@font-face {
	font-family: 'chem17';  /* Project id 1943868 */
	src: url('//at.alicdn.com/t/font_1943868_hg8h0ml4l9g.woff2?t=1636160224746') format('woff2'),
		 url('//at.alicdn.com/t/font_1943868_hg8h0ml4l9g.woff?t=1636160224746') format('woff'),
		 url('//at.alicdn.com/t/font_1943868_hg8h0ml4l9g.ttf?t=1636160224746') 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;}
body {
	line-height: 1;
}
.newsContent p, .newsContent span {
    text-wrap: wrap !important;
}
/* 单选 */
.input__radio {
	line-height: 16px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}

.input__radio input {
	opacity: 0;
	width: 0px;
	height: 0px;
	display: none;
}

.input__radio input:checked~label::before {
	transform: scale(1)
}

.input__radio input:checked~label {
	border: 1px solid #4385f5
}

.input__radio input~label::before {
	transform: scale(0)
}

.input__radio label {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #ddd;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	box-sizing: border-box;
}

.input__radio label:hover {
	background-color: #ddd;
	border: 1px solid #4385f5
}

.input__radio label::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #4385f5;
	border-radius: 50%;
	transform: scale(0);
	position: absolute;
	top: 3px;
	left: 3px;
	color: #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
}

/* 多选 */
.input__checkbox {
	height: 18px;
	vertical-align: top;
	font-size: 0px;
	display: inline-block;
	margin-top: -0;
	margin-right: 4px;
}

.input__checkbox input {
	opacity: 0;
	width: 0px;
	height: 0px;
	display: none;
}

.input__checkbox label {
	width: 16px;
	height: 16px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #ddd;
	box-sizing: border-box;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 2px;
}

.input__checkbox label:hover {
	background-color: #ddd;
	border: 1px solid #4385f5
}

.input__checkbox label::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 4px;
	background: transparent;
	top: 2px;
	left: 2px;
	border: 2px solid #4385f5;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.input__checkbox input:checked~label::before {
	opacity: 1;
}
.adPosition .advs img {
	width: 100%;
}
.adPosition li {
	margin-bottom: 16px;
}
.option {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	display: none;
	z-index: 9999;
}
.option .guestMain {
	width: 500px;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.option .guestMain .word1 {
	font-size: 30px;
	text-align: center;
	color: #333;
	margin-top: 30px;
}
.option .guestMain .word2 {
	margin-top: 20px;
	font-size: 24px;
	text-align: center;
	color: #999;
}
.option .guestMain .word2 b {
	color: #faad14;
	font-weight: normal;
}
.option .guestMain .btn-1 {
	overflow: hidden;
	margin: 30px 0;
}
.option .guestMain .btn-1 a.determine {
	width: 120px;
	display: block;
	margin: 0 auto;
	height: 42px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #faad14;
	border-radius: 4px;
}
.option .guestMain a.guanbi {
	position: absolute;
	right: 10px;
	top: 10px;
}
.option .guestMain a.guanbi i {
	color: #ccc;
	font-size: 20px;
	display: block;
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform:rotate(15deg);
		transform:rotate(15deg);
	}
	40% {
		-webkit-transform:rotate(-10deg);
		transform:rotate(-10deg);
	}
	60% {
		-webkit-transform:rotate(5deg);
		transform:rotate(5deg);
	}
	80% {
		-webkit-transform:rotate(-5deg);
		transform:rotate(-5deg);
	}
	to {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
}
@keyframes swing {
	20% {
		-webkit-transform:rotate(15deg);
		transform:rotate(15deg);
	}
	40% {
		-webkit-transform:rotate(-10deg);
		transform:rotate(-10deg);
	}
	60% {
		-webkit-transform:rotate(5deg);
		transform:rotate(5deg);
	}
	80% {
		-webkit-transform:rotate(-5deg);
		transform:rotate(-5deg);
	}
	to {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
}
.animate__swing {
-webkit-transform-origin:top center;
transform-origin:top center;
-webkit-animation-name:swing;
animation-name:swing;
}
.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;
}

.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: 90px;
	height: 40px;
	position: relative;
	float: left;
}
.selectTop {
	position: relative;
	cursor: pointer;
}
.selectTop p {
	font-size: 14px;
	line-height: 26px;
	color: black;
	text-indent: 10px;
	border-right: 1px solid #e6e6e6;
	margin-top: 7px;
}
.selectTop i {
	position: absolute;
	line-height: 1;
	top: 10px;
	right: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #333333 transparent transparent transparent;
}

.selectTop.focus i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.search button {
	position: absolute;
	right: -2px;
	top: -2px;
	height: 44px;
	background-color: #4385f5;
	color: #ffffff;
	width: 95px;
	font-size: 16px;
	border: none;
	font-family: "microsoft yahei";
	cursor: pointer;
}
.search button i {
	margin-right: 7px;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}
.search input {
	width: calc(100% - 95px - 90px);
	height: 40px;
	float: left;
	border: none;
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #999999;
	text-indent: 12px;
}

.search .search1 {
	position: absolute;
	color: #c0c0c0;
	top: 12px;
	left: 85px;
}
.selectBot {
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	top: 42px;
	left: 0;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
	left: -2px;
}

.selectBot li {
	line-height: 26px;
	font-size: 14px;
	text-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 {
	float: right;
	margin-top: 28px;
	width: 300px;
}
.right-text a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #f60;
	padding-top: 5px;
	/* border-bottom: 1px solid #f60; */
}
.nav {
	height: 60px;
	line-height: 60px;
	background-color: #4385f5;
}
.nav li {
	float: left;
	position: relative;
}
.nav li a {
	color: #fff;
	font-size: 18px;
	padding: 0 42px;
	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;
}
.location {
	margin-top: 18px;
}
.location p {
	font-size: 15px;
	color: #999;
}
.location p i {
	color: #ccc;
	vertical-align: top;
	margin-right: 10px;
	display: inline-block;
	color: #4385f5;
}
.location p a {
	color: #999;
	margin: 0 5px;
}
.location p a:hover {
	color: #4385f5;
}
.location p span {
	margin-left: 10px;
	color: #333;
}
.main {
	margin-top: 30px;
}
.main .w {
	overflow: hidden;
}
.main .right {
	width: 372px;
	float: right;
	margin-left: 66px;
}
.company-box {
	box-shadow: 0px 8px 16px 0px rgba(40, 40, 40, 0.06);
	padding: 20px 20px 25px;
	background: url(../../../../images/technology/version/2022/companybg.png) no-repeat;
	background-size: cover;
	border-radius: 8px;
}
.company-box .name {
	overflow: hidden;
	padding-left: 10px;
}
.company-box .name .image {
	width: 88px;
	height: 88px;
	float: left;
	margin-right: 22px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #ddd;
}
.company-box .name .image a {
	display: block;
	height: 100%;
	width: 100%;
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	cursor: auto;
	background-color: #fff !important;
}
.company-box .name .image a.noLogo {
	background-size: cover !important;
}
.company-box .name p {
	overflow: hidden;
	font-size: 20px;
	line-height: 28px;
	height: 56px;
	font-weight: bold;
	margin-top: 14px;
}
.company-box .name p a {
	color: #1b1f29;
}

.company-box .btn {
	overflow: hidden;
	font-size: 0;
	text-align: center;
	margin: 30px -10px 0;
}
.company-box .btn a {
	display: inline-block;
	font-size: 16px;
	margin: 0 10px;
	width: 156px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	background-color: #4385f5;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.company-box .btn a.inquiry {
	background-color: rgba(67,133,245,.1);
	color: #4385f5;
}
.company-box .btn i {
	font-weight: normal;
	margin-right: 8px;
}
.main .right .adv-box .item {
	margin-top: 20px;
	border-radius: 8px;
	overflow: hidden;
}
.recommend-products {
	margin-top: 20px;
	background-color: #f5f5f5;
	border-radius: 8px;
	padding: 20px;
}
.public-title {
	position: relative;
}
.public-title p {
	font-size: 22px;
	font-weight: bold;
}
.public-title p b {
	display: inline-block;
	width: 6px;
	height: 24px;
	background-color: #4385f5;
	vertical-align: top;
	margin-top: 0;
	margin-right: 4px;
}
.public-title p s {
	display: inline-block;
	width: 6px;
	height: 12px;
	background-color: #f60;
	vertical-align: top;
	margin-top: 11px;
	margin-right: 10px;
}
.public-title .more {
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 16px;
	color: #999;
}
.public-title .more i {
	font-size: 16px;
	margin-left: 8px;
}
.public-title .more:hover {
	color: #4385f5;
}
.recommend-products li {
	margin-top: 20px;
	overflow: hidden;
}
.recommend-products li .image {
	width: 120px;
	float: left;
	margin-right: 20px;
}
.recommend-products li .image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.recommend-products li .image img {
	max-height: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.recommend-products li .text {
	overflow: hidden;
}
.recommend-products li .text p {
	font-size: 15px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.recommend-products li .text p a {
	color: #333;
}
.recommend-products li .text p a:hover {
	color: #4385f5;
}
.recommend-products li .btn {
	margin-top: 24px;
}
.recommend-products li .btn a {
	color: #f60;
	display: inline-block;
	width: 108px;
	height: 34px;
	line-height: 32px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #f60;
	text-align: center;
	font-size: 15px;
}
.recommend-products li .btn a:hover {
	background-color: #f60;
	color: #fff;
}

.main .left {
	width: 1120px;
	float: left;
}
.share-box {
	width: 120px;
	float: left;
	padding-right: 38px;
	height: 360px;
	border-right: 1px solid #eee;
	margin-right: 40px;
	box-sizing: border-box;
}
.share-box {
	width: 120px;
	float: left;
	padding-right: 38px;
	height: 360px;
	border-right: 1px solid #eee;
	margin-right: 40px;
	box-sizing: border-box;
	margin-top: 123px;
	text-align: center;
	color: #666;
}
.share-box .title {
	font-size: 0;
}
.share-box .title i {
	display: inline-block;
	vertical-align: top;
	height: 1px;
	background-color: #ddd;
	width: 20px;
	margin-top: 6px;
}
.share-box .title span {
	margin: 0 7px;
	font-size: 12px;
}
.fenxiang {
	font-size: 14px !important;
	vertical-align: top;
	display: inline-block;
	position: relative !important;
}
.fenxiang .fenxiangDiv a {
	margin: 4px 3px !important;
	width: 30px;
	height: 30px;
	border-bottom: 0 !important;
	padding: 0 !important;
}
.fenxiang .fenxiangDiv a i {
	font-size: 22px;
}
.fenxiang .fenxiangDiv {
	position: absolute;
	left: -50px;
	top: 19px;
	width: 164px;
	height: 50px;
	z-index: 99;
	background: #fff;
	border-top: 3px solid #4385f5;
	box-shadow: 0 6px 15px #d6d6d6;
	padding: 5px 10px;
	box-sizing: border-box;
	display: none;
}
/* .fenxiang .fenxiangDiv a.weixin:hover {
	background-color: #1acf49;
}
.fenxiang .fenxiangDiv a.qqim:hover {
	background-color: #22d9fa;
}
.fenxiang .fenxiangDiv a.qq:hover {
	background-color: #faa701;
}
.fenxiang .fenxiangDiv a.weibo:hover {
	background-color: #fa3311;
} */


.technology-detail .title {
	text-align: center;
}
.technology-detail .title h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}
.technology-detail .title h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}
.technology-detail .title .data {
	font-size: 15px;
	color: #666;
	margin-top: 20px;
	position: static;
	width: auto;
}
.technology-detail .title .data span {
	font-size: 16px;
	color: #999;
	margin-left: 20px;
	vertical-align: top;
}
.technology-detail .title .data span i {
	margin-right: 5px;
	vertical-align: top;
	font-size: 16px;
	margin-top: 1px;
	display: inline-block;
}
.technology-detail .title .data a {
	display: inline-block;
	color: #1677d9;
	padding-bottom: 5px;
	border-bottom: 1px solid #1677d9;
	vertical-align: top;
}
.technology-detail .title .data a:hover {
	color: #f60;
	border-bottom-color: #f60;
}
.Share-3 .code-right .code-bot a {
	border: 0;
	padding: 0;
}
.Share-3 .code-bot span i {
	display: block !important;
	margin: 17px auto 0 !important;
}
.Share3-bot .code-left span {
	font-size: 14px !important;
	margin-left: 0 !important;
	color: #333 !important;
}
.Share-3 .code-bot span {
	font-size: 14px !important;
	color: #333 !important;
	margin-left: 26px !important;
}
.Share-3 .code-bot span:first-child {
	margin-left: 0 !important;
}
.newsContent {
	margin-top: 30px;
	color: #333;
	line-height: 32px;
	font-size: 16px;
}

.footer {
	background-color: #242a37;
	margin-top: 68px;
	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;
}
.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;
}
.left-bar {
	margin-left: -70px;
	left: auto !important;
}
.fixed-box {
	position: fixed;
	top: 0;
	transform: translateX(0);
	width: 372px;
	box-sizing: border-box;
	max-height: 762px;
	overflow-y: auto;
	overflow-x: hidden;
}
.online-talk {
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0px 10px 20px 0px rgba(40, 40, 40, 0.15);
	position: fixed;
	transform: translateX(-0);
	top: 435px;
	width: 150px;
	box-sizing: border-box;
	padding: 0 15px 18px;
	z-index: 999;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: none;
	/* -webkit-animation: 6s linear 0.15s infinite normal none running swing;
	animation: 6s linear 0.15s infinite normal none running swing; */
}
.online-talk .image {
	margin-top: -40px;
	text-align: center;
}
.online-talk p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 13px;
}
.online-talk span {
	display: block;
	margin-top: 10px;
	color: #999;
	font-size: 15px;
}
.online-talk .talk {
	display: block;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	background-image: -moz-linear-gradient( 0deg, #fd7a5f 0%, #f41826 100%);
	background-image: -webkit-linear-gradient( 0deg, #fd7a5f 0%, #f41826 100%);
	background-image: -ms-linear-gradient( 0deg, #fd7a5f 0%, #f41826 100%);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
.right-bar {
	position: fixed;
	right: 60px;
	top: 32%;
	z-index: 999999;
	display: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.right-bar ul {
	margin-top: 10px;
	box-shadow: 0px 10px 20px 0px rgba(40, 40, 40, 0.12);
	background-color: #fff;
	width: 58px;
}
.right-bar li {
	position: relative;
}
.right-bar li .bar-top {
	border-bottom: 1px solid #eee;
	text-align: center;
	line-height: 16px;
}
.right-bar li .bar-top b {
	color: #f60;
	display: block;
	padding: 2px 15px;
}
.right-bar li .bar-top i {
	display: block;
	font-size: 20px;
	margin-bottom: 7px;
}
.right-bar li .bar-top a {
	color: #666;
}
.right-bar li .bar-top a:hover {
	color: #4385f5;
}
.right-bar li.notext .bar-top i {
	margin: 0;
}

.right-bar li:hover .bar-top {
	background-color: #f60;
}
.right-bar li:hover .bar-top a,.right-bar li:hover .bar-top b {
	color: #fff;
	transition: all;
}
.right-bar li:last-of-type .bar-top {
	border-bottom: 0;
}
.contribution {
	position: absolute;
	right: 70px;
	top: 0;
	width: 280px;
	box-sizing: border-box;
	padding: 15px 44px;
	background: url(../../../../images/technology/version/2022/tougao.png) no-repeat;
	background-size: cover;
	color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.contribution strong {
	display: block;
	font-size: 18px;
}
.contribution p {
	margin-top: 12px;
	font-size: 14px;
}
.contribution .talk {
	display: inline-block;
	padding: 0 12px;
	height: 24px;
	line-height: 22px;
	border-radius: 12px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #ff8f1f;
	margin-top: 12px;
}
.contribution .talk i {
	font-size: 12px;
	margin-right: 5px;
}
.code-item {
	position: absolute;
	right: 70px;
	top: 0;
	box-sizing: border-box;
	width: 360px;
	border: 4px solid #4385f5;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	padding: 20px 10px;
}
.code-item .item {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
}
.code-item .item b {
	margin-top: 10px;
	display: block;
}
.code-item .item p {
	margin-top: 10px;
	color: #999;
}
.child-bot {
	display: none;
}
.right-bar li::after {
	position: absolute;
	content: "";
	left: -20px;
	width: 20px;
	height: 100%;
	top: 0;
}
.right-bar li:hover .child-bot {
	display: block;
}
.comBox {
	overflow: hidden;
	width: 108px;
	position: fixed;
	top: 140px;
	display: block;
	right: 130px;
	z-index: 99999;
	background: #fff;
}
.comBox h2{
	height: 32px;
	line-height: 32px;
	color:#fff;
	background:#4385f5;
	font-size: 12px;
	padding: 0px 8px;
	width: 94px;
}
.comBox ul li{
	width: 106px;
	height: 80px;
	border: 1px solid #4385f5;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid transparent;
	text-align: center;
	padding-top: 10px;
	position: relative;
}
.comBox ul li img{
	max-width: 85px;
	max-height: 50px;
	margin-top: -3px;
}
.comBox ul li p{
	padding: 0 10px;
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
}
.comBox ul li p a{
	color: #333;
}
.comBox ul li a.close{
	display: block;
	width: 18px;
	height: 18px;
	display: none;
	position: absolute;
	top: -1px;
	right: -1px;
	background: #4385f5 url(../../../../images/proCompla.png) no-repeat 0 -177px;
}
.comBox .btn{
	border: 1px solid #4385f5;
	border-top: 0;
	height: 58px;
	font-family: "microsoft yahei";
}
.comBox .btn a{
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background: #4385f5;
	text-align: center;
	margin: 0 auto;
	border-radius: 2px;
}
.comBox ul li.pro:hover{
	border: 1px dashed #4385f5;
}
.comBox ul li.pro:hover a.close{
	display: block;
}
.comBox h2 a{
	display: block;
	width: 16px;
	height: 16px;
	background: url(../../../../images/proCompla.png) no-repeat 0 -178px;
    position: absolute;
    top: 8px;
    right: 4px;
}
.comBox ul li.add a{
	color: #999;
    font-size: 12px;
    background: url(../../../../images/proCompla.png) no-repeat 10px -83px;
    padding-top: 38px;
    position: absolute;
    top: 25px;
    left: 29px;
}
.comBox ul li a.empty {
	background-color: #fff;
	color: #4385f5;
	display: inline;
	line-height: 32px;
}
.copr {
	margin-top: 40px;
	background-color: #f5f5f5;
	padding: 15px 20px;
}
.copr h3 {
	font-size: 18px;
	font-weight: 700;
	color: #4c73ae;
}
.copr ul {
	margin-top: 15px;
}
.copr li {
	line-height: 22px;
	font-size: 14px;
	color: #aaa;
	margin-top: 5px;
	list-style: decimal;
	padding-left: 3px;
	margin-left: 15px;
}

.other-products {
	margin-top: 70px;
}
.other-products .public-title p {
	font-size: 22px;
}
.other-products .public-title p b {
	height: 26px;
}
.other-products .public-title p s {
	height: 14px;
}
.other-products ul {
	margin-top: 22px;
	margin-right: -18px;
	overflow: hidden;
}
.other-products li {
	width: 25%;
	float: left;
}

.other-products li .item {
	margin-right: 18px;
}
.other-products li .image {
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.other-products li .image img {
	max-height: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.other-products li p {
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 12px;
}
.other-products li p a {
	color: #333;
}
.other-products li p a:hover {
	color: #4385f5;
}
.right-item {
	padding-left: 120px;
}
.technology-detail .download-message {
	box-shadow: 0px 10px 20px 0px rgba(40, 40, 40, 0.1);
	padding: 35px 40px 30px;
	background: url(../../../../images/technology/version/2022/download.png) no-repeat;
	background-size: cover;
	margin-bottom: 38px;
	position: relative;
}
.technology-detail .download-message .download-title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
}
.technology-detail .download-message h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
}
.technology-detail .download-message ul {
	margin-top: 38px;
	overflow: hidden;
	padding-bottom: 5px;
}
.technology-detail .download-message li {
	float: left;
	width: 25%;
	overflow: hidden;
}
.technology-detail .download-message li i {
	float: left;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 2px solid #ddb457;
	text-align: center;
	line-height: 56px;
	font-size: 28px;
	color: #ddb457;
	margin-right: 15px;
}
.technology-detail .download-message li .text {
	overflow: hidden;
	color: #999;
	font-size: 14px;
	padding-top: 8px;
}
.technology-detail .download-message li span {
	display: block;
	font-size: 20px;
	color: #ddb457;
	margin-top: 8px;
}
.technology-detail .download-message dl {
	margin-top: 22px;
	overflow: hidden;
	font-size: 15px;
}
.technology-detail .download-message dt {
	float: left;
	color: #999;
	margin-right: 18px;
	line-height: 1.5;
}
.technology-detail .download-message dd {
	overflow: hidden;
	padding-right: 250px;
	line-height: 1.5;
}
.technology-detail .download-message dd a {
	color: #333;
	display: inline-block;
	position: relative;
}
.technology-detail .download-message dd .offer a {
	padding-bottom: 2px;
	color: #4385f5;
	border-bottom: 1px solid #4385f5;
}
.technology-detail .download-message dd .offer a:hover {
	color: #ff9600;
	border-color: #ff9600;
}
.technology-detail .download-message .download {
	position: absolute;
	right: 80px;
	bottom: 30px;
	padding: 0 35px;
	border-radius: 8px;
	background-color: #32b16c;
	height: 56px;
	line-height: 54px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.technology-detail .download-message .download i {
	font-size: 30px;
	font-weight: normal;
	margin-right: 8px;
	vertical-align: top;
	line-height: 1;
	margin-top: 15px;
	display: inline-block;
}
/* 0725 */
.technology-detail .title {
	position: relative;
}
.Share-3 {
	position: relative !important;
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
	margin-top: -2px;
}
.Share3-bot {
	right: -125px!important;
	left: initial!important;
}
.dialog {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 999999;
}
.dialog .leave-dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 8px;
	width: 620px;
	overflow: hidden;
}
.dialog .leave-dialog .close {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
}
.dialog .leave-dialog .close i {
	font-size: 24px;
}
.dialog .leave-dialog .close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.dialog .leave-dialog .dialog-top {
	padding: 18px 30px;
	background: url(../../../../images/technology/version/2022/dialogTop.png) no-repeat;
	background-size: cover;
	color: #fff;
}
.dialog .leave-dialog .dialog-top .title {
	font-size: 20px;
	font-weight: bold;
}
.dialog .leave-dialog .dialog-top p {
	margin-top: 15px;
	font-size: 13px;
	line-height: 20px;
}
.dialog .leave-dialog .dialog-top p a {
	color: #ff8800;
	font-weight: bold;
	margin: 0 5px;
}
.dialog .dialog-content {
	padding: 20px 30px;
}
.dialog .dialog-content .input-item {
	overflow: hidden;
}
.dialog .dialog-content .input-item .item {
	margin-top: 15px;
	position: relative;
}
.dialog .dialog-content .input-item input {
	height: 40px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 0;
	border: 1px solid #ddd;
	width: 100%;
	font-size: 14px;
	color: #999;
	padding-left: 18px;
}
.dialog .dialog-content .input-item b {
	position: absolute;
	left: 12px;
	font-size: 14px;
	top: 14px;
	color: #999;
	line-height: 1;
}
.dialog .dialog-content .input-item input:focus {
	color: #333;
}
.dialog .dialog-content .input-item input:focus::placeholder {
	color:#fff;
}

.dialog .dialog-content .input-item.two {
	overflow: hidden;
	margin-right: -18px;
}
.dialog .dialog-content .input-item.two .item {
	float: left;
	width: 50%;
	padding-right: 18px;
	box-sizing: border-box;
}
.dialog .dialog-content .input-item img {
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
}
.dialog .dialog-content .input-item .isWrong {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 18px);
	height: 100%;
	border-radius: 4px;
	border: 1px solid #f73e3c;
	color: #f73e3c;
	line-height: 38px;
	background-color: #fff;
	box-sizing: border-box;
	padding-left: 12px;
	font-size: 14px;
}
.dialog .dialog-content .input-item .isWrong#code {
	width: 100%;
}
.dialog .dialog-content .radio-item,.dialog .dialog-content .check-item {
	margin-top: 15px;
	font-size: 14px;
	overflow: hidden;
}
.dialog .dialog-content .radio-item .item,.dialog .dialog-content .check-item .item {
	min-width: 88px;
	float: left;
	margin-right: 20px;
	margin-top: 18px;
}
.dialog .dialog-content .radio-item input {
	margin-right: 10px;
	width: 16px;
	height: 16px;
	vertical-align: top;
}
.dialog .dialog-content .check-item input {
	margin-right: 8px;
	width: 16px;
	height: 16px;
	vertical-align: top;
}
.dialog .dialog-content .btn {
	margin-top: 15px;
}
.dialog .dialog-content .btn button {
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #ff8800;
	background-color: #ff8800;
	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;
}
.dialog .dialog-content .btn button:hover {
	background-color: #fff;
	color: #ff8800;
}
/* 0816 */
.technology-detail{
	position: relative;
	padding-bottom: 30px;
}
.technology-detail .data {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 272px;
	font-size: 0;
}
.Share-2 {
	left: 0;
	right: 0;
}
.Share-2 .wx-bot {
	bottom: initial !important;
}
.dialog .leave-dialog .Tips {
	width: 100%;
	clear: both;
	line-height: 18px;
	margin-top: 5px;
	font-size: 12px;
	color: #fd8e35;
	float: left;
	display: none;
}
.dialog .leave-dialog .Tips i {
	font-size: 14px;
	margin-right: 6px;
	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
}
.dialog .leave-dialog .Tips.error {
	color: #f36a6e;
}
@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w{
		width: 998px;
	}
	.technology-detail .download-message dd {
		padding-right: 160px;
	}
	.main .left {
		width: 698px;
	}
	.right-item {
		padding-left: 98px;
	}
	.technology-detail .download-message {
		padding: 25px 30px 25px;
	}
	.technology-detail .download-message .download-title {
		font-size: 20px;
	}
	.technology-detail .download-message h1{
		font-size: 20px;
	}
	.technology-detail .download-message ul {
		margin-top: 30px;
	}
	.technology-detail .download-message li i {
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 16px;
		margin-right: 7px;
	}
	.technology-detail .download-message li .text {
		font-size: 12px;
		padding-top: 4px;
	}
	.technology-detail .download-message li span {
		font-size: 14px;
		margin-top: 5px;
	}
	.technology-detail .download-message dl {
		margin-top: 22px;
		font-size: 13px;
	}
	.technology-detail .download-message .download {
		right: 32px;
		bottom: 25px;
		padding: 0 26px;
		height: 46px;
		line-height: 44px;
		font-size: 16px;
	}
	.technology-detail .download-message .download i {
		font-size: 22px;
		margin-right: 7px;
		margin-top: 13px;
	}
	.right-bar li.notext .bar-top a {
		padding: 12px 0 !important;
	}
	.code-item {
		top: auto !important;
		bottom: 0;
	}
	.Share3-bot {
		right: 0px !important;
	}
	.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: 340px;
		margin-left: 38px;
		margin-top: 10px;
		height: 30px;
	}
	.selectTop p {
		font-size: 12px;
		line-height: 16px;
		text-indent: 8px;
		margin-top: 8px;
	}
	.selectTop i {
		top: 5px;
		right: 6px;
		border-width: 4px 4px 0 4px;
	}
	.searchSelect {
		width: 76px;
		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 24px;
		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;
	}
	.public-title .more {
		font-size: 14px;
	}
	.share-box {
		padding-right: 38px;
		margin-top: 134px;
		margin-right: 25px;
	}
	.main {
		margin-top: 35px;
	}
	.top {
		padding-bottom: 20px;
	}
	.right-text {
		margin-top: 17px;
		width: 240px;
	}
	.nav {
		height: 52px;
		line-height: 52px;
	}
	.right-text a {
		font-size: 15px;
	}
	.location {
		margin-top: 20px;
	}
	.location p {
		font-size: 13px;
	}
	.location p i {
		margin-right: 7px;
		margin-top: -2px;
	}
	.main .right {
		width: 270px;
		margin-left: 30px;
	}
	.fixed-box {
		width: 270px;
		max-height: 600px;
	}
	.company-box {
		padding: 20px 12px 25px;
	}
	.company-box .name .image {
		width: 60px;
		height: 60px;
		margin-right: 12px;
	}
	.company-box .name p {
		font-size: 14px;
		line-height: 22px;
		height: 44px;
		margin-top: 10px;
	}
	.company-box .btn a {
		font-size: 14px;
		width: 115px;
		height: 36px;
		line-height: 36px;
		margin: 0 5px;
	}
	.main .right .adv-box .item {
		margin-top: 15px;
	}
	.public-title p {
		font-size: 18px;
	}
	.public-title p b {
		width: 4px;
		height: 20px;
		margin-right: 3px;
	}
	.public-title p s {
		width: 4px;
		height: 8px;
		margin-top: 11px;
		margin-right: 6px;
	}
	.company-box .btn {
		margin: 26px -10px 0;
	}
	.recommend-products li .image {
		width: 106px;
		margin-right: 14px;
	}
	.recommend-products li .text p {
		font-size: 14px;
		line-height: 26px;
		height: 52px;
	}
	.recommend-products li .btn a {
		width: 90px;
		height: 30px;
		line-height: 28px;
		font-size: 13px;
	}
	.recommend-products li {
		margin-top: 15px;
	}
	.recommend-products li .btn {
		margin-top: 20px;
	}
	.technology-detail .title h2 {
		font-size: 23px;
	}
	.technology-detail .title h1{
		font-size: 23px;
	}
	.technology-detail .title .data span {
		font-size: 14px;
	}
	.technology-detail .title .data span i {
		font-size: 12px;
		margin-top: 2px;
	}
	.technology-detail .title .data {
		font-size: 14px;
		margin-top: 25px;
	}
	.right-bar {
		right: 15px;
	}
	.comBox {
		right: 85px;
	}

	.foot-img li {
		width: 55px;
		height: 22px;
		margin-right: 5px;
	}
	.foot-nav p {
		font-size: 12px;
		line-height: 24px;
	}
	.footer {
		min-width: 1060px;
		margin-top: 50px;
		padding: 40px 0 0 0;
	}
	.foot-nav {
		width: 400px;
	}
	.hot-line > b {
		font-size: 26px;
	}
	.hot-line span {
		font-size: 12px;
		line-height: 24px;
	}
	.qr-code {
		padding-top: 10px;
	}
	.foot-txt li{
		font-size: 12px;
	}
	.hot-line {
		width: 223px;
		margin-left: 100px;
		height: 235px;
	}
	.hot-line p{
		font-size: 12px;
	}
	.qr-code li{
		padding: 0 0 0 20px;
	}
	.qr-code li span {
		width: 120px;
		height: 120px;
	}
	.qr-code li p{
		font-size: 12px;
	}
	.course-list li .item p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 7px;
	}
	.interview--hot ul li {
		margin-top: 12px;
	}
	.qr-code h2 {
		padding-left: 20px;
	}
	.qr-code li span {
		width: 101px;
		height: 101px;
	}
	.footer {
		padding: 27px 0 0;
	}
	.right-bar li .bar-top {
		padding: 8px 0 !important;
	}
}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1188px;
	}
	.technology-detail .download-message dd {
		padding-right: 160px;
	}
	.main .left {
		width: 813px;
	}
	.technology-detail .download-message {
		padding: 25px 30px 25px;
	}
	.technology-detail .download-message .download-title {
		font-size: 24px;
	}
	.technology-detail .download-message h1{
		font-size: 24px;
	}
	.technology-detail .download-message ul {
		margin-top: 30px;
	}
	.technology-detail .download-message li i {
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 18px;
		margin-right: 8px;
	}
	.technology-detail .download-message li .text {
		font-size: 13px;
		padding-top: 5px;
	}
	.technology-detail .download-message li span {
		font-size: 14px;
		margin-top: 7px;
	}
	.technology-detail .download-message dl {
		margin-top: 22px;
		font-size: 13px;
	}
	.technology-detail .download-message .download {
		right: 38px;
		bottom: 25px;
		padding: 0 26px;
		height: 46px;
		line-height: 44px;
		font-size: 16px;
	}
	.technology-detail .download-message .download i {
		font-size: 22px;
		margin-right: 7px;
		margin-top: 13px;
	}
	.code-item {
		top: auto !important;
		bottom: 0;
	}
	.right-bar li.notext .bar-top a {
		padding: 12px 0 !important;
	}
	.right-bar li .bar-top {
		padding: 8px 0 !important;
	}
	.Share3-bot {
		right: -16px !important;
	}
	.hot-line p {
		font-size: 13px;
	}
	.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: 21px;
		text-indent: 8px;
		margin-top: 7px;
	}
	.selectTop i {
		top: 8px;
		right: 6px;
		border-width: 4px 4px 0 4px;
	}
	.searchSelect {
		width: 76px;
		height: 38px;
	}
	.search input {
		width: calc(100% - 76px - 72px);
		height: 34px;
		font-size: 12px;
		text-indent: 8px;
	}
	.search button {
		height: 38px;
		width: 75px;
		font-size: 14px;
	}
	.search button i {
		margin-right: 7px;
		margin-top: 3px;
		font-size: 14px;
	}
	.nav li a {
		padding: 0 29px;
		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;
	}
	.public-title .more {
		font-size: 14px;
	}
	.share-box {
		padding-right: 38px;
		margin-top: 134px;
		margin-right: 25px;
	}
	.main {
		margin-top: 35px;
	}
	.right-text {
		margin-top: 20px;
		width: 260px;
	}
	.nav {
		height: 52px;
		line-height: 52px;
	}
	.location {
		margin-top: 20px;
	}
	.location p {
		font-size: 13px;
	}
	.location p i {
		margin-right: 7px;
		margin-top: -2px;
	}
	.main .right {
		width: 330px;
		margin-left: 45px;
	}
	.fixed-box {
		width: 330px;
		max-height: 666px;
	}
	.company-box .name .image {
		width: 70px;
		height: 70px;
		margin-right: 15px;
	}
	.company-box .name p {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
		margin-top: 12px;
	}
	.company-box .btn a {
		font-size: 15px;
		width: 134px;
		height: 40px;
		line-height: 40px;
	}
	.company-box .btn {
		margin: 26px -10px 0;
	}
	.recommend-products li .image {
		width: 106px;
		margin-right: 14px;
	}
	.recommend-products li .text p {
		font-size: 14px;
		line-height: 26px;
		height: 52px;
	}
	.recommend-products li .btn a {
		width: 90px;
		height: 30px;
		line-height: 28px;
		font-size: 13px;
	}
	.recommend-products li {
		margin-top: 15px;
	}
	.recommend-products li .btn {
		margin-top: 20px;
	}
	.technology-detail .title h2 {
		font-size: 27px;
	}
	.technology-detail .title h1 {
		font-size: 27px;
	}
	.technology-detail .title .data {
		font-size: 14px;
		margin-top: 25px;
	}
	.right-bar {
		right: 15px;
	}
	.comBox {
		right: 85px;
	}

	.footer {
		min-width: 1260px;
		margin-top: 50px;
	}
	.foot-nav {
		width: 540px;
	}
	.foot-img li {
		width: 78px;
		height: 31px;
		margin-right: 7px;
	}
	.foot-img li a {
		height: 31px;
	}
	.hot-line {
		width: 235px;
		margin-left: 80px;
	}
	.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: 1400px) and (max-width:1599px){
	.w{
		width: 1260px;
	}
	.technology-detail .download-message dd {
		padding-right: 160px;
	}
	.main .left {
		width: 885px;
	}
	.technology-detail .download-message {
		padding: 25px 30px 25px;
	}
	.technology-detail .download-message .download-title {
		font-size: 24px;
	}
	.technology-detail .download-message h1{
		font-size: 24px;
	}
	.technology-detail .download-message ul {
		margin-top: 30px;
	}
	.technology-detail .download-message li i {
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 22px;
		margin-right: 10px;
	}
	.technology-detail .download-message li .text {
		font-size: 13px;
		padding-top: 7px;
	}
	.technology-detail .download-message li span {
		font-size: 15px;
		margin-top: 7px;
	}
	.technology-detail .download-message dl {
		margin-top: 22px;
		font-size: 13px;
	}
	.technology-detail .download-message .download {
		right: 58px;
		bottom: 25px;
		padding: 0 26px;
		height: 46px;
		line-height: 44px;
		font-size: 16px;
	}
	.technology-detail .download-message .download i {
		font-size: 22px;
		margin-right: 7px;
		margin-top: 13px;
	}

	.Share3-bot {
		right: -65px !important;
	}
	.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 {
		margin-top: 22px;
	}
	.search {
		width: 470px;
		margin-left: 50px;
		margin-top: 12px;
		height: 38px;
	}
	.selectTop p {
		font-size: 13px;
		line-height: 24px;
		text-indent: 8px;
		margin-top: 7px;
	}
	.searchSelect {
		width: 82px;
		height: 38px;
	}
	.search input {
		width: calc(100% - 88px - 82px);
		height: 38px;
		font-size: 14px;
	}
	.search button {
		height: 42px;
		width: 88px;
		font-size: 15px;
	}
	.search button i {
		margin-right: 7px;
		margin-top: 3px;
		font-size: 14px;
	}
	.nav li a {
		padding: 0 31px;
		font-size: 16px;
	}
	.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;
	}
	.main {
		margin-top: 35px;
	}
	.top {
		padding-bottom: 20px;
	}
	.nav {
		height: 52px;
		line-height: 52px;
	}
	.location {
		margin-top: 20px;
	}
	.location p {
		font-size: 13px;
	}
	.location p i {
		margin-right: 7px;
		margin-top: -2px;
	}
	.main .right {
		width: 330px;
		margin-left: 45px;
	}
	.fixed-box {
		width: 330px;
		max-height: 666px;
	}
	.company-box .name .image {
		width: 70px;
		height: 70px;
		margin-right: 15px;
	}
	.company-box .name p {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
		margin-top: 12px;
	}
	.company-box .btn a {
		font-size: 15px;
		width: 134px;
		height: 40px;
		line-height: 40px;
	}
	.company-box .btn {
		margin: 26px -10px 0;
	}
	.recommend-products li .image {
		width: 106px;
		margin-right: 14px;
	}
	.recommend-products li .text p {
		font-size: 14px;
		line-height: 26px;
		height: 52px;
	}
	.recommend-products li .btn a {
		width: 90px;
		height: 30px;
		line-height: 28px;
		font-size: 13px;
	}
	.recommend-products li {
		margin-top: 15px;
	}
	.recommend-products li .btn {
		margin-top: 20px;
	}
	.technology-detail .title h2 {
		font-size: 30px;
	}
	.technology-detail .title h1 {
		font-size: 30px;
	}
	.technology-detail .title .data {
		font-size: 14px;
		margin-top: 25px;
	}
	.right-bar {
		right: 15px;
	}
	.comBox {
		right: 85px;
	}

	.footer {
		min-width: 1260px;
		margin-top: 60px;
	}
	.foot-nav {
		width: 540px;
	}
	.foot-img li {
		width: 78px;
		height: 31px;
		margin-right: 7px;
	}
	.foot-img li a {
		height: 31px;
	}
	.hot-line {
		width: 235px;
		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: 1600px) and (max-width:1919px){
	.w{
		width: 1420px;
	}
	.right-text a {
		font-size: 18px;
	}
	.main .left {
		width: 1012px;
	}
	.technology-detail .download-message .download-title {
		font-size: 26px;
	}
	.technology-detail .download-message h1{
		font-size: 26px;
	}
	.technology-detail .download-message li i {
		width: 52px;
		height: 52px;
		line-height: 52px;
		font-size: 26px;
		margin-right: 12px;
	}
	.technology-detail .download-message li span {
		font-size: 18px;
		margin-top: 8px;
	}
	.technology-detail .download-message dl {
		font-size: 14px;
	}
	.technology-detail .download-message .download {
		right: 74px;
		bottom: 30px;
		padding: 0 32px;
		height: 52px;
		line-height: 50px;
		font-size: 17px;
	}
	.technology-detail .download-message .download i {
		font-size: 26px;
		margin-right: 8px;
		margin-top: 13px;
	}
	.headerNav p {
		width: 1420px;
	}
	.top .logo {
		height: 68px;
		width: auto;
	}
	.right-adv {
		width: 335px;
	}
	.search {
		width: 548px;
		margin-left: 70px;
	}
	.nav li a {
		padding: 0 37px;
		font-size: 17px;
	}
	.top {
		padding-bottom: 25px;
	}
	.main .right {
		width: 352px;
		margin-left: 56px;
	}
	.fixed-box {
		width: 352px;
		max-height: 740px;
	}
	.company-box .name .image {
		width: 80px;
		height: 80px;
		margin-right: 18px;
	}
	.company-box .name p {
		font-size: 18px;
	}
	.company-box .btn a {
		font-size: 16px;
		width: 146px;
		height: 44px;
		line-height: 44px;
	}
	.company-box .btn {
		margin: 26px -10px 0;
	}
	.recommend-products li .image {
		width: 115px;
	}
	.recommend-products li .btn {
		margin-top: 20px;
	}
	.technology-detail .title h2 {
		font-size: 34px;
	}
	.technology-detail .title h1 {
		font-size: 34px;
	}
	.technology-detail .title .data {
		font-size: 14px;
		margin-top: 25px;
	}
	.right-bar {
		right: 15px;
	}
	.comBox {
		right: 85px;
	}
	.footer {
		margin-top: 60px;
	}
	.hot-line {
		margin-left: 160px;
	}


}
@media only screen and (min-width:1920px){
	.w{
		width: 1560px;
	}
	.right-text a {
		font-size: 18px;
	}
}
@media only screen and (max-width:1024px){
	.w{
		width: 998px;
	}
	.technology-detail .download-message dd {
		padding-right: 160px;
	}
	.main .left {
		width: 698px;
	}
	.right-item {
		padding-left: 98px;
	}
	.technology-detail .download-message {
		padding: 25px 30px 25px;
	}
	.technology-detail .download-message .download-title {
		font-size: 20px;
	}
	.technology-detail .download-message h1{
		font-size: 20px;
	}
	.technology-detail .download-message ul {
		margin-top: 30px;
	}
	.technology-detail .download-message li i {
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 16px;
		margin-right: 7px;
	}
	.technology-detail .download-message li .text {
		font-size: 12px;
		padding-top: 4px;
	}
	.technology-detail .download-message li span {
		font-size: 14px;
		margin-top: 5px;
	}
	.technology-detail .download-message dl {
		margin-top: 22px;
		font-size: 13px;
	}
	.technology-detail .download-message .download {
		right: 32px;
		bottom: 25px;
		padding: 0 26px;
		height: 46px;
		line-height: 44px;
		font-size: 16px;
	}
	.technology-detail .download-message .download i {
		font-size: 22px;
		margin-right: 7px;
		margin-top: 13px;
	}
	.code-item {
		top: auto !important;
		bottom: 0;
	}
	.right-bar li .bar-top {
		padding: 8px 0 !important;
	}
	.right-bar li.notext .bar-top {
		padding: 12px 0 !important;
	}
	.Share3-bot {
		right: 0px !important;
	}
	.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: 340px;
		margin-left: 38px;
		margin-top: 10px;
		height: 30px;
	}
	.selectTop p {
		font-size: 12px;
		line-height: 16px;
		text-indent: 8px;
		margin-top: 8px;
	}
	.selectTop i {
		top: 5px;
		right: 6px;
		border-width: 4px 4px 0 4px;
	}
	.searchSelect {
		width: 76px;
		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 24px;
		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;
	}
	.public-title .more {
		font-size: 14px;
	}
	.share-box {
		padding-right: 38px;
		margin-top: 134px;
		margin-right: 25px;
	}
	.main {
		margin-top: 35px;
	}
	.top {
		padding-bottom: 20px;
	}
	.right-text {
		margin-top: 17px;
		width: 246px;
	}
	.nav {
		height: 52px;
		line-height: 52px;
	}
	.right-text a {
		font-size: 15px;
	}
	.location {
		margin-top: 20px;
	}
	.location p {
		font-size: 13px;
	}
	.location p i {
		margin-right: 7px;
		margin-top: -2px;
	}
	.main .right {
		width: 270px;
		margin-left: 30px;
	}
	.fixed-box {
		width: 270px;
		max-height: 600px;
	}

	.company-box {
		padding: 20px 12px 25px;
	}
	.company-box .name .image {
		width: 60px;
		height: 60px;
		margin-right: 12px;
	}
	.company-box .name p {
		font-size: 14px;
		line-height: 22px;
		height: 44px;
		margin-top: 10px;
	}
	.company-box .btn a {
		font-size: 14px;
		width: 115px;
		height: 36px;
		line-height: 36px;
		margin: 0 5px;
	}
	.main .right .adv-box .item {
		margin-top: 15px;
	}
	.public-title p {
		font-size: 18px;
	}
	.public-title p b {
		width: 4px;
		height: 20px;
		margin-right: 3px;
	}
	.public-title p s {
		width: 4px;
		height: 8px;
		margin-top: 11px;
		margin-right: 6px;
	}
	.company-box .btn {
		margin: 26px -10px 0;
	}
	.recommend-products li .image {
		width: 106px;
		margin-right: 14px;
	}
	.recommend-products li .text p {
		font-size: 14px;
		line-height: 26px;
		height: 52px;
	}
	.recommend-products li .btn a {
		width: 90px;
		height: 30px;
		line-height: 28px;
		font-size: 13px;
	}
	.recommend-products li {
		margin-top: 15px;
	}
	.recommend-products li .btn {
		margin-top: 20px;
	}
	.technology-detail .title h2 {
		font-size: 25px;
	}
	.technology-detail .title h1 {
		font-size: 25px;
	}
	.technology-detail .title .data span {
		font-size: 14px;
	}
	.technology-detail .title .data span i {
		font-size: 12px;
		margin-top: 2px;
	}
	.technology-detail .title .data {
		font-size: 14px;
		margin-top: 25px;
	}
	.right-bar {
		right: 15px;
	}
	.comBox {
		right: 85px;
	}

	.foot-img li {
		width: 55px;
		height: 22px;
		margin-right: 5px;
	}
	.foot-nav p {
		font-size: 12px;
		line-height: 24px;
	}
	.footer {
		min-width: 1060px;
		margin-top: 50px;
		padding: 40px 0 0 0;
	}
	.foot-nav {
		width: 400px;
	}
	.hot-line > b {
		font-size: 26px;
	}
	.hot-line span {
		font-size: 12px;
		line-height: 24px;
	}
	.qr-code {
		padding-top: 10px;
	}
	.foot-txt li{
		font-size: 12px;
	}
	.hot-line {
		width: 223px;
		margin-left: 100px;
		height: 235px;
	}
	.hot-line p{
		font-size: 12px;
	}
	.qr-code li{
		padding: 0 0 0 20px;
	}
	.qr-code li span {
		width: 120px;
		height: 120px;
	}
	.qr-code li p{
		font-size: 12px;
	}
	.course-list li .item p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 7px;
	}
	.interview--hot ul li {
		margin-top: 12px;
	}
	.qr-code h2 {
		padding-left: 20px;
	}
	.qr-code li span {
		width: 101px;
		height: 101px;
	}
	.footer {
		padding: 27px 0 0;
	}
}
