body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	/*background: url(../img/bg.png) left bottom;*/
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body::-webkit-scrollbar {
	display: none
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
    color: white !important;
}

#all {
	width: 100%;
	height: 100%;
}

#top_banner {
	height: 5%;
	background-color: #03193D;
}

#top_banner li {
	width: 2.5%;
	height: 50%;
	float: right;
	margin-right: 15px;
}

#top_banner li:nth-of-type(2n-1) {
	margin-right: 25px;
}

#top_banner li:nth-of-type(1) {
	background-color: #8969CB;
	margin-right: 15px;
}

#top_banner li:nth-of-type(2) {
	background-color: #4130A3;
}

#top_banner li:nth-of-type(3) {
	background-color: #7FB6ED;
}

#top_banner li:nth-of-type(4) {
	background-color: #2167D6;
}

#top_banner li:nth-of-type(5) {
	background-color: #FB9063;
}

#top_banner li:nth-of-type(6) {
	background-color: #E64C45;
}

#top_banner li:nth-of-type(7) {
	background-color: #66E9DF;
}

#top_banner li:nth-of-type(8) {
	background-color: #4AA9D7;
}

#content_banner {
	position: relative;
	width: 100%;
	height: 75%;
}

.carousel {
	height: 100%;
}

.carousel-inner {
	height: 100%;
}

.carousel-inner .item {
	height: 100%;
}
.carousel-inner .item:nth-of-type(1) div{
	height: 100%;
	background: -webkit-linear-gradient(left top, #16AAAA, #42579A);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #16AAAA, #42579A);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #16AAAA, #42579A);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #16AAAA, #42579A);
	/* 标准的语法（必须放在最后）*/
}
.carousel-inner .item:nth-of-type(2) div{
	height: 100%;
	background: -webkit-linear-gradient(left top, #42579A, #16AAAA);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #42579A, #16AAAA);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #42579A, #16AAAA);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #42579A, #16AAAA);
	/* 标准的语法（必须放在最后）*/
}

.carousel-inner .item:nth-of-type(1) .big {
	width: 40%;
	position: absolute;
	left: 2%;
	top: 50%;
	transform: translateY(-42%);
}

.carousel-inner .item:nth-of-type(2) .big {
	width: 30%;
	position: absolute;
	left: 3.5%;
	top: 50%;
	transform: translateY(-50%);
}
.carousel-inner .item p {
	position: absolute;
	left: 52%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size:35px;
	color: white;
	font-weight: bold;
}
.carousel-inner .item .icon_one {
	padding: 5px 0 0 5px;
}

.carousel-inner .item .icon_two {
	/*position: absolute;
	right: 5px;
	top: 5px;*/
}

.login_content {
	width: 350px;
	height: 380px;
	position: absolute;
	right: 100px;
	top: 50%;
	right: 8%;
	transform: translate(-10%, -50%);
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	border-radius: 10px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}

.login_content img{
	width: 80%;
	margin: 20px 0 10px 0;
}


.login_content input {
	width: 180px;
	float: left;
	border: none;
	background: none;
	color: white;
}

.login_content span:nth-of-type(1) {
	/*display: block;*/
	float: left;
	padding-top: 7px;
	font-weight: normal;
}

.login_content span:nth-of-type(2) {
	display: block;
	float: left;
	padding-top: 6px;
	font-weight: normal;
}

.login_content label {
	clear: both;
	border: 1px solid #16AAAA;
	width: 280px;
	height: 36px;
	border-radius: 50px;
	padding-left: 20px;
	margin-top: 15px;
}

.login_content .submit {
	width: 280px;
	border-radius: 50px;
	position: absolute;
	top: 80%;
	left: 50%;
	height: 36px;
	transform: translate(-50%, -50%);
	text-align: center;
	background: -webkit-linear-gradient(left, #425C9B, #1AAAAA);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(left, #425C9B, #1AAAAA);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(left, #425C9B, #1AAAAA);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to left, #425C9B, #1AAAAA);
	/* 标准的语法（必须放在最后）*/
	cursor: pointer;
}

#bottom_banner {
	height: 20%;
	background-color: #03193D;
	color: #B4B3B3;
	position: relative;
	margin: auto;
	padding-top: 2%;
}

.all_big {
	width: 90%;
	clear: both;
	margin: auto;
}

.all_small {
	width: 33%;
	position: relative;
	float: left;
	padding-left: 5%;
}

.all_small p:nth-of-type(1) {
	width: 100%;
	right: 10%;
	font-size: 17px;
	font-weight: bold;
}

.all_small p:nth-of-type(2) {
	width: 80%;
	font-size: 13px;
	position: relative;
	left: 37px;
	bottom: 15px;
}