html {
	height: 100%
}

body {
	min-width: 1200px
}

.login-banner {
	background: url(../img/banner2.jpg) center no-repeat;
	width: 100%;
	height: 420px
}

.login-banner .g-wrap {
	position: relative
}

.login-box {
	background: url(../img/bg.png);
	width: 320px;
	height: 300px;
	padding-top: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -160px
}

.login-box h2 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	height: 28px;
	line-height: 28px;
	margin: 0 0 10px
}

.login-box form {
	margin: 0 auto;
	width: 260px
}

.login-box .form-group {
	margin-bottom: 15px;
	padding: 0 10px 0 40px;
	position: relative
}

.login-box .form-control {
	font-size: 16px;
	color: #333;
	width: 210px;
	height: 40px;
	line-height: 40px;
	background-color: #FFF;
	padding-left: 10px
}

.login-box .form-group.userName {
	background: url(../img/4.png) 10px 10px no-repeat #aaabab
}

.login-box .form-group.userPwd {
	background: url(../img/5.png) 10px 10px no-repeat #aaabab
}

.login-box .tips {
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	margin-top: 15px
}

.login-box .gbn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border-radius: 3px
}

.login-box2 {
	background: url(../img/bg.png);
	width: 320px;
	height: 230px;
	padding-top: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -130px
}

.login-box2 .content {
	margin: 0 auto;
	width: 265px
}

.login-box2 h2 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: url(../img/6.png) 0 bottom repeat-x
}

.login-box2 p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin: 15px 0
}

.login-box2 p span {
	color: #FF8D00;
	display: block
}

.login-box2 .gbn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border-radius: 3px
}

.login-newInfo-box {
	padding: 25px 0 20px;
	background-color: #fff
}

.login-newInfo-box h2 {
	font-size: 24px;
	color: #333;
	height: 32px;
	line-height: 32px;
	margin-bottom: 15px
}

.login-newInfo-box h2 img {
	position: relative;
	top: 4px;
	margin-right: 8px
}

.login-newInfo-box h2 .more {
	font-size: 16px;
	color: #666;
	float: right
}

.login-newInfo-box h2 a:hover {
	color: #2267b1
}

.login-newInfo-box .g-block {
	height: 140px
}

.login-newInfo-box .first-block .content {
	border-left: 1px solid #EEE
}

.login-newInfo-box .content {
	padding: 0 20px;
	border-right: 1px solid #EEE
}

.login-newInfo-box span {
	display: block;
	color: #999;
	font-size: 36px;
	float: left
}

.login-newInfo-box span em {
	font-size: 12px;
	font-style: normal;
	display: block
}

.login-newInfo-box dl {
	line-height: 22px;
	margin-left: 55px;
	width: 295px
}

.login-newInfo-box dl a:hover {
	color: #2267b1
}

.login-newInfo-box dt {
	font-size: 16px
}

.login-newInfo-box dt a {
	color: #333
}

.login-newInfo-box dd {
	margin-top: 10px;
	font-size: 14px
}

.login-newInfo-box dd a {
	color: #858585
}

.subtitle-banner {
	background: url(../img/9.png) center no-repeat;
	width: 100%;
	height: 330px
}

.subtitle-banner .g-wrap {
	position: relative
}

.subtitle-banner .title1 {
	font-size: 50px;
	color: #2267b1;
	font-weight: 700;
	margin: 0 auto;
	width: 500px;
	text-align: center;
	padding-top: 110px
}

.subtitle-banner .title2 {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 3px transparent;
	background-image: -webkit-linear-gradient(top, rgba(34, 103, 177, 0) 30%,
		#2267b1 100%);
	background-image: -moz-linear-gradient(top, rgba(34, 103, 177, 0) 30%,
		#2267b1 100%);
	background-image: -o-linear-gradient(top, rgba(34, 103, 177, 0) 30%,
		#2267b1 100%);
	background-image: linear-gradient(top, rgba(34, 103, 177, 0) 30%,
		#2267b1 100%);
	transform: rotateX(180deg);
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	font-style: italic;
	opacity: .5;
	filter: alpha(opacity = 50);
	width: 500px;
	font-size: 50px;
	margin: 0 auto;
	text-align: center;
	display: none\9
}

.active-list dl {
	border: 1px solid #E2E1E1;
	padding: 30px 20px 0 50px;
	color: #333;
	line-height: 26px;
	margin-top: 30px
}

.active-list dt {
	font-size: 24px;
	margin-bottom: 30px
}

.active-list dt a:hover {
	color: #2166B1
}

.active-list dd {
	font-size: 14px;
	margin-bottom: 30px
}

.active-list dd.cont {
	text-indent: 2em
}

.active-list .gbn {
	width: 88px;
	height: 34px;
	line-height: 34px;
	border-radius: 3px;
	float: right
}

.active-detail {
	margin: 30px 0
}

.active-detail .content {
	padding: 30px 40px 50px;
	border: 1px solid #E2E1E1;
	background-color: #fff
}

.active-detail h1 {
	font-size: 24px;
	color: #2066B1;
	text-align: center
}

.active-detail h2 {
	color: #333;
	font-size: 14px;
	text-align: center;
	margin-top: 10px
}

.active-detail p {
	margin-top: 15px;
	line-height: 30px;
	font-size: 16px;
	color: #535353
}

.question-list {
	margin-top: 30px;
	margin-bottom: 20px
}

.question-list .content {
	border: 1px solid #E2E1E1;
	background: #fff
}

.question-list .g-search-box {
	margin: 30px 0 30px 320px
}

.question-list-title {
	position: relative
}

.question-list-title .crumbs {
	color: #999;
	font-size: 14px;
	position: absolute;
	top: 20px;
	right: 30px
}

.question-list-title .crumbs a {
	color: #999
}

.quesiton-list-box dl {
	font-size: 16px;
	line-height: 30px;
	padding: 12px 0 12px 30px;
	border-bottom: 1px dashed silver;
	margin: 0 20px;
	background: url(../img/10.png) 5px 24px no-repeat
}

.quesiton-list-box dt {
	color: #2267B1
}

.quesiton-list-box dd {
	color: #666
}

.gp-person {
	background-color: #F3F7F8
}

.person-wrap {
	position: relative;
	width: 100%
}

.person-content {
	margin-left: 220px;
	margin-right: 20px
}

.person-content .actions {
	margin-top: 10px;
	text-align: center
}

.person-content .actions .gbn {
	margin: 0 5px
}

.person-content-title {
	color: #333;
	font-size: 22px;
	height: 80px;
	line-height: 80px
}

.line20 {
	height: 20px;
	background-color: #fff
}

.person-content-box {
	padding: 0 20px;
	background-color: #fff
}

.person-content-box .form-input, .person-content-box select {
	width: 96%;
	text-indent: 10px;
	height: 31px;
	line-height: 31px;
	display: inline-block;
	border: 1px solid #DADADA;
	font-size: 16px
}

.person-content-box select {
	height: 34px;
	line-height: 34px
}

.person-content-box textarea {
	line-height: 31px;
	padding-left: 1%;
	width: 99%;
	height: 50px;
	resize: none;
	border: 1px solid #DADADA;
	font-size: 16px
}

.person-content-box table tr td em {
	color: #FF4C4C
}

.gp-person-info h2 {
	height: 60px;
	line-height: 60px;
	color: #333;
	font-size: 22px
}

.gp-person-info .photo-box {
	width: 140px
}

.gp-person-info .photo-box .g-file-button {
	margin-top: -8px
}

.gp-person-info .photo-box .gbn {
	height: 40px;
	line-height: 40px
}

.gp-person-info .photo-box p {
	color: #999;
	font-size: 14px;
	line-height: 20px
}

.gp-person-info .photo-box img {
	width: 100%
}

.gp-person-info .J_addBtn,.gp-person-info .J_delBtn {
	display: inline-block;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	background: url(../img/add.png) 0 center no-repeat;
}
.gp-person-info .J_delBtn{
	background-image: url(../img/del.png);
	color: #ff8e00;
}
.gp-dx-info .dx-table {
	margin-top: 30px
}

.gp-dx-info .dx-table tr td {
	border: none
}

.gp-dx-info .dx-table td {
	height: 54px;
	line-height: 54px
}

.gp-dx-info .dx-table .form-input, .gp-dx-info .dx-table select {
	width: 100%
}

.gp-fz-info .fz-info-input tr td {
	border: none
}

.gp-fz-info .fz-info-input td {
	height: 54px;
	line-height: 54px
}

.gp-fz-info .fz-info-input .form-input, .gp-fz-info .fz-info-input select
	{
	width: 100%
}

.gp-fz-info .fz-info-table {
	margin-top: 30px
}

.gp-fz-info .fz-info-table .box1 {
	text-align: center;
	margin-top: 80px
}

.gp-fz-info .fz-info-table .box1 em {
	color: #FF7F00
}

.gp-fz-info .fz-info-table table td {
	text-align: center
}

.gp-xs-info .filter-box {
	border-bottom: 1px solid #E7EFF1;
	padding-bottom: 10px;
	color: #333;
	font-size: 16px
}

.gp-xs-info .filter-box tr td {
	border: none;
	line-height: 40px;
	height: 40px
}

.gp-xs-info .filter-box label {
	width: 100px;
	float: left
}

.gp-xs-info .filter-box span {
	display: block;
	margin-left: 100px
}

.gp-xs-info .filter-box a {
	color: #333;
	line-height: 26px;
	margin: 0 5px;
	display: inline-block;
	padding: 0 18px;
	border: 1px solid #fff;
	border-radius: 3px
}

.gp-xs-info .filter-box a.on {
	color: #2267B1;
	border: 1px solid #3281D8
}

.gp-xs-info h2 {
	color: #666;
	font-size: 20px;
	height: 55px;
	line-height: 55px
}

.gp-xs-info h2 em {
	color: #2166B1;
	display: inline-block;
	margin: 0 5px
}

.gp-xs-info .list-box table tr td {
	color: #666;
	font-size: 16px;
	border: none;
	line-height: 42px;
	height: 42px
}

.gp-xs-info .list-box table tr td em {
	color: #999;
	font-size: 14px;
	position: relative;
	top: -10px
}

.gp-xs-info .list-box table tr td label {
	color: #333;
	font-size: 20px
}

.gp-xs-info .list-box li {
	border: 1px solid #EFEFEF;
	padding-top: 10px
}

.gp-xs-info .list-box a.cw {
	display: inline-block;
	line-height: 34px;
	padding: 0 18px;
	color: #2267B1;
	border: 1px solid #3281D8
}

.gp-xs-info .list-box a.cw.on {
	background-color: #2267B1;
	color: #fff
}

.gp-xs-info .list-box a.cw.dis {
	background-color: #C1C1C1;
	border: 1px solid #C1C1C1;
	color: #fff
}

.gp-xs-info .list-box .gbn {
	width: 90%;
	height: 48px;
	line-height: 48px;
	background-color: #FF7F00;
	font-size: 20px
}

.gp-xs-info .list-box .gbn img {
	position: relative;
	top: 3px;
	margin-right: 3px
}

.gp-lstd-info .refuse-tips {
	font-size: 20px;
	margin-bottom: 20px
}

.gp-lstd-info .pass-tips {
	color: #2166B1;
	font-size: 20px;
	margin-bottom: 20px
}

.gp-lstd-info textarea {
	margin-top: 10px
}

.gp-lstd-info .photo-upload td {
	height: 220px
}

.gp-lstd-info .photo-upload .g-file-button {
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 160px;
	text-align: center;
	border: 1px solid #EEE
}

.gp-lstd-info .photo-upload .g-file-button img {
	position: relative;
	top: 40px
}

.gp-lstd-info .photo-upload .img-box img {
	width: 160px;
	height: 160px;
	float: left;
	margin-left: 20px
}

.gp-jf-info .g-table tr td {
	text-align: center;
	padding-left: 0
}