.productParameter table {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}
.contactUs span.qqNumber {
	display: inline;
	float: none;
}
.contactUs dl dd .qqbtn img {
	margin: 0;
	max-width: 100%;
	max-height: 100%;
	width: 18px;
	margin: 6px 4px 0 7px;
	display: inline-block;
	vertical-align: top;
}
.productParameter table tr th {
    line-height: 25px;
    text-align: left;
    background: #f5f5f5;
    border: 1px solid #e8e8eb;
    color: #666;
    padding: 5px 10px;
}

.productParameter table tr td {
    line-height: 25px;
    text-align: left;
    border: 1px solid #e8e8eb;
    color: #828180;
    padding: 5px 10px;
}

.productParameter table tr td b {
    color: green;
}

.productParameter table tr.trBg {
    /*background: #f5f5f5;*/
}

.productParameter {
    width: 100%;
    margin: 0 auto 0px;
    position: relative;
    overflow: hidden;
}

.parameterMore {
    position: relative;
    width: 500px;
    margin: 0px auto 35px;
}

.parameterMore a {
    display: block;
    position: absolute;
    border-color: #FFF #E5E5E5 #E5E5E5;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 15px;
    left: 50%;
    margin-left: -30px;
    border-radius: 0 0 2px 2px;
    width: 60px;
    top: -1px;
    right: 11px;
    background: #fff;
    text-align: center;
}

.parameterMore a i {
    display: block;
    width: 14px;
    height: 15px;
    margin: -4px 0 0 25px;
    background: url(/NewShowStand/images/upDown.png) no-repeat 0 0;
}

.parameterMore a.more i {
    display: block;
    width: 14px;
    height: 15px;
    margin: -4px 0 0 25px;
    background: url(/NewShowStand/images/upDown.png) no-repeat -19px 0;
}

.productParameter.hideParameter {
    height: 181px;
}
.introImg{
    width: 330px;
    float: left;
    text-align: center;
    padding:15px;
    border: 1px solid #D9DAD9;
    margin: 0px 15px 3px 0;
}
.guestItem .province{
    height: 36px;
    width: 300px;
    margin-left: 17px;
    float: left;
    position: relative;
    z-index: 9;
}
.guestItem #province{
    font: normal 14px/34px "microsoft yahei";
    height: 34px;
    color: #bbbbbb;
    width: 298px;
    text-indent: 13px;
    position: absolute;
    border: 1px solid #d7d7d7;
    left: 0;
    top: 0;
    border-radius: 2px;
    background: url("/NewShowStand/style/19/Images/downArrow.png") 270px 15px no-repeat;
}
.guestItem #provinceList{
    position: absolute;
    background: #fff;
    width: 298px;
    border: 1px solid #d7d7d7;
    top: 35px;
    left: 0px;
    line-height: 24px;
    padding:8px 0;
    z-index: 99999;
}
.guestItem #provinceList li{
    display: block;
    text-indent: 13px;
    font-size: 14px;
    color: #333;
    width: 25%;
    float: left;
}
.guestItem #provinceList li:hover{
    color: #fff;
    background: #4185db;
}
.enquiryItem .province {
  font: normal 14px/32px "microsoft yahei";
  height: 32px;
  color: #333;
  padding: 0;
  float: left;
  width: 170px;
  margin-left: 10px;
  text-indent: 12px;
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  display: inline-block;
  background: url("../Images/downArrow.png") 150px 14px no-repeat;
}
.enquiryItem .province ul {
  position: absolute;
  background: #fff;
  width: 240px;
  height: 84px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #d7d7d7;
  top: 32px;
  left: -1px;
  line-height: 20px;
  padding:8px 0;
}
.enquiryItem .province ul li{
   display: block;
   text-indent: 8px;
   line-height: 20px;
   font-family: "microsoft yahei";
   font-size: 12px;
   color: #333;
   width: 22%;
   float: left;
}
.enquiryItem .province ul li:hover{
    background: #fb672c;
    color: #fff;

  }
  .tips-box {
  	width: 508px;
  	height: 260px;
  	position: fixed;
  	top: 50%;
  	margin-top: -130px;
  	left: 50%;
  	margin-left: -255px;
  	z-index: 999;
  	background: #fff;
  	box-shadow: 0 0 10px #ddd;
  	border: 1px solid #cacaca;
  }

  .tips-box a.close {
  	position: absolute;
  	right: 16px;
  	top: 14px;
  	width: 23px;
  	height: 23px;
  	background: url("/NewShowStand/Style/19/Images/close.png") center center no-repeat;
  }

  .tips-box .correct .tips, .tips-box .err .tips {
  	position: absolute;
  	top: 78px;
  	left: 90px;
  	width: 100%;
  	height: 52px;
  	padding: 9px 0 9px 90px;
  	font: bold 24px/52px "microsoft yahei";
  }

  .tips-box .correct .tips i, .tips-box .err .tips i {
  	height: 70px;
  	width: 70px;
  	position: absolute;
  	left: 0;
  	top: 0;
  	background: url("/NewShowStand/Style/19/Images/tips-icon.png") 0 0 no-repeat;
  }

  .tips-box .correct .btn, .tips-box .err .btn {
  	position: absolute;
  	top: 198px;
  	left: 0;
  	width: 100%;
  	text-align: center;
  }

  .tips-box .correct .btn a, .tips-box .err .btn a {
  	display: inline-block;
  	width: 150px;
  	height: 32px;
  	font: normal 14px/32px "microsoft yahei";
  	color: #474747;
  	border: 2px solid #0f9732;
  	border-radius: 2px;
  	margin: 0 12px;
  }

  .tips-box .correct .btn a:hover, .tips-box .err .btn a:hover {
  	background: #0f9732;
  	color: #fff;
  }

  .tips-box .err .tips {
  	font: bold 18px/26px "microsoft yahei";
  }

  .tips-box .err .tips i {
  	background: url("/NewShowStand/Style/19/Images/tips-icon.png") 0 bottom no-repeat;
  }

  .tips-box .err .btn {
  	top: 180px;
  }

  .tips-box .err .btn a {
  	width: 80px;
  }
  .smallCard{
      width: 100%;
      float: left;
      text-align: center;
      margin-top: 20px;
  }
  .smallCardImg{
      width: 166px;
      height: 166px;
      padding:12px;
      margin: 0 auto;
      background:url("/NewShowStand/images/qcBg.png") no-repeat;
  }
  .smallCardImg img{
      width: 100%;
      height: 100%;
      display: block;
      border:none;
  }
  .smallCardText{
      font-size: 14px;
      padding:12px 0;
      font-family: microsoft yahei;
  }
  .contactCode{
      width: 350px;
      position: absolute;
	  top: 60px;
	  right: 80px;
  }
  .contactUs{
	  position: relative;
  }
.contactUs p,.contactUs strong{
	float: left;
}
.transaction{
	position: absolute;
	right: 17px;
	top: 13px;
	font-size: 14px;
	height: 22px;
	font-weight: bold;
	background:url("/NewShowStand/images/transaction.png") no-repeat 0 0;
}
.transaction a{
	display: block;
	color: #333;
	text-indent: 37px;
	line-height: 18px;
}
.transaction a:hover{
	color: #ff6600;
	text-decoration: underline;
}
.payfor{
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 20px;
	font-family: microsoft yahei;
}
.payfor i{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: top;
	margin-left: 8px;
	background:url("/NewShowStand/images/payfor.png") no-repeat;
}
.payfor i.shield{
	background:url("/NewShowStand/images/payfor.png") no-repeat -28px 0;
}
.tipsText{
	font-size: 14px;
	line-height: 20px;
	font-family: microsoft yahei;
	margin-bottom: 10px;
	width: 530px;
	float: right;
}
.tipsText b{
	color: #ff6600;
}
.authBox{
	z-index: 9992;
}
.authBg{
	z-index: 9991;
}
.products ul li figcation span,.products ul li figcation p{
	text-align: center;
}
.tyc{
	position: absolute;
	right: 8px;
	top: 0;
	line-height: 48px;
	font-size: 12px;
	font-family: "microsoft yahei";
}
.tyc img{
	height: 20px;
	vertical-align: middle;
	margin: 0 10px;
}
.searchSelect {
	position: relative;
	float: left;
	background-color: #fff;
	font-family: "microsoft yahei";
}
.selectTop {
	position: relative;
	cursor: pointer;
	height: 26px;
    border: 1px solid #ccc;
	overflow: hidden;
	border-right: 0;
}

.selectTop p {
	font-size: 12px;
    line-height: 18px !important;
    color: black !important;
    text-indent: 12px;
    border-right: 1px solid #e6e6e6;
    margin-top: 5px;
    padding-right: 25px !important;
}
.selectTop p:hover{
    color: black !important;
}
.selectTop i {
	position: absolute;
	width: 13px;
	height: 7px;
	right: 6px;
    top: 11px;
	background: url(/NewShowStand/Images/searchRow.png) no-repeat 0 0;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.selectTop.focus i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.selectBot {
	position: absolute;
    width: 87px;
    background-color: #ffffff;
    top: 27px;
    left: 0;
	z-index: 99;
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 12px;
	text-indent: 12px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.selectBot li:hover {
	background-color: #fb672c;
	border-left: 1px solid #fb672c;
	border-right: 1px solid #fb672c;
	color: #fff;
	cursor: pointer;
}
.top .head .search .searchWeb {
    border-color: #B9B9BA;
    background: #d5d3d4;
    color: #333;
}
.top .head .search input {
    width: 134px;
    float: left;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    border-left: 0;
    text-indent: 10px;
    background: #fff;
    border-radius: 0;
    color: #999999;}
    .contactUs p, .contactUs strong{
		float: none;
		width: 744px;
	}
	.contactUs span{
		float: left;
		width: 148px;
		margin-right: 20px;
	}
	.contactUs span.looktel a{
		padding: 10px 20px 10px 20px;
		background: #00a13a;
	}
	.contactUs span a {
		padding: 10px 38px 10px 38px;
		background: #fa961f;
		font-weight: normal;
		border-radius: 5px;
    }
    a.comBtn {
        background: url(../../../images/public/comBtn.png) 0 0;
        display: block;
        width: 66px;
        height: 28px;
        position: absolute;
        top: 456px;
    left: 335px;
    }
    .productTop .productPhoto {
        position: relative;
    }
    a.clicked{
        background: url(../../../images/public/comBtn0.png) 0 0;
        display: block;
        width: 66px;
        height: 28px;
        position: absolute;
        top: 456px;
    left: 335px;
    }
.catalog {
	width: 776px;
	float: left;
	padding: 0 29px 15px 29px;
}

.catalog dl {
	width: 100%;
	float: left;
}

.catalog dl dt {
	width: 100%;
	border-bottom: 1px solid #dddddd;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0;
	float: left;
	position: relative;
}

.catalog dl dt a {
	color: #333;
}

.catalog dl dt a.openDt {
	position: absolute;
	right: 0;
	top: 18px;
	color: #999;
	font-size: 12px;
	font-weight: 400;
}

.catalog dl dd {
	width: 100%;
	float: left;
	overflow: hidden;
}

.catalog dl dd ul {
	width: 796px;
	float: left;
	margin-left: -10px;
}

.catalog dl dd ul li {
	width: 245px;
	float: left;
	padding: 15px 10px 0 10px;
}

.catalog dl dd ul li a {
	display: block;
	background-color: #f6f6f6;
	border: 1px solid #e8e8e8;
	text-align: center;
	line-height: 28px;
	color: #333;
}

.catalog dl dd ul li a:hover {
	background: #fb672c;
	color: #fff;
	border: 1px solid #fb672c;
}
