body{
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	visibility: hidden;
}
.header{
	padding:10px 3%;
	/*position: relative;*/
	position:fixed;
	left:50%;
	top:0;
	margin-left:-3.75rem;
	width:7.5rem;
	max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
	z-index: 9999;
	background:#fff;
	box-sizing:border-box;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/

}
/*
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}*/

/*banner*/
.banner	.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%; }
.banner	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0px; right:0; z-index:1;  width:100%; text-align:center;}
.banner	.slideBox .hd li{ display:inline-block; width:8px; height:8px;  background:none; text-indent:-9999px; overflow:hidden; margin:0 6px; border-radius: 4px; background:#fff; /*background:rgba(255,255,255,0.5);*/}
.banner	.slideBox .hd li.on{ /*background:rgba(255,255,255,1);*/ background:#265353; width:20px;  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ /*background:url(images/loading.gif) center center no-repeat;*/  vertical-align:top; width:100%;}
.banner	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  } 
.banner	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/tm.png) repeat; color:#fff;  text-align:left;  }


.clearfix::after { content: ""; clear: both; overflow: hidden; display: block; height: 0; visibility: hidden;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.sl2{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sl3{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.sl4{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.sl5{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.block{ display:block;}
.fl{ float:left;}
.fr{ float:right;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px; color: #333333; margin-bottom:10px; border:#cccccc 1px solid;}
.pages a.active { background: #204f90; border:#204f90 1px solid; color: #fff }
.pages a:hover {  background: #204f90; border:#204f90 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}

.download_bg .pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.download_bg .pages a { text-decoration: none; color: #fff; background: #265353; border:#cccccc 1px solid; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px;}
.download_bg .pages a.active { background: #fff; border:#fff 1px solid; color: #265353 }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #265353; text-decoration: none;  }
.download_bg .pages a.wz{ display: inline-block; width: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}



.hamburger {
		display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 50%;margin-top: -20px;
	right: 3%;

  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #333333;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 8px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/
.top_en{ position:absolute; right:calc(3% + 50px); top:13px; display:block; width:28px; height:28px; line-height:28px; text-align:center; font-style:14px; color:#333333; border:#ccc 1px solid; border-radius:50%;}

.i_banner_c{ position: relative;}

.i_banner_list{}
.i_banner_list li{ background:#f7f7f7;}
.i_banner_list li .i_banner_img{ display:block; width:100%; height:4rem; object-fit: cover;}

.i_banner_c .swiper-button-next{ left: auto; right: 0; top: 50%; margin-top:-25px; width: 40px; height: 50px; background:url(../images/banner_right.png) rgba(51,51,51,0.35) center no-repeat; background-size:auto 14px;}
.i_banner_c .swiper-button-prev{ left: 0; right: auto; top: 50%; margin-top:-25px; width: 40px; height: 50px; background:url(../images/banner_left.png) rgba(51,51,51,0.35) center no-repeat; background-size:auto 14px;}

.i_d1{ position:relative; margin-top:-40px; background:#fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); z-index:2; padding:0 0 10px 0;}
.i_d1_list li{ float:left; width:50%; border-left:#f2f2f2 1px solid; box-sizing:border-box; margin-top:10px;}
.i_d1_list li:nth-child(2n+1){ border-left:0;}
.i_d1_list li .ico{ text-align:center; height:40px; line-height:40px;}
.i_d1_list li .ico img{ vertical-align:middle; height:30px;}
.i_d1_list li .txt{ text-align:center; line-height:25px; font-size:14px; color:#666666;}

.i_d2_1{ font-size:16px; color:#333333; height:40px; line-height:40px;}
.i_d2_1 img{ position:relative; margin-right:10px; top:-2px; vertical-align:middle; height:16px;}
.i_d2_r{}
.i_d2_inp{ width:100%; height:50px; border:0; padding:0 10px; box-sizing:border-box; background:#f5f5f6; border-radius:5px; font-size:14px; outline:none; margin-bottom:10px;}
.i_d2_bt{ width:100%; height:50px; border:0; box-sizing:border-box; background:#03367c; border-radius:5px !important; font-size:16px; color:#fffefe; cursor:pointer;}

.i_title1 .txt1{ font-size:14px; color:#999999; line-height:30px; text-align:center; text-transform:uppercase; display:none;}
.i_title1 .txt2{ font-size:20px; color:#2c2b2c; line-height:40px; text-align:center; font-weight:bold;}
.i_title1 .txt3{ font-size:14px; color:#999999; line-height:30px; text-align:center; margin-top:5px;}
.i_title1 .txt3 *{ text-align:center;}

.i_title2 .txt1{ font-size:14px; color:#cccccc; line-height:25px; text-align:center; text-transform:uppercase;}
.i_title2 .txt2{ font-size:20px; color:#fff; line-height:30px; text-align:center; font-weight:bold;}
.i_title2 .txt3{ font-size:14px; color:#cccccc; line-height:25px; text-align:center; margin-top:5px;}
.i_title2 .txt3 *{ text-align:center; line-height:25px; }

.i_d3_list li{ float:left; margin-bottom:10px; margin-left:4%; width:48%; height:2.4rem; position:relative;}
.i_d3_list li img{ display:block; border:#e1e1e1 1px solid; width:100%; height:2.4rem; box-sizing:border-box; object-fit: cover;}
/*.i_d3_list li:nth-child(1){ margin-left:0; width:100%;}*/
.i_d3_list li:nth-child(2n+1){ margin-left:0;}
.i_d3_list li .txt{ position:absolute; left:50%; top:50%; margin-left:-65px; margin-top:-37px; width:130px; height:75px; text-align:center; line-height:25px; background:rgba(255,255,255,0.8); font-size:12px; color:#333333; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}

.i_d4{ background:url(../images/i_d4_bg.jpg) top center no-repeat; background-size:cover;}
.i_d4_container{ padding-bottom:50px;}
.i_d4_list li{ height:240px; background:#fff; padding-top:20px; /*box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);*/}
.i_d4_list li .ico{ text-align:center; height:50px;}
.i_d4_list li .ico img{ height:50px; vertical-align:middle;}
.i_d4_list li .txt1{ font-size:16px; color:#333333; text-align:center; padding-top:5px; height:30px; line-height:30px;}
.i_d4_list li .txt2{ font-size:12px; color:#999999; text-align:center; height:20px; line-height:20px; text-transform:uppercase; display:none;}
.i_d4_list li .txt3{ font-size:12px; color:#666666; text-align:center; line-height:20px; margin-top:10px; padding:0 10px;}
.i_d4_container .swiper-pagination-bullet-active{ background:#03367c;}

.i_d5_list{}
.i_d5_list li{ float:left; width:33.33%; position:relative; margin-bottom:20px;}
.i_d5_list li img{ display:block; width:100%;}
.i_d5_list li .txt{ position:absolute; left:10px; bottom:20px; height:60px;}
.i_d5_list li .txt .txt1{ font-size:14px; color:#ffffff; line-height:20px;}
.i_d5_list li .txt .txt2{ font-size:12px; color:#ffffff; line-height:20px;}
.i_d5_list li .txt:after { content: ""; position: absolute; left: 0; bottom: 0; width: 20px; height: 2px; background: #03367c;}

.i_d6{ background:url(../images/i_d6_bg.jpg) top center no-repeat; background-size:cover;}
.i_d6_list li{ float:left; width:48%; margin:0 1%;}
.i_d6_list li .ico{ width:80px; height:80px; border-radius:50%; margin:0 auto; transition:all 0.3s; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.02);}
.i_d6_list li .txt1{ font-size:14px; color:#333333; text-align:center; line-height:25px; margin-top:10px; height:72px;}
.i_d6_list li .txt2{ font-size:14px; color:#999999; text-align:center; line-height:25px; height:100px; overflow: hidden; display:none;}
.i_d6_list li .txt2 *{ line-height:25px;}
.i_d6_list li .ico1{ background:url(../images/i_d6_ico1.png) #fff center center no-repeat; background-size:auto 30px;}
.i_d6_list li .ico2{ background:url(../images/i_d6_ico2.png) #fff center center no-repeat; background-size:auto 30px;}
.i_d6_list li .ico3{ background:url(../images/i_d6_ico3.png) #fff center center no-repeat; background-size:auto 30px;}
.i_d6_list li .ico4{ background:url(../images/i_d6_ico4.png) #fff center center no-repeat; background-size:auto 30px;}
.i_d6_list li .ico5{ background:url(../images/i_d6_ico5.png) #fff center center no-repeat; background-size:auto 30px;}
.i_d6_list li .ico6{ background:url(../images/i_d6_ico6.png) #fff center center no-repeat; background-size:auto 30px;}
.i_d6_list li .ico7{ background:url(../images/i_d6_ico7.png) #fff center center no-repeat; background-size:auto 30px;}
.i_d6_list li .ico8{ background:url(../images/i_d6_ico8.png) #fff center center no-repeat; background-size:auto 30px;}
/*
.i_d6_list li:hover .ico1{ background:url(../images/i_d6_ico1_on.png) #03367c center center no-repeat;}
.i_d6_list li:hover .ico2{ background:url(../images/i_d6_ico2_on.png) #03367c center center no-repeat;}
.i_d6_list li:hover .ico3{ background:url(../images/i_d6_ico3_on.png) #03367c center center no-repeat;}
.i_d6_list li:hover .ico4{ background:url(../images/i_d6_ico4_on.png) #03367c center center no-repeat;}
.i_d6_list li:hover .ico5{ background:url(../images/i_d6_ico5_on.png) #03367c center center no-repeat;}
.i_d6_list li:hover .ico6{ background:url(../images/i_d6_ico6_on.png) #03367c center center no-repeat;}
.i_d6_list li:hover .ico7{ background:url(../images/i_d6_ico7_on.png) #03367c center center no-repeat;}
.i_d6_list li:hover .ico8{ background:url(../images/i_d6_ico8_on.png) #03367c center center no-repeat;}
*/

.i_d7{ background:url(../images/i_d7_bg.jpg) top center no-repeat; background-size:cover;}
.i_d7_list li{ background:#fff;}
.i_d7_list li .fd{ float:left; width:50%; height:200px;}
.i_d7_list li .fd img{ display:block; width:100%; height:200px; object-fit: cover;}
.i_d7_list li .txt{ float:left; width:50%; height:200px; padding:10px 10px 0 10px; box-sizing:border-box;}
.i_d7_list li .txt .txt1{ font-size:14px; color:#333333; line-height:30px; height:30px; text-align:center; padding-top:20px;}
.i_d7_list li .txt .txt2{ font-size:12px; color:#666666; line-height:25px; text-align:center; margin-top:5px; display:none;}

.i_d8{ background:url(../images/i_d8_bg.jpg) top center no-repeat; background-size:cover;}
.i_d8_txt{ font-size:14px; color:#333333; line-height:30px; text-align:center;}
.i_d8_txt *{ line-height:30px;}
a.i_d8_more{ display:block; width:120px; height:40px; line-height:40px; text-align:center; border:#03367c 1px solid; font-size:14px; color:#03367c; margin:0 auto; transition:all 0.3s;}
/*a.i_d8_more:hover{ background:#03367c; color:#fff;}*/

.i_d9{ background:url(../images/i_d9_bg.jpg) top center no-repeat; background-size:cover;}
.i_d9_list li{ float:left; width:48%; height:2.68rem; margin-left:4%; margin-bottom:20px; position:relative;}
.i_d9_list li:nth-child(2n+1){margin-left:0;}
.i_d9_list li img{ display:block; width:100%; height:2.68rem;}
.i_d9_list li .txt{ position:absolute; left:0; bottom:0; width:100%; height:30px; line-height:30px; background:rgba(0,0,0,0.8); font-size:14px; color:#ffffff; text-align:center;}

.i_d10_list li{ float:left; width:31.33%; margin:0 1% 10px 1%;}
.i_d10_list li img{ display:block; width:100%; height:1.26rem; border:#f0f0f0 1px solid; box-sizing:border-box;}

.i_d11_l{}
.i_d11_title{ height:40px; border-bottom:#e1e1e1 1px solid; position:relative; margin-bottom:20px;}
.i_d11_title .title{ width:200px; border-bottom:#03367c 3px solid; height:37px; line-height:37px; text-align:center; font-size:14px; color:#03367c;}
.i_d11_title .title img{ position:relative; top:-2px; margin-right:10px; vertical-align:middle; height:18px;}
.i_d11_title a.more{ position:absolute; right:0; top:5px; font-size:14px; color:#999999;}

.i_d11_l_img{}
.i_d11_l_img img{ width:100%; height:2.4rem; object-fit: cover;}
.i_d11_l_txt{ position:relative; padding-left:70px;}
.i_d11_l_txt1{ position:absolute; left:0; top:0; width:60px; padding-top:10px;}
.i_d11_l_txt1 .txt1{ font-size:16px; color:#333333; text-align:center; line-height:30px;}
.i_d11_l_txt1 .txt2{ font-size:14px; color:#999999; line-height:25px; text-align:center;}
.i_d11_l_txt2{ padding-top:10px; /*background:url(../images/i_d11_l_ico.png) right 72px  no-repeat; background-size:15px auto;*/}
.i_d11_l_txt2 .txt1{ font-size:16px; color:#333333;}
.i_d11_l_txt2 .txt2{ font-size:14px; color:#999999; height:50px; line-height:25px;}
/*.i_d11_l_txt2:hover{ background:url(../images/i_d11_l_ico_on.png) right 30px  no-repeat; background-size:10px auto;}*/

.i_d11_r{}
.i_d11_r_list li{ padding-bottom:20px;}
.i_d11_r_list li:nth-child(1){padding-top:0; border-top:0;}
.i_d11_r_list li .fd{ float:left; width:40%; height:100px;}
.i_d11_r_list li .fd img{ width:100%; height:100px; object-fit: cover;}
.i_d11_r_list li .txt{ float:right; width:56%;}
.i_d11_r_list li .txt .txt1{ font-size:14px; color:#666666; font-weight:bold; height:25px; line-height:25px;}
.i_d11_r_list li .txt .txt1 a{ color:#666666;}
.i_d11_r_list li .txt .txt2{ font-size:14px; color:#999999; height:50px; line-height:25px;}
.i_d11_r_list li .txt .txt3{ font-size:14px; color:#999999; line-height:25px;}

.totop{ height:40px; background:#3d3d3d; text-align:center; line-height:40px; font-size:16px; color:#fff; cursor:pointer;}
.totop img{ position:relative; height:16px; top:2px; margin-right:10px;}

.footer1{ background:#03367c; padding-top:20px; padding-bottom:20px;}
.footer1_r{ color:#cccccc;}
.footer1_r .txt1{ font-size:14px; line-height:25px; text-align:center;}
.footer1_r .txt2{ font-size:18px; font-weight:bold; line-height:30px; text-align:center;}
.footer1_r .txt3{ font-size:14px; line-height:25px; text-align:center;}
.footer1_r .footer1_ewm{ font-size:14px; line-height:25px; text-align:center; margin-top:10px; text-align:center; border-top:#cccccc 1px solid; padding-top:20px;}
.footer1_r .footer1_ewm img{ width:121px;}

.footer2{ background:#171717; padding-top:10px; padding-bottom:10px;}
.footer2 .footer2_txt1{ font-size:14px; color:#666666; line-height:30px; text-align:center;}
.footer2 .footer2_txt1 a{ color:#666666;}
.footer2 .footer2_txt2{ font-size:14px; color:#666666; line-height:30px; text-align:center;}
.footer2 .footer2_txt2 a{ color:#666666;}


.bottom_nav{ position:fixed; left:50%; bottom:0; margin-left:-3.75rem; width:7.5rem; max-width:100%; height:50px; background:#fff; padding:3px 0; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); z-index:9999;}
.bottom_nav li{ float:left; width:25%;}
.bottom_nav li a{ display:block; width:100%; text-align:center; font-size:14px; color:#999999; line-height:20px; height:45px; padding-top:5px;}
.bottom_nav li a img{ padding-bottom:0px;}
.bottom_nav li.on a{ color:#03367c;}

/*美国公司年审报税*/
.n_banner img{ display:block; width:100%;}
.n_weizhi{ padding:5px 0; height:30px; line-height:30px; font-size:14px; color:#666666;}
.n_weizhi img{ position:relative; margin-right:5px; top:-2px; height:10px; vertical-align:middle;}
.n_weizhi a{ color:#666666;}
.top_xx{ font-size:14px; color:#333333; text-align:center; padding:15px 6%; background:#f5f8fb;}
.n_title1 .title1{ font-size:12px; color:#cccccc; line-height:20px; text-align:center; text-transform:uppercase; display:none;}
.n_title1 .title2{ font-size:18px; color:#333333; font-weight:bold; line-height:30px; text-align:center;}
.n_title2 .title1{ font-size:12px; color:#cccccc; line-height:20px; text-align:center; text-transform:uppercase;}
.n_title2 .title2{ font-size:18px; color:#fff; font-weight:bold; line-height:30px; text-align:center;}


.mggsnsbs_d1_img{ display:block; width:100%;}
.mggsnsbs_d1_txt{ font-size:20px; color:#333333; line-height:40px; padding-top:82px;}
.mggsnsbs_d1_txt *{ line-height:40px;}

.mggsnsbs_d1_list{}
.mggsnsbs_d1_list li{ background:#f8f8f8; padding: 10px 10px 10px 50px; line-height:30px; border-radius:5px; margin-top:10px;}
.mggsnsbs_d1_list li:nth-child(1){  margin-top:0;}
.mggsnsbs_d1_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.mggsnsbs_d1_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.mggsnsbs_d2{ background:#f1f7ff;}
.mggsnsbs_d2_content{ font-size:14px; color:#666666; line-height:30px; text-align:center;}
.mggsnsbs_d2_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.mggsnsbs_d2_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.mggsnsbs_d2_list1 li{ position:relative; padding:10px 0 10px 30px;}
.mggsnsbs_d2_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.mggsnsbs_d2_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#f1f7ff;}
.mggsnsbs_d2_list1 li img{ display:block; max-width:100%;}

.mggsnsbs_d3_list li{ float:left; width:48%; height:286px; margin-left:4%; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.08); position:relative; padding-top:40px; margin-top:50px;}
.mggsnsbs_d3_list li:nth-child(2n+1){ margin-left:0;}
.mggsnsbs_d3_list li .ico{ position:absolute; left:50%; top:-30px; margin-left:-30px; background:#fff; width:60px; height:60px; border-radius:50%; text-align:center; line-height:60px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.08);}
.mggsnsbs_d3_list li .ico img{ vertical-align:middle; height:26px;}
.mggsnsbs_d3_list li .title1{ font-family:Arial; font-size:30px; color:#ededed; line-height:40px; text-align:center;}
.mggsnsbs_d3_list li .title2{ font-size:14px; color:#333333; font-weight:bold; line-height:25px; height:50pv; text-align:center; margin-top:-25px;}
.mggsnsbs_d3_list li .txt{ font-size:12px; color:#666666; line-height:25px; text-align:center; margin-top:5px; padding:0 5px; max-height:225px; overflow:hidden;}
.mggsnsbs_d3_list li .txt *{ line-height:25px;}

.mggsnsbs_d4{ background:#191919;}
.mggsnsbs_d4_c{ padding:20px 0; line-height:30px; font-size:16px; color:#fefefe; text-align:center;}
.mggsnsbs_d4_c span{ display:inline-block; background:#f1f7ff; font-size:14px; color:#03367c; font-weight:bold; padding:5px 15px; border-radius:5px; margin-top:5px;}

/*美国公司注册*/
.mggszc_d1_img{ display:block; width:100%;}
.mggszc_d1_txt{ font-size:20px; color:#333333; line-height:40px; padding-top:82px;}
.mggszc_d1_tx *{ line-height:40px;}

.mggszc_d1_list{}
.mggszc_d1_list li{ background:#f8f8f8; padding: 10px 10px 10px 50px; line-height:30px; border-radius:5px; margin-top:10px;}
.mggszc_d1_list li:nth-child(1){  margin-top:0;}
.mggszc_d1_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.mggszc_d1_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.mggszc_d2{ background:url(../images/mggszc_d2_bg.jpg) center no-repeat; background-size:cover;}
.mggszc_d2_list li{ float:left; width:44%; margin:0 3%; padding-bottom:20px;}
.mggszc_d2_list li .ico{ width:60px; height:60px; border-radius:50%; border:#03367c 1px solid; margin:0 auto; transition:all 0.3s;}
.mggszc_d2_list li .ico1{ background:url(../images/mggszc_d2_ico1.png)  center center no-repeat; background-size:auto 25px;}
.mggszc_d2_list li .ico2{ background:url(../images/mggszc_d2_ico2.png)  center center no-repeat; background-size:auto 25px;}
.mggszc_d2_list li .ico3{ background:url(../images/mggszc_d2_ico3.png)  center center no-repeat; background-size:auto 25px;}
.mggszc_d2_list li .ico4{ background:url(../images/mggszc_d2_ico4.png)  center center no-repeat; background-size:auto 25px;}
.mggszc_d2_list li .ico5{ background:url(../images/mggszc_d2_ico5.png)  center center no-repeat; background-size:auto 25px;}
.mggszc_d2_list li .ico6{ background:url(../images/mggszc_d2_ico6.png)  center center no-repeat; background-size:auto 25px;}
.mggszc_d2_list li .ico7{ background:url(../images/mggszc_d2_ico7.png)  center center no-repeat; background-size:auto 25px;}
.mggszc_d2_list li .txt{ font-size:14px; color:#666666; overflow:hidden; line-height:25px; text-align:center; margin-top:10px;}
.mggszc_d2_list li .txt *{ line-height:25px;}

.mggszc_d3_list li{ float:left; width:48%; border:#f3f3f3 1px solid; margin-left:4%; position:relative; box-sizing:border-box; margin-bottom:20px;}
.mggszc_d3_list li:nth-child(2n+1){ margin-left:0;}
.mggszc_d3_list li img{ display:block; width:100%;}
.mggszc_d3_list li .txt{ position:absolute; left:0; bottom:5px; width:100%;}
.mggszc_d3_list li .txt .txt1{ font-size:14px; color:#333333; font-weight:bold; line-height:25px; text-align:center;}
.mggszc_d3_list li .txt .txt2{ font-size:12px; color:#999999; line-height:20px; text-align:center; text-transform:uppercase;}

.n_content1{ padding:10px 0; text-align:center;}
.mggszc_d4_list{}
.mggszc_d4_list li{ float:left; width:48%; height:2.15rem; margin-left:4%; overflow:hidden; position:relative; margin-bottom:20px;}
.mggszc_d4_list li:nth-child(2n+1){ margin-left:0;}
.mggszc_d4_list li .mggszc_d4_img{ display:block; width:100%; height:2.15rem; object-fit: cover;}
.mggszc_d4_list li .txt{ position:absolute; left:0; bottom:0; width:100%; height:30px; padding:5px 0; background:rgba(0,0,0,0.6); font-size:14px; color:#ffffff; line-height:30px; text-align:center; transition:all 0.3s;}

.mggszc_d5{ background:url(../images/mggszc_d5_bg.jpg) center no-repeat; background-size:cover;}
.mggszc_d5_img{ display:block; width:100%;}
.mggszc_d5_txt{ float:left; margin-left:50px; width:570px; font-size:16px; color:#333333; line-height:40px; padding-top:60px;}
.mggszc_d5_txt *{ line-height:40px;}

.mggszc_d6_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.mggszc_d6_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.mggszc_d6_list1 li{ position:relative; padding:10px 0 10px 30px;}
.mggszc_d6_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.mggszc_d6_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#fff;}
.mggszc_d6_list1 li img{ display:block; max-width:100%;}

.mggszc_d7_list li{ background:#fff;}
.mggszc_d7_list li .fd{ float:left; width:50%; height:2.44rem;}
.mggszc_d7_list li .fd img{ display:block; width:100%; height:2.44rem;}
.mggszc_d7_list li .txt{ float:left; width:50%; height:2.44rem; padding:0 10px 0 10px; background:#f7f7f7; box-sizing:border-box;  display: -moz-box; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: box; display: flexbox; display: flex; justify-content:center; align-items:center; flex-direction:column;}
.mggszc_d7_list li .txt .txt1{ font-size:14px; color:#8996b3; line-height:25px; height:25px; text-align:center; text-transform:uppercase;}
.mggszc_d7_list li .txt .txt2{ font-size:14px; color:#333333; line-height:25px; text-align:center;}

/*美国银行账户*/
.mgyhzh_d1_img{ display:block; width:100%;}
.mgyhzh_d1_txt{ font-size:14px; color:#333333; line-height:30px; text-align:center;}
.mgyhzh_d1_txt .txt1{ background:#f4f4f4; padding:10px; border-radius:5px; margin-bottom:10px; text-align:left;}
.mgyhzh_d1_txt *{ line-height:30px;}

.mgyhzh_d2{ background:url(../images/mgyhzh_d2_bg.jpg) center no-repeat; background-size:cover;}
.mgyhzh_d2_list li{ float:left; width:50%; text-align:center; margin-bottom:20px;}
.mgyhzh_d2_list li img{ height:60px;}
.mgyhzh_d2_list li .txt{ font-size:14px; color:#fff; line-height:30px; text-align:center;}

.mgyhzh_d3_img{ display:block; width:100%;}
.mgyhzh_d3_list{}
.mgyhzh_d3_list li{ background:#f4f4f4; padding:10px 20px; border-radius:5px; margin-top:10px;}
.mgyhzh_d3_list li .title{ font-size:16px; color:#333333; font-weight:bold; line-height:30px; position:relative; padding-left:30px;}
.mgyhzh_d3_list li .title .no{ position:absolute; left:0px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}
.mgyhzh_d3_list li .txt{ font-size:14px; color:#666666; line-height:30px; padding-top:5px;}

.mggszc_d4{ background:#f1f7ff;}
.mggszc_d4_content{ font-size:14px; color:#666666; line-height:30px; text-align:center;}
.mggszc_d4_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.mggszc_d4_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.mggszc_d4_list1 li{ position:relative; padding:10px 0 10px 30px;}
.mggszc_d4_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.mggszc_d4_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#f1f7ff;}
.mggszc_d4_list1 li img{ display:block; max-width:100%;}

.mgyhzh_d5{ background:url(../images/mgyhzh_d5_bg.jpg) center no-repeat; background-size:cover; padding:20px 0;}
.mgyhzh_d5 .indexcontent{ text-align:center;}
.mgyhzh_d5_txt1{ font-size:16px; color:#fffefe; line-height:30px; text-align:center;}
.mgyhzh_d5_txt2{ display:inline-block; padding: 5px 15px; background:#f1f7ff; line-height:30px; text-align:center; font-size:14px; color:#03367c; font-weight:bold; margin-top: 5px;}

.mgyhzh_d6_list li{ float:left; margin-left:4%; width:48%; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06); padding:20px 10px 10px 10px; box-sizing:border-box; position:relative; margin-bottom:20px;}
.mgyhzh_d6_list li:nth-child(2n+1){ margin-left:0;}
.mgyhzh_d6_list li .ico{ position:absolute; left:10px; top:20px; width:40px; height:40px;}
.mgyhzh_d6_list li .title{ padding-left:45px;}
.mgyhzh_d6_list li .title .title1{ font-size:12px; color:#333333; font-weight:bold; line-height:20px;}
.mgyhzh_d6_list li .title .title2{ font-size:12px; color:#999999; line-height:20px; text-transform:uppercase;}
.mgyhzh_d6_list li .txt{ font-size:12px; color:#666666; line-height:25px; margin-top:10px; height:125px; overflow:hidden;}
.mgyhzh_d6_list li .txt *{ line-height:25px;}

.mgyhzh_d7{ background:#171514;}
.mgyhzh_d7_list li{ float:left; width:48%; height:2.68rem; margin-left:4%; margin-bottom:20px; position:relative;}
.mgyhzh_d7_list li:nth-child(2n+1){margin-left:0;}
.mgyhzh_d7_list li img{ display:block; width:100%; height:2.68rem;}
.mgyhzh_d7_list li .txt{ position:absolute; left:0; bottom:0; width:100%; height:30px; line-height:30px; background:rgba(0,0,0,0.8); font-size:14px; color:#ffffff; text-align:center;}

/*香港公司年审*/
.xggsns_d1_img{ display:block; width:100%;}
.xggsns_d1_txt{ font-size:20px; color:#333333; line-height:40px; padding-top:82px;}
.xggsns_d1_txt *{ line-height:40px;}

.xggsns_d1_list{}
.xggsns_d1_list li{ background:#f8f8f8; padding: 10px 10px 10px 50px; line-height:30px; border-radius:5px; margin-top:10px;}
.xggsns_d1_list li:nth-child(1){  margin-top:0;}
.xggsns_d1_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.xggsns_d1_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.xggsns_d2{ background:#f1f7ff;}
.xggsns_d2_list li{ float:left; width:50%;}
.xggsns_d2_list li .ico{ height:60px; line-height:60px; text-align:center;}
.xggsns_d2_list li .ico img{ height:60px; vertical-align:middle;}
.xggsns_d2_list li .txt{ font-size:14px; color:#666666; text-align:center; line-height:25px; margin-top:5px; height:50px;}

.xggsns_d3_list li{ float:left; margin-left:4%; width:48%; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06); padding:20px 10px 10px 10px; box-sizing:border-box; position:relative; margin-bottom:20px;}
.xggsns_d3_list li:nth-child(2n+1){ margin-left:0;}
.xggsns_d3_list li .ico{ position:absolute; left:10px; top:20px; width:40px; height:40px;}
.xggsns_d3_list li .title{ padding-left:45px;}
.xggsns_d3_list li .title .title1{ font-size:12px; color:#333333; font-weight:bold; line-height:20px;}
.xggsns_d3_list li .title .title2{ font-size:12px; color:#999999; line-height:20px; text-transform:uppercase;}
.xggsns_d3_list li .txt{ font-size:12px; color:#666666; line-height:25px; margin-top:10px; height:125px; overflow:hidden;}
.xggsns_d3_list li .txt *{ line-height:25px;}

.xggsns_d4_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.xggsns_d4_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xggsns_d4_list1 li{ position:relative; padding:10px 0 10px 30px;}
.xggsns_d4_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xggsns_d4_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#fff;}
.xggsns_d4_list1 li img{ display:block; max-width:100%;}

/*香港公司审计报税*/
.xggssjbs_d1_list{}
.xggssjbs_d1_list li{}
.xggssjbs_d1_list li .img{ display:block; width:100%;}
.xggssjbs_d1_list li .txt{ padding:10px 10px 20px 10px;}
.xggssjbs_d1_list li .txt .txt1{ font-size:16px; color:#333333; line-height:30px; font-weight:bold;}
.xggssjbs_d1_list li .txt .txt2{ font-size:14px; color:#333333; line-height:25px;}

.xggssjbs_d2{ background:#f1f7ff;}
.xggssjbs_d2_list li{ float:left; width:50%;}
.xggssjbs_d2_list li .ico{ height:60px; line-height:60px; text-align:center;}
.xggssjbs_d2_list li .ico img{ height:60px; vertical-align:middle;}
.xggssjbs_d2_list li .txt{ font-size:14px; color:#666666; line-height:25px; text-align:center; margin-top:5px; height:75px;}

.xggssjbs_d3_img{ display:block; width:100%;}
.xggssjbs_d3_txt{ font-size:20px; color:#333333; line-height:40px; padding-top:82px;}
.xggssjbs_d3_txt *{ line-height:40px;}
.xggssjbs_d3_list{}
.xggssjbs_d3_list li{ background:#f8f8f8; padding: 10px 10px 10px 50px; line-height:30px; border-radius:5px; margin-top:10px;}
.xggssjbs_d3_list li:nth-child(1){  margin-top:0;}
.xggssjbs_d3_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.xggssjbs_d3_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.xggssjbs_d4{ background:#f1f7ff;}
.xggssjbs_d4_content{ font-size:14px; color:#666666; line-height:30px; text-align:center;}
.xggssjbs_d4_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.xggssjbs_d4_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xggssjbs_d4_list1 li{ position:relative; padding:10px 0 10px 30px;}
.xggssjbs_d4_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xggssjbs_d4_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#f1f7ff;}
.xggssjbs_d4_list1 li img{ display:block; max-width:100%;}


.xggssjbs_d5_list li{ padding-left:90px; padding-right:20px; position:relative; min-height:60px; margin-top:20px;}
.xggssjbs_d5_list li:nth-child(1){ margin-top:0;}
.xggssjbs_d5_list li .ico{ position:absolute; left:20px; top:0; width:58px; height:58px; border-radius:50%; border:#03367c 1px solid; margin:0 auto;}
.xggssjbs_d5_list li .ico1{ background:url(../images/xggssjbs_d5_ico1.png)  center center no-repeat; background-size:auto 25px;}
.xggssjbs_d5_list li .ico2{ background:url(../images/xggssjbs_d5_ico2.png)  center center no-repeat; background-size:auto 25px;}
.xggssjbs_d5_list li .ico3{ background:url(../images/xggssjbs_d5_ico3.png)  center center no-repeat; background-size:auto 25px;}
.xggssjbs_d5_list li .ico4{ background:url(../images/xggssjbs_d5_ico4.png)  center center no-repeat; background-size:auto 25px;}
.xggssjbs_d5_list li .ico5{ background:url(../images/xggssjbs_d5_ico5.png)  center center no-repeat; background-size:auto 25px;}
/*
.xggssjbs_d5_list li:hover .ico1{ background:url(../images/xggssjbs_d5_ico1_on.png) #03367c center center no-repeat;}
.xggssjbs_d5_list li:hover .ico2{ background:url(../images/xggssjbs_d5_ico2_on.png) #03367c center center no-repeat;}
.xggssjbs_d5_list li:hover .ico3{ background:url(../images/xggssjbs_d5_ico3_on.png) #03367c center center no-repeat;}
.xggssjbs_d5_list li:hover .ico4{ background:url(../images/xggssjbs_d5_ico4_on.png) #03367c center center no-repeat;}
.xggssjbs_d5_list li:hover .ico5{ background:url(../images/xggssjbs_d5_ico5_on.png) #03367c center center no-repeat;}
*/
.xggssjbs_d5_list li .txt{ font-size:16px; color:#666666; line-height:30px;}
.xggssjbs_d5_list li .txt *{ line-height:30px;}

/*香港公司注册*/
.xggszc_d1_list{}
.xggszc_d1_list li{ float:left; width:44%; margin:0 3%; padding-bottom:20px;}
.xggszc_d1_list li .ico{ width:60px; height:60px; border-radius:50%; border:#03367c 1px solid; margin:0 auto; transition:all 0.3s;}
.xggszc_d1_list li .ico1{ background:url(../images/xggszc_d1_ico1.png) #ffffff center no-repeat; background-size:auto 25px;}
.xggszc_d1_list li .ico2{ background:url(../images/xggszc_d1_ico2.png) #ffffff center no-repeat; background-size:auto 25px;}
.xggszc_d1_list li .ico3{ background:url(../images/xggszc_d1_ico3.png) #ffffff center no-repeat; background-size:auto 25px;}
.xggszc_d1_list li .ico4{ background:url(../images/xggszc_d1_ico4.png) #ffffff center no-repeat; background-size:auto 25px;}
/*
.xggszc_d1_list li:hover .ico1{ background:url(../images/xggszc_d1_ico1_on.png) #03367c center no-repeat;}
.xggszc_d1_list li:hover .ico2{ background:url(../images/xggszc_d1_ico2_on.png) #03367c center no-repeat;}
.xggszc_d1_list li:hover .ico3{ background:url(../images/xggszc_d1_ico3_on.png) #03367c center no-repeat;}
.xggszc_d1_list li:hover .ico4{ background:url(../images/xggszc_d1_ico4_on.png) #03367c center no-repeat;}
*/
.xggszc_d1_list li .txt1{ font-size:16px; color:#666666; font-weight:bold; overflow:hidden; line-height:25px; height:50px; text-align:center; margin-top:10px;}
.xggszc_d1_list li .txt2{ font-size:14px; color:#666666; line-height:25px; margin-top:5px; text-align:center; height:50px; overflow:hidden; display:none;}
.xggszc_d1_list li .txt2 *{ line-height:25px;}

.xggszc_d2{ background:url(../images/mggszc_d2_bg.jpg) center no-repeat; background-size:cover;}
/*.xggszc_d2_list{}
.xggszc_d2_list li{ padding:10px 20px 10px 190px; background:#fff; border-radius:5px; margin-bottom:30px; line-height:40px; font-size:20px; color:#333333;}
.xggszc_d2_list li .no{ display:inline-block; width:40px; height:40px; text-align:center; line-height:40px; border-radius:50%; background:#12468e; font-size:24px; color:#ffffff; margin-right:20px;}*/
.xggszc_d2_list{}
.xggszc_d2_list li{ background:#fff; padding: 10px 30px 10px 70px; line-height:30px; border-radius:5px; margin-top:10px;}
.xggszc_d2_list li:nth-child(1){ margin-top:0;}
.xggszc_d2_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.xggszc_d2_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.xggszc_d3_txt{ font-size:14px; color:#000000; text-align:center;}
.xggszc_d3_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.xggszc_d3_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xggszc_d3_list1 li{ position:relative; padding:10px 0 10px 30px;}
.xggszc_d3_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xggszc_d3_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#fff;}
.xggszc_d3_list1 li img{ display:block; max-width:100%;}

.xggszc_d4{ background:#f2f2f2; padding:20px 0;}


/*香港公司注销*/
.xggszx_d1_list li{ float:left; width:50%; margin-bottom:20px;}
.xggszx_d1_list li .ico{ height:60px; line-height:60px; text-align:center;}
.xggszx_d1_list li .ico img{ height:60px; vertical-align:middle;}
.xggszx_d1_list li .txt{ font-size:14px; color:#666666; font-weight:bold; line-height:30px; text-align:center; margin-top:5px;}
.xggszx_d1_list li .txt1{ font-size: 14px; color: #666666; text-align: center; line-height: 25px; padding:0 10px;}
.xggszx_d1_list li .txt1 *{ line-height: 25px;}

.xggszx_d2{ background:url(../images/xggszx_d2_bg.jpg) left center no-repeat; background-size:cover;}
.xggszx_d2_box{ background:#ffffff; border-radius:10px; padding:10px 20px 10px 55px; margin-bottom:20px;}
.xggszx_d2_box .title{ font-size:14px; color:#333333; font-weight:bold; line-height:25px; position:relative;}
.xggszx_d2_box .title .no{ position:absolute; left:-35px; top:0; line-height:25px;}
.xggszx_d2_box .xggszx_d2_list{ margin-top:10px;}
.xggszx_d2_box .xggszx_d2_list li{ font-size:14px; color:#333333; line-height:25px; margin-bottom:10px; position:relative;}
.xggszx_d2_box .xggszx_d2_list li .no{ position:absolute; left:-35px; top:0px; width:25px; height:25px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:25px; text-align:center;}

.xggszx_d3_img{ display:block; width:100%;}
.xggszx_d3_list{}
.xggszx_d3_list li{ background:#f8f8f8; padding: 10px 10px 10px 50px; line-height:30px; border-radius:5px; margin-top:10px;}
.xggszx_d3_list li:nth-child(1){  margin-top:0;}
.xggszx_d3_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.xggszx_d3_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.xggszx_d4{ background:#f1f7ff;}
.xggszx_d4_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.xggszx_d4_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xggszx_d4_list1 li{ position:relative; padding:10px 0 10px 30px;}
.xggszx_d4_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xggszx_d4_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#f1f7ff;}
.xggszx_d4_list1 li img{ display:block; max-width:100%;}

/*香港银行账户*/
.xgyhzh_d1_c{ margin-bottom:20px;}
.xgyhzh_d1_img1{ display:block; width:100%;}
.xgyhzh_d1_list1{}
.xgyhzh_d1_list1 li{ margin-top:20px; position:relative; padding-left:60px; min-height:60px;}
.xgyhzh_d1_list1 li .ico{ position:absolute; left:0; top:3px; width:50px; height:50px;}
.xgyhzh_d1_list1 li .txt{}
.xgyhzh_d1_list1 li .txt .txt1{ font-size:16px; color:#333333; font-weight:bold; line-height:30px; padding-top:15px;}
.xgyhzh_d1_list1 li .txt .txt2{ font-size:14px; color:#666666; line-height:25px;}

.xgyhzh_d1_img2{ display:block; width:100%;}
.xgyhzh_d1_list2{}
.xgyhzh_d1_list2 li{ margin-top:20px; position:relative; padding-right:60px; min-height:60px;}
.xgyhzh_d1_list2 li .ico{ position:absolute; right:0; top:3px; width:50px; height:50px;}
.xgyhzh_d1_list2 li .txt{}
.xgyhzh_d1_list2 li .txt .txt1{ font-size:16px; color:#333333; font-weight:bold; line-height:30px; text-align:right; padding-top:15px;}
.xgyhzh_d1_list2 li .txt .txt2{ font-size:14px; color:#666666; line-height:25px; text-align:right;}

.xgyhzh_d2_img{ display:block; width:100%;}
.xgyhzh_d2_list{}
.xgyhzh_d2_list li{ background:#f4f4f4; padding:10px 20px; border-radius:5px; margin-top:10px;}
.xgyhzh_d2_list li .title{ font-size:16px; color:#333333; font-weight:bold; line-height:30px; position:relative; padding-left:30px;}
.xgyhzh_d2_list li .title .no{ position:absolute; left:0px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}
.xgyhzh_d2_list li .txt{ font-size:14px; color:#666666; line-height:30px; padding-top:5px;}

.xgyhzh_d3_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.xgyhzh_d3_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xgyhzh_d3_list1 li{ position:relative; padding:10px 0 10px 30px;}
.xgyhzh_d3_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xgyhzh_d3_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#fff;}
.xgyhzh_d3_list1 li img{ display:block; max-width:100%;}

.xgyhzh_d4{ background:#03367c;}
.xgyhzh_d4_list li{ float:left; width:48%; height:2.68rem; margin-left:4%; margin-bottom:20px; position:relative;}
.xgyhzh_d4_list li:nth-child(2n+1){margin-left:0;}
.xgyhzh_d4_list li img{ display:block; width:100%; height:2.68rem;}
.xgyhzh_d4_list li .txt{ position:absolute; left:0; bottom:0; width:100%; height:30px; line-height:30px; background:rgba(0,0,0,0.8); font-size:14px; color:#ffffff; text-align:center;}

.xgyhzh_d5{ background:#f1f7ff;}
.xgyhzh_d5_list li{ float:left; width:48%; background:#fff; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06); border-radius:5px; padding:10px 10px 10px 60px; box-sizing:border-box; margin-left:4%; margin-bottom:20px; position:relative;}
.xgyhzh_d5_list li:nth-child(2n+1){ margin-left:0;}
.xgyhzh_d5_list li .ico{ position:absolute; left:10px; top:10px; width:40px; height:100px; line-height:100px; text-align:center;}
.xgyhzh_d5_list li .ico img{ vertical-align:middle; max-width:40px; max-height:40px;}
.xgyhzh_d5_list li .txt{}
.xgyhzh_d5_list li .txt .txt1{ font-size:14px; color:#333333; font-weight:bold; line-height:25px;}
.xgyhzh_d5_list li .txt .txt2{ font-size:12px; color:#666666; line-height:25px; height:75px; overflow:hidden;}

.xgyhzh_d6_list li{ float:left; width:31.33%; margin:0 1% 10px 1%;}
.xgyhzh_d6_list li img{ display:block; width:100%; height:1.26rem; border:#f0f0f0 1px solid; box-sizing:border-box;}

/*新加坡公司注册*/
.xjpgszc_d1_list{}
.xjpgszc_d1_list li{ float:left; width:44%; margin:0 3%; padding-bottom:20px;}
.xjpgszc_d1_list li .ico{ width:60px; height:60px; border-radius:50%; border:#03367c 1px solid; margin:0 auto; transition:all 0.3s;}
.xjpgszc_d1_list li .ico1{ background:url(../images/xjpgszc_d1_ico1.png) #ffffff center no-repeat; background-size:auto 25px;}
.xjpgszc_d1_list li .ico2{ background:url(../images/xjpgszc_d1_ico2.png) #ffffff center no-repeat; background-size:auto 25px;}
.xjpgszc_d1_list li .ico3{ background:url(../images/xjpgszc_d1_ico3.png) #ffffff center no-repeat; background-size:auto 25px;}
.xjpgszc_d1_list li .ico4{ background:url(../images/xjpgszc_d1_ico4.png) #ffffff center no-repeat; background-size:auto 25px;}
/*
.xjpgszc_d1_list li:hover .ico1{ background:url(../images/xjpgszc_d1_ico1_on.png) #03367c center no-repeat;}
.xjpgszc_d1_list li:hover .ico2{ background:url(../images/xjpgszc_d1_ico2_on.png) #03367c center no-repeat;}
.xjpgszc_d1_list li:hover .ico3{ background:url(../images/xjpgszc_d1_ico3_on.png) #03367c center no-repeat;}
.xjpgszc_d1_list li:hover .ico4{ background:url(../images/xjpgszc_d1_ico4_on.png) #03367c center no-repeat;}
*/
.xjpgszc_d1_list li .txt1{ font-size:16px; color:#666666; font-weight:bold; overflow:hidden; line-height:25px; text-align:center; margin-top:10px;}
.xjpgszc_d1_list li .txt2{ font-size:14px; color:#666666; line-height:25px; margin-top:5px; text-align:center;}
.xjpgszc_d1_list li .txt2 *{ line-height:25px;}

.xjpgszc_d2{ background:url(../images/mggszc_d2_bg.jpg) center no-repeat; background-size:cover;}
/*.xjpgszc_d2_list{}
.xjpgszc_d2_list li{ padding:10px 20px 10px 190px; background:#fff; border-radius:5px; margin-bottom:30px; line-height:40px; font-size:20px; color:#333333;}
.xjpgszc_d2_list li .no{ display:inline-block; width:40px; height:40px; text-align:center; line-height:40px; border-radius:50%; background:#12468e; font-size:24px; color:#ffffff; margin-right:20px;}*/
.xjpgszc_d2_list{}
.xjpgszc_d2_list li{ background:#fff; padding: 10px 30px 10px 70px; line-height:30px; border-radius:5px; margin-top:10px;}
.xjpgszc_d2_list li:nth-child(1){ margin-top:0;}
.xjpgszc_d2_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.xjpgszc_d2_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.xjpgszc_d3_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.xjpgszc_d3_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xjpgszc_d3_list1 li{ position:relative; padding:10px 0 10px 30px;}
.xjpgszc_d3_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xjpgszc_d3_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#fff;}
.xjpgszc_d3_list1 li img{ display:block; max-width:100%;}

.xjpgszc_d4_list li{ float:left; width:33.33%;}
.xjpgszc_d4_list li .ico{ height:40px; text-align:center; line-height:40px;}
.xjpgszc_d4_list li .ico img{ height:40px; vertical-align:middle;}
.xjpgszc_d4_list li .txt{ font-size:14px; color:#333333; line-height:25px; text-align:center; margin-bottom:20px; padding:0 20px; margin-top:10px;}


/*新加坡银行账户*/
.xjpyhzh_d1_c{ margin-bottom:20px;}
.xjpyhzh_d1_img1{ display:block; width:100%;}
.xjpyhzh_d1_list1{}
.xjpyhzh_d1_list1 li{ margin-top:20px; position:relative; padding-left:60px;}
.xjpyhzh_d1_list1 li .ico{ position:absolute; left:0; top:3px; width:50px; height:50px;}
.xjpyhzh_d1_list1 li .txt{}
.xjpyhzh_d1_list1 li .txt .txt1{ font-size:16px; color:#333333; font-weight:bold; line-height:30px;}
.xjpyhzh_d1_list1 li .txt .txt2{ font-size:14px; color:#666666; line-height:25px;}

.xjpyhzh_d1_img2{ display:block; width:100%;}
.xjpyhzh_d1_list2{}
.xjpyhzh_d1_list2 li{ margin-top:20px; position:relative; padding-right:60px;}
.xjpyhzh_d1_list2 li .ico{ position:absolute; right:0; top:3px; width:50px; height:50px;}
.xjpyhzh_d1_list2 li .txt{}
.xjpyhzh_d1_list2 li .txt .txt1{ font-size:16px; color:#333333; font-weight:bold; line-height:30px; text-align:right;}
.xjpyhzh_d1_list2 li .txt .txt2{ font-size:14px; color:#666666; line-height:25px; text-align:right;}

.xjpyhzh_d2_img{ display:block; width:100%;}
.xjpyhzh_d2_list{}
.xjpyhzh_d2_list li{ background:#f4f4f4; padding:10px 20px; border-radius:5px; margin-top:10px;}
.xjpyhzh_d2_list li .title{ font-size:16px; color:#333333; font-weight:bold; line-height:30px; position:relative; padding-left:30px;}
.xjpyhzh_d2_list li .title .no{ position:absolute; left:0px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}
.xjpyhzh_d2_list li .txt{ font-size:14px; color:#666666; line-height:30px; padding-top:5px;}

.xjpyhzh_d3_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.xjpyhzh_d3_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xjpyhzh_d3_list1 li{ position:relative; padding:10px 0 10px 30px;}
.xjpyhzh_d3_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xjpyhzh_d3_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#fff;}
.xjpyhzh_d3_list1 li img{ display:block; max-width:100%;}

.xjpyhzh_d4{ background:#03367c;}
.xjpyhzh_d4_list li{ float:left; width:48%; height:2.68rem; margin-left:4%; margin-bottom:20px; position:relative;}
.xjpyhzh_d4_list li:nth-child(2n+1){margin-left:0;}
.xjpyhzh_d4_list li img{ display:block; width:100%; height:2.68rem;}
.xjpyhzh_d4_list li .txt{ position:absolute; left:0; bottom:0; width:100%; height:30px; line-height:30px; background:rgba(0,0,0,0.8); font-size:14px; color:#ffffff; text-align:center;}

.xjpyhzh_d5{ background:#f1f7ff;}
.xjpyhzh_d5_list li{ float:left; width:48%; background:#fff; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06); border-radius:5px; padding:10px 10px 10px 60px; box-sizing:border-box; margin-left:4%; margin-bottom:20px; position:relative;}
.xjpyhzh_d5_list li:nth-child(2n+1){ margin-left:0;}
.xjpyhzh_d5_list li .ico{ position:absolute; left:10px; top:10px; width:40px; height:100px; line-height:100px; text-align:center;}
.xjpyhzh_d5_list li .ico img{ vertical-align:middle; max-width:40px; max-height:40px;}
.xjpyhzh_d5_list li .txt{}
.xjpyhzh_d5_list li .txt .txt1{ font-size:14px; color:#333333; font-weight:bold; line-height:25px; max-height:50px; overflow:hidden;}
.xjpyhzh_d5_list li .txt .txt2{ font-size:12px; color:#666666; line-height:25px; height:75px; overflow:hidden;}

.xjpyhzh_d6_list li{ float:left; width:31.33%; margin:0 1% 10px 1%;}
.xjpyhzh_d6_list li img{ display:block; width:100%; height:1.26rem; border:#f0f0f0 1px solid; box-sizing:border-box;}

/*英国公司注册*/
.yggszc_d1_list{}
.yggszc_d1_list li{ float:left; width:44%; margin:0 3%; padding-bottom:20px;}
.yggszc_d1_list li .ico{ width:60px; height:60px; border-radius:50%; border:#03367c 1px solid; margin:0 auto; transition:all 0.3s;}
.yggszc_d1_list li .ico1{ background:url(../images/yggszc_d1_ico1.png) #ffffff center no-repeat; background-size:auto 25px;}
.yggszc_d1_list li .ico2{ background:url(../images/yggszc_d1_ico2.png) #ffffff center no-repeat; background-size:auto 25px;}
.yggszc_d1_list li .ico3{ background:url(../images/yggszc_d1_ico3.png) #ffffff center no-repeat; background-size:auto 25px;}
.yggszc_d1_list li .ico4{ background:url(../images/yggszc_d1_ico4.png) #ffffff center no-repeat; background-size:auto 25px;}
/*
.yggszc_d1_list li:hover .ico1{ background:url(../images/yggszc_d1_ico1_on.png) #03367c center no-repeat;}
.yggszc_d1_list li:hover .ico2{ background:url(../images/yggszc_d1_ico2_on.png) #03367c center no-repeat;}
.yggszc_d1_list li:hover .ico3{ background:url(../images/yggszc_d1_ico3_on.png) #03367c center no-repeat;}
.yggszc_d1_list li:hover .ico4{ background:url(../images/yggszc_d1_ico4_on.png) #03367c center no-repeat;}
*/
.yggszc_d1_list li .txt1{ font-size:14px; color:#666666; line-height:25px; height:50px; overflow:hidden; text-align:center; margin-top:10px;}
.yggszc_d1_list li .txt1 *{ line-height:25px;}

.yggszc_d2{ background:url(../images/mggszc_d2_bg.jpg) center no-repeat; background-size:cover;}
/*.yggszc_d2_list{}
.yggszc_d2_list li{ padding:10px 20px 10px 190px; background:#fff; border-radius:5px; margin-bottom:30px; line-height:40px; font-size:20px; color:#333333;}
.yggszc_d2_list li .no{ display:inline-block; width:40px; height:40px; text-align:center; line-height:40px; border-radius:50%; background:#12468e; font-size:24px; color:#ffffff; margin-right:20px;}*/
.yggszc_d2_list{}
.yggszc_d2_list li{ background:#fff; padding: 10px 10px 10px 50px; line-height:30px; border-radius:5px; margin-top:10px;}
.yggszc_d2_list li:nth-child(1){ margin-top:0;}
.yggszc_d2_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.yggszc_d2_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.yggszc_d3_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.yggszc_d3_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.yggszc_d3_list1 li{ position:relative; padding:10px 0 10px 30px;}
.yggszc_d3_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.yggszc_d3_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#fff;}
.yggszc_d3_list1 li img{ display:block; max-width:100%;}

.yggszc_d4{ background:url(../images/yggszc_d2_bg.jpg) center no-repeat; background-size:cover;}
.yggszc_d4_list li{ float:left; width:50%;}
.yggszc_d4_list li .ico{ height:40px; text-align:center; line-height:40px;}
.yggszc_d4_list li .ico img{ height:40px; vertical-align:middle;}
.yggszc_d4_list li .txt{ font-size:12px; color:#333333; line-height:25px; height:75px; text-align:center; margin-bottom:20px; padding:0 20px; margin-top:10px;}

.yggszc_d5{ background:#f5f5f5;}
.yggszc_d5_list{ padding:10px 0;}
.yggszc_d5_list li{ margin-top:20px;}
.yggszc_d5_list li:nth-child(1){ margin-top:0;}
.yggszc_d5_q{ padding-left:40px; background:url(../images/yggszc_d5_q.png) left top no-repeat; background-size:auto 25px; font-size:14px; color:#333333; font-weight:bold; line-height:25px;}
.yggszc_d5_a{ padding-left:80px; background:url(../images/yggszc_d5_a.png) 40px top no-repeat; background-size:auto 25px; margin-top:10px;}
.yggszc_d5_a .yggszc_d5_a_box{ padding:10px 15px; background:#fff; border:#cccccc 1px solid; border-radius:5px; font-size:14px; color:#333333; line-height:25px;}
.yggszc_d5_a .yggszc_d5_a_box *{ line-height:25px;}


/*(ODI)境外投资备案*/
.jwtzba_d1_list{}
.jwtzba_d1_list li{ background:#f8f8f8; padding: 10px 10px 10px 50px; line-height:30px; border-radius:5px; margin-top:10px;}
.jwtzba_d1_list li:nth-child(1){  margin-top:0;}
.jwtzba_d1_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.jwtzba_d1_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.jwtzba_d2{ background:#f1f7ff;}
.jwtzba_d2_list li{ padding-left:90px; padding-right:20px; position:relative; min-height:60px; margin-top:20px;}
.jwtzba_d2_list li:nth-child(1){ margin-top:0;}
.jwtzba_d2_list li .ico{ position:absolute; left:20px; top:0; width:58px; height:58px; border-radius:50%; border:#03367c 1px solid; margin:0 auto;}
.jwtzba_d2_list li .ico1{ background:url(../images/jwtzba_d2_ico1.png)  center center no-repeat; background-size:auto 25px;}
.jwtzba_d2_list li .ico2{ background:url(../images/jwtzba_d2_ico2.png)  center center no-repeat; background-size:auto 25px;}
.jwtzba_d2_list li .ico3{ background:url(../images/jwtzba_d2_ico3.png)  center center no-repeat; background-size:auto 25px;}
/*
.jwtzba_d2_list li:hover .ico1{ background:url(../images/jwtzba_d2_ico1_on.png) #03367c center center no-repeat;}
.jwtzba_d2_list li:hover .ico2{ background:url(../images/jwtzba_d2_ico2_on.png) #03367c center center no-repeat;}
.jwtzba_d2_list li:hover .ico3{ background:url(../images/jwtzba_d2_ico3_on.png) #03367c center center no-repeat;}
*/
.jwtzba_d2_list li .txt{ font-size:14px; color:#666666; line-height:30px;}
.jwtzba_d2_list li .txt *{ line-height:30px;}

.jwtzba_d3_img{ display:block; width:100%;}
.jwtzba_d3_list{}
.jwtzba_d3_list li{ background:#f8f8f8; padding: 10px 10px 10px 50px; line-height:30px; border-radius:5px; margin-top:10px;}
.jwtzba_d3_list li:nth-child(1){  margin-top:0;}
.jwtzba_d3_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.jwtzba_d3_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.jwtzba_d4_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.jwtzba_d4_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.jwtzba_d4_list1 li{ position:relative; padding:10px 0 10px 30px;}
.jwtzba_d4_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.jwtzba_d4_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#fff;}
.jwtzba_d4_list1 li img{ display:block; max-width:100%;}

/*BVI公司注册*/
.bvigszc_d1_list{}
.bvigszc_d1_list li{ float:left; width:44%; margin:0 3%; padding-bottom:20px;}
.bvigszc_d1_list li .ico{ width:60px; height:60px; border-radius:50%; border:#03367c 1px solid; margin:0 auto; transition:all 0.3s;}
.bvigszc_d1_list li .ico1{ background:url(../images/bvigszc_d1_ico1.png) #ffffff center no-repeat; background-size:auto 25px;}
.bvigszc_d1_list li .ico2{ background:url(../images/bvigszc_d1_ico2.png) #ffffff center no-repeat; background-size:auto 25px;}
.bvigszc_d1_list li .ico3{ background:url(../images/bvigszc_d1_ico3.png) #ffffff center no-repeat; background-size:auto 25px;}
.bvigszc_d1_list li .ico4{ background:url(../images/bvigszc_d1_ico4.png) #ffffff center no-repeat; background-size:auto 25px;}
/*
.bvigszc_d1_list li:hover .ico1{ background:url(../images/bvigszc_d1_ico1_on.png) #03367c center no-repeat;}
.bvigszc_d1_list li:hover .ico2{ background:url(../images/bvigszc_d1_ico2_on.png) #03367c center no-repeat;}
.bvigszc_d1_list li:hover .ico3{ background:url(../images/bvigszc_d1_ico3_on.png) #03367c center no-repeat;}
.bvigszc_d1_list li:hover .ico4{ background:url(../images/bvigszc_d1_ico4_on.png) #03367c center no-repeat;}
*/
.bvigszc_d1_list li .txt1{ font-size:16px; color:#666666; font-weight:bold; overflow:hidden; line-height:25px; text-align:center; margin-top:10px;}
.bvigszc_d1_list li .txt2{ font-size:14px; color:#666666; line-height:25px; margin-top:5px; text-align:center;}
.bvigszc_d1_list li .txt2 *{ line-height:25px;}

.bvigszc_d2{ background:url(../images/bvigszc_d2_bg.jpg) center no-repeat; background-size:cover;}
/*.bvigszc_d2_list{}
.bvigszc_d2_list li{ padding:10px 20px 10px 190px; background:#fff; border-radius:5px; margin-bottom:30px; line-height:40px; font-size:20px; color:#333333;}
.bvigszc_d2_list li .no{ display:inline-block; width:40px; height:40px; text-align:center; line-height:40px; border-radius:50%; background:#12468e; font-size:24px; color:#ffffff; margin-right:20px;}*/
.bvigszc_d2_list{ background:#fff; border-radius:5px; padding:10px 0;}
.bvigszc_d2_list li{ background:#fff; padding: 5px 10px 5px 50px; line-height:30px; border-radius:5px;}
.bvigszc_d2_list li:nth-child(1){ margin-top:0;}
.bvigszc_d2_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.bvigszc_d2_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.bvigszc_d3_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.bvigszc_d3_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.bvigszc_d3_list1 li{ position:relative; padding:10px 0 10px 30px;}
.bvigszc_d3_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.bvigszc_d3_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#fff;}
.bvigszc_d3_list1 li img{ display:block; max-width:100%;}

.bvigszc_d4{ background:#f1f7ff;}
.bvigszc_d4_list li{ margin-top:10px; position:relative; padding-left:50px;}
.bvigszc_d4_list li:nth-child(1){ margin-top:0;}
.bvigszc_d4_list li .ico{ position:absolute; left:0; top:5px; width:40px;}
.bvigszc_d4_list li .ico img{ width:40px;}
.bvigszc_d4_list li .txt1{ font-size:14px; font-weight:bold; color:#333333; line-height:30px;}
.bvigszc_d4_list li .txt2{ font-size:14px; color:#666666; line-height:25px;}
.bvigszc_d4_list li .txt2 *{ line-height:25px;}

.bvigszc_d5_list li{ float:left; width:48%; background:#fff; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06); border-radius:5px; padding:10px 10px 10px 60px; box-sizing:border-box; margin-left:4%; margin-bottom:20px; position:relative;}
.bvigszc_d5_list li:nth-child(2n+1){ margin-left:0;}
.bvigszc_d5_list li .ico{ position:absolute; left:10px; top:10px; width:40px; height:100px; line-height:100px; text-align:center;}
.bvigszc_d5_list li .ico img{ vertical-align:middle; max-width:40px; max-height:40px;}
.bvigszc_d5_list li .txt{}
.bvigszc_d5_list li .txt .txt1{ font-size:14px; color:#333333; font-weight:bold; line-height:25px; height:50px; overflow:hidden;}
.bvigszc_d5_list li .txt .txt2{ font-size:12px; color:#666666; line-height:25px; height:75px; overflow:hidden;}

/*开曼公司注册*/
.kmgszc_d1_list{}
.kmgszc_d1_list li{ float:left; width:44%; margin:0 3%; padding-bottom:20px;}
.kmgszc_d1_list li .ico{ width:60px; height:60px; border-radius:50%; border:#03367c 1px solid; margin:0 auto; transition:all 0.3s;}
.kmgszc_d1_list li .ico1{ background:url(../images/kmgszc_d1_ico1.png) #ffffff center no-repeat; background-size:auto 25px;}
.kmgszc_d1_list li .ico2{ background:url(../images/kmgszc_d1_ico2.png) #ffffff center no-repeat; background-size:auto 25px;}
.kmgszc_d1_list li .ico3{ background:url(../images/kmgszc_d1_ico3.png) #ffffff center no-repeat; background-size:auto 25px;}
.kmgszc_d1_list li .ico4{ background:url(../images/kmgszc_d1_ico4.png) #ffffff center no-repeat; background-size:auto 25px;}
/*
.kmgszc_d1_list li:hover .ico1{ background:url(../images/kmgszc_d1_ico1_on.png) #03367c center no-repeat;}
.kmgszc_d1_list li:hover .ico2{ background:url(../images/kmgszc_d1_ico2_on.png) #03367c center no-repeat;}
.kmgszc_d1_list li:hover .ico3{ background:url(../images/kmgszc_d1_ico3_on.png) #03367c center no-repeat;}
.kmgszc_d1_list li:hover .ico4{ background:url(../images/kmgszc_d1_ico4_on.png) #03367c center no-repeat;}
*/
.kmgszc_d1_list li .txt1{ font-size:16px; color:#666666; font-weight:bold; overflow:hidden; line-height:25px; text-align:center; margin-top:10px;}
.kmgszc_d1_list li .txt2{ font-size:14px; color:#666666; line-height:25px; margin-top:5px; text-align:center;}
.kmgszc_d1_list li .txt2 *{ line-height:25px;}

.kmgszc_d2{ background:url(../images/kmgszc_d2_bg.jpg) center no-repeat; background-size:cover;}
/*.kmgszc_d2_list{}
.kmgszc_d2_list li{ padding:10px 20px 10px 190px; background:#fff; border-radius:5px; margin-bottom:30px; line-height:40px; font-size:20px; color:#333333;}
.kmgszc_d2_list li .no{ display:inline-block; width:40px; height:40px; text-align:center; line-height:40px; border-radius:50%; background:#12468e; font-size:24px; color:#ffffff; margin-right:20px;}*/
.kmgszc_d2_list{ background:#fff; border-radius:5px; padding:10px 0;}
.kmgszc_d2_list li{ background:#fff; padding: 5px 10px 5px 50px; line-height:30px; border-radius:5px;}
.kmgszc_d2_list li:nth-child(1){ margin-top:0;}
.kmgszc_d2_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.kmgszc_d2_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.kmgszc_d3_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.kmgszc_d3_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.kmgszc_d3_list1 li{ position:relative; padding:10px 0 10px 30px;}
.kmgszc_d3_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.kmgszc_d3_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#fff;}
.kmgszc_d3_list1 li img{ display:block; max-width:100%;}

.kmgszc_d4{ background:url(../images/kmgszc_d4_bg.jpg) center no-repeat; background-size:cover;}
.kmgszc_d4_img{ display:block; width:100%;}
.kmgszc_d4_txt{ font-size:14px; color:#333333; line-height:25px; padding-top:10px;}
.kmgszc_d4_txt *{ line-height:25px;}

.kmgszc_d5{ background:#f1f7ff;}
.kmgszc_d5_list li{ margin-top:10px; position:relative; padding-left:50px; min-height:50px;}
.kmgszc_d5_list li:nth-child(1){ margin-top:0;}
.kmgszc_d5_list li .ico{ position:absolute; left:0; top:5px; width:40px;}
.kmgszc_d5_list li .ico img{ width:40px;}
.kmgszc_d5_list li .txt1{ font-size:14px; font-weight:bold; color:#333333; line-height:30px;}
.kmgszc_d5_list li .txt2{ font-size:14px; color:#666666; line-height:25px;}
.kmgszc_d5_list li .txt2 *{ line-height:25px;}

.kmgszc_d6_list li{ float:left; width:48%; background:#fff; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06); border-radius:5px; padding:10px 10px 10px 60px; box-sizing:border-box; margin-left:4%; margin-bottom:20px; position:relative;}
.kmgszc_d6_list li:nth-child(2n+1){ margin-left:0;}
.kmgszc_d6_list li .ico{ position:absolute; left:10px; top:10px; width:40px; height:100px; line-height:100px; text-align:center;}
.kmgszc_d6_list li .ico img{ vertical-align:middle; max-width:40px; max-height:40px;}
.kmgszc_d6_list li .txt{}
.kmgszc_d6_list li .txt .txt1{ font-size:14px; color:#333333; font-weight:bold; line-height:25px; height:50px; overflow:hidden;}
.kmgszc_d6_list li .txt .txt2{ font-size:12px; color:#666666; line-height:25px; height:75px; overflow:hidden;}

/*新加坡公司审计报税*/
.xjpgssjbs_d1_title3{ font-size:14px; color:#666666; text-align:center; margin-top:10px;}
.xjpgssjbs_d1_list li{ box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06); padding:10px 20px; margin-top:20px;}
.xjpgssjbs_d1_list li:nth-child(2n+1){ margin-top:0;}
.xjpgssjbs_d1_list li .title{ font-size:16px; color:#333333; font-weight:bold; line-height:30px;}
.xjpgssjbs_d1_list li .hr{ width:30px; height:2px; background:#03367c; margin-top:10px; margin-bottom:10px;}
.xjpgssjbs_d1_list li .txt{ font-size:14px; color:#333333; line-height:25px;}
.xjpgssjbs_d1_list li .txt *{ line-height:25px;}

.xjpgssjbs_d2{ background:#f1f7ff;}
.xjpgssjbs_d2_list{}
.xjpgssjbs_d2_list li{}
.xjpgssjbs_d2_list li .img{ display:block; width:100%;}
.xjpgssjbs_d2_list li .txt{ padding:10px 10px 20px 10px;}
.xjpgssjbs_d2_list li .txt .txt1{ font-size:16px; color:#333333; line-height:30px; font-weight:bold;}
.xjpgssjbs_d2_list li .txt .txt2{ font-size:14px; color:#333333; line-height:25px; margin-bottom:10px;}

.xjpgssjbs_d3_list li{ float:left; width:50%;}
.xjpgssjbs_d3_list li .ico{ height:60px; line-height:60px; text-align:center;}
.xjpgssjbs_d3_list li .ico img{ height:60px; vertical-align:middle;}
.xjpgssjbs_d3_list li .txt{ font-size:14px; color:#666666; line-height:25px; text-align:center; margin-top:5px; height:75px;}

.xjpgssjbs_d4{ background:url(../images/xjpgssjbs_d4_bg.jpg) center no-repeat; background-size:cover;}
/*.xjpgssjbs_d4_list{}
.xjpgssjbs_d4_list li{ padding:10px 20px 10px 190px; background:#fff; border-radius:5px; margin-bottom:30px; line-height:40px; font-size:20px; color:#333333;}
.xjpgssjbs_d4_list li .no{ display:inline-block; width:40px; height:40px; text-align:center; line-height:40px; border-radius:50%; background:#12468e; font-size:24px; color:#ffffff; margin-right:20px;}*/
.xjpgssjbs_d4_list{}
.xjpgssjbs_d4_list li{ background:#fff; padding: 10px 30px 10px 70px; line-height:30px; border-radius:5px; margin-top:10px;}
.xjpgssjbs_d4_list li:nth-child(1){ margin-top:0;}
.xjpgssjbs_d4_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.xjpgssjbs_d4_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.xjpgssjbs_d5_content{ font-size:14px; color:#666666; line-height:30px; text-align:center;}
.xjpgssjbs_d5_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.xjpgssjbs_d5_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xjpgssjbs_d5_list1 li{ position:relative; padding:10px 0 10px 30px;}
.xjpgssjbs_d5_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.xjpgssjbs_d5_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#fff;}
.xjpgssjbs_d5_list1 li img{ display:block; max-width:100%;}

.xjpgssjbs_d6{ background:#f1f7ff;}
.xjpgssjbs_d6_list li{ float:left; width:48%; background:#fff; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06); border-radius:5px; padding:10px 10px 10px 60px; box-sizing:border-box; margin-left:4%; margin-bottom:20px; position:relative;}
.xjpgssjbs_d6_list li:nth-child(2n+1){ margin-left:0;}
.xjpgssjbs_d6_list li .ico{ position:absolute; left:10px; top:10px; width:40px; height:100px; line-height:100px; text-align:center;}
.xjpgssjbs_d6_list li .ico img{ vertical-align:middle; max-width:40px; max-height:40px;}
.xjpgssjbs_d6_list li .txt{}
.xjpgssjbs_d6_list li .txt .txt1{ font-size:14px; color:#333333; font-weight:bold; line-height:25px; height:50px; overflow:hidden;}
.xjpgssjbs_d6_list li .txt .txt2{ font-size:12px; color:#666666; line-height:25px; height:75px; overflow:hidden;}


/*塞舌尔公司注册*/
.ssrgszc_d1_list{}
.ssrgszc_d1_list li{ float:left; width:44%; margin:0 3%; padding-bottom:20px;}
.ssrgszc_d1_list li .ico{ width:60px; height:60px; border-radius:50%; border:#03367c 1px solid; margin:0 auto; transition:all 0.3s;}
.ssrgszc_d1_list li .ico1{ background:url(../images/ssrgszc_d1_ico1.png) #ffffff center no-repeat; background-size:auto 25px;}
.ssrgszc_d1_list li .ico2{ background:url(../images/ssrgszc_d1_ico2.png) #ffffff center no-repeat; background-size:auto 25px;}
.ssrgszc_d1_list li .ico3{ background:url(../images/ssrgszc_d1_ico3.png) #ffffff center no-repeat; background-size:auto 25px;}
.ssrgszc_d1_list li .ico4{ background:url(../images/ssrgszc_d1_ico4.png) #ffffff center no-repeat; background-size:auto 25px;}
/*
.ssrgszc_d1_list li:hover .ico1{ background:url(../images/ssrgszc_d1_ico1_on.png) #03367c center no-repeat;}
.ssrgszc_d1_list li:hover .ico2{ background:url(../images/ssrgszc_d1_ico2_on.png) #03367c center no-repeat;}
.ssrgszc_d1_list li:hover .ico3{ background:url(../images/ssrgszc_d1_ico3_on.png) #03367c center no-repeat;}
.ssrgszc_d1_list li:hover .ico4{ background:url(../images/ssrgszc_d1_ico4_on.png) #03367c center no-repeat;}
*/
.ssrgszc_d1_list li .txt1{ font-size:16px; color:#666666; font-weight:bold; overflow:hidden; line-height:25px; text-align:center; margin-top:10px;}
.ssrgszc_d1_list li .txt2{ font-size:14px; color:#666666; line-height:25px; margin-top:5px; text-align:center;}
.ssrgszc_d1_list li .txt2 *{ line-height:25px;}

.ssrgszc_d2{ background:url(../images/ssrgszc_d2_bg.jpg) center no-repeat; background-size:cover;}
/*.ssrgszc_d2_list{}
.ssrgszc_d2_list li{ padding:10px 20px 10px 190px; background:#fff; border-radius:5px; margin-bottom:30px; line-height:40px; font-size:20px; color:#333333;}
.ssrgszc_d2_list li .no{ display:inline-block; width:40px; height:40px; text-align:center; line-height:40px; border-radius:50%; background:#12468e; font-size:24px; color:#ffffff; margin-right:20px;}*/
.ssrgszc_d2_list{ background:#fff; border-radius:5px; padding:10px 0;}
.ssrgszc_d2_list li{ background:#fff; padding: 5px 10px 5px 50px; line-height:30px; border-radius:5px;}
.ssrgszc_d2_list li:nth-child(1){ margin-top:0;}
.ssrgszc_d2_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.ssrgszc_d2_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.ssrgszc_d3_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.ssrgszc_d3_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.ssrgszc_d3_list1 li{ position:relative; padding:10px 0 10px 30px;}
.ssrgszc_d3_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.ssrgszc_d3_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#fff;}
.ssrgszc_d3_list1 li img{ display:block; max-width:100%;}

.ssrgszc_d4{ background:#f1f7ff;}
.ssrgszc_d4_list li{ margin-top:10px; position:relative; padding-left:50px;}
.ssrgszc_d4_list li:nth-child(1){ margin-top:0;}
.ssrgszc_d4_list li .ico{ position:absolute; left:0; top:5px; width:40px;}
.ssrgszc_d4_list li .ico img{ width:40px;}
.ssrgszc_d4_list li .txt1{ font-size:14px; font-weight:bold; color:#333333; line-height:30px;}
.ssrgszc_d4_list li .txt2{ font-size:14px; color:#666666; line-height:25px;}
.ssrgszc_d4_list li .txt2 *{ line-height:25px;}

.ssrgszc_d5_list li{ float:left; width:48%; background:#fff; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06); border-radius:5px; padding:10px 10px 10px 60px; box-sizing:border-box; margin-left:4%; margin-bottom:20px; position:relative;}
.ssrgszc_d5_list li:nth-child(2n+1){ margin-left:0;}
.ssrgszc_d5_list li .ico{ position:absolute; left:10px; top:10px; width:40px; height:100px; line-height:100px; text-align:center;}
.ssrgszc_d5_list li .ico img{ vertical-align:middle; max-width:40px; max-height:40px;}
.ssrgszc_d5_list li .txt{}
.ssrgszc_d5_list li .txt .txt1{ font-size:14px; color:#333333; font-weight:bold; line-height:25px; height:50px; overflow:hidden;}
.ssrgszc_d5_list li .txt .txt2{ font-size:12px; color:#666666; line-height:25px; height:75px; overflow:hidden;}


/*马绍尔公司注册*/
.mzegszc_d1_list{}
.mzegszc_d1_list li{ float:left; width:44%; margin:0 3%; padding-bottom:20px;}
.mzegszc_d1_list li .ico{ width:60px; height:60px; border-radius:50%; border:#03367c 1px solid; margin:0 auto; transition:all 0.3s;}
.mzegszc_d1_list li .ico1{ background:url(../images/mzegszc_d1_ico1.png) #ffffff center no-repeat; background-size:auto 25px;}
.mzegszc_d1_list li .ico2{ background:url(../images/mzegszc_d1_ico2.png) #ffffff center no-repeat; background-size:auto 25px;}
.mzegszc_d1_list li .ico3{ background:url(../images/mzegszc_d1_ico3.png) #ffffff center no-repeat; background-size:auto 25px;}
.mzegszc_d1_list li .ico4{ background:url(../images/mzegszc_d1_ico4.png) #ffffff center no-repeat; background-size:auto 25px;}
/*
.mzegszc_d1_list li:hover .ico1{ background:url(../images/mzegszc_d1_ico1_on.png) #03367c center no-repeat;}
.mzegszc_d1_list li:hover .ico2{ background:url(../images/mzegszc_d1_ico2_on.png) #03367c center no-repeat;}
.mzegszc_d1_list li:hover .ico3{ background:url(../images/mzegszc_d1_ico3_on.png) #03367c center no-repeat;}
.mzegszc_d1_list li:hover .ico4{ background:url(../images/mzegszc_d1_ico4_on.png) #03367c center no-repeat;}
*/
.mzegszc_d1_list li .txt1{ font-size:16px; color:#666666; font-weight:bold; overflow:hidden; line-height:25px; text-align:center; margin-top:10px;}
.mzegszc_d1_list li .txt2{ font-size:14px; color:#666666; line-height:25px; margin-top:5px; text-align:center;}
.mzegszc_d1_list li .txt2 *{ line-height:25px;}

.mzegszc_d2{ background:url(../images/mzegszc_d2_bg.jpg) center no-repeat; background-size:cover;}
/*.mzegszc_d2_list{}
.mzegszc_d2_list li{ padding:10px 20px 10px 190px; background:#fff; border-radius:5px; margin-bottom:30px; line-height:40px; font-size:20px; color:#333333;}
.mzegszc_d2_list li .no{ display:inline-block; width:40px; height:40px; text-align:center; line-height:40px; border-radius:50%; background:#12468e; font-size:24px; color:#ffffff; margin-right:20px;}*/
.mzegszc_d2_list{ background:#fff; border-radius:5px; padding:10px 0;}
.mzegszc_d2_list li{ background:#fff; padding: 5px 10px 5px 50px; line-height:30px; border-radius:5px;}
.mzegszc_d2_list li:nth-child(1){ margin-top:0;}
.mzegszc_d2_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.mzegszc_d2_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.mzegszc_d3_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.mzegszc_d3_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.mzegszc_d3_list1 li{ position:relative; padding:10px 0 10px 30px;}
.mzegszc_d3_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.mzegszc_d3_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#fff;}
.mzegszc_d3_list1 li img{ display:block; max-width:100%;}

.mzegszc_d4{ background:#f1f7ff;}
.mzegszc_d4_list li{ margin-top:10px; position:relative; padding-left:50px;}
.mzegszc_d4_list li:nth-child(1){ margin-top:0;}
.mzegszc_d4_list li .ico{ position:absolute; left:0; top:5px; width:40px;}
.mzegszc_d4_list li .ico img{ width:40px;}
.mzegszc_d4_list li .txt1{ font-size:14px; font-weight:bold; color:#333333; line-height:30px;}
.mzegszc_d4_list li .txt2{ font-size:14px; color:#666666; line-height:25px;}
.mzegszc_d4_list li .txt2 *{ line-height:25px;}

.mzegszc_d5_list li{ float:left; width:48%; background:#fff; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06); border-radius:5px; padding:10px 10px 10px 60px; box-sizing:border-box; margin-left:4%; margin-bottom:20px; position:relative;}
.mzegszc_d5_list li:nth-child(2n+1){ margin-left:0;}
.mzegszc_d5_list li .ico{ position:absolute; left:10px; top:10px; width:40px; height:100px; line-height:100px; text-align:center;}
.mzegszc_d5_list li .ico img{ vertical-align:middle; max-width:40px; max-height:40px;}
.mzegszc_d5_list li .txt{}
.mzegszc_d5_list li .txt .txt1{ font-size:14px; color:#333333; font-weight:bold; line-height:25px; height:50px; overflow:hidden;}
.mzegszc_d5_list li .txt .txt2{ font-size:12px; color:#666666; line-height:25px; height:75px; overflow:hidden;}


/*萨摩亚公司注册*/
.smygszc_d1_list{}
.smygszc_d1_list li{ float:left; width:44%; margin:0 3%; padding-bottom:20px;}
.smygszc_d1_list li .ico{ width:60px; height:60px; border-radius:50%; border:#03367c 1px solid; margin:0 auto; transition:all 0.3s;}
.smygszc_d1_list li .ico1{ background:url(../images/smygszc_d1_ico1.png) #ffffff center no-repeat; background-size:auto 25px;}
.smygszc_d1_list li .ico2{ background:url(../images/smygszc_d1_ico2.png) #ffffff center no-repeat; background-size:auto 25px;}
.smygszc_d1_list li .ico3{ background:url(../images/smygszc_d1_ico3.png) #ffffff center no-repeat; background-size:auto 25px;}
.smygszc_d1_list li .ico4{ background:url(../images/smygszc_d1_ico4.png) #ffffff center no-repeat; background-size:auto 25px;}
/*
.smygszc_d1_list li:hover .ico1{ background:url(../images/smygszc_d1_ico1_on.png) #03367c center no-repeat;}
.smygszc_d1_list li:hover .ico2{ background:url(../images/smygszc_d1_ico2_on.png) #03367c center no-repeat;}
.smygszc_d1_list li:hover .ico3{ background:url(../images/smygszc_d1_ico3_on.png) #03367c center no-repeat;}
.smygszc_d1_list li:hover .ico4{ background:url(../images/smygszc_d1_ico4_on.png) #03367c center no-repeat;}
*/
.smygszc_d1_list li .txt1{ font-size:16px; color:#666666; font-weight:bold; overflow:hidden; line-height:25px; text-align:center; margin-top:10px;}
.smygszc_d1_list li .txt2{ font-size:14px; color:#666666; line-height:25px; margin-top:5px; text-align:center;}
.smygszc_d1_list li .txt2 *{ line-height:25px;}

.smygszc_d2{ background:url(../images/smygszc_d2_bg.jpg) center no-repeat; background-size:cover;}
/*.smygszc_d2_list{}
.smygszc_d2_list li{ padding:10px 20px 10px 190px; background:#fff; border-radius:5px; margin-bottom:30px; line-height:40px; font-size:20px; color:#333333;}
.smygszc_d2_list li .no{ display:inline-block; width:40px; height:40px; text-align:center; line-height:40px; border-radius:50%; background:#12468e; font-size:24px; color:#ffffff; margin-right:20px;}*/
.smygszc_d2_list{ background:#fff; border-radius:5px; padding:10px 0;}
.smygszc_d2_list li{ background:#fff; padding: 5px 10px 5px 50px; line-height:30px; border-radius:5px;}
.smygszc_d2_list li:nth-child(1){ margin-top:0;}
.smygszc_d2_list li .txt{ font-size:14px; color:#333333; line-height:30px; position:relative;}
.smygszc_d2_list li .txt .no{ position:absolute; left:-36px; top:2px; width:26px; height:26px; background:#12468e; border-radius:50%; font-size:14px; color:#ffffff; line-height:26px; text-align:center;}

.smygszc_d3_list1{ margin-left: 30px; border-left:#cccccc 1px solid; position:relative;}
.smygszc_d3_list1:before { content: "";  position:absolute; left:-5px; top:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.smygszc_d3_list1 li{ position:relative; padding:10px 0 10px 30px;}
.smygszc_d3_list1 li:before { content: "";  position:absolute; left:-5px; bottom:-5px; width:9px; height:9px; background:#cccccc; border-radius:50%;}
.smygszc_d3_list1 li .no{ position:absolute; left:-30px; top:50%; margin-top:-15px; width:60px; height:30px; text-align:center; line-height:30px; font-size:14px; color:#333333; background:#fff;}
.smygszc_d3_list1 li img{ display:block; max-width:100%;}

.smygszc_d4{ background:#f1f7ff;}
.smygszc_d4_list li{ margin-top:10px; position:relative; padding-left:50px;}
.smygszc_d4_list li:nth-child(1){ margin-top:0;}
.smygszc_d4_list li .ico{ position:absolute; left:0; top:5px; width:40px;}
.smygszc_d4_list li .ico img{ width:40px;}
.smygszc_d4_list li .txt1{ font-size:14px; font-weight:bold; color:#333333; line-height:30px;}
.smygszc_d4_list li .txt2{ font-size:14px; color:#666666; line-height:25px;}
.smygszc_d4_list li .txt2 *{ line-height:25px;}

.smygszc_d5_list li{ float:left; width:48%; background:#fff; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06); border-radius:5px; padding:10px 10px 10px 60px; box-sizing:border-box; margin-left:4%; margin-bottom:20px; position:relative;}
.smygszc_d5_list li:nth-child(2n+1){ margin-left:0;}
.smygszc_d5_list li .ico{ position:absolute; left:10px; top:10px; width:40px; height:100px; line-height:100px; text-align:center;}
.smygszc_d5_list li .ico img{ vertical-align:middle; max-width:40px; max-height:40px;}
.smygszc_d5_list li .txt{}
.smygszc_d5_list li .txt .txt1{ font-size:14px; color:#333333; font-weight:bold; line-height:25px; height:50px; overflow:hidden;}
.smygszc_d5_list li .txt .txt2{ font-size:12px; color:#666666; line-height:25px; height:75px; overflow:hidden;}


/*香港公司变更类型*/
.xggsbg_d1_list li{/* float:left; margin-left:4%; height:520px;*/ width:100%%; background:#fff; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06); margin-bottom:20px; padding-bottom:20px;}
/*.xggsbg_d1_list li:nth-child(2n+1){ margin-left:0;}*/
/*.xggsbg_d1_list li:nth-child(4){ margin-left:244px;}*/
.xggsbg_d1_list li img{ display:block; width:100%;/* height:2.06rem; object-fit: cover;*/}
.xggsbg_d1_list li .title{ font-size:16px; color:#333333; font-weight:bold; text-align:center; line-height:30px; padding:10px 10px 5px 10px;}
.xggsbg_d1_list li .txt{ font-size:14px; color:#333333; text-align:center; line-height:25px; padding:0 10px;}
.xggsbg_d1_list li .txt *{ line-height:25px;}
.xggsbg_d1_list li:hover .fd img{transform: scale(1.05);}


.xggsbg_d2_list li{ float:left; width:48%; background:#fff; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06); border-radius:5px; padding:10px 10px 10px 60px; box-sizing:border-box; margin-left:4%; margin-bottom:20px; position:relative;}
.xggsbg_d2_list li:nth-child(2n+1){ margin-left:0;}
.xggsbg_d2_list li .ico{ position:absolute; left:10px; top:10px; width:40px; height:100px; line-height:100px; text-align:center;}
.xggsbg_d2_list li .ico img{ vertical-align:middle; max-width:40px; max-height:40px;}
.xggsbg_d2_list li .txt{}
.xggsbg_d2_list li .txt .txt1{ font-size:14px; color:#333333; font-weight:bold; line-height:25px;}
.xggsbg_d2_list li .txt .txt2{ font-size:12px; color:#666666; line-height:25px; height:75px; overflow:hidden;}

/*成功案例*/
.case_list li{ float:left; width:48%; height:2.68rem; margin-left:4%; margin-bottom:20px; position:relative;}
.case_list li:nth-child(2n+1){margin-left:0;}
.case_list li img{ display:block; width:100%; height:2.68rem;}
.case_list li .txt{ position:absolute; left:0; bottom:0; width:100%; height:30px; line-height:30px; background:rgba(0,0,0,0.8); font-size:14px; color:#ffffff; text-align:center;}

/*新闻中心*/
.news_nav{ text-align:center; line-height:62px;}
.news_nav a{ float:left; width:46%; height:40px; line-height:38px; text-align:center; border:#cccccc 1px solid; background:#fff; font-size:12px; color:#666666; margin:0 2%; box-sizing:border-box;}
.news_nav a.on,
.news_nav a:hover{ background:#03367c; color:#fff; border:#03367c 1px solid;}

.news_list li{ padding:15px 0; border-bottom:#f0f0f0 1px dashed; padding-left:110px; position:relative;}
.news_list li .fd{ position:absolute; left:0; top:15px; width:100px; height:75px;}
.news_list li .fd img{ width:100px; height:75px; object-fit: cover;}
.news_list li .txt{}
.news_list li .txt .txt1{ height:25px; line-height:25px; font-size:14px; color:#222222; font-weight:bold;}
.news_list li .txt .txt2{ height:25px; line-height:25px; font-size:12px; color:#666666;}
.news_list li .txt .txt3{ line-height:25px; font-size:12px; color:#666666;}
.news_list li:hover .fd img{transform: scale(1.05)}
.news_list li:hover .txt1{ color:#204f90;}


/*新闻详情页*/
.news_i_title1{ font-size:16px; color:#333333; line-height:40px; text-align:center; font-weight:bold;}
.news_i_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; padding-bottom:10px; border-bottom:#e5e5e5 1px solid; margin-bottom:10px;}
.news_i_more{ margin-top:10px; border-top:#e5e5e5 1px solid; position:relative; padding-top:10px;}
.news_i_more .news_i_more1{ padding-right:100px; font-size:14px; color:#919191; line-height:30px;}
.news_i_more .news_i_more2{ position:absolute; right:0; top:10px; font-size:14px; color:#919191; line-height:30px;}
.news_i_more a{ color:#919191;}

.news_i_ywzx{ background:#f7f7f7; padding:0 15px;}
.news_i_inp{ display:block; width:100%; height:40px; line-height:30px; padding:5px 15px; box-sizing:border-box; border:0; outline:none;}
.news_i_textarea{ display:block; width:100%; height:100px; line-height:30px; padding:5px 15px; box-sizing:border-box; border:0; font-family:"微软雅黑"; outline:none;}
.news_i_bt{ display:block; width:120px; height:40px; line-height:40px; border:0; background:#03367c; font-size:14px; color:#fff; margin:0 auto; cursor:pointer;}


/*联系我们*/
.lianxi_d1_list li{ float:left; width:50%;}
.lianxi_d1_list li .ico{ width:50px; height:50px; margin:0 auto; line-height:50px; text-align:center; border:#cccccc 1px solid; border-radius:50%; position:relative; top:0; transition:all 0.3s;}
.lianxi_d1_list li .ico img{ vertical-align:middle; max-width:18px; max-height:18px;}
.lianxi_d1_list li .title{ font-size:14px; color:#222222; font-weight:bold; line-height:30px; margin-top:10px; text-align:center;}
.lianxi_d1_list li .txt{ font-size:12px; color:#666666; line-height:25px; height:100px; text-align:center;}

.lianxi_d2{ background:url(../images/lianxi_d2_bg.jpg) center no-repeat; padding:0 15px; background-size:cover;}
.lianxi_d2_title{ font-size:18px; color:#ffffff; font-weight:bold; line-height:40px; text-align:center;}
.lianxi_d2_txt{ font-size:14px; color:#ffffff; line-height:30px; text-align:center; margin-top:10px;}
.lianxi_d2_txt *{ line-height:30px;}

.lx_inp{ display:block; width:100%; height:40px; line-height:30px; padding:5px 15px; box-sizing:border-box; border:0; outline:none;}
.lx_textarea{ display:block; width:100%; height:100px; line-height:30px; padding:5px 15px; box-sizing:border-box; border:0; font-family:"微软雅黑"; outline:none;}
.lx_bt{ display:block; width:60%; height:50px; line-height:50px; border:0; background:#222222; font-size:14px; color:#fff; font-weight:bold; margin:0 auto; cursor:pointer;}

/*关于我们*/
.ab_d1_l{}
.ab_d1_l_title{ font-size:18px; color:#03367c; line-height:30px; font-weight:bold; padding-top:20px;}
.ab_d1_l_txt{ font-size:14px; color:#333333; line-height:30px; margin-top:5px;}
.ab_d1_l_txt *{ line-height:30px;}
.ab_d1_r{}
.ab_d1_img{ display:block; width:100%;}

.ab_d1_list li{ float:left; width:33.33%; margin-top:10px;}
.ab_d1_list li:nth-child(1){ margin-left:0;}
.ab_d1_list li .ico{ height:40px; line-height:40px; text-align:center;}
.ab_d1_list li .ico img{ height:30px; vertical-align:middle;}
.ab_d1_list li .txt{ font-size:14px; color:#2c2b2c; text-align:center; line-height:30px; margin-top:5px;}

.ab_d2_list li{ float:left; width:48%; margin-left:4%; background:#f0f0f0; margin-bottom:20px;}
.ab_d2_list li:nth-child(2n+1){ margin-left:0;}
.ab_d2_list li img{ display:block; width:100%; height:5.18rem; object-fit: cover;}
.ab_d2_list li .txt{ padding:5px 0; font-size:14px; color:#666666; line-height:30px; text-align:center;}

