.item-body>div,.item{
    width: 1200px;
    margin: 50px auto;
}
.item-def{
    width: 100%!important;
    margin: 0!important;
}
.item-body .item-title{
    text-align: center;
}
.item-body .item-title>.title-1{
    font-size: 38px;
    font-weight: 300;
}
.item-body .item-title>.title-2{
    font-size: 44px;
}
.item-body .item-title>.title-e{
    text-transform: uppercase;
    letter-spacing: 7px;
}

.item-1>.ul-4-inline{
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.item-1>.ul-4-inline>li{
    margin: 0 10px;
    width: 240px;
    height: 270px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}
.item-1>.ul-4-inline>li>p{
    padding: 5px;
    background-color: var(--theme-color-03);
    color: white;
    font-size: 24px;
    text-align: center;
}
.item-2>.ul-4-inline{
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.item-2>.ul-4-inline>li{
    margin: 0 10px;
    width: 20%;
    background-color: var(--theme-color-03);
    color: white;
    padding:10px
}
.item-2>.ul-4-inline>li>.info{
    margin-top: 10px;
}
.item-2>.ul-4-inline>li>.info>.title{
    text-align: center;
    font-size: 20px;
}
.item-2>.ul-4-inline>li>.info>.info{
    font-size: 16px;
    text-align: justify;
}
.silder-box-1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}
.silder-box-1 img{
    max-width: 100%;
}
.silder-box-1>.hd{
    width: 12%;
    margin-right: 50px;
}
.silder-box-1>.hd li{
    width: 150px;
    border:1px solid white;
    display: flex;
    align-items: center;
}
.silder-box-1>.hd li.on{
    border:1px solid var(--theme-color-03)
}
.silder-box-1>.bd{
    width: 42%;
    height: 333px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.silder-box-1>.bd>div{
    width: 65%;
    font-size: 20px;
    display: block;
}
.silder-box-1>.bd>div>.title{
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}
.btn{
    text-align: center;
    margin: 50px 0;
}
.btn>img{
    cursor: pointer;
}
.item-3>.ul-3-inline{
    display: flex;
    justify-content: center;
}
.item-3>.ul-3-inline>li{
    width: 15%;
    position: relative;
    background-color: var(--theme-color-03);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    color: white;
    margin: 30px;
}
.item-3>.ul-3-inline>li>img.note{
    position: absolute;
    top: -15px;
    right: -5px;
}
.item-3>.ul-3-inline>li>p.title{
    font-size: 20px;
    margin: 10px 0;
}
.item-3>.ul-3-inline>li>p.info{
    font-size: 16px;
    text-align: justify;
}
.item-4{
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-4>.info{
    align-items: center;
    margin-left: 50px;
}
.item-4>.info>.info-1{
    font-size:30px;
    margin-bottom: 20px;
}
.item-4>.info>.info-1>span{
    font-size: 40px;
}
.item-4>.info>.info-2{
    font-size: 30px;
}
.item-4>.info>.btn{
    border-radius: 8px;
    border: 1px solid;
    font-size: 20px;
    margin-top: 50px;
}
.item-5>.item-info>p{
    font-size: 22px;
    text-indent: 44px;
    display: inline-block;
    margin: 50px 0;
}
.item-5>.ul-4-inline-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.item-5>.ul-4-inline-2>li{
    width: 42%;
    display: flex;
    background-color: var(--theme-color-03);
    color: white;
    margin: 15px;
}
.item-5>.ul-4-inline-2>li>.info{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.item-5>.ul-4-inline-2>li>.info>.title-1{
    font-size: 20px;
}
.item-5>.ul-4-inline-2>li>.info>p:last-child{
    text-align: justify;
}
.item-6{
    color: white;
    padding-top:50px;
}
.item-6>.flex{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
}
.item-6>.flex>img{
    width: 25%;
}
.item-6>.flex>div{
    width: 40%;
    font-size: 20px;
    text-align: center;
}
.item-6>.flex>.item-title>p.title-1{
    font-size: 30px;
    letter-spacing: 20px;
}
.item-6>.flex>.item-title>p.title-e{
    font-size: 12px;
}
.item-6>.flex>.item-title>.info{
    text-align: justify;
    text-indent: 40px;
    line-height: 50px;
}
.item-6-bg{
    text-align: center;
    background-image: url(http://www.bqkqyy.cn/public/boqiu/project/02/1-jiezhenfanwei/images/06-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}