/*----top 文字链接----*/
.top_font {
    font-family: "微软雅黑 Light";
    font-size: 16px;
    color: rgb(18, 18, 18);
    letter-spacing: 1px;
    font-weight: 400;

    margin-top: 8%;
    margin-bottom: 8%;
}

.top_font p {
    display: inline-block;
    padding-right: 1%;
}

.top_font img {
    display: inline-block;
}

a {
    color: rgb(18, 18, 18);;
}

a:active {
    color: rgb(49, 49, 100);
}

/*----top logo----*/
.top_logo {
    margin-bottom: 4%;
}

.top_logo img {
    margin: 0 auto;
    opacity: 0.8;
}

/*----top title----*/
.top_title{
    font-family: "微软雅黑 Light";
    font-size: 29px;
    color: rgba(28,28,28,0.9);
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3%;
}
.top_hr{
    width: 60%;
    height: 2px;
    background-color: rgb(83,83,83);
    margin: 0 auto;
    margin-bottom:30px;
}
/*----body main----*/
.body_img{
    margin-top: 9%;
}
.body_img1{
    padding-left: 0px;
    padding-right: 30px;
}
.body_img2{
    padding-left: 30px;
    padding-right: 0px;
}
/*----main----*/
.body_title{
    margin-top: 3%;
    padding-bottom: 8%;
}
.body_title div:nth-child(odd){
    font-family: "微软雅黑 Bold";
    color: rgba(28,28,28,0.9);
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 800;
    display: inline-block;
    margin-left: 15px;
}
.body_title div:nth-child(even){
    font-family: "微软雅黑 Light";
    color: rgba(28,28,28,0.9);
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 200;
    display: inline-block;
    margin-left: 15px;
}
.main_title_font{
    font-family: 微软雅黑 Bold;
    font-size: 18px;
    color: rgba(28,28,28,0.9);
    font-weight: 700;
    letter-spacing: 1px;

}
.main_font{
    font-family: "微软雅黑 Light";
    font-size: 16px;
    color: rgba(28,28,28,0.9);
    letter-spacing: 1px;
    line-height: 2em;

    padding-bottom: 2%;
}
@media screen and (max-width: 992px) {
    .body_img1{
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
}
@media screen and (max-width:767px)
{
    .top_title
    {
        font-size: 20px;
    }

    .body_right
    {
        padding: 0;
    }

    .top_hr
    {
        width: 100%;
    }
    .main_font
    {
        font-size:15px;
    }

}