@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;
}
.wujin {
	font-family: "bf" !important;
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	line-height: 1;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.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 #ed5736
}

.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 #ed5736
}

.input__radio label::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #ed5736;
	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 #ed5736
}

.input__checkbox label::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 4px;
	background: transparent;
	top: 2px;
	left: 2px;
	border: 2px solid #ed5736;
	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,.w1560,.footer .main {
	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: #ed5736;
}

.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: #ed5736;
}

.header .left ul li:nth-child(even) a,
.header .item ul li:nth-child(even) a:hover {
	color: #fff;
	background-color: #ed5736;
	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: #ed5736;
}

.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: #ed5736;
}
.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: #ed5736;
}
/* 20240424 */
.lyHeader_mobile {
	margin: 0 auto;
	position: relative;
  }
  
  .lyHeader_mobile p {
	position: absolute;
	top: -40px;
	right: 0;
  }
  
  .lyHeader_mobile p a {
	display: block;
	height: 40px;
	line-height: 38px;
	color: #ed5736;
	font-size: 14px;
  }
  
  .lyHeader_mobile p a img {
	display: inline-block;
	width: 10px;
	height: 14px;
	vertical-align: middle;
	margin: -2px 5px 0 0;
  }
  
  .lyHeader_mobile .lyHeader_mobilePop {
	display: none;
	background-color: #fff;
	padding: 10px 0;
	box-shadow: 0 0 7px 0 rgba(151, 133, 106, 0.2);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
  }
  
  .lyHeader_mobile:hover .lyHeader_mobilePop {
	display: block;
  }
  
  .lyHeader_mobilePop dl {
	width: 240px;
  }
  
  .lyHeader_mobilePop dl dd {
	width: 120px;
	height: auto;
	padding: 0 10px;
	float: left;
  }
  
  .lyHeader_mobilePop dl dd img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
  }
  
  .lyHeader_mobilePop dl dd span {
	display: block;
	width: 100%;
	height: 18px;
	overflow: hidden;
	line-height: 18px;
	color: #666;
	font-size: 14px;
	text-align: center;
  }
/*lyTop start*/
.lyTop {
	margin: 26px auto;
  }
  
  .lyTop .lyTop_left {
	float: left;
  }
  
  .lyTop_left .lyTop_logo {
	height: 86px;
	margin: 0 16px 0 0;
	float: left;
  }
  
  .lyTop_logo a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 86px;
	overflow: hidden;
  }
  
  .lyTop_left .lyTop_pageName {
	height: 46px;
	margin: 20px 0;
	padding-left: 16px;
	border-left: 1px solid #e6e6e6;
	float: left;
  }
  
  .lyTop_pageName img {
	vertical-align: top;
  }
  
  .lyTop .lyTop_search {
	width: 37.3%;
	margin: 18px 0 18px 140px;
	float: left;
  }
  
  .lyTop_search form {
	background-color: #f3f3f3;
	border-radius: 2px;
  }
  
  .lyTop_search form .searchSelect {
	width: 74px;
	height: 100%;
	position: relative;
	float: left;
  }
  
  .lyTop_search form .searchSelect::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 24px;
	background-color: #e6e6e6;
  }
  
  .lyTop_search form .searchSelect .selectTop {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	font-size: 0;
  }
  
  .lyTop_search form .searchSelect .selectTop p {
	font-size: 15px;
	line-height: 50px;
	display: inline-block;
  }
  
  .lyTop_search form .searchSelect .selectTop i {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #333 transparent transparent transparent;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	cursor: pointer;
	vertical-align: top;
	margin-top: 23px;
	margin-left: 5px;
  }
  
  .lyTop_search form .searchSelect .selectTop.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  
  .lyTop_search form .searchSelect .selectBot {
	width: 100%;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	top: 50px;
	left: 0;
	z-index: 99;
	display: none;
  }
  
  .lyTop_search form .searchSelect .selectBot li {
	line-height: 32px;
	font-size: 14px;
	text-align: center;
  }
  
  .lyTop_search form .searchSelect .selectBot li:hover {
	background-color: #ed5736;
	color: #fff;
	cursor: pointer;
  }
  
  .lyTop_search form input {
	display: block;
	width: calc(100% - 174px);
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 15px;
	padding: 0 15px;
	border: 0;
	background: none;
	outline: none;
	float: left;
  }
  
  .lyTop_search form input::placeholder {
	color: #aaa;
	opacity: 1;
  }
  
  .lyTop_search form button {
	width: 100px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #ed5736;
	border: 0;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	float: right;
  }
  
  .lyTop_search form button:hover {
	background-color: #ff9a22;
  }
  
  .lyTop .lyTop_adv {
	width: 380px;
	height: 80px;
	margin: 3px 0;
	float: right;
  }
  
  .lyTop_adv a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
  }
  
  .lyTop_adv a img {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
  }
  
  .lyTop_adv a i {
	width: 24px;
	height: 12px;
	overflow: hidden;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
  }
  
  /*lyTop end*/
/*lyNav start*/
.lyNav {
	background-color: #ed5736;
  }
  
  .lyNav ul {
	margin: 0 auto;
  }
  
  .lyNav ul li {
	float: left;
  }
  
  .lyNav ul li a {
	display: block;
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-size: 18px;
	padding: 0 36px;
	background-color: #ed5736;
  }
  
  .lyNav ul li a:hover,
  .lyNav ul li a.focus {
	background-color: #ff9a22;
  }
  
/*lyNav end*/
/* location */
.location {
	line-height: 52px;
    font-size: 16px;
}
.location .w{
	border-bottom: 1px solid #f5f5f5;
}
.location span i {
	color: #ea5404;
	vertical-align: top;
	margin-top: 18px;
    margin-right: 5px;
    font-size: 18px;
}
.location a {
	color: #333;
	margin: 0 5px;
}
.location a:hover {
	color: #ea5404;
}
/* end */
.main {
	margin-top: 30px;
}
.main .w {
	overflow: hidden;
}
.main .right {
	width: 360px;
	float: right;
	margin-left: 40px;
}
.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: #ed5736;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.company-box .btn a.inquiry {
	background-color: rgba(237,87,54,.1);
	color: #ed5736;
}
.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;
	padding: 20px 0;
}
.public-title p {
	font-size: 22px;
	font-weight: bold;
}
.public-title p b {
	display: inline-block;
	width: 6px;
	height: 24px;
	background-color: #ed5736;
	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;
}
.main .right .public-title p i {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: 0px;
}
.main .right .public-title p i img {
	display: inline-block;
	vertical-align: top;
}
.public-title .more:hover {
	color: #ed5736;
}
.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: #ed5736;
}
.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 {
	overflow: hidden;
}
.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 #ed5736;
	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;
	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;
}

.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: #ed5736;
}
.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 #ed5736;
	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:#ed5736;
	font-size: 12px;
	padding: 0px 8px;
	width: 94px;
}
.comBox ul li{
	width: 106px;
	height: 80px;
	border: 1px solid #ed5736;
	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: #ed5736 url(../../../../images/proCompla.png) no-repeat 0 -177px;
}
.comBox .btn{
	border: 1px solid #ed5736;
	border-top: 0;
	height: 58px;
	font-family: "microsoft yahei";
}
.comBox .btn a{
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background: #ed5736;
	text-align: center;
	margin: 0 auto;
	border-radius: 2px;
}
.comBox ul li.pro:hover{
	border: 1px dashed #ed5736;
}
.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: #ed5736;
	display: inline;
	line-height: 32px;
}
.copr {
	background-color: #f5f5f5;
	padding: 15px 20px;
}
.copr h3 {
	font-size: 18px;
	color: #ea816a;
}
.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: #ed5736;
}
.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 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: #ed5736;
	border-bottom: 1px solid #ed5736;
}
.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;
}
.technology-detail .Share3-bot .code-left {
	box-sizing: content-box;
}
.Share3-bot .Share-code {
	box-sizing: content-box;
}
.technology-detail .Share-3 .code-right .code-logo {
	width: 58px;
	height: 32px;
}
/* 20240425 */
/* lyPartRight_main */
.lyPartRight_main {
	padding: 22px;
	background-color: #f5f5f5;
  }
  
  .lyPart1Right_top a {
	display: block;
	height: 213px;
	overflow: hidden;
	background: url(../../../../images/technology/version/2024/part1-right-01.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 10px;
	position: relative;
  }
  
  .lyPart1Right_top a img {
	display: block;
	width: 100%;
  }
  
  .lyPart1Right_top a::after {
	content: "";
	display: block;
	width: 60px;
	height: 68px;
	background: url(../../../../images/technology/version/2024/part1-right-02.png) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
  }
  
  .lyPart1Right_top a i.play {
	display: block;
	height: 68px;
	width: 68px;
	overflow: hidden;
	background: url(../../../../images/technology/version/2024/part-play1.png) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }
  
  .lyPart1Right_top span {
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	background-color: rgba(0, 0, 0, .7);
	padding: 0 100px 0 10px;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
  }
  
  .lyPart1Right_top span mark {
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	border-radius: 2px;
	position: absolute;
	right: 10px;
	top: 9px;
  }
  
  .lyPart1Right_top span mark.living {
	background-color: #ed5736;
  }
  
  .lyPart1Right_top span mark i {
	display: none;
	width: 20px;
	height: 20px;
	margin: 5px 5px 0 0;
	background: url(https://public.mtnets.com/Images/public/zhibo-icon.gif) center center no-repeat;
	background-size: 100% 100%;
	vertical-align: top;
  }
  
  .lyPart1Right_top span mark.living i {
	display: inline-block;
  }
  
  .lyPart1Right_middle {
	margin: 10px auto;
  }
  
  .lyPart1Right_middle ul li {
	padding-left: 30px;
	position: relative;
  }
  
  .lyPart1Right_middle ul li i {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: -10px 0 0;
	background: url(../../../../images/technology/version/2024/part-play.png) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 0;
  }
  
  .lyPart1Right_middle ul li a {
	display: block;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 16px;
  }
  
  .lyPart1Right_middle ul li:hover a {
	color: #ed5736;
  }
  .lyPart1Right_bottom {
	margin: 0 auto;
  }
  
  .lyPart1Right_bottom ul li {
	width: 50%;
	padding: 0 8px 0 0;
	float: left;
  }
  
  .lyPart1Right_bottom ul li:nth-child(2) {
	padding: 0 0 0 8px;
  }
  
  .lyPart1Right_bottom ul li .lyPart1Right_img {
	height: 96px;
	margin: 0 auto 10px;
  }
  
  .lyPart1Right_bottom ul li .lyPart1Right_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
  }
  
  .lyPart1Right_bottom ul li .lyPart1Right_img a img {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
  }
  
  .lyPart1Right_bottom ul li:hover .lyPart1Right_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
  }
  
  .lyPart1Right_bottom ul li .lyPart1Right_img a mark {
	height: 28px;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
	padding: 0 12px;
	background-color: #2b82d9;
	position: absolute;
	top: 8px;
	right: 8px;
  }
  
  .lyPart1Right_bottom ul li p {
	margin: 0 auto;
  }
  
  .lyPart1Right_bottom ul li p a {
	display: block;
	height: 44px;
	overflow: hidden;
	line-height: 22px;
	color: #333;
	font-size: 16px;
  }
  
  .lyPart1Right_bottom ul li:hover p a {
	color: #ed5736;
  }
  .main .right .public-title {
	padding: 20px 0;
}	

/* end */
.company-video .image {
	height: 0;
	padding-bottom: 56.2%;
	overflow: hidden;
	margin-top: 14px;
}
.company-video .image img {
	max-height: none;
	width: 100%;
}
.company-video .text {
	background: #d14d07 url(../../../../images/technology/version/2022/videobg.png) no-repeat right bottom;
	padding: 12px 15px 15px;
	color: #fff;
	font-size: 14px;
}
.company-video .text p {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.company-video .text p a {
	color: #fff;
	display: inline-block;
	max-width: calc(100% - 44px);
}
.company-video .text p mark {
	display: inline-block;
	height: 20px;
	line-height: 18px;
	border-radius: 2px;
	background-color: #ff7f24;
	font-size: 14px;
	padding: 0 5px;
	color: #fff;
	vertical-align: top;
	margin-left: 5px;
}
.company-video .text span {
	display: block;
	margin-top: 12px;
}
.company-video .text b {
	font-weight: normal;
	padding-left: 10px;
	margin-left: 10px;
	position: relative;
}
.company-video .text b::after {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	height: 14px;
	width: 1px;
	background-color: #838383;
}
.comment-products {
	margin-top: 12px;
	background-color: #f7f7f7;
	padding: 18px;
}
.comment-products li {
	overflow: hidden;
	margin-top: 15px;
}
.comment-products li:first-child {
	margin-top: 0;
}
.comment-products .image {
	float: left;
	width: 78px;
	margin-right: 15px;	
}
.comment-products .image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}
.comment-products .image img {
	max-height: none;
	width: 100%;
}
.comment-products .text {
	overflow: hidden;
}
.comment-products .text p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.comment-products .text p a {
	color: #333;
}
.comment-products .text p a:hover {
	color: #ea5404;
}
.comment-products .text span {
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 12px;
}
.company-directories {
	margin-top: 14px;
	background: -moz-linear-gradient( -50deg, rgb(215,227,239) 0%, rgb(232,240,249) 51%, rgb(215,227,239) 100%);
	background: -webkit-linear-gradient( -50deg, rgb(215,227,239) 0%, rgb(232,240,249) 51%, rgb(215,227,239) 100%);
	background: -ms-linear-gradient( -50deg, rgb(215,227,239) 0%, rgb(232,240,249) 51%, rgb(215,227,239) 100%);
	padding: 12px;
}
.company-directories .item {
	background: url(../../../../images/technology/version/2022/companybg.png) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.company-directories .image {
	width: 154px;
	float: left;
	text-align: center;
	margin-right: 15px;
	padding: 0 12px;
	line-height: 175px;
	box-sizing: border-box;
}
.company-directories .text {
	overflow: hidden;
}
.company-directories .text p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
}
.company-directories .text .btn {
	margin-top: 18px;
	padding-left: 12px;
}
.company-directories .text .btn a {
	display: inline-block;
	width: 104px;
	height: 32px;
	line-height: 30px;
	border-radius: 16px;
	background-color: #2e73c2;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.company-directories .text .btn a.orange-btn {
	background-color: #ff7f24;
}
.company-active {
	margin-top: 12px;
	background-color: #f7f7f7;
	padding: 22px 18px;
}
.company-active li {
	margin-top: 20px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	font-size: 16px;
}
.company-active li:first-child {
	margin-top: 0;
}
.company-active li i {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #ea5404;
	margin-right: 6px;
	vertical-align: top;
	margin-top: 8px;
}
.company-active li a {
	color: #333;
}
.company-active li a:hover {
	color: #ea5404;
}
.comment-expo {
	margin-top: 14px;
	background-color: #f7f7f7;
	padding-bottom: 20px;
}
.comment-expo .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.comment-expo .image img {
	max-height: none;
	width: 100%;
}
.comment-expo .text {
	padding: 0 20px;
	text-align: center;
}
.comment-expo .text p {
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 15px;
}
.comment-expo .text p a {
	color: #333;
}
.comment-expo .text p a:hover {
	color: #ea5404;
}
.comment-expo .text span {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	color: #999;
	text-align: left;
}
.comment-expo .text span i {
	font-style: normal;
	margin: 0 6px;
}
.comment-expo ul {
	margin: 10px 20px 0;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
.comment-expo li {
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 14px;
}
.comment-expo li a {
	color: #333;
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
}
.comment-expo li a:hover {
	color: #ea5404;
}
.comment-expo li span {
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	border-radius: 2px;
	margin-right: 5px;
	padding: 0 6px;
	background-color: #ea5404;
	color: #fff;
	vertical-align: top;
	margin-top: 2px;
}
.comment-expo li:first-child {
	margin-top: 0;
}
/* recommend-products */
.recommend-products {
	margin-top: 30px;
	background-color: #f5f5f5;
	padding: 25px 0;
	overflow: hidden;
}
.recommend-products .title {
	font-size: 16px;
	font-weight: bold;
}
.products-swiper {
	overflow: hidden;
	margin-top: 12px;
	margin-right: -12px;
	display: none;
}
.products-swiper .swiper-slide {
	width: calc(100% / 8);
}
.products-swiper .swiper-slide .item {
	margin-right: 12px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 12px 15px;
}
.products-swiper .swiper-slide .image {
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.products-swiper .swiper-slide .image img {
	max-height: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.products-swiper .swiper-slide p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.products-swiper .swiper-slide p a {
	color: #333;
}
.products-swiper .swiper-slide p a:hover {
	color: #ff5403;
}
.products-swiper .swiper-slide .item:hover {
	border-color: #c0d3e8;
}
.products-box {
	position: relative;
}
.products-box .swiper-button-next, .products-box .swiper-button-prev {
	width: 20px;
	height: 30px;
	margin-top: -15px;
	background-size: 16px 30px;
}
.products-box .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23999'%2F%3E%3C%2Fsvg%3E");
	left: -32px;
}
.products-box .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999'%2F%3E%3C%2Fsvg%3E");
	right: -32px;
}
.products-box .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff5403'%2F%3E%3C%2Fsvg%3E");
}
.products-box .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff5403'%2F%3E%3C%2Fsvg%3E");
}

/* footer */
.footer{
    margin-top: 20px;
	padding: 28px 0 34px;
	overflow: hidden;
    background-color: #282828;
    position: relative;
}
.footer .main{
    position: relative;
	margin-top: 0;
}
.footer .main .left{
	width: 70%;
	float: left;
    position: relative;
    z-index: 9;
}
.footer .left p {
	font-size: 16px;
	line-height: 30px;
	color: #e7e7e7;
}
.footer .left p a {
	color: #e7e7e7;
	padding: 0 12px;
	display: inline-block;
	line-height: 1;
	border-right: 1px solid #444444;
}
.footer .left p a:first-child {
	padding-left: 0;
}
.footer .left p a:last-child{
	border:none;
}
.footer .left p a:hover{
	color: #ed5736;
}
.footer .left span {
	font-size: 14px;
	line-height: 30px;
	color: #838383;
	display: block;
}
.footer .left span img {
	margin: 7px 15px 0 6px;
	vertical-align: top;
}
.footer ul.footImg {
	margin-top: 8px;
	height: 40px;
	overflow: hidden;
	background: url("../../../../images/Company/version/2024/Publicbg.png") no-repeat 0 0;
}
.footer ul.footImg li {
	width: 110px;
	float: left;
}
.footer ul.footImg li a {
	height: 40px;
	display: block;
}
.footer .main .right{
	margin-left: 0;
	width: 30%;
	float: right;
	overflow: hidden;
    position: relative;
    z-index: 9;
}
.footer .right li{
    width: 148px;
	background-color: #484848;
	border: 8px solid #484848;
	box-sizing: border-box;
    float: left;
}
.footer .right li:last-child{
    margin-left: 60px;
}
.footer .right li .code {
	width: 130px;
	height: 130px;
	padding: 5px;
	background-color: #fff;
}
.footer .right li .code img{
	width: 100%;
	height: 100%;
}
.footer .right li p{
	margin-top: 8px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #e6e6e6;
	text-align: center;
}
.foot{
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	background-color: #222222;
	text-align: center;
}
.foot a{
	color: #868686;
}
.foot img{
	margin: 15px 8px 0 0;
	display: inline-block;
	vertical-align: top;
}
.footer .main::after {
	position: absolute;
	content: "";
    right: -90px;
    top: -120px;
	width: 420px;
	height: 416px;
	background: url(../../../../images/Company/version/2024/footer.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}


@media only screen and (min-width: 1025px) and (max-width:1199px){

	.w,.footer .main,.w1560{
		width: 1080px;
	}
	.technology-detail .download-message dd {
		padding-right: 160px;
	}
	.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 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;
	}
	

	.right-adv {
		width: 265px;
		margin-top: 12px;
	}
	.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: 17px;
		width: 240px;
	}
	.right-text a {
		font-size: 15px;
	}
	.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 .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;
	}
	.course-list li .item p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 7px;
	}
	.interview--hot ul li {
		margin-top: 12px;
	}
	/* 20240425 */
	.lyHeader_left span, .lyHeader_right ul li a, .lyHeader_mobile p a, .lyHeader_mobilePop dl dd span {
		font-size: 13px;
	}
	.lyTop {
		margin: 20px auto;
	}
	.lyTop_left .lyTop_logo, .lyTop_logo a {
		height: 72px;
		margin: 0 12px 0 0;
	}
	.lyTop_left .lyTop_pageName {
		height: 36px;
		margin: 18px 0;
		padding-left: 12px;
	}
	.lyTop .lyTop_search {
		margin: 16px 0 16px 60px;
		width: 36%;
	}
	.lyTop_search form {
		height: 40px;
	}
	.lyTop_search form .searchSelect .selectBot {
		top: 40px;
	}
	.lyTop_search form .searchSelect .selectTop p {
		line-height: 40px;
		font-size: 13px;
	}
	.lyTop_search form .searchSelect .selectTop i {
		margin-top: 18px;
	}
	.lyTop_search form .searchSelect .selectBot li {
		line-height: 30px;
		font-size: 13px;
	}
	.lyTop_search form input {
		width: calc(100% - 154px);
		height: 40px;
		line-height: 38px;
		font-size: 13px;
	}
	.lyTop_search form button {
		width: 80px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.lyTop .lyTop_adv {
		width: 304px;
		height: 64px;
		margin: 4px 0;
	}
	.lyNav ul li a {
		height: 42px;
		line-height: 40px;
		font-size: 15px;
		padding: 0 20px;
	}
	.main {
		margin-top: 10px;
	}
	.main .right .public-title p {
		font-size: 18px;
	}
	.main .right .public-title p i {
		margin-right: 6px;
		margin-top: 1px;
		width: 17px;
	}
	.main .right .public-title .more {
		top: 15px;
		font-size: 12px;
	}
	.main .right .public-title:first-child .more{
		top: 4px;
	}
	.main .right .public-title {
		padding: 8px 0;
	}
	.lyPartRight_main {
		padding: 12px;
	}
	.lyPart1Right_top a {
		height: auto;
		padding: 8px;
	}
	.lyPart1Right_top span {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		left: 8px;
		right: 8px;
		bottom: 8px;
	}
	.lyPart1Right_top span mark {
		top: 4px;
		right: 4px;
		font-size: 12px;
	}
	.lyPart1Right_middle {
		margin: 8px auto;
	}
	.lyPart1Right_middle ul li {
		padding-left: 24px;
	}
	.lyPart1Right_middle ul li i {
		width: 16px;
		height: 16px;
		margin: -8px 0 0;
	}
	.lyPart1Right_middle ul li a {
		height: 32px;
		line-height: 30px;
		font-size: 14px;
	}
	.lyPart1Right_bottom ul li .lyPart1Right_img {
		height: 90px;
	}
	.lyPart1Right_bottom ul li .lyPart1Right_img a mark {
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		padding: 0 10px;
	}
	.lyPart1Right_bottom ul li p a {
		height: 40px;
		line-height: 20px;
		font-size: 14px;
	}
	.company-video .image {
		margin-top: 10px;
	}
	.company-video .text p {
		font-size: 13px;
		height: 18px;
		line-height: 18px;
	}
	.company-video .text p a {
		display: inline-block;
		max-width: calc(100% - 40px);
	}
	.company-video .text p mark {
		height: 18px;
		line-height: 16px;
		font-size: 12px;
		padding: 0 5px;
	}
	.company-video .text span {
		margin-top: 10px;
	}
	.company-video .text {
		padding: 12px 12px 12px;
		font-size: 12px;
	}
	.main .right .public-title {
		margin-top: 10px;
	}
	.comment-products {
		margin-top: 0;
		padding: 14px;
	}
	.comment-products .image {
		width: 68px;
		margin-right: 12px;
	}
	.comment-products .text p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.comment-products .text span {
		font-size: 12px;
		margin-top: 12px;
	}
	.comment-products li {
		margin-top: 10px;
	}
	.company-directories {
		margin-top: 0;
		padding: 10px;
	}
	.company-directories .image {
		width: 122px;
		margin-right: 12px;
		padding: 12px;
		line-height: 100px;
		height: 124px;
	}
	.company-directories .text p {
		font-size: 14px;
		margin-top: 19px;
	}
	.company-directories .text .btn a {
		width: 90px;
		height: 28px;
		line-height: 26px;
		border-radius: 16px;
		font-size: 12px;
	}
	.company-directories .text .btn {
		margin-top: 10px;
		padding-left: 12px;
	}
	.company-active {
		margin-top: 0;
		padding: 17px 15px;
	}
	.company-active li {
		margin-top: 14px;
		line-height: 14px;
		height: 14px;
		font-size: 12px;
	}
	.company-active li i {
		margin-top: 6px;
	}
	.comment-expo {
		margin-top: 0;
		padding-bottom: 20px;
	}
	.comment-expo .text {
		padding: 0 10px;
	}
	.comment-expo .text p {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
		margin-top: 10px;
	}
	.comment-expo .text span {
		margin-top: 7px;
		font-size: 12px;
	}
	.comment-expo ul {
		margin: 10px 15px 0;
		padding-top: 12px;
	}
	.comment-expo li {
		font-size: 12px;
		line-height: 18px;
		height: 18px;
		margin-top: 10px;
	}
	.comment-expo li span {
		font-size: 12px;
		height: 17px;
		line-height: 17px;
		margin-right: 5px;
		padding: 0 4px;
		margin-top: 1px;
	}
	.location {
		font-size: 14px;
	}
	.location span i {
		margin-top: 19px;
		margin-right: 4px;
		font-size: 16px;
	}
	.products-swiper .swiper-slide p {
		margin-top: 10px;
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
	.products-swiper .swiper-slide .item {
		margin-right: 8px;
		padding: 8px 10px;
	}
	.products-swiper {
		margin-top: 8px;
		margin-right: -8px;
	}
	/* footer */
	.footer .left p {
        font-size: 14px;
        line-height: 28px;
    }
    .footer .left p a {
        padding: 0 8px;
    }
    .footer .left span {
        font-size: 13px;
    }
    .footer .right li:last-child {
        margin-left: 20px;
    }
	.Share3-bot {
		right: -37px !important;
		left: initial !important;
	}
}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w,.footer .main,.w1560{
		width: 1200px;
	}
	.technology-detail .download-message dd {
		padding-right: 160px;
	}
	.technology-detail .download-message {
		padding: 25px 30px 25px;
	}
	.technology-detail .download-message .download-title {
		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;
	}
	.right-adv {
		width: 280px;
		margin-top: 16px;
	}
	.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;
	}
	.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 .data {
		font-size: 14px;
		margin-top: 25px;
	}
	.right-bar {
		right: 15px;
	}
	/* 20240425 */
	.lyTop {
		margin: 20px auto;
	}
	.lyTop_left .lyTop_logo {
		margin: 0 12px 0 0;
	}
	.lyTop_left .lyTop_logo,.lyTop_logo a {
    	height: 80px;
  	}
	.lyTop_left .lyTop_pageName {
		padding-left: 12px;
		height: 40px;
	}
	.lyTop .lyTop_search {
		margin: 18px 0 18px 64px;
		width: 36%;
	}
	
	.lyTop_search form {
		height: 44px;
	}
	.lyTop_search form .searchSelect .selectTop p {
		line-height: 44px;
		font-size: 14px;
	}
	.lyTop_search form .searchSelect .selectTop i {
		margin-top: 20px;
	}
	.lyTop_search form .searchSelect .selectBot {
		top: 44px;
	}
	.lyTop_search form input {
		height: 44px;
		line-height: 42px;
		font-size: 14px;
	}
	.lyTop_search form button {
		height: 44px;
		line-height: 44px;
		font-size: 16px;
	}
	.lyTop .lyTop_adv {
		width: 342px;
		height: 72px;
		margin: 4px 0;
	}
	.lyNav ul li a {
		height: 48px;
		line-height: 46px;
		font-size: 16px;
		padding: 0 28px;
	}
	.main {
		margin-top: 10px;
	}
	.main .right .public-title p {
		font-size: 21px;
	}
	.main .right .public-title p i {
		margin-right: 9px;
		margin-top: 0px;
		width: 23px;
	}
	.main .right .public-title .more {
		font-size: 12px;
		top: 16px;
	}
	.main .right .public-title:first-child .more{
		top: 6px;
	}
	.lyPartRight_main {
		padding: 15px;
	}
	.lyPart1Right_top a {
		height: 176px;
		padding: 8px;
	}
	.lyPart1Right_middle {
		margin: 10px auto;
	}
	.lyPart1Right_middle ul li {
		padding-left: 26px;
	}
	.lyPart1Right_middle ul li i {
		width: 18px;
		height: 18px;
		margin: -9px 0 0;
	}
	.lyPart1Right_middle ul li a {
		height: 35px;
		line-height: 34px;
		font-size: 15px;
	}
	.lyPart1Right_bottom ul li .lyPart1Right_img {
		height: 89px;
		margin: 0 auto 9px;
	}
	.lyPart1Right_bottom ul li .lyPart1Right_img a mark {
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		padding: 0 10px;
	}
	.lyPart1Right_bottom ul li p a {
		height: 42px;
		line-height: 21px;
		font-size: 15px;
	}
	.lyPart1Right_bottom ul li p a,
	.lyPart1Right_middle ul li a,
	.lyPart1Right_top span {
		font-size: 15px;
	}
	.lyPart1Right_top span{
		height: 30px;
		line-height: 30px;
	}
	.lyPart1Right_top span mark {
		height: 26px;
		line-height: 26px;
		font-size: 12px;
		padding: 0 6px;
		right: 6px;
		top: 3px;
	}
	.lyPart1Right_top span mark i {
		width: 16px;
		height: 15px;
		margin: 5px 3px 0 0;
	}
	.main .right .public-title {
		padding: 12px 0;
	}
	.company-video .image {
		margin-top: 10px;
	}
	.company-video .text p {
		font-size: 13px;
		height: 18px;
		line-height: 18px;
	}
	.company-video .text p a {
		display: inline-block;
		max-width: calc(100% - 40px);
	}
	.company-video .text p mark {
		height: 18px;
		line-height: 16px;
		font-size: 12px;
		padding: 0 5px;
	}
	.company-video .text span {
		margin-top: 10px;
	}
	.company-video .text {
		padding: 12px 12px 12px;
		font-size: 12px;
	}
	.main .right .public-title {
		margin-top: 15px;
	}
	.comment-products {
		margin-top: 10px;
		padding: 14px;
	}
	.comment-products .text p {
		font-size: 15px;
	}
	.comment-products .text span {
		font-size: 12px;
		margin-top: 12px;
	}
	.company-directories {
		margin-top: 0;
		padding: 10px;
	}
	.company-directories .image {
		width: 122px;
		margin-right: 12px;
		padding: 12px;
		line-height: 100px;
		height: 124px;
	}
	.company-directories .text p {
		font-size: 14px;
		margin-top: 19px;
	}
	.company-directories .text .btn a {
		width: 90px;
		height: 28px;
		line-height: 26px;
		border-radius: 16px;
		font-size: 12px;
	}
	.company-directories .text .btn {
		margin-top: 10px;
		padding-left: 12px;
	}
	.company-active {
		margin-top: 0;
		padding: 17px 15px;
	}
	.company-active li {
		font-size: 15px;
	}
	.company-active li i {
		margin-top: 8px;
	}
	.comment-expo {
		margin-top: 0;
		padding-bottom: 20px;
	}
	.comment-expo .text {
		padding: 0 15px;
	}
	.comment-expo .text p {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
		margin-top: 12px;
	}
	.comment-expo .text span {
		margin-top: 10px;
		font-size: 13px;
	}
	.comment-expo ul {
		margin: 10px 15px 0;
		padding-top: 12px;
	}
	.comment-expo li {
		font-size: 15px;
		margin-top: 12px;
	}
	.comment-expo li span {
		font-size: 13px;
		height: 20px;
		line-height: 20px;
		margin-right: 6px;
		padding: 0 4px;
		margin-top: 0px;
	}
	.location {
		font-size: 14px;
	}
	.location span i {
		margin-top: 19px;
		margin-right: 4px;
		font-size: 16px;
	}
	.products-swiper .swiper-slide .item {
		margin-right: 10px;
		padding: 10px 12px;
	}
	.products-swiper {
		margin-top: 10px;
		margin-right: -10px;
	}
	.products-swiper .swiper-slide .item {
		height: 188px;
	}
	/* footer */
	.footer .left p {
        font-size: 14px;
        line-height: 28px;
    }
    .footer .left p a {
        padding: 0 10px;
    }
    .footer .left span {
        font-size: 13px;
    }
    .footer .right li:last-child {
        margin-left: 20px;
    }


	
}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w,.footer .main,.w1560{
		width: 1280px;
	}
	.technology-detail .download-message dd {
		padding-right: 160px;
	}
	.technology-detail .download-message {
		padding: 25px 30px 25px;
	}
	.technology-detail .download-message .download-title {
		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;
	}
	.right-adv {
		width: 300px;
	}
	.right-text {
		margin-top: 22px;
	}

	.main {
		margin-top: 35px;
	}
	.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 .data {
		font-size: 14px;
		margin-top: 25px;
	}
	.right-bar {
		right: 15px;
	}
	/* 20240425 */
	.main .right .public-title:first-child .more{
		top: 4px;
	}
	.rightfloat {
		right: 10px;
	}
	.lyTop {
		margin: 20px auto;
	}
	.lyTop_left .lyTop_logo,
	.lyTop_logo a {
	  height: 80px;
	}
  
	.lyTop_left .lyTop_pageName {
	  height: 40px;
	}
  
	.lyTop .lyTop_search {
	  margin: 16px 0 16px 80px;
	}
  
	.lyTop_search form {
	  height: 48px;
	}
  
	.lyTop_search form .searchSelect .selectTop p {
	  line-height: 48px;
	  font-size: 14px;
	}
  
	.lyTop_search form .searchSelect .selectTop i {
	  margin-top: 22px;
	}
  
	.lyTop_search form .searchSelect .selectBot {
	  top: 48px;
	}
  
	.lyTop_search form input {
	  height: 48px;
	  line-height: 46px;
	  font-size: 14px;
	}
  
	.lyTop_search form button {
	  height: 48px;
	  line-height: 48px;
	  font-size: 16px;
	}
  
	.lyTop .lyTop_adv {
	  width: 342px;
	  height: 72px;
	  margin: 4px 0;
	}
  
	.lyNav ul li a {
	  height: 48px;
	  line-height: 46px;
	  font-size: 16px;
	  padding: 0 30px;
	}
	.main .right .public-title {
		padding: 15px 0;
	}
	.main .right .public-title p i {
		margin-right: 8px;
		margin-top: -1px;
		width: 23px;
	}
	.main .right .public-title .more {
		top: 18px;
		font-size: 14px;
	}
	.lyPartRight_main {
		padding: 20px;
	}
	.lyPart1Right_top a {
		height: 168px;
	}
	.lyPart1Right_top span {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.lyPart1Right_top span mark {
		top: 6px;
		height: 28px;
		line-height: 28px;
	}
	.lyPart1Right_top span mark i {
		width: 18px;
		height: 18px;
		margin: 5px 4px 0 0;
	}
	.lyPart1Right_middle ul li a {
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}
	.lyPart1Right_middle ul li i {
		width: 18px;
		height: 18px;
	}
	.lyPart1Right_middle {
		margin: 9px auto;
	}
	.lyPart1Right_bottom ul li .lyPart1Right_img {
		height: 86px;
		margin: 0 auto 9px;
	}
	.lyPart1Right_bottom ul li .lyPart1Right_img a mark {
		height: 24px;
		line-height: 22px;
		color: #fff;
		font-size: 13px;
		border-radius: 2px;
		padding: 0 8px;
		right: 8px;
	}
	.company-video .image {
		margin-top: 10px;
	}
	.company-video .text p {
		font-size: 14px;
		height: 18px;
		line-height: 18px;
	}
	.company-video .text p mark {
		height: 18px;
		line-height: 16px;
		font-size: 12px;
		padding: 0 5px;
	}
	.company-video .text span {
		margin-top: 10px;
	}
	.company-video .text {
		padding: 12px 12px 12px;
		font-size: 12px;
	}
	.main .right .public-title {
		margin-top: 15px;
	}
	.comment-products {
		margin-top: 10px;
		padding: 14px;
	}
	.comment-products .image {
		float: left;
		width: 86px;
		margin-right: 16px;
	}
	.comment-products .text span {
		margin-top: 15px;
	}
	.company-directories {
		margin-top: 10px;
		padding: 10px;
	}
	.company-directories .image {
		width: 122px;
		margin-right: 12px;
		padding: 12px;
		line-height: 100px;
		height: 124px;
	}
	.company-directories .text p {
		font-size: 14px;
		margin-top: 19px;
	}
	.company-directories .text .btn a {
		width: 90px;
		height: 28px;
		line-height: 26px;
		border-radius: 16px;
		font-size: 12px;
	}
	.company-directories .text .btn {
		margin-top: 10px;
		padding-left: 12px;
	}
	.company-active {
		margin-top: 10px;
		padding: 17px 15px;
	}
	.company-active li {
		font-size: 15px;
	}
	.company-active li i {
		margin-top: 8px;
		margin-right: 8px;
	}
	.comment-expo {
		margin-top: 10px;
		padding-bottom: 20px;
	}
	.comment-expo .text {
		padding: 0 15px;
	}
	.comment-expo ul {
		margin: 10px 15px 0;
		padding-top: 12px;
	}
	.location {
		font-size: 15px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w,.footer .main,.w1560{
		width: 1440px;
	}
	.right-text a {
		font-size: 18px;
	}
	.technology-detail .download-message .download-title {
		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;
	}
	.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 .data {
		font-size: 14px;
		margin-top: 25px;
	}
	/* 20240425 */
	.main .right .public-title:first-child .more{
		top: 6px;
	}
	.main .right {
		width: 400px;
		margin-left: 50px;
	}
	.rightfloat {
		right: 10px;
	}
	.lyTop {
		margin: 20px auto;
	}
	.lyTop .lyTop_search {
		width: 36%;
		margin: 18px 0 18px 100px;
	}
	.lyNav ul li a {
		height: 52px;
		line-height: 52px;
		font-size: 16px;
	}
	.location {
		font-size: 15px;
	}
	.location span i {
		margin-top: 18px;
		margin-right: 5px;
		font-size: 17px;
	}
	.lyPartRight_main {
		padding: 20px;
	}
	.lyPart1Right_top a {
		height: 245px;
	}
	.lyPart1Right_top span {
		height: 48px;
		line-height: 48px;
	}
	.lyPart1Right_top span mark {
		top: 8px;
	}
	.lyPart1Right_middle {
		margin: 9px auto;
	}
	.lyPart1Right_bottom ul li .lyPart1Right_img {
		height: 120px;
		margin: 0 auto 9px;
	}
	.comment-products .image {
		width: 100px;
		margin-right: 25px;
	}
	.comment-products .text p {
		font-size: 17px;
		line-height: 26px;
		height: 52px;
		margin-top: 3px;
	}
	.comment-products .text span {
		font-size: 15px;
		margin-top: 22px;
	}
	.comment-products li {
		margin-top: 18px;
	}
	.main .right .public-title p {
		font-size: 24px;
	}
	.main .right .public-title p i {
		margin-right: 10px;
	}
	.main .right .public-title .more {
		top: 25px;
		font-size: 15px;
	}
	.main .right .public-title {
		padding: 16px 0;
	}
	.company-active li {
		margin-top: 22px;
		line-height: 20px;
		height: 20px;
		font-size: 17px;
	}
	.company-active li i {
		margin-right: 10px;
		margin-top: 10px;
	}
	.comment-expo .text p {
		font-size: 19px;
		height: 22px;
		line-height: 22px;
		margin-top: 16px;
	}
	.comment-expo .text span {
		margin-top: 14px;
		font-size: 15px;
	}
	.comment-expo li {
		font-size: 17px;
		line-height: 22px;
		height: 22px;
		margin-top: 16px;
	}
	.comment-expo li span {
		font-size: 13px;
		height: 22px;
		line-height: 22px;
		border-radius: 2px;
		margin-right: 5px;
		padding: 0 8px;
		margin-top: 2px;
	}






}
@media only screen and (min-width:1920px){
	.w,.footer .main,.w1560w{
		width: 1560px;
	}
	.right-text a {
		font-size: 18px;
	}
	.main .right .public-title:first-child .more{
		top: 6px;
	}
	.location {
		line-height: 52px;
		font-size: 16px;
	}
	.location span i {
		margin-top: 18px;
		margin-right: 5px;
		font-size: 18px;
	}
	.main .right {
		width: 400px;
		margin-left: 50px;
	}
	.main .right .public-title {
		padding: 20px 0;
	}
	.main .right .public-title p {
		font-size: 25px;
	}
	.main .right .public-title p i {
		margin-right: 10px;
		margin-top: 0px;
	}
	.main .right .public-title .more {
		top: 25px;
		font-size: 15px;
	}
	.comment-products .image {
		width: 120px;
		margin-right: 30px;
	}
	.comment-products .text p {
		font-size: 18px;
		line-height: 26px;
		height: 52px;
		margin-top: 8px;
	}
	.comment-products .text span {
		font-size: 16px;
		margin-top: 27px;
	}
	.comment-products li {
		margin-top: 20px;
	}
	.company-active {
		margin-top: 0;
	}
	.company-active li {
		margin-top: 22px;
		line-height: 20px;
		height: 20px;
		font-size: 18px;
	}
	.company-active li i {
		margin-right: 12px;
		margin-top: 8px;
	}
	.comment-expo {
		margin-top: 0;
	}
	.comment-expo .text p {
		font-size: 20px;
		height: 22px;
		line-height: 22px;
		margin-top: 17px;
	}
	.comment-expo .text span {
		margin-top: 15px;
		font-size: 16px;
	}
	.comment-expo li {
		font-size: 18px;
		line-height: 22px;
		height: 22px;
		margin-top: 18px;
	}
	.comment-expo li span {
		font-size: 14px;
		height: 22px;
		line-height: 22px;
		border-radius: 2px;
		margin-right: 10px;
		padding: 0 8px;
		margin-top: 2px;
	}




}
@media only screen and (max-width:1024px){
	.w,.footer .main,.w1560{
		width: 880px;
	}
	.technology-detail .download-message dd {
		padding-right: 160px;
	}
	.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 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;
	}
	.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: 17px;
		width: 246px;
	}
	.right-text a {
		font-size: 15px;
	}
	.main .right {
		width: 320px;
		margin-left: 20px;
	}
	.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 .data span {
		font-size: 12px;
		margin-left: 5px;
	}
	.Share3-top {
		font-size: 13px;
	}
	.technology-detail .title .data span i {
		font-size: 12px;
		margin-top: 2px;
	}
	.technology-detail .title .data {
		font-size: 12px;
		margin-top: 25px;
	}
	.right-bar {
		right: 15px;
	}
	.comBox {
		right: 85px;
	}
	.course-list li .item p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 7px;
	}
	.interview--hot ul li {
		margin-top: 12px;
	}
	.newsContent {
		margin-top: 20px;
		line-height: 28px;
		font-size: 14px;
	}
	.technology-detail .Share-3 {
		margin-left: 12px;
		margin-top: -4px;
	}
	.technology-detail .Share3-top {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	/* 20240425 */
	.lyHeader_left span,
	.lyHeader_right ul li a,
	.lyHeader_mobile p a,
	.lyHeader_mobilePop dl dd span {
	  font-size: 12px;
	}
  .lyTop {
	  margin: 12px auto;
  }
  .lyTop_left .lyTop_logo, .lyTop_logo a {
	  height: 64px;
	  margin: 0 12px 0 0;
  }
  .lyTop_left .lyTop_pageName {
	  height: 32px;
	  margin: 16px 0;
	  padding-left: 12px;
  }
  .lyTop .lyTop_search {
	  width: 34%;
	  margin: 14px 0 14px 40px;
  }
  .lyTop_search form {
	  height: 36px;
  }
  .lyTop_search form .searchSelect {
	  width: 64px;
  }
  .lyTop_search form .searchSelect .selectTop p {
	  line-height: 36px;
	  font-size: 12px;
  }
  .lyTop_search form .searchSelect .selectTop i {
	  margin-top: 16px;
  }
  .lyTop_search form .searchSelect .selectBot {
	  top: 36px;
  }
  .lyTop_search form .searchSelect .selectBot li {
	  line-height: 30px;
	  font-size: 12px;
  }
  .lyTop_search form input {
	  width: calc(100% - 128px);
	  height: 36px;
	  line-height: 34px;
	  font-size: 12px;
	  padding: 0 10px;
  }
  .lyTop_search form button {
	  width: 64px;
	  height: 36px;
	  line-height: 36px;
	  font-size: 14px;
  }
  .lyTop .lyTop_adv {
	  width: 266px;
	  height: 56px;
	  margin: 4px 0;
  }
  .lyNav ul li a {
	  height: 40px;
	  line-height: 38px;
	  font-size: 14px;
	  padding: 0 15px;
  }
  .main {
	  margin-top: 10px;
  }
  .main .right {
	  width: 320px;
	  margin-left: 20px;
  }
  .main .right .public-title {
	  padding: 10px 0;
  }
  .main .right .public-title p {
	  font-size: 16px;
  }
  .main .right .public-title p i {
	  margin-right: 6px;
	  margin-top: -2px;
	  width: 17px;
  }
  .main .right .public-title .more {
	  top: 11px;
	  font-size: 12px;
  }
  .main .right .public-title:first-child .more {
	  top: 2px;
  }
  .lyPartRight_main {
	  padding: 10px;
  }
  .lyPart1Right_top a {
	  padding: 6px;
	  height: auto;
  }
  .lyPart1Right_top span {
	  left: 6px;
	  right: 6px;
	  bottom: 6px;
	  height: 40px;
	  line-height: 40px;
	  font-size: 14px;
  }
  .lyPart1Right_top span mark {
	  top: 4px;
	  right: 4px;
	  font-size: 12px;
  }
  .lyPart1Right_middle {
	  margin: 6px auto;
  }
  .lyPart1Right_middle ul li {
	  padding-left: 24px;
  }
  .lyPart1Right_middle ul li i {
	  width: 16px;
	  height: 16px;
	  margin: -8px 0 0;
  }
  .lyPart1Right_middle ul li a {
	  height: 32px;
	  line-height: 30px;
	  font-size: 14px;
  }
  .lyPart1Right_bottom ul li {
	  padding: 0 5px 0 0;
  }
  .lyPart1Right_bottom ul li .lyPart1Right_img {
	  height: 82px;
  }
  .lyPart1Right_bottom ul li p a {
	  height: 40px;
	  line-height: 20px;
	  font-size: 14px;
  }
  .lyPart1Right_bottom ul li .lyPart1Right_img a mark {
	  height: 24px;
	  line-height: 22px;
	  font-size: 12px;
	  padding: 0 10px;
  }

  .company-video .image {
	  margin-top: 10px;
  }
  .company-video .text p {
	  font-size: 13px;
	  height: 18px;
	  line-height: 18px;
  }
  .company-video .text p a {
	  display: inline-block;
	  max-width: calc(100% - 40px);
  }
  .company-video .text p mark {
	  height: 18px;
	  line-height: 16px;
	  font-size: 12px;
	  padding: 0 5px;
  }
  .company-video .text span {
	  margin-top: 10px;
  }
  .company-video .text {
	  padding: 12px 12px 12px;
	  font-size: 12px;
  }
  .main .right .public-title {
	  margin-top: 10px;
  }
  .comment-products {
	  margin-top: 0;
	  padding: 14px;
  }
  .comment-products .image {
	  width: 68px;
	  margin-right: 12px;
  }
  .comment-products .text p {
	  font-size: 14px;
	  line-height: 20px;
	  height: 40px;
  }
  .comment-products .text span {
	  font-size: 12px;
	  margin-top: 12px;
  }
  .comment-products li {
	  margin-top: 10px;
  }
  .company-directories {
	  margin-top: 0;
	  padding: 10px;
  }
  .company-directories .image {
	  width: 122px;
	  margin-right: 12px;
	  padding: 12px;
	  line-height: 100px;
	  height: 124px;
  }
  .company-directories .text p {
	  font-size: 14px;
	  margin-top: 19px;
  }
  .company-directories .text .btn a {
	  width: 90px;
	  height: 28px;
	  line-height: 26px;
	  border-radius: 16px;
	  font-size: 12px;
  }
  .company-directories .text .btn {
	  margin-top: 10px;
	  padding-left: 12px;
  }
  .company-active {
	  margin-top: 0;
	  padding: 17px 15px;
  }
  .company-active li {
	  margin-top: 14px;
	  line-height: 16px;
	  height: 16px;
	  font-size: 13px;
  }
  .company-active li i {
	  margin-top: 6px;
  }
  .comment-expo {
	  margin-top: 0;
	  padding-bottom: 20px;
  }
  .comment-expo .text {
	  padding: 0 10px;
  }
  .comment-expo .text p {
	  font-size: 14px;
	  height: 16px;
	  line-height: 16px;
	  margin-top: 10px;
  }
  .comment-expo .text span {
	  margin-top: 7px;
	  font-size: 12px;
  }
  .comment-expo ul {
	  margin: 10px 15px 0;
	  padding-top: 12px;
  }
  .comment-expo li {
	  font-size: 13px;
	  line-height: 18px;
	  height: 18px;
	  margin-top: 12px;
  }
  .comment-expo li span {
	  font-size: 12px;
	  height: 17px;
	  line-height: 17px;
	  margin-right: 5px;
	  padding: 0 4px;
	  margin-top: 1px;
  }
	/* footer */
	.footer {
        margin-top: 18px;
        padding: 23px 0;
    }
    .footer .left p {
        font-size: 12px;
        line-height: 26px;
    }
    .footer .left p a {
        padding: 0 5px;
    }
    .footer .left span {
        font-size: 12px;
        line-height: 26px;
    }
	.footer .right li {
		width: 122px;
		border: 6px solid #484848;
	}
	.footer .right li .code {
		width: 110px;
		height: 110px;
		padding: 3px;
	}
    .footer .right li p {
        margin-top: 6px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .footer .right li:last-child {
        margin-left: 10px;
    }
    .foot {
        height: 42px;
        line-height: 42px;
        font-size: 12px;
    }
    .foot img {
        margin: 11px 6px 0 0;
    }
	.location {
		font-size: 14px;
	}
	.products-swiper .swiper-slide p {
		margin-top: 8px;
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		overflow: hidden;
	}
	.Share3-bot {
		right: -12px !important;
		left: initial !important;
	}


}
