* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  list-style-type: none;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.xiangmu {
  width: 100%;
  background-color: #fff;
      overflow-x: hidden;
	  
	  position: relative;
	  
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  width: 100%;
}
.title {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #114c9d;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.title-one {
  width: 10%;
  background-color: #ffc601;
  padding: 10px;
}
.title-one p {
  font-weight: bold;
  text-align: center;
}
.title-two {
  width: 90%;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: right;
}
.title-two a{margin: 0 15px 0 0;}
.title-two input {
  justify-content: end;
}
.title-two button {
  background-color: #f6cc2e;
  border: 0;
  padding-left: 2px;
  padding-right: 2px;
}
.boad {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  
  justify-content: space-between;
}
.boad-left {
  /*width: 20%;*/
    /*background-image: url(../img/daohangbg.jpg);*/
}
.left1 {
 padding: 10px 10px 50px 10px;
  text-align: left;
  
}
.left1 h2{
font-weight: 500;
    font-size: 32px;
    color: rgba(0,0,0,.87);
    letter-spacing: 0;}


.left2 {
  margin: 4px 10px;
 
  text-align: left;
  color: #222;
}
.left2 p{
    padding: 26px 0 0 0;
	font-size: 18px;
    /*font-weight: 600;
	color: #333;*/
	
}
.left2 p1{font-size: 12px;
    color: #666;}


.left2 :hover {
 
}
.boad-right {
  width: 80%;
  background-color: #fff;
  margin-left: 20px;
}
.right1 {
  width: 80%;
  padding: 2.5% 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 3px solid #124d9c;
}
.right1 p {
  font-size: 20px;
  color: #124d9c;
  padding: 10px;
      font-weight: bold;
}
.right2 {
  width: 80%;
  /*display: flex;*/
  flex-direction: row;
  flex-wrap: wrap;
      padding: 5% 0 0 0;
}
.right2 p{
font-size: 18px;
    line-height: 34px;
	font-family: PingFangSC-Semibold!important;
	
	
	    margin: 0 auto;

}
.right2 h3{
text-align: center;
    line-height: 60px;}


.right2s {
  width: 23%;
  display: flex;
  flex-direction: column;
    margin: 13px 13px 0 0;
  padding: 5px;
}
.right2s img {
  width: 100%;
}
.right2s p {
  text-align: center;
  color: #000;
}

.new {
 /* width: 80%;*/
 padding: 0 10%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  background-image: url(../img/xinwenbg.jpg);
}
.news {
  width: 20%;
  height: 500px;
  display: flex;
  flex-direction: column;
  background-image: url(../img/02.jpg);
  margin: 30px;
  border-radius: 10px;
}
.news img {
  width: 100px;
  height: 100px;
  padding-left: 99px;
  padding-top: 40px;
}
.news:hover {
  background-image: url(../img/01.jpg);
}
.news h3 {
  padding-top: 30px;
  color: #fff;
  text-align: center;
}
.news h5 {
  color: #fff;
  padding-top: 30px;
  text-align: center;
}
.news p {
  color: #fff;
  padding: 15px;
  margin-top: 30px;
}

.list {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid #e9e9e9;
}
.lists {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.listss {
  animation: rolling 18s linear infinite;
  position: absolute;
  display: flex;
}
.listss img {
  
  margin-right: 10px;
  margin-top: 20px;
}

@keyframes rolling {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.lsone {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.lsone1 {
  width: 68%;
  display: flex;
  flex-direction: column;
}
.lsone11 {
  display: flex;
  flex-direction: row;
  background-color: #fff;
}
.lsone11 img {
  height: 300px;
}
.lsone11 p {
  margin-left: 20px;
  margin-top: 20px;
}
.lsone2 {
  width: 28%;
}
.lsone22 {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.lsone22 img {
  width: 90%;
  margin: 0 auto;
  height: 150px;
  padding-top: 20px;
}
.lsone22 p {
  padding-left: 20px;
  line-height: 30px;
}
.lsone3 {
  /*width: 80%;*/
  padding: 25px 10%;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
   background-image: url(../img/newbg.jpg);
}
.lsone3s {
  width: 32%;
  display: flex;
  flex-direction: column;
  /*background-color: #fff;*/
}
.lsone33 ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
}
.lsone33 ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.lsone33 ul li a {
  color: #114c9d;
}
.lsone33 ul li a:hover {
  color: red;
}
.lsone4 {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.lsone44 {
  display: flex;
  flex-direction: row;
  background-color: #fff;
}
.lsone4s {
  margin-top: 20px;
  text-align: center;
}
.lsone4s img {
  width: 200px;
  height: 50px;
  padding: 20px;
  object-fit: cover;
}





/*响应 */
@media only screen and (min-width: 320px) and (max-width: 768px) {
.left1{padding: 10px 10px 0px 10px; }
.toubuzi{display: none; }
.right1{width: 100%;}
  .xiangmu {
    width: 100%;
    background-color: #fff;
	overflow-x: hidden;
  }
  .swiper {
    width: 100%;
  }
  .right2 img{ width:90%; height:100%;  margin:0 auto;object-fit: contain;}
  .swiper-slide img {
    width: 100%;
  }
  .title {
    width: 90%;
  }
  .title-one {
    width: 20%;
  }
  .title-two {
    width: 80%;
  }
  .boad {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  
  .boad-left {
    width: 100%;
    background-color: #ccc;
  }
  .boad-right {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .right2 {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .right2s {
    width: 30%;
    display: flex;
    flex-direction: column;
    margin: 5px;
    padding: 0px;
  }
  .right2s img {
    width: 100%;
  }
  .new {
    /*width: 90%;*/
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .news {
    width: 40%;
    height: 150px;
    margin: 0px;
    padding: 0px;
    margin-left: 30px;
    margin-top: 20px;
    /*background-image: url(../img/02.jpg);*/
	background:url(../img/02.jpg);
    border-radius: 10px;
  }
  .news img {
    width: 90%;
    height: 100px;
    padding-left: 10px;
    padding-top: 10px;
  }
  .news:hover {
   /* background-image: url(../img/01.jpg);*/
	background: url(../img/01.jpg);
  }
  .news h3 {
    padding-top: 0px;
    color: #fff;
    text-align: center;
  }
  .news h5 {
    display: none;
  }
  .news p {
    display: none;
  }

  .list {
    width: 90%;
  }
  .lsone {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .lsone1 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .lsone11 {
    display: flex;
    flex-direction: row;
    background-color: #fff;
  }
  .lsone11 img {
    width: 100%;
  }
  .lsone11 p {
    display: none;
  }
  .lsone2 {
    width: 100%;
  }
  .lsone22 img {
    width: 90%;
    margin: 0 auto;
    height: 300px;
    padding-top: 20px;
  }
  .lsone3 {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .lsone3s {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }
  .lsone33 ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
  }
  .lsone33 ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .lsone33 ul li a {
    color: #114c9d;
  }
  .lsone33 ul li a:hover {
    color: red;
  }
  .two-right ul li p{ font-size:10px;
  white-space: nowrap;
    text-overflow: ellipsis;}
	.title{ display:none;}
}
