
body{
	background-color:#EFEFF1;	
}
#header{
	min-width:1200px;
}
#header img{
	display:block;
	width:100%;
}
#wrap .scn1{display: block;}
#wrap .scn2{display: block;}
#wrap .scn3{display: block;}
#wrap .scn4{display: block;}
#wrap .scn5{display: block;}
#wrap .scn4{display: block;}
#wrap .scn7{display: block;}
#wrap .scn7{display: block;}
#wrap{
	min-width: 1200px;
}
/*#wrap .QRCode{
	position: fixed;
	bottom:150px;
	left:50%;
	margin-left:650px;
	transition: opacity linear 1s;
	opacity: 1;
}
@media screen and (max-width:1300px) {
	#wrap .QRCode{
		opacity: 0;
	}
}*/
#wrap .screen{
	width:1200px;
	margin:20px auto;
	background-color:white;
}
#wrap .screen:before{
	content:"";
	display: table;
}
#wrap .screen:after{
	content:"";
	display: block;
	clear: both;
}
#wrap .screen.scn1{
	margin:20px auto;
	padding-top:20px;
	padding-bottom:50px;
	margin-bottom:0px;
}

#wrap .screen.scn1 .scrollnews{
	width:1160px;
	margin:0px auto;
	height:550px;
}
#wrap .screen.scn1 .scrollnews .swiper-container {
    width: 1160px;
    height: 550px;
}  
#wrap .scrollnews .swiper-button-prev{
	width:30px;
	height:60px;
	left:10px;
	margin-top:40px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	/*background-color:rgba(0,0,0,0.75);*/
	background-position: 5px center;
	
}
#wrap .scrollnews .swiper-button-next{
	width:30px;
	height:60px;
	margin-top:40px;
	right:10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-position:0px center;
	/*background-color:rgba(0,0,0,0.75);*/
	
}
#wrap .screen.scn1 .scrollnews .img a{
	display: block;
	height:100%;
}
#wrap .screen.scn1 .scrollnews .img img{
	width:100%;
	height:550px;
	object-fit: cover;
}
#wrap .screen.scn1 .scrollnews .title{
	width:100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0px;
	bottom:0px;
	background: rgba(0,0,0,0.75);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	filter: alpha(opacity=75);
	text-align: left;
	overflow: hidden;
	text-indent: 10px;
}
#wrap .screen.scn1 .scrollnews .title a{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 40px;
}
#wrap .screen.scn1 .scrollnews .swiper-pagination{
	z-index: 99;
	width: auto;
	left:auto;
	right:10px;
}
#wrap .screen.scn1 .scrollnews .swiper-pagination-bullet{
	background-color:#FFFFFF;
	width:12px;
	height:12px;
	border-radius: 6px;
	opacity: 1;
}
#wrap .screen.scn1 .scrollnews .swiper-pagination-bullet-active{
	background-color:#3A69BD;
}
/*#wrap .screen.scn1 .newsPanel{
	height:400px;
	margin-left:740px;
	margin-right:0px;
}
#wrap .screen.scn1 .newsList{
	margin-bottom:20px;
}
#wrap .screen.scn1 .newsList li{
	box-sizing: border-box;
	padding:15px 20px;
	height:80px;
	line-height: 24px;
	overflow: hidden;
	background-color:#F1DDB6;
	border-bottom:solid 1px #FCEFD6;
}
#wrap .screen.scn1 .newsList li a{
	font-size:16px;
	color:#9E783A;
}
#wrap .screen.scn1 .newsPanel .more{
	float:right;
	color:black;
}*/
#wrap .screen .name{
	margin:30px 50px;
	height:30px;
	border-bottom:solid #3A69BD 5px;
}
#wrap .screen .txt{
	font-size:16px;
	font-weight:600;
	margin-left:5px;
	color:#547DC5;
}
#wrap .name .more{
	float:right;
	line-height: 30px;
	color:#547DC5;
	margin-right:10px;
}
#wrap .scn1 .newsList{
	margin:30px 60px;
	/*background-color:#F7F7F7;*/
}
#wrap .scn1 .newsList li{
	height:50px;
	line-height: 50px;
	overflow: hidden;
	margin:0px 20px;
	border-bottom: solid #F6F5F5 1px;
	position: relative;
}
#wrap .scn1 .newsList li::before{
	content:"";
	display: inline-block;
	width:2px;
	height:2px;
	background-color:#3B3B3B;
	margin-right:10px;
	vertical-align: middle;
}
#wrap .scn1 .newsList li:last-child{
	border:none;
}
#wrap .scn1 .newsList li a{
	font-size:16px;
	color:black;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right:100px;
}
#wrap .scn1 .newsList li .time{
	width:100px;
	height:50px;
	position: absolute;
	top:0px;
	right:0px;
	line-height: 50px;
	color:#ABAAAA;
}

#footer{
	min-width: 1200px;
	text-align: center;
	height:60px;
	line-height:60px;
	padding:40px 0px;
	color:white;
	font-size:14px;
	background-color:#0C0E45;
}
#footer a{
	font-size:14px;
	color:white;
	
}