* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
}

html,
body {
	width: 100%;
	position: relative;
}

#div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.1rem 0.24rem;
}

header {
	/* width: 100%; */

	/* height: 2rem; */
	background-color: #000000;
	font-size: 0.2rem;
	height: 0.66rem;

}

#div .mobile-logo {
	display: block;
	width: 1.5rem;
}

#div .mobile-list {
	display: block;
	width: 0.25rem;
}

.head-list {
	position: fixed;
	width: 100%;
	color: white;
	right: 0;
	top: -3rem;
	background: #000;
	z-index: 999;
	padding: 0.1rem 0.24rem ;
	display: none;

}
.head-list a {
	display: block;
	color: white;
	border-bottom: 0.01rem solid #3e3e3e;
	padding-bottom: 0.05rem;
}
.head-list p {
	font-size: 0.18rem;
	line-height: 0.4rem;
	/* opacity: 0.8; */
	/* border-bottom: 0.01rem solid #5e5e5e; */
}
.head-list a:last-child{
	/* padding-bottom: 0.1rem; */
	border-bottom: none;
}
.head-list .h-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.1rem;
}

.head-list .h-top .h-headpic {
	display: block;
	width: 1.5rem;
	
}
.head-list .h-top  .h-close {
	display: block;
	width: 0.3rem;
}
.banner {
	width: 100%;

}

.banner img {
	display: block;
	width: 100%;
}

.about-us {
	width: 100%;
	padding: 0.2rem 0.24rem 0;

}

.about-us .about-top {
	display: flex;
	align-items: center;
	/* justify-content: space-around; */
}

.about-us .about-top img {
	display: block;
	width: 2rem;
	margin-right: 0.2rem;
}

.about-us .about-top .top-title h1 {
	color: #FFCC1D;
}

.about-us .about-top .top-title p span:first-child {
	color: #FFCC1D;
	font-size: 0.25rem;
	padding-right: 0.1rem;
	font-weight: bold;
}

.middle {
	margin: 0.2rem 0;
	line-height: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

a .more {
	color: #000;
}

.us-content .car-case {
	display: flex;
	align-items: center;
	margin-top: 30px;

}

.us-content .car-case img {
	display: block;
	width: 60px;
	/* height: 150px; */
}

.more {
	width: 1rem;
	height: 0.36rem;
	border: 0.01rem solid #000000;
	line-height: 0.36rem;
	text-align: center;
	font-size: 0.16rem;
	margin: 0 auto;
}

.about-us .us-bottom-case {
	/* width: 70%; */
	margin: 0.3rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-us .us-bottom-case #chat-num {
	display: flex;
	align-items: center;
}

.about-us .us-bottom-case #chat-num h6 {
	font-size: 0.2rem;

}

.about-us .us-bottom-case .chat-name {
	font-size: 0.12rem;
	color: #393939;
	margin-left: 5px;
}

.company {
	width: 100%;
	/* height: 5rem; */
	background-image: url(../../img/moblie_company.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0.24rem 0.2rem;
}

.company .c-name {
	font-size: 0.18rem;
	color: white;
	padding-top: 0.2rem;
	font-weight: bold;
}

.company .c-line {
	width: 1rem;
	height: 1px;
	background: white;
	position: relative;
	margin-top: 0.1rem;
}

.company .c-line::before {
	content: '';
	width: 0.3rem;
	height: 3px;
	background: #FFCC1D;
	top: -2px;
	left: 0;
	position: absolute;
}

.company .c-company {
	color: white;
	margin: 0.1rem 0;
	font-size: 0.18rem;

}

.company ul {
	width: 11rem;
	display: flex;
	/* justify-content: space-around; */
	align-items: center;
	margin: 0.2rem 0 0.2rem;
	overflow: hidden;

}

.company ul .company-list {
	width: 1.3rem;
	height: 2rem;
	position: relative;
	margin-right: 0.15rem;
	/* background: red; */
}

.company ul .company-list img {
	display: block;
	width: 100%;
	height: 100%;
}

.company ul .company-list .com-bg {
	display: block;
	width: 2rem;
	height: 2.5rem;
	position: absolute;
	right: 10px;
	top: -10px;
	/* bottom: 10px; */

	z-index: 99;
	display: none;
}

.company ul .company-list .com-bg.show-block {
	/* display: block; */
}

.company ul .company-list .c-mask {
	width: 100%;
	height: 1.1rem;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	color: white;
	/* display: none; */
	text-align: center;
}

.company ul .company-list .c-mask.show-dis {
	display: block;
}

.company ul .company-list .c-mask .mask-num {
	font-size: 0.14rem;
	font-weight: bold;
	margin-top: 0.15rem;
}

.company ul .company-list .c-mask .m-line {
	width: 0.35rem;
	height: 1px;
	background: white;
	margin: 0.1rem auto 0;
}

.company ul .company-list .c-mask .mask-title {
	font-size: 0.12rem;
	margin: 0.1rem 0 0;
	/* padding: 0 0.05rem; */
}

.company ul .company-list .alert-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2rem;
	background: #000000;
	color: white;
	text-align: center;
	display: none;
}

.company ul .company-list .alert-box .mask-num {
	font-size: 0.14rem;
	font-weight: bold;
	margin-top: 0.15rem;
}

.company ul .company-list .alert-box .m-line {
	width: 35px;
	height: 1px;
	background: white;
	margin: 0.1rem auto 0;
}

.company ul .company-list .alert-box .mask-title {
	font-size: 0.12rem;
	margin-top: 0.15rem;
}

.company ul .company-list .alert-box .time {
	font-size: 0.12rem;
	color: #969696;
	margin-top: 0.2rem;
}

.company ul .company-list .alert-box .sug {
	font-size: 0.12rem;
	color: #969696;
	margin-top: 0.1rem;
}

.company ul .company-list .alert-box .add-btn {
	width: 1rem;
	height: 0.3rem;
	background: #FFCC1D;
	margin: 0.15rem auto 0;
}

.company ul .company-list .alert-box .add-btn img {
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	margin: 0 auto;
}

.team-build {
	width: 100%;
	padding: 0.24rem 0.24rem 0.5rem;
}

.team-build .t-eng-title {
	font-size: 0.3rem;
	text-align: center;
	font-weight: bold;
}

.team-build .t-cha-title {
	font-size: 0.2rem;
	text-align: center;
}

.team-build ul {
	width: 13rem;
	display: flex;
	align-items: center;
	margin: 0.2rem 0 0;
	overflow: hidden;
}

.team-build ul li {
	margin-right: 0.15rem;
}

.team-build ul li .more-icon {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	margin-left: 0.2rem;
}

.team-build ul li img {
	display: block;
	width: 2.5rem;
	height: 1.5rem;
}

.new-media-case {
	width: 100%;
	/* height: 500px; */
	background-image: url(../../img/mobile_new.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0.5rem;
	background-attachment: fixed;

	/* position: fixed; */
}


.new-media-case .t-eng-title {
	font-size: 0.3rem;
	font-weight: bold;
	padding-top: 0.3rem;
	text-align: center;
}

.new-media-case .t-cha-title {
	font-size: 0.2rem;
	text-align: center;
	font-weight: bold;
}

.new-media-case ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0.3rem auto 0;
}

.new-media-case ul li {
	position: relative;
	cursor: pointer;
}

.new-media-case ul li img {
	position: relative;
}

.new-media-case ul li .new-num {
	font-weight: bold;
	margin-top: 0.15rem;
	font-size: 0.18rem;
	transition: color 0.5s;
	text-align: center;
}

.new-media-case ul li .num-active-color {
	color: #FFCC1D;
}

.new-media-case ul li .number-active-color {
	color: #FFCC1D;
}


.new-media-case ul li .new-number {
	margin-top: 0.2rem;
	font-size: 0.18rem;
	transition: color 0.5s;
	text-align: center;
}



.new-media-case ul li .photo {
	display: block;
	width: 0.8rem;
	margin: 0 auto;
	/* height: 200px; */
}

.new-media-case ul li .photo-select {
	/* position: absolute;
	left: 0;
	top: 0; */
	display: none;
}

.info-case {
	width: 100%;
	padding: 0 0.24rem;
}



.info-case .t-eng-title {
	font-size: 0.3rem;
	font-weight: bold;
	padding-top: 0.3rem;
	text-align: center;
}

.info-case .t-cha-title {
	font-size: 0.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.3rem;
}

.info-case .info-img {
	width: 100%;
	/* height: 500px; */
	position: relative;
	/* margin-right: 100px; */
	overflow: hidden;
}

.info-case .info-img img {
	display: block;
	width: 100%;
	height: 100%;
}


.info-case .info-img .item-title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 0.8rem;
	color: white;
	padding: 0.3rem 0.5rem;
}

.info-case ul {
	margin-top: 0.2rem;
}

.info-case ul li {
	padding: 0.1rem;
	border: 1px solid #d7d7d7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
}




.info-case ul li .date {
	/* width: 1rem; */
	padding: 0.15rem;
	/* height: 1rem; */
	background: #8e8c8c;
	color: white;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}




.info-case ul li .border-active {
	display: block;
}

.info-case ul li .date .twelve {
	font-size: 0.2rem;
	/* padding-top: 20px;
	padding-bottom: 5px; */
}

.info-case ul li .com-group {
	margin-left: 0.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info-case ul li .com-group h3 {
	display: block;
	width: 1.6rem;
	margin-top: 0.15rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.info-case .info-box ul li .com-group .content {
	width: 1rem;
	margin-top: 0.1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.info-case ul li .com-line {
	width: 1px;
	height: 0.4rem;
	background: #dcdcdc;
	margin: 0 0.1rem;
}

.info-case ul li .look-detail {
	margin-top: 0.2rem;
}


.info-case ul li .look-detail .right-arrow {
	display: block;
	width: 0.2rem;
	/* margin: 20px auto 0 ; */
	margin-top: 0.1rem;
}

.info-case ul li .look-detail .img-pic-select {
	display: none;
}

.info-case .many-btn {
	width: 1rem;
	height: 0.35rem;
	background: #ffcc1d;
	text-align: center;
	line-height: 0.35rem;
	color: white;
	margin: 0.2rem auto;
	border-radius: 0.3rem;
}

.f-container {
	width: 100%;
	padding: 0 0.24rem;
}

.f-container .t-eng-title {
	font-size: 0.3rem;
	font-weight: bold;
	/* padding-top: 0.3rem; */
	text-align: center;
}

.f-container .t-cha-title {
	font-size: 0.2rem;
	font-weight: bold;
	text-align: center;
	/* margin-bottom: 70px; */
}

.f-container .f-img {
	display: block;
	width: 100%;
	margin: 0.3rem auto 2rem;
}

footer {
	width: 100%;
	background-image: url(../../img/mobile_foot.png);
	background-repeat: no-repeat;
	background-size: cover;
	/* height: 5rem; */
	padding: 0 0.24rem;
	position: relative;
	margin-top: 1rem;
}

footer .foot-bot {
	border-bottom: 1px solid #7e7e7e;
	/* display: flex; */
	/* align-items: center; */
	padding: 2.5rem 0 0.1rem;
}



footer .foot-bot .foot-left .phone-num {
	display: flex;
	align-items: center;
	margin-top: 0.1rem;
	/* margin-bottom: 20px; */
}

footer .foot-bot .foot-left .phone-num .phone-number {
	color: #FFCC1D;
	font-weight: bold;
	font-size: 0.14rem;
	margin-left: 0.1rem;
}

footer .foot-bot .foot-left .free-phone {
	color: white;
	/* margin-top: 10px; */
	margin-left: 0.4rem;
	margin-bottom: 0.1rem;
}

footer .foot-bot .foot-right-code {
	display: flex;
	margin-left: 0.2rem;
	/* justify-content: s; */
}

footer .foot-bot .foot-right-code .or-code {
	width: 0.7rem;
	height: 0.6rem;
	background: #FFCC1D;
	margin-right: 0.05rem;
}

footer .foot-bot .foot-right-code .or-code img {
	display: block;
	width: 100%;
	height: 100%;
}

footer .bottom-name {
	color: white;
	text-align: center;
	margin-top: 0.1rem;
}

footer .bottom-title {
	color: white;
	text-align: center;
	margin-top: 0.1rem;
	padding-bottom: 0.2rem;
}

footer .map {
	width: 88%;
	/* height: 3rem; */
	position: absolute;
	top: -1.7rem;
	z-index: 99;
	left: 6%;
	padding: 0.24rem;
	background: white;
	box-shadow: 0 0 0.1rem #f5f5f5;
}

footer .map .map-case {
	width: 100%;
	height: 1.5rem;
	margin: 0 auto;
}


footer .map .get-message {
	/* background: red; */
	/* margin-top: 9%; */
	margin-top: 0.2rem;
}

footer .map .get-message .name-case {
	display: flex;
	/* align-items: center; */
}

footer .map .get-message .name-case .n-name {
	margin-top: 10px;
}

footer .map .get-message .name-case .n-input {
	outline: none;
	display: block;
	border: 1px solid #c1c1c1;
	height: 0.3rem;
	margin-left: 0.05rem;
	margin-top: 0.1rem;
	width: 80%;
}


footer .map .get-message .name-case .n-textarea {
	height: 0.5rem;
}

footer .map .get-message .send-out {
	color: white;
	text-align: center;
	width: 95px;
	height: 30px;
	line-height: 30px;
	background: #FFCC1D;
	border-radius: 20px;
	margin: 0.2rem 0 0 0.6rem;
	display: block;
	outline: none;
	border: none;
}

.aboutus-banner img {
	display: block;
	width: 100%;
}

.us-content {
	padding: 0 0.24rem;
	/* margin-bottom: 2.4rem; */
	position: relative;
}

.us-content h1 {
	color: #FFCC1D;
	font-size: 0.3rem;
	margin-top: 0.3rem;
}

.us-content h5 {
	font-size: 0.2rem;
	margin-top: 0.1rem;
}

.us-content h4 {
	font-size: 0.12rem;
	margin-top: 0.05rem;
	color: #8b8b8c;
}

.us-content .content-title {
	font-weight: bold;
	margin-top: 0.4rem;
}

.us-content .about-content {
	color: #878787;
	line-height: 25px;
	margin-top: 20px;
}

.us-content .about-right-img {
	display: block;
	margin-top: 0.5rem;
}

.us-content ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.2rem;
	box-shadow: 0.05rem 0.05rem 0.15rem #f0f0f0;
	background: white;
	margin: 0.3rem 0;
	/* position: absolute;
	bottom: -3.5rem;
	z-index: 99; */
}

.us-content ul li {
	width: 50%;
	margin-bottom: 0.2rem;
}

.us-content ul li .item-icoc {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	margin: 0 auto;
}

.us-content ul li .item-name {
	text-align: center;
	margin-top: 0.2rem;
}

.us-content ul li .item-produce {
	text-align: center;
	color: #878787;
	margin-top: 0.2rem;
}

.honor-poration {
	overflow: hidden;
	width: 100%;
	/* height: 3rem; */
	padding: 0.3rem 0.24rem;
	background: #f6f6f6;
	text-align: center;
}

.honor-poration h1 {
	color: #FFCC1D;
	font-size: 0.3rem;
	margin-bottom: 0.1rem;
}


.honor-poration ul li {
	margin-right: 0.1rem;
}

.honor-poration ul li img {
	display: block;
	width: 1.5rem;
}

.honor-poration .honor-eng {
	color: #9b9b9c;
	margin-top: 0.05rem;
}

.honor-poration #honor-scroll {
	width: 100%;
	overflow: hidden;
	padding-bottom: 0.2rem;
}


.honor-poration #honor-scroll ul {
	/* width: 7rem; */
	display: flex;
	/* justify-content: space-around; */
	align-items: center;
	margin: 0.1rem 0;
	overflow: scroll;
}

.foot {
	width: 100%;
	/* height: 5rem; */
	background-image: url(../../img/mobile_footer.png);
	background-repeat: no-repeat;
	background-size: cover;
	/* height: 5rem; */
	padding: 0 0.24rem;
	position: relative;
}

.foot .foot-bot {
	border-bottom: 1px solid #7e7e7e;
}



.foot .foot-bot .foot-left .phone-num {
	display: flex;
	align-items: center;
	margin-top: 0.1rem;
	/* margin-bottom: 20px; */
}

.foot .foot-bot .foot-left .phone-num .phone-number {
	color: #FFCC1D;
	font-weight: bold;
	font-size: 0.14rem;
	margin-left: 0.1rem;
}

.foot .foot-bot .foot-left .free-phone {
	color: white;
	/* margin-top: 10px; */
	margin-left: 0.45rem;
}

.foot .foot-bot .foot-right-code {
	display: flex;
	margin-left: 0.2rem;
	margin-bottom: 0.1rem;
}

.foot .foot-bot .foot-right-code .or-code {
	width: 0.7rem;
	height: 0.6rem;
	margin-right: 0.05rem;
}

.foot .foot-bot .foot-right-code .or-code img {
	display: block;
	width: 100%;
	height: 100%;
}

.foot .bottom-name {
	color: white;
	text-align: center;
	margin-top: 0.1rem;
}

.foot .bottom-title {
	color: white;
	text-align: center;
	margin-top: 0.1rem;
	padding-bottom: 0.2rem;
}

.foot .foot-bot .free-work-time {
	font-size: 0.12rem;
	color: white;
	margin-left: 0.45rem;
	margin-top: 0.1rem;
}

.foot .foot-bot .phone-num .phone-address {
	color: white;
	font-size: 0.12rem;
}

.foot .foot-bot .phone-num {
	display: flex;
	align-items: center;
	margin: 0.1rem 0;
}

.foot .foot-bot .phone-num .add-icon {
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	margin-left: 0.35rem;

}

.new-detail {
	width: 100%;
	padding: 0 0.24rem 0.2rem 0.24rem;
}



.new-detail section {
	width: auto;
}

.new-detail section img {
	display: block;
	margin: 0 auto;
	width: 100% !important;
}

.branch {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0.15em;
	margin: 0.2rem 0;
	display: block;
}

.new-detail img {
	width: 100%;
}


.new-list {
	width: 100%;
	padding: 0 0.2rem;
}



.new-list ul li {
	margin: 0.2rem 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dadada;
	padding-bottom: 0.2rem;
}

.new-list ul li .info-pic {
	display: block;
	width: 1rem;
	height: 1rem;
	object-fit: cover;
}

.new-list ul li .date-time {
	position: relative;
	margin-left: 0.1rem;
	width: 50%;
}

.new-list ul li .date-time h3 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new-list ul li .date-time .date-month {
	font-weight: bold;
	font-size: 0.2rem;
	margin-bottom: 0.1rem;
	font-style: italic;
}

.new-list ul li .date-time .date-year {
	padding-left: 0.1rem;
}

.new-list ul li .date-time::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 0.5rem;
	background: #d9d9d9;
	right: 0;
	top: 0.3rem;
}

.new-list ul li h3 {
	margin: 0.1rem 0;
	/* margin-bottom: 20px; */
}



.new-list ul li .detail-go p {
	margin: 0.35rem 0 0.1rem 0;
	/* margin-bottom: 15px; */
}


.new-list ul li .detail-go .img-pic {
	display: block;
	width: 0.2rem;
}

.t-building {
	width: 100%;
	/* margin: 0 ; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.3rem 0;
}

.t-building img {
	display: block;
	width: 0.8rem;
}

.t-building .t-content {
	margin-left: 0.2rem;
}

.t-building .t-content p:first-child {
	font-weight: bold;
	font-size: 0.2rem;
}

.t-building .t-content p:last-child {
	font-size: 0.2rem;
	color: #6b6b6b;
}

.team-title {
	width: 100%;
	border-bottom: 1px solid #dadada;
	margin-bottom: 0.3rem;
	overflow: scroll;
}

.team-title ul {
	width: 15rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
	overflow: hidden;
}

.team-ul ul {
	width: 25rem;
}

.team-title ul li {
	position: relative;
	padding: 0.15rem 0;
}

.team-title ul .bot-active {
	color: #FFCC1D;

}

/* .team-title ul .bot-active::after {
	content: '';
	width: 0.5rem;
	height: 0.03rem;
	background: #FFCC1D;
	position: absolute;
	left: 0.1rem;
	bottom: 0;
} */

.team-detail .ul .ul-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.team-detail .ul .ul-li img {
	display: block;
	width: 1.5rem;
	margin: 0.1rem 0;
	/* margin-right: 0.1rem; */
}

.team-detail .ul .ul-li .address-place {
	display: flex;
	align-items: center;
	background-image: url(../../img/1111.png);
	background-repeat: no-repeat;
	color: white;
	background-size: 100% 100%;
	padding: 0.08rem;
	position: absolute;
	left: -0.1rem;
	bottom: 0.2rem;
	z-index: 99;
}






.team-detail {
	display: none;
	width: 100%;
	padding: 0 0.24rem;
	margin-bottom: 0.2rem;
}



.team-detail .branch {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0.15em;
	margin: 0.2rem 0;
	display: block;
}



.team-detail .ul .content_wrap p img {
	width: 100%;
}


.team-detail ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.team-detail ul li {
	position: relative;
	width: 1.5rem;
	margin-top: 0.15rem;
}

.team-detail ul li img {
	display: block;
	width: 1.5rem;
}

.team-detail ul li .address-place {
	display: flex;
	align-items: center;
	background-image: url(../../img/1111.png);
	background-repeat: no-repeat;
	color: white;
	background-size: 100% 100%;
	padding: 0.08rem;
	position: absolute;
	left: -0.1rem;
	bottom: 0.4rem;
	z-index: 99;
}

.team-detail .about-content {
	margin: 0.2rem 0;
}

iframe {
	padding: 0;
	margin: 0;
}

.add-join {
	width: 100%;
	padding: 0 0.24rem;
}



.add-join .m-head {
	display: flex;
	align-items: center;
	margin-top: 0.2rem;
}

.add-join .m-head img {
	display: block;
	width: 0.2rem;
	height: 0.2rem;
}

.add-join .m-head .first-page {
	color: #d1d1d1;
	margin: 0 0.1rem;
}

.add-join .m-head .about-we {
	font-weight: bold;
	margin-left: 0.1rem;
}

.add-join .add-extend {
	font-weight: bold;
	text-align: center;
	font-size: 0.2rem;
	margin-top: 0.2rem;
}


.us-content .m-head {
	display: flex;
	align-items: center;
	margin-top: 0.2rem;
}


.us-content .m-head img {
	display: block;
	width: 0.2rem;
	height: 0.2rem;
}

.us-content .m-head .first-page {
	color: #d1d1d1;
	margin: 0 0.1rem;
}

.us-content .m-head .about-we {
	font-weight: bold;
	margin-left: 0.1rem;
}

.us-content .add-extend {
	font-weight: bold;
	text-align: center;
	font-size: 0.2rem;
	margin-top: 0.2rem;
}





.company-head {
	padding: 0 0.24rem;
}


.company-head .m-head {
	display: flex;
	align-items: center;
	margin-top: 0.2rem;
}


.company-head .m-head img {
	display: block;
	width: 0.2rem;
	height: 0.2rem;
}

.company-head .m-head .first-page {
	color: #d1d1d1;
	margin: 0 0.1rem;
}

.m-head .about-we {
	font-weight: bold;
	margin-left: 0.1rem;
}

.company-head .m-head .add-extend {
	font-weight: bold;
	text-align: center;
	font-size: 0.2rem;
	margin-top: 0.2rem;
}


















.add-join .add-bot-name {
	text-align: center;
	color: #909090;
	margin-top: 0.1rem;
}


.add-join .strip {
	width: 0.7rem;
	height: 0.05rem;
	background: #FFCC1D;
	margin-top: 0.3rem;
}

.add-join h3 {
	margin-top: 0.2rem;
}

.add-join .add-content {
	color: #909090;
	margin-top: 0.2rem;

}

.ad-left-box {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-top: 1rem;

}

.ad-left-line {
	width: 0.5rem;
	background: #FFCC1D;
	height: 0.02rem;
	margin-right: 0.1rem;
}

.ad-left-box .seven-zhe {
	width: 0.5rem;
	height: 0.2rem;
	background: #FFCC1D;
	text-align: center;
	color: white;
	line-height: 0.2rem;
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	margin: 0 0.1rem;
}

.phone-images {
	display: block;
	width: 2rem;
	margin-right: 0.1rem;
}

.we-goodness {
	width: 100%;
	background: #f6f6f6;
}


.we-goodness .add-extend {
	font-weight: bold;
	text-align: center;
	font-size: 0.2rem;
	padding-top: 0.3rem;
}


.we-goodness .add-bot-name {
	text-align: center;
	color: #909090;
	margin-top: 0.1rem;
}

.we-goodness ul li img {
	display: block;
	width: 0.5rem;
	margin: 0 auto;
}

.we-goodness ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	margin-top: 0.2rem;
	padding-bottom: 0.2rem;
}

.we-goodness ul li {
	width: 50%;
	text-align: center;
}

.we-goodness ul li p {
	margin: 0.15rem 0;
}

.we-goodness ul li h2 {
	color: #ffcc1d;
	font-weight: bold;
	font-size: 0.2rem
}

.online-ad {
	width: 100%;
	padding: 0 0.24rem;
}



.online-ad .add-extend {
	font-weight: bold;
	text-align: center;
	font-size: 0.2rem;
	margin-top: 0.3rem;
}


.online-ad .add-bot-name {
	text-align: center;
	color: #909090;
	margin-top: 0.15rem;
}




.online-ad ul li {
	/* 	width: 380px;
	height: 200px; */
	border: 1px dashed #FFCC1D;
	position: relative;
	margin: 0.2rem 0;
}

.online-ad ul li .set-meal {
	width: 0.8rem;
	height: 0.2rem;
	background: #FFCC1D;
	text-align: center;
	line-height: 0.2rem;
	color: white;
	border-radius: 0.2rem;
	position: absolute;
	left: 0;
	top: -0.12rem;
}

.online-ad ul li p {
	/* line-height: 200px; */
	text-align: center;
	line-height: 0.7rem;
	/* margin: 25% auto 0; */
	/* transform: translate(-50%,-50%); */
}


.contact-us {
	width: 100%;
}



.contact-us .add-extend {
	font-weight: bold;
	text-align: center;
	font-size: 0.2rem;
	margin-top: 0.3rem;
}


.contact-us .add-bot-name {
	text-align: center;
	color: #909090;
	margin-top: 0.15rem;

}

.contact-us ul {
	margin: 0.3rem 0;
	display: flex;
	/* align-items: center; */
	justify-content: space-around;
}

.contact-us ul li {
	width: 30%;
	text-align: center;
}

.contact-us ul li p {
	margin: 0.15rem 0;
	font-weight: bold;
	font-size: 0.18rem
}

.contact-us ul li h3 {
	color: #a3a3a3;
	font-size: 0.14rem;
	font-weight: normal;
}

.contact-us ul li img {
	display: block;
	width: 0.5rem;
	margin: 0 auto;
}


.mCSB_draggerContainer {
	/* margin-top: 0.3rem !important; */

}

.mCSB_buttonRight {
	display: none !important;
}

.mCSB_dragger_bar {
	background: #ffcc1d !important;
}

.mCSB_scrollTools.mCSB_1_scrollbar.mCS-3d-dark.mCSB_scrollTools_horizontal {

	bottom: -6px !important;
}

.mCSB_draggerRail {
	/* width: 3rem !important; */
	background: #6c6c6c !important;
}

.swiper-pagination-bullet {
	width: 0.1rem !important;
	height: 0.1rem !important;
	background: #4f4f50 !important;
}

.swiper-pagination-bullet-active {
	width: 0.1rem !important;
	height: 0.1rem !important;
	background: white !important;
}


.swiper-pagination-bullet {
	opacity: 1 !important;
}
.zhaoshang{
     color:#FFCC1D ;
     float: left;
     margin-top: 1.25rem;
}
 .jiameng{
     float: left;
     margin-top: 1.25rem;
}
 .img{
	 margin-top: 1.85rem;
}
 .img img{
    width: 100%;
}
 .img-none{
     margin-top: 0.5rem;
}
 .img-none img{
    
}
 .text{
     width: 100%;
     height: 0.75rem;
     
}
 .text-left{
     width: 50%;
     float: left;
}
 .text-txt p{
    margin-top: -0.15rem;
	margin-left: 0.2rem;
}
 .text-txt span{
	 margin-left: 0.2rem;
     color: #9F9F9F;
}
 .text-txt .sapn{
    margin-left: 0.2rem;
     color: #9F9F9F;
}
 .text-right{
     width: 50%;
     float:left;
}
 #text-link{
     width: 0.5rem;
     height: 0.0125rem;
     background-color: #FFB800;
	 margin-left: 0.2rem;
    
}
 #text-link1{
     width: 0.28rem;
     height: 0.0125rem;
     background-color: #FFB800;
	 margin-left: 0.2rem;
    
}
 .toalign{
     width: 100%;
     height: 8rem;
     background-color: #F6F6F6;
}
 .toalign-go{
     width: 70%;
     height: 1.5rem;
     margin: 0 auto;
}
 .h1{
     
     height: 0.25rem;
     margin-left: 33%;
     
}
 

/* 确认弹窗样式 */
.confirm-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}
.modal-content {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 0.2rem;
	border-radius: 0.08rem;
	width: 90%;
	text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-buttons {
	margin-top: 0.2rem;
	display: flex;
	justify-content: space-around;
}
.modal-buttons button {
	padding: 0.06rem 0.3rem;
	border: none;
	border-radius: 0.2rem;
	cursor: pointer;
}
#confirmBtn {
	background: #FFCC1D;
	color: white;
}
#cancelBtn {
	background: #f44336;
	color: white;
}