@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; }
.miningform input {width:213px;margin:5px 0;padding:2px; color: #ccc;}
.miningform textarea {margin:5px 0;padding:2px;width:213px;height: 85px;resize:none; color: #ccc;}
.submit {display: block;background: url(../images/submit.jpg) no-repeat center;width:78px;height:22px;margin-top: 5px}
.right {width:74.6%;padding-bottom: 85px}
.right a{display: block}
.right h1 {font-size: 24px;color:#16366a;font-weight:bold;margin-bottom: 30px}
.right ul {overflow: hidden;}
.right li {float:left; width:343px; margin:5px 30px 15px 0;}
.right span{background: url(../images/libg_grey.png) left no-repeat;background-color: #eeeeee; padding: 5px 0 5px 70px; display: block; height: 70px;}
.right .mr0 {margin-right: 0}
.right .last {margin-right: 0;background: url(../images/products/lastbg.png) center no-repeat;background-color: #eeeeee;}
.right h2 {font-size:18px;font-weight:bold;line-height: 30px;}
.right a:hover{color:#3c3b3b;}
.right p {font-size:12px;}
.right span.pro-gg{
  background: url(../images/libg_blue.png) left no-repeat;
  background-color: #025abc;;
  color: #fff;
}
#miningformbox{display: none;}
/* PAD */
@media (min-width: 767px) and (max-width: 991px){
    .position{
      display: none;
    }
    .right{
      width: 60%;
      margin-right: 20px;
    }
    .left{
      width: 28%;
      margin-left: 20px;
    }
    .right li{
      width: 220px;
      margin: 5px 15px 10px 0;
    }
    .right li img{
      width: 220px;
    }
    .right span{
      background: url(../images/libg_grey-pad.png) left no-repeat;
      padding: 5px 0 5px 40px;
      background-color: #eee;
      height: auto;
    }
    .right p{
      display: none;
    }
}

/* PHONE */
@media (max-width: 767px){
  .position{
    display: none;
  }
  .left{
    display: none;
  }
  .right{
    width: 96%;
    margin: 0 auto;
  }
  .foot-l .ft-right{
    display: block;
  }
  .foot-l.ft-left{
    float: none;
    display: block;
  }
  .right h1{
    display: none;
  }
  .right li{
    width: 48%;
    margin-right: 4%;
  }
  .right img{
    width: 100%;
  }
  .right span{
    background: #eee;
    padding: 5px;
    height: auto;
  }
  .right h2{
    font-size: 14px;
  }
  .right p{
    display: none;
  }
  .right span.pro-gg{
  background: #025abc;;
  color: #fff;
}

#miningformbox {
	display: block;
    width: 100%;
    border-bottom: none;
}

#miningformbox .miningform input {
    width: 96%;
    margin: 5px 0;
    padding: 2px;
    color: #ccc;
}

#miningformbox .miningform textarea {
    margin: 5px 0;
    padding: 2px;
    width: 96%;
    height: 85px;
    resize: none;
    color: #ccc;
}
}
