@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

body {
	font: 14px/1.5 微软雅黑;
	color: #333;
}

ul {
	list-style-type: none;
}

input,
select,
textarea {
	vertical-align: middle;
	font: 14px 微软雅黑;
	color: #333;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	border: 0px;
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

i,
em {
	font-style: normal;
}

b {
	font-weight: normal;
}

.clearfix {
	overflow: hidden;
	zoom: 1;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*搜索框*/

.seachBox {
	padding: .2rem .3rem 0.1rem;
	width: 100%;
	background:(../images/searchicon.png) center no-repeat;
	background-repeat: no-repeat;
	-o-background-size: .25rem .25rem;
	-ms-background-size: .25rem .25rem;
	-moz-background-size: .25rem .25rem;
	-wenkit-background-size: .25rem .25rem;
	background-size: .25rem .25rem;
}

.seachBox a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	height: .68rem;
	line-height: .69rem;
	width: 100%;
	color: #CCC;
	position: relative;
	z-index: 0;
	font-size: .28rem;
}

.seachBox a::before {
	position: absolute;
	background: #eeeeee;
	z-index: -1;
	top: 0;
	left: 0;
	width: 200%;
	height: 200%;
	border: 1px #ececec solid;
	content: "";
	box-sizing: border-box;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	display: block;
	-moz-border-radius: .68rem;
	-webkit-border-radius: .68rem;
	border-radius: .68rem;
}

.seachBox a b {
	width: .35rem;
	height: .35rem;
	background: url(../images/searchicon.png) no-repeat;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	display: block;
	margin: 0px 8px 0 0;
}


/* 返回顶部 */

.moveTop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 30px;
	right: 15px;
	z-index: 5;
	background: url(../images/icons_new.png) no-repeat;
	background-size: 50px auto;
	background-position: 0 -60px;
	display: none;
}


/* banner */

.library {
	width: 100%;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.library img {
	width: 100%;
	display: block;
}

.pagination {
	text-align: center;
	position: absolute;
	bottom: 2px;
	width: 100%;
	z-index: 5;
	height: 15px;
}

.swiper-pagination-switch {
	width: 6px;
	height: 6px;
	margin: 0 4px;
	border-radius: 50%;
	background: #FFF;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}

.swiper-active-switch {
	background: #3d97d6
}

.swiper-nav {
	height: 65px;
}

.swiper-nav span {
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-size: 0.3rem;
	font-weight:500;
	color: #0099ff;
}

.swiper-nav .active span {
	color: #fff;
	background:#0099ff;
}

.swiper-nav .active span::before {
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 196%;
	height: 3px;
	-webkit-transform: scale(0.5);
	-webkit-transform-origin: left top;
	transform: scale(0.5);
	transform-origin: left top;
	background: #0099ff;
}

/*naver*/

.nav {
	padding: .1rem 0.2rem 0.15rem;
	background-size: 100% 1px;

}

.cyNav li {
	width: 25%;
	float: left;
	margin: 8px 0px;
}

.nav li a {
	display: block;
	text-align: center;
}

.cyNav li .img {
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 48px;
	margin-bottom: 4px;
	border-radius: 50%;
}

.navBox{ padding:0 1rem; margin-bottom:-16px;}
.pullUp{ text-align:center; padding-bottom:10px;}

@media only screen and (min-width: 414px) {
	.cyNav li .img {
		width: 52px;
		height: 52px;
	}

}

.cyNav li p {
	font-size: .26rem;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cyNav2{
	height: 85px;
	background-size: 100% 1px;
	height:auto;
}
.cyNav2 li{
	padding: 0 0;
	float: left;
	width: 33.3333333%;
	height: 100%;
	background: -webkit-linear-gradient(left, #fef1e6 , #f0d1b3); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #fef1e6, #f0d1b3); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #fef1e6, #f0d1b3); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #fef1e6 , #f0d1b3); /* 标准的语法 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#fef1e6, endColorstr=#f0d1b3);
}
.cyNav2 li:lastof-type{
	border-right:0 none;
}
.cyNav2 li:first-child{
	border-top-left-radius: 6px;
}
.cyNav2 li:last-child{
	border-top-right-radius: 6px;
}
.cyNav2 li a{
	background: url(../images/fubg.png) right center no-repeat;
	background-size: 35px 65px ;
	background:none;
	padding-top:.16rem;
}
.cyNav2 li a{
	width: 100%;
	height: 100%;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	display:block;
	text-align:center;
}
.cyNav2 li div{
	overflow: hidden;
	width:100%;
}
.cyNav2 li div p:first-child{
	font-size: .3rem;
	font-weight: bold;
}
li a p.sfont{
	font-size: .18rem;
	color: #666;
	width: 100%;
	overflow: hidden;
	line-height:.4rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0.05rem;
}
.cyNav2 li img{
	width: 1.08rem;
	height:auto;
	margin-right: 7px;
}
.cyNav3{
	/*background: -webkit-linear-gradient(top, transparent 50%, #ebebeb 50%) center bottom no-repeat;*/
	background-size: 100% 1px;
}
.cyNav3 li{
	border-top: solid 1px #fff;
	padding: 0 0;
	float: left;
	width: 25%;
	/*background: -webkit-linear-gradient(right, transparent 50%, #ebebeb 50%) right center no-repeat; */
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	border-right: solid 1px #fff;
}
.cyNav3 li:first-child{
	background: #fdefe3;
	border-bottom-left-radius: 6px;
}
.cyNav3 li:nth-child(2){
	background: #fbeadc;
}
.cyNav3 li:nth-child(3){
	background: #f9e6d4;
}
.cyNav3 li:last-child{
	background: #f4dac1;
	border-bottom-right-radius: 6px;
	border-right: none;
}
.cyNav3 li a{
	display: block;
	text-align:center;
	padding-top:.2rem;
}
.cyNav3 li p.title{
	font-size: .3rem;
	line-height:.4rem;
}
.cyNav3 li img{
	width: 1.08rem;
	height: auto;
	display: inline-block;
	padding-top: .1rem;
}

.cyNav2_li li {
	width: 33.333333%;
	padding: .3rem 0 .36rem;
	position: relative;
	border-right: solid 1px #fff;
}

.cyNav2_li li a {
	display: -webkit-box;
}

.cyNav2_li li div {
	-webkit-box-flex: 1;
	padding-left: 0.2rem;
	text-align: left;
}

.cyNav2_li li:nth-child(2){
	background: #fdefe3;
}
.cyNav2_li li img {
	width: 1rem;
	height: 1rem;
	position: absolute;
	right: 0rem;
	top: 0.2rem;
	margin-right: 0;
}
.cyNav2_li li:last-child{
	border-right: none;
}

.cyNav4:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.cyNav4{
	margin: 0.2rem -0.1rem;
}
.cyNav4 li {
	width:50%;
	box-sizing: border-box;
	padding: 0 0.1rem;
	float: left;
}
.cyNav4 li a{
	display: block;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.cyNav4 li a img{
	width: 100%;
	vertical-align: top;
}

/*推荐*/

.news-item-bj {
	padding: 0.3rem;
	background: -webkit-linear-gradient(top, transparent 50%, #ebebeb 50%) center bottom no-repeat;
	background-size: 100% 1px;
}

.item-bj-tit {
	font-size: 17px;
	line-height: 1.3;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.item-bj-aside {
	font-size: 14px;
	line-height: 1.3;
	color: #999;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.16rem;
}

.news-item-bj .item-bj-imgs {
	margin-top: 0.2rem;
}

.news-item .img img {
	background-color: rgba(150, 150, 150, .1);
	height: 100%;
	display: block;
}

.item-bj-imgsA .img {
	position: relative;
	width: 100%;
	max-height: 3.9rem;
	overflow: hidden;
}

.item-bj-imgsA .img img {
	width: 100%;
}

.item-bj-imgsA .icon-video {
	width: 1rem;
	height: 1rem;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.5rem 0 0 -0.5rem;
	z-index: 9;
	background: url(../images/icons_new.png) no-repeat;
	background-position: 0 -0.14rem;
	background-size: 1rem auto;
}

.item-bj-imgsB .img {
	width: 50%;
	height: 1.92rem;
	padding-right: 0.14rem;
	overflow: hidden;
}

.item-bj-imgsB .img:last-child {
	padding-right: 0;
}

.item-bj-imgsB .img img {
	width: 100%;
}

.item-bj-imgsC .img {
	width: 33.33%;
	height: 2.2rem;
	padding-right: 0.14rem;
	overflow: hidden;
}

.item-bj-imgsC .img:last-child {
	padding-right: 0;
}

.item-bj-imgsC .img img {
	width: 100%;
}

.item-bj-tags {
	color: #b4b4b4;
	margin-top: 0.2rem;
	font-size: 0;
}

.item-bj-tags .tag {
	display: inline-block;
	vertical-align: middle;
	line-height: 12px;
	margin-right: 7px;
	font-size: 11px;
}

.item-bj-tags .tag-attr i {
	display: inline-block;
	font-size: 10px;
	line-height: 12px;
	padding: 0 5px;
	text-align: center;
	border-radius: 4px;
	background: #CCC;
	color: #FFF;
}

.item-bj-tags .tag-close {
	margin-right: 0;
	width: 20px;
	height: 12px;
	position: relative;
}

.item-bj-tags .tag-close i {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	top: -8px;
	z-index: 9;
}

.item-bj-tags .tag-close i::before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	background: url(../images/icons_new.png) no-repeat;
	background-position: 0 0;
	background-size: 50px auto;
	display: inline-block;
}

.news-item-xz {
	padding: 0.4rem 0.3rem;
	background: -webkit-linear-gradient(top, transparent 50%, #ebebeb 50%) center bottom no-repeat;
	background-size: 100% 1px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-moz-box-align: center;
}

.news-item-xz .item-bj-imgs {
	width: 1.72rem;
	height: 1.3rem;
}

.news-item-xz .item-bj-imgs img {
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 5px;
	background-color: rgba(150, 150, 150, .1);
}

.news-item-xz .txt-item {
	-webkit-box-flex: 1;
}

.news-item-xz .item-bj-aside {
	margin-top: 0;
	display: block;
	white-space: nowrap;
}

.news-item-xz .addGroup {
	width: 50px;
	height: 30px;
	display: inline-block;
	background: url(../images/btn_add.png) no-repeat;
	background-size: 50px auto;
	background-position: 0 0;
	margin-left: 20px;
	position: relative;
	margin-top: -2px;
}

.news-item-xz .addGroupC {
	background-position: 0 -30px;
}

.news-item-xz .addTopic {
	width: 50px;
	height: 30px;
	display: inline-block;
	background: url(../images/btn_collect.png) no-repeat;
	background-size: 50px auto;
	background-position: 0 0;
	margin-left: 20px;
	margin-top: -2px;
}

.news-item-xz .addTopicC {
	background-position: 0 -30px;
}

.news-item-xz .item-qk-imgs {
	width: 1.72rem;
	height: 1.52rem;
}

.news-item-xz .item-qk-imgs img {
	width: 1.2rem;
	height: 1.52rem;
	border-radius: 5px;
	background-color: rgba(150, 150, 150, .1);
}

. @media screen and (min-width: 212px) {
	html {
		font-size: 28.4px
	}
}

@media screen and (min-width: 319px) {
	html {
		font-size: 42.67px
	}
}

@media screen and (min-width: 359px) {
	html {
		font-size: 48px
	}
}

@media screen and (min-width: 374px) {
	html {
		font-size: 50px
	}
}

@media screen and (min-width: 383px) {
	html {
		font-size: 51.2px
	}
}

@media screen and (min-width: 399px) {
	html {
		font-size: 53.2px
	}
}

@media screen and (min-width: 414px) {
	html {
		font-size: 55.2px
	}
}

@media screen and (min-width: 423px) {
	html {
		font-size: 56.53px
	}
}

@media screen and (min-width: 479px) {
	html {
		font-size: 64px
	}
}

@media screen and (min-width: 539px) {
	html {
		font-size: 72px
	}
}

@media screen and (min-width: 639px) {
	html {
		font-size: 85.33px
	}
}

@media only screen and (min-width: 750px) {
	.wrapMax {
		width: 640px;
		margin: 0 auto;
	}
	.cyNav,
	.news-item-bj,
	.news-item-xz {
		background: none;
		border-bottom: 1px solid #EEE;
	}
}
/*culture-group*/
.culture-group{
	width: 100%;
	height: 2.77rem;
	border-bottom: 1px solid #eeeeee;
}
.culture-title{
	width: 100%;
	height: 0.9rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.culture-title span{
	height: 0.9rem;
	line-height: 0.9rem;
	font-size: 0.3rem;
	font-weight: 700;
	color:#999;
}
.culture-title img{
	width: 0.38rem;
	height: 0.38rem;
	margin-top: 0.26rem;
}
.culture-content{
	width: 100%;
	height: 1.75rem;
	overflow: hidden;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.culture-content .swiper-container{
	width: 100%;
	height: 100%;
}
.culture-content .swiper-slide{
	height: 1.45rem;
	position: relative;
	background: url(../images/banner2.jpg) no-repeat center center;
	background-size:cover; margin-right:0; padding-right:15px;
}
.culture-content .swiper-slide:last-of-type{
	padding-right:0;
}
.culture-content .swiper-slide .imgtitlediv{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.culture-content .swiper-slide img{
	width:100%;
	height:100%;
}
.culture-content .swiper-slide .swiper-title{
	width: 100%;
	height: 0.46rem;
	line-height: 0.46rem;
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-align: center;
	font-size: 0.26rem;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

/*banners*/
.slideBoximg{
	position:relative;
	overflow:hidden;
	max-width:640px;/* 设置焦点图最大宽度 */
}
.slideBoximg .hd{
	width:100%;
	position:absolute;
	height:28px;
	line-height:28px;
	text-align:center;
	bottom:0;
	right:0;
	z-index:1;
}
.slideBoximg .hd li{
	display:inline-block;
	width:.12rem;
	height:.12rem;
	-webkit-border-radius:.06rem;
	-moz-border-radius:.06rem;
	border-radius:.06rem;
	background:rgba(255,255,255,.5);
	text-indent:-9999px;
	overflow:hidden;
	margin:0 6px;
	border:1px solid rgba(255,255,255,.5);
}
.slideBoximg .hd li.on{
	background:rgba(200,6,14,.75);
	border:1px solid #c9060e;
}
.slideBoximg .bd{
	position:relative;
	z-index:0;
}
.slislideBoximgeBox .bd li{
	position:relative;
	text-align:center;
}
.slideBoximg .bd li img{
	vertical-align:top;
	width:100%;/* 图片宽度100%，达到自适应效果 */
}
.slideBoximg .bd li a{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}  /* 去掉链接触摸高亮 */

/*.fk{ 
	border:1px solid #0099ff !important; 
	border-radius:8px; 
	overflow:hidden; 
	margin:10px auto !important; 
	height:40px !important; 
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	-ms-box-sizing: border-box!important;
	box-sizing: border-box!important;
}*/
/*20181220 add*/
.cyNav li{ width:20%;}
/*.cyNav2{*/
/*border-bottom: .16rem solid #efeff4;*/
/*}*/
.cyNav3 li{ height:1.8rem;}
.cyNav3 li img{
	width:auto;
	height:.7rem;
	padding-top:.15rem;
}
.cyNav3 li p.title {
	line-height: .6rem;
}
.culture-title span{
	color:#333; font-weight:normal;
}
.navBox{
	padding:0 .3rem;margin: 0.1rem 0;
	border-bottom: solid 1px #eee;
}
.navBox  .swiper-wrapper{width:100%!important; display:block; text-align:center;}
.navBox .swiper-slide{width:auto; display:inline-block; border-bottom: solid 2px #dca26a;position: relative; bottom:-1px;}
.navBox .swiper-nav{ height:40px;overflow:visible;}
.navBox .swiper-nav span{ color:#999;}
.navBox .swiper-nav .active span {
	color: #079bff; background:none;
}
.navBox .swiper-nav .active span::before{background: #017ee5;top: initial;bottom: 0;}
.cynavbg{
	width:100%;
	padding: 0 0.2rem;
	/*background:url(../images/flower.png) center .7rem no-repeat;*/
	/*-o-background-size:100% auto;*/
	/*-ms-background-size:100% auto;*/
	/*-moz-background-size:100% auto;*/
	/*-webkit-background-size:100% auto;*/
	/*background-size:100% auto;*/
}