﻿fbody, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
}
em,var,i{
	font-style: normal;
}
strong,h1,h2,h3,h4,h5,h6,var{
	font-weight: normal;
}
a{
	text-decoration: none;
}
input,textarea,select{
	outline: 0;
	-webkit-user-select: text;
}
li{
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	box-sizing: border-box;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
@font-face {
	font-family:'LetGo';
	src:url('../fonts/lets_go_digital_regular-webfont.eot');
	src:url('../fonts/lets_go_digital_regular-webfont.eot?#iefix')format('embedded-opentype'),
	url('../fonts/lets_go_digital_regular-webfont.woff')format('woff'),
	url('../fonts/lets_go_digital_regular-webfont.ttf')format('truetype'),
	url('../fonts/lets_go_digital_regular-webfont.svg#LetGo')format('svg');
	font-weight:normal;
	font-style:normal;
}
.wrap {
	width: 1152px;
	height: 857px;
	margin: 0 auto;
	background: url("../images/bg.jpg") no-repeat;
background-size:cover;  
	color: #ffffff;
	overflow: hidden;
	font-family: "微软雅黑", "黑体", "宋体";
	position: relative;
	padding-top: 120px;
}
.top {
	width: 100%;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
}
.logo {
	position: absolute;
	width: 100%;
	left: 0;
	top: 24px;
	text-align: center;
}
.timebox {
	position: absolute;
	left: 20px;
	top: 16px;
	font-size: 14px;
	line-height: 28px;
}
.timebox span {
	padding-right: 10px;
}
.timebox .time {
	font-size: 16px;
}
.time i {
	padding: 0 5px;
}
.weather {
	position: absolute;
	right: 40px;
	top: 0;
	height: 85px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.weather div {
	display: flex;
	flex-direction: column;
	height: 50px;
	justify-content: space-between;
	padding-left: 15px;
	font-size: 14px;
}
.notice {
	width: 100%;
	position: absolute;
	bottom: 16px;
	left: 0;
}
.notice h1 {
	width: 116px;
	height: 35px;
	border: 2px solid #00ffff;
	border-radius: 2px;
	line-height: 31px;
	font-size: 18px;
	color: #fffc00;
	text-align: center;
	float: left;
	margin: 0 25px 0 40px;
}
.noticecon {
	width: 920px;
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 24px;
	overflow: hidden;
	white-space: nowrap;
}
.centerbox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 120px;
	opacity: 0;
	transition: 1s all;
	transform: rotateY(180deg);
}
.centerbox.active {
	opacity: 1;
	transform: rotateY(360deg);
	z-index: 999;
	display:block!important;
}
.center4 .ppp div{
	font-size:30px;
}
.linear {
	width: 1070px;
	height: 220px;
	margin: 0 auto;
	border: 2px solid;
	background: rgba(0, 255, 255, 0.15);
	border-image: linear-gradient(to right, #038be9, #00ffa8) 10 30;
	border-image: -webkit-linear-gradient(left, #038be9, #00ffa8) 10 30;
	border-image: -o-linear-gradient(left, #038be9, #00ffa8) 10 30;
	border-image: -moz-linear-gradient(left, #038be9, #00ffa8) 10 30;
}
.center1 ul {
	padding-left: 30px;
}
.center1 li {
	font-size: 24px;
	float: left;
	line-height: 40px;
}
.center1 li em {
	font-size: 30px;
	font-family: Arial;
	padding-left: 26px;
}
.center1 ul:nth-of-type(1) {
	margin: 26px 0 16px;
}
.center1 ul:nth-of-type(2) {
	margin: 30px 0 30px;
}
.center1 ul li:nth-child(1) {
	width: 480px;
}
.center1 ul li:nth-child(2) {
	width: 320px;
}
.center1 ul:nth-of-type(1) li:nth-child(1) em,
.center1 ul:nth-of-type(2) li:nth-child(1) em {
	color: #e4ff00;
}
.center1 ul:nth-of-type(1) li:nth-child(2) em {
	color: #00f4ab;
}
.center1 ul:nth-of-type(2) li:nth-child(2) em {
	color: #f10985;
}
.center1 ul:nth-of-type(2) li:nth-child(3) em {
	color: #f3e930;
}
#bar1, #bar2 {
	width: 100%;
	height: 100%;
}
.listcc1 {
	width: 1058px;
	margin: 35px auto;
	display: flex;
	justify-content: space-between;
}
.listcc1 li {
	position: relative;
	padding-left: 130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 107px;
}
.circle {
	width: 107px;
	height: 107px;
	position: absolute;
	top: 0;
	left: 0;
}
.circle:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: url("../images/cc1.png") no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	animation: circle1 2s infinite linear;
}
.circle:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: url("../images/cc2.png") no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	animation: circle2 2s infinite linear;
}
@keyframes circle1 {
	from { transform: rotate(0deg); }
	to { transform: rotate(-360deg); }
}
@keyframes circle2 {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.listcc1 li:nth-child(1) .circle {
	background: url("../images/icon1.png") no-repeat center;
}
.listcc1 li:nth-child(2) .circle {
	background: url("../images/icon2.png") no-repeat center;
}
.listcc1 li:nth-child(3) .circle {
	background: url("../images/icon3.png") no-repeat center;
}
.listcc1 li span {
	font-size: 24px;
}
.listcc1 li em {
	font-size: 36px;
	font-family: Arial;
	color: #fffc01;
	padding-top: 10px;
}
.listcc1 li:nth-child(2) em {
	color: #01ff2b;
}
.listcc1 li:nth-child(3) em {
	color: #ff01ea;
}
.uplist {
	width: 520px;
	height: 450px;
	float: left;
	overflow: hidden;
	background: rgba(0, 255, 255, 0.15);
	border: 1px solid;
	border-image: linear-gradient(to right, #038be9, #00ffa8) 10 30;
	border-image: -webkit-linear-gradient(left, #038be9, #00ffa8) 10 30;
	border-image: -o-linear-gradient(left, #038be9, #00ffa8) 10 30;
	border-image: -moz-linear-gradient(left, #038be9, #00ffa8) 10 30;
}
.uplist1 {
	margin: 0 15px 0 44px;
}
.uplist h1 {
	font-size: 24px;
	font-weight: bold;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px 0 24px;
}
.uplist h1 span {
	color: #01ff2b;
}
.updiv {
	height: 378px;
	overflow: hidden;
}
.uplist ul {
	transition: 0.8s all;
}
.uplist li:nth-child(1),
.uplist li:nth-child(2),
.uplist li:nth-child(3) {
	color: #f6ff00;
}
.uplist li {
	height: 63px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid;
	border-image: linear-gradient(to right, #038be9, #00ffa8) 10 30;
	border-image: -webkit-linear-gradient(left, #038be9, #00ffa8) 10 30;
	border-image: -o-linear-gradient(left, #038be9, #00ffa8) 10 30;
	border-image: -moz-linear-gradient(left, #038be9, #00ffa8) 10 30;
}
.uplist li:nth-child(2n-1) {
	background: rgba(0, 0, 0, 0.4);
}
.uplist li:nth-child(2n) {
	background: rgba(0, 0, 0, 0.2);
}
.uplist li i {
	width: 30px;
	height: 30px;
	display: block;
	border: 2px solid #00ffff;
	color: #00ffff;
	font-family: Arial;
	border-radius: 15px;
	text-align: center;
	line-height: 28px;
	margin: 0 20px 0 24px;
	font-size: 20px;
	background: #0e174b;
}
.uplist li:nth-child(1) i {
	background: url("../images/top1.png") no-repeat center;
	color: transparent;
	border: none;
}
.uplist li:nth-child(2) i {
	background: url("../images/top2.png") no-repeat center;
	color: transparent;
	border: none;
}
.uplist li:nth-child(3) i {
	background: url("../images/top3.png") no-repeat center;
	color: transparent;
	border: none;
}
.uplist li em {
	width: 100px;
	display: block;
	padding-right: 30px;
	text-align: right;
	font-family: Arial;
	font-size: 22px;
}
.uplist1 li p {
	font-size: 20px;
	width: 344px;
	padding-right: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.uplist2 li .name {
	width: 100px;
	text-align: left;
	font-size: 20px;
}
.uplist2 li .idcard {
	width: 244px;
	text-align: left;
	font-size: 20px;
	font-family: Arial;
}
.listcc2 {
	width: 1040px;
	margin: 52px auto 60px;
	display: flex;
	justify-content: space-between;
}
.listcc2 li {
	position: relative;
	padding-left: 130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 107px;
}
.listcc2 li:nth-child(1) .circle {
	background: url("../images/icon1.png") no-repeat center;
}
.listcc2 li:nth-child(2) .circle {
	background: url("../images/icon3.png") no-repeat center;
}
.listcc2 li span {
	font-size: 24px;
}
.listcc2 li em {
	font-size: 36px;
	font-family: Arial;
	padding-top: 10px;
}
.listcc2 li:nth-child(1) em {
	color: #01ff2b;
}
.listcc2 li:nth-child(2) em {
	color: #ff01ea;
}
.hdygbox {
	width: 1040px;
	height: 408px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	background: url("../images/ygbg.png") no-repeat;
}
.hdygbox .ewm {
	width: 97px;
	height: 97px;
	position: absolute;
	right: 36px;
	bottom: 16px;
}
.hdygbox h1 {
	width: 478px;
	font-size: 32px;
	line-height: 48px;
	padding-top: 40px;
	font-weight: bold;
	position: absolute;
	left: 528px;
	top: 0;
	text-align: center;
	background: url("../images/titlebg.png") no-repeat 110px bottom;
}
.yg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 1s all;
	transform: rotateY(180deg);
}
.yg.active {
	opacity: 1;
	transform: rotateY(360deg);
	z-index: 99;
}
.ygimg {
	width: 415px;
    height: 282px;
    border: 3px solid #ffffff;
    position: absolute;
    left: 34px;
    top: 69px;
}
.ygimg img {
	width: 100%;
	height: 100%;
}
.yginfo {
	width: 530px;
	position: absolute;
	left: 480px;
	top: 120px;
}
.yginfo h2 {
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 30px;
}
.yginfo .ygcon {
	font-size: 16px;
	line-height: 38px;
	width: 420px;
	height: 190px;
	overflow: hidden;
}
.wenxintip {
	font-size: 42px;
	line-height: 40px;
	font-weight: bold;
	color: #e5ff0e;
	letter-spacing: 20px;
	text-align: center;
	padding: 40px 0;
}
.wenxinbox {
	width: 1055px;
	height: 520px;
	margin: 0 auto;
}
.ppp {
	margin-bottom: 30px;
	line-height: 52px;
	font-size: 0;
}
.ppp label {
	width: 220px;
	text-align: left;
	font-weight: bold;
	font-size: 32px;
	display: inline-block;
	vertical-align: top;
	color:#26cca7;
}
.ppp div {
	font-size: 26px;
	width: 825px;
	display: inline-block;
}
.ppp .zhuyi {
	font-size: 32px;
	color:#e5ff0e;
}
.ppp span {
	color: #e5ff0e;
}
.center5 .tt {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	color: #e5ff0e;
	padding: 38px 0;
}
.center5 .tt em {
	font-size: 50px;
	font-weight: bold;
	font-family: Arial;
	color: #7fff0e;
	padding: 0 10px;
}
.pic{
	width: 150px;
	height: 222px;
	margin: 40px auto 0;
	position: relative;
	transition: 0.8s all;
	/*transform 旋转元素*/
	transform-style:preserve-3d;
	transform:perspective(800px) rotateX(-6deg) rotateY(0deg);
}
.pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #ffffff;
	/*倒影的设置*/
	-webkit-box-reflect:below 10px -webkit-linear-gradient(top,rgba(0,0,0,0) 70%,rgba(0,0,0,.5) 100%);
}
.pic p{
	width: 1000px;
	height: 1000px;
	background: -webkit-radial-gradient(center center,500px 500px,rgba(0,39,236,.4),rgba(0,0,0,0));
	position: absolute;
	top:100%;
	left:50%;
	margin-top: -500px;
	margin-left: -500px;
	border-radius:500px;
	transform:rotateX(90deg);
}
.picinfo {
	position: absolute;
	left: 0;
	top: 550px;
	padding-left: 80px;
	z-index: 9;
	width: 100%;
}
.picinfo li {
	position: absolute;
	left: 80px;
	top: 0;
	opacity: 0;
	transition: 0.8s all;
}
.picinfo li.active {
	opacity: 1;
}
.picinfo li h2 {
	font-size: 28px;
	margin-left: -12px;
	margin-bottom: 20px;
}
.picinfo li div p {
	display: inline-block;
	font-size: 22px;
	margin-right: 30px;
}
.center6 .tt {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	background: url("../images/titlebg1.png") no-repeat center bottom;
	padding-top: 50px;
	margin-bottom: 40px;
}
.pie1 {
	width: 100%;
	height: 236px;
}
.piebox {
	position: relative;
	margin-bottom: 50px;
}
.piebox ul {
	position: absolute;
}
.piebox li {
	position: absolute;
	top: 0;
	width: 236px;
	height: 236px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight:bold;
	line-height:40px;
	color: #faefd9;
}
.piebox li:nth-child(1) {
	left: 96px;
}
.piebox li:nth-child(2) {
	left: 458px;
}
.piebox li:nth-child(3) {
	left: 812px;
}
.pieinfo {
	width: 1040px;
	margin: 0 auto;
	border: 1px solid;
	background: rgba(0, 255, 255, 0.15);
	border-image: linear-gradient(to right, #038be9, #00ffa8) 10 30;
	border-image: -webkit-linear-gradient(left, #038be9, #00ffa8) 10 30;
	border-image: -o-linear-gradient(left, #038be9, #00ffa8) 10 30;
	border-image: -moz-linear-gradient(left, #038be9, #00ffa8) 10 30;
}
.pieinfo li {
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid;
	background: rgba(0, 255, 255, 0.15);
	border-image: linear-gradient(to right, #038be9, #00ffa8) 10 30;
	border-image: -webkit-linear-gradient(left, #038be9, #00ffa8) 10 30;
	border-image: -o-linear-gradient(left, #038be9, #00ffa8) 10 30;
	border-image: -moz-linear-gradient(left, #038be9, #00ffa8) 10 30;
}
.pieinfo li:last-child {
	border-top: none;
}
.pieinfo li:nth-child(2n) {
	background: rgba(0, 0, 0, 0.4);
}
.pieinfo li .trname {
	width: 188px;
	display: block;
	font-size:18px;
	color: #f6ff00;
	padding-left: 20px;
}
.pieinfo li em {
	width: 170px;
	display: block;
	font-size: 20px;
	font-family: Arial;
}
.pieinfo li div.y {
	width: 170px;
	font-size: 20px;
	color: #ffea00;
	float:left;
}
.pieinfo li div.y i {
	width: 17px;
	height: 17px;
	border-radius: 2px;
	display: inline-block;
	margin-right: 8px;
}
.pieinfo li:nth-child(1) div.y:nth-of-type(1) i {
	background: #b3ff2d;
}
.pieinfo li:nth-child(1) div.y:nth-of-type(2) i {
	background: #00ffff;
}
.pieinfo li:nth-child(1) div.y:nth-of-type(3) i {
	background: #a801ff;
}
.pieinfo li:nth-child(1) div.y:nth-of-type(4) i {
	background: #ff3101;
}
.pieinfo li:nth-child(1) div.y:nth-of-type(5) i {
	background: #ff7315;
}
.xuanchuan {
	width: 945px;
	height: 630px;
	margin: 30px auto 0;
	overflow: hidden;
	position: relative;
}
.xuanchuan li {
	border: 3px solid #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transform: scale(2);
	transition: 1s all;
}
.xuanchuan li.active {
	opacity: 1;
	transform: scale(1);
}
.xuanchuan li img {
	width: 100%;
	height: 100%;
}