﻿/* reset
-----------------------------------------------------------------*/	
html {
	color:#333;
	font:12px 宋体;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset {
	border:none;
	}
img { 
	border:none;
	}
ul,li,dd,dl,dt {
	list-style:none;
	}
input,
button,
textarea,
select,
optgroup,
option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
a {
	text-decoration:none;
	color:#000;
	}
a:hover {
	text-decoration:none;
	color:#000;
	}

/* common
-----------------------------------------------------------------*/	
/*.pagination {
	clear:both;	
	width:100%;	
    padding:20px 0 0 0;	
	font-size:14px;	
    font-family:Arial;
	text-align:center;		
}*/
.pagination {clear:both;text-align: center;padding-top: 35px;font-size:14px;font-family:Arial;}
.pagination a{margin:0 2px;padding:5px 15px;height:26px;line-height:26px;overflow:hidden;   border:1px solid #d1cbbf;color:#666;}
.pagination a:hover{background-color:#ccc;position:relative;}
.pagination a.last,.pagination a.first{background-image:url('../baseImages/pageNumBg.png');background-repeat:no-repeat;}
.pagination a.last{border-right-width:1px;background-position:-326px 50%;}
.pagination a.first{background-position:12px 50%;}
.pagination strong {position:relative;z-index:2;margin:0 2px;padding:5px 15px;height:26px;line-height:26px;overflow:hidden;   border:1px solid #d1cbbf;border-right-width:0;color:#826000;margin-right:-1px;color:#fff;background-color:#333;border:1px solid #666;}


.top_wapper_1{
	height:80px;
	background:#fff;
}
.top_1{
	width:800px;
	margin:20px auto 0 auto;
}
.logo{
	float:left;
}
.search {
    float:right;
    padding:15px 10px 0 0;
}
.search .txt-1 {
    float:right;
    width:150px;
    height:16px;
    padding:3px 5px;
    border:1px solid #37a0d7;
    background:#fff;
    line-height:16px;
}
.search .btn-1 {
    float:right;
    width:40px;
    height:24px;
    border:none;
    color:#fff;
    background:#37a0d7 url(../images/search.png) no-repeat center center;
    line-height:24px;
    text-align:center;
    text-indent:-10000px;
}
.top_contact{
	width:350px;
	float:right;
}
.top_contact .t1{
	width:118px;
	height:15px;
	float:right;
}
.top_contact .t1 a{
	display:block;
	text-align:center;
	font-size:12px;
	color:#767474;
	width:55px;
	height:15px;
	float:left;
}
.top_contact .t1 span{
	font-size:12px;
	color:#767474;
	float:left;
}
.top_contact .t2{
	width:350px;
	font-size:18px;
	font-family:"微软雅黑";
	margin-top:12px;
	color:#767474;
	float:right;
    text-align:right;
}
.top_contact .t2 span{
	font-size:26px;
	color:#cc0000;
}
.top_wapper_2{
	height:25px;
	background:#244ca3;
}
.top_2{
	width:1000px;_width:997px;
	margin:0 auto;
}
.top_2 ul {
	text-align:center;
}
.top_2 ul li{
	display:inline;
}
#f_1{

}
.top_2 ul li a{
	height:25px;
	padding:0 10px;
	line-height:25px;
    color:#fff;
	font-size:12px;
    text-align:center;
}
.top_2 ul li a:hover{
	color:#fff;
}
.top_2 ul li a.current {
	color:#fff;
}

#nav{width:100%; height: 25px; line-height: 25px;background:#244ca3}

#nav > ul{
    width:900px; 
    margin:0 auto;
    padding:0 0 0 100px;
}

/*Top level list items*/
#nav ul li{
position: relative;
display: inline;
    float:left;
}

/*Top level menu link items style*/
#nav ul li a{
/*display: block;
width:120px;
padding: 11px 0;
color: #015b88;     
text-align:center;
text-decoration: none;*/

    display:block;
    width:80px;
    color:#fff;
    text-align:center;
    font-size:12px;
}
/*#nav ul li a.home{
    width:65px;
}*/

* html #nav ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
color: #244ca3;      /*IE6主链接颜色*/
}


#nav ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#244ca3;
    background:#fff;
}

#nav ul li a:hover,#nav ul li a.current{
color:#244ca3;
    background:#fff;
}
	
/*1st sub level menu*/
#nav ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
border:none;
padding:5px 0;
background: url(../images/n1.png);   /*子链接浮动背景*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
#nav ul li ul li{
display: list-item;
float: none;
border:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#nav ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
#nav ul li ul li a{
width: 76px; /*width of sub menus*/
margin: 0;
height:auto;
line-height:16px;
padding:5px 2px;
border:none;
color:#244ca3;
font-size:12px;
font-weight:normal;
/*background: #fff;
filter: Alpha(Opacity=100);
opacity:1;*/
}

#nav ul li ul li a:hover{
color: #e81e1a;         /*子链接浮动颜色*/
}

/* Holly Hack for IE \*/
* html #nav{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}


/*side_bar*/
.side_bar{
	width:210px;
	float:left;
}
.side_bar_pt{
	font-family:"微软雅黑";
	height:37px;
	border-bottom:1px solid #dbdbdb;
	padding:24px 0px 17px 0px;
	margin-left:20px;
}
.side_bar_pt .pt1{
	font-size:10px;
	color:#244d9c;
}
.side_bar_pt .pt2{
	font-size:20px;
	color:#244d9c;
}
.side_bar_pl{
	margin:13px 0 20px 20px;
}
.side_bar_pl ul li{
	height:28px;
    font-size:12px;
}
.side_bar_pl ul li a{
	font-size:14px;
	color:#696969;
}
.side_bar_pl ul li a:hover{
	font-size:14px;
	color:#cc0000;
}
.side_bar_contact{
	height:57px;
	padding:8px 0px 10px 0px;
	margin-left:20px;
	border-top:1px solid #DBDBDB;
	border-bottom:1px dotted #dbdbdb;
}
/***footer**/
.footer-wrapper{float:left;width:100%;margin:20px 0 0 0;background:#2e2e2e; color:#a5a5af;padding:10px 0}
.footer{width:1000px;height:30px;margin:0 auto;font-family:Arial;line-height:30px;text-align:center;}
.footer_logo{float:left; padding-right:10px;}
.footer-left{float:left; margin-top:5px;}
.footer-right{float:right; margin-top:7px;}
.footer-right a {color:#7f7f7f;}
.serv{
	font-size:12px;
	color:#666;
	float:right;
    line-height:30px;
}

/*about us*/
.content_bg{
    width:1000px;
	margin:0 auto 0;
}
.content_bg .content{
    float:left;
    width:1000px;
	margin:0 0 20px 0;
    background:url(../images/dot2.gif) repeat-y 210px 0;
}
.content_right{
	width:765px;
	float:right;
}
.banner{
	height:537px;
    background:#1174b4 url(../images/banner_top.gif) repeat-x;
}
.banner span{
	display:block;
    height:238px;
}
.content .contact_title{
    height: 39px;
    padding-top: 31px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dbdbdb;
}
.contact_title_l{
	float:left;
}
.content .contact_title h4{
	color:#1174b4;
	font-size:22px;
	font-family:"微软雅黑";
	color:#244d9c;
	font-weight:normal;
}
.contact_title_r{
	margin-top:15px;
	float:right;
}
.contact_title_r span{
	font-size:12px;
	color:#999;
	background:url(../images/led.jpg) no-repeat 0 1px;
	padding-left:15px;
	display:block;
	float:right;
}
.contact_title_r span a{
	font-size:12px;
	color:#999;
}
.contact{
	padding:10px 0 0 0;
    font-size:14px;
	margin-top:10px;
    line-height:28px;
	color:#333333;
}
.contact p {
	font-size:14px;
    margin:0;
	padding:0 0 20px 0;
}
/*product*/
.products{
	float:left;
    width:765px;
	padding:30px 0 30px 0;
	border-bottom:1px solid #ccc;
}
.products .product_img img{
	width:364px;
	height:273px;
	float:left;
}
.products .product_info{
	width:380px;
	float:right;
    padding:0 0 0 20px;
}
.products .product_info h1{
	font-family:"微软雅黑";
	font-size:28px;
	color:#1174b4;
	font-weight:300;
}
.products .product_info h2{
	font-family:"微软雅黑";
	font-size:20px;
	color:#a0a0a0;
	font-weight:100;
	margin-top:6px;
	margin-bottom:40px;
}
.products .product_info h3{
	font-family:"微软雅黑";
	font-size:20px;
	color:#a7ce05;
	margin-bottom:3px;
	font-weight:normal;
}
.products .product_infos{
	padding:10px 0 0 0;
    font-size:14px;
	color:#333333;
	line-height:24px;
}
/*news*/
.news .news_tree{
	font-family:"微软雅黑";
	font-size:14px;
	color:#242424;
	font-weight:normal;
	text-align:right;
	margin-top:20px;
	margin-bottom:18px;
}
.news h1{
	padding:20px 0 0 0;
    font-family:"微软雅黑";
	font-size:28px;
	color:#333;
	font-weight:normal;
	text-align:center;
	margin-bottom:10px;
}
.news .date_time{
	font-family:"微软雅黑";
	font-size:14px;
	color:#a0a0a0;
	text-align:center;
	margin-bottom:20px;
}
.news .news_con{
    padding:0 0 20px 0;
	font-size:14px;
	color:#333;
    line-height:24px;
}
.news .news_con p {
	padding:0 0 20px 0;
}
.news .news_con img {
	max-width:765px;
}
.news_pn{
    color:#666;
	font-size:12px;
	line-height:24px;
}
.news_pn span a{
	color:#666;
}
/*news_list*/
.news_list ul li{
    float:left;
	width:765px;
	border-bottom:1px solid #D9D7D7;
	padding:20px 0 20px;
}
.news_list ul li h1 a{
	font-family:"微软雅黑";
	font-size:24px;
	font-weight:normal;
	color:#333;
}
.news_list ul li h6{
	font-size:14px;
	color:#a0a0a0;
	font-weight:normal;
    font-family:微软雅黑;
	margin:5px 0 15px 0;
}
.news_list ul li p{
	font-size:14px;
	color:#333333;
	line-height:24px;
}
.news_list ul li h5 a{
	font-family:"微软雅黑";
	font-size:14px;
	color:#333;
	font-weight:normal;
	line-height:50px;
	float:right;
}




/* index
-----------------------------------------------------------------*/	
#header {
	margin:20px auto 0;
	width:1003px;
	height:90px;
}
#logo {
	float:left;
	padding:10px 0 0 0;
}
#header_right {
	float:right;
	width:200px;
}
#header_right #menu {
	float:right;
	width:200px;
	padding:10px 0 0 0;
	color:#767474;
	text-align:right;
	font-family:arial;
}
#header_right #menu a {
	color:#767474;
}
#header_right #phone {
	float:right;
	width:350px;
	padding:15px 0 0 0;
	color:#767474;
	text-align:right;
    font-size:16px;
	font-family:微软雅黑;
}
#header_right #phone strong {
	color:#8ab50a;
    font-size:22px;
    font-family:arial;
}
#main_bg {
	width:100%;
    height:580px;
    background:url(..../images/main_bg.jpg) no-repeat center top;
}
#main_content {
	width:1003px;
	margin:0 auto;
}
#banner {
	float:left;
	width:1003px;
    padding:40px 0 0 0;
}
#index_footer {
	width:1003px;
    margin:0 auto;
    padding:20px 0;
    color:#333;
	font-family:Arial;
	line-height:18px;
    text-align:center;
}
#footer_wrapper {
	clear:both;
	width:100%;
	height:47px;
	background:#3b0000;
}
#footer {
	margin:0 auto;
	width:1003px;
	background:url(../images/footer.gif);
	height:40px;
	text-align:center;
	color:#d4b87e;
	padding:7px 0 0 0;
	font-family:Arial;
	line-height:18px;
}

.photo_list{

}
.photo_list ul{
    padding:20px 0 0 0;
}
.photo_list li{
    float:left;
    padding:0 35px 20px 0;
}
.photo_list li.item_0{
    float:left;
    padding:0 0 20px 0;
}
.photo_list li img {

}
.photo_list li h5 {
    padding:5px 0 0 0;
    font-size:14px;
    text-align:center;
}

#banner-bg {
    position:relative;
	}
#banner {
	position:absolute;
    top:-125px;
    z-index:10;
    width:100%;
	}
#banner-2 {
	float:left;
    width:1000px;
    height:530px;
	}
#index {
    width:1000px;
    margin:0 auto;
	}
#area-1 {
    float:left;
    width:1000px;
    padding:30px 0 0 0;
	}
#area-1 h1 {
    font-size:18px;
    font-family:微软雅黑;
    font-weight:normal;
    text-align:center;
	}
#area-1 ul {
    width:875px;
    margin:0 auto;
    padding:20px 0 0 0;
	}
#area-1 li {
    float:left;
    width:155px;
    height:150px;
    padding:0 10px;
	}
#area-1 li h3 {
    padding:5px 0 0 0;
    font-size:12px;
    font-weight:normal;
    text-align:center;
	}
#area-1 h2 {
    clear:both;
    width:90px;
    height:26px;
    margin:0 auto;
    text-align:center;
    color:#fff;
    font-size:12px;
    font-weight:normal;
    background:#244d9c;
    line-height:26px;
	}
#area-1 h2 a {
    color:#fff;
	}
#area-2 {
    float:left;
    width:1000px;
    padding:60px 0 0 0;
	}
#area-2 h1 {
    padding:0 0 20px 0;
    font-size:18px;
    font-family:微软雅黑;
    font-weight:normal;
    text-align:center;
	}
#area-2 h2 {
    clear:both;
    width:90px;
    height:26px;
    margin:0 auto;
    text-align:center;
    color:#fff;
    font-size:12px;
    font-weight:normal;
    background:#244d9c;
    line-height:26px;
	}
#area-2 h2 a {
    color:#fff;
	}
#area-3 {
    float:left;
    width:1000px;
    margin:60px 0 50px 0;
    padding:0 0 30px 0;
    background:#eaeaea;
	}
#area-3 h1 {
    padding:30px 0 0 0;
    font-size:18px;
    font-family:微软雅黑;
    font-weight:normal;
    text-align:center;
	}
#area-3 p {
    width:875px;
    margin:0 auto;
    padding:20px 0 30px 0;
    color:#5a5a5a;
    line-height:22px;
	}
#area-3 h2 {
    clear:both;
    width:90px;
    height:26px;
    margin:0 auto;
    text-align:center;
    color:#fff;
    font-size:12px;
    font-weight:normal;
    background:#244d9c;
    line-height:26px;
	}
#area-3 h2 a {
    color:#fff;
	}
#area-4 {
    float:left;
    width:1000px;
    padding:0 0 20px 0;
	}
#area-4 ul {
    float:left;
    width:1000px;
    text-align:center;
	}
#area-4 li {
    display:inline;
    padding:0 10px;
	}
#area-4 li a {
    color:#333;
	}

#index_main {
	float:left;
    width:1000px;
	background:url(../images/im_bg.jpg) no-repeat center top;
    margin:32px 0 20px 0;
	}
#index_main .item_1 {
	float:left;
	width:300px;
	height:380px;
	padding-left:27px;
	padding-right:29px;
	overflow:hidden;
}
#index_main .item_1 .item_more a{
	display:block;
	width:90px;
	height:22px;
	font-size:12px;
	color:#fff;
	background:#999999;
	float:right;
	text-align:center;
	line-height:22px;
}
#index_main .title {
	float:left;
	padding-top:5px;
	width:320px;
	}
#index_main .title h4 {
	float:left;
    width:180px;
	color:#444;
	font-size:14px;
    font-family:微软雅黑;
	font-weight:normal;
    line-height:14px;
	}
#index_main .title strong {
	float:left;
	font-size:20px;
    color:#000;
    line-height:60px;
	font-weight:normal;
	}
#index_main .title em {
	float:left;
    margin:0 0 0 3px;
    padding:0 0 0 3px;
	color:#999999;
    font-family:arial;
	font-family:"微软雅黑";
    font-size:14px;
	font-style:normal;
    line-height:60px;
	}
#index_main .title span {
	float:right;
	width:60px;
	color:#444;
    font-family:arial;
	text-align:right;
    line-height:12px;
	}
#index_main .title span a {
	display:block;
	color:#666;
    font-size:12px;
	text-align:right;
    line-height:12px;
	}
#index_main .content {
	float:left;
    width:300px;
	height:263px;
    padding:5px 0 0 0;
	overflow:hidden;
}
#index_main .item_1 li {
	float:left;
	width:300px;
    padding:0 0 21px 0;
	}
#index_main .item_1 li h5 {
	float:left;
    padding:0 0 0 15px;
	background:url(../images/dot.gif) 0 4px no-repeat;
	font-size:12px;
    line-height:12px;
	}
#index_main .item_1 li h5 a {
	color:#676767;
    font-weight:normal;
    line-height:13px;
	}
#index_main .item_1 li p {
	float:left;
	width:200px;
	color:#717171;
	}
#index_main .item_1 li span {
	float:right;
	color:#666;
    font-size:10px;
	font-family:Arial;
    line-height:12px;
	}
#index_main .item_1 .content img {
    width:300px;
    height:94px;
    padding:2px 2px 12px 2px;
	}
#index_main .item_1 .content p {
	float:right;
    width:300px;
	color:#616161;
    padding:0px 0 0 10px;
	line-height:25px;
	}
#index_main .item_2 {
	float:left;
	width:240px;
	height:380px;
	padding-left:28px;
	overflow:hidden;
	}
#index_main .item_2 .item_more a{
	display:block;
	width:90px;
	height:22px;
	font-size:12px;
	color:#fff;
	background:#999999;
	float:right;
	text-align:center;
	line-height:22px;
}
#index_main .item_2 .content {
	width:240px;
	height:263px;
}
#index_main .item_2 .content p {
	padding:10px 0;
    color:#616161;
    text-align:center;
}
#index_main .item_2 li {
	float:left;
	width:240px;
	}
#index_main .item_2 li h5 {
	float:left;
    padding:0 0 0 16px;
	background:url(../images/project_li.png) 0 12px no-repeat;
	font-size:16px;
    line-height:28px;
	}
#index_main .item_2 li h5 a {
	color:#676767;
	font-family:"微软雅黑";
    font-weight:normal;
	}
#index_main .case_wrapper{
	width:960px;
	margin:0 auto;
	padding-top:14px;
	clear:both;
}
#index_main .case_wrapper .case_title{
	height:30px;
	width:956px;
	overflow:hidden;
}
#index_main .case_wrapper .case_title h4 strong{
	float:left;
	font-size:20px;
	font-family:"微软雅黑";
	padding-left:4px;
	color:#000;
	font-weight:normal
}
#index_main .case_wrapper .case_title h4 em{
	float:left;
    margin:0 0 0 4px;
    padding:8px 0 0 4px;
	color:#999999;
    font-family:arial;
	font-family:"微软雅黑";
    font-size:14px;
	font-weight:normal;
	font-style:normal;
}
#index_main .case_wrapper .case_title h5 a{
	float:right;
	width:90px;
	height:22px;
	background:#999999;
	color:#fff;
	text-align:center;
	line-height:22px;
	font-size:12px;
	font-weight:normal;
}
#index_main .case_wrapper .item_more a{
	display:block;
	width:90px;
	height:22px;
	font-size:12px;
	color:#fff;
	background:#999999;
	float:right;
	text-align:center;
	line-height:22px;
}
#index_main .case{
	width:960px;
	height:220px;
	margin-top:20px;
}
.case_content{
	float:left;
	width:900px;
	height:250px;
    overflow:hidden;
}
.case_content li{
    float:left;
	margin:0 7px;
	width:223px;
	height:220px;
}
.case_content li img {
	width:223px;
}
.case_content li h5{
	font-size:12px;
	color:#616161;
	padding-top:11px;
	text-align:center;
	font-weight:normal;
}
.case_prev{
	width:15px;
	height:180px;
	margin-right:10px;
	float:left;
	cursor:pointer;
}
.case_prev img{
	padding-top:70px;
}
.case_next{
	width:15px;
	height:180px;
	float:right;
	cursor:pointer;
}
.case_next img{
	padding-top:70px;
}

.swiper-case {
	margin:0 0 30px 0;
}
.swiper-case .swiper-slide img {
	width: 240px;
}
.swiper-case .swiper-slide h5 {
	font-size: 12px;
	color: #616161;
	padding-top: 11px;
	text-align: center;
	font-weight: normal;
	line-height:1.2;
}

/* guestbook
-----------------------------------------------------------------*/	
#guestbook .guestbook_message {
	display:block;
	padding:20px 0 0 84px;
	color:#f30;
	font-size:14px;
	font-weight:bold;
	}
#guestbook fieldset {
	clear:both;
    border:none;
	margin: 0;
	padding: 0;
	}	
#guestbook fieldset div {
	float:left;
	width:550px;
	padding:0 0 5px 0;
	}
#guestbook fieldset label {
	float:left;
	width:80px;
	padding:10px 5px 0 0;
	text-align:right;
	}
#guestbook fieldset label em {
	padding-right:5px;
	color:#f30;
	font-style:normal;
	}
#guestbook fieldset .txt1 {
	float:left;
	width:400px;
	height:18px;
	margin:4px 10px 0 0;
	padding:6px 3px 2px 3px;
	border:1px solid #ccc;
	color:#000;
	font-size:14px;
	background:#fff;
	}	
#guestbook fieldset .txt2 {
	float:left;
	width:400px;
	height:150px;
	margin:4px 10px 0 0;
	padding:6px 3px 2px 3px;
	border:1px solid #ccc;
	color:#000;
	font-size:14px;
	background:#fff;
	}	
#guestbook fieldset .txt3 {
	float:left;
	width:200px;
	height:18px;
	margin:4px 10px 0 0;
	padding:6px 3px 2px 3px;
	border:1px solid #ccc;
	color:#000;
	font-size:14px;
	background:#fff;
	}	
#guestbook fieldset button {
	clear:both;
	float:left;
	width:87px;
	height:28px;
	margin:0 0 0 85px;
	background:#333;
	border:none;
	color:#fff;
	font-size:14px;
	cursor:pointer;
    line-height:28px;
	}
#guestbook_list {

	}
#guestbook_list .list {
	padding:10px;
	background:#f4f4f4 url(../images/dashed.gif) repeat-x left bottom;
	}
#guestbook_list .list_alternating {
	padding:10px;
	background:#fff url(../images/dashed.gif) repeat-x left bottom;
	}
#guestbook_list .username {
	float:left;
	color:#c00;
	font-size:14px;
	font-weight:bold;
	}
#guestbook_list .date {
	float:right;
	color:#777;
	}
#guestbook_list .content {
	clear:both;
	padding:10px 0 0 0;
	color:#333;
	line-height:20px;
	}
#guestbook_list .reply {
	margin:5px 0;
	padding:5px;
	border:1px solid #d7d7d7;
	color:#333;
	}
#guestbook_list .reply strong {
	color:#015b88;
	font-weight:bold;
	}

/* product
-----------------------------------------------------------------*/	
.product {
	padding:20px 0 0 0;
}
.product li {
	width:238px;
	background:url(..../images/product_photo_bg.gif) no-repeat;
	float:left;
	margin:0 25px 10px 0;
}
.product li.item_0 {
	margin:0 0 10px 0;
	}
.product li span {
	float:left;
    display: table-cell;
	width:226px;
	height:170px;
    padding:5px;
	border:1px solid #ddd;
	line-height:160px;
	text-align:center;
	*display:block;
	overflow:hidden;
	vertical-align:middle;
}
.product li span img 
{
	vertical-align:middle;
	border:0;
	max-width:226px;
	max-height:170px;
}
.product li h4 {
	width:238px;
    height:30px;
	color:#000;
	float:left;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	padding:5px 0 0 0;
}

#photo_show {
	padding:20px 0 0 0;
	}
#photo_title {
	padding:0 0 10px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	}
#photo_source {
	text-align:center;
	}
/*#photo_source img {
	padding:6px;
	border:1px solid #ddd;
	}*/
#photo_about {
    padding:20px 0 10px 0;
    font-size:14px;
    line-height:22px;
	}


#verification {
    padding:20px 0 0 0;
	}
#verification .title {
    padding:0 0 10px 0;
    color:#333;
    font-size:16px;
    font-family:'Microsoft YaHei';
	}
#verification .text {

	}
#verification .text .txt-1 {
	width:300px;
	height:28px;
	padding:5px;
	border:1px solid #0066cc;
	font-size:14px;
    font-family:'Microsoft YaHei';
	}
#verification .text .btn-1 {
	width:100px;
	height:40px;
	margin:0 0 0 5px;
	border:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
    background:#f05a0d;
	cursor:pointer;
	}
#verification .explain {

	}
#verification .explain h4 {
    padding:0 0 5px 0;
    font-size:14px;
	}
#verification .explain p {
    font-size:14px;
    line-height:22px;
	}