body{
	background-color: RGBA(250, 250, 250, 1);
}
.contact .box1{
	padding: 107px 0 140px;
}
.contact .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.contact .box1 .index-title{
	margin-bottom: 94px;
}
.contact .box1 .l{
	flex: 1;
	margin-right: 40px;
}
.contact .box1 .l .l-c .logo img{
	display: block;
	width: 160px;
}
.contact .box1 .l .msg{
	margin-top: 40px;
}
.contact .box1 .l .msg .item{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: rgba(102, 102, 102, 1);
	line-height: 1.5;
}
.contact .box1 .l .msg .item:not(:last-child){
	margin-bottom: 23px;
}
.contact .box1 .l .msg .tel{
	font-size: 30px;
	color: rgba(49, 41, 39, 1);
	font-weight: 500;
}
.contact .box1 .l .msg .email{
	font-size: 18px;
	font-weight: 500;
}
.contact .box1 .r{
	width: 900px;
}
.contact .box1 .r .r-b{
	position: relative;
}
.contact .box1 .r .r-b .btn{
	position: absolute;
	top: 0;
	color: #E9CA56;
	cursor: pointer;
}
.contact .box1 .r .r-b .btn.btn-prev{
	left: -20px;
}
.contact .box1 .r .r-b .btn.btn-next{
	right: -20px;
}
.contact .box1 .r .r-b .btn.swiper-button-disabled{
	opacity: .3;
	cursor: not-allowed;
}
.contact .box1 .r .r-b .swiper{
	border-bottom: 1px solid rgba(222, 222, 222, 1);
}
.contact .box1 .r .r-b .swiper-slide{
	position: relative;
	width: auto;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	padding-bottom: 22px;
	transition: all .6s;
}
.contact .box1 .r .r-b .swiper-slide:not(:last-child){
	margin-right: 27px;
}
.contact .box1 .r .r-b .swiper-slide:hover,
.contact .box1 .r .r-b .swiper-slide.active{
	color: rgba(233, 202, 86, 1);
}
.contact .box1 .r .r-b .swiper-slide.active{
	font-weight: bold;
}
.contact .box1 .r .r-b .swiper-slide::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	bottom: -1px;
	background-color: rgba(233, 202, 86, 1);
}
.contact .box1 .r .r-b .swiper-slide.active::before{
	width: 100%;
}
.contact .box1 .r .r-c{
	margin-top: 40px;
}
.contact .box1 .r .r-c .item{
	display: none;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .box1 .r .r-c .item.active{
	display: flex;
}
.contact .box1 .r .r-c .list{
	width: 47.11%;
}
.contact .box1 .r .r-c .list li:not(:last-child){
	margin-bottom: 58px;
}
.contact .box1 .r .r-c .list .li-t{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
	transition: all .6s;
	cursor: pointer;
}
.contact .box1 .r .r-c .list li.active .li-t{
	color: rgba(233, 202, 86, 1);
}
.contact .box1 .r .r-c .list .li-t .icon-jiantou_youshang{
	font-weight: bold;
	color: #000;
	font-size: 22px;
	transform: rotate(45deg);
	transition: all .6s;
}
.contact .box1 .r .r-c .list li.active .li-t .icon-jiantou_youshang{
	transform: rotate(90deg);
	color: rgba(233, 202, 86, 1);
}
.contact .box1 .r .r-c .list .li-c{
	display: none;
}
.contact .box1 .r .r-c .list .li-c .text{
	margin-top: 26px;
}
.contact .box1 .r .r-c .list .li-c .text-title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
.contact .box1 .r .r-c .list .li-c .text-des{
	font-size: 18px;
	color: #333;
	font-family: Rany;
	font-weight: 300;
	line-height: 30px;
	margin-top: 2px;
}
.contact .box1 .r .r-c .list .li-c .text-des1{
	font-size: 16px;
}
.contact .box2{
	padding: 140px 0 150px;
	background-image: url(../img/contact-box2-bg.jpg);
	background-size: cover;
}
.contact .box2 .box-c{
	display: flex;
	justify-content: space-between;
}
.contact .box2 .box-c .l{
	width: 37.14%;
}
.contact .box2 .box-c .l img{
	display: block;
}
.contact .box2 .box-c .l .title{
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	margin-top: 28px;
}
.contact .box2 .box-c .r{
	width: 900px;
	width: 64.28%;
	padding: 70px 67px;
	background-color: #fff;
}
.contact .box2 .box-c .r .inputs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact .box2 .box-c .r .inputs .input{
	width: 47.79%;
	margin-bottom: 32px;
}
.contact .box2 .box-c .r .inputs .input label{
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
}
.contact .box2 .box-c .r .inputs .input input,
.contact .box2 .box-c .r .inputs .input textarea{
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 16px;
	border: none;
	outline: none;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
	resize: none;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #333;
}
.contact .box2 .box-c .r .inputs .input.textarea{
	width: 100%;
}
.contact .box2 .box-c .r .inputs .input textarea{
	height: 95px;
}
.contact .box2 .box-c .r .submit{
	width: 150px;
	line-height: 48px;
	text-align: center;
	background: #E9CA56;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	cursor: pointer;
}
@media (max-width:1440px) {
	.contact .box2 .box-c .l img{
		width: 60px;
	}
	.contact .box2 .box-c .l .title{
		font-size: 36px;
	}
}
@media (max-width:1280px) {
	.contact .box1 .index-title{
		margin-bottom: 60px;
	}
	.contact .box1 .r .r-b .swiper-slide{
		font-size: 16px;
		padding-bottom: 15px;
	}
	.contact .box1 .r{
		width: 840px;
	}
	.contact .box1 .l .msg .tel{
		font-size: 26px;
	}
	.contact .box2 .box-c .r{
		padding: 40px;
	}
	.contact .box2 .box-c .l .title{
		font-size: 30px;
	}
}
@media (max-width:1199px) {
	.contact .box2 .box-c .l .title{
		font-size: 28px;
		margin-top: 13px;
	}
	/* .contact .box1 .box-c{
		flex-direction: column;
	} */
	.contact .box1 .index-title{
		margin-bottom: 50px;
	}
	.contact .box2,
	.contact .box1{
		padding: 70px 0;
	}
	.contact .box1 .l{
		width: 233px;
		margin-right: 30px;
		flex: none;
	}
	.contact .box1 .r{
		flex: 1;
	}
	.contact .box2 .box-c .l img{
		width: 40px;
	}
}
@media (max-width:1024px) {
	.contact .box2 .box-c .r{
		margin-top: 40px;
		width: 100%;
	}
	.contact .box2 .box-c{
		flex-direction: column;
	}
	.contact .box2 .box-c .l{
		width: 335px;
		max-width: 100%;
	}
	.contact .box2 .box-c .l .title{
		font-size: 26px;
	}
	.contact .box1 .r .r-b .swiper-slide:not(:last-child){
		margin-right: 20px;
	}
	.contact .box1 .r .r-c{
		margin-top: 25px;
	}
	.contact .box1 .r .r-c .list .li-c .text{
		margin-top: 12px;
	}
	.contact .box1 .r .r-c .list .li-t{
		padding-bottom: 7px;
	}
	.contact .box1 .r .r-c .list{
		width: 100%;
	}
	.contact .box1 .r .r-c .list:not(:last-child),
	.contact .box1 .r .r-c .list li:not(:last-child){
		margin-bottom: 24px;
	}
	.contact .box2,
	.contact .box1{
		padding: 60px 0;
	}
	.contact .box1 .index-title{
		margin-bottom: 40px;
	}
	
}
@media (max-width: 768px) {
	.contact .box2 .box-c .r .inputs .input{
		width: 100%;
		margin-bottom: 30px;
	}
	.contact .box2 .box-c .r .inputs .input input, .contact .box2 .box-c .r .inputs .input textarea{
		height: 30px;
		margin-top: 6px;
	}
	.contact .box2 .box-c .r .inputs .input textarea{
		height: 70px;
	}
	.contact .box2 .box-c .r{
		margin-top: 30px;
	}
	.contact .box2 .box-c .l img{
		width: 30px;
	}
	.contact .box2 .box-c .l .title{
		font-size: 24px;
		text-align: left;
		padding-left: 40px;
	}
	.contact .box1 .r .r-c .list .li-t{
		font-size: 16px;
	}
	.contact .box1 .r .r-b .btn.btn-prev{
		left: -5px;
	}
	.contact .box1 .r .r-b .btn.btn-next{
		right: -5px;
	}
	.contact .box1 .r .r-b{
		padding: 0 20px;
	}
	.contact .box1 .r{
		margin-top: 30px;
		flex: none;
		width: 100%;
	}
	.contact .box1 .l .msg .tel{
		font-size: 22px;
	}
	.contact .box1 .l .msg .item:not(:last-child){
		margin-bottom: 0;
	}
	.contact .box1 .l{
		width: 100%;
		margin-right: 0;
	}
	.contact .box1 .box-c{
		flex-direction: column;
	}
	.contact .box2,
	.contact .box1{
		padding: 50px 0;
	}
	.contact .box1 .index-title{
		margin-bottom: 30px;
	}
	.contact .box1 .l .msg{
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
		gap: 13px 20px;
	}
	.contact .box2 .box-c .r .submit{
		line-height: 40px;
	}
}
@media (max-width: 500px) {
	.contact .box2 .box-c .l img{
		width: 20px;
	}
	.contact .box2 .box-c .l .title{
		padding-left: 30px;
	}
	.contact .box2 .box-c .r .inputs .input input, .contact .box2 .box-c .r .inputs .input textarea,
	.contact .box2 .box-c .r .inputs .input label{
		font-size: 14px;
	}
	.contact .box2 .box-c .r{
		padding: 25px 20px;
	}
	.contact .box2 .box-c .l .title{
		font-size: 22px;
	}
	.contact .box1 .l .msg .item{
		font-size: 14px;
	}
	.contact .box2,
	.contact .box1{
		padding: 40px 0;
	}
	.contact .box1 .index-title{
		margin-bottom: 20px;
	}
	.contact .box1 .l .msg .tel{
		font-size: 18px;
	}
	.contact .box1 .l .msg .email{
		font-size: 16px;
	}
	.contact .box1 .l .msg{
		gap: 13px 0;
	}
	.contact .box1 .l .msg .item{
		width: 50%;
	}
	.contact .box1 .l .msg .item:last-child{
		width: 100%;
	}
}