﻿.main_document{
    width:100%;
    height:auto;
    background:#ffd800;
   
}
.module_first {
    float: left;
    position: relative;
    width: 32.5%;
    height: 240px;
    background: #00ff90;
    margin-right: 10px;
    margin-bottom: 30px;
    border-radius:8px;
    background:#f9f9f9;
    border:1px solid #f5f5f5;
}
.module_second {
    float: left;
    width: 32.5%;
    height: 240px;
    background: #ff6a00;
    margin-right: 10px;
    margin-bottom: 30px;
    border-radius: 8px;
    background: #f9f9f9;
    border: 1px solid #f5f5f5;
}
.module_third {
    float: left;
    width: 32.5%;
    height: 240px;
    background: #00ff90;
    margin-bottom: 30px;
    border-radius: 8px;
    background: #f9f9f9;
    border: 1px solid #f5f5f5;
}
.module_first:hover{border-radius:8px;border:1px solid #93c83f}
.module_second:hover{border-radius:8px;border:1px solid #93c83f}
.module_third:hover{border-radius:8px;border:1px solid #93c83f}


/*.module_fourth {
    float: left;
    width: 24%;
    height: 250px;
    background: #ff6a00;
    margin-bottom: 60px;
    border-radius: 8px;
    background: #f9f9f9;
    border: 1px solid #f5f5f5;
}*/
.main_document .p_img{width:80px;height:80px;text-align:center;background: #00cda9;border-radius: 50%;margin: 1.5rem auto 0.5rem;padding:0px;}
.main_document .p_img img{width:100%;height:100%;}
.main_document .p_title {  font-size: 18px;font-weight: 500;text-align: center; }
.main_document p { font-size: 16px; font-weight: 300;padding: 6px 6px 6px;margin:0.5rem;}
.bottom_img {
    width: 1150px;
    height: auto;
    /*background: #00ff90;*/
    clear:both;
    margin: 80px auto;
/*    padding-top:50px;*/
}
.bottom_img_left {
    float: left;
    width: 525px;
    height: 338px;
    /*background:#ff6a00;*/
    margin-right: 22px;
    /*border:2px solid #93c83f;*/
}

.bottom_img_right {
    float: left;
    width: 525px;
    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 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:-20px;/*background:#ffd800;*/clear:both;}

