@charset "utf-8";

/* CSS Document */
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
form,
dl,
dd,
span,
strong,
p,
em {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul,
li {
	list-style-type: none;
}

a {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

a,
a:hover {
	text-decoration: none;
	color: #ffffff;
}

body {
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-size: 14px;
	color: #ffffff;
	min-width: 1400px;

}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.hiddle {
	display: none;
}

input,
textarea {
	outline: none;
}

input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
	box-shadow: none;
}

i,
em {
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.swiper-button-next {
	right: 40px;
	width: 50px;
	height: 80px;
	background: #040518;
	opacity: 0.4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-button-prev {
	left: 40px;
	width: 50px;
	height: 80px;
	background: #040518;
	opacity: 0.4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-pagination-bullet {
	width: 60px;
	height: 4px;
	background: #236FFB;
	border-radius: 0%;
}

.swiper-pagination {
	bottom: 25px !important;
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.w1600 {
	width: 1600px;
	margin: 0 auto;
}

.color_bl {
	color: #236FFB;
}

.index_body {
	background: #040518;
}

.header {
	background: #111A2D;
	font-size: 16px;
	color: #8D9AB3;
}

.header .top_bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.header .top_bar>div {
	display: flex;
	align-items: center;
}

.header .top_bar>div div {
	display: inline-block;
}

.header .top_bar a {
	color: #236FFB;
	margin: 0 10px;
}

.header .top_bar .tel {
	margin: 0 10px;
}

.header .top_bar span {
	color: #236FFB;
}

.header .top_menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 12px;
}

.header .top_menu ul>li {
	float: left;
	margin-left: 50px;
	position: relative;
}

.header .top_menu ul>li .menu_zi {
	position: absolute;
	left: -66%;
	top: 71px;
	z-index: 9999;
	width: 185px;
	background: #111A2D;
	display: none;
}

.header .top_menu ul>li:nth-child(3):hover .menu_zi {
	display: block;
}

.header .top_menu ul>li:nth-child(5):hover .menu_zi {
	display: block;
}
.header .top_menu ul>li:nth-child(4):hover .menu_zi {
	display: block;
}
.header .top_menu ul>li:nth-child(6):hover .menu_zi {
	display: block;
}
.header .top_menu ul>li .menu_zi a {
	display: inline-block;
	width: 100%;
	line-height: 50px;
	text-align: center;
}

.header .top_menu .menu {
	height: 50px;
	display: flex;
	align-items: center;
}

.header .top_menu ul>li>a {
	display: inline-block;
	padding: 25px 0;
}

.header .top_menu ul>li>a::after {
	content: "";
	width: 100%;
	height: 4px;
	background: #236FFB;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.header .top_menu ul li:hover>a {
	color: #236FFB;
}

.header .top_menu ul>li .menu_zi a:hover {
	background: #172239;
	color: #236FFB;
}

.header .top_menu ul>li:hover>a::after {
	opacity: 1
}

.header .top_menu ul>li.active a::after {
	opacity: 1;
}

.header .top_menu ul>li.active>a {
	color: #236FFB;
}

.index_swiper .text_desc {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.index_swiper .text_desc .w1400 {
	padding-top: 140px;

}

.index_swiper .text_desc .w1400 .dd1 {
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 53px;
}

.index_swiper .text_desc .w1400 .dd2 {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 20px;
}

.content1 {
	padding: 40px 0;
}

.content1 .fl {
	width: 466px;
	height: 350px;
	background: url(../images/bg.png) top center no-repeat;
	background-size: 100% 100%;
	padding: 20px;
}

.content1 .fr {
	width: 934px;
}

.content1 .fl .info {
	border: 1px solid #ffffff;
	padding: 20px;
	height: 312px;
}

.content1 .fl .info .a1 {
	font-size: 38px;
	font-family: Arial-Black, Arial;
	font-weight: 900;
	color: #FFFFFF;
	opacity: .2;
	position: relative;
	top: 5px;
}

.content1 .fl .info .a2 {
	font-size: 30px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	top: -25px;
}

.content1 .fl .info .a3 {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 24px;
}

.content1 .fr ul li {
	width: 300px;
	height: 170px;
	float: left;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.content1 .fr ul li .show {
	font-size: 20px;
	font-family: ZHSCNMT-GBK1-0, ZHSCNMT-GBK1;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 27px;
	text-align: center;
}

.content1 .fr ul li:nth-child(1) {
	background-image: url(../images/1.png);
	background-size: 100% 100%;
	margin-bottom: 10px;
}

.content1 .fr ul li:nth-child(2) {
	background-image: url(../images/2.png);
	background-size: 100% 100%;
	margin-bottom: 10px;
}

.content1 .fr ul li:nth-child(3) {
	background-image: url(../images/3.png);
	background-size: 100% 100%;
	margin-bottom: 10px;
}

.content1 .fr ul li:nth-child(4) {
	background-image: url(../images/4.png);
	background-size: 100% 100%;
}

.content1 .fr ul li:nth-child(5) {
	background-image: url(../images/5.png);
	background-size: 100% 100%;
}

.content1 .fr ul li:nth-child(6) {
	background-image: url(../images/6.png);
	background-size: 100% 100%;
}

.content1 .fr ul li .hide {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg2.png);
	background-size: 100% 100%;
	transition: all 0.3s ease 0s;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	color: #FFFFFF;
}

.content1 .fr ul li .hide .xian {
	width: 30px;
	height: 2px;
	background: #FFFFFF;
	margin: 15px 0;
}

.content1 .fr ul li .hide a {
	height: 36px;
	background: #FFFFFF;
	opacity: 0.9;
	width: 132px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #236FFB;
	display: inline-block;
	text-align: center;
	line-height: 36px;
}

.content1 .fr ul li .hide p:first-child {
	margin-bottom: 5px;
	font-family: ZHSCNMT-GBK1-0, ZHSCNMT-GBK1;
	font-weight: normal;
}

.content1 .fr ul li:hover .hide {
	opacity: 1;
}

.index_car {
	padding: 20px 0;
	border-bottom: 1px solid rgba(141, 167, 217, 0.26);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index_car .fff {
	display: flex;
	align-items: center;
}

.index_car .div1 {
	font-size: 30px;
	color: #FFFFFF;
}

.index_car .div2 {
	font-size: 20px;
	font-family: ArialMT;
	color: #485678;
	margin-left: 10px;
}

.index_car .div3 a {
	display: inline-block;
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	color: #FFFFFF;
	padding: 8px 45px;
	border: 1px solid #39465D;
	/* float: left; */
}

.index_car .div4 a {
	color: rgba(141, 167, 217, 1);
	font-size: 18px;
}

.index_car .div3 a:hover {
	background: #236FFB;
}

.index_car .div3 a.active {
	background: #236FFB;
}

.body1 ul li {
	float: left;
	width: 272px;
	height: 200px;
	background: #111A2D;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 30px;
	text-align: center;
}

.body1 ul li img {
	margin: 0 auto;
}

.body1 ul li p {
	text-align: left;
	font-size: 22px;
	font-family: ZHSCNMT-GBK1-0, ZHSCNMT-GBK1;
	font-weight: normal;
	color: #8DA7D9;
}

.body1 ul li p.p1 {
	margin: 10px auto 10px;
}

.body1 ul li:nth-child(5n) {
	margin-right: 0;
}

.body1 ul li .img2 {
	display: none;

}

.body1 ul li:hover {
	background: url(../images/icon_bg.png) no-repeat;
	background-size: 100% 100%;
}

.body1 ul li:hover .img2 {
	display: block;
}

.body1 ul li:hover .img1 {
	display: none;
}

.body1 ul li:hover p {
	color: #ffffff;
}

.body2 .left {
	width: 200px;
	float: left;
	padding-top: 110px;
}

.body2 .left div {
	writing-mode: tb-rl;
	float: left;
	margin: 0 auto;
}

.body2 .left div:nth-child(1) {
	font-size: 40px;
	font-family: Arial-Black, Arial;
	font-weight: 900;
	color: #8DA7D9;
}

.body2 .left div:nth-child(2) {
	font-size: 32px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.body2 ul {
	width: 1400px;
	float: left;
}

.body2 ul li {
	float: left;
	width: 350px;
	text-align: center;
	padding-bottom: 40px;
	position: relative;
	transition: all 0.3s ease 0s;
}

.body2 ul li .img {}

.body2 ul li .img img {
	width: 100%;
	opacity: .5;
}

.body2 ul li:hover .img img {
	opacity: 1;
}

.body2 ul li .icon {
	margin-top: 40px;
}

.body2 ul li .title {
	font-size: 26px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
	display: inline-block;
	position: relative;
}

.body2 ul li .title .tj {
	position: absolute;
	right: -60px;
	top: 8px;
}

.body2 ul li .xian {
	width: 37px;
	height: 5px;
	background: #88909E;
	margin: 20px auto 0;
}

.body2 ul li .title2 {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	margin: 20px auto 10px;
}

.body2 ul li .desc {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #88909E;
	padding: 0 80px;
	height: 62px;
}

.body2 ul li:hover {
	transform: translateY(-20px);
	background-image: url(../images/bg22.png);
	background-size: 100% 100%;
}

.body2 ul li:hover .img {
	padding: 5px;
}

.body2 ul li:hover .desc {
	color: #ffffff;
}

.body2 ul li:hover a {
	opacity: .9;
}

.body2 ul li a {
	width: 237px;
	height: 38px;
	line-height: 38px;
	background: #FFFFFF;
	font-size: 14px;
	color: #236FFB;
	display: inline-block;
	opacity: 0;
	margin-top: 38px;
}

.case_list {
	padding: 50px 0;
}

.case_list ul li {
	float: left;
	width: 450px;
	margin-right: 25px;
	margin-bottom: 40px;
	background: #111A2D;
	height: 383px;
}

.case_list ul li:nth-child(3n) {
	margin-right: 0;
}

.tab_caselist ul {
	display: none;
}

.case_list ul li .img {
	display: inline-block;
	width: 100%;
	height: 300px;

}

.case_list ul li .img img {
	width: 100%;
	height: 100%;
	opacity: .5;
}

.case_list ul li .more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 20px;
}

.case_list ul li .more .title {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	width: 80%;
	text-overflow: ellipsis;
}

.case_list ul li .more img {
	opacity: 0;
}

.case_list ul li:hover .more img {
	opacity: 1;
}

.case_list ul li:hover {
	background: #236FFB;
}

.case_list ul li:hover .img {
	padding: 5px;
}

.case_list ul li:hover .img img {
	opacity: 1;
}

.ljgd {
	text-align: center;
}

.ljgd a {
	background: #236FFB;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 12px 54px;
}

.body3 {
	width: 1710px;
	margin: 30px auto 0;
}

.body3 .left {
	background-image: url(../images/jf01.png);
	width: 291px;
	height: 753px;
	float: left;
	background-size: 100% 100%;
}

.body3 .right {
	width: 1399px;
	height: 753px;
	float: right;
}

.body3 .right .box_58 {
	width: 100%;
	height: 360px;

}

.body3 .right .box_58 .list {
	width: 182px;
	height: 360px;
	float: left;
	margin-right: 20.8px;
	background-size: 100% 100%;
	text-align: center;
	transition: all 0.3s ease 0s;
	position: relative;
}

.body3 .right .box_58 .list span {
	width: 100%;
	display: block;
}

.body3 .right .box_58 .list .text_1 {
	color: rgba(141, 167, 217, 1);
	font-size: 36px;
	font-family: YouSheBiaoTiHei;
	text-align: center;
	white-space: nowrap;
	line-height: 47px;
	margin: 10px 0 0 0;
}

.body3 .right .box_58 .list .text_2 {
	color: rgba(35, 111, 251, 1);
	font-size: 28px;
	font-family: MicrosoftYaHei-Bold;
	text-align: center;
	white-space: nowrap;
	line-height: 37px;
	margin: 15px 0 0 0;
}

.body3 .right .box_58 .list .text_3 {
	color: rgba(141, 167, 217, 1);
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold;
	text-align: center;
	white-space: nowrap;
	line-height: 24px;
	margin: 6px 0 0 0;
}

.body3 .right .box_58 .list .text-group {
	margin-top: 23px;
}

.body3 .right .box_58 .list .text-group p {
	color: rgba(141, 167, 217, 1);
	font-size: 16px;
	font-family: MicrosoftYaHei;
	text-align: center;
	white-space: nowrap;
	line-height: 21px;
	margin: 12px 0 0 0;
}

.body3 .right .box_58 .list .xx {
	background-color: rgba(141, 167, 217, 1);
	width: 30px;
	height: 2px;
	margin: 10px auto 0;
}

.body3 .right .box_58 .list:nth-child(1) {
	background-image: url(../images/01.png);
}

.body3 .right .box_58 .list:nth-child(2) {
	background-image: url(../images/02.png);
}

.body3 .right .box_58 .list:nth-child(3) {
	background-image: url(../images/03.png);
}

.body3 .right .box_58 .list:nth-child(4) {
	background-image: url(../images/04.png);
}

.body3 .right .box_58 .list:nth-child(5) {
	background-image: url(../images/05.png);
}

.body3 .right .box_58 .list:nth-child(6) {
	background-image: url(../images/06.png);
}

.body3 .right .box_58 .list:nth-child(7) {
	background-image: url(../images/07.png);
}

.body3 .right .box_58 .list:nth-child(1):hover {
	background-image: url(../images/01备份.png);
	transform: translateY(-20px);
}

.body3 .right .box_58 .list:nth-child(2):hover {
	background-image: url(../images/02备份.png);
	transform: translateY(-20px);
}

.body3 .right .box_58 .list:nth-child(3):hover {
	background-image: url(../images/03备份.png);
	transform: translateY(-20px);
}

.body3 .right .box_58 .list:nth-child(4):hover {
	background-image: url(../images/04备份.png);
	transform: translateY(-20px);
}

.body3 .right .box_58 .list:nth-child(5):hover {
	background-image: url(../images/05备份.png);
	transform: translateY(-20px);
}

.body3 .right .box_58 .list:nth-child(6):hover {
	background-image: url(../images/06备份.png);
	transform: translateY(-20px);
}

.body3 .right .box_58 .list:nth-child(7):hover {
	background-image: url(../images/07备份.png);
	transform: translateY(-20px);
}

.body3 .right .box_58 .list:hover div,
.body3 .right .box_58 .list:hover span,
.body3 .right .box_58 .list:hover p {
	color: #ffffff;
}

.body3 .right .box_58 .list:nth-child(7) {
	margin-right: 0;
}

.body3 .right .box_45 {
	background-image: url(../images/jf02.png);
	width: 100%;
	height: 343px;
	margin-top: 50px;
	padding: 57px 35px;
}

.body3 .right .box_45 .text_wrapper {
	display: flex;
	align-items: center;
}

.body3 .right .box_45 .text_wrapper .span1 {
	color: rgba(35, 111, 251, 1);
	font-size: 40px;
	font-family: YouSheBiaoTiHei;
	text-align: center;
	white-space: nowrap;
}

.body3 .right .box_45 .text_wrapper .span2 {
	color: rgba(141, 167, 217, 1);
	font-size: 22px;
	font-family: MicrosoftYaHei-Bold;
	text-align: left;
	white-space: nowrap;
	display: inline-block;
	margin-left: 10px;
}

.body3 .right .box_45 .text1 {
	color: rgba(141, 167, 217, 1);
	font-size: 18px;
	font-family: MicrosoftYaHei;
	text-align: left;
	white-space: nowrap;
	line-height: 24px;
	margin: 12px 0 0 0;
}

.body3 .left .text-wrapper {
	display: flex;
	justify-content: center;
	padding-top: 122px;
}

.body3 .left .text-wrapper .paragraph_1 {
	width: 34px;
	height: 266px;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 40px;
	font-family: Arial-Black;
	line-height: 38px;
	margin-right: 18px;
	text-align: center;
	opacity: .5;
	font-weight: bold;
}

.body3 .left .text-wrapper .paragraph_2 {
	width: 32px;
	height: 259px;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 32px;
	font-family: MicrosoftYaHei-Bold;
	text-align: center;
	line-height: 37px;
}

.body3 .left p {
	text-align: center;
	overflow-wrap: break-word;
	color: rgba(141, 167, 217, 1);
	font-size: 26px;
	text-align: center;
	white-space: nowrap;
	line-height: 34px;
	margin: 16px 0 0 0;
}

.body3 .left p.span1 {
	margin-top: 100px;
}

.body4 {
	padding: 55px 0;
}

.body4 ul {
	display: flex;
	justify-content: space-between;
}

.body4 ul li {
	text-align: center;
	padding: 0 20px;
}

.body4 ul li .tit {
	margin-top: 17px;
	color: rgba(255, 255, 255, 1);
	font-size: 26px;
}

.body4 ul li .info {
	color: rgba(141, 167, 217, 1);
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}

.body4 ul li img {
	position: relative;
}

.rongyu {
	text-align: center;
	padding: 50px 0;
}

.rongyu img {
	max-width: 100%;
}

.body5 {
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}

.body5 .list {
	width: 446px;
}

.body5 .list .top {
	position: relative;
}

.body5 .list .top img {
	width: 100%;
}

.body5 .list .top .ww {
	width: 168px;
	height: 50px;
	background-image: url(../images/new_bg.png);
	margin: 0 auto;
	line-height: 50px;
	font-size: 22px;
	text-align: center;
	position: relative;
	top: -25px;
}
.back-box.hl .ty_news ul li{
	background-color: #fff;
}
.ty_news ul li {
	width: 100%;
	height: 56px;
	line-height: 56px;
	background-color: rgba(17, 26, 45, 1);
	padding: 0 20px;
	margin-bottom: 20px;
	position: relative;
}
.back-box.hl .ty_news ul li:hover {
	background: #236FFB;
}
.ty_news ul li:hover {
	background: #236FFB;
}

.ty_news ul li:hover a {
	color: #ffffff;
}
.back-box.hl .ty_news ul li a{
	color: #333333;
}
.back-box.hl .ty_news ul li a:hover{
	color: #ffffff;
}
.ty_news ul li a {
	color: rgba(141, 167, 217, 1);
	font-size: 18px;
	text-align: left;
	white-space: nowrap;
	display: inline-block;
	width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ty_news ul li img {
	position: absolute;
	right: 20px;
	top: 20px;
}

.zixun {}

.zixun .zx_top1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zixun .zx_top1 .zx_left .zx_text1 {
	font-size: 58px;
	font-weight: bold;
	color: #236FFB;
	margin-top: 10px;
}

.zixun .zx_top1 .zx_left .zx_text2 {
	font-size: 38px;
	color: #FFFFFF;
	margin-top: 15px;
}

.zixun .zx_top1 .zx_left .zx_text3 {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 10px;
}

.zixun .zx_top1 .zx_left .zx_text4 {
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 10px;
}

.zixun .zx_top1 .zx_left .zx_text4 span {
	font-size: 20px;
	font-weight: bold;
	color: #236FFB;
	display: inline-block;
	margin-left: 8px;
}

.zixun .zx_top1 .zx_right a {
	width: 180px;
	height: 48px;
	background: #236FFB;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	line-height: 48px;
}

.zixun .zx_top1 .zx_right a.a2 {
	background: #45587A;
	margin-left: 20px;
}

.zixun .zx_top2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 100px;
	padding-bottom: 88px;
}

.zixun .zx_top2 .li {
	display: flex;
	align-items: center;
}

.zixun .zx_top2 .li>div {
	margin-left: 20px;
}

.zixun .zx_top2 .li .q1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.zixun .zx_top2 .li .q2 {
	font-size: 14px;
	font-weight: bold;
	color: #B1B5BD;
	margin-top: 3px;
}

.zx_bg {
	height: 579px;
	position: relative;
	margin-top: 100px;
	overflow: hidden;

}

.video {
	width: 100%;
	height: 1000px;
	object-fit: cover;
	position: absolute;
	top: -420px;
	left: 0;
}

.aaww {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.footer {
	background: #01112B;
}

.footer .top {
	display: flex;
	padding: 60px 0 20px;
	color: #8D9AB3;
	align-items: flex-start;
}

.footer .top .div1 {
	margin-left: 150px;
}

.footer .top .div3 {
	margin-left: 150px;
}

.footer .top .tit {
	font-size: 20px;
	color: #8D9AB3;
	margin-bottom: 36px;
}

.footer .top a {
	color: #8D9AB3;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	line-height: 30px;
}

.footer .top p {
	line-height: 30px;
}

.footer ul {
	padding: 10px 0;
}

.footer ul li {
	font-size: 12px;
	color: #8D9AB3;
	margin: 15px 0;
	line-height: 25px;
}

.footer ul li a {
	font-size: 12px;
	color: #8D9AB3;
	margin-right: 20px;
	display: inline-block;
}

.footer .bottom {
	border-top: 1px solid rgba(141, 167, 217, 0.26);
	line-height: 57px;
	text-align: left;
	font-size: 12px;
	color: #8D9AB3;
}

.footer .bottom a {
	font-size: 12px;
	color: #8D9AB3;
}

.zxzx {
	width: 550px;
	height: 230px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -275px;
	margin-top: -115px;
	background-color: #ffffff;
	background-image: url(../images/zx_bg.png);
	padding: 54px 45px;
	z-index: 99999;
	display: none;
}

.zxzx .close {
	position: absolute;
	right: 15px;
	top: 15px;
}

.zxzx .wen1 {
	font-size: 26px;
	color: #2E3B54;
	line-height: 36px;
	letter-spacing: 2px;
}

.zxzx .wen2 {
	font-size: 14px;
	color: #236FFB;
	line-height: 19px;
	letter-spacing: 2px;
	margin-top: 18px;
}

.zxzx .ss1 {
	padding-left: 40px;
	float: left;
}

.zxzx .ss2 {
	margin-left: 40px;
	float: left;
}

.xuqiu {
	width: 660px;
	height: 580px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -335px;
	margin-top: -290px;
	background-color: #ffffff;
	background-image: url(../images/tj_bj.png);
	padding: 45px 85px;
	z-index: 99999;
	display: none;
}

.xuqiu .close2 {
	position: absolute;
	right: 25px;
	top: 25px;
}

.xuqiu .tit {
	font-size: 24px;
	color: #333333;
}

.xuqiu .input2 {
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #FFFFFF;
	background: #FFFFFF;
	border: 1px solid #CCD5E2;
	padding: 0 12px;
	font-size: 14px;
	color: #999999;
	letter-spacing: 1px;
}

.xuqiu .input {
	display: flex;
	margin-top: 11px;
}

.xuqiu .mr30 {
	margin-top: 30px;
}

.xuqiu .input1 {
	margin-top: 13px;
}

.xuqiu .input input:nth-child(1) {
	margin-right: 15px;
}

.xuqiu .fw_list {
	margin-top: 13px;
}

.xuqiu .fw_list a {
	width: 116px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	font-size: 14px;
	color: #000000;
	text-align: center;
	background: #F6F8FB;
	margin-right: 7px;
	margin-bottom: 7px;
	float: left;
}

.xuqiu .fw_list a:nth-child(4n) {
	margin-right: 0px;
}

.xuqiu .fw_list a.active {
	background: linear-gradient(238deg, #39C2FF 0%, #236FFB 100%);
	color: #FFFFFF;
}

.xuqiu .fw_list a:hover {
	background: linear-gradient(238deg, #39C2FF 0%, #236FFB 100%);
	color: #FFFFFF;
}

.xuqiu .tit span {
	font-size: 14px;
	color: #333333;
}

.xuqiu .button {
	margin-top: 40px;
	text-align: center;
}

.xuqiu .qqpp {
	color: #333333;
	font-size: 14px;
	margin-top: 15px;
}

.xuqiu .qqpp label {
	margin-right: 10px;
}

.xuqiu .qqpp label {}

.xuqiu button {
	font-size: 18px;
	width: 194px;
	height: 48px;
	background: linear-gradient(238deg, #39C2FF 0%, #236FFB 100%);
	text-align: center;
	line-height: 48px;
	color: #FFFFFF;
	border: none;
}

.silderbar {
	position: fixed;
	right: 20px;
	top: 40%;
	z-index: 9999;
	width: 218px !important;

}

.silderbar .box {
	width: 100% !important;
}

.silderbar .box .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 14px;
	height: 60px;
	background: #236FFB;
	border-radius: 0px 40px 0px 0px;
}

.silderbar .box .flex2 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 0;
}

.silderbar .box .flex2>div {
	margin-left: 8px;
}

.silderbar .box .flex2 .p1 {
	font-size: 14px;
	color: #666666;
}

.silderbar .box .flex2 .p2 {
	font-size: 17px;
	font-weight: bold;
	color: #236FFB;


}

.silderbar .box .wm {
	padding: 0 44px;
}

.silderbar .box .wm img {
	width: 100%;
}

.silderbar .box .wm p {
	text-align: center;
	font-size: 14px;
	color: #666666;
	margin-top: 5px;
	padding-bottom: 18px;
}

.silderbar .box2 {
	padding: 0 44px;
	text-align: center;

}

.silderbar .box2 a {
	font-size: 12px;
	color: #333333;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}

.silderbar .box3 {
	text-align: center;
}

.silderbar .box3 a {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #333333;
	display: inline-block;
}

.silderbar .box3 .db {
	padding-top: 5px;
}

.silderbar .bg_b {
	background-color: #ffffff;
}

.app_body1 {
	background: #111A2D;
}

.app_body1 .w1400 {
	display: flex;
	justify-content: space-between;
}

.app_body1 .list {
	display: flex;
	padding: 50px 30px;
	align-items: end;
	flex: 1
}

.app_body1 .list:hover {
	background-image: url(../images/bg.png);
	background-size: 100% 100%;
}

.app_body1 .list:hover .tit {
	color: #ffffff;
}

.app_body1 .list:hover a {
	color: #ffffff;
}

.app_body1 .list .tit {
	font-size: 22px;
	font-weight: bold;
	color: #236FFB;
}

.app_body1 .list .desc {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 21px;
	margin: 30px auto 24px;
}

.app_body1 .list div:nth-child(1) {
	padding-right: 50px;
}

.app_body1 .list div .tit {
	padding-right: 0;
}

.app_body1 .list a {
	font-size: 16px;
	color: #8DA7D9;
}

.app_body1 .list a img {
	margin-left: 12px;
}

.swiper-slide {
	display: inherit;
}

.app_body2 {
	height: 163px;
	background-image: url(../images/app_bg.png);
	display: flex;
	align-items: center;
	padding-left: 62px;
}

.app_body2 .p1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.app_body2 .p2 {
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 12px;
}

.app_body2 a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 25px;
}

.app_body2 a.a1 {
	background: #236FFB;
	margin-left: 100px;
	margin-right: 20px;
}

.app_body2 a.a2 {
	background: #45587A;
}

.app_body2 .hr {
	padding-top: 30px;
}

.app_body3 {
	background-image: url(../images/app_bgg.webp);
	height: 700px;
	width: 100%;
	margin-top: 120px;
	background-size: 100% 100%;
	padding-top: 50px;
}

.app_body3 .www {
	width: 1400px;
	margin: 20px auto 0;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #8DA7D9;
}

.app_lb li {
	width: auto !important;
	float: none !important;
	margin-right: 0 !important;
	background: transparent;
}

.click_left {
	position: absolute;
	top: 30%;
	left: -70px;
	right: auto;
	display: inline-block;
	width: 40px;
	height: 70px;
	background: #040518;
	opacity: 0.4;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
	z-index: 9999;
}

.click_right {
	position: absolute;
	top: 30%;
	left: auto;
	right: -70px;
	display: inline-block;
	width: 40px;
	height: 70px;
	background: #040518;
	opacity: 0.4;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
	z-index: 9999;
}

.list_wt {
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}

.list_wt>div {
	width: 49%;
}

.list_wt ul>li {
	width: 100%;
	line-height: 62px;

	margin-bottom: 20px;
	position: relative;

}
.back-box.hl .list_wt ul>li .ttt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #F6F8FB;
	padding: 0 20px;
}
.back-box.hl .list_wt ul>li .ttt:hover {
	background: #236FFB;
}
.list_wt ul>li .ttt:hover {
	background: #236FFB;
}
.list_wt ul>li .ttt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(17, 26, 45, 1);
	padding: 0 20px;
}

.list_wt ul>li .ttt:hover a {

	color: #ffffff;
}

.list_wt ul>li .ttt:hover {
	background: #236FFB;
}

.list_wt ul>li .ttt:hover .img1 {
	display: block;
}

.list_wt ul>li .ttt:hover .img2 {
	display: none;
}

.list_wt ul li .img1,
.list_wt ul li .img4 {
	display: none;
}
.hl .list_wt ul li a{
	color: #333333;
}
.list_wt ul li a {
	color: rgba(141, 167, 217, 1);
	font-size: 18px;
	text-align: left;
	white-space: nowrap;
	display: inline-block;
	width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 5px;
}

.list_wt ul li .info {
	width: 100% !important;
	padding: 20px;
	font-size: 14px;
	color: #8DA7D9;
	line-height: 22px;
	display: none;
	text-align: left;
}

.list_wt ul li .active .img1 {
	display: block;
}

.list_wt ul li .active .img2 {
	display: none;
}

.list_wt ul li .active .img3 {
	display: none;
}

.list_wt ul li .active .img4 {
	display: block;
}

.list_wt ul li .active {
	background: #236FFB;
}

.list_wt ul li .active a {
	color: #ffffff;
}

.xcx1_t {
	background: #111A2D;
	padding: 33px 0;
}

.xcx1_t .w1400 {
	display: flex;
	justify-content: space-between;
}

.xcx1_t .w1400>div {
	display: flex;
	align-items: center;
	position: relative;
}

.xcx1_t .w1400>div::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #8DA7D9;
	right: -100px;
	top: 0;
	opacity: .2;
	position: absolute;
}

.xcx1_t .w1400>div:nth-child(4)::after {
	display: none;
}

.xcx1_t .w1400>div>div {
	margin-left: 20px;
}

.xcx1_t .w1400>div>div p:nth-child(1) {
	font-size: 18px;
	color: #FFFFFF;
}

.xcx1_t .w1400>div>div p:nth-child(2) {
	font-size: 14px;
	color: #8DA7D9;
	margin-top: 5px;
}

.xcx2_t {
	margin-top: 60px;
}

.xcx2_t ul li {
	float: left;
	width: 326px;
	height: 216px;
	margin-right: 30px;
	text-align: center;
	background-image: url(../images/xcx_bg.png);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.xcx2_t ul li:hover {
	background-image: url(../images/xcx_bg2.png);
}

.xcx2_t ul li:nth-child(4) {
	margin-right: 0;
}

.xcx2_t ul li p {
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 12px;
}

.xcx3_t {
	margin-top: 60px;
}

.xcx3_t ul {
	display: flex;
	justify-content: space-between;
}

.xcx3_t ul li {
	text-align: center;
}

.xcx3_t ul li:hover p {
	color: #236FFB;
}

.xcx3_t ul li p {
	font-size: 22px;
	margin-top: 14px;
	color: #FFFFFF;
}

.xcx4_t {
	width: 100%;
	height: 660px;
	background-image: url(../images/xx_bg.png);
	background-size: 100% 100%;
	margin: 50px 0;
}

.xcx4_t .w1400 {
	display: flex;
}

.xcx4_t .w1400 .fnn {
	padding-left: 150px;
}

.xcx4_t .w1400 .fnn .n1 {
	font-size: 30px;
	color: #236FFB;
	padding-top: 60px;
}

.xcx4_t .w1400 .fnn .n2 {
	font-size: 16px;
	color: #8DA7D9;
	padding-top: 18px;
}

.xcx4_t .w1400 .fnn ul {
	margin-top: 50px;
	margin-bottom: 20px;
}

.xcx4_t .w1400 .fnn ul li {
	float: left;
	text-align: center;
	width: 20%;
	margin-bottom: 20px;
}

.xcx4_t .w1400 .fnn ul li p {
	margin-top: 8px;
}

.xcx4_t .w1400 .fnn .img_list {}

.xcx4_t .w1400 .fnn .img_list img {
	margin-right: 40px;
}

.xcx22_t {
	margin-top: 60px;
}

.xcx22_t ul li {
	float: left;
	width: 290px;
	height: 246px;
	margin-right: 70px;
	text-align: center;
	background-image: url(../images/xxbg2.png);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.xcx22_t ul li:hover {
	background-image: url(../images/xxbg1.png);
}

.xcx22_t ul li:nth-child(4) {
	margin-right: 0;
}

.xcx22_t ul li p {
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 12px;
	padding: 0 70px;
}

.xcx11 {
	margin-top: 50px;
}

.xcx11 ul li {
	width: 214px;
	height: 176px;
	background: #111A2D;
	float: left;
	margin-right: 23px;
	margin-bottom: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.xcx11 ul li:nth-child(6n) {
	margin-right: 0;
}

.xcx11 ul li p {
	font-size: 22px;
	color: #CFE0FF;
	margin-top: 13px;
}

.xcx11 ul li .img2 {
	display: none;
}

.xcx11 ul li .img3 {
	display: none;
}

.xcx33_bg {
	background-image: url(../images/bg_hold.png);
	width: 100%;
	height: 400px;
	margin-top: 50px;
}

.xcx33_t ul {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
	height: 400px;
}

.xcx33_t ul li {
	text-align: center;
	padding: 0 50px;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	width: 20%;
	flex: 1;
}

.xcx33_t ul li:hover {
	background-image: url(../images/about_bg.png);
}

.xcx33_t ul li .p1 {
	font-size: 22px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin: 30px auto 14px;
}

.xcx33_t ul li .p2 {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 24px;
}

.xcx123 {
	margin: 100px auto 60px;
}

.xcx123 .right .box_58 {
	height: 440px;
}

.xcx123 .right .box_58 .list .text-group p.aa {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #4385FF;
}

.xcx123 .right .box_58 .list {
	width: 210px;
	height: 440px;
	float: left;
	margin-right: 27.5px;
	background-size: 100% 100%;
	text-align: center;
	transition: all 0.3s ease 0s;
	position: relative;
}

.xcx123 .right .box_58 .list:nth-child(6) {
	margin-right: 0;
}

.xcx123 .left {
	height: 833px;
}

.xcx123 .right .box_58 .list img {
	padding-top: 20px;
}

.xcx123 .right .box_58 .list:nth-child(1) {
	background-image: url(../images/x1.png);
}

.xcx123 .right .box_58 .list:nth-child(2) {
	background-image: url(../images/x2.png);
}

.xcx123 .right .box_58 .list:nth-child(3) {
	background-image: url(../images/x3.png);
}

.xcx123 .right .box_58 .list:nth-child(4) {
	background-image: url(../images/x4.png);
}

.xcx123 .right .box_58 .list:nth-child(5) {
	background-image: url(../images/x5.png);
}

.xcx123 .right .box_58 .list:nth-child(6) {
	background-image: url(../images/x6.png);
}

.xcx123 .right .box_58 .list:nth-child(1):hover {
	background-image: url(../images/x1备份.png);
	transform: none;
}

.xcx123 .right .box_58 .list:nth-child(2):hover {
	background-image: url(../images/x2备份.png);
	transform: none;
}

.xcx123 .right .box_58 .list:nth-child(3):hover {
	background-image: url(../images/x3备份.png);
	transform: none;
}

.xcx123 .right .box_58 .list:nth-child(4):hover {
	background-image: url(../images/x4备份.png);
	transform: none;
}

.xcx123 .right .box_58 .list:nth-child(5):hover {
	background-image: url(../images/x5备份.png);
	transform: none;
}

.xcx123 .right .box_58 .list:nth-child(6):hover {
	background-image: url(../images/x6备份.png);
	transform: none;
}

.wz_body1 .w1400>div:nth-child(3)::after {
	display: none;
}

.wz_body2 {
	margin-top: 60px;
}

.wz_body2 ul li {
	float: left;
	width: 326px;
	height: 216px;
	margin-right: 32px;
	text-align: center;
	background-image: url(../images/wzbg1.png);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .2s;
}

.wz_body2 ul li:nth-child(4n) {
	margin-right: 0;
}

.wz_body2 ul li p.p1 {
	font-size: 22px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	margin: 20px auto 6px;
}

.wz_body2 ul li p.p2 {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
}

.wz_body2 ul li:hover {
	background-image: url(../images/wzbg2.png);
	transform: translateY(-20px);
}

.wz_body3 {
	margin-top: 50px;
}

.wz_body3 ul {
	display: flex;
	justify-content: space-between;
}

.wz_body3 ul li {
	width: 326px;
	margin-right: 30px;
	transition: all .2s;
}

.wz_body3 ul li:nth-child(4) {
	margin-right: 0;
}

.wz_body3 ul li .top {
	width: 100%;
	height: 111px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/wzbgg.png);
}

.wz_body3 ul li .bottom {
	height: 200px;
	background: #111A2D;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 40px;
}

.wz_body3 ul li .bottom div:nth-child(1) {
	font-size: 22px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
}

.wz_body3 ul li .bottom div:nth-child(2) {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	line-height: 24px;
	margin-top: 20px;
}

.wz_body3 ul li:hover {
	transform: translateY(-20px);
}

.wz_body4 {
	margin-top: 50px;
}

.wz_body4 ul li {
	float: left;
	width: 466px;
	display: flex;
	align-items: center;
	padding-left: 30px;
	height: 177px;
}

.wz_body4 ul li:hover {
	background-image: url(../images/wzbb2.png);
	background-size: 100% 100%;
}

.wz_body4 ul li>div {
	padding-left: 30px;
}

.wz_body4 ul li .p1 {
	font-size: 22px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
}

.wz_body4 ul li .p2 {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	line-height: 24px;
	margin-top: 10px;
	width: 260px;
}

.wz_body5 {
	margin-top: 50px;
}

.wz_body5 .swiper-slide {
	height: 459px;
	background: #111A2D;
}

.wz_body5 .swiper-slide .img {
	width: 100%;
	height: 282px;
}

.wz_body5 .swiper-slide .img img {
	width: 100%;
	height: 282px;
}

.wz_body5 .swiper-slide:nth-child(2n) {
	width: 40%;
}

.wz_body5 .swiper-slide:nth-child(3n) {
	width: 20%;
}

.wz_body5 .swiper-slide>div>a {
	font-size: 22px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	padding: 25px 20px 20px;
}

.wz_body5 .swiper-slide>div .desc {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	line-height: 22px;
	padding: 0 20px;
}

.wz_body5 .swiper-slide .img {
	padding: 5px;
}

.wz_body5 .swiper-slide:hover {
	background: #236FFB;
}

.wz_body5 .click_left {
	left: 100px;
}

.wz_body5 .click_right {
	right: 100px;
}

.wz_body6 {
	width: 100%;
	height: 610px;
	background-image: url(../images/wzzbg2.png);
	background-size: 100% 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.wz_body6 .bbdd {
	margin-top: 50px;
}

.wz_body6 .bbdd ul {}

.wz_body6 .bbdd ul li {
	float: left;
	text-align: center;
	width: 150px;
	height: 180px;
	background: #111A2D;
	box-shadow: 0px 0px 12px 0px rgba(35, 111, 251, 0.07);
	border: 1px solid;
	border-image: linear-gradient(180deg, rgba(8, 233, 247, 1), rgba(65, 102, 251, 1), rgba(93, 110, 250, 1)) 1 1;
	margin-right: 58px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.wz_body6 .bbdd ul li:nth-child(7) {
	margin-right: 0;
}

.wz_body6 .bbdd ul li img {
	margin: 10px auto;
}

.wz_body6 .bbdd ul li .img2 {
	display: none;
}

.wz_body6 .bbdd ul li .d1 {
	font-size: 17px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.wz_body6 .bbdd ul li .d2 {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
}

.wz_body6 .bbdd ul li:hover .img1 {
	display: none;
}

.wz_body6 .bbdd ul li:hover .img2 {
	display: block;
}

.wz_body6 .bbdd .xm {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.wz_body6 .bbdd .xm>div {
	margin: 0 100px;
	text-align: center;
}

.wz_body6 .bbdd .xm>div .d2 {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	margin-top: 5px;
}

.wz_body7 {
	background-image: url(../images/bg_hold22.png);
	height: 650px;
	width: 100%;
	background-size: 100% 100%;
	padding-top: 50px;
	overflow: hidden;
}

.wz_body7 .tab_content .tab_desc {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #8DA7D9;
	margin-top: 30px;
	margin-bottom: 50px;
}

.wz_body7 .tab_content .tab_desc span {
	color: #236FFB;
}

.wz_body7 .tab_content .swiper-slide .more a {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	margin-top: 17px;
}

.wz_body7 .tab_content .tab {
	position: relative;
	opacity: 0;
}

.wz_body7 .tab_content .tab .click_left,
.wz_body7 .tab_content .tab .click_right {
	top: 45%;
}

.wz_body7 .tab_content .tab .swiper-slide {
	width: auto;
}

.wz_body7 .tab_content .tab .swiper-slide li {
	width: auto;
	text-align: center;
}

.index_swiper .text_desc2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.index_swiper .text_desc2 .dd1 {
	font-size: 40px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 21px;
	margin-top: 250px;
}

.index_swiper .text_desc2 .dd2 {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
}

.wlw_body1 .w1400>div::after {
	right: -60px;
}

.wlw_body1 .w1400>div:nth-child(4)::after {
	display: block;
}

.wlw_body1 .w1400>div:nth-child(5)::after {
	display: none;
}

.wlw_body1 {
	margin-top: 50px;
}

.wlw_body1 .ul1 {
	display: flex;
}

.wlw_body1 .ul1 li {
	width: 446px;
	height: 130px;
	margin-right: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.wlw_body1 .ul1 li p {
	font-size: 24px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 6px;
}

.wlw_body1 .ul1 li:nth-child(3n) {
	margin-right: 0;
}

.wlw_body1 .ul2 li:nth-child(3n) {
	margin-right: 0;
}

.wlw_body1 .ul1 li:nth-child(1) {
	background-image: url(../images/wlwbg1.png);
}

.wlw_body1 .ul1 li:nth-child(2) {
	background-image: url(../images/wlwbg2.png);
}

.wlw_body1 .ul1 li:nth-child(3) {
	background-image: url(../images/wlwbg3.png);
}

.wlw_body1 .ul2 {
	margin-top: 30px;
}

.wlw_body1 .ul2 li {
	width: 446px;
	height: 130px;
	margin-right: 31px;
	display: flex;
	align-items: center;
	justify-content: start;
	float: left;
	padding-left: 20px;
}

.wlw_body1 .ul2 li>div {
	padding-left: 20px;
}

.wlw_body1 .ul2 li:hover {
	background-image: url(../images/wzbb2.png);
	background-size: 100% 100%;
}

.wlw_body1 .ul2 li .p1 {
	font-size: 22px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
}

.wlw_body1 .ul2 li .p2 {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	line-height: 24px;
	margin-top: 5px;
	width: 255px;
}

.wlw_body3 {
	margin-top: 50px;
}

.wlw_body3 ul li {
	width: 324px;
	height: 420px;
	float: left;
	margin-right: 34px;
	position: relative;
	padding: 30px;
	transition: all .2s;
}

.wlw_body3 ul li:nth-child(4) {
	margin-right: 0;
}

.wlw_body3 ul li img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.wlw_body3 ul li:nth-child(1) {
	background-image: url(../images/18.png);
}

.wlw_body3 ul li:nth-child(2) {
	background-image: url(../images/19.png);
}

.wlw_body3 ul li:nth-child(3) {
	background-image: url(../images/20.png);
}

.wlw_body3 ul li:nth-child(4) {
	background-image: url(../images/21.png);
}

.wlw_body3 ul li:nth-child(1):hover {
	background-image: url(../images/18备份.png);
}

.wlw_body3 ul li:nth-child(2):hover {
	background-image: url(../images/19备份.png);
}

.wlw_body3 ul li:nth-child(3):hover {
	background-image: url(../images/20备份.png);
}

.wlw_body3 ul li:nth-child(4):hover {
	background-image: url(../images/21备份.png);
}

.wlw_body3 ul li .tit {
	font-size: 22px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}

.wlw_body3 ul li .info {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	line-height: 22px;
	margin-top: 43px;
}

.wlw_body3 ul li:hover {
	transform: translateY(-20px);
}

.wlw_body4 {
	margin-top: 100px;
	width: 100%;
	height: 754px;
	background-image: url(../images/wzzbg.png);
	background-size: 100% 100%;
	padding-top: 50px;
}

.wlw_body4 .tab_cont {
	margin-top: 50px;
	display: none;
}

.wlw_body4 .tab_cont .tab {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.wlw_body4 .tab_cont .tab .left {}

.wlw_body4 .tab_cont .tab .left .a_list {
	margin-top: 100px;
}

.wlw_body4 .tab_cont .tab .left .a_list a {
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	padding: 12px 46px;
	background: #236FFB;
}

.wlw_body4 .tab_cont .tab .left .a_list a:nth-child(2) {
	background: #45587A;
	margin-left: 24px;
}

.wlw_body4 .tab_cont .tab .left .title {
	font-size: 30px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #236FFB;
}

.wlw_body4 .tab_cont .tab .left .desc {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #8DA7D9;
	line-height: 24px;
	width: 400px;
	margin-top: 30px;
}

.wlw_body4 .tab_cont .tab .right {}

.wlw_body4 .tab_cont .tab .right img {
	width: 260px;
	margin-left: 20px;
}

.rfid_body1 {
	background: url(../images/new_bj.webp) no-repeat top center;
	background-size: 100% 100%;
	width: 100%;
	height: 750px;
}

.rfid_body1 ul {
	margin: 0;
	height: 100%;
}

.rfid_body1 ul li {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	float: left;
	transition: all 0.5s ease 0s;
}

.rfid_body1 ul li p {
	color: #ffffff;
	font-size: 16px;
	margin: 5px 0;
}

.rfid_body1 ul li p.p1 {
	font-size: 18px;
	margin: 12px auto 25px;
	font-weight: bold;
}

.rfid_body1 ul li .xx {
	display: none;
	transition: all 0.5s ease 0s;
}

.rfid_body1 ul li:hover {
	background: rgba(0, 0, 0, 0.5200);
}

.rfid_body1 ul li:hover .xx {
	display: block;
}

.rfid_body2 ul {
	margin-top: 50px;
}

.rfid_body2 ul li {
	padding: 35px 65px;
	width: 326px;
	float: left;
	margin-right: 32px;
	text-align: center;
	background-color: #111A2D;
	height: 234px;
	transition: all .2s;
}

.rfid_body2 ul li .p1 {
	font-size: 22px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	margin: 10px auto 10px;
}

.rfid_body2 ul li .p2 {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	line-height: 24px;
}

.rfid_body2 ul li:nth-child(4n) {
	margin-right: 0;
}

.rfid_body2 ul li:hover {
	background-image: url(../images/bg.png);
	background-size: 100% 100%;
	transform: translateY(-20px);
}

.rfid_body3 {
	width: 100%;
	height: 600px;
	background-image: url(../images/wzzbg2.png);
	background-size: 100% 100%;
	padding-top: 50px;
	margin-top: 100px;
}

.rfid_body3 .bbbb {
	display: flex;
	align-items: center;
	margin-top: 80px;
}

.rfid_body3 .bbbb .p1 {
	font-size: 24px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 32px;
	margin-bottom: 36px;
}

.rfid_body3 .bbbb .p2 {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 30px;
	letter-spacing: 1px;
	width: 831px;
}

.rfid_body3 .bbbb>div {
	padding-left: 100px;
}


.rfid_body4 ul {
	margin-top: 50px;
}

.rfid_body4 ul li {
	padding: 35px;
	width: 326px;
	float: left;
	margin-right: 32px;
	text-align: center;
	background-color: #111A2D;
	height: 264px;
	transition: all .2s;
	margin-bottom: 32px;
}

.rfid_body4 ul li .p1 {
	font-size: 22px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	margin: 10px auto 10px;
}

.rfid_body4 ul li .p2 {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #CFE0FF;
	line-height: 24px;
}

.rfid_body4 ul li:nth-child(4n) {
	margin-right: 0;
}

.rfid_body4 ul li:hover {
	background-image: url(../images/bg.png);
	background-size: 100% 100%;
	transform: translateY(-20px);
}

.rfid_body5 {
	margin: 50px auto;
}

.rfid_body5 ul {
	display: flex;
}

.rfid_body5 ul li {
	width: 241px;
	height: 677px;
	display: flex;
	align-items: center;
	color: #ffffff;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
	text-align: center;
	transition: all 0.5s ease 0s;
	position: relative;
}

.rfid_body5 ul li>div {
	opacity: 0;
	transition: all 0.5s ease 0s;
	z-index: 9999;
}

.rfid_body5 ul li>div:nth-child(1) {
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
}

.rfid_body5 ul li>div:nth-child(2) {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 40px;
}

.rfid_body5 ul li>div:nth-child(3) {
	font-size: 13px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
	margin-top: 20px;
}

.rfid_body5 ul li:hover>div {
	opacity: 1;
}

.rfid_body5 ul li::after {
	position: absolute;
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 0px;
	transition: all 0.5s ease 0s;
	background: rgba(0, 0, 0, 0.5200);
}

.rfid_body5 ul li:hover::after {
	height: 100%;
}

.rfid_body5 ul li:nth-child(1) {
	background-image: url(../images/ww1.webp);
	background-size: 100% 100%;
}

.rfid_body5 ul li:nth-child(2) {
	background-image: url(../images/ww2.webp);
	background-size: 100% 100%;
}

.rfid_body5 ul li:nth-child(3) {
	background-image: url(../images/ww3.webp);
	background-size: 100% 100%;
}

.rfid_body5 ul li:nth-child(4) {
	background-image: url(../images/ww4.webp);
	background-size: 100% 100%;
}

.rfid_body5 ul li:nth-child(5) {
	background-image: url(../images/ww5.webp);
	background-size: 100% 100%;
}

.rfid_body5 ul li:nth-child(6) {
	background-image: url(../images/ww6.webp);
	background-size: 100% 100%;
}


.baojia {
	padding: 100px 0;


}

.baojia .jisuan {
	width: 100%;
	margin: 0 auto;
	background: #111A2D;
	border: 1px solid #000000;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.baojia .jisuan .click {
	position: absolute;
	width: 140px;
	height: 140px;
	line-height: 100px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	left: 55.5%;
	top: 45%;
	background-image: url(../images/click.png);
	background-color: transparent;
	background-size: 100% 100%;
}

.baojia .jisuan .click:hover {
	background-image: url(../images/click2.gif);
}

.baojia .jisuan .js_bj {
	position: absolute;
	left: -33px;
	top: -100px;
}

.baojia .jisuan .xian {
	position: absolute;
	width: 1px;
	height: 80%;
	background-color: #19294A;
	left: 60.5%;
}

.baojia .jisuan .left {
	width: 50%;
}

.baojia .jisuan .right {
	width: 367px;
}

.baojia .jisuan .m1 {
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}

.baojia .jisuan .m1 .mm1 {
	font-size: 28px;
	font-family: PangMenZhengDao;
	font-weight: 600;
}

.baojia .jisuan .m1 .mm2 {
	font-size: 18px;
	font-family: SourceHanSerifSC;
	margin-left: 25px;
}

.baojia .jisuan .m1 .mm2 span {
	color: #236FFB;
}

.baojia .jisuan .left .m_list {
	display: flex;
	align-items: flex-start;
}

.baojia .jisuan .left .m_list .a_list2 .adb {
	display: inline-block;
	margin-bottom: 12px;
}

.baojia .jisuan .left .m_list .a_list2 .adb input {
	margin-right: 4px;
}

.baojia .jisuan .left .m_list .label {
	font-size: 18px;
	color: #ffffff;
	white-space: nowrap;
}

.baojia .jisuan .left .m_list .label span {
	font-weight: 800;
	color: #FF0000;
}

.baojia .jisuan .left .m_list .a_list a {
	background: #19294A;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	width: 103px;
	line-height: 45px;
	display: inline-block;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 20px;
}

.baojia .jisuan .left .m_list .a_list a.active {
	background: linear-gradient(238deg, #39C2FF 0%, #236FFB 100%);
}

.baojia .jisuan .left .m_list .a_list2 label {
	margin-left: 20px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
}


.baojia .jisuan .left .m_list .a_list textarea {
	width: 95%;
	height: 90px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 20px;
	padding: 10px 20px;
	background: #19294A;
	border: none;
}

.baojia .jisuan .left .m_list .a_list input {
	width: 95%;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 20px;
	padding: 10px 20px;
	background: #19294A;
	border: none;
}

.baojia .jisuan .left .m_list .a_list {
	width: 100%;
}

.baojia .jisuan .right .ys {
	font-size: 28px;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 48px;
	text-align: left;
}

.baojia .jisuan .right .ys span {
	color: #236FFB;
}

.baojia .jisuan .right .bjdd {
	background: #19294A;
	text-align: center;
	margin-top: 45px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 20px 0;
}

.baojia .jisuan .right .bjdd>div {
	margin: 25px 0;
	text-align: left;
	padding-left: 80px;
}

.baojia .jisuan .right .bjdd>div span {
	display: inline-block;
	color: #236FFB;
	margin: 0 20px;
}

.banner2 {
	position: relative;
	font-size: 0;
}

.banner2 .name {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
}

.banner2 img {
	width: 100%;
}

.case2_menu {
	background: #111A2D;
	height: 120px;
	
}
.case2_menu ul{
	width:100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.case2_menu ul li {
	width:100%;
	height: 100%;
}

.case2_menu ul li a {
	width:148px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.case2_menu ul li img{
	width: 35px;
	height: 35px;
}
.case2_menu ul li a span {
	text-align: center;
	margin-top: 10px;
}

.case2_menu ul li.active a {
	background-image: url(../images/albg.png);
	background-size: 100% 100%;
}

.case2_menu ul li a:hover {
	background-image: url(../images/albg.png);
	background-size: 100% 100%;
}

.weizhi {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	margin: 30px auto;
}

.weizhi a {
	color: #236FFB;
}

.case_body {
	text-align: center;
	margin: 20px auto 50px;
}

.case_body img {
	max-width: 100%;
}

.news_list .fl {
	width: 880px;
	float: left;
}

.news_list .fl ul li {
	background: #111A2D;
	margin-bottom: 26px;
}

.news_list .fl ul li:hover .bbyy>a {
	color: #236FFB;
}

.news_list .fl ul li:hover .bbyy .date img {
	opacity: 1;
}

.news_list .fl ul li .img {
	width: 200px;
	height: 144px;
	float: left;
}

.news_list .fl ul li .img img {
	width: 100%;
	height: 100%;
}

.news_list .fl ul li .bbyy {
	width: 680px;
	float: left;
	padding: 0 20px;
}

.news_list .fl ul li .bbyy>a {
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 20px;
	width: 100%;
}

.news_list .fl ul li .bbyy .desc {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #CED7E9;
	line-height: 20px;
	margin-top: 10px;
}

.news_list .fl ul li .bbyy .date {
	display: flex;
	color: #CED7E9;
	font-size: 14px;
	margin-top: 20px;
	justify-content: space-between;
}

.news_list .fl ul li .bbyy .date img {
	width: 25px;
	opacity: 0;
}

.news_list .fr {
	width: 320px;
	background: #111A2D;
}

.news_list .fr .top {
	text-align: center;
	height: 60px;
	width: 100%;
	background-image: url(../images/topp.png);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.news_list .fr .top img {
	margin-right: 5px;
}

.news_list .fr .aaa {
	padding: 20px 0;
}

.news_list .fr .aaa a {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	margin: 10px 0;
	display: inline-block;
	padding: 0 20px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_body {
	width: 1250px;
	margin: 0 auto;
}

.news_body .fl {
	width: 800px;
	float: left;
}

.news_body .fl .title {
	font-size: 24px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.news_body .fl .date {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #CED7E9;
	line-height: 19px;
	margin: 12px auto 22px;
}

.news_body .fl .body_ny {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #CED7E9;
	letter-spacing: 1px;
}

.news_body .fl .body_ny img {
	max-width: 100%;
}

.news_body .fr {
	width: 320px;

}

.news_body .fr>div {
	background: #111A2D;
}

.news_body .fr .top {
	text-align: center;
	height: 60px;
	width: 100%;
	background-image: url(../images/topp.png);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.news_body .fr .top img {
	margin-right: 5px;
}

.news_body .fr .aaa {
	padding: 20px 0;
}

.news_body .fr .aaa a {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	margin: 10px 0;
	display: inline-block;
	padding: 0 20px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.fenye {
	justify-content: space-between;
	display: flex;
	margin: 50px 0;
}

.fenye a {
	display: flex;
	align-items: center;

	background: #0C1424;
	width: 50%;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #7C818C;
	padding: 32px 20px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.fenye a .xx {
	width: 1px;
	height: 14px;
	background-color: #585D67;
	display: inline-block;
	margin: 0 20px;
}

.fenye a .xxx {
	display: inline-block;
	width: 85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fenye a:nth-child(2) {
	justify-content: end;
}

.fenye a:nth-child(2) .xxx {
	text-align: right;
}

.fenye a:hover {
	background: #111A2D;
	color: #CED7E9;
}

.about_ny {
	width: 1300px;
	margin: 0 auto;
}

.about_ny .about1 {
	font-size: 36px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 47px;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
}

.about_ny .about2 {
	display: flex;
}

.about_ny .about2 .left {
	background-image: url(../images/about11.png);
	width: 500px;
	height: 420px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about_ny .about2 .right {
	width: 800px;
	height: 420px;
	background: #111A2D;
	padding: 0 50px;
	text-indent: 2em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.about_ny .about2 .right p {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	line-height: 28px;
	margin: 10px 0;
}

.about_ny .about1 .aaww2 {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: rgba(141, 167, 217, 0.5);
	line-height: 24px;
	margin-top: 12px;
}

.about3 {
	background-image: url(../images/bg_hold.png);
	height: 400px;
	width: 100%;
	background-size: 100% 100%;
}

.about3 ul {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.about3 ul li {
	text-align: center;
	width: 223px;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.about3 ul li .p1 {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 38px auto 14px;
}

.about3 ul li .p2 {
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
}

.about3 ul li:hover {
	background-image: url(../images/about_bg.png);
	background-size: 100% 100%;
}

.about4 {
	width: 1300px;
	margin: 100px auto;
	position: relative;
}

.about4 .click_left {
	left: 26px;
}

.about4 .click_right {
	right: 26px;
}

.about_swiper {
	height: 300px;
	padding: 20px 0;
}

.about_swiper .swiper-slide-active {
	transform: scale(1.2, 1.2);
}

.rongyu_swiper .swiper-slide-active {
	transform: scale(1.2, 1.2);
}

.rongyu_swiper .swiper-wrapper {
	align-items: center;
}

.pages {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.pages li {
	background: #111A2D;
	border-radius: 6px;
	padding: 8px 15px;
	margin: 0 2px;
}

.pages li:hover {
	background: #236FFB;
}

.pages li.active {
	background: #236FFB;
}

.fenzhan {
	width: 1250px;
	margin: 0 auto;
	padding: 0 0 50px;
	position: relative;
}

.fenzhan .dt {
	position: absolute;
	right: 0;
	top: 0;
	width: 594px;
}

.fenzhan .list {
	margin-top: 48px;
}

.fenzhan .list div {
	display: inline-block;
}

.fenzhan .list .label {
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.fenzhan .list .bo {
	margin-left: 28px;
}

.fenzhan .list .bo a {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	color: #8DA7D9;
	margin-right: 30px;
}

.fenzhan ul {
	margin-top: 24px;
}

.fenzhan ul li {
	display: flex;
	border: 1px solid #272F4A;
	margin-top: -1px;
}

.fenzhan ul li .left {
	width: 54px;
	background: #111A2D;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #8DA7D9;
}

.fenzhan ul li:hover .left {
	background-image: url(../images/fenzhan2.png);
	background-size: 100% 100%;
}

.fenzhan ul li:hover .right {
	background: #111A2D;
}

.fenzhan ul li .right {
	width: 100%;

}

.fenzhan ul li .right .top {
	display: flex;
	align-items: baseline;
	margin: 15px auto;
}

.fenzhan ul li .right .top .a1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 40px;
	white-space: nowrap;
}

.fenzhan ul li .right .top .a2 a {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #8DA7D9;
	margin-right: 30px;
	white-space: nowrap;
	display: inline-block;
	line-height: 50px;

}

.rongyu_news {
	position: relative;
}

.rongyu_news .click_left,
.rongyu_news .click_right {
	top: 40%;
	background-color: #cccc;
}

.rongyu_news .swiper-slide li {
	width: auto;
	text-align: center;
}

.rongyu_news .swiper-slide {
	width: auto;
}
.flex{
	display: flex;
	align-items: center;
}
.back-box{
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.back-box.color1{
	padding: 80px 0 0;
	background: #040518;
}
.back-box.color2{
	padding: 80px 0 0;
	background: url('../images/mj_bg1.png')center center no-repeat;
}
.back-box.color3{
	padding: 80px 0 0;
	background: url('../images/mj_bg2.png')center center no-repeat;
}
.back-box.color4{
	padding: 80px 0 180px;
	box-sizing: border-box;
	background: url('../images/mj_bg3.png')left bottom no-repeat;
}
.back-box.color5{
	padding: 80px 0;
	background: #fff;
}
.back-box.color5.active{
	padding: 164px 0 154px;
	box-sizing: border-box;
	background: #fff;
}
.back-box.color6{
	padding: 77px 0 120px;
	box-sizing: border-box;
	background: url('../images/hl_bg1.png') no-repeat;
	background-size: 100% 100%;
}
.back-box.color7{
	height: 600px;
	flex-direction: column;
	justify-content: center;
	background: url('../images/hl_bg2.png') no-repeat;
	background-size: 100% 100%;
}
.back-box.color9{
	padding:96px 0 88px;
	box-sizing: border-box;
	background: #F6F8FB;
}
.back-box.color8{
	height: 700px;
	flex-direction: column;
	justify-content: center;
	background: url('../images/hl_bg3.png') no-repeat;
	background-size: 100% 100%;
}
.back-box.color10{
	height: 946px;
	background: url('../images/wy_bg.png') no-repeat;
	background-size: 100% 100%;
	padding-top: 103px;
	box-sizing: border-box;
}
.back-box.color11{
	height: 1360px;
	width: 100%;
	padding: 80px 0 100px;
	box-sizing: border-box;
	background-image: url('../images/wy_bg4.png') ;
	background-position: right bottom;
	background-repeat:  no-repeat;
	background-size: 760px 1052px;
	background-color: #fff;
}
.mian-box{
	width: 1400px;
	margin: 0 auto;
}
.mian-box .main-img{
	width: 100%;
	height: auto;
	padding: 100px 0 60px;
	box-sizing: border-box;
}
.mian-box .content-label{
	margin-top: 30px;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}
.title-box{
	padding: 20px 0;
	border-bottom: 1px solid rgba(141, 167, 217, 0.26);
}
.title-box h1{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.title-box h3{
	font-size: 20px;
	color: #8DA7D9;
	margin-left: 10px;
	font-weight: 400;
}
.items-box{
	justify-content: space-between;
	margin: 52px 0 100px;
}
.items-box .items{
	width: 264px;
	height: 230px;
	background: #111A2D;
}
.items-box .items:hover{
	cursor: pointer;
	background: url(../images/items_bg.png) center center no-repeat;
}
.items-box .items img{
	width: 120px;
	height: 110px;
}
.items-box .items .items-label{
	margin-top: 17px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.items-box .items.flex{
	flex-direction: column;
	justify-content: center;
}
.hl-title{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.hl-title.active{
	color: #fff;
}
.hl-titles{
	font-size: 20px;
	color: #666666;
	margin-top: 14px;
	text-align: center;
}
.four-box{
	justify-content: space-between;
	margin-top: 53px;
}
.four-box .four-item{
	cursor: pointer;
	width:25%;
	height: 306px;
	flex-direction: column;
	justify-content: center;
	background:url(../images/hl_bg.png) center center no-repeat; 
	transition: margin 0.2s ease-in-out;
}
.four-box .four-item:hover{
	margin-top: -45px;
}
.four-box .four-item img{
	width: 110px;
	height: 98px;
}
.four-box .four-item p{
	font-size: 22px;
	margin-top: 17px;
	color: #333333;
}
.active-box{
	margin-top: 60px;
	justify-content: center;

}
.active-img{
	width:600px;
	height: 600px;
}
.active-img img{
	width: 100%;
	height: 100%;
}
.active-item{
	height: 600px;
	flex-direction: column;
	justify-content: space-between;
}
.active-item.active-l{
	text-align: right;
}
.active-item.active-r{
	text-align: left;
}
.active-item.active-l .active-content.active{
	margin-right: 96px;
}
.active-item.active-r .active-content.active{
	margin-left: 96px;
}
.active-content h3{
	font-size:20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 23px;
}
.active-content p{
	font-size: 16px;
	color: #666666;
	line-height: 21px;
}
.mode-box{
	justify-content: space-between;
	margin-top: 63px;
}
.mode-item{
	width: 260px;
	height: 300px;
	flex-direction: column;
	justify-content: center;
	background: transparent;
	border-radius: 6px; 
	cursor: pointer;
}
.mode-item:hover{
	background: #FFFFFF;
	transition: background 0.2s ease-in;
}
.mode-item:hover h3{
	color: #333333;
}
.mode-item:hover p{
	color: #333333;
}
.mode-item img{
	height: 60px;
	width: auto;
}
.mode-item h3{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin:23px 0 35px;
}
.mode-item p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.advance-box{
	justify-content: space-between;
	align-items: flex-start;
}
.advance-l h1{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.advance-l img{
	margin-top: 30px;
	width: 60px;
	height: auto;
}
.advance-item{
	width: 330px;
	height: 485px;
	border-left: 1px solid #D9D9D9;
	flex-direction: column;
	justify-content: center;
	transition:margin 0.2s ease-in-out;
	margin-top:0;
}
.advance-item:hover{
	margin-top: -20px;
}
.advance-item:hover h2{
	color: #F25C53;
}
.advance-item img{
	width: 148px;
	height: 148px;
}
.advance-item h2{
	font-size: 30px;
	color: #333333;
	margin-top: 22px;
}
.advance-item ul{
	margin-top: 32px;
}
.advance-item ul li{
	align-items: flex-start;
	height: 42px;
	margin-bottom: 16px;
}
.advance-item ul li .dot{
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	border: 3px solid #FC5E73;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 6px;
}
.advance-item ul li p{
	font-size: 16px;
	color: #333333;
}
.change-box{
	height: 700px;
	justify-content: space-between;
}
.change-l h1{
	font-size: 36px;
	color: #fff;
	margin-bottom: 77px;
}
.change-l h2{
	font-size: 30px;
	color: #fff;
	margin-bottom: 17px;
}
.change-l p{
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}
.change-l h3{
	font-size: 20px;
	color: #fff;
	margin-bottom: 18px;
	margin-top: 15px;
}
.change-r img{
	width: auto;
	height: 519px;
}
.system-box{
	margin-top: 56px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.system-box li{
	width: 450px;
	height: 177px;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-left: 35px;
	margin-bottom: 24px;
	margin-top:0;
	transition: margin 0.2s ease-in-out;
}
.system-box li:hover{
	margin-top:-20px;
	background-image:url(../images/hl_bg4.png);
}
.system-box li img{
	width: 60px;
	height: 60px;
	margin-right: 32px;
}
.system-item-r .system-title{
	font-size: 22px;
	color: #333333;
}
.system-item-r p{
	margin-top: 10px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}
.three-box{
	justify-content: space-between;
	margin-bottom: 130px;
	margin-top: 47px;
}
.three-item{
	width: 464px;
	height: 248px;
	background-size: 100% 100%;
	padding-left: 44px;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-top: 0;
	transition: margin 0.2s ease-in-out;
}
.three-item:hover{
	margin-top: -20px;
}
.three-item:hover .jump-btn a{
	color: #236FFB;
}
.three-item:hover .jump-btn img.img1{
	display: none;
}
.three-item:hover .jump-btn img.img2{
	display: block;
}
.three-item h2{
	font-size: 22px;
	color: #333333;
	margin-bottom: 14px;
}
.three-item p{
	font-size: 16px;
	color: #333333;
	margin-bottom: 37px;
	line-height: 22px;
}
.jump-btn{
	width: 100px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 15px;
	border: 1px solid #CBCBCB;
	justify-content: center;
	cursor: pointer;
}
.jump-btn a{
	font-size: 14px;
	color: #666666;
}
.jump-btn img{
	width: 14px;
	height: auto;
	margin-left: 6px;
}
.jump-btn img.img1{
	display: block;
}
.jump-btn img.img2{
	display: none;
}
.three-item.item1{
	background: url(../images/wy_bg1.png)center center no-repeat;
}
.three-item.item2{
	background: url(../images/wy_bg2.png)center center no-repeat;
}
.three-item.item3{
	background: url(../images/wy_bg3.png)center center no-repeat;
}
.wy-four{
	justify-content: space-between;
	margin-top: 95px;
	padding: 0 100px;
	box-sizing: border-box;
}
.wy-item{
	flex-direction: column;
	cursor: pointer;
}
.wy-item:hover h2{
	color: #236FFB;
}
.wy-item img{
	width: 74px;
	height: 74px;
	margin-bottom: 15px;
}
.wy-item h2{
	color: #333333;
	font-size: 22px;
}
.bg-box{
	justify-content: space-between;
}
.bg-l{
	width: 555px;
	height:520px;
}
.bg-l img{
	width: 100%;
	height: 100%;
}
.bg-r{
	flex-direction: column;
	justify-content: center;
}
.bg-r.r{
	align-items: flex-end;
}
.bg-r.l{
	align-items: flex-start;
}
.bg-r h2{
	font-size: 36px;
	color: #333333;
}
.bg-r p{
	font-size:20px;
	color:#666666;
	margin-top: 20px;
	line-height: 26px;
}
.bg-r.r p{
	text-align: right;
}
.bg-r.l p{
	text-align: left;
}
.bg-r.r .bg-four{
	justify-content: flex-end;
}
.bg-r.l .bg-four{
	justify-content: flex-start;
}
.bg-four li{
	margin-right: 80px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-top: 80px;
}
.bg-four li img{
	width: 38px;
	height: 38px;
	margin-bottom: 8px;
}
.bg-four li span{
	font-size: 18px;
	color: #333333;
}
.bg-r .ask-btn{
	width: 180px;
	height: 48px;
	background: #236FFB;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	margin-top: 72px;
}
.cx-box{
	margin-top: 72px;
	justify-content: space-between;
}
.cx-item{
	width: 326px;
	cursor: pointer;
	margin-top: 0;
	transition: margin 0.2s ease-in-out;
}
.cx-item:hover{
	margin-top:-20px;
}
.cx-item .item-top{
	width: 100%;
	flex-direction: column;
	justify-content: center;
	height: 174px;
	background: #236FFB;
}
.cx-item .item-top img{
	width: 56px;
	height: 56px;
}
.cx-item .item-top h2{
	font-size: 22px;
	margin-top:16px;
}
.cx-item .item-bottom{
	width: 100%;
	height: 166px;
	background: #FFFFFF;
	padding: 0 70px;
	box-sizing: border-box;
}
.cx-item .item-bottom p{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
}
.pc-box{
	justify-content: space-between;
	margin-top: 148px;
}
.pc-box.active{
	margin-top: 27px;
}
.pc-l{
	
}
.pc-l h2{
	font-size: 30px;
	color: #333333;
}
.pc-l h3{
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
	line-height: 26px;
}
.pc-items{
	margin-top: 45px;
}
.pc-items li{
	margin-bottom: 18px;
}
.pc-items li .dot{
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	border: 3px solid #236FFB;
	margin-right: 7px;
	border-radius:50% ;
}
.pc-items li p{
	font-size: 20px;
	color: #333333;
}
.pc-r img{
	width: 750px;
	height: auto;
}