* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	font-size: 10px;
}

html, body, #wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#wrap {
	overflow-y: auto;
	font-size: 1.8rem;
	line-height: 2.4rem;
	background: url(//apicnrapp.cnr.cn/html/sddh2/static/img/new_bg.png) no-repeat;
	background-size: 100%;
	max-width: 980px;
	margin: auto;
	color: #292929;
}

#wrap>div {
	overflow-x: hidden;
	position: relative;
}

.banner{
	overflow-y: auto;
    font-size: 1.8rem;
    line-height: 2.4rem;
    background: url(//apicnrapp.cnr.cn/html/sddh2/img/logo1.0203d970.png) no-repeat;
    height: 14rem;
    background-size: 100%;
    max-width: 980px;
    margin: 2rem auto 0 auto;
    color: #292929;
    width: 33rem;
}

h2 {
	font-size: 2.4rem;
	position: relative;
	line-height: 1.8;
	color: #444;
	padding-left: 3rem;
	font-size: 2rem;
	letter-spacing: 1px;
}

.block h2 img {
	width: 1.8rem;
	height: 1.6rem;
	position: absolute;
	left: 0;
	top: 0.8rem;
	border-radius: 0;
	z-index: 1;
}

h2 span {
	float: right;
	padding-right: 3.4rem;
	font-size: 3.4rem;
	color: #a7a7a7;
	font-weight: normal;
	background: url(../img/more.png) no-repeat right center;
	background-size: auto 2.8rem;
}

h2 b {
	position: relative;
	background: url(../img/grey.png);
	background-size: auto 100%;
	padding: 0 0.8rem 0.6rem 2.4rem;
	left: -3rem;
}

.tags {
	background: #f5f5f5;
	padding: 0;
	height: 4.8rem;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	border-radius: 0;
	white-space: nowrap;
	padding-right: 4rem;
}

.tags>div, .tagFixed>div {
	position: relative;
	overflow-x: auto;
}

.tagFixed {
	position: fixed;
	left: 0px;
	top: 0;
	width: 100%;
	background: #f5f5f5;
	overflow: hidden;
	padding: 0;
	height: auto;
	overflow: hidden;
	border-radius: 1.5rem 1.5rem 0 0;
	z-index: 99;
	white-space: nowrap;
	padding-right: 4rem;
}

.tagFixed a, .tags a {
	padding: 1.2rem .6rem;
	margin: 0 .6rem;
	font-size: 1.5rem;
	color: #666;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	display: inline-block;
	height: 4.8rem;
}

.tagFixed a.act, .tags a.act {
	font-weight: bold;
	color: #333;
}

.tagFixed a.act:after, .tags a.act:after {
	content: "";
	width: calc(100% - 2rem);
	height: 2px;
	background: #a51828;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #a51828;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	border-radius: 2px;
}

.block>div.type1 {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	padding-bottom: 1.5rem;
}

.type1 img {
	width: 11rem;
	margin-left: 1.5rem;
	height: 7.4rem;
	object-fit: cover;
	object-position: center;
}

.type1 .left{
	flex: 1;
	-webkit-flex:1;
}

.type1 .left img {
	width: 17rem;
    margin-left: 0;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.type1 .right img {
	width: 17rem;
    margin-left: .2rem;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.block h3 {
	position: absolute;
	bottom: .3rem;
	font-size: 1.2rem;
	color: #6e6e6e;
	font-weight: 500;
}

.block p {
	flex: 1;
	-webkit-flex: 1;
}

.ad img, .block video {
	width: 100%;
	display: block;
}

.video {
	border-top: 1px solid #f5f5f5;
}

.video div {
	position: relative;
}

.video p {
	padding-bottom: .6rem;
}

.video span {
	width: 4rem;
	height: 4rem;
	position: absolute;
	left: 1.5rem;
	top: 63%;
	bottom: 0;
	margin: auto;
	background: url(../img/video1.png) no-repeat;
	background-size: 100% 100%;
}

.audioIcon {
	position: absolute;
	right: 1.5rem;
	bottom: 3.5rem;
	background: url(../img/audio.png) no-repeat center;
	background-size: 80% auto;
	width: 3rem;
	height: 3rem;
	opacity: 0.65;
}

.videoIcon {
	position: absolute;
	right: 1.5rem;
	bottom: 3.5rem;
	background: url(../img/video.png) no-repeat center;
	background-size: 80% auto;
	width: 3rem;
	height: 3rem;
	opacity: 0.65;
}

.more {
	height: 8rem;
	padding-bottom: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: 3.6rem;
}

.pull_icon {
	width: 0px;
	height: 0px;
	background-image: url(../img/pull.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	transition: all .5s;
}

.more span {
	padding-left: .5rem;
}

.topImg {
	width: 100%;
	position: relative
}

.topImg {
	position: relative
}

.topImg>img {
	height: 56.25vw;
	object-fit: cover;
	max-height: 551px;
}

.topImg h2 {
	color: #222;
	line-height: 1.4;
	padding: 0.6rem 0 0.6rem 4.4rem;
	margin-bottom: 0.4rem;
	font-weight: bold;
	background: url(../img/ztIcon.png) no-repeat left center;
	background-size: 3.6rem auto;
}

.topDesc {
	width: 100%;
	background: url(../img/topBg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 1rem 2.4rem;
	line-height: 1.4;
}

.topDesc p {
	color: #888;
	font-size: 1.4rem;
	background: #fff;
	border-radius: 1rem;
	padding: 1rem;
}

.topImg h2:before {
	width: 0
}

.lotsImg>div {
	display: flex;
	display: -webkit-flex;
	margin-top: 4px;
}

.lotsImg img {
	float: left;
	flex: 1;
	-webkit-flex: 1;
	overflow: hidden;
	height: 6.5rem;
}

.lotsImg img:nth-of-type(2) {
	margin: 0 5px;
}

.lotsImg2>div {
	position: relative;
}

.lotsImg2 img:nth-of-type(1) {
	width: 61%;
	height: 13rem;
	display: block;
}

.lotsImg2 img:nth-of-type(2) {
	width: 34%;
	position: absolute;
	right: 0;
	top: 0;
	height: 6.2rem;
}

.lotsImg2 img:nth-of-type(3) {
	width: 34%;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 6.2rem;
}

.block {
	width: 90%;
	margin: auto;
}

.block>div {
	line-height: 1.6;
	padding: 2rem 0rem;
	border-bottom: 1px solid #f5f5f5
}

.block>div>p {
	margin-bottom: 1rem;
	line-height: 2.4rem;
	word-break: break-all;
	word-wrap: break-word;
}

.txt img, .bigImg img {
	width: 100%;
}

.block>div.txt>p {
	margin-bottom: 0;
}

.bigImg p {
	line-height: 1.6;
	padding: 0;
}

.titBlock {
	margin-top: 3.5rem;
}

.loadingPage {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	text-align: center;
	padding-top: 49vh;
}

.loadingPage span {
	display: inline-block;
	vertical-align: middle;
	width: .6em;
	height: .6em;
	margin: .19em;
	background: #007DB6;
	border-radius: .6em;
	animation: loading 1s infinite alternate;
}

.loadingPage span:nth-of-type(2) {
	background: #008FB2;
	animation-delay: 0.2s;
}

.loadingPage span:nth-of-type(3) {
	background: #009B9E;
	animation-delay: 0.4s;
}

.loadingPage span:nth-of-type(4) {
	background: #00A77D;
	animation-delay: 0.6s;
}

.loadingPage span:nth-of-type(5) {
	background: #00B247;
	animation-delay: 0.8s;
}

.loadingPage span:nth-of-type(6) {
	background: #5AB027;
	animation-delay: 1.0s;
}

.loadingPage span:nth-of-type(7) {
	background: #A0B61E;
	animation-delay: 1.2s;
}

.block img, .block video {
	border-radius: 8px;
	display: block;
}

.tagFixed svg, .tags svg {
	position: absolute;
	right: 1rem;
	top: 0.8rem;
	text-align: center;
	padding: .7rem .7rem;
}

.openTags {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9;
	bottom: 0;
	height: 100%;
}

.openTags>div {
	padding: 1rem;
	overflow: hidden;
	background: #ededed;
	box-shadow: 0 0px 2px 2px #959595;
}

.openTags h6 {
	font-size: 1.6rem;
	text-align: center;
	line-height: 4rem;
	color: #999;
	padding: 0 2rem;
	margin-bottom: 6px;
}

.openTags h6 b {
	float: right;
	font-size: 20px;
	font-weight: normal;
}

.openTags a {
	width: 46%;
	margin: 0px 2% 10px;
	height: 3.6rem;
	line-height: 3.8rem;
	text-align: center;
	float: left;
	background: #fff;
	border-radius: 18px;
	color: #292929;
	font-size: 1.5rem;
}

.openTags a.act {
	background: #777;
	color: #fff;
}

.openmore {
	width: 98%;
	text-align: center;
	line-height: 4rem;
	font-size: 1.4rem;
	margin: auto;
	color: #666;
}


.block>div {
	position: relative;
	padding-bottom: 3.5rem;
}

#wrap .from {
	font-size: 1.2rem;
	position: absolute;
	left: 0;
	bottom: .6rem;
	color: #999;
}

@keyframes loading {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


@media only screen and (min-width: 600px) {
	html {
		font-size: 16px;
	}

	body {
		overflow-y: auto;
	}

	#wrap {
		height: auto;
		font-size: 26px;
		line-height: 1.8;
	}

}

.offline {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	padding: 20% 0 0;
	z-index: 999;
}

.offline img {
	display: block;
	margin: 3rem auto 0;
	position: relative;
	left: .8rem;
	width: 30vw;
}

.offline span {
	padding: 0.5rem 2.8rem;
	border-radius: 2rem;
	border: 1px solid #ccc;
}

.first {
	position: relative;
	height: 22.5rem;
	border-bottom: none !important;
}

.first .swiper-pagination {
	position: absolute;
	z-index: 20;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.first .swiper-pagination-bullet {
	display: inline-block;
	width: 3rem;
	height: .5rem;
	border-radius: 0.10667rem;
	background: #c5c5c5;
	margin: 0 0.16667rem;
	cursor: pointer;
	opacity: 1;
	border-radius: .5rem;
}

.first .swiper-pagination-bullet-active {
	background: #d52005;
}

.first .swiper-container {
	width: 100%;
	overflow: visible;
	margin: 0 auto;
	left: 0.26667rem;
	padding: 0 4rem;
}

.first .swiper-container .swiper-slide {
	position: relative;
	padding: 0 1rem;
}

.first .swiper-container .swiper-slide img {
	width: 100%;
    height: 17.1rem;
    border-radius: 1rem;
    object-fit: cover;
}

.first .swiper-container .swiper-slide p {
	position: absolute;
    left: 0;
    bottom: 0.1rem;
    height: 3.6rem;
    line-height: 4rem;
    width: 93%;
    overflow: hidden;
    font-size: 1.47rem;
	color: #fff;
	font-weight: 500;
	background: url(//www.cnr.cn/tj/rdzht/jzt/ydd/img/wrap.png) no-repeat;
	background-size: 100%;
	margin: 0 1rem;
	z-index: 999;
	border-radius: 0 0 1rem 1rem;
}

.second .swiper-container {
	margin: 0 auto;
	padding-left: 0.2rem;
	padding-bottom: 0.3rem;
}

.second .swiper-container .swiper-slide {
	width: 20.6rem;
	position: relative;
	border-radius: 0.1333rem;
}

.second .swiper-container .swiper-slide img {
	width: 100%;
	height: 11.90667rem;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: .5rem;
	object-fit: cover;
}

.second .swiper-container .swiper-slide p {
	font-size: 1.47rem;
	color: #000;
	line-height: 1.8rem;
	text-align: left;
	display: block;
}

.second h4 {
	border-left-style: solid;
	border-color: red;
	padding-left: 0.8rem;
	height: 2.6rem;
	margin-bottom: 1rem;
}

.block .second {
	padding-bottom: 2rem;
}

.third .swiper-container {
	margin: 0 auto;
	padding-left: 0.2rem;
	padding-bottom: 0.3rem;
}

.third .swiper-container .swiper-slide {
	width: 9.5rem;
	position: relative;
	border-radius: 0.1333rem;
}

.third .swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: .5rem;
}

.third .swiper-container .swiper-slide p {
	font-size: 1.47rem;
	color: #000;
	line-height: 1.8rem;
	text-align: left;
	display: block;
}

.third h4 {
	border-left-style: solid;
	border-color: red;
	padding-left: 0.8rem;
	height: 2.6rem;
	margin-bottom: 1rem;
}

.block .third {
	padding-bottom: 2rem;
}

.four h4:first-child {
	text-align: center;
}

.hj_nav p {
	float: left;
    margin: 2% 1.6%;
    background: url(../img/group.png) no-repeat;
    background-size: 100%;
	width: 30%;
    height: 8.1rem;
    color: #fff;
    text-align: center;
    line-height: 5.6rem !important;
    font-size: 1.6rem;
	opacity: .5;
}
.clear {
	clear: both;
}

.hj_nav p.select {
	color: #fff;
	font-weight: 600;
	opacity: 1;
}

.four .swiper-container {
	margin: 0 auto;
	padding-left: 0.2rem;
	padding-bottom: 0.3rem;
}

.four .swiper-container .swiper-slide {
	width: 9.5rem;
	position: relative;
	border-radius: 0.1333rem;
}

.four .swiper-container .swiper-slide img {
	width: 100%;
    height: 40vw;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 0.5rem;
    object-fit: cover;
}

.four .swiper-container .swiper-slide p {
	font-size: 1.47rem;
	color: #292929;
	line-height: 1.8rem;
	text-align: left;
	display: block;
	background: none;
	text-align: center;
	opacity: 1;
	margin: 0;
	width: 100%;
	height: 5.1rem;
}

.hj_nav h4 {
	text-align: center;
    background: url(../img/t1.png) no-repeat;
    background-size: 100%;
    width: 60%;
    height: 7.5rem;
	margin: 11rem auto 1rem auto;
}

.hj_nav{
	background: #f6fafd url(../img/bg1.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
	padding-bottom: 1.5rem;
}

.hj_nav i{
	background: #f6fafd url(../img/t2.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 6rem;
	padding-bottom: 1.5rem;
	display: block;
}

.hj_nav h5 {
	color: #c39350;
	float: right;
	display: block;
	font-size: 1.2rem;
	padding-right: 2%;
}

.fullwidth {
	width: 100%;
  }