.floatRight {
	display: none;
}

.inside-banner .bannerC {
	position: relative;
	text-align: center;
}
.inside-banner .pc img {
	width: 100%;
}

.inside-banner .text {
	width: 100%;
	color: #fff;
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
}

.inside-banner .title {
	font-family: var(--font-family-D-D);
	font-size: 5.2rem;
	color: #ffffff;
	font-weight: bold;
}

.inside-banner .content {
	font-weight: 400;
	font-family: var(--font-family-D-D);
	font-size: 1.8rem;
	color: #ffffff;
}

.inside-banner .inside-current {
	position: absolute;
	bottom: 0;
	font-size: 1.6rem;
	color: #ffffff;
	font-family: var(--font-family-D-D);
	font-weight: 100;
	height: 7.5rem;
	line-height: 7.5rem;
	width: 100rem;
}

.inside-banner .inside-current a {
	font-size: 1.6rem;
	color: #ffffff;
	font-family: var(--font-family-D-D);
	font-weight: 100;
}

.inside-banner .inside-current img {
	vertical-align: middle;
	margin-right: 1rem;
}

.about01 {
	padding-top: 8rem;
	/* background-size: cover; */

	background-repeat: no-repeat !important;
}

.about01 .title {
	font-size: 4.8rem;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4rem;
}

.about01 .content p {
	font-size: 1.8rem;
	color: #666666;
	margin-bottom: 2rem;
}





.about02 .title {
	font-size: 4.8rem;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4rem;
}

.about02 {
	padding-top: 8rem;
	overflow: hidden;
}


.about02 .container-left {
	padding-left: 23.5rem;
	height: 63rem;
}

.about02 .swiper-slide {
	width: 68.2rem;
	height: 43.5rem;
	border-radius: 2rem;
	overflow: hidden;
	transition: 0.5s;
}

.about02 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about02 .swiper-slide-active {
	width: 85rem;
	height: 54rem;
	z-index: 2;
	transition: 0.5s;
}

.about02 .swiper-button-prev {
	display: none;
}

.about02 .swiper-button-next {
	left: 50%;
	right: auto;
	top: 50%;
	width: 6rem;
	height: 6rem;
	background: url(../images/nnext.png) no-repeat;
	background-size: cover;
	margin-left: -1rem;
}

.about02 .swiper-button-next::after {
	display: none;
}

.about02 .promise {
	margin-bottom: 10rem;
}

.about02 .promise .container img {
	border-radius: 2rem;
}

.about02 .promise .pic:after {
	content: "";
	display: block;
	padding-top: 41.5%;
}

.promise {
	position: relative;
}

.promise .title {
	font-size: 4.8rem;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.promise .content p {
	font-size: 1.8rem;
	color: #ffffff;
	text-align: center;
	margin-top: 3rem;
}

.promise .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	transform: translateX(-50%) translateY(-50%);
}

.listNews .text {
	background: #fff;
}

.news01 {
	background: #f2f4f6;
	padding-top: 7rem;
	padding-bottom: 6.2rem;
}

.news01 .list-top {
	background: #fff;
	border-radius: 2rem;
	overflow: hidden;
}

.news01 .list-top .pic {
	width: 50%;
	float: left;
}

.news01 .list-top .txtbox {
	width: 50%;
	float: right;
}

.news01 .list-top .pic:after {
	content: "";
	span display: block;
	padding-top: 64%;
}

.news01 .list-top .txtbox {
	padding: 8rem 5rem 0rem;
}

.news01 .list-top .txtbox .time {
	color: #0255e4;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}

.news01 .list-top .txtbox .time span {
	color: #0255e4;
	font-size: 4.8rem;
	font-weight: bold;
}

.news01 .list-top .txtbox .tit {
	color: #0255e4;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
	width: 80%;
}

.news01 .list-top .txtbox .txt {
	color: #666666;
	font-size: 1.6rem;
	line-height: 3rem;
	margin-bottom: 5rem;
}

.news01 .list-top .txtbox .index-button {
	width: 19.7rem;
	height: 4rem;
	background: var(--main-color);
	text-align: center;
	color: #ffffff;
	line-height: 4rem;
	border-radius: 2rem;
}

.news01 .swiper-box {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 92rem;
	margin-top: 6rem;
}


.news01 .swiper-button-prev,
.news01 .swiper-button-next {
	width: 3.6rem;
	height: 3.6rem;
	z-index: 9;
	display: inline-block;
	border: solid 1px #e7e7e7;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	vertical-align: top;
}

.news01 .swiper-button-prev::after {
	display: none;
}

.news01 .swiper-button-next::after {
	display: none;
}

.news01 .swiper-button-next {
	right: 0;
	background: url(../images/next.png) no-repeat center center;
	background-size: cover;
}

.news01 .swiper-button-prev {
	left: 0;
	background: url(../images/prev.png) no-repeat center center;
	background-size: cover;
}

.news01 .swiper-pagination {
	z-index: 2;
	height: 1px;
	position: relative;
	width: 85%;
	margin: 0 auto;
	background: #ced0d1;
	top: -0.5rem;
}

.news01 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #0255e4;
}

.news01 .swiper-button-next.swiper-button-disabled {
	background: url(../images/next-dis2.png) no-repeat center center;
}

.news01 .swiper-button-prev.swiper-button-disabled {
	background: url(../images/prev-dis2.png) no-repeat center center;
}

.home-news {
	background: #f2f4f6;
	padding-top: 8rem;
	padding-bottom: 7rem;
}

.home-news .title-big {
	margin-bottom: 4rem;
	font-weight: bold;
}

.home-news li {
	margin-bottom: 3.5rem;
	padding: 0 1.75rem 0rem 1.25rem;
}

.news-news {
	background: #f2f4f6;
	padding-top: 9rem;
}

.news-news .news-show {
	background: #fff;
	padding: 5.5rem 6.5rem 10rem;
}

.news-news .news-show .title {
	color: #333333;
	font-size: 4rem;
	text-align: center;
	font-weight: bold;
}

.news-news .news-show .info-show {
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 5rem;
}

.news-news .news-show .info-show span {
	display: inline-block;
	margin-right: 6rem;
	color: #666666;
	font-size: 1.6rem;
}

.news-news .news-show .content p {
	color: #666666;
	font-size: 1.6rem;
	margin-top: 3rem;
	line-height: 3.2rem;
}

.news-news .news-show .content p.center {
	text-align: center;
}

.news-news .label-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 8rem;
}

.news-news .label {
	color: #666666;
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-news .label .bt {
	margin-right: 1rem;
	font-size: 1.6rem;
	color: #333333;
	font-weight: bold;
	line-height: 2.6rem;
}

.news-news .label a {
	display: inline-block;
	border: 1px #d9d9d9 solid;
	color: #666666;
	line-height: 2.6rem;
	padding: 0 1.5rem;
	font-size: 1.6rem;
	margin-right: 1.5rem;
}

.news-news .socialMedia {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	color: #666666;
	line-height: 2.6rem;
}

.news-news .socialMedia a {
	margin-left: 0.6rem;
}

.news-news .inside-page-news {
	font-size: 1.6rem;
	margin-top: 3rem;
	height: 5rem;
	line-height: 5rem;
	overflow: hidden;
	position: relative;
	color: #666666;
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
}

.news-news .inside-page-news li {
	width: 36%;
	float: left;
	transition: all 500ms ease;
	padding: 0 0.6rem;
}

.news-news .inside-page-news li:hover a {
	color: var(--sub-color);
}

.news-news .inside-page-news li:nth-child(2) {
	float: right;
}

.news-news .inside-page-news .fanhui {
	width: 17rem;
	top: 0;
	left: 50%;
	padding: 0;
	height: 100%;
	text-align: center;
	transform: translateX(-50%);
	position: absolute;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	background: url(../images/back.png) no-repeat 1.5rem center;
	padding-left: 2rem;
}

.news-news .inside-page-news li a {
	color: #666666;
	margin-left: 1rem;
}

.product01 {
	background: #f2f4f6;
	padding-top: 7rem;
	padding-bottom: 5.5rem;
}

.product01 .item {
	background: #fff;
	overflow: hidden;
	margin-bottom: 5.5rem;
	border-radius: 2rem;
	transition: 0.3s;
}

.product01 .item .pic {
	width: 50%;
	border-radius: 2rem;
}

.product01 .item .txtbox {
	width: 50%;

}

.product01 .item .pic:after {
	content: "";
	span display: block;
	padding-top: 62.5%;
}

.product01 .item .txtbox {
	padding: 0rem 7.3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

	.product01 .item a, .product01 .item .first {
		display: flex;
	}

	.product01 .item:nth-child(2n+1) a, .product01 .item .first {
		flex-direction: row-reverse;
	}

		.product01 .item .first a {
			display: block;
			flex-direction: unset;
			color:#fff
		}
		.product01 .item .txtbox .tit {
			color: #333333;
			font-size: 3.6rem;
			font-weight: bold;
			margin-bottom: 1.5rem;
			transition: 0.3s;
		}

.product01 .item .txtbox .txt {
	color: #666666;
	font-size: 1.6rem;
	line-height: 3rem;
	margin-bottom: 5rem;
	transition: 0.3s;
}

.product01 .item .txtbox .index-button {
	width: 19.7rem;
	height: 4rem;
	background: var(--main-color);
	text-align: center;
	color: #ffffff;
	line-height: 4rem;
	border-radius: 2rem;
	transition: 0.3s;
}

.product01 .item:nth-child(1) {
	background: var(--main-color);
}

.product01 .item:nth-child(1) .txtbox .tit {
	color: #ffffff
}

.product01 .item:nth-child(1) .txtbox .txt {
	color: #ffffff;
	font-size: 2rem;
	margin-bottom: 0rem;
}

.product01 .item:nth-child(1) .txtbox .txt p {
	margin-bottom: 1.2rem;
}

.product01 .item:hover {
	background: var(--sub-color);
	transition: 0.3s;
}

.product01 .item:hover .txtbox .tit {
	color: #ffffff;
	transition: 0.3s;
}

.product01 .item:hover .txtbox .txt {
	color: #ffffff;
	transition: 0.3s;
}

.product01 .item:hover .index-button {
	background: #fff;
	color: var(--sub-color);
	transition: 0.3s;
}

.product01 .item:hover .txtbox {
	padding-left: 8.3rem;
	transition: 0.3s;
}

.product-banner .textC {
	width: 64rem;
}

.product-banner .title {
	color: #333333;
	font-size: 4.8rem;
	font-weight: bold;
	margin-bottom: 4rem;
	line-height: 4.5rem;
}

.product-banner .content {
	color: #666666;
	font-size: 1.8rem;
	font-weight: 300;
	margin-bottom: 12.5rem;
}

.product-banner .btn {
	width: 26rem;
	height: 6rem;
	line-height: 6rem;
	text-align: center;
	background: var(--main-color);
	transition: 0.3s;
	border-radius: 3rem;
}

.product-banner .btn:hover {
	width: 27rem;
	transition: 0.3s;
}

.product-banner .btn img {
	vertical-align: middle;
	margin-right: 1rem;
}

.product-banner .btn a {
	color: #ffffff;
	font-size: 1.8rem;
}

.product-banner .inside-current a {
	color: #666666;
}

.product-banner .inside-current {
	color: #666666;
}

.product-banner .inside-current .main {
	color: #0364d9
}

.productshow01 {
	padding-top: 8rem;
	padding-bottom: 12rem;
	overflow: hidden;
}

.productshow01 .title {
	color: #ffffff;
	font-size: 4.8rem;
	text-align: center;
	font-weight: bold;
}

.productshow01 .catalog {
	display: flex;
	justify-content: center;
	margin-top: 4rem;
}

.productshow01 .catalog li {
	height: 6rem;
	width: 26rem;
	border: 0.1rem solid #ffffff;
	font-size: 1.8rem;
	color: #ffffff;
	line-height: 6rem;
	border-radius: 3rem;
	text-align: center;
	margin-left: 1rem;
	margin-right: 1rem;
	cursor: pointer;
}

.productshow01 .catalog li.active {
	background: var(--main-color);
	border: 0.1rem solid #ffffff71;
}

.productshow01 .catalog li:hover {
	background: var(--main-color);
	border: 0.1rem solid #ffffff71;
}

.productshow01 .p-data {
	position: relative;
	margin-top: 4rem;
}

.productshow01 .model {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.85;
	top: 0;
	left: 0;
	z-index: 0;
}

.productshow01 .data-content {
	position: relative;
	z-index: 1;
	display: flex;
}

.productshow01 .data-img {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.productshow01 .data-txt {
	width: 55%;
	padding-left: 3rem;
}

.productshow01 .data-content {
	padding-top: 5rem;
	padding-right: 7rem;
	padding-bottom: 6rem;
}

.productshow01 .data-txt li {
	display: flex;
	line-height: 6rem;
	height: 6rem;
	border-bottom: #00000029 1px solid;
}

.productshow01 .data-txt li div:nth-child(1) {
	font-size: 1.6rem;
	color: #666666;
	width: 45%;
}

.productshow01 .data-txt li div:nth-child(2) {
	font-size: 1.6rem;
	color: #333333;
	width: 55%;
}

.productshow01 .pic:after {
	content: "";
	display: block;
	padding-top: 82%;
}

.productshow02 {
	padding: 8rem 0;
	overflow: hidden;
}

.productshow02 .list {
	display: flex;
	justify-content: space-between;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.productshow02 .list li {
	width: 33.33%;
	padding: 0 1.5rem 0rem 1.5rem;
}

.productshow02 .box {
	min-height: 100%;
	display: block;
	box-shadow: 0px 0.3rem 1.2rem 0px rgba(0, 0, 0, 0.12);
	border-radius: 2rem;
	text-align: center;
	padding: 5rem 4rem;
	color: #333333;
	font-size: 1.8rem;
	line-height: 2.8rem;
	background: #ffffff;
}

.productshow02 .pic {
	width: 6.6rem;
	height: 6.6rem;
	display: block;
	margin: auto;
	position: relative;
	margin-bottom: 3rem;
}

.productshow02 .title {
	color: #333333;
	font-size: 4.8rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 4rem;
}



.productshow03 {
	background: #000000;
	padding-left: 3.5rem;
	padding-top: 11rem;
	position: relative;
	padding-bottom: 11rem;
	width: 100%;
	overflow: hidden;
}

.productshow03 {
	padding-left: 21rem;
	overflow: hidden;
}

.productshow03 .title-big {
	font-size: 4.8rem;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 5rem;
}

.productshow03 .product-list {
	position: relative;
}

.productshow03 .product-list li {
	position: relative;
	cursor: pointer;
}

.productshow03 .product-list li .pic img {
	transition: 0.5s;
}

.productshow03 .product-list li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s;
}

.productshow03 .product-list .bt {
	font-size: 2rem;
	color: #ffffff;
	font-weight: bold;
	line-height: 6rem;
	position: absolute;
	bottom: 1.5rem;
	left: 4rem;
}

.productshow03 .product-list .pic:after {
	content: "";
	display: block;
	padding-top: 63%;
}

.productshow03 .product-list li .box .pic {
	border-radius: 1.5rem;
	overflow: hidden;
}

.productshow03 .button-next-prev {
	position: absolute;
	top: 14rem;
	right: 29rem;
}

.productshow03 .swiper-button-next:after,
.productshow03 .swiper-button-prev:after {
	display: none;
}

.productshow03 .swiper-button-prev {
	width: 6rem;
	height: 6rem;
	background: url(../images/qian.png) no-repeat;
	background-size: cover;
	right: 10px;
	left: auto;
}

.productshow03 .swiper-button-next {
	width: 6rem;
	height: 6rem;
	background: url(../images/hou.png) no-repeat;
	background-size: cover;
	left: 10px;
	right: auto;
}

.productshow03 .swiper-button-next.swiper-button-disabled,
.productshow03 .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.productshow03 .swiper-button-next.swiper-button-disabled {
	width: 6rem;
	height: 6rem;
	background: url(../images/hou-dis.png) no-repeat;
	background-size: cover;
}

.productshow03 .swiper-button-prev.swiper-button-disabled {
	width: 6rem;
	height: 6rem;
	background: url(../images/qian-dis.png) no-repeat;
	background-size: cover;
}

.productshow04 {
	padding: 9.5rem 0;
	overflow: hidden;
}

.productshow04 .title {
	font-size: 4.8rem;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.productshow04 .container {
	box-shadow: 0px 0.3rem 1.2rem 0px rgba(0, 0, 0, 0.12);
	padding: 9rem 7rem;
}

.productshow04 .tit {
	font-size: 1.8rem;
	color: #333333;
	text-align: center;
}

.productshow04 .fromlist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.productshow04 .inside-message {
	margin-top: 2.5rem;
}

.productshow04 .inside-message .fromlist li {
	width: 23%;
	padding-top: 2rem;
}

.productshow04 .inside-message .fromlist li label {
	color: #333333;
	font-size: 1.8rem;
}

.productshow04 .inside-message .fromlist li em {
	color: #f30;
	font-style: normal;
}

.productshow04 .inside-message .fromlist li p {
	padding-top: 1rem;
}

.productshow04 .inside-message .fromlist li .iinput,
.productshow04 .inside-message .fromlist li .itextarea {
	width: 100%;
	border: 0;
	color: #666;
	font-size: 1.6rem;
	padding: 0 1.6rem;
	height: 4rem;
	line-height: 4rem;
	border-radius: 0.2rem;
	border: 1px solid #dce0e2;
}

.productshow04 .inside-message .fromlist .li1 {
	width: 100%;
}

.productshow04 .inside-message .fromlist .ttt {
	margin: 2.5rem 0;
	font-size: 1.4rem;
	color: #999999;
}

.productshow04 .inside-message .fromlist li .itextarea {
	height: 17.5rem;
}

.productshow04 .inside-message .fromlist .yzhm {
	width: 70%;
	padding-top: 0rem;
}

.productshow04 .inside-message .fromlist .yzhm img {
	width: 15.4rem;
	height: 4.2rem;
}

.productshow04 .inside-message .fromlist .yzhm input {
	width: 70%;
	margin-right: 5px;
	height: 4.2rem;
}

.productshow04 .inside-message .fromlist .btnDiv a {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	height: 4.2rem;
	line-height: 4.2rem;
	width: 18rem;
	display: inline-block;
	background: var(--main-color);
	font-family: var(--font-family-U-L);
	border-radius: 2.1rem;
	transition: 0.3s;
}

.productshow04 .inside-message .fromlist .btnDiv a:hover {
	width: 19rem;
	transition: 0.3s;
}

.productshow05 {
	margin-bottom: 8rem;
	overflow: hidden;
}

.productshow05 .title {
	color: #333333;
	font-size: 4.8rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 4rem;
}

.productshow05 .related-pro {
	display: flex;
	margin: 0 -1.8rem;
}

.productshow05 .prolist {
	width: 33.33%;
	margin: 0 1.8rem;
	cursor: pointer;
}

.productshow05 .pic img {
	transition: 0.5s;
}

.productshow05 .pic {
	border-radius: 1.5rem;
}

.productshow05 .pic:after {
	content: "";
	display: block;
	padding-top: 62%;
}

.productshow05 .name {
	font-size: 2rem;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 5.8rem;
}

.productshow05 .prolist:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s;
}

.productshow05 .prolist:hover .name {
	color: var(--sub-color);
}

.contact01 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.contact01 .container {
	display: flex;
}

.contact01 .title {
	font-size: 4.8rem;
	color: #333333;
	font-weight: bold;
	margin-bottom: 3rem;
}

.contact01 .txt {
	color: #0255e4;
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 5rem;
}

.contact01 .contact-left {
	width: 50%;
	padding-right: 8rem;
	padding-top: 3rem;
}

.contact01 .contact-right .title {
	margin-bottom: 0rem
}

.contact01 .contact-right {
	width: 50%;
	box-shadow: 0px 0.3rem 1.2rem 0px rgba(0, 0, 0, 0.12);
	padding: 4rem 4.8rem;
	border-radius: 3rem;
	padding-bottom: 7rem;
	background: linear-gradient(to bottom, #f7fafe, #ffffff);
}

.contact01 .contact-left .p-1 {
	font-size: 1.8rem;
	color: #333333;
	font-family: var(--font-family-D-D);
	height: 8.2rem;
	line-height: 8.2rem;
	border-bottom: 1px solid #d9d9d9;
	display: flex;
}

.contact01 .contact-left .p-1:nth-child(5) {
	border: none;
}

.contact01 .contact-left .p-1:nth-child(1) {
	line-height: 2.8rem;
}

.contact01 .contact-left .p-1:nth-child(1) img {}

.contact01 .contact-left .p-1 .icon {
	height: 8.2rem;
	display: inline-block;
	width: 9%;
}

.contact01 .contact-left .p-1 img {
	vertical-align: middle;
}

.contact01 .contact-left .p-1 span {
	font-weight: bold;
	color: #333333;
	font-size: 1.8rem;
}

.contact01 .contact-left .p-1 .icon img {
	width: 3.9rem;
	height: 3.9rem;
}

.contact01 .contact-left .p-1 .xx {
	width: 90%;
}

.contact01 .socialMedia {
	margin-top: 3.8rem;
}

.contact01 .socialMedia a {
	width: 4rem;
	height: 4rem;
	border-radius: 0.5rem;
	position: relative;
	display: inline-block;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: 2rem;
	transition: 0.3s;
}

.contact01.socialMedia a img,
.contact01 .socialMedia a svg {
	width: 2rem;
	height: 2rem;
	margin-top: 1rem
}

.contact01 .socialMedia a:nth-child(1) {
	background: #235a9d;
}

.contact01 .socialMedia a:nth-child(2) {
	background: #37a5d6;
}

.contact01 .socialMedia a:nth-child(3) {
	background: #dc3a25;
}

.contact01 .socialMedia a:nth-child(4) {
	background: #1095da;
}

.contact01 .socialMedia a:nth-child(5) {
	background: #ce2e79;
}

.contact01 .fromlist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact01 .inside-message .fromlist li {
	width: 49%;
	padding-top: 2rem;
}

.contact01 .inside-message .fromlist li label {
	color: #333333;
	font-size: 1.8rem;
}

.contact01 .inside-message .fromlist li em {
	color: #f30;
	font-style: normal;
}

.contact01 .inside-message .fromlist li p {
	padding-top: 1rem;
}

.contact01 .inside-message .fromlist li .iinput,
.contact01 .inside-message .fromlist li .itextarea {
	width: 100%;
	border: 0;
	color: #666;
	font-size: 1.6rem;
	padding: 0 1.6rem;
	height: 4rem;
	line-height: 4rem;
	border-radius: 0.2rem;
	border: 1px solid #dce0e2;
}

.contact01 .inside-message .fromlist .li1 {
	width: 100%;
}

.contact01 .inside-message .fromlist .ttt {
	margin: 2.5rem 0;
	font-size: 1.4rem;
	color: #999999;
}

.contact01 .inside-message .fromlist li .itextarea {
	height: 18rem;
}

.contact01 .inside-message .fromlist .yzhm {
	width: 70%;
	padding-top: 0rem;
}

.contact01 .inside-message .fromlist .yzhm img {
	width: 15.4rem;
	height: 4.2rem;
}

.contact01 .inside-message .fromlist .yzhm input {
	width: 60%;
	margin-right: 5px;
	height: 4.2rem;
}

.contact01 .inside-message .fromlist .btnDiv a {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	height: 4.2rem;
	line-height: 4.2rem;
	width: 18rem;
	display: inline-block;
	background: var(--main-color);
	font-family: var(--font-family-U-L);
	border-radius: 2.1rem;
	transition: 0.3s;
}

.contact01 .inside-message .fromlist .btnDiv a:hover {
	width: 17.5rem;
	transition: 0.3s;
}

.case01 {
	padding-top: 6.5rem;
	background: #f2f4f6;
	padding-bottom: 10rem;
}

.case01 .catalog {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}

.case01 .catalog li {
	font-size: 1.8rem;
	color: #333333;
	text-align: center;
	margin-left: 6.1rem;
	margin-right: 6.1rem;
	cursor: pointer;
}

.case01 .catalog li .name {
	margin-top: 1rem;
}

.case01 .catalog .bk {
	width: 11rem;
	height: 11rem;
	border-radius: 50%;
	margin: 0 auto;
	background: none;
}

.case01 .catalog .bk:hover {
	background: var(--main-color);
}

.case01 .catalog li.active .bk {
	background: var(--main-color);
}

.case01 .catalog .bk img {
	margin-top: 0.5rem;
}

.case01 .catalog .pic:after {
	content: "";
	display: block;
	padding-top: 75%;
}

.case01 .more-txt {
	display: flex;
	flex-wrap: wrap;
}

.case01 .prolist {
	width: 31%;
 
	margin: 0 1.15%;
	margin-bottom: 1rem;
}

.case01 .pic img {
	transition: 0.5s;
}

.case01 .pic {
	border-radius: 2rem;
}

.case01 .pic:after {
	content: "";
	display: block;
	padding-top: 68%;
}

.case01 .name {
	font-size: 1.6rem;
	color: #333333;
	text-align: center;
	line-height: 6rem;
}

.case01 .prolist:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s;
}

.case01 .prolist:hover .name {
	color: var(--sub-color);
}

 

.case01 .list-pro {
	display: block;
	animation: fadeInUp2 2s alternate;
}

.methods01 {
	padding-top: 8rem;
}

.methods01 .title {
	font-size: 3.6rem;
	color: #333333;
	text-align: left;
	font-weight: bold;
	margin-bottom: 4rem;
	line-height: 4rem;
}

.methods01 .title span {
	font-size: 2.2rem;
}

.methods01 .s-title {
	font-size: 2rem;
	color: #333333;
	font-weight: bold;
	padding-left: 1.8rem;
	background: url(../images/dd.jpg) no-repeat left center;
	margin-bottom: 0.5rem;
}

.methods01 .txt {
	font-size: 1.6rem;
	color: #666666;
	padding-left: 1.8rem;
	margin-bottom: 2.5rem;
	line-height: 2.5rem;
}

.methods01 .product-list {
	display: flex;
	justify-content: space-between;
}

.methods01 .product-list:nth-child(2n) {
	flex-direction: row-reverse;
}

.methods01 .product-list .product-content {
	width: 52%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.methods01 .product-list .product-img {
	width: 48%;
}

.methods01 .product-img .pic {
	border-radius: 1.5rem;
	overflow: hidden;
}

.methods01 .product-img .pic:after {
	content: '';
	display: block;
	padding-bottom: 7%;
}

.methods01 .product-content .content {
	color: #666666;
	font-size: 1.8rem;
	margin-bottom: 3rem;
}

.methods01 .product-list {
	margin-bottom: 10rem;
}

.methods01 .product-list:nth-child(2n) .product-content {
	padding-right: 5rem;
}

.methods01 .product-list:nth-child(2n+1) .product-content {
	padding-left: 5rem;
}

.join01 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.join01 .container {
	display: flex;
}

.join01 .content {
	width: 55%;
	padding-right: 7rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.join01 .right-img {
	width: 45%;
}

.join01 .title {
	font-size: 4.8rem;
	color: #333333;
	font-weight: bold;
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.join01 .s-title {
	font-size: 3.6rem;
	color: #0255e4;
	font-weight: bold;
	margin-bottom: 3.6rem;
}

.join01 .m-title {
	font-size: 2.8rem;
	color: #0255e4;
	font-weight: bold;
	line-height: 3.5rem;
	margin-bottom: 2.5rem;
}

.join01 .txt p {
	font-size: 1.8rem;
	color: #666666;
	margin-bottom: 3rem;
}

.join01 .right-img .pic:after {
	content: "";
	display: block;
	padding-top: 100%;
}

.join02 {
	padding: 8rem 0;
}

.join02 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.join02 .left-txt {
	width: 83rem;
}

.join02 .tit {
	font-size: 4.8rem;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 2rem;
}

.join02 .txt {
	font-size: 1.8rem;
	color: #ffffff;
}

.join02 .right-btn {
	width: 19.5rem;
	height: 5rem;
	background: #ffffff;
	text-align: center;
	line-height: 5rem;
	color: #0364d9;
	border-radius: 2.5rem;
}

.join03 {
	background: #f2f4f6;
	padding: 10rem 0;
}

.join03 .title {
	color: #333333;
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 3rem;
}

.join03 .join-1 {
	position: relative;
}

.join03 .summary {}

.join03 .summary .summary-li {
	display: flex;
	justify-content: left;
	border-bottom: 1px solid #d9d9d9;
	padding: 1.6rem 0;
}

.join03 .summary .summary-li div:nth-child(1) {
	color: #33333390;
	font-size: 1.8rem;
	width: 29rem;
}

.join03 .summary .summary-li div:nth-child(2) {
	color: #333333;
	font-size: 1.8rem;
}

.join03 .job div {
	color: #333333;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.join03 .job {
	margin-bottom: 5rem;
}

.join03 .job p {
	color: #666666;
	font-size: 1.6rem;
	line-height: 2.8rem;
}

.join03 .posting div {
	color: #333333;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.join03 .posting p {
	color: #666666;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}

.join03 .click {
	position: absolute;
	top: 6rem;
	right: 6rem;
	cursor: pointer;
	z-index: 100;
}

.join03 .click {}

.join03 .join-1 {
	background: #ffffff;
	padding: 5rem 6.8rem;
	border-radius: 3rem;
}

.join03 .btn {
	width: 23rem;
	height: 5rem;
	background: var(--main-color);
	text-align: center;
	line-height: 5rem;
	color: #ffffff;
	font-size: 1.6rem;
	border-radius: 2.5rem;
	margin-top: 4rem;
	position: relative;
	padding-left: 4.5rem;
	transition: .3s;
}
.join03 .btn a{
	color:#fff;
	width: 100%;
}
.join03 .btn:hover{
	width: 24rem;
	transition: .3s;
}
.join03 .btn:after {
	background: url(../images/toudi.png) no-repeat;
	position: absolute;
	width: 2.9rem;
	height: 2.5rem;
	content: "";
	background-size: cover;
	top: 50%;
	left: 3rem;
	margin-top: -1.25rem;
}

.join03 img:nth-child(1) {
	display: none;
}

.join03 img:nth-child(2) {
	display: block;
}

.join03 .more-info {
	display: none;
	margin-top: 6rem;
}

.join03 .join-1 {
	margin-bottom: 3.7rem;
}

.join03 .join-1.active img:nth-child(1) {
	display: block;
}

.join03 .join-1.active img:nth-child(2) {
	display: none;
}

.join03 .join-1.active .more-info {
	display: block;
}

.service01 {
	padding-top: 8rem;
	padding-bottom: 9rem;
	overflow: hidden;
}

.service01 p {
	font-size: 1.8rem;
	color: #666666
}

.service01 .title {
	font-size: 4.8rem;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
}

.service01 .tit {
	font-size: 2.8rem;
	color: #333333;
	font-weight: bold;
}

.service01 p {
	font-size: 1.8rem;
	color: #666666
}

.service01 .content {
	display: flex;
	justify-content: space-around;
	margin-top: 5.5rem;
}

.service01 .summary p {
	text-align: center;
	margin-bottom: 2.5rem;
	line-height: 3rem;
}

.service01 .img-left {
	width: 50%;
}

.service01 .content-right {
	width: 50%;
	padding-left: 6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.service01 .content-right .tit {
	margin-bottom: 2rem;
}

.service01 .content-right .pp {
	margin-bottom: 6rem;
}

.service01 .content-right p {
	line-height: 3rem;
	margin-bottom: 2.5rem;
	font-size: 1.6rem;
}

.service01 .pic:after {
	content: "";
	display: block;
	padding-top: 63%;
}

.service02 {
	background: var(--main-color);
	padding: 9rem 0;
	overflow: hidden;
}

.service02 .title {
	text-align: center;
	color: #ffffff;
	font-size: 4.8rem;
	font-weight: bold;
	margin-bottom: 4.5rem;
}

.service02 .content {
	display: flex;
	justify-content: space-between;
	margin: 0 -2.5rem;
}

.service02 .process-li {
	width: 20%;
	margin: 0 2.5rem;
}

.service02 .process-li .tit {
	text-align: center;
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 2.5rem;
}

.service02 .process-li .content1 {
	text-align: center;
	color: #ffffff99;
	font-size: 1.6rem;
	line-height: 2.5rem;
	margin-top: 1rem;
}

.service02 .pic:after {
	content: "";
	display: block;
	padding-top: 66%;
}

.service03 {
	padding: 9rem 0;
	overflow: hidden;
}

.service03 .container {
	display: flex;
	justify-content: space-between;
}

.service03 .info {
	width: 99.6rem;
}

.service03 .border:nth-child(1) {
	border-top: 1px solid #d9d9d9;
}

.service03 .title {
	color: #333333;
	font-size: 4.8rem;
	font-weight: bold;
}

.service03 .list_dt {
	height: 9.5rem;
	line-height: 9.5rem;
	transition: width 2s;
	color: #333333;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	background: #ffffff;
}

.service03 .list_dt .name {
	width: 100%;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 9.5rem;
	display: block;
	float: left;
	text-align: left;
	font-weight: normal;
	font-size: 2rem;
	font-weight: bold;
	padding-left: 4.3rem;
	color: #333;
	padding-right: 10rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	background: url(../images/qa.png) no-repeat left center;
	background-size: 2.5rem 2.5rem;
}

.service03 dl dt .jiantou {
	overflow: hidden;
	height: 0.7rem;
	background: url(../images/jright.png) no-repeat center center;
	background-size: cover;
	width: 1.2rem;
	float: right;
	position: absolute;
	top: 50%;
	right: 0;
}

.service03 dl #open .jiantou {
	background: url(../images/jtop.png) no-repeat center center;
}

.service03 .list_dd {
	display: none;
}

.service03 .jobsub {
	border-top: 0;
	line-height: 3rem;
	color: #c1c1c1;
	font-size: 1.6rem;
	background: #fff;
	padding-bottom: 3rem;
	padding-left: 4.3rem;
}

.service03 .jobsub p {
	line-height: 30px;
	color: #666;
}

.service03 .border {
	border-bottom: 1px solid #d9d9d9;
}

.service04 {
	background: #111111;
	padding: 8.5rem 0;
	overflow: hidden;
}

.service04 .right-img {
	width: 50%;
}

.service04 .message {
	width: 50%;
	padding-right: 6rem;
}

.service04 .title {
	color: #ffffff;
	font-size: 4.8rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.service04 .txt {
	color: #fefefe;
	font-size: 1.8rem;
	margin-bottom: 2.5rem;
}

.service04 .txt span {
	color: #0364d9;
	font-weight: bold;
}

.service04 .container {
	display: flex;
}

.service04 .fromlist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service04 .inside-message .fromlist li {
	width: 49%;
	padding-top: 2rem;
}

.service04 .inside-message .fromlist .li1 {
	width: 100%;
	padding-top: 2rem;
}

.service04 .inside-message .fromlist li label {
	color: #ffffff;
	font-size: 1.8rem;
}

.service04 .inside-message .fromlist li em {
	color: #f30;
	font-style: normal;
}

.service04 .inside-message .fromlist li p {
	padding-top: 1rem;
}

.service04 .inside-message .fromlist li .iinput,
.service04 .inside-message .fromlist li .itextarea {
	width: 100%;
	border: 0;
	color: #ffffff;
	font-size: 1.6rem;
	padding: 0 1.6rem;
	height: 4rem;
	line-height: 4rem;
	border-radius: 0.2rem;
	border: 1px solid #343434;
	background: none;
}

.service04 .inside-message .fromlist li .itextarea {
	height: 18rem;
}

.service04 .inside-message .fromlist .ttt {
	margin: 2.5rem 0;
	font-size: 1.4rem;
	color: #999999;
}

.service04 .inside-message .fromlist .yzhm {
	width: 70%;
	padding-top: 0rem;
}

.service04 .inside-message .fromlist .yzhm img {
	width: 15.4rem;
	height: 4.2rem;
}

.service04 .inside-message .fromlist .yzhm input {
	width: 60%;
	margin-right: 5px;
	height: 4.2rem;
}

.service04 .inside-message .fromlist .btnDiv a {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	height: 4.2rem;
	line-height: 4.2rem;
	width: 18rem;
	display: inline-block;
	background: var(--main-color);
	font-family: var(--font-family-U-L);
	border-radius: 2.1rem;
	transition: 0.3s;
}

.service04 .inside-message .fromlist .btnDiv a:hover {
	width: 18.5rem;
	transition: 0.3s;
}

.service04 .right-img .pic:after {
	content: "";
	display: block;
	padding-top: 117%;
}

.house01 {
	padding-top: 10rem;
	padding-bottom: 10rem;
	overflow: hidden;
}

.house01 .container {
	display: flex;
}

.house01 .content {
	width: 55%;
	padding-right: 7rem;
}

.house01 .right-img {
	width: 45%;
}

.house01 .title {
	font-size: 4.8rem;
	color: #333333;
	font-weight: bold;
	margin-top: 2rem;
	margin-bottom: 3rem;
	line-height: 5.3rem;
}

.house01 .m-title {
	font-size: 2.4rem;
	color: #0255e4;
	line-height: 3.5rem;
	margin-bottom: 2.5rem;
}

.house01 .txt p {
	font-size: 1.6rem;
	color: #666666;
	margin-bottom: 3rem;
	line-height: 3rem;
}

.house01 .right-img .pic:after {
	content: "";
	display: block;
	padding-top: 69%;
}

.house02 {
	background: #111111;
	padding: 7.5rem 0;
	overflow: hidden;
}

.house02 .title {
	font-size: 4.8rem;
	color: #ffffff;
	text-align: center;
	margin-bottom: 2rem;
}

.house02 .txt {
	font-size: 1.8rem;
	color: #ffffff;
	text-align: center;
	margin-bottom: 5rem;
}

.house02 .list {
	display: flex;

}

.house02 .list li {
	margin-left: 1rem;
	margin-right: 1rem;
	transition: 0.5s;
	position: relative;
}

.house02 .list li:hover,
.house02 .list .active {
	z-index: 9999;
	width: 79rem;
	flex: 0 0 79rem;
}

.house02 .list .box {
	display: block;
	height: 56rem;
	color: #fff;
	background: #000;
	position: relative;
	overflow: hidden;
}

.house02 .list .pic {
	overflow: hidden;
}

.house02 .list .pic img {
	height: 70.5rem;
	object-fit: cover;
	border-radius: 1rem;
}

.house02 .list li .pic:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, #000000);
	bottom: 0;
	left: 0;
	opacity: 0.5;
}

.house02 .list li:hover .text-1,
.house02 .list .active .text-1 {
	opacity: 0;
}

.house02 .list .text-1 {
	text-align: center;
	width: 100%;
	padding: 3rem 2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s;
}

.house02 .list li:hover .text-2,
.house02 .list .active .text-2 {
	opacity: 1;
}

.house02 .list .text-2 {
	text-align: left;
	width: 100%;
	min-width: 71rem;
	padding: 3rem 6rem 3rem 6rem;
	position: absolute;
	bottom: 1.5rem;
	left: 0;
	opacity: 0;
	transition: 0.5s;
}

.house02 .list .text-1 .title {
	font-size: 2rem;
	color: #ffffff;
	line-height: 2.4rem;
	min-height: 6.4rem;
	font-weight: bold;
}

.house02 .list .text-2 .title {
	font-size: 2.8rem;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	margin-bottom: 2rem;
}

.house02 .list .text-2 .info {
	font-size: 1.68rem;
	color: #ffffff;
}


.house03 {
	background: #f2f6fe;
	padding: 8rem 0 10rem;
}

.house03 .title {
	font-size: 4.8rem;
	color: #333333;
	font-weight: bold;
	margin-bottom: 1rem;
}

.house03 .txt {
	font-size: 1.8rem;
	color: #666666;
	margin-bottom: 5rem;
}

.house03 .list {
	display: flex;
	justify-content: space-between;
}

.house03 .list li {
	width: 33.33%;
	padding: 0 1.25rem 0rem 1.25rem;
}

.house03 .box {
	min-height: 100%;
	display: block;
	box-shadow: 0px 0.3rem 1.2rem 0px rgba(0, 0, 0, 0);
	border-radius: 2rem;
	text-align: center;
	padding: 6rem 3.5rem;
	color: #616161;
	font-size: 1.8rem;
	line-height: 2.8rem;
	background: #ffffff;
}

.house03 .btbt {
	padding-left: 22rem;
	overflow: hidden;
	clear: both;
}

.house03 .pic {
	width: 8.5rem;
	height: 8.1rem;
	display: block;
	margin: auto;
	position: relative;
}

.house03 .text .title {
	font-size: 2rem;
	color: #333333;
	line-height: 3rem;
	margin-bottom: 1rem;
	font-weight: 100;
	margin-top: 3rem;
}

.house03 .text .info {
	font-size: 1.6rem;
	color: #666666;
	min-height: 20rem;
}

.house03 .button-next-prev {
	position: absolute;
	top: 4.5rem;
	right: 6rem;
}

.house03 .container {
	position: relative;
}

.house03 .swiper-button-prev {
	width: 3.2rem;
	height: 3.2rem;
	background: url(../images/prev.png) no-repeat;
	background-size: cover;
	right: 10px;
	left: auto;
}

.house03 .swiper-button-next:after,
.house03 .swiper-button-prev:after {
	display: none;
}

.house03 .swiper-button-next {
	width: 3.2rem;
	height: 3.2rem;
	background: url(../images/next.png) no-repeat;
	background-size: cover;
	left: 10px;
	right: auto;
}


.house04 {
	padding: 9rem 0;
	display: flex;
	justify-content: space-between;
	padding-left: 22rem;
	overflow: hidden;
}

.house04 .list_dl {
	border-left: 1px solid #d9d9d9;
	margin-left: 2rem;
}

.house04 .info {
	width: 53%;
	padding-left: 5rem;
	padding-right: 15rem;
}

.house04 .info .title {
	font-size: 4.8rem;
	color: #333333;
	font-weight: bold;
}

.house04 .left-img .pic:after {
	content: "";
	display: block;
	padding-top: 83%;
}

.house04 .left-img {
	width: 47%
}

.house04 .list_dt {
	height: 4rem;
	line-height: 4rem;
	transition: width 2s;
	color: #333333;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	background: #ffffff;
}

.house04 .list_dt .num {
	color: #333333;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	font-size: 2rem;
	background: #e5eefc;
	border-radius: 2rem;
	position: absolute;
	left: -2rem;
}

.house04 .list_dt .name {
	width: 100%;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 4rem;
	display: block;
	float: left;
	text-align: left;
	font-weight: normal;
	font-size: 2rem;
	font-weight: bold;
	padding-left: 5rem;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.house04 .jobsub {
	border-top: 0;
	line-height: 2rem;
	color: #c1c1c1;
	font-size: 1.6rem;
	background: #fff;
	padding-left: 5rem;
	margin-top: 1rem;
}

.house04 .open .name {
	color: #0364d7
}

.house04 .open .num {
	background: var(--main-color);
	color: #ffffff
}

.house04 .jobsub p {
	line-height: 30px;
	color: #666;
}

.house04 .border {
	margin-top: 4rem;
}

@media(max-width:1366px) {
	.service04 .right-img .pic:after {
		content: "";
		display: block;
		padding-top: 83%;
	}
}

@media(max-width:756px) {
	.inside-banner {
		margin-top: 50px;
	}

	.about01 {
		background-size: contain !important;
		background-repeat: no-repeat !important;
	}

	.inside-banner .title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.inside-banner .content {
		font-size: 16px
	}

	.inside-banner .inside-current {
		display: none;
	}

	.about01 .title {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.about01 .content p {
		font-size: 18px;
		color: #666666;
		margin-bottom: 10px;
	}

	.about02 .title {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.about02 .container-left {
		padding: 0 10px;
		height: unset !important;
	}

	.about02 .swiper-slide {
		height: unset !important;
	}

	.about02 .swiper-slide-active {
		height: unset !important;
	}

	.about02 .swiper-button-next {
		left: 85%;
		right: auto;
		top: 15%;
		width: 35px;
		height: 35px;
		background: url(../images/nnext.png) no-repeat;
		background-size: cover;
		margin-left: -1rem;
	}

	.about02 .promise {
		margin-top: 20px;
	}

	.promise .txt {
		width: 100%;
		position: unset;
		transform: translateX(0%) translateY(0%);
		color: #000000
	}

	.promise .content p {
		font-size: 16px;
		color: #000000;
		text-align: center;
		margin-top: 5px;
	}

	.promise .title {
		color: #000000;
		margin-top: 20px;
	}

	.about-touch .common-title .title {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.about-touch .common-title .content {
		font-size: 18px;
		width: 90%;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.about-touch .common-btn {
		width: 200px;
		height: 40px;
		border-radius: 10px;
		margin-top: 10px;
		font-size: 16px;
		line-height: 40px;
	}

	.news01 .list-top .pic {
		width: 100%;
		float: left;
	}

	.news01 .list-top .txtbox {
		width: 100%;
		float: right;
	}

	.news01 .list-top .txtbox .time {
		color: #0255e4;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.news01 .list-top .txtbox .time span {
		color: #0255e4;
		font-size: 16px;
		font-weight: bold;
	}

	.news01 .list-top .txtbox .tit {
		color: #0255e4;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 0.5rem;
		width: 100%;
	}

	.news01 .list-top .txtbox .txt {
		color: #666666;
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.news01 .list-top .txtbox .index-button {
		width: 200px;
		height: 40px;
		background: var(--main-color);
		text-align: center;
		color: #ffffff;
		line-height: 40px;
		border-radius: 20px;
	}

	.news01 .list-top .txtbox {
		padding: 25px;
	}

	.news01 .swiper-button-prev,
	.news01 .swiper-button-next {
		width: 30px;
		height: 30px;
	}

	.news01 .swiper-box {
		margin-top: 37px;
		max-width: 290px;
	}

	.news01 .swiper-pagination {
		width: 70%;
		margin: 0 auto;
		background: #ced0d1;
		top: -6px;
	}

	.listNews {
		margin: 0;
	}

	.listNews li {
		width: 100%;
		padding: 0;
		float: unset;
	}

	.listNews .date {
		font-size: 16px;
		color: #666666;
		margin-bottom: 10px;
		transition: 0.3s;
	}

	.listNews .title {
		color: #333333;
		font-size: 20px;
		line-height: 30px;
		height: 60px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		margin-bottom: 10px;
		transition: 0.3s;
	}

	.listNews .info {
		color: #666666;
		font-size: 16px;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		transition: 0.3s;
	}

	.listNews .moreBtn {
		color: #333333;
		font-size: 16px;
		border: 1px solid #333333;
		width: 120px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		border-radius: 20px;
		margin-top: 15px;
		transition: 0.3s;
	}

	.listNews .text {
		padding: 10px;
	}

	.news-news .news-show .title {
		font-size: 25px;
	}

	.news-news .news-show .info-show span {
		margin-right: 10px;
		font-size: 16px;
	}

	.news-news .news-show .content p {
		color: #666666;
		font-size: 18px;
		margin-top: 15px;
		line-height: 30px;
	}

	.home-news .title-big {
		font-size: 25px;
		color: #333;
		text-align: center;
	}

	.news-news .label .bt {
		margin-right: 10px;
		font-size: 16px;
		color: #333333;
		font-weight: bold;
		line-height: 30px;
	}

	.news-news .label a {
		display: inline-block;
		border: 1px #d9d9d9 solid;
		color: #666666;
		line-height: 30px;
		padding: 0 10px;
		font-size: 16px;
		margin-right: 10px;
	}

	.news-news .socialMedia {
		font-size: 16px;
		color: #666666;
		line-height: 30px;
		margin-top: 20px;
	}

	.news-news .inside-page-news {
		font-size: 16px;
		margin-top: 20px;
		height: 108px;
		line-height: 50px;
		overflow: hidden;
		position: relative;
		color: #666666;
		border-top: solid 1px #d9d9d9;
		border-bottom: solid 1px #d9d9d9;
	}

	.news-news .inside-page-news ul {
		clear: both;
		overflow: hidden;
	}

	.news-news .inside-page-news li {
		width: 100%;
		float: unset;
		transition: all 500ms ease;
		padding: 0 0.6rem;
	}

	.news-news .inside-page-news .fanhui {
		display: none;
	}

	.product01 .item .txtbox {
		width: 100%;
		padding: 20px;
	}

	.product01 .item .pic {
		width: 100%;
	}

	.product01 .item .txtbox .tit {
		color: #333333;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
		transition: 0.3s;
	}

	.product01 .item:nth-child(1) .txtbox .txt {
		color: #ffffff;
		font-size: 18px;
		margin-bottom: 0rem;
	}

	.product01 .item:nth-child(1) .txtbox .txt p {}

	.product01 .item a, .product01 .item .first {
		display: flex;
		flex-direction: column;
	}

	.product01 .item:nth-child(2n+1) a, .product01 .item .first {
		flex-direction: column;
	}

	.product01 .item .txtbox .txt {
		color: #666666;
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.product01 .item .txtbox .index-button {
		width: 200px;
		height: 40px;
		background: var(--main-color);
		text-align: center;
		color: #ffffff;
		line-height: 40px;
		border-radius: 20px;
		transition: 0.3s;
	}

	.product-banner .textC {
		width: 100%;
	}

	.product-banner .btn {
		width: 220px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: var(--main-color);
		transition: 0.3s;
		border-radius: 3rem;
	}

	.product-banner .btn a {
		color: #ffffff;
		font-size: 14px;
	}

	.product-banner .btn img {
		margin-right: 10px;
	}

	.product-banner .content {
		transition: 0.3s;
		text-shadow: 2px 2px 1px #ffffff;
	}

	.productshow01 .title {
		font-size: 25px;
	}

	.productshow01 .catalog li {
		height: 30px;
		width: 260px;
		border: 1px solid #ffffff;
		font-size: 16px;
		color: #ffffff;
		line-height: 30px;
		border-radius: 10px;
		text-align: center;
		margin-left: 10px;
		margin-right: 10px;
		cursor: pointer;
	}

	.productshow01 .data-content {
		flex-direction: column;
	}

	.productshow01 .data-img {
		width: 100%;
	}

	.productshow01 .data-txt {
		width: 100%;
		padding-left: 0rem;
	}

	.productshow01 .data-txt li div:nth-child(1) {
		font-size: 14px;
		line-height: 40px;
		width: 100%;
	}

	.productshow01 .data-txt li div:nth-child(2) {
		font-size: 14px;
		line-height: 40px;
		width: 100%;
	}

	.productshow01 .data-txt li {
		height: unset;
		flex-direction: column;
		padding-left: 20px;
	}

	.productshow02 .title {
		font-size: 25px;
		margin-bottom: 15pxm;
	}

	.productshow02 .list {
		margin: 0;
		flex-direction: column;
	}

	.productshow02 .list li {
		width: 100%;
		padding: 0;
	}

	.productshow02 .box {
		border-radius: 10px;
		padding: 15px;
		color: #333333;
		font-size: 18px;
		line-height: 25px;
		background: #ffffff;
	}

	.productshow02 .pic {
		width: 50px;
		height: 50px;
		margin-bottom: 10px;
	}

	.productshow03 .title-big {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.productshow03 {
		padding-left: 0rem;
		padding: 10px;
		overflow: hidden;
	}

	.productshow03 .product-list .bt {
		font-size: 20px;
		line-height: 30px;
		position: absolute;
		bottom: 15px;
		left: 15px;
	}

	.productshow03 .swiper-button-prev {
		width: 30px;
		height: 30px;
	}

	.productshow03 .swiper-button-next {
		width: 30px;
		height: 30px;
	}

	.productshow03 .swiper-button-prev.swiper-button-disabled {
		width: 30px;
		height: 30px;
	}

	.productshow03 .swiper-button-next.swiper-button-disabled {
		width: 30px;
		height: 30px;
	}

	.productshow03 .button-next-prev {
		position: absolute;
		top: 36px;
		right: 60px;
	}

	.productshow04 .title {
		font-size: 30px;
	}

	.productshow04 .tit {
		font-size: 16px;
	}

	.productshow04 .inside-message .fromlist li {
		width: 100%;
		padding-top: 15px;
	}

	.productshow04 .inside-message .fromlist li label {
		font-size: 18px;
	}

	.productshow04 .inside-message .fromlist li .iinput,
	.productshow04 .inside-message .fromlist li .itextarea {
		height: 40px;
		font-size: 16px;
	}

	.productshow04 .inside-message .fromlist .ttt {
		margin: 15px 0;
		font-size: 16px;
	}

	.productshow04 .inside-message .fromlist .yzhm {
		width: 100%;
		padding-top: 0rem;
	}

	.productshow04 .inside-message .fromlist .yzhm img {
		width: 100px;
		height: 40px;
	}

	.productshow04 .inside-message .fromlist .btnDiv a {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		width: 180px;
		border-radius: 20px;
		margin-top: 20px;
	}

	.productshow05 .title {
		color: #333333;
		font-size: 28px;
		text-align: center;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.productshow05 .related-pro {
		display: flex;
		margin: 0;
		flex-direction: column;
	}

	.productshow05 .prolist {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.productshow05 .name {
		font-size: 20px;
		line-height: 30px;
		margin-top: 10px;
	}

	.service01 .title {
		font-size: 28px;
		margin-bottom: 15px
	}

	.service01 p {
		font-size: 16px;
		color: #666666;
	}

	.service01 .summary p {
		text-align: center;
		margin-bottom: 15px;
		line-height: 25px;
	}

	.service01 .img-left {
		width: 100%;
	}

	.service01 .content-right {
		width: 100%;
		padding-left: 0rem;
	}

	.service01 .content {
		flex-direction: column;
	}

	.service01 .tit {
		font-size: 18px;
		margin-top: 10px
	}

	.service01 .content-right p {
		line-height: 20px;
		margin-bottom: 15px;
		font-size: 16px;
	}

	.service02 .title {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.service02 .content {
		flex-direction: column;
		margin: 0;
		margin-bottom: 10px;
	}

	.service02 .process-li {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.service02 .pic:after {
		content: "";
		display: block;
		padding-top: 28%;
	}

	.service02 .process-li .tit {
		font-size: 20px;
		margin-top: 10px;
	}

	.service02 .process-li .content1 {
		font-size: 16px;
		line-height: 25px;
		margin-top: 10px;
	}

	.service03 .container {
		flex-direction: column;
	}

	.service03 .info {
		width: 100%;
	}

	.service03 .list_dt {
		height: 60px;
		line-height: 60px;
		transition: width 2s;
		color: #333333;
		cursor: pointer;
		position: relative;
		font-size: 20px;
		background: #ffffff;
	}

	.service03 .list_dt .name {
		height: 60px;
		font-size: 15px;
		font-weight: bold;
		padding-left: 30px;
		color: #333;
		padding-right: 0rem;
		background-size: 25px;
	}
	.service03 dl dt .jiantou {
		width: 12px;
		height: 7px;
	}

	.service03 .title {
		color: #333333;
		font-size: 30px;
		font-weight: bold;
	}

	.service03 .jobsub {
		border-top: 0;
		line-height: 30px;
		color: #c1c1c1;
		font-size: 16px;
		background: #fff;
		padding-bottom: 10px;
		padding-left: 30px;
	}

	.service04 .container {
		flex-direction: column;
	}

	.service04 .right-img {
		width: 100%;
	}

	.service04 .message {
		width: 100%;
		padding-right: 0rem;
	}

	.service04 .title {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.service04 .txt {
		color: #fefefe;
		font-size: 18px;
		margin-bottom: 15px;
	}

	.service04 .inside-message .fromlist li {
		width: 100%;
		padding-top: 10px;
	}

	.service04 .inside-message .fromlist li label {
		color: #ffffff;
		font-size: 18px;
	}

	.service04 .inside-message .fromlist li .iinput,
	.service04 .inside-message .fromlist li .itextarea {
		width: 60%;
		border: 0;
		color: #666;
		font-size: 16px;
		padding: 0 10px;
		height: 40px;
		line-height: 40px;
		border-radius: 5px;
		border: 1px solid #343434;
		background: none;
	}

	.service04 .inside-message .fromlist .ttt {
		margin: 15px 0;
		font-size: 15px;
		color: #999999;
	}

	.service04 .inside-message .fromlist .yzhm {
		width: 100%;
		padding-top: 0rem;
	}

	.service04 .inside-message .fromlist .yzhm img {
		width: 120px;
		height: 40px;
	}

	.service04 .inside-message .fromlist .btnDiv a {
		color: #fff;
		font-size: 16px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		width: 170px;
		display: inline-block;
		background: var(--main-color);
		font-family: var(--font-family-U-L);
		border-radius: 20px;
		transition: 0.3s;
		margin-top: 20px;
	}

	.service04 .right-img .pic:after {
		content: "";
		display: block;
		padding-top: 117%;
	}

	.service04 .right-img {
		margin-top: 20px
	}
	.house01 .container{
		flex-direction: column;
	}
	.house01 .content {
	    width: 100%;
	    padding-right: 0rem;
	}
	.house01 .right-img {
	  width: 100%;
	}
	.house01 .title {
	    font-size: 28px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    line-height:30px;
	}
	.house01 .m-title {
	    font-size: 20px;
	    color: #0255e4;
	    line-height: 25px;
	    margin-bottom: 15px;
	}
	.house01 .txt p {
	    font-size: 16px;
	    color: #666666;
	    margin-bottom: 10px;
	    line-height: 25px;
	}
	.house02 .title {
	    font-size: 25px;
	    color: #ffffff;
	    text-align: center;
	    margin-bottom: 10px;
	}
	.house02 .txt {
	    font-size: 18px;
	    color: #ffffff;
	    text-align: center;
	    margin-bottom: 10px;
	}
	.house02{
		overflow: hidden;
	}
	.house02 .list {
	    display: unset;
	}
	.house02 .list li:hover, .house02 .list .active{
		width: 100%;
	}
	.house02 .list .pic img {
	    height: unset;
	    object-fit: cover;
	    border-radius: 1rem;
	}
	.house02 .list .box{
		height: unset;
	}
	.house02 .list .text-1{
		display: none;
	}
	.house02 .list .text-2{
		opacity: 1;
		padding: 0;
		padding-left: 10px;
	}
	.house02 .list .text-2 .info {
	    font-size: 14px;
	    color: #ffffff;
	}
	.house02 .list .text-2 .title {
	    font-size: 28px;
	    color: #ffffff;
	    font-weight: bold;
	    text-align: left;
	    margin-bottom: 10px;
	}
	.house03 .title {
	    font-size: 25px;
	    color: #333333;
	    font-weight: bold;
	    margin-bottom: 10px;
	}
	.house03 .txt {
	    font-size:18px;
	    color: #666666;
	    margin-bottom: 10px;
	}
	.house03 .btbt {
	    padding-left: 0rem;
	    overflow: hidden;
	    clear: both;
	}
	.house03 .button-next-prev{
		display: none;
	}
	.house03 .text .title {
	    font-size: 20px;
	    color: #333333;
	    line-height: 30px;
	    margin-bottom: 10px;
	    font-weight: 100;
	    margin-top: 15px;
	}
	.house03 .text .info {
	    font-size: 16px;
	    color: #666666;
		line-height: 30px;
	    min-height: 200px;
	}
	.house03 .pic {
	    width: 85px;
	    height: 81px;
	    display: block;
	    margin: auto;
	    position: relative;
	}
	.house03 .box{
		padding-top: 40px;
	}
	.house04 .left-img {
	    width: 100%;
	}
	.house04 .info {
	    width: 100%;
	    padding: 0rem;
	}
	.house04 {
	    padding: 20px;
	    display: flex;
	    justify-content: space-between;
		flex-direction: column;
	}
	.house04 .info .title {
	    font-size: 28px;
	    color: #333333;
	    font-weight: bold;
	}
	.house04 .list_dt {
	    height: 40px;
	    line-height: 40px;
	    font-size: 20px;
	}
	.house04 .list_dt .name {
	    height: 40px;
	    font-size:16px;
	    padding-left: 30px;
	}
	.house04 .jobsub {
	    border-top: 0;
	    line-height: 20px;
	    color: #c1c1c1;
	    font-size: 14px;
	    background: #fff;
	    padding-left: 30px;
	    margin-top: 10px;
	}
	.house04 .list_dt .num {
	    color: #333333;
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    text-align: center;
	    font-size: 16px;
	    background: #e5eefc;
	    border-radius: 20px;
	    position: absolute;
	    left: -20px;
	}
	.case01 .catalog .bk {
	    width: 50px;
	    height: 50px;
	    border-radius: 50%;
	    margin: 0 auto;
	    background: none;
	}
	.case01 .name {
	    font-size: 14px;
	    color: #333333;
	    text-align: center;
	    line-height: 20px;
	}
	.case01 .prolist {
	    width: 49%;
	    cursor: pointer;
	    margin: 0 0.5%;
	    margin-bottom: 10px;
	}
	.methods01 .product-list .product-img {
	    width:100%;
		margin-bottom: 10px;
	}
	.methods01 .product-list:nth-child(2n+1) .product-content {
	    padding-left: 0rem;
		 width:100%;
	}
	.methods01 .product-list {
	    display: flex;
	    justify-content: space-between;
		flex-direction: column;
	}
	.methods01 .product-list:nth-child(2n) {
	    flex-direction: column;
	}
	.methods01 .product-list .product-content{
		 width:100%;
	}
	.methods01 .title {
	    font-size: 22px;
	    color: #333333;
	    text-align: left;
	    font-weight: bold;
	    margin-bottom: 10px;
	    line-height: 30px;
	}
	.methods01 .title span {
	    font-size: 18px;
	}
	.methods01 .s-title {
	    font-size: 18px;
	    color: #333333;
	    font-weight: bold;
	    padding-left: 20px;
	    background: url(../images/dd.jpg) no-repeat left center;
	    margin-bottom:10px;
	}
	.methods01 .txt {
	    font-size: 16px;
	    color: #666666;
	    padding-left: 20px;
	    margin-bottom: 10px;
	    line-height: 20px;
	}
	.contact01 .contact-left {
	    width: 100%;
	    padding-right: 0rem;
	    padding-top: 20px;
		padding-bottom: 20px;
	}
	.contact01 .contact-right {
	    width: 100%;
	    box-shadow: 0px 0.3rem 1.2rem 0px rgba(0, 0, 0, 0.12);
	    padding: 10px;
	    border-radius: 10px;
	    padding-bottom: 20px;
	    background: linear-gradient(to bottom, #f7fafe, #ffffff);
	}
	.contact01 .container {
	    display: flex;
		flex-direction: column;
	}
	.contact01 .title {
	    font-size: 28px;
	    color: #333333;
	    font-weight: bold;
	    margin-bottom: 15px;
	}
	.contact01 .txt {
	    color: #0255e4;
	    font-size: 20px;
	    font-weight: bold;
	    margin-bottom: 15px;
	}
	.contact01 .contact-left .p-1 {
	    font-size: 14px;
	    color: #333333;
	    height: 50px;
	    line-height: 50px;
	    border-bottom: 1px solid #d9d9d9;
	    display: flex;
	}
	.contact01 .contact-left .p-1 span {
	     font-size: 14px;
	}
	.contact01 .contact-left .p-1:nth-child(1) {
	    line-height:20px;
	}
	.contact01 .contact-left .p-1 .icon img {
	    height: 29px;
	    width: 29px;
	}
	.contact01 .contact-left .p-1 .icon {
	    height: 29px;
	    display: inline-block;
	    width: 29px;
		margin-right: 10px;
	}
	.contact01 .inside-message .fromlist li label {
	    color: #333333;
	    font-size: 18px;
	}
	.contact01 .inside-message .fromlist li {
	    width: 100%;
	    padding-top: 10px;
	}
	.contact01 .inside-message .fromlist li .iinput, .contact01 .inside-message .fromlist li .itextarea {
	    width: 100%;
	    border: 0;
	    color: #666;
	    font-size: 16px;
	    padding: 0 10px;
	    height: 40px;
	    line-height:  40px;
	    border-radius: 10px;
	    border: 1px solid #dce0e2;
	}
	.contact01 .socialMedia a {
	    width: 40px;
	    height:40px;
	    border-radius: 5px;
	    position: relative;
	    display: inline-block;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
	    margin-right: 5px;
	    transition: 0.3s;
	}
	.contact01.socialMedia a img, .contact01 .socialMedia a svg {
	    width: 20px;
	    height: 20px;
	    margin-top: 10px;
	}
	.contact01 .inside-message .fromlist .ttt {
	    margin: 10px;
	    font-size:15px;
	    color: #999999;
	}
	.contact01 .inside-message .fromlist .yzhm {
	    width: 100%;
	    padding-top: 0rem;
	}
	.contact01 .inside-message .fromlist .yzhm img {
	    width: 100px;
	    height:40px;
	}
	.contact01 .inside-message .fromlist .btnDiv a {
	    color: #fff;
	    font-size: 16px;
	    text-align: center;
	    height: 40px;
	    line-height: 40px;
	    width: 200px;
	    display: inline-block;
	    background: var(--main-color);
	    font-family: var(--font-family-U-L);
	    border-radius: 20px;
	    transition: 0.3s;
		margin-top: 20px;
	}
	.contact01 .inside-message .fromlist .yzhm input{
		width: 70%;
	}
	.join01 .content {
	    width: 100%;
	    padding-right:0rem;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	.join01 .right-img {
	   width: 100%;
	}
	.join01 .container {
	    display: flex;
		flex-direction: column;
	}
	.join01 .title {
	    font-size: 28px;
	    color: #333333;
	    font-weight: bold;
	    margin-top: 10px;
	    margin-bottom: 15px;
	}
	.join01 .s-title {
	    font-size: 20px;
	    margin-bottom: 15px;
		line-height: 25px;
	}
	.join01 .m-title {
	    font-size: 20px;
	    margin-bottom: 15px;
		line-height: 25px;
	}
	.join01 .txt p {
	    font-size: 16px;
	    color: #666666;
	    margin-bottom: 10px;
	}
	.join02{
		padding-bottom: 20px;
		background-size: cover!important;
	}
	.join02 .container{
		flex-direction: column;
	}
	.join02 .left-txt {
	    width: 100%;
	}
	.join02 .tit {
	    font-size: 28px;
	    color: #ffffff;
	    font-weight: bold;
	    margin-bottom: 10px;
	}
	.join02 .txt {
	    font-size: 18px;
	    color: #ffffff;
	}
	.join02 .right-btn {
	    width: 200px;
	    height: 40px;
	    background: #ffffff;
	    text-align: center;
	    line-height: 40px;
	    color: #0364d9;
	    border-radius: 20px;
		margin-top: 20px;
	}
	.join03 .title {
	    color: #333333;
	    font-size: 18px;
	    font-weight: bold;
	    margin-bottom: 10px;
	}
	.join03 .summary .summary-li div:nth-child(1) {
	    color: #33333390;
	    font-size: 16px;
	    width: 33%;
	}
	.join03 .summary .summary-li div:nth-child(2) {
	    color: #333333;
	    font-size: 16px;
	}
	.join03 .job div {
	    color: #333333;
	    font-size: 16px;
	    font-weight: bold;
	    margin-bottom: 10px
	}
	.join03 .job p {
	    color: #666666;
	    font-size: 16px;
	    line-height: 25px;
	}
	.join03 .posting div {
	   color: #333333;
	   font-size: 16px;
	   font-weight: bold;
	   margin-bottom: 10px
	}
	.join03 .posting p {
	    color: #666666;
	    font-size: 16px;
	    line-height: 25px;
	}
	.join03 .btn {
	    width: 230px;
	    height: 40px;
	    background: var(--main-color);
	    text-align: center;
	    line-height: 40px;
	    color: #ffffff;
	    font-size: 16px;
	    border-radius: 20px;
	    margin-top:15px;
	    position: relative;
	    padding-left: 30px;
	}
	.join03 .btn:after {
	    background: url(../images/toudi.png) no-repeat;
	    position: absolute;
	    width: 29px;
	    height: 25px;
	    content: "";
	    background-size: cover;
	    top: 50%;
	    left: 10px;
	    margin-top: -12.5px;
	}
	.join03 .click {
	    position: absolute;
	    top: 15px;
	    right: 15px;
	    cursor: pointer;
	    z-index: 100;
	}
	.join03 .click img{
	width: 25px;
	height: 25px;
	}
}