.bf_bottom {
	background-color: #333333;
}

.icp {
	display: flex;
	justify-content: space-between;
	background-color: #191919;
	padding-top: 18px !important;
	padding-bottom: 18px !important;
}

.icp p {
	color: #474747;
	font-size: 14px;
	margin-bottom: 0;
}


.bf_bottom .bf_1875 {
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
}

.bf_1875 {
	padding: 0 8.33%;
}

.bf_bottom .logo {
	flex: 1;
}

.bf_bottom .bottom_contact {
	flex: 1;
}

.bf_bottom .bottom_daohang {
	display: flex;
	flex: 1.4;
	text-align: center;
}

.bf_bottom .qr_code {
	flex: 0.6;
	text-align: right;
}

.bf_flex {
	display: flex;
}

.bottom_contact p {
	margin: 0;
	color: #757575;
	font-size: 14px;
}

.bottom_contact p:hover {
	color: #FFFFFF;
}

.bottom_daohang p {
	margin: 0;
	color: #757575;
	font-size: 14px;
	margin-top: 15px;
	cursor: pointer;
	letter-spacing: 1px;
}

.bottom_daohang p:hover {
	color: #ffffff;
}

.bottom_daohang h3 {
	margin: 0;
	color: #c9c9c9;
	font-size: 18px;
	letter-spacing: 3px;
}

.qr_code p {
	margin: 0;
	color: #757575;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 3px;
}

.show_qr {
	background-color: rgba(38, 37, 35, .8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	justify-content: center;
	color: #969696;
	flex-direction: column;
	display: none;
}

.show_qr.active {
	display: flex;
	z-index: 99;
}

.qr_img {
	cursor: pointer;
}

.qr_img:hover {
	transition-duration: 0.5s;
	transform: translateY(-5px);
}

.index_news {
	padding-top: 130px;
	padding-bottom: 90px;
}

.index_news h2 {
	font-size: 16px;
	color: #000;
	font-weight: 300;
}

.index_news h4 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	letter-spacing: 3px;
}

.index_news .news:hover {
	transition-duration: 0.5s;
	transform: translateY(-5px);
}

.index_news h3 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	letter-spacing: 3px;
	cursor: pointer;
}

.index_news .col-md-4 h4 {
	font-size: 16px;
	color: rgb(91, 91, 91);
	font-weight: 500;
	letter-spacing: 3px;
}

.index_news p {
	font-size: 14px;
	color: rgb(150, 150, 150);
	cursor: pointer;
	padding-right: 140px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.index_news a {
	color: #969696;
	font-size: 12px;
	padding-bottom: 1px;
	text-decoration: underline;
}

.index_news p:hover {
	color: #000;
}

.index_news img {
	cursor: pointer;
}

.index_news .col-md-4 h3 {
	margin-top: 25px;
	margin-bottom: 20px;
}

#top {
	width: 42px;
	height: 42px;
	color: #DDDDDD;
	border: 1px solid #DDDDDD;
	background-color: unset;
	border-radius: 42px;
	text-align: center;
	line-height: 42px;
}

#top:hover {
	background-color: #10807B;
	border: 1px solid #10807B;
}

.about_us h2 {
	font-size: 36px;
	color: #000;
	margin-top: 70px;
	margin-bottom: 55px;
	font-weight: 300;
	width: 100%;
	animation: fadeInUp .5s .3s ease both;
	-webkit-animation: fadeInUp .8s .3s ease both;
	letter-spacing: 4px;
}

.about_us p {
	font-size: 14px;
	color: rgb(150, 150, 150);
	margin-bottom: 120px;
	width: 100%;
	animation: fadeInUp 1.5s .3s ease both;
	-webkit-animation: fadeInUp 1.8s .3s ease both;
}

.about_us p:hover {
	color: #000;
}

.index_goods .goods_title {
	display: flex;
	justify-content: space-between;
}

.index_goods .goods_title p img {
	display: none;
}

.index_goods .goods_title p:hover img {
	display: block;
}

.index_goods .col-md-6:nth-child(odd) {
	padding-right: 47px;
	padding-left: 10px;
}

.index_goods .col-md-6:nth-child(even) {
	padding-right: 10px;
	padding-left: 47px;
}

.goods_title div p::after {
	background-image: url(../img/xia.png);
}

.index_goods h4 {
	font-size: 16px;
	color: #000;
	font-weight: 300;
}

.index_goods .work:hover {
	transition-duration: 0.5s;
	transform: translateY(-5px);
}

.index_goods h3 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	letter-spacing: 2px;
	cursor: pointer;
}

.index_goods p {
	font-size: 16px;
	color: #000000;
	margin: 0 15px;
	cursor: pointer;
	position: relative;
}

.index_goods .bf_1875 {
	margin-bottom: 22px;
}

.index_goods .col-md-6 .goods_img {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.index_goods .col-md-6 {
	display: flex;
	flex-wrap: wrap;
}

#navbarSupportedContent a {
	letter-spacing: 6px;
}

.goods_img2 div {
	
	opacity: 1;
	visibility: visible;
	animation-duration: 1s;
	animation-delay: 0s;
}
.goods_img:hover div {
	opacity: 1;
	visibility: visible;
	animation-duration: 1s;
	animation-delay: 0s;
}
/* .goods_img:hover .first_child {
	transform: scale(1.05);
	-webkit-transition: 0.3s ease;
} */

.cover {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	text-align: center;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 45%;
}

.cover p {
	color: #FFFFFF;
	/* font-size: 21px; */
	font-weight: 500;
	margin: 0;
	text-align: center;
	margin-left: 18px;
}

.cover h3 {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 12px;
	text-align: left;
	margin-left: 18px;
}

.info {
	position: absolute;
	left: 49%;
	top: 18%;
	transform: translate(-49%, 0);
}

.info_p {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20.7%;
	font-size: 21px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #fff;
	padding: 18px 60px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.info_p i {
	font-family: "微软雅黑";
	font-size: 21px;
	color: #fff;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}

.info_p:hover {
	background-color: white;
	color: black;
}

.info_p:hover i {
	font-family: "微软雅黑";
	color: #5b5b5b;
	text-indent: 20px;
	opacity: 1;
}
.more{
	background-color: #238E99;
	width: 120px;
	height: 30px;
	border-radius: 20px;
	display: flex;
	align-items: center;
}
.submit{
	background-color: #238E99;
	width: 120px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.submit a {
	margin: 0 auto;
	/* margin-top: 95px; */
	/* margin-bottom: 155px; */
	color: #b4b4b4;
	font-size: 14px;
	/* padding: 15px 70px; */
	cursor: pointer;
	display: inline-block;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border-radius: 0px;
	text-align: center;
	text-indent: 0px;
	/* line-height: 50px; */
	border: none;
	position: relative;
	text-decoration: none;
}
.submit a:hover {
	transform: scale(1.1, 1.1);
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.more a {
	margin: 0 auto;
	/* margin-top: 95px; */
	/* margin-bottom: 155px; */
	color: #FFF;
	font-size: 14px;
	/* padding: 15px 70px; */
	cursor: pointer;
	display: inline-block;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border-radius: 0px;
	text-align: center;
	text-indent: 0px;
	/* line-height: 50px; */
	border: none;
	position: relative;
	text-decoration: none;
}

/* .more i {
	font-family: "微软雅黑";
	font-size: 18px;
	text-indent: -10px;
	line-height: 50px;
	transition: all ease-out .3s;
	color: #fff;
	display: inline-block;
	opacity: 0
} */

/* .more i img {
	width: 6px;
} */

.more a:after {
	content: "";
	display: block;
	width: 120px;
	height: 30px;
	/* border: 1px solid #b4b4b4; */
	position: absolute;
	bottom: 19px;
	left: -40px;
	transition: all 0.2s ease 0s;
}

.more a:hover {
	transform: scale(1.1, 1.1);
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.more a:hover i {
	/* font-family: "微软雅黑"; */
	transform: scale(1.1, 1.1);
	color: #5b5b5b;
	text-indent: 10px;
	opacity: 1;
}

#xuan:hover img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

#xuan img {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}

#xuan2:hover img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

#xuan2 img {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.phone_nav {
	display: none;
	position: absolute;
	top: 0;
}

#bf_nav {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	top: 0;
	z-index: 9999999;
	transform: translateZ(1000px);
}

#bf_nav h1 {
	color: #000;
	font-size: 48px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-width: 292px;
	cursor: pointer;
	font-weight: 300;
}

.contact_1 {
	margin-top: 5rem;
	color: #000;
}

.contact_1 .second {
	margin-top: 7.375rem;
}

.contact_1 p {
	font-size: 18px;
	margin: 0;
	font-weight: 300;
	animation: fadeInUp 1.5s .3s ease both;
}

.contact_1 h5 {
	color: #969696;
	font-size: 16px;
	font-weight: 100;
	margin-top: 15px;
	animation: fadeInUp 1.5s .3s ease both;
}

.contact_2 {
	margin-top: 7.5rem;
	margin-bottom: 7.5rem;
}

.contact_2 h2 {
	font-size: 16px;
	color: #000;
	font-weight: 300;
}

.contact_2 h3 {
	font-size: 20px;
	color: #000;
}

.contact_2 p {
	font-size: 14px;
	color: #5b5b5b;
}

.zhaoping {
	flex: 1;
	padding-top: 9.375rem;
	padding-bottom: 7.5rem;
	border: 1px solid #959595;
	text-align: center;
	margin: 1.25rem 0;
	position: relative;
}

.zhaoping h2 {
	font-size: 26px;
	color: #000;
}

.zhaoping .anniu {
	margin: 0 auto;
	margin-top: 13.125rem;
	width: 2.875rem;
	height: 2.875rem;
	line-height: 2.75rem;
	/* border: 1px solid #969696; */
	cursor: pointer;
	z-index: 100;
	transform: translateZ(1000px);
}

.zhaoping .close_animate {
	text-align: left;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	padding-top: 1.875rem;
	background-color: #e6e6e6;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
	z-index: 101;
	transform: translateZ(1000px);
}

.zhaoping .close_animate p {
	color: #5b5b5b;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}

.zhaoping .close_animate h3 {
	color: #5b5b5b;
	font-size: 21px;
	font-weight: 300;
	margin: 0;
}

.about_1 {
	margin-top: 13.125rem;
	margin-bottom: 16.875rem;
}

.about_1 .asd {
	padding-left: 5.5625rem;
	padding-right: 5.5625rem;
}

.asd h5:hover {
	color: #5B5B5B;
}

.about_1 h2 {
	font-size: 6.24125rem;
	color: #10807b;
	margin-top: 4.375rem;
	margin-bottom: 1.875rem;
	font-weight: 800;
	display: flex;
}

.about_1 p {
	font-size: 1.25rem;
	color: #5b5b5b;
	margin-bottom: 0.9375rem;
}

.about_1 h5 {
	font-size: 1rem;
	color: #969696;
	padding-top: 1.25rem;
	border-top: 1px #969696 solid;
	font-weight: 300;
}

.about_2 h2 {
	font-size: 36px;
	color: #000;
	margin-top: 12rem;
	font-weight: 300;
	text-align: center;
	width: 100%;
	margin-bottom: 3.125rem;
	animation: fadeInUp .5s .3s ease both;
	-webkit-animation: fadeInUp .8s .3s ease both;
	letter-spacing: 4px;
}

.about_2 p {
	font-size: 16px;
	color: #969696;
	text-align: center;
	margin-bottom: 0;
	width: 100%;
	line-height: 38px;
	animation: fadeInUp 1s 0.5s ease both;
	-webkit-animation: fadeInUp 1.3s 0.8s ease both;
}

.about_2 p:hover {
	color: #000;
}

.about_3 {
	margin-left: 2.6%;
	margin-right: 2.6%;
	margin-bottom: 13.75rem;
}

.about_img {
	position: absolute;
	bottom: 2%;
}

.gere_design p {
	color: #000;
	font-size: 1.125rem;
	position: relative;
	width: 4.5rem;
	cursor: pointer;
	font-weight: 500;
}

.gere_design {
	flex: 1;
	margin-bottom: 9rem;
}

.gere_design h2 {
	font-size: 2.25rem;
	color: #000;
	font-weight: 400;
}

.gere_design span {
	font-size: 2.1rem;
	color: #10807b;
	font-weight: 600;
}

.gere_design p img {
	display: none;
}

.gere_design p:hover img {
	display: block;
}

.about_4 {
	margin-bottom: 17.5rem;
}

.about_4 h3 {
	color: #000;
	font-size: 1rem;
	font-weight: 300;
}

.about_4 h2 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
}

.about_4 p {
	color: #969696;
	font-size: 1.125rem;
	font-weight: lighter;
	margin: 1.5625rem 0;
}

.about_4 p:hover {
	color: #000;
}

.gere_2018 {
	padding-top: 1.25rem;
}

.about_5 {
	padding-bottom: 8.75rem;
	padding-top: 6.25rem;
}

.about_5 h3 {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 300;
}

.about_5 h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
}

.about_6 {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.about_6 h2 {
	margin-top: 1.5625rem;
	margin-bottom: 1.25rem;
	color: #5b5b5b;
	font-size: 1.5rem;
	font-weight: 200;
	cursor: pointer;
	letter-spacing: 2px;
}

.about_6 h3 {
	color: #969696;
	font-size: 1.125rem;
	font-weight: 200;
	letter-spacing: 2px;
	cursor: pointer;
}

.about_6 h3:hover {
	color: #000000;
}

.about_6 img {
	cursor: pointer;
}

.news_table {
	flex-flow: wrap;
	padding-top: 55px;
	padding-bottom: 55px;
	border-top: 1px solid #DCDCDC;
}

.news_table h1 {
	font-weight: 700;
}

.news_table img,
h1,
p,
h3 {
	cursor: pointer;
}

.news_1 {
	margin-top: 8.125rem;
	margin-bottom: 8.125rem;
}

.news_2 {
	margin-bottom: 8.125rem;
}

.news_1 h2 {
	color: #000;
	font-size: 16px;
	margin-bottom: 14px;
	font-weight: 300;
}

.news_2 h2 {
	color: #000;
	font-size: 16px;
	margin-bottom: 14px;
	font-weight: 300;
}

.news_2 .swiper-slide h2 {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-top: 30px;
}

.news_1 h3 {
	color: #000;
	font-size: 1.25rem;
	margin: 0;
	font-weight: 500;
}

.news_2 h3 {
	color: #000;
	font-size: 1.25rem;
	margin: 0;
	font-weight: 500;
}

.news_2 .swiper-slide p {
	color: #959595;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 42px;
	line-height: 21px;
	margin-bottom: 8px;
}

.news_2 .swiper-slide a {
	color: #969696;
	font-size: 12px;
	text-decoration: underline;
}

.news_1 h4 {
	color: #969696;
	font-size: 1.125rem;
	margin: 0;
}

.news_1 h4:hover {
	color: #000000;
}

.news_1 p {
	color: #969696;
	font-size: 0.875rem;
	margin: 0;
}

.news_1 p:hover {
	color: #5b5b5b;
}

.news_2 p {
	color: #969696;
	font-size: 0.875rem;
	margin: 0;
}

.news_2 p:hover {
	color: #5b5b5b;
}

.work_1 {
	margin-top: 18.75rem;
	margin-bottom: 18.75rem;
}

.work_1 h2 {
	color: #5b5b5b;
	font-size: 2.25rem;
	font-weight: 100;
}

.work_1 p {
	color: #FFFFFF;
	font-size: 1.8125rem;
	padding: 1.25rem 4rem;
	margin: 0;
	cursor: pointer;
}

.work_2 {
	margin-bottom: 6.25rem;
}

.work_goods {
	margin-bottom: 1.75rem;
	margin-top: 9.375rem;
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.work_goods p {
	color: #000;
	font-size: 1.125rem;
	cursor: pointer;
	margin: 0;
	position: relative;
	margin-right: 28px;
}

.work_goods p:hover img {
	display: block;
}

.work_img img {
	cursor: pointer;
	position: relative;
}

.work_img_animation {
	position: relative;
	margin-bottom: 1.875rem;
	cursor: pointer;
}

.work_img_animation:hover .ani2 {
	opacity: 1 !important;
}

.work_img_animation:hover .ani3 {
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1.5s ease 0s;
}

.work_img_animation:hover .ani {
	transform: translateY(-20px);
	transition: all 1.5s ease 0s;
}

.work_img_animation .ani {
	-webkit-transition: All 0.7s ease-in-out;
}

.work_img span {
	color: #000;
	font-size: 1.125rem;
	padding-left: 0.75rem;
	cursor: pointer;
}

.work_img h3 {
	color: #969696;
	font-size: 1.125rem;
	padding-left: 0.75rem;
	cursor: pointer;
}

.work_img {
	margin: 2.5rem 0;
	width: 50%;
	padding: 0 0.3125rem;
}

.work_detail_1 h4 {
	color: #5b5b5b;
	font-size: 1rem;
	font-weight: 100;
}

.work_detail_1 h2 {
	color: #2d2d2d;
	font-size: 28px;
	font-weight: 500;
	padding-right: 40px;
}

.work_detail_1 h3 {
	color: #2d2d2d;
	font-size: 28px;
	font-weight: 500;
	padding-left: 40px;
}

.work_detail_1 h5 {
	color: #757575;
	font-size: 36px;
	cursor: pointer;
	font-weight: 100;
}

.work_xiangxi {
	color: #5b5b5b;
	font-size: 1rem;
	font-weight: 100;
	margin-bottom: 6.25rem;
	padding-top: 90px;
	border-top: 1px solid #2D2D2D;
	width: 100%;
	max-width: 100%;
}

.work_xiangxi img {
	width: 100% !important;
	height: 100% !important;
}

.bf_inflex {
	display: inline-flex;
}

.swiper-pagination-bullet-active {
	/* width: 24px; */
	border-radius: 12px;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 20px 0;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 8.5%;
}

#page div {
	color: #5b5b5b;
	font-size: 1.125rem;
	padding: 8px 15px;
	border: 1px #e0e0e0 solid;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

#page2 div {
	color: #5b5b5b;
	font-size: 1.125rem;
	padding: 8px 15px;
	border: 1px #e0e0e0 solid;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

#mobf_img h2 {
	font-size: 65px;
	font-weight: 700;
	color: #2d2d2d;
}

#mobf_img p {
	font-size: 40px;
	font-weight: 500;
	color: #2d2d2d;
	margin-bottom: 35px;
}

#mobf_img .more a {
	margin: 0 auto;
	color: #5b5b5b;
	margin-left: 45px;
	font-size: 14px;
	padding: 15px 12px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border-radius: 0px;
	text-indent: 0px;
	line-height: 50px;
	border: none;
	position: relative;
	text-decoration: none;
}

#mobf_img .more i {
	font-family: "微软雅黑";
	font-size: 18px;
	text-indent: -10px;
	line-height: 50px;
	transition: all ease-out .3s;
	color: #fff;
	display: inline-block;
	opacity: 0;
}

#mobf_img .more a:after {
	content: "";
	display: block;
	width: 140px;
	height: 42px;
	border: 1px solid #5b5b5b;
	position: absolute;
	bottom: 19px;
	left: -40px;
	transition: all 0.2s ease 0s;
}

#mobf_img .more a:hover i {
	font-family: "微软雅黑";
	transform: scale(1.1, 1.1);
	color: #5b5b5b;
	text-indent: 10px;
	opacity: 1;
}

#mobf_img .more a:hover {
	transform: scale(1.1, 1.1);
	color: #5b5b5b;
}

.phone_bottom {
	display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
	#bf_nav h1 {
		color: #000;
		font-size: 48px;
		padding-top: 15px;
		padding-bottom: 15px;
		min-width: 292px;
		cursor: pointer;
		font-weight: 300;
	}

	.zhaoping .close_animate {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 1rem;
	}

	.zhaoping .close_animate p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {
	.more i img {
		width: 6px;
		display: none;
	}

	#bf_nav h1 {
		color: #000;
		font-size: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		min-width: 292px;
		cursor: pointer;
		font-weight: 300;
		font-family: Arial, Helvetica, sans-serif !important;
	}

	.bf_bottom .bf_1875 {
		display: block;
	}

	.bf_1875 {
		padding: 0 20px;
	}

	.icp {
		display: block;
	}

	.phone_bottom {
		display: block;
		background-color: #333333;
	}

	.index_news {
		padding-top: 70px;
		padding-bottom: 20px;
	}

	.index_news p {
		color: #000000;
	}

	.index_news a {
		color: #000000;
	}

	.index_news .col-md-4 {
		margin-bottom: 40px;
	}

	.logo {
		margin: 15px 15px;
	}

	.bottom_contact {
		margin: 15px 15px;
	}

	.bottom_daohang {
		margin: 15px 15px;
		display: none !important;
	}

	.qr_code {
		margin: 15px 15px;
	}

	.bf_bottom {
		padding: 0;
		display: none;
	}

	.bf_flex {
		display: block;
	}

	.bf_inflex {
		display: block;
	}

	.contact_2 {
		margin-top: 1rem;
		margin-left: 0.3125rem;
		margin-right: 0.3125rem;
	}

	.contact_1 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	#bf_nav2 {
		display: none;
	}

	#bf_nav div:last-child {
		position: unset !important;
		margin-top: 100px;
	}

	.phone_nav {
		overflow: auto;
		position: absolute;
		z-index: 99999;
		-webkit-transform: translateZ(120px);
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 20px 20px;
		/* padding-top: 10px; */
	}

	.phone_nav.active {
		position: fixed;
		-webkit-transform: translateZ(120px);
		background-color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.about_us h2 {
		margin-top: 0.625rem;
		margin-bottom: 0.625rem;
	}

	.about_us p {
		margin-top: 0.625rem;
		margin-bottom: 0.625rem;
		padding-right: 0;
	}

	.index_goods .bf_1875 {
		margin-bottom: 0.625rem;
		margin-top: 1.25rem;
	}

	.work_1 {
		margin-top: 1.75rem;
		margin-bottom: 1.75rem;
	}

	.work_img {
		width: 100%;
	}

	.work_1 h2 {
		font-size: 1.875rem;
	}

	.news_1 {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}

	.about_1 {
		margin-top: 1.625rem;
		margin-bottom: 1.625rem;
	}

	.about_2 p {
		padding: 0;
	}

	.about_img {
		position: unset;
	}

	#mobf_img h2 {
		display: none;
	}

	#mobf_img p {
		display: none;
	}

	#mobf_img .more {
		display: none;
	}

	.zhaoping .close_animate {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 1rem;
	}

	.zhaoping .close_animate p {
		font-size: 12px;
	}

	#top {
		opacity: 0;
		display: none;
	}

	.bf_bottom .bf_1875 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.bf_bottom .logo div {
		margin-top: 20px !important;
	}

	.bf_bottom .qr_code {
		text-align: center;
	}

	.bf_bottom .bottom_contact p:nth-child(3) {
		margin-top: 20px !important;
	}

	.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 5px 0;
	}

	.navbar .nav-item:last-child {
		display: none !important;
	}

	.navbar .nav-item {
		text-align: center;
	}

	.more a {
		margin-top: 40px;
		margin-bottom: 50px;
		color: #020202;
		font-family: Arial, Helvetica, sans-serif !important;
	}

	.more a:after {
		width: 120px;
		border: 1px solid #000;
		left: 30px;
	}

	.more a:hover i {
		font-family: "微软雅黑";
		transform: scale(1.1, 1.1);
		color: #5b5b5b;
		text-indent: 10px;
		opacity: 0;
	}

	.work_img_animation:hover .ani2 {
		opacity: 0 !important;
	}

	.work_xiangxi img {
		width: 100% !important;
		height: 100% !important;
	}
	.hengbox {
		display: flex;
		flex-direction: row;
	}
	
	.shubox {
		display: flex;
		flex-direction: column;
	}
	
	.juzhong {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
	.shujuzhong {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.hengjuzhong {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
	.shenglve {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
	.shenglve2 {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.shenglve5 {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		line-clamp: 5;
		-webkit-box-orient: vertical;
	}
}
