@charset "utf-8";

.signal {
	width: 1080px;
	background: #fff;
}

.signaltitle {
	font-weight: 700;
	color: #333;
	padding: 26px 0px 20px 18px;
}

.signaltitle img {
	margin: 0 8px 0 0;
}

.signalname {
	list-style: none;
	margin-left: 11px;
	font-size: 16px;
}

.signalname li {
	float: left;
	border: #00A77A 1px solid;
	border-radius: 10px;
	margin: 0 33px 33px;
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.signalname .active {
	background: #00A77A;
	color: #fff;
}

.signalname li:hover {
	background: #00A77A;
	color: #fff;
}

.signalrefresh {
	display: flex;
	position: relative;
	height: 64px;
	line-height: 64px;
	color: #999;
}

.signalrefresh>p {
	background: url("../img/icon_shuaxin.png") no-repeat center;
	background-size: 100%;
	cursor: pointer;
	width: 23px;
	height: 24px;
	margin: 20px 7px 0px 0px;
}

.signalrefresh .signalrefreshok {
	color: #f36;
	display: none;
}

.iframecont {
	width: 100%;
	margin: 0 auto;
	background-color: #333;
	margin-top: 33px;
	height: 430px;
}

iframe {
	height: 560px;
	border: none;
}

iframe body {
	background-color: #fff;
}

.intro {
	background: #fff;
}

.introtitle {
	margin: 24px 9px 16px 34px;
	display: flex;
	align-items: center;
	vertical-align: middle;
	font-weight: 700;
	color: #333333;
}

.introtitle span {
	display: inline-block;
	width: 6px;
	height: 20px;
	background: #00a77a;
	border-radius: 3px;
	margin-right: 9px;
}

.introtitle div {
	display: inline-block;
}

.introcont {
	margin: 16px 39px 40px 49px;
	padding-bottom: 40px;
	font-size: 16px;
	font-weight: 400;
}

.introcont a {
	color: #ff0000;
}

.jumpone {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-direction: column;
}

.djgksp_c {
	font-size: 28px;
	color: #fff;
}

.djgksp_e {
	font-size: 18px;
	color: #999;
	padding-top: 15px;
}
.signal .nobeging{
	color: red;
	margin: 5px 59px;
	font-weight: 600;
}
.sp_weikai{
	padding-top: 100px;
	width: 100%;
	height: 330px;
	background: #000;
	text-align: center;
}
.sp_fl_time{
  color: #999;
  font-size: 16px;
  margin-top: 35px;
}
.sp_zt{
	color: #999;
	height: 70px;
	line-height: 70px;
}
.sp_duiwu{
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}
.dhua {
	-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg)
}