.banNews{
	margin-top: 100px;
	position: relative;
}
.banNews img{
	width: 100%;
	height:600px;
	object-fit: cover;
}
.imgBg{
	position: absolute;
	top: 50%;
	text-align: center;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 400;
	font-size: 28px;
}
.imgBg h1{
	font-size: 64px;
	line-height: 90px;
	font-weight: 500;
}
.imgBg b{
	font-size: 24px;
	line-height: 33px;
	font-weight: 300;
	padding-top: 15px;
	display: block;
}
.imgBg a{
	background: rgba(255,255,255,0.2);
	border-radius:40px;
	border: 2px solid #FFFFFF;
	line-height: 60px;
	display: inline-block;
	padding: 0 40px;
	font-size: 20px;
	color: #FFFFFF;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}

.imgBg a::before{
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #0041C2;
  transition: left 0.7s ease;
  z-index: -1;
}
.imgBg a:hover::before{
  left: 0%;
  z-index: -1;
}
.imgBg a:hover{
	border:2px solid #0041C2;
	transition: all 0s ease;
}



.list_about_con01{
	line-height: 70px;
}
.list_about_con01 ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.list_about_con01 ul li{
	padding: 0 40px;
}
.list_about_con01 ul li a{
	font-weight: 400;
	font-size: 18px;
	color: #373737;
	line-height: 25px;
}
.list_about_con01 ul li a:hover{
	color: #0041C2;
}
.list_about_con02{
	background: #F5F5F5;
	padding: 80px 0;
}
.list_about_con02_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list_about_con02_fl{
	width: 48%;
	padding:0 20px 0 13%;
	box-sizing: border-box;
}
.list_about_con02_fl h2{
	font-size: 48px;
	color: #373737;
	line-height: 67px;
	font-weight: 500;
}
.list_about_con02_fl i{
	width: 96px;
	height: 6px;
	background: #E7E7E7;
	display: block;
	position: relative;
	margin-top: 8px;
}
.list_about_con02_fl i::after{
	content: "";
	position: absolute;
	left:0;
	bottom: 0;
	height: 6px;
	width: 40%;
	background:#0041C2;
	z-index: 1;
}
.list_about_con02_fl p{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	padding-top: 60px;
}
.list_about_con02_fl h3{
	font-family: 'arial';
	font-size: 80px;
	color: rgba(233,233,233,0);
	line-height: 112px;
	text-stroke:1px #E9E9E9;
	text-align: left;
	font-style: normal;
	text-transform: none;
	-webkit-text-stroke: 1px #E9E9E9;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 60px;
}
.list_about_con02_fr{
	width: 50%;
}
.list_about_con02_fr img{
	width: 100%;
	border-radius: 80px 0px 0px 0px;
}
.list_about_con03{
	background: #fff url('../images/about02.jpg') center center no-repeat;
	padding-bottom: 80px;
}
.list_about_con03 ul li{
	width: 50%;
}
.list_about_con03 ul li:nth-child(1)::after,.list_about_con03 ul li:nth-child(3)::after{
    opacity: 0;
}

.list_about_con03 ul li:nth-child(1)::before,.list_about_con03 ul li:nth-child(2)::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #D2D2D2;
    z-index: 1;
}
.list_about_con03 ul li:nth-child(1),.list_about_con03 ul li:nth-child(2){
	padding-bottom: 40px;
}
.list_about_con03 ul li:nth-child(3),.list_about_con03 ul li:nth-child(4){
	padding-top: 20px;
}
.list_about_con03 ul li h4{
	padding: 20px 0 30px;
}
.list_about_con04{
	background:#f0f4ff url(../images/about03.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding-bottom: 80px;
}
.list_about_con04 img{
	max-width: 1400px;
	padding-top: 40px;
	width: 100%;
}

.course01{
	background:#fff url() no-repeat center center;
}
.course_txt{
	text-align: left;
	padding-top: 80px;
	position: relative;
}
.course_txt h2 {
    font-size: 48px;
    color: #333333;
    font-weight: 600;
    line-height: 48px;
}
.course_txt h3 {
    font-size: 24px;
    color: #333333;
    padding-top: 16px;
	font-weight: 300;
}
.course-slier .course-line{
	display: flex;
	justify-content: flex-start;
	margin-top: 60px;
}
.course-slier .course-line li{
	background: #FFFFFF;
	border-radius: 40px 40px 40px 40px;
	border: 1px solid #DFDFDF;
	padding:14px 40px;
	margin-right: 10px;
}

.course-slier .course-line li a{
	font-weight: 300;
	font-size: 22px;
	color: #666666;
	display: block;
}
.course-slier .course-line li.cur{
	background: #0041C2;
	border: 1px solid #0041C2;
}
.course-slier .course-line li.cur a{
	color: #fff;
	font-weight: 400;
}
.course-img{
	margin-top: -80px;
}
.course-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.course-box .course-box_fl{
	width: 45%;
}
.course-box .course-box_fl h4{
	font-weight: 500;
	font-size: 48px;
	color: #333333;
	line-height: 68px;
	padding-top: 30px;
}
.course-box .course-box_fl h5{
	font-weight: 300;
	font-size: 22px;
	color: #666666;
	line-height: 33px;
	padding-top: 10px;
}

/*产品优势*/
.cpadv_bg {
    width: 100%;
    background: #F5F5F5;
    background-size: cover;
    margin: 0 auto;
}

.cpadv_bt {
    width: 700px;
    font-size: 30px;
}

.cpadv_bt b {
    font-size: 40px;
    display: block;
    color: #0890e6;
}

.cpadv_bt .xian {
    width: 78px;
    height: 4px;
    background: #0890e6;
    margin-top: 40px;
    margin-bottom: 50px;
}
.totalwidth{padding:60px 0 100px;}
/*切换*/
.xinxi_solution_bg {
    background-size: 100% 400px;
    max-width: 1920px;
    margin: 0 auto;
}

.xinxi_solution_main ul {
    overflow: hidden;
   display: flex;
   flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.xinxi_solution_main ul li.on {
    width:36%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xinxi_solution_main ul li.on .left {
    width: 0px;
}

.xinxi_solution_main ul li {
    height: 500px;
    float: left;
    width:20%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
	border-radius: 20px;
}

.xinxi_solution_main ul li:nth-child(5) {
    margin-right: 0px;
}

.xinxi_solution_main ul li .left {
    float: left;
    width: 100%;
    height: 100%;
	background-size: cover;
	position: relative;
}
.xinxi_solution_main ul li .left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xinxi_solution_main ul li::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,26,74,0.6);
	z-index: 1;
}

.xinxi_solution_main ul li .left_top {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
	transform: translateY(-50%);
	z-index: 9;
}

.xinxi_solution_main .left_top {
    font-size: 20px;
    color: #fff;
}

.xinxi_solution_main ul li .right_bj{
position: absolute;
width: 80%;
left: 50%;
bottom:80px;
transform: translateX(-50%);
z-index: 9;
}

.xinxi_solution_main:hover.xinxi_solution_main ul li .on .right{
display: none;
}
.xinxi_solution_main ul li .on .left{
    display: none;
}
.xinxi_solution_main:hover.xinxi_solution_main ul li .on .left{
    display: block;

}
.xinxi_solution_main ul li.on .left_top{display: none;}
.xinxi_solution_main ul li .right {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    background: url(../images/19.png);
	background-size:cover;
}
.xinxi_solution_main ul li .right img{
	position: relative;
	z-index: 9;
}

.xinxi_solution_main ul li i {
    font-size: 24px;
    color: #fff;
    font-style: normal;
    display: block;
   line-height: 50px;
}

.xinxi_solution_main ul li .right .service_tu{
	margin-top: 10px;
}

.xinxi_solution_main ul li .right .service_w {
    font-size: 24px;
    color: #fff;
    line-height: 42px;
	padding-top:20px;
	width: 100%;
	font-weight: 500;
}

.xinxi_solution_main ul li .right .service_w1 {
    font-size: 18px;
    color: #fff;
    line-height:28px;
	width: 100%;
	padding-top: 10px;
	display: inline-block;
	font-weight: 300;
}

.cpadv_wz {
    width: 640px;
    font-size: 15px;
    line-height: 35px;
    margin-top: 40px;
}
/* 优势 end */
.tool_box{
	margin-top: 100px;
}
.tool_box iframe{
	width: 100%;
	height: 1380px;
}

.list_case{
	background: #f5f5f5;
	padding: 80px 0;
}
.list_case_dg{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list_case .list_case_dg .news_img img {
    width: 100%;height: 340px;object-fit: cover;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.list_case .list_case_dg .list_case_box{
	background: #f6f6f6;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	width: 48%;
	margin-bottom: 40px;
}
.list_case .list_case_dg .list_case_box a{
	display: block;
	position: relative;
}
.news_cno{
	padding: 20px;
	background: #fff;
}
.news_img{
	position: relative;
	overflow: hidden;
}
.news_pos{
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.news_pos h4{
	font-size: 36px;
	color: #FFFFFF;
	line-height: 50px;
	font-weight: 500;
}
.news_pos span{
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	background: rgba(255,255,255,0.7);
	border-radius: 0px 20px 20px 0px;
	padding:6px 25px 6px 10px;
	display: inline-block;
	font-weight: 400;
	margin-top: 10px;
}
.news_pos span i{
	color: #0041C2;
	font-weight: 500;
}
.news_cno h3{
	font-size: 24px;
	color: #333333;
	line-height: 33px;
	font-weight: 500;
}
.news_cno b{
	font-size: 18px;
	color: #666666;
	font-weight: 300;
	padding-top: 8px;
	display: block;
}
.news_cno_shujiu{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 20px;
}
.news_cno_shujiu dl{
	background: #F5F6FB;
	border-radius: 10px;
	margin-right: 20px;
	padding: 20px;
	text-align: center;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.news_cno_shujiu dl dt{
	font-family:'DIN';
	font-weight: 600;
	font-size: 32px;
	color: #333333;
	line-height: 45px;
}
.news_cno_shujiu dl dd{
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 25px;
}
.list_case .swiper-button-next,.list_case .swiper-button-prev{
	width: 60px;
	height: 60px;
	background-size: auto;
	top: auto;
	bottom: -90px;
}
.list_case .swiper-button-prev,.list_case .swiper-container-rtl .swiper-button-next{
	background-image: url('../images/icon_09.png');
	right:80px;
	left:auto;
}
.list_case .swiper-button-next,.list_case .swiper-container-rtl .swiper-button-prev{
	background-image: url('../images/icon_10.png');
	right:0;
}
.list_case .swiper-button-next:after,.list_case .swiper-rtl .swiper-button-prev:after{
	display: none;
}
.list_case .swiper-button-next:after,.list_case .swiper-button-prev:after{
	display: none;
}
.list_case .list_case_dg .list_case_box:hover img{
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.list_case .list_case_dg .list_case_box:hover h3{
	color: #0041C2;
}
.list_case .list_case_dg .list_case_box:hover dl{
	background: #e3e4eb;
}
/* .list_case .list_case_dg .list_case_box:hover dl dt,.list_case .list_case_dg .list_case_box:hover dl dd{
	color: #fff;
} */

.list_news{
	padding:80px 0 100px;
	background: #f5f5f5;
}
.list_news_box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list_news_box ul a{
	display: block;
	width: 32.2%;
	margin-bottom: 60px;
}
.list_news_box ul li{
	border-radius: 20px;
	overflow: hidden;
}
.list_news_box_img{
	height: 240px;
	overflow: hidden;
}
.list_news_box ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.list_news_box ul li:hover img{
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.list_news_box_con{
	/*background: #fff;*/
	padding: 30px 20px 60px;
}
.list_news_box_con span{
	font-family: 'DIN';
	font-weight: 500;
	font-size: 28px;
	color: #333;
	line-height: 36px;
}
.list_news_box_con h2{
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	padding: 14px 0;
	font-weight: 500;
}
.list_news_box_con h3{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.list_news_box ul .list_news_box_botoom a:hover{
	background: #0041C2 url(../images/xinwen01.png) bottom center no-repeat;
}

.list_news_box ul li:hover .list_news_box_con span,.list_news_box ul li:hover .list_news_box_con h2,.list_news_box ul li:hover .list_news_box_con h3{
	color: #fff;
}
.list_news_box_top{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 60px;
}
.list_news_box_fl{
	width: 57%;
}
.list_news_box_fl img{
    object-fit: initial !important;
}
.list_news_box ul .list_news_box_fl a{
	width: 100% !important;
	position: relative;
	margin-bottom: 0 ;
}
.list_news_box_fr{
	width: 41.3%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.list_news_box ul .list_news_box_fr a{
	width: 100% !important;
	position: relative;
	margin-bottom: 0 ;
}
.list_news_box_fl .list_news_box_img{
	height: 610px !important;
}
.list_news_box_top .list_news_box_con{
	position: absolute;
	bottom: 0;
	left: 0;
	background: none;
}
.list_news_box_top .list_news_box_con span,.list_news_box_top .list_news_box_con h2{
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0;
	margin-bottom: 8px;
}
.list_news_box_top .list_news_box_con h3{
	color: #fff;
	margin-bottom: 10px;
}
.list_news_box ul .list_news_box_top li:hover .list_news_box_con{
	background: none;
}
.list_news_box ul .list_news_box_top li .list_news_box_img::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border-radius: 20px;
	background: linear-gradient( 180deg,rgba(102,102,102,0) 0%, rgba(102,102,102,0.3) 50%, rgba(0,0,0,1) 100%);
}
.list_news_box_top .list_news_box_con{
	padding-bottom: 20px;
}
.list_news_box_fr .list_news_box_img{
	height: 295px;
}
.list_news_lxfs{
	background:url(../images/xinwen.png) bottom center no-repeat;
	background-size: cover;
	border-radius: 20px;
	padding: 60px 80px;
	box-sizing: border-box;
}
.list_news_lxfs .news_txt a{
	background: #0041C2;
	color: #fff;
	padding: 0px 60px;
}
.list_news_lxfs .news_txt .news_biti h2{
	font-size: 40px;
}
.list_news_lxfs .news_txt .news_biti h3{
	color: #666666;
}


/* 弹窗 */
/* 遮罩层背景 */
.modal-mask{
  display: none; /* 默认隐藏，JS控制显示 */
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.55);
  z-index: 999;
  /* 遮罩淡入动画 */
  animation: maskFade 0.3s ease forwards;
}
@keyframes maskFade{
  from{ opacity:0; }
  to{ opacity:1; }
}

/* 弹窗主体盒子 */
.modal-box{
  background: #e3f5fd url(../images/modal.png) center center no-repeat;
  background-size: cover;
  border-radius: 20px 20px 20px 20px;
  padding: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  /* 弹窗滑入动画 */
  animation: modalSlide 0.35s ease forwards;
}
@keyframes modalSlide{
  from{
    opacity:0;
    transform: translate(-50%,-50%) translateY(-20px);
  }
  to{
    opacity:1;
    transform: translate(-50%,-50%) translateY(0);
  }
}

/* 关闭按钮 */
.modal-close{
  position: absolute;
  right: 30px;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
  color:#222;
  cursor: pointer;
  transition: 0.2s;
  font-weight:100;
}
.modal-close:hover{
  color: #d61818;
}

/* 标题区域 */
.modal-title{
  font-size: 48px;
  color: #333333;
  line-height: 67px;
  margin-bottom:8px;
  font-weight: 600;
}
.modal-desc{
	font-weight: 300;
	font-size: 24px;
	color: #333333;
	line-height: 33px;
	margin-bottom:30px;
}

/* 表单网格布局 两行两列输入框 */
.form-row-two{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  margin-bottom:16px;
}
.form-item{
  display: flex;
  flex-direction: column;
  gap:6px;
}
.form-item label{
	font-size: 18px;
	color: #666666;
	font-weight: 300;
}
.form-item input{
  line-height: 50px;
  padding:0 14px;
  font-size:16px;
  width: 410px;
  background: rgba(255,255,255,0.5);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #D2D2D2;
  font-weight: 300;
  color: #666666;
}
.form-item input:focus{
  outline: none;
  border-color:#0055ee;
}
.form-item label span{
  color:#f00;
}

/* 单选多选区域 */
.form-check-wrap{
  margin:24px 0;
}
.check-title{
  margin-bottom:14px;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
}
.check-list{
  display: flex;
  gap:24px;
}
.check-item{
  display: flex;
  align-items: center;
  gap:6px;
  font-size: 18px;
  color: #333333;
  font-weight: 300;
}

/* 文本域 */
.form-textarea{
  width:100%;
  height:90px;
  padding:12px 14px;
  resize:none;
  margin-bottom:28px;
  font-size:16px;
  background: rgba(255,255,255,0.5);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #D2D2D2;
  font-weight: 300;
  color: #666666;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "Microsoft YaHei";
}
.form-textarea:focus{
  outline:none;
  border-color:#0055ee;
}

/* 提交按钮 */
.submit-btn{
  width:100%;
  height:56px;
  border:none;
  background:#004ce8;
  color:#fff;
  font-size:20px;
  font-weight: 400;
  border-radius:999px;
  cursor:pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit-btn img{
	width: 20px;
	padding-left: 10px;
	padding-top: 4px;
}
.submit-btn:hover{
  background:#003bc2;
  box-shadow:0 6px 18px rgba(0,76,232,0.35);
}

/* 底部备注文字 */
.modal-tip{
  text-align:center;
  margin-top:16px;
  font-weight: 300;
  font-size: 18px;
  color: #999999;
  line-height: 25px;
}
/* 弹窗 end*/
#modalContent.modal-box{
    background: #fff;
    width: 60%;
    max-width: 900px;
}
#modalContent .modal-title{
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    font-family: 'arial';
}
/* 标签行容器 */
.tag-wrap{
    display:flex;
    gap:16px;
    margin-top: 20px;
    margin-bottom:30px;
}
.tag-item-blue{
    padding:6px 16px;
    background:#e8f2ff;
    color:#0066ee;
    border-radius:6px;
    font-size:16px;
}
.tag-item-yellow{
    padding:6px 16px;
    background:#fff7d8;
    color:#d89900;
    border-radius:6px;
    font-size:16px;
}
/* 方案描述 */
.desc-text{
    font-size:20px;
    color:#333;
    font-weight:500;
    margin-bottom:8px;
    font-family: 'arial';
}
.desc-sub{
    font-size:16px;
    color:#666;
    line-height:1.6;
    margin-bottom:28px;
}
.data-row{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 20px;
}
.data-row .data-card{
    background: #F5F6FB;
	border-radius: 10px;
	margin-right: 20px;
	padding: 20px;
	text-align: center;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.data-row .data-card .data-num{
	font-family:'DIN';
	font-weight: 600;
	font-size: 32px;
	color: #333333;
	line-height: 45px;
}
.data-row .data-card .data-text{
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 25px;
}
/* 底部左右布局 */
.bottom-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top: 60px;
}
.bottom-text{
    font-size:30px;
    font-weight:500;
    color: #333;
    font-family: 'arial';
}
.bottom-text strong{
    color:#005ce6;
    font-size:34px;
    font-family: 'arial';
    font-weight: 600;
}
/* 蓝色按钮 */
.btn-blue{
    padding:14px 36px;
    background:#005ce6;
    color:#fff;
    border:none;
    border-radius:99px;
    font-size:16px;
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-blue img{
    width: 16px !important;
    padding-left: 6px;
}
.btn-blue:hover{
    background:#004bc9;
}


.show-news{
	margin-top: 100px;
	padding: 80px 0;
}
.show-news_box_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.show-news_box_fl a{
	font-size: 18px;
	font-weight: 400;
	color: #333;
}
.show-news_box_fl{
	display: flex;
	align-items: center;
}
.show-news_box_fl img{
	padding: 0 6px;
	width: 18px;
}
.show-news_box_fr a{
	font-size: 22px;
	color: #333333;
	line-height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #D2D2D2;
	padding: 0 60px;
	border-radius: 40px;
}
.show-news_box_fr a img{
	padding-left: 10px;
}
.show-news_box_fr a:hover{
	background: #003bc2;
	color: #fff;
}
.show-news_box_fr a:hover img{
	filter: brightness(0) invert(1);
	  -webkit-filter: brightness(0) invert(1);
}


.show-news_con_tie_box{
	text-align: center;
}
.show-news_con h1{
	padding-top: 60px;
	font-size: 48px;
	color: #333333;
	font-weight: 500;
	line-height: 65px;
}
.show-news_con .show-news_con_tie{
	font-family: 'DIN';
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	padding-top: 20px;
	border-bottom: solid 1px #D2D2D2;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.show-news_con .show-news_con_txt h2{
    font-size: 28px;
    line-height: 28px;
    padding: 40px 0 20px;
}
.show-news_con .show-news_con_txt h3{
    padding: 20px 0 0 0;
}

.list_news_box_botoom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.list_news_box_botoom a{
    background: #fff;
    border-radius: 20px;
}
.show-news_con_txt{
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
	color: #333333;
}
.show-news_con_txt img{
    max-width: 100%;
}
.show-news_con_page {
	margin-top: 80px;
}
.show-news_con_page dl{
	border-top: 1px solid #D2D2D2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 0;
}
.show-news_con_page dl dt{
	font-size: 32px;
	color: #333333;
	line-height: 45px;
    width: 90%;
}
.show-news_con_page dl dd{
	font-size: 22px;
	color: #999;
}
.show-news_bottom .list_news{
	padding-bottom: 30px;
}
.show-news_bottom .news_txt{
	margin-bottom: 60px;
}
.show-news_bottom .news_txt a{
	color: #333;
	border: 1px solid #D2D2D2;
	padding: 0px 60px;
}
.show-news_bottom .news_txt a img{
	filter: grayscale(100%);
	/* 兼容旧webkit内核浏览器（可选） */
	-webkit-filter: grayscale(100%);
}
.show-news_bottom .news_txt a:hover{
	background: #003bc2;
	color: #fff;
}
.show-news_bottom .news_txt a:hover img{
	filter: brightness(0) invert(1);
	  -webkit-filter: brightness(0) invert(1);
}

/* 联系页 */
.list_contact{
	padding: 80px 0px;
	margin-top: 100px;
	background: radial-gradient(ellipse at top right, #b1cdfe 0%, #f7fbff 55%, #f4f4f4 100%);
	position: relative;
}
.list_contact::after{
	content: "";
	position: absolute;
	left:0%;
	top: 0;
	height: 500px;
	width: 55%;
	background: radial-gradient(ellipse at top left, rgba(204, 224, 255, 1) 0%, rgba(247, 251, 255, 0) 45%, rgba(244, 244, 244, 0) 100%);
}
/* 外层大容器 渐变背景圆角卡片 */
.contact-wrap {
  margin: 0 auto;
  border-radius: 16px;
  z-index: 1;
  position: relative;
  background: radial-gradient(ellipse at top right, #d2eaff 0%, #ffffff 60%);
  border: solid 2px #fff;
  box-shadow: 0 0 15px rgba(204, 224, 255, 0.1);
  padding: 80px 0;
}
.contact-wrap::after{
	content: "";
	position: absolute;
	left:0%;
	top: 0;
	height: 300px;
	width: 40%;
	border-radius: 16px;
	background: radial-gradient(ellipse at top left, rgba(210, 234, 255, 1) 0%, rgba(247, 251, 255, 0) 45%, rgba(244, 244, 244, 0) 100%);
}
.contact-wrap_box{
	position: relative;
	z-index: 1;
	
}

/* 主标题 */
.contact-title {
  margin-bottom: 48px;
  font-size: 48px;
  color: #333333;
  line-height: 67px;
  font-weight: 500;
}

/* 4个联系方式卡片网格 */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

/* 单个联系卡片 */
.contact-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 16px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
/* 卡片hover上浮+阴影 */
.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 36px rgba(0, 50, 160, 0.15);
}

/* 图标盒子 */
.card-icon-box {
  margin: 0 auto 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s;
}
.contact-card:hover .card-icon-box {
  border-color: #0052e0;
}
/* 图标图片统一尺寸 */
.card-icon {
  object-fit: contain;
  transition: filter 0.3s;
}

/* 卡片文字 */
.card-name {
  font-size: 22px;
  color: #333333;
  margin-bottom:26px;
  font-weight: 400;
}
.card-info {
  font-size: 22px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 12px;
  font-weight: 500;
}
.card-info img{
	width: 130px;
}
.card-tip {
  font-size: 14px;
  color: #666666;
  padding-top: 50px;
}
.contact-card:nth-child(2) .card-name{
	margin-bottom: 10px;
}
.contact-card:nth-child(2) .card-tip{
	padding-top: 10px;
}
.contact-card:nth-child(2) .card-info{
	margin-bottom: 10px;
}

/* 分割线 */
.split-line {
  width: 100%;
  height: 1px;
  background: #D2D2D2;
  margin: 40px 0;
}

/* 底部地址+商务合作两栏布局 */
.contact-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.bottom-item h4 {
  font-size: 18px;
  color: #666;
  margin-bottom:30px;
  font-weight: normal;
}
.bottom-item p {
  font-size: 22px;
  color: #333;
}
.list-map{
	width: 100%;
}

/* 适配移动端 小屏幕改成2列 */
@media (max-width: 1024px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-bottom {
    grid-template-columns: 1fr;
  }
  .contact-title {
    font-size: 28px;
  }
}
/* 联系页 end*/

.list_about_con05{
    padding: 80px 0;
}
.list_about_con05 h2{
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 60px;
}
#marquee1{overflow:hidden;background:#f3f3f3;}
#marquee1 ul li{float:left; padding:0 15px;}
#marquee1 ul li img{display:block;width:500px;}

#marquee2{overflow:hidden;background:#f3f3f3; margin-top:30px;}
#marquee2 ul li{float:left; padding:0 15px;}
#marquee2 ul li img{display:block;width:500px;}

#pages{
    display: flex;
    justify-content: center;
}
#pages a{
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 100%;
    margin: 0 5px;
}
#pages span{
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    background: #0041C2;
    border-radius: 100%;
    margin: 0 5px;
    color: #fff;
}

@media ( max-width:1480px) {
.list_about_con02_fl {
    padding: 0 20px 0 4%;
}
.imgBg h1 {
    font-size: 48px;
	line-height: 60px;
}
.imgBg b {
    font-size: 22px;
}
.course-box_fr{
	width: 55%;
}
.news_cno_shujiu dl {
    margin-right: 10px;
}
}
@media ( max-width:1280px) {
.list_about_con02_fl{
	width: 100%;
}
.list_about_con02_fr{
	width: 100%;
}
.list_about_con02{
	padding-bottom: 0;
}
.course-slier .course-line li {
    padding: 14px 30px;
}
.course-slier .course-line li a {
    font-size: 20px;
}
.news_cno_shujiu dl dt {
    font-size: 28px;
}
.news_cno_shujiu dl {
    padding: 20px 10px;
}
}

@media ( max-width:1080px) {
	
}
@media ( max-width:760px) {
.list_about_con02_fl h3{
	font-size: 60px;
}
.list_about_con05 h2{
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 30px;
}
.list_about_con05 {
    padding: 40px 0;
}
#marquee2 ul li img{display:block;width:260px;}
#marquee1 ul li img{display:block;width:260px;}
#marquee1 ul li,#marquee2 ul li {
    padding: 0 8px;
}
.banNews{
	margin-top: 60px;
}
.imgBg h1 {
    font-size: 28px;
    line-height: 35px;
}
.imgBg b {
    font-size: 16px;
}
.banNews img {
    height: 300px;
}
.list_about_con01 ul li {
    padding: 0 10px;
}
.list_about_con01 ul li a {
    font-size: 16px;
}
.list_about_con02_fl h2 {
    font-size: 24px;
    line-height: 45px;
}
.list_about_con02 {
    padding: 40px 0;
}
.list_about_con02_fl p {
    font-size: 16px;
    padding-top: 40px;
}
.imgBg a {
    border: 1px solid #FFFFFF;
    line-height: 40px;
    padding: 0 40px;
    font-size: 18px;
}
.nav_show {
	top: 60px;
}
.course_txt h2 {
    font-size: 28px;
}
.course_txt h3 {
    font-size: 18px;
    padding-top: 0px;
}
.course_txt {
    padding-top: 40px;
}
.course-box .course-box_fl{
	width: 100%;
}
.course-box .course-box_fr{
	width: 100%;
}
.course-box .course-box_fr img{
	width: 100%;
}
.course-img {
    margin-top: 30px;
}
.course-slier .course-line {
    margin-top: 30px;
	flex-wrap: wrap;
}
.course-slier .course-line li{
	margin-bottom: 10px;
}
.course-box .course-box_fl h4 {
    font-size: 28px;
    line-height: 35px;
	padding-top: 10px;
}
.course-box .course-box_fl h5 {
    font-size: 16px;
	padding-bottom: 40px;
}
.xinxi_solution_main ul{
	flex-wrap: wrap;
}
.xinxi_solution_main ul li.on{
	width: 100%;
}
.xinxi_solution_main ul li{
	width: 100%;
    margin-bottom: 20px;
}
.totalwidth {
    padding: 40px 0 40px;
}
.xinxi_solution_main ul li .right .service_w {
    font-size: 20px;
}
.news_cno_shujiu dl{
	margin-bottom: 8px;
}
.list_case .list_case_dg img {
    height: 240px;
}
.news_pos {
    bottom: 10px;
    left: 10px;
}
.list_news_box_fl{
	width: 100%;
}
.list_news_box_fl .list_news_box_img {
    height: 310px !important;
}
.list_news_box_con h2 {
    font-size: 20px;
}
.list_news_box_con span {
    font-size: 18px;
    line-height: 18px;
}
.list_news_box_fr{
	width: 100%;
}
.list_news_box ul .list_news_box_fr a{
	margin-top: 20px;
}
.list_news_box_fr .list_news_box_img {
    height: 195px;
}
.list_news_box ul a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.list_news {
    padding: 40px 0 40px;
    background: #f5f5f5;
}
.list_news_lxfs {
    padding:40px 20px;
}
.news_txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.list_news .news_biti{
	width: 100%;
	text-align: center;
}
.list_news_lxfs .news_txt .news_biti h2 {
    font-size: 24px;
}
.list_news_lxfs .news_txt .news_biti h3{
	padding: 0px 0px 20px;
	font-size: 16px;
}
.show-news {
    margin-top: 60px;
    padding: 40px 0;
}
.show-news_bottom .news_txt {
    margin-bottom: 30px;
}
.show-news_box_fr a {
    font-size: 18px;
    line-height: 40px;
    padding: 0 30px;
}
.show-news_box_fr a img {
    width: 18px;
}
.show-news_box_fl a {
    font-size: 16px;
}
.show-news_box_fl img {
    padding: 0 6px;
    width: 15px;
}
.show-news_con h1 {
    padding-top: 40px;
    font-size: 28px;
    line-height: 35px;
}
.show-news_con .show-news_con_tie {
    font-size: 20px;
    line-height: 36px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.show-news_con_page dl dt {
    font-size: 20px;
    line-height: 35px;
    text-align: left;
	width: 70%;
}
.show-news_con_page dl dd {
    font-size: 18px;
}
.list_contact {
    padding: 60px 0px;
    margin-top: 60px;
}
.contact-wrap {
    padding: 40px 0;
}
.contact-title {
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 28px;
}
.card-tip {
    padding-top: 0px;
}
.list-map{
	display: none;
}
.list_case .news_pos h4{
    font-size: 20px !important;
    line-height: 20px !important;
}
.list_case .news_cno_shujiu dl dd {
    font-size: 14px !important;
}
.list_case .news_cno h3 {
	font-size: 18px !important;
	line-height: 25px;
}
.list_case .news_cno b{
	font-size: 15px !important;
}
.imgBg{
	width: 60%;
}
.news_pos span{
	font-size: 15px;
}
.list_case .news_cno_shujiu dl{
	padding: 16px 8px !important;
}
.course-slier .course-line li a {
	font-size: 18px;
}
.course-slier .course-line li {
	padding: 10px 30px;
}
.xinxi_solution_main ul li .right .service_w1{
	font-size: 16px;
}
.xinxi_solution_main ul li i{
	font-size: 20px;
}
.card-icon {
    width: 50px;
}
.modal-box,#modalContent.modal-box{
	width: 80%;
	padding:20px 14px;
}
#modalContent .modal-title {
    font-size: 24px;
    line-height: 24px;
    
}
#modalContent .bottom-wrap{
    flex-wrap: wrap;
}
#modalContent .bottom-wrap {
    margin-top: 25px;
}
.bottom-text {
    font-size: 24px;
}
.bottom-text strong{
    font-size: 24px;
}
.btn-blue{
    width: 100%;
    margin-top: 20px;
}
.modal-desc {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.form-item label {
    font-size: 15px;
	display: none;
}
.form-row-two {
    grid-template-columns: 1fr;
	gap: 10px;
	margin-bottom: 10px;
}
.form-item input {
    line-height: 35px;
    padding: 0 14px;
    font-size: 14px;
    width: 100%;
    border-radius: 6px;
	box-sizing: border-box;
}
.check-title {
    font-size: 15px;
    line-height: 20px;
	margin-bottom: 6px;
}
.check-list {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.check-item {
    font-size: 14px;
	gap: 3px;
}
.form-check-wrap {
    margin: 10px 0;
}
.form-textarea {
    width: 100%;
    height: 60px;
	font-size: 14px;
	margin-bottom: 10px;
}
.modal-title {
    font-size: 20px;
    line-height: 20px;
}
.submit-btn {
    height: 38px;
    font-size: 16px;
}
.submit-btn img {
    width: 16px;
    padding-left: 4px;
    padding-top: 4px;
}
.modal-tip {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
}
.modal-close {
    right: 15px;
    top: 10px;
    font-size: 44px;
}
.list_case .list_case_dg .list_case_box{
    width: 100%;
}
.list_case {
    padding: 40px 0;
}
.show-news_con_tie_box h1{
    font-size: 22px;
}
.show-news_con_txt{
    font-size: 15px;
}
.show-news_con_txt h2{
    font-size: 20px !important;
}
.show-news_bottom .list_news .news_biti {
    width: 60%;
    text-align: left;
}
.show-news_bottom .news_txt a {
    padding: 0px 20px;
}
.list_news_lxfs .news_txt a {
    background: #0041C2;
    color: #fff;
    padding: 0px 20px;
    width: 50%;
    text-align: center;
    justify-content: center;
}
.contact-card{
    padding: 28px 0px;
}
}