.btn{
    height: 0.5rem;
    width: 1.35rem;
    text-align: center;
    color: #4c6ef5;
    font-weight: 600;
}

img[src=""]{opacity:0;}
.container-fluid {
	min-height: 9rem;
	height: auto;
	/*overflow: hidden;*/
	background-color: #ffffff;
	min-width: 17rem;
	background: url(bg.jpg) no-repeat center top;
	background-size: 100% auto;
}
/*头部*/
.header-fp {
	/*height: 6rem;*/
	/*min-height: 6rem;*/
}

.header-fp .header-fp-content {
	/*height: 100%;*/
	/* padding: 0 0.4rem; */
	max-width: 70%;
	min-width: 11rem;
	padding-top: 0.6rem;
}

.header-fp .imgbox {
	width: 100%;
	padding-bottom: 34%;
}

.header-fp .imgbox img {
	width: 100%;
}
.header-fp .headerbar{
	min-height: 1.4rem;
	background-color: #FFFFFF;
	padding: 0.35rem 0.15rem;
	overflow: hidden;
	font-size: 0.19rem;
}
.header-fp .headerbar li{
	
float: left;
	
line-height: 0.5rem;
	
padding: 0.1rem 0.25rem;
}
.header-fp .headerbar li a{
	
height: 0.5rem;
	
display: block;
	
width: 1.35rem;
	
text-align: center;
	
background-image: url(jqr_2.png);
	
background-repeat: no-repeat;
	
background-size: 100% 100%;
	
background-position: center;
	
color: #4c6ef5;
	
font-weight: 600;
transition: all .25s;
}
.header-fp .headerbar li:not(.disabled) a:hover,
.header-fp .headerbar li.active a{
	background-image: url(jqr_1.png);
	color: #FFFFFF;
}
.header-fp .headerbar li.disabled a{
	pointer-events: none;
}

/*内容*/
.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;
	max-width: 70%;
	min-width: 11rem;
}
.box{
	background-color: #ffffff;
	min-height: 2rem;
	margin: 1.1rem 0 0.2rem;
	padding: 0 0.4rem;
}
.box .box-t{
	width: 10rem;
	margin: 0 auto;
	background: url(jqr_3.png) no-repeat;
	background-size: 100% 100%;
	height: 1.8rem;
	position: relative;
	top: -0.9rem;
	text-align: center;
	padding: 0.3rem 2rem;
	line-height: 0.4rem;
	color: #ffffff;
}
.box .box-t p.title{
	font-weight: 600;
	font-size: 0.3rem;
	border-bottom: 0.01rem solid #e4dbff;
	padding: 0.15rem 0;
}
.box .box-t p.time{
	font-size: 0.23rem;
	font-weight: 600;
	padding-top: 0.05rem;
}

.box .box-c{
	position: relative;
	top: -0.5rem;
}

.item {
	margin-bottom: 0.5rem;
}

.item .item-t {
	height: 0.8rem;
	position: relative;
}
.item .item-t p{
	width: 4rem;
	height: 100%;
	margin: 0 auto;
	background-size: 100%;
	background-repeat: no-repeat;
}
.item .item-t p.lyxm{
	background-image: url(xm.png);
}
.item .item-t p.lyyw{
	background-image: url(yw.png);
}

.item .item-c {
	overflow: hidden;
}

/*视频区*/
.item .item-c .videobox {
	position: relative;
	overflow: hidden;
	height: 6.5rem;
}

.item .item-c .videobox video {
	width: 100%;
	height: 100%;
}

.item .item-c .videobox .firstpage {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.item .item-c .videobox .firstpage img {
	width: 100%;
	height: 100%;
}

.item .item-c .videobox .firstpage i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #4c6ef5;
	background-color: #FFFFFF;
	font-size: 1.2rem;
	height: 1rem;
	line-height: 1rem;
	width: 1rem;
	box-shadow: 0 0 0.1rem #000000;
	text-align: center;
	border-radius: 50%;
	transition: all .25s;
	opacity: 0.9;
}

.item .item-c .videobox .firstpage:hover i {
	top: 48%;
	opacity: 1;
}
.item .item-c .itemlist{
	
overflow: hidden;
	
padding: 0.1rem 0;
}
.item .item-c .itemlist li{
	
margin: 0.6rem 0.15rem;
	
border: 0.02rem solid #4c6ef6;
	
padding: 0 0.2rem;
	
float: left;
	
width: calc(50% - 0.3rem);
}
.item .item-c .itemlist li .li-t{
	
height: 0.8rem;
	
text-align: center;
	
width: 5rem;
	
margin: 0 auto;
	
font-size: 0.21rem;
	
font-weight: 600;
	
color: #ffffff;
	
background: url(jqr_4.png) no-repeat;
	
background-size: 100% 100%;
	
position: relative;
	
top: -0.4rem;
}
.item .item-c .itemlist li .li-t p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 0.3rem;
	width: 90%;
}
.item .item-c .itemlist li .li-c{
	
font-size: 0.16rem;
	
line-height: 0.25rem;
height: 3.5rem;
}
.item .item-c .itemlist li .li-c p{
	
font-weight: 600;
	
padding-bottom: 0.05rem;
}
.item .item-c .itemlist li .li-c p span{
	
font-weight: normal;
}
.item .item-c .itemlist li .li-b{
	
}
.item .item-c .itemlist li .li-b a{
	
display: block;
	
width: 1.5rem;
	
margin: 0 auto;
	
text-align: center;
	
background-color: #835ff7;
	
color: #ffffff;
	
height: 0.5rem;
	
line-height: 0.5rem;
	
border-radius: 3rem;
	
font-size: 0.17rem;
	
font-weight: 600;
	
position: relative;
	
bottom: -0.25rem;
transition: all .25s;
}
.item .item-c .itemlist li .li-b a:hover{
	background-color: #4c6ef5;
}
.item .item-c .newslist{
	
}
.item .item-c .newslist li{
	
line-height: 0.6rem;
	
font-size: 0.18rem;
	
border-bottom: 0.01rem dashed #cacaca;
	
padding-right: 1.5rem;
	
white-space: nowrap;
	
overflow: hidden;
	
text-overflow: ellipsis;
	
position: relative;
}
.item .item-c .newslist li a{
	color: #333;
}
.item .item-c .newslist li a:hover{
	color: #063992;
}
.item .item-c .newslist li a span{
	
}
.item .item-c .newslist li a i{
	
display: block;
	
position: absolute;
	
right: 0;
	
top: 0;
	
color: #777;
	
font-size: 0.18rem;
}
/*尾部*/
.footer-fp {
	height: 1rem;
	z-index: 0;
	background-color: #254ba0;
}

.footer-fp .footer-fp-content {
	/* border-top: 0.01rem solid #e0e1e3; */
	padding: 0.35rem 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;
}

/* 增加联系方式 */
.contacter-fp{
	width: 100%;
	position: relative;
	z-index: 1;
	background: url(contact-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 6rem;
}
.contacter-fp .contacter-fp-content{
	width: 14.5rem;
	transition: all .25s;
	position: relative;
	max-width: 70%;
	min-width: 11rem;
	margin: 0 auto;
	height: 100%;
	padding: 0.8rem 0;
}
.contacter-fp-content .con-title{
}
.contacter-fp-content .con-title p{
	color: #ffffff;
	font-size: 0.32rem;
	font-weight: normal;
	border-bottom: 0.03rem solid #ffffffff;
	width: 1.3rem;
	text-align: center;
	padding-bottom: 0.06rem;
	margin: 0 auto;
}
.contacter-fp-content .con-content{
	padding-top: 0.6rem;
}
.contacter-fp-content .con-content .horbox{
	overflow: hidden;
	border-bottom: 0.01rem solid #aaadff;
}
.contacter-fp-content .con-content .horbox .horitem{
	float: left;
	width: 50%;
	text-align: center;
	color: #FFFFFF;
	padding: 0.3rem;
	font-size: 0.2rem;
}
.contacter-fp-content .con-content .horbox:last-of-type{
	border-bottom: none;
}
.contacter-fp-content .con-content .horbox .horitem:first-of-type{
	border-right: 0.01rem solid #aaadff;
}
.contacter-fp-content .con-content .horbox .horitem:last-of-type{
	
}
.contacter-fp-content .con-content .horbox .horitem img{
	width: 0.44rem;
}
.contacter-fp-content .con-content .horbox .horitem p{
	line-height: 0.35rem;
	padding-top: 0.2rem;
	padding-bottom: 0.1rem;
}
.contacter-fp-content .con-content .horbox .horitem p span{
	padding: 0 0.1rem;
}