/*@charset "UTF-8";*/

html,
body {
	font-family: "Microsoft YaHei";
	overflow-x: hidden;
	font-size: 14px;
	background: #f7f7f7;
}

ul,
ul li {
	list-style: none;
	padding: 0;
	margin: 0
}

img {
	max-width: 100%;
	border: 0
}


/*===========初始化bootstrap===========*/


/*5列布局*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}

@media ( min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media ( min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media ( min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}


/*9列布局*/

.col-xs-9ths,
.col-sm-9ths,
.col-md-9ths,
.col-lg-9ths {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}

@media ( min-width: 768px) {
	.col-sm-9ths {
		width: 11.1111111%;
		float: left;
	}
}

@media ( min-width: 992px) {
	.col-md-9ths {
		width: 11.1111111%;
		float: left;
	}
}

@media ( min-width: 1200px) {
	.col-lg-9ths {
		width: 11.1111111%;
		float: left;
	}
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xs-9ths,
.col-sm-9ths,
.col-md-9ths,
.col-lg-9ths {
	padding-right: 10px;
	padding-left: 10px;
	min-height: 0;
}

.container {
	padding-right: 0px;
	padding-left: 0px;
}

.row {
	margin: 0 -10px;
}

.col-con {
	margin: 0 -10px;
}

.navbar {
	margin-bottom: 0
}

.table {
	margin-bottom: 0
}


/*表格*/

.panel {
	margin-bottom: 0;
}


/*面板*/

.panel .list-group {
	margin-bottom: 0
}

.panel .list-group .list-group-item:first-child {
	border-top-width: 0px;
}

.panel .list-group .list-group-item:last-child {
	border-bottom-width: 0px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.panel .list-group .list-group-item,
.panel .list-group .list-group-item {
	border-width: 1px 0px;
	border-radius: 0px;
}

.panel-body {
	padding: 0;
}

.tabpanel h3 {
	padding: 10px 0
}


/*追加的默认tab标题*/

.breadcrumb {
	margin-bottom: 0
}


/*路径导航*/

.pagination {
	margin: 0
}

nav#menu-nav,
nav#gallery-nav,
{
	opacity: 0
}


/*===========首页===========*/

.topwrap {
	height: 80px;
	position: fixed;
	left:0;
	right:0;
	z-index: 102;
}

.menuspace{height:80px;position:relative;z-index:101;}

.topwrap .container {
	z-index: 103;
	position: relative;
}

.topwrap .row {
	margin: 0;
}

.topwrap .column {
	padding: 0;
}

.h-top-hidebg {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 80px;
	background-color: rgba(255, 255, 255, 1);
	left: 0;
	right: 0;
	transition: all 0.4s;
	opacity: 1;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.header-mobile {
	z-index: 102;
	position: relative;
}

.column-logo {
	width: 260px
}

.column-nav {
	width: 650px;
}

.column-search {
	width: 50px
}

.column-login {
	width: 240px;
}


/*logo*/

.column-logo h1 {
	background: url(../images/logo.png) no-repeat left center;
	height: 80px;
}


/* pc端导航样式 */

.main-nav {
	height: 80px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	padding-left: 20px;
	z-index: 2
}

.navbar {
	height: 80px;
	position: relative;
	border: none
}

.navbar li {
	float: left;
	width: auto;
	position: relative
}

.navbar a {
	display: block;
	text-align: center;
	height: 80px;
	line-height: 80px;
	color: #333;
	padding: 0 15px;
	text-decoration: none;
	font-size: 16px;
	white-space: nowrap;
}

.navbar a:link,
.navbar a:active,
.navbar a:visited {
	color: #333;
}

.navbar a:hover {
	color: #32beff
}

.navbar a.first {
	border-left: 0 none
}

.navbar a.last {
	border-right: 0 none
}

.navbar a.current {
	color: #32beff;
}

.navbar a.current:hover {
	color: #32beff;
}

.navbar>li:hover a {
	color: #32beff
}

.navbar>li:hover .sec-menu a {
	color: #333
}


/*二级下拉菜单*/

.sec-menu {
	display: none;
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	left: 50%;
	margin-left: -90px;
	padding: 10px 0;
}

.sec-menu li {
	float: none;
	padding: 0 10px;
	width: 180px;
}

.sec-menu li a {
	display: block;
	text-align: center;
	font-size: 14px;
	height: 45px;
	line-height: 45px
}

.sec-menu li a:hover {
	color: #333;
	font-size: 16px
}


/*mmenu重定义*/

.mm-title {
	/*padding: 0!important*/
}

.mm-navbar {
	height: 55px;
	line-height: 55px;
}

.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: 0px!important
}

.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar>*,
.mm-menu.mm-theme-white em.mm-counter {
	color: #8a8a8a!important;
	font-weight: bold;
}

.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar>*,
.mm-menu.mm-theme-dark em.mm-counter {
	font-weight: bold;
	color: rgba(255, 255, 255, .6)
}

.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 35px;
}

.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar>*,
.mm-menu.mm-theme-dark em.mm-counter {
	font-size: 20px;
	font-weight: normal;
	color: #25adec;
}


/*手机端导航*/

.header-bg {
	background: #3a3a3a;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 55px;
	height: 55px;
	text-align: left;
}

.header-bg a.icon-nav {
	width: 50px;
	height: 55px;
	top: 0;
	left: 0px;
	text-align: center;
}

.header-bg a i {
	color: #32beff;
	font-size: 24px;
	line-height: 55px;
}

.header-bg a.icon-nav {
	/*background: #2096e2*/
}

.header-bg .mobile-logo {
	display: block;
	position: absolute;
	right: 10px;
	color: #fff;
	padding-left: 35px;
	width: 60%;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	text-indent: -9999px;
	background: url(../images/m-logo.png) no-repeat right center;
	background-size: auto 25px;
}

nav#menu-nav,
nav#menu-study,
nav#menu-setting {
	opacity: 0
}


/*搜索*/


/*搜索图标切换*/

.ser-btn {
	width: 50px;
	height: 80px;
	color: #fff;
	background: url(../images/icon-ser.png) no-repeat center center;
	transition: all 0.3s;
	cursor: pointer;
}

.ser-btn.on {
	background: url(../images/icon-ser-close.png) no-repeat center center
}


/*搜索弹出内容*/

.ser-layer {
	height: 140px;
	background: rgba(255, 255, 255, .9);
	display: none;
	width: 100%;
	position: absolute;
	top: 80px
}

.ser-layer.on {
	display: block;
}

.top-ser {
	width: 550px;
	margin: 50px auto;
}

.ser-area-md .ser-area-right {
	width: 58px;
}

.ser-area-md .textser-btn {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 58px;
	text-align: center;
	color: #ffffff!important;
	background: #32beff;
	border: 1px solid #32beff;
	border-radius: 0;
	border-left: 0 none
}

.ser-area-md .textser-btn:hover {
	background-color: #20aff1;
	border-color: #20aff1;
}

.ser-area-md .input-ser {
	color: #939292;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #32beff;
	border-right: 0 none;
	width: 100%;
	border-radius: 0;
	font-size: 14px;
}

.input-ser:focus {
	border-color: #32beff;
}


/*注册登录*/

.column-login ul {
	float: right;
}

.column-login .list-inline li {
	padding: 0
}

.column-login a:link,
.column-login a:active,
.column-login a:visited {
	font-size: 14px;
	padding: 0 15px;
	display: block;
	height: 80px;
	line-height: 80px;
	color: #333
}

.column-login a:hover {
	color: #32beff
}

.column-login li:first-child {
	background: url(../images/topline.png) no-repeat right center;
}

.column-login li.text-lan {
	padding-left: 30px
}

.column-login li.text-lan a {
	padding-left: 24px;
	background: url(../images/icon-lan.png) no-repeat left center
}


/*手机菜单登录注册位置*/

.mobile-user {
	text-align: center;
	padding-top: 30px!important;
}

.mobile-user::after {
	border: 0 none!important
}

.mobile-user img {
	width: 30%;
}

.mobile-user a.login {
	padding: 0!important;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #25adec;
	display: block;
	margin: 20px 0;
	border-radius: 0px;
	color: #fff
}

.mobile-user a.reg {
	padding: 0!important;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #c17f2a;
	border-radius: 0px;
	float: right;
	margin: 20px 0px;
	color: #fff
}

.mm-listview>li>a,
.mm-listview>li>span {
	padding: 14px 10px 14px 20px;
}

.mm-btn {
	height: 55px;
	width: 55px
}


/*焦点图*/

.banner-area {}

.adfocus {
	width: 100%;
	overflow: hidden;
}

.adfocus .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%
}

.adfocus .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	display: inline-block;
	overflow: hidden;
	background: url(../images/num-normal.png) no-repeat;
	margin: 0 6px!important;
	opacity: 1
}

.adfocus .owl-theme .owl-dots .owl-dot.active span {
	width: 12px;
	height: 12px;
	display: inline-block;
	overflow: hidden;
	background: url(../images/num-light.png) no-repeat;
	margin: 0 6px!important;
}

.adfocus .owl-carousel .article {
	width: 100%;
}

.adfocus .owl-carousel .owl-item img {
	height: auto;
	width: 100%;
	max-width: 1920px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

.adfocus .owl-carousel .owl-item img.banner-sm {
	height: auto;
	width: 100%;
	max-width: 100%;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

.adfocus .owl-theme .owl-controls {
	margin-top: 0
}


/*=====================首页各屏定义======================*/

.model-box .row {
	margin: 0;
}

.model-box .column {
	padding: 0;
}

.model-box .model-tit {
	padding: 56px 0 52px 0;
	text-align: center;
}

.model-box .model-tit .en-tit {
	display: block;
	margin: 0 auto;
}

.model-box .model-tit .cn-tit {
	margin: 30px auto 20px auto;
	font-size: 36px;
	color: #32beff;
}

.model-box .model-tit .des {
	padding: 0 10%;
	line-height: 24px;
	color: #777;
	font-size: 14px;
	margin: 0;
}

.model-box .model-con .link-item {
	position: relative;
	display: block;
	overflow: hidden;
}

.model-box .model-con .link-item .item-img img {
	width: 100%;
}

.model-box .model-con .link-item .text-area {
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	padding: 50px 0;
	text-align: center;
}

.model-box .model-con .link-item .text-area span {
	display: block;
}

.model-box .model-con .link-item .text-area .text-cn {
	font-size: 18px;
	color: #fff;
	margin-bottom: 12px
}

.model-box .model-con .link-item .text-area .text-en {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}

.model-box .model-con .link-item .text-area i {
	height: 60px;
	display: block;
	width: 40px;
	background: url(../images/icon-gomore.png) no-repeat center bottom;
	margin: 0 auto;
	opacity: 0;
	background-size: 100% auto;
}

.model-box .model-con .link-item .text-area,
.model-box .model-con .link-item .text-area i,
.model-box .model-con .link-item .text-area .text-en,
.model-box .model-con .link-item img {
	transition: all 0.5s;
}

.model-box .model-con .link-item:hover .text-area {
	background: rgba(50, 190, 255, 0.9);
	bottom: 0
}

.model-box .model-con .link-item:hover .text-area i {
	opacity: 1;
}

.model-box .model-con .link-item:hover .text-area .text-en {
	color: rgba(255, 255, 255, 0.8);
}

.model-box .model-con .link-item:hover img {
	transform: scale(1.02);
}


/*鼠标滑过状态盒子控制*/

.hoverbox {
	overflow: hidden;
	position: relative;
	display: block;
}


/*衣柜图片展示*/

.model-box.ygzs .row {
	margin: -56px -12px 0 -12px;
}

.model-box.ygzs .column {
	padding: 56px 12px 0 12px
}

.gallery-item {
	padding: 22px;
	background: #fff;
}

.gallery-item .item-wrap {
	position: relative;
	display: block;
	overflow: hidden;
}

.gallery-item .item-wrap .widget-title-nowrap {
	padding: 20px 10px 0 10px;
	font-size: 18px;
	color: #666;
	text-align: center;
}

.gallery-item .item-wrap:hover .widget-title-nowrap {
	color: #32beff
}

.gallery-item .item-wrap .hoverimg {
	width: 100%!important;
}

.gallery-item .item-wrap .viewmore {
	display: block;
	padding-top: 20px;
	color: #32beff!important;
	font-size: 14px;
	text-align: center;
}

.gallery-item .img-cover,
.gallery-item .img-cover .flex-tab-cell {
	height: 100%;
	width: 100%
}

.gallery-item .img-cover img {
	display: block;
	margin: 0 auto;
}

.gallery-item .img-cover {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	opacity: 0;
}

.gallery-item:hover .img-cover {
	opacity: 1;
}

.gallery-item:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

.gallery-item:hover .hoverimg {
	transform: scale(1.02);
}

.gallery-item,
.gallery-item .hoverimg,
.gallery-item .img-cover,
.gallery-item .item-wrap .widget-title-nowrap {
	transition: all 0.5s;
}


/*首页橱柜选项卡切换*/


/*选项卡组件*/

.tabs-wrap .tabs-titarea {
	text-align: center;
}

.tabs-wrap .tabs-titarea ul {
	display: inline-block;
}

.tabs-wrap .tab-hd {
	margin: 0 auto
}

.tabs-wrap .tab-hd .tit-item {
	float: left;
	padding: 0 15px
}

.tabs-wrap .tab-hd .tit-item,
.tabs-wrap .tab-hd .tit-item span {
	transition: all 0.5s
}

.tabs-wrap .tab-hd .tit-item span {
	width: 140px;
	height: 46px;
	line-height: 46px;
	display: block;
	text-align: center;
	font-size: 18px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	position: relative
}

.tabs-wrap .tab-hd .tit-item:hover span {
	color: #32beff;
	border-color: #32beff
}

.tabs-wrap .tab-hd .tit-item.cur span {
	background-color: #32beff;
	border-color: #32beff;
	color: #fff
}

.tabs-wrap .con-item {
	display: none;
	position: relative;
	padding-bottom: 100px;
}

.tabs-wrap .con-item.cur {
	display: block
}

.tabs-wrap .tab-bd {
	padding-top: 70px;
	position: relative;
}


/*更多分类按钮特殊展示*/

.tabs-wrap .tab-hd .spe {
	float: left;
	padding: 0 15px
}

.tabs-wrap .tab-hd .spe,
.tabs-wrap .tab-hd .spe a {
	transition: all 0.5s
}

.tabs-wrap .tab-hd .spe a {
	padding: 0 30px;
	height: 46px;
	line-height: 46px;
	display: block;
	text-align: center;
	font-size: 18px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #32beff!important;
	cursor: pointer;
	position: relative;
	text-indent: -9999px;
	background: url(../images/icon-category-more.png) no-repeat center center;
}

.tabs-wrap .tab-hd .spe a:hover {
	border-color: #32beff;
}

.cgzs-content {
	position: relative;
	padding: 80px 0;
	background: url(../images/cgzs-bg.jpg) no-repeat center center #000;
	background-size: cover;
}

.model-box.cgzs .row {
	margin: 0 -12px;
}

.model-box.cgzs .column {
	padding: 0 12px;
}

a.pro-more {
	display: block;
	margin: 0 auto;
	height: 46px;
	width: 140px;
	line-height: 46px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	bottom: 0;
	transition: 0.5s
}

a.pro-more:link,
a.pro-more:active,
a.pro-more:visited {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

/*a.pro-more:hover {
	color:#fff ;
	background-color: #32beff;
	border-color: #32beff;
}/*


/*图片滚动切换*/

.imgscroll .owl-carousel .owl-item img {
	width: auto;
}

.owl-carousel .owl-item img {
	transition: all 0.5s;
}

.imgscroll .gallery-item {
	padding: 0;
	background: transparent;
}

.imgscroll .gallery-item .item-wrap {
	padding: 22px;
	background: #fff;
}

.imgscroll .owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	background: #a3a3a3;
	opacity: 1
}

.imgscroll .owl-theme .owl-dots .owl-dot.active span {
	width: 14px;
	height: 14px;
	background: #32beff;
	opacity: 1
}

.imgscroll .owl-theme .owl-controls {
	margin: 25px auto;
}


/*底部版权*/

footer .row {
	margin: 0!important
}

footer .row .column {
	padding: 0!important
}

footer {
	background: #2d2e2e;
	padding: 20px 0 40px 0;
	font-size: 14px;
	margin-top: 30px;
}

footer .container {
	color: rgba(255, 255, 255, 0.4)
}

footer .container a:hover {
	color: #36b4e8!important
}

footer .f-left {
	float: left;
	padding-top: 15px
}

footer .f-left h5 {
	font-weight: bold;
	padding: 5px 0;
	color: #fff;
}

footer .f-left p {
	line-height: 26px;
	margin-bottom: 0
}

footer .f-right {
	text-align: center;
	margin-left: 40px;
}

footer .f-right .f-nav {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #2c333a;
}

footer .f-right .f-nav li {
	padding: 0 10px;
}

footer .f-right .f-nav li:first-child {
	padding-left: 0
}

footer .f-right .f-nav li:last-child {
	padding-right: 0
}

footer .f-right .f-nav li:before {
	display: block;
	float: left;
	height: 15px;
	border-left: 1px solid #383e45;
	content: '';
	margin-top: 22px;
	margin-left: -14px;
}

footer .f-right .f-nav li:first-child:before {
	display: none;
}

footer .f-right .f-nav a {
	color: #fff;
	font-weight: bold;
}

.f-share ul {
	padding-top: 15px
}

.f-share ul a:hover img {
	background: rgba(255, 255, 255, 0.2)
}

.f-share ul img {
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.1)
}

.f-share ul li {
	padding: 0 20px;
}

footer .f-evm {
	width: 100px;
	float: right;
	padding-left: 5px;
	padding-top: 20px
}

.btm {
	height: 60px;
	width: 100%;
	margin-bottom: 0;
	background: #141415;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}


/*=============网站内页===============*/

.site-banner {
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	text-align: center;
}

.site-banner h1 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 24px;
	background: url(../images/site-banner-titbg.jpg) no-repeat center bottom;
	margin-bottom: 25px;
}

.site-banner p {
	font-size: 14px;
	color: #fff;
}

.site-banner p a:link,
.site-banner p a:visited,
.site-banner p a:active {
	color: #fff
}

.site-banner p a:hover {
	color: #32beff
}

.site-banner .flex-tab,
.site-banner .flex-tab-cell {
	height: 100%;
}


/*===媒体报道(新闻列表)====*/

.banner-news {
	background-image: url(../images/banner-news.jpg);
}

.newslist-item .flex-tab-cell {
	vertical-align: top;
	height: 137px;
	position: relative;
}

.newslist-item .tab-left {
	width: 232px
}

.newslist-item .tab-mid {
	padding: 0 30px;
}

.newslist-item .tab-mid .hot-link {
	position: absolute;
	left: 30px;
	bottom: 0;
}

.newslist-item .tab-mid .hot-link a {
	display: inline-block;
	margin-right: 22px;
	height: 32px;
	line-height: 30px;
	padding: 0 10px;
	transition: all 0.5s;
}

.hot-link a:link,
.hot-link a:visited,
.hot-link a:active {
	color: #999;
	border: 1px solid #e3e3e3;
}

.hot-link a:hover {
	border-color: #32beff;
	color: #32beff
}

.newslist-item .tab-right {
	border-left: 1px solid #efefef;
	padding-left: 24px;
	width: 104px;
	vertical-align: middle;
}

.newslist-item h1 {
	font-size: 18px;
	margin-bottom: 15px;
}

.newslist-item h1 a {
	transition: all 0.2s;
}

.newslist-item p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.newslist-item {
	padding: 35px 0;
	border-bottom: 1px solid #efefef;
}

.newslist-item:last-child {
	border: 0 none
}

.newslist-item .zdate {
	font-family: Arial, "Microsoft YaHei";
	width: 80px;
	font-size: 12px;
	color: #aaa;
	text-align: center;
}

.newslist-item .zdate span {
	font-size: 48px;
	display: block;
}


/*媒体报道正文内容*/

.detail-titarea h3 {
	font-size: 28px;
	color: #3a3a3a;
	padding: 20px 5% 30px 5%;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	line-height: 34px;
}

.detail-titarea h4 {
	font-size: 14px;
	text-align: center;
	padding: 25px 0 40px 0;
	line-height: 24px;
}

.detail-titarea h4 span {
	padding: 0 15px;
}

.detail-content img.center-img {
	display: block;
	margin: 0 auto 15px auto;
}

.detail-content .img-des {
	margin: 0px 0 30px 0;
	text-align: center;
}

.newsdetail-wrap p {
	margin-bottom: 20px;
	line-height: 24px;
	color: #666666;
}

.newsdetail-wrap {
	margin-top: 30px;
}

.newsdetail-wrap img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.newsdetail-wrap .detail-box {
	padding: 20px;
	background: #fff
}


/*全屋定制列表页*/

.banner-quanwu {
	background-image: url(../images/banner-quanwu.jpg);
}

.model-list {
	margin-top: 60px;
}

.model-list .row {
	margin: -56px -12px 0 -12px;
}

.model-list .column {
	padding: 56px 12px 0 12px;
}


/*分类菜单pc和手机一致时*/

.cate-menulist {
	padding: 0;
	height: 59px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.cate-menulist .swiper-slide {
	width: auto;
	padding: 0 40px;
}

.cate-menulist .swiper-slide a {
	display: inline-block;
	line-height: 58px;
	font-size: 16px;
	height: 59px;
}

.cate-menulist .swiper-button-next,
.cate-menulist .swiper-button-prev {
	position: absolute!important;
	top: 0px!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	height: 60px!important;
	width: 45px!important;
	font-size: 0!important;
	margin-top: 0!important;
	background-size: 24px!important;
	background-color: #fff;
	display: none;
}

.cate-menulist .swiper-button-prev {
	background-image: url(../images/arr-left.png)!important;
	left: 0!important
}

.cate-menulist .swiper-button-next {
	background-image: url(../images/arr-right.png)!important;
	right: 0!important
}

.showbtn {
	padding: 0 30px;
}

.showbtn .swiper-button-next,
.showbtn .swiper-button-prev {
	display: block;
}

.catemenu-wrap {
	background: #fff;
	height: 60px;
	border-bottom: 1px solid #e2e2e2
}

.fixed .catemenu-wrap {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.height-space {
	height: 60px;
	display: none;
}

.fixed .height-space {
	display: block;
}


/*产品分类选项卡*/

.model-cate .tab-hd .cur a {
	background: url(../images/cate-curbg.jpg) repeat-x bottom center;
	color: #32beff
}

.model-cate .tab-bd .cate-boxcon {
	display: none;
}

.model-cate .tab-bd .cur {
	display: block!important;
}

.model-cate .cate-boxcon {
	padding: 0
}

.cate-box .cate-boxcon>.row {
	min-height: 500px;
}


/*橱柜衣柜列表页*/

.banner-chugui {
	background-image: url(../images/banner-chugui.jpg);
}


/*案例展示列表页*/

.banner-case {
	background-image: url(../images/banner-case.jpg);
}





/*全国展厅*/

.area-content {
	padding-top: 40px;
}

.area-content .tab-left {
	width: 700px;
}

.area-content .tab-right {
	text-align: right;
}

.area-content .map {
	width: 600px;
	height: 500px;
}

.area-content .tab-right h1 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee
}


/*表单*/

.form-common {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

.form-common label em {
	color: #f00;
	padding-right: 5px;
	font-style: normal;
}

.form-common .form-group {
	margin-bottom: 20px;
}

.form-common .control-label {
	text-align: right;
	color: #777777;
	font-weight: normal;
	padding-top: 7px
}

.form-common .control-label.spe {
	padding-top: 12px
}

.form-common .form-control {
	border-radius: 0
}

.form-common .form-control:disabled {
	background: #f6f6f6
}

.form-common .form-control:focus,
.form-common .form-control {
	box-shadow: none;
}

.form-common .check-control {
	padding-right: 20px;
	padding-top: 7px;
	display: inline-block;
}

.form-common .check-control input {
	margin-right: 6px;
}

.form-common .check-control lable {
	vertical-align: top;
}


/*仅仅文字*/

.form-common .only-text {
	line-height: 34px;
	line-height: 34px;
}

.form-common .select-control select {
	border: 1px solid #ccc;
	height: 34px;
	padding: 6px 12px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.form-common .select-control select.widthfull {
	width: 100%!important;
}

.form-common .select-control input {
	display: inline-block;
	width: 200px;
	float: left;
}

.form-common .textarea-control {
	width: 100%;
	height: 100px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
}

.form-common .com-btn-submit {
	border: 0 none;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background: #33beff;
	color: #fff!important;
	display: block;
	margin-top: 20px;
	font-size: 18px;
}

.form-common .com-btn-submit:hover {
	background: #10a4e9;
}


/*展厅查询结果列表*/

.area-searchlist {
	padding: 40px 0 0 0;
}

.area-serlist-tit {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
}

.area-searchlist .area-serlist-tit h1 {
	text-align: left;
	font-size: 24px;
}

.area-searchlist .area-serlist-tit h1 i {
	font-style: normal;
	display: inline-block;
	padding-left: 10px;
	color: #33beff
}

.area-searchlist .store-tit {
	font-size: 18px;
	margin-bottom: 15px;
}

.ser-item .tab-left {
	width: 170px;
	vertical-align: top;
}

.ser-item .tab-mid {
	padding: 0 30px;
}

.ser-item .store-add {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}

.ser-item .store-phone {
	font-size: 14px;
	color: #999;
}

.ser-item .tab-right {
	width: 200px;
	text-align: right;
	border-left: 1px solid #efefef;
}

.ser-item .viewmap {
	display: block;
	float: right;
	width: 130px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background: #33beff;
	color: #fff!important;
	text-align: center;
	transition: all 0.5s;
	margin: 5px 0
}

.ser-item {
	padding: 25px 0;
	border-bottom: 1px solid #efefef;
}

.area-serlist-con {
	margin: -25px auto 0 auto
}

.ser-item:last-child {
	border: 0 none
}

.ser-item .viewmap:hover {
	background: #10a4e9
}

.ser-item .viewmap i {
	padding: 0 12px 0 0;
	font-size: 20px;
}


/*==============分页样式==============*/

.list-pagination {
	margin-top: 20px
}

.list-pagination .pager {
	margin: 0;
	margin-bottom: 30px;
}

.list-pagination .pager li {
	padding: 0 5px
}

.list-pagination .page-pagination {
	text-align: center;
}

.list-pagination .pagination-wraper {
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
}

.list-pagination .pagination {
	margin: 0;
	padding: 3px;
	text-align: center;
	display: inline-block;
}

.list-pagination .pagination a {
	padding: 11px 20px;
	margin: 2px 5px;
	border: #dcdcdc 1px solid;
	color: #666;
	text-decoration: none;
	display: inline-block;
}

.list-pagination .pagination a:hover {
	color: #000;
	border: #d8d8d8 1px solid
}

.list-pagination .pagination a:active {
	color: #000;
	border: #000099 1px solid
}

.list-pagination .pagination a.current {
	color: #ffa302;
	border-color: #ffa302;
}

.list-pagination .pagination span.disabled {
	margin: 2px;
	color: #ddd;
	padding: 2px 8px;
	border: #eee 1px solid
}

.list-pagination .pagination input {
	height: 35px;
	border: 1px solid #dcdcdc;
	width: 60px;
	text-align: center;
	font-size: 14px;
}

.list-pagination .pagination a.pag-btn {
	background: #e5e5e5;
	color: #666666
}

.list-pagination .pagination a.pag-btn:hover {
	background: #ffa302;
	color: #ffffff;
	border-color: #ffa302
}

.list-pagination .pagination>li:first-child>a,
.list-pagination .pagination>li:first-child>span {
	border-radius: 0;
}

.list-pagination .pagination>li:last-child>a,
.list-pagination .pagination>li:last-child>span {
	border-radius: 0;
}

.list-pagination .pagination>.active>a,
.list-pagination .pagination>.active>a:focus,
.list-pagination .pagination>.active>a:hover,
.list-pagination .pagination>.active>span,
.list-pagination .pagination>.active>span:focus,
.list-pagination.pagination>.active>span:hover {
	z-index: 2;
	color: #FFF;
	cursor: default;
	background-color: #32beff;
	border-color: #32beff;
}

.list-pagination .pagination a {
	margin: 0;
	margin-left: -1px;
}

.list-pagination .pagination>li>a:hover,
.list-pagination .pagination>li>span:hover,
.list-pagination .pagination>li>a:focus,
.list-pagination .pagination>li>span:focus {
	color: #32beff;
	background-color: #eee;
	border-color: #ddd;
}


/*复选框美化*/

.check_skin {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	background-image: url(../images/input-normal.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px 16px;
}

.on_check {
	background-image: url(../images/input-active.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px 16px;
}

.check_skin:hover span {
	color: #095c92
}

.check_skin .check_input {
	z-index: 6;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	height: 20px;
	width: 90px;
	opacity: 0;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	vertical-align: middle!important;
}


/*右侧客服*/

.rightbar {
	padding: 10px 13px;
	background: url(../images/rightbar-bg.png) no-repeat center center;
	width: 105px;
	height: 308px;
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 999;
}

.rightbar .kefu {
	display: block;
	height: 86px;
	text-align: center;
	background: url(../images/icon-bar-kefu.png) no-repeat center 12px;
	padding-top: 54px;
	margin-top: 12px;
	border-bottom: 1px solid #ebebeb;
}
.rightbar .qr_yz{
	display: block;
	height: 76px;
	text-align: center;
	background: url(../images/icon-bar-qr.png) no-repeat center 4px;
	/*padding-top: 54px;*/
	/*margin-top: 12px;*/
	/*border-bottom: 1px solid #ebebeb;*/
}
.rightbar .msg {
	display: block;
	height: 72px;
	text-align: center;
	background: url(../images/icon-bar-msg.png) no-repeat center 6px;
	padding-top: 44px;
	border-bottom: 1px solid #ebebeb;
}

.rightbar .backtop {
	display: block;
	height: 41px;
	background: url(../images/icon-bar-top.png) no-repeat center 7px;
	text-indent: -9999px;
}


/*招商加盟*/

.join-headtit {
	text-align: center;
	margin: 50px auto 40px auto;
	font-size: 36px;
	font-weight: bold;
}


/*标题*/

.join-imgarea {
	margin-top: 0
}

.focus-title .swiper-container {
	margin-bottom: 20px;
	overflow: hidden;
}

.focus-title .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	width: 12.5%;
	height: auto;
	display: block;
	float: left;
	border-radius: 0;
	background: none;
	padding: 5px;
}

.focus-title .swiper-pagination-bullet {
	opacity: 1;
}

.focus-title .swiper-pagination-bullet i {
	display: block;
	height: 48px;
	line-height: 48px;
	font-style: normal;
}

.focus-title .swiper-pagination-bullet i {
	background: #fff;
	color: #333;
	border: 1px solid #bbb
}

.focus-title .swiper-pagination-bullet-active i {
	background: #33beff;
	color: #fff;
	border-color: #33beff
}

.focus-title .swiper-container .swiper-slide {
	height: 0;
	overflow: hidden;
}

.focus-title .swiper-pagination {
	height: 48px;
	bottom: 0;
	margin: -5px;
	position: relative;
	width: auto;
}


/*内容*/

.focus-content .swiper-container {
	padding-bottom: 45px;
}

.focus-content .swiper-pagination-bullet {
	height: 14px;
	width: 14px;
}

.focus-content .swiper-container-horizontal>.swiper-pagination-bullets,
.focus-content .swiper-pagination-custom,
.focus-title .swiper-pagination-fraction {
	bottom: 0
}


/*招商form*/

.form-join .row {
	margin: 0 -20px;
}

.form-join .column {
	padding: 0 20px;
}

.form-join .form-group {
	margin-bottom: 20px;
}

.form-join .control-label {
	text-align: right;
	color: #777777;
	font-weight: normal;
	padding-top: 7px
}

.form-join .control-label {
	padding-top: 12px;
	text-align: center;
	font-size: 16px;
}

.form-join .form-control {
	border-radius: 0
}

.form-join .form-control:disabled {
	background: #f6f6f6
}

.form-join .form-control:focus,
.form-join .form-control {
	box-shadow: none;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.form-join .check-control {
	padding-right: 20px;
	padding-top: 7px;
	display: inline-block;
}

.form-join .check-control {
	padding-right: 20px;
	padding-top: 7px;
	display: inline-block;
}

.form-join input::-webkit-input-placeholder,
.form-join textarea::-webkit-input-placeholder {
	color: #666!important;
}

.form-join .check-control input {
	margin-right: 6px;
}

.form-join .check-control lable {
	vertical-align: top;
}

.form-join .only-text {
	line-height: 34px;
	line-height: 34px;
}

.form-join .select-control select {
	border: 1px solid #ccc;
	height: 40px;
	padding: 6px 12px;
	float: left;
	margin-right: 0;
	margin-top: 5px;
	width: 100%;
	padding-right: 40px;
	;
	background: url(../images/sel-bg.png) no-repeat right center;
	outline: none;
	-webkit-appearance: none;
}

.form-join .select-control select option {
	line-height: 50px;
}

.form-join .select-control select.widthfull {
	width: 100%!important;
}

.form-join .select-control input {
	display: inline-block;
	width: 200px;
	float: left;
}

.form-join .textarea-control {
	width: 100%;
	height: 150px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
}

.form-join .com-btn-submit {
	border: 0 none;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background: #33beff;
	color: #fff!important;
	display: block;
	margin-top: 20px;
	font-size: 18px;
}

.form-join .com-btn-submit:hover {
	background: #10a4e9;
}


/*=============登录注册页面============*/

.loginreg {
	padding: 10px 0;
}

.freereg-area {
	text-align: center;
}

.freereg-area .link-reg {
	display: inline-block;
	margin: 0 auto;
	padding: 6px 0;
}

.loginreg h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 30px;
}

.loginreg .form-horizontal .form-control {
	border-radius: 0;
	padding: 10px 12px;
	height: 44px;
}

.loginreg .form-horizontal .form-group .column {
	padding: 0!important;
	position: relative;
}

.loginreg .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

.loginreg .form-horizontal .control-label {
	padding-top: 10px
}

.loginreg .form-group {
	margin-bottom: 20px;
}

.loginreg .spebtn {
	width: 100%;
	padding: 12px 12px;
	border-radius: 0;
	margin-top: 20px;
	background-color: #32beff!important;
	color: #fff;
	border: 0 none;
}

.loginreg .spebtn:hover {
	background-color: #1fa7e6!important
}

.loginreg .yzm {
	width: 110px;
	height: 40px;
	position: absolute;
	right: 2px;
	top: 2px
}

.loginreg .btn-getcode {
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 2px;
	top: 2px;
	color: #fff!important;
	font-size: 14px;
	padding: 0 15px;
	border-radius: 0;
}

.loginreg .link-reg {
	color: #2786bc
}

.loginreg .link-reg:hover {
	color: #269de1
}

.loginreg .link-quick {
	color: #b36215
}

.loginreg .link-quick:hover {
	color: #ee9400;
}

.loginreg .link-quick i {
	padding-right: 5px;
}


/*===========媒体查询===========*/

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2) {}


/* 兼容iphone5 */


/*6*/

@media (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {}


/*6+*/

@media (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {}

@media(max-width:767px) {
	body,
	html {
		overflow-x: hidden;
	}
	footer .f-left {
		float: none;
		text-align: center;
	}
	/*首页全屋定制*/
	.model-box .model-con .link-item .text-area {
		padding: 15px 0;
	}
	.model-box .model-con .link-item .text-area .text-cn {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.model-box .model-tit .en-tit {
		width: 60%;
	}
	.model-box .model-tit {
		padding: 30px 0 20px 0
	}
	.model-box .model-tit .cn-tit {
		margin: 15px auto 10px auto;
		font-size: 28px;
		font-weight: bold;
	}
	/*首页衣柜*/
	.model-box.ygzs .row {
		margin: -26px -1px 0 0px;
	}
	.model-box.ygzs .column {
		padding: 26px 1px 0 0px;
	}
	.gallery-item {
		padding: 10px;
	}
	.gallery-item .item-wrap .widget-title-nowrap {
		padding: 10px 10px 0 10px;
		font-size: 14px;
		color: #666;
		text-align: center;
	}
	/*图片滑过*/
	.model-box .model-con .link-item .text-area i {
		height: 60px;
		width: 30px;
	}
	.gallery-item .img-cover img {
		width: 28px;
		height: 28px;
	}
	.gallery-item .item-wrap .viewmore {
		font-size: 12px;
		padding-top: 10px;
	}
	/*首页橱柜*/
	.model-box.cgzs .row {
		margin: -1px -1px 0 0px;
		padding: 10px;
	}
	.model-box.cgzs .column {
		padding: 1px 1px 0 0px;
	}
	.tabs-wrap .tab-hd {
		padding: 0 5px;
	}
	.tabs-wrap .tab-hd .tit-item,
	.tabs-wrap .tab-hd .spe {
		width: 33.333333%;
		margin-bottom: 10px;
		padding: 0 5px;
	}
	.tabs-wrap .tab-hd .tit-item span,
	.tabs-wrap .tab-hd .spe a {
		width: 100%;
		font-size: 14px;
		height: 42px;
		line-height: 42px;
	}
	.tabs-wrap .tab-bd {
		padding-top: 15px
	}
	.cgzs-content {
		padding: 30px 0;
	}
	.cgzs-content .gallery-item {
		padding: 10px;
	}
	.tabs-wrap .con-item {
		display: none;
		position: relative;
		padding-bottom: 60px;
	}
	a.pro-more {
		height: 36px;
		width: 100px;
		line-height: 36px;
		text-align: center;
		position: absolute;
		margin-left: -50px;
	}
	/*客户案例*/
	.imgscroll .gallery-item .item-wrap {
		padding: 10px;
	}
	footer {
		padding: 0px 0 15px 0;
		margin-top: 0px;
	}
	/*内页banner区域*/
	.site-banner {
		height: 140px
	}
	.site-banner h1 {
		font-size: 20px;
		margin-bottom: 15px;
		padding-bottom: 18px
	}
	.site-banner p {
		font-size: 14px;
		color: #fff;
	}
	.newslist {
		padding: 0 15px;
	}
	/*新闻列表*/
	.newslist-item .tab-left {
		width: 120px
	}
	.newslist-item .tab-mid {
		padding: 0 0 0 15px;
	}
	.newslist-item .flex-tab-cell {
		height: auto;
	}
	.newslist-item {
		padding: 20px 0;
	}
	.newslist-item h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.newslist-item p {
		font-size: 12px;
		line-height: 22px;
	}
	/*媒体报道正文*/
	.newsdetail-wrap {
		margin-top: 0;
	}
	.detail-titarea h3 {
		font-size: 20px;
		color: #3a3a3a;
		padding: 10px 0 20px 0;
	}
	.detail-titarea h4 span {
		padding: 0;
		display: block;
	}
	.detail-titarea h4 {
		font-size: 12px;
		text-align: center;
		padding: 10px 0 25px 0;
		line-height: 24px;
	}
	/*全屋定制列表*/
	.model-list .row {
		margin: -26px -1px 0 0px;
	}
	.model-list .column {
		padding: 26px 1px 0 0px;
	}
	/*分类菜单*/
	.model-list {
		margin-top: 26px
	}
	.catemenu-wrap {
		height: 55px
	}
	.cate-menulist {
		height: 54px;
	}
	.cate-menulist .swiper-slide {
		padding: 0 15px;
	}
	.cate-menulist .swiper-slide a {
		font-size: 14px;
	}
	.cate-menulist .swiper-slide a {
		height: 54px;
		line-height: 53px;
	}
	.cate-menulist .swiper-button-next,
	.cate-menulist .swiper-button-prev {
		height: 54px!important;
		background-size: 22px!important
	}
	.height-space {
		height: 54px;
	}
	.topwrap {
		height: 55px
	}
	/*全国展厅*/
	.area-content {
		padding-top: 20px;
	}
	.area-content .tab-right h1 {
		font-size: 24px;
		padding-bottom: 15px;
		margin-bottom: 0px;
	}
	.form-common .select-control select {
		width: 100%;
	}
	.form-common .form-group {
		margin-bottom: 10px;
	}
	.form-common .com-btn-submit {
		margin-top: 10px;
		font-size: 16px;
	}
	.area-searchlist .area-serlist-tit h1 {
		text-align: center;
	}
	.ser-item .tab-mid {
		padding: 0;
	}
	.form-common {
		padding: 15px 5px;
	}
	.area-searchlist {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.area-serlist-con {
		padding: 0 15px;
	}
	.ser-item {
		padding: 15px 0;
	}
	.area-searchlist .store-tit {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.ser-item .store-add,
	.ser-item .store-phone {
		font-size: 12px;
		line-height: 22px;
	}
	/*招商加盟*/
	.focus-title .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 25%;
	}
	.focus-content .swiper-pagination-bullet {
		height: 10px;
		width: 10px;
	}
	.form-join {
		padding: 0 15px;
	}
	.form-join .select-control select {
		height: 36px;
		line-height: 36px;
		background-size: 33px;
		padding: 0 12px;
	}
	.form-join .form-control:focus,
	.form-join .form-control {
		height: 36px;
		line-height: 36px;
	}
	.form-join .com-btn-submit {
		height: 46px;
		line-height: 46px;
		margin-top: 10px;
		font-size: 16px;
	}
	.join-headtit {
		margin: 20px auto 25px auto;
		font-size: 24px;
	}
	.focus-title .swiper-container {
		margin-bottom: 10px;
	}
	.join-imgarea {
		margin-bottom: 10px;
	}
	.focus-content .swiper-container {
		padding-bottom: 25px;
	}
	.focus-title .swiper-pagination {
		padding: 0 15px;
	}
	.focus-title .swiper-pagination-bullet i {
		height: 34px;
		line-height: 34px;
	}
}

@media(min-width:767px) {
	body {
		min-width: 1200px;
	}
	.container {
		width: 1200px!important;
	}
}