* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

:root {
	overflow-y: auto;
	overflow-x: hidden;
}

:root body {
	position: absolute;
}

body {
	width: 100vw;
	overflow: hidden;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1;
	font-family: 微软雅黑;
}

ol,
p,
ul,
li {
	margin-bottom: 0;
	list-style: none;
}

p,
span {
	margin-bottom: 0;
	margin: 0;
	font-family: 微软雅黑;
}

input {
	border: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #ffffff;
}

input:focus,
input:visited,
input:checked:focus {
	outline: none !important;
}

.p-0 {
	padding: 0;
}

.pr-0 {
	padding-right: 0;
}

.probootstrap-navbar.scrolled .navbar-nav>li>a:focus {
	color: rgba(0, 0, 0, .7);
}

.carousel-control.left,
.carousel-control.right {
	background-image: inherit;
}

/*共同代码 begin*/
.spacing {
	position: relative;
	padding: 80px 0;
}

.spacing-title {
	position: relative;
	z-index: 9;
	text-align: center;
}

.spacing-title h1 {
	font-size: 36px;
	font-weight: 400;
	color: #001529;
	line-height: 48px;
}

@media screen and (max-width: 992px) {
	.spacing-title h1 br {
		display: none;
	}
}

.spacing-title h1.white {
	color: #ffffff;
}

.spacing-title p {
	font-size: 18px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 24px;
	margin-top: 20px;
}

.spacing-title p.lightBlue {
	color: #99C2F8;
}

.spacing-title p.white {
	color: #ffffff;
}

.spacing-title>a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0067ED;
	display: inline-block;
	margin-top: 30px;
}

.spacing-ft {
	text-align: center;
	width: 100%;
	margin-top: 60px;
}

.spacing-ft .spacing-btn-default {
	width: auto;
	height: 50px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 50px;
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #FFFFFF;
	transition: all .5s;
	padding: 0 30px;
}

.spacing-ft .spacing-btn-default:hover {
	color: #0067ED;
	background: #FFFFFF;
}

.spacing-ft .spacing-btn-primary {
	width: auto;
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	background: #0067ED;
	border-radius: 4px;
	display: inline-block;
	padding: 0 30px;
}

.spacing-ft .spacing-btn-primary:hover {}

.spacing-ft .spacing-btn-text {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}

.spacing-ft .spacing-btn-text.spacing-btn-text-blue {
	color: #0067ED;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-left {
	display: flex;
	justify-content: left;
	align-items: center;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track-piece {
	background-color: #f2f2f2;
	-webkit-border-radius: 6px;
}

.chatList::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.oldChatList::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.oTab::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.selectList::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.bottomDiv::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.ofDiv::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.switchSetting .dialogDiv::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.accountDiv .dialogDiv::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.note textarea::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.transferGroupUser::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.transferMultiple .dialogDiv::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.textCont::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.douyinContent::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.selectDiv::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.proSelect::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

.selectFansDiv::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
	height: 5px;
	background-color: #ccc;
	-webkit-border-radius: 6px;
}

/*滚动条样式end*/

/*背景颜色*/
.spacing-color {
	background-color: #F7F9FF;
}

.spacing-color-blue {
	background-color: #0067ED;
}

.spacing-color-darkBlue {
	background-color: #3860F4;
}

.spacing-color-seaBlue {
	background-color: #EEF7FE;
}

.spacing-color-orange {
	background-color: #FEF3EA;
}

.spacing-color-green {
	background-color: #E7F9F4;
}

.spacing-color-lightGreen {
	background-color: #EEFAEF;
}

.spacing-color-purple {
	background-color: #F8F6FF;
}

.spacing-color-gray {
	background-color: #FAFAFA;
}

.spacing-color-grayBlue {
	background-color: #EEF3F7;
}

.spacing-color-lightPink {
	background-color: #FCFBFE;
}

.spacing-color-darkGreen {
	background-color: #07B53B;
}

.common-banner {
	position: relative;
	min-height: 380px;
}

.common-tit {}

.common-tit h1 {
	font-size: 40px;
	font-weight: 400;
	color: #1E2330;
}

.common-tit>p {
	font-size: 18px;
	font-weight: 400;
	color: #1E2330;
	margin-top: 40px;
}

.common-content {
	margin-top: 96px;
}

.font-colr {
	color: #0067ED !important;
}

.Introduction-content-xs-img {
	display: none;
}

@media screen and (max-width: 1200px) {
	.img-fluid {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1000px) {

	.Introduction-content-img {
		display: none;
	}

	.Introduction-content-xs-img {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.common-content {
		margin-top: 30px;
	}

	.common-tit>p>br {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.common-tit h1 {
		font-size: 24px;
		line-height: 1.5;
	}

	.common-tit>p {
		font-size: 14px;
		margin-top: 20px;
	}
}

/*共同代码 End*/
@media screen and (min-width: 768px) {
	.carousel-indicators {
		bottom: 70px;
	}
}

@media screen and (max-width: 768px) {
	.spacing {
		padding: 50px 0;
	}

	.spacing-title h1 {
		line-height: 1.5;
		font-size: 28px;
	}
}

/* 关于我们 begin */
.Introducs-bg {
	min-height: 320px;
	width: 100%;
	opacity: 1;
	display: flex;
	z-index: 2;
	background-color: #0163E3;
}

.Introducs-bg .container {
	position: relative;
	background-image: url(../images/Introducs-banner.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.Introducs-advert {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.Introducs-advert span {
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

.Introducs-tab {
	width: 100%;
	height: 70px;
	background: #FFFFFF;
	box-shadow: 0px 1px 0px 0px #E9EDED;
}

.Introducs-tab ul {
	text-align: center;
}

.Introducs-tab ul li {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
	line-height: 70px;
	padding: 0 45px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.Introducs-flex {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 99;
}

.Introducs-tab ul li.active {
	position: relative;
}

.Introducs-tab ul li.active:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 2px;
	background: #0067ED;
}

.Introduction-logo img {
	margin-top: 150px;
}

.Introduction-brief h3 {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
	margin-bottom: 38px;
}

.Introduction-brief p {
	font-size: 14px;
	font-weight: 400;
	color: #8797AF;
	line-height: 26px;
}

.Introduction-brief p b {
	color: #001529;
}

.Introduction-culture {}

.Introduction-culture h3 {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
}

.Introduction-culture p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 22px;
	margin-top: 76px;
}

.Introduction-culture img {
	margin-top: 225px;
}

.Introduction-culture-box {
	width: 100%;
	padding: 20px;
	margin-top: 28px;
	box-sizing: border-box;
}

.Introduction-culture-box1 {
	background: url("../images/Introducs1-1.png") no-repeat;
	background-size: cover;
	margin-top: 0;
}

.Introduction-culture-box2 {
	background: url("../images/Introducs2-1.png") no-repeat;
	background-size: cover;
	margin-top: 0;
}

.Introduction-culture-box3 {
	background: url("../images/Introducs3-1.png") no-repeat;
	background-size: cover;
}

.Introduction-culture-box4 {
	background: url("../images/Introducs4-1.png") no-repeat;
	background-size: cover;
}

.Introduction-culture-box5 {
	background: url("../images/Introducs5-1.png") no-repeat;
	background-size: cover;
}

.Introduction-culture-box6 {
	background: url("../images/Introducs6-1.png") no-repeat;
	background-size: cover;
}

.Introduction-culture-box img {
	width: 36px;
	height: 36px;
}

.Introduction-culture-box h3 {
	font-size: 18px;
	font-weight: 400;
	color: #001529;
	margin-top: 20px;
}

.Introduction-culture-box p {
	font-size: 14px;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 22px;
	margin-top: 14px;
}

.Introduction-honor-title {
	position: relative;
}

.Introduction-honor-title h3 {
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 1;
	font-size: 32px;
	font-weight: 400;
	color: #001529;
}

.Introduction-honor-column {
	margin-top: 28px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(0, 103, 237, 0.1000);
}

.Introduction-honor-list {
	padding: 26px;
	text-align: center;
}

.Introduction-honor-list img {
	width: 90px;
	height: 90px;
}

.Introduction-honor-list p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 20px;
	margin-top: 12px;
}

.Introduction-certificate-tit {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #909EB4;
	margin-top: 76px;
	text-align: center;
}

.Introduction-certificate-wrap {
	margin-top: 15px;
}

.Introduction-certificate-box {
	min-height: 336px;
	padding: 16px;
	background: #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 3px 10px 0px rgba(0, 103, 237, 0.1000);
	margin-top: 40px;
}

.Introduction-certificate-box .Introduction-certificate-img {
	text-align: center;
	background: #FAFBFC;
	padding: 12px;
	box-sizing: border-box;
}

.Introduction-certificate-box .Introduction-certificate-img img {
	width: 100%;
}

.Introduction-certificate-box>p {
	font-size: 14px;
	font-weight: 400;
	color: #1E2330;
	line-height: 24px;
	margin-top: 20px;
	min-height: 80px;
}

.Introduction-certificate-box .Introduction-certificate-bottom {
	text-align: right;
}

.Introduction-certificate-box .Introduction-certificate-bottom>p {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	line-height: 24px;
}

.Introduction-address {
	width: 100%;
	height: 543px;
	background: url("../images/Introducs-map.png") no-repeat;
	background-size: auto;
}

.Introduction-address .container {
	height: 100%;
}

.Introduction-address .container .row {
	position: relative;
	height: 100%;
}

.Introduction-address-wrap {
	position: absolute;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
}

.Introduction-address-wrap>h2 {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
}

.Introduction-address-wrap .Introduction-address-box {
	background: #FFFFFF;
	opacity: 0.8;
	border-radius: 4px;
	padding: 42px 30px;
	margin-top: 30px;
	display: flex;
	flex-direction: row;
}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-left {}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-left h3 {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
	line-height: 32px;
}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-content {
	margin-top: 22px;
}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-content h4 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #001529;
}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-content p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	margin-top: 12px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 30px;
}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-right {
	margin-left: 50px;
}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-right img {
	width: 100px;
	height: 100px;
}

.Introduction-address-wrap .Introduction-address-box .Introduction-address-right p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D8EA8;
	margin-top: 10px;
}

@media screen and (max-width: 992px) {
	.Introduction-culture h3 {
		text-align: center;
	}

	.Introduction-culture p {
		text-align: center;
	}

	.Introduction-culture img {
		display: none;
	}

	.Introduction-logo {
		display: none;
	}

	.Introduction-brief h3 {
		font-size: 32px;
		text-align: center;
	}

	.Introduction-address-wrap>h2 {
		text-align: center;
	}

	.Introduction-address {
		background: transparent;
	}
}

@media screen and (max-width: 768px) {
	.Introducs-bg .container {
		background-position: 100% 100%;
		width: 100%;
	}

	.Introducs-advert {
		width: 100%;
		text-align: center;
	}

	.Introduction-culture-box2 {
		margin-top: 28px;
	}

	.Introducs-tab {
		height: auto;
	}

	.Introducs-tab ul li {
		padding: 0 8px;
	}

	.Introduction-culture {
		margin-bottom: 24px;
	}

	.Introduction-culture p {
		margin-top: 36px;
	}

	.Introduction-address-wrap .Introduction-address-box {
		flex-direction: column;
		margin-top: 0;
	}

	.Introduction-address-wrap .Introduction-address-box .Introduction-address-right {
		text-align: center;
		margin-left: 0;
		margin-top: 16px;
	}
}

/* 关于我们 End */
/*footer begin*/
.copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	background: #F6F6F6;
	padding: 12px 0;
}

.copyright-content {
	font-size: 12px;
	color: #7D8EA8;
}

.copyright-content span {
	display: inline-block;
	margin-left: 10px;
	line-height: 1.5;
}

.copyright-content span a {
	color: #7D8EA8;
}

.copyright-content .copyright-icon_record {
	display: inline-block;
	color: #7D8EA8;

}

.copyright-content .copyright-icon_record a {
	position: relative;
	padding-left: 34px;
}

.copyright-content .copyright-icon_record a:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: -4px;
	z-index: 9;
	padding-top: 15px;
	background: url(../images/icon_record.png) no-repeat center;
}

.copyright-content .copyright-icon_record a {
	color: #999999;
}

.copyright-content .copyright-icon_record a span {
	margin-left: 0;
	margin-right: 6px;
}

@media screen and (max-width: 768px) {
	.copyright-content {
		line-height: 5px;
	}

	.copyright-content .copyright-icon_record a:before {
		margin-top: 0;
	}

	.free p {
		font-size: 26px;
	}
}

@media screen and (max-width: 768px) {
	.copyright-content {
		line-height: 1.5;
		color: #999999;
	}
}

/*footer End*/