
.bar{width: 100%;position: relative;background-size: 100% 100%;height: 534px;}
.bar .content{width: 1200px;position: absolute;bottom: 105px;left: 50%;margin-left: -600px}
.bar .content p{line-height: 120px;color: #FFFFFF;font-size: 21px}
.bar .content button{width: 152px;height: 41px;border-radius: 21px;border: solid 1px #E50011;color: #FFFFFF;/* background-color: rgba(0,0,0,0); */font-size: 20px;cursor: pointer;outline: none;background-color: #E50011;}
.bar .content button a{color:#fff;display: block;}
.category{
    padding-bottom: 164px;
}
.category>ul{
    display: flex;
    justify-content: space-between;
    line-height: 70px;
    border-bottom: 1px solid #E1E1E1;
}
.category>ul li{
    font-size: 18px;
    color: #333;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.category>ul li.active{
    border-color: #E50011;
}
.category>div{
    display: flex;
    height: 330px;
    position: relative;
    justify-content: space-between;
}
.category>div .left h2{
    font-size: 26px;
    font-weight: normal;
    margin: 50px 0;
    color: #333;
}
.category>div .left ul{
    margin-bottom: 20px;
}
.category>div .left li{
    font-size: 16px;
    line-height: 40px;
    padding: 0 0 0 20px;
    position: relative;
}
.category>div .left li::before{
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #E50011;
    position: absolute;
    left: 0;
    top: 17px;
}
.category>div .left a{
    cursor: pointer;
    display: inline-block;
    width: 150px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 42px;
    background: #E50011;
    color: #fff;
    font-size: 18px;

}
.category>div .left a:nth-of-type(2){
    color: #E50011;
    background: #fff;
    border: 1px solid #E50011;
    margin-left: 32px;
}
.category>div .right{
    height: 290px;
    position: absolute;
	width:20%;
    bottom: 0;
    right: 100px;
}
.story{
    background: #F4F3F3;
    padding-bottom:30px;
}
/* Ã¥â€œÂÃ§â€°Å’Ã¦â€¢â€¦Ã¤Âºâ€¹ */
.story .bg{
    width: 100%;
    height: 205px;
    background: url(../image/homeStoryTitle.png) no-repeat center center;
    background-size:1920px 205px;
}
.story .container{
    display: flex;
    background: #fff;
    margin-top: -30px;
    justify-content: space-between;
    padding: 56px 30px;
    border-radius: 5px;
}
.story .pic{
    width: 462px;
    height: 300px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 10px;
}
.story .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story .txt{
    width: 590px;
    height: 300px;
    font-size: 16px;
    line-height: 25px;
}
.story .txt h2{
    font-size: 18px;
    font-weight: bold;
}
/* Ã¦â€“Â°Ã©â€”Â»Ã¥Å Â¨Ã¦â‚¬Â */
.homeNew{
    padding-bottom: 62px;
}
.homeNew .title{
    font-size: 30px;
    line-height: 50px;
    margin: 20px 0;
    color: #333;
}
.homeNew .title a{
    float: right;
    color: #676767;
    font-size: 14px;
}
.homeNew .cont{
    display: flex;
    justify-content: space-between;
}
.homeNew .cont .left a{
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
}
.homeNew .cont .ellipsis{
    width: 80%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.homeNew .cont .time{
    color: #969696;
    text-align: right;
    width: 23%;
    display: inline-block;
}
.homeNew .cont .right{
    width: 521px;
    height: 272px;
    overflow: hidden;
    position: relative;
}
.homeNew .cont .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeNew .cont .right p{
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 48px;
    line-height: 48px;
    background:rgba(0,0,0,0.5);
    color: #fff;
    padding: 0 2%;
    box-sizing: border-box;
}
.homeNew .cont .right p span.time{color: #fff;}
/* Ã¥ÂË†Ã¤Â½Å“Ã¤Â¼â„¢Ã¤Â¼Â´ */
.partner{
    background: #F4F3F3;
}
.partner p{
    font-size: 30px;
    color: #333;
    text-align: center;
    padding: 55px 0;
}
.partner .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partner .container div{
    border: 1px solid #E5E5E5;
    width: 201px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    margin-bottom: 40px;
}

/* Ã¤Â»Â£Ã§Ââ€ -Ã¤Â¼ÂÃ¤Â¸Å¡Ã§Â±Â»Ã¥Å¾â€¹ */
.companyType{
    background: #F4F3F3;
    padding-bottom: 50px;
}
.companyType .container{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #eee;
    padding-bottom: 30px;
    position: relative;
    top: -55px;
}
.companyType .container>p{
    font-size: 30px;
    padding: 40px 0;
    text-align: center;
}
.companyType .container .cont{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #333;
    padding: 0 60px;
}
.companyType .container .cont div{
    width: 345px;
    margin-bottom: 60px;
}
.companyType .container .cont div h3{
    font-size: 18px;
    position: relative;
    line-height: 40px;
    margin-bottom: 15px;
}
.companyType .container .cont div h3:before{
    content: "";
    width: 27px;
    height: 3px;
    background: #E91E2C;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
}
.companyType .container .cont div p{
    font-size: 14px;
    color: #676767;
    line-height: 25px;
}

.changeList{

}
.changeList .container{
    background: transparent;
    top: 0;
}
.changeList .container>p{
    position: relative;
    padding:60px 0 10px;
    margin: 0 0 60px;
}
.changeList .container>p:before{
    content: "";
    width: 56px;
    height: 3px;
    background: #E91E2C;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.changeList .container .changecont{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.changeList .container .changecont div{
    width: 249px;
    background: #fff;
    text-align: center;
    padding-bottom: 25px;
}
.changeList .container .changecont div h3{
    background: #ED1831;
    color: #fff;
    font-size: 20px;
    line-height: 62px;
    font-weight: normal;
}
.changeList .container .changecont div h3 img{
    height: 25px;
    margin-right: 10px;
}
.changeList .container .changecont div p{
    width: 160px;
    color: #676767;
    font-size: 16px;
    margin: 45px auto;
}
.changeList .container .changecont div a{
    width: 120px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    color: #ED1831;
    border:1px solid #ED1831;
    border-radius: 36px;
    font-size: 16px;
    display: inline-block;
}

.service{
    height: 700px;
    background: url(../image/serviceBg.png) no-repeat center center;
    background-size: 1920px 724px;
    text-align: center;
}
.service .container p{
    font-size: 30px;
    padding: 80px 0;
    color: #fff;
}
.service .container .cont{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service .container .cont div{
    background: #fff;
    width: 283px;
    height: 345px;
    border-radius: 10px;
}
.service .container .cont div img{
    height: 53px;
    margin: 25px 0;
}
.service .container .cont div h3{
    color: #676767;
    font-size: 20px;
    margin-bottom: 30px;
}
.service .container .cont div ul{
    padding: 0 30px;
}
.service .container .cont div li{
    color: #676767;
    font-size: 16px;
    position: relative;
    padding-left: 14px;
    text-align: left;
    margin-bottom: 25px;
}
.service .container .cont div li::before{
    content: "";
    width: 4px;
    height: 4px;
    background: #E91E2C;
    position: absolute;
    left: 0;
    top: 10px;
}

/* Ã¤Â¸Å¡Ã¥Å Â¡Ã¥Â¤â€“Ã¥Å’â€¦Ã©Â¡ÂµÃ©ÂÂ¢ */
/* Ã¤Â¸Å¡Ã¥Å Â¡Ã¥Â¤â€“Ã¥Å’â€¦Ã¦ÂµÂÃ§Â¨â€¹ */
.process{
    /* box-shadow: 0 0 10px #eee; */
    color: #333;
    margin-top: -60px;
    background: #fff;
    padding: 20px 90px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
.process h3{
    position: relative;
    font-size: 26px;
    margin-bottom:20px;
}
.process h3::before{
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #E50012;
    position: absolute;
    left: -18px;
    top: 12px;
}
.process p{
    line-height: 30px;
    font-size: 16px;
}
/* Ã¤Â¼ÂÃ¤Â¸Å¡Ã©Å¡Â¾Ã©Â¢Ëœ */
.comtitle{
    position: relative;
    padding: 60px 0 10px;
    margin: 0 0 60px;
    text-align: center;
    font-size: 30px;
}
.comtitle:before{
    content: "";
    width: 56px;
    height: 3px;
    background: #E91E2C;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.problem .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.problem .container>div{
    width: 585px;
    height: 212px;
    padding: 41px 58px;
    line-height: 46px;
    background: #fff;
    margin-bottom: 20px;
}
.problem .container>div img{
    height: 46px;
}
.problem .container>div:nth-of-type(3) img{
    height: 37px;
}
.problem .container>div div{
    font-size: 22px;
    margin-bottom: 20px;
}
.problem .container>div p{
    font-size: 16px;
    line-height: 35px;
}
/* Ã¦Å“ÂÃ¥Å Â¡Ã¦â€“Â¹Ã¦Â¡Ë† */
.solve{
    background: #fff;
}
.solve .title{
    display: flex;
    color: #333;
    border-bottom: 1px solid #E1E1E1;
    justify-content: space-between;
}
.solve .title span{
    display: inline-block;
    line-height: 80px;
    font-size: 18px;
    cursor: pointer;
    padding: 0 20px;
    border-bottom: 2px solid transparent;
}
.solve .title span.active{
    border-bottom-color:#E50011;
    font-weight: bold;
}
.solve .cont{
    width: 1090px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.solve .cont h3{
    font-size: 26px;
    font-weight: normal;
    margin: 60px 0 40px;
}
.solve .cont p{
    color: #676767;
    font-size: 16px;
    line-height: 45px;
    margin-bottom: 50px;
}
.solve .cont .left{
    float: left;
    line-height: 40px;
}
.solve .cont .left h5{
    font-size: 16px;
}
.solve .cont .left li{
    color: #676767;
    font-size: 16px;
}
.solve .cont .right{
    float: right;
    /* width: 260px; */
}
.solve .cont .right img{
    height: 260px;
}
.solve .cont .left a{
    cursor: pointer;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    border:1px solid #ED1831;
    border-radius: 36px;
    font-size: 16px;
    display: inline-block;
    margin-top: 30px;
    background-color: #ED1831;
}

/* Ã¨â€“ÂªÃ¨Âµâ€žÃ©â€”Â®Ã©Â¢Ëœ */
.issus{
    padding-bottom: 50px;
}
.issus .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.issus .container>div{
    display: flex;
    justify-content: space-between;
    border: 1px solid #eee;
    align-items: center;
    width: 587px;
    padding: 30px;
    margin-bottom: 17px;
}
.issus .container>div img{
    width: 50px;
    height: 50px;
}
.issus .container>div div{
    width: 435px;
}
.issus .container>div h3{
    font-size: 18px;
    margin-bottom: 15px;
}
.issus .container>div p{
    color: #676767;
    font-size: 14px;
    line-height: 30px;
}

/* Ã¦â€Â¹Ã¥ÂËœ */
.salaryChange{
    background: #F4F3F3;
    padding-bottom: 100px;
}
.salaryChange .container{
    display: flex;
    justify-content: space-between;
}
.salaryChange .container>div{
    width: 285px;
    height: 299px;
    background: #fff;
    padding: 18px 25px;
}
.salaryChange .container>div div{
    width: 205px;
    height: 135px;
    line-height: 135px;

    text-align: center;
}
.salaryChange .container>div div img{
    height: 135px;
    display: inline-block;
    vertical-align: middle;
}
.salaryChange .container>div:nth-of-type(3) div img{
    height: 93px;
}
.salaryChange .container>div:nth-of-type(4) div img{
    height: 102px;
}
.salaryChange .container>div h3{
    font-size: 18px;
    color: #333;
    margin: 10px 0;
    text-align: center;
}
.salaryChange .container>div p{
    color: #676767;
    font-size: 14px;
}
.salaryChange .container>div a{
    cursor: pointer;
    display: block;
    width: 113px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
    background: #E91D2B;
    margin: 10px auto 0;
    text-align: center;
    border-radius: 5px;
}
