.tabbar {
	width: 19.2rem;
	height: 0.58rem;
	background: #FBFBFB;
	padding-left: 2.88rem;
}

.tabbar .tabbar-ul {
	list-style: none;
	clear: both;
}

.tabbar .tabbar-ul .tabbar-item {
	float: left;
	height: 0.58rem;
	line-height: 0.58rem;
	letter-spacing: 1px;
	margin-right: 0.8rem;
	position: relative;
}

.tabbar .tabbar-ul .tabbar-item a {
	height: 0.58rem;
	display: block;
	font-size: 0.16rem;
	font-weight: 400;
	color: #000000;
}

.tabbar .tabbar-ul .tabbar-item.active::after {
	position: absolute;
	content: "";
	display: block;
	width: 0.68rem;
	height: 2px;
	background: #2A67A1;
	border-radius: 0.01rem;
	right: 0;
	bottom: 0;
}

.content {
	width: 19.2rem;
	background: #FFFFFF;
	padding: 0 2.88rem;
	margin: 1rem 0;
}


/* 公司介绍 */


.content p {
	letter-spacing: 1px;
}

.content .title {
	font-size: 0.3rem;

	font-weight: 500;
	color: #000000;
	line-height: 0.42rem;
	letter-spacing: 2px;
	text-align: center;
}

.content .company-name {
	font-size: 0.24rem;

	font-weight: 500;
	color: #000000;
	line-height: 0.35rem;
	letter-spacing: 1px;
	margin-top: 0.36rem;
}

.content .text-introduction {
	font-size: 0.16rem;

	font-weight: 400;
	color: #000000;
	line-height: 0.35rem;
	letter-spacing: 1px;
	margin-top: 0.36rem;
}

.content .product-introduction {
	font-size: 0.16rem;

	font-weight: 400;
	color: #000000;
	line-height: 0.35rem;
	letter-spacing: 1px;
	margin-top: 0.59rem;
}


/* 艾可泰科 */


.content .image-introduction {
	width: 100%;
	margin-top: 1rem;
	position: relative;
}


.content .image-introduction .inner-content .title {
	font-size: 0.3rem;
	font-weight: 500;
	color: #000000;
	line-height: 0.42rem;
	letter-spacing: 2px;
	text-align: center;
	display: block;
}

.content .image-introduction .inner-content .text-container {
	margin-top: 0.36rem;
	margin-bottom: 0.2rem;
}

.content .image-introduction .inner-content .text {
	font-size: 0.13rem;
	font-weight: 500;
	color: #000000;
	letter-spacing: 2px;
}

.text {
	opacity: 0.7;
	letter-spacing: 2px;
}

.text p {
	opacity: 0.7;
	letter-spacing: 2px;
}



/* 项目背景 */



.product {
	background: #FFFFFF;
	margin-top: 1rem;
}


.product .product-container {
	margin-top: 0.35rem;
}

.product .product-container .product-item {
	width: 100%;
	margin-bottom: 0.5rem;
}

.product .product-container .product-item .title {
	font-size: 0.24rem;
	color: #000000;
	line-height: 0.33rem;
	letter-spacing: 2px;
	text-align: center;
	margin: 0.24rem 0;
	display: block;
}

.product .product-container .product-item .text {
	font-size: 0.13rem;
	color: #000000;
	line-height: 0.28rem;
	letter-spacing: 1px;
	margin-top: 0.1rem;
}

.contact-us {
	width: 19.2rem;
	height: 5.39rem;
	background: #FBFBFB;
	margin-top: 0.2rem;
	margin-left: -2.88rem;
}

.contact-us .container {
	width: 5.7rem;
	margin: 0 auto;
	overflow: hidden;
}

.contact-us .container .title {
	font-size: 0.3rem;
	font-weight: 500;
	color: #000000;
	line-height: 0.42rem;
	letter-spacing: 2px;
	margin-top: 0.51rem;
}

.contact-us .container .form {
	margin-top: 0.52rem;
}

.contact-us .container .form .form-item {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.2rem;
}

.contact-us .container .form .form-item .label {
	font-size: 0.18rem;
	font-weight: 500;
	color: #000000;
	height: 0.25rem;
	line-height: 0.25rem;
	letter-spacing: 1px;
	width: 0.8rem;
	display: block;
	text-align: right;
	white-space: nowrap;
}

.contact-us .container .form .form-item .input {
	width: 4.8rem;
	height: 0.4rem;
	border-radius: 0.05rem;
	opacity: 0.39;
	border: 0.01rem solid #898989;
	padding-left: 0.15rem;
}

.contact-us .container .form .form-item .button {
	width: 1.18rem;
	height: 0.4rem;
	background: #3190EB;
	border-radius: 0.05rem;
	/* margin-left: -0.2rem; */
	font-size: 0.14rem;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.4rem;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
}

.contact-us .container .form .submit {
	width: 4.8rem;
	height: 0.48rem;
	background: #3190EB;
	border-radius: 0.05rem;
	outline: none;
	border: none;
	cursor: pointer;
	align-self: flex-end;
	font-size: 0.18rem;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.25rem;
	letter-spacing: 1px;
}

#banner img {
	height: 6rem;
	width: 100%;
}


/* 联系我们 */


#lxwm {
	overflow: hidden;
	background-color: #FFFFFF;
	margin-bottom: 1rem;
}

#lxwm>ul {
	margin-left: 50%;
	transform: translate(-50%);
	text-align: center;
}

#lxwm input {
	padding-left: 0.16rem;
}

#lxwm>ul>.title {
	font-size: 0.3rem;
	font-weight: 500;
	color: #000000;
	line-height: 0.42rem;
	letter-spacing: 2px;
}

#lxwm>form {
	margin-left: 50%;
	transform: translate(-50%);
	padding-left: 0.2rem;
}

#lxwm .lx {
	font-size: 0.33rem;
	color: #333333;
	margin: 0.84rem 0 0 0.8rem;
	display: inline-block;
	background-image: linear-gradient(to bottom, #ffffff 70%, #FF5E5E 0);
}

#lxwm .wm {
	font-size: 0.33rem;
	font-weight: bold;
	color: #333333;
	padding-top: 0.84rem;
	margin-left: 1.55rem;
}

#lxwm .lx1 {
	font-size: 0.24rem;
	color: #333333;
	margin: 0.27rem 0 0 0.72rem;
}

#lxwm form {
	font-size: 0.24rem;
	color: #333333;
}

#lxwm form li {
	font-size: 0.24rem;
	float: left;
}

#lxwm form p {
	color: #FF5E5E;
	width: 100%;
	margin: 0.01rem 0 0.2rem 0;
}

#lxwm form div {
	margin-top: 0.2rem;
}

#lxwm input {
	font-size: 0.2rem;
	border: 0.01rem solid #FF5E5E;
	height: 0.59rem;
}

#lxwm form .srk {
	float: left;
}

#lxwm .srk input {
	width: 3rem;
}

#lxwm .srk1 {
	margin-left: 3.3rem;
	padding-top: 0.2rem;
}

#lxwm .srk1 input {
	width: 3rem;
}

#lxwm .srk2 input {
	width: 6.3rem;
}

#lxwm .srk3 input {
	width: 6.3rem;
}

#lxwm .srk4 li {
	float: none;
}

#lxwm .srk4 input {
	width: 6.3rem;
}

#lxwm .srk5 input {
	height: 2.53rem;
	width: 9.94rem;
}

#lxwm .srk6 button {
	font-size: 0.24rem;
	font-weight: bold;
	width: 2.23rem;
	text-align: center;
	line-height: 0.6rem;
	background-color: #FF5E5E;
	border: 0;
	color: #FFFFFF;
	border: 0.01rem solid #FF5E5E;
	height: 0.6rem;
}

#form-message {
	font-size: 0.2rem;
	width: 6.3rem;
	border: 0.01rem solid #FF5E5E;
}

.content1 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	position: relative;
}

#ditu {
	overflow: hidden;
	width: 100%;
	height: 6.5rem;
}

#ditu img {
	width: 100%;
	height: 100%;
}

#dtnr {
	height: 6.5rem;
	width: 100%;
	position: absolute;
	top: 0;
}

#dtnr #wenzi {
	margin: 0.69rem 0 0 2.88rem;
}

#dtnr #wenzi .yfzx {
	font-size: 0.3rem;
	color: #FFFFFF;
	letter-spacing: 3px;
}

#dtnr #wenzi .weizhi {
	margin-top: 0.15rem;
}

#dtnr #wenzi .weizhi p {
	max-width: 2rem;
	font-size: 0.13rem;
	color: #FFFFFF;
	letter-spacing: 1px;
}


#dizhia {
	position: absolute;
	top: 0rem;
	left: 4.7rem;
	width: 52%;
	height: 100%;
}

#dizhia .dizhi .dizhitupian .tu1 {
	display: block;
	width: 0.2rem;
}

#dizhia .dizhi ul li:hover .dizhitupian .tu1 {
	display: none;
}

#dizhia .dizhi .dizhitupian .tu2 {
	width: 0.2rem;
	display: none;
}

#dizhia .dizhi ul li:hover .dizhitupian .tu2 {
	display: block;
}

/* 
#dizhia .dizhi  .dizhititle{
	position: relative;
	display: inline-block;;
	font-size: 0.2rem;
	padding: 5px;
	background: #fff;
	border-radius: 8px;
	transform: translate(-40%, 0.8rem);
	z-index: 99;
}
#dizhia .dizhi  ul li:hover .dizhititle{
	background-color: #0061DE;
	color: #FFFFFF;
	transform: ;
} */
#gsfb-content {
	position: absolute;
	top: 0;
	right: -4.5rem;
	width: 4.5rem;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 30px;
	height: 5.5rem;
	border-radius: 15px;
	margin-right: 20px;
	overflow: hidden;
}

#gsfb-content img {
	width: 80%;
	margin: 10px auto;
}

#gsfb-content p {
	font-size: 0.26rem;
	text-align: center;
}

#gsfb-content .gsfb-neir {
	font-size: 0.16rem;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}
