@charset "utf-8";
/* ---------reset--------- */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
			box-sizing: border-box;
}
body {
	font-size: 17px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
}
address, cite, dfn, em, var { 
	font-style: normal; 
} 
/* -------全局设置-------- */
/* 清理浮动 */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
h3 {
	font-size: 17px;
	line-height: 36px;
	font-weight: 600;
}
.content {
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	line-height: 27px;
}
.visible {
	display: block;
}
/* header部分 */
#header .logo {
	width: 100%;
	height: 81px;
	line-height: 81px;
}
#header .logo .container {
	max-width: 1260px;
	height: 81px;
	line-height: 81px;
	margin: 0 auto;
}
#header .logo img {
	float: left;
	vertical-align: middle;
}
#header .logo .search {
	float: right;
}
#header .logo .search input[type='text'] {
	width: 175px;
	height: 20px;
	padding-left: 8px;
	border: 1px solid #cacaca;
	border-radius: 3px;
	vertical-align: middle;
	font-size: 11px;
}
#header .logo .search input[type='button'] {
	width: 20px;
	height: 20px;
	border: 1px solid #cacaca;
	border-radius: 3px;
	cursor: pointer;
	vertical-align: middle;
}
#header .logo .search input[type="submit"] {
	border: 1px solid #cacaca;
	border-radius: 3px;
	cursor: pointer;
	height: 20px;
	vertical-align: middle;
	width: 20px;
}
#header .nav {
	width: 100%;
	height: 56px;
	margin: 0 auto;
	line-height: 56px;
}
#header .container {
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
#header .nav li {
	float: left;
	width: 12.2%;
	text-align: center;
	font-size: 20px;
}
#header .nav a {
	display: block;
	color: #fff;
}
.banner {
	max-width: 1260px;
	margin: 0 auto;
	/*border-bottom: 3px solid #910000;*/
	background-color: #0e0500;
}
.nav_mobile {
	display: none;
}
/* footer部分 */
/* #footer {
	width: 100%;
	height: 125px;
	margin: 0 auto;
	padding-top: 35px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: #900600;
}
#footer a {
	color: #fff;
}
#footer .beian {
	margin-top: 20px;
} */
/* main部分 */
#main .container {
	max-width: 1260px;
	margin: 0 auto;
} 
/* 悬浮导航条 */
#main .nav-vertical {
	position: fixed;
	top: 680px;
	left: 323px;
	z-index: 999;
	width: 125px;
	height: 147px;
	padding-left: 12px;
	border-left: 1px solid #910000;
	font-size: 18px;
	line-height: 36px;
}
#main .nav-vertical li {
	padding-left: 5px;
}
#main #dot1 {
	position: absolute;
	left: -5px;
	top: -9px;
}
#main #dot2 {
	position: absolute;
	left: -5px;
	bottom: -9px;
}
#main #dot3 {
	position: absolute;
	left: -4px;
}
#on a {
	color: #910000;
}
#main .evaluate-mobile {
	padding: 25px 8px 0;
}
#main .evaluate-mobile .title {
	margin-bottom: 10px;
}
#evaluate1-mobile {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#evaluate2-mobile,
#evaluate3-mobile {
	width: 49%;
}
#evaluate2-mobile {
	float: left;
}
#evaluate3-mobile {
	float: right;
	margin-bottom: 8px;
}
#evaluate4-mobile,
#evaluate5-mobile {
	margin-top: 8px;
}
#evaluate5-mobile {
	margin-bottom: 8px;
}
/* ------index.html------- */
#main .bg-color {
	width: 100%;
	background-color: #f2f3f7;
}
#main .intro {
	float: right;
	max-width: 940px;
	margin-right: 75px;
	background-color: #fff;
}
#main .intro .title {
	padding-top: 35px;
	margin-bottom: 10px;
}
#main .intro p {
	line-height: 36px;
	text-indent: 2em;
}
#main .more,
#main .intro-4 .intro-more {
	display: block;
	margin: 40px auto;
	width: 133px;
	height: 42px;
	background-color: #910000;
	color: #fff;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
}
#main .intro-4 .intro-more {
	margin-top: 65px;
	height: 38px;
	line-height: 38px;
}
#main .exper {
	float: right;
	max-width: 940px;
	margin-right: 75px;
	padding-top: 70px;
}
#main .exper .title img {
	padding-bottom: 15px;
}
#main .exper .exper-list {
	max-width: 940px;
	height: 261px;
	margin: 0 auto;
	margin-bottom: 110px;
}
#main .exper .exper-list-1 {
	margin-bottom: 22px;
}
#main .exper .exper-box {
	float: left;
	width: 300px;
	height: 258px;
	margin-left: 20px;
	border-bottom: 3px solid #910000;
	background-color: #dce0e6;
}
#main .exper-box p {
	padding: 2px 6px;
	font-size: 16px;
	line-height: 22px;
}
#main .exper-list .exper-box:first-child {
	margin-left: 0;
}
#main .button-dot {
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
}
#main .button-dot a {
	display: inline-block;
}
#main .report {
	float: right;
	max-width: 940px;
	margin: 55px auto 0;
	margin-right: 75px;
}
#main .report .title {
	margin-bottom: 15px;
}
#main .report .report-new {
	max-width: 940px;
	height: 278px;
	background-color: #f1f4f6;
}
#main .report-new img {
	float: left;
}
#main .report .report-right {
	float: right;
	width: 525px;
	box-sizing: border-box;
	padding-top: 25px;
	padding-left: 25px;
}
#main .report-new .time-new {
	margin-top: 50px;
} 
#main .report .report-list {
	padding-left: 20px;
	margin-top: 10px;
	list-style-type: disc;
	color: #910000;
}
#main .report .report-list .list-time {
	color: #333;
	float: right;
}
#main .report-more {
	margin-top: 50px;
}
#main .evaluate {
	position: relative;
	float: right;
	width: 940px;
	height: 830px;
	margin-right: 75px;
	padding-top: 35px;
	text-align: center;
}
#main .evaluate .title {
	margin-bottom: 10px;
}
#main .evaluate img {
	cursor: pointer;
}
#main #evaluate1 {
	position: absolute;
	left: 0;
	top: 130px;
}
#main #evaluate2 {
	position: absolute;
	right: 0;
	top: 140px;
}
#main #evaluate3 {
	position: absolute;
	left: 0;
	top: 140px;
}
#main #evaluate4 {
	position: absolute;
	left: 0;
	top: 485px;
}
#main #evaluate5 {
	position: absolute;
	right: 0;
	top: 485px;
}
#main .exper-video {
	margin-bottom: 20px;
}
#main .exper-video video {
	float: left;
	width: 620px;
	height: 380px;
	background-color: #f2f3f7;
}
#main .exper-video img {
	float: left;
	margin-left: 20px;
}
/* ------zhaozhiquan_intro.html------ */
#main .intro-1,
#main .intro-2,
#main .intro-3,
#main .intro-4 {
	/* float: right; */
	/* max-width: 940px; */
	/* margin-right: 160px; */
	font-size: 18px;
}
#main .intro-1 {
	margin: 50px auto 40px;
	/* margin-right: 160px; */
}
#main .intro-1 p {
	text-indent: 2em;
}
#main .intro-1 p,
#main .intro-2 p,
#main .intro-3 p {
	line-height: 36px;
}
#main .intro-2 .title {
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #636262;
}
#main .intro-2 .title h2,
#main .intro-3 .title h2 {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 28px;
	font-weight: 300;
	color: #910000;
	border-bottom: 3px solid #910000;
}
#main .intro-3 .title {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #636262;
}
#main .intro-3 .timeline {
	float: left;
}
#main .intro-3 .glory {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#main .intro-3 .glory-time {
	font-weight: 600;
	padding-left: 5px;
	margin-top: 8px;
	border-left: 2px solid #ccc;
}
#main .intro-4 {
	margin-top: 15px;
}
#main .intro-4 .title {
	margin-bottom: 20px;
}
#main .intro-4 .research-box {
	margin-bottom: 45px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.research-img,
.research-cert {
	display: inline-block;
	vertical-align: middle;
}
#main .intro-4 .research-box .research-img-box {
	float: left;
	width: 460px;
}
#main .intro-4 .research-box .research-img {
	width: 310px;
	height: auto;
}
#main .intro-4 .research-box .research-cert {
	width: 140px;
	height: auto;
}
#main .intro-4 .research-box .content {
	float: right;
	width: 460px;
	padding-top: 15px;
}
#main .intro-4 .content h3 {
	color: #910000;
}
#main .intro-4 .content p {
	font-size: 14px;
}
#main .intro-4 .content .research-more {
	display: inline-block;
	width: 90px;
	height: 30px;
	margin-top: 65px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #910000;
}
/* -----company_intro.html----- */
#main .com-intro,
#main .com-img {
	float: right;
	max-width: 940px;
	margin-right: 75px;
}
#main .com-intro {
	padding-top: 55px;
}
#main .com-intro p {
	font-size: 17px;
	line-height: 36px;
	text-indent: 2em;
}
#main .com-img {
	margin-top: 30px;
}
#main .com-img .com-img-1 {
	float: left;
	margin-right: 10px;
}
#main .com-img .com-img-2 {
	float: right;
}
/* -----company_culture.html----- */
#main .com-culture {
	float: right;
	max-width: 940px;
	margin-right: 75px;
}
#main .com-culture .logo-big {
	float: left;
	margin-left: 60px;
	margin-top: 215px;
}
#main .com-culture .content-culture {
	float: left;
	margin-left: 110px;
}
#main .com-culture .content-culture h2 {
	margin-top: 40px;
	font-size: 25px;
	line-height: 36px;
	font-weight: 400;
}
#main .com-culture .content-culture p {
	font-size: 17px;
	line-height: 36px;
}
/* -----contact.html----- */
#main .contact-info {
	float: right;
	max-width: 940px;
	margin-right: 75px;
}
#main .contact-info:last-child {
	margin-bottom: 200px;
}
#main .contact-info .address h3{
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 18px;
}
#main .contact-info .address p {
	font-size: 16px;
	line-height: 32px;
}
#main .contact-info .address {
	float: left;
	width: 423px;
	margin-top: 89px;
}
#main .contact-info  img {
	float: left;
	margin-top: 33px;
	margin-left: 60px;
	margin-bottom: 39px;
}
#main .contact-info .line {
	float: left;
	width: 100%;
	height: 1px;
	background-color: #acaca7;
}
/* -----society.html----- */
.society {
	padding-top: 30px;
}
#main .love-list {
	max-width: 1260px;
	margin: 50px auto 0 auto;
}
#main .love-item {
	height: 236px;
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #acaca7;
}
#main .love-list .love-item img {
	float: left;
	width: 380px;
	height: 215px;
} 
#main .love-item .love-content {
	float: left;
	position: relative;
	height: 215px;
	width: 836px;
	margin-left: 35px;
}
#main .love-item .love-content h3 {
	margin-bottom: 13px;
	font-weight: 600;
}
#main .love-item .love-content p {
	font-size: 16px;
	line-height: 27px;
	color: #6b6b6b;
}
#main .love-item .love-content .time {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 15px;
	color: #6b6b6b;
}
#main .pages {
	width: 100%;
	height: 45px;
	margin-top: 40px;
	margin-bottom: 50px;
	text-align: center;
	vertical-align: middle;
}
#main .pages .page {
	margin: 0 4px;
}
#main .pages img {
	vertical-align: middle;
}
/* -----society_detail.html----- */
#main .love-detail {
	min-height: 1000px;
	padding-top: 30px;
}
#main .love-detail h3 {
	margin-bottom: 25px;
	font-weight: 700;
	letter-spacing: 3px;
	text-align: center;
}
#main .love-detail p {
	text-indent: 2em;
	font-size: 17px;
	line-height: 36px;
}
#main .love-detail img {
	display: inline-block;
	max-width: 640px;
	vertical-align: bottom;
	margin-left: -2em;
}
/* -----parise01.html----- */
#main .praise-content {
	float: right;
	max-width: 1080px;
	margin-right: 25px;
	margin-top: 65px;
	margin-bottom: 200px;
}
#main .praise-content h2 {
	font-size: 25px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 3px;
}
#main .praise-content .subtitle {
	color: #78777c;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 15px;
}
#main .praise-content img {
	float: left;
	margin-right: 18px;
}
#main .praise-content p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
}
/* ---------关于鲁南--------- */
#main .com-culture .culture-title h3{
	margin-top: 66px;
	text-align: center;
	font-size: 30px;
	color: #910000;
	font-weight: 400;
}
#main .com-culture .culture-content {
	margin-top: 30px;
	font-size: 17px;
	text-indent: 2em;
	line-height: 36px;
}
#main .com-culture .img-box {
	margin-top: 30px;
}
#main .com-culture .img-box img {
	display: block;
	width: 920px;
	margin: 0 auto;
}
#main .love-list .love-title {
	float: right;
	margin-right: 75px;
	margin-bottom: 20px;
}
#main .love-list .love-title h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #910000;
}
/* 分页样式 */
#main .pages a, 
#main .pages span {
	display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    border: 1px solid #ddd;
}
#main .pages .current {
	background-color: #910000;
    color: #fff;
}
/* 返回顶部按钮 */
#go-top {
	position: fixed; 
	width: 55px; 
	height: 55px; 
	bottom: 60px; 
	right: 15px; 
	z-index: 9999; 
	background-color: rgba(0, 0, 0, .3); 
	text-align: center; 
	line-height: 55px; 
	border-radius: 5px; 
	display: none;
}
/* -----媒体查询----- */
/* lg: PC桌面端 */
@media (min-width: 1200px) {
	.visible-sm {
		display: none;
	}
}
/* md: 老旧的PC桌面端 */
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-sm {
		display: none;
	}
}
/* sm: iPad等平板端 */
@media (min-width: 768px) and (max-width: 991px) {
	body {
		font-size: 14px;
	}
	.visible-sm {
		display: block;
	}
	.hidden-sm {
		display: none;
	}
	#header .logo,
	#header .logo .container {
		height: 45px;
		line-height: 45px;
	}
	#header .logo img {
		height: 45px;
		margin-left: 7px;
	}
	#header .logo .more_mobile {
		float: right;
		width: 30px;
		height: 30px;
		margin: 7px;
	}
	#header .nav_mobile {
		width: 100%;
		background-color: #242A2F;
	}
	#header .nav_mobile a {
		display: block;
		padding-left: 20px;
		color: #ddd;
	}
	#header .nav_mobile .on_mobile {
		background-color: #363C41;
	}
	#header .nav_mobile li {
		height: 40px;
		line-height: 40px;
	}
	#main .intro {
		margin: 0 15px;
		height: auto;
	}
	#main .exper {
		margin-right: 0;
	}
	#main .exper .exper-list-1 {
		margin-bottom: 0;
	}
	#main .exper-list .exper-box:first-child {
		margin-left: 10px;
	}
	#main .exper .exper-box {
		width: 46%;
		height: 225px;
		margin-left: 10px;
		margin-bottom: 10px;
		border-bottom: none;
	}
	#main .report {
		height: auto;
		margin-right: 0;
		margin-top: 0;
		padding:0 8px;
	}
	#main .report-new img {
		width: 40%;
	}
	#main .report .report-right {
		width: 56%;
		padding: 0;
	}
	#main .intro p {
		line-height: 25px;
	}
	#main .report .title {
		margin-top: 40px;
	}
	#main .exper-box p {
		font-size: 12px;
	}
	.content {
		font-size: 12px;
		line-height: 20px;
	    /* 多行文本溢出显示省略号 */
	    overflow : hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
	#main .report .report-new {
		height: 210px;
	}
	#main .report-new .time-new {
		display: none;
	}
	#main .report-new .report-right h3 {
		line-height: 20px;
		font-size: 15px;
		/* 多行文本溢出显示省略号 */
		overflow : hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	#main .report .report-list h3 {
		font-size: 12px;
		line-height: 25px;
	}
	#footer {
		height: 100px;
		padding-top: 25px;
		font-size: 12px;
	}
	#main .intro-1,
	#main .intro-2,
	#main .intro-3 {
		margin-right: 0;
		padding: 10px;
	}
	#main .intro-1 {
		margin-top: 10px;
	}
	#main .intro-1 p,
	#main .intro-2 p,
	#main .intro-3 p {
		line-height: 30px;
	}
	#main .com-intro,
	#main .com-img {
		margin-right: 0;
		padding: 10px;
	}
	#main .com-intro p {
		font-size: 14px;
		line-height: 25px;
	}
	#main .com-img .com-img-2 {
		margin-top: 10px;
	}
	#main .com-culture {
		float: none;
		height: 600px;
		margin-right: 0;
		padding: 10px;
	}
	#main .com-culture .content-culture h2 {
		margin-top: 20px;
		font-size: 18px;
	}
	#main .com-culture .content-culture p {
		font-size: 14px;
	}
	#main .com-culture .content-culture {
		margin-left: 0;
	}
	#main .love-item {
		height: auto;
		margin-right: 0;
	}
	#main .love-list .love-item img {
		width: 40%;
		height: auto;
	}
	#main .love-item .love-content {
		float: right;
		width: 55%;
		height: auto;
		margin-left: 0;
	}
	#main .love-item .love-content h3 {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px;
		/* 多行文本溢出显示省略号 */
		overflow : hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	#main .love-item .love-content p {
		font-size: 12px;
		line-height: 20px;
		/* 多行文本溢出显示省略号 */
		overflow : hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
	.society {
		padding-top: 0;
	}
	#main .love-list {
		padding: 15px 10px;
	}
	#main .contact-info {
		float: left;
		width: 98%;
		margin-right: 0;
		padding: 10px;
	}
	#main .contact-info .address {
		margin-top: 20px;
		width: 99%;
	}
	#main .contact-info .address h3 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	#main .contact-info .address p {
		font-size: 12px;
		line-height: 20px;
	}
	#main .praise-content {
		margin: 20px 0;
		padding: 0 10px;
	}
	#main .praise-content h2 {
		font-size: 20px;
		line-height: 25px;
	}
	#main .praise-content .subtitle {
		font-size: 14px;
		margin-bottom: 0;
	}
	#main .praise-content p {
		font-size: 14px;
	}
	#main .love-detail {
		float: none;
		margin-right: 0;
		padding: 10px;
	}
	#main .love-detail h3 {
		margin-bottom: 10px;
		font-size: 16px;
		letter-spacing: 1px;
	}
	#main .love-detail p {
		font-size: 14px;
		line-height: 30px;
	}
	#main .love-detail img {
		width: 60%;
		margin-top: 20px;
	}
	#main .com-img {
		margin: 0;
	}
	#main .love-detail {
		min-height: 600px;
	}
	#main .contact-info:last-child {
		margin-bottom: 50px;
	}
	#main .exper .title {
		padding: 0 10px;
	}
	#main .exper .exper-video {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	#main .exper-video video {
		width: 100%;
		height: auto;
		padding-top: 0;
	}
	#main .exper-video img {
		display: none;
	}
	#main .com-culture .culture-content {
		font-size: 14px;
		line-height: 25px;
	}
	#main .com-culture .culture-title h3,
	#main .love-list .love-title h3 {
		font-size: 18px;
	}
	#main .com-culture .culture-content {
		margin-top: 15px;
	}
	#main .love-list {
		margin-top: 0;
	}
	#main .love-list .love-title {
		margin: 0;
	}
	#main .pages {
		margin: 0;
	}
	#main .exper .exper-list {
		height: auto;
	}
	#main .intro-4 .research-box .research-img-box {
		width: 42%;
	}
	#main .intro-4 .research-box .research-img {
		width: 100%;
	}
	#main .intro-4 .research-box .content {
		width: 56%;
		padding-top: 0;
	}
	#main .intro-4 .content h3 {
		font-size: 14px;
	}
	#main .intro-4 .content p {
		font-size: 12px;
	}
	#main .intro-4 .content .research-more {
		margin-top: 45px;
		font-size: 12px;
	}
	#main .intro-4 .intro-more {
		margin-top: 35px;
	}
	#go-top {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}
/* xs: 高分辨率移动端 */
@media (min-width: 480px) and (max-width: 757px) {
	body {
		font-size: 14px;
	}
	.visible-sm {
		display: block;
	}
	.hidden-sm {
		display: none;
	}
	#header .logo,
	#header .logo .container {
		height: 45px;
		line-height: 45px;
	}
	#header .logo img {
		height: 45px;
		margin-left: 8px;
	}
	#header .logo .more_mobile {
		float: right;
		width: 30px;
		height: 30px;
		margin: 7px;
	}
	#header .nav_mobile {
		width: 100%;
		background-color: #242A2F;
	}
	#header .nav_mobile a {
		display: block;
		padding-left: 20px;
		color: #ddd;
	}
	#header .nav_mobile .on_mobile {
		background-color: #363C41;
	}
	#header .nav_mobile li {
		height: 40px;
		line-height: 40px;
	}
	#main .intro {
		margin: 0 15px;
		height: auto;
	}
	#main .exper {
		margin-right: 0;
	}
	#main .exper .exper-list-1 {
		margin-bottom: 0;
	}
	#main .exper-list .exper-box:first-child {
		margin-left: 10px;
	}
	#main .exper .exper-box {
		width: 46%;
		height: 225px;
		margin-left: 10px;
		margin-bottom: 10px;
		border-bottom: none;
	}
	#main .report {
		height: auto;
		padding: 0 8px;
		margin-top: 0;
		margin-right: 0;
	}
	#main .report-new img {
		width: 40%;
	}
	#main .report .report-right {
		width: 56%;
		padding: 0;
	}
	#main .intro p {
		line-height: 25px;
	}
	#main .report .title {
		margin-top: 40px;
	}
	#main .exper-box p {
		font-size: 12px;
	}
	.content {
		font-size: 12px;
		line-height: 20px;
	    /* 多行文本溢出显示省略号 */
	    overflow : hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
	#main .report .report-new {
		height: 140px;
	}
	#main .report-new .time-new {
		display: none;
	}
	#main .report-new .report-right h3 {
		line-height: 20px;
		font-size: 15px;
		/* 多行文本溢出显示省略号 */
		overflow : hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	#main .report .report-list h3 {
		font-size: 12px;
		line-height: 25px;
	}
	#footer {
		height: 100px;
		padding-top: 25px;
		font-size: 12px;
	}
	#main .intro-1,
	#main .intro-2,
	#main .intro-3 {
		margin-right: 0;
		padding: 10px;
	}
	#main .intro-1 {
		margin-top: 10px;
	}
	#main .intro-1 p,
	#main .intro-2 p,
	#main .intro-3 p {
		line-height: 30px;
	}
	#main .com-intro,
	#main .com-img {
		margin-right: 0;
		padding: 10px;
	}
	#main .com-intro p {
		font-size: 14px;
		line-height: 25px;
	}
	#main .com-img .com-img-2 {
		margin-top: 10px;
	}
	#main .com-culture {
		float: none;
		height: auto;
		margin-right: 0;
		padding: 10px;
	}
	#main .com-culture .content-culture h2 {
		margin-top: 20px;
		font-size: 18px;
	}
	#main .com-culture .content-culture p {
		font-size: 14px;
	}
	#main .com-culture .content-culture {
		margin-left: 0;
	}
	#main .love-item {
		height: auto;
		margin-right: 0;
	}
	#main .love-list .love-item img {
		width: 40%;
		height: auto;
	}
	#main .love-item .love-content {
		float: right;
		width: 55%;
		height: auto;
		margin-left: 0;
	}
	#main .love-item .love-content h3 {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px;
		/* 多行文本溢出显示省略号 */
		overflow : hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	#main .love-item .love-content p {
		font-size: 12px;
		line-height: 20px;
		/* 多行文本溢出显示省略号 */
		overflow : hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
	.society {
		padding-top: 0;
	}
	#main .love-list {
		padding: 15px 10px;
	}
	#main .contact-info {
		float: left;
		width: 98%;
		margin-right: 0;
		padding: 10px;
	}
	#main .contact-info .address {
		margin-top: 20px;
		width: 99%;
	}
	#main .contact-info .address h3 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	#main .contact-info .address p {
		font-size: 12px;
		line-height: 20px;
	}
	#main .praise-content {
		margin: 20px 0;
		padding: 0 10px;
	}
	#main .praise-content h2 {
		font-size: 20px;
		line-height: 25px;
	}
	#main .praise-content .subtitle {
		font-size: 14px;
		margin-bottom: 0;
	}
	#main .praise-content p {
		font-size: 14px;
	}
	#main .love-detail {
		float: none;
		margin-right: 0;
		padding: 10px;
	}
	#main .love-detail h3 {
		margin-bottom: 10px;
		font-size: 16px;
		letter-spacing: 1px;
	}
	#main .love-detail p {
		font-size: 14px;
		line-height: 30px;
	}
	#main .love-detail img {
		width: 60%;
		margin-top: 20px;
	}
	#main .com-img {
		margin: 0;
	}
	#main .love-detail {
		min-height: 600px;
	}
	#main .contact-info:last-child {
		margin-bottom: 50px;
	}
	#main .exper .title {
		padding: 0 10px;
	}
	#main .exper .exper-video {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	#main .exper-video video {
		width: 100%;
		height: auto;
		padding-top: 0;
	}
	#main .exper-video img {
		display: none;
	}
	#main .com-culture .culture-content {
		font-size: 14px;
		line-height: 25px;
	}
	#main .com-culture .culture-title h3,
	#main .love-list .love-title h3 {
		font-size: 18px;
	}
	#main .com-culture .culture-content {
		margin-top: 15px;
	}
	#main .love-list {
		margin-top: 0;
	}
	#main .love-list .love-title {
		margin: 0;
	}
	#main .pages {
		margin: 0;
	}
	#main .exper .exper-list {
		height: auto;
	}
	#main .intro-4 .research-box .research-img-box {
		width: 42%;
	}
	#main .intro-4 .research-box .research-img {
		width: 100%;
	}
	#main .intro-4 .research-box .content {
		width: 56%;
		padding-top: 0;
	}
	#main .intro-4 .content h3 {
		font-size: 14px;
	}
	#main .intro-4 .content p {
		font-size: 12px;
	}
	#main .intro-4 .content .research-more {
		margin-top: 45px;
		font-size: 12px;
	}
	#main .intro-4 .intro-more {
		margin-top: 35px;
	}
	#go-top {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}
/* xx: 移动端 */
@media (max-width: 479px) {
	body {
		font-size: 14px;
	}
	.visible-sm {
		display: block;
	}
	.hidden-sm {
		display: none;
	}
	#header .logo,
	#header .logo .container {
		height: 45px;
		line-height: 45px;
	}
	#header .logo img {
		height: 45px;
		margin-left: 7px;
	}
	#header .logo .more_mobile {
		float: right;
		width: 30px;
		height: 30px;
		margin: 7px;
	}
	#header .nav_mobile {
		width: 100%;
		background-color: #242A2F;
	}
	#header .nav_mobile a {
		display: block;
		padding-left: 20px;
		color: #ddd;
	}
	#header .nav_mobile .on_mobile {
		background-color: #363C41;
	}
	#header .nav_mobile li {
		height: 40px;
		line-height: 40px;
	}
	#main .intro {
		margin: 0 15px;
		height: auto;
	}
	#main .exper {
		margin-right: 0;
	}
	#main .exper .exper-list-1 {
		margin-bottom: 0;
	}
	#main .exper-list .exper-box:first-child {
		margin-left: 10px;
	}
	#main .exper .exper-box {
		width: 46%;
		height: 225px;
		margin-left: 10px;
		margin-bottom: 10px;
		border-bottom: none;
	}
	#main .report {
		height: auto;
		padding:0 8px;
		margin-top: 0;
		margin-right: 0;
	}
	#main .report-new img {
		width: 40%;
	}
	#main .report .report-right {
		width: 56%;
		padding: 0;
	}
	#main .intro p {
		line-height: 25px;
	}
	#main .report .title {
		margin-top: 40px;
	}
	#main .exper-box p {
		font-size: 12px;
	}
	.content {
		font-size: 12px;
		line-height: 20px;
	    /* 多行文本溢出显示省略号 */
	    overflow : hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
	#main .report .report-new {
		height: 108px;
	}
	#main .report-new .time-new {
		display: none;
	}
	#main .report-new .report-right h3 {
		line-height: 20px;
		font-size: 15px;
		/* 多行文本溢出显示省略号 */
		overflow : hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	#main .report .report-list h3 {
		font-size: 12px;
		line-height: 25px;
	}
	#footer {
		height: 100px;
		padding-top: 25px;
		font-size: 12px;
	}
	#main .intro-1,
	#main .intro-2,
	#main .intro-3,
	#main .intro-4 {
		margin-right: 0;
		padding: 10px;
	}
	#main .intro-1 {
		margin-top: 10px;
	}
	#main .intro-1 p,
	#main .intro-2 p,
	#main .intro-3 p {
		line-height: 30px;
	}
	#main .com-intro,
	#main .com-img {
		margin-right: 0;
		padding: 10px;
	}
	#main .com-intro p {
		font-size: 14px;
		line-height: 25px;
	}
	#main .com-img .com-img-2 {
		margin-top: 10px;
	}
	#main .com-culture {
		float: none;
		height: auto;
		margin-right: 0;
		padding: 10px;
	}
	#main .com-culture .content-culture h2 {
		margin-top: 20px;
		font-size: 18px;
	}
	#main .com-culture .content-culture p {
		font-size: 14px;
	}
	#main .com-culture .content-culture {
		margin-left: 0;
	}
	#main .love-item {
		height: auto;
		margin-right: 0;
	}
	#main .love-list .love-item img {
		width: 40%;
		height: auto;
	}
	#main .love-item .love-content {
		float: right;
		width: 55%;
		height: auto;
		margin-left: 0;
	}
	#main .love-item .love-content h3 {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px;
		/* 多行文本溢出显示省略号 */
		overflow : hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	#main .love-item .love-content p {
		font-size: 12px;
		line-height: 20px;
		/* 多行文本溢出显示省略号 */
		overflow : hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
	.society {
		padding-top: 0;
	}
	
	#main .love-detail iframe{
		width: 100%;
		height: calc((100vw - 20px) / 2.35);
	}
	
	#main .love-list {
		padding: 15px 10px;
	}
	#main .contact-info {
		float: left;
		width: 98%;
		margin-right: 0;
		padding: 10px;
	}
	#main .contact-info .address {
		margin-top: 20px;
		width: 99%;
	}
	#main .contact-info .address h3 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	#main .contact-info .address p {
		font-size: 12px;
		line-height: 20px;
	}
	#main .praise-content {
		margin: 20px 0;
		padding: 0 10px;
	}
	#main .praise-content h2 {
		font-size: 20px;
		line-height: 25px;
	}
	#main .praise-content .subtitle {
		font-size: 14px;
		margin-bottom: 0;
	}
	#main .praise-content p {
		font-size: 14px;
	}
	#main .love-detail {
		float: none;
		margin-right: 0;
		padding: 10px;
	}
	#main .love-detail h3 {
		margin-bottom: 10px;
		font-size: 16px;
		letter-spacing: 1px;
	}
	#main .love-detail p {
		font-size: 14px;
		line-height: 30px;
	}
	#main .love-detail img {
		width: 100%;
		margin-top: 20px;
	}
	#main .com-img {
		margin: 0;
	}
	#main .love-detail {
		min-height: 600px;
	}
	#main .contact-info:last-child {
		margin-bottom: 50px;
	}
	#main .exper .title {
		padding: 0 10px;
	}
	#main .exper .exper-video {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	#main .exper-video video {
		width: 100%;
		height: auto;
		padding-top: 0;
	}
	#main .exper-video img {
		display: none;
	}
	#main .com-culture .culture-content {
		font-size: 14px;
		line-height: 25px;
	}
	#main .com-culture .culture-title h3,
	#main .love-list .love-title h3 {
		font-size: 18px;
	}
	#main .com-culture .culture-content {
		margin-top: 15px;
	}
	#main .love-list {
		margin-top: 0;
	}
	#main .love-list .love-title {
		margin: 0;
	}
	#main .pages {
		margin: 0;
	}
	#main .exper .exper-list {
		height: auto;
	}
	#main .intro-4 .research-box .research-img-box {
		width: 42%;
	}
	#main .intro-4 .research-box .research-img {
		width: 100%;
	}
	#main .intro-4 .research-box .content {
		width: 56%;
		padding-top: 0;
	}
	#main .intro-4 .content h3 {
		font-size: 14px;
	}
	#main .intro-4 .content p {
		font-size: 12px;
	}
	#main .intro-4 .content .research-more {
		margin-top: 45px;
		font-size: 12px;
	}
	#main .intro-4 .intro-more {
		margin-top: 35px;
	}
	#go-top {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}
