﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0
}
html{background: #ccc;}
body {
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	font: 14px Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}
html, body {
	/* height: 100% !important; */
	/* overflow-y: auto; */
	-webkit-overflow-scrolling: touch;
	/* position: relative; */
}
html.mip-i-android-scroll, body.mip-i-android-scroll {
	height: auto !important;
	overflow-y: visible;
	position: static
}
html.mip-no-scroll, html.mip-no-scroll>body {
	height: 100% !important;
	position: relative;
	overflow: hidden
}
a {
	text-decoration: none;
	color: #333
}
img {
	width: 100%;
	margin: 0 auto
}
template {
	display: none
}
span[id^="cnzz_stat"] {
	display: none
}
body {
	/*-webkit-animation: mip-start 5s steps(1, end) 0s 1 normal both;
	-moz-animation: mip-start 5s steps(1, end) 0s 1 normal both;
	-ms-animation: mip-start 5s steps(1, end) 0s 1 normal both;
	animation: mip-start 5s steps(1, end) 0s 1 normal both*/
}

mip-i-space {
	display: block
}
.mip-layout-relative {
	display: block;
	position: relative
}
.mip-fill-content {
	display: block;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
	margin: auto
}
.mip-i-space .mip-fill-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}
.mip-layout-fixed {
	display: inline-block;
	position: relative
}
.mip-layout-responsive {
	display: block;
	position: relative
}
.mip-layout-fixed-height {
	display: block;
	position: relative
}
.mip-layout-container {
	display: block;
	position: relative
}
.mip-layout-fill {
	display: block;
	overflow: hidden !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}
.mip-layout-flex-item {
	display: block;
	position: relative;
	flex: 1 1 auto
}
.mip-layout-size-defined {
	overflow: hidden !important
}
imip-sizer {
	display: block !important
}
.mip-fill-content {
	display: block;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
	margin: auto
}
.mip-layout-size-defined .mip-fill-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}
.mip-replaced-content {
	padding: 0 !important;
	border: none !important
}
.mip-hidden {
	visibility: hidden;
	overflow: hidden
}
.mip-text {
	display: block;
	line-height: 26px;
	color: #333;
	padding: 10px 0;
	font-size: 16px;
	text-align: justify;
	word-wrap: break-word;
	word-break: break-word
}
.mip-img {
	background: #fff
}
/*@-webkit-keyframes mip-img-loading {
from {
transform:rotate3d(0, 0, 1, 0deg);
-webkit-transform:rotate3d(0, 0, 1, 0deg)
}
to {
transform:rotate3d(0, 0, 1, 360deg);
-webkit-transform:rotate3d(0, 0, 1, 360deg)
}
}*/
.mip-img::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*-webkit-animation: linear .5s infinite mip-img-loading;*/
}
.mip-img img.mip-fill-content {
	opacity: 0;
	/*transition: opacity linear 300ms*/
}
.mip-img.mip-img-loaded {
	background: transparent
}
.mip-img.mip-img-loaded::before {
	content: none;
	display: none
}
.mip-img.mip-img-loaded img.mip-fill-content {
	opacity: 1
}
.mip-img-container {
	margin: 16px auto;
	font-size: 0
}
.mip-img-subtitle {
	padding-top: 10px;
	color: #999;
	font-size: 13px;
	line-height: 15px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center
}
.mip-img-box {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	z-index: 10
}
.mip-img-box .box-line {
	position: relative;
	width: 100%;
	height: 10000px;
	top: 20%;
	overflow: hidden
}
.mip-img-box .box-container {
	height: 100%;
	width: 10000px;
	position: absolute;
	top: 0;
	left: 0
}
.mip-img-box .box-item {
	float: left
}
.mip-img-box .box-item img {
	position: absolute;
	top: 0;
	left: 0
}
.mip-img-box .box-img-wrap {
	position: relative;
	height: 10240px
}
.mip-img-box .mip-box-page {
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	z-index: 10;
	bottom: 100px;
	left: 20px;
	font-size: 28px;
	opacity: .75
}
.mip-img-popUp-wrapper {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 222
}
.mip-img-popUp-wrapper img {
	position: absolute
}
.mip-img-popUp-bg {
	height: 100%;
	opacity: 1;
	background: #000
}
mip-img {
	display: block;
	width: 100%
}
mip-iframe {
	display: block;
	position: relative;
	overflow: hidden
}
mip-iframe iframe {
	display: block;
	width: 100px;
	min-width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.mip-html {
	line-height: 26px;
	font-size: 14px;
	color: #333;
	text-align: justify
}
.mip-html h3 {
	margin: 0;
	padding: 15px 0;
	line-height: 20px;
	font-size: 15px
}
.mip-html ol, .mip-html ul {
	padding: 10px 0 10px 20px
}
.mip-html blockquote {
	margin: 20px 0;
	padding-left: 8px;
	border-left: 4px solid #e9e9e9
}
.mip-html p {
	padding: 10px 0;
	word-break: break-word;
	word-wrap: break-word
}
mip-fixed {
	position: fixed !important;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
mip-fixed[type="top"] {
	top: 0
}
mip-fixed[type="bottom"] {
	bottom: 0
}
mip-fixed[type="left"] {
	left: 0
}
mip-fixed[type="right"] {
	right: 0
}
mip-fixed[type="top"], mip-fixed[type="bottom"] {
	width: 100%;
	overflow: hidden;
	left: 0;
	right: 0
}
mip-fixed[type="left"], mip-fixed[type="right"] {
	overflow: hidden
}
mip-video {
	background: black
}
mip-video .mip-video-playbtn {
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 4px solid white;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background-color: rgba(0,0,0,0.3);
	-webkit-tap-highlight-color: rbga(0, 0, 0, .3);
	tap-highlight-color: rbga(0, 0, 0, .3)
}
mip-video .mip-video-playbtn:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 1px;
	border-style: solid;
	border-width: 16px 0 16px 26px;
	border-color: transparent transparent transparent white;
	left: 20px;
	top: 14px
}
mip-video .mip-video-poster {
	min-height: 150px;
	background: #333
}
mip-carousel a {
	-webkit-tap-highlight-color: transparent
}
.mip-carousle-subtitle {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 25;
	color: #fff;
	line-height: 30px;
	padding-left: 10px
}
.mip-carousel-indicator {
	position: absolute;
	z-index: 22;
	width: 30px;
	height: 30px;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: right;
	margin: auto;
	width: 100%
}
.mip-carousel-indicator>span {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
	margin: 12px 6px 12px 0
}
.mip-carousel-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.mip-carousel-wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.mip-carousel-slideBox {
	width: 100%;
	height: 100%;
	float: left;
	position: relative
}
span.mip-carousel-current-indicator {
	background-color: red
}
.mip-carousel-containeractive {
	z-index: 2
}
.mip-carousel-indicatorbox {
	position: absolute;
	bottom: 3px;
	right: 10px;
	color: #fff
}
.mip-carousel-indicatornow {
	font-size: 20px
}
.mip-carousel-preBtn, .mip-carousel-nextBtn {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10%;
	z-index: 10;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	-webkit-user-select: none;
	user-select: none
}
.mip-carousel-nextBtn {
	right: 0;
	background-position: 100% 45%;
}
.mip-carousel-preBtn {
	left: 0;
	background-position: 0 45%;
}
.mip-carousel-indicator-wrapper {
	text-align: center
}
.mip-carousel-indicatorDot {
	display: inline-block;
	position: relative
}
.mip-carousel-indicatorDot .mip-carousel-indecator-item {
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #e1e1e1;
	margin-right: 7px
}
.mip-carousel-indicatorDot .mip-carousel-activeitem {
	background-color: #999
}
body {
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0
}
body {
	color: #333;
	text-align: left;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.32rem !important;
	line-height: 1.3;
	max-width: 780px;
	margin: 0 auto;
	background: #f5f5f5;
}
a, a:active, a:hover, a:focus, a:visited {
	text-decoration: none;
	font-family: 'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}
a, img {
	-webkit-touch-callout: none
}
ol, ul, li {
	list-style: none
}
textarea, input[type="password"], input[type="text"] {
	resize: none;
	outline: 0;
	-webkit-appearance: none;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: #fff
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}
html {
	/* background: #f8f8f8; */
	font-size: 50px !important;
}
body {/*width:7.5rem;*/
}
.topbar {
	height: 1rem;
	background: #fff;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.bar-logo {
	max-width: 1.8rem;
	float: left;
	margin: 0.23rem 0.25rem;
}
.bar-ss input[type='text'] {
	width: 2.0rem;
	height: 0.5rem;
	font-size: 0.2rem;
	border: none;
	border-radius: 25px 0 0px 25px;
	height: 0.46rem;
	padding-left: 8px;
	display: block;
	border-right: 1px #ccc dotted;
	padding-right: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.bar-ss input[type='submit'] {
	border-bottom: none;
	border-right: none;
	border-top: none;
	border-left: 1px #ccc dotted !important;
}
/**/.bar-ss {
	float: left;
	position: relative;
	border: 1px #ddd solid;
	border-radius: 25px;
	box-sizing: border-box;
	margin: 0.25rem 0.17rem 0rem 0;
	width: 2.8rem;
	height: 0.5rem;
	overflow: hidden;
}

.bar-ss #mip-form-cross {
	background-size: 90% 90%;
	left: initial !important;
	right: 0.75rem;
}
.bar-ss .search {
	margin: 0 0.5rem 0 0.2rem;
	width: 1.8rem;
	border-right: 1px #ccc dotted;
	overflow: hidden;
	line-height: 18px;
}
.bar-ss .search input {
	color: #999;
	width: 95%;
}
.bar-ss .btn-search {
	position: absolute;
	right: 0;
	top: 0;
}
.bar-ss .btn-search input, .bar-ss input[type='submit'] {
	background: url(https://mip.ceramicschina.com/images/m_ss.jpg) center no-repeat;
	width: 0.8rem;
	background-size: 0.28rem;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	height: 0.5rem;
	border: none !important;
}
.bar-vip {
	float: right;
	position: absolute;
	right: 0;
}
.bar-vip a {
	width: 0.9rem;
	height: 0.9rem;
	display: block;
	background: url(https://mip.ceramicschina.com/images/m_vip.jpg) center no-repeat;
	margin: 0.045rem 0.1rem;
	background-size: 0.6rem;
}

.nav{background: #9b0101;/*! height:2.5rem; */width: 100%;/* position: relative; */overflow: hidden;}
.nav .navbar-top{overflow: hidden;/*! position: absolute; *//*! left: 0; */width:100%;z-index: 999;height: 40px;line-height: 40px;/*! display: initial; */}
.nav .navbar-top li:first-child a{font-weight: bold;}
.nav li{width:20%;text-align: center;float:left;line-height: 40px;}
.nav a{display: block;color: #fff !important;    /*! line-height: 0.8rem; */}
.nav-wrapper{/*! position: absolute; *//*! right: 0; */width: 100%;overflow: hidden;}
.navbar-header{display:none;}
.nav-wrapper #bs-navbar{overflow-y:hidden;background: none;width: 100%;padding: 0;}
.nav-wrapper #bs-navbar{height: 85px !important;/*! margin-top:40px; */}
.nav-wrapper #bs-navbar .navbar-wise-close{margin-top:100px;display:none !important;}
.nav-wrapper #bs-navbar .navbar-nav{height:1.6rem;background: #eee;display:inline-block;min-height: 1rem;}
.nav-wrapper #bs-navbar .navbar-nav li{float: left;width: 33.3%;padding: 0;margin:0px 0 0;overflow:hidden;height: 25px;}
.nav-wrapper #bs-navbar .navbar-nav{padding-top: 5px;}
.nav-wrapper #bs-navbar .navbar-nav li.navbar-wise-close{float: none;width: inherit;}
.nav-wrapper #bs-navbar .navbar-nav a{width: 100%;color: #999 !important;font-size: 0.25rem;line-height:0.5rem;height: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.nav-wrapper .collapsed span{display:none !important;}

.nav {
	background: #9b0101;
	height: 2.5rem;
	width: 100%;
	/* position: relative; */
}
.nav .navbar-top {
	overflow: hidden;
	/* position: absolute; */
	left: 0;
	width: 100%;
	z-index: 999;
}
.nav .navbar-top li:first-child a {
	font-weight: bold;
}
.nav li {
	width: 16.66%;
	text-align: center;
	float: left;
}
.nav a {
	display: block;
	color: #fff;
	line-height: 0.8rem;
}
.mip-nav-wrapper {
	/* position: absolute; */
	right: 0;
	width: 100%;
}
.navbar-header {
	display: none;
}
.mip-nav-wrapper #bs-navbar {
	overflow-y: hidden;
	background: none;
	width: 100%;
}
.mip-nav-wrapper #bs-navbar {
	height: 85px !important;
	/* margin-top: 40px; */
}
.mip-nav-wrapper #bs-navbar .navbar-wise-close {
	margin-top: 100px;
	display: none !important;
}
.mip-nav-wrapper #bs-navbar .navbar-nav {
	height: 1.6rem;
	background: #eee;
	display: inline-block;
	min-height: 1rem;
}
.mip-nav-wrapper #bs-navbar .navbar-nav li {
	float: left;
	width: 33.3%;
	padding: 0;
	margin: 0px 0 0;
	overflow: hidden;
}
.mip-nav-wrapper #bs-navbar .navbar-nav {
	padding-top: 5px;
}
.mip-nav-wrapper #bs-navbar .navbar-nav li.navbar-wise-close {
	float: none;
	width: inherit;
}
.mip-nav-wrapper #bs-navbar .navbar-nav a {
	width: 100%;
	color: #999 !important;
	font-size: 0.25rem;
	line-height: 0.5rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.mip-nav-wrapper #bs-navbar .navbar-nav a:hover {
	/*background: #9b0101;*/
	color: #fff;
}
.mip-nav-wrapper .collapsed span {
	display: none !important;
}
.mip-nav-wrapper .navbar-toggle {
	margin: 0.1rem 0.2rem;
	background: url(https://mip.ceramicschina.com/images/m_nav.jpg) no-repeat center;
	background-size: 0.3rem;
	cursor: pointer;
	padding: 15px;
}
.carousel {
	position: relative;
}
.carousel .mip-carousel-indicator-wrapper {
	position: absolute;
	bottom: 0.2rem;
	right: 0.2rem;
}
.shadow {
	-moz-box-shadow: 0px 3px 5px #e5e5e5;
	-webkit-box-shadow: 0px 3px 5px #e5e5e5;
	box-shadow: 0px 3px 5px #e5e5e5;
	margin-bottom: .3rem;
}
.white {
	background: #ffffff;
}
.darkgrey {
	background: #eee;
}
.icon-bar {
	overflow: hidden;
	border-bottom: 1px #ccc solid;
	width: 100%;
}
.icon-bar ul li {
	float: left;
	width: 25%;
	text-align: center;
	background-size: 0.45rem !important;
	background-position-y: 0.18rem !important;
}
.icon-bar a {
	display: block;
	width: 100%;
	line-height: 0.6rem;
	padding-top: 0.45rem;
	font-size: 0.3rem;
	color: #333 !important;
}
.icon-bar .i-zs {
	background: url(https://mip.ceramicschina.com/images/m_01.jpg) no-repeat center;
}
.icon-bar .i-dl {
	background: url(https://mip.ceramicschina.com/images/m_02.jpg) no-repeat center;
}
.icon-bar .i-pp {
	background: url(https://mip.ceramicschina.com/images/m_03.jpg) no-repeat center;
}
.icon-bar .i-sc {
	background: url(https://mip.ceramicschina.com/images/m_04.jpg) no-repeat 46% 0px;
}
.icon-bar .i-lt {
	background: url(https://mip.ceramicschina.com/images/m_05.jpg) no-repeat center;
}
.ZS-list {
	border-bottom: 1px #adadad solid;
}
.DL-list .btn-more {
	border: none;
}
.btn-ZS {
	overflow: hidden;
	/* background: url(https://mip.ceramicschina.com/images/btn.jpg) no-repeat center #f5f5f5; */
	background: #f5f5f5;
	background-size: 0.02rem 0.4rem;
	border-top: 1px #ddd solid;
}
.btn-ZS a {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 0.9rem;
	border-bottom: 1px #ddd solid;
}
.ZS-list {
	font-size: 0.25rem;
}
.ZS-list ul li {
	height: 0.3rem;
	overflow: hidden;
	line-height: 0.3rem;
}
.ZS-list ul li .left {
	width: 71% !important;/*background: url(https://mip.ceramicschina.com/images/list.jpg) 0rem center no-repeat;background-size: 0.07rem;padding-left: 0.2rem;*/
	box-sizing: border-box;
}
.ZS-list .right {
	width: 25% !important;
	text-align: right;
	color: #e7af00;
	font-weight: bold;
	float: right !important;
}
.DL-list {/*padding-bottom:0.3rem;*/
	border: none;
}
.DL-list ul li .left {
	width: 55% !important;
	margin-right: 1% !important;
}
.DL-list ul li .middle {
	width: 24% !important;
	float: left;
	text-align: center;
	margin-right: 1%;
	color: #666;
}
.DL-list ul li .right {
	width: 19% !important;
}
.SP-list {
}
.SP-list ul li {
	float: left;
	width: 48%;
	padding: 0 !important;
	margin: 0.2rem 3% 0 0;
	border: none !important;
}
.SP-list ul li:nth-child(2n) {
	margin-right: 0;
}
.SP-list ul li .top {
	position: relative;
	text-align: center;
}
.SP-list ul li .bottom {
	height: 0.6rem;
}
.SP-list ul li .bottom h5 {
	line-height: 0.6rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.SP-list ul li .video {
	position: absolute;
	background: url(https://mip.ceramicschina.com/images/m_bg.png) no-repeat bottom left;
	background-size: 100%;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.SP-list ul li .video i {
	position: absolute;
	bottom: 0;
	right: 0;
	font-style: normal;
	color: #fff;
	font-size: 0.3rem;
	margin: 0 0.15rem 0.1rem 0;
	background: url(https://mip.ceramicschina.com/images/m_play.png) no-repeat left center;
	background-size: 0.2rem;
	padding-left: 0.25rem;
}
.list-box {
}
.list-box .darkgrey {
	padding: 0 0.2rem;
	margin-top: 0.2rem;
	border-radius: 5px;
}
.list-box .darkgrey li:last-child {
	border: none;
}
.n-list {
	overflow: hidden;
}
.n-list .title {
	background: url(https://mip.ceramicschina.com/images/m_list.jpg) left no-repeat;
	overflow: hidden;
	background-size: 12px;
	line-height: 0.9rem;
}
.n-list .title .t {
	margin: 0 0.25rem;
	border-bottom: 1px dotted #666;
	overflow: hidden;
}
.n-list .title h3 {
	float: left;
	margin-left: 0.15rem;
	font-size: 0.35rem;
	line-height: 45px;
}
.n-list .title .title-r {
	float: right;
	font-size: 0.3rem;
}
.n-list .title .title-r span {
	margin-top: 0.35rem;
	line-height: 0.3rem;
	padding: 0 0.15rem;
	text-align: center;
	height: 0.3rem;
	display: block;
	float: left;
}
.n-list .title .title-r span:first-child {
	border-right: 2px solid #333;
}
.n-list .title .title-r span:last-child {
	padding-right: 0;
	border: none;
}
.n-list ul {
	margin: 0 0.25rem;
	overflow: hidden;
}
.n-list ul li {
	overflow: hidden;
	border-bottom: 1px #ddd solid;
	padding: 0.2rem 0.1rem;
}
.n-list ul li:last-child {
	border: none;
}
.n-list ul li .left, .n-list ul li .right, .n-list ul li .middle {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.n-list ul li .left {
	float: left;
	width: 37%;
	margin-right: 4%;
	font-weight: bold;
}
.n-list ul li .right {
	float: left;
	width: 59%;
}
.n-list ul li h5 {/*font-weight: normal;*/
	white-space: normal;
	font-size: 0.25rem;
	overflow: hidden;
	margin-bottom: 0.05rem;
	line-height: 0.4rem;
	height: 0.8rem;
}
.n-list ul li .n-bottom {
	font-size: 0.2rem;
	color: #999;
	overflow: hidden;
	height: 16px;
}
.n-list ul li .n-bottom .time {
	float: left;
}
.n-list ul li .n-bottom .read {
	float: right;
	background: url(https://mip.ceramicschina.com/images/m_read.jpg) left center no-repeat;
	background-size: 0.28rem;
	padding-left: 0.35rem;
}
.n-list .btn-more {/*margin-top: 0.2rem;*/
	margin: 0.1rem 0.25rem 0;
	font-size: 0.3rem;
	color: #666;
	display: block;
	text-align: center;
	line-height: 1rem;
	border-top: 1px #ddd solid;
}
.n-list ul li .left {
	vertical-align: middle;
	display: table-cell;/*!  */
	width: 104px;
	height: 65px;
}
.n-list ul li img {/*! width: 100%; *//*!  *//* max-width: 100px; *//*! vertical-align: middle; *//*! display: table-cell; *//* max-height: 65px; */
}
.news .list ul li h5 {
	color: #333;
	overflow: hidden;
	font-family: "黑体";
	padding-bottom: 2px;
	max-height: 42px;
	line-height: 1.5;
	margin-bottom: 2px;
}
.PP-box .mip-vd-tabs-nav {
	height: 40px;
}
.PP-box .mip-vd-tabs-nav li {
	height: 40px;
	line-height: 40px;
}
.PP-list {
	min-height: 200px;
}
.PP-list ul {
	overflow: hidden;
	padding-bottom: 0.2rem !important;
	margin-top: 0.1rem !important;
	margin-bottom: 0.2rem;
}
.PP-list ul li {
	background: #fff;
	width: 32%;
	float: left;
	padding: 0 !important;
	height: auto;
	margin-right: 2%;
	margin-top: 0.2rem;
}
.PP-list ul li:nth-child(3n) {
	margin-right: 0;
}
.footer {
	text-align: center;
	font-size: 0.2rem;
	/* margin-top: 0.3rem; */
	overflow: hidden;
	width: 100%;
	color: #666;
}
.footer .ft {
	display: inline-block;
	overflow: hidden;
}
.footer a {
	/*font-size: 0.25rem;border-right: 1px #666 solid;padding: 0 0.1rem;line-height: 0.25rem;height: 0.25rem;display: block;float: left;font-weight: bold;*/
	color: #fff !important;
}
.footer a:last-child {
	border: none;
	text-shadow: initial;
}
.foot {
	margin-top: 0.1rem;
	background: #9b0101;
	color: #fff;
	font-family: "宋体";
	line-height: 0.5rem;
}

@media screen and (min-width: 480px) {
.bar-ss {
	width: 50%;
	max-width: 400px;
}
.bar-ss input[type='text'] {
	width: 84.6%;
}
.bar-ss .btn-search input, .bar-ss input[type='submit'] {
	width: 15.4%;
}
.n-list ul li h5 {
	font-size: 0.3rem;
	margin-bottom: 0.2rem;
	margin-top: 0.05rem;
	line-height: 0.5rem;
	height: 1rem;
}
.ZS-list {
	font-size: 0.3rem;
}
.ZS-list ul li {
	padding: 0.3rem 0.1rem 0.25rem;
}
}

@media screen and (min-width: 767px) {
.topbar {
	height: 1.5rem;
}
.bar-logo {
	max-width: 2.5rem;
	margin: 0.37rem 0.35rem;
}
.bar-ss {
	height: 0.6rem;
	margin: 0.45rem 0.17rem 0 0;
}
.bar-ss input[type='text'] {
	height: 0.56rem;
}
.bar-ss .btn-search input, .bar-ss input[type='submit'] {
	height: 0.56rem;
}
.bar-vip a {
	margin: 0.3rem 0.35rem;
	background-size: 0.75rem;
}
.nav {
	height: 100px;
}
.nav .navbar-top {
	width: 100%;
}
.nav .mip-nav-wrapper {/*position:inherit;*/
}
.mip-nav-wrapper #bs-navbar {
	height: 60px !important;
	margin-top: 0;
}
.mip-nav-wrapper #bs-navbar .navbar-nav {
	display: block;
	/*! margin-top: 40px; */
	height: 55px;
	overflow: hidden;
	min-height: inherit;
}
.nav-wrapper #bs-navbar .navbar-nav li,.mip-nav-wrapper #bs-navbar .navbar-nav li {
	width: 16.6%;
	margin-top: 0;
}
.mip-nav-wrapper #bs-navbar .navbar-nav a {
	padding: 0;
	margin: 0;
}
.n-list .title {
	line-height: 1.2rem;
}
.n-list .title h3 {
	font-size: 0.5rem;
}
.n-list .title .title-r span {
	margin-top: 0.45rem;
	font-size: 0.35rem;
}
.n-list ul li {
	padding: 0.3rem 0.1rem;
	font-size: 0.35rem;
}
.ZS-list ul li {
	height: 0.5rem;
	line-height: 0.5rem;
}
.n-list ul li h5 {
	font-size: 0.4rem;
	margin-bottom: 0.6rem;
	margin-top: 0.15rem;
	line-height: 0.6rem;
	height: 1.6rem;
}
.n-list ul li .n-bottom {
	font-size: 0.3rem;
}
.btn-ZS a {
	font-size: 0.35rem;
	line-height: 1rem;
}
.SP-list ul li .video i {
	font-size: 0.4rem;
	background-size: 0.4rem;
	padding-left: 0.5rem;
	margin: 0 0.25rem 0.2rem 0
}
.n-list .btn-more {
	margin: 0.1rem 0.25rem 0;
	font-size: 0.35rem;
	line-height: 1.5rem;
}
mip-vd-tabs .mip-vd-tabs-nav-view {
	height: 54px;
}
.PP-box .mip-vd-tabs-nav {
	height: 50px;
}
.PP-box .mip-vd-tabs-nav li {
	font-size: 0.35rem;
	line-height: 50px;
	height: 50px;
}
}
.slideBox {
	position: relative;
	overflow: hidden;
	margin: 0px auto 0;
	max-width: 560px;/* 设置焦点图最大宽度 */
}
.slideBox .hd {
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	right: 10px;
	z-index: 1;
}
.slideBox .hd li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #333;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 6px;
}
.slideBox .hd li.on {
	background: #fff;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	/*background: url(../m_img/loading.gif) center center no-repeat;*/
	vertical-align: top;
	width: 100%;/* 图片宽度100%，达到自适应效果 */
}
.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	background: url(/Content/m_img/focusBg.png) repeat-x;
	color: #fff;
	text-align: left;
	filter: alpha(opacity=20); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.2; /*Firefox私有，透明度50%*/
	opacity: 0.2;/*其他，透明度50%*/
}
.page {
	text-align: center;
	margin: 10px auto;
	overflow: hidden;
	width: 200px;
}
.page a, .page span {
	background: url(../m_img/dl.png) no-repeat center 25px #fff;
	display: block;
	height: 20px;
	width: 80px;
	margin: 0 1%;
	background-size: 12px;
	font-size: 14px;
	padding: 3px 0 5px;
	border: 1px solid #ddd;
	border-radius: 10px;
	color: #666;
	max-width: 380px;
	float: left;
	line-height: 20px;
}

.adtips{position:relative;}
.adtips::after{content:"广告";position:absolute;bottom:0px;right:0px;width: 30px;height: 17px;color: #fff;background:rgba(0,0,0,0.3);text-align: center;line-height: 17px;font-size: 12px;}