/*--------------------------------------------------------------
# bootstrap 更改
--------------------------------------------------------------*/
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 574px){
	.col-xs-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width : 768px) {
	.col-sm-5ths {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media (min-width : 992px) {
	.col-md-5ths {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media (min-width : 1200px) {
	.col-lg-5ths {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

/*--------------------------------------------------------------
# yl animation
--------------------------------------------------------------*/
/* 解决鼠标经过有细线bug */
/* .parallux .parallux-bg:hover{
	transform: none!important;
} */
.yl-fill-vert-o:before,
.yl-fill-vert-o:after {
	-webkit-transition: all 0.3s;
	transform: all 0.3s;
}

.yl-fill-vert-o {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.yl-fill-vert-o:before,
.yl-fill-vert-o:after {
	background-color: transparent;
	content: '';
	width: 100%;
	height: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: -1;
	background: #03bbf9;
}

.yl-fill-vert-o:before {
	top: 50%;
}

.yl-fill-vert-o:after {
	bottom: 50%;
}

.yl-fill-vert-o:hover {
	cursor: pointer;
}

.yl-fill-vert-o:hover:before,
.yl-fill-vert-o:hover:after {
	height: 50%;
	opacity: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
.iconfont {
	font-size: 4rem;
}

* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}

.fs20 {
	font-size: 20px;
}

.fs28 {
	font-size: 28px;
}

.fs48 {
	font-size: 48px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.colorfff {
	color: #fff;
}

.color333 {
	color: #333;
}

.color666 {
	color: #666;
}

.color999 {
	color: #999;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* html { font-size: 1rem; }
@media (min-width: 576px) {
    html { font-size: 0.625rem; }
}
@media (min-width: 768px) {
    html { font-size: 0.75rem; }
}
@media (min-width: 992px) {
    html { font-size: 0.875rem; }
}
@media (min-width: 1200px) {
    html { font-size: 1rem; }
} */
/* @media(max-width:540px){ html { font-size:84.375px; } } //Android常用宽度
@media(max-width:480px){ html { font-size:75px; } }		//Android常用宽度
@media(max-width:414px){ html { font-size:64.69px; } }  //i6Plus,i7Plus宽度 
@media(max-width:375px){ html { font-size:58.59px; } }	//i6,i7宽度
@media(max-width:360px){ html { font-size:56.25px; } }	//Android常用宽度
@media(max-width:320px){ html { font-size:50px; } }		//i5宽度 */
body {
	background: #fff;
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}

a {
	color: #0450CA;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: #0b6bd3;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #0450CA;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	padding-top: 12px;
	color: #fff;
}

/* Prelaoder */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #0450CA;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	height: 70px;
	z-index: 997;
	transition: all 0.5s;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
	height: 60px;
	padding: 5px 0;
}

#header .logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
	color: #00366f;
	text-decoration: none;
}

#header .logo img {
	padding: 0;
	/* margin: 7px 0; */
	max-height: 50px;
}

.main-pages {
	margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#banner {
	width: 100%;
	position: relative;
	background: url("../img/intro-bg.png") center bottom no-repeat;
	background-size: cover;
	padding: 280px 0 260px 0;
}

#banner .intro-info {
	text-align: center;
	color: #fff;
	width: 75%;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
	/* Drop Down */
	/* Deep Drop Down */
}

.main-nav,
.main-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav>ul>li {
	position: relative;
	white-space: nowrap;
	float: left;
}

.main-nav a {
	display: block;
	position: relative;
	color: #999999;
	padding: 10px;
	transition: 0.3s;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
	color: #0450CA;
	text-decoration: none;
}

.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.main-nav .drop-down li {
	min-width: 180px;
	position: relative;
}

.main-nav .drop-down ul a {
	padding: 10px 20px;
	font-size: 13px;
	color: #999999;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
	color: #0450CA;
}

.main-nav .drop-down>a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.main-nav .drop-down .drop-down>a {
	padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: rgba(19, 39, 57, 0.8);
	transition: 0.4s;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	color: #74b5fc;
	text-decoration: none;
}

.mobile-nav .drop-down>a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down>a:after {
	content: "\f077";
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	margin: 18px 18px 0 0;
	color: #999999;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, 0.8);
	overflow: hidden;
	display: none;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
.section-header {
	margin-bottom: 50px; 
}

.section-header h3 {
	color: #333333;
	position: relative;
	margin-bottom: 5px;
	font-weight: bold;
}

.section-header p {
	margin: 0;
	color: #666666;
}

.section-header p span {
	border-bottom: 4px solid #0450CA;
	padding-bottom: 15px;
}

/* ylbtn
--------------------------------*/

.btn {
	display: inline-block;
	line-height: 56px;
	margin: 8px;
	padding: 0 35px;
	position: relative;
	opacity: .999;
	border-radius: 30px;
	font-size: 20px;
	color: #333;
}

.btn-fill-vert-o:before,
.btn-fill-vert-o:after {
	-webkit-transition: all 0.3s;
	transform: all 0.3s;
}

.btn-fill-vert-o {
	background-color: transparent;
	border: 1px solid #d0d0d0;
	overflow: hidden;
}

.btn-fill-vert-o:before,
.btn-fill-vert-o:after {
	content: '';
	width: 100%;
	height: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: -1;
}

.btn-fill-vert-o:before {
	top: 50%;
}

.btn-fill-vert-o:after {
	bottom: 50%;
}

.btn-fill-vert-o:hover {
	color: #fff;
}

.btn-fill-vert-o:hover:before,
.btn-fill-vert-o:hover:after {
	height: 50%;
	opacity: 1;
}

.btn-fill-vert-o.btn-blue:before,
.btn-fill-vert-o.btn-blue:after {
	background-color: #0450CA;
}

.btn-fill-vert-o.btn-blue:hover {
	border-color: #0450CA;
}

/* Section with background
--------------------------------*/

.section-bg {
	background: #f3f3f3;
}

/* companyTransfer Section
--------------------------------*/

#companyTransfer {
	padding: 80px 0;
}

.gszrImg1:hover {
	-webkit-animation-name: flash;
	animation-name: flash;
}

.companyBox {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 100%;
	padding-top: 60px;
	overflow: hidden;
}

.companyBox li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 50%;
	float: left;
	border: 1px solid #d9d9d1;
	text-align: center;
	position: relative;
}

.companyBox li:first-child {
	border-bottom: none;
	border-right: none;
}

.companyBox li:nth-child(2) {
	border-bottom: none;
}

.companyBox li:nth-child(3) {
	border-right: none;
}

.companyBox li:hover {
	color: #fff;
}

/* taxReturn Section
--------------------------------*/

#taxReturn {
	background: url(../img/jzbsBg.png)  center top no-repeat;
	padding: 80px 0;
	background-size: 100%;
}

.taxReturnBox .box{
	background: #0450CA;
	height: 100%;
	padding: 0 20px;
}

/* Services Section
--------------------------------*/
.gszcImg:hover{
	animation-name:pulse;-webkit-animation-name: pulse;cursor: pointer;
}
#companyRegistration {
	padding: 80px 0;
	/* box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1); */
}
.companyRegistrationBox{
	background: #0450CA;
	color: #fff;
}
#companyRegistration .box {
	transition: all 0.3s ease-in-out;
	margin:40px 15px;
}

#companyRegistration .box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
#companyRegistration .box .num{
	background: #fff;
	font-size: 36px; font-weight: bold;
	color: #0450CA;
	padding: 5px 10px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
#companyRegistration .box .title{
	font-size: 20px;color: #fff;
	font-weight: bold;
}
/* trademark Section
--------------------------------*/
#trademark {
	background: url(../img/sbbg.png) top  center no-repeat;
	padding: 60px 0;
	color: #fff;
	background-size: 100% 100%;
}
#trademark:hover{
	animation-name: pulse;
	-webkit-animation-name: pulse;
	cursor: pointer;
}
#trademark .section-header h3,
#trademark .section-header p {
	color: #fff;
}
.trademarkBox ul li{
	margin-top: 70px;
	text-align: right;
   padding-right: 30px;
}
/* systemDevelopment Section
--------------------------------*/

#systemDevelopment {
	padding: 60px 0;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#systemDevelopment #portfolio-flters {
	padding: 0;
	margin: 5px 0 35px 0;
	list-style: none;
	text-align: center;
}

#systemDevelopment #portfolio-flters li {
	cursor: pointer;
	margin: 15px 15px 15px 0;
	display: inline-block;
	padding: 6px 20px;
	font-size: 16px;
	line-height: 20px;
	color: #0450CA;
	border-radius: 50px;
	text-transform: uppercase;
	background: #ecf5ff;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}

#systemDevelopment #portfolio-flters li:hover,
#systemDevelopment #portfolio-flters li.filter-active {
	background: #0450CA;
	color: #fff;
}

#systemDevelopment #portfolio-flters li:last-child {
	margin-right: 0;
}

#systemDevelopment .portfolio-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

#systemDevelopment .portfolio-item .portfolio-wrap {
	overflow: hidden;
	position: relative;
	border-radius: 6px;
	margin: 0;
}

#systemDevelopment .portfolio-item .portfolio-wrap img {
	width: 100%;
}

#systemDevelopment .portfolio-item .portfolio-wrap:hover img {
	opacity: 0.4;
	transition: 0.3s;
}

#systemDevelopment .portfolio-item .portfolio-wrap .portfolio-info {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	opacity: 0;
	transition: 0.2s linear;
}

#systemDevelopment .portfolio-item .portfolio-wrap .portfolio-info h4 {
	font-size: 22px;
	line-height: 1px;
	font-weight: 700;
	margin-bottom: 14px;
	padding-bottom: 0;
}

#systemDevelopment .portfolio-item .portfolio-wrap .portfolio-info h4 a {
	color: #fff;
}

#systemDevelopment .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
	color: #0450CA;
}

#systemDevelopment .portfolio-item .portfolio-wrap .portfolio-info p {
	padding: 0;
	margin: 0;
	color: #e2effe;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}

#systemDevelopment .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#systemDevelopment .portfolio-item .portfolio-wrap .portfolio-info .link-details {
	display: inline-block;
	line-height: 1;
	text-align: center;
	width: 36px;
	height: 36px;
	background: #0450CA;
	border-radius: 50%;
	margin: 10px 4px 0 4px;
}

#systemDevelopment .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#systemDevelopment .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
	padding-top: 6px;
	font-size: 22px;
	color: #fff;
}

#systemDevelopment .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#systemDevelopment .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
	background: #3395ff;
}

#systemDevelopment .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#systemDevelopment .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
	color: #fff;
}

#systemDevelopment .portfolio-item .portfolio-wrap:hover {
	background: #003166;
}

#systemDevelopment .portfolio-item .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
}

/* Testimonials Section
--------------------------------*/

/* #testimonials {
	padding: 60px 0;
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#testimonials .section-header {
	margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
	width: 120px;
	border-radius: 50%;
	border: 4px solid #fff;
	float: left;
}

#testimonials .testimonial-item h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
	margin-left: 140px;
}

#testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0 0 15px 0;
	margin-left: 140px;
}

#testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}

#testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}

#testimonials .owl-dot.active {
	background-color: #0450CA;
} */

/* storeTransfer Section
--------------------------------*/
#storeTransfer {
	padding: 80px 0;
}

.storeTransferBox {
	padding: 70px 25px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 29px 0 rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease-in-out;
	text-align: center;
}

.storeTransferBox:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.storeTransferBox:hover i {
	color: #0450CA;
}

/* Clients Section
--------------------------------*/

#clients {
	padding: 60px 0;
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
	border-top: 1px solid #d6eaff;
	border-left: 1px solid #d6eaff;
	margin-bottom: 30px;
}

#clients .client-logo {
	padding: 64px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #d6eaff;
	border-bottom: 1px solid #d6eaff;
	overflow: hidden;
	background: #fff;
	height: 160px;
}

#clients .client-logo:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

#clients img {
	transition: all 0.4s ease-in-out;
}

/* Contact Section
--------------------------------*/

#systemDevelopment {
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	padding: 60px 0;
	overflow: hidden;
}

#systemDevelopment .section-header {
	padding-bottom: 30px;
}

#systemDevelopment .contact-about h3 {
	font-size: 36px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #0450CA;
}

#systemDevelopment .contact-about p {
	font-size: 14px;
	line-height: 24px;
	font-family: "Montserrat", sans-serif;
	color: #888;
}

#systemDevelopment .social-links {
	padding-bottom: 20px;
}

#systemDevelopment .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #fff;
	color: #0450CA;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	border: 1px solid #0450CA;
}

#systemDevelopment .social-links a:hover {
	background: #0450CA;
	color: #fff;
}

#systemDevelopment .info {
	color: #283d50;
}

#systemDevelopment .info i {
	font-size: 32px;
	color: #0450CA;
	float: left;
	line-height: 1;
}

#systemDevelopment .info p {
	padding: 0 0 10px 36px;
	line-height: 28px;
	font-size: 14px;
}

#systemDevelopment .form #sendmessage {
	color: #0450CA;
	border: 1px solid #0450CA;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#systemDevelopment .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#systemDevelopment .form #sendmessage.show,
#systemDevelopment .form #errormessage.show,
#systemDevelopment .form .show {
	display: block;
}

#systemDevelopment .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

#systemDevelopment .form input,
#systemDevelopment .form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

#systemDevelopment .form button[type="submit"] {
	background: #0450CA;
	border: 0;
	border-radius: 20px;
	padding: 8px 30px;
	color: #fff;
	transition: 0.3s;
}

#systemDevelopment .form button[type="submit"]:hover {
	background: #0067d5;
	cursor: pointer;
}

/*--------------------------------------------------------------
# carTicket
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# carTicket
--------------------------------------------------------------*/
.carTicket {
	padding: 80px 0;
	color: #fff;
}

.carTicket .section-header h3,
.carTicket .section-header p {
	color: #fff;
}

.carTicket .section-header p span {
	border-bottom: 4px solid #fff;
}

#bg-1 {
	background: url(../img/cpBg.png) center top repeat;
	background-size: contain 100%;
	margin-top: 40px;
}

.cpBox {
	color: #fff;
	height: 100%;
	margin-top: 18%;
}

.parallux .parallux-bg .parallux-inner .cpImg img {
	display: block;
}

.cpBox li {
	width: 50%;
	background-color: rgba(51, 72, 66, 0.2);
}

.cpBox li:first-child {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.cpBox li:nth-child(2) {
	border-bottom: 1px solid #fff;
}

.cpBox li:nth-child(3) {
	border-right: 1px solid #fff;
}

/*--------------------------------------------------------------
# costTicket
--------------------------------------------------------------*/
.costTicket {
	padding: 80px 0;
	color: #fff;
}

.costTicket .section-header h3,
.costTicket .section-header p {
	color: #fff;
}

.costTicket .section-header p span {
	border-bottom: 4px solid #fff;
}

#bg-2 {
	background: url(../img/fpBg.png) right top no-repeat;
	background-size: 100%;
	margin-top: 40px;
}

.costTicketBox li {
	width: 50%;
	height: 100%;
}

.costTicketBox .item {
	text-align: center;
	padding: 80px 0;
}

.costTicketBox .item1 {
	background: #fff;
	color: #666;
}

.costTicketBox .item2 {
	background: #020d83;
	color: #fff;
}

.costTicketBox .item3 {
	background: #0450CA;
	color: #fff;
}

.costTicketBox .item4 {
	background: #f3f4f5;
	color: #666;
	height: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	color: #fff;
	font-size: 18px;
}

#footer .footer-top {
	width: 100%;
	background: url(../img/footerBg.png) no-repeat;
	background-size: 100% 100%;
}

.footer-top li {
	line-height: 2rem;
	padding: 8px 0;
}

.footer-top i {
	font-size: 2rem;
	margin-right: 10px;
}

#footer .footer-top h4 {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul li {
	width: 50%;
	padding: 8px 0;
	float: left;
}

#footer .footer-top .footer-links ul a {
	color: #fff;
}

#footer .footer-top .footer-links ul a:hover {
	color: #0450CA;
}

#footer .footer-top .footer-newsletter {
	margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
	border: 0;
	padding: 6px 8px;
	width: 65%;
	background-color: rgb(140, 141, 148, 0.8);
	color: #fff;
	text-align: center;
}

#footer input::-webkit-input-placeholder {
	color: #fff;
}

#footer input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

#footer input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

#footer input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
	background: #0450CA;
	border: 0;
	width: 35%;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
	background: #0062cc;
}

.footerBottom {
	background: #0a0c0f;
	text-align: center;
	font-size: 14px;
	color: #999;
	padding: 10px;
}
/*--------------------------------------------------------------
#在线客服
--------------------------------------------------------------*/

.suspension{position:fixed;z-index:55;right:0;bottom:185px;width:60px;/* height:240px; */ }
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:60px;height:60px;background-color:#b3b5b6;margin-bottom:4px;cursor:pointer;outline:none;text-align: center; color: #fff; line-height:1.4;}
.suspension .a.active,
.suspension .a:hover{background:#0450CA;}
.suspension .a i{ font-size:1.8rem;  color: #fff;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;/* background-image:url(../images/suspension-bg.png); */background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;/* background-image:url(../images/suspension-bg.png); */background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../img/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../img/side_con_icon03.png) no-repeat center 15px; display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../img/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../img/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
	
}

@media (max-width: 991px) {
	#header {
		height: 60px;
		padding: 10px 0;
	}

	#header .logo h1 {
		font-size: 28px;
		padding: 8px 0;
	}

	#banner {
		padding: 140px 0 60px 0;
	}

	#banner .intro-img {
		width: 80%;
		float: none;
		margin: 0 auto 25px auto;
	}

	#banner .intro-info {
		width: 80%;
		float: none;
		margin: auto;
		text-align: center;
	}

	#trademark .card {
		margin: 0;
	}
}

@media (max-width: 768px) {
	.back-to-top {
		bottom: 15px;
	}
}

@media (max-width: 767px) {
	#banner .intro-info {
		width: 100%;
	}

	#banner .intro-info h2 {
		font-size: 34px;
		margin-bottom: 30px;
	}

	.section-header p {
		width: 100%;
	}
}

@media (max-width: 574px) {
	p {
	    padding: 0;
	    margin: 0 0 15px 0;
	}
	.pt-5, .py-5 {
	    padding-top: 1.5rem!important;
	}
	.pb-4, .py-4 {
	    padding-bottom:0.6rem!important;
	}
	.mt-5, .my-5 {
	    margin-top: 1rem!important;
	}
	body{
		font-size: 16px;
	}
	.order-xs-1 {
		-ms-flex-order: 1;
		order: 1
	}
	
	.order-xs-2 {
		-ms-flex-order: 2;
		order: 2
	}
	
	.order-xs-3 {
		-ms-flex-order: 3;
		order: 3
	}
	
	.order-xs-4 {
		-ms-flex-order: 4;
		order: 4
	}
	
	.order-xs-5 {
		-ms-flex-order: 5;
		order: 5
	}
	
	.order-xs-6 {
		-ms-flex-order: 6;
		order: 6
	}
	
	.order-xs-7 {
		-ms-flex-order: 7;
		order: 7
	}
	
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8
	}
	
	.order-xs-9 {
		-ms-flex-order: 9;
		order: 9
	}
	
	.order-xs-10 {
		-ms-flex-order: 10;
		order: 10
	}
	
	.order-xs-11 {
		-ms-flex-order: 11;
		order: 11
	}
	
	.order-xs-12 {
		-ms-flex-order: 12;
		order: 12
	}
	
	.hide-xs {
	   display: none;
	}
	#companyTransfer {
	    padding: 20px 0;
	}
	#banner {
		padding:80px 0 40px 0;
	}
	.iconfont {
	    font-size: 2.5rem;
	}
	.fs20 {
		font-size:14px;
	}
	.fs28 {
		font-size:20px;
	}
	.fs48 {
		font-size:24px;
	}
	.mb25{
	    margin-bottom: 15px;
	}
	.btn {
	    display: inline-block;
	    line-height:36px;
	    margin:4px;
	    padding: 0 18px;
	    position: relative;
	    opacity: .999;
	    border-radius: 15px;
	    font-size: 14px;
	    color: #333;
	}
	.suspension{
		display: none;
	}
	.section-header{
		margin-bottom: 20px;
	}
	.gszrImg1{
		width: 50%;
		margin-left: 25%;
	}
	.companyBox{
		padding-top: 30px;
	}
	#taxReturn {
	    background: url(../img/jzbsBg_mb.png) center top no-repeat;
	    padding: 20px 0;
	    background-size: 100%;
	}
	#companyRegistration{
		padding: 20px 0 0 0;
	}
	#trademark{
		padding: 20px 0;
		background: url(../img/sbbg.png) left center no-repeat;
		background-size: cover;
	}
	#storeTransfer {
	    padding: 20px 0 0 0;
	}
	#systemDevelopment {
	    padding:20px 0;
	}
	.carTicket {
	    padding: 20px 15px;
	}
	.costTicket {
	    padding: 20px 15px;
	}
	.taxReturnBox .box{
		padding: 0 10px;
	}
	.trademarkBox ul li{
		margin-top: 10px;
		text-align: left;
	}
	.storeTransferBox {
	    padding:20px 10px;
	}
	.cpBox{
		margin-top:20px;
	}
	#bg-1{
		margin-top: 0;
	}
	#bg-2{
		background: url(../img/fpBg_mb.png) center top no-repeat;
		margin-top: 0;
		background-size:contain;
	}
	.costTicketBox .item {
	    padding: 10px 0;
	}
	#footer{
		font-size: 14px;
	}
	.footer-top i {
	    font-size: 1.5rem;
	}
	#footer .footer-top .footer-newsletter {
	    margin-bottom:10px;
	}
	#footer .footer-top {
	    background: url(../img/footerBg_mb.png) no-repeat;
	    background-size: 100% 100%;
	}
}
