body{
	line-height: 1;
}
a {
	outline: none;
}
.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;
}
@font-face {
	font-family: 'Public';  /* Project id 2901389 */
	src: url('//at.alicdn.com/t/font_2901389_ec8qhhzo2zk.woff2?t=1637559035266') format('woff2'),
		 url('//at.alicdn.com/t/font_2901389_ec8qhhzo2zk.woff?t=1637559035266') format('woff'),
		 url('//at.alicdn.com/t/font_2901389_ec8qhhzo2zk.ttf?t=1637559035266') format('truetype');
  }

.Public {
	font-family: "Public" !important;
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'bf';  /* Project id 3152797 */
	src: url('//at.alicdn.com/t/font_3152797_fyuat9xy8v6.eot?t=1645499491943'); /* IE9 */
	src: url('//at.alicdn.com/t/font_3152797_fyuat9xy8v6.eot?t=1645499491943#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('//at.alicdn.com/t/font_3152797_fyuat9xy8v6.woff2?t=1645499491943') format('woff2'),
		 url('//at.alicdn.com/t/font_3152797_fyuat9xy8v6.woff?t=1645499491943') format('woff'),
		 url('//at.alicdn.com/t/font_3152797_fyuat9xy8v6.ttf?t=1645499491943') format('truetype'),
		 url('//at.alicdn.com/t/font_3152797_fyuat9xy8v6.svg?t=1645499491943#bf') format('svg');
  }
.wujin {
	font-family: "bf" !important;
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.w{
	width: 1430px;
	margin: 0 auto;
}
.gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(30,30,30,1)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{000000}', endColorStr='#{666666}');
}
.Center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.iframe {
	height: 40px;
}
/* header */
#header {
	width: 100%;
	height: 40px;
	background: #f5f5f5;
	z-index: 999;
	position: relative;
	font-size: 14px;
}
.header span {
	float: left;
	line-height: 40px;
}

.header span a {
	color: #666;
	margin-right: 30px;
}
.header span a.high {
	color: #1669c5;
}
.header span a:hover {
	color: #1669c5;
}

.header p {
	float: right;
	line-height: 40px;
	color: #666;
	font-size: 0;
}
.header p a {
	color: #666;
	padding: 0 12px;
	position: relative;
	font-size: 14px;
}
.header p a.mobile {
	color: #1669c5;
}
.header p a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background: #dcdcdc;
}
.header p a:last-child {
	padding-right: 0;
}
.header p a:last-child::after {
	display: none;
}

.header p a:hover {
	color: #1669c5;
}
.header p a i {
	font-weight: normal;
	font-size: 18px;
	margin-right: 4px;
	vertical-align: top;
	display: inline-block;
	margin-top: 1px;
}
.banner-adv {
	margin: 0 auto;
	overflow: hidden;
}
.banner-adv ul {
	width: calc(100% + 12px);
	display: inline;
	float: left;
	margin: 8px 0 0 -6px;
}

.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
}
.banner-adv ul li .adv-item {
	margin: 12px 6px 0 6px;
	overflow: hidden;
}
.banner-adv ul.one li{
	width: 100%;
}
.banner-adv ul.two li{
	width: 50%;
}
.banner-adv ul.three li{
	width: 33.33%;
}
.banner-adv ul.four li{
	width: 25%;
}
.banner-adv ul.five li{
	width: 20%;
}
.banner-adv ul.six li{
	width: 16.66%;
}

.banner-adv ul li a,
.banner-adv ul li embed {
	float: left;
}

.advs {
	position: relative;
	display: block;
}

.advs img {
	display: block;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}

#header{
	background: #f5f5f5;
	height: 39px;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}
#divLogin{
	float: left;
}
#divLogin ul {
	float: left;
}
#divLogin ul li {
	font-size: 13px;
	line-height: 39px;
	float: left;
	color: #666;
}
#divLogin ul li.login1 {
	margin-right: 20px;
}
#divLogin ul li.login1 a {
	color: #185ead;
}
#divLogin ul li a{
	color: #999;
}
#divLogin ul li.register1 {
	margin-right: 10px;
}
#divLogin ul li.register1 a {
	padding: 3px 8px;
	border: 1px solid #dddddd;
	color: #666;
}
#divLogin ul li.register1 a:hover {
	color: #fff;
	background: #185ead;
	border: 1px solid #185ead;
}
.divService {
	float: right;
	color: #ddd;
	font-weight: bold;
	font-size: 13px;
}
.divService a{
	line-height: 39px;
	color: #666;
	padding: 0 8px;
	font-weight: normal;
}
.divService a:hover {
	color: #185ead;
}
.divService a i {
	font-size: 14px;
	vertical-align: top;
	margin-right: 4px;
	margin-top: 13px;
}
.divService a:last-child {
	padding-right: 0;
}
.bannerAdv-box {
	margin-top: 15px;
}
.top {
	margin: 20px auto;
	overflow: hidden;
}
.top .logo {
	float: left;
	width: 248px;
}
.top .pageName {
	float: left;
	height: 36px;
	line-height: 36px;
	margin-left: 10px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
	margin-top: 10px;
}
.top .searchBox {
	float: left;
	width: 586px;
	height: 42px;
	border: 2px solid #185ead;
	border-radius: 21px;
	box-sizing: border-box;
	margin: 8px 0 0 42px;
	overflow: hidden;
}
form {
	height: 100%;
}
.form {
	font-size: 0;
	position: relative;
	height: 100%;
}
.top .searchBox input {
	width: calc(100% - 100px);
	border: 0;
	height: 100%;
	font-size: 14px;
	color: #aaa;
	text-indent: 18px;
}
.top .searchBox input:focus {
	color: #333;
}
.top .searchBox button {
	width: 100px;
	height: 42px;
	border-radius: 0 21px 21px 0;
	background-color: #185ead;
	border: 0;
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: -2px;
	top: -2px;
}
.top .searchBox button i {
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}
.top .topAdv {
	float: right;
	width: 360px;
	max-height: 60px;
}
.nav {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: url(../../../../images/news/version/2022/navbg.png) no-repeat;
}
.nav li {
	float: left;
	margin-right: 5px;
}
.nav li a {
	color: #fff;
	padding: 0 33px;
	display: block;
	font-size: 18px;
	position: relative;
}
.nav li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #fff transparent;
	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;
}
.nav li a.focus::after {
	opacity: 1;
}
.banner {
	margin-top: 25px;
}
.banner .w {
	overflow: hidden;
}
.banner .new-news {
	width: 295px;
	box-sizing: border-box;
	margin-left: 30px;
	float: right;
	border: 1px solid #ddd;
	padding: 15px 15px 19px;
}
.banner .new-news .title {
	position: relative;
}
.banner .new-news .title b {
	font-size: 20px;
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 2px solid #185ead;
}
.banner .new-news .title b span {
	color: #185ead;
}
.banner .new-news .title .more {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 15px;
	color: #999;
}
.banner .new-news .title .more i {
	color: #ccc;
	font-size: 14px;
	margin-right: 3px;
}
.banner .new-news .title .more:hover,.banner .new-news .title .more:hover i {
	color: #185ead;
}
.banner .new-news ul {
	position: relative;
	margin-top: 20px;
}
.banner .new-news ul::before {
	content: "";
	width: 1px;
	background-color: #d4dcef;
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 2px;
}
.banner .new-news ul li {
	margin-top: 12px;
	padding-left: 15px;
	position: relative;
}
.banner .new-news ul li:first-child {
	margin-top: 0;
}
.banner .new-news ul li span {
	display: block;
	font-size: 14px;
	color: #99a0b1;
}
.banner .new-news ul li p {
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
	margin-top: 5px;
}
.banner .new-news ul li p a {
	color: #333;
}
.banner .new-news ul li p a:hover {
	color: #185ead;
}
.banner .new-news ul li::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #185ead;
	left: -2px;
	top: 5px;
}
.banner .left {
	overflow: hidden;
}
.banner .left .swiper-box {
	width: 549px;
	float: left;
	overflow: hidden;
	min-height: 50px;
}
.banner-swiper {
	position: relative;
	display: none;
}
.banner-swiper .image {
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
}
.banner-swiper .image img {
	max-height: none;
	width: 100%;
}
.banner-swiper .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 100px 18px 35px;
	background: -moz-linear-gradient( 90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient( 90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient( 90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
}
.banner-swiper .text p {
	font-size: 22px;
	line-height: 24px;
}
.banner-swiper .text p a {
	color: #fff;
}
.banner-swiper .swiper-pagination {
	text-align: left;
	padding: 0 14px;
	box-sizing: border-box;
	bottom: 15px !important;
}
.banner-swiper .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #fff;
	opacity: .5;
}
.banner-swiper .swiper-pagination-bullet-active {
	opacity: .9;
	background: #fff;
	width: 20px;
	border-radius: 3px;
}
.banner .left ul {
	overflow: hidden;
	margin-top: -9px;
}
.banner .left li {
	float: left;
	width: 50%;
	margin-top: 9px;
}
.banner .left li .item {
	margin-left: 10px;
	position: relative;
}
.banner .left li .image {
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
}
.banner .left li .image img {
	max-height: none;
	width: 100%;
}
.banner .left li .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 55px 12px 12px;
	background: -moz-linear-gradient( 90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient( 90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient( 90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
}
.banner .left li .text p {
	font-size: 16px;
	line-height: 18px;
}
.banner .left li .text p a {
	color: #fff;
}
.main {
	overflow: hidden;
	margin-top: 30px;
}
.hot-rank {
	float: right;
	width: 295px;
	margin-left: 30px;
}
.hot-rank .title {
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
}
.dynamic-tab {
	border-bottom: 1px solid #e6e6e6;
}
.hot-rank .title span,.dynamic-tab a {
	padding: 0 3px 18px;
	position: relative;
	font-size: 22px;
	display: inline-block;
	color: #333;
}
.dynamic-tab a {
	color: #999;
}
.hot-rank .title span,.dynamic-tab a.focus {
	font-weight: bold;
	color: #333;
}
.hot-rank .title span::before,.dynamic-tab a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background-color: #185ead;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.hot-rank .title span::after , .dynamic-tab a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 16px;
	background: url(../../../../images/news/version/2022/titleicon.png) no-repeat;
	background-size: cover;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.dynamic-tab p {
	font-size: 0;
}
.dynamic-tab a {
	margin-right: 40px;
}
.hot-rank .title span::before,.dynamic-tab a.focus::before {
	width: 100%;
}
.hot-rank .title span::after,.dynamic-tab a.focus::after {
	width: 19px;
}
.hot-rank li {
	margin-top: 18px;
}
.hot-rank li mark {
	display: inline-block;
	width: 20px;
	height: 18px;
	line-height: 16px;
	border-radius: 4px 0;
	background-color: #b2b6bb;
	font-size: 14px;
	text-align: center;
	color: #fff;
	vertical-align: top;
	margin-right: 5px;
}
.hot-rank li:nth-child(-n + 3) mark {
	background-color: #f1692c;
}

.hot-rank li .image {
	height: 0;
	overflow: hidden;
	position: relative;
}

.hot-rank li .image img {
	max-height: none;
	width: 100%;
}
.hot-rank li .image mark {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0 4px 0 0;
}
.hot-rank li p {
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	font-size: 16px;
}
.hot-rank li p a {
	color: #333;
}
.hot-rank li p a:hover {
	color: #185ead;
}
.hot-rank li.active .image {
	padding-bottom: 66.5%;
}
.hot-rank li.active p {
	line-height: 50px;
	height: 50px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}
.hot-rank li.active p mark {
	display: none;
}
.dynamic {
	overflow: hidden;
}
.dynamic-bot {
	display: none;
}
.dynamic-bot li {
	margin-top: 22px;
	overflow: hidden;
}
.dynamic-bot .image {
	float: left;
	margin-right: 20px;
	width: 210px;
}
.dynamic-bot .image a {
	display: block;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
}
.dynamic-bot .image img {
	max-height: none;
	width: 100%;
}
.dynamic-bot .text {
	overflow: hidden;
}
.dynamic-bot .text p {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.dynamic-bot .text p a {
	color: #333;
}
.dynamic-bot .text p a:hover {
	color: #185ead;
}
.dynamic-bot .text .content {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #666;
	margin-top: 15px;
}
.dynamic-bot .text .bottom {
	position: relative;
	line-height: 22px;
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}
.dynamic-bot .text .bottom mark {
	background: transparent;
	display: inline-block;
	height: 22px;
	line-height: 20px;
	font-size: 12px;
	color: #185ead;
	border: 1px solid #185ead;
	padding: 0 5px;
	box-sizing: border-box;
	margin-right: 10px;
}
.dynamic-bot .text .bottom span {
	position: absolute;
	right: 0;
	top: 0;
}
.dynamic-bot .text .bottom span i {
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	margin-top: 5px;
}
.report {
	margin-top: 30px;
}
.report .w {
	background: url(../../../../images/news/version/2022/reportbg.png) no-repeat;
	background-size: 100% 100%;
	padding: 30px 30px 35px;
	box-sizing: border-box;
	position: relative;
}
.report .title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
}
.report .title i {
	float: left;
	font-size: 38px;
	margin-right: 10px;
}
.report .title p {
	overflow: hidden;
}
.report .title p b {
	display: block;
	width: 62px;
	height: 2px;
	background-color: #fff;
	margin-top: 7px;
}
.report .title p i {
	display: block;
	width: 25px;
	height: 2px;
	background-color: #fff;
	margin-top: 2px;
}
.report-box {
	margin-top: 15px;
	overflow: hidden;
	margin-right: -10px;
}
.report-swiper {
	position: relative;
	display: none;
}
.report-swiper .swiper-slide {
	width: 20%;
}
.report-swiper .swiper-slide .item {
	margin-right: 12px;
	background-color: #fff;
	padding: 2px;
}
.report-swiper .swiper-slide .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
}
.report-swiper .swiper-slide .image img {
	max-height: none;
	width: 100%;
}
.report-swiper .swiper-slide .text {
	padding: 12px 15px 20px;
}
.report-swiper .swiper-slide .text p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.report-swiper .swiper-slide .text p a {
	color: #333;
}
.report-swiper .swiper-slide .text p a:hover {
	color: #185ead;
}
.report-swiper .swiper-slide .text span {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	color: #185ead;
}
.report-swiper .swiper-slide .text span i {
	font-style: normal;
	display: inline-block;
	color: #999;
	padding-left: 10px;
	margin-left: 10px;
	position: relative;
}
.report-swiper .swiper-slide .text span i::after {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 1px;
	height: 16px;
	background-color: #ddd;
}
.report .title .btn {
	position: absolute;
	right: 0;
	top: 0;
}
.btn .swiper-button-next, .btn .swiper-button-prev {
	position: static;
	width: 28px;
	height: 28px;
	margin: 0;
	background-size: 10px 15px;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,.3);
}
.btn .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");
}
.btn .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");
	margin-left: 12px;
}
.btn .swiper-button-next:hover, .btn .swiper-button-prev:hover {
	background-color: #fff;
}
.btn .swiper-button-next:hover {
	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'%23185ead'%2F%3E%3C%2Fsvg%3E");
}
.btn .swiper-button-prev:hover {
	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'%23185ead'%2F%3E%3C%2Fsvg%3E");
}
.news {
	margin-top: 30px;
}
.news .w {
	overflow: hidden;
}
.news-ul {
	margin-top: -25px;
	margin-right: -25px;
	overflow: hidden;
}
.news-li {
	margin-top: 25px;
	float: left;
	width: 33.33%;
}
.news-li:nth-child(3n + 1) {
	clear: both;
}
.news-li .item {
	margin-right: 25px;
}
.news-li .title {
	position: relative;
}
.news-li .title span {
	font-size: 24px;
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}
.news-li .title span::after {
	content: "";
	position: absolute;
	left: 0;
	right: -28px;
	height: 8px;
	bottom: 0;
	background: -moz-linear-gradient( 0deg, rgb(24,94,173) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(24,94,173) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient( 0deg, rgb(24,94,173) 0%, rgba(255,255,255,0) 100%);
}
.news-li .title span b {
	position: relative;
	z-index: 3;
}
.news-li .title .more {
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 15px;
	color: #999;
}
.news-li .title .more:hover {
	color: #185ead;
}

.news-li .item-title {
	height: 56px;
	line-height: 56px;
	background: #185ead url(../../../../images/news/version/2022/newsbg.png) no-repeat;
	background-size: cover;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
.news-li .item-title i {
	font-weight: normal;
	font-size: 16px;
	margin-left: 10px;
}
.news-content {
	padding: 20px 20px;
	border: 1px solid #e6e6e6;
	border-top: 0;
}
.news-top {
	overflow: hidden;
}
.news-top .image {
	float: left;
	width: 144px;
	margin-right: 15px;
}
.news-top .image a {
	display: block;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
}
.news-top .image img {
	width: 100%;
	max-height: none;
}
.news-top .text {
	overflow: hidden;
}
.news-top .text p {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}
.news-top .text p a {
	color: #333;
}
.news-top .text p a:hover {
	color: #185ead;
}
.news-top .text span {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	color: #999;
	position: relative;
	line-height: 26px;
}
.news-top .text span i {
	font-size: 14px;
	margin-right: 4px;
}
.news-top .text span .detail {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #ff7f24;
	color: #fff;
	border-radius: 13px;
	padding: 0 12px;
}
.news-content ul {
	margin-top: 20px;
	border-top: 1px solid #e6e6e6;
}
.news-content li {
	position: relative;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-top: 20px;
}
.news-content li p {
	font-size: 16px;
	padding-right: 50px;
}
.news-content li p a {
	color: #333;
}
.news-content li p a:hover {
	color: #185ead;
}
.news-content li span {
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 14px;
	color: #999;
}
.recommend-products {
	margin-top: 30px;
	background-color: #f5f5f5;
	padding: 25px 0;
	overflow: hidden;
}
.recommend-products .title {
	font-size: 16px;
	font-weight: bold;
}
.products-swiper {
	overflow: hidden;
	margin-top: 12px;
	margin-right: -12px;
	display: none;
}
.products-swiper .swiper-slide {
	width: calc(100% / 8);
}
.products-swiper .swiper-slide .item {
	margin-right: 12px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 12px 15px;
}
.products-swiper .swiper-slide .image {
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.products-swiper .swiper-slide .image img {
	max-height: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.products-swiper .swiper-slide p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.products-swiper .swiper-slide p a {
	color: #333;
}
.products-swiper .swiper-slide p a:hover {
	color: #185ead;
}
.products-swiper .swiper-slide .item:hover {
	border-color: #c0d3e8;
}
.products-box {
	position: relative;
}
.products-box .swiper-button-next, .products-box .swiper-button-prev {
	width: 20px;
	height: 30px;
	margin-top: -15px;
	background-size: 16px 30px;
}
.products-box .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'%23999'%2F%3E%3C%2Fsvg%3E");
	left: -32px;
}
.products-box .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'%23999'%2F%3E%3C%2Fsvg%3E");
	right: -32px;
}
.products-box .swiper-button-prev:hover {
	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'%23185ead'%2F%3E%3C%2Fsvg%3E");
}
.products-box .swiper-button-next:hover {
	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'%23185ead'%2F%3E%3C%2Fsvg%3E");
}

/* footer */
.footer {
	background: #232830;
	padding: 25px 0;
}
.footer-nav {
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.footer-nav a {
	font-size: 16px;
	color: #d4d4d4;
	padding: 0 20px;
	position: relative;
}
.footer-nav a::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 18px;
	background: #414141;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer-nav a:last-child::after {
	display: none;
}
.footer p {
	color: #838383;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}
.footer p .qq{
	position: relative;
	cursor: pointer;
   }
   .footer p .qq .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	resize: none;

   }
   .footer p .qq .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
   }
   .footer p .qq:hover .QQhover{
	display: inline-block;
   }
.footer .footer_img{
	display: block;
	height: 47px;
	width: 751px;
	background: url('../../../../images/Version/2022/Index/copyright.png') no-repeat 0 0;
	background-size: auto 100%;
	margin: 15px auto 0;
}
.footer .footer_img li{
	float: left;
	width: 117px;
	height: 47px;
	margin-right: 9px;
}
.footer .footer_img li:last-child {
	margin-right: 0;
}
.footer .footer_img li a{
	display: block;
	height: 47px;
	width: 100%
}
/* footer End */
/* @media only screen and (min-width:1920px){
	.w{
		width: 1560px;
	}

	.footer .item .left p {
		font-size: 14px;
	}
	.footer .item .left p a {
		padding: 0 20px;
		font-size: 15px;
	}
	.copyright {
		font-size: 14px;
	}

} */
@media only screen and (min-width: 1600px) and (max-width:1919px){

}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1400px;
	}
	.banner .left .swiper-box {
		width: 535px;
	}
	.banner .new-news,.hot-rank {
		width: 293px;
	}
	.banner .new-news {
		padding: 15px 15px 15px;
	}
	.banner .new-news ul {
		margin-top: 16px;
	}
	.products-swiper {
		margin-right: -10px;
	}
	.products-swiper .swiper-slide .item {
		margin-right: 10px;
		padding: 10px 12px;
	}
	.products-swiper .swiper-slide p {
		margin-top: 8px;
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.products-box {
		padding: 0 20px;
	}
	.products-box .swiper-button-prev {
		left: -8px;
	}
	.products-box .swiper-button-next {
		right: -8px;
	}

}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1328px;
	}
	.top .logo {
		width: 230px;
	}
	.top .topAdv {
		width: 334px;
	}
	.top .searchBox {
		width: 540px;
	}
	.nav li a {
		font-size: 17px;
		padding: 0 30px;
	}
	.nav {
		height: 56px;
		line-height: 56px;
		background-size: contain;
	}
	.banner {
		margin-top: 23px;
	}
	.banner .new-news,.hot-rank {
		width: 274px;
	}
	.banner .new-news .title b {
		font-size: 18px;
	}
	.banner .new-news .title .more {
		font-size: 14px;
	}
	.banner .new-news ul li span {
		font-size: 13px;
	}
	.banner .new-news ul li p {
		font-size: 14px;
		line-height: 19px;
		height: 38px;
	}
	.banner .new-news ul li {
		margin-top: 11px;
		padding-left: 12px;
	}
	.banner .left .swiper-box {
		width: 509px;
	}
	.banner-swiper .text p {
		font-size: 20px;
		line-height: 22px;
		height: 22px;
	}
	.banner .left li .text p {
		font-size: 15px;
		line-height: 17px;
	}
	.hot-rank .title span, .dynamic-tab a {
		padding: 0 3px 16px;
		font-size: 20px;
	}
	.hot-rank li {
		margin-top: 17px;
	}
	.hot-rank li p {
		line-height: 17px;
		height: 17px;
		font-size: 15px;
	}
	.hot-rank li.active p {
		line-height: 46px;
		height: 46px;
	}
	.hot-rank li mark {
		line-height: 14px;
		font-size: 13px;
		height: 17px;
	}
	.dynamic-bot .image {
		margin-right: 18px;
		width: 195px;
	}
	.dynamic-bot li {
		margin-top: 20px;
	}
	.dynamic-bot .text p {
		font-size: 19px;
		line-height: 26px;
		height: 26px;
	}
	.dynamic-bot .text .content {
		font-size: 13px;
		line-height: 22px;
		height: 44px;
		margin-top: 14px;
	}
	.dynamic-bot .text .bottom {
		line-height: 20px;
		font-size: 13px;
		margin-top: 18px;
	}
	.dynamic-bot .text .bottom mark {
		height: 20px;
		line-height: 18px;
		margin-right: 8px;
	}
	.report .title {
		font-size: 22px;
	}
	.report .title i {
		font-size: 34px;
	}
	.news-li .item {
		margin-right: 23px;
	}
	.news-ul {
		margin-right: -23px;
	}
	.news-li .item-title {
		height: 53px;
		line-height: 53px;
		font-size: 17px;
		margin-top: 12px;
	}
	.news-li .item-title i {
		font-size: 14px;
	}
	.news-top .image {
		width: 134px;
		margin-right: 12px;
	}
	.news-top .text p {
		font-size: 15px;
		line-height: 24px;
		height: 48px;
	}
	.news-top .text span {
		margin-top: 12px;
		font-size: 13px;
		line-height: 24px;
	}
	.news-top .text span i {
		font-size: 13px;
	}
	.news-content ul {
		margin-top: 18px;
	}
	.news-content li p {
		font-size: 15px;
	}
	.news-content li span {
		font-size: 13px;
	}
	.news-content li {
		height: 17px;
		line-height: 17px;
		margin-top: 18px;
	}
	.news-li .title span {
		font-size: 22px;
	}
	.news-li .title .more {
		font-size: 14px;
	}
	.recommend-products .title {
		font-size: 15px;
	}
	.recommend-products {
		padding: 20px 0 25px;
	}
	.products-swiper {
		margin-right: -10px;
	}
	.products-swiper .swiper-slide .item {
		margin-right: 10px;
		padding: 10px 12px;
	}
	.products-swiper .swiper-slide p {
		margin-top: 8px;
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.products-box {
		padding: 0 20px;
	}
	.products-box .swiper-button-prev {
		left: -8px;
	}
	.products-box .swiper-button-next {
		right: -8px;
	}
	.footer .item .left p a {
		padding: 0 15px;
	}
	.footer .item .footer-code li {
		padding-left: 60px;
	}
	.footer .item .footer-code li .code {
		width: 126px;
		height: 126px;
	}
	.footer .item .footer-code {
		width: 350px;
	}
	.footer .item .left span a {
		font-size: 13px;
	}
	ul.footImg {
		width: 710px;
		height: 40px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 112px;
	}
	ul.footImg li a {
		width: 101px;
		height: 40px;
	}
	.copyright {
		font-size: 13px;
		margin-top: 5px;
		padding-top: 5px;
	}

}

@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w{
		width: 1138px;
	}
	.bannerAdv-box {
		margin-top: 10px;
	}
	.top {
		margin: 15px auto;
	}
	.top .logo {
		width: 200px;
	}
	.top .pageName {
		height: 32px;
		line-height: 32px;
		margin-top: 7px;
	}
	.top .topAdv {
		width: 286px;
	}
	.top .searchBox {
		width: 466px;
		height: 34px;
		margin: 6px 0 0 21px;
	}
	.top .searchBox button {
		width: 80px;
		height: 34px;
		font-size: 14px;
	}
	.top .searchBox button i {
		margin-top: 4px;
		font-size: 13px;
	}
	.top .searchBox input {
		width: calc(100% - 80px);
		text-indent: 15px;
	}
	.nav {
		height: 48px;
		line-height: 48px;
		background-size: contain;
	}
	.nav li a {
		font-size: 15px;
		padding: 0 25px;
	}
	.nav li a::after {
		border-width: 0 6px 6px 6px;
	}
	.banner,.main,.report,.news,.recommend-products {
		margin-top: 20px;
	}
	.banner .new-news, .hot-rank {
		width: 236px;
		margin-left: 26px;
	}
	.banner .new-news {
		padding: 14px 14px 16px;
	}
	.banner .new-news .title b {
		font-size: 16px;
	}
	.banner .new-news .title .more {
		font-size: 12px;
		top: 3px;
	}
	.banner .new-news ul li span {
		font-size: 12px;
	}
	.banner .new-news ul li::after {
		top: 4px;
	}
	.banner .new-news .title .more i {
		font-size: 12px;
	}
	.banner .new-news ul li p {
		font-size: 13px;
		line-height: 17px;
		height: 34px;
	}
	.banner .new-news ul li {
		margin-top: 5px;
		padding-left: 10px;
	}
	.banner .left li .item {
		margin-left: 8px;
	}
	.banner .new-news ul {
		margin-top: 15px;
	}
	.banner .left .swiper-box {
		width: 437px;
	}
	.banner-swiper .text p {
		font-size: 20px;
		line-height: 22px;
		height: 22px;
	}
	.banner .left li .text p {
		font-size: 15px;
		line-height: 17px;
	}
	.hot-rank .title span, .dynamic-tab a {
		padding: 0px 3px 14px;
		font-size: 17px;
	}
	.dynamic-tab a {
		margin-right: 28px;
	}
	.hot-rank li {
		margin-top: 15px;
	}
	.hot-rank li p {
		line-height: 15px;
		height: 15px;
		font-size: 13px;
	}
	.hot-rank li.active p {
		line-height: 38px;
		height: 38px;
	}
	.hot-rank li mark {
		line-height: 12px;
		font-size: 12px;
		height: 15px;
		width: 16px;
	}
	.dynamic-bot .image {
		margin-right: 14px;
		width: 167px;
	}
	.dynamic-bot li {
		margin-top: 20px;
	}
	.dynamic-bot .text p {
		font-size: 16px;
		line-height: 24px;
		height: 24px;
	}
	.dynamic-bot .text .content {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
		margin-top: 12px;
	}
	.dynamic-bot .text .bottom {
		line-height: 18px;
		font-size: 12px;
		margin-top: 14px;
	}
	.dynamic-bot .text .bottom mark {
		height: 18px;
		line-height: 16px;
		margin-right: 7px;
	}
	.dynamic-bot .text .bottom span i {
		font-size: 12px;
		margin-top: 4px;
	}
	.report .w {
		padding: 25px 25px 30px;
	}
	.report .title {
		font-size: 22px;
	}
	.report .title i {
		font-size: 30px;
	}
	.report .title p b {
		width: 50px;
	}
	.report .title p i {
		width: 22px;
	}
	.btn .swiper-button-next, .btn .swiper-button-prev {
		width: 22px;
		height: 22px;
		background-size: 6px 10px;
	}
	.report-swiper .swiper-slide .item {
		margin-right: 10px;
	}
	.report-swiper .swiper-slide .text {
		padding: 10px 12px 15px;
	}
	.report-swiper .swiper-slide .text p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.report-swiper .swiper-slide .text span {
		margin-top: 12px;
		font-size: 12px;
	}
	.report-swiper .swiper-slide .text span i {
		padding-left: 7px;
		margin-left: 7px;
	}
	.report-swiper .swiper-slide .text span i::after {
		top: 0px;
		height: 12px;
	}
	.news-li .item {
		margin-right: 23px;
	}
	.news-ul {
		margin-right: -23px;
		margin-top: -20px;
	}
	.news-li .item-title {
		height: 46px;
		line-height: 46px;
		font-size: 14px;
		margin-top: 10px;
	}
	.news-li .item-title i {
		font-size: 10px;
		margin-left: 6px;
		vertical-align: top;
		margin-top: 18px;
	}
	.news-content {
		padding: 15px 15px;
	}
	.news-top .image {
		width: 114px;
		margin-right: 10px;
	}
	.news-top .text p {
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
	.news-top .text span {
		margin-top: 12px;
		font-size: 12px;
		line-height: 22px;
	}
	.news-top .text span i {
		font-size: 13px;
	}
	.news-content ul {
		margin-top: 16px;
	}
	.news-content li p {
		font-size: 13px;
		padding-right: 40px;
	}
	.news-content li span {
		font-size: 12px;
	}
	.news-content li {
		height: 15px;
		line-height: 15px;
		margin-top: 15px;
	}
	.news-li {
		margin-top: 20px;
	}
	.news-li .title span {
		font-size: 19px;
	}
	.news-li .title .more {
		font-size: 12px;
	}
	.recommend-products .title {
		font-size: 15px;
	}
	.recommend-products {
		padding: 20px 0 25px;
	}
	.products-swiper {
		margin-right: -10px;
	}
	.products-swiper .swiper-slide .item {
		margin-right: 10px;
		padding: 10px 12px;
	}
	.products-swiper .swiper-slide p {
		margin-top: 8px;
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.products-box {
		padding: 0 20px;
	}
	.products-box .swiper-button-prev {
		left: -8px;
	}
	.products-box .swiper-button-next {
		right: -8px;
	}

	.footer .item .left p a {
		padding: 0 15px;
	}
	.footer .item .footer-code li {
		padding-left: 28px;
	}
	.footer .item .footer-code li .code {
		width: 115px;
		height: 115px;
		padding: 6px;
	}
	.footer .item .footer-code {
		width: 258px;
	}
	.footer .item .left span a {
		font-size: 13px;
	}
	ul.footImg {
		width: 710px;
		height: 40px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 112px;
	}
	ul.footImg li a {
		width: 101px;
		height: 40px;
	}
	.copyright {
		font-size: 12px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 26px;
	}

}

@media only screen and (max-width:1024px){
	.w{
		width: 1000px;
	}
	#divLogin ul li {
		font-size: 12px;
	}
	.divService {
		font-size: 12px;
	}
	.bannerAdv-box {
		margin-top: 10px;
	}
	.top {
		margin: 15px auto;
	}
	.top .logo {
		width: 188px;
	}
	.top .pageName img {
		width: 100px;
	}
	.top .pageName {
		height: 32px;
		line-height: 32px;
		margin-top: 7px;
	}
	.top .topAdv {
		width: 252px;
	}
	.top .searchBox {
		width: 400px;
		height: 34px;
		margin: 6px 0 0 21px;
	}
	.top .searchBox button {
		width: 80px;
		height: 34px;
		font-size: 14px;
	}
	.top .searchBox button i {
		margin-top: 4px;
		font-size: 13px;
	}
	.top .searchBox input {
		width: calc(100% - 80px);
		text-indent: 15px;
		font-size: 12px;
	}
	.nav {
		height: 42px;
		line-height: 42px;
		background-size: contain;
	}
	.nav li a {
		font-size: 13px;
		padding: 0 25px;
	}
	.nav li {
		margin-right: 0;
	}
	.nav li a::after {
		border-width: 0 6px 6px 6px;
	}
	.banner,.main,.report,.news,.recommend-products {
		margin-top: 20px;
	}
	.banner .new-news, .hot-rank {
		width: 208px;
		margin-left: 23px;
	}
	.banner .new-news {
		padding: 10px 12px 10px;
	}
	.banner .new-news .title b {
		font-size: 14px;
		padding-bottom: 3px;
	}
	.banner .new-news .title .more {
		font-size: 12px;
		top: 3px;
	}
	.banner .new-news ul li span {
		font-size: 12px;
	}
	.banner .new-news ul li::after {
		top: 4px;
	}
	.banner .new-news .title .more i {
		font-size: 12px;
	}
	.banner .new-news ul li p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
		margin-top: 3px;
	}
	.banner .new-news ul li {
		margin-top: 5px;
		padding-left: 10px;
	}
	.banner .left li .item {
		margin-left: 8px;
	}
	.banner .new-news ul {
		margin-top: 11px;
	}
	.banner .left .swiper-box {
		width: 383px;
	}
	.banner-swiper .text p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.banner-swiper .text {
		padding: 80px 15px 25px;
	}
	.banner-swiper .swiper-pagination {
		bottom: 10px !important;
	}
	.banner .left li .text {
		padding: 45px 10px 8px;
	}
	.banner .left li .text p {
		font-size: 12px;
		line-height: 14px;
	}
	.hot-rank .title span, .dynamic-tab a {
		padding: 0px 3px 12px;
		font-size: 15px;
	}
	.dynamic-tab a {
		margin-right: 28px;
	}
	.hot-rank li {
		margin-top: 10px;
	}
	.hot-rank li p {
		line-height: 15px;
		height: 15px;
		font-size: 12px;
	}
	.hot-rank li.active p {
		line-height: 36px;
		height: 36px;
	}
	.hot-rank li mark {
		line-height: 12px;
		font-size: 12px;
		height: 15px;
		width: 16px;
	}
	.dynamic-bot .image {
		margin-right: 12px;
		width: 147px;
	}
	.dynamic-bot li {
		margin-top: 15px;
	}
	.dynamic-bot .text p {
		font-size: 14px;
		line-height: 20px;
		height: 20px;
	}
	.dynamic-bot .text .content {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
		margin-top: 8px;
	}
	.dynamic-bot .text .bottom {
		line-height: 18px;
		font-size: 12px;
		margin-top: 11px;
	}
	.dynamic-bot .text .bottom mark {
		height: 18px;
		line-height: 16px;
		margin-right: 7px;
	}
	.dynamic-bot .text .bottom span i {
		font-size: 12px;
		margin-top: 4px;
	}
	.report .w {
		padding: 22px 20px 25px;
	}
	.report .title {
		font-size: 17px;
	}
	.report .title i {
		font-size: 26px;
	}
	.report .title p b {
		width: 44px;
	}
	.report .title p i {
		width: 18px;
	}
	.btn .swiper-button-next, .btn .swiper-button-prev {
		width: 20px;
		height: 20px;
		background-size: 6px 10px;
	}
	.report-swiper .swiper-slide .item {
		margin-right: 10px;
	}
	.report-swiper .swiper-slide .text {
		padding: 10px 12px 10px;
	}
	.report-swiper .swiper-slide .text p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}
	.report-swiper .swiper-slide .text span {
		margin-top: 12px;
		font-size: 12px;
	}
	.report-swiper .swiper-slide .text span i {
		padding-left: 7px;
		margin-left: 7px;
	}
	.report-swiper .swiper-slide .text span i::after {
		top: 0px;
		height: 12px;
	}
	.news-li .item {
		margin-right: 15px;
	}
	.news-ul {
		margin-right: -15px;
		margin-top: -15px;
	}
	.news-li .item-title {
		height: 46px;
		line-height: 46px;
		font-size: 14px;
		margin-top: 10px;
	}
	.news-li .item-title i {
		font-size: 10px;
		margin-left: 6px;
		vertical-align: top;
		margin-top: 18px;
	}
	.news-content {
		padding: 15px 15px;
	}
	.news-top .image {
		width: 114px;
		margin-right: 10px;
	}
	.news-top .text p {
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
	.news-top .text span {
		margin-top: 12px;
		font-size: 12px;
		line-height: 22px;
	}
	.news-top .text span i {
		font-size: 13px;
	}
	.news-content ul {
		margin-top: 16px;
	}
	.news-content li p {
		font-size: 13px;
		padding-right: 40px;
	}
	.news-content li span {
		font-size: 12px;
	}
	.news-content li {
		height: 15px;
		line-height: 15px;
		margin-top: 15px;
	}
	.news-li {
		margin-top: 15px;
	}
	.news-li .title span {
		font-size: 19px;
	}
	.news-li .title .more {
		font-size: 12px;
	}
	.recommend-products .title {
		font-size: 15px;
	}
	.recommend-products {
		padding: 20px 0 25px;
	}
	.products-swiper {
		margin-right: -10px;
	}
	.products-swiper .swiper-slide .item {
		margin-right: 10px;
		padding: 10px 10px;
	}
	.products-swiper .swiper-slide p {
		margin-top: 8px;
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.products-box {
		padding: 0 20px;
	}
	.products-box .swiper-button-prev {
		left: -8px;
	}
	.products-box .swiper-button-next {
		right: -8px;
	}
	.footer .item .left p a {
		padding: 0 12px;
	}
	.footer .item .footer-code li {
		padding-left: 28px;
	}
	.footer .item .footer-code li .code {
		width: 95px;
		height: 95px;
		padding: 6px;
	}
	.footer .item .footer-code li p {
		font-size: 12px;
		margin-top: 15px;
	}
	.footer .item .footer-code {
		width: 240px;
	}
	.footer .item .left span a {
		font-size: 13px;
	}
	ul.footImg {
		width: 710px;
		height: 40px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 112px;
	}
	ul.footImg li a {
		width: 101px;
		height: 40px;
	}
	.copyright {
		font-size: 12px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 26px;
	}
}
