﻿    body {
    padding:0;
    margin:0;
    overflow-x:hidden;
    overflow-y:auto;
    }
     body a {
        cursor:pointer;
     }
    
    /*联系我们*/
    .contact_list {
     list-style:none;
     padding:0px; 
     width:750px;
     height:200px; 
     margin:0px 280px;
     float:left;
    }
    .contact_list li {
    float:left;
    text-align:left;
    color:#eeeeee;
    height:40px;
    line-height:40px;
    width:750px;
    margin-right:0 auto;
    font-size:18px;
    }
    .contact_href {
        padding:0;
        list-style:none;
        width:840px;
        height:120px;
        margin:60px 206px 0px;
        float:left;
    }
     .contact_href li {
         width:230px;
         height:120px;
         margin-right:50px;
         text-align:center; 
         float:left;
     } 
    .contact_href li a {
        text-decoration: none;
        cursor: pointer;
        font-size: 16px;
        color: #aaaaaa;
        border: 1px solid #444444;
        border-radius: 10px;
        padding: 5px 20px;
        background-color: #444444;
    }
    .contact_href li:hover a{
    color:#eeeeee;
    background-color:#f5821f;
    border: 1px solid #f5821f;
    transition:0.5s;
    } 

        /*小导航*/
    .float_hander {
    width:160px;
    height:auto;
    position:fixed;
    left:20px;
    top:50%; 
    z-index:9999;
    }
    .float_hander ul {
    width:160px;
    padding:0;
    margin:0;
    height:auto;
    list-style:none;
    }
    .float_hander li {
    width:160px;
    height:50px;
    line-height:50px;
    float:left; 
    border-radius:10px;
    /*background-color:#000;*/
    background-image:url("../../Images/NewIDMT/News/di.png");
    margin-bottom:20px;
    text-align:center;
    }
    .float_hander li a {
    text-decoration:none;
    font-size:20px;
    cursor:pointer;
    color:#808080;
    }
    .float_hander li:hover a{
    color:#f5821f;
    transition:0.5s;
    }

     /*加入我们*/ 
     .position_list ul { 
     width:1200px; 
     padding:0;
     margin:0;
     height:auto;
     list-style:none;
     }
     .position_list li {
     width: 530px;
     height:auto;
     float: left; 
     padding:20px;
     margin-left:20px; 
     border-bottom:1px solid #666666;
     } 
     .position_list li div {
     float:left;
     text-align:left;
     height:140px;
     text-align:center;
     }
    .need_list {
    width:300px; 
    text-align:left;
    margin-left:10px;
    margin-right:10px;
    }
    .need_list a {
    border: #666666 1px solid;
    color: #666666;
    border-radius: 15px;
    text-decoration: none;
    line-height: 20px;
    height: 20px;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top:10px;
    font-family:宋体;
    font-size:14px;
     } 
    .need_img {
    width:140px; 
    }
    .need_down {
    width:70px; 
    line-height:174px;
    }
    .need_down img { 
     margin-left: 22px;
     width: 48px;
     height: 48px;
     cursor:pointer;
    }
    /*更多*/
    .need_morelist {
    height:auto;
    padding:0;
    margin:0; 
    padding:20px;
    }
    .need_morelist h4 {
    color:#eee;
    height:0px; 
    font-size:14px;
    font-family:宋体;
    }
    .need_morelist label {
    color:#666666;
    font-size:12px;
    line-height:20px;
    font-family:宋体;
    }

    /*发送邮箱*/
    .to_message {
        width:1180px;height:120px;float:left;padding-top:40px;margin:0 auto;text-align:center;
    }
    .toEmail {
        height:60px;width:240px;line-height:60px;border:2px solid #f5821f;border-radius:10px;text-align:center;margin:0 auto;margin-top:30px;
    }
    .toEmail a {
        font-size:20px;color:#f5821f;text-decoration: none;
    }
    .toEmail a img {
    margin-right:10px;border:0px;margin-bottom:-9px;
    width:30px;
    height:30px;
    }