body {
  background-color: #fff;
}
.header {
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #fff;
}
.header .centent {
  width: 1710px;
  height: 110px;
  margin: 0 auto;
}
.header .centent .logo {
  display: flex;
  align-items: center;
}
.header .centent .list .item {
  width: 100px;
  height: 110px;
}
.header .centent .list .item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 110px;
  font-size: 16px;
}
.header .centent .list .item a:hover,
.header .centent .list .item a.art {
  background-color: #28b2ac;
  color: #fff;
}
.header .centent .right .search {
  width: 192px;
  height: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.header .centent .right .search input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  padding-left: 10px;
}
.header .centent .right .search .btn {
  width: 40px;
  height: 30px;
  background-color: #28b2ac;
  border-radius: 5px;
}
.header .centent .right .hr {
  height: 20px;
  border: 1px solid #ccc;
  margin: 0 15px;
}
.header .centent .right .language {
  font-size: 16px;
  height: 40px;
  position: relative;
}
.header .centent .right .language .icon-diqiu1 {
  font-size: 24px;
  font-weight: 100;
  color: #555;
}
.header .centent .right .language .icon-xiajiantou {
  font-size: 14px;
}
.header .centent .right .language .xiala {
  display: none;
  position: absolute;
  top: 40px;
  left: 30px;
  background-color: #fff;
  width: 100px;
}
.header .centent .right .language .xiala div {
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.header .centent .right .language .xiala div:hover {
  background-color: #ccc;
}
.header .centent .right .language:hover .lge,
.header .centent .right .language:hover .icon-xiajiantou {
  color: #3ebcb4;
}
.header .centent .right .language:hover .xiala {
  display: block;
}
.header .centent .gengduo {
  font-size: 24px;
  display: none;
}
.banner {
  height: 635px;
  width: 100%;
  position: relative;
  margin-top: 110px;
  display: flex;
  overflow: hidden;
}
.banner .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100vw;
  height: 635px;
}
.banner .swiper .swiper-wrapper .swiper-slide a.pc {
  display: block;
}
.banner .swiper .swiper-wrapper .swiper-slide a.Android {
  display: none;
}
.banner .swiper .swiper-wrapper .swiper-slide a img {
  min-width: 100vw;
  height: 635px;
}
.list-1 {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.list-1 .centent {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.list-1 .centent h4 {
  color: #28b2ac;
  font-size: 40px;
}
.list-1 .centent p.f30 {
  margin: 15px 0;
}
.list-1 .centent .hr {
  border: 1px solid #28b2ac;
  width: 35px;
  margin-bottom: 30px;
}
.list-1 .centent .text {
  width: 1400px;
  overflow: hidden;
  display: flex;
  margin: 0 auto;
}
.list-1 .centent .text .list {
  width: 300%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  left: 0;
  display: flex;
}
.list-1 .centent .text .list .item {
  width: 330px;
  height: 402px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.list-1 .centent .text .list .item img {
  height: 200px;
  width: auto;
  margin-bottom: 50px;
}
.list-1 .centent .text .list .item p {
  margin-bottom: 20px;
}
.list-1 .centent .text .list .item:hover {
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
}
.list-1 .centent .text .list .item:hover p {
  color: #3ebcb4;
}
.list-1 .centent .text .list .item:hover p.f15 {
  display: block;
}
.list-1 .centent .more {
  position: absolute;
  right: 0;
  top: 80px;
  font-size: 16px;
  color: #28b2ac;
}
.list-1 div.left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 30px;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.list-1 div.left:hover {
  background-color: #28b2ac;
  border: none;
  color: #fff;
}
.list-1 div.right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.list-1 div.right:hover {
  background-color: #28b2ac;
  border: none;
  color: #fff;
}
.list-2 {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.list-2 .centent {
  width: 1400px;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}
.list-2 .centent h4 {
  color: #28b2ac;
  font-size: 40px;
}
.list-2 .centent p.f30 {
  margin: 15px 0;
}
.list-2 .centent .hr {
  border: 1px solid #28b2ac;
  width: 35px;
  margin-bottom: 30px;
}
.list-2 .centent .list {
  width: 100%;
}
.list-2 .centent .list .item {
  width: 688px;
  cursor: pointer;
}
.list-2 .centent .list .item h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0;
}
.list-2 .centent .list .item p.f14 {
  color: #999;
}
.list-2 .centent .list .item p.f15 .iconfont {
  font-weight: bold;
  font-size: 14px;
}
.list-2 .centent .list .item .bottom {
  margin: 30px 0 40px;
}
.list-2 .centent .list .item .bottom p {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  margin-right: 50px;
}
.list-2 .centent .list .item .bottom p .iconfont {
  margin-right: 20px;
  font-size: 16px;
}
.list-2 .centent .list .item .bottom p .iconfont.icon-rili-xianxing-xi {
  font-size: 20px;
}
.list-2 .centent .list .item:hover h5 {
  color: #28b2ac;
}
.list-2 .centent .list .item:hover p.f15 {
  color: #28b2ac;
}
.list-2 .more {
  position: absolute;
  right: 0;
  top: 80px;
  font-size: 16px;
  color: #28b2ac;
}
.list-3 {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.list-3 .centent {
  width: 1400px;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}
.list-3 .centent h4 {
  color: #28b2ac;
  font-size: 40px;
}
.list-3 .centent p.f30 {
  margin: 15px 0;
}
.list-3 .centent .hr {
  border: 1px solid #28b2ac;
  width: 35px;
  margin-bottom: 30px;
}
.list-3 .centent .list .item {
  width: 450px;
  height: 305px;
  position: relative;
  cursor: pointer;
  margin-bottom: 35px;
  margin-right: 16px;
}
.list-3 .centent .list .item .see {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.7);
}
.list-3 .centent .list .item .solu {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.list-3 .centent .list .item .solu .more {
  position: absolute;
  top: 270px;
  right: 15px;
  font-size: 14px;
}
.list-3 .centent .list .item .solu .more .iconfont {
  font-size: 14px;
}
.list-3 .centent .list .item:hover .see {
  opacity: 0;
}
.list-3 .centent .list .item:hover .solu {
  opacity: 1;
}
.list-3 .more {
  position: absolute;
  right: 0;
  top: 80px;
  font-size: 16px;
  color: #28b2ac;
}
.list-4 {
  margin-top: 50px;
  background: url(../images/100013.png) no-repeat top center;
  background-size: 100%;
}
.list-4 .centent {
  width: 1710px;
  margin: 0 auto;
  padding-top: 100px;
}
.list-4 .centent h3 {
  font-size: 50px;
  font-weight: normal;
  color: #fff;
}
.list-4 .centent .box {
  width: 1710px;
  height: 500px;
  box-shadow: 0 0 5px rgba(225, 225, 225, 0.4);
  border-radius: 15px;
  margin-top: 60px;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 50px;
}
.list-4 .centent .box h4 {
  color: #28b2ac;
  font-size: 40px;
}
.list-4 .centent .box p.f30 {
  margin: 15px 0;
  font-size: 24px;
}
.list-4 .centent .box .hr {
  border: 1px solid #28b2ac;
  width: 35px;
  margin-bottom: 30px;
}
.list-4 .centent .box .list {
  width: 1400px;
}
.list-4 .centent .box .list .item {
  height: 236px;
  width: 275px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 2;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 0 10px 0 10px;
  cursor: pointer;
}
.list-4 .centent .box .list .item img {
  height: 80px;
  width: auto;
  margin-bottom: 25px;
}
.list-4 .centent .box .list .item img.a2 {
  display: none;
}
.list-4 .centent .box .list .item:hover {
  background-color: #28b2ac;
  color: #fff;
}
.list-4 .centent .box .list .item:hover .aaa {
  color: #fff;
}
.list-4 .centent .box .list .item:hover img.a2 {
  display: block;
}
.list-4 .centent .box .list .item:hover img.a1 {
  display: none;
}
.list-5 {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  margin-top: -8px;
  padding-bottom: 50px;
}
.list-5 .centent {
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
}
.list-5 .centent h4 {
  color: #28b2ac;
  font-size: 40px;
}
.list-5 .centent p.f30 {
  margin: 15px 0;
  font-size: 24px;
}
.list-5 .centent .hr {
  border: 1px solid #28b2ac;
  width: 35px;
  margin-bottom: 30px;
}
.list-5 .centent .box .left {
  width: 510px;
  display: flex;
  flex-direction: column;
}
.list-5 .centent .box .left .btn {
  display: flex;
  margin-bottom: 15px;
}
.list-5 .centent .box .left .btn div {
  width: 192px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 0 5px rgba(225, 225, 225, 0.8);
  font-size: 14px;
  cursor: pointer;
}
.list-5 .centent .box .left .btn div.art,
.list-5 .centent .box .left .btn div:hover {
  background-color: #28b2ac;
  color: #fff;
}
.list-5 .centent .box .left img {
  width: 513px;
  height: auto;
}
.list-5 .centent .box .center {
  margin: 0 35px;
}
.list-5 .centent .box .center .list {
  padding-top: 65px;
}
.list-5 .centent .box .center .list .item {
  width: 100%;
  margin-bottom: 20px;
}
.list-5 .centent .box .center .list .item .riqi {
  width: 130px;
  height: 82px;
  background-color: #f6f5f5;
  margin-right: 15px;
}
.list-5 .centent .box .center .list .item .text {
  width: 85%;
}
.list-5 .centent .box .center .list .item .text p.f16 {
  color: #333;
  margin-bottom: 10px;
}
.list-5 .centent .box .center .list .item .text p.f14 {
  color: #999;
}
.list-5 .centent .box .center .list .item:hover .riqi {
  background-color: #28b2ac;
  color: #fff;
}
.list-5 .centent .box .center .list .item:hover .text p.f16 {
  color: #28b2ac;
}
.list-5 .centent .box .right {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.list-5 .centent .box .right .top {
  width: 352px;
  height: 66px;
  padding: 0 20px;
  box-sizing: border-box;
}
.list-5 .centent .box .right .top .iconfont {
  font-size: 20px;
  color: #28b2ac;
}
.list-5 .centent .box .right .text {
  width: 352px;
  height: auto;
  background-color: #f6f5f5;
  padding: 10px 30px;
  box-sizing: border-box;
}
.list-5 .centent .box .right .text .list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 102px;
  border-bottom: 1px solid #999;
}
.list-5 .centent .box .right .text .list .item p.f16 {
  margin-bottom: 10px;
}
.list-5 .centent .box .right .text .list .item p.f14 {
  text-indent: 2em;
  color: #999;
}
.list-5 .centent .box .right .text .list .item:hover p.f16 {
  color: #28b2ac;
}
.list-5 .centent .btns {
  width: 182px;
  height: 50px;
  background-color: #28b2ac;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}
.list-5 .centent .btns a {
  width: 182px;
  height: 50px;
  display: block;
  border-radius: 50px;
}
.footer {
  width: 100%;
  background-color: #1c504d;
}
.footer .centent {
  border-bottom: 1px solid #426b69;
}
.footer .centent .list {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 42px 0 30px;
}
.footer .centent .list .item {
  color: #fff;
}
.footer .centent .list .item h5 {
  font-size: 18px;
  margin-bottom: 25px;
}
.footer .centent .list .item p {
  font-size: 15px;
  line-height: 2;
  color: #ddd;
}
.footer .centent .list .item p .iconfont {
  font-size: 16px;
  margin-right: 10px;
}
.footer .centent .list .item:nth-child(5) {
  width: 286px;
}
.footer .centent-2 {
  border-bottom: 1px solid #426b69;
}
.footer .centent-2 .list {
  width: 1400px;
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.footer .centent-2 .list .item {
  margin-right: 20px;
  font-size: 14px;
  color: #d7dad9;
}
.footer .centent-2 .list .item a {
  font-size: 14px;
  color: #778f8f;
}
.footer .centent-3 {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #d7dad9;
  font-size: 14px;
  padding: 15px 0;
}
@media screen and (max-width: 1710px) {
  .header .centent {
    width: 95%;
  }
  .list-4 .centent {
    width: 95%;
  }
  .list-4 .centent .box {
    width: 98%;
  }
}
@media screen and (max-width: 1400px) {
  .list-1 .centent {
    width: 80%;
  }
  .list-1 .centent .list {
    margin-left: 51%;
  }
  .list-2 {
    margin-top: 20px;
  }
  .list-2 .centent {
    width: 90%;
  }
  .list-2 .centent h4 {
    font-size: 30px;
  }
  .list-2 .centent p.f30 {
    font-size: 20px;
    margin: 6px 0 10px;
  }
  .list-2 .centent .more {
    display: none;
  }
  .list-2 .centent .list .item {
    margin-bottom: 30px;
  }
  .list-2 .centent .list .item .bottom {
    margin: 15px 0 20px;
  }
  .list-2 .centent .list .item .bottom p {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
  .list-2 .centent .list .item .bottom p .iconfont {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    height: 80px;
  }
  .header .centent {
    width: 100%;
    height: 80px;
  }
  .header .centent .list .item {
    width: 80px;
  }
  .list-1 .centent {
    width: 80%;
  }
  .list-1 .centent .list {
    margin-left: 75%;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    height: 80px;
  }
  .header .centent {
    width: 95%;
  }
  .header .centent .list {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
  .header .centent {
    justify-content: space-between;
    width: 90%;
    height: 50px;
    z-index: 99;
    position: relative;
  }
  .header .centent .logo {
    width: 100px;
    height: auto;
  }
  .header .centent .list {
    position: absolute;
    top: 60px;
    left: -20px;
    width: 100vw;
    display: none;
    z-index: 98;
    background-color: #fff;
    flex-direction: column;
    padding-bottom: 10px;
    box-shadow: 8px 0 8px rgba(0, 0, 0, 0.3);
  }
  .header .centent .list .item {
    width: 100%;
    height: 50px;
  }
  .header .centent .list .item a {
    line-height: 50px;
  }
  .header .centent .list.show {
    display: block;
  }
  .header .centent .right {
    display: none;
  }
  .header .centent .gengduo {
    display: block;
  }
  .banner {
    margin-top: 60px;
    height: 200px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100vw;
    height: auto;
  }
  .banner .swiper .swiper-wrapper .swiper-slide a.pc {
    display: none;
  }
  .banner .swiper .swiper-wrapper .swiper-slide a.Android {
    display: block;
  }
  .banner .swiper .swiper-wrapper .swiper-slide a img {
    width: 100vw;
    height: 200px;
  }
  .list-1 {
    margin-top: 20px;
  }
  .list-1 .centent {
    width: 90%;
  }
  .list-1 .centent h4 {
    font-size: 30px;
  }
  .list-1 .centent p.f30 {
    font-size: 20px;
    margin: 6px 0 10px;
  }
  .list-1 .centent .more {
    display: none;
  }
  .list-1 .centent .text {
    width: 100%;
  }
  .list-1 .centent .text ul.list {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
  }
  .list-1 .centent .text ul.list li.item {
    width: 100%;
    height: 300px;
    margin-right: 0px;
    margin-bottom: 25px;
    box-shadow: 0 0 5px rgba(225, 225, 225, 0.8);
  }
  .list-1 .centent .text ul.list li.item img {
    margin-bottom: 15px;
  }
  .list-1 .centent .text ul.list li.item:hover {
    box-shadow: none;
  }
  .list-1 .centent .text ul.list li.item:hover p {
    color: #3ebcb4;
  }
  .list-1 .centent .text ul.list li.item:hover p.f15 {
    display: none;
  }
  .list-1 div.left,
  .list-1 div.right {
    display: none;
  }
  .list-2 {
    margin-top: 20px;
  }
  .list-2 .centent {
    width: 90%;
  }
  .list-2 .centent h4 {
    font-size: 30px;
  }
  .list-2 .centent p.f30 {
    font-size: 20px;
    margin: 6px 0 10px;
  }
  .list-2 .centent .more {
    display: none;
  }
  .list-2 .centent .list .item {
    margin-bottom: 30px;
  }
  .list-2 .centent .list .item .bottom {
    margin: 15px 0 20px;
  }
  .list-2 .centent .list .item .bottom p {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
  .list-2 .centent .list .item .bottom p .iconfont {
    margin-right: 10px;
  }
  .list-3 {
    margin-top: 20px;
  }
  .list-3 .centent {
    width: 90%;
  }
  .list-3 .centent h4 {
    font-size: 30px;
  }
  .list-3 .centent p.f30 {
    font-size: 20px;
    margin: 6px 0 10px;
  }
  .list-3 .centent .more {
    display: none;
  }
  .list-3 .centent .list .item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .list-4 {
    background-size: 100% 20%;
  }
  .list-4 .centent {
    width: 95%;
    padding-top: 40px;
  }
  .list-4 .centent h3 {
    font-size: 20px;
  }
  .list-4 .centent p.f24 {
    font-size: 14px;
    margin: 6px 0 10px;
  }
  .list-4 .centent .box {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding-top: 30px;
  }
  .list-4 .centent .box h4 {
    font-size: 25px;
  }
  .list-4 .centent .box p.f30 {
    font-size: 16px;
    margin: 6px 0 10px;
  }
  .list-4 .centent .box .list {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .list-4 .centent .box .list .item {
    width: 48%;
    height: 200px;
    margin-bottom: 15px;
  }
  .list-4 .centent .box .list .item p.f20 {
    font-size: 13px;
  }
  .list-4 .centent .box .list .item p.f12,
  .list-4 .centent .box .list .item p.f14 {
    font-size: 12px;
    text-align: center;
    line-height: 1;
  }
  .list-4 .centent .box .list .item img {
    width: 85px;
    height: auto;
  }
  .list-5 {
    width: 90%;
  }
  .list-5 .centent {
    width: 90%;
  }
  .list-5 .centent h4 {
    font-size: 25px;
  }
  .list-5 .centent p.f30 {
    font-size: 16px;
    margin: 6px 0 10px;
  }
  .list-5 .centent p.f16 {
    font-size: 12px;
    text-align: center;
  }
  .list-5 .centent .box {
    flex-direction: column;
    width: 100%;
  }
  .list-5 .centent .box .left {
    width: 100%;
    height: 50px;
  }
  .list-5 .centent .box .left .btn {
    height: 50px;
    display: flex;
    justify-content: space-between;
  }
  .list-5 .centent .box .left .btn div {
    width: 45%;
  }
  .list-5 .centent .box .left img {
    display: none;
  }
  .list-5 .centent .box .center {
    width: 100%;
    margin: 0;
  }
  .list-5 .centent .box .center .list {
    padding-top: 25px;
  }
  .list-5 .centent .box .center .list .item {
    width: 100%;
  }
  .list-5 .centent .box .center .list .item p.f16 {
    width: 100%;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .list-5 .centent .box .center .list .item p.f14 {
    font-size: 12px;
  }
  .list-5 .centent .box .center .list .item .riqi {
    width: 30%;
  }
  .list-5 .centent .box .center .list .item .text {
    width: 70%;
  }
  .list-5 .centent .box .right {
    width: 100%;
    margin: 0 auto;
  }
  .list-5 .centent .box .right .top {
    width: 100%;
  }
  .list-5 .centent .box .right .text {
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .list-5 .centent .box .right .text .list .item p.f16 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .footer .centent .list {
    width: 90%;
    flex-direction: column;
    padding-bottom: 0px;
  }
  .footer .centent .list .item {
    margin-bottom: 20px;
  }
  .footer .centent .list .item h5 {
    margin-bottom: 10px;
  }
  .footer .centent .list .item div {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .centent .list .item div p {
    width: 50%;
  }
  .footer .centent .list .item:nth-child(5) {
    width: 100%;
  }
  .footer .centent .list .item img {
    width: 25%;
  }
  .footer .centent-2 .list {
    width: 90%;
    display: flex;
    height: 150px;
    flex-wrap: wrap;
  }
  .footer .centent-2 .list .item.fff {
    width: 100%;
  }
  .footer .centent-3 {
    width: 90%;
    flex-wrap: wrap;
    line-height: 2;
  }
}
