/*
Theme Name: mxtheme02-2.0
Theme URL:  http://mxtheme02.zzmaixun.com;
Description: 国人开发的真正适合中国人的一款企业通用WordPress主题模板。基于bootstrap响应式布局，自适应PC、手机、平板等多种设备浏览。自定义网站主题色调，8种列表样式后台随意选择，专门主题设置页面，网站设置更方便。
Author: 牧野鸿鹄
Author URI: http://www.wp-diary.com;
Tags: 
Version: 1.0
*/

body {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	padding: 0;
	color: #666;
	margin: 0 auto;
}

ul {
	margin: 0 !important;
	padding: 0;
}

li {
	list-style: none;
}

.hidden {
	display: none;
}

a:hover {
	text-decoration: none !important;
}

.vfb-span {
	display: none !important;
}

/*头部样式*/

.logo {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 99999;
}

.logo img {
	height: 76px;
	width: auto;
}

.navbar-brand {
	display: none;
}

.toptab a {
	color: #999;
	margin-left: 10px;
}

.toptab a i {
	margin-right: 5px;
}

.header_center .container {
	position: relative;
	height: 100px;
	line-height: 100px;
}

.header_center {
	height: 100px;
	line-height: 100px;
}

.search {
	position: absolute;
	left: 50%;
	width: 35%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: normal;
	height: normal;
}

.formcontrol {
	line-height: 36px;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 0 15px;
	outline: none;
}

#searchform {
	position: relative;
	line-height: 38px;
	height: 38px;
}

#searchsubmit {
	color: #333;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	bottom: 0;
	height: 100%;
	line-height: 38px;
	padding: 0 15px;
	border-radius: 0 3px 3px 0;
	outline: none;
}

.toptell {
	position: absolute;
	right: 15px;
	top: 50%;
	line-height: normal;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: right;
}

.toptell span {
	font-size: 18px;
}

.toptell span i {
	padding-right: 5px;
}

.toptell h2 {
	font-size: 28px;
	margin-top: 2px;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 28px;
}

/*主导航菜单*/

.phone-menu {
	display: none;
}

.mainnav>li {
	float: left;
	height: 45px;
	line-height: 45px;
	position: relative;
	margin-right: 2px;
	padding: 0 40px;
}

.mainnav>li.menu-item-has-children>a:after {
	position: absolute;
	right: -15px;
	top: 0;
	content: '';
	width: 10px;
	background: url(../images/xjtb.png) no-repeat right center;
	display: block;
	height: 45px;
}

.mainnav>li>a {
	font-size: 16px;
	color: #fff;
	display: block;
	position: relative;
}

.mainnav>li>.sub-menu {
	display: none;
	box-shadow: 0 5px 10px 0 rgba(2, 31, 65, .05);
}

.mainnav>li:hover>.sub-menu {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 9;
}

.mainnav>li:hover>.sub-menu>li {
	line-height: 35px;
	padding: 0 15px;
}

.mainnav>li:hover>.sub-menu>li>a {
	color: #333;
	display: block;
}

.mainnav>li:hover>.sub-menu>li:hover {
	background: #fafafa;
}

/*移动顶部菜单*/

.iphone__screen {
	width: 100%;
	height: 56px;
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	/*overflow: hidden;*/
	z-index: 999;
}

/**
* Navigation Defaults
*/

.nav {
	position: absolute;
	z-index: 100;
	opacity: 0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav--active {
	height: 100% !important;
}

.nav--active .nav {
	opacity: 1;
}

.nav__list {
	margin: 0;
	margin-top: 56px !important;
	border-top: 1px solid #e5e5e5;
	padding-top: 5px;
}

.nav__list li {
	list-style-type: none;
	padding: 0 15px;
}

.nav__list li a {
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	line-height: 45px;
	position: relative;
	display: block;
}

.nav__list li a:after {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e61c";
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
}

/* Default navigation icon */

.nav__trigger {
	display: block;
	position: absolute;
	width: 60px;
	height: 56px;
	right: 0px;
	line-height: 56px;
	z-index: 999;
	padding-left: 15px;
	padding-right: 15px;
}

.nav--active .nav__trigger {
	opacity: 0.5;
}

.nav__icon {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 2px;
	background-color: #333;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	margin-bottom: 3px;
}

.nav__icon:before, .nav__icon:after {
	content: '';
	display: block;
	width: 25px;
	height: 2px;
	position: absolute;
	background: #333;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.heishow .whitelogo {
	display: none !important;
}

.heishow .darklogo {
	display: block !important;
}

.nav__icon:before {
	margin-top: -9px;
}

.nav__icon:after {
	margin-top: 9px;
}

.style-1 .nav--active .nav__icon {
	background: unset;
}

/* Don't nest if you don't have to. */

/**
* Style #1
*/

.style-1 .nav {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 0;
	top: 0;
}

.style-1 .nav__link {
	opacity: 0;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
	opacity: 1;
	font-size: 16px;
	line-height: 45px;
}

.style-1 .nav--active .nav {
	position: absolute;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	height: 100% !important;
	width: 100%;
	background: #fff;
	border-top: 1px solid #e5e5e5;
	opacity: 1;
}

.style-1 .nav--active .nav__icon:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*底部样式*/

.footertop {
	padding: 35px 0 25px 0;
}

.footertopleft {
	float: left;
	width: 70%;
}

.footertopright {}

.footertopright .link-item {
	float: left;
}

.footertopright .link-item>span {
	float: left;
}

.footertopright .link-item>p {
	float: left;
	margin-left: 2px;
	font-size: 14px;
}

.footernav>li {
	float: left;
	width: 25%;
}

.footernav>li>a {
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}

.footernav>li>.sub-menu>li a {
	display: block;
	line-height: 35px;
	opacity: .6;
}

.footertopright h3 {
	font-size: 16px;
	margin-bottom: 18px;
	display: block;
	margin-top: 0;
	line-height: 22px;
}

.footertopright span {
	opacity: .6;
	display: block;
	margin-bottom: 5px;
}

.footertopright p {
	font-size: 16px;
	margin-bottom: 0;
}

.footertopright h2 {
	line-height: 36px;
	font-size: 36px;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: bold;
}

.footercenter:before {
	content: '';
	width: 100%;
	height: 1px;
	border-top: 1px solid;
	opacity: .1;
	display: block;
}

.linkbox {
	position: relative;
	padding: 15px 0;
}

.linkbox h3 {
	margin: 0;
	position: absolute;
	left: 0;
	top: 15px;
	font-size: 14px;
	line-height: 24px;
}

.linkbox ul {
	padding-left: 80px
}

.footercenter ul li {
	display: inline-block;
	margin-right: 35px;
}

.footercenter ul li a {
	line-height: 24px;
	display: block;
	opacity: .6;
}

.webcopyright {
	text-align: center;
	padding: 15px 0;
	opacity: .6;
}

.footerbottom:before {
	content: '';
	display: block;
	width: 100%;
	border-top: 1px solid;
	opacity: .1;
	height: 1px;
}

/*首页banner*/

.banner .swiper-slide {
	display: block;
	text-align: center;
	overflow: hidden;
}

.banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.banner .swiper-container {
	--swiper-theme-color: #fff;
}

/*首页板块公用样式*/

.conpart {
	padding: 45px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parttit {
	margin-bottom: 35px;
}

.parttit h2 {
	font-size: 30px;
	color: #000;
	margin: 0;
}

.parttit p {
	margin-top: 10px;
	font-size: 16px;
	color: #999;
}

.titline {
	margin-top: -30px;
}

.yslistpartimg {
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	-webkit-transition: -webkit-transform .4s ease-out;
	-moz-transition: -moz-transform .4s ease-out;
	-o-transition: -o-transform .4s ease-out;
	-ms-transition: -ms-transform .4s ease-out;
}

.youshilistpart:hover .yslistpartimg {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.youshilistpart {
	text-align: center;
	padding: 40px 30px;
	border: 1px solid #e5e5e5;
}

.youshilistpart:hover {
	box-shadow: 0 5px 10px 0 rgba(2, 31, 65, .05);
}

.youshilistpart a {
	display: block;
}

.youshilistpart h2 {
	font-size: 16px;
}

.youshilistpart p {
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}

/*首页产品样式*/

.productlistpart img {
	width: 100%;
	height: auto;
	width: 262px;
	height: 226px;
}

.producttit {
	text-align: center;
	color: #333;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 15px;
}

/*首页案例样式*/

.indexcasepart {
	width: 50%;
}

.indexcase_text {
	width: 50%;
	padding: 25px;
}

.indexcase_text h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

.indexcase_text p {
	line-height: 24px;
	margin-bottom: 20px;
}

.indexcase_img {
	width: 50%;
}

.indexcase_img img {
	width: 100%;
	height: auto;
	width: 285px;
	height: 285px;
}

/*首页新闻资讯样式*/

.indexnewslist {
	margin-bottom: -30px;
	overflow: hidden;
}

.indexnewspart {
	margin-bottom: 30px;
}

.indexnewspart_img {
	width: 30%;
}

.indexnewspart_img img {
	width: 100%;
	height: auto;
}

.indexnewspart_text {
	width: 70%;
	padding: 0 20px 10px 20px;
}

.indexnewspart h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

.indexnewszhaiyao {
	line-height: 22px;
}

/*首页关于我们样式*/

.indexabout {
	position: relative;
}

.indexabout_text {
	width: 50%;
	padding: 40px 30px;
}

.indexabout_text p {
	line-height: 30px;
	margin-bottom: 25px;
}

.indexabout_text a {
	color: #fff;
	padding: 7px 15px;
	display: inline-block;
}

.indexabout_text a:hover {
	color: #fff;
}

.indexabout_img {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.indexabout_img img {
	height: 100% !important;
	background: #222;
	outline: none;
}

.kehulist {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 10px 15px;
	display: block;
}

.kehulogo {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 60px;
}

/*内页公共样式*/

.maincon {
	background: #f9f9f9;
}

.nybanner img {
	width: 100%;
	height: auto;
}

.neicon {
	padding-top: 30px;
	padding-bottom: 30px;
}

.sidbarnav {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

.listcon {
	background: #fff;
	padding: 30px;
}

.tzggtit {
	margin-bottom: 5px;
}

.ymtitle li a {
	height: 34px;
	line-height: 34px;
	background: #f2f3f6;
	display: block;
	margin-top: 10px;
	padding-left: 15px;
	color: #333;
}

.sidbarcontact {
	background: #fff;
	padding: 20px;
}

.sidbarcontact p {
	font-size: 12px;
	line-height: 24px;
	color: #333;
}

.sidbarcontact a {
	display: block;
	margin-top: 10px;
	text-align: center;
	color: #111;
	border: 1px solid #eaeaea;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	transition: 0.3s;
}

.bread {
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	color: #999;
}

.pagetit {
	font-size: 24px;
	margin-bottom: 20px;
}

.pagecontent img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.pagecontent p {
	line-height: 24px;
	margin-bottom: 15px;
}

/*内页列表样式*/

.newslistpart h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}

.newslistpart h1 a {
	color: #333;
}

.newstag span {
	color: #999;
	margin-right: 10px;
	font-size: 12px;
}

.newslistpart .newszy {
	color: #666;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 0;
}

.newslistpart {
	padding: 30px 0;
	border-bottom: 1px dashed #e5e5e5;
}

.newslistpart img {
	width: 100%;
	height: auto;
	width: 242px;
	height: 179px;
}

.page_navi {
	margin-top: 30px;
}

.page_navi a {
	padding: 5px 12px;
	border: 1px solid #e5e5e5;
	margin: 0 2px;
	color: #333;
}

.sancon h1 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin-top: 8px !important;
}

.noborder {
	border: none !important;
	padding-bottom: 0 !important;
	margin-bottom: -10px;
}

.casetitle {
	margin-top: 10px !important;
}

.downloadlistpart {
	line-height: 40px;
	border-bottom: 1px solid #f5f5f5;
}

.downloadlistpart h1 {
	font-size: 14px;
	margin: 0;
	line-height: 40px;
}

.downloadtime {
	font-size: 12px;
	color: #999;
}

.downloadlistpart h1 a {
	color: #333;
}

.sancontit {
	font-size: 16px !important;
	font-weight: bold !important;
	text-align: left !important;
	line-height: 20px;
}

.threetag .newstag {
	margin-top: -5px;
	margin-bottom: -5px;
}

.lefttime {
	background: #fafafa;
	padding: 10px 0 1px 0;
}

.lefttime p {
	color: #999;
}

.year {
	font-size: 18px;
	font-weight: bold;
}

.bdsharebuttonbox {
	float: right;
	margin-top: 10px;
}

.conbottom {
	margin-top: 30px;
	background: #fafafa;
	padding: 20px 15px 10px 15px;
}

.not-found {
	margin-bottom: 160px;
}

/*信息反馈样式*/

.pagecontent .visual-form-builder fieldset {
	background: none;
	border: none;
	margin: 0 !important;
}

.pagecontent .vfb-legend {
	display: none;
}

.pagecontent .visual-form-builder fieldset input, .pagecontent .visual-form-builder fieldset textarea {
	border-radius: 0;
	background: none;
	border: 1px solid #e5e5e5;
	padding: 10px 5px;
	width: 100%;
	margin-top: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

#vfb-3 {
	display: none;
}

.conbottom p {
	color: #999;
}

.conbottom a {
	color: #333;
}

.indexnewstag {
	margin-bottom: 6px;
}

/*固定的悬浮窗*/

.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}

.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_top {
	background: url(../images/fixCont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
	background: url(../images/fixCont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background: url(../images/fixCont.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
	background: url(../images/fixCont.png) no-repeat 0 -169px;
}

.hd_qr {
	display: block;
	margin: 0 auto;
}

.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}

.yb_QQ a:hover {
	color: #fff;
}

.phonefooternav {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	height: 50px;
	border-top: 1px solid #ccc;
	background: #fff;
}

.sjfootnav {
	overflow: hidden;
}

.sjfootnav li {
	float: left;
	text-align: center;
	margin-top: 7px;
}

.sjfootnav li a {
	display: block;
}

.sjfootnav li a img {
	width: 18px !important;
	height: 18px !important;
	display: inline-block;
	margin-bottom: 2px;
	padding-right: 0 !important;
	color: #333;
}

.sjfootnav li a span {
	display: block;
	color: #333;
	padding-left: 0 !important;
}

@media (max-width: 1000px) {
	.neicon {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.indexnewslist {
		margin-bottom: -15px;
	}
	.indexnewspart {
		margin-bottom: 15px;
	}
	.indexnewszhaiyao {
		height: 22px;
		overflow: hidden;
	}
	.indexnewstag {
		display: none;
	}
	.indexnewspart h3 {
		margin-top: 15px;
		font-size: 15px;
	}
	.indexnewspart_text {
		padding: 0 15px 0 10px;
	}
	.youshilistpart h2 {
		margin-top: 15px;
	}
	.youshilistpart p {
		white-space: normal;
		display: block;
		table-layout: auto;
		height: 96px;
	}
	.youshilistpart {
		padding: 20px 15px;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}
	.row {
		margin-right: -8px !important;
		margin-left: -8px !important;
	}
	.youshipart .row .col-xs-6 {
		width: 75%;
		display: inline-block;
		float: none;
	}
	.youshipart .row {
		overflow-x: auto;
		white-space: nowrap;
		display: block;
		table-layout: auto;
	}
	.parttit {
		margin-bottom: 20px;
	}
	.parttit p {
		font-size: 14px;
	}
	.parttit h2 {
		font-size: 24px;
	}
	.conpart {
		padding: 25px 0;
	}
	.phone-menu {
		display: block;
	}
	.banner .swiper-slide {
		position: relative;
		height: 180px;
	}
	.banner .swiper-slide img {
		height: 180px;
		width: auto;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
	}
	.footercenter {
		display: none;
	}
	.footertopright {
		width: 100%;
		text-align: center;
	}
	.footertopleft {
		display: none;
	}
	.logo img {
		height: 34px;
		width: auto;
	}
	.search {
		display: none;
	}
	.toptell {
		display: none;
	}
	.phonefooternav {
		display: block;
	}
	.footertopright p {
		font-size: 14px;
	}
	.sjnavhave {
		margin-bottom: 50px;
	}
	.yb_conct {
		display: none;
	}
	.nybanner {
		display: none;
	}
	.sidbarnav {
		margin-top: -20px;
		margin-left: -15px;
		margin-right: -15px;
		border-top: 1px solid #e5e5e5;
		padding: 13px 15px;
	}
	.newslistpart {
		padding: 15px 0;
	}
	.noborder {
		padding-bottom: 15px !important;
	}
	.listcon {
		padding: 15px;
	}
	.footertopright h2 {
		font-size: 30px;
		line-height: 30px;
		height: 30px;
	}
	.pagetit {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.bread {
		padding-bottom: 10px;
	}
	.ymtitle {
		overflow-x: auto;
		white-space: nowrap;
	}
	.ymtitle li a {
		margin-top: 0;
		padding-left: 0;
		display: block;
		height: unset;
		line-height: unset;
		background: none;
	}
	.ymtitle li {
		display: inline-block;
		margin-right: 15px;
	}
	.tzggtit {
		display: none;
	}
	.bdsharebuttonbox {
		float: left;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.lefttime {
		display: none;
	}
	.sidbar .sidbarcontact {
		display: none;
	}
	.links {
		margin-bottom: -30px;
	}
	.linkpart {
		margin-bottom: 30px;
	}
	.indexabout_img img {
		height: 220px !important;
	}
	.indexabout_text {
		width: 100%;
		padding: 15px;
		text-align: center;
	}
	.indexabout_text p {
		margin-bottom: 15px;
	}
	.indexabout_img {
		width: 100%;
		position: relative;
	}
	.indexcasepart {
		width: 100%;
	}
	.indexcasepart {
		margin-bottom: 15px;
	}
	.indexcase_text h3 {
		margin-top: 0;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.indexcase_text p {
		line-height: 18px;
		margin-bottom: 5px;
		font-size: 12px;
	}
	.indexcase_text {
		padding: 20px;
	}
	.header_center {
		height: 56px;
		line-height: 56px;
		position: relative;
	}
	.header_center .container {
		height: 56px;
		line-height: 56px;
	}
	.header_bottom {
		display: none !important;
	}
	.navbar-brand {
		display: block;
		padding: 10px 0 !important;
	}
	.navbar-brand img {
		height: 35px;
		width: auto;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background: none !important;
	}
	.header_bottom .navbar-default .navbar-nav>li>a {
		margin-right: 0;
		margin-bottom: 3px;
		padding-left: 30px;
	}
	.dropdown-menu li a {
		color: #fff !important;
		padding-left: 45px !important;
		line-height: 30px !important;
	}
	.navbar-toggle {
		margin-right: 0 !important;
	}
}