﻿body {
    margin:0px;
    background-color: #FFFFFF;
    background-size:contain;    
    font-family: 宋体,Arial;
    font-size:11pt;
}

P{ 
font-size:12pt;
text-align:left;
line-height:32px;
text-indent:32px;
}

/*链接*/
A:link{
   text-decoration: none ;
   color:#000002;
}

A:hover{
    text-decoration:none;
    color:#005500;
}

A:active{
     text-decoration:underline;
     color:#005500;
}

A:visited{
     text-decoration:none;
     color:#000002;
}

.ModuleTitle{
    font-family: 黑体,Arial;
    font-size:12pt;
    font-weight:bold;
    color: #087A08;
    float:left;
}

.PageTopBar
{
    height: 2px;
    background-image: url(../images/system/top_line.jpg);
    background-repeat:repeat-x;

}

/*页面宽*/
.PageDiv{       
    width: 1240px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
}

/* 导航菜单 */
.MenuBar{ 
    width:100%; 
    background-image: url(../images/system/menubar_bg.png);
    background-repeat:repeat-x;
    padding: 0px;
    margin:0px;
    height: 39px;
}

.MenuItem{   
    padding:0px 0px 0px 0px;
}

.MenuItemSelected{
    background-image: url(../images/system/menu_selected.png);
    padding-bottom:0px;
    margin-bottom: 0px;
}

.ApplicationBar
{
    width:100%; 
    margin-left:auto ;
    margin-right:auto ;
    text-align:center;
}
.ApplicationLink{
   margin:3px 3px 3px 3px;
}

/*小图片播放器*/
.links_list {height:140px;overflow:hidden;padding:0px 0px 48px 48px;position: relative;z-index: 3;}
.link_prev,.link_next {float:left;width:50px;height:54px; top:72px; overflow:hidden;text-indent:-999em;display:block;cursor:pointer;background:url(../images/system/SmallImgPlayerLinks.png) 0 0 no-repeat;position: relative;z-index: 2;}
.link_next {background-position:-50px 0;}
.link_prev:hover,.link_next:hover {opacity:0.8;filter:alpha(opacity=80);}
#links {width:1020px;height:180px;overflow:hidden;float:left;margin:10px 10px;}
#links ul {height:160px;padding-top:10px;overflow:hidden;width:2000px;}
#links li {float:left;width:186px;height:140px; margin:0px 10px;display:inline;}
#links img {display:block;width:186px;height:140px;overflow:hidden;border:none;}
#links a:hover img {opacity:0.8;filter:alpha(opacity=80);}
.slideContainer{position: relative;z-index:0;}


/*内容块的边框*/
.ContentDiv
{
    border: 1px dotted #808080;
}


/*图片播放器*/
.xBox {z-index:0;background-color: #FFFFFF;width:100%;height:100%;}
.xBox img {width: 100%;height: 430px;position:absolute; left:0px;top:0px;}
.xBox .preNext {z-index: 9;width:45px; height:200px; position:absolute; top:20%; background:url(../images/sprite2.png) no-repeat 0 0; cursor:pointer;}
.xBox .pre {left:100px;}
.xBox .next {right:100px; background-position:right top;}
.xNav {position:absolute; z-index:3;right:20%;top:42%;}
.xNav img {width: 60px; height: 60px; padding: 1px;cursor:pointer;margin: 5px;border: solid 1px #ff0000;}
.xNavActive{border: solid 1px #ff0000;}
.xContent {position:absolute; width: 80%; height: 300px;z-index:2;left:10%;top:50%;background-color:#ffffff;padding: 5px; border:solid 1px #f2f1f1;}
.shadow_left {position:absolute; background-image:url(../images/system/shadow_left.png); background-repeat:no-repeat;  width: 10px; height:100%; top: 115px; left:-10px;}
.shadow_right {position:absolute; background-image:url(../images/system/shadow_right.png); background-repeat:no-repeat; width: 10px; height:100%; top:115px; right:-10px;}
.ContentTable{ width : 100%; }
.ContentLeft{width: 50%; }
.contentRight {width: 50%;}


/*JGWebContentImageLinkVerticalList*/
.ImageLinkVerticalListTable
{
    border-collapse:collapse;
    border:none;
    margin: 0px;
    padding: 0px;
}
.ImageLinkVerticalListImageLink
{
    border:none;
    margin: 0px;
    padding: 0px;
}



/*产品展示模块的 JGWebContentProductOption.ascx 控件*/
.product_li_active { border: solid 1px #efefef;margin: 0px;padding: 2px 2px 2px 5px;background-image: url(../images/system/product_li_03.png);background-repeat: repeat-x;color: #ffffff;list-style-type:none; }
.product_li_active a {color: #ffffff;text-decoration: none;font-size:13px;}
.product_li_normal {border: solid 1px #ffffff;margin: 0px;padding: 2px 2px 2px 5px;color: #000000;list-style-type:none;}
.product_li_normal a{color: #008000;text-decoration: none;font-size:13px;}


  