@charset "utf-8";
body {background-color: #ffffff; color:#3c3b3b;}
a {color:#3c3b3b;}
.banner {width:100%;max-width: 1680px;margin: 0 auto}
.bannerin {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:73.5%;padding-bottom: 85px}
.solutions {margin-top: 40px;overflow: hidden;border-bottom: 1px solid #c7c5c5;padding-bottom: 33px}
.solutions img {display: block;width:30%;border: 1px solid #c7c5c5}
.solutions .des {width: 63%}
.solutions h2 {font-size: 14px;font-weight: bold;color:#003781; margin-bottom: 3px;}
.solutions p {width:100%;color:#3c3b3b;font-size: 14px;line-height: 22px}


/*for method*/
.method {padding-bottom: 40px;border-bottom: 1px solid #c4c4c4;overflow: hidden;}
.method h1 {font-size:18px;font-weight:bold;text-align: center;line-height: 35px;margin-bottom: 20px}
.method .ta-l {text-align: left;}
.method h2 {font-size: 14px;font-weight: bold;color:#3c3b3b;line-height: 24px; margin:5px 0;}
.method img{
    float: left;
    margin-right: 20px;
}
.method .title {font-size: 16px;font-weight: bold;color:#1f1d1d;line-height: 45px;}
.selected {border-top: 1px solid #020202;border-bottom: 1px solid #020202}
.method h3 {font-size: 14px;font-weight: bold;color:#3c3b3b;line-height: 24px; margin:5px 0;}
.method p {color:#3c3b3b; line-height: 22px}
.products {clear:both;margin-top:20px;background-color: #f1efef;padding: 15px 0;overflow: hidden;}
.products p{padding-left:32px;color:#3c3b3b;font-size: 14px; font-weight:bold;line-height: 22px}
.container {overflow: hidden;clear: both;margin-top: 20px}
.picleft {background: url("../images/solutions/left.jpg") no-repeat left;width: 11px;height: 76px;margin:0 10px; cursor:pointer}
.picright {background: url("../images/solutions/right.jpg") no-repeat right;width: 11px;height: 76px;margin:0 10px; cursor:pointer}
.pics {position:relative;height:96px;overflow: hidden;width: 640px}
.pics ul {position:absolute;}
.pics li {float: left;width:110px;margin-right: 22px;}
.pics a {display: block;text-align: center;}
.pics img {width:106px;border: 3px solid #ffffff}
/*for mineral*/
.mineral {padding-bottom: 40px;border-bottom: 1px solid #c4c4c4;overflow: hidden;}
.mineral h1 {font-size:18px;font-weight:bold;text-align: left;line-height: 35px;margin-bottom: 20px}
.mineral h2 {clear:both;font-size: 16px;font-weight: bold;color:#1f1d1d;line-height: 45px;}
.selected {border-top: 1px solid #020202;border-bottom: 1px solid #020202}
.first {margin-top: 60px}
.mineral h3 {font-size: 14px;font-weight: bold;color:#666666;line-height: 24px;}
.mineral h4{
	font-size: 12px;
	font-weight:bolder;
	margin: 5px 0;
}
.mineral p {color:#3c3b3b;font-size: 12px;line-height: 22px}
.mineral div {display: none;}
.mineral div p {clear:both;}
.min-img {float: right;margin:0 0 20px 40px;border: 1px solid #c7c5c5}
.mineral img{border: 1px solid;}
table,td,th {border: 1px solid #0a0a0a;}
table {
    clear: both;
    margin: 30px 0;
    font-size: 14px;
    text-align: center;
    color: #0a0a0a;
    width: 100%
}
table td {
        height: 30px;padding: 0;margin: 0;
    }
th {
    height: 44px;
    padding: 0 7px;
    background-color: #a5a5a5;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    /*word-break: keep-all;*/
    /*white-space:nowrap;*/
}
.pdf li{
	background: url(../images/pdf.jpg) no-repeat left;
	padding-left: 20px;
	margin: 5px 0;
}
.pdf a{
	text-decoration: underline;
}
.listrm{display:block;background:url(../images/solutions/arrow.jpg) right no-repeat;color:#003781;font-size: 14px;width:100px;height: 20px;padding-right:10px;margin-top:30px;}

#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;
    }
}

/* 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;
  }
  #miningformbox {
	display: block;
    width: 100%;
    border-bottom: none;
	margin-top:30px;
}

#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;
}
}
