
body {
  /*background: #061781;*/
  background: #FDE4D6;
  color:#333;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color:#333;
}

p {
	margin: 0;
}
input:focus {
  outline: none;
}

img {
  vertical-align: unset;
}
.hide {
  display: none;
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.font-weight {
  font-weight: 700;
}

.line-one {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-spacing: normal;
}


.width-full {
  width: 100% !important;
}

/*样式开始*/

.head-wrap {
	background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: ease 0.5s;
}

.head-inside {
	width: 1400px;
	margin: 0 auto;
  height: 100px;
  line-height: 100px;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	align-items: center;
}
.head-inside ul li {
	display: inline-block;
}
.head-inside .head-left{
  display: flex;
  align-items: center;
  line-height: unset;
}

.head-inside .head-left li a{
  font-size: 30px;
  color:#276228;
  display: flex;
}

.white-logo img {
  display: inline-block;
  width: 300px;
}


.head-inside .head-middle {
  font-size: 18px;
  color:#fff;
  position: relative;
  left: -100px;
}

.head-inside .head-middle li {
  margin-right: 79px;
}
.head-inside .head-middle li:last-child {
  margin-right: 0;
}
.head-inside .head-middle li.curr a{
  color:#971E23;
  position: relative;
}
.head-inside .head-middle li.curr a:after {
  content:"";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 30px;
  left: 0;
  background: #276228;
  border-radius: 2px;
}

.head-inside .head-right li {
	margin-right: 25px;
}
.head-inside .head-right li:last-child {
	margin-right: 0;
}

.head-inside a {
	display: block;
	color:#000;
}
.head-right li a{
  height: 40px;
  line-height: 38px;
  width: 90px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid #1E90FD;
  font-size: 18px;
}

.banner-inside {
	width: 100%;
	margin: 0 auto;
}

.banner-inside img{
	width: 100%;
  display: block;
}

.content-body {
	width: 1200px;
	margin: 0 auto;
}

.content-body .content-title {
	font-size: 26px;
	font-weight: 700;
  text-align: center;
  padding: 35px 22px;
  border-bottom: 1px solid #efefef;
} 

.content-title img {
  width: 37px;
  vertical-align: middle;
  margin-right: 5px;
}

.flex-wrap {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.flex-wrap .flex-top {
	-webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.flex-bottom {
	text-align: center;
	-webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
  color:#535461;
  padding: 40px 15px 20px;
  background: #AC1917;
}

.bottom-inside {
  width: 1200px;
  margin: 0 auto;
}

.inside-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.inside-top ul img {
  display: inline-block;
  width: 123px;
  height: 123px;
  margin-bottom: 25px;
  border:2px solid #AF844F;
  border-radius: 4px;
}
.inside-top ul li {
  display: inline-block;
  color:#fff;
  font-size: 14px;
  text-align: center;
  margin-left: 130px;
}
.inside-bottom {
  color:#FFFEFE;
  font-size: 18px;
  text-align: center;
}

.inside-bottom a {
  color:#E5E5E5;
}

.bottom-logo {
  width: 200px;
}

.has-left {
  margin-left: 50px;
}

a:hover {
  text-decoration: none !important;
}

.banner-container {
  position: relative;
}

.banner-cover {
  position: absolute;
  bottom: 13vw;
  left:20vw;
  text-align: center;
}

.banner-cover img {
  width: 35%;
}

.banner-cover ul {
  margin: 20px auto 0;
}

.banner-cover ul li {
  margin-right: 80px;
  width: 170px;
  font-size: 24px;
  display: inline-block;
  font-size: 24px;
  color:#575988;
  text-align: center;
  font-size: 14px;
  color:#fff;
}

.banner-cover ul li img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
}
.banner-cover ul li:last-child {
  margin-right: 0;
}

.tabs-wrap {
  text-align: center;
  background: #fff;
  padding: 160px 20px 0;
  color:#535461;

}

.tabs-title {
  font-size: 36px;
  margin-bottom: 64px;
}

.tabs-title img {
  width: 425px;
  margin: 0 auto
}

.tabs-wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

.tabs-wrap ul li {
  width: 25%;
  margin-bottom: 80px;
}

.tabs-wrap ul li img {
  width: 96px;
  margin-bottom: 30px;
}

.big-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.big-title + p {
  font-size: 18px;
}

.side-wrap {
  padding: 80px 0;
}

.bg-grey {
  background: #f2f2f2;
}

.bg-grey p {
  font-size: 30px;
  margin-bottom: 60px;
}

.bg-grey div {
  font-size: 14px;
}

.text-indent {
  text-indent: 30px;
  line-height: 28px;
  font-size: 14px;
}

.side-wrap .flex-inside {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-wrap .flex-inside .right-one{
  width: 40%;
  margin-left: 60px;
}

.right-one img {
  width: 100%;
}

.row-reverse {
  flex-direction: row-reverse;
}

.row-reverse .right-one {
  margin-left: 0 !important;
}

.row-reverse .text-indent {
  padding-left: 60px;
}

.small-padding {
  padding: 120px 0;
}

.white-padding {
  padding: 120px 0;
}

.white-padding .right-one {
  margin-left: 0;
  margin-right: 30px;
}

.white-padding p {
  font-size: 30px;
  margin-bottom: 60px;
}

.white-padding div {
  font-size: 18px;
}


.flex-right,
.flex-left {
  width: 50%;
}

.side-wrap .tabs-title {
  text-align: center;
}

.big-top {
  padding-top: 160px;
}

.story-text {
  text-indent: 30px;
  font-size: 14px;
  color:#333;
  line-height: 28px;
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.swiper-tabs,
.swiper-honor,
.swiper-inherit,
.swiper-modes,
.swiper-event {
  width: 1200px;
  margin: 0 auto;
}

.swiper-container img {
  vertical-align: middle;
}
.swiper-honor .event-info {
  position: relative;
}

.swiper-honor img {
  width: 100%;
  height: 350px;
}

.swiper-tabs {
  margin-top: 70px;
  padding-bottom: 20px;
}

.swiper-tabs .swiper-slide {
  background: #f2f2f2;
  text-align: center;
  padding: 40px 20px;
  color:#666;
}

.swiper-tabs .swiper-slide.curr {
  background: #AC1917;
  color:#fff;
  position: relative;
}

.swiper-tabs .swiper-slide.curr:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #AC1917;
  left: 50%;
  bottom: -16px;
  margin-left: -16px;
}

.swiper-tabs .swiper-slide.curr .default-img {
  display: none;
}

.swiper-tabs .swiper-slide.curr .curr-img{
  display: block;
  margin: 0 auto 22px;
}

.curr-img {
  display: none;
}

.swiper-tabs img {
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
}

.swiper-tabs p:first-child {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.swiper-tabs p:last-child {
  font-size: 22px;
  text-align: center;
}

.swiper-honor .event-info div {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  color:#fff;
  width: 100%;
  height: 38px;
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  z-index: 100;
}
.swiper-honor .event-info div:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left:15px;
  top: 16px;
}

.swiper-event .swiper-slide .event-info{
  padding-right: 60px;
}

.swiper-event .swiper-slide:last-child .event-info{
  padding-right: 0;
}

.swiper-event img {
  width: 100%;
  /*height: 140px;*/
  margin-bottom: 15px;
}

.swiper-event .curr .event-year {
  color:#AC1917;
}

.swiper-event .curr .event-year:before {
  background: #AC1917;
}

.event-year {
  font-weight: 700;
  color:#999;
  font-size: 26px;
  border-bottom: 1px dashed #d4d4d4;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}
.event-year:before {
  content:"";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #999;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.event-text {
  font-size: 14px;
  text-indent: 30px;
}

.swiper-modes {
  padding: 30px 0;
}

.swiper-modes img {
  width: 100%;
  height: 250px;
}

.swiper-modes .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(1);
}
.swiper-modes .swiper-slide-active,
.swiper-modes .swiper-slide-duplicate-active{
  transform: scale(1.2);
  position: relative;
  z-index: 99;
}

.story-wrap {
  width: 1200px;
  margin: 0 auto;
}
.story-wrap img {
  width: 100%;
}

.swiper-inherit img {
  width: 100%;
}
.swiper-inherit .event-year {
  font-size: 12px;
  font-weight: normal;
  border-bottom: none;
}

.tabs-text {
  width: 1200px;
  margin: 40px auto 0;
  text-indent: 30px;
  font-size: 14px;
  line-height: 28px;
  padding: 90px  35px;
  border-radius: 10px;
  background: #AC1917;
  color:#fff;
  border:4px solid #AF844F;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background: rgba(0,0,0,0.5);
  padding: 10px;
  font-size: 18px;
}
.swiper-button-next, 
.swiper-button-prev {
  color:#fff;
}

.bg-white {
  background: #fff;
  transition: ease 0.5s;
}
.bg-white a {
  color:#333;
}
.app-head {
  display: none;
}

.swiper-inherit .event-info {
  position: relative;
}
.swiper-inherit .cover-body {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  z-index: 10;
  transition: ease 0.5s;
}

.swiper-inherit .cover-body div {
  position: absolute;
  top: 50%;
  left:50%;
  height: 100%;
  transform: translate(-50%,-50%);
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /*text-align: center;*/
}

.swiper-inherit .cover-body div div {
  writing-mode:vertical-lr;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 10px;
}
.swiper-inherit .cover-body div div:before,
.swiper-inherit .cover-body div div:after {
  content:"";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.swiper-inherit .cover-body div div:before {
  top: 27%;
  left:50%;
  margin-left: -5px;
}
.swiper-inherit .cover-body div div:after {
  bottom: 25%;
  left:50%;
  margin-left: -5px;
}


.swiper-inherit .cover-body div p {
  width: 100%;
  font-size: 12px;
  margin-top: 260px;
  /*writing-mode:horizontal-tb;*/
}

.swiper-inherit .event-info:hover .cover-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.people-wrap {
  width: 1200px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.people-wrap .people-title {
  font-size: 14px;
  font-weight: 700;
  padding-right: 20px;
}
.people-wrap .swiper-people {
  flex:1;
  font-size: 14px;
}

.point {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #AC1917;
  margin-right: 10px;
}

.to-login {
  height: 36px;
  line-height: 36px;
  width: 88px;
  text-align: center;
  color:#fff !important;
  background: #AC1917;
  font-size: 18px;
  border-radius: 30px;
}


/*聚春园登录*/
.juchunyuan-top {
  background: #fff;
  padding: 20px 0;
}
.juchunyuan-top img {
  width: 227px;
  margin-left: 360px;
}
.new-juchunyuan-bg {
  background: unset;
  position: relative;
}

.bg-juchunyuan {
  width: 100%;
}

.new-juchunyuan-bg .zhonghang-login{
  background: rgba(255,255,255,0.90) !important;
  border-radius: 4px !important;
}
.new-juchunyuan-bg .sub-wrap {
  top: 190px;
  right: 165px;
  padding: 0 40px;
}

.new-juchunyuan-bg .login-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 0;
}

.new-juchunyuan-bg .login-head a {
  display: block;
  font-size: 18px;
  color:#666;
  padding: 30px 0;
  text-decoration: none;
}
.new-juchunyuan-bg .login-head a.curr {
  color:#AC1917;
  font-weight: 700;
  border-bottom: 2px solid #AC1917;
}

.new-juchunyuan-bg .sub-wrap .form-group {
  padding: 0;
  margin-bottom: 24px;
}
.new-juchunyuan-bg .zhonghang-login .form-group img {
  left: 11px;
  top: 13px;
  width: auto;
  height: auto;
}

.new-juchunyuan-bg .btn {
  width: 100% !important;
  height: 48px;
  line-height: 48px;
  background: #AC1917;
  padding: 0;
  border:none;
  margin-top: 24px;
  margin-bottom: 60px;
}
.new-juchunyuan-bg .btn:active {
  background: #AC1917;
}
.new-juchunyuan-bg .form-control {
  height: 45px;
  line-height: 45px;
}

.new-juchunyuan-bg .checkbox {
  padding: 0 !important;
}

.new-juchunyuan-bg .slide-to-unlock-bg {
  background: #f4f4f4 !important;
}
.new-juchunyuan-bg .slide-to-unlock-handle {
  background: #fff !important;
}
.new-juchunyuan-bg .tip-erro {
  background: transparent;
}

.juchunyuan-bottom {
  text-align: center;
  font-size: 14px;
  color:rgba(51,51,51,0.5);
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
  font-weight: 700;
}

.tips {
  font-size: 16px;
  color:#999;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.tips img {
  width: 20px;
  margin-right: 5px;
}

@media(max-width: 1450px){
  .juchunyuan-top {
    padding: 10px 0;
  }
  .juchunyuan-top img {
    width: 180px;
  }
  .juchunyuan-bottom {
    bottom: 15px;
  }
  .new-juchunyuan-bg .sub-wrap {
    top: 15%;
    right: 15%;
  }
  .new-juchunyuan-bg .btn {
    margin-bottom: 40px;
  }
}
.people-single {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.people-single p span {
  font-weight: 700;
}
.people-single img {
  width: 696px;
  display: block;
  margin: 30px auto 50px;
}

/*登录结束*/
/*@media(max-width: 1200px) {
  .tabs-wrap ul {
    width: 100%;
  }

  .head-wrap {
    display: none;
  }
  .banner-cover {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    bottom: unset;
  }

  .banner-cover ul {
    margin: 0;
  }

  .banner-cover ul li img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px !important;
  }
  .banner-cover ul li {
    font-size: 12px;
    width: 140px;
    margin-right: 20px;
  }

  .head-inside {
    width: 100%;
  }

  .head-inside .head-middle li {
    margin-right: 40px;
  }

  .people-single,
  .people-wrap,
  .bottom-inside,
  .story-text,
  .side-wrap .flex-inside,
  .story-wrap,
  .swiper-tabs,
  .swiper-honor,
  .swiper-inherit,
  .swiper-modes,
  .swiper-event {
    width: 100%;
  }

  .people-single img {
    width: calc(100% - 30px);
  }

  .tabs-text {
    width: calc(100% - 30px);
  }

  .side-wrap .flex-inside {
    flex-wrap: wrap;
  }

  .side-wrap .flex-inside img {
    margin-top: 15px;
  }

  .side-wrap .flex-inside > div {
    width: 100% !important;
  }
  .side-wrap .flex-inside .right-one{
    margin-left: 0;
  }
  .row-reverse .text-indent {
    padding-left: 0;
  }
  .side-wrap,
  .big-top,
  .tabs-wrap {
    padding-top:30px; 
  }
  .tabs-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .side-wrap {
    padding-bottom: 30px;
  }
  .tabs-title {
    margin-bottom: 20px;
  }
  .tabs-title img {
    width: 250px;
  }
  .flex-inside {
    padding: 0 15px;
  }

  .swiper-modes img {
    height: 180px;
  }

  .swiper-honor img {
    height: 240px;
  }

  .swiper-event .swiper-slide .event-info {
    padding-right: 0;
  }

  .swiper-tabs .swiper-slide {
    padding: 15px;
  }
  .swiper-tabs img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px !important;
  }
  .swiper-tabs p:first-child {
    font-size: 16px;
  }
  .swiper-tabs p:last-child {
    font-size: 14px;
  }
  .tabs-text {
    margin: 0 15px 0 !important;
    padding: 10px;
  }
  .event-year {
    margin-bottom: 15px;
  }

  .swiper-inherit .event-year {
    height: 35px;
  }
  .swiper-inherit .event-year:before {
    display: none;
  }

  .swiper-tabs {
    margin-top: 30px;
  }

  .swiper-inherit img {
    width: 70%;
  }
  .swiper-inherit .event-info {
    text-align: center;
  }

  .bottom-logo {
    width: 50%;
    margin: 0 auto;
  }

  .inside-top ul {
    margin: 15px auto;
  }

  .inside-top ul li {
    margin-left: 0;
    font-size: 12px;
    padding: 0 10px;
  }
  .inside-top ul img {
    margin-bottom: 10px;
  }
  .inside-bottom {
    font-size: 14px;
  }
  .swiper-event .event-year {
    font-size: 20px;
  }

  .app-head {
    display: block;
    background: #AC1917;
    padding: 10px;
  }
  .app-head img {
    display: block;
    width: 30%;
    margin: 0 auto;
  }

  .swiper-inherit .cover-body div div {
    font-size: 12px;
    font-weight: normal;
  }

  .swiper-inherit .cover-body div p {
    margin-top: 170px;
  }

  .swiper-inherit .cover-body div div:before {
    top: 14%;
  }
  .swiper-inherit .cover-body div div:after {
    bottom: 10%;
  }

  .people-wrap {
    margin-bottom: 20px;
  }

  .people-wrap .people-title {
    padding-left: 15px;
  }
}

@media(max-width: 900px) {
  .swiper-modes img {
    height: 100px;
  }
  .swiper-honor img {
    height: 140px;
  }
}


@media(max-width: 350px) {
  .app-wrap .head-middle li {
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    margin-right: 10px;
    padding:0 5px;
  }
  .app-wrap .head-inside {
    padding: 0 5px;
  }
}*/

/*新样式*/
.time-line-wrap {
  overflow: hidden;
}
.time-line-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 900px;
  margin:0 auto;
  padding: 15px 0;
}

.time-line-item:before {
  content:"";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 50%;
  background: #E0E3E8;
}

.time-line-item:last-child:before {
  display: none;
}

.time-line-item .line-item-bd {
  flex: 1;
  font-size: 14px;
  padding-left: 40px;
}

.time-line-item .line-item-hd {
  font-size: 18px;
  color:#1F3656;
  font-weight: 700;
  padding: 0 15px;
  position: relative;
  width: 170px;
}

.time-line-item .line-item-hd:before {
  content:"";
  position: absolute;
  width: 8px;
  height: 8px;
  background:#1F3656;
  border-radius: 50%;
  left: -4px;
  top: 50%;
  margin-top: -4px; 
}

.line-item-ft img {
  width: 240px;
  margin-left: 90px;
}

.tabs-wrap,
.big-top {
  padding-top: 60px;
  padding-bottom: 60px;
}

.new-fu img {
  display: block;
  margin:0 auto 30px;
}

.new-fu-text {
  margin:0 auto;
}

.new-fu-text .fu-right {
  text-align: right;
  margin:15px 0;
}

.new-fu-text p {
  font-size: 12px;
  color:#999;
}

.enterprise-imgs {
  text-align: left;
}

.enterprise-item {
  width: 900px;
  margin: 0 auto;
}

.enterprise-item h2 {
  font-size: 16px;
  text-align: left;
  color:#333;
  margin-bottom: 30px;
}

.enterprise-item img {
  display: inline-block;
  width: 180px;
  margin-right: 40px;
  margin-bottom: 10px;
}

.to-login,
.flex-bottom {
  background: #1F3656;
}
.head-inside .head-middle li.curr a {
  color:#246024;
}

.head-inside .head-middle li{
  margin-right: 50px;
}

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

.service-tabs li {
  width: auto !important;
  margin-bottom: 30px !important;
  padding: 0 15px;
  position: relative;
}

.service-tabs li.curr a {
  color:#1F3656;
  font-weight: 700;
}

.service-tabs li.curr:before {
  content:"";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #AF844F;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.service-tabs li.curr:after {
  content:"";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #AF844F;
  right: 0;
  top: 50%;
  margin-top: -2px;
}

.service-tabs li a {
  color:#999;
  font-size: 18px;
}

.top-three {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.top-three img {
  width: 31%;
}

.bottom-two {
  display: flex;
  justify-content: center;
}

.bottom-two img {
  width: 31%;
  margin:0 1.8%;
}

.tabs-title img {
  width: 380px;
}

/*新增*/
.banner-wrap {
  position: relative;
}
.banner-wrap img {
  display: block;
  width: 100%;
}

.banner-center {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color:#fff;
}

.banner-center h2 {
  font-size: 40px;
  font-weight: 700;
  color:#fff;
  text-align: center;
  margin-bottom: 100px;
  padding-bottom: 10px;
  position: relative;
}

.banner-center h2:after {
  content: "";
  position:absolute;
  height: 2px;
  width: 5%;
  left: 47.5%;
  bottom: 0;
  background: #fff;
}

.banner-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-flex img {
  display: block;
  width: 35%;
  margin-right: 3%;
}

.right-wrap {
  width: 62%;
}

.right-wrap p {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.right-tag {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px;
}

.right-tag > div {
  width: 47%;
  height: 46px;
  line-height: 46px;
  background: #57B6E4;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}

.right-text div {
  line-height: 1.6;
  margin-top: 20px;
}

.shop-left h2{
  color:#276228;
  margin-bottom: 30px;
}

.shop-left a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  width: 350px;
  text-align: center;
  color:#fff;
  background: #276228;
  margin-top: 50px;
}

.shop-right {
  text-align: center;
}

.shop-right h2 {
  margin-bottom: 30px;
  font-size: 16px;
}

.shop-right p {
  width: 370px;
  margin: 0 auto;
}

.shop-right img {
  width: 130px;
  height: 130px;
  margin-bottom: 0;
}

.middle-line {
  height: 1px;
  background: #c9c9c9;
}

.small-pic {
  width: 70%;
}
.flex-before {
  display: flex;
  justify-content: flex-start;
}
.flex-after {
  display: flex;
  justify-content: flex-end;
}

.right-show {
  right: 20vw; 
  left: unset !important;
}

.tabs-title {
  font-size: 26px;
  color:#276228;
  font-weight: 700;
}

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

.des-wrap img {
  vertical-align: middle;
}

.des-wrap .des-left {
  width: 24.3%;
}
.des-wrap .des-right {
  width:calc(75.7% - 10px);
}

.des-right > div {
  display: flex;
  justify-content: space-between;
}
.des-right > div:first-child {
  margin-bottom: 10px;
}
.big-width {
  width: calc(66% - 10px) !important;
}
.small-width {
  width: 34% !important;
}

.text-view {
  background: #8AC68A;
  color:#fff;
  padding: 10px;
  height: 250px;
}

.text-view p {
  text-indent: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;  
  -webkit-line-clamp: 11;   
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.bg-story {
  background: #C9F4C9;
}

.bg-story .flex-left {
  width: 40%;
}

.bg-story .flex-left img {
  width: 100% !important;
  vertical-align: middle;
}

.bg-story.flex-inside {
  justify-content: flex-start;
}

.bg-story .flex-right {
  padding-left: 50px;
}
.bg-story .flex-right h2 {
  color:#276228;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 2px;
}
.bg-story .flex-right h2:before {
  content:"";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 50px;
  background:#276228; 
}

.bg-story .flex-right p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;  
  -webkit-line-clamp: 10;   
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.bg-gray {
  background: #F7F7F7;
}

.bg-gray .flex-left {
  width: 60%;
  padding-left: 50px;
}

.bg-gray .flex-right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}

.bg-gray h2 {
  color:#276327;
  font-weight: normal;
  font-size: 20px;
}

.bg-gray p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.more-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  width: 300px;
  text-align: center;
  color:#fff;
  background: #276228;
  margin-top: 20px;
}

.page-bottom {
  flex:0 0 auto;
  position: relative;
}

.page-bottom > img {
  width: 100%;
  vertical-align: middle;
}

.bottom-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.1);
  z-index: 99;
}

.cover-inside {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10vh;
  text-align: center;
}

.cover-inside div {
  font-size: 20px;
  color:#fff;
  margin-bottom: 50px;
}

.cover-inside p {
  font-size: 15px;
  color:#fff;
  margin-top: 20px;
}

.cover-inside p img {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  position: relative;
  top: 4px;
}

.bottom-code {
  width: 180px;
  margin: 30px auto;
}

.table-wrap {
  padding-top: 50px;
  background: url(../images/fire.png);
  background-size: 100%;
  position: relative;
}

.table-wrap a {
  display: block;
  width: 180px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #be0f34;
  color:#fff;
  font-size: 16px;
  font-weight: 700;
  margin: 50px auto;
  border-radius: 4px;
}
.header-text h2 {
   color:#be0f34 !important;
}
.header-icon {
  background: rgba(0,0,0,0.25) !important;
  color:#be0f34 !important;
}
.function-name {
  color:#be0f34 !important;
  background: rgba(0,0,0,0.15) !important;
}
.function-name i {
  color:#be0f34 !important;
}

.right-tag > div {
  background: linear-gradient(to right, #3D3D3D, #313131) !important;
  border-radius: 4px;
}

.table-wrap h2,
.table-wrap h3 {
  text-align: center;
}
.table-show {
  margin: 0 auto;
}

.table-show img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.footer {
  text-align: center;
  padding: 20px;
  color:#fff;
}

.footer span {
  display: inline-block;
  margin-left: 50px;
}

.table-show h2,
.table-show h3 {
  color:#fff;
}

.table-show > h2 {
  font-size: 32px;
}

.img-wrap {
  width: 60%;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
  margin-top: 60px;
}


/*AICSS*/

/* 主容器 */
.catalog-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* 头部标题 */
.hero-section {
    text-align: center;
    margin-bottom: 3rem;
}

.badge-chip {
    display: inline-block;
    background: rgba(31, 110, 140, 0.12);
    backdrop-filter: blur(2px);
    padding: 0.4rem 1.2rem;
    border-radius: 60px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a6b85;
    margin-bottom: 1rem;
    letter-spacing: 0.3px;
    border: 1px solid rgba(31, 110, 140, 0.25);
}

h1 {
    font-size: 2.4rem;
    font-weight: 800;
    background: linear-gradient(135deg, #134e6f, #1f7a5c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
}

.subhead {
    font-size: 1rem;
    color: #4b6f86;
    max-width: 600px;
    margin: 0 auto;
}

/* 卡片网格布局 */
.modules-grid {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    margin: 50px 10%;
}

/* 每个大模块卡片 */
.module-card {
    background: #ffffff;
    border-radius: 2rem;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s;
}

.module-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 36px -16px rgba(0, 32, 54, 0.2);
}

/* 模块头部 */
.card-header {
    padding: 1.2rem 2rem;
    background: linear-gradient(105deg, #f9fdfe 0%, #f2f9fc 100%);
    border-bottom: 2px solid #ddeaf0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #eef4fc, #e3f0f5);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: #1d7e6b;
}

.header-text h2 {
    font-size: 1.65rem;
    font-weight: 700;
    color: #134e6f;
    letter-spacing: -0.3px;
    margin: 0;
}

.header-text p {
    font-size: 0.85rem;
    color: #5f7f95;
    margin-top: 4px;
}

/* 功能列表区域 (分级描述) */
.functions-area {
    padding: 1.2rem 1.8rem 1.8rem 1.8rem;
}

/* 单个功能卡片内部分组 */
.function-item {
    margin-bottom: 1.6rem;
    border-bottom: 1px solid #edf3f7;
    padding-bottom: 1.2rem;
}

.function-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.function-title {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.function-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1d5b6e;
    background: #eef2f8;
    padding: 0.2rem 1rem;
    border-radius: 40px;
    display: inline-block;
    letter-spacing: -0.2px;
}

.function-name i {
    margin-right: 8px;
    font-size: 0.95rem;
    color: #2a8c78;
}

/* 描述列表样式：分级，每个要点独立卡片感 */
.desc-list {
    list-style: none;
    padding-left: 0.5rem;
}

.desc-list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 10px;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #2c4a62;
}

.desc-list li:before {
    content: "▹";
    position: absolute;
    left: 0;
    color: #2f8b74;
    font-weight: 600;
    font-size: 1rem;
}

/* 特殊二级子项或者提示样式 */
.sub-detail {
    margin-left: 1.8rem;
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 0.86rem;
    color: #5f7d94;
    background: #f8fbfe;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
}

.highlight {
    background: #fff1cf;
    border-radius: 12px;
    padding: 0 5px;
    font-weight: 500;
    color: #b4621a;
}

.badge-pay {
    font-size: 0.7rem;
    background: #e2f0e8;
    padding: 2px 10px;
    border-radius: 30px;
    margin-left: 10px;
    font-weight: 500;
    color: #1b6b58;
}

/* 商务卡片区 */
.contact-card {
    margin-top: 2.5rem;
    background: linear-gradient(115deg, #ffffff 0%, #f6fbfe 100%);
    border-radius: 1.8rem;
    padding: 1.2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    border: 1px solid #cde2ed;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.02);
}

.contact-left {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #1d6f5c;
    background: #eff6fa;
    padding: 0.4rem 1.2rem;
    border-radius: 60px;
}

.contact-item i {
    font-size: 1.2rem;
}

.support-badge {
    background: #134e6f;
    color: white;
    padding: 0.5rem 1.4rem;
    border-radius: 60px;
    font-size: 0.85rem;
    font-weight: 500;
}

hr {
    margin: 0 20px;
    border-color: #e1edf4;
}

@media (max-width: 750px) {

    .card-header {
        padding: 1rem 1.2rem;
    }
    .functions-area {
        padding: 1rem 1.2rem 1.5rem;
    }
    .function-name {
        font-size: 1rem;
    }
    .contact-card {
        flex-direction: column;
        align-items: flex-start;
    }
}
.banner-center h2:after {
  background: #BE0F34;
}
.table-show > h2,
.table-show > h3,
.banner-center h2,
.right-text {
  color:#333 !important;
}

.footer {
  color:#333;
}