html{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "Microsoft Yahei";
	background-color: #001155;
	/*background-image: url("../../images/YyScreen/zibo/bg.mp4");*/
	/*background-size:100% 100%;*/
	/*background-position:center center;*/
	/*background-repeat: no-repeat;*/
	/*background:#000 url("../../images/YyScreen/zibo/bg.mp4") no-repeat center center fixed;*/
	/*-webkit-background-size: cover;*/
	/*-moz-background-size: cover;*/
	/*-o-background-size: cover;*/
	/*background-size:cover;*/
}
.background-video {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: -1;
	object-fit: cover;
	/*border:3px solid #fd3c3c;*/
}
.background-video source{
	/*border:3px solid #FF0000;*/
}
/*内容*/
.content{
	width: 100%;
	/*height: 50vw;*/
	height: 100%;
	/*min-width: 1440px;*/
	/*min-height: 720px;*/
	/*min-width: 1920px;
	min-height: 960px;*/
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
.content-div{
	width: 100%;
	height: 50vw;
	min-height: 1440px;
	min-height: 720px;
}
/*-----上------*/
.top{
	width: 100%;
	height: 10%;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	padding-top: 2%;
	
}
.top-left{
	width: 34%;
	height: 100%;
	color: #29DDFD;
	font-weight: bold;
	font-size: 38px;
	text-align: center;
}
.top-center{
	width: 33%;
	height: 100%;
}

.top-center ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.top-center ul li{
	float: left;
	list-style-type: none;
	margin-right: 20px;
}
.top-center ul li .title{
	font-size: 23px;
	color: #fff;
}
.top-center ul li .num{
	font-size: 24px;
}
.top-center ul li .num-1{
	color: #25E89D;
}
.top-center ul li .num-2{
	color: #FFCC00;
}
.top-center ul li .num-3{
	color: #FE8431;
}
.top-right{
	width: 33%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	/*align-items: center;*/
}
.top-right-l{

	height: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	padding-right: 5%;
}
.top-right-span1{
	font-size: 20px;
	display: inline-block;
	text-align: right;
}
.top-right-span2{
	font-size: 18px;
	display: inline-block;
	text-align: right;
}
/*-----中-----*/
.middle{
	width: 99%;
	height: 55%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0 0.5%;
}
/*两边样式*/
.side{
	width: 32%;
	/*background-color: #fff5d4;*/
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.side .side-top{
	width: 100%;
	height: 100%;
	background-image: url("../../images/YyScreen/side_bg.png");
	background-size: 100% 100%;
	display: flex;
	flex-wrap: wrap;
}
.side .side-top .side-one{
	width: 50%;
	height: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.side .side-top .side-one .side-top-title{
	font-size: 15px;
	color: #fff;
	padding-left: 50px;
	margin: 0;
	height: 40px;
	line-height: 40px;
}
.side .side-top .side-one>div{
	width: 100%;
	height: calc(100% - 40px);
}

.product-div{
	height: calc(100% - 50px)!important;
}
.dynamic{
	width: 100%;
	/*padding:20px 0;*/
	overflow: hidden;
	box-sizing: border-box;
}
.dynamic ul{
	width: 100%;
	margin: 0;
	padding-right: 20px;
	box-sizing: border-box;
}
.dynamic ul li{
	width: 100%;
	color: #ffffff;
	display: flex;
	flex-wrap: nowrap;
	text-align: left;
	list-style: none;
	padding: 0!important;
	margin: 0!important;
	height: 30px;
	white-space: nowrap;
	box-sizing: border-box;
}
.dynamic ul li span{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dynamic ul li .span_name{
	width: 60%;
	text-align: left;
}
.dynamic ul li .span_val{
	width: 40%;
	text-align: right;
}

/*中间样式*/
/*中间顶部销售额*/
.center{
	width: 34%;
	/*background-color: #fff5d4;*/
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

/*夏县地图*/
.center-map{
	width: 100%;
	height: 100%;
	background-image: url("../../images/YyScreen/map_bg.png");
	background-size: 100% 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	position: relative;
}
.center-map .map-title{
	width: 100%;
	font-size: 17px;
	color: #fff;
	margin: 10px 0 0 40px;
	display: flex;
	flex-wrap: nowrap;
}
.center-map .map-title .map-title-span{
	display: inline-block;
	padding: 5px 10px;
	/*border:1px solid #66CEFE;*/
	border:1px solid #1043A7;
	border-radius: 5px;
	margin-right: 20px;
	/*font-weight: bold;*/
	cursor:pointer;
}
.center-map .map-title .checked-span{
	/*background-color: #1043A7 !important;*/
	background-color: #66CEFE !important;

}
.center-map .map-div{
	width: auto;
	height: calc(100% - 50px);
	margin: 0 auto 10px;
	position: relative;
}
.center-map .map-div .spot{
	padding: 0;
    margin: 0;
    width: 11px;
    height: 18px;
    position: absolute;
    z-index: 99;
}
.center-map .map-div .spot img{
    width: 100%;
    height: 100%;
}
.center-map .map-div .spot span{
    display: none;
}

.center-map .map-div .spot_5,.center-map .map-div .spot_6{
	display: none;
}




.center-map .map-num{
	font-size: 13px;
	color: #49a3ff;
	position: absolute;
	right: 30px;
	top:30px;
	background-image: url("../../images/lxScreen/map_num.png");
	background-size: 100% 100%;
	padding: 15px 30px;
}
.center-map .map-num p{
	margin: 2px 0;
}
.center-map .map-num p .map-num-span2{
	color: #dfb214;
}
.center-map .map-sign{
	position: absolute;
	left: 30px;
	bottom:30px;
}
.center-map .map-sign p{
	margin: 2px 0;
	font-size: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.center-map .map-sign .sign-p1{
	color: #01FFFF;
}
.center-map .map-sign .sign-p2{
	color: #FF9A01;
}
.center-map .map-sign .sign-p3{
	color: #FC02F7;
}
.center-map .map-sign .sign-p4{
	color: #D4FE07;
}
.center-map .map-sign .sign-p5{
	color: #FF016E;
}
.center-map .map-sign .sign-p6{
	color: #07FE7F;
}
.center-map .map-sign img{
	width: 11px;
	height: 18px;
	margin: 2px 5px 0 0;
}
/*-----下-----*/

.bottom{
	width: 99%;
	height: 28%;
	border: 2px solid #1043A7;
	margin: 0.8% 0.5% 0;
	position: relative;
	background-color: rgba(00 , 21 , 69 , 0.6);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.bottom-one{
	width: 25%;
	height: 100%;
	/*background-color: #000;*/
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.bottom-one .bottom-title{
	width: 37px;
	height: 188px;
	background-image: url("../../images/YyScreen/title_bg.png");
	background-size: 100% 100%;
	font-size: 18px;
	color: #fff;
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
	writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
	text-align: center;
	line-height: 37px;
	margin: 0 10px;
}
.bottom-one>div{
	width: calc(100% - 57px);
	height: 100%;
	/*background-color: #fff;*/
}
.bottom-one .nzgk{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
/*------底部新加列表--------*/
.bottom-list{
	/*width: 25%;*/
	height: 100%;
	/*background-color: #000;*/
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	/*border:1px solid #ff0000;*/
	color:#FFFFFF;

}
#bottom_box2_legend{
	width:100px;
	padding-top:20px;
	z-index:0
	/*border:1px solid #FF0000;*/
}
.bottom_box2_legend {
	width:100px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin:5px 0;
	font-size:12px;
	color:white;
	border-radius:10px;
	/*border:1px solid #FF0000;*/
}
.bottom-list.bottom-list-table {
	width:30%;
}
.bottom-list.bottom-list-block {
	width:22%;
}
.bottom-list .bottom-title{
	width: 37px;
	height: 188px;
	background-image: url("../../images/YyScreen/title_bg.png");
	background-size: 100% 100%;
	font-size: 18px;
	color: #fff;
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
	writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
	text-align: center;
	line-height: 37px;
	margin: 0 10px;
}
.bottom-list table{
	width:98%;
	height:90%;
	margin:1%;
	color:#FFFFFF;
	border-color:#0b99d7;
}
.bottom-list table thead{
	font-size:1.4em;
	line-height:10px;
	font-weight: bold;
	color:#29DDFD;
}
.bottom-list table td{
	text-align: center;
}
.bottom-list table tbody{
	color:#49a3ff;
}
.bottom-list .bottom-list-content{
	width:100%;
	height:90%;
	/*border:1px solid #fa5555;*/
}
.bottom-list .bottom-one-top{
	width:42%;
	height:40%;
	display:block;
	float:left;
	margin:4% 2% 0 2%;
	border:2px solid transparent;
	border-radius:10px;
	background-clip:padding-box,border-box;
	background-origin:padding-box,border-box;
	background-image: linear-gradient(to right,#02116A,#02116A),linear-gradient(to right, #66CEFE,#02116A);
}
.bottom-list .bottom-one-bottom{
	width:90%;
	height:40%;
	display:block;
	float:left;
	margin:4% 0 2% 2%;
	border:2px solid transparent;
	border-radius:10px;
	background-clip:padding-box,border-box;
	background-origin:padding-box,border-box;
	background-image: linear-gradient(to right,#02116A,#02116A),linear-gradient(to right, #66CEFE,#02116A);
}
.bottom-list .bottom-list-title {
	width:100%;
	text-align:center;
	color:#6b9ad0;
}
.bottom-list .bottom-list-value {
	width:100%;
	text-align:center;
	margin-top:7%;
	font-size:14px;
	font-weight:bolder;
}

#side_6{
	text-align:center;

}
#side_6 img{
	/*border:2px solid #6b9ad0;*/
}


/*展会活动 滚动样式	2023-11-27*/
#bottom-left-list {
	/*border:1px solid #00FF00;*/
	padding-left:4%;
}
#bottom-left-list li{
	padding-top:8px;
	border-bottom:2px solid #1B3F66;
}
#bottom-left-list li .bottom-left-list-number {
	width:8%;
	text-align:center;
	font-size:18px;
	font-weight:bolder;
	/*border-right:1px solid #FF00FF;*/
}

#bottom-left-list li .bottom-left-list-date {
	width:35%;
	padding-left:10px;
	text-align:left;
}
#bottom-left-list li .bottom-left-list-name {
	width:55%;
	padding-left:10px;
	text-align:left;
}


/*农资管控*/
.guankong{
	width: 370px;
	height: 178px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	position: relative;
	margin: 0 auto;
}
.guankong .guankong-div{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.guankong-t-l{
	width: 180px;
	height: 84px;
	background-image: url("../../images/lxScreen/left1.png");
	background-size: 100% 100%;
}
.guankong-t-r{
	width: 180px;
	height: 84px;
	background-image: url("../../images/lxScreen/right1.png");
	background-size: 100% 100%;
}
.guankong-b-l{
	width: 180px;
	height: 84px;
	background-image: url("../../images/lxScreen/left2.png");
	background-size: 100% 100%;
}
.guankong-b-r{
	width: 180px;
	height: 84px;
	background-image: url("../../images/lxScreen/right2.png");
	background-size: 100% 100%;
}
.guankong-quan{
	width: 90px;
	height: 90px;
	position: absolute;
	left: 140px;
	top:44px;
	background-image: url("../../images/lxScreen/quan.png");
	background-size: 100% 100%;
	z-index: 10;
	color: #fff;
	line-height: 90px;
	font-size: 15px;
	text-align: center;
}
.guankong .guankong-p1{
	font-size: 14px;
	color: #fff;
	margin: 0;
	width: 100%;
	text-align: center;
}
.guankong .guankong-p2{
	font-size: 14px;
	color: #6b9ad0;
	margin: 0;
	width: 100%;
	text-align: center;
}
/*中间底部统计*/
.center-number{
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	/*align-content: center;*/
	width: 85%!important;
	height: 80%!important;
	box-sizing: border-box;
}
.center-number p{
	width: 100%;
	margin:  0 auto;
	display: flex;
	flex-wrap: nowrap;
	padding: 8px 0;
	border-bottom: 1px solid #0B438B;
}

.center-number p .num-l{
	display: block;
	width: 45%;
	color: #fff;
	font-size: 14px;
}
.center-number p .num-r{
	display: block;
	width: 55%;
	color: #f5d160;
	font-size: 13px;
}
.center-number p .num-r>span{
	display: inline-block;
	/*width: 58px;*/
	color: #fff;
	font-size: 14px;
	padding-left: 20px;
}
.comer-right{
	width: 27px;
	height: 27px;
	border-top:2px solid #66CEFE;
	border-right:2px solid #66CEFE;
	position: absolute;
	right: -2px;
	top: -2px
}
.comer-left{
	width: 27px;
	height: 27px;
	border-bottom:2px solid #66CEFE;
	border-left:2px solid #66CEFE;
	position: absolute;
	left : -2px;
	bottom: -2px
}


.base-div{
    position: absolute;
    display: none;
    left:15.20%;
    top:12.24%;
}
.base-div .line{
    width: 25px;
    height: 3px;
    background-color: #15A9F8;
}
.base-div .base-info{
    width: 190px;
    height: 84px;
    padding: 25px;
    position: absolute;
    left: 52px;
    top:2px;
    border-radius: 25px;
    z-index: 100;
    background-size: 100% 100%;
    cursor:default;
}
.base-div .base-info p{
    padding: 0;
    margin: 0;
}
.base-div .base-info a{
    text-decoration: none;
}
.base-bg{
  
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
    border-radius: 25px;
}
.base-div .base-info .info{
    width: 190px;
    height: 84px;
    position: absolute;
}
.base-div .base-info .info p{
    color: #fff;
    text-align: center;

}
.base-div .base-info p#contact{
    margin-top: 10px;
}
.base-div .base-info img{
    position: absolute;
}
.base-div .base-info img.lt{
    width: 50px;
    height: 50px;
    top:-25px;
    left: -25px;
}
.base-div .base-info img.rt{
    width: 35px;
    height: 35px;
    top:0px;
    right: 0px;
}
.base-div .base-info img.lb{
    width: 35px;
    height: 35px;
    bottom:0px;
    left: 0px;
}
.base-div .base-info img.rb{
    width: 35px;
    height: 35px;
    bottom:0px;
    right: 0px;
}
.base-div .base-info img.close{
    width: 24px;
    height: 24px;
    top:8px;
    right: 8px;
    z-index: 9999;
}

/*css不同分辨率样式调整*/
@media screen and (max-width: 1600px) {
	.top-left {
		font-size: 34px;
	}
	.top {
		height: 9%;
	}
	.top-center ul li .title {
		font-size: 20px;
	}
	.top-center ul li .num {
		font-size: 22px;
	}
	.top-right-span1 {
		font-size: 19px;
	}
	.top-right-span2 {
		font-size: 17px;
	}
	.center-map .map-num {
		right: 10px;
		top: 10px;
		padding: 10px 20px;
	}
	.bottom-one .bottom-title {
		width: 33px;
		height: 180px;
		font-size: 16px;
		line-height: 33px;
	}
}
@media screen and (max-width: 1440px) {
	.center-number p .num-l {
		font-size: 12px;
	}
	.center-number p .num-r>span {
		font-size: 12px;
		padding-left: 8px;
	}
	.center-number p .num-r {
		font-size: 12px;
	}
}
@media screen and (max-width: 1366px) {
	.top-left {
		font-size: 28px;
	}
	.top-center ul li .title {
		font-size: 18px;
	}
	.top-center ul li .num {
		font-size: 20px;
	}
	.top-right-span1 {
		font-size: 16px;
	}
	.top-right-span2 {
		font-size: 16px;
	}
	.center-map .map-num {
		font-size: 12px;
	}

	.side .side-top .side-one .side-top-title {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.center-map .map-title {
		font-size: 14px;
	}
	.bottom-one .bottom-title {
		width: 26px;
		height: 150px;
		font-size: 13px;
		line-height: 26px;
	}
	.center-number p {
		padding: 6px 0;
	}
}





