
.banner {
    background: url("../../images/solve/jingwu/banner 01.png") no-repeat center center;
    width: 100%;
    height: 300px;
    position: relative;
}
.banner h2 {
    font-family: SourceHanSansSC-Regular;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 76px;
    padding-top: 76px;
    color: #333333;
}
.banner p {
    font-family: SourceHanSansSC-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: -0.1px;
    color: #898989
}
.navbar {
    width: 100%;
    border-bottom: none;
}
.navbar>div{
    border: solid 1px #efefef;
    background-color: #fff;
}
.content-header {
    display: flex;
    flex-wrap:nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.content-header-right ul {
    width: 360px;
    margin-right: 99px;
    display: flex;
    flex-wrap:nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.content-header-left p span,.content-header-right ul li {
    font-family: SimSun;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0.4px;
    color: #686363;
}
.content-header-right ul li{
    cursor: pointer;
    position: relative;
}
.content-header-right ul li i {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #e94c19;
    bottom: 0;
    opacity: 0;
}
.content-header-right ul li i.active{
    opacity: 1;
}
.content-header-right ul li:hover i{
    opacity: 1;
    transition:all 1000ms;
}
.content-body{
    width: 100%;
    height: auto;
    padding-top: 100px;
}
.content-body>section {
    text-align: center;
}
.content-body-footer{
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    justify-content: flex-start;
    width: 100%;
}
.content-body-footer>section:nth-child(1){
    width: 274px;
}
.content-body-footer>section:nth-child(2){
    width: 708px;
}
.content-body-footer>section:nth-child(3){
    width: 196px;
}
.content-body-footer>.left-part ul {
    height: 474px;
    background: url("../../images/solve/company/001.png");
    padding-top: 70px;
}
.content-body-footer>.left-part ul li{
    width: 201px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    font-family: SimSun;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
    margin-bottom: 16px;
}
.content-body-footer>.left-part ul li:first-child {
    margin-top: 26px;
}
.left-part,.right-part {
    margin-top: 32px;
}
/*------------------------------------------------*/
.function{
    padding-top: 90px;
}
.content-body>section h2,
.function-child-f h2{
    font-family: SimHei;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0px;
    color: #1e1d1d;
    text-align: center;
}
.content-body>section> p,
.function-child-f p{
    text-align: left;
    text-indent: 2em;
    font-family: SimSun;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #686363;
    margin-bottom: 18px;
}
.function-child-f p{
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
    text-indent: 2em;
}
.function-child-s-t,.function-child-t-t {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 34px;
}
.left-s-t {
    font-family: Impact,simhei;
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 2px;
    color: #cdf5f0;
    width: auto;
    margin-right: 26px;
    margin-bottom: 62px;
}
.right-s-t {
    padding-top: 8px;
}
.right-s-t>h3 {
    font-family: SourceHanSansSC-Normal;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0;
    color: #1e1d1d;
    margin-bottom: 4px;
}
.right-s-t>p {
    font-family: SimSun;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    color: #686363;
}
.function-child-s-b {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
.left-s-b {
    padding-left: 72px;
}
.left-s-b ol li h5 {
    font-family: SourceHanSansSC-Normal;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: 0px;
    color: #444444;
}
.left-s-b ol li p {
    font-family: SimSun;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #a0a0a0;
    margin-bottom: 2px;
}
.function-child-s-b ol li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 42px;
}
.left-s-b ol li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 52px;
    background-color: #eeeeee;
    border-radius: 5px;
}
.right-s-b {
    position: absolute;
    right: 0;
    top: -48px;
}
.function-child-t-b{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.function-child-t-b>p {
    margin-left: 112px;
}
.function-child-t-b>p>img{
    margin-right: 36px;
}
.function-child-t-b>p>img:last-child {
    margin-right: 0;
}
    /*------------------------------------------*/

.products{
    padding-top: 110px;
}
.products >div h5 {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #1e1d1d;
    margin-bottom: 36px;
    text-align: center;
}
.products ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 136px;
}
.products ul li {
    width: 300px;
    height: 352px;
    text-align: center;
    padding-top: 24px;
    margin-bottom: 82px;
}
.products ul li img {
    margin-bottom: 38px;
}
.products ul li span{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
}
.products ul li:nth-last-child(1),.products ul li:nth-last-child(2){
    margin-bottom: 0;
}
.methods-advantage h2 {
    font-family: SourceHanSansSC-Normal;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #1e1d1d;
    margin-bottom: 38px;
    text-align: center;
    margin-top: 98px;

}
.methods-advantage ul {
    display: flex;
    flex-wrap:nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.methods-advantage ul li {
    width: 279px;
    height: 186px;
    background-color: #ffffff;
    border: solid 1px #c9c9c9;
    padding-top: 20px;
    text-align: center;
}
.methods-advantage ul li h6 {
    line-height: 28px;
    font-family: SimSun;
    font-size: 16px;
    color: #434343;
    margin-top: 13px;
    margin-bottom: 4px;
    font-weight: bold;
}
.methods-advantage ul li p {
    line-height: 24px;
    font-family: SimSun;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #535253;
}
