﻿body {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 22px;
    background-repeat: repeat-x;
    font-family: 微软雅黑;
    color: #333333;
    background-color: #FFFFFF;
    background-image: url(../images/juncy/banner_inner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    /*background-image:url(../images/juncy/bg.jpg); background-repeat:repeat-x; background-attachment:fixed; 背景不动 */
}

.juncyDiv{
	text-align:left;
	width:1200px;
	overflow:hidden;
}

.topDiv{
	height:90px;
	width:1200px;
	overflow:hidden;
}

.innerBannerDiv{
	width:1200px;
	height:0px;
	overflow:hidden;
	background:green;
}
 

.Announcement{
	width:1198px;
	border:1px solid #bcc1bd;
	height:25px;
	line-height:15px;
	overflow:hidden;
	background-image:url(../images/Announcement_bg.jpg);
}

.bodyDiv{
	overflow:hidden;
	text-align:left; 
	width:1200px;
	margin:0 auto;
	position:relative;
	/*	background-image:url(../images/loading_wide.gif);	改背景作用	（padding-top:30px; 向下顶）	*/
}

.leftDiv{
	width:250px;
	float:left;
    margin-top:15px;
	overflow:hidden;
	text-align:left;
	border:solid 0px red;
	/*
		leftmenu_sticky.js  改名
		.leftDiv  position:absolute;  去掉
		.contextDiv  margin-left:200px;  去掉
	*/
	position:absolute; 
	left:0px;
}

.contextDiv{
	width:940px;
	height:auto;
	overflow:hidden;
	text-align:left;
	margin-left:250px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:1px;
	padding-right:10px;
    margin-top:5px;
}

.contextDiv_in{
	/*word-wrap:break-word;*/
	border:0px #E0E0E0 solid;
	border-top:0px;
	width:940px;
	min-height:500px; height:auto; height:auto !important; height:500px; overflow:visible;	/* 最小高度又能自动拉伸 */
	padding:10px;
    padding-left:0px;
    padding-right:0px;
	margin-top:0px;
}

.productDetailsTitle{
	height:37px;
	width:auto; 
	overflow:hidden; 
	line-height:33px; 
	padding-left:35px; 
	margin-bottom:8px;
	color:#FFFFFF;
	background-image:url(../images/productDetailsTitle_bg.gif);
	background-repeat:no-repeat;
}

.contextDiv_in_foot{
	 width:930px;
	 height:0px;
	 overflow:hidden;
}

.middleDiv{
	width:0px;
	background:#454545;
	float:left;
	overflow:hidden;
	text-align:left;
}

.siteMapNavigation {
    width: 100%;
    height: 40px;
    border: #4029ce dotted 0px;
    border-left: 0px;
    border-right: 0px;
    float: left;
    overflow: hidden;
    text-align: left;
    margin: 0px;
    background-image: url(../images/juncy/inner_map_bg.png);
    color:#333333;
    border-bottom:2px solid #b7b7b7;
}

.siteMapNavigation_left {
    width: 70%;
    height: 100%;
    line-height: 40px;
    padding-left: 0px;
    overflow: hidden;
    float: left;
    margin-left:0px;
}

.siteMapNavigation_right {
    width: 15%;
    height: 100%;
    line-height: 40px;
    overflow: hidden;
    float: right;
    text-align: right;
    margin-right: 10px;
}
.siteMapNavigation a:link {
    text-decoration: none;
    color: #333333;
}

.siteMapNavigation a:visited {
    text-decoration: none;
    color: #333333;
}

.siteMapNavigation a:hover {
    text-decoration: none;
    color: #444444;
}

.siteMapNavigation a:active {
    text-decoration: none;
    color: #333333;
}

.top_right_css {
    color:#FFF;
    line-height:26px;
}
    .top_right_css a:link {
        text-decoration: none;
        color: #FFFFFF;
    }

    .top_right_css a:visited {
        text-decoration: none;
        color: #FFFFFF;
    }

    .top_right_css a:hover {
        text-decoration: none;
        color: #ececec;
    }

    .top_right_css a:active {
        text-decoration: none;
        color: #FFFFFF;
    }

.footDiv {
    height: 77px;
    width: 1190px;
    overflow: hidden;
    color: #666666;
    border-top: 0px #a7a7a7 solid;
    text-align: center;
}

    .footDiv a:link {
        text-decoration: none;
        color: #666666;
    }

    .footDiv a:visited {
        text-decoration: none;
        color: #666666;
    }

    .footDiv a:hover {
        text-decoration: none;
        color: #fc480e;
    }

    .footDiv a:active {
        text-decoration: none;
        font: #666666;
        color: #666666;
    }

.imagePic{
	 padding:3px;
	 border:1px;
	 border-color:#CCCCCC;	
}

.strCutCss{
	/*height:30px; width:450px;*/
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

a:link {text-decoration: none; color:#444444;}
a:visited {text-decoration: none; color:#444444;}
a:hover {text-decoration: none; color:#e00000;}
a:active {text-decoration: none; font:#e00000; color:#444444;}
img{border:0px;}
input {
	font-size:15px; padding:5px; border-radius:5px; border:1px solid #b7b7b7; margin:5px;
}
textarea {
	font-size:15px; padding:5px; border-radius:5px; border:1px solid #b7b7b7; margin:5px;
}
select {
	font-size:15px; padding:5px; border-radius:5px; border:1px solid #b7b7b7; margin:5px;
}

/*选中
::-moz-selection{color:#fff;color:rgba(255,255,255,0.85);background:#03a8b1;}
::selection{color:#fff;color:rgba(255,255,255,0.85);background:#03a8b1;}*/