﻿@charset "utf-8";

/* reset */
body,h1,h2,h3,h4,h5,p,dl,dt,dd,ul,ol,li,form,input,textarea,th,tr,td,select,figure,figcaption {margin: 0;padding: 0;}
body {font-size: 12px;font-family: Arial, 微软雅黑;color: #333;/* min-width: 1300px; */}
h1,h2,h3,h4,h5 {font-weight: normal;}
em,i {font-style: normal;}
li {list-style: none;}
a {text-decoration: none;color: inherit;}
a:focus {text-decoration: none;outline: none;}
img {vertical-align:middle;border:none;display:inline-block;max-width:100%;max-height:100%;}
table {border-collapse: collapse;}
input,textarea {outline: none;background: #fff;border: none;}
textarea {resize: none;overflow: auto;}


/* public */
.clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {content: '';display: block;height: 0;clear: both;visibility: hidden;}
.img_box { display: table-cell; vertical-align: middle; text-align: center; }
.main {width: 100%;max-width: 1280px;margin: 0 auto;}
.fixed {position: fixed;left: 0;top: 0;z-index: 999;}
.btn {font-family: '微软雅黑';cursor: pointer;}
.bl {display: inline-block;float: left;}
.br {display: inline-block;float: right;}
h1,h2,h3,h4,h5 {font-weight: normal;}

.sidebar-wrapper { position: relative; height: 100%; overflow: auto;display:none;font-size:20px;}
#dowebok {background-color: #333;}
#dowebok .nav { margin-top: 80px; line-height: 60px; list-style-type: none;background-color: #333333;}
#dowebok .nav a { display: block;padding:0 20px; color: #fff; text-decoration: none;}
#dowebok .nav a:hover,#dowebok .nav li.on{background-color: #000;}
[data-simplersidebar='active']{box-shadow:3px 0px 3px 0px rgba(0, 0, 0, 0.5);}


.flex {display: flex;justify-content: space-between;align-items: flex-start;}




.pagination{
	text-align: center;
}

.header_btn .menu {
    width: 40px;
    height: 25px;
    float: right;
    display: inline-block;
    background: url('../images/menu.png') no-repeat;
    background-size: 40px 25px;
}
.header_btn .search_btn {
    width: 25px;
    height: 20px;
    display: inline-block;
    float: right;
    background: #000 url('../images/search.png') no-repeat center center;
    cursor: pointer;
    margin-right: 15px;
}
.container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	*zoom: 1;
}
.header {
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 55px;
	padding-bottom: 40px;
}
.header .hl {
	float: left;
	display: inline;
}

.header .hl>div {
	display: inline;
}

.header .hc {
	display: block;
	text-align: center;
	width: 120px;
}

.header .hr {
	float: right;
	position: relative;
}

.header .hr input[type="text"] {
	background-color: #000000;
	float: right;
	border: 1px solid #dedede;
	color: #ccc;
	height: 34px;
	border-radius: 17px;
	width: 130px;
	padding: 0 14px;
	font-size: 10px;
}
.header .hr input[type="text"]::placeholder{
	color: #CCCCCC;
}

.header .hr input[type="submit"] {
	background-color: transparent;
	background-image: url('../images/search.png');
	width: 18px;
	height: 18px;
	color: transparent;
	position: absolute;
	top: 9px;
	right: 17px;
}
.banner .bd,
.banner2,
.header,
.banner3,
.banner4,
.merchants,
.prov,
.iidea,
.news,
.footer,
.iser,
.nav,
.detail_pages,
.ibrand,
.prov1,
.icustom,
.banner{
	max-width: 1920px;
	margin: 0 auto;
	background-color: #000;
}

.my-button-disabled{
  opacity:1;
}


/* news */

.news_list_box .new_box{
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
	margin-top: 30px;
}
.news_list_box .new_box .img_box{
	width: 35%;
    float:left;
    overflow:hidden;
}
.news_list_box .new_box .img_box img{
    transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
	width: 100%;
	height: 100%;
	position: relative;
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
	top: 0;
	left: 0;
}
.news_list_box .new_box .text_box{
    /* height:100%;
	box-sizing: border-box;
    float:right;
    padding:0 30px; */
	float: left;
	width: 62%;
	padding-top: 18%;
	margin-left: 3%;
	position: relative;
}
.news_list_box .new_box .text_box .text{
	position: absolute;
    left: 0;
    top: 0%;
    z-index: 11;
    width: 100%; 
}
.news_list_box .new_box .text_box h3{
    color:#fff;
    border-bottom:0px solid #dcdcdc;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list_box .new_box .text_box p{
    font-size:16px;
    color:#ccc;
    line-height:20px;
    margin-top:45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news_list_box .new_box .text_box span{
    font-size:16px;
    color:#ccc;
}
.news_list_box .new_box:hover img{
    transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
	width: 100%;
	height: 100%;
	
}
.news_list_box .new_box .text_box:hover i{
    width:100%;
}
.newsv{
    padding-top:30px;
    padding-bottom:80px;
}
.newsv_box .info_box{
    width:1100px;
    margin:0 auto;
}
.newsv_box .htit{
    padding:30px 0;
    text-align:center;
}
.newsv_box .htit h2{
    font-size:20px;
    color:#333;
    font-weight:bold;
    padding:5px 0;
}
.newsv_box .htit p{
    font-size:16px;
    color:#6f6f6f;
}
.newsv_box .text_box{
    font-size:16px;
    color:#333;
    line-height:28px;
    border-bottom:1px solid #bfbfbf;
    padding-bottom:30px;
}
.newsv_box p.next{
    height:50px;
    line-height:50px;
}
.newsv_box p.next a{
    display:inline-block;
    height:50px;
    margin-right:60px;
    font-size:15px;
    color:#444;
}
.newsv_box p.next a:hover{
    text-decoration: underline;
}


/* 新闻内容 */
.newsv_box .htit h3{
    font-size:20px;
    color:#ffffff;
    font-weight:bold;
    padding:5px 0;
}
.newsv_box .htit p{
    font-size:16px;
    color:#ffffff;
}
.newsv_box .text_box{
    font-size:16px;
    color:#ccc;
    line-height:28px;
    border-bottom:1px solid #ffffff;
    padding-bottom:30px;
}
.newsv_box p.next{
    height:50px;
    line-height:50px;
}
.newsv_box p.next a{
    display:inline-block;
    height:50px;
    margin-right:60px;
    font-size:15px;
    color:#ffffff;
}
.newsv_box p.next a:hover{
    text-decoration: underline;
}





















.pages{
    padding:50px 0;
    text-align:center;
}
.pages a{
    height:35px;
    padding:0 14px;
    display:inline-block;
    font-size:17px;
    line-height:35px;
    border-radius:3px;
	color:#fff;
    margin:0 3px;
}
.pages a.on,
.pages a:hover{
    border-bottom:1px solid #fff;
}




/* 小导航栏 */
.min_nav{height:15px;text-align:right;font-size:15px;color:#888;margin-top: 50px;margin-bottom: 60px;}
.min_nav .agroup{float:left;}
.min_nav .agroup a{font-size:18px;color:#999;display:inline-block;padding-right: 45px;}
.min_nav .agroup a:not(:last-child){border-right:1px solid #fff;}
.min_nav .agroup a:not(:first-child){padding-left: 45px;}
.min_nav .agroup a.on,.min_nav .agroup a:hover{color:#fff;}





/* 导航 */
.nav {display: block;height: 60px;border-bottom: 1px solid #fff;}
.nav .des {
	position: absolute;
	padding-top: 0px;
	z-index:50;
	overflow: hidden;
	width: 1920px;
	transform: translate(50%, 0px);
	-ms-transform: translate(50%, 0px);
	-moz-transform: translate(50%, 0px);
	-webkit-transform: translate(50%, 0px);
	transition: .35s all;
	-ms-transition: .35s all;
	-moz-transition: .35s all;
	-webkit-transition: .35s all;
	right: 50%;
	height: 0px;
	background-color: #000000;
	top: 250px;
	/* height: 450px;padding-top: 100px;display: block; */
	}
	
.nav li:hover .des {height: 450px;padding-top: 100px;display: block;}
.nav ul.clearfix>li {display: inline-block;width: 40px;height: 58px;line-height: 58px;margin: 0 35px;float: left;text-align: center;font-size: 15px;color: #444;}
.nav ul.clearfix li.on,.nav ul li a {display: block;}
.nav>.main>ul.clearfix{margin: 0 auto;text-align: center;width: 750px;}
.nav ul li {height: 65px;width: 50px;line-height: 65px;}
.nav>.main>ul>li:hover {background-image: none;border-bottom: 2px solid #ffffff;}
.nav>.main>ul>li>a{margin-left: -50px;color: #fff;font-size: 16px;height: 58px;width: 150px;}
.nav .nl {position: absolute;border:1px solid #fff;}
.nav .des ul{margin-left: 310px;}
.nav .des ul li {line-height: 75px;height: 75px;}
.nav .des ul li a {text-align: left;height: 60px;line-height: 15px;font-size: 16px;color: #FFFFFF;}
/* 修改 */
.nav .des ul li a:hover{ text-decoration: underline; }
/* 修改 */
.nav .des dl {display: inline-block;float: left;margin-right: 47px;}
.nav .des dl dt {font-size: 16px;color: #e3e3e3;padding-bottom: 35px;line-height: 16px;text-align: left;}
.nav .des dl dt a{height: 20px;}
.nav .des dl dd{width: 80px;}
.nav .des dl dd a {text-align: left;font-size: 14px;color: #d1d1d1;line-height: 36px;height: 34px;}
.nav ul li a {margin-left: 0px;color: #fff;font-size: 18px;height: 58px;width: 80px;}
.nav .des dl dd a:hover {text-decoration: underline;}





/* banner */
.banner {
	position: relative;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .hd {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
	position: absolute;
	left: 0;
	bottom: 0;
}

.banner .hd ul {
	display: inline-block;
}

.banner .hd ul li {
	width: 80px;
	height: 3px;
	display: inline-block;
	float: left;
	background: #bfbfbf;
	margin: 0 6px;
	cursor: pointer;
	text-indent: -9999px;
}

.banner .hd ul li.on {
	background: #545455;
}

.banner .banner_prev,
.banner .banner_next {
	border-radius: 100px;
	opacity: .4;
	width: 50px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	display: inline-block;
	position: absolute;
	top: 45%;
	z-index: 5;
	cursor: auto;
	background: rgba(0, 0, 0, .4);
	font-size: 38px;
	font-family: '宋体';
	font-weight: bold;
	text-align: center;
}

.banner .banner_prev {
	left: 5%;
}

.banner .banner_next {
	right: 5%;
}
.banner .banner_prev:active{ 
	background-color:none;
}
.banner .banner_prev:hover,
.banner .banner_next:hover {
	opacity: 1;
}

.banner .bd {
	position: relative;
	padding-bottom: 126px;
	border-bottom: 1px solid #fff;
}

.banner .banner_prev,
.banner .banner_next {
	width: 100px;
	height: 100px;
	font-size: 40px;
	line-height: 100px;
	opacity: .6;
	outline:none;
	background-color: #000000;
}

.banner .banner_prev,0
.banner .banner_next:active {
	border: 0px;
}

.banner2 {
	height: 100%;
	padding-bottom: 173px;
	position: relative;
	border-bottom: 1px solid #fff;
}

.banner2 .container {
	overflow: hidden;
}
.banner2 .container a{
	display: block;
	text-align: center;
	width: 100%;
}
.banner2 .container .img_box{
	width: 630px;
	height: 412px;
}
.banner2 .container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.25s all;
	-ms-transition: 0.25s all;
	-moz-transition: 0.25s all;
	-webkit-transition: 0.25s all;
	top: 0;
	left: 0;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
}

.banner2 .container img:hover {
	transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	z-index: 5;
}

.banner2 .container .img_box{
	margin: 20px auto;
	display: table-cell;
	overflow: hidden;
}
.banner3 {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.banner3 .container {
	overflow: hidden;
}

.swiper-container2,
.swiper-container3 {
	overflow: hidden;
	position: relative;
}

.htit h2{
	font-size: 26px;
	color: #fff;
	padding-top: 60px;
	height: 70px;
	text-align: center;
	text-indent: 10px;
	letter-spacing: 6px;
}
.banner2 .swiper-wrapper h3{
	font-size: 20px;
	color: #fff;
	text-align: center;
	/*letter-spacing: 15px;*/
	padding-top: 38px;
    text-indent: 15px;
}

h2{
	font-size: 26px;
	color: #fff;
	letter-spacing: 15px;
	padding-top: 50px;
	text-align: center;
    text-indent: 15px;
}
.prov .swiper-button-prev,
.prov .swiper-button-next{
	background-image: none;
	position: relative;
	display: inline-block;
	margin-top: -20px;
	color: #fff;
	font-size: 50px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background-color: #999;
	top: 40%;
	border-radius: 50%;
}

.banner2 .swiper-button-prev,
.banner2 .swiper-button-next,
.banner3 .swiper-button-prev,
.banner3 .swiper-button-next,
.banner4 .swiper-button-prev,
.banner4 .swiper-button-next {
	background-image: none;
	color: #fff;
	font-size: 100px;
	height: 100px;
	line-height: 100px;
	width: 100px;
	border-radius: 50%;
	top: 40%;
}

.banner3 .swiper-button-prev,
.banner3 .swiper-button-next{
	top: 50%;
}


.swiper-button-next,
.swiper-button-prev,
.swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: none;
	background-color: rgba(0,0,0,0);
}

.swiper-slide,
.swiper-slide:focus{
	outline: none;
	cursor: auto;
	background-color: rgba(0,0,0,0);
	transition: .4s all;
	
}
.banner4 .swiper-container .swiper-slide:hover{
    margin: -10px 30px 70px 0 !important;
}
    

.banner3 .swiper-button-prev:active,
.banner3 .swiper-button-next:active {
	border: 0;
}
.prov .swiper-button-prev,
.banner2 .swiper-button-prev,
.banner3 .swiper-button-prev,
.banner4 .swiper-button-prev {
	background-image: url(../images/left_03.png);
	cursor: auto;
}
.swiper-button-disabled{
	opacity: 0.3 !important;
}

.prov .swiper-button-next,
.banner2 .swiper-button-next,
.banner3 .swiper-button-next,
.banner4 .swiper-button-next {
	background-image: url(../images/right_03.png);
	cursor: auto;
}

.banner4 .swiper-button-prev,
.banner4 .swiper-button-next{
	top: 50%;
}

.banner4 .swiper-button-next{
	right: -155px;
}
.banner4 .swiper-button-prev{
	left: -155px;
}

.banner4 h3{
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	position: absolute;
	width: 100%;
}
.banner4 .swiper-slide{
	padding-top: 25px;
	margin-top: 0px !important;
	margin-bottom: 60px;
}

.swiper-container3 .swiper-button-prev,
.swiper-container3 .swiper-button-next{
	top: 45%;
}
.banner4 .swiper-container3 img{
	box-sizing: border-box;
}
.qr_box{
	position: fixed;
	width: 140px;
	height: 170px;
	z-index: 20;
	background-color: #fff;
	top:30%;
	text-align: center;
	right: 15%;
	font-size: 14px;
	line-height: 17px;
	padding-top: 6px;
}

/* 系列 */
.iser h2{
	color: #fff;
	font-size: 26px;
	text-align: center;
	line-height: 30px;
	padding: 65px 0 5px;
	letter-spacing: 10px;
	text-indent: 10px;
}
.iser h3{
	font-size: 21px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #999999;
	padding: 40px 0 16px 0;
}


.iser .serise h4{
	font-size: 17px;
	text-align: center;
	color: #fff;
	line-height: 60px;
	letter-spacing: 5px;
	text-indent: 5px;
}
.iser .serise .outbox1{
	display: grid;
	display: -ms-grid;
	display: -moz-grid;
	display: -webkit-grid;
	box-sizing: border-box;
	padding-top: 20px;
	grid-gap: 50px 44px;
	grid-template-columns: repeat(3, 1fr);
}

.iser .serise .outbox1 .img_box{
	width: 397px;
	height: auto;
	overflow: hidden;
}
.iser .serise .outbox1 .img_box img{
	transition: all .75s;
}
.iser .serise .outbox1 .list_box:hover .img_box img{
	transform: scale(1.2);
}
/* .iser .serise .outbox1 .img_box img{
	width: 100%;
	height: 100%;
} */
.button_box{
	position: absolute;
	display: block;
	clear: both;
	top: 24%;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	width: 104px;
	height: 50px;
}
.button_box .swiper-button-prev{
	left: 0;
}
.button_box .swiper-button-next{
	right: 0;
}





/* 品牌 */ 
/* 
.ibrand .brand_box .list_box{max-width: 1280px;margin-top: 30px;height: 377px;}
.ibrand .brand_box .list_box h3 {
	font-weight: 600;
	font-size: 30px;
    line-height: 377px;
	color: #fff;
	text-align: center;
	transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.ibrand .list_box{
	width:100%;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:100% 100%;
} */

.ibrand .list_box:hover h3{opacity: 0;}
.brand_box .list_box{
	position: relative;
	display: inline-block;
	height: auto;
	vertical-align: middle;
	border: 1px solid #fff;
	margin-top: 30px;
}
.brand_box .list_box a{
	width: 100%;
}
.brand_box .list_box h3{
	text-align: center;
	position: absolute;
	line-height: 30px;
	width: 100%;
	top: 50%;
	margin-top: -25px;
	font-weight: 500;
	font-size: 22px;
	color: #fff;
	transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.brand_box .list_box:hover .text{
	opacity: 0;
}

.brand_box .list_box span{
	text-align: center;
	position: absolute;
	line-height: 50px;
	width: 100%;
	top: 50%;
	margin-top: -5px;
	font-weight: 500;
	font-size: 22px;
	color: #fff;
	transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}


/* 定制 */
.icustom .outbox {
	max-width: 1280px;
	box-sizing: border-box;
	border: 1px solid #000;
	display: grid;
	display: -ms-grid;
	grid-gap: 50px 5%;
	grid-template-columns: repeat(4, 1fr);
}
.icustom .img_box{
	width: 270px;
	height: 390px;
	transition: all .75s;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}
.icustom .list_box:hover .img_box{
	background-size: 120%;
}
.icustom .outbox .list_box {
	margin-top: 40px;
	text-align: center;
}
.icustom .outbox h3{
	font-size: 17px;
	text-align: center;
	color: #fff;
	line-height: 50px;
}
.icustom .outbox .list_box .img_box img{
	border: 1px solid #fff;
	width: 100%;
}
/* 理念设计 */
.iidea .iidea_list .idea_box {
	margin-top: 52px;
}

.iidea .iidea_list .idea_box .img {
	box-sizing: border-box;
	/*border: 1px solid #FFFFFF;*/
	display: block;
	height: 380px;
	width: 610px;
	position: relative;
}
.iidea .iidea_list .idea_box .img img {
	position: absolute;
	width: 100%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	vertical-align: bottom;
	left: 50%;
	top: 50%;
}
.iidea .iidea_list .idea_box:nth-child(even) .img,
.iidea .iidea_list .idea_box:nth-child(odd) .font {
	float: right;
}
.iidea .iidea_list .idea_box:nth-child(odd) .img,
.iidea .iidea_list .idea_box:nth-child(even) .font {
	float: left;
}
.iidea .iidea_list .idea_box .font {
	box-sizing: border-box;
	display: block;
	letter-spacing: 0.4px;
    width: 590px;
}
.iidea .iidea_list .idea_box .font h3 {
	line-height: 84px;
	font-size: 20px;
	color: #FFFFFF;
}
.iidea .iidea_list .idea_box .img h3 {
	line-height: 84px;
	font-size: 20px;
	color: #FFFFFF;
}
.iidea .iidea_list .idea_box .font .cont {
	vertical-align: top;
	font-size: 15px;
	line-height: 22px;
	color: #cccccc;
}
.iidea .iidea_list .idea_box .img .cont {
	vertical-align: top;
	font-size: 15px;
	line-height: 22px;
	color: #cccccc;
}
.merchants {
	color: #fff;
	position: relative;
}
.merchants .cen {
	padding: 90px 0;
	text-align: center;
}
.merchants .cen h2 {
	text-indent: 6px;
	display: inline-block;
	letter-spacing: 6px;
	margin: 0 auto 60px;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	border-bottom: 3px solid #FFFFFF;
}
.merchants .cen .qr {
	width: 233px;
	height: 233px;
	border: 1px solid #fff;
	margin: 0 auto;
	right: 50%;
}
.merchants .cen .qr img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	right: 50%;
}
.merchants .cen .lianxi {
	width: 660px;
	font-size: 18px;
	line-height: 18px;
	margin: 0 auto;
	text-indent: 2px;
	letter-spacing: 2px;
}

.merchants .cen .lianxi p:first-child {
	border-bottom: 1px solid #fff;
	padding: 26px 0 35px;
}

.merchants .cen .lianxi p~p {
	padding-top: 40px;
}

.text_box h3{font-size: 22px;color: #fff;height: 50px;border-bottom: 1px solid #ddd;}
.prov .text_box .text {font-size: 15px;color: #666666;line-height: 26px;margin-top: 25px;}
.prov .text_box .text .list {line-height: 40px;font-size: 18px;}
.prov .text_box .text .list h4 {float: left;display: inline-block;color: #FFFFFF;font-size: 17px;}
.prov .text_box .text .list p {color: #cccccc;width: 480px;font-size: 15px;}

.detail_pages h3{
	text-align: center;
	font-size: 25px;
	line-height: 85px;
	padding-top: 80px;
	color: #fff;
	height: 85px;
}
.prov .detail_pages>.clearfix{
	background-color: #d2d2d2;
	padding: 27px 0;
}
.prov .detail_pages {
}
.prov .detail_pages .img_box{
	display: inline-block;
	text-align: center;
	height: 100%;
	width: 100%;
}
.prov .detail_pages  .img_box img{
	top: 0;
	left: 0;
	position: relative;
	transform:translate(0,0);
	-ms-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-webkit-transform:translate(0,0);
}
.prov .prov_box .hd{
	font-family: "宋体";
}











/* footer */
.footer {
	background: #000000;
	color: #fff;
}

.footer_box .footer_nav {
	display: inline-block;
	float: left;
	margin-left: 40px;
}

.footer_box .footer_nav dl {
	display: inline-block;
	float: left;
	margin-left: 60px;
}

.footer_box .footer_nav dl dt {
	font-size: 15px;
	color: #e3e3e3;
	padding-bottom: 10px;
}

.footer_box .footer_nav dl dd a:hover {
	text-decoration: underline;
}

.footer_box .wxqr {
	width: 100px;
	display: inline-block;
	float: right;
	text-align: center;
}

.footer .copy {
	font-size: 14px;
	color: #888;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #535353;
}

.footer_box {
	padding-top: 85px;
	height: 33px;
	padding-bottom: 45px;
}

.footer_box .footer_nav dl dt {
	font-size: 16px;
	width: 130px;
	color: #fff;
}

.footer_box .footer_nav dl {
	margin-left: 0px;

}

.footer_box .footer_nav {
	margin-left: 0px;
}

.footer_box .footer_nav a {
	width: 130px;
	display: block;
	line-height: 60px;
}

.footer .copy {
	color: #ffffff;
	border-top: 1px solid #fff;
	font-size: 15px;
	letter-spacing: 2px;
}


.content{
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 1.5px;
	color: #cccccc;
	margin-top: 40px;
	margin-bottom: 60px;
}
/* 商品系列 */
.prov_box .main{
	position: relative;
}
/* .prov_box .bd .img_box{
	width: 420px;
	height: 430px;
	overflow: hidden;
} */
.prov_box{
	margin-top: 55px;
}

.prov_box .prvslide{
	display: inline-block;
	text-align: right;
}

.prov_box .prvslide a{
    display: block;
    float: right;
    margin-right: 20px;
}
.prov_box .hslide{
	width: 92px;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.prov .prov_box .silde{
	display: inline-block;
}
.prov .prov_box .bd{
	float: right;
	width: 1280px;
}
.prov .prov_box .bd ul li{
	width: 1280px;
	float: right;
}
.prov .prov_box .prvslide .img_box{
	width: 420px;
	height: 430px;
	margin-left: 200px;
}
.prov_box .hd .img_box{
	padding: 9px 0;
	width: 90px;
	height: 90px;
}

.on img{
	border: 1px solid #ff0000;
}


.prov .next,
.prov .prev{
    font-size: 27px;
    font-family: '宋体';
    font-weight: bold;
	position: absolute;
	display: block;
	font-size: 20px;
	width: 20px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	color: #fff;
	opacity: .5;
	background-color: #888;
}
.prov .next{
	bottom: -30px;
	left: 35px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.prov .prev{
	top: -30px;
	left: 35px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.prov1{
	padding-bottom: 50px;
}
.prov1 .main{ 
	position: relative;
}
.prov1 .prov_slide{
	position: relative;
}
.prov1 .prov_slide #gallery .img_box{
	width: inherit;
    height: 820px;
	display: table-cell;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
.prov1 .prov_slide #gallery .img_box img{
	width: 100%;
	position: unset;
	top: 0;
	left: 0;
	object-fit: contain;
	transform: translate(0,0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.prov1 .prov_slide #thumbs .img_box{
	height: 130px;
	width: 174px;
}
.prov1 .swiper-slide-thumb-active{
	border:1px solid #ff0000;
	box-sizing: border-box;
}
.prov1 .prov_slide #thumbs  .swiper-slide-thumb-active .img_box{
	height: 128px;
}
.prov1 #thumbs .img_box{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.prov1 .swiper-button-next,
.prov1 .swiper-button-prev{
	width:45px;
	height:45px;
	top: 45%;
	background-size: 100% 100%;
}
.prov1 .swiper-button-next{
	right: -155px;
}
.prov1 .swiper-button-prev{
	left: -155px;
}





.banner4 .main{
	position: relative;
}
.banner4 .next,
.banner4 .prev{
	display: block;
	width: 200px;
	height: 30px;
	background-color: #fff;
}
.banner4 .hd{
	background-color: #eee;
}
.banner4 .img_box{
    width: 100%;
    height: 166px;
    text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
    position: unset;
    vertical-align: middle;
	display: block;
	border:1px solid #fff;
	
    /* display: table-cell; */
}

.swiper-pagination-bullet{
	background-color: #ffffff;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0px;
}



@media (max-width:1920px) {
	.qr_box{
		right: 1%;
	}
	.prov1 .swiper-button-next,
	.banner4 .swiper-button-next{
		right: -15%;
	}
	.prov1 .swiper-button-prev,
	.banner4 .swiper-button-prev{
		left: -15%;
	}
	.nav .des{
		width: 1920px;
	}
	
	.list_box3{ width:49%; float:left; margin:1% 1% 0 0}
}

@media (max-width:1600px) {
	.prov1 .swiper-button-next,
	.banner4 .swiper-button-next{
		right: -2%;
	}
	.prov1 .swiper-button-prev,
	.banner4 .swiper-button-prev{
		left: -2%;
	}
}
@media (max-width:1280px) {
	
	.main{
		margin: 0 3%;
		width: auto;
	}
	 .iidea .iidea_list .idea_box .img,  .iidea .iidea_list .idea_box .font{
		float: none!important;
		margin: 0 auto;
	}
	.iser .serise .outbox1{
		margin: 0 5%;
		grid-gap: 50px 10%;
		grid-template-columns: repeat(2, 1fr);
	}
	.icustom .outbox {
		grid-gap: 0px 14%;
	    grid-template-columns: repeat(3, 1fr);
	}
	.prov .prov_box>.main{
		margin: 0 auto;
	}
	.prov .prov_box .main.clearfix{
		margin: 0 40px;
	}
	.prov .prov_box .bd,
	.prov .prov_box .bd ul li{
		width: auto;
	}
/* 	.prov .prov_box .bd,
	.prov .prov_box .bd ul li{
		width: auto;
	} */
	
	.prov1 .main{
		width: auto;
	}
/* 	.banner2 .container img {
		width: 100%;
	} */
	
	.container{
		width: auto;
		margin: 0 3%;
	}
	.nav .des{
		width: 100%;
	}
/* 	.banner4 .img_box{
		width: 385px;
	} */
	
	
}


/* 
    font-size: 38px;
    font-family: '宋体';
    font-weight: bold;
 */

@media (max-width:1200px) {
	.prov .prov_box .main.clearfix{
		margin: 0 auto;
	}
	.prov .main{
		max-width: 640px;
	}
	/* .banner4 .img_box{
		width: 100%;
	} */
	.icustom .outbox {
		grid-gap: 0px 12%;
	    grid-template-columns: repeat(3, 1fr);
	}
	.news_list_box .new_box .text_box h3{
		margin-bottom: 0;
	}
	
	.news_list_box .new_box .text_box p{
		margin-top: 20px;
	}
	.prov_box .prvslide {
		width: 100%;
	}
	.prov .prov_box .prvslide .img_box{
		width: 100%;
		height: auto;
		float: right;
	}
	.prov .prov_box .prvslide .img_box img{
		width: 100%;
		height: 100%;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0,0);
		-ms-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	
	
	
	
	.prov .prov_box .text_box{
		margin-top: 100px;
	}
	.prov .prov_box .bd,
	.prov .prov_box .bd ul li{
		width: auto;
	}
	
	.prov1 .prov_slide #gallery .img_box{
		height: auto;
	}
	
	.prov  .swiper-container-horizontal>.swiper-pagination-bullets{
		top: 650px;
		bottom:auto;
	}
	
	.banner2 .container .img_box,
	.banner2 .container img{
		height: auto;
	}
	
}

@media (max-width:991px) {
	
	.banner2 .container .img_box,
	.banner2 .container img{
		height: auto;
	}
	.prov .prov_box .main.clearfix{
		margin: 0 auto;
	}
	.nav li:hover .des{
		height: 550px;
	}
	.banner .banner_prev, .banner .banner_next {
	    width: 30px;
	    height: 30px;
	    font-size: 25px;
	    line-height: 30px;
	    opacity: .6;
	    background-color: #000000;
	}	
	.footer_box .footer_nav dl dt{
		width: 100%;
	}
	.footer_box .footer_nav a {
		width: 95px;
	}
	
	.prov .main{
		max-width: 640px;
	}
	 .iidea .idea_list .idea_box .img,  .iidea .iidea_list .idea_box .font{
		float: none;
		margin: 0 auto;
	}
	#gallery{
		margin-bottom: 0px !important;
	}
/* 	.banner4 .img_box{
		width: 100%;
		height: 400px;
	} */
	
	/* .banner4 img{
		width: 99.8%;
	} */
	
	.footer_box{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.iser .serise .outbox1{
		margin: 0 5%;
		grid-gap: 3% 5%;
		grid-template-columns: repeat(2, 1fr);
	}

	
	/* .ibrand .brand_box .list_box{
		height: 259px;
	} */
	h2,.iser h3{
		font-size: 28px;
	}
	.ibrand .brand_box .list_box h3{
		/* line-height: 259px; */
		font-size: 28px;
	}
	.prov .prov_box .bd,
	.prov .prov_box .bd ul li{
		width: auto;
	}
	
	.icustom .outbox {
		grid-gap: 0px 6%;
	    grid-template-columns: repeat(3, 1fr);
	}
	
	
	
	.news_list_box .new_box .text_box p{
		margin-top: 0px;
	}
	.prov .prov_box .bd,
	.prov .prov_box .bd ul li{
		width: auto;
	}
	
	.nav>.main>ul.clearfix{
		width: 700px;
	}
	.nav>.main>ul>li>a{
		width: 140px;
	}
	.nav ul.clearfix>li{
		margin: 0 45px;
	}
	
	.prov .prov_box .text_box{
		width: 99%;
		
	}
	
	.banner4 .swiper-button-next{
		right: -7%;
	}
	.banner4 .swiper-button-prev{
		left: -7%;
	}
	
	.prov1 .swiper-button-next, .prov1 .swiper-button-prev{
		top: 50%;
	}
}

@media (max-width:768px) {
	
	.iidea .iidea_list .idea_box .font .cont {
		font-size: 12px;
	}
	.iidea .iidea_list .idea_box .img .cont {
		font-size: 12px;
	}
	
/* 	.banner .swiper-slide{
	    height: 350px;
	} */
	
	
	.prov .prov_box .main.clearfix{
		margin: 0 auto;
	}
	.prov_box .prvslide a{
		margin: 0 auto;
	}
	.prov .swiper-button-prev, .prov .swiper-button-next{
		background-size: 15px 20px;
		height: 35px;
		position: absolute;
		line-height: 35px;
		width: 35px;
	}
	.prov .swiper-button-next,
	.prov .swiper-button-prev,
	.prov .swiper-button-next:focus,
	.prov .swiper-button-prev:focus {
		outline: none;
		background-color: #999999;
	}
	.main{
		margin: 0 3%;
	}
	.header{
		padding: 0px;
	}
	.header .flex{
		align-items: center;
		position: relative;
		padding: 20px 0;
	}
	.header .hc{
		width: auto;
	}
	.header .hr{
		top: 80px;
		position: absolute;
		right: 0px;
		z-index: 5;
		display: none;
	}
	.bammer .swiper-button-prev,.bammer .swiper-button-next{
		 display: none;
	 }
	
	.banner2 {
	    padding-bottom: 5%;
	    margin: 0 auto;
	}
	.banner2 .swiper-wrapper h3{
		font-size: 14px;
		padding-top: 20px;
	}
	.footer .copy{
	}
	.footer .copy p{
		line-height: 18px;
		font-size: 12px;
		transform: scale(.8);
	}
	.footer_box{
		display: flex;
		justify-content: center;
		padding: 30px 0;
		height: auto;
	}
	
	.merchants .cen{
		padding: 0;
	}
	.merchants .cen .lianxi{
		width: 100%;
	}
	.prov1 #gallery{
		margin-bottom: 0px !important;
	}
	.prov1 #gallery img{
/* 		height: 100%;
		object-fit: cover; */
	}
	
	.icustom .outbox {
		grid-gap: 0px 16%;
		/* padding: 0 40px; */
	    grid-template-columns: repeat(2, 1fr);
	}
	
	.icustom .outbox .list_box .img_box img{
		width: 100%;
	}
	.banner4 h3{
		height: 60px;
	}
	
	
	.banner4 .img_box{
		width: 100%;
		/* height: 300px; */
	}
	.banner4 img{
		/* width: 100%; */
		margin: 0 auto;
	}
	
	.banner4 .swiper-button-next{
		right: -7%;
	}
	.banner4 .swiper-button-prev{
		left: -7%;
	}
	.iser .serise .outbox1{
		margin: 0 5%;
		grid-gap: 3% 5%;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.banner2 .swiper-button-prev,
	.banner2 .swiper-button-next,
	.banner3 .swiper-button-prev,
	.banner3 .swiper-button-next,
	.banner4 .swiper-button-prev,
	.banner4 .swiper-button-next{
		height: 25px;
		line-height: 25px;
		width: 25px;
		top: 50%;
	}
	
	
	.banner4 .swiper-button-next,.banner4 .swiper-button-prev{
		display: none;
	}
	
	
	h2,.iser h3{
		font-size: 25px;
		height: 25px;
	}
	.iser .serise h4{
		font-size: 15px;
	}
	.news .min_nav{
		margin: 20px 0;
	}
	
	.iser .serise .tit2{
		padding: 40px 0 12px 0;
	}
	
/* 	.ibrand .brand_box .list_box{
		height: 207px;
	} */
	.ibrand .brand_box .list_box h3{
		/* line-height: 207px; */
		font-size: 25px;
	}
	.iidea .iidea_list .idea_box .img{
		height: auto;
	}
	 .iidea .iidea_list .idea_box .img,
	 .iidea .iidea_list .idea_box .font{
		 width: 100%;
	}
	.iidea .iidea_list .idea_box .img img{
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0,0);
	}
	.iidea .iidea_list .idea_box{
		margin-top: 20px;
	}
	.prov .prov_box  h3{
		font-size: 16px;
	}
	.prov .text_box .text .list h4,.prov .text_box .text .list p{
		font-size: 14px;
	}
	
	.iidea .iidea_list .idea_box .font h3 {
		line-height: 16px;
		font-size: 16px;
		color: #FFFFFF;
		margin-top: 25px;
		margin-bottom: 13px;
	}
	.iidea .iidea_list .idea_box .img h3 {
		line-height: 16px;
		font-size: 16px;
		color: #FFFFFF;
		margin-top: 25px;
		margin-bottom: 13px;
	}
	.news_list_box .new_box .text_box p{
	    font-size:14px;
	}
	.news_list_box .new_box .text_box h3{
		height: 30px;
		margin-bottom: 5px;
	}
	.pages{
		padding: 20px 0;
	}
	.prov .prov_box .bd,
	.prov .prov_box .bd ul li{
		width: auto;
	}
	.prov .prov_box .text_box{
		position: relative;
		transform: translate(-50%,0);
		left: 50%;
		float: none;
	}
	.news_list_box .new_box .text_box .text{
		top: 10%;
	}
	.prov1 .swiper-button-next,.prov1 .swiper-button-prev{
		width: 35px;
		height: 35px;
	}
	
	
	.button_box{
		top: 28%;
	}
	
	.min_nav .agroup a{
		font-size: 16px;
	}
	
	.banner2 .container .img_box,
	.banner2 .container img{
		height: auto;
	}
	
	
	
}

@media (max-width:640px) {
	
	.banner2 .container img{
		height: auto;
	}
	
	
	/* 测试 */
	.banner4 .swiper-button-next,.banner4 .swiper-button-prev{
		display: none;
	}
	
	.banner2 .container .img_box{
		width: 100%;
		height: auto;
		display: table-cell;
	}
	.prov .prov_box .main.clearfix{
		margin: 0 3%;
	}
	.header .hc{
		width: 50%;
		text-align: left;
	}
	.header .hc img{
		width: 30%;
	}
	.icustom .outbox {
		grid-gap: 0px 13%;
	    grid-template-columns: repeat(2, 1fr);
	}
	.icustom .outbox .list_box .img_box img{
		width: auto;
	}
	.news_list_box .new_box .text_box .text{
		top: 25%;
	}
	
	.news_list_box .new_box .text_box p{
		line-height: 25px;
	}
	.news .min_nav{
		margin: 35px 0;
	}
	
	
	.htit h2{
		font-size: 20px;
		padding-top: 20px;
		height: 70px;
	}
	
	.banner2 .container img:hover {
		margin-top: 0px;
	}
	.iser .serise .outbox1{
		grid-gap: 0 5%;
		margin: 0 10%;
		grid-template-columns: repeat(2, 1fr);
	}
	.iser .serise .tit2{
		padding: 25px 0 12px 0;
	}
	
/* 	.ibrand .brand_box .list_box{
		height: 165px;
	} */
	.ibrand .brand_box .list_box h3{
		/* line-height: 165px; */
		font-size: 22px;
	}
	.news_list_box .new_box .text_box h3{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.iser h3{
		padding: 30px 0 16px 0;
	}
	
	.banner4 h2{
	    height: 50px;
	}
	.banner4 h3{
		height: 65px;
		font-size: 16px;
		line-height: 65px;
	}
	.banner4 .img_box{
		width: 100%;
		height: 210px;
	}
	.banner4 .swiper-slide{
		padding-top: 0;
	}
	.prov .text_box .text .list p{
		width: 400px;
	}
	.news_list_box .new_box .img_box{
		width: 100%;
	}
	.news_list_box .new_box .text_box{
		width: 100%;
		margin-left: 0;
	}
	.prov_box{
		margin-top: 50px;
	}
	.detail_pages h3{
		padding-top: 40px;
	}
	.prov .prov_box .bd ul.clearfix{
		margin: 0 3%;
	}
	.news_list_box .new_box{
		padding-bottom: 75px;
	}
	
	.newsv_box p.next{
		height: auto;
	}
	.button_box{
		top: 27%;
	}
	
	.iser .serise .outbox1 .list_box>a{
		display: block;
	}
	
	.iser .serise .outbox1 .list_box .img_box{
		margin: 0 auto;
		display: table-cell;
	}
	
	 .swiper-container3{
		 height: 270px;
	 }
	 .swiper-container3 img{
		 object-fit: cover;
		 height: 100%;
	}
	.footer{
		padding-top: 30px;
	}
	
	.swiper-container1{
		position: relative;
	}
	
	.iser .serise h4{
		line-height: 40px;
		margin-bottom: 20px;
	}
	.icustom .outbox h3{
		font-size: 16px;
	}
	
	.prov1 .prov_slide #gallery .img_box{
		height: 400px;
	}
	.prov1 .prov_slide #gallery .img_box img{
		height: 100%;
		object-fit: contain;
	}
	
	.icustom .list_box:hover .img_box {
	    background-size: cover;
	}
	
	
	.prov  .swiper-container-horizontal>.swiper-pagination-bullets{
		top: 630px;
	}
	
}
@media (max-width:580px) {
	.prov  .swiper-container-horizontal>.swiper-pagination-bullets{
		top: 560px;
	}
	.icustom .img_box{
		height: 250px;
		background-size: 90%;
	}
}

@media (max-width:480px) {
	
	.icustom .outbox {
		grid-gap: 0px 1%;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.icustom .outbox .img_box img{
		width: auto;
	}
	.news_list_box .new_box .text_box p{
		-webkit-line-clamp: 2;
	}
	
	.banner4 .img_box{
		width: 100%;
		height: 100px;
		background-size: contain;
	}
	.htit h2{
		font-size: 16px;
		padding-top: 50px;
		height: 50px;
	}
	
	h2,.iser h2{
		font-size: 18px;
		height: 30px;
	}
	.iser h3{
		font-size: 16px;
	}
	.iser .serise h4{
		font-size: 14px;
	}
	.iser .serise .outbox1{
		grid-gap: 0 10%;
		margin: 0 0%;
		grid-template-columns: repeat(2, 1fr);
	}
/* 	
	.ibrand .brand_box .list_box{
		height: 124px;
	} */
	.ibrand .brand_box .list_box h3{
		/* line-height: 124px; */
		font-size: 15px;
	}
	.prov .text_box .text .list p{
		width: auto;
	}
	
	.min_nav .agroup a:not(:first-child){
		padding-left: 15px;
	}
	.min_nav .agroup a{
		padding-right: 15px;
	}
	
	.merchants .cen .qr {
		width: 100%;
		height: 75%;
		right: 50%;
	}
	
	.news_list_box .new_box{
		padding-bottom: 70px;
	}
	

	.iser .serise .outbox1 .list_box .img_box{
		display: table-cell;
	}
	
	
	
	.brand_box .list_box{
		height: 120px;
	}
	.brand_box .list_box img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.list_box3{ width:100%;}
	
	.prov  .swiper-container-horizontal>.swiper-pagination-bullets{
		top: 470px;
	}
	
	.icustom .img_box{
		height: 260px;
	}
	
}
@media (max-width:400px) {
	
	.prov  .swiper-container-horizontal>.swiper-pagination-bullets{
		top: 430px;
	}
	
	
	.icustom .img_box{
		height: 230px;
	}
	
}


@media (max-width:360px) {
	.news_list_box .new_box{
		padding-bottom: 60px;
	}
	
	.icustom .img_box{
		height: 200px;
	}
	.prov  .swiper-container-horizontal>.swiper-pagination-bullets{
		top: 360px;
	}
	.button_box{
		top: 19%;
		height: 40px;
		width: 64px;
	}
	.prov .swiper-button-prev,
	.prov .swiper-button-next{
		position: relative;
		display: inline-block;
		margin-top: -20px;
		color: #fff;
		font-size: 30px;
		height: 30px;
		line-height: 30px;
		width: 30px;
		top: 125%;
	}
}
/*--- 分页 ---*/
.page_num { width:100%; height:30px; padding:10px 0 0 0; text-align:center; clear:both; }
.page_num strong { padding:0 5px 2px 5px; background-color:#504C4D; color:#fff; margin:0 3px;}
.page_num a { padding:0 5px 2px 5px; background-color:#fff; border:1px solid #ccc; margin:0 3px;}
.page_num a:hover { background-color:#E9740D; color:#fff; border:1px solid #F30;}


/*产品具体内容*/
#prodview_pic { text-align:center; overflow:hidden; zoom:1;}
#prodview_pic img {  background-color:#fff; padding:1px; border:2px solid #ccc;width: 98%;}
#protext { width:100%; padding:10px 0; color:#999;}
h2.pro_name { height:40px; line-height:40px; font-size:14px; color:#444; text-align:center; padding:15px 0;}
.smallpic { _width: expression(this.width > 600 ? 600 : true);max-width: 700px;}

	/*--- 首页新闻 ---*/
    #web_news li { line-height:30px; height:30px; background:url('../images/li_news.gif') no-repeat center left; padding:0 0 0 10px; border-bottom:1px dashed #CCC;}
    #web_news li a { color:#fff; float:left;}
	#web_news li span.time { float:right; color:#777;}
	/*--- 发布时间 ---*/
.n_time { float:right; color:#777;}
