﻿/* 1rem = 100px*/	
/*广告*/
	.banner{width:100%;max-width: 7.50rem;position: relative;overflow: hidden;}
	.banner img{width:100%;max-width:100%;}
	.columnBoxGroup{background:url(../images/bg.jpg) no-repeat center top;background-size:100%;color:#fff;padding-top:0.0rem;background-color:#231a45;overflow:hidden;z-index:-99;}
	.columnBoxGroup .columnBox{margin-bottom:0.0rem;z-index:-99;}
	.columnBoxGroup .columnBox:nth-last-of-type(1){margin-bottom:0;z-index:-99;}
	/*底部导航*/
	.bomBar{background:#fff;position:fixed;bottom:0;width:100%;max-width:7.50rem;display:flex;font-size:0.18rem;line-height:0.40rem;box-sizing:border-box;padding-left:0.35rem;padding-right:0.35rem;}
	.bomBar .iconPic{width:0.52rem;height:0.52rem;display:block;margin:0 auto;}
	.bomBar .iconPic img{width:100%;height:100%;display:block;}
	.bomBar a{flex:auto;text-align:center;padding-top:0.20rem;padding-bottom:0.05rem;}
	.bomBar a.active{color:#fc4041;}
	.bomBarSpace{height:1.15rem;}

	.quickLink{width:84.00%;margin:0 auto;display:flex;justify-content:space-between;}
	.quickLink ._iconPic{width:0.81rem;height:0.80rem;margin:0 auto;display:block;}
	.quickLink ._iconPic img{width:100%;height:100%;display:block;}
	.quickLink a{width:46.00%;text-align:center;color:#fff;display:block;padding-top:0.20rem;font-size:0.25rem;line-height:0.53rem;padding-bottom:0.09rem;background-color:#1d50d0;border-radius:0.10rem;margin-bottom:0.28rem;background:url(../images/btn_bg.png) no-repeat left top;background-size:cover;}

	/*栏目标题*/
	.columnTitle{font-size:0.30rem;text-align:center;line-height:2.44;border-bottom:1px solid #fdfbfc;margin-bottom:0.36rem;font-weight:normal;letter-spacing:0.03rem;position:relative;margin-left:0.15rem;}
	.columnTitle::before{position:absolute;width:1.39rem;height:0.04rem;bottom:0;background:#fff;left:50%;transform:translatex(-50%);content:"";}
	/*内容*/
	.contents{font-size:0.22rem;line-height:1.67;margin:0 auto 0.24rem auto;width:100.00%;text-justify:inter-ideograph;text-align:justify;letter-spacing:0.04rem;padding-top:0.13rem;}
	.contents img{width:100%;max-width:100%;display:block;margin-bottom:0rem;}
	.contents p{text-indent:2em;}
	/*视频盒子*/
	.videoBox{width:100%;height:4.24rem;background:#000;margin:0 auto;z-index:-99;}
	.videoBox video{width:100%;height:100%;display:block;z-index:-99;}
	/*鼠标*/
	.mouse{width:0.51rem;height:0.51rem;background:url(../images/icon_arrow_bom.png) no-repeat left top;-webkit-animation:press 2.5s ease-out infinite;animation:press 2.5s ease-out infinite;position:absolute;left:50%;margin-left:-0.16rem;z-index:11500;bottom:1.98rem;background-size:cover;cursor: pointer;}


