.contact{
	background-color: #f6f6f6;
}
.contact .box1{
	padding-bottom: 80px;
}
.contact .box1 .swiper-slide{
	width: 66%;
}
.contact .box1 .swiper-slide img{
	display: block;
	width: 100%;
}
.contact .box1 .swiper-b,
.a-i .box2 .box-c .swiper-b{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px auto 0;
	width: 66%;
}
.contact .box1 .swiper-b .swiper-pagination,
.a-i .box2 .box-c .swiper-b .swiper-pagination{
	position: relative;
	width: auto;
}
.contact .box1 .swiper-b .swiper-pagination-bullet,
.a-i .box2 .box-c .swiper-b .swiper-pagination-bullet{
	width: 6px;
	height: 6px;
	background: #D7D7D7;
	border-radius: 50%;
	opacity: 1;
}
.contact .box1 .swiper-b .swiper-pagination-bullet-active,
.a-i .box2 .box-c .swiper-b .swiper-pagination-bullet-active{
	background: rgba(84, 84, 84, 1);
}
.contact .box1 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.contact .box1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.a-i .box2 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.a-i .box2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 6px;
}
.contact .box1 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:first-child,
.contact .box1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child,
.a-i .box2 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:first-child,
.a-i .box2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child{
	margin-left: 0;
}
.contact .box1 .btns,
.a-i .box2 .btns{
	display: flex;
}
.contact .box1 .btn,
.a-i .box2 .btn{
	width: 50px;
	height: 50px;
	background: #333333;
	text-align: center;
	line-height: 50px;
	color: rgba(255, 255, 255, .3);
	cursor: pointer;
}
.contact .box1 .btn:hover,
.a-i .box2 .btn:hover{
	color: rgba(255, 255, 255, 1);
}
.contact .box1 .btn:last-child,
.a-i .box2 .btn:last-child{
	border-left: 1px solid rgba(94, 94, 94, 1);
}
.contact .box2{
	position: relative;
	padding: 100px 0;
	background-color: #fff;
}
.contact .box2:before,
.a-i .box1:before,
.common-bread::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(234, 234, 234, 1);
}
.contact-title{
	font-size: 30px;
	font-family: GothamRounded;
	font-weight: bold;
	color: rgba(0,102,181,1);
	line-height: 1;
}
.contact-des{
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: 300;
	color: #666666;
	line-height: 30px;
	margin-top: 15px;
}
.contact .box2 .box-c{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
}
.contact .box2 .box-c .l,
.contact .box2 .box-c .r{
	width: 50%;
}
.contact .box2 .box-c .l{
	padding-right: 6.66%;
}
.contact .box2 .box-c .r{
	padding-left: 6.66%;
}
.contact .box2 .box-c .name{
	margin-top: 50px;
	font-size: 22px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #666666;
	line-height: 1;
}
.contact .box2 .box-c .list{
	margin-top: 28px;
	width: 100%;
}
.contact .box2 .box-c .list li{
	padding: 27px 0;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #666666;
	align-items: center;
	line-height: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	width: 100%;
}
.contact .box2 .box-c .list li:first-child{
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.contact .box2 .box-c .list li .iconfont{
	font-size: 26px;
	color: #5d5d5d;
}
.contact .box2 .box-c .list li{
	flex: 1;
	margin-right: 140px;
}
.online-box .form{
	margin-top: 20px;
}
.online-box .form .input{
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	height: 55px;
	align-items: center;
	padding: 14px 0 ;
}
.online-box .form .input:hover{
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.online-box .form .input .iconfont{
	font-size: 22px;
	color: #333333;
}
.online-box .form .input label{
	font-size: 14px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #666666;
	margin: 0 10px;
	text-transform: uppercase;
	line-height: 22px;
}
.online-box .form .input label span{
	color: rgba(174, 100, 50, 1);
}
.online-box .form .input input,
.online-box .form .input textarea{
	height: 100%;
	width: 100%;
	flex: 1;
	border:none;
	outline: none;
	resize: none;
	font-size: 14px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #333;
	line-height: 22px;
	background-color: transparent;
}
.online-box .form .input.textarea{
	height: 112px;
	align-items: flex-start;
	padding-top: 18px;
}
.online-box .form .input .verify-code{
	height: 100%;
	cursor: pointer;
}
.online-box .form .submit{
	width: 240px;
	height: 60px;
	background: rgba(0, 102, 181, 1);
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: 300;
	color: rgba(255, 227, 0, 1);
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	cursor: pointer;
}
.a-i .box1{
	position: relative;
	padding-bottom: 104px;
}
.a-i .box1:before,
.common-bread::before{
	background-color: rgba(246, 246, 246, 1);
}
.a-i .box1 .box-c{
	position: relative;
	display: flex;
	justify-content: flex-end;
	z-index: 2;
}
.a-i .box1 .box-c .l,
.a-i .box1 .box-c .r{
	width: 50%;
}
.a-i .box1 .box-c .r{
	padding-left: 6.66%;
}
.a-i .box1 .box-c .l{
	position: absolute;
	left: 0;
	top:0;
	height: 100%;
	padding-right: 6.66%;
	display: flex;
	flex-direction: column;
}
.a-i .box1 .box-c .l .pic{
	margin-top: 39px;
}
.a-i .box1 .box-c .l .pic img{
	width: 100%;
	display: block;
}
.a-i .box1 .box-c .l .text-box{
	flex: 1;
	overflow: auto;
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #777777;
	line-height: 28px;
	margin-top: 25px;
	padding-right: 20px;
}
.a-i .box1 .box-c .l .text-box::-webkit-scrollbar{
	height: 2px;
	width: 2px;
	background-color: #f5f5f5;
}
/*定义滚动条轨道 内阴影+圆角*/
.a-i .box1 .box-c .l .text-box::-webkit-scrollbar-track{
    border-radius: 5px;
    background-color: rgba(222, 222, 222, 1);
}
/*定义滑块 内阴影+圆角*/
.a-i .box1 .box-c .l .text-box::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background-color: rgba(154, 154, 154, 1);
}
.a-i .box2{
	text-align: center;
	padding: 80px 0;
}
.a-i .box2 .box-c{
	margin-top: 50px;
}
.a-i .box2 .box-c .swiper-slide video{
	display: block;
	width: 100%;
	object-fit: cover;
}
.a-i .box2 .box-c .swiper-slide .text{
	margin-top: 19px;
	font-size: 18px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #333333;
	line-height: 1;
}
.a-i .box2 .box-c .swiper-b{
	width: 100%;
	margin-top: 50px;
}
@media (max-width:1199px) {
	.contact-title{
		font-size: 28px;
	}
}
@media (max-width:1024px) {
	.a-i .box1 .box-c .l{
		position: relative;
		width: 100%;
		padding-right: 0;
	}
	.a-i .box1 .box-c .r{
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	.a-i .box1 .box-c{
		flex-direction: column;
	}
	.contact .box2:before, .a-i .box1:before, .common-bread::before{
		width: 100%;
	}
	.a-i .box1{
		padding-bottom: 60px;
	}
	.a-i .box2{
		padding: 60px 0;
	}
	.contact-title{
		font-size: 26px;
	}
	.contact .box1{
		padding-bottom: 60px;
	}
	.contact .box2 .box-c .l{
		padding-right: 0;
		width: 100%;
	}
	.contact .box2 .box-c .r{
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	.contact .box2 .box-c{
		flex-direction: column;
	}
	.contact .box2{
		padding: 60px 0;
	}
	.contact .box2 .box-c .name{
		margin-top: 20px;
	}
	.contact .box2 .box-c .list li{
		padding: 10px 0;
	}
	.contact .box2 .box-c .name{
		font-size: 18px;
	}
	.contact .box2 .box-c .list li{
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.contact-title{
		font-size: 24px;
	}
	.a-i .box1 .box-c .l .pic,
	.a-i .box2 .box-c{
		margin-top: 30px;
	}
	.a-i .box1{
		padding-bottom: 50px;
	}
	.a-i .box2{
		padding: 50px 0;
	}
	.a-i .box1 .box-c .r,
	.contact .box2 .box-c .r{
		margin-top: 30px;
	}
	.online-box .form .submit{
		height: 50px;
		line-height: 50px;
	}
	.contact .box1 .btn, .a-i .box2 .btn{
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
	.a-i .box2 .box-c .swiper-b{
		margin-top: 30px;
	}
	.contact .box1 .swiper-b, .a-i .box2 .box-c .swiper-b{
		width: 100%;
	}
	.contact .box1{
		padding-bottom: 50px;
	}
	.contact .box2{
		padding: 50px 0;
	}
	
}
@media (max-width:500px) {
	.contact-title{
		font-size: 22px;
	}
	.a-i .box1 .box-c .l .pic,
	.a-i .box2 .box-c{
		margin-top: 25px;
	}
	.a-i .box1{
		padding-bottom: 40px;
	}
	.a-i .box2{
		padding: 40px 0;
	}
	.contact .box1{
		padding-bottom: 40px;
	}
	.contact .box1 .swiper-b{
		margin-top: 20px;
	}
	.contact .box2{
		padding: 40px 0;
	}
	.contact .box1 .swiper-slide{
		width: 100%;
	}
}