/* navbar */
.manage-info {
	position: relative;
	height: 70px;
}

.manage-info img {
	width: 100%;
	height: 100%;
}

.more-info {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product-info {
	position: relative;
	height: 70px;
}

.product-info img {
	width: 100%;
	height: 100%;
}


.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: 37%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.toleft {
	margin-left: 20px;
}

.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;
}

.trans {
	transition: all 2s linear;
}

.hover-wrap-right {
	margin-top: 20px;
}

.hover-wrap-right a:hover {
	color: #2196f3;
	font-size: 16px;
}

.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%;
}

.header-img img {
	width: 100%;
}

.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 */
.visitapply-main-1 .container {
	padding-bottom: 40px;
	border-bottom: 2px solid #ccc;
}

.visitapply-main-1 h3 {
	font-weight: 600;
	text-align: center;
	margin: 30px 0;
	letter-spacing: 2px;
}

.visitapply-main-1 .second-title {
	color: #7a7a7a;
	font-weight: 600;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 2px solid #ccc;
}

.second-title span {
	font-weight: 700;
}

.visitapply-wrap-bom {
	padding-top: 30px;
	padding-bottom: 30px;
}

.visitapply-wrap-bom a {
	text-decoration: none;
	color: #333;
}

.visitapply-wrap-bom h4 {
	font-weight: 600;
	padding: 0 0 30px 0;
}

.visitapply-main-wrap-1 {
	font-weight: 500;
	margin-top: 10px;
	letter-spacing: 2px;
	font-size: 16px;
	padding: 10px;
}

.visitapply-main-wrap-1 span {
	font-weight: 600;
}

.visitapply-main-wrap-2 {
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 20px;
	margin: 20px 0;
	font-size: 16px;
}

.visitapply-main-wrap-3 {
	letter-spacing: 2px;
	font-weight: 500;
	margin-left: 16px;
	font-size: 16px;
}

.visitapply-main-wrap-3 li {
	padding-bottom: 20px;
}

.visitapply-main-wrap-3 li span {
	font-weight: 600;
}

.visitapply-main-wrap-4 {
	color: #7a7a7a;
	padding-top: 15px;
	padding-bottom: 25px;
	font-weight: 500;
}

/* 轮播 */
.swiper-container {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	width: 100%;
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	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-slide img {
	height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	width: 27px;
	height: 20px;
}

/* 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) {

	.pb-5,
	.py-5 {
		padding-bottom: 7rem !important;
	}

	.wrap-1-content {
		width: 50%;
	}

	.navbar-toggler span {
		color: #333 !important;
	}

	.container section .wrap-line {
		margin-bottom: -7rem !important;
	}

	/* main */
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}

	.contact-us-main-right-con {
		padding-top: 30px;
		width: 80%;
		margin-left: 10%;
	}
}

@media (min-width:376px) and (max-width:768px) {

	/* header */
	.wrap-1-content {
		width: 50%;
	}

	.navbar-toggler span {
		color: #333 !important;
	}

	.visitapply-wrap-bom {
		padding: 40px 10%;
	}

	/* 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-phone {
		display: block;
	}

	.header-img-pc {
		display: none;
	}

	.hang-ball {
		display: none;
	}

	/* main */
	.container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.visitapply-main-1 {
		padding-top: 40px;
	}


	.related-news-phone h4 {
		display: none;
	}

	.related-news {
		display: none;
	}

	.related-news-phone {
		display: block;
	}

	.related-news-phone .visitapply-wrap-bom-line {
		display: flex;
	}

	.visitapply-wrap-bom-line {
		padding: 10px 10px;
		cursor: pointer;
	}

	.visitapply-wrap-bom-line img {
		max-width: 120px;
		max-height: 80px;
	}

	.visitapply-wrap-bom-main {
		margin-left: 10px;
	}

	.visitapply-wrap-bom-main p {
		margin-bottom: 0;
	}

	.visitapply-wrap-bom-main h6 {
		font-size: 14px;
		font-weight: 600;
	}

	.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-phone {
		display: none;
	}

	.header-img-pc {
		display: block;
	}

	.hang-ball {
		display: block;
	}

	.navbar-light .navbar-nav .freeToTry {
		color: #2196f3;
		cursor: pointer;
	}

	.navbar-toggler span {
		color: #333 !important;
	}

	/* main */
	.visitapply-wrap-bom {
		padding: 80px 15%;
	}

	.visitapply-main-1 {
		width: 1080px;
		margin: 0 auto;
	}

	.related-news-phone {
		display: none;
	}

	.related-news {
		display: block;
	}

	.related-news .visitapply-wrap-bom-main p {
		font-weight: 600;
		color: #7a7a7a;
	}

	.related-news .visitapply-wrap-bom-main h6 {
		font-weight: 600;
		letter-spacing: 1px;
	}

	.visitapply-wrap-bom-line {
		cursor: pointer;
		display: flex;
		padding: 0px 20px;
		margin-bottom: 10px;
		background: #f5f6f8;
		border-radius: 15px;
	}

	.visitapply-wrap-bom-main {
		padding: 20px 10px 0 10px;
	}

	/* footer */
	.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 (max-width:992px) {
	.hoverProduct {
		display: none !important;
	}

	.footer-img div {
		margin: 20px;
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.footer-img div {
		margin: 0;
		padding-right: 20px;
	}
}

@media (min-width:1200px) {
	.wrap-line {
		margin-left: 8.34%;
	}

	.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;
}

.visitapply-wrap-bom-line img {
	width: 196px;
	height: 132px;
}
.xwlf-width{
	float: left;
    margin-bottom: 16px;
    line-height: 1.5;
    width: calc(100% - 148px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(../img/newscenter/jiant.png) no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
    background-position: 0px;
}