/*中间文字介绍部分*/
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: 4px;
    line-height: 48px;
    font-weight: bold;
}
.Text_01 .text-introduce_01{
    height: 58px;
    width: 247px;
    margin: 15px 8% 0;
    text-align: left;
    /*border: 1px solid red;*/
}

.Text_01 .text-introduce_02 {
    margin: 15px 8% 40px;
    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: 40px;
}
.Text_01 .text-introduce_02 p{
    color: #464646;
}
.Text_01 .text-introduce_02 .spacing_01{
    margin-top: 10px;
}
.Text_01 .text-introduce_02 .xiao,.xiao_01{
    margin: 20px 0;
}
.Text_01 .text-introduce_02 .xiao img{
    width: 17%;
}
.Text_01 .text-introduce_02 .xiao_01 img{
    width: 23%;
}
.Text_01 .text-introduce_02 .text-introduce_inner_images_01 img {
    width: 100%;
    display: inline-block;
}
/*中间文字介绍*/