@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "segoeui";
    src: url("../fonts/segoeui.ttf");
}
.segoeui {
    font-family: segoeui;
}
@font-face {
    font-family: "segoeuisb";
    src: url("../fonts/seguisb.ttf");
}
.segoeuisb {
    font-family: segoeuisb;
}
*{margin:0px;padding:0px; box-sizing:border-box;}

body {
	font-family:"微软雅黑", "宋体", Arial;
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:inherit;
	}
img{
	border:0;
	max-width:100%;
}

a{
	 color:inherit;
	 text-decoration: none;
   }
   
a:link {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul,li{
	list-style:none;
}

body {
	min-width:1200px;
	}

.fl{
	float:left;
}
.fr{
	float:right;
}
.main {
	margin: auto;
	width: 1200px;
}


*.nomargin{
	margin-right:0px;
	}

.clearfix{
	clear:both;
	}


.ab_active{
	color:#fff;
	background:url(../img/content/ab_title_bg.png) no-repeat center center;
	}
.space_tb1-5{
	padding-top:15px;
	padding-bottom:15px;
	}
.space_tb1{
	padding-top:10px;
	padding-bottom:10px;
	}
.space_tb2{
	padding-top:20px;
	padding-bottom:20px;
	}	
.space_tb3{
	padding-top:30px;
	padding-bottom:30px;
	}	
.space_tb4{
	padding-top:40px;
	padding-bottom:40px;
	}	
.space_tb5{
	padding-top:50px;
	padding-bottom:50px;
	}

.ta_c{
	text-align:center;
	}

.ta_l{
	text-align:left;
	}

.ta_r{
	text-align:right;
	}
	
.btn{
	cursor:pointer;
	}
.ov_hd{
	overflow:hidden;
	}

.m_color{
	color:#f07d00;
	}
.mh_color:hover{
	color:#f07d00;
	}	
.m_bg{
	background:#f07d00;
	}

.m_bc{
	background:#f07d00;
	color:#fff;
	}	

.h_p{
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#666;
	border-bottom:1px solid #ccc;
	}
	
.h_p .links{
	padding-left:25px;
	}
.h_p .a1{
	background:url(../img/public/home_icon.png) no-repeat left center;
	padding-left:23px;
	margin-left:32px;
	}
.h_p .a2{
	background:url(../img/public/star_icon.png) no-repeat left center;
	padding-left:30px;
	margin-left:32px;
	}	
.h_p .a3{
	background:url(../img/public/tel_icon.png) no-repeat left center;
	padding-left:30px;
	margin-left:32px;
	}				

		
.h_p .main{
	position:relative;
	}	
.h_search{
	padding-left:8px;
	padding-top:5px;
	border-bottom:1px solid #ccc;
	display:none;
	
	}
.h_search .main{
	position:relative;
	}	
.h_search form{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:30px;
	height:30px;
	}	
	
.h_search .ip_t{
	width:430px;
	height:30px;
	line-height:30px;
	border:0;
	border-bottom:1px solid #d52206;
	float:left;
	padding-left:10px;
	padding-right:10px;
	}	
.h_search .ip_s{
	float:right;
	width:60px;
	height:30px;
	color:#fff;
	border:0;
	line-height:30px;
	background:#d52206;
	border-radius:15px;
	}	

.h_s_close{
	height:24px;
	width:24px;
	background:url(../img/public/close_icon1.png) no-repeat center center;
	position:absolute;
	right:250px;
	top:-15px;
	
	}
	
	
.h_content{
	height:96px;
	line-height:55px;
	}
.h_content .logo{
	margin-top:26px;
	}	

.h_nav{
	margin-top:26px;
	}	
.h_nav li{
	float:left;
	height:100%;
	margin-left:60px;
	font-size:16px;
	border-top:3px solid #fff;
	}
.h_nav li.on{
	border-color:#ec8605;
	}
.h_nav li:hover{
	border-color:#ec8605;
	}
.h_nav a{
	display:block;
	}	
	
.i_banner{
	overflow:hidden;
	}
.i_banner ul li{
	position:relative;
	}


.i_banner .owl-prev{
	width:50px;
	height:50px;
	position:absolute;
	left:15px;
	top:45%;
	background:url(../img/public/prev_icon1-1.png) no-repeat center center;
	}
	
.i_banner .owl-next{
	width:50px;
	height:50px;
	position:absolute;
	right:15px;
	top:45%;
	background:url(../img/public/prev_icon2-1.png) no-repeat center center;
	
	}
.i_banner .owl-prev:hover{
	background-image:url(../img/public/prev_icon1-1.png);
	}
.i_banner .owl-next:hover{
	background-image:url(../img/public/prev_icon2-1.png);
	}				
/*.i_banner .owl-dots{
	position:absolute;
	bottom:25px;
	text-align:center;
	width:100%;
	}

.i_banner .owl-dot{
	width:60px;
	height:8px;
	background:#bfbfbf;
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	border-radius:4px;
	}

.i_banner .owl-dot.active{
	background:#c20007;
	}*/
	

.tit1{
	padding-top:50px;
	padding-bottom:40px;
	text-align:center;
	background:url(../img/index/tit1_bg.png) no-repeat center center;
	}
.tit1 .t1{
	font-size:30px;
	display:block;
	}
.tit1 .t2{
	font-size:12px;
	color:#666;
	margin-top:10px;
	display:block;
	}	

.i_product{
	padding-bottom:50px;
	}

.i_p_list2 li{
	width:150px;
	height:30px;
	line-height:30px;
	background:#eeeeee;
	margin-right:25px;
	float:left;
	text-align:center;
	margin-bottom:30px;
	}	
.i_p_list2 li:hover{
	background:#ec8605;
	color:#fff;
	
	}	
.i_p_list2 li.nomargin{
	margin-right:0;
	}
.i_p_list2 a{
	display:block;
	}		
	
.i_p_list1{
	margin-top:15px;
	}
.i_p_list1 li{
	float:left;
	margin-right:20px;
	margin-bottom:5px;
	}
.i_p_list1 li.nomargin{
	margin-right:0;
	
	}	
.i_p_list1 img{
	max-width:100%;
	transition:all 0.5s;
	}	
.i_p_list1 .img1{
	width:285px;
	border:1px solid #ccc;
	}	
.i_p_list1 h3{
	height:40px;
	line-height:40px;
	text-align:center;
	transition:all 0.5s;
	}
.i_p_list1 li:hover h3{
	bottom:0;
	
	}	
	
.i_p_list1 li:hover img{
	transform:scale(0.9,0.9);
	}	
.i_p_list1 li:hover .img1{
	border-color:#ec8605;
	}

.i_p_list1 li:hover h3{
	color:#ec8605;
	}

.i_product .a1{
	width:100px;
	height:30px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:30px;
	color:#ec8605;
	}
.i_product .a1:hover{
	font-weight:bold;
	}	
	
	
.tit2{
	border-bottom:1px solid #ccc;
	}	
.tit2 .t1{
	font-size:18px;
	}
.tit2 .t2{
	color:#666;
	margin-top:10px;
	margin-bottom:10px;
	}



.i_ab_l{
	float:left;
	width:570px;
	}

.i_ab_r{
	float:left;
	margin-left:60px;
	width:570px;
	
	}	

.i_about{
	background:#f6f6f6;
	padding-bottom:50px;
	padding-top:50px;
	}
.i_about .i_ab_2{
	width:722px;
	}
.i_ab_2 h3{
	font-size:24px;
	}
.i_ab_2 .t1{
	margin-top:40px;
	line-height:24px;
	}
.i_ab_2 .t1 p{
	text-indent:2em;
	}		


.i_about .a1{
	width:100px;
	height:30px;
	display:block;
	margin-top:30px;
	color:#ec8605;
	}
.i_about .a1:hover{
	font-weight:bold;
	}	


.i_solve ul li{
	float:left;
	padding:1px;
	width:280px;
	margin-right:25px;
	line-height:0;
	
	}
.i_solve ul li.nomargin{
	margin-right:0;
	}	
.i_solve img{
	max-width:100%;
	transition:all 0.5s;
	}	
.i_solve .img1{
	border:1px solid #ccc;
	height:340px;
	}	
.i_solve p{
	height:40px;
	line-height:40px;
	font-size:14px;
	text-align:center;
	background:#f6f6f6;
	}
	
.i_solve ul li:hover img{
	transform:scale(1.1,1.1);
	transition:all 0.5s;
	}	
.i_solve ul li:hover p{
	background-color:#ec8605;
	color:#fff;
	}


.i_solve .a1{
	width: 100px;
	height: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
	color: #ec8605;
	}
.i_solve .a1:hover{
	font-weight:bold;
	}
	
.i_news{
	padding-bottom:50px;
	background:#fafafa;
	}	
.i_n_1{
	font-size:14px;
	width:595px;
	}	
.i_n_1 ul li{
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding-bottom:5px;
	}	
.i_n_1 h4{
	background:url(../img/index/square_icon.png) no-repeat left center;
	padding-left:15px;
	color:#414141;
	height:14px;
	margin-bottom:15px;
	}	
.i_n_1 h4 a:hover{
	color:#ec8605;
	}	
.i_n_1 .s1{
	color:#999;
	}	
		
.i_n_1 .t1{
	line-height:28px;
	color:#666;
	}
	
			
.i_news .a1{
	width: 100px;
	height: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
	color: #ec8605;
	}
.i_news .a1:hover{
	font-weight:bold;
	}
	
.footer_content{
	background:#292929;
	color:#c7c7c7;
	padding:45px 0 35px;
	color:#999;
	}
.f_t_1{
	width:680px;
	}
.f_t_1 .f_nav{
	height:12px;
	margin-bottom:26px;
	margin-top:50px;
	}
.f_nav li{
	float:left;
	padding-left:25px;
	padding-right:25px;
	border-left:1px solid #999;
	}
.f_nav li a:hover{
	color:#ec8605;
	}	
.f_nav li.nopd-l{
	padding-left:0;
	}
.f_nav li.nobd-l{
	border-left:0;
	}
.f_t_2 dl dt{
	font-size:14px;
	}
.f_t_2 dl dd{
	color:#666;
	width:405px;
	margin-top:10px;

	}
.f_t_2 span{
	display:block;
	height:26px;
	line-height:26px;
	}	
.f_t_2 .s1{
	background:url(../img/public/f_contact_icon1.png) no-repeat left center;
	padding-left:30px;
	}	
.f_t_2 .s2{
	background:url(../img/public/f_contact_icon2.png) no-repeat left center;
	padding-left:30px;
	}	
.f_t_2 .s3{
	background:url(../img/public/f_contact_icon3.png) no-repeat left center;
	padding-left:30px;
	}	
.f_t_2 .s4{
	background:url(../img/public/f_contact_icon4.png) no-repeat left center;
	padding-left:30px;
	}				
		

.in_content{
	padding:20px 0 60px;
	}
	
.l_nav{
	width:240px;
	float:left;
	}	
.l_nav .tit3{
	height:40px;
	line-height:40px;
	padding-left:30px;
	font-size:16px;
	border-bottom:1px solid #ccc;
	}
.l_nav .bg_img1{
	background:url(../img/content/share_icon1.png) no-repeat left center;
	}	
.l_nav .bg_img2{
	background:url(../img/content/contact_icon1.png) no-repeat left center;
	}		
	
.l_nav ul li{
	height:40px;
	line-height:40px;
	padding-left:25px;
	border-bottom:1px solid #ccc;
	background:url(../img/content/arraw_right.png) no-repeat left center;
	}	
.l_nav a{
	display:block;
	}
.l_nav a:hover{
	color:#ef8305;
	}	

.l_n_t{
	margin-bottom:40px;
	}

.l_n_pc{
	margin-bottom:40px;
	}
	
.l_n_c{
	}

.l_n_c .t1{
	background:url(../img/content/contact_icons.png) no-repeat left 10px;
	padding-left:25px;
	margin-top:10px;
	}		
.l_n_c .t1 span{
	display:block;
	line-height:30px;
	
	}
	
.l_n_c .t2{
	margin-top:20px;
	margin-bottom:15px;
		padding-left:20px;

	}	
.l_n_c .t3{
	border-bottom:1px solid #ccc;
	padding-bottom:20px;

	}	
.l_n_c .t3 a{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;

	}	
.l_n_c .a1{
	position:relative;
	}	
.l_n_c .a1 img.im{
	position:absolute;
	left:-100px;
	bottom:45px;
	width:180px;
	max-width:none;
	height:0;
	transition:all 0.5s;
	
	}
.l_n_c .a1:hover img.im{
	height:180px;
	transition:all 0.5s;
	}		
	

.content{
	width:926px;
	float:right;
	}

.path_nav{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	}
.path_nav .fl{
	font-size:16px;
	}	

.in_about{
	color:#333;
	
	}
.in_about .s1{
	text-indent:2em;
	display:inline-block;
	}	
.in_about .p1{
	font-size:18px;
	}
.para_p{
	font-size:12px;
	line-height:24px;
	}	
	
.in_product ul li{
	margin-bottom:35px;
	}
	
			
	
.in_product h3{
	height:20px;
	line-height:26px;

	font-size:14px;
	border-left:4px solid #0c2745;
	padding-left:18px;
	margin-bottom:30px;
	}	
.in_product h3:hover{
	color:#ef8305;
	}	
	
.in_p_list1 a{
	width:218px;
	display:block;
	float:left;
	margin-bottom: 20px;
	margin-right:17px;
	position:relative;
	}
	
.in_p_list1 a.nomargin{
	margin-right:0;
	}	
.in_p_list1 .img1{
	border:1px solid #ccc;
	padding-bottom:30px;
	}	
	
		
.in_p_list1 a img{
	width:218px;
	}	

.in_p_list1 h4{
	text-align:center;
	position:absolute;
	width:100%;
	bottom:10px;
	}

.in_p_list1 a:hover .img1{
	border-color:#ef8305;
	}

.in_p_list1 a:hover h4{
	color:#ef8305;
	
	}	
.in_product_category{
	
	}
.in_product_category ul li{
	width:220px;
	float:left;
	margin-right:15px;
	margin-bottom:25px;
	position:relative;
	
	}
.in_product_category ul li.nomargin{
	margin-right:0;
	}	
.in_product_category  .img1{
	border:1px solid #ccc;
	padding-bottom: 30px;
	}
.in_product_category img{
	width:218px;
	}	
.in_product_category h3{
	text-align:center;
	position:absolute;
	bottom:10px;
	width:100%;
	}
.in_product_category ul li:hover .img1{
	border-color:#ef8305;
	}
.in_product_category ul li:hover h3{
	color:#ef8305;
	}					

	
.in_pd_t{
	margin-top:30px;
	height:320px;
	}
	
	
.in_pd_l{
	width:460px;
	border:1px solid #ccc;
	float:left;
	}
	
.in_pd_l .owl-nav{
	position:absolute;
	right:5px;
	bottom:5px;
	height:26px;
	width:57px;
}	
.in_pd_l .owl-prev{
	width:26px;
	height:26px;
	background:url(../img/content/pre.png) no-repeat center center;
	float:left;
	}
.in_pd_l .owl-prev:hover{
	background-image:url(../img/content/pre-1.png);
	
	}	
.in_pd_l .owl-next{
	width:26px;
	height:26px;
	background:url(../img/content/next.png) no-repeat center center;
	float:right;
	}
.in_pd_l .owl-next:hover{
	background-image:url(../img/content/next-1.png);
	}	

.in_pd_l .img1{
	width:458px;
	}	
	
.in_pd_r{
	width:430px;
	float:right;
	margin-left:30px;
	height:320px;
	
	}
.in_pd_r h3{
	font-size:18px;
	margin-bottom:20px;
	padding-bottom:10px;
	}

.in_pd_r .t1{
	height:48px;
	background: url(../img/content/download_icon1.png) no-repeat left center;
	border-bottom:1px solid #ccc;
	line-height:48px;
	padding-left:45px;
	}	
	
.in_pd_r ul{
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	}	
.in_pd_r ul li{
	height:35px;
	line-height:35px;
	}		

.in_pd_link{
	border-bottom:1px solid #ccc;
	padding-bottom:7px;
	}

.in_pd_b .t1{
	font-size:12px;
	line-height:24px;
	color:#333;
	}
		
.in_pd_b .tit4{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	margin-top:35px;
	}	

.in_pd_b h3{
	font-size:14px;
	font-weight:bold;
	color:#76a71a;
	}	
	
.in_pd_b table{
	margin-top:10px;
	margin-bottom:10px;
	}

.in_pd_b table tr td{
	padding:5px;
	}

.in_pd_b img{
	margin-top:10px;
	margin-bottom:20px;
	}
.in_news ul li{
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:28px;
	}	
.in_news h3{
	font-size:14px;
	height:30px;
	line-height:30px;
	}

.in_news .date{
	width:95px;
	margin-top:20px;
	font-weight:bold;
	}
.in_news .s1{
	font-size:30px;
	color:#999;
	}	
.in_news .s2{
	font-size:20px;
	color:#ccc;
	}	
	
.in_news .t1{
	width:645px;
	padding-top:15px;
	}
.in_news .t2{
	width:645px;
	color:#666666;
	}

.in_news .a1{
	width:100px;
	height:26px;
	line-height:26px;
	background:#0c2745;
	color:#fff;
	text-align:center;
	margin-top:30px;
	}	
.in_news .a1:hover{
	background:#ef8305;
	}		

.in_nd_t{
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
	}	

.in_nd_t h3{
	font-size:18px;
	text-align:center;
	margin-bottom:20px;
	
	}

	
.in_nd_t p{
	text-align:center;
	color:#666;
	
	}
.in_nd_t span{
	margin-left:15px;
	margin-right:15px;
	display:inline-block;
	color:#666;
	
	}		

.in_nd_b{
	line-height:24px;
	}


.in_honor ul li{
	width:265px;
	box-sizing:content-box;
	overflow:hidden;
	float:left;
	margin-right:33px;
	margin-bottom:25px;
	text-align:center;
	}
.in_honor ul li a{
	display:block;
	}
.in_honor .img1{
	border:1px solid #ccc;
	}	
.in_honor  p{
	height:30px;
	line-height:30px;
	color:#333;
	}		
.in_honor ul li.nomargin{
	margin-right:0;
	}
	
.in_recruit{
	
	}

.in_r_t{
	margin-bottom:50px;
	}
.in_r_t table{
	border-color:#ccc;
	}	
.in_r_t table tr td{
	padding:10px;
	border-color:#ccc;
	}

.in_r_t .a1{
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#d61e12;
	color:#fff;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	}

.in_recruit_add input{
	width:100%;
	height:30px;
	line-height:30px;
	border:0;
	}
.in_recruit_add textarea{
	width:100%;
	height:100px;
	border:0;
	}
.in_recruit_add button{
	width:110px;
	border:0;	
	height:30px;
	line-height:30px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
	}
.in_recruit_add table{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
.in_recruit_add table tr td{
	border:1px solid #ccc;
	border-bottom:0;
	border-left:0;
	padding:5px;
	}

.in_c_adress{
	
	}
.in_c_adress_l .list{
	height:195px;
	margin-top:-30px;
	}
.in_c_adress_l .t2{
	width:365px;
	float:left;
	margin-top:55px;
	
	}	
	
.in_c_adress_l .t3{
	width:390px;
	float:left;
	margin-top:55px;
	
	}
.in_c_adress_l .t4{
	
	}		
	
.in_c_adress h3{
	font-size:18px;
	margin-bottom:20px;}	
.in_c_adress p{
	line-height:30px;
	}
.in_c_map{
	margin-top:15px;
	}

.in_downloadlist{
	}

.in_downloadlist ul li{
	float:left;
	margin-bottom:25px;
	}

.in_message td {
    color: #666;
    font-size: 14px;
    padding: 7px 0;
    vertical-align: middle;
}
.in_message .input_t1 {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    padding: 5px;
    width: 100%;
}
.in_message textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 90px;
    line-height: 35px;
    padding: 5px;
    width: 100%;
}
 .in_message .input_s1 {
     background: #409669 none repeat scroll 0 0;
    border: medium none;
	 color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 25px;
    padding: 5px 10px;
}


.in_solve ul li{
	width:220px;
	margin-right:15px;
	float:left;
	text-align:center;
	margin-bottom:25px;
	}
.in_solve ul li.nomargin{
	margin-right:0;
	}
.in_solve  img{
	transition:all 0.5s;
	}	
	
.in_solve ul li:hover img{
	transform:scale(1.1,1.1);
	transition:all 0.5s;
	}	
.in_solve ul li:hover p{
	background-color:#ec8605;
	color:#fff;
	}
	
	
.in_solve p{
	text-align:center;
	height:30px;
	line-height:30px;
	background:#eee;
	}	

.in_market ul{
	margin-top:40px;
	height:380px;
	}
.in_market ul li{
	float:left;
	padding:1px;
	width:280px;
	margin-right:30px;
	margin-bottom:15px;
	
	}
.in_market ul li.nomargin{
	margin-right:0;
	}	
.in_market img{
	max-width:100%;
	transition:all 0.5s;
	}	
.in_market .img1{
	border:1px solid #ccc;
	height:340px;
	}	
.in_market p{
	height:40px;
	line-height:40px;
	font-size:14px;
	text-align:center;
	background:#eee;
	
	}
.in_market ul li:hover img{
	transform:scale(0.9,0.9);
	transition:all 0.5s;
	}	
.in_market ul li:hover .img1{
	border-color:#76a71a;
	}

.in_market ul li:hover h3{
	color:#76a71a;
	}	

.in_c_1{
	text-align:center;
	}
.in_c_2{
	margin-top:40px;
	margin-bottom:60px;
	
	}
	
	
.in_c_2 .t1{
	width:288px;
	margin-right:30px;
	float:left;
	border-bottom:1px solid #ccc;
	height:50px;
	line-height:50px;
	margin-bottom:15px;
	padding-left:40px;
	
	
	}
.in_c_2 .t2{
	width:606px;
	float:right;
	border-bottom:1px solid #ccc;
	height:50px;
	line-height:50px;
	margin-bottom:15px;
	padding-left:40px;
	}	

.in_c_2 .bg_icon1{
	background:url(../img/content/phone_icon1.png) no-repeat left center;
	}
.in_c_2 .bg_icon2{
	background:url(../img/content/fax_icon1.png) no-repeat left center;
	}
.in_c_2 .bg_icon3{
	background:url(../img/content/qq_icon1.png) no-repeat left center;
	}
.in_c_2 .bg_icon4{
	background:url(../img/content/email_icon1.png) no-repeat left center;
	}
.in_c_2 .bg_icon5{
	background:url(../img/content/position_icon1.png) no-repeat left center;
	}				
	
.in_c_2 .t1.nomargin{
	margin-right:0;
	}	

.in_c_4{
	padding-bottom:25px;
	border-bottom:1px solid #ccc;
	margin-top:55px;
	}
	
.pagelist {
    clear: both;
    font-size: 12px;
    list-style: outside none none;
    text-align: center;
    white-space: nowrap;
}
.pagelist li {
    border: 1px solid #999;
    display: inline;
    margin-left: 3px;
    margin-right: 3px;
}
.pagelist li img {
    border: 0 none;
    vertical-align: middle;
}
.pagelist li.current {
    background: #ef8305 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    padding: 1px 7px;
}
.pagelist li a {
    color: #000;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
}
.pagelist li a:hover {
    border: medium none;
    color: #999;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
}
.pagelist li a.nolink {
    color: #ccc;
    cursor: default;
}
.pagelist li a.nolink:hover {
    background: transparent none repeat scroll 0 0;
   	
	}
	.link>p {
  opacity: 0;
  display: inline;
  } 

.link:hover>p{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s,opacity .4s linear;animation: fade-top;animation-duration:.4s;-webkit-animation:fade-top .4s;} /*hover动画*/ @keyframes fade-top{0%{opacity:.1;top:120%}100%{opacity:1;top:100%}}@-webkit-keyframes fade-top{0%{opacity:.1;top:120%}100%{opacity:1;top:100%}}
