.w,.main{
    width: 1560px;
    margin: 0 auto;
}
body {
	line-height: 1;
}
.w::after,.main::after {
	content: "";
	display: block;
	clear: both;
}
@font-face {
	font-family: 'ybzhan';  /* Project id 1936689 */
	src: url('//at.alicdn.com/t/c/font_1936689_98bdzu2yp1s.woff2?t=1714963745246') format('woff2'),
		 url('//at.alicdn.com/t/c/font_1936689_98bdzu2yp1s.woff?t=1714963745246') format('woff'),
		 url('//at.alicdn.com/t/c/font_1936689_98bdzu2yp1s.ttf?t=1714963745246') format('truetype');
  }

.ybzhan {
	font-family: "ybzhan" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
	font-family: 'Public';  /* Project id 2901389 */
	src: url('//at.alicdn.com/t/c/font_2901389_the5ha9h0z.woff2?t=1703660205790') format('woff2'),
		 url('//at.alicdn.com/t/c/font_2901389_the5ha9h0z.woff?t=1703660205790') format('woff'),
		 url('//at.alicdn.com/t/c/font_2901389_the5ha9h0z.ttf?t=1703660205790') format('truetype');
}
.Public {
	font-family: "Public" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'chem17';  /* Project id 1943868 */
	src: url('//at.alicdn.com/t/c/font_1943868_9gofm6m8ms4.woff2?t=1733713135845') format('woff2'),
		 url('//at.alicdn.com/t/c/font_1943868_9gofm6m8ms4.woff?t=1733713135845') format('woff'),
		 url('//at.alicdn.com/t/c/font_1943868_9gofm6m8ms4.ttf?t=1733713135845') format('truetype');
  }
.chem17{
    font-family:"chem17" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.advs {
	position: relative;
	display: block;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.advs img {
	display: block;
}
.Center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.iframe {
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
/*  */
#header,.iframe {
	background-color: #fff;
	height: 72px;
}
#header .w {
	position: relative;
	padding-top: 12px;
	box-sizing: border-box;
}
.top-fixed .w {
	position: relative;
}
#divLogin {
	float: left;
	padding-left: 158px;
}
.logo + #divLogin {
	padding-left: 0;
}
.header ul {
	overflow: hidden;
}
.header .logo {
	margin-right: 24px;
	width: 143px;
	float: left;
}
.header li {
	float: left;
	margin-right: 6px;
	font-size: 14px;
	line-height: 45px;
}
.header li img {
	vertical-align: top;
}
.header li a {
	color: #333;
	max-width: 62px;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}
.header li a:hover {
	color: #2b82d9;
}

.search {
	float: right;
}
.search .form {
	width: 560px;
	height: 44px;
	border: 2px solid #2b82d9;
	border-radius: 22px;
	box-sizing: border-box;
}
.search .form .select {
	width: 74px;
	height: 100%;
	position: relative;
	float: left;
}
.search .form .select::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 24px;
	background-color: #e6e6e6;
}
.search .form .select .select-top {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	font-size: 0;
}
.search .form .select .select-top p {
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
}
.search .form .select .select-top i {
	display: inline-block;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	cursor: pointer;
	vertical-align: top;
	margin-top: 16px;
	margin-left: 7px;
	font-size: 10px;
}
.search .form .select .select-top.focus i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.search .form .select .select-bot {
	width: 80px;
	position: absolute;
	background-color: #ffffff;
	top: 100%;
	left: -2px;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
}
.search .form .select .select-bot li {
	line-height: 30px;
	font-size: 15px;
	/* text-indent: 16px; */
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
}

.search .form .select .select-bot li:hover {
	background-color: #2b82d9;
	border-left: 2px solid #2b82d9;
	border-right: 2px solid #2b82d9;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.search .form input {
	border: none;
	height: 100%;
	width: 382px;
	font-size: 14px;
	color: #aaaaaa;
	float: left;
	text-indent: 10px;
	margin-top: 0;
}
.search .form input:focus{
	color: #333;
}
.search .form button {
	width: 100px;
	height: 100%;
	border: none;
	background-color: #2b82d9;
	font-size: 16px;
	color: #fff;
	float: right;
	cursor: pointer;
	outline: none;
	border-radius: 0 22px 22px 0;
}
.search .form button i {
	margin-right: 6px;
	font-size: 16px;
}
.Tophead {
	position: relative;
	margin: 0 auto;
	z-index: 10001;
}
.Tophead .box {
	margin-top: -72px;
	float: right;
	padding-top: 14px;
}
.headRight {
	float: right;
	font-size: 12px;
	line-height: 38px;
	color: #ddd;
	color: #dfdfdf;
	margin-left: 16px;
}
/* 20240426 */
.headRight li {
	float: left;
	height: 40px;
	position: relative;
}
.headRight li .ServiceTop, .headRight li .siteNav1 {
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	font-size: 14px;
	position: relative;
}
.headRight li .ServiceTop>a,
.headRight li .siteNav1>a {
	color: #333;
	display: inline-block;
  	vertical-align: top;
}
.headRight li.weixin .ServiceTop>a,
.headRight li.mobile .ServiceTop>a{
	color: #2859a5;
}
.headRight li .ServiceTop>a i,
.headRight li .siteNav1>a i {
	margin-right: 6px;
	color: #2859a5;
}
.headRight li .ServiceTop > a em, .headRight li .siteNav1 > a em {
	margin: 21px 0 0 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #666 transparent transparent transparent;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.headRight li .ServiceTop .ksqg i {
	margin-top: 15px;
	width: 85px;
	height: 16px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ksqg.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 0;
	display: inline-block;
	vertical-align: top;
}
.headRight li .ServiceTop::after,
.headRight li .siteNav1::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #ddd;
	display: none;
}
.headRight li:last-child .ServiceTop::after {
	display: none;
}
.headRight li .serviceBtn {
	margin-top: 10px;
	height: 26px;
	line-height: 26px;
	width: 78px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: block;
	border-radius: 4px;
	background-color: rgb(10, 128, 240);
}
.siteNavBox1 {
	position: absolute;
	top: 38px;
	line-height: 38px;
	font-size: 14px;
	width: 100%;
	background: #fff;
	text-align: center;
	display: none;
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.siteNavBox1 a {
	color: #666;
}
.siteNavBox1 a:hover{
	color: #005bac;
}
/* 关注我们---weixin */
.ServiceBot2{
	height: 220px;
	width: 740px;
	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.ybzhan.cn/images/index/version/2024/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.ybzhan.cn/images/index/version/2024/ServiceBot2-2.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(3) i{
	width: 32px;
	height: 32px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ServiceBot2-3.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(4) i{
	width: 63px;
	height: 28px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ServiceBot2-4.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(5) i{
	width: 28px;
	height: 24px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ServiceBot2-5.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(6) i{
	width: 41px;
	height: 28px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ServiceBot2-6.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(7) i{
	width: 32px;
	height: 32px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ServiceBot2-7.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(8) i{
	width: 32px;
	height: 32px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/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: #2959a7;
	transform: translateY(-50%);
}
.ServiceBot2 .zgLeft img{
	position: absolute;
	left: 66px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.Tophead li.weixin .hover{
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.weixin .hover::after{
	display: none;
}
/* end */
/* 客户端---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: 792px;
	padding: 15px 12px 20px;
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.ServiceBot1 .item {
	float: left;
	width: 25%;
	padding: 0 12px;
	box-sizing: border-box;
}
.ServiceBot1 .item .image{
	height: 168px;
	padding: 18px;
	background: url(https://www.ybzhan.cn/images/index/version/2024/ServiceBot-img-bg.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.ServiceBot1 .item .image img{
	width: 100%;
	height: 100%;
}
.ServiceBot1 .item p{
	margin-bottom: 7px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	font-weight: 700;
	color: #333;
	overflow: hidden;
}
.Tophead li.mobile .hover{
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* 客户端end */


.headRight li.hover .ServiceTop{
	background-color: #fff;
}
.headRight li.hover .ServiceTop::after{
	display: none;
}
.headRight li.hover .siteNavBox,
.headRight li.hover .ServiceBot{
	display: block;
}
.top-fixed .logo {
	position: absolute;
	left: 0;
	top: 11px;
}
.top-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10001;
}
.top-fixed + .Blank {
	height: 72px;
}
/* nav */
.nav {
	background-color: #368beb;
	height: 56px;
	line-height: 56px;
	font-size: 0;
}
.nav a {
	font-size: 20px;
	color: #fff;
	padding: 0 58px;
	position: relative;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}
.nav a b{
	position: relative;
}
.nav a:last-child::before{
	display: none;
}
.nav a::before {
	content: "/";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.302);
}
.nav a::after{
	height: 3px;
	width: 0;
	bottom: 6px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 6px;
	background-color: #f90;
	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
  	-ms-transition: all .3s ease;
  	-o-transition: all .3s ease;
  	transition: all .3s ease;
	content: "";
}
.nav a.new b::after{
	right: -40px;
	top: -10px;
	height: 16px;
	width: 36px;
	background: url(../../../../images/news/version/2025/nav-new.png) no-repeat 0 0;
	position: absolute;
	background-size: contain;
	content: "";
}
.nav a:hover::after,.nav a.active::after{
	width: 30px;
}
/* comShow */
/* right */
.comShow .right{
	width: 410px;
	margin-top: 56px;
	float: right;
}
.right-title{
	line-height: 1;
	position: relative;
}
.right-title b{
	font-size: 22px;
	color: #333;
}
.right-title i{
	width: 23px;
	height: 14px;
	margin: 8px 0 0 6px;
	background: url(../../../../images/news/version/2025/comList-title-icon.png) no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
}
.right-title a.more{
	font-size: 15px;
	color: #999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.right-title a.more:hover{
	color: #368beb;
}
/* comInfo */
.comInfo{
	margin-bottom: 26px;
	padding: 18px 28px 20px;
	background: url(../../../../images/news/version/2025/comInfo.png) no-repeat;
	background-size: 100% 100%;
}
.comInfo .top{
	overflow: hidden;
}
.comInfo .comLogo {
	width: 84px;
	height: 84px;
	margin-right: 20px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
}
.comInfo .comLogo a {
	display: block;
	overflow: hidden;
	position: relative;
	background-position: center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	height: 100%;
}
.comInfo .top p{
	margin-top: 10px;
	line-height: 30px;
	height: 60px;
	font-size: 18px;
	overflow: hidden;
}
.comInfo .top p a{
	font-weight: 700;
	color: #aa6917;
}
.comInfo .top p a:hover{
	text-decoration: underline;
}
.comInfo .bot{
	margin-top: 18px;
	overflow: hidden;
}
.comInfo .bot a{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	width: calc(100% / 2 - 6px);
	border-radius: 20px;
	color: #a8702c;
	background-color: #fde6c8;
	text-align: center;
	float: left;
}
.comInfo .bot a:last-child{
	float: right;
}
.comInfo .bot a:hover{
	background-color: #a8702c;
	color: #fff;
}
/* news1 */
.news1Top{
	margin-top: 18px;
	overflow: hidden;
}
.news1Top .image{
	width: 180px;
	margin-right: 14px;
	float: left;
}
.news1Top .image a{
	height: 0;
	padding-bottom: 66.666%;
	display: block;
	overflow: hidden;
	position: relative;
}
.news1Top .image img{
	height: 100%;
	width: 100%;
	position: absolute;
}
.news1Top .text{
	overflow: hidden;
}
.news1Top .text p{
	line-height: 22px;
	height: 44px;
	font-size: 16px;
	overflow: hidden;
}
.news1Top .text p a{
	color: #333;
}
.news1Top .text p a:hover{
	color: #368beb;
}
.news1Top .text span{
	margin-top: 16px;
	line-height: 22px;
	height: 44px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	display: block;
}
.news1Top .text span a{
	font-size: 14px;
	color: #368beb;

}
.news1 li{
	margin-top: 16px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
}
.news1 li i{
	width: 5px;
	height: 5px;
	margin:7px 10px 0 0;
	border-radius: 50%;
	background-color: #cccccc;
	display: inline-block;
	vertical-align: top;
}
.news1 li a{
	color: #333;
}
.news1 li:hover a{
	color: #368beb;
}
.news1 li:hover i{
	background-color: #368beb;
}
/* hotTopic */
.hotTopic{
	margin-top: 24px;
}
.hotTopic-bot{
	margin-top: 18px;
	padding:0 24px 29px 0 ;
	background: url(../../../../images/news/version/2025/hotTopic-bot.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.hotTopic-bot a{
	margin: 35px 0 0 24px;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	/* width: 33.333%; */
	color: #333;
	float: left;
}
.hotTopic-bot a i{
	margin:1px 8px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	background: url(../../../../images/news/version/2025/hotTopic-i02.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	font-style: normal;
	display: inline-block;
	vertical-align: top;
}
.hotTopic-bot a b{
	margin: 8px 0 0 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color:  transparent transparent transparent #368beb;
	display: inline-block;
	vertical-align: top;
}
/* .hotTopic-bot a:nth-child(-n+2){
	width: 50%;
} */
.hotTopic-bot a:nth-child(-n+3) i{
	margin:0 9px 0 0;
	width: 19px;
	height: 22px;
	background: url(../../../../images/news/version/2025/hotTopic-i.png) no-repeat;
	background-size: 100% 100%;
}
.hotTopic-bot a:hover{
	color: #368beb;
}
/* news2 */
.news2{
	margin-top: 26px;
}
.news2 ul{
	margin-top: 19px;
	overflow: hidden;
}
.news2 li{
	margin-top: 14px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.news2 li .image{
	height: 0;
	padding-bottom: 56.097%;
	overflow: hidden;
	position: relative;
}
.news2 li .image img{
	width: 100%;
	height: 100%;
	position: absolute;
}
.news2 li p{
	margin-top: 8px;
	height: 44px;
	line-height: 22px;
	font-size: 15px;
	overflow: hidden;
}
.news2 li p a{
	color: #333;
}
.news2 li p a:hover{
	color: #368beb;
}
.news2 li.first{
	width: 100%;
	margin-top: 0;
}
.news2 li.first p{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
}
.news2 li:nth-child(2){
	padding-right: 7px;
}
.news2 li:nth-child(3){
	padding-left: 7px;
}
/* news4 */
.news4{
	margin-top: 20px;
}
.news4 ul{
	margin-top: 20px;
	padding: 24px 24px 30px;
	background-color: #f2f6fa;
}
.news4 li{
	margin-top: 28px;
}
.news4 li:first-child{
	margin-top: 0;
}
.news4 li p{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
}
.news4 li p i{
	width: 21px;
	height: 18px;
	margin: 2px 6px 0 0;
	background: url(../../../../images/news/version/2025/news4-li-01.png) no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
}
.news4 li p a{
	color: #333;
}
.news4 li p a:hover{
	color: #368beb;
}
.news4 li span{
	margin-top: 9px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #999;
	display: block;
	overflow: hidden;
}
.news4 li span i{
	width: 13px;
	height: 13px;
	margin: 3px 5px 0 0;
	background: url(../../../../images/news/version/2025/news4-li-02.png) no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
}
/* news5 */
.news5{
	margin-top: 24px;
}
.news5 li{
	margin-top: 16px;
	overflow: hidden;
}
.news5 li .image{
	width: 108px;
	margin-right: 16px;
	float: left;
}
.news5 li .image a{
	height: 0;
  	padding-bottom: 100%;
  	display: block;
  	overflow: hidden;
  	position: relative;
}
.news5 li .image img{
	position: absolute;
	width: 100%;
	height: 100%;
}
.news5 li .text{
	overflow: hidden;
}
.news5 li .text p{
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	overflow: hidden;
}
.news5 li .text p a{
	color: #333;
}
.news5 li .text p a:hover{
	color: #368beb;
}
.news5 li .text span{
	margin: 8px 0;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	display: block;
	overflow: hidden;
}
.news5 li .text .price{
	font-size: 18px;
	font-weight: 700;
	color: #f52d2d;
}
/* left */
.comShow .left{
	width: calc(100% - 452px );
	float: left;
}
.position{
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    color: #666;
}
.position i{
    margin-right: 6px;
    color: #368beb;
}
.position a{
    padding-right: 20px;
    color: #666;
    position: relative;
}
.position a::after{
    position: absolute;
    content: ">";
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #666;
}
.position a:last-child::after{
    display: none;
}
/* show */
.show{
	border-top: 1px solid #e6e6e6;
}
/* wrapper-title */
.wrapper-title {
	position: relative;
}
.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; */
}
.leftTop p {
	line-height: 28px;
	height: 28px;
	width: 100%;
	/* text-align: center; */
}
.leftTop p span {
	display: inline-block;
	margin-right: 25px;
	font-size: 16px;
	color: #999;
	/* font-family: "\5b8b\4f53"; */
}
.leftTop .sc-btn {
	margin-right: 10px;
	cursor: pointer;
}
.leftTop .sc-btn a {
	height: 28px;
	width: 66px;
	background: url(../../../../images/news/version/2025/sc-btn.png) no-repeat;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	background-size: contain;
}
.leftTop .sc-btn-active {
    margin-right: 10px;
    cursor: pointer;
}
.leftTop .sc-btn-active a{
	height: 28px;
	width: 66px;
    background: url(../../../../images/news/version/2025/sc-btn-active.png) no-repeat;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
	background-size: contain;
}
.wrapper-title .Share-2 {
	right: 0;
	bottom: 14px;
}
.wrapper-title .wrapper-title .Share-2 li {
	margin-right: 10px;
}
.wrapper-title .Share-2 li p i {
	width: 36px;
	height: 36px;
	background-size: auto 36px;
}
.wrapper-title .Share-2 li.Share-qq p i {
	background-position: -54px 0;
}
.wrapper-title .Share-2 li.Share-qzone p i{
    background-position: -108px 0;
}
.wrapper-title .Share-2 li.Share-wb p i{
    background-position: -162px 0;
}
.wrapper-title .Share-2 .wx-bot{
	bottom: auto!important;
  	top: 35px;
}
/* content */
.content {
	padding: 30px 0;
	font-size: 18px;
	line-height: 2;
	color: #333;
	font-family: "Microsoft YaHei";
}
.content a{
	color: #368beb;
}
.content img{
	margin: 20px 0;
}
/* correlation */
.correlation{
	margin-top: 20px;
}
.showTitle{
	border-bottom: 1px solid #e6e6e6;
}
.showTitle span{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.showTitle b{
	height: 42px;
	line-height: 34px;
	font-size: 22px;
	color: #333;
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
}
.showTitle b::after{
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	background-color: #368beb;
}
.showTitle span::before{
	width: 23px;
	height: 23px;
	right: -11px;
	top: 0;
	position: absolute;
	background: url(../../../../images/news/version/2025/showTitle-icon.png) no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
	content: "";
}
.correlation ul{
	overflow: hidden;
}
.correlation li{
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	width: 45%;
	overflow: hidden;
	float: left;
}
.correlation li:nth-child(2n){
	float: right;
}
.correlation li i{
	width: 5px;
	height: 5px;
	margin: 8px 10px 0 2px;
	border-radius: 50%;
	background-color: #368beb;
	display: inline-block;
	vertical-align: top;
}
.correlation li a{
	color: #333;
}
.correlation li:hover a{
	color: #368beb;
}
/* recommPro */
.recommPro{
	margin-top: 28px;
}
.recommPro-bot{
	overflow: hidden;
}
.recommPro ul{
	margin: 20px -20px 0 0;
	overflow: hidden;
}
.recommPro li{
	padding-right: 20px;
	width: 25%;
	float: left;
	box-sizing: border-box;
}
.recommPro li .image a{
	height: 0;
	padding-bottom: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.recommPro li .image img{
	width: 100%;
	height: 100%;
	position: absolute;
}
.recommPro li p{
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
}
.recommPro li p a{
	color: #333;
}
.recommPro li p a:hover{
	color: #368beb;
}

/* statement */
.statement{
    margin-top: 40px;
    padding: 15px 18px;
    line-height: 22px;
    font-size: 14px;
    background-color: #f9f6ed;
    border: 1px solid #ede7d6;
    border-radius: 2px;
}
.statement p{
    margin-top: 10px;
    color: #b0984f;
}
.statement b{
	font-size: 15px;
    display: block;
    color: #9a8032;
}
/* footer */
.bottomMenu {
    margin-top: 38px;
	background-color: #2b82d9;
	padding: 30px 0 25px 0;
}
.footTop {
	height: 208px;
}
.footLeft {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-left: 50px;
	
}
.footLeft .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footLeft ul {
	float: left;
	margin-right: 60px;

}
.footLeft ul li {
	line-height: 36px;
	font-size: 16px;
	color: #fff;
}
.footLeft ul li i {
	width: 26px;
	height: 26px;
	line-height: 36px;
	display: inline-block;
	border-radius: 4px;
	vertical-align: middle;
	background: url(https://www.ybzhan.cn/images/index/qq_ico.png) no-repeat center center #5fa1e4;
	margin-left: 10px;
}
.footLeft ul li i:hover {
	background: url(https://www.ybzhan.cn/images/index/qq_ico.png) no-repeat center center #3f99f5;
}
.footLeft .text {
	margin-top: 10px;
	float: left;
}
.footLeft p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.footLeft .lxqq {
	height: 108px;
}

.footLeft .lxqq ul li a{
	position: relative;
    cursor: pointer;
}
.footLeft .lxqq ul li 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;
	 overflow: hidden;
}
.footLeft .lxqq ul li a.QQhover::after{
	position: absolute;
    left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footLeft .lxqq ul li a:hover .QQhover{
	 display: inline-block;
}
.footLeft p b {
	font-size: 16px;
	font-weight: normal;
}
.footCenter {
	float: left;
	width: 22%;
	overflow: hidden;
	border-left: 1px solid #5fa1e4;
	border-right: 1px solid #5fa1e4;
	box-sizing: border-box;
	padding-right: 1px;
	padding-left: 4%;
}
.footCenter ul {
	width: 45%;
	float: left;
}
.footCenter ul li {
	line-height: 40px;
	width: 100%;
	float: left;
}
.footCenter ul li a {
	color: #fff;
	font-size: 16px;
}
.footCenter .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight {
	width: 49%;
	float: right;
    margin-right: 50px;
}
.footRight .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
}
.footRight .title b {
	font-weight: normal;
}
.footRight ul li {
	width: 25%;
	float: left;
}
.footRight ul li .ewm {
	width: 150px;
	height: 150px;
	background: #fff;
	margin: 0 auto;
	border: 8px solid #5fa1e4;
}
.footRight ul li .ewm img {
	width: 100%;
	height: 100%;
}
.foot {
	background-color: #333;
	padding: 10px 15px 30px 15px;
	text-align: center;
}

.foot p {
	font-size: 14px;
	line-height: 24px;
	color: #6b6b6b;
	font-family: SimSun;
}

.foot p a {
	color: #fff;
	margin: 0 5px;
	font-family: microsoft yahei;
}

.foot p a:hover {
	color: #76a145;
}

.foot span {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	display: block;
}
/* online-talk */
.online-talk {
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0px 10px 20px 0px rgba(40, 40, 40, 0.15);
	position: fixed;
    left: 10px;
    top: 254px;
	width: 150px;
	box-sizing: border-box;
	padding: 0 15px 18px;
	z-index: 999;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: none;
	/* -webkit-animation: 6s linear 0.15s infinite normal none running swing;
	animation: 6s linear 0.15s infinite normal none running swing; */
}
.online-talk .image {
	margin-top: -40px;
	text-align: center;
}
.online-talk p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 13px;
}
.online-talk span {
	display: block;
	margin-top: 10px;
	color: #999;
	font-size: 15px;
}
.online-talk .talk {
	display: block;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	background-image: -moz-linear-gradient( 0deg, #fd7a5f 0%, #f41826 100%);
	background-image: -webkit-linear-gradient( 0deg, #fd7a5f 0%, #f41826 100%);
	background-image: -ms-linear-gradient( 0deg, #fd7a5f 0%, #f41826 100%);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
.comInfo .bot a i{
	font-size: 16px;
	margin-right: 4px;
}
/* media */
@media only screen and (min-width: 1920px){
    .main,.w{width: 1560px;}
    body{min-width: 1560px;}
}
@media only screen and (min-width: 1600px) and (max-width: 1919px){
    .main,.w{width: 1240px;}
    body{min-width: 1240px;}
	.top-fixed .logo {
		top: 10px;
		width: 120px;
	}
	#header, .top-fixed + .Blank, .iframe {
		height: 60px;
	}
	#header .w {
		padding-top: 10px;
	}
	#divLogin {
		padding-left: 130px;
	}
	.Tophead .box {
		margin-top: -60px;
		padding-top: 12px;
	}
	.headRight li .ServiceTop, .headRight li .siteNav1 {
		height: 38px;
		line-height: 38px;
		padding: 0 6px;
		font-size: 12px;
	}
	.headRight li .ServiceTop > a em, .headRight li .siteNav1 > a em {
		margin: 18px 0 0 5px;
	}
	.headRight li .serviceBtn {
		margin-top: 6px;
		height: 26px;
		line-height: 24px;
		width: 73px;
		font-size: 12px;
	}
	.headRight li .ServiceTop .ksqg i {
		margin-top: 13px;
		width: 70px;
		height: 14px;
	}
	.headRight li .ServiceTop > a i, .headRight li .siteNav1 > a i {
		margin-right: 4px;
		font-size: 13px;
	}
	.search .form .select {
		width: 66px;
	}
	.search .form input {
		width: 318px;
		font-size: 12px;
		text-indent: 10px;
	}
	.search .form .select .select-bot li {
		line-height: 26px;
		font-size: 12px;
	}
	.search .form .select .select-bot {
		width: 66px;
	}
	.search .form {
		width: 472px;
		height: 38px;
	}
	.search .form button {
		width: 84px;
		font-size: 14px;
	}
	.search .form button i {
		font-size: 12px;
	}
	.search .form .select .select-top p {
		font-size: 12px;
		line-height: 34px;
	}
	.search .form .select .select-top i {
		margin-top: 13px;
		margin-left: 4px;
		font-size: 8px;
	}
	.search .form .select::after {
		height: 18px;
	}
	.header li {
		margin-right: 6px;
		font-size: 12px;
		line-height: 38px;
	}
	.nav {
		height: 44px;
		line-height: 44px;
	}
	.nav a {
		font-size: 16px;
		padding: 0 46px;
	}
	.nav a::before {
		font-size: 15px;
	}
	.nav a::after {
		height: 2px;
	}
	.nav a:hover::after, .nav a.active::after {
		width: 26px;
	}
	.position {
		height: 44px;
		line-height: 44px;
		font-size: 14px;
	}
	.position i {
		font-size: 15px;
		margin-top: 1px;
		display: inline-block;
		vertical-align: top;
	}
	.position a::after {
		font-size: 15px;
		right: 4px;
	}
	.position a {
		padding-right: 18px;
	}
	.comList .right,.comShow .right {
		width: 326px;
		margin-top: 45px;
	}
	.comList .left,.comShow .left {
		width: calc(100% - 359px );
	}
	.right-title b {
		font-size: 18px;
	}
	.right-title i {
		width: 18px;
		height: 11px;
		margin: 6px 0 0 6px;
	}
	.right-title a.more {
		font-size: 14px;
	}
	/* comInfo */
	.comInfo {
		margin-bottom: 20px;
		padding: 15px 21px 16px;
	}
	.comInfo .comLogo {
		width: 67px;
		height: 67px;
		margin-right: 16px;
	}
	.comInfo .top p {
		margin-top: 6px;
		line-height: 26px;
		height: 52px;
		font-size: 15px;
	}
	.comInfo .bot {
		margin-top: 13px;
	}
	.comInfo .bot a {
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		width: calc(100% / 2 - 5px);
	}
	/* news1 */
	.news1Top {
		margin-top: 15px;
	}
	.news1Top .image {
		width: 142px;
		margin-right: 11px;
	}
	.news1Top .text p {
		line-height: 20px;
		height: 40px;
		font-size: 15px;
	}
	.news1Top .text span {
		margin-top: 5px;
		line-height: 18px;
		height: 36px;
		font-size: 13px;
	}
	.news1 li {
		margin-top: 10px;
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.news1 li i {
		width: 4px;
		height: 4px;
		margin: 7px 8px 0 0;
	}
	/* hotTopic */
	.hotTopic {
		margin-top: 20px;
	}
	.hotTopic-bot {
		margin-top: 15px;
		padding: 0 17px 24px 0;
	}
	.hotTopic-bot a {
		margin: 25px 0 0 20px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.hotTopic-bot a i {
		margin: 1px 6px 0 0;
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.hotTopic-bot a:nth-child(-n+3) i {
		margin: 0 6px 0 0;
		width: 16px;
		height: 19px;
	}
	.hotTopic-bot a b {
		margin: 7px 0 0 6px;
		border-width: 4px 0 4px 5px;
	}
	/* news2 */
	.news2 {
		margin-top: 18px;
	}
	.news2 ul {
		margin-top: 14px;
	}
	.news2 li p {
		margin-top: 6px;
		height: 36px;
		line-height: 18px;
		font-size: 14px;
	}
	.news2 li.first p {
		height: 24px;
		line-height: 24px;
		font-size: 15px;
	}
	.news2 li:nth-child(2){
		padding-right: 6px;
	}
	.news2 li:nth-child(3){
		padding-left: 6px;
	}
	.news2 li {
		margin-top: 10px;
	}
	/* news4 */
	.news4 {
		margin-top: 18px;
	}
	.news4 ul {
		margin-top: 15px;
		padding: 18px 20px 22px;
	}
	.news4 li p {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.news4 li p i {
		width: 17px;
		height: 14px;
		margin: 2px 5px 0 0;
	}
	.news4 li span {
		margin-top: 7px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.news4 li span i {
		width: 12px;
		height: 12px;
		margin: 2px 6px 0 0;
	}
	.news4 li {
		margin-top: 18px;
	}
	/* news5 */
	.news5 {
		margin-top: 20px;
	}
	.news5 li {
		margin-top: 14px;
	}
	.news5 li .image {
		width: 86px;
		margin-right: 13px;
	}
	.news5 li .text p {
		height: 24px;
		line-height: 24px;
		font-size: 15px;
	}
	.news5 li .text span {
		margin: 4px 0;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.news5 li .text .price {
		font-size: 16px;
	}
	/* show */
	/* wrapper-title */
	.leftTop h1 {
		font-size: 29px;
		line-height: 40px;
		margin-top: 19px;
		margin-bottom: 10px;
	}
	.leftTop p {
		line-height: 26px;
		height: 26px;
	}
	.leftTop p span {
		margin-right: 20px;
		font-size: 15px;
	}
	.leftTop .sc-btn a {
		height: 26px;
		width: 62px;
	}
	.wrapper-title .Share-2 li {
		margin-right: 10px;
	}
	/* content */
	.content {
		padding: 22px 0;
		font-size: 16px;
	}
	.showTitle b {
		height: 34px;
		line-height: 26px;
		font-size: 18px;
	}
	.showTitle span::before {
		width: 20px;
		height: 20px;
		right: -10px;
	}
	.correlation li {
		margin-top: 16px;
		height: 16px;
		line-height: 16px;
		font-size: 14px;
		width: 47%;
	}
	.correlation li i {
		width: 4px;
		height: 4px;
		margin: 7px 8px 0 2px;
	}
	.recommPro {
		margin-top: 22px;
	}
	.recommPro ul {
		margin: 16px -16px 0 0;
	}
	.recommPro li p {
		margin-top: 8px;
		height: 16px;
		line-height: 16px;
		font-size: 14px;
	}
	.statement {
		margin-top: 30px;
		padding: 12px 15px;
		line-height: 20px;
		font-size: 13px;
	}
	/* footer */
	.bottomMenu {
        margin-top: 35px;
        padding: 30px 0 25px 0;
    }
    .footLeft {
        width: 26%;
        padding-left: 25px;
    }
    .footRight {
        width: 48%;
        margin-right: 25px;
    }
    .footLeft ul li {
        font-size: 15px;
    }
    .footLeft p {
        font-size: 15px;
    }
    .footCenter ul li a {
        font-size: 15px;
    }
    .footRight ul li .ewm {
        width: 115px;
        height: 115px;
    }
	/* online-talk */
	.online-talk {
		left: 10px;
		top: 254px;
		width: 120px;
		padding: 0 8px 12px;
	}
	.online-talk p {
		font-size: 15px;
		margin-top: 10px;
	}
	.online-talk span {
		margin-top: 8px;
		font-size: 13px;
	}
	.online-talk .talk {
		height: 28px;
		line-height: 28px;
		font-size: 15px;
		margin-top: 12px;
	}

}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .main,.w{width: 1068px;}
    body{min-width: 1068px;}
	.headRight li .ServiceTop, .headRight li .siteNav1 {
		height: 38px;
		line-height: 38px;
		padding: 0 3px;
		font-size: 12px;
	}
	.headRight li .ServiceTop > a em, .headRight li .siteNav1 > a em {
		margin: 18px 0 0 3px;
		border-width: 3px 3px 0 3px;
	}
	.headRight li .serviceBtn {
		margin-top: 6px;
		height: 26px;
		line-height: 24px;
		width: 61px;
		font-size: 12px;
	}
	.headRight li .ServiceTop .ksqg i {
		margin-top: 13px;
		width: 70px;
		height: 14px;
	}
	.headRight li .ServiceTop > a i, .headRight li .siteNav1 > a i {
		margin-right: 4px;
		font-size: 13px;
	}
	.search .form .select {
		width: 56px;
	}
	.search .form input {
		width: 233px;
		font-size: 12px;
		text-indent: 6px;
	}
	.search .form .select .select-bot li {
		line-height: 26px;
		font-size: 12px;
	}
	.search .form .select .select-bot {
		width: 66px;
	}
	.search .form {
		width: 354px;
		height: 38px;
	}
	.search .form button {
		width: 60px;
		font-size: 12px;
	}
	.search .form button i {
		font-size: 11px;
	}
	.search .form .select .select-top p {
		font-size: 12px;
		line-height: 34px;
	}
	.search .form .select .select-top i {
		margin-top: 13px;
		margin-left: 4px;
		font-size: 8px;
	}
	.search .form .select::after {
		height: 18px;
	}
	.header li {
		margin-right: 6px;
		font-size: 12px;
		line-height: 38px;
	}
	#header, .top-fixed + .Blank,.iframe {
		height: 54px;
	}
	.body-bg {
		top: 54px;
	}
	.Tophead .box {
		margin-top: -54px;
		padding-top: 10px;
	}
	.top-fixed .logo {
		top: 10px;
		width: 104px;
	}
	#divLogin {
		padding-left: 116px;
	}
	/* nav */
	.nav {
		height: 38px;
		line-height: 38px;
	}
	.nav a {
		font-size: 15px;
		padding: 0 36px;
	}
	.nav a::before {
		font-size: 13px;
	}
	.nav a::after {
		height: 2px;
		bottom: 5px;
	}
	.nav a:hover::after,.nav a.active::after{
		width: 20px;
	}
	.nav a.new b::after {
		right: -31px;
		top: -6px;
		height: 13px;
		width: 30px;
	}
	/* position */
	.position {
		height: 38px;
		line-height: 38px;
		font-size: 13px;
	}
	.position i {
		margin-right: 4px;
		font-size: 13px;
	}
	.position a::after {
		right: 3px;
		font-size: 13px;
	}
	.position a {
		padding-right: 16px;
	}
	.comList .right,.comShow .right {
		width: 281px;
		margin-top: 39px;
	}
	.comList .left,.comShow .left {
		width: calc(100% - 310px );
	}
	.right-title b {
		font-size: 16px;
	}
	.right-title i {
		width: 16px;
		height: 10px;
		margin: 6px 0 0 4px;
	}
	.right-title a.more {
		font-size: 13px;
	}
	/* comInfo */
	.comInfo {
		margin-bottom: 18px;
		padding: 13px 18px 14px;
	}
	.comInfo .comLogo {
		width: 58px;
		height: 58px;
		margin-right: 13px;
	}
	.comInfo .top p {
		margin-top: 5px;
		line-height: 24px;
		height: 48px;
		font-size: 14px;
	}
	.comInfo .bot {
		margin-top: 10px;
	}
	.comInfo .bot a {
		height: 28px;
		line-height: 28px;
		font-size: 14px;
		width: calc(100% / 2 - 4px);
	}
	/* news1 */
	.news1Top {
		margin-top: 12px;
	}
	.news1Top .image {
		width: 124px;
		margin-right: 8px;
	}
	.news1Top .text p {
		line-height: 16px;
		height: 32px;
		font-size: 14px;
	}
	.news1Top .text span {
		margin-top: 5px;
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.news1 li {
		margin-top: 12px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.news1 li i {
		width: 4px;
		height: 4px;
		margin: 5px 6px 0 0;
	}
	/* hotTopic */
	.hotTopic {
		margin-top: 18px;
	}
	.hotTopic-bot {
		margin-top: 12px;
		padding: 0 14px 18px 0;
	}
	.hotTopic-bot a {
		margin: 20px 0 0 14px;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.hotTopic-bot a i {
		margin: 0px 5px 0 0;
		width: 16px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.hotTopic-bot a:nth-child(-n+3) i {
		margin: 0 6px 0 0;
		width: 15px;
		height: 17px;
	}
	.hotTopic-bot a b {
		margin: 5px 0 0 5px;
		border-width: 4px 0 4px 4px;
	}
	/* news2 */
	.news2 {
		margin-top: 16px;
	}
	.news2 ul {
		margin-top: 12px;
	}
	.news2 li:nth-child(2){
		padding-right: 5px;
	}
	.news2 li:nth-child(3){
		padding-left: 5px;
	}
	.news2 li p {
		margin-top: 5px;
		height: 32px;
		line-height: 16px;
		font-size: 12px;
	}
	.news2 li {
		margin-top: 8px;
	}
	.news2 li.first p {
		height: 24px;
		line-height: 24px;
		font-size: 14px;
	}
	/* news4 */
	.news4 {
		margin-top: 14px;
	}
	.news4 ul {
		margin-top: 12px;
		padding: 15px 15px 18px;
	}
	.news4 li p {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.news4 li p i {
		width: 14px;
		height: 12px;
		margin: 4px 5px 0 0;
	}
	.news4 li span {
		margin-top: 5px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.news4 li span i {
		width: 10px;
		height: 10px;
		margin: 4px 4px 0 0;
	}
	.news4 li {
		margin-top: 18px;
	}
	/* news5 */
	.news5 {
		margin-top: 18px;
	}
	.news5 li .image {
		width: 75px;
		margin-right: 10px;
	}
	.news5 li .text p {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.news5 li .text span {
		margin: 4px 0;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.news5 li .text .price {
		font-size: 16px;
	}
	.news5 li {
		margin-top: 10px;
	}
	/* show */
	/* wrapper-title */
	.leftTop h1 {
		font-size: 25px;
		line-height: 34px;
		margin-top: 14px;
		margin-bottom: 8px;
	}
	.leftTop {
		padding-bottom: 14px;
	}
	.leftTop p {
		line-height: 24px;
		height: 24px;
	}
	.leftTop p span {
		margin-right: 15px;
		font-size: 13px;
	}
	.leftTop .sc-btn a {
		height: 24px;
		width: 58px;
	}
	.wrapper-title .Share-2 {
		right: 0;
		bottom: 7px;
	}
	.wrapper-title .Share-2 li {
		margin-right: 8px;
	}
	.content {
		padding: 18px 0;
		font-size: 13px;
	}
	/* correlation */
	.showTitle b {
		height: 30px;
		line-height: 26px;
		font-size: 15px;
	}
	.showTitle span::before {
		width: 17px;
		height: 17px;
		right: -10px;
	}
	.showTitle b::after {
		height: 2px;
	}
	.correlation li {
		margin-top: 13px;
		height: 16px;
		line-height: 16px;
		font-size: 14px;
		width: 48%;
	}
	.correlation li i {
		width: 4px;
		height: 4px;
		margin: 7px 6px 0 1px;
	}
	/* recommPro */
	.recommPro {
		margin-top: 14px;
	}
	.recommPro li {
		padding-right: 14px;
	}
	.recommPro ul {
		margin: 14px -14px 0 0;
	}
	.recommPro li p {
		margin-top: 6px;
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	/* statement */
	.statement {
		margin-top: 20px;
		padding: 10px 12px;
		line-height: 18px;
		font-size: 12px;
	}
	.statement b {
		font-size: 14px;
	}
	.statement p {
		margin-top: 8px;
	}
    /* footer */
    .bottomMenu {
        margin-top: 20px;
        padding: 20px 0 15px 0;
    }
    .footLeft ul li {
        line-height: 30px;
        font-size: 13px;
        color: #fff;
    }
    .footLeft {
        width: 25%;
        padding-left: 20px;
    }
    .footLeft ul {
        float: left;
        margin-right: 30px;
    }
    .footLeft p {
        font-size: 13px;
        line-height: 26px;
    }
    .footCenter ul li {
        line-height: 32px;
    }
    .footCenter ul li a {
        font-size: 13px;
    }
    .footRight {
        width: 50%;
        margin-right: 20px;
    }
    .footRight ul li .ewm {
        width: 104px;
        height: 104px;
        border: 4px solid #5fa1e4;
    }
    .footLeft .text {
        margin-top: 5px;
    }
    .footLeft .lxqq {
        height: 98px;
    }
    .footTop {
        height: 188px;
    }
    .foot {
        padding: 8px 10px 20px 10px;
    }
    .foot span {
        font-size: 13px;
        line-height: 22px;
    }
	/* online-talk */
	.online-talk {
		left: 10px;
		top: 254px;
		width: 120px;
		padding: 0 8px 12px;
	}
	.online-talk p {
		font-size: 15px;
		margin-top: 10px;
	}
	.online-talk span {
		margin-top: 8px;
		font-size: 13px;
	}
	.online-talk .talk {
		height: 28px;
		line-height: 28px;
		font-size: 15px;
		margin-top: 12px;
	}

}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .main,.w{width: 1068px;}
    body{min-width: 1068px;}
	.headRight li .ServiceTop, .headRight li .siteNav1 {
		height: 38px;
		line-height: 38px;
		padding: 0 3px;
		font-size: 12px;
	}
	.headRight li .ServiceTop > a em, .headRight li .siteNav1 > a em {
		margin: 18px 0 0 3px;
		border-width: 3px 3px 0 3px;
	}
	.headRight li .serviceBtn {
		margin-top: 6px;
		height: 26px;
		line-height: 24px;
		width: 61px;
		font-size: 12px;
	}
	.headRight li .ServiceTop .ksqg i {
		margin-top: 13px;
		width: 70px;
		height: 14px;
	}
	.headRight li .ServiceTop > a i, .headRight li .siteNav1 > a i {
		margin-right: 4px;
		font-size: 13px;
	}
	.search .form .select {
		width: 56px;
	}
	.search .form input {
		width: 233px;
		font-size: 12px;
		text-indent: 6px;
	}
	.search .form .select .select-bot li {
		line-height: 26px;
		font-size: 12px;
	}
	.search .form .select .select-bot {
		width: 66px;
	}
	.search .form {
		width: 354px;
		height: 38px;
	}
	.search .form button {
		width: 60px;
		font-size: 12px;
	}
	.search .form button i {
		font-size: 11px;
	}
	.search .form .select .select-top p {
		font-size: 12px;
		line-height: 34px;
	}
	.search .form .select .select-top i {
		margin-top: 13px;
		margin-left: 4px;
		font-size: 8px;
	}
	.search .form .select::after {
		height: 18px;
	}
	.header li {
		margin-right: 6px;
		font-size: 12px;
		line-height: 38px;
	}
	#header, .top-fixed + .Blank,.iframe {
		height: 54px;
	}
	.body-bg {
		top: 54px;
	}
	.Tophead .box {
		margin-top: -54px;
		padding-top: 10px;
	}
	.top-fixed .logo {
		top: 10px;
		width: 104px;
	}
	#divLogin {
		padding-left: 116px;
	}
	/* nav */
	.nav {
		height: 38px;
		line-height: 38px;
	}
	.nav a {
		font-size: 15px;
		padding: 0 36px;
	}
	.nav a::before {
		font-size: 13px;
	}
	.nav a::after {
		height: 2px;
		bottom: 5px;
	}
	.nav a:hover::after,.nav a.active::after{
		width: 20px;
	}
	.nav a.new b::after {
		right: -31px;
		top: -6px;
		height: 13px;
		width: 30px;
	}
	/* position */
	.position {
		height: 38px;
		line-height: 38px;
		font-size: 13px;
	}
	.position i {
		margin-right: 4px;
		font-size: 13px;
	}
	.position a::after {
		right: 3px;
		font-size: 13px;
	}
	.position a {
		padding-right: 16px;
	}
	.comList .right,.comShow .right {
		width: 281px;
		margin-top: 39px;
	}
	.comList .left,.comShow .left {
		width: calc(100% - 310px );
	}
	.right-title b {
		font-size: 16px;
	}
	.right-title i {
		width: 16px;
		height: 10px;
		margin: 6px 0 0 4px;
	}
	.right-title a.more {
		font-size: 13px;
	}
	/* comInfo */
	.comInfo {
		margin-bottom: 18px;
		padding: 13px 18px 14px;
	}
	.comInfo .comLogo {
		width: 58px;
		height: 58px;
		margin-right: 13px;
	}
	.comInfo .top p {
		margin-top: 5px;
		line-height: 24px;
		height: 48px;
		font-size: 14px;
	}
	.comInfo .bot {
		margin-top: 10px;
	}
	.comInfo .bot a {
		height: 28px;
		line-height: 28px;
		font-size: 14px;
		width: calc(100% / 2 - 4px);
	}
	/* news1 */
	.news1Top {
		margin-top: 12px;
	}
	.news1Top .image {
		width: 124px;
		margin-right: 8px;
	}
	.news1Top .text p {
		line-height: 16px;
		height: 32px;
		font-size: 14px;
	}
	.news1Top .text span {
		margin-top: 5px;
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.news1 li {
		margin-top: 12px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.news1 li i {
		width: 4px;
		height: 4px;
		margin: 5px 6px 0 0;
	}
	/* hotTopic */
	.hotTopic {
		margin-top: 18px;
	}
	.hotTopic-bot {
		margin-top: 12px;
		padding: 0 14px 18px 0;
	}
	.hotTopic-bot a {
		margin: 20px 0 0 14px;
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.hotTopic-bot a i {
		margin: 0px 5px 0 0;
		width: 16px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.hotTopic-bot a:nth-child(-n+3) i {
		margin: 0 6px 0 0;
		width: 15px;
		height: 17px;
	}
	.hotTopic-bot a b {
		margin: 5px 0 0 5px;
		border-width: 4px 0 4px 4px;
	}
	/* news2 */
	.news2 {
		margin-top: 16px;
	}
	.news2 ul {
		margin-top: 12px;
	}
	.news2 li:nth-child(2){
		padding-right: 5px;
	}
	.news2 li:nth-child(3){
		padding-left: 5px;
	}
	.news2 li p {
		margin-top: 5px;
		height: 32px;
		line-height: 16px;
		font-size: 12px;
	}
	.news2 li {
		margin-top: 8px;
	}
	.news2 li.first p {
		height: 24px;
		line-height: 24px;
		font-size: 14px;
	}
	/* news4 */
	.news4 {
		margin-top: 14px;
	}
	.news4 ul {
		margin-top: 12px;
		padding: 15px 15px 18px;
	}
	.news4 li p {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.news4 li p i {
		width: 14px;
		height: 12px;
		margin: 4px 5px 0 0;
	}
	.news4 li span {
		margin-top: 5px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.news4 li span i {
		width: 10px;
		height: 10px;
		margin: 4px 4px 0 0;
	}
	.news4 li {
		margin-top: 18px;
	}
	/* news5 */
	.news5 {
		margin-top: 18px;
	}
	.news5 li .image {
		width: 75px;
		margin-right: 10px;
	}
	.news5 li .text p {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.news5 li .text span {
		margin: 4px 0;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.news5 li .text .price {
		font-size: 16px;
	}
	.news5 li {
		margin-top: 10px;
	}
	/* show */
	/* wrapper-title */
	.leftTop h1 {
		font-size: 25px;
		line-height: 34px;
		margin-top: 14px;
		margin-bottom: 8px;
	}
	.leftTop {
		padding-bottom: 14px;
	}
	.leftTop p {
		line-height: 24px;
		height: 24px;
	}
	.leftTop p span {
		margin-right: 15px;
		font-size: 13px;
	}
	.leftTop .sc-btn a {
		height: 24px;
		width: 58px;
	}
	.wrapper-title .Share-2 {
		right: 0;
		bottom: 7px;
	}
	.wrapper-title .Share-2 li {
		margin-right: 8px;
	}
	.content {
		padding: 18px 0;
		font-size: 13px;
	}
	/* correlation */
	.showTitle b {
		height: 30px;
		line-height: 26px;
		font-size: 15px;
	}
	.showTitle span::before {
		width: 17px;
		height: 17px;
		right: -10px;
	}
	.showTitle b::after {
		height: 2px;
	}
	.correlation li {
		margin-top: 13px;
		height: 16px;
		line-height: 16px;
		font-size: 14px;
		width: 48%;
	}
	.correlation li i {
		width: 4px;
		height: 4px;
		margin: 7px 6px 0 1px;
	}
	/* recommPro */
	.recommPro {
		margin-top: 14px;
	}
	.recommPro li {
		padding-right: 14px;
	}
	.recommPro ul {
		margin: 14px -14px 0 0;
	}
	.recommPro li p {
		margin-top: 6px;
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	/* statement */
	.statement {
		margin-top: 20px;
		padding: 10px 12px;
		line-height: 18px;
		font-size: 12px;
	}
	.statement b {
		font-size: 14px;
	}
	.statement p {
		margin-top: 8px;
	}
    /* footer */
    .bottomMenu {
        margin-top: 20px;
        padding: 20px 0 15px 0;
    }
    .footLeft ul li {
        line-height: 30px;
        font-size: 13px;
        color: #fff;
    }
    .footLeft {
        width: 25%;
        padding-left: 20px;
    }
    .footLeft ul {
        float: left;
        margin-right: 30px;
    }
    .footLeft p {
        font-size: 13px;
        line-height: 26px;
    }
    .footCenter ul li {
        line-height: 32px;
    }
    .footCenter ul li a {
        font-size: 13px;
    }
    .footRight {
        width: 50%;
        margin-right: 20px;
    }
    .footRight ul li .ewm {
        width: 104px;
        height: 104px;
        border: 4px solid #5fa1e4;
    }
    .footLeft .text {
        margin-top: 5px;
    }
    .footLeft .lxqq {
        height: 98px;
    }
    .footTop {
        height: 188px;
    }
    .foot {
        padding: 8px 10px 20px 10px;
    }
    .foot span {
        font-size: 13px;
        line-height: 22px;
    }
	/* online-talk */
	.online-talk {
		left: 10px;
		top: 254px;
		width: 120px;
		padding: 0 8px 12px;
	}
	.online-talk p {
		font-size: 15px;
		margin-top: 10px;
	}
	.online-talk span {
		margin-top: 8px;
		font-size: 13px;
	}
	.online-talk .talk {
		height: 28px;
		line-height: 28px;
		font-size: 15px;
		margin-top: 12px;
	}
	.comInfo .bot a i{
		font-size: 13px;
		margin-right: 3px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .main,.w{width: 878px;}
    body{min-width: 878px;}
	.headRight {
		margin-left: 12px;
	}
	.headRight li .ServiceTop, .headRight li .siteNav1 {
		height: 38px;
		line-height: 38px;
		padding: 0 3px;
		font-size: 12px;
	}
	.headRight li .ServiceTop > a em, .headRight li .siteNav1 > a em {
		margin: 18px 0 0 3px;
		border-width: 3px 3px 0 3px;
	}
	.headRight li .serviceBtn {
		margin-top: 6px;
		height: 26px;
		line-height: 24px;
		width: 61px;
		font-size: 12px;
	}
	.headRight li .ServiceTop .ksqg i {
		margin-top: 13px;
		width: 70px;
		height: 14px;
	}
	.headRight li .ServiceTop > a i, .headRight li .siteNav1 > a i {
		margin-right: 4px;
		font-size: 13px;
	}
	.search .form .select {
		width: 56px;
	}
	.search .form input {
		width: 123px;
		font-size: 12px;
		text-indent: 6px;
	}
	.search .form .select .select-bot li {
		line-height: 26px;
		font-size: 12px;
	}
	.search .form .select .select-bot {
		width: 66px;
	}
	.search .form {
		width: 244px;
		height: 38px;
	}
	.search .form button {
		width: 60px;
		font-size: 12px;
	}
	.search .form button i {
		font-size: 11px;
	}
	.search .form .select .select-top p {
		font-size: 12px;
		line-height: 34px;
	}
	.search .form .select .select-top i {
		margin-top: 13px;
		margin-left: 4px;
		font-size: 8px;
	}
	.search .form .select::after {
		height: 18px;
	}
	.header li {
		margin-right: 6px;
		font-size: 12px;
		line-height: 38px;
	}
	#header, .top-fixed + .Blank,.iframe {
		height: 54px;
	}
	.body-bg {
		top: 54px;
	}
	.Tophead .box {
		margin-top: -54px;
		padding-top: 10px;
	}
	.top-fixed .logo {
		top: 10px;
		width: 104px;
	}
	#divLogin {
		padding-left: 116px;
	}
	/* nav */
	.nav {
		height: 32px;
		line-height: 32px;
	}
	.nav a {
		font-size: 14px;
		padding: 0px 27px;
	}
	.nav a::before {
		font-size: 13px;
	}
	.nav a::after {
		height: 2px;
		bottom: 3px;
	}
	.nav a.new b::after {
		right: -30px;
		top: -5px;
		height: 11px;
		width: 28px;
	}
	.nav a:hover::after,.nav a.active::after{
		width: 20px;
	}
	/* position */
	.position {
		height: 31px;
		line-height: 31px;
		font-size: 12px;
	}
	.position i {
		margin-right: 3px;
		font-size: 13px;
	}
	.position a {
		padding-right: 12px;
	}
	.position a::after {
		right: 2px;
		font-size: 12px;
	}
	.comList .right,.comShow .right {
		width: 231px;
		margin-top: 32px;
	}
	.comList .left,.comShow .left {
		width: calc(100% - 255px );
	}
	.right-title b {
		font-size: 14px;
	}
	.right-title i {
		width: 13px;
		height: 8px;
		margin: 5px 0 0 3px;
	}
	.right-title a.more {
		font-size: 12px;
	}
	/* comInfo */
	.comInfo {
		margin-bottom: 14px;
		padding: 10px 14px;
	}
	.comInfo .comLogo {
		width: 48px;
		height: 48px;
		margin-right: 6px;
	}
	.comInfo .top p {
		margin-top: 2px;
		line-height: 22px;
		height: 44px;
		font-size: 14px;
	}
	.comInfo .bot {
		margin-top: 8px;
	}
	.comInfo .bot a {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		width: calc(100% / 2 - 3px);
	}
	/* news1 */
	.news1Top {
		margin-top: 8px;
	}
	.news1Top .image {
		width: 102px;
		margin-right: 8px;
	}
	.news1Top .text p {
		line-height: 16px;
		height: 32px;
		font-size: 13px;
	}
	.news1Top .text span {
		margin-top: 3px;
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.news1 li {
		margin-top: 8px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.news1 li i {
		width: 4px;
		height: 4px;
		margin: 7px 5px 0 0;
	}
	/* hotTopic */
	.hotTopic {
		margin-top: 14px;
	}
	.hotTopic-bot {
		margin-top: 10px;
		padding: 0 14px 16px 0;
	}
	.hotTopic-bot a {
		margin: 15px 0 0 12px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.hotTopic-bot a i {
		margin: 1px 2px 0 0;
		width: 14px;
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.hotTopic-bot a:nth-child(-n+3) i {
		margin: 3px 2px 0 0;
		width: 10px;
		height: 11px;
	}
	.hotTopic-bot a b {
		margin: 5px 0 0 3px;
		border-width: 4px 0 4px 4px;
	}
	/* news2 */
	.news2 {
		margin-top: 14px;
	}
	.news2 ul {
		margin-top: 10px;
	}
	.news2 li:nth-child(2){
		padding-right: 4px;
	}
	.news2 li:nth-child(3){
		padding-left: 4px;
	}
	.news2 li {
		margin-top: 8px;
	}
	.news2 li p {
		margin-top: 4px;
		height: 32px;
		line-height: 16px;
		font-size: 12px;
	}
	.news2 li.first p {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}	
	/* news4 */
	.news4 {
		margin-top: 12px;
	}
	.news4 ul {
		margin-top: 10px;
		padding: 10px 10px 14px;
	}
	.news4 li p {
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.news4 li p i {
		width: 15px;
		height: 12px;
		margin: 3px 4px 0 0;
	}
	.news4 li span {
		margin-top: 5px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.news4 li span i {
		width: 10px;
		height: 10px;
		margin: 3px 3px 0 0;
	}
	.news4 li {
		margin-top: 14px;
	}
	/* news5 */
	.news5 {
		margin-top: 14px;
	}
	.news5 li {
		margin-top: 10px;
	}
	.news5 li .image {
		width: 61px;
		margin-right: 9px;
	}
	.news5 li .text p {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.news5 li .text span {
		margin: 5px 0;
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.news5 li .text .price {
		font-size: 14px;
	}
	/* show */
	/* wrapper-title */
	.leftTop h1 {
		font-size: 20px;
		line-height: 30px;
		margin-top: 12px;
		margin-bottom: 4px;
	}
	.leftTop p {
		line-height: 22px;
		height: 22px;
	}
	.leftTop p span {
		display: inline-block;
		margin-right: 6px;
		font-size: 12px;
	}
	.leftTop .sc-btn a {
		height: 22px;
		width: 51px;
	}
	.wrapper-title .Share-2 li p i {
		width: 20px;
		height: 20px;
		background-size: auto 20px;
	}
	.wrapper-title .Share-2 li.Share-qq p i {
		background-position: -30px 0;
	}
	.wrapper-title .Share-2 li.Share-qzone p i{
		background-position: -60px 0;
	}
	.wrapper-title .Share-2 li.Share-wb p i{
		background-position: -90px 0;
	}
	.wrapper-title .Share-2 li {
		margin-right: 4px;
	}
	.wrapper-title .Share-2 .Share-left {
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin-right: 6px;
	}
	.wrapper-title .Share-2 {
		right: 0;
		bottom: 10px;
	}
	.leftTop {
		padding-bottom: 10px;
	}
	.content {
		padding: 15px 0;
		font-size: 13px;
	}
	/* correlation */
	.correlation {
		margin-top: 10px;
	}
	.showTitle b {
		height: 24px;
		line-height: 16px;
		font-size: 14px;
	}
	.showTitle span::before {
		width: 17px;
		height: 17px;
		right: -7px;
	}
	.correlation li {
		margin-top: 10px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
		width: 48%;
	}
	.correlation li i {
		width: 4px;
		height: 4px;
		margin: 7px 6px 0 1px;
	}
	/* recommPro */
	.recommPro {
		margin-top: 14px;
	}
	.recommPro ul {
		margin: 10px -10px 0 0;
	}
	.recommPro li {
		padding-right: 10px;
	}
	.recommPro li p {
		margin-top: 4px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	/* statement */
	.statement {
		margin-top: 20px;
		padding: 10px 12px;
		line-height: 16px;
		font-size: 12px;
	}
	.statement b {
		font-size: 14px;
	}
	.statement p {
		margin-top: 5px;
	}
    /* footer */
    .bottomMenu {
        margin-top: 20px;
    }
    .footLeft ul li {
        line-height: 30px;
        font-size: 13px;
        color: #fff;
    }
    .footLeft {
        width: 25%;
        padding-left: 0;
    }
    .footLeft ul {
        float: left;
        margin-right: 25px;
    }
    .footLeft p {
        font-size: 13px;
        line-height: 26px;
    }
    .footCenter ul li {
        line-height: 32px;
    }
    .footCenter ul li a {
        font-size: 13px;
    }
    .footCenter {
        width: 24%;
        padding-left: 3%;
    }
    .footRight {
        width: 50%;
        margin-right: 0;
    }
    .footRight ul li .ewm {
        width: 96px;
        height: 96px;
        border: 4px solid #5fa1e4;
    }
    .footLeft .text {
        margin-top: 5px;
    }
    .footLeft .lxqq {
        height: 98px;
    }
    .footTop {
        height: 188px;
    }
    .footRight .title {
        font-size: 14px;
    }
    .footLeft p b {
        font-size: 13px;
    }
    .foot {
        padding: 8px 10px 20px 10px;
    }
    .foot span {
        font-size: 13px;
        line-height: 22px;
    }
	/* online-talk */
	.online-talk {
		left: 10px;
		top: 254px;
		width: 120px;
		padding: 0 8px 12px;
	}
	.online-talk p {
		font-size: 15px;
		margin-top: 10px;
	}
	.online-talk span {
		margin-top: 8px;
		font-size: 13px;
	}
	.online-talk .talk {
		height: 28px;
		line-height: 28px;
		font-size: 15px;
		margin-top: 12px;
	}
	.wrapper-title .Share-2 .wx-bot {
		top: 16px;
		left: -75px;
	}
	.comInfo .bot a i{
		font-size: 13px;
		margin-right: 3px;
	}

}
@media only screen and (max-width: 1024px){
    .main,.w{width: 878px;}
    body{min-width: 878px;}
	.headRight {
		margin-left: 12px;
	}
	.headRight li .ServiceTop, .headRight li .siteNav1 {
		height: 38px;
		line-height: 38px;
		padding: 0 3px;
		font-size: 12px;
	}
	.headRight li .ServiceTop > a em, .headRight li .siteNav1 > a em {
		margin: 18px 0 0 3px;
		border-width: 3px 3px 0 3px;
	}
	.headRight li .serviceBtn {
		margin-top: 6px;
		height: 26px;
		line-height: 24px;
		width: 61px;
		font-size: 12px;
	}
	.headRight li .ServiceTop .ksqg i {
		margin-top: 13px;
		width: 70px;
		height: 14px;
	}
	.headRight li .ServiceTop > a i, .headRight li .siteNav1 > a i {
		margin-right: 4px;
		font-size: 13px;
	}
	.search .form .select {
		width: 56px;
	}
	.search .form input {
		width: 123px;
		font-size: 12px;
		text-indent: 6px;
	}
	.search .form .select .select-bot li {
		line-height: 26px;
		font-size: 12px;
	}
	.search .form .select .select-bot {
		width: 66px;
	}
	.search .form {
		width: 244px;
		height: 38px;
	}
	.search .form button {
		width: 60px;
		font-size: 12px;
	}
	.search .form button i {
		font-size: 11px;
	}
	.search .form .select .select-top p {
		font-size: 12px;
		line-height: 34px;
	}
	.search .form .select .select-top i {
		margin-top: 13px;
		margin-left: 4px;
		font-size: 8px;
	}
	.search .form .select::after {
		height: 18px;
	}
	.header li {
		margin-right: 6px;
		font-size: 12px;
		line-height: 38px;
	}
	#header, .top-fixed + .Blank,.iframe {
		height: 54px;
	}
	.body-bg {
		top: 54px;
	}
	.Tophead .box {
		margin-top: -54px;
		padding-top: 10px;
	}
	.top-fixed .logo {
		top: 10px;
		width: 104px;
	}
	#divLogin {
		padding-left: 116px;
	}
	/* nav */
	.nav {
		height: 32px;
		line-height: 32px;
	}
	.nav a {
		font-size: 14px;
		padding: 0px 27px;
	}
	.nav a::before {
		font-size: 13px;
	}
	.nav a::after {
		height: 2px;
		bottom: 3px;
	}
	.nav a.new b::after {
		right: -30px;
		top: -5px;
		height: 11px;
		width: 28px;
	}
	.nav a:hover::after,.nav a.active::after{
		width: 20px;
	}
	/* position */
	.position {
		height: 31px;
		line-height: 31px;
		font-size: 12px;
	}
	.position i {
		margin-right: 3px;
		font-size: 13px;
	}
	.position a {
		padding-right: 12px;
	}
	.position a::after {
		right: 2px;
		font-size: 12px;
	}
	.comList .right,.comShow .right {
		width: 231px;
		margin-top: 32px;
	}
	.comList .left,.comShow .left {
		width: calc(100% - 255px );
	}
	.right-title b {
		font-size: 14px;
	}
	.right-title i {
		width: 13px;
		height: 8px;
		margin: 5px 0 0 3px;
	}
	.right-title a.more {
		font-size: 12px;
	}
	/* comInfo */
	.comInfo {
		margin-bottom: 14px;
		padding: 10px 14px;
	}
	.comInfo .comLogo {
		width: 48px;
		height: 48px;
		margin-right: 6px;
	}
	.comInfo .top p {
		margin-top: 2px;
		line-height: 22px;
		height: 44px;
		font-size: 14px;
	}
	.comInfo .bot {
		margin-top: 8px;
	}
	.comInfo .bot a {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		width: calc(100% / 2 - 3px);
	}
	/* news1 */
	.news1Top {
		margin-top: 8px;
	}
	.news1Top .image {
		width: 102px;
		margin-right: 8px;
	}
	.news1Top .text p {
		line-height: 16px;
		height: 32px;
		font-size: 13px;
	}
	.news1Top .text span {
		margin-top: 3px;
		line-height: 16px;
		height: 32px;
		font-size: 12px;
	}
	.news1 li {
		margin-top: 8px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.news1 li i {
		width: 4px;
		height: 4px;
		margin: 7px 5px 0 0;
	}
	/* hotTopic */
	.hotTopic {
		margin-top: 14px;
	}
	.hotTopic-bot {
		margin-top: 10px;
		padding: 0 14px 16px 0;
	}
	.hotTopic-bot a {
		margin: 15px 0 0 12px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.hotTopic-bot a i {
		margin: 1px 2px 0 0;
		width: 14px;
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.hotTopic-bot a:nth-child(-n+3) i {
		margin: 3px 2px 0 0;
		width: 10px;
		height: 11px;
	}
	.hotTopic-bot a b {
		margin: 5px 0 0 3px;
		border-width: 4px 0 4px 4px;
	}
	/* news2 */
	.news2 {
		margin-top: 14px;
	}
	.news2 ul {
		margin-top: 10px;
	}
	.news2 li:nth-child(2){
		padding-right: 4px;
	}
	.news2 li:nth-child(3){
		padding-left: 4px;
	}
	.news2 li {
		margin-top: 8px;
	}
	.news2 li p {
		margin-top: 4px;
		height: 32px;
		line-height: 16px;
		font-size: 12px;
	}
	.news2 li.first p {
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}	
	/* news4 */
	.news4 {
		margin-top: 12px;
	}
	.news4 ul {
		margin-top: 10px;
		padding: 10px 10px 14px;
	}
	.news4 li p {
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.news4 li p i {
		width: 15px;
		height: 12px;
		margin: 3px 4px 0 0;
	}
	.news4 li span {
		margin-top: 5px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.news4 li span i {
		width: 10px;
		height: 10px;
		margin: 3px 3px 0 0;
	}
	.news4 li {
		margin-top: 14px;
	}
	/* news5 */
	.news5 {
		margin-top: 14px;
	}
	.news5 li {
		margin-top: 10px;
	}
	.news5 li .image {
		width: 61px;
		margin-right: 9px;
	}
	.news5 li .text p {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.news5 li .text span {
		margin: 5px 0;
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.news5 li .text .price {
		font-size: 14px;
	}
	/* show */
	/* wrapper-title */
	.leftTop h1 {
		font-size: 20px;
		line-height: 30px;
		margin-top: 12px;
		margin-bottom: 4px;
	}
	.leftTop p {
		line-height: 22px;
		height: 22px;
	}
	.leftTop p span {
		display: inline-block;
		margin-right: 6px;
		font-size: 12px;
	}
	.leftTop .sc-btn a {
		height: 22px;
		width: 51px;
	}
	.wrapper-title .Share-2 li p i {
		width: 20px;
		height: 20px;
		background-size: auto 20px;
	}
	.wrapper-title .Share-2 li.Share-qq p i {
		background-position: -30px 0;
	}
	.wrapper-title .Share-2 li.Share-qzone p i{
		background-position: -60px 0;
	}
	.wrapper-title .Share-2 li.Share-wb p i{
		background-position: -90px 0;
	}
	.wrapper-title .Share-2 li {
		margin-right: 4px;
	}
	.wrapper-title .Share-2 .Share-left {
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin-right: 6px;
	}
	.wrapper-title .Share-2 {
		right: 0;
		bottom: 10px;
	}
	.leftTop {
		padding-bottom: 10px;
	}
	.content {
		padding: 15px 0;
		font-size: 13px;
	}
	/* correlation */
	.correlation {
		margin-top: 10px;
	}
	.showTitle b {
		height: 24px;
		line-height: 16px;
		font-size: 14px;
	}
	.showTitle span::before {
		width: 17px;
		height: 17px;
		right: -7px;
	}
	.correlation li {
		margin-top: 10px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
		width: 48%;
	}
	.correlation li i {
		width: 4px;
		height: 4px;
		margin: 7px 6px 0 1px;
	}
	/* recommPro */
	.recommPro {
		margin-top: 14px;
	}
	.recommPro ul {
		margin: 10px -10px 0 0;
	}
	.recommPro li {
		padding-right: 10px;
	}
	.recommPro li p {
		margin-top: 4px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	/* statement */
	.statement {
		margin-top: 20px;
		padding: 10px 12px;
		line-height: 16px;
		font-size: 12px;
	}
	.statement b {
		font-size: 14px;
	}
	.statement p {
		margin-top: 5px;
	}
    /* footer */
    .bottomMenu {
        margin-top: 20px;
    }
    .footLeft ul li {
        line-height: 30px;
        font-size: 13px;
        color: #fff;
    }
    .footLeft {
        width: 25%;
        padding-left: 0;
    }
    .footLeft ul {
        float: left;
        margin-right: 25px;
    }
    .footLeft p {
        font-size: 13px;
        line-height: 26px;
    }
    .footCenter ul li {
        line-height: 32px;
    }
    .footCenter ul li a {
        font-size: 13px;
    }
    .footCenter {
        width: 24%;
        padding-left: 3%;
    }
    .footRight {
        width: 50%;
        margin-right: 0;
    }
    .footRight ul li .ewm {
        width: 96px;
        height: 96px;
        border: 4px solid #5fa1e4;
    }
    .footLeft .text {
        margin-top: 5px;
    }
    .footLeft .lxqq {
        height: 98px;
    }
    .footTop {
        height: 188px;
    }
    .footRight .title {
        font-size: 14px;
    }
    .footLeft p b {
        font-size: 13px;
    }
    .foot {
        padding: 8px 10px 20px 10px;
    }
    .foot span {
        font-size: 13px;
        line-height: 22px;
    }
	/* online-talk */
	.online-talk {
		left: 0;
		top: 184px;
		width: 110px;
		padding: 0 4px 6px;
	}
	.online-talk p {
		font-size: 13px;
		margin-top: 8px;
	}
	.online-talk span {
		margin-top: 6px;
		font-size: 12px;
	}
	.online-talk .talk {
		height: 22px;
		line-height: 22px;
		font-size: 13px;
		margin-top: 8px;
	}
	.wrapper-title .Share-2 .wx-bot {
		top: 16px;
		left: -75px;
	}
	.comInfo .bot a i{
		font-size: 12px;
		margin-right: 2px;
	}
}








