/******

	描述：基础组件样式及工具类样式       
	作者：林舒涛
 		
 	开始: 页面基础样式
	<1> bootstrap样式覆盖
		boostrapv3.3.5 进度条动画
		弹框/文字居中/三角形样
		tooltip - 鼠标滑入信息提示改动
	<2> 基础组件样式
		图片
		ul列表
		按钮
		progress进度条
		input输入框
		滚屏 [.be-carousel --> 移至ari.carousel.css]
		导航菜单
		tab标签页
		单选框复选框
		表单模板
		下拉框靠左靠右显示
		可隐藏显示的侧栏 [.be-sidebar --> 移至ari.alert.css]
		
	<3> 自定义常用样式
		工具样式
		高度
		宽度
		字体大小
		字体粗细
		行高
		vertical-align
		间隔 / 空白
		外边距内边距
		圆角表框
		颜色
		灰度
		模糊
		icon
		图片边框大小
		文本保持html格式显示
		
 * **/

body {
	color: #666;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	background-size: 100% 100%;
	font-family: "Hiragino Sans GB","Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体";
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, 
.button, .panel-title {
	font-family: "Hiragino Sans GB","Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体";
}
/* 不能合起来写  */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#999;font-size:12px;/* WebKit browsers*/ }
input:-moz-placeholder, textarea:-moz-placeholder {   color:#999;font-size:12px;/* Mozilla Firefox 4 to 18*/}
input::-moz-placeholder, textarea::-moz-placeholder {  color:#999;font-size:12px;/* Mozilla Firefox 19+*/ }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#999;font-size:12px;/* Internet Explorer 10+*/ }
textarea::-webkit-input-placeholder { font-size: 12px;/* WebKit browsers*/ }
textarea:-moz-placeholder { font-size: 12px;/*  Mozilla Firefox 4-18使用伪类 */}
textarea::-moz-placeholder { font-size: 12px;/* Mozilla Firefox 19+ 使用伪元素  */}
textarea:-ms-input-placeholder { font-size: 12px;/* IE10使用伪类 */}
		
li a {
	color: #555;
}
a,
a:focus, 
a:hover, 
a:active {
   outline: 0 !important;
}
a:focus {
	/***
	color: #d9002e;
	***/
  	text-decoration: none;
}
a:hover {
	color: #d9002e;
   	text-decoration: none;
}
a:visited {
	/***
	color: #666;
	***/
}
a.active {
	/***
	color: #d9002e;
	***/
}

/**	-----------------------------------------	设置滚动条的样式(仅支持谷歌)	 
::-webkit-scrollbar { 
	width:8px; 
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(210, 210, 210, 0.3);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4);
}
**/
::selection {
    background: #1b926c;
    color: #fff;
}
::-moz-selection {
    background: #1b926c;
    color: #fff;
}

/**	-----------------------------------------	<1> bootstrap样式覆盖	----------------------------------------- **/

/**	-----------------------------------------	boostrapv3.3.5 进度条动画  **/
.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/**	-----------------------------------------	modal - 弹框/文字居中 **/
.modal-open {
	overflow: auto;
}
.text-center {
    text-align: center ! important;
}
.be-caret {
	border-top: 7px solid;
  	border-right: 7px solid transparent;
  	border-left: 7px solid transparent;
	color: #8BBAFF;
}


/**	-----------------------------------------	tooltip - 鼠标滑入信息提示改动  **/
* [data-toggle='tooltip'] {
	cursor: pointer;
}
.tooltip .tooltip-inner {
    max-width: none;
}

/**	-----------------------------------------	<2> 基础组件样式	----------------------------------------- **/

/**	-----------------------------------------	thumbnail **/
.be-thumbnail,
.be-img-thumbnail {
	padding: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
/**	-----------------------------------------	thumbnail - 自定义图和文字 **/
.be-thumbnail:hover,
.be-thumbnail:focus,
.be-thumbnail.active {
	border: 0px solid #fff;
	border-radius: 8px;
	webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
}
/**	-----------------------------------------	thumbnail - 单图  **/
a.be-thumbnail:hover,
a.be-thumbnail:focus,
a.be-thumbnail.active {
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.be-img-circle {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
}

.be-img {
    box-shadow: 0 1px 4px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 4px -moz-rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=0,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=90,strength=4) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=270,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=180,strength=4)!important;
}

/**	-----------------------------------------	dl-horizontal **/
.be-dl-horizontal {
	margin-bottom: 5px;
}
.be-dl-horizontal dt {
	text-align: left;
}
.be-dl-horizontal dd {
	margin-left: 0;
}

/**	-----------------------------------------	buttons **/
.be-button {
	background-color: #FF6C4A;
  	border-color: #FF6C4A;
  	padding-left: 8%;
  	padding-right: 8%;
  	line-height: 30px;
  	height: 30px;
	min-width: 85px;
	font-size: 14px;
}
.be-button:hover, 
.be-button:focus {
    background-color: #FC7F62;
    border-color: #FC7F62;
    color: #eee;
}
.be-button-3d {
	-webkit-box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(255, 255, 255, 0.1);
	box-shadow: 0 7px 0 #bbbbbb, 0 8px 3px rgba(255, 255, 255, 0.1);
	min-width: 100px;
}
/**	-----------------------------------------	buttons - 2 (2016年2月17日17:17:35) **/
.be-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.3), 0 3px 3px rgba(0, 0, 0, 0.15), 0 3px 2px -2px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 20px;
	text-shadow: 0 -0.5px 1px rgba(0, 0, 0, 0.15);
	margin: 0;
	position: relative;
	min-width: 250px;
	display: inline-block;
	-webkit-transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
	transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
	background: #E91E63;
}
.be-btn:hover,
.be-btn:focus {
	outline: none;
	background: #EC407A;
}

.be-btn-svg {
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	fill: #AD1457;
}
.be-btn-svg use {
	opacity: 0;
}

/**	-----------------------------------------	buttons - 3 - 图片按钮 **/
.be-img-btn  {
	display: inline-block;
  	width: 120px;
  	height: 30px;
  	cursor: pointer;
}
.be-btn-block {
	display: block;
}
.be-btn-1  {
	width: 252px;
	height: 85px;
}
.be-btn-2  {
	width: 60px;
	height: 250px;
}
.be-btn-more {
	background: url(../../images/resource/more.png) no-repeat;
}
.be-btn-more:hover {
	background: url(../../images/resource/more-hover.png) no-repeat;
}
.be-btn-more.active {
	background: url(../../images/resource/more-hover.png) no-repeat;
}

/**	-----------------------------------------	progress进度条 **/
.be-progress-bar {
	background-color: #8FF04D;
	background-image: linear-gradient(to bottom,#8FF04D 0,#8FF04D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8FF04D',endColorstr='#8FF04D',GradientType=0); 
	background-image: none;
}

/**	-----------------------------------------	input输入框 **/
.be-text-input {
	border-radius: 20px;
    height: 40px;
}
.be-text-input:hover, 
.be-text-input:focus {
	border-color: #FF6C4A;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 108, 74, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 108, 74, 0.6);
}


/**	-----------------------------------------	导航菜单  **/
.be-navbar {
    margin-bottom: 0;
    position: fixed;
    z-index: 1030;
    background: none;
}
.be-navbar .navbar-nav > li > a {
	border-bottom: 3px solid #fff;
	transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.be-navbar .navbar-nav > li.active > a {
	background: none!important;
  	filter: none!important;
  	box-shadow: none!important;
  	border-bottom: 3px solid #3FB9FF;
  	color: #3FB9FF;
}
.be-navbar .navbar-right > li > a:hover, 
.be-navbar .navbar-right > li > a:focus {
	color: #3FB9FF;
	border-bottom: 3px solid #3FB9FF;
}
.be-navbar .navbar-right > .active > a, 
.be-navbar .navbar-right > .active > a:hover, 
.be-navbar .navbar-right > .active > a:focus {
	color: #3FB9FF;
}

/**	-----------------------------------------	导航2 (2016年3月2日10:24:18) **/
.be-navbar-2 .navbar-brand {
    padding: 4px 0;
}
.be-navbar-2 .navbar-brand > img {
	display: inline-block;
	width: 220px;
	margin-right: 15px;
}
.be-navbar-2 .navbar-brand > span {
   	vertical-align: -4px;
}
@media (max-width: 768px) {
	.be-navbar-2 .navbar-brand > span {
    	display: none;
	}
}

/**	-----------------------------------------	导航3 - 按钮列表居住/多级按钮 (2018年5月21日16:47:11) **/
.be-navbar-3 {
    background-color: #1e38a9;
    margin-bottom: 0px;
    border: none;
}
.be-navbar-3 .navbar-toggle:hover, 
.be-navbar-3 .navbar-toggle:focus {
	background-color: #3F51B5;
}
.be-navbar-3 .be-n3-menu {
    background-color: #1e38a9;
    height: 50px;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}
/**一层**/
.be-navbar-3 .be-n3-menu > li {
	display: inline-block;
    position: relative;
    margin-right: -4px;
}
.be-navbar-3 .be-n3-menu > li > a {
	color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-bottom: 3px solid transparent;
    display: block;
    padding: 15px 15px;
}

.be-navbar-3 .be-n3-menu > li:hover > a,
.be-navbar-3 .be-n3-menu > li:focus > a,
.be-navbar-3 .be-n3-menu > li.active > a,
.be-navbar-3 .be-n3-menu > li.active > a:hover, 
.be-navbar-3 .be-n3-menu .open>a, 
.be-navbar-3 .be-n3-menu .open>a:hover, 
.be-navbar-3 .be-n3-menu  .open>a:focus {
	color: #fef143;
    background: transparent;
    border-bottom: 3px solid #fef143;
    text-decoration: none;
}
/**二层**/
.be-navbar-3 .be-n3-menu > li > ul {
	position: absolute;
    background: #333;
    font-size: 12px;
	min-width: 625px;
    line-height: 50px;
    opacity: 0.7;
    padding-left: 15px;
    display: none;
    text-align: left;
}
.be-navbar-3 .be-n3-menu > li > ul > li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
}
.be-navbar-3 .be-n3-menu > li > ul > li > a {
	color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 13px;
    border-bottom: 3px solid transparent;
    text-decoration: none;
}
.be-navbar-3 .be-n3-menu > li > ul > li > a:hover,
.be-navbar-3 .be-n3-menu > li > ul > li > a:focus {
	color: #fef143;
    background: transparent;
    text-decoration: none;
}
.be-navbar-3 .be-n3-menu > li:hover > ul {
	display: block;
}

/**三层**/
.be-navbar-3 .be-n3-menu > li > ul > li:hover > ul {
	display: block;
}
.be-navbar-3 .be-n3-menu > li > ul > li >ul {
	position: absolute;
    font-size: 12px;
    min-width: 600px;
    line-height: 50px;
    opacity: 0.7;
    padding-left: 15px;
    display: none;
    text-align: left;
     background: #333;
}
.be-navbar-3 .be-n3-menu > li > ul > li > ul > li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
}
.be-navbar-3 .be-n3-menu > li > ul > li > ul > li > a {
	color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 13px;
    border-bottom: 3px solid transparent;
    text-decoration: none;
}

@media (max-width: 767px)  {
		/**菜单**/
	.be-navbar-3 .be-n3-menu {
	    background-color: #1e38a9;
	    height: auto;
	    text-align: center;
	    padding: 0;
	    margin-bottom: 0;
	}
	.be-navbar-3 .navbar-collapse {
		padding-bottom: 15px;
	}

	/**一层**/
	.be-navbar-3 .be-n3-menu > li {
	    display: block;
	    text-align: left;
	}
	
	/**二层**/
	.be-navbar-3 .be-n3-menu > li > ul {
	    min-width: auto;
	    display: block;
	    position: relative;
	    margin-bottom: 5px;
	    text-align: left;
	}
	.be-navbar-3 .be-n3-menu > li > ul > li {
		display: block;
	}
	
	/**三层**/
	.be-navbar-3 .be-n3-menu > li > ul > li >ul {
		position: relative;
	    min-width: auto;
	    line-height: 24px;
	    display: block;
	}
	.be-navbar-3 .be-n3-menu > li > ul > li > ul > li > a {
		padding-top: 0px;
    	padding-bottom: 0px;
    	display: block;
	}
}


/**	-----------------------------------------	导航 - 下拉菜单 **/
.be-dropdown {
	position: static!important;	
}
.be-dropdown-menu {
	left: 0!important;
	right: 0!important;
	overflow: hidden;
}
.be-dropdown-li {
	margin-bottom: 15px;
}
.be-dropdown-li a {
	color: #555;
	padding: 5px 10px 5px 15px;
	display: block;
}
.be-dropdown-li a:hover {
	text-decoration: none;
	background-color: #3FB9FF;
	color: #fff;
}
.be-dropdown-li i {
	display: inline-block!important;
	width: 15px;
}
.be-dropdown-menu h3 {
	font-size: 15px;
	font-weight: 400;
	padding: 0 10px 0 13px;
	text-transform: uppercase;
}



/**	-----------------------------------------	tab标签页 **/
.be-tab-panel-1 .nav-tabs {
	border-bottom: 2px solid #1B9AF7;
}
.be-tab-panel-1 > ul.nav-tabs li > a {
    border: 0;
    border-radius: 0;
   	color: #1B9AF7;
}
.be-tab-panel-1 > ul.nav-tabs li.active > a {
	background-color: #1B9AF7;
    color: #fff;
    border: 0;
    border-radius: 0;
}
.be-tab-panel-1 > ul.nav-tabs li > a:focus,
.be-tab-panel-1 > ul.nav-tabs li > a:hover {
	background-color: #1B9AF7;
    color: #fff;
}

/**	-----------------------------------------	tab 2 **/
.be-tab-panel-2 > div {
	border: 1px solid #ddd;
	border-top: 0px;
	padding: 0 15px 15px 15px;
}
.be-tab-panel-2 > ul.nav-tabs {
	margin-bottom: -1px;
}
.be-tab-panel-2 > ul.nav-tabs li > a {
	border-radius: 0;
	color: #555;
	background: none;
    border: none;
}
.be-tab-panel-2 > ul.nav-tabs li.active > a {
	border: 1px solid #ddd;
	border-top: solid 2px #72c02c;
	border-bottom-color: #fff;
}
.be-tab-panel-2 > ul.nav-tabs li > a:focus {
	background-color: #fff;
	color: #555;
}
.be-tab-panel-2 > ul.nav-tabs li > a:hover {
	background-color: #fff;
    color: #72c02c;
}

/**	-----------------------------------------	tab 3 左右结构(2016年4月13日17:24:10) **/
.be-tab-panel-3 .nav-tabs > li {
    width: 100%;
    text-align: center;
}
.be-tab-panel-3 .nav-tabs > li > a,
.be-tab-panel-3 .nav-tabs > li.active > a, 
.be-tab-panel-3 .nav-tabs > li.active > a:hover, 
.be-tab-panel-3 .nav-tabs > li.active > a:focus {
    border: 0;
    margin: 0;
    border-radius: 0;
    color: #000;
    height: 35px;
    line-height: 18px;
}
.be-tab-panel-3 .nav-tabs > li.active > a, 
.be-tab-panel-3 .nav-tabs > li.active > a:hover, 
.be-tab-panel-3 .nav-tabs > li.active > a:focus {
	background-color: #717171;
	color: #fff;
	border-radius: 6px;
}

.be-tab-panel-3 .nav-tabs > li.be-tab-3-title h3 {
    color: #F57547;
    font-size: 16px;
    text-align: left;
}
.be-tab-panel-3 .tab-content > .tab-pane {
	padding: 45px 30px 0 30px;
}
.be-tab-panel-3 .nav-tabs {
	border-bottom: 0px;
}
.be-tab-panel-3 .be-tab-3-txt-title {
	font-weight: 500;
    font-size: 16px;
    line-height: 60px;
}
.be-tab-panel-3 .be-tab-3-txt-body {
	line-height: 19px;
    margin-bottom: 24px;
}

/**	-----------------------------------------	tab 4 居中的基础结构(2019年1月1日21:13:14) **/
.be-tab-panel-4 > div {
	border: 1px solid #ddd;
	padding: 15px 15px 15px 15px;
}
.be-tab-panel-4 > ul.nav-tabs {
	width: 50%;
    margin-right: auto;
    margin-left: auto;
    z-index: 999;
    margin-bottom: -1px;
    border-bottom: none;
}
.be-tab-panel-4 > ul.nav-tabs li {
	width: 50%;
	text-align: center;
}
.be-tab-panel-4 > ul.nav-tabs li.active > a {
	border: 1px solid #ddd;
	border-bottom-color: #fff;
}
.be-tab-panel-4 > ul.nav-tabs li > a:focus {
	background-color: #fff;
	color: #555;
}
.be-tab-panel-4 > ul.nav-tabs li > a:hover {
	background-color: #fff;
}


/**	-----------------------------------------	tab 5 居中结构(2019年1月1日21:13:14) **/
.be-tab-panel-5 > div {
	border: none;
	padding: 15px 15px 15px 15px;
}
.be-tab-panel-5 > ul.nav-tabs {
	width: 50%;
    margin-right: auto;
    margin-left: auto;
    z-index: 999;
	border-bottom: 0px;
}
.be-tab-panel-5 > ul.nav-tabs li > a {
    border: 0px solid #ddd;
    width: 110px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    background-color: #a5a5a5;
    display: inline-block;
    margin: 0 15px;
}
.be-tab-panel-5 > ul.nav-tabs li.active > a,
.be-tab-panel-5 > ul.nav-tabs li.active > a:hover,
.be-tab-panel-5 > ul.nav-tabs li.active > a:focus,  
.be-tab-panel-5 > ul.nav-tabs li > a:hover,
.be-tab-panel-5 > ul.nav-tabs li > a:focus {
    border: 0px solid #ddd;
    background-color: #007ac2;
    cursor: pointer;
    color: #fff;
}
.be-tab-panel-5 > ul.nav-tabs li {
	width: 50%;
  		text-align: center;
}


/**	-----------------------------------------	absolute 的 container - 2020年3月5日10:44:53
	**/
.be-abs-cr-p-test,
.be-abs-cr-p-test > img {
	position: relative;
	color: #fff;
	width: 100%;
}
.be-abs-cr {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}
.be-abs-cr > .be-abs-cr-item > h1{
	font-size: 28px;
}
.be-abs-cr > .be-abs-cr-item > p {
	font-size: 18px;
}
.be-abs-cr > .be-abs-cr-item > a {
	padding: 10px 16px;
	font-size: 18px;
  	line-height: 1.33;
  	border-radius: 6px;
}

/**	-----------------------------------------	单选框复选框 - 2015年11月25日13:37:25
	**/
.be-radio,
.be-checkbox {
	margin-top: 0px ! important;
    margin-bottom: 0px ! important;
	padding-left: 25px;
	font-size: 14px;
	line-height: 26px;
	color: #404040;
	position: relative;
    display: inline-block;
	cursor: pointer;
	font-weight: 400;
	margin-right: 25px;
}
.be-radio:last-child,
.be-checkbox:last-child {
	margin-bottom: 0;
}
.be-radio input,
.be-checkbox input {
	position: absolute;
	left: -9999px;
}
.be-radio i,
.be-checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-color: #bbb;
	background: #fff;
	
	transition: border-color 0.1s;
	-ms-transition: border-color 0.1s;
    -moz-transition: border-color 0.1s;
    -webkit-transition: border-color 0.1s;
}
.be-radio:hover i,
.be-checkbox:hover i {
    border-color: #999;
}
.be-radio i {
	border-radius: 50%;
}
.be-radio input + i:after,
.be-checkbox input + i:after {
	position: absolute;
	opacity: 0;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.be-radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.be-checkbox input + i:after {
	content: '\f00c';
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.be-radio input:checked + i:after,
.be-checkbox input:checked + i:after {
	opacity: 1;
}
/** 变动频繁部分  **/
.be-radio input + i:after {
  	top: 5px;
  	left: 5px;
  	background-color: #666;  
}
.be-checkbox input + i:after {
	color: #666;
}
.be-radio i,
.be-checkbox i {
	width: 17px;
  	height: 17px;
  	border-width: 1px;
}
.be-checkbox input + i:after {
	top: 2px;
  	left: 0;
  	font: normal 10px FontAwesome;
}
 
/**	-----------------------------------------	单选框复选框 - 2 (2016年1月27日17:27:10)
	**/
.be-radio:hover i, .be-checkbox:hover i {
    border-color: #7B72E9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(110, 58, 175, 0.6);
}
.be-checkbox-2 input + i:after {
    color: #fff;
    background-color: #7B72E9;
    top: 0;
    padding-top: 1px;
}

/**	-----------------------------------------	多选框样式 - 2 (2019年2月18日09:31:49) **/
.be-checkbox-1 {
	cursor: pointer;
	position: relative;
}
.be-checkbox-1 i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	outline: none;
	
    width: 45px;
    border-radius: 20px;
    height: 22px;
    border: 1px solid #ccc;
    background: #fff;
}
.be-checkbox-1:hover i {
    border-color: #ccc;
    box-shadow: none;
}
.be-checkbox-1 input {
	position: absolute;
	left: -9999px;
}
.be-checkbox-1 input + i:after {
	position: absolute;
	content: "\f111";
	top: 3px;
	left: 3px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
	color: #ccc;
	
	opacity: 1;
	font-size: 18px;
	
	transition: left 0.2s ease-in-out;
	-o-transition: left 0.2s ease-in-out;
	-ms-transition: left 0.2s ease-in-out;
	-moz-transition: left 0.2s ease-in-out;
	-webkit-transition: left 0.2s ease-in-out;
}
.be-checkbox-1 input:checked + i {
	background-color: #2196f3;
	border-color: #2196f3;
}
.be-checkbox-1 input:checked + i:after {
	opacity: 1;
	left: 25px;
	color: #fff;
}

/**	-----------------------------------------	多选框样式，包含文字 - 3 (2020年6月14日16:41:47) **/
.be-checkbox-3 {
	margin: 10px 0px;
}
.be-checkbox-3 > span {
	vertical-align: text-bottom;
	font-size: 13px;
}
.be-checkbox-3 .be-checkbox-1 {
	display: inline-block;
 	margin-top: 0;
}

/**	----------------------------------------- 表单模板 (2016年1月27日17:26:43) **/
.be-input {
	margin-bottom: 10px;
}
.be-input i {
	position: absolute;
    line-height: 48px;
    font-size: 20px;
    padding: 0px 13px 0px 15px;
    display: block;
    color: #CCCCCC;
}
.be-input i:after {
	content: "";
    position: absolute;
    top: 20%;
    right: 0;
    height: 60%;
    border: 1px solid #EAEAEA;
}
.be-input input {
    padding-left: 55px;
	border-radius: 3px;
	font-size: 14px;
}
.be-input input:focus {
	border-color: #9D66E9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(110, 58, 175, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(110, 58, 175, 0.6);
}

/**	----------------------------------------- 日期样式 **/
.be-date {
	position: relative;
	display: inline-block;
	z-index: 99;
}
.be-date > i {
	position: absolute;
    right: 0px;
    cursor: pointer;
    z-index: 9999;
    width: 30px;
    line-height: 30px;
    top: 0;
    color: #666;
    text-align: center;
    display: block;
}

/**	----------------------------------------- 输入框文字样式 **/
.be-label {
	margin-right: 18px;
	font-weight: 300!important;
}
.be-label > input {
	vertical-align: -2px;
	margin-right: 5px;
}

/**	-----------------------------------------	下拉框靠左靠右显示 **/
.be-dropdown-menu-left {
	right: 0px;
	left: auto;
}
.be-dropdown-menu-right {
	left: 0px;
	right: auto;
}





/**	-----------------------------------------	<3> 自定义常用样式	----------------------------------------- **/
.be-block { display: block !important;}
.be-inline {display: inline !important;}
.be-inline-block {display: inline-block !important;}
.pointer {cursor: pointer;}
.be-unline:hover { text-decoration: none; }

.be-rel {position: relative !important;}
.be-abs {position: absolute !important;}

.be-list-inline {
    padding-left: 0 !important;
    list-style: none !important;
}
.be-list-inline-item {
    display: inline-block !important;
}
.be-ts {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.no-border {
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom: none!important;
}
.no-border-top {border-top: none!important;}
.no-border-right {border-right: none!important;}
.no-border-bottom {border-bottom: none!important;}
.no-border-left {border-left: none!important;}

/***
.svg {
	height: 0; 
	width: 0; 
	position: absolute; 
	visibility: hidden;
}	***/

.height-50 { min-height: 50px !important;}
.height-100 { min-height: 100px !important;}
.height-150 { min-height: 150px !important;}
.height-200 { min-height: 200px !important;}
.height-250 { min-height: 250px !important;}
.height-300 { min-height: 300px !important;}
.height-350 { min-height: 350px !important;}
.height-400 { min-height: 400px !important;}
.height-450 { min-height: 450px !important;}
.height-500 { min-height: 500px !important;}

.width-5 { width: 5%!important;}
.width-10 { width: 10%!important;}
.width-15 { width: 15%!important;}
.width-20 { width: 20%!important;}
.width-25 { width: 25%!important;}
.width-30 { width: 30%!important;}
.width-35 { width: 35%!important;}
.width-40 { width: 40%!important;}
.width-45 { width: 45%!important;}
.width-50 { width: 50%!important;}
.width-55 { width: 55%!important;}
.width-60 { width: 60%!important;}
.width-65 { width: 65%!important;}
.width-70 { width: 70%!important;}
.width-75 { width: 75%!important;}
.width-80 { width: 80%!important;}
.width-85 { width: 85%!important;}
.width-90 { width: 90%!important;}
.width-95 { width: 95%!important;}
.width-px-5 { min-width: 5px!important;width: 5px!important;}
.width-px-10 { min-width: 10px!important;width: 10px!important;}
.width-px-15 { min-width: 15px!important;width: 15px!important;}
.width-px-20 { min-width: 20px!important;width: 20px!important;}
.width-px-25 { min-width: 25px!important;width: 25px!important;}
.width-px-30 { min-width: 30px!important;width: 30px!important;}
.width-px-35 { min-width: 35px!important;width: 35px!important;}
.width-px-40 { min-width: 40px!important;width: 40px!important;}
.width-px-45 { min-width: 45px!important;width: 45px!important;}
.width-px-50 { min-width: 50px!important;width: 50px!important;}
.width-px-55 { min-width: 55px!important;width: 55px!important;}
.width-px-60 { min-width: 60px!important;width: 60px!important;}
.width-px-65 { min-width: 65px!important;width: 65px!important;}
.width-px-70 { min-width: 70px!important;width: 70px!important;}
.width-px-75 { min-width: 75px!important;width: 75px!important;}
.width-px-80 { min-width: 80px!important;width: 80px!important;}
.width-px-85 { min-width: 85px!important;width: 85px!important;}
.width-px-90 { min-width: 90px!important;width: 90px!important;}
.width-px-95 { min-width: 95px!important;width: 95px!important;}
.width-px-100 { min-width: 100px!important;width: 100px!important;}
.width-px-105 { min-width: 105px!important;width: 105px!important;}
.width-px-110 { min-width: 110px!important;width: 110px!important;}
.width-px-115 { min-width: 115px!important;width: 115px!important;}
.width-px-120 { min-width: 120px!important;width: 120px!important;}
.width-px-125 { min-width: 125px!important;width: 125px!important;}
.width-px-130 { min-width: 130px!important;width: 130px!important;}
.width-px-135 { min-width: 135px!important;width: 135px!important;}
.width-px-140 { min-width: 140px!important;width: 140px!important;}
.width-px-145 { min-width: 145px!important;width: 145px!important;}
.width-px-150 { min-width: 150px!important;width: 150px!important;}
.width-px-155 { min-width: 155px!important;width: 155px!important;}
.width-px-160 { min-width: 160px!important;width: 160px!important;}
.width-px-165 { min-width: 165px!important;width: 165px!important;}
.width-px-170 { min-width: 170px!important;width: 170px!important;}
.width-px-175 { min-width: 175px!important;width: 175px!important;}
.width-px-180 { min-width: 180px!important;width: 180px!important;}
.width-px-185 { min-width: 185px!important;width: 185px!important;}
.width-px-190 { min-width: 190px!important;width: 190px!important;}
.width-px-195 { min-width: 195px!important;width: 195px!important;}
.width-px-200 { min-width: 200px!important;width: 200px!important;}
.width-px-205 { min-width: 205px!important;width: 205px!important;}
.width-px-210 { min-width: 210px!important;width: 210px!important;}
.width-px-215 { min-width: 215px!important;width: 215px!important;}
.width-px-220 { min-width: 220px!important;width: 220px!important;}
.width-px-225 { min-width: 225px!important;width: 225px!important;}
.width-px-230 { min-width: 230px!important;width: 230px!important;}
.width-px-235 { min-width: 235px!important;width: 235px!important;}
.width-px-240 { min-width: 240px!important;width: 240px!important;}
.width-px-245 { min-width: 245px!important;width: 245px!important;}
.width-px-250 { min-width: 250px!important;width: 250px!important;}
.width-px-255 { min-width: 255px!important;width: 255px!important;}
.width-px-260 { min-width: 260px!important;width: 260px!important;}
.width-px-265 { min-width: 265px!important;width: 265px!important;}
.width-px-270 { min-width: 270px!important;width: 270px!important;}
.width-px-275 { min-width: 275px!important;width: 275px!important;}
.width-px-280 { min-width: 280px!important;width: 280px!important;}
.width-px-285 { min-width: 285px!important;width: 285px!important;}
.width-px-290 { min-width: 290px!important;width: 290px!important;}
.width-px-295 { min-width: 295px!important;width: 295px!important;}
.width-px-300 { min-width: 300px!important;width: 300px!important;}
.full-h { height: 100%!important;}
.full-w { width: 100%!important;}

/**	字体大小 **/
.font-s-8 { font-size: 8px !important; }
.font-s-9 { font-size: 9px !important; }
.font-s-10 { font-size: 10px !important; }
.font-s-11 { font-size: 11px !important; }
.font-s-12 { font-size: 12px !important; }
.font-s-13 { font-size: 13px !important; }
.font-s-14 { font-size: 14px !important; }
.font-s-15 { font-size: 15px !important; }
.font-s-16 { font-size: 16px !important; }
.font-s-17 { font-size: 17px !important; }
.font-s-18 { font-size: 18px !important; }
.font-s-19 { font-size: 19px !important; }
.font-s-20 { font-size: 20px !important; }
.font-s-21 { font-size: 21px !important; }
.font-s-22 { font-size: 22px !important; }
.font-s-23 { font-size: 23px !important; }
.font-s-24 { font-size: 24px !important; }
.font-s-25 { font-size: 25px !important; }
.font-s-26 { font-size: 26px !important; }
.font-s-27 { font-size: 27px !important; }
.font-s-28 { font-size: 28px !important; }
.font-s-29 { font-size: 29px !important; }
.font-s-30 { font-size: 30px !important; }
.font-s-35 { font-size: 35px !important; }
.font-s-40 { font-size: 40px !important; }
.font-s-45 { font-size: 45px !important; }
.font-s-50 { font-size: 50px !important; }
.font-s-60 { font-size: 60px !important; }

.font-w-1 { font-weight: 100!important; }
.font-w-2 { font-weight: 200!important; }
.font-w-3 { font-weight: 300!important; }
.font-w-4 { font-weight: 400!important; }
.font-w-5 { font-weight: 500!important; }
.font-w-6 { font-weight: 600!important; }
.font-w-7 { font-weight: 700!important; }
.font-w-8 { font-weight: 800!important; }
.font-w-9 { font-weight: 900!important; }

/** 行高 **/
.line-h-10 { line-height: 10px !important; }
.line-h-11 { line-height: 11px !important; }
.line-h-12 { line-height: 12px !important; }
.line-h-13 { line-height: 13px !important; }
.line-h-14 { line-height: 14px !important; }
.line-h-15 { line-height: 15px !important; }
.line-h-16 { line-height: 16px !important; }
.line-h-17 { line-height: 17px !important; }
.line-h-18 { line-height: 18px !important; }
.line-h-19 { line-height: 19px !important; }
.line-h-20 { line-height: 20px !important; }
.line-h-21 { line-height: 21px !important; }
.line-h-22 { line-height: 22px !important; }
.line-h-23 { line-height: 23px !important; }
.line-h-24 { line-height: 24px !important; }
.line-h-25 { line-height: 25px !important; }
.line-h-26 { line-height: 26px !important; }
.line-h-27 { line-height: 27px !important; }
.line-h-28 { line-height: 28px !important; }
.line-h-29 { line-height: 29px !important; }
.line-h-30 { line-height: 30px !important; }
.line-h-31 { line-height: 32px !important; }
.line-h-32 { line-height: 32px !important; }
.line-h-33 { line-height: 33px !important; }
.line-h-34 { line-height: 34px !important; }
.line-h-35 { line-height: 35px !important; }
.line-h-36 { line-height: 36px !important; }
.line-h-37 { line-height: 37px !important; }
.line-h-38 { line-height: 38px !important; }
.line-h-39 { line-height: 39px !important; }
.line-h-40 { line-height: 40px !important; }
.line-h-41 { line-height: 41px !important; }
.line-h-42 { line-height: 42px !important; }
.line-h-43 { line-height: 43px !important; }
.line-h-44 { line-height: 44px !important; }
.line-h-45 { line-height: 45px !important; }

.va-9 { vertical-align: 9px !important; }
.va-8 { vertical-align: 8px !important; }
.va-7 { vertical-align: 7px !important; }
.va-6 { vertical-align: 6px !important; }
.va-5 { vertical-align: 5px !important; }
.va-4 { vertical-align: 4px !important; }
.va-3 { vertical-align: 3px !important; }
.va-2 { vertical-align: 2px !important; }
.va-1 { vertical-align: 1px !important; }
.va-0 { vertical-align: 0px !important; }
.va--1 { vertical-align: -1px !important; }
.va--2 { vertical-align: -2px !important; }
.va--3 { vertical-align: -3px !important; }
.va--4 { vertical-align: -4px !important; }
.va--5 { vertical-align: -5px !important; }
.va--6 { vertical-align: -6px !important; }
.va--7 { vertical-align: -7px !important; }
.va--8 { vertical-align: -8px !important; }
.va--9 { vertical-align: -9px !important; }
.va-top { vertical-align: top !important; }
.va-bottom { vertical-align: bottom !important; }

/**	-----------------------------------------	透明度 **/
.oy-0 {
	filter:alpha(opacity=0);  
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0; 
}
.oy-1 {
	filter:alpha(opacity=10);  
    -moz-opacity:0.1;  
    -khtml-opacity: 0.1;  
    opacity: 0.1; 
}
.oy-2 {
	filter:alpha(opacity=20);  
    -moz-opacity:0.2;  
    -khtml-opacity: 0.2;  
    opacity: 0.2; 
}
.oy-3 {
	filter:alpha(opacity=30);  
    -moz-opacity:0.3;  
    -khtml-opacity: 0.3;  
    opacity: 0.3; 
}
.oy-4 {
	filter:alpha(opacity=40);  
    -moz-opacity:0.4;  
    -khtml-opacity: 0.4;  
    opacity: 0.4; 
}
.oy-5 {
	filter:alpha(opacity=50);  
    -moz-opacity:0.5;  
    -khtml-opacity: 0.5;  
    opacity: 0.5; 
}
.oy-6 {
	filter: alpha(opacity=60);  
    -moz-opacity: 0.6;  
    -khtml-opacity: 0.6;  
    opacity: 0.6; 
}
.oy-7 {
	filter: alpha(opacity=70);  
    -moz-opacity: 0.7;  
    -khtml-opacity: 0.7;  
    opacity: 0.7; 
}
.oy-8 {
	filter: alpha(opacity=80);  
    -moz-opacity: 0.8;  
    -khtml-opacity: 0.8;  
    opacity: 0.8; 
}
.oy-9 {
	filter: alpha(opacity=90);  
    -moz-opacity: 0.9;  
    -khtml-opacity: 0.9;  
    opacity: 0.9; 
}
.oy-10 {
	filter: alpha(opacity=100);  
    -moz-opacity: 1;  
    -khtml-opacity: 1;  
    opacity: 1; 
}
/**	-----------------------------------------	间隔 / 空白	**/
.no-top-space {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.no-bottom-space {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.content-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.content-sm {
	padding-top: 60px;
	padding-bottom: 60px;
}
.content-md {
	padding-top: 80px;
	padding-bottom: 80px;
}
.content-lg {
	padding-top: 100px;
	padding-bottom: 100px;
}

.space-lg-hor {
	padding-left: 60px;
	padding-right: 60px;
}
.space-xlg-hor {
	padding-left: 100px;
	padding-right: 100px;
}


.no-padding { padding: 0px !important;}
.no-padding-left { padding-left: 0px !important;}
.no-padding-right { padding-right: 0px !important;}
.no-padding-top { padding-top: 0px !important;}
.no-padding-bottom { padding-bottom: 0px !important;}
.no-margin { margin: 0px !important;}
.no-margin-left { margin-left: 0px !important;}
.no-margin-right { margin-right: 0px !important;}
.no-margin-top { margin-top: 0px !important;}
.no-margin-bottom { margin-bottom: 0px !important;}

.margin-bottom-5, 
.margin-bottom-10, 
.margin-bottom-15, 
.margin-bottom-20,
.margin-bottom-25, 
.margin-bottom-30, 
.margin-bottom-35, 
.margin-bottom-40, 
.margin-bottom-45, 
.margin-bottom-50, 
.margin-bottom-55, 
.margin-bottom-60,
.margin-bottom-100,
.margin-bottom-200,
.margin-bottom-300 { 
	clear:both;
}
.margin-bottom-1 { margin-bottom: 1px!important; }
.margin-bottom-2 { margin-bottom: 2px!important; }
.margin-bottom-3 { margin-bottom: 3px!important; }
.margin-bottom-4 { margin-bottom: 4px!important; }
.margin-bottom-5 { margin-bottom: 5px!important; }
.margin-bottom-6 { margin-bottom: 6px!important; }
.margin-bottom-7 { margin-bottom: 7px!important; }
.margin-bottom-8 { margin-bottom: 8px!important; }
.margin-bottom-9 { margin-bottom: 9px!important; }
.margin-bottom-10 { margin-bottom: 10px!important; }
.margin-bottom-11 { margin-bottom: 11px!important; }
.margin-bottom-12 { margin-bottom: 12px!important; }
.margin-bottom-13 { margin-bottom: 13px!important; }
.margin-bottom-14 { margin-bottom: 14px!important; }
.margin-bottom-15 { margin-bottom: 15px!important; }
.margin-bottom-16 { margin-bottom: 16px!important; }
.margin-bottom-17 { margin-bottom: 17px!important; }
.margin-bottom-18 { margin-bottom: 18px!important; }
.margin-bottom-19 { margin-bottom: 19px!important; }
.margin-bottom-20 { margin-bottom: 20px!important; }
.margin-bottom-25 { margin-bottom: 25px!important; }
.margin-bottom-30 { margin-bottom: 30px!important; }
.margin-bottom-35 { margin-bottom: 35px!important; }
.margin-bottom-40 { margin-bottom: 40px!important; }
.margin-bottom-45 { margin-bottom: 45px!important; }
.margin-bottom-50 { margin-bottom: 50px!important; }
.margin-bottom-55 { margin-bottom: 55px!important; }
.margin-bottom-60 { margin-bottom: 60px!important; }
.margin-bottom-100 { margin-bottom: 100px!important; }
.margin-bottom-200 { margin-bottom: 200px!important; }
.margin-bottom-300 { margin-bottom: 300px!important; }

.margin-left-1 { margin-left: 1px!important; }
.margin-left-2 { margin-left: 2px!important; }
.margin-left-3 { margin-left: 3px!important; }
.margin-left-4 { margin-left: 4px!important; }
.margin-left-5 { margin-left: 5px!important; }
.margin-left-6 { margin-left: 6px!important; }
.margin-left-7 { margin-left: 7px!important; }
.margin-left-8 { margin-left: 8px!important; }
.margin-left-9 { margin-left: 9px!important; }
.margin-left-10 { margin-left: 10px!important; }
.margin-left-11 { margin-left: 11px!important; }
.margin-left-12 { margin-left: 12px!important; }
.margin-left-13 { margin-left: 13px!important; }
.margin-left-14 { margin-left: 14px!important; }
.margin-left-15 { margin-left: 15px!important; }
.margin-left-16 { margin-left: 16px!important; }
.margin-left-17 { margin-left: 17px!important; }
.margin-left-18 { margin-left: 18px!important; }
.margin-left-19 { margin-left: 19px!important; }
.margin-left-20 { margin-left: 20px!important; }

.margin-right-1 { margin-right: 1px!important; }
.margin-right-2 { margin-right: 2px!important; }
.margin-right-3 { margin-right: 3px!important; }
.margin-right-4 { margin-right: 4px!important; }
.margin-right-5 { margin-right: 5px!important; }
.margin-right-6 { margin-right: 6px!important; }
.margin-right-7 { margin-right: 7px!important; }
.margin-right-8 { margin-right: 8px!important; }
.margin-right-9 { margin-right: 9px!important; }
.margin-right-10 { margin-right: 10px!important; }
.margin-right-11 { margin-right: 11px!important; }
.margin-right-12 { margin-right: 12px!important; }
.margin-right-13 { margin-right: 13px!important; }
.margin-right-14 { margin-right: 14px!important; }
.margin-right-15 { margin-right: 15px!important; }
.margin-right-16 { margin-right: 16px!important; }
.margin-right-17 { margin-right: 17px!important; }
.margin-right-18 { margin-right: 18px!important; }
.margin-right-19 { margin-right: 19px!important; }
.margin-right-20 { margin-right: 20px!important; }

.margin-top-1 { margin-top: 1px!important; }
.margin-top-2 { margin-top: 2px!important; }
.margin-top-3 { margin-top: 3px!important; }
.margin-top-4 { margin-top: 4px!important; }
.margin-top-5 { margin-top: 5px!important; }
.margin-top-6 { margin-top: 6px!important; }
.margin-top-7 { margin-top: 7px!important; }
.margin-top-8 { margin-top: 8px!important; }
.margin-top-9 { margin-top: 9px!important; }
.margin-top-10 { margin-top: 10px!important; }
.margin-top-11 { margin-top: 11px!important; }
.margin-top-12 { margin-top: 12px!important; }
.margin-top-13 { margin-top: 13px!important; }
.margin-top-14 { margin-top: 14px!important; }
.margin-top-15 { margin-top: 15px!important; }
.margin-top-16 { margin-top: 16px!important; }
.margin-top-17 { margin-top: 17px!important; }
.margin-top-18 { margin-top: 18px!important; }
.margin-top-19 { margin-top: 19px!important; }
.margin-top-20 { margin-top: 20px!important; }

.padding-left-1 { padding-left: 1px!important; }
.padding-left-2 { padding-left: 2px!important; }
.padding-left-3 { padding-left: 3px!important; }
.padding-left-4 { padding-left: 4px!important; }
.padding-left-5 { padding-left: 5px!important; }
.padding-left-6 { padding-left: 6px!important; }
.padding-left-7 { padding-left: 7px!important; }
.padding-left-8 { padding-left: 8px!important; }
.padding-left-9 { padding-left: 9px!important; }
.padding-left-10 { padding-left: 10px!important; }
.padding-left-11 { padding-left: 11px!important; }
.padding-left-12 { padding-left: 12px!important; }
.padding-left-13 { padding-left: 13px!important; }
.padding-left-14 { padding-left: 14px!important; }
.padding-left-15 { padding-left: 15px!important; }
.padding-left-16 { padding-left: 16px!important; }
.padding-left-17 { padding-left: 17px!important; }
.padding-left-18 { padding-left: 18px!important; }
.padding-left-19 { padding-left: 19px!important; }
.padding-left-20 { padding-left: 20px!important; }

.padding-right-1 { padding-right: 1px!important; }
.padding-right-2 { padding-right: 2px!important; }
.padding-right-3 { padding-right: 3px!important; }
.padding-right-4 { padding-right: 4px!important; }
.padding-right-5 { padding-right: 5px!important; }
.padding-right-6 { padding-right: 6px!important; }
.padding-right-7 { padding-right: 7px!important; }
.padding-right-8 { padding-right: 8px!important; }
.padding-right-9 { padding-right: 9px!important; }
.padding-right-10 { padding-right: 10px!important; }
.padding-right-11 { padding-right: 11px!important; }
.padding-right-12 { padding-right: 12px!important; }
.padding-right-13 { padding-right: 13px!important; }
.padding-right-14 { padding-right: 14px!important; }
.padding-right-15 { padding-right: 15px!important; }
.padding-right-16 { padding-right: 16px!important; }
.padding-right-17 { padding-right: 17px!important; }
.padding-right-18 { padding-right: 18px!important; }
.padding-right-19 { padding-right: 19px!important; }
.padding-right-20 { padding-right: 20px!important; }

.padding-top-1 { padding-top: 1px!important; }
.padding-top-2 { padding-top: 2px!important; }
.padding-top-3 { padding-top: 3px!important; }
.padding-top-4 { padding-top: 4px!important; }
.padding-top-5 { padding-top: 5px!important; }
.padding-top-6 { padding-top: 6px!important; }
.padding-top-7 { padding-top: 7px!important; }
.padding-top-8 { padding-top: 8px!important; }
.padding-top-9 { padding-top: 9px!important; }
.padding-top-10 { padding-top: 10px!important; }
.padding-top-11 { padding-top: 11px!important; }
.padding-top-12 { padding-top: 12px!important; }
.padding-top-13 { padding-top: 13px!important; }
.padding-top-14 { padding-top: 14px!important; }
.padding-top-15 { padding-top: 15px!important; }
.padding-top-16 { padding-top: 16px!important; }
.padding-top-17 { padding-top: 17px!important; }
.padding-top-18 { padding-top: 18px!important; }
.padding-top-19 { padding-top: 19px!important; }
.padding-top-20 { padding-top: 20px!important; }

.padding-bottom-1 { padding-bottom: 1px!important; }
.padding-bottom-2 { padding-bottom: 2px!important; }
.padding-bottom-3 { padding-bottom: 3px!important; }
.padding-bottom-4 { padding-bottom: 4px!important; }
.padding-bottom-5 { padding-bottom: 5px!important; }
.padding-bottom-6 { padding-bottom: 6px!important; }
.padding-bottom-7 { padding-bottom: 7px!important; }
.padding-bottom-8 { padding-bottom: 8px!important; }
.padding-bottom-9 { padding-bottom: 9px!important; }
.padding-bottom-10 { padding-bottom: 10px!important; }
.padding-bottom-11 { padding-bottom: 11px!important; }
.padding-bottom-12 { padding-bottom: 12px!important; }
.padding-bottom-13 { padding-bottom: 13px!important; }
.padding-bottom-14 { padding-bottom: 14px!important; }
.padding-bottom-15 { padding-bottom: 15px!important; }
.padding-bottom-16 { padding-bottom: 16px!important; }
.padding-bottom-17 { padding-bottom: 17px!important; }
.padding-bottom-18 { padding-bottom: 18px!important; }
.padding-bottom-19 { padding-bottom: 19px!important; }
.padding-bottom-20 { padding-bottom: 20px!important; }

.padding-27-0 { padding: 27px 0 !important; }
.margin-0-15 { margin: 0 15px !important; }

/**	-----------------------------------------	圆角表框  **/
.no-rounded { border-radius: 0 !important;}
.rounded-x { border-radius: 50% !important;}
.rounded-1 { border-radius: 1px !important;}
.rounded-2 { border-radius: 2px !important;}
.rounded-3 { border-radius: 3px !important;}
.rounded-4 { border-radius: 4px !important;}
.rounded-10 { border-radius: 10px !important;}
.rounded-15 { border-radius: 15px !important;}
.rounded-20 { border-radius: 20px !important;}

.rounded-top { border-radius: 4px 4px 0 0 !important;}
.rounded-left { border-radius: 4px 0 0 4px !important;}
.rounded-right { border-radius: 0 4px 4px 0 !important;}
.rounded-bottom { border-radius: 0 0 4px 4px !important;}

/**	-----------------------------------------	颜色  **/
.color-bg-0 {background-color: #000 !important;}
.color-bg-1 {background-color: #f44336 !important;}
.color-bg-2 {background-color: #e91e63 !important;}
.color-bg-3 {background-color: #9c27b0 !important;}
.color-bg-4 {background-color: #673ab7 !important;}
.color-bg-5 {background-color: #3f51b5 !important;}
.color-bg-6 {background-color: #2196f3 !important;}
.color-bg-7 {background-color: #03a9f4 !important;}
.color-bg-8 {background-color: #00bcd4 !important;}
.color-bg-9 {background-color: #009688 !important;}
.color-bg-10 {background-color: #4caf50 !important;}
.color-bg-11 {background-color: #8bc34a !important;}
.color-bg-12 {background-color: #cddc39 !important;}
.color-bg-13 {background-color: #ffeb3b !important;}
.color-bg-14 {background-color: #ffc107 !important;}
.color-bg-15 {background-color: #fff !important;}
.color-bg-16 {background-color: #ff9800 !important;}
.color-bg-17 {background-color: #ff5722 !important;}
.color-bg-18 {background-color: #795548 !important;}
.color-bg-19 {background-color: #9e9e9e !important;}
.color-bg-20 {background-color: #607d8b !important;}

.color-bg-0-hover:hover {background-color: #000 !important;}
.color-bg-1-hover:hover {background-color: #f44336 !important;}
.color-bg-2-hover:hover {background-color: #e91e63 !important;}
.color-bg-3-hover:hover {background-color: #9c27b0 !important;}
.color-bg-4-hover:hover {background-color: #673ab7 !important;}
.color-bg-5-hover:hover {background-color: #3f51b5 !important;}
.color-bg-6-hover:hover {background-color: #2196f3 !important;}
.color-bg-7-hover:hover {background-color: #03a9f4 !important;}
.color-bg-8-hover:hover {background-color: #00bcd4 !important;}
.color-bg-9-hover:hover {background-color: #009688 !important;}
.color-bg-10-hover:hover {background-color: #4caf50 !important;}
.color-bg-11-hover:hover {background-color: #8bc34a !important;}
.color-bg-12-hover:hover {background-color: #cddc39 !important;}
.color-bg-13-hover:hover {background-color: #ffeb3b !important;}
.color-bg-14-hover:hover {background-color: #ffc107 !important;}
.color-bg-15-hover:hover {background-color: #fff !important;}
.color-bg-16-hover:hover {background-color: #ff9800 !important;}
.color-bg-17-hover:hover {background-color: #ff5722 !important;}
.color-bg-18-hover:hover {background-color: #795548 !important;}
.color-bg-19-hover:hover {background-color: #9e9e9e !important;}
.color-bg-20-hover:hover {background-color: #607d8b !important;}

.color-0 {color: #000 !important;}
.color-1 {color: #f44336 !important;}
.color-2 {color: #e91e63 !important;}
.color-3 {color: #9c27b0 !important;}
.color-4 {color: #673ab7 !important;}
.color-5 {color: #3f51b5 !important;}
.color-6 {color: #2196f3 !important;}
.color-7 {color: #03a9f4 !important;}
.color-8 {color: #00bcd4 !important;}
.color-9 {color: #009688 !important;}
.color-10 {color: #4caf50 !important;}
.color-11 {color: #8bc34a !important;}
.color-12 {color: #cddc39 !important;}
.color-13 {color: #ffeb3b !important;}
.color-14 {color: #ffc107 !important;}
.color-15 {color: #fff !important;}
.color-16 {color: #ff9800 !important;}
.color-17 {color: #ff5722 !important;}
.color-18 {color: #795548 !important;}
.color-19 {color: #9e9e9e !important;}
.color-20 {color: #607d8b !important;}

.color-0-hover:hover {color: #000 !important;}
.color-1-hover:hover {color: #f44336 !important;}
.color-2-hover:hover {color: #e91e63 !important;}
.color-3-hover:hover {color: #9c27b0 !important;}
.color-4-hover:hover {color: #673ab7 !important;}
.color-5-hover:hover {color: #3f51b5 !important;}
.color-6-hover:hover {color: #2196f3 !important;}
.color-7-hover:hover {color: #03a9f4 !important;}
.color-8-hover:hover {color: #00bcd4 !important;}
.color-9-hover:hover {color: #009688 !important;}
.color-10-hover:hover {color: #4caf50 !important;}
.color-11-hover:hover {color: #8bc34a !important;}
.color-12-hover:hover {color: #cddc39 !important;}
.color-13-hover:hover {color: #ffeb3b !important;}
.color-14-hover:hover {color: #ffc107 !important;}
.color-15-hover:hover {color: #fff !important;}
.color-16-hover:hover {color: #ff9800 !important;}
.color-17-hover:hover {color: #ff5722 !important;}
.color-18-hover:hover {color: #795548 !important;}
.color-19-hover:hover {color: #9e9e9e !important;}
.color-20-hover:hover {color: #607d8b !important;}

/**	-----------------------------------------	边框  **/
.bw-no {border: none !important;}
.bw-1 {border-width: 1px !important;}
.bw-2 {border-width: 2px% !important;}
.bw-3 {border-width: 3px% !important;}
.bw-4 {border-width: 4px% !important;}
.bw-5 {border-width: 5px% !important;}

/**	-----------------------------------------	宽  **/

.w-15 {width: 15% !important;}
.w-25 {width: 25% !important;}
.w-30 {width: 30% !important;}
.w-35 {width: 35% !important;}
.w-40 {width: 40% !important;}
.w-50 {width: 50% !important;}
.w-60 {width: 60% !important;}
.w-65 {width: 65% !important;}
.w-75 {width: 75% !important;}
.w-80 {width: 80% !important;}
.w-85 {width: 85% !important;}
.w-100 {width: 100% !important;}
.w-auto {width: auto !important;}

@media (min-width: 576px) {
  .w-sm-25 {width: 25% !important;}
  .w-sm-50 {width: 50% !important;}
  .w-sm-75 {width: 75% !important;}
  .w-sm-100 {width: 100% !important;}
  .w-sm-auto {width: auto !important;}
  .w-sm-15 {width: 15% !important;}
  .w-sm-30 {width: 30% !important;}
  .w-sm-35 {width: 35% !important;}
  .w-sm-40 {width: 40% !important;}
  .w-sm-60 {width: 60% !important;}
  .w-sm-65 {width: 65% !important;}
  .w-sm-80 {width: 80% !important;}
  .w-sm-85 {width: 85% !important;}
}

@media (min-width: 768px) {
  .w-md-25 {width: 25% !important;}
  .w-md-50 {width: 50% !important;}
  .w-md-75 {width: 75% !important;}
  .w-md-100 {width: 100% !important;}
  .w-md-auto {width: auto !important;}
  .w-md-15 {width: 15% !important;}
  .w-md-30 {width: 30% !important;}
  .w-md-35 {width: 35% !important;}
  .w-md-40 {width: 40% !important;}
  .w-md-60 {width: 60% !important;}
  .w-md-65 {width: 65% !important;}
  .w-md-80 {width: 80% !important;}
  .w-md-85 {width: 85% !important;}
}

@media (min-width: 992px) {
  .w-lg-25 {width: 25% !important;}
  .w-lg-50 {width: 50% !important;}
  .w-lg-75 {width: 75% !important;}
  .w-lg-100 {width: 100% !important;}
  .w-lg-auto {width: auto !important;}
  .w-lg-15 {width: 15% !important;}
  .w-lg-30 {width: 30% !important;}
  .w-lg-35 {width: 35% !important;}
  .w-lg-40 {width: 40% !important;}
  .w-lg-60 {width: 60% !important;}
  .w-lg-65 {width: 65% !important;}
  .w-lg-80 {width: 80% !important;}
  .w-lg-85 {width: 85% !important;}
}

@media (min-width: 1200px) {
  .w-xl-25 {width: 25% !important;}
  .w-xl-50 {width: 50% !important;}
  .w-xl-75 {width: 75% !important;}
  .w-xl-100 {width: 100% !important;}
  .w-xl-auto {width: auto !important;}
  .w-xl-15 {width: 15% !important;}
  .w-xl-30 {width: 30% !important;}
  .w-xl-35 {width: 35% !important;}
  .w-xl-40 {width: 40% !important;}
  .w-xl-60 {width: 60% !important;}
  .w-xl-65 {width: 65% !important;}
  .w-xl-80 {width: 80% !important;}
  .w-xl-85 {width: 85% !important;}
}


/**	-----------------------------------------	灰度  **/
.be-gray { 
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter: grayscale(100%); 
	filter: gray; 
}

/**	-----------------------------------------	模糊  **/
.be-blur-1 {	
    -webkit-filter: blur(1px); 
       -moz-filter: blur(1px);
        -ms-filter: blur(1px);    
            filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false);
}
.be-blur-2 {	
    -webkit-filter: blur(2px); 
       -moz-filter: blur(2px);
        -ms-filter: blur(2px);    
            filter: blur(2px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2, MakeShadow=false);
}
.be-blur-3 {	
    -webkit-filter: blur(3px); 
       -moz-filter: blur(3px);
        -ms-filter: blur(3px);    
            filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=false);
}
.be-blur-4 {	
    -webkit-filter: blur(4px); 
       -moz-filter: blur(4px);
        -ms-filter: blur(4px);    
            filter: blur(4px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
}
.be-blur-5 {	
    -webkit-filter: blur(5px); 
       -moz-filter: blur(5px);
        -ms-filter: blur(5px);    
            filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
}
.be-blur-10 {	
    -webkit-filter: blur(10px); 
       -moz-filter: blur(10px);
        -ms-filter: blur(10px);    
            filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}


/**	-----------------------------------------	icon **/
i.icon-custom {
  color: #555;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;   
  border: solid 1px #555;
}

i.icon-sm {
   width: 35px;
   height: 35px;
   font-size: 16px;
   line-height: 35px;
}
i.icon-md {
   width: 55px;
   height: 55px;
   font-size: 22px;
   line-height: 55px;
}
i.icon-lg {
  width: 60px;
  height: 60px;
  font-size: 31px;
  line-height: 60px;
  margin-bottom: 10px;
}
i.icon-line {
  font-size: 17px;
}
i.icon-2x {
  font-size: 30px;
}
i.icon-3x {
  font-size: 40px;
}
i.icon-4x {
  font-size: 50px;
}

/**默认颜色，thme.css中修改覆盖**/
i.icon-color-u {
  background: none;
}
i.icon-color-u {
   color: #72c02c;
   border: solid 1px #72c02c;
}
i.icon-bg-u {
   color: #fff;
   border-color: transparent;
}
i.icon-bg-u {
   background: #72c02c;
}

/**	-----------------------------------------	图片边框大小	 **/
img.img-bordered {
  padding: 3px;
  border: solid 1px #D0D0D0;
}
img.img-circle {
  border-radius: 50% !important;  
}
img.image-sm {
  width: 50px;
  height: 50px;
}
img.image-md {
  width: 100px;
  height: 100px;
}
img.img-link {
	cursor: pointer;
}

/**	-----------------------------------------	文本保持html格式显示 **/
.be-html-2 {
	text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
	-webkit-appearance: textarea;
    -webkit-rtl-ordering: logical;
    user-select: text;
    flex-direction: column;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**	-----------------------------------------	元素上下居中 **/
.middle-abs {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);  
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); 
}
.middle-rel {
	position: relative;
	margin-top: 50%;
	-webkit-transform: translate(0, -50%);  
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); 
}

/**	-----------------------------------------	放置于包裹图片的DIV **/
.be-cover {position: relative;}
.be-cover::after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
}
.be-cover-1::after {background-color: rgba(0, 0, 0, 0.1) !important;}
.be-cover-2::after {background-color: rgba(0, 0, 0, 0.2) !important;}
.be-cover-3::after {background-color: rgba(0, 0, 0, 0.3) !important;}
.be-cover-4::after {background-color: rgba(0, 0, 0, 0.4) !important;}
.be-cover-5::after {background-color: rgba(0, 0, 0, 0.5) !important;}
.be-cover-6::after {background-color: rgba(0, 0, 0, 0.6) !important;}
.be-cover-7::after {background-color: rgba(0, 0, 0, 0.7) !important;}
.be-cover-8::after {background-color: rgba(0, 0, 0, 0.8) !important;}
.be-cover-9::after {background-color: rgba(0, 0, 0, 0.9) !important;}




/******

	描述：组件样式及插件使用样式
	作者：林舒涛
 
	<1> 组件
		[面板模块-7] 文本块样式效果
		[面板模块-7] 文本块背景动画效果
		[表单文字-6] 表格样式
		[表单文字-6] 进度条范例
		[面板模块-7] Bootstrap弹框 [.ce-modal --> 移至ari.alert.css]
		[图片滚屏-5] 图片特效
		[表单文字-6] 顶部导航按钮样式
		[导航页脚-4] 页脚
		[面板模块-7] 价格模板
		异常页面样式
		[表单文字-6] 标题样式
		图片反光效果
		[图片滚屏-5] bootstrap改带缩略图滚屏
		[图标按钮-2] icon图标样式
		[面板模块-7] 时间线
		[面板模块-7] 博客列表模板
		[面板模块-7] 博客评论模板
		[表单文字-6] 表单模板
		[图标按钮-2] 按钮样式
		[图标按钮-2] 下拉框样式
		[图标按钮-2] 纯CSS下拉框样式
		[面板模块-7] 边框样式
		管理后台按钮样式
		阴影
		[be-a-1] a标签 链接样式
		[be-animation-icon] 箭头移动提示动画
		[面板模块-7] 商品销售列表 
		[动画特效-8] 瀑布面板布局 
		[面板模块-11] 导航侧栏
		
	<2> 插件
		[表单文字-6]] 搜索框样式
		[表单文字-6] 自定义查询插件使用表格样式
		[面板模块-7] 右侧菜单模板
		[自主研发-0] 弹出搜索框
		[自主研发-0] 全屏Loading
		dcjqaccordion jquery 插件手风琴菜单基础样式
		[自主研发-0] 管理页面插件模块
		[自主研发-0] 下拉框选择切换显示模块
		[自主研发-0] 管理页面面板
		[图标按钮-2] ddslick插件下拉框
		[自主研发] goto插件
		[图片滚屏-5]] owl滚屏插件
		[表单文字-6] 弹出文字详情
		
* **/
 
 

/**	-----------------------------------------	<1> 组件		-----------------------------------------**/

/**	-----------------------------------------	[面板模块-7] 文本块样式效果  **/
.ce-text-2-1:hover {
	background: #fcfcfc;
	box-shadow: 0 0 5px #ddd;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	-o-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.ce-text-2-1 {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}
.ce-text-2-1:hover span {
	color: #656565;
}
.ce-text-2-1 .service-icon {
	float: left;
	padding: 10px;
	color: #3FB9FF;
	font-size: 24px;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ce-text-2-1 > div {
	padding: 0 22px;
	overflow: hidden;
}
.ce-text-2-1 > div h4 {
	font-size: 22px;
	line-height: 25px;
	color: #555;
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
}

/**	-----------------------------------------	[面板模块-7] 文本块背景动画效果  **/
.ce-text-2-2 {
	background-color: #123456;
    padding: 35px 0 0px 0;
    background-size: 100% 100%;
	height: 650px;
    max-height: 650px;
}

.ce-t22-title {
	text-align: center;
    color: #fff;
    margin-bottom: 55px;
}

.ce-t22-title > h3 {
	font-size: 21px;
    margin-bottom: 5px;
	font-weight: 500;
}
.ce-t22-title > small {
	margin-bottom: 6px;
    display: block;
    font-weight: 500;
}
.ce-t22-title > p {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
}
.ce-t22-title > div {
	border-bottom: 5px solid #fff;
    width: 36px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}


.ce-t22-module {
	margin-bottom: 50px;
}
.ce-t22-module:hover:after {
	top: -226px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    z-index: 0;
}
.ce-t22-module:hover h3,
.ce-t22-module:hover p,
.ce-t22-module:hover i {
    color: #09f;
	border-color: #09f;
}
.ce-t22-module:after {
    content: '';
    width: 100%;
    height: 650px;
    position: absolute;
    top: 0px;;
    left: 0;
    background: rgba(39,153,225,.6);
    z-index: -1;
    top: 100%;
    
    filter:alpha(opacity=0);  
     -moz-opacity:0;  
     -khtml-opacity: 0;  
     opacity: 0;  
    
    transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
	
.ce-text-2-2 i {
    margin-bottom: 30px;
    font-size: 70px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    padding-top: 45px;
}
.ce-t22-module-text {
	color: #fff;
    text-align: center;
}
.ce-t22-module-text > h3 {
	margin-bottom: 20px;
}
.ce-t22-module-text > p {
	line-height: 24px;
}

.ce-t23-title {
	color: #555;
}
.ce-t23-title > div {
    border-bottom: 5px solid #555;
}


/**	-----------------------------------------	[面板模块-7] 文字描述列表块  **/
.ce-t3-title {
	text-align: center;
	margin-bottom: 40px;
}
.ce-t3-title > span {
    font-size: 12px;
    padding: 5px 20px;
    color: #00c9a7;
    background-color: rgba(0, 201, 167, 0.1);
    display: inline-block;
    font-weight: 500;
    line-height: 25px;
    border-radius: 12px;
    transition: 0.2s ease-in-out;
}
.ce-t3-title > p {
    font-size: 13px;
    line-height: 32px;
    color: #77838f;
}
.ce-t3-title > h2 {
	margin-bottom: 0px;
	font-size: 22px;
    font-weight: 300;
    line-height: 25px;
 	color: #1e2022;
	display: block;
}

.ce-text-3 .ce-text-3-body .ce-t3bi-p {
	border-radius: 50%;
    background: rgba(0, 201, 167, 0.1);
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.ce-text-3 .ce-text-3-body .ce-t3bi-p:hover {
	cursor: pointer;
	/** 动画名称效果在animete.css里面找**/
	/** 	          播放时长  动画效果               开始时间  播放方式    画时间之外的状态             播放次数   是否运行    动画名称**/
	animation: 500ms ease-in-out 0s normal none            1 running tada;
} 
.ce-text-3 .ce-text-3-body .ce-t3bi-p > span {
    font-weight: 900;
    font-size: 56px;
    position: absolute;
    left: 50%;
    top: 80%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ce-text-3 .ce-text-3-body h3 {
	font-weight: 500;
	font-size: 18px;
	color: #1e2022;
	margin-bottom: 15px;
}
.ce-text-3 .ce-text-3-body p {
	font-size: 13px;
    line-height: 28px;
    color: #77838f;
    text-align: left;
    text-indent: 32px;
}

/**	-----------------------------------------	[面板模块-7] 文字描述列表块  **/
.ce-text-4 {
	width: 100%;
    background: url("//arisu.cn/file/images/bg/b1c53826-771c-4d50-9361-97247a828794.png");
    
    transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    
    height: auto;
    padding: 60px 15px;
}
.ce-text-4 .ce-t4b-item {
	background-color: #fff;
    padding: 30px 15px;
    border-bottom: 2px solid #ddd;
    border-radius: 4px;
}
.ce-text-4 .ce-t4b-item h3 {
	font-size: 24px;
}
.ce-text-4 .ce-t4b-item p {
	font-size: 12px;
}

/**	-----------------------------------------	[面板模块-7] 文字描述列表块5  **/
.ce-text-5 {
    padding: 30px 0px;
}
.ce-text-5 .ce5-head {

}
.ce-text-5 .ce5-head .ce5-head-1 {
	color: #8991a3;
	font-weight: 600 !important;
	font-size: 13px;
	margin-bottom: 20px;
	margin-top: 0px;
	letter-spacing: 2px;
}
.ce-text-5 .ce5-head .ce5-head-2 {
	color: #464c5e;
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 24.5px;
	letter-spacing: 3px;
}

.ce-text-5 .ce5-main {
	
}
.ce-text-5 .ce5-main > div {
	margin-bottom: 30px;
}
.ce-text-5 .ce5-main .ce5-main-1 {
    margin-right: 0;
  		margin-left: 0;
	-webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1);
  		box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1);
}
.ce-text-5 .ce5-main-1-body {

}
.ce-text-5 .ce5-main-1-body-2 {
	min-height: 300px;
	background: #fff no-repeat center; 
}
.ce-text-5 .ce5-main-1-body-21 {
	background-image: url(http://arisu.cn/file/images/res/thing/50613cc2-4f33-406e-a947-ee8f2cd7f7a2.jpg);
}
.ce-text-5 .ce5-main-1-body-22 {
	background-image: url(http://arisu.cn/file/images/res/thing/188eee08-b63f-49e7-8722-5b8d52be5668.jpg);
}
.ce-text-5 .ce5-main-1-body-23 {
	background-image: url(http://arisu.cn/file/images/res/thing/a8ef56a7-5acb-4640-9203-1820a9b2768d.jpg);
}
.ce-text-5 .ce5-main-1-body-24 {
	background-image: url(http://arisu.cn/file/images/res/thing/f4d94f0a-76e6-4859-b012-1cbe0e971e91.jpg);
}
.ce-text-5 .ce5-main-1-body .ce5-m1b {
    padding: 35px 35px 35px 35px;
}
.ce-text-5 .ce5-m1b .ce5-m1b-ul {
	color: #777;
	font-weight: 600;
	padding-left: 0;
  		list-style: none;
}
.ce-text-5 .ce5-m1b .ce5-m1b-ul > li {
	display: inline-block;
	font-size: 12px;
}
.ce-text-5 .ce5-m1b .ce5-m1b-h2 {
    color: #000;
    font-weight: 600;
    line-height: 1.4;
    font-size: 17.5px;
}
.ce-text-5 .ce5-m1b .ce5-m1b-h2 a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-weight: 500;
}
.ce-text-5 .ce5-m1b .ce5-m1b-h2 a:hover {
	color: #3398dc;
}
.ce-text-5 .ce5-m1b .ce5-m1b-p {
	color: #777;
	line-height: 1.8;
	margin-bottom: 40px;
}
.ce-text-5 .ce5-m1b .ce5-m1b-ul2 {
	margin-bottom: 0px;
    margin-top: 0;
    font-size: 12px;
    padding-left: 0;
    list-style: none;
}
.ce-text-5 .ce5-m1b .ce5-m1b-ul2 .ce5-m1b-ul2-li {
	display: inline-block;
	margin-right: 5px;
}
.ce-text-5 .ce5-m1b .ce5-m1b-ul2 .ce5-m1b-ul2-li a {
	
}
.cet5-a {
	padding: 7px 15px;
  		border-radius: 50px !important;
	color: #3398dc;
	background-color: rgba(51, 152, 220, 0.1);
	display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
 	outline: none;
}
.cet5-a:hover {
    color: #fff !important;
	background-color: #3398dc !important;
}

/**	-----------------------------------------	[表单文字-6] 表格样式 1  **/
.ce-table-2-1 {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	margin-top: 15px;
	font-size: 12px;
	text-align: center;
}
.ce-table-2-1 tr td {
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	line-height: 30px;  
}
.ce-table-2-1 tr:FIRST-CHILD {
	background-color: #F5F5F5;
	font-weight: bold;
}

/**	-----------------------------------------	[表单文字-6] 表格样式 2  **/
.ce-table-3 {
	font-size: 12px;
	text-align: center;
}
.ce-table-3 > thead > tr {
	background-color: #F5F5F5;
	font-weight: bold;
}
.ce-table-3 tr {
	border: 1px solid #dddddd;
}
.ce-table-3 tr td {
	border-left: 1px solid #dddddd;
}
.ce-table-3 > tbody tr:nth-child(odd) {
	background: #fff;
}
.ce-table-3 > tbody tr:nth-child(even) {
	background: #FDFDFD;
}
.ce-table-3 > tbody tr:hover {
	background: #F5F5F5;
}

/**	-----------------------------------------	[表单文字-6] 进度条范例 **/
.ce-progress {
	padding: 20px 0;
	line-height: 30px;
	text-shadow: 1px 1px 0px #777;
}
.ce-progress > div.progress {
	border: 1px solid #B6B6B6;
	height: 30px;
	margin-bottom: 0;
	padding: 0;
	background: #D6D6D6;
	border-radius: 2px;
}
.ce-progress .ce-progress-label {
	margin-top: -30px;
	color: #fff;
}
.ce-progress .ce-progress-label i {
	display: inline-block;
	width: 20px;
}



/**	-----------------------------------------	[图片滚屏-5] 图片特效 1  **/
.ce-image {
	width: 320px;
	position: relative;
}
.ce-image p {
	color: #fff;
}
.ce-image > span {
	width: 100%;
	cursor: pointer;
	display: block;
	overflow: hidden;
    position: relative;
    filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.ce-image > div {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.ce-image:hover > div {
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.ce-image img {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.ce-image:hover img {
	-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.ce-image:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.ce-image:hover:after {
	background: rgba(0,0,0,0.4);
}

/**	-----------------------------------------	[图片滚屏-5] 图片特效 2 (2015年9月12日16:24:48) **/
.ce-image-1 {
	webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ce-image-1:hover {
    box-shadow: 0 0 0 5px #72c02c;
    filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/**	-----------------------------------------	[图片滚屏-5] 图片特效 3 **/
.ce-image-2 {
	width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #000;
}
.ce-image-2 > a,
.ce-image-2 > a > span {
	width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
}
.ce-image-2 > a > span {
	bottom: 0;
	-webkit-transition: bottom .6s cubic-bezier(0.19,1,.22,1);
	transition: bottom .6s cubic-bezier(0.19,1,.22,1);
}
.ce-image-2 > a:hover .ce-image-2-img {
	bottom: 70px;
}
.ce-image-2 > a > span.ce-image-2-info {
	bottom: -70px;
    height: 70px;
    background: #282727;
	position: absolute;
	z-index: 2;
	color: #fff;
	padding: 15px 25px;
}
.ce-image-2 > a > span.ce-image-2-info b {
	font-weight: 400;
	font-size: 16px;
	display: block;
	margin-bottom: 2px;
}
.ce-image-2 > a > span.ce-image-2-info span {
	font-weight: 300;
	font-size: 14px;
	color: #aaa;
}
.ce-image-2 > a:hover > span.ce-image-2-info {
	bottom: 0px;
}

/**	-----------------------------------------	[图片滚屏-5] 图片特效 4 **/
.ce-image-3 {
	position: relative;
	width: 180px;
}
.ce-image-3 img {
    webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ce-image-3:hover img {
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.ce-image-3 > div {
	line-height: 180px;
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #72c02c;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ce-image-3:hover > div {
	-webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}	
.ce-image-3 > div > span {
    color: #fff;
    font-size: 24px;
    font-weight: 600 !important;
}

/**	-----------------------------------------	[图片滚屏-5] 图片特效 5 - 图片修饰 (2016年1月27日16:09:21) **/
/** 确保上一级样式padding为0 **/
.ce-image-4 > img {
	width: 100%;
	height: 100%;
}
.ce-image-4 {
	width: 300px;
    position: relative;
}
.ce-image-4:after {
	content: "";
    position: absolute;
    top: 10%;
    left: 7%;
    width: 84%;
    height: 80%;
    border: 2px solid #fff;
    z-index: 999;
    
    transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
    filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.ce-image-4:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	
	transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
}
.ce-image-4:hover:before {
	background: rgba(0, 0, 0, 0.4);
}
.ce-image-4:hover:after,
.ce-image-4 > div:hover {
	filter:alpha(opacity=1);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.ce-image-4 > div  {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	color: #fff;
	text-align: center;
	padding-top: 35px;
	
	transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
 	-moz-transition: all 0.5s ease-in-out;
  	-webkit-transition: all 0.5s ease-in-out;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 9999;
}

.ce-image-4 > div span {
	font-size: 12px;
}
.ce-image-4 h5:after {
	content: "";
    position: absolute;
    margin-top: 21px;
    left: 45%;
    width: 10%;
    height: 1px;
    border: 1px solid #FFF;
}
/**	-----------------------------------------	[图片滚屏-5] 图片特效6 -  (2019年1月17日11:09:39) **/
.ce-image-5 {
	width: 100%;
	cursor: pointer;
	display: block;
	overflow: hidden;
    position: relative;
}
.ce-image-5 > img,
.ce-image-5 > .ce-image-5-info,
.ce-image-5:hover > .ce-image-5-info {
	transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.ce-image-5:hover > img {
	-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.ce-image-5 > .ce-image-5-info {
	top: 0px;
	width: 100%;
    height: 100%;
	display: block;
    position: absolute;
    padding: 0px 25px;
    color: #fff;
    
    
	background-color: rgba(57, 73, 160, 0);
	opacity: 0;
	border: 0px solid #fff;
}
.ce-image-5:hover > .ce-image-5-info {
    background-color: rgba(57, 73, 160, 0.7);
    opacity: 1;
    border: 10px solid #fff;
}

.ce-image-5 .ce-image-5-info > div {
	position: absolute;
 			bottom: 5px;
}
.ce-image-5 .ce-image-5-info > div > p {
	font-size: 13px;
}
.ce-image-5 .ce-image-5-info header > h4 {
	font-size: 12px;
    margin-bottom: 10px;
    font-weight: 600;
}
.ce-image-5 .ce-image-5-info header > h3 {
	margin-bottom: 3px;
 			margin-top: 0px;
}
.ce-image-5 .ce-image-5-info header > h3 a {
	font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.ce-image-5 .ce-image-5-info header > h3 a:hover {
	text-decoration: underline;
	color: #fff;
}


/**	-----------------------------------------	[图片滚屏-5] 图片特效7 -  (2019年12月16日22:13:14) **/
.ce-image-6 {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #555;
    position: relative;
    background-color: #f7f7f7;
    overflow: hidden;
    text-align: center;
    height: 100%;
    display: block;
}
.ce-image-6 > img {
	height: 324px;
	width: 191px;
	
	-webkit-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 0, 0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    
    text-align: center;
  	vertical-align: middle;
	border-style: none;
	margin-right: auto;
	margin-left: auto;
}
.ce-image-6 .ce-ie6-main {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    z-index: 1;
}
.ce-image-6 .ce-ie6n {
	margin-top: auto;
	margin-bottom: auto;
	padding: 30px;
}
.ce-image-6 .ce-ie6n h4 {
	color: #2c2c2c;
	margin-bottom: 20px;
	line-height: 1;
	font-weight: 700;
	font-size: 24.5px;
}
.ce-image-6 .ce-ie6n h4 a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	text-align:center;
	display: block;
	position: relative;
	
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.ce-image-6 .ce-ie6n h4 a strong {
    display: block;
    font-weight: bolder;
    font-size: 26px;
    margin-bottom: 5px;
    /**letter-spacing: 18px;**/
}
.ce-image-6 .ce-ie6n h4 a span {
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
}
.ce-image-6 .ce-ie6n em {
	font-size: 11px;
}
.ce-image-6 .ce-ie6n .ce-ie6n-meg {
	opacity: 0.7;
	display: none;
}
.ce-image-6 .ce-ie6n .ce-ie6n-meg p {
	margin-bottom: 0;
	margin-top: 0;
	color: #555;
}
.ce-image-6::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}


.ce-image-6:hover::after {
    opacity: 1;
	background-color: rgba(255, 0, 0, 0.6) !important;
}
.ce-image-6:hover {
	color: #fff;
}
.ce-image-6:hover > img,
.ce-image-6:hover .ce-ie6-main {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.ce-image-6:hover em {
	display: none;
}
.ce-image-6:hover .ce-ie6n .ce-ie6n-meg {
	display: block;
}
.ce-image-6:hover .ce-ie6n .ce-ie6n-meg p,
.ce-image-6:hover .ce-ie6n h4 a strong,
.ce-image-6:hover .ce-ie6n h4 a span {
	color: #fff;
}


/**	-----------------------------------------	[图片滚屏-5] 图片特效 6 - 图片修饰 (2015-9-12 09:56:40) **/
.ce-bg {
	width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("//arisu.cn/file/images/bg/bg1458111161608.png");
    top: 0px;
    left: 0px;
}
.ce-bg-parent {
	position: relative;
}

/**	-----------------------------------------	[图片滚屏-5] 图片特效 7 - 六边形图片 (2016年4月4日13:10:47)
	**/
.ce-hex {
    background: url("//arisu.cn/file/images/sample/anime/0/anime01457080837376.jpg") center no-repeat;
    background-size: 500px 500px;
}
.ce-hex:hover, 
.ce-hex.active, 
.ce-hex.fixed {
    width: 450px;
    height: 450px;
    -webkit-mask-size: 450px 450px;
    -moz-mask-size: 450px 450px;
    -o-mask-size: 450px 450px;
    mask-size: 450px 450px;
}
.ce-hex {
    width: 180px;
    height: 180px;
    display: block;
    margin: 20px auto;
    padding: 0;
    -webkit-mask-size: 180px 180px;
    -moz-mask-size: 180px 180px;
    -o-mask-size: 180px 180px;
    mask-size: 180px 180px;
    -webkit-mask-image: url("fonts/svg-hex.svg");
    -moz-mask-image: url("fonts/svg-hex.svg");
    -o-mask-image: url("fonts/svg-hex.svg");
    mask-image: url("fonts/svg-hex.svg");
    mask: url("fonts/svg-hex.svg");
    
    -webkit-tansform: translate3d(0, 0, 0);
    -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}


/**	-----------------------------------------	[表单文字-6] 顶部导航按钮样式  **/
.ce-menu {
	height: 30px;
    width: 80px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.ce-menu > * {
    width: 80px;
 	height: 30px;
    text-align: center;
    font-size: 18px;
	color: #666;			    
    display: block;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.ce-menu > *:last-child {
	margin-top: 30px;
}
.ce-menu:hover > *:first-child {
	margin-top: -30px;
	color: #FF5555;
}
.ce-menu:hover > *:last-child {
	margin-top: 0;
	color: #FF5555;
	border-bottom: 3px solid #FF5555;
}
.ce-menu.active > *:first-child {
	margin-top: -30px;
	color: #FF5555;
}
.ce-menu.active > *:last-child {
	margin-top: 0;
	color: #FF5555;
	border-bottom: 3px solid #FF5555;
}

/**	-----------------------------------------	[导航页脚-4] 页脚 (2015-9-13 15:03:58) **/
.ce-foot {
	text-shadow: 1px 1px 0px #000;
}
.ce-foot .ce-footer {
    padding: 40px 0 0 0;
    background: #272727;
    color: #C7C7C7;
    border-top: 1px solid #000;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25),0 1px 1px rgba(0,0,0,0.075);
}
.ce-foot .ce-foot-logo {
    width: 70px;
	margin: 12px 0;
}
.ce-foot li a,
.ce-foot p,
.ce-foot address {
	color: #eee;
}
.ce-foot a {
	font-size: 11px;
    display: inline-block;
    text-transform: uppercase;
}
.ce-foot p {
	font-size: 13px;
  		line-height: 22px;
}		
.ce-foot address {
	line-height: 23px;
}
.ce-foot .ce-head {
	display: block;
	margin: 10px 0 20px 0;
	border-bottom: 1px dotted #e4e9f0;
}
.ce-foot .ce-head span  {
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid #72c02c;
	font-weight: bold;
	color: #eee;
	font-size: 16px;
}

.ce-foot .ce-foot-latest li {
    padding: 8px 0;
    border-top: 1px solid #353535;
}
.ce-foot .ce-foot-latest li:first-child {
    padding-top: 0;
    border-top: none;
}
.ce-foot .ce-foot-latest small {
	color: #999;
  	display: block;
}

.ce-foot .ce-foot-links li {
    border-top: solid 1px #353535;
}
.ce-foot .ce-foot-links a {
	 padding: 6px 0px;
}
.ce-foot .ce-foot-links li:first-child {
    border-top: none!important;
	margin-top: -4px;
}
.ce-foot .ce-foot-links li i {
    color: #eee;
    float: right;
    margin-top: 10px;
}

.ce-foot .ce-foot-link {
	color: #72c02c;
}
.ce-foot .ce-copyright {
    background: #222;
    border-top: none;
    padding: 10px 0 5px;
}
.ce-foot .ce-copyright a {
	color: #72c02c;
}

/**	-----------------------------------------	[面板模块-7] 价格模板  **/
.ce-price .ce-price-item {
    border: 1px solid #EEEEEE;
	position: relative;
    border-radius: 3px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #eee;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ce-price .ce-price-item:hover {
	background-color: #74C52C;
	box-shadow: 0 0 15px #b5b5b5;
	margin-top: -15px;
}
.ce-price .ce-price-item:hover li, 
.ce-price .ce-price-item:hover li i, 
.ce-price .ce-price-item:hover .ce-price-head p,
.ce-price .ce-price-item:hover .ce-price-rating {
    color: #fff!important;
}
.ce-price .ce-price-new {
	top: 13px;
    right: -49px;
    background: rgba(231, 76, 60, 1);
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
 	color: #fff;
    width: 150px;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
}
.ce-price .ce-price-item:hover .ce-price-footer > div {
	color: #50A702;
}

/** head **/
.ce-price .ce-price-head > div {
	color: #fafafa;
    padding: 12px 0;
    font-size: 35px;
    background: #74C52C;
    border-radius: 3px 3px 0 0;
    text-shadow: 0 1px 0 #32a20f;
    margin: 0;
    line-height: normal;
    font-weight: bold;
    border-bottom: solid 1px #f5f9e7;
    text-align: center;
}
.ce-price .ce-price-head > div span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
}
.ce-price .ce-price-head .ce-price-rating {
	text-align: center;
	margin-top: 15px;
}
.ce-price .ce-price-head .ce-price-rating li {
	display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.ce-price .ce-price-head .ce-price-rating li i {
	color: #74C52C;
    padding-top: 20px;
    margin-top: 10px 0px;
    font-size: 28px;
}
.ce-price .ce-price-head p {
	color: #777;
    line-height: 17px;
    text-align: center;
    font-size: 13px;
    padding: 0px 20px 19px;
    border-radius: 0 0 3px 3px;
    border-bottom: 1px solid #F5F9E7;
}

/** content **/
.ce-price .ce-price-content {
	margin-bottom: 0px;
}
.ce-price .ce-price-content li {
	color: #888;
    font-size: 13px;
    padding: 7px 15px;
    border-bottom: solid 1px #f5f9e7;
}
.ce-price .ce-price-content li i {
    color: #72c02c;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    width: 16px;
    display: inline-block;
}

/** foot **/
.ce-price .ce-price-footer {
    color: #777;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
  	padding: 0px 0px 19px;
    border-radius: 0 0 3px 3px;
}
.ce-price .ce-price-footer > div {
	color: #999;
    font-size: 70px;
    padding: 5px 0px;
    margin-top: -2px;
    font-family: Arial;
    background: #F7F7F7;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 #fff;
	margin: 0;
    line-height: normal;
    font-weight: bold;
}
.ce-price .ce-price-footer > div i {
	top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}
.ce-price .ce-price-footer > div span {
	top: -10px;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}
.ce-price .ce-price-footer a {
	border: solid 1px #fff;
    background: #72c02c;
    margin: 25px 0 0 0;
}
.ce-price .ce-price-footer a:hover {
	 background: #65D600;
}

/**	-----------------------------------------  异常页面样式 (2015-10-24 09:46:09) **/
.er-html, 
.er-html body,
.er-html .container {
	height: 100%;
	width: 100%;
	min-height: 580px;
}
.er-html .row {
	height: 100%;
}
.er-html .container {
	text-align: center;
	color: #eee;
	font-family: "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", tahoma, arial, simsun, "宋体";
}
.er-html .owl-carousel .owl-wrapper-outer {
	height: 100%;
}
.er-html .img-responsive {
	display: block;
	height: 100%;
	width: 100%;
}
.er-html small {
	font-size: 14px;
}
/** 显示细调 **/
.er-html .er-code {
	font-size: 220px;
	line-height: 260px;
	margin-top: 5%;
	text-shadow: 1px 1px 2px #737373;
}
.er-html .er-msg {
	margin-top: 20%;
    font-size: 35px;
    line-height: 100px;
}
.er-html .er-info {
	color: #fff;
	display: block;
	font-size: 25px;
	padding-bottom: 40px;
	text-shadow: 1px 1px 2px #737373;
}
.er-html .er-btn a {
	border: 1px solid #fff;
	border-radius: 0px;
	color: #fff !important;
	font-weight: 400;
	text-shadow: 1px 1px 0 #C7C7C7;
	box-shadow: 0px 0px 10px #efefef;
}
.er-html .er-copyright {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	height: 60px;
}
.er-html .er-bg {
	position: absolute;
	z-index: -1;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 580px;
}

/**	-----------------------------------------  [表单文字-6] 标题样式 (2015-9-24 14:24:21) **/
.ce-header-1 {
	padding: 0 12px;
    position: relative;
    display: inline-block;
    line-height: 34px !important;
}
.ce-header-1:before,
.ce-header-1:after {
	content: "";
    position: absolute;
    top: 17px;
    width: 90%;
    height: 6px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
.ce-header-1:before {
	right: 100%;
}
.ce-header-1:after {
	left: 100%;
}

/**	-----------------------------------------  [表单文字-6] 标题样式 2 **/
.ce-header-2 {
	padding: 0 12px;
    position: relative;
    display: inline-block;
    line-height: 34px!important;
}
.ce-header-2:before,
.ce-header-2:after {
	content: "";
    position: absolute;
    top: 18px;
    width: 140px;
    height: 6px;
    border-top: 1px solid #bbb;
}
.ce-header-2:before {
	right: 100%;
}
.ce-header-2:after {
	left: 100%;
}

/**	-----------------------------------------  [表单文字-6] 标题样式 3 **/
.ce-header-3 {
	max-width: 750px;
	margin-bottom: 70px;
	display: block;
}
.ce-header-3 .ce-hr3 {
	display: block;
}
.ce-header-3::after {
	display: block;
	margin-right: auto;	
	margin-left: auto;
	color: #d9534f;
   	margin-top: 30px;
   	width: 100px;
	border-top-width: 10px;
	content: "";
   	border-top-style: solid;
}
.ce-hr3-h3 {
	line-height: 1;
	letter-spacing: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #c94645;
	margin-top: 0px;
	margin-bottom: 25px;	
	text-align: center;
}
.ce-hr3-h2 {
	line-height: 1;
	letter-spacing: 2px;
	font-size: 40px;
	font-weight: 500;
	color: #383339;
	margin-top: 0px;
	margin-bottom: 0px;	
	text-align: center;
}

/**	-----------------------------------------  [表单文字-6] 标题样式 4 **/
.ce-header-4 {
	margin-bottom: 70px;
}
.ce-header-4 .ce-hr4 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1;
	color: #151826;
	text-align: center;
}
.ce-header-4 .ce-hr4 .ce-hr4-s1 {
    color: #151826;
    font-weight: 40;
    font-size: 40px;
}
.ce-header-4 .ce-hr4 .ce-hr4-s2 {
	color: #f73859;
}
.ce-header-4 p {
	margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
    line-height: 1.8;
    font-size: 12px;
    font-weight: 400;
    color: #979aa7;
}

/**	-----------------------------------------  [表单文字-6] 标题样式 5 **/
.ce-header-5 .ce-hr5::after {
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: #fe6466;
    margin-top: 25px;
    width: 100px;
    border-top-width: 5px;
    content: "";
    border-top-style: solid;
}
.ce-hr5-h2 {
    line-height: 1;
    letter-spacing: 2px;
    font-size: 40px;
    font-weight: 700;
    color: #383339;
    margin-top: 0px;
    text-align: center;
}
.ce-header-5 p {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
    line-height: 1.8;
    font-size: 12px;
    font-weight: 400;
    color: #979aa7;
}
.ce-header-5 .ce-hr5 {
	margin-bottom: 40px;
}


/**	-----------------------------------------  [表单文字-6] 标题样式 3 (2015-9-26 21:04:03) **/
.ce-border-1 {
	position: relative;
	cursor: pointer;
}
.ce-border-1:after {
 	left: 0;
    bottom: -10px;
    height: 1px;
    width: 40px;
    content: "";
    position: absolute;
    background: #bbb;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.ce-border-1:hover:after {
	width: 100%;
	background: #72c02c;
}

/**	----------------------------------------- 图片反光效果 (2015-9-17 16:56:48) **/
.ce-bg-1 {
    z-index: 1;
    width: 340px;
    padding: 100px;
    position: absolute;
    top: -25px;
    right: -130px;
    display: block;
    background-color: rgba(255,255,255,0.3);
    transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
}

/**	-----------------------------------------	[图片滚屏-5] bootstrap改带缩略图滚屏 **/
.ce-carousel {
	height: 360px;
	width: 70%;
}
.ce-carousel .carousel-indicators {
    display: block;
    position: absolute;
    right: -31%;
    left: auto;
    bottom: auto;
    width: 30%;
}
.ce-carousel .carousel-indicators > li {
    height: 116px;
    width: 240px;
    background-color: #fff;
    border: 3px solid #E60012;
    border-radius: 0;
}
.ce-carousel .carousel-indicators > li.active div:before {
	left: -10px;
    content: "";
    top: 50px;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 7px solid #E60012;
}
.ce-carousel .carousel-indicators div {
	position: relative;
	width: 100%;
	height: 100%;
}
.ce-carousel .carousel-indicators img {
	width: 100%;
	height: 100%;
}

.ce-carousel .carousel-indicators .active {
	margin: 1px; 	
    background-color: #ffffff;
}
.ce-carousel .carousel-inner {
	height: 360px;
}
.ce-carousel .carousel-inner div.item {
	width: 100%;
	height: 360px;
}
.ce-carousel .carousel-inner div.item img {
	height: 100%;
    width: 100%;
}


/**	-----------------------------------------	[图标按钮-2] icon图标样式 (2015-9-27 16:27:49) **/
/**effect 1**/
i.ce-icon-ef-1 {
	background-color: #DCDCDC;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
i.ce-icon-ef-1:hover {
	background-color: #72c02c;
}
/**effect 2**/
i.ce-icon-ef-2 {
	color: #fff;
    width: 90px;
    height: 90px;
    padding: 30px;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    background: #dedede;
    margin-bottom: 25px;
    display: inline-block;
}
i.ce-icon-ef-2:after {
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    content: "";
    position: absolute;
    border: 1px solid #dedede;
    border-radius: 50% !important;
}
i.ce-icon-ef-2:hover {
    background: #72c02c;
}
i.ce-icon-ef-2:hover:after {
    border-color: #72c02c;
}
i.ce-icon-ef-2, 
i.ce-icon-ef-2:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**	-----------------------------------------	[图标按钮-2] icon图标样式 2,可以放置于A标签 (2016年4月29日15:07:19) **/
.ce-icon {
    display: inline;
    color: #666;
    text-shadow: 1px 1px 0 #DADADA;
    font-size: 12px;
    
    transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
   	-ms-transition: all 0.3s ease-in-out;
   	-moz-transition: all 0.3s ease-in-out;
   	-webkit-transition: all 0.3s ease-in-out;
}
.ce-icon:hover {
	color: #8C8C8C;
	text-shadow: 0px 1px 2px #DADADA;
}

.ce-icon-1 {
    display: inline;
    color: #666;
    text-shadow: 1px 1px 0 #DADADA;
    padding: 10px;
    background: #FCFCFC;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.ce-icon-1:hover {
	color: #8C8C8C;
	text-shadow: 0px 1px 2px #DADADA;
}


/**	-----------------------------------------	[面板模块-7] 时间线 - 灰色  **/
.ce-tmtimeline:before {
    width: 5px;
	background: #F3F3F3;
}
.ce-tmtimeline > li .cbp_tmlabel,
.ce-tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	color: #555;
 	background: #F3F3F3;
 	font-size: 14px;
}
.ce-tmtimeline > li .cbp_tmlabel:after,
.ce-tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
 	border-right-color: #F3F3F3;
}
.ce-tmtimeline > li .cbp_tmlabel h2 {
	border-bottom: 1px solid rgba(222, 124, 0, 0.7);
	font-size: 21px;
}
.ce-tmtimeline .fa {
	display: none;
}
.ce-tmtimeline > li .cbp_tmicon {
    width: 10px;
    height: 10px;
    left: 20%;
    background: #de7c00;
	box-shadow: 0 0 0 6px #F3F3F3;
	margin: 3px 0 0 -14px;
}
.ce-tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child,
.ce-tmtimeline > li .cbp_tmtime span:last-child {
    color: #de7c00;
}


/**	-----------------------------------------	[面板模块-7] 时间线2 - 粉红色  **/
.ce-tmtimeline-1 {
}
.ce-tmtimeline-1 > ul {
	text-align: center;

}
.ce-tmtimeline-1 > ul > li {
	display: inline-block;
	float: none;
}
.ce-tmtimeline-1 > ul > li > a,
.ce-tmtimeline-1 > ul > li:hover > a,
.ce-tmtimeline-1 > ul > li:focus > a,
.ce-tmtimeline-1 > ul > li.active > a,
.ce-tmtimeline-1 > ul > li.active > a:hover {
	border-top: none ! important;
	border-left: none ! important;
	border-right: none ! important;
	background-color: transparent;
	cursor: pointer;
}
.ce-tmtimeline-1 > ul > li > a:hover {
	border-bottom: none ! important;
	color: #f73859;
}
.ce-tmtimeline-1 > ul > li:hover {

}
.ce-tmtimeline-1 > ul > li.active {
	
}
.ce-tmtimeline-1 > ul > li.active > a,
.ce-tmtimeline-1 > ul > li.active > a:focus {
	border-bottom: 5px solid #f73859 ! important; 
}
.ce-tmtimeline-1 > ul > li.active > a:hover {
	color: #f73859;
}

.ce-tmtimeline-1 .ce-te1-item {
	position: relative;
	padding-top: 60px;
}
.ce-tmtimeline-1 .ce-te1-item::before {
	margin-left: 19px;
	left: 18%;
	display: block;
	width: 1px;
   	height: 100%;
   	background-color: #ebebeb;
   	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
	z-index: 1;
}

.ce-tmtimeline-1 .ce-te1-item::before,
.ce-tmtimeline-1 .ce-te1-item .ce-te1iemn-time > div::before {
   	border-color: #d1d1d1;
   }
.ce-tmtimeline-1 .ce-te1-item > a {
	height: 180px;
	margin-bottom: 50px;
	position: relative;
	display: block;
	transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.ce-tmtimeline-1 .ce-te1-item > a:hover .ce-te1iemn-time > div.ce-te1iemn-te > span {
	background-color: #f73859 !important;
}
.ce-tmtimeline-1 .ce-te1-item > a .ce-te1iemnby-img::after {
    background-color: rgba(22, 26, 39, 0.7) !important;
    
 	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	display: block;
	height: 100%;
	width: 100%;
    
    transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.ce-tmtimeline-1 .ce-te1-item > a:hover .ce-te1iemnby-img::after {
    background-color: rgba(255, 255, 255, 0) !important;
}
/**
.ce-tmtimeline-1 .ce-te1-item > a:hover .ce-te1iemnby-txt h3 {
    color: #f73859;
}
.ce-tmtimeline-1 .ce-te1-item > a:hover .ce-te1iemnby-txt h4 {
    color: #151826;
}
**/
.ce-tmtimeline-1 .ce-te1-item .ce-te1ie-point {
	height: 16px;
	width: 16px;
	position: absolute !important;
    top: 50% !important;
	z-index: 3;
	line-height: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    right: 18%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    box-sizing: border-box;
}
.ce-tmtimeline-1 .ce-te1-item .ce-te1ie-point i {
	height: 16px;
	width: 16px;
	border-color: #d9d9d9;
	border-width: 5px;
	border-radius: 50px;
	background-color: #fff;
	border-style: solid;
	display: inline-block;
	
	
}
.ce-tmtimeline-1 .ce-te1-item .ce-te1ie-main.row {
    text-align: left;
    float: left;
 	box-sizing: border-box;
 	margin-left: 0px;
    margin-right: 0px;
}
.ce-tmtimeline-1 .ce-te1-item .ce-te1ie-main.row .ce-te1iemn-time {
    margin-left: 0px;
    margin-right: 0px;
	height: 180px;
}
.ce-tmtimeline-1 .ce-te1-item .ce-te1ie-main.row .ce-te1iemn-time > div.ce-te1iemn-te {
	border-color: #ccc;
    display: block;
    position: absolute;
   	top: 50%;
   	width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.ce-tmtimeline-1 .ce-te1-item .ce-te1iemn-time > div.ce-te1iemn-te::before {
 	top: 50%;
   	border-top-style: solid;
}
.ce-tmtimeline-1 .ce-te1-item .ce-te1iemn-time > div.ce-te1iemn-te::before,
.ce-tmtimeline-1 .ce-te1-item .ce-te1iemn-time > div.ce-te1iemn-te::after {
   	
   	content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 100%;
    height: 0;
    border-top-width: 1px;
}
.ce-tmtimeline-1 .ce-te1-item .ce-te1iemn-time > div.ce-te1iemn-te::after {
    border-color: #999;
}

.ce-tmtimeline-1 .ce-te1-item .ce-te1iemn-time > div.ce-te1iemn-te > span {
	display: block;
	padding: 5px 10px;
	width: 120px;
	color: #fff;
	background-color: #111;
	transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
    position: relative;
    line-height: 1.6;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}
.ce-tmtimeline-1 .ce-te1-item .ce-te1iemn-body {
}
.ce-tmtimeline-1 .ce-te1-item .ce-te1iemn-body .ce-te1iemnby {
}
.ce-tmtimeline-1 .ce-te1-item .ce-te1iemnby-img {
   
	margin-right: 30px;
	margin-bottom: 0px;
	height: 170px;
   	width: 170px;
    
    transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	margin-left: auto;
	float: left;
}
.ce-tmtimeline-1 .ce-te1-item .ce-te1iemnby-img > img {
	border-radius: 50%;
	max-width: 100%;
    height: auto;
    vertical-align: middle;
   	border-style: none;
   	height: 170px;
   	width: 170px;
}
.ce-tmtimeline-1 .ce-te1-item .ce-te1iemnby-txt {
	flex: 1;
	display: block;
	text-align: left;
}
.ce-tmtimeline-1 .ce-te1-item .ce-te1iemnby-txt h4 {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.4;
	color: #f73859;
	
	transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.ce-tmtimeline-1 .ce-te1-item .ce-te1iemnby-txt h3 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #151826;
	line-height: 1.4;
	margin-top: 0;
	
	transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.ce-tmtimeline-1 .ce-te1-item .ce-te1iemnby-txt p {
	color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.8;
}
@media (max-width: 992px) {
	.ce-tmtimeline-1 .ce-te1-item .ce-te1iemn-time > div.ce-te1iemn-te::before, 
	.ce-tmtimeline-1 .ce-te1-item .ce-te1iemn-time > div.ce-te1iemn-te::after, 
	.ce-tmtimeline-1 .ce-te1-item .ce-te1ie-point {
   		display: none;
   	}
   	.ce-tmtimeline-1 .ce-te1-item {
	    padding-top: 10px;
	}
   	.ce-tmtimeline-1 .ce-te1-item .ce-te1ie-main.row .ce-te1iemn-time > div.ce-te1iemn-te,
   	.ce-tmtimeline-1 .ce-te1-item .ce-te1iemn-time > div.ce-te1iemn-te > span {
   		margin-left: auto;
   		margin-right: auto;
   	}
   	.ce-tmtimeline-1 .ce-te1-item .ce-te1ie-main.row .ce-te1iemn-time {
    	height: 50px;
    }
    .ce-tmtimeline-1 .ce-te1-item .ce-te1ie-main.row {
    	margin-bottom: 30px;
    }
    .ce-tmtimeline-1 .ce-te1-item::before {
   		display: none;
   	}
}
@media (max-width: 992px) {
   	.ce-tmtimeline-1 .ce-te1-item::before {
   		display: none;
   	}
}
@media (min-width: 992px) {
	.ce-tmtimeline-1 .ce-te1-item::before {
   		display: none;
   	}
}
@media (min-width: 1200px) {
	.ce-tmtimeline-1 .ce-te1-item::before {
   		margin-left: 19px;
   		display: block;
   	}
}



/**	-----------------------------------------	[面板模块-7] 时间线3 - 侧栏消息  **/
.cbp_tmtimeline.ce-tmtimeline-2:before {
	display: none;
}
.cbp_tmtimeline.ce-tmtimeline-2 > li .cbp_tmicon {
	left: 25px;
	color: #29979b;
	background: transparent;
	box-shadow: 0 0 0 1px #e4e5e5;
	cursor: pointer;
}
.cbp_tmtimeline.ce-tmtimeline-2 > li:nth-child(odd) .cbp_tmlabel,
.cbp_tmtimeline.ce-tmtimeline-2 > li .cbp_tmlabel {
	margin: 0 0 15px 50px;
    background-color: #f5f9f8;
    color: #999;
    padding: 10px 15px 1px 15px;
    font-size: 13px;
}
.cbp_tmtimeline.ce-tmtimeline-2 > li:nth-child(odd) .cbp_tmlabel:after,
.cbp_tmtimeline.ce-tmtimeline-2 > li .cbp_tmlabel:after {
	border-right-color: #f5f9f8;
}


.cbp_tmlabel-p {
	margin-bottom: 25px;
}
.cbp_tmlabel-user,
.cbp_tmlabel-btns {
	margin-left: 50px;
}
.cbp_tmlabel-user-info {
	display: inline-block;
}
.cbp_tmlabel-user h4 {
	margin-top: 0px;
	font-size: 16px;
	color: #000
}
.cbp_tmlabel-user h4 span {
	margin-left: 15px;
	font-size: 14px;
	color: #666;
}
.cbp_tmlabel-user  p {
	font-size: 12px;
}
.cbp_tmlabel-user-time {	
	display: inline-block;
    float: right;
    text-align: right;
}
.cbp_tmlabel-user-time p {
	margin-bottom: 5px;
}
.cbp_tl-a,
.cbp_tl-a:visited {
	border-color: transparent;
    color: #8f8f8f;
    background-color: #fff;
    text-decoration: none;
    transition: all .4s;
    border: 1px solid #8f8f8f;
    padding: 0 25px;
}
.cbp_tl-a:active,
.cbp_tl-a.active,
.cbp_tl-a:hover {
	color: #fff;
    background-color: #00adb4;
    text-decoration: none;
}
.cbp_tl-a:focus {
	color: #757575;
  	outline: none;
}
.cbp_tl-a.cbp_tl-a-1 {
	color: #E91E63;
	border-color: #E91E63;
}
.cbp_tl-a.cbp_tl-a-2 {
	color: #00bcd4;
	border-color: #00bcd4;
}
.cbp_tl-a:active,
.cbp_tl-a.active,
.cbp_tl-a:hover,
.cbp_tl-a.cbp_tl-a-1:active,
.cbp_tl-a.cbp_tl-a-1.active,
.cbp_tl-a.cbp_tl-a-1:hover,
.cbp_tl-a.cbp_tl-a-2:active,
.cbp_tl-a.cbp_tl-a-2.active,
.cbp_tl-a.cbp_tl-a-2:hover,
.cbp_tl-a.cbp_tl-a-3:active,
.cbp_tl-a.cbp_tl-a-3.active,
.cbp_tl-a.cbp_tl-a-3:hover {
	color: #fff;
	border-color: #ddd;
}
		
/**	-----------------------------------------	[面板模块-7] 博客列表模板 (2016年2月14日10:31:02) **/
.ce-item {
	color: #333;
	margin-bottom: 25px;
}
.ce-item > .ce-item-head {
	border-bottom: 1px solid #6600AA;
	margin-bottom: -1px;
}
.ce-item > .ce-item-head h4 {
	color: #333;
	font-weight: bold;
	font-size: 16px;
}

.ce-item > .ce-item-title {
	border-top: 5px solid #6600AA;
	padding: 11px 0px;
	text-align: center;
}
.ce-item > .ce-item-title h4 {
	color: #333;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}
.ce-item > .ce-item-body {
	padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CACACA;
}
.ce-item > .ce-item-body .shadow-wrapper {
	padding-right: 0px;
	margin-bottom: 15px;
}
.ce-item > .ce-item-body .ce-item-body-txt {
	margin-bottom: 15px;
    line-height: 24px;
    font-size: 13px;
    color: #000;
}
.ce-item .ce-item-body-foot {
	font-size: 12px;
}
@media (max-width: 768px) {
	.ce-item > .ce-item-body .shadow-wrapper {
	    padding-right: 15px;
	}
}

.ce-item > .ce-item-title,
.ce-item > .ce-item-head {
	border-color: #666;
}

/**	-----------------------------------------	[面板模块-7] 博客评论模板 (2017年11月29日21:35:18) **/
.ce-item-2 {
	padding-top: 10px;
	padding-left: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.ce-item-2 > a {
    display: inline-block;
    margin-bottom: -9px;
}
.ce-item-2 > a > img {
	width: 36px;
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #9E9E9E;
    padding: 1px;
}
.ce-item-2 > a > span {
	vertical-align: 11px;
 	 		font-size: 12px;
}
.ce-item-2 > small {
    position: absolute;
    right: 0px;
    font-size: 12px;
}
.ce-item-2 > .ce-item-2-body {
	font-size: 12px;
    margin-top: -8px;
    padding: 0px 45px 5px 45px;
}
.ce-item-2 > .ce-item-2-tool {
	font-size: 12px;
  		margin-bottom: 5px;
		padding-left: 45px;
}
.ce-item-2 > .ce-item-2-tool i {
	margin-right: 3px;
}
.ce-item-2 > .ce-item-2-tool a {
	margin-right: 10px;
}

/**	-----------------------------------------	[表单文字-6] 表单模板 1 **/
.ce-form .form-group label {
	font-weight: 400;
	font-size: 13px;
}
.ce-form .form-group input,
.ce-form .form-group textarea,
.ce-form .form-group select {
	border: 1px solid #737373;
}
.ce-form .form-group input,
.ce-form .form-group select {
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}
.ce-form .form-group input[type='file'] {
	line-height: normal;
	border: none;
	height: 20px;
}
.ce-form input[type="radio"],
.ce-form input[type="checkbox"] {
	margin: 2px 0 0 -20px;
	height: auto;
}

.ce-form .form-group-title:first-child {
	border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}
.ce-form .form-group-title:first-child h4 {
	margin-top: 3px;
}
.ce-form .form-group-title {
    border-top: 1px solid #ccc;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.ce-form .form-group-title h4 {
	font-size: 15px;
	margin-bottom: 6px;
}
.ce-form .form-group-title > font {
	font-size: 12px;
}
.ce-form .form-group-btn {
	border-top: 1px solid #ccc;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
.ce-form .form-group-2 {
    border: 1px solid #737373;
    margin-bottom: 25px;
}

/**	-----------------------------------------	[表单文字-6] 表单模板 2 **/
.ce-form-inline .form-group > label {
	width: 30%;
	padding-right: 15px;
	text-align: right;
}
.ce-form-inline .form-group > label.checkbox-inline {
	width: auto;
	padding-right: 0;
	text-align: auto;
}
.ce-form-inline .ce-form-block {
	padding-left: 30%;
	margin-left: 3px;
}
.ce-form-inline .ce-form-block > label {
	text-align: left;
}
.ce-form-inline button {
	margin-left: 30%;
}
.ce-form-inline .ce-form-block input[type="radio"],
.ce-form-inline .ce-form-block input[type="checkbox"] {
	margin-left: 0px;
	margin-right: 5px;
}
.ce-form-inline .form-group > input,
.ce-form-inline .form-group > textarea {
	width: auto;
	display: inline-block;
	width: 50%;
}

/**	-----------------------------------------	[表单文字-6] 联系我们表单模板 **/
.ce-contact {
	padding: 80px 0;
}
.ce-contact .ce-ct-main {

}
.ce-contact .ce-ctm-rows {
    margin-bottom: 30px;
}
.ce-contact .ce-ctm-rows input:active,
.ce-contact .ce-ctm-rows input:focus,
.ce-contact .ce-ctm-rows textarea:focus,
.ce-contact .ce-ctm-rows textarea:active {
	outline: 0 none;
   	-webkit-box-shadow: none;
   	box-shadow: none;
}
.ce-contact .ce-ctmr-inputs {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 1.5;
	color: #7d7d8f;
	background-color: #f5f5f5;
	padding: 14px 10px;
	margin: 0;
	font-size: 14px;
	border-radius: 1px;
	border: none;
	background-clip: padding-box;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	overflow: visible;
}
.ce-contact .ce-ctmr-textarea {
	line-height: 1.5;
	color: #7d7d8f;
	background-color: #f5f5f5;
    height: auto;
    width: 100%;
    padding: 14px 10px;
	margin: 0;
	font-size: 14px;
	border-radius: 1px;
	border: none;
	resize: none;
}
.ce-contact .ce-ctm-btnp {
	outline: 0 none;
   	-webkit-box-shadow: none;
   	box-shadow: none;
}
.ce-contact .ce-ctm-btn {
	padding: 12px 25px;
	border-radius: 0px;
	line-height: 1;
}
.ce-contact .ce-ctm-btn:active,
.ce-contact .ce-ctm-btn:focus {
	outline: 0 none;
   	-webkit-box-shadow: none;
   	box-shadow: none;
}
.ce-contact .ce-ctm-icons {

}
.ce-contact .ce-ctmi-cols {
	margin-bottom: 30px;
}
.ce-contact .ce-ctmi-cols i {
	margin-bottom: 7px;
    color: #c94645;
    font-size: 20px;
    display: inline-block;
}
.ce-contact .ce-ctmi-cols h3 {
    margin-bottom: 5px;
    margin-top: 0px;
    color: #999;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
}
.ce-contact .ce-ctmi-cols a:hover {
	text-decoration: underline;
	color: #000;
}
.ce-contact .ce-ctmi-cols strong {
    color: #000;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
}


/**	-----------------------------------------	[图标按钮-2] 按钮样式 - 伪类-顶部修饰三角形 (2015-9-24 12:50:28) **/
.ce-content-1 {
	position: relative;
}
.ce-content-1:before {
    top: 0;
    left: 50%;
    content: "";
    margin-left: -25px;
    position: absolute;
    border-top: 25px solid #fff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

/**	-----------------------------------------	[图标按钮-2] 下拉框样式	**/
.ce-select-2 .dropdown-menu  {
	padding: 0px;
	border-radius: 0;
	border-bottom: 0px;
}
.ce-select-2 .dropdown-menu > li {
	border-bottom: 1px solid #ccc;
}
.ce-select-2 .dropdown-menu > li .media-left {
    float: left;
    margin-right: 10px;
    padding-top: 4px;
}
.ce-select-2 .dropdown-menu > li .media-left > i {
	width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
}
.ce-select-2 .ce-select-2-item {
    padding: 10px 18px 2px 18px;
    max-width: 300px;
    min-width: 250px;
}
.ce-select-2 .ce-select-2-item .media-heading {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 22px;
    font-size: 12px;
    font-weight: 700;
}

/**	-----------------------------------------	[图标按钮-2] 纯CSS下拉框样式	**/
.ce-select-3 {
	float: left;
	padding: 0 14px;
	left: 0;
	position: relative;
	font-size: 14px;
	width: 120px;
}
.ce-select-3 > a.ce-select-3-a {
	
}
.ce-select-3:hover > a.ce-select-3-a {
	color: #08aba6;
}
.ce-select-3 > .ce-select-3-ul { 
	width: 180px;
	position: absolute;
	top: 100%;
	left: initial;
	opacity: 0;
	visibility: hidden;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-o-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	
	text-align: left;
}
.ce-select-3:hover > .ce-select-3-ul {
	opacity: 1;
	padding-top: 10px;
	visibility: visible;
	left: auto;
	/**
	display: block !important;
	**/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ce-select-3:hover > .ce-select-3-ul:before,
.ce-select-3 > .ce-select-3-ul li:hover a.ce-select-3-item {
	background-color: #08aba6;
}
.ce-select-3 > .ce-select-3-ul:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
}

.ce-select-3 > .ce-select-3-ul a.ce-select-3-item {
	color: #fff;
	display: block;
	background: #1c1c1c;
	
	padding: 0 18px;
	line-height: 15px;
	
	border-top: 1px solid #252525;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ce-select-3:hover > .ce-select-3-ul a.ce-select-3-item {
	padding: 8px 18px;
	line-height: 30px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 767px)  {
	.ce-select-3 > .ce-select-3-ul {
		opacity: 1;
		padding-top: 10px;
		visibility: visible;
		left: auto;
	}
	.ce-select-3 > .ce-select-3-ul a.ce-select-3-item {
		padding: 8px 18px;
		line-height: 30px;
	}
	.ce-select-3 > .ce-select-3-ul:before {
		background-color: #08aba6;
	}
}


/**	-----------------------------------------	[图标按钮-2] 纯CSS下拉框样式 2	**/
.ce-select-31 {
	background: #1c1c1c;
    color: #d8d8d8;
    line-height: 30px;
    padding: 0px;
    width: 120px;
}
.ce-select-31 > a.ce-select-3-a {
    color: #d8d8d8;
    font-size: 13px;
    display: block;
    padding: 3px 15px 5px 15px;
    
   
}
.ce-select-3 > a.ce-select-3-a {
    
}
.ce-select-31 .ce-select-3-a > span {
	display: inline-table;
	margin-right: 10px;
	
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ce-select-31 .ce-select-3-i {
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    
    float: right;
   	line-height: 32px;
   	margin-right: 5px;
}
.ce-select-31:hover > a.ce-select-3-a {
	color: #fff;
}
.ce-select-31:hover .ce-select-3-i {
	color: #fff;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); 	/* IE 9 */
	-moz-transform: rotate(180deg); 	/* Firefox */
	-webkit-transform: rotate(180deg); /* Safari 和 Chrome */
	-o-transform: rotate(180deg); 	/* Opera */
}
.ce-select-31 > .ce-select-3-ul,
.ce-select-31:hover > .ce-select-3-ul {
	top: auto;
   	margin-top: -15px;
   	left: 0px;
   	width: 120px;
}

.ce-select-31:hover > .ce-select-3-ul:before, .ce-select-31 > .ce-select-3-ul li:hover a.ce-select-3-item {
    color: #fff;
    background-color: #4c4c4c;
}
.ce-select-31:hover > .ce-select-3-ul a.ce-select-3-item {
	padding: 5px 18px;
    line-height: 30px;
    font-size: 12px;
}
@media (max-width: 767px)  {
	.ce-select-31 > .ce-select-3-ul {
		opacity: 1;
		padding-top: 10px;
		visibility: visible;
		left: auto;
	}
	.ce-select-31 > .ce-select-3-ul a.ce-select-3-item {
		padding: 5px 18px;
		line-height: 30px;
	}
	.ce-select-31 > .ce-select-3-ul:before {
		background-color: #4c4c4c;
	}
}

/**	-----------------------------------------	[图标按钮-2] 纯CSS下拉框样式 3	**/
.ce-select-4 {
	display: inline-block;
    list-style: outside none none;
    padding: 0 16px;
    position: relative;
    
	font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #383838;
}
.ce-select-4 > a {
	color: #383838;
    display: inline-block;
    font-weight: 500;
    line-height: 50px;

}
.ce-select-4:hover a,
.ce-select-4 .ce-select-4-ul li:hover a {
	color: #7e4c4f;
}

.ce-select-4 .ce-select-4-ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 3px 4px 10px 3.5px rgba(0,0,0,0.075);
    display: block;
    left: 0;
    opacity: 0;
    padding: 15px 0px 20px 10px;
    position: absolute;
    text-align: left;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 180px;
    z-index: 999;
    font-size: 13px;
}
.ce-select-4:hover .ce-select-4-ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.ce-select-4 .ce-select-4-ul li {
    padding: 0px 20px;
    display: block;
    list-style: outside none none;
    position: relative;
}
.ce-select-4 .ce-select-4-ul li a {
	color: #555;
    display: block;
    line-height: 31px;
    text-transform: capitalize;
}
@media (max-width: 1200px) and (min-width: 992px) {
	.ce-select-4 .ce-select-4-ul li {
   		padding: 0px 12px;
	}
}
@media (max-width: 767px)  {
	.ce-select-4 .ce-select-4-ul {
	    opacity: 1;
	    top: 100%;
	    visibility: visible;
	}
}

/**	-----------------------------------------	[面板模块-7] 边框样式	**/
.ce-border-p {
	background-color: #fff;
	padding: 12px;
	position: relative;
	z-index: 1;
}
.ce-border {
	width: 300px;
	height: 300px;
	background-color: #ccc;
	position: relative;
}

.ce-border:after, .ce-border:before {
    content: " ";
    height: 240px;
    width: 240px;
    position: absolute;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
   	z-index: -1;
    
    display: table;
}
.ce-border:before {
    left: -12px;
    bottom: -12px;
    border-left: 5px solid #ccc;
    border-bottom: 5px solid #ccc;
}
.ce-border:after {
    right: -12px;
    top: -12px;
    border-right: 5px solid #ccc;
    border-top: 5px solid #ccc;
}


/**	-----------------------------------------	管理后台按钮样式 **/
.ce-button-1 {
	border-width: 1px;
	color: #666;
	font-weight: 400;
	/**line-height: 19px!important;**/
	vertical-align: middle;
}
.ce-button-1 i {
	font-size: 14px;
    vertical-align: -1px;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: left;
}
.ce-button-1:hover, 
.ce-button-1:focus {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)!important;
	background-color: rgb(63, 185, 255);
	border-color: #3FB9FF;
	color: #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
}
.ce-button-1.active {
	color: rgba(255, 255, 255, 0.7)!important;
    opacity: .9!important;
}

/** 
	[2020年6月20日] 管理后台新页面默认样式，列表前按钮统一用a标签,eg: 		
	<a data-toggle="modal" data-target="#at-import-news" class="ce-a-2 button margin-right-5">
		<i class="fa fa-file-excel-o"></i>导入
	</a>
 **/
a.ce-a-2 {
	border-width: 1px;
    color: #666;
    font-weight: 400;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 30px;
    background: none;
    border-style: solid;
    line-height: 30px;
    height: 30px;
}
a.ce-a-2 i {
	font-size: 13px;
    vertical-align: 0px;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: left;
}
a.ce-a-2:hover, 
a.ce-a-2:focus {
   	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)!important;
    background-color: rgb(48, 54, 65)!important;
    border-color: #303641;
    color: #fff!important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
}
a.ce-a-2.active {
	color: rgba(255, 255, 255, 0.7)!important;
    opacity: .9!important;
}
.ce-a-label {
    font-weight: 100;
    font-size: 12px;
}
.ce-a-label input, 
.ce-a-label select {
    border-color: #666;
    width: 180px;
    font-size: 12px;
    vertical-align: baseline;
}

/** 只有icon
	<a href="#" class="margin-right-5 ce-a-2 button ce-a-2-icon"><i class="fa fa-angle-double-down"></i></a> 
**/
a.ce-a-2-icon {
    padding: 0 6px;
    margin-left: -5px;
    margin-right: 10px;
}
a.ce-a-2-icon i {
    text-align: center;
  		line-height: 30px;
}
		
		
		
/**	-----------------------------------------	阴影  **/
.shadow-wrapper {
	z-index: 1;
	position: relative;
}
.box-shadow {
	background: #fff;
	position: relative;
}
.box-shadow:after,.box-shadow:before {
	top: 80%;
	left: 5px;
	width: 50%;
	z-index: -1;
	content: "";
	bottom: 15px;
	max-width: 300px;
	background: #999;
	position: absolute;
}
.shadow-effect-1 {
	box-shadow: 0 10px 6px -6px #bbb;
	-moz-box-shadow: 0 10px 6px -6px #bbb;
	-webkit-box-shadow: 0 10px 6px -6px #bbb;
}
.shadow-effect-2 {
	position: relative;
}
.shadow-effect-2:after,
.shadow-effect-2:before,
.shadow-effect-3:before,
.shadow-effect-4:after {
	transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	box-shadow: 0 15px 10px #999;
	-moz-box-shadow: 0 15px 10px #999;
	-webkit-box-shadow: 0 15px 10px #999;
}
.shadow-effect-2:after,
.shadow-effect-4:after {
	left: auto;
	right: 5px;
	transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
}


/**	-----------------------------------------	a标签 链接样式 **/
.be-a-1 {
	display: inline-block;
	color: #666;
	text-decoration: none;
	position: relative;
	transition: 0.5s all ease;
	padding: 0 5px;
}
.be-a-1:focus {
	color: #666;
    text-decoration: none;
}
.be-a-1:hover {
	color: #607D8B;
}

.be-a-1:hover:before {
	transition: 0.5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
.be-a-1:before {
	transition: 0.5s all ease;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -10px;
	opacity: 0;
	content: "";
	height: 2px;
	background-color: #607D8B;
}


/**	-----------------------------------------	箭头移动提示动画 **/
@keyframes be-animation {
	0% {bottom:32px;}
	25% {bottom:20px;}
	50% {bottom:30px;}
	75% {bottom:20px;}
	100% {bottom:30px;}
}
.be-animation-icon {
	bottom: 45px;
	position: absolute;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    animation: be-animation 1s infinite;
    font-size: 36px;
    color: #9E9E9E;
    cursor: pointer;
}

/**	-----------------------------------------	[面板模块-7] 商品销售列表 - (2018年11月25日17:32:39) **/
/**链接**/
.ce-sl-a1,
.ce-sl-a1:visited {
    color: #000;
	background-color: transparent;
	text-decoration: none;
    font-size: 14px;
 	font-weight: 100;
    transition: all .4s;
}
.ce-sl-a1:active,
.ce-sl-a1:hover {
	color: #3bb18f;
 	text-decoration: none;
}
.ce-sl-a1:focus {
	color: #3bb18f;
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
}

.ce-sl-a2,
.ce-sl-a2:visited {
    color: #999;
	background-color: transparent;
	text-decoration: none;
    font-size: 13px;
 	font-weight: 400;
    transition: all .4s;
}
.ce-sl-a2:active,
.ce-sl-a2:hover {
	color: #3bb18f;
	text-decoration: underline;
}
.ce-sl-a2:focus {
	color: #3bb18f;
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
}

.ce-sale-list .tooltip {
	width: 120px;
}
.ce-sl-item {
	margin-bottom: 30px;
}
.ce-sl-item-img {
	margin-bottom: 13px;
	position: relative;
}
.ce-sl-item-img img {
	z-index: 0;
	position: relative;
	width: 100%;
	
	-webkit-box-shadow: 14px 20px 25px -17px rgba(0, 0, 0, 0.15);
    box-shadow: 14px 20px 25px -17px rgba(0, 0, 0, 0.15);
    box-shadow: 14px 20px 25px -17px rgba(0, 0, 0, 0.15);
    border: 1px solid #d6d6d6;
}
.ce-sl-item-img > span {
	position: absolute;
    top: 10%;
    right: -10px;
    color: #fff;
    font-size: 13px;
    background-color: #3bb18f !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.ce-sl-item-img > div.ce-sl-new {
	z-index: 1;
    position: absolute;
    bottom: 0px;
    
    transition: all .4s;
    background-color: #3bb18f;
    width: 100%;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.ce-sl-item-img > div.ce-sl-new:hover {
	background-color: #000;
}
.ce-sl-item-img > div.ce-sl-new a {
	color: #fff ! important;
}

.ce-sl-out {
    position: absolute;
    bottom: 0px;
    color: #fff ! important;
    
    background-color: #e64b3b;
    width: 100%;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.ce-sl-media {
	display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}
.ce-sl-info {
	display: flex;
   -webkit-box-orient: vertical !important;
   -webkit-box-direction: normal !important;
   flex-direction: column !important;
}
.ce-sl-item-title {
	margin-bottom: 3px;
  		margin-top: 0px;
}
.ce-sl-item-sort {
	display: block;
    margin-top: 2px;
    margin-bottom: 5px;
}
.ce-sl-item-price {
	font-weight: 100;
	color: #000;
	font-size: 18px;
}

.ce-sale-list-btns {
	-webkit-box-flex: 1;
  		flex: 1 1 0%;
}

.ce-sl-searchs {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-top: 15px;
	text-align: right;
	padding-bottom: 15px;
}
.ce-sl-search {
	display: inline-block;
	text-align: left;
}
.ce-sl-search > h2 {
	font-size: 13px;
	display: inline-block;
 	font-weight: 600;
	color: #000;
	font-weight: 100;
}
.ce-sl-search > .dropdown {
    display: inline-block;
}
.ce-sl-search > .dropdown > button {
	color: #999;
    border: none;
	background: none;
}
.ce-sl-search > .dropdown > .dropdown-menu > li > a {
	color: #999;
}

.ce-sl-a3 {
	color: #ddd;
    border: 1px solid #ddd;
	padding: 7px;
  		font-size: 14px ! important;
    margin-left: 5px;
    display: inline-block;
}
.ce-sl-a3:hover ,
.ce-sl-a3:focus {
	color: #000;
	border-color: #000;
}
.ce-sl-a3.active,
.ce-sl-a3.active:hover {
	color: #359e80;
	border-color: #359e80;
}

.ce-sale-list-page {
	border-top: 1px solid #eee;
    margin-bottom: 35px;
    margin-right: 0px ! important;
}
.ce-sale-list .pagination > .active > a, 
.ce-sale-list .pagination > .active > span, 
.ce-sale-list .pagination > .active > a:hover, 
.ce-sale-list .pagination > .active > span:hover, 
.ce-sale-list .pagination > .active > a:focus, 
.ce-sale-list .pagination > .active > span:focus {
    background-color: #3bb18f;
    border-color: #3bb18f;
}

/** 例二 **/
.ce-sl-media-2 {
	display: block;
}
.ce-sl-media-2 .ce-sl-info {
	margin-bottom: 15px;
}
.ce-sl-desc,
.ce-sl-link > a {
	font-size: 13px;
    color: #777;
    line-height: 22px;
}

.ce-sale-btn {
	margin-left: 0px;
}
.ce-sale-btn:hover {
    background: #3bb18f;
    border-color: #3bb18f;
    color: #fff;
}


/** 例三 
.ce-sale-list-3 .ce-sl3 {
	cursor: pointer;
	margin-bottom: 0px;
    padding: 20px 25px;
}
.ce-sale-list-3 .ce-sl3:hover {
	background-color: #ededed;
}
.ce-sale-list-3 .ce-sl3:hover .ce-sl-a1,
.ce-sale-list-3 .ce-sl-a1:active, 
.ce-sale-list-3 .ce-sl-a1:hover {
    color: #001695;
    text-decoration: none;
}
.ce-sale-list-3 .ce-sl-item-title {
    padding: 10px 0 8px 0;
}
.ce-sale-list-3 .ce-sl-item-price {
	font-size: 12px;
}
.ce-sale-list-3 .ce-sl-item-img {
    margin-bottom: 0px;
}
.ce-sale-list-3 .ce-sl-media-2 .ce-sl-info {
    margin-bottom: 10px;
}
.ce-sale-list-3 .ce-sl3-a {
	color: #777;
    border: 1px solid #c2c2c2;
    padding: 5px 20px;
}
.ce-sale-list-3 .ce-sl3:hover .ce-sl3-a {
	color: #fff;
    background-color: #000;
}**/

/** 例四 **/
.ce-items .ce-item {
	cursor: pointer;
	margin-bottom: 0px;
    padding: 20px 25px;
 	border-bottom: 1px solid #dadada;
}
.ce-items .ce-item:last-child {
	/**border-bottom: none;**/
}
.ce-items .ce-item:hover {
	background-color: #ededed;
}
.ce-items .ce-item:hover .ce-sl-a1,
.ce-items .ce-sl-a1:active, 
.ce-items .ce-sl-a1:hover {
    color: #001695;
    text-decoration: none;
}
.ce-items .ce-sl-item-title {
    padding: 3px 0 8px 0;
}
.ce-items .ce-sl-item-price {
	font-size: 12px;
}
.ce-items .ce-sl-item-img {
    margin-bottom: 0px;
}
.ce-items .ce-sl-media-2 .ce-sl-info {
    margin-bottom: 10px;
}
.ce-items .ce-item-a {
	color: #777;
    border: 1px solid #c2c2c2;
    padding: 7px 30px;
    transition: all .4s;
    font-size: 12px;
}
.ce-items .ce-item:hover .ce-item-a {
	color: #fff;
    background-color: #000;
}


/**	-----------------------------------------	[动画特效-8] 瀑布面板布局 - (2019年2月10日10:18:19) **/
.ce-masonry-1 .ce-m1-item {
   	padding: 15px;
    margin-bottom: 0px;
 }
   
.ce-m1-item > article {
   	border-radius: 5px !important;
   	position: relative;
  	background: #fff;
  		
  	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	
  	-webkit-box-shadow: 0 20px 25px -9px rgba(0, 0, 0, 0.15);
   	box-shadow: 0 20px 25px -9px rgba(0, 0, 0, 0.15);
   	
 }
.ce-m1-item > article:hover {
   	-webkit-box-shadow: 0 20px 25px -9px rgba(0, 0, 0, 0.35);
   	box-shadow: 0 20px 25px -9px rgba(0, 0, 0, 0.35);
}
.ce-m1-item > article:after {
    display: table;
    content: " ";
    clear: both;
}

.ce-m1-item .ce-m1-item-bg {
	min-height: 370px;
    background-position: center;
	background-size: 100% auto;
    background-image: url(//arisu.cn/file/images/res/man/b8eea6c7-9172-474e-8ef7-941f5210a08e.jpg);
}
.ce-m1-item > article > img {
   	width: 100%;
   	border-top-left-radius: 5px !important;
   	border-top-right-radius: 5px !important;
}
   
.ce-m1i-info {
   	padding: 30px;
}
.ce-m1i-info-title {
   	padding: 50px;
}
.ce-m1i-info .ce-m1i-body {
   	margin-bottom: 25px;
   	font-size: 13px;
   	line-height: 22px;
}
.ce-m1i-info .ce-m1i-info-a {
   	padding: 4px 15px;
    border-radius: 12px;
    font-size: 13px;
	margin-right: 5px;
}
.ce-m1i-info h2 {
	font-size: 17px;
}
.ce-m1i-info h2 a {
   	font-size: 17px;
    font-weight: 700;
    color: #000;
    line-height: 26px !important;
}
   
.ce-m1i-info-text {
  	display: block;
    border-radius: 5px;
    padding: 100px 30px;
    text-align: center;
}
.ce-m1i-info-text > h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 20px;
}
.ce-m1i-info-text > h3 {
   	font-size: 13px;
   	color: #e6e6e6;
   	margin-bottom: 0px;
}
.ce-m1i-info-text > span {
    color: #e6e6e6;
    font-size: 60px;
    line-height: 0;
    text-align: center;
    margin-left: -30px
}
/**	-----------------------------------------	[面板模块-7] 购物车列表 - (2019年12月12日08:54:09) **/
.bk-shopping-list {
	font-size: 13px;
	border: 1px solid #c5c5c5;
	background-color: #c5c5c5;
}
.bk-shopping-list .bk-sgl-item {
	margin-bottom: 1px;
	background-color: #fff;
	text-align: left;
	width: 100%;
	display: table;
}
.bk-shopping-list .bk-sgli-time {
	display: table-cell;
	position: relative;
	padding: 10px 20px;
	width: 125px;
	vertical-align: middle;
	text-align: center;
}
.bk-shopping-list .bk-sgli-time > time {
	text-align: center;
	font-size: 13px;
}
.bk-shopping-list .bk-sgli-time > time span {
	line-height: 1;
    color: #000;
    font-weight: 700;
    font-size: 40px;
    display: block;
}
.bk-shopping-list .bk-sgli-img-a {
	width: 130px;
	vertical-align: middle;
  		outline: none;
  		display: table-cell;
}
.bk-shopping-list .bk-sgli-img-a img {
	margin-left: -1px;
	width: 130px;
	height: 130px;
}
.bk-shopping-list .bk-sgli-info {
	padding: 5px 20px 15px 20px;
	vertical-align: middle;
	display: table-cell;
}
.bk-shopping-list .bk-sgli-info h4 {
	color: #2f2f2f;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4;
	
}
.bk-shopping-list .bk-sgli-info h4 a {
	color: #333;
}
.bk-shopping-list .bk-sgli-info em {
	color: #999;
}
.bk-shopping-list .bk-sgli-price {
	    padding: 5px 50px;
	vertical-align: middle;
	display: table-cell;
}
.bk-shopping-list .bk-sgli-price > strong {
	color: #333;
	font-weight: bold;
}
.bk-shopping-list .bk-sgli-price > div {
	font-size: 11px;
	color: #999;
}
.bk-shopping-list .bk-sgli-actions {
	display: table-cell;
	padding: 25px 20px 15px 20px;
	text-align: right;
	vertical-align: middle;
}
.bk-shopping-list .bk-sgli-actions > div {
	padding: 20px;
}
.bk-shopping-list .bk-sgli-as-learn {
}
.bk-shopping-list .bk-sgli-as-buy {
}	
.bk-shopping-list .bk-sgli-actions a {
	font-weight: 700;
	line-height: 1.4;
	font-size: 12px;
	padding: 10px 45px;
	cursor: pointer;
	border: 1px solid transparent;
}
.bk-shopping-list .bk-sgli-as-learn {
	color: #222;
   	background-color: #f7f7f7;
   	margin-right: 10px;
}
.bk-shopping-list .bk-sgli-as-buy {
	color: #fff;
   	background-color: #fe6466;
}
.bk-shopping-list .bk-sgli-as-learn:hover,
.bk-shopping-list .bk-sgli-as-learn:focus {
   	background-color: #dedede;
}
.bk-shopping-list .bk-sgli-as-buy:hover,
.bk-shopping-list .bk-sgli-as-buy:focus {
   	border-color: #fe9798;
   	background-color: #fe9798;
}
@media (max-width: 1200px) {
	.bk-shopping-list .bk-sgli-info,
	.bk-shopping-list .bk-sgli-price,
	.bk-shopping-list .bk-sgli-actions {
		text-align: center;
    	padding: 0px 5px 5px 5px;
	}
}
@media (max-width: 992px) {
	.bk-shopping-list {
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.bk-shopping-list .bk-sgli-time {
		padding: 10px 0px 0px 0px;
	}
	.bk-shopping-list .bk-sgli-img-a {
	   	padding: 0px 0px 0px 0px;
    	width: 130px;
		height: 130px;
	}
	.bk-shopping-list .bk-sgli-img-a img {
		width: 130px;
		height: 130px;
	}
	.bk-shopping-list .bk-sgli-info,
	.bk-shopping-list .bk-sgli-price,
	.bk-shopping-list .bk-sgli-actions {
		text-align: center;
    	padding: 0px 5px 5px 5px;
	}
	.bk-shopping-list .bk-sgli-actions > div {
	    padding: 0px;
	}
	.bk-shopping-list .bk-sgli-as-learn {
		margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	.bk-shopping-list {
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.bk-shopping-list .bk-sgli-time,
	.bk-shopping-list .bk-sgli-img-a,
	.bk-shopping-list .bk-sgli-info,
	.bk-shopping-list .bk-sgli-price,
	.bk-shopping-list .bk-sgli-actions {
	    width: 100%;
	    display: block;
	}
	.bk-shopping-list .bk-sgli-time {
		padding: 10px 20px 0px 20px;
	}
	.bk-shopping-list .bk-sgli-img-a {
	   	padding: 10px 0px 5px 0px;
    	height: 100%;
	}
	.bk-shopping-list .bk-sgli-img-a img {
		width: 100%;
		height: 100%;
	}
	.bk-shopping-list .bk-sgli-info,
	.bk-shopping-list .bk-sgli-price,
	.bk-shopping-list .bk-sgli-actions {
		text-align: center;
	    padding: 0px 20px 5px 20px;
	}
}



/**	-----------------------------------------	[面板模块-11] 导航侧栏 - (2019年2月16日12:04:36) **/
.ce-sidebar {
	
}
.ce-sidebar .ce-sidebar-title {
    font-size: 20px;
    font-weight: 100;
    line-height: 18px;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.ce-sidebar .ce-sidebar-title::before {
    background: #107ef4;
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    left: 0;
    bottom: -1px;
}
.ce-sidebar {
   list-style: outside none none;
   margin: 0;
   padding: 0;
}
.ce-sidebar ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ce-sidebar ul > li {
    display: block;
    margin-bottom: 10px;
}


.ce-sidebar ul > li > a {
	font-size: 14px;
   	display: block;
	font-weight: 100;
	color: #191919;
	
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.ce-sidebar-inline ul > li > i {
	margin-right: 5px;
}
.ce-sidebar-inline ul > li > a {
   	display: inline-block;
}
.ce-sidebar-inline ul > li {
	border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.ce-sidebar ul > li > a:hover,
.ce-sidebar ul > li > a:focus,
.ce-sidebar ul > li > a:active {
	color: #107ef4;
}
.ce-sidebar ul > li > a span {
    float: right;
}

/**品牌**/
.ce-sidebar ul > li label {
	font-size: 14px;
    font-weight: 100;
    color: #191919;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.ce-sidebar ul > li label:hover, 
.ce-sidebar ul > li label:focus, 
.ce-sidebar ul > li label:active {
    color: #107ef4;
}
.ce-sidebar ul > li .be-checkbox {
    width: 100%;
    margin-right: 0px;
}
.ce-sidebar ul > li .be-checkbox span {
 	float: right;
}
.ce-sidebar ul > li .be-checkbox i {
	top: 3px;
		
	transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}


/** 右侧查询条件 - 颜色 **/
.ce-sidebar-color ul li {
    border: 1px solid transparent;
    outline: 2px solid transparent;
    cursor: pointer;
    height: 20px;
	margin-right: 10px;
    text-overflow: ellipsis;
    display: inline-block;
    
    transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.ce-sidebar-color ul li a {
    cursor: pointer;
    min-width: 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    text-indent: -999999px;
}
.ce-sidebar-color li.active,
.ce-sidebar-color li:hover:not(.disabled) {
	border: 1px solid #fff;
	outline: 2px solid #107ef4;
}
.ce-sidebar-color ul li {
	height: auto;
}
.ce-sidebar-color ul > li label {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 50px;
	height: 18px;
}
.ce-sidebar-color input {
	display: none;
}

/**图文列表**/
.ce-media {
	display: -ms-flexbox;
    display: flex;
    /***
    -ms-flex-align: start;
    align-items: flex-start;**/
}
.ce-media-img {
	margin-right: 10px;
}
.ce-media-img img {
	width: 60px;
    height: 60px;
    border-radius: 50%;
}
.ce-media .ce-media-body h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
}
.ce-media .ce-media-body h3 a {
	color: #191919;
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
    
  	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.ce-media .ce-media-body h3 a:hover,
.ce-media .ce-media-body h3 a:focus,
.ce-media .ce-media-body h3 a:active {
	color: #107ef4;
}
.ce-media .ce-media-body ul {

}
.ce-media .ce-media-body ul li,
.ce-media .ce-media-body ul li a {
    font-size: 12px;
    color: #191919;
    font-weight: 100;
}
.ce-media .be-list-inline-item:not(:last-child) {
    margin-right: 5px;
}


/**标签**/
.ce-sidebar-tags {
}
.ce-sidebar-tags .be-list-inline-item a {
	padding: 5px 15px;
    border: 1px solid #eee;
    border-radius: 30px;
    font-size: 12px;
    
    transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.ce-sidebar-tags .be-list-inline-item a:hover,
.ce-sidebar-tags .be-list-inline-item a:focus,
.ce-sidebar-tags .be-list-inline-item a:active {
	color: #fff;
	background-color: #107ef4;
}
.ce-sidebar-tags .be-list-inline-item:not(:last-child) {
    margin-right: 5px;
}

/**博客**/
.ce-sidebar-blog .ce-media-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
}
.ce-sidebar-blog .ce-media-body h2 {
	font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-top: 3px;
}
.ce-sidebar-blog .ce-media-body h4 {
    font-size: 12px;
    font-weight: 100;
    line-height: 20px;
    color: #777;
    margin-top: 3px;
    margin-bottom: 10px;
}

.ce-sidebar-blog-a {
	padding: 5px 20px;
	color: #107ef4;
    border: 1px solid #107ef4;
    border-radius: 30px;
    font-size: 12px;
    display: inline-block;
    
    transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.ce-sidebar-blog-a:hover,
.ce-sidebar-blog-a:focus,
.ce-sidebar-blog-a:active {
	color: #fff;
	background-color: #107ef4;
}


/**	-----------------------------------------	<2> 插件		-----------------------------------------**/

/**	-----------------------------------------	[表单文字-6] 搜索框样式 **/

div[data-search='panent'] {
	position: relative;
}
input[data-search='input']:hover,
input[data-search='input']:focus {
	box-shadow: none;
	border-color: #FF6C4A;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 108, 74, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 108, 74, 0.6);
}
input[data-search='input'] {
	border-radius: 20px;
    height: 40px;
    padding-left: 30px;
    padding-right: 27px;
}

span[data-search='find'] {
	position: absolute;
    line-height: 40px;
    z-index: 99;
    color: #B3B3B3;
    margin-left: 10px;
    cursor: pointer;
    top: 0px;
}
span[data-search='clear']  {
	position: absolute;
    line-height: 44px;
    z-index: 99;
    color: #B3B3B3;
    font-size: 16px;
    cursor: pointer;
    right: 10px;
    top: 0px;
    display: none;
}

/**	-----------------------------------------	[表单文字-6] 自定义查询插件使用表格样式  **/
.ce-table-4 {
	font-size: 12px;
	text-align: center;
}
.ce-table-4 > tbody > tr td {
	text-align: left;
	vertical-align: middle;
}
.ce-table-4 > thead > tr td {
    background-color: #fff;
    font-weight: 300;
  	padding: 15px 10px;
  	font-size: 13px;
  	text-align: left;
  	min-width: 50px;
}

/** 操作按钮  **/
.ce-table-4-event > a {
	text-decoration: none;
	margin-left: -5px;
}
.ce-table-4-event > a:hover {
	text-decoration: none ! important;
}
.ce-table-4 tr td > a {
	color: #333;
}
.ce-table-4 tr td > a:hover {
	color: #22262d;
	text-decoration: underline;
}
/** URL链接  **/
.ce-table-4 tr td > a.url {
	color: #d9002e;
	text-decoration: none ! important;
}
.ce-table-4 tr td > a.url:hover {
	color: #22262d;	
	text-decoration: underline ! important;
}

.ce-table-4 > thead > tr td[data-is-sort='true'] {
  	cursor: pointer;
}
.ce-table-4 tr {
	border: 1px solid #dddddd;
}
.ce-table-4 > tbody tr:nth-child(odd) {
	background: #fff;
}
.ce-table-4 > tbody tr:nth-child(even) {
	background: #FDFDFD;
}
.ce-table-4 > tbody tr:hover,
.ce-table-4 > tbody tr.active {
	background: #F5F5F5;
}
.ce-table-4 > tbody tr td {
	padding: 15px 10px;
	line-height: normal;
}
.ce-table-4 tr td > input[type='checkbox'] {
	margin-top: 2px;
}

.ce-table-4 td[data-is-sort="true"] {
	text-align: left;
}
.ce-table-4 td[data-is-sort="true"]:before {
	content: "\f0dc";
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    padding-top: 1px;
    padding-right: 8px;
    color: #9E9E9E;
}
.ce-table-4 td[data-is-sort="true"]:hover:before {
	color: #333;
}
.ce-table-4 td[data-is-sort="true"][data-sort-order="asc"]:before {
	 content: "\f0de";
}
.ce-table-4 td[data-is-sort="true"][data-sort-order="desc"]:before {
	content: "\f0dd";
}

/**小于768PX的页面**/
@media (max-width: 768px) {
	/**[表单文字-6] 自定义查询插件使用表格样式**/
	.be-i-list .be-i-list-action > button,
	.be-i-list .be-i-list-action > a {
		width: 100%;
		margin-bottom: 7px;
	}
	.be-i-list-action {
	    text-align: left;
	}
	.be-i-list .be-i-list-action button.ce-button-1-more {
    	margin-left: 0px;
    	margin-bottom: 15px;
	}
	
	.be-i-list-action > label,
	.be-i-list-action > label input, 
	.be-i-list-action > label select {
    	width: 100%;
    	line-height: 22px;
    	vertical-align: bottom;
	}
	/**其他搜索条件弹框**/
	.ce-popover > .popover-title {
    	margin: 1px 0px;
    	padding: 10px 10px 7px 10px;
	}
	ce-popover > .popover-content {
	    margin: 0px 15px;
	    padding: 9px 10px 5px 10px;
	}
	.ce-popover .popover-content-item label {
	    font-size: 11px;
	}
	.ce-popover > .popover-content select, .ce-popover > .popover-content input {
	    font-size: 13px;
	}
	.ce-popover > .popover-content .popover-content-items {
	    padding: 0;
	}

	/**数据显示**/
	.ce-table-4 tr td {
		display: none;
		border-top: 0px ! important;
	}
	.ce-table-4 > tbody tr td {
	    padding: 12px 10px 14px 10px;
	}
	.ce-table-4 tr td:nth-child(1) {
		width: 30px ! important;
    	/** float: left;**/
    	float: none;
		display: table-cell;
	}
	
	.ce-table-4 tr td:nth-child(1),
	.ce-table-4 tr td:nth-child(2),
	.ce-table-4 tr td:nth-child(3),
	.ce-table-4 tr td:nth-child(4) {
		display: inline-block;
		/** float: left ! important; **/
		display: table-cell;
	}
	.ce-table-4 tr td:last-child {
		display: inline-block;
		/** float: right; **/
		float: none;
		display: table-cell;
		min-width: auto !important;
	}
	.ce-list-page > span {
	    margin-top: 10px;
	    margin-bottom: 5px;
	    display: block;
	}
	.ce-list-page > .pagination {
	    margin-bottom: 0px;
    	margin-top: 0px;
	}
	.ce-list-page {
	    margin-right: 0;
	}
	
	/**具体列表显示隐藏**/
	.ce-table-4-xs tr td,
	.ce-table-4-xs tr td:nth-child(1),
	.ce-table-4-xs tr td:nth-child(2),
	.ce-table-4-xs tr td:nth-child(3),
	.ce-table-4-xs tr td:nth-child(4) {
		display: none;
	}
	.ce-table-4-xs tr td.xs-show,
	.ce-table-4-xs tr td:first-child,
	.ce-table-4-xs tr td:last-child {
		display: inline-block;
		/** float: left ! important; **/
		display: table-cell;
		float: none;
	}
	.ce-table-4-xs tr td.xs-show {
		min-width: auto !important;
	}
	.ce-table-4 tr td.xs-hid {
		display: none !important;
	}
}

/**	-----------------------------------------	[表单文字-6] 购物车表格样式  **/
.ce-table-5 {
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.ce-table-5 > thead > tr td {
    background-color: #fff;
    font-weight: 400;
  	padding: 15px 10px;
  	font-size: 13px;
  	text-align: left;
}
.ce-table-5 > tbody > tr td {
	text-align: left;
	padding: 25px 10px;
	vertical-align: middle;
	font-weight: 400;
}

.ce-table-5 .ce-table5-img {
	width: 120px;
	display: inline-block;
	margin-right: 15px;
}
.ce-table-5 .ce-table5-div {
	display: inline-block;
    vertical-align: middle;
}
.ce-table-5 .ce-table5-div > h4 {
    font-size: 13px;
    font-weight: 300;
    margin-top: 15px;
}
.ce-table-5 .ce-table5-div > ul {
	padding-left: 0px;
}
.ce-table-5 .ce-table5-div > ul li {
    list-style: none;
    font-weight: 100;
    font-size: 12px;

}

/**	-----------------------------------------	分页部分样式 **/
.ce-items > table {
	margin-bottom: 0px;
}
.ce-list-page {
	text-align: right;
	margin-right: 20px;
}
.ce-list-page > span {
	padding: 0 15px;
	font-size: 12px;
}
.ce-list-page > .pagination {
    margin-bottom: -10px;
}
.ce-list-page a {
	color: #555;
	font-size: 12px;
}
.ce-loading, 
.ce-nofound {
	display: none;
	margin-top: 120px;
    text-align: center;
    margin-bottom: 150px;
}
.ce-loading-vue, 
.ce-nofound-vue {
    display: block;
    margin-top: 70px;
    text-align: center;
    margin-bottom: 100px;
}
.ce-search {
	width: 100%;
}

/**	-----------------------------------------	[面板模块-7] 右侧菜单模板  **/
.ce-fixed,.ce-fixed-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	width: 60px;
	height: 100%;
}
.ce-fixed-bg {
	background-color: #232532;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.ce-fixed .ce-fixed-panel {
	position: absolute;
	top: 80px;
	width: 60px;
	height: 100%;
	z-index: 1002;
	text-align: center;
}
.ce-fixed .ce-fixed-panel > div {
	margin-bottom: 20px;
	padding: 0 10px;
	color: #CCC;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
}
.ce-fixed .ce-fixed-panel > div:hover {
	color: #56CEDD;
}
.ce-fixed .ce-fixed-panel > div.ce-fixed-panel-last {
	bottom: 150px;
	position: absolute;
	width: 100%;
}
/** 面板中按钮效果 **/
.ce-fixed-hidden-2,
.ce-fixed-hidden-3 {
	position: absolute;
	background: #232532;
	padding: 10px;
	margin-right: 5px;
	display: none;
}
.ce-fixed-hidden-2 {
	right: 70px;
	top: 70px;
	color: #ccc;
	font-size: 18px;
	width: 150px;
}
.ce-fixed-hidden-2 small {
	color: #56CEDD;
}
.ce-fixed-hidden-3 {
	right: 70px;
	width: 120px;
	top: 135px;
}
.ce-fixed-hidden-2:after,.ce-fixed-hidden-3:after  {
	top: 18px;
	right: -10px;
	content: "";
	position: absolute;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 10px solid #2f2f2f;
}

/**	-----------------------------------------	[自主研发-0] 弹出搜索框 (2016年5月22日19:11:50) **/
.ce-popover {
	border-radius: 0px;
    border-top: 3px solid #243544;
    max-width: 700px;
  	width: 600px;
  	margin-left: 60px;
}
.ce-popover.in.tooltip {
	opacity: 1;
    filter: alpha(opacity=100);
}
.ce-popover > .popover-title {
    background-color: #fff;
    margin: 1px 15px;
    padding: 10px 5px 7px 5px;
    border-radius: 0px;
}
.ce-popover > .popover-content {
	margin: 0px 15px;
    border-bottom: 1px solid #ebebeb;
    padding: 9px 14px 5px 14px;
}
.ce-popover > .popover-content select,
.ce-popover > .popover-content input {
	height: 28px;
    border-radius: 2px;
    margin: 0px 4px;
    padding: 0px 10px;
}
.ce-popover > .popover-content > .popover-content-title select {
	display: inline;
    width: auto;
}
.ce-popover > .popover-content .popover-content-items {
	padding: 10px 10px 0px 10px;
}
.ce-popover > .popover-content .popover-content-items > .popover-content-item {
    background-color: #eee;
    padding: 7px 0px 5px 0px;
    border-radius: 3px;
    margin-bottom: 5px;
}
.ce-popover > .popover-content .popover-content-items > .popover-content-item:first-child .ce-popover-remove {
	display: none;
}
.ce-popover > .popover-content .popover-content-items > .popover-content-item:last-child .ce-popover-add {
	display: inline-block;
}
.ce-popover > .popover-content .ce-popover-add {
	display: none;
}
.ce-popover > .popover-content .ce-popover-remove,
.ce-popover > .popover-content .ce-popover-add {
    line-height: 27px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 2px;
}

.ce-popover > .popover-footer {
	padding: 10px 15px;
}
.ce-popover .popover-content-item label {
    font-weight: 100;
    line-height: 27px;
    margin-bottom: 0;
}
.ce-popover .ce-popover-date {
    position: absolute;
    cursor: pointer;
    top: -3px;
    right: 10px;
    font-size: 16px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
}

/**	-----------------------------------------	[自主研发-0] 全屏Loading (2016年7月5日22:46:35)  **/
.be-loading {
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999999;
	
	-webkit-filter: blur(0px); 
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);    
	filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false);
}
.be-loading > .be-loading-bg {
	background: #fff;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	background: #fff;
    width: 100%;
    height: 100%;
}
.be-loading > div {
	position: fixed;
	right: 50%;
	top: 0px;
	margin-top: 300px;
}

/**	----------------------------------------- dcjqaccordion jquery 插件手风琴菜单基础样式 (2016年5月14日15:07:08) **/
.ce-accordion {
	background-color: #fff;
	font-size: 13px;
	color: #767676;
}
.ce-accordion ul {
	padding-left: 0px;
}
.ce-accordion > li > ul > li > a {
	padding-left: 40px;
}
.ce-accordion > li.active > a {
    font-weight: 700;
    color: #563d7c;
    background-color: transparent;
    border-left: 2px solid #563d7c;
}
.ce-accordion > li > ul > li.active > a {
	font-weight: 700;
    color: #563d7c;
    background-color: transparent;
    border-left: 2px solid #563d7c;
}
.ce-accordion > li > ul > li > ul > li > a {
	padding-left: 55px;
}
.ce-accordion > li > ul > li > ul > li > ul > li > a {
	padding-left: 70px;
}
.ce-accordion > li ul a {
	font-size: 12px;
}
.ce-accordion li {
	list-style: none;
}
.ce-accordion li a {
	padding-left: 18px;
	display: block;
	border-left: 2px solid transparent;
}


.ce-accordion .dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    text-align: center;
    
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:10px;
    top: inherit;
    
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	
	transform-origin: center;
}
.ce-accordion .dcjq-icon:before {
    content: "\f0d9";
} 
.ce-accordion .active .dcjq-icon {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg); 
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg); 
	margin-right: -3px;
}

/**	-----------------------------------------  dcjqaccordion jquery 样式2 (2016年6月4日13:18:29) **/
.ce-accordion-1 {
	background-color: transparent;
}
.ce-accordion-1 li a {
	color: #333;
    line-height: 30px;
    font-size: 14px;
}
.ce-accordion-1 li a.active,
.ce-accordion-1 li a:focus,
.ce-accordion-1 li a:hover {
    font-weight: 700;
    color: #2196F3!important;
    background-color: transparent;
    border-left: 2px solid transparent;
}

/**	-----------------------------------------	[自主研发-0] 管理页面插件模块  **/
.ce-tab-panel .nav-tabs {
	padding-left: 10px;
}
.ce-tab-panel .nav-tabs > li {
	width: 120px;
    text-align: center;
    font-size: 12px;
}
.ce-tab-panel .nav-tabs > li.active > a {
	background: #fff;
	border-top: 2px solid #1cb0ec;
	color: #1cb0ec;
	border-bottom-color: #fff; 
}
.ce-tab-panel .nav-tabs > li > a {
 	padding: 4px 3px 2px 4px;
    border-color: #ddd #dddddd #f5f5f5;
    font-weight: 600;
    color: #7b7b7b;
    background: #f5f5f5;
}    
.ce-tab-panel .nav-tabs > li:hover > button.close  {
	display: block;
}
.ce-tab-panel .nav-tabs > li > button.close {
	display: none;
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 12px;
}
.ce-tab-panel .tab-content {
	min-height: 360px;
}

/**	-----------------------------------------	[自主研发-0] 下拉框选择切换显示模块  **/
.ce-switch {
	visibility: hidden;
	display: none;
	opacity: 0;
}
.ce-switch.current {
	visibility: visible;
	opacity: 1;
	display: block;
}

/**	-----------------------------------------	[自主研发-0] 管理页面面板-带显示切换及删除按钮 (2017年6月28日09:43:01) **/
.be-panel {
	border: 1px solid #ccc;
}
.be-panel .panel-heading {
    border-color: #eff2f7;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
}
.be-panel .panel-tools a {
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 14px;
}
.be-panel .panel-tools a.be-panel-toggle {
	vertical-align: middle;
}
.be-panel .panel-tools a:hover {
	text-decoration: none;
}

/**	-----------------------------------------	[图标按钮-2] ddslick插件下拉框 - 黑色 (2016年3月15日14:44:54) **/
.ce-dd-main .dd-select {
	line-height: 35px;
	z-index: 100000;
	color: #fff;
	border: 1px solid #292e36;;
    border-radius: 0px;
}
.ce-dd-main .dd-container .dd-selected {
	color: #fff;
	height: 35px;
    padding: 0 20px;
    background: #232830;
    text-align: center;
    padding-left: 5px;
}
.ce-dd-main .dd-container .dd-selected label {
	margin: 0px;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
}
.ce-dd-main .dd-container .dd-select .dd-pointer {
	width: 7px;
    height: 12px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    background-size: 18px;
    border-top-color: #fff;
}
.ce-dd-main .dd-container .dd-select .dd-pointer.dd-pointer-up {
	/**
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	**/
}
.ce-dd-main .dd-container .dd-pointer-up {
	border-bottom: 5px solid #fff!important;
}

.ce-dd-main .dd-container .dd-option {
	border-bottom: 1px solid #292e36;
	-webkit-transition: background 200ms;
	-moz-transition: background 200ms;
	-o-transition: background 200ms;
	-ms-transition: background 200ms;
	transition: background 200ms;
	padding: 9px 20px;
	position: relative;
	color: #fff;
	background-color: #232830;
}
.ce-dd-main .dd-container .dd-option:hover {
	background: #262b34;
}
.ce-dd-main .dd-container .dd-option label {
	font-weight: normal;
	margin: 0px;
	cursor: pointer;
	font-size: 12px;
	color: #fff;
}
.ce-dd-main .dd-container .dd-option .dd-option-description {
	float: right;
	color: #21a9e1;
	display: none;
}
.ce-dd-main .dd-container .dd-option-selected {
	background: #262b34;
}
.ce-dd-main .dd-container .dd-options {
	border: 1px solid #292e36;
	overflow: visible;
	-webkit-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.10);
}

.ce-dd-main .dd-container .image_preview {
	position: absolute;
	left: 170px;
	top: -1px;
	background: #262b34;
	padding: 5px;
	display: none;
	max-width: 400px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
}
.ce-dd-main .dd-options>li:first-child {
	display: none;
}



/**	-----------------------------------------	[自主研发] goto插件 - (2018年7月3日11:52:22) **/
.ce-gotop {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 3px;
  transition: .3s ease-out;
  z-index: 5;
}

.ce-gotop i {
  width: 2.85714rem;
  height: 2.85714rem;
  display: block;
  text-align: center;
  line-height: 2.85714rem;
}

.ce-gotop:hover, 
.ce-gotop:focus:hover {
  text-decoration: none;
  color: #fff ;
  background-color: #03A9F4;
}
.ce-gotop:visited {
	  color: #fff ;
}
.ce-gotop:focus {
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {
  .ce-gotop {
    -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}


/**	-----------------------------------------	[导航页脚] Shuffle插件 - demo1 图片展示 (2018年12月11日20:13:25) **/

.ce-shuffle-img {
	padding-bottom: 30px;
}
.ce-shuffle-img-controls {
	list-style: none;
	margin-bottom: 30px;
}
.ce-shuffle-img-controls li {
	display: inline-block;
}
	
.ce-shuffle-img-controls li a,
.ce-shuffle-img-controls li a:visited {
	color: #1b1e24;
	background: transparent;
	text-decoration: none;
	font-size: 13px;
}
.ce-shuffle-img-controls li a:focus {
	color: #59287a;
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.ce-shuffle-img-controls li a:active,
.ce-shuffle-img-controls li a:hover {
	outline: 0;
	color: #59287a;
	text-decoration: none;
}
.ce-shuffle-img-controls li:not(:last-child)::after {
    content: "|";
    font-size: 13px;
    margin: 0 4px;
    position: relative;
    top: -2px;
    line-height: inherit;
    display: inline-block;
    vertical-align: middle;
	color: #d5d7dc;
	margin: 0 7px 0 12px;
}

.ce-si-item {
	margin-bottom: 0px;
	padding: 0;
}


/**	-----------------------------------------	[图片滚屏] owl插件 - 白色图片蓝色背景范例 (2018年12月26日21:36:37) **/
.ce-carousel-2 {
	background-color: #007ac2;
	padding-top: 60px;
	padding-bottom: 60px;
}
.ce-carousel-2 .item.thumbnail {
	background: none;
	border: none;
}
.ce-carousel-2 .owl-theme .owl-pagination {
	z-index: 10;
	position: relative;
	display: inline-block;
}
.ce-carousel-2 .owl-theme .owl-buttons {
	z-index: 1;
}
.ce-carousel-2 .owl-theme .owl-controls .owl-page span {
	background: #fff;
}
.ce-carousel-2 .owl-theme .owl-controls .owl-buttons div {
    background: none;
    font-size: 21px;
    padding: 3px 50px;
}
.ce-carousel-2 .owl-theme .owl-controls .owl-buttons {
	margin-top: -33px;
}


.ce-carousel-3.owl-carousel.owl-drag .owl-item {
	padding: 0 15px;
}
.ce-carousel-3 .ce-carousel-3-item {
	position: relative;
}
	
	
.ce-carousel-3 .ce-c3i-tags,
.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main,
.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main > header h3,
.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main > header .ce-c3i-main-price,
.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main > ul li,
.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main > ul li i {
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.ce-c3i-img {
	position: relative;
}
.ce-carousel-3 .ce-c3i-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;  
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.ce-carousel-3 .ce-c3i-tags {
	color: #333;
    display: inline-block;
    padding: 3px 12px;
    position: absolute;
    font-size: 12px;
    letter-spacing: 2px;
    top: 25px;
    left: 30px;
    background-color: #fff;
}
.ce-carousel-3 .ce-c3i-tags:hover {
	background-color: rgba(107, 218, 149, 0.9) !important;
	color: rgba(255, 255, 255, 0.8);
}
.ce-carousel-3 .ce-carousel-3-item:hover .ce-c3i-main {
	background-color: rgba(107, 218, 149, 0.9) !important;
	color: rgba(255, 255, 255, 0.8);
}

.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main {
	position: relative;
	padding: 30px;
	margin-top: -70px;
	z-index: 999;
}
.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main > header {
	margin-bottom: 40px;
}
.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main > header .ce-c3i-main-price {
	opacity: 0;
	color: #fff;
}
.ce-carousel-3 .ce-carousel-3-item:hover .ce-c3i-main > header .ce-c3i-main-price {
	opacity: 1;
}
.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main > header {
	position: relative;
}
.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main > header h3 {
	position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    margin-bottom: 45px;
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
}
.ce-carousel-3 .ce-carousel-3-item:hover .ce-c3i-main > header h3 {
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-bottom: 45px;
}
.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main > header h3 a {
    font-size: 14px;
 		color: #fff;
}
.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main > header h3 a:hover {
 	text-decoration: underline;
}
.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main > p {
	font-size: 12px;
	margin-bottom: 10px;
}
.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main > ul {
	padding-left: 0px;
    list-style: none;
    font-size: 12px;
}
.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main > ul li {
	line-height: 30px;
	font-weight: 600;
	color: #000;
}

.ce-carousel-3 .ce-carousel-3-item .ce-c3i-main > ul li i {
	color: rgba(107, 218, 149, 0.9);
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;			
}
.ce-carousel-3 .ce-carousel-3-item:hover .ce-c3i-main > ul li {
	color: #fff;
}
.ce-carousel-3 .ce-carousel-3-item:hover .ce-c3i-main > ul li i {
	color: rgba(255, 255, 255, 0.8);
}

/**前后导航箭头**/
.ce-carousel-3 .owl-nav button.owl-next {
    top: 40%;
    left: auto;
    right: 50px;
}
.ce-carousel-3 .owl-nav button.owl-prev {
    top: 40%;
    right: auto;
    left: 50px;
}
.ce-carousel-3 .owl-nav [class*='owl-'] {
	position: absolute;
	filter: Alpha(Opacity=60);
    opacity: 0.6;
    
    -webkit-transform: translate(0, -50%);  
    -ms-transform: translate(0, -50%);  
    transform: translate(0, -50%);  
	    
	transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.ce-carousel-3 .owl-nav [class*='owl-'] {
	width: 45px;
	height: 45px;
    display: block;
    background-color: #fff ! important;
    font-size: 30px ! important;
}
.ce-carousel-3 .owl-nav [class*='owl-'] span {
	display: block;
	margin-top: -2px;
}
.ce-carousel-3 .owl-nav [class*='owl-']:hover {
    background: rgba(107, 218, 149, 0.9) !important;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.ce-carousel-3 .owl-nav [class*='owl-']:focus {
	outline: none;
}


/**	-----------------------------------------	[图片滚屏] owl插件 - 带缩略图的滚屏 (2019年1月21日11:26:49) **/
.ce-carousel-4-5 {
	position: relative;
}
.ce-carousel-4.owl-theme .owl-nav,
.ce-carousel-5.owl-theme .owl-dots {
	display: none;
}
.ce-carousel-5.owl-carousel.owl-drag .owl-item.center {
	border: 0px solid #111;
}
  	
/** 主滚屏 **/
.ce-carousel-4 {
    margin-bottom: 25px;
}
.ce-carousel-4 .ce-carousel-4-item-info {
    padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}
.ce-carousel-4 .ce-carousel-4-item-info h3 {
	color: #12222d;
	font-size: 21px;
	line-height: 30px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 5px;
}
.ce-carousel-4 .ce-carousel-4-item-info span {
	display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #12222d;
    margin-bottom: 18px;
}
.ce-carousel-4 .ce-carousel-4-item-info p {
	color: #89949b;
	font-size: 13px;
	line-height: 20px;
}
.ce-carousel-4 .ce-carousel-4-item-info a {
    font-size: 13px;
    font-weight: 600;
    color: #89949b;
    
    transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.ce-carousel-4 .ce-carousel-4-item-info a:hover,
.ce-carousel-4 .ce-carousel-4-item-info a:focus {
	color: #6ab8ee;
}

/** 导航滚屏 **/
.ce-carousel-5 {
    position: initial ! important;
}
.ce-carousel-5 .item img {
	margin-bottom: 14px;
}
.ce-carousel-5 .item h3 {
	font-size: 13px;
    color: #89949b;
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
}
.ce-carousel-5.owl-theme .owl-nav [class*='owl-'] {
	position: absolute;
	
	top: 30% ;
	-webkit-transform: translate(0, -50%);  
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
 	font-size: 45px;
 	z-index: 999999;
 	
 	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.ce-carousel-5 .owl-nav .owl-prev {
	left:  10%;
}
.ce-carousel-5 .owl-nav .owl-next {
	right:  10%;
}
.ce-carousel-5.owl-theme .owl-nav [class*='owl-']:hover {
   background: none;
   color: #6ab8ee;
}
.ce-carousel-5.owl-theme .owl-nav [class*='owl-']:focus {
	outline: none;
}
@media (max-width: 767px)  {
}


/**	-----------------------------------------	[表单文字] 弹出文字详情 (2019年3月15日22:28:24) **/
.ce-tooltip {
	display: inline-block;
}
.ce-tooltip .tooltip__content {
	color: #ccc;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
}
.ce-tooltip .tooltip__trigger-text {
	font-size: 14px;
}/******

	描述：导航菜单，下拉框样式，tab页面切换菜单
	作者：林舒涛
	
	1. [导航菜单范例] mu-nav-hover 响应式下拉框菜单
	2. [导航菜单范例] mu-nav-3 一排多行商品列表
 	3. [导航菜单范例] mnh-4 图片大页分类入口样式
 	4. [导航菜单范例] mnh-5 图片大页促销入口
 	5. [导航菜单范例] mnh-6 下拉菜单 多行标签页块
 	6. [导航菜单范例] mnh-7 下拉菜单 多个图片商品信息块列表
 	7. [导航菜单范例] mnh-8 单列购物车列表
	8. [tab导航] mu-tp-1 tab标签页切换
 * **/
 
 /**	-----------------------------------------	
 	1. [导航菜单范例] mu-nav-hover 响应式下拉框菜单
-----------------------------------------  **/
.mu-nav {
	position: relative;
}
.mu-nav-fa {
	display: inline-block;
	width: 24px;
	text-align: center;
	margin-right: 5px;
}

/**	滑入显示样式 **/
.mu-nav-hover {
	position: relative;
	width: 140px;
}
.mu-nav-hover > a {
	display: block;
	height: 28px;
	line-height: 28px;
	color: #333;
}
.mu-nav-hover > a,
.mu-nav-hover > a:hover,
.mu-nav-hover > a:focus,
.mu-nav-hover > a:visited {
	
	outline: none;
	text-decoration: none;
}
.mu-nav-hover > a > span {
	margin-left: 5px;
}
.mu-nav-hover > .dropdown-menu {
	display: none;
	margin-top: -1px;
	
	border: 1px solid #ccc;
    border-top: 2px solid #009688;
	border-radius: 0px;

	filter: alpha(opacity=0);  
	-moz-opacity: 0;  
	-khtml-opacity: 0;  
	opacity: 0;  	/**
	visibility: hidden;
    		***/

}
.mu-nav-hover > a > span {
	margin-left: 10px;
    border: none;
    position: relative;
    bottom: 7px;
}
.mu-nav-hover > a > span:before {
	content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
}

/**
.mu-nav-hover.open > .dropdown-menu {
	display: block;
	visibility: visible;
	filter:alpha(opacity=100);  
	-moz-opacity: 1;  
	-khtml-opacity: 1;  
	opacity: 1;  
}
**/
.mu-nav-hover-hover > .dropdown-menu {
	display: block;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.mu-nav-hover-hover:hover > .dropdown-menu {
	visibility: visible;
	filter:alpha(opacity=100);  
	-moz-opacity: 1;  
	-khtml-opacity: 1;  
	opacity: 1;  
	
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.mu-nav-hover-click > .dropdown-menu {
	display: block;
	filter: alpha(opacity=0);  
	-moz-opacity: 0;  
	-khtml-opacity: 0;  
	opacity: 0;  
	visibility: hidden; 
}
@media (max-width: 992px) and (min-width: 767px) {}
@media (max-width: 767px)  {
	.mu-nav-hover > .dropdown-menu  {
		display: none;
		position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    box-shadow: none;
	}
	.mu-nav-hover.mn2c-open > .dropdown-menu {
		display: block;
		visibility: visible;
		filter:alpha(opacity=100);  
		-moz-opacity: 1;  
		-khtml-opacity: 1;  
		opacity: 1;  
	}
}

 /**	-----------------------------------------	
 	2. [导航菜单范例] mu-nav-3 一排多行商品列表
-----------------------------------------  **/
.mu-nav-3 .dropdown-menu {
	min-width: auto;
	border-radius: 0px;
    white-space:nowrap;
    padding: 0 15px;
    border-top: 2px solid #009688;
}
.mu-nav-3 li {
	display: inline-block;
}
.mu-nav-3 .mu-nav-3-item {
    padding: 20px 15px 45px 15px;
    min-width: 300px;
    max-width: 300px;
    display: inline-block;
    position: relative;
}
.mu-nav-3 .mu-nav-3-item  .bn3-btns {
	position: absolute;
	right: 25px;
}
.mu-nav-3 .mu-nav-3-item .bn3-btns-a {
	color: #999;
	margin-left: 10px;
	font-size: 16px;
}
.mu-nav-3 .mu-nav-3-item .bn3-info {
	padding-top: 15px;
}
.mu-nav-3 .mu-nav-3-item .bn3-info>a {
	display: block;
}
.mu-nav-3 .mu-nav-3-item .bn3-info .bn3-info-a1 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 15px;
	color: #000;
}
.mu-nav-3 .mu-nav-3-item .bn3-info .bn3-info-a2 {
	font-size: 12px;
	line-height: 12px;
	color: #999;
	margin-bottom: 5px;
}
.mu-nav-3 .mu-nav-3-item .bn3-info>span {
	display: block;
	line-height: 24px;
	font-size: 17px;
}
.mu-nav-3 .mu-nav-3-item .bn3-info .bn3-info-s0 {
	color: #e64b3b;
	text-decoration: line-through;
}
.mu-nav-3 .mu-nav-3-item .bn3-info .bn3-info-s1 {
	color: #000;
}
@media (max-width: 767px)  {
	.mu-nav-hover {
	    width: auto ! important;
	}
	.mu-nav-3 li {
	    display: block;
	}
	.mu-nav-3 .mu-nav-3-item {
    	min-width: none;	
    	max-width: none;	
	}
}

 /**	-----------------------------------------	
 	3. [导航菜单范例] mnh-4 图片大页分类入口样式
-----------------------------------------  **/
.mnh-4 {
    white-space: nowrap;
    padding: 10px 20px;
    min-width: 960px;
}

.mnh-4 .mu-nav-4-item {
	padding: 20px 15px;
    position: relative;
	display: inline-block;
	width: 33%;
}
.mnh-4 .mu-nav-4-item a {
	overflow: hidden;
	display: block;
}
.mnh-4 .mu-nav-4-item img {
    width: 100%;
    height: auto;
	max-width: none;
	
	transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.mnh-4 .mu-nav-4-item:hover img {
    -transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.mnh-4 .mu-nav-4-item >div {
	position: absolute;
    bottom: 45px;
    left: 50px;
    cursor: pointer;
}
.mnh-4 .mu-nav-4-item >div span {
	font-size: 13px;
    color: #000;
    font-weight: 400;
}
.mnh-4 .mu-nav-4-item>div p {
    font-size: 38px;
    font-weight: 500;
    color: #000;
    line-height: 40px;
}
@media (max-width: 767px)  {
	.mnh-4 {
		min-width: auto ! important;
	}
	.mu-nav-hover {
	    width: auto ! important;
	}
	.mnh-4 .mu-nav-4-item {
	    display: block;
	    width: 100%;
	}
	.mnh-4 .mu-nav-4-item img {
	    width: auto;
	    height: auto;
	    max-width: 100%;
	}
}

 /**	-----------------------------------------	
 	4. [导航菜单范例] mnh-5 图片大页促销入口
-----------------------------------------  **/
.mn5-a {
  	background: transparent;
    color: #000;
  	text-decoration: none;
  	font-weight: 500;
  	
  	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.mn5-a:active,
.mn5-a:hover {
  	outline: 0;
	color: #3bb18f;
  	text-decoration: none;
}
.mn5-a:focus {
  	outline: thin dotted;
  	color: #3bb18f;
  	outline: 5px auto -webkit-focus-ring-color;
  	outline-offset: -2px;
  	text-decoration: none;
}
.mnh-5 {
    padding: 0px;
    
    /** 测试
    visibility: visible;
	opacity: 1;**/
}

.mnh-5 .mu-nav-5-item {
	padding: 0px;
	margin: 0px;
	width: 960px;
	height: 425px;
	 /**
	height: auto;
	width: 100%;**/
	background-color: #eef1f8;
}
.mnh-5 .mu-nav-5-item .mn5-right,
.mnh-5 .mu-nav-5-item .mn5-left {
	position: relative;
	display: inline-block;
	height: 100%;
	padding-right: 0px;
    padding-left: 0px;
}
.mnh-5 .mu-nav-5-item .mn5-left {
	/**
	width: 68%;
	**/
	position: relative;
	display: inline-block;
}

.mnh-5 .mu-nav-5-item .mn5-left span {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: right;
    padding-right: 4px;
    display: block;
}
.mnh-5 .mu-nav-5-item .mn5-left > div a {
    text-align: right;
    font-size: 18px;
    line-height: 30px;
    padding-right: 4px;
    display: block;
}
.mnh-5 .mu-nav-5-item .mn5-left p {
    color: #fff;
    font-weight: 700;
    font-size: 85px;
    line-height: 85px;
    text-align: right;
}
.mnh-5 .mu-nav-5-item .mn5-left img {
	width: 100%;
	height: 100%;
}
.mnh-5 .mu-nav-5-item .mn5-left > div {
	position: absolute;
   	right: 25px;
    top: 28%;
    font-weight: 400;
}
.mnh-5 .mu-nav-5-item .mn5-right {
	/**
	width: 31%;
	**/
	position: relative;
	vertical-align: top;
	display: inline-block;
}

.mnh-5 .mu-nav-5-item .mn5-right > div {
	position: relative;	
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.mnh-5 .mu-nav-5-item .mn5-right img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 22%;
    margin-bottom: 20px;
    display: block;
}
.mnh-5 .mu-nav-5-item .mn5-right > div a {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 13px;
    display: block;
}
.mnh-5 .mu-nav-5-item .mn5-right > div span {
	font-weight: 600;
	color: #3bb18f;
	  font-size: 16px;
}
@media (max-width: 1200px) and (min-width: 992px) {
}
@media (max-width: 992px) and (min-width: 767px) {
	.mnh-5 .mu-nav-5-item .mn5-right img {
	    width: auto;
	    margin-top: 20px;
	    margin-bottom: 20px;
	    display: block;
	}
}
@media (max-width: 767px)  {
	.mnh-5 .mu-nav-5-item {
    	width: 100% ! important;
    	height: auto ! important;
	}
	.mnh-5 .mu-nav-5-item .mn5-right img {
    	margin-top: 20px;
	}
	.mnh-5 .mu-nav-5-item .mn5-left p {
	    font-size: 60px;
	}
}


 /**	-----------------------------------------	
 	5. [导航菜单范例] mnh-6 下拉菜单 多行标签页块
-----------------------------------------  **/
.mnh-6 {
	width: 860px;
    padding: 20px 30px 20px 30px;
	
}
.mnh-6 .mu-nav-6-item h4 {
	font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}
.mnh-6 .mu-nav-6-item ul {
	margin-bottom: 25px;
}
.mnh-6 .mu-nav-6-item ul > li {
	font-size: 12px;
    line-height: 20px;
}
.mnh-6 .mu-nav-6-item ul > li > a {
	margin-right: 12px;
}
.mnh-6 .mu-nav-6-item ul > li > span {
    display: inline-block;
    background-color: #03978a;
    color: #fff;
    line-height: 14px;
    padding: 4px 6px 4px 6px;
    font-weight: 600;
}

 /**	-----------------------------------------	
 	6. [导航菜单范例] mnh-7 下拉菜单 多个图片商品信息块列表
-----------------------------------------  **/
.mnh-7 {
	width: 860px;
    padding: 30px 30px 20px 30px;
    
}
.mnh-7 .mu-nav-7-item > div {
	margin-bottom: 25px;
}
.mnh-7 .mu-nav-7-item .mu-nav-7-block {
	padding: 10px 5px 10px 12px;
    border: 1px solid #ccc;;
    border-radius: 4px;
    position: relative;
}
.mnh-7 .mu-nav-7-item .mu-nav-7-block > img {
	width: 100px;
	height: 100px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.mnh-7 .mu-nav-7-item .mu-nav-7-block > p  {
    position: absolute;
    right: 7px;
    bottom: 14px;
    color: #9E9E9E;
}
.mnh-7 .mu-nav-7-item .mu-nav-7-block > p .tooltip-inner {
	min-width: 50px;
}
.mnh-7 .mu-nav-7-item .mu-nav-7-block > p a {
	color: #9E9E9E;
	font-size: 14px;
	margin: 0 3px;
}
.mnh-7 .mu-nav-7-item .mu-nav-7-block > p a:hover {
	color: #3bb18f;
}
.mnh-7 .mu-nav-7-item .mu-nav-7-block .mn7b-desc > p a {
	color: #9E9E9E;
	font-size: 12px;
}
.mnh-7 .mu-nav-7-item .mu-nav-7-block .mn7b-desc {
	display: inline-block;
}
.mnh-7 .mu-nav-7-item .mu-nav-7-block .mn7b-desc > h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 10px;
}
.mnh-7 .mu-nav-7-item .mu-nav-7-block .mn7b-desc > h4 a {
	color: #666;
}
.mnh-7 .mu-nav-7-item .mu-nav-7-block .mn7b-desc > h4 a:hover {
	color: #3bb18f;
	text-decoration: none;
}
.mnh-7 .mu-nav-7-item .mu-nav-7-block .mn7b-desc > p {
	margin-bottom: 10px;
}
.mnh-7 .mu-nav-7-item .mu-nav-7-block .mn7b-desc > div {
	font-size: 14px;
    font-weight: 600;
}

 /**	-----------------------------------------	
 	7. [导航菜单范例] mnh-8 单列购物车列表
-----------------------------------------  **/
.mnh-8  {
	right: 0px;
	left: auto;

	background-color: #000;
    text-align: left;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	z-index: 99999;

}
.mu-nav-hover > .mnh-8 {
    margin-top: 10px;
    padding: 10px 0px 0px 0px;
    width: 300px;
}
.mu-nav-hover > .mnh-8 > li {
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    padding-bottom: 12px;
    padding: 0px 10px 10px 10px;
}
.mu-nav-hover > .mnh-8 > li:last-child {
	border-bottom: 0px;
}
.mnh-8 .mnh-8-item img {
    width: 75px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.mnh-8 .mnh-8-item .mnh-8-item-desc {
	display: inline-block;
    margin-top: 10px;
}
.mnh-8 .mnh-8-item .mnh-8-item-desc > p {
    font-size: 12px;
    font-weight: 300;
}
.mnh-8 .mnh-8-item .mnh-8-item-desc > a {
	color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.mnh-8 .mnh-8-cart {
	padding: 0px 10px;
}
.mnh-8 .mnh-8-cart > p {
	font-size: 13px;
}
.mnh-8 .mnh-8-cart > p > span {
	float: right;
    font-size: 15px;
}
.mnh-8 .mnh-8-btn {
	border: 1px solid #009688;
    color: #009688;
    background: transparent;
    line-height: 27px;
    height: 30px;
    font-size: 13px;
    padding: 0 47px;
}
.mnh-8 .mnh-8-btn:hover {
	background: #00cab7;
	color: #fff;
}
.mnh-8 .mnh-8-btn-2 {
    background: #009688;
    color: #fff;
    float: right;
}
@media (max-width: 767px) {
	
	.mu-nav-hover > .mnh-8 {
		width: auto; 
	}

}


 /**	-----------------------------------------	
 	8. [tab导航] mu-tp-1 tab标签页切换
 	文字居中布局范例，Bootstrap .nav 样式伪类有空格需要删除
-----------------------------------------  **/
.mu-tp-1 .nav-tabs {
    border-bottom: none;
	
	display: flex;

	-webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;

	display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    
    padding-left: 0;
    list-style: none;
}
/**Bootstrap .nav 样式伪类有空格需要删除**/
.mu-tp-1 .nav-tabs.nav:before,
.mu-tp-1 .nav-tabs.nav:after {
    content: none;
}
.mu-tp-1 > ul.nav-tabs li > a {
    background-color: transparent;
    color: #000;
    border-bottom: 1px solid #777;
	font-size: 13px;
	padding: 0px 1px 3px 1px;
}
.mu-tp-1 > ul.nav-tabs li:hover > a {
	color: #000;
	background-color: transparent;
}
.mu-tp-1 > ul.nav-tabs li.active > a {
	color: #3bb18f;
	background-color: transparent;
	border-bottom: 1px solid #777;
}
.mu-tp-1 .tab-content {
    padding-top: 20px;
    font-size: 12px;
    line-height: 22px;
    color: #777;
}
.mu-tp-1 .tab-content h4 {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.mu-tp-1 .tab-content table {
	width: 100%;
}
.mu-tp-1 .tab-content table thead {
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}
.mu-tp-1 .tab-content table thead th {
	padding-bottom: 6px;
}
.mu-tp-1 .tab-content table tr td {
	width: 20px;
	text-align: left;
	padding-bottom: 6px;    
	padding-top: 6px;
}/**
	描述：导航菜单，下拉框样式
	作者：林舒涛
	
	1. [缩略图滚屏] cl-carousel 样式1
	2. [缩略图滚屏] cl-carousel 样式2，配合animate.css的文字特效，图片写在滚屏每页背景上，自适应
	3. [bootstrap滚屏] be-carousel 样式1，bootstrap自带滚屏
	4. [面板模块] 单页插件fullpage，需要用到font-awesome.css字体显示左右图标
**/

/**------------------------------------	
	1. [缩略图滚屏] cl-carousel 样式1  
------------------------------------**/
.cl-carousel {}
.cl-carousel .slider-for {
	margin-bottom: 10px;
}
.cl-carousel .slick-prev, 
.cl-carousel .slick-next {
    z-index: 1;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;  
    font-size: 12px;
	color: #fff;
	
	filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.cl-carousel .slick-prev:before, 
.cl-carousel .slick-next:before {
	font-size: 0px;
    color: transparent;
}
.cl-carousel .slick-next {
    right: 25px;
}
.cl-carousel .slick-prev {
    left: 25px;
}
.cl-carousel .slick-prev:hover, 
.cl-carousel .slick-prev:focus, 
.cl-carousel .slick-next:hover, 
.cl-carousel .slick-next:focus {
    color: #fff;
}
.cl-carousel .slick-prev:hover, 
.cl-carousel .slick-next:hover {
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.cl-carousel .slider-nav .slick-slide {
    outline: none;
	filter:alpha(opacity=60);  
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;  
	opacity: 0.6;  
	overflow: hidden;
	padding: 0px 4px;
}
.cl-carousel .slick-slide {
	outline: none;
}
.cl-carousel .slick-slide img {
    width: 100%;
    cursor: pointer;
    outline: none;
}
/**导航**/
.cl-carousel .slider-nav .slick-center {
	filter:alpha(opacity=100);  
	-moz-opacity:1;  
	-khtml-opacity: 1;  
	opacity: 1;  
}

@media (max-width: 767px) {
	.cl-carousel .slick-prev, .cl-carousel .slick-next {
	    width: 35px;
	    height: 35px;
	    border: 1px solid #fff;
	}
}

/**------------------------------------	
	2. [缩略图滚屏] cl-carousel 样式2，配合animate.css的文字特效，图片写在滚屏每页背景上，自适应
------------------------------------**/
.cl-carousel2 {
}
.cl-carousel2 .cl2-item .cl2-im-body {
	position: absolute;
    top: 49%;
    padding-left: 135px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.cl-carousel2 .slick-slide img {
	filter:alpha(opacity=0);  
	-moz-opacity:0;  
	-khtml-opacity: 0;  
	opacity: 0;
}
.cl-carousel2 .slick-slide {
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.cl-carousel2 .slick-slide[data-slick-index="0"] {
	background-image: url(http://arisu.cn/file/images/res/scenery/sample1545919773548.jpg);
}
.cl-carousel2 .slick-slide[data-slick-index="1"] {
	background-image: url(http://arisu.cn/file/images/res/scenery/sample1545919774280.jpg);
}
.cl-carousel2 .slick-slide[data-slick-index="2"] {
	background-image: url(http://arisu.cn/file/images/res/scenery/sample1545919774425.jpg);
}
.cl-carousel2 .slick-slide[data-slick-index="3"] {
	background-image: url(http://arisu.cn/file/images/res/scenery/sample1545919779186.jpg);
}

.cl-carousel2 .cl2-item .cl2-im-body h3 {
	color: #fff;
    text-shadow: 2px 1px 2px #262626;
    font-size: 26px;
    line-height: 32px;
}
.cl-carousel2 .cl2-item .cl2-im-body p {
	color: #fff;
    text-shadow: 2px 1px 2px #262626;
    font-size: 13px;
    line-height: 32px;
}
/**文字动画效果，可在animate.css上选择也可手写**/
.cl-carousel2 .slick-current h3 {
	-webkit-animation: fadeInUp 0.5s ease-in both;
	-moz-animation: fadeInUp 0.5s ease-in both;
	-o-animation: fadeInUp 0.5s ease-in both;
	-ms-animation: fadeInUp 0.5s ease-in both;
	animation: fadeInUp 0.3s ease-in both;
}
.cl-carousel2 .slick-current p {
	-webkit-animation: fadeInDown 0.3s ease-in both;
	-moz-animation: fadeInDown 0.3s ease-in both;
	-o-animation: fadeInDown 0.3s ease-in both;
	-ms-animation: fadeInDown 0.3s ease-in both;
	animation: fadeInDown 0.3s ease-in both;
}

/**自适应按从大到下调,根据图片在修改**/
/**小于1200PX的页面**/
@media (max-width: 1200px) {
}
/**小于992PX的页面**/
@media (max-width: 992px) {
}
/**小于768PX的页面**/
@media (max-width: 768px) {
	.cl-carousel2 .slick-slide[data-slick-index="0"] {
		background-image: url(http://arisu.cn/file/images/res/scenery/sample1545919773548_s.jpg);
	}
	.cl-carousel2 .slick-slide[data-slick-index="1"] {
		background-image: url(http://arisu.cn/file/images/res/scenery/sample1545919774280_s.jpg);
	}
	.cl-carousel2 .slick-slide[data-slick-index="2"] {
		background-image: url(http://arisu.cn/file/images/res/scenery/sample1545919774425_s.jpg);
	}
	.cl-carousel2 .slick-slide[data-slick-index="3"] {
		background-image: url(http://arisu.cn/file/images/res/scenery/sample1545919779186_s.jpg);
	}
}


/**------------------------------------	
	3. [bootstrap滚屏] be-carousel 样式1，bootstrap自带滚屏  
------------------------------------**/
.be-carousel, 
.be-carousel .carousel-inner .item {
	height: 600px;
}
.be-carousel a.carousel-control {
	background: none;
	filter: alpha(opacity=100);
	font-size: 35px;
}


/**------------------------------------	
	4. [面板模块] 单页插件fullpage，需要用到font-awesome.css字体显示左右图标
------------------------------------**/
/** 通用 **/
@-webkit-keyframes fadeInLeft1 {
  0% {
    -webkit-transform: translate3d(-450px, 0px, 0) scale(0);
    transform: translate3d(-450px, 0px, 0) scale(0);
    opacity: 0;
  }

  100% {
  	opacity: 1;
  }
}
@-webkit-keyframes fadeInRight1 {
  0% {
    -webkit-transform: translate3d(450px, 0px, 0) scale(0);
    transform: translate3d(450px, 0px, 0) scale(0);
    opacity: 0;
  }

  100% {
  	opacity: 1;
  }
}
@-webkit-keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  100% {
    opacity: 1;
	-webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
	-webkit-transform: none;
    transform: none;
  }
}
.fp-a,
.fp-a:visited {
    color: #fff;
    background: transparent;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    padding: 15px 15px;
    font-size: 14px;
    
    -webkit-animation: fadeInDown 0.3s ease-in both;
    -moz-animation: fadeInDown 0.3s ease-in both;
    -o-animation: fadeInDown 0.3s ease-in both;
    -ms-animation: fadeInDown 0.3s ease-in both;
    animation: fadeInDown 0.3s ease-in both;
}
.fp-a:focus {
	color: #000000;
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	border-bottom: 3px solid black;
}
.fp-a.active,
.fp-a:active,
.fp-a:hover {
	outline: 0;
    color: #000000;
    text-decoration: none;
    border-bottom: 3px solid black;
}
.cl-fp .fp-scroller {
	height: 100%;
}
		
/** 页首 & 页尾 **/
.cl-fp-header,
.cl-fp-footer {
    position: fixed;
    display: block;
    width: 100%;
    background-color: transparent;
    z-index: 9;
    padding: 20px 0 0 0;
}
.cl-fp-header {
	top: 0px;		
}
.cl-fp-footer {
	bottom: 0px;
}

.cl-fp-header .cl-fph-menu {
    float: right;
  		margin-right: 80px;
}
.cl-fp-header .cl-fph-menu li {
    display: inline-block;
}
				
/** 页面 **/
.cl-fp {
	margin-top: -20px;
}
.cl-fp .section,
.cl-fp .section .slide {
	background-size: 100% 100%;
	height: 100%;
}
.cl-fp .section .cl-fp-info,
.cl-fp .section .cl-fp-info2 {
	top: 45%;
 	width: 55%;
	margin-left: 10%;
  		
	position: relative;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.cl-fp .section .cl-fp-info h3,
.cl-fp .section .cl-fp-info2 h3 {
	color: #fff;
	font-size: 26px;
	margin-top: 20px;
    margin-bottom: 15px;
}
.cl-fp .section .cl-fp-info p,
.cl-fp .section .cl-fp-info2 p {
	color: #fff;
	font-size: 13px;
	line-height: 22px;
}
.cl-fp .section .cl-fp-info h3,
.cl-fp .section .cl-fp-info2 h3,
.cl-fp .section .cl-fp-info p,
.cl-fp .section .cl-fp-info2 p {
	filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.cl-fp .section.active .cl-fp-info h3,
.cl-fp .section.active .cl-fp-info2 h3,
.cl-fp .section.active .cl-fp-info p,
.cl-fp .section.active .cl-fp-info2 p {
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.cl-fp .section.active .slide.active .cl-fp-info2 h3 {
    -webkit-animation: fadeInDown1 0.8s ease-in both;
    -moz-animation: fadeInDown1 0.8s ease-in both;
    -o-animation: fadeInDown1 0.8s ease-in both;
    -ms-animation: fadeInDown1 0.8s ease-in both;
    animation: fadeInDown1 0.8s ease-in both;
}
.cl-fp .section.active .slide.active .cl-fp-info2 p {
    -webkit-animation: fadeInUp1 0.8s ease-in both;
    -moz-animation: fadeInUp1 0.8s ease-in both;
    -o-animation: fadeInUp1 0.8s ease-in both;
    -ms-animation: fadeInUp1 0.8s ease-in both;
    animation: fadeInUp1 0.8s ease-in both;
}
.cl-fp .section.active .cl-fp-info h3 {
	-webkit-animation: fadeInLeft1 0.8s ease-in both;
    -moz-animation: fadeInLeft1 0.8s ease-in both;
    -o-animation: fadeInLeft1 0.8s ease-in both;
    -ms-animation: fadeInLeft1 0.8s ease-in both;
    animation: fadeInLeft1 0.8s ease-in both;
}
.cl-fp .section.active .cl-fp-info p {
	-webkit-animation: fadeInRight1 0.8s ease-in both;
    -moz-animation: fadeInRight1 0.8s ease-in both;
    -o-animation: fadeInRight1 0.8s ease-in both;
    -ms-animation: fadeInRight1 0.8s ease-in both;
    animation: fadeInRight1 0.8s ease-in both;
}
/**滚屏**/
.cl-fp .fp-slides {

}
.cl-fp .fp-slides .slide {

}
.cl-fp .fp-controlArrow {
	z-index: 1;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cl-fp .fp-controlArrow:hover {
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.cl-fp .fp-prev:before,
.cl-fp .fp-next:before {
	display: block;
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 22px;
 	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.cl-fp .fp-prev {
	left: 4%;
}
.cl-fp .fp-prev:before {
	content: "\f104";
    margin-right: 1px;
    margin-top: -1px;
}
.cl-fp .fp-next {
	right: 7%;
}
.cl-fp .fp-next:before {
	content: "\f105";
    margin-left: 1px;
    margin-top: -1px;
}
.fp-show-active ul li a span,
.fp-slidesNav ul li a span {
    background: #fff ! important;
    border: 1px solid #9E9E9E ! important;
    box-shadow: 1px 1px 1px #000;
}
.fp-show-active .fp-tooltip {
    font-size: 12px ! important;
  		text-shadow: 1px 1px 1px #000;
}


/**微调**/
.cl-fp .section-1 .cl-fp-info {
	top: 45%;
}
.cl-fp .section-2 .cl-fp-info {
	top: 40%;
}
.cl-fp .section-3 .cl-fp-info {
	top: 50%;
}

.cl-fp .section-1 {
	background-image: url(http://arisu.cn/file/images/res/scenery/ha1459609585513.jpg);
}
.cl-fp .section-2 .slide1 {
	background-image: url(http://arisu.cn/file/images/res/scenery/sample1544415559811.jpg);
}
.cl-fp .section-2 .slide2 {
	background-image: url(http://arisu.cn/file/images/res/scenery/ha1459609594183.jpg);
}
.cl-fp .section-2 .slide3 {
	background-image: url(http://arisu.cn/file/images/res/scenery/smaple1458206739549.jpg);
}
.cl-fp .section-2 .slide4 {
	background-image: url(http://arisu.cn/file/images/res/scenery/smaple1457080802957.jpg);
}
.cl-fp .section-3 {
	background-image: url(http://arisu.cn/file/images/res/scenery/sample1544415560059.jpg);
}
.cl-fp .section-4 {
	background-image: url(http://arisu.cn/file/images/res/scenery/sample1544415561357.jpg);
}

	
/**自适应按从大到下调**/
/**小于1200PX的页面**/
@media (max-width: 1200px) {
}
/**小于992PX的页面**/
@media (max-width: 992px) {
	.cl-fp .section-1 {
		background-image: url(http://arisu.cn/file/images/res/scenery/ha1459609585513_s.jpg);
	}
	.cl-fp .section-2 .slide1 {
		background-image: url(http://arisu.cn/file/images/res/scenery/sample1544415559811_s.jpg);
	}
	.cl-fp .section-2 .slide2 {
		background-image: url(http://arisu.cn/file/images/res/scenery/ha1459609594183_s.jpg);
	}
	.cl-fp .section-2 .slide3 {
		background-image: url(http://arisu.cn/file/images/res/scenery/smaple1458206739549_s.jpg);
	}
	.cl-fp .section-2 .slide4 {
		background-image: url(http://arisu.cn/file/images/res/scenery/smaple1457080802957_s.jpg);
	}
	.cl-fp .section-3 {
		background-image: url(http://arisu.cn/file/images/res/scenery/sample1544415560059.jpg);
	}
	.cl-fp .section-4 {
		background-image: url(http://arisu.cn/file/images/res/scenery/sample1544415561357.jpg);
	}
}
/**小于768PX的页面**/
@media (max-width: 768px) {
}


/**
	描述：表单样式，输入框，单选框，下拉框等
	作者：林舒涛
	
	1. [数量统计] fm-count 样式
	
**/


 /**------------------------------------	
	1. [数量统计] fm-count 样式
------------------------------------**/
.fm-count > input {
	float: left;
	display: inline-block;
    width: 42px;    
    height: 37px;
    text-align: center;
    border-radius: 0px;
    background-color: transparent ! important;
    cursor: default ! important;
}
.fm-count > .fmc-btns {
	display: inline-block;
    height: 37px;
    width: 38px;
    text-align: center;
    border: 1px solid #ccc;
    vertical-align: middle;
    border-left: none;
}
.fm-count > .fmc-btns > i {
	display: block;
    height: 50%;
	cursor: pointer;
}

/**
	描述：常用页面布局
	作者：林舒涛
	
	1. [标题块] bk-title 样式
	2. [页面布局] bk-body 样式 
	3. [面板] bk-panel 可隐藏显示面板
	4. [页面布局] bk-shopping-option 购物页面选项选择
	5. [面板模块] 单页插件fullpage
**/



 /**------------------------------------	
	1. [标题块] bk-title 样式
------------------------------------**/
.bk-title {
	text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 25px 0;
}
.bk-title .bk-title-item {
	border-right: 1px solid #ccc;
	padding: 15px 0;
}
.bk-title .bk-title-item:last-child {
	border-right: none;
}
.bk-title .bk-title-item > i {
	font-size: 24px;
    vertical-align: 8px;
    margin-right: 8px;
    color: #666;
}
.bk-title .bk-title-item > div {
	text-align: left;
    display: inline-block;
}
.bk-title .bk-title-item > div > h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #444;
}
.bk-title .bk-title-item > div > p {
	font-size: 12px;
    color: #777;
    margin-bottom: 0px;
}
@media (max-width: 768px) {
	.bk-title {
	    padding: 10px 0;
	}
	.bk-title .bk-title-item {
	    text-align: left;
	    padding-left: 15px;
	    border-right: none;
	}
}

 /**------------------------------------	
	2. [页面布局] bk-body 左右图文布局 
------------------------------------**/
.bk-body {
	margin: 0 15px;
}
.bk-body .bk-body-item {
	padding: 0px;
    min-height: 720px;
}

.bk-body .bk-body-item > .bk-body-item-main {
	width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30%;
}
.bk-body .bk-body-item > .bk-body-item-main > h6 {
	color: #000;	
	font-size: 12px;
	margin-bottom: 35px;
}
.bk-body .bk-body-item > .bk-body-item-main > h4 {
	color: #000;
	margin-bottom: 25px;
}
.bk-body .bk-body-item > .bk-body-item-main > p {
	color: #777;
	font-size: 12px;
}
.bk-body  .bk-body-item-right {
	float: right;
}
@media (max-width: 768px) {
	.bk-body .bk-body-item {
	    min-height: 240px;
	}
	.bk-body .bk-body-item > .bk-body-item-main {
	    width: 90%;
	    padding-top: 25px;
	}
}


 /**------------------------------------	
	3. [面板] bk-panel 可隐藏显示面板
------------------------------------**/
.bk-panel {
	border: none;
	border-radius: 0px;
	
	border-top: 1px solid #ddd;
	-webkit-box-shadow: none;
    box-shadow: none;
    
    margin-bottom: 0px;
}
.bk-panel  .panel-heading {
	border-color: #ddd;
	padding: 15px 0px;
	color: #999;
}
.bk-panel  .panel-body {
    padding: 10px 0px 15px 0px;
    font-size: 12px;
    color: #777;
    line-height: 20px;
}

 /**------------------------------------	
	4. [页面布局] bk-shopping-option 购物页面选项选择
------------------------------------**/
.bk-shopping-option {
	
}

.bk-shopping-option .bso-desc {
	margin-bottom: 20px;
}
.bk-shopping-option .bso-desc > h1 {
	margin-bottom: 20px;
}
.bk-shopping-option .bso-desc > p {
    line-height: 22px;
    font-size: 13px;
	color: #777;
}

.bk-shopping-option .bso-price {
	margin-bottom: 30px;
}
.bk-shopping-option .bso-price > h6 {
	margin-bottom: 20px;	
	color: #999;
	font-size: 12px;
}
.bk-shopping-option .bso-price > p {
	font-weight: 500;
	font-size: 30px;
	color: #000;
}
.bk-shopping-option .bso-price > p > del  {
    font-weight: 400;
    font-size: 15px;
    margin-left: 12px;
    color: #777;
}


.bk-shopping-option .bso-option {
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
}
.bk-shopping-option .bso-option > h3 {
    color: #999;
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    margin: 0px;
}

.bk-shopping-option .bso-option .bso-option-item {
	display: inline-block;
	float: right;
}
.bk-shopping-option .bso-option .bso-option-item > a {
	margin-left: 10px;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	font-weight: 500;
}
.bk-shopping-option .bso-option .bso-option-item > a.active {
	color: #009688 !important;
}
.bk-shopping-option .bso-option .bso-option-item .bso-option-color {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
}
.bk-shopping-option .bso-option .bso-option-item .bso-option-color.active {
	border: 1px solid #777;
}
.bk-shopping-option .bso-option .bso-option-item .bso-option-color > span {
	width: 80%;
    height: 80%;
    display: block;
    margin-top: 50%;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.bk-shopping-option .bso-option .bso-option-item .bso-option-color-1 {
	background-color: #3bb18f !important;
}
.bk-shopping-option .bso-option .bso-option-item .bso-option-color-2 {
	background-color: #e5e1de !important;
}
.bk-shopping-option .bso-option .bso-option-item .bso-option-color-3 {
	background-color: #000 !important;
}
.bk-shopping-option .bso-option .bso-option-item .bso-option-color-4 {
	background-color: #777 !important;
}

.bk-shopping-option .bso-option-2 {
	padding: 20px 0px;
}
.bk-shopping-option .bso-option-2 .fm-count {
	margin-top: -9px;
}


.bso-btn {
	padding: 4px 0px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.bk-btn-1 {
	color: #fff;
    font-size: 12px;
    background-color: #3bb18f;
    border: none;
    display: inline-block;
    width: 50%;
    margin: 0px 2px;
    height: 40px;
    border-radius: 2px;
    margin-bottom: 10px;
    transition: .2s ease;
}
.bk-btn-1 i {
	margin-left: 10px;
}
.bk-btn-1:hover {
    border-color: #58c7a7;
    background-color: #58c7a7;
}
.bk-btn-1:focus {
	outline: none;
}
.bk-btn-2 {
	background-color: #ffffff;
    border: 1px solid #777;
    color: #777;
}
.bk-btn-2:hover {
	background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

@media (max-width: 768px) {
	.bso-btn {
    	display: block;
	}
	.bk-btn-1 {
		display: block;
	    width: 100%;
	}
	
}


/**
	描述：常用页面布局
	作者：林舒涛
	
	1. [面板模块-7] Bootstrap默认弹框
	2. [面板模块-7] 项目26弹框样式
	3. [导航页脚-9] 可隐藏显示的侧栏
**/


 /**------------------------------------	
	1. [面板模块-7] Bootstrap默认弹框
------------------------------------**/
.ce-modal .modal-content {
	border: 20px solid rgba(0,0,0,0.1);
}
.ce-modal .modal-header {
	background-color: #529EE0;
    padding: 10px;
    border-radius: 0px;
}
.ce-modal .modal-header button.close {
    display: block;
    margin-top: -4px;
}
.ce-modal .modal-title {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
}
.ce-modal .modal-body {
	background: #F5F5F5;
	line-height: 25px;
	font-size: 13px;
	padding: 15px 20px 10px 20px;
}


.ce-modal .modal-body .ce-modal-body {
    background-color: #fff;
    border-radius: 4px;
    padding: 0 0 15px 0;
    margin-bottom: 5px;
    border: 1px solid #808080;
}
.ce-modal .modal-body .ce-modal-body-title {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #737373;
    text-shadow: 1px 1px 0 #E4E4E4;
    background-color: #FDFDFD;
    margin: -1px -1px 20px -1px;
    padding: 3px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #808080;
}
.ce-modal .modal-body .ce-modal-body input,
.ce-modal .modal-body .ce-modal-body select {
	border: 1px solid #808080;
}
.ce-modal .modal-body .ce-modal-body label {
	font-weight: 400;
    font-size: 14px;
}
.ce-modal .modal-body .ce-modal-body .row {
	margin-bottom: 7px;
}
.ce-modal .modal-footer {
    background: #F5F5F5;
    margin-top: 0;
    padding: 8px 20px 7px;
}
.ce-modal .ce-table-2-1 {
	background-color: #fff;
	margin: 0px;
}
.ce-modal .ce-table-2-1 tr:first-child {
	background-color: #fff;
}

.ce-modal-detail-title {
	border-bottom: 1px solid #D4D4D4;
    padding-bottom: 5px;
    margin-bottom: 7px;
}
.ce-modal-detail-body {
	margin-bottom: 20px;
}
.ce-modal-detail-body p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #555;
}

/** 样式2 **/
.ce-modal-1 i.icon-plus,
.ce-modal-1 i.icon-remove-circle {
	vertical-align: -5px;
	font-size: 15px;
	display: inline-block;
	width: 15px;
}
.ce-modal-1 .modal-body label {
    font-size: 12px;
	font-weight: 600;
}
.ce-modal-1 .modal-body div.row {
    margin-bottom: 7px;
}
/** 添加删除按钮显示 **/
.ce-modal-1 .at-add-apijs-param .at-add-apijs-param-add,
.ce-modal-1 .at-add-apijs-param .at-add-apijs-param-remove {
	display: none;
}
.ce-modal-1 .at-add-apijs-param:last-child .at-add-apijs-param-add,
.ce-modal-1 .at-add-apijs-param:last-child .at-add-apijs-param-remove {
	display: block;
}

.ce-modal-1 .at-add-apijs-demo .at-add-apijs-demo-remove {
	display: none;
}
.ce-modal-1 .at-add-apijs-demo:last-child .at-add-apijs-demo-remove {
	display: block;
}
.ce-modal-1 .at-add-apijs-demo:first-child .at-add-apijs-demo-remove {
	display: none;
}
.ce-modal-1 .at-add-apijs-demo .at-add-apijs-demo-add {
	display: none;
}
.ce-modal-1 .at-add-apijs-demo:last-child .at-add-apijs-demo-add {
	display: block;
}

 /**------------------------------------	
	2. [面板模块-7] 项目26弹框样式
------------------------------------**/
/** 通用 **/
.at-modal .ix-at-a,
.at-modal .ix-at-a:visited {
	color: #b8b8b8;
	background: transparent;
	text-decoration: none;
	font-size: 16px;
    display: inline-block;
	
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.at-modal .ix-at-a:focus {
	color: #fff;
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.at-modal .ix-at-a.active,
.at-modal .ix-at-a:active,
.at-modal .ix-at-a:hover {
	outline: 0;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}

/** 弹框目录导航  **/
.at-modal,
.at-modal .modal-content {
	background-color: rgba(0, 0, 0, 0.36);
	background-size: 100% 100%;	
}
#at-modal-0 {
	background-image: url(http://arisu.cn/file/images/bg/bg1465869285463.png);
}
#at-modal-0 .ix-at-a,
#at-modal-0 .ix-at-a:visited {
	height: 28px;
    margin-bottom: 20px;
}
.at-modal .modal-title {
	font-size: 23px;
    font-weight: 100;
}
/** 弹框目录导航  - 关闭按钮 **/
.at-modal button.close {
	color: #fff;
    font-size: 50px;
    margin-top: -100px ! important;  
	font-weight: 100;
	opacity: 0.5; 
    filter: alpha(opacity=50); 
    
	outline: -webkit-focus-ring-color auto 0px ! important;
    
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.at-modal button.close:hover {
	opacity: 1; 
    filter: alpha(opacity=100); 
}
.at-modal button.close:hover, 
.at-modal button.close:focus {
	color: #fff;
    font-size: 50px;
    font-weight: 100;
    opacity: 1;
    filter: alpha(opacity=100);
}
.at-modal button.close span:focus{
	outline: -webkit-focus-ring-color auto 0px ! important;
}

.at-modal .modal-dialog {
	width: 100%;
	margin: 180px 0px 10px 0px;
}
.at-modal .modal-content {
	border: none;
    border-radius: 0px;
}
.at-modal .ce-m1-header {
    background-color: transparent;
    margin-bottom: 15px;
    border-bottom: none;
}
.at-modal .ce-m1-body {
	background-color: transparent;
	padding: 40px 20px 60px 20px;
}

/** 弹框公司简介 **/
.at-modal-1, 
.at-modal-1 .modal-content {
    background-color: rgba(0, 0, 0, 0.55);
}
#at-modal-1 {
	background-image: url(http://arisu.cn/file/images/bg/bg1458116302026.jpg);
}

.at-modal-1 .ce-m1-header  {
    padding-top: 40px;
}
.at-modal-1 .modal-title {
	font-size: 23px;
    font-weight: 100;
}
.at-modal-1 button.close {
    margin-top: -25px ! important;  
	font-weight: 100;
	opacity: 0.7;
    filter: alpha(opacity=70);
}
.at-modal-1 .modal-dialog {
	margin-top: 130px;
}
.at-modal-1 .modal-content {
    box-shadow: none;
    background-color: transparent;
}
.at-modal-1 .ce-m1-body {
    color: #c5c5c5;
    padding: 0px 0px 30px 0px;
}
 

/** 核心团队 **/
#at-modal-11 {
	background-image: url(http://arisu.cn/file/images/bg/bg1458116302026.jpg);
}
.at-modal-11 .modal-dialog {
	margin-top: 80px;
}
.at-modal-11, .at-modal-1 .modal-content {
    background-color: rgba(0, 0, 0, 0.55);
}
.at-modal-11 .ce-m1-header {
    margin-bottom: 20px;
}
.at-modal-11 .ce-mx2-main {
	display: flex;
	margin-bottom: 20px;
}
.at-modal-11 .ce-mx2-main img {
	width: 122px;
	min-width: 122px;
    height: 130px;
    border-radius: 50%;
    display: inline-block;
	margin-right: 25px;
}
.at-modal-11 .ce-mx2-main > div {
	display: inline-block;
}
.at-modal-11 .ce-mx2-main h3 {
	display: inline-block;
    margin-right: 15px;
}


/** CEO专栏 **/
#at-modal-12 {
	background-image: url(http://arisu.cn/file/images/bg/bg1458116302026.jpg);
}
.at-modal-12 .modal-dialog {
	margin-top: 200px;
}
.at-modal-12 .ce-mx2-main {
	display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #9E9E9E;
}
.at-modal-12 .ce-mx2-main > div {
	display: block;
}
.at-modal-12 .ce-mx2-main a {
	text-align: left;
    font-size: 13px;
    margin-top: 0px;
	line-height: 18px;
}
.at-modal-12 .ce-mx2-main a.active,
.at-modal-12 .ce-mx2-main a:active,
.at-modal-12 .ce-mx2-main a:hover {
    outline: 0;
	color: #ffffff;
    text-decoration: none;
    border-bottom: 0px solid #fff;
}

.at-modal-12 .ce-mx2-main span {
	text-align: right;
	float: right;
}

/** 社会资质 **/
#at-modal-13 {
	background-image: url(http://arisu.cn/file/images/bg/bg1458116302026.jpg);
}
.at-modal-13 .modal-dialog {
	margin-top: 100px;
}
.at-modal-13 .ce-m1-header {
    margin-bottom: 30px;
}
.at-modal-13 .ce-mx5-main {
	margin-bottom: 50px
}
.at-modal-13 .ce-mx5-main a.active,
.at-modal-13 .ce-mx5-main a:active,
.at-modal-13 .ce-mx5-main a:hover {
    outline: 0;
	color: #ffffff;
    text-decoration: none;
    border-bottom: 0px solid #fff;
}
.at-modal-13 .ce-mx5-main a {
    width: 100%;
}
.at-modal-13 .ce-mx5-main span {
	position: absolute;
	display: block;
    text-align: left;
	line-height: 18px;
	font-size: 13px;
}
.at-modal-13 .ce-mx5-main img {
	margin-bottom: 5px;
    width: 120px; /** 切成图片实际高度，应用中不用设置 **/
}


	
/**自适应按从大到下调**/
/**小于1200PX的页面**/
@media (max-width: 1200px) {
	//背景图，根据需求修改
	#at-modal-0 {
		background-image: url(http://arisu.cn/file/images/bg/bg1465869285463.png);
	}
	#at-modal-1 {
		background-image: url(http://arisu.cn/file/images/bg/bg1458116302026.jpg);
	}
	#at-modal-11 {
		background-image: url(http://arisu.cn/file/images/bg/bg1458116302026.jpg);
	}
	#at-modal-12 {
		background-image: url(http://arisu.cn/file/images/bg/bg1458116302026.jpg);
	}
	#at-modal-13 {
		background-image: url(http://arisu.cn/file/images/bg/bg1458116302026.jpg);
	}
	#at-modal-14 {
		background-image: url(http://arisu.cn/file/images/bg/bg1458116302026.jpg);
	}
	#at-modal-15 {
		background-image: url(http://arisu.cn/file/images/bg/bg1458116302026.jpg);
	}
}
/**小于992PX的页面**/
@media (max-width: 992px) {
}
/**小于768PX的页面**/
@media (max-width: 768px) {
}
/** 弹框部分  ---end--- **/



 /**------------------------------------	
	3. [导航页脚-9] 可隐藏显示的侧栏
------------------------------------**/
.be-sidebar-p {
	position: fixed;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: 9996;
}
.be-sidebar {
	position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9997;
    
 	width: 320px;
 	height: 100%;
    padding: 0px 0px 15px 0px;
    
 
    transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.be-sidebar.be-sidebar-xs {
	right: -320px;
}
.be-sidebar.show.be-sidebar-xs {
	right: 0px;
	box-shadow: 3px 0 65px 0 rgba(0, 0, 0, .2);
}

/**标题 返回按钮**/
.be-sidebar header {
	background: #f7f7f7;
    padding: 15px 30px 10px 15px;
    border-bottom: 1px solid #afafaf;
}
.be-sidebar header > div {
	display: inline-block;
}
.be-sidebar header button {
    outline: none;
    font-size: 16px;
    
    border: 1px solid #929292;
    height: 32px;
    width: 32px;
    
    display: inline-block;
    padding-left: 8px;
    margin-right: 5px;
    color: #666;
	background: #fff;
 			
    transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.be-sidebar header button:hover {
	background: #666;
    color: #fff;
}
.be-sidebar header h4 {
    color: #666;
    font-size: 14px;
    display: inline-block;
}

.be-sidebar-body {
	height: 100%;
	padding-top: 20px;
	padding-bottom: 80px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(255, 255, 255, 0.9);
}
.be-sidebar-xs {
	width: 320px;
}
.be-sidebar-body .ce-form .form-group {
    padding-left: 15px;
    padding-right: 15px;
}
.be-sidebar-body .ce-form .form-group-btn {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
}
.be-sidebar-body .ce-form .form-group-title {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}



/**自适应按从大到下调**/
/**小于1200PX的页面**/
@media (max-width: 1200px) {
	.at-modal .ix-at-a, .at-modal .ix-at-a:visited {
    	font-size: 14px;
	}
}
/**小于992PX的页面**/
@media (max-width: 992px) {
	.at-modal .ix-at-a, .at-modal .ix-at-a:visited {
    	font-size: 13px;
	}
}
/**小于768PX的页面**/
@media (max-width: 768px) {
	.at-modal .ix-at-a, .at-modal .ix-at-a:visited {
    	font-size: 12px;
	}
	.at-modal-12 .ce-mx2-main span {
	    text-align: right;
	   	float: none;
	    display: block;
	}
}/******

	描述：插件样式冲突修复，及根据项目情况进行颜色大小微调
	作者：林舒涛
	
	颜色
	1. [导航菜单] ce-menu样式1
	2. [页脚] ce-foot样式1
	3. [图标] icon样式
	4. [标题] 样式 
	5. [弹框] alert.jsp
	7. [插件] 样式微调
		7.1 [插件] 滚屏底部小点样式
		7.2 [插件] 分页
		7.3 [插件] 消息弹框
		7.4 [插件] 带缩略图的滚屏
		7.5 [插件] 文件上传
		7.6 [插件] nanogallery 
		7.7 [插件] highcharts
		7.8 [插件] ddslick
		7.9 [插件] 顶部进度条nprogress
		7.10 [插件] 播放器
		7.11 [flexigrid] 按钮图标 
		7.12 [lazyloading] 图片加载
		7.13 [ztree] 样式冲突
		7.14 [nicescroll] 样式冲突
		7.15 [validationEngine] 新样式
		7.16 [r-slider] 价格数据收据选择插件
	8. [样式清除] bootstrap
		8.1 [样式清除] 标签页
		8.2 [样式清除] 标签页面板
		8.3 [样式清除] col-列表间隔重置
	9. [颜色替换] base.css / case.css
		9.1 [页脚]
		9.2 [tab]
		9.3 [time line] 时间线 
	10. [管理后台] 模板样式修改
	
 * **/
 
/**	-----------------------------------------	颜色 - color **/
.cl-1 {color: #D9002E;}
.clb-1 {background-color: #D9002E}

.cl-2 {color: #2196F3!important;}
/**
.cl-1 {
	color: #458bc4 ! important;
}
.cl-2 {
	color: #d9002e ! important;
}**/
.cl-3 {
	color: #3db9dc ! important;
}
.cl-4 {
	color: #d57171 ! important;
}
/**
.clb-1 {
	background-color: #458bc4 ! important;
}**/
.clb-2 {
	background-color: #d9002e ! important;
}
.clb-3 {
	background-color: #3db9dc ! important;
}
.clb-4 {
	background-color: #d57171 ! important;
}

/**	-----------------------------------------	1. [导航菜单] ce-menu样式1
	**/
.te-menu {
	margin-top: 30px;
    margin-bottom: -4px;
	height: 45px;
	width: 100px;
}
.te-menu > * {
   height: 45px;
   width: 100px;
   font-size: 18px;
}
.te-menu > *:last-child {
    margin-top: 45px;
}
.te-menu:hover > *:last-child,
.te-menu.active > *:last-child {
    color: #3FB9FF;
    border-bottom: 3px solid #3FB9FF;
}

/**	-----------------------------------------	2. [页脚] ce-foot样式1 **/
.te-foot-1 .ce-footer {
	background: #f7f7f7;
}
.te-foot-1 li a, 
.te-foot-1 p, 
.te-foot-1 address, 
.te-foot-1 .ce-head span {
	color: #4A4A4A;
}
.te-foot-1 {
    text-shadow: 1px 1px 0px #DCDCDC;
}
.te-foot-1 .ce-foot-latest li,
.te-foot-1 .ce-footer,
.te-foot-1 .ce-foot-links li,
.te-foot-1 .ce-head {
    border-color: #CACACA;
}
.te-foot-1 .ce-copyright {
	background: #eee;
}

/**	-----------------------------------------	3. [图标] icon样式 **/
i.te-icon-1 {
    width: 100px;
    height: 100px;
    font-size: 60px;
    line-height: 105px;
}
i.te-icon-ef-1 {
	width: 60px;
    height: 60px;
    font-size: 22px;
    line-height: 9px;
 	padding: 24px 0 0 0;
}

/**	-----------------------------------------	4. [标题] 样式 **/
.te-header-2,
.te-header-2:before,
.te-header-2:after {
	color: #333;
	border-color: #333;
}

/**	-----------------------------------------	5. [弹框] alert.jsp **/
.ce-modal input[type="radio"],
.ce-modal input[type="checkbox"] {
    vertical-align: -2px;
}
.ce-modal .te-at-btn {
	height: 31px;
	border: 1px solid #fff;
	padding-right: 33px;
}
.ce-modal .modal-body div.row .modal-body-title {
	font-size: 12px;
	padding-right: 0px;
	text-align: right;
}
.ce-modal .modal-body div.row {
}
.ce-modal .te-at-btn-1 {border: 1px solid #797979;}
.ce-modal .te-at-btn-2 { border: 1px solid #fff;}

.ce-modal .modal-dialog-1 {
	width: 575px;
}
.ce-modal .modal-dialog-1 .modal-body {
	padding: 20px 45px 5px 75px;
}
.ce-modal .modal-dialog-1 .modal-body div.row .modal-body-input {
	
}
.ce-modal .modal-dialog-1 .modal-footer {
	padding: 10px 48px 10px 78px;
}

.ce-modal .modal-dialog-2 {
	width: 600px;
}
.ce-modal .modal-dialog-2 .ce-table-2-1 {
	margin: 10px auto;
}
.ce-modal .modal-dialog-2 .ce-table-2-1 tr {
	background-color: #fff!important;
}
.ce-modal .modal-dialog-2 .modal-body {
	padding: 10px 20px 0px 20px;
}
.ce-modal .modal-dialog-2 .modal-footer {
}
.ce-modal .modal-dialog-3 {
	width: 650px;
}
.ce-modal .modal-dialog-3 .modal-body {
	padding: 20px 20px 10px 20px;
}

.ce-modal .modal-dialog-4 {
	width: 520px;
}
.ce-modal .modal-dialog-4 .modal-body {
	padding: 20px 20px 10px 20px;
}

/**	弹框表格列表样式  **/
.te-modal-1 .modal-body table {
	background-color: #fff;
	margin: 0px;
}
.te-modal-1 tr:first-child {
    background-color: #fff;
    font-weight: bold;
}

/**	弹框登陆样式  **/
.te-modal-2 .modal-body {
	padding: 20px 20px 5px 20px;
}
.te-modal-2 .modal-body div.row {
	margin-bottom: 7px;
}

/**	弹框多选框显示列表  **/
.te-modal-3 .modal-body .checkbox {
	display: inline-block;
	margin: 0;
	margin-right: 25px;
	padding-left: 20px;
}

/**	-----------------------------------------	7. [插件] 样式微调 **/
/**	7.1 [插件] 滚屏底部小点样式   **/
.te-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}
.te-carousel .owl-controls {
	margin-top: -50px;
	margin-bottom: 9px;
	position: relative;
}
.te-carousel .owl-controls .owl-page span {
    width: 17px;
    height: 17px;
    background: #A9DAEA;
    border: 2px solid #FFFFFF;
}

/**	7.2 [插件] 分页   **/
.te-pagination-1 {
	margin: -10px 0 0 0;
}
.te-pagination-1 > li > a {
	color: #000;
	font-variant: 400;
	margin: 0px 2px;
}

/**	7.3 [插件] 消息弹框   **/
ul.messenger.messenger-fixed.messenger-on-top {
    top: 75px;
}

/**	7.4 [插件] 带缩略图的滚屏   **/
.rg-gallery .rg-view {
	display: none;
}	
.rg-gallery .rg-image-wrapper {
	margin-bottom: 15px;
    margin-top: 15px;
	padding: 0 45px;
}
.rg-gallery .es-carousel > ul {
	padding: 0;
	margin: 0;
}

/**	7.5 [插件] 文件上传   **/
.qq-upload-button {
    width: 135px!important;
}

/**	7.6 [插件] nanogallery   **/
.nanogallery_theme_default {
    -webkit-user-select: inherit!important;
}
.nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer,
.nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer .imgContainer,
.nanogallery_theme_default .nanoGalleryViewer .nanoLogo {
	background: transparent;
}
.nanogallery_theme_default .nanoGalleryViewer .content .imgCurrent {
    min-width: 70%;
}
.nanogallery_theme_default .nanoGalleryBreadcrumb .folder:hover, .nanogallery_theme_default .nanoGalleryBreadcrumb .folderHome:hover {
    color: #000;
    text-shadow: 0px 0px 1px #525252;
}

/**	7.7 [插件] highcharts   
text[text-anchor='end'] {
	display: none;
}**/
.highcharts-credits {
	display: none!important;
}

/**	7.8 [插件] ddslick   **/
.dd-container .dd-selected {
	color: #333;
}
.dd-container .dd-option:hover,
.dd-container .dd-selected:hover {
	text-decoration: none;
}
.dd-container .dd-option-text {
	font-weight: normal;
}

/**	7.9 [插件] 顶部进度条nprogress   **/
#nprogress .bar {
	/**
    background: #d9002e;
    **/
    z-index: 9999999999;
}
#nprogress .spinner-icon {
	border-top-color: #303641;
	border-left-color: #303641;
}

/**	7.10 [插件] 播放器 **/
/**
.jp-progress {
    padding: 0px;
    width: 200px!important;
}
**/
.jp-video {
	-webkit-box-sizing: content-box ! important;
    -moz-box-sizing: content-box ! important;
    box-sizing: content-box ! important;
}

/**	7.11 [flexigrid] 按钮图标 
.flexigrid div.fbutton .add {
	background: url(../../js/plugin/flexigrid/css/images/img/text.png) no-repeat center left;
	background-size: 16px 16px;
}
.flexigrid div.fbutton .edit {
	background: url(../../js/plugin/flexigrid/css/images/img/edit.png) no-repeat center left;
}
.flexigrid div.fbutton .delete {
	background: url(../../js/plugin/flexigrid/css/images/img/block.png) no-repeat center left;
}
.flexigrid div.fbutton .download {
	background: url(../../js/plugin/flexigrid/css/images/img/xls.png) no-repeat center left;
}
.flexigrid div.fbutton .stock {
	background: url(../../js/plugin/flexigrid/css/images/img/anchor.png) no-repeat center left;
}
.flexigrid div.fbutton .storage {
	background: url(../../js/plugin/flexigrid/css/images/img/broom.png) no-repeat center left;
}
.flexigrid div.fbutton .power {
	background: url(../../js/plugin/flexigrid/css/images/img/Door.png) no-repeat center left;
}
.flexigrid div.fbutton .flex-search {
	background: url(../../js/plugin/flexigrid/css/images/img/search.png) no-repeat center left;
	background-size: 16px 16px;
}
.flexigrid div.fbutton .setter {
	background: url(../../js/plugin/flexigrid/css/images/img/settings.png) no-repeat center left;
	background-size: 16px 16px;
}**/
.flexigrid div.pDiv div.pButton:hover, .flexigrid div.pDiv div.pButton.pBtnOver {
    width: 22px;
    height: 22px;
}

/**
.flexigrid tr {
    line-height: 18px;
}
.flexigrid div.mDiv {
	background: transparent;
    background-color: #F5F5F5;
	border-top: 1px solid #ccc;
}
.flexigrid div.tDiv {
    background: transparent;
 	background-color: #F5F5F5;
}
**/

/**	7.12 [lazyloading] 图片加载  **/
.lz-loading {
	background: url("//arisu.cn/file/images/tool/loading1475928535582.gif") no-repeat center center;
	background-size: 60px 60px;
	color: rgba(181,182,184,0)!important;
 	
 	height: 300px; 
	display: block;
	
	margin-right: auto;
   	margin-left: auto;
}

/**	7.13 [ztree] 样式冲突  **/
.ztree {
	position: relative;
}
span.tmpzTreeMove_arrow {
	z-index: 99999999999;
}
.ztree li span.button.add {
    margin-left: 2px;
    margin-right: -1px;
    background-position: -144px 0;
    vertical-align: top;
}

/**	7.14 [nicescroll] 样式冲突  **/
.nicescroll-rails {
	background: none ! important;
}

/**	7.15 [validationEngine] 普通页面样式
.formError .formErrorContent {
	background: #fff;
    color: #ee0101;
	border: none;
	
	box-shadow: none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    
	font-size: 11px;
    font-weight: 600;
    text-shadow: 0px 0px 1px #e4e4e4;
}
 **/
 
 
/**	7.16 [r-slider] 价格数据收据选择插件 **/
.te-r-slider {
	height: 20px;
}
.te-r-slider-value {
	color: #2196f3;
	text-align: center;
	margin-bottom: 15px;
}
.te-r-slider .r-slider-button {
	border: 2px solid #2196f3 ! important;
   	background: #fff;
   	padding: 5px;
   	margin-top: -3px;
   	margin-left: -3px;
	border-radius: 50%;
}
.te-r-slider .r-slider-line {
	background: rgba(204, 204, 204, 0.2);
}
.te-r-slider .r-slider-fill {
    background: rgba(33, 150, 243, 0.2);
}
.r-slider-number {
    position: absolute;
    background: #000;
    color: #fff;
    left: calc(50% - 16px);
    top: -30px;
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 4px;
}

/**	-----------------------------------------	8. [样式清除] bootstrap **/
/**	8.1 [样式清除] 标签页   **/	
.te-tab-panel .nav-tabs {
	border: 0;
}
.te-tab-panel > ul.nav-tabs li > a,
.te-tab-panel > ul.nav-tabs li > a:focus,
.te-tab-panel > ul.nav-tabs li > a:hover  {
	background-color: #fff;
	border: 0;
}

/**	8.2 [样式清除] 标签页面板   **/	
.te-panel-group .panel-default > .panel-heading {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    color: #797979;
}
.te-panel-group .panel-default > .panel-heading {
    background-image: transparent;
    background-image: transparent;
    background-repeat: repeat-x;
    filter: initial;
}
.te-panel-group .panel-default {
    border: 1px solid #DDD;
}

/**	-----------------------------------------	9. [颜色替换] base.css / case.css **/

/**	9.1 [页脚]  **/
.ce-image-1:hover {
    box-shadow: 0 0 0 5px #de7c00;
}
.ce-foot .ce-head span {
    border-bottom-color: #de7c00;
}
.ce-foot .ce-foot-link,
.ce-foot .ce-copyright a {
    color: #de7c00;
}

/**	9.2 [bootstrap tab]  **/
/**1
.be-tab-panel-1 > ul.nav-tabs li.active > a {
    background-color: #DE7C00;
}
.be-tab-panel-1 > ul.nav-tabs li > a:hover {
	color: #fff;
	background-color: #DE7C00;
}
.be-tab-panel-1 .nav-tabs {
    border-bottom: 2px solid #DE7C00;
}
.be-tab-panel-1 > ul.nav-tabs li > a {
    color: #DE7C00;
}
**/
/**2
.be-tab-panel-2 > ul.nav-tabs li.active > a {
	border-top: solid 2px #DE7C00;
}
.be-tab-panel-2 > ul.nav-tabs li > a:hover {
    color: #DE7C00;
}
**/
/**	9.3 [time line] 时间线  **/
/**1**/
.cbp_tmtimeline .fa {
    margin-top: 7px;
    display: block;
    width: 30px;
}
/**
@media (max-width: 575px) {
	.row > [class*="col-"] {
	    padding-left: 8px;
	    padding-right: 8px;
	}
}
**/



/**	-----------------------------------------	10. [管理后台] 模板样式修改
	**/
/**	 选中区域背景颜色  **/
::selection {
    background: #1b926c;
    color: #fff;
}
::-moz-selection {
    background: #1b926c;
    color: #fff;
}

/**	 菜单样式 
#sidebar,
.site-footer {
    background: #494647;
}
ul.sidebar-menu li a.active, 
ul.sidebar-menu li a:hover, 
ul.sidebar-menu li a:focus {
    background: #5D595A;
}
ul.sidebar-menu li ul.sub li a:hover, 
ul.sidebar-menu li ul.sub li.active a {
    color: #fff;
}
ul.sidebar-menu li a:hover i, 
ul.sidebar-menu li a:focus i,
ul.sidebar-menu li a.active i {
    color: #fff;
}
#sidebar .sub-menu > .sub li {
	background-color: #5D595A;
} **/

/**	 面板样式  
.panel .panel-tools a {
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 12px;
}**/
.ce-price > div {
	padding: 0 5px;
}
.snippet-wrap pre.sh_sourceCode {
	-moz-box-shadow: 2px 2px 5px #e9e9e9;
	-webkit-box-shadow: 2px 2px 5px #e9e9e9;
	border-radius: 0px;
}
.snippet-wrap .snippet-num {
	margin: 0;
}

.tipsy {
    font-size: 1.1rem;
    line-height: 1.6rem;
    position: absolute;
    padding: .5rem;
    z-index: 100000;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-variant: normal;
}

/**	----------------------------------------- 菜单组  (2016年3月2日14:49:44) **/
.ce-menu-group > .panel {
	box-shadow: none;
	border: 1px solid #ddd;
  	border-bottom: 0px;
  	border-radius: 0px;
}
.ce-menu-group > .panel > .panel-heading {
 	background-image: none;
	filter: inherit;
  	border-radius: 0px;
 	color: #666;
	background-color: #fff;
}
.ce-menu-group > .panel > .panel-heading a {
	display: block;
}
.ce-menu-group > .panel > .panel-heading:hover a {
	color: #4cace2;
	text-decoration: none;
}
.ce-menu-group > .panel > .panel-heading a:hover,
.ce-menu-group > .panel > .panel-heading a:focus {
	text-decoration: none;
	outline: transparent;
}
.ce-menu-group .panel + .panel {
    margin-top: 0px;
}
.ce-menu-group .panel:last-child {
	border-bottom: 1px solid #ddd;
}
.ce-menu-group > .panel > .panel-collapse > .list-group {
	margin-bottom: 0px;
}	
.ce-menu-group > .panel > .panel-collapse > .list-group .list-group-item {
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	padding-left: 25px;
	background-color: #F7F7F7;
}
.ce-menu-group > .panel > .panel-collapse > .list-group .list-group-item:first-child,
.ce-menu-group > .panel > .panel-collapse > .list-group .list-group-item:last-child {
    margin-bottom: 0px;
    border-radius: 0px;
}
.ce-menu-group > .panel > .panel-collapse > .list-group .list-group-item.active,
.ce-menu-group > .panel > .panel-collapse > .list-group .list-group-item.active a {
	color: #4cace2 !important;
    text-shadow: none;
    background-image: none;
    border-color: #ddd;
}
.ce-menu-group > .panel > .panel-collapse > .list-group .list-group-item a {
	color: #999;
	font-weight: 500;
}
.ce-menu-group > .panel > .panel-collapse > .list-group .list-group-item a:focus,
.ce-menu-group > .panel > .panel-collapse > .list-group .list-group-item a:hover {
	color: #000;
	text-decoration: none;
}

.ce-menu-group .panel-title.active .ce-menu-group-angle {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.ce-menu-group .ce-menu-group-angle {
    transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
}
/******

	描述：根据不同情形设置样式，引用在其他CSS文件之后，JS文件之前
	作者：林舒涛
 

@media (max-width: 992px) and (min-width: 767px) {}
@media (max-width: 767px)  {}

 * **/
 
/**	-----------------------------------------	小于 和 大于
	**/
@media (max-width: 992px) and (min-width: 768px) {
	.sm-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.sm-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.sm-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.sm-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.sm-margin-bottom-50 {
		margin-bottom: 50px;
	}
	.sm-margin-bottom-60 {
		margin-bottom: 60px;
	}
}
@media (max-width: 992px) {
	.md-margin-bottom-10 {
    	margin-bottom: 10px;
	}
  	.md-margin-bottom-20 {
    	margin-bottom: 20px;
  	}
  	.md-margin-bottom-30 {
    	margin-bottom: 30px;
  	}
  	.md-margin-bottom-40 {
    	margin-bottom: 40px;
  	}
  	.md-margin-bottom-50 {
    	margin-bottom: 50px;
  	}
  	.md-margin-bottom-60 {
    	margin-bottom: 60px;
  	}
}

/**	-----------------------------------------	大于某一数值
	
@media (min-width: 768px) {
	 
}

@media (min-width: 992px) {
}

**/
/**	-----------------------------------------	小于屏幕 和 大于某一值
	**/
@media screen and (min-width: 768px) {
	.modal-dialog {
	    width: 600px;
	    margin: 40px auto;
	}
	.modal-dialog-3 {
	    width: 520px;
	}
	
	.modal-size-1 {
	    width: 725px;
	}
}

@media screen and (min-height: 600px) {
}

@media ( min-width : 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0;
	}
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #dddddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus
		{
		border-bottom-color: #ffffff;
	}
	.nav-justified>li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified>li>a {
		margin-bottom: 0;
	}
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #dddddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus
		{
		border-bottom-color: #ffffff;
	}
	.navbar-header {
		float: left;
	}
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.container>.navbar-header,.container>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.navbar-toggle {
		display: none;
	}
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav>li {
		float: left;
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -15px;
	}
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
	}
	.navbar > .container .navbar-brand {
	    margin-left: -15px;
	}
	
	.be-navbar-2 .navbar-brand > span {
	    display: block;
	}
}

/** 
	【 2020年3月5日 】自适应按从大到小往下调，屏幕宽度减少，不自然即追加样式，以后新样式在这边添加
	没有写会按最大的样式显示，如@media (max-width: 992px)没写都会按@media (max-width: 1200px)显示
**/

/**小于1200PX的页面**/
@media (max-width: 1200px) {
	/**absolute 的 container **/
	.be-abs-cr {
    	width: 970px;
	}
	.be-abs-cr > .be-abs-cr-item > h1{
		font-size: 24px;
	}
	.be-abs-cr > .be-abs-cr-item > p {
		font-size: 14px;
	}
}
/**小于992PX的页面**/
@media (max-width: 992px) {
	/**absolute 的 container **/
	.be-abs-cr {
	    width: 750px;
	}
	.be-abs-cr > .be-abs-cr-item > h1{
		font-size: 22px;
	}
	.be-abs-cr > .be-abs-cr-item > p {
		font-size: 13px;
	}
	.be-abs-cr > .be-abs-cr-item > a {
  		padding: 5px 10px;
  		font-size: 12px;
  		line-height: 1.5;
  		border-radius: 3px;
	}
	
}
/**小于768PX的页面**/
@media (max-width: 768px) {
	/**absolute 的 container **/
	.be-abs-cr {
	    width: 100%;
	}
	.be-abs-cr > .be-abs-cr-item > h1{
		font-size: 18px;
	}
	.be-abs-cr > .be-abs-cr-item > p {
		font-size: 12px;
	}
	.be-abs-cr > .be-abs-cr-item > a {
		padding: 1px 5px;
	  	font-size: 12px;
	  	line-height: 1.5;
	  	border-radius: 3px;
	}
  
	
	
}