/*閫氱敤鏍峰紡*/
html {
	background-color: #fff;
	overflow-x: hidden;
}

*{ 
	font-family:"Helvetica Neue",Helvetica,"PingFang SC","Tahoma","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

body {
	font-size: 14px;
	color: #888;
	background-color: transparent;
	-webkit-font-smoothing: antialiased;
}
input::-ms-clear{display:none;}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
}
img {
	max-width: 100%;
}
img[src=""] {
	display: none;
}
a {
	color: #333;
	text-decoration: none;
	cousor: pointer;
	outline:none;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}
a:hover{
	color: #bc2826;
}
a:active{noOutline:expression_r(this.onFocus=this.blur());}
.primary{ color: #bc2826 }
.badge {
	background-color: #bebebe;
}
.badge.up {
	position: relative;
	top: -10px;
	padding: 3px 6px;
}
.badge-sm {
	font-size: 85%;
	padding: 2px 5px !important;
}
label {
	font-weight: normal;
}
.clear {
	display: block;
	overflow: hidden;
}
.scroll-x, .scroll-y {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
.scroll-y {
	overflow-y: auto;
}
.scroll-x {
	overflow-x: auto;
}
.pos-rlt {
	position: relative;
}
.pos-stc {
	position: static;
}
.pos-abt {
	position: absolute;
}
.line {
	*width: 100%;
	height: 2px;
	margin: 10px 0;
	font-size: 0;
	overflow: hidden;
	background-color: transparent;
	border-width: 0;
	border-top: 1px solid #e8e8e8;
}
.line-xs {
	margin: 0;
}
.line-lg {
	margin-top: 15px;
	margin-bottom: 15px;
}
.line-dashed {
	border-style: dashed;
	background: transparent;
}
.no-line {
	border-width: 0;
}
.no-border, .no-borders {
	border-color: transparent;
	border-width: 0;
}
.no-radius {
	border-radius: 0;
}
.block {
	display: block;
}
.block.hide {
	display: none;
}
.inline {
	display: inline-block !important;
}
.pull-none {
	float: none;
}
.rounded {
	border-radius: 500px;
}
.bold {
	font-weight: bold;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font22 {
	font-size: 22px;
}
.font24 {
	font-size: 24px;
}
.font26 {
	font-size: 26px;
}
.font28 {
	font-size: 28px;
}
.yahei {
	font-family:"Helvetica Neue",Helvetica,"PingFang SC","Tahoma","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif !important;
}
.opensans {
	font-family:"Helvetica Neue",Helvetica,"PingFang SC","Tahoma","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
.lh16 {
	line-height: 16px;
}
.lh18 {
	line-height: 18px;
}
.lh20 {
	line-height: 20px;
}
.lh22 {
	line-height: 22px;
}
.lh24 {
	line-height: 24px;
}
.lh26 {
	line-height: 26px;
}
.lh28 {
	line-height: 28px;
}
.lh30 {
	line-height: 30px;
}
.lh34 {
	line-height: 34px;
}
.l-h-2x {
	line-height: 2em;
}
.l-h-1x {
	line-height: 1.2;
}
.l-h {
	line-height: 1.5;
}
.v-middle {
	vertical-align: middle !important;
}
.v-top {
	vertical-align: top !important;
}
.v-bottom {
	vertical-align: bottom !important;
}
.font-thin {
	font-weight: 300;
}
.font-normal {
	font-weight: normal;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.text-md {
	font-size: 0.85em;
}
.text-sm {
	font-size: 12px;
}
.text-xs {
	font-size: 10px;
}
.text-ellipsis {
	display: block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-uc {
	text-transform: uppercase;
}
.text-lt {
	text-decoration: line-through;
}
.text-ul {
	text-decoration: underline;
}
.clearfix {
	clear: both;
}
.text-gray {
	color: #888;
}
.badge-lightGray {
	background: #f9f9f9;
}
.border-gray {
	border: 2px solid #dfdfdd
}
.z-dialog {
	width: auto
}
.pointer {
	cursor: pointer;
}
.selectNone, .swiper-container {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
/*瓒呭嚭閮ㄥ垎鐪佺暐鍙锋樉绀�*/
.ellipsis {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
}
.ellipsis-inline {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	padding-right: 5px;
}
.ellipsis-line {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    max-width:90%;
}
.multi-line-ellipsis {
	padding: 0;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-box-orient: vertical;
}
.line-clamp2 {
	height: 40px;
	line-height: 20px;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-o-line-clamp: 2;
}
.line-clamp3 {
	height: 74px;
	line-height: 25px;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-o-line-clamp: 3;
}
.line-clamp4 {
	height: 110px;
	line-height: 28px;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-o-line-clamp: 4;
}
.line-clamp5 {
	height: 135px;
	line-height: 27px;
	-webkit-line-clamp: 5;
	-moz-line-clamp: 5;
	-o-line-clamp: 5;
}
.listPoint{ font-size: 24px; color: #bc2826; padding: 0 10px 0 0;}
.listPoint2, .listPointLi:before{ margin-right: 10px; width: 7px; height: 100%; display: inline-block; overflow: hidden; float: left; background: url(../images/point.png) no-repeat center; }
.listPointLi{ position: relative; }
.listPointLi:before{ content: ""; position: absolute; left: 0; top: 0; }
.listPointBd{ position: relative; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; padding-left: 20px; }
.tabTitle{ clear: both; overflow: hidden; border-bottom: 2px solid #bc2826; }
.tabTitle-list{display: inline-block;}
.tabTitle-list.active{color: #bc2826; border-bottom:2px solid;}
.tabTitle-select{ width: 100px;}
.icons{ display: inline-block; vertical-align: middle; background: url(../images/icons.png) no-repeat;}
.icons-zan{ width: 32px; height: 28px; background-position: 0 -300px; }
.icons-zan.active{ background-position: 0 -272px; }
.videoIcon, .videoIcon-small{ position: relative; }
.videoIcon:after{ content: ''; position:absolute; left: 50%; top: 50%; margin: -30px 0 0 -33px; width: 66px; height: 60px; display: block; background: url(../images/icons.png) no-repeat center -211px; }
.videoIcon-small:after{ content: ''; position:absolute; left: 50%; top: 50%; margin: -19px 0 0 -19px; width: 38px; height: 38px; display: block; background: url(../images/icons.png) no-repeat -4px -480px; }
/*PC绔�*/
@media only screen and (min-width: 1200px) {
	.container {
		width: 1140px;
		margin: 0 auto;
	}
}
.jwplayer{ margin: auto !important; }
/*header 澶撮儴*/
.header {
	padding: 0px;
	position: relative;
	z-index: 12;
}
.head {
	height: 95px;
	line-heigh: 95px;
}
.box-shadow {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid #ccc \9;
	_border-bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .95)), to(rgba(255, 255, 255, .95))) !important;
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .95) 0, rgba(255, 255, 255, .95) 100%) !important;
	background-image: -ms-linear-gradient(rgba(255, 255, 255, .95) 0, rgba(255, 255, 255, .95) 100%) !important;
	background-image: -o-linear-gradient(rgba(255, 255, 255, .95) 0, rgba(255, 255, 255, .95) 100%) !important;
	background-image: linear-gradient(rgba(255, 255, 255, .95) 0, rgba(255, 255, 255, .95) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2ffffff, endColorstr=#f2ffffff) !important;
}
.nav-bg {
	position: relative;
	z-index: 9;
}
.classification {
	line-height: 90px;
}
.classification li {
	font-size: 16px;
	padding: 0 20px;
}
.classification li.cur {
	border-bottom: 5px solid #bc2826;
}
.search-query {
	width: 100%;
	border: 1px solid #d2d5d9;
	border-radius: 2px;
}
.search-text {
	width: 90%;
	height: 37px;
	border: none;
	line-height: 36px;
	padding-left: 5px;
}
.search-submit {
	width: 10%;
	background: url(../images/search-submit-bg.png) no-repeat center center;
	height: 37px;
	border: none;
	text-indent: -999px;
}
.login-btn {
	line-height: 100px;
	font-size: 16px;
}
.nav-list-child {
	overflow: hidden;
	margin: 0px;
}
.nav-list li {
	float: left;
	line-height: 36px;
}
.nav-list >li >a {
	position: relative;
	z-index: 10;
	display: block;
	padding: 0 20px;
	position: relative;
	z-index: 10;
	background-color: #fff;
}
.nav-list li a {
	color: #2f3034;
	font-size: 16px;
}
.nav-list li.on > a, .nav-list li.on > a.on, .nav-list li a:hover {
	color: #bc2826;
}
.nav-list div.on > a, .nav-list div.on > a.on, .nav-list div a:hover {
	color: #bc2826;
}
.subline div.now > a, .subline div.now > a.on, .subline div a:hover {
	font-weight:bold;
}
.J-nav-list .cur > a {
	color: #bc2826;
}
.twoNav {
	position: relative;
	z-index: 9;
	background-color: #fff;
}
.qrcode {
	height: 29px;
	line-height: 29px;
}
.qrcode-title{
	position: absolute;
	top: -8px;
	left:-8px;
	height:30px;
	width:94px;
	padding-left:5px;
	z-index:140;
	background-color:#fff;
	color:#333; 
	display: none;
	border-left:1px solid #dfdfdd;
	border-right:1px solid #dfdfdd;
}
.cur.qrcode-title {
	display: block
}
.qrcode-open{
	background-color: #fff;
	position: absolute;
	top: 21px;
	width: 383px;
	height:235px;
	left: -297px;
	color: #000;
	z-index: 130;
	display: none;
	border:1px solid #dfdfdd;
}
.cur.qrcode-open {
	display: block
}
.threeNav {
	background-color: #555;
	position: absolute;
	top: -300px;
	width: 100%;
	left: 0;
	color: #000;
	overflow: hidden;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	transition: top .5s;
	z-index: -1;
	visibility: hidden;
}
.cur.threeNav {
	z-index: 7;
	top: 36px;
	visibility: visible;
}
.threeNav h4 {
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0 5px;
}
.threeNav li {
	line-height: 28px;
	margin-bottom: 10px;
}
.threeNav li div a {
	font-size: 12px;
	line-height: 28px;
	display: inline-block;
}
.threeNav li div a:hover {
	color: #bc2826;
}
.threeNav .nav-list:empty {
	display: none !important;
}
#header {
	font-size: 12px;
	font-weight: normal;
	background-color: #fff;
}
#header a.black:link, #header a.black:visited {
	color: #333;
}
.navbar-top {
	min-width: 1140px;
	padding-top: 0px;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	min-height: 30px;
	height: 30px;
	line-height: 30px;
}

.search-box {
    position: absolute;
    right: 263px;
    top: 23px;
}

.search-box .search-btn {
    font-size: 18px;
    position: absolute;
    right: -20px;
    top: 8px;
    cursor: pointer;
    color: #c8c8c8;
}

.search-fl input{
    outline: 0 !important;
}

.search-box .dropdown-menu{
		  	border:0 !important;
		  	padding:0 !important;
}

.qr-small-box-app-eproduct {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 128px;
    border: 1px solid #ddd;
}

.qr-small-img-eproduct {
    width: 78px;
    height: 78px;
}

.qr-small-box-app {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 18px;
    border: 1px solid #ddd;
}

.splitter {
	color: #c0c0c0 !important;
}
.prompt-cycle {
	background-color: #d9534f;
	border-radius: 4px !important;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	width: 8px;
	height: 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	top: -5px;
	left: -3px;
}
.mu-header {
	padding-top: 5px;
	position: relative;
	z-index: 10;
	background-color: #fff;
}
.logo {
	background: url("../images/logo.png") no-repeat center;
	width:158px;
    height:40px;
    background-size: 158px 40px;  	
}
a.main-menu-item:link, a.main-menu-item:visited {
	 position: relative;
		    display: block;
		    float: left;
		    font-size: 16px !important;
		    font-family:"Helvetica Neue",Helvetica,"PingFang SC","Tahoma","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
		    color: #333;
		    background: #fff !important;
		    height: 40px;
		    line-height: 40px;
		    padding: 0 15px !important;
}

#CMS_INFO:hover{ 
    color:#BE2A27 !important;
}


#EPRODUCT_PRODUCT:hover{ 
    color:#E1B384 !important;
}



#EPRODUCT_CLOUD:hover{ 
    color:#FF99AD !important;	
}



#EDEALER_ACTIVITY:hover{ 
    color:#36A08F !important;
}



#EDEALER_INFO:hover{
    color:#599BD9 !important;
}



#EDEALER_MANAGE:hover{ 
    color:#EC9B4B !important;
}



#EDEALER_MY:hover{ 
    color:#BE2A27 !important;
}

.color-normal {
	color: #808080;
}
input[type='text'], input[type='password'] {
	border: 1px solid #d9d9d9 !important;
	height: 26px;
	line-height: 24px;
	width: 180px;
}
input, select, textarea, button {
	border-radius: 3px !important;
}
.line-shadow {
	line-height: 1px;
	height: 1px;
	margin:0;
	padding-top:10px;
	border-bottom: 1px solid #ddd;
}
/*foot 灏鹃儴*/
#divFooter{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.logo-gray {
	background:url("../images/icon.png") no-repeat -138px -101px;
	width:52px;
	height:38px;
}

.footer{ padding: 0; 
	position: relative;
	/* background-size: cover;
	background-image: url("../images/footbackgroup.png"); */
}

.footer .footer-layer-left {
    background: #be2222;
    left: 0;
}

.footer .footer-layer {
    width: 50%;
    height: 200px;
    position: absolute;
    top: 0;
}

.footer .footer-layer-right {
    background: #b02514;
    right: 0;
}

.footer-one {
	/* background-color: #5d5d58; */
	padding: 0;
	width: 1920px;
	height: 200px;
	margin: 0 auto;
	background: url("https://www.infinitus.com.cn/images/footerDefault.png")  no-repeat center;
	color: #fff;
	position: absolute;
    left: 35%;
    margin-left: -720px;
	/* padding: 20px 0 30px; */

}

.footer-logo {
    display: inline-block;
    background: url("../images/footlogo.png") no-repeat center;
    width: 170px;
    height: 43px;
    position: absolute;
    top: 38px;
    left: 21px;
	background-size: 170px 43px;
}

.footer-link-wrap .footer-link-item {
    width: 160px;
}

.footer-li-title {
    font-size: 16px;
    font-family:"Helvetica Neue",Helvetica,"PingFang SC","Tahoma","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

.footer-link-wrap ul {
    margin-top: 10px;
}

.footer-link-wrap li {
    text-align: right;
}

.footer-link-wrap li a {
    color: #ffffff !important;
    font-size: 14px;
}

.footer-copyright a {
    font-size: 12px;
    font-family:"Helvetica Neue",Helvetica,"PingFang SC","Tahoma","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    text-decoration: none;
    color: #b2aeae;
    display: inline-block;
    margin-right: 10px;
}

.footer-one h3{
	color: #c4c4c4;
	padding: 8px 0px;
	font-family:"Helvetica Neue",Helvetica,"PingFang SC","Tahoma","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

.footer ul {
	padding-left: 0px;
}
.footer li {
	padding: 3px 0px;
}
.footer ul, .footer li, .footer ol {
	list-style: none;
}
.footer ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
.footer-second {
	/* background-color: #5d5d58; 
	padding:0 0 15px 0;*/
	color: #888888;
}

.footer-third {
	 background-color: #5d5d58; 
	padding:10px 0;
	color: #888888;
}

.footer-nav, .copyright {
	display: inline-block;
	vertical-align: middle;
}
.copyright , .copyright a{
	float: right;
	font-family:"Helvetica Neue",Helvetica,"PingFang SC","Tahoma","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	font-size : 14px;
}
.footer a, .footer a:hover, .footer a:focus {
	color: #888888 !important;
	font-family:"Helvetica Neue",Helvetica,"PingFang SC","Tahoma","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	text-decoration: none;
}
/* .footer-one a {
	font-size : 12px;
} */
.footer-nav a {
	font-size : 14px;
}
/*
* 鎼滅储鎻愮ず
* by rachelqx 2017-03-16
*/
#ulKeyWord .divider{ margin: 5px 0; }
#ulKeyWord  > li > a, #ulKeyWord .dropdown-header{ padding: 3px 20px; font-size: 12px; }
/*
* 璧拌繘鏃犻檺鏋�
* by wangxiaoli 2016-11-09
*/
.mySwiper .swiper-slide {
	position: relative;
}
.J-articlenavbar.navBarFiexd {
	position: fixed;
	top: 0;
	box-shadow: 0 2px 6px rgba(101,101,101,0.3);
	border: 1px solid #e6e6e6;
	border-top: none;
	background: #fff;
	z-index: 99;
}

.qr-mobile-drop {
    position: relative;
    z-index: 1002;
    width: 102px;
    height: 29px;
    float: right;
    padding: 0px 5px 0px 5px;
    margin-left: -2px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}

.J-navbarNone {
	opacity: 0;
	z-index: -1;
}

.nav-sub {
    position: absolute;
    left: 0;
    top: 56px;
    height: 4px;
    width: 100%;
    border-radius: 2px !important;
}

/*
* 娑堟伅寮瑰嚭妗�
*/
.messagebox {
	position: fixed;
	bottom: -300px;
	right:20px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border: 1px solid #ccc;
	background-color:#fff;
	border-radius:5px !important;
	z-index: 99999;
	width: 300px;
	font-size: 12px;
	color: #333;
}

.search-input-box.on {
    will-change: width;
    width: 380px;
    transition: width 0.5s;
}

.search-input-box {
    z-index: 200;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 0;
    height: 33px;
    background: #fff;
    overflow: hidden;
    will-change: width;
    transition: width 0.5s;
    position: relative;
}

.search-input-box .search-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 310px;
    border: 0 !important;
    font-size: 14px;
    color: #888585;
	padding: 0 5px;
}


.search-input-box .search-close{
    		height:33px;
    		width:21px;
    		margin:10px 2px 0 30px;
    	 }

.search-input-box .search-fl {
    width: 320px;
    height: 33px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    left: 53px;
    top: 0;
    border-bottom: 1px solid #DFDFDD;
}

.messagebox .header {
	padding:7px 10px;
	background-color:#c90908;
	border-top-left-radius:5px !important;
	border-top-right-radius:5px !important;
	min-height: inherit;
}

.messagebox .body {
	min-height:100px;
	padding:10px
}
.messagebox .body a { color: #0074a6; }
.messagebox .footer {
	padding:7px 10px;
	min-height: inherit;
}
/*
* 璧拌繘鏃犻檺鏋�-閿氱偣瀹氫綅
*/
.anchor-position {
	margin-top: -60px;
	padding-top: 60px;
	z-index: -1;
	position: relative;
	margin-bottom: 30px;
}
/*鏍忕洰title*/
.con-tit {
	line-height: 55px;
	font-size: 20px;
	color: #000;
	font-weight: 400;
}
.con-tit-logo{
	line-height: 31px;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	padding-left:10px;
	margin-top:6px;
	letter-spacing:1px;
}
.con-tit.font-bold{ font-weight: 700; }
.con-tit a{ color: #000;}
.con-tit a.pull-right, .con-tit a.text-gray {
	color: #888;
	font-weight: normal;
}
.con-tit a.titleMore:hover { color: #bc2826; }
.tit-tabs a {
	position: relative;
}
.tit-tabs a.font-bold {
	font-weight: 700;
}
.tit-tabs .active, .con-tit a.text-gray.active , .con-tit a.text-gray.active1  {
	color: #bc2826;
	font-weight: 600;
	border-bottom: 3px solid #bc2826
}
.tit-tabs .active1 {
	color: #bc2826;
	font-weight: 600;
	border-bottom: 3px solid #bc2826
}
#Gover{
	clear: both;
	overflow: hidden;
	height: 0;
}
/*鐒︾偣鍥�*/
.banner-swiper {
	max-height: 500px;
	overflow: hidden;
	margin-top: 5px;
	position: relative;
	width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.banner-swiper img {
	height: 450px;
}
.swiper-container .pagination, .swiper-container .paginationLogo {
	position: absolute;
	z-index: 9;
	bottom: 0px;
	width: 100%;
}
.swiper-container .pagination .swiper-pagination-bullet, .swiper-container .paginationLogo .swiper-pagination-bullet {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	font-size: 0;
	border-radius: 50%;
	border: 1px solid #9d9d9d;
	background: #c9c5c5;
	opacity: 1;
}
.swiper-container .pagination .swiper-pagination-bullet-active, .swiper-container .paginationLogo .swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-AutoHright {
	height: 0;
	display: none;
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari 鍜� Chrome */
	-o-transition: all .3s; /* Opera */
}
.swiper-AutoHright.swiper-slide-active {
	height: auto;
}
/*
* 鍏徃瑕侀椈
* by wangxiaoli 2016-11-09
*/
/*鐒︾偣鍥�*/
.news-swiper {
	max-height: 310px;
	overflow: hidden;
}
/*鍏徃鍔ㄦ��*/
.dynamic .dynamic-tit h3 {
	border-bottom: 1px solid #000;
	float: left;
	padding: 10px 0;
	padding-right: 20px;
	color: #000;
}
.dynamic ul li {
	line-height: 34px;
	font-size: 14px;
}
.dynamic ul span {
	border: 1px solid #000;
	color: #000;
	border-radius: 5px;
	text-align: center;
	min-width: 68px;
	padding: 0 5px;
	margin-right: 10px;
	display: inline-block;
	line-height: 26px;
}
/*浜у搧蹇*/
.newsFlash-swiper {
	max-height: 145px;
	overflow: hidden;
}
/*.swiper-button-next, .swiper-container-rtl .swiper-button-prev {right: 0px; left: auto;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 0px;right: auto;}*/
/*閬僵灞�*/
.mask-box {
	position: relative;
}
.figure .swiper-slide {
	padding: 0 15px;
}
/*杈规闃村奖*/
.div-shadow {
	-webkit-box-shadow: 0 0 10px #dfdfdd;
	-moz-box-shadow: 0 0 10px #dfdfdd;
	box-shadow: 0 0 10px #dfdfdd;
}
/*
* 鏈嶅姟澶у巺
* by wangxiaoli 2016-11-14
*/
.intelligent-robot {
	position: fixed;
	right: 0;
	top: 50%;
}
/*
* 鍋ュ悍浜虹敓
* by wangxiaoli 2016-11-29
*/
.healthyLife {
	position: relative;
}
.healthyLife .st-text {
	position: absolute;
	top: 50px;
	right: 50px;
	color: #888;
}
.healthyLife a:hover  .st-text{ color: #888;}
.healthyLife .st-text .tting, .healthyLife a:hover .st-text .tting{ color: #333;}
/*
* 鍏徃浠嬬粛
* by liwenning 2016-11-09
*/
.b-black {
	border-bottom: 1px solid #dfdfdd;
}
.nav_time {
	float: left;
	font-size: 30px;
	padding: 20px;
	line-height: 48px;
}
.nav_time.active {
	font-size: 38px;
}
.text-indent {
	text-indent: 2em;
}
.body_main {
	font-size: 16px;
	color: #888;
	line-height: 27px;
}
.main_all {
	border: 1px solid #dfdfdf;
	height: 146px;
}
.body_title {
	font-size: 20px;
	padding: 10px;
	color: #333;
}
.whole {
	width: 743px;
	height: 625px;
	border: 1px solid #797979;
}
.main_m {
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	clear: both;
	padding: 20px 0;
}
.nav_f {
	float: left;
	padding-right: 20px;
	color: #363636;
}
.nav_c {
	float: left;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	color: #a0a0a0;
	padding: 2px 10px;
}
.nav_t {
	float: right;
	color: #868686;
}
.normal_b {
	width: 743px;
	height: 494px;
	border: 1px solid #797979;
}
.normal_s {
	width: 670px;
	height: 210px;
	border-bottom: 1px solid #797979;
	margin: auto;
}
.normal_p {
	height: 140px
}
.normal_f .pull-left a {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	color: #a0a0a0;
	padding: 2px 10px;
}
.nav_cn {
	float: left;
	border: 1px solid;
	font-size: 15px;
	padding: 2px;
	margin-left: 10px;
	border-radius: 5px;
	color: #868686;
}
.song_name {
	float: left;
	font-size: 18px;
	color: #515151;
}
.song_time {
	float: right;
	font-size: 19px;
	padding-right: 30px;
	color: #515151;
}
.song_title {
	font-size: 30px;
	color: #434343;
}
.song_main {
	font-size: 20px;
	color: #515151;
	height: 218px;
}
.song_select {
	width: 620px;
	height: 253px;
	border: 1px solid #b5b5b5;
}
.song1 {
	width: 615px;
	height: 41px;
	background-color: #f8f8f8;
}
.song2 {
	width: 615px;
	height: 41px;
	background-color: #fff;
}
.song_foot {
	width: 615px;
	height: 89px;
	background-color: #bcbcbc;
	position: relative;
}
.song_play {
	width: 177px;
	height: 57px;
	background-color: #fff;
	position: relative;
	top: 20px;
	left: 20px;
	border-radius: 25px;
}
.song_name {
	float: left;
	font-size: 18px;
	color: #515151;
}
.song_time {
	float: right;
	font-size: 19px;
	padding-right: 30px;
	color: #515151;
}
.forward {
	height: 57px;
	float: left;
	width: 50px;
}
.play {
	height: 57px;
	color: black;
	float: left;
	width: 50px;
}
.back {
	height: 57px;
	float: left;
	width: 50px;
}
.address {
	font-size: 16px;
}
.mask {
	line-height: 35px;
	position: absolute;
	width: 100%;
	background: url(../images/bannerBg.png) no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	height: 35px;
}
.mask a {
	color: #fff
}
.map {
	width: 100%;
	height: 640px;
}
#l-map img {
	max-width: none;
}
.index-box {
	position: relative;
	display: inline-block;
}
.container .index-box img{ display: block;}
.index-pic{
	width: 352px !important;
	position: relative;
}
.index-pic img {
	width: 352px;
	height: 198px;
}
/*.title-info{line-height:30px;position:absolute;width:100%;background:#a8aba8;filter:alpha(opacity=50);-moz-opacity:0.50;opacity:0.50;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);color:#fff; bottom:0px;overflow: hidden;}*/
.title-info {
	line-height: 35px;
	position: absolute;
	width: 100%;
	background: url(../images/bannerBg.png);
	bottom: 0;
}
.title-info span {
	font-size: 16px;
}
.title-info p {
	margin: 0
}
.title-info a {
	color: #fff;
}
.wall_p {
	width: 262px;
	height: 147px;
}
.recruitment-info {
	position: absolute;
	margin-top: -105px;
	width: 92%;
	height: 105px;
	background-color: rgba(0, 0, 0, 0.5);
	filter: alpha(opacity=50);
	color: #fff;
}
.message_nav {
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #a1a1a1;
	color: #333;
	background-color: #f2f2f2;
}
.message_navclick {
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #a1a1a1;
	border-bottom: none;
	color: #333;
}
.page_nav {
	color: #fff;
	background-color: #5e5e5e;
	padding: 5px 10px;
	padding-left: 20px;
	text-align: right;
	margin-right: 10px;
}
.page_navc {
	color: #5e5e5e;
	background-color: #e4e4e4;
	padding: 5px 10px;
	padding-left: 20px;
	text-align: right;
	margin-right: 10px;
}
.product-box {
	height: 380px;
	width: 354px;
	border: 1px solid #cfcfcf;
}
.product-button {
	height: 60px;
	padding: 15px 45px;
	background-color: #cfcfcf;
	font-size: 16px;
}
.background_set1 {
	background-color: #5d5d58;
	width: 100%;
	height: 210px;
}
.background_part {
	color: #fff;
	text-align: center;
	margin-top: 40px;
}
.background_set2 {
	background-color: #4d4c49;
	color: #90908d;
	font-size: 14px;
	width: 100%;
	height: 50px;
	padding-left: 50px;
	padding-top: 15px;
	padding-right: 50px;
}
.product_nav {
	height: 53px;
	padding: 15px 0px;
	text-align: center;
	font-size: 18px;
}
.product_like {
	padding: 5px 0px;
	text-align: center;
}
.product_like.click {
	background-color: #f2f2f2;
}
.product_title {
	background-color: #ebebeb;
	text-align: center
}
.product_section {
	float: left;
	width: 12.5%;
	padding: 10px 0px
}
.product_hot {
	width: 27px;
	height: 24px;
	color: #fdfdfd;
	background-color: #cb5c5a;
	margin: 10px 5px;
	border-radius: 3px;
}
.product_promotions {
	width: 27px;
	height: 24px;
	color: #fdfdfd;
	background-color: #fdb03e;
	margin: 10px 5px;
	border-radius: 3px;
}
.product_new {
	width: 27px;
	height: 24px;
	color: #fdfdfd;
	background-color: #648ad7;
	margin: 10px 5px;
	border-radius: 3px;
}
.product_infonav {
	font-size: 30px;
	text-align: center;
	padding: 10px 20px;
	background-color: #f2f2f2;
}
.product_infonav.cur {
	border-bottom: 5px solid #bc2826;
}
.product_healthnav {
	padding: 15px 30px;
	font-size: 18px;
	color: #adadad;
	background-color: #e2e2e2;
	text-align: center;
	margin: 10px 0px;
	border-radius: 3px;
}
.product_healthnav1 {
	padding: 15px 30px;
	font-size: 18px;
	color: #fff;
	background-color: #bc2826;
	text-align: center;
	margin: 10px 0px;
	border-radius: 3px;
}
.product_healthnav2 {
	padding: 15px 30px;
	font-size: 18px;
	color: #fff;
	background-color: #e4cb1b;
	text-align: center;
	margin: 10px 0px;
	border-radius: 3px;
}
/*
* 搴旂敤澶у巺
* by 鐜嬫檽涓� 2016-11-23
*/
.J-applicationhall .swiper-slide {
	padding: 0 15px;
}
.application-wrapper {
	position: relative;
	cursor: pointer;
	-moz-user-select:none; /*鐏嫄*/
	-webkit-user-select:none; /*webkit娴忚鍣�*/
	-ms-user-select:none; /*IE10*/
	-khtml-user-select:none; /*鏃╂湡娴忚鍣�*/
	user-select:none;
}
.application-QRcode {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
.application-wrapper:hover .application-QRcode {
	display: block;
}
.wrapper .swiper-slide {
	width: 20%;
	padding: 0 15px;
}
/*
* 璧勮璇︽儏椤甸潰
* by 璐烘檽鐕� 2016-11-09
*/
#loadmore{
	background: #dfdfdf;
	margin: 15px 0;
	font-size: 18px;
	line-height: 44px;
	display: block;
}
.detailList-text {
	margin-left: 220px;
}
.detailList-text h4 {
	margin-top: 5px;
}
.J-font-change-content {
	font-size: 16px;
	overflow: hidden;
	line-height: 1.44;
}
.tagList{ margin: 10px 0 0 100px;}
.comment-submit{ width: 80px; text-align: center; padding: 5px 12px;}
.J-font-change-content .selectTdClass{background-color:#edf5fa !important}
.J-font-change-content table.noBorderTable td,.J-font-change-content table.noBorderTable th,.J-font-change-content table.noBorderTable caption{border:1px dashed #ddd !important}
.J-font-change-content table{margin-bottom:10px;border-collapse:collapse;display:table;}
.J-font-change-content td,.J-font-change-content th{padding: 5px 10px;border: 1px solid #DDD;}
.J-font-change-content caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.J-font-change-content th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.J-font-change-content table tr.firstRow th{border-top-width:2px;}
.J-font-change-content .ue-table-interlace-color-single{ background-color: #fcfcfc; }
.J-font-change-content.ue-table-interlace-color-double{ background-color: #f7faff; }
.J-font-change-content td p{margin:0;padding:0;}


.J-font-change-content.font18 {
	font-size: 18px !important;
}
.J-font-change-content.font18 * {
	font-size: 18px !important;
}
.cur_tit {
	color: #dfdfdd;
	line-height: 30px;
	padding: 10px 0;
	border-bottom: 1px solid #dfdfdd;
}
.cur_tit a {
	color: #868686;
	font-size: 14px;
}
.g-box {
	font-size: 16px;
	color: #555;
	line-height: 30px;
}
.double-a {
	text-align: right;
	margin: 10px 0;
}
.double-a span {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin-left: 10px;
	background-color: #dbdad8;
	display: inline-block;
	color: #fff;
	cursor: pointer;
}
.double-a span.active {
	color: #000;
}
.share-top i {
	font-style: normal;
}
.share-r span {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.fadate span {
	margin-right: 10px
}
/*瀵艰鏂�*/
.reading {
	margin: 30px 0;
	line-height: 24px;
	position: relative;
	font-size: 14px;
	padding: 18px 30px;
}
.readingBg{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.reading_header {
	word-wrap: break-word;
	overflow: hidden;
	max-height: 96px;
	position: relative;
	z-index: 2;
	letter-spacing: 1px;
}
@media only screen and (max-width: 639px){
	.reading_header{max-height: inherit;}

}
/*瀵艰鏃�*/
.reading2 .col-sm-11 img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.reading2 {
	background-color: #f9f9f9;
	padding: 20px 30px 20px 15px;
	margin: 30px 0;
	line-height: 34px;
	font-size: 16px;
}
.reading2 .reading_header{ padding-right: 50px; }

.nd-content p {
	text-indent: 2em;
}
.J-font-change-content p{
	text-indent:0;
}
.consultationItem {
	padding: 10px 0;
	border-bottom: 1px solid #dfdfdd;
	overflow: hidden;
	display: block;
}
.consultationItem h4 {
	color: #2f3034;
	font-size: 18px;
}
.consultationItem .media-left {
	width: 220px;
	height: 112px;
	overflow: hidden;
	margin: 0;
}
.consultationItem .media-left .imgdetail{ width: 200px; height: 112px; }
.consultationItem .media-heading{ font-size: 18px; margin-bottom: 15px;}
.consultationItem p {
	color: #888;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.consultationItem .pull-left a {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	color: #a0a0a0;
	padding: 2px 10px;
}
.comment textarea {
	height: 148px;
	border-radius: 0;
	border-color: #e1e1df;
	font-size: 16px;
	background-color: #f9f9f9;
	resize: none;
}
.commentItem {
	padding: 6px 0;
	border-bottom: 1px solid #f0f0ef;
}
.rankingItem {
	padding: 5px 0;
	border-bottom: 1px solid #f0f0ef;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rankingItem p {
	margin: 0;
}
.special {
	position: relative;
}
.special-info {
	padding: 15px;
	line-height: 15px;
}
.container img {
	max-width: 100%;
	display: inline-block;
}
.wonderfulVideo, .staySearch, .rankingList {
	position: relative;
}
.wonderfulVideo h4, .staySearch h4, .rankingList h4 {
	color: #000;
}
.relatedTags h4 {
	display: inline-block;
}
.relatedTags span {
	margin: 3px 10px;
	border-radius: 6px;
	background-color: #f9f9f9;
	min-width: 110px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
}
.relatedTags span a{ display: block; padding: 9px 10px;}
.btns-zan{ display: inline-block; padding: 5px 10px; border: 2px solid #888; border-radius: 46px; cursor: pointer; margin-top: 20px; }
.share_global img {
	cursor: pointer;
}
.comment .mood {
	display: none;
}
.h15 {
	height: 15px
}
.special img {
	width: 360px;
}
.news-right img {
	width: 353px
}
.commentDiv {
	overflow: hidden;
}
.commentList .show1 {
	text-align: center;
	cursor: pointer;
}
#sina.active {
	background: url(../images/f-ico11.png) no-repeat
}
.newproduct img {
	width: 273px;
	height: 182px
}

::-webkit-input-placeholder { /* WebKit browsers */
        color: #C8C8C8;
		font-family:"Helvetica Neue",Helvetica,"PingFang SC","Tahoma","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #C8C8C8;
		font-family:"Helvetica Neue",Helvetica,"PingFang SC","Tahoma","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

.detailTab{ display: none;}
.active.detailTab{ display: block;}
.detailPagination .swiper-pagination-switch{ background-color: #; }
.detailPagination .swiper-active-switch{ }
.consultationList{ margin-top: 40px;}
.relaContTab{
	display: inline-block;
	padding: 10px 2px;
	margin-bottom: -1px;
	margin-right: 10px;
}
.relaContTab.active{ position: relative; border-bottom: 4px solid #bc2826; }
.commentModel{ margin-top: 30px;}
/*******************************
   -------[=娴姩妗哴-------
********************************/
#floatBar {
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
}
#floatBar ul {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 50px;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#floatBar li {
	margin: 2px 0;
	position: relative;
	line-height: 42px;
	width: 42px;
	height: 42px;
	background-color: #bcbcbc;
}
#floatBar li a {
	font-size: 18px;
	color: #fff;
}
#floatBar li i {
	display: block;
	height: 42px;
	position: relative;
	z-index: 1;
	background: url(../images/f-ico1.png) no-repeat center center;
}
#floatBar li span {
	display: block;
	position: absolute;
	top: 0;
	padding: 0;
	right: -60px;
	background-color: #bcbcbc;
	border-radius: 5px 0 0 5px;
	z-index: 9999;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	width: 42px;
	font-size: 14px;
	cursor: pointer;
	color: #fff
}

.main-menu-item-active  .nav-sub{
    background: #BE2A27;
}

.pt10{
	padding-top:10px;
}
.pt18{
	padding-top:18px;
}
.pt23{
	padding-top:15px;
}
.pt26{
	padding-top:26px;
}
.pt31{
	padding-top:20px;
}

.pt31 a {
	font-size: 16px !important;
    font-family:"Helvetica Neue",Helvetica,"PingFang SC","Tahoma","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

.pt36{
	padding-top:36px;
}
.app100{
	width: 80px;
    height: 80px;
    position: absolute;
    right: 18px;
    border: 1px solid #ddd;
}
.app80{
	width:80px;
	height:80px;
}
#floatBar li:hover span {
	right: 0;
}
#floatBar li .sv2 {
	background-image: url(../images/f-ico1.png);
}
#floatBar li .sv3 {
	background-image: url(../images/f-ico2.png);
}
#floatBar li .sv4 {
	background-image: url(../images/f-ico3.png);
}
#floatBar li .sv5 {
	background-image: url(../images/f-ico4.png);
}
#floatBar li .sv6 {
	background-image: url(../images/f-ico5.png);
}
/*鍒囨崲*/
.tabs {
	width: 100%;
}
.tabs a {
	width: 50%;
	float: left;
	position: relative;
	border-radius: 0;
	background-color: #f1f1f1;
	color:#000000;
	text-align: center;
	margin-right: 0;
	font-size: 16px;
	border: none;
	padding: 13px 15px;
}
.tabs a.active {
	background-color: #9d9d9d;
	color: #e9e9e9;
	border: none;
}
.swiperTab {
	height: 320px;
	border: 1px solid #e6e6e6;
	border-top: 0;
}
.content-slide {
	padding: 40px;
}
.staySearch-text {
	font-size: 16px;
	line-height: 30px;
}
.staySearch-text i {
	margin: 0 10px;
	color: #ccc;
	font-style: normal;
}
.staySearch-text i, .staySearch-text span {
	display: inline-block;
	vertical-align: middle;
}
.videoContainer{ display: inline-block;}
/*
* 钁ｄ簨闀垮瘎璇�
* by 璐烘檽鐕� 2016-11-09
*/
.chairman-bg{
	position: relative;
}
.chairman-bg:before{
	content: "";
	position: absolute;
	top: -10px;
	background:url(../images/chair-title2.jpg) no-repeat center top ;
	z-index: 2;
	width: 100%;
	height: 20px;
	display: block;
}
.chairman-info {
	padding: 10px;
	text-align: center;
}
.chairman-info p {
	text-align: center;
}
.chairman-top .next {
	float: left;
	position: relative;
	background: url("../images/next.png") no-repeat;
	cursor: pointer;
	display: block;
	height: 34px;
	width: 7%;
}
.chairman-top .prev {
	float: left;
	position: relative;
	background: url("../images/prev.png") no-repeat;
	cursor: pointer;
	display: block;
	height: 34px;
	width: 7%
}
.chairman-box {
	height: 44px;
	line-height: 44px;
	text-align: center;
	box-sizing: content-box;
}
.chairman-box a {
	display: inline-block;
	color: #949494;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
.chairman-box .year {
	color: #000;
}
.chairman-content {
	position: relative;
	-moz-user-select:none; /*鐏嫄*/
	-webkit-user-select:none; /*webkit娴忚鍣�*/
	-ms-user-select:none; /*IE10*/
	-khtml-user-select:none; /*鏃╂湡娴忚鍣�*/
	user-select:none;
}
.chairman-list {
	padding: 10px 0;
	text-align: center;
	overflow: hidden;
	-moz-user-select:none; /*鐏嫄*/
	-webkit-user-select:none; /*webkit娴忚鍣�*/
	-ms-user-select:none; /*IE10*/
	-khtml-user-select:none; /*鏃╂湡娴忚鍣�*/
	user-select:none;
}
.chairman-list p {
	overflow: hidden;
}
/*
* 鎼滅储
* by 璐烘檽鐕� 2016-11-10
*/
.s-search {
	width: 100%;
	color: #666;
	margin: 20px auto;
}
.search-titl a.active {
	border-bottom: 2px solid #bc2826;
	color: #bc2826;
}
.s-search a {
	color: #666;
	font-size: 16px;
	margin: 0 20px 0 0;
	border-bottom: 2px solid #fff;
}
.s-bar input {
	width: 85%;
	height: 40px;
	border: none medium;
	float: left;
	padding-left: 10px;
}
.s-bar {
	border: 1px solid #e6e6e6;
	box-shadow: none;
	margin-bottom: 10px;
}
.s-bar input, .s-bar a {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}
.s-bar a {
	margin: 0;
	display: inline-block;
	width: 15%;
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	float: left;
	border-left: 1px solid #e6e6e6;
}
.s-search .input-group {
	display: block;
}
.s-search .search-query {
	width: 92%
}
.mushroomQuery {
	border: 1px solid #d2d5d9;
	width: 92%;
	margin-top: -3px;
	border-top: none;
	background: #fff;
	overflow: hidden;
}
.mushroomQuery .mushroomlist {
	padding: 10px;
	width: 100%;
	height: 30px;
}
.media-body em {
	font-style: normal;
}
/*
* 鍥惧簱鍒楄〃
* by 璐烘檽鐕� 2016-11-10
*/
.gallery {
	width: 25%
}
.gallery-next-page {
	display: inline-block;
	position: relative;
	background: url("../images/gallery-prev-page.png") no-repeat;
	cursor: pointer;
	height: 15px;
	width: 9px;
	margin-right: 10px;
}
.gallery-prev-page {
	display: inline-block;
	position: relative;
	background: url("../images/gallery-next-page.png") no-repeat;
	cursor: pointer;
	height: 15px;
	width: 9px;
}
.gallery-num {
	font-size: 18px;
	display: inline-block;
	margin-right: 10px;
}
.gallery-box {
	border: 1px solid #e6e6e6;
	margin: 1px;
	position: relative;
}
.gallery-box .gallery-info{ width: 100%;}
.gallery-box:hover { border: 2px solid #bc2826; margin: 0;}
.gallery-pic img {
	width: 100%;
	height: 141px;
	overflow: hidden;
}
.gallery-info h4 {
	height: 40px;
	padding: 0;
	line-height: 25px;
	font-size: 16px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}
.gallery-info p {
	margin-top: 10px;
	height: 37px;
	overflow: hidden;
}
.gallery-info {
	padding-left: 10px;
	padding-right: 10px;
}
.gallery-paging {
	width: 100%;
	text-align: right;
}
.page {
	width: 45%;
	margin: 20px auto;
	position: relative;
	text-align: center;
	color: #999;
}
.page-search {
	width: 70%;
}
.page-num span {
	margin: 0 8px;
	cursor: pointer;
}
.page-num {
	padding: 10px 0;
	font-size: 18px;
}
.wf-main {
	position: relative;
}
.wf-main .wf-cld {
	padding: 0px 15px;
	margin-bottom: 15px;
	float: left;
}
/*
* 鍥惧簱璇︾粏
* by 璐烘檽鐕� 2016-11-10
*/
.rg-image-wrapper img {
	width: 100%;
}
.rg-captionCont{
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 49px;
	left: 0;
	right: 0;
}
.rg-caption {
	line-height: 18px;
	position: relative;
	min-height: 49px;
	width: 100%;
	color: #fff;
	padding: 10px;
}
@media screen and (max-width:415px){
    .rg-caption {
        max-height: 95px;
        overflow:auto;
    }
}

.rgMin-image-wrapper {
	padding: 10px 0;
}
.rgMin-image-wrapper .swiper-slide {
	border: 2px solid #f9f9f9;
	width: 14.285%;
}
.rgMin-image-wrapper .swiper-slide-active img{
	border: 2px solid #38c8f2;
}
/*.rgMin-image-wrapper .swiper-button-prev, .rgMin-image-wrapper .swiper-button-next{ background-color: #fff; }*/
.g-date {
	width: 10%;
	color: #999;
	font-size: 18px;
	position:absolute;
	top:10px;
}
.g-texts {
	width: 85%;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
}
.library-info {
	position: absolute;
	margin-top: -62px;
	width: 89%;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	filter: alpha(opacity=50);
	color: #fff;
}
.library-info h4 {
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	color: #fff;
}
.J-briefCon .show {
	cursor: pointer;
	overflow: hidden;
	height: 29px;
	width: 29px;
	background: url(../images/show1.png) no-repeat;
	top: 10px;
	right: 10px;
	position: absolute;
}
.J-briefCon .show.active {
	background: url(../images/show2.png) no-repeat;
}
.swiper-wrapper .swiper-abbreviations img {
	width: 98%;
}
.gallery-img {
	width: 1120px;
	height: 747px;
}
.box-title{ font-size: 26px; padding: 15px 0 8px; color: #000;}
.gallery-title{font-size: 26px;height:108px;color: #000;margin-bottom:45px;border:1px solid #dfdfdf;}
.gallery-title .img{width:147px;height:82px;margin-top:13px;}
.gallery-title .title{
	height:35px;
	width:600px;
	margin-top:35px;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -o-box;
    -o-box-orient: vertical;}
/*
* 棣栭〉
* by 璐烘檽鐕� 2016-11-24
*/
.mr-info {
	padding: 0;
	width: 100%
}
.full-banner-swiper {
	width: 100%;
	height: 480px;
	overflow: hidden;
}
.full-banner-swiper .swiper-button-prev, .full-banner-swiper .swiper-button-next {
	width: 57px;
	height: 57px;
	display: none;
	-moz-background-size: 57px 57px;
	-webkit-background-size: 57px 57px;
	background-size: 57px 57px;
}
.full-banner-swiper .swiper-button-prev {
	background-image: url("../images/ico-prev-banner.png");
}
.full-banner-swiper .swiper-button-next {
	background-image: url("../images/ico-next-banner.png");
}
.full-banner-swiper .swiper-slide > a {
	display: block;
	width: 100%;
	height: 480px;
	background: no-repeat center center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.div-dsz {
	height: 289px;
	height: 291px \9;
}
.index-info h3 {
	margin-top: 17px;
	margin-bottom: 17px;
}
.imgBlurBox{ background: none; left: 0px; right: 0px; bottom: 0px; width: inherit;}
.imgBlur{ position: absolute; bottom: 0; -webkit-filter: blur(10px); filter: blur(10px);}
.imgBlur ~ p{ position: relative; z-index: 1; background: rgba(50,50,50,0.3);}
/*
* 涔︽湰鎵撳紑flash
* by 鍙ょ闇� 2016-11-28
*/
#mask_popup {
	background-color: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9000;
}
#popup_info {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	display: block;
	height: 40px;
	left: 0;
	position: fixed;
	top: 0;
	width: 40px;
	z-index: 9999;
}
.list-books a {
	color: #999
}
.list-books a.active {
	color: #333
}
/*
* 鎮诞
* by 璐烘檽鐕� 2016-11-29
*/

.jumNav {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 580px;
	width: 42px;
	z-index: 400;
	border: 1px solid #ddd;
	display: block;
	padding: 0;
	background: #f5f5f5;
	border-top: 0 none;
}
.jumNav li{ display: block; position: relative;}
.jumNav li > div{
	display: none;
	position: absolute;
	top: 0;
	width: 150px;
	z-index: 9;
	color: #fff;
	height: 42px;
	background-color: #f5f5f5;
	left: 10px;
	z-index: 900;
	-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;
	-webkit-transition:left .3s ease-in-out .1s;-moz-transition:left .3s ease-in-out .1s;transition:left .3s ease-in-out .1s;
	border: 1px solid #ddd; border-right: 0 none;
	color: #999;
}
.jumNav li > a{ text-align: center; display: block; font-size: 22px; height: 40px; color: #999; padding: 9px;border-top: 1px solid #ddd; position: relative; z-index: 999;}
.jumNav li a.text-warning{ color: #f9a519!important; }
.jumNav li a.selected{ font-size: 14px; padding: 5px 0px; }
.jumNav li a.selected.fa-font, .jumNav li a.selected.fa-thumbs-o-up,.jumNav li a.selected.fa-comments,.jumNav li a.selected.fa-share-square-o{ padding-top: 12px;}
.jumNav li a.selected:before{ content: ""}
.jumNav li > a:hover{ background-color: #ddd;}
.jumNavHasHover:hover > div{ display: block; }
.jumNav .jumNavHasHover div span {
	float: left;
	line-height: 40px;
	padding: 0 0 0 10px;
	cursor: pointer;
}
.jumNav .fontSize div {
	width: 150px;
	left: -150px;

}
.jumNav .share div {
	width: 110px;
	left: -110px;
}
.jumNav .total-qty{
	position: absolute;
	top: 2px;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 12px;
}
.jumNav .fa-shopping-cart:before{
	top: 15px;
	position: absolute;
	left: 10px;
}
.yjbys_sj {
	position: absolute;
	z-index: 9999;
	top: 150px;
	display: none;
}
/*
* 寮规
* by 璐烘檽鐕� 2016-12-9
*/
.bombBox {
	width: 350px;
	height: 200px;
	margin: 0 auto;
	background: #fff;
	position: fixed;
	bottom: 0;
	right: 0;
	margin-left: -250px;
	margin-top: -166px;
	z-index: 111;
	border: 1px solid #cfcfcf;
}
.bombBox .hint2 {
	padding: 5px 20px;
	background-color: #c9c9c9;
	width: 92%;
	float: left;
}
.bombBox .hint3 {
	padding: 5px 0px;
	text-align: center;
	width: 8%;
	float: left;
	cursor: pointer;
}
.bombBox .hint-in2 {
	overflow: hidden;
}
.bombBox-box {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 100;
	bottom: 0;
}
.imginfo {
	width: 100%;
	height: 180px;
}
.imgdetail {
	width: 200px;
	height: 112px;
}
.h-34 {
	height: 34px;
}
.h-35 {
	height: 35px;
}
.companyname {
	margin-bottom: 20px;
}
.eleBookBg{ padding: 40px 0 10px;}
.eleBookList{ width: 235px; float: left; margin: 0 0 40px 40px;}
.product { display: inline-block; box-shadow:0 0 8px rgba(0,0,0,0.4); cursor:pointer; }
.product-name{ background-color:#bd394c; padding:8px 5px; color:#fff; box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); font-size:13px; text-align: center;}
.pointer{cursor:pointer}
.map .citylist_popup_main .city_content_top{position: relative; height: 40px; padding: 15px 10px 0px 10px; border-bottom: 1px solid #CCC; margin: 0px 10px;}
.un-select{-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;-khtml-user-select: none;user-select: none;}

/*寰俊寮瑰嚭妗�*/
#weixinshare {
	width: 265px;
	height: 320px;
	border: solid 1px #d8d8d8;
	z-index: 1000000;
	position: fixed;
	top: 0px;
	left: 0px;
	background: white;
	display: none;
	padding: 10px;
}

#weixinshare .bd_weixin_popup_head {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 16px;
	height: 16px;
	position: relative;
	color: #000;
	margin: 10px 0;
}

#weixinshare .bd_weixin_popup_head .bd_weixin_popup_close {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	text-decoration: none;
	font-size: 16px;
}

#weixinshare .erweima {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

#weixinshare .erweima canvas {
  max-width: 100%;
}

#weixinshare .erweima .erweimas {
	width: 100%;
	display: block;
}

#weixinshare .msgs {
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
	line-height: 22px;
	color: #666;
}
/*
* 涓氬姟閭鐧诲綍
* by 鍙ょ闇� 2017-03-30
*/
.login-wrap{position:relative;height:475px; color: #231f20;}
.login-banner{position:absolute;left:0;top:0;width:100%;height:475px;background:#bce4ff}
.login-wrap .container{width:1000px}
.login-panel{position:relative;z-index:10;margin-top:49px;padding:0;width:334px;height:346px;background-color:#fff;border:1px solid #eee}
.login-verify{height:34px;line-height:34px;padding-left:0}
.login-code{padding:50px 20px 52px 20px}
.login-code-title{margin-bottom:20px;font-size:18px}
.login-code-tool{margin-top:20px}
.login-form{padding:10px 30px 10px 30px}
.remember-me{margin:0!important}
.login-form .btn-lg{font-size:20px;padding-top:8px;padding-bottom:6px}
.login-banner .advertise{background:#bce4ff url('../images/banner.png') no-repeat;height:475px}
.input-group .input-group-addon{color:#ccc; border-radius: 0 !important; background-color: #eee;}
.login-text{height:47px!important;line-height:34px; background-color: rgb(250, 255, 189); background-image: none; color: rgb(0, 0, 0); border-radius: 0!important;}
.login-text:focus{ border-color: #f90 !important;}
input.btn-login{background-color:#bc2826!important;height:40px!important;width:273px!important;font-size:18px!important;color:#fff!important}
input.btn-login:hover{background-color:#910000!important}
input.btn-login:focus{background-color:#7e0000!important}
@media only screen and (max-width: 1000px){
	.login-wrap .container{width: 100%; padding: 0;}
	.login-panel{ margin-right: 10px;}
}

/*******************************
   -------[楂樹繚鏍煎紡]-------
********************************/
.p-b-3{padding-bottom:3px;}
.font15{font-size:15px;}
.color88{color:#888888;}
.color2c{color:#2c2c2c;}
.newcontainer{width:1250px;margin: 0 auto;}
.inb_dd1{color:#000000;}
.inb_dd2{color:#2c2c2c;}
.bg-colorf9{background-color:#f9f9f9;}
.con-tit1 {
	line-height: 30px;
	font-size: 20px;
	color: #000;
	font-weight: 400;
}
.h-30{height: 30px;}
.h-32{height: 32px;}
.pageb{  color: #5e5e5e;
  background-color: #e4e4e4;
  padding: 5px 10px;
  text-align: center;
margin-right:5px;}
.pagec{  color: #ffffff;
  background-color: #bc2826;
  padding: 8px 12px;
  text-align: center;
margin-right:5px;}

.rightbox{margin-top:40px;border:1px solid #e6e6e6;}
.color27{color:#272636;}
.lh1-3{line-height:1.3;}
.color01{color:#010101;}
.color00{color:#000000;}
.staySearch-text-hs{  font-size: 18px;line-height: 30px;}
.arrow-down{  border-top: 10px solid #9d9d9d;border-left: 10px solid transparent;border-right: 10px solid transparent;width: 0;height: 0px;position: relative;top: 48px;left: 65px;}
.tabs a.active-hs{background-color: #9d9d9d;color: #fff;border: none;}
.line-clamp3{  height: 70px;line-height: 24px;-webkit-line-clamp: 3;-moz-line-clamp: 3;-o-line-clamp: 3;}
.detailList-text-hs{margin-left:270px;padding-left:15px;padding-right:15px}

.con-tit2{ position: relative; background-color: #f9f9f9; color: #888; font-size: 20px; height: 34px; overflow: hidden; line-height: 21px; margin: 0 0 20px; padding: 6px 20px;}
.con-tit2-hd{ color: #888; border-left: 10px solid #bc2826; padding-left: 10px; display: inline-block; height: 22px;}
.con-tit2-more{ float: right; font-size: 15px; color: #888; position: relative; }
.con-tit2-more:after{ content: ""; width: 10px; height: 10px; display: inline-block; border-width: 0 2px 2px 0; border-style: solid; border-color: transparent #888 #888 transparent; -moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
a.con-tit2-more:hover:after{ border-color: transparent #bc2826 #bc2826 transparent;}
.con-tit2-tab{ overflow: visible; }
.con-tit2-tab a{ color: #888; position: relative; margin-right: 20px;}
.con-tit2-tab a.active{ color: #bc2826;}
.con-tit2-tab a.active:after{ content: ""; position: absolute; bottom: -4px; left: 0; right: 0; height: 2px; background-color: #bc2826; width: 100%;}
.con-tit2-select{ position: absolute; right: 5px; top: 2px; line-height: 22px; font-size: 15px; padding: 3px 5px; border: 1px solid transparent; }
.con-tit2-select:after{ content: ""; position: absolute; right: 5px; top: 4px; width: 10px; height: 10px; display: inline-block; border-width: 0 2px 2px 0; border-style: solid; border-color: transparent #888 #888 transparent; -moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg); }
.con-tit2-select-option{ padding-right: 20px; display: none; cursor: pointer}
.con-tit2-select-option.active{ display: block;}
.con-tit2-select:hover { background-color: #f9f9f9; border-color: #aaa;}
.con-tit2-select:hover .con-tit2-select-option{ display: block;}
.mr42{ margin-right: 42px;}
.mt42{ margin-top:42px; }
.w125{ width: 125px;}
.w165{ width: 165px;}
.w176{ width: 176px;}
.w280{ width: 280px;}
.w308{ width: 308px;}
.w352{ width: 352px;}
.w375{ width: 375px;}
.w550{ width: 550px;}
.w746{ width: 746px;}
.w790{ width: 790px;}
.w820{ width: 820px;}
.width350{width:350px;}
.tabs .active:after {position:absolute;bottom:-.99rem;left:50%;margin-left:-.5rem;content:"";width:0;height:0;border-width:.5rem;border-style:solid;border-color:#9d9d9d transparent transparent;}
.w70p{ width: 69.9%;}
.w30p{ width: 30%;}
.w20p{ width: 20%;}
.pic-3D{position:relative;}
.pic-3D-line{position: absolute;background: url(../images/bannerBg.png) no-repeat;background-size: 100% 100%;bottom: 0;left: 0;width: 100%;height: 100%;color: #fff;font-size: 22px;line-height: 30px;font-weight: 400;}
.pic-3D-title{margin-left:35%;margin-top:15%;letter-spacing: 2px;}
.b-d-g{border-bottom: 1px dashed #e6e6e6;}
.b-l-r{border-left: 9px solid #bc2826;padding-left: 10px;height:21px;}
.pr-b-5{position:relative;bottom:5px;}
.font17{font-size:17px;}
.more-line{float:left;border-bottom:1px solid #888888;height:19px;}
.videoIcon-right{ position: relative; }
.videoIcon-right:after{ content: ''; position:absolute; left: 50%; top: 50%; margin: -30px 0 0 -33px; width: 66px; height: 60px; display: block; background: url(../images/icons.png) no-repeat center -211px; }
.pic-3D a, .pic-3D a:hover, .pic-3D a:focus {color: #ffffff !important;text-decoration: none;}
.line-clamp-5-infi {height: 110px;line-height: 22px;-webkit-line-clamp: 5;-moz-line-clamp: 5;-o-line-clamp: 5;}
.infi-li-ellipsis{display: inline;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 88%;}

/*鍒楄〃1銆愬瓧浣�15锛岃楂�30锛岃秴鍑虹渷鐣ュ彿銆�*/
.list-style{ }
.list-style li{ position: relative; clear: both; overflow: hidden; padding-left: 17px;line-height: 34px; height: 34px; }
.list-style li:before{ content: ""; position: absolute; left: 0; width: 7px; height: 100%; display: block; overflow: hidden;background: url(../images/point.png) no-repeat center;}
.list-style li a{ font-size: 15px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; padding-right: 5px;}
.list-style32 li{ line-height: 32px; height: 32px; }
.list-style34 li{ line-height: 34px; height: 34px; }

.list-point{ position: relative; padding-left: 20px; }
.list-point:before{ content: ""; position: absolute; left: 0; width: 10px; height: 100%; display: block; overflow: hidden;background: url(../images/point_lg.png) no-repeat 0 center;}
.list-point.active:before{ background-position: -20px center; }
/*澹佺焊銆佸浘搴撳垪琛�*/
.box-shadow2{
	-webkit-box-shadow: 0 2px 6px rgba(101,101,101,0.3);
	-moz-box-shadow: 0 2px 6px rgba(101,101,101,0.3);
	box-shadow: 0 2px 6px rgba(101,101,101,0.3);
}
.productList.box-shadow2:hover, .bookList:hover .box-shadow2{
	-webkit-box-shadow: 0 4px 6px rgba(101,101,101,0.6);
	-moz-box-shadow: 0 4px 6px rgba(101,101,101,0.6);
	box-shadow: 0 4px 6px rgba(101,101,101,0.6);
}
.productList{ float: left; width: 272px; margin:0 17px 17px 0; }
.productList:nth-child(4n+1){ margin-right: 0; float: right; }
.productList-wall{ float: left; width: 272px; margin:0 17px 17px 0; }
.productList-wall:nth-child(4n){ margin-right: 0; float: right; }
.productList-img{ }
.productList-bd{ padding:10px 15px 15px;}
.productList-title{ font-size: 16px; color: #000; }
.productList-auxiliary{ line-height: 25px; }
.productList-content{ line-height: 24px; height: 48px; }
/* 鐢靛瓙涔﹀垔 */
.bookList{ float: left; width: 265px; margin:0 10px; }
.bookList-img{ display: block;}
.bookList-bd{ text-align: center; font-size: 18px; color: #2c2c2c; line-height: 28px; margin: 25px 0 35px;}
/*鎵嬫満绔�*/
@media only screen and (max-width: 1140px) {
	.container {
		width: 100%;
		padding: 0 10px;
	}
	.w746 { width: 100%; }
	.w820 { width: 100%; }
	.width350 { width: 100%; }
}
@media only screen and (max-width: 639px) {
	.login-panel{ left: 50%; position: absolute; margin-left: -167px;}
	.w280 { width: 100%; }
	.w352 { width: 100%; }
	.w550 { width: 100%; }
	.w790 { width: 100%; }
	.w308 { width: 100%; }
	.jwplayer{ width: 100% !important; }
	.videoContainer{ width: 100%;}
	.fadate > span { display: block;}
}

.icon-gbss-link{width:21px;height:20px;background:url(../images/gbss_login.png) no-repeat scroll}

.browserTips{
	font-size: 12px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #8a6d3b;
	background-color: #fcf8e3;
	margin: 0;
	z-index: 99999;
	padding: 5px 35px;
	border: 1px solid #faebcc;
	position: relative;
}
.hs-title-info {
	line-height: 35px;
	position: absolute;
	width: 100%;
	background: url(../images/newbannerbg.jpg);
	bottom: 0;
}
.tipCheckbox-inline{ margin: 0 20px; vertical-align: middle;}
.tipCheckbox-inline span, .tipCheckbox-inline input{ vertical-align: middle; margin: 0;}
button.tipClose{ text-indent: -9999px; color: #8a6d3b; border: 1px solid #fcf8e3; width: 20px; height: 20px; overflow: hidden; margin-top: 5px; background: url("../images/close.gif") no-repeat center -1px; }
button.tipClose:hover{ color: #8a6d3b; border-color: #8a6d3b; background-position: center -21px; }

.newebookbtn{color:#888;border:0px;width:65px;background-color:#f9f9f9;position:absolute;bottom:0;right:15px;appearance:none;  
-moz-appearance:none; /* Firefox */  
-webkit-appearance:none; /* Safari 鍜� Chrome */  }
select::-ms-expand { display: none; }
.selectNone, .newebookbtn{-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;}
.ebookarrow{background:url(../images/downarrow.jpg) no-repeat right center;}

.chair-list{background-color:#f3f3f3; line-height: 54px; height: 54px; overflow: hidden;}
.chair-list-a{background-color:#dfdfdf;}

.app-img{border-radius:10px;}
.app-img a:hover{text-decoration: none;}
.b-l-n{border-left: none}
.line-clamp-otherebooks{width:180px;height:168px;line-height: 24px;-webkit-line-clamp: 7;-moz-line-clamp: 7;-o-line-clamp: 7;word-wrap:break-word;}

/*缁存姢鎻愰啋*/
.warningline{background-color:#e6e6e6;min-height:85px;width:100%;z-index: 66666;position: relative;}
.warning-warn{width: 23px;
    height: 22px;background: url(../images/warning.jpg) no-repeat;}
.warning-main{width:1040px;color:#4c4c4c;line-height:30px;}
.warning-cancel{width: 27px;
    height: 28px;background: url(../images/cancel.jpg) no-repeat;}
.tuijian-t{-webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;}
.logo-size{
	padding-bottom:14px;
	padding-top:14px;
	width:138px;
}

/*鍝嶅簲寮忓唴瀹�------------------------------------------------------------------------*/

/*钁ｄ簨闀垮瘎璇�*/
.chair-line{width:350px;float:right;}

@media only screen and (min-width: 769px) {
	.chair-click{
	display:none;
	}
}
@media only screen and (max-width: 768px) and (min-width: 416px){
	.chair-line{
	float:left;
	width:100%;
	margin-top:10px;
	}
	.chair-click{
	display:block;
	position:absolute;
	top:105px;
	right: 0;
	background-color:#fff;
	z-index:99;
	background: url(../images/chairleft.png) no-repeat bottom center}
	.chair-click.active{right:360px;background: url(../images/chairright.png) no-repeat bottom center}
	.full-banner-swiper{height:300px;}
	.full-banner-swiper .swiper-slide > a {
	height:300px;
	}
}

@media only screen and (max-width: 416px) {
	.chair-line{
	float:left;
	width:100%;
	margin-top:10px;
	}
	.chair-click{
	display:block;
	position:absolute;
	top:80px;
	right: 0;
	background-color:#fff;
	z-index:99;
	background: url(../images/chairleft.png) no-repeat bottom center}
	.chair-click.active{right:0;background: url(../images/chairright.png) no-repeat bottom center}
	.full-banner-swiper{height:233px;}
	.full-banner-swiper .swiper-slide > a {
	height:233px;
	}
}
@media only screen and (max-width: 376px){
	.full-banner-swiper{height:212px;}
	.full-banner-swiper .swiper-slide > a {
	height:212px;
	}
}
@media only screen and (max-width: 361px){
	.full-banner-swiper{height:203px;}
	.full-banner-swiper .swiper-slide > a {
	height:203px;
	}
}
@media only screen and (max-width: 321px){
	.full-banner-swiper{height:180px;}
	.full-banner-swiper .swiper-slide > a {
	height:180px;
	}
}

/*瓒抽儴鎵嬫満鍐呭缂╂斁*/
@media only screen and (min-width: 416px) {
	.foot-pc{display:block;}
	.foot-phone{display:none;}
}
@media only screen and (max-width: 416px) {
	.foot-click1{background: url(../images/footopen.png) no-repeat right}
	.foot-click1.active{background: url(../images/footclose.png) no-repeat right}
	.foot-line1{display:none;}
	.foot-pc{display:none;}
	.foot-phone{display:block;}
}
/*瓒抽儴鎮诞妗�*/
@media only screen and (min-width: 768px) {
	.jumpphone{display:none;}
}

@media only screen and (max-width: 768px) {
	.jumNav{left:inherit;top:44%;right:0%;display:none;margin:0px;}
	.jumpphone{height:50px;width:50px;position:fixed;top:36.5%;right:0%;z-index:500;display:block;margin-top:10px;background: url(../images/jumpopen.png) no-repeat;background-size:50px;}
	.jumpphone.active{background: url(../images/jumpclose.png) no-repeat;background-size:50px;}
	.w790{width:100%;}
}
@media only screen and (max-width: 415px){
	.f-icp-phone{padding-right:140px;}
}
@media only screen and (max-width: 376px){
	.f-icp-phone{padding-right:120px;}
}
@media only screen and (max-width: 361px){
	.f-icp-phone{padding-right:110px;}
}
@media only screen and (max-width: 321px){
	.f-icp-phone{padding-right:90px;}
}
/*澶撮儴鍦╥pad鍜宲hone涓嬪搷搴斿紡*/
.login-1{height:28px;width:28px;background: url(../images/login-1.png) no-repeat center;}
.login-2{height:28px;width:28px;background: url(../images/login-2.png) no-repeat center;}
@media only screen and (max-width: 768px) and (min-width: 416px){
	.head-list-right{display:none;position:absolute;top:60px;left:-270px;width:380px;z-index:1088;background-color:#ffffff;}
	.head-list-left{display:none;position:absolute;top:60px;left:-270px;width:380px;z-index:1088;background-color:#ffffff;}
	.headlistline{width: 370px;text-align: left;padding: 5px;border-bottom: 1px solid #dfdfdf;padding-left:40px;font-size:18px;}
	.search-line{margin:10px;background-color:#efefee;}
	input[type='text']{height:34px;width:365px;}
	.search-help{position:absolute;right:25px;top:20px;font-size:16px;padding-left:20px;}
}
@media only screen and (max-width: 415px){
	.head-list-right{display:none;position:absolute;top:60px;left:-328px;width:414px;z-index:1088;background-color:#ffffff;}
	.head-list-left{display:none;position:absolute;top:60px;left:-328px;width:414px;z-index:1088;background-color:#ffffff;}
	.head-shadow{display:none;position:absolute;top:60px;left:-350px;width:500px;height:5000px;opacity:0.4;z-index:1038;background:black;}
	.head-shadow1{display:none;position:absolute;top:60px;left:-350px;width:500px;height:5000px;opacity:0.4;z-index:1038;background:black;}
	.headlistline{width: 414px;text-align: left;padding: 5px;border-bottom: 1px solid #dfdfdf;padding-left:30px;font-size:18px;}
	.search-line{margin:10px;background-color:#efefee;}
	input[type='text']{height:34px;width:394px;}
	.search-help{position:absolute;right:25px;top:20px;font-size:16px;padding-left:20px;}
	.logo {background: url("../images/logo-ph.png") no-repeat center;width: 157px;height: 50px;background-size:157px 50px;}
}
@media only screen and (max-width: 376px){
	.head-list-right{left:-290px;width:376px;}
	.head-list-left{left:-290px;width:376px;}
	.headlistline{width:376px;}
	input[type='text']{width:360px;}
}
@media only screen and (max-width: 361px){
	.head-list-right{left:-275px;width:362px;}
	.head-list-left{left:-275px;width:362px;}
	.headlistline{width:350px;}
	input[type='text']{width:340px;}
}
@media only screen and (max-width: 321px){
	.head-list-right{left:-235px;width:322px;}
	.head-list-left{left:-235px;width:322px;}
	.headlistline{width:310px;}
	input[type='text']{width:300px;}
}
/*璇︽儏椤靛湪ipad鍜宲hone涓嬪搷搴斿紡*/
.readp{margin-right:10px;}
.logo-size{text-align:center;}
@media only screen and (max-width: 768px) {
	.right-phone{display:none}
	.media-heading{overflow:hidden;height:20px;}
	.consultationItem p {height: 48px;}
}
@media only screen and (max-width: 415px) {
	.con-pr-10{padding-left:10px;padding-right:10px;}
}
/*涓�鑸垪琛ㄩ〉鍜屽绾稿垪琛ㄩ〉鍦╥pad鍜宲hone涓嬪搷搴斿紡*/
.wallpic{width:272px;height:154px;}
@media only screen and (min-width: 415px) {
	.relatedpc{display:none;}
}
@media only screen and (max-width: 768px) and (min-width: 415px) {
	.productList-wall{float:left;width:230px;}
	.productList-wall:nth-child(4n){float:left;margin:0 17px 17px 0;}
	.ipadblock{display:block;}
	.m-t-20ipad{margin-top:20px;}
}

@media only screen and (max-width: 415px) {
	.productList-wall{float:left;width:385px;margin-left:6px;}
	.wallpic{width:385px;height:216px;}
	.productList-wall:nth-child(4n){float:left;}
	.productList-auxiliary{display:none;}
	.relatedphone{display:none;}
	.logo-openclose{width:160px;text-align:left;padding-left:10px;border:none;background: url(../images/logoopen.png) no-repeat 53% 55%;}
	.logo-openclose.active{background: url(../images/logoclose.png) no-repeat 53% 55%;}
	.phone-size{width:130px;padding:18px;}
	.logo-phone{display:none;}
	.imgphone{width:150px;height:84px;margin-top:10px;}
	.imgphone-de{width:150px;height:84px;}
	.detailList-text-hs{margin-left:150px;padding-right:0px;}
	.ellipsis{white-space: initial;
	max-height:46px;
	font-size:18px;
	line-height:23px;
	padding-right:0px;
	text-overflow: initial;}
	#phone-prev-page{margin-right: 10px;}
	#phone-next-page{margin-left: 10px;}
	.jumpphone{top:26%;}
	.jumNav{top:35%;}
	.consultationItem .media-left{ width: 180px;height:100px;}
	.consultationItem .media-left .imgdetail{ width: 170px;height:96px;}
	.consultationItem .media-heading{ margin-bottom: 5px;}
	.footset{padding-right:70px;}
	.tagList{ margin: 10px 0 0 0px;}
	.relatedTags span {margin: 4px;}
	.gallery-pic-p{height:220px;}
	.gallery-pic img {height: 220px;}
	.jumNav{width:50px;}
	.jumNav li > a{height:50px;padding:15px;}
	.jumNav .fa-shopping-cart:before{left:13px;}
	.width-list-limit{width:145px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
}

@media only screen and (max-width: 376px){
	.detailList-text-hs{margin-left:135px;padding-right:0px;}
	.imgphone{width:135px;height:76px;}
	.imgphone-de{width:135px;height:76px;}
	.jumpphone{top:25%;}
	.jumNav{top:35%;}
	.consultationItem .media-left{ width: 150px;height:86px;}
	.consultationItem .media-left .imgdetail{ width: 150px;height:84px;}
	.phone-size{width:118px;padding:12px;}
	.productList-wall{width:345px;margin-left:5px;}
	.wallpic{width:345px;height:194px;}
	.readp{margin-right:95px;}
	.gallery-pic-p{height:200px;}
	.gallery-pic img {height: 200px;}
	.width-list-limit{width:120px;}
}

@media only screen and (max-width: 361px){
	.detailList-text-hs{margin-left:130px;padding-right:0px;}
	.imgphone{width:130px;height:73px;}
	.imgphone-de{width:125px;height:70px;}
	.jumpphone{top:24%;}
	.jumNav{top:35%;}
	.consultationItem .media-left{ width: 150px;height:86px;}
	.consultationItem .media-left .imgdetail{ width: 150px;height:84px;}
	.productList-wall{width:335px;margin-left:3px;}
	.wallpic{width:335px;height:188px;}
	.phone-size{width:112px;padding:8px;}
	.readp{margin-right:75px;}
	.gallery-pic-p{height:191px;}
	.gallery-pic img {height: 191px;}
	#phone-prev-page{margin-right: 10px;margin-left:15px;}
	.width-list-limit{width:110px;}
}

@media only screen and (max-width: 321px){
	.detailList-text-hs{margin-left:130px;padding-right:0px;}
	.imgphone{width:130px;height:73px;}
	.imgphone-de{width:115px;height:65px;}
	.jumpphone{top:24%;}
	.jumNav{top:35%;}
	.consultationItem .media-left{ width: 150px;height:86px;}
	.consultationItem .media-left .imgdetail{ width: 150px;height:84px;}
	.phone-size{width:98px;padding:5px;}
	.productList-wall{width:300px;margin-left:0px;}
	.wallpic{width:300px;height:169px;}
	.readp{margin-right:40px;}
	.footset{padding-right:40px;}
	.gallery-pic-p{height:169px;}
	.gallery-pic img {height: 169px;}
	#phone-prev-page{margin-right: 0px;margin-left:5px;}
	.width-list-limit{width:70px;}
}
/*鍥惧簱璇︽儏椤靛拰鍒楄〃椤靛湪ipad鍜宲hone涓嬪搷搴斿紡*/
.library-title{width:900px;}
.pic-lib{width:10%;}
.pic-sum{width:85%;}
.pic-lib-size{width:260px;}
@media only screen and (max-width: 768px) and (min-width: 415px) {
	.library-title{width:580px;}
	#gallery-title{width:230px;}
	.productList{float:left;width:230px;}
	.productList:nth-child(4n+1){float:left;margin:0 17px 17px 0;}
	.pic-lib{width:15%;}
	.pic-sum{width:80%;}
	.pic-lib-size{width:170px;}
}
@media only screen and (max-width: 416px) {
	.library-title{width:376px;}
	.tujian-ml{margin-left:67px;}
	.down-ml{margin-left:115px;}
	.productList-content{display:none;}
	.productList-title{height:20px;}
	.productList{float:left;width:390px;}
	.productList:nth-child(4n+1){float:left;}
	#display-none{display:none;}
	.pic-lib-size{width:260px;}
}

@media only screen and (max-width: 376px){
	.library-title{width:341px;}
	.productList{float:left;width:355px;}
	.tujian-ml{margin-left:47px;}
	.down-m-l{margin-left:100px;}
}

@media only screen and (max-width: 361px){
	.library-title{width:320px;}
	.productList{float:left;width:340px;}
	.tujian-ml{margin-left:40px;}
	.down-ml{margin-left:90px;}
}

@media only screen and (max-width: 321px){
	.library-title{width:286px;}
	.productList{float:left;width:300px;}
	.tujian-ml{margin-left:22px;}
	.down-ml{margin-left:85px;}
}

/*鎬濆埄鍙婁汉鍦╥pad鍜宲hone涓嬪搷搴斿紡*/
@media only screen and (min-width: 769px){
	.hiddenphone{display:none;}
}

@media only screen and (max-width: 768px){
	.hiddenpc{display:none;}
	.container-phone{width:100%;margin: 0 auto;min-height:60px;}
}

@media only screen and (max-width: 768px) and (min-width: 415px){
	#sub-title{float:left;}
	#sub-list{float:left;}
	.J-articlenavbar.navBarFiexd {width:98% !important;}
}

@media only screen and (max-width: 416px){
	.jp-title-mb{margin-bottom:30px;}
	#swiper-button-next1{background-image:url("../images/culture-right.png");right:0px;top:105%;width:22px;height:22px;-moz-background-size: 22px 22px;
    -webkit-background-size: 22px 22px;background-size: 22px 22px;}
	#swiper-button-prev1{background-image:url("../images/culture-left.png");left:0px;top:105%;width:22px;height:22px;-moz-background-size: 22px 22px;
    -webkit-background-size: 22px 22px;background-size: 22px 22px;}
    #swiper-button-next2{background-image:url("../images/culture-right.png");right:0px;top:105%;width:30px;height:30px;-moz-background-size: 22px 22px;
    -webkit-background-size: 22px 22px;background-size: 22px 22px;}
	#swiper-button-prev2{background-image:url("../images/culture-left.png");left:0px;top:105%;width:30px;height:30px;-moz-background-size: 22px 22px;
    -webkit-background-size: 22px 22px;background-size: 22px 22px;}
    .phonemt42{margin-top:42px;}
    .headopenlist{position:absolute;right:0;top:0;z-index:1200;width:28px;height:30px;background: url(../images/headeropen.png) no-repeat center;}
    .headopenlist.active{background: url(../images/headerclose.png) no-repeat 95%;width:500px;height:35px;border-bottom:1px solid #dfdfdd;}
    .nav-list-phone{display:none;position:absolute;top:34px;left:0;width:100%;z-index:1088;}
    .phone-shadow{display:none;position:absolute;top:0;left:0;width:500px;height:5000px;opacity:0.4;z-index:1038;background:black;}
    .nav-phone-ul{margin-bottom:0px;padding-bottom:10px;padding-top:10px;padding-left:20px;background-color:#fff;border-bottom:1px solid #dfdfdd;z-index:188;position:relative;}
    .guideopen{background: url(../images/guideopen.png) no-repeat center right 20px;}
    .guideopen.active{background: url(../images/guideclose.png) no-repeat 93% 10px;}
    .underguideopen{background: url(../images/headopen.png) no-repeat center right 20px;}
    .underguideopen.active{background: url(../images/headclose.png) no-repeat 93% 20%;}
    .underguideline{font-size:12px;font-weight:400;}
    .J-articlenavbar.navBarFiexd {
	display:none;
	left:5%;
	width:90%;
	}
    .J-articlenavbar-phone.navBarFiexd {
    display:block;
	position: fixed;
	top: 0;
	box-shadow: 0 2px 6px rgba(101,101,101,0.3);
	border: 1px solid #e6e6e6;
	border-top: none;
	background: #fff;
	z-index: 99;
	}
}

/*鍚勯椤垫ā鐗堝湪ipad鍜宲hone涓嬪搷搴斿紡*/
.max-550{max-width: 550px}
.m-t-deve{margin-top:40px;}
.m-t-30-pc{margin-top:30px;}
.m-b-xl-pc{margin-bottom: 40px;}
@media only screen and (max-width: 768px) and (min-width: 415px){
	.mr42{margin-right:20px;}
	.healthyLife .st-text {
	top: 30px;
	right: 12px;
	}
	.tt1-phone{font-size:24px;}
	.tt2-phone{font-size:22px;}
	.tt3-phone{font-size:12px;}
	.w550{width:100%;}
	.max-550{max-width: 765px}
	.list-style34 li{clear:inherit;float:left;width:50%;}
	.mt30-ipad{margin-top:30px;}
}

@media only screen and (max-width: 416px){
	.m-n-phone{margin-bottom:inherit;}
	.healthyLife .st-text {
	top: -10px;
	right: 5px;
	}
	.tt1-phone{font-size:18px;}
	.tt2-phone{font-size:16px;}
	.tt3-phone{font-size:10px;}
	.phone-other-video{display:block;overflow:hidden;}
	.imgp-set{height:233px;}
	.m-t-deve{margin-top:20px;}
	.main_all{height:120px;}
	.m-b-xl-pc{margin-bottom:0px;}
	.m-t-xs-phone{margin-top:5px;}
	.m-t-30-pc{margin-top:15px;}
}
@media only screen and (max-width: 376px){
	.imgp-set{height:211px;}
}
@media only screen and (max-width: 361px){
	.imgp-set{height:203px;}
}
@media only screen and (max-width: 321px){
	.imgp-set{height:180px;}
}

/*鍦板浘鍦╥pad鍜宲hone涓嬪搷搴斿紡*/
@media only screen and (max-width: 768px) and (min-width: 415px){
	.map-ipad{height:200px;width:50%;float:left;}
}

/*棣栭〉鍦╥pad鍜宲hone涓嬪搷搴斿紡*/
@media only screen and (max-width: 768px) and (min-width: 415px){
	.badge-lightGray{width:768px;}
	.pqrcode{position: fixed;left: 300px;top: 400px;display: none;z-index:1538;background-color:#fff;}
}
@media only screen and (max-width: 415px){
	.display-none{display:none;}
	.badge-lightGray{width:414px;}
	.index-pic{
	width: 100% !important;
    }
    .pqrcode{position: fixed;left: 27%;top: 37%;display: none;z-index:1538;background-color:#fff;}
    .phone-app{width:394px;height:132px;}
    .line-clamp-otherebooks{width:205px;}
    .index-pic img {width: 394px;height: 221px;}
    .pic-box img {width: 394px;height: 221px;}
    .phone-box{height:365px;overflow:hidden;}
}
@media only screen and (max-width: 376px){
	.badge-lightGray{width:375px;}
	.phone-app{width:355px;height:132px;}
	.line-clamp-otherebooks{width:175px;}
	.index-pic img {width: 354px;height: 199px;}
	.pic-box img {width: 354px;height: 199px;}
	.phone-box{height:335px;overflow:hidden;}
}
@media only screen and (max-width: 361px){
	.badge-lightGray{width:360px;}
	.phone-app{width:340px;height:132px;}
	.line-clamp-otherebooks{width:155px;}
	.index-pic img {width: 340px;height: 191px;}
	.pic-box img {width: 340px;height: 191px;}
	.phone-box{height:325px;overflow:hidden;}
}
@media only screen and (max-width: 321px){
	.badge-lightGray{width:320px;}
	.phone-app{width:300px;height:132px;}
	.line-clamp-otherebooks{width:125px;}
	.index-pic img {width: 300px;height: 169px;}
	.pic-box img {width: 300px;height: 169px;}
	.phone-box{height:305px;overflow:hidden;}
}

.pqrcode.active{display: block}
.phone-shadow-app{display:none;position:absolute;top:-700px;left:-1000px;width:2000px;height:5000px;opacity:0.1;z-index:1238;background:black;}
.phone-shadow-app.active{display: block}

/*鑱旂郴鎴戜滑鍦╬hone涓嬪搷搴斿紡*/

@media only screen and (max-width: 415px){
	.p-map-rl{padding-left:40px;padding-right:40px;}
	.p-map-rl-1{padding-left:20px;padding-right:20px;}
}
@media only screen and (max-width: 376px){
	.p-map-rl{padding-left:30px;padding-right:30px;}
	.p-map-rl-1{padding-left:15px;padding-right:15px;}
}
@media only screen and (max-width: 361px){
	.p-map-rl{padding-left:25px;padding-right:25px;}
	.p-map-rl-1{padding-left:10px;padding-right:10px;}
}
@media only screen and (max-width: 321px){
	.p-map-rl{padding-left:10px;padding-right:10px;}
	.p-map-rl-1{padding-left:0px;padding-right:0px;}
}
.head1{width:60px !important;}
.head2{width:100px !important;}
.head3{width:120px !important;}

.search-close-icon { 
        background:url("../images/search-close.png") no-repeat center;  
      	width:15px;
	    height:15px;
    }
	
.footer-link-wrap {
	margin-right: 50px;
}

.footer-link-wrap .footer li {
	padding: 3px 0px;
}

.footer-link-wrap a {
	font-family:"Helvetica Neue",Helvetica,"PingFang SC","Tahoma","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif !important;
}

.footer-copyright a {
	font-size: 12px;
	font-family:"Helvetica Neue",Helvetica,"PingFang SC","Tahoma","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif !important;
	text-decoration: none;
	color: #ffffff  !important;
	display: inline-block;
	margin-right: 10px;
	line-height: 20px;
}

.footer-link-wrap ul {
	margin-top: 10px;
	margin-bottom: 0;
}