/* navbar */
.manage-info {
	position: relative;
	height: 70px;
}

.manage-info img {
	width: 100%;
	height: 100%;
}

.product-info {
	position: relative;
	height: 70px;
}

.product-info img {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination {
	left: 50%;
	top: 90%;
	transform: translate(-50%, -50%);
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 20px;
}

.manage-info p {
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 1px;
	color: #2885ec;
	position: absolute;
	left: 40%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product-info p {
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 1px;
	color: #2885ec;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.toleft {
	margin-left: 20px;
}

.more-info {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.logo {
	margin-top: -12px;
	position: relative;
}

.logo .navbar-brand {
	width: 100%;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
}

.navbar-expand-lg .navbar-nav .nav-item a {
	color: #333;
	font-size: 18px;
}

.navbar-toggler {
	border: none;
}

button:focus {
	outline: none;
}

.pb-0,
.py-0 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.navbar {
	background-color: #fff;
}

.navbar-light .navbar-nav a.freeToTry {
	height: 48px;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #2196f3;
	border-radius: 5px;
	cursor: pointer;
	color: #2196f3;
}

.hoverProduct {
	display: none;
	width: 100%;
	position: fixed;
	top: 64px;
	z-index: 999;
	background-color: #f5f6f8;
	box-shadow: 0 0 10px #ddd;
	margin-top: 67.19px;
}

div.hover-left-img.col-md-3.col-lg-3 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.header-img-pc {
	width: 100%;
	/* height: 512px; */
}

.trans {
	transition: all 2s linear;
}

.hover-wrap-right {
	margin-top: 20px;
}

.hover-wrap-right a:hover {
	color: #2196f3;
	font-weight: 600;
}

.wrap-right-btm h6 {
	font-weight: 600;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.wrap-right-btm a {
	color: #333;
	text-decoration: none;
	font-weight: 500;
	display: block;
	padding: 6px 0;
}

/* header */
.header-img {
	width: 100%;
	position: relative;
}

.header-img img {
	width: 100%;
}

.banner-title {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fefefe;
	letter-spacing: 2px;
	text-align: center;
}

.banner-title1 {
	width: 100%;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fefefe;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 10px;
}

.banner-title1 h3 {
	font-weight: 500;
	font-size: 32px;
	padding: 10px 0;
}

.banner-title1 div {
	font-size: 14px;
	padding-bottom: 3px;
}

.banner-title h1 {
	font-size: 42px;
	padding-bottom: 20px;
	font-weight: 700;
}

.banner-title div {
	font-size: 20px;
	padding-bottom: 5px;
}

.site-img-pc-con {
	width: 100%;
	position: absolute;
	top: 37%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fefefe;
}

.site-img-phone-con {
	width: 100%;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fefefe;
}

.lowcodes {
	font-size: 36px;
    font-weight: bold;
	margin-bottom: 12px;
    letter-spacing: 4px;
}

.lowcode-con {
	font-size: 20px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 1px;
}

.lowcode1 {
	font-size: 18px;
}

.lowcode-con1 {
	font-size: 14px;
	letter-spacing: 1px;
}

.tel-hang,
.code-hang {
	height: 140px;
	position: fixed;
	right: 80px;
	z-index: 999999;
}

img.tel-hang {
	display: none;
}

img.code-hang {
	display: none;
}

.hang-ball {
	position: fixed;
	right: 20px;
	z-index: 99999;
}

.hang p {
	width: 55px;
	height: 55px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #2196f3;
	border-radius: 5px;
	box-shadow: 0 0 3px #ccc;
	background-color: #fff;
	padding: 5px;
}

.hang p img {
	margin-top: 6.5px;
}

.hang .earphone {
	background-color: #2196f3;
	color: #fff;
}

.hang-top {
	margin-bottom: 80px;
}

.hang-top span {
	display: none;
}

/* main */
.news-center a {
	text-decoration: none;
	color: #333;
}

.wrap-line {
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
	padding-bottom: 40px;
}
.header-img-phone .wrap-line {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0;
	padding-bottom: 0;
}

.wrap-1-content {
	text-align: center;
	border-left: 1px solid #ddd;
}

.wrap-1-content h6 {
	margin-top: 15px;
}

.b-left-none {
	border-left: none;
}

.bg-gray-box {
	width: 100%;
	background: #f5f6f8;
}

.bg-color-1 {
	width: 100%;
}

.site-img {
	overflow: hidden;
	position: relative;
}

.site-img img {
	width: 100%;
	margin: 30px 0 20px 0;
}

.site-img p {
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 10px 30px;
	border: 2px solid #fff;
	border-radius: 5px;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.site-img p:hover {
	color: #2196f3;
	background-color: #fff;
	border-color: transparent !important;
}

#myTab a {
	color: #6c757d;
	text-decoration: none;
}

#myTab li {
	width: 50%;
	display: block;
	height: 40px;
	color: #6c757d;
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #f5f6f8;
}

#myTab .li-active {
	border-bottom: 3px solid #2196f3;
}

.p-active {
	color: #2196f3;
}

.icon-center {
	color: #6c757d;
	font-weight: 500;
	text-decoration: none !important;
}

.icon-center img {
	width: 60px;
	height: 60px;
}

.tab-content {
	padding-top: 20px;
	padding-bottom: 40px;
}

.icon-group a.icon-center:hover {
	color: #2196f3;
}

.news-title h3 {
	text-align: center;
	font-weight: bold;
    font-size: 32px;
}

.news-title p {
	text-align: center;
	color: #333;
	padding: 10px 28px 20px;
	font-size: 16px;
	font-size: 18px;
    font-weight: 500;
}

.news-center {
	padding: 75px 0;
}

.news-center-mian {
	color: #aaa;
	overflow: hidden;
}

.news-left {
	background-color: #f5f6f8;
	border-radius: 15px;
}

.news-center-mian .news-left,
.news-right {}

.news-left img {
	width: 100%;
	height:320px;
	border-radius: 10px 10px 0 0;
}

.news-left-content {
	height: 88px;
}

.news-left-content {
	overflow: hidden;
}

.news-left-inner-box {
	margin: 20px 0 0 20px;
}

.news-right {
	background: #f5f6f8;
	padding: 0 10px;
	border-radius: 10px;
	/* overflow: hidden; */
}

.news-right-line1 {
	margin-bottom: 10px;
}

.news-right-line {
	/* height: 90px; */

}

.news-right-line img {
	max-width: 180px;
    height: 103px;
    margin: 0 15px;
    margin-top: 15.7px;
    padding: 0;
    border-radius: 10px;
}

/* news-center-phone */
.news-center-phone {
	display: none;
}

.last-icon-shadow {
	width: 100%;
	background-color: #f5f6f8;
	padding: 30px 0;
}

.icon-group-1 {
	display: flex;
	text-align: center;
}

.icon-1 {
	width: 20%;
}

/* footer */
.footer-wrap {
	padding-bottom: 20px !important;
	padding-top: 40px;
	background-color: #f5f6f8 !important;
	border-top: 2px solid #eee;
}

.container {
	font-size: 14px;
}

.footer-logo {
	display: none;
}

.company-logo img {
	width: 240px !important;
	margin-top: -40px;
}

.mail-weight {
	font-size: 16px;
}

.contact-us-main-right-con li span {
	min-width: 88px;
}

@media (max-width:376px) {
	.lowcode1 {
		font-size: 16px;
	}
	.news-center-mian {
		margin: 20px 0 20px 0;
		color: #aaa;
		overflow: hidden;
	}
	.lowcode-con1 {
		font-size: 13px;
		letter-spacing: 1px;
	}

	.pb-5,
	.py-5 {
		padding-top: 0rem !important;
		padding-bottom: 7rem !important;
	}

	.navbar-toggler span {
		color: #333 !important;
	}

	.container section .wrap-line {
		margin-bottom: -7rem !important;
	}

	/* main */

	.news-center-phone {
		display: block;
	}

	.news-center-phone-line a {
		color: #333;
		text-decoration: none;
		display: flex;
		justify-content: space-around;
		padding-left: 15px;
	}

	.news-center-phone-line img {
		width: 36%;
		height: 69px;
	}

	.news-center-phone-line div {
		font-weight: 600;
		width: 60%;
		margin-left: 2%;
	}

	.news-center-phone-line div h6 {
		font-weight: 700;
	}

	.news-center-phone-line div p {
		color: #999;
	}

	.news-center-mian {
		display: none;
	}

	.last-icon-shadow {
		display: none;
	}

	.icon-group .icon-center {
		width: 50%;
		text-align: center;
	}

	.contact-us-main-right-con {
		padding-top: 30px;
		width: 80%;
		margin-left: 10%;
	}
}

@media (min-width:376px) and (max-width:768px) {

	/* header */
	.banner-title1 {
		top: 50%;
	}
	.news-center-mian {
		margin: 20px 0 20px 0;
		color: #aaa;
		overflow: hidden;
	}
	.banner-title1 h3 {
		font-weight: 500;
		font-size: 48px;
		padding: 10px 0;
	}

	.banner-title1 div {
		font-size: 24px;
		padding-bottom: 15px;
	}

	.navbar-toggler span {
		color: #333 !important;
	}

	.icon-group .icon-center {
		width: 50%;
		text-align: center;
	}

	/* main */
	.news-left {
		margin-bottom: 30px;
	}

	.news-right-line {
		height: 107.05px;
		display: flex;
		flex-wrap: nowrap;
	}

	.last-icon-shadow {
		display: none;
	}

	/* footer */
	.footer-top h3 {
		display: none;
	}

	.footer-logo {
		display: block;
		text-align: center;
	}

	.footer-content {
		text-align: center;
	}

	.c-address {
		justify-content: center;
	}

	.footer-img {
		justify-content: center;
	}

	.footer-content .contact-us-main-right-con li {
		justify-content: flex-start;
	}
}

@media (max-width:768px) {

	.header-img-pc {
		display: none;
	}

	.header-img-phone {
		display: block;
	}

	.hang-ball {
		display: none;
	}

	.company-logo img {
		padding: 30px 0;
	}

	.contact-us-main-right-con {
		padding-left: 0px;
	}

	.contact-us-main-right-con li {
		display: flex;
	}
}

@media (min-width:768px) {

	.header-img-pc {
		display: block;
	}

	.header-img-phone {
		display: none;
	}

	.navbar-light .navbar-nav .freeToTry {
		color: #2196f3;
		cursor: pointer;
	}

	.navbar-toggler span {
		color: #333 !important;
	}

	.hang-ball {
		display: block;
	}

	.icon-group .icon-center {
		width: 20%;
		text-align: center;
	}

	.icon-group .icon-center1 {
		width: 25%;
	}

	.footer-logo {
		display: block;
		text-align: center;
	}

	.footer-top h3 {
		display: none;
	}

	.footer-img {
		justify-content: center;
	}

	.contact-us-main-right-con {
		padding-left: 0px;
		list-style-type: disc !important;
		margin-left: 40px;
	}

	.contact-us-main-right-con li {
		display: flex;
	}

	.contact-us-main-right-con li span {
		display: block;
		min-width: 96px;
	}
}

@media (min-width:768px) and (max-width:992px) {

	/* main */
	.news-right-line {
		height: 107.05px;
		display: flex;
		flex-wrap: nowrap;
	}

	.news-right-line-con {
		margin-top: 5.22px;
	}

	.news-right-line-con3 {
		margin-top: 16.415px;
	}
}

@media (max-width:992px) {

	.header-img {
		width: 100%;
	}

	.hoverProduct {
		display: none !important;
	}

	.wrap-1-content {
		padding: 20px 0;
	}

	.wrap-1-content {
		width: 50% !important;
		border-left: none;
		margin-top: 16px;
	}

	.site-img p {
		display: none;
	}

	.site-img-pc {
		display: none;
	}

	.site-img-phone {
		display: block;
	}

	.footer-img div {
		margin: 20px;
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.footer-img div {
		margin: 0;
		padding-right: 20px;
	}
}

@media (min-width:992px) {

	/* main */
	.wrap-1-content {
		width: 20% !important;
	}

	.site-img-pc {
		display: block;
	}

	.site-img-phone {
		display: none;
	}

	.news-right-line-con {
		margin-top: 16.415px;
	}

	.news-right-line-con3 {
		margin-top: 27.61px;
	}
}

@media (min-width:1200px) {

	.footer-img div {
		margin: 20px;
	}
}

.footer-top h3 {
	text-align: center;
}

.c-address {
	display: flex;
}

.c-address span {
	height: 40px;
}

.address-titile {
	width: 96px;
}

.footer-img {
	display: flex;
}

.footer-img p {
	width: 128px;
	text-align: center;
}

.author-by {
	width: 100%;
	height: 2px;
	background-color: #eee;
	margin-bottom: 10px;
}

.d-block a {
	color: #6c757d;
	text-decoration: none;
}
.batz-box:hover{
	text-decoration: underline;
	color: #315efb;
}
.frist-xtjs-title {
	color: #000;
}
.header-img-phone .news-left img{
	height: 210px;
}

#myTab .tab-con-1,#myTab .tab-con-2{
	letter-spacing: 2px;
	font-size:18px;
}
#myTabContent .frist-xtjs-title{
	font-size:16px;
}
#newsOne,#newsOther{
	font-size:16px;
	font-weight:500;
	color:#212121;
}
.last-icon-shadow p{
	font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 14px;
}
.header-img-phone .wrap-1-content{
	padding: 8px 0;
}