.main,.w,.footer .item{
    width: 1500px;
    margin: 0 auto;
}
.ease{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.advs {
	position: relative;
	display: block;
	width: 100%;
}
.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;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@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;
	-moz-osx-font-smoothing: grayscale;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
	font-family: 'hbzhan';  /* Project id 1875012 */
	src: url('//at.alicdn.com/t/c/font_1875012_zq4nqqyg3i8.woff2?t=1717127498973') format('woff2'),
		 url('//at.alicdn.com/t/c/font_1875012_zq4nqqyg3i8.woff?t=1717127498973') format('woff'),
		 url('//at.alicdn.com/t/c/font_1875012_zq4nqqyg3i8.ttf?t=1717127498973') format('truetype');
}
.hbzhan {
	font-family: "hbzhan" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: "阿里妈妈数黑体 Bold";
	font-weight: 700;
  	src:
  		url("https://public.mtnets.com/Font/AlimamaShuHeiTi-Bold.woff2") format("woff2"), 
  		url("https://public.mtnets.com/Font/AlimamaShuHeiTi-Bold.woff") format("woff");
}
.part1 {
    margin-bottom: 20px;
}
/* top */
.top{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 74px;
    padding: 0 10px;
    background-color: #945d56;
    z-index: 99998;
    box-shadow: 0px 7px 7px -7px rgba(100, 100, 100, 0.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.top .newslogo{
    float: left;
    height: 40px;
    margin-top: 17px;
}
.top .menu{
    float: left;
    height: 74px;
    width: 36px;
    margin:0 35px 0 40px;
    position: relative;
}
.top .menu .menu-top{
    display: block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    margin-top: 19px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
}
.top .menu .menu-top i{
    color: #fff;
}
.top .menu-bot{
    display: none;
    position: absolute;
    width: 302px;
    left: -20px;
    top: 74px;
    padding: 28px 16px;
    z-index: 9999;
    font-size: 0;
    box-sizing: border-box;
    background-color: #945d56;
}
.top .menu-bot .logo{
    position: relative;
}
.top .menu-bot .logo::after,
.top .menu-bot .logo::before{
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}
.top .menu-bot .logo::before{
    left: 26px;
}
.top .menu-bot .logo::after{
    right: 26px;
}
.top .menu-bot .logo a{
    display: block;
    width: 140px;
    margin: 0 auto;
}
.top .menu-title{
    height: 26px;
    line-height: 26px;
    margin: 24px 6px 0;
    color: #fff;
}
.top .menu-title b{
    font-size: 18px;
}
.top .menu-title em{
    margin-left: 10px;
    font-size: 12px;
    font-style: normal;
    opacity: .5;
}
.top .menu-bot p{
    overflow: hidden;
}
.top .menu-bot p span{
    display: inline-block;
    width: 33.3%;
    padding: 0 6px;
    margin-top: 16px;
    box-sizing: border-box;
}
.top .menu-bot p span a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.2);
}
.top .menu-bot p span a:hover{
    background-color: #fff;
    color: #945d56;
}
.top .menu:hover .menu-bot{
    display: block;
}


.top .title{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: 12px 0 0 0;
    color: #fff;
}
.top .title a{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.top .title a:hover{
    color: #EEC591;
}
.top .search {
	float: right;
    margin: 19px 0 0 0;
	background-color: #f60;
	border-radius: 20px;
	overflow: hidden;
	/* padding: 2px; */
	height: 36px;
}
.top .search input {
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	width: 274px;
	color: #aaa;
	text-indent: 16px;
	border: 0;
	border-radius: 20px 0 0 20px;
}
.top .search button {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 84px;
	text-align: center;
	border: 0;
	background-color: #f60;
	outline: none;
	border-radius: 0 20px 20px 0;
	color: #fff;
	font-size: 16px;
}
.top .search button i {
	font-size: 15px;
	color: #fff;
	margin-right: 5px;
}




/* header */
.iframe {
	overflow: hidden;
	height: 40px;
	position: relative;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
#header{
	background: #f5f5f5;
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 14px;
}
.header{
	margin: 0 auto;
}
#divLogin{
	float: left;
}
#divLogin ul {
	float: left;
}
#divLogin ul li {
	float: left;
}
#divLogin ul li img {
	vertical-align: top;
	margin: 2px 4px 0 0;
}
#divLogin ul li:first-child a {
	margin-right: 0;
}
#divLogin ul li a{
	color: #999;
	margin-right: 15px;
}
#divLogin ul li a.login {
	color: #945d56;
}
#divLogin ul li a:hover,.header p a:hover{
	color: #945d56;
}
#divLogin ul li a.S-login {
	color: #945d56;
}

.header p {
	float:right;
	padding-right:190px;
	font-size: 0;
}
.header p a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	position: relative;
}
.header p a::after {
	width: 1px;
	height: 15px;
	background-color: #e4e4e4;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
}

/* advTop */
.advTop{
    background-color: #fff;
}
.advTop ul{
    margin: 0 -10px;
    overflow: hidden;
}
.advTop li{
    float: left;
    width: 100%;
}
.advTop li .item{
    padding: 12px 10px 0;
}
.advTop ul.line-2 li{
    width: 50%;
}
.advTop ul.line-3 li{
    width: 33.3%;
}
.advTop ul.line-4 li{
    width: 25%;
}
.advTop ul.line-5 li{
    width: 20%;
}
.advTop em{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    background: red;
    color: #fff;
    padding: 0 3px;
    font-style: normal;
    line-height: 20px;
}
/* Tophead */
.Tophead {
	position: relative;
	margin: 0 auto;
}
.Tophead ul{
	position: absolute;
	top: -40px;
	right: 0;
}
.Tophead li{
	float: left;
	height: 40px;
  	position: relative;
}
.Tophead li .ServiceTop {
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-size: 14px;
	position: relative;
}
.Tophead li .ServiceTop::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #e2e2e2;
}
.Tophead li:last-child .ServiceTop::after{
	display: none;
}
.Tophead li .ServiceTop a{
	color: #777;
}
/* 快速求购 */
.Tophead li:nth-child(1) .ServiceTop{
	height: 26px;
	line-height: 26px;
	margin-top: 7px;
}
.Tophead li:nth-child(1) .ServiceTop a{
	padding: 0 9px;
	background-color: #945d56;
	color: #fff;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
}
/* 两个下拉 */
.Tophead li.mobile .ServiceTop a,.Tophead li.weixin .ServiceTop a{
	color: #945d56;
}
.Tophead li .ServiceTop i{
	margin-right: 6px;
}
/* mobile */
.ServiceBot{
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 40px;
	right: 0;
	display: none;
	text-align: center;
	z-index: 9999;
	box-sizing: border-box;
}
.ServiceBot1 {
	width: 833px;
	padding: 18px 14px;
	background-image: -moz-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.ServiceBot1 .item {
	float: left;
	width: 20%;
}
.ServiceBot1 .item .image{
	padding: 4px 4px 0;
	border-radius: 8px;
	display: inline-block;
	background-image: -moz-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
}
.ServiceBot1 .item .image img{
	width: 130px;
	height: 130px;
	border-radius: 8px;
}
.ServiceBot1 .item .image b{
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
}
.ServiceBot1 .item p{
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
}
.Tophead li.mobile .hover{
	background-color: rgb(251, 238, 236);
}
.Tophead li.mobile .hover a{
	color: #945d56;
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* weixin */
.ServiceBot2{
	height: 220px;
	width: 740px;
	background-image: -moz-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.ServiceBot2 .gzRight{
	width: 440px;
	border-left: 1px solid #f3f3f3;
	float: right;
}
.ServiceBot2 .gzRight a{
	height: 110px;
	padding: 65px 20px 27px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
	cursor: pointer;
}
.ServiceBot2 .gzRight a:nth-child(1)::after,
.ServiceBot2 .gzRight a:nth-child(2)::after,
.ServiceBot2 .gzRight a:nth-child(3)::after,
.ServiceBot2 .gzRight a:nth-child(4)::after{
	position: absolute;
	content:'';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a::before{
	position: absolute;
	content:'';
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a:nth-child(4n)::before{
	display: none;
}
.ServiceBot2 .gzRight a i{
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 31px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-1.png) no-repeat;
	background-size: 100% 100%!important;
	display: inline-block;
	vertical-align: top;
}
.ServiceBot2 .gzRight a:nth-child(2) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-2.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(3) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-3.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(4) i{
	width: 63px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-4.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(5) i{
	width: 28px;
	height: 24px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-5.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(6) i{
	width: 41px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-6.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(7) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-7.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(8) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-8.png) no-repeat;
}
.ServiceBot2 .gzRight a.focus,.ServiceBot2 .gzRight a:hover{
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 2px 12px 0px rgba(40, 40, 40, 0.1);
}
.ServiceBot2 .gzRight a.focus::after,.ServiceBot2 .gzRight a.focus::before{
	display: none;
}
.ServiceBot2 .zgLeft{
	width: 299px;
	height: 100%;
	float: right;
	position: relative;
	display: none;
}
.ServiceBot2 .zgLeft p{
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 20px;
	line-height: 28px;
	font-size: 20px;
	color: #c27468;
	transform: translateY(-50%);
}
.ServiceBot2 .zgLeft img{
	position: absolute;
	left: 66px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.Tophead li.weixin .hover{
	background-color: rgb(251, 238, 236);
}
.Tophead li.weixin .hover a{
	color: #945d56;
}
.Tophead li.weixin .hover::after{
	display: none;
}
/* main-top */
.main-top .item{
	padding: 25px 0;
	background-color: #fff;
	position:relative;
}
.main-top .item .logo{
    height: 61px;
	float: left;
}
.main-top .topAdv {
	float: right;
	width: 360px;
	height: 66px;
}
.main-top .searchMain {
	margin: 0 0 0 76px;
	float: left;
}
.main-top .searchMain .hot {
	margin-top: 10px;
}
.main-top .searchMain .hot i {
	color: #ff5346;
	font-size: 14px;
	margin-right: 2px;
}
.main-top .searchMain .hot a {
	font-size: 13px;
	color: #666;
	margin-right: 10px;
}
.main-top .searchMain .hot a:hover {
	color: #945d56;
}
.main-top .search {
	width: 620px;
	height: 44px;
	border: 2px solid #945d56;
	position: relative;
	border-radius: 40px;
	box-sizing: border-box;
}
.main-top .searchSelect {
	width: 76px;
	height: 40px;
	position: relative;
	float: left;
}
.main-top .selectTop {
	position: relative;
	cursor: pointer;
}
.main-top .selectTop p {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-indent: 20px;
	border-right: 1px solid #e6e6e6;
	margin-top: 10px;
}
.main-top .selectTop i {
	position: absolute;
	right: 4px;
	top: 1px;
	font-size: 22px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.main-top .selectTop.focus i {
	top: 3px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.main-top .search button {
	position: absolute;
	height: 44px;
	line-height: 44px;
	background-color: #945d56;
	color: #ffffff;
	width: 100px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 0 40px 40px 0;
}
.main-top .search button i {
	font-size: 16px;
	margin: 0 5px 0 0;
}
.main-top .search input {
	width: 443px;
	height: 40px;
	float: left;
	border: none;
	font-size: 14px;
	color: #aaa;
	text-indent: 14px;
	background-color: #fff;
}
.main-top .selectBot {
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	top: 40px;
	left: 0px;
	z-index: 99;
	border-bottom: 2px solid #945d56;
	border-top: 2px solid #945d56;
	display: none;
}

.main-top .selectBot li {
	line-height: 26px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #945d56;
	border-right: 2px solid #945d56;
}

.main-top .selectBot li:hover {
	background-color: #945d56;
	border-left: 2px solid #945d56;
	border-right: 2px solid #945d56;
	color: #fff;
	cursor: pointer;
}

/* main-top  End */

/* nav */
.nav {
	background: #945d56;
	height: 50px;
	line-height: 50px;
	font-size: 0;
	white-space: nowrap;
}
.nav ul{
	font-size: 0;
	white-space: nowrap;
}
.nav ul li{
	height:50px;
	display: inline-block;
	font-size: 18px;
	position:relative;
	vertical-align: top;
}
.nav ul li a {
	display: inline-block;
	color: #fff;
	padding: 0 22px;
	vertical-align: top;
}
.nav ul li a.home {
	padding: 0 30px;
}
.nav ul li a.home,
.nav ul li a:hover {
	background: #ed6d00;
}
.nav ul li.active .nav-top i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.nav ul li.active .nav-bot{
	display: block;
}
.nav-top{
	height:50px;
}
.nav-top a{
	height:50px;
}
.nav-top a i{
	font-size:30px;
	margin-left:10px;
	display: inline-block;
	vertical-align: top;
}
.nav-bot{
	position:absolute;
	left: 0;
	z-index: 99;
	top:50px;
	width:100%;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: none;
	left: 50%;
	transform: translateX(-50%);
}
.nav-bot p a{
	height: 46px;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	color: #333 !important;
	display: block !important;
	position:relative;
	padding:0;
}
.nav-bot p a:hover {
	color: #c1786f;
	background-color: #efdbd9 !important;
}
.nav-bot p a::after{
	content:'';
	position:absolute;
	bottom:0;
	left:16px;
	right: 16px;
	border-bottom:1px dotted #ddd;
}
/* navFn */
.navFn {
	background: #f5f5f5;
	padding: 16px 0;
}
.navFn dl,
.navFn dd,
.navFn dd span,
.navFn dd li{
	box-sizing: border-box;
}
.navFn dl:nth-child(1){
    padding-right: 16px;
    width: 27.2%;
    float: left;
    position: relative;
}
.navFn dl:nth-child(1)::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #ddd;
}
.navFn dt{
    width: 48px;
    height: 52px;
    float: left;
}
.navFn dt img{
    width: 100%;
    height: auto;
}
.navFn dd{
    width: calc(100% - 48px);
    float: left;
}
.navFn dd span{
    height: 24px;
    line-height: 24px;
    padding-left: 16px;
    font-size: 16px;
    width: 33.3%;
    font-family: "阿里妈妈数黑体 Bold";
    float: left;
    overflow: hidden;
}
.navFn dd span a{
    color: #333;
}
.navFn dd span i{
    width: 16px;
    height: 16px;
    margin: 3px 6px 0 0;
    display: inline-block;
    vertical-align: top;
}
.navFn dd span i img{
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.navFn dd span:nth-child(n+4){
    margin-top: 4px;
}
.navFn dd span a:hover{
    color: #945d56;
    text-decoration: underline;
}
.navFn dl:nth-child(2){
    padding-left: 16px;
    width: 72.8%;
    float: left;
}
.navFn dd li{
    padding-left: 14px;
    font-size: 15px;
	width: 10%;
	float: left;
	position: relative;
}
.navFn dd li:nth-child(n+13){
	margin-top: 2px;
}
.navFn dd li>a,
.navFn dd li .more_top a{
    height: 26px;
    line-height: 26px;
	color: #333;
	display: block;
	overflow: hidden;
}
.navFn dd li>a:hover,
.navFn dd li .more_top a:hover{
	color: #945d56;
    text-decoration: underline;
}
.navFn dd li .more_top a{
	font-weight: 700;
}
.navFn dd .more_bot{
	display: none;
	width: 100px;
	position: absolute;
	right: 0;
    top: 26px;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, .4);
	border-radius: 2px;
	z-index: 99999;
}
.navFn dd .more_bot a{
	line-height: 32px;
	font-size: 15px;
	text-indent: 16px;
	color: #666;
	display: block;
}
.navFn dd .more_bot a:hover{
	background-color: #945d56;
	color: #fff;
}
/* nav End */
/* wrapper */
#wrapper{
    padding-bottom: 26px;
    background-color: #fff;
}
#wrapper .main{
    width: 1580px;
    padding: 0 80px 0 0;
}
/* share */
#wrapper #share{
    float: left;
    width: 70px;
    position: relative;
    z-index: 9998;
}
.share{
    position: fixed;
    top: 388px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.Share-1{
    position: relative!important;
}
.wx-bot{
    left: 50px!important;
}
.Share-1 .wx-bot .Share-code {
	margin-left: 18px!important;
}
.Share-1 .wx-bot em {
    right: initial!important;
	left: -17px;
	background: url(https://public.mtnets.com/Images/public/share/Share-arr-left.png) no-repeat!important;
}
/* qq-bot */
 .Share-1 .qq-bot,.Share4-bot {
	position: absolute;
	left: 50px;
    top: -65px;
	z-index: 10000;
	display: none;
}
.Share-1 .qq-bot .Share-code,
.Share4-bot .Share-code {
	margin-left: 18px;
	padding: 15px;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	border-radius: 4px;
	position: relative;
}
.Share-1 .qq-bot em,
.Share4-bot em {
	position: absolute;
	top: 70px;
	display: inline-block;
	height: 32px;
	width: 17px;
	left: -17px;
	background: url(https://public.mtnets.com/Images/public/share/Share-arr-left.png) no-repeat!important;
}
.Share-1 .qq-bot .Share-img{
	width: 138px;
	height: 138px;
}
.Share4-bot .Share-img {
	width: 116px;
	height: 116px;
}
.Share-1 .qq-bot span,
.Share4-bot span {
	display: block;
	line-height: 20px;
	margin-top: 16px;
	font-size: 14px;
    width: auto!important;
	color: #999;
	text-align: center;
}
 .Share4-bot span {
	margin-top: 10px;
	font-size: 12px;
}
.Share-1 li.Share-qq:hover .qq-bot,
.share_4:hover .Share4-bot{
    display: block;
}
/* qq-bot */
.share_2,.share_3,.share_4{
    margin-top: 22px;
    position: relative;
}
.share_tg{
    margin-top: 8px;
}
.share .Share-top {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 12px;
	color: #999;
	position: relative;
	text-align: center;
}
.share .Share-top span {
	position: relative;
	display: inline-block;
	padding: 0 8px;
	background-color: #fff;
	z-index: 2;
}
.share .Share-top i {
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	height: 1px;
	background-color: #dddddd;
	z-index: 1;
}
.share_2 b,.share_3 b{
    display: block;
    text-align: center;
    font-weight: normal;

}
.share_2 b i,.share_3 b i{
    font-size: 36px;
    color: #484848;
}
.share_4 .Share4-top span{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    background-color: #945d56;
    border-radius: 50%;
}
.share_4 .Share4-top span i{
    font-size: 22px;
    color: #fff;
}
.share_4 b{
    display: block;
    margin-top: 7px;
    font-size: 14px;
    color: #945d56;
    text-align: center;
}
/* end */
#wrapper .main_right{
    float: right;
    width: 1500px;
    margin-left: 10px;
}
#wrapper .position{
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #999;
}
#wrapper .position i{
    margin-right: 6px;
    color: #945d56;
}
#wrapper .position a{
    padding-right: 20px;
    color: #999;
    position: relative;
}
#wrapper .position a::after{
    position: absolute;
    content: ">";
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #999;
}
#wrapper .position a:last-child{
    color: #945d56;
}
#wrapper .position a:last-child::after{
    display: none;
}
.wrapper-title .left{
    overflow: hidden;
    padding: 28px 18px;
    color: #fff;
    background: url(../../../../Images/news/version/2022/wrapper-title.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    box-sizing: border-box;
}
.wrapper-title .left p{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    position: relative;
}
.wrapper-title .left p.year::before,.wrapper-title .left p.year::after{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background: rgba(221, 221, 221, 0.5);
}
.wrapper-title .left p.year::before{
    left: 7px;
}
.wrapper-title .left p.year::after{
    right: 7px;
}
.wrapper-title .left b{
    display: block;
    line-height: 1;
    font-size: 30px;
}
.wrapper-title .right{
    float: right;
    width: 1340px;
    margin-left: 36px;
}
.wrapper-title .right h1{
    line-height: 52px;
    max-height: 104px;
    font-size: 40px;
}
.wrapper-title .right h1 a{
    color: #333;
}
.wrapper-title .right h1:hover a{
    color: #945d56;
}
.wrapper-title .right .title-com{
    text-align: right;
    line-height: 24px;
    margin-top: 10px;
    font-size: 16px;
    color: #999;
    position: relative;
}
.wrapper-title .right .title-com i{
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 1px;
    margin: 13px 5px 0 0;
    background-color: #999;

}
.wrapper-title .right p{
    height: 28px;
    line-height: 28px;
    margin-top: 15px;
    font-size: 0;
}
.wrapper-title .right p span{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-right: 25px;
    color: #999;
}
.wrapper-title .right p span a{
    display: inline-block;
    height: 28px;
    width: 66px;
}
.wrapper-title .right p span.guanzhu,
.wrapper-title .right p span.shoucang{
    margin-right: 12px;
}
.wrapper-title .right p span.gz-btn a{
    background: url(../../../../Images/news/version/2022/gz-btn.png) no-repeat;
}
.wrapper-title .right p span.gz-btn-active a{
    background: url(../../../../Images/news/version/2022/gz-btn-active.png) no-repeat;
}
.wrapper-title .right p span.sc-btn a{
    background: url(../../../../Images/news/version/2022/sc-btn.png) no-repeat;
}
.wrapper-title .right p span.sc-btn-active a{
    background: url(../../../../Images/news/version/2022/sc-btn-active.png) no-repeat;
}
.wrapper{
    overflow: hidden;
}
.abstract{
    margin-top: 26px;
}
.wrapper .right {
	overflow: hidden;
}
.wrapper .right .advs img {
    width: 100%;
}
.wrapper .right .hbApp,
.wrapper .right .part2,
.wrapper .right .part3,
.wrapper .right .part4,
.wrapper .right .part5{
    margin-top: 18px;
}
/* right-title */
.wrapper .right-title{
    height: 34px;
    line-height: 34px;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
    color: #cacaca;
}
.wrapper .right-title span{
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.wrapper .right-title span b{
    color: #945d56;
}
.wrapper .right-title em {
    font-size: 22px;
	color: #e6ebf5;
	font-family: "Arial";
    font-style: normal;
    font-weight: bold;
	margin-left: 8px;
}
.wrapper .right-title em i {
	font-style: normal;
	margin-right: 7px;
}
.wrapper .right-title a.more{
    float: right;
    font-size: 14px;
    color: #999;
}
.wrapper .right-title a.more i{
    font-size: 14px;
    margin-left: 4px;
}
.wrapper .right-title a.more:hover,.wrapper .right-title a.more:hover i{
    color: #945d56;
}
/* part2 */
.part2 li{
    margin-top: 6px;
    padding-left: 26px;
    position: relative;
}
.part2 li i{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 2px;
    font-style: normal;
    color: #fff;
    background-color: #bababa;
    text-align: center;
}
.part2 li:nth-child(1) i,
.part2 li:nth-child(2) i,
.part2 li:nth-child(3) i{
    background-color: #945d56;
}
.part2 li a{
    display: block;
    line-height: 32px;
    height: 32px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.part2 li:hover a{
    color: #945d56;
}
/* part3 */
.hot-talk{
    margin-top: 12px;
}
.hot-talk .item {
	margin-top: 15px;
	background-color: #f5f5f5;
	border: 1px solid #eee;
}
.hot-talk .talk-title {
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	background: url(../../../../Images/news/version/2022/news-title.jpg) no-repeat;
	background-size: cover;
	padding-left: 45px;
	font-size: 16px;

	font-weight: bold;
}
.hot-talk .talk-title a{
	color: #fff;
}
.hot-talk .item-bot {
	padding: 0 20px 20px;
}
.hot-talk .item-bot p {
	margin-top: 20px;
	font-size: 15px;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
}
.hot-talk .item-bot p i {
	color: #bababa;
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	margin-top: -1px;
	margin-right: 12px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.hot-talk .item-bot p a {
	color: #666;
}
.hot-talk .item-bot p a:hover {
	color: #945d56;
}

/* part4 */
.part4 .first{
    margin-top: 18px;
}
.part4 .first .image{
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.part4 .first .image img{
    max-height: none;
    width: 100%;
}
.part4 li .image {
    height: 97px;
	position: relative;
}
.part4 li .image img {
	height: 100%;
	width: 100%;
}
.part4 .first .image mark {
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 28px;
	padding: 0 15px;
	border-radius: 2px;
	font-size: 15px;
	color: #fff;
	background-color: #ea3535;
}
.part4 .image mark.living{
	background-color: #ea3535;
}
.part4 .image mark.notice {
	background-color: #2884e2;
}
.part4 .image mark.replay {
	background-color: #509b42;
}
.part4 .image p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
}
.part4 .image p span {
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.gradual {
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
}
.part4 .first dl {
	margin-top: 20px;
	overflow: hidden;
	line-height: 18px;
	height: 18px;
}
.part4 .first dl dt {
	float: left;
	margin-right: 8px;
	width: 20px;
}
.part4 .first dl dt {
	float: left;
	margin-right: 8px;
	width: 20px;
}
.part4 .first dl dd {
	overflow: hidden;
	font-size: 16px;
}
.part4 .first dl dd a{
    color: #333;
}
.part4 .first dl dd a:hover{
    color: #945d56;
}
.part4 ul {
	overflow: hidden;
	margin-right: -14px;
}
.part4 li {
	width: 50%;
	float: left;
	margin-top: 24px;
}
.part4 li .item {
	margin-right: 14px;
}
.part4 li mark {
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 24px;
	padding: 0 11px;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	background-color: #ea3535;
}
.part4 li p {
	margin-top: 12px;
	line-height: 22px;
	font-size: 15px;
	height: 44px;
	overflow: hidden;
}
.part4 li p a{
    color: #333;
}
.part4 li p:hover a{
    color: #945d56;
}
/* part5 */
.part5 li {
	margin-top: 16px;
	overflow: hidden;
}
.part5 .image {
	float: left;
	width: 104px;
	margin-right: 16px;
}
.part5 .image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.part5 .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.part5 .text {
	overflow: hidden;
}
.part5 .text p {
	font-size: 16px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}
.part5 .text p a{
    color: #333;
}
.part5 .text p a:hover{
    color: #945d56;
}
.part5 .text span {
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}
.part5 .text .price {
	margin-top: 20px;
    overflow: hidden;
}
.part5 .text .price b{
    float: left;
    width: 40px;
    line-height: 34px;
    height: 30px;
    font-size: 13px;
    font-weight: normal;
    color: #999;
}
.part5 .text .price .sale{
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    color: #e54249;
    overflow: hidden;
}
.part5 .text .price .sale i{
    font-style: normal;
    font-size: 15px;
}
.part5 .text .price .sale font {
    font-size: 17px;
    vertical-align: top;
    display: inline-block;
    margin-top: 2px;
  }
/* left */
.wrapper > .left{
    overflow: hidden;
    width: calc(100% - 360px - 50px);
    margin-right: 50px;
    float: left;
}
.abstract {
	width: 100%;
	padding: 20px;
	background: #f3f3f3;
	font-size: 18px;
	line-height: 34px;
	color: #666;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.abstract b {
	font-size: 18px;
	color: #333;
}
.content {
	font-size: 18px;
	line-height: 2;
	color: #333;
	font-family: "Microsoft YaHei";
}
.content a{
	color: #0300d0;
}
.content img{
	margin: 20px 0;
}
/* news-download  */
.news-download{
    margin-top: 30px;
    padding-left: 26px;
    position: relative;
}
.news-download i{
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #ef7707;
}
.news-download a{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #ef7707;
}
/* news-company  */
.news-company{
    width: 700px;
    padding: 18px 26px;
    margin: 32px auto 0;
    background-color: #faf3ed;
    border: 1px solid #f4e7db;
    box-sizing: border-box;
    overflow: hidden;
}
.news-company .comleft{
    float: left;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
}
.news-company .comleft img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: auto;
}
.news-company .comright{
    height: 40px;
    margin-top: 12px;
    overflow: hidden;
}
.news-company .comright a.comA{
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    width: 428px;
    font-size: 22px;
    font-weight: 700;
    margin-right: 20px;
    color: #333;

}
.news-company .comright a.comA:hover{
    color: #945d56;
}
.news-company .comright a.btnA{
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    width: 110px;
    font-size: 16px;
    color: #fff;
    background-color: #f18928;
    border-radius: 2px;
    text-align: center;
}
.news-company .comright a.btnA i{
    display: inline-block;
    font-size: 12px;
    color: #fff;
}
/* topic */
.topic{
    margin-top: 25px;
    overflow: hidden;
}
.topic .topicTitle{
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: 0;
    padding: 0;
    float: left;
}
.topic .topicTitle b::after {
	top: 11px;
}
.topic .text{
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    background: url(../../../../Images/news/version/2022/topic.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    text-align: center;
}
.topic .text a{
    color: #945d56;
}
.topic .text a:hover{
    text-decoration: underline;
}
/* comment */
#comment{
    margin-top: 22px;
}
.comment{
	border-radius: 2px;
	box-sizing: border-box;
	margin-top: 15px;
}
.commentaries,.topicTitle{
    height: 32px;
    line-height: 32px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}
.commentaries b,.topicTitle b{
    float: left;
    padding-right: 18px;
    font-size: 24px;
    color: #333;
    position: relative;
    z-index: 9;
}
.commentaries b::after,.topicTitle b::after{
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 35px;
    height: 31px;
    background: url(../../../../Images/news/version/2022/afterImg.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.comment_toolbar {
	height: 45px;
}
.comment_toolbar p {
	background: url(../../../../images/news/comment.png) 0 0 no-repeat;
	text-indent: 45px;
	width: 250px;
	float: left;
	font: normal 14px/35px "microsoft yahei";
}
.comment_toolbar p a {
	font: bold 14px/35px "microsoft yahei";
	color: #ff6600;
	margin: 0 4px;
}
.toolbar_Rt {
	float: left;
}
.nickname {
	float: left;
	margin-right: 9px;
}
.nickname label {
    float: left;
	height: 40px;
	width: 40px;
    margin-top: 2px;
    margin-right: 18px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 40px;
}
.nickname label i.logo{
    display: block;
    height: 40px;
    background: url(../../../../Images/news/version/2022/comment-logo.png) no-repeat;
    background-size: 100% 100%;
}
.nickname input {
	height: 45px;
	width: 200px;
	float: left;
	color: #aaa;
    background-color: #f3f3f3;
	text-indent: 12px;
	font: normal 16px/44px "microsoft yahei";
    border: 0;
}
.v_code {
	float: left;
    height: 45px;
    margin-left: 12px;
    padding: 6px 12px;
    background-color: #f3f3f3;
	position: relative;
    box-sizing: border-box;
}
.v_code input {
	float: left;
	height: 33px;
	width: 150px;
	color: #aaa;
    background-color: #f3f3f3;
	text-indent: 10px;
	font: normal 16px/33px "microsoft yahei";
    border: 0;
}
.v_code label {
	height: 33px;
	float: left;
	border: 1px solid #d2d2d2;
	border-left: 0;
}
.v_code label img {
	width: 78px;
	height: 33px;
}
.error {
	position: absolute;
	top: -37px;
	left: 0;
	height: 30px;
	width: 119px;
	padding-bottom: 5px;
	font: normal 12px/30px "microsoft yahei";
	color: #fff;
	text-align: center;
	background: url(../../../../images/news/version/2022/comment.png) 0 -94px no-repeat;
}
.anonymous {
	float: left;
    font-size: 16px;
    line-height: 22px;
	margin:11px 0 0 7px;
}
.anonymous span.checkbox {
	width: 36px;
    height: 22px;
    padding: 3px;
	float: left;
	margin-right: 7px;
    background-color: #ccc;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.anonymous span.checkbox::after{
    position: absolute;
    content: "";
    left: 3px;
    top: 3px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.checked span.checkbox::after {
    left: 17px;
}
.checked span.checkbox {
	background-position: 0 -58px;
    background-color: #945d56;
}
.commend-login{
    float: right;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700;
}
.commend-login a{
    display: block;
    color: #945d56;
}
.commentArea {
	zoom: 1;
	margin-top: 15px;
}
.commentArea .left{
    float: left;
    width: 58px;
    font-size: 16px;
    color: #333;
}
.textarea {
	padding: 10px;
	border-radius: 2px;
	zoom: 1;
    background-color: #f3f3f3;
    overflow: hidden;
}
.textarea div {
	border: none;
	width: 100%;
	float: left;
	height: 100px;
	font: normal 16px/24px 'microsoft yahei';
	overflow: auto;
	outline: none;
}
.textarea::after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.commentArea_ft {
	margin-top: 17px;
}
.commentArea_ft::after {
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.face {
	float: left;
	position: relative;
	z-index: 99;
}
.face span {
	cursor: pointer;
	height: 34px;
    line-height: 34px;
    font-size: 14px;
	margin-top: 5px;
    text-align: center;
	float: left;
}
.face i {
    display: inline-block;
    vertical-align: top;
	background: url(../../../../Images/news/version/2022/face-img.png) no-repeat;
	height: 22px;
	width: 22px;
    margin-top: 6px;
    margin-right: 4px;
}
.faceList {
	display: none;
	position: absolute;
	left: 0;
	top: 36px;
	padding: 4px;
	width: 390px;
	background: #fff;
	border: 1px solid #dfe6f6;
}
.faceList a {
	float: left;
	height: 22px;
	width: 22px;
	padding: 4px 2px;
}
.commentArea_ft button {
	float: right;
	height: 44px;
	width: 108px;
	background: #945d56;
	color: #fff;
	border: none;
	cursor: pointer;
    border-radius: 2px;
	font: normal 16px/44px "microsoft yahei";
}
.commentArea_ft p {
	font: normal 14px/44px "microsoft yahei";
	color: #999;
	float: right;
	margin-right: 20px;
}
/* 评论 */
.commentContent {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.all_com_t {
	padding: 20px 0;
	position: relative;
}
.all_com_t i {
	width: 100%;
	height: 1px;
	float: left;
	background-color: #dcdcdc;
}
.all_com_t h3 {
	position: absolute;
	left: 50%;
	top: 7px;
	background-color: #fff;
	margin-left: -55px;
	width: 110px;
	z-index: 9;
	text-align: center;
	font: normal 18px/24px "microsoft yahei";
}
.main .left li {
	padding: 22px 0;
	border-bottom: 1px solid #e6e6e6;
}
.main .left li:last-child{
    padding-bottom: 0;
    border: 0;
}
li div.head {
	height: 40px;
	width: 40px;
	position: absolute;
}
li div.head img {
	height: 40px;
	width: 40px;
}
.cont,.subset {
	margin-left: 58px;
}
.comment .info {
	height: 20px;
}
.comment .info span.name {
	float: left;
	font: 16px/20px "microsoft yahei";
	color: #945d56;
}
.comment .info span.area {
	float: left;
	font: normal 14px/20px "microsoft yahei";
	color: #aaa;
	margin-left: 10px;
}
.comment .info span.time {
	float: left;
    margin-left: 14px;
	font: normal 14px/20px arial;
	color: #999;
}
.comment .info a.report{
    float: right;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}
.comment .info a.report i{
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 14px;
    margin: 3px 4px 0 0;
    background: url(../../../../Images/news/version/2022/report.png) no-repeat;
    background-size: 100% 100%;
}
.comment .info a.report:hover{
    color: #945d56;
}
.comment .info a.report:hover i{
    background: url(../../../../Images/news/version/2022/report-hover.png) no-repeat;
}
.cont div.txt {
	width: 100%;
	font: normal 16px/24px "microsoft yahei";
	color: #333;
	padding: 4px 0;
    margin-top: 8px;
}
.action {
	margin-top: 8px;
}
.action a {
	color: #a0a0a0;
	padding-left: 20px;
	cursor: pointer;
	margin-right: 20px;
	font: normal 14px/24px "microsoft yahei";
}
.action a.reply {
	background: url(../../../../Images/news/version/2022/reply.png) no-repeat 0 4px;
}
.action a.reply:hover{
    background: url(../../../../Images/news/version/2022/reply-hover.png) no-repeat 0 4px;
}
.action a.agree {
	background: url(../../../../Images/news/version/2022/agree.png) no-repeat 0 3px;
}
.action a.agree:hover {
	background: url(../../../../Images/news/version/2022/agree-hover.png) no-repeat 0 3px;
}
.action a.oppose {
	background: url(../../../../Images/news/version/2022/oppose.png) no-repeat 0 4px;
}
.action a.oppose:hover {
	background: url(../../../../Images/news/version/2022/oppose-hover.png) no-repeat 0 4px;
}
.action a.report {
	padding-left: 0;
}
.action a:hover{
    color: #945d56;
}


/* turnPiece */
.turnPiece{
    margin-top: 24px;
    padding: 15px 22px;
    background-color: #f3f3f3;
}
.turnPiece p{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #999;
    overflow: hidden;
}
.turnPiece p a{
    color: #333;
}
.turnPiece p a:hover{
    color: #945d56;
}
/* correlation */
.correlation{
    margin-top: 30px;
}
.correlation .title{
    height: 32px;
    line-height: 32px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}
.correlation .title b{
    float: left;
    padding-right: 18px;
    font-size: 24px;
    color: #333;
    position: relative;
    z-index: 9;
}
.correlation .title b::after{
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 35px;
    height: 31px;
    background: url(../../../../Images/news/version/2022/afterImg.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.correlation .title p{
    float: right;
    font-size: 16px;
    font-weight: 700;
    color: #eb3232;
}
.correlation .title p a{
    margin: 0 10px;
    font-weight: normal;
    color: #333;
}
.correlation .title p a:last-child{
    margin-right: 0;
}
.correlation .title p a:hover{
    color: #945d56;
}
.correlation .title a.more{
    float: right;
    margin-left: 28px;
    font-size: 14px;
    color: #999;
}
.correlation .title a.more i{
    font-size: 14px;
    margin-left: 4px;
}
.correlation .title a.more:hover,.correlation .title a.more:hover i{
    color: #945d56;
}
.main .left .correlation li{
    padding: 18px 0;
    border-bottom: 1px solid #e6e6e6;
}
.main .left .correlation li:last-child{
    padding-bottom: 0;
    border: 0;
}
.correlation li p{
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    overflow: hidden;
}
.correlation li p a{
    font-weight: 700;
    color: #333;
}
.correlation li p:hover a{
    color: #945d56;
}
.correlation li span{
    display: block;
    margin: 7px 0;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
    overflow: hidden;
    color: #999;
}
.correlation .bot{
    height: 22px;
    line-height: 22px;
    padding-right: 85px;
    overflow: hidden;
    position: relative;
}
.correlation .bot em{
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    padding: 0 6px;
    margin-right: 8px;
    font-style: normal;
    color: #945d56;
    background-color: #f4f7f0;
}
.correlation .bot em:last-child{
    margin: 0;
}
.correlation .bot .time{
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    font-size: 14px;
    text-align: right;
    color: #999;
}
/* statement */
.statement{
    margin-top: 30px;
    padding: 18px;
    line-height: 22px;
    font-size: 14px;
    background-color: #fbf9f3;
    border: 1px solid #ede7d6;
    border-radius: 2px;
}
.statement p{
    margin-top: 12px;
    color: #b7a367;
}
.statement b{
    display: block;
    color: #a48e4b;
}




/* new-bot */
.new-bot{
    padding: 15px 0;
    background-color: #f3f3f3;
}
.new-bot .main{
    overflow: hidden;
}
.new-bot b{
    float: left;
    margin-top: 10px;
    height: 36px;
    line-height: 36px;
    width: 90px;
    font-size: 18px;
    color: #333;
}
.new-bot p{
    margin-left:-15px;
    overflow: hidden;
}
.new-bot p a{
    display: inline-block;
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    margin:10px 0 10px 15px;
    padding: 0 18px;
    font-size: 16px;
    color: #333;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    background-color: #fff;
}
.new-bot p a:hover{
    background-color: #945d56;
    border-color: #945d56;
    color: #fff;
}
/* footer */
.footer {
	margin:0 auto ;
	background-color: #212324;
	margin-top: 35px;
}
.footer .item{
	margin: 0 auto;
	overflow: hidden;
}
.footer .item .footer-code{
	float: right;
	width: 400px;
	border-left: 1px solid #444444;
	margin-top: 27px;
}
.footer .item .footer-code li{
	float: left;
	padding-left: 44px;
}
.footer .item .footer-code li .code {
	width: 126px;
	height: 126px;
	border: 2px solid #fff;
	padding: 10px;
	background-color: #fff;
	box-sizing: border-box;
}
.footer .item .footer-code li p{
	text-align: center;
	font-size: 14px;
	color: #e2e2e2;
	margin-top: 16px;
}
.bannerLeft li .class-a span a {
	margin-right: 11px;
}
.footer .item .left{
	width: calc(100% - 410px);
	margin-top: 20px;
	margin-right: 0;
	overflow: hidden;
	padding-right: 44px;
	box-sizing: border-box;
}
.footer .item .left p{
	font-size: 14px;
	line-height: 32px;
	color: #838383;
}
.footer .item .left p a{
	color: #838383;
	padding: 0 16px;
	display: inline-block;
	line-height: 1;
	border-right:1px solid #444444;
}
.footer .item .left p a:first-child{
	padding-left: 0;
}
.footer .item .left p a:last-child{
	border:none;
}
.footer .item .left p a:hover{
	color: #ff8d50;
}

.footer .item .left span{
	font-size: 14px;
	line-height: 32px;
	color: #838383;
}
.footer .item .left span img{
	margin: 7px 22px 0 12px;
	vertical-align: top;
}
.footer .item .left span a{
	position: relative;
	cursor: pointer;
}
.footer .item .left span a .QQhover{
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
   	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	/* font-weight: 700; */
	height: 20px;
	width: 100px;
	text-align: center;
	resize: none;
	cursor: pointer;
    overflow: hidden;
   	resize: none;
   	font-family: "Microsoft Yahei";
}
.footer .item .left span a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footer .item .left span a:hover .QQhover{
	display: inline-block;
}
.copyright{
	font-size: 12px;
	line-height: 22px;
	color: #838383;
	border-top: 1px solid #444444;
	margin-top: 10px;
	padding:10px 0;
	display: inline-block;
}
.copyright img{
	margin: 1px 8px 0 0px;
	vertical-align: top;
}
ul.footImg {
	width: 730px;
	height: 43px;
	margin-bottom: 24px;
	overflow: hidden;
	background: url(https://www.gkzhan.com/Images/child/version/2022/copyright.png) no-repeat 0 0;
}
ul.footImg li {
	width: 122px;
	float: left;
}
ul.footImg li a {
	width: 110px;
	height: 43px;
	display: block;
}
ul.footImg li:last-child {
	width: 110px;
}
/* end */
/* rightNav */
.rightNav {
	position: fixed;
	right: 10px;
	top: 150px;
	z-index: 9999;
}

.rightNavItem {
	width: 50px;
	position: relative;
	border-radius: 4px;
	background: #945d56;
}

.rightNavItem a {
	display: inline-block;
	width: 50px;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
}
.rightNavItem a::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 28px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,0.3);
}

.HBapp,.weixinItem,.qqItem {
	z-index: 99999;
}

.contribution {
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	position:relative;
}
.contribution-a{
	font-size: 14px;
	font-weight: bold;
}
.contribution-tg{
	padding:10px;
	height:50px !important;
	box-sizing: border-box;
}

.rightNavItem a.home {
	background: url("https://www.gkzhan.com/images/Version/2022/info/right-ico2.png") no-repeat center center;
}
.rightNavItem a.tiktok {
	background: url("https://www.gkzhan.com/images/Version/2022/info/right-ico3.png") no-repeat center center;
}
.rightNavItem a.WeiXin {
	background: url("https://www.gkzhan.com/images/Version/2022/info/right-ico4.png") no-repeat center center;
}
.rightNavItem a.yijian {
	background: url("https://www.gkzhan.com/images/Version/2022/info/right-ico5.png") no-repeat center 10px;
	text-align: center;
	height:80px;
}
.rightNavItem a.yijian b{
	font-weight:400;
	margin-top:40px;
	display: inline-block;
	width:32px;
}
.rightNavItem a.app {
	text-align: center;
	line-height: 50px;
}
.rightNavItem a.app i {
	font-size: 26px;
}
.rightNavItem a.toTop {
	text-align: center;
	line-height: 50px;
	-webkit-transition: all 0 ease;
	-moz-transition: all 0 ease;
	-ms-transition: all 0 ease;
	-o-transition: all 0 ease;
	transition: all 0 ease;
	display: none;
}
.rightNavItem a.toTop i {
	font-size: 22px;
	margin-top: 5px;
	display: inline-block;
}

.appItem {
	position: absolute;
	right: 65px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	width: 168px;
	top: 50px;
	line-height: 18px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	display: none;
}
.appItem .image {
	padding: 14px;
}
.appItem p {
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #44a631;
	font-weight: bold;
	background: #f5f8f2;
}

.appItem b {
	color: red;
}
.tiktokItem {
	top: 186px;
}
.weixinItem {
	top: 80px;
}
.yijianItem {
	top: 112px;
}

.weixinItem img {
	margin: 0;
}

.qqItem {
	top: 164px;
}

.qqItem b{
	display: block;
	margin: 3px 0 6px 0
}
.cooperation{
	position: absolute;
	right: 50px;
	top: 0px;
	display: none;
	padding-right: 15px;
}
.cooperation-item{
	background: url(https://www.gkzhan.com/images/tech2018/cooperation-bg.png) no-repeat;
	background-size: 100% 100%;
	width: 410px;
  	border-radius: 6px;
  	overflow: hidden;
}
.cooperation-top{
	padding: 32px 26px 0;
}
.cooperation-top b{
	font-size: 24px;
	color: #945d56;
	display: block;
}
.cooperation-top ul{
	padding-top: 8px;
}
.cooperation-top li{
	padding: 17px 0 10px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #eeeeee;
}
.cooperation-top li:last-child{
	border: 0;
}
.cooperation-top li span{
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	display: block;
}
.cooperation-bot{
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #999;
	background-color: #f5f5f5;
	text-align: center;
}
.contribution-a a i{
	display: block;
	background-size: 100% 100%;
	margin: 14px auto 7px;
}
.contribution-a a b {
	font-size: 13px;
	font-weight: normal;
}
.contribution-a a.cooperation-ydd i{
	width: 22px;
	height: 22px;
	background: url(https://www.hbzhan.com/images/news/version/2022/icon-ydd.png) no-repeat;
}
.contribution-a a.cooperation-dy i{
	width: 23px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/news/version/2022/icon-dy.png) no-repeat;
}
.contribution-a a.cooperation-sph i{
	width: 26px;
	height: 22px;
	background: url(https://www.hbzhan.com/images/news/version/2022/icon-sph.png) no-repeat;
}
.contribution-a a.cooperation-ks i{
	width: 26px;
	height: 29px;
	background: url(https://www.hbzhan.com/images/news/version/2022/icon-ks.png) no-repeat;
}
.cooperation-bot1 {
	width: 518px;
	padding: 18px 14px;
	background-image: -moz-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.cooperation-bot1 .item {
	float: left;
	width: 33.3%;
}
.cooperation-bot1 .item .image{
	padding: 4px 4px 0;
	border-radius: 8px;
	display: inline-block;
	background-image: -moz-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
}
.cooperation-bot1 .item .image img{
	width: 130px;
	height: 130px;
	border-radius: 8px;
}
.cooperation-bot1 .item .image b{
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
}
.cooperation-bot1 .item p{
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
}
.sph-item{
	width: 505px;
	padding: 20px 0;
	border-radius: 4px;
	background-image: -moz-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 4px;
	box-sizing: border-box;
	overflow: hidden;
}
.sph-Box{
	padding-right: 10px;
	left: -515px;
}
.sph-item .left{
	width: 264px;
	height: 180px;
	position: relative;
	float: left;
}
.sph-item .left p{
	display: inline-block;
  	position: absolute;
	padding: 0;
  	left: 33px;
  	top: 50%;
  	width: 20px;
  	line-height: 28px;
  	font-size: 20px;
  	color: #c27468;
  	transform: translateY(-50%);
}
.sph-item .left img{
	position: absolute;
	left: 84px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.sph-item .right{
	width: 240px;
	padding-top: 34px;
	text-align: center;
	overflow: hidden;
}
.sph-item .right b{
	height: 34px;
	line-height: 34px;
	font-size: 22px;
	color: #666;
	display: block;
	overflow: hidden;
}
.sph-item .right p{
	margin-top: 15px;
	line-height: 20px;
	font-size: 18px;
	color: #666;
	padding: 0;
}
.sph-item .right span{
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #999;
	background: none;
	position: relative;
	display: block;
}
.contribution:hover .cooperation{
	display: block;
}
/* end */


/* delivery */
.delivery{
    display: none;
    position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99999;
    padding: 0 35px 40px;
    background: url(../../../../Images/news/version/2022/mainBgi.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 6px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.deliveryMain{
    width: 360px;
}
.deliveryMain h1,.delivery_title{
    line-height: 50px;
    font-size: 30px;
    margin: 35px 0;
    text-align: center;
}
.deliveryMain li{
    padding: 21px 0 15px 0;
}
.deliveryMain li:first-child{
    border-bottom: 1px solid #e6e6e6;
}
.deliveryMain p{
    line-height: 20px;
    font-size: 16px;
    color: #999;
}
.deliveryMain b{
    display: block;
    margin-top: 10px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
}
.deliveryMain a.btn{
    display: block;
    margin-top: 14px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    color:#fff;
    background-color: #cf8177;
}
.deliveryMain a.close{
    position: absolute;
    top: -33px;
    right: -33px;
    width: 32px;
    height: 32px;
    background: url(../../../../Images/news/version/2022/close.png) no-repeat;
    background-size: 100% 100%;
}
 /* wrapper-title 新样式  2023.2.20*/
 .title_right{
    width: 360px;
    float: right;
    margin-left: 50px;
}
.hbApp {
    width: 100%;
    padding: 10px;
    background: #f4f4f4;
    box-sizing: border-box;
    overflow: hidden;
}
.hbApp img {
    width: 136px;
    height: 135px;
    float: left;
    margin-right: 10px;
}
.hbApp .appText {
	text-align: center;
	margin-top: 6px;
	overflow: hidden;
}
.hbApp .appText p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.hbApp .appText p b {
	color: #c17066;
}
.leftTop {
    overflow: hidden;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
}
.leftTop h1 {
    font-size: 36px;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
    /* text-align: center; */
}
.title-com {
	text-align: right;
	height: 24px;
	line-height: 24px;
	color: #333;
	font-size: 17px;
	margin-bottom: 10px;
}
.title-com i{
    display: inline-block;
    width: 50px;
    height: 1px;
    vertical-align: top;
    margin: 12px 8px 0 0;
    background: url(/images/line.jpg) no-repeat;
    background-size: 100% 100%;
}
.leftTop p {
    line-height: 30px;
    height: 30px;
    width: 100%;
    /* text-align: center; */
}

.leftTop p span {
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
    color: #888;
    /* font-family: "\5b8b\4f53"; */
}
.leftTop p span i{
    font-size: 14px;
    margin: 0 3px 0 2px;
}
.leftTop .pl-btn{
    position: relative;
    top: 8px;
    margin-right: 10px;
    cursor: pointer;
    display: none;
}
.leftTop .pl-btn a{
    height: 25px;
    width: 46px;
    background: url(/images/pl-btn.png) no-repeat;
    cursor: pointer;
}
.leftTop .gz-btn{
    position: relative;
    top: 8px;
    margin-right: 10px;
    cursor: pointer;
}
.leftTop .gz-btn a{
    height: 25px;
    width: 46px;
    background: url(/images/gz-btn.png) no-repeat;
    cursor: pointer;
}
.leftTop .gz-btn-active {
    position: relative;
    top: 8px;
    margin-right: 10px;
    cursor: pointer;
}
.leftTop .gz-btn-active a{
    height: 25px;
    width: 46px;
    background: url(/images/gz-btn-active.png) no-repeat;
    cursor: pointer;
}
.leftTop .fx-btn{
    position: relative;
    top: 8px;
    margin-right: 10px;
    cursor: pointer;
}
.leftTop .fx-btn a{
    height: 25px;
    width: 46px;
    display: inline-block;
    background: url(/images/fx-btn.png) no-repeat;
    cursor: pointer;
}
.leftTop .fx-btn .fenxiangDiv {
    position: absolute;
    left: -60px;
    top: 30px;
    width: 164px;
    height: 50px;
    z-index: 99;
    background: #fff;
    border-top: 3px solid #c17066;
    box-shadow: 0 6px 15px #d6d6d6;
    padding: 5px 10px;
    box-sizing: border-box;
    display: none;
}
.bdsharebuttonbox a{
    display:inline-block!important;
    width:30px!important;
    height:30px!important;
    float:none;
    margin-left:5px;
    margin: 3px!important;
    padding-left: 0!important;
    line-height:0!important;
    float: none!important;
}
.bdsharebuttonbox a:hover .fenxiangDiv {
    display: block;
}
.bdsharebuttonbox a.weixin {
    background:url('/images/live/share.png') no-repeat -140px -36px;
}
.bdsharebuttonbox a.weibo {
    background:url('/images/live/share.png') no-repeat -45px -36px;
}
.bdsharebuttonbox a.qq {
    background:url('/images/live/share.png') no-repeat 0 -36px;
}
.leftTop .sc-btn{
    margin-right: 10px;
    cursor: pointer;
}
.leftTop .sc-btn a {
	height: 25px;
	width: 46px;
	background: url(/images/sc-btn.png) no-repeat;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	margin-top: 4px;
	background-size: contain;
}
.leftTop .sc-btn-active {
    margin-right: 10px;
    cursor: pointer;
}
.leftTop .sc-btn-active a{
    height: 25px;
    width: 46px;
    background: url(/images/sc-btn-active.png) no-repeat;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
	margin-top: 4px;
	background-size: contain;
}
.leftTop p span a{
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-right: 3px;
    cursor: pointer;
}
.Sweixin{
    margin-left: 7px;
}
.Videos{
    width: 90%;
    margin: 0 auto;
}
/* 20231201 */
.wrapper-title {
	position: relative;
}
.shareBox>a{
    display: none;
}
.shareBox .share {
	position: absolute;
	top: auto;
    right: 50px;
	bottom: 22px;
    display: none!important;
}
.shareBox .Share-3 {
	position: relative;
}
.shareBox .Share3-bot{
    bottom: auto!important;
    left: auto!important;
    right: -50px!important;
}
/* 20240304 */
.leftTop p span.keywords a{
    color: #f60;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-left: 5px;
    position: relative;
}
.share .Share-top span{
    background: transparent!important;
}
.share .Share-top i{
    right: auto!important;
    width: 15px!important;
}
.share .Share-top::after{
    top: 10px;
    height: 1px;
    width: 15px;
    background-color: #dddddd;
    position: absolute;
    content: "";
    right: 0;
}
/* media */
@media only screen and (max-width: 1024px){
    .main,.w, .footer .item{width: 850px;}
    body{
        min-width: 850px;
    }
    #wrapper .position i {
        font-size: 12px;
        margin-right: 4px;;
    }
    .top .item {
        padding: 20px 0;
    }
    #header {
    	font-size: 12px;
    }
    .header p {
    	padding-right: 160px;
    }
    .header p a {
    	font-size: 12px;
    }
    .advTop li .item {
        padding: 6px 5px 0;
    }
    #wrapper .position {
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }
    .wrapper-title .right {
        float: right;
        width: 758px;
        margin-left: 20px;
    }
    .wrapper-title .left {
        padding: 10px 6px;
    }
    .wrapper-title .left p {
        height: 16px;
        line-height: 16px;
        font-size: 12px;
    }
    .wrapper-title .left b {
        font-size: 16px;
    }
    .wrapper-title .left p.year::before, .wrapper-title .left p.year::after {
        width: 6px;
    }
    .wrapper-title .left p.year::after {
        right: 4px;
    }
    .wrapper-title .left p.year::before {
        left: 4px;
    }
    .wrapper-title .right h1 {
        line-height: 28px;
        max-height: 56px;
        font-size: 22px;
    }
    #wrapper .main {
        width: 910px;
        padding: 0 60px 0 0;
    }
    #wrapper .main_right {
        width: 850px;
        margin-left: 0;
    }
    #wrapper #share {
        width: 60px;
    }
    .wrapper-title .right .title-com {
        line-height: 16px;
        font-size: 12px;
    }
    .wrapper-title .right .title-com i {
        width: 22px;
        height: 1px;
        margin: 9px 5px 0 0;
    }
    .wrapper-title .right p {
        height: 18px;
        line-height: 18px;
        margin-top: 4px;
        font-size: 0;
    }
    .wrapper-title .right p span {
        font-size: 12px;
        margin-right: 15px;
    }
    .wrapper-title .right p span a {
        height: 18px;
        width: 42px;
        background-size: 100% 100% !important;
    }
    .wrapper > .left{
        width: calc(100% - 204px - 26px);
        margin-right: 26px;
    }
    .wrapper .right .hbApp,.wrapper .right .part2, .wrapper .right .part3, .wrapper .right .part4, .wrapper .right .part5 {
        margin-top: 10px;
    }
    .wrapper .right-title {
        height: 26px;
        line-height: 26px;
        padding-bottom: 4px;
        font-size: 16px;
    }
    .wrapper .right-title span {
        font-size: 15px;
    }
    .wrapper .right-title em {
        font-size: 13px;
        margin-left: 3px;
    }
    .wrapper .right-title em i {
        font-style: normal;
        margin-right: 2px;
    }
    .wrapper .right-title a.more {
        font-size: 12px;
    }
    .wrapper .right-title a.more i {
        font-size: 12px;
        margin-left: 2px;
    }
    .part2 li {
        margin-top: 2px;
        padding-left: 18px;
        position: relative;
    }
    .part2 li i {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
    }
    .part2 li a {
        line-height: 22px;
        height: 22px;
        font-size: 12px;
    }
    .part3 .part3-bot {
        margin-top: 8px;
    }
    .part3 .part3-bot .title {
        height: 26px;
        line-height: 26px;
        padding-left: 26px;
    }
    .part3 .part3-bot .title b {
        font-size: 12px;
    }
    .part3 .part3-bot ul {
        padding: 6px;
    }
    .part3 .part3-bot li {
        padding-left: 14px;
    }
    .part3 .part3-bot li a {
        height: 22px;
        line-height: 22px;
        font-size: 12px;
    }
    .part3 .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 2px;
    }
    .part3 .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
    }
    .part4 .first {
        margin-top: 8px;
    }
    .part4 .first .image mark {
        right: 2px;
        top: 2px;
        line-height: 20px;
        padding: 0 6px;
        border-radius: 2px;
        font-size: 12px;
    }
    .part4 .image p {
        padding: 4px;
        font-size: 12px;
    }
    .part4 .first dl {
        margin-top: 8px;
        line-height: 16px;
        height: 16px;
    }
    .part4 .first dl dt {
        float: left;
        margin-right: 4px;
        width: 16px;
    }
    .part4 .first dl dt img{
        width: 16px;
        vertical-align: top;
        margin-top: 3px;
    }
    .part4 .first dl dd {
        font-size: 12px;
    }
    .part4 li {
        margin-top: 8px;
    }
    .part4 li .item {
        margin-right: 8px;
    }
    .part4 ul {
        overflow: hidden;
        margin-right: -8px;
    }
    .part4 li .image {
        height: 55px;
    }
    .part4 li mark {
        right: 2px;
        top: 2px;
        line-height: 16px;
        padding: 0px 6px;
        border-radius: 2px;
        font-size: 10px;
    }
    .part4 li p {
        margin-top: 4px;
        line-height: 18px;
        font-size: 12px;
        height: 36px;
    }
    .part5 li {
        margin-top: 8px;
        overflow: hidden;
    }
    .part5 .image {
        float: left;
        width: 60px;
        margin-right: 5px;
    }
    .part5 .text p {
        font-size: 14px;
        line-height: 18px;
        height: 18px;
        overflow: hidden;
    }
    .part5 .text span {
        font-size: 12px;
        margin-top: 2px;
    }
    .part5 .text .price {
        margin-top: 5px;
        font-size: 14px;
    }
    .abstract {
        padding: 10px;
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .abstract b {
        font-size: 13px;
    }
    .content {
        font-size: 13px;
    }
    .news-download {
        margin-top: 20px;
        padding-left: 16px;
        position: relative;
    }
    .news-download i {
        font-size: 13px;
    }
    .news-download a {
        font-size: 13px;
    }
    .news-company {
        width: 400px;
        padding: 10px 14px;
        margin: 12px auto 0;
    }
    .news-company .comleft {
        width: 40px;
        height: 40px;
        margin-right: 6px;
    }
    .news-company .comright {
        height: 24px;
        margin-top: 8px;
    }
    .news-company .comright a.comA {
        line-height: 24px;
        width: 228px;
        font-size: 13px;
        font-weight: 700;
        margin-right: 20px;
    }
    .news-company .comright a.btnA {
        line-height: 24px;
        width: 64px;
        font-size: 12px;
    }
    .news-company .comright a.btnA i{
        display: none;
    }
    .turnPiece {
        margin-top: 15px;
        padding: 10px 16px;
    }
    .turnPiece p {
        height: 24px;
        line-height: 24px;
        font-size: 13px;
    }
    #comment {
        margin-top: 10px;
    }
    .commentaries,.correlation .title,.topicTitle {
        height: 26px;
        line-height: 26px;
        padding-bottom: 4px;
    }
    .commentaries b,.correlation .title b,.topicTitle b {
        padding-right: 12px;
        font-size: 18px;
    }
    .commentaries b::after,.correlation .title b::after ,.topicTitle b::after{
        width: 25px;
        height: 21px;
    }
    .nickname label {
        height: 34px;
        line-height: 34px;
        width: 34px;
        margin-top: 0;
        margin-right: 12px;
        font-size: 14px;
    }
    .nickname label i.logo {
        height: 34px;
    }
    .nickname input {
        height: 34px;
        width: 132px;
        text-indent: 6px;
        font: normal 12px/34px "microsoft yahei";
    }
    .v_code {
        height: 34px;
        margin-left: 0px;
        padding: 0;
    }
    .v_code input {
        height: 33px;
        width: 86px;
        text-indent: 6px;
        font: normal 12px/33px "microsoft yahei";
    }
    .anonymous {
        font-size: 13px;
        line-height: 22px;
        margin: 6px 0 0 4px;
    }
    .commend-login {
        line-height: 34px;
        font-size: 12px;
    }
    .commentArea .left {
        width: 46px;
        font-size: 12px;
    }
    .textarea {
        padding: 5px;
    }
    .textarea div {
        height: 80px;
        font: normal 12px/18px 'microsoft yahei';
    }
    .commentArea_ft {
        margin-top: 8px;
    }
    .commentArea_ft button {
        height: 34px;
        width: 76px;
        font: normal 12px/34px "microsoft yahei";
    }
    .commentArea_ft p {
        font: normal 12px/34px "microsoft yahei";
        margin-right: 8px;
    }
    .main .left li {
        padding: 10px 0;
    }
    li div.head {
        height: 34px;
        width: 34px;
        position: absolute;
    }
    li div.head img {
        height: 34px;
        width: 34px;
    }
    .cont,.subset {
        margin-left: 46px;
    }
    .comment .info span.name {
        font: 13px/20px "microsoft yahei";
    }
    .comment_toolbar {
        height: 34px;
    }
    .commentArea {
        margin-top: 5px;
    }
    .comment .info a.report {
        font-size: 12px;
    }
    .comment .info a.report i {
        width: 14px;
        height: 12px;
        margin: 4px 2px 0 0;
    }
    .cont div.txt {
        font: normal 12px/18px "microsoft yahei";
        padding: 0px 0;
        margin-top: 4px;
    }
    .action {
        margin-top: 4px;
    }
    .action a {
        padding-left: 14px;
        margin-right: 14px;
        font: normal 12px/20px "microsoft yahei";
        background-size: 10px 10px!important;
    }
    .face span {
        margin-top: 0;
    }
    .correlation .title p {
        font-size: 12px;
    }
    .correlation .title p a {
        margin: 0 4px;
    }
    .main .left .correlation li {
        padding: 8px 0;
    }
    .correlation li span {
        margin: 3px 0;
        line-height: 20px;
        height: 20px;
        font-size: 12px;
    }
    .correlation .bot {
        height: 20px;
        line-height: 20px;
        padding-right: 65px;
    }
    .correlation .bot em {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        padding: 0 5px;
        margin-right: 5px;
    }
    .correlation .bot .time {
        width: 65px;
        font-size: 12px;
    }
    .correlation .title a.more {
        margin-left: 16px;
        font-size: 12px;
    }
    .correlation .title a.more i {
        font-size: 12px;
        margin-left: 2px;
    }
    .statement {
        margin-top: 15px;
        padding: 10px;
        line-height: 20px;
        font-size: 12px;
    }
    .statement p {
        margin-top: 4px;
    }
    .new-bot {
        padding: 8px 0;
    }
    .new-bot p {
        margin-left: -6px;
    }
    .new-bot p a {
        height: 26px;
        line-height: 26px;
        margin: 4px 0 4px 6px;
        padding: 0 10px;
        font-size: 12px;
    }
    .share .Share-1 {
        width: 60px;
    }
    .share .Share-1 .Share-top,.share .Share-top {
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        margin-bottom: 6px;
    }
    .share .Share-1 .Share-top span,.share .Share-top span {
        padding: 0 4px;
    }
    .share .Share-1 .Share-top i,.share .Share-top i {
        left: 5px;
        right: 5px;
    }
    .Share-1 li {
        margin: 0 auto 6px;
    }
    .share_2, .share_3, .share_4 {
        margin-top: 6px;
    }
    .share_2 b i, .share_3 b i {
        font-size: 24px;
    }
    .share_4 b {
        margin-top: 5px;
        font-size: 12px;
    }
    .share {
        top: 120px;
    }
    .top {
        height: 48px;
        padding: 0 2px;
    }
    .advTop em {
        padding: 0 2px;
        line-height: 11px;
    }
    .title_right {
        width: 204px;
        margin-left: 26px;
    }
    .hbApp {
        padding: 3px;
    }
    .hbApp img {
        width: 86px;
        height: 85px;
        margin-right: 4px;
    }
    .hbApp .appText {
        margin-top: 2px;
    }
    .hbApp .appText p {
        font-size: 12px;
        line-height: 20px;
    }
    .leftTop {
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 8px;
    }
    .leftTop h1 {
        font-size: 18px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 4px;
        color: #000;
    }
    .title-com {
        height: 16px;
        line-height: 16px;
        font-size: 12px;
    }
    .title-com i {
        width: 25px;
        margin: 9px 8px 0 0;
    }
    .leftTop p {
        line-height: 26px;
        height: 26px;
    }

    .leftTop .sc-btn-active a{
        height: 24px;
        width: 70px;
        margin-top: 1px;
        background-size: 70px 24px;
    }
    .leftTop p span {
        display: inline-block;
        margin-right: 2px;
        font-size: 12px;
        color: #888;
        /* font-family: "\5b8b\4f53"; */
    }
    .leftTop p span i {
        font-size: 12px;
        margin: 0 1px 0 2px;
    }
    .leftTop .pl-btn,
    .leftTop .gz-btn,
    .leftTop .fx-btn,
    .leftTop .sc-btn
     {
        margin-right: 0;
    }
    .top .newslogo {
        height: 28px;
        margin-top: 10px;
    }
    .top .menu {
        height: 48px;
        width: 36px;
        margin: 0 10px 0 10px;
    }
    .top .menu .menu-top {
        margin-top: 6px;
    }
    .top .menu .menu-top i {
        font-size: 14px;
    }
    .top .title {
        height: 30px;
        line-height: 30px;
        margin: 9px 0 0 0;
        font-size: 14px;
    }
    .top .title a{
        font-size: 14px;
    }
    .top .search {
        margin: 9px 0 0 0;
        height: 30px;
    }
    .top .search input {
        float: left;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        width: 164px;
        color: #aaa;
        text-indent: 10px;
        border: 0;
        border-radius: 20px 0 0 20px;
    }
    .top .search button {
        height: 30px;
        line-height: 30px;
        width: 54px;
        font-size: 12px;
    }
    .top .search button i {
        font-size: 12px;;
        margin-right: 3px;
    }
    .top .menu-bot {
        top: 48px;
    }
    .part5 .text .price {
        margin-top: 3px;
    }
    .part5 .text .price b {
        width: 30px;
        line-height: 20px;
        height: 20px;
        font-size: 12px;
    }
    .part5 .text .price .sale {
        line-height: 20px;
        height: 20px;
        font-size: 13px;
    }
    .shareBox .Share3-top {
        font-size: 12px;
    }
    .shareBox .Share3-bot {
        right: 0 !important;
    }
    .Share3-top i {
        width: 10px;
        height: 10px;
        background-size: 100%;
    }
    .shareBox .share {
        right: 0;
        bottom: 5px;
    }
    .leftTop p {
        padding-right: 0;
        box-sizing: border-box;
    }
    .leftTop .sc-btn a {
        margin-top: 0;
    }
    .leftTop .sc-btn,.leftTop .gz-btn{
        display: none;
    }
    .leftTop p span.keywords a:nth-child(n+2){
        display: none;
    }
    /* 20240603 */
    #divLogin ul li {
		margin: 0 5px!important;
		font-size: 12px;
	}
	.Tophead li .ServiceTop {
		padding: 0 6px;
		font-size: 12px;
	}
	.Tophead li .ServiceTop i {
		margin-right: 4px;
		font-size: 13px;
	}
	.Tophead li:nth-child(1) .ServiceTop {
		height: 20px;
		line-height: 20px;
		margin-top: 10px;
	}
	.topadv ul li .adv-item {
		margin: 8px 5px 0 5px;
	}
	.main-top .item {
		padding: 14px 0;
	}
	.main-top .item .logo {
		height: 32px;
	}
	.main-top .searchMain {
		margin: 0 0 0 32px;
	}
	.main-top .search {
		width: 360px;
		height: 28px;
		border: 1px solid #945d56;
	}
	.main-top .search input {
		width: 250px;
		height: 26px;
		font-size: 12px;
		text-indent: 02px;
	}
	.main-top .search button {
		height: 28px;
		line-height: 28px;
		width: 60px;
		font-size: 12px;
	}
	.main-top .search button i {
		font-size: 12px;
		margin: 0px 3px 0 0;
	}
	.main-top .searchSelect {
		width: 50px;
		height: 28px;
	}
	.main-top .selectTop p {
		font-size: 12px;
		line-height: 18px;
		text-indent: 7px;
		margin-top: 4px;
	}
	.main-top .selectTop i {
		right: 3px;
		top: 2px;
		font-size: 16px;
	}
	.main-top .selectBot {
		top: 28px;
	}
	.main-top .selectBot li {
		line-height: 20px;
		font-size: 12px;
		text-indent: 12px;
	}
	.main-top .searchMain .hot {
		margin-top: 2px;
		font-size: 0;
	}
	.main-top .searchMain .hot i {
		font-size: 12px;
	}
	.main-top .searchMain .hot a {
		margin-right: 2px;
		font-size: 12px;
	}
	.main-top .topAdv {
		width: 206px;
		height: 38px;
	}
	.nav {
		height: 28px;
		line-height: 28px;
	}
	.nav ul li {
		height: 27px;
		font-size: 13px;
	}
	.nav ul li a {
		padding: 0 7px;
	}
    .nav ul li a.home {
        padding: 0 18px;
    }
	.nav-bot {
		top: 28px;
	}
	.nav-bot p a {
		height: 28px;
		font-size: 12px;
		line-height: 28px;
	}
	.nav-top a i {
		font-size: 16px;
		margin-left: 4px;
	}
	.navFn {
		padding: 10px 0;
	}
	.navFn dt {
		width: 29px;
		height: 32px;
	}
	.navFn dd {
		width: calc(100% - 29px);
	}
	.navFn dd span {
		height: 16px;
		line-height: 16px;
		padding-left: 0;
		font-size: 12px;
	}
	.navFn dd span:nth-child(n+4) {
		margin-top: 0;
	}
	.navFn dd span i {
		width: 12px;
		height: 12px;
		margin: 3px 2px 0 0;
	}
	.navFn dl:nth-child(1) {
		padding-right: 4px;
		width: 26%;
	}
	.navFn dd li > a, .navFn dd li .more_top a {
		height: 16px;
		line-height: 16px;
	}
	.navFn dd li {
		padding-left: 2px;
		font-size: 12px;
	}
	.navFn dl:nth-child(2) {
		padding-left: 4px;
		width: 74%;
	}
	.navFn dd .more_bot {
		top: 16px;
		width: 80px;
	}
	.navFn dd .more_bot a {
		line-height: 16px;
		font-size: 12px;
		text-indent: 16px;
	}
    .hot-talk .talk-title {
		line-height: 30px;
		height: 32px;
		padding-left: 30px;
		font-size: 13px;
	}
	.hot-talk .item-bot {
		padding: 0 12px 12px;
	}
	.hot-talk .item-bot p {
		margin-top: 12px;
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.hot-talk .item-bot p i {
		font-size: 8px;
		margin-top: 0px;
		margin-right: 6px;
	}
	.hot-talk .item {
		margin-top: 12px;
	}
    	/* footer */
	.footer {
		margin-top: 25px;
	}
	.footer .item .footer-code {
		width: 290px;
	}
	.footer .item .footer-code li {
		padding-left: 15px;
	}
	.footer .item .left {
		width: calc(100% - 292px);
		padding-right: 20px;
	}
	.footer .item .left span img {
		margin: 3px 10px 0 4px;
		width: 17px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 26px;
	}
	.footer .item .left p a {
		padding: 0 12px;
	}
	.footer .item .left span {
		font-size: 12px;
		line-height: 26px;
	}
	ul.footImg {
		width: 680px;
		height: 40px;
		margin-bottom: 20px;
		background-size: 100% 100%;
	}
	ul.footImg li a {
		width: 104px;
		height: 40px;
	}
	ul.footImg li {
		width: 115px;
	}
    .rightNav {
        top: 100px;
    }
    .topic {
        margin-top: 15px;
    }
    .topic .topicTitle {
        width: 100px;
        height: 32px;
        line-height: 32px;
    }
    .topic .topicTitle b::after {
        top: 2px;
    }
    .topic .text {
        height: 32px;
        line-height: 32px;
        padding: 0 10px;
        font-size: 13px;
    }

}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .main,.w, .footer .item{width: 958px;}
    #wrapper .position i {
        font-size: 12px;
        margin-right: 4px;;
    }
    .top .item {
        padding: 20px 0;
    }
    #header {
    	font-size: 12px;
    }
    .header p {
    	padding-right: 160px;
    }
    .header p a {
    	font-size: 12px;
    }
    .advTop li .item {
        padding: 6px 6px 0;
    }
    #wrapper .main {
        width: 1018px;
        padding: 0 60px 0 0;
    }
    #wrapper .main_right {
        width: 958px;
        margin-left: 0;
    }
    #wrapper #share {
        width: 60px;
    }
    #wrapper .position {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    .wrapper-title .right {
        width: 856px;
        margin-left: 22px;
    }
    .wrapper-title .left {
        padding: 15px 8px;
    }
    .wrapper-title .left b {
        font-size: 18px;
    }
    .wrapper-title .left p {
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
    .wrapper-title .left p.year::before {
        left: 3px;
    }
    .wrapper-title .left p.year::after {
        right: 3px;
    }
    .wrapper-title .left p.year::before, .wrapper-title .left p.year::after {
        width: 8px;
    }
    .wrapper-title .right h1 {
        line-height: 32px;
        max-height: 64px;
        font-size: 26px;
    }
    .wrapper-title .right .title-com {
        line-height: 18px;
        font-size: 13px;
    }
    .wrapper-title .right .title-com i {
        width: 24px;
        margin: 9px 5px 0 0;
    }
    .wrapper-title .right p {
        height: 20px;
        line-height: 20px;
        margin-top: 4px;
        font-size: 0;
    }
    .wrapper-title .right p span {
        font-size: 13px;
        margin-right: 12px;
    }
    .wrapper-title .right p span.guanzhu, .wrapper-title .right p span.shoucang {
        margin-right: 8px;
    }
    .wrapper-title .right p span a {
        height: 20px;
        width: 44px;
        background-size: 100% 100% !important;
    }
    .abstract{
        margin-top: 16px;
    }
    .wrapper > .left{
        width: calc(100% - 230px - 32px);
        margin-right: 32px;
    }
    .wrapper .right .hbApp,.wrapper .right .part2, .wrapper .right .part3, .wrapper .right .part4, .wrapper .right .part5 {
        margin-top: 10px;
    }
    .wrapper .right-title {
        height: 26px;
        line-height: 26px;
        padding-bottom: 8px;
        font-size: 16px;
    }
    .wrapper .right-title span {
        font-size: 16px;

    }
    .wrapper .right-title em {
        font-size: 14px;
        margin-left: 4px;
    }
    .wrapper .right-title em i {
        margin-right: 3px;
    }
    .wrapper .right-title a.more {
        font-size: 12px;
    }
    .wrapper .right-title a.more i {
        font-size: 12px;
        margin-left: 2px;
    }
    .part2 li {
        margin-top: 4px;
        padding-left: 20px;
        position: relative;
    }
    .part2 li i {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
    }
    .part2 li a {
        line-height: 24px;
        height: 24px;
        font-size: 13px;
    }
    .part3 .part3-bot .title {
        height: 30px;
        line-height: 30px;
        padding-left: 32px;
    }
    .part3 .part3-bot .title b {
        font-size: 13px;
    }
    .part3 .part3-bot ul {
        padding: 8px;
    }
    .part3 .part3-bot li {
        padding-left: 14px;
    }
    .part3 .part3-bot li a {
        height: 24px;
        line-height: 24px;
        font-size: 13px;
    }
    .part3 .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 4px;
    }
    .part3 .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }
    .part4 .first .image mark {
        right: 4px;
        top: 4px;
        line-height: 22px;
        padding: 0 10px;
        border-radius: 2px;
        font-size: 12px;
    }
    .part4 .image p {
        padding: 6px;
        font-size: 13px;
    }
    .part4 .first dl {
        margin-top: 10px;
        overflow: hidden;
        line-height: 16px;
        height: 16px;
    }
    .part4 .first dl dt {
        float: left;
        margin-right: 6px;
        width: 20px;
    }
    .part4 .first dl dt img{
        width: 18px;
        vertical-align: top;
        margin-top: 1px;
    }
    .part4 .first dl dd {
        overflow: hidden;
        font-size: 13px;
    }
    .part4 li {
        width: 50%;
        float: left;
        margin-top: 10px;
    }
    .part4 li .item {
        margin-right: 8px;
    }
    .part4 ul {
        overflow: hidden;
        margin-right: -8px;
    }
    .part4 li .image {
        height: 63px;
    }
    .part4 li mark {
        right: 4px;
        top: 4px;
        line-height: 18px;
        padding: 0 8px;
        border-radius: 2px;
        font-size: 12px;
    }
    .part5 li {
        margin-top: 10px;
        overflow: hidden;
    }
    .part5 .image {
        float: left;
        width: 68px;
        margin-right: 8px;
    }
    .part5 .text p {
        font-size: 14px;
        line-height: 18px;
        height: 18px;
    }
    .part5 .text span {
        font-size: 12px;
        margin-top: 6px;
        line-height: 16px;
        height: 16px;
    }
    .abstract {
        padding: 10px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .content {
        font-size: 14px;
    }
    .news-download {
        margin-top: 18px;
        padding-left: 20px;
        position: relative;
    }
    .news-download i {
        position: absolute;
        left: 0;
        font-size: 16px;
        color: #ef7707;
    }
    .news-download a {
        display: block;
        font-size: 14px;
        font-weight: 700;
        color: #ef7707;
    }
    .news-company {
        width: 448px;
        padding: 12px 16px;
        margin: 18px auto 0;
        background-color: #faf3ed;
        border: 1px solid #f4e7db;
        box-sizing: border-box;
        overflow: hidden;
    }
    .news-company .comleft {
        float: left;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        margin-right: 8px;
        position: relative;
    }
    .news-company .comright a.comA {
        line-height: 26px;
        width: 268px;
        font-size: 15px;
        margin-right: 15px;
    }
    .news-company .comright a.btnA {
        line-height: 26px;
        width: 76px;
        font-size: 13px;
    }
    .news-company .comright a.btnA i {
        font-size: 10px;
    }
    .turnPiece {
        margin-top: 16px;
        padding: 10px 16px;
    }
    .turnPiece p {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    .commentaries,.correlation .title,.topicTitle {
        height: 26px;
        line-height: 26px;
        padding-bottom: 8px;
    }
    .commentaries b,.correlation .title b,.topicTitle b {
        padding-right: 12px;
        font-size: 18px;
    }
    .commentaries b::after,.correlation .title b::after ,.topicTitle b::after{
        width: 24px;
        height: 22px;
    }
    .comment .info span.name {
        font: 14px/20px "microsoft yahei";

    }
    .cont div.txt {
        font: normal 13px/20px "microsoft yahei";
        padding: 4px 0;
        margin-top: 6px;
    }
    .action a {
        padding-left: 16px;
        margin-right: 16px;
        font: normal 13px/20px "microsoft yahei";
        background-size: 12px 12px!important;
    }
    .main .left li {
        padding: 10px 0;
    }
    .correlation .title p {
        font-size: 13px;
    }
    .correlation .title p a {
        margin: 0 6px;
    }
    .correlation .title a.more {
        margin-left: 20px;
        font-size: 12px;
    }
    .correlation .title a.more i {
        font-size: 12px;
        margin-left: 2px;
    }
    .main .left .correlation li {
        padding: 6px 0;
        border-bottom: 1px solid #e6e6e6;
    }
    .correlation li p {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .correlation li span {
        margin: 5px 0;
        line-height: 18px;
        height: 18px;
        font-size: 12px;
    }
    .correlation .bot {
        height: 20px;
        line-height: 20px;
        padding-right: 75px;
    }
    .correlation .bot em {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        padding: 0 5px;
        margin-right: 5px;
    }
    .correlation .bot .time {
        width: 75px;
        font-size: 12px;
    }
    .statement {
        margin-top: 18px;
        padding: 10px;
        line-height: 20px;
        font-size: 12px;
    }
    .statement p {
        margin-top: 8px;
    }
    #wrapper {
        padding-bottom: 15px;
    }
    .new-bot {
        padding: 8px 0;
    }
    .new-bot b {
        margin-top: 6px;
        height: 28px;
        line-height: 28px;
        width: 75px;
        font-size: 14px;
    }
    .new-bot p {
        margin-left: -8px;
    }
    .new-bot p a {
        height: 28px;
        line-height: 28px;
        margin: 6px 0 6px 8px;
        padding: 0 12px;
        font-size: 12px;
    }
    .share .Share-1 {
        width: 60px;
    }
    .share .Share-1 .Share-top,.share .Share-top {
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        margin-bottom: 6px;
    }
    .share .Share-1 .Share-top span,.share .Share-top span {
        padding: 0 4px;
    }
    .share .Share-1 .Share-top i,.share .Share-top i {
        left: 5px;
        right: 5px;
    }
    .Share-1 li {
        margin: 0 auto 6px;
    }
    .share_2, .share_3, .share_4 {
        margin-top: 6px;
    }
    .share_2 b i, .share_3 b i {
        font-size: 24px;
    }
    .share_4 b {
        margin-top: 5px;
        font-size: 12px;
    }
    .share {
        top: 159px;
    }
    .top{
        height: 54px;
        padding: 0 3px;
    }
    .top .newslogo {
        float: left;
        height: 30px;
        margin-top: 7px;
    }
    .top .menu {
        height: 54px;
        margin: 0 20px 0 20px;
    }
    .top .menu .menu-top {
        margin-top: 9px;
    }
    .top .menu-bot {
        top: 54px;
    }
    .top .title {
        height: 34px;
        line-height: 34px;
        margin: 10px 0 0 0;
        font-size: 15px;
    }
    .top .title a{
        font-size: 15px;
    }
    .top .search {
        margin: 11px 0 0 0;
        height: 32px;
    }
    .top .search input {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        width: 204px;
        text-indent: 12px;
    }
    .top .search button {
        height: 32px;
        line-height: 32px;
        width: 64px;
        font-size: 14px;
    }
    .top .search button i {
        font-size: 13px;
        margin-right: 3px;
    }
    .title_right {
        width: 230px;
        margin-left: 32px;
    }
    .hbApp {
        padding: 4px;
    }
    .hbApp img {
        width: 106px;
        height: 105px;
        float: left;
        margin-right: 4px;
    }
    .hbApp .appText p {
        font-size: 12px;
        line-height: 25px;
        color: #333;
    }
    .hbApp .appText {
        text-align: center;
        margin-top: 4px;
        overflow: hidden;
    }
    .leftTop h1 {
        font-size: 24px;
        line-height: 36px;
        margin-top: 12px;
        margin-bottom: 4px;
        color: #000;
    }
    .leftTop {
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 10px;
    }
    .title-com {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .leftTop p span {
        display: inline-block;
        margin-right: 6px;
        font-size: 12px;
        color: #888;
    }

    .leftTop .sc-btn-active a{
        height: 24px;
        width: 70px;
        margin-top: 4px;
        background-size: 70px 24px;

    }
    .leftTop .pl-btn,
    .leftTop .gz-btn,
    .leftTop .fx-btn,
    .leftTop .sc-btn
     {
        margin-right: 0px;
    }
    .leftTop p {
        top: 66px;
    }
    .advTop em {
        padding: 0 2px;
        line-height: 12.5px;
    }
    .part5 .text .price .sale {
        font-size: 15px;
        line-height: 24px;
        height: 24px;
    }
    .part5 .text .price b {
        line-height: 26px;
        height: 24px;
    }
    .part5 .text .price {
        margin-top: 6px;
    }
    .part5 .text .price b {
        width: 30px;
        line-height: 20px;
        height: 20px;
        font-size: 12px;
    }
    .part5 .text .price .sale {
        line-height: 20px;
        height: 20px;
        font-size: 14px;
    }
    .shareBox .Share3-top {
        font-size: 12px;
    }
    .shareBox .Share3-bot {
        right: 0px !important;
    }
    .Share3-top i {
        width: 10px;
        height: 10px;
        background-size: 100%;
    }
    .shareBox .share {
        right: 0;
        bottom: 11px;
    }
    .leftTop p {
        padding-right: 0;
        box-sizing: border-box;
    }
    .leftTop .sc-btn,.leftTop .gz-btn{
        display: none;
    }
    /* 20240603 */
	#divLogin ul li {
		margin: 0 6px!important;
		font-size: 12px;
	}
	.Tophead li .ServiceTop {
		padding: 0 8px;
		font-size: 12px;
	}
	.Tophead li .ServiceTop i {
		margin-right: 4px;
		font-size: 13px;
	}
	.Tophead li:nth-child(1) .ServiceTop {
		height: 20px;
		line-height: 20px;
		margin-top: 10px;
	}
	.topadv ul li .adv-item {
		margin: 8px 5px 0 5px;
	}
	.main-top .item {
		padding: 16px 0;
	}
	.main-top .item .logo {
		height: 38px;
	}
	.main-top .searchMain {
		margin: 0 0 0 42px;
	}
	.main-top .search {
		width: 420px;
		height: 32px;
		border: 1px solid #945d56;
	}
	.main-top .search input {
		width: 290px;
		height: 30px;
		font-size: 12px;
		text-indent: 12px;
	}
	.main-top .search button {
		height: 32px;
		line-height: 32px;
		width: 70px;
		font-size: 13px;
	}
	.main-top .search button i {
		font-size: 13px;
		margin: 0px 4px 0 0;
	}
	.main-top .searchSelect {
		width: 60px;
		height: 30px;
	}
	.main-top .selectTop p {
		font-size: 12px;
		line-height: 18px;
		text-indent: 9px;
		margin-top: 5px;
	}
	.main-top .selectTop i {
		right: 3px;
		top: 2px;
		font-size: 18px;
	}
	.main-top .selectBot {
		top: 32px;
	}
	.main-top .selectBot li {
		line-height: 24px;
		font-size: 13px;
		text-indent: 14px;
	}
	.main-top .searchMain .hot {
		margin-top: 4px;
		font-size: 0;
	}
	.main-top .searchMain .hot i {
		font-size: 13px;
	}
	.main-top .searchMain .hot a {
		margin-right: 4px;
		font-size: 12px;
	}
	.main-top .topAdv {
		width: 238px;
		height: 44px;
	}
	.nav {
		height: 30px;
		line-height: 30px;
	}
	.nav ul li {
		height: 30px;
		font-size: 13px;
	}
	.nav ul li a {
		padding: 0 10px;
	}
	.nav-bot {
		top: 30px;
	}
	.nav-bot p a {
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
	.nav-top a i {
		font-size: 17px;
		margin-left: 5px;
	}
	.navFn {
		padding: 11px 0;
	}
	.navFn dt {
		width: 40px;
		height: 42px;
	}
	.navFn dd {
		width: calc(100% - 40px);
	}
	.navFn dd span {
		height: 20px;
		line-height: 20px;
		padding-left: 1px;
		font-size: 12px;
	}
	.navFn dd span:nth-child(n+4) {
		margin-top: 2px;
	}
	.navFn dd span i {
		width: 14px;
		height: 14px;
		margin: 4px 4px 0 0;
	}
	.navFn dl:nth-child(1) {
		padding-right: 2px;
		width: 26%;
	}
	.navFn dd li > a, .navFn dd li .more_top a {
		height: 21px;
		line-height: 21px;
	}
	.navFn dd li {
		padding-left: 2px;
		font-size: 12px;
	}
	.navFn dl:nth-child(2) {
		padding-left: 2px;
		width: 74%;
	}
	.navFn dd .more_bot {
		top: 21px;
		width: 80px;
	}
	.navFn dd .more_bot a {
		line-height: 24px;
		font-size: 12px;
		text-indent: 16px;
	}
    .hot-talk .talk-title {
		line-height: 30px;
		height: 32px;
		padding-left: 30px;
		font-size: 13px;
	}
	.hot-talk .item-bot {
		padding: 0 12px 12px;
	}
	.hot-talk .item-bot p {
		margin-top: 12px;
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.hot-talk .item-bot p i {
		font-size: 8px;
		margin-top: 0px;
		margin-right: 6px;
	}
	.hot-talk .item {
		margin-top: 12px;
	}
	/* footer */
	.footer {
		margin-top: 25px;
	}
	.footer .item .footer-code {
		width: 290px;
	}
	.footer .item .footer-code li {
		padding-left: 15px;
	}
	.footer .item .left {
		width: calc(100% - 292px);
		padding-right: 20px;
	}
	.footer .item .left span img {
		margin: 3px 10px 0 4px;
		width: 17px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 26px;
	}
	.footer .item .left p a {
		padding: 0 12px;
	}
	.footer .item .left span {
		font-size: 12px;
		line-height: 26px;
	}
	ul.footImg {
		width: 680px;
		height: 40px;
		margin-bottom: 20px;
		background-size: 100% 100%;
	}
	ul.footImg li a {
		width: 104px;
		height: 40px;
	}
	ul.footImg li {
		width: 115px;
	}
    .topic {
        margin-top: 18px;
    }
    .topic .topicTitle {
        width: 100px;
        height: 38px;
        line-height: 38px;
    }
    .topic .topicTitle b::after {
        top: 5px;
    }
    .topic .text {
        height: 38px;
        line-height: 38px;
        padding: 0 14px;
        font-size: 14px;
    }

}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .main,.w, .footer .item{width: 1128px;}
    body{
        min-width: 1128px;
    }
    #wrapper .position i {
        font-size: 13px;
        margin-right: 4px;
    }

    #header {
    	font-size: 12px;
    }
    .header p a {
    	font-size: 12px;
    }
    .header p {
    	padding-right: 160px;
    }
    .advTop li .item {
        padding: 8px 8px 0;
    }
    #wrapper .position {
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }
    #wrapper {
        padding-bottom: 18px;
    }
    #wrapper .main {
        width: 1208px;
        padding: 0 80px 0 0;
    }
    #wrapper .main_right {
        width: 1128px;
        margin-left: 10px;
    }
    .wrapper-title .right {
        width: 1006px;
        margin-left: 28px;
    }
    .wrapper-title .left {
        padding: 22px 16px;
    }
    .wrapper-title .left p {
        height: 18px;
        line-height: 18px;
        font-size: 13px;
    }
    .wrapper-title .left p.year::before, .wrapper-title .left p.year::after {
        width: 8px;
    }
    .wrapper-title .left p.year::before {
        left: 2px;
    }
    .wrapper-title .left p.year::after {
        right: 2px;
    }
    .wrapper-title .left b {
        font-size: 21px;
    }
    .wrapper-title .right h1 {
        line-height: 36px;
        max-height: 72px;
        font-size: 30px;
    }
    .wrapper-title .right .title-com {
        text-align: right;
        line-height: 18px;
        font-size: 13px;
    }
    .wrapper-title .right .title-com i {
        width: 26px;
        margin: 10px 5px 0 0;
    }
    .wrapper-title .right p {
        height: 22px;
        line-height: 22px;
        margin-top: 10px;
        font-size: 0;
    }
    .wrapper-title .right p span {
        font-size: 14px;
        margin-right: 18px;
    }
    .wrapper-title .right p span a {
        height: 22px;
        width: 50px;
        background-size: 100% 100% !important;
    }
    .abstract{
        margin-top: 20px;
    }
    .wrapper > .left{
        width: calc(100% - 270px - 38px);
        margin-right: 38px;
    }
    .wrapper .right .hbApp,.wrapper .right .part2, .wrapper .right .part3, .wrapper .right .part4, .wrapper .right .part5 {
        margin-top: 12px;
    }
    .wrapper .right-title {
        height: 26px;
        line-height: 26px;
        padding-bottom: 6px;
        font-size: 16px;
    }
    .wrapper .right-title span {
        font-size: 18px;
    }
    .wrapper .right-title em {
        font-size: 16px;
        margin-left: 6px;
    }
    .wrapper .right-title em i {
        margin-right: 5px;
    }
    .wrapper .right-title a.more {
        font-size: 13px;
    }
    .wrapper .right-title a.more i {
        font-size: 13px;
        margin-left: 3px;
    }
    .part2 li {
        margin-top: 2px;
        padding-left: 24px;
        position: relative;
    }
    .part2 li a {
        line-height: 28px;
        height: 28px;
        font-size: 14px;
    }
    .part3 .part3-bot .title {
        height: 36px;
        line-height: 36px;
        padding-left: 34px;
    }
    .part3 .part3-bot .title b {
        font-size: 14px;
    }
    .part3 .part3-bot ul {
        padding: 10px;
    }
    .part3 .part3-bot li {
        padding-left: 16px;
    }
    .part3 .part3-bot li a {
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    .part3 .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 5px;
    }
    .part3 .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
    .part4 .first .image mark {
        right: 6px;
        top: 6px;
        line-height: 24px;
        padding: 0 12px;
        border-radius: 2px;
        font-size: 13px;
    }
    .part4 .image p {
        padding: 8px;
        font-size: 14px;
    }
    .part4 .first dl {
        margin-top: 12px;
        overflow: hidden;
        line-height: 16px;
        height: 16px;
    }
    .part4 .first dl dt {
        margin-right: 6px;
    }
    .part4 .first dl dt img{
        vertical-align: top;
    }
    .part4 .first dl dd {
        font-size: 13px;
    }
    .part4 li {
        margin-top: 15px;
    }
    .part4 ul {
        margin-right: -10px;
    }
    .part4 li .item {
        margin-right: 10px;
    }
    .part4 li .image {
        height: 73px;
    }
    .part4 li mark {
        right: 4px;
        top: 4px;
        line-height: 20px;
        padding: 0 8px;
        border-radius: 2px;
        font-size: 13px;
    }
    .part4 li p {
        margin-top: 6px;
        line-height: 18px;
        font-size: 14px;
        height: 36px;
    }
    .part5 .image {
        width: 80px;
        margin-right: 12px;
    }
    .part5 li {
        margin-top: 12px;
    }
    .part5 .image {
        width: 80px;
        margin-right: 12px;
    }
    .part5 .text p {
        font-size: 14px;
        line-height: 20px;
        height: 20px;
    }
    .part5 .text span {
        font-size: 13px;
        margin-top: 8px;
        line-height: 16px;
        height: 16px;
    }
    .part5 .text .price {
        margin-top: 14px;
        font-size: 14px;
    }
    .abstract {
        padding: 15px;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .abstract b {
        font-size: 14px;
    }
    .content {
        font-size: 15px;
    }
    .news-download {
        margin-top: 20px;
        padding-left: 22px;
    }
    .news-download i {
        font-size: 16px;
    }
    .news-download a {
        font-size: 15px;
    }
    .news-company {
        width: 530px;
        padding: 14px 20px;
        margin: 16px auto 0;
    }
    .news-company .comleft {
        width: 54px;
        height: 54px;
        margin-right: 10px;
    }
    .news-company .comright {
        height: 30px;
        margin-top: 12px;
    }
    .news-company .comright a.comA {
        line-height: 30px;
        width: 320px;
        font-size: 17px;
        margin-right: 20px;
    }
    .news-company .comright a.btnA {
        line-height: 30px;
        width: 82px;
        font-size: 14px;
    }
    .news-company .comright a.btnA i {
        font-size: 10px;
    }
    .turnPiece {
        margin-top: 20px;
        padding: 10px 16px;
    }
    .turnPiece p {
        height: 32px;
        line-height: 32px;
        font-size: 15px;
    }
    .commentaries,.correlation .title,.topicTitle {
        height: 28px;
        line-height: 28px;
        padding-bottom: 8px;
    }
    .commentaries b,.correlation .title b,.topicTitle b {
        padding-right: 12px;
        font-size: 20px;
    }
    .comment .info span.name {
        font: 14px/20px "microsoft yahei";
    }
    .comment .info span.time {
        margin-left: 12px;
        font: normal 13px/20px arial;
    }
    .comment .info a.report {
        line-height: 20px;
        font-size: 13px;
    }
    .cont div.txt {
        font: normal 14px/22px "microsoft yahei";
    }
    .action a {
        padding-left: 15px;
        margin-right: 15px;
        font: normal 13px/24px "microsoft yahei";
        background-size: 12px 12px!important;
    }
    .correlation .title p {
        font-size: 14px;
    }
    .correlation .title p a {
        margin: 0 8px;
    }
    .correlation .title a.more {
        margin-left: 22px;
        font-size: 13px;
    }
    .correlation .title a.more i {
        font-size: 13px;
        margin-left: 3px;
    }
    .main .left .correlation li {
        padding: 10px 0;
    }
    .correlation li p {
        height: 22px;
        line-height: 22px;
        font-size: 15px;
    }
    .correlation li span {
        margin: 3px 0;
        line-height: 18px;
        height: 18px;
        font-size: 13px;
    }
    .correlation .bot {
        height: 20px;
        line-height: 20px;
        padding-right: 80px;
    }
    .correlation .bot em {
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        padding: 0 6px;
        margin-right: 8px;
    }
    .correlation .bot .time {
        width: 80px;
        font-size: 13px;
    }
    .statement {
        margin-top: 22px;
        padding: 12px;
        line-height: 20px;
        font-size: 13px;
    }
    .statement p {
        margin-top: 8px;
    }
    .new-bot {
        padding: 10px 0;
    }
    .new-bot b {
        margin-top: 6px;
        height: 28px;
        line-height: 28px;
        width: 82px;
        font-size: 16px;
    }
    .new-bot p {
        margin-left: -10px;
    }
    .new-bot p a {
        height: 28px;
        line-height: 28px;
        margin: 6px 0 6px 10px;
        padding: 0 12px;
        font-size: 14px;
    }
    .share .Share-top {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .share_2 b i, .share_3 b i {
        font-size: 26px;
    }
    .share_2, .share_3, .share_4 {
        margin-top: 8px;
    }
    .share_4 b {
        margin-top: 5px;
        font-size: 13px;
    }
    .share_4 span {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .share_4 span i {
        font-size: 18px;
    }
    .share {
        position: fixed;
        top: 184px;
    }
    .title_right {
        width: 270px;
        margin-left: 38px;
    }
    .hbApp {
        padding: 6px;
    }
    .hbApp img {
        width: 116px;
        height: 115px;
        margin-right: 6px;
    }
    .hbApp .appText p {
        font-size: 14px;
        line-height: 27px;
    }
    .hbApp .appText {
        margin-top: 4px;
    }
    .leftTop h1 {
        font-size: 26px;
        line-height: 40px;
        margin-top: 11px;
        margin-bottom: 5px;
    }
    .title-com {
        height: 24px;
        line-height: 20px;
        font-size: 14px;
    }
    .leftTop p span {
        font-size: 12px;
        margin-right: 6px;
    }
    .leftTop {
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 12px;
    }
    .leftTop p {
        margin-top: 4px;
    }
    .top{
        height: 60px;
        padding: 0 5px;
    }
    .top .newslogo {
        height: 32px;
        margin-top: 14px;
    }
    .top .menu {
        height: 60px;
        width: 36px;
        margin: 0 20px 0 20px;
    }
    .top .menu .menu-top {
        margin-top: 12px;
    }
    .top .title {
        height: 40px;
        line-height: 40px;
        margin: 10px 0 0 0;
        font-size: 18px;
    }
    .top .title a{
        font-size: 18px;
    }
    .top .search {
        margin: 14px 0 0 0;
        height: 32px;
    }
    .top .search input {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        width: 234px;
        text-indent: 14px;
    }
    .top .search button {
        height: 32px;
        line-height: 32px;
        width: 64px;
        font-size: 14px;
    }
    .top .search button i {
        font-size: 13px;
        margin-right: 4px;
    }
    .advTop em {
        line-height: 15px;
    }
    .part5 .text .price .sale {
        font-size: 15px;
        line-height: 24px;
        height: 24px;
    }
    .part5 .text .price b {
        line-height: 26px;
        height: 24px;
    }
    .part5 .text .price {
        margin-top: 10px;
    }
    .shareBox .share {
        right: 0;
        bottom: 13px;
    }
    .shareBox .Share3-top {
        font-size: 14px;
    }
    .shareBox .Share3-bot {
        right: 0 !important;
    }
    .leftTop p {
        margin-top: 4px;
        padding-right: 30px;
    }
    .leftTop .gz-btn {
        margin-right: 0px;
    }
    /* 20240603 */
    #divLogin ul li {
		margin: 0 6px!important;
		font-size: 12px;
	}
	.Tophead li .ServiceTop {
		padding: 0 8px;
		font-size: 12px;
	}
	.Tophead li .ServiceTop i {
		margin-right: 4px;
		font-size: 13px;
	}
	.Tophead li:nth-child(1) .ServiceTop {
		height: 20px;
		line-height: 20px;
		margin-top: 10px;
	}
	.topadv ul li .adv-item {
		margin: 10px 5px 0 5px;
	}
	.main-top .item {
		padding: 18px 0;
	}
	.main-top .item .logo {
		height: 46px;
	}
	.main-top .searchMain {
		margin: 0 0 0 58px;
	}
	.main-top .search {
		width: 470px;
		height: 36px;
	}
	.main-top .search input {
		width: 330px;
		height: 32px;
		font-size: 14px;
		text-indent: 12px;
	}
	.main-top .search button {
		height: 36px;
		line-height: 36px;
		width: 80px;
		font-size: 14px;
	}
	.main-top .searchSelect {
		width: 60px;
		height: 32px;
	}
	.main-top .selectTop p {
		font-size: 13px;
		line-height: 18px;
		text-indent: 11px;
		margin-top: 6px;
	}
	.main-top .selectTop i {
		right: 3px;
		top: 0;
		font-size: 18px;
	}
	.main-top .selectBot {
		top: 32px;
	}
	.main-top .selectBot li {
		line-height: 24px;
		font-size: 13px;
		text-indent: 14px;
	}
	.main-top .searchMain .hot {
		margin-top: 5px;
		font-size: 0;
	}
	.main-top .searchMain .hot a {
		margin-right: 5px;
		font-size: 12px;
	}
	.main-top .topAdv {
		width: 271px;
		height: 50px;
	}
	.nav {
		height: 38px;
		line-height: 38px;
	}
	.nav ul li {
		height: 38px;
		font-size: 14px;
	}
	.nav ul li a {
		padding: 0 16px;
	}
	.nav-bot {
		top: 38px;
	}
	.nav-bot p a {
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}
	.nav-top a i {
		font-size: 20px;
		margin-left: 5px;
	}
	.navFn {
		padding: 13px 0;
	}
	.navFn dt {
		width: 40px;
		height: 42px;
	}
	.navFn dd {
		width: calc(100% - 40px);
	}
	.navFn dd span {
		height: 20px;
		line-height: 20px;
		padding-left: 10px;
		font-size: 13px;
	}
	.navFn dd span:nth-child(n+4) {
		margin-top: 2px;
	}
	.navFn dd span i {
		width: 14px;
		height: 14px;
		margin: 4px 4px 0 0;
	}
	.navFn dl:nth-child(1) {
		padding-right: 8px;
		width: 26%;
	}
	.navFn dd li > a, .navFn dd li .more_top a {
		height: 21px;
		line-height: 21px;
	}
	.navFn dd li {
		padding-left: 6px;
		font-size: 13px;
	}
	.navFn dl:nth-child(2) {
		padding-left: 8px;
		width: 74%;
	}
	.navFn dd .more_bot {
		top: 21px;
		width: 90px;
	}
	.navFn dd .more_bot a {
		line-height: 26px;
		font-size: 13px;
		text-indent: 16px;
	}
    .hot-talk .talk-title {
		line-height: 35px;
		height: 35px;
		padding-left: 34px;
		font-size: 14px;
	}
	.hot-talk .item-bot {
		padding: 0 18px 15px;
	}
	.hot-talk .item-bot p {
		margin-top: 15px;
		font-size: 13px;
		height: 15px;
		line-height: 15px;
	}
	.hot-talk .item-bot p i {
		font-size: 10px;
		margin-top: 0px;
		margin-right: 8px;
	}
    /* footer */
	.footer .item .footer-code {
		width: 290px;
	}
	.footer .item .footer-code li {
		padding-left: 15px;
	}
	.footer .item .left {
		width: calc(100% - 292px);
		padding-right: 20px;
	}
	.footer .item .left span img {
		margin: 7px 12px 0 6px;
		width: 19px;
	}
    .top .menu-bot {
        top: 60px;
    }
    .topic {
        margin-top: 20px;
    }
    .topic .topicTitle {
        width: 142px;
        height: 42px;
        line-height: 42px;
    }
    .topic .topicTitle b::after {
        top: 7px;
    }
    .topic .text {
        height: 42px;
        line-height: 42px;
        padding: 0 16px;
        font-size: 15px;
    }

}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .main,.w, .footer .item{width: 1200px;}
    body{
        min-width: 1200px;
    }
    .header p {
    	padding-right: 172px;
    }
    .header p a {
    	font-size: 13px;
    }
    #header {
    	font-size: 13px;
    }

    .advTop li .item {
        padding: 9px 8px 0;
    }
    #wrapper {
        padding-bottom: 20px;
    }
    #wrapper .main {
        width: 1280px;
        padding: 0 80px 0 0;
    }
    #wrapper .main_right {
        width: 1200px;
    }
    #wrapper .position {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
    .wrapper-title .right{
        width: 1070px;
        margin-left: 30px;
    }
    .wrapper-title .left {
        padding: 22px 16px;
    }
    .wrapper-title .left p {
        font-size: 13px;
    }
    .wrapper-title .left b {
        font-size: 22px;
    }
    .wrapper-title .left p.year::before {
        left: 0px;
    }
    .wrapper-title .left p.year::after {
        right: 0;
    }
    .wrapper-title .right h1 {
        line-height: 40px;
        max-height: 80px;
        font-size: 32px;
    }
    .wrapper-title .right .title-com {
        line-height: 18px;
        font-size: 14px;
    }
    .wrapper-title .right .title-com i {
        margin: 10px 5px 0 0;
    }
    .wrapper-title .right p {
        height: 24px;
        line-height: 24px;
    }
    .wrapper-title .right p span {
        font-size: 14px;
        margin-right: 20px;
    }
    .wrapper-title .right p span a {
        height: 24px;
        width: 56px;
        background-size: 100% 100% !important;
    }
    .abstract{
        margin-top: 20px;
    }
    .wrapper > .left{
        width: calc(100% - 288px - 40px);
        margin-right: 40px;
    }
    .wrapper .right .hbApp,.wrapper .right .part2, .wrapper .right .part3, .wrapper .right .part4, .wrapper .right .part5 {
        margin-top: 14px;
    }
    .wrapper .right-title {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .wrapper .right-title span {
        font-size: 20px;
    }
    .wrapper .right-title em {
        font-size: 18px;
        margin-left: 6px;
    }
    .wrapper .right-title a.more {
        font-size: 13px;
    }
    .wrapper .right-title a.more i {
        font-size: 13px;
    }
    .part2 li {
        margin-top: 5px;
    }
    .part2 li a {
        line-height: 28px;
        height: 28px;
        font-size: 15px;
    }
    .part3 .part3-bot ul {
        padding: 10px;
    }
    .part3 .part3-bot li {
        padding-left: 16px;
    }
    .part3 .part3-bot li a {
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 5px;
    }
    .part3 .part3-bot .title {
        height: 36px;
        line-height: 36px;
        padding-left: 40px;
    }
    .part3 .part3-bot .title b {
        font-size: 15px;
    }
    .part4 .first {
        margin-top: 14px;
    }
    .part4 .image p {
        padding: 10px;
        font-size: 15px;
    }
    .part4 .first .image mark {
        right: 8px;
        top: 8px;
        line-height: 26px;
        padding: 0 12px;
        border-radius: 2px;
        font-size: 14px;
    }
    .part4 .first dl dd {
        font-size: 15px;
    }
    .part4 .first dl {
        margin-top: 14px;
    }
    .part4 li p {
        margin-top: 8px;
        line-height: 20px;
        font-size: 14px;
        height: 40px;
    }
    .part5 .image {
        width: 90px;
        margin-right: 12px;
    }
    .part5 .text p {
        font-size: 15px;
        line-height: 20px;
        height: 20px;
    }
    .part5 .text span {
        margin-top: 8px;
    }
    .part5 .text .price {
        margin-top: 24px;
        font-size: 15px;
    }
    .abstract {
        padding: 16px;
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .abstract b {
        font-size: 16px;
    }
    .content {
        font-size: 16px;
    }
    .news-download {
        margin-top: 24px;
        padding-left: 22px;
    }
    .news-download i {
        font-size: 18px;
    }
    .news-download a {
        font-size: 16px;
    }
    .news-company {
        width: 560px;
        padding: 15px 22px;
        margin: 24px auto 0;
    }
    .news-company .comleft {
        width: 58px;
        height: 58px;
        margin-right: 12px;
    }
    .news-company .comright {
        height: 32px;
        margin-top: 13px;
    }
    .news-company .comright a.comA {
        line-height: 32px;
        width: 340px;
        font-size: 18px;
        margin-right: 14px;
    }
    .news-company .comright a.btnA {
        line-height: 32px;
        width: 88px;
        font-size: 14px;
    }
    .turnPiece {
        margin-top: 20px;
        padding: 12px 18px;
    }
    .turnPiece p {
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .commentaries b,.topicTitle b {
        font-size: 22px;
    }
    .commentaries,.topicTitle {
        height: 30px;
        line-height: 30px;
        padding-bottom: 9px;
    }
    .commentArea_ft button {
        width: 96px;
    }
    .cont div.txt {
        font: normal 15px/22px "microsoft yahei";
    }
    .correlation .title p {
        font-size: 15px;
    }
    .correlation li p {
        height: 26px;
        line-height: 26px;
        font-size: 17px;
    }
    .main .left li {
        padding: 18px 0;
    }
    .statement {
        margin-top: 22px;
        padding: 16px;
    }
    .new-bot b {
        margin-top: 10px;
        height: 32px;
        line-height: 32px;
        width: 90px;
        font-size: 16px;
    }
    .new-bot p {
        margin-left: -12px;
    }
    .new-bot p a {
        height: 32px;
        line-height: 32px;
        margin: 8px 0 8px 12px;
        padding: 0 14px;
        font-size: 15px;
    }
    .share_2 b i, .share_3 b i {
        font-size: 30px;
    }
    .share .Share-top {
        margin-bottom: 6px;
    }
    .share_2, .share_3, .share_4 {
        margin-top: 10px;
    }
    .wx-bot,.qq-bot {
        left: 44px !important;
    }

    .title_right {
        width: 288px;
        margin-left: 40px;
    }
    .hbApp img {
        width: 120px;
        height: 119px;
        margin-right: 10px;
    }
    .hbApp .appText p {
        font-size: 15px;
        line-height: 28px;
    }
    .leftTop {
        padding-bottom: 15px;
    }
    .leftTop h1 {
        font-size: 28px;
        line-height: 42px;
        margin-top: 13px;
        margin-bottom: 8px;
    }
    .title-com {
        height: 22px;
        line-height: 22px;
        font-size: 15px;
    }
    .top{
        height: 64px;
    }
    .top .newslogo {
        height: 34px;
        margin-top: 15px;
    }
    .top .menu .menu-top {
        margin-top: 14px;
    }
    .top .menu {
        float: left;
        height: 64px;
        width: 36px;
        margin: 0 30px 0 30px;
        position: relative;
    }
    .top .menu-bot {
        top: 50px;
    }
    .top .title {
        height: 44px;
        line-height: 44px;
        margin: 10px 0 0 0;
        font-size: 19px;
    }
    .top .title a{
        font-size: 19px;
    }
    .top .search {
        margin: 14px 0 0 0;
    }
    .top .search input {
        font-size: 15px;
    }
    .top .search button {
        width: 76px;
        font-size: 15px;
    }
    .advTop em {
        line-height: 18px;
    }
    .advTop em {
        line-height: 16px;
    }
    .part5 .text .price .sale {
        font-size: 16px;
        line-height: 28px;
        height: 28px;
    }
    .part5 .text .price b {
        line-height: 32px;
        height: 28px;
    }
    .part5 .text .price {
        margin-top: 16px;
    }
    .shareBox .share {
        right: 0;
        bottom: 16px;
    }
    .shareBox .Share3-bot {
        right: 0 !important;
    }
    .leftTop p {
        padding-right: 0;
        box-sizing: border-box;
    }
    .leftTop p span {
        margin-right: 8px;
        font-size: 13px;
    }
    .leftTop .gz-btn {
        margin-right: 0;
    }
    /* 20240603 */
    #divLogin ul li {
		margin: 0 6px!important;
		font-size: 12px;
	}
	.Tophead li .ServiceTop {
		padding: 0 8px;
		font-size: 12px;
	}
	.Tophead li .ServiceTop i {
		margin-right: 4px;
		font-size: 13px;
	}
	.Tophead li:nth-child(1) .ServiceTop {
		height: 20px;
		line-height: 20px;
		margin-top: 10px;
	}
	.topadv ul li .adv-item {
		margin: 10px 5px 0 5px;
	}
	.main-top .item {
		padding: 18px 0;
	}
	.main-top .item .logo {
		height: 46px;
	}
	.main-top .searchMain {
		margin: 0 0 0 58px;
	}
	.main-top .search {
		width: 470px;
		height: 36px;
	}
	.main-top .search input {
		width: 330px;
		height: 32px;
		font-size: 14px;
		text-indent: 12px;
	}
	.main-top .search button {
		height: 36px;
		line-height: 36px;
		width: 80px;
		font-size: 14px;
	}
	.main-top .searchSelect {
		width: 60px;
		height: 32px;
	}
	.main-top .selectTop p {
		font-size: 13px;
		line-height: 18px;
		text-indent: 11px;
		margin-top: 6px;
	}
	.main-top .selectTop i {
		right: 3px;
		top: 2px;
		font-size: 18px;
	}
	.main-top .selectBot {
		top: 32px;
	}
	.main-top .selectBot li {
		line-height: 24px;
		font-size: 13px;
		text-indent: 14px;
	}
	.main-top .searchMain .hot {
		margin-top: 5px;
		font-size: 0;
	}
	.main-top .searchMain .hot a {
		margin-right: 5px;
		font-size: 12px;
	}
	.main-top .topAdv {
		width: 271px;
		height: 50px;
	}
	.nav {
		height: 38px;
		line-height: 38px;
	}
	.nav ul li {
		height: 38px;
		font-size: 14px;
	}
	.nav ul li a {
		padding: 0 20px;
	}
	.nav-bot {
		top: 38px;
	}
	.nav-bot p a {
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}
	.nav-top a i {
		font-size: 20px;
		margin-left: 5px;
	}
	.navFn {
		padding: 13px 0;
	}
	.navFn dt {
		width: 40px;
		height: 42px;
	}
	.navFn dd {
		width: calc(100% - 40px);
	}
	.navFn dd span {
		height: 20px;
		line-height: 20px;
		padding-left: 12px;
		font-size: 13px;
	}
	.navFn dd span:nth-child(n+4) {
		margin-top: 2px;
	}
	.navFn dd span i {
		width: 14px;
		height: 14px;
		margin: 4px 4px 0 0;
	}
	.navFn dl:nth-child(1) {
		padding-right: 8px;
		width: 26%;
	}
	.navFn dd li > a, .navFn dd li .more_top a {
		height: 21px;
		line-height: 21px;
	}
	.navFn dd li {
		padding-left: 8px;
		font-size: 13px;
	}
	.navFn dl:nth-child(2) {
		padding-left: 8px;
		width: 74%;
	}
	.navFn dd .more_bot {
		top: 21px;
		width: 90px;
	}
	.navFn dd .more_bot a {
		line-height: 26px;
		font-size: 13px;
		text-indent: 16px;
	}
    .hot-talk .talk-title {
		line-height: 35px;
		height: 35px;
		padding-left: 34px;
		font-size: 14px;
	}
	.hot-talk .item-bot {
		padding: 0 18px 15px;
	}
	.hot-talk .item-bot p {
		margin-top: 15px;
		font-size: 13px;
		height: 15px;
		line-height: 15px;
	}
	.hot-talk .item-bot p i {
		font-size: 10px;
		margin-top: 0px;
		margin-right: 8px;
	}
    .topic .topicTitle {
        width: 146px;
        height: 46px;
        line-height: 46px;
    }
    .topic .topicTitle b::after {
        top: 9px;
    }
    .topic .text {
        height: 46px;
        line-height: 46px;
        padding: 0 18px;
        font-size: 15px;
    }

}
@media only screen and (min-width: 1600px) and (max-width: 1919px){
    .main,.w, .footer .item{width: 1360px;}
    body{
        min-width: 1360px;
    }
	.information li:nth-child(6n) .time {
		top: 20px;
	}
    .advTop li .item {
        padding: 10px 8px 0;
    }
    #wrapper .main {
        width: 1440px;
        padding: 0 80px 0 0;
    }
    #wrapper .main_right {
        width: 1360px;
        margin-left: 10px;
    }
    #wrapper .position {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
    .wrapper-title .right{
        width: 1212px;
    }
    .wrapper-title .left {
        padding: 25px 18px;
    }
    .wrapper-title .left b {
        font-size: 26px;
    }
    .wrapper-title .right h1 {
        line-height: 45px;
        max-height: 90px;
        font-size: 36px;
    }
    .wrapper-title .right .title-com {
        line-height: 22px;
        font-size: 15px;
    }
    .wrapper-title .right p span {
        font-size: 15px;
        margin-right: 22px;
    }
    .wrapper-title .right p span a {
        height: 26px;
        width: 60px;
        background-size: 100% 100% !important;
    }

    .wrapper > .left{
        width: calc(100% - 326px - 46px);
        margin-right: 46px;
    }
    .part3 .part3-bot li a {
        height: 32px;
        line-height: 32px;
        font-size: 15px;
    }
    .part4 .first dl dd {
        font-size: 15px;
    }
    .abstract {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .content {
        font-size: 16px;
    }
    .news-company .comright a.comA {
        font-size: 20px;
    }
    .turnPiece p {
        height: 36px;
        line-height: 36px;
        font-size: 17px;
    }
    .new-bot p a {
        display: inline-block;
        vertical-align: top;
        height: 32px;
        line-height: 32px;
        margin: 10px 0 10px 15px;
        padding: 0 16px;
        font-size: 15px;
        color: #333;
        border-radius: 2px;
        box-sizing: border-box;
        border: 1px solid #dddddd;
        background-color: #fff;
    }

    .title_right {
        width: 326px;
        margin-left: 46px;
    }
    .top .menu {
        margin: 0 30px 0 35px;
        height: 74px;
    }
    .top .menu .menu-top {
        margin-top: 19px;
    }
    .top .search input {
        width: 254px;
    }
    .advTop em {
        line-height: 18px;
    }
    .leftTop h1 {
        font-size: 30px;
    }
    .part5 .text .price .sale {
        font-size: 17px;
    }
    .part5 .text .price .sale i {
        font-size: 14px;
    }
    .shareBox .share {
        right: 10px;
        bottom: 22px;
    }
    .shareBox .Share3-bot {
        right: -10px !important;
    }
    .leftTop p span {
        margin-right: 12px;
        font-size: 15px;
    }
    .leftTop .gz-btn {
        margin-right: 0;
    }
    	/* 20240603 */
	.main-top .item {
		padding: 22px 0;
	}
	.main-top .item .logo {
		height: 55px;
	}
	.main-top .searchMain {
		margin: 0 0 0 71px;
	}
	.main-top .search {
		width: 558px;
		height: 40px;
	}
	.main-top .search input {
		width: 400px;
		height: 36px;
		font-size: 14px;
		text-indent: 14px;
	}
	.main-top .search button {
		height: 40px;
		line-height: 40px;
		width: 90px;
		font-size: 15px;
	}
	.main-top .searchSelect {
		width: 68px;
		height: 36px;
	}
	.main-top .selectTop p {
		font-size: 14px;
		line-height: 18px;
		text-indent: 14px;
		margin-top: 8px;
	}
	.main-top .selectTop i {
		right: 5px;
		top: 2px;
		font-size: 18px;
	}
	.main-top .selectBot {
		top: 36px;
	}
	.main-top .topAdv {
		width: 325px;
		height: 59px;
	}
	.nav {
		height: 46px;
		line-height: 46px;
	}
	.nav ul li {
		height: 46px;
		font-size: 16px;
	}
	.nav ul li a {
		padding: 0 20px;
	}
	.nav-bot {
		top: 46px;
	}
	.nav-top a i {
		font-size: 28px;
		margin-left: 8px;
	}
	.navFn {
		padding: 16px 0;
	}
	.navFn dt {
		width: 48px;
		height: 52px;
	}
	.navFn dd {
		width: calc(100% - 48px);
	}
	.navFn dd span {
		height: 24px;
		line-height: 24px;
		padding-left: 14px;
		font-size: 16px;
	}
	.navFn dd span:nth-child(n+4) {
		margin-top: 4px;
	}
	.navFn dd span i {
		width: 16px;
		height: 16px;
		margin: 3px 6px 0 0;
	}
	.navFn dl:nth-child(1) {
		padding-right: 16px;
	}
	.navFn dd li > a, .navFn dd li .more_top a {
		height: 26px;
		line-height: 26px;
	}
	.navFn dd li {
		padding-left: 9px;
		font-size: 15px;
	}
	.navFn dl:nth-child(2) {
		padding-left: 16px;
	}
	.navFn dd .more_bot {
		top: 26px;
	}
    .hot-talk .talk-title {
		line-height: 40px;
		height: 40px;
		padding-left: 40px;
		font-size: 14px;
	}
	.hot-talk .item-bot {
		padding: 0 18px 15px;
	}
	.hot-talk .item-bot p {
		margin-top: 15px;
		font-size: 13px;
		height: 15px;
		line-height: 15px;
	}
	.hot-talk .item-bot p i {
		font-size: 10px;
		margin-top: 0px;
		margin-right: 8px;
	}
    .topic li {
        height: 44px;
        line-height: 44px;
        font-size: 15px;
    }
}
