
/*banner*/
.ny_banner{padding-top:75.2px;}

.ny_banner img {
  width: 100%;
  height: auto;
}
/* 注册 */
.w {
  padding: 7.07692vw 2vw;
  margin: 0 auto;
}
.bs {
  box-sizing: border-box;
}
/* --ie清除--*/
 
select::-ms-expand{ display: none; }
 
/* --火狐、谷歌清除--*/
 
select{
     appearance:none; 
    -moz-appearance:none; 
    -webkit-appearance:none;
     /* background: url("arrow.png") no-repeat scroll right center transparent; */
     padding-right: 14px;
}

option::-ms-expand{ display: none; }
option{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    appearance:none;
}
/* --背景色字体颜色--*/
option:hover{
    color:#fff;
    background-color:#1E90FF;
    outline: none;
    border: none;
}

.separating_layer {
	width: 100%;
	height: 2.1vw;
	background-color: #f3f3f3;
}
/* 公共标题 */
.mb_rg_title {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 10vw;
}
.mb_rg_title h2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 4.5vw;
  font-weight: 500;
	color: #232223;
}
.mb_rg_title em {
  position: absolute;
  top: 4vw;
  left: 50%;
  transform: translateX(-50%);
  width: 43vw;
  height: 1.6vw;
	background-image: linear-gradient(133deg, rgb(255, 160, 80) 0%, rgba(255,177,153 , 0.8) 100%);
}

/* materials */
.mb_rg_materials_w {
  background-color: #fff;
}
.mb_rg_materials {
  padding-top: 1.6vw;
}
.mb_rg_materials_con {
  width: 100%;
}
.mb_rg_materials_con .mb_rg_materials_con_ {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mb_rg_materials_con .mb_rg_materials_con_ > div {
  width: 32vw;
  margin-bottom: 4.61vw;
  text-align: center;
}
/* .mb_rg_materials_con .mb_rg_materials_con_ > div:nth-of-type(3n+3) {
  width: 40%;
} */
.mb_rg_materials_con .mb_rg_materials_con_ > div .materials_img {
  display: inline-block;
  width: 10.7vw;
  height: 10.7vw;
}
.mb_rg_materials_con .mb_rg_materials_con_ > div .materials_img img {
  width: 100%;
  vertical-align: middle;
}
.mb_rg_materials_con .mb_rg_materials_con_ > div h3 {
  font-size: 3.5vw;
  font-weight: 400;
	color: #232223;
  margin-top: 1.5vw;
}
.mb_rg_materials_con .mb_rg_materials_con_ > div p {
  font-size: 3vw;
  font-weight: 400;
	color: #999;
  margin-top: 1.5vw;
}
/* relax */
.mb_rg_relax_w {
  width: 100%;
  background-color: #fff;
}
.mb_rg_relax {
  
}
.mb_rg_relax .mb_rg_title em {
  width: 35vw;
}
.mb_rg_relax .mb_rg_title h2 i:nth-of-type(1) {
  left: 2vw;
}
.mb_rg_relax .mb_rg_title h2 i:nth-of-type(2) {
  right: 2vw;
}
.mb_rg_relax .mb_rg_title p {
  color: #d5801d;
}
.mb_rg_relax_con {
  width: 100%;
  margin-top: 4.61538vw;
}
.mb_rg_relax_con ul {
  width: 100%;
}
.mb_rg_relax_con ul li {
  width: 100%;
  padding: 2.9vw 0;
  margin-bottom: 2.9vw;
  border-bottom: 0.3vw solid #f3f3f3;
  display: flex;
  justify-content: space-around;
}
.mb_rg_relax_con ul li:last-child {
  border: none;
}
.mb_rg_relax_con ul li div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 49%;
  border-right: 0.3vw solid #f3f3f3;
}
.mb_rg_relax_con ul li div:nth-of-type(2n+2) {
  border-right: none;
}
.mb_rg_relax_con ul li div p {
  display: inline-block;
  width: 14vw;
  font-size: 3.5vw;
  color: #232223;
}
.mb_rg_relax_con ul li div img {
  width: 16vw;
  height: 16vw;
  vertical-align: middle;
}
/* flow */
.mb_rg_flow_w {
  background-color: #fff;
}
.mb_rg_flow {

}
.mb_rg_flow .mb_rg_title em {
  width: 27vw;
}
.mb_rg_flow_con {
  margin-top: 4.61538vw;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.mb_rg_flow_con div {
  width: 12.8vw;
  padding-top: 3vw;
  background-color: #fff;
  text-align: center;
}
.mb_rg_flow_con div:nth-of-type(2n) {
  margin-top: 2vw;
}
.mb_rg_flow_con div img {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}
.mb_rg_flow_con div h3 {
  padding-top: 2vw;
  font-size: 3.2vw;
  font-weight: 500;
}
/* get */
.mb_rg_get_w {
  background-color: #fff;
}
.mb_rg_get {

}
.mb_rg_get .mb_rg_title em {
  width: 26vw;
}
.mb_rg_get_con {
  margin-top: 20vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mb_rg_get_con div {
  position: relative;
	width: 30.4vw;
	height: 17.1vw;
	background-color: #ffffff;
	box-shadow: 0vw 0.5vw 1.1vw 0vw 
		rgba(159, 158, 158, 0.5);
	border-radius: 2.1vw;
  margin-bottom: 11.7vw;
  text-align: center;
}
.mb_rg_get_con div img {
  position: absolute;
  top: -5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 10.7vw;
  height: 10.7vw;
  border-radius: 50%;
  vertical-align: middle;
}
.mb_rg_get_con div h3 {
  position: absolute;
  top: 5.5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
	color: #232223;
}
/* choice */
.mb_rg_choice_w {
  background-color: #fff;
}
.mb_rg_choice {
  
}
.mb_rg_choice .mb_rg_title em {
  width: 23vw;
}
.mb_rg_choice_con {
  margin-top: 14vw;
}
.mb_rg_choice_con {
    position: relative;
    width: 91.2vw;
    height: 40vw;
}

.mb_rg_choice_con ul > li {
    width: 100%;
    height: 8vw;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
    align-items: center;
    border-left: 0.3vw solid #f3f3f3;
}
.mb_rg_choice_con ul > li:first-child {
    border-top: 0.3vw solid #f3f3f3;
}

.mb_rg_choice_con ul > li span,
.mb_rg_choice_con ul > li p,
.mb_rg_choice_con ul > li strong {
    display: inline-block;
    height: 100%;
    border-right: 0.3vw solid #f3f3f3;
    border-bottom: 0.3vw solid #f3f3f3;
    box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
    justify-content: center;
    align-items: center;
}

.mb_rg_choice_con ul > li span {
    width: 19.5vw;
    font-size: 3.7vw;
    font-weight: 400;
	  color: #232223;
}
.mb_rg_choice_con ul > li p {
    width: 36vw;
    font-size: 3.2vw;
	  color: #9b9b9b;
}
.mb_rg_choice_con ul > li strong {
    width: 36vw;
    font-size: 3.5vw;
    font-weight: normal;
	  color: #dc4711;
}
.mb_rg_choice_con ul > li:first-child p {
    font-size: 4vw;
}
.mb_rg_choice_con ul > li:first-child strong {
    font-size: 4vw;
}
.mb_position_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36vw;
    height: 43vw;
}
.mb_position_img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}


/* need */
.mb_rg_need_w {
  background-color: #fff;
}
.mb_rg_need {
  position: relative;
}
.mb_rg_need .mb_rg_title em {
  width: 27vw;
}
.mb_rg_need_con {
  margin-top: 4.61538vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mb_rg_need_con div {
  width: 30%;
  padding-top: 3vw;
  /* background-color: #e9e9e9; */
  margin-bottom: 4.61vw;
  margin-right: 3.05vw;
  text-align: center;
}
.mb_rg_need_con div:nth-of-type(3n+3) {
  margin-right: 0;
}
.mb_rg_need_con div img {
  width: 12.8vw;
  display: inline-block;
  vertical-align: middle;
}
.mb_rg_need_con div h3 {
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
  padding: 3vw 0;
  color: #232223;
}
.mb_rg_need_more {
  margin-top: 4.61vw;
  width: 100%;
  text-align: center;
}
.mb_rg_need_more a {
  display: inline-block;
	width: 40vw;
  height: 7.5vw;
  line-height: 7.5vw;
  font-size: 3.5vw;
  color: #fff;
	background-image: linear-gradient(133deg, 
		#f7ce3d 0%, 
		#f66027 100%);
	box-shadow: 0vw 0.5vw 1.1vw 0vw 
		rgba(254, 139, 0, 0.2);
	border-radius: 3.7vw;
}



/*底部相关服务*/
/* 分离层 */
.separating_layer {
	width: 100%;
	height: 2.1vw;
	background-color: #f3f3f3;
}
/* product */
.mb_rg_product_w {
    background-color: #fff;
}
.mb_rg_product {
    
}
.mb_rg_product_title {
    padding-bottom: 4.61vw;
    padding-left: 1.53846vw;
}
.mb_rg_product_title h3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
    align-items: center;
    color: #333;
    font-size: 4.51vw;
    font-weight: normal;
}
.mb_rg_product_title i {
    display: block;
    width: 8.61vw;
    height: 0.50vw;
    margin-top: 0.76vw;
    margin-bottom: 0.76vw;
    background-color: #e95307;
}
.mb_rg_product_title em {
    display: inline-block;
    width: 1.1vw;
    height: 6.4vw;
    background-color: #dc4711;
    margin-right: 1.1vw;
} 
.mb_rg_product_title p {
    margin-left: 2.1vw;
    color: #999;
    font-size: 3.65vw;
}
.mb_common_product_img {

}
.mb_common_product_img ul {
    width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.mb_common_product_img ul li {
  width: 28.8vw;
  /* height: 21.3vw; */
  background-color: #ffffff;
  border-radius: 1.1vw;
  border: solid 0.3vw #dc4711;
  margin-right: 2.7vw;
  margin-bottom: 4.8vw;
  padding: 5.1vw 1.1vw; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.mb_common_product_img ul li:nth-of-type(3n) {
  margin-right: 0;
}
.mb_common_product_img ul li a {
    display: inline-block;
}
.mb_common_product_img ul li a div {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.mb_common_product_img ul li a div > img {
  width: 6.1vw;
  height: auto;
  vertical-align: middle;
  margin: 0;
}
.mb_common_product_img ul li a div h3 {
  margin-left: 0.8vw;
  font-size: 3.7vw;
  color: #232223;
  font-weight: normal;
  white-space: nowrap;
}
.mb_common_product_img ul li a p {
  font-size: 3vw;
  color: #999;
  text-align: center;
  line-height: normal;
  margin: 0;
  margin-top: 1.1vw;
}





*{margin: 0;padding: 0;list-style: none;}
body {
 line-height:24px;
}
.m-title h2{text-align: center;line-height: 50px;color: #333;font-size: 18px;font-weight: bold;}
.m-title h2 span{color: #ff6600;}


/*公司注册*/
.m-gszc-x{max-width: 768px;margin: 10px auto;background: #f8f8f8;padding-bottom: 10px;}
.m-gszc-x-c h3,.m-gszc-x-c1 h3{font-size: 16px;text-align: left;color: #555;padding: 0 10px 10px 10px;font-weight: bold;border-bottom: solid 1px #ff6600;}
.m-gszc-x-c p{overflow: hidden;}
.m-gszc-x-c p span{float: left;padding:5px 0px;font-size: 14px;color: #666;line-height: 20px;width: 50%;}
.m-gszc-x-c p span b{float: left;width:20px;height: 20px;border-radius: 50%;background: #FF6600;color: white;text-align: center;margin-right: 5px;margin-left: 10px;}
.m-gszc-x-c img{max-width:355px;margin: 10px auto;display: block;}
.m-gszc-x-c1{padding-top: 10px;}
.m-gszc-x-c11{overflow: hidden;}
.m-gszc-x-c11 p{width:calc(100% / 4 - 12px);float: left;border: solid 1px #eee;margin: 5px;overflow: hidden;border-radius: 3px;}
.m-gszc-x-c11 p img{width: 100%;}
.m-gszc-x-c11 p b{font-size: 14px;color: #ff6600;text-align: center;line-height: 20px;display: block;}
.m-gszc-x-c11 p em{font-style: normal;font-size: 14px;color: #333;line-height: 20px;text-align: center;display: block;}
.m-gszc-x-c11 p span{color:#666;font-size: 12px;line-height: 18px;display: block;text-align: center;}
.m-gszc-zl{max-width: 768px;margin: 10px auto;}
.m-gszc-zl ul{overflow: hidden;}
.m-gszc-zl ul li{float: left;width: 25%;text-align: center;}
.m-gszc-zl ul li img{width: 90%;margin: 5%;}
.m-gszc-zl ul li p{font-size: 14px;color: #333;line-height: 24px;border-bottom: solid 2px red;margin: 0 10px;padding-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.m-gszc-zl ul li p b{display:block;width: 20px;height: 20px;color: white;background: red;border-radius: 50%;line-height: 20px;margin:0 auto;}
.m-gszc-bz{max-width: 768px;margin: 20px auto;background: #f8f8f8;}
.m-gszc-bz li{position: relative;height: 76px;padding:10px 0 10px 100px;border-top: dashed #ddd 1px;box-sizing:content-box;}
.m-gszc-bz li i{display: block;position: absolute;width: 76px;height: 76px;left:10px;top:10px;}
.m-gszc-bz1{background: url(../jtzp/m-tuteng.png) no-repeat 0 -262px;}
.m-gszc-bz2{background: url(../jtzp/m-tuteng.png) no-repeat -76px -262px;}
.m-gszc-bz3{background: url(../jtzp/m-tuteng.png) no-repeat -152px -262px;}
.m-gszc-bz4{background: url(../jtzp/m-tuteng.png) no-repeat -228px -262px;}
.m-gszc-bz5{background: url(../jtzp/m-tuteng.png) no-repeat -304px -262px;}
.m-gszc-bz6{background: url(../jtzp/m-tuteng.png) no-repeat -304px -186px;}
.m-gszc-bz li h3{font-size: 16px;color: #333;line-height: 28px;}
.m-gszc-bz li p{font-size: 14px;color: #555;line-height: 24px;height: 48px;overflow: hidden;}
.m-gszc-gw{max-width: 768px;margin: 0px auto;}
.m-gszc-gw ul{overflow: hidden;}
.m-gszc-gw ul li{float: left;width:42%;text-align: center;margin: 2%;box-shadow: 0 0 5px #ddd;padding: 2%;box-sizing:content-box;}
.m-gszc-gw ul li img{display: inline-block;width:100px;height:100px;border-radius: 50%;-moz-box-shadow:0px 7px 7px rgba(0,0,0,.1); -webkit-box-shadow:0px 7px 7px rgba(0,0,0,.1); box-shadow:0px 7px 7px rgba(0,0,0,.1);}
.m-gszc-gw ul li h3{font-size:16px;color: red;line-height: 30px;}
.m-gszc-gw ul li h3 span{font-size: 12px;color: #555;margin-left: 10px;}
.m-gszc-gw ul li p{font-size: 12px;color: #555;line-height: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.m-gszc-gw ul li em{display: block;font-style: normal;font-size: 14x;line-height: 24px;margin: 5px 0;color: #555;}
.m-gszc-gw ul li em b{color:red;}
.m-gszc-gw ul li a{display: block;background: red;color: #fff;line-height: 30px;border-radius: 5px;}
.m-gszc-lxbg{max-width: 768px;margin: 0 auto;background: url(../jtzp/mgszc-bg.jpg) no-repeat center center;height: 106px;padding: 25px 0;box-sizing:content-box;}
.m-gszc-lxbg h6{font-size: 18px;color: white;text-align: center;line-height: 40px;}
.m-gszc-lxbg h6 span{color: #ff6600;}
.m-gszc-lxbg p{font-size: 14px;color: white;text-align: center;}
.m-gszc-lxbg a{display: block;width: 240px;color: white;background:#ff6600;line-height: 30px;text-align: center;margin: 10px auto;font-size: 14px;border-radius: 5px;}
.m-gszc-tj{max-width: 768px;margin: 20px auto;}
.m-gszc-tj ul{overflow: hidden;}
.m-gszc-tj ul li{width: calc(100% / 3 - 10px);box-shadow: 0 0 5px #ddd;float: left;margin: 5px;text-align: center;padding: 10px 0;}
.m-gszc-tj ul li p{font-size: 12px;color: #555;line-height: 20px;padding: 0 5px;}
.m-gszc-tj1{display: inline-block;width: 91px;height: 91px;background: url(../../jtzp/tuteng1.png) no-repeat 0px -300px;}
.m-gszc-tj2{display: inline-block;width: 91px;height: 91px;background: url(../../jtzp/tuteng1.png) no-repeat -91px -300px;}
.m-gszc-tj3{display: inline-block;width: 91px;height: 91px;background: url(../../jtzp/tuteng1.png) no-repeat -182px -300px;}
.m-gszc-tj4{display: inline-block;width: 91px;height: 91px;background: url(../../jtzp/tuteng1.png) no-repeat -273px -300px;}
.m-gszc-tj5{display: inline-block;width: 91px;height: 91px;background: url(../../jtzp/tuteng1.png) no-repeat -364px -300px;}
.m-gszc-tj6{display: inline-block;width: 91px;height: 91px;background: url(../../jtzp/tuteng1.png) no-repeat -455px -300px;}
.m-gszc-xw{max-width:768px;margin: 0 auto;padding-bottom: 20px;}
.m-gszc-xw-c h3{font-size: 16px;overflow:hidden;line-height: 40px;border-bottom: solid 1px #ddd;padding: 0 10px;}
.m-gszc-xw-c h3 a{float: right;font-size: 14px;color: #007DDB;}
.m-gszc-xw-c>a{display: block;padding: 10px;border-bottom: dashed 1px #eee;}
.m-gszc-xw-c>a h4{font-size: 16px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 30px;}
.m-gszc-xw-c>a h4 span{color:#ff6600;margin-right: 5px;}
.m-gszc-xw-c>a p{padding-left: 15px;font-size: 13px;color: #555;line-height: 20px;}
@media(max-width: 550px) {
	.m-gszc-zl ul li{width: 50%;}
	.m-gszc-tj ul li{width: calc(100% / 2 - 10px);}
}

.leftdq {text-align: left;}
.hzi {color: #f60;margin:0 3%;}



/*办理完得到的资料*/

.blzi{margin-top:20px;}
.blzi ul{ background:#ffffff; margin:auto; border:1px solid #e5e5e5; width:95%;}
.blzi ul li{ color:#333333; font-size:16px; padding-left:20px; padding-top:10px; padding-bottom:10px; border-top:1px solid #e5e5e5; width:100%;text-align:left;}
.blzi ul li:first-child{ border:none}

.blzi ul li span{ display:inline-block; background:#f60; width:18px; height:18px; text-align:center; line-height:18px;  color:#FFF; font-size:16px; margin-right:10px;}


.blzi ul li font{ color:#f60;}

.yanben{ border:1px solid #e5e5e5; text-align:center; margin:auto; background:#FFF; width:95%;}

.yanben span{ display:inline-block; width:45%; margin-left:2%; margin-right:2%;  text-align:right}
.yanben .yan2{ text-align:left}

.yanben span img{ max-width:100%;}


.yanben:after{ display: table;content: "";line-height: 0;clear:both}

.yangb p{ text-align:center; color:#333333; font-size:16px; margin-top:0.1rem;}
.wzzl{ background:none; border:none}
.wzzl span{ width:auto; padding:0.15rem; background:#FFF; border:1px solid #e5e5e5 }





/*注册香港公司的好处和优势*/
.bghse{width: 100%; margin:0 auto; background: #f1f1f1; padding: 3% 3% 6% 3%;}
.hezi{ margin-top:5px; color:#666666; font-size:14px;  margin-bottom:16px;}

.hcys ul li{ padding-top:0.15rem; padding-bottom:0.15rem;}
 
.hcys ul li h3{ color:#f60; font-size:14px;}
.hcys ul li h3 span{ display:inline-block; width:20px; height:20px; background:#f60; color:#FFF; font-size:14px; text-align:center; line-height:20px; margin-right:10px; }

.hcys ul li p{ padding-left:0.42rem; margin-top:0.05rem; color:#333333; font-size:12px; }



