/*////////////////////////////////初始化//////////////////////////////*/
* {
    box-sizing: border-box;
}

html, body, ul {
    margin: 0;
    padding: 0;
    background: #fff;
}

ul {
    list-style: none;
}
a{
	cursor: pointer;
}
a:visited {
	border:none;
}
input, button {
    border: none;
    outline: none;
    background: #fff;
}
input:-webkit-autofill {  
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;  
}  
a {
    text-decoration: none;
    color: #000;
}
.moKuaiPublic a:hover{
   /* color: #004EA2 !important;*/
	font-family: "微软雅黑" !important;
}
/*////////////////////////////////顶部黑色导航//////////////////////////////*/
.phoneAppDown{
	width: 120px;
    position: absolute;
    display: none;
    right: 0;
    height: auto !important;
    border: 1px solid #ccc;
    line-height: normal;
    text-align: center;
    font-size: 12px;
    color: #000;
    background: #fff;
    padding: 10px 0 !important;
	box-sizing: border-box !important
}
.phoneAppDown:hover {
	background:#fff !important;
}
.phoneAppDown img{
	width:90%;
}
.topNav {
    width: 100%;
    background: #000000;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.topNav  *{
	box-sizing: border-box;
}
.topNav  .on{
	width: auto !important;
	height: 55px !important;
	border: none !important; 
	border-left: 2px solid #707070 !important;
}
.topNav a {
    text-decoration: none !important;
    color: #000;
}
.topCon {
    width: 1200px;
    margin: 0 auto;
    height: 55px;
    background: #000000;
}
.topCon>a:first-child{
	border: none !important; 
}
.topCon a {
    display: inline-block;
    font-size: 14px;
    font-family: 微软雅黑;
    line-height: 55px;
    color: #B1B1B1;
    box-sizing: content-box;
    padding: 0 24px;
}

.topCon > div {
    box-sizing: content-box;
    padding: 0 24px;
    height: 55px;
    float: right;
    border-left: 2px solid #707070;
}

.topCon > a {
    float: right;
    border-left: 2px solid #707070;
}

.topCon > a:first-child {
    padding: 0 14px;
}

.topCon > a:hover {
    background: #5EA00A;
    color: #fff;
}

.topCon > div:hover .sprite1 {
    background: url("/Public/images/images2017/map-pin-bai.png") no-repeat 100% 100%;
    background-position: 0 3px;
}

.topCon > div:hover .sprite4 {
    background: url("/Public/images/images2017/gouWuChe-Bai.png") no-repeat 100% 100%;
    background-position: 0 -1px;
}

.topCon > div:hover .sprite3 {
    background: url("/Public/images/images2017/sound-bai.png") no-repeat 100% 100%;
    background-position: -7px -6px;
}

.topCon > div:hover .sprite2 {
    background: url("/Public/images/images2017/arrowDown-bai.png") no-repeat 100% 100%;
    background-position: 1px 11px;
}

.topTitle {
    position: relative;
}

ul.pingDaoMun {
    width: 700px;
    margin-left: -58px;
	border: 1px solid #ccc;
	margin-left: -350px !important;
}

ul.pingDaoMun li {
    width: 16.6%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
	float: left;
	border-right: 1px solid #ccc;
}
ul.pingDaoMun li:last-child {
	 width: 17%;
	 border-right: none;
}
ul.pingDaoMun li a {
    color: #000;
    display: inline-block;
    width: 88px;
    padding: 0;
    line-height: 35px;
	font-weight: bolder;
}
#sayHi {
	display: block;
    max-width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gouWuTips {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 46px;
    border-radius: 6px;
    background: #f00;
    color: #fff;
    padding: 2px 4px;
    transform: scale(0.8);
	line-height: 14px;
}

ul.gouWu {
    width: 194px;
    margin-left: -97px;
    font-size: 12px;
}

ul.gouWu li {
    height: 39px;
    width: 100%;
    text-align: center;
    font-size: 12px;
	position:relative;
}

ul.gouWu li > a.gouWuCheAllInfo {
    width: 100%;
    height: 100%;
	line-height: 19px;
    border-bottom: 1px dashed #ccc;
    margin: 0 auto;
    padding: 0;
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
}

ul.gouWu li a > span {
    float: right;
    display: block;
    width: 147px;
    padding: 0;
    line-height: 14px;
    font-size: 12px;
    margin-top: 7px;
}

ul.gouWu li span.gouWuTitle {
    display: inline-block;
    height: 12px;
    width: 5em;
    color: #000;
    padding: 0;
    line-height: 12px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.gouWu li>a.del{
    display: block;
    width: 4em;
    vertical-align: middle;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    float: right;
    background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0;
}

ul.gouWu li:hover a {
    background: #ccc;
}

ul.gouWu li>a.del:hover {
    color: red;
}

ul.gouWu li img {
    vertical-align: middle;
    width: 23px;
    float: left;
    margin-top: 10px;
	margin-left: 20px;
}

.sub {
    left: 50%;
    top: 55px;
    position: absolute;
    z-index: 10;
    -webkit-box-shadow: 0 0 7px #ccc;
    -moz-box-shadow: 0 0 7px #ccc;
    box-shadow: 0 0 7px #ccc;
    display: none;
}

.sub li:hover {
    background: #999;
	
}
.sub li:hover a{
	color: #fff !important;
}
.topCon > div > a {
    padding: 0;

}

div.topNav div.topCon > div:hover {
    background: #5EA00A;
}

div.topNav div.topCon > div:hover > a {
    color: #fff;
}

.topCon a.sprite1 {
    width: 12px;
    height: 21px;
    background: url("/Public/images/images2017/sprite.png"), #000;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: 15px;
    float: left;
}

.topCon a.sprite2 {
    width: 12px;
    height: 21px;
    background-image: url("/Public/images/images2017/sprite.png");
    background-repeat: no-repeat;
    background-position: -32px -21px;
    margin-top: 15px;
    float: right;
}

.topCon a.sprite3 {
    width: 32px;
    height: 23px;
    background-image: url("/Public/images/images2017/sprite.png");
    background-repeat: no-repeat;
    background-position: 0 -48px;
    margin-top: 15px;
}

.topCon a.sprite4 {
    width: 45px;
    height: 27px;
    background-image: url("/Public/images/images2017/sprite.png");
    background-repeat: no-repeat;
    background-position: 0 -21px;
    margin-top: 15px;
}

/*////////////////////////////////顶部logo导航//////////////////////////////*/
.logoTop {
    width: 100%;
    height: 86px;
    border-bottom: 2px solid #004EA2;
    margin-bottom: 15px;
}

.logoTopCon {
    height: 86px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
	border-bottom: 2px solid #004EA2;
	margin-top: 55px;
}
.logoTopIcon{
	margin-top: 29px;
    margin-left: 31px;
	width:50px;
	height:50px;
    float: left;
    display: block;
	position:relative;
}
.logoTopIcon img{width:100%;height:100%;}

.logoTopImg {
    width: 270px;
    height: 50px;
    display: block;
    background: url("/Public/images/images2017/logo.jpg") no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
    margin-left: 8px;
    float: left;
}

.topSearch {
    height: 53px;
    float: right;
    margin-top: 30px;
}

.topSearch > div {
    height: 34px;
    width: 100%;
    border: 2px solid #5EA00A;
}

.topSearch > div input {
    height: 30px;
    width: 438px;
    line-height: 30px;
    padding-left: 12px;
    font-size: 14px;
    float: left;
}

.topSearch > div a[type="button"] {
    width: 82px;
    height: 100%;
    background: #5EA00A;
    float: left;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.topSearch>a {
	width:4em;
    display: inline-block;
    text-decoration: none;
    color: #787878;
    font-size: 12px;
    font-family: 微软雅黑;
    margin-right: 1em;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*/////////////////////////////模块公用/////////////////////////////////*/
.moKuaiPublic {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.moKuaiPublicLeft {
    width: 880px;
    float: left;
}

.moKuaiPublicRight {
    width: 310px;
    text-align: center;
    float: right;
}

.moKuaiTitle {
    display: inline-block;
    height: 57px;
    padding-top: 8px;
    font-size: 24px;
    font-weight: bolder;
    font-family: 微软雅黑;
}

.bgColorWp{
	background:#fff;
	/* padding-bottom: 10px; */
    margin-bottom: 5px;	
	/* border-bottom: 1px solid #e5e5e5; */
	box-sizing: content-box;
}

.znJiShiLeft .bgColorWp{
	width:880px;
}

.bgColor {
    height: 52px;  
    background: #e0f2fd;
	font-size: 0;
	border-bottom:1px solid #e5e5e5;
}

.bgColor .moKuaiTitle {
    height: 50px;
	line-height:43px;
	padding-right: 15px;
    border-right: 1px solid #e5e5e5;
    border-top: 2px solid #e0f2fd;
	padding-top:0;
}

.moKuaiTitle>span:first-child {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 5px;
	background-size: cover !important;
   
}

/*////////////////////////////////大数据//////////////////////////////////////*/
.lunPan {
    height: 373px;
    margin-bottom: 8px;
    overflow: hidden;
	position: relative;
}
.lunPan>img,.lunPan>a {
	
	position: absolute;
	display: block;
}
.lunPan>a {
	font-size: 16px;
	font-weight: bolder;
	font-family: "微软雅黑";
	color: #fff;
	width: 200px;
	text-align: center;
}
.lunPan>img {
	width: 200px;
}
@keyframes starBig{
	from {
		width: 200px;
		
	} to {
		width: 264px;
	}
}
@-webkit-keyframes starBig{
	from {
		width: 200px;
	} to {
		width: 264px;
	}
}
@-ms-keyframes starBig{
	from {
		width: 200px;
		
	} to {
		width: 264px;
	}
}
@-moz-keyframes starBig{
	from {
		width: 200px;
		
	} to {
		width: 264px;
	}
}
@keyframes starSmall{
	from {
		width: 264px;
		
	} to {
		width: 200px;
	}
}
@-webkit-keyframes starSmall{
	from {
		width: 264px;
		
	} to {
		width: 200px;
	}
}
@-ms-keyframes starSmall{
	from {
		width: 264px;
		
	} to {
		width: 200px;
	}
}
@-moz-keyframes starSmall{
	from {
		width: 264px;
		
	} to {
		width: 200px;
	}
}
.lunPan>img.on{
	animation: starBig 0.8s linear;
	-webkit-animation: starBig 0.8s linear;
	-ms-animation: starBig 0.8s linear;
	-moz-animation: starBig 0.8s linear;
	width: 264px;	
}
.lunPan>img.off {
	animation: starSmall 0.8s linear;
	-webkit-animation: starSmall 0.8s linear;
	-ms-animation: starSmall 0.8s linear;
	-moz-animation: starSmall 0.8s linear;
	width: 200px;	
}


@keyframes lunPanMunOn-1{
	from {
		width: 200px;
		color: #fff;
	} to {
		width: 264px;
		color: #004EA2
	}
}
@-webkit-keyframes lunPanMunOn-1{
	from {
		width: 200px;
		color: #fff;
	} to {
		width: 264px;
		color: #004EA2
	}
}
@-ms-keyframes lunPanMunOn-1{
	from {
		width: 200px;
		color: #fff;
	} to {
		width: 264px;
		color: #004EA2
	}
}
@-moz-keyframes lunPanMunOn-1{
	from {
		width: 200px;
		color: #fff;
	} to {
		width: 264px;
		color: #004EA2
	}
}
@keyframes lunPanMunOff-1{
	from {
		width: 264px;
		color: #004EA2;
	} to {
		width: 200px;
		color: #fff
	}
}
@-webkit-keyframes lunPanMunOff-1{
	from {
		width: 264px;
		color: #004EA2;
	} to {
		width: 200px;
		color: #fff
	}
}
@-ms-keyframes lunPanMunOff-1{
	from {
		width: 264px;
		color: #004EA2;
	} to {
		width: 200px;
		color: #fff
	}
}
@-moz-keyframes lunPanMunOff-1{
	from {
		width: 264px;
		color: #004EA2;
	} to {
		width: 200px;
		color: #fff
	}
}



.lunPan>a.on-1 {
	animation: lunPanMunOn-1 0.8s linear;
	-webkit-animation: lunPanMunOn-1 0.8s linear;
	-ms-animation: lunPanMunOn-1 0.8s linear;
	-moz-animation: lunPanMunOn-1 0.8s linear;
	width:264px;
	color: #004EA2;
}
.lunPan>a.off-1 {
	animation: lunPanMunOff-1 0.8s linear;
	-webkit-animation: lunPanMunOff-1 0.8s linear;
	-ms-animation: lunPanMunOff-1 0.8s linear;
	-moz-animation: lunPanMunOff-1 0.8s linear;
	width: 200px;
	color: #fff;
}


.lunpanCenter {
	width: 300px;
	height: 300px;
	margin: 36px auto;
	display: none; 
}
.cirLine1 {
    border-radius: 50%;
    position: relative;
    box-sizing: content-box;
    border: 2px dashed red;
	overflow: visible !important;
}
.dataWJ {
	background: url("/Public/images/images2017/lunpan/dataWJ.jpg") no-repeat center;
	background-size: contain
}
.dataCJ{
	background: url("/Public/images/images2017/lunpan/dataCJ.png") no-repeat center;
	background-size: contain
}
.searchGX {
	background: url("/Public/images/images2017/lunpan/searchGX.jpg") no-repeat center;
	background-size: contain
}
.weiXingPublic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    background: #f00;
    font-size: 12px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    left: 0;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    -webkit-transform-origin: 300% 50%;
    -ms-transform-origin: 300% 50%;
}
.weiXingPublic a {
	color: #fff;
	width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px !important;
}
.weiXingPublic a:hover {
	color: #fff !important;
}
.cirLine2 {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -110px;
    box-sizing: content-box;
    border: 2px dashed red;
}

.pan {
    position: absolute;
    top: 50%;
    margin-top: -105px;
    left: 50%;
    margin-left: -105px;
    width: 210px;
    height: 210px;
    border-radius: 100px;
    overflow: hidden;
}

.shanXingPublic {
    width: 105px;
    height: 105px;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.shanXingPublic:hover {
    border: 2px solid #fff;
    width: 105px;
    height: 105px;
}

.shanXingPublic span {
    position: absolute;
    display: block;
    width: 70px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}
.shanXingPublic span img{
    width: 16px;
    position: absolute;
    top: 21px;
    right: -18px;
}

.shanxing1 {
   /* -webkit-transform: rotate(0deg) skewX(39deg);
    -ms-transform: rotate(0deg) skewX(39deg);*/
    background-color: #f00;
}

.shanxing1 span {
	right: 47px;
    bottom: -13px;
    width: 25px;
    -webkit-transform: rotate(-75deg) skewX(-0deg);
    -ms-transform: rotate(-75deg) skewX(-0deg);
    /*right: 7px;
    bottom: 6px;
    -webkit-transform: rotate(0deg) skewX(-39deg);
    -ms-transform: rotate(0deg) skewX(-39deg);*/
}

.shanxing2 { 
    -webkit-transform: rotate(51deg) skewX(39deg);
    -ms-transform: rotate(51deg) skewX(39deg);
    background-color: green;
}

.shanxing2 span {
    width: 25px;
    right: 26px;
    bottom: -11px;
	letter-spacing:1px;
    -webkit-transform: skewX(-38deg) rotate(-72deg);
    -ms-transform: skewX(-38deg) rotate(-72deg);
    /*right: 3px;
    bottom: 14px;
    -webkit-transform: skewX(-39deg) rotate(-51deg);
    -ms-transform: skewX(-39deg) rotate(-51deg);*/
}

.shanxing3 {
    -webkit-transform: rotate(102deg) skewX(39deg);
    -ms-transform: rotate(102deg) skewX(39deg);
    background-color: #77CA48;
}

.shanxing3 span {
    width: 25px;
    right: 26px;
    bottom: -11px;
    -webkit-transform: skewX(-39deg) rotate(-74deg);
    -ms-transform: skewX(-39deg) rotate(-74deg);
    /*right: 5px;
    bottom: 10px;
    -webkit-transform: skewX(-39deg) rotate(-102deg);
    -ms-transform: skewX(-39deg) rotate(-102deg);*/
}

.shanxing4 {
    -webkit-transform: rotate(153deg) skewX(39deg);
    -ms-transform: rotate(153deg) skewX(39deg);
    background-color: #00f;
}

.shanxing4 span {
	width: 25px;
    right: 26px;
    bottom: -11px;
    -webkit-transform: skewX(-39deg) rotate(-74deg);
    -ms-transform: skewX(-39deg) rotate(-74deg);
   /* right: 1px;
    bottom: 11px;
    -webkit-transform: skewX(-39deg) rotate(-153deg);
    -ms-transform: skewX(-39deg) rotate(-153deg);*/
}

.shanxing5 {
    -webkit-transform: rotate(204deg) skewX(39deg);
    -ms-transform: rotate(204deg) skewX(39deg);
    background-color: #e97e90;
}

.shanxing5 span {
	width: 25px;
    right: 30px;
    bottom: -15px;
    -webkit-transform: skewX(-39deg) rotate(105deg);
    -ms-transform: skewX(-39deg) rotate(105deg);
   /* right: 5px;
    bottom: 6px;
    -webkit-transform: skewX(-39deg) rotate(-204deg);
    -ms-transform: skewX(-39deg) rotate(-204deg);*/
}
.shanxing5 span img {
    width: 16px;
    position: absolute;
    top: 34px;
    left: -17px;
}
.shanxing6 {
    -webkit-transform: rotate(255deg) skewX(39deg);
    -ms-transform: rotate(255deg) skewX(39deg);
    background-color: #c20ccc;
}

.shanxing6 span {
    width: 25px;
    right: 26px;
    bottom: -12px;
    -webkit-transform: skewX(-39deg) rotate(106deg);
    -ms-transform: skewX(-39deg) rotate(106deg);
   /* right: -2px;
    bottom: 9px;
    -webkit-transform: skewX(-39deg) rotate(-255deg);
    -ms-transform: skewX(-39deg) rotate(-255deg);*/
}
.shanxing6 span img {
    width: 16px;
    position: absolute;
    top: 34px;
    left: -17px;
}
.shanxing7{
    -webkit-transform: rotate(306deg) skewX(36deg);
    -ms-transform: rotate(306deg) skewX(36deg);
    background-color: orange;
}
.shanxing7 span {
	right: 28px;
    bottom: -12px;
    width: 25px;
    -webkit-transform: skewX(-36deg) rotate(-251deg);
    -ms-transform: skewX(-36deg) rotate(-251deg);
   /* right: -5px;
    bottom: 15px;
    -webkit-transform: skewX(-36deg) rotate(-306deg);
    -ms-transform: skewX(-36deg) rotate(-306deg);*/
}
.shanxing7 span img {
    width: 16px;
    position: absolute;
    top: 34px;
    left: -17px;
}
/*旋转转盘*/
/*.cirLine2{
 -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}*/
.shanXingCenter { 
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22.5px;
    margin-top: -22.5px;
}

.xinDianTu {
    height: 120px;
	margin-top: 20px;
}

canvas.XDT {
    transform: scale(0.5);
    transform-origin: 0 0;
}

.canvasParent {
    height: 120px;
    width: 1200px;
    overflow: hidden;
    float: left;
    position: relative;
}

.xinDianTuParent {
    height: 120px;
    width: 2400px;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    -moz-transform: translateX(20px);

}

.xinDianTuParent a {
	display: block;
	width: 6em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    position: absolute;
    display: inline-block;
    font-size: 12px;
    margin-top: -15px;
    margin-left: 10px;
    color: #fff;
}

.xinDianTuWindow {
    width: 1200px;
    height: 120px;
    overflow: hidden;
}

.guanXiSearch {
    width: 100%;
    height: 27px;
    border: 1px solid #004EA2;
    margin-bottom: 12px;
    margin-top: 18px;
}

.guanXiSearch input {
    height: 25px;
    line-height: 25px;
    width: 225px;
    padding-left: 12px;
    float: left;
}

.guanXiSearch button {
    height: 25px;
    width: 58px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    background: #004EA2;
    float: right;
}

.userLogin,.logined {
    width: 100%;
    height: 373px;
    padding: 23px 21px;
    margin-bottom: 8px;
    margin-top: 56px;
	border: 2px solid #28C1FF;
}
.logined{
    padding: 0;
    overflow: hidden;
}
.logined>div{
    height: 82px;
    overflow: hidden;
    margin: 33px 0 39px
}
.logined>a{
    display: inline-block;
    height: 81px;
    width: 50%;
    float: left;
    font-size: 16px;
    color: red;
    margin-bottom: 25px;
}
.logined>a>span{
    display: inline-block;
    width: 100%;
    text-align: center;
	font-family: "微软雅黑"
}
.logined>div>span{
    display: inline-block;
	width: 103px;
	overflow: hidden;
	white-space: nowrap;
    float: left;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
    margin-left:5px;
	color: #fff;
}
.logined>div>span:first-child {
	width: 73px;
	height: 73px;
	max-width: 73px;
	text-align: center;
} 
.logined>div>span>span{
    color: red;
    margin-left: 5px;
}
.logined>div>span.userName{
    width: 200px;
    font-size: 22px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.loginedImgContainer{
    display: inline-block;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 73px;
    vertical-align: middle;
    margin-top: 10px;
}
.loginedImg{
    height: 100%;
	width: 100%
}
.loginTitle {
    width: 260px;
    margin-bottom: 26px;
    height: 38px;
}

.loginTip {
    font-size: 28px;
    font-family: 微软雅黑;
    float: left;
	color: #fff;
}
.loginTip:hover {
	font-family: 微软雅黑 !important;
}
.loginArrowRight {
    color: #fff;
    width: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 8px;
    background: #FF9A00;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    float: right;
    margin-top: 13px;
    font-weight: bolder;
}

.zhuCe {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #FF9A00;
    float: right;
    margin-top: 13px;
    font-weight: bolder;
}

.inputInfo {
    height: 35px;
    width: 250px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.inputInfo input {
    width: 215px;
    height: 32px;
    line-height: 32px;
  /*  padding-left: 17px;*/
}

.userLogo {
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-left: 10px;
    vertical-align: middle;
    background: url("/Public/images/images2017/sprite2.jpg") no-repeat 0 0;
}

.pasLogo {
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-left: 10px;
    vertical-align: middle;
    background: url("/Public/images/images2017/sprite2.jpg") no-repeat 0 -16px;
}

.userLogin button {
    width: 250px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    background: #77CA48;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.rememberPas {
    height: 25px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 12px;
    color: #92A5AB;
}

.rememberPas a {
	color: #fff;
}
.sanjiaoBox {
    display: inline-block;
    width: 5px;
    overflow: hidden;
    float: right;

}
.sanJiao {
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid #030307;
    border-right: 5px solid #F89904;
    margin-left: -5px;
}

.sharePath {
    height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.sharePath a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 7px;
    background: url("/Public/images/images2017/sprite.png") no-repeat -1px -129px;
	border-radius: 50% 50%;
}

.sharePath a:first-child {
    background: url("/Public/images/images2017/sprite.png") no-repeat -2px -90px;
}

#userName {
    width: 13px;
    height: 18px;
    vertical-align: middle;
    background: #fff;
}

.bigDataGuangGao {
    height: 120px;
    width: 100%;
}
.bigDataGuangGao>a{
    display: inline-block;
    float: left;
    overflow: hidden;
}
.bigDataGuangGao>a>img{
    width: 100%;
}
.bigDataGuangGao>a.shu{
    width: 72px;
}
.bigDataGuangGao>a.shu{
    width: 140px;
}
/*/////////////////////////////////智农资讯/////////////////////////////////////////*/
.znZiXun, .znJiShi {
    margin-top: 10px;
}
.znJiShi {
	position: relative;
}
.znZiXun {
    border: none;
}

.znZiXunLeft, .znJiShiLeft {
    border: 1px solid #ccc;
    /*border-top: 1px solid #004EA2;*/
    height: 405px;
}

.znZiXunRight, .znJiShiRight {
    border: 1px solid #ccc;
    height: 405px;
    text-align: left;
}

.znZiXun .znZiXunLeft .hd, .znJiShi .znJiShiLeft .hd ,.znHuoDongLeft .hd {
    /* height: 50px; */
    display: inline-block;
    vertical-align: bottom;
}

.znZiXun .znZiXunLeft .hd ul, .znJiShi .znJiShiLeft .hd ul ,.znHuoDongLeft .hd ul {
    height: 50px;
	background:#e0f2fd;
}

.znZiXun .znZiXunLeft .hd ul li, .znJiShi .znJiShiLeft .hd ul li ,.znHuoDongLeft .hd ul li {
    float: left;
    font-size: 18px;
    font-family: 微软雅黑;
    color: #404040;
    /* margin-left: 20px; */
    padding: 0px 30px;
	line-height: 50px;
	border-right: 1px solid #e5e5e5;
	border-top:2px solid #e0f2fd;
}

.znZiXun .znZiXunLeft .hd ul li.on, .znJiShi .znJiShiLeft .hd ul li.on ,.znHuoDongLeft .hd ul li.on {
    border-top: 2px solid #469301;
    /* padding: 13px 30px; */
	background: #fff;
    border-bottom-color: #fff;
}
.znZiXun .znZiXunLeft .hd ul li.on a, .znJiShi .znJiShiLeft .hd ul li.on a,.znHuoDongLeft .hd ul li.on a {
    color: #004EA2;
}
.znZiXun .znZiXunLeft .bd > ul {
    width: 100%;
}

.znZiXun .znZiXunLeft .bd > ul > li {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.znZiXunleftImg {
    width: 320px;
    overflow: hidden;
    margin: 0 20px;
    float: left;
}

.znZiXunleftImgChilds {
    margin: 0 0 15px;
	height: 155px;
    float: left
}

.znZiXunleftImgChilds:nth-child(2n){
	float:right;
}

.znZiXunleftImgChilds > div {
    width: 150px;
    height: 105px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
	cursor: pointer;
}

.znZiXunleftImgChilds > div:hover {
    animation: imgChange 0.3s linear;
    -webkit-animation: imgChange 0.3s linear;
    -moz-animation: imgChange 0.3s linear;
    -o-animation: imgChange 0.3s linear;
    -ms-animation: imgChange 0.3s linear;
    background-size: 105% 105%;
}

@keyframes imgChange {
    from {
        background-size: 100% 100%;
    }
    to {
        background-size: 105% 104%;
    }
}

@-moz-keyframes imgChange {
    from {
        background-size: 100% 100%;
    }
    to {
        background-size: 105% 105%;
    }
}

@-ms-keyframes imgChange {
    from {
        background-size: 100% 100%;
    }
    to {
        background-size: 105% 105%;
    }
}

@-o-keyframes imgChange {
    from {
        background-size: 100% 100%;
    }
    to {
        background-size: 105% 105%;
    }
}

@-webkit-keyframes imgChange {
    from {
        background-size: 100% 100%;
    }
    to {
        background-size: 105% 105%;
    }
}

.znZiXunleftImgChilds > a {
    display: inline-block;
    width: 150px;
    font-size: 12px;
    color: #000;
	height: 32px;
	line-height: 16px;
	overflow: hidden;
	vertical-align: bottom;
}
.znZiXunleftImgChilds > a *{
	margin: 0;
	padding: 0;
}
.znZiXunLeftList {
    width: 460px;
    margin-top: -4px;
    float: right;
    margin-right: 15px;
}

.znZiXunLeftList ul {
    margin-bottom: 15px;
}
.znZiXunLeftList ul:last-child {
	margin-bottom: 0;
}
.znZiXunLeftList ul li {
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 微软雅黑;
	height:23px;
	line-height:23px;
}

.znZiXunLeftList ul li a {
	display: inline-block;
	width: 100%;
	padding-left: 20px;
	background: url("/Public/images/images2017/point.png") no-repeat left center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.znZiXunLeftList ul li a *{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.znZiXunLeftList ul li a>b {
	margin-right:10px;
}
.znZiXunLeftList ul li a>span.baike {
	width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}
.znZiXunLeftList ul.nongShiBaiKe li:first-child {
    font-weight: 400;
}
.znZiXunRight > a.faBu{
    text-decoration: none;
    color: #2366AE;
    display: inline-block;
    margin-left: 75px;
    font-size: 18px;
    font-family: 微软雅黑;

}

.znZiXunRightImg {
    width: 282px;
    margin: 0 auto;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

.znZiXunReftImgChilds {
    width: 135px;
    display: inline-block;
    float: right;
}

.znZiXunReftImgChilds:first-child {
    float: left;
}

.znZiXunReftImgChilds > div {
    width: 100%;
    height: 87px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
	cursor: pointer;
}

.znZiXunReftImgChilds > a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
	height: 32px;
	overflow: hidden;
	margin-top: 5px;
}

.znZiXunReftImgChilds:hover div {
    animation: imgChange 0.3s linear;
    -webkit-animation: imgChange 0.3s linear;
    -moz-animation: imgChange 0.3s linear;
    -o-animation: imgChange 0.3s linear;
    -ms-animation: imgChange 0.3s linear;
    background-size: 105% 105%;
}

.znZiXunRight ul {
    width: 275px;
    margin: 0 auto;
    left: 10px;
}

.znZiXunRight ul li, .znZiXunRight ul li a {
    width: 20em; /*不允许出现半汉字截断*/
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis; /*文字隐藏后添加省略号*/
    white-space: nowrap; /*强制不换行*/
    line-height: 32px;
    font-size: 14px;
}

.znZiXunRight ul li a {
    padding-left: 20px;
    background: url("/Public/images/images2017/point.png") no-repeat left center;
}

.guangGaoWei {
    display: block;
    width: 1200px;
    margin: 0 auto;
    height: 80px;
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
	background-size: 100% 100%;
	margin-top: 10px;
}

.nongMaoJiShi{
	margin-top: 10px;
}

.znJiShiLeft {
    width: 100%;
    position: relative;
    border: none;
	border-left: 1px solid #ccc;
}

.znJiShiRight {
    position: absolute;
    right: 0;
    top: 0;
}

.znJiShiLeft .bd {
    width: 880px;
    height: 348px;
    border-bottom: 1px solid #ccc;
    /* border-left: 1px solid #ccc; */
}

.znJiShi {
    margin-bottom: 8px;
}

.znJiShiConL {
    width: 860px;
}

.znJiShiBigImg {
    width: 320px;
    height: 325px;
    display: inline-block;
    margin-top: 10px;
	margin-left: 10px;
}

.znJiShiBigImg > div {
    width: 320px;
    height: 276px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
	cursor: pointer;
}

.znJiShiBigImg > div:hover {
    animation: imgChange 0.3s linear;
    -webkit-animation: imgChange 0.3s linear;
    -moz-animation: imgChange 0.3s linear;
    -o-animation: imgChange 0.3s linear;
    -ms-animation: imgChange 0.3s linear;
    background-size: 105% 105%;
}

.znJiShiBigImg > a {
    display: inline-block;
    width: 21em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #909090;
}

.znJiShiBigImg > a:last-child {
    color: #FE0000;
    font-weight: bolder;
}

.znJiShiMidImg {
    width: 480px;
    margin-left: 44px;
    display: inline-block;
	vertical-align: top;
}

.znJiShiMidImg > div {
    height: 160px;
    width: 138px;
	margin: 0 10px;
    display: inline-block;
    background-position: center;
}

.znJiShiMidImg > div > div:hover {
    animation: imgChange 0.3s linear;
    -webkit-animation: imgChange 0.3s linear;
    -moz-animation: imgChange 0.3s linear;
    -o-animation: imgChange 0.3s linear;
    -ms-animation: imgChange 0.3s linear;
    background-size: 105% 105%;
}

.znJiShiMidImg > div > div {
    width: 100%;
    height: 114px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
	cursor: pointer;
}

.znJiShiMidImg > div > a {
    display: inline-block;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #909090;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}

.znJiShiMidImg > div > a:last-child {
    color: #FE0000;
    font-weight: bolder;
	margin-top: 0;
}

.znJiShiRight > div {
    width: 50%;
    height: 70px;
    border-bottom: 1px solid #ccc;
    float: left;
}
.znJiShiRight > div:nth-child(2n-1){
	border-right: 1px solid #ccc;
}
.znJiShiRight > div > span {
    display: inline-block;
    width: 60px;
    font-size: 14px;
    color: #A89DBD;
    padding: 5px 0 0 5px;
    vertical-align: middle;
}
.znJiShiRight > div > span > a:first-child{
	display: inline-block;
	width: 60px;
	height: 19px;
	line-height: 19px;
	overflow: hidden;
}
.znJiShiRight > div > span > a:last-child {
    color: #f00;
	display: inline-block;
	width: 60px;
	overflow:hidden;
	height: 16px;
	line-height: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}

.zhiChuangRight > div > span > a:first-child{
	height: 20px;
}

.znJiShiRight > div > div {
    width: 80px;
    height: 68px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80% 80%;
    vertical-align: middle;
	cursor: pointer;
}

.znJiShiRight > div > div:hover {
    animation: imgChange 0.3s linear;
    -webkit-animation: imgChange 0.3s linear;
    -moz-animation: imgChange 0.3s linear;
    -o-animation: imgChange 0.3s linear;
    -ms-animation: imgChange 0.3s linear;
    background-size: 105% 105%;
}

.znJiShiRight > a.appDown {
	display: block;
    height: 92px;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 4px;
    float: left;
}

.zhiChuangCon {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.zhiChuangCon .zhiChuangImgBig {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #ccc;
}

.zhiChuangCon .zhiChuangImgBig > div {
    width: 50%;
    height: 100%;
    text-align: center;
    display: inline-block;
}

.zhiChuangCon .zhiChuangImgBig > div:first-child {
    border-right: 1px solid #ccc;
}

.zhiChuangCon .zhiChuangImgBig > div .zhuanJiaImg {
    height: 120px;
    width: 120px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    vertical-align: middle;
	margin: 16px 0 10px;
	cursor: pointer;
}

.zhiChuangCon .zhiChuangImgBig > div .zhuanJiaImg:hover {
    animation: imgChange 0.3s linear;
    -webkit-animation: imgChange 0.3s linear;
    -moz-animation: imgChange 0.3s linear;
    -o-animation: imgChange 0.3s linear;
    -ms-animation: imgChange 0.3s linear;
    background-size: 105% 105%;
}

.zhuanJiaTip {
    height: 168px;
    width: 222px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 16px;
    float: left;
    margin-left: 10px;
}

.zhuanJiaTip a, .zhuanJiaTip button {
    display: inline-block;
}

.zhuanJiaName {
	width:182px;
    font-size: 18px;
    font-family: 微软雅黑;
    font-weight: bolder;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zhuanJiaFuWu {
	width: 13em;
    font-size: 14px;
    line-height: 20px;
    font-family: 微软雅黑;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left;
    height: 100px;
}
.zhuanJiaFuWu *{
	margin: 0;
	padding: 0;
}
.zhuanJiaZiXun {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    padding: 5px 10px;
    background: #4EAFCD;
    margin-bottom: 5px;
    border-radius: 8px;
	cursor: pointer;
}
.zhuanJiaZiXun:hover{
	color: #004EA2;
}

.zhiChuangZhuanLi{
    width: 100%;
    height: 100%;
}
.zhiChuangZhuanLi li{
    height: 100%;
}
.zhiChuangZhuanLi>h3 {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #ccc;
    font-size:15px ;
    font-weight: bolder;
    padding: 0;
    margin: 0;
}
.zhiChuangZhuanLi>h3:last-child{
    border: none;
}
.zhiChuangZhuanLi>h3>span{
    display: inline-block;
    float: left;
    width: 33%;
    text-align: left;
    line-height: 44px;
    height: 44px;
    padding-left: 15px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	cursor: pointer;
}
.zhuanLiDetail{
    height: 172px;
    background:#E5E5E5 ;
    line-height: 172px;
}
.zhuanLiDetailImg{
    width: 129px;
    vertical-align: middle;
    margin-left: 22px;
    margin-right: 15px;
}
.zhuanLiDetail>li>div{
    display: inline-block;
    width: 209px;
    font-size: 14px;
    font-weight: bolder;
    vertical-align: middle;
    line-height: 30px;
}
.zhuanLiDetail>li>div:last-child{
    width: 328px;
    font-weight: normal;
    margin-left: 104px;
	height: 150px;
	overflow: hidden;
}
.zhuanLiDetail>li>div>span{
    display: inline-block;
    width: 100%;
}
.zhuanLiDetail>li>div>span:first-child span{
	display: inline-block;
    width:9em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.zhiChuangImgMid {
    width: 100%;
    height: 140px;
    border-top: 1px solid #ccc;
    margin-top: 6px;
}

.zhiChuangImgMid > div {
    display: inline-block;
    width: 33%;
    height: 100%;
    border-right: 1px solid #ccc;
    float: left;
} 

.zhiChuangImgMid > div:last-child {
    border-right: none;
}

.zhuanJiaTipSmall {
    text-align: center;
    width: 95px;
    display: inline-block;
    vertical-align: middle;
}

.zhuanJiaTipSmall a, .zhuanJiaTipSmall button {
    display: inline-block;
}

.zhuanJiaNameSmall {
    font-size: 22px;
    font-family: 微软雅黑;
    font-weight: bolder;
    margin-top: 25px;
    margin-bottom: 5px;
    color: #000;
	width:4em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zhuanJiaFuWuSmall {
    font-size: 18px;
    font-family: 微软雅黑;
    margin-bottom: 5px;
	display: none !important;
}

.zhuanJiaZiXunSmall {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding: 5px 10px;
    background: #4EAFCD;
    margin-bottom: 5px;
    border-radius: 8px;
}

.zhuanJiaImgSmall {
    display: inline-block;
    width: 107px;
    height: 107px;
    background-size: 100%;
    background-position: center;
    vertical-align: middle;
    margin: 10px 20px 0;
	cursor: pointer;
}

.zhuanJiaImgSmall:hover {
    animation: imgChange 0.3s linear;
    -webkit-animation: imgChange 0.3s linear;
    -moz-animation: imgChange 0.3s linear;
    -o-animation: imgChange 0.3s linear;
    -ms-animation: imgChange 0.3s linear;
    background-size: 105% 105%;
}
.znHuoDongTab .hd {
    position: absolute;
    top: 0;
    left: 135px;

}
.znHuoDongLeft {
	position: relative;
    border: 1px solid #ccc;
}


.znHuoDongRight {
    text-align: left;
}

.znHuoDongLeft, .znHuoDongRight {
    border: 1px solid #ccc;
}

.znHuoDong {
    border-top: none;
    margin-top: 10px;
}

.znHuoDongMore{
	display: inline-block;
    text-decoration: none;
    color: #2366AE;
    font-size: 18px;
    font-family: 微软雅黑;
    font-weight: normal;
    /* margin-left: 625px; */
	float: right;
    line-height: 50px;
    padding-right: 35px;
}
.znHuoDongMoKuai {
    display: inline-block;
    width: 425px;
    height: 115px;
    margin: 7px 5px;
    background: #FAFAFA;
    overflow: hidden;
}

.tempWrap{
	width:855px !important;
}

.znHuoDongMoKuaiImg {
    display: inline-block;
    width: 86px;
    height: 80px;
    margin: 20px 22px 0 38px;
    vertical-align: middle;
    position: relative;
	cursor: pointer;
}
.znHuoDongMoKuaiImg img{
	    position: absolute;
    top: 0;
    right: 0;
    margin-right: -10px;
    margin-top: -10px;
    border-radius: 5px;
}
.znHuoDongMoKuaiText {
    display: inline-block;
    vertical-align: middle;
    margin-top: 18px;
	width: 260px;
}

.znHuoDongMoKuaiText a {
    display: block;
	font-size: 18px;
	width: 11em;
    line-height: 30px;
    color: #000;
    font-family: 微软雅黑;
	max-height:90px;
	overflow:hidden;
}


.shangJiaBanner {
    padding-left: 10px;
    margin-bottom: 15px;
}

.shangJiaBanner, .shangJiaBanner ul {
    height: 75px;
}

.shangJiaBanner ul li {
    width: 73px;
    height: 72px;
    border: 1px solid #ccc;
    margin: 0 10px;
    float: left;
}

.shangJiaBanner ul li img {
    width: 100%;
    height: 100%;
}

.paiHang div {
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    font-size: 16px;
}

.hd_classify{
	float: right;
}

.hd_classify>ul>li {
    float: left;
    line-height: 57px;
}

.hd_classify>ul>li a {
	display: inline-block;
    padding: 0px 7px;
}

.hd_classify>ul>li.on a {
    border: 1px solid #e5e5e5;
    padding: 0px 6px;
    background: #e0f2fd;
	border-bottom-color: #e0f2fd;
    z-index: 9;
    margin-bottom: -1px;
}

.hd_item{
	display:none;
}

.hd_item.on{
	display:block;
}

.znHuoDongRight .hd ul {
    width: 100%;
    text-align: center;
    background: #e0f2fd;
    overflow: hidden;
    border-top: 1px solid #E5E5E5;
}

.znHuoDongRight .hd ul li {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-family: 微软雅黑;
    float: left;
    width: 25%;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.znHuoDongRight .hd ul li.on {
	background: #fff;
	border-bottom-color: white;
}
.znHuoDongRight .hd ul li:last-child {
    border-right: 0;
}

.znHuoDongRight .bd {
    margin-bottom: 10px;
}

.znHuoDongRight .bd ul li {
    height: 29px;
    line-height: 29px;
    border-bottom: 1px dashed #E5E5E5;
}

.znHuoDongRight .bd ul li:last-child {
    border-bottom: none;
}

.znHuoDongRight .bd ul li > span { 
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 12px;
	background-position: 97% center;
	background-repeat: no-repeat;
}
.znHuoDongRight .bd ul li > span img {
    vertical-align: middle;
}
.znHuoDongRight .bd ul li > span>a{
	display:inline-block;
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	font-family: "微软雅黑";
	}
.znHuoDongRight .bd ul li .paiMing {
    background: #007CC8;
    border-radius: 5px;
    /* padding: 3px 6px; */
    color: #fff;
	width:20px;
	height:22px;
	display:inline-block;
	line-height:22px;
}

.znHuoDongRight .bd ul li .paiMingFirst {
    background: #007cc8;
}

.znHuoDongRight .bd ul li .pinZhongName a{
    color: #0e86ba;
}
.haveActive {
	position: absolute;
    top: 45px;
    left: 770px;
	display: none;
	background: #f0f0f0;
	border: 1px solid #ccc;
}
.haveActive  li {
	text-align: center;
	
}
.haveActive  li a {
	display:block;
	height:100%;
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
	margin: 0 12px;
	font-size: 16px;
}
.haveActive  li:hover{
	background:#999;
}
.haveActive  li:hover a{
	border-bottom: none;
	color: #fff !important;
}
.haveActive  li:last-child a{
	border-bottom: none;
}
.znZhangShang {
    border: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 64px;
	margin-top: 10px
}
.footerLeft { 
	display: inline-block;
	vertical-align: middle;
	margin-left: 67px;
	font-size: 12px;
	font-family: "微软雅黑";
	position: relative;
}
.footerLeft>img {
	width: 273px;
}
.footerLeft>div.guanZhuTips {
	margin-top: 20px;
}
.footerLeft>div.guanZhuErWeiMa{ 
	
	position: absolute;
}
.footerLeft>div.guanZhuErWeiMa>img{
	width: 126px;
	display: none;
}
.footerLeft>div.guanZhuTips>span {
	display:inline-block;
	margin-right: 27px;
}
.footerLeft>div.guanZhuTips>a { 
	display: inline-block;
	vertical-align: middle;
	margin-right:65px;
	text-align:center;
}
.footerLeft>div.guanZhuTips>a>img {
	width: 48px;
	display: block;
	margin: 0 auto;
}
.footerRight {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
	font-size: 12px;
	font-family: "微软雅黑";
}
.footerRight>a {
	display: inline-block;
	width: 160px;
	text-align: center;
	margin-right: 30px;
}
.footerRight>a>img {
	display: block;
	margin: 0 auto 16px;
	width: 126px;
}
/* //////////////////////////////固定导航///////////////////////////////////*/
.fixedNav {
    padding: 3px;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 100;
    border: 1px solid #ccc;
    background: #F6F6F4;
    margin-top: -215px;
}

#fixedNavBtn {
	width:30px;
	height: 30px;
	background: url('/Public/images/images2017/fixedimg/navBtn.png') no-repeat center;
}
.fixedNavTitle {
    height: 55px;
    width: 55px;
    margin: 0 auto;
    line-height: 55px;
    border-bottom: 1px solid #014FA2;
    text-align: center;
    font-size: 24px;
    font-family: 微软雅黑;
    font-weight: bolder;
    color: #014FA2;
}

.fixedNavList {
    width: 55px;
    margin: 15px auto 0;
}

.fixedNavList li {
    width: 100%; 
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #474745;
    text-align: center;
    background: #F6F6F4;
	padding: 5px 0;
}
.fixedNavList li:hover a{
    color: #014FA2;
}
.fixedNavList li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.fixedNavList li a img {
    width: 16px;
    display: block;
	margin: 0 auto;
}

.toTop {
    display: inline-block;
    height: 58px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    color: #B0B0AE;
    width: 100%;
}
.toTop img{
    width: 16px;
    display: block;
    margin: 13px auto 6px;
}

.imgCover{
	width:24px !important;
	height:24px !important;
	vertical-align:middle;
	margin-top:-3px;
}

.al_info{
	width:26px !important;
	height:21px !important;
}

.al_wisdom{
	height:30px !important;
	vertical-align:middle;
	margin-top:-6px;
}

.al_market{
	vertical-align:middle;
	margin-top:-3px;
}

.al_popular{
	height:30px !important;
	vertical-align:middle;
	margin-top:-6px;
}

.al_tool{
	width:13px !important;
	vertical-align:middle;
	margin-top:-3px;
}