.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;
}
.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;
}
/* comList */
.comList .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;
}
.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;
}
.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;
}
.news3{
	margin-top: 25px;
}
.news3Top{
	margin-top: 18px;
}
.news3Top .image{
	height: 0;
	padding-bottom: 56.097%;
	overflow: hidden;
	position: relative;
}
.news3Top .image img{
	width: 100%;
	height: 100%;
	position: absolute;
}
.news3Top .image span{
	height: 46px;
	line-height: 46px;
	padding: 0 13px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}
.news3Top p{
	margin-top: 10px;
}
.news3Top p span{
	height: 28px;
	line-height: 28px;
	padding: 0 9px;
	font-size: 14px;
	border-radius: 2px;
	color: #fff;
	background-color: #368beb;
	display: inline-block;
	vertical-align: top;
}
.news3Top p span:nth-child(2){
	margin-left: 8px;
	background-color: #ec4949;
}
.news3 li{
	margin-top: 18px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
}
.news3 li a{
	color: #333;
}
.news3 li a:hover{
	color: #368beb;
}

/* end */
.comList .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;
}
.comList .list li{
	padding: 18px 90px 0 26px;
	position: relative;
	overflow: hidden;
}
.comList .list li i{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #368beb;
	position: absolute;
	left: 5px;
	bottom: 10px;
}
.comList .list li a{
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	float: left;
}
.comList .list li a:hover{
	color: #368beb;
}
.comList .list li span{
	line-height: 26px;
	font-size: 16px;
	color: #999;
	position: absolute;
	right: 0;
	bottom: 0;
}
.comList .list li:nth-child(5n+1){
	margin-top: 26px;
}
.comList .list li:nth-child(5n+1)::after{
	height: 1px;
	background-color: #e6e6e6;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: "";
}
.comList .list li:first-child{
	margin-top: 0!important;
}
/* pages */
.pages {
	margin: 18px auto 0;
	height: 40px;
	clear: both;
    padding: 36px 0 0;
	border-top: 1px solid #e6e6e6;
	text-align: center;
    color: #333;
    font-size: 0;
}
.pages a {
	width: 38px;
	height: 38px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	text-align: center;
	font: normal 16px/38px "Microsoft YaHei";
	color: #333;
	vertical-align: top;
	border-radius: 3px;
	margin-right: 8px;
}
.pages input {
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 14px/38px "Tahoma";
	margin: 0 10px;
	border-radius: 4px;
	vertical-align: top;
}
.pages .jump {
	font-size: 14px;
	line-height: 40px;
}
.pages button {
	width: 64px;
	height: 40px;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font: normal 16px/38px "Tahoma";
	vertical-align: top;
	cursor: pointer;
	background: #368beb;
	color: #fff;
	margin-left: 10px;
}
.pages a:hover,.pages a.on {
	background-color: #368beb;
	border-color: #368beb;
	color: #fff;
}
.pages a.ft {
	background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat 15px 14px;
}
.pages a.prev {
	background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -35px 14px;
}
.pages a.lt {
	background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -322px 14px;
}
.pages a.next {
	background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -369px 14px;
}
/* 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;
}
/* media */
@media only screen and (min-width: 1920px){
    .main,.w{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;
	}
	/* 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;
	}
	/* 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;
	}
	/* news3 */
	.news3{
		margin-top: 18px;
	}
	.news3Top {
		margin-top: 14px;
	}
	.news3Top .image span {
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		font-size: 14px;
	}
	.news3Top p {
		margin-top: 8px;
	}
	.news3Top p span {
		height: 24px;
		line-height: 24px;
		padding: 0 7px;
		font-size: 13px;
	}
	.news3Top p span:nth-child(2) {
		margin-left: 6px;
	}
	.news3 li {
		margin-top: 14px;
		height: 16px;
		line-height: 16px;
		font-size: 14px;
	}
	/* list */
	.comList .list li a {
		height: 22px;
		line-height: 22px;
		font-size: 16px;
	}
	.comList .list li span {
		line-height: 22px;
		font-size: 14px;
	}
	.comList .list li i {
		width: 4px;
		height: 4px;
		left: 3px;
		bottom: 8px;
	}
	.comList .list li {
		padding: 13px 82px 0 22px;
	}
	.comList .list li:nth-child(5n+1) {
		margin-top: 16px;
	}
	/* pages */
	.pages {
		padding: 20px 0 0;
	}
	/* 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;
    }

}
@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;
	}
	/* 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;
	}
	/* 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;
	}
	/* news3 */
	.news3 {
		margin-top: 15px;
	}
	.news3Top {
		margin-top: 12px;
	}
	.news3Top .image span {
		height: 32px;
		line-height: 32px;
		padding: 0 8px;
		font-size: 13px;
	}
	.news3Top p {
		margin-top: 6px;
	}
	.news3Top p span {
		height: 20px;
		line-height: 20px;
		padding: 0 6px;
		font-size: 12px;
	}
	.news3Top p span:nth-child(2) {
		margin-left: 6px;
	}
	.news3 li {
		margin-top: 12px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	/* list */
	.comList .list li a {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.comList .list li span {
		line-height: 18px;
		font-size: 13px;
	}
	.comList .list li i {
		width: 4px;
		height: 4px;
		left: 3px;
		bottom: 6px;
	}
	.comList .list li {
		padding: 13px 76px 0 22px;
	}
	.comList .list li:nth-child(5n+1) {
		margin-top: 16px;
	}
	.pages {
		padding: 20px 0 0;
	}
    /* 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;
    }

}
@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;
	}
	/* 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;
	}
	/* 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;
	}
	/* news3 */
	.news3 {
		margin-top: 15px;
	}
	.news3Top {
		margin-top: 12px;
	}
	.news3Top .image span {
		height: 32px;
		line-height: 32px;
		padding: 0 8px;
		font-size: 13px;
	}
	.news3Top p {
		margin-top: 6px;
	}
	.news3Top p span {
		height: 20px;
		line-height: 20px;
		padding: 0 6px;
		font-size: 12px;
	}
	.news3Top p span:nth-child(2) {
		margin-left: 6px;
	}
	.news3 li {
		margin-top: 12px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	/* list */
	.comList .list li a {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.comList .list li span {
		line-height: 18px;
		font-size: 13px;
	}
	.comList .list li i {
		width: 4px;
		height: 4px;
		left: 3px;
		bottom: 6px;
	}
	.comList .list li {
		padding: 13px 76px 0 22px;
	}
	.comList .list li:nth-child(5n+1) {
		margin-top: 16px;
	}
	.pages {
		padding: 20px 0 0;
	}
    /* 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;
    }

}
@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 {
		width: 231px;
		margin-top: 32px;
	}
	.comList .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;
	}
	/* 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;
	}
	/* 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;
	}
	/* news3 */
	.news3 {
		margin-top: 14px;
	}
	.news3Top {
		margin-top: 8px;
	}
	.news3Top .image span {
		height: 28px;
		line-height: 28px;
		padding: 0 6px;
		font-size: 12px;
	}
	.news3Top p {
		margin-top: 4px;
	}
	.news3Top p span {
		height: 18px;
		line-height: 18px;
		padding: 0 4px;
		font-size: 12px;
	}
	.news3Top p span:nth-child(2) {
		margin-left: 4px;
	}
	.news3 li {
		margin-top: 8px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	/* list */
	.comList .list li a {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.comList .list li span {
		line-height: 18px;
		font-size: 12px;
	}
	.comList .list li i {
		width: 4px;
		height: 4px;
		left: 4px;
		bottom: 6px;
	}
	.comList .list li {
		padding: 10px 64px 0 16px;
	}
	.comList .list li:nth-child(5n+1) {
		margin-top: 12px;
	}
	.pages {
		margin: 10px auto 0;
		height: 36px;
		padding: 16px 0 0;
	}
	.pages a {
		width: 34px;
		height: 34px;
		font: normal 13px/34px "Microsoft YaHei";
		border-radius: 3px;
		margin-right: 4px;
	}
	.pages .jump {
		font-size: 12px;
		line-height: 36px;
	}
	.pages input {
		width: 34px;
		height: 34px;
		font: normal 12px/34px "Tahoma";
		margin: 0 5px;
	}
	.pages button {
		width: 44px;
		height: 36px;
		font: normal 13px/34px "Tahoma";
		margin-left: 4px;
	}
	.pages a.ft {
		background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat 11px 11px;
	}
	.pages a.prev {
		background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -37px 11px;
	}
	.pages a.lt {
		background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -324px 11px;
	}
	.pages a.next {
		background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -373px 11px;
	}
    /* 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;
    }


}
@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 {
		width: 231px;
		margin-top: 32px;
	}
	.comList .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;
	}
	/* 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;
	}
	/* 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;
	}
	/* news3 */
	.news3 {
		margin-top: 14px;
	}
	.news3Top {
		margin-top: 8px;
	}
	.news3Top .image span {
		height: 28px;
		line-height: 28px;
		padding: 0 6px;
		font-size: 12px;
	}
	.news3Top p {
		margin-top: 4px;
	}
	.news3Top p span {
		height: 18px;
		line-height: 18px;
		padding: 0 4px;
		font-size: 12px;
	}
	.news3Top p span:nth-child(2) {
		margin-left: 4px;
	}
	.news3 li {
		margin-top: 8px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	/* list */
	.comList .list li a {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.comList .list li span {
		line-height: 18px;
		font-size: 12px;
	}
	.comList .list li i {
		width: 4px;
		height: 4px;
		left: 4px;
		bottom: 6px;
	}
	.comList .list li {
		padding: 10px 64px 0 16px;
	}
	.comList .list li:nth-child(5n+1) {
		margin-top: 12px;
	}
	.pages {
		margin: 10px auto 0;
		height: 36px;
		padding: 16px 0 0;
	}
	.pages a {
		width: 34px;
		height: 34px;
		font: normal 13px/34px "Microsoft YaHei";
		border-radius: 3px;
		margin-right: 4px;
	}
	.pages .jump {
		font-size: 12px;
		line-height: 36px;
	}
	.pages input {
		width: 34px;
		height: 34px;
		font: normal 12px/34px "Tahoma";
		margin: 0 5px;
	}
	.pages button {
		width: 44px;
		height: 36px;
		font: normal 13px/34px "Tahoma";
		margin-left: 4px;
	}
	.pages a.ft {
		background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat 11px 11px;
	}
	.pages a.prev {
		background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -37px 11px;
	}
	.pages a.lt {
		background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -324px 11px;
	}
	.pages a.next {
		background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -373px 11px;
	}
    /* 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;
    }
}