@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hideText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hideText-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.hideText-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.hideText-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.hideText-line-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.hideText-line-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
}

body {
  background: #ECEEF6;
}

.header {
  padding: 49px 0 5px;
}

.header .logo a {
  display: block;
  margin-right: 59px;
}

.header .logo a img {
  display: block;
  width: 259px;
  height: 115px;
}

.header .nav ul {
  align-items: center;
}

.header .nav ul .active a {
  color: #EA8460;
}

.header .nav ul .active a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background: #E98460;
}

.header .nav ul li {
  margin-right: 42px;
}

.header .nav ul li a {
  font-size: 24px;
  color: #000;
  display: block;
  position: relative;
  padding-bottom: 22px;
}

.header .nav ul li a:hover {
  color: #EA8460;
}

.header .nav ul li a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background: #E98460;
}

.banner .banner-container .swiper-pagination-bullet {
  width: 20px;
  border-radius: 10px;
  opacity: 0.6;
  background: #fff;
}

.banner .banner-container .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.banner .banner-container a {
  display: block;
}

.banner .banner-container a img {
  display: block;
  width: 100%;
  height: 694px;
}

.public-title {
  justify-content: center;
}

.public-title a, .public-title span {
  font-size: 36px;
  color: #343434;
  font-weight: normal;
  position: relative;
  padding-bottom: 53px;
}

.public-title a::after, .public-title span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 36px;
  height: 5px;
  background: #E98460;
}

.mod {
  margin-top: 140px;
}

.mod1 ul {
  margin-top: 48px;
  flex-wrap: wrap;
}

.mod1 ul li {
  width: 100px;
  padding: 36px 62px;
  background: #fff;
}

.mod1 ul li:hover {
  background: #E98460;
  box-shadow: 1px 4px 50px 0px #E98460;
}

.mod1 ul li:hover .title {
  color: #fff;
}

.mod1 ul li .img {
  position: relative;
  width: 100%;
  height: 100px;
}

.mod1 ul li .title {
  margin-top: 26px;
  font-size: 26px;
  color: #EA8460;
  text-align: center;
}

.mod2 .main {
  margin-top: 96px;
  width: 100%;
  height: 715px;
  background: #fff;
  position: relative;
}

.mod2 .main .cont {
  position: absolute;
  left: 50%;
  top: -48px;
  transform: translateX(-50%);
}

.mod2 .main .cont ul {
  padding: 48px;
  background: #E98460;
}

.mod2 .main .cont ul li {
  width: 528px;
}

.mod2 .main .cont ul li:last-child {
  text-align: right;
}

.mod2 .main .cont ul li .img {
  width: 480px;
  height: 253px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.2);
}

.mod2 .main .cont ul li .title {
  margin: 48px 0 24px;
  font-size: 24px;
  color: #fff;
}

.mod2 .main .cont ul li p {
  font-size: 18px;
  color: #fff;
}

.mod3 .main {
  margin-top: 48px;
}

.mod3 .main .imgs {
  width: 509px;
}

.mod3 .main .imgs .img-1 {
  width: 100%;
  height: 282px;
  position: relative;
}

.mod3 .main .imgs .img-1 .img {
  display: block;
  width: 100%;
}

.mod3 .main .imgs .img-1 .img .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(233, 132, 96, 0.3);
}

.mod3 .main .imgs .img-1 .img .txt span {
  width: 80%;
  font-size: 36px;
  color: #fff;
  padding-bottom: 9px;
  position: relative;
}

.mod3 .main .imgs .img-1 .img .txt span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 7px;
  background: #fff;
}

.mod3 .main .imgs ul {
  margin-top: 30px;
}

.mod3 .main .imgs ul li {
  width: 240px;
}

.mod3 .main .imgs ul li .img {
  display: block;
  width: 100%;
  height: 137px;
  position: relative;
}

.mod3 .main .imgs ul li .img .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(233, 132, 96, 0.3);
}

.mod3 .main .imgs ul li .img .txt span {
  width: 80%;
  font-size: 36px;
  color: #fff;
  padding-bottom: 9px;
  position: relative;
}

.mod3 .main .imgs ul li .img .txt span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 7px;
  background: #fff;
}

.mod3 .main .news {
  width: 570px;
  padding: 30px 45px;
  background: #E98460;
  justify-content: start;
}

.mod3 .main .news .news-title {
  font-size: 36px;
  color: #fff;
  margin-bottom: 38px;
  font-weight: normal;
}

.mod3 .main .news ul li {
  padding-left: 20px;
  align-items: center;
  margin-bottom: 19px;
}

.mod3 .main .news ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.mod3 .main .news ul li span {
  font-size: 18px;
  color: #fff;
}

.mod3 .main .news ul li a {
  font-size: 18px;
  color: #fff;
  width: 74%;
}

.link {
  margin-top: 140px;
}

.link p {
  justify-content: start;
  flex-wrap: wrap;
  line-height: 30px;
}

.link p strong {
  font-size: 16px;
  color: #666;
  display: block;
  margin-right: 10px;
  font-weight: normal;
}

.link p a {
  font-size: 16px;
  color: #666;
  margin-right: 10px;
}

.link p a:hover {
  color: #E98460;
}

.footer {
  margin-top: 140px;
  padding: 34px 0 23px;
  background: #E98460;
}

.footer p {
  margin: 10px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.bread-nav {
  margin: 24px 0 23px 0;
  align-items: center;
  justify-content: start;
}

.bread-nav img {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 13px;
}

.bread-nav .breadCrumbs {
  justify-content: flex-start;
}

.bread-nav .breadCrumbs li {
  font-size: 18px;
  color: #666;
}

.bread-nav .breadCrumbs li img {
  width: 21px;
  height: 21px;
}

.bread-nav .breadCrumbs li a {
  font-size: 18px;
  color: #666;
}

.bread-nav .breadCrumbs li a:hover {
  color: #297FBB;
}

.item-list ul {
  flex-wrap: wrap;
}

.item-list ul li {
  width: 1052px;
  padding: 48px;
  margin-bottom: 23px;
  border: 1px solid #E98460;
  justify-content: start;
}

.item-list ul li:hover {
  background: #E98460;
}

.item-list ul li:hover .des::before {
  background: #fff;
}

.item-list ul li:hover .des a {
  color: #fff;
}

.item-list ul li:hover .des p {
  color: #fff;
}

.item-list ul li .des {
  justify-content: start;
  width: 616px;
  margin-right: 55px;
  padding-left: 22px;
  position: relative;
}

.item-list ul li .des::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
}

.item-list ul li .des a {
  font-size: 24px;
  color: #000;
  margin-bottom: 24px;
}

.item-list ul li .des p {
  font-size: 18px;
  color: #000;
  line-height: 26px;
}

.item-list ul li .img {
  width: 380px;
  height: 216px;
}

/* 分页 */
.pagination {
  text-align: center;
}

.pagination .thisclass {
  color: #EA8460;
  font-weight: bold;
  border: none;
}

.pagination .thisclass span, .pagination .thisclass a {
  color: #EA8460;
  font-weight: bold;
}

/* 3399ff */
.pagination li {
  display: inline-block;
  margin: 0 5px;
  font-size: 20px;
  padding: 9px 16px;
  color: #343434;
  border: 1px solid #565656;
  border-radius: 10px;
}

.pagination li:first-child {
  border: none;
  background: #E5E5E5;
  color: #282828;
}

.pagination li:first-child span, .pagination li:first-child a {
  color: #282828;
}

.pagination li:last-child {
  border: none;
  background: #565656;
  color: #fff;
}

.pagination li:last-child span, .pagination li:last-child a {
  color: #fff;
}

.pagination li span, .pagination li a {
  color: #343434;
  display: inline-block;
}

.pagination li:hover {
  color: #EA8460;
}

.pagination li:hover span, .pagination li:hover a {
  color: #EA8460;
}

.pagination li span {
  color: #343434;
  display: inline-block;
}

.detail .art-head {
  margin: 24px 0 48px;
  padding-bottom: 22px;
  border-bottom: 4px solid #F7B480;
}

.detail .art-head h1 {
  font-size: 30px;
  color: #000;
  text-align: center;
}

.detail .art-head p {
  margin-top: 48px;
  justify-content: center;
}

.detail .art-head p span {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-right: 10px;
}

.detail .art-cont {
  font-size: 18px;
  color: #000;
  line-height: 40px;
}

.detail .art-cont img {
  display: block;
  width: 600px;
  height: 350px;
  margin: 22px auto;
}

.detail .art-cont p {
  font-size: 18px;
  color: #000;
  line-height: 40px;
}

.detail .detail-title {
  margin-top: 140px;
  justify-content: start;
}

.detail .detail-title span {
  font-size: 30px;
  color: #000;
}

.detail .art-news {
  padding: 0 24px;
  margin-top: 48px;
}

.detail .art-news li {
  padding-bottom: 23px;
  margin-bottom: 29px;
}

.detail .art-news li:hover .des h1 > * {
  color: #E9835F;
}

.detail .art-news li:not(:last-child) {
  border-bottom: 2px solid #E4E4E4;
}

.detail .art-news li .img {
  width: 200px;
  height: 141px;
}

.detail .art-news li .img img {
  border-radius: 10px;
}

.detail .art-news li .des {
  width: 900px;
  justify-content: start;
}

.detail .art-news li .des h1 {
  font-weight: normal;
}

.detail .art-news li .des h1 a {
  font-size: 20px;
  color: #333;
  width: 84%;
  margin: 16px 0 32px;
}

.detail .art-news li .des h1 span {
  font-size: 16px;
  color: #878787;
}

.detail .art-news li .des p {
  font-size: 16px;
  color: #878787;
  width: 96%;
  line-height: 30px;
}
/*# sourceMappingURL=public.css.map */