.container-fluid {
	min-height: 9rem;
	height: auto;
	/*overflow: hidden;*/
	background-color: #ffffff;
	min-width: 17.5rem;
}
/*头部*/
.header-fp {
	/*height: 6rem;*/
	min-height: 6rem;
}

.header-fp .header-fp-content {
	/*height: 100%;*/
	/* padding: 0 0.4rem; */
	max-width: 12rem;
	min-width: 11rem;
	padding-top: 0.6rem;
}

.header-fp .imgbox {
	width: 100%;
}

.header-fp .imgbox img {
	width: 100%;
}

/*内容*/
.contenter-fp {
	/*min-height: calc(100% - 3.4rem);*/
	/* background-color: #FFFFFF; */
}

.contenter-fp .contenter-fp-content {
	/* width: 14.5rem; */
	/* min-height: 3rem; */
	/* padding: 0.2rem 0.4rem; */
	transition: all .25s;
	position: relative;
	padding-bottom: 0.5rem;
}

.item {
	margin-top: 0.2rem;
}

.item .item-t {
	font-size: 0.25rem;
	height: 1.5rem;
	line-height: 0.4rem;
	padding: 0.3rem 0;
	position: relative;
	width: 14.5rem;
	margin: 0 auto;
}

.item .item-t p {
	/*padding-left: 0.3rem;*/
	/*background-image: url(home/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 45%;*/
	text-align: center;
	height: 100%;
}
.item .item-t p img{
	height: 100%;
}
.item .item-t a {
	position: absolute;
	right: 0;
	top: 0.2rem;
	font-size: 0.13rem;
	border: 0.01rem solid #cbcbcb;
	padding: 0 0.15rem;
	min-width: 0.8rem;
	text-align: center;
	border-radius: 5rem;
	line-height: 0.3rem;
	color: #333;
	transition: all .25s;
}

.item .item-t a:hover {
	color: #0345BD;
	border: 0.01rem solid #0345BD;
}

.item .item-c {
	overflow: hidden;
	width: 14.5rem;
	margin: 0 auto;
}

.item .item-c .item-box {
	float: left;
	width: 50%;
	margin: 0.1rem 0 0.25rem;
	position: relative;
}

.item .item-c .item-box:nth-child(2n+1) {
	padding-right: 0.1rem;
}

.item .item-c .item-box:nth-child(2n) {
	padding-left: 0.1rem;
}

.item-box .videobox,
.item-box .listbox,
.item-box .timelistbox,
.item-box .imgsbox,
.item-box .liveinfo {
	height: 4.5rem;
}

.item-box .imgbox img {
	width: 100%;
}
/*视频区*/
.item-box .videobox {
	position: relative;
	overflow: hidden;
}

.item-box .videobox video {
	/*display: none;*/
	width: 100%;
	height: 100%;
}

.item-box .videobox .firstpage {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.item-box .videobox .firstpage img {
	width: 100%;
	height: 100%;
}

.item-box .videobox .firstpage i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #232323;
	background-color: #FFFFFF;
	font-size: 0.7rem;
	height: 0.6rem;
	line-height: 0.6rem;
	width: 0.6rem;
	box-shadow: 0 0 0.1rem #000000;
	text-align: center;
	border-radius: 50%;
	transition: all .25s;
	opacity: 0.8;
}

.item-box .videobox .firstpage:hover i {
	top: 48%;
	opacity: 1;
}
.item-box .videotext{
	position: absolute;
    top: 0;
    left: 0;
    line-height: 0.5rem;
    height: 0.5rem;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    padding: 0 0.15rem;
    font-size: 0.15rem;
    color: #cccccc;
}
/*列表区*/
.item-box .listbox ul {
	height: 100%;
	/* overflow: hidden; */
}

.item-box .listbox ul li {
	height: calc(33.33% - 0.17rem);
	/* border-bottom: 0.01rem dashed #cccccc; */
	margin: 0.2rem 0.1rem;
}

.item-box .listbox ul li a {
	display: block;
	height: 100%;
	/* padding: 0rem 0 0.2rem; */
	box-shadow: 0 0 0.1rem #e4e4e4;
	padding: 0 0.2rem;
	color: #333333;
	transition: all .25s;
}

.item-box .listbox ul li a p {
	line-height: 0.25rem;
	overflow: hidden;
	/*transition: all .25s;*/
}

.item-box .listbox ul li a p.content {
	position: relative;
	line-height: 0.25rem;
	height: 0.5rem;
	overflow: hidden;
	font-size: 0.17rem;
}

/*.item-box .listbox ul li a p.content::after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 0.25rem;
	background: -webkit-linear-gradient(left, transparent, #fff 55%);
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);
}*/

.item-box .listbox ul li a p.title {
	font-size: 0.23rem;
	line-height: 0.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
}
.item-box .listbox ul li a:hover{
	background-color: #23289e;
	color: #FFFFFF;
}
/*.item-box .listbox ul li a:hover p {
	color: #063992;
}*/

.item-box .liveinfo{
	background-image: url(ltzb2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 113%;
	position: relative;
	top: 0.5rem;
	color: #FFFFFF;
	padding: 0.4rem 0.3rem;
	padding-right: 1.1rem;
}
.item-box .liveinfo p.title{
	font-size: 0.2rem;
	line-height: 0.35rem;
	padding-bottom: 0.2rem;
}
.item-box .liveinfo p.title:before{
	content: '';
	float: left;
	margin-right: 0.1rem;
	width: 0.08rem;
	height: 0.25rem;
	background-color: #FFFFFF;
	margin-top: 0.05rem;
}
.item-box .liveinfo p.content{
	font-size: 0.18rem;
	text-indent: 2em;
	text-align: justify;
	line-height: 0.3rem;
}
/*时间线列表*/
.item-box .timelistbox ul {
	height: 100%;
	overflow: hidden;
	font-size: 0.18rem;
}

.item-box .timelistbox ul li {
	height: 0.5rem;
}

.item-box .timelistbox ul li a {
	display: block;
	line-height: 0.5rem;
	padding-left: 0.4rem;
	background-image: url(nhyw_icon.png);
	background-position: left 0.1rem center;
	background-repeat: no-repeat;
	background-size: auto 39%;
	border-bottom: 0.01rem solid #f1f1f1;
}

.item-box .timelistbox ul li a:hover {
	color: #063992;
}
.item-box .timelistbox ul li a:hover span{
	border-right: 0.01rem solid #063992;
}
.item-box .timelistbox ul li a span {
	padding-right: 0.15rem;
	border-right: 0.01rem solid #bbbbbb;
	width: 1rem;
}

.item-box .timelistbox ul li a p {
	display: inline-block;
	padding-left: 0.15rem;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: bottom;
}
/*轮播图区*/
.item-box .imgsbox img {
	width: 100%;
	height: 100%;
}

.item-box .imgsbox .swiper-container {
	height: 100%;
	width: 100%;
}

.swiper-wrapper {
	transition-timing-function: ease;
}

.my-bullet {
	cursor: pointer;
	margin: 0 4px;
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #dedede;
	opacity: .8;
}

.my-bullet-active {
	opacity: 1;
	background: #5ca8f6;
}

.swiper-text {
	padding: 0 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.5);
}

.swiper-text>p {
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 90%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.img-box {
}

.img-box img {
	width: 100%;
}

.infos-box {
	min-height: 2rem;
	background-color: #f3f6fd;
	padding: 0 0.75rem 0.01rem;
	font-size: 0.18rem;
	line-height: 0.35rem;
	padding-bottom: 0.2rem;
}

.infos-box .btnbox {
	height: 0.7rem;
}

.infos-box .btnbox a {
	display: block;
	width: 2.5rem;
	background-color: #04bede;
	background: linear-gradient(to right, #0daaf9 0%, #00cad5 100%);
	text-align: center;
	color: #ffffff;
	border-radius: 3rem;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.25rem;
	margin: 0 auto;
	position: relative;
	top: -50%;
	box-shadow: 0 0 0.1rem #101c58;
}

.infos-box .btnbox a:hover {
	background: linear-gradient(to right, #0daaf9 0%, #0daaf9 100%);
}

.infos-box .infobox {
	background: url(home/bg.png) no-repeat center;
	background-size: auto calc(100% - 0.5rem);
	height: 2.63rem;
	width: 100%;
	margin: 0 auto;
	padding: 0.25rem 0;
}

.infos-box .infobox .infobox-t {
	float: left;
	width: 20%;
	height: 100%;
	text-align: center;
	position: relative;
	color: #ffffff;
	font-size: 0.25rem;
}

.infos-box .infobox .infobox-t p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.infos-box .infobox .infobox-c {
	float: left;
	width: 80%;
	padding: 0.3rem 0.25rem;
	height: 100%;
	padding-right: 1rem;
	text-align: justify;
}

.infos-box .infobox .infobox-c p {
}

.infos-box .infobox .infobox-c p.namep {
	font-size: 0.28rem;
	padding-bottom: 0.15rem;
}

.infos-box .infobox .infobox-c .listp {
}

.infos-box .infobox .infobox-c .listp p {
	padding-left: 0.2rem;
	text-indent: 0.5em;
	background-position: left center;
	background-size: auto 45%;
	background-repeat: no-repeat;
	float: left;
	width: 50%;
	line-height: 0.5rem;
}

.infos-box .infobox .infobox-c .listp p:nth-child(1) {
	background-image: url(home/1.png);
}

.infos-box .infobox .infobox-c .listp p:nth-child(2) {
	background-image: url(home/2.png);
}

.infos-box .infobox .infobox-c .listp p:nth-child(3) {
	background-image: url(home/3.png);
}

.infos-box .infobox .infobox-c .listp p:nth-child(4) {
	background-image: url(home/4.png);
}

.infos-box .infobox .infobox-c .listp p:nth-child(5) {
	background-image: url(home/5.png);
}
/*尾部*/
.footer-fp {
	/* height: 1rem; */
	z-index: 0;
	background-color: #0853a4;
}

.footer-fp .footer-fp-content {
	/* border-top: 0.01rem solid #e0e1e3; */
	padding: 0.2rem 0;
}

.footer-fp-content p {
	font-size: 0.16rem;
	line-height: 0.3rem;
	text-align: center;
	color: #ffffff;
}

.footer-fp-content>a {
	display: none;
}

.footer-fp-content p span {
	padding: 0 0.1rem;
}

.footer-fp-content p span a {
	color: #ffffff;
	transition: all .25s;
	padding-right: 0.15rem;
	border-right: 0.01rem solid #ffffff;
}

.footer-fp-content p span:last-of-type a {
	border-right: none;
}

.footer-fp-content p span a:hover,
.footer-fp-content p>a:hover {
	color: #e6ceff;
}

body .layui-layer-dialog .layui-layer-content {
	position: relative;
	line-height: 0.24rem;
	word-break: break-all;
	overflow: hidden;
	font-size: 0.18rem;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px 20px 20px 55px;
}

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
	display: block;
}

.video-js .vjs-big-play-button {
	font-size: 2.5em;
	line-height: 2.3em;
	height: 2.5em;
	width: 2.5em;
	-webkit-border-radius: 2.5em;
	-moz-border-radius: 2.5em;
	border-radius: 2.5em;
	background-color: #73859f;
	background-color: rgba(115,133,159,.5);
	border-width: 0.15em;
	margin-top: -1.25em;
	margin-left: -1.75em;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
	font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
	font-size: 2.5em;
	width: 2em;
	height: 2em;
	border-radius: 1em;
	margin-top: -1em;
	margin-left: -1.5em;
}

.video-js.vjs-fluid {
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.video-js .vjs-control.vjs-subs-caps-button {
	display: none;
}

.item.greatmoment{
	background-color: #06b2e4;
	padding-bottom: 0.5rem;
}
.item .item-c .imgList{
	
}
.item .item-c .imgList li{
	padding: 0.075rem;
	height: 2.15rem;
}
.item .item-c .imgList li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	transition: all .25s;
}
.item .item-c .imgList li a img{
	width: 100%;
	transition: all .25s;
	height: 100%;
}
.item .item-c .imgList li a:hover{
	transform: scale(1.025);
	opacity: 0.8;
	/*box-shadow: 0 0 0.1rem #EEEEEE;*/
}
.item .item-c .imgList li a p{
	position: absolute;
	bottom: 0;
	height: 0.35rem;
	background-color: rgba(0,0,0,0.5);
	line-height: 0.35rem;
	font-size: 0.16rem;
	left: 0;
	width: 100%;
	color: #E8E8E8;
	padding-left: 0.1rem;
}
.item .item-c .btnbox{
	clear: both;
	text-align: center;
	padding-top: 0.15rem;
/* 	padding-bottom: 0.5rem; */
}
.item .item-c .btnbox a{
	font-size: 0.19rem;
	line-height: 0.4rem;
	display: block;
	/* border: 0.01rem solid #004ea2; */
	color: #ffffff;
	border-radius: 3rem;
	width: 1.5rem;
	margin: 0 auto;
	transition: all .25s;
	background-color: #28309f;
}
.item .item-c .btnbox a i{
	margin-left: 0.1rem;
}
.item .item-c .btnbox a:hover{
	color: #FFFFFF;
	background-color: #013fc8;
}
.item .item-c .tipbox{
	clear: both;
	text-align: center;
	padding-top: 0.15rem;
}
.item .item-c .tipbox p{
	font-size: 0.19rem;
	line-height: 0.4rem;
	color: #ffffff;
}
.item .item-c .tipbox p a{
	color: #FFFFFF;
}
.item .item-c .tipbox p a:hover{
	color: #CCCCCC;
}
.item .item-c .item-c-t{
	position: relative;
	padding: 0 0.95rem;
}
.item .item-c .item-c-t .itemlist{
	overflow: hidden;
	width: 100%;
}
.item .item-c .item-c-t ul{
	height: 0.5rem;
	background-color: #0ba8df;
	white-space: nowrap;
	position: relative;
	left: 0;
	transition: all .25s;
    /*left: -1.4rem;*/
}
.item .item-c .item-c-t ul li{
	width: 1.4rem;
	height: 100%;
	padding: 0.05rem;
	text-align: center;
	font-size: 0.2rem;
	line-height: 0.4rem;
	display: inline-block;
}
.item .item-c .item-c-t ul li>a{
	background-color: #FFFFFF;
	color: #2627a6;
	display: block;
	transition: all .25s;
	height: 100%;
}
.item .item-c .item-c-t ul li.active>a,
.item .item-c .item-c-t ul li>a:hover{
	color: #FFFFFF;
	background-color: #0ba8df;
	height: 100%;
}
.item .item-c .item-c-t ul li>a span{
	
font-size: 0.1rem;
	
position: relative;
	
top: -0.05rem;
}
.item .item-c .item-c-t>a{
	
width: 0.95rem;
	
display: block;
	
position: absolute;
	
height: 100%;
	
text-align:  center;
	
line-height: 0.5rem;
	
font-size: 0.3rem;
	
color: #0ba8df;
	
top: 0;
}
.item .item-c .item-c-t>a:hover{
	color: #013FC8;
}
.item .item-c .item-c-t>a.btnl{
	
left: 0;
}
.item .item-c .item-c-t>a.btnr{
	
right: 0;
}
.item .item-c .item-c-c{
	padding: 0.3rem 0.95rem;
	height: 4.1rem;
}
.item .item-c .item-c-c .itembox{
	width: 100%;
	overflow: hidden;
	padding: 0.3rem;
	box-shadow: 0 0 0.1rem #CCCCCC;
	height: 100%;
}
.item .item-c .item-c-c .itembox .itembox-l{
	float: left;
	width: 50%;
	border-radius: 0.5rem;
	position: relative;
}
.item .item-c .item-c-c .itembox .itembox-l img{
	width: 100%;
	height: 100%;
}
.item .item-c .item-c-c .itembox .itembox-l p{
	
position: absolute;
	
top: 50%;
	
left: 50%;
	
transform: translate(-50%, -50%);
	
color: #ffffff;
	
text-align: center;
	
font-size: 0.28rem;
	
line-height: 0.5rem;
	
font-weight: 600;
	
width: 100%;
}
.item .item-c .item-c-c .itembox .itembox-r{
	float: left;
	width: 50%;
	padding-left: 0.4rem;
	padding-top: 0.1rem;
}
.item .item-c .item-c-c .itembox .itembox-r p{
	
font-size: 0.19rem;
	
line-height: 0.35rem;
}
.item .item-c .item-c-c .itembox .itembox-r p:first-of-type{
	padding-top: 0.1rem;
}
.item .item-c .item-c-c .itembox .itembox-r p.title{
	
font-size: 0.25rem;
	
line-height: 0.4rem;
	
padding-bottom: 0.1rem;
	
border-bottom: 0.01rem dashed #cccccc;
}
.item .item-c .item-c-c .itembox .itembox-r p span{
	
}
.tips{
	position: fixed;
    top: 0.3rem;
    right: 0.1rem;
    z-index: 999;
    width: 2rem;
}
.tips img{
	width: 100%;
}
