	@import url(./common.css?3);

	a:focus {
		outline: 0;
	}

	#map {
		width: 500PX;
		height: 500px;
	}

	.pac-container {
		z-index: 100000;
	}

	/* .banner {
		height: 500px;
		background: url(../images/banner.jpg) no-repeat center;
		background-size: cover;
		overflow: hidden;
	} */

	.searchMini {
		display: none;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.searchBox {
		background: #fff;
		border-radius: 30px;
		padding: 8px;
		max-width: 720px;
		min-width: 500px;
		margin-top: 10px;
		position: relative;
		border: 1px solid #eee;
	}

	.searchBox.error {
		border: 1px solid #ff6700;
	}

	.searchBox input,
	.searchBox2 input {
		border: 0;
		padding: 10px 16px;
		font-size: 16px;
		line-height: 1.4;
		border-radius: 6px;
		color: #333;
		outline: none;
	}

	.searchBox input:focus-visible {
		border: 0;
		box-shadow: none;
	}

	.searchBox2 input {
		border: 1px solid #ddd;
	}

	.searchBox2.wrapCon {
		padding: 20px 0;
	}

	.btnC {
		/* background: #1967d2; */
		margin-top: 20px;
		padding: 10px 0;
		text-align: center;
		font-size: 18px;
		line-height: 2;
		border-radius: 36px;
		border: 0;
		color: #fff;
		white-space: nowrap;
		background-color: #ff5985;
		background-image: linear-gradient(107deg, #0B7CF8 0%, #542CFA 100%);
	}

	.searchList {
		background-color: #fff;
		position: absolute;
		left: 18px;
		top: 50px;
		color: #666;
		font-size: 12px;
		line-height: 30px;
		box-shadow: 0 0 3px 1px #eee;
		width: 60%;
		padding: 0;
	}

	.searchList .glyphicon {
		margin: 0 3px 0 0;
	}

	.searchList .box {
		padding: 0 5px;
		border-bottom: 1px solid #ddd;
	}

	.searchList .box:hover {
		background: #f5f5f5;
	}

	.searchList .box:last-of-type {
		border: 0;
	}


	.wrapCon label {
		margin-bottom: 0;
		font-weight: 600;
		/* display: none; */
	}

	.wrapContact .form-group {
		/* width: 100%; */
		margin-bottom: 8px;
	}

	.wrapCon .form-group {
		/* width: 100%; */
		margin-bottom: 15px;
	}

	.wrapCon .form-control {
		background: #f3f7f9;
		border-radius: 10px;

	}

	.xing {
		color: #f00;
	}

	.wrapCon .radio+.radio {
		margin-top: 10px;
	}

	.wrapCon .btnC {
		margin: 15px 0;
		float: right;
		padding: 10px 40px;
	}

	.bold {
		font-weight: bold;
	}

	.wrap .content {
		box-shadow: 0 0 3px 2px #ddd;
		margin: 15px 0;
		padding: 10px;
	}

	.wrap .content .form-control {
		margin-top: 15px;
		border: 0;
		border-bottom: 1px solid #999;
		box-shadow: none;
		border-radius: 0;
	}

	.wrap .content .btnC {
		border-radius: 5px;
	}

	.wrap .searchBox2 .btnC {
		padding: 10px 16px;
		margin-top: 20px;
	}


	.banner {
		height: calc(100vh - 115px);
	}

	.carousel-inner {
		height: 100%;

	}

	.banner .item {
		height: 100%;
		background-position: 70% 20%;
		background-image: url('../images/banner.png');
		background-color: #000828;
		background-size: auto 100%;
		background-repeat: no-repeat;
		position: relative;
	}

	.carousel-caption {
		text-align: left;
		color: #fff;
		top: 40%;
		left: 5%;
		right: 0;
		bottom: 0;
		padding: 0 15px;
		-webkit-animation-duration: .7s;
		animation-duration: .7s;
		-webkit-animation-delay: .3s;
		animation-delay: .3s;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeBottom;
		animation-name: fadeBottom;
	}

	@-webkit-keyframes fadeBottom {
		0% {
			opacity: 0;
			-webkit-transform: translateY(10%);
			transform: translateY(10%)
		}

		to {
			opacity: 1;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%)
		}
	}

	.carousel-caption .et_pb_slide_title {
		font-size: 68px;
		text-decoration: none;
	}

	.carousel-caption .et_pb_slide_title a {
		text-decoration: none;
	}

	.carousel-caption .et_pb_slide_content {
		font-size: 18px;
		margin: 20px 0 15px;
	}

	.moudle {
		padding: 20px;
		margin: 30px 0;
		text-align: center;
		border-radius: 5px;
		color: #fff;
	}

	.moudle .text {
		font-size: 25px;
		line-height: 35px;
		min-height: 70px;
		text-align: center;
		font-weight: 500;
	}

	.moudle .text1 {
		font-size: 16px;
		line-height: 20px;
		min-height: 40px;
		text-align: center;
		font-weight: 500;
	}

	.moudle .btn {
		margin: 5px auto 15px;
		font-size: 15px;
		background-image: linear-gradient(107deg, #0B7CF8 0%, #542CFA 100%);
		font-weight: bold;
		padding: 10px 30px;
		border-radius: 30px;
	}

	.moudle .btn a {
		color: #fff;
	}

	.featureBox {
		position: absolute;
		bottom: 10px;
		left: 5%;
		width: 90%;
		padding: 0 15px;

	}

	.featureW {
		border-radius: 3px;
		padding: 20px 15px;

	}

	.feature {
		padding: 10px;
		flex: 1;
	}

	.feature .imgIcon {
		text-align: center;
	}

	.feature .imgIcon img {
		height: 80px;
	}

	.feature .title {
		font-weight: bold;
		font-size: 20px;
		color: #fff;
	}

	.feature .text {
		line-height: 24px;
		font-size: 14px;
		font-weight: 500;
		color: #ddd;

	}


	.navbar.navbar-default {
		border: 0;
		box-shadow: none;
		background: none;
		margin: 0;
	}

	.navbar-default .navbar-nav>li>a {
		font-weight: 700;
		font-size: 16px;
		padding: 25px 10px;

	}

	.navbar-default .navbar-nav>li>a.active {
		color: #542CFA;
	}

	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>li>a:hover {
		color: #542CFA;
	}


	@media (min-width: 1200px) {
		.carousel-caption .et_pb_slide_title {
			max-width: 900px;
			text-align: left;
		}

		.carousel-caption .et_pb_slide_content {
			max-width: 400px;
			text-align: left;
		}

		.feature .title {
			margin: 20px 0;
		}

		.wrapCon.searchBox2 {
			width: 800px;
		}

		.wrapCon.searchBox2 .btnC {
			margin: 0;
			padding: 4px 15px;
		}

		.searchBox {
			min-width: 500px;
		}
	}

	@media (max-width: 1200px) {
		.banner {
			height: calc(100vh - 185px);
		}

		.carousel-caption {
			text-align: center;
			left: 0;
			top: 37%;
		}

		.featureBox {
			width: 100%;
			left: 0;
			padding: 15px;
			bottom: 0;
		}

		.featureW {
			padding: 10px;
		}

		.feature .title {
			margin: 10px 0;
		}

		.feature .text {
			min-height: inherit;
		}

		.moudle,
		.feature {
			margin: 15px 0;
		}
	}

	@media (max-width: 767px) {
		.banner {
			height: auto;
		}

		.banner .item {
			padding: 40px 0 50px;
		}

		.banner .item::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.4);
			z-index: 1;
			pointer-events: none;
		}

		.carousel-caption {
			position: inherit;
			-webkit-animation-name: none;
			animation-name: none;
			opacity: 1;
			transform: none;
		}

		.carousel-caption .et_pb_slide_title {
			font-size: 40px;
		}

		.featureBox {
			position: inherit;
			width: 100%;
			padding: 15px;
		}

		.topIndexNavBox .logo {
			height: 50px;
		}

		.navbar-default .navbar-nav>li>a {
			padding: 15px 10px;
		}

		.searchMini {
			display: block;
		}
	}