@charset "utf-8";
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}

body{margin:0;padding:0;color:#333;font-size:12px;font-family: "微软雅黑", Arial, Helvetica, sans-serif;}
html{margin:0;padding:0;}
html,body{ height:100%;}
body{
	background-color:#f5f5f5;
}
div,ul,li,h1,h2,h3,h4,h5,h6,span,p,form,input{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-weight:500;}
h1{font-size:36px;}
h2{ font-size:30px;}
h3{ font-size:24px;}
h4{ font-size:18px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
ul,li{list-style:none;}
dl,dt,dd{ margin:0; padding:0; list-style:none;}
div{margin:0 auto;padding:0;}
img{border:none 0;}
/*a{color:#333;text-decoration:none;outline:none 0;}
a:hover{color:#70b742;text-decoration:none;outline:none 0;}*/
.left{float:left;}
.right{float:right;}

/**********************/
a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: #0d1d8d;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}

/* css清除浮动 */
.clearfix:before,.clearfix:after,.container:before,.container:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after{
	clear: both;
}
.container{
	width:1200px;
}

/**********************
***** margins *********
**********************/
.top_1{margin-top:1px;}
.top_5{margin-top:5px;}
.top_10{margin-top:10px;}
.top_11{margin-top:11px;}
.top_15{margin-top:15px;}
.top_20{margin-top:20px;}
.top_25{margin-top:25px;}
.top_30{margin-top:30px;}
.top_40{margin-top:40px;}

.public_wrap{width:100%;height:auto;overflow:hidden;}
.public_box{width:1200px;height:auto;overflow:hidden;}

/*************************************************
**************  焦点图SupperSlide  ***************
*************************************************/
.fullSlide{ width: 100%; min-width: 1200px; position:relative; background-color:#fff;}
.fullSlide .bd{ width: 100%; position:relative; z-index:0; }
.fullSlide .bd li{ height:425px;}
.fullSlide .bd li a{ display:block; height:inherit;}
.fullSlide .bd li img{width:100%; vertical-align:top; } 
.fullSlide .hd{position:relative; z-index:1; margin-top:-30px; height:30px; line-height:30px;  text-align:center;}
.fullSlide .hd ul{ text-align:center; padding-top:5px; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px 3px; background:url(../images/inc/tg_flash_p.png) -18px 0; overflow:hidden; font-size:0;}
.fullSlide .hd ul .on{ background-position:0 0; }
.fullSlide .prev,.fullSlide .next{ z-index:1; display:block; width:55px; height:55px; position:absolute; background:url(../images/inc/arrow.png) 0 0 no-repeat; filter:alpha(opacity=40);opacity:0.4; top: 50%; margin-top: -28px;}
.fullSlide .prev{ left: 20px;}
.fullSlide .next{ background-position:right 0; right: 20px;}
.fullSlide .prev:hover,.fullSlide .next:hover{ filter:alpha(opacity=100);opacity:1; }

/*************************************************
**************图片滚动  *******************
*************************************************/
.picScroll-left{
	width:1200px;
	position:relative;
	margin-top:25px;
}
.picScroll-left .prev,
.picScroll-left .next{
	display:block;
	width:15px;
	height:48px;
	overflow:hidden;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:50% 50%;
	position:absolute;
	top:50%;
	margin-top:-24px;
}
.picScroll-left .prev{
	background-image:url(../images/prev.png);
	left:0;
}
.picScroll-left .next{
	background-image:url(../images/next.png);
	right:0;
}

.picScroll-left .bd{
	padding:0;
}
.picScroll-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.picScroll-left .bd ul li{
	width:302px;
	height:auto;
	margin:0 30px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.picScroll-left .bd ul li .pic{
	width:300px;
	height:auto;
	overflow:hidden;
	text-align:center;
	border: 1px solid #d6d6d6;
}
.picScroll-left .bd ul li .pic img{
	width:300px;
	height:225px;
	display:block;
	
	transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
}
.picScroll-left .bd ul li:hover .pic img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.picScroll-left .bd ul li .title{
	font-size:14px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-align:left;
	color:#c00;
	padding:0 ;
	margin-top:10px;
}
.picScroll-left .bd ul li:hover .title a{
	color:#eb3e00;
}
.p-intro{
	text-align: left;
	color:#666;
	font-size:12px;
	height:40px;
	line-height:20px;
	overflow:hidden;
	padding:0;
}
.p-more-scroll{
	padding:0;
	text-align:left;
	font-size:12px;
	text-transform:uppercase;
	margin-top: 15px;
}
.p-more-scroll a{
	display:inline-block;
	height:28px;
	line-height:28px;
	overflow:hidden;
	color:#b2b2b2;
	border: 1px solid #B2B2B2;
	padding: 0 20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}


/*************************************************
**************  在线客服  *************************
*************************************************/
#kefu{width:120px;height:auto;position:fixed;top:120px;right:5px;z-index:8888;background:#fff;border:1px solid #ca2d25;border-top:2px solid #ca2d25;display:none; border-radius:4px; padding-bottom:15px;}
#kefu .top{width:100%;height:35px;line-height:35px;font-size:14px;color:#fff;font-weight:bold;text-align:center; background:url(../kf/redTitleBg.gif) repeat-x;}
#kefu .middle{font-size:12px;width:110px; margin:0 auto;}
#kefu .close{float:right;margin-right:10px;margin-top:5px;cursor:pointer;-webkit-transition:all 0.8s ease-out;}
#kefu .close:hover{-webkit-transform:scale(1) rotate(360deg);}
.right_bar{width:31px;height:110px;position:fixed;top:120px;right:0;z-index:9999;}
.right_bar img{cursor:pointer;}
.kfcode{ width:100px; height:100px; overflow:hidden; margin:15px auto 0 auto;}
.kfcode img{ display:block; width:100px; height:100px;}
.kflist{ width:110px; margin:0 auto; height:auto; overflow:hidden;}
.kflist ul li{ height:22px; line-height:22px; overflow:hidden; border-bottom:1px dotted #ccc; padding: 6px 0;}
.kflist ul li a{ display: inline-block; height:22px; line-height:22px; overflow:hidden; color:#333;}
.kflist ul li a:hover{ color:#c00;}
.kflist ul li span{ display:inline-block; float:left; width:23px; height:16px; padding-top:4px; padding-bottom:4px;}
.kflist ul li span img{ display:block; float:right;}
.kflist ul li p{ display:inline-block; float:left; margin-left:8px; height:22px; line-height:22px;}

/**********************
******* scroll ********
**********************/
.scrollToTop{
	width:30px;
	height:30px;
	text-align:center;
	line-height:40px;
	background-color:#000;
	position:fixed;
	right:5px;
	bottom:5px;
	cursor:pointer;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.scrollToTop i{
	display:inline-block;
	line-height:30px;
	color:#fff;
}

/**********************
******* head **********
**********************/
.full-top{
	width:100%;
	min-width:1200px;
	height:28px;
	background-color: transparent;
	background-image: url(../images/g_02.jpg);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	overflow:hidden;
	border-bottom: 1px solid #E6E6E6;
}
.top-wel{
	display:inline-block;
	height:28px;
	line-height:26px;
	color:#505050;
	font-size:14px;
}

.header{
	width:100%;
	min-width:1200px;
	background-color:#FFF;
	position:relative;
	z-index:999;
}
.logo{
	display:block;
	width: 230px;
	height:102px;
	float: left;
}
.logo img{
	display:block;
	width:230px;
	height:102px;
}
.head-right{
	display:inline-block;
	float:right;
	margin-top:26px;
}
.head-right span{
	display:block;
	height:auto;
	overflow:hidden;
	background-image:url(../images/hotline.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:65px;
}
.head-right span h5{
	color:#545454;
	font-size: 18px;
	line-height:24px;
}
.head-right span h4{
	color:#000000;
	font-size: 26px;
	font-weight: bold;
	line-height:30px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: arial;
}

/**********************
***** language ********
**********************/
.language{
	text-align: center;
	font-size:0px;
	float:right;
}
.language a{
	display:inline-block;
	font-size:12px;
	color:#777;
	height:28px;
	line-height:28px;
	text-transform:capitalize;
	margin-left:15px;
	background-repeat:no-repeat;
	background-position:0 50%;
}
.language a:hover{
	color:#0099ff;
}
.language a.en{
	padding-left:25px;
	background-image:url(../images/en.png);
}
.language a.cn{
	padding-left:25px;
	background-image:url(../images/cn.png);
}
.language a.wb{
	padding-left:25px;
	background-image:url(../images/wb.jpg);
}
.language a.wx{
	padding-left:30px;
	background-image:url(../images/wx.jpg);
}
.language a.tel{
	padding-left:28px;
	background-image:url(../images/tel.jpg);
}

/**********************
***** search form *****
**********************/
.search-wrap{
	width:181px;
	height:30px;
	position:relative;
	overflow:hidden;
	float: right;
	background-color: #FFFFFF;
	margin-top: 36px;
}
.search-input{
	width:181px;
	height:30px;
	overflow:hidden;
	float: left;
}
.search-input input{
	display:block;
	margin:0;
	width:140px;
	height:30px;
	line-height:30px;
	border:none;
	padding:0 31px 0 10px;
	color:#999;
	font-size:12px;
	background-color: transparent;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	vertical-align:middle;
}
.search-btm{
	width:30px;
	height:30px;
	position: absolute;
	top: 0;
	right: 0;
}
.search-btm input{
	display:block;
	color:#fff;
	font-size:0px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:none;
	padding:0;
	margin:0;
	background-color:transparent;
	background-image:url(../images/btm.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	cursor:pointer;
}

/**********************
*** nav'nt submenu ****
**********************/
.full-nav{
	width:100%;
	min-width:1200px;
	background-color:#0099ff;
	position:relative;
	z-index:98;
	height: 48px;
}
.navbar{
	margin-top:10px;
}
.nav{
	width: 750px;
	height:30px;
	float: left;
	margin-top: 36px;
}
.nav > ul{
	float: right;
}
.nav > ul > li{
	height:30px;
	float:left;
	position:relative;
	z-index:10;
	margin-left: 1px;
}
.nav > ul > li > span{
	display:block;
	text-align:center;
	font-size:15px; 
	text-transform: uppercase;
}
.nav > ul > li > span > a{
	color:#232323;
	display: block;
	height:30px;
	line-height:30px;
	padding: 0 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav > ul > li:hover > span > a{
	color:#fff;
	background-color: #0D1D8D;
}
.nav > ul > li > span.active a{
	color:#fff;
	background-color: #0D1D8D;
}
.nav > ul > li > ul{
	display:none;
	width:150px;
	height:auto; 
	overflow:hidden;
	position:absolute;
	top:30px;
	left:-1px;
	z-index:99;
	background: #f8f8f8;
	box-shadow:0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 3px rgba(255,255,255,1);
}
.nav > ul > li > ul > li{
	font-size:13px;
	z-index: 100;
	text-align:left;
}
.nav > ul > li > ul > li > a{
	display:block;
	color:#666;
	line-height:1.25;
	border-bottom:1px dotted #ddd;
	padding:10px 10px 10px 15px;
}
.nav > ul > li > ul > li > a:hover{
	color:#eb3d00;
}
.nav > ul > li:hover > ul{
	display:block;
}

/**********************
******* footer ********
**********************/
.footer{
	width:100%;
	min-width:1200px;
	background-color:#ffffff;
	padding-top:30px;
	padding-bottom:30px;
}
.nav-foot{
	position:relative;
	height:auto;
}
.nav-foot-bg{
	background-color:transparent;
	background-image:url(../images/k_19.png);
	background-repeat:no-repeat;
	background-position:100% 0;
}
.nav-foot span{
	display:block;
	color:#fff;
	font-size:16px;
	line-height:1;
	text-transform: uppercase;
	position:relative;
	margin-bottom:15px;
	font-weight: bold;
}
.nav-foot ul li{
	font-size:14px;
	line-height:2;
}
.nav-foot ul li a{
	color:#fff;
}
.nav-foot ul li a i{
	font-size:12px;
	margin-right:5px;
	transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
}
.nav-foot ul li a:hover{
	color:#eee;
}
.nav-foot ul li a:hover i{
	margin-left:5px;
}
.wd-about{
	width:230px;
}
.wd-product{
	width:295px;
}
.wd-news{
	width:225px;
}
.wd-contact{
	width:445px;
}
.foot-contact-wrap{
	padding-top:10px;
	position:relative;
}
.wechat{
	width:105px;
	height:105px;
	overflow:hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.wechat img{
	display:block;
	width:105px;
	height:105px;
}
.foot-contact-info{
	color:#565656;
	font-size:14px;
	line-height:2;
	text-align: center;
}
.full-copyright{
	width:100%;
	min-width:1200px;
	background-color:#fff;
}
.copyright{
	margin-top:10px;
	line-height:2;
	color:#828282;
	font-size:14px;
	text-align: center;
}
.foot-social{
	margin-top:25px;
}
.foot-social p{
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 28px;
}
.foot-social ul li{
	display:inline-block;
	float:left;
	margin:5px 5px;
}
.foot-social ul li a{
	display:block;
	color:#fff;
	font-size:16px;
	width:28px;
	height:28px;
	text-align:center;
	line-height:28px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
}
.foot-social ul li a i{
	line-height:28px;
	margin:0;
}
.foot-social ul li a:hover i{
	margin:0;
}
.foot-social ul li a.facebook{
	background-color:#3460a1;
}
.foot-social ul li a.twitter{
	background-color:#2aa9de;
}
.foot-social ul li a.dribbble{
	background-color:#ea4c89;
}
.foot-social ul li a.youtube{
	background-color:#e84639;
}
.foot-social ul li a.google{
	background-color:#df5342;
}
.foot-social ul li a.linkedin{
	background-color:#1883bb;
}
.foot-social ul li a.pinterest{
	background-color:#cc2127;
}
.foot-social ul li a.instagram{
	background-color:#517fa4;
}
/**********************
****** index css ******
**********************/
.section-search{
	width: 100%;
	min-width: 1200px;
	padding: 20px 0;
	background-color: #FFFFFF;
}
.search-row{
	height: 80px;
	padding-bottom: 50px;
	background-color: #E3E3E3;
	background-image: url(../images/g_39.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
.search-lt{
	width: 120px;
	height: 80px;
	float: left;
	text-align: center;
	line-height: 80px;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #23ba00;
	padding-right: 17px;
	background-image: url(../images/g_41.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.search-key{
	width: 560px;
	float: left;
	margin-left: 10px;
	height: 80px;
	line-height: 80px;
	color: #686868;
	font-size: 14px;
}
.search-key a{
	color: #686868;
}
.search-hd{
	float: right;
	line-height: 80px;
	color: #5B5B5B;
	font-size: 14px;
}
/** product **/
.section-product{
	width:100%;
	min-width:1200px;
	padding-bottom: 30px;
	padding-top: 30px;
	background-color:#fff;
	position:relative;
}
.index-head-product{
	text-align:center;
	position:relative;
	color: #D3D3D3;
	font-size: 30px;
	text-transform: uppercase;
}
.index-head-product-cn{
	text-align: center;
}
.index-head-product-cn span{
	display: inline-block;
	color: #0D1D8D;
	font-size: 30px;
	padding: 0 20px;
	position: relative;
}
.index-head-product-cn span:before,
.index-head-product-cn span:after{
	width: 140px;
	height: 6px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}
.index-head-product-cn span:before{
	background-image: url(../images/h_07.png);
	background-position: 100% 50%;
	left: -140px;
}
.index-head-product-cn span:after{
	background-image: url(../images/h_09.png);
	background-position: 0 50%;
	right: -140px;
}
.index-head-product-small{
	text-align:center;
	color:#3b3b3b;
	font-size:14px;
	margin-top:10px;
	line-height:2;
	margin-bottom: 30px;
}
.cate-box{
	width: 242px;
	background-color: #DDDDDD;
	height: 615px;
	overflow: hidden;
	float: left;
	position: relative;
}
.cate-top{
	text-align: center;
	height: 80px;
	background-color: #0080D6;
	color: #FFFFFF;
}
.cate-top h2{
	font-weight: bold;
	line-height: 40px;
	margin-top: 8px;
}
.cate-top h6{
	text-transform: uppercase;
	font-family: arial;
	line-height: 18px;
	margin-top: 3px;
}
.cate-list{
	width: 218px;
	padding-top: 20px;
}
.cate-list ul li{
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	border-bottom: 1px solid #FFFFFF;
}
.cate-list ul li a{
	display: block;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #AAAAAA;
	padding-left: 35px;
	background-image: url(../images/g_10.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.cate-botm{
	width: 100%;
	height: 150px;
	background-color: #1574b8;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.cate-pic{
	text-align: center;
	margin-top: 20px;
}
.cate-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.cate-word{
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cate-tel{
	text-align: center;
	color: #FFFFFF;
	font-size: 26px;
	font-family: arial;
}
.pro-main-box{
	width: 941px;
	float: right;
}
.index-product-list{
	overflow: hidden;
}
.index-product-list ul{
	width: 952px;
}
.index-product-list ul li{
	width: 227px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 11px;
}
.index-product-list ul li .pic{
	border: 1px solid #ebebeb;
	width: 225px;
	height: 170px;
}
.index-product-list ul li .pic img{
	display: block;
	margin: 0 auto;
	width: 225px;
	height: 170px;
}
.index-product-list ul li .title{
	text-align: center;
	height: 36px;
	line-height: 36px;
}
/** why **/
.full-why-top{
	width: 100%;
	min-width: 1200px;
	height: 120px;
	overflow: hidden;
	background-color: #0080D6;
	background-image: url(../images/g_53.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
.why-hd{
	text-align: center;
}
.why-hd span{
	display: inline-block;
	padding-left: 60px;
	background-image: url(../images/g_45.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-top: 10px;
}
.why-hd span div{
	display: block;
	padding-right: 60px;
	background-image: url(../images/g_48.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.why-hd span div h1{
	color: #FFFFFF;
	font-size: 54px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	padding-bottom: 15px;
}
.why-hd span div h3{
	color: #63a4e0;
	text-transform: uppercase;
	font-family: arial;
	height: 20px;
	line-height: 20px;
}
.section-why{
	width: 100%;
	min-width: 1200px;
	background-color: #FFFFFF;
	padding: 20px 0;
}
.why-row{
	width: 1200px;
	margin-bottom: 45px;
}
.why-lt1{
	width: 641px;
	overflow: hidden;
}
.why-lt1 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.why-rt1{
	width: 440px;
	padding-left: 79px;
	padding-right: 40px;
}
.why-top{
	overflow: hidden;
}
.why-num{
	width: 92px;
	height: 120px;
	background-color: #23BA00;
	color: #FFFFFF;
	font-size: 48px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	line-height: 120px;
}
.why-top-right{
	width: 320px;
	padding-top: 20px;
}
.why-cn{
	color: #184b8a;
	font-size: 30px;
	font-weight: bold;
}
.why-en{
	color: #8E8E8E;
	font-size: 18px;
	font-family: arial;
	margin-top: 5px;
}
.why-word{
	margin-top: 30px;
}
.why-word p{
	margin-bottom: 15px;
	line-height: 30px;
	padding-left: 20px;
	background-image: url(../images/g_67.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	color: #4D4D4D;
	font-size: 16px;
}
.why-word p font{
	color: #d80000;
	font-size: 30px;
	line-height: 30px;
	font-family: arial;
}
.why-bgc1{
	background-color: #F2F2F2;
}
.why-lt2{
	width: 580px;
}
.why-rt2{
	width: 520px;
	padding-left: 60px;
	padding-right: 40px;
	padding-top: 22px;
	background-image: url(../images/g_84.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0;
}
.why-top-right2{
	width: 400px;
	padding-top: 15px;
}
.why-lt3{
	width: 650px;
}
.why-rt3{
	width: 480px;
	padding-left: 50px;
	padding-right: 20px;
	margin-top: 20px;
}
.why-top-right3{
	width: 360px;
	padding-top: 15px;
}
.why-lt4{
	width: 613px;
	overflow: hidden;
}
.why-rt4{
	width: 507px;
	padding-left: 60px;
	padding-right: 20px;
}
.why-top-right4{
	width: 386px;
}
/** about **/
.section-about{
	width:100%;
	min-width:1200px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(../images/h_31.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}
.index-head-about{
	text-align:center;
	color:#ffffff;
	font-size:30px;
	text-transform:uppercase;
}
.index-head-about span{
	display:inline-block;
	position:relative;
	padding: 0 20px;
	z-index: 6;
}
.index-head-about span:before,
.index-head-about span:after{
	width: 140px;
	height: 6px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}
.index-head-about span:before{
	background-image: url(../images/h_32.png);
	background-position: 100% 50%;
	left: -140px;
}
.index-head-about span:after{
	background-image: url(../images/h_34.png);
	background-position: 0 50%;
	right: -140px;
}
.index-about-small{
	text-align:center;
	color:#ffffff;
	font-size:30px;
	text-transform: uppercase;
	font-family: arial;
}
.index-about-pic{
	width: 546px;
	overflow: hidden;
}
.index-about-pic img{
	display: block;
	max-width: 100%;
	height: auto;
}
.index-about-right{
	width: 630px;
}
.index-about-name{
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}
.index-about-intro{
	color:#ffffff;
	font-size:14px;
	line-height:2;
	margin-top:20px;
	text-align: center;
	padding: 0 80px;
}
.index-about-more{
	text-align:left;
	font-size:14px;
	margin-top:30px;
	text-transform:uppercase;
}
.index-about-more a{
	display:inline-block;
	color:#fff;
	height:34px;
	line-height:34px;
	padding-left:30px;
	padding-right:30px;
	background-color: #29d800;
}
.index-about-more a:hover{
	padding-left:40px;
	padding-right:40px;
}
.qiye-top{
	margin-top: 30px;
	border-bottom: 1px solid #afafaf;
	padding-bottom: 10px;
	color: #0080D6;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
}
.qiye-top a{
	display: inline-block;
	float: right;
	color: #686868;
	font-size: 14px;
	font-weight: normal;
}
.icon-list{
	width: 660px;
	overflow: hidden;
	margin-top: 50px;
}
.icon-list ul li{
	width: 120px;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0 50px;
}
.icon-list ul li .icon-pic{
	overflow: hidden;
}
.icon-list ul li .icon-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.icon-list ul li .icon-title{
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 15px;
}

/** news **/
.section-news{
	width:100%;
	min-width:1200px;
	background-color: transparent;
	background-image: url(../images/h_40.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding:30px 0;
}
.index-head-news{
	text-align:center;
	position:relative;
	color: #000000;
	font-size: 30px;
	margin-bottom: 30px;
}
.index-head-news span{
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.index-head-news span:before,
.index-head-news span:after{
	width: 140px;
	height: 6px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}
.index-head-news span:before{
	background-image: url(../images/h_41.png);
	background-position: 100% 50%;
	left: -140px;
}
.index-head-news span:after{
	background-image: url(../images/h_43.png);
	background-position: 0 50%;
	right: -140px;
}
.index-news-sml{
	text-align: center;
	color: #5F5F5F;
	font-size: 30px;
	text-transform: uppercase;
}
.index-list-news{
	width: 630px;
	float: left;
	overflow:hidden;
	position:relative;
}
.index-list-news ul li{
	padding: 14px 10px;
	background-color:#fff;
	margin-bottom: 21px;
}
.index-list-news ul li a{
	display:block;
}
.index-list-news-ymd{
	color:#bcbcbc;
	font-size:14px;
	margin-top:5px;
}
.index-list-news-right{
	width:440px;
	float:right;
}
.index-list-news-title{
	height:30px;
	line-height:30px;
	font-size:16px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.index-list-news-intro{
	line-height:20px;
	overflow:hidden;
	color:#666;
	font-size:12px;
	max-height:40px;
	margin-top:5px;
}
.ndes-picddd{
	height:160px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: cover;
	position:relative;
}
.ding-pic{
	width: 558px;
	float: right;
	height: auto;
	overflow: hidden;
}
.ding-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.nws-left{
	width:390px;
}
.nws-left img{
	display:block;
	width:100%;
	height:auto;
}
.main-newsright{
	width:100%;
	position:relative;
	margin-top:20px;
}
.slideTxtBox{
	width:100%;
}
.slideTxtBox .hd{
	position: relative;
	width:100%;
	z-index:5;
	text-align:center;
	margin-bottom:30px;
}
.slideTxtBox .hd ul li{
	height:36px;
	line-height:36px;
	display:inline-block;
	*display:inline;
	padding:0 40px;
	cursor:pointer;
	color:#fff;
	font-size:16px;
	position:relative;
	margin:0 5px;
	background-color:#494949;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.slideTxtBox .hd ul li.on{
	background-color:#29d800;
}
.slideTxtBox .hd ul li.on:after{
	width:100%;
	height:9px;
	background-image:url(../images/g_142.png);
	background-repeat: no-repeat;
	background-position:50% 50%;
	position:absolute;
	left:0px;
	bottom:-9px;
}

.slideTxtBox .bd{
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.slideTxtBox .bd ul{
	width:1215px;
	overflow:hidden;
}		
.slideTxtBox .bd ul li{
	height:auto;
	overflow:hidden;
	width:380px;
	float:left;
	margin-right:15px;
}
.nwpic{
	width:150px;
	height:auto;
	overflow:hidden;
	float: left;
}
.nwpic img{ display:block; width:150px; height:105px;}

.section-case{
	width: 100%;
	min-width: 1200px;
	padding: 30px 0;
	background-color: #FFFFFF;
}
.case-index-list{
	overflow: hidden;
}
.case-index-list ul{
	width: 1227px;
}
.case-index-list ul li{
	width: 382px;
	float: left;
	margin-right: 27px;
	height: auto;
	overflow: hidden;
}
.case-index-list ul li .pic{
	width: 380px;
	height: auto;
	overflow: hidden;
	border: 1px solid #d6d6d6;
}
.case-index-list ul li .pic img{
	display: block;
	margin: 0 auto;
	width: 380px;
	height: 285px;
}
.case-index-list ul li .title{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/**********************
****** inner css ******
**********************/
/** 内页banner **/
.inbanner{
	width:100%;
	min-width:1200px;
	height:400px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.inner-word{
	color: #FFFFFF;
	font-size: 36px;
	text-transform: uppercase;
	margin-top: 200px;
	position: relative;
}
.inner-word:after{
	width: 80px;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: -15px;
}
.section-inner{
	width:100%;
	min-width:1200px;
	padding:30px 0;
	background-color:#FFFFFF;
}
/** 左右结构 **/
.slider{
	width:230px;
	float:left;
	background-color:#fff;
	box-shadow:0px 0px 5px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 5px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 5px rgba(255,255,255,1);
}
.slide-head{
	color:#fff;
	font-size:14px;
	background-color:#3399de;
	padding-left:15px;
	height:38px;
	line-height:38px;
	text-transform:uppercase;
}
dl,dt,dd{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-slide{
	overflow: hidden;
}
.menu-slide dl dt{
	position: relative;
	display: block;
}
.menu-slide dl dt a{
	display: block;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 20px;
	background-image: url(../images/dot4_03.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.menu-slide dl dt a:hover{
	color: #ef6100;
	background-color: #f5f6f6;
}
.menu-slide dl dt a.active{
	color: #ef6100;
	background-color: #F5F6F6;
}
/*** pro cate **/
.menu-pro{
	overflow: hidden;
}
.menu-pro dl dt{
	position: relative;
	display: block;
}
.menu-pro dl dt a{
	display: block;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 25px;
	background-image: url(../images/ndot1.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.menu-pro dl dt a:hover{
	color: #ef6100;
	background-color: #f5f6f6;
}
.menu-pro dl dt a.active{
	color: #ef6100;
	background-color: #F5F6F6;
	background-image: url(../images/ndot2.png);
}

.menu-pro dl dd{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.menu-pro dl dd a{
	display: block;
	padding-left: 25px;
	background-image: url(../images/dot4_03.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}

/** end **/

.news-slide{
	overflow: hidden;
}
.news-slide ul li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #DDDDDD;
}
.news-slide ul li a{
	padding-left: 15px;
	background-image: url(../images/list_dot1.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
}
.contact-slide{
	padding: 8px 0;
	color: #666666;
	font-size: 14px;
	line-height: 1.75;
}
.contact-slide img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}


.menu{
	display:block;
	border:1px solid #ddd;
	border-top:none;
}
.menu > li{
	position:relative;
}
.menu > li > a{
	display:block;
	color:#333;
	line-height:18px;
	border-top:1px solid #ddd;
	padding:10px 15px 10px 24px;
	background-color:#fff;
	background-image:url(../images/jt1.png);
	background-repeat:no-repeat;
	background-position:10px 15px;
}
.menu > li > a.active,
.menu > li > a:hover{
	color:#eb3e00;
	background-image:url(../images/jt2.png);
}
.menu > li:first-child > a{
	border-top:none;
}
.main-right{
	width:950px;
	float:right;
	background-color:#fff;
}
.path-inner{
	height:38px;
	line-height:38px;
	overflow: hidden;
	background-color: #3399de;
}
.path-inner span{
	display: inline-block;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 15px;
}
.path-inner p{
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 15px;
}
.path-inner p a{
	color: #FFFFFF;
}
.single-title{
	color:#000;
	font-size:18px;
	margin-top:15px;
}
.single-content{
	color:#666;
	font-size:14px;
	line-height:2;
	margin-top:20px;
}
.single-content img{
	max-width:100%;
	height:auto;
}
.full-map{
	margin-top: 30px;
	overflow: hidden;
}
/** 新闻列表 **/
.list-news{
	position:relative;
	margin-top:10px;
}
.list-news ul li{
	border-bottom:1px dotted #ddd;
	padding:20px 0;
	height:auto;
	overflow:hidden;
	position:relative;
}
.list-news ul li .news-pic{
	width:200px;
	height:130px;
	overflow:hidden;
	float:left;
}
.list-news ul li .news-pic img{
	display:block;
	width:200px;
	height:130px;
	
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	
	transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
}
.list-news ul li:hover .news-pic img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.list-news ul li .news-right{
	width:720px;
	float:right;
}
.list-news ul li .news-title{
	font-size:16px;
	height:auto;
	overflow:hidden;
}
.list-news ul li .news-intro{
	color:#888;
	line-height:1.65;
	margin-top:10px;
}
.list-news ul li .news-date{
	color:#aaa;
	margin-top:5px;
}
.content-title{
	text-align:center;
	color:#000;
	font-size:20px;
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	margin-top:20px;
}

.list-faq{
	overflow: hidden;
	margin-top: 20px;
}
.list-faq ul li{
	line-height: 44px;
	height: 44px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 14px;
}
.list-faq ul li span{
	display: inline-block;
	float: right;
	padding-left: 15px;
	color: #999;
}
.list-faq ul li a{
	display: block;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 20px;
	background-image: url(../images/dian.jpg);
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

/************************
** left-right structs ***
************************/
.list_left{width:230px; height: auto; overflow: hidden;}
.list_left h1{display:block;height:34px;line-height:34px;color:#fff;background:#6db543; font-size:15px; text-indent:20px; text-transform:uppercase;}
.list_left ul{border:1px solid #ddd;}
.list_left ul li{height:40px;line-height:40px;font-size:12px;color:#fff; border-bottom:1px solid #ddd; border-top:1px solid #fff;}
.list_left ul li a{color:#333; display:block; background-color:#f5f5f5; padding:0 15px; height:40px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.list_left ul li a:hover{color:#c00;}
.list_left ul li a.cls_curr{color:#c00; background-color:#fff;}

.list_contact{height:auto;overflow:hidden;padding:15px;line-height:22px;border:1px solid #ccc;border-top:none;}
.list_contact img{max-width:100%;padding-bottom:5px;}

.list_right{ width:950px; height: auto; overflow:hidden;}
.right_top{width:100%; border-bottom:1px solid #ddd; height:auto; overflow:hidden;}
.right_top span{display:inline-block;float:left;height:32px;line-height:32px;color:#666;font-size:13px;padding-right:10px; background:url(../images/map.png) no-repeat left center; padding-left:20px;}

/************************
*** products ************
************************/
.pro_list{
	margin-top:30px;
	position:relative;
}
.pro_list ul{
	width:972px;
}
.pro_list ul li{
	display:block;
	float:left;
	height:auto;
	overflow:hidden;
}
/** 一行四个 **/
.pro_list ul li.item4{
	width:217px;
	margin-right:14px;
}
.pro_list ul li.item4 img{
	width:215px;
	height:161px;
}
/** 一行三个 **/
.pro_list ul li.item3{
	width:302px;
	margin-right:22px;
}
.pro_list ul li.item3 img{
	width:100%;
	height:auto;
}
.pro_list ul li.none-data{
	width:100%;
}

.pro_list ul li span{
	display:block;
	text-align:center;
	overflow:hidden;
	height:46px;
	line-height:46px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.pro_list ul li a{
	color:#555;
}
.pro_list ul li a:hover{
	color:#c00;
}
.pro_list ul li.item3 .product-img{
	width:300px;
	height:225px;
	overflow:hidden;
	border:1px solid #eee;
}
.pro_list ul li.item3 .product-img img{
	width:300px;
	height:225px;
	
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	
	transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
}
.pro_list ul li.item3:hover .product-img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.pro_list ul li.item4 .product-img{
	width:215px;
	height:161px;
	overflow:hidden;
	border:1px solid #eee;
}
.pro_list ul li.item4 .product-img img{
	width:215px;
	height:161px;
	
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	
	transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
}
.pro_list ul li.item4:hover .product-img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}

/************************
*** case-list ************
************************/
.case-list{ overflow:hidden; margin-top:20px;}
.case-list ul{ width:972px;}
.case-list ul li{ display:block; float:left; height:auto; overflow:hidden;}
.case-list ul li img{ display:block; border:1px solid #eee;}
/** 一行四个 **/
.case-list ul li.item4{width:222px;margin-right:20px;}
.case-list ul li.item4 img{width:220px;height:165px;}
/** 一行三个 **/
.case-list ul li.item3{width:302px;margin-right:22px;}
.case-list ul li.item3 img{width:300px;height:225px;}

.case-list ul li span{display:block;text-align:center;overflow:hidden; height:46px; line-height:46px; white-space:nowrap; text-overflow:ellipsis;}
.case-list ul li a{color:#555;}
.case-list ul li a:hover{color:#c00;}

/************************
*** products detail *****
************************/
.product-wrap{
	position:relative;
}
.product-row{
	position:relative;
	margin-top:25px;
}
.product-mag{
	width:302px;
	float:left;
}
.product-right{
	width:620px;
	float:right;
}
.product-title{
	color:#000;
	background:#fff;
	font-size:24px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}
.product-class{
	color:#666;
	font-size:12px;
	line-height:2;
	margin-top:15px;
}
.product-intro{
	color:#565656;
	font-size:14px;
	line-height:24px;
	margin-top:15px;
	overflow:hidden;
}
.product-class strong,
.product-intro strong{
	color:#c00;
}
.content-product{
	color:#444;
	font-size:14px;
	line-height:2.25;
	margin-top:15px;
}

/************************
*** big pictures ********
************************/
.preview{width:302px; height:320px; float:left;}
/* smallImg */
.smallImg{position:relative; height:52px; margin-top:1px; padding:6px 0; width:302px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(../img/lt_01.png) no-repeat;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(../img/rt_01.png) no-repeat; margin-left:285px; margin-top:-50px;}

#imageMenu {height:50px; width:270px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {height:50px; width:50px; overflow:hidden; float:left; text-align:center;margin-left:4px;}
#imageMenu li img{width:50px; height:50px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:48px; height:48px; border:1px solid #e3e3e3;}
/* bigImg */
.bigImg{position:relative;float:left;width:300px;height:256px;overflow:hidden;border:1px solid #e3e3e3;}
.bigImg #midimg{width:300px; height:256px;}
.bigImg #winSelector{width:100px; height:85px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border: 1px solid #e3e3e3; overflow: hidden; z-index:999;}
#bigView img{position:absolute;}
/* product info end */

/************************
*** tabs changes ********
************************/
.tabBox{
	position:relative;
	margin-top:20px;
}
.tabBox .tabNav {
	overflow:hidden;
	_zoom:1;
	text-align:center;
	border-bottom:1px solid #000;
}
.tabBox .tabNav li{
	padding:0 20px;
	float:left;
	cursor:pointer;
	line-height:36px;
	background:#eee;
	color:#000;
	font-size:12px;
}
.tabBox .tabNav li.now {
	color:#fff;
	background:#000;
}
.tabBox .tabCont {
	display:none;
}

/************************
*** form buttom *********
************************/
.txtf{width:400px;border:1px solid #ddd;height:20px;line-height:20px;text-indent:10px;color:#555}
.txtf:focus{border:1px solid #000;}
.txtf_2{width:400px;border:1px solid #ddd;line-height:20px;color:#555;font-size:12px;}
.txtf_2:focus{border:1px solid #000;}

.ctus_btm{width:90px;height:30px;line-height:28px;border:1px solid #000;outline:none 0;background:#000;display:inline-block;margin-right:20px;color:#fff;font-family:'Verdana';-webkit-transition:0.6s;-moz-transition:0.6s;-o-transition:0.6s;transition:0.6s;border-radius:5px;}
.ctus_btm:hover{background:#fff;border:1px solid #000;color:#000;}

/**********************
******** form *********
**********************/
.msg-head{
	background-color:#eee;
	color:#c00;
	font-size:14px;
	padding:15px 25px;
	margin-top:20px;
	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.msg-wrap{
	position:relative;
	margin-top:10px;
}
.form-group{
	margin:15px 0;
}
.form-group label{
	display:inline-block;
	line-height:32px;
	font-size:14px;
	color:#666;
	margin-right:15px;
	width:80px;
	text-align:right;
	float:left;
}
.form-group input[type=text]{
	display:inline-block;
	height:30px;
	line-height:30px;
	border:1px solid #eee;
	padding:0 10px;
	min-width:400px;
	float:left;
	color:#555;
	font-size:12px;
	
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
.form-group textarea{
	display:inline-block;
	padding:5px 10px;
	color:#555;
	font-size:12px;
	line-height:20px;
	border:1px solid #ddd;
	min-width:400px;
	min-height:80px;
	resize:none;
}
.form-group input[type=submit]{
	display:inline-block;
	margin-left:96px;
	border:none;
	color:#fff;
	background-color:#eb3e00;
	padding:8px 40px;
	cursor:pointer;
	font-size:12px;
	text-transform:uppercase;
	
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

/************************
*** photo-list ************
************************/
.photo-list{ overflow:hidden; margin-top:20px;}
.photo-list ul{ width:982px;}
.photo-list ul li{ display:block; float:left; height:auto; overflow:hidden;}
.photo-list ul li img{ display:block; border:1px solid #eee; padding: 5px;}
/** 一行四个 **/
.photo-list ul li.item4{width:222px;margin-right:20px;}
.photo-list ul li.item4 img{width:208px;height:photo-list;}
/** 一行三个 **/
.photo-list ul li.item3{width:296px;margin-right:31px;}
.photo-list ul li.item3 img{width:284px;height:auto;}

.photo-list ul li span{display:block;text-align:center;overflow:hidden; height:46px; line-height:46px; white-space:nowrap; text-overflow:ellipsis;}
.photo-list ul li a{color:#555;}
.photo-list ul li a:hover{color:#c00;}
.photo-list ul li.fullli{
	width: 100%;
}

/**********************
******** pages ********
**********************/
.page-number{
	margin-top:15px;
	margin-bottom:20px;
	/*border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;*/
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	font-size:0;
	font-family:Arial;
}
.page-number span{
	display:inline-block;
	font-size:12px;
	margin:3px;
	border:1px solid #ddd;
	padding:4px 8px;
	background-color:#f5f5f5;
	color:#666;
}
.page-number span a{
	display:inline-block;
	color:#666;
}
.page-number span a:hover{
	color:#c00;
}
.page-number span.on{
	color:#fff;
	background-color:#c00;
	border-color:#c00;
}
.page-number span.on a{
	color:#fff;
}
