.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%);
}
.Center-x {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	transform: translateY(-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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@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: '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;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
	font-family: 'Public';  /* Project id 2901389 */
	src: url('//at.alicdn.com/t/c/font_2901389_the5ha9h0z.woff2?t=1703660205790') format('woff2'),
		 url('//at.alicdn.com/t/c/font_2901389_the5ha9h0z.woff?t=1703660205790') format('woff'),
		 url('//at.alicdn.com/t/c/font_2901389_the5ha9h0z.ttf?t=1703660205790') format('truetype');
}
.Public{
    font-family:"Public" !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-color: #f5f5f5;
}
.header a{
	font-size: 14px;
	color: #666;
}
.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;
    color: #fff;
	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: #dddddd;
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.header li.mobile{
	padding-left: 0;
}
.header li.mobile a{
    color: #ed5736;
}
.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: 28px 0;
    background-color: #fff;
}
.top .logo{
    height: 82px;
    float: left;
}
.top .searchBox{
    margin: 16px 0 0 140px;
    height: 50px;
    width: 582px;
    border-radius: 2px;
    background-color: #f3f3f3;
    float: left;
}
.search {
	width: 100%;
	height: 100%;
}
.search input {
	width: calc(100% - 100px);
	height: 50px;
	float: left;
	text-indent: 12px;
	font-size: 15px;
	line-height: 40px;
	font-family: "microsoft yahei";
	color: #aaa;
    background-color: #f3f3f3;
	border: none;
}
.search button {
	width: 100px;
	height: 50px;
	border: none;
	background: transparent;
	cursor: pointer;
	outline: none;
	float: right;
	font-size: 18px;
	line-height: 50px;
	border-radius: 0 2px 2px 0;
	color: #fff;
    background-color: #ed5736;
	font-family: "microsoft yahei";
	text-align: center;
}
.top .rightAdv{
    margin-top: 1px;
    width: 380px;
    float: right;
}
.top .rightAdv a{
    padding-bottom: 21.052%;
    height: 0;
    overflow: hidden;
    display: block;
}
.top .rightAdv img{
    max-height: none;
    width: 100%;
}
/* nav */
.nav{
    height: 54px;
    line-height: 54px;
    background-color: #ed5736;
}
.nav a{
    padding:0 42px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}
.nav a:hover,.nav a.focus{
    background-color: #ff9a22;
}
/* location */
.location {
	margin-top: 16px;
    height: 20px;
    line-height: 20px;
	font-size: 15px;
	color: #666;
}
.location i {
	font-size: 15px;
	margin-right: 4px;
}
.location a {
	color: #666;
	margin: 0 5px;
}
.location i{
    color: #ed5736;
}
.location a:hover {
	color: #ff5403;
}
/* expertsList */
.expertsList{
    margin-top: 16px;
    padding-top: 10px;
}
.expertsList .left{
    width: 310px;
    float: left;
}
.expertsTab{
    background-color: #fff;
}
.experts-top p{
    height: 48px;
    background-image: -moz-linear-gradient( 0deg,rgb(237,87,54) 0, rgb(255,141,48) 60%, rgb(237,87,54) 100%);
    background-image: -webkit-linear-gradient( 0deg,rgb(237,87,54) 0, rgb(255,141,48) 60%, rgb(237,87,54) 100%);
    background-image: -ms-linear-gradient( 0deg,rgb(237,87,54) 0, rgb(255,141,48) 60%, rgb(237,87,54) 100%);
}
.experts-top a {
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	float: left;
	transition: none;
	position: relative;
	font-weight: bold;
}
.experts-top a b{
    height: 3px;
    bottom: 4px;
	position: absolute;
	left: 57%;
	transform: translateX(-50%);
    background-color: #ed5736;
	width: 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;
}
.experts-top a:last-child{
    float: right;
}
.experts-top a.focus {
	width: 154px;
	background: #fff url(../../../../images/experts/version/2024/typebg.png) no-repeat;
	height: 58px;
	color: #ed5736;
	vertical-align: top;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	margin-top: -10px;
	box-shadow: 0 -5px 8px 0px rgba(176,173,172,0.3);
}
.experts-top a:last-child.focus {
    background: #fff url(../../../../images/experts/version/2024/typebg1.png) no-repeat top right;
	box-shadow: 0px -5px 8px 0px rgba(176,173,172,0.3);
}
.experts-top a.focus::before {
	content: "";
	border-radius: 0 40px 0 0;
	position: absolute;
	width: 25px;
	height: 58px;
	background-color: #fff;
	right: -22px;
	top: 0px;
}
.experts-top a:last-child.focus::before {
	content: "";
	border-radius: 0 0 40px 0;
	position: absolute;
	width: 25px;
	height: 58px;
	background-color: #fff;
	left: -22px;
	top: 0px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.experts-top a.focus i {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: 16px;
	width: 20px;
	height: 20px;
	background: url(../../../../images/experts/version/2024/experts-top.png) no-repeat;
	background-size: contain;
}
.experts-top a.focus b{
    width: 18px;
}
.expertsList .experts-bot{
    display: none;
}
.experts-bot ul{
    padding: 8px 16px 30px;
}
.experts-bot li{
    margin-top: 16px;
    padding: 0 18px 0 36px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    background-color: #f8f8f8;
    overflow: hidden;
    position: relative;
}
.experts-bot li:nth-child(n+7) {
	display: none;
}
.experts-bot li i{
    top: 18px;
    left: 18px;
    width: 8px;
    height: 8px;
    border: 2px solid #ccc;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    position: absolute;
}
.experts-bot li a{
    color: #333;
    width: 100%;
    display: block;
}
.experts-bot li:hover{
    background-color: #fcede9;
}
.experts-bot li:hover a{
    color: #ed5736;
}
.experts-bot li:hover i{
    border-color: #ed5736;
}
.experts-bot li.more{
	border: 1px solid #ed5736;
	background: #fff;
	text-align: center;
  	padding: 0;
}
.experts-bot li.more a{
	color: #ed5736;
}
.expertOpinions{
    margin-top: 25px;
    padding: 1px;
    background-color: #fff;
}
.expertOpinions .title{
    padding: 20px 0 8px 8px;
    height: 58px;
    line-height: 28px;
    background-image: -moz-linear-gradient( 0deg,rgb(255,248,247) 0,rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 0deg,rgb(255,248,247) 0,rgb(255,255,255)100%);
    background-image: -ms-linear-gradient( 0deg,rgb(255,248,247) 0,  rgb(255,255,255)100%);
}
.expertOpinions .title i{
    width: 28px;
    height: 28px;
    margin-right: 10px;
    background: url(../../../../images/experts/version/2024/experts-left.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
}
.expertOpinions .title b{
    font-size: 22px;
    color: #333;
}
.expertOpinions ul{
    padding: 0 16px 34px;
}
.expertOpinions li{
    padding: 16px;
    margin-top: 16px;
    background-color: #f8f8f8;
    overflow: hidden;
}
.expertOpinions li:first-child{
	margin-top: 8px;
}
.expertOpinions .img{
    width: 60px;
    height: 60px;
    margin-right: 8px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
.expertOpinions .img img{
    width: 100%;
    height: 100%;
}
.expertOpinions p{
    line-height: 30px;
    height: 60px;
    font-size: 16px;
    overflow: hidden;
}
.expertOpinions p a{
    color: #333;
}
.expertOpinions li:hover{
    background-color: #fcede9;
}
.expertOpinions li:hover a{
    color: #ed5736;
}
.expertsList .right{
    width: calc(100% - 310px - 14px);
    float: right;
}
.expertsList .right ul{
	margin-top: -24px;
}
.expertsList .right li{
    margin-top: 24px;
    float: left;
    width: 33.333%;
}
.expertsList .right li .item{
    margin-left: 24px;
    padding: 22px 28px;
    background-color: #fff;
    overflow: hidden;
}
.expertsList .right li .image{
    width: 116px;
    height: 116px;
    margin-right: 10px;
    float: left;
    position: relative;
}
.expertsList .right li .image a{
    height: 100%;
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}
.expertsList .right li .image img{
    width: 100%;
    height: 100%;
}
.expertsList .right li .image i{
    width: 111px;
    height: 111px;
    left: 12px;
    bottom: -8px;
    background: url(../../../../images/experts/version/2024/exchange.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
}
.expertsList .right li .text{
    padding-top: 20px;
    overflow: hidden;
}
.expertsList .right li .text p{
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
}
.expertsList .right li .text p a{
    color: #333;
}
.expertsList .right li .text span{
    margin-top: 10px;
    height: 44px;
    line-height: 22px;
    font-size: 15px;
    color: #999;
    display: block;
    overflow: hidden;
}
.expertsList .right li .item:hover{
    background: url(../../../../images/experts/version/2024//exchange_card_bg.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 10px 20px 0px rgba(40, 40, 40, 0.08);
}

/* pages */
.pages {
	margin: 0 auto;
	clear: both;
	padding: 45px 0 0;
	text-align: center;
    color: #333;
    font-size: 0;
}
.pages a {
	width: 44px;
	height: 44px;
	display: inline-block;
	border: 1px solid #e6e6e6;
    background-color: #fff;
	text-align: center;
	font: normal 16px/42px "Microsoft YaHei";
	color: #333;
	vertical-align: top;
	border-radius: 3px;
	margin-right: 8px;
}
.pages input {
	width: 44px;
	height: 44px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 14px/42px "Tahoma";
	margin: 0 10px;
	border-radius: 4px;
	vertical-align: top;
}
.pages .jump {
	font-size: 14px;
	line-height: 44px;
}
.pages button {
	width: 62px;
	height: 44px;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font: normal 16px/42px "Tahoma";
	vertical-align: top;
	cursor: pointer;
	background: #ed5736;
	color: #fff;
	margin-left: 10px;
}
.pages a:hover,.pages a.on {
	background-color: #ed5736;
	border-color: #ed5736;
	color: #fff;
}
.pages a.ft {
	background:#fff url(../../../../images/experts/version/2024/pages.png) no-repeat 16px 15px;
}
.pages a.prev {
	background:#fff url(../../../../images/experts/version/2024/pages.png) no-repeat -34px 15px;
}
.pages a.lt {
	background:#fff url(../../../../images/experts/version/2024/pages.png) no-repeat -321px 15px;
}
.pages a.next {
	background:#fff url(../../../../images/experts/version/2024/pages.png) no-repeat -368px 15px;
}
/* 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 6px 0 0;
	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: 88px;
	background-color: #484848;
	border: 8px solid #484848;
	box-sizing: border-box;
	float: left;
}
.footer .right li .code {
	width: 132px;
	height: 132px;
	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;
}

/* media */
@media only screen and (max-width: 1024px){
    .main{width:  1000px;}
    body{min-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: 18px 0;
	}
	.top .logo {
		height: 53px;
	}
	.top .searchBox {
		margin: 10px 0 0 90px;
		height: 32px;
		width: 374px;
	}
	.search button {
		width: 64px;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
	}
	.search input {
		width: calc(100% - 64px);
		height: 32px;
		text-indent: 8px;
		font-size: 12px;
		line-height: 40px;
	}
	.top .rightAdv {
		margin-top: 0px;
		width: 244px;
	}
	.nav {
		height: 34px;
		line-height: 34px;
	}
	.nav a {
		padding: 0 26px;
		font-size: 13px;
	}
	.location {
		margin-top: 10px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.location i {
		font-size: 12px;
		margin-right: 2px;
	}
	.expertsList {
		margin-top: 10px;
		padding-top: 6px;
	}
	.expertsList .left {
		width: 200px;
	}
	.experts-top p {
		height: 32px;
	}
	.experts-top a {
		padding: 0 15px;
		font-size: 12px;
		line-height: 32px;
	}
	.experts-top a.focus {
		width: 104px;
		height: 38px;
		font-size: 14px;
		padding-top: 6px;
		margin-top: -6px;
	}
	.experts-top a.focus::before {
		width: 15px;
		height: 38px;
		right: -12px;
	}
	.experts-top a:last-child.focus::before {
		width: 15px;
		height: 38px;
		left: -12px;
	}
	.experts-top a.focus i {
		margin-right: 4px;
		margin-top: 10px;
		width: 14px;
		height: 14px;
	}
	.experts-top a b {
		height: 2px;
		bottom: 2px;
		left: 57%;
	}
	.experts-bot ul {
		padding: 5px 10px 15px;
	}
	.experts-bot li {
		margin-top: 10px;
		padding: 0 12px 0 24px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.experts-bot li i {
		top: 12px;
		left: 12px;
		width: 6px;
		height: 6px;
		border: 1px solid #ccc;
	}
	.expertOpinions {
		margin-top: 16px;
	}
	.expertOpinions .title {
		padding: 13px 0 5px 4px;
		height: 36px;
		line-height: 18px;
	}
	.expertOpinions .title i {
		width: 18px;
		height: 18px;
		margin-right: 5px;
	}
	.expertOpinions .title b {
		font-size: 14px;
	}
	.expertOpinions ul {
		padding: 0 10px 16px;
	}
	.expertOpinions li {
		padding: 10px;
		margin-top: 10px;
	}
	.expertOpinions li:first-child {
		margin-top: 4px;
	}
	.expertOpinions .img {
		width: 38px;
		height: 38px;
		margin-right: 4px;
	}
	.expertOpinions p {
		line-height: 18px;
		height: 36px;
		font-size: 12px;
	}
	.expertsList .right {
		width: calc(100% - 200px - 8px);
	}
	.expertsList .right ul {
		margin-top: -15px;
	}
	.expertsList .right li {
		margin-top: 15px;
	}
	.expertsList .right li .item {
		margin-left: 15px;
		padding: 13px 15px;
	}
	.expertsList .right li .image {
		width: 74px;
		height: 74px;
		margin-right: 6px;
	}
	.expertsList .right li .image a {
		border: 2px solid #fff;
	}
	.expertsList .right li .image i {
		width: 71px;
		height: 71px;
		left: 8px;
		bottom: -4px;
	}
	.expertsList .right li .text {
		padding-top: 5px;
	}
	.expertsList .right li .text p {
		height: 22px;
		line-height: 22px;
		font-size: 14px;
	}
	.expertsList .right li .text span {
		margin-top: 4px;
		height: 36px;
		line-height: 18px;
		font-size: 12px;
	}
	.pages {
		padding: 25px 0 0;
	}
	.pages a {
		width: 40px;
		height: 40px;
		font: normal 13px/38px "Microsoft YaHei";
		border-radius: 3px;
		margin-right: 6px;
	}
	.pages a.ft {
		background:#fff url(../../../../images/experts/version/2024/pages.png) no-repeat 15px 14px;
	}
	.pages a.prev {
		background:#fff url(../../../../images/experts/version/2024/pages.png) no-repeat -35px 14px;
	}
	.pages a.lt {
		background:#fff url(../../../../images/experts/version/2024/pages.png) no-repeat -322px 14px;
	}
	.pages a.next {
		background:#fff url(../../../../images/experts/version/2024/pages.png) no-repeat -369px 14px;
	}
	.pages .jump {
		line-height: 38px;
	}
	.pages .jump {
		font-size: 12px;
	}
	.pages input {
		width: 40px;
		height: 40px;
		font: normal 13px/38px "Tahoma";
		margin: 0 6px;
	}
	.pages button {
		width: 56px;
		height: 40px;
		font: normal 13px/38px "Tahoma";
		margin-left: 5px;
	}
	.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: 98px;
		height: 98px;
		padding: 3px;
	}
	.footer .right li p {
		margin-top: 6px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.footer .right li {
		width: 106px;
		margin-left: 18px;
		border: 4px solid #484848;
	}
	.bot::after {
		right: 78px;
		top: 35px;
		width: 320px;
		height: 316px;
	}

}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .main{width:  1138px;}
    body{min-width:  1138px;}
	.header a {
		font-size: 12px;
	}
	.top {
		padding: 21px 0;
	}
	.top .logo {
		height: 60px;
	}
	.top .searchBox {
		margin: 11px 0 0 100px;
		height: 36px;
		width: 425px;
	}
	.search button {
		width: 72px;
		height: 36px;
		font-size: 15px;
		line-height: 36px;
	}
	.search input {
		width: calc(100% - 72px);
		height: 36px;
		text-indent: 8px;
		font-size: 12px;
	}
	.top .rightAdv {
		margin-top: 0px;
		width: 276px;
	}
	.nav {
		height: 38px;
		line-height: 38px;
	}
	.nav a {
		padding: 0 30px;
		font-size: 14px;
	}
	.location {
		margin-top: 12px;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.location i {
		font-size: 13px;
		margin-right: 2px;
	}
	.expertsList {
		margin-top: 10px;
		padding-top: 7px;
	}
	.expertsList .left {
		width: 226px;
	}
	.experts-top p {
		height: 36px;
	}
	.experts-top a {
		padding: 0 14px;
		color: #fff;
		font-size: 14px;
		line-height: 36px;
	}
	.experts-top a.focus::before {
		width: 15px;
		height: 43px;
		right: -12px;
	}
	.experts-top a:last-child.focus::before {
		width: 15px;
		height: 43px;
		left: -12px;
	}
	.experts-top a.focus i {
		margin-right: 4px;
		margin-top: 12px;
		width: 15px;
		height: 15px;
	}
	.experts-top a.focus {
		width: 120px;
		height: 43px;
		font-size: 16px;
		padding-top: 7px;
		margin-top: -7px;
	}
	.experts-top a b {
		height: 2px;
		bottom: 3px;
		left: 53%;
	}
	.experts-bot ul {
		padding: 4px 12px 22px;
	}
	.experts-bot li {
		margin-top: 10px;
		padding: 0 13px 0 26px;
		height: 32px;
		line-height: 32px;
		font-size: 13px;
	}
	.experts-bot li i {
		top: 13px;
		left: 13px;
		width: 6px;
		height: 6px;
		border: 2px solid #ccc;
	}
	.expertOpinions {
		margin-top: 18px;
	}
	.expertOpinions .title {
		padding: 14px 0 6px 6px;
		height: 42px;
		line-height: 22px;
	}
	.expertOpinions .title i {
		width: 22px;
		height: 22px;
		margin-right: 7px;
	}
	.expertOpinions .title b {
		font-size: 17px;
	}
	.expertOpinions ul {
		padding: 0 10px 20px;
	}
	.expertOpinions li {
		padding: 12px;
		margin-top: 12px;
	}
	.expertOpinions .img {
		width: 44px;
		height: 44px;
		margin-right: 6px;
	}
	.expertOpinions p {
		line-height: 22px;
		height: 44px;
		font-size: 12px;
	}
	.expertsList .right {
		width: calc(100% - 226px - 8px);
	}
	.expertsList .right ul {
		margin-top: -18px;
	}
	.expertsList .right li {
		margin-top: 18px;
	}
	.expertsList .right li .item {
		margin-left: 18px;
		padding: 14px 18px 17px;
	}
	.expertsList .right li .image {
		width: 84px;
		height: 84px;
		margin-right: 5px;
	}
	.expertsList .right li .image a {
		border: 2px solid #fff;
	}
	.expertsList .right li .image i {
		width: 81px;
		height: 82px;
		left: 9px;
		bottom: -6px;
	}
	.expertsList .right li .text {
		padding-top: 8px;
	}
	.expertsList .right li .text p {
		height: 22px;
		line-height: 22px;
		font-size: 14px;
	}
	.expertsList .right li .text span {
		margin-top: 6px;
		height: 36px;
		line-height: 18px;
		font-size: 12px;
	}
	.pages {
		padding: 25px 0 0;
	}
	.pages a {
		width: 40px;
		height: 40px;
		font: normal 15px/38px "Microsoft YaHei";
		border-radius: 3px;
		margin-right: 6px;
	}
	.pages a.ft {
		background:#fff url(../../../../images/experts/version/2024/pages.png) no-repeat 15px 14px;
	}
	.pages a.prev {
		background:#fff url(../../../../images/experts/version/2024/pages.png) no-repeat -35px 14px;
	}
	.pages a.lt {
		background:#fff url(../../../../images/experts/version/2024/pages.png) no-repeat -322px 14px;
	}
	.pages a.next {
		background:#fff url(../../../../images/experts/version/2024/pages.png) no-repeat -369px 14px;
	}
	.pages .jump {
		line-height: 38px;
	}
	.pages input {
		width: 40px;
		height: 40px;
		font: normal 13px/38px "Tahoma";
		margin: 0 6px;
	}
	.pages button {
		width: 56px;
		height: 40px;
		font: normal 14px/38px "Tahoma";
		margin-left: 5px;
	}
	.bot {
		margin-top: 35px;
		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: 114px;
		margin-left: 18px;
		border: 5px solid #484848;
	}
	.bot::after {
		right: 78px;
		top: 35px;
		width: 320px;
		height: 316px;
	}

}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .main{width:  1328px;}
    body{min-width:  1328px;}
	.top {
		padding: 24px 0;
	}
	.top .logo {
		height: 70px;
	}
	.top .searchBox {
		margin: 14px 0 0 118px;
		height: 42px;
		width: 495px;
	}
	.search input {
		width: calc(100% - 100px);
		height: 42px;
		text-indent: 10px;
		font-size: 13px;
	}
	.search button {
		width: 85px;
		height: 42px;
		font-size: 15px;
		line-height: 42px;
	}
	.top .rightAdv {
		margin-top: 1px;
		width: 323px;
	}
	.nav {
		height: 46px;
		line-height: 46px;
	}
	.nav a {
		padding: 0 36px;
		font-size: 15px;
	}
	.location {
		margin-top: 14px;
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.expertsList {
		margin-top: 14px;
		padding-top: 8px;
	}
	.location a {
		margin: 0 4px;
	}
	.expertsList .left {
		width: 264px;
	}
	.experts-top a {
		font-size: 15px;
		line-height: 42px;
	}
	.experts-top p {
		height: 42px;
	}
	.experts-top a.focus {
		width: 134px;
		height: 50px;
		font-size: 17px;
		padding-top: 8px;
		margin-top: -8px;
	}
	.experts-top a.focus::before {
		width: 20px;
		height: 50px;
		right: -17px;
		top: 0px;
	}
	.experts-top a.focus i {
		margin-right: 5px;
		margin-top: 14px;
		width: 16px;
		height: 16px;
	}
	.experts-top a:last-child.focus::before {
		width: 20px;
		height: 50px;
		left: -17px;
	}
	.experts-bot li {
		margin-top: 14px;
		padding: 0 15px 0 30px;
		height: 36px;
		line-height: 36px;
		font-size: 13px;
	}
	.experts-bot ul {
		padding: 6px 14px 26px;
	}
	.experts-bot li i {
		top: 16px;
		left: 15px;
		width: 7px;
		height: 7px;
		border: 2px solid #ccc;
	}
	.expertOpinions {
		margin-top: 21px;
	}
	.expertOpinions .title {
		padding: 18px 0 6px 8px;
		height: 48px;
		line-height: 24px;
	}
	.expertOpinions .title i {
		width: 24px;
		height: 24px;
		margin-right: 6px;
	}
	.expertOpinions .title b {
		font-size: 19px;
	}
	.expertOpinions ul {
		padding: 0 14px 28px;
	}
	.expertOpinions li {
		padding: 14px;
		margin-top: 14px;
	}
	.expertOpinions li:first-child {
		margin-top: 6px;
	}
	.expertOpinions .img {
		width: 52px;
		height: 52px;
		margin-right: 6px;
	}
	.expertOpinions p {
		line-height: 26px;
		height: 52px;
		font-size: 14px;
	}
	.expertsList .right {
		width: calc(100% - 264px - 10px);
	}
	.expertsList .right ul {
		margin-top: -20px;
	}
	.expertsList .right li {
		margin-top: 20px;
	}
	.expertsList .right li .image a {
		border: 3px solid #fff;
	}
	.expertsList .right li .image {
		width: 98px;
		height: 98px;
		margin-right: 8px;
	}
	.expertsList .right li .image i {
		width: 95px;
		height: 96px;
		left: 10px;
		bottom: -6px;
	}
	.expertsList .right li .item {
		margin-left: 20px;
		padding: 18px 20px 21px;
	}
	.expertsList .right li .text {
		padding-top: 12px;
	}
	.expertsList .right li .text p {
		height: 24px;
		line-height: 24px;
		font-size: 15px;
	}
	.expertsList .right li .text span {
		margin-top: 8px;
		height: 40px;
		line-height: 20px;
		font-size: 13px;
	}
	.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: 130px;
		margin-left: 18px;
		border: 6px solid #484848;
	}
	.footer .right li .code {
		width: 120px;
		height: 120px;
		padding: 5px;
	}
	.footer .left span {
		font-size: 13px;
		line-height: 30px;
	}
	.bot::after {
		right: 68px;
		top: 45px;
		width: 380px;
		height: 374px;
	}


}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .main{width:  1400px;}
    body{min-width:  1400px;}
	.top {
		padding: 25px 0;
	}
	.top .logo {
		height: 74px;
	}
	.top .searchBox {
		margin: 15px 0 0 125px;
		height: 44px;
		width: 522px;
	}
	.search button {
		width: 90px;
		height: 44px;
		font-size: 16px;
		line-height: 44px;
	}
	.search input {
		width: calc(100% - 90px);
		height: 44px;
		text-indent: 10px;
		font-size: 14px;
	}
	.top .rightAdv {
		margin-top: 1px;
		width: 341px;
	}
	.nav {
		height: 48px;
		line-height: 48px;
	}
	.nav a {
		padding: 0 38px;
		font-size: 16px;
	}
	.expertsList {
		padding-top: 8px;
	}
	.expertsList .left {
		width: 278px;
	}
	.experts-top p {
		height: 44px;
	}
	.experts-top a {
		padding: 0 20px;
		font-size: 16px;
		line-height: 44px;
	}
	.experts-top a.focus {
		width: 140px;
		height: 52px;
		font-size: 18px;
		padding-top: 8px;
		margin-top: -8px;
	}
	.experts-top a.focus i {
		margin-right: 6px;
		margin-top: 14px;
		width: 18px;
		height: 18px;
	}
	.experts-bot ul {
		padding: 8px 14px 28px;
	}
	.experts-bot li {
		margin-top: 11px;
		padding: 0 16px 0 32px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.expertOpinions {
		margin-top: 22px;
	}
	.expertOpinions .title i {
		width: 26px;
		height: 26px;
		margin-right: 8px;
	}
	.expertOpinions .title b {
		font-size: 20px;
	}
	.expertOpinions .title {
		padding: 20px 0 8px 8px;
		height: 54px;
		line-height: 26px;
	}
	.expertOpinions ul {
		padding: 0 12px 28px;
	}
	.expertOpinions li {
		padding: 14px;
		margin-top: 14px;
	}
	.expertOpinions .img {
		width: 54px;
		height: 54px;
		margin-right: 6px;
	}
	.expertOpinions p {
		line-height: 27px;
		height: 54px;
		font-size: 15px;
	}
	.expertsList .right {
		width: calc(100% - 278px - 11px);
	}
	.expertsList .right ul{
		margin-top: -21px;
	}
	.expertsList .right li {
		margin-top: 21px;
	}
	.expertsList .right li .item {
		margin-left: 21px;
		padding: 16px 22px 21px;
	}
	.expertsList .right li .image a {
		border: 3px solid #fff;
	}
	.expertsList .right li .image {
		width: 104px;
		height: 104px;
		margin-right: 8px;
	}
	.expertsList .right li .image i {
		width: 99px;
		height: 101px;
		left: 11px;
		bottom: -6px;
	}
	.expertsList .right li .text p {
		font-size: 16px;
	}
	.expertsList .right li .text {
		padding-top: 16px;
	}
	.expertsList .right li .text span {
		margin-top: 8px;
		font-size: 14px;
	}
	.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: 74%;
	}
	.footer .right li {
		margin-left: 18px;
	}

}
@media only screen and (min-width: 1600px){
    .main{width:  1560px;}
    body{min-width:  1560px;}
}



