
/* 媒介宽度最小641px*/
@media only screen and (min-width:641px) {
	body {
	background: #f3f3f3 !important;
}
video {
	width: 100%;
	height: auto;
	max-height: 400px;
	margin-top: 20px;
}
img {
	width: auto !important;
}
.opencontent {
	text-align: center;
}
.intro-pic img {
	height: 500px;
}
.intro-thought {
	background: #f1f1f1;
}
.topicCon{
  top: 8rem;
}
.topicConScroll {
  width: 640px;
  margin: 0 auto;
}
.page-news .part-news, .page-photos .part-news, .page-news .part-photos, .page-photos .part-photos {
	padding: 10px 20px!important;
	width: 640px;
	margin: 0 auto !important;
	background: #fff;
}
.part-recommend {
	padding: 10px 20px !important;
	width: 640px;
	margin: 0 auto !important;
	margin-top: .6rem;
	background: #fff;
}
.section {
	padding-top: 20px;
}
.oneImgRight {
	margin: 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.oneImgRight .title {
	margin-bottom: 20px;
	font-size: 24px;
}
.oneImgRight img {
	border-radius:10px;
	width: 100% !important;
}
.oneImgRight .notes-2{ margin-top:10px; margin-right:10px; color:#999;}
.openblock {
	display: none !important;
}


}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, select, input, textarea, button, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
	overflow: hidden;
}
img {
	vertical-align: middle;
}
ul ol {
	list-style: none;
}
li {
	list-style: none;
}
q:before, q:after {
	content: '';
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
select, input, button, textarea {
	outline: none;
	border: none;
	background-color: transparent;
}
/* 使表单元素能继承父级字体大小*/
	a, button, input, select, label, textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
strong {
	font-weight: bold;
}
body {
	font-size: 0.3rem;
	color: #323232;
	background-color: #fff;
	font-family: "sans-serif","PingFang-SC", "Microsoft Yahei"!important;
}
a {
	text-decoration: none;
	color: inherit;
}
b {
	font-weight: 600;
}
input {
	height: .4rem;
	line-height: .4rem;
}
body {
	-webkit-text-size-adjust: 100%!important;
}
/* public*/
	.fl {
	float: left;
}
.fr {
	float: right;
}
.clf {
	*zoom: 1;
}
.clf:after {
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.hidden {
	display: none;
}
.animated.fast {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
.hide {
	visibility: hidden;
}
.page {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
/**弹层****/
	.layer {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1988;
	background-color: rgba(0, 0, 0, 0.7);
}
/****小提示弹层样式*/
	.layer.layer-minitip {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1988;
	background: transparent;
}
.layer.layer-minitip .wrap {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	text-align: center;
}
.layer.layer-minitip .textwrap {
	display: inline-block;
	min-width: 3rem;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.7);
	padding: .2rem;
	color: #fff;
	max-width: 80%;
}
.layer.layer-minitip h3 {
	font-size: .34rem;
	width: 100%;
}
.layer.layer-minitip p {
	font-size: .26rem;
	width: 100%;
}
/****loading样式*/
	.layer.layer-loading {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.layer.layer-loading .wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 4rem;
	height: 4rem;
	margin-left: -2rem;
	margin-top: -2rem;
	text-align: center;
}
.layer.layer-loading .wrap .loading {
	width: 1.5rem;
}
.layer.layer-loading .wrap .text {
	color: #fff;
	font-size: .3rem;
	margin: .2rem auto;
}