:root {
	/* 主题色 */
	--theme-color: #18005d;

	--large-font: 30px;
	/* 标题 */
	--mid-font: 20px;
	/* 小标题 */
	--small-font: 14px;
}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
}

.carousel-indicators .active {
	width: 10px;
	height: 10px;
}

.carousel-indicators li {
	width: 8px;
	height: 8px;
	border: none;
	background-color: rgba(255, 255, 255, 0.5);
}

.theme-text {
	color: var(--theme-color) !important;
}

.theme-bg {
	background-color: var(--theme-color) !important;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

/* navbar */
.navbar {
	padding: 25px 0;
	transition: background-color 0.3s;
}

.logo {
	vertical-align: middle;
	width: 236px;
	height: 63px;
	object-fit: contain;
}

.scrolled-bg {
	padding: 10px 0;
	background-color: #fff;
}

.scrolled-bg ul li a {
	color: #18005d !important;
}

.scrolled-bg .icon-bar {
	background-color: #18005d;
}

.navbar ul li a {
	color: #fff;
	font-size: 16px;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent;
}

.icon-bar {
	background-color: #fff;
}

/* carousel-box */
.carousel-box {}

.banner {
	width: 100%;
	object-fit: cover;
}

.panel-box {
	position: relative;
	width: 100%;
	max-height: 80vh;
	color: #fff;
}

.panel-box .container {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	z-index: 9;
}

.panel-box .title {
	font-size: var(--large-font);
	font-weight: 600;
}

.panel-box .sub-title {
	font-size: var(--mid-font);
	margin: 16px 0 30px;
}

.panel-head {
	text-align: center;
	margin-bottom: 30px;
}
.panel-head1 {
    text-align: center;
    margin-bottom: 0px;
}

.spec-head {
	position: relative;
	z-index: 9;
	margin-top: -1px;
}

.panel-head .icon-bar {
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: var(--theme-color);
}

.cn-title {
	color: #fff;
	font-weight: 600;
	font-size: var(--mid-font);
}

.en-title {
	margin: 10px 0;
	font-size: var(--small-font);
}

.nav-box {
	display: flex;
	align-items: center;
}

.nav-box .line {
	height: 100px;
	width: 1px;
	background-image: linear-gradient(to bottom, #18005d, #fff, #18005d);
	opacity: 0.5;
}

.nav-box .item {
	flex-shrink: 0;
	flex: 1;
	text-align: center;
	padding: 0 50px 40px;
}

.nav-box .item img {
	max-width: 100%;
}

.item .item-text {
	color: #eee;
	line-height: 1.3;
	font-size: var(--small-font);
	letter-spacing: 1px;
	text-indent: 2em;
	text-align: left;
}

.carousel-nav .item {
	padding: 10px 40px;
}
.carousel-nav .item1 {
     padding: 10px; 
}

.new-row-container .row img{
	margin-bottom: 20px;
}


.bussiness-box {

	padding: 50px 0 80px;
}

.bussiness-box .my-row {
	display: flex;
	padding: 0 100px;
}

.bussiness-box .my-row .row-img {
	width: 50%;
	flex-shrink: 0;
	height: 600px;
	background-color: var(--theme-color);
	border-radius: 10px;
	overflow: hidden;
}

.bussiness-box .my-row .row-img img {
	width: 100%;
	height: 100%;
}

.bussiness-box .my-row .row-content {
	flex: 1;
	flex-shrink: 0;
	height: 600px;
	padding: 140px 60px 0;
}

.bussiness-box .row-content .title {
	font-size: var(--large-font);
	font-weight: 600;
}

.bussiness-box .row-content .title .icon {
	width: 30px;
	height: 30px;
	vertical-align: text-top;
}

.bussiness-box .row-content .sub-title {
	font-size: var(--small-font);
	color: #8965f5;
	font-weight: 600;
}

.bussiness-box .my-row .row-content .text {
	font-size: 15px;
	margin-top: 4px;
	line-height: 1.5;
	text-align: center;
}

.customers-box {
	padding: 50px 0;
	background-color: var(--theme-color);
	/* background-image: url('../img/about.jpg'); */
	background-size: 100% 100%;
}

.customers-box .brand-box {
	padding: 0 30px;
	margin-bottom: 60px;
}
.customers-box .brand-box1{
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 18px;
}
.brand-box1 .col-sm-4{
    padding: 0 5px !important;
}


.customers-box .brand-box div {
	margin-bottom: 15px;
}

.customers-box .brand-box img {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	width: 100%;
	height: 70px;
	object-fit: contain;
}

.customers-content {
	background-image: url('../img/about.jpg');
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
}

.customers-content .hor-line {
	display: inline-block;
	width: 180px;
	height: 1px;
	margin: 20px 0 10px;
	background-color: #fff;
	position: relative;
}

.customers-content .hor-line::after,
.customers-content .hor-line::before {
	content: '';
	position: absolute;
	top: -2px;
	z-index: 9;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #fff;
}

.customers-content .hor-line::after {
	left: 0;
}

.customers-content .hor-line::before {
	right: 0;
}

.drop {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 20px 0 14px;
}

.my-btn {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 44px;
	color: #f24f04;
	border: 2px solid #f24f04;
	line-height: 44px;
	border-radius: 44px;
	cursor: pointer;
}

.my-footer {
	padding: 50px 0;
	background-image: url('../img/foot.jpg');
	background-color: #18005d;
	background-size: 100% auto;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
}

.concat-btn {
	background-color: rgba(0, 0, 0, 0.2);
	padding-top: 14px;
	border: 1px solid #f24f04;
	text-align: center;
	width: 240px;
	height: 60px;
	margin: 0 auto;
	border-radius: 60px;
	line-height: 1;
	color: #fff;
}

.concat-btn p {
	margin-bottom: 4px;
}

.concat-btn a {
	display: inline-block;
}

.footer-bottom {
	margin-top: 60px;
	background-color: rgba(29, 4, 103, .5);
	padding: 80px 40px 0;
}

.footer-bottom .row img {
	margin-bottom: 40px;
}

.icp-box {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	margin-top: 40px;
	padding: 40px 0 0;
	text-align: center;
	 position: relative;
}

@media screen and (max-width: 768px) {
	.navbar-toggle {
		margin-top: 16px;
	}

	.navbar {
		padding: 0 0;
	}

	.navbar-nav {
		background-color: #fff;
	}

	.navbar ul li a {
		text-align: center;
		color: var(--theme-color);
		line-height: 1.5;
	}

	.logo {
		margin-left: 20px;
		width: 140px;
		object-fit: contain;
	}

	.panel-box .title {
		font-size: var(--large-font);
		font-weight: 600;
	}

	.panel-box .sub-title {
		font-size: var(--small-font);
		margin: 16px 0 30px;
	}


	.banner {
	
		height: 74vh;
	}

	.panel-box {
		max-height: auto;
		text-align: center;
	}

	.panel-box .container {
		top: auto;
		bottom: 0;
	}

	.panel-box .sub-title {
		margin-bottom: 80px;
	}

	.en-title {
		margin: 0 0;
	}

	.carousel-nav .item-text {
		text-align: center;
		text-indent: 0;
		padding: 10px 40px 50px;
	}

	.bussiness-box .my-row {
		flex-direction: column;
		padding: 0 30px;
	}

	.bussiness-box .my-row .row-img {
		width: 100%;
		height: 360px;
	}

	.bussiness-box .my-row .row-content {
		padding: 15px 0;
		height: auto;
	}

	.bussiness-box .my-row .row-content .title,
	.bussiness-box .my-row .row-content .sub-title {
		text-align: center;
	}

	.bussiness-box .my-row .row-content .title .icon {
		width: 28px;
		height: 28px;
		margin-bottom: 6px;
	}

	.bussiness-box .my-row .row-content .title {
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: var(--mid-font);
	}
	.customers-box .brand-box img{
		height: 64px;
	}
	.customers-box .brand-box1 img{
		height: 45px;
	}
	.customers-content .hor-line{
		width: 120px;
	}
	.customers-content h4 .visible-xs{
		height: 1px !important;
		overflow: hidden;
	}
	.my-footer h4,.customers-content h4{ font-size: 14px; }
	.my-footer h2,.customers-content h2{ font-size: 18px; }
	.customers-content h5,.customers-content h6{ transform: scale(.8);opacity: .8;line-height: 1.4;}
	.customers-content .drop{
		width: 14px;
		height: 14px;
	}
	.footer-bottom .row img{
		width: 30px;
		height: 30px;
		margin-bottom: 20px;
	}
	.footer-bottom .row-item:not(:nth-of-type(3)){
		margin-bottom: 40px;
		position: relative;
	}
	.footer-bottom .row-item:not(:nth-of-type(3))::after{
		content: '';
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 30%;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.2);
	}
	.my-footer{
		padding: 0 0;
	}
}

@media screen and (min-width: 768px) {

	.navbar-right {
		padding-top: 6px;
	}

	.carousel-indicators {
		position: static;
		margin-left: 0;
		text-align: left;
	}
}

@media screen and (min-width: 1600px) {
	.panel-box {
		max-height: 92vh;
	}

	.banner {
		width: 100%;
		max-height: 100%;
	}

}
.square-button {
	position: relative;
	position: absolute;
    bottom: 180px;
    right: 15px;
}
 
