.main{
    width: 1560px;
    margin: 0 auto;
}
body {
	line-height: 1;
}
body.f5{
	background-color: #f5f5f5;
}
.main::after {
	content: "";
	display: block;
	clear: both;
}
.iframe {
	height: 40px;
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.advs {
	position: relative;
	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;
}
.advs img {
	display: block;
}
.Center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@font-face {
    font-family: 'hbzhan';  /* Project id 1875012 */
    src: url('//at.alicdn.com/t/c/font_1875012_ueaj37w1hg.woff2?t=1697871326081') format('woff2'),
         url('//at.alicdn.com/t/c/font_1875012_ueaj37w1hg.woff?t=1697871326081') format('woff'),
         url('//at.alicdn.com/t/c/font_1875012_ueaj37w1hg.ttf?t=1697871326081') format('truetype');
}
.hbzhan{
    font-family:"hbzhan" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'xwboo22';  /* Project id 2797050 */
	src: url('//at.alicdn.com/t/c/font_2797050_qrby520e5wm.woff2?t=1705308415331') format('woff2'),
		 url('//at.alicdn.com/t/c/font_2797050_qrby520e5wm.woff?t=1705308415331') format('woff'),
		 url('//at.alicdn.com/t/c/font_2797050_qrby520e5wm.ttf?t=1705308415331') format('truetype');
}
.xwboo22{
    font-family:"xwboo22" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
	font-family: 'xwboo';  /* Project id 1932496 */
	src: url('//at.alicdn.com/t/c/font_1932496_xyfkyzwz3t9.woff2?t=1703134893773') format('woff2'),
		 url('//at.alicdn.com/t/c/font_1932496_xyfkyzwz3t9.woff?t=1703134893773') format('woff'),
		 url('//at.alicdn.com/t/c/font_1932496_xyfkyzwz3t9.ttf?t=1703134893773') format('truetype');
}
.xwboo{
    font-family:"xwboo" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/* header */
.header{
	height: 40px;
    background: url(../../../../images/Company/version/2024/header.jpg) no-repeat;
	background-size: 100% 100%;
}
.header a{
	font-size: 14px;
	color: #fff;
}
.header p{
	float: left;
}
.header p a{
	line-height: 40px;
	margin-left: 15px;
}
.header p a:first-child{
	margin: 0;
}
.header p a.login{
	height: 24px;
	line-height: 24px;
	margin: 8px 0 8px 30px;
	padding: 0 10px;
	border-radius: 3px;
	background-color: #ed5736;
	display: inline-block;
	vertical-align: top;
}
.header ul{
	float: right;
	font-size: 0;
}
.header li{
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	margin-left: 9px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.header li::after{
	height: 15px;
	width: 1px;
	background-color: #f5b293;
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.header li.mobile{
	padding-left: 0;
}
.header li.mobile i{
	margin-right: 5px;
}
.header li:first-child{
	padding-left: 0;
	margin-left: 0;
}
.header li:first-child::after,.header li.mobile::after{
	display: none;
}
.header a:hover{
	text-decoration: underline;
}
/* top */
.top{
	padding: 38px 0 56px;
    background: url(../../../../images/Company/version/2024/top238.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.top h1{
	height: 70px;
	line-height: 70px;
	font-size: 52px;
	text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
	text-align: center;
	overflow: hidden;
}
.top h1 a{
	color: #fff;
}
.btn-box{
	margin: 14px 0 26px;
	text-align: center;
}
.btn-box a{
	height: 44px;
	line-height: 44px;
	padding: 0 16px;
	margin: 0 14px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}
.btn-box a i{
	font-size: 20px;
	margin-right: 6px;
	font-weight: normal;
}
.btn-box a.focus{
	border-radius: 10px;
	background-color: #ff9900;
	box-shadow: 0px 2px 7px 0px rgba(255, 153, 0, 0.5);
}
.search {
	width: 820px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.search input {
	width: 100%;
	height: 60px;
	border: none;
	font-size: 16px;
	color: #aaa;
	text-indent: 14px;
	background-color: #fff;
	padding-right: 76px;
	box-sizing: border-box;
}
.search button {
	position: absolute;
	height: 100%;
	background-color: #ff9900;
	color: #ffffff;
	width: 76px;
	font-size: 0;
	border: none;
	cursor: pointer;
	right: 0;
	top: 0;
	border-radius: 2px;
}
.search button i {
	font-size: 22px;
}
/* findtop */
.findtop{
	margin-top: 30px;
	padding: 16px 40px;
	background: url(../../../../images/Company/version/2024/findtop.png) no-repeat;
	background-size: 100% 100%;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
}
.findtop dl {
	padding: 13px 0 12px;
	line-height: 30px;
	font-size: 15px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
.findtop dl:last-child {
	border-bottom: 0;
}
.findtop li {
	float: left;
}
.findtop dt {
	float: left;
	padding-left: 16px;
	margin-right: 35px;
	font-weight: bold;
	position: relative;
}
.findtop dt i {
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background-color: #ed5736;
}
.findtop dd {
	overflow: hidden;
	padding-right: 60px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	width: 92%;
	float: left;
}
.findtop dd a {
	color: #333;
	display: inline-block;
	vertical-align: top;
}
.findtop dd a.focus {
    color: #ed5736;
	font-weight: bold;
}
.findtop dd a:hover {
    color: #ed5736;
}
.otherexi li {
	margin-right: 35px;
	margin-bottom: 10px;
}
.findtop .structure li {
	margin-right: 35px;
}
.findtop .layout li {
	margin-right: 40px;
}
.findtop a.more {
	position: absolute;
	right: 0;
	top: 13px;
	color: #333;
	cursor: pointer;
	font-size: 14px;
}
.findtop a.more i {
	display: inline-block;
	margin-left: 5px;
	vertical-align: top;
	margin-top: 1px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	font-size: 8px;
}
.findtop a.focus i {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* comList */
.comList li {
	margin-top: 24px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	padding: 32px 40px;
}
.comList .right {
	float: right;
	width: 492px;
	margin-left: 40px;
	overflow: hidden;
}
.comList .right .item{
	margin-left:12px;
	padding: 10px 10px 20px;
	width: 156px;
	border-radius: 12px;
	background-color: #f5f5f5;
	box-sizing: border-box;
	float: left;
}
.comList .right .item:first-child{
	margin: 0;
}
.comList .right .image{
	width: 136px;
	height: 136px;
}
.comList .right .image img{
	width: 100%;
	height: 100%;
}
.comList .right p{
	margin-top: 16px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
}
.comList .right p a{
	color: #333;
}
.comList .right p a:hover{
	color: #ed5736;
}

.comList .left {
	overflow: hidden;
	margin-top: 12px;
}
.comList .left .image {
	width: 234px;
	float: left;
	margin-right: 25px;
}
.comList .left .image a {
	display: block;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
}
.comList .left .image img {
	max-height: none;
	width: 100%;
}
.comList .left .text {
	overflow: hidden;
}
.comList .left .text .xw {
	font-size: 22px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	font-weight: bold;
}
.comList .left .text .xw a {
	color: #333;
}
.comList .left .text .xw b{ margin-top: 4px;width: 146px; height: 21px; float: left; }
.comList .left .text .xw b.free{vertical-align: middle; background: url(../../../../images/Company/version/2024/companyList.png) no-repeat 0 0;}
.comList .left .text .xw b.primary{vertical-align: middle; background: url(../../../../images/Company/version/2024/companyList.png) no-repeat 0 -77px;}
.comList .left .text .xw b.intermediate{vertical-align: middle; background: url(../../../../images/Company/version/2024/companyList.png) no-repeat 0 -101px;}
.comList .left .text .xw b.senior{ vertical-align: middle; background: url(../../../../images/Company/version/2024/companyList.png) no-repeat 0 -125px;}
.comList .left .text .xw b.topLevel{vertical-align: middle; background: url(../../../../images/Company/version/2024/companyList.png) no-repeat 0 -150px;}
.comList .level {
	/* float: left; */
	height: 28px;
	border-radius: 16px 0 16px 16px;
	overflow: hidden;
	font-size: 13px;
	line-height: 26px;
	padding: 0 15px 0 0;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	color: #fff;
	background: #ff9600;
	display: inline-block;
	vertical-align: top;
}
.comList .level p {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	width: 28px !important;
	height: 28px !important;
	padding: 0 !important;
	position: relative;
	background: #ffa82c;
	margin-top: 0 !important;
}
.comList .level b {
    font-weight: normal;
    margin: 0 5px;
}
.comList .level p i {
	display: inline-block;
	width: 28px !important;
	height: 28px !important;
	background: url("../../../../images/Company/version/2024/level.png") no-repeat 4px 6px;
	vertical-align: top;
	margin: 0;
}
.comList .level.senior {
	color: #9f6a26;
	background: -moz-linear-gradient(0deg, #dfb368 0%, #fdeea2 100%);
	background: -webkit-linear-gradient(0deg, #dfb368 0%, #fdeea2 100%);
	background: -ms-linear-gradient(0deg, #dfb368 0%, #fdeea2 100%);
}
.comList .level.senior p {
	background: #cd9f54;
}
.comList .level.senior p i {
	background: url("../../../../images/Company/version/2024/level.png") no-repeat 4px 6px !important;
}
.comList .level.standard i {
    background: url("../../../../images/Company/version/2024/level2.png") no-repeat 8px 7px !important;
}
.comList .level.free {
    background: #bdb9b3;
    padding: 0 15px;
    border-radius: 16px 0 16px 16px;
}
.comList .level.free p {
	display: none;
}
.comList .left .text .message {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #999;
	margin-top: 20px;
	font-size: 14px;
}
.comList .left .text .bottom {
	overflow: hidden;
	margin-top: 22px;
}
.comList .left .text .bottom dl {
	float: left;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	border-right: 1px solid #eaeaea;
	font-size: 14px;
}
.comList .left .text .bottom dt {
	height: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.comList .left .text .bottom dd {
	margin-top: 10px;
	color: #999;
	height: 14px;
	overflow: hidden;
}
.comList .left .text .bottom dl:first-child {
	text-align: left;
	width: 120px;
	text-indent: 5px;
}
.comList .left .text .bottom dl:nth-child(2) {
	width: 158px;
}
.comList .left .text .bottom dl:nth-child(3) {
	width: 156px;
}
.comList .left .text .bottom dl:nth-child(4) {
	width: 220px;
	border-right:0;
}
.comList li .left .text .xw a:hover{
	color: #ed5736;
}
.comList li .right .item:hover{
	background-color: #ed5736;
}
.comList li .right .item:hover p a{
	color: #fff;
}
.comList li:hover{
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}
/* pages */
.pages {
	margin: 40px auto 0;
	height: 40px;
	clear: both;
	text-align: center;
    color: #999;
    font-size: 0;
}
.pages a {
	width: 38px;
	height: 38px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	text-align: center;
	font: normal 14px/38px "Microsoft YaHei";
	color: #999;
	vertical-align: top;
	border-radius: 3px;
	margin-right: 8px;
	background-color: #fff;
}
.pages input {
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 14px/38px "Tahoma";
	margin: 0 10px;
	border-radius: 4px;
	vertical-align: middle;
}
.pages .jump {
	font-size: 14px;
}
.pages button {
	width: 62px;
	height: 40px;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font: normal 16px/38px "Tahoma";
	vertical-align: middle;
	cursor: pointer;
	background: #ed5736;
	color: #fff;
	margin-left: 10px;
}
.pages a:hover {
	background-color: #ed5736;
	color: #fff;
}
.pages a.on {
	background-color: #ed5736;
	color: #fff;
}
.pages a.ft {
	background: url(../../../../images/Company/version/2024/page.png) no-repeat 15px 14px;
	background-color: #fff;
}
.pages a.prev {
	background: url(../../../../images/Company/version/2024/page.png) no-repeat -35px 14px;
	background-color: #fff;
}
.pages a.lt {
	background: url(../../../../images/Company/version/2024/page.png) no-repeat -322px 14px;
	background-color: #fff;
}
.pages a.next {
	background: url(../../../../images/Company/version/2024/page.png) no-repeat -369px 14px;
	background-color: #fff;
}

/* bottom */
.bot{
	margin-top: 55px;
	padding: 38px 0 45px;
	background-color: #282828;
	position: relative;
	overflow: hidden;
}
.bot::after{
	position: absolute;
	content: "";
	right: 108px;
	top: 55px;
	width: 420px;
	height: 416px;
	background: url(../../../../images/Company/version/2024/footer.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
.bot .main{
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
}
/* link */
.link{
	overflow: hidden;
}
.link-top{
	position: relative;
	padding-bottom: 6px;
}
.link-top p a{
	height: 36px;
	line-height: 36px;
	padding: 0 11px;
	font-size: 16px;
	color: #868686;
	background-color: #3c3c3c;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.link-top p a::after{
	display: none;
	position: absolute;
	content: "";
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width:6px 6px 0 6px;
	border-color: #7c7c7c transparent transparent transparent;
}
.link-top p a:nth-child(1){
	margin-right: 15px;
}
.link-top p a.focus{
	color: #e6e6e6;
	background-color: #7c7c7c;
}
.link-top a.focus::after{
	display: inline-block;
}
.link-top .a-link{
	line-height: 36px;
	font-size: 14px;
	color: #e6e6e6;
	top: 0;
	right: 0;
	position: absolute;
}
.link-top .a-link i{
	margin-right: 3px;
}
.link-top .a-link:hover{
	color: #ed5736;
}
.link-item{
	margin-left: -15px;
	font-size: 0;
	display: none;
}
.link-item a{
	margin-top: 12px;
	height: 18px;
	line-height: 18px;
	margin-left: 15px;
	font-size: 14px;
	color: #868686;
	display: inline-block;
	vertical-align: top;
}
.link-item a:hover{
	color: #e6e6e6;
}
.link-bot{
	margin-top: 12px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #868686;
}
.link-bot span{
	width: 72px;
	float: left;
}
.link-bot p{
	overflow: hidden;
}
.link-bot p a{
	padding: 0 9px;
	margin-right: 14px;
	color: #868686;
	background-color: #444444;
	display: inline-block;
	vertical-align: top;
}
.link-bot p a:hover{
	color: #e6e6e6;
	background-color: #7c7c7c;
}
/* footer */
.footer{
	padding: 27px 0 0;
	overflow: hidden;
}
.footer .left{
	width: 67%;
	float: left;
}
.footer .left p {
	font-size: 16px;
	line-height: 32px;
	color: #e7e7e7;
}
.footer .left p a {
	color: #e7e7e7;
	padding: 0 16px;
	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: 32px;
	color: #838383;
	display: block;
}
.footer .left span em{
	margin-right: 20px;
	font-style: normal;
}
.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 .right{
	overflow: hidden;
}
.footer .right li{
	width: 148px;
	margin-left: 128px;
	background-color: #484848;
	border: 8px solid #484848;
	box-sizing: border-box;
}
.footer .right li .code {
	width: 122px;
	height: 122px;
	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;
}
.publicbox.w {
	background-color: #fff;
	padding: 40px 0;
	margin: 40px auto 0;
}
.lostpro {
	width: 450px;
	background: url(../../../../images/lostpro.jpg) no-repeat;
	margin: 40px auto;
	padding-top: 0;
	padding-left: 165px;
}
.lostpro span {
	font: 22px/44px "Microsoft Yahei";
	color: #333;
}
.lostproab {
	font: 12px/30px "\5b8b\4f53";
	color: #767676;
}
.lostproab a {
	background: url(../../../../images/caigouSearch.png) no-repeat -145px -35px;
	padding-left: 12px;
}


/* media */
@media only screen and (max-width:1024px){
	.w,.main{
		width: 1000px;
	}
	.header a {
		font-size: 12px;
	}
	.header li {
		padding-left: 8px;
		margin-left: 7px;
	}
	.header li.mobile i {
		margin-right: 3px;
		font-size: 13px;
	}
	.top {
		padding: 28px 0 38px;
		background: url(../../../../images/Company/version/2024/top238.jpg) no-repeat -8px 0;
		background-size: 101.7% 100%;
	}
	.btn-box {
		margin: 0px 0 20px;
	}
	.top h1 {
		font-size: 34px;
	}
	.btn-box a {
		height: 32px;
		line-height: 32px;
		padding: 0 11px;
		margin: 0 8px;
		font-size: 13px;
	}
	.btn-box a.focus {
		border-radius: 6px;
	}
	.btn-box a i {
		font-size: 16px;
		margin-right: 3px;
	}
	.search {
		width: 600px;
		height: 44px;
	}
	.search input {
		width: 100%;
		height: 44px;
		font-size: 13px;
		text-indent: 12px;
		padding-right: 56px;
	}
	.search button {
		width: 56px;
	}
	.search button i {
		font-size: 18px;
	}
	.findtop {
		margin-top: 18px;
		padding: 10px 22px;
	}
	.findtop dl {
		padding: 7px 0 6px;
		line-height: 24px;
		font-size: 12px;
	}
	.findtop dt {
		padding-left: 10px;
		margin-right: 20px;
	}
	.findtop dd {
		padding-right: 40px;
		height: 24px;
		line-height: 24px;
	}
	.otherexi li {
		margin-right: 18px;
		margin-bottom: 6px;
	}
	.findtop a.more {
		top: 7px;
		font-size: 12px;
	}

	.comList li {
		margin-top: 20px;
		padding: 18px;
	}
	.comList .right {
		width: 324px;
		margin-left: 20px;
	}
	.comList .right .item {
		margin-left: 10px;
		padding: 6px 6px 10px;
		width: 100px;
	}
	.comList .right .image {
		width: 88px;
		height: 88px;
	}
	.comList .right p {
		margin-top: 10px;
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.comList .left {
		margin-top: 9px;
	}
	.comList .left .image {
		width: 154px;
		margin-right: 19px;
		margin-top: 4px;
	}

	.comList .left .text .xw {
		font-size: 16px;
	}
	.comList .left .text .message {
		line-height: 17px;
		height: 34px;
		margin-top: 10px;
		font-size: 12px;
	}
	.comList .left .text .bottom {
		margin-top: 10px;
	}

	.comList .left .text .bottom dl {
		font-size: 12px;
		padding: 0 5px;
	}
	.comList .left .text .bottom dt {
		height: 12px;
		padding-top: 1px;
	}
	.comList .left .text .bottom dd {
		height: 12px;
		margin-top: 5px;
	}
	.comList .left .text .bottom dl:first-child {
		width: 85px;
		text-indent: 2px;
	}
	.comList .left .text .bottom dl:nth-child(2) {
		width: 105px;
	}
	.comList .left .text .bottom dl:nth-child(3) {
		width: 105px;
	}
	.comList .left .text .bottom dl:nth-child(4) {
		width: 135px;
	}
	.comList .left .text .bottom dl:nth-child(5) {
		width: 185px;
	}
	.pages {
		margin: 30px auto 0;
		height: 36px;
	}
	.pages a {
		width: 34px;
		height: 34px;
		font: normal 13px/34px "Microsoft YaHei";
		border-radius: 3px;
		margin-right: 6px;
	}
	.pages input {
		width: 34px;
		height: 34px;
		font: normal 12px/34px "Tahoma";
		margin: 0 6px;
	}
	.pages .jump {
		font-size: 12px;
	}
	.pages button {
		width: 50px;
		height: 36px;
		font: normal 13px/34px "Tahoma";
		margin-left: 8px;
	}
	.pages a.ft {
		background: url(../../../../images/Company/version/2024/page.png) no-repeat 11px 11px;
		background-color: #fff;
	}
	.pages a.prev {
		background: url(../../../../images/Company/version/2024/page.png) no-repeat -38px 11px;
		background-color: #fff;
	}
	.pages a.lt {
		background: url(../../../../images/Company/version/2024/page.png) no-repeat -324px 11px;
		background-color: #fff;
	}
	.pages a.next {
		background: url(../../../../images/Company/version/2024/page.png) no-repeat -372px 11px;
		background-color: #fff;
	}
	.bot {
		margin-top: 40px;
		padding: 28px 0 32px;
	}
	.bot .main {
		padding: 0 21px;
	}
	.link-top {
		padding-bottom: 4px;
	}
	.link-top p a {
		height: 26px;
		line-height: 26px;
		padding: 0 8px;
		font-size: 13px;
	}
	.link-top p a:nth-child(1) {
		margin-right: 10px;
	}
	.link-top p a::after {
		bottom: -4px;
		border-width: 4px 4px 0 4px;
	}
	.link-top .a-link {
		line-height: 26px;
		font-size: 12px;
	}
	.link-top .a-link i {
		margin-right: 3px;
		font-size: 13px;
	}
	.link-item {
		margin-left: -10px;
	}
	.link-item a {
		margin-top: 8px;
		height: 16px;
		line-height: 16px;
		margin-left: 10px;
		font-size: 12px;
	}
	.link-bot {
		margin-top: 10px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.link-bot span {
		width: 64px;
	}
	.link-bot p a {
		padding: 0 6px;
		margin-right: 8px;
	}
	.footer {
		padding: 24px 0 0;
	}
	.footer .left p {
		font-size: 12px;
		line-height: 24px;
	}
	.footer .left p a {
		padding: 0 10px;
	}
	.footer .left span {
		font-size: 12px;
		line-height: 24px;
	}
	.footer .left span em {
		font-style: normal;
		margin-right: 8px;
	}
	.footer .left span img {
		margin: 5px 4px 0 0px;
		width: 12px;
	}
	.footer .left {
		width: 74%;
	}
	.footer .right li .code {
		width: 104px;
		height: 104px;
		padding: 3px;
	}
	.footer .right li p {
		margin-top: 6px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.footer .right li {
		width: 120px;
		margin-left: 48px;
		border: 5px solid #484848;
	}
	.bot::after {
		right: 78px;
		top: 35px;
		width: 320px;
		height: 316px;
	}
	.findtop dd {
		width: 91%;
	}
}
@media only screen and (min-width: 1025px) and (max-width:1199px){
	.w,.main{
		width: 1138px;
	}
	.header a {
		font-size: 12px;
	}
	.top h1 {
		font-size: 38px;
	}
	.top {
		padding: 28px 0 38px;
		background: url(../../../../images/Company/version/2024/top238.jpg) no-repeat -9px 0;
		background-size: 101.5% 100%;
	}
	.btn-box a {
		height: 32px;
		line-height: 32px;
		padding: 0 11px;
		margin: 0 8px;
		font-size: 14px;
	}
	.btn-box a.focus {
		border-radius: 6px;
	}
	.btn-box a i {
		font-size: 16px;
		margin-right: 3px;
	}
	.search {
		width: 600px;
		height: 44px;
	}
	.search input {
		width: 100%;
		height: 44px;
		font-size: 14px;
		text-indent: 12px;
		padding-right: 56px;
	}
	.search button {
		width: 56px;
	}
	.search button i {
		font-size: 18px;
	}
	.findtop {
		margin-top: 22px;
		padding: 12px 26px;
	}
	.findtop dl {
		padding: 8px 0 7px;
		line-height: 24px;
		font-size: 13px;
	}
	.findtop dt {
		padding-left: 12px;
		margin-right: 25px;
	}
	.findtop dd {
		padding-right: 45px;
		height: 24px;
		line-height: 24px;
	}
	.otherexi li {
		margin-right: 20px;
		margin-bottom: 6px;
	}
	.findtop a.more {
		top: 9px;
		font-size: 12px;
	}
	.comList li {
		margin-top: 22px;
		padding: 20px;
	}
	.comList .right {
		width: 369px;
		margin-left: 24px;
	}
	.comList .right .item {
		margin-left: 12px;
		padding: 8px 8px 14px;
		width: 114px;
	}
	.comList .right .image {
		width: 98px;
		height: 98px;
	}
	.comList .right p {
		margin-top: 12px;
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.comList .left {
		margin-top: 9px;
	}
	.comList .left .image {
		width: 175px;
		margin-right: 21px;
		margin-top: 5px;
	}
	.comList .left .text .xw {
		font-size: 18px;
	}
	.comList .left .text .message {
		line-height: 19px;
		height: 38px;
		margin-top: 15px;
		font-size: 12px;
	}
	.comList .left .text .bottom {
		margin-top: 13px;
	}
	.comList .left .text .bottom dl {
		font-size: 12px;
	}
	.comList .left .text .bottom dt {
		height: 12px;
		padding-top: 1px;
	}
	.comList .left .text .bottom dd {
		height: 12px;
		margin-top: 8px;
	}
	.comList .left .text .bottom dl:first-child {
		width: 95px;
		text-indent: 2px;
	}
	.comList .left .text .bottom dl:nth-child(2) {
		width: 120px;
	}
	.comList .left .text .bottom dl:nth-child(3) {
		width: 120px;
	}
	.comList .left .text .bottom dl:nth-child(4) {
		width: 165px;
	}
	.pages {
		margin: 30px auto 0;
		height: 36px;
	}
	.pages a {
		width: 34px;
		height: 34px;
		font: normal 13px/34px "Microsoft YaHei";
		border-radius: 3px;
		margin-right: 6px;
	}
	.pages input {
		width: 34px;
		height: 34px;
		font: normal 12px/34px "Tahoma";
		margin: 0 6px;
	}
	.pages .jump {
		font-size: 12px;
	}
	.pages button {
		width: 50px;
		height: 36px;
		font: normal 13px/34px "Tahoma";
		margin-left: 8px;
	}
	.pages a.ft {
		background: url(../../../../images/Company/version/2024/page.png) no-repeat 11px 11px;
		background-color: #fff;
	}
	.pages a.prev {
		background: url(../../../../images/Company/version/2024/page.png) no-repeat -38px 11px;
		background-color: #fff;
	}
	.pages a.lt {
		background: url(../../../../images/Company/version/2024/page.png) no-repeat -324px 11px;
		background-color: #fff;
	}
	.pages a.next {
		background: url(../../../../images/Company/version/2024/page.png) no-repeat -372px 11px;
		background-color: #fff;
	}
	.bot {
		margin-top: 40px;
		padding: 28px 0 32px;
	}
	.bot .main {
		padding: 0 21px;
	}
	.link-top {
		padding-bottom: 4px;
	}
	.link-top p a {
		height: 26px;
		line-height: 26px;
		padding: 0 8px;
		font-size: 13px;
	}
	.link-top p a:nth-child(1) {
		margin-right: 10px;
	}
	.link-top p a::after {
		bottom: -4px;
		border-width: 4px 4px 0 4px;
	}
	.link-top .a-link {
		line-height: 26px;
		font-size: 12px;
	}
	.link-top .a-link i {
		margin-right: 3px;
		font-size: 13px;
	}
	.link-item {
		margin-left: -10px;
	}
	.link-item a {
		margin-top: 8px;
		height: 16px;
		line-height: 16px;
		margin-left: 10px;
		font-size: 12px;
	}
	.link-bot {
		margin-top: 10px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.link-bot span {
		width: 64px;
	}
	.link-bot p a {
		padding: 0 6px;
		margin-right: 8px;
	}
	.footer {
		padding: 24px 0 0;
	}
	.footer .left p {
		font-size: 12px;
		line-height: 24px;
	}
	.footer .left p a {
		padding: 0 10px;
	}
	.footer .left span {
		font-size: 12px;
		line-height: 24px;
	}
	.footer .left span img {
		margin: 5px 10px 0 2px;
		width: 12px;
	}
	.footer .left {
		width: 74%;
	}
	.footer .right li .code {
		width: 104px;
		height: 104px;
		padding: 3px;
	}
	.footer .right li p {
		margin-top: 6px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.footer .right li {
		width: 120px;
		margin-left: 48px;
		border: 5px solid #484848;
	}
	.bot::after {
		right: 78px;
		top: 35px;
		width: 320px;
		height: 316px;
	}
	.findtop dd {
		width: 91%;
	}


}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w,.main{
		width: 1328px;
	}
	.top h1 {
		font-size: 44px;
	}
	.search {
		width: 698px;
		height: 52px;
	}
	.search input {
		height: 52px;
		font-size: 14px;
		padding-right: 64px;
	}
	.search button {
		width: 64px;
	}
	.search button i {
		font-size: 20px;
	}
	.top {
		padding: 14px 0 38px;
		background: url(../../../../images/Company/version/2024/top238.jpg) no-repeat -9px 0;
		background-size: 101.5% 100%;
	}
	.btn-box {
		margin: 26px 0;
	}
	.btn-box a {
		height: 38px;
		line-height: 38px;
		padding: 0 14px;
		margin: 0 12px;
		font-size: 15px;
	}
	.btn-box a i {
		font-size: 16px;
		margin-right: 5px;
	}
	.findtop dl {
		padding: 8px 0 7px;
		line-height: 26px;
		font-size: 14px;
	}
	.findtop dt {
		padding-left: 14px;
		margin-right: 30px;
	}
	.findtop dd {
		padding-right: 54px;
		height: 26px;
		line-height: 26px;
	}
	.findtop a.more {
		top: 11px;
		font-size: 13px;
	}
	.findtop {
		margin-top: 26px;
		padding: 13px 30px;
	}
	.otherexi li {
		margin-right: 28px;
		margin-bottom: 6px;
		border-radius: 17px;
	}
	.comList li {
		padding: 23px 24px;
	}
	.comList .right {
		width: 430px;
		margin-left: 28px;
	}
	.comList .right .item {
		margin-left: 10px;
		padding: 9px 9px 15px;
		width: 136px;
	}
	.comList .right .image {
		width: 118px;
		height: 118px;
	}
	.comList .right p {
		margin-top: 12px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.comList .left {
		margin-top: 11px;
	}
	.comList .left .image {
		width: 205px;
		margin-right: 25px;
		margin-top: 6px;
	}
	.comList .left .text p span.vip {
		font-size: 12px;
		height: 20px;
		line-height: 20px;
	}
	.comList .left .text .xw {
		font-size: 20px;
	}
	.comList .left .text .message {
		line-height: 22px;
		height: 44px;
		margin-top: 18px;
		font-size: 14px;
	}
	.comList .left .text .bottom {
		margin-top: 20px;
	}
	.comList .left .text .bottom dl {
		font-size: 14px;
	}
	.comList .left .text .bottom dt {
		height: 14px;
	}
	.comList .left .text .bottom dd {
		height: 14px;
		margin-top: 8px;
	}
	.comList .left .text .bottom dl:first-child {
		width: 105px;
		text-indent: 2px;
	}
	.comList .left .text .bottom dl:nth-child(2) {
		width: 135px;
	}
	.comList .left .text .bottom dl:nth-child(3) {
		width: 135px;
	}
	.comList .left .text .bottom dl:nth-child(4) {
		width: 200px;
	}
	.bot {
		margin-top: 48px;
		padding: 32px 0 38px;
	}
	.link-top p a {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		font-size: 14px;
	}
	.link-top p a:nth-child(1) {
		margin-right: 12px;
	}
	.link-top p a::after {
		bottom: -5px;
		border-width: 5px 5px 0 5px;
	}
	.link-top {
		padding-bottom: 5px;
	}
	.link-top .a-link {
		line-height: 30px;
		font-size: 13px;
	}
	.link-top .a-link i {
		margin-right: 3px;
		font-size: 14px;
	}
	.link-item {
		margin-left: -12px;
	}
	.link-item a {
		margin-top: 10px;
		height: 16px;
		line-height: 16px;
		margin-left: 12px;
		font-size: 13px;
	}
	.link-bot {
		margin-top: 10px;
		font-size: 13px;
	}
	.footer .left {
		width: 76%;
	}
	.footer .left p {
		font-size: 14px;
		line-height: 28px;
	}
	.footer .left p a {
		padding: 0 12px;
	}
	.footer .right li {
		width: 144px;
		margin-left: 58px;
		border: 6px solid #484848;
	}
	.footer .left span {
		font-size: 13px;
		line-height: 30px;
	}
	.bot::after {
		right: 68px;
		top: 45px;
		width: 380px;
		height: 374px;
	}
	.findtop dd {
		width: 91%;
	}

}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w,.main{
		width: 1400px;
	}
	.top {
		background: url(../../../../images/Company/version/2024/top238.jpg) no-repeat -10px 0;
		background-size: 101.5% 100%;
	}
	.search {
		height: 54px;
		width: 736px;
	}
	.search input {
		height: 54px;
	}
	.top h1 {
		font-size: 48px;
	}
	.comList li {
		margin-top: 22px;
		padding: 25px;
	}
	.comList .right {
		width: 452px;
		margin-left: 32px;
	}
	.comList .right .item {
		margin-left: 10px;
		padding: 9px 9px 18px;
		width: 144px;
	}
	.comList .right .image {
		width: 126px;
		height: 126px;
	}
	.comList .right p {
		margin-top: 11px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.comList .left .image {
		width: 215px;
		margin-right: 25px;
		margin-top: 8px;
	}
	.main .left .text .bottom {
		margin-top: 20px;
	}
	.main .left .text .bottom dl {
		font-size: 14px;
	}
	.main .left .text .bottom dt {
		height: 14px;
	}
	.main .left .text .bottom dd {
		height: 14px;
		margin-top: 8px;
	}
	.main .left .text .bottom dl:first-child {
		width: 115px;
		text-indent: 2px;
	}
	.main .left .text .bottom dl:nth-child(2) {
		width: 150px;
	}
	.main .left .text .bottom dl:nth-child(3) {
		width: 150px;
	}
	.main .left .text .bottom dl:nth-child(4) {
		width: 200px;
	}
	.main .left {
		margin-top: 10px;
	}
	.bot {
		margin-top: 52px;
		padding: 34px 0 40px;
	}
	.bot::after {
		right: 88px;
		top: 55px;
		width: 400px;
		height: 396px;
	}
	.link-top p a {
		height: 32px;
		line-height: 32px;
		padding: 0 10px;
		font-size: 15px;
	}
	.footer {
		padding: 22px 0 0;
	}
	.footer .left p a {
		padding: 0 14px;
	}
	.footer .left p {
		font-size: 15px;
		line-height: 30px;
	}
	.footer .left {
		width: 73%;
	}
	.footer .right li {
		margin-left: 88px;
	}
	.findtop dd {
		width: 91%;
	}




}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w,.main{
		width: 1560px;
	}
	.top {
		background: url(../../../../images/Company/version/2024/top238.jpg) no-repeat -10px 0;
		background-size: 101.5% 100%;
	}
}
@media only screen and (min-width:1920px){
	.w,.main{
		width: 1560px;
	}
}




