body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC, Microsoft YaHei, Source Han Sans CN-Bold, Source Han Sans CN !important;
    min-width: 1300px;
    overflow-x: hidden;
    color: #1C1D1E;
}

p {
    margin: 0;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.project-bg-container {
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto;
    min-width: 1300px;
    /* height: 685px; */
    background-image: url('/images/1.0/xiangmuguanli/top-bg.png');
}

.project-top {
    width: 1300px;
    margin: 0 auto;
    padding-top: 172px;
    padding-left: 22px;
    height: 685px;
    box-sizing: border-box;
    line-height: 46px;
}

.project-top>p {
    font-size: 50px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 600;
}

.project-top>span {
    font-size: 22px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    color: #636772;
    display: block;
    width: 630px;
    margin: 23px 0;
}

.project-top>.project-top-second {
    font-weight: 500;
    color: #434549;
    font-size: 35px;
}

.project-main {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.project-main-container{
    position: absolute;
    top: -63px;
    width: 100%;
}

.project-main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-main-top-blue {
    background-image: url('/images/1.0/xiangmuguanli/main-top-left.png');
    background-size: cover;
    height: 122px;
    width: 160px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 30px;
}

.project-main-top-common {
    background-image: url('/images/1.0/xiangmuguanli/main-top-common.png');
    background-size: cover;
    height: 122px;
    width: 220px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #81888E;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.project-main-top-common>span {
    padding: 0 20px 0 28px;
    margin-top: 8px;
}

.project-main-top-common>span:first-child {
    font-size: 18px;
    color: #1C1D1E;
    margin-top: 15px;
}

.project-advantage{
    min-width: 1300px;
    height: 740px;
    background: #F9FCFF;
    overflow: hidden;
}

.project-advantage > p {
    text-align: center;
    font-weight: bold;
    color: #1C1D1E;
    font-size: 35px;
    margin-top: 140px;
    margin-bottom: 30px;
}

.project-advantage > p > span {
    color: #2E64F5;
}

.project-advantage-item{
    height: 154px;
    width: 1300px;
    background: #F4F8FA;
    border-radius: 8px 8px 8px 8px;
    border: 2px solid #FFFFFF;
    margin: 20px auto;
    display: flex;
    align-items: center;
}

.project-advantage-item > img{
    margin-left: 30px;
    margin-right: 20px;
}

.project-advantage-item > div {
    margin-right: 40px;
}

.project-advantage-item > div > p{
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #1C1D1E;
    margin-bottom: 10px;
}

.project-advantage-item > div > span{
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #9299AE;
    line-height: 30px;
}

.project-feature{
    min-width: 1300px;
    height: 903px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F8FE 100%);
    overflow: hidden;
}


.project-feature > p {
    text-align: center;
    font-weight: bold;
    color: #1C1D1E;
    font-size: 35px;
    margin-top: 80px;
    margin-bottom: 30px;
}

.project-feature-container{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project-feature-item{
    width: 404px;
    height: 340px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 1px rgba(102,152,255,0.22);
    border-radius: 8px 8px 8px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.project-feature-item > img{
    margin-top: 25px;
}

.project-feature-item > p{
    font-size: 22px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #161719;
    margin: 16px 0;
}

.project-feature-item > span{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #888EA2;
    line-height: 30px;
    margin: 0 25px;
}

.project-superiority{
    min-width: 1300px;
    height: 716px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F8FE 100%);
    overflow: hidden;
}


.project-superiority > p {
    text-align: center;
    font-weight: bold;
    color: #1C1D1E;
    font-size: 35px;
    margin-top: 80px;
    margin-bottom: 30px;
}

.project-superiority-container{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project-superiority-item{
    width: 576px;
    height: 134px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 1px rgba(102,152,255,0.22);
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 20px;
}

.project-superiority-item > p{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #1C1D1E;
    line-height: 30px;
    margin-left: 24px;
}

.project-select-title{
    min-width: 1300px;
    background: #FFFFFF;
}

.project-select-title > p {
    text-align: center;
    font-weight: bold;
    color: #1C1D1E;
    font-size: 35px;
    margin-top: 80px;
    margin-bottom: 30px;
}

.project-select-reason{
    min-width: 1300px;
    height: 702px;
    background: #FAFBFD;
    overflow: hidden;
}

.project-select-img-container{
    height: 130px;
    display: flex;
    align-items: center;
}

.project-select-reason-container{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 52px;
    margin-bottom: 74px;
}

.project-select-item{
    width: 270px;
    height: 274px;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 1px #E8EBF1;
    border-radius: 6px 6px 6px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px;
}

.project-select-item > img{
    margin-top: 25px;
}

.project-select-item > p{
    font-size: 22px;
    font-family: PingFang SC-Regular, PingFang SC;
    color: #202123;
    margin-bottom: 16px;
}

.project-select-item > span{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #7D7F88;
    line-height: 27px;
    margin: 0 25px;
}

.project-process {
    min-width: 1300px;
    height: 750px;
    background: #EFF5FF;
    overflow: hidden;
}

.project-process > p {
    text-align: center;
    font-weight: bold;
    color: #1C1D1E;
    font-size: 35px;
    margin-top: 80px;
    margin-bottom: 30px;
}
.project-process-title {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #E4E7EC;
   
}

.project-process-title > ul{
    display: flex;
}
.project-process-title > ul > li{
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    color: #A9B5C9;
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
}
.project-process-title > ul > li:hover{
    color: #006CFF;
}
.project-process-title > ul > .selected{
    color: #006CFF;
    border-bottom: 2px solid #006CFF;
    padding-bottom: 10px;
}

.project-process-content-container{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    height: 550px;
    position: relative;
}
.project-process-content-slide{
    display: flex;
    width: 1200px;
    position: absolute;
    left: 0;
}

.project-process-content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-shrink: 0;
    align-items: center;
}
.project-process-content p{
    font-size: 24px;
    font-family: PingFang SC-Regular, PingFang SC;
    color: #161617;
    margin-bottom: 30px;
}
.project-process-content > img{
    margin-right: 60px;
}

.project-process-content-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.project-process-content-item > div{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    flex: 50%;
}
.project-process-content-item > div > p{
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border: 2px solid #5789FF;
    border-radius: 50%;
    margin-right: 17px;
    margin-bottom: 0;
}



.bootsms{padding: 3em 0em; width: 100%; background-repeat: repeat-x; background-position: center center; background-color: #2B8CF4; color: #fff; background-image: url(/images/1.0/spe/bg-botsms.png);}
.bootsms h2{font-size: 2em; text-align: center; padding: 0.5em 0em 0.5em 0em; }
.bootsms p{ font-size: 1em; padding: 0em 1em 2em 1em; text-align: center;}
.bootsms .submit{ background-color: #fff; border-radius: 5px; color: #2B8CF4; padding: 1em 2em;}
.bootsms li{ padding: 10px 0px;}
.bootsms .submit{color: #fff;background-image: linear-gradient(90deg,#ffb026,#ff8737); border-radius: 5px; padding: 0.8em 1.5em; border:none}

@media screen and (max-width:768px){
body{min-width:0}
.project-bg-container{min-width:0;}
.project-top{width:100%;height:auto;padding:2% 10%;}
.project-top>p{padding:1.8em 0em 0em 0em;font-size:36px;font-weight:500;}
.project-top>.project-top-second{font-size:24px;padding:0;margin:0;}
.project-top>span{width:100%;line-height:2em;font-size:1.0em;padding:0.5em 0em 2em 0em;}
.project-main{width:100%;position:static;overflow:hidden;margin-bottom:2rem;}
.project-main-container{position:static;top:0;}
.project-main-top{display:block;}
.project-main-top-blue{width:50%;float:left;}
.project-main-top-common{width:50%;float:left;}
.project-main-top-common>span{padding:0 22px;}
.project-advantage{min-width:0;height:auto;padding-bottom:1rem;}
.project-advantage > p{font-size:1.5rem;margin:2rem;}
.project-advantage-item{width:100%;height:auto;margin:0 auto 1rem;}
.project-advantage-item > img{margin:0;}
.project-advantage-item > div{margin:1rem;}
.project-advantage-item > div > p{font-size:1.125rem;}
.project-feature{min-width:0;height:auto;}
.project-feature > p{font-size:1.5rem;margin:2rem;}
.project-feature-item > p{font-size:1.125rem;margin:.5rem 0;}
.project-feature-container{width:100%;margin:2rem 0 1rem;}
.project-feature-item{width:calc(100% - 2rem);margin:0 1rem 1rem;padding:1rem;height:auto;}
.project-feature-item > img{margin-top:0;}
.project-process{min-width:0;height:auto;}
.project-process > p{font-size:1.5rem;margin:2rem;}
.project-process-title{width:100%;display:none;}
.project-process-title > ul{display:block;}
.project-process-title > ul > li{width:33%;float:left;padding-bottom:12px;}
.project-process-content-container{width:100%;position:static;height:auto;}
.project-process-content-slide{width:100%;position:static;display:block;padding-bottom:1rem;}
.project-process-content{width:100%;display:block;border-top:1px solid #E4E7EC;padding-bottom:1rem;}
.project-process-content > img{margin-right:0;}
.project-process-content p{margin:1rem;font-size:1.25rem;}
.project-process-content-item{padding:0 1rem;}
.project-process-content-item > div{margin-bottom:0;}
.project-process-content-item > div > p{padding:0;margin-bottom:15px;}
.project-superiority{min-width:0;height:auto;}
.project-superiority > p{font-size:1.5rem;margin:2rem;}
.project-superiority-container{width:100%;margin:2rem 0 1rem;}
.project-superiority-item{width:calc(100% - 2rem);margin:0 1rem 1rem;padding:1rem;height:auto;}
.project-select-title{min-width:0;}
.project-select-title > p{font-size:1.5rem;margin:2rem;}
.project-select-reason{min-width:0;height:auto;}
.project-select-reason-container{width:100%;margin:2rem 0 1rem;}
.project-select-item{width:calc(50% - 1rem);margin:0 .5rem 1rem .5rem;padding:1rem;height:auto;}
.project-select-img-container{width:100px;height:auto;}
.project-select-item > p{font-size:1.125rem;margin-bottom:.5rem;}
.project-select-item > span{margin:0;}
}
