@charset "UTF-8";
.introduce{
    padding: 40px 0;
    font-size: 16px;
    color: #666666;
}
.introduce p{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
.website h1{
    color: #666666;
    font-size: 32px;
    font-weight: normal;
}
.introduce .box{
    width: 180px;
    line-height: 50px;
    margin: 30px auto;
    color: white;
    font-size: 26px;
    text-align: center;
    border-radius: 40px;
}
.introduce .box1{
    background-color: #9d86bf;
}
.introduce .box2{
    background-color: #48A9C4;
}
.website h2{
    text-align: center;
    margin: 40px 0;
}
h2 strong{
    color: #666666;
    padding: 5px 0;
    font-size: 22px;
    font-weight: normal;
    border-bottom: 4px solid #9d86bf;
}
.introduce .box_wrapper{
    width: 226px;
    height: 261px;
    margin: 0px auto;
    text-align: center;
    background-image: url('../../img/solution/fjzl/solution_bg1.png');
}
.introduce .box_wrapper i{
    display: inline-block;
    margin-top: 80px;
    font-size: 36px;
    font-weight: bold;
}
.introduce .box_wrapper h3{
    margin: 10px;
    font-size: 18px;
    font-weight: normal;
}
.introduce .box_wrapper:hover{
    color: white;
    background-image: url('../../img/solution/fjzl/solution_bg2.png');
}
.introduce .box_wrapper:hover i{
    color: white;
}
.introduce .box_wrapper:hover h3{
    font-size: 24px;
}
.introduce ul{
    margin: 0;
    padding: 0;
}
.introduce ul li{
    position: relative;
    margin: 20px 0;
    padding: 0;
    list-style: none;
    display: block;
    overflow: hidden;
}
.introduce ul li img{
    display: block;
    float: left;
}
.introduce ul li p{
    padding-left: 30px; 
    width: 760px;
    float: left;
    text-align: left;
}

.build_solution{
    padding: 40px 0;
    background-color: whitesmoke;
}

.fp p{
    margin: 20px 0 50px 0;
}

.demo{
    margin-top: 80px;
    padding: 40px 0 80px 0; 
    color: white;
    background-image: url('../../img/solution/fjzl/demo_bg.png');
}
.website .demo h2{
    text-align: center;
    margin: 0 0 60px 0;
    color: white;
}
.website .demo h2 strong{
    color: white;
    padding: 5px 0;
    font-size: 22px;
    font-weight: normal;
    border-bottom: 4px solid white;
}
.demo h4{
    color: white;
    font-size: 21px;
    font-weight: normal;
}
.demo h4 strong{
    color:#F7B52D;
    font-size:22px;
}

.img_wrapper{
    margin: 80px 0;
}
.demo p{
    color: white;
}
.demo b{
    color: white;
    font-weight: normal;
}