@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
}
html,body {
	height:100%;
}
body {
	position:relative;
}
.color-gray {
	color:gray;
}
.font-size-12px {
	font-size:12px;
}
.font-size-06rem {
	font-size:0.6rem;
}
.font-size-07rem {
	/* font-size:0.7rem; */
	font-size:12px;
}
.font-size-08rem {
	/* font-size:0.8rem; */
	font-size:14px;
}
.font-size-09rem {
	font-size:0.9rem;
}
.font-size-1rem {
	font-size:1rem;
}
.blue-border-box {
	width:8px;
	background:#6592e5;
	height:20px;
	display:block;
	float:left;
	margin-right:10px;
}
.loginpage {
	background:url(../images/bg_pic.jpg) no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.loginpage-box {
	display:inline-block;
	width:100%;
	height:100%;
}
.loginpage-content {
	display:inline-block;
	width:1400px;
	height:820px;
	margin:auto;
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.loginpage-center {
	width:1400px;
	height:680px;
	background:#6592e5 url(../images/login_icon.png) no-repeat left center;
	background-size:50%;
	margin:auto;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
	-moz-box-shadow:2px 2px 10px #909090;
	-webkit-box-shadow:2px 2px 10px #909090;
	box-shadow:2px 2px 10px #909090;
	overflow:hidden;
}
.loginpage-bottom {
	display:block;
	width:100%;
	text-align:center;
	margin-top:50px;
}
.loginpage-bottom p {
	height: 50px;
	line-height: 50px;
}
.loginpage-login-box-border {
	width:45%;
	height:0px;
	border-top:680px solid white;
	border-left:60px solid transparent;
	float:right;
	z-index:-10;
}
.loginpage-login-box {
	position:relative;
	top:-680px;
	width:100%;
	height:680px;
	text-align:center;
}
.web-title {
	width:100%;
	padding-top: 30px;
	padding-bottom: 16px;
}
.web-title img{
	width: 100%;
}
.web-title .logo{
	width: 80%;
	padding-bottom: 10px;
}
.login-title {
	text-align:left;
	margin:30px 0px;
}
.login-form {
	width:403px;
	/*display:block;*/
	margin:auto;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.login-form .input-box {
	width:100%;
	height:50px;
	line-height:50px;
	letter-spacing: 1px;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
	padding-left:20px;
	margin-bottom:20px;
	position:relative;
}
.login-form .input-box .icons {
	width:24px;
	height:28px;
	position:absolute;
	top:6px;
	left:12px;
}
img,video {
	border:none;
	vertical-align:middle;
}
.login-form .input-box input {
	width:80%;
	height:90%;
	font-size:14px;
}
.login-form .input-box.psd {
	position: relative;
	padding-right: 24px;
}
.login-form .input-box.psd .view-btn {
	position: absolute;
	top: 8px;
	right: 0;
	width: 24px;
	height: 24px;
	background: url(../new_images/show-psd.png) no-repeat center center;
	background-size: 100% 100%;
	cursor: pointer;
}
.login-form .input-box.psd .view-btn.show-text {
	background-image: url(../new_images/hide-psd.png);
}
.login-form .input-box.sms {
	padding-left: 56px;
	line-height: 28px;
}
.login-form .input-box.sms input.sms-code {
	width: calc(100% - 110px);
}
.login-form .input-box.sms input.sms-button {
	width: 100px;
	height: 70%;
	border-radius: 2px;
	color: #FFFFFF;
	background: #6592e5;
	cursor: pointer;
}
.login-form .input-box.sms input.sms-button.disabled {
	color: #FFFFFF;
	background: #D3D3D3;
}
input {
	border:none;
	vertical-align:middle;
}
input,select {
	outline:0;
}
.login-form .login-btn {
	height:54px;
	line-height:54px;
	color:#ffffff;
	font-size:20px;
	letter-spacing:1px;
	border-radius:2px;
	text-align:center;
	cursor:pointer;
	margin: 10px 0;
	position:relative;
	background-color:#6592e5;
	width:100%;
}
.login-form .login-btn:hover {
	background-color:#c5ccd8;
	color:gray;
}
.login-form .select-sex label {
	padding-left:45px;
}
.login-form-bottom{
	width: 100%;
	line-height: 28px;
}
.login-form .login-form-bottom .tips {
	color:#bcbcbc;
	text-align:center;
	font-size: 12px;
}
.resetpassword{
	color:#bcbcbc;
	display:block;
	font-size: 14px;
}
.resetpassword img{
	margin-right: 10px;
}
.resetpassword_l{
	width: calc(100% - 150px);
	float: left;
	text-align: left;
	color: #f95353;
}
.resetpassword_r{
	width: 140px;
	float: right;
}
.resetpassword .resetpassword_r a{
	text-decoration: none;
	margin-right: 15px;
	color: #6592e5;
}

.select-sex input[type="checkbox"] + label span {
	content:"";
	display:inline-block;
	width:14px;
	height:14px;
	background-color:#ffffff;
	border-radius:2px;
	border:1px solid #7e7e7e;
	vertical-align:middle;
	margin-right:12px;
	position:absolute;
	top:0;
	left:12px;
}
.select-sex input[type="checkbox"]:checked + label span {
	background:no-repeat center center;
}
/***
*首页
**/
.indexpage-box {
	display:inline-block;
	width:100%;
	height:100%;
	background-color:#fff;
}
.indexpage-content {
	display:inline-block;
	width:100%;
}
.indexpage-top {
	display:inline-block;
	width:100%;
	background-color:#6592e5;
}
.indexpage-banner-prov {
	width:1400px;
	margin:auto;
	height:254px;
	background:#6592e5 url(../images/banner_bg_prov.jpg) no-repeat left center;
	background-size:100%;
}
.indexpage-banner {
	width:1400px;
	margin:auto;
	height:254px;
	background:#6592e5 url(../images/banner_bg.jpg) no-repeat left center;
	background-size:100%;
}
.indexpage-header {
	width:100%;
	margin:auto;
	display:block;
	padding-top:10px;
	height:40px;
	line-height:40px;
}
.indexpage-header-l {
	float:left;
	width:35%;
}
.indexpage-header-r {
	float:right;
	width:65%;
	margin: 5px 0px;
}
.indexpage-header-r-center {
	float:right;
	height:30px;
	line-height:30px;
}
.indexpage-header-r-center a {
	color:#fff;
	float:left;
	text-decoration:none;
	display:inline-block;
}
.indexpage-header-r-center a i {
	float:left;
	text-align:center;
	margin:7px 5px;
}
.indexpage-header-r-center a p {
	display:inline-block;
}
.borderobj {
	margin:auto 25px;
	display:block;
	float:left;
	border:1px #fff solid;
	height:10px;
	margin-top:8px;
}
.indexpage-center {
	width:1400px;
	margin:auto;
	display:block;
	padding-top:10px;
}
.indexpage-footer {
	height:75px;
	background:#dddddd;
	padding-top:15px;
	margin-top:44px;
	width:100%;
	text-align:center;
	margin:0 auto;
	color:#7e7e7e;
	position: fixed;
	bottom: 0;
}
.indexpage-footer > div {
	display:inline-block;
	vertical-align:top;
}
.indexpage-footer .links a {
	display:inline-block;
	vertical-align:middle;
}
.indexpage-footer .margin-right {
	margin-right:44px;
}
.indexpage-footer .copyright {
	line-height:20px;
	text-align:left;
}
.indexpage-footer .copyright p {
	margin-bottom:6px;
	letter-spacing:2px;
}
.indexpage-footer .copyright p span {
	color:#2266cb;
	font-family:"microsoft yahei";
	font-weight:bold;
	margin-right:10px;
}
.indexpage-center-top {
	display:inline-block;
	width:100%;
	background-color:#fff;
	margin:30px 0px;
}
.indexpage-arcBox {
	display:inline-block;
	width:100%;
	background-color:#fff;
	margin-bottom:0px;
	height:350px;
}
.indexpage-arcBox .arcBox-l {
	float:left;
	width:25%;
	position:relative;
	left:0px;
}
.indexpage-arcBox .arcBox-r {
	float:right;
	width:75%;
}
.arcBox-r-content {
	display:inline-block;
	width:100%;
	height:350px;
}
.arcBox-r-content .arcBox-r-content-text p {
	letter-spacing:2px;
	line-height:26px;
	margin-bottom:20px;
}
.teb-contentBox-bottom {
	display:block;
	width:1400px;
	margin:auto;
	padding-bottom:55px;
}
.index_remarks {
	width:100%;
	height:30px;
	line-height:30px;
	display:flex;
	margin:20px 0px;
	color:#868686;
	text-decoration:none;
	text-align:left;
	font-size:0.9rem;
}
.teb-contentBox-bottom-div {
	height:100%;
	display:inline-block;
	width:100%;
}
.teb-contentBox-bottom-div form {
	height:120px;
	background-color:#fff;
	border:1px solid #dddddd;
	font-size:0.9rem;
	display:block;
}
.teb-contentBox-bottom-url {
	position:relative;
	top:25%;
	left:4%;
	font-weight:700;
	width:80%;
	border-right:1px solid #c9c8c8;
	background-color:white;
	height:60px;
	line-height:60px;
	font-size:20px;
}
.reEntry {
	position:relative;
	top:25%;
	text-decoration:none;
	color:#2266cb;
	float:right;
	right:4%;
	background:white;
	height:60px;
	line-height:60px;
	font-size:20px;
}
.indexpage-teb-contentBox {
	display:inline-block;
	width:100%;
}
.final-teb-center {
	display:block;
	width:1400px;
	margin:auto;
	height:280px;
}
.final-teb-center-top {
	display:inline-block;
	width:100%;
	height:40px;
	line-height:40px;
	margin-bottom:20px;
}
.final-teb-center-top a {
	text-decoration:none;
	color:#000;
	font-weight:700;
}
.final-teb-item {
	width:9%;
	float:left;
	text-align:center;
}
.final-teb-item.focus {
	color:#fff;
	background-color:#6592e5;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.hide {
	display:none !important;
}
.teb-item-content {
	width:100%;
	border-bottom:1px solid #e5e5e5;
	background-color:#fff;
	padding:30px 0px;
}
.final-content-teb-itemcontent {
	display:block;
	width:100%;
	height:60px;
}
.itemcontent-l {
	float:left;
	width:70%;
	height:60px;
}
.itemcontent-l-icon {
	float:left;
	padding-left:50px;
}
.itemcontent-l-text {
	float:left;
	font-size:0.8rem;
	padding-left:30px;
}
.itemcontent-r {
	float:right;
	width:30%;
	height:60px;
}
.itemcontent-title {
	height:40px;
	display:inherit;
	font-size:0.8rem;
}
.the-report {
	text-decoration:none;
	color:#2266cb;
}
.border-color-gray {
	margin:0px 15px;
	width:2px;
	height:15px;
	background-color:gray;
	display:block;
}
.border-color-gray1 {
	margin:0px 15px;
	width:2px;
	height:15px;
	background-color:gray;
	display:block;
}
.itemcontent-r-r {
	float:right;
}
.itemcontent-title-p {
	margin:0px 15px;
}
.floatleft {
	float:left;
}
.final-content-teb-itembtnBox {
	display:inline-block;
	height:50px;
	margin:20px 0px;
	width:100%;
}
.itembtn-l {
	float:left;
	width:10%;
	height:30px;
	line-height:30px;
}
.itembtn-r {
	float:right;
	width:90%;
	height:30px;
}
.itembtn-r-center {
	float:right;
}
.itembtn-r-center ul .tabItembtn {
	float:left;
	list-style:none;
	margin-left:6px;
}
.lookmodelbtn {
	border:1px solid #c4c4c4 !important;
	color:#c4c4c4 !important;
	background-color:#fff !important;
}
.itembtn-r-center ul .tabItembtn a {
	color:#c4c4c4;
	text-decoration:none;
	font-size:0.6rem;
	padding:7px 13px;
	border:1px solid #c4c4c4;
	border-radius:4px;
	display:block;
}
.itembtn-r-center ul .tabItembtn a.bggray {
	background-color:#c4c4c4;
	color:#fff;
	font-size:0.6rem;
	padding:7px 13px;
	border:1px solid #c4c4c4;
	border-radius:4px;
	display:block;
}
.itembtn-r-center ul .tabItembtn a.focus {
	border:1px solid #578fe6;
	color:#fff;
	background-color:#578fe6;
	font-size:0.6rem;
	padding:7px 13px;
	border-radius:4px;
	display:block;
}
.itembtn-r-center ul .tabItembtn a i {
	margin:0px 2px;
}
.itembtn-r-center ul .tabItembtn a i img {
	width:15%;
}
/*主窗*/
#scroll {
	width:100%;
	height:360px;
	position:relative;
}
/*左边内容区*/
#scroLeft {
	float:left;
	height:100%;
	width:97%;
	overflow:hidden;
}
/*右边滚动条轨道*/
#scroRight {
	background:#999;
	background:rgb(245,245,245);
	float:right;
	height:100%;
	width:8px;
	border-radius:8px;
	overflow:hidden;
	display:none;
}
/*滚动条*/
#scroLine {
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	width:10px;
	background:url(images/opacity_70.png);
	background:rgb(101,146,229);
	opacity:0.7;
	border-radius:10px;
	cursor:pointer;
}
.sCityBox {
	position:absolute;
	left:0px;
	top:0px;
	margin-top:50px;
}
.teb-contentBox-top {
	display:block;
	width:1400px;
	height:44px;
	line-height:44px;
	margin:auto;
}
.teb-contentBox-top a {
	text-decoration:none;
	color:#000;
	font-weight:700;
}
.teb-contentBox-item {
	width:13.3%;
	float:left;
	text-align:center;
}
.teb-contentBox-item.focus {
	color:#fff;
	background-color:#6592e5;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.publicFile-table-contentBox {
	border:1px solid #e6e6e6;
	background:#fff;
	height:100%;
	width:100%;
	display:inline-block;
}
.publicFile-table-contentBox-top {
	display:inline-block;
	width:100%;
	height:50px;
	background-color:#d6d6d6;
}
.publicFile-table-contentBox-top ul {
	display:inline-block;
	width:100%;
	height:100%;
}
.publicFile-table-contentBox-top ul li {
	float:left;
	height:50px;
	line-height:50px;
	list-style:none;
	font-size:0.8rem;
	text-align:center;
}
.publicFile-table-contentBox-top ul li:first-child {
	width:6%;
}
.publicFile-table-contentBox-top ul li:nth-child(2) {
	width:22%;
}
.publicFile-table-contentBox-top ul li:nth-child(3) {
	width:32%;
}
.publicFile-table-contentBox-top ul li:nth-child(4) {
	width:21%;
}
.publicFile-table-contentBox-top ul li:nth-child(5) {
	width:19%;
}
.publicFile-searchform {
	width:100%;
	display:inline-block;
}
.publicFile-searchform .publicFilename {
	display:inline-block;
	width:70%;
	height:20px;
	padding:2px;
	background:#fff url(../images/icon/chakan.png) no-repeat 5% center;
}
.publicFile-searchform .submit {
	background-color:#578fe6;
	color:#fff;
	height:24px;
	padding:2px 0px;
	display:inline-block;
	border:1px solid #578fe6;
	width:25%;
}
.publicFile-btn1 {
	border:1px solid #578fe6;
	color:#fff;
	background-color:#578fe6;
	font-size:0.6rem;
	padding:7px 13px;
	border-radius:4px;
}
.publicFile-btn1 i img {
	width:10px;
}
.publicFile-btn2 i img {
	width:10px;
}
.publicFile-btn2 {
	background-color:#c4c4c4;
	color:#fff;
	font-size:0.6rem;
	padding:7px 13px;
	border:1px solid #c4c4c4;
	border-radius:4px;
}
.publicFile-table-contentBox-bottom {
	height:100%;
}
.nullDataState {
	width:100%;
	height:100%;
	position:relative;
}
.nulldataimgbox {
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:87px;
	height:118px;
	display:inline-block;
}
.nulldataimgbox img {
	width:70%;
	display:block;
	margin:auto;
}
.publicFile-data-ListBox {
	width:100%;
	height:100%;
	position:relative;
}
.publicFile-data-ListBox dl {
	display:inline-block;
	width:100%;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #f7f7f7;
}
.publicFile-data-ListBox dl dd {
	float:left;
	text-align:center;
	font-size:0.8rem;
}
.publicFile-data-ListBox dl dd:nth-child(1) {
	width:6%;
}
.publicFile-data-ListBox dl dd:nth-child(2) {
	width:22%;
}
.publicFile-data-ListBox dl dd:nth-child(3) {
	width:32%;
}
.publicFile-data-ListBox dl dd:nth-child(4) {
	width:40%;
}
.page-listBox {
	display:inline-block;
	width:100%;
	height:40px;
	line-height:40px;
	margin:30px 0px;
}
.page-listBox ul {
	display:flex;
	align-content:center;
	justify-content:center;
	height:100%;
}
.page-listBox ul li {
	list-style:none;
	display:inline-block;
	margin:0px 5px;
}
.page-listBox ul li a {
	text-decoration:none;
	color:#8e8e8e;
	font-size:0.8rem;
	padding:3px 8px;
	border:1px solid #e4e4e4;
	border-radius:4px;
	background-color:#fff;
}
.page-listBox ul li a.focus {
	border:1px solid #578fe6;
	color:#fff;
	background-color:#578fe6;
}
.resetPasswordpage-top {
	display:inline-block;
	width:100%;
	height:60px;
	line-height:60px;
	background-color:#6592e5;
}
.resetPasswordpage-top-content {
	width:1400px;
	margin:auto;
	display:block;
	height:100%;
}
.rpp-top-content-l {
	width:50%;
	float:left;
}
.rpp-top-content-r {
	float:right;
	height:100%;
}
.rpp-top-content-l img {
	margin:10px 0px;
}
.rpp-top-content-r a {
	color:#fff;
	text-decoration:none;
}
.resetPasswordpage-content {
	width:100%;
	display:inline-block;
	background-color:#fff;
	height: 100%;
}
.resetPasswordpage-content-box {
	width:1400px;
	margin:auto;
	display:block;
}
.resetPasswordpage-content-box h5 {
	height:40px;
	line-height:40px;
	padding-top:1rem;
}
.rpp-content-l {
	width:50%;
	float:left;
}
.rpp-content-r {
	width:50%;
	float:right;
}
.resetPasswordForm {
	width:100%;
	float:left;
	margin-top:4rem;
}
.resetPasswordForm .input-box {
	width:77%;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
	padding-left:20px;
	margin-bottom:35px;
	position:relative;
}
.resetPasswordForm .input-box.verCode{

}
.resetPasswordForm .input-box.verCode div{
	height: 50px;
	line-height: 50px;
}
.resetPasswordForm .input-box.verCode div input{
	width:100%;
}
.resetPasswordForm .input-box.verCode div a{
	border: 1px solid #ddd;
	display: block;
	width: 80%;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}
.resetPasswordForm .input-box.verCode div a:hover{
	background-color: #ddd;
}
.resetPasswordForm .input-box.verCode div a i{
	width:30%;
	float:left;
	display:block;
	margin: 12px 0px;
	text-align: center;
}
.resetPasswordForm .input-box.verCode div a span{
	font-size: 10px;
	width:70%;
	float:right;
	display:block;
}
.resetPasswordForm .input-box input {
	width:70%;
	height:90%;
	font-size:14px;
}
.resetPasswordForm .input-box .icon-right {
	float:right;
	position:relative;
	top:15px;
	right:2px;
}
.resetPasswordForm  .submit-btn {
	height:54px;
	line-height:54px;
	color:#ffffff;
	font-size:20px;
	letter-spacing:1px;
	border-radius:2px;
	text-align:center;
	cursor:pointer;
	margin:20px auto;
	position:relative;
	background-color:#6592e5;
	width:77%;
}
.resetPasswordForm  .submit-btn:hover {
	background-color:#c5ccd8;
	color:gray;
}
.resetPasswordForm  .returnBtn {
	height:54px;
	line-height:54px;
	color:#959494;
	font-size:20px;
	letter-spacing:1px;
	border-radius:2px;
	text-align:center;
	cursor:pointer;
	margin: 30px 0px;
	position:relative;
	background-color:#fff;
	border:1px solid #959494;
	width:77%;
}
.resetPasswordForm  .returnBtn a {
	height:54px;
	text-decoration:none;
	color:#9c9b9b;
	width:100%;
	display:block;
}
.FlowChartBox {
	width:100%;
	display:block;
	height:100%;
	justify-content:center;
	align-content:center;
}
.FlowChartBox img {
	margin:auto;
	display:block;
	width: 72%;
}
.linkUrlBox ul{
	width: 100%;
	display: inline-block;
	height: 24px;
	line-height: 24px;
}
.linkUrlBox ul li{
	list-style: none;
	width: 33.333%;
	float: left;
}
.linkUrlBox ul li a{
	text-decoration: none;
	font-size: 0.7rem;
	color: #6592e5;
}
.border-color-blue{
	margin:10px 5px;
	width: 1.5px;
	height: 10px;
	background-color:#e1e1e1;
}
.floatright {
	float:right;
}
.tel {
	height: 24px;
	line-height: 24px;
	font-size: 0.7rem;
	text-align: left;
	margin-left: 14px;
}
.tel a{
	color: #6592e5;
}
@media screen and (max-width: 2400px){
	.indexpage-footer{
		position: fixed !important;
	}
	.indexpage-box {
		height: 130%;
	}
	.publiPage-box .publiPage-center-box-LR{
		height: 640px;
	}
	.publiPage-box .publiPage-center-box-LR .publiPage-center-box-L .publiPage-center-box-L-tree {
		height: 600px;
	}
	.publiPage-box .publiPage-center-box-LR .publiPage-center-box-R .insidePagecenterTable-box-1{
		height: 530px;
	}
	.publiPage-box .insidePagecenterTable-box.Table-box-item2 table tbody {
		height: 460px;
	}
	.publicTable-box{
		height: 540px;
	}
}
@media screen and (max-width: 1600px){
	.loginpage-content{
		width: 1100px;
		height: 640px;
	}
	.loginpage-center{
		width: 1100px;
		height: 560px;
	}
	.loginpage-login-box-border {
		border-top:560px solid white;
	}
	.loginpage-login-box{
		top: -560px;
		height: 560px;
	}
	.login-form{
		width: 330px;
	}
	.web-title{
		width: 90%;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.login-form .input-box {

		height: 40px;
		line-height: 40px;
	}
	.login-form .input-box .icons {
		width: 18px;
		height: 21px;
	}
	.login-form .input-box.sms {
		padding-left: 50px;
	}
	.loginpage-bottom{
		margin-top:20px;
	}
	.resetpassword{
		font-size: 10px;
	}
	.login-form-bottom{
		line-height: 16px;
	}
	.tel{
		margin-left: 0;
	}
	.login-form .login-btn{
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		margin: 10px 0;
	}
	.login-form-bottom{
		bottom:25px;
	}
	.indexpage-banner-prov {
		width: 1100px;
	}
	.indexpage-banner {
		width: 1100px;
	}
	.final-teb-center{
		width: 1100px;
	}
	.teb-contentBox-top{
		width: 1100px;
	}
	.teb-contentBox-bottom{
		width: 1100px;
	}
	.resetPasswordpage-top-content{
		width:1100px;
	}
	.resetPasswordpage-content{
		margin-bottom: 30px;
	}
	.resetPasswordpage-content-box{
		width:1100px !important;
	}
	.FlowChartBox img {
		width: 92% !important;
	}
	.indexpage-footer{
		position: inherit;
	}
	.publiPage-box .publiPage-center-box-LR{
		height: 540px;
	}
	.publiPage-box .publiPage-center-box-LR .publiPage-center-box-L .publiPage-center-box-L-tree {
		height: 410px;
	}
	.publiPage-box .publiPage-center-box-LR .publiPage-center-box-R .insidePagecenterTable-box-1{
		height: 340px;
	}
	.publiPage-box .insidePagecenterTable-box.Table-box-item2 table tbody {
		height: 150px;
	}
	.publicTable-box{
		height: 340px;
	}
}

@media screen and (max-width: 1280px){
	.loginpage-content{
		width: 900px;
		height: 488px;
	}
	.loginpage-center{
		width: 900px;
		height: 480px;
	}
	.loginpage-login-box-border {
		border-top:480px solid white;
	}
	.loginpage-login-box{
		top: -480px;
		height: 480px;
	}
	.login-form{
		width: 320px;
	}
	.web-title{
		width: 80%;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 12px;
	}
	.web-title .logo {
		width: 70%;
	}
	.login-form .input-box {
		height: 32px;
		line-height: 32px;
		margin-bottom: 14px;
	}
	.login-form .input-box .icons {
		width: 14px;
		height: 17px;
	}
	.login-form .input-box.sms {
		padding-left: 42px;
	}
	.login-form .input-box.sms input.sms-button {
		font-size: 12px;
	}
	.resetpassword_l {
		width: calc(100% - 110px);
	}
	.resetpassword_r{
		width: 110px;
	}
	.resetpassword .resetpassword_r a {
		margin-right: 6px;
	}
	.loginpage-bottom{
		margin-top:16px;
	}
	.tel{
		height: auto;
		margin-left: 0;
		line-height: 20px;
	}
	.resetpassword{
		font-size: 10px;
	}
	.login-form .login-btn{
		font-size: 12px;
		height: 32px;
		line-height: 32px;
		margin: 10px 0;
	}
	.login-form-bottom{
		bottom:20px;
	}
	.indexpage-banner-prov {
		width: 900px;
	}
	.indexpage-banner {
		width: 900px;
	}
	.final-teb-center{
		width: 900px;
	}
	.teb-contentBox-top{
		width: 900px;
	}
	.teb-contentBox-bottom{
		width: 900px;
	}
	.resetPasswordpage-top-content{
		width:900px;
	}
	.resetPasswordpage-content{
		margin-bottom: 24px;
	}
	.resetPasswordpage-content-box{
		width: 900px !important;
	}
	.indexpage-footer .margin-right {
		margin-right: 32px;
	}
	.FlowChartBox img {
		width: 92% !important;
	}
	.indexpage-footer{
		min-width: 900px;
		position: inherit;
	}
	.publiPage-box .publiPage-center-box-LR{
		height: 580px;
	}
	.publiPage-box .publiPage-center-box-LR .publiPage-center-box-L .publiPage-center-box-L-tree {
		height: 520px;
	}
	.publiPage-box .publiPage-center-box-LR .publiPage-center-box-R .insidePagecenterTable-box-1{
		height: 520px;
	}
	.publiPage-box .insidePagecenterTable-box.Table-box-item2 table tbody {
		height: 380px;
	}
	.publicTable-box{
		height: 460px;
	}
	.com-footer{
		margin-top: 0 !important;
	}
}

.clearfix:after {
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
	overflow: hidden;
}
