@charset "utf-8";

.header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(255, 255, 255, 0);
	display: flex;
	flex-direction: column;
}

.header .main {
	width: 1200px;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}

.header .main .logo {
	flex: 1;
}

.header .main .logo img {
	height: 64px;
	display: block;
	margin: 5px 0;
}

.header .main .nav {
	width: 780px;
	display: flex;
	flex-direction: row;
}

.header .main ul {
	width: 560px;
	height: 80px;
	line-height: 80px;
	display: flex;
	flex-direction: row;
}

.header .main ul li {
	flex: 1;
	text-align: right;
}

.header .main ul li text {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.header .main .ty {
	width: 140px;
	height: 44px;
	line-height: 44px;
	background: #fff;
	border-radius: 100px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #0363f2;
	cursor: pointer;
	margin: 18px 0;
	margin-left: 80px;
}

.headtop {
	box-shadow: 0 8px 20px rgba(26, 58, 129, 0.1);
}

.headtop .main ul li text {
	color: #333;
	font-size: 16px;
	cursor: pointer;
}

.headtop .main .ty {
	background: #0363f2;
	color: #fff;
}

.headtop .main .ty:hover {
	opacity: 0.9;
}

.banner {
	width: 100%;
	height: 600px;
	display: flex;
	flex-direction: column;
	position: relative
}

.banner ul {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banner ul li {
	width: 100%;
	float: left;
	overflow: hidden;
}

.banner ul li img {
	width: 100%;
	float: left;
}

.banner ul li a {
	width: 100%;
	float: left;
	height: 600px;
}

.banner .swiper-pagination-bullet {
	width: 40px;
	height: 6px;
	border-radius: 0;
	background: #3a85f5;
	opacity: 1
}

.banner .swiper-pagination-bullet-active {
	background: #fff;
}

.notice {
	width: 100%;
	height: 60px;
	padding: 20px 0;
	box-sizing: border-box;
	background: #f7f9ff;
	display: flex;
	flex-direction: column;
}

.notice .main {
	width: 1200px;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}

.notice .main img {
	width: 120px;
	height: 20px;
	display: block;
	margin-right: 40px;
}

.notice .main text {
	flex: 1;
	line-height: 20px;
	font-size: 18px;
	color: #333;
}

.wap-a {
	width: 100%;
	padding: 80px 0;
	display: flex;
	flex-direction: column;
}

.wap-a .main {
	width: 1200px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.wap-a .wtit {
	width: 100%;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #142037;
	font-weight: 700;
	margin-bottom: 80px;
}

.wap-a .list {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.wap-a .list .item {
	width: 280px;
	height: 280px;
	padding-left: 40px;
	box-sizing: border-box;
	margin-right: 25px;
	background: #fff;
	box-shadow: 0 0 40px rgba(26, 58, 129, 0.1);
	transition: all 0.3s;
	border-radius: 20px;
	margin-bottom: 28px;
	display: flex;
	flex-direction: column;
}

.wap-a .list .item:nth-child(4n) {
	margin-right: 0;
}

.wap-a .list .item:hover {
	box-shadow: 0 0 40px rgba(26, 58, 129, 0.3);
}

.wap-a .list .item img {
	width: 60px;
	height: 60px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.wap-a .list .item .item-title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #142037;
	padding-bottom: 20px;
}

.wap-a .list .item .item-des {
	width: 200px;
	font-size: 16px;
	line-height: 28px;
	color: #142037;
}

.wap-a .wbtn {
	width: 220px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-weight: 700;
	margin-top: 52px;
	background: #3860f4;
	border-radius: 100px;
	cursor: pointer;
}

.wap-a .wbtn:hover {
	opacity: 0.9;
}

.wap-b {
	width: 100%;
	padding: 80px 0;
	background: #f7f9ff;
	display: flex;
	flex-direction: column;
}

.wap-b .main {
	width: 1200px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.wap-b .wtit {
	width: 100%;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #142037;
	font-weight: 700;
	margin-bottom: 80px;
}

.wap-b .wct {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.wap-b .wct ul {
	width: 450px;
	margin-top: 26px;
	margin-right: 70px;
	display: flex;
	flex-direction: column;
}

.wap-b .wct li {
	padding: 55px;
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer;
	margin-top: -35px;
	display: flex;
	flex-direction: column;
}

.wap-b .wct li .tab-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 12px;
}

.wap-b .wct li .tab-des {
	font-size: 16px;
	line-height: 26px;
}

.wap-b .wct .wbg1 {
	background: url('../images/b1.png') no-repeat center center;
	background-size: 0;
}

.wap-b .wct .wbg2 {
	background: url('../images/b2.png') no-repeat center center;
	background-size: 0;
}

.wap-b .wct .wbg3 {
	background: url('../images/b3.png') no-repeat center center;
	background-size: 0;
}

.wap-b .wct .active .tab-title {
	color: #fff;
}

.wap-b .wct .active .tab-des {
	color: #fff;
}

.wap-b .wct .active {
	background-size: 100% 100%;
}

.wap-b .wct dl {
	flex: 1;
	height: 520px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.wap-b .wct dd {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	display: flex;
	flex-direction: column;
	transition: all 1s;
}

.wap-b .wct dd img {
	width: 100%;
	display: block;
}

.wap-b .wct dd.active {
	opacity: 1;
}

.wap-c {
	width: 100%;
	padding: 80px 0;
	display: flex;
	flex-direction: column;
}

.wap-c .main {
	width: 1200px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.wap-c .wtit {
	width: 100%;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #142037;
	font-weight: 700;
	margin-bottom: 80px;
}

.wap-c .wct {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.wap-c .wct dl {
	flex: 1;
	height: 520px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.wap-c .wct dd {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	display: flex;
	flex-direction: column;
	transition: all 1s;
}

.wap-c .wct dd img {
	width: 100%;
	display: block;
}

.wap-c .wct dd.active {
	opacity: 1;
}

.wap-c .wct ul {
	width: 450px;
	margin-top: 120px;
	margin-left: 70px;
	display: flex;
	flex-direction: column;
}

.wap-c .wct li {
	padding: 55px;
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer;
	margin-top: -35px;
	display: flex;
	flex-direction: column;
}

.wap-c .wct li .tab-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 12px;
}

.wap-c .wct li .tab-des {
	font-size: 16px;
	line-height: 26px;
}

.wap-c .wct .wbg1 {
	background: url('../images/c1.png') no-repeat center center;
	background-size: 0;
}

.wap-c .wct .wbg2 {
	background: url('../images/c2.png') no-repeat center center;
	background-size: 0;
}

.wap-c .wct .active .tab-title {
	color: #fff;
}

.wap-c .wct .active .tab-des {
	color: #fff;
}

.wap-c .wct .active {
	background-size: 100% 100%;
}

.wap-d {
	width: 100%;
	padding: 80px 0;
	background: #f7f9ff;
	display: flex;
	flex-direction: column;
}

.wap-d .main {
	width: 1200px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.wap-d .wtit {
	width: 100%;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #142037;
	font-weight: 700;
	margin-bottom: 60px;
}

.wap-d .wct {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.wap-d .wct ul {
	width: 450px;
	margin-top: 120px;
	margin-right: 70px;
	display: flex;
	flex-direction: column;
}

.wap-d .wct li {
	padding: 55px;
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer;
	margin-top: -35px;
	display: flex;
	flex-direction: column;
}

.wap-d .wct li .tab-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 12px;
}

.wap-d .wct li .tab-des {
	font-size: 16px;
	line-height: 26px;
}

.wap-d .wct .wbg1 {
	background: url('../images/d1.png') no-repeat center center;
	background-size: 0;
}

.wap-d .wct .wbg2 {
	background: url('../images/d2.png') no-repeat center center;
	background-size: 0;
}

.wap-d .wct .active .tab-title {
	color: #fff;
}

.wap-d .wct .active .tab-des {
	color: #fff;
}

.wap-d .wct .active {
	background-size: 100% 100%;
}

.wap-d .wct dl {
	flex: 1;
	height: 520px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.wap-d .wct dd {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	display: flex;
	flex-direction: column;
	transition: all 1s;
}

.wap-d .wct dd img {
	width: 100%;
	display: block;
}

.wap-d .wct dd.active {
	opacity: 1;
}

.wap-e {
	width: 100%;
	padding: 80px 0;
	display: flex;
	flex-direction: column;
}

.wap-e .main {
	width: 1200px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.wap-e .wtit {
	width: 100%;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #142037;
	font-weight: 700;
	margin-bottom: 60px;
}

.wap-e .wct {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.wap-e .wct dl {
	flex: 1;
	height: 520px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.wap-e .wct dd {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	display: flex;
	flex-direction: column;
	transition: all 1s;
}

.wap-e .wct dd img {
	width: 100%;
	display: block;
}

.wap-e .wct dd.active {
	opacity: 1;
}

.wap-e .wct ul {
	width: 450px;
	margin-top: 120px;
	margin-left: 70px;
	display: flex;
	flex-direction: column;
}

.wap-e .wct li {
	padding: 55px;
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer;
	margin-top: -35px;
	display: flex;
	flex-direction: column;
}

.wap-e .wct li .tab-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 12px;
}

.wap-e .wct li .tab-des {
	font-size: 16px;
	line-height: 26px;
}

.wap-e .wct .wbg1 {
	background: url('../images/e1.png') no-repeat center center;
	background-size: 0;
}

.wap-e .wct .wbg2 {
	background: url('../images/e2.png') no-repeat center center;
	background-size: 0;
}

.wap-e .wct .active .tab-title {
	color: #fff;
}

.wap-e .wct .active .tab-des {
	color: #fff;
}

.wap-e .wct .active {
	background-size: 100% 100%;
}

.wap-e1 {
	width: 100%;
	padding: 80px 0;
	background: #f7f9ff;
	display: flex;
	flex-direction: column;
}

.wap-e1 .main {
	width: 1200px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.wap-e1 .wtit {
	width: 100%;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #142037;
	font-weight: 700;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
}

.wap-e1 .wtit h5 {
	width: 100%;
}

.wap-e1 .wtit p {
	width: 100%;
	font-size: 24px;
	font-weight: normal;
	color: #546175
}

.wap-e1 .wct {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.wap-e1 .wct dl {
	width: 100%;
	border-bottom: #eee solid 2px;
	display: flex;
	flex-direction: row;
}

.wap-e1 .wct dd {
	flex: 1;
	cursor: pointer;
	padding-bottom: 10px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.wap-e1 .wct dd img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
}

.wap-e1 .wct dd p {
	width: 100%;
	font-size: 24px;
	line-height: 50px;
	color: #202f44;
	text-align: center;
}

.wap-e1 .wct dd.active:after {
	width: 80px;
	height: 4px;
	background: #3860f4;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -40px;
	z-index: 2;
	content: '';
}

.wap-e1 .wct ul {
	width: 100%;
	height: 364px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.wap-e1 .wct li {
	width: 100%;
	padding-top: 80px;
	display: flex;
	flex-direction: row;
	opacity: 0;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.wap-e1 .wct .wml {
	width: 480px;
	margin: 0 120px;
	display: flex;
	flex-direction: column;
}

.wap-e1 .wct .wml img {
	width: 480px;
	display: block;
}

.wap-e1 .wct .wmr {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.wap-e1 .wct .wmr .wdes {
	width: 100%;
	margin-top: 80px;
	display: flex;
	flex-direction: column;
}

.wap-e1 .wct .wmr p {
	width: 100%;
	padding-left: 20px;
	line-height: 30px;
	font-size: 16px;
	position: relative;
}

.wap-e1 .wct .wmr p:before {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #0c67f6;
	box-shadow: 0 0 8px rgba(12, 103, 246, 1);
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 2;
	content: '';
}

.wap-e1 .wct .wmore {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.wap-e1 .wct .wmore a {
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	color: #fff;
	margin-top: 52px;
	background: #3860f4;
	border-radius: 100px;
	cursor: pointer;
}

.wap-e1 .wct .wmore a:hover {
	opacity: 0.9;
}

.wap-e1 .wct li.active {
	opacity: 1;
}

.wap-e2 {
	width: 100%;
	padding: 80px 0;
	display: flex;
	flex-direction: column;
}

.wap-e2 .main {
	width: 1200px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.wap-e2 .wtit {
	width: 100%;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #142037;
	font-weight: 700;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
}

.wap-e2 .wtit h5 {
	width: 100%;
}

.wap-e2 .wtit p {
	width: 100%;
	font-size: 24px;
	font-weight: normal;
	color: #546175
}

.wap-e2 .wct {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.wap-e2 .wcl {
	width: 520px;
	padding-left: 80px;
	display: flex;
	flex-direction: column;
}

.wap-e2 .wcl .witem {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}

.wap-e2 .wcl .witem .wt-top {
	width: 100%;
	line-height: 30px;
	font-size: 20px;
}

.wap-e2 .wcl .witem .wt-des {
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	color: #888;
}

.wap-e2 .wct .wmore a {
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	color: #fff;
	margin-top: 52px;
	background: #3860f4;
	border-radius: 100px;
	cursor: pointer;
}

.wap-e2 .wct .wmore a:hover {
	opacity: 0.9;
}

.wap-e2 .wcr {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.wap-e2 .wcr img {
	width: 600px;
	display: block;
}

.wap-e3 {
	width: 100%;
	padding: 80px 0;
	background: #f7f9ff;
	display: flex;
	flex-direction: column;
}

.wap-e3 .main {
	width: 1200px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.wap-e3 .wtit {
	width: 100%;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #142037;
	font-weight: 700;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
}

.wap-e3 .wtit h5 {
	width: 100%;
}

.wap-e3 .wtit p {
	width: 100%;
	font-size: 24px;
	font-weight: normal;
	color: #546175
}

.wap-e3 .wct {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.wap-e3 .wcl {
	width: 480px;
	padding-left: 120px;
	display: flex;
	flex-direction: column;
}

.wap-e3 .wcl .witem {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}

.wap-e3 .wcl .witem .wt-top {
	width: 100%;
	line-height: 30px;
	font-size: 20px;
}

.wap-e3 .wcl .witem .wt-des {
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	color: #888;
}

.wap-e3 .wct .wmore a {
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	color: #fff;
	margin-top: 52px;
	background: #3860f4;
	border-radius: 100px;
	cursor: pointer;
}

.wap-e3 .wct .wmore a:hover {
	opacity: 0.9;
}

.wap-e3 .wcr {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.wap-e3 .wcr img {
	width: 600px;
	display: block;
}

.wap-f {
	width: 100%;
	height: 685px;
	background: url('../images/fbg.png') no-repeat center center;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
}

.wap-f .main {
	width: 1200px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.wap-f .wtit {
	width: 100%;
	padding: 80px 0;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

.wap-f .wct {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.wap-f .wct .wcl {
	width: 370px;
	height: 380px;
	border-radius: 10px;
	background: #fff;
	display: flex;
	flex-direction: column;
	position: relative;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

.wap-f .wct .wcl:hover {
	top: -20px;
}

.wap-f .wct .wcl img {
	width: 100;
	display: block;
}

.wap-f .wct .wcl p {
	padding: 33px 100px;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 24px;
	color: #142037;
	text-align: center;
}

.wap-g {
	width: 100%;
	padding: 80px 0;
	display: flex;
	flex-direction: column;
}

.wap-g .main {
	width: 1200px;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	flex-wrap: wrap;
}

.wap-g .wcl {
	margin: 15px 30px;
	padding: 36px 57px 0;
	width: 540px;
	height: 146px;
	background: #fff;
	box-shadow: 0 0 40px rgba(26, 58, 129, 0.1);
	transition: all 0.3s;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
}

.wap-g .wcl:hover {
	box-shadow: 0 0 40px rgba(26, 58, 129, 0.3);
}

.wap-g .wcl .wlt {
	height: 50px;
	width: 50px;
	margin: 10px 36px 0 0;
}

.wap-g .wcl .wlt img {
	width: 100%;
	display: block;
}

.wap-g .wcl .wlr {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.wap-g .wcl .wlr .name {
	color: #142037;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	padding-bottom: 12px;
}

.wap-g .wcl .wlr .des {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #142037;
}

.wap-g .wcl .wlr .des span {
	margin-right: 20px;
}

.wbg {
	width: 100%;
	background: url('../images/wbg.png') no-repeat center center;
	background-size: 100% 100%;
	padding: 90px 0 70px 0;
	display: flex;
	flex-direction: column;
}

.wbg .wtit {
	text-align: center;
	color: #fff;
	padding-bottom: 40px;
	font-weight: 700;
	font-size: 40px;
}

.wbg .wbtn {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.wbg .wbtn a {
	width: 220px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	display: block;
	margin: 0 auto;
	color: #3860f4;
	font-weight: 700;
	background: #fff;
	border-radius: 100px;
	cursor: pointer;
}

.wbg .wbtn a:hover {
	opacity: 0.9;
}

.footer {
	width: 100%;
	background: #0e1421;
	padding: 75px 0 25px 0;
	display: flex;
	flex-direction: column;
}

.footer .main {
	width: 1200px;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}

.footer .fleft {
	width: 600px;
	display: flex;
	flex-direction: column;
	font-size: 16px;
}

.footer .fli {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-bottom: 36px;
}

.footer .fli a {
	color: #fff;
	margin-right: 40px;
}

.footer .fbq {
	width: 100%;
	color: #a8a7a8;
}

.footer .fbq a {
	color: #a8a7a8;
	padding-left: 20px;
}

.footer .fright {
	flex: 1;
	display: flex;
	flex-direction: row;
	margin-top: -35px;
	padding-bottom: 10px;
	justify-content: flex-end;
}

.footer .frl {
	width: 120px;
	display: flex;
	flex-direction: column;
}

.footer .frl img {
	width: 100%;
	display: block;
}

.footer .frl p {
	margin-top: 20px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}

.wkf {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 100;
	display: flex;
	flex-direction: column;
}

.wkf .kwx {
	padding: 18px;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	background: linear-gradient(to top, #0363f2, #0777fb);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #fff;
	text-align: center;
	box-shadow: 0 0 40px rgba(26, 58, 129, 0.1);
	cursor: pointer;
	display: flex;
	flex-direction: column;
}

.wkf .kwx>img {
	width: 42px;
	height: 36px;
	display: block;
	margin: 0 auto;
}

.wkf .kwx>p {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
}

.wkf .kwx .kcode {
	position: fixed;
	right: 115px;
	top: 50%;
	width: 180px;
	height: 206px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	display: none;
	box-shadow: 0 0 40px rgb(26, 58, 129, 0.1);
}

.wkf .kwx .kcode img {
	width: 130px;
	height: 130px;
	display: block;
}

.wkf .kwx .kcode p {
	font-weight: 700;
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #142037;
}

.wkf .kwx:hover .kcode {
	display: flex;
	flex-direction: column;
}

.wkf .totop {
	margin-top: 12px;
	width: 100px;
	height: 40px;
	box-shadow: 0 0 40px rgb(26, 58, 129, 0.1);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	cursor: pointer;
}

.wkf .totop img {
	width: 20px;
	height: 10px;
	display: block;
	margin: 15px auto;
}

.markbg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.mcont {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -180px;
	margin-left: -215px;
	z-index: 1000;
	transform: scale(0.85);
	transition: 0.3s all;
	opacity: 0;
	display: none;
}

.mcont .mat {
	height: 433px;
	width: 360px;
	background: url(../images/wxbg.png) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
}

.mcont .mat img {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 125px;
	left: 80px;
}

.mshow {
	opacity: 1;
	transition: 0.3s all;
	transform: scale(1);
}

.animate-item {
	transform: translateY(80px) scale(.96);
	opacity: 0;
	transition: all 1s ease .2s;
}

.animate-item.show {
	transform: translateY(0) scale(1);
	opacity: 1;
}