@charset "utf-8";

/* CSS Document */
/* common */
/**html{
 -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}**/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
p,
a,
form,
select,
input,
ul,
ol,
li {
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Microsoft YaHei', sans-serif;
	color: #000000;
}

ul,
ol {
	list-style: none;
	text-indent: 0;
	list-style-position: outside;
}

body ul {
	margin: 0;
}

img {
	border: 0;
}

b {
	font-weight: normal;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: none !important;
}

a {
	text-decoration: none || underline || blink || overline || line-through
}

p {
	margin: 0 0 0;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

/* link : style */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* ul {
	margin-bottom: 0 !important;
} */

/*clear*/
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}

.clearfix:after {
	clear: both;
}

/*浏览器更新提示*/
.browserupgrade {
	margin: 0;
	z-index: 9999;
	width: 100%;
	height: 42px;
	color: #e50b71;
	text-indent: 20px;
	line-height: 42px;
	overflow: hidden;
	background: #222222;
	border-bottom: 4px solid #000000;
}

.browserupgrade a {
	font-size: 16px;
	color: #fdc12d;
	cursor: pointer;
}

.browserupgrade a.brow-close {
	font-size: 14px;
	margin-right: 20px;
	float: right;
}

/*ie7*/
.ie7-alert {
	left: 50%;
	top: 50%;
	margin-left: -276px;
	margin-top: -238px;
	width: 551px;
	height: 476px;
	position: fixed;
	z-index: 9999;
	background: url('../img/ie7.png') no-repeat center;
}

.ie7-alert a {
	top: 121px;
	left: 127px;
	width: 121px;
	height: 33px;
	display: block;
	position: absolute;
	background: url('../img/ie7-btn.png') no-repeat center;
}

html {
	width: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
	width: 100%;
	background: #F1F0FF;
	overflow-x: hidden;
}

body.fixed {
	top: 0;
	position: fixed;
}

.wrap.fixed {
	top: 0;
	position: fixed;
}

.wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
	background: #FFFFFF !important;
}

.wrap.fixed {
	top: 0;
	position: fixed;
}

.main {
	margin: 0 auto;
}

.main a h1 {
	margin: 0;
}

.header {
	width: 100%;
	/* height: 74px !important; */
	z-index: 999;
	background: #ffffff;
	/* 	position: absolute; */
	/* top: 10px; */
	z-index: 999;
	margin: auto;
	display: block;
	left: 0;
	right: 0;
	opacity: 0.9;
}

.header:hover {
	opacity: 1;
}

.header .logo {
	float: left;
	width: 177px !important;
	height: 36px !important;
	display: block;
	margin-top: 42px;
	/* margin-left: -6px; */
}

.header .logo-text {
	margin-top: 38px;
	margin-left: 24px;
	float: left;
	font-size: 16px;
	line-height: 23px;
}

.header .main {
	margin: 0 auto;
	width: 1200px;
	/* height: 100px; */
	position: relative;

}

.header .nav_list {
	/* height: 100px;
	line-height: 100px; */
	float: left;
	margin-left: 62px;
}

.header .nav_list p {
	height: 25px;
	font-size: 32px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	/* color: #333333; */
	color: red;
	line-height: 25px;
	margin-top: 24px;
}

.header .nav_list ul {
	margin-top: 26px;
	/* margin-left: -236px; */
}

.header .nav_list ul li {
	float: left;
	height: 40px !important;
	line-height: 40px !important;
	/* padding:20px; */
}

.header .nav_list ul li a {
	/* 	width:0.32rem;
	height:0.24rem; */
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 40px !important;
	-webkit-background-clip: text;
	margin-right: 85px;
	display: block;
	/* transform: translateX(-50%); */
}

.header .nav_list ul li:last-child a {
	margin-right: 0px;
}

.header .nav_list ul li.act a {
	width: 64px;
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 24px;
	line-height: 40px !important;
	position: relative;
}

.header .nav_list ul li a:hover {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 100px;
	position: relative;
}

/* .header .nav_list ul li a::after {
	content: "";
	width: 0;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
}

.header .nav_list ul li.act a::after {
	content: "";
	width: 16px;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	transition: width 0.2s ease-in-out 0s;
}

.header .nav_list ul li a:hover::after {
	content: "";
	width: 16px;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	transition: width 0.2s ease-in-out 0s;
} */
body .contact {
	width: 175px;
	/* 	float: right; */
	margin-right: 0px;
	line-height: normal;
	right: 0;
	position: absolute;
}

body .contact div {
	display: flex;
	justify-content: space-between;
}

/* .contact>p{
	color:#214BF7;
	font-weight:bold;
	text-align:center;
} */
body .contact p {
	text-align: right;
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: normal;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 34px;
}

body .contact span {
	/* color: #333333; */
	color: red;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	margin-left: 2.5px;
	line-height: 21px;
}

body .contact span.gj {
	color: red;
}

body .contact span.bfb {
	color: red;
}

/*轮播*/
.banner {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.banner_1 {
	height: 600px;
	background: url(../img/banner3.png) no-repeat center;
}

.banner .swiper-container {
	width: 100%;
	height: 600px;
}

.banner .swiper-container .swiper-wrapper {
	width: 100%;
	height: 600px;
}

.banner .swiper-container .swiper-slide {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.banner .swiper-button-next {
	background-image: url(../img/left1.png) !important;
	top: 50%;
	left: 32px !important;
	right: auto !important;
	background-size: 200%;
}

.banner .swiper-button-prev {
	background-image: url(../img/right1.png) !important;
	top: 50%;
	right: 32px !important;
	left: auto !important;
	background-size: 200%;
}

.banner .swiper-container-banner .swiper-button-next {
	opacity: 0.15;
}

.banner .swiper-container-banner .swiper-button-prev {
	opacity: 0.15;
}

.banner .swiper-button-next:hover {
	opacity: 1;
}

.banner .swiper-button-prev:hover {
	opacity: 1;
}

.banner .swiper-container .swiper-slide img {
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 100%;
	display: block;
	position: absolute;
	transition: 0.2s;
}

.banner .pagination {
	bottom: 20px;
	width: 100%;
	z-index: 20;
	text-align: center;
	position: absolute;
}

.banner .swiper-pagination-switch {
	margin: 0 5px;
	width: 40px;
	height: 5px;
	cursor: pointer;
	display: inline-block;
	background: #d2d6d9;
}

.banner .swiper-active-switch {
	background: #fdc12d;
}


.banner .tabs {
	position: absolute;
	top: 546px;
	width: 100px;
	right: 0;
	margin: auto;
	left: -200px;
	display: flex;
	justify-content: space-between;
	transform: translateX(100px);
	z-index: 999;
}

.banner .tabs li {
	width: 40px;
	height: 6px;
	border-radius: 14px 14px 14px 14px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	cursor: pointer;
}

.banner .tabs li.on {
	background: #FFFFFF;
	border-radius: 14px 14px 14px 14px;
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;

}

.banner .bannerline {
	position: absolute;
	bottom: -12px;
	width: 100%;
	height: 212.5px;
	margin: auto;
	display: flex;
	z-index: 999;
	background: url(../img/banner-line.png) no-repeat center;
}

.zcwl {
	width: 1200px;
	margin: auto;
	margin-top: 75px;
}

.zcwl .bt h1 {
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 60px;
	text-align: center;
}

.zcwl .bt p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
}

.zcwl .bt p>span {
	color: #FF3859;
}

.zcwl_nav {
	margin-top: 40px;
	overflow: hidden;
}

.zcwl_nav ul li {
	float: left;
	width: 380px;
	height: 120px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	margin-left: 30px;
	position: relative;
}

.zcwl_nav ul li:first-child {
	margin-left: 0px;
}

.zcwl_nav ul li>img {
	position: absolute;
	top: 24px;
	left: 25px;
}

.zcwl_nav ul li>h2 {
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #2E31FF;
	line-height: 35px;
	position: absolute;
	top: 21px;
	left: 128px;
}

.zcwl_nav ul li>p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	position: absolute;
	top: 73px;
	left: 128px;
}

.zcwl_nav ul li.active {
	background: rgb(46, 49, 255);
}

.zcwl_nav ul li.active>h2 {
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 35px;
	position: absolute;
	top: 21px;
	left: 128px;
}

.zcwl_nav ul li.active>p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 19px;
	position: absolute;
	top: 73px;
	left: 128px;
}

.zcwl_b {
	width: 1200px;
	height: 600px;
	overflow: hidden;
}

.zcwl_q {
	height: 600px;
}

.zcwl_b .btn {
	width: 328px;
	height: 65px;
	background: #FF3859;
	box-shadow: 0px 22px 21px -12px rgba(237, 158, 158, 0.6);
	border-radius: 72px 72px 72px 72px;
	opacity: 1;
	margin: auto;
	margin-top: 50px;
}

.zcwl_b .btn:hover {
	background: #FF5F79;
}

.zcwl_b .btn>a {
	display: block;
	font-size: 28px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 65px;
	text-align: center;
}

.zcwl_content {
	margin-top: 30px;
	background: #FFFFFF;
	box-shadow: 0px 13px 18px 0px rgba(105, 135, 255, 0.2);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	overflow: hidden;
}

.content_sc {
	width: 1099px;
	margin: auto;
	padding-top: 34px;
}

.content_sc ul li {
	overflow: hidden;
	margin-bottom: 15px;
}

.content_sc ul li>div {
	width: 839px;
	height: 42px;
	background: linear-gradient(90deg, #DEDFFF 100%, rgba(192, 191, 249, 0) 100%);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	overflow: hidden;
	float: left;
}

.content_sc ul li div>p {
	width: 204px;
	font-size: 22px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 42px;
	margin-left: 16px;
	float: left;
}

.content_sc ul li div>span {
	display: block;
	width: 521px;
	height: 20px;
	background: linear-gradient(270deg, #2E31FF 0%, rgba(46, 49, 255, 0) 100%);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	float: left;
	margin-top: 11px;
}

.content_sc ul li>p {
	float: left;
	width: 258px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #2E31FF;
	font-size: 22px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #2E31FF;
	line-height: 40px;
	text-align: center;
}

.content_sc ul li p>span {
	color: #FF3859;
}

.content_sc ul>p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 38px;
	text-align: center;
}

.content_jy {
	overflow: hidden;
}

.content_jy ul {
	width: 578px;
	height: 390px;
	margin-left: 7px;
	margin-top: 32px;
	float: left;
}

.content_jy ul>p {
	width: 136px;
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 19px;
	margin-left: 20px;
}

.content_jy li {
	width: 258px;
	height: 53px;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	border: 1px solid #D4DDFF;
	float: left;
	margin-left: 20px;
	margin-bottom: 16px;
	position: relative;
}

.content_jy li>span {
	display: block;
	width: 85px;
	height: 53px;
	background: #2E31FF;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	font-size: 22px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 53px;
	padding-left: 41px;
}

.content_jy li>b {
	font-size: 22px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	position: absolute;
	top: 14px;
	left: 152px;
}

.content_jy>img {
	float: left;
	margin-top: 18px;
	margin-left: 70px;
}

.content_zy {
	overflow: hidden;
	margin-top: 54px;
	margin-left: 40px;
	margin-bottom: 82px;
	height: 286px;
}

.content_zy li {
	float: left;
	position: relative;
}

.content_zy ul>img {
	float: left;
	margin-top: 131px;
	margin-left: 12px;
	margin-right: 12px;
}

.content_zy li>h2 {
	font-size: 22px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	position: absolute;
	top: 27px;
	left: 23px;
	z-index: 999;
}

.content_zy li>span {
	width: 26px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	position: absolute;
	left: 65px;
	top: 67px;
}

.content_zy li ul {
	overflow: hidden;
	margin-left: 16px;
	margin-bottom: 46px;
}

.content_zy li ul>li {
	float: left;
}

.li_right ul>img {
	float: left;
	margin-top: 18px;
	margin-left: 11px;
	margin-right: 12px;
}

.li_right ul li {
	width: 172px;
	height: 45px;
	background: #FEF1F1;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 2px solid #FF5757;
	font-size: 22px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	text-align: center;
	padding-top: 15px;
}

.li_right ul li:first-child {
	width: 141px;
	height: 44px;
	background: url(../img/p1_3jt01.png) no-repeat center;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: none;
	margin-top: 6px;
	margin-right: 17px;
}

.li_right .yw li {
	background: #DDFBFF;
	border: 2px solid #71EEFF;
}

.li_right .yw li:first-child {
	background: url(../img/p1_3jt02.png) no-repeat center;
}

.li_right .cp li {
	background: #FFEFE4;
	border: 2px solid #FFA66C;
}

.li_right .cp li:first-child {
	background: url(../img/p1_3jt07.png) no-repeat center;
}

.xjava {
	width: 1200px;
	margin: auto;
	margin-top: 40px;
}

.xjava .bt>h1 {
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 60px;
	text-align: center;
}

.xjava_top {
	overflow: hidden;
	margin-top: 40px;
}

.xjava_top ul>li {
	width: 304px;
	height: 213px;
	background: linear-gradient(180deg, #A0B3FF 0%, #EDF0FF 100%);
	box-shadow: 0px 13px 13px 0px rgba(115, 142, 255, 0.21);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	float: left;
	position: relative;
}

.xjava_top ul li>img:first-child {
	border-radius: 10px 10px 10px 10px;
}

.xjava_top li>h1 {
	font-size: 30px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
	margin-top: -56px;
	margin-bottom: 56px;
}

.xjava_top li>p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 29px;
	text-align: center;
	margin-top: -150px;
}

.xjava_top li:first-child {
	margin-left: 224px;
	margin-right: 145px;
}

.xjava_nav {
	height: 610px;
	background: url(../img/p2_b3.png) no-repeat center;
}

.xjava_nav>ul {
	width: 1200px;
	height: 130px;
	margin: auto;
	overflow: hidden;
}

.xjava_nav ul>li {
	float: left;
	position: relative;
	margin-right: 148px;
}

.xjava_nav ul>li:first-child {
	margin-left: 114px;
}

.xjava_nav ul>li:last-child {
	margin-right: 0px;
}

.xjava_nav ul>li:nth-child(2n) {
	margin-top: 46px;
}

.xjava_nav ul li>p {
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
	text-align: center;
	margin-top: -52px;
}

.xjava_content {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	margin-top: 11px;
}

.xjava_content ul>li {
	width: 304px;
	height: 213px;
	background: linear-gradient(180deg, #A0B3FF 0%, #EDF0FF 100%);
	box-shadow: 0px 13px 13px 0px rgba(115, 142, 255, 0.21);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	float: left;
	position: relative;
	margin-right: 140px;
}

.xjava_content ul li:first-child {
	margin-left: 0px;
}

.xjava_content ul li>img:first-child {
	border-radius: 10px 10px 10px 10px;
}

.xjava_content ul li:nth-child(2n) {
	margin-top: 0px;
}

.xjava_content ul li>h1 {
	font-size: 30px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
	margin-top: -56px;
	margin-bottom: 56px;
}

.xjava_content ul li>p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 29px;
	text-align: center;
	margin-top: -150px;
}

.xjava_bottom {
	width: 1200px;
	margin: auto;
	margin-top: 40px;
	overflow: hidden;
}

.xjava_bottom ul li {
	width: 184px;
	height: 89px;
	background: rgba(46, 49, 255, 0.12);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #2E31FF;
	float: left;
	margin-top: 0px;
	margin-left: 16px;
	margin-right: 0px;
	position: relative;
	overflow: hidden;
}

.xjava_bottom ul li:hover {
	background: #fff;
}

.xjava_bottom ul li:first-child {
	margin-left: 0px;
}

.xjava_bottom ul li:nth-child(2n) {
	margin-top: 0px;
}

.xjava_bottom ul li>h2 {
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #2E31FF;
	line-height: 23px;
	position: absolute;
	top: 15px;
	left: 9px;
}

.xjava_bottom ul li h2>span {
	color: #FF3859;
}

.xjava_bottom ul li>span {
	width: 24px;
	height: 4px;
	background: #2E31FF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	position: absolute;
	left: 12px;
	top: 54px;
}

.xjava_bottom ul li>img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.xjava_nav .btn {
	width: 328px;
	height: 65px;
	background: #FF3859;
	box-shadow: 0px 22px 21px -12px rgba(237, 158, 158, 0.6);
	border-radius: 72px 72px 72px 72px;
	opacity: 1;
	margin: auto;
	margin-top: 50px;
}

.xjava_nav .btn:hover {
	background: #FF5F79;
}

.xjava_nav .btn>a {
	display: block;
	font-size: 28px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 65px;
	text-align: center;
}

.dzszx {
	height: 1065px;
	background: url(../img/p3_bg.png)no-repeat center;
	margin-top: -57px;
}

.dzszx .bt {
	width: 738px;
	height: 60px;
	margin: auto;
	padding-top: 147px;
}

.dzszx .bt>h1 {
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 47px;
}

.dzszx_nav {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	margin-top: 40px;
}

.dzszx_nav li {
	width: 380px;
	height: 114px;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	float: left;
	margin-left: 26px;
	position: relative;
}

.dzszx_nav li:first-child {
	margin-left: 0px;
}

.dzszx_nav li>span {
	width: 5px;
	height: 64px;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(46, 49, 255, 0) 100%);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	top: 22px;
	left: 31px;
}

.dzszx_nav li>h2 {
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 42px;
	position: absolute;
	top: 12px;
	left: 51px;
}

.dzszx_nav li h2>p {
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 42px;
}

.dzszx_nav li>img {
	position: absolute;
	top: 18px;
	right: 24px;
}

.dzszx_content {
	width: 1200px;
	height: 690px;
	margin: auto;
	overflow: hidden;
}

.zysznl {
	height: 490px;
	position: relative;
	margin-top: 60px;
}

.zysznl ul li {
	float: left;
}

.zysznl_left {
	width: 390px;
}

.zysznl_left li {
	width: 390px;
	height: 126px;
	background: rgba(46, 49, 255, 0.61);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #2E31FF;
	float: none;
	margin-bottom: 40px;
	position: relative;
}

.zysznl_left li>h2 {
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 23px;
	position: absolute;
	top: 20px;
	right: 46px;
}

.zysznl_left li>p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	text-align: right;
	position: absolute;
	top: 56px;
	right: 46px;
}

.zysznl li>div {
	width: 68px;
	height: 68px;
	background: linear-gradient(164deg, #C3F8FF 0%, #71EEFF 100%);
	opacity: 1;
	border: 2px solid #FFFFFF;
	border-radius: 68px;
	margin-top: 98px;
}

.zysznl li>div:first-child {
	margin-top: 29px;
}

.zysznl li div>h1 {
	font-size: 32px;
	font-family: Impact-Regular, Impact;
	font-weight: 400;
	color: #2E31FF;
	line-height: 38px;
	text-align: center;
	margin-top: 16px;
}

.q_left {
	position: absolute;
	left: 356px;
}

.zysznl li>img {
	margin-top: 53px;
	margin-left: 45px;
	position: relative;
	margin-right: 14px;
}

.zysznl_center p {
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #2E31FF;
	line-height: 23px;
	position: absolute;
	left: 540px;
	top: 272px;
}

.zysznl_right {
	width: 390px;
	margin-left: 30px;
}

.zysznl_right ul li {
	width: 390px;
	height: 126px;
	background: rgba(46, 49, 255, 0.61);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #2E31FF;
	float: none;
	margin-bottom: 40px;
	position: relative;
}

.zysznl_right li>h2 {
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 23px;
	position: absolute;
	top: 20px;
	left: 46px;
}

.zysznl_right li>p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	text-align: left;
	position: absolute;
	top: 56px;
	left: 46px;
}

.q_right {
	position: absolute;
	right: 356px;
	z-index: 99999;
}

.dzszx_content .btn {
	width: 328px;
	height: 65px;
	background: #FF3859;
	box-shadow: 0px 22px 21px -12px rgba(237, 158, 158, 0.6);
	border-radius: 72px 72px 72px 72px;
	opacity: 1;
	margin: auto;
	margin-top: 50px;
}

.dzszx_content .btn:hover {
	background: #FF5F79;
}

.dzszx_content .btn>a {
	display: block;
	font-size: 28px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 65px;
	text-align: center;
}

.ywjjfa {
	width: 1200px;
	height: 490px;
	margin: auto;
	position: relative;
	margin-top: 60px;
}

.ywjjfa ul li {
	float: left;
}

.ywjjfa_left {
	width: 400px;
}

.ywjjfa_left ul li {
	width: 339px;
	height: 52px;
	background: url(../img/p3-zuo.png)no-repeat center;
	margin-bottom: 20px;
}

.ywjjfa_left ul li>p {
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 52px;
	text-align: center;
}

.ywjjfa_center {
	position: relative;
	margin-top: 52px;
	margin-right: 10px;
}

.ywjjfa_center p {
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 29px;
	text-align: center;
	position: absolute;
	top: 249px;
	left: 125px;
}

.ywjjfa_right {
	width: 400px;
}

.ywjjfa_right ul li {
	width: 339px;
	height: 52px;
	background: url(../img/p3-you.png)no-repeat center;
	margin-bottom: 20px;
}

.ywjjfa_right ul li>p {
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 52px;
	text-align: center;
}

.dxxmsz_bt {
	overflow: hidden;
	width: 840px;
	margin: auto;
	margin-top: 37px;
}

.dxxmsz_bt img {
	float: left;
}

.dxxmsz_bt h2 {
	font-size: 30px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 35px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

.dxxmsz_nav {
	overflow: hidden;
	margin-top: 16px;
}

.dxxmsz_nav li {
	background: url(../img/p1_3jt02.png) no-repeat center;
	width: 168px;
	height: 54px;
	float: left;
	margin-left: 4px;
}

.dxxmsz_nav li:first-child {
	margin-left: 0px;
}

.dxxmsz_nav li>p {
	font-size: 24px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 54px;
	text-align: center;
}

.dxxmsz_content {
	overflow: hidden;
	margin-top: 20px;
}

.dxxmsz_content li {
	width: 224px;
	height: 366px;
	background: linear-gradient(180deg, #71EEFF 0%, rgba(113, 238, 255, 0) 100%);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #71EEFF;
	float: left;
	margin-left: 17px;
	position: relative;
}

.dxxmsz_content li:first-child {
	margin-left: 0px;
}

.dxxmsz_content li>span {
	display: block;
	width: 142px;
	height: 40px;
	background: #71EEFF;
	border-radius: 0px 0px 16px 16px;
	opacity: 1;
	position: absolute;
	top: 0px;
	left: 41px;
	z-index: 99999;
}

.dxxmsz_content li span>h3 {
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #2E31FF;
	line-height: 40px;
	text-align: center;
}

.dxxmsz_content li>img {
	position: absolute;
	left: 10px;
	top: 10px;
}

.dxxmsz_content li>p {
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 23px;
	text-align: center;
	padding-top: 326px;
}

.qgkb {
	width: 1200px;
	margin: auto;
	margin-top: 44px;
}

.qgkb h1 {
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
	text-align: center;
}

.qgkb_content {
	height: 380px;
	background: #FFFFFF;
	box-shadow: 0px 16px 18px 0px rgba(5, 80, 250, 0.06);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #0550FA;
	margin-top: 40px;
	overflow: hidden;
	/* overflow-x: hidden;
	overflow-y: scroll; */
}

@-webkit-keyframes wordsLoop {
	0% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	100% {
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}
.qgkb_content ul:hover{
	animation-play-state:paused;
}
.qgkb_content ul {
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	animation:30s wordsLoop linear infinite normal;
}

.qgkb_content ul li {
	height: 40px;
	background: #E8EFFE;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	margin-bottom: 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	position: relative;
	width: 572px;
}

.qgkb_content ul li>span img {
	position: absolute;
	top: 10px;
	right: 23px;
}

.qgkb_content ul li.on {
	background: #ffffff;
}

/*修改滚动条样式*/
div::-webkit-scrollbar {
	width: 5px;
	height: 30px;
	margin-right: 5px;
	/**/
}

div::-webkit-scrollbar-track {
	/* background: rgb(239, 239, 239); */
	border-radius: 2px;
}

div::-webkit-scrollbar-thumb {

	background: #C3CFFF;
	border-radius: 10px;
}

div::-webkit-scrollbar-thumb:hover {
	background: #C3CFFF;
}

div::-webkit-scrollbar-corner {
	background: #179a16;
}

.qgkb_content ul li p {
	float: left;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	margin-right: 60px;
	cursor: pointer;
}

.qgkb_content ul li p a {
	line-height: 40px;
	font-size: 16px;
	color: #F77521;
	font-weight: 400;
}

.qgkb_content ul li p a:hover {
	font-size: 18px;
	font-weight: 800;
}

.qgkb_content ul li p:first-child {
	/* margin-left: 50px; */
}

.qgkb_content ul li p:last-child {
	margin-right: 0px;
	color: #F77521;
}

.qgkb_content ul li>img {
	float: left;
	height: 19px;
	width: 18px;
	margin-top: 10px;
}

.crx {
	width: 1200px;
	margin: auto;
	margin-top: 80px;
}

.crx h1 {
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
	text-align: center;
}

.crx_nav {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}

.crx_nav li {
	width: 380px;
	height: 64px;
	background: rgba(46, 49, 255, 0.08);
	border-radius: 47px 47px 47px 47px;
	opacity: 1;
	border: 2px solid #2E31FF;
	font-size: 30px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #2E31FF;
	line-height: 64px;
	text-align: center;
	float: left;
	margin-left: 24px;
}

.crx_nav li:first-child {
	margin-left: 0px;
}

.crx_nav .on {
	background: #2E31FF;
	border-radius: 47px 47px 47px 47px;
	opacity: 1;
	border: 2px solid rgba(46, 49, 255, 0.08);
	font-size: 30px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
}

.crx_content {
	overflow: hidden;
	height: 560px;
}

.hz {
	overflow: hidden;
	margin-bottom: 100px;
}

.hz li {
	float: left;
}

.hz li:first-child {
	margin-right: 20px;
}

.hz li>p {
	font-size: 30px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 35px;
	text-align: center;
	margin-top: -335px;
}

.btn_hz {
	width: 328px;
	height: 65px;
	margin: auto;
	background: #FF3859;
	box-shadow: 0px 22px 21px -12px rgba(237, 158, 158, 0.6);
	border-radius: 72px 72px 72px 72px;
	opacity: 1;
	margin-top: 400px;
}

.btn_hz:hover {
	background: #FF5F79;
}

.btn_hz>a {
	display: block;
	font-size: 28px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 65px;
	text-align: center;
}

.js {
	overflow: hidden;
	margin-bottom: 50px;

}

.js li {
	width: 184px;
	height: 310px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	float: left;
	margin-left: 19px;
	position: relative;
	overflow: hidden;
}

.js li:first-child {
	margin-left: 0px;
}

.js li>img {
	border-radius: 10px 10px 10px 10px;
}

.js li>div {
	width: 184px;
	height: 124px;
	background: linear-gradient(360deg, #2E31FF 0%, rgba(46, 49, 255, 0) 100%);
	border-radius: 0px 0px 10px 10px;
	opacity: 1;
	position: absolute;
	bottom: 0;
}

.js li div>h2 {
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
	margin-top: 61px;
	margin-left: 10px;
}

.js li div>span {
	display: block;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 19px;
	margin-left: 10px;
	margin-bottom: 17px;
}

.btn_js {
	width: 328px;
	height: 65px;
	margin: auto;
	background: #FF3859;
	box-shadow: 0px 22px 21px -12px rgba(237, 158, 158, 0.6);
	border-radius: 72px 72px 72px 72px;
	opacity: 1;
	margin-top: 361px;
}

.btn_js:hover {
	background: #FF5F79;
}

.btn_js>a {
	display: block;
	font-size: 28px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 65px;
	text-align: center;
}

.jx_nav {
	overflow: hidden;
}

.jx_nav li {
	width: 278px;
	height: 215px;
	background: linear-gradient(180deg, #CFD9FF 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	float: left;
	margin-left: 26px;
	position: relative;
}

.jx_nav li:first-child {
	margin-left: 0px;
}

.jx_nav li>h2 {
	font-size: 40px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 47px;
	position: absolute;
	top: 13px;
	left: 28px;
}

.jx_nav li>img {
	position: absolute;
	top: 18px;
	right: 31px;
}

.jx_nav li>h3 {
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 23px;
	position: absolute;
	top: 73px;
	left: 13px;
}

.jx_nav li>span {
	display: block;
	width: 216px;
	height: 1px;
	background: #AEBEFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	top: 120px;
	left: 29px;
}

.jx_nav li>p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	position: absolute;
	left: 28px;
	bottom: 20px;
}

.jx_footer {
	overflow: hidden;
	margin-top: 30px;
}

.jx_footer li {
	float: left;
	width: 216px;
	height: 174px;
	position: relative;
	margin-left: 30px;
}

.jx_footer li:first-child {
	margin-left: 0px;
}

.jx_footer li>h1 {
	width: 162px;
	height: 60px;
	background: #214BF7;
	box-shadow: 0px 13px 19px 0px #A5B7FD;
	border-radius: 32px 32px 32px 32px;
	opacity: 1;
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
	margin-left: 27px;
	position: absolute;
	z-index: 999;
}

.jx_footer li>div {
	width: 216px;
	height: 142px;
	background: linear-gradient(180deg, #CFD9FF 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	margin-top: 32px;
}

.jx_footer li div>p {
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-align: center;
	margin-top: 48px;
}

.btn_jx {
	width: 328px;
	height: 65px;
	margin: auto;
	background: #FF3859;
	box-shadow: 0px 22px 21px -12px rgba(237, 158, 158, 0.6);
	border-radius: 72px 72px 72px 72px;
	opacity: 1;
	margin-top: 50px;
}

.btn_jx:hover {
	background: #FF5F79;
}

.btn_jx>a {
	display: block;
	font-size: 28px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 65px;
	text-align: center;
}

.jy h1 {
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
	text-align: center;
}

.jy_content {
	width: 1200px;
	padding-top: 36px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 50px;
}

.jy_content div {
	float: left;
	width: 240px;
	height: 220px;
	background: #F1FAFF;
	color: #333333;
}

.jy_content div>h2 {
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	margin-top: 32px;
}

.jy_content div>span {
	display: block;
	width: 41px;
	height: 3px;
	background: #333333;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	margin: auto;
	margin-top: 19px;
	margin-bottom: 24px;
}

.jy_content div>p {
	width: 188px;
	height: 72px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	margin: auto;
}

.jy_content img {
	float: left;
	width: 240px;
	height: 220px;
}

.jy .btn {
	width: 328px;
	height: 65px;
	margin: auto;
	background: #FF3859;
	box-shadow: 0px 22px 21px -12px rgba(237, 158, 158, 0.6);
	border-radius: 72px 72px 72px 72px;
	opacity: 1;
	margin-top: 50px;
	margin-bottom: 80px;
}

.jy .btn:hover {
	background: #FF5F79;
}

.jy .btn>a {
	display: block;
	font-size: 28px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 65px;
	text-align: center;
}

.footer {
	height: 125px;
	background: #2E31FF;
	margin: auto;
	overflow: hidden;
}

.footer>div {
	width: 840px;
	margin: auto;
}

.footer p {
	float: left;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	line-height: 125px;
}

.footer p a {
	float: left;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	line-height: 125px;
}
