*{
	margin:0;
	padding:0;
}
html,body{
	width:100%;
	overflow-x:hidden;
}

.swiper-container {
  width: 100%;
  height: 800px;
  margin: auto;
  position:relative;
  min-width:1200px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.swiper-slide img{
	width:100%;
	height:100%;
}
.titlearea{
	margin-bottom:60px;
}
.title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.title img{
	height:20px;
	margin-top:2px;
}
.title span{
	font-size:36px;
	line-height:36px;
	font-weight:600;
	margin:0 20px;
}
.tip{
	font-size:20px;
	color:#999;
	text-align:center;
	line-height:80px;
}
.w100bg{
	background:#F5F6F7;
	padding:60px 0;
}
.content{
	width:1200px;
	margin:0 auto;
	display: flex;
    align-items: center;
}
.zizhi{
}
.zizhi .left{
	flex: 1;
    height: 380px;
    background: url(../images/bg1.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
	display:flex;
	padding-left:80px;
	padding-top:60px;
}
.zizhi .right{
	width: 380px;
    margin-left: 20px;
}
.zizhi .left .bigicon img{
	height:312px;
}
.textlist{
	
}
.textlist b{
	display:block;
	font-size:32px;
	margin-bottom:40px;
}
.icon_text{
	display: flex;
    align-items: center;
	margin-bottom:20px;
}
.icon_text img{
	height:24px;
	margin-right:10px;
}
.icon_text span{
	line-height:24px;
	font-size:24px;
	height:24px;
}
.bigbtn{
	width: 240px;
    height: 56px;
    background: linear-gradient(180deg,#2773FF,#0143F8);
    border-radius: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 36px;
}
.serve_item{
	display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 0 20px;
    justify-content: space-between;
	margin-bottom:10px;
}
.serve_item:last-child{
	margin-bottom:0;
}
.serve_item .item_left{
	display: flex;
    align-items: center;
}
.serve_item .item_left img{
	height:40px;
	margin-right:10px;
}
.serve_item .item_left span{
	font-weight:600;
	font-size:26px;
}
.hover_btn{
	width: 128px;
    height: 44px;
    border-radius: 22px 22px 22px 22px;
    border: 1px solid #0143F8;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    font-size: 18px;
    color: #0143F8;
}
.gonggao{
	background:#fff;
	border-radius:10px;
    height: 182px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
}
.gonggao>img{
	width: 340px;
    height: 100%;
}
.gonggao_right{
	background-color: #fff;
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    min-width: 0;
    padding: 22px 30px 0 32px;
}
.titleline{
	display: flex;
    align-items: center;
    cursor: pointer;
	height:34px;
}
.titleline img{
	height:20px;
}
.titleline span{
	font-size: 18px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bigimg{
	width:100%;
}
.bigimg img{
	width:100%;
}  
.tuijie{
	display:flex;
    margin-top: 62px;
    align-items: center;
    flex-wrap: wrap;
}
.tuijie_item{
	width: 23.5%;
	margin-right:2%;
    margin-bottom: 24px;
    height: 240px;
    transition: all .3s;
}
.tuijie_item:nth-child(4n){
	margin-right:0%;
}
.tuijie_item:hover{
	transform:scale(1.06);
}
.tuijie_item img{
	width:100%;
    height: 240px;
}
.case{
	width:1200px;
	margin:0 auto;
}
.tabs { 
	display: flex;
	margin-bottom: 50px;
    justify-content: center;
	width:100%;
}
.tab-button {
	font-size: 24px;
    color: #999;
    font-weight: 400;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    padding: 0 20px 24px 20px;
}
.tab-button.active {
    color: #0143F8;
    border-color: #0143F8;
    font-weight: 700;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.box.case_item{
  background: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  display:flex;
  overflow:hidden;
  padding:10px;
}
.case_item img{
	width:198px;
	height:100%;
}
.case_item .case_text{
	text-align:left;
	padding:15px 30px;
}
.case_item .case_text *{
	display:block;
}
.case_text b{
	font-weight: 700;
    line-height: 24px;
    font-size: 24px;
    margin-top: 20px;
    color: #0143F8;
}
.tab-content .swiper-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.case_text strong{
	font-size: 20px;
    line-height: 38px;
    color: #222;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 22px;
}
.case_text p{
	font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #666;
}
.w100line_center{
	width:100%;
	display:flex;
	justify-content:center;
}

.team{
	width:1200px;
	margin:0 auto;
}
.personnel-swiper {
	width: 100%;
	margin: 30px auto;
}
.person-box {
	min-height: 400px;
	background: #fff;
	border-radius: 8px;
	box-sizing:border-box;
	padding:8px;
	text-align: center;
	font-size: 16px;
	overflow:hidden;
	display: flex;
    flex-direction: column;
    justify-content: space-between; /* 上下均匀分布 */
}
.person_head{
	width:100%;
	height:280px;
	position:relative;
	border-radius:8px;
	overflow:hidden;
}
.person_head img{
	width:100%;
	height:280px;
}
.person_head .person_name{
	width:50%;
	position:absolute;
	bottom:0px;
	height:35px;
	background:linear-gradient(270deg,rgba(179,30,36,0) 1%,#0143F8);
	text-align:left;
	line-height:35px;
	color:#fff;
	text-indent:10px;
}
.person-box .power{
	display:flex;
	height:50px;
	border-bottom:1px dashed #aaa;
	width:100%;
	justify-content: left;     
	align-items: center;       
}
.person-box .power .tags{
	padding:3px 8px;
	font-size:16px;
	height:16px;
	line-height:16px;
	background-color:#CED6F7;
	border-radius:5px;
	color:#1E3CB3;
	margin-right:10px;
}
.person-box .show{
	width:100%;
	min-height:84px;
	text-align:left;
	padding:10px 0px;
}
.person-box .show ul li{
	list-style:none;
	display:flex;
	height:28px;
	justify-content: left;     
	align-items: center;  
}
.person-box .show ul li img{
	width:15px;
	height:15px;  
	margin-right:10px;
}
.QAbody{
	height:auto;
	position:relative;
}
.QAbody .bigbtn{
	position:absolute;
	bottom:80px;
	left:50%;
	transform:translateX(-50%);
}


.news{
	padding:10px;
	background:#fff;
	box-sizing:border-box;
	border-radius:10px;
	display:flex;
	justify-content: space-between;
	align-items: stretch; 
}
.news_img{
	width:40%;
}
.news_img img{
	width:100%;
	display:block;
}
.news_list{
	width:58%;
	display: flex;
	flex-direction: column;
	padding:30px 0px;
}
.news_list p{
	display:flex;
	font-size:18px;
	justify-content: space-between;     
	align-items: center;  
	line-height:35px;
	border-bottom:1px dashed #aaa;
}
.news_list span{
}
.news_list p a{
	width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color:#000;
	text-decoration:none;
}
.phone{
	display:none!important;
}
/***/
.form-popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.form-container {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  position:relative;
}

.form-container input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin: 8px 0 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-container .btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 5px;
  background-color: #007BFF;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.form-container .cancel {
  background-color: #fff;
  color: black;
  width:55px;
  height:45px;
  font-size: 42px;
  position:absolute;
  right:0px;
  top:0px;
}

.msg-btn {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
}


/***/
@media (max-width: 767px) {
	.pc{
		display:none!important;
	}
	.phone{
		display:block!important;
	}
	.banner,.content{
		width:100%;
		min-width:0%;
	}
	.titlearea{
		margin-bottom:15px;
	}
	.title span{
		font-size:20px;
	}
	.title img{
		height:14px;
	}
	.tip{
		line-height:40px;
		font-size:16px;
	}
	.zizhi{
		width:100%;
		flex-wrap:wrap;
	}
	.zizhi .left{
		width:90%;
		height:200px;
		margin:10px 5%;
		padding:15px 0 0 15px;
	}
	.zizhi .left .textlist b{
		font-size:16px;
		margin-bottom:15px;
	}
	.icon_text{
		font-size:14px;
		margin-bottom:10px;
	}
	.zizhi .left .textlist{
		width:45%;
	}
	.zizhi .left .textlist .bigbtn{
		width: 120px;
		height: 30px;
		background: linear-gradient(180deg,#2773FF,#0143F8);
		border-radius: 0.6rem;
		display: flex;
		align-items: center;
		cursor: pointer;
		justify-content: center;
		font-size: 12px;
		color: #fff;
		font-weight: 700;
		margin-top: 0.31rem;
	}
	.zizhi .left .bigicon img{
		width:100%;
		height:100%;
	}
	.zizhi .left .bigicon{
		width:55%;
		display: flex;
		height: 100%;
		align-items: center;
		box-sizing: border-box;
		padding-left: 0.4rem;
	}
	.zizhi .right{
		width:90%;
		margin:10px 5%;
	}
	.serve_item{
		height:60px;
	}
	.serve_item .item_left img{
		height:20px;
	}
	.serve_item .item_left span {
		font-size: 16px;
	}
	.hover_btn{
		width: 118px;
		height: 34px;
		border-radius: 22px 22px 22px 22px;
		border: 1px solid #0143F8;
		display: flex;
		align-items: center;
		cursor: pointer;
		justify-content: center;
		font-size: 18px;
		color: #0143F8;
	}
	.w100bg {
		background: #F5F6F7;
		padding: 30px 0;
	}
	.gonggao{
		height:auto;
		width:90%;
		margin:10px 5%;
		flex-wrap:wrap;
	}
	.gonggao>img{
		width:100%;
		height:80px;
		object-fit:cover;
		object-position:center top;
	}
	.gonggao_right{
		padding:10px;
	}
	.titleline span{
		font-size:16px;
	}
	.bigimg{
		width:90%;
		margin:10px 5%;
		background:#fff;
		border-radius:10px;
	}
	.bigimg img{
		width:90%;
		margin:10px 5%;
	}
	.tuijie{
		width:90%;
		margin:10px 5%;
		justify-content: space-between;
	}
	.tuijie_item {
		width: 48.5%;
		height:auto;
		margin-right:0%;
		margin-bottom: 24px;
		transition: all .3s;
	}
	.tuijie_item img{
		width:100%;
		height:auto;
	}
	.case{
		width:90%;
		margin:10px 5%;
	}
	.swiper-wrapper{
		width:100%;
	}
	.tab-content .swiper-slide {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.case_item{
		width:100%;
		padding:10px;
	}
	.case_item img{
		width:30%;
		margin:0 10px;
	}
	.case_item .case_text{
		padding:0px;
	}
	.case_text b{
		margin-top:0px;
	}
	.case_text strong{
		font-size:16px;
		margin:5px 0;
	}
	.case_text p{
		font-size:16px;
	}
	.news{
		width:90%;
		margin:10px 5%;
		flex-wrap:wrap;
	}
	.news_img{
		width:100%;
	}
	.news_list{
		width:100%;
		padding:10px 0px;
	}
	.news_list p{
		font-size:15px;
	}
	.team{
		width:90%;
		margin:10px 5%;
		position:relative;
	}
	.team .swiper{
		width:360%;
	}
	.team .swiper-wrapper{
		width:360%;
	}
	.swiper-button{
		width:90vw;
		position:absolute;
		top:50%;
	}
	.swiper .swiper-button-next{
	}
	.QAbody .bigbtn{
		position:absolute;
		bottom:25px;
		left:50%;
		transform:translateX(-50%);
	}
}
