﻿.page_main{
	width:1000px;
	margin:20px auto 20px auto;
	position:relative;
	z-index:1;
}
.page_left{
	width:200px;
	float:left;
}
.page_right{
	width:788px;
	background:#fff;
	float:right;
	position:relative;
	z-index:1;
}
/*.page_bnr{
	width:auto;
	height:200px;
	background:url(/img/pbnr_bg.gif) no-repeat center top;
	text-align:center;
	position:relative;
}
.p_bnr{
	width:1440px;
	height:200px;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-720px;
}*/
.pbnr{width:100%;overflow:hidden;min-width:1000px;height:200px;background:#efefef;position:relative;z-index:1;}
.pbnr ul.list{height:200px;float:left;}
.pbnr li.item{height:200px;float:left; text-align:center; position:relative; overflow:hidden;}
.pbnr li.item img{display:block; margin:0 auto;}
.pbnr .tip{width:100%;height:24px;text-align:center; position:absolute;bottom:0px;left:0;}
.pbnr div.tip em { width:12px; height:12px;_overflow:hidden;border-radius:100%;display:inline-block; background:#FFF; margin:0 5px; cursor:pointer;}
.pbnr div.tip em.cur { background:#005cac; }



.left_tit{
	width:198px;
	height:78px;
	background:#005cac;
	border:1px solid #005cac;
	border-bottom:0;
	color:#fff;
}
.left_tit h3{
	padding-top:10px;
	font-size:24px;
	text-align:center;	
	line-height:30px;
	font-weight:normal;
	color:#fff;
}
.left_tit p{
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
	font-family:"Courier New", Courier, monospace;
	line-height:24px;
}

.leftMenu{
	border:1px solid #ebebeb;
	background:#fff;
	padding:10px 0;
	margin-bottom:10px;
}
.leftMenu ul{
	width:100%;
	margin:0 auto;
}
.leftMenu ul li{
	border-bottom:1px dotted #fff;
	font-size:14px;
}
.leftMenu ul li a,.leftMenu ul li a:visited{
	
	height:34px;
	padding-left:22px;
	background:#fafafa url(/img/icon_arrow.gif) no-repeat 10px 14px;
	line-height:34px;
	color:#333;
	display:block;
	overflow:hidden;
	transition: ease-in-out .2s;
}
.leftMenu ul li a:hover{
	background:#333 url(/img/icon_arrow.gif) no-repeat 10px 14px;
	color:#fff;
}
.leftMenu ul li a.ov{
	background:#005cac url(/img/icon_arr.gif) no-repeat 10px 15px;
	color:#fff;
}
.leftMenu ul li dl{
	padding:5px 0;
}
.leftMenu ul li dl dd{
	
}
.leftMenu ul li dl dd a,.leftMenu ul li dl dd a:visited{
	line-height:24px;
	height:24px;
	background:url(/img/icon_hline.gif) no-repeat 2px center;
	padding-left:26px;
	font-size:12px;
	text-indent:0;
	color:#2f2f2f;
}
.leftMenu ul li dl dd a:hover,.leftMenu ul li dl dd a.ov{
	background:url(/img/icon_hline.gif) no-repeat 2px center;
	color:#005cac;
}


.p_contact{
	border:1px solid #ebebeb;
	padding:10px;
	line-height:24px;
}

.location{
	width:790px;
	height:40px;
	border-bottom:1px solid #eeeeee;
	margin:0 auto;
	position:absolute;
	left:-1px;
	top:-1px;
	z-index:2;
}
.location h3{
	height:40px;
	font-weight:normal;
	font-size:20px;
	line-height:40px;
	padding:0 10px 0 18px;
	color:#000;
	position:absolute;
	left:10px;
	top:0px;
	z-index:2;
}
.location p{
	padding-right:10px;
	height:40px;
	line-height:40px;
	position:absolute;
	right:0px;
	color:#666;
	top:0px;
	text-align:right;
	z-index:3;
}
.location p a,.location p a:visited{
	margin-left:7px;
	margin-right:7px;
	color:#666;
}
.location p a:hover{	
	text-decoration:underline;
}


.location2{
	width:1000px;
	height:33px;
	border-bottom:1px solid #dcdcdc;
	background:#f6f6f6;
	position:relative;
	z-index:1;
	margin:10px auto 0 auto;
}
.location2 h3{
	height:34px;
	font-weight:bold;
	font-size:14px;
	padding-left:15px;
	line-height:34px;
	color:#333333;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.location2 p{
	padding-left:10px;
	height:34px;
	line-height:34px;
	position:absolute;
	right:10px;
	top:0px;
	text-align:right;
	z-index:3;
}
.location2 p a,.location2 p a:visited{
	margin-left:7px;
	margin-right:7px;
}
.location2 p a:hover{	
	text-decoration:underline;
}

.page_container2{
	width:1000px;
	margin:0 auto;
	background:#ffffff;
	overflow:hidden;
}
.page_container{
	width:763px;
	padding:30px 0 0 0;
	margin:0 auto;
}
.page_navigation{
	padding:20px 10px 30px 10px;
	text-align:center;
	font-size:16px;
}
.page_navigation a{
	margin-left:5px;
	margin-right:5px;
}



.page_photolist{
	padding-top:40px;
}
.page_photolist dl{
	width:50%;
	padding-bottom:25px;
	display:block;
	float:left;
	vertical-align:top;
	overflow:hidden;
}

.page_photolist dl dd{
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	display:block;
}
.page_photolist dl dd img{
	width:300px;
	height:180px;
	border:1px solid #C0C0C0;
	padding:4px;
}
.page_photolist dl dd a:hover img{
	border:5px solid #005cac;
	padding:0px;
	-webkit-transition: border-color .5s ease;-moz-transition: border-color .5s ease;-ms-transition: border-color .5s ease;-o-transition: border-color .5s ease;
}

.page_photolist dl dt{
	width:220px;
	height:36px;
	line-height:36px;
	font-size:14px;
	text-align:center;
	margin:0 auto;
	display:block;
	overflow:hidden;
}
.page_photolist dl dt a,.page_photolist dl dt a:visited{
	color:#005cac;
}

.page_line{
	height:20px;
	border-top:1px solid #efefef;
}





.page_photolist2{
	padding:40px 0px 0 40px;
}
.page_photolist2 dl{
	width:33.33333%;
	padding-bottom:25px;
	display:block;
	float:left;
	vertical-align:top;
	overflow:hidden;
}

.page_photolist2 dl dd{
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	display:block;
}
.page_photolist2 dl dd a{
	width:180px; 
	height:220px; 
	border:5px solid #f0f0f0; 
	text-align:center; 
	display:block; 
	overflow:hidden;
}
.page_photolist2 dl dd img{
	width:180px; 
	height:220px;
}
.page_photolist2 dl dd a:hover{
	border-color:#005cac;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-backface-visibility: hidden;
}
.page_photolist2 dl dd a:hover img{
	transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;-webkit-backface-visibility: hidden;
	transform:scale(1.04,1.04);-ms-transform:scale(1.04,1.04); -webkit-transform:scale(1.04,1.04);
}

.page_photolist2 dl dt{
	width:190px;
	height:28px;
	line-height:28px;
	text-align:center;
	display:block;
	overflow:hidden;
}
.page_photolist2 dl dt a,.page_photolist2 dl dt a:visited{
	
}
.page_photolist2 dl dt a:hover{
	color:#005cac;
}







.team_list{
	margin:3em auto;
	padding:0 10px;
}
.team_list dl{
	padding-bottom:2em;
	margin-bottom:2em;
	border-bottom:1px solid #dedede;
}
.team_list dl:after {
	content:" ";  
	visibility:hidden;  
	display:block;  
	clear:both;  
}
.team_list dl dt{
	width:22.8%;
	float:left;
}
.team_list dl dt img{
	width:130px;
	height:160px;
	border:1px solid #dedede;
	padding:5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radiuc:3px;
}
.team_list dl dd{
	width:75%;
	float:right;
}
.team_list dl dd h3{
	font-size:16px;
	color:#005cac;
	font-weight:normal;
	height:30px;
	line-height:30px;
	padding:0 4em 0 10px;
	border:1px solid #dedede;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radiuc:3px;
	display:inline-block;
	margin-bottom:10px;
}
.team_list dl dd h3 span{
	padding-left:5px;
	color:#999;
	font-size:13px;
}
.team_list dl dd .intro{
	color:#999;
	line-height:1.8em;
	font-size:13px;
	margin-bottom:14px;
	overflow:hidden;
}
.team_list dl dd h4{
	font-size:14px;
	color:#005cac;
}
.team_list dl dd ul{
	display:inline-block;
	margin:1em auto;
}
.team_list dl dd ul li{
	line-height:1.8em;
	display:inline-block;
	padding-left:15px;
	background:url(../icon_point.png) no-repeat 2px center;
	color:#999;
	font-size:13px;
	margin-right:1em;
}
.team_list dl dd .more{
	padding:.3em 2em;
	border:1px solid #dedede;
	display:table;
	text-align:center;
	margin:0 auto;
	transition: ease-in-out .2s;
}
.team_list dl dd .more a,.team_list dl dd .more a:visited{
	color:#999;
}
.team_list dl dd .more:hover{
	background:#005cac;
	color:fff;
	border-color:#005cac;
}
.team_list dl dd .more:hover a{
	color:#fff;
}






.p_order{
	height:20px;
	width:200px;
	position:absolute;
	right:20px;
	top:4px;
	font-size:12px;
	text-align:right;
}
.p_order select{
	height:20px;
}

.page_content{
	padding:40px 16px 20px 16px;
	line-height:2.5em;
	font-size:14px;
}
.pagekey{
	padding:10px;
	background:#e5e5e5;
}
.pageshare{
	height:20px;
	padding:10px;
	text-align:right;
}


.newslist{
	padding:0 0 20px 0px;
	margin:0 auto;	
}
.newslist dl{
	height:180px;
	padding:30px 10px 0 10px;
	border-bottom:1px dotted #e5e5e5;
}
.newslist dl dd{
	width:240px;
	height:140px;
	display:inline;
	float:left;
}
.newslist dl dd img{
	width:220px;
	height:140px;
	border:1px solid #c6c6c6;
	padding:3px;
}
.newslist dl dd a:hover img{
	border:4px solid #005cac;
	padding:0px;
}
.newslist dl dt{
	height:140px;
	display:inline;
	overflow:hidden;
}
.newslist dl dt h3{
	font-size:16px;
	font-weight:normal;
	height:32px;
	line-height:32px;
	color:#333;
	overflow:hidden;
}
.newslist dl dt h3 a,.newslist dl dt h3 a:visited{
	color:#333;	
}
.newslist dl dt h3 a:hover{
	color:#005cac;
	text-decoration:underline;
}
.newslist dl dt h4{
	height:20px;
	line-height:20px;
	color:#888888;
	font-weight:normal;
}
.newslist dl dt h4 a,.newslist dl dt h4 a:visited,.newslist dl dt h4 span{
	margin-right:20px;
	padding-left:20px;
	color:#aeaeae;
}
.newslist dl dt h4 a:hover{
	color:#005cac;
}
.newslist dl dt h4 .sp01{
	background: url(/img/list_sp01.png) 0 center no-repeat;
}
.newslist dl dt h4 .sp02{
	background: url(/img/list_sp02.png) 0 center no-repeat;
}
.newslist dl dt h4 .sp03{
	background: url(/img/list_sp03.png) 0 center no-repeat;
}
.newslist dl dt h4 .sp04{
	background: url(/img/list_sp04.gif) 0 center no-repeat;
}
.newslist dl dt h4 .sp05{
	background: url(/img/list_sp05.gif) 0 center no-repeat;
}

.newslist dl dt p{
	height:100px;
	line-height:24px;
	color:#888888;
	text-indent:2em;
	overflow:hidden;
}
.newslist dl dt p a,.newslist dl dt p a:visited{
	color:#333;
	margin-left:10px;
}
.newslist dl dt p a:hover{
	color:#005cac;
}




.page_acttext{
	padding:30px 20px 0 20px;
	margin:0 auto;
	line-height:2em;
}
.act_title{
	font-size:24px;
	font-weight:bold;
	line-height:26px;
	text-align:center;
	padding-bottom:10px;
}
.act_info{
	text-align:center;
	line-height:22px;
	padding-bottom:10px;
}
.act_info span{
	margin-left:6px;
	margin-right:6px;
}

.act_content{
	padding:5px 15px 20px 15px;
	line-height:2.5em;
	font-size:14px;
	overflow:hidden;
}
.act_nextprev{
	padding:6px;
	margin:15px 0;
	height:23px;
	border-top:1px dotted #7f9c90;
}
.act_nextprev span{
	padding-right:15px;
}

.act_next{
	width:320px;
	height:20px;
	line-height:20px;
	float:left;
	overflow:hidden;
}
.act_prev{
	width:320px;
	height:20px;
	line-height:20px;
	float:right;
	overflow:hidden;
}
.PageNextPrev{
	padding:10px;
}




.page_titlelist{
	padding-top:20px;
	margin:0 auto;
	overflow:hidden;
}
.page_titlelist ul{
	padding:0 10px;
	list-style:none;
}
.page_titlelist ul li{
	height:40px;
	line-height:40px;
	border-bottom:1px dotted #bbb;
	vertical-align:top;
	transition: ease-in-out .2s;
}
.page_titlelist ul li a,.page_titlelist ul li a:visited{
	float:left;
	font-size:14px;
	padding-left:20px;
	background:url(/img/icon_h3.gif) 4px center no-repeat;
	transition: ease-in-out .2s;
}
.page_titlelist ul li a:hover{
	color:#005cac;
}

.page_titlelist ul li span{
	float:right;
	padding-right:10px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	transition: ease-in-out .2s;
}
.page_titlelist ul li:hover{
	background:#efefef;
}
.page_titlelist ul li:hover a{
	padding-left:16px;
	border-left:30px solid #005cac;
	background:url(/img/icon_h3.gif) -22px center no-repeat;
}
.page_titlelist ul li:hover span{
	padding-right:5px;
	border-right:10px solid #666;
}









.newslist2{
	padding:20px 10px 15px 10px;
	margin:0 auto;
}
.newslist2 dl{
	padding:15px 0 15px 5px;
	border-bottom:1px dotted #a6a6a6;
}

.newslist2 dl dt{
	padding-left:24px;
	background:url(/img/listicon.gif) no-repeat 0px 7px;
	overflow:hidden;
}
.newslist2 dl dt h3{
	font-size:16px;
	height:32px;
	line-height:32px;
	font-weight:normal;
	color:#444;
	overflow:hidden;
}
.newslist2 dl dt h3 a,.newslist2 dl dt h3 a:visited{
	
}
.newslist2 dl dt h3 a:hover{
	color:#005cac;
}
.newslist2 dl dt h4{
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:normal;
}
.newslist2 dl dt h4 a,.newslist2 dl dt h4 a:visited,.newslist2 dl dt h4 span{
	margin-right:20px;
	padding-left:20px;
	color:#aeaeae;
}
.newslist2 dl dt h4 a:hover{
	color:#005cac;
}
.newslist2 dl dt h4 .sp01{
	background: url(/img/list_sp01.png) 0 center no-repeat;
}
.newslist2 dl dt h4 .sp02{
	background: url(/img/list_sp02.png) 0 center no-repeat;
}
.newslist2 dl dt h4 .sp03{
	background: url(/img/list_sp03.png) 0 center no-repeat;
}
.newslist2 dl dt h4 .sp04{
	background: url(/img/list_sp04.gif) 0 center no-repeat;
}
.newslist2 dl dt h4 .sp05{
	background: url(/img/list_sp05.gif) 0 center no-repeat;
}


.newslist2 dl dt p{
	line-height:24px;
	color:#8f8f8f;
	font-size:14px;
	padding-bottom:0px;
	overflow:hidden;
}
.newslist2 dl dt p a,.newslist2 dl dt p a:visited{
	color:#333;
	margin-left:10px;
}
.newslist2 dl dt p a:hover{
	color:#005cac;
	text-decoration:underline;
}





.newslist3{
	padding:30px 0 20px 0px;
	margin:0 auto;	
}
.newslist3 a.nl3{
	display:block;
	height:83px;
	background:#f3f3f3 url(/img/pic_list_pbg.gif) no-repeat;
	margin-bottom:12px;
	transition: ease-in-out .2s;
	
}
.newslist3 dl{
	height:83px;
	overflow:hidden;
	transition: ease-in-out .5s;
}
.newslist3 dl dd{
	width:154px;
	height:79px;
	padding:2px;
	display:inline;
	float:left;
}
.newslist3 dl dd img{
	width:134px;
	height:79px;
	
}
.newslist3 dl dt{
	height:83px;
	display:inline;
	overflow:hidden;
}
.newslist3 dl dt h3{
	font-size:16px;
	font-weight:normal;
	padding-top:18px;
	height:24px;
	line-height:24px;
	color:#333;
	overflow:hidden;
	transition: ease-in-out .2s;
}

.newslist3 dl dt p{
	height:20px;
	line-height:20px;
	color:#888888;
	overflow:hidden;
	transition: ease-in-out .2s;
}
.newslist3 a.nl3:hover{
	height:83px;
	box-shadow:#666 0px 0px 5px;
}
.newslist3 a.nl3:hover dl{
	background:#005cac;
}
.newslist3 a.nl3:hover h3,.newslist3 a.nl3:hover p{
	color:#fff;
}







.page_Videolist{
	padding-top:40px;
}
.videoList{
	
}
.videoList li{
	width:50%;
	padding-bottom:15px;
	float:left;
	_display:inline;
}
.videoList li .pic{
	display:block;
	position:relative;
	width:310px;
	height:235px;
	overflow:hidden;
	margin:0 auto;
}
.videoList li a img{
	width:300px;
	height:180px;
	border:1px solid #C0C0C0;
	padding:4px;
	-webkit-transition: border-color .5s ease;-moz-transition: border-color .5s ease;-ms-transition: border-color .5s ease;-o-transition: border-color .5s ease;

}
.videoList li a:hover img{
	border:5px solid #005cac;
	padding:0px;
}
.videoList li .pic .img-mask {
	position:absolute;
	left:0;
	bottom:45px;
	width:100%;
	height:40px;
	background-image:linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,.8));
	background-image:-moz-linear-gradient(top,rgba(225,225,225,0),rgba(0,0,0,.8));
	filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00ffffff', endColorstr='#80000000');
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00ffffff', endColorstr='#80000000');
	z-index:0
}
.videoList li .pic .icon-play {
	display:none\9;
	position:absolute;
	top:40%;
	left:50%;
	width:52px;
	height:52px;
	margin:-26px 0 0 -26px;
	background:url(/img/play_bddc2e17.png) no-repeat 50% 50%;
	opacity:0;
	cursor:pointer;
	-webkit-transition:opacity .4s ease-in;
	-moz-transition:opacity .4s ease-in;
	-ms-transition:opacity .4s ease-in;
	transition:opacity .4s ease-in
}
.videoList li a:hover .icon-play {
	display:block;
	opacity:1
}
.videoList li .pic .play-num{
    background: url(/img/arrow_836c87e4.gif) 0 50% no-repeat;
	position: absolute;
    bottom:45px;
	left: 5px;
    padding-left: 13px;
    height: 22px;
    overflow: hidden;
    color: #ccc;
    line-height: 22px;
}
.videoList li .pic p{
	width:100%;
	height:32px;
	padding-top:5px;
	line-height:16px;
	font-size:13px;
	overflow:hidden;
}


.videoList2{
	width:100%;
}
.videoList2 li{
    position: relative;
	background:#f3f3f3;
	border:2px solid #f3f3f3;
	margin-bottom:15px;
	overflow:hidden;
}
.videoList2 li:hover{
	box-shadow:#666 0px 0px 5px;
	border:2px solid #005cac;
	transition: ease-in-out .2s;
}
.videoList2 li img{
	width: 200px;
    height: 120px;
	padding:5px;
    float: left;
	vertical-align: middle
}
.videoList2 li div.desc{
	width: 530px;
	padding:5px 0;
	margin-left:10px;
    float: left;
}
.videoList2 li div.desc .title{
	font-size:16px;
	margin-bottom:6px;
}
.videoList2 li div.desc .author {
    font-size: 13px;
    color: #7e7e7e;
	margin-bottom:6px;
}
.videoList2 li div.desc .content {
    font-size: 12px;
    line-height: 1.8em;
    color: #888;
	margin-bottom:10px;
	overflow:hidden;
}
.videoList2 li div.desc .btn {
    width: 120px;
    height: 32px;
    background: #333;
    display: block;
    border: 0px;
    text-indent: 0px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-radius: 0px;
    color: #FFFFFF;
    padding: 0px;
}
.videoList2 li div.desc a.btn:hover{
	background:#005cac;
	transition: ease-in-out .2s;
}









.searchul{border: solid 1px #cdddf0; padding-top:18px;}
.searchul ul{ width:96%;height:auto; display:block; overflow:hidden; margin:0 auto;font-family:Arial, Helvetica, sans-serif;}
.searchul li{ margin:0px 0px 18px 0px;}
.searchul h3,.searchul h3 a{ font-size:16px;  }
.searchul li p{ font-size:13px; margin-top:4px; margin-bottom:4px;}
.searchul li span{color:#008000;}
.searchul li span a{color:#666666;text-decoration: underline;}
.search_pages{ text-align:center;}











.CaseShow{width:690px;height:700px;margin:30px auto 0 auto;position:relative;z-index:1;}
.cBig{width:688px;height:500px;margin:0 auto; text-align:center; overflow:hidden; background:#fff;}
.cBig img{ max-width:688px; max-height:500px;}
.cTitBg{width:690px;height:60px;padding-top:45px;background:#ebebeb;position:absolute;left:0px;top:505px;z-index:2;}
.cLeft{width:34px;height:57px;position:absolute;left:10px;bottom:115px;cursor:pointer;z-index:3;}
.cLeft a{width:34px;height:57px;display:block; font-size:50px; line-height:57px; color:#999; font-family:"宋体";}
.cLeft a:hover{color:#7fbe26;}
.cRight{width:34px;height:57px;position:absolute;right:10px;bottom:115px;cursor:pointer;z-index:4;}
.cRight a{width:34px;height:57px;display:block; font-size:50px; line-height:57px; color:#999; font-family:"宋体";}
.cRight a:hover{color:#7fbe26;}

.cPicList{width:576px;height:80px;padding:5px 0;overflow:hidden;position:absolute;left:55px;bottom:100px;z-index:5;}
.cPicList ul li{width:96px;height:70px; padding-top:10px; text-align:center;float:left;}
.cPicList ul li img{width:80px;height:60px;cursor:pointer;}

.cTitle{width:668px;height:29px;padding:0 10px;text-align:right;line-height:29px;font-size:14px;color:#FFF;position:absolute;left:1px;top:475px;z-index:8;}




#proIntroBox{padding:10px; line-height:1.5em; font-size:12px; border:#005cac 2px solid; background:#fcfcfc; color:#462015; position:absolute; z-index:10000;}
#proIntroBox .arow{width:20px; height:25px; background:url(/img/icon_a2.gif) no-repeat; position:absolute; top:50px; left:-20px;}
#proIntroBox img{ max-width:220px;}







.page_productlist{
	padding:30px 10px 0 10px;
}
.page_productlist dl{
	width:33%;
	padding-bottom:25px;
	display:block;
	float:left;
	vertical-align:top;
	overflow:hidden;
}

.page_productlist dl dd{
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	display:block;
}
.page_productlist dl dd img{
	width:200px;
	height:150px;
	border:1px solid #C0C0C0;
	padding:3px;
}
.page_productlist dl dd a:hover img{
	border:2px solid #005cac;
	padding:2px;
}

.page_productlist dl dt{
	width:150px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin:0 auto;
	display:block;
	overflow:hidden;
}




/******分页*******/
.page_navigation{
	padding:20px 10px 30px 10px;
	text-align:center;
	font-size:14px;
}
.page_navigation a{
    padding: 4px 10px;
    background: #0e1c29;
	border-radius:4px;
    color: #ffffff;
	margin-left:2px;
	margin-right:2px;
}
.page_navigation strong{
    padding: 4px 10px;
	border-radius:4px;
    background:#005cac;
    color: #ffffff;
    font-weight:normal;
	margin-left:2px;
	margin-right:2px;
}
.page_navigation span{
    padding: 4px 10px;
    border-radius:4px;
    background:#ccc;
    color: #ffffff;
	margin-left:2px;
	margin-right:2px;
}



















.main_msg{
	width:644px;
	margin:0 auto;
	padding:0 0 20px 0;
}

.main_msg .i1{float:left;}
.main_msg .i2{float:right;}
.main_msg input,.main_msg textarea{
	padding:0;
	margin:0;
	border:0;
	outline:none;
	background:none;
	line-height:22px;
	font-size:14px;
}
.main_msg .msg_i input{
	padding:9px 9px 9px 0;
	height:22px;
	width:236px;
	
}
.main_msg .msg_t textarea{
	padding:9px 9px 9px 0;
	width:565px;
	height:122px;
	line-height:24px;
	resize:none;
}
.msg_i{
	width:243px;
	height:38px;
	background:#f5f5f5;
	border:1px solid #ccc;
	padding-left:70px;
	margin-bottom:14px;
	position:relative;
}
.msg_i span,.msg_t span{
	width:70px;
	height:40px;
	line-height:40px;
	font-size:14px;
	text-align:center;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
.msg_t{
	width:572px;
	height:138px;
	background:#f5f5f5;
	border:1px solid #ccc;
	padding-left:70px;
	margin-bottom:14px;
	clear:both;
	position:relative;
}
.msg_btn{
	text-align:right;
}
.msg_btn input{
	width:125px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	cursor:pointer;
}
.msg_btn .btn1{
	background:#bebebe;
}
.msg_btn .btn2{
	background:#299500;
}



