body {
	background: #F5F8FD;
}

.common-title {
	padding-top: 64px;
}

.swiper-slide {
	text-align: center;
}

.swiper-slide img {
	height: 450px;
	width: auto;
	margin-bottom: 20px;
}

.content-tab {
	margin-top: -45px;
	margin-bottom: 100px;
}

.tabs {
	position: relative;
}

.tabs .tab {
	position: absolute;
	top: 10px;
	background-size: 100% 100%;
	width: 49%;
	padding: 15px 0;
	cursor: pointer;
	text-align: right;
}

.tabs .tab1 {
	background: url(../img/contact/img1.jpg) no-repeat;
	left: 0;
}

.tabs .tab2 {
	background: url(../img/contact/img2.jpg) no-repeat;
	right: 0;
}

.tabs .tab.active,
.tabs .tab:hover {
	box-shadow: 5px 0 30px 0 #999999;
	top: 0;
}

.tabs .tab .text {
	display: inline-block;
	width: 50%;
	text-align: left;
}

.tabs .tab .text .text-zh {
	font-size: 20px;
	color: white;
}

.tabs .tab .text .text-en {
	font-size: 16px;
	color: #ECECEC;
	margin-top: 5px;
}

.tabs-ss {
	display: flex;
	margin-top: 20px;
	border-bottom: solid 1px #DDDDDD;
}

.tabs-ss .tab {
	flex: 1;
	text-align: center;
	color: #888888;
	cursor: pointer;
	padding-bottom: 10px;
}

.tabs-ss .tab.active,
.tabs-ss .tab:hover {
	color: #00BFFF;
}

.list {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}

.list .item4 {
	width: 24%;
}

.list .item .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.list .item .icon1 {
	background: white;
}

.list .item .icon2 {
	width: 90px;
	height: 90px;
	border: solid #00BFFF 1px;
}

.list .item .label {
	font-size: 17px;
	margin: 10px 0;
}

.list .item .label1 {
	color: white;
}

.list .item .text {
	font-size: 14.5px;
	color: #A3ADB6;
}

.content-02 {
	background: url(../img/contact/bg1.png) no-repeat;
	background-position: left bottom;
	padding-bottom: 40px;
}

.form-block {
	background: white;
	box-shadow: 0 0 10px #DDDDDD;
	padding: 20px 30px;
}

.form-block .describe {
	font-weight: bold;
}

.form-block .input-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}

.form-block .input-group input,
.form-block textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 15px;
	background: #F3F7FA;
	border: none;
	font-weight: bold;
	margin-top: 15px;
}

.form-block .input-group input {
	width: 48%;
}

.form-block textarea {
	resize: none;
	width: 100%;
	height: 100px;
}

.form-block .btns {
	text-align: center;
	margin-top: 15px;
}

.form-block .btns .btn {
	display: inline-block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
}

.form-block .btns .btn-reset {
	border: solid 1px #00BFFF;
	color: #00BFFF;
}

.form-block .btns .btn-submit {
	border: solid 1px #00BFFF;
	color: white;
	background: #00BFFF;
	margin-left: 15px;
}

.content-03 {
	background: #003859;
	padding-bottom: 50px;
}

.ccies {
	margin: 60px auto 0 auto;
}

.content-04 {
	padding: 230px 0 40px 0;
	background: url(../img/contact/img10.jpg) no-repeat;
	background-size: 100%;
}

.content-04 .icon {
	text-align: center;
	z-index: 40;
}

.content-04 .icon img {
	width: 60px;
	height: auto;
}

.content-04 .describe {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: white;
	box-shadow: 0 0 20px 0 #DDDDDD;
	z-index: 10;
	width: 82%;
	margin: 0 auto;
	padding: 40px 50px 30px 50px;
	font-size: 16px;
	color: #757C8F;
	line-height: 1.8em;
	margin-top: -35px;
}

.content-04 .describe .title {
	font-size: 23px;
	font-weight: bold;
	color: #00BFFF;
	display: inline-block;
	margin-right: 30px;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

@media screen and (max-width: 800px) {
	.swiper-slide img {
		height: 200px;
	}

	.list {
		flex-wrap: wrap;
	}

	.list .item2 {
		width: 100%;
		margin-top: 5px;
	}

	.list .item4,
	.list .item5 {
		width: 48%;
		margin-top: 15px;
	}

	.form-block .input-group input {
		width: 100%;
	}

	.content-04 {
		padding-top: 50px;
	}

	.content-04 .icon img {
		width: 50px;
	}

	.content-04 .describe {
		width: 95%;
		padding: 15px;
	}

	.content-04 .describe .title {
		font-size: 18px;
		margin-right: 15px;
	}
}
