﻿.bottom_img {
    width: 1080px;
    height: auto;
    /*background: #00ff90;*/
    position: relative;
    /*margin: 80px auto;*/
}
.bottom_img_left {
    float: left;
    width: 525px;
    /*height: 338px;*/
    height: auto;
    /*background:#ff6a00;*/
    margin-right: 30px;
    /*border:2px solid #93c83f;*/
}
.bottom_img_right {
    float: left;
    width: 525px;
    height: auto;
    /*height: 338px;*/
    /*background: #0094ff;*/
    /*border: 2px solid #93c83f;*/
}
.bottom_img img {
    border: 2px solid #dedede;
}
.bottom_img img:hover {
        border: 2px solid #93c83f;
    }
.bottom_img_left img:hover {
    border: 2px solid #93c83f;
}
.bottom_img_right img:hover {
    border: 2px solid #93c83f;
}
.bottom_img p {
    /*font-family: 方正兰亭超细黑简体;*/
    font-size: 18px;
    line-height: 50px;
    /*font-weight: 300;*/
}
.line_p {
    width: 100%;
    height: 50px;
    clear: both;
    /*background: #93c83f;*/
}
#divFrame {
    width: 1080px;
    margin: 0 auto;
}
#downloadFra_left {
    float: left;
    width: 450px;
    height: 100px; /*background:#f8f8f8;*/
    margin-top: 20px;
}
#downloadFra_middle {
    float: left;
    width: 200px;
    height: 100px; /*background:#f8f8f8;border:1px solid #ff0000;*/
    margin-top: 20px;
}
#downloadFra_right {
    float: left;
    width: 430px;
    height: 100px; /*background:#f8f8f8;*/
    margin-top: 20px;
}
#downloadFra_middle p {
    font-size: 35px;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 10px;
    color: #444;
    font-weight: lighter;
    font-family: 'Microsoft YaHei',Tahoma,Arial;
    margin-left: 6px;
}
#downloadFra_left p {
    float: right; /*letter-spacing:-10px;*/
    margin-top: 63px;
    color: #666;
    font-size: 20px;
}
#downloadFra_right p {
    float: left; /*letter-spacing:-10px;*/
    margin-top: 63px;
    color: #666;
    font-size: 20px;
}
#line_p {
    height: -10px; /*background:#ffd800;*/
    clear: both;
}
#Expand_file {
    text-align: center;
    padding-left: 15px;
}
#Hidden_file { /*background:#03927a;*/
    width: 100%;
    height: auto;
}
#p_title {
    font-family: "Microsoft Yahei","PingFangSC",Arial;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
}
#p_content {
    font-family: "Microsoft Yahei","PingFangSC",Arial;
    font-size: 17px;
    line-height: 30px;
}
/* 20191029 新修改样式 */
.outerbox{
    width:1080px;
    height:auto;
    /*background:#ffd800;*/
}
.outerbox_left {
    width: 32.5%;
    height: 240px;
    float:left;
    margin-right: 12px;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    background: #f9f9f9;
}
.outerbox_middle {
    width: 32.5%;
    height: 240px;
    float: left;
    margin-right: 12px;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    background: #f9f9f9;
}
.outerbox_right {
    width: 32.5%;
    height: 240px;
    float: left;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    background: #f9f9f9;
}
.p_img {
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #2ec574;
    margin: 1rem auto 0.5rem;
    padding:0px!important;
}
.p_img  img{width:100%;height:100%;}
.p_title {
    font-size: 18px!important;
    font-weight: 500!important;
    text-align: center;
}
.outerbox p {
    font-size: 16px;
    font-weight: 300;
    padding: 6px 12px;
    line-height: 28px;
}
.line_p{
    width:100%;
    height:30px;
}
.outerbox01 {
    width: 1080px;
    height: auto;
    /*background: #ffd800;*/
}

.outerbox01_left {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 21px;
   /* background: #f9f9f9;*/
}

.outerbox01_middle {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 21px;
    /*background: #f9f9f9;*/
}

.outerbox01_right {
    width: 32%;
    height: auto;
    float: left;
    /*background: #f9f9f9;*/
}
.outerbox01 p{
    height:40px;
    font-size:18px;
}
.outerbox01 img {
    width: 95%;
    height: 95%;
    border:1px solid #f3f3f3;
    border-radius:15px;
}
    .outerbox01 img:hover {
        border-radius: 15px;
        border: 1px solid #93c83f;
    }
.outerbox_left:hover {
    border-radius: 8px;
    border: 1px solid #93c83f;
}
.outerbox_middle:hover {
    border-radius: 8px;
    border: 1px solid #93c83f;
}
.outerbox_right:hover {
    border-radius: 8px;
    border: 1px solid #93c83f;
}