/* 专题页面的CSS文件 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#topbanner img {
    width: 100%;
    height: auto;
    display: block; 
}

#intro1 {
    background-image: url('../imgs/banner1.jpg');
    background-size: contain; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 692px; 
    display: flex; 
    align-items: flex-start;
    padding-top: 90px;
}

#intro1 .content {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    
}

#intro1 .content p {
    margin-bottom: 50px;
    letter-spacing: .3rem;
    font-weight: 500;
    font-size: 2rem;
}

.sub-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}
 
.image-container img {
    width: 420px;
    height: 420px;
}
 
.info-container {
    max-width: 700px;
    margin-left: 80px;
    margin-top: 20px;
}
 
.info-item {
    display: flex;
    margin-bottom: 20px;
    height: 45px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
 
.key {
    background-image: url('../imgs/goldBG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 12px 20px;
    color: black;
    font-size: .9rem;
    font-weight: bolder;
    width: 120px;
    height: 45px;
    margin-bottom: 19px;
}
 
.value {
    padding: 12px 20px;
    color: black;
    font-size: .9rem;
    text-align: left;
    width: 596px;
    height: 45px;
}
 
.value.odd {
    background-image: url('../imgs/sliverBG1.jpg');
}
 
.value.even {
    background-image: url('../imgs/sliverBG2.jpg');
}

#intro2 {
    background-image: url('../imgs/banner2.jpg');
    background-size: cover; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 576px; 
    display: flex; 
    align-items: flex-start;
    padding-top: 50px;
}

#intro2 .content {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    
}

#intro2 .content p {
    margin-bottom: 50px;
    letter-spacing: .3rem;
    font-weight: 500;
    font-size: 2rem;
    color: white;
}

.sub-content2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    width: 1200px;
    padding: 20px;
    background-color: white;
}

.info-container2 {
    max-width: 700px;
    margin-left: 40px;
    margin-top: 50px;
}

.info-container2 .info-list {
    list-style-type: disc;
    padding-left: 20px;
    text-align: left;
}
 
.info-container2 .info-list li {
    margin-bottom: 16px;
    font-size: 1rem;
    color: #333;
}
 
.info-container2 .info-list li::marker {
    color: #d3a226; 
    font-size: 1.2rem;
}


.image-container2 img {
    width: 411px;
    height: 211px;
    margin: 20px;
}

#intro2 .content .remark {
    margin-left: 55px;
    margin-top: 20px;
    color: white;
    font-size: .8rem;
    text-align: left;
} 

#intro3 {
    background-image: url('../imgs/banner1.jpg');
    background-size: contain; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 805px; 
    display: flex; 
    align-items: flex-start;
    padding-top: 90px;
}

#intro3 .content {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    
}

#intro3 .content p {
    margin-bottom: 50px;
    letter-spacing: .3rem;
    font-weight: 500;
    font-size: 2rem;
}

.sub-content3 {
    margin-top: 20px;
    width: 1200px;
    position: relative;
    text-align: left;
}

.sub-element1 {
    background: linear-gradient(to right, #eff4f9, rgba(239, 244, 249, 0));
    padding: 20px;
    margin-bottom: 20px;
}
 
.sub-element2 {
    background: linear-gradient(to right, #fff2d2, rgba(255, 242, 210, 0));
    padding: 20px;
}
 
.sub-element1 .title, .sub-element2 .title {
    font-weight: bold;
    margin: 20px;
    font-size: 2rem;
}
 
.sub-element1 ul, .sub-element2 ul {
    list-style: none;
    padding: 0;
    margin-left: 20px;
    margin-bottom: 20px;
}
 
.sub-element1 ul li, .sub-element2 ul li {
    margin-bottom: 16px;
    font-size: 1rem;
}
 
.sub-element2 ul li .key1 {
    display:inline-block;
    width: 120px;
    text-align: center;
    background-color: #af7d00;
    color: white;
    padding: 2px 5px;
    margin-right: 20px;
}
 
.sub-element2 ul li .value1 {
    color: #333;
}

.image-container3 img {
    position: absolute;
    width: 477px;
    height: 362px;
    top:60px;
    right: 0px;
    box-shadow: -10px 30px 10px rgba(0, 0, 0, 0.1), /* 左边阴影 */
    12px 30px 10px rgba(0, 0, 0, 0.1);  /* 右边阴影 */
}

#intro4 {
    background-image: url('../imgs/banner2.jpg');
    background-size: cover; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 849px; 
    display: flex; 
    align-items: flex-start;
    padding-top: 80px;
}

#intro4 .content {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    
}

#intro4 .content p {
    margin-bottom: 50px;
    letter-spacing: .3rem;
    font-weight: 500;
    font-size: 2rem;
    color: white;
}

.carousel-item {
  position: relative;
  text-align: left;
  color: #333;
  background: rgba(255, 255, 255, 1);
  padding-bottom: 38px;
}
 
.carousel-item .title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 55px;
  border-radius: 5px;
  color: #333;
  margin-bottom: 10px;
  line-height: 86px;
}
 
.carousel-item .job-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  line-height: 70px;
  padding-left: 55px
}
 
.carousel-item .story {
  font-size: 1rem;
  letter-spacing: .1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 717px;
  padding-top: 23px;
  padding-left: 55px;
  padding-bottom: 23px;
}
 
.carousel-item .remarks {
  margin-bottom: 20px;
  background: linear-gradient(to right, #ecedf0, rgba(255, 242, 210, 0));
}
 
.carousel-item .remarks .remark-item {
  font-size: 1.1rem;
  letter-spacing: .2rem;
  font-weight: bold;
  padding: 8px;
  color: #555;
  padding-left: 55px;
  max-width: 717px;
  line-height: 2rem;
}
 
.carousel-item .image {
  position: absolute;
  top: 66px;
  right: 27px;
  width: 317px;
  height: auto;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
 
.carousel-item .image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.el-carousel__container{
    width: 1200px;
}

#intro4 .content .remark {
    margin-left: 55px;
    margin-top: 28px;
    color: white;
    font-size: .8rem;
    text-align: left;
} 

#consult {
    background-image: url('../imgs/consultBG.jpg');
    background-size: cover; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 351px; 
}

#consult .content {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    
}

#consult .content p {
    margin-bottom: 50px;
    padding-top: 105px;
    letter-spacing: .3rem;
    font-weight: 500;
    font-size: 2rem;
    color: black;
}

/* entryForm 表单样式 不显示标签名  */
.labelText {
    display: none;
}

form {
    display: flex;
    justify-content: center;
}

.form-control{
    margin-right: 15px;
    line-height: 50px;
    width: 350px;
    border-radius: 4px;
    padding-left: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

#formContainer .btn-primary {
    background: linear-gradient(to right, #ddbe71, #fefad7);
    border-radius: 50px;
    line-height: 50px;
    width: 328px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.spheader {
    margin: 0;
    width: 100%;
    padding: 0;
    height: 132px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1000;
}