.index-banner{
    background: url('/static/home/img/index/index-topBg.jpg') left top no-repeat fixed;
    background-size: cover;
    min-width: 1200px;
}
.index-search{
    width: 100%;
    height: 600px;
    background-color: rgba(29,33,46,.6);
    box-sizing: border-box;
    padding-top: 100px;
}
.index-search>div{
    height: 100%;
    flex-direction: column;
}
.index-search-tit{
    font-size: 48px;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.index-search-txt{
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.index-search-form{
    width: 860px;
    height: 66px;
    border-radius: 33px;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 60px;
    background: url('/static/home/img/index/search.png') 30px center no-repeat;
    background-color: #fff;
    margin-top: 40px;
}
.index-search-form input[type="text"]{
    flex: 1;
    height: 100%;
    font-size: 16px;
    padding-left: 10px;
}
.index-search-form input[type="submit"]{
    width: 150px;
    height: 100%;
    border-radius: 23px;
    background-color: rgba(74,160,141,.1);
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
}
.index-search-form input[type="submit"]:hover{
    background-color: rgba(74,160,141,1);
    color: #fff;
}
.index-search-quick{
    display: block;
    width: 720px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    margin-top: 20px;
}
.index-search-quick a{
    display: inline-block;
    color: #fff;
    margin-right: 20px;
}
.index-search-quick a:last-child{
    margin-right: 0;
}
.index-search-quick a:hover{
    color: var(--light-color);
}



.index-intro{
    margin-top: 60px;
    height: 240px;
    box-sizing: border-box;
    padding: 0 40px;
    border-radius: 20px;
    background: url('/static/home/img/index/index-introBg.jpg') center no-repeat;
    background-size: 100% 100%;
}
.index-intro p{
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    padding-top: 45px;
}


.index-eight{
    margin-top: 100px;
}
.index-tit{
    font-size: 36px;
    text-align: center;
    overflow: hidden;
}
.index-tit span{
    display: block;
    position: relative;
    height: 11px;
    margin: 0 20px;
}
.index-tit span:last-child{
    transform: rotate(180deg);
}
.index-tit span::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 418px;
    height: 11px;
    background: url('/static/home/img/index/index-titleBar.png') center no-repeat;
    background-size: 100% auto;
}
.index-eight>ul{
    overflow: hidden;
}
.index-eight>ul li{
    float: left;
    width: 225px;
    margin-right: 100px;
    margin-top: 80px;
}
.index-eight>ul li:nth-child(4n){
    margin-right: 0;
}
.index-eight>ul li>img{
    display: block;
    margin: 0 auto;
}
.index-eight>ul li>h4{
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}
.index-eight>ul li>p{
    line-height: 30px;
    text-align: center;
    margin: 12px 0 -8px;
}



.index-fdfa{
    margin-top: 120px;
}
.index-fdfa>ul{
    justify-content: space-between;
    margin-top: 80px;
    background: url('/static/home/img/index/index-fdfaBar.png') center 28px no-repeat;
}
.index-fdfa>ul li{
    width: 150px;
}
.index-fdfa>ul li>span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.index-fdfa>ul li>img{
    display: block;
    margin: 48px auto 0;
}
.index-fdfa>ul li>p{
    line-height: 1;
    text-align: center;
    margin-top: 20px;
}


.index-jyxt{
    width: 100%;
    min-width: 1200px;
    background-color: #f5f5f5;
    margin-top: 120px;
}
.index-jyxt .center{
    padding: 100px 0;
}
.index-jyxt-content{
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 60px;
}
.index-jyxt-content li img{
    display: block;
}
.index-jyxt-content li h2{
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}
.index-jyxt-content li p{
    text-align: center;
    margin-top: 20px;
}



.index-xxms-tit{
    margin-top: 120px;
}
.index-xxms-tit>p{
    line-height: 1;
    text-align: center;
    margin-top: 30px;
}
.index-xxms-content{
    margin-top: 160px;
    width: 100%;
    min-width: 1200px;
    background-color: var(--deep-color);
    padding-bottom: 40px;
    margin-bottom: 10px;
}
.index-xxms-ul{
    justify-content: space-between;
    position: relative;
    top: -60px;
}
.index-xxms-ul li:nth-child(odd){
    width: 340px;
    height: 400px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}
.index-xxms-ul li:nth-child(odd) img{
    display: block;
    width: 100%;
    height: 180px;
}
.index-xxms-ul li:nth-child(odd) h2{
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
}
.index-xxms-ul li:nth-child(odd) p{
    width: 220px;
    line-height: 24px;
    text-align: center;
    margin: 15px auto -5px;
}
.index-xxms-ul li:nth-child(odd) a{
    display: block;
    width: 150px;
    height: 40px;
    border-radius: 4px;
    margin: 30px auto 0;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.index-xxms-ul li:nth-child(even){
    width: 1px;
    height: 220px;
    margin: auto 0 60px;
    background-color: rgba(255,255,255,.4);
}