/* 
  重置原始和插件样式
 */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	font-family: '思源黑体', SourceHanSansSC-regular, sans-serif, PingFang-SC-Regular, Avenir, Helvetica, Arial;
	-webkit-overflow-scrolling: touch !important;
	overflow-scrolling: touch !important;
	-webkit-text-size-adjust: 100%;
	/* ios调整微信字体大小，保持原来字体不变 */
	-webkit-font-smoothing: antialiased;
	color: #555;
	line-height: 26px;
	background: #FFF;
	font-size: 14px;
	font-weight: 400;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover {
	text-decoration: none;
}

a a:focus,
button:focus {
	outline: none;
}

button,
input {
	border: none;
	outline: none;
	background: #fff;
}

ul,
ol,
li {
	list-style: none;
}

img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	/* 图片清晰渲染Webkit */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

/* 单行打点 */
.elips {
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 浅蓝深背景 */
.section-dark {
	opacity: 1;
	background: #F7FAFF;
	z-index: -2;
}

/* section外层统一间距 */
.fadeInCenter {
	text-align: center;
	font-size: 16px;
	color: #222;
	padding-bottom: 50px;
}

/* section标题 */
.section-title {
	color: #222;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	text-transform: capitalize;
}

/* section小标题 */
.subtitle {
	font-size: 18px;
	margin: 20px 0 10px;
	line-height: 26px;
	font-weight: 500;
	text-transform: capitalize;
}

.section-sub-title {
	color: #555;
}

.btn-common {
	padding: 10px 20px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #FFF !important;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 2.7px 0.1px rgba(0, 0, 0, 0.24) !important;
	box-shadow: 0 2px 2.7px 0.1px rgba(0, 0, 0, 0.24) !important;
}

.button-self {
	width: 257px;
	padding: 10px 20px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #FFF !important;
	border-radius: 2px;
	background-color: #1677FF;
}

.btn-common:hover,
.btn-common:focus,
.btn-common:active {
	-webkit-box-shadow: 0 4px 4.7px 0.3px rgba(0, 0, 0, 0.24) !important;
	box-shadow: 0 4px 4.7px 0.3px rgba(0, 0, 0, 0.24) !important;
}

.material-icons {
	font-size: 24px;
	line-height: 1;
}

/* 美化浏览器滚动条 */
::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-thumb {
	border-radius: 22px;
	background: #E5E5E5;
}

/* visible更改为none */
.fade:not(.show) {
	display: none;
}

/* 吸顶 */
.sticky {
	padding: 0px 0;
	position: fixed;
	z-index: 99;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}



/* 
  头部 
*/
.navbar {
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0;
}

.navbar-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.navbar-expand-lg-row,
.navbar-expand-lg-col {
	display: flex;
	align-items: center;
}

.navbar-expand-lg {
	height: 60px;
}

.navbar-right .navbar-right-lg,
.mdi-chevron-down-lg {
	display: none;
	color: #222;
}

.navbar-right-lg-list .nav-item {
	left: 0px;
	top: 0px;
	width: 116px;
	height: 48px;
	line-height: 48px;
	opacity: 1;
	border-radius: 2px 0px, 0px, 0px;
}

.navbar-right-lg-list .nav-item img {
	width: 18px;
	height: 18px;
	margin-right: 4px;
}

.navbar-right-lg-list .nav-item .sub-left span {
	margin-left: 0;
	width: 70px;
}

.navbar-btn {
	padding: 6px 12px;
}

.navbar-btn.btn {
	margin: 15px 1px;
}

.navbar-toggler {
	padding: 0;
}

.navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background: #222;
	display: block;
	margin: 5px 0;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
	opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px;
}

.navbar-brand img {
	width: 102px;
}

.navbar-nav .nav-item>a {
	font-weight: 500;
	color: #222;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	padding: 20px 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.navbar-nav .nav-item>a span {
	display: none;
	text-align: right;
	float: right;
	clear: both;
	padding: 0 6px;
	border: 1px solid #777;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.navbar-nav .nav-item>a span.show {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.navbar-nav .nav-item .sub-menu {
	margin: 0 -40px;
	min-height: 415px;
	background: #FFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 95%;
	left: 0;
	right: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0;
	border-radius: 0 2px 2px 0;
	display: none;
}

.navbar-nav .nav-item .sub-menu .left {
	width: 35%;
	padding: 4vw 3vw 5vw 6vw;
	flex-shrink: 0;
	background: #F7FAFF url(../../assets/images/tabImg.png) no-repeat 100% 100%;
}

.navbar-nav .nav-item .sub-menu .left.aboutUs {
	background-image: url(../../assets/images/tabImg2.png);
}

.navbar-nav .nav-item .sub-menu .left.information {
	background-image: url(../../assets/images/tabImg3.png);
}

.navbar-nav .nav-item .sub-menu .right {
	display: flex;
	padding: 4vw 0 2vw 3vw;
}

.navbar-nav .nav-item .sub-menu .right .title {
	font-size: 16px;
	color: #1677FF;
	cursor: default;
}

.navbar-nav .nav-item .sub-menu .left .title {
	font-size: 20px;
	margin-bottom: 20px;
	color: #222;
}

.navbar-nav .nav-item .sub-menu .left .content {
	background: transparent !important;
	padding: 0;
	/*覆盖*/
}

.navbar-nav .nav-item .sub-menu-lg {
	min-width: 1120px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 95%;
	left: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0;
	border-radius: 0 2px 2px 0;
	display: none;
}

.navbar-nav .nav-item .sub-scan {
	position: absolute;
	top: 0;
	right: -132px;
	width: 132px;
	height: 144px;
	background: #FFF;
	color: #000;
	display: none;
}

.navbar-nav .nav-item .sub-list-active1 .sub-scan,
.navbar-nav .nav-item .sub-list:hover .sub-scan,
.navbar-nav .nav-item:hover .sub-menu-lg {
	display: block;
}

.navbar-nav .sub-left {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F5F5F5;
}

/* 默认显示第一个 */
.navbar-nav .sub-list-active1 .sub-left {
	background: #FFF;
}

.navbar-nav .sub-menu .nav-item:hover .sub-left {
	background: #fff;
}

.navbar-nav .nav-item:hover .sub-menu .nav-item:hover .sub-img1 {
	content: url(../images/wechatLight.png);
}

.navbar-nav .nav-item:hover .sub-menu .nav-item:hover .sub-img2 {
	content: url(../images/miniLight.png);
}

.navbar-nav .nav-item:hover .sub-menu .nav-item:hover .sub-img3 {
	content: url(../images/h5Light.png);
}

.navbar-nav .navbar-right-lg {
	position: relative;
}

.navbar-nav .nav-item .sub-scan img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 10px auto 3px;
}

.navbar-right .sub-scan span {
	line-height: 22px;
	display: block;
	text-align: center;
}

.navbar-nav .nav-item {
	cursor: pointer;
}

.navbar-nav .nav-item .navbar-right-lg-list {
	min-width: 116px;
	min-height: 0;
	width: 116px;
	box-sizing: border-box;
	background: #FFF;
}

.navbar-nav .nav-item .sub-menu.left-menu {
	left: -100%;
}

.navbar-nav .nav-item .sub-menu>li {
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item .sub-menu>li>a {
	display: block;
	padding: 10px 15px;
	font-size: 13px;
	color: #222;
	border-top: 1px solid rgba(0, 0, 0, 0.03);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item .sub-menu>li>a.active {
	color: #FFF;
	background: #1677FF;
}

.navbar-nav .nav-item .sub-menu>li>a:not(.active):hover {
	background: #fafafa;
}

.navbar-right span {
	position: relative;
	cursor: pointer;
}

.navbar-right span i {
	font-size: 22px !important;
	display: block;
	border-radius: 2px;
	padding: 2px 8px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.navbar-right:hover i {
	color: #666;
}

.mdi-chevron-down-lg .material-icons {
	font-size: 18px;
}

.nav-hover-rotate .mdi-chevron-down-lg.show {
	transform: rotate(-180deg);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.nav-hover-rotate .mdi-chevron-down-lg.show .material-icons {
	color: #1677FF;
	vertical-align: 0%;
}

/* 
  表单 
*/
.navbar-form {
	position: absolute;
	top: 7vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 35vw;
	/* 默认1280-1919*/
	border-radius: 4px;
	background: #FFF;
	text-align: center;
	border: 1px solid rgba(187, 187, 187, 1);
	display: none;
}

#scanContact {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	z-index: 9999;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 4px;
	background: #FFF;
	text-align: center;
	display: none;
}

#scanContact {
	width: 460px;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#scanContact img {
	width: 57.2%;
	height: 52.6%;
}

#scanContact .title {
	font-size: 18px;
}

#scanContact p {
	font-size: 16px;
}

#scanContact span {
	font-size: 14px;
	background: #1677FF;
	color: #fff;
	padding: 6px 29px;
	cursor: pointer;
}

#scanContact .close {
	position: absolute;
	top: 3%;
	right: 3%;
}

/* 图形验证码 */
.maskGetCode .getCodeContent {
	background: #fff;
	position: absolute;
	left: 50%;
	top: 40%;
	width: 380px;
	height: 250px;
	padding: 20px;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}

.maskGetCode .getCodeContent .close {
	display: flex;
	justify-content: space-between;
}

.maskGetCode .getCodeContent .close p {
	font-weight: 700;
	font-size: 16px;
}

.maskGetCode .getCodeContent .code {
	line-height: 22px;
	font-size: 14px;
	color: #333;
	font-weight: 500;
	margin: 15px 0 5px;
}

.maskGetCode .getCodeContent .mdi-close {
	margin-top: -4px;
}

.maskGetCode .getCodeContent input {
	border: 1px solid #eee;
	padding: 10px;
	height: 50px;
	border-radius: 8px;
	margin-right: 10px;
	width: 60%;
}

.maskGetCode .getCodeContent img {
	height: 50px;
}

.maskGetCode .getCodeContent div.change {
	color: #1677FF;
	margin-left: auto;
	margin-bottom: 10px;
}

.maskGetCode .getCodeContent .button {
	width: 100%;
	display: flex;
}

.maskGetCode .getCodeContent span {
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
}

.maskGetCode .getCodeContent span:first-child {
	background: #fff;
	color: #1677FF;
	border: 1px solid #1677FF;
	margin-right: 10px;
}

.maskGetCode .getCodeContent span:last-child {
	background: #1677FF;
	color: #fff;
}

.navbar-form .form-close {
	text-align: right;
	font-size: 25px;
	margin-right: -1.5vw;
}

.navbar-form .form-title {
	font-size: 18px;
	font-weight: 500;
	margin: 0 !important;
	color: #222;
}

.navbar-form .row {
	width: 100%;
	display: block;
}

.navbar-form .form-group {
	height: 100%;
	width: 100%;
}

.form-group.has-error .help-block {
	color: #F56C6C !important;
	font-size: 12px;
}

.navbar-form .form-control {
	color: #222;
	border-radius: 0;
	outline: none;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 20px;
}

.navbar-form .has-feedback .form-close {
	height: 1.5vw;
	position: absolute;
	cursor: pointer;
	top: 50%;
	right: 0;
	margin-top: -1vw;
	line-height: 1vw;
	color: #222;
	font-size: 22px;
}

.get-vcode {
	position: absolute;
	right: 18px;
	bottom: 18px;
	color: #1677FF;
	cursor: pointer;
}

.mask,
.maskScan,
.maskGetCode {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}

.mask #contactForm {
	padding: 1vw 2vw 2.5vw;
}

.mask .btn-common {
	margin: 0;
	width: 100%;
}

#navbarLogin .fadeInCenter {
	text-align: left;
}

#navbarLogin h5 {
	font-size: 18px;
	color: #222;
	font-weight: 500;
}

.form-submit button.btn-common.disabled-phone {
	background: #1677FF !important;
	opacity: 0.7;
	pointer-events: all;
	cursor: pointer;
}

#contactForm .form-group label.control-label {
	color: #8c8c8c;
	font-size: 14px;
}

#contactForm .form-control {
	font-weight: 500;
	height: auto;
}

/* banner文字 */
.hero-heading {
	font-size: 38px;
	font-weight: 700;
	color: #222;
	line-height: 60px;
}

.hero-sub-heading {
	font-size: 20px;
	color: #555;
	line-height: 40px;
}


/* 
  底部 
*/
.page-footer {
	background: #272727;
}

.page-footer .footer-title {
	position: relative;
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.3px;
	margin-bottom: 30px;
}

.page-footer p {
	color: #d5d5d5 !important;
	line-height: 24px;
	margin: 0;
}

.page-footer .icon-list {
	list-style: none;
	padding: 0;
}

.page-footer .icon-list li {
	color: #999;
}

.page-footer .icon-list li a:hover {
	color: #1677FF;
}

.page-footer .icon-list li i {
	padding-right: 5px;
	vertical-align: -1px;
}

.page-footer .newsletter-wrapper .form-group {
	margin-bottom: 20px;
}

.page-footer .newsletter-wrapper .form-group input {
	width: calc(100% - 90px) !important;
	display: inline-block;
	color: #FFF;
	padding: 12px 0;
}

.page-footer .widget {
	margin-top: 10px;
}

.page-footer .widget .widget-title {
	margin-bottom: 20px;
	font-size: 18px;
	color: #FFF;
}

.page-footer .widget .unordered-list {
	list-style: none;
	padding: 0;
}

.page-footer .widget .unordered-list li a {
	color: #999;
}

.page-footer .widget .unordered-list li a:hover {
	color: #1677FF;
}

.page-footer .image-list {
	padding: 0;
	margin: 0;
}

.page-footer .image-list li {
	margin-bottom: 15px;
}

.page-footer .image-list li .overlay {
	float: left;
	width: 70px;
	height: 60px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.page-footer .image-list li .overlay figcaption {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

figure figcaption {
	background: #fff;
	bottom: 0px;
	padding: 0 20px;
	width: 100%;
	-webkit-transition: height 0.5s ease 0s;
	transition: height 0.5s ease 0s;
}

.page-footer .image-list li .overlay figcaption i {
	color: #FFF;
	font-size: 18px;
}

.page-footer .image-list li .overlay .from-top {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-80%);
	transform: translateY(-80%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.page-footer .image-list li .overlay:hover figcaption {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.page-footer .image-list li .overlay:hover figcaption .from-top {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.page-footer .image-list .post-content {
	margin-bottom: 0;
}

.page-footer .post-title {
	font-weight: 400;
	margin: 0;
	color: #FFF;
}

.page-footer .image-list .post-content .post-title a {
	color: #FFF;
	cursor: pointer;
}

.page-footer .image-list .post-content .post-title a:hover {
	color: #1677FF;
}

.page-footer .image-list .post-content span {
	text-transform: uppercase;
	font-size: 12px;
	color: #999;
}

.footer-contact-widget p {
	line-height: 24px;
	color: #999;
}

.footer-contact-widget p span {
	font-weight: 700;
}

.footer-contact-widget ul {
	margin: 20px 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-contact-widget .image-list li {
	list-style: disc;
}

.footer-contact-widget .footer-ul {
	line-height: 40px;
}

.footer-contact-widget .footer-ul2 li {
	margin-bottom: 30px;
}

.footer-contact-widget .footer-ul a {
	color: #999;
}

.footer-contact-widget .footer-ul a:hover {
	color: #1677FF;
}

.footer-contact-widget ul li a {
	display: inline-block;
	color: #FFF;
}

.footer-contact-widget ul li a .mdi {
	color: #FFF;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	margin-bottom: 8px;
	display: block;
	text-align: center;
	line-height: 40px;
	border-radius: 2px;
	transtion: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.footer-contact-widget ul li a .mdi:hover {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-contact-widget ul li a .mdi-facebook {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #3B5998;
}

.footer-contact-widget ul li a .mdi-facebook:hover {
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-contact-widget ul li a .mdi-twitter {
	background: #1DA1F2;
}

.footer-contact-widget ul li a .mdi-twitter:hover {
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-contact-widget ul li a .mdi-instagram {
	background: #e4405f;
}

.footer-contact-widget ul li a .mdi-instagram:hover {
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-contact-widget ul li a .mdi-github {
	background: #222;
}

.footer-contact-widget ul li a .mdi-github:hover {
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-contact-widget ul li a .mdi-linkedin {
	background: #0177B5;
}

.footer-contact-widget ul li a .mdi-linkedin:hover {
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.page-footer .footer-tip {
	color: #999 !important;
	font-size: 12px;
}

.page-footer .link-widget-img {
	display: flex;
	margin-bottom: 20px;
}

.page-footer .link-widget-img div {
	width: 120px;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.page-footer .link-widget-img div:first-child {
	margin-right: 18px;
}

.page-footer .link-widget-img img {
	width: 100%;
	height: 100%;
}

.page-footer .link-widget-img img:first-child {
	margin-right: 18px;
}

.page-footer .navbar-btn-bottom {
	padding: 0 !important;
}

.footer-copyright {
	line-height: 45px;
	background: #232323;
	color: #999;
}

.footer-copyright p {
	margin: 22px 0;
	font-size: 12px;
	color: #999 !important;
}

.footer-copyright .footer-links ul {
	padding-left: 0;
	float: right;
	margin: 10px 0;
}

.footer-copyright .footer-links ul li {
	list-style: none;
	float: left;
}

.footer-copyright .footer-links ul li a {
	color: #999;
	margin-right: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-copyright .footer-links ul li a .fa {
	padding-right: 4px;
}

.footer-copyright .footer-links ul li a:hover {
	color: #FFF;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* 
  侧边栏
*/
.page-aside {
	position: fixed;
	z-index: 3;
	top: 23%;
	right: 0;
	font-size: 12px;
}

.page-aside>ul>li {
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
	width: 70px;
	height: 56px;
	margin-bottom: 14px;
	border-radius: 2px;
	position: relative;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.page-aside .pc,
.page-aside .h5 {
	display: none;
}

.page-aside li>div,
.page-aside li .experience {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.page-aside li .experience {
	padding: 0;
}

.page-aside li img {
	width: 16px;
	height: 16px;
}

.page-aside .sub-menu-aside {
	position: absolute;
	top: 0;
	right: 82px;
	width: 193px;
	height: 62px;
	z-index: 9999;
	border-radius: 2px;
	padding: 6px 15px 14px;
	background: #FFF;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	/* display: none; */
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.65s ease-in-out;
	transition: all 0.65s ease-in-out;
}

.page-aside .nav-item:hover .sub-menu-aside {
	opacity: 1;
	visibility: visible;
}

.page-aside .nav-item:hover .sub-img1 {
	content: url(../images/asidePhoneLight.png);
}

.page-aside .nav-item:hover .sub-img2 {
	content: url(../images/asideWechatLight.png);
}

.page-aside .nav-item:hover .sub-img3 {
	content: url(../images/demoLight.png);
}

.page-aside .nav-item:hover .sub-word {
	color: #1677FF;
}

.page-aside .sub-menu-aside>li {
	display: flex;
	flex-direction: column;
}

.page-aside .sub-menu-aside .contact {
	text-align: left;
	color: #222;
}

.page-aside p {
	margin: -2px 0 0;
	text-align: center;
}

.page-aside .phone-wrap {
	font-size: 16px;
	display: flex;
	align-items: center;
	text-align: center;
}

.page-aside .copy {
	font-size: 10px;
	border: 1px solid #E4E4E4;
	border-radius: 45px;
	width: 36px;
	height: 18px;
	line-height: 18px;
	margin-left: 4px;
	color: #555;
}

.page-aside .sub-menu-scan {
	width: 141px;
	height: 173px;
}

.page-aside .sub-menu-scan img {
	width: 105px;
	height: 105px;
	margin-bottom: 5px;
}


/* 
  回到顶部
*/
a.back-to-top {
	display: none;
	position: relative;
	top: 0;
}

a.back-to-top i {
	display: block;
	font-size: 22px;
	width: 68px;
	height: 40px;
	line-height: 40px;
	color: #555;
	background: #FFF;
	border-radius: 2px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

a.back-to-top i:hover {
	color: #1677FF;
}


/* 
  加载
*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFF;
	z-index: 9999999;
}

.loader {
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 7px solid transparent;
	border-top-color: #1677FF;
}

#loader-1:before {
	z-index: 100;
	-webkit-animation: spin 1s infinite;
	animation: spin 1s infinite;
}

#loader-1:after {
	border: 7px solid #f2f2f2;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* 致电 */
#contactUs {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: center;
	object-fit: fill;
	background-size: 100% 100%;
}

#contactUs .contact {
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#contactUs .title {
	color: #fff;
	font-size: 38px;
	margin-bottom: 10px;
}

#contactUs .enjoy {
	color: #fff;
	font-size: 24px;
}

/* 
 @media              
 container1920=1400  other=1140 
 min-width 表示最小即大于等于
 max-width 表示最大即小于等于
*/

/* pc */
@media (min-width: 992px) {
	.col-lg-12 {
		padding: 0 30px;
	}

	.section-padding {
		padding: 50px 0;
	}

	/* 头部 */
	.navbar-collapse {
		flex-grow: 0;
	}

	.navbar-right .navbar-right-lg,
	.mdi-chevron-down-lg {
		display: block;
	}

	.navbar-right-lg:hover .navbar-right-lg-list {
		display: block;
		position: absolute;
		right: 0 !important;
	}

	.navbar-expand-lg {
		justify-content: space-between;
	}

	.navbar-brand {
		margin-right: 30px;
	}

	.navbar-nav .nav-item .right>ul {
		width: 170px;
		margin-right: 4vw;
		max-height: 40vw;
		overflow-y: scroll;
		box-sizing: content-box;
	}

	.navbar-nav .nav-item .right a {
		padding: 0 0 15px 0;
	}

	.navbar-nav .nav-item .right ul li:first-child a {
		padding-top: 30px;
	}

	.navbar-nav .nav-item .sub-menu .right .title {
		border-bottom: 1px solid #ccc;
		padding: 0 0 15px;
	}

	.navbar-nav .nav-item:hover .sub-menu {
		display: flex;
		box-shadow: 0 6px 6px 0 hsla(0, 0%, 90.2%, .5);
	}

	.navbar-nav .nav-item:hover .navbar-right-lg-list {
		display: block;
	}

	.banner-pc {
		display: block;
	}

	.banner-h5 {
		display: none;
	}

	.hero-sub-heading {
		max-width: 50%;
	}

	/*
     侧边栏
   */
	.page-aside>ul {
		width: 70px;
		position: fixed;
		right: 0;
		top: 23%;
		bottom: 0;
		margin: auto;
		z-index: 1000;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.page-aside .nav-item:hover {
		width: 78px;
		transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}

	.page-aside .apply-btn {
		background: #1677FF;
		color: #FFF;
	}

	.page-aside .pc {
		display: block;
	}

	.btn-round:hover,
	aside .apply-btn:hover {
		background: #0958D9 !important;
	}

}


/* h5 */
@media (max-width: 991.5px) {
	.ripple-container {
		display: none;
	}

	.section-padding {
		padding: 40px 0;
	}

	/* 二维码弹窗 */
	#scanContact {
		width: 322px;
		height: 350px;
	}

	/* 头部 */
	.navbar-toggler {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(35, 35, 35, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(35, 35, 35, 0.1);
		padding: 10px 20px;
		height: calc(100vh - 150px);
		overflow-y: scroll;
	}

	.navbar-nav .nav-item>a {
		display: flex;
		justify-content: space-between;
		padding: 15px 0;
		color: #222;
	}

	.navbar-nav .nav-item>a span {
		display: inline-block;
	}

	.navbar-btn {
		margin-left: 0 !important;
	}

	.navbar-toggler {
		margin-left: 10px;
	}

	.navbar-expand-lg-row #productExperience {
		display: none;
	}

	/* 下拉 */
	.navbar-nav .nav-item {
		position: relative;
	}

	.navbar-nav .nav-item:hover .sub-menu.show {
		width: 100%;
		margin: 0;
		display: block;
	}

	.navbar-nav .nav-item .sub-menu {
		position: static;
	}

	.navbar-nav .nav-item:hover .sub-menu .left {
		display: none;
	}

	.navbar-nav .nav-item:hover .sub-menu .right {
		display: flex;
		flex-direction: column;
	}

	.navbar-nav .nav-item:hover .sub-menu .right .title {
		color: #222;
		font-weight: 600;
		margin: 5px 0;
	}

	/* banner文字和区分两端 */
	.hero-heading {
		font-size: 24px;
		line-height: 35px;
	}

	.hero-sub-heading {
		font-size: 14px;
		line-height: 20px;
	}

	.banner-pc {
		display: none;
	}

	.banner-h5 {
		display: block;
	}

	/* 
      底部
    */
	.page-footer {
		margin-bottom: 56px;
	}

	.page-footer .footer-title {
		margin-top: 30px;
	}

	.footer-contact-widget .image-list li {
		margin: 0 15px;
	}


	/* 
      侧边栏
    */
	.page-aside>ul>li {
		border-radius: 0;
	}

	.page-aside>ul {
		position: fixed;
		z-index: 1;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	}

	.page-aside>ul>li {
		width: 33.333%;
	}

	.page-aside>ul>li,
	.page-aside a {
		margin: 0;
	}

	.page-aside>ul li,
	.page-aside a.back-to-top i {
		box-shadow: none;
	}

	.page-aside .sub-menu-aside {
		top: -65px;
		right: -40px;
	}

	.page-aside .sub-menu-scan {
		top: -175px;
		right: 0;
	}

	.page-aside .h5 {
		display: block;
		margin: 0;
	}

	.page-aside .mdi-arrow-up {
		position: absolute;
		bottom: 40px;
		right: 0px;
	}
}


@media (min-width:1920px) {
	.container {
		max-width: 1400px
	}

	.navbar-form {
		width: 30vw;
	}

	.navbar-nav .nav-item .right>ul {
		margin-right: 8vw;
	}

	.navbar-nav .nav-item .right>ul {
		width: 200px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1279px) {
	.col-lg-12 {
		padding: 0 15px !important;
	}

	.navbar-nav .nav-item .sub-menu {
		margin: 0 -15px;
	}

	.hero-heading,
	.hero-sub-heading {
		max-width: 40%;
	}

	/* 导航栏 */
	.navbar-nav .nav-item>a:not(.page-aside a) {
		padding: 20px 5px !important;
	}

	/* section */
	.subtitle {
		font-size: 16px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.navbar-form {
		width: 50vw;
	}

	.mask #contactForm {
		padding: 2vw 2vw 3.5vw;
	}
}


/* 大屏高度小 */
@media (max-height: 650px) {
	.navbar-form {
		top: 2vw;
	}
}


/* 比Ipad小屏 */
@media (max-width: 767.5px) {
	.navbar-form {
		top: 17vw;
		width: 100vw;
	}

	.navbar-form .form-group {
		padding-bottom: 2vw;
		margin: 9vw 0 0 0;
	}

	.mask #contactForm {
		padding: 2vw 2vw 6vw;
	}

	/* 致电 */
	#contactUs .title {
		font-size: 24px;
	}

	#contactUs .enjoy {
		font-size: 16px;
	}
}


/* iphone5 */
@media (max-width: 350px) {
	.mask #contactForm {
		padding: 3vw 2vw 5vw;
	}

	/* 免费试用 */
	.find-widget a {
		font-size: 14px;
	}
}

/* iphone4 */
@media only screen and (max-width: 320px) and (max-height: 500px) {
	.navbar-form {
		top: 0;
	}

	.mask #contactForm {
		padding: 1vw 2vw 2.5vw;
	}

	.navbar-form .form-group {
		padding-bottom: 1.5vw;
		margin: 9vw 0 0 0;
	}
}

.with-errors,
.list-unstyled {
	color: #F56C6C !important;
}
