﻿@charset "utf-8";
/* CSS Document */

/*重置*/
body{ 
	font:12px "microsoft yahei","arial"; color:#666; padding:0px; margin:0px;
}
ul,li,h1,h2,h3,h4,h5,h6,p{
	margin:0px; 
	padding:0px; 
	border:none; 
	list-style:none;
	font-size: 12px;
    color: #333;
}

a{ text-decoration:none;}
input{ 
	border:none
}
.if{float:left;}
.rt{float:right}
.clear{clear:both;}

.clearfloat:after{display:table;clear:both;content:" "}
/*布局*/
.chanpinbox{ width:1200px; margin:50px auto;}
.ifbox{ float:left;  width:10%;}
.rtbox{ float:right; width:740px;}
/*左排*/
.y_ltc {
    width: 98%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.y_ltc li{
    width: 98%;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    background: url(../images/li.png) no-repeat left;
}
div.ifbox div .span{background-image: url(../images/treea.gif);
    background-repeat: no-repeat;
    background-position: 0 11px;
    overflow: hidden;}
div.ifbox div span {
    width: 80%;
    overflow: hidden;
    display: block;
    color: #333;
    height: 22px;
    cursor: default;
    padding-left: 15px;
    line-height: 29px;
    background-image: url(../images/treeah.gif);
    background-repeat: no-repeat;
    background-position: 0 11px;
    cursor: pointer;
}
.ifbox ul {
    margin-top: 8px;
}
div.chanpinbox div a {
    width: 100%;
    margin: 0 auto;
    display: block;
    color: #333;
    line-height: 26px;
    height: 26px;
    padding-left: 10px;
    background-color: #EEEEEE;
    margin-top: 1px;
    overflow: hidden;
}
div.chanpinbox div a:hover{ color:#04B042;}
/*右排*/
.y_rta {
    width: 920px;
    height: 32px;
    margin: 0 auto;
    line-height: 32px;
    background-color: #f1f1f1;
}
.y_rta img {
    float: left;
    margin-left: 15px;
    margin-top: 8px;
}
.y_rta span {
    float: left;
    font-size: 14px;
    margin-left: 10px;
}
.hide-boxa{ 
	float: left; 
    margin-top: 2px;
    width: 400px;
    border: 1px solid #f1f1f1;
   
}
.hide-boxa img{ width:100%;}
.y_rtcrtas {
    width: 195px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    background-color: #3170b0;
	margin-left: 20px;
}
.y_rtcrtas img {
    float: left;
    margin-top: 7px;
    margin-left: 10px;
}
.y_rtcrtas span {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #FFF;
}
.y_rtcrt {
    width: 310px;
    float: left;
    margin-left: 20px;
    margin-top:20px;
}
.y_rtcrt li{ font-size:16px; line-height:30px;}
.y_rtcrtb {
    width: 195px;
    margin: 0 auto;
    margin-top: 15px;
	float:left;
	margin-left:30px;
}
/*表格*/
table td{ text-align:center;font-size: 16px;}
table{border:solid #add9c0; border-width:1px 0px 0px 1px;}
table td{border:solid #add9c0; border-width:0px 1px 1px 0px;}
tr.liebiao:hover{ background-color:#0064FF; color:#ffffff;cursor:pointer;}
/*分页*/
.pages{ width:500px; margin:0 auto;}
.pages li{ float:left; font-size:16px; margin-left:10px;}
