﻿/*@font-face {font-family:"novecento"; src:url("../font/novecento_widebook.eot");}*/
/*@font-face {font-family:"novecento"; src:url("../font/novecento_widebook.ttf");}*/
/*@font-face { font-family: 'dincond-medium-webfont'; src: url('../font/dincond-medium-webfont.eot'); src: url(http://www.vanke.com/font/dincond-medium-webfont.eot?#iefixx') format('embedded-opentype'), url('../font/dincond-medium-webfont.woff2') format('woff2'), url('../font/dincond-medium-webfont.woff') format('woff'), url('../font/dincond-medium-webfont.ttf') format('truetype'), url(http://www.vanke.com/font/dincond-medium-webfont.svg#novecentowide-bold-webfontt') format('svg'); }*/
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, input, select {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
    color: inherit;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    margin: 0 auto;
    font: 12px/1 "微软雅黑",SimHei,"Arial",sans-serif;
    vertical-align: baseline;
    overflow-y: scroll;
}

h1 {
    font-weight: normal;
    font-size: 24px;
    line-height: 18px;
    color: #303030;
}

h3 {
    font-weight: normal;
    font-size: 12px;
    color: #746969;
}

h2, h4, h5, h6 {
    font-weight: normal; 
}

.summary h1,.summary h2,.summary h3,.summary h4,.summary h5,.summary h6{
	margin-bottom: 12px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

a {
    text-decoration: none;
}

p {
    line-height: 22px;
    text-align: justify;
    font-size: 13px;
}

a img, iframe {
    border: none;
}

a:link {
    color: inherit;
}

:focus {
    outline: 0;
}

/*img{ vertical-align:top;}*/
ol, ul {
    list-style: none;
}

input, textarea, select, button {
    font-weight: inherit;
    font-size: inherit;
    *font-size: 100%;
    font-family: inherit;
}

/* == clearfix == */
.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    content: "\200B";
}

.clearfix {
    *zoom: 1;
}

/*IE/7/6*/

/* == 以上 reset Css == */

/**************** 全局公用样式 ****************/
/*body {max-width:1580px; min-width:1130px;_width:expression(document.body.clientWidth<1130? "1130px": (document.body.clientWidth>1580?"1580px":"auto"));}*/
body {
    max-width: 1680px;
    min-width: 1130px;
+ overflow : hidden;
}

/*body.on {margin-left:-378px;}*/
#main {
    height: auto;
}

.g-wrap-1 {
    position: relative;
    margin: 0 auto;
    width: 268px;
    height: 100%;
    overflow: visible;
}

.g-wrap {
    position: relative;
    margin: 0 auto;
    width: 1168px;
    height: 100%;
    overflow: visible;

}

/*#header {position:relative; z-index:5; height:79px; background-color:#fff;}*/
#header {
    position: relative;
    z-index: 5;
    height: 79px;
    background-color: #fff;
}

/*#logo {position:absolute; top:10px; left:0px; width:207px; height:120px; background:url(../img/header/logo.png) no-repeat 0 0;}*/
#logo {
    float: left;
    width: 207px;
    height: 100%;
    background: url(../img/header/logo.png) no-repeat 0;
}

.stock {
    height: 79px;
    line-height: 79px;
    font-size: 15px;
    color: #1d743a;
    font-family: '微软雅黑';
    font-weight: bold;
    display:none;
}

#nav {
    position: absolute;
    top: 0;
    right: -4px;
    z-index: 4;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

#nav li {
    float: left;
    height: 100%;
    -webkit-transition: background-color 700ms;
    transition: background-color 700ms;
}

#nav .n1 {
    width: 58px;
}

#nav .n2, #nav .n3, #nav .n5, #nav .n6, #nav .n7, #nav .n8 {
    width: 83px;
}

#nav .n4 {
    width: 96px;
}

/*#nav li a {position:relative; display:block; width:100%; height:100%;}
#nav li a * {position:absolute; bottom:0; left:0; z-index:2; width:100%; height:100%; background:no-repeat 16px 32px; -webkit-transition:-webkit-opacity 200ms; transition:opacity 200ms; cursor:pointer;}
#nav li a .on {-webkit-opacity:0; opacity:0; display:none\9;}
#nav li a .slideBlock {z-index:1; height:0; background:#f00; -webkit-transition:height 200ms; transition:height 200ms;}
#nav .n1 a .off {background-image:url(../img/header/nav_1.png)}
#nav .n2 a .off {background-image:url(../img/header/nav_2.png)}
#nav .n3 a .off {background-image:url(../img/header/nav_3.png)}
#nav .n4 a .off {background-image:url(../img/header/nav_4.png)}
#nav .n5 a .off {background-image:url(../img/header/nav_5.png)}
#nav .n6 a .off {background-image:url(../img/header/nav_6.png)}
#nav .n7 a .off {background-image:url(../img/header/nav_7.png)}
#nav .n8 a .off {background-image:url(../img/header/nav_8.png)}
#nav .n1 a .on {background-image:url(../img/header/nav_1_on.png)}
#nav .n2 a .on {background-image:url(../img/header/nav_2_on.png)}
#nav .n3 a .on {background-image:url(../img/header/nav_3_on.png)}
#nav .n4 a .on {background-image:url(../img/header/nav_4_on.png)}
#nav .n5 a .on {background-image:url(../img/header/nav_5_on.png)}
#nav .n6 a .on {background-image:url(../img/header/nav_6_on.png)}
#nav .n7 a .on {background-image:url(../img/header/nav_7_on.png)}
#nav .n8 a .on {background-image:url(../img/header/nav_8_on.png)}
#nav li a.on .off{-webkit-opacity:0; opacity:0; display:none\9;}
#nav li a.on .on {-webkit-opacity:1; opacity:1;  display:block\9;}
#nav li a.on .slideBlock {height:100%;}*/
#nav li a {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 13px;
    line-height: 79px;
    text-align: center;
    color: #666;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

#nav li a.on {
    color: #fff;
}

#nav li a span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

#nav li a .bkg {
    top: 100%;
    z-index: 1;
    background-color: #1d743a;
    -webkit-transition: top 200ms;
    transition: top 200ms;
}

#nav li a.on .bkg,
#nav li a:hover .bkg {
    top: 0;
}

#shop {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 78px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #e5e5e5;
}

#shop {
    width: 170px;
}

#shop .btn-search {
    position: absolute;
    top: 30px;
    left: 15px;
    width: 20px;
    height: 20px;
    background: url(../img/icon_search.png) no-repeat 0px 0px;
}

#shop a.btn-search:hover {
    color: #1d743a !important;
}

#shop .btn-search.on {
    background-image: url(../img/icon_search_on.png);
}

/*#searchbox {display:none; position:absolute; top:100%; z-index:11115; line-height:44px; right:0; padding:0 20px; width:200px; height:44px; border:8px solid #4c4a4f;}*/
#shop .btn-lang {
    position: absolute;
    top: 0;
    right: 74px;
    padding: 0 10px;
    width: auto;
    height: 100%;
    font-weight: bold;
    font-size: 13px;
    line-height: 76px;
    color: #666369;
    background-color: #fff;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

#shop .btn-lang:hover {
    color: #1d743a;
}

#shop .header-nwbtn {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 0 10px;
    padding-right: 15px;
    width: auto;
    height: 100%;
    font-weight: bold;
    font-size: 13px;
    line-height: 76px;
    color: #666369;
    background: url(../img/head-nw-icon.png) right center no-repeat;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

#shop .header-nwbtn:hover, #shop .header-nwbtn.on {
    color: #1d743a;
    background: url(../img/head-nw-icon-on.png) right center no-repeat;
}

#content {
    position: relative;
    overflow: hidden;
}

#subNav {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 4;
    width: 100%;
    height: 61px; /*overflow: hidden;*/
}

#subNav .g-wrap {
    overflow: visible;
}

#subNav .g-wrap .item {
    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: #4c4a4f;
    opacity: 0.8;
    overflow: hidden;
    -webkit-transition: top 300ms;
    transition: top 300ms;
}

#subNav .g-wrap .about {
    left: 840px;
    padding: 0 67px; /*width:835px;*/
}

#subNav .g-wrap .news {
    left: 923px;
    padding: 0 67px; /*width:752px;*/
}

/*#subNav .g-wrap .relation {left:1020px; padding:0 80px;!* width:643px;*!}*/
#subNav .g-wrap .service {
    left: 1006px;
    padding: 0 67px; /*width:573px;*/
}

#subNav .g-wrap .citizenship {
    left: 876px;
    padding: 0 67px; /*width:573px;*/
}

#subNav .g-wrap .search {
    right: 0;
    width: 238px;
    height: 44px;
    border: 8px solid #4c4a4f;
}

#subNav .g-wrap .search input {
    padding: 0 20px;
    width: 200px;
    height: 44px;
    line-height: 44px;
}

#subNav .g-wrap .langs {
    right: 0;
    padding: 0 15px;
    width: 224px;
}

/*2016.4.12*/
#subNav .g-wrap .nwmenu {
    right: 0;
    top: -409px;
    width: 171px;
    height: auto;
    background-color: #4c4a4f;
    opacity: 0.5;
    -webkit-transition: 300ms;
    transition: 300ms;
}

#subNav .g-wrap .nwmenu .nwmenu-inner {
    padding: 20px;
    width: 210px;
    max-height: 349px;
    overflow: hidden;
}

/*#subNav .g-wrap .nwmenu .nwmenu-inner .nwi-box{ margin-bottom: 10px;}*/
#subNav .g-wrap .nwmenu .nwi-tit {
    float: left;
    width: 50px;
    color: #8f8c92;
    font-size: 12px;
}

#subNav .g-wrap .nwmenu .nwmenu-list {
    /*float: right; margin-top: -5px; width: 140px;*/
    overflow: hidden;
}

#subNav .g-wrap .nwmenu .nwmenu-list li a {
    float: none;
    padding: 0;
    line-height: 22px;
    color: #d2ced5;
    font-size: 12px;
    font-weight: normal;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

/*2016.4.12*/

#subNav .g-wrap .nwmenu .nwmenu-list li a:hover {
    color: #1d743a;
}

#subNav .g-wrap .on {
    top: 0;
    z-index: 2;
}

#subNav .g-wrap .item a {
    float: left;
    padding: 0 26px;
    font-weight: bold;
    font-size: 13px;
    line-height: 61px;
    color: #d2ced5;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

#subNav .g-wrap .item a:hover {
    color: #1d743a;
}

#subNav .g-wrap .item #on {
    color: #1d743a;
}

/*#footer {height:70px; overflow:visible;  border-top:1px solid #e5e5e5;}*/
/*#footer .g-wrap {background:url(../img/temp/footer_bg.jpg) no-repeat right 0;}*/
#footer {
    height: 140px;
    top: 50px;
    overflow: visible;
    position: relative;
}

#reference {
    height: 120px;
    line-height: 64px;
    border-top: 1px solid #eee;
}

#reference div {
    height: 100%;
}

#reference a {
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

#reference a:hover {
    color: #1d743a;
}

#reference div * {
    font-weight: normal;
    font-size: 13px;
    color: #858585;
}

#reference .left {
    float: left;
}

#reference .left * {
    float: left;
    height: 100%;
    line-height: 30px;
}

#reference .left #qrcode {
    text-align: center;
    display: table-cell;
    width: 96px;
    height: 64px;
    vertical-align: middle;
    position: relative;
    margin-top: 30px;
}

#reference .left .context {
    height: 30px;
}

#reference .left .context ul {
    padding-top: 32px;
}

#reference .left .context ul li {
    line-height: 30px;
}

#reference .left .context ul li img {
    width: 16px;
    height: 18px;
    padding: 6px 10px;
}

#reference .right {
    float: right;
    width: 420px;
    line-height: 69px;
    text-indent: 38px;
    margin-top: -2px;
    height: 66px;
    border-left: 0 none;
}

#reference .right .context {
    height: 30px;
}

#reference .right .context ul {
    padding-top: 32px;
    position: absolute;
    top: -18px;
}

#reference .right .context ul li {
    line-height: 30px;
}

#mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1024;
    width: 100%;
    height: 100%;
}

#mask .wrap {
    position: fixed;
    top: 0;
    right: -378px;
    z-index: 1024;
    padding: 0 29px;
    width: 320px;
    height: 100%;
    background-color: #2b2b2b;
}

#mask .wrap p {
    margin-top: 130px;
    color: #8C8C8C;
    line-height: 18px;
    font-size: 13px;
}

#mask .wrap p span {
    display: block;
}

#mask .wrap p .tit {
    font-size: 15px;
    color: #E1DEDE;
}

#mask .wrap p .column {
    margin-left: -16px;
    padding-left: 16px;
    background: url(../img/sitemap_arrow.png) no-repeat 0 7px;
    font-size: 13px;
}

#legal {
    background: url(../img/legal_tit.png) no-repeat 29px 77px;
}

#sitemap {
    background: url(../img/sitemap_tit.png) no-repeat 29px 77px;
}

#sitemap a {
    color: #8C8C8C;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    font-size: 13px;
}

#sitemap a.reenoo {
    font-weight: bold;
}

#sitemap a:hover {
    background-color: #1d743a;
}

/*主营业务*/
.service_content .service_aside {
    width: 720px !important;
    float: left !important;
    border-right: 1px solid #eee !important;
}

.service_content .service_aside .service_list {
    margin-top: 40px !important;
}

.service_content .service_aside .service_list li {
    height: 160px !important;
    width: 660px !important;
    background-color: #fcfcfc;
}

.service_content .service_aside .service_list li .service_pic {
    width: 240px !important;
    height: 160px !important;
}

.service_content .service_aside .service_list li .service_list_content {
    width: 400px !important;
    margin-left: 20px !important;
    height: 160px !important;
}

.service_content .service_aside .service_list li .service_list_content h2 {
    margin: 20px 0 10px !important;
}

.service_content .service_aside .service_list li .service_list_content h2 span {
    font-size: 20px;
    font-weight: 400;
    color: #1d743a;
}

.w1 {
    width: 1168px !important;
}

/*联系我们*/
.group_topinblt em {
    width: 100%;
    line-height: 35px;
    color: #fafafa;
    font-size: 14px;
    display: block;
    font-family: '微软雅黑';
    font-style: normal;
}

.group_topinblt-1 em {
    width: 100%;
    line-height: 35px;
    color: #fafafa;
    font-size: 14px;
    display: block;
    font-family: '微软雅黑';
    font-style: normal;
}

/*底部样式*/
#copyright {
    height: 140px;
    top: 50px;
    overflow: visible;
    position: relative;
}


