﻿.g-wrap {padding:15px;}

/* 加载 */

#loading {position:fixed; top:0; left:0; z-index:2147483647; width:100%; height:100%; background:#fff url(../img/loading.gif) no-repeat center center; background-size:26px auto; -webkit-transition:-webkit-opacity 300ms;}


/* 头部 */

#header {position:fixed; left:0; top:0; height:60px; z-index:10; width:100%; background:#fff url(../img/header_bg.png) no-repeat right 0; background-size:auto 70px; border-bottom:2px solid #3373AE; -webkit-transition:-webkit-transform 300ms, -webkit-opacity 300ms;}

#header .wrap {}

#header .wrap h1 {position:absolute; top:0; left:0; width:100%; height:100%;}

#header .wrap h1 a {float:right; margin-right:60px; line-height:67px; font-size:18px;}

#logo {display:block; width:145px; height:100%; background:url(../img/logo.png) no-repeat 15px 20px; background-size:115px auto;}

#menu-btn {position:absolute; top:-3px; right:0; width:60px; height:60px;}

#menu-btn span {position:absolute; left:23px; width:24px; height:2px; background-color:#3373AE; -webkit-transition:-webkit-transform 300ms, top 300ms}

#menu-btn .top {top:23px;}

#menu-btn .mid {top:32px;}

#menu-btn .bot {top:40px;}

    /* 菜单按钮控制 */

#menu-btn .top {top:32px; -webkit-animation:menuBtn-off-top-anim 400ms forwards;}

#menu-btn .mid {-webkit-opacity:0; -webkit-animation:menuBtn-off-mid-anim 400ms forwards;}

#menu-btn .bot {top:32px; -webkit-animation:menuBtn-off-bot-anim 400ms forwards;}

    /* 菜单按钮动画 */

@-webkit-keyframes menuBtn-on-top-anim {

    50% {top:32px;-webkit-transform:rotate(0deg);}

    100% {-webkit-transform:rotate(45deg); top:32px;}

}

@-webkit-keyframes menuBtn-on-mid-anim {

    100% {-webkit-opacity:0;}

}

@-webkit-keyframes menuBtn-on-bot-anim {

    50% {top:32px;-webkit-transform:rotate(0deg);}

    100% {-webkit-transform:rotate(-45deg); top:32px;}

}

@-webkit-keyframes menuBtn-off-top-anim {

    50% {top:32px;-webkit-transform:rotate(0deg);}

    100% {top:24px;-webkit-transform:rotate(0deg);}

}

@-webkit-keyframes menuBtn-off-mid-anim {

    100% {-webkit-opacity:1;}

}

@-webkit-keyframes menuBtn-off-bot-anim {

    50% {top:32px;-webkit-transform:rotate(0deg);}

    100% {top:40px;-webkit-transform:rotate(0deg);}

}



/* 右侧菜单 */

/*#menu {display:none; position:fixed; top:0; right:0; z-index:1; width:72%; height:100%; background:#232323 url(../img/logo_menu.png) no-repeat -29px 70px; background-size:58.58% auto; overflow:hidden; -webkit-transition:background-position-x 300ms;}

#menu .links {margin:120px 0 0 -29px; -webkit-transition:margin-left 300ms;}*/

#menu {position:fixed; top:0; right:0; z-index:1; width:72%; height:100%; background:#232323; -webkit-opacity:0; overflow:hidden;}

#menu .links {margin:80px 0 0 -29px; -webkit-transition:margin-left 300ms;}

#menu .links a {display:block; position:relative; z-index:2; font-size:15px; line-height:35px; color:#a7a7a7;text-transform: capitalize;}

/*#menu .ad-block {display:none; position:absolute; z-index:2; left:29px; top:440px; width:48.69%; -webkit-transform:scale(0,0); -webkit-transition:-webkit-transform 500ms;}*/

#menu .ad-block {display:none;}

/*

#menu .bg-elements img {position:absolute; z-index:1;}

#menu .bg-elements img.anim-scale {-webkit-transform:scale(0,0); -webkit-transition:-webkit-transform 300ms;}

#menu .bg-elements img:nth-child(1) {right:0; bottom:160px; width:43.65%;}

#menu .bg-elements img:nth-child(2) {right:111px; bottom:25px; width:43.65%;}

#menu .bg-elements img:nth-child(3) {right:50px; bottom:90px; width:17.53%;}

#menu .bg-elements img:nth-child(4) {right:15px; bottom:15px; width:31.15%;}

*/

#menu .bg-elements img {position:absolute; z-index:1;}

#menu .bg-elements img.anim-scale {-webkit-transform:scale(0,0); -webkit-transition:-webkit-transform 1000ms;}

#menu .bg-elements img:nth-child(1) { display:none;right:0; top:100px; width:43.65%;}

#menu .bg-elements img:nth-child(2) { display:none;right:111px; top:380px; width:43.65%;}

#menu .bg-elements img:nth-child(3) { left:30px; top:15px; width:17.53%;}

#menu .bg-elements img:nth-child(4) { display:none;right:15px; top:400px; width:31.15%;}

    /* 菜单打开 */

body.menu-on #header,

body.menu-on #content {-webkit-transform:translateX(-72%);}

body.menu-on #menu-btn .top {-webkit-animation:menuBtn-on-top-anim 400ms forwards;}

body.menu-on #menu-btn .mid {-webkit-animation:menuBtn-on-mid-anim 400ms forwards;}

body.menu-on #menu-btn .bot {-webkit-animation:menuBtn-on-bot-anim 400ms forwards;}

body.menu-on #subMenu-cont {z-index:7;}

body.menu-on #menu {z-index:8; -webkit-opacity:1;}

body.menu-on #menu .links {margin-left:29px;}

/*body.menu-on #menu .ad-block {-webkit-transition-delay:1000ms; -webkit-transform:scale(1,1);}*/

body.menu-on #menu .bg-elements img:nth-child(1) {-webkit-transition-delay:1500ms;}

body.menu-on #menu .bg-elements img:nth-child(2) {-webkit-transition-delay:1000ms;}

body.menu-on #menu .bg-elements img:nth-child(3) {-webkit-transition-delay:500ms;}

body.menu-on #menu .bg-elements img.anim-scale {-webkit-transform:scale(1,1); -webkit-opacity:1;}



#content { float:left; width:100%;position:relative; left:0; top:0; z-index:9; background:#f0f1ed;

    /*-webkit-transition:-webkit-transform 200ms; overflow:hidden;}*/

    -webkit-transition:-webkit-transform 300ms; }

/*body.menu-on {overflow:hidden;}*/





/********************************* 复用 ******************************/

a, input {-webkit-transition:-webkit-transform 150ms; -webkit-transform:scale(1.0, 1.0);}

.scale-on {-webkit-transform:scale(1.1, 1.1);}

.news-list a {display:block; position:relative; margin-bottom:12px; padding:13px 15px; height:50px; background:#fff url(../img/icon_link.png) no-repeat right center;background-size:auto 18px;}

.news-list a:last-child {margin-bottom:0;}

.news-list a span {position:absolute; top:50%; left:0; padding:0 40px 0 15px; font-size:16px; line-height:25px; -webkit-transform:translateY(-50%);}

.btn {-webkit-appearance:none; display:block; width:100%; height:76px;font-size:18px; line-height:76px; text-align:center; color:#565559; background-color:#e4c980; border-radius:0;}

.btn.red {margin:15px auto; font-size:26px; color:#fff; background-color:#e62b1e;}

.slideUp {padding:15px; color:#4d4852;}

.slideUp .item:not(:last-child) {margin-bottom:11px;}

.slideUp .item .cont {height:0; background-color:#fbf9f0; -webkit-transition:height 250ms; overflow:hidden;}

.slideUp .item .cont .wrap {overflow:hidden;}

#content .column-tit {margin-top:-12px; font-size:20px; line-height:68px; text-align:center;}

#subMenu-tit {display:block; font-size:20px; line-height:72px; text-align:center; color:#fff; background:#ff0000 url(../img/icon_subMenu.png) no-repeat right center; background-size:13.80% auto;}

#subMenu-cont {position:fixed; top:0; left:0; z-index:1; width:100%; height:100%; background:#f00 url(../img/menu/subMenu_bg.png) no-repeat 0 bottom; background-size:100% auto; -webkit-opacity:0; -webkit-transition:opacity 500ms;}

#subMenu-cont .close {position:absolute; top:0; right:0;width:70px; height:70px;}

#subMenu-cont .close span {position:absolute; left:23px; width:24px; height:2px; background-color:#fff; -webkit-transform:rotate(0deg); -webkit-transition:-webkit-transform 300ms;}

#subMenu-cont .close .top {top:32px;}

#subMenu-cont .close .bot {top:32px;}

#subMenu-cont .outer-wrap {position:absolute; left:0; top:50%; width:100%; -webkit-transform:translateY(-50%);}

#subMenu-cont .inner-wrap {-webkit-transform:scale(0.5, 0.5); -webkit-transition:-webkit-transform 300ms;}

#subMenu-cont .inner-wrap a {display:block; font-size:26px; line-height:66px; text-align:center; color:#fff; /*-webkit-transform:scale(0.5, 0.5); -webkit-transition:-webkit-transform 300ms;*/}

/*body.subMenu-on {z-index:20; overflow:hidden;}*/

/*body.subMenu-on #header {opacity:0;}*/

/*body.subMenu-on #menu {z-index:1;}*/

body.subMenu-on #subMenu-cont {z-index:20; -webkit-opacity:1;}

body.subMenu-on #subMenu-cont .inner-wrap {-webkit-transform:scale(1.0, 1.0);}

body.subMenu-on #subMenu-cont .close .top {-webkit-transform:rotate(45deg);}

body.subMenu-on #subMenu-cont .close .bot {-webkit-transform:rotate(-45deg);}

.editor p {margin-bottom:15px; font-size:15px; line-height:22px; text-align:justify; }

.editor p:last-child {margin-bottom:0;}

.editor .g-wrap {padding:0 15px;}

/********************************* 私用 ******************************/



/* 首页 */

.slideShow {position:relative; width:100%; height:0; overflow:hidden; -webkit-transition:height 400ms;}

.slideShow .pics {top:0; left:0; width:0; height:100%; -webkit-transform:translate(0px, 0px) translateZ(0px); -webkit-transition:-webkit-transform 300ms;}

.slideShow .pics.noAnim {-webkit-transition-duration:0ms;}

.slideShow .pics li {float:left; height:100%; background:no-repeat center center; background-size:cover;}

.slideShow .pics li a {display:block; width:100%; height:100%;}

.slideShow .pois {position:absolute; left:50%; bottom:5px; -webkit-transform:translateX(-50%); -webkit-opacity:0.7;}

.slideShow .pois li {float:left; margin:0 2px; width:6px; height:6px; border-radius:10px; background-color:#fff; border:2px solid transparent; -webkit-transition:background-color 300ms, border-color 600ms;}

.slideShow .pois li.on {background-color:#e62b1e; border-color:#e62b1e;}

#index .news {background-color:#ebedec;}

#index .news .tit {margin:7px 0 13px 0; font-size:20px; line-height:30px; text-align:center;}

/*

#index .product {background-color:#ebedec;}

#index .product .intro {padding:15px; font-size:14px; line-height:20px; text-align:center;}

#index .product .intro .num {margin:0 3px; font:68px/68px 'dincond'; vertical-align:-38px;}

#index .product .prod-area .item .cities {text-align:center;}

#index .product .prod-area .item .cities .wrap {padding:13px;}

#index .product .prod-area .item .cities a {display:inline-block; padding:13px 0; width:20%; font-size:16px; line-height:16px; text-align:center;}

*/

/*

#index .service {background-color:#fff;}

#index .service .intro {padding:20px; background-color:#fbf9f0; text-align:center;}

#index .service .intro h1 {margin:15px;font-size:35px; line-height:35px; color:#a49463;}

#index .service .intro h2 {margin-bottom:35px; font-size:24px; line-height:24px; color:#d71f1f;}

#index .service .intro p {margin-bottom:15px; line-height:18px;}

#index .service .tabs .tab-tit .item {margin:-1px; position:relative; z-index:1; float:left; width:33.33%; font-size:16px; line-height:66px; text-align:center; overflow:hidden; background-color:#fff; -webkit-transition:background-color 500ms, color 500ms; border:1px solid #e5e5e5;}

#index .service .tabs .tab-tit .item.on:nth-child(1) {background-color:#4C8EFA; color:#fff;}

#index .service .tabs .tab-tit .item.on:nth-child(2) {background-color:#ff7e00; color:#fff;}

#index .service .tabs .tab-tit .item.on:nth-child(3) {background-color:#95c808; color:#fff;}

#index .service .tabs .tab-cont {width:100%; background-color:#fbf9f0; overflow:hidden;}

#index .service .tabs .tab-cont .wrap {width:300%; height:0; -webkit-transition:-webkit-transform 300ms, height 300ms; overflow:hidden;}

#index .service .tabs .tab-cont .wrap.noAnim {-webkit-transition-duration:0ms;}

#index .service .tabs .tab-cont .item {float:left; width:33.333%;}

*/



/*

#index .service {display:block;}

#index .report a {display:block;}

#index .copyright {position:relative; z-index:2; background-color:#201d1f;}

#index .copyright p {padding:20px 0 28px 0; font-size:13px; line-height:22px; text-align:center; color:#fff; -webkit-opacity:0.5; opacity:0.5;}

*/

#index .entries {position:relative; -webkit-transition:background-color 500ms;}

#index .entries .top,

#index .entries .bottom {height:0; padding:0; -webkit-transition:height 300ms, padding 300ms; overflow:hidden;}

#index .entries .top a {float:left; width:70px; height:70px; border-radius:70px; color:#616161; text-align:center; font-size:14px; line-height:100px; background:no-repeat center center; background-size:30px auto; overflow:visible; }

.scaleNone {-webkit-transform:scale(0,0); -webkit-transition:-webkit-transform 500ms;}

.scaleOut {-webkit-transform:scale(1,1);}

#index .entries .top a span {display:block; width:100%; height:100%; border-radius:300px; -webkit-transition:-webkit-transform 500ms, -webkit-opacity 500ms;}

#index .entries .top a.link-1 {background-color:#e9413c; background-image:url(../img/index/icon_1.png);}

#index .entries .top a.link-2 {background-color:#1653ba; background-image:url(../img/index/icon_2.png);}

#index .entries .top a.link-3 {background-color:#3cb034; background-image:url(../img/index/icon_3.png);}

#index .entries .top a.link-4 {background-color:#ffa130; background-image:url(../img/index/icon_4.png);}

#index .entries .top a.link-1 .shadow {background-color:#e9413c;}

#index .entries .top a.link-2 .shadow {background-color:#1653ba;}

#index .entries .top a.link-3 .shadow {background-color:#3cb034;}

#index .entries .top a.link-4 .shadow {background-color:#ffa130;}

#index .entries .top a.scaleOut .shadow {-webkit-transform:scale(1.5,1.5); -webkit-opacity:0;}

#index .entries .bottom a {margin-bottom:3px; background-color:#e24944; color:#fff; background-image:url(../img/index/icon_8.png);}

#index .entries .bottom a:last-child {margin-bottom:0;}

#index .entries .bottom a span {padding-left:70px; background:no-repeat 0 center; background-size:56px auto;}

#index .entries .bottom a:nth-child(1) span {background-image:url(../img/index/icon_5.png)}

#index .entries .bottom a:nth-child(2) span {background-image:url(../img/index/icon_6.png)}

#index .entries .bottom a:nth-child(3) span {background-image:url(../img/index/icon_7.png)}



/* 关于万科 */

#about .editor {background:#fff url(../img/about/bg.jpg) no-repeat 0 0; background-size:100% auto; overflow:hidden;}

#about .editor h1 {margin:5px 0 123px 0; font-size:25px; text-align:center; color:#333;}

#about .editor h1 span {display:block; font-size:16px;}

#about-2 {background-color:#ebedec;}

#about-2 .teamates {overflow:hidden;}

#about-2 .teamates .item {margin-bottom:15px; padding:15px; background-color:#fff;}

#about-2 .teamates .item .icon {margin:0 auto 15px auto; width:80px; height:80px; border-radius:40px; overflow:hidden;}

#about-2 .teamates .item .icon img {display:block;}

#about-2 .teamates .item h1 {margin-bottom:15px; font-size:16px; text-align:center;}



/* 万科新闻 */

#news {background-color:#ebedec;}

/* 新闻详情  */

    #news-detail {background:url(../img/news/bg.jpg) no-repeat right 0; background-size:auto 70px;}

    #news-detail .back {display:block; width:77px; height:77px; background:#dedede url(../img/news/icon_back.png) no-repeat center center; background-size:11px auto;}

    #news-detail .head {padding:15px 0; border-bottom:2px solid #bebebe;}

    #news-detail .head h1 {font-size:18px;}

    #news-detail .head span {font:25px 'dincond';}

    #news-detail .body p {margin:15px auto; font-size:15px; line-height:22px;}

    #news-detail .btn {background-color:#4c8efa; color:#fff;}

    #a1{width:100%; height:240px; margin-bottom:30px}



/* 联络万科 */

#feedback .intro {margin-bottom:15px; font-size:15px;}

#feedback .intro img {margin-bottom:15px;}

#feedback .slideUp {padding:0;}

#feedback .slideUp .item .cont .wrap p {padding:15px 0; text-align:center;}



/* 产品服务 */

#service {background-color:#fff;}

#service .editor {margin-top:-61px; text-align:center;}

#service .editor h1 {margin-bottom:15px; font-size:18px; line-height:26px;}

#service .editor p {margin-bottom:15px; font-size:14px; text-align:center;}

/* 企业公民 */

#citizenship {background-color:#ebedec;}

#citizenship .link {display:block; margin-bottom:15px;}



/* 投资者关系 */

#hr {background-color:#ebedec;}

#hr .stock {padding:15px;background-color:#364178; overflow:hidden;}

#hr .stock table {width:100%;}

#hr .stock table tr {height:20px;}

#hr .stock table tr .name {font-size:10px; color:#c3cbd4;}

#hr .stock table tr .price {}

#hr .stock table tr .price .num {font:900 58px 'dincond'; letter-spacing:-3px;}

#hr .stock table tr .price .icon {display:inline-block; margin:0 1px -1px -1px; width:14px; height:11px; background:no-repeat 0 0; background-size:100% auto;}

#hr .stock table tr .price .unit {font:900 24px 'dincond';}

#hr .stock table tr .red {color:#e62b1e;}

#hr .stock table tr .red .icon {background-image:url(../img/citizenship/icon_red.png);}

#hr .stock table tr .green {color:#00cf67;}

#hr .stock table tr .green .icon {background-image:url(../img/citizenship/icon_green.png);}

#hr .stock table tr .value {font:900 24px/40px 'dincond'; vertical-align:top; color:#919191;}

#hr .from {margin-top:5px; font-size:10px; line-height:14px; color:#c3cbd4; -webkit-opacity:0.5;}