/* 基础样式 */
body{
	margin: 0;
	background-color: #ffffff;
	padding-top:100px;
}
a{
	text-decoration: none;
}
/*.wow{
	visibility: hidden;
}*/
h1, h2, h3 {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    /* display: block; */
    /* font-size: 1.5em; */
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    /* font-weight: bold; */
}
p{
	margin: 0;
}
/* 超出隐藏 */
.of_ellipsis{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 多行文本超出隐藏 */
.of_ellipsis_2{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.of_ellipsis_3{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.of_ellipsis_4{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.of_ellipsis_5{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.dd_of_ellipsis_5 p{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.of_ellipsis_9{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
}
.max-box{
	width: 100%;
	height: auto;
}
.min-box{
	margin: 0 auto;
}
.top-bar{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: 999;
    transition: all .3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,.075);
}
.top-bar .min-box{
	width: 1600px;
	height:100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.top-bar .min-box .logo{
	height: 60px;
}



.top-bar .min-box .hot-coll{
	border:1px solid #999;
    border-radius: 50px;
    padding:5px 20px;
    font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
    color: #333;
	font-weight:bold;	
}
.top-bar .min-box .hot-coll img{
	margin-right:5px;
}
.top-nav{
	display: flex;
    height: 100%;
    align-items: center;
}
.top-nav .list-box{
	height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
}
.top-nav .list-box .allow-show{
    height: 100px;
    font-size: 18px;
    line-height: 98px;
    color: #333;
    box-sizing: border-box;
}
.top-nav .list-box:hover .allow-show{
    color: #df0615;
    border-bottom: 2px #df0615 solid;
}
.top-nav .list-box:hover .hide-link{
	transform: translateY(0px);
	opacity: 1;
	pointer-events: auto;
}
.top-nav .list-box .hide-link{
	position: absolute;
	top:100%;
	left:0;
	transition: 300ms;
	transform: translateY(-40px);
	opacity: 0;
	pointer-events: none;
	z-index:99;
	width: 100%;
	height: auto;
	border-radius: 0 0 8px 8px;
	background-color: #f8f7f7;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.top-nav .list-box .hide-link .links{
	display: block;
	width: 100%;
	box-sizing: border-box;
	line-height: 55px;
	font-size: 14px;
	padding: 0 8px;
	color: #333;
	text-align: center;
	border-bottom: solid 1px #a2a7b5;
}
.top-nav .list-box .hide-link .links:last-child{
	border-bottom: none;
}
.bottom{
	background-color: #222;
}
.bottom .min-box{
	width: 1600px;
	padding:40px 0 0;
	color:#fff;
}
.bottom .min-box .top-logo{
	width: 100%;
	height: 134px;
	border-bottom: solid 1px #7a8197;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.bottom .min-box .top-logo img{
	height: 105px;
}
.bottom .min-box .dets{
	width: 100%;
	height: 180px;
	border-bottom: solid 1px #7a8197;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bottom .min-box .dets .left-box{
	max-width: 33%;
}
.bottom .min-box .dets .left-box ul{
	margin: 0;
	list-style: none;
	padding: 0;
	line-height: 40px;
	font-size: 16px;
}
.bottom .min-box .dets .left-box ul li img{
	margin-right: 10px;
}
.bottom .min-box .dets .center-box{
	width: 240px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bottom .min-box .dets .center-box a{
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 12px;
	padding: 0 10px;
}
.bottom .min-box .dets .right-box{
	width: 211px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bottom .min-box .dets .right-box .codes{
	width: 93px;
	height: 120px;
}
.bottom .min-box .dets .right-box .codes img{
	width: 93px;
	height: 93px;
}
.bottom .min-box .dets .right-box .codes p{
	line-height: 27px;
	margin-top: 8px;
	text-align: center;
	font-size: 14px;
}
.bottom .min-box .yqlinks{
	padding: 10px 0 10px;
	width: 100%;
	min-height: 66px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.bottom .min-box .yqlinks .linkd{
	float: left;
	color: #ffffff;
	line-height: 28px;
	margin-right: 27px;
	font-size: 14px;
}

.bottoms{
	background-color: #111;
}
.bottoms .min-box{
	line-height: 35px;
	font-size: 12px;
	height: 50px;
	line-height:50px;
	text-align: center;
	color: #ffffff!important;
	background-color: transparent!important;
}
.bottoms .min-box a{
	color: #ffffff!important;
}

.banners img{
	width: 100%;
}

.center-page{
	display: flex;
	align-items: center;
	justify-content: center;
}
.center-page .pagination{
	height: 52px;
	width: auto;
}
.center-page .pagination a{
	margin: 0 8px;
	height: 100%;
	line-height: 30px;
	padding: 0 13px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-color: #999;
	color: #757474;
	font-size: 14px;
	transition: color 300ms, background-color 300ms;
}
.center-page .pagination a.acts{
	background-color: #e62129;
	color: #ffffff;
	border-color: #e62129;
}
.center-page .pagination a:hover{
	background-color: #e62129;
	color: #ffffff;
	border-color: #e62129;
}

.content{
	overflow: hidden;
	background-color:#f6f6f6;
}
.content .min-box{
	min-height: 328px;
	width:1600px;
	padding:90px 0;
}
 .big-titles{
	font-size: 48px;
	color: #9e9e9e;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 94px;
}
 .big-titles::before{
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	top: 108%;
	background-color: #f40101;
}
 .big-titles::after{
	content: attr(data-text);
	position: absolute;
	top: 126%;
	width: 100%;
	text-align: center;
	left: 0;
	font-size: 30px;
	color: #010101;
}
 .more-texts{
	width: 100%;
}
 .more-texts *{
	text-align: center;
	font-size: 18px;
	color:#333;
}