/*中间文字介绍部分*/
html,body{
    width: 100%;
    position: relative;
}
.box-center{
    width: 100%;
    background-color: #00a9e0;
}
.box-center .box-main-center{
    height: 35px;
    line-height: 35px;
    margin: 0 8%;
    /*border: 1px solid red;*/
}
.box-center .box-main-center label,.box-center .box-main-center label a{
    color:#fff;
    font-size: 16px;
}
.Text_01{
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.Text_01 .text-introduce{
    height: 40px;
    line-height: 40px;
    margin: 0 8%;
    /*border: 1px solid green;*/
    text-align: left;
    display: inline-block;
}
.Text_01 .text-introduce span{
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    font-weight:bold;
}
/*图片*/
.Text_01 .text-introduce_01{
    height: 54px;
    width: 247px;
    margin: 15px 8% 0;
    text-align: left;
    /*border: 1px solid red;*/
}
.Text_01 .text-introduce_02{
    margin: 15px 8% 80px;
    text-align: left;
    /*border: 1px solid red;*/
}
.Text_01 .text-introduce_02 h1{
    font-size: 19px;
    color: #464646;
    font-weight: bold;
}
.Text_01 .text-introduce_02 h2{
    font-size: 19px;
    color: #464646;
    font-weight: bold;
    margin-top: 20px;
}
.Text_01 .text-introduce_02 h4{
    color:#464646;
    font-weight: bold;
    margin-top: 10px;
}
.Text_01 .text-introduce_02 .xiao{
    font-size: 16px;
    color: #464646;
    font-weight: bold;
    margin-top: 20px;
}
.Text_01 .text-introduce_02 .xiao_01{
    font-size: 16px;
    color: #464646;
    font-weight: bold;
    margin: 15px 0;
}
.Text_01 .text-introduce_02 .mar1{
    margin-top: 0;
}
.Text_01 .text-introduce_02 p{
    font-size: 17px;
    color: #464646;
    margin-top: 20px;
    text-align: left;
}
.Text_01 .text-introduce_02 .space_05 strong{
     font-weight:bold;
 }
.Text_01 .text-introduce_02 .text-introduce_inner_images_01 img{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}
.Text_01 .text-introduce_02 .text-introduce_inner_images_02 img{
    width: 46.875%;
    display: inline-block;
    margin-top: 20px;
}
.Text_01 .text-introduce_02 strong a{
    color:#179ef3;
}
/*中间文字介绍*/