body{
	font: 16px 微软雅黑;
}
/*适配屏幕分辨率  但仅适用chrom opera firefox,不适用IE*/

@media screen and (max-resolution:108dpi) {
	html,
	body,
	#container {}
	.header-title-con,
	.login-content,
	#swiper-title,
	.login-btn {
		font-size: 16px !important;
	}
	.login-btn {
		padding: 10px 0 !important;
		border-radius: 30px !important;
	}
	.module-title {
		font-size: 22px !important;
		padding: 5px 30px !important;
	}
	#swiper-title {
		font-size: 18px !important;
	}
	.main-module {
		/*height: 336px !important;*/
	}
}
.index-header-bg{
	/*height: 230px;*/
	height: 300px;
	width: 100%;
}
.index-header-bg img{
	width: 100%;
	height: 100%;
}
.swiper-container {
	--swiper-pagination-color: #fff;
}

.swiper-pagination {
	text-align: right;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	padding: 5px 0;
	bottom: 0;
	cursor: pointer;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3));
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3));
	background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3));
	background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3));
}

#swiper-title {
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	width: 75%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	line-height: 3;
	color: #fff;
	font-size: 14px;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	border: none;
}


/*swiper2*/

.swiper-pagination,
#swiper-mask {
	position: absolute;
	z-index: 20;
	padding: 10px 0;
	bottom: 0;
	width: 100%;
	text-align: right;
}

#swiper-mask {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	/*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(255, 255, 255, 0.5), endColorstr=rgba(255, 255, 255, 0.3));*/
	/*IE<9>*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=rgba(255, 255, 255, 0.5), endColorstr=rgba(255, 255, 255, 0.3))";*/
	/*IE8+*/
	filter: alpha(opacity=15 finishopacity=5 style=1 startx=0, starty=0, finishx=0, finishy=1) progid:DXImageTransform.Microsoft.gradient(startcolorstr=white, endcolorstr=white, gradientType=0);
	-ms-filter: alpha(opacity=30 finishopacity=10 style=1 startx=0, starty=0, finishx=0, finishy=100) progid:DXImageTransform.Microsoft.gradient(startcolorstr=white, endcolorstr=white, gradientType=0);
	/*IE8*/
}

.swiper-pagination-switch {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin: 0 5px;
	border: 1px solid #fff;
	background: #fff;
	cursor: pointer;
}

.swiper-active-switch {
	width: 8px;
	height: 8px;
}


/*swiper2   end*/

.index-container {
	/*background: url(../img/FrontImg/ie_bg.png) top left no-repeat;*/
	/*background-size: cover;*/
	/*background: linear-gradient(to bottom, #0566b3 -40%, #6cadeb 16%, transparent 61%, transparent 100%, transparent 180%);*/
	/*background: -webkit-linear-gradient(to bottom, #0566b3 -40%, #6cadeb 16%, transparent 61%, transparent 100%, transparent 180%);*/
	/*background: -moz-linear-gradient(to bottom, #0566b3 -40%, #6cadeb 16%, transparent 61%, transparent 100%, transparent 180%);*/
	/*background: -o-linear-gradient(to bottom, #0566b3 -40%, #6cadeb 16%, transparent 61%, transparent 100%, transparent 180%);*/
	/*background: -ms-linear-gradient(to bottom, #0566b3 -40%, #6cadeb 16%, transparent 61%, transparent 100%, transparent 180%);*/
}
.index-container-new {
    /*background: url(../img/FrontImg/ie_bg.png) top left no-repeat;*/
    /*background-size: cover;*/
    /*background: linear-gradient(to bottom, #75c1fd -10%, #9ed6fc 16%, transparent 61%, transparent 100%, transparent 180%);*/
    /*background: -webkit-linear-gradient(to bottom, #75c1fd -10%, #9ed6fc 16%, transparent 61%, transparent 100%, transparent 180%);*/
    /*background: -moz-linear-gradient(to bottom, #75c1fd -10%, #9ed6fc 16%, transparent 61%, transparent 100%, transparent 180%);*/
    /*background: -o-linear-gradient(to bottom, #75c1fd -10%, #9ed6fc 16%, transparent 61%, transparent 100%, transparent 180%);*/
    /*background: -ms-linear-gradient(to bottom, #75c1fd -10%, #9ed6fc 16%, transparent 61%, transparent 100%, transparent 180%);*/
}
#header,
#main {
	/*width: 78%;*/
	/*width: 1000px;*/
	width: 1200px;
	margin: 0 auto;
}

.header-title-con {
	width: 98%;
	margin: 0 auto;
	font-size: 12px;
	padding: 6px;
}

.header-bg {
	position: relative;
}

.login-box,
.login-mask {
	height: 65%;
	padding: 20px 10px 10px 20px;
	position: absolute;
	right: 5%;
	top: 10%;
	width: 20%;
}

.login-mask {
	background: #333;
	opacity: .2;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	/*兼容IE8及以下*/
}

.login-title,
.login-content,
.login-btn {
	width: 90%;
	color: #fff;
}

.login-title {
	padding-bottom: 10px;
	border-bottom: 0.05em solid #fff;
}

.login-content {
	font-size: 11px;
	margin-top: 15px;
	margin-left: 10px;
}

.login-btn {
	width: 75%;
	position: absolute;
	bottom: 20px;
	left: 12.5%;
	border: none;
	border-radius: 15px;
	background: #2d5cb2;
	padding: 6px 0;
	letter-spacing: 2px;
	cursor: pointer;
	outline: none;
}

.login-btn:hover {
	opacity: .9;
	filter: Alpha(opacity=80);
}

.header-link {
	background: #fff;
	padding: 5px 0;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	position: relative;
	bottom: 4px;
}

.header-link-con {
	width: 45%;
	margin: 0 auto;
}

.header-link-con-new {
	width: 100%;
	height: 44px;
	border-top: 0.01em solid #e5e5e5;
	font-size: 16px;
}

.header-link-con img {
	width: 40px;
	height: 40px;
	margin: 0 0 -14px 0;
	border: none;
	/*兼容IE8*/
}

.header-link-con a,
.header-link-con-new a {
	display: block;
	width: 33.33%;
	height: 100%;
	text-align: center;
}

.header-link-con-new a {
	line-height: 44px;
}

#main {
	margin: 0 auto 5px;
}

.main-module {
	position: relative;
	z-index: 2;
	width: 49%;
	min-height: 360px;
	margin: 19px 0;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/static/PIE/PIE.htc);
}

.module-title-con {
	position: relative;
	height: 36px;
}

.module-title {
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 40px;
	background: #2d5cb2;
	color: #fff!important;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	behavior: url(/static/PIE/PIE.htc);
}

.module-ul {
	padding: 10px 16px;
}

.module-li {
    position: relative;
    height: 50px;
    line-height: 40px;
    border-bottom: 0.05em solid #ddd;
}
.last-li{
	border: none;
}
.dot {
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 22px;
	left: 0;
	border-radius: 100%;
	background: #ffa500;
}

.module-link {
	float: left;
	display: block;
	margin-left: 20px;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.module-link:hover {
	/*color: #2d5cb2 !important;*/
	color: #2c5db2!important;
}

.module-time {
	float: right;
}

.more {
	float: right;
    height: 100%;
    line-height: 36px;
    color: #2d5cb2!important;
}

#changeLogin {
	position: absolute;
	padding: 3px 10px;
	border-radius: 8px;
	right: 10px;
	top: 10px;
	color: #fff;
	background: #2d5cb2;
}


/*index_new  样式*/

.header-bg-new {
	position: absolute;
	top: 0;
	width: 100%;
	background: url(../img/FrontImg/img.png) top left no-repeat;
	background-size: cover;
}

.main-new {
	position: relative;
	/*margin-top: -34%!important;*/
	top: 30px!important;
	border-radius: 15px;
	background: #fff;
}
.index-main-new{
	top: -20px!important;
}
.main-new-bg {
	width: 100%;
	height: 100%;
	background: url(../img/FrontImg/bg-new2.png) top left no-repeat;
	background-size: cover;
	z-index: -1;
}

/* .main-new-login, */
.main-new-module-con {
	/* padding: 0 20px; */
}

/* .main-new-login {
	box-sizing: border-box;
	margin: 15px 0;
} */
/* #outdiv{
	margin: 15px 20px 15px 20px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 15px;
} */
#yth-div,#ykt-div{
	margin: 20px 20px 15px 20px;
	box-sizing: border-box;
	border-radius: 5px;
}
.systemtab{
	display: block;
	width: 49.9%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.tabchoseyth{
	background: #2d5cb2;
	color: #fff !important;
}
.tabchoseykt{
	background: #05c5ff;
	color: #fff !important;
}
.header-link-new {
	height: 36px;
	box-shadow: none;
	background: #3c8ddb;
	/* border-top-left-radius: 15px;
	border-top-right-radius: 15px; */
}

.header-link-con-new a {}

.header-link-new img {
	/*width: 50px;
	height: 50px;
	margin-bottom: -17px!important;*/
}

#header-welcome {
	color: #fff;
	height: 100%;
	/*line-height: 50px;*/
	line-height: 36px;
	padding-right: 20px;
}

.module-title-con-new {
	border-bottom: 1px solid #2c8db2;
}

.module-title-new {
	/*float: left;*/
	position: absolute;
	bottom: -1px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #2d5cb2;
    color: #fff!important;
    border-radius: 5px 5px 0 0;
}

.more-new {
	top: 10px;
}

.main-swiper-new {
	/*width: 600px;*/
	width: 750px;
	height: 400px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background:#fff;
	/*width: 67%;*/
	/*height: 30em;*/
}

.new-login-box {
	margin-left: 20px;
	/*width: 336px;*/
	width: 386px;
	height: 330px;
	border: 0.05rem solid #e5e5e5;
	background: #fff;
	/*#f4f9fe;*/
	border-radius: 5px;
}

.new-login-title {
	border-bottom: 0.05em solid #e5e5e5;
	background: #d8d8d8;
	border-radius: 5px 5px 0 0;
}

.change-login-a {
	height: 45px;
	line-height: 45px;
	/*width: 168px;*/
	width: 188px;
	text-align: center;
	background: #d8d8d8;
	/* border-radius: 5px 5px 0 0; */
	font-size: 20px;
}

.change-login-a .iconfont {
	display: block;
	font-size: 60px;
}
.change-login-a .iconfont,
.login-img-box,
.change-login-a p {
	position: relative;
	top: 45px;
}
.change-login-a p {
	font-weight: bold;
}
#login-title-line {
	display: block;
	height: 15px;
	position: absolute;
	top: 12px;
	left: 50%;
	border-left: 5px solid #2c5db2;
}
.new-login-con {
	/*height: 23em;*/
	
	height: 265px;
	width: 100%;
	/*border-bottom: 1px solid #e5e5e5;*/
}
.new-login-show {
	background: #2d5cb2;
	color: #fff!important;
}
.new-login-show-ykt {
	background: #05c5ff;
	color: #fff!important;
}
.ukey-login-con div {
	position: relative;
	top: 25px;
	text-align: center;
}
.ukey-login-con div>img {
	width: 150px;
}
.pass-login-con,
.ukey-login-con {
	height: 250px
}
.input-box,
.btn-box-new {
	position: relative;
	width: 205px;
	margin: 0 auto;
	padding: 5px;
	border: 0.01em solid #ccc;
	background: none;
}
.input-con {
	position: relative;
	width: 300px;
	margin: 0 auto;
}
.input-con>span {
	width: 70px;
	padding: 5px;
	text-align: left;
}
.input-box-0 {
	top: 25px;
}
.input-box-1 {
	top: 40px;
}
.input-box-2 {
	top: 55px;
}
.input-box-3 {
	top: 70px;
}
.input-box-4 {
	top: 85px;
}
.btn-box-new {
	border: none;
	background: none;
	padding: 0 7px;
}
.input-box input {
	border: none;
	width: 80%;
	background: none;
	margin-left: 36px;
	padding-left: 2px;
}
.input-box .iconfont {
	position: absolute;
	top: 4px;
	font-size: 20px;
	color: #2c5db2;
}
.ukey-login-btn,
.pass-login-btn {
	display: block;
	width: 200px;
	padding: 8px;
	border: none;
	border-radius: 20px;
	background: #2d5cb2;
	margin: 0 auto;
	color: #fff;
	letter-spacing: 2px;
	cursor: pointer;
}
.ukey-login-btn {
	position: relative;
	top: 60px;
}
.pass-login-btn {
	width: 100%;
	/*float: right;*/
}
.ukey-login-btn:hover,
.pass-login-btn:hover {
	opacity: .9;
}
.login-welcome {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	font-size: 20px;
}
#logo {
	display: block;
	position: absolute;
	top: 5px;
	left: 20px;
	width: 600px;
	height: 36px;
}
#logo img {
	height: 36px;
}
.poa:hover{
	color: #0a3ad5;
	cursor: pointer;
}

.area-box{
	position: absolute;
    top: -3px;
    right: 10px;
	z-index: 99;
	font-family: '宋体';
}
.area-box-inner{
	position: relative;
}
.area-box-inner>a{
	position: relative;
    display: block;
    width: 155px;
    height: 40px;
    line-height: 40px;
    background: #3c8ddb;
    /* opacity: 0.8; */
    color: #fff;
    font-size: 20px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 0;
}
#area-arrow{
	display: inline-block;
	/* transform: translateX(50%) translateY(10px); */
	position: relative;
	top: 8px;
    border-width: 10px;
    border-style: solid;
    border-top-color: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
 .area-arrow-rotate{
	transform: rotate(180deg);
	transition: rotate ease-in .5s;
	transform-origin: 10px 4px;
}
.area-select{
	display: none;
	position: absolute;
	top: -100px;
	right: 0;
    width: 670px;
    background: #fff;
    opacity: .8;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
}
.area-select>div{
	background: transparent;
}
.area-li{
	margin: 10px 0;
	min-height: 25px;
}
.area-li span{
	float: left;
	color: #0095ff;
}
.area-li div{
	float: left;
	margin-left: 10px;
	max-width: 100%;
	word-break: break-all;
}
.area-li div a{
	margin: 0 10px;
	color: #000;
}
.area-li div a:hover{
	color:#005cff;
}
.area-active-a{
	color:#005cff!important;
}
.area-li div.clear{
	clear: both;
}
/*index_new   样式   end*/
