﻿@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;}

*{box-sizing:border-box;}
.clearfloat:after{display:table;clear:both;content:" "}
/*布局*/
.chanpinbox{ width:1100px; margin:20px auto;}
.ifbox{ float:left;  width:170px;}
.rtbox{ float:right; width:920px;}
/*左排*/
.y_ltc {
    width: 98%;
    margin: 0 auto;
    margin-top: 4px;
    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 {
	font-size: 16px;
    width: 80%;
    overflow: hidden;
    display: block;
    color: #333;
    height: 28px;
    cursor: default;
    padding-left: 15px;
    line-height: 29px;
    background-image: url(../images/treeah.gif);
    background-repeat: no-repeat;
    background-position: 0 9px;
    cursor: pointer;
}
.ifbox ul {
    margin-top: 8px;
}
div.chanpinbox div a {
	font-size: 14px;
    width: 100%;
    margin: 0 auto;
    display: block;
    color:#333333;
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    background-color: #EEEEEE;
    margin-top: 1px;
    overflow: hidden;
}
div.chanpinbox div a:hover{ color:rgb(0,147,222);}
/*右排*/
.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: 500px;
    border: 1px solid #f1f1f1;
    height: 375px;
}
.hide-boxa img{ width:100%;}
.y_rtcrtas {
    width: 195px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    background-color: rgb(0,147,222);
	margin-left: 50px;
}
.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: 280px;
    float: left;
    margin-left: 50px;
    margin-top: 50px;
}
.y_rtcrt li{ font-size:16px; line-height:30px;}
.y_rtcrtb {
    width: 195px;
    margin: 0 auto;
    margin-top: 15px;
	float:left;
	margin:30px;
}
/*表格*/
table td{ text-align:center;}
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:rgb(0,147,222); color:#ffffff;cursor:pointer;}

/**/
.pages{width:500px; margin:0 auto;}
.pages li{float:left; margin:5px; font-size:16px;text-align:center;cursor:pointer;}
/*面包屑导航*/
.newleft{
	margin:20px auto;
	
	
	width:1100px;
	height:40px;
        
	/*background:#FF4500;*/
	position: relative;
}
.newleft b{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 4px;
	margin-left:6px;
	font-weight: bolder;
}
.newsUnder{
	width:100%;
	height:3px;
	background:#333333;
	display: block;
	position: absolute;
	bottom:0;
}
.newsIcon{
	width:6px;
	height:30px;
	background: #333333;
	float: left;
}

