/* 专题页面的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: cover; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 895px; 
    padding-top: 100px;
    overflow: hidden;
}

#intro1 .content {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    
}

.part1{
    display: flex;
    align-items: center;
    margin-bottom: 20px; 
}

.part1_img {
    flex-shrink: 0;
}
 
.part1_img img {
    max-width: 480px; 
    height: auto;
}
 
.part1_content {
    flex-grow: 1;
    text-align: left;
    background: linear-gradient(to right, #fffefc, rgba(255, 255, 252, 0));
    height: 200px;
    display: flex; 
    flex-direction: column; 
}

.content-item {
    flex: 1; 
    overflow: auto; 
    font-size: 1.4em;
    padding-left: 4%;
    display: flex;
    align-items: center;
    overflow: auto;
}

.sub_title1 {
    color: #e57d34;
    font-weight: bold;
}

.sub_title2 {
    color: white;
    background-color: #e57d34;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: block;
    font-size: 28px;
    text-align: center;
    font-weight: bolder;
    margin-left: 20%;
}

.sub_title3 {
    color: #4e8c2f;
    font-size: 1.15em;
    font-weight: bold;

}

.sub-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.part2 {
    position: absolute;
    width: 100%;
    top: 554px;
    left: 28%;
    display: flex;
    align-items: center;
}

.part2_content{
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.8;
    padding-left: 2%;
    letter-spacing: .1em;
}

.part3 {
    position: absolute;
    width: 100%;
    top: 661px;
    left: 2%;
    font-size: 1.4em;
    letter-spacing: .1em;
}

 
#intro2 {
    background-image: url('../imgs/banner2.jpg');
    background-size: cover; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 594px; 
    display: flex; 
    align-items: flex-start;
    padding-top: 90px;
}

#intro2 .content {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    
}

#intro2 .content p {
    margin-bottom: 50px;
    letter-spacing: .1rem;
    font-weight: 500;
    font-size: 2rem;
}

.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;
    display: flex;
    flex-direction: column;
    height: 242px; 
    margin-top: 20px;
}

.content-item2 {
    flex: 1; 
    font-size: 1.3em;
    padding-left: 2%;
    display: flex;
    align-items: center;
    line-height: 1.6;
}

.key1 {
    background: linear-gradient(to right, #0c5c09, #558e35);
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    flex:.2;
}
 
.value1 {
    padding: 5px 10px;
    flex:.8;
    text-align: left;
}


.image-container2 img {
    width: 480px;
    height: 242px;
    margin: 20px;
}

#intro2 .content .remark {
    margin-left: 55px;
    margin-top: 20px;
    font-size: .8rem;
    text-align: right;
} 

#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, 
                #6e2a16 0%, 
                #d35121 50%, 
                #4a1304 100%);
    border-radius: 50px;
    line-height: 50px;
    width: 328px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    color: white;
}

.spheader {
    margin: 0;
    width: 100%;
    padding: 0;
    height: 132px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1000;
}