﻿/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
	font-family: 'chem17';  /* Project id 1943868 */
	src: url('//at.alicdn.com/t/c/font_1943868_j1m4gr9afl.woff2?t=1698736194248') format('woff2'),
		 url('//at.alicdn.com/t/c/font_1943868_j1m4gr9afl.woff?t=1698736194248') format('woff'),
		 url('//at.alicdn.com/t/c/font_1943868_j1m4gr9afl.ttf?t=1698736194248') format('truetype');
  }
.chem17 {
	font-family: "chem17" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'chem172024';  /* Project id 4339021 */
	src: url('//at.alicdn.com/t/c/font_4339021_4mkea6028re.eot?t=1703744387909'); /* IE9 */
  src: url('//at.alicdn.com/t/c/font_4339021_4mkea6028re.eot?t=1703744387909#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//at.alicdn.com/t/c/font_4339021_4mkea6028re.woff2?t=1703744387909') format('woff2'),
       url('//at.alicdn.com/t/c/font_4339021_4mkea6028re.woff?t=1703744387909') format('woff'),
       url('//at.alicdn.com/t/c/font_4339021_4mkea6028re.ttf?t=1703744387909') format('truetype'),
       url('//at.alicdn.com/t/c/font_4339021_4mkea6028re.svg?t=1703744387909#chem17') format('svg');
}
.chem172024 {
	font-family: "chem172024" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.ease {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
body {
	line-height: 1;
}
.Center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.advs {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.banner-adv {
	margin: 0 auto;
	overflow: hidden;
}
.banner-adv ul {
	width: calc(100% + 20px);
	display: inline;
	float: left;
	margin: 0px 0 0 -10px;
}

.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
}
.banner-adv ul li .adv-item{
	margin: 0 10px 0 10px;
}
.banner-adv.mt20 ul li .adv-item {
	margin-top: 20px;
}
.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%;
}
.w {
	margin: 0 auto;
	width: 1560px;
	box-sizing: border-box;
}
.w::after {
	content: "";
	clear: both;
	display: block;
}

.iframe {
	height: 42px;
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.header {
	height: 42px;
	background: #f5f5f5;
	font-size: 13px;
}

.header .left {
	float: left;
}

.header .left p {
	line-height: 42px;
	float: left;
}

.header .left p a {
	color: #333;
}

.header .left p a:hover {
	color: #4385f5;
}

.header .left ul {
	float: left;
	margin-top: 13px;
}

.header ul li {
	float: left;
	padding: 0 6px;
}

.header .left ul li a {
	color: #666;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
	margin-top: -4px;
}

.header .left ul li:first-child a {
	padding: 0 7px;
}

.header .left ul li a {
	padding: 0 10px;
}

.header .left ul li:first-child a {
	color: #4385f5;
}

.header .left ul li:nth-child(even) a,
.header .item ul li:nth-child(even) a:hover {
	color: #fff;
	background-color: #4385f5;
	border-radius: 2px;
}

.header .right {
	float: right;
	margin-right: 178px;
	margin-top: 15px;
}

.header .right li {
	padding: 0 12px;
	border-right: 1px solid #ddd;
}

.header .right li a {
	color: #666;
}

.header .right li a:hover {
	color: #4385f5;
}
.Tophead{
	margin: 0 auto;
	position: relative;
}
.Tophead .left{
	position: absolute;
	top: -40px;
	left: 356px;
}
.Tophead .left .serviceBtn{
	margin-top: 7px;
	height: 26px;
	line-height: 26px;
	width: 78px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: block;
	border-radius: 2px;
	background-image: -moz-linear-gradient( 180deg, rgb(123,191,80) 0%, rgb(38,164,128) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(123,191,80) 0%, rgb(38,164,128) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(123,191,80) 0%, rgb(38,164,128) 100%);
}
.Tophead ul{
	position: absolute;
	top: -40px;
	right: 0;
}
.Tophead li{
	float: left;
	height: 40px;
  	position: relative;
}
.Tophead li .ServiceTop {
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	font-size: 13px;
	position: relative;
	font-weight: bold;
}
.Tophead li .ServiceTop i {
	font-size: 15px;
	font-weight: normal;
	margin-right: 4px;
}
.Tophead li .ServiceTop::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #e2e2e2;
}

.Tophead li:last-child .ServiceTop::after{
	display: none;
}
.Tophead li .ServiceTop a {
	color: #4385f5;
}
/* mobile */
.ServiceBot{
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 40px;
	right: 0;
	display: none;
	text-align: center;
	z-index: 9999;
	box-sizing: border-box;
}
.ServiceBot1 {
	width: 590px;
	padding: 14px 25px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.ServiceBot1 .box-arr {
	margin-right: -36px;
	overflow: hidden;
}
.ServiceBot1 .box {
	float: left;
	width: 33.33%;
}
.ServiceBot1 .item {
	margin-right: 36px;
}
.ServiceBot1 .item .image {
	display: inline-block;
	margin-top: 14px;
	background: url(https://www.chem17.com/images/index/version/2024/ewm-bg.png) no-repeat;
	background-size: contain;
	padding: 7px;
}
.ServiceBot1 .box:nth-child(2) .item .image {
	padding: 0;
	background: none;
}
.ServiceBot1 .item p {
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #333;
	overflow: hidden;
}
.ServiceBot1 .item span {
	display: block;
	font-size: 13px;
	color: #999;
	margin-top: 8px;
}
.Tophead li.mobile .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(242, 248, 255) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242, 248, 255) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242, 248, 255) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* weixin */
.ServiceBot2 {
	width: 736px;
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	overflow: hidden;
	background: url(https://www.chem17.com/images/index/version/2024/top-bg.png) no-repeat;
	background-color: #fff;
}
.ServiceBot2 .gzRight {
	width: 490px;
	border-left: 1px solid #f3f3f3;
	float: right;
}
.ServiceBot2 .gzRight a {
	padding: 80px 20px 24px;
	line-height: 17px;
	font-size: 15px;
	color: #333;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
	cursor: pointer;
	border: 1px solid transparent;
}
.ServiceBot2 .gzRight a:nth-child(1)::after,
.ServiceBot2 .gzRight a:nth-child(2)::after,
.ServiceBot2 .gzRight a:nth-child(3)::after,
.ServiceBot2 .gzRight a:nth-child(4)::after{
	position: absolute;
	content:'';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a::before{
	position: absolute;
	content:'';
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a:nth-child(4n)::before{
	display: none;
}
.ServiceBot2 .gzRight a i {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 36px;
	height: 31px;
	background: url(https://www.chem17.com/images/index/version/2024/ServiceBot2-1.png) no-repeat;
	background-size: 100% 100% !important;
	display: inline-block;
	vertical-align: top;
}
.ServiceBot2 .gzRight a:nth-child(2) i {
	width: 36px;
	height: 40px;
	background: url(https://www.chem17.com/images/index/version/2024/ServiceBot2-2.png) no-repeat;
	top: 28px;
}
.ServiceBot2 .gzRight a:nth-child(3) i {
	width: 70px;
	height: 31px;
	background: url(https://www.chem17.com/images/index/version/2024/ServiceBot2-3.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(4) i {
	width: 36px;
	height: 38px;
	background: url(https://www.chem17.com/images/index/version/2024/ServiceBot2-4.png) no-repeat;
	top: 28px;
}
.ServiceBot2 .gzRight a:nth-child(5) i {
	width: 36px;
	height: 42px;
	background: url(https://www.chem17.com/images/index/version/2024/ServiceBot2-5.png) no-repeat;
	top: 28px;
}
.ServiceBot2 .gzRight a:nth-child(6) i {
	width: 42px;
	height: 42px;
	background: url(https://www.chem17.com/images/index/version/2024/ServiceBot2-6.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(7) i{
	width: 42px;
	height: 42px;
	background: url(https://www.chem17.com/images/index/version/2024/ServiceBot2-7.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(8) i{
	width: 42px;
	height: 42px;
	background: url(https://www.chem17.com/images/index/version/2024/ServiceBot2-8.png) no-repeat;
}
.ServiceBot2 .gzRight a.focus,.ServiceBot2 .gzRight a:hover{
	z-index: 999;
	background-color: #fff;
	border: 1px solid #87b2f8;

}
.ServiceBot2 .gzRight a.focus::after,.ServiceBot2 .gzRight a.focus::before{
	display: none;
}
.ServiceBot2 .zgLeft {
	height: 100%;
	position: relative;
	display: none;
	overflow: hidden;
}
.ServiceBot2 .zgLeft .image {
	width: 140px;
	padding: 7px;
	background-color: #fff;
	margin: 25px auto 0;
}
.ServiceBot2 .zgLeft p {
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
	line-height: 28px;
}
.Tophead li.weixin .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(242, 248, 255) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242, 248, 255) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242, 248, 255) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.weixin .hover::after{
	display: none;
}
.divService {
	color: #ddd;
	font-weight: bold;
	position: absolute;
	top: -36px;
	right: 0;
}
.divService a{
	line-height: 25px;
	color: #666;
	padding: 0 8px;
	font-weight: normal;
	display: inline-block;
}
.divService a:first-child {
	color: #fff;
	background-color: #76a244;
	border-radius: 2px;
}
.divService a:first-child:hover {
	color: #fff;
}
.divService .mobile-app {
	position: relative;
}
.divService .mobile-app img {
	position: absolute;
	max-width: 140px;
	max-height: 140px;
	position: absolute;
	top: 40px;
	left: -35px;
	display: none;
	z-index: 999;
}
.divService a:hover {
	color: #138146;
}
.divService a:last-child {
	padding-right: 0;
}
.top {
	position: relative;
	background-color: #fff;
	padding: 25px 0;
}
.top .logo {
	float: left;
	position: relative;
	width: 460px;
}
.top .logo a {
	position: absolute;
	width: 54%;
	left: 0;
	top: 0;
	height: 100%;
}
.top .logo a:last-child {
	width: 46%;
	left: auto;
	right: 0;
}
.top p.topTxt {
	display: inline-block;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #ddd;
	vertical-align: top;
	margin-top: 23px;
}
.search {
	width: 660px;
	height: 40px;
	border: 2px solid #4385f5;
	position: relative;
	margin-top: 17px;
	float: left;
	margin-left: 60px;
}
.searchSelect {
	width: 80px;
	height: 40px;
	position: relative;
	float: left;
}
.selectTop {
	position: relative;
	cursor: pointer;
}
.selectTop p {
	font-size: 14px;
	line-height: 26px;
	color: black;
	text-indent: 16px;
	border-right: 1px solid #e6e6e6;
	margin-top: 7px;
}
.selectTop i {
	position: absolute;
	line-height: 1;
	top: 12px;
	right: 16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #333333 transparent transparent transparent;
}

.selectTop.focus i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.search button {
	position: absolute;
	right: -2px;
	top: -2px;
	height: 44px;
	background-color: #4385f5;
	color: #ffffff;
	width: 95px;
	font-size: 16px;
	border: none;
	font-family: "microsoft yahei";
	cursor: pointer;
}
.search button i {
	margin-right: 7px;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}
.search input {
	width: calc(100% - 95px - 90px);
	height: 40px;
	float: left;
	border: none;
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #999999;
	text-indent: 12px;
}
.search .search1 {
	position: absolute;
	color: #c0c0c0;
	top: 12px;
	left: 85px;
}
.selectBot {
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	top: 42px;
	left: 0;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
	left: -2px;
}

.selectBot li {
	line-height: 26px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

.selectBot li:hover {
	background-color: #4385f5;
	border-left: 2px solid #4385f5;
	border-right: 2px solid #4385f5;
	color: #fff;
	cursor: pointer;
}
.right-adv {
	padding-top: 18px;
	text-align: center;
	line-height: 42px;
	overflow: hidden;
}
.right-adv a {
	color: #ff6600;
	font-size: 20px;
	font-weight: bold;
}
.nav {
	height: 56px;
	line-height: 56px;
	background-color: #4385f5;
}
.nav ul {
	white-space: nowrap;
	font-size: 0;
}
.nav li {
	/* float: left; */
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.nav li a {
	color: #fff;
	font-size: 18px;
	padding: 0px 41px;
	display: block;
	position: relative;
	z-index: 9;
}
.nav .menu-top a i {
	font-size: 12px;
	margin: 22px 0 0 8px;
	vertical-align: top;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	display: inline-block;
	line-height: 1;
}
.nav .menu-top a .dian {
	display: inline-block;
	background: #fff;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	vertical-align: top;
	margin: 28px 2px 0;
}

.nav .menu-top a:hover i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav li:hover a,.nav li a.focus {
	background-color: #1b62dc;
}
.nav li:hover::after ,.nav li.on::after a {
	display: none;
}
.nav li .menu-bot {
	position: absolute;
	z-index: 999;
	width: 100%;
	display: none;
	top: 56px;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.nav li .menu-bot p a {
	height: 46px;
	text-align: center;
	font-size: 17px;
	line-height: 46px;
	color: #333;
	display: block;
	position: relative;
	background-color: #fff;
	padding: 0;
}
.nav li .menu-bot p a:hover{
	color: #4385f5;
	background-color: #e6eefb;
}
.nav li .menu-bot p a::after{
	content:'';
	position:absolute;
	bottom:0;
	left:16px;
	right: 16px;
	border-bottom:1px dotted #dddddd;
}
.location {
	margin: 20px 0;
}
.location p {
	font-size: 15px;
	color: #999;
}
.location p i {
	color: #1b62dc;
	vertical-align: top;
	margin-right: 5px;
	display: inline-block;
}
.location p a {
	color: #999;
	margin: 0 4px;
}
.location p a:last-of-type {
	color: #333;
}
.location p a:hover {
	color: #4385f5;
}
.main-box .right {
	float: right;
	width: 372px;
	margin-left: 60px;
}
.public-title {
	position: relative;
}
.public-title span {
	font-size: 22px;
	font-weight: bold;
}
.public-title span b {
	display: inline-block;
	vertical-align: top;
	width: 6px;
	height: 24px;
	background-color: #ff8800;
	margin-right: 9px;
	position: relative;
	margin-top: 1px;
}
.public-title span b::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 0 6px;
	border-color: transparent transparent transparent #fff;
}
.public-title span .jiantou {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/images/news/version/2024/arrow-right-down-line.png) no-repeat;
	background-size: contain;
	margin-left: 7px;
	vertical-align: top;
	margin-top: 9px;
}
.public-title .more {
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 14px;
	color: #999999;
}
.public-title .more:hover {
	color: #4385f5;
}
.brand-tab {
	position: absolute;
	right: 0;
	top: -2px;
	font-size: 0;
}
.brand-tab a {
	font-size: ;
	display: inline-block;
	margin-right: 8px;
	font-size: 16px;
	line-height: 28px;
	height: 28px;
	padding: 0 8px;
	border-radius: 4px;
	color: #333333;
	background-color: #f8f8f8;
}
.brand-tab a.focus {
	color: #4385f5;
	background-color: #f1f3fe;
}
.brand-bot {
	display: none;
}
.brand-bot li {
	margin-top: 20px;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 6px;
}
.brand-bot li span {
	font-family: 'DINWebW07';
	font-size: 20px;
	color: #999;
	width: 28px;
	height: 15px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-right: 7px;
	margin-top: 1px;
	line-height: 15px;
}
.brand-bot li:nth-child(-n + 3) span {
	font-size: 0;
	background-image: url(/images/news/version/2024/rank_1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom
}
.brand-bot li:nth-child(2) span {
	background-image: url(/images/news/version/2024/rank_2.png);
}
.brand-bot li:nth-child(3) span {
	background-image: url(/images/news/version/2024/rank_3.png);
}
.brand-bot li a {
	color: #111e36;
}
.brand-bot li a:hover {
	color: #4385f5;
}
.mt30 {
	margin-top: 30px;
}
.live-box {
	margin-top: 20px;
	overflow: hidden;
}
.live-box .swiper-slide {
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px 4px 0 0;
}
.live-box .image {
	position: relative;
	height: 0;
	padding-bottom: 62.36%;
	overflow: hidden;
	background-color: #000;
	border-radius: 4px 4px 0 0;
}
.live-box .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.live-box .image mark {
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 14px;
	background-color: rgba(0,0,0,.7);
	z-index: 2;
	font-size: 15px;
	color: #fff;
	line-height: 26px;
	height: 28px;
	padding: 0 7px;
}
.live-box .image mark i {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ff6600;
	background-image: url(https://public.mtnets.com/Images/public/zhibo-icon.gif);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center;
	vertical-align: top;
	margin-right: 4px;
	margin-top: 4px;
}
.live-box .text {
	padding: 12px;
}
.live-box .text > p {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.live-box .text p a {
	color: #333;
}
.live-box .text p a:hover {
	color: #4385f5;
}
.live-box .text .data {
	margin-top: 10px;
	height: 36px;
	position: relative;
}
.live-box .text .data .btn {
	position: absolute;
	right: 0;
	top: 0;
}
.live-box .text .data .btn a {
	display: inline-block;
	height: 100%;
	box-sizing: border-box;
	line-height: 32px;
	height: 36px;
	border: 1px solid #ff6600;
	font-size: 16px;
	color: #ff6600;
	padding: 0 14px;
	border-radius: 4px;
}
.live-box .text .data .btn a:hover {
	background-color: #ff6600;
	color: #fff;
}
.live-box .text .data p {
	font-size: 15px;
	color: #999;
	line-height: 36px;
}
.live-box .text .data p b {
	color: #ff6600;
	font-weight: normal;
}
.live-box .text .data .notice {
	display: inline-block;
	border-radius: 4px;
	background-color: #e5f4ef;
	font-size: 15px;
	color: #31c28b;
	vertical-align: top;
	margin-top: 8px;
}
.live-box .text .data .notice mark {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	border-radius: 4px;
	background-color: #31c28b;
	color: #fff;
	line-height: 22px;
	height: 24px;
}
.live-box .text .data .notice span {
	padding: 0 7px;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
}
.live-box .text .data .notice.orange {
	background-color: rgba(0,0,0,.6);
	color: #fff;
}
.live-box .text .data .notice.orange mark {
	background-color: #f60;
}
.hot-live .swiper-pagination {
	position: absolute;
	right: 0;
	top: 7px;
}
.hot-live .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #bfbfbf;
	opacity: 1;
	margin-left: 12px;
}
.hot-live .swiper-pagination-bullet-active {
	background: #4385f5;
	width: 30px;
	border-radius: 5px;
}
.main-box .right-advs .image {
	margin-top: 20px;
}
.hot-list-box .list {
	margin-top: 20px;
	overflow: hidden;
}
.hot-list-box .list ul {
	overflow: hidden;
	margin-right: -10px;
	margin-top: -12px;
}
.hot-list-box .list li {
	float: left;
	max-width: 50%
}
.hot-list-box .list li .item {
	display: block;
	padding: 0 16px;
	line-height: 44px;
	height: 44px;
	border-radius: 22px;
	margin-right: 10px;
	margin-top: 12px;
	font-size: 15px;
	background-color: #ffedea;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	box-sizing: border-box;
	max-width: 100%;
}
.hot-list-box .list li a {
	color: #333;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hot-list-box .list li i {
	display: inline-block;
	width: 20px;
	height: 24px;
	background: url(/images/news/version/2024/fire.png) no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 8px;
	margin-top: 9px;
	vertical-align: top;
}
.hot-list-box .list li:hover .item {
	background-color: #ffc8c8;
}
.hot-list-box .list li:nth-child(1) {
	max-width: 100%;
	width: 100%;
	text-align: center;
}
.hot-list-box .list li:nth-child(2) {
	max-width: 160px;
}
.hot-list-box .list li:nth-child(3) {
	max-width: 220px;
}
.hot-list-box .list li:nth-child(6) {
	max-width: 220px;
}
.hot-list-box .list li:nth-child(7) {
	max-width: 150px;
}
.hot-list-box .list li:nth-child(2) .item {
	background-color: rgba(255, 229, 204,.3);
}
.hot-list-box .list li:nth-child(2) .item:hover {
	background-color: rgba(255, 229, 204,.7);
}
.hot-list-box .list li:nth-child(3) .item {
	background-color: rgba(255, 248, 198,.3);
}
.hot-list-box .list li:nth-child(3) .item:hover {
	background-color: rgba(255, 248, 198,.7);
}
.hot-list-box .list li:nth-child(4) .item {
	background-color: rgba(207, 254, 238,.3);
}
.hot-list-box .list li:nth-child(4) .item:hover {
	background-color: rgba(207, 254, 238,.7);
}
.hot-list-box .list li:nth-child(5) .item,.hot-list-box .list li:nth-child(8) .item {
	background-color: #f8f2ff;
}
.hot-list-box .list li:nth-child(5) .item:hover,.hot-list-box .list li:nth-child(8) .item:hover {
	background-color: #eee1ff;
}
.hot-list-box .list li:nth-child(8) .item::after {
	height: 20px;
	width: 100%;
	content: "";
	background-color: #f8f2ff;
	position: absolute;
	top: -14px;
	left: 0;
	z-index: -1;
}

.hot-list-box .list li:nth-child(6) .item {
	background-color: rgba(199, 245, 245,.3);
}
.hot-list-box .list li:nth-child(7) .item {
	background-color: rgba(205, 225, 253,.3);
}
.hot-list-box .list li:nth-child(6) .item:hover {
	background-color: rgba(199, 245, 245,.7);
}
.hot-list-box .list li:nth-child(7) .item:hover {
	background-color: rgba(205, 225, 253,.7);
}
.exhi-box {
	margin-top: 20px;
}
.exhi-box li .text-p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.exhi-box li .text-p a {
	color: #333;
}
.exhi-box li .text-p a:hover {
	color: #4385f5;
}
.exhi-box li .text-p i {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	width: 11px;
	height: 8px;
	background: url(/images/news/version/2024/tab_item.png) no-repeat;
	background-size: contain;
	margin-top: 6px;
}
.exhi-box li .image-box {
	position: relative;
}
.exhi-box li .image-box .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
	position: relative;
	background-color: #000;
}
.exhi-box li .image-box .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.exhi-box li .image-box .text {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background-color: rgba(0,0,0,.7);
}
.exhi-box li .image-box .text .icon {
	float: left;
	width: 62px;
	height: 100%;
	background: url(/images/news/version/2024/expo-icon.png) no-repeat;
	background-size: contain;
}
.exhi-box li .image-box .text p {
	overflow: hidden;
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
.exhi-box li .image-box .text p a {
	color: #fff;
}
.main-box .left {
	overflow: hidden;
}
.news-list li {
	overflow: hidden;
	padding: 12px 0;
}
.news-list li:first-child {
	padding-top: 0;
}
.news-list li .image {
	width: 240px;
	float: left;
	margin-right: 20px;
}
.news-list li .image a {
	display: block;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}
.news-list li .image img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.news-list li .text {
	overflow: hidden;
}
.news-list li .text .name {
	font-size: 22px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	font-weight: bold;
	margin-top: 8px;
}
.news-list li .text .name a {
	color: #333;
}
.news-list li .text .name a:hover {
	color: #4385f5;
}
.news-list li .text .content {
	margin-top: 14px;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #666;
}
.news-list li .text .data {
	margin-top: 28px;
	overflow: hidden;
	line-height: 20px;
}
.news-list li .text .data .label {
	float: left;
	font-size: 0;
}
.news-list li .text .data .label mark {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-size: 15px;
	color: rgba(97, 103, 126,.88);
	padding: 0 7px;
	background-color: #f3f3f5;
	height: 22px;
}
.news-list li .text .data .label mark.type {
	color: #4385f5;
	background-color: rgba(67, 133, 245,0.1);
}
.news-list li .text .data .time {
	float: right;
	font-size: 15px;
	color: #999;
}
.news-list li .text .data .time i {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	font-size: 15px;
	margin-top: 1px;
}
.pages {
	margin: 35px 0;
	text-align: center;
}
.pages a {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	margin: 0 5px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	vertical-align: top;
	font-size: 16px;
	color: #333;
	background-color: #fff;
}
.pages a.on,.pages a:hover {
	background-color: #4285f4;
	color: #fff;
	border-color: #4285f4;
}
.pages a.prev {
	background: #fff url(https://www.chem17.com/images/technology/version/2022/page.png) 14px center no-repeat;
}
.pages a.lt {
	background: #fff url(https://www.chem17.com/images/technology/version/2022/page.png) -285px center no-repeat;
}
.pages a.ft {
	background: #fff url(https://www.chem17.com/images/technology/version/2022/back_2.png) center no-repeat;
}
.pages a.next {
	background: #fff url(https://www.chem17.com/images/technology/version/2022/next_1.png) center no-repeat;
}
.pages .jump {
	font-size: 14px;
	line-height: 40px;
	margin-left: 6px;
}
.pages .jump input {
	width: 45px;
	height: 40px;
	box-sizing: border-box;
	border: 0;
	border: 1px solid #ddd;
	vertical-align: top;
	margin: 0 10px;
	text-align: center;
}
.pages .jump button {
	width: 55px;
	height: 40px;
	border: 0;
	background-color: #4285f4;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
}
.nullDate {
	text-align: center;
	width: 100%;
	padding: 60px 0;
	font-size: 18px;
}

.nullDate p {
	margin-top: 38px
}


.footer {
	background-color: #242a37;
	margin-top: 30px;
	padding: 40px 0;
	font-family: "Microsoft YaHei";
}
.foot{
	margin: 0 auto;
	overflow: hidden;
}
.foot-nav {
	width: 570px;
	float: left;
}
.foot-txt {
	overflow: hidden;
	padding: 15px 0 0 0;
}
.foot-txt li {
	width: 14%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.foot-txt li a{
	color: #999;
}
.foot-txt li a:hover{
	color: #4285f4;
}
.copyright {
	color: #999;
	padding: 15px 0;
	text-align: center;
	background-color: #1b1f29;
	font-size: 14px;
}
.copyright a {
	color: #999;
}
.copyright a:hover {
	color: #ff6600;
}
.foot-img {
	overflow: hidden;
	width: calc(100% + 20px);
	background: url('https://www.chem17.com/Images/Index/Version/2020/copyright.png') no-repeat 0 0;
	background-size: auto 100%;
	margin-top: 12px;
}
.foot-img li {
	width: 83px;
	height: 33px;
	float: left;
	margin-right: 8px;
}
.foot-img li a{
	display: block;
	height: 33px;
	color: #333;
	border-radius: 3px;
	overflow: hidden;
}
.police{
	text-align: left;
	color: #888888;
	margin-top: 12px;
	line-height: 20px;
}

.police img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.police a {
	color: #888888;
}
.hot-line {
	width: 293px;
	height: 256px;
	padding-top: 10px;
	float: left;
	margin-left: 196px;
	color: #999;
}
.hot-line i{
	font-size: 66px;

}
.hot-line p{
	font-size: 14px;
	line-height: 28px;
}
.hot-line p a{
	display: inline-block;
	width: 18px;
	height: 21px;
	vertical-align: top;
	margin-top: 3px;
	background: url("https://www.chem17.com/images/Index/2019/main.png") no-repeat 100% -223px;
}
.hot-line span {
	display: block;
	font-size: 13px;
	line-height: 36px;
}
.hot-line > b {
	display: block;
	font-size: 30px;
	color: #fff;
	margin-top: 20px;
}
.qr-code {
	float: right;
	padding-top: 10px;
}
.qr-code li{
	float: left;
	padding: 0 0 0 40px;
}
.foot h2 {
	color: #999;
	font-size: 18px;
	height: 30px;
	font-weight: bold;
}
.foot h2 b {
	border-bottom: 3px solid #387ee8;
	height: 30px;
	display: inline-block;
}
.qr-code h2 {
	padding-left: 40px;
}
.qr-code ul {
	margin-top: 28px;
}
.qr-code li span {
	display: block;
	width: 144px;
	height: 144px;
	background-color: #fff;
}
.qr-code li span img{
	width: 100%;
	height: 100%;
}
.qr-code li p {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 16px;
}
.foot-nav p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.foot-nav p a {
	color: #999;
}
.foot-nav p a img {
	margin-left: 8px;
}
.foot-nav p a:hover {
	color: #f90;
}
@media only screen and (min-width:1920px){
	.w{
		width: 1560px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w{
		width: 1420px;
	}
	.search {
		width: 500px;
		margin-left: 70px;
	}
	.nav li a {
		padding: 0 36.8px;
		font-size: 17px;
	}
	.main-box .right {
		width: 340px;
		margin-left: 54px;
	}
	.location p {
		font-size: 14px;
	}
	.location p i {
		font-size: 15px;
	}
	.location {
		margin: 18px 0;
	}
	.public-title span {
		font-size: 20px;
	}
	.public-title span .jiantou {
		width: 11px;
		height: 11px;
		margin-left: 7px;
		margin-top: 9px;
	}
	.brand-tab a {
		margin-right: 7px;
		font-size: 15px;
		line-height: 26px;
		height: 26px;
		padding: 0 7px;
	}
	.main-box .right-advs .image {
		margin-top: 18px;
	}
	.mt30 {
		margin-top: 28px;
	}
	.hot-list-box .list li .item {
		line-height: 40px;
		height: 40px;
		border-radius: 22px;
		margin-right: 10px;
		margin-top: 12px;
		font-size: 14px;
	}
	.hot-list-box .list li i {
		width: 19px;
		height: 23px;
		margin-left: 7px;
		margin-top: 9px;
	}
	.hot-list-box .list li:nth-child(2),.hot-list-box .list li:nth-child(7) {
		max-width: 148px;
	}
	.hot-list-box .list li:nth-child(3),.hot-list-box .list li:nth-child(6) {
		max-width: 202px;
	}
	.exhi-box {
		margin-top: 18px;
	}
	.public-title .more {
		top: 5px;
	}
	.news-list li .image {
		width: 218px;
		margin-right: 16px;
	}
	.news-list li .text .name {
		font-size: 20px;
		line-height: 22px;
		height: 22px;
		margin-top: 6px;
	}
	.news-list li .text .content {
		margin-top: 14px;
		font-size: 15px;
		line-height: 22px;
		height: 44px;
	}
	.news-list li .text .data .label mark {
		font-size: 14px;
		height: 22px;
	}

	.hot-line {
		margin-left: 160px;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1260px;
	}
    .nav .menu-top a .dian {
		margin: 25px 2px 0;
	}
	.Tophead li .ServiceTop {
		padding: 0 9px;
		font-size: 12px;
	}
	.Tophead li .ServiceTop i {
		font-size: 13px;
	}
	.top .logo {
		width: 370px;
	}
	.right-adv a {
		font-size: 15px;
	}
	.right-adv {
		padding-top: 7px;
	}
	.search {
		width: 515px;
		margin-left: 50px;
		margin-top: 10px;
		height: 38px;
	}
	.selectTop p {
		font-size: 13px;
		line-height: 24px;
		text-indent: 8px;
		margin-top: 7px;
	}
	.searchSelect {
		width: 82px;
		height: 38px;
	}
	.search input {
		width: calc(100% - 88px - 82px);
		height: 38px;
		font-size: 14px;
	}
	.search button {
		height: 42px;
		width: 88px;
		font-size: 15px;
	}
	.search button i {
		margin-right: 7px;
		margin-top: 3px;
		font-size: 14px;
	}
	.nav li a {
		padding: 0px 32px;
		font-size: 15px;
	}
	.nav .menu-top a i {
		font-size: 10px;
	}
	.nav li .menu-bot {
		top: 52px;
	}
	.nav li .menu-bot p a {
		height: 40px;
		font-size: 13px;
		line-height: 40px;
	}
	.nav {
		height: 52px;
		line-height: 52px;
	}
	.main-box .right {
		width: 300px;
		margin-left: 48px;
	}
	.location p {
		font-size: 14px;
	}
	.location p i {
		font-size: 15px;
	}
	.location {
		margin: 18px 0;
	}
	.public-title span {
		font-size: 17px;
	}
	.public-title span b {
		width: 5px;
		height: 21px;
		margin-right: 7px;
	}
	.public-title span .jiantou {
		width: 10px;
		height: 10px;
		margin-left: 6px;
		margin-top: 6px;
	}
	.brand-tab a {
		margin-right: 6px;
		font-size: 13px;
		line-height: 24px;
		height: 24px;
		padding: 0 7px;
	}
	.brand-bot li {
		margin-top: 17px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.brand-bot li span {
		font-size: 18px;
		line-height: 15px;
	}
	.brand-bot li span {
		font-size: 20px;
		width: 25px;
		height: 15px;
		margin-right: 6px;
		margin-top: 0px;
	}
	.main-box .right-advs .image {
		margin-top: 14px;
	}
	.mt30 {
		margin-top: 22px;
	}
	.hot-live .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin-left: 8px;
	}
	.hot-live .swiper-pagination-bullet-active {
		width: 24px;
	}
	.hot-live .swiper-pagination {
		top: 3px;
	}
	.live-box .image mark {
		right: 8px;
		top: 8px;
		font-size: 13px;
		line-height: 26px;
		height: 28px;
	}
	.live-box .text > p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.live-box .text .data p {
		font-size: 13px;
		line-height: 30px;
	}
	.live-box .text .data .btn a {
		line-height: 26px;
		height: 30px;
		font-size: 13px;
		padding: 0 10px;
	}
	.live-box .text .data .notice {
		font-size: 13px;
		margin-top: 4px;
	}
	.live-box,.hot-list-box .list {
		margin-top: 14px;
	}
	.hot-list-box .list ul {
		margin-right: -8px;
		margin-top: -10px;
	}
	.hot-list-box .list li .item {
		line-height: 35px;
		height: 35px;
		border-radius: 22px;
		margin-right: 8px;
		margin-top: 10px;
		font-size: 13px;
		padding: 0 10px;
	}
	.hot-list-box .list li i {
		width: 18px;
		height: 22px;
		margin-left: 6px;
		margin-top: 6px;
	}
	.hot-list-box .list li:nth-child(2),.hot-list-box .list li:nth-child(7) {
		max-width: 128px;
	}
	.hot-list-box .list li:nth-child(3),.hot-list-box .list li:nth-child(6) {
		max-width: 180px;
	}
	.exhi-box {
		margin-top: 14px;
	}
	.exhi-box li .image-box .text {
		height: 36px;
		line-height: 36px;
	}
	.exhi-box li .image-box .text .icon {
		width: 56px;
	}
	.exhi-box li .image-box .text p {
		font-size: 15px;
	}
	.exhi-box li .text-p {
		margin-top: 14px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		overflow: hidden;
	}
	.exhi-box li .text-p i {
		margin-right: 5px;
		width: 9px;
		height: 6px;
		margin-top: 6px;
	}
	.nullDate {
		padding: 60px 0;
		font-size: 16px;
	}
	.public-title .more {
		top: 2px;
		font-size: 13px;
	}
	.news-list li .image {
		width: 194px;
		margin-right: 15px;
	}
	.news-list li .text .data {
		margin-top: 20px;
	}
	.news-list li {
		padding: 10px 0;
	}
	.news-list li .text .name {
		font-size: 20px;
		line-height: 22px;
		height: 22px;
		margin-top: 6px;
	}
	.news-list li .text .content {
		margin-top: 14px;
		font-size: 15px;
		line-height: 22px;
		height: 44px;
	}
	.news-list li .text .data .label mark {
		font-size: 14px;
		height: 22px;
	}
	.foot-nav {
		width: 540px;
	}
	.foot-img li {
		width: 78px;
		height: 31px;
		margin-right: 7px;
	}
	.foot-img li a {
		height: 31px;
	}
	.hot-line {
		width: 252px;
		margin-left: 100px;
	}
	.qr-code li {
		padding: 0 0 0 30px;
	}
	.interview--hot ul li {
		margin-top: 12px;
	}
	.qr-code li span {
		width: 114px;
		height: 114px;
	}
	.qr-code h2 {
		padding-left: 30px;
	}

}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1188px;
	}
    .nav .menu-top a .dian {
		margin: 23px 2px 0;
	}
	.Tophead li .ServiceTop i {
		font-size: 13px;
	}
	.Tophead li .ServiceTop {
		padding: 0 9px;
		font-size: 12px;
		height: 38px;
		line-height: 38px;
	}
	.search {
		width: 440px;
		margin-left: 50px;
		margin-top: 13px;
		height: 34px;
	}
	.selectTop p {
		font-size: 12px;
		line-height: 21px;
		text-indent: 8px;
		margin-top: 7px;
	}
	.selectTop i {
		top: 8px;
		right: 6px;
		border-width: 4px 4px 0 4px;
	}
	.searchSelect {
		width: 58px;
		height: 38px;
	}
	.right-adv a {
		font-size: 14px;
	}
	.right-adv {
		padding-top: 13px;
		line-height: 38px;
	}
	.search input {
		width: calc(100% - 76px - 72px);
		height: 34px;
		font-size: 12px;
		text-indent: 8px;
	}
	.search button {
		height: 38px;
		width: 75px;
		font-size: 14px;
	}
	.search button i {
		margin-right: 7px;
		margin-top: 3px;
		font-size: 14px;
	}
	.nav li a {
		padding: 0 30px;
		font-size: 14px;
	}
	.nav .menu-top a i {
		font-size: 10px;
		margin: 19px 0 0 8px;
	}
	.nav li .menu-bot {
		top: 47px;
	}
	.nav li .menu-bot p a {
		height: 38px;
		font-size: 13px;
		line-height: 38px;
	}
	.top .logo {
		float: left;
		position: relative;
		width: 350px;
	}
	.top {
		padding-bottom: 20px;
	}
	.nav {
		height: 46px;
		line-height: 46px;
	}
	.nav li::after {
		top: 18px;
	}
	.nullDate {
		padding: 40px 0;
		font-size: 16px;
	}
	.main-box .right {
		width: 300px;
		margin-left: 48px;
	}
	.location p {
		font-size: 14px;
	}
	.location p i {
		font-size: 15px;
	}
	.location {
		margin: 18px 0;
	}
	.public-title span {
		font-size: 17px;
	}
	.public-title span b {
		width: 5px;
		height: 21px;
		margin-right: 7px;
	}
	.public-title span .jiantou {
		width: 10px;
		height: 10px;
		margin-left: 6px;
		margin-top: 6px;
	}
	.brand-tab a {
		margin-right: 6px;
		font-size: 13px;
		line-height: 24px;
		height: 24px;
		padding: 0 7px;
	}
	.brand-bot li {
		margin-top: 17px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.brand-bot li span {
		font-size: 18px;
		line-height: 15px;
	}
	.brand-bot li span {
		font-size: 20px;
		width: 25px;
		height: 15px;
		margin-right: 6px;
		margin-top: 0px;
	}
	.main-box .right-advs .image {
		margin-top: 14px;
	}
	.mt30 {
		margin-top: 22px;
	}
	.hot-live .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin-left: 8px;
	}
	.hot-live .swiper-pagination-bullet-active {
		width: 24px;
	}
	.hot-live .swiper-pagination {
		top: 3px;
	}
	.live-box .image mark {
		right: 8px;
		top: 8px;
		font-size: 13px;
		line-height: 26px;
		height: 28px;
	}
	.live-box .text > p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.live-box .text .data p {
		font-size: 13px;
		line-height: 30px;
	}
	.live-box .text .data .btn a {
		line-height: 26px;
		height: 30px;
		font-size: 13px;
		padding: 0 10px;
	}
	.live-box .text .data .notice {
		font-size: 13px;
		margin-top: 4px;
	}
	.live-box,.hot-list-box .list {
		margin-top: 14px;
	}
	.hot-list-box .list ul {
		margin-right: -8px;
		margin-top: -10px;
	}
	.hot-list-box .list li .item {
		line-height: 35px;
		height: 35px;
		border-radius: 22px;
		margin-right: 8px;
		margin-top: 10px;
		font-size: 13px;
		padding: 0 10px;
	}
	.hot-list-box .list li i {
		width: 18px;
		height: 22px;
		margin-left: 6px;
		margin-top: 6px;
	}
	.hot-list-box .list li:nth-child(2),.hot-list-box .list li:nth-child(7) {
		max-width: 128px;
	}
	.hot-list-box .list li:nth-child(3),.hot-list-box .list li:nth-child(6) {
		max-width: 180px;
	}
	.exhi-box {
		margin-top: 14px;
	}
	.exhi-box li .image-box .text {
		height: 36px;
		line-height: 36px;
	}
	.exhi-box li .image-box .text .icon {
		width: 56px;
	}
	.exhi-box li .image-box .text p {
		font-size: 15px;
	}
	.exhi-box li .text-p {
		margin-top: 14px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		overflow: hidden;
	}
	.exhi-box li .text-p i {
		margin-right: 5px;
		width: 9px;
		height: 6px;
		margin-top: 6px;
	}
	.nullDate {
		padding: 40px 0;
		font-size: 16px;
	}
	.public-title .more {
		top: 2px;
		font-size: 13px;
	}
	.news-list li .image {
		width: 194px;
		margin-right: 15px;
	}
	.news-list li .text .data {
		margin-top: 20px;
	}
	.news-list li {
		padding: 10px 0;
	}
	.news-list li .text .name {
		font-size: 20px;
		line-height: 22px;
		height: 22px;
		margin-top: 6px;
	}
	.news-list li .text .content {
		margin-top: 14px;
		font-size: 15px;
		line-height: 22px;
		height: 44px;
	}
	.news-list li .text .data .label mark {
		font-size: 14px;
		height: 22px;
	}
	.foot-nav {
		width: 540px;
	}
	.foot-img li {
		width: 78px;
		height: 31px;
		margin-right: 7px;
	}
	.foot-img li a {
		height: 31px;
	}
	.hot-line {
		width: 254px;
		margin-left: 72px;
	}
	.qr-code li {
		padding: 0 0 0 30px;
	}
	.interview--hot ul li {
		margin-top: 12px;
	}
	.qr-code li span {
		width: 114px;
		height: 114px;
	}
	.qr-code h2 {
		padding-left: 30px;
	}

}

@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w{
		width: 998px;
	}
    .nav .menu-top a .dian {
		margin: 23px 2px 0;
	}
	.Tophead li .ServiceTop i {
		font-size: 13px;
	}
	.Tophead li .ServiceTop {
		padding: 0 9px;
		font-size: 12px;
		height: 38px;
		line-height: 38px;
	}
	.top .logo {
		width: 300px;
	}
	.right-adv {
		padding-top: 3px;
	}
	.search {
		width: 340px;
		margin-left: 54px;
		margin-top: 10px;
		height: 30px;
	}
	.selectTop p {
		font-size: 12px;
		line-height: 16px;
		text-indent: 8px;
		margin-top: 8px;
	}
	.selectTop i {
		top: 5px;
		right: 6px;
		border-width: 4px 4px 0 4px;
	}
	.searchSelect {
		width: 56px;
		height: 30px;
	}
	.right-adv a {
		font-size: 14px;
	}
	.search input {
		width: calc(100% - 76px - 65px);
		height: 30px;
		font-size: 12px;
		text-indent: 8px;
	}
	.search button {
		height: 34px;
		width: 66px;
		font-size: 12px;
	}
	.search button i {
		margin-right: 5px;
		margin-top: 2px;
		font-size: 12px;
	}
	.nav li a {
		padding: 0px 23px;
		font-size: 13px;
	}
	.nav .menu-top a i {
		font-size: 9px;
		margin: 20px 0 0 8px;
	}
	.nav li .menu-bot {
		top: 46px;
	}
	.nav li .menu-bot p a {
		height: 38px;
		font-size: 12px;
		line-height: 38px;
	}
	.top {
		padding-bottom: 20px;
	}
	.nav {
		height: 46px;
		line-height: 46px;
	}
	.nav li::after {
		top: 17px;
		height: 12px;
	}
	.location {
		margin-top: 15px;
	}
	.location p {
		font-size: 12px;
	}
	.location p i {
		margin-right: 5px;
		margin-top: -1px;
		font-size: 12px;
	}
	.main-box .right {
		width: 238px;
		margin-left: 40px;
	}
	.public-title span {
		font-size: 15px;
	}
	.public-title span b {
		width: 4px;
		height: 19px;
		margin-right: 6px;
	}
	.public-title span .jiantou {
		width: 8px;
		height: 8px;
		margin-left: 3px;
		margin-top: 6px;
	}
	.brand-tab a {
		margin-right: 4px;
		font-size: 12px;
		line-height: 20px;
		height: 20px;
		padding: 0 5px;
	}
	.brand-bot li {
		margin-top: 14px;
		font-size: 13px;
		line-height: 16px;
		height: 16px;
	}
	.brand-bot li span {
		font-size: 18px;
		line-height: 15px;
	}
	.brand-bot li span {
		font-size: 20px;
		width: 25px;
		height: 15px;
		margin-right: 6px;
		margin-top: 0px;
	}
	.main-box .right-advs .image {
		margin-top: 14px;
	}
	.mt30 {
		margin-top: 22px;
	}
	.hot-live .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin-left: 8px;
	}
	.hot-live .swiper-pagination-bullet-active {
		width: 24px;
	}
	.hot-live .swiper-pagination {
		top: 3px;
	}
	.live-box .image mark {
		right: 8px;
		top: 8px;
		font-size: 13px;
		line-height: 26px;
		height: 28px;
	}
	.live-box .text > p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.live-box .text .data p {
		font-size: 13px;
		line-height: 30px;
	}
	.live-box .text .data .btn a {
		line-height: 26px;
		height: 30px;
		font-size: 13px;
		padding: 0 10px;
	}
	.live-box .text .data .notice {
		font-size: 13px;
		margin-top: 4px;
	}
	.live-box, .hot-list-box .list {
		margin-top: 10px;
	}
	.hot-list-box .list ul {
		margin-right: -8px;
		margin-top: -10px;
	}
	.hot-list-box .list li .item {
		line-height: 35px;
		height: 35px;
		border-radius: 22px;
		margin-right: 8px;
		margin-top: 10px;
		font-size: 13px;
		padding: 0 10px;
	}
	.hot-list-box .list li i {
		width: 18px;
		height: 22px;
		margin-left: 6px;
		margin-top: 6px;
	}
	.hot-list-box .list li:nth-child(2),.hot-list-box .list li:nth-child(7) {
		max-width: 128px;
	}
	.hot-list-box .list li:nth-child(3),.hot-list-box .list li:nth-child(6) {
		max-width: 180px;
	}
	.exhi-box {
		margin-top: 14px;
	}
	.exhi-box li .image-box .text {
		height: 36px;
		line-height: 36px;
	}
	.exhi-box li .image-box .text .icon {
		width: 56px;
	}
	.exhi-box li .image-box .text p {
		font-size: 15px;
	}
	.exhi-box li .text-p {
		margin-top: 14px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		overflow: hidden;
	}
	.exhi-box li .text-p i {
		margin-right: 5px;
		width: 9px;
		height: 6px;
		margin-top: 6px;
	}
	.nullDate {
		padding: 40px 0;
		font-size: 16px;
	}
	.public-title .more {
		top: 2px;
		font-size: 13px;
	}
	.news-list li .image {
		width: 194px;
		margin-right: 15px;
	}
	.news-list li .text .data {
		margin-top: 20px;
	}
	.news-list li {
		padding: 10px 0;
	}
	.news-list li .text .name {
		font-size: 17px;
		line-height: 22px;
		height: 22px;
		margin-top: 6px;
	}
	.news-list li .text .content {
		margin-top: 14px;
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
	.pages a {
		width: 36px;
		height: 36px;
		margin: 0 2px;
		line-height: 36px;
		font-size: 16px;
	}
	.news-list li .text .data .label mark {
		font-size: 14px;
		height: 22px;
	}
	.foot-img li {
		width: 55px;
		height: 22px;
		margin-right: 5px;
	}
	.foot-nav p {
		font-size: 12px;
		line-height: 24px;
	}
	.footer {
		min-width: 1060px;
		margin-top: 50px;
		padding: 40px 0 0 0;
	}
	.foot-nav {
		width: 400px;
	}
	.hot-line > b {
		font-size: 26px;
	}
	.hot-line span {
		font-size: 12px;
		line-height: 24px;
	}
	.qr-code {
		padding-top: 10px;
	}
	.foot-txt li{
		font-size: 12px;
	}
	.hot-line {
		width: 223px;
		margin-left: 100px;
		height: 235px;
	}
	.hot-line p{
		font-size: 12px;
	}
	.qr-code li{
		padding: 0 0 0 20px;
	}
	.qr-code li span {
		width: 120px;
		height: 120px;
	}
	.qr-code li p{
		font-size: 12px;
	}
	.course-list li .item p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 7px;
	}
	.interview--hot ul li {
		margin-top: 12px;
	}
	.qr-code h2 {
		padding-left: 20px;
	}
	.qr-code li span {
		width: 101px;
		height: 101px;
	}
	.footer {
		padding: 27px 0;
	}



}

@media only screen and (max-width:1024px){
	.w{
		width: 998px;
	}
    .nav .menu-top a .dian {
		margin: 23px 2px 0;
	}
	.Tophead li .ServiceTop i {
		font-size: 13px;
	}
	.Tophead li .ServiceTop {
		padding: 0 9px;
		font-size: 12px;
		height: 38px;
		line-height: 38px;
	}
	.top .logo {
		width: 300px;
	}
	.right-adv {
		padding-top: 3px;
	}
	.search {
		width: 340px;
		margin-left: 54px;
		margin-top: 10px;
		height: 30px;
	}
	.selectTop p {
		font-size: 12px;
		line-height: 16px;
		text-indent: 8px;
		margin-top: 8px;
	}
	.selectTop i {
		top: 5px;
		right: 6px;
		border-width: 4px 4px 0 4px;
	}
	.searchSelect {
		width: 56px;
		height: 30px;
	}
	.right-adv a {
		font-size: 14px;
	}
	.search input {
		width: calc(100% - 76px - 65px);
		height: 30px;
		font-size: 12px;
		text-indent: 8px;
	}
	.search button {
		height: 34px;
		width: 66px;
		font-size: 12px;
	}
	.search button i {
		margin-right: 5px;
		margin-top: 2px;
		font-size: 12px;
	}
	.nav li a {
		padding: 0px 23px;
		font-size: 13px;
	}
	.nav .menu-top a i {
		font-size: 9px;
		margin: 20px 0 0 8px;
	}
	.nav li .menu-bot {
		top: 46px;
	}
	.nav li .menu-bot p a {
		height: 38px;
		font-size: 12px;
		line-height: 38px;
	}
	.top {
		padding-bottom: 20px;
	}
	.nav {
		height: 46px;
		line-height: 46px;
	}
	.nav li::after {
		top: 17px;
		height: 12px;
	}
	.location {
		margin-top: 15px;
	}
	.location p {
		font-size: 12px;
	}
	.location p i {
		margin-right: 5px;
		margin-top: -1px;
		font-size: 12px;
	}
	.main-box .right {
		width: 238px;
		margin-left: 40px;
	}
	.public-title span {
		font-size: 15px;
	}
	.public-title span b {
		width: 4px;
		height: 19px;
		margin-right: 6px;
	}
	.public-title span .jiantou {
		width: 8px;
		height: 8px;
		margin-left: 3px;
		margin-top: 6px;
	}
	.brand-tab a {
		margin-right: 4px;
		font-size: 12px;
		line-height: 20px;
		height: 20px;
		padding: 0 5px;
	}
	.brand-bot li {
		margin-top: 14px;
		font-size: 13px;
		line-height: 16px;
		height: 16px;
	}
	.brand-bot li span {
		font-size: 18px;
		line-height: 15px;
	}
	.brand-bot li span {
		font-size: 20px;
		width: 25px;
		height: 15px;
		margin-right: 6px;
		margin-top: 0px;
	}
	.main-box .right-advs .image {
		margin-top: 14px;
	}
	.mt30 {
		margin-top: 22px;
	}
	.hot-live .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin-left: 8px;
	}
	.hot-live .swiper-pagination-bullet-active {
		width: 24px;
	}
	.hot-live .swiper-pagination {
		top: 3px;
	}
	.live-box .image mark {
		right: 8px;
		top: 8px;
		font-size: 13px;
		line-height: 26px;
		height: 28px;
	}
	.live-box .text > p {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.live-box .text .data p {
		font-size: 13px;
		line-height: 30px;
	}
	.live-box .text .data .btn a {
		line-height: 26px;
		height: 30px;
		font-size: 13px;
		padding: 0 10px;
	}
	.live-box .text .data .notice {
		font-size: 13px;
		margin-top: 4px;
	}
	.live-box, .hot-list-box .list {
		margin-top: 10px;
	}
	.hot-list-box .list ul {
		margin-right: -8px;
		margin-top: -10px;
	}
	.hot-list-box .list li .item {
		line-height: 35px;
		height: 35px;
		border-radius: 22px;
		margin-right: 8px;
		margin-top: 10px;
		font-size: 13px;
		padding: 0 10px;
	}
	.hot-list-box .list li i {
		width: 18px;
		height: 22px;
		margin-left: 6px;
		margin-top: 6px;
	}
	.hot-list-box .list li:nth-child(2),.hot-list-box .list li:nth-child(7) {
		max-width: 128px;
	}
	.hot-list-box .list li:nth-child(3),.hot-list-box .list li:nth-child(6) {
		max-width: 180px;
	}
	.exhi-box {
		margin-top: 14px;
	}
	.exhi-box li .image-box .text {
		height: 36px;
		line-height: 36px;
	}
	.exhi-box li .image-box .text .icon {
		width: 56px;
	}
	.exhi-box li .image-box .text p {
		font-size: 15px;
	}
	.exhi-box li .text-p {
		margin-top: 14px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		overflow: hidden;
	}
	.exhi-box li .text-p i {
		margin-right: 5px;
		width: 9px;
		height: 6px;
		margin-top: 6px;
	}
	.nullDate {
		padding: 40px 0;
		font-size: 16px;
	}
	.public-title .more {
		top: 2px;
		font-size: 13px;
	}
	.news-list li .image {
		width: 194px;
		margin-right: 15px;
	}
	.news-list li .text .data {
		margin-top: 20px;
	}
	.news-list li {
		padding: 10px 0;
	}
	.news-list li .text .name {
		font-size: 17px;
		line-height: 22px;
		height: 22px;
		margin-top: 6px;
	}
	.news-list li .text .content {
		margin-top: 14px;
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
	.pages a {
		width: 36px;
		height: 36px;
		margin: 0 2px;
		line-height: 36px;
		font-size: 16px;
	}
	.news-list li .text .data .label mark {
		font-size: 14px;
		height: 22px;
	}
	.foot-img li {
		width: 55px;
		height: 22px;
		margin-right: 5px;
	}
	.foot-nav p {
		font-size: 12px;
		line-height: 24px;
	}
	.footer {
		min-width: 1060px;
		margin-top: 50px;
		padding: 40px 0 0 0;
	}
	.foot-nav {
		width: 400px;
	}
	.hot-line > b {
		font-size: 26px;
	}
	.hot-line span {
		font-size: 12px;
		line-height: 24px;
	}
	.qr-code {
		padding-top: 10px;
	}
	.foot-txt li{
		font-size: 12px;
	}
	.hot-line {
		width: 223px;
		margin-left: 100px;
		height: 235px;
	}
	.hot-line p{
		font-size: 12px;
	}
	.qr-code li{
		padding: 0 0 0 20px;
	}
	.qr-code li span {
		width: 120px;
		height: 120px;
	}
	.qr-code li p{
		font-size: 12px;
	}
	.course-list li .item p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 7px;
	}
	.interview--hot ul li {
		margin-top: 12px;
	}
	.qr-code h2 {
		padding-left: 20px;
	}
	.qr-code li span {
		width: 101px;
		height: 101px;
	}
	.footer {
		padding: 27px 0;
	}
}
