/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@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: 'iconfont';  /* Project id 1468039 */
	src: url('//at.alicdn.com/t/c/font_1468039_wsmlh09rnu.eot?t=1699609117772'); /* IE9 */
	src: url('//at.alicdn.com/t/c/font_1468039_wsmlh09rnu.eot?t=1699609117772#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('//at.alicdn.com/t/c/font_1468039_wsmlh09rnu.woff2?t=1699609117772') format('woff2'),
		 url('//at.alicdn.com/t/c/font_1468039_wsmlh09rnu.woff?t=1699609117772') format('woff'),
		 url('//at.alicdn.com/t/c/font_1468039_wsmlh09rnu.ttf?t=1699609117772') format('truetype'),
		 url('//at.alicdn.com/t/c/font_1468039_wsmlh09rnu.svg?t=1699609117772#iconfont') format('svg');
}

.tabIcon {
	font-family: "iconfont" !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: "阿里妈妈数黑体 Bold";font-weight: 700;src: url("//at.alicdn.com/wf/webfont/gkGUrOVNPEsN/DZXvvpJTOnNM.woff2") format("woff2"),
	url("//at.alicdn.com/wf/webfont/gkGUrOVNPEsN/6o2ep9qqyYVO.woff") format("woff");
	font-display: swap;
  }
@font-face {
    font-family: "youshebiaoti";
    src: url("../../../../font/company/youshebiaoti.eot"); /* IE9 */
    src: url("../../../../font/company/youshebiaoti.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */

    url("../../../../font/company/youshebiaoti.woff") format("woff"), /* chrome、firefox */
    url("../../../../font/company/youshebiaoti.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

    url("../../../../font/company/youshebiaoti.svg#youshebiaoti") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

body {
	line-height: 1;
}

.gray {
	background-color: #f5f5f5;
}
.iframe {
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.advs {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.advs img {
	display: block;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}

.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;
}

.w {
	width: 1560px;
	margin: 0 auto;
}
.w::after {
	content: "";
	display: block;
	clear: both;
}
.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: 190px;
	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;
}

.header--drop {
	margin: 0 auto;
	position: relative;
	font-size: 14px;
}

.header--drop ul {
	position: absolute;
	right: 0;
	top: -43px;
}

.header--drop ul li {
	float: left;
	height: 42px;
	position: relative;
}

.header--drop ul li .weixin {
	height: 43px;
	position: relative;
}

.header--drop ul li .weixin.hover::before {
	background-color: #fff;
	content: '';
	position: absolute;
	left: 0px;
	top: -2px;
	right: 0px;
	bottom: 0;
	height: 45px;
	z-index: 101;
}

.header--drop ul li .weixin.hover {
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.header--drop ul li .weixin.hover::after,
.header--drop ul li:last-child .weixin::after {
	display: none;
}

.web-code {
	width: 130px;
	padding: 25px 25px 20px 25px;
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 36px;
	right: 0;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: none;
	text-align: center;
}

.web-code1 {
	width: 300px;
	padding: 25px 12px 20px 12px;
}

.web-code .item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}

.web-code img {
	width: 100%;
	height: 100%;
}

.web-code b {
	display: block;
	font-size: 14px;
	padding: 18px 0 8px 0;
}

.web-code p {
	color: #999;
}
.header--drop ul li a {
	color: #666;
	line-height: 42px;
	display: block;
	padding: 0 13px;
	position: relative;
	z-index: 105;
}
.header--drop ul li a i {
	vertical-align: top;
	margin: -1px 8px 0 0;
	display: inline-block;
	width: 14px;
}
.header--drop ul li.mobile a i {
	width: 10px;
}
.header--drop ul li a:hover {
	color: #4385f5;
}
.headerNav {
	padding: 20px 0;
	overflow: hidden;
	background-color: #fff;
}

.headerNav p {
	font-size: 14px;
	color: #333;
	width: 1560px;
	margin: 0 auto;
}

.headerNav p a {
	color: #666;
	padding: 0 15px;
	font-weight: normal;
	position: relative;
}

.headerNav p a:hover {
	color: #4385f5;
}

.top {
	position: relative;
	background-color: #fff;
	padding: 0 0 15px;
}
.top .logo {
	float: left;
	position: relative;
	width: 468px;
}
.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: 640px;
	height: 40px;
	border: 2px solid #4385f5;
	position: relative;
	margin-top: 19px;
	float: left;
	margin-left: 68px;
}
.searchSelect {
	width: 80px;
	height: 40px;
	position: relative;
	float: left;
	text-align: center;
}
.selectTop {
	position: relative;
	cursor: pointer;
	font-size: 0;
}
.selectTop::after {
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	bottom: 8px;
	width: 1px;
	background-color: #e6e6e6;
}
.selectTop p {
	font-size: 14px;
	line-height: 38px;
	color: black;
	display: inline-block;
	position: relative;
}
.selectTop i {
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #333333 transparent transparent transparent;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	margin-top: 18px;
}
.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-align: center;
	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 {
	float: right;
	width: 370px;
	margin-top: 18px;
}
.right-text {
	padding-top: 28px;
	overflow: hidden;
	text-align: center;
}
.right-text a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #f60;
}
.nav {
	height: 56px;
	line-height: 56px;
	background-color: #4385f5;
}
.nav li {
	float: left;
	position: relative;
}
.nav li a {
	color: #fff;
	font-size: 18px;
	padding: 0 51px;
	display: block;
	position: relative;
	z-index: 9;
}
.nav .menu-top a i {
	font-size: 14px;
	margin: 25px 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:hover i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nav li:hover a,.nav li.on a {
	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: 60px;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.nav li .menu-bot p a{
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	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;
}
.mt20 {
	margin-top: 20px;
}
.banner-left {
	width: 312px;
	float: left;
	background: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(235,242,255) 100%);
	background: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(235,242,255) 100%);
	background: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(235,242,255) 100%);
}
.banner-left .quick-find {
	padding: 16px;
}
.banner-left .quick-find .title img {
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
}
.banner-left .quick-find .title i {
	display: inline-block;
	vertical-align: top;
	width: 34px;
	height: 35px;
	margin-right: 5px;
	background: url(../../../../images/company/version/2023/search.png) no-repeat;
	background-size: contain;
}
.quick-find .find-box {
	margin-top: 18px;
}
.quick-find .select {
	position: relative;
	z-index: 99;
	margin-top: 10px;
}
.quick-find .select:first-child {
	margin-top: 0;
}
.quick-find .select .select-top {
	border: 1px solid #eee;
	position: relative;
	border-radius: 0;
	cursor: pointer;
	box-sizing: border-box;
	background: #fff;
}
.quick-find .select .select-top p {
	font-size: 15px;
	line-height: 36px;
	padding-left: 10px;
	padding-right: 28px;
	height: 38px;
	overflow: hidden;
	color: #999;
}
.quick-find .select .select-top p a {
	color: #333;
}
.quick-find .select .select-top i {
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #999 transparent transparent transparent;
	position: absolute;
	top: 16px;
	right: 14px;
	font-size: 12px;
	line-height: 1;
	color: #ababab;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.quick-find .select .select-top:hover {
	background-color: #f9f8f8;
}
.quick-find .select .select-top.focus {
	background-color: #f9f8f8;
}

.quick-find .select .select-top.focus i {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.quick-find .select .select-bot {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 255px;
	overflow-y: auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0 0 2px 2px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(31, 45, 61, 0.1);
	display: none;
}

.quick-find .select .select-bot li {
	font-size: 14px;
	padding-left: 14px;
	line-height: 36px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.quick-find .select .select-bot li a {
	color: #333;
}
.quick-find .select .select-bot li:hover a {
	color: #fff;
}
.quick-find .select .select-bot li:hover {
	color: #fff;
	background-color: #4385f5;
	border-left: 1px solid #4385f5;
	border-right: 1px solid #4385f5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.quick-find .btn {
	margin-top: 10px;
}
.quick-find .btn a {
	display: block;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
	height: 48px;
	border-radius: 24px;
	background-image: -moz-linear-gradient( 0deg, rgb(255,140,48) 0%, rgb(255,89,48) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,140,48) 0%, rgb(255,89,48) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,140,48) 0%, rgb(255,89,48) 100%);
	color: #fff;
	padding: 2px;
	box-sizing: border-box;
	width: 100%;
	border: 0;
}
.quick-find .btn a span {
	display: block;
	border-radius: 24px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.quick-find .btn a:hover {
	color: #f60;
}
.quick-find .btn a:hover span {
	background-color: #fff;
}
.city-find .title {
	font-weight: bold;
	font-size: 18px;
}
.city-find .title i {
	display: inline-block;
	width: 6px;
	height: 24px;
	background-color: #4385f5;
	vertical-align: top;
	margin-right: 10px;
	margin-top: -2px;
}
.city-list {
	margin: 18px 0 8px;
	max-height: 276px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-color: rgba(191, 191, 191, 0.5) rgba(0, 0, 0, 0.0);
	scrollbar-width: thin;
}
.city-list ul {
	padding: 0 16px;
	margin-right: -10px;
	margin-top: -10px;
	overflow: hidden;
}
.city-list ul li {
	width: 33.33%;
	float: left;
}
.city-list ul li a {
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	text-align: center;
	font-size: 15px;
	color: #666;
}
.city-list ul li a:hover {
	color: #fff;
	background-color: #4385f5;
}
.city-list::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.city-list::-webkit-scrollbar {
	width: 5px;
	height: 80px;
	border-radius: 5px;
}

.city-list::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(191, 191, 191, 0.5);
	width: 5px;
	height: 80px;
}
.banner-center {
	float: left;
	margin: 0 16px;
	width: 904px;
	overflow: hidden;
}
.banner-swiper-big {
	position: relative;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
.banner-swiper-big .image {
	height: 0;
	padding-bottom: 43.14%;
	overflow: hidden;
	position: relative;
}
.banner-swiper-big .image img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.banner-swiper-small {
	margin-top: 16px;
	width: calc(100% + 18px);
}
.banner-swiper-small .swiper-slide {
	width: 33.33%;
}

.banner-swiper-small .image {
	margin-right: 18px;
	height: 0;
	padding-bottom: 49.6%;
	overflow: hidden;
	position: relative;
}
.banner-swiper-small .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}
.banner-swiper-small .image a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 3px solid transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.banner-swiper-small .swiper-slide-thumb-active .image a::after {
	border-color: #4385f5;
}
.banner-right {
	background-color: #fff;
	padding: 22px 16px 14px;
	overflow: hidden;
}
.banner-right .welcome {
	font-size: 16px;
	text-align: center;
}
.banner-right .btn-arr {
	margin-top: 22px;
	margin-right: -16px;
	overflow: hidden;
}
.banner-right .btn-arr span:nth-child(1),.banner-right .btn-arr span:nth-child(2) {
	margin-top: 0;
}
.banner-right .btn-arr span {
	float: left;
	width: 50%;
	margin-top: 16px;
}
.banner-right .btn-arr span a {
	display: block;
	text-align: center;
	margin-right: 16px;
	height: 36px;
	box-sizing: border-box;
	line-height: 32px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	color: #666;
	font-size: 16px;
}
.banner-right .btn-arr span a:hover,.banner-right .btn-arr span a.regist,.banner-right .btn-arr span a.login:hover {
	border-color: #4385f5;
	color: #4385f5;
	background-color: #fff;
}
.banner-right .btn-arr span a.login {
	background-color: #4385f5;
	border-color: #4385f5;
	color: #fff;
}
.banner-right .btn-arr span a.regist:hover {
	background-color: #4385f5;
	border-color: #4385f5;
	color: #fff;
}
.banner-right .join-us {
	margin-top: 24px;
	padding: 18px 24px;
	background: url(../../../../images/company/version/2023/join-bg.png) no-repeat;
	background-size: cover;
}
.banner-right .join-us .title {
	color: #4385f5;
	font-size: 18px;
	font-family: "阿里妈妈数黑体 Bold";
}
.banner-right .join-us .member-btn {
	margin-top: 30px;
	overflow: hidden;
}
.banner-right .join-us .member-btn .item {
	float: left;
	margin-right: 30px;
}
.banner-right .join-us .member-btn .item a {
	text-align: center;
	display: inline-block;
	font-size: 14px;
	color: #596175;
}
.banner-right .join-us .member-btn .item .icon {
	height: 32px;
	margin-bottom: 8px;
}
.banner-right .join-us .member-btn .item:last-child {
	margin-right: 0;
}
.banner-right .join-us .member-btn .item a:hover {
	color: #4385f5;
}
.banner-right .join-us .btn {
	margin-top: 18px;
	text-align: center;
}
.banner-right .join-us .btn a {
	display: inline-block;
	border-radius: 18px;
	padding: 2px;
	background-image: -moz-linear-gradient( 0deg, rgb(255,141,48) 0%, rgb(255,87,48) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,141,48) 0%, rgb(255,87,48) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,141,48) 0%, rgb(255,87,48) 100%);
}
.banner-right .join-us .btn a span {
	border-radius: 18px;
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 0 18px 0 23px;
	line-height: 32px;
}
.banner-right .join-us .btn a i {
	display: inline-block;
	border-style: solid;
	border-width: 5px 0px 5px 5px;
	border-color: transparent transparent transparent #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	vertical-align: top;
	margin-left: 4px;
	margin-top: 11px;
}
.banner-right .join-us .btn a:hover span {
	background-color: #fff;
	color: #f60;
}
.banner-right .join-us .btn a:hover i {
	border-color: transparent transparent transparent #f60;
}
.banner-right .news {
	margin-top: 20px;
}
.banner-right .news .title {
	font-family: "youshebiaoti";
	font-size: 22px;
}
.banner-right .news .title a {
	color: #333;
}
.banner-right .news .title span {
	color: #4385f5;
}
.banner-right .news li {
	margin-top: 17px;
	font-size: 15px;
	line-height: 17px;
	height: 17px;
	overflow: hidden;
}
.banner-right .news li a {
	color: #333;
}
.banner-right .news li a:hover {
	color: #4385f5;
}
.commend-brands {
	margin-top: 42px;
}
.commend-brands .title {
	text-align: center;
	position: relative;
	margin-top: -16px;
}
.commend-brands .title span {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 8px;
}
.commend-brands .w {
	background: url(../../../../images/company/version/2023/brand-bg.png) no-repeat;
	background-size: cover;
	padding-top: 1px;
}
.commend-brands .brands-list {
	overflow: hidden;
	padding: 15px 40px 35px;
}
.commend-brands .brands-list ul {
	overflow: hidden;
	background-color: #fff;
}
.commend-brands .brands-list li {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding-bottom: 18px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.commend-brands .brands-list li:nth-child(-n + 5) {
	border-top: 0;
}
.commend-brands .brands-list li:nth-child(5n) {
	border-right: 0;
}
.commend-brands .brands-list .image {
	position: relative;
	height: 124px;
	overflow: hidden;
	margin: 10px;
}
.commend-brands .brands-list .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-height: 82%;
}
.commend-brands .brands-list span {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
}
.commend-brands .brands-list a {
	color: #333;
}
.commend-brands .brands-list a:hover {
	color: #4385f5;
}
.tips-box {
	width: 508px;
	height: 260px;
	position: fixed;
	top: 50%;
	margin-top: -130px;
	left: 50%;
	margin-left: -255px;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	border: 1px solid #cacaca;
}

.tips-box a.close {
	position: absolute;
	right: 16px;
	top: 14px;
	width: 23px;
	height: 23px;
	background: url("http://www.chem17.com/NewShowStand/Style/14/Images/Blue/close.png") center center no-repeat;
}

.tips-box .correct .tips, .tips-box .err .tips {
	position: absolute;
	top: 78px;
	left: 90px;
	width: 100%;
	height: 52px;
	padding: 9px 0 9px 90px;
	font: bold 24px/52px "microsoft yahei";
}

.tips-box .correct .tips i, .tips-box .err .tips i {
	height: 70px;
	width: 70px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("http://www.chem17.com/NewShowStand/Style/14/Images/Blue/tips-icon.png") 0 0 no-repeat;
}

.tips-box .correct .btn, .tips-box .err .btn {
	position: absolute;
	top: 198px;
	left: 0;
	width: 100%;
	text-align: center;
}

.tips-box .correct .btn a, .tips-box .err .btn a {
	display: inline-block;
	width: 150px;
	height: 32px;
	font: normal 14px/32px "microsoft yahei";
	color: #474747;
	border: 2px solid #0f9732;
	border-radius: 2px;
	margin: 0 12px;
}

.tips-box .correct .btn a:hover, .tips-box .err .btn a:hover {
	background: #0f9732;
	color: #fff;
}

.tips-box .err .tips {
	font: bold 18px/26px "microsoft yahei";
}

.tips-box .err .tips i {
	background: url("http://www.chem17.com/NewShowStand/Style/14/Images/Blue/tips-icon.png") 0 bottom no-repeat;
}

.tips-box .err .btn {
	top: 180px;
}

.tips-box .err .btn a {
	width: 80px;
}
.w1164 {
	width: 1165px;
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
}
.hot-offer .left {
	background-color: #fff;
	padding: 25px;
}
.hot-offer .left .title {
	position: relative;
}
.hot-offer .left .title i {
	display: inline-block;
	width: 78px;
	height: 53px;
	background: url(../../../../images/company/version/2023/fire.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: -20px;
	margin-right: 8px;
}
.hot-offer .left .title span {
	font-size: 36px;
	font-family: "youshebiaoti";
}
.hot-offer .left .title span b {
	font-weight: normal;
	color: #ff8800;
}
.hot-offer .left .title .more {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 16px;
	color: #999;
}
.hot-offer .left .title .more:hover {
	color: #4385f5;
}
.hot-offer .left .offer-list {
	margin-top: 25px;
}
.hot-offer .left .offer-list ul {
	overflow: hidden;
	margin-top: -10px;
	margin-right: -10px;
}
.hot-offer .left .offer-list li {
	width: 33.33%;
	float: left;
}
.hot-offer .left .offer-list .item {
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #eee;
}
.hot-offer .left .offer-list .name {
	line-height: 48px;
	height: 48px;
	overflow: hidden;
	background-color: #f2f6fa;
	font-size: 18px;
	font-weight: bold;
	padding: 0 20px;
}
.hot-offer .left .offer-list .name a {
	color: #333;
}
.hot-offer .left .offer-list .name a:hover {
	color: #4385f5;
}
.hot-offer .left .offer-list .box {
	padding: 0 20px;
}
.hot-offer .left .offer-list .company {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.hot-offer .left .offer-list .time {
	padding: 16px 0;
	overflow: hidden;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	line-height: 40px;
	border-top: 1px solid #eee;
}
.hot-offer .left .offer-list .time b {
	color: #ff6600;
	font-weight: normal;
	margin: 0 5px;
}
.hot-offer .left .offer-list .time a {
	float: right;
	padding: 0 22px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 20px;
	line-height: 36px;
	border: 1px solid #f60;
	color: #f60;
	cursor: pointer;
}
.hot-offer .left .offer-list .time a:hover {
	color: #fff;
	background-color: #f60;
}
.hot-offer .right {
	overflow: hidden;
}
.ewm-box {
	margin-top: 8px;
	position: relative;
	cursor: pointer;
}
.ewm-box .small-ewm {
    overflow: hidden;
    position: relative;
}
.ewm-box .small-ewm .image {
    position: absolute;
    width: 79px;
    right: 27px;
    top: 27px;
}
.ewm-box .big-ewm {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    display: none;
}
.ewm-box .big-ewm .bg::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 158px;
	background: url(https://www.chem17.com/images/products/version/2023/hand.png);
	background-size: 100% auto;
	z-index: 2;
	top: 22px;
}
.ewm-box .big-ewm .image {
	position: absolute;
	right: 26px;
	top: 53px;
	width: 116px;
}
.hot-offer .right-box {
	background: url(../../../../images/company/version/2023/offer-bg.png) no-repeat;
	background-size: cover;
	padding: 19px 26px 14px;
	position: relative;
}
.edit-box {
	position: relative;
}
.edit-box > .input:first-child {
	margin-top: 0;
}
.banner-bot.tip-box .btn {
	margin-top: 12px;
}
.edit-box .input {
	margin-top: 10px;
	position: relative;
}
.edit-box .input input {
	width: 100%;
	height: 36px;
	border-radius: 2px;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	font-size: 15px;
	padding: 0 15px;
	box-sizing: border-box;
}
input::placeholder {
	color: #666;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #666;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bbb ;
}
.edit-box .input input:focus {
	border-color: #4385f5;
}
.edit-box .input-num {
	overflow: hidden;
}
.edit-box .input-num .input {
	float: left;
	width: 219px;
	margin-right: 12px;
}
.edit-box .input-num .input:last-of-type {
	width: auto;
	float: none;
	margin-right: 0;
	overflow: hidden;
}
.edit-box .input.Code input {
	padding-right: 100px;
}
.edit-box .input.Code a {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 15px;
	color: #4385f5;
}
.edit-box .input.Code a:hover {
	color: #f60;
}
.wrong-tip {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.wrong-tip p {
	box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	display: inline-block;
	line-height: 36px;
	padding: 0 15px;
	font-size: 15px;
	margin: 5px 0;
	white-space: nowrap;
	border: 1px solid #ddd;
}
.wrong-tip i {
	color: #e72528;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-right: 7px;
}
.hot-offer .right .tip {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #4385f5;
}
.hot-offer .right .tip a {
	color: #4385f5;
}
.hot-offer .right .tip a:hover {
	color: #f60;
}
.hot-offer .right .btn {
	margin-top: 12px;
}
.hot-offer .right .btn a {
	display: block;
	height: 44px;
	line-height: 42px;
	box-sizing: border-box;
	border: 1px solid #4385f5;
	border-radius: 24px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #4385f5;
}
.hot-offer .right .btn a:hover {
	background-color: #fff;
	color: #4385f5;
}
.submit-success {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 9;
}
.submit-success .center-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.submit-success .center-box i {
	display: block;
	color: #009944;
	font-size: 64px;
}
.submit-success .center-box p {
	font-size: 20px;
	margin-top: 18px;
}
.submit-success .center-box span {
	font-size: 16px;
	color: #999;
	margin-top: 20px;
	display: block;
}
.submit-success .center-box .go a {
	display: block;
	margin-top: 26px;
	height: 40px;
	box-sizing: border-box;
	line-height: 36px;
	border-radius: 20px;
	font-size: 16px;
	color: #4385f5;
	border: 1px solid #4385f5;
	padding: 0 15px;
	white-space: nowrap;
}
.submit-success .center-box .go a:hover {
	background-color: #4385f5;
	color: #fff;
}
.industry .w {
	box-sizing: border-box;
	padding: 35px 25px 30px;
	background-color: #fff;
}
.industry .big-title {
	text-align: center;
	background: url(../../../../images/company/version/2023/industry-bg.png) no-repeat;
	background-position: -12px 4px;
	background-size: auto 46px;
}
.industry .big-title p {
	font-family: "阿里妈妈数黑体 Bold";
	font-size: 48px;
	letter-spacing: 4px;
}
.industry .big-title p b {
	font-weight: bold;
	color: #4385f5;
}
.industry .big-title span {
	display: block;
	font-size: 16px;
	color: #cccccc;
	text-transform: uppercase;
	margin-top: 4px;
}
.industry-tab {
	background-color: #f2f6fa;
}
.industry-tab p {
	font-size: 0;
}
.industry-tab p a {
	display: inline-block;
	width: 10%;
	text-align: center;
	padding: 16px 0 14px;
	font-size: 18px;
	color: #333;
}
.industry-tab p a i {
	font-size: 30px;
	color: #4385f5;
	display: block;
	height: 28px;
	-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.industry-tab p a span {
	display: block;
	margin-top: 10px;
}
.industry-tab p a.focus {
	background-color: #4385f5;
	background-image: url(../../../../images/company/version/2023/tab-bg.png);
	background-size: cover;
	color: #fff;
}
.industry-tab p a.focus i {
	color: #fff;
}
.industry-bot {
	display: none;
}
.industry-list {
	margin-top: 30px;
}
.industry-list ul {
	margin-right: -24px;
	margin-top: -24px;
}
.industry-list ul::after {
	content: "";
	clear: both;
	display: block;
}
.industry-list li {
	float: left;
	width: 33.33%;
}
.industry-list li .item {
	margin-right: 24px;
	margin-top: 24px;
	border-radius: 4px;
	border: 2px solid #fff;
	background: -moz-linear-gradient( -90deg, rgb(243,245,248) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient( -90deg, rgb(243,245,248) 0%, rgb(255,255,255) 100%);
	background: -ms-linear-gradient( -90deg, rgb(243,245,248) 0%, rgb(255,255,255) 100%);
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.05);
	padding: 18px 16px 26px;
}
.industry-list li .name {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}
.industry-list li .name a {
	color: #333;
}
.industry-list li .name a:hover {
	color: #4385f5;
}
.industry-list li .member {
	margin-top: 15px;
	font-size: 0;
}
.industry-list li .member > i {
	width: 20px;
	height: 18px;
	background: url(https://www.chem17.com/NewShowStand/images/authentication.png) no-repeat 0 0;
	right: 0;
	top: 0px;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	background-size: auto 100%;
	margin-right: 8px;
}
.year {
	margin-top: 1px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.year em {
	margin: 6px 7px 0;
	font-size: 22px;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	font-weight: bold;
}
.year b {
	display: inline-block;
	width: 86px;
	height: 17px;
	background: url(https://www.chem17.com/images/brands/version/2023/companyList.png) no-repeat 0 -209px;
	background-size: 100% auto;
	vertical-align: top;
	position: relative;
	margin-right: 8px;
}
.year span {
	font-size: 16px;
	vertical-align: top;
	line-height: 1;
	display: inline-block;
	margin-top: -1px;
}
.year span font {
	color: #ff6600;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	vertical-align: top;
	display: inline-block;
	margin: 0 2px;
}

.year b.supLevel {
	background-position-y: -166px;
}
.year b.topLevel {
	background-position-y: -125px;
}
.year b.senior {
	background-position-y: -84px;
}

.year b.primary {
	background-position: 0 -0;
}

.year b.intermediate {
	background-position: 0 -40px;
}
.industry-list li .member .city {
	color: #747c8d;
	font-size: 14px;
	padding-left: 10px;
	margin-left: 10px;
	position: relative;
}
.industry-list li .member .city i {
	font-size: 14px;
	margin-right: 5px;
	color: #ced7ea;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}
.industry-list li .member .city::after {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 1px;
	height: 16px;
	background-color: #ddd;
}
.industry-list li .content {
	margin-top: 12px;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #747c8d;
}
.image-Ul {
	margin-top: 22px;
	margin-right: -15px;
	overflow: hidden;
}
.image-Ul .image-Li {
	float: left;
	width: 33.33%;
}
.image-Ul .image-Li .image {
	margin-right: 15px;
}
.image-Ul .image-Li .image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.image-Ul .image-Li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.new-pro .title {
	text-align: center;
	margin-top: 30px;
}
.new-pro .title span {
	font-size: 32px;
	font-weight: bold;
	margin: 0 24px;
	letter-spacing: 4px;
}
.new-pro .title span b {
	color: #d8ae51;
}
.new-pro .title i {
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
}
.new-pro-list {
	margin-top: 34px;
}
.new-pro-list ul {
	overflow: hidden;
	margin-right: -24px;
}
.new-pro-list li {
	float: left;
	width: 16.66%;
}
.new-pro-list li .item {
	margin-right: 24px;
}
.new-pro-list li .image {
	background-color: #f3f5f8;
	padding: 4px;
}
.new-pro-list li .image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}
.new-pro-list li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.new-pro-list li p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.new-pro-list li p a {
	color: #333;
}
.new-pro-list li p a:hover {
	color: #4385f5;
}
.new-pro-list li .price {
	margin-top: 10px;
	position: relative;
	color: #ff6600;
	font-size: 24px;
}
.new-pro-list li .price i {
	font-size: 15px;
	font-style: normal;
	margin-right: 2px;
}
.new-pro-list li .price .city {
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 14px;
	color: #999;
}
.video .left {
	background-color: #fff;
	padding: 16px 22px 20px;
}
.video .title {
	position: relative;
	overflow: hidden;
}
.video .title .icon {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
.video .title .content {
	overflow: hidden;
}
.video .title .content p {
	font-size: 28px;
	font-weight: bold;
}
.video .title .content p b {
	position: relative;
}
.video .title .content p b::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 64px;
	height: 8px;
	background: -moz-linear-gradient( 0deg, rgb(67,133,245) 0%, rgba(82,229,231,0) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(67,133,245) 0%, rgba(82,229,231,0) 100%);
	background: -ms-linear-gradient( 0deg, rgb(67,133,245) 0%, rgba(82,229,231,0) 100%);
}
.video .title .content p span {
	position: relative;
	z-index: 2;
}
.video .title .content .world {
	margin-top: 8px;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}
.video .title .more {
	position: absolute;
	right: 0;
	top: 20px;
	color: #999;
	font-size: 16px;
}
.video .title .more:hover {
	color: #4385f5;
}
.video .left .list ul {
	margin-right: -14px;
}
.video .left .list ul::after {
	content: "";
	display: block;
	clear: both;
}
.video .left .list li {
	float: left;
	width: 33.33%;
}
.video .left .list .item {
	margin-right: 14px;
	margin-top: 14px;
}
.video .left .list .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
	background-color: #666;
}
.video .left .list .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.video .left .list .image  mark {
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	background-color: #4385f5;
	z-index: 2;
	padding: 0 16px;
}
.video .left .list .image  mark.replay {
	background-color: #ff8800;
}
.video .left .list .image  mark.living {
	background-color: #e60012;
	padding: 0 8px;
}
.video .left .list .image mark i {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../../../../images/company/version/2023/zhibo.gif) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: 4px;
}
.video .left .list .image .play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 54px;
	height: 54px;
	background: url(../../../../images/company/version/2023/play.png) no-repeat;
	background-size: contain;
}
.video .left .list .text {
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.05);
	padding: 10px 14px 14px;
	position: relative;
}
.video .left .list .text .company::after {
	content: "";
	clear: both;
	display: block;
}
.video .left .list .text .company .face-image {
	width: 48px;
	height: 48px;
	float: left;
	margin-top: -26px;
	margin-right: 7px;
}
.video .left .list .text .company .face-image a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #f7f7f7;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.video .left .list .text .company p {
	overflow: hidden;
}
.video .left .list .text .company p a {
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	color: #333;
	display: block;
	overflow: hidden;
}
.video .left .list .text .company p a:hover {
	color: #4385f5;
}
.video .left .list .text .name {
	clear: both;
	margin-top: 12px;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.video .left .list .text .name a {
	color: #333;
}
.video .left .list .text .name a:hover {
	color: #4385f5;
}
.video .right {
	overflow: hidden;
	background-color: #fff;
	padding: 16px;
}
.tech-list li {
	background-color: #f2f6fa;
	margin-top: 16px;
	border-radius: 4px;
	padding: 16px 14px;
}
.tech-list li.focus {
	background: url(../../../../images/company/version/2023/tech-bg.png) no-repeat;
	background-size: cover;
}
.tech-list li.focus .company {
	display: none;
}
.tech-list {
	margin-top: 14px;
}
.tech-list li:first-child {
	margin-top: 0;
}
.tech-list li p {
	font-size: 17px;
	line-height: 19px;
	height: 19px;
	overflow: hidden;
}
.tech-list li p a {
	color: #333;
}
.tech-list li p a:hover {
	color: #4385f5;
}
.tech-list li.focus p {
	line-height: 32px;
	height: 64px;
	font-weight: bold;
	font-size: 18px;
}
.tech-list li .company {
	font-size: 15px;
	line-height: 17px;
	height: 17px;
	overflow: hidden;
	margin-top: 10px;
}
.tech-list li .company a {
	color: #999;
}
.tech-list li .company a:hover {
	color: #4385f5;
}
.tech-list li .content {
	font-size: 15px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	color: #666;
	margin-top: 12px;
	display: none;
}
.tech-list li .btn {
	margin-top: 16px;
	display: none;
}
.tech-list li .btn a {
	display: inline-block;
	line-height: 34px;
	height: 36px;
	background-color: #4385f5;
	border: 1px solid #4385f5;
	color: #fff;
	font-size: 15px;
	padding: 0 20px;
	border-radius: 18px;
	box-sizing: border-box;
}
.tech-list li .btn a:hover {
	color: #4385f5;
	background-color: #fff;
}
.tech-list li.focus .content ,.tech-list li.focus .btn {
	display: block;
}
.right-bar {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.footer {
	background-color: #242a37;
	margin-top: 56px;
	padding: 40px 0;
}
.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: #4385f5;
}
.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('../../../../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: 200px;
	color: #999;
}
.hot-line i{
	font-size: 66px;

}
.hot-line p {
    font-size: 14px;
    line-height: 28px;
    white-space: nowrap;
}
.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;
}
.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;
}

@media only screen and (min-width:1920px){
	.w{
		width: 1560px;
	}
	.right-text a {
		font-size: 18px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w,.headerNav p{
		width: 1420px;
	}
	.edit-box .input-num .input {
		width: 200px;
	}
	.headerNav p a {
		padding: 0 10px;
	}
	.headerNav {
		padding: 16px 0;
	}
	.top .logo {
		height: 68px;
		width: auto;
	}
	.right-adv {
		width: 335px;
	}
	.search {
		width: 548px;
		margin-left: 70px;
	}
	.nav li a {
		padding: 0 45px;
		font-size: 17px;
	}
	.top {
		padding-bottom: 25px;
	}
	.mt20 {
		margin-top: 18px;
	}
	.banner-left {
		width: 284px;
	}
	.banner-left .quick-find {
		padding: 14px;
	}
	.banner-left .quick-find .title i {
		width: 31px;
		height: 33px;
		margin-right: 4px;
	}
	.banner-left .quick-find .title img {
		margin-top: 7px;
		width: 96px;
	}
	.quick-find .find-box {
		margin-top: 15px;
	}
	.quick-find .select .select-top p {
		font-size: 14px;
		line-height: 38px;
		padding-left: 10px;
		padding-right: 28px;
		height: 38px;
	}
	.quick-find .btn a {
		font-size: 18px;
		line-height: 40px;
		height: 44px;
		padding: 2px;
	}
	.city-find .title {
		font-size: 17px;
	}
	.city-find .title i {
		width: 5px;
		height: 20px;
		margin-right: 8px;
		margin-top: -1px;
	}
	.city-list ul {
		padding: 0 14px;
		margin-right: -9px;
		margin-top: -9px;
	}
	.city-list ul li a {
		margin-top: 9px;
		margin-right: 9px;
		height: 32px;
		line-height: 30px;
		font-size: 14px;
	}
	.city-list {
		margin: 18px 0 8px;
		max-height: 242px;
	}
	.banner-center {
		margin: 0 14px;
		width: 822px;
	}
	.banner-swiper-small {
		margin-top: 14px;
		width: calc(100% + 14px);
	}
	.banner-swiper-small .image {
		margin-right: 14px;
	}
	.banner-right {
		padding: 21px 15px 14px;
	}
	.banner-right .welcome {
		font-size: 15px;
	}
	.banner-right .btn-arr {
		margin-top: 20px;
		margin-right: -14px;
	}
	.banner-right .btn-arr span a {
		margin-right: 14px;
		height: 32px;
		line-height: 30px;
		font-size: 15px;
	}
	.banner-right .btn-arr span {
		margin-top: 14px;
	}
	.banner-right .join-us {
		margin-top: 22px;
		padding: 16px 18px;
	}
	.banner-right .join-us .title {
		font-size: 17px;
	}
	.banner-right .join-us .member-btn {
		margin-top: 22px;
	}
	.banner-right .join-us .member-btn .item {
		margin-right: 26px;
	}
	.banner-right .join-us .member-btn .item .icon {
		height: 30px;
	}
	.banner-right .join-us .member-btn .item a {
		font-size: 13px;
	}
	.banner-right .join-us .btn {
		margin-top: 17px;
	}
	.banner-right .join-us .btn a span {
		font-size: 13px;
		padding: 0 18px 0 23px;
		line-height: 30px;
	}
	.banner-right .news .title {
		font-size: 20px;
	}
	.banner-right .news li {
		margin-top: 15px;
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.commend-brands {
		margin-top: 40px;
	}
	.commend-brands .title span {
		font-size: 29px;
		top: 8px;
	}
	.commend-brands .title p {
		height: 51px;
	}
	.commend-brands .title {
		margin-top: -14px;
	}
	.commend-brands .brands-list {
		padding: 14px 36px 34px;
	}
	.commend-brands .brands-list .image {
		height: 118px;
	}
	.commend-brands .brands-list span {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.commend-brands .brands-list li {
		padding-bottom: 17px;
	}
	.hot-offer .left {
		padding: 22px;
	}
	.w1164 {
		width: 1060px;
		margin-right: 18px;
	}
	.hot-offer .left .title i {
		width: 70px;
		height: 49px;
		margin-top: -18px;
		margin-right: 8px;
	}
	.hot-offer .left .title span {
		font-size: 33px;
	}
	.hot-offer .left .title .more {
		font-size: 15px;
	}
	.hot-offer .left .offer-list {
		margin-top: 22px;
	}
	.hot-offer .left .offer-list .name {
		line-height: 44px;
		height: 44px;
		font-size: 17px;
		padding: 0 16px;
	}
	.hot-offer .left .offer-list .box {
		padding: 0 16px;
	}
	.hot-offer .left .offer-list .company {
		height: 56px;
		line-height: 56px;
		font-size: 15px;
	}
	.hot-offer .left .offer-list .time {
		padding: 16px 0;
		font-size: 15px;
		line-height: 36px;
	}
	.hot-offer .left .offer-list .time a {
		padding: 0 20px;
		height: 36px;
		border-radius: 20px;
		line-height: 34px;
	}
	.ewm-box .small-ewm .image {
    	width: 72px;
    	right: 23.8px;
    	top: 24px;
    }
    .ewm-box .big-ewm .bg::after {
    	width: 144px;
    	top: 18px;
    }
    .ewm-box .big-ewm .image {
    	right: 23.6px;
    	top: 45px;
    	width: 106px;
    }
	.hot-offer .right-box {
		padding: 19px 22px 10px;
	}
	.edit-box .input input {
		height: 32px;
		font-size: 14px;
		padding: 0 12px;
	}
	.edit-box .input.Code a {
		top: 9px;
		font-size: 14px;
	}
	.hot-offer .right .btn a {
		height: 40px;
		line-height: 38px;
	}
	.hot-offer .right .tip {
		margin-top: 15px;
	}
	.industry .w {
		padding: 30px 22px 28px;
	}
	.industry .big-title p {
		font-size: 44px;
	}
	.industry .big-title span {
		font-size: 15px;
	}
	.industry .big-title {
		background-position: -12px 3px;
		background-size: auto 42px;
	}
	.industry-tab p a i {
		font-size: 26px;
		height: 26px;
	}
	.industry-tab p a {
		font-size: 17px;
		padding: 14px 0 12px;
	}
	.industry-list {
		margin-top: 28px;
	}
	.industry-list li .item {
		margin-right: 20px;
		margin-top: 20px;
		padding: 18px 14px 22px;
	}
	.industry-list ul {
		margin-right: -20px;
		margin-top: -20px;
	}
	.industry-list li .name {
		font-size: 18px;
		line-height: 20px;
		height: 20px;
	}
	.year span {
		font-size: 15px;
		margin-top: 0px;
	}
	.industry-list li .member {
		margin-top: 12px;
	}
	.industry-list li .member .city {
		font-size: 13px;
		padding-left: 8px;
		margin-left: 8px;
		vertical-align: top;
		display: inline-block;
		margin-top: 3px;
	}
	.industry-list li .member .city i {
		font-size: 13px;
		margin-right: 5px;
		margin-top: 1px;
	}
	.industry-list li .member .city::after {
		width: 1px;
		height: 14px;
		top: 1px;
	}
	.industry-list li .content {
		margin-top: 10px;
		font-size: 13px;
		height: 15px;
		line-height: 15px;
	}
	.image-Ul {
		margin-top: 18px;
		margin-right: -14px;
	}
	.image-Ul .image-Li .image {
		margin-right: 14px;
	}
	.new-pro .title {
		margin-top: 28px;
	}
	.new-pro .title span {
		font-size: 29px;
		margin: 0 22px;
	}
	.new-pro .title i {
		margin-top: 6px;
		height: 20px;
	}
	.new-pro-list {
		margin-top: 30px;
	}
	.new-pro-list ul {
		margin-right: -22px;
	}
	.new-pro-list li .item {
		margin-right: 22px;
	}
	.new-pro-list li p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.new-pro-list li .price {
		font-size: 22px;
	}
	.new-pro-list li .price i {
		font-size: 14px;
	}
	.new-pro-list li .price .city {
		top: 8px;
		font-size: 13px;
	}
	.video .title .icon {
		width: 23px;
		margin-top: 1px;
	}
	.video .left {
		padding: 16px 20px 30px;
	}
	.video .title .content p {
		font-size: 26px;
	}
	.video .title .content .world {
		margin-top: 9px;
		font-size: 13px;
	}
	.video .left .list .item {
		margin-right: 12px;
		margin-top: 12px;
	}
	.video .left .list ul {
		margin-right: -12px;
	}
	.video .left .list .image mark {
		right: 9px;
		top: 9px;
		line-height: 28px;
		height: 28px;
		font-size: 13px;
		padding: 0 14px;
	}
	.video .left .list .image mark.living {
		padding: 0 6px;
	}
	.video .left .list .image .play {
		width: 50px;
		height: 50px;
	}
	.video .left .list .text .company .face-image {
		width: 44px;
		height: 44px;
		margin-top: -26px;
		margin-right: 7px;
	}
	.video .left .list .text .company p a {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.video .left .list .text {
		padding: 10px 12px 14px;
	}
	.video .left .list .text .name {
		margin-top: 12px;
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.tech-list {
		margin-top: 12px;
	}
	.tech-list li.focus p {
		line-height: 30px;
		height: 60px;
		font-size: 17px;
	}
	.tech-list li {
		margin-top: 14px;
		padding: 14px 14px;
	}
	.tech-list li .content {
		font-size: 14px;
		line-height: 21px;
		height: 42px;
		margin-top: 12px;
	}
	.tech-list li .btn a {
		line-height: 30px;
		height: 32px;
		font-size: 14px;
		padding: 0 18px;
	}
	.tech-list li .btn {
		margin-top: 14px;
	}
	.footer {
		margin-top: 50px;
	}
	.hot-line {
		margin-left: 160px;
	}

}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1260px;
	}

	.selectBot {
		top: 40px;
	}
	.header .left {
		font-size: 12px;
	}
	.header {
		font-size: 12px;
	}
	.header--drop {
		font-size: 12px;
	}
	.header--drop ul li.mobile a i {
		width: 8px;
	}
	.header--drop ul li a i {
		width: 12px;
	}
	.header .right li {
		padding: 0 10px;
	}
	.headerNav p {
		width: 1260px;
	}
	.header .right li {
		padding: 0 8px;
	}
	.header--drop ul li a {
		padding: 0 8px;
	}
	.header .right {
		margin-right: 152px;
	}

	.header .left ul li:first-child a {
		padding: 0 10px;
	}
	.headerNav p {
		font-size: 13px;
	}
	.headerNav p a {
		padding: 0 12px;
	}
	.top .logo {
		height: 60px;
		width: auto;
	}
	.right-adv {
		width: 300px;
	}
	.right-text {
		padding-top: 22px;
	}
	.search {
		width: 520px;
		margin-left: 50px;
		margin-top: 12px;
		height: 38px;
	}
	.selectTop p {
		font-size: 13px;
	}
	.searchSelect {
		width: 74px;
		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: 0 40px;
		font-size: 15px;
	}
	.nav .menu-top a i {
		font-size: 10px;
		margin: 22px 0 0 8px;
	}
	.nav li .menu-bot {
		top: 52px;
	}
	.nav li .menu-bot p a {
		height: 42px;
		font-size: 14px;
		line-height: 42px;
		white-space: nowrap;
	}
	.nav {
		height: 46px;
		line-height: 46px;
	}
	.headerNav {
		padding: 15px 0;
	}
	.mt20 {
		margin-top: 16px;
	}
	.banner-left {
		width: 252px;
	}
	.banner-left .quick-find {
		padding: 12px;
	}
	.banner-left .quick-find .title i {
		width: 28px;
		height: 29px;
		margin-right: 4px;
	}
	.banner-left .quick-find .title img {
		margin-top: 7px;
		width: 85px;
	}
	.quick-find .find-box {
		margin-top: 12px;
	}
	.quick-find .select .select-top p {
		font-size: 13px;
		line-height: 30px;
		padding-left: 10px;
		padding-right: 24px;
		height: 30px;
	}
	.quick-find .select .select-top i {
		border-width: 5px 4px 0 4px;
		top: 12px;
		right: 10px;
	}
	.quick-find .select {
		margin-top: 9px;
	}
	.quick-find .btn a {
		font-size: 15px;
		line-height: 34px;
		height: 38px;
		padding: 2px;
	}
	.city-find .title {
		font-size: 15px;
	}
	.city-find .title i {
		width: 5px;
		height: 18px;
		margin-right: 7px;
		margin-top: -1px;
	}
	.city-list ul {
		padding: 0 12px;
		margin-right: -7px;
		margin-top: -7px;
	}
	.city-list ul li a {
		margin-top: 7px;
		margin-right: 7px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
	}
	.city-list {
		margin: 16px 0 8px;
		max-height: 222px;
	}
	.banner-center {
		margin: 0 13px;
		width: 730px;
	}
	.banner-swiper-small {
		margin-top: 12px;
		width: calc(100% + 12px);
	}
	.banner-swiper-small .image {
		margin-right: 12px;
	}
	.banner-right {
		padding: 18px 13px 11px;
	}
	.banner-right .welcome {
		font-size: 13px;
	}
	.banner-right .btn-arr {
		margin-top: 18px;
		margin-right: -12px;
	}
	.banner-right .btn-arr span a {
		margin-right: 12px;
		height: 30px;
		line-height: 28px;
		font-size: 13px;
	}
	.banner-right .btn-arr span {
		margin-top: 12px;
	}
	.banner-right .join-us {
		margin-top: 20px;
		padding: 14px 16px;
	}
	.banner-right .join-us .title {
		font-size: 15px;
	}
	.banner-right .join-us .member-btn {
		margin-top: 20px;
	}
	.banner-right .join-us .member-btn .item {
		margin-right: 22px;
	}
	.banner-right .join-us .member-btn .item .icon {
		height: 28px;
	}
	.banner-right .join-us .member-btn .item a {
		font-size: 12px;
	}
	.banner-right .join-us .btn {
		margin-top: 15px;
	}
	.banner-right .join-us .btn a span {
		font-size: 12px;
		padding: 0 14px 0 19px;
		line-height: 26px;
	}
	.banner-right .join-us .btn a i {
		margin-top: 9px;
	}
	.banner-right .news {
		margin-top: 16px;
	}
	.banner-right .news .title {
		font-size: 18px;
	}
	.banner-right .news li {
		margin-top: 12px;
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.commend-brands {
		margin-top: 36px;
	}
	.commend-brands .title span {
		font-size: 26px;
		top: 7px;
	}
	.commend-brands .title p {
		height: 45px;
	}
	.commend-brands .title {
		margin-top: -14px;
	}
	.commend-brands .brands-list {
		padding: 12px 32px 30px;
	}
	.commend-brands .brands-list .image {
		height: 106px;
	}
	.commend-brands .brands-list span {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.commend-brands .brands-list li {
		padding-bottom: 14px;
	}
	.hot-offer .left {
		padding: 18px;
	}
	.w1164 {
		width: 940px;
		margin-right: 16px;
	}
	.hot-offer .left .title i {
		width: 64px;
		height: 44px;
		margin-top: -17px;
		margin-right: 6px;
	}
	.hot-offer .left .title span {
		font-size: 29px;
	}
	.hot-offer .left .title .more {
		font-size: 13px;
	}
	.hot-offer .left .offer-list {
		margin-top: 20px;
	}
	.hot-offer .left .offer-list .name {
		line-height: 36px;
		height: 38px;
		font-size: 14px;
		padding: 0 14px;
	}
	.hot-offer .left .offer-list .box {
		padding: 0 14px;
	}
	.hot-offer .left .offer-list .company {
		height: 52px;
		line-height: 52px;
		font-size: 13px;
	}
	.hot-offer .left .offer-list .time {
		padding: 12px 0;
		font-size: 13px;
		line-height: 32px;
	}
	.hot-offer .left .offer-list .time a {
		padding: 0 18px;
		height: 32px;
		border-radius: 20px;
		line-height: 30px;
	}
	.ewm-box .small-ewm .image {
    	width: 64px;
    	right: 22px;
    	top: 22px;
    }
    .ewm-box .big-ewm .bg::after {
    	width: 128px;
    	top: 20px;
    }
    .ewm-box .big-ewm .image {
    	right: 21px;
    	top: 45px;
    	width: 94px;
    }
	.hot-offer .right-box {
		padding: 16px 18px 10px;
	}
	.edit-box .input input {
		height: 28px;
		font-size: 13px;
		padding: 0 10px;
	}
	.edit-box .input.Code a {
		right: 12px;
		top: 8px;
		font-size: 13px;
	}
	.edit-box .input {
		margin-top: 9px;
	}
	.edit-box .input-num .input {
		width: 177px;
		margin-right: 10px;
	}
	.hot-offer .right .tip {
		margin-top: 10px;
		font-size: 12px;
	}
	.hot-offer .right .btn a {
		height: 34px;
		line-height: 32px;
		border-radius: 24px;
		font-size: 15px;
	}
	.hot-offer .right .btn {
		margin-top: 10px;
	}
	.industry .w {
		padding: 28px 20px 26px;
	}
	.industry .big-title p {
		font-size: 38px;
	}
	.industry .big-title span {
		font-size: 13px;
	}
	.industry .big-title {
		background-position: -20px 3px;
		background-size: auto 38px;
	}
	.industry-tab p a i {
		font-size: 22px;
		height: 22px;
	}
	.industry-tab p a {
		font-size: 15px;
		padding: 14px 0 12px;
	}
	.industry-list {
		margin-top: 26px;
	}
	.industry-list li .item {
		margin-right: 18px;
		margin-top: 18px;
		padding: 14px 12px 18px;
	}
	.industry-list ul {
		margin-right: -18px;
		margin-top: -18px;
	}
	.industry-list li .name {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.year span {
		font-size: 15px;
		margin-top: 0px;
	}
	.industry-list li .member {
		margin-top: 10px;
	}
	.industry-list li .member .city {
		font-size: 13px;
		padding-left: 8px;
		margin-left: 8px;
		vertical-align: top;
		display: inline-block;
		margin-top: 3px;
	}
	.industry-list li .member .city i {
		font-size: 13px;
		margin-right: 5px;
		margin-top: 1px;
	}
	.industry-list li .member .city::after {
		width: 1px;
		height: 14px;
		top: 1px;
	}
	.industry-list li .content {
		margin-top: 8px;
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.image-Ul {
		margin-top: 14px;
		margin-right: -12px;
	}
	.image-Ul .image-Li .image {
		margin-right: 12px;
	}
	.new-pro .title {
		margin-top: 26px;
	}
	.new-pro .title span {
		font-size: 26px;
		margin: 0 20px;
	}
	.new-pro .title i {
		margin-top: 6px;
		height: 18px;
	}
	.new-pro-list {
		margin-top: 26px;
	}
	.new-pro-list ul {
		margin-right: -18px;
	}
	.new-pro-list li .item {
		margin-right: 18px;
	}
	.new-pro-list li p {
		font-size: 13px;
		line-height: 18px;
		height: 36px;
		margin-top: 8px;
	}
	.new-pro-list li .price {
		font-size: 20px;
	}
	.new-pro-list li .price i {
		font-size: 13px;
	}
	.new-pro-list li .price .city {
		top: 6px;
		font-size: 13px;
	}
	.video .title .icon {
		width: 21px;
		margin-top: 1px;
		margin-right: 8px;
	}
	.video .title .more {
		top: 16px;
		font-size: 13px;
	}
	.video .left {
		padding: 16px 16px 24px;
	}
	.video .title .content p {
		font-size: 23px;
	}
	.video .title .content p b::after {
		width: 56px;
		height: 6px;
	}
	.video .title .content .world {
		margin-top: 8px;
		font-size: 12px;
	}
	.video .left .list .item {
		margin-right: 12px;
		margin-top: 12px;
	}
	.video .left .list ul {
		margin-right: -12px;
	}
	.video .left .list .image mark {
		right: 8px;
		top: 8px;
		line-height: 24px;
		height: 24px;
		font-size: 12px;
		padding: 0 12px;
	}
	.video .left .list .image mark i {
		width: 18px;
		height: 18px;
		margin-top: 3px;
	}

	.video .left .list .image mark.living {
		padding: 0 6px;
	}
	.video .left .list .image .play {
		width: 50px;
		height: 50px;
	}
	.video .left .list .text .company .face-image {
		width: 40px;
		height: 40px;
		margin-top: -19px;
		margin-right: 7px;
	}
	.video .left .list .text .company p a {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.video .left .list .text {
		padding: 8px 8px 12px;
	}
	.video .left .list .text .name {
		margin-top: 12px;
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.video .right {
		padding: 13px;
	}
	.tech-list li p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.tech-list li .company {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
		margin-top: 8px;
	}
	.tech-list {
		margin-top: 12px;
	}
	.tech-list li.focus p {
		line-height: 26px;
		height: 52px;
		font-size: 15px;
	}
	.tech-list li {
		margin-top: 14px;
		padding: 14px 14px;
	}
	.tech-list li .content {
		font-size: 13px;
		line-height: 19px;
		height: 38px;
		margin-top: 8px;
	}
	.tech-list li .btn a {
		line-height: 28px;
		height: 30px;
		font-size: 13px;
		padding: 0 16px;
	}
	.tech-list li .btn {
		margin-top: 12px;
	}
	.footer {
		min-width: 1260px;
		margin-top: 46px;
	}
	.foot-nav {
		width: 540px;
	}
	.foot-img li {
		width: 78px;
		height: 31px;
		margin-right: 7px;
	}
	.foot-img li a {
		height: 31px;
	}
	.hot-line {
		width: 246px;
		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;
	}

	.selectBot {
		top: 36px;
	}
	.selectBot li {
		line-height: 22px;
		font-size: 12px;
	}
	.header .left {
		font-size: 12px;
	}
	.header {
		font-size: 12px;
	}
	.header--drop {
		font-size: 12px;
	}
	.header--drop ul li.mobile a i {
		width: 8px;
	}
	.header--drop ul li a i {
		width: 12px;
	}
	.header .right li {
		padding: 0 10px;
	}
	.headerNav p {
		width: 1260px;
	}
	.header .right li {
		padding: 0 8px;
	}
	.header--drop ul li a {
		padding: 0 8px;
	}
	.header .right {
		margin-right: 152px;
	}
	.header .left ul li:first-child a {
		padding: 0 10px;
	}
	.headerNav p {
		font-size: 13px;
	}
	.headerNav p a {
		padding: 0 12px;
	}
	.headerNav p {
		width: 1188px;
	}
	.header .left ul li:first-child a {
		padding: 0 7px;
	}
	.header .right li {
		padding: 0 8px;
	}
	.header--drop ul li a {
		padding: 0 8px;
	}
	.header .right {
		margin-right: 152px;
	}
	.headerNav {
		padding: 16px 0;
	}
	.headerNav p {
		font-size: 13px;
	}
	.headerNav p a {
		padding: 0 8px;
	}
	.headerNav p a::after {
		height: 13px;
	}
	.top .logo {
		width: 372px;
	}

	.right-adv {
		width: 280px;
		margin-top: 16px;
	}
	.search {
		width: 440px;
		margin-left: 50px;
		margin-top: 13px;
		height: 34px;
	}
	.selectTop p {
		font-size: 12px;
		line-height: 34px;
	}
	.selectTop i {
		border-width: 4px 4px 0 4px;
		margin-top: 16px;
	}
	.searchSelect {
		width: 64px;
		height: 34px;
	}
	.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 36px;
		font-size: 15px;
	}
	.nav .menu-top a i {
		font-size: 10px;
		margin: 22px 0 0 8px;
	}
	.nav li .menu-bot {
		top: 52px;
	}
	.nav li .menu-bot p a {
		height: 42px;
		font-size: 14px;
		line-height: 42px;
		white-space: nowrap;
	}

	.right-text {
		padding-top: 20px;
	}
	.nav {
		height: 44px;
		line-height: 44px;
	}
	.headerNav {
		padding: 15px 0;
	}
	.mt20 {
		margin-top: 14px;
	}
	.banner-left {
		width: 238px;
	}
	.banner-left .quick-find {
		padding: 11px;
	}
	.banner-left .quick-find .title i {
		width: 26px;
		height: 27px;
		margin-right: 4px;
	}
	.banner-left .quick-find .title img {
		margin-top: 7px;
		width: 80px;
	}
	.quick-find .find-box {
		margin-top: 10px;
	}
	.quick-find .select .select-top p {
		font-size: 12px;
		line-height: 30px;
		padding-left: 10px;
		padding-right: 24px;
		height: 30px;
	}
	.quick-find .select .select-bot li {
		font-size: 12px;
		padding-left: 12px;
		line-height: 30px;
	}
	.quick-find .select .select-bot {
		top: 30px;
		max-height: 184px;
	}
	.quick-find .select .select-top i {
		border-width: 5px 4px 0 4px;
		top: 12px;
		right: 10px;
	}
	.quick-find .select {
		margin-top: 9px;
	}
	.quick-find .btn a {
		font-size: 14px;
		line-height: 32px;
		height: 36px;
		padding: 2px;
	}
	.city-find .title {
		font-size: 15px;
	}
	.city-find .title i {
		width: 5px;
		height: 18px;
		margin-right: 7px;
		margin-top: -1px;
	}
	.city-list ul {
		padding: 0 11px;
		margin-right: -7px;
		margin-top: -7px;
	}
	.city-list ul li a {
		margin-top: 7px;
		margin-right: 7px;
		height: 28px;
		line-height: 26px;
		font-size: 12px;
	}
	.city-list {
		margin: 14px 0 8px;
		max-height: 208px;
	}
	.banner-center {
		margin: 0 12px;
		width: 688px;
	}
	.banner-swiper-small {
		margin-top: 12px;
		width: calc(100% + 12px);
	}
	.banner-swiper-small .image {
		margin-right: 12px;
	}
	.banner-right {
		padding: 18px 13px 11px;
	}
	.banner-right .welcome {
		font-size: 13px;
	}
	.banner-right .btn-arr {
		margin-top: 18px;
		margin-right: -12px;
	}
	.banner-right .btn-arr span a {
		margin-right: 12px;
		height: 30px;
		line-height: 28px;
		font-size: 13px;
	}
	.banner-right .btn-arr span {
		margin-top: 10px;
	}
	.banner-right .join-us {
		margin-top: 16px;
		padding: 12px 12px;
	}

	.banner-right .join-us .title {
		font-size: 15px;
	}
	.banner-right .join-us .member-btn {
		margin-top: 20px;
	}
	.banner-right .join-us .member-btn .item {
		margin-right: 18px;
	}
	.banner-right .join-us .member-btn .item .icon {
		height: 25px;
	}
	.banner-right .join-us .member-btn .item a {
		font-size: 12px;
	}
	.banner-right .join-us .btn {
		margin-top: 15px;
	}
	.banner-right .join-us .btn a span {
		font-size: 12px;
		padding: 0 14px 0 19px;
		line-height: 26px;
	}
	.banner-right .join-us .btn a i {
		margin-top: 9px;
	}
	.banner-right .news {
		margin-top: 12px;
	}
	.banner-right .news .title {
		font-size: 18px;
	}
	.banner-right .news li {
		margin-top: 11px;
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.commend-brands {
		margin-top: 32px;
	}
	.commend-brands .title span {
		font-size: 26px;
		top: 7px;
	}
	.commend-brands .title p {
		height: 45px;
	}
	.commend-brands .title {
		margin-top: -14px;
	}
	.commend-brands .brands-list {
		padding: 12px 30px 28px;
	}
	.commend-brands .brands-list .image {
		height: 106px;
	}
	.commend-brands .brands-list span {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.commend-brands .brands-list li {
		padding-bottom: 14px;
	}
	.hot-offer .left {
		padding: 16px;
	}
	.w1164 {
		width: 886px;
		margin-right: 14px;
	}
	.hot-offer .left .title i {
		width: 59px;
		height: 41px;
		margin-top: -15px;
		margin-right: 6px;
	}
	.hot-offer .left .title span {
		font-size: 27px;
	}
	.hot-offer .left .title .more {
		font-size: 13px;
	}
	.hot-offer .left .offer-list {
		margin-top: 20px;
	}
	.hot-offer .left .offer-list .name {
		line-height: 36px;
		height: 38px;
		font-size: 14px;
		padding: 0 14px;
	}
	.hot-offer .left .offer-list .box {
		padding: 0 14px;
	}
	.hot-offer .left .offer-list .company {
		height: 52px;
		line-height: 52px;
		font-size: 13px;
	}
	.hot-offer .left .offer-list .time {
		padding: 12px 0;
		font-size: 13px;
		line-height: 32px;
	}
	.hot-offer .left .offer-list .time a {
		padding: 0 14px;
		height: 32px;
		border-radius: 20px;
		line-height: 30px;
	}
	.ewm-box .small-ewm .image {
    	width: 60px;
    	right: 21px;
    	top: 21px;
    }
    .ewm-box .big-ewm .bg::after {
    	width: 121px;
    	top: 17px;
    }
    .ewm-box .big-ewm .image {
    	right: 20px;
    	top: 41px;
    	width: 89px;
    }
	.hot-offer .right-box {
		padding: 16px 18px 10px;
	}
	.edit-box .input input {
		height: 28px;
		font-size: 12px;
		padding: 0 10px;
	}
	.edit-box .input.Code a {
		right: 12px;
		top: 8px;
		font-size: 12px;
	}
	.edit-box .input {
		margin-top: 8px;
	}
	.edit-box .input-num .input {
		width: 167px;
		margin-right: 8px;
	}
	.hot-offer .right .tip {
		margin-top: 10px;
		font-size: 12px;
	}
	.hot-offer .right .btn a {
		height: 38px;
		line-height: 36px;
		border-radius: 24px;
		font-size: 15px;
	}
	.hot-offer .right .btn {
		margin-top: 8px;
	}
	.industry .w {
		padding: 28px 20px 26px;
	}
	.industry .big-title p {
		font-size: 36px;
	}
	.industry .big-title span {
		font-size: 12px;
	}
	.industry .big-title {
		background-position: -40px 3px;
		background-size: auto 37px;
	}
	.industry-tab p a i {
		font-size: 22px;
		height: 22px;
	}
	.industry-tab p a {
		font-size: 15px;
		padding: 14px 0 12px;
	}
	.industry-list {
		margin-top: 24px;
	}
	.industry-list li .item {
		margin-right: 16px;
		margin-top: 16px;
		padding: 14px 12px 18px;
	}
	.industry-list ul {
		margin-right: -16px;
		margin-top: -16px;
	}
	.industry-list li .name {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
	}
	.year span {
		font-size: 15px;
		margin-top: 0px;
	}
	.industry-list li .member {
		margin-top: 10px;
	}
	.industry-list li .member .city {
		font-size: 13px;
		padding-left: 8px;
		margin-left: 8px;
		vertical-align: top;
		display: inline-block;
		margin-top: 3px;
	}
	.industry-list li .member .city i {
		font-size: 13px;
		margin-right: 5px;
		margin-top: 1px;
	}
	.industry-list li .member .city::after {
		width: 1px;
		height: 14px;
		top: 1px;
	}
	.industry-list li .content {
		margin-top: 8px;
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.image-Ul {
		margin-top: 14px;
		margin-right: -12px;
	}
	.image-Ul .image-Li .image {
		margin-right: 12px;
	}
	.new-pro .title {
		margin-top: 26px;
	}
	.new-pro .title span {
		font-size: 26px;
		margin: 0 20px;
	}
	.new-pro .title i {
		margin-top: 6px;
		height: 18px;
	}
	.new-pro-list {
		margin-top: 26px;
	}
	.new-pro-list ul {
		margin-right: -18px;
	}
	.new-pro-list li .item {
		margin-right: 18px;
	}
	.new-pro-list li p {
		font-size: 13px;
		line-height: 18px;
		height: 36px;
		margin-top: 8px;
	}
	.new-pro-list li .price {
		font-size: 20px;
	}
	.new-pro-list li .price i {
		font-size: 13px;
	}
	.new-pro-list li .price .city {
		top: 6px;
		font-size: 13px;
	}
	.video .title .icon {
		width: 21px;
		margin-top: 1px;
		margin-right: 8px;
	}
	.video .title .more {
		top: 16px;
		font-size: 13px;
	}
	.video .left {
		padding: 16px 16px 24px;
	}
	.video .title .content p {
		font-size: 23px;
	}
	.video .title .content p b::after {
		width: 56px;
		height: 6px;
	}
	.video .title .content .world {
		margin-top: 8px;
		font-size: 12px;
	}
	.video .left .list .item {
		margin-right: 12px;
		margin-top: 12px;
	}
	.video .left .list ul {
		margin-right: -12px;
	}
	.video .left .list .image mark {
		right: 8px;
		top: 8px;
		line-height: 24px;
		height: 24px;
		font-size: 12px;
		padding: 0 12px;
	}
	.video .left .list .image mark i {
		width: 18px;
		height: 18px;
		margin-top: 3px;
	}

	.video .left .list .image mark.living {
		padding: 0 6px;
	}
	.video .left .list .image .play {
		width: 50px;
		height: 50px;
	}
	.video .left .list .text .company .face-image {
		width: 40px;
		height: 40px;
		margin-top: -19px;
		margin-right: 7px;
	}
	.video .left .list .text .company p a {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.video .left .list .text {
		padding: 8px 8px 12px;
	}
	.video .left .list .text .name {
		margin-top: 12px;
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.video .right {
		padding: 13px;
	}
	.tech-list li p {
		font-size: 15px;
		line-height: 17px;
		height: 17px;
	}
	.tech-list li .company {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
		margin-top: 8px;
	}
	.tech-list {
		margin-top: 12px;
	}
	.tech-list li.focus p {
		line-height: 25px;
		height: 50px;
		font-size: 15px;
	}
	.tech-list li {
		margin-top: 12px;
		padding: 13px 12px;
	}
	.tech-list li .content {
		font-size: 13px;
		line-height: 19px;
		height: 38px;
		margin-top: 8px;
	}
	.tech-list li .btn a {
		line-height: 28px;
		height: 30px;
		font-size: 13px;
		padding: 0 16px;
	}
	.tech-list li .btn {
		margin-top: 12px;
	}

	.footer {
		min-width: 1260px;
		margin-top: 42px;
	}
	.foot-nav {
		width: 540px;
	}
	.foot-img li {
		width: 78px;
		height: 31px;
		margin-right: 7px;
	}
	.foot-img li a {
		height: 31px;
	}
	.hot-line {
		width: 248px;
		margin-left: 76px;
	}
	.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;
	}


	.selectBot {
		top: 32px;
	}
	.selectBot li {
		line-height: 22px;
		font-size: 12px;
	}
	.header ul li {
		padding: 0 2px;
	}
	.header .left ul li a {
		padding: 0 1px;
	}
	.headerNav p {
		width: 998px;
	}
	.header {
		font-size: 12px;
	}
	.header--drop {
		font-size: 12px;
	}
	.header .left ul li:first-child a {
		padding: 0 7px;
	}
	.header .right li {
		padding: 0 8px;
	}
	.header--drop ul li a {
		padding: 0 8px;
	}
	.header .right {
		margin-right: 155px;
	}
	.headerNav {
		padding: 16px 0;
	}
	.headerNav p {
		font-size: 12px;
	}
	.headerNav p a {
		padding: 0 8px;
	}
	.headerNav p a::after {
		height: 13px;
	}
	.top .logo {
		height: 48px;
		width: auto;
	}

	.right-adv {
		width: 265px;
		margin-top: 12px;
	}
	.search {
		width: 372px;
		margin-left: 38px;
		margin-top: 10px;
		height: 30px;
	}
	.selectTop p {
		font-size: 12px;
		line-height: 30px;
	}
	.selectTop i {
		border-width: 4px 4px 0 4px;
		margin-top: 14px;
	}
	.searchSelect {
		width: 60px;
		height: 30px;
	}
	.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: 0 30px;
		font-size: 13px;
	}
	.nav .menu-top a i {
		font-size: 10px;
		margin: 22px 0 0 8px;
	}
	.nav li .menu-bot {
		top: 52px;
	}
	.nav li .menu-bot p a {
		height: 42px;
		font-size: 14px;
		line-height: 42px;
		white-space: nowrap;
	}

	.top {
		padding-bottom: 20px;
	}
	.right-text {
		padding-top: 17px;
	}
	.nav {
		height: 36px;
		line-height: 36px;
	}
	.right-text a {
		font-size: 15px;
	}
	.mt20 {
		margin-top: 12px;
	}
	.banner-left {
		width: 200px;
	}
	.banner-left .quick-find {
		padding: 10px;
	}
	.banner-left .quick-find .title i {
		width: 22px;
		height: 23px;
		margin-right: 4px;
	}
	.banner-left .quick-find .title img {
		margin-top: 6px;
		width: 67px;
	}
	.quick-find .find-box {
		margin-top: 8px;
	}
	.quick-find .select .select-top p {
		font-size: 12px;
		line-height: 26px;
		padding-left: 8px;
		padding-right: 24px;
		height: 26px;
	}
	.quick-find .select .select-bot li {
		font-size: 12px;
		padding-left: 10px;
		line-height: 26px;
	}
	.quick-find .select .select-bot {
		top: 28px;
		max-height: 160px;
	}
	.quick-find .select .select-top i {
		border-width: 5px 4px 0 4px;
		top: 10px;
		right: 10px;
	}
	.quick-find .btn {
		margin-top: 7px;
	}
	.quick-find .select {
		margin-top: 7px;
	}
	.quick-find .btn a {
		font-size: 13px;
		line-height: 26px;
		height: 30px;
		padding: 2px;
	}
	.city-find .title {
		font-size: 13px;
	}
	.city-find .title i {
		width: 4px;
		height: 14px;
		margin-right: 7px;
		margin-top: 1px;
	}
	.city-list ul {
		padding: 0 10px;
		margin-right: -6px;
		margin-top: -6px;
	}
	.city-list ul li a {
		margin-top: 6px;
		margin-right: 6px;
		height: 24px;
		line-height: 22px;
		font-size: 12px;
	}
	.city-list {
		margin: 10px 0 6px;
		max-height: 174px;
	}
	.banner-center {
		margin: 0 10px;
		width: 578px;
	}
	.banner-swiper-small {
		margin-top: 10px;
		width: calc(100% + 10px);
	}
	.banner-swiper-small .image {
		margin-right: 10px;
	}
	.banner-right {
		padding: 14px 10px 10px;
	}
	.banner-right .welcome {
		font-size: 13px;
	}
	.banner-right .btn-arr {
		margin-top: 12px;
		margin-right: -10px;
	}
	.banner-right .btn-arr span a {
		margin-right: 10px;
		height: 24px;
		line-height: 22px;
		font-size: 12px;
	}
	.banner-right .btn-arr span {
		margin-top: 7px;
	}
	.banner-right .join-us {
		margin-top: 12px;
		padding: 10px 10px;
	}
	.banner-right .join-us .title {
		font-size: 13px;
	}
	.banner-right .join-us .member-btn {
		margin-top: 20px;
	}
	.banner-right .join-us .member-btn .item {
		margin-right: 8px;
	}
	.banner-right .join-us .member-btn .item .icon {
		height: 22px;
	}
	.banner-right .join-us .member-btn .item a {
		font-size: 12px;
	}
	.banner-right .join-us .btn {
		margin-top: 12px;
	}
	.banner-right .join-us .btn a span {
		font-size: 12px;
		padding: 0 12px 0 16px;
		line-height: 22px;
	}
	.banner-right .join-us .btn a i {
		margin-top: 7px;
	}
	.banner-right .news {
		margin-top: 8px;
	}
	.banner-right .news .title {
		font-size: 16px;
	}
	.banner-right .news li {
		margin-top: 7px;
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.commend-brands {
		margin-top: 30px;
	}
	.commend-brands .title span {
		font-size: 20px;
		top: 6px;
	}
	.commend-brands .title p {
		height: 36px;
	}
	.commend-brands .title {
		margin-top: -10px;
	}
	.commend-brands .brands-list {
		padding: 10px 24px 24px;
	}
	.commend-brands .brands-list .image {
		height: 90px;
	}
	.commend-brands .brands-list span {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.commend-brands .brands-list li {
		padding-bottom: 10px;
	}
	.hot-offer .left {
		padding: 14px;
	}
	.w1164 {
		width: 728px;
		margin-right: 10px;
	}
	.hot-offer .left .title i {
		width: 50px;
		height: 34px;
		margin-top: -13px;
		margin-right: 6px;
	}
	.hot-offer .left .title span {
		font-size: 23px;
	}
	.hot-offer .left .title .more {
		font-size: 12px;
		top: 6px;
	}
	.hot-offer .left .offer-list {
		margin-top: 14px;
	}
	.hot-offer .left .offer-list .name {
		line-height: 28px;
		height: 30px;
		font-size: 13px;
		padding: 0 12px;
	}
	.hot-offer .left .offer-list .box {
		padding: 0 12px;
	}
	.hot-offer .left .offer-list .company {
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.hot-offer .left .offer-list .time {
		padding: 8px 0;
		font-size: 12px;
		line-height: 26px;
	}
	.hot-offer .left .offer-list .time a {
		padding: 0 8px;
		height: 26px;
		border-radius: 20px;
		line-height: 24px;
	}
	.submit-success .center-box i {
		font-size: 48px;
	}
	.submit-success .center-box p {
		font-size: 16px;
		margin-top: 14px;
	}
	.submit-success .center-box span {
		font-size: 14px;
		margin-top: 14px;
	}
	.submit-success .center-box .go a {
		margin-top: 18px;
		height: 34px;
		line-height: 32px;
		border-radius: 20px;
		font-size: 14px;
		padding: 0 13px;
	}
	.ewm-box .small-ewm .image {
    	width: 50px;
    	right: 17px;
    	top: 17px;
    }
    .ewm-box .big-ewm .bg::after {
    	width: 102px;
    	top: 13px;
    }
    .ewm-box .big-ewm .image {
    	right: 16px;
    	top: 32px;
    	width: 76px;
    }
	.hot-offer .right-box {
		padding: 8px 10px 8px;
	}
	.ewm-box {
		margin-top: 7px;
	}
	.edit-box .input input {
		height: 24px;
		font-size: 12px;
		padding: 0 8px;
	}
	.edit-box .input.Code a {
		right: 10px;
		top: 5px;
		font-size: 12px;
	}
	.edit-box .input {
		margin-top: 3px;
	}
	.edit-box .input-num .input {
		width: 140px;
		margin-right: 8px;
	}
	.hot-offer .right .tip {
		margin-top: 7px;
		font-size: 12px;
	}
	.hot-offer .right .btn a {
		height: 28px;
		line-height: 26px;
		border-radius: 24px;
		font-size: 13px;
	}
	.hot-offer .right .btn {
		margin-top: 7px;
	}
	.industry .w {
		padding: 20px 16px 22px;
	}
	.industry .big-title p {
		font-size: 30px;
	}
	.industry .big-title span {
		font-size: 12px;
	}
	.industry .big-title {
		background-position: -55px 1px;
		background-size: auto 32px;
	}
	.industry-tab p a i {
		font-size: 18px;
		height: 18px;
	}
	.industry-tab p a {
		font-size: 12px;
		padding: 10px 0 8px;
	}
	.industry-tab p a span {
		margin-top: 7px;
	}
	.industry-list {
		margin-top: 20px;
	}
	.industry-list li .item {
		margin-right: 14px;
		margin-top: 14px;
		padding: 12px 10px 14px;
	}
	.industry-list ul {
		margin-right: -16px;
		margin-top: -16px;
	}
	.industry-list li .name {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.year span {
		font-size: 13px;
		margin-top: 2px;
	}
	.industry-list li .member {
		margin-top: 10px;
	}
	.industry-list li .member .city {
		font-size: 13px;
		padding-left: 8px;
		margin-left: 8px;
		vertical-align: top;
		display: inline-block;
		margin-top: 3px;
	}
	.industry-list li .member .city i {
		font-size: 13px;
		margin-right: 5px;
		margin-top: 1px;
	}
	.industry-list li .member .city::after {
		width: 1px;
		height: 14px;
		top: 1px;
	}
	.industry-list li .content {
		margin-top: 8px;
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.image-Ul {
		margin-top: 14px;
		margin-right: -10px;
	}
	.image-Ul .image-Li .image {
		margin-right: 10px;
	}
	.new-pro .title {
		margin-top: 26px;
	}
	.new-pro .title span {
		font-size: 26px;
		margin: 0 20px;
	}
	.new-pro .title i {
		margin-top: 6px;
		height: 18px;
	}
	.new-pro-list {
		margin-top: 22px;
	}
	.new-pro-list ul {
		margin-right: -14px;
	}
	.new-pro-list li .item {
		margin-right: 14px;
	}
	.new-pro-list li p {
		font-size: 13px;
		line-height: 18px;
		height: 36px;
		margin-top: 8px;
	}
	.new-pro-list li .price {
		font-size: 16px;
	}
	.new-pro-list li .price i {
		font-size: 12px;
	}
	.new-pro-list li .price .city {
		top: 3px;
		font-size: 12px;
	}
	.video .title .icon {
		width: 21px;
		margin-top: 1px;
		margin-right: 8px;
	}
	.video .title .more {
		top: 16px;
		font-size: 13px;
	}
	.video .left {
		padding: 16px 16px 24px;
	}
	.video .title .content p {
		font-size: 23px;
	}
	.video .title .content p b::after {
		width: 56px;
		height: 6px;
	}
	.video .title .content .world {
		margin-top: 8px;
		font-size: 12px;
	}
	.video .left .list .item {
		margin-right: 12px;
		margin-top: 12px;
	}
	.video .left .list ul {
		margin-right: -12px;
	}
	.video .left .list .image mark {
		right: 8px;
		top: 8px;
		line-height: 24px;
		height: 24px;
		font-size: 12px;
		padding: 0 12px;
	}
	.video .left .list .image mark i {
		width: 18px;
		height: 18px;
		margin-top: 3px;
	}

	.video .left .list .image mark.living {
		padding: 0 6px;
	}
	.video .left .list .image .play {
		width: 50px;
		height: 50px;
	}
	.video .left .list .text .company .face-image {
		width: 40px;
		height: 40px;
		margin-top: -19px;
		margin-right: 7px;
	}
	.video .left .list .text .company p a {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.video .left .list .text {
		padding: 8px 8px 12px;
	}
	.video .left .list .text .name {
		margin-top: 10px;
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.video .right {
		padding: 13px;
	}
	.tech-list li p {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.tech-list li .company {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 6px;
	}
	.tech-list {
		margin-top: 12px;
	}
	.tech-list li.focus p {
		line-height: 20px;
		height: 40px;
		font-size: 14px;
	}
	.tech-list li {
		margin-top: 10px;
		padding: 11px 12px;
	}
	.tech-list li .content {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 6px;
	}
	.tech-list li .btn a {
		line-height: 24px;
		height: 26px;
		font-size: 12px;
		padding: 0 12px;
	}
	.tech-list li .btn {
		margin-top: 11px;
	}

	.foot-img li {
		width: 55px;
		height: 22px;
		margin-right: 5px;
	}
	.foot-nav p {
		font-size: 12px;
		line-height: 24px;
	}
	.footer {
		margin-top: 30px;
		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;
	}
	.right-bar li .bar-top {
		padding: 8px 0 !important;
	}
}



@media only screen and (max-width:1024px){

	.w{
		width: 998px;
	}


	.selectBot {
		top: 32px;
	}
	.selectBot li {
		line-height: 22px;
		font-size: 12px;
	}
	.header ul li {
		padding: 0 2px;
	}
	.header .left ul li a {
		padding: 0 1px;
	}
	.headerNav p {
		width: 998px;
	}
	.header {
		font-size: 12px;
	}
	.header--drop {
		font-size: 12px;
	}
	.header .left ul li:first-child a {
		padding: 0 7px;
	}
	.header .right li {
		padding: 0 8px;
	}
	.header--drop ul li a {
		padding: 0 8px;
	}
	.header .right {
		margin-right: 155px;
	}
	.headerNav {
		padding: 16px 0;
	}
	.headerNav p {
		font-size: 12px;
	}
	.headerNav p a {
		padding: 0 8px;
	}
	.headerNav p a::after {
		height: 13px;
	}
	.top .logo {
		height: 48px;
		width: auto;
	}

	.right-adv {
		width: 265px;
		margin-top: 12px;
	}
	.search {
		width: 372px;
		margin-left: 38px;
		margin-top: 10px;
		height: 30px;
	}
	.selectTop p {
		font-size: 12px;
		line-height: 30px;
	}
	.selectTop i {
		border-width: 4px 4px 0 4px;
		margin-top: 14px;
	}
	.searchSelect {
		width: 60px;
		height: 30px;
	}
	.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: 0 30px;
		font-size: 13px;
	}
	.nav .menu-top a i {
		font-size: 10px;
		margin: 22px 0 0 8px;
	}
	.nav li .menu-bot {
		top: 52px;
	}
	.nav li .menu-bot p a {
		height: 42px;
		font-size: 14px;
		line-height: 42px;
		white-space: nowrap;
	}

	.top {
		padding-bottom: 20px;
	}
	.right-text {
		padding-top: 17px;
	}
	.nav {
		height: 36px;
		line-height: 36px;
	}
	.right-text a {
		font-size: 15px;
	}
	.mt20 {
		margin-top: 12px;
	}
	.banner-left {
		width: 200px;
	}
	.banner-left .quick-find {
		padding: 10px;
	}
	.banner-left .quick-find .title i {
		width: 22px;
		height: 23px;
		margin-right: 4px;
	}
	.banner-left .quick-find .title img {
		margin-top: 6px;
		width: 67px;
	}
	.quick-find .find-box {
		margin-top: 8px;
	}
	.quick-find .select .select-top p {
		font-size: 12px;
		line-height: 26px;
		padding-left: 8px;
		padding-right: 24px;
		height: 26px;
	}
	.quick-find .select .select-bot li {
		font-size: 12px;
		padding-left: 10px;
		line-height: 26px;
	}
	.quick-find .select .select-bot {
		top: 28px;
		max-height: 160px;
	}
	.quick-find .select .select-top i {
		border-width: 5px 4px 0 4px;
		top: 10px;
		right: 10px;
	}
	.quick-find .btn {
		margin-top: 7px;
	}
	.quick-find .select {
		margin-top: 7px;
	}
	.quick-find .btn a {
		font-size: 13px;
		line-height: 26px;
		height: 30px;
		padding: 2px;
	}
	.city-find .title {
		font-size: 13px;
	}
	.city-find .title i {
		width: 4px;
		height: 14px;
		margin-right: 7px;
		margin-top: 1px;
	}
	.city-list ul {
		padding: 0 10px;
		margin-right: -6px;
		margin-top: -6px;
	}
	.city-list ul li a {
		margin-top: 6px;
		margin-right: 6px;
		height: 24px;
		line-height: 22px;
		font-size: 12px;
	}
	.city-list {
		margin: 10px 0 6px;
		max-height: 174px;
	}
	.banner-center {
		margin: 0 10px;
		width: 578px;
	}
	.banner-swiper-small {
		margin-top: 10px;
		width: calc(100% + 10px);
	}
	.banner-swiper-small .image {
		margin-right: 10px;
	}
	.banner-right {
		padding: 14px 10px 10px;
	}
	.banner-right .welcome {
		font-size: 13px;
	}
	.banner-right .btn-arr {
		margin-top: 12px;
		margin-right: -10px;
	}
	.banner-right .btn-arr span a {
		margin-right: 10px;
		height: 24px;
		line-height: 22px;
		font-size: 12px;
	}
	.banner-right .btn-arr span {
		margin-top: 7px;
	}
	.banner-right .join-us {
		margin-top: 12px;
		padding: 10px 10px;
	}
	.banner-right .join-us .title {
		font-size: 13px;
	}
	.banner-right .join-us .member-btn {
		margin-top: 20px;
	}
	.banner-right .join-us .member-btn .item {
		margin-right: 8px;
	}
	.banner-right .join-us .member-btn .item .icon {
		height: 22px;
	}
	.banner-right .join-us .member-btn .item a {
		font-size: 12px;
	}
	.banner-right .join-us .btn {
		margin-top: 12px;
	}
	.banner-right .join-us .btn a span {
		font-size: 12px;
		padding: 0 12px 0 16px;
		line-height: 22px;
	}
	.banner-right .join-us .btn a i {
		margin-top: 7px;
	}
	.banner-right .news {
		margin-top: 8px;
	}
	.banner-right .news .title {
		font-size: 16px;
	}
	.banner-right .news li {
		margin-top: 7px;
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.commend-brands {
		margin-top: 30px;
	}
	.commend-brands .title span {
		font-size: 20px;
		top: 6px;
	}
	.commend-brands .title p {
		height: 36px;
	}
	.commend-brands .title {
		margin-top: -10px;
	}
	.commend-brands .brands-list {
		padding: 10px 24px 24px;
	}
	.commend-brands .brands-list .image {
		height: 90px;
	}
	.commend-brands .brands-list span {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.commend-brands .brands-list li {
		padding-bottom: 10px;
	}
	.hot-offer .left {
		padding: 14px;
	}
	.w1164 {
		width: 728px;
		margin-right: 10px;
	}
	.hot-offer .left .title i {
		width: 50px;
		height: 34px;
		margin-top: -13px;
		margin-right: 6px;
	}
	.hot-offer .left .title span {
		font-size: 23px;
	}
	.hot-offer .left .title .more {
		font-size: 12px;
		top: 6px;
	}
	.hot-offer .left .offer-list {
		margin-top: 14px;
	}
	.hot-offer .left .offer-list .name {
		line-height: 28px;
		height: 30px;
		font-size: 13px;
		padding: 0 12px;
	}
	.hot-offer .left .offer-list .box {
		padding: 0 12px;
	}
	.hot-offer .left .offer-list .company {
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.hot-offer .left .offer-list .time {
		padding: 8px 0;
		font-size: 12px;
		line-height: 26px;
	}
	.hot-offer .left .offer-list .time a {
		padding: 0 8px;
		height: 26px;
		border-radius: 20px;
		line-height: 24px;
	}
	.submit-success .center-box i {
		font-size: 48px;
	}
	.submit-success .center-box p {
		font-size: 16px;
		margin-top: 14px;
	}
	.submit-success .center-box span {
		font-size: 14px;
		margin-top: 14px;
	}
	.submit-success .center-box .go a {
		margin-top: 18px;
		height: 34px;
		line-height: 32px;
		border-radius: 20px;
		font-size: 14px;
		padding: 0 13px;
	}
	.ewm-box .small-ewm .image {
    	width: 50px;
    	right: 17px;
    	top: 17px;
    }
    .ewm-box .big-ewm .bg::after {
    	width: 102px;
    	top: 13px;
    }
    .ewm-box .big-ewm .image {
    	right: 16px;
    	top: 32px;
    	width: 76px;
    }
	.hot-offer .right-box {
		padding: 8px 10px 8px;
	}
	.ewm-box {
		margin-top: 7px;
	}
	.edit-box .input input {
		height: 24px;
		font-size: 12px;
		padding: 0 8px;
	}
	.edit-box .input.Code a {
		right: 10px;
		top: 5px;
		font-size: 12px;
	}
	.edit-box .input {
		margin-top: 3px;
	}
	.edit-box .input-num .input {
		width: 140px;
		margin-right: 8px;
	}
	.hot-offer .right .tip {
		margin-top: 7px;
		font-size: 12px;
	}
	.hot-offer .right .btn a {
		height: 28px;
		line-height: 26px;
		border-radius: 24px;
		font-size: 13px;
	}
	.hot-offer .right .btn {
		margin-top: 7px;
	}
	.industry .w {
		padding: 20px 16px 22px;
	}
	.industry .big-title p {
		font-size: 30px;
	}
	.industry .big-title span {
		font-size: 12px;
	}
	.industry .big-title {
		background-position: -55px 1px;
		background-size: auto 32px;
	}
	.industry-tab p a i {
		font-size: 18px;
		height: 18px;
	}
	.industry-tab p a {
		font-size: 12px;
		padding: 10px 0 8px;
	}
	.industry-tab p a span {
		margin-top: 7px;
	}
	.industry-list {
		margin-top: 20px;
	}
	.industry-list li .item {
		margin-right: 14px;
		margin-top: 14px;
		padding: 12px 10px 14px;
	}
	.industry-list ul {
		margin-right: -16px;
		margin-top: -16px;
	}
	.industry-list li .name {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
	}
	.year span {
		font-size: 13px;
		margin-top: 2px;
	}
	.industry-list li .member {
		margin-top: 10px;
	}
	.industry-list li .member .city {
		font-size: 13px;
		padding-left: 8px;
		margin-left: 8px;
		vertical-align: top;
		display: inline-block;
		margin-top: 3px;
	}
	.industry-list li .member .city i {
		font-size: 13px;
		margin-right: 5px;
		margin-top: 1px;
	}
	.industry-list li .member .city::after {
		width: 1px;
		height: 14px;
		top: 1px;
	}
	.industry-list li .content {
		margin-top: 8px;
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.image-Ul {
		margin-top: 14px;
		margin-right: -10px;
	}
	.image-Ul .image-Li .image {
		margin-right: 10px;
	}
	.new-pro .title {
		margin-top: 26px;
	}
	.new-pro .title span {
		font-size: 26px;
		margin: 0 20px;
	}
	.new-pro .title i {
		margin-top: 6px;
		height: 18px;
	}
	.new-pro-list {
		margin-top: 22px;
	}
	.new-pro-list ul {
		margin-right: -14px;
	}
	.new-pro-list li .item {
		margin-right: 14px;
	}
	.new-pro-list li p {
		font-size: 13px;
		line-height: 18px;
		height: 36px;
		margin-top: 8px;
	}
	.new-pro-list li .price {
		font-size: 16px;
	}
	.new-pro-list li .price i {
		font-size: 12px;
	}
	.new-pro-list li .price .city {
		top: 3px;
		font-size: 12px;
	}
	.video .title .icon {
		width: 21px;
		margin-top: 1px;
		margin-right: 8px;
	}
	.video .title .more {
		top: 16px;
		font-size: 13px;
	}
	.video .left {
		padding: 16px 16px 24px;
	}
	.video .title .content p {
		font-size: 23px;
	}
	.video .title .content p b::after {
		width: 56px;
		height: 6px;
	}
	.video .title .content .world {
		margin-top: 8px;
		font-size: 12px;
	}
	.video .left .list .item {
		margin-right: 12px;
		margin-top: 12px;
	}
	.video .left .list ul {
		margin-right: -12px;
	}
	.video .left .list .image mark {
		right: 8px;
		top: 8px;
		line-height: 24px;
		height: 24px;
		font-size: 12px;
		padding: 0 12px;
	}
	.video .left .list .image mark i {
		width: 18px;
		height: 18px;
		margin-top: 3px;
	}

	.video .left .list .image mark.living {
		padding: 0 6px;
	}
	.video .left .list .image .play {
		width: 50px;
		height: 50px;
	}
	.video .left .list .text .company .face-image {
		width: 40px;
		height: 40px;
		margin-top: -19px;
		margin-right: 7px;
	}
	.video .left .list .text .company p a {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
	}
	.video .left .list .text {
		padding: 8px 8px 12px;
	}
	.video .left .list .text .name {
		margin-top: 10px;
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.video .right {
		padding: 13px;
	}
	.tech-list li p {
		font-size: 13px;
		line-height: 15px;
		height: 15px;
	}
	.tech-list li .company {
		font-size: 12px;
		line-height: 14px;
		height: 14px;
		margin-top: 6px;
	}
	.tech-list {
		margin-top: 12px;
	}
	.tech-list li.focus p {
		line-height: 20px;
		height: 40px;
		font-size: 14px;
	}
	.tech-list li {
		margin-top: 10px;
		padding: 11px 12px;
	}
	.tech-list li .content {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 6px;
	}
	.tech-list li .btn a {
		line-height: 24px;
		height: 26px;
		font-size: 12px;
		padding: 0 12px;
	}
	.tech-list li .btn {
		margin-top: 11px;
	}

	.foot-img li {
		width: 55px;
		height: 22px;
		margin-right: 5px;
	}
	.foot-nav p {
		font-size: 12px;
		line-height: 24px;
	}
	.footer {
		margin-top: 30px;
		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;
	}
	.right-bar li .bar-top {
		padding: 8px 0 !important;
	}
}
