/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
header {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 0.16rem;
}

a {
	text-decoration: none;
}

table {
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

/* Custom CSS
 * --------------------------------------- */

:root {
	--red-color: #c21212;
	--orange-color: #d29c0c;
	--darker-color: #1d1d1d;
	--dark-color: #707070;
	--gray-color: #cecece;
	--light-gray: #f0f0f0;
	--backdrop-color: rgba(0, 0, 0, 0.7);
}

/* 导航 */
header {
	width: 100vw;
	height: 90px;
	display: grid;
	padding: 10px 50px 0;
	grid-template-columns: 2fr 1fr;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.nav-logo {
	width: 100px;
	height: auto;
}

.logo {
	width: 100%;
}

#menu {
	width: 100%;
	height: 40px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
}

#menu li {
	display: inline-block;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#menu li a {
	color: #fff;
}

#menu li.active a {
	color: var(--orange-color);
}

#menu li:hover a {
	color: var(--orange-color);
}

/* 轮播 */
.glide {
	position: relative;
	height: 100vh;
	z-index: 60;
}

#myVideo {
	width: 100%;
}

#banner {
	width: 100%;
}

.backdrop {
	width: 100%;
	height: 100%;
	z-index: 4;
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--backdrop-color);
}

.slide {
	position: relative;
}

.slide-caption {
	width: 100vw;
	height: 100vh;
	z-index: 5;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	padding-top: 30vh;
}

.slide-caption h1 {
	font-size: 0.6rem;
	font-weight: 400;
	letter-spacing: 0.22rem;
	color: white;
}

.slide-caption h5 {
	font-size: 0.24rem;
	font-weight: 100;
	letter-spacing: 0.04rem;
	color: white;
	margin-top: 5vh;
}

.consult-btn {
	padding: 5px 15px;
	background-color: transparent;
	font-size:0.15rem;
	border: 1px solid var(--light-gray);
	color: var(--light-gray);
	border-radius: 5px;
	margin-top: 200px;
	letter-spacing: 3px;
	cursor: pointer;
}

.consult-btn a {
	color: var(--light-gray);
}

/*通用组件样式*/

.programa-title {
	width: 100%;
	text-align: center;
	margin-top: 80px;
}

.programa-title h2 {
	font-size: 30px;
	font-size: 600;
}

.programa-title h6 {
	font-size: 16px;
	color: var(--gray-color);
	font-weight: 100;
	margin-top: 10px;
	letter-spacing: 1px;
}

/*定制开发*/

.process {
	width: 100%;
	height: 100vh;
	position: relative;
	display: grid !important;
}

.process-pillar {
	width: 100%;
	position: relative;
}

.process-pillar img {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 1.4rem;
	z-index: 60;
}

.process-grid {
	width: 100%;
	position: relative;
	z-index: 100;
}

.process-group {
	text-align: center;
	width: 0.72rem;
	position: absolute;
}

.process-group:nth-child(1) {
	top: 4.3rem;
	left: 2.3rem;
}

.process-group:nth-child(2) {
	top: 2rem;
	left: 4.4rem;
}

.process-group:nth-child(3) {
	top: 4.3rem;
	left: 6.4rem;
}

.process-group:nth-child(4) {
	top: 2rem;
	left: 8.6rem;
}

.process-group:nth-child(5) {
	top: 4.3rem;
	left: 10.7rem;
}

.process-group:nth-child(6) {
	top: 2rem;
	left: 12.8rem;
}

.process-group:nth-child(7) {
	top: 4.3rem;
	left: 15rem;
}

.process-icon {
	font-size: 0.46rem;
}

.process-text {
	margin-top: 0.15rem;
	font-size: 0.18rem;
}

/* 产品案例 */

.casus {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: grid !important;
}

.casus-box {
	width: 90%;
	margin: 85px auto 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto;
	gap: 30px 20px;
}

.cell-a {
	grid-column: 1/3;
}

.casus-img {
	overflow: hidden;
}

.casus-img img {
	object-fit: cover;
	vertical-align: bottom;
}

.casus-title {
	display: flex;
	justify-content: space-between;
	padding: 5px;
	background-color: #f0f0f0;
	font-size: 14px;
	letter-spacing: 1px;
}

.casus-icon {
	font-size: 20px !important;
}

/* 关于我们 */

.about {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.about>.fp-tableCell {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
}

.about-img {
	height: 100vh;
	background-color: #c21212;
}

.about-content {
	height: auto;
	background-color: var(--darker-color);
	color: var(--light-gray);
	padding: 0 100px;
}

.about-title {
	width: 100%;
	text-align: left;
	margin-top: 180px;
}

.about-title h2 {
	font-size: 30px;
	font-size: 600;
	letter-spacing: 3px;
	color: var(--light-gray) !important;
}

.about-title h6 {
	font-size: 16px;
	color: var(--gray-color);
	font-weight: 100;
	margin-top: 20px;
	letter-spacing: 1px;
}

.about-text {
	margin-top: 100px;
	letter-spacing: 2px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 200;
}

/* 联系我们 */

.contect {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: grid !important;
}

.contect-content {
	width: 90%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.contect-info {
	color: var(--darker-color);
	margin-top: 140px;
}

.contect-info h4 {
	font-size: 24px;
	font-weight: 400 !important;
	margin-bottom: 60px;
	letter-spacing: 3px;
}

.contect-info h6 {
	font-size: 18px;
	font-weight: 100 !important;
	margin-top: 20px;
	letter-spacing: 1px;
}

.qrcode-box {
	width: 150px;
	text-align: center;
	margin-top: 70px;
}

.qrcode-box img {
	width: 140px;
	height: 140px;
}

.contect-form {
	margin-top: 140px;
	padding-left: 80px;
}

.contect-form label {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: 100;
}

.contect-form i {
	color: var(--red-color);
	margin-right: 5px;
}

.contect-form input {
	border: 0;
	width: 100%;
	margin: 30px 0 20px;
	font-size: 24px;
	border-bottom: 1px solid var(--gray-color);
}

.contect-form textarea {
	width: 100%;
	border: 1px solid var(--gray-color);
	margin-top: 30px;
	font-size: 24px;
}

.contect-form input:focus {
	outline: none;
}

.contect-form button {
	width: 100%;
	height: 45px;
	background-color: var(--red-color);
	color: white;
	border: 0;
	margin-top: 30px;
	font-size: 14px;
	letter-spacing: 4px;
}

/* 底部信息栏 */
.infobar .fp-tableCell {
	width: 100%;
	background-color: var(--darker-color);
	color: var(--light-gray);
	padding: 30px 0;
	display: flex;
}

.info-logo {
	flex-grow: 1;
	text-align: center;
}

.info-box {
	flex-grow: 2;
	display: flex;
    align-items: center;
}

.info-logo img {
	height: 50px;
}

.external-link {
	height: 60px;
}

.external-link a {
	margin-left: 10px;
	color: #d29c0c;
}

.web-info a{
    color: #d29c0c;
}

.infobar text {
	margin-right: 15px;
	letter-spacing: 1px;
}