
body {
	color: #131313;
}
div, input {
	/* 任何内边距和边框都将在已设定的宽度和高度内进行绘制 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
ul, li {
	list-style: outside none none; /* 列表属性 */
}
a {
	text-decoration: none; /* 去掉链接下划线 */
	cursor: pointer;
	color: #131313;
}
button {
	border: none;
	outline: none; /* 外边框 */
	cursor: pointer;
}

.clear {  
	height: 0;  
	visibility: hidden;  
	display: block;  
	clear: both;  
}
.ph, .zph {
	display: none;
}
.w1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/* header */
header {
    /*position: absolute;*/
	/*width: 100%;
	z-index: 11;*/
	height: 100px;

}
.header-top-bg {
	background-color: #fff;
}
.header-top {
	background-color: #fff;
	height: 70px;
	line-height: 70px;
}
.logopc{position: absolute;left: 10%;top:20px;}
.tips {
	font-size: 14px;
	line-height: 130%;
	border-left: 5px solid #131313;
	padding-left: 5px;
}
.top-right {
	float: right;
	width: 300px;
}
/* search */
.search {
	width: 200px;
	float: left;
	position: relative;
}
.search-input {
	width: 100%;
	max-width: 200px;
	height: 30px;
	outline: none;
	padding-left: 7%;
	border-radius: 20px;
	border: 1px solid #131313;
	font-size: 14px;
}
.search-submit {
	width: 17px;
	height: 17px;
	border: none;
	background: url(../images/search.png) top center / cover no-repeat;
	position: absolute;
	top: 27px;
	right: 10px;
}
/* share */
.share {
	width: 80px;
	float: right;
}
/* 去除分享额外的样式 */
.bdshare-button-style0-24 a{
	float: none !important;
	padding: 0 !important;
	background: none !important;
	margin: 0 7px !important;
}
.share a {
	margin: 0 7px !important;
	position: relative;
	top: 5px;
}
.share a img {
	width: 24px;
}
/* 微信二维码 */
.bd_weixin_popup {
    width: 285px !important;
    height: 305px !important;
}
/* header-bottom */



.header-nav {
	height: 100px;
	line-height: 100px;
	position: relative;
	z-index: 20;
	text-align: center;
	background-color: #574D72;

}
/*.header-nav .logo {
	display: inline-block;
	max-width: 168px;
	margin: 0 25px;
}*/
.header-nav .logo img {
	position: relative;
	top: 15px;
}
.header-nav .logo :hover {
	transform: scale(1.05);
}
/* nav */


.nav {
	float: none;
	margin: 0 auto;
}
.nav ul li {
	display: inline-block;
	margin: 0 10px;
}
.nav ul li a {
	/* 	font-size:16px;
	text-align: center;
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 40px;
color: #fff; */
}
.nav ul li a.active, .nav ul li a:hover {
	
	/*color: #FFFF00;*/
	/* font-weight: bold; */
	/* background-color: #7d65b0; */
	/* border-radius: 10px; */


}
.nav-bg {
	position: absolute;
	top: 70px;
	width: 100%;
	height: 100px;
	opacity: 0.6;
	background-color: #fff;
}












/* 注册公司 */
.index-register.world {
	background-color: #239d73;
}
.register-about {
	padding: 55px 0;
}
.register-header {
	position: relative;
}
.register-header h2 {
	font-size: 20px;
	text-align: center;
}
.register-header h3 {
	font-size: 18px;
	text-align: center;
	position: relative;
}
.register-header h3:before {
	content: '';
	position: absolute;         
    top: 64.5%;
    left: 1%;
    background: #fff;       
    width: 32%;
    max-width: 500px;
    height: 1px;
}
.register-header h3:after {
	content: '';
	position: absolute;         
    top: 64.5%;
    right: 1%;
    background: #fff;       
    width: 32%;
    max-width: 500px;
    height: 1px;
}
.register-header a {
	position: absolute;
	bottom: 15px;
	right: 1%;
	background-color: #d2d2d2;
	width: 65px;
	height: 20px;
	line-height: 20px;
	border-radius: 20px;
	text-align: center;
}
.company {
	margin: 10px 0;
}
.country {
	width: 16.66667%;
	float: left;
	padding: 10px 0;
	position: relative;
}
.flag {
	width: 50%;
	margin: 10px auto;
}
.register-name {
	text-align: center;
	font-size: 13px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.strength {
	display: none;
}
.country a {
	display: none;
}
.country:hover {
	background-color: rgba(30,30,30,0.7);
}
.country:hover .flag, .country:hover .register-name {
	opacity: 0.05;
}
.country:hover .strength {
	display: block;
	color: #fff;
	width: 88%;
	line-height: 166%;
	position: absolute;
	top: 10%;
	left: 6%;
}
.country:hover a {
	display: block;
	position: absolute;
	bottom: 10%;
	left: 17.5%;
	color: #1e1e1e;
	font-size: 13px;
	background-color: #fff;
	width: 65%;
	height: 30px;
	line-height: 230%;
	text-align: center;
	border-radius: 20px;
}
.register-footer {
	padding: 30px 10px 0 30px;
}
.question {
	font-size: 14px;
	line-height: 50px;
	margin: auto 30px;
	color: #fff;
}
.service-link {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	width: 27%;
	height: 50px;
	line-height: 50px;
	background: url(../images/service.png) 20% center  no-repeat;
	background-color: #d2d2d2;
	border-radius: 30px;
	float: right;
}

/* faq & news */
.faq {
	float: left;
	width: 28.6%;
	height: 732px;
	padding: 65px 0 0 125px;
	position: relative;
}
.faq h2, .faq h3 {
	font-size: 24px;
	color: #1e1e1e;
	line-height: 170%;
	margin-left: -15%;
}
.z_more,.z_more1{
	margin-left: 10px;
	font-size: 14px;
	color: #1e1e1e;
}
.z_more1{
	color: #1e1e1e;
}
.faq h3 {
	margin-bottom: 40px;
}
.faq ul {
	width: 50%;
	height: 85%;
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	margin: auto;
}
.faq ul li {
	list-style-type: disc;
	color: #1e1e1e;
	margin: 13% 0;
}
.faq ul li a {
	color: #1e1e1e;
	line-height: 180%;
}
.news-position {
	float: right;
	width: 71.4%;
	height: 732px;
	padding: 55px 150px 0;
}
.news-pos {
	display: inline-block;
	width: 45%;
	padding: 0 10px;
}
.news1 {
	margin-right: 4%;
}
.news2 {
	margin-left: 4%;
}
.news-pos h2 {
	font-size: 24px;
	color: #1e1e1e;
}
.news-first {
	margin: 25px 0 0 0;
	position: relative;
}
.first-img {
	float: left;
	width: 109px;
	margin-right: 20px;
}
.first-info dt {
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.first-desc {
	margin: 8px 0 0 0;
	line-height: 140%;
}
.first-more {
	margin-top: 5px;
}
.news-pos ul {
	margin: 50px 0 0 20px;
}
.news-pos ul li {
	list-style-type: disc;
	color: #1e1e1e;
	margin: 7% 0;
}
.first-title {
	width: 75%;
	display: inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.first-time {
	width: 33px;
	float: right;
}

/* index-shows */
.index-shows {
	padding: 55px 0 35px;
}
.index-tab li {
	display: inline-block;
	width: 285px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	position: relative;
	color: #535353;
	border-bottom: 4px solid #e6e7e7;
}
.index-tab li span {
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
}
.index-tab li.active {
	color: #249e74;
	border-bottom: 4px solid #249e74;
}
.tab-show {
	margin-top: 20px;
}
.tab-show ul {
	margin: 40px 0 7% 0;
}
.tab-show li {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.tab-show li p {
	position: absolute;
	bottom: 0%;
	left: 0;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 53px;
	line-height: 53px;
	background-color: rgba(230,225,218,0.7);
}
.index-honor {
	margin: 4% auto 0;
}
.index-honor h2 {
	font-size: 18px;
	margin-bottom: 5px;
	text-align: center;
}
.index-honor h3 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}
.index-honor h3:before {
	content: '';
	position: absolute;         
    top: 63%;
    left: 1%;
    background: #dfdfdf;       
    width: 37.5%;
    max-width: 500px;
    height: 1px;
}
.index-honor h3:after {
	content: '';
	position: absolute;         
    top: 63%;
    right: 1%;
    background: #dfdfdf;       
    width: 37.5%;
    max-width: 500px;
    height: 1px;
}
.index-honor ul {
	margin: 20px 0 0 0;
}
.index-honor li {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.index-honor li img {
	display: block;
	float: left;
	width: 48%;
}
.index-honor li p{
	float: right;
	width: 40%;
	padding-top: 10px;
}

/* 右边的固定表单 */
.index-form {
	display: none;
	width: 200px;
	height: 490px;
	padding: 25px 14px;
	background: url(../images/form.png) top center / cover no-repeat;
	position: relative;
	position: fixed;
	top: 200px;
	right: 80px;
}
.form-top {
	font-weight: bold;
	font-size: 14px;
	color: #2c1e4e;
	line-height: 150%;
	margin-bottom: 25px;
}
.close {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 0; 
	height: 0; 
	border-top: 34px solid; 
	border-right: 36px solid transparent;
	opacity: 0;
	cursor: pointer; 
}
.contact-form {
	margin-top: 40px;
	text-align: center;
}
.contact-form input {
	width: 150px;
	height: 30px;
	margin: 6px auto;
	outline: none;
	font-size: 14px;
	color: #2c1e4e;
	padding-left: 15px;
}
/* 输入框提示文本样式 */
.contact-form input::-webkit-input-placeholder {
	color: #2c1e4e;
}
.contact-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #2c1e4e;
}
.contact-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #2c1e4e;
}
.error-show {
	color: #fff;
	font-size: 14px;
	margin-bottom: 7px;
}
.index-submit {
	width: 150px;
	height: 40px !important;
	line-height: 40px;
	padding-left: 0 !important;
	font-size: 14px;
	font-weight: bold;
	color: #2c1e4e;
	background-color: #ae90f5;
	border: none;
	cursor: pointer;
}

/* 注册香港公司 */
.banner {
	width: 100%;
	height: 520px;
	position: relative;
	z-index: 5;
}
.font {
	max-width: 505px;
	max-height: 333px;
	margin: auto;
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
}
.font2 {
	max-width: 505px;
	max-height: 333px;
	position: absolute;
	top: 30%;
	left: 15%;
}
.reg-title {
	text-align: center;
	padding-bottom: 40px;
}
.reg-title dt {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}
.reg-title dd {
	font-family: 'Arial';
	color: #333;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.reg-title dd:before {
	content: '';
	position: absolute;         
    top: 60%;
    left: 1%;
    background: #ccc;       
    width: 26%;
    max-width: 500px;
    height: 1px;
}
.reg-title dd:after {
	content: '';
	position: absolute;         
    top: 60%;
    right: 1%;
    background: #ccc;       
    width: 26%;
    max-width: 500px;
    height: 1px;
}
.ask {
	display: block;
	width: 151px;
	height: 45px;
	line-height: 45px;
	color: #333;
	text-align: center;
	font-size: 14px;
	border-radius: 30px;
	border: 1px solid #333;
	margin: 50px auto 0;
}
.reg1 {
	padding: 80px 0% 100px;
}
.reg1 h6 {
	color: #333;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5%;
}
.reg1-font {
	float: left;
	width: 51.7%;
	padding: 0 10px;
}
.reg1-font h2 {
	color: #333;
	font-size: 30px;
	margin-bottom: 10px;
}
.reg1-font h3 {
	color: #333;
	font-size: 16px;
	margin-bottom: 10%;
}
.reg1-font>p {
	color: #333;
	font-size: 18px;
	line-height: 145%;
}
.reg1-font li {
	display: flex;
	margin: 20px 0;
	line-height: 150%;
}
.reg1-font li span {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	background-color: #7d65b0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin: 1px 2% 0 0;	
}
.reg1-font li p {
	display: inline-block;
	color: #7d65b0;
	font-size: 18px;
	line-height: 150%;
	width: 90%;
}
.reg1-pic {
	width: 48.3%;
	float: right;
}
.reg2 {
	padding: 80px 0 100px;
	background-color: #f5f5f5;
}
.strength-li li {
	float: left;
	width: 24%;
	height: 212px;
	margin: 0.7% 0.5%;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.strength-li li:hover {
	background-color: #fff;
	color: #333;
}
.strength-li li dl {
	position: relative;
	top: 15%;
}
.strength-li li dt {
	font-size: 24px;
	margin: 0 auto 5%;
}
.strength-li li dd {
	width: 58%;
	font-size: 14px;
	line-height: 150%;
	margin: 0 auto;
}
.nec-li {
	padding: 0 1%;
}
.nec-li li {
	float: left;
	width: 24.5%;
	margin: 0 0.333333%;
	text-align: center;
	color: #333333;
	background-color: #fff;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.62);
}
.nec-li li:first-child {
	margin-left: 0;
}
.nec-li li:last-child {
	margin-right: 0;
}
.nec-li li:hover {
	background-color: #eee;
}
.nec-li .img {
	width: 40%;
	margin: 10% auto;
}
.nec-desc {
	padding: 0 20% 30%;
}
.nec-desc dt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10%;
}
.nec-desc dd {
	font-size: 14px;
	line-height: 130%;
	min-height: 72px;
}
.advan-li li {
	float: left;
	width: 16%;
	margin: 0.3333%;
	text-align: center;
	color: #333333;
}
.advan-li .img {
	width: 70%;
	margin: 0 auto;
}
.advan-li .desc dt {
	font-size: 18px;
	margin: 20px 0;
}
.advan-li .desc dd {
	min-height: 90px;
	line-height: 150%;
}
.reg-event h2 {
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #444444;
	font-size: 14px;
	font-weight: normal;
}
.reg-event ul {
	margin: 10px 0;
}
.reg-event li {
	float: left;
	width: 19.4%;
	margin: 0 0.3%;
	background-color: #e6e6e6;
	color: #444444;
	text-align: center;
	box-shadow: 3px 3px 7px #999;
}
.reg-event li .img {
	width: 40%;
	margin: 15% auto;
}
.reg-event li .desc dt {
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0;
}
.reg-event li .desc dd {
	min-height: 120px;
	font-size: 14px;
	line-height: 1.3;
	padding: 5%;
}
.company-li {
	width: 98%;
}
.company-li li {
	float: left;
	width: 33%;
	height: 212px;
	color: #fff;
	position: relative;
	text-align: center;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0.5% 0;
}
.company-li li:nth-child(3n-1) {
	margin: 0.5%;
}
.company-li li dl {
	width: 80%;
	height: 80%;
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	margin: auto;
	overflow: hidden;
}
.company-li li dt {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
}
.company-li li:hover {
	background-color: #fff;
	color: #333;
}
.reg3 {
	padding: 80px 0% 100px;
	background-color: #f5f5f5;
}
.process-li {
	padding: 0 1%;
}
.process-li li {
	float: left;
	width: 25%;
	height: 16vw;
	color: #fff;
	position: relative;
}
.process-li li img {
	display: block;
	width: 30%;
	margin: 5vh auto 0;
}
.process-li li dl {
	text-align: center;
	margin-top: 4vh;
	padding: 0 10%;
}
.process-li li dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.reg4 {
	padding: 80px 0% 100px;
}
.reg4 .table {
	width: 100%;
	text-align: left;
}
.reg4 .table span {
	font-size: 21px;
	line-height: 135%;
	float: left;
}
.thead span {
	color: #444;
	margin-bottom: 10px;
}
.thead span:nth-child(1), .tbody span:nth-child(1) {
	width: 31%;
	padding-left: 1%;
}
.thead span:nth-child(2), .tbody span:nth-child(2) {
	width: 15%;
}
.thead span:nth-child(3), .tbody span:nth-child(3) {
	width: 53%;
}
.tbody li {
	display: flex;
}
.tbody li:hover span {
	color: #6d55a1;
}
.tbody span {
	margin: 10px 0;
	color: #444;
}
.reg4 p {
	text-align: center;
	font-size: 21px;
	color: #444;
	margin-top: 60px;
}
.reg5 {
	background-color: #f6f5f0;
	padding: 80px 0% 100px;
}
.reg-case li {
	float: left;
	width: 24%;
	margin: 10px 0.5%;
}
.csae-img {
	position: relative;
}
.case-desc {
	display: none;
	background-color: #fff;
	padding: 10px;
}
.reg-case  p {
	font-size: 18px;
	margin: 10px auto;
	text-align: center;
}
.case-desc dd {
	min-height: 130px;
	font-size: 14px;
	line-height: 155%;
}
.reg-case li:hover .case-desc {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(58,58,58,0.9);
	color: #fff;
}
.case-desc dl {
	position: absolute;
	width: 80%;
	top: 50%;left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1.5;
}
.reg6 {
	padding: 80px 0 100px;
	background-color: #fff;
}
.reg6 h2 {
	color: #333333;
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
}
.reg-tab li {
	float: left;
	width: 16.6667%;
	height: 45px;
	line-height: 45px;
	color: #333333;
	font-size: 18px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.reg-tab li.active, .reg-tab li:hover {
	border-bottom: 3px solid #ccc;
}
.reg-show {
	margin-top: 30px;
	padding: 0 0.5%;
}
.reg-show li {
	width: 19%;
	margin: 15px 0.4%;
	float: left;
	position: relative;
}
.reg-show li h6 {
	width: 50%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: absolute;
	top: 25%;right: 0;left: 0;
	margin: auto;
}
.reg-show li div {
	display: block;
	margin-top: 5px;
	overflow: hidden;
}
.reg-show li div>p {
	color: #333333;
	font-size: 14px;
	line-height: 170%;
}
.reg-show li a {
	text-align: center;
	display: block;
	margin: auto;
	width: 55%;
	font-size: 14px;
	line-height: 300%;
	background: url(../images/ask.png) 15% no-repeat #fff;
	border: 1px solid #000;
	padding-left: 5%;
	margin-top: 15px;
}
.reg-info {
	padding: 0 1%;
}
.card {
	float: left;
	width: 49.6%;
	padding: 7% 5%;
	color: #333333;
	background-color: #f5f5f5;
}
.card.left {
	margin-right: 0.4%;
}
.card.right {
	margin-left: 0.4%;
}
.card-info {
	max-width: 75%;
	float: right;
}
.card-info dt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.card-info dd {
	height: 180px;
	font-size: 14px;
	line-height: 200%;
}
.card .img {
	float: left;
	width: 20%;
	margin-right: 5%;
	position: relative;
	top: 1vh;
}
.prob {
	float: left;
	color: #333;
	width: 24%;
	margin: 0 0.5%;
	background-color: #f5f5f5;
	box-shadow: 3px 3px 7px #999;
	padding: 1% 1% 3% 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.prob dt {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0; 
}
.prob dd {
	font-size: 14px;
	line-height: 170%;
}
.manage {
	margin-top: 70px;
	padding: 0 20px;
}
.manage .img {
	float: left;
	width: 33.3333%;
	margin-right: 6.6666%;
}
.manage .desc {
	margin: 0 auto;
	width: 60%;
}
.matter {
	background-color: #f5f5f5;
	box-shadow: 0 3px 10px #ccc;
	padding: 20px 25px 130px;
}
.matter li {
	border-bottom: 1px solid #e2e2e2;
}
.matter-question {
	height: 65px;
	position: relative;
	top: 15px;
}
.ques {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #333;
	font-size: 22px;
	text-align: center;
	margin-right: 30px;
}
.tion {
	font-size: 14px;
	color: #3c3c3c;
}
.detail {
	float: right;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/detail-down.png) center / 19px 13px no-repeat;
	margin-right: 20px;
	position: relative;
	top: 5px;
	cursor: pointer;
}
.detail.active {
	background: url(../images/detail-up.png) center / 19px 13px no-repeat;
}
.matter-answer {
	display: none;
	background-color: #fff;
	height: 100px;
	position: relative;
}
.matter-answer dl {
	width: 96%;
	height: 60%;
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	margin: auto;
}
.ans {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	background-color: #4e515c;
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-right: 2%;
}
.wer {
	font-size: 13px;
	line-height: 185%;
	color: #3c3c3c;
	position: relative;
	top: 7px;
}
.reg7 {
	padding: 80px 0 100px;
	position: relative;
}
.reg7 .cycle {
	padding: 0 10%;
}
.cyc-li {
	float: left;
	width: 16%;
	margin: 5% 4.5%;
}
.cycle-ra {
	width: 70%;
	text-align: center;
	margin: auto;
}
.cycle p {
	margin-top: 20px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.way {
	position: relative;
}
.way-dl {
	color: #fff;
}
.way-dl.left {
	float: left;
	width: 36%;
	margin: 5% 7% 0 7%;
}
.way-dl.right {
	float: right;
	width: 49%;
	background-color: #42495b;
	padding: 5% 0% 5% 4%;
	margin-right: 1%;
}
.way-dl.left .top {
	margin-bottom: 20%;
}
.way-dl.right .top {
	margin-bottom: 20%;
}
.way-dl dt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.way-dl dd>p {
	font-size: 14px;
	line-height: 200%;
}
.way.annual .way-dl dt {
	line-height: 141%;
}
.way.annual .way-dl.right dd>p {
	font-size: 18px;
}
.reg7 ul.w1200 li, .reg7 ul.list.ph li {
	margin: 20px 1%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.reg7 ul.w1200 .title, .reg7 ul.list.ph .title {
	float: left;
	font-size: 14px;
}
.reg7 ul.w1200 .title:before, .reg7 ul.list.ph .title:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	margin-right: 10px;
	background: url(../images/cyc1.png) top center / cover no-repeat;
}
.reg7 ul.w1200 .time, .reg7 ul.list.ph .time {
	float: right;
	font-family: 'Arial';
	color: #535353;
	font-size: 14px;
	position: relative;
	top: 6px;
}
.reg7 ul.w1200 li:hover, .reg7 ul.w1200 li:hover .time {
	color: #7d65b0;
}
.reg7 ul.w1200 li:hover .title:before {
	content: '';
	background: url(../images/cyc2.png) top center / cover no-repeat;
}
.page {
	margin: 80px auto 0;
	padding-bottom: 20px;
	text-align: center;
	box-shadow: 0px 15px  10px -10px #e2e2e2;
}
.page li {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	margin: 0 3px;
}
.page li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #909090;
}
.page li span, .page li a:hover {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #909090;
	color: #fff;
}
.lecture {
	padding: 100px 0;
	position: relative;
}
.lecture .img {
	float: right;
	width: 33.3333%;
}
.lecture .desc {
	float: left;
	width: 66%;
	padding: 0 10px;
}
.lecture .desc h2 {
	position: absolute;
	top: 25%;
	font-size: 24px;
	line-height: 150%;
}
.lecture .desc p {
	font-size: 14px;
	line-height: 220%;
	position: absolute;
	top: 40%;
	width: 60%;
	color: #535353;
}
.lecture .desc a {
	display: block;
	font-size: 13px;
	color: #141414;
	width: 80px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #c0c0c0;
	text-align: center;
	position: absolute;
	top: 65%;
}
.brief {
	padding: 0 3% 0 2%;
}
.brief .img {
	float: right;
	width: 40.8%;
	margin-left: 4.2%;
}
.brief .desc {
	width: 55%;
	float: left;
}
.brief .desc dd p img {
	display: none;
}
.brief .desc dt {
	width: 65%;
	font-size: 28px;
	color: #333333;
	border-bottom: 3px solid #333333;
	padding: 15px 0; 
	font-weight: bold;
}
.brief .desc dd {
	padding: 10px 0; 
	border-top: 1px solid #d5d5d5;
}
.team {
	padding: 0 1%;
}
.team-info .img  {
	width: 50%;
}
.team-info:nth-child(odd) .img {
	float: right;
}
.team-info:nth-child(even) .img {
	float: left;
}
.team-info .desc {
	width: 40%;
	color: #3e3e3e;
	padding: 0 5%;
	padding-top: 5%;
}
.team-info:nth-child(odd) .desc {
	float: left;
}
.team-info:nth-child(even) .desc {
	float: right;
}
.team-info .desc dt {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
}
.team-info .desc dd>p {
	font-size: 16px;
	line-height: 150%;
}
.credit {
	padding: 0 1%;
}
.swiper-container.brief-banner .swiper-slide {
	text-align: center;
	width: 33.33% !important;
	height: 300px;
	border: 1px solid #d0d0d0;
}
.swiper-container.brief-banner .swiper-slide>p {
	font-size: 24px;
	color: #141414;
	display: none;
}
.swiper-container.brief-banner .swiper-slide.swiper-slide-active>p {
	display: block;
	position: relative;
	top: 267px;
	background-color: #333;
	color: #fff;
}
.reg8 {
	padding: 80px 0 0 0;
	position: relative;
	background-color: #f5f5f5;
}
.dif-info {
	padding: 0 4% 3%;
	position: relative;
}
.dif-img {
	float: left;
	width: 14%;
	position: relative;
	top: 50px;
	margin-right: 1%;
}
.dif-desc {
	float: left;
	width: 77%;
	color: #333333;
	position: relative;
	top: 20px;
	padding-bottom: 3%;
}
.dif-desc dt {
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0;
}
.dif-desc dd {
	font-size: 14px;
	line-height: 150%;
}
.reg9 {
	padding: 80px 0 100px;
	background-color: #fff;
}
.tax {
	padding: 2%;
}
.tax dl {
	float: left;
	width: 42.5%;
	color: #fff;
	background-color: #42495b;
	padding: 16vh 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.tax dt {
	font-size: 24px;
	font-weight: bold;
}	
.tax dd {
	font-size: 18px;
	line-height: 170%;
}
.tax ul {
	float: right;
	width: 43%;
	margin-right: 9.5%;
}
.tax ul h2 {
	color: #333333;
	font-size: 30px;
	margin-bottom: 10px;
}
.tax ul h3 {
	color: #333;
	font-size: 16px;
	margin-bottom: 7vh;
}
.tax ul li {
	display: flex;
	margin: 0 0 40px 0;
	line-height: 150%;
}
.tax ul li span {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	background-color: #7d65b0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin: 1px 2% 0 0;	
}
.tax ul li p {
	display: inline-block;
	color: #7d65b0;
	font-size: 18px;
	line-height: 150%;
	width: 90%;
}

/* 注册离岸公司 */
.reg-flag {
	background-color: #eee;
	padding: 80px 0;
}
.flag-info h2 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #e2e2e2;
}
.flag-info .info {
	background-color: #fff;
	margin: 10px 0;
	padding: 20px 0.5%;
}
.flag-info li {
	float: left;
	width: 32%;
	min-height: 515px;
	margin: 20px 0.6667%;
	box-shadow: 3px 3px 7px #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.flag-info li .flag-dl {
	padding: 0 5%;
}
.flag-info h3 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin: 10px 0;
}
.flag-info h4 {
	font-size: 18px;
	color: #333;
}
.flag-info h4:after {
	content: '';
	display: block;
	width: 54px;
	height: 2px;
	background-color: #333;
	margin: 10px 0;
}
.flag-info dt {
	font-size: 16px;
	color: #444;
	margin: 10px 0;
}
.flag-info dd {
	text-align: left;
	color: #444;
	line-height: 150%;
	width: 84%;
	min-height: 100px;
}
.flag-info a {
	display: inline-block;
	width: 95px;
	height: 35px;
	line-height: 35px;
	margin: 15px 3px;
	font-size: 13px;
	text-align: center;
	border-radius: 30px;
}
.flag-info a:nth-child(4) {
	border: 1px solid #333;
}
.flag-info a:last-child {
	color: #fff;
	background-color: #333;
}
.flag-info .more {
	display: block;
	font-size: 14px;
	width: 186px; 
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 20px auto;
	border-radius: 4px;
}

/* 联系我们 */ 
.form {
	padding: 100px 10px 80px;
}
.form h6 {
	font-size: 20px;
	color: #333333;
}
.form>p {
	font-size: 36px;
	color: #dde1e5;
	margin-bottom: 80px;
}
.form .img {
	float: left;
	width: 36%;
}
.contact {
	float: right;
	width: 58%;
}
.contact label {
	display: block;
}
.input {
	font-size: 14px;
	color: #141414;
}
.contact input {
	border: 1px solid #c1c1c1;
	width: 100%;
	max-width: 483px;
	height: 38px;
	margin: 15px 0;
}
.contact textarea {
	border: 1px solid #c1c1c1;
	width: 100%;
	max-width: 481px;
	height: 121px;
	resize: none;
	margin: 15px 0;
}
#message_span {
	position: relative;
	bottom: 100px;
}
.error {
	font-size: 14px;
	color: #141414;
	position: relative;
	left: 75px;
}
.contact button {
	color: #fff;
	font-size: 14px;
	width: 101px;
	height: 33px;
	background-color: #626262;
	position: relative;
	left: 75px;
	margin-right: 15px;
}
#reset {
	color: #fff;
	font-size: 14px;
	width: 101px;
	height: 33px;
	background-color: #c2c2c2;
	outline: none;
	cursor: pointer;
	position: relative;
	left: 75px;
}
.contact-map {
	margin: 50px auto;
}
.map-tab {
	float: left;
	width: 43.75%;
	height: 632px;
	/*border: 1px solid #dfdfdf;*/
	border-right: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.map-tab li {
	margin: 0 13% 0 3%;
	height: 25%;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
	line-height: 1%;
}
.map-tab li .img {
	width: 36px;
	height: 46px;
	background: url(../images/location.png) no-repeat;
	position: absolute;
	top: 30%;
}
.map-tab li .info {
	position: absolute;
	top: 5%;
	left: 50px;
}
.map-tab li .info dt {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
}
.map-tab li .info dd {
	color: #080808;
	font-size: 14px;
	line-height: 200%;
}
.map-tab li:last-child {
	border-bottom: none;
}
.map-tab li:hover, .map-tab li.active {
	margin: 0;
	width: 103%;
	left: -3%;
	background-color: #a0a0a0;
}
.map-tab li:hover .img, .map-tab li.active .img {
	margin-left: 25px;
	transform: scale(1.1);
	background: url(../images/location2.png) no-repeat;
}
.map-tab li:hover .info, .map-tab li.active .info {
	left: 80px;
}
.map-tab li:hover .info dt, .map-tab li:hover .info dd, .map-tab li.active .info dt, .map-tab li.active .info dd {
	color: #fff;
}
.map {
	float: right;
	width: 56.25%;
	height: 632px;
}
#allmap{
    display: block;
    width: 100%;
    height: 100%;
}

/* 文章详情 */
.news-banner {
	width: 100%;
	height: 520px;
}
.news {
	background-color: #eee;
	padding: 60px 0 170px;
}
.news-content {
	background-color: #fff;
}
.news-container {
	float: left;
	width: 64%;
	margin: 0 3.75%;
	padding: 45px 0;
}
.news-nav {
	margin-left: 10px;
}
.news-nav img {
	width: 14px;
	height: 13px;
	margin-right: 10px;
}
.news-nav a {
	font-size: 14px;
}
.news-nav .news-title {
	font-size: 14px;
	color: #d80022;
}
.news-container h2 {
	text-align: center;
	font-size: 24px;
	color: #262626;
	margin-top: 50px;
}
.news-share {
	text-align: center;
	margin: 20px auto 40px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.news-share span {
	font-size: 15px;
	line-height: 187%;
 	color: #878787;
 }
.news-share .bdsharebuttonbox {
	display: inline-block;
	vertical-align: middle;
}
.news-share a {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 4px;
}
.news-share .bdsharebuttonbox a:hover {
	background-color: #d80022 !important;
}
.news-share a.bds_tsina {
	background: #949494 url(../images/nsina.png) 50% 50% no-repeat !important;
}
.news-share a.bds_weixin {
	background: #949494 url(../images/nweixin.png) 50% 50% no-repeat !important;
}
.news-share a.bds_tqq {
	background: #949494 url(../images/ntqq.png) 50% 50% no-repeat !important;
}
.news-share a {
	margin: 0 7px !important;
}
.news-container p, .news-container p strong, .news-container p span {
	font-size: 16px;
}
.news-container p img {
	width: auto;
}
.news-source {
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news-like {
	width: 60px;
	margin: 50px auto;
	text-align: center;
	font-size: 13px;
	color: #535353;
}
.news-like dl {
	margin: 10px 0;
}
.news-article {
	margin: 30px 0;
}
.news-article a {
	display: block;
	color: #535353;
	font-size: 14px;
	line-height: 185%;
	margin: 5px 0;
}
.news-article a span {
	margin-right: 28px;
	color: #535353;
	font-size: 14px;
	line-height: 185%;
}
.news-about {
	float: right;
	width: 28.5%;
	background-color: #f9f9f9;
	padding: 50px 3.75% 0 10px;
}
.news-about h2 {
	font-size: 18px;
	color: #333;
	margin: 20px 0 20px 15px;
}
.news-about li {
	margin: 30px 0 30px 15px;
	list-style-type: disc;
	color: #535353;
}
.same-recommend {
	border-bottom: 2px solid #333;
}
.same-recommend li a {
	color: #535353;
}
.new-recommend li {
	color: #535353;
}
.new-recommend li a {
	color: #535353;
}

.company-nav {
	padding-top: 60px;
}

.enrol {
	width: 98%;
	max-width: 1200px;
	height: 516px;
	border: 1px solid #ccc;
	display: none;
	position: relative;
	margin: auto;
	z-index: 1000;
	background-color: #fff;
}
.enrol-header {
	height: 90px;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}
.enrol-header .logo {
	max-width: 150px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.enrol-header .logo img {
	position: absolute;
	top: 0;right: 0;bottom: 0;left: 0;
	margin: auto;
}
.enrol-header .enrol-close {
	position: absolute;
	top: 0;right: 40px;bottom: 0;
	margin: auto;
}
.enrol-header .enrol-close img {
	position: relative;
	top: 30px;	
	cursor: pointer;
}
.enrol-body {
	padding: 0 6%;	
}
.enrol-left {
	width: 50%;
	float: left;
}
.enrol-right {
	width: 50%;
	float: right;
}
.enrol-body label {
	display: block;
}
.enrol-body label span.input {
	display: inline-block;
	font-size: 16px;
	width: 64px;
}
.enrol-body label input, .enrol-body label textarea, .enrol-body label select, .enrol-body label option {
	font-size: 16px;
	background-color: #f4f4f4;
	border: none;
	outline: none;
	resize: none;
	width: 76%;
	max-width: 400px;
	height: 40px;
	margin: 15px 20px;
}
#enrol-meesage {
	position: relative;
	bottom: 165px;
}
.enrol-body label textarea {
	height: 175px;
}
.enrol-submit {
	display: block;
	width: 175px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	background-color: #333333;
	margin: 60px auto 15px;
}
.enrol-info {
	text-align: center;
	color: #ff0000;
	font-size: 16px;
	margin-bottom: 10px;
}

.mapsite {
	padding: 100px 0 10px 0;
}
.map-site {
	padding: 0 2%;
}
.map-site>h2 {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}
.map-site>h3 {
	font-size: 36px;
	color: #dde1e5;
	font-weight: normal;
}
.map-nav {
	margin-top: 40px;
}
.map-li {
	float: left;
	width: 20%;
	margin-bottom: 50px;
}
.map-li dt {
	font-size: 18px;
	color: #262626;
	width: 70%;
	padding-bottom: 7px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}
.map-li dd {
	font-size: 14px;
	color: #262626;
	margin: 10px 0;
}
.map-li dt:hover, .map-li dd:hover {
	color: #999;
}
.contact input::-webkit-input-placeholder {
	padding-left: 10px;
}
.contact input::-moz-placeholder { /* Mozilla Firefox 19+ */
	padding-left: 10px;
}
.contact input:-ms-input-placeholder { /* Internet Explorer 10+ */
	padding-left: 10px;
}
.contact textarea::-webkit-input-placeholder {
	padding-left: 10px;
	padding-top: 10px;
}
.contact textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	padding-left: 10px;
	padding-top: 10px;
}
.contact textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	padding-left: 10px;
	padding-top: 10px;
}

.map-img{width: 870px; height: 400px;}