/**
 * 功能：网站布局
 * 作者：Gavin
 * 创建时间：2009-07-29
 */

/* banner */
#indexBanner {
    overflow:hidden;
    margin-bottom:18px;
}
#indexBanner img, #indexBanner object {
    float:left;
}
/* 主要内容区:main
---------------------------------*/
#main {
    overflow: hidden;
    text-align:left;
    border:1px solid #fff;
    background:url(mainBg.gif) repeat-x 0 0;
    padding:14px 10px 14px 11px;
}
/* sideBar */
#sidebar {
    float:right;
    width:238px;
    background:url(bg.gif) no-repeat 0 100%;
}
/* content */
#content {
    float:left;
    width:674px;
}
/* sidebar02 */
#sidebar02 {
    float:left;
    width:221px;
}
/* content02 */
#content02 {
    float:right;
    width:692px;
}
/* 首页模块
---------------------------------*/
/* 首页新闻中心 */
#sidebar h2 {
    color:#1B4083;
    padding-left:45px;
    position:relative;
    font-weight:normal;
}
#sidebar h2 a {
    font-size:12px;
    position:absolute;
    right:10px;
    top:0;
    color:#8A8A8A;
    font-family:"宋体", arial;
}
#sidebar h2 a:hover {
    color:#F35613;
}
#news h2 {
    background:url(newsTitle.jpg) no-repeat 0 0;
    height:35px;
    line-height:35px;
    font-size:14px;
}
/* 首页最新博文 */
#blogArticle {
    margin-top:15px;
}
#blogArticle h2 {
    background: url(bg.gif) no-repeat -170px -32px;
    height:36px;
    line-height:28px;
    font-size:13px;
    padding-left:30px;
}
#news ul, #blogArticle ul {
    padding:0 12px;
}
#marketingAndTraining {
    width:223px;
    margin:10px auto 10px;
    background:url(bg.gif) no-repeat 0 -90px;
}
#marketingAndTraining h2 {
    height:45px;
    line-height:45px;
    font-size:14px;
    padding-left:45px;
}
#marketingAndTraining ul {
    padding:0 10px 10px;
    background:url(bg.gif) no-repeat -240px 100%;
}
/* 首页业务列表 */
#business li {
    float:left;
    width:168px;
    height:240px;
    margin-bottom:4px;
    background:url(businessBg.gif) repeat-x 0 0;
}
#business li a {
    padding:2px;
    display:block;
    height:236px;
    width:164px;
    background:url(bg.gif) no-repeat -240px -90px;
    overflow:hidden;
}
#business li a:hover {
    padding:0;
    border:2px solid #FC8806;
}
#business li a h2 {
    font-size:14px;
    line-height:30px;
    height:30px;
    font-weight:normal;
    background:url(bg.gif) no-repeat 5px -323px;
    color:#1B4083;
    padding-left:28px;
    cursor:pointer;
}
#business li a p {
    color:#797979;
    padding:0;
    margin:8px 10px;
    line-height:18px;
}
#business li a:hover h2, #business li a:hover p {
    color:#F35613;
}
/* 侧栏菜单
---------------------------------*/
#subNav {
    background-color:#F3F6F9;
    border-bottom:1px solid #fff;
}
#subNav li {
    font-size:12px;
    width:100%;
    float:left;
    border-bottom:1px solid #DCE3EC;
    border-top:1px solid #fff;
}
#subNav li a {
    height:34px;
    line-height:34px;
    display:block;
    font-size:13px;
    color:#292929;
    padding-left:30px;
}
#subNav li a:hover {
    background-color:#fff;
}
#subNav li.current a {
    height:30px;
    line-height:30px;
    font-size:14px;
    color:#0B57AC;
    font-weight:bold;
    background:url(bg.gif) no-repeat 0 -360px;
}
/* sideNav */
#sideNav {
    background:url(sidebarBg02.jpg) repeat-x 0 0;
    padding:50px 10px 30px;
    min-height:200px;
    height:auto !important;
    height:200px;
    overflow:visible;
}
#sideNav ul {
    border:1px solid #97ACC6;
    width:179px;
    overflow:hidden;
    padding:10px 0;
    background-color:#fff;
}
#sideNav ul li h3 {
    font-size:14px;
    color:#0762A9;
    padding:8px;
    font-weight:normal;
}
#sideNav ul li{
	position:relative;
}
#sideNav ul li span a {
 position:absolute;
    right:10px;
    top:10px;
}

#sideNav ul li p {
    margin:10px;
    color:#787878;
}
#sideNav ul li a img {
    padding-left:10px;
}
.line {
    border-bottom:1px solid #C2D1E2;
}
/* 内页内容区
---------------------------------*/
#mainTitle {
    background:url(titleBg.gif) repeat-x 0 100%;
    line-height:32px;
    height:32px;
    position:relative;
    font-size:14px;
    color:#1444A3;
    margin:16px 12px 0 12px;
    padding-left:10px;
}
#mainTitle span {
    font-size:12px;
    color:#A4A4A4;
    position:absolute;
    right:10px;
    top:0;
    font-weight:normal;
}
#mainTitle span a {
    color:#A4A4A4;
}
#mainTitle span a:hover {
    color:#F35613;
}
#function {
    padding:20px 28px;
    min-height:400px;
    height:auto !important;
    height:400px;
    overflow:visible;
    overflow-x:hidden;
}
/* 产品列表
---------------------------------*/
.productList {
    text-align:center;
    padding-bottom:20px;
}
.productList li {
    width:24.9%;
    float:left;
    text-align:center;
    overflow:hidden;
    margin-top:20px;
}
.productList li a {
    display:block;
}
.productList li a img {
    border:#999 1px solid;
    background:#fff;
    padding:1px;
}
.productList li a:hover img {
    border-color:#000;
}
.productList li a span {
    text-align:center;
    display:block;
    cursor:pointer;
    height:30px;
    line-height:30px;
}
.productList li a:hover span {
    color:#000;
    text-decoration:underline;
}
/* 新闻列表
---------------------------------*/
.newsList {
    margin:0 auto;
}
.newsList li {
    float:left;
    line-height:14px;
    position:relative;
    text-align:left;
    width:100%;
    padding:10px 0;
    background:url(listDiv01.gif) repeat-x 0 100%;
}
.newsList li a {
    background:url(bg.gif) no-repeat -620px -104px;
    padding-left:10px;
    line-height:18px;
    display:block;
}
.newsList li a:hover {
    background-position:-640px -84px;
}
.newsList li span {
    color:#999;
    position:absolute;
    right:10px;
    top:10px;
}
.newsList02 li {
    padding:6px 0;
}
.newsList03 li {
    padding:6px 0;
    background:none;
}
.newsList03 li a {
    background-position:-600px -124px;
    text-decoration:underline;
}
/* 分页
---------------------------------*/
.pages {
    height:22px;
    padding:30px 0;
}
.pages span, .pages a {
    background:#fff;
    border:1px solid #ddd;
    display:inline;
    float:left;
    height:20px;
    line-height:20px;
    margin-right:4px;
    padding:0 8px;
}
.pages a:hover {
    border-color:#FF9C19;
    background:#FFF8EF;
}
.pages .current {
    border:none;
    color:#f00;
    font-weight:bold;
}
/* 提问功能、招聘功能
---------------------------------*/
.questionList dt, .jobList dt {
    font-weight:normal;
    margin-top:10px;
}
.questionList dt span, .jobList dt span {
    cursor:pointer;
    font-weight:bold;
    margin:0 4px;
}
.questionList dd, .jobList dd {
    border:#ccc 1px solid;
    padding:6px 10px;
}
/* 视频列表
---------------------------------*/
td.videoList a {
    background:#fff url(videoIcon.jpg) no-repeat left 50%;
    padding-left:25px;
}
div.videoShow {
    text-align:center;
    background:#fff;
    border:solid 1px #eee;
    width:80%;
    padding:10px;
    margin:0 auto;
}
div.videoShow h4 {
    width:80%;
    margin:0 auto;
    background:url(videoIcon.jpg) no-repeat left 50%;
    text-align:left;
    padding-left:25px;
    font-size:14px;
    height:50px;
    line-height:50px;
}
#mainContentSearch {
    margin:30px;
}
.searchTitle {
    border:1px solid #ddd;
    border-width:1px 0;
    padding:0 10px;
    line-height:22px;
    background:#f8f8f8;
}
.searchTitle a {
    background:url(listImg.gif) no-repeat right 50%;
    padding-right:10px;
}
#mainContentSearch strong {
    padding-left:2em;
}
.resultTopicTitle {
}
#mainContentSearch .newsList {
    width:100%;
}
/* 网站地图
---------------------------------*/
#webmap {
    padding-bottom:20px;
}
#webmap dt {
    color:#975317;
    float:left;
    height:19px;
    line-height:19px;
    margin-top:20px;
    width:100%;
}
#webmap dt .dtBg01 {
    background:url(webmapBg.gif) no-repeat 100% top;
    float:left;
}
#webmap dt .dtBg02 {
    background:url(webmapBg.gif) no-repeat 0 -38px;
    float:left;
    line-height:19px;
    padding:0 10px;
}
#webmap dd {
    float:left;
    height:19px;
    line-height:19px;
    margin:4px 3px 0 0;
}
#webmap dd a {
    background:url(webmapBg.gif) no-repeat 100% -19px;
    float:left;
}
#webmap dd a span {
    background:url(webmapBg.gif) no-repeat 0 -57px;
    cursor:pointer;
    float:left;
    line-height:19px;
    padding:0 10px;
    white-space:nowrap; /* 强制不换行 */
}
#webmap dd a:hover {
    background-position:100% 0;
}
#webmap dd a:hover span {
    background-position: 0 -38px;
    color:#975317;
}
/* 新闻详细页
---------------------------------*/
.article {
    margin:0 1em;
}
.article h3 {
    font-size:14px;
    line-height:26px;
    text-align:center;
}
.article .newsInfo {
    line-height:22px;
    margin-bottom:16px;
    text-align:center;
    border-bottom:1px solid #CCE70B;
}
.article #post {
    font-size:13px;
}
#moreAboutTeamtop {
    background:url(bg.gif) no-repeat -240px -772px;
    padding-top:36px;
	margin-left:40px;
}
#moreAboutTeamtop h3 a {
    font-size:14px;
    font-weight:normal;
    color:#0860A7;
    text-decoration:underline;
    line-height:36px;
}
#moreAboutTeamtop h3 a:hover {
    text-decoration:none;
}
#moreAboutTeamtop li {
    float:left;
    width:280px;
    display:inline;
    margin-right:10px;
}
#moreAboutTeamtop li a h4 {
    font-size:12px;
    font-weight:normal;
    color:#3199FC;
    margin:10px 5px;
}
#moreAboutTeamtop li a p {
    margin:5px;
    line-height:20px;
}
#moreAboutTeamtop li#honor a {
    background:url(honorBg.jpg) no-repeat right top;
    padding-right:84px;
}
#moreAboutTeamtop li#ability a {
    background:url(abilityBg.jpg) no-repeat right top;
    padding-right:115px;
}
#moreAboutTeamtop li a {
    height:87px;
    overflow:hidden;
    display:block;
    border:1px solid #fff;
}
#moreAboutTeamtop li a:hover {
    border-color:#F35613;
}
/* 详细页导航
---------------------------------*/
.pageNav {
    margin:20px 0;
}
/* 相关新闻
---------------------------------*/
.relatedNews {
    border:1px solid #ccc;
    padding:10px 20px;
    margin-top:40px;
}
.relatedNews h3 {
    font-size:14px;
    margin-bottom:8px;
    line-height:30px;
    height:30px;
    color:000;
    border-bottom:1px solid #F3F3F3;
}
.relatedNews a {
    font-size:14px;
    line-height:30px;
}
/* 产品详细页
---------------------------------*/
#productDetails {
    margin:20px auto;
    text-align:center;
}
#productDetails th h3 {
    text-align:center;
    font-size:12px;
    line-height:22px;
}
#productDetails .column01 {
    text-align:right;
    width:20%;
}
.productDetails .column02 {
    text-align:left;
    width:80%;
}
#productDetails h3 {
    font-size:14px;
    line-height:30px;
    text-align:center;
}
.proImg {
    padding:10px;
    text-align:center;
}
/* 表单：左标签等宽右对齐
---------------------------------*/
fieldset {
    border:none;
    padding-left:120px;
}
fieldset legend {
    font-weight:bold;
    height:40px;
    line-height:40px;
*margin-left:-7px;
}
fieldset ol {
    list-style: none;
    margin-top: 1em;
}
fieldset li {
    display:inline;
    float: left;
    padding-bottom: 1em;
    width: 100%;
}
fieldset li label {
    float: left;
    line-height:20px;
    margin-right:1em;
    text-align: left;
}
fieldset li span {
    display:inline;
    float:left;
    line-height:18px;
    margin-left:10px;
    width:8em;
}
fieldset input.text, fieldset textarea {
    display:inline;
    float:left;
    font:12px Arial, Helvetica, sans-serif;
    outline:none;
    padding:2px;
    width:200px;
}
fieldset em {
    float:left;
    text-align:center;
    width:7px;
}
fieldset input.text2 {
    width:42px;
}
fieldset input.text3 {
    width:145px;
}
fieldset textarea {
    height:8em;
}
.button, .pageNav a {
    background:url(btnBg.gif) no-repeat 0 -48px;
    float:left;
    height:24px;
    line-height:14px;
    margin:0 10px 0 0;
    overflow:hidden;
    padding-left:4px;
}
.button input, .pageNav a span {
    background:url(btnBg.gif) no-repeat 100% 0;
    float:left;
    border:none;
    color:#666;
    cursor:pointer;
    font-size:12px;
    display:inline;
    height:24px;
    line-height:24px;
    outline:none;
    white-space:nowrap; /* 强制不换行 */
*overflow:visible;  /*IE中input的padding值随长度变长增加bug */
    padding:0 15px 0 11px;
}
.button:hover, .pageNav a:hover {
    background-position:0 -72px;
}
.button:hover input, .pageNav a:hover span {
    background-position:100% -24px;
    color:#1D7BC4;
}
.focusField {
    border:solid 1px #83C6FA;
    background:#F6FCFF;
    color:#000;
    padding:1px;
}
.idleField {
    background:#fff;
    color: #6F6F6F;
    border: solid 1px #7D9DB9;
    padding:1px;
}
.idleField, .faqField, .jobField, .voteField {
    border: solid 1px #CFCFCF;
    padding:1px;
}
/* 会员功能
---------------------------------*/
#member {
    position:relative;
    width:100%;
}
.btn {
    float:left;
    height:24px;
    line-height:24px;
    margin-right:10px;
}
/*会员功能工具条
---------------------------------*/
.toolbar {
    position:absolute;
    right:0;
    text-align:right;
    top:0;
}
#memberTools {
    position:relative;
    z-index:1;
    width:47px;
}
#iconSetting {
    position:absolute;
    right:0;
    top:0;
    z-index:3;
    width:47px;
    height:61px;
    background:url(iconSetting.png) no-repeat 0 0;
}
#memberTools ul {
    position:absolute;
    top:0;
    right:26px;
    border:1px solid #CFCFCF;
    width:120px;
    overflow:hidden;
    z-index:2;
    padding:1px;
}
#memberTools ul li {
    line-height:19px;
    height:19px;
    float:left;
    width:100%;
}
#memberTools ul li a {
    width:85px;
    padding-left:18px;
    display:block;
    background:url(listIcon20.gif) no-repeat 0 50%;
}
#memberTools ul li a:hover {
    background-color:#F5F5F5;
}
/*FAQ常见问题页面
---------------------------------*/
#article_faq {
    background:url(faq_bg.jpg) no-repeat;
    height:100px;
    color:#666666;
    padding:19px 50px 0px 110px;
}
#article_faq h2 {
    font-size:14px;
    font-weight:700;
    color:#FF6029;
}
#article_faq p {
    font-size:14px;
    line-height:14px;
}
#faq_info {
    margin-left:5px;
    margin-top:35px;
    margin-bottom:18px;
    color:#666666;
    font-size:12px;
    line-height:20px;
}
/*搜主意订阅页面
---------------------------------*/
#article_read {
    background:url(read_book.gif) no-repeat right top;
    width:542px;
    height:100px;
    color:#666666;
}
#article_read h2 {
    font-size:14px;
    font-weight:700;
    color:#FF6029;
    padding-top:19px;
}
#article_read p {
    font-size:14px;
    line-height:14px;
}
#faq_info {
    margin-left:5px;
    margin-top:25px;
    margin-bottom:18px;
    color:#666666;
    font-size:12px;
    line-height:20px;
}
#faq_info_input {
    width:183px;
    border:solid 1px #CFCFCF;
}
.subject {
    background:url(subjectgo.gif) no-repeat;
    width:73px;
    height:23px;
    border:none;
    color:#FFFFFF;
    font-size:12px;
    margin-top:8px;
}
/*job*/
#job_info {
    margin:35px;
    width:862px;
}
#job_title {
    width:100%;
    height:125px;
}
#job_title p {
    margin:0;
    padding:0;
    line-height:26px;
    font-size:14px;
}
#job_cont {
    width:100%;
    height:315px;
}
#job_cont #photo {
    width:412px;
    height:307px;
    margin-left:5px;
    float:left;
    display:inline;
}
#job_cont #cont {
    width:385px;
    float:right;
    margin-right:25px;
    display:inline;
}
.job_article {
    width:100%;
}
.job_article h2 {
    font-size:14px;
    font-weight:700;
    margin:0;
    padding:0;
    color:#000000;
}
.job_article p {
    margin-bottom:30px;
    padding:0;
    line-height:24px;
    font-size:13px;
}
#job_line {
    background:url(job_line.gif);
    height:10px;
    margin:15px auto;
    width:862px;
}
/* sidebar02 */
#job_sidebar {
    float:left;
    width:244px;
}
/* content02 */
#job_content {
    float:right;
    width:595px;
}
#job_form {
    margin:0 0 10px 0;
    padding:20px;
    padding-top:0;
    color:#666666;
    font-size:12px;
    line-height:20px;
}
.job_beizhu {
    width:100%;
}
.job_beizhu h2 {
    font-size:14px;
    font-weight:700;
    margin:0;
    padding:0;
    color:#000000;
}
th {
    font-size:12px;
    font-weight:700;
    margin:0;
    padding:0;
    color:#000000;
}
.job_beizhu p {
    padding:0;
    line-height:24px;
    font-size:12px;
}
/* job侧栏菜单
---------------------------------*/
#job_subNav {
    background:url(job_subbg.gif) no-repeat;
    padding-top:40px;
    border-bottom:1px solid #fff;
    border-right:1px #EBEBEB solid;
}
#job_subNav li {
    font-size:12px;
    width:100%;
    float:left;
    border-bottom:1px solid #EBEBEB;
    background:url(job_navbg2.gif) no-repeat;
}
#job_subNav li a {
    height:36px;
    line-height:36px;
    display:block;
    font-size:12px;
    color:#292929;
    padding-left:30px;
}
#job_subNav li a:hover {
    background:url(job_navbg.gif) no-repeat;
}
#job_subNav li.current a {
    height:36px;
    line-height:36px;
    font-size:12px;
    color:#000000;
    font-weight:bold;
    background:url(job_navbg.gif) no-repeat;
}
/*网站调查*/
#article_vote {
    margin:0 1em;
    color:#666666;
    font-size:12px;
}
#post_vote, #post_votebtom {
    color:#666;
    margin:0 auto;
    padding-top:10px;
}
#post_votebtom {
    margin-bottom:40px;
}
#post_vote h2 {
    font-size:12px;
    font-weight:700;
    color:#000000;
    padding-bottom:8px;
}
#post_vote p {
    font-size:12px;
    line-height:14px;
}
#post_vote2 {
    color:#666;
    margin:0 auto;
    padding-top:15px;
}
#post_vote2 td {
    border-bottom:solid 1px #ccc;
    height:24px;
    text-align:center;
}
#post_vote2 h2 {
    font-size:12px;
    font-weight:700;
    color:#000000;
    padding-bottom:8px;
}
#vote_xla {
    width:347px;
    margin:5px 0px 13px 0px;
}
.vote2border {
    border-right:1px #ccc solid;
    text-align:center;
}
.vote2border2 {
    text-align:center;
}
.vote2center {
    text-align:center;
}
.vote2bordeb {
    border-bottom:1px #ccc solid;
}
.upfontsize {
    font-size:12px;
    width:455px;
    padding:2px;
}
.vote_col {
    color:#F00;
    font-size:12px;
}
/*------做google广告页面结束----*/
/*------网站订单页面开始----*/
#web_order {
    background:url(order_banner.jpg) no-repeat;
    overflow:visible;
    overflow-x:hidden;
}
#web_order p {
    padding-top:140px;
    padding-left:30px;
    font-size:13px;
    line-height:22px;
    color:#7F7F7F;
}
/*------联系我们----*/
#contact {
    font-size:13px;
    padding-bottom:60px;
}
#contactGz {
    width:303px;
    float:left;
    padding-right:15px;
    display:inline;
    border-right:1px solid #E3E3E3;
}
#contactSz {
    width:295px;
    float:right;
}
.contactInfo {
    line-height:23px;
    padding:20px 0;
    position:relative;
    width:100%;
}
.viewMap {
    position:absolute;
    right:10px;
    top:0;
}
#contact h2 {
    font-size:14px;
    color:#000;
    background-position:0 50%;
    background-repeat:no-repeat;
    height:33px;
    line-height:33px;
    padding-left:50px;
    margin-top:20px;
}
#contact h2.search {
    background-image:url(iconSearch.gif);
}
#contact h2.service {
    background-image:url(iconService.gif);
}
#contact dt {
    color:#0088CC;
    font-weight:bold;
    height:20px;
    line-height:20px;
    margin-top:10px;
}
#contact dd {
    width:100%;
    position:relative;
    padding:4px 0;
    color:#757575;
}
#contact dd strong {
    color:#000;
    font-weight:normal;
    display:block;
}
#contact dd .evaluate {
    float:right;
    display:inline;
    padding:1px 0;
    font-size:12px;
    border:1px solid #E1E1E1;
    width:80px;
    text-align:center;
}
.evaluateBox {
    width:308px;
    background:url(introBox.gif) no-repeat 0 100%;
    position: absolute;
    display:none;
    right:0;
    top:0;
}
.evaluateBox .staffPic {
    float:left;
    display:inline;
    margin:10px 10px 0 0;
}
.evaluateBox .staffInfo {
    float:right;
    width:180px;
    display:inline;
}
.evaluateBoxBg {
    background:url(introBoxTop.gif) no-repeat 0 0;
    padding:10px 20px 20px 10px;
}
#contact p {
    margin:8px 0;
}
#contact p a {
    color:#0088CC;
    text-decoration:underline;
}
#contact .evaluateBox p {
    line-height:20px;
}
#contact p a:hover {
    text-decoration:none;
}
/*------Rss订阅页面开始--------------------------*/
#Rss_content{
padding:0px;
margin-bottom:30px;
}
.RssInro_part2{
margin:0;
padding:0;
float:left;
width:590px;
}
#Rss_content li h2{
font-size:12px;
font-weight:700;
float:left;
padding-left:12px;
padding-top:14px;
clear:both;
}
#Rss_content ul li{
float:left;
font-size:12px;
}
#Rss_content li span{
font-size:12px;
float:right;
padding-top:14px;
color:#000;
display:block;
}
#Rss_content li p{
font-size:12px;
float:left;
line-height:22px;
padding:0px 43px 0px 12px;
color:#585858;
width:580px;
}
.RssLi_bgc{
background-color:#FAFAFA;
margin:8px 0px;
width:100%;
height:124px;
}
#Rss_Steps{
background:url(RssBg.gif) no-repeat;
width:630px;
margin:8px auto;
}
#Rss_Steps ul li{
font-size:13px;
height:89px;
width:150px;
padding-left:45px;
padding-right:5px;
padding-top:20px;
margin-right:10px;
color:#008BD1;
line-height:22px;
font-weight:700;
}
.rss_cont{
margin:0px;
padding:0px;
width:100%;
clear:both;
}
.rss_cont h1{
font-size:14px;
font-weight:700;
color:#000;
margin-bottom:42px;
}
#bar_rss{
width:636px;
height:26px;
background-color:#EDEDED;
padding:2px 2px;
margin:0;
}
#bar_rss h2{
font-size:14px;
float:left;
padding-left:8px;
padding-top:5px;
}
#rss_con p{
line-height:22px;
font-size:12px;
padding-left:8px;
}
.rss_left{
padding-left:24px;
padding-top:5px;
height:26px;
clear:both;
}
.rss_color{
font-size:12px;
color:#666;
}
/*------Rss订阅页面结束--------------------------*/
#hotline{
BACKGROUND: url(hotline.gif) no-repeat 0px 0px;
text-align:right;
font-size:18px;
color:#669FDE;
font-weight:bold;
height:35px;
line-height:35px;
width:220px;
}
#offer p.zixun{font-size:23px;}
