﻿#banner {
    height: 120px;
}

#banner div {
    height: 120px;
    background: no-repeat center 0;
}

#banner .about {
    background-image: url(../img/banner/xbanner1.png);
}

#banner .news {
    background-image: url(../img/banner/xbanner1.png);
}

#banner .relation {
    background-image: url(../img/banner/xbanner1.png);
}

#banner .service {
    background-image: url(../img/banner/xbanner1.png);
}

#banner .citizen {
    background-image: url(../img/banner/xbanner1.png);
}

#banner .career {
    background-image: url(../img/banner/xbanner1.png);
}

#content .nav {
    height: 77px;
    border-bottom: 1px solid #eaeaea;
}

#content .nav .g-wrap .crumbs {
    float: left;
    padding-left: 13px;
    height: 100%;
    background: url(../img/crumbs_icon.png) no-repeat 0 32px;
}

#content .nav .g-wrap .crumbs a {
    float: left;
    padding: 0 9px;
    font-weight: bold;
    font-size: 12px;
    line-height: 77px;
    color: #4d4852;
}

#content .nav .g-wrap .crumbs a.on {
    background: url(../img/crumbs_arrow.png) no-repeat 0 36px;
}

#content .nav .g-wrap .columns {
    float: right;
    height: 100%;
}

#content .nav .g-wrap .columns a {
    position: relative;
    float: left;
    margin-left: 30px;
    font-weight: bold;
    line-height: 77px;
    color: #63666b;
}

#content .nav .g-wrap .columns a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #1d743a;
    border-radius: 4px;
    -webkit-transition: width 300ms;
    transition: width 300ms;
}

#content .nav .g-wrap .columns a.on span { /*left:15%; */
    width: 100%;
}

/*banner内容*/
#left {
    float: left;
    width: 660px;
    border-right: 1px solid #eee;
    padding: 20px 50px 0 10px;
    overflow: hidden;
}

#right {
    float: right;
    margin-left: 0px;
    padding: 23px 0 43px 0px;
    width: 425px;
}

/*********** 复用 ***********/
#right > * {
    margin-bottom: 40px;
}

#right .pdf {
    padding: 22px;
    background-color: #f4f4f6;
}

#right .pdf .btn {
    margin-bottom: 20px;
    padding: 0 9px;
    height: 43px;
    background: url(../img/news/p_3_5.jpg) no-repeat 0 0;
}

#right .pdf .btn .download {
    float: left;
    width: 122px;
    height: 100%;
}

#right .pdf .btn .read {
    float: right;
    width: 97px;
    height: 100%;
}

#right .pdf .link-list a {
    line-height: 18px;
    color: #5887f5;
}

#right .pdf .link-list p {
    line-height: 18px;
    color: #5887f5;
}

#right .pdf .link-list a:hover {
    color: #02a181;
}

#right .pdf .link-list .top {
    margin-bottom: 8px;
    font-size: 18px;
    color: #02a181;
}

#right .pdf .link-list .top:hover {
    color: #2ca955
}

#right > a {
    display: block;
}

a.hover {
    overflow: hidden;
}

a.hover img {
    width: 100%;
    height: 100%; /*-webkit-transition:margin 150ms, width 150ms, height 150ms;*/
}

a.hover:hover img {
    margin-left: -1%;
    margin-top: -1%;
    width: 102%;
    height: 102%;
}

/* 链接列表 */
.link-list a {
    display: block;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.link-list a span {
    float: left;
    margin-right: 15px;
}

.link-list p {
}

/* 日期块 */
.date-block {
    float: left;
    padding: 0px 10px;
    width: 68px;
    height: 88px;
    font: bold 14px/15px 'Conic Sans NS' !important;
    color: #2ca955;
    background-color: #e1e1e1;
}

.date-block .day {
    display: inline-block;
    margin: 10px 0 15px 0;
    font: bold 48px/36px 'Conic Sans NS' !important;
    color: #2ca955;
}

/* 链接块 */
.link-block {
    border-top: 1px dotted #ccc;
    position: relative;
    top: 40px;
}

.link-block a {
    display: block;
    padding: 24px 24px 24px 0;
    height: 90px;
    border-bottom: 2px solid #e8e6e6;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
}

.link-block a:hover {
    background-color: #e1e1e1;
    color: #2ca955;
}

.link-block a:last-child {
    border-bottom: 0 none;
}

.link-block a .summary {
    float: left;
    margin-left: 24px;
    width: 510px;
    height: 100%;
    line-height: 18px;
}

.link-block a .summary :hover {
    color: #2ca955;
}

.link-block a h1 {
    margin-bottom: 8px;
    line-height: 26px;
}

.link-block a h3 {
    margin: -4px 0;
    color: #746969;
}

.link-block a p {
    margin-top: 8px;
    height: 36px;
    line-height: 18px;
    color: #746969;
    overflow: hidden;
}

/* 加载更多 */
input.more {
    width: 660px;
    height: 54px;
    background: #e1dede url(../img/btn_more_on.png) no-repeat center 15px;
    cursor: pointer;
    -webkit-transition: background 400ms;
    transition: background 400ms;
    margin: 0 0;
    margin-top: 35px;
}

input.more:hover {
    background-color: #2ca955;
    background-image: url(../img/btn_more.png);
}

/*metro ui*/
.metro {
    position: relative;
    margin-bottom: 23px;
    height: 386px;
}

.metro a {
    position: absolute;
    top: 0;
    left: 0;
}

/*********** 关于 ***********/
#about-1 .editor {
    padding-top: 63px;
    color: #746969;
    background: url(../img/about/since.png) no-repeat 0 0;
    width: 670px;
}

#about-1 .editor p {
    margin-bottom: 30px;
}

#about-1 .editor p span {
    font-size: 36px;
    color: #303030;
    font-family: '微软雅黑';
}

#about-1 .contact {
    padding-top: 63px;
    color: #746969;
    background: url(../img/career/contact.png) no-repeat 0 0;
}

#about-1 .contact span {
    font-size: 36px;
    color: #303030;
    font-family: '微软雅黑';
}

#about-1 .contact p {
    margin-bottom: 30px;
    width: 745px;
}

#about-1 .contact .p2 {
    margin-top: 40px;
}

#about-1 .contact .p2 p {
    color: #303030;
    font-size: 18px;
    line-height: 32px;
}

#about-1 .contact .p2 p img {
    padding-right: 10px;
    padding-top: 13px;
}

#relation-1 .service {
    padding-top: 63px;
    color: #746969;
    background: url(../img/service/service.png) no-repeat 0 0;
}

#relation-1 .servicce p {
    margin-bottom: 40px;
    width: 745px;
}

#relation-1 .servicce .p1 {
    line-height: 24px;
}

/*editor*/
#about-2 .tabMenu {
    margin: 0 -5px 23px 0;
    height: 57px;
}

#about-2 .tabMenu a {
    float: left;
    width: 195px;
    font-weight: bold;
    font-size: 13px;
    line-height: 57px;
    text-align: center;
    color: #63666b;
    background-color: #dcdde1;
    border-right: 2px solid #fff;
    -webkit-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

#about-2 .tabMenu a.on,
#about-2 .tabMenu a:hover {
    color: #dcdde1;
    background-color: #e62b1e;
}

#about-2 .tabCont .item {
    display: none;
    overflow: hidden;
    -webkit-transtion: height 500ms;
    transtion: height 500ms;
}

#about-2 .tabCont .item .subitem {

    width: 300px;
    background-color: #f1eff1;

    float: left;
}




#about-2 .tabCont .item .sub{
    width: 300px;
    background-color: #f1eff1;
    float: left;

}
#about-2 .tabCont .item .sub img {
    width: 300px;
    height: 230px;

}
#about-2 .tabCont .item .sub h1 {
    margin: 20px 0 20px 0;
    font: 18px/1 "Microsoft Yahei", "微软雅黑";
    color: #303030;
}

#about-2 .tabCont .item .sub div {
    line-height: 23px;
    color: #6f6f6f;
    width: 258px;
    margin: 0 20px;
}




#about-2 .tabCont .item .subitem img {
    float: left;
    width: 300px;
    height: 230px;
    position: absolute;
}

#about-2 .tabCont .item .subitem h1 {
    margin: 20px 0 20px 0;
    font: 18px/1 "Microsoft Yahei", "微软雅黑";
    color: #303030;
}

#about-2 .tabCont .item .subitem p {
    line-height: 23px;
    color: #6f6f6f;
    width: 258px;
    position: relative;
    top: 240px;
    margin: 0 20px;
}

#about-3 .top {
    height: 389px;
    background: #F1EFF2 url(../img/about/p_3_1.jpg) no-repeat center -1px;
}

#about-3 .top .g-wrap .intro {
    position: absolute;
    top: 100px;
}

#about-3 .top .g-wrap .intro h1 {
    margin-bottom: 10px;
    color: #34772b;
}

#about-3 .top .g-wrap .intro p {
    font-size: 13px;
    color: #5e5e5e;
}

#about-3 .top .g-wrap .cont-areas {
    position: absolute;
    top: 185px;
    left: -12px;
}

#about-3 .top .g-wrap .cont-areas .item {
    padding: 6px 0;
    height: 27px;
    color: #4d4852;
}

#about-3 .top .g-wrap .cont-areas .item * {
    float: left;
    padding: 7px 12px;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
}

#about-3 .top .g-wrap .cont-areas .item span {
    color: #34772b;
}

#about-3 .top .g-wrap .cont-areas .item a {
    border-radius: 30px;
    -webkit-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

#about-3 .bottom {
    position: relative;
    height: 446px;
    background: url(../img/about/p_3_2.jpg) center 0;
}

#about-3 .g-wrap .map-text {
    position: absolute;
    top: 35px;
    right: 0;
    width: 630px;
    color: #fff;
}

#about-3 .g-wrap .map-text .map-text-shuzi { 
    font-size: 80px;
    vertical-align: -41px;
}

#about-4 #history {
    height: 640px;
    background-color: #f6faf6;
    overflow: hidden;
}

#about-4 #history .viewport {
    position: relative;
    margin: 0 auto;
    width: 1132px;
    height: 100%;
    background: url(../img/about/p_4_1.jpg) no-repeat 2px 20px;
    overflow: visible;
}

#about-4 #history .viewport .btn {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -22px;
    width: 50px;
    height: 50px;
    background: no-repeat 0 0;
}

#about-4 #history .viewport .prev {
    left: -144px;
    background-image: url(../img/about/btn_prev.png);
}

#about-4 #history .viewport .next {
    right: -144px;
    background-image: url(../img/about/btn_next.png);
}

#about-4 #history .viewport .wrap {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#about-4 #history .viewport .wrap .item {
    position: absolute;
    bottom: -100%;
    width: 283px;
    background: url(../img/about/p_4_3.jpg) repeat-y 5px 0;
    -webkit-transition: bottom 500ms;
    transition: bottom 300ms;
}

#about-4 #history .viewport .wrap .on {
    bottom: 0;
}

#about-4 #history .viewport .wrap .item div {
    padding: 5px 16px 5px 29px;
    margin-top: -10px;
    background: url(../img/about/p_4_2.png) no-repeat 0 0;
}

#about-4 #history .viewport .wrap .item div p {
    margin-bottom: 20px;
    line-height: 20px;
    color: #303030;
    font-family: "微软雅黑 Light";
    font-size: 12px;
}

#about-4 #history .viewport .wrap .item div .year {
    display: block;
    margin: -10px 0 30px 0;
    font: lighter 48px "myriadsetpro" !important;
    color: #34772b;
}

#about-4 .link {
    position: relative;
    z-index: 2;
    padding: 15px 0 20px 0;
    height: 165px;
    background-color: #afafaf;
}

/*********** 新闻 ***********/
/* 公司动态 */
#news-1 {
    min-height: 850px;
}

#news-1 #left .headline {
    position: relative;
    margin-bottom: 23px;
    height: 218px;
}

#news-1 #left .headline img {
    margin-left: 22px;
    float: right;
    width: 362px;
    height: 218px;
}

#news-1 #left .headline .date {
    display: block;
    margin-bottom: 15px;
    font: bold 27px/27px 'novecento' !important;
    color: #6d8ac4;
}

#news-1 #left .headline h1 {
    line-height: 34px;
    font-family: '微软雅黑';
}

#news-1 #left .headline p {
    color: #777;
}

#news-1 #left .headline .resouce {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 399px;
    height: 54px;
    background: url(../img/news/p_1_2.jpg) no-repeat 0 0;
}

#news-1 #left .headline .more {
    width: 399px;
}

#right .special {
    display: block;
}

#news-3 .metro .a2 {
    top: 193px;
}

#news-3 .metro .a3 {
    left: 480px;
}

#news-3 #left .link-block {
    margin-top: 22px;
}

/* 新闻详情 */
#left .news-editor {
    position: relative;
    padding-left: 106px;
    color: #746969;
}

#left .news-editor h1 {
    font-family: '微软雅黑';
    font-size: 18px;
}

#left .news-editor .date-block {
    position: absolute;
    left: 0;
    top: 0;
}

#left .news-editor h3 {
    margin: 14px 0 40px 0;
    font-size: 14px;
}

#left .news-editor p {
    margin-bottom: 20px;
    color: #746969;
    font-size: 13px;
}

#left .news-editor .bshare-custom {
    margin-bottom: 5px;
    height: 20px;
    overflow: hidden;
}

#left .news-editor .bshare-custom a {
    float: left;
    padding: 0;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background: url(../img/news/share.jpg) no-repeat 0 0;
    overflow: hidden;
}

#left .news-editor .bshare-custom .bshare-weixin {
    background-position: -54px 0;
}

#left .news-editor .bshare-custom .bshare-sinaminiblog {
    background-position: -79px 0;
}

#left .news-editor .bshare-custom .bshare-qzone {
    background-position: -129px 0;
}

#left .news-editor .bshare-custom .bshare-qqim {
    background-position: -154px 0;
}

#left .relative-news {
    position: relative;
    border-top: 2px solid #e8e6e6;
}

#left .relative-news .main-news {
    margin-bottom: -23px;
    padding: 23px 16px 0 106px;
    width: 302px;
    height: 170px;
    border-right: 1px dotted #ccc;
}

#left .relative-news .main-news .date-block {
    position: absolute;
    left: 0;
    top: 23px;
}

#left .relative-news .main-news h1 {
    margin-bottom: 15px;
    height: 44px;
    line-height: 22px;
}

#left .relative-news .main-news p {
    line-height: 20px;
    color: #777;
}

#left .relative-news .main-news .detail {
    display: block;
    line-height: 20px;
    color: #e62b1e;
}

#left .relative-news .link-list {
    position: absolute;
    top: 24px;
    left: 443px;
    width: 340px;
    line-height: 20px;
}

#left .relative-news .link-list h1 {
    margin-bottom: 39px;
}

#left .relative-news .link-list a {
    color: #777;
}

/*********** 投资者关系 ***********/
/*公用*/
.citizenship_content div {
    color: #746969;
    line-height: 22px;
    margin-bottom: 15px;
}

.citizenship_content a {
    color: #e62b1e;
}

.citizenship_content p {
    clear: both;
    width: 633px;
}

/* 最新公告 */
#relation-1 .link-block a {
    background: #fff url(../img/citizen/icon_pdf.png) no-repeat 707px 43px;
}

#relation-1 .link-block a:hover {
    background-color: #e1e1e1;
    background-image: url(../img/citizen/icon_pdf_on.png);
}

#relation-1 .link-block a .summary {
    width: 570px;
}

/* 投资者来访 */
.divSelect {
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.divSelect .caption {
    display: block;
    height: 100%;
}

.divSelect ul {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    overflow: hidden;
}

.divSelect select {
    display: none;
}

#relation-3 .top {
    margin-bottom: 12px;
    height: 310px;
    background: url(../img/relation/p_3_1.jpg) no-repeat 0 0;
}

#relation-3 .fill {
    position: relative;
    padding: 25px 23px 25px 0;
    height: 502px;
    color: #6c6c6c;
    background: url(../img/relation/p_3_2.jpg) no-repeat 0 0;
}

#relation-3 .fill .prompt {
    position: absolute;
    left: 34px;
    top: 46px;
    width: 220px;
    font-size: 12px;
    line-height: 18px;
    color: #3b4971;
}

#relation-3 .fill .prompt span {
    font-size: 15px;
}

#relation-3 .fill .item {
    float: right;
    margin-bottom: 8px;
    padding-left: 22px;
    width: 434px;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
}

#relation-3 .fill .textarea {
    height: 133px;
}

#relation-3 .fill .item .divSelect,
#relation-3 .fill .item input,
#relation-3 .fill .item textarea {
    float: right;
    margin: 0;
    padding: 0 23px;
    width: 257px;
    height: 55px;
    color: #6c6c6c;
    background-color: #fff;
}

#relation-3 .fill .item .divSelect {
    padding: 0;
    width: 303px;
    background: #fff;
}

#relation-3 .fill .item .divSelect .caption {
    line-height: 53px;
    text-indent: 27px;
    background: url(../img/relation/slidedown.jpg) no-repeat right 0;
}

#relation-3 .fill .item .divSelect ul {
    padding: 10px 0;
    width: 301px;
    background-color: #eee;
    border: 1px solid #d3d3d2;
    border-top: 0 none;
}

#relation-3 .fill .item .divSelect ul li {
    height: 33px;
    line-height: 33px;
    padding: 0 23px;
}

#relation-3 .fill .item .divSelect ul li:hover {
    background-color: #cdcdcd;
}

#relation-3 .fill .item textarea {
    padding: 23px;
    border: 0 none;
    width: 255px;
    height: 87px;
    resize: none;
}

#relation-3 .submit {
    float: right;
    margin-top: 6px;
    width: 456px;
    height: 53px;
    background: #74bd42 url(../img/relation/submit.png) no-repeat center 10px;
    cursor: pointer;
}

/* 公司治理 */
#relation-4 .link-block a {
    padding-right: 0;
}

#relation-4 .link-block a .summary {
    margin-left: 0;
    width: 100%;
}

/* 2015.06.04 气泡修改 start */
#suggest-1 .g-wrap {
    overflow: visible;
}

#suggest-1 #bubble {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 10px 10px 20px;
    width: 365px;
    background: #fff url(../img/suggest/bubble_arrow2.png) no-repeat 12px 0;
}

#suggest-1 #bubble .wrap {
    position: relative;
    z-index: 1;
    width: 100%;
}

#suggest-1 #bubble .wrap td {
    font-size: 14px;
    line-height: 18px;
    width: 99px;
    text-align: center;
    vertical-align: middle;
    color: #000;
}

#suggest-1 #bubble .wrap td a {
    position: relative;
    display: block;
    width: 99px;
    height: 97px;
    background: url(../img/suggest/icon_bbs.jpg) no-repeat 0 0;
}

#suggest-1 #bubble .wrap td a span {
    position: absolute;
    left: 12px;
    bottom: 12px;
    font-size: 14px;
    color: #fff;
}

#suggest-1 #bubble .wrap .td1 {
    width: 155px;
    text-align: left;
}

#suggest-1 #bubble .wrap .thead {
    height: 40px;
}

#suggest-1 #bubble .wrap .tbody .td1 {
    font-weight: bold;
    color: #ff9600;
    line-height: 30px;
    vertical-align: top;
}

/* 2015.06.04 气泡修改 end */

/*********** 联系我们 ***********/
#contact-1 .cont-info {
    position: relative;
    height: 389px;
    background: #f1eff1 url(../img/contact/p_1_1.jpg) no-repeat 0 96px;
}

#contact-1 .cont-info .contacts {
    position: absolute;
    top: 175px;
}

#contact-1 .cont-info .c1 {
    left: 0;
    width: 421px;
}

#contact-1 .cont-info .c2 {
    left: 468px;
    width: 663px;
}

#contact-1 .cont-info .contacts .menu {
    height: 57px;
    border-bottom: 1px solid #cfb3a8;
}

#contact-1 .cont-info .c2 .menu {
    margin-right: -35px;
}

#contact-1 .cont-info .contacts .menu a {
    float: left;
    margin-right: 35px;
    font-weight: bold;
    font-size: 13px;
    line-height: 57px;
    color: #564f4a;
}

#contact-1 .cont-info .contacts .menu .on {
    border-bottom: 1px solid #e32235;
}

#contact-1 .cont-info .contacts .cont {
    position: relative;
    height: 147px;
}

#contact-1 .cont-info .contacts .cont .subitem {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 127px;
}

#contact-1 .cont-info .contacts .cont .subitem * {
    font-size: 12px;
    color: #564f4a;
}

#contact-1 .cont-info .contacts .cont .subitem h1 {
    font-size: 15px;
}

#contact-1 .cont-areas {
    position: relative;
    height: 378px;
    color: #ffeec7;
    background: #e74e42 url(../img/contact/p_1_2_bg.jpg) repeat-x 0 253px;
}

#contact-1 .cont-areas .belong {
    position: absolute;
    top: 36px;
    right: 0;
    height: 49px;
}

#contact-1 .cont-areas .belong a {
+ color: #ffeec7;
    float: left;
    margin-left: 5px;
    padding: 16px 35px;
    font-size: 13px;
    line-height: 13px;
    border: 2px solid #e74e42;
    border-radius: 30px;
}

#contact-1 .cont-areas .belong a.on {
    border-color: #fee8c2;
}

#contact-1 .cont-areas .comps {
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    height: 108px;
}

#contact-1 .cont-areas .comps .item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*#contact-1 .cont-areas .comps .on {display:block;}*/
#contact-1 .cont-areas .comps .item .subitem {
    height: 27px;
}

#contact-1 .cont-areas .comps .item .subitem * {
    float: left;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 13px;
}

#contact-1 .cont-areas .comps .item .subitem span {
    padding-left: 0;
}

#contact-1 .cont-areas .comps .item .subitem a {
+ color: #ffeec7;
    border-radius: 30px;
    -webkit-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

#contact-1 .cont-areas .comps .item .subitem a.on,
#contact-1 .cont-areas .comps .item .subitem a:hover {
    color: #e74e42;
    background-color: #ffeec7;
}

#contact-1 .cont-areas .addrs {
    position: absolute;
    left: 0;
    top: 270px;
    width: 100%;
    height: 90px;
    color: #ffeec7;
}

#contact-1 .cont-areas .addrs .item {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#contact-1 .cont-areas .addrs .item .subitem {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#contact-1 .cont-areas .addrs .item .subitem h1 {
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    color: #ffeec7;
}

#contact-1 .cont-areas .addrs .item .subitem p {
    line-height: 29px;
}

#contact-1 .cont-areas .addrs .item .subitem a {
    display: inline-block;
    padding-left: 35px;
    line-height: 29px;
    background: url(../img/contact/p_1_2_icon.png) no-repeat 0 0;
}

/*********** 搜索结果 ***********/
#search {
    margin-bottom: 36px;
}

#search .prompt {
    position: relative;
    margin-bottom: 23px;
    height: 160px;
    background: url(../img/search/p_1_1.jpg) no-repeat center 4px;
}

#search .prompt p {
    position: absolute;
    bottom: 15px;
    right: 0;
    font-size: 14px;
    color: #746969;
}

#search .prompt p span {
    font-size: 14px;
    color: #f10;
}

#search .link-block a {
    padding: 24px 5px;
    height: auto;
}

/*关注万科*/
#f_list_1 li {
    height: 89px;
    border-bottom: 1px solid #e8e6e6;
}

#f_list_1 li#li_11 {
    padding-bottom: 20px;
    height: auto;
    min-height: 89px;
    background: url(../img/about/f_icon1.jpg) 94px 28px no-repeat;
}

#f_list_1 li#li_12 {
    position: relative;
    background: url(../img/about/f_icon2.jpg) 94px center no-repeat;
}

#f_list_1 li#li_13 {
    position: relative;
    background: url(../img/about/f_icon3.jpg) 94px center no-repeat;
}

#f_list_1 li h1 {
    float: left;
    color: #474545;
    font-size: 16px;
    line-height: 89px;
}

#f_list_1 li .list_con {
    float: left;
    margin-top: 30px;
    margin-left: 110px;
    width: 610px;
}

#f_list_1 li .list_con a {
    margin-right: 13px;
    color: #818083;
    font-size: 12px;
    line-height: 30px;
    display: inline;
}

#wc_title {
    margin-top: 36px;
    margin-bottom: 17px;
    color: #474545;
    font-size: 16px;
}

#f_list_1 li#li_12 a#qqv {
    position: absolute;
    left: 94px;
    top: 29px;
    width: 35px;
    height: 32px;
    display: inline-block;
}

#f_list_1 li#li_13 span#app_btn {
    position: absolute;
    left: 94px;
    top: 26px;
    width: 37px;
    height: 37px;
    display: inline-block;
}

#f_list_1 li#li_13 .code {
    position: absolute;
    left: 160px;
    top: -50px;
    padding-left: 20px;
    width: 284px;
    color: #696969;
    background: url(../img/suggest/app_arrow.png) no-repeat 0 center;
    z-index: 2;
    display: none;
}

#f_list_1 li#li_13 .code .wrap {
    float: none;
    padding: 20px;
    height: 150px;
    background-color: #d8d7d9;
    border-radius: 15px;
    overflow: hidden;
}

#f_list_1 li#li_13 .code .wrap p {
    width: 110px;
    height: 100%;
    line-height: 18px;
    text-align: center;
}

#f_list_1 li#li_13 .code .wrap p img {
    margin-bottom: 8px;
    width: 110px;
    height: 110px
}

#f_list_1 li#li_13 .code .wrap .iso {
    float: left;
}

#f_list_1 li#li_13 .code .wrap .adr {
    float: right;
}

#f_list_2 {
    width: 792px;
}

#f_list_2 li {
    float: left;
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 7px;
    width: 375px;
    height: 128px;
    background: #f0eeee;
}

#f_list_2 li .img_box {
    float: left;
    width: 126px;
    height: 126px;
    background: #7d7d7d;
    overflow: hidden;
}

#f_list_2 li .con_box {
    float: right;
    padding-top: 36px;
    width: 238px;
    height: 91px;
    overflow: hidden;
}

#f_list_2 li .con_box h1 {
    margin-bottom: 12px;
    color: #818083;
    font-size: 16px;
    font-weight: bold;
}

#f_list_2 li .con_box p {
    color: #818083;
    font-size: 12px;
}

