/*热门国家推荐*/
.bo_hot_city{
    position: relative;
    height: 430px;
}

.bo_hot_city>ul>li{
    border: 2px solid #F4EAD8;
    box-shadow:0 0 5px rgba(237,222,198,0.2);
    position: absolute;
    width: 280px;
    top: 0;
}
.bo_hot_city>ul>li:nth-child(1){
    left: 0;
    z-index: 5;
}

.bo_hot_city>ul>li:nth-child(2){
    left: 230px;
    z-index: 4;
}

.bo_hot_city>ul>li:nth-child(3){
    left: 460px;
    z-index: 3;
}

.bo_hot_city>ul>li:nth-child(4){
    left: 690px;
    z-index: 2;
}

.bo_hot_city>ul>li:nth-child(5){
    left: 920px;
    z-index: 1;
}

.bo_hot_city header{
    height: 77px;
    box-sizing: border-box;
    padding-top: 20px;
    text-align: center;
    background: #FCF4E6;
    position: relative;
}

.bo_hot_city header i{
    position: absolute;
    bottom: -7px;
    width: 0;
    height: 0;
    left:130px;
    content: " ";
    border-top: 7px solid  #FCF4E6 ;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 6;
}

.bo_hot_city header>img{
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.bo_hot_city header .bo_hot_city_name{
    display: inline-block;
    text-align: left;
}

.bo_hot_city_name em{
    font-size: 12px;
    color: #be9d67;
    line-height: 12px;
}

.bo_hot_city_name span {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #be9d67;
}

.bo_hot_city_main{
    height: 351px;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
    position: relative;
    background: #ffffff;
}

.bo_hot_city_main li{
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    color: #be9d67;
    margin-bottom: 20px;
    line-height: 25px;
}

.bo_hot_city_main li:before{
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #BE9D67;
}

.bo_hot_city_main a{
    display: block;
    width: 155px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 40px auto 0 auto;
    color: #BE9D67;
    border-radius: 8px;
    border: 1px solid #BE9D67;
}

.bo_hot_city>ul>li.choose_li{
    transform: translateY(-10px);
    transition-duration: 1000ms;
    z-index: 7;
}

.bo_hot_city .choose_li header{
    background: #BE9D67;
}

.choose_li .bo_hot_city_name em{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
}

.choose_li .bo_hot_city_name span {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

 .bo_hot_city .choose_li header i{
    border-top: 7px solid  #BE9D67 ;
}

.choose_li .bo_hot_city_main li{
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    color: #271C1C;
    margin-bottom: 20px;
    line-height: 25px;
}

.choose_li .bo_hot_city_main li:before{
    background: #271C1C;
}

.choose_li .bo_hot_city_main a{
    background: #BE9D67;
    color: #FFFFFF;
    border: 1px solid #BE9D67;
}



/*成功案例模块*/
.success_case_gw_y{
    margin-top: 30px;
    position: relative;
    padding-bottom: 40px;
}

.success_case_gw{
    width: 1200px;
    overflow: hidden;
}
.success_case_gw .swiper-slide dl{
    width: 1080px;
    margin: 0 auto;
}

.success_case_gw .swiper-slide dd{
    border: 1px solid #F4EAD8;
    box-shadow:0 0 5px rgba(244,234,216,.5);
    width: 341px;
    box-sizing: border-box;
    height: 280px;
    float: left;
    margin-right:28px;
    background:#ffffff;
}
.success_case_gw .swiper-slide dd:last-child{
    margin-right: 0;
}

.success_case_gw_up{
    padding-top: 20px;
    height: 175px;
    box-sizing: border-box;
}

.success_case_gw_up span{
    font-size: 16px;
    font-weight: bold;
    color: #be9d67;
    text-align: center;
    width: 190px;
    margin: 0 auto 10px auto;
    overflow: hidden;
}

.success_case_gw_up p{
    width: 300px;
    margin: 0 auto 30px auto;
    font-size: 14px;
    color: #323333;
}

.success_case_gw_up p a{
    color: #be9d67;
    display: inline;
}

.success_case_gw_up img{
    width: 339px;
    height: 213px;
    margin-bottom:15px;
}

.success_case_lxgw{
    border-top:1px solid #F4EAD8;
    height: 102px;
}

.success_case_lxgw img{
    width: 78px;
    height: 78px;
    float: left;
    margin-right: 7px;
    margin-left: 15px;
	border: 1px solid #be9d67;
    border-radius: 50%;
}
}

.success_case_lxgw_main{  
    float: left;
    width: 135px;
    margin-right: 10px;
}

.success_case_lxgw_main ul{
    margin-top:12px;
}

.success_case_lxgw_main li{
    font-size: 14px;
    color: #be9d67;
    margin-bottom: 5px;
}

.success_case_lxgw_main li:nth-child(2){
    height: 1px;
    background: #be9d67;
}

.success_case_lxgw a{
    width: 71px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    float: left;
    background: #be9d67;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 25px;
}

.success_case_lxgw{
    box-sizing: border-box;
    padding-top: 10px;
}

.success_case_gw .swiper-button-next{
    background:url(../image/zy_05.png)no-repeat center;
    width: 31px;
    height: 78px;
}

.success_case_gw .swiper-button-prev{
    background:url(../image/zy_03.png)no-repeat center;
    width: 31px;
    height: 78px;
}


.success_case_gw_xx{
    position: absolute;
}

.success_case_gw_xx .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E0D3BE;
}
.success_case_gw_xx .swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #BE9D67;
}


/*公共头部样式3*/
.hq_header_template_3{
    margin-top: 40px;
}

.hq_header_template_3 header>span{
    font-size: 22px;
    line-height: 22px;
    color: #323333;
    text-align: center;
    margin-bottom:17px;
}

.hq_header_template_3 header{
    position: relative;
    border-bottom: 1px solid #7D7D7D;
}

.hq_header_template_3 header em{
    background: #BE9D67;
    width: 177px;
    height: 3px;
    margin: 0 auto;
    display: block;
    position: relative;
    top:1px;
}

.hq_header_template_3 header a{
    font-size: 14px;
    color: #be9d67;
    position: absolute;
    bottom: 0;
    right: 0;
}


.tjcp_item{
    width: 1200px;
    margin: 0 auto 30px auto;
    border: 1px solid #F8F1E4;
    box-sizing: border-box;
    padding: 10px;
    background:#ffffff;

}

.tjcp_item_main_1{
    padding-bottom: 10px;
    border-bottom: 1px dashed #F6F0E5;
    margin-bottom: 30px;
}

.tjcp_item_main_1>img{
    float: left;
    margin-right: 30px;
}

.tjcp_im_text{
    float: left;
    width: 840px;
    box-sizing: border-box;
    padding-top: 8px;
}

.tjcp_im_text span{
    font-size: 24px;
    font-weight: bold;
    color: #323333;
    line-height: 24px;
    margin:10px 0 16px;
}

.tjcp_im_text p{
    font-size: 18px;
    color: #444444;
    margin-bottom: 5px;
}

.tjcp_im_text em{
    display: block;
    font-size: 14px;
    color: #888891;
}

.tjcp_im_text a{
    width: 208px;
    height: 40px;
    line-height: 38px;
    border-radius: 8px;
    text-align: center;
    background: #1b3081;
    box-sizing: border-box;
    border: 1px solid #D9B373;
    font-size: 18px;
    color: #f9f3e7;
    margin-top: 17px;
}

.tjcp_item_main_2 li{
    float: left;
    width: 260px;
    margin-right: 46px;
}

.tjcp_item_main_2 li:last-child{
    margin-right: 0;
}

.tjcp_item_main_2 li em{
    float: left;
    display: block;
    width: 54px;
    height: 54px;
    background: #F5EAD6;
    box-sizing: border-box;
    padding-left: 25px;
    color: #1b3081;
    font-size: 31px;
    font-weight: bold;
    line-height: 54px;
    position: relative;
}

.tjcp_item_main_2 li em:before{
    content: "";
    display: block;
    border-left: 17px solid #F5EAD6;
    border-top: 27px solid transparent;
    border-bottom:27px solid transparent;
    position: absolute;
    right: -17px;
    top: 0;
}

.tjcp_item_main_2 li span{
    float: left;
    width: 206px;
    height: 54px;
    background: #FCF4E6;
    line-height: 54px;
    box-sizing: border-box;
    padding-left: 27px;
    font-size: 16px;
    color: #be9d67;
}

.tjcp_item_main_2 li:first-child span{
    line-height: 22px;
    box-sizing: border-box;
    padding-top: 5px;
}

.tjcp_map{
    position: relative;
    width: 100%;
    height: 581px;
    background:url(../image/tjpc_06.png)no-repeat center;
    margin: 40px 0 20px 0;
}

/*坐标*/
.tjcp_jianada{
    top: 120px;
    left: 180px;
}

.tjcp_meiguo{
    left: 195px;
    top: 213px;
}

.tjcp_shengjici{
    left: 301px;
    top: 268px;
}

.tjcp_shengluxiya{
    left: 291px;
    top: 284px;
}

.tjcp_antigua{
    left: 322px;
    top: 300px;
}

.tjcp_duominike{
    left: 308px;
    top: 314px;
}

.tjcp_gelinnada{
    left: 308px;
    top: 333px;
}

.tjcp_zhili{
    left: 301px;
    top: 482px;
}

.tjcp_aierlan{
    left: 513px;
    top: 152px;
}

.tjcp_yingguo{
    left: 511px;
    top: 184px;
}

.tjcp_helan{
    left: 557px;
    top: 162px;
}

.tjcp_faguo{
    left: 554px;
    top: 193px;
}

.tjcp_yidali{
    left: 588px;
    top: 195px;
}

.tjcp_xibanya{
    left: 533px;
    top: 220px;
}

.tjcp_putaoya{
    left: 510px;
    top: 236px;
}
.tjcp_deguo{
	left: 571px;
    top: 177px;
}
.tjcp_xila{
    left: 614px;
    top: 222px;
}

.tjcp_maerta{
    left: 591px;
    top: 238px;
}

.tjcp_saipulusi{
    left: 645px;
    top: 247px;
}

.tjcp_zhongguo{
    left: 900px;
    top: 215px;
}

.tjcp_zhongguoxianggang{
    left: 910px;
    top: 280px;
}

.tjcp_hanguo{
    left: 963px;
    top: 235px;
}

.tjcp_taiguo{
    left: 855px;
    top: 321px;
}

.tjcp_yuenan{
    left: 868px;
    top: 341px;
}

.tjcp_malaixiya{
    left:844px;
    top: 359px;
} 

.tjcp_xinjiapo{
    left: 830px;
    top: 373px;
}

.tjcp_wanuatu{
    left: 1021px;
    top: 403px;
}

.tjcp_aodaliya{
    left: 976px;
    top: 443px;
}

.tjcp_xinxilan{
    left: 1097px;
    top: 523px;
}

.tjcp_xiongyali{
    left: 610px;
    top: 185px;
}

/*坐标结束*/



.dw_ys_1{
    position: absolute;
    display: inline-block;
}

.dw_ys_1>i{
    display: block;
    width: 14px;
    height: 17px;
    background:url(../image/tjpc_09.png)no-repeat center;
    margin: 0 auto;
    cursor: pointer;
}

.dw_ys_2>i{
    display: inline-block;
    vertical-align: top;
}

.dw_choose>i{
    position: relative;
    z-index: 1;
    width:18px;
    height: 23px;
    margin-bottom: 3px;
    background:url(../image/tjpc_13.png)no-repeat center;
    -webkit-background-size: 18px 23px;
    background-size: 18px 23px;
}

/* banner 样式*/
.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("../image/g-banner-btn-prev.png") no-repeat left top;
}

.g-banner-btn-next {
    right: 50%;
    margin-right: -600px;
    background: url("../image/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("https://www.globevisa.com.cn/static/index/images/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: 24px;
    line-height: 1;
    padding: 45px 0 6px 0;
    font-weight: 700;
	display:block;
}

.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;
	font-weight:700;
}

.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 6px 0;
    background: #faf7f1;
    padding: 5px 10px 5px 10px;
}

.g-activity li div.l {
    float: right;
    width: 74px;
    height: auto;
    text-align: center;
    padding: 0 0 0 12px;
}

.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: left;
    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: 34px;
    font-size: 14px;
    color: #990000;
    display: none;
}

.g-activity li .g-omit-info em {
    color: #666666;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.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;
	padding-left:25px;
}

.g-activity .show div.l span{
    margin-top: 30px;
}

.time_bg{
	background: url(https://www.globevisa.com.cn/statics/images/event/sj.png) no-repeat left center;
}

.address_bg{
	background: url(https://www.globevisa.com.cn/statics/images/event/dz.png) no-repeat left center;
}

.g-news-list li {
    height: 30px;
    line-height: 30px;
    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("https://www.globevisa.com.cn/static/index/images/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: 30px 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: 180px;
    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: 576px;
    background: #725533; 
}
.g-branch-office-container.haiwai{
	height:352px;
}

.g-branch-office-list {
    height: 500px;
    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: 372px;
}

.g-asc .g-branch-office-img a:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 372px;
    background: url("https://www.globevisa.com.cn/static/index/images/g-video-play-icon.png") no-repeat center;
}
.g-asc .g-branch-office-img a:nth-child(3) {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 220px;
    height: 40px;
    background: none;
    color: #fff;
    font-size: 16px;
    background-color: #be9d67;
    text-align: center;
    line-height: 40px;
}
.g-asc .g-branch-office-img a:nth-child(4) {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 220px;
    height: 40px;
    background: none;
    color: #fff;
    font-size: 16px;
    background-color: #be9d67;
    text-align: center;
    line-height: 40px;
}

.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: 684px;
    background: url("https://www.globevisa.com.cn/static/index/images/g-choose-hq-bg.jpg") no-repeat center top, url("https://www.globevisa.com.cn/static/index/images/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("https://www.globevisa.com.cn/static/index/images/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); */
    background: url('https://www.globevisa.com.cn/statics/assets/images/bj_06.png') repeat;
}

.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: 20px;
    /* background: url("../images/g-choose-hq-form-title-bg.png") no-repeat center top; */
    padding: 0 0 16px 0;
    border-bottom: 1px solid #432b14;
	width:555px;
	margin-left:-55px;
}

.g-choose-hq .g-fr dd {
    height: 38px;
    margin: 25px 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("https://www.globevisa.com.cn/static/index/images/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("https://www.globevisa.com.cn/static/index/images/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("https://www.globevisa.com.cn/static/index/images/g-honor-btn-prev.png") no-repeat left top;
}

.g-honor .g-honor-btn-next {
    right: 0;
    background: url("https://www.globevisa.com.cn/static/index/images/g-honor-btn-next.png") no-repeat left top;
}


/*环球最新移民资讯*/

.g-information .g-news-list {
    width: 410px;
    margin: 14px 0 0 0;
}

.g-information .g-news-list a {
    width: 310px;
}

.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: 16px;
}

.g-hotline24 a {
    color: #444444;
    padding: 0 0 0 35px;
    background: url("https://www.globevisa.com.cn/static/index/images/g-hotlint24-icon.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: 18px;
    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: 10px 10px 0 10px;
    position: relative;
}

.g-country .b {
    height: 155px;
	background-color: #f9f8f1;
}

.g-method .b {
    height: 169px;
	background-color: #f9f8f1;
}

.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: 5px;
}

.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("https://www.globevisa.com.cn/static/index/images/icon1.png") no-repeat 10px center;
}
.g-country-method dd.g-ckxq {
    background: #be9d67 url("https://www.globevisa.com.cn/static/index/images/icon2.png") no-repeat 10px center;
}
.g-country-method dd.g-zxzx {
    background: #725533 url("https://www.globevisa.com.cn/static/index/images/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 {
    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: 236px;
    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-icon4 {
    background: url("https://www.globevisa.com.cn/static/index/images/aa11.png") no-repeat left top;
}
.g-sm-item-icon5 {
    background: url("https://www.globevisa.com.cn/static/index/images/aa12.png") no-repeat left top;
}
.g-sm-item-icon1 {
    background: url("https://www.globevisa.com.cn/static/index/images/g-sm-item-icon1.png") no-repeat left top;
}

.g-sm-item-icon2 {
    background: url("https://www.globevisa.com.cn/static/index/images/g-sm-item-icon2.png") no-repeat left top;
}

.g-sm-item-icon3 {
    background: url("https://www.globevisa.com.cn/static/index/images/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: 20px;
    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("https://www.globevisa.com.cn/static/index/images/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("https://www.globevisa.com.cn/static/index/images/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;
}



.dw_ys_1>span{
    font-size: 12px;
    color: #603913;
    text-align: center;
    cursor: pointer;
}

.dw_ys_2>span{
    vertical-align: top;
    display: inline-block;
}

.dw_ys_2{
    text-align: center;
}

.dw_choose>span{
    position: relative;
    z-index: 1;
    opacity: 1;
    height: 22px;
    border-radius:5px;
    padding:0 5px;
    line-height: 22px;
    background:#C9AD80;
    text-align: center;
    color: #ffffff;
}

.dw_yc{
    background: #C9AD80;
    box-sizing: border-box;
    padding: 6px;
    width: 156px;
    position: absolute;
    top: -10px;
    left: -160px;
    z-index: 3;
    display:none;
}

.dw_yc_header{
    margin-bottom: 12px;
}

.dw_yc_header img{
    width: 50px;
    float: left;
    height: 30px;
    margin-right: 6px;
}

.dw_yc_header span{
    height: 30px;
    line-height: 30px;
    width: 85px;
    float: left;
    color: #ffffff;
    font-size: 16px;
}

.dw_yc dd{
    margin-bottom: 5px;
    background: #FFFFFF;
    width: 100%;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    padding-left: 7px;
}

.dw_yc dd a{
    font-size: 14px;
    color: #be9d67;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dw_yc dd:hover{
    background: #E2BE80;
}

.dw_yc dd:hover a{
    color: #ffffff;
}

.dw_yc dd:last-child{
    margin-bottom: 0;
}

.mfpg{
    width: 1200px;
    border: 1px solid #F8F1E4;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 auto;
    background:#ffffff;
}

.mfpg>img{
    float: left;
    margin-right: 30px;
}

.g-more{
    position: absolute;
    right: 0;
    bottom: 40px;
    color: #990000;
    line-height: 1;
    font-size: 14px;
}