﻿/* CSS Document */
/****public开始****/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,img{margin:0;padding:0}

li {list-style: none;}
img{border:0;vertical-align:middle}

a {text-decoration: none;}
a:hover{ color:#23a5f1;}

table{border-collapse:collapse;border-spacing:0}

body {
	font-size: 14px;
	font-family:"思源黑体";
	background:#f7f7f7 url(../images/bodybg.jpg) repeat-x left 37px;
}
.clear {clear:both;}
.fl{ float:left;}
.fr{ float:right;}
.f12{ font-size:12px;}


.top{ height:37px; line-height:37px; background:#ffffff; font-size:12px; color:#515151;}
.top a{ color:#515151;}

.pagewidth{ width:1100px; margin:auto;}

.logotop{ height:126px; background:url(../images/logobg.png) center top no-repeat;}
.logotop .logo{ margin-top:30px;}
.logotop .search{ height:35px; margin-top:51px; line-height:35px; color:#424242; width:402px;}
.logotop .search .text{ width:138px; height:33px; border:solid 1px #9bc8dc; margin-left:13px; background:url(../images/sel.png) no-repeat 6px center #ffffff; padding-left:34px; color:#a8a8a8; line-height:33px; font-family:"思源黑体"; font-size:14px;}
.logotop .search .but{ width:71px; height:35px; background:#4bb24b; line-height:35px; font-size:16px; color:#ffffff; margin-left:11px; border:0px; font-family:"思源黑体";}

.nav{ height:46px; overflow:hidden; background:url(../images/navbg.png) repeat-x;}
.nav ul{ width:100%;}
.nav ul li{ height:46px;  font-size:15px; color:#ffffff; width:100px; float:left;}
.nav ul li a{ color:#ffffff; width:100%; height:100%; display:block; line-height:46px; background:url(../images/navline.png) left 1px no-repeat; font-weight:bold; text-align:center;}
.nav ul li.home a{ background:none;}
.nav ul li a:hover,.nav ul li a.hover{ background:url(../images/navhover.png);}


.foot{ height:118px; background:#2376bd; color:#ffffff; line-height:22px; padding-top:18px; text-align:center; margin-top:35px;}

.youqing{ height:124px; background:#ffffff;}
.youqing dt{ color:#0c91cb; line-height:42px; font-size:17px; text-indent:26px; font-weight:bold;}
.youqing dd{ float:left;}
.youqing dd img{ width:179px; height:65px; border:solid 1px #e0e0e0; padding:2px; margin-left:29px;}

.mt15{ margin-top:15px;}
