@charset "utf-8";
body {background-color: #ffffff; color:#3c3b3b;}
a {color:#3c3b3b;}
.banner {width:100%;max-width: 1680px;margin: 0 auto}
.banner img {width: 100%;max-width: 1680px;margin: 0 auto;display: block}
.position {width: 100%;max-width: 960px;margin:0 auto; background: url(../images/home.jpg) no-repeat left;padding-left: 20px; font:12px Calibri;line-height: 35px;padding-top: 5px}
.content {width: 100%;max-width: 960px;margin:0 auto;margin-top:25px;overflow:hidden;}
.left {width:23%;}
.left .category {font-size:18px;font-weight:bold;border-bottom: 1px solid #c7c5c5;padding:0 0 15px 15px;}
.left ul {margin:0 0 10px 0; padding-bottom:40px;}
.left li {line-height: 30px;height:40px;border-bottom: 1px solid #eee;}
.listul a {vertical-align: middle;font-size:12px;line-height: 30px;height:30px; padding: 5px 0 5px 5px; display: block; }
.right {width:73.5%;padding-bottom: 85px}
.right h2 {font-size: 18px;margin-bottom: 38px;font-weight:bold;width: 100%;text-align: center;}
.right h3 {font-size: 14px;font-weight:bold;width: 100%;margin-top: 22px;line-height: 28px}
.right p {font-size: 12px;line-height: 150%;color:#666666;}
.right ul {overflow: hidden;margin-top: 40px}
.right li {float:left;width:32%; margin-right: 2%;margin-top:10px; background-color: #000000;position: relative}
.right li img{width: 100%;display:block;height: 100%}
.right .last {margin-right: 0}
.address {border-bottom: 1px solid #c7c5c5;padding: 10px 0}
.online p{float: left;width: 360px}
.online a{float: right;width: 152px;height: 21px;background: url(../images/contact/online.jpg) no-repeat center;}
.first {margin-top: 10px}
.miningform {width:100%;margin-top: 40px}
.miningform label {font-size: 14px;margin: 2px 0}
.miningform input {width:702px;margin-bottom:18px;border: 1px solid #e1e1e1;height: 30px; font-size: 18px;}
.miningform textarea {margin:5px 0;width:702px;height: 128px;resize:none;border: 1px solid #e1e1e1; font-size: 18px;}
.submit {display: block;border-radius: 5px; background-color: #1d61ad;width: 52px; padding: 6px 18px; color: #fff; font-size: 16px;}

/* PAD */
@media (min-width: 767px) and (max-width: 991px){
    .position{
      display: none;
    }
    .right{
      width: 60%;
      margin-right: 20px;
    }
    .left{
      width: 28%;
      margin-left: 20px;
    }
    .online p{
      width: 260px;
    }
    .miningform input{
      width: 450px;
    }
    .miningform textarea{
      width: 450px;
    }
}

/* PHONE */
@media (max-width: 767px){
  .position{
    display: none;
  }
  .left{
    width: 100%;
  }
  .left li{
    width: 42%;
    float: left;
    margin: 0 4%;
    line-height: 21px;
    height: 21px;
    border-bottom: none;
  }
  .listul a{
    line-height: 21px;
    height: 21px;
    padding: 0;
    text-align: center;
    border: 1px solid #eee;
    color: #666;
  }
  .listul .listul-active a{
    background: #08249e;
    color: #fff;
  }
  .left ul{
    padding-bottom: 0;
    overflow: hidden;
  }
  .left .category{
    display: none;
  }
  .right h2{
    display: none;
  }
  .right{
    width: 96%;
    margin: 0 auto;
  }
  .right li{
    width: 31%;
  }
  .online p{
    width: 100%;
  }
  .online a{
    float: left;
    margin-top: 20px;
  }
  .miningform input{
    width: 96%;
    display: block;
  }
  .miningform textarea{
    width: 96%;
  }
  .miningform label{
    width: 96%;
  }
  .foot-l .ft-right{
    display: block;
  }
  .foot-l.ft-left{
    float: none;
    display: block;
  }
}
