@charset "GB2312";
/* banner 样式*/
@font-face{font-family: "hzgb";src: url('img/hwhp.ttf');}
@font-face{font-family: "lusa";src: url('img/Lysandria.ttf');}
.g-banner {
    height: 405px;
    position: relative;
    overflow: hidden;
}

.g-banner-slider {
    height: 405px;
    position: absolute;
    left: 0;
    top: 0;
}

.g-banner-slider li ,
.g-banner-slider a,
.g-banner-slider img {
    height: 405px;
}

.g-banner-slider li {
    float: left;
}

.g-banner-slider a {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.g-banner-slider img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -840px;
}

.g-banner-pagination {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    font-size: 0;
}

.g-banner-pagination li {
    width: 40px;
    height: 20px;
    display: inline-block;
    margin: 0 8px 0 8px;
    cursor: pointer;
    position: relative;
}

.g-banner-pagination li a {
    width: 40px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0 0;
    background: #ffffff;
    opacity: .5;
    filter: alpha(opacity=50);
}

.g-banner-pagination li.current a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.g-banner-btn {
    width: 46px;
    height: 104px;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    cursor: pointer;
}

.g-banner-btn-prev {
    left: 50%;
    margin-left: -600px;
    background: url("img/g-banner-btn-prev.png") no-repeat left top;
}

.g-banner-btn-next {
    right: 50%;
    margin-right: -600px;
    background: url("img/g-banner-btn-next.png") no-repeat left top;
}

/* banner下方二级菜单样式 */
.g-sub-menu {
    height: auto;
    border-top: 1px solid #deccb4;
    border-bottom: 1px solid #deccb4;
    padding: 12px 0 6px 0;
}

.g-sub-menu dl {
    float: left;
}

.g-sub-menu dt {
    width: 66px;
    height: 56px;
    background: url("img/g-sub-menu-bg.png") no-repeat left top;
    font-size: 16px;
    font-weight: 700;
    float: left;
}

.g-sub-menu dt a {
    color: #ffffff;
    text-align: center;
    line-height: 22px;
    padding: 4px 0 0 0;
}

.g-sub-menu dd {
    float: left;
    margin: 0 0 0 6px;
    line-height: 26px;
}

.g-sub-menu dd a {
    color: #725533;
    font-size: 14px;
}

.g-sub-menu dd a:hover {
    color: #990000;
}

/* 模块样式 */
.g-m-header {
    position: relative;
    padding: 0 0 20px 0;
}

.g-m-header-center {
    text-align: center;
}

.g-m-header-center span {
    font-size: 32px;
    line-height: 1;
    padding: 45px 0 6px 0;
    font-weight: 700;
	font-family:"hzgb";
}

.g-m-header-center em {
    font-size: 16px;
    line-height: 24px;
}

.g-m-header-line-l,
.g-m-header-line-r {
    position: absolute;
    top: 87px;
    height: 1px;
    background: #7d7d7d;
}

.g-m-header-line-l {
    left: 0;
}

.g-m-header-line-r {
    right: 0;
}

.g-m-header-line-l span,
.g-m-header-line-r span {
    width: 60px;
    height: 3px;
    position: absolute;
    top: -1px;
    background: #be9d67;
}

.g-m-header-line-l span {
    right: 0;
}

.g-m-header-line-r span {
    left: 0;
}
.g-m-title {
    padding: 0 0 12px 0;
}

.g-m-title > span {
    float: left;
    font-size: 18px;
    color: #f5ead6;
    padding: 10px 10px 10px 10px;
    line-height: 1;
    background: #be9d67;
}

.g-m-title > a {
    float: right;
    vertical-align: bottom;
    line-height: 1;
    font-size: 14px;
    color: #990000;
    padding: 10px 0 0 10px;
    position: relative;
    top: 14px;
}

.g-group-dynamic > div {
    float: left;
    height: 272px;
}

.g-group-dynamic > div + div {
    margin: 0 0 0 58px
}

.g-activity li {
    margin: 5px 0 0 0;
    background: #faf7f1;
    padding: 5px 10px 5px 10px;
}

.g-activity li div.l {
    float: left;
    width: 74px;
    height: auto;
    text-align: center;
    padding: 0 12px 0 0;
    border-right: 1px solid #dcdcdc;
}

.g-activity li div.l span {
    height: 30px;
    background: #725533;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    border-radius: 3px;
}

.g-activity li div.l em {
    font-size: 16px;
    padding: 10px 0 0 0;
    color: #15285b;
    line-height: 1;
    display: none;
}

.g-activity li div.r {
    float: right;
    width: 291px;
    padding: 0 0 0 2px;
}

.g-activity li .g-big-title {
    font-size: 18px;
    color: #444444;
    display: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.g-activity li .g-small-title {
    font-size: 14px;
    color: #444444;
    line-height: 30px;
    padding: 0 0 0 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.g-activity li .g-omit-info {
    padding: 0 0 0 10px;
    line-height: 24px;
    font-size: 14px;
    color: #990000;
    display: none;
}

.g-activity li .g-omit-info em {
    color: #666666;
}

.g-activity li.show {
    padding: 10px 10px 5px 10px;
}

.g-activity li.show div.l em {
    display: block;
    padding: 10px 0 10px 0;
}

.g-activity li.show .g-big-title {
    display: block;
    line-height: 1;
    padding-bottom: 5px;
}

.g-activity li.show .g-small-title {
    display: none;
}

.g-activity li.show .g-omit-info {
    display: block;
}

.g-news-list li {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.g-news-list a {
    color: #444444;
    padding: 0 0 0 18px;
  	position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

.g-news-list em {
    float: right;
    color: #666666;
    display: block;
}

.g-news-list a:hover {
    color: #990000;
}

.g-news-list a:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #444444;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -5px 0 0 0;
}

.g-news-list a:hover:before {
    border-left: 7px solid #990000;
}

.g-news-item {
    padding: 0 1px 0 1px;
}

.g-news-item li {
    width: 182px;
    height: 300px;
    float: left;
    text-align: center;
}

.g-news-item li + li {
    margin: 0 0 0 72px;
}

.g-news-item li span {
    padding: 40px 0 0 0;
    height: 112px;
    background: url("img/g-news-item-bg.png") no-repeat center top;
    color: #f5ead6;
    font-size: 36px;
    line-height: 1;
}

.g-news-item li span em {
    display: block;
    font-size: 24px;
    color: #be9d67;
    padding: 8px 0 0 0;
}

.g-news-item li p {
    font-size: 13px;
    color: #be9d67;
    line-height: 26px;
    padding: 9px 0 0 0;
}

.g-news-item li p em {
    color: #f5ead6;
}

.g-m-header2 {
    border-bottom: 1px solid #7d7d7d;
    position: relative;
    min-height: 63px;
    padding: 40px 0 0 0;
}

.g-header2-tab-bar span {
    cursor: pointer;
}

.g-m-header2 span {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 65px;
}

.g-m-header2 span.current {
    border-bottom: 3px solid #be9d67;
}

.g-m-header2 span > * {
    display: block;
}

.g-m-header2 span strong {
    font-size: 24px;
    color: #333333;
    line-height: 1;
    position: relative;
    font-weight: 400;
}

.g-m-header2 span.current strong {
    font-weight: 700;
}

.g-m-hd2-line {
    position: absolute;
    width: 1px;
    height: 45px;
    top: 40px;
    left: 272px;
    background: #be9d67;
}

.g-m-header2 span em {
    color: #888888;
    padding: 9px 0 0 0;
    font: 16px/1 Arial;
}

.g-m-header2 ul {
    width: 214px;
    height: 30px;
    position: absolute;
    right: 60px;
    bottom: 10px;
    font-size: 14px;
}

.g-m-header2 ul li {
    float: left;
    width: 100px;
    height: 28px;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #725533;
    color: #725533;
    cursor: pointer;
}

.g-m-header2 ul li.current {
    background: #725533;
    color: #f5ead6;
}

.g-m-header2 ul li + li {
    margin: 0 0 0 10px;

}

.g-m-header2 span .g-hot24 {
    display: block;
    position: absolute;
    left: 195px;
    top: 0;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    background: #725533;
    font-weight: 400;
    font-style: normal;
    padding: 3px 6px 5px 6px;
}

.g-m-header2 a {
    position: absolute;
    right: 0;
    bottom: 8px;
    padding: 10px 0 10px 10px;
    color: #990000;
    line-height: 1;
    font-size: 14px;
}

/* 环球中国|环球海外 */
.g-branch-office-item {
    width: 252px;
    padding: 0 26px 16px 0;
    background: #faf7f1;
}

.g-branch-office-item li {
    float: left;
    margin: 17px 0 0 26px;
}

.g-branch-office-item li a {
    width: 98px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #f5ead6;
    color: #444444;
    text-align: center;
    font-size: 14px;
}

.g-branch-office-item li.current a {
    background: #725533;
    color: #ffffff;
    border: 1px solid #725533;
}

.g-branch-office-container {
    width: 922px;
    height: 463px;
    background: #725533;
}
.g-branch-office-container.haiwai{
	height:352px;
}

.g-branch-office-list {
    height: 430px;
    padding: 16px 16px 16px 30px;
    display: none;
}
.g-branch-office-list.haiwai{
	height: 316px;
}

.g-asc .g-branch-office-text {
    float: left;
}

.g-asc .g-branch-office-img {
    float: right;
}

.g-asc .g-branch-office-img img {
    width: 470px;
    height: 430px;
}

.g-asc .g-branch-office-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("img/g-video-play-icon.png") no-repeat center;
}

.g-desc .g-branch-office-text {
    float: right;
    width: 418px;
    margin: 0 14px 0 0;
}

.g-desc .g-branch-office-img {
    width: 400px;
    float: left;
}

.g-desc .g-branch-office-img .img1 {
    width: 100%;
    height: 156px;
    margin: 4px 0 0 0;
}

.g-desc .g-branch-office-img .img2 {
    width: 198px;
    height: 153px;
    float: left;
    margin: 4px 0 0 0;
}

.g-desc .g-branch-office-img .img2 + .img2 {
    margin: 4px 0 0 4px;
}

.g-branch-office-text {
    width: 378px;
    height: 100%;
    position: relative;
}

.g-branch-office-text p {
    padding: 0 0 14px 0;
}

.g-branch-office-text p,
.g-branch-office-text dd {
    line-height: 26px;
    font-size: 14px;
    color: #f5ead6;
}

.g-branch-office-text dd em,
.g-branch-office-text dd span
{
    float: left;
}

.g-branch-office-text dd span {
    width: 336px;
}

.g-branch-office-text a {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: #be9d67;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.g-branch-office-img {
    width: 470px;
    height: 100%;
    position: relative;
}

/* 移民选环球 */
.g-choose-hq {
    height: 574px;
    background: url("img/g-choose-hq-bg.jpg") no-repeat center top, url("img/g-choose-hq-repeat-bg.jpg") repeat-x left top;
}

.g-choose-hq .g-center-block {
    padding: 39px 0 52px 0;
}

.g-choose-hq .g-fl {
    width: 606px;
    height: 496px;
}

.g-choose-hq .g-fl li {
    height: 233px;
    border: 1px solid #65411e;
}

.g-choose-hq .g-fl li + li {
    margin: 26px 0 0 0;
}

.g-choose-hq .g-fl a {
    float: left;
    width: 287px;
    height: 100%;
    position: relative;
}

.g-choose-hq .g-fl img {
    width: 100%;
    height: 100%;
}

.g-choose-hq .g-fl span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    background: url("img/g-video-play-icon.png") no-repeat left top;
    margin: -23px 0 0 -23px;
    background-size: contain;
}

.g-choose-hq .g-fl div {
    float: right;
    width: 257px;
    padding: 20px 30px 0 30px;
    color: #f5ead6;
}

.g-choose-hq .g-fl h3 {
    line-height: 1;
    font-size: 16px;
    text-align: center;
    padding: 0 0 10px 0;
}

.g-choose-hq .g-fl p {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.g-choose-hq .g-fr {
    width: 555px;
    height: 496px;
    background: rgba(245, 245, 245, .23);
}

.g-choose-hq .g-fr form {
    width: 444px;
    height: 100%;
    margin: 0 auto;
}

.g-choose-hq .g-fr dl {
    padding: 24px 0 0 0;
}

.g-choose-hq .g-fr dt {
    height: 58px;
    background: url("img/g-choose-hq-form-title-bg.png") no-repeat center top;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #432b14;
}

.g-choose-hq .g-fr dd {
    height: 38px;
    margin: 22px 0 0 0;
}

.g-choose-hq .g-fr dd > span {
    float: left;
    width: 86px;
    line-height: 38px;
    font-size: 16px;
    color: #f5ead6;
    padding: 0 0 0 10px;
    position: relative;
}

.g-choose-hq .g-fr dd em {
    position: absolute;
    left: 0;
    top: 0;
}


.g-choose-hq .g-fr dd input,
.g-select {
    padding: 0 0 0 10px;
    float: left;
    width: 348px;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #725533;
    line-height: 36px;
    font-size: 14px;
    background: #fff;
    color: #b9b8b8;
}

.g-select {
    background: #ffffff url("img/g-select-icon-bg.png") no-repeat 320px center;
    padding: 0 40px 0 10px;
}


.g-send {
    width: 179px;
    height: 50px;
    margin: 26px 0 0 174px;
    background: url("img/g-send-bg.png") no-repeat left top;
}

/* 环球荣誉 */
.g-honor {
    width: auto;
    height: 204px;
    margin: 16px 0 0 0;
    position: relative;
    overflow: hidden;
}

.g-honor ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 204px;
}

.g-honor li {
    width: 240px;
    height: 204px;
    float: left;
}

.g-honor li a {
    padding: 8px 8px 0 8px;
    position: relative;
}

.g-honor li img {
    width: 100%;
    height: 158px;
}

.g-honor li p {
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #444444;
    font-size: 14px;
}

.g-honor li div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
    filter: alpha(opacity=50);
    display: none;
    border-radius: 5px;
}

.g-honor li span {
    width: 118px;
    height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -17px 0 0 -59px;
    background: rgba(153, 0, 0, .5);
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
    display: none;
    font-size: 14px;
}

.g-honor li.current div,
.g-honor li.current span {
    display: block;
}

.g-honor .g-honor-btn {
    width: 24px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin: -20px 0 0 0;
    cursor: pointer;
    opacity: .6;
    filter: alpha(opacity=60);
}

.g-honor .g-honor-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.g-honor .g-honor-btn-prev {
    left: 0;
    background: url("img/g-honor-btn-prev.png") no-repeat left top;
}

.g-honor .g-honor-btn-next {
    right: 0;
    background: url("img/g-honor-btn-next.png") no-repeat left top;
}


/*环球最新移民资讯*/

.g-information .g-news-list {
    width: 380px;
    margin: 14px 0 0 0;
}

.g-information .g-news-list a {
    width: 280px;
}

.g-information .t {
    padding: 26px 0 25px 0;
    border-bottom: 1px dashed #d2d2d2;
}

.g-information .t img {
    width: 350px;
    height: 184px;
}

.g-information .t div {
    width: 494px;
}

.g-information .t div h2 {
    line-height: 1;
    font-size: 18px;
    color: #444444;
    padding: 4px 0 6px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.g-information .t div p {
    font-size: 14px;
    line-height: 26px;
    color: #990000;
    text-align: justify;
    text-indent: 2em;
}

.g-information .t div em {
    color: #444444;
}

.g-hotline24 {
    padding: 26px 0 6px 0;
    line-height: 28px;
    font-size: 13px;
}

.g-hotline24 a {
    color: #444444;
    padding: 0 0 0 35px;
	position: relative;
    background: url("img/g-hotlint24-icon1.png") no-repeat 12px center;
}

.g-hotline24 a:hover {
    color: #990000;
}

/**/
.g-country-method ul {
    display: none;
}

.g-country-method li {
    width: 382px;
    height: 225px;
    border: 2px solid #725533;
    float: left;
    margin-top: 26px;
}

.g-country .t,
.g-method .t {
    position: relative;
    background: #725533;
    text-align: center;
}

.g-country .t {
    height: 56px;
}

.g-method .t {
    height: 42px;
    line-height: 42px;
}

.g-country-method .t:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    margin: 0 0 0 -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #725533;
}

.g-country-method .t h3 {
    font-size: 16px;
    color: #f5ead6;
}

.g-country .t h3 {
    line-height: 1;
    padding: 10px 0 0 0;
}

.g-country .t em {
    display: block;
    color: #be9d67;
    font: 16px/1 Arial;
    padding: 4px 0 0 0;
}

.g-country-method .b {
    padding: 16px 10px 0 10px;
    position: relative;
}

.g-country .b {
    height: 155px;
}

.g-method .b {
    height: 163px;
}

.g-national-flag {
    width: 43px;
    height: 43px;
    position: absolute;
    left: 10px;
    top: 6px;
}

.g-country-method p {
    line-height: 26px;
    font-size: 13px;
    text-align: justify;
}

.g-country-method dl {
    position: absolute;
    left: 10px;
    bottom: 20px;
}

.g-country-method dd {
    width: 108px;
    height: 36px;
    float: left;
    text-indent: 33px;
    line-height: 36px;
    font-size: 16px;
    border-radius: 5px 5px 5px 5px;
}

.g-country-method dd + dd {
    margin: 0 0 0 17px;
}

.g-country-method dd a {
    color: #f5ead6;
}
.g-country-method dd.g-mfpg {
    background: #725533 url("img/icon1.png") no-repeat 10px center;
}
.g-country-method dd.g-ckxq {
    background: #be9d67 url("img/icon2.png") no-repeat 10px center;
}
.g-country-method dd.g-zxzx {
    background: #725533 url("img/icon3.png") no-repeat 10px center;
}

.g-national-title {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #444444;
    padding: 0 0 4px 0;
}
/* 移民专题活动 */

.g-special-events ul {
    display: none;
}

.g-special-events li {
    float: left;
    width: 420px;
    height: 366px;
    margin: 26px 0 0 0;
    background: #000;
    position: relative;
    cursor: pointer;
}

.g-special-events li + li {
    width: 364px;
    height: 170px;
    margin: 26px 0 0 26px;
}

.g-special-events li img {
    width: 100%;
    height: 100%;
}

.g-special-events li p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    background: rgba(0, 0, 0, .54);
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.g-special-events li a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.g-special-events li a span {
    width: 130px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -66px;
    border-radius: 5px 5px 5px 5px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #be9d67;
}

.g-special-events li a em {
    width: 100%;
    height: 100%;
    display: block;
    background: #be9d67;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #ffffff;
}

.g-special-events li.show p {
    display: none;
}

.g-special-events li.show a {
    display: block;
}

/* 服务号 */
.g-service-number {
    position: relative;
}

.g-sm-title {
    font-size: 20px;
    color: #725533;
    font-weight: 700;
    line-height: 1;
    float: left;
    padding: 8px 0 15px 0;
}

.g-sm-item {
    width: 950px;
    height: 173px;
    background: #ffffff;
    float: left;
    border: 3px solid #65411e;
    border-right: none;
    padding: 20px 0 0 0;
}

.g-sm-item li {
    width: 316px;
    height: 144px;
    float: left;
    color: #444444;
    padding: 4px 0 0 0;
}

.g-sm-item li + li {
    border-left: 1px solid #d2d2d2;
}

.g-sm-item li span {
    width: 59px;
    height: 59px;
    margin: 0 auto;
}

.g-sm-item-icon1 {
    background: url("img/g-sm-item-icon1.png") no-repeat left top;
}

.g-sm-item-icon2 {
    background: url("img/g-sm-item-icon2.png") no-repeat left top;
}

.g-sm-item-icon3 {
    background: url("img/g-sm-item-icon3.png") no-repeat left top;
}

.g-sm-item li h3 {
    text-align: center;
    line-height: 1;
    font-size: 18px;
    padding: 12px 0 6px 0;
}

.g-sm-item li p {
    text-align: center;
    line-height: 26px;
    font-size: 14px;
}

.g-sm-r {
    float: right;
    width: 247px;
    height: 304px;
    background: #65411e;
}

.g-sm-r .t {
    padding: 16px 0 12px 0;
}

.g-sm-r .b p {
    padding: 8px 0 0 0;
}

.g-sm-r .t,
.g-sm-r .b p {
    text-align: center;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: #be9d67;
}

.g-sm-r .c {
    width: 222px;
    height: 193px;
    background: #ffffff url("img/g-sm-qr-code.png") no-repeat right center;
}

.g-sm-qr-code-thumbnail {
    line-height: 21px;
    font-size: 18px;
    font-weight: 700;
    color: #f5ead6;
    height: 21px;
    padding: 8px 0 0 120px;
    background: url("img/g-sm-qr-code-thumbnail.png") no-repeat 90px 8px;
}


/* 友情链接样式 */
.g-links {
    padding: 14px 0 14px 0;
}

.g-links dd {
    width: 120px;
    float: left;
    line-height: 26px;
    font-size: 14px;
}

.g-links a {
    color: #444444;
}

.g-links a:hover {
    color: #990000;
}

