body {
	height: auto;
}

.width-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.nav-container {}

.navbar-default {
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	border-color: rgba(0, 0, 0, 0);
}

.navbar-brand {
	padding: 10px;
}

.navbar-brand img {
	margin-left: 20px;
}

.navbar {
	min-height: 87px;
}

.logo-brand {
	width: 164px;
	height: 67px;
}

.navbar-right {
	margin-top: 20px;
}

.navbar-right li a {
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 20px;
}

.navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #117EF8;
	background-color: #FFFFFF
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
	background-image: none;
	box-shadow: none
}


.navbar-collapse {
	min-height: 87px;
}

.section1 {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -109px;
	z-index: -1;
	/* background: #117EF8; */
	background-image: url(../img/bg_top.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section1 .width-container .row {
	padding-top: 200px;
	z-index: 1;
}

.section1 .width-container .row div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.section1 .width-container .row div h1 {
	font-size: 50px;
	/* font-family:PingFang SC; */
	/* font-weight:bold; */
	color: rgba(16, 16, 43, 1);
	opacity: 1;
}

.section1 .width-container .row div h2 {
	font-size: 30px;
	/* font-family:PingFang SC; */
	font-weight: 400;
	color: rgba(198, 201, 207, 1);
	opacity: 1;
}

.section1-img {
	margin-left: -300px;
}



.section-h2 {
	font-size: 40px;
	/* font-family:PingFang SC; */
	/* font-weight:bold; */
	color: rgba(16, 16, 43, 1);

}

.section-h3 {
	font-size: 18px;
	line-height: 30px;
	color: rgba(127, 140, 165, 1);
	max-width: 370px;
}


/* .slick-dots {
	bottom: 50px;
}

.slick-dots li.slick-active button:before {
	color: #17C35D;
}

.slick-dots-avtive2-button:before {
	color: #E93F62;
}
 */



.footer {
	width: 100%;
}

.footer-top {
	width: 100%;
	height: 120px;
}

.footer-bottom {
	width: 100%;
	height: auto;
	background-color: #001C57;
	position: relative;
}

.input-container {
	width: 90%;
	max-width: 1170px;
	height: 260px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px -3px 16px rgba(31, 101, 255, 0.1);
	opacity: 1;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: -130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	transform: translate(-50%, 0);
}

.input-text {
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 88px;
	color: rgba(2, 23, 68, 1);
	opacity: 1;
	text-align: center;
}

.input-info-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	width: 100%;
}

.input-info {
	width: 60%;
	height: 50px;
	border-radius: 25px;
	background: rgba(242, 245, 248, 1);
	border: 0;
	font-size: 16px;
	font-weight: 400;
	color: rgba(140, 160, 187, 1);
	text-align: center;
	outline:none;
}

.input-info::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #8CA0BB;
	text-align: center;
	font-size: 16px;
}

.input-info:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #8CA0BB;
	text-align: center;
	font-size: 16px;
}

.input-info::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #8CA0BB;
	text-align: center;
	font-size: 16px;
}

.input-info:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #8CA0BB;
	text-align: center;
	font-size: 16px;
}


.footer-submit {
	background: rgba(17, 126, 248, 1);
	opacity: .75;
	border-radius: 25px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: -60px;
	font-size: 20px;
	color: #FFFFFF;
}

.footer-submit:hover {
	color: #FFFFFF;
	opacity: 1;
}

.footer-bottom-info {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	/* line-height:35px; */
	color: rgba(140, 157, 187, 1);
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

.footer-contact-container {
	width: 90%;
	max-width: 1030px;
	padding-top: 150px;
	color: #FFFFFF;
	margin: 0 auto;
	font-size: 16px;
}

.footer-contact-title {
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 37px;
	color: rgba(255, 255, 255, 1);
}

.section2-pc {
	display: inline;
}

.section2-pad-phone {
	display: none;
}


@media screen and (max-width:992px) {
	.section1 {
		background-image: none;
	}

	.navbar-default .navbar-nav>li>a {
		color: gray;
	}

	.section1-img {
		margin-left: 0;
		margin-top: 30px;
	}

	.input-text {
		font-size: 24px;
	}

	.dots-diy {
		bottom: 40px;
	}
}


@media screen and (max-width:768px) {
	
	.input-container{
		height: 180px;
		top: -90px
	}

	

	.input-text {
		font-size: 16px;
		line-height: 25px;
		padding:0 20px;
	}

	

	.section1 .width-container .row div h1 {
		font-size: 36px;
	}

	.section1 .width-container .row div h2 {
		font-size: 20px;
	}

	.navbar-toggle {
		margin-top: 20px;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: 0;
	}

	.navbar-right li a {
		padding-top: 20px;
		text-align: center;
	}
	.input-info {
		font-size: 12px;
		text-align: left;
		height: 40px;
	}
	
	.input-info::-webkit-input-placeholder {
		/* WebKit browsers */
		text-align: left;
		font-size: 16px;
	}
	
	.input-info:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		text-align: left;
		font-size: 16px;
	}
	
	.input-info::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		text-align: left;
		font-size: 16px;
	}
	
	.input-info:-ms-input-placeholder {
		/* Internet Explorer 10+ */
		text-align: left;
		font-size: 16px;
	}
	.footer-submit{
		font-size:18px
	}
	.footer-bottom-info{
		font-size:12px;
	}
}
