@charset "utf-8";

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	outline: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

input,
select,
textarea {
	font-family: "Microsoft YaHei", "微软雅黑", Arial, Helv, Helvetica, sans-serif
}

body {
	font-family: "Microsoft YaHei", "微软雅黑", Arial, Helv, Helvetica, sans-serif;
	font-size: 13px
}

.cf:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.cf {
	zoom: 1
}

.fll {
	float: left !important
}

.flr {
	float: right !important
}

.text_just {
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
	-moz-text-align-last: justify;
	-webkit-text-align-last: justify
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
	.text_just:after {
		content: ".";
		display: inline-block;
		width: 100%;
		overflow: hidden;
		height: 0
	}
}

/*加载图标*/
#loading {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99999;
	margin: -19px 0 0 -19px;
	padding: 10px;
	background: rgba(0, 106, 181, 0.82);
	border-radius: 3px;
	box-shadow: 0 0 5px 1px #4444442e;
}

@keyframes lds-spinner {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes lds-spinner {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.lds-spinner {
	position: relative
}

.lds-spinner div {
	left: 90px;
	top: 0.94rem;
	position: absolute;
	-webkit-animation: lds-spinner linear 1s infinite;
	animation: lds-spinner linear 1s infinite;
	background: #ffffff;
	width: 20px;
	height: 24px;
	border-radius: 124%;
	-webkit-transform-origin: 0.25rem 60px;
	transform-origin: 0.25rem 60px
}

.lds-spinner div:nth-child(1) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation-delay: -0.875s;
	animation-delay: -0.875s
}

.lds-spinner div:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s
}

.lds-spinner div:nth-child(3) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation-delay: -0.625s;
	animation-delay: -0.625s
}

.lds-spinner div:nth-child(4) {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s
}

.lds-spinner div:nth-child(5) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation-delay: -0.375s;
	animation-delay: -0.375s
}

.lds-spinner div:nth-child(6) {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s
}

.lds-spinner div:nth-child(7) {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-animation-delay: -0.125s;
	animation-delay: -0.125s
}

.lds-spinner div:nth-child(8) {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.lds-spinner {
	width: 20px !important;
	height: 20px !important;
	-webkit-transform: translate(-19px, -19px) scale(0.19) translate(19px, 19px);
	transform: translate(-19px, -15px) scale(0.19) translate(19px, 15px)
}

/*prompt*/
.fabp_alert {
	display: none;
	position: fixed;
	top: 20px;
	left: 50%;
	z-index: 9999;
	min-width: 300px;
	margin-left: -150px;
	z-index: 99999;
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-align: center;
}

.alert_success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert_info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert_warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.alert_danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

/*page*/
.pages {
	text-align: center;
	user-select: none;
}

.page_div {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	font-family: "microsoft yahei";
	color: #666666;
	margin-right: 10px;
	padding-left: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*
         * 页数按钮样式
        */
.page_div a {
	min-width: 40px;
	border: 1px solid #E3E3E3;
	height: 30px;
	text-align: center;
	margin: 0 4px;
	cursor: pointer;
	line-height: 30px;
	border-radius: 4px;
	font-size: 13px;
	display: inline-block;
}

.page_div a:hover {
	background: #006AB5;
	color: #fff;
}

.page_div a#firstPage,
.page_div a#lastPage {
	border: 0;
}

.page_div a#prePage,
.page_div a#nextPage {
	line-height: 25px;
}

/* 前后翻页样式 */
/* 当前页样式 */
.page_div .current {
	background-color: #006AB5;
	border-color: #006AB5;
	color: #FFFFFF;
}

/* 总页数 */
.totalPages {
	margin: 0 10px;
}

/* 总记录 */
.totalPages span,
.totalSize span {
	color: #0073A9;
	margin: 0 5px;
}

/************************************************/
.modal-open .modal {
	padding-right: 0 !important;
}

body {
	padding-top: 126px;
}

#loadingWrap {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.8);
}

#headerTop {
	position: relative;
	z-index: 2;
	background: #006AB5;
	color: #fff;
}

#headerTop dl {
	margin-bottom: 0;
	font-size: 12px;
	overflow: hidden;
}

#headerTop dt {
	float: left;
	line-height: 35px;
	font-weight: normal;
}

#headerTop dd {
	float: right;
	line-height: 35px;
}

#headerTop dd i.fa-user-o {
	font-size: 14px;
}

#headerTop dd a {
	padding: 0 6px 0 9px;
	color: #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	outline: none;
}

#headerTop dd em {
	margin: 0 0 0 3px;
	color: #5a92ba;
	font-size: 12px;
	font-style: normal;
	vertical-align: 1px;
}

.btnLogin {}

.btnLogin i.fa {
	margin: 0 5px 0 0;
	font-size: 14px;
}

.btnMobile {}

.btnMobile i.fa {
	position: relative;
	top: 2px;
	margin: 0 5px 0 20px;
	font-size: 16px;
	vertical-align: 0px;
}

#getVcode {
	background: #006AB5;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

#getVcode.yzm_un {
	background-color: #eee;
	color: #555;
	cursor: no-drop;
}

#header .navbar-default {
	background: #FFFFFF;
	border-color: #E8F1F6;
}

#header .navbar-brand {
	padding: 0 0 0 15px;
	height: auto;
}

#header .navbar-brand img {
	height: 85px;
	display: block;
}

#header .navbar-collapse {
	padding-right: 0;
}

#header .navbar-nav {
	margin: 0;
}

#header .navbar-nav>li>a {
	padding: 35px 20px 25px;
	min-width: 85px;
	border-left: 1px solid #F7F7F7;
	border-radius: 0 0 5px 5px;
	text-align: center;
}

#header .navbar-nav>li:first-child a {
	border: 0;
}

#header .navbar-default .navbar-nav>.active>a,
#header .navbar-default .navbar-nav>.active>a:focus,
#header .navbar-default .navbar-nav>.active>a:hover {
	padding: 30px 20px 30px;
	background: #006AB5;
	color: #fff;
}

#header .navbar-toggle {
	margin: 0 0 0 0;
	padding: 13px 10px;
	border: 0;
}

#header .nav_list {
	display: flex;
	align-items: center;
}

#header .nav_list li {
	position: relative;
	float: left;
}

#header .nav_list li a.nav_fir {
	position: relative;
	padding: 25px 15px 25px;
	min-width: 60px;
	line-height: 20px;
	border-left: 1px solid #F7F7F7;
	border-radius: 0 0 5px 5px;
	color: #777;
	text-align: center;
	display: block;
}

#header .nav_list li a.nav_fir:hover {
	background: none;
	color: #000;
}

#header .nav_list li.active a.nav_fir {
	padding: 30px 20px 30px;
	background: #006AB5;
	color: #fff;
}

#header .nav_list li:first-child a.nav_fir {
	border: 0;
}

#header .nav_list li .nav_cont {
	position: absolute;
	left: 50%;
	top: 100%;
	margin: 0 0 0 -90px;
	width: 180px;
	background: #fff;
	border-top: 1px solid #ddd;
	display: none;
}

#header .nav_list li .nav_cont .nav_cont_dir {
	position: absolute;
	left: 50%;
	top: -16px;
	margin: 0 0 0 -8px;
	border: 8px solid transparent;
	border-bottom-color: #ddd;
}

#header .nav_list li .nav_cont a {
	padding: 10px 0;
	border: 1px solid #ddd;
	border-top: 0;
	color: #777;
	text-align: center;
	display: block;
}

#slider {}

#slider .swiper-slide {
	width: 100%;
	height: 493px;
	display: block;
}

#slider .container {
	position: relative;
}

#slider .swiper-button-prev,
#slider .swiper-button-next {
	top: -300px;
	margin: 0;
	padding: 30px 15px;
	width: auto;
	height: auto;
	border-radius: 5px;
	text-align: center;
	background: #fff;
	color: #026BB6;
	font-size: 25px;
	box-shadow: 0 12px 45px 2px #e6e6e6;
}

#slider .swiper-button-prev:hover,
#slider .swiper-button-next:hover {
	background: #006AB5;
	color: #fff;
}

.title_icon_l,
.title_icon_r {
	width: 81px;
	height: 13px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.title_icon_l {
	background: url(../images/title_dir_l.png) no-repeat right center;
	background-size: auto 100%;
}

.title_icon_r {
	background: url(../images/title_dir_r.png) no-repeat left center;
	background-size: auto 100%;
}

.tabVat {}

.tabVat_h {
	text-align: center;
}

.tabVat .nav-tabs {
	padding: 60px 0 30px;
	border: 0;
	text-align: center;
	vertical-align: -16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.tabVat .nav-tabs>li {
	float: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.tabVat .nav-tabs>li>a {
	padding: 0 15px;
	height: 44px;
	line-height: 25px;
	border: 0;
	color: #A0A0A0;
	font-size: 28px;
	font-weight: bold;
}

.tabVat .nav-tabs>li:first-child {
	border-right: 1px solid #DCDCDC;
}

.tabVat .nav-tabs>li>a:hover {
	background: none;
	color: #888;
}

.tabVat .nav-tabs>li.active>a,
.tabVat .nav-tabs>li.active>a:focus,
.tabVat .nav-tabs>li.active>a:hover {
	border: 0;
	color: #006AB5;
}

.tabVat .nav-tabs>li>a span {
	padding: 3px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	display: block;
}

.tabVat .tab-pane {}

.tabVat .tab-pane dl {
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-radius: 10px;
	box-shadow: 0 12px 45px 2px #e6e6e6;
	overflow: hidden;
}

.tabVat .tab-pane dt {
	float: left;
	width: 20%;
	box-shadow: 12px 0 45px 2px #e6e6e6;
}

.tabVat .tab-pane dd {
	float: right;
	width: 80%;
}

.tabVat .tab-pane dl a {
	padding: 20px 20px 20px;
	border-bottom: 1px solid #EEEEEE;
	display: block;
	text-decoration: none;
}

.tabVat .tab-pane dt a {
	padding: 20px 20px 0;
}

.tabVat .tab-pane dd a {
	border-left: 1px solid #EEEEEE;
}

.tabVat .tab-pane dl b {
	width: 23px;
	height: 3px;
	border-radius: 2px;
	background: #EDEDED;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.tabVat .tab-pane dl a:hover b {
	background: #0055B2;
}

.tabVat .tab-pane dl img.flag {
	float: right;
	margin: 7px 0 0 0;
	width: 42px;
	height: 42px;
	border-radius: 100px;
	border: 2px solid #EEEEEE;
}

.tabVat .tab-pane dl a:hover img.flag {
	border: 2px solid #fff;
	box-shadow: 0 5px 5px 0 #eee;
}

.tabVat .tab-pane dl h4 {
	margin-bottom: 5px;
	height: 22px;
	color: #333333;
	font-size: 20px;
	overflow: hidden;
}

.tabVat .tab-pane dl a:hover h4 {
	color: #0055B2;
}

.tabVat .tab-pane dl h4 small {
	margin: 0 0 0 5px;
	color: #333333;
	font-size: 16px;
}

.tabVat .tab-pane dl a:hover h4 small {
	color: #0055B2;
}

.tabVat .tab-pane dl p {
	height: 36px;
	line-height: 18px;
	color: #AEAEAE;
	font-size: 13px;
	font-weight: normal;
	overflow: hidden;
}

.tabVat .tab-pane dl a:hover p {
	color: #0055B2;
}

.tabVat .tab-pane dt img.bg {
	margin: 34px 0 0 0;
	width: 100%;
	display: block;
}

.modalQuery {
	position: relative;
	z-index: 2;
	margin: 50px 0 -30px;
	height: 106px;
	background: url(../images/modalQuery_bg.jpg) no-repeat center 0;
	background-size: auto 106px;
	border-radius: 10px;
	box-shadow: 0 12px 45px 2px #e6e6e6;
}

.iconQuery {
	float: left;
	margin: 20px 0 0 10px;
}

.iconQuery img {}

.modalQuery .btnQueryEori {
	float: left;
	margin: 35px 0 0 10px;
}

.modalQuery .btnQueryVat {
	float: right;
	margin: 35px 40px 0 0;
}

.modalQuery .bg {
	height: 41px;
}

.ind_title {
	position: relative;
	padding: 30px 0 30px;
	text-align: center;
}

.ind_title h3 {
	padding: 0 15px;
	height: 44px;
	line-height: 25px;
	border: 0;
	color: #006AB5;
	font-size: 28px;
	font-weight: bold;
	vertical-align: -16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.ind_title h3 span {
	padding: 3px 0 0 0;
	color: #A0A0A0;
	font-size: 12px;
	font-weight: normal;
	display: block;
}

#globalBrand_wrap {
	padding-bottom: 90px;
	background: url(../images/globalBrand.jpg) no-repeat center 0;
	background-size: auto 100%;
}

#globalBrand_wrap .ind_title {
	padding-top: 80px;
}

#globalBrand {
	position: relative;
	margin: 0 -70px;
}

#globalBrand .swiper-container {
	margin: 0 70px;
}

#globalBrand .swiper-slide img {
	width: 100%;
	display: block;
}

#globalBrand .swiper-button-next,
#globalBrand .swiper-button-prev {
	z-index: 9;
	margin-top: -44px;
	padding: 30px 15px;
	width: auto;
	height: auto;
	border-radius: 4px;
	background: #fff;
	color: #026BB6;
	font-size: 25px;
	text-align: center;
	box-shadow: 0 12px 45px 2px #e6e6e6;
}

#globalBrand .swiper-button-next:hover,
#globalBrand .swiper-button-prev:hover {
	background: #026BB6;
	color: #fff;
}

.companyRegistry_wrap {
	position: relative;
	margin: 0 0 30px 0;
	background: #006AB5 url(../images/companyRegistry.jpg) no-repeat center 0;
	background-size: auto 100%;
}

.companyRegistry {
	padding: 30px 0 25px 0;
	text-align: center;
}

.companyRegistry dl {
	color: #fff;
}

.companyRegistry dl a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.companyRegistry dt {
	float: left;
	padding: 0;
	text-align: right;
	font-weight: normal;
}

.companyRegistry dd {
	float: right;
	padding: 0;
	text-align: left;
}

.companyRegistry dl b {
	background: url(../images/companyRegistry_icon_line.png) no-repeat center 60px;
	min-height: 200px;
}

.companyRegistry dl b span {
	padding: 35px;
	background: url(../images/companyRegistry_icon_bg.png) no-repeat center -500px;
	background-size: 100% auto;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.companyRegistry dl a:hover b span {
	background-position: center 0;
}

.companyRegistry dl b img {
	width: 27px;
	height: 27px;
	border-radius: 100px;
	border: 2px solid #fff;
	box-shadow: 0 5px 15px 0px #2323232e;
}

.companyRegistry dl h3 {
	padding: 35px 0 10px 0;
	font-weight: bold;
	font-size: 20px;
}

.companyRegistry dl p {
	line-height: 24px;
	font-size: 12px;
}

.btnReadMore {
	position: absolute;
	left: 50%;
	bottom: -16px;
	z-index: 2;
	margin: 0 0 0 -60px;
	padding: 7px 35px;
	border: 1px solid #006AB5;
	background: #fff;
	color: #006AB5;
	font-size: 12px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.btnReadMore:hover {
	background: #006AB5;
	color: #fff;
}

.advantage {
	padding: 0 0 10px 0;
}

.advantage ul {
	padding: 0;
}

.advantage li {
	list-style: none;
	text-align: center;
	border-radius: 5px;
}

.advantage li:hover {
	box-shadow: 0 12px 45px 2px #e6e6e6;
}

.advantage li i.fa {
	margin: 30px auto 30px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 100px;
	background: #F4F4F4;
	color: #0062B6;
	font-size: 30px;
	text-align: center;
	display: block;
}

.advantage li:hover i.fa {
	color: #fff;
	background: #0062B6;
}

.advantage li h3 {
	font-size: 17px;
	text-align: center;
	font-weight: bold;
}

.advantage li:hover h3 {
	color: #0062B6;
}

.advantage li .cont {
	margin: 18px 0 30px 0;
	padding: 0 5px;
	color: #939393;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
}

.advantage li:hover p {
	color: #333;
}

.advantage li a {
	margin: 28px 0 30px 0;
	padding: 6px 32px;
	color: #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.advantage li:hover a {
	color: #fff;
	background-color: #FF9000;
}

.lawyerTeam_wrap {
	/*margin:-70px 0 0;padding:50px 0 0;*/
	background: #F9F9F9;
	/*background:url(../images/lawyerTeam_bg.jpg) no-repeat center 0;background-size:auto 100%;*/
}

.lawyerTeam_wrap dl {}

.lawyerTeam_wrap dt {
	padding: 70px 0 25px;
	font-size: 18px;
}

.lawyerTeam_wrap dt a {
	float: right;
	margin: -5px 0 0 0;
	padding: 6px 40px;
	border: 2px solid #EEEEEE;
	background: #fff;
	color: #444;
	border-radius: 5px;
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.lawyerTeam_wrap dt a:hover {
	background: #006AB5;
	color: #fff;
}

.lawyerTeam_wrap dd {
	padding: 0 0 20px 0;
}

.lawyerTeam_box {
	margin-bottom: 20px;
}

.lawyerTeam_box a {
	position: relative;
	padding: 10px 20px 10px 105px;
	border-radius: 5px;
	background: #fff;
	text-decoration: none;
	color: #000;
	display: block;
	box-shadow: 0 12px 45px 2px #e6e6e6;
}

.lawyerTeam_box a:hover {}

.lawyerTeam_box a img {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 63px;
	height: 63px;
	border-radius: 100px;
}

.lawyerTeam_box a h4 {
	height: 19px;
	font-size: 18px;
	overflow: hidden;
}

.lawyerTeam_box a:hover h4 {
	color: #006AB5;
}

.lawyerTeam_box a h4 small {
	padding: 0 0 0 20px;
	font-size: 16px;
	color: #000;
}

.lawyerTeam_box a:hover h4 small {
	color: #006AB5;
}

.lawyerTeam_box a p {
	height: 34px;
	color: #8b8a8a;
	font-size: 12px;
	overflow: hidden;
}

.ind_group {
	padding: 0 0 60px
}

.ind_group .ind_title h3 span {
	margin-top: 10px;
	position: absolute;
	left: 0;
	right: 0;
	color: #444;
	font-size: 13px;
}

.ind_group .ind_title .title_icon_l,
.ind_group .ind_title .title_icon_r {
	position: relative;
	top: 15px;
}

.certify_tabs {
	padding: 40px 0 0;
	border: 0 !important;
	text-align: center;
}

.certify_tabs li {
	margin: 0 20px;
	float: none;
	border-bottom: 3px solid #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.certify_tabs li a {
	padding: 10px 0;
	border: 0 !important;
	background: none !important;
	color: #6a6a6a;
	font-size: 17px;
}

.certify_tabs li.active {
	border-bottom: 3px solid #ff9000;
}

.certify_tabs li.active a,
.certify_tabs li a:hover {
	color: #ff9000 !important;
}

.certify {
	position: relative;
	padding: 30px 0 0 0;
}

.certify .swiper-container {
	padding: 70px 0 0;
	margin: 0 60px;
}

.certify .swiper-slide {
	background: #fff;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.certify .swiper-slide img {
	width: 100%;
	display: block;
}

.certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}


.certify .swiper-button-prev {
	left: 0;
}

.certify .swiper-button-next {
	right: 0;
}

.certify .swiper-button-prev,
.certify .swiper-button-next {
	top: 160px;
	margin: 0;
	padding: 30px 15px;
	width: auto;
	height: auto;
	border-radius: 5px;
	text-align: center;
	background: #fff;
	color: #026BB6;
	font-size: 25px;
	box-shadow: 0 12px 45px 2px #e6e6e6;
}

.certify .swiper-button-prev:hover,
.certify .swiper-button-next:hover {
	background: #006AB5;
	color: #fff;
}

.industryInfo_w {
	padding: 0 0 50px 0;
	background: #F9F9F9;
}

#industryInfo_swiper {
	margin-top: 20px;
}

#industryInfo_swiper .swiper-container {
	border-radius: 5px;
	overflow: hidden;
}

#industryInfo_swiper .swiper-slide {
	position: relative;
}

#industryInfo_swiper .swiper-slide img {
	width: 100%;
	display: block;
}

#industryInfo_swiper .swiper-slide span {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 50px 20px 10px;
	width: 100%;
	background: url(../images/industryInfo_swiper_title.png) repeat-x center bottom;
	background-size: auto 100%;
	color: #fff;
	font-size: 14px;
}

#industryInfo_swiper .swiper-pagination {
	z-index: 10;
	right: 10px;
	left: auto;
	width: auto;
}

#industryInfo_swiper .swiper-pagination-bullet {
	background: #fff;
}

#industryInfo_swiper .swiper-pagination-bullet-active {
	background: #007aff;
}

.industryInfo_list {
	margin: 0;
	padding: 0;
}

.industryInfo_list li {
	margin: 0 0 11px 0;
	list-style: none;
}

.industryInfo_list li a {
	position: relative;
	padding: 0 0 0 100px;
	text-decoration: none;
	display: block;
}

.industryInfo_list li a span {
	position: absolute;
	left: 0;
	top: 10px;
	color: #cfcfcf;
	font-size: 30px;
}

.industryInfo_list li a:hover span {
	color: #0062b6;
}

.industryInfo_list li a span i {
	font-size: 13px;
	text-align: right;
	font-style: normal;
	display: block;
}

.industryInfo_list li a h4 {
	margin-top: 0;
	height: 32px;
	line-height: 45px;
	border-top: 1px solid #EEEEEE;
	color: #000;
	font-size: 16px;
	overflow: hidden;
}

.industryInfo_list li a:hover h4 {
	color: #0062b6;
}

.industryInfo_list li:first-child a h4 {
	border-top: 0;
}

.industryInfo_list li a p {
	margin: 0;
	height: 37px;
	color: #8b8a8a;
	font-size: 14x;
	overflow: hidden;
}

#footer {
	margin: 80px 0 0;
	padding: 80px 0 0;
	background: #313131;
	color: #c6c6c6;
	background: #006ab5;
	color: #fff;
	font-size: 12px;
}

.footer_l {
	float: left;
	width: 185px;
}

.footer_l img {
	margin: 0 0 20px;
	height: 51px;
	display: block;
}

.footer_l p {
	margin: 0 0 0 4px;
}

.footer_l p span {
	padding: 0 5px 0 0;
	color: #7a7a7a;
	color: #fff;
}

.footer_m {
	float: left;
}

.footer_m ul {
	margin: 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #575757;
	border-left: 1px solid #fff;
}

.footer_m li {
	margin: 0 5px 0 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	vertical-align: top;
}

.footer_m li a {
	margin-bottom: 2px;
	color: #c6c6c6;
	color: #fff;
	font-size: 12px;
	display: block;
}

.footer_m li a.fir {
	margin-bottom: 10px;
	font-size: 13px;
}

.footer_r {
	float: right;
	width: 170px;
	border-left: 1px solid #575757;
	border-left: 1px solid #fff;
}

.footer_r img {
	float: right;
	max-width: 90%;
}

.footer_r p {
	margin: 0;
	padding: 5px 0 0 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	clear: both;
}

.footer_f {
	margin: 80px 0 0 0;
	background: #282828;
	color: #656565;
	background: #005fa2;
	color: #fff;
}

.footer_f .container {
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

.footer_f dt {
	float: left;
	font-weight: normal;
}

.footer_f dd {
	float: right;
	font-weight: normal;
}

.footer_f dd a {
	color: #656565;
	color: #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.insPage {
	background: #F6F6F6;
}

.userCenter_side {
	margin: 18px 0 0 0;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}

.userCenter_side h4 {
	margin: 0;
	padding: 15px 15px;
	background: #717171;
	color: #fff;
	font-size: 16px;
}

.userCenter_side ul {
	margin: 0;
	padding: 0;
}

.userCenter_side li {
	border-top: 1px solid #F2F2F2;
	list-style: none;
}

.userCenter_side li:first-child {
	border: 0;
}

.userCenter_side a {
	padding: 15px 10px 15px 15px;
	color: #444444;
	font-size: 14px;
	display: block;
}

.userCenter_side a b {
	font-weight: normal;
}

.userCenter_side a span {
	float: right;
	margin: 3px 0 0 0;
	color: #E8E8E8;
	font-size: 13px;
}

.userCenter_side li.active a.userCenter_side_fir {
	color: #006AB5;
	font-weight: bold;
}

.userCenter_side li.active a.userCenter_side_fir b {
	font-weight: bold;
}

.userCenter_side li.active a.userCenter_side_fir span {
	color: #006AB5;
}

.userCenter_side_sub {
	padding: 0 0 0 16px;
	display: none;
}

.userCenter_side li.active .userCenter_side_sub {
	display: block;
}

.userCenter_side_sub a {
	padding: 10px 15px 10px 15px;
	border-top: 1px solid #F2F2F2;
	font-size: 12px;
}

.userCenter_side_sub a.active {
	/*padding-left:30px;*/
	color: #006AB5;
	font-weight: bold;
}

.userCenter_side_sub a.active b {
	font-weight: bold;
}

.userCenter_side_sub a.active span {
	color: #006AB5;
}

.userCenter_main {
	margin: 18px 0 0 -15px;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
	background: #fff;
	/*overflow:hidden;*/
}

.header_ins {}

.main_title {
	padding: 15px 0 15px 15px;
}

.main_title b {
	margin: 0 7px 0 0;
	width: 5px;
	height: 15px;
	border-radius: 5px;
	background: #FF9000;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.main_title h5 {
	margin: 0;
	color: #006AB5;
	font-size: 15px;
	font-weight: bold;
}

.site_map {
	padding: 15px 15px 15px 0;
	color: #999999;
	font-size: 12px;
}

.site_map a {
	margin: 0 5px;
	color: #999999;
	font-size: 12px;
}

.site_map a:hover {
	color: #006AB5;
}

.site_map a i {
	margin: 0 3px 0 0;
}

.userEdit {
	padding: 30px 30% 60px;
}

.userEdit .input-group {
	margin: 0 0 20px 0;
}

.avatar {
	margin: 0 auto 50px;
	width: 65px;
	text-align: center;
}

.avatar img {
	width: 65px;
	height: 65px;
	border: 2px solid #EEEEEE;
	display: block;
	background: #f6f6f6;
}

.userEdit .input-group .input-group-addon {
	background: none;
}

.userEdit .input-disabled .input-group-addon {
	background: #F9F9F9;
}

.userEdit .input-disabled .form-control {
	background: #F9F9F9;
}

.input-group .form-control {
	border-left: 0;
}

.userOrder {
	padding: 10px 28px 28px;
}

.userInfoList {
	margin: 18px 0 0 -15px;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
	background: #fff;
}

.userInfoList .table-responsive {
	margin: 0 15px;
}

.userInfoList table {
	width: 100%;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.insPage .nav-tabs {
	border: 0;
}

.insPage .nav-tabs>li {
	position: relative;
	margin: 0 0 0 -15px;
	width: 134px;
	text-align: center;
}

.insPage .nav-tabs>li:first-child {
	margin: 0 0 0 0;
	width: 134px;
	text-align: center;
}

.insPage .nav-tabs>li.active {
	z-index: 100 !important;
}

.insPage .nav-tabs>li>a {
	padding: 0 20px 0 0;
	height: 43px;
	line-height: 43px;
	background: url(../images/2019-03-15_0137590.png) no-repeat center;
	background-size: 100% 100%;
	color: #006AB5;
	border: 0;
}

.insPage .nav-tabs>li>a:hover {
	text-decoration: underline;
}

.insPage .nav>li>a:focus,
.insPage .nav>li>a:hover {
	background-color: none;
}

.insPage .nav-tabs>li.active>a,
.insPage .nav-tabs>li.active>a:focus,
.insPage .nav-tabs>li.active>a:hover {
	border: 0;
	background-image: url(../images/2019-03-15_013759.png);
	color: #fff;
}

.insPage .tab-content {
	padding: 25px 25px;
	border: 1px solid #EFEFEF;
	box-shadow: 0 5px 15px 0 #eaeaea;
}

.userOrder table {
	margin: 0 0 25px 0;
	width: 100%;
}

.userOrder thead {
	background: #D9D9D9;
}

.userOrder th,
.userOrder td {
	padding: 10px 5px;
	color: #676767;
	text-align: center;
	font-weight: normal;
}

.userOrder td b[data-toggle="modal"] {
	cursor: pointer;
}

.userOrder tbody tr:nth-child(2n) {
	background: #F6F6F6;
}

.userOrder .glyphicon-picture {
	cursor: pointer;
}

.userOrder .glyphicon-picture:hover {
	color: #006AB5;
}

.Page {
	padding: 0 0 20px 0;
	text-align: center;
}

.pagination {
	margin: 0 0 0 25px;
}

.pagination>li>a {
	margin: 0 5px;
	border: 0;
	border-radius: 5px;
}

.userQuestion {
	padding: 10px 28px 28px;
}

.userQuestion .media {
	margin: 0 0 25px;
	padding: 0 0 25px;
	border-bottom: 1px solid #EEEEEE;
}

.userQuestion .media-heading {
	margin-bottom: 10px;
	color: #393939;
	font-size: 16px;
}

.userQuestion .pull-right {
	color: #A6A6A6;
	font-size: 13px;
}

.userQuestion .intro {
	color: #555555;
	font-size: 14px;
}

.userQuestion .Page {
	margin: 25px 0 0 0;
}

.calculateTaxes {
	padding: 10px 28px 28px;
}

.calculateTaxes form {
	padding: 30px 29% 50px;
}

.calculateTaxes .source {
	margin: 0 -5px;
	padding: 0;
	overflow: hidden;
}

.calculateTaxes .source li {
	padding: 0 5px;
	float: left;
	width: 50%;
	list-style: none;
}

.calculateTaxes .source .btn {
	border-color: #E8E8E8;
	outline: none;
}

.calculateTaxes .source .btn.active {
	background: #fff;
	border-color: #006AB5;
	color: #006AB5;
	box-shadow: none;
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
	border-color: #E8E8E8;
	background: #fff;
	color: #006AB5;
}

#InputFile {
	padding: 3px 0 0 3px;
	height: 34px;
	cursor: pointer;
}

.calculateTaxes .form-control {
	border-color: #E8E8E8;
}

#btnSubmitCalculateTaxes {}

.progress_w {
	background: url(../images/2019-06-06_033339.png) no-repeat center 15px;
	background-size: 300px 2px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.progress_b {
	margin: 0 10px;
	width: 80px;
	color: #c5c5c5;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
}

.progress_b b {
	width: 30px;
	height: 30px;
	line-height: 21px;
	border: 5px solid #FBFBFB;
	border-radius: 100px;
	background: #d9d9d9;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.progress_b.active {
	color: #FF6955;
}

.progress_b.active b {
	background: #FF6955;
	color: #fff;
}

.progress_b span {
	display: block;
}

.progress_b:hover span {
	text-decoration: underline;
}

.userOrder #calculateTaxes tbody tr:nth-child(2n) {
	border-top: 1px solid #F6F6F6;
	border-bottom: 1px solid #F6F6F6;
	background: #fbfbfb;
}

.computeMode {
	position: relative;
	padding: 0 0 0 70px;
	overflow: hidden;
	display: block;
}

.computeMode span {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 34px;
}

.computeMode .btn {
	width: 50%;
}

.computeMode .btn.active {
	background: #fff;
	border-color: #006AB5;
	color: #006AB5;
	box-shadow: none;
}

.hasVatCountry .btn {
	margin: 0 0 5px 5px;
}

.hasVatCountry .btn.active {
	background: #006AB5;
	border-color: #006AB5;
	color: #fff;
	box-shadow: none;
}

.companyName select {
	width: 100%:
}

.btnAddNewCompanyName {
	vertical-align: 0;
}


.btnUploadReceipt {
	position: relative;
	margin: 0;
	cursor: pointer;
	display: block;
}

.btnUploadReceipt input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	cursor: pointer;
}

.banner {}

.banner a {
	height: 345px;
	background-size: auto 100%;
	display: block;
}

.industryInfo {}

.industryInfo_t {
	margin: 0;
	padding: 0;
	background: #969696;
	text-align: center;
}

.industryInfo_t li {
	width: 50%;
	text-align: left;
	list-style: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.industryInfo_t li:first-child {
	text-align: right;
}

.industryInfo_t li.active {
	background: #fff;
}

.industryInfo_t li a {
	padding: 40px 60px;
	width: 375px;
	color: #fff;
	text-align: left;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.industryInfo_t li.active a {
	color: #006AB5;
}

.industryInfo_t li img {
	float: left;
	margin: 0 10px;
}

.industryInfo_t li h4 {
	margin: 0 0 8px 0;
	font-weight: bold;
}

.industryInfo_media {
	padding: 0 20px 40px 20px;
	background: #fff;
	border-radius: 5px;
}

.industryInfo_media .main_title {
	padding: 15px 0 15px 0;
}

.industryInfo_media .media {
	margin: 0;
	padding: 0 0 15px 0;
}

.industryInfo_media .media-left {}

.industryInfo_media .media-left img {
	width: 220px;
	border-radius: 5px;
	display: block;
}

.industryInfo_media .media-body {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #eee;
}

.industryInfo_media .media:first-child .media-body {
	padding: 0;
	border-top: 0;
}

.industryInfo_media .media-left {
	padding-right: 15px;
}

.industryInfo_media .media-heading a {
	color: #323232;
	font-size: 17px;
	font-weight: bold;
}

.industryInfo_media .media:hover .media-heading a {
	color: #006AB5;
}

.industryInfo_media .media-body p {
	margin: 10px 0 10px 0;
	line-height: 22px;
	height: 66px;
	color: #6E6E6E;
	overflow: hidden;
}

.industryInfo_media .media:hover .media-body p {
	color: #373737;
}

.industryInfo_media .media-body span {
	color: #8D8D8D;
	font-size: 13px;
}

.industryInfo_media .Page {
	padding: 20px 0 0 0;
}

.list {
	margin: 0 0 15px -15px;
	padding: 0 20px 10px 20px;
	background: #fff;
	border-radius: 5px;
}

.list_title {
	padding: 15px 0 15px 0;
	line-height: 18px;
}

.list_title b {
	margin: 0 7px 0 0;
	width: 5px;
	height: 15px;
	border-radius: 5px;
	background: #FF9000;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.list_title h5 {
	margin: 0;
	color: #006AB5;
	font-size: 15px;
	font-weight: bold;
}

.list_tool {
	padding: 13px 0 15px 0;
	line-height: 18px;
	color: #999999;
}

.list_tool a {
	color: #999999;
	font-size: 12px;
}

.list_tool a:hover {
	color: #006AB5;
}

.list_c ul {
	padding: 0;
}

.list_c li {
	margin: 0 0 15px 0;
	list-style: none;
}

.list_c li a {
	height: 20px;
	line-height: 20px;
	color: #313131;
	font-size: 14px;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.list_c li a:hover {
	color: #006AB5;
	font-weight: bold;
}

.list_c li a i {
	color: #D4D4D4;
	font-style: normal;
}

.list_c li a:hover i {
	color: #006AB5;
	font-weight: normal;
}

.industryInfoDetail {
	padding: 0 20px 40px 20px;
	background: #fff;
	border-radius: 5px;
}

.industryInfoDetail_h {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #444;
	text-align: center;
}

.industryInfoDetail_h h3 {
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}

.industryInfoDetail_h h5 {
	padding: 10px 0 0 0;
	color: #989898;
}

.industryInfoDetail_m {
	min-height: 230px;
}

.industryInfoDetail_m img {
	max-width: 100%
}

.pager li>a,
.pager li>span {
	border: 0;
}

.itemClassTab {
	margin: 0 15px;
	background: #fff;
}

.itemClassTab {}

.insPage .itemClassTab .nav-tabs {
	display: -webkit-box;
	display: -moz-box;
	display: box;
}

.insPage .itemClassTab .nav-tabs>li {
	width: auto;
	text-align: center;
	line-height: 100px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.insPage .itemClassTab .nav-tabs>li>a {
	padding: 20px 5px;
	border-left: 1px solid #EBEBEB;
	border-top: 3px solid #fff !important;
	background: none !important;
	border-radius: 0;
	color: #464646;
	font-size: 16px;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}

.insPage .itemClassTab .nav-tabs>li:first-child>a {
	border-left: 0;
}

.insPage .itemClassTab .nav-tabs>li>a:hover {
	background: none;
}

.insPage .itemClassTab .nav-tabs>li.active a {
	border-top-color: #FE9200 !important;
	color: #467CD4;
}

.insPage .itemClassTab .nav-tabs>li img {
	margin: 0 5px 0 0;
	width: 27px;
	height: 27px;
	border: 2px solid #fff;
	border-radius: 100px;
	vertical-align: -5px;
	box-shadow: 0 4px 15px 0 #00000024;
}

.trademarkItem {
	padding: 0 20px 40px 20px;
	background: #fff;
	border-radius: 5px;
}

.trademarkItem_h h3 {
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}

.trademarkItem_m {
	padding: 25px 0;
}

.trademarkItem_m table {
	margin: 0 0 25px 0;
	width: 100%;
}

.trademarkItem_m thead {
	background: #D9D9D9;
}

.trademarkItem_m th,
.trademarkItem_m td {
	padding: 10px 5px;
	color: #676767;
	text-align: center;
	font-weight: normal;
}

.trademarkItem_m tbody tr:nth-child(2n) {
	background: #F6F6F6;
}

.trademarkItem_side .list {
	margin: 0 -15px 15px 0;
	padding: 0 20px 10px 20px;
}

.pageItemNum {
	margin: 0;
}

.pageItemNum li {
	margin: 4px;
	float: left;
}

.pageItemNum li a {
	min-width: 24px;
	min-height: 20px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.calculateTaxes_result {
	border-top: 5px solid #f6f6f6;
	display: none;
}

.result_h {
	position: relative;
	padding: 5px 0 10px;
	text-align: center;
}

.result_h h5 {
	font-weight: normal;
}

#btnGetRueultExcel {
	position: absolute;
	right: 0;
	bottom: 16px;
	padding: 5px 10px;
	border-radius: 3px;
	border: 0;
	background: #0ebb4b;
	color: #fff;
	font-size: 12px;
}

.table_wrap {}

.table_cont {}

.calculateTaxes_table>thead>tr>th {
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

.calculateTaxes_table>tbody>tr>td {
	padding: 5px;
	font-size: 12px;
}

.calculateTaxes_table td b {
	min-width: 170px;
	display: block;
}

.calculateTaxes_result .tips {
	padding: 10px 0 0 0;
}



.dsThreshold {
	background: #F9F9F9;
	margin: 0 0px 15px;
	padding: 0 0 0 20px;
}

.dsT_list {
	padding: 10px 10px 10px;
}

.dsT_list ul {
	padding: 0 0 0 10px;
}

.dsT_list li {
	margin-bottom: 10px;
	font-size: 13px;
}

.dsT_red {
	padding: 10px 10px 10px 10px;
	background: #B20000;
	color: #fff;
	list-style: none;
}

.dsT_yel {
	padding: 10px 10px 10px 10px;
	background: #BF9F00;
	color: #fff;
	list-style: none;
}

.dsT_list b {
	min-width: 90px;
	font-weight: bold;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.dsT_red b,
.dsT_yel b {
	min-width: 80px;
}

.dsT_list p {
	margin: 0;
}

.dsT_list p em {
	font-size: 12px;
}

.dsT_list span i {
	min-width: 42px;
	text-align: right;
	font-style: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.wrapSubmitDeclare {}


.slider_category {}

.slider_category a {
	background-position: center;
	background-size: auto 100%;
	height: 344px;
	display: block;
}

.slider_category a .container {
	position: relative;
}

.VATregister_query {
	margin: -50px 0 0;
}

.VATregister_catesList .catesList_body li:last-child h3 span {
	display: none;
}

.catesList_body {}

.catesList_body ul {
	padding: 0 15px 0 0;
}

.catesList_body li {
	padding: 10px 0 30px 0;
	float: left;
	width: 20%;
	list-style: none;
}

.catesList_body li a {
	position: relative;
	margin: 0 0 0 15px;
	text-decoration: none;
	display: block;
}

.catesList_body li img {
	max-width: 100%;
	height: 140px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.catesList_body li h3 {
	margin: 20px 0 0 0;
	color: #333333;
	font-size: 18px;
}

.catesList_body li h3 span {
	padding: 0 0 0 2px;
	color: #858585;
}

.catesList_body li h5 {
	line-height: 20px;
	color: #737373;
	font-size: 14px;
	font-weight: normal;
}

.catesList_body li p {
	margin: 0 0 5px;
	color: #929292;
	font-size: 14px;
}

.catesList_body li p b {
	color: #505050;
	font-weight: normal;
}

.worldTrademark_catesList .catesList_body li {
	width: 25%;
}

.worldTrademark_catesList .catesList_body li a {}

.worldTrademark_catesList .catesList_body li h3 {
	margin: 20px 0 10px;
}

.VATregister_oneStopService {
	background: #126EBB url(../images/VATregister_oneStopService.jpg) no-repeat center;
	background-size: auto 100%;
}

.VATregister_oneStopService .ind_title h3 {
	color: #fff;
}

.VATregister_oneStopService .ind_title h3 span {
	color: #fff;
}

.oneStopService {
	padding: 290px 0 70px;
	text-align: center;
}

.oneStopService b {
	margin: 0 10px 0;
	padding: 15px 20px;
	border-radius: 10px;
	background: #fff;
	color: #444;
	font-size: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.icon_zdl {
	position: absolute;
	right: 10px;
	top: -5px;
	width: 52px;
	height: 31px;
	line-height: 28px;
	background: url(../images/icon_zdl.png) no-repeat center;
	color: #fff;
	text-align: center;
	font-style: normal;
	font-size: 13px;
}

.VATregisterSelf {}

.VATregisterSelf_h {
	padding: 10px 0 30px 0;
	text-align: center;
}

.VATregisterSelf_h h3 {
	color: #006ab5;
	font-size: 20px;
	font-weight: bold;
}

.VATregisterSelf_h p {
	color: #b5b5b5;
	font-size: 12px;
}

.VATregisterSelf .input-group {
	margin: 0 auto 20px;
	width: 50%;
}

.VATregisterSelf .input-group .input-group-addon {
	background: none;
}

.btnSubmit_w {
	padding: 10px 0 80px;
	text-align: center;
}

.uploadPic_w {
	/*background: url(../images/2019-05-05_145017.png) no-repeat center;*/
	text-align: center;
}

.uploadPic {
	margin: 0 0 20px 0;
	text-align: left;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.uploadPic dl {
	margin: 0 20px;
}

.uploadPic dt {
	float: left;
	margin: 0 5px;
	border: 3px dashed #F4F4F4;
}

.uploadPic dd {
	position: relative;
	float: right;
	margin: 0 5px;
	border: 3px dashed #F4F4F4;
}

.uploadPic dd b {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20%;
	color: #757575;
	font-weight: normal;
	text-align: center;
}

.uploadPic dd input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}

.flow {
	margin: 0 0 40px 0;
	border-radius: 10px;
	background: #F6F6F6;
}

.flow ul {
	padding: 0;
}

.flow li {
	position: relative;
	padding: 0 15px 40px 0;
	float: left;
	width: 20%;
	height: 244px;
	background: url(../images/flow.png) no-repeat center right;
	background-size: auto 100%;
	list-style: none;
	text-align: center;
}

.VATregister_flow .flow li {
	width: 17%;
}

.VATregister_flow .flow li:first-child {
	padding-left: 20px;
	width: 32%;
}

.flow li:last-child {
	background: none;
}

.flow li i.fa {
	margin: 40px 0 10px 0;
	font-size: 33px;
}

.flow li h4 {
	color: #333333;
	font-size: 18px;
}

.flow li h5 {
	margin-bottom: 5px;
	color: #6d6c6c;
	font-size: 14px;
}

.flow li .col-md-6 h5 {
	text-align: left;
}

.flow li p {
	margin: 0 0 0 0;
	color: #939393;
	font-size: 14px;
}

.flow li .col-md-6 p {
	text-align: left;
}

.flow li span {
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin: 0 0 0 -30px;
	width: 50px;
	height: 50px;
	line-height: 41px;
	border: 5px solid #fff;
	border-radius: 100px;
	background: #AAAAAA;
	color: #fff;
	font-size: 18px;
}

.industryInfo_head {
	padding: 50px 0 25px;
}

.industryInfo_head h3 {
	height: 44px;
	line-height: 25px;
	border: 0;
	color: #006AB5;
	font-size: 28px;
	font-weight: bold;
	vertical-align: -16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.industryInfo_head h3 span {
	padding: 3px 0 0 0;
	color: #A0A0A0;
	font-size: 12px;
	font-weight: normal;
	display: block;
}

.industryInfo_flow .industryInfo_list li {
	margin: 0 0 16px 0;
}

.industryInfo_flow .industryInfo_list li:first-child a {
	padding: 0 0 0 235px;
}

.industryInfo_flow .industryInfo_list li:first-child a img {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	width: 218px;
	height: 128px;
}

.industryInfo_flow .industryInfo_list li a h4 {
	height: 40px;
}

.industryInfo_flow .industryInfo_list li:first-child a h5 {
	margin: 24px 0 10px;
}

.industryInfo_flow .industryInfo_list li:first-child a h5 i {
	color: #cfcfcf;
	font-style: normal;
}

.industryInfo_flow .industryInfo_list li:nth-child(2) a h4 {
	border: 0
}

.industryInfo_questions .industryInfo_list li a {
	padding: 0 0 0 0;
}

.industryInfo_foot {
	padding: 10px 0 50px;
	text-align: right;
}

.industryInfo_foot a {
	padding: 5px 30px;
	border: 1px solid #0062b6;
	border-radius: 3px;
	color: #0062b6;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.industryInfo_foot a:hover {
	background: #0062b6;
	color: #fff;
}

.VATdeclare_flow .flow li {
	width: 25%;
}

.worldTrademark_flow .flow li {
	width: 20%;
}

.search {
	margin: -50px 0 0;
	padding: 25px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 12px 45px 2px #e6e6e6;
}

#searchState {
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
	border-right: 1px solid #E2E2E2;
}

#searchState select {
	max-width: 150px;
	border: 0;
	box-shadow: none;
	font-size: 17px;
}

.search_w {}

.search_w i.fa {
	margin: 0 10px 0 30px;
	color: #CBCBCB;
	font-size: 17px;
}

.search_w input {
	width: 670px;
	height: 40px;
	border: 0;
	font-size: 18px;
	outline: none;
}

.btnSearchSbm {
	float: right;
	width: 180px;
	height: 40px;
	line-height: 36px;
	border: 1px solid #FF9000;
	border-radius: 5px;
	background: #fff;
	color: #FF9000;
	font-size: 16px;
}

.btnSearchSbm:hover {
	background: #FF9000;
	color: #fff;
}

.worldTrademark_advantage .advantage li {
	box-shadow: none !important;
}

.worldTrademark_advantage .advantage li .box {
	margin: 0 10px;
	padding: 20px 10px 30px;
	box-shadow: 0 12px 45px 2px #e6e6e6;
	border-radius: 5px;
}

.worldTrademark_advantage .advantage li img {
	width: 100%;
	display: block;
}

.worldTrademark_advantage .advantage li .cont {
	font-size: 14px;
}

.worldTrademark_advantage {}

.category_main {
	margin: 18px 0 0 0;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}

.arctical .category_main {
	display: none;
}

.arctical .category_main:first-child {
	display: block;
}

.arctical .category_main .crDetail_ml {
	display: none;
}

.arctical .category_main .crDetail_mr {
	width: 100% !important;
}

.arctical .category_main .crDetail_mr img {
	max-width: 100%;
	height: auto;
}

.category_side {
	margin: 18px 0 0 0;
}

.ins_title {
	padding: 30px 0 30px;
	text-align: center;
}

.ins_title h3 {
	padding: 0 0;
	border: 0;
	color: #006AB5;
	font-size: 35px;
	font-weight: bold;
}

.ins_title h4 {
	padding: 0 0;
	border: 0;
	color: #006AB5;
	font-size: 28px;
	font-weight: bold;
}

.whyList_body {}

.whyList_body ul {
	padding: 0 15px 0 0;
}

.whyList_body li {
	padding: 0 0 10px 0;
	list-style: none;
}

.whyList_body li a {
	margin: 0 0 0 15px;
	padding: 0 0 20px 0;
	text-decoration: none;
	text-align: center;
	display: block;
}

.whyList_body li:nth-child(1) a {
	background: #FFFCF8
}

.whyList_body li:nth-child(2) a {
	background: #F8FCFF
}

.whyList_body li:nth-child(3) a {
	background: #F8F8F8
}

.whyList_body li:nth-child(4) a {
	background: #FFFBFA
}

.whyList_body li img {
	max-width: 100%;
	height: 193px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.whyList_body li h3 {
	margin: 25px 0 0 0;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.whyList_body li .cont {
	margin: 10px 10px 5px;
	height: 60px;
	color: #4f4f4f;
	font-size: 14px;
}

.adBanner {
	text-align: center;
	display: block;
}

.adBanner img {}

#accountingFirm_tab {
	padding: 20px 0 40px 0;
	text-align: center;
}

#accountingFirm_tab ul {
	vertical-align: -22px;
	border: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#accountingFirm_tab li {
	float: none;
	border: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#accountingFirm_tab li a {
	color: #6f6f6f;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	display: block;
	border: 0;
}

#accountingFirm_tab li.active a {
	color: #0062b6;
}

#accountingFirm_tab li a span {
	color: #6f6f6f;
	font-size: 12px;
	font-weight: normal;
	display: block;
}

#accountingFirm_cont {}

#accountingFirm_cont .tab-pane {
	position: relative;
}

#accountingFirm_cont .swiper-wrapper {
	z-index: 20;
}

#accountingFirm_cont .swiper-slide a {
	position: relative;
	float: left;
	padding: 0;
	width: 227px;
	display: block;
}

#accountingFirm_cont .swiper-slide a:first-child {
	width: 685px;
	display: block;
}

#accountingFirm_cont .swiper-slide img {
	width: 100%;
	display: block;
}

#accountingFirm_cont .swiper-slide a i {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5) url(../images/icon_view.png) no-repeat center;
	display: none;
}

#accountingFirm_cont .swiper-slide a:hover i {
	display: block;
}

.swiper-button {
	position: relative;
	margin: 0 -55px;
}

#accountingFirm_cont .swiper-button-next,
#accountingFirm_cont .swiper-button-prev {
	z-index: 9;
	margin-top: -280px;
	padding: 30px 15px;
	width: auto;
	height: auto;
	border-radius: 4px;
	background: #fff;
	color: #026BB6;
	font-size: 25px;
	text-align: center;
	box-shadow: 0 12px 45px 2px #e6e6e6;
}

#accountingFirm_cont .swiper-button-next:hover,
#accountingFirm_cont .swiper-button-prev:hover {
	background: #026BB6;
	color: #fff;
}

.knowledge {
	margin: 40px 0 0 0;
	padding: 20px 0 30px 0;
	background: #F9F9F9;
}

.knowledgeList {
	padding: 0 0 30px 0;
}

.knowledgeList a {
	padding: 15px;
	color: #373737;
	text-decoration: none;
	border-radius: 5px;
	display: block;
}

.knowledgeList a:hover {
	background: #fff;
}

.knowledgeList a span {
	float: left;
	margin: 0 15px 0 0;
	padding: 13px 13px;
	background: #FAEEE0;
	color: #e2ba84;
	border-radius: 5px;
}

.knowledgeList a span b {
	padding: 0 0 5px 0;
	color: #ff9000;
	font-size: 25px;
	font-weight: normal;
	display: block;
}

.knowledgeList a h4 {
	margin-top: 0;
	height: 16px;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
}

.knowledgeList a p {
	margin: 0;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	color: #7b7b7b;
}

.knowledgeList_f {
	text-align: center;
}

.knowledgeList_f a {
	padding: 8px 30px;
	border: 1px solid #0062b6;
	border-radius: 3px;
	color: #0062b6;
}

.VATregisterDetail {}

.VATregisterDetail_l {
	position: relative;
	margin: 0 0 20px 0;
	padding: 20px 0 10px;
	background: #F3F6FB;
}

.VATregisterDetail_l .flag {
	position: absolute;
	left: 20px;
	top: 20px;
}

.VATregisterDetail_l .flag img {
	margin: 0 0 0 0;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 100px;
	box-shadow: 0 12px 45px 2px #e6e6e6;
	display: block;
}

.VATregisterDetail_l .cont {
	margin: 0 20px 0 85px;
}

.VATregisterDetail_l .cont h4 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}

.VATregisterDetail_l .cont p {
	color: #7C7F84;
	font-size: 13px;
}

.VATregisterDetail_l .cont span {
	color: #444;
	font-size: 13px;
}

.VATregisterDetail_l .price {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #FC8318;
	font-size: 13px;
}

.VATregisterDetail_l .price b {
	font-size: 18px;
	font-weight: bold;
}

.VATregisterDetail_r {
	padding: 15px;
	background: #FFF7EC;
}

.VATregisterDetail_r h4 {
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #d4d4d4;
	color: #FC8318;
	font-size: 16px;
	font-weight: bold;
}

.VATregisterDetail_r .cont {
	line-height: 20px;
	color: #444;
	font-size: 12px;
}

.VATregisterInfo {
	margin-right: -5px;
	margin-left: -5px;
	padding: 0 0 20px 0;
}

.VATregisterInfo .col-md-3 {
	padding: 0 10px;
}

.VATregisterInfo img {
	width: 100%;
	border-radius: 5px;
	display: block;
}

.VATregisterInfo h4 {
	line-height: 20px;
	color: #888;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.applicablePeople {
	background: url(../images/2019-04-07_172451.png) no-repeat center 53px;
	background-size: auto 488px;
}

.apBox_l {
	padding: 0;
}

.apBox_l li {
	position: relative;
	margin: 5px 0 0 0;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
	list-style: none;
}

.apBox_l li img {
	width: 100%;
	height: 160px;
	display: block;
}

.apBox_l li h5 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 5px 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
}

.apBox_r {
	padding: 0;
}

.apBox_r li {
	margin: 5px 0 0 0;
	width: 100%;
	height: 160px;
	border-radius: 0 5px 5px 0;
	list-style: none;
}

.apBox_r li:nth-child(1) {
	background: #BBB9C6;
}

.apBox_r li:nth-child(2) {
	background: #6795D1;
}

.apBox_r li:nth-child(3) {
	background: #DF8785;
}

.apBox_r li p {
	padding: 20px;
	color: #fff;
	font-size: 14px;
}

.serviceGuarantee {}

.serviceGuarantee ul {
	padding: 0 10px;
}

.serviceGuarantee li {
	padding: 0 5px;
	list-style: none;
}

.serviceGuarantee li p {
	padding: 15px 20px;
	border-radius: 5px;
	background: #F7F7F7;
	font-size: 16px;
}

.serviceGuarantee li img {
	margin: 0 10px 0 0;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	border: 2px solid #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.showMore {
	padding: 6px 30px;
	border: 1px solid #E5E5E5;
}

.commonProblem {}

.commonProblem ul {
	padding: 0 35px;
}

.commonProblem li {
	padding: 20px 0;
	border-bottom: 1px solid #EFEFEF;
	list-style: none;
}

.commonProblem li:last-child {
	border: 0
}

.commonProblem li a {
	color: #444;
	font-size: 16px;
	font-weight: bold;
}

.commonProblem li a:hover {
	color: #006AB5
}

.commonProblem li a b {
	margin: 0 0 0 -12px;
	color: #888;
}

.commonProblem li p {
	margin: 5px 0 0 0;
	line-height: 22px;
	color: #888;
	font-size: 14px;
}

.officeEnvironment_list {
	border-radius: 10px;
	overflow: hidden;
}

.officeEnvironment_list ul {
	margin: 0 0 0 -5px;
	padding: 0;
}

.officeEnvironment_list li {
	position: relative;
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
	list-style: none;
}

.officeEnvironment_list img {
	width: 100%;
	display: block;
}

.officeEnvironment_list p {
	position: absolute;
	left: 5px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	display: none;
}

.officeEnvironment_list li:hover p {
	display: block;
}

.officeEnvironment_list p span {
	margin: 26% 0 0 0;
	color: #fff;
	font-size: 20px;
	display: block;
}

.officeEnvironment_list p b {
	width: 20px;
	height: 5px;
	background: #FF9000;
	border-radius: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.worldTrademark_unc {
	background: #2748A5 url(../images/worldTrademark_unc.jpg) no-repeat center;
	display: block;
	text-align: center;
}

.unc {
	padding: 30px 0 20px;
	width: 400px;
	color: #fff;
	text-align: left;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.unc img {
	margin: 0 20px 0 0;
	float: left;
}

.unc h3 {
	margin: 5px 0 10px 0;
}

.unc h3 i {
	margin: 0 0 0 10px;
	width: 20px;
	height: 20px;
	line-height: 18px;
	background: #fff;
	color: #2748A5;
	border-radius: 100px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.unc p {
	font-size: 15px;
}

.worldTrademark_network {
	padding: 0 0 50px 0;
	background: #FAFAFA url(../images/2019-04-08_124537.png) no-repeat center;
	background-size: auto 100%;
}

.networkList {}

.networkList ul {
	padding: 0;
}

.networkList li {
	text-align: center;
	list-style: none;
}

.networkList li img {
	max-width: 100%;
	height: 160px;
	border-radius: 200px;
	display: block;
}

.networkList li h4 {
	margin: 20px 0 15px 0;
	font-size: 20px;
	font-weight: bold;
}

.networkList li a {
	color: #444;
	text-decoration: none;
}

.networkList li a.yuyue {
	padding: 7px 30px;
	border: 2px solid #E5E5E5;
	border-radius: 5px;
	background: #fff;
	color: #006ab5;
	font-size: 15px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.networkList li:hover a.yuyue {
	background: #FF9000;
	border-color: #FF9000;
	color: #fff;
}

.worldTrademark_advantage {
	margin: 30px 0 0 0;
	padding: 0 0 50px;
	background: #F9F9F9;
}

#WT_advantage {
	position: relative;
	margin: 0 -70px;
}

#WT_advantage .swiper-container {
	margin: 0 70px;
}

#WT_advantage .swiper-slide {
	border-radius: 5px;
	background: #fff;
	text-align: center;
	text-decoration: none;
}

#WT_advantage .swiper-slide img {
	width: 100%;
	display: block;
}

#WT_advantage .swiper-slide h4 {
	margin: 30px 0 5px 0;
	color: #424242;
	font-size: 18px;
	font-weight: bold;
}

#WT_advantage .swiper-slide b {
	width: 30px;
	height: 4px;
	border-radius: 5px;
	background: #EDEDED;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#WT_advantage .swiper-slide p {
	padding: 5px 20px 15px;
	line-height: 22px;
	color: #939393;
	font-size: 14px;
}

#WT_advantage .swiper-button-next,
#WT_advantage .swiper-button-prev {
	z-index: 9;
	margin-top: -44px;
	padding: 30px 15px;
	width: auto;
	height: auto;
	border-radius: 4px;
	background: #fff;
	color: #026BB6;
	font-size: 25px;
	text-align: center;
	box-shadow: 0 12px 45px 2px #e6e6e6;
}

#WT_advantage .swiper-button-next:hover,
#WT_advantage .swiper-button-prev:hover {
	background: #026BB6;
	color: #fff;
}

.strength {
	padding: 40px 0 90px;
	background: #565656 url(../images/2019-04-08_132042.png) no-repeat center;
	background-size: auto 100%;
}

.strength .ind_title h3 {
	color: #fff;
}

.strength .ind_title h3 span {
	color: #fff;
}

.strengthList {}

.strengthList ul {
	padding: 30px 0 0;
}

.strengthList li {
	float: left;
	width: 20%;
	text-align: center;
	list-style: none;
}

.strengthList li img {
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 200px;
	display: block;
}

.strengthList li h4 {
	padding: 10px 0 20px;
	color: #fff;
	font-size: 16px;
}

.guarantee {
	padding: 40px 0 90px;
	background: #F9F9F9;
}

.guaranteeList {
	background: #FEFEFE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	box-shadow: 0 12px 45px 2px #e6e6e6;
	border-radius: 5px;
	overflow: hidden;
}

.guaranteeList ul {
	padding: 0;
}

.guaranteeList li {
	float: left;
	padding: 50px 0 0 0;
	width: 33.333333%;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	background: url(../images/2019-04-08_134617.png) repeat-x;
	background-size: auto 100%;
	text-align: center;
	list-style: none;
}

.guaranteeList li img {
	margin: 0 auto;
	width: 70px;
	height: 70px;
	display: block;
}

.guaranteeList li h4 {
	margin: 20px 0 5px;
	color: #333333;
	font-size: 20px;
}

.guaranteeList li p {
	padding: 10px 0 30px;
	color: #7e7e7e;
	font-size: 14px;
}

.advisers {
	margin: -40px 0 0 0;
	background: #F9F9F9;
}

.advisersList {
	margin: 15px 0 0;
}

.advisersList ul {
	padding: 0;
}

.advisersList li {
	list-style: none;
}

.advisersList dl {
	position: relative;
	padding: 20px 25px 20px 0;
	background: #fff;
}

.advisersList dt {
	position: absolute;
	left: 35px;
	top: 0;
}

.advisersList dt img {
	margin: -10px auto 20px;
	width: 90px;
	height: 90px;
	border: 2px solid #fff;
	border-radius: 200px;
	display: block;
}

.advisersList dt a {
	padding: 5px 10px;
	border-radius: 100px;
	background: #0062B6;
	color: #fff;
	font-weight: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.advisersList dd {
	margin: 0 0 0 160px;
}

.advisersList dd h4 {
	float: left;
}

.advisersList dd h5 {
	float: right;
	font-size: 20px;
	font-weight: bold;
}

.advisersList dd h5 a {
	color: #ff9000;
}

.advisersList dd h5 i {
	position: relative;
	top: -3px;
	margin: 0 3px 0 0;
	padding: 2px 3px 2px 3px;
	border: 1px solid #B8B7B7;
	border-radius: 100px 100px 100px 0;
	color: #B8B7B7;
	font-size: 12px;
}

.advisersList dd p {
	line-height: 22px;
	color: #6b6b6b;
	clear: both;
}

.worldTrademark_knowledge {
	margin: 0;
	background: #fff;
}

.worldTrademark_knowledge .knowledgeList a:hover {
	background: #fff;
	box-shadow: 0 12px 45px 2px #e6e6e6;
}

.fixedSearch {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.fixedSearch_w {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -300px;
	width: 600px;
	border: 4px solid #006AB5;
	border-radius: 5px;
	background: #fff;
}

.fixedSearch_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
	color: #9f9f9f;
	font-size: 20px;
	cursor: pointer;
}

.fixedSearch_close:hover {
	color: #FF9000;
}

.fixedSearch_h {
	margin: 60px 60px 60px;
	text-align: center;
}

.fixedSearch_h h3 {
	color: #006ab5;
	font-size: 27px;
	font-weight: bold;
}

.fixedSearch_h h5 {
	height: 8px;
	border-bottom: 1px solid #E5E5E5;
	color: #9f9f9f;
}

.fixedSearch_h h5 span {
	padding: 0 5px;
	background: #fff;
	color: #9f9f9f;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.fixedSearch_form {
	margin: 30px 60px;
}

.fixedSearch_form input {
	margin: 0 0 15px 0;
	height: 47px;
	border: 1px solid #EEEEEE;
	background: #FAFAFA;
	box-shadow: none;
	font-size: 15px;
}

.fixedSearch_form button {
	margin: 20px 0 40px 0;
	width: 100%;
	height: 45px;
	border: 0;
	background: #FF9000;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
}

.stateSearch {
	padding: 20px 0;
	background: #F3F3F3;
}

.stateSearch_w {
	position: relative;
	margin: 0 auto;
	width: 600px;
	background: #fff;
	border-radius: 100px;
}

.stateSearch_w input {
	padding: 0 20px;
	width: 100%;
	height: 40px;
	border: 0;
	background: none;
	font-size: 15px;
	outline: none;
}

.stateSearch_w button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 15px;
	height: 40px;
	border: 0;
	background: none;
	color: #006AB5;
	font-size: 18px;
}

.globalMap {
	margin: 0 0 -60px;
	height: 580px;
	background: url(../images/2019-04-08_171026.png) no-repeat center;
	background: auto 580px;
}

.globalMap ul {
	position: relative;
	padding: 0;
}

.globalMap li {
	position: absolute;
	padding: 0 50px 20px 0;
	background: url(../images/globalMap_dir.png) no-repeat right bottom;
	background-size: auto 33px;
	list-style: none;
}

.globalMap li a {
	padding: 5px 25px;
	border: 1px solid #DCDCDC;
	border-radius: 100px;
	background: #fff;
	color: #006ab5;
	font-size: 18px;
	list-style: none;
	cursor: pointer;
	box-shadow: 0 5px 20px 0px #d8d8d8;
	outline: none;
}

.globalMap li.active a,
.globalMap li a:hover {
	border-color: #FF9000;
	background: #FF9000;
	color: #fff;
}

.globalMap li i {
	padding: 0 0 0 10px;
}

.worldTrademark_state .ind_title {
	padding-top: 0
}

.worldTrademark_state .catesList_body li h3 {
	margin: 15px 0 7px;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #F2F2F2;
	font-weight: bold;
}

.worldTrademark_state .catesList_body li h5 {
	margin: 10px 0;
}

.worldTrademark_state .catesList_body li h5 b {
	color: #ff9000;
	font-size: 22px;
	vertical-align: -2px;
	font-weight: normal;
}

.worldTrademark_state .catesList_body li h5 i {
	margin: 0 0 0 5px;
	padding: 2px 10px;
	border: 1px solid #E5E5E5;
	border-radius: 100px;
	color: #959595;
	font-size: 12px;
	font-style: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.WT_detail_h {
	position: relative;
	margin: 15px 0 0 0;
	padding: 0 0 0 360px;
	height: 260px;
	background: #fff;
}

.WT_detail_h .flag {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 300px;
	height: 220px;
}

.WT_detail_h img {
	float: left;
}

.WT_detail_h h4 {
	border-bottom: 1px solid #F2F2F2;
	color: #0062b6;
	font-size: 23px;
}

.WT_detail_h h4 b {
	padding: 15px 0 15px 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.WT_detail_h p {
	height: 66px;
	line-height: 22px;
	color: #5f5f5f;
	overflow: hidden;
}

.WT_detail_h span {
	margin: 0 0 5px 0;
	width: 40%;
	line-height: 22px;
	color: #5f5f5f;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.WT_detail_h span b {
	color: #444;
	font-weight: normal;
}

.WT_detail_h h5 {
	margin: 5px 0 0;
	color: #ff9000;
	font-size: 14px;
}

.WT_detail_h h5 b {
	color: #ff9000;
	font-size: 24px;
}

.WT_detail_hc {
	width: 65%;
}

.WT_detail_c {}

.WT_detail_m {
	margin: 15px -15px 0 0;
	background: #fff;
}

.WT_detail_m_cont {
	margin: 0 0 15px 0;
	padding: 0 15px 15px;
	line-height: 25px;
}

.WT_detail_m_foot {
	padding: 15px;
	border-top: 15px solid #F6F6F6;
}

.WT_detail_m_foot a {
	padding: 10px 0;
	color: #646464;
	font-size: 15px;
	display: block;
}

.WT_detail_m_foot a b {
	font-weight: bold;
}

.WT_detail_box {
	margin: 15px 0 0 0;
	padding: 5px;
	background: #fff;
}

.WT_detail_box ul {
	margin: 0 15px;
	padding: 0 0 10px;
}

.WT_detail_box li {
	margin: 5px 0 10px 0;
	list-style: none;
	overflow: hidden;
}

.WT_detail_box li a {
	color: #444;
	font-size: 15px;
	display: block;
}

.WT_detail_box li a:hover {
	color: #006AB5;
}

.WT_detail_box li img {
	margin: 0 10px 0 0;
	float: left;
	width: 38px;
	height: 25px;
}

.patentType {
	background: #FEFEFE;
}

.patentType_list {}

.patentType_list dl {
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 12px 45px 2px #e6e6e6;
}

.patentType_list dt {
	position: relative;
	z-index: 1;
	float: left;
	padding: 10px;
	width: 210px;
	background: #3B7AC6;
	color: #fff;
}

.patentType_list dl:nth-child(2) dt {
	background: #E5B047;
}

.patentType_list dl:nth-child(3) dt {
	background: #D93F6B;
}

.patentType_list dt h3 {
	margin: 20px 20px 10px;
	font-size: 25px;
	font-weight: bold;
}

.patentType_list dt h4 {
	margin: 0 20px 10px;
	height: 50px;
	line-height: 25px;
	font-size: 16px;
}

.patentType_list dt span {
	margin: 0 0 10px 20px;
	padding: 5px 18px;
	border-radius: 100px;
	background: rgba(0, 0, 0, 0.1);
	font-weight: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.patentType_list dd {
	position: relative;
	padding: 0 82px 0 0;
}

.patentType_list .swiper-slide {
	height: 175px;
	border-right: 1px solid #EEEEEE;
	text-align: center;
}

.patentType_list .swiper-slide img {
	margin: 45px auto 20px;
	height: 60px;
	display: block;
}

.patentType_list .swiper-slide h4 {
	color: #444;
	font-size: 14px;
}

.patentType_btn {
	position: absolute;
	right: 20px;
	top: 20px;
	bottom: 20px;
	border: 1px solid #EEEEEE;
	border-radius: 100px;
	background: #FBFBFB;
	overflow: hidden;
}

.patentType_list .swiper-button-next,
.patentType_list .swiper-button-prev {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: 0;
	width: 40px;
	height: 67px;
	line-height: 67px;
	background: none;
	font-size: 22px;
	text-align: center;
	display: block;
}

.patentType_list .swiper-button-next:hover,
.patentType_list .swiper-button-prev:hover {
	background: #006AB5;
	color: #fff;
}

.showMoreGp {
	margin: -50px 0 0 0;
	height: 174px;
	background-size: auto 100% !important;
	display: block;
}

.patentValue {
	padding: 33px 0 0 0;
	height: 726px;
	background: url(../images/patentValue_bg.jpg) no-repeat center;
	background-size: auto 100%;
}

.patentValue_list {}

.patentValue_list ul {
	padding: 0;
	text-align: center;
}

.patentValue_list li {
	margin: 5px 0 36px;
	width: 200px;
	height: 76px;
	color: #7c7c7c;
	font-size: 16px;
	list-style: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.patentValue_list li h4 {
	color: #444;
}

.patentValue_list li b {
	margin: 0 auto 10px;
	width: 30px;
	height: 5px;
	border-radius: 100px;
	background: #FF9000;
	display: block;
}

.ind_subTitle {}

.ind_subTitle b {
	margin: -15px auto 20px;
	width: 30px;
	height: 5px;
	border-radius: 100px;
	background: #FF9000;
	display: block;
}

.ind_subTitle p {
	margin: 0 25%;
	padding: 0 0 30px;
	line-height: 25px;
	color: #767676;
	font-size: 15px;
	text-align: center;
}

.applyGp {
	position: relative;
	margin: 7% 0 0 0;
}

.applyGp_r {
	position: relative;
	margin: 0 0 10px 0;
	background: #fff;
	box-shadow: 0 5px 10px 0 #dedede;
	border-radius: 5px;
}

.applyGp_r i.fa {
	position: absolute;
	left: 10px;
	top: 13px;
	width: 16px;
	color: #9f9f9f;
	font-size: 14px;
	text-align: center;
}

.applyGp_r input {
	padding: 0 35px;
	width: 100%;
	height: 38px;
	border: 1px solid #fff;
}

.applyGp_r select {
	padding: 0 30px;
	width: 100%;
	height: 38px;
	border: 1px solid #fff;
}

.applyGp_r b {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	color: #006AB5;
	font-weight: normal;
}

.applyGp_r b:hover {
	background: #006AB5;
	color: #fff;
}

.applyGp_f {}

.applyGp_f button {
	width: 100%;
	height: 38px;
	border: 0;
	background: #FF9000;
	color: #fff;
	font-size: 16px;
}

.applyGp_f button:hover {
	background: #DF7E00
}

.globalPatent_type {
	background: #FBFBFB;
}

.globalPatent_type ul {
	padding: 0;
}

.globalPatent_type li {
	float: left;
	width: 33.33333%;
	text-align: center;
	list-style: none;
}

.globalPatent_type li img {
	margin: 30px 0 0 0;
}

.globalPatent_type li h3 {
	margin-top: 10px;
	color: #0062b6;
}

.globalPatent_type li p {
	padding: 10px 30px;
	height: 80px;
	font-size: 14px;
}

.globalPatent_type li a {
	margin: 0 0 40px 0;
	padding: 5px 35px;
	border: 1px solid #FF9000;
	border-radius: 100px;
	background: #fff;
	color: #FF9000;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.globalPatent_type li:hover a {
	background: #FF9000;
	color: #fff;
}

.interPatent {
	margin: 50px 0 0 0;
	background: #F9F9F9;
}

.interPatent_list {
	border-radius: 10px;
	overflow: hidden;
}

.interPatent_list dl {
	margin: 0;
	float: left;
	width: 50%;
	background: #6D9CEA;
}

.interPatent_list dl:nth-child(2n) {
	background: #68B3F6;
}

.interPatent_list dl:nth-child(3) {
	background: #648BDA;
}

.interPatent_list dl:nth-child(4) {
	background: #54A2E8;
}

.interPatent_list dl:nth-child(5) {
	background: #4A73C7;
}

.interPatent_list dl:nth-child(6) {
	background: #4E97E2;
}

.interPatent_list dt {
	float: left;
}

.interPatent_list dd {
	position: relative;
	float: right;
	text-align: right;
}

.interPatent_list dl b {
	margin: 30px 0 0 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.interPatent_list dl a {
	margin: 0 20px 0 10px;
	padding: 2px 10px;
	border-radius: 100px;
	background: #fff;
	color: #6D9CEA;
	font-size: 13px;
	vertical-align: 2px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.interPatent_list dl p {
	margin: 10px 0 0 20px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.interPatent_list dd p {
	margin: 10px 20px 0 0;
}

.appProcess {
	padding: 20px 0 0 0;
	background: #F9F9F9;
}

.appProcess_list {
	margin: 60px 0 30px 0;
	background: #fff;
	border-top: 2px dashed #E5E5E5;
}

.appProcess_list ul {
	margin: -38px 0 0 0;
	padding: 0;
}

.appProcess_list li {
	float: left;
	width: 20%;
	text-align: center;
	list-style: none;
}

.appProcess_list li span {
	padding: 7px;
	border-radius: 100px;
	background: rgba(255, 144, 0, 0.27);
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.appProcess_list li span b {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100px;
	background: #FF9000;
	color: #fff;
	font-size: 28px;
	display: block;
}

.appProcess_list li h4 {
	margin: 20px 0 10px;
	color: #393939;
	font-size: 20px;
	font-weight: bold;
}

.appProcess_list li p {
	padding: 0 15px;
	line-height: 20px;
	color: #6e6e6e;
	font-size: 14px;
}

.patentInfos {}

.patentInfos_h {}

.patentInfos_h dl {
	position: relative;
	padding: 30px 0;
	height: 160px;
	background: url(../images/2019-04-09_173545.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
}

.patentInfos_h dt {
	float: left;
	padding: 0 0 0 30%;
	width: 55%;
}

.patentInfos_h dt img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.patentInfos_h dt h4 {
	position: relative;
	z-index: 2;
	margin: 0 0 5px 0;
}

.patentInfos_h dt h4 i {
	position: relative;
	top: -2px;
	margin: 0 7px 0 0;
	padding: 3px;
	background: #FF9000;
	color: #5A5A5A;
	font-size: 12px;
	border-radius: 100px;
	font-weight: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.patentInfos_h dt p {
	position: relative;
	z-index: 2;
	padding: 0 0 0 25px;
	color: #878787;
	font-weight: normal;
}

.patentInfos_h dd {
	float: right;
	width: 45%;
}

.patentInfos_list {
	padding: 0 0 50px 0;
	border-radius: 10px;
	background: #FAF7F4;
	text-align: center;
	overflow: hidden;
}

.patentInfos_list h3 {
	margin: 0;
	padding: 15px 0;
	background: #FF9000;
	color: #fff;
}

.patentInfos_list ul {
	padding: 20px 0 0;
}

.patentInfos_list li {
	margin: 0 20px;
	width: 200px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.patentInfos_list li h5 {
	font-size: 15px;
}

.patentInfos_list li img {
	width: 200px;
	display: block;
}

.suitableType {
	margin: 60px 0 0 0;
	background: #FBFBFB;
}

.suitableType_list {}

.suitableType_list ul {
	padding: 0 0 60px;
}

.suitableType_list li {
	text-align: center;
	list-style: none;
}

.suitableType_box {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 12px 45px 2px #e6e6e6;
	overflow: hidden;
}

.suitableType_box img {
	width: 100%;
	height: 190px;
	display: block;
}

.suitableType_box h4 {
	margin: 40px 0 15px 0;
	font-weight: bold;
}

.suitableType_box b {
	margin: 0 auto;
	width: 30px;
	height: 4px;
	border-radius: 100px;
	background: #EDEDED;
	display: block;
}

.suitableType_box p {
	margin: 10px 20px 40px 20px;
	height: 88px;
	line-height: 22px;
	color: #939393;
	font-size: 14px;
}

.patentAdvantage {}

.patentAdvantage_list {}

.patentAdvantage_list ul {
	padding: 0;
}

.patentAdvantage_list li {
	margin: 0 0 40px 0;
	text-align: center;
	list-style: none;
}

.patentAdvantage_list li img {
	margin: 0 auto;
	width: 140px;
	height: 140px;
	border-radius: 200px;
	display: block;
}

.patentAdvantage_list li h4 {
	margin: 20px 0 10px 0;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

.patentAdvantage_list li p {
	color: #7d7d7d;
	font-size: 16px;
}

.globalPatentType {
	margin: 0 0 30px 0;
	padding: 20px 0;
	background: #F3F3F3;
	text-align: center;
}

.globalPatentType a {
	margin: 0 10px;
	padding: 6px 30px;
	border-radius: 100px;
	background: #fff;
	color: #006ab5;
	font-size: 15px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.globalPatentType a.active {
	background: #FF9000;
	color: #fff;
}

.globalPatentDetail_h {}

.globalPatentDetail_h .pic {
	float: left;
	margin: 0 20px 0 0;
}

.globalPatentDetail_h .pic img {
	width: 170px;
	/*height:250px;*/
	display: block;
}

.globalPatentDetail_h .cont {}

.globalPatentDetail_h .cont h4 {
	margin: 0 0 15px 0;
	color: #333333;
	font-size: 24px;
}

.globalPatentDetail_h .cont p {
	margin: 0;
	line-height: 22px;
	color: #6e6d6d;
	font-size: 14px;
}

.globalPatentDetail_h .cont h5 {
	color: #333333;
	font-size: 14px;
}

.globalPatentDetail_h .price {
	padding: 5px 0 17px 0;
	color: #ff9000;
}

.globalPatentDetail_h .price b {
	font-size: 20px;
}

.globalPatentDetail_h .contact {
	margin: 0 0 15px 0;
}

.globalPatentDetail_h .contact input {
	padding: 0 10px;
	width: 250px;
	height: 35px;
	border: 1px solid #EEEEEE;
	background: #FBFBFB;
}

.globalPatentDetail_h .contact button {
	margin: 0 0 0 5px;
	padding: 0 30px;
	height: 35px;
	border: 0;
	background: #ff9000;
	color: #fff;
	vertical-align: 1px;
}

.globalPatentDetail_cont {
	padding: 0 0 15px 0;
}

.cR_indList {}

.cR_indList ul {
	padding: 0;
}

.cR_indList li {
	margin: 0 0 30px 0;
	list-style: none;
}

.cR_indList li a {
	position: relative;
	margin: 20px;
	border-radius: 5px;
	display: block;
	overflow: hidden;
}

.cR_indList li img {
	width: 100%;
	height: 150px;
	display: block;
}

.cR_indList li .cont {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
}

.cR_indList li h4 {
	position: absolute;
	right: 20px;
	top: 20px;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
}

.cR_indList li h3 {
	position: absolute;
	right: 20px;
	top: 44px;
	left: 10px;
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 32px;
	font-weight: lighter;
}

.cR_indList li b {
	position: absolute;
	left: -25px;
	top: 5px;
	padding: 3px 30px;
	background: #F02441;
	color: #fff;
	font-weight: normal;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-moz-transform: rotate(-45deg);
	/* Firefox */
	-webkit-transform: rotate(-45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-45deg);
	/* Opera */
}






.companyPurpose {
	padding: 30px 0 0 0;
	background: url(../images/companyPurpose.jpg) no-repeat center;
	background-size: auto 100%;
}

.companyPurpose .ind_title {
	padding-top: 0;
}

.companyPurpose .ind_title h3 {
	color: #fff;
}

.companyPurpose ul {
	position: relative;
	margin: 0 0 -50px;
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 12px 45px 2px #00000024;
}

.companyPurpose li {
	float: left;
	padding: 30px 40px;
	width: 50%;
	border-left: 1px solid #F4F4F4;
	border-top: 1px solid #F4F4F4;
	list-style: none;
	background: #fff;
}

.companyPurpose li img {
	float: left;
	margin: 0 20px 0 0;
	width: 80px;
	height: 80px;
	border-radius: 100px;
}

.companyPurpose li h4 {
	margin: 12px 0 10px 0;
}

.companyPurpose li .cont {
	margin: 0;
	height: 39px;
	line-height: 20px;
	color: #858585;
	font-size: 15px;
}



.companyRegistry_stType {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 12px 45px 2px #e6e6e6;
	overflow: hidden;
}

.companyRegistry_stType img {
	width: 100%;
	height: 140px;
	display: block;
}

.companyRegistry_stType h4 {
	margin: 40px 0 15px 0;
	font-weight: bold;
}

.companyRegistry_stType b {
	margin: 0 auto;
	width: 30px;
	height: 4px;
	border-radius: 100px;
	background: #EDEDED;
	display: block;
}

.companyRegistry_stType .cont {
	margin: 10px 20px 30px 20px;
	height: 44px;
	line-height: 22px;
	color: #939393;
	font-size: 14px;
}



.overseasCompany {}

.overseasCompany ul {
	margin: 0 0 20px 0;
	padding: 0 40px 0 0;
	background: #F9F9F9;
	border-radius: 5px;
}

.overseasCompany li {
	padding: 50px 0 50px 120px;
	list-style: none;
}

.overseasCompany li img {
	position: absolute;
	left: 40px;
	top: 50px;
}

.overseasCompany li h4 {
	margin: 0 0 5px 0;
}

.overseasCompany li b {
	width: 25px;
	height: 5px;
	background: #FF9000;
	border-radius: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.overseasCompany li .cont {
	margin: 0 0 10px;
	padding: 10px 0 0 0;
	line-height: 20px;
	color: #939393;
	font-size: 14px;
}


.ourAdvantage {
	margin: 40px 0 0 0;
	background: #F3F3F3;
}

.ourAdvantage_list ul {
	padding: 0;
}

.ourAdvantage_list li {
	margin: 0 0 40px 0;
	float: left;
	width: 20%;
	text-align: center;
	list-style: none;
}

.ourAdvantage_list li img {
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border: 4px solid #79AAD4;
	border-radius: 200px;
	display: block;
}

.ourAdvantage_list li h4 {
	margin: 20px 0 10px 0;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.ourAdvantage_list li .cont {
	padding: 0 20px;
	color: #939393;
	font-size: 14px;
}


.whoChoice {
	padding: 20px 0 50px;
}

.whoChoice_list {}

.whoChoice_list ul {
	padding: 0;
}

.whoChoice_list li {
	text-align: center;
	list-style: none;
}

.whoChoice_list li h4 {
	color: #939393;
	font-size: 14px;
	font-weight: normal;
}


.companyRegistryDetail_h {
	padding: 10px 40px 20px;
}

.companyRegistryDetail_h img {
	margin: 0 20px 0 0;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 100px;
	box-shadow: 0 12px 45px 2px #e6e6e6;
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.companyRegistryDetail_h span {
	margin: 0 20px 0 0;
	color: #333333;
	font-size: 18px;
}

.companyRegistryDetail_h strong {
	color: #ff9000;
	font-size: 14px;
}

.companyRegistryDetail_h strong b {
	font-size: 20px;
}

.companyRegistryDetail_h a {
	float: right;
	margin: 5px 0 0 0;
	padding: 7px 30px;
	background: #ff9000;
	color: #fff;
	border-radius: 3px;
}

.linkBtn {
	display: flex;
}

.content_flex {
	display: flex;
}

.crDetail_m {
	padding: 20px 0 20px 0;
	border-top: 1px solid #EEEEEE;
}

.crDetail_ml {}

.crDetail_ml a {
	position: relative;
	float: left;
	width: 20%;
	padding: 15px 0;
	border: 1px solid #fff;
	color: #444;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
}

.crDetail_ml a:hover {
	color: #ff9000;
}

.crDetail_ml a.active {
	border: 1px solid #ff9000;
	color: #ff9000;
}

.crDetail_ml a img {
	margin: 0 auto 10px;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	display: block;
}

.crDetail_ml a i {
	margin: 0 auto 10px;
	width: 50px;
	height: 50px;
	line-height: 54px;
	border-radius: 100px;
	background: #EEEEEE;
	color: #A8A8A8;
	font-weight: lighter;
	display: block;
}

.crDetail_ml a b {
	position: absolute;
	right: 4px;
	top: 4px;
	padding: 2px 7px;
	border-radius: 100px;
	background: #F53030;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

.crDetail_mr {}

.crDetail_mr h4 {
	color: #0062b6;
	font-size: 18px;
}

.crDetail_mr h4 span {
	margin: 0 0 0 10px;
	color: #909090;
	font-weight: normal;
}

.crDetail_mr .cont {
	line-height: 22px;
	color: #686868;
	font-size: 12px;
}

.crBenefit {}

.crBenefit ul {
	padding: 0 10px;
}

.crBenefit li {
	margin: 0 0 10px;
	list-style: none;
}

.crBenefit li.col-md-4 {
	padding: 2px 7px;
}

.crBenefit li a {
	padding: 30px 20px 30px 45px;
	background: #F8F8F8;
	text-decoration: none;
	display: block;
}

.crBenefit li i {
	position: absolute;
	top: 24px;
	left: 30px;
	color: #D4D4D4;
}

.crBenefit li h4 {
	margin: 0 0 5px 0;
	color: #454545;
	font-size: 18px;
}

.crBenefit li p {
	margin: 0;
	min-height: 44px;
	line-height: 22px;
	color: #686868;
	font-size: 14px;
}

.gzFlow {}

.gzFlow ul {
	padding: 10px 0 20px;
}

.gzFlow li {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
	list-style: none;
}

.gzFlow li img {
	margin: 0 auto;
	width: 90px;
	height: 90px;
	border-radius: 100px;
	display: block;
}

.gzFlow li h5 {
	position: relative;
	padding: 0 10px 15px 0;
	border-bottom: 1px dashed #FF9000;
	color: #FF9000;
	font-size: 18px;
}

.gzFlow li h5 i {
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 0;
	height: 0;
	border: 10px solid #FF9000;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
}

.gzFlow li h6 {
	font-size: 14px;
	font-weight: normal;
}

.gzFlow li b {
	position: absolute;
	right: -16px;
	top: 30px;
	padding: 8px 10px;
	border-radius: 100px;
	background: #FFF2E2;
	color: #FF9000;
	font-size: 16px;
}

.gzFlow li:last-child b {
	display: none;
}


.gzGet {}

.gzGet ul {
	padding: 0 10px;
}

.gzGet li {
	float: left;
	width: 20%;
	padding: 0 20px;
	list-style: none;
	text-align: center;
}

.gzGet li img {
	width: 100%;
	border-radius: 5px;
	display: block;
}

.gzGet li h6 {
	font-size: 14px;
	font-weight: normal;
}



.questionsType {
	padding: 15px 0 0;
}

.questionsType ul {
	margin: 0 -5px;
	padding: 0;
}

.questionsType li {
	float: left;
	padding: 0 5px;
	list-style: none;
}

.questionsType li a {
	padding: 20px 10px 20px 20px;
	height: 88px;
	background: #fff;
	border-radius: 10px;
	text-decoration: none;
	display: block;
}

.questionsType li.active a {
	background: url(../images/questionsType_bg.png) no-repeat center;
	background-size: 100% 100%;
}

.questionsType li.active:nth-child(1) a {
	background-color: #FF9000;
}

.questionsType li.active:nth-child(2) a {
	background-color: #9252AC;
}

.questionsType li.active:nth-child(3) a {
	background-color: #52AC9C;
}

.questionsType li.active:nth-child(4) a {
	background-color: #006AB5;
}

.questionsType li img {
	margin: 0 10px 0 0;
	float: left;
	width: 48px;
	height: 48px;
	border-radius: 100px;
}

.questionsType li h4 {
	margin: 4px 0 6px 0;
	color: #444;
	font-size: 17px;
}

.questionsType li:nth-child(1) a h4 {
	color: #FF9000;
}

.questionsType li:nth-child(2) a h4 {
	color: #9252AC;
}

.questionsType li:nth-child(3) a h4 {
	color: #52AC9C;
}

.questionsType li:nth-child(4) a h4 {
	color: #006AB5;
}

.questionsType li.active a h4 {
	color: #fff;
}

.questionsType li h5 {
	margin: 0;
	color: #c6c6c6;
	font-size: 13px;
	font-weight: normal;
}

.questionsType li.active a h5 {
	color: #fff;
}

.questions_from {
	margin: 5px 15px 0;
}

.questions_from textarea {
	padding: 15px;
	width: 100%;
	height: 80px;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	background: #FBFBFB;
	font-size: 15px;
}

.questions_from button {
	margin: 0 0 20px 15px;
	padding: 10px 50px;
	border-radius: 5px;
	border: 0;
	background: #FF9000;
	color: #fff;
	font-size: 15px;
}


.questions_from .col-md-9 {}

.questions_from .input-group {
	margin: 0 0 12px 0;
}

.questions_from .input-group-addon {
	background: #FBFBFB;
}

.questions_from .input-group-addon .fa {
	width: 0px;
}

.input-group .form-control {
	background: #FBFBFB;
}

.questions_list {
	padding: 0 0 30px 0;
}

.questions_list ul {
	padding: 0 15px 20px;
}

.questions_list li {
	padding: 15px 0;
	border-bottom: 1px solid #EEEEEE;
	list-style: none;
	font-size: 16px;
}

.questions_list li a {
	color: #373737;
	text-decoration: none;
}

.questions_list li a:hover {
	color: #006ab5;
}

.questions_list li b {
	float: right;
	list-style: none;
	color: #a0a0a0;
	font-weight: normal;
}


.questions_cont {
	padding: 0 30px;
}

.questions_cont_head {
	margin: 0 30px;
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
}

.questions_cont_head a {
	color: #6e6e6e;
	font-size: 16px;
}

.questions_cont_head a i {
	margin: 0 5px 0 0;
	color: #a0a0a0;
	font-size: 16px;
}

.questions_reply_head {
	padding: 10px 30px 0;
}

.questions_reply_head h4 {
	color: #373737;
	font-size: 20px;
}

.questions_reply_head i {
	margin: 10px 0 0;
	float: right;
	color: #a0a0a0;
	font-size: 16px;
	font-style: normal;
}

.questions_reply {
	padding: 10px 30px 50px;
}



.repository_list {
	padding: 0 0 20px 0;
}

.repository_list ul {
	padding: 0;
}

.repository_list li {
	margin: 0 15px;
	border-bottom: 1px solid #F4F4F4;
	list-style: none;
}

.repository_list li a {
	padding: 15px 0;
	color: #373737;
	text-decoration: none;
	border-radius: 5px;
	display: block;
	overflow: hidden;
}

.repository_list li a:hover {
	background: #fff;
}

.repository_list li a span {
	float: left;
	margin: 0 15px 0 0;
	padding: 13px 13px;
	background: #FAEEE0;
	color: #e2ba84;
	border-radius: 5px;
}

.repository_list li a span b {
	padding: 0 0 5px 0;
	color: #ff9000;
	font-size: 25px;
	font-weight: normal;
	display: block;
}

.repository_list li a h4 {
	margin-top: 0;
	font-size: 15px;
	font-weight: bold;
}

.repository_list li a:hover h4 {
	color: #006AB5;
}

.repository_list li a p {
	margin: 0;
	line-height: 20px;
	color: #7b7b7b;
}


.undata {
	float: none !important;
	width: auto !important;
	color: #ababab;
	padding: 10px 0 20px;
	font-size: 14px;
	text-align: center;
}

.companyProfile {
	background: #F8F8F8;
}

.companyProfile_cont {
	padding: 0 0 20px 0;
}

.companyProfile_cont dt {
	padding: 0 0 10px 0;
	font-size: 16px;
}

.companyProfile_cont dt span {
	margin: 0 0 0 10px;
	color: #959595;
	font-size: 15px;
	font-weight: normal;
}

.companyProfile_cont dd {
	line-height: 25px;
}

.companyProfile_logo {
	border-left: 1px solid #EEEEEE;
	text-align: center;
}


.companyProList {}

.companyProList ul {
	padding: 60px 0 50px;
}

.companyProList li {
	float: left;
	width: 20%;
	list-style: none;
	text-align: center;
}

.companyProList li img {
	border-radius: 5px;
}

.companyProList li h3 {
	font-size: 18px;
}

.companyProList li .cont {
	padding: 0 20px;
	color: #727272;
	font-size: 14px;
}


.videoBox {
	padding: 80px 0;
	background: url(../images/bg_video.jpg) no-repeat center;
}

.videoBox_c {
	padding: 0 0 15px;
	background: url(../images/video_bm.png) no-repeat center bottom;
	background-size: 100% auto;
}

#ymsVideo {
	margin: 0 auto;
	width: 800px;
	height: 454px;
	border: 4px solid #5C5C5C;
	border-radius: 5px;
}

.videoBox_c .video-js .vjs-big-play-button {
	top: 42%;
	left: 50%;
	margin: 0 0 0 -45px;
	width: 80px;
	height: 80px;
	line-height: 70px;
	border-radius: 100em;
	font-size: 7em;
}

.vjs-text-track-display {
	bottom: 0 !important;
	background: rgba(0, 0, 0, 0.6);
}

.moment {
	padding: 0 0 40px 0;
}

.moment .col-md-4 {
	margin-bottom: 20px;
}

.moment .col-md-4 img {
	width: 100%;
	display: block;
}

.contactUs {
	padding: 0 0 40px 0;
	background: url(../images/matthew-henry.jpg) no-repeat center/cover;
	/* background-size: auto 100%; */
}

.contactUs .col-md-4 {
	margin: 0 0 20px 0;
}

.contactUs_b {
	padding: 20px;
	border-radius: 5px;
	background: #fff;
}

.contactUs_b h4 {
	padding: 0 0 0 25px;
	color: #0062b6;
	font-size: 18px;
	font-weight: normal;
}

.contactUs_b .cont {
	height: 84px;
}

.contactUs_b p {
	position: relative;
	margin: 0;
	padding: 5px 0 5px 25px;
	color: #4f4f4f;
}

.contactUs_b p em.fa {
	position: absolute;
	left: 0;
	top: 8px;
	width: 20px;
	color: #B7B7B7;
	text-align: center;
}


#allmap {
	widows: 100%;
	height: 400px;
}

.businessCoo {}

.businessCoo ul {
	padding: 0;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}

.businessCoo li {
	float: left;
	width: 20%;
	list-style: none;
}

.businessCoo li a {
	position: relative;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	display: block;
}

.businessCoo li a img {
	width: 100%;
	display: block;
}

.businessCoo li a b {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	line-height: 120px;
	background: rgba(240, 142, 44, 0.9);
	color: #fff;
	text-align: center;
	display: none;
}

.businessCoo li a:hover b {
	display: block;
}

.iclassi_tab {
	position: relative;
	top: -15px;
	z-index: 2;
}

.iclassi_tab .nav-tabs {
	border: 0;
	border-radius: 5px 5px 0 0;
	background: #fff url(../images/2019-10-09_034630.jpg) repeat-x;
	background-size: auto 100%;
	overflow: hidden;
}

.iclassi_tab .nav-tabs>li {
	float: left;
	margin: 0;
	border-left: 1px solid #e6e6e6;
	width: 14%;
	text-align: center;
}

.iclassi_tab .nav-tabs>li:first-child {
	width: 16%;
}

.iclassi_tab .nav-tabs>li.active>a,
.iclassi_tab .nav-tabs>li.active>a:focus,
.iclassi_tab .nav-tabs>li.active>a:hover {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.iclassi_tab .nav>li>a {
	margin: 0;
	padding: 15px 15px;
	border-top: 4px solid #fff;
	border-radius: 0;
	color: #444;
	font-size: 15px;
	display: block;
}

.iclassi_tab .nav-tabs>li:first-child {
	border-left: 0;
}

.iclassi_tab .nav-tabs>li.active>a {
	border-top: 4px solid #FF9000;
}

.iclassi_tab .nav>li>a:focus,
.iclassi_tab .nav>li>a:hover {
	background: #fff;
	color: #006AB5;
}

.iclassi_tab .nav-tabs>li img {
	margin: 0 10px 0 0;
	border-radius: 100px;
	border: 2px solid #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.iclassi_tab .nav-tabs>li em {
	font-style: normal;
}

.tab-content {
	background: #fff;
}

.tab-content .tab-pane {
	padding: 30px;
}

.iclassi_wrap {
	padding: 0 0 15px 0;
}

.iclassi_side {}

.iclassi_sBox {
	margin: 0 0 10px 0;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.iclassi_cata {}

.iclassi_cata .head {
	padding: 10px;
	background: #717171;
	color: #fff;
	font-size: 16px;
}

.iclassi_cata .cata {
	padding: 20px 0 0 10px;
	overflow: hidden;
}

.iclassi_cata .cata a {
	float: left;
	margin: 0 0 8px 8px;
	padding: 8px 0;
	min-width: 38px;
	border-radius: 5px;
	background: #F5F5F5;
	color: #006AB5;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.iclassi_cata .cata a.active {
	background: #006AB5;
	color: #fff;
}

.iclassi_class {
	padding: 20px;
}

.iclassi_class p {
	margin: 0;
	color: #575757;
	font-size: 13px;
}

.iclassi_class p b {
	padding: 0 5px 0 0;
	font-weight: bold;
}

.iclassi_class p .btnMore {
	font-weight: normal;
}

.iClassList {}

.iClassList a {
	padding: 10px 0;
	border-bottom: 1px solid #E5E5E5;
	color: #575757;
	font-size: 13px;
	display: block;
	text-decoration: none;
}

.iClassList a:hover {
	color: #006AB5;
	font-weight: bold;
}

.iClassList a b {
	padding: 0 5px 0 0;
	color: #006AB5;
	font-weight: normal;
}



.iclassi_main {
	background: #fff;
	border-radius: 5px;
}

.iclassi_main .head {
	padding: 30px 20px 20px;
}

.iclassi_main .head .title {
	float: left;
	margin: 0;
	color: #006AB5;
	font-size: 28px;
	font-weight: normal;
}

.iclassi_main .head .form-inline {
	float: right;
}

.iclassi_main .head .form-inline .btn {
	margin-left: 5px;
}

.iclassi_main .head .form-inline .btn[type="submit"] {
	border-color: #006AB5;
	background: #006AB5;
	color: #fff;
}

.iclassi_table {
	padding: 0 20px 20px;
}

.iclassi_table table {
	width: 100%;
}

.iclassi_table thead {
	width: 100%;
	background: #E0E0E0;
	border-radius: 5px;
}

.iclassi_table th {
	padding: 10px;
}

.iclassi_table td {
	padding: 10px;
}

.iclassi_table tr:nth-child(2n) {
	background: #F5F9FB
}

/********************************************/
@media (max-width:1200px) {
	#header .nav_list li a.nav_fir {
		padding: 30px 0px;
		min-width: 75px;
	}

	#header .nav_list li.active a.nav_fir {
		padding: 30px 0px;
		min-width: 75px;
	}

	.tabVat .tab-pane dl h4 {
		font-size: 16px;
	}

	.tabVat .tab-pane dl h4 small {
		font-size: 12px;
	}

	.tabVat .tab-pane dl p {
		font-size: 12px;
	}

	.tabVat .tab-pane dt img.bg {
		margin: 63px 0 0 0;
	}

	.modalQuery .btnQueryEori {
		margin: 35px 0 0 15px;
	}

	.modalQuery .btnQueryVat {
		margin: 35px 2px 0 0;
	}

	.advantage li h3 {
		font-size: 15px;
	}

	.footer_l {
		width: 70%;
	}

	.footer_l img {
		float: left;
		margin: 0 20px 20px 0;
	}

	.footer_r {
		width: 30%;
	}

	.footer_r img {
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}

	.footer_m {
		float: none;
		padding-top: 20px;
		clear: both;
	}

	.footer_m ul {
		padding: 0;
		border: 0;
		text-align: center;
	}

	.footer_m li {
		margin: 0;
		width: 10%;
		text-align: left;
	}
}

@media (max-width:992px) {
	body {
		padding-top: 85px;
	}

	#header .navbar-brand img {
		padding: 10px 0;
		height: 48px;
	}

	#header .nav_list li a.nav_fir {
		padding: 15px 0px 9px;
		min-width: 65px;
	}

	#header .nav_list li.active a.nav_fir {
		padding: 12px 0px 12px;
	}

	.certify_tabs li a {
		font-size: 15px;
	}

	#slider .swiper-slide {
		height: 350px;
	}

	#slider .swiper-button-prev,
	#slider .swiper-button-next {
		top: -220px;
	}

	.certify .swiper-button-prev,
	.certify .swiper-button-next {
		top: 120px;
		padding: 20px 10px;
	}

	.title_icon_l,
	.title_icon_r {
		width: 35px;
		height: 8px;
	}

	.tabVat .nav-tabs {
		padding: 25px 0 15px;
		vertical-align: -14px;
	}

	.tabVat .tab-pane dl a {
		padding: 15px;
	}

	.tabVat .tab-pane dt a {
		padding: 10px 15px 0;
	}

	.tabVat .nav-tabs>li>a {
		padding: 0 5px;
		line-height: 18px;
		font-size: 16px;
	}

	.tabVat .nav-tabs>li>a span {
		font-size: 10px;
	}

	.ind_title {
		padding: 20px 0 10px !important;
		text-align: center;
	}

	.ind_title h3 {
		padding: 0 5px;
		line-height: 18px;
		font-size: 20px;
	}

	.ind_title h3 span {
		font-size: 10px;
	}

	.tabVat .tab-pane dt {
		float: none;
		width: auto;
	}

	.tabVat .tab-pane dt img.bg {
		display: none;
	}

	.tabVat .tab-pane dl img.flag {
		margin: -5px -7px 0 0;
	}

	.tabVat .tab-pane dd {
		float: none;
		width: auto;
	}

	.modalQuery {
		margin-bottom: 0;
		height: 161px;
		background-size: auto 80px;
	}

	.modalQuery .btnQueryEori {
		float: none;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		margin: 0;
		padding: 20px 0;
		text-align: center;
	}

	.modalQuery .btnQueryVat {
		float: none;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50%;
		margin: 0;
		padding: 20px 0;
		text-align: center;
	}

	.modalQuery .bg {
		max-width: 80%;
		height: auto;
	}

	.companyRegistry dl {
		margin-bottom: 0;
	}

	.companyRegistry dl b {
		background-position: center 40px;
	}

	.companyRegistry dl b span {
		padding: 15px;
	}

	.companyRegistry dl h3 {
		padding: 20px 0 10px 0;
		font-size: 16px;
	}

	.companyRegistry dl p {
		line-height: 20px;
	}

	.advantage li .cont {
		margin: 10px 0 0 0;
		height: 40px;
		overflow: hidden;
	}

	.advantage li i.fa {
		margin: 15px auto 10px;
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 25px;
	}

	.advantage li a {
		margin: 15px 0 15px 0;
		color: #0062B6;
		border-color: #0062B6;
	}

	.lawyerTeam_box a h4 {
		font-size: 14px;
	}

	.lawyerTeam_box a h4 small {
		padding: 0 0 0 10px;
		font-size: 12px;
	}

	#footer {
		margin: 50px 0 0;
		padding: 50px 0 0;
	}

	.footer_f {
		margin: 50px 0 0 0;
	}
}

@media (max-width:767px) {
	body {
		padding-top: 77px;
	}

	#headerTop dt {
		display: none;
	}

	#headerTop dd {
		padding-right: 25px;
	}

	.btnMobile i.fa {
		margin: 0 5px 0 5px;
	}

	#header .navbar-brand img {
		height: 40px;
	}

	#header .navbar-collapse {
		padding-right: 15px;
	}

	#header .nav_list li {
		position: relative;
		float: none;
	}

	#header .nav_list li a.nav_fir {
		padding: 10px 20px;
		min-width: 85px;
		border: 0;
		border-radius: 5px;
	}

	#header .nav_list li .nav_cont {
		position: relative;
	}

	#slider .swiper-slide {
		height: 200px;
	}

	#slider .swiper-button-prev,
	#slider .swiper-button-next {
		display: none;
	}

	.modalQuery {
		margin-bottom: 0;
		height: 157px;
		background-size: auto 55px;
	}

	.modalQuery .btnQueryEori {
		bottom: 50px;
		padding: 10px 0;
		width: 100%;
		border-bottom: 1px solid #ddd;
	}

	.modalQuery .btnQueryVat {
		padding: 10px 0;
		width: 100%;
	}

	.modalQuery .bg {
		max-width: none;
		height: 30px;
	}

	#globalBrand_wrap {
		padding-bottom: 40px;
	}

	#globalBrand {
		margin: 0;
	}

	#globalBrand .swiper-container {
		margin: 0;
	}

	#globalBrand .swiper-button-next,
	#globalBrand .swiper-button-prev {
		display: none;
	}

	.companyRegistry_wrap {
		background: #006AB5;
	}

	.companyRegistry dl b {
		min-height: auto;
		background: none;
	}

	.companyRegistry dl b span {
		padding: 10px;
		margin-top: -5px;
	}

	.companyRegistry dl h3 {
		margin: 0;
		padding: 10px 0 15px 0;
		font-size: 16px;
	}

	.companyRegistry dl p {
		padding: 0 20px;
	}

	.advantage li:hover {
		box-shadow: none;
	}

	.lawyerTeam_wrap dt {
		padding: 40px 0 25px;
	}

	.lawyerTeam_box a {
		padding: 10px 20px 10px 70px;
	}

	.lawyerTeam_box a h4 {
		margin: 9px 0 0;
	}

	.lawyerTeam_box a img {
		left: 10px;
		width: 50px;
		height: 50px;
	}

	#industryInfo_swiper {
		margin-top: 0;
	}

	.industryInfo_list {
		padding: 10px 0 0 0;
	}

	.industryInfo_list li a {
		padding: 0 0 0 50px;
	}

	.industryInfo_list li a span {
		top: 5px;
		font-size: 16px;
	}

	.industryInfo_list li a span i {
		font-size: 12px;
	}

	.industryInfo_list li a h4 {
		margin: 0 0 5px 0;
		height: 27px;
		line-height: 31px;
		font-size: 14px;
	}

	#footer {
		margin: 30px 0 0;
		padding: 30px 0 0;
	}

	.footer_f {
		margin: 20px 0 0 0;
	}

	.footer_l {
		float: none;
		width: auto;
		text-align: center;
	}

	.footer_l img {
		margin: 0 auto 20px;
		float: none;
	}

	.footer_r {
		float: none;
		width: auto;
		border: 0;
	}

	.footer_r img {
		margin: 20px auto 20px;
		float: none;
		width: 50%;
		display: block;
	}

	.footer_r p {
		padding: 0;
		text-align: center;
	}

	.footer_m {
		display: none;
	}

	.btnLogin_line {
		display: none;
	}

	#headerTop dd a.btnLogin {
		position: absolute;
		right: 90px;
		top: 38px;
		padding: 0 10px;
		color: #444;
	}

	#headerTop dd a.btnRegister {
		position: absolute;
		right: 45px;
		top: 38px;
		padding: 0 10px;
		color: #444;
	}
}

@media (max-width:500px) {
	#header .navbar-brand img {
		padding: 0;
		height: 40px;
	}

	#slider .swiper-slide {
		background-size: auto 120% !important;
	}

	.certify .swiper-container {
		margin: 0 25px;
	}

	.certify .swiper-button-next {
		right: -10px;
	}

	.certify .swiper-button-prev {
		left: -10px;
	}

	.certify_tabs {
		padding: 30px 0 0;
	}

	.certify {
		padding: 0;
	}

	.certify .swiper-container {
		padding: 60px 0 0;
	}

	.ind_group {
		padding: 0 0 30px;
	}

	.index_advantage .ind_title {
		padding: 0 !important;
	}

	.advantage li .cont {
		height: 30px;
		line-height: 15px;
		font-size: 12px;
	}

	#footer {
		font-size: 16px;
	}

	.footer_r p {
		font-size: 20px;
	}

	.footer_f {
		font-size: 12px;
	}

	.slider_category a {
		height: 100px;
	}

	.VATregister_query {
		margin: 0;
	}

	.iconQuery {
		margin: 65px 0 0 10px;
	}

	.iconQuery img {
		height: 30px;
	}

	.ins_title {
		padding: 20px 0 10px;
	}

	.ins_title h3 {
		margin: 0;
		font-size: 25px;
	}

	.ins_title h4 {
		font-size: 15px;
	}

	.whyList_body li img {
		height: auto;
	}

	.whyList_body li h3 {
		margin: 10px 0 0 0;
		font-size: 14px;
	}

	.whyList_body li .cont {
		font-size: 12px;
	}

	.ind_title {
		padding: 0 !important;
	}

	.catesList_body li {
		padding: 10px 0 0 0;
		width: 50%;
	}

	.catesList_body li h3 {
		margin: 10px 0 0 0;
	}

	.catesList_body li h5 {
		font-size: 13px;
	}

	.oneStopService {
		padding: 100px 0 10px;
	}

	.VATregister_oneStopService .ind_title {
		padding: 20px 0 0 !important;
	}

	.oneStopService b {
		margin: 10px 1% 0;
		padding: 10px 0;
		width: 31.3%;
		font-size: 13px;
		font-weight: normal;
	}

	.VATregister_flow .flow li {
		margin: 15px 0;
		padding: 0 0 0 125px;
		float: none;
		width: auto;
		height: auto;
		min-height: 60px;
		background: none;
		overflow: hidden;
	}

	.VATregister_flow .flow li:first-child {
		padding: 0 0 0 125px;
		width: auto;
	}

	.VATregister_flow .flow li .col-md-6 {
		padding-left: 0;
	}

	.VATregister_flow .flow li .col-md-12 {
		margin-top: 10px;
	}

	.flow li i.fa {
		position: absolute;
		left: 57px;
		top: 15px;
		margin: 0;
		width: 65px;
		font-size: 20px;
		text-align: center;
	}

	.flow li h4 {
		position: absolute;
		left: 57px;
		top: 39px;
		margin: 0;
		width: 65px;
		font-size: 13px;
		text-align: center;
	}

	.flow li span {
		left: 20px;
		top: 17px;
		bottom: auto;
		margin: 0;
		width: 35px;
		height: 35px;
		line-height: 26px;
		font-size: 12px;
	}

	.flow li p {
		font-size: 12px;
		text-align: left;
	}

	#accountingFirm_tab .title_icon_l,
	#accountingFirm_tab .title_icon_r {
		display: none;
	}

	#accountingFirm_tab li a {
		font-size: 16px;
	}

	#accountingFirm_tab li a span {
		font-size: 9px;
	}

	#accountingFirm_tab {
		padding: 0 0 10px 0;
	}

	#accountingFirm_cont .swiper-slide a {
		width: 50%;
	}

	#accountingFirm_cont .swiper-slide a img {
		margin: 1%;
		width: 98%;
	}

	#accountingFirm_cont .swiper-slide a:first-child {
		width: 100%;
	}

	.knowledge {
		margin: 30px 0 0 0;
		padding: 10px 0 30px 0;
	}

	.catesList_body li img {
		height: 120px;
	}

	.knowledgeList a span {
		padding: 5px 7px;
	}

	.knowledgeList a span b {
		font-size: 15px;
	}

	.knowledgeList a h4 {
		margin-bottom: 2px;
		font-size: 14px;
	}

	.knowledgeList a p {
		height: 45px;
		line-height: 15px;
		font-size: 12px;
	}

	.industryInfo_head {
		padding: 20px 0 5px;
	}

	.industryInfo_head h3 {
		font-size: 18px;
	}

	.companyProfile_cont {
		padding: 0;
	}

	.companyProfile_cont dt span {
		margin: 0;
		display: block;
	}

	.companyProfile_logo {
		padding: 0 0 20px 0;
	}

	.companyProList ul {
		padding: 20px 0 0;
	}

	.companyProList li {
		width: 33.33333%;
	}

	.companyProList li h3 {
		font-size: 14px;
		margin: 10px 0 5px;
	}

	.companyProList li p {
		padding: 0 10px;
		font-size: 12px;
	}

	.videoBox {
		padding: 30px 0;
	}

	#ymsVideo {
		width: 90%;
		height: 200px;
	}

	.videoBox_c {
		padding: 0 0 5px;
	}

	.videoBox_c .video-js .vjs-big-play-button {
		top: 30%;
	}

	.moment {
		padding: 0;
	}

	.contactUs_b {
		padding: 15px 10px;
	}

	.contactUs_b h4 {
		margin: 0;
		font-size: 14px;
	}

	.contactUs_b .cont {
		height: auto;
	}

	.contactUs_b p {
		padding: 5px 0 0 25px;
	}
}

.nav_div {
	display: inline-block;
	margin-left: 20px;
}

.enBtn {
	border: 1px solid #006AB5;
	color: #006AB5;
	cursor: pointer;
	padding: 10px;
}

 