/* 首页 */
.wrapper {
  width: 100%;
  height: 100%;
  background: url('../img/index-bg.jpg') no-repeat 0 0;
  background-size: 100% 100%;
  padding: 4.42vw 0 238px 0;
}
.header .logo {
  width: 36VW;
	height: auto;
}
.header .logo img {
  width: 100%;
	height: auto;
}
.header .title {
  width: 70VW;
	height: auto;
  margin: 5.88vw auto 3.72vw auto;
}
.header .title img {
  width: 100%;
	height: auto;
}
.header .theme-text {
  display: inline-block;
  font-size: 4.5vw;
  color: #fff;
  font-weight: bold;
  line-height: 8vw;
  padding: 0 4.68vw;
  background-color: #f85c19;
  border-radius: 4vw;
}
.wrapper .intro {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  width: 100%;
  background-image: linear-gradient(90deg, #eaf0fe 0%, #a6eeff 100%);
  border-radius: 10px;
	border: solid 1px #fe9023;
	opacity: 0.5;
  padding: 15px;
  box-sizing: border-box;
  margin: 32px auto;
}

.section-item {
  background-color: #effcfb;
	box-shadow: 5px 0px 10px 0px rgba(7, 0, 2, 0.14);
	border-radius: 0px 0px 10px 10px;
  margin-bottom: 57px
}
.section-item-content {
  padding: 0 15px;
  box-sizing: border-box;
}
.section-item-content.row {
  margin-left: 0;
  margin-right: 0;
}

/* knowledge */
.knowledge-content {
  padding-bottom: 50px;
}
.knowledge-intro {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.knowledge-type {
  overflow-x: auto;
  margin: 30px 0 20px 0;
}
.knowledge-type-item {
  width: 199px;
	height: 89px;
	background-color: #eecbb2;
  padding: 0 20px;
  box-sizing: border-box;
	border-radius: 8px;
  margin-right: 30px;
  cursor: pointer;
}
.knowledge-type-item span {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  text-align: center;
}
.knowledge-type-item:last-child {
  margin-right: 0;
}
.knowledge-type-item_active {
  background-color: #f85c19;
}
.knowledge-type-item_active span {
  color: #fff;
}
.knowledge-type-item:hover {
  background-color: #f85c19;
}
.knowledge-type-item:hover span {
  color: #fff;
}
.knowledge-desc {
  display: none;
  max-height: 480px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.knowledge-desc:first-child {
  display: block;
}


/* ism */
.ism-content {
  padding-bottom: 20px;
}
.ism-content-item {
  position: relative;
	height: 80px;
	background-color: #f8dea7;
	box-shadow: 5px 0px 5px 0px rgba(7, 0, 2, 0.1);
	border-radius: 0px 0px 30px 0px;
  padding: 0 22px;
  box-sizing: border-box;
  margin: 0 0 25px 0;
  transition: all 0.5s linear;
}
.ism-content-item a {
  z-index: 2;
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #e98d3a;
  line-height: 24px;
}
.ism-content-item:nth-child(3n) {
  margin-right: 0;
}
.ism-content-item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #f85c19;
	border-radius: 0px 0px 30px 0px;
	box-shadow: 5px 0px 5px 0px rgba(7, 0, 2, 0.1);
  transition: height 0.5s ease-in-out;
}
.ism-content-item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 30px;
  height: 31.5px;
  background: url('../img/bg-1.png') no-repeat 0 0;
  background-size: cover;
}
.ism-content-item:hover::before {
  height: 100%;
}
.ism-content-item:hover a {
  color: #fff;
}
.ism-content-item:hover::after {
  animation: ismCartoon 1s linear infinite;
}
@keyframes ismCartoon {
  0% {
    transform: rotate3d(0, 1, 0, 45deg) scale(1.1);
  }
  50% {
    transform: rotate3d(0, 1, 0, 0) scale(1.1);
  }
  100% {
    transform: rotate3d(0, 1, 0, 45deg) scale(1.1);
  }
}


/* news */
.news {
  padding-bottom: 37px;
}
.news-content .list-item {
  border-bottom: 1px #ddedf3 solid;
  padding: 15px 0;
  box-sizing: border-box;
}
.news-content .list-item a {
  position: relative;
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  padding-left: 40px;
  box-sizing: border-box;
  transition: all 0.5s linear;
}
.news-content .list-item a::before {
  position: absolute;
  left: 0;
  top: 9px;
  content: '';
  width: 22px;
  height: 24px;
  background: url('../icon/icon-1.png') no-repeat 0 0;
  background-size: cover;
}
.news-content .common-more {
  margin: 30px auto 0 auto;
}
.news-content .list-item:hover a {
  color: #f85c19;
}


/* activity */
.activity {
  padding-bottom: 35px;
}
.activity-content .list-item {
  position: relative;
  display: block;
  height: 190px;
  background-color: #fff;
	border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.activity-content .list-item-cover,
.activity-content .list-item-cover img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.activity-content .list-item-cover img {
  object-fit: cover;
  transition: all 0.5s linear;
}
.activity-content .list-item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  box-sizing: border-box;
}
.activity-content .common-more {
  margin: 0 auto;
}
.activity-content .list-item:hover .list-item-cover img {
  transform: scale(1.1);
}


/* end */
.end-desc,
.end-desc p,
.end-desc p span,
.end-desc span {
  text-align: center;
}


/* ny-wrap */
.ny-wrap {
  background: url('../img/ny-bg.jpg') no-repeat 0 0;
  background-size: cover;
  padding-bottom: 107px;
}

/* ny-header */
.ny-header {
  position: relative;
  padding-bottom: 4.42vw;
}
.ny-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ny-header-bg img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.ny-header-content {
  z-index: 2;
  position: relative;
  padding-top: 4.42vw;
}

/* ny-content */
.ny-content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px 43px 15px;
  box-sizing: border-box;
}

/* ny-footer */
.ny-footer {
  font-size: 14px;
  color: #333;
  text-align: center;
  padding-top: 50px;
}


/* news-detail */
.news-detail .title {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  text-align: center;
  padding-top: 20px;
}
.news-detail .base-item {
  font-size: 12px;
  color: #999;
  padding-right: 10px;
}
.news-detail .base-item:last-child {
  padding-right: 0;
}
.news-detail .base {
  position: relative;
  padding: 12px 0 18px 0;
}
.news-detail .base::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 8px;
  background: url('../img/bg-border.png') no-repeat 0 0;
  background-size: cover;
}
.news-detail .common-desc {
  padding: 34px 0;
}
@media (min-width: 576px) {
  .header .logo {
    width: 16.6VW;
  }
  .header .title {
    width: 56VW;
    margin: 5.88vw auto 1.72vw auto;
  }
  .ny-header {
    padding-bottom: 0;
  }
  .ny-header-bg,
  .ny-header-bg img {
    height: auto;
  }
  .header .theme-text {
    font-size: 2.5vw;
    line-height: 4.68vw;
    border-radius: 2.34vw;
  }
  
  .news-detail .title {
    font-size: 24px;
    line-height: 38px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .wrapper .intro {
    padding: 30px;
  }
  .wrapper .intro,
  .knowledge-intro {
    font-size: 18px;
    line-height: 34px;
  }
  .section-item-content {
    padding: 0 42px;
  }
  .knowledge-content {
    padding-bottom: 50px;
  }
  .knowledge-type {
    margin: 30px 0 20px 0;
  }
  .knowledge-type-item {
    padding: 0 10px;
    margin-right: 15px;
  }
  .knowledge-type-item span {
    font-size: 16px;
    line-height: 20px;
  }
  .knowledge-desc {
    padding: 30px;
  }
  .ism-content {
    padding-bottom: 20px;
  }
  .ism-content-item a {
    font-size: 18px;
    line-height: 30px;
  }
  .ism-content-item {
    height: 100px;
    border-radius: 0px 0px 60px 0px;
    margin: 0 0 25px 0;
    padding: 0 22px;
  }
  .ism-content-item::before {
	  border-radius: 0px 0px 60px 0px;
  }
  .ism-content-item::after {
    width: 53px;
    height: 56px;
  }
  .news {
    padding-bottom: 37px;
  }
  .news-content .list-item {
    padding: 15px 0;
  }
  .news-content .list-item:nth-child(2n+1) {
    width: 55%;
  }
  .news-content .list-item:nth-child(2n) {
    width: 45%;
  }
  .news-content .list-item a {
    font-size: 22px;
    line-height: 34px;
    padding-left: 40px;
  }
  .news-content .list-item:nth-child(2n+1) a {
    padding-right: 11.5%;
  }
  .news-content .list-item a::before {
    width: 22px;
    height: 24px;
  }
  .news-content .list-item:hover a {
    font-size: 24px;
  }
  .news-content .common-more {
    margin: 30px auto 0 auto;
  }
  .activity {
    padding-bottom: 35px;
  }
  .activity-content .list-item {
    width: 47%;
    height: 252px;
    border-radius: 10px;
    margin-right: 6%;
    margin-bottom: 35px;
  }
  .activity-content .list-item:nth-child(2n) {
    margin-right: 0;
  }
  .activity-content .list-item-title {
    font-size: 20px;
    line-height: 52px;
  }
  .activity-content .common-more {
    margin: 0 auto;
  }

  .ny-content {
    padding: 18px 43px 92px 43px;
  }
  .ny-footer {
    font-size: 16px;
    padding-top: 97px;
  }
  .news-detail .title {
    font-size: 30px;
    line-height: 50px;
    padding-top: 46px;
  }
  .news-detail .base {
    padding: 28px 0 32px 0;
  }
  .news-detail .base-item {
    font-size: 14px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .wrapper .intro {
    padding: 30px;
  }
  .wrapper .intro,
  .knowledge-intro {
    font-size: 18px;
    line-height: 34px;
  }
  .knowledge-content {
    padding-bottom: 80px;
  }
  .knowledge-type {
    margin: 47px 0 20px 0;
  }
  .knowledge-type-item span {
    font-size: 18px;
    line-height: 28px;
  }
  .knowledge-desc {
    padding: 49px;
  }
  .ism-content {
    padding-bottom: 47px;
  }
  .ism-content-item a {
    font-size: 26px;
    line-height: 34px;
  }
  .ism-content-item {
    height: 110px;
    margin: 0 0 35px 0;
  }
  .news {
    padding-bottom: 67px;
  }
  .news-content .list-item {
    padding: 20px 0 22px 0;
  }
  .news-content .list-item a {
    font-size: 26px;
    line-height: 42px;
    padding-left: 40px;
  }
  .news-content .list-item a::before {
    width: 22px;
    height: 24px;
  }
  .news-content .list-item:hover a {
    font-size: 28px;
  }
  .news-content .common-more {
    margin: 50px auto 0 auto;
  }
  .activity {
    padding-bottom: 52px;
  }
  .activity-content .list-item {
    width: 47%;
    height: 314px;
    margin-right: 6%;
    margin-bottom: 35px;
  }
  .activity-content .list-item-title {
    font-size: 22px;
    line-height: 62px;
  }
  .activity-content .common-more {
    margin: 20px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  .wrapper .intro {
    padding: 40px;
  }
  .wrapper .intro,
  .knowledge-intro {
    font-size: 20px;
    line-height: 40px;
  }
  .knowledge-type-item span {
    font-size: 20px;
    line-height: 30px;
  }
  .ism-content-item a {
    font-size: 30px;
    line-height: 40px;
  }
  .ism-content-item {
    height: 140px;
    margin: 0 0 50px 0;
  }
  .news-content .list-item {
    padding: 27px 0 30px 0;
  }
  .news-content .list-item a {
    font-size: 30px;
    line-height: 48px;
    padding-left: 44px;
  }
  .news-content .list-item a::before {
    width: 29px;
	  height: 32px;
  }
  .news-content .list-item:hover a {
    font-size: 32px;
  }
  .news-content .common-more {
    margin: 64px auto 0 auto;
  }
  .activity {
    padding-bottom: 82px;
  }
  .activity-content .list-item {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 41px;
  }
  .activity-content .list-item-title {
    font-size: 24px;
    line-height: 72px;
  }
  .activity-content .common-more {
    margin: 43px auto 0 auto;
  }
}