@charset "utf-8";
 
*{
	padding:0;
	margin:0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, em {
	padding: 0;
	margin: 0;
	outline: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset,img {
	border: 0;
	font-size:12px;
}
address, caption, cite, code, dfn, em, th, var, i {
	font-weight: normal;
	font-style: normal
}
ol, ul, li {
	list-style: none
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%
}
input, img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section ,dialog{ 
    display: block;
}

/*Global*/
/*禁止苹果系统所有默认样式*/
html,body{-webkit-text-size-adjust:none;}/*去除苹果设备下浏览器默认按钮样式与背景*/
*:focus {outline: none}/*禁止所有聚焦边框*/
input,input[type=button],textarea {-webkit-appearance:none;outline: none;}/* 屏蔽文本框高亮 */
/*禁止苹果系统所有默认样式*/

body { 
	font: 16px/1.23;
	color: #333333;
	text-align: center;
	background: #fff;
}
a,a:visited{
	text-decoration: none;
	color: #333333;
	outline: none;
	transition:all 0.25s ease 0.1s;
}
a:hover {
	text-decoration: none;
}
/*按下时的样式*/
a:active  {
	text-decoration: none;
}


/* 系统弹窗 */
.systemTips{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 98;
}
.systemTips .wrap{
	width: 86%;
	margin: 0 auto;
	top: 45%;
	position: relative;
	animation: systemTips 0.2s ease;
	max-width: 600px;
	border-radius: 10px;
	background: #fff;
}
@keyframes systemTips{
	0%{
		transform: scale(.1)
	}
	100%{
		transform: scale(1)
	}
}
.systemTips .wrap .close{
	position: absolute;
	right: 17px;
	top: 17px;
	width: 16px;
	height: 16px;
	line-height: 50px;
	font-size: 0;
	background: url(../images/icon.png) no-repeat -761px -104px;
}
.systemTips .wrap .close img{
	vertical-align: middle;
	height: 16px;
}
.systemTips .wrap .title{
	background: #ff3f3f;
	color: #ffffff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	/* text-shadow: #fff 1px 1px 0px; */
	border-radius: 10px 10px 0 0;
}
.systemTips .wrap .title img{
	height: 23px;
	vertical-align: middle;
}
.systemTips .wrap .content{
	font-size: 16px;
	line-height: 40px;
	/* padding: 0px 15px; */
	overflow-y: auto;
	box-sizing: border-box;
	text-align: left;
	/* margin: 20px 0; */
}
.systemTips .wrap .content img{
    width: 100%;
}
.systemTips .wrap .btns{
	padding-bottom: 20px;
	font-size: 16px;
}
.systemTips .wrap .btns a{
	background: #ff3f3f;
	width: 120px;
	line-height: 40px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #ff3f3f;
	box-sizing: border-box;
    /* margin: 0 30px; */
    margin: 0 10px;
    color: #ffffff;
    cursor: pointer;
}
.systemTips .wrap .btns a.cancel{
	background: #fff;
}
.systemTips .wrap .btns a:hover{
	color: #fff;
	/* background: #3c4b8b; */
    background: #ff3f3f;
    
}
/* 头部 */
header{
    width: 100%;
    margin:0 auto;
}

header .header-warp{
    width: 95%;
    margin:0 auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

header .header-warp a{
    display: inline-block;
}

header .header-warp a .logo{
    width: 240px;
    height: 42px;
    display: inline-block;
    margin-top: 20px;
}

header .header-warp a .name{
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-top: 25px;
}

header .header-warp a .name h1{
    font-size: 15px; 
}

header .header-warp a .name p{
    font-size: 10px;
}

header .header-warp .nav-btn{
    display: inline-block;
    margin-top: 28px;
    position: relative;
}

header .header-warp .nav-btn .line{
    width: 45px;
    height: 4px;
    background: #333;
    display:block;
    border-radius: 4px;
    margin: 4px 0;
    transition: all 0.25s ease 0.1s;
}

header .header-warp .topbar{
    position: absolute;
    width: 150px;
    height: auto;
    background: #3c4b8b;
    left: -96px;
    top: 52px;
    z-index: 10;
    display: none;
}

header .header-warp .on .topbar{
    display: block;
} 

header .header-warp a .logo img{
    width: 100%;
}
header .header-warp .on .line:first-of-type{
    transform-origin: 7px 0px;
    transform: rotate(45deg);
    width: 40px;
}

header .header-warp .on .line:nth-of-type(2){
    opacity: 0;
}

header .header-warp .on .line:last-of-type{
    transform-origin: 7px 6px;
    transform: rotate(-45deg);
    width: 40px;
}


header .header-warp .topbar .nav{
    text-align: left;
    position: relative;
}

header .header-warp .topbar .nav .on .red{
    height: 46px;
}

header .header-warp .topbar .nav .red{
    position: absolute;
    width: 150px;
    height: 0;
    top: 0;
    background: #ff3f3f;
    transition: all 0.25s ease 0.1s;
    z-index: -1;
}

header .header-warp .topbar .nav .nav-box:hover .red{
    height: 46px;
}

header .header-warp .topbar .nav .nav-box{
    height: auto;
    line-height: 40px;
    position: relative;
    font-size: 0;
}


header .header-warp .topbar .nav .nav-box .anv{
    color: #fff;
    display: inline-block;
    width: 120px;
    text-indent: 20px;
    font-size: 14px;
}

header .header-warp .topbar .nav .nav-box .down-icon{
    width: 30px;
    line-height: 40px;
    display: inline-block;
}

header .header-warp .topbar .nav .nav-box .down-icon i{
    width: 13px;
    height: 24px;
    display: inline-block;
    background: url("../images/icon-wap.png")no-repeat -700px -330px;
    vertical-align: middle;
    transition: all 0.25s ease 0.1s;
}

header .header-warp .topbar .nav .show-subnav .subnav-box{
    display: block;
}

header .header-warp .topbar .nav .show-subnav .subnav-box{
    display: none;
    position:static;
}

header .header-warp .topbar .nav .nav-box .subnav-box {
    display: none;
}

header .header-warp .topbar .nav .morenav .subnav-box{
    display: block;
}


header .header-warp .topbar .nav .morenav .down-icon i{
    transform: rotateZ(90deg);
    transform-origin: 4px 6px;
    transition: all 0.25s ease 0.1s;
}

header .header-warp .topbar .nav .nav-box .subnav-box a{
    line-height: 40px;
    font-size: 14px;
    height: auto;
    position: static;
    text-align: left;
    width: 150px;
    text-indent: 30px;
    color: #fff;
}

header .header-warp .topbar .nav .nav-box .subnav-box a:hover{
    background: #ff3f3f;
}
/* banner */


.main {
    width: 100%; 
}

.banner .bannerTitle {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    color: #fff;
    margin-top:40px;
}

.banner .bannerTitle h1 {
    font-size: 26px;
}

.banner .bannerTitle span {
    border-top: 3px solid #fff;
    display: block;
    width: 40px;
    margin: 0 auto;
    margin-top: 15px;
}

.banner .bannerTitle h2 {
    font-size: 20px;
    margin-top: 15px;
}

.main .warp { 
    text-align:center;
}


/* 通用导航 */
.main .nav {
    height: 70px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #ededed;
    position: relative;
    box-sizing: border-box;
    font-size: 0;
    overflow: hidden;
}

.main .nav .on {
    color: #fff;
}

.main .nav .tab {
    position: relative;
}

.main .nav .nav-box a {
    display: inline-block;
    width: 100%;
    height: 25px;
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
}

.main .nav .nav-box span {
    display: block;
    height: 25px;
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    margin: 25px 0;
    transition: all 0.3s ease 0.2s;
}

.main .nav .on span,
.main .nav .nav-box:last-of-type span {
    border-right: none;
}

.main .nav .nav-box a:last-of-type {
    border-right: none;
}
/* /导航 */ 

.main .warp .nav .nav-box {
    display: inline-block;
    width: 33.3%;
    height: 70px;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
    vertical-align: top;
} 
 

.main .warp  .nav .nav-bg {
    background-color: #ff3f3f;
    width: 33.3%;
    height: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.main .warp  .nav .nav-bg i {
    width: 15px;
    height: 14px;
    display: inline-block;
    background: url("../images/icon.png") no-repeat -675px -90px;
    margin: 70px 0 0 187px
} 
/* 信息列表 */
.main .InformationList{
    margin: 20px 0;
}
.main .InformationList .listtab {
    text-align: center;
}

.main .InformationList .listtab a {
    display: inline-block;
    width: 100%;
    height: 150px; 
    margin-bottom: 30px;
    overflow: hidden;
} 

.main .InformationList a:hover .list-box .timeicon i:first-of-type {
    display: none;
}

.main .InformationList a:hover .list-box .timeicon i:last-of-type {
    display: block;
}

.main .InformationList .list-box {
    display: inline-block;
    width: 90%;
    height: 150px;
    box-shadow: 0 0 20px #F0F0F0;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    transition: all 0.25s ease 0s;
}


.main .InformationList .list-box h4 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
    padding-right: 10px;
    box-sizing: border-box;
    font-weight: 500;
    margin-bottom: 5px;
}

.main .InformationList .list-box p {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0;
}



.main .InformationList .list-box .timeicon {
    display: inline-block;
    width: 25px;
    height: 30px;
    vertical-align: top;
}

.main .InformationList .list-box .date {
    display: inline-block;
    width: 200px;
    height: 30px;
    vertical-align: top;
}

.main .InformationList .list-box .timeicon i:first-of-type {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icon-wap.png") no-repeat -939px -328px;;
} 

.main .InformationList .listtab .noneinfo{
    margin: 100px auto;
    text-align: center;
    font-size: 14px; 
 }

/* 底部 */ 
.footer .footerbox{
    width: 100%;
    height: 170px;
    background: #333333;
    margin:0 auto;
}

.footer .footerbox p{
    line-height: 30px;
    color: #fff;
    font-size: 13px;
}

.footer .footerbox p:first-of-type{
    padding-top: 15px;
}
.footer .footerbox .blank_iocn{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/blank_icon.png)no-repeat;
    vertical-align: middle;
}
/* 底部下拉 */

.footer  .select-box {
    display: inline-block;
    width: 100%;
    height: 40px;
    background: #fff;
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 25px;
    padding: 0px 10px 0px 20px;
    box-sizing: border-box;
    border-top: 1px solid #353535; 
    line-height: 40px;
    position: relative;
    user-select:none;
    cursor: pointer;

}

.footer  .select-box span i {
    display: inline-block;
    position: absolute;
    right: 30px;
    top:15px;
    width: 10px;
    height: 10px;
    background: url("../images/dropdown_icon.png")top center/cover; 
    vertical-align: top; 
    transition: all 0.25s ease 0s; 
}

.footer .select-show {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #353535;
    border-bottom: none;
    box-sizing: border-box;
    display: none;
}

.footer .select-show a {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 5px 10px 5px 20px;
    box-sizing: border-box;
    display: block;
}

.footer .select-show a:hover {
    color: #FF3F3F;
}

.footer  .on .select-show {
    display: block;
}

.footer .on span i {
    transform: rotateZ(180deg);
}


/*数据加载时的动画*/
.loading{
	padding: 100px 50px;
}
.loading-animate{
	width: 150px;
	height: 15px;
	margin: 0 auto;
}
.loading-animate span{
	display: inline-block;
	width: 15px;
	height: 100%;
	margin-right: 5px;
	background: #FF3F3F;
	transform-origin: right bottom;
	animation: loading 1s ease infinite;
}
.loading-animate span:last-child{
	margin-right: 0px; 
}
@keyframes loading{
	0%{
		opacity: 1;
		transform: scale(1);
	}
	100%{
		opacity: 0;
		transform: rotate(90deg) scale(.3);
	}
}
.loading-animate span:nth-child(1){
	animation-delay:0.13s;
}
.loading-animate span:nth-child(2){
	animation-delay:0.26s;
}
.loading-animate span:nth-child(3){
	animation-delay:0.39s;
}
.loading-animate span:nth-child(4){
	animation-delay:0.52s;
}
.loading-animate span:nth-child(5){
	animation-delay:0.65s;
}
.loading-text{
	font-size: 16px;
	color: #FF3F3F;
	line-height: 50px;
	text-align: center;
}
.loading-text::after{
	content: "";
	animation: loadingtext 2s ease infinite;
}
@keyframes loadingtext{
	0%{
		content: "";
	}
	25%{
		content: " .";
	}
	50%{
		content: " . .";
	}
	75%{
		content: " . . .";
	}
	100%{
		content: "";
	}
}










