@font-face { font-family: 'impact';
	src: url('../fonts/impact.eot');
	src: url('../fonts/impact.eot?#iefix') format('embedded-opentype'),
		url('../fonts/impact.woff') format('woff'),
		url('../fonts/impact.ttf') format('truetype'),
		url('../fonts/impact.svg#impact') format('svg');
}
/*	思源黑体	*/
@font-face { font-family: 'St';
	src: url('../fonts/SourceHanSerifCN-Bold.otf') format('truetype');
}
html, body {
	height: 100%;
	font-size:0.16rem;
	word-spacing: normal;
	color: #474747;
	font-family: "微软雅黑", Arial, Tahoma, Helvetica, sans-serif; color: #474747;
	background-size: cover;
	background-position: center center; 
}
ol, ul, li { list-style: none; }
* {
	padding: 0;
	margin: 0;
	outline: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

a {
	text-decoration: none;
	color:#fff;
}

a:focus, a:hover{
	text-decoration: none;
	cursor: pointer;
}
img{
	vertical-align: middle;
}
.container{
	padding:0 1rem 1rem;
	position: relative;
}
.icon-panel {
    
    display: flex;
    box-sizing: border-box;
    box-shadow: 6px 6px 15px 0px rgba(0,0,0,0);
    border-radius: 2px;
}

.icon-panel .icon-panel-bd{
	position: relative;
}

.icon-panel .icon-panel-intro{
	flex: 1;
    border-radius: 2px;
    background-color: #4a545b;
    margin-left: -2.5vw;
    height: 100%;
    padding: 2.5vw;
    box-sizing: border-box;
    box-shadow: 3px 6px 6px 0px rgba(0,0,0,0.25);
}
.icon-panel:hover .icon-panel-intro{
	background-color: #b75a46;
}
.icon-panel-icon{
	width: 100%;
    height: 100%;
 	position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-panel-icon img{
	width: 32%;
}
.icon-panel-ft{
	text-align: center;
	letter-spacing: 2px;
}
.icon-panel:hover .icon-panel-icon img{
	animation:rot 0.5s; -webkit-animation:rot 0.5s;
}
@keyframes rot{ 	
    0% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
    25% { transform:rotate(5deg); -webkit-transform:rotate(5deg); }
    50% { transform:rotate(-5deg); -webkit-transform:rotate(-5deg); }
    75% { transform:rotate(5deg); -webkit-transform:rotate(5deg); }
    100% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
}
@-webkit-keyframes rot{
    0% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
    25% { transform:rotate(5deg); -webkit-transform:rotate(5deg); }
    50% { transform:rotate(-5deg); -webkit-transform:rotate(-5deg); }
    75% { transform:rotate(5deg); -webkit-transform:rotate(5deg); }
    100% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
}



.icon-panel-flex-row{
	flex: 1;
	flex-direction: column;
	margin-right: 2.5vw;
}
.icon-panel-flex-row:last-child {
	margin-right: 0;
}
.icon-panel-flex-row .icon-panel-bd .icon-panel-bg{
	width: 100%;
}
.icon-panel-flex-column{
	flex-direction: row;
}
.icon-panel-flex-column .icon-panel-bd{
	height: 100%;
}
.icon-panel-flex-column .icon-panel-bd .icon-panel-bg{
	height: 100%;
}
.icon-panel-flex-column .icon-panel-ft{
	flex:1;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    padding:0 0.24rem;
}
.icon-panel-flex-column .icon-panel-ft h1{
	color: #fff;
    font-size: 0.28rem;
    font-weight: 500;
}
.icon-panel-flex-column .icon-panel-ft p{
	color: #fff;
    font-size: 0.18rem;
    text-align: left;
    line-height:1.5;
}
.logo{
	width:5vw;
	height:5vw;
	background-image: url("../images/logo.png");
	background-size:contain;
	background-color: rgba(255,255,255,.2);
	position: absolute;
	top:2.5vw;
	left:2.5vw;
	z-index: 9999;
}

.body-bg{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center center;
	overflow:hidden;
	animation: zoom-infinite 20s linear 0s infinite;
    -webkit-animation: zoom-infinite 20s linear 0s infinite;
    -moz-animation: zoom-infinite 20s linear 0s infinite;
}
@-webkit-keyframes zoom-infinite{
	0%{-webkit-transform:scale(1)}
	50%{-webkit-transform:scale(1.1)}
	100%{-webkit-transform:scale(1)}
}
@-moz-keyframes zoom-infinite{
	0%{-moz-transform:scale(1)}
	50%{-moz-transform:scale(1.1)}
	100%{-moz-transform:scale(1)}
}
@keyframes zoom-infinite{
	0%{transform:scale(1)}
	50%{transform:scale(1.1)}
	100%{transform:scale(1)}
}

@-webkit-keyframes zoom{
	0%{-webkit-transform:scale(1)}
	100%{-webkit-transform:scale(1.1)}
}
@-moz-keyframes zoom{
	0%{-moz-transform:scale(1)}
	100%{-moz-transform:scale(1.1)}
}
@keyframes zoom{
	0%{transform:scale(1)}
	100%{transform:scale(1.1)}
}
.body{
	height:100%;
	overflow: hidden;
	overflow-y:auto;
}
.banner{
/* 	width:100%; */
/* 	overflow: hidden; */
/* 	background-size: cover; */
/* 	background-position: center; */
/* 	padding: 8vw 10vw 5vw; */
/*     box-sizing: border-box; */
/*     position: relative; */
/*     text-align: center; */
}
.banner-heading{
	font-size: 7rem;
    font-weight: 600;
    letter-spacing: 6px;
    color: #fff;
    text-shadow: 0 0 20px #000;
}
.banner-intro{
	font-size: 1.8rem;
    line-height: 2;
    text-align: justify;
    background-color: rgba(45, 45, 45,0.2);
    margin-top: 5rem;
    padding: 40px 80px;
    color: #fff;
    box-shadow: 0 2px 6px 2px rgba(0,0,0,0.36);
}

.submenu-wrap{
	display: flex;
	align-items: center;
	width: 90vw;
    margin: 0 auto;
    padding-bottom:4vw;
    box-sizing: border-box;
    position: relative;
}
.submenu-wrap::before{
	content: '';
	position:absolute;
	bottom:0;
	left:0;
	height: 4vw;
    width: 100%;
    background-image: url(../images/bg-repeat-1.png);
    background-size: 6em;
    background-color: rgba(255,255,255,0.8);
}
.submenu{
	background-image: url("../images/submenu-bg.png");
	height: 300px;
    flex: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    cursor: pointer;
    font-size: 2.5rem;
    position: relative;
}
.submenu .submenu-text{
	position: absolute;
    height: 4vw;
    line-height: 4vw;
    text-align: center;
    width: 100%;
    color: #565656;
    bottom: -4vw;
}
.submenu .submenu-text span{
	position: relative;
}
.submenu .submenu-text span:after{
	content: '';
	width:0;
	height:.3vw;
	position: absolute;
	left: 50%;
	bottom: -1vh;
	background-color: #565656;
	transition: .5s all cubic-bezier(.46, 1, .23, 1.52);
}
.submenu .submenu-text i{
    letter-spacing: 6px;
    font-style: normal;
}
.submenu.active,.submenu:hover{
	background-image: url("../images/submenu-bg-active.png");
    text-shadow: 0 0 20px #515151;
    font-weight: 600;
}

.submenu.active .submenu-text span:after,.submenu:hover .submenu-text span:after{
	width:100%;
	left:0;
}

.page{
	animation: 2s show ease-in-out; 
	-webkit-animation: 2s show ease-in-out;
	-moz-animation: 2s show ease-in-out;
}
@keyframes show{
    0%{opacity:0}
    50%{opacity:.8;}
    100%{opacity:1;}
}
@-webkit-keyframes show{
    0%{opacity:0}
    50%{opacity:.8;}
    100%{opacity:1;}
}
@-moz-keyframes show{
    0%{opacity:0}
    50%{opacity:.8;}
    100%{opacity:1;}
}

/* .container{ */
/* 	width: 90vw; */
/*     margin: 0 auto; */
/*     padding: 7vw 4vw 4vw; */
/*     background-color: rgba(255,255,255,0.8); */
/*     background-image: url(../images/bg-repeat-1.png); */
/*     background-size: 6em; */
/*     position: relative; */
/*     box-sizing: border-box; */
/* } */
/* .container::before{ */
/* 	position:absolute; */
/* 	top:0; */
/* 	left:0; */
/* 	content:''; */
/* 	height:4vw; */
/* 	width:100%; */
/* 	background-color: rgba(255,255,255,0.8); */
/* 	background-image: url('../images/bg-repeat-2.png'); */
/* 	background-size: 6em; */
/* } */

/* 卡片 */
.card-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transform-style: preserve-3d;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    padding: 2vw;
    box-sizing: border-box;
}
.card-wrap .card{
    position: relative;
    width: calc(100% / 4 - 4vw);
    transform-style: preserve-3d;
    perspective: 1000px;
    opacity: .9;
    margin: 2vw;
}
.card-wrap .card .box{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 1s ease;
}
.card-wrap .card:hover .box{
    transform: rotateY(180deg);
}
.card-wrap .card .box img{
    width:100%;
    vertical-align: middle;
}
.card-wrap .card .box .contentBx{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #656565;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}
.card-wrap .card .box .contentBx div{
    transform-style: preserve-3d;
    padding: 20px;
    background: linear-gradient(45deg,#b75a46,#b75a46);
    transform: translateZ(100px);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 50%;
}
.card-wrap .card .box .contentBx div h2{
    color: #fff;
    font-size: 2em;
    letter-spacing: 1px;
    text-align: center;
}
.card-wrap .card .box .contentBx div p{
	font-size:1.6em;
    color: #fff;
    text-align: justify;
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/* 文章列表 */
.article-list-item{
	padding: 0.1rem 0;
    margin-bottom: 3vw;
    display: flex;
    font-size: 0.2rem;
    position: relative;
    border-bottom: 1px solid #c7c7c7;
}
.article-list-item .article-list-item-bd{
	flex: 1;
    display: flex;
    flex-direction: column;
}
.article-list-item .article-list-title{
	font-weight: 600;
	margin-bottom: 1vw;
}
.article-list-item .article-list-item-btn{
	padding: 0.5vw 1vw;
    background-color: rgba(183, 90, 70, 0.73);
    color: #fff;
    letter-spacing: 2px;
    border-radius: 2px;
    height: 0.3rem;
    line-height: 0.3rem;
    cursor: pointer;
}

.article-list-item .article-list-item-btn:hover{
    background-color: #b75a46;
}

/* 图文列表 */
.img-list-item{
	padding: 3vw 4vw 4vw;
    background-color: rgb(241 241 241);
    margin-bottom: 3vw;
    display: flex;
    font-size: 0.2rem;
    position: relative;
}
.img-list-item-hd{
	width: 12vw;
    border: 1vw solid #ffffff;
    overflow: hidden;
    height: 9vw;
}
.img-list-item-hd img{
	width: 100%;
    vertical-align: middle;
}
.img-list-item-bd{
	flex:1;
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 2vw;
}
.img-list-title{
    font-weight: 600;
}
.img-list-info{
	font-size: 0.16rem;
}
.img-list-intro{
	font-size: 0.16rem;
    line-height: 2;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.img-list-item-btn{
	position: absolute;
    bottom: 2vw;
    right: 2vw;
    padding: 0.5vw 1vw;
    background-color: rgba(183, 90, 70, 0.73);
    color: #fff;
    letter-spacing: 2px;
    border-radius: 2px;
}
.img-list-item .img-list-item-btn:hover{
    background-color: #b75a46;
}
.img-list-item-nophoto .list-item-bd{
	padding-left: 0;
}
.img-list-item-nophoto .list-title{
	margin-bottom: 1vw;
}
.img-list-item-nophoto .list-info{
	margin-bottom:0.8vw;
}
.img-list-item-nophoto .list-intro{
	margin-bottom: 2vw;
}

/* 图文 */
.article{
 	padding:4vw;
/* 	display: none; */
}
.icon{
	position: relative;
}
.page{
	padding-top:0.68rem;
}
.page-ft-bg{
    margin-top: -4.2rem;
}
.page-ft-bg img{
	width:100%;
}
.position {
	height: 50px;
	line-height: 50px;
}

.position a {
	margin: 0 10px;
	line-height: 50px;
	color:#666;
}

.position a:first-child {
	margin-left: 0;
}
.article .article-preview{
	display:block;
	margin: 0 auto;
}
.article .article-title,.page-title{
	font-size: 0.26rem;
	font-family:st;
	color:#474747;
    font-weight: 400;
    text-align: center;
    padding-bottom: 0.4rem;
    display: flex;
    justify-content: center;
}
.page-title{
	padding-top: 0.4rem;
}
.article .article-title h3,.page-title h3{
	color: #666666;
    padding: 0 0.2rem;
    background-color: #e4e4e4;
}
.article .article-title .article-title-icon,.page-title .page-title-icon{
	width: 0.6rem;
    background-repeat: no-repeat;
    background-position: center;
}
.article .article-title .article-title-icon.title-icon-l,.page-title .page-title-icon.title-icon-l{
	background-image: url("../images/title-icon-1.png");
}
.article .article-title .article-title-icon.title-icon-r,.page-title .page-title-icon.title-icon-r{
	background-image: url("../images/title-icon-2.png");
}
.article .article-content h3{
	font-family:'宋体';
	padding-bottom: 2vw;
}
.article .article-content p{
	font-size: 0.16rem;
	color:#707070;
    line-height: 2;
    text-align: justify;
    padding-bottom: 1vw;
    text-shadow: 0 0 1px #707070;
    font-family:'宋体';
}
.article .article-content p b{
	font-size: 0.14rem;
}
.article .article-content img{
	width: 100%;
	margin:0 auto;
	display:block;
	margin-bottom: 2vw;
	box-shadow: 2px 2px 9px 0px #444;
}
.pagination {
    padding: 0 4vw 4vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
/*     background-color: rgba(255,255,255,.8); */
}
.text-shadow{
	text-shadow: 0 0 6px black;
}
.text-content{
	font-family:"宋体";
}