.uk-width-left {
	width: 72.5%
}

.uk-width-right {
	width: 27.5%
}

.uk-width-55 {
	width: 54%;
}

.uk-width-45 {
	width: 46%;
}

.uk-text-center {
	text-align: center;
}

.uk-text-right {
	text-align: right;
}

.uk-text-left {
	text-align: left;
}

.page-main .panel {
	margin-bottom: 20px;
}

html,
body,
.page-main,
.page {
	background: #fff;
}

body {
	font-family: 'PingFangRegular', Arial, Helvetica, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", "华文细黑", sans-serif;
	word-break: break-all;
	word-wrap: break-word;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4;
	text-align: left;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	font-size: inherit;
}

input,
select {
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 100%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

button {
	overflow: visible;
}

th,
em,
strong,
b,
address,
cite {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

img,
fieldset {
	border: 0 none;
}

ins,
a:hover {
	text-decoration: none;
}



textarea {
	resize: none
}

.hidden {
	display: none;
}

.page-top {
	height: 120px;
	background: #fff;
}

.page-top .right {
	text-align: right;
	position: relative;
}

.page-top .right ul {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);

}

.page-top .right ul li {
	display: inline-block;
	margin-left: 25px;
	position: relative;
}

.page-top .right ul li a {
	color: #666;
	display: inline-flex;
	position: relative;
	align-items: center;
}

.page-top .right ul li a .bradge {
	position: absolute;
	top: -16px;
	right: -16px;
	background: #de2915;
	border-radius: 50%;
	color: #fff;
	height: 32px;
	width: 32px;
	transform: scale(.5);
	font-size: 20px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;

}

.page-top .right ul li a i {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-left: 10px;
	background-size: 100% 100%;
}

.page-top .right ul li a .top-photo {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 10px;
	border: 1px solid #BFBFBF;
}

.page-top .right ul li a .icon-bottom {
	position: relative;
	width: 20px;
	height: 20px;
	margin-left: 0px !important;
}

.page-top .right ul li a .icon-bottom::after {
	border: 6px solid transparent;
	border-top: 6px solid #888;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 0px;
	content: ' ';
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.page-top .right ul li a i.icon-db {
	background: url(../images/icon_1.png) center center no-repeat;
}

.page-top .right ul li a i.icon-msg {
	background: url(../images/icon_2.png) center center no-repeat;
}

.page-top .right ul li a i.icon-email {
	background: url(../images/icon_3.png) center center no-repeat;
}

.page-top .right ul li a i.icon-key {
	background: url(../images/icon_4.png) center center no-repeat;
}
.page-top .manager .manager-list{
	position: absolute;
	width: 100px;
	right: 0;
	top: 0px;
	display: none;
	padding-top: 50px;
	width: 122px;
	height: 100px;
}
.page-top .manager .manager-list ul{
	padding: 0 20px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
}
.page-top .manager .manager-list ul li{
	border-bottom: 1px solid #eee;
	margin: 0;
	height: 30px;
	line-height: 30px;
	display: block;
	width: 80px;
	text-align: center;
	cursor: pointer;
}
.page-top .manager .manager-list ul li:hover{
	color: #39f;
}

.page-nav {
	background: rgb(87, 155, 230);
	height: 60px;
	line-height: 60px;
	margin-bottom: 22px;
}

.logo {
	height: 120px;
	line-height: 120px;
}

.logo img {
	vertical-align: middle;
}

.page-nav ul li {
	display: inline-block;
	width: 144px;
}

.page-nav ul li a {
	display: inline-block;
	height: 60px;
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
}

.page-nav ul li a.active {
	font-size: 20px;
	position: relative;
}

.page-nav ul li a.active::after {
	content: " ";
	background-color: rgb(225, 37, 25);
	height: 6px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 277px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide a {
	height: 100%;
	width: 100%;
	position: relative;
}

.swiper-slide a img {
	height: 100%;
	width: 100%;
}

.swiper-slide a .title {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	background: rgba(0, 0, 0, .2);
	left: 0px;
	height: 30px;
	line-height: 30px;
}

.swiper-slide a .title p {
	width: 50%;
	margin-left: 15px;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.swiper-pagination {
	text-align: right;

}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: #38bff0 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	right: 10px;
	width: 30%;
	left: unset;
}

.border {
	border: 1px solid rgb(234, 234, 234);
}

.box-padding {
	padding: 0 20px;
}

.no-border {
	border: none !important;
}

.page-index-news .title {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid rgb(234, 234, 234);
}

.page-index-news .title span,
.page-news .title span {
	color: rgb(71, 71, 71);
	font-size: 16px;
	font-weight: 600;
	margin-right: 40px;
	height: 50px;
	line-height: 50px;
}

.page-index-news .title a,
.page-news .title a ,
.more {
	color: #444;
	font-size: 14px;
	position: relative;
	font-weight: normal;
	float: right;
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
}

.more {
	height: 60px;
	line-height: 60px;
}

.page-index-news .title a::after,
.page-index-news .title a::before,
.page-news .title a::after,
.page-news .title a::before,
.more::after,
.more::before {
	border: 6px solid transparent;
	border-left: 6px solid #FFF;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: -20px;
	content: ' ';
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.page-index-news .title a::before,
.page-news .title a::before,
.more::before {
	border-left-color: #444;
	right: -21px;
}

.page-index-news .title::after,
.page-news .title a::after {
	content: " ";
	clear: both;
}

.page-index-news .list 
 {
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}

.page-index-news .tab-list {
	padding-top: 9px;
	padding-bottom: 9px;
}

.page-index-news .list ul li,
.page-news .list ul li {
	height: 31px;
	line-height: 27px;

}

.page-index-news .red-list ul li:first-of-type a {
	color: rgb(225, 37, 25);
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
}

.page-index-news .list ul li a 
.page-news .list ul li a {
	display: block;

}

.page-index-news .list ul li span,
.page-news .list ul li span {
	width: 85%;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666;
	transition: all .2s;
	font-weight: normal;
}

.page-index-news .list ul li span.time,
.page-news .list ul li span.time {
	width: 15%;
	color: #999;
}

.page-index-news .list ul li a:hover span {
	color: #579be6;
}

.page-index-news .tab span {
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	font-weight: 500;
	display: inline-block;
}

.page-index-news .tab span.active {
	font-weight: 600;
	position: relative;
}

.page-index-news .tab span.active::after {
	content: " ";
	background-color: rgb(225, 37, 25);
	height: 3px;
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
}

.page-index-news .list-column-2 {
	margin-left: -30px;
	margin-top: 0px;
}

.list-column-2>* {
	padding-left: 30px;
}

.zt-group {
	margin-top: 15px;
}

.zt-group a {
	display: block;
	height: 72px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	margin-bottom: 10px;
}

.zt-group a#ldjh {
	background-image: url(../images/zt1.jpg);
}

.zt-group a#gzjl {
	background-image: url(../images/zt2.jpg);
}

.zt-group a#jzcm {
	background-image: url(../images/zt3.jpg);
}

.pic-list {
	margin-top: 10px;
}

.pic-list a {
	display: block;
	overflow: hidden;
	height: 168px;
	position: relative;
}

.pic-list a img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	transition: all .2s;
}

.pic-list a:hover img {
	transform: scale(1.1);
}

.pic-list a p {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 0 16px;
	box-sizing: border-box;
	background: rgba(3, 105, 189, 0.6);
	height: 35px;
	line-height: 35px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.link-list a {
	display: block;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid rgb(234, 234, 234);
	padding-left: 15px;
	color: #666;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.link-list a::after {
	border: 4px solid transparent;
	border-left: 4px solid #de2915;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 0px;
	content: ' ';
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.link-list .uk-width-1-2:nth-last-of-type(2) a,
.link-list .uk-width-1-2:last-of-type a {
	border: none;
}

.page-footer {
	background: #eef6ff;
	padding: 33px 0px;
}

.page-footer .uk-container {
	width: 900px;
}

.page-footer p {
	height: 18px;
	line-height: 1;
	margin-bottom: 20px;
	color: #666;
}

.page-footer .font-16 a {
	font-size: 16px;
	color: #666;
	padding: 0 25px 0 0;
	position: relative;
}

.page-footer .font-14 a {
	font-size: 14px;
	color: #666;
	padding: 0 15px 0 0;
	position: relative;
}

.page-footer p a::after {
	content: "|";
	position: absolute;
	top: 0;
}

.page-footer .font-16 a::after {
	right: 12px;
}

.page-footer .font-14 a::after {
	right: 7px;
}

.page-footer p a:last-of-type::after {
	content: " ";
}

.page-footer .chartbox img {
	margin-right: 20px;
}

/* 
*
* 登录页面  
*
**/
.login-page-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
  background: url(../images/login_bg.jpg) center center no-repeat rgb(218, 236, 246);
	background-size: 100% 100%;
}


.login-page-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	overflow-y: scroll;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-page .topper .left,
.login-page .topper .right {
	height: 120px;
	margin-top: 18px;
	line-height: 1;
}

.login-page .topper .left a.logo {
	display: block;
	height: 120px;
	width:700px;
	line-height: 1;
	background: url(../images/logo.png) left center no-repeat;
}

.login-page .topper .zi {
	background: url(../images/tit.png) right center no-repeat;
	background-position-y: 50px;
}

.login-page .banner {
	height: 290px;
}

.login-page .banner img {
	height: 290px;
	width: 100%;
}

.login-page .banner-bottom .shadow {
	height: 218px;
	background: rgb(238, 247, 255);
	-moz-box-shadow: 1px 3px 6px #BFBFBF;
	-webkit-box-shadow: 1px 3px 6px #BFBFBF;
	box-shadow: 1px 3px 6px #BFBFBF;
	;
}

.login-page .banner-bottom .shadow .left,
.login-page .banner-bottom .shadow .right {
	height: 218px;
	display: flex;
	align-items: center;

}

.login-page .banner-bottom .shadow .left {
	padding-left: 20px;
}
.login-page .banner-bottom .shadow .left .chartbox img{
	width: 120px;
	height: 120px;
}

.login-page .banner-bottom .shadow .left h4{
	font-size: 20px;
}
.login-page .banner-bottom .shadow .right {
	justify-content: flex-end;
	padding-right: 20px;
}

.login-page .banner-bottom .shadow .left h4 {
	font-size: 16px;
	font-weight: 600;
	color: rgb(72, 143, 223);
	margin-bottom: 22px;
}

.login-page .banner-bottom .shadow .left img {
	margin-right: 22px;
}

.login-page .login-box {
	height: 80%;
	width: 70%;
	border: 1px solid rgb(207, 207, 207);
	background: #fff;
}

.login-page .login-box .tab ul {
	font-size: 0;
}

.login-page .login-box .tab ul li {
	padding: 0 23px;
	display: inline-block;
	border-bottom: 1px solid rgb(207, 207, 207);
	border-left: 1px solid rgb(207, 207, 207);
	cursor: pointer;
}

.login-page .login-box .tab ul li span {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	display: inline-block;
}

.login-page .login-box .tab li.dq {
	border-bottom: none;
}

.login-page .login-box .tab li.dq span {
	color: rgb(72, 143, 223);
	font-weight: 600;
	position: relative;
	border-bottom: 3px solid rgb(72, 143, 223);
	box-sizing: border-box;
}

.login-page .login-box .tabCon {
	height: 130px;
	box-sizing: border-box;
	padding: 4px 20px 20px 20px;
	display:none;
}

.login-page .login-box .input-box label {
	border-bottom: 1px solid rgb(207, 207, 207);
	color: #666;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	display: block;
	white-space: nowrap;
}

.login-page .login-box .input-box input {
	outline: none;
	border: none;
	color: rgb(72, 143, 223)
}

.login-page .login-box .login-btn {
	display: inline-block;
	margin: 30px auto 0 auto;
	height: 58px;
	width: 58px;
	line-height: 58px;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
	background: rgb(87, 155, 230);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	text-align: center;
}

.login-page .footer {
	padding: 30px 0px;
}
/* @media (min-width: 1000px) {
	.login-page .uk-container {
	  width: 1300px;
	  padding: 0 22px;
	}
	.login-page .banner {
		height: 410px;
	}
	.login-page .topper {
		margin-bottom: 30px;
	}
	.login-page .topper .left, .login-page .topper .right {
		height: 80px;
		margin-top: 18px;
		line-height: 1;
	}
	.login-page .topper .left a.logo{
		background-size: contain;
		height: 100px;
	}
	.login-page .topper .zi{
		height: 100px;
		background-size: contain;
	}
	
	.login-page .banner img {
		height: 410px;
		width: 100%;
	}
	.login-page .banner-bottom .shadow{
		height: 300px;
	}
	.login-page .banner-bottom .shadow .left, .login-page .banner-bottom .shadow .right{
		height: 300px;
	}
	.login-page .banner-bottom .shadow .left{
		padding-left: 35px;
	}
	.login-page .banner-bottom .shadow .right{
		padding-right: 35px;
	}
	.login-page .login-box .tab ul li{
		padding: 5px 30px;
	}
	.login-page .login-box .list{
		height: 150px;
	}
	.login-page .login-box{
		height: 200px;
	}
	.login-page .login-box .input-box{
		padding-top: 16px;
	}
	.login-page .login-box .login-btn{
		margin-top: 45px;
	}
	.login-page .footer{
		font-size: 16px;
	}
  }*/

/* 
*
* 服务中心  
*
**/
.icon-more {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/arrow-down.png) center center no-repeat;
}

.page-menu {
	position: relative;
}

.page-menu .icon-more {
	position: absolute;
	right: 15px;
	top: 50%;
	width: 10px;
	height: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.page-menu span {
	color: rgb(72, 143, 223);
	font-size: 20px;
	font-weight: 600;
	line-height: 65px;
	height: 65px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgb(217, 235, 255);
	border-top: 3px solid rgb(72, 143, 223);
	background-color: rgb(217, 235, 255);
	background-position: 20px center;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}

.service-menu span {
	background-image: url(../images/icon_bg.png);
}

.page-menu ul {
	border: 1px solid rgb(207, 207, 207);
	border-top: none;
	background: rgba(250, 250, 250)
}

.page-menu ul li {
	padding: 0 10px;
}

.page-menu ul li.active,
.page-menu ul li.uk-active {
	position: relative;
}

.page-menu ul li.active::after,
.page-menu ul li.uk-active::after {
	border: 9px solid transparent;
	border-right: 9px solid #fff;
	width: 0;
	height: 0;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: -1px;
	content: ' ';
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.page-menu ul li.active::before,
.page-menu ul li.uk-active::before {
	border: 10px solid transparent;
	border-right: 10px solid rgb(207, 207, 207);
	width: 0;
	height: 0;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: -1px;
	content: ' ';
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.page-menu ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	border-bottom: 1px solid rgb(207, 207, 207);
	color: #444;
}

.page-menu ul li.uk-active a {
	color: rgb(72, 143, 223);
}

.page-menu ul li:last-of-type a {
	border: none;
}

.page-service .title {
	color: rgb(0, 77, 164);
	font-weight: 600;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid rgb(214, 214, 214);
}

.page-service .service-handbook-box {
	border: 1px solid rgb(200, 218, 248);
	height: 100px;
}

.page-service .service-handbook-box .service-handbook a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 18px;
	padding: 0 10px;
}

.page-service .service-handbook-box .service-handbook .left .box {
	width: 60px;
	margin-left: 10px;
	margin-right: 20px;
	color: rgb(0, 77, 164);
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

.page-service .service-handbook-box .service-handbook .left .box .service_icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.page-service .service-handbook-box .service-handbook .center .box {
	font-size: 16px;
	color: #666;
	line-height: 1.3;
}

.page-service .service-handbook-box .service-handbook .right .box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgb(217, 235, 255);
	border: 1px solid rgb(200, 218, 248);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: rgb(72, 143, 223);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	box-sizing: border-box;
	width: 76px;
	height: 66px;
	text-align: center;
	margin-left: 20px;
}

.line3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.icon-1-1 {
	background-image: url(../images/service/icon_1_1.png);
}

.icon-1-2 {
	background-image: url(../images/service/icon_1_2.png);
}

.icon-1-3 {
	background-image: url(../images/service/icon_1_3.png);
}

.icon-1-4 {
	background-image: url(../images/service/icon_1_4.png);
}

.icon-2-1 {
	background-image: url(../images/service/icon_2_1.png);
}

.icon-2-2 {
	background-image: url(../images/service/icon_2_2.png);
}

.icon-2-3 {
	background-image: url(../images/service/icon_2_3.png);
}

.icon-3-1 {
	background-image: url(../images/service/icon_3_1.png);
}

.icon-3-2 {
	background-image: url(../images/service/icon_3_2.png);
}

.icon-3-3 {
	background-image: url(../images/service/icon_3_3.png);
}

.icon-4-1 {
	background-image: url(../images/service/icon_4_1.png);
}

.icon-4-2 {
	background-image: url(../images/service/icon_4_2.png);
}

.icon-4-3 {
	background-image: url(../images/service/icon_4_3.png);
}

.icon-5-1 {
	background-image: url(../images/service/icon_5_1.png);
}

.icon-5-2 {
	background-image: url(../images/service/icon_5_2.png);
}

.icon-5-3 {
	background-image: url(../images/service/icon_5_3.png);
}

.icon-5-4 {
	background-image: url(../images/service/icon_5_4.png);
}

.icon-5-5 {
	background-image: url(../images/service/icon_5_5.png);
}

.icon-6-1 {
	background-image: url(../images/service/icon_6_1.png);
}

.icon-6-2 {
	background-image: url(../images/service/icon_6_2.png);
}

.icon-6-3 {
	background-image: url(../images/service/icon_6_3.png);
}

.icon-6-4 {
	background-image: url(../images/service/icon_6_4.png);
}

.icon-6-5 {
	background-image: url(../images/service/icon_6_5.png);
}

.icon-6-6 {
	background-image: url(../images/service/icon_6_6.png);
}

.icon-7-1 {
	background-image: url(../images/service/icon_7_1.png);
}

.icon-7-2 {
	background-image: url(../images/service/icon_7_2.png);
}

.icon-7-3 {
	background-image: url(../images/service/icon_7_3.png);
}

.icon-8-1 {
	background-image: url(../images/service/icon_8_1.png);
}

.icon-8-2 {
	background-image: url(../images/service/icon_8_2.png);
}

.icon-8-3 {
	background-image: url(../images/service/icon_8_3.png);
}

.icon-8-4 {
	background-image: url(../images/service/icon_8_4.png);
}

.icon-8-5 {
	background-image: url(../images/service/icon_8_5.png);
}

.icon-8-6 {
	background-image: url(../images/service/icon_8_6.png);
}

.icon-9-1 {
	background-image: url(../images/service/icon_9_1.png);
}

.icon-9-2 {
	background-image: url(../images/service/icon_9_2.png);
}

.icon-9-3 {
	background-image: url(../images/service/icon_9_3.png);
}

.icon-9-4 {
	background-image: url(../images/service/icon_9_4.png);
}

.icon-9-5 {
	background-image: url(../images/service/icon_9_5.png);
}

.icon-9-6 {
	background-image: url(../images/service/icon_9_6.png);
}

.icon-9-7 {
	background-image: url(../images/service/icon_9_7.png);
}

.icon-10-1 {
	background-image: url(../images/service/icon_10_1.png);
}

.icon-10-2 {
	background-image: url(../images/service/icon_10_2.png);
}

.icon-10-3 {
	background-image: url(../images/service/icon_10_3.png);
}

.icon-10-4 {
	background-image: url(../images/service/icon_10_4.png);
}

.icon-10-5 {
	background-image: url(../images/service/icon_10_5.png);
}

.service-detail-box{
	border: 1px solid #c4d7f7;
}
.service-detail-box .title{
	border-bottom: 1px solid #eee;
	height: 45px;
	display: flex;
	align-items: center;
	padding-left: 12px;
	color: rgb(0, 77, 164);
	font-size: 18px;
	font-weight: 600;
}
.service-detail-box .title span{
	margin-left: 30px;
	border: 1px solid #e12619;
	font-size: 12px;
	padding: 0px 10px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	color: #e12619;
	border-radius: 5px;
	font-weight: normal;
}
.service-detail-box .text{
	border-bottom: 1px dashed #eee;
	margin: 0 25px;
	padding: 25px 0;
	color: #666;
	text-indent: 28px;
	font-size: 16px;
	line-height: 30px;
}
.service-detail-box .text-link {
	padding: 20px;
}
.service-detail-box .text-link p{
	margin-bottom: 20px;
	line-height: 30px;
}
.service-detail-box .text-link p a{
	color: #666;
}
/*
*
*
领导
*
*/
.red {
	color: rgb(220, 68, 142);

}

.blue {
	color: rgb(99, 142, 209);
}

.top-grid {
	background: rgb(238, 245, 253);
	border: 1px solid rgb(219, 239, 249);
	height: 62px;
	margin-bottom: 10px !important;
	padding: 5px 9px;
	box-sizing: border-box;
}

.top-grid .left {
	color: #777;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 50px;
	font-size: 15px;
	line-height: 1.2;
	width: 26%;
}

.top-grid .right {
	width: 74%;
}
.top-grid .right span {
	font-size: 20px;
	font-weight: 600;
}

.top-grid .right p {
	font-size: 12px;
	color: #333;
}

.work-content .title {
	height: 60px;
	line-height: 60px;
}

.work-content .work-list-box {
	border: 1px solid rgb(207, 207, 207);

}

.work-content .work-list-box .work-title {
	border-bottom: 1px solid rgb(207, 207, 207);
	padding: 0 20px;

}

.work-content .work-list-box .work-title span {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	margin-right: 50px;
	color: #333;
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
}

.work-content .work-list-box .work-title span i {
	position: absolute;
	top: -5px;
	right: -26px;
	background: #de2915;
	border-radius: 50%;
	color: #fff;
	height: 40px;
	width: 40px;
	transform: scale(.5);
	font-size: 24px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-style: normal;
	font-weight: normal;
}

.work-content .work-list-box .work-title span.active {
	position: relative;
	color: rgb(1, 77, 161);
}

.work-content .work-list-box .work-title span.active::after {
	content: " ";
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: rgb(1, 77, 161);
	width: 100%;
}

.work-content .work-list-box .work-list ul.top {
	height: 320px;
}

.work-content .work-list-box .work-list ul li {
	border-bottom: 1px solid rgb(207, 207, 207);
	height: 70px;
	box-sizing: border-box;
	padding: 20px;
}

.work-content .work-list-box .work-list ul li:last-of-type {
	border: none;
}

.work-content .work-list-box .work-list ul li .news-tit {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #444;
}

.work-content .work-list-box .work-list ul li .timmer {
	font-size: 12px;
	color: #888;
	display: inline-block;
	height: 38px;
	line-height: 38px;
}

.work-content .work-list-box .work-list ul li .time {
	font-size: 12px;
	color: #888;
}

.news-msg span {
	font-size: 12px;
	display: inline-block;
	color: #888;
}

.news-msg .press {
	width: 53px
}

.news-msg .press1 {
	color: rgb(245, 25, 12);
}

.news-msg .press2 {
	color: rgb(165, 4, 255)
}

.news-msg .press3 {
	color: rgb(83, 148, 222);
}

.news-msg .type {
	width: 88px
}

.news-msg .person {
	width: 115px;
}


.news-msg .space {
	margin-right: 10px
}

.myWeeklyCanlendar {
	padding: 9px 0;
	height: 70px;
	box-sizing: border-box;
	border-bottom: 1px solid rgb(207, 207, 207);
	;
	position: relative;
}

.datetime_header {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	border-bottom: 1px solid #dedede
}

.myWeeklyCanlendar .prev_icon,
.myWeeklyCanlendar .next_icon {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 20px;
	height: 20px;
}

.myWeeklyCanlendar .prev_icon {
	left: 0;
}

.myWeeklyCanlendar .next_icon {
	right: 0;
}


.prev_icon:active,
.next_icon:active,
.weeklyCanlendarBox li a:active {
	opacity: .8
}

.weeklyCanlendarBox li a span {
	cursor: pointer;
}

.weeklyBox,
.weeklyCanlendarBox {
	overflow: hidden;
	font-size: 14px;
}

.weeklyBox {
	padding-top: 10px;
	padding-bottom: 5px;
}

.weeklyCanlendarBox {
	padding: 0 25px;
}

.weeklyBox li {
	line-height: 30px
}

.weeklyBox li,
.weeklyCanlendarBox li {
	float: left;
	display: inline;
	width: 14.28571428%;
	text-align: center;
}

.weeklyCanlendarBox li a {
	display: inline-block;
	width: 100%;
	line-height: 25px;
	color: #333;
	text-decoration: none;
	border: 1px solid transparent;
	font-size: 16px;
}

.weeklyCanlendarBox li a span {
	display: block;
	font-size: 12px;
}

.weeklyCanlendarBox li.active a,
.weeklyCanlendarBox li.clickActive a {
	border: 1px solid #5397e2;
	background-color: #5397e2;
	color: #fff;
}


.weeklyCanlendarBox li a.disabled {
	color: #ccc;
	pointer-events: none
}

.schedule li {
	height: 70px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	box-sizing: border-box;
	padding: 10px;
	box-sizing: border-box;
	font-size: 12px;
}

.schedule li .class {
	color: #1a7af6;
	margin-left: 10px;
}

.schedule li p {
	background: #f5f5f7;
	padding: 0 10px;
	border-radius: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #444;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

#bsdt {
	border: 1px solid #9ccbff;
}

#bsdt .title {
	height: 60px;
	line-height: 60px;
	border-bottom: #e7fafb;
	background: #f4f9ff;
	color: #004fa2;
	font-size: 18px;
	padding: 0 12px;
}

#bsdt .dt-list {
	margin: 0 30px;
	padding: 0 10px 0 110px;
	border-bottom: 1px solid #eee;
	position: relative;

}

#bsdt .dt-list .uk-grid {
	height: 80px;
	overflow-y: hidden;
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
}

#bsdt .dt-list div.auto {
	height: auto !important;
}

#bsdt .dt-list span {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	left: -10px;
	top: 30px;

}

#bsdt .dt-list .icon-more {
	position: absolute;
	right: 0px;
	top: 30px;
	cursor: pointer;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}

#bsdt .dt-list i.active {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

#bsdt .dt-list a.btn {
	background: #e5f1ff;
	color: #004fa2;
	border: 1px solid #d7e9ff;
	border-radius: 8px;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 16px;
	text-align: center;
	margin: 20px 50px 20px 0px;
}

#bsdt .dt-list a.disable {
	pointer-events: none;
	border: 1px solid #d9d9d9;
	color: #cdcdcd;
	background: #fff;

}
.yg-topper .uk-width-1-10{
	cursor: pointer;
	font-size: 16px;
}
.yg-topper .icon {
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 10px auto;
}

.yg-topper .icon-1 {
	background-image: url(../images/yg/icon1.png);
}

.yg-topper .icon-2 {
	background-image: url(../images/yg/icon2.png);
}

.yg-topper .icon-3 {
	background-image: url(../images/yg/icon3.png);
}

.yg-topper .icon-4 {
	background-image: url(../images/yg/icon4.png);
}

.yg-topper .icon-5 {
	background-image: url(../images/yg/icon5.png);
}

.yg-topper .icon-6 {
	background-image: url(../images/yg/icon6.png);
}
.yg-topper .icon-7 {
	background-image: url(../images/yg/icon7.png);
}

.yg-topper .icon-8 {
	background-image: url(../images/yg/icon8.png);
}

.yg-topper .icon-9 {
	background-image: url(../images/yg/icon9.png);
}
.yg-topper .icon-10 {
	background-image: url(../images/yg/icon10.png);
}
.work-menu span:first-of-type{
background-image: url(../images/icon_fw.png);
}
.work-menu span:last-of-type{
	background-image: url(../images/icon_xt.png);
}
/* 资讯中心 */
.news-menu span{
	background-image: url(../images/icon_zx.png);
}
.page-news{
	padding: 0 12px;
}
.page-news .title {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid rgb(234, 234, 234);
}
.page-news .list{
	padding: 20px 30px;
}
.page-news .zt-list{
	padding: 20px;
}
.page-news .title span {
	display: inline-block;
	border-bottom: 2px solid #004fa2;
}
.page-news a{
	display: block;
}

/* 新闻详情 */
ul.bread{
	height: 60px;
	line-height: 60px;
}
ul.bread li{
	display: inline-block;
}
ul.bread li a::after{
	content: " >";
	color: #666;
}

ul.bread li a,
ul.bread li span{
	color: #666;
}
.text-main{
	margin: 20px 0px;
}
.text-main .title{
	text-align: center;
	padding: 0 80px;
	border-bottom: 1px solid #eee;
}
.text-main .info {
	text-align: center;
	margin: 28px;
}
.text-main .info span{
	font-size: 12px;
	color: #999;
	margin-right: 60px;
}
.text-main .info span i{
	font-style: normal;
	margin: 0 5px;
}
.text-main .text-content{
	padding: 0px 70px 70px 70px;
}
.text-main .text-content p{
	margin: 20px 0px;
	line-height: 35px;
	font-size: 16px;
	color: #999;
	text-indent: 32px;
}
.text-main .text-content img{
	margin: 20px auto;
}
.text-main .text-any{
	margin: 0 70px;
	border-top: 1px solid #eee;
	padding: 30px 0px;
}
.text-main .text-any p{
	line-height: 30px;
}
.text-main .text-any p a{
	color: #38bff0;
}
.chartbox > ul > li {
    float: left;
    margin-left: 20px;
    margin-right: 38px
}

.page-news-list .title{
	border-bottom: 1px solid #eee;
}

.page-news-list .title .left span{
  font-size: 18px;
  color: #333;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.page-news-list .title .bread{
	height: 40px;
	line-height: 40px;
}

.page-news-list ul li{
	border-bottom: 1px solid #eee;
	padding: 20px 0px;
}

.page-news-list ul li a{
	display: block;
}
.page-news-list ul li a .news-timmer{
	font-size: 20px;
	color: rgb(225, 37, 25);
}
.page-news-list ul li a .uk-width-9-10{
	padding:0 40px 0 0px;
}
.page-news-list ul li a .news-title{
	font-size: 16px;
	color: #666;
	height: 35px;
	font-weight: 600;
}
.page-news-list ul li a p.news-detail{
	font-size:14px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-height: 25px;
}
.pageer{
	text-align: center;
	padding: 30px 0 60px 0;
}
.pageer span,
.pageer a,
.pageer em{
	display: inline-block;
	text-align: center;
}
.pageer span{
	padding: 0 20px;
	cursor: pointer;
}
.pageer a{
	height: 33px;
	width: 33px;
	border: 1px solid #999;
	color: #999;
	line-height: 33px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	font-size: 16px;
	margin: 0 15px;
}
.pageer a.active{
	border: 1px solid #579be6;
	background: #579be6;
	color: #fff;
}
.change{position: relative;}
.loginBoxMibao{
	z-index:100;
	position:absolute;   
	background: #fff;
    width: 420px;
    height: 400px;
    left: 50%;
    margin-left: -210px;
	bottom: 0;
    border-radius: 5px;
}
.inputBox {
	border: #cad2d7 1px solid;
	border-radius: 3px;
	overflow: hidden;
	background-color: #fff
}

.inputBox li {
	border: #cad2d7 1px solid;
	height: 25px;
	padding: 12px 10px;
	background-color: #1742827a
}

.inputBox li input.inputTl {
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 2px 0;
	color: #ccc
}

.input_ico {
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(../images/login_ico.png);
	background-repeat: no-repeat;
}

.icoUser {
	float: left;
	background-position: 0 0;
	padding-right: 10px;
	border-right: #ccc 1px solid
}

.icoPass {
	float: left;
	background-position: 0 -35px;
	padding-right: 10px;
	border-right: #ccc 1px solid
}

.icoYzm {
	float: left;
	background-position: 0 -70px;
	padding-right: 10px;
	border-right: #ccc 1px solid
}

.icoOtp {
	float: left;
	background-position: 0 -175px;
	padding-right: 10px;
	border-right: #ccc 1px solid
}

.icoSms {
	float: left;
	background-position: 0 -210px;
	padding-right: 10px;
	border-right: #ccc 1px solid
}

.icoDel {
	float: right;
	background-position: 0 -105px;
	cursor: pointer
}

.icoLook {
	float: right;
	background-position: 0 -140px;
	cursor: pointer
}

.inputLogin {
	width: 145px;
	float: left;
	height: 30px;
	line-height: 20px;
	padding: 2px 3px;
	color: #333;
	margin-left: 20%;
	margin-top: 2%;
}

.inputLogin2 {
	width: 260px;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 2px 8px;
	color: #ccc
}

.inputLoginBindwx {
	width: 225px;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 2px 8px;
	color: #333;
}

.loginBox .inputBox2 {
	border: #e2e2e2 1px solid;
	height: 30px;
	padding: 0 5px;
	overflow: hidden;
	border-radius: 3px;
	margin: 3px 0;
	background-color: #fff
}

.loginBox .inputBox2 input {
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 5px 0;
	background: 0
}

.loginBox .selectBox {
	border: #e2e2e2 1px solid;
	height: 30px;
	overflow: hidden;
	border-radius: 3px;
	margin: 3px 0
}

.loginBox .selectBox .select {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	padding: 4px 2px 4px 2px\9
}

.yzmBar {
	margin: 15px 0;
	clear: both;
	height: 40px;
	line-height: 40px
}

.yzmBox {
	width: 145px;
	height: 25px;
	padding: 8px 10px 7px 10px;
	float: left;
	background-color: #fff;
	border-radius: 3px;
	margin-right: 10px
}

.inputYzm {
	width: 90px;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 2px 8px;
	color: #ccc
}

.yzmPic {
	width: 85px;
	height: 40px;
	overflow: hidden;
	float: left
}

.yzmBox2 {
	width: 185px;
	height: 25px;
	padding: 8px 10px 7px 10px;
	float: left;
	background-color: #fff;
	border-radius: 3px
}

.inputYzm2 {
	width: 145px;
	float: left;
	height: 35px;
	line-height: 20px;
	padding: 2px 3px;
	color: #ccc;
	margin-left: 20%;
	margin-top: 1%;
}

.yzmBt {
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: right;
	font-size: 16px;
	background-color: #1870a0;
	border-radius: 3px;
	overflow: hidden
}

.zhengshuTxt {
	background-color: #fff;
	border-radius: 3px;
	line-height: 26px;
	font-size: 16px;
	padding: 10px 10px
}

a.loginBt {
	display: block;
	margin: 20px 0;
	height: 49px;
	line-height: 49px;
	font-size: 20px;
	text-align: center;
	background: url(../images/loginbt.png) repeat-x 0 0;
	border-radius: 5px;
	border: #208ad6 1px solid
}

a.loginBt:hover {
	background: url(../images/loginbt.png) repeat-x 0 -51px
}

input.loginBt {
	display: block;
	width: 330px;
	margin: 20px 0;
	height: 49px;
	line-height: 49px;
	font-size: 20px;
	text-align: center;
	background: url(../images/loginbt.png) repeat-x 0 0;
	border-radius: 5px;
	border: #208ad6 1px solid;
	color: #fff
}

input.loginBt:hover {
	background: url(../images/loginbt.png) repeat-x 0 -51px
}

button.loginBt {
	display: block;
	width: 330px;
	margin: 15px 0;
	height: 49px;
	line-height: 49px;
	font-size: 20px;
	text-align: center;
	background: url(../images/loginbt.png) repeat-x 0 0;
	border-radius: 5px;
	border: #208ad6 1px solid;
	color: #fff
}

button.loginBt:hover {
	background: url(../images/loginbt.png) repeat-x 0 -51px
}

.warningBox {
	width: 335px;
	margin-top: 80px;
	float: right;
	padding-right: 35px;
	position: relative;
}
#bindWechatView .warningBox{
	display: block;
}
.warningBoxOut {
	width: 335px;
	margin-top: 20px;
	float: right;
	padding-right: 2px;
	position: relative
}

.warningBar {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 999
}

.wColor1 {
	color: #ff8400
}

.wColor2 {
	color: #18ff00
}

.wColor3 {
	color: #00fcff
}

.closeBt {
	display: block;
	width: 32px;
	height: 22px;
	float: left;
	background: url(../images/close_bt.png) no-repeat center center;
	cursor: pointer
}

.infoBt {
	display: block;
	width: 32px;
	height: 22px;
	float: left;
	background: url(../images/ico_prompt1.png) no-repeat center center;
	cursor: pointer
}

.closeBt1 {
	display: block;
	width: 32px;
	height: 22px;
	float: left;
	background: url(../images/close_bt.png) no-repeat center center;
	cursor: pointer
}

.warningBg {
	width: 350px;
	margin: 11px 0;
	line-height: 22px;
	border-radius: 5px;
	padding: 7px 10px 7px 0;
	background: url(../images/warning_bg.png) repeat 0 0;
	position: relative
}

.warningBgSetPasswordHint {
	width: 335px;
	margin: 11px 0;
	margin-top: 42px;
	line-height: 22px;
	border-radius: 5px;
	padding: 7px 10px 7px 0;
	background: url(../images/warning_bg.png) repeat 0 0;
	position: relative
}

.warningBgUserInfo {
	width: 335px;
	margin: 11px 0;
	line-height: 22px;
	border-radius: 5px;
	padding: 7px 10px 7px 0;
	background: url(../images/warning_bg.png) repeat 0 0;
	position: relative
}

.warningArr {
	display: block;
	width: 6px;
	height: 30px;
	background: url(../images/warningArr.png) no-repeat 0 0;
	position: absolute;
	right: -6px;
	top: 0;
	z-index: 1
}

.warningTxt {
	overflow: hidden;
	line-height: 45px;
	    padding-left: 10px;
}

a.button1 {
	display: block;
	margin: 10px 0;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	background: url(../images/loginbt.png) repeat-x 0 0;
	border-radius: 5px;
	border: #208ad6 1px solid;
	margin-right: 3px
}

a.button1:hover {
	background: url(../images/loginbt.png) repeat-x 0 -51px
}

input.button1 {
	display: block;
	margin: 10px 0;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	background: url(../images/loginbt.png) repeat-x 0 0;
	border-radius: 5px;
	border: #208ad6 1px solid;
	color: #fff;
	margin-right: 3px
}

input.button1:hover {
	background: url(../images/loginbt.png) repeat-x 0 -51px
}

a.button2 {
	display: block;
	margin: 10px 0;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	background: url(../images/loginbt.png) repeat-x 0 -110;
	border-radius: 5px;
	border: #cad2d7 1px solid;
	margin-left: 3px
}

a.button2:hover {
	background: url(../images/loginbt.png) repeat-x 0 -170px
}

input.button2 {
	display: block;
	margin: 10px 0;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	background: url(../images/loginbt.png) repeat-x 0 -110;
	border-radius: 5px;
	border: #cad2d7 1px solid;
	margin-left: 3px
}

input.button2:hover {
	background: url(../images/loginbt.png) repeat-x 0 -170px
}

.loginOutBox {
	width: 550px;
	height: 275px;
	padding: 20px;
	background-color: #f3fbfd;
	border-radius: 3px;
	float: right;
	-webkit-box-shadow: 0 5px 5px #195c91;
	-moz-box-shadow: 0 5px 5px #195c91;
	margin-top: 65px;
	font-size: 16px;
	color: #666
}

.loginOutTxt {
	font-size: 26px;
	position: absolute;
	z-index: 9;
	top: 160px;
	left: 70px
}

.loginOutBox .tit {
	height: 30px;
	line-height: 30px
}

.loginOutcon {
	height: 130px;
	overflow-y: auto;
	margin: 5px 0;
	padding: 18px 18px;
	background-color: #fff;
	border-radius: 3px;
	border: #cad2d7 1px solid
}

.loginOutcon li {
	line-height: 20px;
	padding: 5px 0;
	clear: both
}

.loginOutBt {
	width: 330px;
	height: 50px;
	margin: 20px auto 40px auto
}

.warningBox.warningBoxMibao {
	margin-top: 0;
	position: absolute;
	top: -312px;
	left: 72px;
}

.loginBoxMibao {
	height: auto;
	margin-top: -50px;
	overflow: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	z-index: 100;
	position: absolute;
	right: 0;
	min-height: 380px
}

.loginBoxMibao {
	height: auto;
	margin-top: -50px;
	overflow: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: no;
	z-index: 100;
	position: absolute;
	right: 0
}

.inputLogin::placeholder{
	opacity: 1;
	color: #333;
}
.change .inputBox{
	padding: 0 30px;
	    border: none;
}
.change .inputBox li{
	background: none;
}
.modalClose {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    padding: 5px;
    cursor: pointer;
    z-index: 1000;
    margin-top: -376px;
    margin-left: 180px;
}
