﻿@charset "UTF-8";
.bootstrap-frm {
margin-left:auto;
margin-right:auto;
max-width: 1200px;
background: #F7F7F7;
padding: 0px 0px 20px 0px;
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #888;
text-shadow: 1px 1px 1px #FFF;
border:1px solid #DDD;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin-top: 30px;
margin-bottom: 30px;
}
.bootstrap-frm h1 {
font-size: 18px;
padding: 0px 0px 0px 0px;
padding-left: 5%;
display: block;
border-bottom: 1px solid #DADADA;
margin: 0px 0px 30px 0px;
line-height: 48px;
color: #888;
text-align: left;
}
.bootstrap-frm h1>span {
display: block;
float: left;
margin-right: 12px;
margin-top: 6px;
}
.label_biaodan{margin: 0px 60px;}
.bootstrap-frm label{display: block; margin-bottom: 20px;}
.bootstrap-frm label>span {
display:inline-block;
vertical-align: middle;
width: 5%;
text-align: right;
color: #333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea{
display:inline-block;vertical-align: middle;
border: 1px solid #CCC;
color: #888;
height: 30px;
line-height:30px;
margin-right: 0;
/*margin-top: 2px;*/
outline: 0 none;
padding: 5px 0px 5px 5px;
width: 40%;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap-frm textarea{
height:100px;
width: 60%;
padding: 5px 0px 0px 5px;
}
.bootstrap-frm .button {
background: #FFF;
border: 1px solid #CCC;
padding: 10px 50px 10px 50px;
color: #333;
border-radius: 4px;
display: inline-block;
}
.bootstrap-frm .button:hover {
color: #fff;
background-color: #db1e0a;
border-color: #db1e0a;
}

.form-control {display:inline-block;vertical-align: middle;}
.form-control {
    display:inline-block;
    width: 25%;
    height: 34px;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*产品详细页面*/
.cp_xq{max-width: 1180px; margin:auto; padding: 40px 0px;}
#preview{float:none; margin:0px auto; text-align:center; width:45%; float: left;}
.jqzoom{width:100%; height:100%; position:relative; border:1px solid #ccc;}

.zoomdiv{height:600px; width:600px;}
.list-h li{float:left;}
#spec-n5{width:100%; height:86px; padding-top:6px; overflow:hidden;}
#spec-left{ background:url(../images/left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:20px;}
#spec-right{background:url(../images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:20px;}
#spec-list{ width:90%; float:left; overflow:hidden; margin-left:0px; display:inline;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:92px;}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:80px; height:80px;}
#spec-list ul li.active img{border:2px solid #ff6600;padding:1px;}

/*jqzoom*/
.jqzoom img{max-width: 100%;height: auto; display: block;}
.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:600px;height:600px;background:#fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:900px;height:900px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#fff 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list{ position:relative; width:95%; margin-right:0px;}
#spec-list div{ margin-top:0;margin-left:-30px; margin-left:0;}

.cp_neiro{padding:20px 0px; width: 50%; float: right;}
.cp_neiro h1{height: 48px; font-size: 24px; color: #444;font-weight:bold; border-bottom: dashed 1px #ccc   ;}
.cp_neiro h2{height: 32px; font-size: 18px;font-weight:bold; color: #444; margin-top:20px ;}
.cp_neirop {padding: 10px 0px; font-size: 14px; line-height: 24px; color:#666 ;}

.cp_xq_text{padding-top: 40px;font-size: 14px; line-height: 24px; color:#666 ;}
.cp_xq_text img{max-width: 100%;height: auto; display: block; margin: auto;}


@media (min-width: 320px){
.label_biaodan{margin: 0px 10px;}
.bootstrap-frm label{display: block; margin-bottom: 10px;}
.bootstrap-frm label>span {width: 15%; display: none;}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea{width: 100%;}
.bootstrap-frm textarea{height:100px;width: 100%;}
.form-control {width: 100%;height: 34px;padding: 0px 20px; margin-bottom: 10px;}
.bootstrap-frm .button {padding: 10px 40px 10px 40px; display: block; margin: auto;}

#preview{float:none; margin:0px auto; text-align:center; width:100%; float: none;}
.cp_neiro{padding:20px 0px; width: 100%; float: none;}
#spec-list{ position:relative; width:93%; margin-right:0px;}
.cp_xq{max-width: 1180px; margin:0px 10px; padding: 40px 0px;}
}
@media (min-width: 360px){
#preview{float:none; margin:0px auto; text-align:center; width:100%; float: none;}
.cp_neiro{padding:20px 0px; width: 100%; float: none;}
#spec-list{ position:relative; width:94%; margin-right:0px;}
.cp_xq{max-width: 1180px; margin:0px 10px; padding: 40px 0px;}
}
@media (min-width: 768px){
.label_biaodan{margin: 0px 20px;}
.bootstrap-frm label{display: block; margin-bottom: 20px;}
.bootstrap-frm label>span {width: 10%; display: inline-block;}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea{width: 60%;}
.bootstrap-frm textarea{height:100px;width: 80%;}
.form-control {width: 25%;height: 34px;padding: 0px 20px;}
.bootstrap-frm .button {padding: 10px 50px 10px 50px;display: inline-block; margin: 0;}

#preview{float:none; margin:0px auto; text-align:center; width:45%; float: left;}
.cp_neiro{padding:20px 0px; width: 50%; float: right;}
#spec-list{ position:relative; width:94%; margin-right:0px;}
.cp_xq{max-width: 1180px; margin:0px 10px; padding: 40px 0px;}
}
@media (min-width: 1200px){
.label_biaodan{margin: 0px 60px;}
.bootstrap-frm label{display: block; margin-bottom: 20px;}
.bootstrap-frm label>span {width: 5%; display: inline-block;}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea{width: 40%;}
.bootstrap-frm textarea{height:100px;width: 60%;}
.form-control {width: 25%;height: 34px;padding: 0px 20px;}
.bootstrap-frm .button {padding: 10px 50px 10px 50px;display: inline-block; margin: 0;}

#preview{float:none; margin:0px auto; text-align:center; width:45%; float: left;}
.cp_neiro{padding:20px 0px; width: 50%; float: right;}
#spec-list{position:relative; width:96%; margin-right:0px;}
.cp_xq{max-width: 1180px; margin:auto; padding: 40px 0px;}
}