	@import url(./common.css);

	#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; */
		padding: 10px 0;
		text-align: center;
		font-size: 18px;
		line-height: 1.4;
		border-radius: 36px;
		border: 0;
		color: #fff;
		white-space: nowrap;
		background-color: #ff5985;
		background-image: linear-gradient(107deg, #ff245e 0%, #f27b77 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 .item {
		height: 640px;
		background-position: center center;
		background-image: url('../images/banner2.jpg');
		/* background-color: #667eff; */
		background-size: cover;
	}

	.carousel-caption {
		color: #fff;
		top: 50%;
		left: 0%;
		right: 0;
		bottom: 0;
		transform: translateY(-50%);
		-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;
	}

	.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, #ff245e 0%, #f27b77 100%);
		font-weight: bold;
		padding: 10px 30px;
		border-radius: 30px;
	}

	.moudle .btn a {
		color: #fff;
	}

	.feature {
		border-radius: 5px;
		padding: 30px;
		margin: 40px 0;
	}

	.feature .imgIcon {
		text-align: center;
	}

	.feature .imgIcon img {
		height: 70px;
	}

	.feature .title {
		margin: 20px 0;
		font-weight: bold;
		font-size: 20px;
	}

	.feature .text {
		line-height: 24px;
		min-height: 260px;
		font-size: 14px;
		font-weight: 500;
	}


	.navbar.navbar-default {
		border: 0;
		box-shadow: none;
		background: none;
		margin: 0;
	}

	.navbar-default .navbar-nav>li>a {
		font-weight: 700;
		font-size: 16px;
	}

	.navbar-default .navbar-nav>li>a.active {
		color: #b83088;
	}

	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>li>a:hover {
		color: #b83088;
	}


	@media (min-width: 1200px) {
		.carousel-caption {
			width: 1440px;
		}


	}

	@media (max-width: 1200px) {


		.feature .text {
			min-height: inherit;
		}

		.moudle,
		.feature {
			margin: 15px 0;
		}
	}

	@media (max-width: 767px) {
		.banner .item {
			height: 500px;
		}

		.carousel-caption .et_pb_slide_title {
			font-size: 40px;
		}



		.searchMini {
			display: block;
		}
	}


	@media (min-width: 1200px) {
		.searchBox {
			min-width: 500px;
		}
	}