.plr0 {
	padding: 0;
}
.pl0 {
	padding-left: 0;
}
.pr0 {
	padding-right: 0;
}
.bgf {
	background-color: #fff;
}
.pb0 {
	padding-bottom: 0 !important;
}
body {
	background-color: #fff;
}
header {
	background-color: #fff;
	border-bottom: 2px solid #ed145b;
}

header .container .head-wrap {
	display: flex;
	height: 180px;
    align-items: center; /*定义body的元素垂直居中*/
    justify-content: center; /*定义body的里的元素水平居中*/
}
header .container .head-logo {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	text-align: center;
}
header .container .head_company {
	color: #2574bb;
	font-size: 24px;
	margin-top: 5px;
}

header .container .head-logo h1 {
	font-weight: bold;
}
header .container .head-logo h1 span {
	color: #ed145b;
}
header .container a {
	text-decoration: none;
}
header .container .logo {
	margin: 0;
	height: 120px;
}
header .container a img {
	position: relative;
	margin-left: 50px;
	height: 92px;
}
header .container a img + h3 {
	position: absolute;
	top: 0;
	margin: 10px 0 0 110px;
	font-weight: bold;
	color: #fff;
	width: 100%;
}
header .container a img + h3 span {
	margin-right: 10px;
}
header .container a img + h3 + span {
	position: absolute;
	bottom: 6px;
	left: 50px;
	color: #ed145b;
	text-align: center;
	width: 100%;
}
header .container .wechat {
	margin-left: 30px;
}

header nav ul {
	margin: 0;
}

header nav .navbar-nav li a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.6;
	color: inherit;
	/*font-weight: 600;*/
	text-align: center;
	position: relative;
}
header nav .navbar-nav li a:after {
    content: "";
    width: 1px;
    height: 17px;
    background: #dedede;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
header nav .navbar-nav li:last-of-type  a:after {
	width: 0;
}
header nav .navbar-nav li a span {
    font-size: 13px;
}
header nav li a:hover {
	color: inherit;
}
header nav .navbar-nav li a:hover {
	background: #7eacd9;
	color: #fff;
}
header nav li.home a {
	font-weight: bold;
	color: #fff;
}
header .navbar-toggle {
	border-color: #ddd;
}
header .navbar-toggle .icon-bar {
	background-color: #888;
}

.index-content .clearfix > h3 {
	margin: 40px 0 20px;
}
.index-content h3 strong {
	padding-left: 10px;
}
.index-content h3 small {
	margin-left: 10px;
	cursor: pointer;
}
.index-content .brand_wrap {
	height: 120px;
	overflow: hidden;
	/*box-shadow: 2px 2px 4px #dfdfdf;*/
	/*border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;*/
}
.index-content .brand_wrap_footer {
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
}
.index-content .brand_wrap_footer .glyphicon {
	margin-left: 4px;
}
.index-content .item {
	position: relative;
	height: 120px;
	background-color: #fff;
	border-bottom: 1px solid #dfdfdf;
}
.index-content .item:after {
	position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 120px;
    background: #dfdfdf;
}
.index-content .item a {
	text-decoration: none;
	color: inherit;
}
.index-content .item .line {
	padding-top: 20px;
	line-height: 14px;
	z-index: 1;
}
.index-content .item .line strong {
	text-shadow: 5px 2px 6px #fff;
}
.index-content .item .locat {
	position: absolute;
	bottom: 0;
}
.index-content .item span {
	font-size: 12px;
	color: #989898;
}
.index-content .item img {
	position: relative;
	bottom: 0;
	width: 100%;
	transition: all .6s;
}
.index-content .item:hover img {
	bottom: 10px;
}
.index-content .align {
	display: flex;
	height: 120px;
	align-items: center; /*定义body的元素垂直居中*/
    justify-content: center; /*定义body的里的元素水平居中*/
}
.index-content .goods_item {
	margin-bottom: 4px;
	padding: 0 2px;
}
.index-content .goods_item .goods-wrap {
	padding-bottom: 10px;
	background-color: #fff;
}
.index-content .goods_item img {
	width: 100%;
}
.index-content .goods_item h4 {
	margin: 0;
	padding: 10px 0 10px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #79b3f1;
	background: -webkit-linear-gradient(left,#7eacd9 30%,#094579 100%);
	background: linear-gradient(to right,#7eacd9 30%,#094579 100%);
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-content .goods_item h4 strong {
	font-size: 17px;
}
.index-content .goods_item h4 + span {
	width: 100%;
	padding: 10px 10px 0 10px;
	color: #333;

}
.goods-wrap > p {
	width: 100%;
	padding: 5px 10px 0 10px;
	color: #333;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 47px;
	margin-bottom: 0;
}
.goods-wrap > p:nth-of-type(2) {
    padding-top: 0;
}
.index-content .goods_item span + span {
	padding: 0 0 0 10px;
}
.index-content .goods_item span + span strong {
	padding-right: 4px;
}

.notice_wx {
	width: 100%;
}
.notice_tit {
	width: 120px;
	height: 22px;
	background: #ed145b;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.notice_p {
	line-height: 1.6;
	margin-top: 10px;
	max-height: 180px;
	overflow-y: auto;
	margin-bottom: 10px;
}

.dh_item {
	display: block;
	position: relative;
	width: 300px;
}
.dh_item img {
    width: 100%;
    height: auto !important;
}


.dh_item:first-of-type {
	margin-bottom: 15px;
}

.wx_block {
	padding-right: 0;
}
.wx_item {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 15px;
}
.wx_tit {
	width: 100%;
	height: 40px;;
	background: #22b14c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	color: #fff;
}
.wx_img {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.wx_img img {
	width: 100%;
}

.nav_bar {
	position: fixed;
	top: 230px;
	right: 50%;
	margin-right: 585px;
	z-index: 2;
}
.nav_bar ul {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #fe6397;
}
.nav_bar li {
	width: 60px;
	font-size: 12px;
	text-align: center;
	background-color: #fe6397;
	list-style: none;
}
.nav_bar li:nth-of-type(3) {
	background-color: #fff;
}
.nav_bar li:nth-of-type(3) a {
	color: #fe6397;
}
.nav_bar li.home_nav {
	margin-bottom: 1px;
}
.nav_bar li a {
	display: inline-block;
	margin: 12px 0;
	color: #fff;
	text-decoration: none;
}
.nav_bar li a span {
	display: block;
	margin-bottom: 4px;
	font-size: 24px;
}

footer {
	margin-top: 20px;
	background-color: #fff;
}
.footer {
	padding: 15px 0 0 0;
	text-align: center;
}
.footer p a {
	color: #666;
	text-decoration: none;
}
.footer p a:hover {
	color: #e33333;
}
.footer p span {
	margin: 0 10px;
	color: #ccc;
}
.footer .info,
.footer .copy_info {
	color: #999;
}
.footer .copy_info {
	margin: 0;
	padding-bottom: 15px;
}
.footer .copy_info strong {
	font-weight: normal;
}
.copy {
	padding: 10px 0;
	text-align: center;
	background-color: #222;
	color: #fff;
}

.index-content .success .panel-heading {
	color: #fff;
	background-color: #5ac4ba;
}
.index-content .panel-body strong + dl {
	margin-top: 10px;
	padding-left: 20px;
}
.index-content .panel-body dl {
	margin: 0;
}
.index-content .panel-body dl .badge {
	margin-top: -2px;
	margin-right: 10px;
	font-size: 14px;
	color: #0ca797;
	background-color: #e9e8e9;
}
.index-content .panel-body dl dd {
	margin-left: 32px;
	padding-bottom: 10px;
	color: #666;
}
.index-content .panel-danger dt {
	padding-bottom: 10px;
}
.index-content .panel-danger dt .badge {
	color: #a94442;
}

.index-content .panel-body p {
	margin: 0;
}

.index-content .panel-default.info dl {
	margin-top: 10px;
}
.index-content .panel-default.info dd {
	padding: 0;
}

.panel-body tbody tr th {
	vertical-align: middle;
}

.help .panel-heading {
	padding: 0;
}
.help .panel-heading a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}

.wrap-box {
	padding: 0 15px 20px 15px;
}
.wrap-box h4 {
	margin-top: 20px;
	font-weight: bold;
}
.wrap-box p span {
	display: block;
}

.panel-default .jumbotron {
	margin: 10px 0 0 0;
	padding: 10px 20px;
}
.panel-default .jumbotron p {
	font-size: 14px;
}
.panel-default .jumbotron.mt0 {
	margin-top: 0;
}

.recruit th {
	width: 12%;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.top-bar {
	position: fixed;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #a8a8aa;
	background-color: #444;
	z-index: 101;
}
.top-bar .container a {
	color: #fff;
}
.top-bar .container a:hover {
	text-decoration: none;
}
.top-bar + .container {
	padding-top: 36px;
	background-color: #fff;
}
.side-menu {
	position: static;
	padding-top: 20px;
	background-color: #fff;
	line-height: 20px;
}
.side-menu h5 {
	position: relative;
	margin: 8px 30px 11px;
	text-align: center;
	color: #888;
	background: url(../image/bg63.png) repeat-x 0 50%;
	cursor: default;
}
.side-menu h5 span,
.side-menu dt {
	display: inline-block;
	padding: 0 8px;
	background-color: #fff;
}
.side-menu a {
	padding: 6px 0;
}
.side-menu a {
	display: block;
	padding-left: 28px;
	text-decoration: none;
	color: #333;
	border-left: 2px solid #fff;
}
.side-menu a:hover {
	background-color: #efefef;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.side-menu .active a {
	color: #ca151e;
    border-left-color: #ca151e;
}
.show-grid {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.media-left .file-wrap {
	position: relative;
	width: 100px;
	height: 100px;
	border: 2px dashed #E7E6E6;
}
.media-left .file-wrap .fileinput-new {
	padding-top: 26px;
}
.media-left .file-wrap .fileinput-new span {
	display: block;
	text-align: center;
}
.media-left .file-wrap .fileinput-new span.glyphicon-plus {
	margin-bottom: 6px;
}
.media-left .file-wrap img {
	width: 100%;
	height: 100%;
}
.media-left .file-wrap .file {
	position: absolute;
    top: 0px;
    left: 0px;
	width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.media-body {
	vertical-align: middle;
}
.panel .table-cell {
	display: flex;
    align-items: center;
}

.pagination-wrap {
	margin: 40px 0 20px 0;
}
.glyphicon-circle-arrow-left,
.glyphicon-circle-arrow-right {
	font-size: 36px;
	color: #0070c9;
	cursor: pointer;
}
.glyphicon-circle-arrow-left {
	color: #c4c4c4;
}
.pagination-info {
	text-align: center;
	line-height: 2.25;
}
.pagination-info span {
	font-size: 16px;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  	display: none;
}
.manageType .media img {
	width: 64px;
}
.text-red {
	color: #f00;
}

.div2 {
	background: #f5f5f5;
	padding: 18px 10px;
}
.div2 > h3 {
	margin-top: 0;
}
.div2 button {
	min-width: 65px;
	width: auto;
	height: 30px;
	border: 0;
	border-radius: 5px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
}
#backTop {
	position: fixed;
	right: 200px;
	bottom: 70px;
	display: none;
}
.page_content {
	padding: 20px;
}
.page_content img {
	max-width: 100%;
	height: auto !important;
}
.page_nav {
	margin: 6px 15px 0;
	font-size: 16px;
	border-bottom: 1px solid #dedede;
	line-height: 2.5;
	padding-left: 5px;
}
.caonima {
	display: none;
}

.goods_img {
    width: 100%;
    max-height: 280px;
    height: 280px;
    overflow: hidden;
}
.goods_img img {
    width: 100%;
}












@media (max-width: 768px) {
	header {
		border-bottom: none;
	}
	header .container .head-wrap {
		position: absolute;
		top: 0;
		left: 15px;
		height: auto;
	}
	header .container .head-wrap h1 {
		margin: 12px 0;
		font-size: 24px;
	}
	header .container .logo {
		height: 45px;
	}
	header .container .head_company {
		color: #000;
		font-size: 19px;
		display: inline-block;
		margin: 0;
		padding-top: 10px;
      	width: 100%;
      position: fixed;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
	}
	header .container .navbar-collapse {
		margin: 0 -15px;
	}

	header nav .navbar-toggle {
		margin-right: 0;
	}
	header nav .navbar-nav li a {
		display: block;
	}


	header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}
	#navbar {
		position: absolute;
		width: 100%;
		background-color: #fff;
		z-index: 2;
	}

	.swiper-wrapper .swiper-slide {
		width: auto;
		padding: 0 10px;
		background-color: #fff;
	}
	.swiper-wrapper .swiper-slide a {
		display: inline-block;
	    height: 36px;
	    line-height: 36px;
	    font-size: 14px;
	    color: #000;
	    text-decoration: none;
	    text-align: center;
	}
	.swiper-wrapper .swiper-slide .am-active {
		border-bottom: 2px solid #ed145b;
	}

	.index-content {
		margin-top: 60px;
		padding: 0;
	}
	.notice_wx {
		margin-left: 0;
	}
	.wx_block {
		padding-right: 15px;
	}
	.wx_item {
		padding: 0;
		width: 48%;
	}
	.wx_item:first-of-type {
		margin-right: 2%;
	}

	.index-content .goods_item h4 {
		padding: 6px 6px;
		font-size: 12px;
	}
	.index-content .goods_item h4 strong {
		font-size: 16px;
	}
	.index-content .goods_item h4 + span {
		padding: 10px 10px 0 10px;
		height: 61px;
		font-size: 12px;
		overflow: hidden;
	}
	.index-content .goods_item span {
		display: block;
	}
	.index-content .goods_item span + span {
		padding: 0 10px;
	}
	.index-content .clearfix > h3 {
		margin: 10px 0;
		font-size: 18px;
	}

	footer {
		padding: 0 10px;
		font-size: 12px;
	}
	.footer {
		text-align: left;
	}
	.copy {
		font-size: 12px;
	}
	.footer_links {
		text-align: center;
	}
	.footer .copy_info {
		text-align: center;
	}
	.footer .copy_info strong {
		display: block;
	}

	.page-header {
		margin: 20px 0 10px 0;
    	padding-bottom: 0;
	}
	.index-content .page-header {
		margin: 20px 15px 10px 15px;
    	padding-bottom: 0;
	}
	.page-header h3 {
		margin-bottom: 10px;
    	font: bold 20px Microsoft YaHei;
	}
	.index-content .panel-body strong + dl {
		padding-left: 10px;
	}

	.shop tbody th {
		width: 30%;
	}
	.about tbody th {
		width: 36%;
	}

	.wrap-box h4 {
		font-size: 16px;
	}

	.side-menu {
		position: fixed;
		top: 0;
		right: -100%;
		background-color: #fff;
		z-index: 1;
		padding-top: 0;
		-webkit-transition: all 300ms ease-in;
	    -moz-transition: all 300ms ease-in;
	    -ms-transition: all 300ms ease-in;
	    -o-transition: all 300ms ease-in;
	    transition: all 300ms ease-in;
	}
	.side-menu .wrap {
		border-bottom: 2px solid #f00;
	}
	.side-menu h4 {
		float: left;
		padding: 16px 30px 10px;
	}
	.side-menu .glyphicon {
		float: right;
		padding: 24px 30px 10px;
		font-size: 20px;
		color: #999;
	}
	.side-menu h4 a {
		padding: 0;
	}
	.side-menu h5 {
		margin: 0;
		padding: 9px 20px 9px 25px;
		text-align: left;
		background: #fff;
	    font-size: 16px;
	    color: #373737;
	}
	.side-menu h5 span {
		padding: 0;
		background-color: #fff;
	}
	.side-menu li a {
		border: none;
	}
	.side-menu li.active a  {
		color: #fff;
		background-color: #333;
	}
	.side-menu ol {
		border-top: 2px solid #999;
		border-bottom: 2px solid #999;
	}
	.side-menu ol li {
		border-bottom: 1px solid #ff9a9a;
	}
	.side-menu ol li:last-child {
		border: none;
	}
	.side-menu dl {
		margin-bottom: 0;
	}

	.nav-mobile {
		position: relative;
		margin-top: 4px;
	    padding: 6px 10px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	    border-color: #fff;
	}
	.nav-mobile .icon-bar {
		display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
	    background-color: #fff;
	}
	.nav-mobile .icon-bar + .icon-bar {
		margin-top: 4px;
	}
	.panel .table-cell {
		display: block;
	}
	.show-grid a {
		display: inline;
	}

	#backTop {
		right: 30px;
		bottom: 80px;
	}
	
	header .container a img {
		margin-left: 0;
	}
	header .container a img + h3 {
		margin-left: 40px;
		width: 100%;
	}
	header .container a img + h3 + span {
		left: 0;
	}
	header nav .navbar-nav li a {
	    text-align: left;
	}
	
	.caonima {
		display: block;
	}
	
	.goods_img {
				max-height: 183px;
				height: 183px;
    }
}