a {
	color: inherit;
}
a:hover {
	color: #ebe3e0;
}
.main {
	width: 1610px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.main::after {
	content: "";
	display: block;
	clear: both;
}
.nav_btn {
	display: none;
}
body {
	padding-top: 86px;
}
.header_out {
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.header_out.fix {
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);	
}
.ts {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head {
	height: 86px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head .logo {
	display: block;
	float: left;
	margin-top: 26px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head .logo img {
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	float: left;
}
.head .logo .logo_b {
	margin-left: 14px;
	margin-top: 10px;
}
.head .add_btn {
	float: left;
	line-height: 86px;
	margin-left: 58px;
}
.head .add_btn a {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 16px;
	transition: all 0.35s;
	color: #d5c8bd;
}
.head .add_btn a:hover {
	color: #000;
}
.head .add_btn a:last-child {
	margin-right: 0;
}
.head .nav {
	float: right;
}
.head .nav li {
	float: left;
	position: relative;
	margin-left: 20px;
}
.head .nav li:first-child {
	margin-left: 0;
}
.head .nav li > a {
	line-height: 86px;
	padding: 0 13px;
	font-size: 20px;
	color: #848484;
	display: block;
	transition: all 0.35s;
}
.head .nav li > a.onon{ font-weight:bold; color:#000}
.head .nav li .sub {
	position: absolute;
	min-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	top: 110%;
	text-align: center;
	background: #fff;
	box-shadow: 0px 1px 1px 0.26px rgba(0, 0, 0, 0.15);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	white-space: nowrap;
	text-align: center;
	padding: 0 30px;
}
.head .nav li .sub a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	padding: 20px 8px;
	font-size: 14px;
	color: #949494;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head .nav li .sub a:hover {
	background: #ededed;
}
.banner img {
	display: block;
	width: 100%;
	height:100%;
	object-fit:cover;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
	width: 14px;
	height: 25px;
	margin-top: -12.5px;
}
.banner .swiper-button-next {
	right: 4.16667%;
	background: url(../img/icon_next.png) no-repeat center;
}
.banner .swiper-button-prev {
	left: 4.16667%;
	background: url(../img/icon_prev.png) no-repeat center;
}
.home_a {
	padding-top: 45px;
	padding-bottom: 120px;
}
.a_nav {
	font-size: 0;
	text-align: center;
}
.a_nav a {
	display: inline-block;
	font-size: 20px;
	color: #848484;
	transition: all 0.35s;
	margin: 0 10px;
	padding:0 35px;
	line-height:52px;
	height:52px;
}
.a_nav a:hover, .a_nav a.on {
	color: #fff;
	background:#000;
}
.list_box {
	margin-top: 38px;
}
.list_box ul {
	overflow: hidden;
	display: none;
	margin: 0 -13px;
}
.list_box ul:nth-child(1) {
	display: block;
}
.list_box ul li {
	padding: 0 13px;
	width: 25%;
	margin-bottom: 45px;
	float: left;
}
.list_box ul a {
	display: block;
}
.list_box ul a:hover img {
	transform: scale(1.05);
}
.list_box ul a:hover p {
	border-color: #000;
}
.list_box ul .img {
	overflow: hidden;
	height:224px;
}
.list_box ul .img img {
	display: block;
	width: 100%;
	height:100%;
	object-fit:cover;
	transition: all 0.35s;
}
.list_box ul p {
	overflow: hidden;
	line-height: 86px;
	transition: all 0.35s;
	clear: both;
}
.list_box ul  span {
	display: block;
	float: left;
	font-size: 17px;
	color: #646464;
}
.list_box ul   em {	
	display: block;
	float: right;
	font-size: 24px;
	font-weight: lighter;
	line-height: 52px;
	color: #000;
}
.list_box ul  dd{
	display: inline-block;
    font-size: 20px;
    color: #fff;
    background: #000;
    transition: all 0.35s;
    padding: 0 35px;
    line-height: 52px;
    height: 52px;
}
.more {
	text-align: center;
	font-size: 0;
	padding-top: 20px;
}
.more a {
	display: inline-block;
	transition: all 0.35s;
}
.more a:hover {
	transform: scale(1.08);
}
.more img {
	display: block;
}
.home_b {
	position: relative;
	overflow: hidden;
	background: #f6f6f6;
}
.home_b .vboxv {
	position: absolute;
	z-index: 5;
	cursor: pointer;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
.home_b .vboxv::after {
	content: "";
	display: block;
	width: 112px;
	height: 112px;
	background: url(../img/play.png) no-repeat center/cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.home_b .vboxv img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_b .txt {
	width: 50%;
	float: right;
	padding-top: 90px;
	padding-left: 62px;
	padding-bottom: 110px;
}
.home_b .txt .home_title {
	margin-bottom: 65px;
}
.home_b .txt .des {
	margin-bottom: 80px;
	font-size: 16px;
	color: #515151;
	line-height: 1.5;
}
.home_b .txt .des p {
	text-indent: 2em;
}
.home_b .more_b {
	text-align: center;
	font-size: 0;
}
.home_b .more_b a {
	display: inline-block;
	width: 235px;
	padding-top: 4px;
	line-height: 56px;
	border: 1px solid #b7b7b7;
	font-size: 24px;
	color: #9e9e9e;
	font-weight: lighter;
	transition: all 0.35s;
}
.home_b .more_b a:hover {
	background: #9e9e9e;
	color: #fff;
}
.home_title {
	text-align: center;
}
.home_title h3 {
	font-size: 40px;
	color: #000;
	font-weight: lighter;
}
.home_title p {
	font-size: 24px;
	font-weight: lighter;
	color: #9e9e9e;
	margin-top: 7px;
}
.home_title span {
	display: block;
	margin: 22px auto 0;
	width: 45px;
	height: 2px;
	background: #9e9e9e;
}
.home_c {
	padding-top: 105px;
	padding-bottom: 120px;
}
.home_c .more {
	padding-top: 0;
}
.home_c ul {
	overflow: hidden;
	margin-top: 75px; margin-bottom:30px
}
.home_c ul li {
	position: relative;
	margin-bottom: 90px;
	float: left;
	width: 46.74923%;
}
.home_c ul li:nth-child(2n) {
	float: right;
}
.home_c ul a {
	display: block;
	position: relative;
}
.home_c ul a::after {
	content: "";
	display: block;
	height: 0;
	right: 0;
	top: 0;
	transition: all 0.35s;
	position: absolute;
}
.home_c ul a:hover::after {
	height: 100%;
}
.home_c ul a:hover  {
	background: #fff;
}
.home_c ul .date {
	position: absolute;
	width: 155px;
	height: 120px;
	padding-top: 26px;
	padding-left: 23px;
	transition: all 0.35s;
	top: 0;
	left: 0;
	background: #000;
}
.home_c ul .date span,  .home_c ul .date em {
	display: block;
	font-weight: lighter;
}
.home_c ul .date span {
	font-size: 20px;
	color: #9e9e9e;
}
.home_c ul .date em {
	font-size: 32px;
	color: #ffffff;
}
.home_c ul .txt {
	padding-top: 5px;
	padding-right: 20px;
}
.home_c ul .txt h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	color: #000000;
}
.home_c ul .txt p {
	margin-top: 20px;
	font-size: 16px;
	color: #7a7a7a;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5;
}
.s-desc{
	display: inline-block;
    position: absolute;
    top: 50%;
    left: 2%;
    width: 96%;
    margin-top: -31px;
    letter-spacing: 1px;
    text-align: center;
    font: 300 35px/35px "Alegreya Sans", sans-serif;
    line-height: 40px;
	color: #fff;
}
footer {
	background: #f3f3f3;
	padding-top: 80px;
	padding-bottom: 85px;
}
footer .f_logo {
	float: left;
	padding-right: 50px;
}
footer .f_logo > img {
	display: block;
	width: 100%;
}
footer .f_logo .thbox {
	text-align: center;
	margin-top: 20px;
	font-size: 0;
}
footer .f_logo .thbox a {
	display: inline-block;
	margin: 0 10px;
}
/*footer .f_logo .thbox a:nth-child(3) {
	margin: 0 10px;
}*/
footer .f_logo .thbox img {
	vertical-align: middle;
}
.h_logo{
	float: left;
	margin-left: 60px;
	line-height: 1.875;
	font-weight: bold;
    color: #000;
}
.h_logo img{
	margin-left: 5px;
	margin-right: 5px;
	width:30px;
}
footer .tbox {
	float: left;
	font-size: 16px;
	font-weight: lighter;
	color: #000;
	line-height: 1.875;
	margin-left: 60px;
}
.videos {
	width: 1180px;
	height: auto;
	position: fixed;
	z-index: 9999;
	top: 50%;
	max-width: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.videos video {
	display: block;
	width: 100%;
}
.videos .vclose {
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	top: 15px;
	right: 15px;
}
.videos_mask {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	background: #000;
	display: none;
	opacity: 0.6;
}

/*产品*/
.within_con {
	padding-top:170px;
}
.within_con .home_title {
	padding-bottom:55px;
}
.paging {
	margin:100px 0;
	text-align:center;
}
.paging a {
	width:50px;
	height:50px;
	display:inline-block;
	line-height:50px;
	overflow:hidden;
}
.paging .hover,.paging a:hover {
	border:1px solid #c4c4c4;
	background:#2b2b2b;
	color:#fff;
}
.paging .next {
	text-indent:100px;
	background:url(../img/next.jpg) no-repeat center center;
}
.paging .next:hover {
	border:none;
	background:url(../img/next.jpg) no-repeat center center;
}
/*活动*/
.activity_list {

}
.activity_list li {
	padding: 0 13px;
    width: 25%;
    margin-bottom: 20px;
    float: left;
}
.activity_list li .pic {
    overflow: hidden;
    height: 230px;
	overflow:hidden;
	width:100%;
}
.activity_list li .pic img {
	height:100%;
	width:100%;
	display:block;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	object-fit:cover;
}
.activity_list li .pic img:hover {
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.activity_list li p {
	margin:25px 0;
	font-size:17px;
	line-height:24px;
	height:48px;
	overflow:hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	color:#646464;
}
.activity_list p:hover a {
	color:#646464;
}
.prod_con {
	width:1200px;
	margin:0 auto;
	margin-top:55px;
}
.prod_con h3 {
	font-size:40px;
	color:#000;
}
.prod_con .text {
	font-size:16px;
	margin-top:10px;
	color:#515151;
}
.prod_con img {
	max-width:100%;
	display:block;
	margin:55px auto;
}
.within_con.a1 {
	padding-bottom:150px;
}
/*新闻*/
.home_c.a1 {
	padding:0;
}
.home_c.a1 ul {
    overflow: hidden;
    margin-top:0;
}
.home_c ul li,.home_c ul li:nth-child(2n) {
	width:25%;
	float:left;
	padding: 0 13px;
}

.home_c.a1 ul .pic {
	float:right;
	width:18%;
	height:120px;
}
.npic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
	overflow: hidden;
    height: 224px;
}
/*新闻详情*/
.details_tit {
	text-align:center;
	padding-bottom:40px;
}
.details_tit h3 {
	font-size:40px;
}
.details_tit span {
	font-size:16px;
	margin-top:10px;
	display:block;
	color:#9e9e9e;
}
.details_text {
	font-size:20px;
	line-height:40px;
	color:#7a7a7a;
}
.details_text img{
	max-width:100%;
	display:block;
	margin: auto;
}
/*关于我们*/
.about_con {
	padding-top:40px;
	padding-bottom:40px;
}
.about_con .word {
	width:62%;
	float:left;
}
.about_con .word h3 {
	font-size:40px;
	line-height:80px;
}
.about_con .word .text {
	font-size:16px;
	line-height:24px;
	color:#515151;
	margin-bottom:50px;
}
.about_con .pic {
	width:35%;
	float:right;
}
.about_con .pic img {
	width:100%;
	display:block;
}
/*产品详情*/
.details_top .pic {
	width:37%;
	float:left;
	text-align:center;
}
.details_top .pic img {
	display:block;
	margin:40px auto;
	max-width:100%;
}
.details_top .word {
	float:left;
	width:570px;
	margin-left:60px;
}
.details_top .word h3 {
	font-size:40px;
	margin:40px 0;
}
.details_top .word .Price {
	padding-top:45px;
	padding-bottom:25px;
	border-bottom:1px solid #ddd;
	font-size:48px;
	color:#b8aa79;	
}
.details_top .word .nr {
	font-size:18px;
	color:#7a7a7a;
	padding:20px 0;
	line-height:40px;
}
.details_bottom {
	margin-top:85px;
}
.details_bottom .deta_left {
	width:76%;
	float:left;
}
.deta_right {
	width:20%;
	float:right;
}
.details_bottom .tit {
	line-height:100px;
	height:100px;
	font-size:40px;
}
.deta_left .con {
	font-size:18px;
	color:#7a7a7a;
	line-height:40px;
	border-top:1px solid #ddd;
	padding:30px 0;
}
.deta_left .con img {
	display:block;
	margin: auto;
	max-width:100%;
}
.deta_right ul {
	border:1px solid #ddd;
}
.deta_right li {
	border-bottom:1px solid #ddd;
	padding:35px 25px;
	position:relative;
}
.deta_right li .pic {
	width:25%;
	position:absolute;
	top:50%;
    transform:translateY(-50%);
}
.deta_right li .pic img {
	width:100%;
}
.deta_right li .word {
	color:#000;
	margin-left:35%;
}
.deta_right li .word h3 {
	font-size:24px;
}
.deta_right li .word span {
	font-size:20px;
	color:#b8aa79;
	display:block;
	margin-top:10px;
}
.deta_right li:last-child {
	border-bottom:none;
}
 @media (min-width: 1031px) {
.nav li:hover > a,.nav li.hover > a {
	font-weight:bold;
	color:#000;
}
.nav li:hover .sub {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.header_out.on {
	box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1);
}
.header_out.on .head {
	height: 66px;
}
.header_out.on .head .nav li > a {
	line-height: 66px;
}
.header_out.on .head .logo {
	margin-top: 9px;
}
.m_nav {
	display: none !important;
}
}
 @media (max-width: 1640px) {
.main {
	width: 1200px;
}
.head .nav li {
	margin-left: 25px;
}
.list_box ul li {
	width: 33.333333333%;
}
.home_b .txt {
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.home_b .txt .des {
	margin-bottom: 50px;
}
.home_c ul a {
	padding-left: 170px;
}
.home_c {
	padding-bottom: 150px;
}
footer .tbox {
	margin-left: 30px;
	font-size: 15px;
}
footer .f_logo {
	padding-right: 30px;
}

.activity_list li {
	width: 33.333333333%;
}
.activity_list {
    padding-bottom:100px;
}
.prod_con {
	width:1000px;
}
.about_con .word .text {
	margin-bottom:20px;
	font-size:14px;
	line-height:22px;
}
.about_con .word h3 {
    font-size: 30px;
    line-height: 60px;
}
}
 @media (max-width: 1230px) {
.main {
	width: 992px;
}
.head .nav li > a {
	padding: 0 16px;
}
.head .logo .logo_b {
	display: none;
}
.head .add_btn a {
	font-size: 16px;
	margin-right: 30px;
}
.head .nav li > a {
	font-size: 16px;
}
.head .nav li {
	margin-left: 0;
}
.home_c ul li {
	width: 100%;
}
.list_box ul .img {
	height:180px;
}
.within_con {
	padding-top:100px;
}
.within_con .home_title {
	padding-bottom:25px;
}
.paging {
	margin:50px 0;
	text-align:center;
}
.activity_list li .pic {
	height:180px;
}
.activity_list li p {
    margin: 15px 0;
    font-size: 14px;
}
.prod_con {
	width:750px;
}
.prod_con h3 {
    font-size: 30px;
}
.prod_con .text {
    font-size: 14px;
}
.prod_con img {
    margin: 25px auto;
}
.home_c.a1 ul .pic {
    width: 24%;
}
.details_text {
	font-size:18px;
	line-height:32px;
}
.details_top .word {
    float: left;
    width: 50%;
    margin-left: 5%;
}
.details_top .word .nr {
    font-size: 16px;
    color: #7a7a7a;
    padding: 10px 0;
    line-height: 35px;
}
.details_top .word h3 {
    font-size: 28px;
    margin: 30px 0;
}
.details_top .word .Price {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 32px;
}
.details_bottom {
    margin-top: 45px;
}
.details_bottom .tit {
    line-height: 70px;
    height: 70px;
    font-size: 30px;
}
.deta_right li .word h3 {
    font-size: 14px;
}
.deta_right li .word span {
    font-size: 14px;
    margin-top: 5px;
}
.deta_left .con {
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0;
}
}
 @media (max-width: 1030px) {
.head .nav {
	display: none;
}
.main {
	width: 768px;
}
.header_out {
	box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1);
}
.header_out .head {
	height: 70px;
}
.header_out .head .nav li > a {
	line-height: 1.6;
}
.header_out .head .logo {
	margin-top: 13px;
	position: absolute;
	margin-top: 0;
	left: 50%;
	top: 50%;
	transform: translate(-80%, -50%);
}
html {
	position: relative;
	transition: all 0.3s;
	left: 0;
}
html.slide_nav {
	left: 450px;
}
.header_out {
	transition: all 0.3s;
	left: 0;
}
.header_out.slide_nav {
	left: 450px;
}
.head .nav {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	display: block;
	width: 450px;
	position: fixed;
	z-index: 999;
	top: 0;
	overflow: hidden;
	z-index: 50;
	background: #ebe3e0;
	margin-left: 0;
	height: 100%;
	padding-top: 60px;
	padding-right: 25px;
	padding-left: 25px;
	left: -450px;
	transition: all 0.3s;
}
.head .nav.on {
	left: 0;
}
.head .nav li {
	display: block;
	float: none;
	border-bottom: 0.6px solid rgba(255, 255, 255, 0.6);
	padding-right: 55px;
}
.head .nav li > a {
	line-height: 1;
	padding: 14px 0;
	font-size: 13px;
}
.head .nav li.has_sub::after {
	content: "";
	display: block;
	position: absolute;
	font-family: Arial;
	width: 40px;
	height: 100%;
	font-weight: lighter;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	right: 0;
	top: 0;
	background: url(../img/more.png) no-repeat center/20px 20px;
}
.header_out .head .nav li > a {
	line-height: 2;
	color: #fff;
}
.nav_btn {
	display: block;
	width: 26px;
	height: 18px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -9px;
	z-index: 999;
}
.nav_btn span {
	display: block;
	transition: all 0.3s;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	background: #666;
	transition: all 0.3s;
}
.nav_btn span:nth-of-type(1) {
	top: 0;
}
.nav_btn span:nth-of-type(2) {
	top: 50%;
	margin-top: -0.5px;
}
.nav_btn span:nth-of-type(3) {
	bottom: 0;
}
.nav_btn.active span {
	background: #333;
}
.nav_btn.active span:nth-of-type(1) {
	top: 50%;
	transform: rotate(45deg);
}
.nav_btn.active span:nth-of-type(2) {
	opacity: 0;
}
.nav_btn.active span:nth-of-type(3) {
	top: 50%;
	transform: rotate(-45deg);
}
.m_nav {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 50;
	top: 0;
	left: 100%;
	background: #ebe3e0;
	transition: all 0.3s;
	padding: 150px 40px 0;
}
.m_nav .close {
	display: block;
	width: 30px;
	height: 30px;
	top: 80px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	background: url(../img/close.png) no-repeat center/cover;
}
.m_nav .con > a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
}
.m_nav .sub a {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px;
}
.m_nav.on {
	left: 0;
}
.head .add_btn {
	line-height: 70px;
	float: right;
}
body {
	padding-top: 70px;
}
footer .f_logo {
	width: 100%;
	padding-right: 0;
	margin-bottom: 25px;
}
footer .f_logo > img {
	width: auto;
	margin: 0 auto;
}
footer .tbox {
	width: 100%;
	margin: 0 0 25px;
	text-align: center;
}
.header_out .head .nav li > a {
	color: #000;
}
.list_box ul .img {
	height:130px;
}
.activity_list li .pic {
    height: 130px;
}
.prod_con {
	width:600px;
}
.about_con .pic,.about_con .word{
    width: 100%;
    float:none;
}
.about_con {
    padding-top: 20px;
    padding-bottom: 20px;
}
.details_bottom .deta_left ,.deta_right{
    width: 100%;
    float:none;
}
.deta_right li .pic {
    width: 77px;
}
}
 @media (max-width: 800px) {
.header_out.slide_nav {
	left: 300px;
}
html.slide_nav {
	left: 300px;
}
.head .nav {
	width: 300px;
}
.header_out .head .nav li > a {
	line-height: 1.6;
}
.head .nav {
	padding-right: 0;
	padding-left: 0;
}
.head .nav li {
	padding-left: 26px;
}
.header_out .head {
	height: 50px;
}
body {
	padding-top: 50px;
}
.head .logo img {
	width: 150px;
}
.head .add_btn {
	line-height: 50px;
}
.head .add_btn a {
	font-size: 14px;
	margin-right: 10px;
}
.a_nav {
	overflow: hidden;
}
.a_nav a {
	width: 48%;
	margin: 0 0 10px;
	font-size: 15px;
	float: left;
	line-height:40px;
	height:40px;
}
.list_box {
    margin-top:10px;
}
.home_a {
    padding-top: 35px;
    padding-bottom: 50px;
}
.list_box ul li {
	margin-bottom:20px;
}
.a_nav a:nth-child(2n) {
	float: right;
}
.list_box ul li {
	width: 100%;
}
.list_box ul p {
	line-height: 54px;
}
.list_box ul p span {
	font-size: 15px;
}
.list_box ul p em {
	font-size: 18px;
}
.more img {
	width: 100px;
}
.more {
	padding-top: 0;
}
.home_b .vboxv {
	position: relative;
	width: 100%;
}
.home_b .vboxv::after {
	width: 60px;
	height: 60px;
}
.home_b .txt {
	width: 100%;
	float: none;
	padding-top: 25px;
	padding-right: 0;
	padding-left: 0;
}
.home_title h3 {
	font-size: 24px;
}
.home_title p {
	font-size: 16px;
}
.home_title span {
	margin-top: 10px;
}
.home_b .txt .home_title {
	margin-bottom: 24px;
}
.home_b .txt .des {
	font-size: 15px;
}
.home_b .more_b a {
	width: 140px;
	line-height: 2.2;
	font-size: 16px;
	padding-top: 0;
}
.home_b .txt .des {
	margin-bottom: 30px;
}

.home_c ul li, .home_c ul li:nth-child(2n){
	width: 100%;
}
.home_c {
	padding-top: 30px;
}
.home_c ul {
	margin-top: 30px;
}
.home_c ul .date span {
	font-size: 16px;
}
.home_c ul .date em {
	font-size: 20px;
}
.home_c ul .date {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 90px;
	height: 80px;
}
.home_c ul .txt h3 {
	font-size: 16px;
}
.home_c ul .txt p {
	font-size: 14px;
	margin-top: 10px;
}
.home_c ul a {
	padding-left: 2px;
	clear:both;
}
.home_c ul li {
	margin-bottom: 20px;
}
.home_c {
	padding-bottom: 30px;
}
footer .f_logo > img {
    width: 210px;
}
footer .tbox {
	font-size: 14px;
	margin-bottom:15px;
}
footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.list_box ul .img {
	height:200px;
}
.within_con {
	padding-top:50px;
}
.within_con .home_title {
	padding-bottom:10px;
}
.paging {
	margin:25px 0;
}
.paging a {
    width: 35px;
    height: 35px;
	line-height:35px;
	font-size:12px;
}
.activity_list {
	margin-top:20px;
	padding-bottom:50px;
}
.activity_list li {
    width: 100%;
	padding:0;
	margin-bottom:0;
}
.activity_list li .pic {
    height: 205px;
}
.activity_list li p {
	height:40px;
	line-height:20px;
}
.prod_con {
	width:auto;
	margin:0px 10px;
	padding-top:20px;
}
.prod_con h3 {
    font-size: 20px;
}
.prod_con .text {
    font-size: 12px;
}
.within_con.a1 {
    padding-bottom: 50px;
}
.home_c.a1 ul .pic {
    width: 33%;
    height: 80px;
}
.home_c.a1 {
	padding:0 10px;
}
.details_tit span {
    font-size: 14px;
}
.details_text {
    font-size: 16px;
    line-height: 28px;
}
.details_text img {
	margin:10px auto;
}
.about_con .word h3 {
    font-size: 20px;
    line-height: 40px;
}
.about_con {
    padding-top: 0px;
    padding-bottom:0px;
}
.details_top .pic {
    width: 70%;
    float: none;
	margin:0 auto;
}
.details_top .word {
	margin:0;
	width:100%;
	float:none;
}
.details_top .word h3 {
    font-size: 20px;
    margin: 10px 0;
}
.details_top .word .Price {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 22px;
}
.details_top .word .nr {
    font-size: 14px;
    padding: 10px 0;
    line-height: 28px;
}
.details_bottom {
    margin-top:25px;
}
.details_bottom .tit {
    line-height: 60px;
    height: 60px;
    font-size: 20px;
}
.deta_left .con {
    font-size: 14px;
    line-height: 26px;
}
}

.dede_pages{clear:both;padding:50px 0 0 0;font-size:14px;text-align:center; overflow:hidden}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.dede_pages ul li:nth-child(1){ padding:6px 15px}
.dede_pages ul li:nth-child(1) a{ padding:0}
.dede_pages ul li a{color:#555;display:block;padding: 6px 15px;}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}
.dede_pages ul li:hover a{color:#fff}
.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}
.dede_pages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid; padding:6px 15px}
.dede_pages ul li:last-child{ padding:6px 16px}
.dede_pages ul li:last-child a{ padding:0}
.dede_pages ul li.thisclass a{color:#fff; padding:0}
.dede_pages .pageinfo{line-height:30px;padding-left:5px}
.dede_pages strong{font-weight:400}

.ewm{ position: absolute; top: -125px; left: 50%; margin-left: -60px; display:none;}
footer .f_logo .thbox{ position:relative}

.prod_con img{ max-width:100%; height:auto !important}
.details_text img{ max-width:100%; height:auto !important}
.deta_left .con img{ max-width:100%; height:auto !important}