﻿.login {
	height: 100vh;
	position: relative;
}
.login .form {
	position: absolute;
	top: 220px;
	left: 245px;
	z-index: 1;
	width: 475px;
	border-radius: 20px;
	background: #fff;
	padding: 45px 45px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.login .form dl {
	border: 1px solid #3b55be;
	border-radius: 4px;
	font-size: 0;
}
.login .form dd a {
	display: block;
	font-size:20px;
	line-height: 42px;
	color: #3b55be;
	text-align: center;
}
.login .form dd {
	display: inline-block;
	width: 50%;
}
.login .form dd a:hover, .login .form dd.on a {
	background: #3b55be;
	color: #fff;
}
.login .form .text {
	margin-top: 40px;
	display: none;
}
.login .form .text:nth-child(1) {
 display: block;
}
.login .form .text h1 {
	font-size:32px;
	line-height: 1.6;
	color: #4f5acc;
	text-align: center;
}
.login .form .text ul {
	margin-top: 16px;
}
.login .form .text li {
	margin-bottom: 16px;
}
.login .form .text .t1 {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	color: #000000;
	border-radius: 4px;
	padding: 0 20px 0 56px;
	background: url(img/aico1.png) no-repeat left 20px center;
}
.login .form .text li.s1 .t1 {
	background: url(img/aico2.png) no-repeat left 20px center;
}
.login .form .text .sub {
	margin-top: 36px;
	width: 100%;
	border-radius: 4px;
	background: #3b55be;
	font-size:18px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	border: none;
	display: block;
	cursor: pointer;
}
.login .form .text h6 {
	margin-top: 100px;
	font-size:14px;
	line-height: 1.7;
	color: #8f8f8f;
	text-align: center;
}
.login .form .text h6 a {
	color: #3b55be;
	text-decoration: underline !important;
}
.login .form .text h6.on {
	margin-top: 40px;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.layout {
	position: relative;
}
.banner {
	height: 26vw;
	position: relative;
}
.banner .pic {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.banner .wrap {
	height: 100%;
	position: relative;
}
.banner .txt {
	position: absolute;
	bottom: 80px;
	left: 0;
	z-index: 1;
}
.banner .txt h2 {
	font-size:46px;
	line-height: 1.7;
	color: #ffffff;
	font-weight: bold;
}
.banner .txt h2 span {
	font-size: 24px;
	font-weight: initial;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	height: 100px;
	padding: 0 50px;
}
.header .logo {
	float: left;
	display: block;
	max-width: 183px;
	margin-top: 30px;
}
.header .rt {
	float: right;
	margin-top: 22px;
}
.header .rt .naver {
	float: left;
}
.header .rt .eagrt {
	float: right;
}
.header .rt .naver li {
	float: left;
	margin-right: 120px;
}
.header .rt .naver li a {
	display: block;
	font-size:16px;
	line-height: 56px;
	color: #fff;
	font-weight: bold;
}
.header .rt .naver li a:hover, .header .rt .naver li.on a {
	color: #ffff00;
}
.header .rt .eagrt .en {
	float: left;
	margin-right: 36px;
	margin-top: 18px;
	position: relative;
	cursor: pointer;
}
.header .rt .eagrt .btns {
	float: right;
	position: relative;
}
.header .rt .eagrt .btns .b1 {
	float: left;
	width: 96px;
	line-height: 56px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 30px;
}
.header .rt .eagrt .btns .b1:hover, .header .rt .eagrt .btns .b1.on {
	background: #ffff00;
	color: #202944;
}
.header .rt .eagrt .btns::before {
 content: "";
position: absolute;
width: 1px;
height: 22px;
background: rgba(255, 255, 255, 0.4);
top: 50%;
left: 0;
margin-top: -11px;
display: block;
z-index: 1;
}
.header .rt .eagrt .en dl {
	position: absolute;
	top: 98%;
	left: -24px;
	right: -24px;
	z-index: 1;
	background: #fff;
	border-radius: 4px;
	width: 70px;
	padding: 5px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.header .rt .eagrt .en dd {
	font-size:14px;
	line-height: 1.7;
	color: #202944;
	text-align: center;
	margin-bottom: 5px;
}
.header .rt .eagrt .en:hover dl {
	display: block;
}
.header .rt .eagrt .en dd:hover {
	color: #50afc8;
}
.footer {
	background: #142146;
	/*padding: 80px 0 115px;*/
	padding: 50px 0 50px;
}
.footer .logo {
	display: block;
	max-width: 183px;
}
.footer .txt {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.footer .txt dl {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0.8%;
	/*width: 16%;*/
width: 20%;
}
.footer .txt dl:nth-child(4) {
 width: auto;
}
.footer .txt dl:nth-child(1) {
 padding-left: 0;
}
.footer .txt dl::before {
 content: "";
position: absolute;
top: 0;
right: 0;
z-index: 1;
background: rgba(255, 255, 255, 0.2);
width: 1px;
height: 160px;
}
.footer .txt dt {
	font-size:14px;
	line-height: 1.7;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 16px;
}
.footer .txt dd a {
	display: block;
	font-size:14px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.6);
}
.footer .txt .wx {
	width: 110px;
	height: 110px;
	display: block;
}
.footer .txt .kef {
	font-size: 0;
}
.footer .txt .kef dd {
	display: inline-block;
	margin-right: 30px;
}
.footer .txt .kef dd:last-child {
	margin-right: 0;
}
.footer .txt dl:last-child::before {
 display: none;
}
.page {
	margin-top: 26px;
	text-align: center;
}
.page dl {
	display: inline-block;
	text-align: center;
	font-size: 0;
}
.page dd a {
	display: block;
	width: 28px;
	line-height: 28px;
	border: 1px solid #d2d2d2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #666666;
	text-align: center;
	border-radius: 4px;
}
.page dd {
	display: inline-block;
	margin: 0 4px;
}
.page dd a:hover, .page dd.on a {
	border-color: #ffff00;
	background: #ffff00;
}
.page dd.ons {
	margin: 0 8px;
}
.page dd.ons a {
	width: 52px;
}
.page dd.don a {
	background: #f7f7f7;
}
.page dd.don a:hover {
	background: #ffff00;
}
.new {
	padding: 95px 0 65px;
}
.tit {
	text-align: center;
}
.tit h3 {
	font-size:42px;
	line-height: 1.6;
	color: #142146;
	font-weight: bold;
}
.tit p {
	font-size:20px;
	line-height: 1.4;
	color: #abadb6;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.new ul {
	margin-top: 40px;
	padding-bottom: 20px;
}
.new li {
	float: left;
	width: calc((100% - 82px)/3);
	margin-right: 40px;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	position: relative;
	top: 0;
}
.new li:hover {
	top: -10px;
}
.new li:nth-child(3n) {
 margin-right: 0;
}
.new li .img {
	height: 175px;
}
.new li .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.new li .txt {
	padding: 22px 22px 26px;
}
.new li .txt h6 {
	font-size:14px;
	line-height: 1.6;
	color: #142146;
	font-weight: bold;
	margin-bottom: 18px;
}
.new li .txt h3 a {
	font-size:18px;
	line-height: 1.4;
	color: #142146;
	font-weight: bold;
	display: block;
	overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
}
.new li .txt p {
	font-size:14px;
	line-height: 1.7;
	color: #666666;
	margin: 8px 0 28px;
	overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;
}
.new li .txt .bns {
	display: flex;
	justify-content: space-between;
}
.new li .txt h4 a {
	padding: 0 14px;
	display: inline-block;
	font-size:14px;
	line-height: 30px;
	color: #142146;
	border-radius: 4px;
	background: #f1f2f5;
	font-weight: bold;
}
.new li .txt h5 a {
	font-size:16px;
	line-height: 30px;
	color: #50afc8;
	font-weight: bold;
	display: block;
}
.crumbs {
	padding-top: 20px;
}
.crumbs dd {
	display: inline-block;
}
.crumbs dl {
	font-size: 0;
}
.crumbs dd span, .crumbs dd a {
	font-size:14px;
	line-height: 1.7;
	color: #999999;
	font-weight: bold;
}
.crumbs dd span {
	margin: 0 6px;
}
.newdel {
	margin-top: 48px;
	padding-bottom: 80px;
}
.newdel .hd {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 24px;
}
.newdel .hd h1 {
	font-size:26px;
	line-height: 1.6;
	color: #142146;
	font-weight: bold;
	margin-bottom: 12px;
}
.newdel .hd h6 {
	font-size:14px;
	line-height: 1.6;
	color: #142146;
}
.newdel .del {
	margin-top: 24px;
	font-size:14px;
	line-height: 1.7;
	color: #142146;
}
.newdel .fb {
	margin-top: 46px;
	border-top: 1px solid #dcdcdc;
	padding-top: 36px;
}
.newdel .fb a {
	display: block;
	font-size:14px;
	line-height: 42px;
	color: #666666;
}
.newdel .fb a:hover {
	color: #142146;
}
.help {
	padding: 100px 0 70px;
}
.help .bds {
	margin-top: 26px;
}
.help .bds .form {
	background: #f7f7f7;
	padding: 40px 80px 40px 76px;
}
.help .bds .form .t1 {
	float: left;
	width: calc(100% - 170px);
	height: 62px;
	background: #fff;
	border: 1px solid #dcdcdc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
	font-size: 18px;
	color: #142146;
}
.help .bds .form .sub {
	width: 160px;
	line-height: 62px;
	background: #142146;
	text-align: center;
	display: block;
	border: none;
	font-size: 18px;
	color: #fff;
	float: right;
	cursor: pointer;
}
.help .bds .txt {
	margin-top: 20px;
}
.help .bds .txt li {
	border-bottom: 1px solid #eeeeee;
	padding: 16px 0 20px;
}
.help .bds .txt li h2 {
	font-size:18px;
	line-height: 1.7;
	color: #142146;
	background: url(img/aico10.png) no-repeat left top;
	padding-left: 42px;
	max-width: 90%;
}
.help .bds .txt li .ht {
	position: relative;
}
.help .bds .txt li .ht i {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background: url(img/aico3.png) no-repeat center;
	width: 30px;
	height: 30px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.help .bds .txt li .dels {
	font-size:16px;
	line-height: 1.7;
	color: #666666;
	background: url(img/aico11.png) no-repeat left top;
	padding-left: 42px;
	margin-top: 14px;
	display: none;
}
.help .bds .txt li .ht.on i {
	transform:rotate(180deg);
}
.help .bds .txt ul {
	padding-bottom: 40px;
}
.shoufbz {
	padding: 100px 0 90px;
}
.shoufbz .bds {
	margin-top: 30px;
}
.shoufbz .bds .ht ul {
	font-size: 0;
	text-align: center;
}
.shoufbz .bds .ht li {
	display: inline-block;
	margin: 0 40px;
	position: relative;
}
.shoufbz .bds .ht li a {
	font-size:20px;
	line-height: 64px;
	color: #666666;
}
.shoufbz .bds .ht li::after, .shoufbz .bds .ht li::before {
 content: "";
position: absolute;
left: -40px;
width: 1px;
height: 10px;
background: #dcdcdc;
z-index: 1;
top: 50%;
margin-top: -5px;
}
.shoufbz .bds .ht li::after {
 left: auto;
right: -40px;
}
.shoufbz .bds .ht li.s1::after, .shoufbz .bds .ht li.s1::before {
 display: none;
}
.shoufbz .bds .ht li.on a, .shoufbz .bds .ht li a:hover {
	color: #142146;
}
.shoufbz .bds .ht li:hover i, .shoufbz .bds .ht li.on i {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	display: block;
	width: 24px;
	height: 2px;
	background: #132345;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.shoufbz .bds .ht {
	border-bottom: 1px solid #dcdcdc;
}
.shoufbz .bds .table {
	margin-top: 40px;
	display: none;
}
.shoufbz .bds .table:nth-child(1) {
 display: block;
}
.shoufbz .bds .table table {
	width: 100%;
}
.shoufbz .bds .table table th {
	background: #ffff00;
	text-align: center;
	font-size:16px;
	line-height: 56px;
	color: #142146;
}
.shoufbz .bds .table table td {
	font-size:14px;
	line-height: 1.8;
	color: #666666;
	padding: 30px;
	border: 1px solid #dcdcdc;
	border-top: none;
	border-left: none;
}
.shoufbz .bds .table table td:nth-child(1) {
 border-left: 1px solid #dcdcdc;
}
.shoufbz .bds .table table tr:nth-child(2n + 1) {
 background: #f7f7f7;
}
.shoufbz .bds .table table td span {
	font-weight: bold;
	color: #132345;
}
.hbanner {
	height: 33vw;
	position: relative;
}
.hbanner .pic {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.hbanner .wrap {
	height: 100%;
	position: relative;
}
.hbanner .txt {
	position: absolute;
	bottom: 130px;
	left: 0;
	z-index: 1;
}
.hbanner .txt h2 {
	font-size:46px;
	line-height: 1.2;
	color: #ffffff;
	font-weight: bold;
}
.hbanner .txt dl {
	font-size: 0;
	margin: 30px 0 35px;
}
.hbanner .txt dd {
	display: inline-block;
	font-size:18px;
	line-height: 1.7;
	color: #ffffff;
	padding-left: 24px;
	background: url(img/aico4.png) no-repeat left center;
	margin-right: 24px;
}
.hbanner .txt .btn {
	width: 130px;
	line-height: 58px;
	font-size: 18px;
	color: #202944;
	text-align: center;
	display: block;
	border-radius: 30px;
	background: #ffff00;
}
.htit {
	text-align: center;
}
.htit h2 {
	font-size:42px;
	line-height: 1.7;
	color: #142146;
	font-weight: bold;
}
.htit p {
	font-size:22px;
	line-height: 1.7;
	color: #142146;
}
.hpage1 {
	padding: 110px 0 40px;
}
.hpage1 .bds {
	margin-top: 120px;
}
.hpage1 .bds li .img {
	float: left;
	height: 242px;
	width: 490px;
	box-shadow: 0 0 20px 0 rgba(80, 80, 80, 0.2);
	border-radius: 12px;
}
.hpage1 .bds li:nth-child(2n) .img {
 float: right;
}
.hpage1 .bds li:nth-child(2n) .txt {
 float: left;
}
.hpage1 .bds li .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 12px;
}
.hpage1 .bds li .txt {
	float: right;
	width: calc(100% - 705px);
	margin-top: 50px;
}
.hpage1 .bds li .txt h3 {
	font-size:28px;
	line-height: 1.7;
	color: #142146;
	font-weight: bold;
}
.hpage1 .bds li .txt p {
	font-size:16px;
	line-height: 1.7;
	color: #142146;
	margin-top: 5px;
}
.hpage1 .bds li .txt .btn {
	font-size:16px;
	line-height: 1.7;
	color: #2ea1e4;
	display: block;
	 text-decoration: none; 
	margin-top: 40px;
}
.hpage1 .bds li {
	margin-bottom: 110px;
}
.hpage2 {
	padding: 90px 0;
	background: #f1f2f5;
}
.hpage2 .bds {
	margin-top: 55px;
}
.hpage2 .bds li {
	float: left;
	width: calc((100% - 86px)/4);
	margin-right: 28px;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: #fff;
	box-sizing: border-box;
	padding: 44px 24px 30px;
	height: 380px;
	position: relative;
	top: 0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.hpage2 .bds li:hover {
	top: -10px;
}
.hpage2 .bds li:nth-child(4n) {
 margin-right: 0;
}
.hpage2 .bds li .ico {
	height: 40px;
}
.hpage2 .bds li h3 {
	font-size:20px;
	line-height: 1.7;
	color: #142146;
	font-weight: bold;
	margin: 14px 0;
}
.hpage2 .bds li p {
	font-size:16px;
	line-height: 26px;
	color: #666666;
	height: 156px;
}
.hpage2 .bds li .more {
	font-size:16px;
	line-height: 1.7;
	color: #50afc8;
	display: block;
	position: absolute;
	bottom: 30px;
	right: 24px;
	font-weight: bold;
}
.hpage2 .bds .btn {
	display: block;
	margin: 55px auto 0;
	width: 215px;
	line-height: 58px;
	background: #fff;
	border-radius: 29px;
	font-size: 18px;
	color: #142146;
	text-align: center;
	box-shadow: 0 0 10px 0 rgba(80, 80, 80, 0.2);
}
.hpage3 {
	padding: 156px 0 86px;
}
.htit span {
	font-size:14px;
	line-height: 1.7;
	color: #142146;
}
.htit .btn {
	display: block;
	margin: 35px auto 0;
	width: 130px;
	line-height: 56px;
	background: #ffff00;
	border-radius: 29px;
	font-size: 18px;
	color: #202944;
	text-align: center;
	box-shadow: 0 0 10px 0 rgba(80, 80, 80, 0.2);
}
.hpage3 .bds {
	margin-top: 55px;
}
.hpage3 .bds img {
	display: block;
	margin: 0 auto;
}
.hpage4 {
	padding: 110px 0 100px;
}
.hpage4 .htit p {
	margin-top: 5px;
	color: #142146;
}
.hpage5 {
	height: 33vw;
	position: relative;
}
.hpage5 li {
	height: 33vw;
	position: relative;
}
.hpage5 li .pic {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
}
.hpage5 li .wrap {
	height: 100%;
	position: relative;
}
.hpage5 li .txt {
	position: absolute;
	top: 170px;
	right: 0;
	z-index: 1;
}
.hpage5 li .txt h2 {
	font-size:42px;
	line-height: 1.1;
	color: #142146;
	font-weight: bold;
}
.hpage5 li .txt h2 span {
	font-size: 24px;
	font-weight: initial;
}
.hpage5 li .txt i {
	font-size: 34px;
	margin: 0 5px;
}
.hpage5 li .txt p {
	font-size:22px;
	line-height:38px;
	color: #142146;
	border-bottom: 1px solid #142146;
	border-top: 1px solid #142146;
	margin: 30px 0 50px;
}
.hpage5 li .txt .btn {
	display: block;
	width: 174px;
	line-height: 56px;
	background: #ffff00;
	border-radius: 29px;
	font-size: 18px;
	color: #202944;
	text-align: center;
}
.hpage5 .spot {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
}
.hpage5 .spot span {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	margin: 0 9px !important;
}
.hpage5 .spot .swiper-pagination-bullet-active {
	background: #142146;
}
.hpage6 {
	padding: 90px 0 80px;
}
.hpage6 .new {
	padding: 0;
}
.hpage6 .btn {
	display: block;
	margin:10px auto 0;
	width: 160px;
	line-height: 58px;
	background: #fff;
	border-radius: 29px;
	font-size: 18px;
	color: #142146;
	text-align: center;
	box-shadow: 0 0 10px 0 rgba(80, 80, 80, 0.2);
}
.hpage7 {
	border-top: 1px solid #eeeeee;
}
.hpage8 {
	padding-top: 70px;
}
.hpage8 h2 {
	font-size:38px;
	line-height: 1.7;
	color: #142146;
	font-weight: bold;
	text-align: center;
}
.hpage8 p {
	font-size:20px;
	line-height: 1.7;
	color: #142146;
	margin: 0 0 20px;
	text-align: center;
}
.hpage8 .btn {
	display: block;
	margin:0 auto 60px;
	width: 130px;
	line-height: 58px;
	background: #ffff00;
	border-radius: 29px;
	font-size: 18px;
	color: #142146;
	text-align: center;
}
.hpage8 .img img {
	display: block;
	margin: 0 auto;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.hpage7 {
	padding: 40px 0;
}
.hpage7 li {
	height: 90px;
	position: relative;
	width: 140px;
}
.hpage7 li img {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0%;
	z-index: 1;
	display: block;
	max-width: 90%;
	max-height: 90%;
}
.hpage7 .swiper-wrapper {
	transition-timing-function:linear !important
}
.hpage7 .wrap {
	overflow: hidden;
}
.header.on {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(80, 80, 80, 0.2);
}
.header .rt .eagrt .en .lo2, .header .logo .lo2 {
	display: none;
}
.header.on .rt .eagrt .en .lo2, .header.on .logo .lo2 {
	display: block;
}
.header.on .rt .eagrt .en .lo1, .header.on .logo .lo1 {
	display: none;
}
.header.on .rt .eagrt .btns .b1, .header.on .rt .naver li a {
	color: #202944;
}
.header.on .rt .eagrt .btns::before {
 background: #202944;
}
.header.on .rt .naver li a:hover, .header.on .rt .naver li.on a {
	color: #ff7e00;
}
.layout {
	overflow: hidden;
}
.hpage8 .btn:hover, .hpage5 li .txt .btn:hover, .htit .btn:hover, .hbanner .txt .btn:hover {
	background: #d6d608;
}
.hpage6 .btn:hover, .hpage2 .bds .btn:hover {
	background: #ffff00;
}
.help .bds .form .t1:focus {
	border-color: #142146;
}
.help .bds .form .sub:hover {
	background: #101a38;
}
.login .form .text .t1:focus {
	border-color: #142146;
}
.login .form .text .sub:hover {
	background: #2f47a9;
}
.logo_pic img {
	height: 40px;
	display: block;
	margin: 0 auto 45px;
}
.login .form .text h6 {
	margin-top: 60px;
}
.fixrt {
	position: fixed;
	right: 20px;
	bottom: 40%;
	z-index: 999;
}
.fixrt li {
	width:70px;
	height: 70px;
	border-radius: 5px;
	background: #044fa0;
	margin-bottom: 2px;
	text-align: center;
	position: relative;
	padding-top: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.fixrt li .icon {
	height: 38px;
	position: relative;
}
.fixrt li .icon img {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	display: block;
	margin: 0 auto;
}
.fixrt li h5 {
	font-size:12px;
	line-height: 1.6;
	color: #ffffff;
}
.fixrt li .phs {
	position: absolute;
	right:100%;
	display: none;
	top:0;
	padding-right: 28px;
	min-width: 185px;
}
.fixrt li .phs .padd {
	box-shadow: 0 0 8px 0 rgba(80, 80, 80, 0.2);
	position: relative;
	font-size:16px;
	line-height: 70px;
	color: #666666;
	padding: 0 15px;
	border-radius: 6px;
	white-space: nowrap;
	background: #fff;
}
.fixrt li .phs .padd::before {
 content: "";
position: absolute;
z-index: 1;
top: 50%;
 right: -19px;
background: url(../images/ico1.png) no-repeat center;
 width: 19px;
height: 56px;
top: 7px;
}
.fixrt li .phs h4 {
	line-height: 1.4;
	padding: 15px 0;
}
.fixrt li .phs img {
	width:130px;
	display: block;
	margin: 0 auto;
}
.fixrt li .phs .wx {
	padding-bottom: 30px;
}
.fixrt li:hover .phs {
	display: block;
}

.fixrt li .phs .padx {
   
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    padding: 0 15px;
    border-radius: 6px;
    white-space: nowrap;
    background: #fff;
}

.kf {
   
  margin-top: 5px!important;
    font-size: 13px!important;
   
    color: #fff!important;
	text-align: center;
   
    
   
   
}


.dbbq {
   

    width: 100%;

    padding-top: 25px;
    padding-bottom: 25px;
	font-size: 13px!important;
   /* border-top: 1px #434d6b solid;*/
	text-align: center;
	background: #142146;
	color: rgba(255, 255, 255, 0.6);
	line-height:24px;
   
    
   
   
}

.dbbq a{
   
color: rgba(255, 255, 255, 0.6);
margin-left: 5px;

   
    
   
   
}

 @media (max-width: 767px) {
	 
.footer .txt dl {

    width: unset;
}

.kf {

    font-size: 12px!important;
   
}
}

