body {
	color: #333;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 14px;
	font-family: "微软雅黑";
	/* background-color: #f6f1eb; */
	background-color: #FFFFFF;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

a {
	color: #333;
}

a:hover {
	color: #003d8c;
}

::selection {
	background: #003d8c;
	color: #fff;
}

::-moz-selection {
	background: #003d8c;
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

p {
	line-height: 22px
}
.font-bold{}
/* reset */
/* .container {
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
} */
.container {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden
}
@media screen and (max-width: 1440px){
	.container {
		width: 1200px;
	}
}
@media screen and (max-width:1025px) {
	.container,
	.w1270,
	.talkB .w1280 {
		width: 96%;
		margin: 0 auto;
		overflow: hidden;
	}
}

/* reset end */

@font-face {
	font-family: 'iconfont';
	src: url('t/font_1469158554_1436648.eot');
	/* IE9*/
	src: url('t/font_1469158554_1436648.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('t/font_1469158554_1436648.woff') format('woff'),
		/* chrome、firefox */
		url('t/font_1469158554_1436648.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('t/font_1469158554_1436648.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont";
	font-size: 50px;
	font-style: normal;
}

.top {
	background: #383838;
	color: #fff;
	height: 30px;
	line-height: 30px;
}

.top .top-fl {
	float: left;
}

.top .top-fr {
	float: right;
}

/*header*/
.header-frontend .navbar {
	margin-bottom: 0;
}

.navbar-default {
	border: none;
}

.navbar-brand {
	color: #bcc0cd;
	font-size: 30px;
	font-weight: 100;
	line-height: 30px;
	padding: 0 0 0 15px;
}

.navbar-brand span {
	color: #f25f5b;
}

.header-frontend .navbar-collapse ul.navbar-nav {
	float: right;
	margin-right: 0;
}

.header-frontend .navbar-default {
	background-color: #fff;
}

.header-frontend .nav li a,
.header-frontend .nav li.active ul.dropdown-menu li a {
	color: #999;
	/* font-size: 14px; */
	font-size: 16px;
	font-weight: 300;
	background: none;
}



.header-frontend .nav li a:hover,
.header-frontend .nav li a:focus,
.header-frontend .nav li.active a,
.header-frontend .nav li.active a:hover,
.header-frontend .nav li a.dropdown-toggle:hover,
.header-frontend .nav li a.dropdown-toggle:focus,
.header-frontend .nav li.active ul.dropdown-menu li a:hover,
.header-frontend .nav li.active ul.dropdown-menu li.active a {
	color: #fff;
	background-color: #003d8c;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-frontend .navbar-default .navbar-nav>.open>a,
.header-frontend .navbar-default .navbar-nav>.open>a:hover,
.header-frontend .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #003d8c;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-frontend .navbar-nav>li>a {
	/* line-height: 60px; */
	line-height: 50px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	/* padding-left: 23px;
	padding-right: 23px; */
	padding-left: 33px;
	padding-right: 33px;
	color: #333;
}

.dropdown-menu li a:hover {
	color: #fff !important;
}

.header-frontend .nav .caret {
	border-bottom-color: #999;
	border-top-color: #999;
}

.dropdown-menu {
	box-shadow: none;
	border-radius: 0;
}

.header-frontend .nav li .dropdown-menu {
	padding: 0;
}

.header-frontend .nav li .dropdown-menu li a {
	line-height: 28px;
	padding: 3px 12px;
}

.theme-dropdown .dropdown-menu {
	display: block;
	position: static;
	margin-bottom: 20px;
}

.theme-showcase>p>.btn {
	margin: 5px 0;
}

.biaoti {
	margin-top: 20px;
}

.biaoti .biaoti-img {
	display: block;
	width: 600px;
	margin: 0 auto;
}

.biaoti h2,
.biaoti p,
.biaoti span {
	text-align: center;
}

.biaoti p {
	color: #666;
	line-height: 35px;
}

.biaoti span {
	border-bottom: 1px solid #949494;
	color: #666;
	font-weight: bold;
	font-size: 18px;
}

.english {
	text-align: center;
}

.line {
	border-bottom: 1px solid #ddd;
	margin-top: -1px;
}

.mt {
	margin-top: 20px;
}

.f-box {
	background: #f4f4f4;
	padding: 60px 20px;
	text-align: center;
	min-height: 380px;
	margin-bottom: 20px;
	transition-duration: 500ms;
	transition-property: width, background;
	transition-timing-function: ease;
	-webkit-transition-duration: 500ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
}

.f-box h2 {
	margin-top: 20px;
}

.f-box .yw {
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	margin: 10px 0;
}

.f-box .f-text {
	color: #666;
}

.f-box u {
	margin: 15px auto;
	width: 85px;
	height: 1px;
	background: #ddd;
	display: block;
}

.recent-work-wrap img {
	width: 100%;
}

.recent-work-wrap {
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.recent-work-wrap img:hover {
	opacity: .9;
}

.more {
	margin: 0 auto;
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	background: #31afdf;
	border-radius: 8px;
}

/* .news{ background: #31afdf; padding: 50px 0 50px 0; overflow: hidden;}
.newtit{ width: 185px; height: 59px; border: 2px solid #fff; margin: 0 auto;}
.newtit h2{ line-height: 40px; font-size: 24px; color: #fff; text-align: center;}
.newtit span{ width: 150px; margin: 0 auto; background: #31afdf; text-transform: uppercase; font-size: 20px; color: #fff; padding: 0 10px; text-align: center; display: block;}
 */
.nav-tabs {
	border: 0;
}

.class-list .nav>li {
	/* margin-right: 15px; */
	/* margin-left: 25px;margin-right: 22px; */
	float: left;
	/* padding: 0; margin: 0; */
}

.class-list .nav>li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	/*  -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;	 */

}

.nav>li>a {
	background: #003d8c;
	color: #333;
	border-radius: 6px;
	padding: 13px 40px;
	border: 0;
}

.nav>li>a:hover {
	background: #b59964;
	color: #fff;
	border: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background: #b59964;
	color: #333;
	border: 0;
}

.tab-content {
	margin-top: 30px;
}

.newstext {
	text-align: center;
	color: #fff;
	margin: 30px 0;
	font-size: 16px;
}

.newslist li a {
	color: #fff;
}

.newslist li {
	line-height: 30px;
	overflow: hidden;
}

.newslist i {
	float: left;
	width: 270px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-style: normal;
}

.newslist span {
	float: right;
}

.partner img {
	width: 100%;
	border: 1px solid #ddd;
	margin: 10px 0;
}

.add {
	background: #f9f9f9;
	padding: 20px 0;
}

.add img {
	width: 100%;
}

.add h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

.add p {
	font-size: 16px;
	line-height: 30px;
}

.add .btn-default {
	background: #f44234;
	color: #fff;
	border: 0;
	margin-top: 15px;
}

.contact {
	margin-top: 60px;
}

/* 手机导航 */
.phone-nav {
	padding: 24px 0 0;
	overflow: hidden;
	margin: 0 auto;
}


.phone-nav li p {
	line-height: 36px;
	font-size: 14px;
	color: #333333;
	font-weight: 700;
}

.phone-nav li img {
	width: 64px;
	display: block;
	margin: 0 auto;
}

.phone-nav li {
	width: 33%;
	float: left;
	text-align: center;
	list-style: none;
}



.pst_bg {
	width: 100%;
	height: 72px;
	border-bottom: 1px solid #dddddd;
	
}

.pst {
	/* width: 1100px; */
	text-align: left;
	margin: 0px auto;
	height: 72px;
	line-height: 72px;
	
	/* background: url(../images/address.png) left no-repeat; */
	font-size: 16px;
	color: #777;
	
}

/* .pst .site a {
	color: #777;
} */

/* .pst .sit a:hover {
	color: #003d8c;
} */

.scd {
	width: 1100px;
	margin: 0px auto;
}

.scd .scd_l {
	width: 210px;
	float: left;
	position: relative;
	z-index: 99;
}

.scd_l .s_name {
	/* width:210px; */
	height: 50px;
	line-height: 50px;
	background: #b59964;
	position: relative;
	text-indent: 12px;
	font-size: 18px;
	color: #fff;
}

.scd_l .s_name img {
	vertical-align: top;
	margin-top: 18px;
}

.scd_l .s_name i {
	display: block;
	width: 30px;
	height: 31px;
	background: url(../images/icon10.png) no-repeat;
	position: absolute;
	right: -30px;
	bottom: -1px;
}

.scd_l .s_nav {
	/* width:210px; */
	background: #f0f0f0;
	margin-bottom: 20px;
}

.scd_l .s_nav li {
	background: url(../images/icon.png) no-repeat right;
	margin: 0px 15px;
	/*width:100%; */
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
}

.scd_l .s_nav li a {
	/*width:190px;*/
	height: 45px;
	line-height: 45px;
	/*padding-left:20px; */
	font-size: 16px;
	display: block;
	*display: inline;
	zoom: 1;
}

.scd_l .s_nav li.now a,
.scd_l .s_nav li a:hover {
	color: #b59964;
}

.s_nav .now a {
	color: #b59964;
	/* background: url(../images/hovericon.png) no-repeat right; */
}

.s_nav a:hover {
	color: #b59964;
	/* background: url(../images/hovericon.png) no-repeat right; */
}

.scd_l .s_nav li:last-child {
	border-bottom: 0;
}

.scd .scd_r {
	width: 855px;
	float: right;
}

.r_name {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.r_name span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #b59964;
	border-bottom: 1px solid #b59964;
}

.about {
	width: 100%;
	padding: 20px 0;
	font-size: 14px;
	color: #555555;
	line-height: 255%;
	text-align: left;
}

.about img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.about h3 {
	font-size: 18px;
	color: #003d8c;
	font-weight: bold;
	position: relative;
	padding: 10px;
}

.title-line {
	width: 100%;
	position: relative;
	padding-bottom: 10px;
}

.title-line span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 56px;
	line-height: 56px;
	font-size: 30px;
	color: #b59964;
	font-weight: bold;
	border-bottom: 3px solid #b59964;
}



.pages {
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.pages a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	font-size: 16px;
	color: #555555;
	margin: 0 3px;
}

/* .pages .now{ color:#179EED;} */
.pages .prev,
.pages .next {
	color: #FFF;
	background: #646464;
	padding: 0 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.pages .prev:hover,
.pages .next:hover {
	background: #00649F;
}

.new {
	width: 100%;
	padding: 30px 0;
}

.new dl {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}

.new dl dt,
.new dl dt img {
	width: 235px;
	height: 135px;
	float: left;
	vertical-align: top;
}

.new dl dt {
	border: 3px solid #eee;
}

.new dl dd {
	width: 595px;
	float: right;
	text-align: left;
}

.new dl dd .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
}

.new dl dd .title p {
	width: 65%;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #0063B3;
	font-size: 16px;
}

.new dl dd .title em {
	font-style: normal;
	display: block;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #888;
}

.new dl dd .des {
	width: 100%;
	height: 69px;
	font-size: 14px;
	color: #555555;
	line-height: 170%;
	overflow: hidden;
	text-indent: 2em;
	margin-bottom: 6px;
}

.new dl dd .more1 {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 82px;
	height: 24px;
	border: 1px solid #0063B3;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #0063B3;
}

.lianxi {
	margin: 15px 0;
}

.lianxi p {
	line-height: 30px;
}

.sub {
	background: #f44234;
	color: #fff;
	border: 0;
	margin-top: 15px;
}

.lianxi span {
	color: red;
}

.new dl .newcontent {
	width: 855px;
}

.new dl .newcontent .des {
	height: 45px;
}

.new dl dd .des a {
	color: #555;
}

/* .detail {
	padding-bottom: 25px;
}

.detail h2 {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}

.detail .lj {
	color: #666;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 30px;
	font-size: 12px;
} */

.pagebox {
	border-top: 1px solid #ddd;
	/* margin-bottom: 50px; */
	padding-top: 10px;
}

.pagebox a {
	display: inline-block;
	/* width: 100%; */
	width: 80%;
/* 	box-sizing: border-box;
	padding-right: 200px; */
	/* float: left; */
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* .pagebox .down {
	float: right;
	text-align: right;
} */
/* .pagebox b{float: left;} */
.pagebox span{
	display: inline-block;
	line-height: 36px;
	float: right;
	color: #999999;
}
@media screen and (max-width:770px) {

	.scd .scd_r,
	.scd .scd_l {
		width: 100%;
	}

	.scd_l .s_name i {
		display: none;
	}

	/* .scd .scd_l{ margin-top:25px;}*/
	.scd_l .s_name {
		width: 100%;
		background-size: 100% 100%;
		text-align: left;
	}

	.scd_l .s_name img {
		margin-left: 30px;
	}

	.scd_l .s_nav {
		/* width:480px; */
	}

	.scd_l .s_nav li a {
		/* width:450px; */
		/* width: 50%; */
	}

	.pst {
		text-align: left;
		width: 480px;
	}

	.scd {
		width: 480px;
	}

	.new dl dd {
		width: 230px;
	}

	.new dl .newcontent {
		width: 100%;
	}

	.detail img {
		width: 100%;
	}

	.pagebox a {
		width: 100%;
	}

	.pagebox .down {
		text-align: left;
	}

	.pagebox {
		margin-top: 20px;
	}
}

@media screen and (max-width:510px) {
	.pst_bg {
		display: none;
	}

	.r_name {
		display: none;
	}

	.scd_l .s_nav {
		background-color: #003d8c;
	}

	.s_name {
		display: none;
	}

	.container {
		margin: 0;
		padding: 0;
	}

	.container.padd-lr {
		margin: 0 15px;
	}

	.scd_l .s_nav li {
		display: inline-block;
		background: none;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 32%;
		border: 0;
	}

	.page_content {
		padding: 20px;
	}

	.container .page_left,
	.scd_l .s_nav {
		margin-bottom: 0;
	}

	.scd_l .s_nav li a {
		color: #fff;
	}

	.scd_l .s_nav li.now,
	.scd_l .s_nav li.now a {
		background-color: #b59964;
		color: #fff;
	}

	.pst {
		font-size: 14px;
		width: 320px;
	}

	.new dl dd {
		width: 100%;
	}

	.new dl dt,
	.new dl dt img {
		width: 314px;
		height: 180px;
	}

	.lianxi img {
		width: 100%;
	}

	.new dl .newcontent {
		width: 100%;
	}

	.detail img {
		width: 100%;
	}

	.pagebox a {
		width: 100%;
		line-height: 30px;
	}

	.pagebox .down {
		text-align: left;
	}

	.pagebox {
		margin-top: 20px;
	}

	.title-line span {
		font-size: 24px;
	}

	.padd {
		padding: 10px 15px;
	}

	.lianxi {
		padding: 10px 15px;
	}

}

#recent-works .col-xs-12.col-sm-4.col-md-4 {
	padding: 0;
}

#recent-works {
	background: url(../images/main2.jpg);
	background-size: cover;
	padding-bottom: 70px;
}

.recent-work-wrap {
	position: relative;
	display: block;
}

.recent-work-wrap img {
	width: 100%;
}

.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: 1;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	text-align: center;
}

.recent-work-wrap .recent-work-inner h3 {
	margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a {
	font-size: 24px;
	color: #fff;
}

.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #000;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}

.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}

.recent-work-wrap:hover .overlay {
	opacity: 0.9;
}

.scd_r .pro img {
	width: 100%;
}

.scd_r .pro p {
	text-align: center;
	background: #F5F5F5;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.scd_r .pro {
	margin-bottom: 20px;
}





/* 产品展示 */
.product {
	margin-bottom: 60px;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}



.pro_item {
	margin-top: 30px;

}

.pro_item .pro_pic {
	display: block;
	position: relative;
	width: 100%;
	/* padding-bottom: 63.7%; */
	padding-bottom: 100%;
	border: 8px solid #003d8c;
	box-sizing: border-box;
}

.pro_item .pro_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pro_item .pro_tit {
	display: block;
	padding: 16px 0;
	/* border: 1px solid #FFFFFF; */
	border-top: 0;
	background-color: #003d8c;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	-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;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	-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;
}

/* 健康讲堂 */
.index_section {
	padding: 4rem 0 2rem;
}

.column_figure {
	width: 100%;
	height: 0;
	/* padding-bottom: 55.946%; */
	padding-bottom: 50%;
	position: relative;
	overflow: hidden;
	border-bottom: 5px solid #b59964;
}

.column_figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.column_content {
	/* padding: 1.5rem; */
	padding: 15px 20px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-top: 0;
	margin-bottom: 20px;
}

.column_content .column_title {
	font-size: 1.8rem;
	color: #666666;
	line-height: 3.5rem;
	height: 3.5rem;
	overflow: hidden;
}

.column_content .column_con {
	height: 11rem;
	margin: 1rem 0;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #666666;
	overflow: hidden;
}

.column_content .column_btn {
	margin-bottom: 0.5rem;
}

.text-center {
	text-align: center;
}

.column_content .column_btn a {
	display: inline-block;
	width: 6rem;
	height: 6rem;
	text-align: center;
	line-height: 6rem;
	border-radius: 50%;
	border: 1px dashed #666666;
	font-size: 1.4rem;
	color: #666666;
}

/* 新闻列表 */
.rgt-news-list {
	/* float: right; */
	/* width: 45%; */
}

.rgt-news-list .ellipsis {
	text-align: left;
}

.video-img {
	width: 480px;
	height: 270px;
}

@media (max-width: 767px) {
	.rgt-news-list ul li:hover a {}
}

.rgt-news-list ul {
	list-style: none;
}

.rgt-news-list ul li {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	overflow: hidden;
	/* border-bottom: 1px solid #e2e2e2; */
}

.rgt-news-list ul li span {
	color: #999999;
	float: right;
	font-size: 12px;
}

.rgt-news-list ul li:hover a {
	color: #003d8c;

}

.rgt-news-list ul li p {
	color: #666666;
	float: left;
	width: 68%;
	line-height: 36px;
}

.rgt-news-list ul li a {
	color: #666666;
}

/* 对症艾灸 */
.class-border {
	padding: 0;
	margin: 0;
}

.class-border .nav>li {
	padding: 4px 6px;
}

.class-border .nav>li>a {
	background: #FFFFFF;
	border: 1px solid #003d8c;
	color: #b59964;
	text-align: center;
}

.class-border .nav>li>a {
	padding: 13px 10px;
}

/* 工艺展示 */

.home_product {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 60px;
	/* background: url("../img/home_product.png") no-repeat top center; */
}

/* .home_product .title {
	font-size: 34px;
	text-transform: uppercase;
	display: block;
	height: 46px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	font-family: arial;
	line-height: 46px;
}
.home_product .text {
	display: table;
	max-width: 100%;
	overflow: hidden;
	font-size: 20px;
	text-transform: uppercase;
	height: 28px;
	margin: 6px auto;
	line-height: 28px;
}
.home_product .text small {
	float: left;
	width: 17px;
	display: block;
	height: 1px;
	margin: 15px 0 0;
	background: #fff;
}
.home_product .text span {
	background: none;
	padding: 0 10px;
	float: left;
	display: block;
	color: #fff;
} */
.home_product .home_protitle {
	list-style: none;
	text-align: center;
	margin: 20px auto 0;
}

.home_product .home_protitle li {
	display: inline-block;
	width: 138px;
	line-height: 38px;
	margin: 0 3px 5px;
	height: 38px;
	font-size: 14px;
	background: #f4f4f4;
	text-align: center;
}

@media (max-width: 767px) {
	.home_product .home_protitle li {
		margin: 10px 3px 5px;
	}
}

.home_product .home_protitle li a {
	color: #666666;
}

.home_product .homeproduct {
	width: 100%;
	margin: 30px auto 0;
}

@media (max-width: 1200px) {
	.home_product .homeproduct {
		width: 80%;
	}
}

@media (max-width: 767px) {
	.home_product .homeproduct {
		display: none;
	}
}

.home_product .homeproduct .home_product_nr {
	margin: 0 25px;
}

@media (max-width: 1200px) {
	.home_product .homeproduct .home_product_nr {
		margin: 0 20px;
	}
}

@media (max-width: 1200px) {
	.home_product .homeproduct .home_product_nr {
		margin: 0 8px;
	}
}

.home_product .homeproduct .home_product_nr .pic {
	width: 100%;
	position: relative;
}

.home_product .homeproduct .home_product_nr .pic:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.home_product .homeproduct .home_product_nr .text1 {
	width: 100%;
	height: 38px;
	font-size: 12px;
	background: #fff;
	text-align: center;
	overflow: hidden;
	line-height: 38px;
}

.home_product .homeproduct .home_product_nr .text1 a {
	color: #666666;
}

.home_product .homeproduct .home_product_nr .text1 a:hover {
	color: #003d8c;
}

.home_product .homeproduct .slick-prev,
.home_product .homeproduct .slick-next {
	width: 57px;
	height: 61px;
	border: none;
}

.home_product .homeproduct .slick-prev {
	left: -70px;
	background: url(../images/prev.png) no-repeat;
}

.home_product .homeproduct .slick-next {
	right: -70px;
	background: url(../images/next.png) no-repeat;
}

.home_product .homeproduct1 {
	width: 100%;
	margin: 15px auto 0;
}


/* .home_product .homeproduct1 .home_product_nr {
	margin: 0 25px;
} */

/* @media (max-width: 1200px) {
	.home_product .homeproduct1 .home_product_nr {
		margin: 0 20px;
	}
} */

@media (max-width: 1200px) {
	.home_product .homeproduct1 .home_product_nr {
		margin: 0 8px;
	}
}

.home_product .homeproduct1 .home_product_nr .pic {
	width: 65%;
	margin: 0 auto;
	position: relative;
}

.home_product .homeproduct1 .home_product_nr .pic:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.home_product .homeproduct1 .home_product_nr .text1 {
	width: 65%;
	margin: 0 auto;
	height: 38px;
	font-size: 12px;
	background: #fff;
	text-align: center;
	overflow: hidden;
	line-height: 38px;
}

.home_product .homeproduct1 .home_product_nr .text1 a {
	color: #003d8c;
}

.home_product .homeproduct1 .slick-prev,
.home_product .homeproduct1 .slick-next {
	width: 57px;
	height: 61px;
	border: none;
}
/* 
.home_product .homeproduct1 .slick-prev {
	left: 0;
	background: url(../images/prev.png) no-repeat;
}
.home_product .homeproduct1 .slick-next {
	right: 0;
	background: url(../images/next.png) no-repeat;
} */
 


/* @media (max-width: 768px) {
	.subimg{
		height: 180px;
		background-color: #003399;
		overflow: hidden;
	}
	.subimg img{
			height: 180px;
	}
	.subban.jionBF{
		height: 180px;
		background: url(../images/subban-joinBF.jpg) no-repeat center;
		background-size: cover;
	} 
} */

/* 
@media (min-width: 768px) {
	.home_product .homeproduct1 {
		display: none;
		margin: 25px auto 0;
	}
	
} */

/*清楚浮动*/
.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

/*图片垂直水平居中*/
.vcenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

.vcenter2 {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}

/* 图片滚动 */
/* .root .body .products {
        padding: 10px 0;
        background-color: #fff;
        border-bottom: 7px solid #f0f0f0
    }

    .root .body .products .tit {
        text-align: center;
        padding-bottom: 10px
    }

    .root .body .products .tit .zh {
        font-size: 16px;
        height: 24px;
        line-height: 24px;
        color: #42aaff;
        position: relative;
        font-weight: 700
    }

    .root .body .products .tit .zh:after,.root .body .products .tit .zh:before {
        content: '';
        display: block;
        height: 1px;
        background-color: #42aaff;
        position: absolute;
        width: 76px;
        top: 50%
    }

    .root .body .products .tit .zh:after {
        right: 50%;
        margin-right: -120px
    }

    .root .body .products .tit .zh:before {
        left: 50%;
        margin-left: -120px
    }

    .root .body .products .tit .en {
        display: none;
        font-size: 14px;
        color: #c3c3c3;
        padding-top: 5px
    }

    .root .body .products .products-list {
        position: relative
    }

    .root .body .products .swiper-container {
        width: 100%;
        height: 175px
    }

    .root .body .products .swiper-slide {
        width: 100%
    }

    .root .body .products .swiper-slide a {
        width: 100%;
        text-decoration: none;
        display: block;
        margin: 0 auto
    }

    .root .body .products .products-wrap {
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
        position: relative
    }

    .root .body .products .products-wrap .p-images {
        width: 100%
    }

    .root .body .products .products-wrap .p-images img {
        width: 100%;
        height: 218px;
    }

    .root .body .products .products-wrap .p-summary {
        padding: 7px;
        background-color: rgba(0,0,0,.4);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center
    }

    .root .body .products .products-wrap .p-summary .ps-tit {
        font-size: 14px;
        color: #fff
    }

    .root .body .products .products-wrap .p-summary .ps-tit span {
        display: inline-block;
        width: auto
    }

    .root .body .products .products-wrap .p-summary .ps-sum {
        display: none
    }

    .root .body .products .swiper-pagination {
        display: none;
        padding: 15px 0;
        text-align: center
    }

    .root .body .products .swiper-pagination .swiper-pagination-switch {
        display: inline-block;
        width: 15px;
        height: 15px;
        background-color: #999;
        border-radius: 50%;
        margin: 0 5px
    }

    .root .body .products .swiper-pagination .swiper-pagination-switch.swiper-active-switch,.root .body .products .swiper-pagination .swiper-pagination-switch.swiper-visible-switch {
        background-color: #42aaff
    }

    .root .body .products .swiper-pagination .swiper-pagination-switch:hover {
        cursor: pointer
    }

    .root .body .products .swiper-products-next,.root .body .products .swiper-products-prev {
        position: absolute;
        top: 50%;
        width: 50px;
        height: 80px;
        margin-top: -40px;
        opacity: .3;
        display: none
    }

    .root .body .products .swiper-products-next:hover,.root .body .products .swiper-products-prev:hover {
        opacity: .7;
        cursor: pointer
    }

    .root .body .products .swiper-products-prev {
        background: rgba(0,0,0,.1) url(../images/prev.png) no-repeat center
    }
    .root .body .products .swiper-products-next {
        background: rgba(0,0,0,.1) url(../images/next.png) no-repeat center
    }
 */




.health {
	padding: 16px 0;
}

/* 健康讲堂 */
.qh-xinwen {
	padding: 10px 0;
}

.qh-xinwen .tit2 {
	text-align: center;
}

.qh-xinwen .tit2 li {
	display: inline-block;
	margin: 0 20px;
	font-size: 20px;
	line-height: 46px;
	color: #b5b5b5;
	border-bottom: 4px solid #f6f1eb;
	cursor: pointer;
	color: #333;
	font-weight: normal;
}

.qh-xinwen .tit2 ul li.cur {
	color: #fff;
	line-height: 46px;
	border-bottom: 4px solid #b59964;
	color: #b59964;
	font-weight: bold;
}

.qh-xinwen .tit2 ul li a {
	display: block;
	height: 46px;
	font-size: 20px;
	line-height: 46px;
	font-weight: normal;
	color: #333333;
	background: none;
}

.qh-xinwen .tit2 ul li.cur a {
	text-decoration: none;
	color: #b59964;
	line-height: 46px;
}

/* 资质荣誉 */
.zzry-list .pro_item .pro_pic {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 72%;
}



.navbar-toggle,
.navbar-default .navbar-toggle {
	background-color: #003d8c;
	border-color: #003d8c;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #003d8c;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.about .culture-title {
	font-size: 16px;
	color: #333;
}

.about .culture-content {
	font-size: 14px;
	color: #6b6b6b;
}

.about .left {
	float: left;
	margin-right: 40px;
}


/* 关于我们 */


/* new 8.23 */
/* 字体 */
.color-white {
	color: #FFFFFF;
}

/* flex 布局 */
.flex {
	display: -webkit-flex;
	display: flex;
}

.flex-1 {
	flex: 1;
}

.flex-between {
	justify-content: space-between;
}

.flex-center {
	align-items: center;
}

.flex-column {
	flex-direction: column;
}

.flext-top {
	align-items: flex-start;
}

.content-center {
	width: 1440px;
	margin: 0 auto;
	overflow: hidden;
}


/* 9.1 footer */
.footer {
	width: 100%;
	float: left;
	background: #303037;
	padding-top: 50px
}

.footer dl {
	float: left;
	width: 190px;
}

.footer dl dt {
	font-weight: bold;
	/* color: #e0e0e0; */
	color: #f4f4f4;
	margin-bottom: 15px;
	font-size: 18px;
	color: white;
}



.footer dl dd a {
	display: block;
	color: #FFFFFF;
	line-height: 28px;
}

.footer dl dd a:hover {
	color: #fff
}

.footer .footop {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #3e3e3e;
	/* background-color: #303037; */
}

.footer .footop .footer_follow {
	float: right;
	width: 147px;
	color: #fefefe;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}

.footer .footop .footer_follow ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-left: 10px;
	margin-top: 15px;
}

.footer .footop .footer_follow ul li {
	margin-right: 5px;
	cursor: pointer;
	position: relative;
}

.footer .footop .footer_follow ul li:hover .wem1 {
	display: block;
}

.footer .footop .footer_follow ul li .wem1 {
	position: absolute;
	top: -25px;
	left: -120px;
	width: 110px;
	height: 110px;
	background: #fff;
	display: none;
	-webkit-box-shadow: 0px 0px 8px rgba(173, 173, 173, .75);
	box-shadow: 0px 0px 8px rgba(173, 173, 173, .75);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.footer .footop .footer_follow ul li .wem1 img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
	position: absolute;
	left: 0;
	z-index: 10;
}

.footer .footop .footer_follow ul li .wem1:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 46px;
	right: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	filter: drop-shadow(2px 1px 2px #ccc);
}

.footen {
	width: 100%;
	float: left;
	padding: 30px 0px
}

.footen p {
	float: left;
	color: #f4f4f4;
}

.footen p a {
	color: #f4f4f4;
}

.footen div {
	float: right;
}

.footen div a {
	/* color: #adadad; */
	color: #f4f4f4;
	float: left;
	padding-right: 14px
}

/* .footen div a:after {
	content: '|';
	padding: 0px 14px
} */

.footen div a:last-child:after {
	display: none
}
.footen .fl{float: left;}
.footen .fr{float: right;}
.ewm-box{
	float: right;
	background-color: #515169;
	color: #FFFFFF;
	float: right;
	padding: 12px;
	padding-bottom: 0;
	margin-left: 40px;
	text-align: center;
}
.ewm-box p{
	font-size: 14px;line-height: 2;
}


/* media */


@media (max-width:767px) {
	.aboutus {
		padding: 0 0 40px 0;
		background: 0 0;
	}

	.aboutus .aboutus-w {
		padding: 15px 10px;
		background-color: #f6f1eb;
		box-shadow: none
	}

	.aboutus .tit .zh {
		font-size: 16px;
		color: #b59964;
		font-weight: bold;
		border-bottom: 3px solid #b59964;
		padding-bottom: 2px;
		margin-right: 10px;
		font-weight: 700;
		vertical-align: bottom
	}

	.aboutus .tit .en {
		vertical-align: bottom;
		font-size: 12px;
		color: #999
	}

	.aboutus .au-wrap {
		color: #666;
		font-size: 16px
	}

	.aboutus .au-wrap .au-summary {
		margin-bottom: 20px;
		width: 100%;
		line-height: 28px
	}

	.aboutus .au-wrap .au-summary .au-font {
		margin: 10px 0 15px 0;
		font-size: 14px;
		color: #999;
		height: 200px;
		word-break: break-all;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-moz-line-clamp: 7;
		-ms-line-clamp: 7;
		-o-line-clamp: 7;
		line-clamp: 7;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-box-orient: vertical;
		-o-box-orient: vertical;
		box-orient: vertical;
		overflow: hidden
	}

	.aboutus .au-wrap .au-summary .au-btn-more a {
		display: inline-block;
		height: 30px;
		width: 100px;
		font-size: 14px;
		text-decoration: none;
		text-align: center;
		line-height: 30px;
		color: #fff;
		background-color: #b59964
	}

	.aboutus .au-wrap .au-summary .au-btn-more a:hover {
		background-color: #003d8c;
	}

	.aboutus .au-wrap .au-video {
		height: 270px;
		width: 100%
	}

	.aboutus .au-wrap .au-video #my-video {
		width: 100% !important;
		height: 100% !important
	}

	.aboutus .au-wrap .au-video video {
		width: 100%;
		height: 100%
	}
}

@media (min-width:768px) {
	.aboutus {
		padding: 105px 0 40px 0;
		background: url(../images/aboutus-bg.jpg) no-repeat top
	}

	.aboutus .aboutus-w {
		padding: 35px 35px 55px 35px;
		background-color: #f6f1eb;
		box-shadow: 1px 1px 5px #aaa
	}

	.aboutus .tit .zh {
		font-size: 24px;
		color: #b59964;
		font-weight: bold;
		border-bottom: 3px solid #b59964;
		padding-bottom: 2px;
		margin-right: 10px
	}

	.aboutus .tit .en {
		font-size: 14px;
		color: #999
	}

	.aboutus .au-wrap {
		color: #666;
		font-size: 16px
	}

	.aboutus .au-wrap .au-summary {
		margin-bottom: 20px;
		width: 100%;
		line-height: 28px
	}

	.aboutus .au-wrap .au-summary .au-font {
		max-height: 145px;
		margin: 45px 0 45px 0;
		padding: 0;
		word-break: break-all;
		display: -webkit-box;
		display: -moz-box;
		-webkit-line-clamp: 5;
		-moz-line-clamp: 5;
		-ms-line-clamp: 5;
		-o-line-clamp: 5;
		line-clamp: 5;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-box-orient: vertical;
		-o-box-orient: vertical;
		box-orient: vertical;
		overflow: hidden
	}

	.aboutus .au-wrap .au-summary .au-btn-more a {
		display: inline-block;
		height: 30px;
		width: 100px;
		font-size: 14px;
		text-decoration: none;
		text-align: center;
		line-height: 30px;
		color: #fff;
		background-color: #b59964
	}

	.aboutus .au-wrap .au-summary .au-btn-more a:hover {
		background-color: #003d8c;
	}

	.aboutus .au-wrap .au-video {
		height: 270px;
		width: 100%
	}

	.aboutus .au-wrap .au-video #my-video {
		width: 100% !important;
		height: 100% !important
	}

	.aboutus .au-wrap .au-video video {
		width: 100%;
		height: 100%
	}
}

@media (min-width:992px) {
	.aboutus {
		padding: 105px 0 40px 0;
		background: url(../images/aboutus-bg.jpg) no-repeat top;
	}

	.aboutus .aboutus-w {
		padding: 35px 35px 55px 35px;
		background-color: #f6f1eb;
		box-shadow: 1px 1px 5px #aaa
	}

	.aboutus .tit .zh {
		font-size: 30px;
		color: #b59964;
		font-weight: bold;
		border-bottom: 3px solid #b59964;
		padding-bottom: 2px;
		margin-right: 10px
	}

	.aboutus .tit .en {
		font-size: 14px;
		color: #999
	}

	.aboutus .au-wrap {
		color: #666;
		font-size: 16px
	}

	.aboutus .au-wrap .au-summary {
		width: 420px;
		line-height: 28px
	}

	.aboutus .au-wrap .au-summary .au-font {
		max-height: 145px;
		margin: 45px 0 45px 0;
		padding: 0;
		word-break: break-all;
		display: -webkit-box;
		display: -moz-box;
		-webkit-line-clamp: 5;
		-moz-line-clamp: 5;
		-ms-line-clamp: 5;
		-o-line-clamp: 5;
		line-clamp: 5;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-box-orient: vertical;
		-o-box-orient: vertical;
		box-orient: vertical;
		overflow: hidden
	}

	.aboutus .au-wrap .au-summary .au-btn-more a {
		display: inline-block;
		height: 40px;
		width: 100px;
		font-size: 14px;
		text-decoration: none;
		text-align: center;
		line-height: 40px;
		color: #fff;
		background-color: #b59964
	}

	.aboutus .au-wrap .au-summary .au-btn-more a:hover {
		background-color: #003d8c;
	}

	.aboutus .au-wrap .au-video {
		height: 270px;
		width: 480px;
		background-color: #0e0e0e
	}

	.aboutus .au-wrap .au-video #my-video {
		width: 100% !important;
		height: 100% !important
	}

	.aboutus .au-wrap .au-video video {
		width: 100%;
		height: 100%
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.col-4 .item {
		width: 47%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.product {
		display: none;
	}

	.img {
		display: none;
	}
}

@media (max-width: 768px) {
	.productdetail img {
		width: 100%;
	}

	.copy {
		padding: 15px 0;
	}

	.newslist i {
		width: 200px;
	}

	.nav>li>a {
		padding: 5px 15px;
	}

	.class-list .nav>li {
		margin: 0;
		padding: 0 6px;
		/* margin-bottom: 6px; */
		margin-top: 10px;
		/* margin-right: 18px; */
	}

	.class-border .nav>li {
		margin: 0;
		padding: 0px;
		/* margin-bottom: 6px; */
		margin-top: 10px;
		/* margin-right: 18px; */
	}

	.f-box {
		padding: 20px 0;
		min-height: 220px;
		border-radius: 10px;
	}

	.f-box h2 {
		margin-top: 10px;
		font-size: 20px;
	}

	.f-box .yw {
		font-size: 14px;
	}

	.biaoti h2 {
		font-size: 18px;
	}

	.biaoti .biaoti-img {
		width: 80%;
	}


	.iconfont {
		font-size: 40px;
	}

	.f-box .f-text {
		padding: 0 5px;
	}

	.navbar-brand img {
		width: 120px;
	}

	.navbar-brand {
		margin-top: 5px;
	}

	.navbar-toggle {
		margin-top: 12px;
	}

	.header-frontend .navbar-collapse ul.navbar-nav {
		float: none;
		margin-left: 0;
	}

	.header-frontend .navbar-nav>li>a {
		line-height: 30px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.header-frontend .nav li a:hover,
	.header-frontend .nav li a:focus,
	.header-frontend .nav li a.dropdown-toggle:focus,
	.header-frontend .nav li a.dropdown-toggle .dropdown-menu li a:hover,
	.header-frontend .nav li.active a,
	.header-frontend .dropdown-menu li a:hover {
		color: #fff !important;
	}

	.header-frontend .navbar-nav>li {
		padding: 0;
		margin-bottom: 2px;
		line-height: 30px;
	}

	.header-frontend .nav li ul.dropdown-menu li a {
		margin-left: 0px;
		color: #999 !important;
		;
	}

	.header-frontend .nav li .dropdown-menu li a:hover,
	.header-frontend .nav li .dropdown-menu li.active a {
		color: #fff !important;
	}

	.purchase-btn,
	.about-testimonial {
		margin-top: 10px;
	}

	.breadcrumb.pull-right {
		padding: 0;
	}

	.search,
	.bx-controls-direction {
		display: none;
	}

	.tweet-box {
		margin-bottom: 20px;
	}

	.property img {
		width: 80%;
	}

	/*.bx-wrapper {
        margin-bottom: 60px;
    }*/
	.purchase-btn,
	.about-testimonial {
		margin-top: 0;
	}

	.purchase-btn {
		line-height: 98px;
	}

	.social-link-footer li a {
		font-size: 16px;
		height: 40px;
		width: 40px;
	}

	.navbar-header {
		float: none;
		text-align: center;
		width: 100%;
	}

	.navbar-brand {
		float: none;
	}

	.carousel-control {
		font-size: 45px;
		line-height: 70px;
	}

	.btn,
	.form-control {
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.header-frontend .navbar {
		min-height: 60px;
	}

	.navbar-toggle {
		margin-right: -10px;
	}

	.header-frontend .nav li .dropdown-menu li a:hover {
		color: #f77b6f !important;
	}

	.navbar-brand {
		/* margin-top: 10px !important; */
		float: left !important;
		padding-left: 20px;
	}

	.col-4 .item {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 2%;
	}

	.breadcrumb.pull-right {
		float: left !important;
		margin-top: 10px;
		padding: 0;
	}

	.carousel-control {
		font-size: 23px;
		line-height: 38px;
	}

	.about .left {
		float: none;
	}

	.video-img {
		width: 100%;
		/* width: 100px; */
		height: auto;
	}

}





@media (min-width:1200px) {
	.aboutus .au-wrap .au-video {
		height: 270px;
		width: 480px;
		background-color: #0e0e0e
	}

	.aboutus .au-wrap .au-video video {
		width: 100%;
		height: 100%
	}

	.navbar-brand img {
		height: 70px;
	}

	.contact-lft {
		float: left;
	}

	/* .lianxi img{margin: 0;} */
	.phone-nav {
		display: none;
	}
}


@media (max-width: 767px) {
	.product_list .pro_item .pro_tit {
		font-size: 14px;
	}
}


@media screen and (max-width: 480px) {
	.qh-xinwen .tit2 ul li a {
		font-size: 16px;
	}

	.news-list {
		padding: 10px 15px;
	}

	.news-list li {
		position: relative;
		height: auto;
		overflow: hidden;
	}

	.news-list li .desription {
		display: none;
	}

	.news-list li .title {
		width: 100%;
		box-sizing: border-box;
		padding-right: 80px;
		font-weight: normal;
		font-size: 16px;
	}

	.news-list li .time {
		position: absolute;
		right: 0;
		top: 12px;
		font-size: 12px;
	}
}
 
@media (max-width: 768px) {
	 .pst_bg {
	 	display: none;
	 }
	 .footer{padding-top: 0;}
	 .footop{
	 	display: none;
	 }
	 .footen{
	 	text-align: center;
	 }
	 .container{
	 	margin: 0 auto;
	 	overflow: hidden;
	 }
 	
 }

 
 @media (min-width: 768px) {
 	.home_product .homeproduct1 {
 		display: none;
 		margin: 25px auto 0;
 	}
	
 	
 }