@charset "utf-8";
.fuquan{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #038792;
	border-radius: 50%;
	color: #333;
	margin-right: 20px;
	background: #fff;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.quan{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #038792;
	border-radius: 50%;
	color:#fff;
	margin-right: 20px;
	background:#1780B3;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.quan p{
color: #929292;	
	
}
.awesome-div {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: calc(95% - 30px);
  padding: 20px 0;
  
}
.awesome-div a {
	padding: 0;
	margin: 0;
}
.awesome-div i:hover {
  background-color:#06609A;
}

.awesome-div i {
	width: 50px;
	height: 50px;
	line-height: 50px;
  font-size: 18px;
color: #fff;
	border-radius: 50%;
	background: #0687A8;
	transition: background-color 0.3s ease-in-out;
}

.contentaw {
  width: 100%;
	text-align: left;
	margin-left: 30px;
}

.contentaw h2 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
}

.contentaw p {
  font-size: 13px;
	line-height: 25px;
  margin-top: 0;
	color:#A2A2A2;
  margin-bottom: 0;
}


.containert {
	padding-left: 1.2%;
	padding-right: 1.2%;
	width: 100%;
	margin: auto;
	max-width: 1280px;
	margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
.boxt {
	background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 32%;
	text-align: left;
  }
  
  .boxt img {
	  cursor: pointer;
	  position: relative;
	  padding: 10px;
	border: 1px solid #CECECE;
    width: 100%;
    height: auto;
  }
  

  .boxt p {
    margin-left: 20px ;
	  margin-right: 20px;
	  margin-top: 10px;
	  line-height: 28px;
  }
.container {
	position: relative;
  text-align: center;
  display: flex;
	justify-content: center;
  justify-content: space-between;
 width: 100%;
	max-width: 1280px;
}
.box {
	position: absolute;
	top:-350px;
	
  width: calc(80%);
  padding: 40px;
  text-align: center;
  background:  rgba(255,255,255,0.7);
	border-radius: 10px;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);	
  
}
#bsd{
	left:0;
	transition: transform 0.5s ease;
}
#bjy{
	right:0;
	transition: transform 0.5s ease;
}
#bnl{
	z-index: 4;
  left: 50%;
  transform: translate(-50%);
	transition: transform 0.5s ease;
}
.fugaiding {
	position: absolute;
	top:-350px;
  width: calc(80%);
  padding: 40px;
  text-align: center;
  background:rgba(200,242,253,0.95);
	border-radius: 10px;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);	
  z-index: 5;
}


.hengbiao a{
	padding: 5px 10px;
}
.title {
  font-size: 18px;
  margin-bottom: 10px;
}

.description {
  font-size: 14px;
	color: #545454;
}
.button1 {
	margin-top:20px;
  font-size: 14px;
  color: #fff; /* 深灰色 */
  background-color:#9B9B9B;
 border: none;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s ease; /* 平滑过渡 */
	width: 80px;
	border-radius: 5px;
}

.button1:hover {
  color: #000; /* 淡蓝色 */
  background:#F2F5FA; /* 淡蓝色 */
}


/* modal遮罩层 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7); /* 半透明黑色背景 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100; /* 让遮罩层在最上层 */
}/* CSS Document */




.kehuxiang {
  display: flex;
	margin: auto;
	width: 100%;
	max-width: 1280px;
	background: #fff;
	
}

.kehutu {
	margin:30px 30px 30px 50px;
  width: 300px;
	height: 250px;
  border-radius: 50%; /* 设置为椭圆形 */
padding:30px;
	background-size: cover;
}

.kehuzi {
  flex: 1; /* 剩余宽度全部分配给文字区域 */
  padding: 30px;
	margin-left:20px;
	position: relative;
}
.tabbox{width:100%;max-width: 1280px; height:340px;margin:30px auto;background:#f0f0f0;font-family:'微软雅黑';}
.tabbox .tab{overflow:hidden;background:#ccc;position: absolute;top:320px;left: 50%;
  transform: translateX(-50%);border-radius: 50px;height: 10px}
.tabbox .tab a{display:block;float:left;text-decoration:none;color:#333;}
.tabbox .tab a:hover{background:#E64E3F;color:#fff;text-decoration:none;}
.tabbox .tab a.on{background:#E64E3F;color:#fff;text-decoration:none;}
.tabbox .content{overflow:hidden;width:100%;max-width: 1280px;height:340px;position:relative;}
.tabbox .content ul{position:absolute;left:0;top:0;height:340px;}
.tabbox .content li{height:340px;float:left;}
.tabbox .content li p{padding:10px;}
.dihe{
	display: flex;width: 100%; max-width: 1280px; background: #fff; padding:20px;margin:auto;
}
.zixun{
	width: 50%;text-align: left; padding:10px 20px 10px 50px; border-right: 1px dashed #ccc;
}
.daohang{
	width: 50%;text-align: left;
}
.beijing{
	border-bottom: 1px solid #fff; padding:15px 10px;
}
.beijing:hover{
	background-color: #fff;
}
