@charset "utf-8";
#mobile{
	display:none;
}
/*二级页面的主体CSS*/
table#main{
	display:table;
	width:1120px;
	min-height:600px;
	margin:0 auto;
	background:#fcfcfc;
	border-radius: 5px;
	box-shadow:2px 2px 2px #ccc;
	transition: all 0.5s;
}
#main_left{
	width:240px;
	vertical-align: top;
	background:#eee;
	border-right:1px solid #ccc;
	border-radius: 5px 0 0 5px;
}
#main_right{
	vertical-align: top;
	border-radius: 0 5px 5px 0;
}
#main_right h3{
    margin-bottom:15px;
    float:right;
    width:99%;
}
/*二级页面左侧的导航条*/
ul.daohangtiao{
	margin:15px auto;
	width:150px;
	height:30px;
	border:2px solid #5781C4;
	border-radius:10px;
	background: linear-gradient(#88C5D9, 30%, #5781C4);
}
ul.daohangtiao:hover,ul.daohangtiao_click{
	margin:15px auto;
	width:150px;
	height:30px;
	border:2px solid #5781C4;
	border-radius:10px;
	background: linear-gradient(#1C1C4E, 30%, #105D73);
}
ul.daohangtiao li{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	padding-left:10px;
	letter-spacing: 3px;
	color:#fff;
	background:url(../../Public/images/dot2.png) no-repeat 10px center;
}
ul.daohangtiao li:hover,ul.daohangtiao_click li.click{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	padding-left:10px;
	font-size:14px;
	letter-spacing: 3px;
	background:url(../../Public/images/dot1.gif) no-repeat 10px center;
	color:#eee;
	font-weight:bold;
}
em{
	float:right;
	margin-right:18px;
	color:#ddd;
	filter:alpha(opacity:70);
	opacity:0.7;
}
ul.daohangtiao li a,ul.daohangtiao_click a{
	display: block;
}
p.daohang_title{
	margin:60px 0 15px 12px;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 1px;
	text-indent:7px;
	border-left:3px solid #105D73;
}
/*产品列表页面 产品导航*/
ul.daohang{
    margin:10px;
}
ul.daohang li{
    display: block;
    padding:8px 10px;
    margin:7px 10px;
    min-width:100px;
    text-align: center;
    border-radius: 5px;
    float:left;
    background:#fff;
}
ul.daohang li.click{
    background:orange;
    color: #fff;
}
dl.tuijian{
	margin:20px auto;
	width:210px;
	height:80px;
	border-bottom: 1px dashed #ccc;
}
dl.tuijian dt{
	width:90px;
	height:70px;
	float:left;
}
dl.tuijian dt img{
	margin:3px;
	width:85px;
	height:70px;
}
dl.tuijian dd{
	width:113px;
	height:90px;
	line-height: 160%;
	font-size:13px;
	color:#666;
	text-indent: 12px;
	float:left;
	background:url(../../Public/images/dot5.png) no-repeat 2px 7px;
}

/*用于二级页面的左侧导航*/
h3{
	margin:0 auto;
	width:100%;
	height:40px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight:normal;
	color:#fff;
	border-radius: 3px;
	text-indent:30px;
	background:#999 url(/Public/images/dot1.gif) no-repeat 15px center;
	margin-bottom:25px;
}
h3 a{
	color:#fff;
}
/*搜索 区块*/
dl#search{
    width:650px;
    margin:20px auto;
    border-bottom:1px solid #ccc;
}
dl#search dd{
    width:100%;
    padding-bottom: 8px;
    font-size:14px;
    color:#444;
}
dl#search dd img{
    display:inline-block;
    position:relative;
    top:10px;
    margin-left:20px;
}
dl#search dd input[name="search"]{
    width:200px;
    height:27px;
}
dl#search dd input[type="submit"]{
    margin-left:10px;
    width:70px;
    height:30px;
    font-size:14px;
    display: inline-block;
}
/*文章列表*/
dl.item_list{
    display:table;
    width:93%;
    margin:10px auto;
    border-bottom:1px dashed #ccc;
}
.item_list:hover{
	box-shadow:5px 5px 5px #ccc;
	transition: all 0.5s;
}
dl.item_list dt{
    width:140px;
    height:110px;
    float:left;
}
dl.item_list dt img{
    margin:5px 0 0 10px;
    width:120px;
    height:90px
}
dl.item_list dd{
    display:table;
    width:670px;
    height:110px;
    float:left;
}
dl.item_list dd p{
    display:table;
    width:100%;
    height:20px;
    line-height:170%;
    font-size:14px;
    color:#666;
    background:none;
}
dl.item_list dd p.biaoti{
    height:25px;
    line-height:25px;
    font-size:17px;
    text-indent:14px;
    color:#333;
    margin:8px 0 9px 0;
    background:url(../../Public/images/dot1.gif) no-repeat 2px 9px;
}
dl.item_list dd p span{
    font-size:13px;
    color:#999;
    float:right;
    margin-right:5px;
}
ul.item_list{
    display:table;
    width:93%;
    margin:5px auto;
    border-bottom:1px dashed #ccc;
}
ul.item_list li{
    display:table;
    margin:5px auto;
    width:96%;
}
ul.item_list li span{
    font-size:13px;
    color:#999;
    float:right;
}
ul.item_list li p.biaoti{
    height:25px;
    line-height:25px;
    font-size:17px;
    text-indent:14px;
    color:#333;
    margin:10px 0 5px 0;
    background:url(../../Public/images/dot1.gif) no-repeat 2px 9px;
}
ul.item_list li p{
    display:table;
    width:100%;
    height:20px;
    line-height:170%;
    font-size:14px;
    color:#666;
    background:none;
}
p.else{
    margin:7px auto;
    text-indent:20px;
    font-size:13px !important;
    color:#999 !important;
}
/*文章模块 详情页CSS*/
.content_dl{
    display:table;
    width:90%;
    margin:30px auto;
    color:#444;
}
.content_dl dt{
    margin:5px auto;
    width:90%;
    height:40px;
    line-height: 40px;
    font-size:16px;
    background:url(/Public/images/dot1.gif) no-repeat 10px center;
    text-indent:25px;
    border-bottom:1px solid #ddd;
    letter-spacing: 1px;
}
.content_dl dd{
	display:table;
    width:90%;
    height:28px;
    line-height: 28px;
    font-size:15px;
	margin:10px auto;
    text-indent:32px;
	border-bottom:1px dashed #ddd;
	background:#fcfcfc;
}
/*内容详情 div*/
.content_div{
    display: table;
    width:88%;
    margin:10px auto;
}
/*关于我们*/
img.about{
    margin:15px auto;
    width:88%;
    border-radius: 5px;
    margin-bottom: 20px;
}
/*产品列表区块*/
dl.product_list{
    width:245px;
    height:280px;
    margin:10px 8px 15px 13px;
    float: left;
    background:#eee;
    border-radius: 5px;
    cursor: pointer;
}
dl.product_list:hover{
    position:relative;
	top:-2px;
	left:-2px;
	box-shadow:5px 5px 5px #eee;
	transition: all 0.5s;
}
dl.product_list dd{
    margin:22px auto;
    width:200px;
    height:160px;
    margin-bottom:14px;
}
dl.product_list dd img{
    width:98%;
    height: 100%;
    border-radius: 5px;
}
dl.product_list dt{
    width:85%;
    height:30px;
    line-height:30px;
    margin:5px auto;
}
/*产品类别*/
.product_type{
    width:90%;
    height:120px;
    margin:5px auto;
    padding:2px 0 0 0;
    background:#eee;
}
/*媒体查询*/
@media (max-width: 500px){
    #main_left{
        display:none;
    }
	#mobile{
		display:block;
	}
	table#main,td#main_right,dl.content_dl dt,dl.content_dl dd{
        width:100%;
    }
    td#main_right{
        background:#fff;
    }
    h3{
        width:100%;
        margin-top:20px;
        font-size: 13px;
        background:#fff url(/Public/images/dot1.gif) no-repeat 6px 18px;
        text-indent:18px;
        color:#666;
        border-bottom: 1px solid #ccc;
        float: none;
        border-radius: 0%;
    }
    h3 a{
        color:#666;
    }
    dl.content_dl img{
        width:98%;
        margin:15px auto;
    }
    /*搜索 区块*/
    form{
        display:table;
        width:92%;
        margin:0 auto;
        text-align: center;
        border-radius: 5px;
        background:#fff;
        margin-bottom:15px;
    }
    dl#search{
        width:100%;
        margin:15px auto;
        border: none;
    }
    dl#search dd img{
        display:inline-block;
        margin:0 !important;
    }
    dl#search dd input[name="search"]{
        width:50%;
        height:30px;
        border-radius: 5px;
        margin-bottom: 0;
    }
    dl#search dd input[type="submit"]{
        margin:0;
    }
    dl#search dd span{
        display:none;
    }
    /*文章列表*/
    .item_list{
        width:92%;
        margin:15px auto !important;
        border-radius: 5px;
        background:#fff;
    }
    .item_list:hover{
        box-shadow: none;
    }
    dl.item_list dt{
        width:100%;
        height: auto;
        margin:10px 0 0 0;
    }
    dl.item_list dt img{
        width:90%;
        height:auto;
        margin:5px auto;
    }
    dl.item_list dd{
        width:95%;
        margin:0 auto;
        float: none;
    }
    /*产品类别*/
    .product_type{
        display: table;
        width:90%;
        margin:5px auto;
        padding:2px 0 5px 0;
        background:#eee;
    }
    .product_type ul.daohang li{
        display: block;
        width:90%;
        text-align: center;
        letter-spacing: 3px;
    }
    /*产品区块*/
    dl.product_list{
        display: table;
        width:100%;
        height:auto;
        margin:10px auto;
        float: none;
        background:#eee;
        border-radius: 5px;
        cursor: pointer;
        padding-bottom: 12px;
        
    }
    dl.product_list:hover{
        position:static;
        top:0;
        left:0;
        box-shadow:none;
    }
    dl.product_list dd{
        display: table;
        margin:22px auto;
        width:86%;
        height:auto;
        margin-bottom:14px;
    }
    dl.product_list dd img{
        margin:5px auto;
        width:90%;
        height: auto;
        border-radius: 5px;
    }
    dl.product_list dt{
        display: table;
    }
    /*产品内容详情 div*/
    .content_div{
        display: table;
        width:92%;
        margin:15px auto;
    }
    .content_div dl.dialog_dl{
        width:100%;
    }
    /*关于我们*/
    img.about{
        margin:0 auto;
        width:95%;
        border-radius: 5px;
        margin-bottom: 20px;
    }
}