/**!
 * 长沙公共资源交易金融服务支撑平台
 * author: qyt
 * date:2020-06-03
 */
@font-face {
	font-family: 'MFLiHei Noncommercial Regular'; /*字体名称*/
	src: url('../fonts/MFLiHei_Noncommercial-Regular.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/MFLiHei_Noncommercial-Regular.woff') format('woff'),
		url('../fonts/MFLiHei_Noncommercial-Regular.ttf') format('truetype'),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/MFLiHei_Noncommercial-Regular.svg') format('svg');
	/* iOS 4.1- */
}

body {
	font-size: 0.14rem;
	color: #000;
	background: url(../images/img_bg.png);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	z-index: -10;
	zoom: 1;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}

.container {
	width: 14rem;
	margin: 0 auto;
}

video {
	position: fixed;
	right: 0px;
	bottom: 0px;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -2;
}

source {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
}

.main {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	font-size: 0.14rem;
	z-index: -1;
}

.top {
	background-color: #202738;
	color: #fff;
	font-size: 0.15rem;
	line-height: 0.38rem;
	text-align: right;
}

.head {
	height: 0.7rem;
	background-color: rgba(0, 126, 233, 0.3);
}

.logo {
	width: 2.4rem;
	height: 0.49rem;
	margin-top: 0.12rem;
}

.calogin {
	display: inline-block;
	margin-top: 0.14rem;
	margin-left: 0.45rem;
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.4rem;
	padding: 0 0.26rem;
	border: 0.01rem solid #fff;
	border-radius: 0.5rem;
}

.bar li a {
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.7rem;
	margin: 0 0.18rem;
}

/* 文字 */
.tit {
	display: block;
	margin: 1rem auto 0.6rem;
	width: 9.66rem;
	height: 0.73rem;
}

/* card */
.card-list {
	width: 60%;
	height: 5rem;
	margin: 0 auto;
}

.card {
	position: relative;
	display: inline-block;
	height: 3.3rem;
	width: 2.71rem;
	color: #fff;
	background-image: url('../images/card_bg.png');
	background-position: center 0.5rem;
	background-repeat: no-repeat;
	background-size: 2.39rem 2.71rem;
}

@
keyframes move { 0% {
	top: 0.25rem;
}

50%
{
top
:
 
0
.05rem
;

    
}
100%
{
top
:
 
0
.25rem
;

    
}
}
.card-icon {
	position: relative;
	top: 0.15rem;
	height: 1.44rem;
	width: 1.44rem;
	margin: 0 auto;
	background-image: url('../images/card_icon1.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	animation: move 5s infinite;
	-webkit-animation: move 5s infinite;
	-ms-animation: move 5s infinite;
	-moz-animation: move 5s infinite;
	z-index: 1;
}

.card:nth-child(2) .card-icon {
	background-image: url('../images/card_icon2.png');
}

.card:nth-child(3) .card-icon {
	background-image: url('../images/card_icon3.png');
}

.card:nth-child(4) .card-icon {
	background-image: url('../images/card_icon4.png');
}

.card:hover {
	background-image: url('../images/card_bg_white.png');
}

.card:hover .card-icon {
	animation: none;
	-webkit-animation: none;
	-ms-animation: none;
	-moz-animation: none;
}

.card:first-child:hover .card-icon {
	background-image: url('../images/card_icon1_red.png');
}

.card:nth-child(2):hover .card-icon {
	background-image: url('../images/card_icon2_red.png');
}

.card:nth-child(3):hover .card-icon {
	background-image: url('../images/card_icon3_red.png');
}

.card:nth-child(4):hover .card-icon {
	background-image: url('../images/card_icon4_red.png');
}

.auto-play-img {
	position: absolute;
	top: 28%;
	width: 2.67rem;
	height: 1.3rem;
	background-image: url("../images/auto_play_img.png");
	background-size: 2.67rem 130rem;
	background-position: 0 0;
	animation: rotatemove 5s steps(20) infinite;
	-webkit-animation: rotatemove 5s steps(20) infinite;
	-ms-animation: rotatemove 5s steps(20) infinite;
	-moz-animation: rotatemove 5s steps(20) infinite;
	z-index: 2;
}

@
keyframes rotatemove {to { background-position:0-130rem;
	
}

}
.card-name {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 0.6rem;
	text-align: center;
	font-family: 'MFLiHei Noncommercial Regular';
	font-size: 0.36rem;
	text-shadow: 0 0.05rem 0.05rem #0e82c9;
	background-image: url('../images/card_name_bottom.png');
	background-position: center 0.24rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.card:hover .card-name:before {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 0.6rem;
	content: attr(text);
	z-index: 10;
	color: #ee8a88;
	-webkit-mask: linear-gradient(to bottom, #f0e7cc, transparent);
}

/* 底部信息栏 */
.bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #202738;
	color: #c7d7ec;
	font-size: 0.15rem;
	line-height: 0.43rem;
	text-align: center;
}

.bottom span {
	margin: 0 0.24rem;
	font-size: 0.15rem;
}