button {
	border: 0;
	outline: none;
	background-color: transparent;
	-webkit-appearance: none;
}
.wrap {
	width: 1300px;
	margin: 0 auto;
}
@media screen and (max-width: 1400px){
	.wrap {
		width: 1200px;
	}
}
@media screen and (max-width: 1280px){
	.wrap {
		width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px){
	.wrap {
		padding: 0 15px;
	}
}


.com-banner1 {
	position: relative;
	padding-bottom: 39%;
}

.com-banner1 img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.com-banner1 h3 {
	font-size: 30px;
	line-height: 1;
	position: absolute;
	top: 60%;
	left: 50%;
	margin-left: -700px;
	color: #fff;
}

.com-banner1 h3 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	display: block;
	margin-bottom: 25px;
	text-transform: uppercase;
	color: #fff;
}

.page-tabs {
	padding: 12px 0;
	background: #f7f7f7;
}

.page-tabs .wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.page-tabs a {
	font-size: 14px;
	line-height: 1;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 150px;
	height: 55px;
	margin: 0 5px;
	transition: all .3s;
	color: #333;
}

.page-tabs a::after {
	position: absolute;
	bottom: -6px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	content: "";
	transition: all .3s;
	transform: translateX(-50%);
	opacity: 0;
	border-top: 6px solid var(--main-color);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.page-tabs a:hover, .page-tabs a.on {
	color: #fff;
	background-color: var(--main-color);
}

.page-tabs a:hover::after, .page-tabs a.on::after {
	opacity: 1;
}

.navbar {
	display: none;
	padding: 15px;
}

.navbar div {
	display: flex;
	align-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1400px;
	margin: 0 auto;
	padding: 0 0 0 15px;
	border: 1px solid #e2e2e2;
	background-color: #fff;
}

.navbar div p {
	font-size: 16px;
	line-height: 60px;
	position: relative;
	display: none;
	padding-left: 30px;
	color: #626262;
}

.navbar div p::before {
	position: absolute;
	position: absolute;
	top: 50%;
	top: 50%;
	left: 0;
	left: 0;
	display: block;
	display: block;
	width: 14px;
	width: 18px;
	height: 14px;
	height: 18px;
	content: "";
	content: "";
	transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	opacity: 1;
	background: url("https://www.gonho.net/public/static/officialweb/img/all.png") no-repeat;
	background: url("../img/all.png") no-repeat;
	background-size: auto;
	background-size: contain;
	background-size: auto;
	background-size: contain;
}

.navbar div ol {
	display: flex;
	display: flex;
	display: none;
	align-items: center;
	align-items: center;
	flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	justify-content: flex-start;
	padding: 8px 0;
}

.navbar div ol li {
	position: relative;
	position: relative;
	transition: .4s all;
	transition: .4s all;
	border-radius: 15px;
	border-radius: 15px;
}

.navbar div ol li.active {
	background-color: #ddae60;
}

.navbar div ol li a {
	font-size: 16px;
	font-size: 14px;
	line-height: 60px;
	line-height: 1.2;
	display: block;
	min-width: 85px;
	height: 60px;
	height: auto;
	padding: 0 18px;
	padding: 6px 15px;
	transition: .4s all;
	text-align: center;
	text-align: center;
	color: #131313;
	color: #666;
}

.navbar div .js-more {
	font-size: 16px;
	line-height: 44px;
	position: relative;
	display: block;
	cursor: pointer;
	text-align: center;
	color: #626262;
}

.navbar .js-more {
	display: none;
}

.navbar .js-more::before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 11px;
	height: 7px;
	margin-top: -3px;
	content: "";
	transition: all .3s;
	background: url(../img/qwy-i3.png) center no-repeat;
}

.navbar .js-more.active::before {
	transform: rotate(180deg);
}

.navbar > div {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 20px;
}

.navbar > div::after {
	position: absolute;
	top: 45px;
	right: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	background-color: #e2e2e2;
}

.navbar-nav-more-body {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 100%;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	transition: .2s;
	background-color: rgba(0, 0, 0, 0.6);
}

.navbar-nav-more-body .box-shadown {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
}

.navbar-nav-more-body .offcanva {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 60%;
	height: 100%;
	background-color: #fff;
}

.navbar-nav-more-body .offcanvas-body {
	position: relative;
}

.navbar-nav-more-body .offcanvas-end {
	z-index: 999999;
	width: 60%;
}

.navbar-nav-more-body .top-menu-list {
	font-size: 16px;
	position: absolute;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	transition: .2s;
}

.navbar-nav-more-body .top-menu-list.active {
	transform: translateX(-100%);
}

.navbar-nav-more-body .top-menu-list > li {
	line-height: 3;
	height: 3em;
	padding: 0;
}

.navbar-nav-more-body .top-menu-list > li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 1rem;
}
.navbar-nav-more-body .top-menu-list > li.active a,
.navbar-nav-more-body .top-menu-list > li a:hover {
	color: var(--main-color);
}

.navbar-nav-more-body .top-menu-list ul {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: #fff;
}

.navbar-nav-more-body .top-menu-list ul.active {
	display: block;
}

.navbar-nav-more-body .top-menu-list ul.active .icon {
	margin-right: .5rem;
	transform: rotate(180deg);
	vertical-align: sub;
}

.navbar-nav-more-body .top-menu-list .icon:before {
	content: url("../img/jt.png");
}
.navbar-nav-more-body .top-menu-list .icon {
	font-size: 16px;
	color: #666;
}

.navbar-nav-more-body .top-menu-list > li li:first-child, .navbar-nav-more-body .top-menu-list > li:first-child {
	height: 3.5em;
}

.navbar-nav-more-body .top-menu-list > li li:first-child > a, .navbar-nav-more-body .top-menu-list > li:first-child > a {
	height: 100%;
	background-color: #f7f7f7;
}

.about_view .us {
	padding-top: 115px;
	padding-bottom: 100px;
	background-color: #f8f8f8;
}

.about_view .us .wrap {
	display: flex;
	align-items: center;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about_view .us .tit {
	width: 35%;
}

.about_view .us .tit h3 {
	font-size: 24px;
	line-height: 1;
	color: #333;
}

.about_view .us .tit h3 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	display: block;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #333;
}

.about_view .us .tit img {
	margin-top: 70px;
}

.about_view .us .txt {
	width: 65%;
	padding-top: 100px;
}

.about_view .us .txt > h2 {
	font-size: 20px;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	color: #333;
}

.about_view .us .txt > h2 span {
	font-size: 36px;
	line-height: 1.4;
	display: block;
	color: var(--main-color);
}

.about_view .us .txt > h2::before, .about_view .us .txt > h2::after {
	position: absolute;
	top: -30px;
	left: -85px;
	display: block;
	width: 46px;
	height: 45px;
	content: "";
	background: url(../img/about-us002.png) no-repeat center;
	background-size: contain;
}

.about_view .us .txt > h2::after {
	top: 60px;
	right: -75px;
	left: initial;
	transform: rotate(180deg);
}

.about_view .us .txt > p {
	font-size: 14px;
	line-height: 28px;
	margin-top: 45px;
	white-space: pre-wrap;
	color: #333;
}

.about_view .us .txt > p + p {
	margin-top: 1em;
}

.about_view .us .txt ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 60px;
}

.about_view .us .txt ul li {
	margin-right: 120px;
}

.about_view .us .txt ul li h3 {
	font-size: 18px;
	line-height: 1;
	color: #333;
}

.about_view .us .txt ul li h3 span {
	font-family: DIN-BLACK;
	font-size: 44px;
	font-weight: bold;
	line-height: 1;
	margin-right: 5px;
	color: var(--main-color);
}

.about_view .us .txt ul li h5 {
	font-size: 14px;
	line-height: 1;
	margin-top: 15px;
	color: #333;
}

.about_view .factory {
	overflow: hidden;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 80px;
}

.about_view .factory .tit {
	text-align: center;
}

.about_view .factory .tit h3 {
	font-size: 40px;
	line-height: 1;
	color: #333;
}

.about_view .factory .tit p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	white-space: pre-line;
	color: #333;
}

.about_view .factory .box {
	position: relative;
	margin-top: 50px;
	padding: 0 12%;
}

.about_view .factory .box .swiper-button-prev, .about_view .factory .box .swiper-button-next {
	top: 39%;
	width: 70px;
	height: 70px;
	color: #9f9f9f;
	border: 1px solid #9f9f9f;
	border-radius: 50%;
}

.about_view .factory .box .swiper-button-prev::after, .about_view .factory .box .swiper-button-next::after {
	font-size: 36px;
	color: inherit;
}

.about_view .factory .box .swiper-button-prev:hover, .about_view .factory .box .swiper-button-next:hover {
	color: #fff;
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.about_view .factory .box .swiper-button-prev {
	left: 5.5%;
}

.about_view .factory .box .swiper-button-next {
	right: 5.5%;
}

.about_view .factory .factory-swiper .swiper-slide {
	width: 345px;
}

.about_view .factory .factory-swiper .swiper-slide .pic {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom: 71%;
}

.about_view .factory .factory-swiper .swiper-slide .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
	object-fit: cover;
}

.about_view .factory .factory-swiper .swiper-slide .pic:hover img {
	transform: scale(1.1);
}

.about_view .factory .factory-swiper .swiper-slide h3 {
	font-size: 14px;
	line-height: 1.2;
	visibility: hidden;
	margin: 15px 0;
	text-align: center;
	opacity: 0;
	color: #333;
}

.about_view .culture {
	padding: 150px 0;
	background: var(--main-color);
}

.about_view .culture .tit {
	font-size: 24px;
	line-height: 1;
	color: #fff;
}

.about_view .culture .tit span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	display: block;
	margin-bottom: 12px;
	text-transform: uppercase;
	color: #fff;
}

.about_view .culture p {
	font-size: 16px;
	line-height: 35px;
	margin-top: 45px;
	margin-bottom: 45px;
	white-space: pre-line;
	color: #fff;
}

.about_view .culture ul {
	display: flex;
	flex-wrap: wrap;
}

.about_view .culture ul li {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 136px;
	height: 130px;
	padding: 10px;
	border: 1px solid #fff;
	transition: width .5s;
}

.about_view .culture ul li + li {
	margin-left: 30px;
}

.about_view .culture ul li .ico {
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
	object-fit: scale-down;
}

.about_view .culture ul li h5 {
	font-size: 16px;
	line-height: 1;
	color: #fff;
}

.about_view .culture ul li h6 {
	font-size: 14px;
	line-height: 1.6;
	display: none;
	transition: all .3s;
	text-align: center;
	white-space: pre-line;
	color: #fff;
}
@media (min-width: 768.1px) {
	.about_view .culture ul li:hover{
		width: 300px;
		max-width: 100%;
	}
	.about_view .culture ul li:hover h5 {
		display: none;
	}
	.about_view .culture ul li:hover .ico {
		display: none;
	}
}
.about_view .culture ul li:hover h6 {
	display: block;
}

.newsList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -60px;
	padding-top: 100px;
}

.newsList li {
	width: 32.14%;
	margin-bottom: 60px;
	transition: all .3s;
	background: #fff;
}

.newsList li a {
	display: block;
}

.newsList li .pic {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom: 55%;
}

.newsList li .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
	object-fit: cover;
}

.newsList li .pic:hover img {
	transform: scale(1.1);
}

.newsList li .txt {
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
}

.newsList li .txt h5 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
	padding-top: 22px;
	color: #999;
}

.newsList li .txt h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	color: var(--main-color);
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsList li .txt p {
	font-size: 12px;
	line-height: 25px;
	display: -webkit-box;
	overflow: hidden;
	height: 50px;
	text-overflow: ellipsis;
	color: #333;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsList li .txt span {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	margin-top: 0;
	padding: 15px 30px 18px 0;
	color: #666;
	background: url(../img/news-right001.png) no-repeat right center;
}

.newsList li:hover {
	background-color: #fff;
}

.newsList li:hover .txt {
	border-bottom-color: var(--main-color);
}

.newsList li:hover .txt span {
	color: var(--main-color);
	background-image: url(../img/news-right002.png);
}

.newsList::after {
	width: 32.14%;
	content: "";
}

#Pages {
	font-size: 0;
	padding-top: 60px;
	padding-bottom: 100px;
	text-align: center;
}

#Pages a, #Pages span {
	font-size: 14px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	margin: 0 5px;
	padding: 0 10px;
	cursor: pointer;
	color: #333;
	border: 1px solid #bfbfbf;
}

#Pages span, #Pages a:hover {
	color: #fff;
	border-color: var(--main-color);
	background-color: var(--main-color);
}

#Pages p {
	font-size: 12px;
	display: block;
	padding-top: 15px;
	color: #9d9d9d;
}

.news-info_view {
	padding: 80px 0;
	background-color: #f8f8f8;
}

.news-info_view .wrap {
	/*width: 1600px;*/
	padding: 60px;
	background-color: #fff;
}

.news-info_view .c-box-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-info_view .c-box-wrap .c-left {
	width: 68.57%;
}

.news-info_view .c-box-wrap .c-left .c-font36 {
	font-size: 36px;
	line-height: 50px;
	color: #333;
}

.news-info_view .c-box-wrap .c-left .c-time-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0.2rem 0 0.5rem;
	color: #999;
}

.news-info_view .c-box-wrap .c-left .c-time-box .c-time {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 20px;
	padding-right: 20px;
	color: #999;
}

.news-info_view .c-box-wrap .c-left .c-time-box .c-time span {
	margin-left: 10px;
}

.news-info_view .c-box-wrap .c-left .c-time-box .bshare-custom {
	display: flex;
	align-items: center;
}

.news-info_view .c-box-wrap .c-left .c-time-box .bshare-custom span {
	font-size: 16px;
}

.news-info_view .c-box-wrap .c-left .c-text-box {
	line-height: 1.8;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 40px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.news-info_view .c-box-wrap .c-left .c-text-box img {
	max-width: 100%;
	height: auto !important;
}

.news-info_view .c-box-wrap .c-left .c-text-box #js_content {
	max-width: 677px;
	margin: 0 auto;
}

.news-info_view .c-box-wrap .c-left .dpages a {
	line-height: 1.8;
	display: block;
	transition: all 0.5s;
	color: #666;
}

.news-info_view .c-box-wrap .c-left .dpages a:hover {
	color: var(--main-color);
}

.news-info_view .c-box-wrap .c-right {
	position: sticky;
	top: 120px;
	width: 25%;
}

.news-info_view .c-box-wrap .c-right .c-title {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 40px;
	padding-left: 20px;
	color: var(--main-color);
	border-left: 4px solid var(--main-color);
}

.news-info_view .c-box-wrap .c-right .c-list {
	margin-bottom: -30px;
}

.news-info_view .c-box-wrap .c-right .c-list li {
	padding-bottom: 30px;
}

.news-info_view .c-box-wrap .c-right .c-list li .c-wrap {
	display: block;
}

.news-info_view .c-box-wrap .c-right .c-list li .c-wrap .c-img-box {
	position: relative;
	overflow: hidden;
	height: 0 !important;
	padding-bottom: 54.5%;
}

.news-info_view .c-box-wrap .c-right .c-list li .c-wrap .c-img-box img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	object-fit: cover;
}

.news-info_view .c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-time {
	margin: 20px 0 10px;
	color: #999;
}

.news-info_view .c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-title2 {
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	transition: all 0.5s;
	text-overflow: ellipsis;
	color: #333;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-info_view .c-box-wrap .c-right .c-list li .c-wrap:hover .c-img-box img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.news-info_view .c-box-wrap .c-right .c-list li .c-wrap:hover .c-text-box .c-title2 {
	color: var(--main-color);
}

.catList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 0 40px;
	border-bottom: 1px dashed #d7d7d7;
}

.catList .item {
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	color: #333;
}

.catList .item a {
	margin: 0 15px;
	color: #494949;
}

.catList .item a:hover, .catList .item a.on {
	color: var(--main-color);
}

.catList .search {
	position: relative;
}

.catList .search input {
	display: block;
	width: 300px;
	height: 45px;
	padding: 0 45px 0 25px;
	border-radius: 45px;
	background-color: #f8f8f8;
}

.catList .search .sub {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transform: translateY(-50%);
	background: url(../img/product-search001.png) no-repeat center;
}

.imgList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
	margin-bottom: -30px;
}

.imgList li {
	width: 31.71%;
	margin-bottom: 30px;
	transition: all .3s;
	background: #fff;
}
.imgList .txt {
	padding: 25px 30px 48px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f5f5f5;
}
.imgList .txt:after{
	content: '';
	display: block;
	width: 24px;
	height: 18px;
	background:url(../img/product-ico001.png) no-repeat center right;
	background-size: auto 100%;
}
.imgList .txt h3 {
	font-size: 14px;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #121212;
}

.imgList .txt h5 {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 12px;
	color: #999;
}

.imgList:after {
	width: 31.71%;
	content: "";
}

.imgList .pic {
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 65.2%;
}

.imgList .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
	object-fit: cover;
}


.imgList li:hover {
	box-shadow: 3px 3px 5px #c3c0c0;
}

.imgList li:hover .txt {
	background-color: var(--main-color);
}
.imgList li:hover .txt:after{
	background-image: url(../img/product-ico002.png);
}
.imgList li:hover .txt h3 {
	color: #fff;
}

.imgList li:hover .txt h5 {
	color: #fff;
}

.imgList li:hover img {
	transform: scale(1.1);
}


.m-navbar {
	display: none;
}

.contact1 .flexBox {
	display: flex;
	justify-content: space-between;
	margin-top: 4vw;
}

.contact1 .contact-left {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 1px solid #d9d9d9;
}

.contact1 .contact-left p {
	font-size: 16px;
	color: #666;
}

.contact1 .contact-left span {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.contact1 .contact-left div {
	padding-right: 30px;
	padding-left: 30px;
}

.contact1 .contact-left div.line {
	padding-right: 0;
	padding-left: 0;
}

.contact1 .contact-left .line:after {
	display: block;
	width: 1px;
	height: 60px;
	content: "";
	background-color: #d9d9d9;
}

.contact1 .contact-right {
	display: flex;
	align-items: center;
	margin-left: 3.2vw;
}

.contact1 .contact-right i + i {
	margin-left: 15px;
}

.contact1 .contact-right i img {
	width: 119px;
}

.contact1 .contact-right i span {
	font-size: 12px;
	display: block;
	width: 100%;
	margin-top: 24px;
	text-align: center;
	color: #333
}

#myMap {
	height: 100%;
	margin: 0 !important;
	border: 0 !important;
}

.contact2 {
	height: 600px;
	padding-top: 3.2vw;
	padding-bottom: 3.2vw;
}

.contact2 .wrap {
	height: 100%;
}

.pagetit {
	margin-bottom: 50px;
	text-align: center;
}

.pagetit span {
	display: block;
}

.pagetit .en {
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	color: #1e2831;
}

.pagetit .cn {
	font-size: 30px;
	font-weight: bold;
	line-height: normal;
	position: relative;
	padding-bottom: 10px;
	color: #1e2831;
}

.pagetit .cn:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 28px;
	height: 1px;
	margin: 0 auto;
	content: "";
	background: #383839;
}

.page-JoinList ul {
	font-size: 0;
	position: relative;
	width: 100%;
	margin: 0 -5px;
	margin-bottom: 60px;
}

.page-JoinList .li3 {
	position: relative;
	z-index: 1;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 50%;
	margin-bottom: 12px;
	cursor: pointer;
	vertical-align: top;
}

.page-JoinList .li3 a, .page-JoinList .li3 .imgBox img, .page-JoinList .li3 .imgBox, .page-JoinList .li3 .title {
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.page-JoinList .li3 a {
	position: relative;
	display: block;
	margin: 0 5px;
	padding: 15px 50px 15px 33px;
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	background: #fff;
}

.page-JoinList .li3 .imgBox {
	position: absolute;
	top: 50%;
	left: 30px;
	display: inline-block;
	overflow: hidden;
	width: 62px;
	height: 62px;
	margin-top: -31px;
	vertical-align: middle;
}

.page-JoinList .li3 .imgBox img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.page-JoinList .li3 .title {
	font-size: 0;
	line-height: 0;
	padding-left: 90px;
	text-align: left;
}

.page-JoinList .li3 .title .t2 {
	font-size: 14px;
	line-height: 28px;
	display: table-cell;
	overflow: hidden;
	height: 84px;
	vertical-align: middle;
	color: #333;
}

#agent_page1 {
	padding-top: 70px
}

#agent_page1 .processTable {
	max-width: 976px;
	margin: 0 auto
}

#agent_page1 .processTable .TD {
	font-size: 15px;
	line-height: 30px;
	min-height: 240px;
	padding: 40px 0 35px 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
	background: var(--main-color);
}

#agent_page1 .processTable .TD img {
	overflow: hidden;
	border-radius: 5px;
}

#agent_page1 .add-join-img {
	display: none
}

#agent_page4 {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
}

#agent_page4 .pagetit {
	position: relative;
	z-index: 2
}

#agent_page4 .join-ysList2 {
	position: relative;
	z-index: 2
}

#agent_page4 .join-ysList2 .ul {
	font-size: 0;
	position: relative;
	width: 100%;
	margin: 0 -3.5px;
}

#agent_page4 .join-ysList2 .li3 {
	position: relative;
	z-index: 1;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 33.333333%;
	margin-bottom: 7px;
	cursor: pointer;
	vertical-align: top;
}

#agent_page4 .join-ysList2 .li3 .imgBox {
	position: relative;
	overflow: hidden;
	width: 76px;
	height: 76px;
	margin: 0 auto 25px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%
}

#agent_page4 .join-ysList2 .li3 .imgBox img {
	display: block;
	overflow: hidden;
	width: 76px;
	height: 76px;
	margin: 0 auto;
	border-radius: 50%;
}

#agent_page4 .join-ysList2 .li3 .title {
	font-size: 14px;
	line-height: 30px;
	padding: 80px 42px 35px 42px;
	text-align: center;
	color: #464646;
}

#agent_page4 .join-ysList2 .li3 .title .t1 {
	font-size: 18px;
	line-height: 28px;
	color: #1e2831;
}

#agent_page4 .join-ysList2 .li3 .title .t2 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #1e2831;
}

#agent_page4 .join-ysList2 .li3 .title .wz {
	font-size: 14px;
	line-height: 30px;
	min-height: 180px;
	text-align: left;
	color: #383839;
}

#agent_page4 .join-ysList2 .li3 a {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 3.5px;
	text-align: center;
	border-radius: 5px;
	background: url(../img/join-ysbg2.jpg) no-repeat center bottom #fefefe;
	background-size: cover;
}

#agent_page4 .join-ysList2 .li3 a:hover {
	background: var(--main-color);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}

#agent_page4 .join-ysList2 .li3 a:hover .title {
	display: block
}

#agent_page4 .join-ysList2 .li3 a:hover .title .t1, #agent_page4 .join-ysList2 .li3 a:hover .title .t2, #agent_page4 .join-ysList2 .li3 a:hover .title .wz {
	color: #fff
}

#agent_page4 .join-ysList2 .li3 a, #agent_page4 .join-ysList2 .li3 .title {
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out
}

#agent_page5 {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	background: url(../img/join-ysbg.jpg) no-repeat center center #000;
	background-size: cover
}

#agent_page5 .pagetit {
	position: relative;
	z-index: 2
}

#agent_page5 .pagetit .en {
	color: #fff
}

#agent_page5 .pagetit .cn {
	color: #fff
}

#agent_page5 .pagetit .cn:after {
	background: #fff
}

#agent_page5 .join-ysList3 {
	position: relative;
	z-index: 2
}

#agent_page5 .join-ysList3 .ul {
	font-size: 0;
	position: relative;
	width: 100%;
	margin: 0 -3.5px;
}

#agent_page5 .join-ysList3 .li3 {
	position: relative;
	z-index: 1;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 33.333333%;
	margin-bottom: 7px;
	cursor: pointer;
	vertical-align: top;
}

#agent_page5 .join-ysList3 .li3 a {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 3.5px;
	-moz-transition: 0s all;
	-ms-transition: 0s all;
	-o-transition: 0s all;
	-webkit-transition: 0s all;
	transition: 0s all;
	text-align: center;
	border-radius: 5px;
	background: url(../img/join-zhichibg2.jpg) no-repeat center bottom #fff;
	background-size: cover;
}

#agent_page5 .join-ysList3 .li3 a:hover {
	background: var(--main-color)
}

#agent_page5 .join-ysList3 .li3 a:hover .title {
	display: block
}

#agent_page5 .join-ysList3 .li3 a:hover .title .t1, #agent_page5 .join-ysList3 .li3 a:hover .title .t2, #agent_page5 .join-ysList3 .li3 a:hover .title .wz {
	color: #fff
}

#agent_page5 .join-ysList3 .li3 a:hover .imgBox img:nth-of-type(1) {
	display: none
}

#agent_page5 .join-ysList3 .li3 a:hover .imgBox img:nth-of-type(2) {
	display: block
}

#agent_page5 .join-ysList3 .li3 .imgBox {
	position: relative;
	overflow: hidden;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	margin-bottom: 25px;
	text-align: center;
	vertical-align: middle;
}

#agent_page5 .join-ysList3 .li3 .imgBox img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#agent_page5 .join-ysList3 .li3 .imgBox img:nth-of-type(2) {
	display: none
}

#agent_page5 .join-ysList3 .li3 .title {
	font-size: 14px;
	line-height: 30px;
	padding: 38px 70px 35px 70px;
	text-align: center;
	color: #464646;
}

#agent_page5 .join-ysList3 .li3 .title .t1 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	color: #1e2831;
}

#agent_page5 .join-ysList3 .li3 .title .wz {
	font-size: 14px;
	line-height: 26px;
	min-height: 78px;
	color: #383839;
}

#agent_page5 .join-ysList3 .li3 .title .more {
	line-height: 40px;
	width: 168px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	border-top: 1px solid #f6f6f6;
	border-radius: 40px;
	background: #99755f;
}


.caseDetailBox{
	padding: 60px 0 40px;
}
.caseDetailBox .Dtitle {
	margin-bottom: 20px;
	background: #fbfbfb;
	padding: 30px 30px 40px 30px;
}

.caseDetailBox .Dtitle .tit {
	font-size: 28px;
	color: #000000;
	line-height: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.caseDetailBox .Dtitle .tit a {
	border: 1px var(--main-color) solid;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background: var(--main-color);
	color: #fbfbfb;
	padding: 0 20px;
}

.caseDetailBox .Dtitle .info {
	font-size: 16px;
	color: #999999;
	line-height: 35px;
}

.caseDetailBox .Dtitle .con {
	margin-top: 25px;
	font-size: 16px;
	color: #999999;
}

.caseDetailBox .Dtitle .con td {
	border: 1px #eeeeee solid;
	font-size: 16px;
	color: #999999;
	padding: 10px 30px;
	line-height: 30px;
	background-color: #fff;
}

.caseDetailBox .Dtitle .con td span {
	font-size: 16px;
	color: #555555;
	padding-left: 5px;
}

.caseDetailBox .Dcontent {
	margin-bottom: 20px;
	background: #fbfbfb;
	padding: 30px 30px 40px 30px;
}

.caseDetailBox .Dcontent .tit {
	padding-left: 65px;
	background: url(../img/cdetail_icon.jpg) no-repeat left 50% #eeeeee;
	line-height: 50px;
	font-size: 20px;
	color: #2a2d36;
}

.caseDetailBox .Dcontent .con {
	padding-top: 20px;
	font-size: 16px;
	color: #999999;
	line-height: 25px;
}
.caseDetailBox .Dcontent table{
	width: 100%!important;
	margin-bottom: 1.5em;
	border: 0;
}
.caseDetailBox .Dcontent table td{
	border: 1px #eeeeee solid;
	font-size: 16px;
	color: #999999;
	padding: 10px 30px;
	line-height: 30px;
	background-color: #fff;
}
.caseDetailBox .Dcontent .con p{
	margin-bottom: .8em;
}
.caseDetailBox .Dphoto {
	margin-bottom: 60px;
	background: #fbfbfb;
	padding: 30px 30px 40px 30px;
}

.caseDetailBox .Dphoto .tit {
	font-size: 22px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 15px;
}

.caseDetailBox .Dphoto .list + .list {
	margin-top: 50px;
}

.caseDetailBox .dInfoTeam {
	padding: 20px;
	background: #fbfbfb;
	margin-bottom: 20px;
}

.caseDetailBox .dInfoTeam .tit {
	padding-bottom: 19px;
	margin-bottom: 19px;
	border-bottom: 1px #eeeeee solid;
	text-align: center;
}

.caseDetailBox .dInfoTeam .tit .tit_t {
	font-size: 18px;
	color: #333333;
	line-height: 45px;
}

.caseDetailBox .dInfoTeam .tit .tit_line {
	width: 25px;
	height: 2px;
	background: var(--main-color);
	margin: 0 auto;
}

.caseDetailBox .dInfoTeam .con {
	margin-bottom: 20px;
}

.caseDetailBox .dInfoTeam .con .conr_t {
	font-size: 18px;
	color: #272727;
	line-height: 26px;
	margin-top: 20px;
}

.caseDetailBox .dInfoTeam .con .conr_i {
	font-size: 14px;
	color: var(--main-color);
	line-height: 26px;
	display: flex;
	align-items: center;
}

.caseDetailBox .dInfoTeam .con .conr_c {
	font-size: 14px;
	color: #333;
	line-height: 1.78;
	margin-top: 15px;
}

.caseDetailBox .dInfoTeam .con .conr_c p + p {
	margin-top: 8px;
}
.caseDetailBox .dInfoTeam .more a {
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	display: block;
	border-color: var(--main-color);
	background: var(--main-color);
	color: #fbfbfb;
}
.caseDetailBox .dpages{
	display: flex;
	align-items: center;
}
.caseDetailBox .dpages a{
	display: block;
	width: 50%;
	flex: 0 0 auto;
	border: 1px #eeeeee solid;
	font-size: 16px;
	color: #555555;
	padding: 10px 30px;
	line-height: 30px;
	background-color: #fbfbfb;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.caseDetailBox .dpages a:hover{
	color: var(--main-color);
}
.col-row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x)/ -2);
	margin-left: calc(var(--bs-gutter-x)/ -2);
}
.col-row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
	margin-top: var(--bs-gutter-y);
}

@media screen and (max-width: 1640px) {
	.news-info_view .wrap {
		width: 1400px;
		padding: 40px;
	}

	.news-info_view .c-box-wrap .c-right .c-list li .c-wrap .c-img-box {
		height: 2.4rem;
	}

	.news-info_view .c-box-wrap .c-left .c-time-box .bshare-custom span {
		font-size: 14px
	}
}

@media screen and (max-width: 1440px) {
	.com-banner1 .box {
		margin-left: -600px;
	}

	.news-info_view .wrap {
		width: 1200px
	}
}

@media screen and (max-width: 1280px) {
	.com-banner1 .box {
		margin-left: 0;
		transform: translateY(-50%) translateX(-50%);
	}

	.com-banner1 h5 {
		text-align: center;
	}

	.about_view .us .txt ul li {
		margin-right: 50px;
	}

	.news-info_view .wrap {
		width: 100%;
		padding: 40px 20px
	}
}

@media screen and (max-width: 1024px) {
	.navbar {
		display: block;
		padding: 30px 15px;
	}

	.news-info_view .c-box-wrap .c-right {
		top: 80px;
	}

	.contact1 .flexBox {
		display: block;
	}

	.contact1 .contact-left {
		width: 100%;
	}

	.contact1 .contact-right {
		display: none;
	}

	.contact2 {
		height: 46vw
	}
	.imgList{
		margin-top: 40px;
	}
	.imgList li{
		width: 48%;
	}

}

@media screen and (max-width: 768px) {
	.com-banner1 {
		padding-bottom: 62%;
	}

	.com-banner1 h3 {
		font-size: 18px;
		top: 57%;
		left: 6%;
		margin-bottom: 10px;
		margin-left: initial;
	}

	.com-banner1 h3 span {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.com-banner1 h5 {
		font-size: 16px;
	}

	.page-tabs {
		display: none;
	}

	.about_view .us {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.about_view .us .tit {
		width: 100%;
		text-align: center;
	}

	.about_view .us .tit h3 {
		font-size: 16px;
	}

	.about_view .us .tit h3 span {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.about_view .us .tit img {
		display: none;
	}

	.about_view .us .txt {
		width: 100%;
		padding-top: 30px;
	}

	.about_view .us .txt > h2 {
		font-size: 14px;
		line-height: 1.5;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.about_view .us .txt > h2 span {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.about_view .us .txt > h2::before, .about_view .us .txt > h2::after {
		top: -10px;
		left: 1px;
		width: 25px;
		height: 25px;
	}

	.about_view .us .txt > h2::after {
		top: 60px;
		right: -4px;
		left: initial;
	}

	.about_view .us .txt > p {
		font-size: 13px;
		line-height: 25px;
		margin-top: 25px;
		text-align: left;
	}

	.about_view .us .txt ul {
		margin-top: 30px;
	}

	.about_view .us .txt ul li {
		width: 33.33%;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}

	.about_view .us .txt ul li h3 {
		font-size: 14px;
	}

	.about_view .us .txt ul li h3 span {
		font-size: 20px;
		margin-right: 5px;
	}

	.about_view .us .txt ul li h5 {
		font-size: 14px;
		line-height: 1;
		margin-top: 5px;
		color: #333;
	}

	.about_view .us .pic {
		height: 200px;
	}

	.about_view .us .pic img {
		height: 100%;
		object-fit: cover;
	}

	.about_view .factory {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.about_view .factory .tit h3 {
		font-size: 20px;
		line-height: 1;
		color: #333;
	}

	.about_view .factory .tit p {
		font-size: 12px;
		line-height: 20px;
		margin-top: 15px;
		padding: 0 15px;
		white-space: initial;
	}

	.about_view .factory .box {
		position: relative;
		margin-top: 20px;
		padding: 0 50px;
	}

	.about_view .factory .box .swiper-button-prev, .about_view .factory .box .swiper-button-next {
		width: 35px;
		height: 35px;
		background-size: 15px;
	}

	.about_view .factory .box .swiper-button-prev:after, .about_view .factory .box .swiper-button-next:after {
		font-size: 16px;
	}

	.about_view .factory .box .swiper-button-prev {
		left: 7px;
	}

	.about_view .factory .box .swiper-button-next {
		right: 7px;
	}

	.about_view .factory .factory-swiper {
		height: 310px;
	}

	.about_view .factory .factory-swiper .swiper-slide {
		height: auto;
	}

	.about_view .factory .factory-swiper .swiper-slide h3 {
		margin: 10px 0;
	}

	.about_view .culture {
		padding: 5vw 0;
	}

	.about_view .culture .tit span {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.about_view .culture ul li {
		width: calc((100% - 25px * 3) / 4);
		height: 190px;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 5px;
	}

	.about_view .culture ul li + li {
		margin-left: 25px;
	}

	.about_view .culture ul li h6 {
		font-size: 11px;
		display: block;
		margin-top: 20px;
	}

	.about_view .culture ul li h5 {
		font-size: 13px;
	}

	.about_view .culture ul li .ico {
		width: 35px;
		height: 35px;
		margin-bottom: 10px;
	}
	.newsList {
		margin-bottom: -20px;
		padding-top: 40px;
	}

	.newsList li {
		width: 100%;
		margin-bottom: 20px;
	}

	.newsList li .txt h3 {
		font-size: 16px;
		line-height: 25px;
		height: 25px;
		margin-top: 0;
		-webkit-line-clamp: 1;
	}

	.newsList li .txt h5 {
		font-size: 14px;
		margin-bottom: 10px;
		padding-top: 15px;
	}

	.newsList li .txt span {
		font-size: 14px;
		padding: 10px 25px 12px 0
	}

	#Pages {
		padding-top: 25px;
		padding-bottom: 30px
	}

	#Pages a, #Pages span {
		font-size: 14px;
		line-height: 33px;
	}

	.news-info_view {
		padding: 0;
	}

	.news-info_view .wrap {
		padding: 0 15px 40px;
	}

	.news-info_view .c-left .c-font36 {
		font-size: 20px;
		line-height: 30px;
		color: #333;
	}

	.news-info_view .c-box-wrap .c-left .c-time-box .c-time {
		margin-top: 0;
	}

	.news-info_view .c-box-wrap {
		flex-wrap: wrap;
		padding: 2em 0;
	}

	.news-info_view .c-box-wrap .c-left {
		width: 100%;
	}

	.news-info_view .c-box-wrap .c-left .c-title {
		font-size: 18px;
		line-height: initial;
	}

	.news-info_view .c-box-wrap .c-left .c-time-box {
		/*margin: 0.5rem 0 1.5rem;*/
	}

	.news-info_view .c-box-wrap .c-left .c-text-box {
		margin-top: 20px;
		margin-bottom: 1rem;
		padding: 1.5em 0;
	}

	.news-info_view .c-box-wrap .c-left .c-link-box {
		flex-wrap: wrap;
	}

	.news-info_view .c-box-wrap .c-left .c-link-box .c-lt {
		flex-grow: initial;
		width: 100%;
	}

	.news-info_view .c-box-wrap .c-left .c-link-box .c-lt a {
		font-size: 14px;
		line-height: 1.5;
		color: #666;
	}

	.news-info_view .c-box-wrap .c-left .c-link-box .c-lt a span {
		width: 80px;
		height: 30px;
		margin-right: 10px;
	}

	.news-info_view .c-box-wrap .c-left .c-link-box .c-gt {
		width: 100%;
		margin-top: 20px;
		text-align: right;
	}

	.news-info_view .c-box-wrap .c-left .c-link-box .c-gt a {
		padding: 10px 20px 10px 35px;
		background-position: left 10px center;
	}

	.news-info_view .c-box-wrap .c-right {
		position: relative;
		top: 0;
		width: 100%;
		padding-top: 3em;
	}

	.news-info_view .c-box-wrap .c-right .c-title {
		font-size: 20px;
		margin-bottom: 1em;
	}

	.news-info_view .c-box-wrap .c-right .c-list {
		margin-bottom: -1.5rem;
	}

	.news-info_view .c-box-wrap .c-right .c-list li {
		padding-bottom: 1.5em;
	}

	.news-info_view .c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-title2 {
		font-size: 14px;
		line-height: 25px;
		height: unset;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.news-info_view .c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-time {
		margin:0 0 0.5em 0;
	}

	.news-info_view .c-box-wrap .c-right .c-list li .c-wrap .c-img-box {
		height: 10rem;
		display: none;
	}

	.catList {
		padding: 0;
	}

	.catList .item {
		margin-right: -15px;
		margin-left: -15px;
	}

	.catList .item a {
		display: inline-block;
		margin-bottom: 15px;
	}

	.catList .search {
		display: none;
	}

	.m-navbar {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 18px 15px;
	}

	.m-navbar ul {
		font-size: 14px;
		line-height: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-left: 25px;
		color: #666;
		background: url(../img/icon_home.png) no-repeat left center;
	}

	.m-navbar ul li:nth-of-type(n+2) {
		position: relative;
		margin-left: 0;
		padding-left: 22px;
	}

	.m-navbar ul li:nth-of-type(n+2)::before {
		position: absolute;
		top: 52%;
		left: 8px;
		display: block;
		width: 8px;
		height: 7px;
		content: "";
		transform: translateY(-50%);
		opacity: 1;
		background: url("../img/jt.png") no-repeat center;
		background-size: contain;
	}

	.m-navbar .nav-btn {
		/*width: 30px; */
		height: 30px;
		cursor: pointer;
		/* background: url(../img/m-nav001.png) no-repeat center; */
		display: flex;
		align-items: center;
		background: var(--main-color);
		color: #fff;
		padding: 0 5px;
		border-radius: 2px
	}

	.contact1 .contact-left {
		display: block;
		text-align: center;
	}

	.contact1 .contact-left .line {
		display: none;
	}
	.contact1 .contact-left div{
		padding: 0 15px;
	}
	.contact1 .contact-left div + div {
		margin-top: 15px;
	}

	.contact1 .contact-right {
		display: flex;
		justify-content: center;
		margin-top: 5.2vw;
		margin-left: 0;
	}

	.contact1 .contact-right i span {
		margin-top: unset
	}

	#agent_page1 .pagetit {
		display: block
	}

	#agent_page1 .pagetit .cn {
		font-size: 25px
	}

	#agent_page1 .processTable {
		display: none
	}

	#agent_page1 .add-join-img {
		display: block
	}

	#agent_page4 {
		padding-bottom: 0
	}

	#agent_page4 .pagetit {
		display: block
	}

	#agent_page4 .pagetit .cn {
		font-size: 25px
	}

	#agent_page4 .join-ysList2 .ul {
		margin: 0
	}

	#agent_page4 .join-ysList2 .li3 {
		width: 100%;
		margin-bottom: 0
	}

	#agent_page4 .join-ysList2 .li3 .title {
		padding: 0
	}

	#agent_page4 .join-ysList2 .li3 .title .t2 {
		margin-bottom: 15px
	}

	#agent_page4 .join-ysList2 .li3 .title .wz {
		min-height: 130px;
		padding: 0 30px;
	}

	#agent_page4 .join-ysList2 .li3 a {
		margin-bottom: 30px;
		padding: 15px 0;
		background: #f6f6f6;
	}

	#agent_page4 .join-ysList2 img {
		padding-bottom: 0
	}

	#agent_page5 .pagetit {
		display: block
	}

	#agent_page5 .pagetit .cn {
		font-size: 25px
	}

	#agent_page5 .join-ysList3 .ul {
		margin: 0
	}

	#agent_page5 .join-ysList3 .li3 {
		width: 50%;
		margin-bottom: 12px
	}

	#agent_page5 .join-ysList3 .li3 a {
		margin: 0 6px
	}

	#agent_page5 .join-ysList3 .li3 .title {
		padding: 0
	}

	#agent_page5 .join-ysList3 .li3 .title .wz {
		font-size: 13px;
		min-height: 90px;
		padding: 0 15px 15px;
		text-align: left;
	}

	#agent_page5 .join-ysList3 .li3 .imgBox {
		width: 45px;
		height: 45px;
		margin: 15px auto 10px
	}

	.imgList .txt:after{
		height: 14px;
	}
	.imgList .txt{
		padding: 12px 15px 20px;
	}
	.col-row {
		--bs-gutter-x:0;
	}
	.caseDetailBox{
		padding: 20px 0;
	}
	.caseDetailBox .Dphoto,
	.caseDetailBox .Dcontent,
	.caseDetailBox .Dtitle{
		padding: 20px;
	}
	.caseDetailBox .Dtitle .tit{
		font-size: 24px;
		line-height: unset;
	}
	.caseDetailBox .Dtitle .info{
		font-size: 12px;
		line-height: 1.75;
	}
	.caseDetailBox .Dtitle .con{
		margin-top: 1em;
	}

	.caseDetailBox .Dcontent table td{
		/*display: block;*/
	}
	.news-info_view .c-box-wrap .c-left .dpages a{
		display: block;
		padding: 5px 10px;
		margin-bottom: .5em;
		background-color: #f5f5f5;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

@media screen and (max-width: 520px) {
	.contact1 .contact-left span {
		font-size: 18px;
	}

	.contact1 .contact-right i:nth-of-type(1) {
		display: none;
	}

	.contact2 {
		height: 300px;
	}

	.about_view .culture {
		padding-top: 8vw;
	}

	.about_view .culture p {
		font-size: 12px;
		line-height: 1.78;
		margin: 4.5vw 0;
	}

	.about_view .culture ul {
		flex-wrap: wrap;
	}
	.about_view .culture ul li:hover,
	.about_view .culture ul li {
		width: calc((100% - 15px) / 2);
		margin-bottom: 15px;
	}

	.about_view .culture ul li + li {
		margin-left: 0;
	}

	.about_view .culture ul li:nth-of-type(2n) {
		margin-left: 15px
	}
	.caseDetailBox .Dtitle .con tr{
		display: block;
	}
	.caseDetailBox .Dtitle .con td{
		display: block;
		width: 100%!important;
		padding: 0.5em;
		line-height: 1.75;
		font-size: 15px;
	}
	.caseDetailBox .Dcontent,
	.caseDetailBox .Dtitle{
		padding: 0;
		background: transparent;
	}
	.caseDetailBox .dpages a{
		padding: 10px;
		font-size: 14px;
		text-align: center;
	}
}


@media (min-width: 992px) {
	.lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
}


