body{
  margin:0px;
  padding:0px;
  font-family: "微软雅黑";
  color: #333;
  background-color: #f5f5f5;	
}

.header{
	width: 100%;
  float: left;
	height: auto;
  background: url("../images/header.jpg") no-repeat center left;
  background-size: cover;
}

.wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
	float: left;
  width: 30%;
  min-width: 230px;
  max-width: 320px;
  margin: 20px 0px;
}

.logo img{
  width: 100%;
  height: auto;
}

.logo img:hover{scale: 1;}

.search{
  width: 25%;
  min-width: 200px;
  height: 36px;
  float: right;
  margin-top: 40px;	
  padding: 5px 20px 5px 20px;
background-color:#f2f2f2;
  border-radius: 18px ;
}

.search:focus {
  outline: none; /* 移除焦点时的 outline 样式 */
}

.search input:focus {
  outline: none; /* 移除焦点时的 outline 样式 */
}

@media screen and (max-width:576px) {
  .search {
    display: none;
  }
}


.menu{
	width: 100%;
  float: left;
  height: 3rem;
	background-color:#0066cc;
}

.menu .wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.menu .menu-list{
  width: 100%;
  margin: 0rem auto;
  display: flex;
  justify-content:space-between;
}

.menu .menu-list li{
  width: 6rem;
  text-align: center;	
}

.menu .menu-list li a{
  color:#fff;
  font-size:1rem;
  line-height: 3rem;
}

.menu .menu-list li a:hover{
  color:#ff0;	
}

.menu .button {
  display: none;	
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content:center;
  color: #fff;
  font-size:1.5rem;
  line-height: 3rem;
  cursor: pointer;
  position:absolute;
  top:0;
  z-index: 5;
}

.menu .menu2-list {
  display: none;
  position: absolute;
  top: 3rem;
  width: 100vw;
  height: auto;
  float: right;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 102, 204, 0.7); 
  overflow-y: scroll;  
  z-index: 4;
}

.menu .menu2-list  li{
  width: 25%;
  float: left;
  text-align: center;
  height: auto;
}

.menu .menu2-list li a {
  /* Fixed max-width and removed duplicate font-size */
  width: 90%;
  margin: 0 5%;
  float: left;
  line-height: 3rem;
  text-decoration: none;
  color:  rgba(255, 255, 255, 1);
  font-size: var(--font-size-large2);
  font-weight: 700;
}

.menu .menu2-list li a:hover {

  color:  rgb(255, 255, 0);

}


#banner {
  width: 100%;
  float: left; 
}

#banner img:hover{scale: 1;}

#zuo {
  color: #fff;
  background-color: rgba(0,0,0, 0.5);
  border-radius: 0.5rem;
  width: 2rem;
  height: 4rem;
  text-decoration:none;
  position: absolute;
  top: 45%;
  left: 5%;
}

#zuo:hover {
  background-color: rgba(0,0,0, 0.7);
}

#you {
  color: #fff;
  background-color: rgba(0,0,0, 0.5);
  border-radius: 0.5rem;
  width: 2rem;
  height: 4rem;
  text-decoration:none;
  position: absolute;
  top: 45%;
  right: 5%;
}

#you:hover {
  background-color: rgba(0,0,0, 0.7);
}

#banner-bar {
  display: none;
  width: 6rem;
  height: 1.5rem;
  background-color:  rgba(0, 0, 0, 0.5); 
  border-radius: 5px;
  position: absolute;
  bottom: 2%;
  left: 30%;
}

.aitools {
	width: 100%;
  float: left;
	height: auto;
}

.aitools .wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.aitools .aibar {
	width: 100%;
  height: 100%;
  position: relative;
  top: -50px;
  left:0px;
  z-index: 2;
  background-color: #fff;
  border-radius: 30px 0px 30px 0px;
  box-shadow: 0px 5px 3px 0px #ccc;
  display: flex;
  align-items: stretch;
}

.aitools .aibar .title {
	width:5rem;
  float: left;
  margin: auto 0rem auto 1.5rem;
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: right;
}

.aitools .aibar .tools {
  width: calc(100% - 7rem);
  float: left;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aitools .aibar .tools a {
	width: 12.5%;
  float: left;
  text-align: center;
}

@media screen and (max-width:576px) {
  .aitools .aibar {
    width: 100%;
    height: 100%;
    position: relative;
    top: 1rem;
    left:0px;
    z-index: 2;
    background-color: #fff;
    border-radius: 30px 0px 30px 0px;
    box-shadow: 0px 5px 3px 0px #ccc;
    display: flex;
    align-items: stretch;
  }

  .aitools .aibar .tools a {
    width: 25%;
    float: left;
    text-align: center;
  }
}
.aitools .aibar .tools a img {
	width: 100%;
  max-width: 60px;
  margin: 0 auto;
  height: auto;
  float: none;
}

.aitools .aibar .tools a span {
	width: 100%;
  float: left;
  text-align: center;
  font-size: 1rem;	
}

.aitools .aibar .tools a:hover span {
	color: #0066cc;
}

.news{
	width: 100%;
  float: left;
	height: auto;
}

@media screen and (max-width:576px) {
 .news {
    width: 100%;
    height: auto;
    margin-top: 3rem;
  }	
 }


.news .title{
	width: 100%;
  float: left;
  height:50px;
}
.news .title .biaoti{
	width: 180px;
  float: left;
}

.news .title .more{
	width: 150px;
  margin-top: 10px;
  float: right;
}

.news .title .more a {
  font-weight: bold;
	color:#ff3300;
}

.news .title .more a:hover {
  color: #0066cc;
}

.news .news-row {
  width: 100%;
  display: flex;
  align-self: stretch;
}
.news .pic {
  width: 40%;
  float: left;
  height: auto;
  margin: 10px;
  background: url("../images/picbg.png") no-repeat center center;
  background-size: cover;
  padding: 10px;

}

.news .pic-img-container {
  position: relative;
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
}

.news .pic-img li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.news .pic-img li.active {
  display: block;
}

.news .pic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .pic-point {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  z-index: 5;
}

.news .pic-point li {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

.news .pic-point li.active {
  background-color: #fff;
}

.news img:hover{scale: 1;}

.news .detail {
	width: 54%;
  float: right;
  height: auto;
  padding: 20px 0px 20px;

}

.news .detail ul {
	width: 100%;
  height: 100%;
  float: left;
  display: contents; /* 让 ul 元素不产生布局空间 */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news .detail ul li {
	width: 99%;
  height: 2.5rem;
  line-height: 2.5rem;
  float: left;

  padding-left: 1%;
  border-bottom: solid 3px #ff3300;
  background-color: #fff;

}

.news .detail ul li:hover {
  background-color: #ff3300;
}

.news .detail ul li a{
	width: 70%;
  height: 2.5rem;
  line-height: 2.5rem;
  float: left;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .detail ul li span{
	width: 30%;
  height: 2.5rem;
  line-height: 2.5rem;
  float: right;
}

.news .detail ul li:hover a {
  color: #fff;
}

.news .detail ul li:hover span {
  color: #fff;
}

@media screen and (max-width:768px) {
 .news .news-row {
  width: 100%;
  display: block;
  align-self: stretch;
}
  .news .pic {
    width: 100%;
    margin: 0 auto;
  }
  .news .detail {
    width: 100%;
    margin: 0 auto;
  }
.news .detail ul li {
margin-top:1rem;
}
}


.szxy {
	width: 100%;
  float: left;
	height:auto;
  margin-top: 3rem;
  background: url("../images/szxybg.png") no-repeat top center ;
  background-size: cover;
}

.szxy img:hover{scale: 1;}

.szxy .title {
	width: 100%;
  float: left;
  height:3.5rem;
  margin-top: 0rem;
  text-align: center;
  overflow: hidden;
  background: url("../images/szxy.png") no-repeat center center;

}

.title2 {
	width: 100%;
  float: left;
  height:3.5rem;
  margin-top: 0rem;
  text-align: center;
  overflow: hidden;
  background: url("../images/jsfw.png") no-repeat center center;

}

.szxy .detail {
	width: 100%;
  float: left;
  height:auto;
  padding:10rem 0px 10rem 0px;
  text-align: center;
}

.szxy .detail ul {
	width: 100%;
  float: left;

}

.szxy .detail ul li {
	width: 16.66%;
  float: left;
  text-align: center;
}

@media screen and (max-width:576px) {

  .szxy .detail ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    
  }
}

.szxy .detail ul li .out {
	border-radius: 50%;
  border: dashed 2px #0066cc;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  padding: 0.15rem;
  position: relative;
}

.szxy .detail ul li .in {
	border-radius: 50%;
  background-color:  #0066cc;
  width: 7.4rem;
  height: 7.4rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 7.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.szxy .detail ul li span {
	width: 100%;
  float: left;
  text-align: center;
  font-size: 1.1rem;	
  color: #fff;
  line-height: 3rem;
}

.szxy .detail ul li:hover .out{
  border: dashed 2px #ff3300;
}

.szxy .detail ul li:hover .in {
  background-color:  #ff3300;
}

.szxy .detail ul li:hover span {
  color: #ff3300;
}

.jsfw {
	width: 100%;
  float: left;
}

.jsfw .biaoti img:hover{scale: 1;}

.jsfw .title{
	width: 100%;
  float: left;
  height:2.5rem;
}
.jsfw .title .biaoti{
	width: 10rem;
  float: left;
}

.jsfw .fwdt {
	width: 59%;
  float: left;
  padding: 1rem;

  margin: 1.5rem 0px;
}

.jsfw .fwdt ul {
	width: 100%;
  float: left;
  background-color: #fff;
  margin-top: 1rem;
}

.jsfw .fwdt ul li {
	width: 25%;
  height: auto;
  float: left;
  margin-top: 1rem;
}

.jsfw .fwdt ul li .icon {
	width: 99.9%;
  float: left;
  border-right:#999 solid 1px;
  text-align: center;
}

.jsfw .fwdt ul li .icon img {
	width: 50%;
  min-width: 60px;
  max-width: 90px;
  height: auto;
  transition: transform 0.5s;
}

.jsfw .fwdt ul li .icon img:hover{
  transform: scale(1.2);
}

.jsfw .fwdt ul li span {
	width: 100%;
  float: left;
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;

}

.jsfw .fwdt ul li:hover span {
  color: #0066cc;
}

.jsfw .xxaq {
	width: 40%;
  float: right;
  padding: 1rem;
  margin: 1.5rem 0px;
}

.jsfw .xxaq ul {
	width: 100%;
  float: left;

  margin-top: 0rem;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jsfw .xxaq ul li {
	width: 48%;
  float: left;
  margin-top: 1rem;
  background-color: #fff;
}


.jsfw .xxaq ul li .icon {
	width: 100%;
  float: left;
  text-align: center;
}

.jsfw .xxaq ul li .icon img {
	width: 50%;
  min-width: 60px;
  max-width: 90px;
  height: auto;
  transition: transform 0.5s;
}

.jsfw .xxaq ul li .icon img:hover{
  transform: scale(1.2);
}

.jsfw .xxaq ul li span {
	width: 100%;
  float: left;
  text-align: center;
  line-height: 1rem;
  padding-bottom: 1.17rem;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

.jsfw .xxaq ul li:hover span {
  color: #0066cc;
}

@media screen and (max-width:768px) {
  .jsfw .fwdt {
    width: 100%;
    float: left;
  }
  .jsfw .xxaq {
    width: 100%;
    float: left;
  }
  .jsfw .xxaq ul {
    width: 100%;
    float: left;
    margin-top: 1rem;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .jsfw .xxaq ul li {
    width: 25%;
    float: left;
    margin: 0rem;
  }

}

.footer  {
	width: 100%;
  float: left;
  padding: 40px 0px;
  background-color: #0066cc;
}

.footer span {
	width: 100%;
  float: left;
  text-align: center;
  line-height: 36px;	
  color: #fff;
}

.airight {
	width: 150px;
  height: 400px;
  display: block;
  position: fixed;
  top: 25%;
  right: 0px;
  z-index: 3;
  margin:0px;
  padding:8px;
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
  box-shadow: 0px 5px 3px 0px #ccc;
}

@media screen and (max-width:1000px) {
  .airight {
    display: none;
  }
}

.airight .title {
	width:134px;
  float: left;
  text-align: center;
  font-size: 28px;
  line-height: 50px;
}

.airight .tools {
	width: 134px;
  float: left;
}

.airight .tools a {
	width: 67px;
  float: left;
}

.airight .tools a img {
	width: 45px;
  height: 42px;
  margin: 8px 12px 8px 12px;
}
.airight .tools a span {
	width: 67px;
  float: left;
  text-align: center;
  font-size: 0.8rem;	
}

.airight .tools a:hover span {
	color: #0066cc;
}

.content  {
	width: 100%;
  float: left;
  display:flex;
  align-items: stretch;
  background-color: #fff;
}



.content .left{
  width: 18%;
  float: left;  
  background-color: #fff;
}

@media screen and (max-width:1000px) {
  .content .left{
    width: 15%;
    float: left;  
  }
}

@media screen and (max-width:768px) {
  .content .left{
    width: 100%;
    float: left;  
    background-color: #fff;
  }
}
.content .left .lanmu {
  width: 100%;
  float: left;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #0066cc;
  text-align: center;
}

.content .left ul{
  width: 100%;
  float: left;
}

.content .left ul li{
  width: 100%;
  float: left;
  height: 5rem;
  line-height: 5rem;
  background-color: #fff;
  border-bottom: solid 1px #0066cc;
  font-size: 1rem;
  color: #0066cc;
  text-align: center;
}

@media screen and (max-width:768px) {
  .content .left .lanmu {
    width: 100%;
    float: left;
    align-items: center;

  }
  .content .left ul{
    width: 100%;
    float: left;
    border-bottom: solid 1px #0066cc;
  }
  .content .left ul li{
    width: auto;
    padding: 0 1rem;
    float: left;
    border-bottom: 0px;
  }
}

.content .left ul li:hover {
  background-color: #0066cc;
  color: #fff;
}

.content .left ul li:hover a{
  color: #fff;
}

.content .right{
  width: 82%;
  float: right;
  background-color: #fff;
}

@media screen and (max-width:1000px) {
  .content .right{
    width: 85%;
    float: right;
  }
}

@media screen and (max-width:768px) {
 .content .right{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
  }
}

.content .right .path{
  width: 95%;
  padding-left: 5%;
  float: left;
  height: 5rem;
  line-height: 5rem;
  font-weight: bold;
  border-bottom: solid 1px #0066cc;
}

@media screen and (max-width:768px) {
  .content .right .path{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
  }
}

.content .right .path a{
  font-weight:normal;	
}

.content .right .list{
  width: 95%;
  padding-left: 5%;
  float: left;
  margin-top: 1rem;	
}

.content .right .list ul{
  width: 100%;
  float: left;
}

.content .right .list ul li{
  width: 100%;
  float: left;
  height: 3rem;	
  line-height: 3rem;
  border-bottom: dashed 1px #ccc;
}

.content .right .list ul li:hover{
  background-color: #f5f5f5;
}

.content .right .list ul li a{
  width: 70%;
  float: left;
  padding-left: 0;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .right .list ul li span{
  width: 30%;
  float: right;
  text-align: center;	
}