body {
	line-height: 1;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}
.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;
}
.main {
	width: 1560px;
	margin: 0 auto;
}
/* delivery */
.delivery{
    display: none;
    position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99999;
    padding: 30px 35px;
    background-size: 100% 100%;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.deliveryMain{
    width: 360px;
}
.deliveryMain li{
    padding: 21px 0 15px 0;
    line-height: 20px;
    font-size: 16px;
    color: #666;

}
.deliveryMain a.btn{
    display: block;
    margin-top: 14px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    color:#fff;
    background-color: #007ff2;
    cursor: pointer;
}
.deliveryMain a.close{
    position: absolute;
    top: -33px;
    right: -33px;
    width: 32px;
    height: 32px;
    background: url(../../../../Images/news/version/2023/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}




/* end */
.advs {
	position: relative;
	display: block;
	width: 100%;
	height: 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;
}
/* header */
.iframe {
	height: 40px;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.header{
    font-size: 16px;
	line-height: 40px;
}
.header .main{
    overflow: hidden;
}
.header a{
    display: inline-block;
    font-size: 16px;
    color: #666;
}
.header .left{
    float: left;
}
.header .left li {
	float: left;
	margin-right: 18px;
}
.header .right {
	float: right;
}
.header .right a {
	margin-left: 15px;
}

.header a:hover{
    color: #007ff2;
}
.banner {
	height: 436px;
	position: relative;
}
.banner .image .title {
	position: absolute;
	left: 50%;
	top: 44%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.2;
	width: 80%;
	text-align: center;
}
.banner .image .title span {
	margin: 0 20px;
}
.banner .image .title p::before {
	content: "";
	display: inline-block;
	width: 100px;
	height: 18px;
	background: url(../../../../images/topic/version/2023/iconR.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: 15px;
}

.banner .image .title p::after {
	content: "";
	display: inline-block;
	width: 100px;
	height: 18px;
	background: url(../../../../images/topic/version/2023/iconL.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: 15px;
}
@font-face{
	font-family: 'pangmenzhengdao';
	src : url('https://public.mtnets.com/font/pangmenzhengdao/pangmenzhengdao.ttf');
}
@font-face{
	font-family: 'AlimamaShuHeiTi';
	src : url('/css/news/version/2023/AlimamaShuHeiTi-Bold.ttf');
}

.banner .image .title b {
	display: block;
	margin-top: 20px;
	font-family: "AlimamaShuHeiTi";
	font-weight: normal;
	font-size: 68px;
	/* font-family: ""; */
}
.banner .image {
	height: 100%;
}
.banner .image a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.nav-bg {
	position: relative;
}
.nav-bg .item {
	height: 300px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../../../../images/topic/version/2023/navbg.png) no-repeat;
	/* background-position-x: center; */
	background-size: calc(100% + 18px) auto;
}
.nav {
	position: relative;
}
.nav ul {
	overflow: hidden;
	padding: 0 80px;
}
.nav li {
	float: left;
}
.nav li a {
	display: block;
	font-size: 24px;
	line-height: 44px;
	color: #fff;
	margin: 0 115px;
}
.nav li:first-child a {
	margin-left: 0;
}
.nav li:last-child a {
	margin-right: 0;
}
.hot-topic {
	background: #f5f5f5;
	background-size: auto 100%;
	border-radius: 8px;
	position: relative;
	padding: 20px;
}
.hot-topic::after {
	content: "";
	clear: both;
	display: block;
}
.hot-topic .image {
	width: 420px;
	float: left;
	border-radius: 8px;
	margin-right: 28px;
	overflow: hidden;
}
.hot-topic .image a {
	display: block;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.hot-topic .image img {
	max-height: none;
	width: 100%;
}
.hot-topic .text {
	overflow: hidden;
}
.hot-topic .text .title {
	position: relative;
	margin-top: 20px;
}
.hot-topic .text .title b {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.hot-topic .image-box {
	display: none;
}
.hot-topic .text .title span {
	display: inline-block;
	width: 95px;
}

.hot-topic .text .title .more {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 15px;
	color: #999;
}
.hot-topic .text .title .more:hover {
	color: #4385f5;
}
.hot-topic .text .name {
	font-size: 30px;
	font-weight: bold;
	display: inline;
	line-height: 38px;
}
.hot-topic .text .content {
	margin-top: 20px;
	font-size: 18px;
	color: #999;
	line-height: 1.4;
}
.hot-topic .text .content .tip {
	font-size: 16px;
	margin-top: 20px;
	color: #666;
}
.data .Share-2 {
	position: absolute;
	font-size: 0;
	right: 30px;
	bottom: 20px;
}
.data .Share-2 li {
	display: inline-block;
	margin-right: 16px;
	position: relative;
	z-index: 9;
	padding: 0;
	overflow: visible;
}
.Share-2 .wx-bot {
	bottom: -224px !important;
}
.topic-news,.hot-topic,.topic-news .list,.new-products,.video {
	margin-top: 40px;
	position: relative;
}
.topic-news .topic-top {
	overflow: hidden;
}
.topic-news .topic-top .text {
	width: 728px;
	float: left;
	margin-right: 34px;
}
.topic-news .topic-top .text .title {
	font-size: 30px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	font-weight: bold;
	margin-top: 50px;
}
.topic-news .topic-top .text .title a {
	color: #007ff2;
}
.topic-news .topic-top .text .title a:hover {
	color: #f90;
}
.topic-news .topic-top .text .title .icon {
	width: 90px;
	height: 44px;
	display: inline-block;
	vertical-align: top;
	background: url(../../../../images/topic/version/2023/topic.png) no-repeat;
	background-size: contain;
	margin-right: 15px;
}
.topic-news .topic-top .text .content {
	margin-top: 30px;
	font-size: 18px;
	line-height: 32px;
	height: calc(32px * 6);
	overflow: hidden;
}
.topic-news .topic-top .text .btn {
	margin-top: 26px;
	text-align: right;
}
.topic-news .topic-top .text .btn a {
	display: inline-block;
	padding: 0 28px;
	height: 44px;
	line-height: 42px;
	border-radius: 8px;
	border: 1px solid #007ff2;
	font-size: 18px;
	color: #007ff2;
	box-sizing: border-box;
}
.topic-news .topic-top .text .btn a:hover {
	color: #fff;
	background-color: #007ff2;
}
.topic-news .topic-top .image-box {
	overflow: hidden;
	position: relative;
}
.topic-news .topic-top .image-box .image {
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 7.071px 7.071px 16px 0px rgba(21, 19, 130, 0.24);
	border-radius: 8px;
	overflow: hidden;
}
.topic-news .topic-top .image-box .image a {
	display: block;
	height: 0;
	padding-bottom: calc(438 / 780 * 100%);
	overflow: hidden;
	position: relative;
}
.topic-news .topic-top .image-box .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.topic-news .topic-top .image-box .image-bg {
	position: absolute;
	top: 24px;
	left: 24px;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	background: -moz-linear-gradient( 135deg, rgb(90,131,250) 0%, rgb(249,155,53) 100%);
	background: -webkit-linear-gradient( 135deg, rgb(90,131,250) 0%, rgb(249,155,53) 100%);
	background: -ms-linear-gradient( 135deg, rgb(90,131,250) 0%, rgb(249,155,53) 100%);
}

.topic-news .list ul {
	overflow: hidden;
	margin-top: -30px;
	margin-right: -40px;
}
.topic-news .list li {
	margin-top: 40px;
	float: left;
	width: 50%;
}
.topic-news .list li .item {
	margin-right: 40px;
}
.topic-news .list li .title {
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	font-size: 24px;
	font-weight: bold;
}
.topic-news .list li .title i {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	width: 6px;
	height: 24px;
	border-radius: 3px;
	background: -moz-linear-gradient( 135deg, rgb(249,155,53) 0%, rgb(90,131,250) 100%);
	background: -webkit-linear-gradient( 135deg, rgb(249,155,53) 0%, rgb(90,131,250) 100%);
	background: -ms-linear-gradient( 135deg, rgb(249,155,53) 0%, rgb(90,131,250) 100%);
	margin-top: 3px;
}
.topic-news .list li .title a {
	color: #333;
}
.topic-news .list li .title a:hover {
	color: #007ff2;
}
.topic-news .list li .content {
	margin-top: 20px;
	overflow: hidden;
}
.topic-news .list li .content .image {
	width: 210px;
	float: left;
	margin-right: 15px;
}
.topic-news .list li .content .image i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 36px;
	transform: translate(-50%,-50%);
	color: #fff;
}
.topic-news .list li .content .image a {
	display: block;
	height: 0;
	padding-bottom: calc(118 / 210 * 100%);
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}
.topic-news .list li .content .image img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.topic-news .list li .content .text {
	overflow: hidden;
}
.topic-news .list li .content .text p, .hot-topic .text .content p {
	font-size: 18px;
	color: #666;
	line-height: 32px;
	height: calc(32px * 2);
	overflow: hidden;
	margin-top: 10px;
}
.topic-news .list li .content .text .data {
	margin-top: 16px;
	position: relative;
}
.topic-news .list li .content .text .data mark {
	display: inline-block;
	padding: 6px 8px;
	border-radius: 2px;
	font-size: 12px;
	background: #007ff2;
	color: #fff;
}
.topic-news .list li .content .text .data .right {
	position: absolute;
	right: 0;
	top: 4px;
	color: #999;
	font-size: 14px;
}
.topic-news .list li .content .text .data .right i {
	font-size: 12px;
	margin-right: 1px;
}
.topic-news .list li .content .text .data .right span {
	margin-left: 10px;
}
.public-title {
	border-bottom: 1px solid #007ff2;
	position: relative;
}
.public-title p {
	position: relative;
	display: inline-block;
}
.public-title p::before {
	content: "";
	position: absolute;
	width: 48px;
	height: 48px;
	right: -12px;
	bottom: 0;
	background-color: #ffb050;
}
.public-title p::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 48px 0 0 18px;
	border-color: transparent transparent transparent #ffb050;
	right: -30px;
	bottom: 0;
}
.public-title span {
	position: relative;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	background-color: #007ff2;
	padding: 0 22px;
	display: inline-block;
	line-height: 60px;
}
.public-title span::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 0 0 20px;
	border-color: transparent transparent transparent #007ff2;
	right: -20px;
	bottom: 0;
	z-index: 2;
}
.public-title .more {
	position: absolute;
	right: 0;
	bottom: 20px;
	font-size: 16px;
	color: #999;
}
.public-title .more:hover {
	color: #007ff2;
}
.tendence {
	margin-top: 60px;
}
.tendence .list {
	margin-top: 36px;
}
.tendence .list ul {
	margin-top: -26px;
	margin-right: -40px;
	overflow: hidden;
}
.tendence .list li {
	float: left;
	width: 50%;
	margin-top: 26px;
}
.tendence .list li .item {
	margin-right: 40px;
}
.tendence .list li .title {
	font-size: 26px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	font-weight: bold;
}
.tendence .list li .title i {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../../../../images/topic/version/2023/icon4.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 15px;
}
.tendence .list li .title a {
	color: #333;
}
.tendence .list li .title a:hover {
	color: #007ff2;
}
.tendence .list li .content {
	margin-top: 20px;
	font-size: 18px;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
}
.tendence .list li .content a {
	color: #ff8a00;
}
.tendence .list li .content a:hover {
	color: #007ff2;
}
.tendence .list li .time {
	text-align: right;
	margin-top: 20px;
	font-size: 18px;
	color: #999;
}
.tendence .list li .time i {
	font-size: 18px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}
.tendence .list .more {
	margin: 26px auto 0;
	text-align: center;
	width: 270px;
	height: 50px;
	padding: 1px;
	border-radius: 10px;
	background: -moz-linear-gradient( 0deg, rgb(86,130,255) 0%, rgb(253,155,49) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(86,130,255) 0%, rgb(253,155,49) 100%);
	background: -ms-linear-gradient( 0deg, rgb(86,130,255) 0%, rgb(253,155,49) 100%);
}
.tendence .list .more a {
	display: block;
	height: 100%;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	border-radius: 9px;
}
.tendence .list .more a:hover {
	color: #007ff2;
	background-color: #fff;
}

.new-products .list {
	padding: 0 50px;
	position: relative;
	margin: 0 -50px;
}
.new-products .list .swiper-box {
	padding: 35px 12px 20px;
	margin: 0 -12px;
	overflow: hidden;
}
.new-products .list .swiper {
	display: none;
	margin-right: -20px;
}
.new-products .list .swiper-slide {
	width: 20%;
}
.new-products .list .swiper-slide .item {
	margin-right: 20px;
	border-radius: 10px;
	padding: 24px 18px;
	box-shadow: 0px 2px 16px 0px rgba(1, 0, 50, 0.12);
}
.new-products .list .swiper-slide .image {
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.new-products .list .swiper-slide .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.new-products .list .swiper-slide .text p {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.new-products .list .swiper-slide .text p a {
	color: #333;
}
.new-products .list .swiper-slide .text p a:hover {
	color: #007ff2;
}
.list .swiper-button-next, .list .swiper-button-prev {
	width: 40px;
	height: 72px;
	margin-top: -36px;
	background-size: 17px 27px;
	background-color: rgba(0,0,0,.15);
	border-radius: 10px;
	background-repeat: no-repeat;
	display: none;
}
.list .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;
}
.list .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: 0;
}

.video-list ul {
	margin-right: -24px;
	margin-top: 35px;
}
.video-list ul::after {
	content: "";
	display: block;
	clear: both;
}
.video-list li {
	float: left;
	width: 33.33%;
}
.video-list li .item {
	margin-right: 24px;
	border-radius: 10px;
	box-shadow: 0px 2px 16px 0px rgba(1, 0, 50, 0.15);
	padding: 24px;
}
.video-list li .image {
	height: 0;
	padding-bottom: calc(256 / 456 * 100%);
	overflow: hidden;
	position: relative;
	border-radius: 6px;
}
.video-list li .image img {
	max-height: none;
	width: 100%;
}
.video-list li .image i,.video .list .swiper-slide .image i {
	font-size: 84px;
	color: rgba(255,255,255,.9);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.video-list li .text p {
	margin-top: 14px;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	overflow: hidden;
}
.video-list li .text p a {
	color: #333;
}
.video-list li .text p a:hover {
	color: #007ff2;
}
.video-list li .text .content {
	margin-top: 10px;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	color: #666;
	position: relative;
}
.video-list li .text .content i {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 2px;
}
.video-list li .text .content span {
	position: absolute;
	right: 0;
	top: 0;
}
.video .list {
	padding: 0 50px;
	position: relative;
	margin: 0 -50px;
}
.video .list .swiper-box {
	padding: 30px 12px 20px;
	margin: 0 -12px;
	overflow: hidden;
}
.video .list .swiper {
	display: none;
	margin-right: -24px;
}
.video .list .swiper-slide {
	width: 25%;
}
.video .list .swiper-slide .item {
	margin-right: 24px;
	border-radius: 10px;
	box-shadow: 0px 2px 16px 0px rgba(1, 0, 50, 0.15);
	padding: 25px;
}
.video .list .swiper-slide .image {
	height: 0;
	padding-bottom: calc(181 / 321 * 100%);
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}
.video .list .swiper-slide .image img {
	max-height: none;
	width: 100%;
}
.video .list .swiper-slide .text p {
	margin-top: 14px;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.video .list .swiper-slide .text p a {
	color: #333;
}
.video .list .swiper-slide .text p a:hover {
	color: #007ff2;
}
.hot-topic .list {
	margin-top: 34px;
}
.hot-topic .list ul {
	overflow: hidden;
	margin-right: -10px;
}
.hot-topic .list li {
	width: calc(100% / 8);
	float: left;
}
.hot-topic .list li .item {
	margin-right: 10px;
}
.hot-topic .list li a {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 76%;
	border-radius: 10px;
	background-color: rgba(0, 127, 242,.2);
	color: #333;
}
.hot-topic .list li a span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 32px;
	max-height: calc(32px * 3);
	overflow: hidden;
}
.hot-topic .list li a:hover {
	color: #007ff2;
}
.hot-topic .list li:nth-child(2) a {
	background-color: rgba(0, 127, 242,.4);
}
.hot-topic .list li:nth-child(4) a {
	background-color: rgba(0, 127, 242,.1);
}
.hot-topic .list li:nth-child(5) a {
	background-color: rgba(0, 127, 242,.3);
}
.hot-topic .list li:nth-child(7) a {
	background-color: rgba(0, 127, 242,.5);
}
.hot-topic .list li:nth-child(8) a {
	background-color: rgba(0, 127, 242,.15);
}


/* footer */
.bottomMenu {
    margin-top: 60px;
	background-color: #2b82d9;
	padding: 30px 0 25px 0;
}
.footTop::after {
	content: "";
	display: block;
	clear: both;
}
.footLeft {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-left: 50px;
}
.footLeft .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footLeft ul {
	float: left;
	margin-right: 60px;

}
.footLeft ul li {
	line-height: 36px;
	font-size: 16px;
	color: #fff;
}
.footLeft ul li i {
	width: 26px;
	height: 26px;
	line-height: 36px;
	display: inline-block;
	border-radius: 4px;
	vertical-align: middle;
	background: url(https://www.ybzhan.cn/images/index/qq_ico.png) no-repeat center center #5fa1e4;
	margin-left: 10px;
}
.footLeft ul li i:hover {
	background: url(https://www.ybzhan.cn/images/index/qq_ico.png) no-repeat center center #3f99f5;
}
.footLeft .text {
	margin-top: 10px;
	float: left;
}
.footLeft p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.footLeft .lxqq {
	height: 108px;
}

.footLeft .lxqq ul li a{
	position: relative;
    cursor: pointer;
}
.footLeft .lxqq ul li a .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;
}
.footLeft .lxqq ul li a.QQhover::after{
	position: absolute;
    left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footLeft .lxqq ul li a:hover .QQhover{
	 display: inline-block;
}
.footLeft p b {
	font-size: 16px;
	font-weight: normal;
}
.footCenter {
	float: left;
	width: 22%;
	overflow: hidden;
	border-left: 1px solid #5fa1e4;
	border-right: 1px solid #5fa1e4;
	box-sizing: border-box;
	padding-right: 1px;
	padding-left: 4%;
}
.footCenter ul {
	width: 45%;
	float: left;
}
.footCenter ul li {
	line-height: 40px;
	width: 100%;
	float: left;
}
.footCenter ul li a {
	color: #fff;
	font-size: 16px;
}
.footCenter .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight {
	width: 49%;
	float: right;
    margin-right: 1%;
}
.footRight .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
}
.footRight .title b {
	font-weight: normal;
}
.footRight ul li {
	width: 25%;
	float: left;
}
.footRight ul li .ewm {
	width: 150px;
	height: 150px;
	background: #fff;
	margin: 0 auto;
	border: 8px solid #5fa1e4;
}
.footRight ul li .ewm img {
	width: 100%;
	height: 100%;
}
.foot {
	background-color: #333;
	padding: 10px 15px 30px 15px;
	text-align: center;
}

.foot p {
	font-size: 14px;
	line-height: 24px;
	color: #6b6b6b;
	font-family: SimSun;
}

.foot p a {
	color: #fff;
	margin: 0 5px;
	font-family: microsoft yahei;
}

.foot p a:hover {
	color: #76a145;
}

.foot span {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	display: block;
}
/* rightNav */
.rightNav {
	position: fixed;
	right: 10px;
	top: 150px;
	z-index: 9999;
}

.rightNavItem {
	width: 50px;
	position: relative;
	border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, .4);
}

.rightNavItem a {
	display: inline-block;
	width: 50px;
	height: 56px;
	color: #333;
	position: relative;
}
.rightNavItem a::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 28px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,0.3);
}
.rightNavItem a:last-child:after {
	display: none;
}

.HBapp,.weixinItem,.qqItem {
	z-index: 99999;
}

.contribution {
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	position:relative;
}
.contribution-a{
	font-size: 14px;
	font-weight: bold;
}
.contribution-a a{
	padding:10px;
	height:50px !important;
}
.rightNavItem a.Index {
	background: url("https://www.ybzhan.cn/images/news/version/2023/right-ico1.png") no-repeat center center;
}
.rightNavItem a.app {
	background: url("https://www.ybzhan.cn/images/news/version/2023/right-ico2.png") no-repeat center center;
}
.rightNavItem a.WeiXin {
	background: url("https://www.ybzhan.cn/images/news/version/2023/right-ico3.png") no-repeat center center;
}
.rightNavItem a.home {
	background: url("https://www.ybzhan.cn/images/news/version/2023/right-ico4.png") no-repeat center center;
}
.rightNavItem a.tiktok {
	background: url("https://www.ybzhan.cn/images/news/version/2023/right-ico5.png") no-repeat center center;
}
.rightNavItem a.yijian {
	background: url("https://www.ybzhan.cn/images/news/version/2023/right-ico6.png") no-repeat center 10px;
	text-align: center;
	height:80px;
}
.rightNavItem a.login {
	background: url("https://www.ybzhan.cn/images/news/version/2023/right-ico7.png") no-repeat center center;
}
.rightNavItem a.toTop {
	background: url("https://www.ybzhan.cn/images/news/version/2023/right-ico8.png") no-repeat center center;
}
.rightNavItem a.yijian b{
	font-weight:400;
	margin-top:40px;
	display: inline-block;
	width:32px;
}
.rightNavItem a.app {
	text-align: center;
	line-height: 50px;
}
.rightNavItem a.app i {
	font-size: 26px;
}
.rightNavItem a.toTop {
	text-align: center;
	line-height: 50px;
	-webkit-transition: all 0 ease;
	-moz-transition: all 0 ease;
	-ms-transition: all 0 ease;
	-o-transition: all 0 ease;
	transition: all 0 ease;
	display: none;
}
.rightNavItem a.toTop i {
	font-size: 22px;
	margin-top: 5px;
	display: inline-block;
}

.appItem {
	position: absolute;
	right: 65px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	width: 168px;
	top: 50px;
	line-height: 18px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	display: none;
}
.appItem .image {
	padding: 14px;
}
.appItem p {
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #007ff2;
	font-weight: bold;
	background: #e6f1fa;
}

.appItem b {
	color: red;
}
.tiktokItem {
	top: 186px;
}
.weixinItem {
	top: 80px;
}
.yijianItem {
	top: 112px;
}

.weixinItem img {
	margin: 0;
}

.qqItem {
	top: 164px;
}

.qqItem b{
	display: block;
	margin: 3px 0 6px 0
}
.cooperation{
	position: absolute;
	right: 65px;
	top: 0px;
	display: none;
}
.p-qqBox1 {
	width: 290px;
	background: url(https://www.ybzhan.cn/images/news/version/2023/rightAdvQQbgi.png) #fff no-repeat;
	padding: 30px 0 55px 0;
	box-shadow: 0 2px 5px #eee;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.p-qqBox1 p {
	overflow: hidden;
	padding-left: 20px;
}
.p-qqBox1 i {
	float: left;
	width: 50px;
	height: 56px;
	background: url(https://www.ybzhan.cn/images/news/version/2023/rightBar.png) no-repeat -190px -87px;
	margin-right: 20px;
	margin-left: 10px;
}
.p-qqBox1 em {
	font-size: 14px;
	color: #666;
	font-style: normal;
	line-height: 18px;
}
.p-qqBox1 strong {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
.p-qqBox1 a {
	display: inline-block !important;
	height: 34px !important;
	line-height: 34px;
	width: 76px !important;
	border-radius: 18px;
	font-size: 14px;
	color: #fff;
	background-color: #fe9900;
	margin: 20px 0 0px;
	box-shadow: 0 2px 5px #e68557;
	text-align: center;
}
.p-qqBox1 a:hover {
	background-color: #fe9900;
}
.p-qqBox1 a:nth-child(2n) {
	background-color: #007ff2 !important;
	margin: 20px 10px 5px;
	box-shadow: 0 2px 5px #007ff2;
}

.p-qqBox1 span {
	/* display: block; */
	text-align: center;
	font-size: 14px;
	color: #999;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
}
.p-qqBox1 a::after {
	display: none;
}
.p-qqBox1 p:nth-child(3) a{
	margin-top: 0px;
}
.pages {
	margin: 0 auto;
	height: 40px;
	clear: both;
	padding: 45px 0 0;
	text-align: center;
    color: #333;
    font-size: 0;
}
.pages a {
	width: 38px;
	height: 38px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	text-align: center;
	font: normal 16px/38px "Microsoft YaHei";
	color: #333;
	vertical-align: top;
	border-radius: 3px;
	margin-right: 8px;
}
.pages input {
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 14px/38px "Tahoma";
	margin: 0 10px;
	border-radius: 4px;
	vertical-align: top;
}
.pages .jump {
	font-size: 14px;
	line-height: 40px;
}
.pages button {
	width: 62px;
	height: 40px;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font: normal 16px/38px "Tahoma";
	vertical-align: top;
	cursor: pointer;
	background: #007ff2;
	color: #fff;
	margin-left: 10px;
}
.pages a:hover,.pages a.on {
	background-color: #007ff2;
	border-color: #007ff2;
	color: #fff;
}

.pages a.ft {
	background: url(https://www.hbzhan.com/images/version/2022/info/page.png) no-repeat 15px 14px;
}
.pages a.prev {
	background: url(https://www.hbzhan.com/images/version/2022/info/page.png) no-repeat -35px 14px;
}
.pages a.lt {
	background: url(https://www.hbzhan.com/images/version/2022/info/page.png) no-repeat -322px 14px;
}
.pages a.next {
	background: url(https://www.hbzhan.com/images/version/2022/info/page.png) no-repeat -369px 14px;
}
@media only screen and (min-width:1920px){
	.w,.main {
		width: 1560px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w,.main {
		width: 1400px;
	}
	.topic-news .list li .content .text .data {
		margin-top: 12px;
	}
	.nav-bg .item {
		height: 272px;
		width: 1730px;
	}
	.nav ul {
		padding: 0 70px;
	}
	.nav li a {
		font-size: 22px;
		line-height: 42px;
		margin: 0 102px;
	}
	.topic-news, .hot-topic, .topic-news .list, .new-products, .video {
		margin-top: 32px;
	}
	.topic-news .topic-top .text {
		width: 652px;
		margin-right: 34px;
	}
	.topic-news .topic-top .image-box .image {
		margin-right: 18px;
		margin-bottom: 18px;
	}
	.topic-news .topic-top .text .title {
		font-size: 27px;
		height: 40px;
		line-height: 40px;
		margin-top: 48px;
	}
	.topic-news .topic-top .text .title .icon {
		width: 85px;
		height: 40px;
		margin-right: 14px;
	}
	.topic-news .topic-top .text .content {
		margin-top: 30px;
		font-size: 16px;
		line-height: 29px;
		height: calc(29px * 6);
	}
	.topic-news .topic-top .text .btn a {
		padding: 0 24px;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}
	.topic-news .list li {
		margin-top: 32px;
	}
	.topic-news .list ul {
		margin-top: -25px;
		margin-right: -37px;
	}
	.topic-news .list li .item {
		margin-right: 37px;
	}
	.topic-news .list li .title {
		line-height: 24px;
		height: 24px;
		font-size: 22px;
	}
	.topic-news .list li .title i {
		margin-right: 14px;
		width: 6px;
		height: 22px;
		margin-top: 3px;
	}
	.topic-news .list li .content {
		margin-top: 15px;
	}
	.topic-news .list li .content .image {
		width: 188px;
		margin-right: 14px;
	}
	.topic-news .list li .content .text p, .hot-topic .text .content p {
		font-size: 16px;
		line-height: 29px;
		height: calc(29px * 2);
		margin-top: 8px;
	}
	.tendence {
		margin-top: 52px;
	}
	.public-title span {
		font-size: 32px;
		padding: 0 20px;
		line-height: 54px;
	}
	.public-title span::after {
		border-width: 54px 0 0 18px;
		right: -18px;
	}
	.public-title p::after {
		border-width: 44px 0 0 16px;
		right: -28px;
	}
	.public-title p::before {
		width: 44px;
		height: 44px;
		right: -12px;
	}
	.tendence .list {
		margin-top: 30px;
	}
	.tendence .list li {
		margin-top: 22px;
	}
	.tendence .list li .title i {
		width: 22px;
		height: 22px;
		margin-top: 3px;
		margin-right: 14px;
	}
	.tendence .list li .title {
		font-size: 24px;
		line-height: 26px;
		height: 26px;
	}
	.tendence .list li .content {
		margin-top: 18px;
		font-size: 16px;
		line-height: 28px;
		height: 56px;
	}
	.tendence .list li .time {
		margin-top: 14px;
		font-size: 16px;
	}
	.tendence .list li .time i {
		font-size: 16px;
		margin-right: 6px;
		margin-top: 2px;
	}
	.tendence .list .more {
		margin: 22px auto 0;
		width: 242px;
		height: 46px;
	}
	.tendence .list .more a {
		line-height: 44px;
		font-size: 16px;
	}
	.new-products .list .swiper-box {
		padding: 30px 12px 20px;
	}
	.new-products .list .swiper-slide .text p {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
	}
	.hot-topic .list li a span {
		padding: 0 18px;
		font-size: 16px;
		line-height: 28px;
		max-height: calc(28px * 3);
	}
	.video .list .swiper-slide .item {
		padding: 22px;
	}


	.footLeft ul li {
		font-size: 15px;
		line-height: 32px;
	}
	.footCenter ul li a {
		font-size: 15px;
	}
	.footCenter ul li {
		line-height: 36px;
	}
	.footRight ul li .ewm {
		width: 130px;
		height: 130px;
	}
	.footRight .title {
		font-size: 15px;
		margin-bottom: 14px;
	}
	.footLeft p {
		font-size: 15px;
		line-height: 26px;
	}
	.footLeft p b {
		font-size: 15px;
	}
	.footLeft .lxqq {
		height: auto;
	}
	.footLeft .text {
		margin-top: 6px;
	}

}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w,.main {
		width: 1280px;
	}
	.topic-news .list li .content .text .data {
		margin-top: 12px;
	}
	.header a {
		font-size: 14px;
	}
	.banner {
		height: 360px;
	}
	.nav-bg .item {
		height: 248px;
		width: 1580px;
	}
	.nav ul {
		padding: 0 66px;
	}
	.nav li a {
		font-size: 20px;
		line-height: 36px;
		margin: 0 93px;
	}
	.topic-news, .hot-topic, .topic-news .list, .new-products, .video {
		margin-top: 30px;
	}
	.topic-news .topic-top .text {
		width: 596px;
		margin-right: 26px;
	}
	.topic-news .topic-top .image-box .image {
		margin-right: 18px;
		margin-bottom: 18px;
	}
	.topic-news .topic-top .text .title {
		font-size: 26px;
		height: 36px;
		line-height: 36px;
		margin-top: 40px;
	}
	.topic-news .topic-top .text .title .icon {
		width: 76px;
		height: 36px;
		margin-right: 12px;
	}
	.topic-news .topic-top .text .content {
		margin-top: 25px;
		font-size: 14px;
		line-height: 26px;
		height: calc(26px * 6);
	}
	.topic-news .topic-top .text .btn {
		margin-top: 50px;
	}
	.topic-news .topic-top .text .btn a {
		padding: 0 22px;
		height: 36px;
		line-height: 34px;
		font-size: 14px;
		border-radius: 6px;
	}
	.topic-news .list li {
		margin-top: 28px;
	}
	.topic-news .list ul {
		margin-top: -20px;
		margin-right: -34px;
	}
	.topic-news .list li .item {
		margin-right: 34px;
	}
	.topic-news .list li .title {
		line-height: 22px;
		height: 22px;
		font-size: 20px;
	}
	.topic-news .list li .title i {
		margin-right: 10px;
		width: 5px;
		height: 20px;
		margin-top: 3px;
	}
	.topic-news .list li .content {
		margin-top: 15px;
	}
	.topic-news .list li .content .image {
		width: 172px;
		margin-right: 12px;
	}
	.topic-news .list li .content .text p, .hot-topic .text .content p {
		font-size: 14px;
		line-height: 26px;
		height: calc(26px * 2);
		margin-top: 8px;
	}
	.tendence {
		margin-top: 52px;
	}
	.public-title span {
		font-size: 32px;
		padding: 0 20px;
		line-height: 54px;
	}
	.public-title span::after {
		border-width: 54px 0 0 18px;
		right: -18px;
	}
	.public-title p::after {
		border-width: 44px 0 0 16px;
		right: -28px;
	}
	.public-title p::before {
		width: 44px;
		height: 44px;
		right: -12px;
	}
	.tendence .list {
		margin-top: 30px;
	}
	.tendence .list li {
		margin-top: 22px;
	}
	.tendence .list li .title i {
		width: 20px;
		height: 20px;
		margin-top: 1px;
		margin-right: 12px;
	}
	.tendence .list ul {
		margin-top: -22px;
		margin-right: -34px;
	}
	.tendence .list li .item {
		margin-right: 34px;
	}
	.tendence .list li .title {
		font-size: 20px;
		line-height: 22px;
		height: 22px;
	}
	.tendence .list li .content {
		margin-top: 14px;
		font-size: 14px;
		line-height: 26px;
		height: 52px;
	}
	.tendence .list li .time {
		margin-top: 14px;
		font-size: 14px;
	}
	.tendence .list li .time i {
		font-size: 14px;
		margin-right: 6px;
		margin-top: 2px;
	}
	.tendence .list .more {
		margin: 22px auto 0;
		width: 242px;
		height: 46px;
	}
	.tendence .list .more a {
		line-height: 44px;
		font-size: 16px;
	}
	.new-products .list .swiper-box {
		padding: 30px 12px 20px;
	}
	.new-products .list .swiper-slide .item {
		margin-right: 20px;
		padding: 16px 16px;
	}
	.new-products .list .swiper-slide .text p {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
	}
	.hot-topic .list li a span {
		padding: 0 16px;
		font-size: 14px;
		line-height: 26px;
		max-height: calc(26px * 3);
	}
	.video .list .swiper-slide .item {
		padding: 19px;
		margin-right: 18px;
		border-radius: 9px;
	}
	.video .list .swiper-slide .text p {
		margin-top: 12px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.video-list ul {
		margin-right: -18px;
		margin-top: 28px;
	}
	.video-list li .item {
		margin-right: 18px;
		border-radius: 9px;
		padding: 19px;
	}
	.video-list li .image i, .video .list .swiper-slide .image i {
		font-size: 69px;
	}
	.video-list li .text p {
		margin-top: 12px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.video-list li .text .content {
		margin-top: 10px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.video .list .swiper-box {
		padding: 22px 12px 20px;
	}
	.hot-topic .list {
		margin-top: 30px;
	}
	.hot-topic .list li .item {
		margin-right: 8px;
	}
	.hot-topic .list ul {
		margin-right: -8px;
	}
	.bottomMenu {
        margin-top: 35px;
        padding: 30px 0 25px 0;
    }
    .footLeft {
        width: 26%;
        padding-left: 25px;
    }
    .footRight {
        width: 48%;
        margin-right: 25px;
    }
    .footLeft ul li {
        font-size: 15px;
    }
    .footLeft p {
        font-size: 15px;
    }
    .footCenter ul li a {
        font-size: 15px;
    }
    .footRight ul li .ewm {
        width: 115px;
        height: 115px;
    }
}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w,.main {
		width: 1208px;
	}
	.topic-news .list li .content .text .data {
		margin-top: 12px;
	}
	.topic-news .list li .content .text .data .right {
		font-size: 12px;
		top: 5px;
	}
	.header a {
		font-size: 14px;
	}
	.banner {
		height: 340px;
	}
	.nav-bg .item {
		height: 236px;
		width: 1494px;
	}
	.nav ul {
		padding: 0 62px;
	}
	.nav li a {
		font-size: 18px;
		line-height: 36px;
		margin: 0 90px;
	}
	.topic-news, .hot-topic, .topic-news .list, .new-products, .video {
		margin-top: 30px;
	}
	.topic-news .topic-top .text {
		width: 566px;
		margin-right: 24px;
	}
	.topic-news .topic-top .image-box .image {
		margin-right: 16px;
		margin-bottom: 16px;
	}
	.topic-news .topic-top .text .title {
		font-size: 24px;
		height: 34px;
		line-height: 34px;
		margin-top: 40px;
	}
	.topic-news .topic-top .text .title .icon {
		width: 72px;
		height: 34px;
		margin-right: 12px;
	}
	.topic-news .topic-top .text .content {
		margin-top: 22px;
		font-size: 14px;
		line-height: 24px;
		height: calc(24px * 6);
	}
	.topic-news .topic-top .text .btn {
		margin-top: 50px;
	}
	.topic-news .topic-top .text .btn a {
		padding: 0 22px;
		height: 36px;
		line-height: 34px;
		font-size: 14px;
		border-radius: 6px;
	}
	.topic-news .list li {
		margin-top: 28px;
	}
	.topic-news .list ul {
		margin-top: -20px;
		margin-right: -34px;
	}
	.topic-news .list li .item {
		margin-right: 34px;
	}
	.topic-news .list li .title {
		line-height: 20px;
		height: 20px;
		font-size: 18px;
	}
	.topic-news .list li .title i {
		margin-right: 8px;
		width: 5px;
		height: 18px;
		margin-top: 1px;
	}
	.topic-news .list li .content {
		margin-top: 13px;
	}
	.topic-news .list li .content .image {
		width: 166px;
		margin-right: 12px;
	}
	.topic-news .list li .content .text p, .hot-topic .text .content p {
		font-size: 14px;
		line-height: 24px;
		height: calc(24px * 2);
		margin-top: 8px;
	}
	.tendence {
		margin-top: 52px;
	}
	.public-title span {
		font-size: 28px;
		padding: 0 20px;
		line-height: 54px;
	}
	.public-title span::after {
		border-width: 54px 0 0 18px;
		right: -18px;
	}
	.public-title p::after {
		border-width: 44px 0 0 16px;
		right: -28px;
	}
	.public-title p::before {
		width: 44px;
		height: 44px;
		right: -12px;
	}
	.tendence .list {
		margin-top: 30px;
	}
	.tendence .list li {
		margin-top: 22px;
	}
	.tendence .list li .title i {
		width: 18px;
		height: 18px;
		margin-top: 1px;
		margin-right: 10px;
	}
	.tendence .list ul {
		margin-top: -22px;
		margin-right: -34px;
	}
	.tendence .list li .item {
		margin-right: 34px;
	}
	.tendence .list li .title {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
	}
	.tendence .list li .content {
		margin-top: 14px;
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
	.tendence .list li .time {
		margin-top: 14px;
		font-size: 14px;
	}
	.tendence .list li .time i {
		font-size: 14px;
		margin-right: 6px;
		margin-top: 2px;
	}
	.tendence .list .more {
		margin: 22px auto 0;
		width: 242px;
		height: 46px;
	}
	.tendence .list .more a {
		line-height: 44px;
		font-size: 16px;
	}
	.new-products .list .swiper-box {
		padding: 30px 12px 20px;
	}
	.new-products .list .swiper-slide .item {
		margin-right: 20px;
		padding: 16px 16px;
	}
	.new-products .list .swiper-slide .text p {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
	}
	.hot-topic .list li a span {
		padding: 0 16px;
		font-size: 14px;
		line-height: 26px;
		max-height: calc(26px * 3);
	}
	.video .list .swiper-slide .item {
		padding: 19px;
		margin-right: 18px;
		border-radius: 9px;
	}
	.video .list .swiper-slide .text p {
		margin-top: 12px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.video-list ul {
		margin-right: -18px;
		margin-top: 28px;
	}
	.video-list li .item {
		margin-right: 18px;
		border-radius: 9px;
		padding: 19px;
	}
	.video-list li .image i, .video .list .swiper-slide .image i {
		font-size: 69px;
	}
	.video-list li .text p {
		margin-top: 12px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.video-list li .text .content {
		margin-top: 10px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.video .list .swiper-box {
		padding: 22px 12px 20px;
	}
	.hot-topic .list {
		margin-top: 30px;
	}
	.hot-topic .list li .item {
		margin-right: 8px;
	}
	.hot-topic .list ul {
		margin-right: -8px;
	}

	.bottomMenu {
        margin-top: 30px;
    }
    .footLeft {
        width: 27%;
        padding-left: 20px;
    }
    .footCenter {
        width: 22%;
        padding-left: 3%;
    }
    .footRight {
        width: 48%;
        margin-right: 20px;
    }
    .footLeft ul li {
        font-size: 15px;
    }
    .footLeft p {
        font-size: 15px;
    }
    .footCenter ul li a {
        font-size: 15px;
    }
    .footRight ul li .ewm {
        width: 115px;
        height: 115px;
    }
}

@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w,.main {
		width: 1018px;
	}
	.topic-news .list li .content .text .data {
		margin-top: 8px;
	}
	.topic-news .list li .content .text .data .right {
		font-size: 12px;
		top: 5px;
	}
	.iframe {
		height: 32px;
	}
	.header {
		line-height: 32px;
	}
	.header a {
		font-size: 12px;
	}
	.banner {
		height: 322px;
	}
	.nav-bg .item {
		height: 198px;
		width: 1258px;
	}
	.nav ul {
		padding: 0 62px;
	}
	.nav li a {
		font-size: 16px;
		line-height: 30px;
		margin: 0 71px;
	}
	.topic-news, .hot-topic, .topic-news .list, .new-products, .video {
		margin-top: 20px;
	}
	.topic-news .topic-top .text {
		width: 474px;
		margin-right: 24px;
	}
	.topic-news .topic-top .image-box .image {
		margin-right: 13px;
		margin-bottom: 13px;
	}
	.topic-news .topic-top .text .title {
		font-size: 20px;
		height: 30px;
		line-height: 30px;
		margin-top: 34px;
	}
	.topic-news .topic-top .text .title .icon {
		width: 64px;
		height: 30px;
		margin-right: 10px;
	}
	.topic-news .topic-top .text .content {
		margin-top: 20px;
		font-size: 12px;
		line-height: 20px;
		height: calc(20px * 6);
	}
	.topic-news .topic-top .text .btn {
		margin-top: 20px;
	}
	.topic-news .topic-top .text .btn a {
		padding: 0 14px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
		border-radius: 4px;
	}
	.topic-news .list li {
		margin-top: 28px;
	}
	.topic-news .list ul {
		margin-top: -16px;
		margin-right: -28px;
	}
	.topic-news .list li .item {
		margin-right: 28px;
	}
	.topic-news .list li .title {
		line-height: 18px;
		height: 18px;
		font-size: 16px;
	}
	.topic-news .list li .title i {
		margin-right: 6px;
		width: 4px;
		height: 16px;
		margin-top: 1px;
	}
	.topic-news .list li .content {
		margin-top: 13px;
	}
	.topic-news .list li .content .image {
		width: 136px;
		margin-right: 10px;
	}
	.topic-news .list li .content .text p, .hot-topic .text .content p {
		font-size: 12px;
		line-height: 21px;
		height: calc(21px * 2);
		margin-top: 0;
	}
	.tendence {
		margin-top: 40px;
	}
	.public-title span {
		font-size: 24px;
		padding: 0 10px;
		line-height: 40px;
	}
	.public-title span::after {
		border-width: 40px 0 0 14px;
		right: -14px;
	}
	.public-title p::after {
		border-width: 30px 0 0 12px;
		right: -22px;
	}
	.public-title p::before {
		width: 30px;
		height: 30px;
		right: -10px;
	}
	.tendence .list {
		margin-top: 22px;
	}
	.tendence .list li {
		margin-top: 16px;
	}
	.tendence .list li .title i {
		width: 14px;
		height: 14px;
		margin-top: 1px;
		margin-right: 8px;
	}
	.tendence .list ul {
		margin-top: -16px;
		margin-right: -28px;
	}
	.tendence .list li .item {
		margin-right: 28px;
	}
	.tendence .list li .title {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.tendence .list li .content {
		margin-top: 10px;
		font-size: 12px;
		line-height: 21px;
		height: 42px;
	}
	.tendence .list li .time {
		margin-top: 10px;
		font-size: 12px;
	}
	.tendence .list li .time i {
		font-size: 12px;
		margin-right: 6px;
		margin-top: 1px;
	}
	.tendence .list .more {
		margin: 18px auto 0;
		width: 178px;
		height: 32px;
	}
	.tendence .list .more a {
		line-height: 32px;
		font-size: 12px;
	}
	.public-title .more {
		bottom: 10px;
		font-size: 12px;
	}
	.new-products .list .swiper-box {
		padding: 24px 12px 20px;
	}
	.list .swiper-button-next, .list .swiper-button-prev {
		width: 26px;
		height: 48px;
		margin-top: -24px;
		background-size: 9px 20px;
		border-radius: 6px;
	}
	.new-products .list .swiper-slide .item {
		margin-right: 14px;
		padding: 15px;
	}
	.new-products .list .swiper-slide .text p {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.hot-topic .list li a span {
		padding: 0 12px;
		font-size: 12px;
		line-height: 20px;
		max-height: calc(20px * 3);
	}
	.video .list .swiper-slide .item {
		padding: 19px;
		margin-right: 18px;
		border-radius: 9px;
	}
	.video .list .swiper-slide .text p {
		margin-top: 12px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.video-list ul {
		margin-right: -18px;
		margin-top: 22px;
	}
	.video-list li .item,.video .list .swiper-slide .item {
		margin-right: 18px;
		border-radius: 9px;
		padding: 15px;
	}
	.video-list li .image i, .video .list .swiper-slide .image i {
		font-size: 55px;
	}
	.video-list li .text p {
		margin-top: 12px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.video-list li .text .content {
		margin-top: 10px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.video .list .swiper-box {
		padding: 22px 12px 20px;
	}
	.hot-topic .list {
		margin-top: 30px;
	}
	.hot-topic .list li .item {
		margin-right: 8px;
	}
	.hot-topic .list ul {
		margin-right: -8px;
	}

	/* footer */
    .bottomMenu {
        margin-top: 20px;
        padding: 20px 0 15px 0;
    }
    .footLeft ul li {
        line-height: 30px;
        font-size: 13px;
        color: #fff;
    }
    .footLeft {
        width: 25%;
        padding-left: 20px;
    }
    .footLeft ul {
        float: left;
        margin-right: 30px;
    }
    .footLeft p {
        font-size: 13px;
        line-height: 26px;
    }
    .footCenter ul li {
        line-height: 32px;
    }
    .footCenter ul li a {
        font-size: 13px;
    }
    .footRight {
        width: 50%;
        margin-right: 20px;
    }
    .footRight ul li .ewm {
        width: 104px;
        height: 104px;
        border: 4px solid #5fa1e4;
    }
    .footLeft .text {
        margin-top: 5px;
    }
    .footLeft .lxqq {
        height: 98px;
    }
    .footTop {
        height: 188px;
    }
    .foot {
        padding: 8px 10px 20px 10px;
    }
    .foot span {
        font-size: 13px;
        line-height: 22px;
    }

}

@media only screen and (max-width:1024px){
	.w,.main {
		width: 880px;
	}

	.iframe {
		height: 32px;
	}
	.header {
		line-height: 32px;
	}
	.header a {
		font-size: 12px;
	}
	.banner {
		height: 280px;
	}
	.nav-bg .item {
		height: 172px;
		width: 1092px;
	}
	.nav ul {
		padding: 0 45px;
	}
	.nav li a {
		font-size: 14px;
		line-height: 24px;
		margin: 0 63px;
	}
	.topic-news, .hot-topic, .topic-news .list, .new-products, .video {
		margin-top: 20px;
	}
	.topic-news .topic-top .text {
		width: 410px;
		margin-right: 20px;
	}
	.topic-news .topic-top .image-box .image {
		margin-right: 13px;
		margin-bottom: 13px;
	}
	.topic-news .topic-top .text .title {
		font-size: 20px;
		height: 30px;
		line-height: 30px;
		margin-top: 10px;
	}
	.topic-news .topic-top .text .title .icon {
		width: 64px;
		height: 30px;
		margin-right: 10px;
	}
	.topic-news .topic-top .text .content {
		margin-top: 20px;
		font-size: 12px;
		line-height: 20px;
		height: calc(20px * 6);
	}
	.topic-news .topic-top .text .btn {
		margin-top: 20px;
	}
	.topic-news .topic-top .text .btn a {
		padding: 0 14px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
		border-radius: 4px;
	}
	.topic-news .list li {
		margin-top: 28px;
	}
	.topic-news .list ul {
		margin-top: -16px;
		margin-right: -28px;
	}
	.topic-news .list li .item {
		margin-right: 28px;
	}
	.topic-news .list li .title {
		line-height: 16px;
		height: 16px;
		font-size: 14px;
	}
	.topic-news .list li .title i {
		margin-right: 6px;
		width: 4px;
		height: 14px;
		margin-top: 2px;
	}
	.topic-news .list li .content {
		margin-top: 13px;
	}
	.topic-news .list li .content .image {
		width: 136px;
		margin-right: 10px;
	}
	.topic-news .list li .content .text p, .hot-topic .text .content p {
		font-size: 12px;
		line-height: 21px;
		height: calc(21px * 2);
		margin-top: 0;
	}
	.topic-news .list li .content .text .data {
		margin-top: 8px;
	}
	.topic-news .list li .content .text .data .right {
		font-size: 12px;
		top: 5px;
	}
	.tendence {
		margin-top: 40px;
	}
	.public-title span {
		font-size: 24px;
		padding: 0 10px;
		line-height: 40px;
	}
	.public-title span::after {
		border-width: 40px 0 0 14px;
		right: -14px;
	}
	.public-title p::after {
		border-width: 30px 0 0 12px;
		right: -22px;
	}
	.public-title p::before {
		width: 30px;
		height: 30px;
		right: -10px;
	}
	.tendence .list {
		margin-top: 22px;
	}
	.tendence .list li {
		margin-top: 16px;
	}
	.tendence .list li .title i {
		width: 14px;
		height: 14px;
		margin-top: 1px;
		margin-right: 8px;
	}
	.tendence .list ul {
		margin-top: -16px;
		margin-right: -28px;
	}
	.tendence .list li .item {
		margin-right: 28px;
	}
	.tendence .list li .title {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.tendence .list li .content {
		margin-top: 10px;
		font-size: 12px;
		line-height: 21px;
		height: 42px;
	}
	.tendence .list li .time {
		margin-top: 10px;
		font-size: 12px;
	}
	.tendence .list li .time i {
		font-size: 12px;
		margin-right: 6px;
		margin-top: 1px;
	}
	.tendence .list .more {
		margin: 18px auto 0;
		width: 178px;
		height: 32px;
	}
	.tendence .list .more a {
		line-height: 32px;
		font-size: 12px;
	}
	.public-title .more {
		bottom: 10px;
		font-size: 12px;
	}
	.new-products .list .swiper-box {
		padding: 24px 12px 20px;
	}
	.list .swiper-button-next, .list .swiper-button-prev {
		width: 26px;
		height: 48px;
		margin-top: -24px;
		background-size: 9px 20px;
		border-radius: 6px;
	}
	.new-products .list .swiper-slide .item {
		margin-right: 14px;
		padding: 15px;
	}
	.new-products .list .swiper-slide .text p {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.hot-topic .list li a span {
		padding: 0 12px;
		font-size: 12px;
		line-height: 20px;
		max-height: calc(20px * 3);
	}
	.video .list .swiper-slide .item {
		padding: 19px;
		margin-right: 18px;
		border-radius: 9px;
	}
	.video .list .swiper-slide .text p {
		margin-top: 12px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.video-list ul {
		margin-right: -18px;
		margin-top: 22px;
	}
	.video-list li .item,.video .list .swiper-slide .item {
		margin-right: 18px;
		border-radius: 9px;
		padding: 15px;
	}
	.video-list li .image i, .video .list .swiper-slide .image i {
		font-size: 55px;
	}
	.video-list li .text p {
		margin-top: 12px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.video-list li .text .content {
		margin-top: 10px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.video .list .swiper-box {
		padding: 22px 12px 20px;
	}
	.hot-topic .list {
		margin-top: 30px;
	}
	.hot-topic .list li .item {
		margin-right: 8px;
	}
	.hot-topic .list ul {
		margin-right: -8px;
	}









































	/* footer */
    .bottomMenu {
        margin-top: 20px;
    }
    .footLeft ul li {
        line-height: 30px;
        font-size: 13px;
        color: #fff;
    }
    .footLeft {
        width: 25%;
        padding-left: 0;
    }
    .footLeft ul {
        float: left;
        margin-right: 25px;
    }
    .footLeft p {
        font-size: 13px;
        line-height: 26px;
    }
    .footCenter ul li {
        line-height: 32px;
    }
    .footCenter ul li a {
        font-size: 13px;
    }
    .footCenter {
        width: 24%;
        padding-left: 3%;
    }
    .footRight {
        width: 50%;
        margin-right: 0;
    }
    .footRight ul li .ewm {
        width: 96px;
        height: 96px;
        border: 4px solid #5fa1e4;
    }
    .footLeft .text {
        margin-top: 5px;
    }
    .footLeft .lxqq {
        height: 98px;
    }
    .footTop {
        height: 188px;
    }
    .footRight .title {
        font-size: 14px;
    }
    .footLeft p b {
        font-size: 13px;
    }
    .foot {
        padding: 8px 10px 20px 10px;
    }
    .foot span {
        font-size: 13px;
        line-height: 22px;
    }
}
