@charset "utf-8";
*{
margin: 0;padding: 0;
-webkit-box-sizing: border-box;  /*//把所有元素的内边距和边框不再会增加它的宽度*/
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;  /*//把所有元素的内边距和边框不再会增加它的宽度*/
-webkit-tap-highlight-color: transparent;-webkit-appearance: normal;/*//防止表单元素出现蓝色边框*/
-webkit-font-smoothing: antialiased;  /*//解决字体在移动端比例缩小后出现锯齿的问题*/
word-wrap:break-word;  /*//英文文本换行(不拆分单词)*/
}
*:not(input,textarea) {
-webkit-touch-callout: none;
  -webkit-user-select: none;    /*//禁止放大镜选中*/
}
a{cursor: pointer;text-decoration: none;} 
a:hover,a:visited,a:link,a:active {text-decoration: none;}
a:hover{transition: color 120ms linear;transition-property: color;
transition-duration: 120ms;transition-timing-function: linear;
transition-delay: initial;}
i,em{font-style: normal;}
/*img{ -webkit-touch-callout: none;}  禁止保存或拷贝图像*/
input,textarea {
border: 0;outline: none;   /*//出去手机浏览器默认边框*/
/*//去除IOS控件变灰变暗*/
cursor: pointer;-webkit-appearance: normal;/*-moz-appearance: none;*/-o-appearance: none;
-ms-appearance: none;
/*//输入框 按钮蓝色边框 兼容问题*/
-webkit-tap-highlight-color: transparent;-webkit-appearance: normal;
-moz-tap-highlight-color: transparent;/*-moz-appearance: none;*/   
-o-tap-highlight-color: transparent;-o-appearance: none;
-ms-tap-highlight-color: transparent;-ms-appearance: none; 
}
input:focus, textarea:focus {
    outline: none;
}
textarea{resize: none;}/*//掉textarea右下方的三角状的东西在该属性下 添加样式*/
a{text-decoration: none;
border:none;-webkit-tap-highlight-color: rgba(0,0,0,0);/*//去除a标签点击时默认高亮*/
-webkit-tap-highlight-color:transparent;outline:none； /*//去除移动端链接a标签产生带色边框*/
}
/*strong{font-weight: normal;} */
ul li{list-style: none;}
body,html{width: 100%;height: 100%;font-family: "微软雅黑";background-color:#FFFFFF;}

/*bootsharp特殊限制开始*/
@media (min-width: 768px){
.container{padding-left: 0;padding-right: 0;}
.pc_nav .col-sm-10{padding-left: 0;padding-right: 0;}
}
/*bootsharp特殊限制结束*/

/*头部信息,logo信息,导航菜单*/

/*头部信息开始*/
header{background-color:#f8f8f8;}
header h6{color:#666666;}
header .col-sm-12{padding-left: 0;padding-right: 0;}
header h6.h_brand{float: left;}
header h6.h_hotline{float: right;}
/*header h6{font-size: 0.00001px;padding-top: 10px;}*/
.navbar-brand{padding: 0;}
header .col-sm-4{padding-right: 0px;}
/*头部信息结束*/

/*logo信息开始*/
.logo{padding-left: 0px;}
.logo img{padding: 10px 0;float: left;}
/*.hotline h4{float: right;color: #666666;padding: 20px 0;}*/
.hotline{margin-top: 16.5px;padding-right: 0px;}
.phone_img{float: right;margin-top: 5.5px;}
.phone_number{float: right;color: #666666;}
/*logo信息结束*/

/*导航菜单开始*/
.menus{border-top:1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;/*box-shadow: 2px 2px 2px 1px rgba(0,0,0,.1)*/}
.menus_nav ul{margin-bottom: 0px;}
.menus_nav ul li{float: left;position: relative;height: 65px;display: table;} 
.menus_nav ul li a.mainNav{padding: 0px 32px;color: #0b2441;text-decoration: none;display: table-cell;vertical-align: middle;
transition:800ms ease all;}
.menus_nav ul li a.mainNav:hover{-moz-box-shadow: 6px 0 0 rgba(0, 0, 0, 0.05), -6px 0 0 rgba(0, 0, 0, 0.05);
-o-box-shadow: 6px 0 0 rgba(0, 0, 0, 0.05), -6px 0 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 6px 0 0 rgba(0, 0, 0, 0.05), -6px 0 0 rgba(0, 0, 0, 0.05);
box-shadow: 6px 0 0 rgba(0, 0, 0, 0.05), -6px 0 0 rgba(0, 0, 0, 0.05);}
/*导航滑动后动画*/        
.menus_nav ul li a.mainNav:after{
content:'';position:absolute;top:0;right:0;height:2px;width:0;background: #3899d3;
transition:400ms ease all;}
.menus_nav ul li a.mainNav:after{
right:inherit;top:inherit;left:0;top:0;}
.menus_nav ul li a.mainNav:hover:before,.menus_nav ul li a.mainNav:hover:after{
width:100%;transition:800ms ease all;}

.menu_lists{width: 512px;border-top: 1px solid #b7b7b7;z-index: 2;position: absolute;left: 0;;top:65px;background-color:white;
padding: 20px 0;display: none;}
.menu_lists ul li{float: left;width: 128px;text-align: center;height: 40px;line-height: 40px;}  
.menu_lists ul li a{color: #666666;}  
.menu_lists ul li a:hover{color: #3899d3;}
/*关于弘域导航*/
.about_hyimmi{width: 128px;border-top: 1px solid #b7b7b7;z-index: 2;position: absolute;left: 0;;top:65px;background-color:white;
padding: 20px 0;display: none;}
.about_hyimmi ul li{float: left;width: 128px;text-align: center;height: 40px;line-height: 40px;}  
.about_hyimmi ul li a{color: #666666;}  
.about_hyimmi ul li a:hover{color: #3899d3;}

/*移动端按钮*/    
.menu_button{float: left;margin-left: 0px;margin-right: 0px;width: 100%;background: none repeat scroll 0 0 #FFFFFF;}
.demo-buttons .icon-bar{background-color: #888;height: 3px;}
.navbar-toggle{float: left;}
.menus .menus_container{padding-left: 0px;padding-right: 0px;}  
/*移动端导航插件修改*/
.fancynav-mainnav{position: fixed;top: 0;width: 94%;}
.fancynav-header{position: fixed;top: 0;width: 100%;height: 100%;}
.fancynav-mainnav>ul{position: fixed;
width: 100%;top: 50px;overflow-y: auto;height: 100%;margin-bottom: 100px;}
.fancynav-subnav ul{background: #FFFFFF;height: 100%;}
.fancynav-subnav ul li:nth-last-of-type(1){margin-bottom: 50px;}

.navbar-toggle{margin-right: 0;padding-right: 0;}
.m_s_logo img{height: 46px;margin: 0 auto;margin-top: 4px;padding-right: 50px;}
.navbar-toggle{height: 54px;padding-top: 0px;padding-bottom: 0px;margin-top: 0px;margin-bottom: 0px;border-right: 1px solid #eaeaea;padding-right: 25px;}

.fixation_pc_nav{width: 1170px;}
.fixation_pc_nav .col-sm-12{padding-left: 0;padding-right: 0;}
.pc_nav .menus_nav ul li.menus_nav_li{height: 40px;}
.pc_nav{display: none;}
.pc_nav_main{width: 1200px;height: 40px;margin: 0 auto;}
.small_logo{width: 154px;}
.small_logo img{float: left;}
.pc_nav .col-sm-2{padding-left: 0;}



/*导航菜单结束*/

/*导航滚动置顶*/
.fixednav{position: fixed;background-color: white;top: 0px;
left: 15px;width: 100%;z-index: 9;opacity: 0.9;
animation:myfirst 1s;-webkit-animation:myfirst 1s; /* Safari and Chrome */		
}
  
@keyframes myfirst{
	from {top:-20px;opacity: 0.4;}
	to {top:0px;opacity: 1;}
}
@-webkit-keyframes myfirst {
	from {top:-20px;}
	to {top:0px;}
}
@media screen and (max-width: 768px) {
.fixednav{
  position: static;top: 0;
  }
}
@media screen and (max-width: 1024px) {
    .s_logo{display: none;}
    .fixednav{display: none;}
    .s_mainNav{display: none;}
    
}

/*底部信息开始*/
/*footer{padding: 110px 0;background: #0b2441;width: 100%;padding-bottom: 80px;}*/
.flogo{padding:0;/*float: left;*/padding-bottom: 30px;}
.qr_code_img{float: right;width: 100%;}
.qr_code{float: right;}
.contact_info h5{color: #b8deee;line-height: 22px;margin: 0;margin-bottom: 4px;}
.branch_office{margin-top: 20px;}
.official_wechat{color: #fefefe;float: right;width: 137px;margin-bottom: 0;}
.pay_wechat,.pay_consult{color: #b8deee;float: right;width: 137px;}
.pay_wechat{margin-bottom: 0px;}
.pay_consult{margin-top: 0;}
.qr_code_attention{float: right;}
.qr_code_attention h5{float: right;margin-bottom: 8px;}
.qr_code_attention h6{float: none;}

footer .container .row .col-sm-6:nth-of-type(2){border-left: 1px solid white;border-right: 1px solid white;}
.contact_info{padding-left:90px ;padding-right: 90px;}
.contact_info h4{color: white;font-weight:bold;margin-bottom: 20px;margin-top: 0;}
.contact_info .contact_info_address_h4{margin-top: 30px;}
.contact_info .contact_info_h5{color: white;margin-bottom: 10px;}
.contact_info .contact_info_address a{color: white;float: left;padding-right: 10px;height: 14px;line-height: 14px;border-right: 1px solid white;margin-right: 10px;}
.contact_info .contact_info_address:nth-last-of-type(1) a{margin-right: 0;}
.contact_info .contact_info_address:nth-last-of-type(1) a{border-right: none;}
.contact_info .contact_info_address a:hover{color: #3899d3;}
footer .container .row .col-sm-3:nth-of-type(3){padding-right: 0px;}
/*.f_title{float: left;}
.f_content{float: left;}*/
/*底部信息结束*/

/*版权所有开始*/
.all_copyright{background: #10325a;padding: 6px 0;}
.all_copyright h5{color: white;}
/*版权所有结束*/

/*侧边导航开始*/
.side_consult{z-index: 3;float: right;}
.side_consult ul{position: relative;}
.side_consult ul li{margin-bottom: 2px;width: 70px;height: 70px;padding: 15px;background: #75c4ff;}
.side_consult ul li a{color: white;text-decoration: none;line-height: 20px;}
.side_consult ul li:nth-last-of-type(1){width: 70px;height: 70px;}
.side_consult ul li:nth-last-of-type(1) a{line-height: 40px;}
.side_consult ul li:hover{background: #3899d3;}

.side_lists{padding:20px 20px;background: white;z-index: 4;
border: 1px solid #e0e0e0;position: absolute;right: 70px;top: 60px;display: none;}
.rightArrow{border-top: 10px solid transparent;border-bottom: 10px solid transparent;width: 0px;height: 0px;
	border-left: 10px solid white;position: absolute;left:217px ;top: 35px;}
.helper_input{border: 1px solid #e0e0e0;height: 40px;line-height: 40px;font-size: 16px;
text-indent: 8px;}
.side_lists span{background: #0092ff;width: 80px;height: 30px;color: white;text-align: center;line-height: 30px;
margin-top: 8px;}
/*在线咨询分部*/
.consult_ul{padding:20px 20px;background: white;z-index: 4;
border: 1px solid #e0e0e0;position: absolute;right: 70px;top: 0px;display: none; }
.consult_ul span{border-left:2px solid #0092ff;padding-left: 10px;margin-bottom: 18px;width: 80px;
height: 18px;color: #a9a9a9;font-size: 16px;line-height: 18px;}
.side_consult ul li .consult_ul span a{color: #a9a9a9;}
.consult_ul span a:nth-last-of-type(1){margin-bottom: 0px;}
.side_consult ul li .consult_ul span a:hover{color: #0092ff;}
.consult_ul .rightArrow{border-top: 10px solid transparent;border-bottom: 10px solid transparent;width: 0px;height: 0px;
border-left: 10px solid white;position: absolute;left:120px ;top: 25px;}
/*侧边导航结束*/

/*弹窗开始*/
/*.popup_window{background: url(../images/popup_window_bg.png)no-repeat;position: fixed;right: 0;left: 0;top: 0;bottom: 0;margin: auto;z-index: 9999;
width: 500px;height: 400px;border: 1px solid #666666;display: none;}
.close_x{float: right;}
.input_number{position: absolute;width: 100%;bottom:107px;height: 30px;}
.input_number_concent{position: relative;}
.input_number img{float: left;margin-right: 6px;position: absolute;left: 95px;}
.input_number .cell_phone_number{height: 30px;border: 1px solid #64ACED;position: absolute;left:120px;color: #999999;line-height: 30px;
padding-left: 2px;width: 168px;}
.button_phone_number{height: 30px;background: #64ACED;color: white;font-size: 14px;line-height: 30px;padding: 0 13px;position: absolute;left:294px;}
.c_telephone{text-align: center;color: #64ACED;position: absolute;width: 100%;bottom:75px;font-size: 18px;}
.online_consultant_services{position: absolute;width: 130px;bottom:15px;left: 186px;}
.online_consultant_btn{color: white;background: #64aced;height: 46px;width: 130px;}*/
.pop_window{background: url(../images/third_popup.png)no-repeat center center;position: fixed;right: 0;left: 0;top: 0;bottom: 0;margin: auto;z-index: 9999;
width:540px;height:320px;display: none;}
.pop_window_main{position: relative;}
/*.close_x{position: absolute;top: 40px;right: 0px;height: 28px;width: 28px;}
.close_x .pop_window_close{height: 28px;width: 28px;}*/
/*.pop_window_title{position: absolute;font-size: 18px;color: white;left: 120px;top: 288px;}*/
/*.pop_window_answer{height: 28px;position: absolute;left: 80px;top: 320px;}*/
/*.pop_window_answer_text{height: 28px;font-size: 14px;line-height: 28px;width: 174px;padding-left: 8px;}
input.pop_window_answer_text::-webkit-input-placeholder{ 
color: #b6b6b6;
} 
input.pop_window_answer_text:-moz-placeholder{ 
color: #b6b6b6;
} 
input.pop_window_answer_text::-moz-placeholder{ 
color: #b6b6b6;
} 
input.pop_window_answer_text:-ms-input-placeholder { 
color: #b6b6b6;
}
.pop_window_answer_btn{height: 28px;font-size: 14px;width:82px;color: white;
background: #6588d6;line-height: 28px;}*/
/*.pop_window_refer{position: absolute;left: 128px;top: 354px;}
.pop_window_refer span{font-size: 14px;color: white;float: left;}
.pop_window_refer em{font-size: 14px;color: white;float: left;}*/
/*弹窗2开始*/
.online_consultant_services{position: absolute;width:100%;top:250px;}
.online_consultant_btn{color: white;background: #1f4d6c;height: 34px;width: 104px;
line-height:34px;font-size: 18px;text-align: center;position: absolute;left: 158px;
border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;
-ms-border-radius:4px;-o-border-radius:4px;
-moz-box-shadow: 1px 1px 5px #999;
-webkit-box-shadow:1px 1px 5px #999;
-o-box-shadow:1px 1px 5px #999;
-ms-box-shadow:1px 1px 5px #999;
box-shadow:1px 1px 5px #999;}
.online_consultant_btn_close a{color: white;background: #a0a0a0;height: 34px;width: 104px;
line-height:34px;font-size: 18px;text-align: center;position: absolute;left: 278px;
border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;
-ms-border-radius:4px;-o-border-radius:4px;
-moz-box-shadow: 1px 1px 5px #999;
-webkit-box-shadow:1px 1px 5px #999;
-o-box-shadow:1px 1px 5px #999;
-ms-box-shadow:1px 1px 5px #999;
box-shadow:1px 1px 5px #999;}
/*弹窗2结束*/

/*弹窗香港优才开始*/
/*.hk_has_tc{background:url(../images/hk_has_tc_bg.png)no-repeat center center;position: fixed;right: 0;left: 0;top: 0;bottom: 0;margin: auto;z-index: 9999;
width: 310px;height: 370px;display: none;}
.hk_has_tc_close{float: right;}
.hk_has_tc_btn{width: 131px;height: 31px;position: absolute;left: 50%;margin-left: -65px;top: 278px;}
.hk_has_tc_btn_img{}*/
/*弹窗香港优才结束*/

/*弹窗结束*/



/*底部移动端美化*/
@media (max-width: 767px){
footer{padding: 0;padding-bottom: 50px;}
/*footer .container .row .col-sm-3:nth-of-type(1){border-right: none;}*/
footer .container .row .col-sm-6:nth-of-type(2){border-left: none;border-right: none;}
.contact_info{padding-top: 0px;}


.flogo{padding: 60px 0;}
.contact_info{padding-left: 30px;padding-right: 30px;}
.contact_info h5{font-size: 15px;}
/*.f_title{width: 21%;float: left;}
.f_content{width: 79%;float: left;}*/
}

/*侧边栏*/
.suspend{position: fixed;right: 15px;z-index: 9999;bottom: 140px;}

/*移动端固定电话开始*/
.leave_note{width: 100%;height: 40px;}
.m_call_phone{position: fixed;bottom: 0;width: 100%;height: 40px;background: #0092ff;z-index: 99;}
.m_call_phone .container{width: 100%;}
.m_call_phone .row{width: 100%;}
.m_call_phone_sm12 span{width: 10%;float: left;margin-left: 28%;height: 40px;}
.m_call_phone_sm12 span img{width: 100%;margin-top: 7px;height: 26px;}
.m_call_phone_sm12 em{width:50%;height: 18px;float:left;
margin-left: 4%;margin-top: 11px;font-size: 18px;color: white;line-height: 18px;font-weight: bold;}
/*移动端固定电话结束*/

/*pc端底部400电话开始*/
.telephone_base{width: 100%;position: fixed;bottom:0;background: url(../images/telephone_base_bg.png)no-repeat center center;
height: 140px;z-index: 9999;display: none;}
.telephone_base_row{position: relative;}
.telephone_base_left{margin-top: 50px;padding-left: 0;}
.telephone_bar{margin-top: 72px;padding-left: 30px;}
.telephone_bar_text{width: 160px;height: 30px;line-height: 30px;padding-left: 6px;color: #666666;float: left;font-size: 16px;}
input.telephone_right_text::-webkit-input-placeholder{ 
color: #999999;font-size: 16px;
} 
input.telephone_right_text:-moz-placeholder{ 
color: #999999;font-size: 16px;
} 
input.telephone_right_text::-moz-placeholder{ 
color: #999999;font-size: 16px;
} 
input.telephone_right_text:-ms-input-placeholder { 
color: #999999;font-size: 16px;
}
.telephone_bar_call{width: 88px;height: 30px;line-height: 28px;float: left;background: #0b2441;color: white;border: 1px solid white;font-size: 16px;}
.telephone_bar_assess{background: #0092ff;color: white;font-size:16px;width: 120px;height: 30px;line-height: 30px;float: left;
margin-left: 15px;margin-right: 10px;}
.telephone_bar_refer{background: #0092ff;color: white;font-size:16px;width: 120px;height: 30px;line-height: 30px;float: left;}
.telephone_bar_refer_btn{background: #0092ff;color: white;font-size:16px;width: 120px;height: 30px;line-height: 30px;float: left;}
.telephone_base_right{padding-right: 0px;}
.telephone_base_right_img{margin-top: 32px;margin-left: 40px;}
.telephone_right_close{float: right;}

@media screen and (min-width:992px) and (max-width:1200px){
.telephone_bar{padding-left: 30px;}
.telephone_bar_text{width: 120px;}
.telephone_bar_call{width: 88px;}
.telephone_bar_assess{width: 88px;margin-left: 10px;margin-right: 5px;}	
.telephone_bar_refer{width: 88px;}
.telephone_bar_refer_btn{width: 88px;}
}
@media screen and (min-width:768px) and (max-width:992px){
.telephone_bar{padding-left: 15px;}
.telephone_bar_text{width: 110px;}
.telephone_bar_call{width: 78px;}
.telephone_bar_assess{width: 78px;margin-left: 10px;margin-right: 5px;}	
.telephone_bar_refer{width: 78px;}
.telephone_bar_refer_btn{width: 78px;}
.telephone_bar{margin-top: 82px;}
.telephone_base_left{margin-top: 70px;}
.telephone_base_right_img{margin-top: 52px;}	
}
@media screen and (min-width:768px) and (max-width:768px){
.telephone_bar{padding-right: 0px;}
}
/*pc端底部400电话结束*/




/*分页样式开始*/
.paging_col_sm12{padding-left: 0px;}
.pagelist{ clear:both; display:block; margin:0 0 20px 1px; }
.pagelist:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; }
.pagelist .l-btns{ display:block; float:left; margin:2px 5px 0 -1px; padding:0 10px; border:1px solid #dbdbdb; height:30px; overflow:hidden; }
.pagelist .l-btns span{ font-size:12px; color:#333; line-height:30px; }
.pagelist .l-btns .pagenum{ display:inline-block; margin:0 5px; padding:0 5px; border:1px solid #dbdbdb; border-top:0; border-bottom:0; width:30px; height:28px; line-height:28px; font-size:12px; color:#333; text-align:center; vertical-align:top; overflow:hidden; }
div.default{ margin:0; padding:0; font-family:"Microsoft YaHei",Verdana; font-size:12px; }
div.default a,div.default span{ display:block; float:left; margin:2px 0 0 -1px; padding:0px 12px; line-height:30px; height:30px; border:1px solid #e1e1e1; background:#fff; color:#333; text-decoration:none; }
div.default span:first-child{ border-left:1px solid #e1e1e1; }
div.default a:hover{ color:#666; background:#eee; }
div.default span.current{ color:#fff; background:#3899d3; border-color:#3899d3; }
div.default span.disabled{ color:#999; background:#fff; }
@media (max-width: 767px){
.paging_col_sm12{padding-left: 15px;}	
}
/*分页样式结束*/





@media (max-width: 767px){
.top .logo{display: table;margin: 0 auto;}
.top .hotline{display: table;margin: 0 auto;}
.menus{width: 100%;}
.top{width: 100%;margin-top: 56px;}
/*.navbar_header_bg{background: none repeat scroll 0 0 #353535;}
.navbar_header_bg .icon-bar{height: 4px;border-radius: 2px 2px 2px 2px;}*/
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background: none repeat scroll 0 0 #353535;}
.navbar-default .navbar-toggle{border: none;}

/*底部logo*/
.flogo{margin: 0 auto;}
}
@media (min-width: 768px){
footer .container .col-sm-3{padding-left: 0px;}
}

/*移民评估隐藏*/
/*.menus_nav ul li.menus_nav_li:nth-of-type(4){display: none;}*/
.immigration_assessment{display: none;}

/*中文英文切换*/
header .col-sm-8{padding-left: 0;padding-right: 0;}
header .col-sm-4 h6{float: right;width:26%;text-align: right;}
header .col-sm-4 h6 a{color:#666666;}

/*ipad 特殊处理*/
@media screen and (min-width:1024px) and (max-width:1200px){
.fixation_pc_nav{width: 100%;}
.pc_nav_main{width: 1000px;}
.small_logo{width: 16.6%;}
}
@media screen and (min-width:768px) and (max-width:1023px){
.fixation_pc_nav{width: 100%;}
.pc_nav_main{width: 735px;}
.small_logo{width: 16.6%;}
}
@media screen and (min-width:768px) and (max-width:768px){
.fixation_pc_nav{width: 100%;}
.contact_info {
    padding-left: 50px;
    padding-right: 50px;
}
}
@media screen and (min-width:1024px) and (max-width:1024px){
.fixation_pc_nav{width: 100%;}
}

@media screen and (min-width:768px) and (max-width:1230px){
header .col-sm-12{padding-left: 15px;padding-right: 15px;}
.logo{padding-left: 15px;}
.fixation_pc_nav{margin-left: 0;margin-right: 0;}
.fixation_pc_nav .col-sm-12{padding-left: 15px;padding-right: 15px;}
.special_column_policy{padding-left: 15px;}
.container{padding-left: 15px;padding-right: 15px;}
.pc_nav .col-sm-2{padding-left: 15px;}
footer .container .row .col-sm-3:nth-of-type(1){border-right: none;}
footer .container .row .col-sm-3:nth-of-type(3){border-left: none;}
.contact_info{border-left:1px solid white;border-right:1px solid white;}
}


/*移动版移民专题页输入手机号码弹窗开始*/
.number_tc_correct{position: fixed;top: 0;bottom: 0;left: 0;right: 0;margin: auto;background:#000000;width: 80%;height:50px ;line-height: 50px;
filter: Alpha(opacity=60);-moz-opacity:0.6; opacity:0.6;font-size: 15px;text-align: center;color: white;
z-index: 9999;display: none;}
.number_tc_present{position: fixed;top: 0;bottom: 0;left: 0;right: 0;margin: auto;background:#000000;width: 80%;height:70px ;
filter: Alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;font-size: 15px;text-align: center;color: white;
z-index: 9999;padding: 10px 5px;display: none;}
.network_error{position: fixed;top: 0;bottom: 0;left: 0;right: 0;margin: auto;background:#000000;width: 80%;height:50px ;line-height: 50px;
filter: Alpha(opacity=60);-moz-opacity:0.6; opacity:0.6;font-size: 15px;text-align: center;color: white;
z-index: 9999;display: none;}
.service_call{position: fixed;top: 0;bottom: 0;left: 0;right: 0;margin: auto;background:#000000;width: 80%;height:50px ;line-height: 50px;
filter: Alpha(opacity=60);-moz-opacity:0.6; opacity:0.6;font-size: 15px;text-align: center;color: white;
z-index: 9999;display: none;}