﻿* {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #337ab7;
}

.default-logo-top {
	background-color: #FFFFFF;
}

.logo-top {
	background-color: #0D61B7;
}


.logo img {
	display: block;
	/* width: 100%; */
	/* logo图片不需要缩放 */
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height:45px;
}

.default-logo img {
	display: block;
	/* width: 100%; */
	/* logo图片不需要缩放 */
	max-width: 100%;
	margin: 10px;
}

header>div {
	float: left;
}

.banner-title img {
	margin-top: 30px;
	margin-left: 10px;
}

.content {
	width: 100%;
	height: 450px;
}

.header {
	display: block;
	height: 45px;
	background-color: #E51C23;
}

.header p {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 45px;
	font-weight:bold;
}



.txt {
	background-color: #FFFFFF;
	font-size: 14px;
	height: auto;
	padding:10px;
   /*	overflow: auto;*/
}

.reg {
	display: block;
	background-color: #FFFFFF;
	height: auto;
}

.btn {
	display: block;
	margin: 0 auto;
	border-radius: 0;
	margin-bottom: 20px;
}

#ts {
	padding-top: 20px;
}

.login {
	width: auto;
	height: 300px;
}

.reg-content {
	width: auto;
	height: 100%;
	margin-top: 10px;
}

.login span {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
}

.reg span {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
}

.form {
	display: block;
    width: 100%;
    height: 100%;
    /* background-color: #EAEAEA; */
    /* margin: 15px; */
    margin-top: 20px;
}

.reg-form {
	display: block;
	background-color: #FFFFFF;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	margin-bottom: 15px;
}

.form-horizontal {
	padding-top: 5%;
	width: 80%;
	margin: 0 auto;
}

.yzm {
	height: 34px;
	width: 100%;
}

.login-btn {
	border-radius: 5px;
	width: 50%;
	background-color: #337ab7;
    border-color: #2e6da4;
}

.footer {
	text-align: center;
}

.index-nav {
	margin-top: 20px;
}

.pic {
	color: #FFFFFF;
	font-size: 40px;
	background-color: #DAA520;
	margin-top: 10px;
}


.navbar {
	background-color: #367BC0;
	height: 60px;
	max-width: 100%;
	border: 0px;
	margin: 1px;
}

nav ul li {
	float: left;
	width: 25%;
}

nav ul li a {
	position: absolute;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}


/* 默认页样式 */
.bg {
	background: #1066BB;
	height: 300px;
	width: 100%;
	z-index: 1;
}

.banner {
	padding-top: 50px;
	max-width: 100%;
}

.nav {
	margin-top: 60px;
	margin-bottom: 50px;
}

.service-box {
	background-color: #FFFFFF;
	box-shadow: 0 8px 8px #eee;
	border-radius: 10px;
	height: 100%;
	margin-left: 40px;
	margin-right: 40px;
}

.choice-item {
	font-family: "Microsoft YaHei";
	font-size: 24px;
	text-align: left;
	padding-left: 24px;
	color: #54555a;
	font-weight: normal;
	line-height: 100%;
	padding-top: 34px;
}



.nav-title {
	display: inline-block;
	width: 80%;
	height: 130px;
	line-height: 130px;
	vertical-align: middle;
	text-align: center;
	background-color: #1066BB;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 4px 4px #eee;
	-moz-box-shadow: 0 4px 4px #eee;
	-o-box-shadow: 0 4px 4px #eee;
	-ms-box-shadow: 0 4px 4px #eee;
	box-shadow: 0 4px 4px #eee;
	color: #fff;
	font-size: 30px;
	margin: 50px;
}


.index-content {
	display: flex;
	background-color: #FFFFFF;
	margin: 1px;
}

.content-box {
	border: 1px solid #C8C8C8;
	margin-top: 15px;
	margin: 30px;
}

.index-top {
	height: 30px;
	background-color: #F3F3F3;
}

.index-top p {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

#index-info {
	margin: 5px;
}


.box {
	margin-top: 20px;
	border: 1px solid #a6a6a6;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background: #fff;
}

.required:before {
	content: '*';
	color: #FF0000;
}

label.tip {
    color: #FF0000;
}

/*登录框*/
.login-form{
	position: relative;
	background: #ffffff;
	height: calc(100% - 35px);
	box-shadow: 0 0 5px #aaa;
	border-radius: 4px;
}

.login-form .login-title{
	color: rgb(32,91,149);
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}


.iconfont{
	font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(32,91,149);
    font-weight: bold;
}



.btn.btn-login{
	background:rgb(54,130,192);
	border-radius:18px;
	color:#FFFFFF;
	height:36px;
	width:100%;
}



/* 手机版样式 */
@media screen and (max-width: 767px) {
	* {
		margin: 0;
		padding: 0;
	}
	
	.bg {
		height: 100px;
	}

	.banner{
		padding-top: 25px;
	}

	.banner-title {
		padding-top: 20px;
		padding-bottom: 10px;
		width: 80%;
		padding-left: 20%;
	}

	.service-box{
		margin: 0px;
	}

	.logo img {
		max-width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}

	#ts {
		margin-top: 0px;
	}

	.container {
		padding-left: 2px;
		padding-right: 2px;
		padding-bottom: 2px;
	}

	.content {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	.nav {
		margin-top: 0px;
	}

	.nav-title {
		margin: 10px;
		width: 95%;
	}

	.reg-txt {
		font-size: 13px !important;
	}

	.index-nav {
		margin-top: 10px;
	}

	.pic {
		font-size: 22px;
		margin-top: 15px;
		margin-left: 5px;
	}

	nav ul li a {
		font-size: 12px;
		margin-left: 2px;
		margin-top: 20px;
	}
	
	.txt{
		padding:10px;
		height: 500px;
	    overflow: auto;
	}
}

