﻿body{
     color: #555;
     font-family:"Microsoft YaHei";
}
 a:link {
     color: #555;
     text-decoration: none;
}
 a:visited {
     color: #555;
     text-decoration: none;
}
 a:hover {
     color: #0961ba;
     text-decoration: none;
}
 .colsg_inner{
     width: 1000px;
}
 .header{
     height: 111px;
}
 #logo{
     margin-top: 24px;
}
 #tel{
     text-align: right;
     margin-top: 34px;
}
 .menu{
     background: #1f62b1;
     height: 40px;
}
 .youshi{
     margin-top: 34px;
     text-align: center;
}
 .youshi_con{
     margin-top: 35px;
}
 .youshi_con ul li{
     float: left;
     border: 1px solid #dfdfdf;
     height: 294px;
     width: 231px;
}
 .youshi_con ul li h1{
     border-bottom: 1px solid #dfdfdf;
     font-size:18px;
     font-weight: bold;
     line-height: 44px;
}
 .youshi_con ul li p{
     line-height: 19px;
     width: 204px;
     margin: 0 auto;
     text-align: left;
     padding-top: 15px;
}
 .pt41{
     padding-top: 42px;
}
 .pt19{
     padding-top: 19px;
}
 .pt22{
     padding-top: 23px;
}
 .ml22{
     margin-left: 22px;
}
 .ml23{
     margin-left: 23px;
}
 .index_bg{
     background: #f5f5f5;
     margin-top: 48px;
     padding-top: 30px;
     padding-bottom: 40px;
}
 #about{
     width: 619px;
}
 #news{
     width: 343px;
     margin-left: 38px;
     background: url(/Content/image/zh/news_bg.jpg) left top no-repeat;
     background-position:0 46px;
}
 .mt38{
     margin-top:38px ;
}
 #pro{
     width: 619px;
}
 #contact{
     width: 343px;
     margin-left: 38px;
}
 .foot{
     background: #1f62b1;
     height: 148px;
     margin-top: 38px;
     color: #fff;
}
 .foot p{
     line-height: 28px;
     padding-top: 35px;
}
 .foot span{
     float: right;
}
 .foot a:link{
     color: #fff;
}
 .foot a:visited{
     color: #fff;
}
 .foot a:hover{
     color: #fff;
     text-decoration: underline;
}
 .ny_wrap{
     margin-top: 30px;
}
 #l_left{
     width: 200px;
}
 #l_center{
     width: 760px;
     margin-left: 40px;
}
 .seka{
     border-bottom:4px solid #eaeaea;
     width: 200px;
}
 .seka ul li a{
     display: block;
     height: 41px;
     line-height: 41px;
     padding-left: 39px;
     color: #7f7f7f;
     background: #f7f7f7 url(/Content/image/zh/tb9.png) no-repeat 175px 20px;
}
 .seka ul li a:hover{
     background:#fff url(/Content/image/zh/tb10.png) no-repeat 175px 20px;
}
  
/*挂件主体*/
 #LeftNavi139.LeftNavi {
}
 #LeftNavi139.LeftNavi li{
     position:relative;
     *zoom:1;
     vartical-align:top;
}
/*头部链接*/
 #LeftNavi139.LeftNavi a.lone_link {
     display: block;
     padding:0 40px;
     height: 62px;
     line-height: 62px;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     background:#1f62b1;
     border-bottom: 4px solid #ed2f23;
     *zoom:1;
     vartical-align:middle;
}
 #LeftNavi139.LeftNavi a.lone_link:hover {
     color:#fff;
}
/*收起时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .expend{
    /*收起时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-top:5px solid #dfdfdf;
     right:10px;
     top:15px;
     display:none;
}
/*展开时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .unexpend{
    /*展开时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-bottom:5px solid #dfdfdf;
     right:10px;
     top:10px;
     display:none;
}
/*一级链接主体*/
 #LeftNavi139.LeftNavi ul.children1{
}
 #LeftNavi139.LeftNavi .item1{
     height: 41px;
     line-height: 41px;
     border-bottom: 1px solid #eaeaea;
     background: #f7f7f7;
     width: 200px;
     float: left;
}
 #LeftNavi139.LeftNavi .item1 a{
     display:block;
     padding-left: 39px;
     font-size: 12px;
     background: url(/Content/image/zh/tb9.png) no-repeat 175px 20px;
     color: #7f7f7f;
}
 #LeftNavi139.LeftNavi .item1 a:hover{
     background:#fff url(/Content/image/zh/tb10.png) no-repeat 175px 20px;
}
 #LeftNavi139.LeftNavi .item1 .expend{
     border-top-color:#999;
}
 #LeftNavi139.LeftNavi .item1 .unexpend{
     border-bottom-color:#999;
}
/*二级链接主体，如果需要展开二级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children2{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item2 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 20px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item2 a:hover{
     color:#111 
}
/*三级链接主体，如果需要展开三级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children3{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item3 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 30px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item3 a:hover{
     color:#111 
}
 /*forSeprateConfigStyles*//* 挂件开始*/
 #CommPageAbout142.CommPageAbout {
     border: 1px solid #dfdfdf;
     margin-top: 15px;
}
/* 挂件头部 */
 #CommPageAbout142.CommPageAbout .hd {
     height:30px;
     line-height:30px;
     border-bottom:1px solid #dfdfdf;
     overflow:hidden;
     background:#dcdcdc;
     padding:0 10px;
     display: none;
}
/* 挂件标题 */
 #CommPageAbout142.CommPageAbout .hd .title {
     font-size: 14px;
     font-weight: bold;
}
/* 挂件的更多的样式 */
 #CommPageAbout142.CommPageAbout .more_link {
     float:right;
}
/* 挂件主体 */
 #CommPageAbout142.CommPageAbout .bd{
}
/* 挂件的图片样式 */
 #CommPageAbout142.CommPageAbout .img {
     float:left;
     width:120px;
     height:120px;
     margin-right: 10px;
}
 #CommPageAbout142.CommPageAbout .content {
     overflow:hidden;
     padding:10px;
}
 /*forSeprateConfigStyles*//* 插件开始 */
 #CommPageInfo126.CommPageInfo {
}
 #CommPageInfo126.CommPageInfo .newsinfo_Breadcrumbs {
     padding-bottom: 20px;
     height: 12px;
     border-bottom: 1px solid #ececec;
     margin-bottom: 20px;
}
/* 插件头部 */
 #CommPageInfo126.CommPageInfo .titlehd {
     float: left;
}
/* 插件头部标题 */
 #CommPageInfo126.CommPageInfo .title {
     font-size: 14px;
     font-weight: bold;
}
/* 面包屑地址 */
 #CommPageInfo126.CommPageInfo .mbx_dv {
     float: right;
}
/* 挂件标题 */
 #CommPageInfo126.CommPageInfo .hd {
     text-align: center;
     padding: 10px 0 20px;
     display: none;
}
 #CommPageInfo126.CommPageInfo .aboutnews {
     text-align: left;
     padding-bottom: 20px;
     font-weight: bold;
}
 #CommPageInfo126.CommPageInfo .hd .con_title {
     color: #000;
     font-size: 26px;
     font-weight: 800;
     line-height: 30px;
     margin-bottom: 6px;
}
 #CommPageInfo126.CommPageInfo .con_subbx {
     color: #7e7e7e;
}
/* 挂件主体 */
 #CommPageInfo126.CommPageInfo .bd {
}
/* 挂件的内容简介 */
 #CommPageInfo126.CommPageInfo .con_summer {
     border: 1px solid #dfdfdf;
     background: #efefef;
     color: #666;
}
/* 挂件的内容详情 */
 #CommPageInfo126.CommPageInfo .con_bx {
     margin-top: 20px;
     line-height: 28px;
}
/* 图片滚动 */
 #CommPageInfo126.CommPageInfo .bd_img {
     width: 720px;
     margin: 0 auto;
     position: relative;
}
 #CommPageInfo126.CommPageInfo .bd_img_title {
     line-height: 32px;
}
 #CommPageInfo126.CommPageInfo .bd_img_wrap {
     width: 720px;
     height: 128px;
     overflow: hidden;
}
 #CommPageInfo126.CommPageInfo .bd_img_wrap ul {
}
 #CommPageInfo126.CommPageInfo .bd_img_wrap li {
     float: left;
     width: 180px;
}
 #CommPageInfo126.CommPageInfo .bd_img_link {
     text-align: center;
     display: block;
     text-align: center;
}
 #CommPageInfo126.CommPageInfo .bd_img_link img {
     width: 140px;
     height: 100px;
     border: 1px solid #ccc;
}
 #CommPageInfo126.CommPageInfo .bd_img_p {
     text-align: center;
     line-height: 26px;
}
 #CommPageInfo126.CommPageInfo .bd_img_p a {
     color: #000;
}
 #CommPageInfo126.CommPageInfo .bd_img_p a:hover {
     color: #f00;
}
 #CommPageInfo126.CommPageInfo .bd_img_btn {
     position: absolute;
     width: 20px;
     height: 40px;
     background: #ccc;
     text-align: center;
     line-height: 40px;
     top: 50%;
     margin-top: -20px;
     font-size: 20px;
     font-weight: bold;
     color: #000;
}
 #CommPageInfo126.CommPageInfo .bd_img_leftBtn {
     left: -20px;
}
 #CommPageInfo126.CommPageInfo .bd_img_rightBtn {
     right: -20px;
}
 #CommPageInfo126.CommPageInfo .textify {
    /*overflow:hidden;
     */
     font-family: Tahoma, Geneva, sans-serif;
     font-size: 13px;
     overflow: hidden;
     position: relative;
}
 #CommPageInfo126.CommPageInfo .textify_nav {
     margin: 10px 0;
     position: absolute;
     bottom: 0;
}
 #CommPageInfo126.CommPageInfo .textify_nav ul {
     margin: 0;
     padding: 0;
}
 #CommPageInfo126.CommPageInfo .textify_nav ul li:hover, .textify_nav ul li.selected {
     background-position: 0 -15px;
}
 #CommPageInfo126.CommPageInfo .textify_nav ul li {
     background-image: url("/Content/app_images/textify_nav.png");
     background-repeat: no-repeat;
     float: left;
     height: 15px;
     list-style: none outside none;
     margin-left: 3px;
     margin-right: 3px;
     width: 15px;
     cursor: pointer;
}
 /*forSeprateConfigStyles*/ 
/*挂件主体*/
 #LeftNavi139.LeftNavi {
}
 #LeftNavi139.LeftNavi li{
     position:relative;
     *zoom:1;
     vartical-align:top;
}
/*头部链接*/
 #LeftNavi139.LeftNavi a.lone_link {
     display: block;
     padding:0 40px;
     height: 62px;
     line-height: 62px;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     background:#1f62b1;
     border-bottom: 4px solid #ed2f23;
     *zoom:1;
     vartical-align:middle;
}
 #LeftNavi139.LeftNavi a.lone_link:hover {
     color:#fff;
}
/*收起时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .expend{
    /*收起时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-top:5px solid #dfdfdf;
     right:10px;
     top:15px;
     display:none;
}
/*展开时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .unexpend{
    /*展开时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-bottom:5px solid #dfdfdf;
     right:10px;
     top:10px;
     display:none;
}
/*一级链接主体*/
 #LeftNavi139.LeftNavi ul.children1{
}
 #LeftNavi139.LeftNavi .item1{
     height: 41px;
     line-height: 41px;
     border-bottom: 1px solid #eaeaea;
     background: #f7f7f7;
     width: 200px;
     float: left;
}
 #LeftNavi139.LeftNavi .item1 a{
     display:block;
     padding-left: 39px;
     font-size: 12px;
     background: url(/Content/image/zh/tb9.png) no-repeat 175px 20px;
     color: #7f7f7f;
}
 #LeftNavi139.LeftNavi .item1 a:hover{
     background:#fff url(/Content/image/zh/tb10.png) no-repeat 175px 20px;
}
 #LeftNavi139.LeftNavi .item1 .expend{
     border-top-color:#999;
}
 #LeftNavi139.LeftNavi .item1 .unexpend{
     border-bottom-color:#999;
}
/*二级链接主体，如果需要展开二级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children2{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item2 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 20px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item2 a:hover{
     color:#111 
}
/*三级链接主体，如果需要展开三级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children3{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item3 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 30px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item3 a:hover{
     color:#111 
}
 /*forSeprateConfigStyles*//* 挂件开始*/
 #CommPageAbout142.CommPageAbout {
     border: 1px solid #dfdfdf;
     margin-top: 15px;
}
/* 挂件头部 */
 #CommPageAbout142.CommPageAbout .hd {
     height:30px;
     line-height:30px;
     border-bottom:1px solid #dfdfdf;
     overflow:hidden;
     background:#dcdcdc;
     padding:0 10px;
     display: none;
}
/* 挂件标题 */
 #CommPageAbout142.CommPageAbout .hd .title {
     font-size: 14px;
     font-weight: bold;
}
/* 挂件的更多的样式 */
 #CommPageAbout142.CommPageAbout .more_link {
     float:right;
}
/* 挂件主体 */
 #CommPageAbout142.CommPageAbout .bd{
}
/* 挂件的图片样式 */
 #CommPageAbout142.CommPageAbout .img {
     float:left;
     width:120px;
     height:120px;
     margin-right: 10px;
}
 #CommPageAbout142.CommPageAbout .content {
     overflow:hidden;
     padding:10px;
}
 /*forSeprateConfigStyles*/ 
/*挂件主体*/
 #PhotoList228.PhotoList {
     overflow: hidden;
     position: relative;
}
/*头部可以设置头部背景*/
 #PhotoList228.PhotoList .hd {
     padding-bottom: 20px;
     height: 12px;
     border-bottom: 1px solid #ececec;
     margin-bottom: 20px;
}
/*头部更多链接*/
 #PhotoList228.PhotoList .hd .more a {
     float: right;
     color: #000;
     margin-right: 20px;
}
 #PhotoList228.PhotoList .hd .more a:hover {
     color: #f30;
     text-decoration: underline;
}
/*头部标题*/
 #PhotoList228.PhotoList .hd h3 {
     font-size: 14px;
     font-weight: bold;
     float: left;
}
/*列表主体*/
 #PhotoList228.PhotoList .pl_box {
     padding-top: 10px;
}
/*截断滚动的div,可以margin调整与左右的边距*/
 #PhotoList228.PhotoList .bd {
     margin: 0 10px;
     overflow: hidden;
     position:relative;
}
/*列表一列*/
 #PhotoList228.PhotoList .bd li {
     width: 226px;
     height:339px ;
     margin: 0 0 0 17px;
     display: inline;
     text-align: center;
     float: left;
}
/*列表图片*/
 #PhotoList228.PhotoList .Marquee_imgbx {
     margin: 0 20px 0 0;
     float: left;
     width:226px;
}
/*列表元素图片*/
 #PhotoList228.PhotoList .bd li img {
     width:224px;
     height: 297px;
     display: inline-block;
     vertical-align: middle;
     border: 1px solid #dfdfdf;
}
/*列表元素链接主体*/
 #PhotoList228.PhotoList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
}
/*列表元素图片标题链接*/
 #PhotoList228.PhotoList .bd .pd_link {
     text-align: center;
     line-height: 40px;
     white-space: nowrap;
     overflow: hidden;
}
/*图片标题链接*/
 #PhotoList228.PhotoList .bd .pd_link a {
     color: #000;
}
 #PhotoList228.PhotoList .bd .pd_link a:hover {
     color: #f30;
     text-decoration: underline;
}
/*图片放大镜*/
 #PhotoList228.PhotoList .jqzoom {
     display: block;
}
/*设置图片列表放大镜*/
 .jqzoom {
     position: relative;
}
 .zoomdiv {
     z-index: 999;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 300px;
     height: 300px;
     background: #fff;
     border: 1px solid #ccc;
     display: none;
     text-align: center;
     overflow: hidden;
}
 .zoomdiv img {
     width: 400px !important;
     height: 500px !important;
}
 .jqZoomPup {
     z-index: 999;
     visibility: hidden;
     position: absolute;
     top: 0px;
     left: 0px;
     border: 1px solid #aaa;
     background: #fff;
     opacity: 0.5;
     -moz-opacity: 0.5;
     -khtml-opacity: 0.5;
     filter: alpha(Opacity=50);
}
/*分页样式*/
 #PhotoList228.PhotoList #pager {
     font-size: 12px;
     padding: 10px;
     text-align: center;
     color: #000;
}
/*去除放大镜 .zoomdiv {
     display: none!important;
}
 .jqZoomPup{
     display: none!important;
}
 */
 #PhotoList228.PhotoList .prev_btn, #PhotoList228.PhotoList .next_btn {
     position: absolute;
     top: 50%;
     margin-top: -10px;
     z-index:999;
}
 #PhotoList228.PhotoList .prev_btn {
     left: 0;
}
 #PhotoList228.PhotoList .next_btn {
     right: 0;
}
 /*forSeprateConfigStyles*/ 
/*挂件主体*/
 #LeftNavi139.LeftNavi {
}
 #LeftNavi139.LeftNavi li{
     position:relative;
     *zoom:1;
     vartical-align:top;
}
/*头部链接*/
 #LeftNavi139.LeftNavi a.lone_link {
     display: block;
     padding:0 40px;
     height: 62px;
     line-height: 62px;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     background:#1f62b1;
     border-bottom: 4px solid #ed2f23;
     *zoom:1;
     vartical-align:middle;
}
 #LeftNavi139.LeftNavi a.lone_link:hover {
     color:#fff;
}
/*收起时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .expend{
    /*收起时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-top:5px solid #dfdfdf;
     right:10px;
     top:15px;
     display:none;
}
/*展开时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .unexpend{
    /*展开时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-bottom:5px solid #dfdfdf;
     right:10px;
     top:10px;
     display:none;
}
/*一级链接主体*/
 #LeftNavi139.LeftNavi ul.children1{
}
 #LeftNavi139.LeftNavi .item1{
     height: 41px;
     line-height: 41px;
     border-bottom: 1px solid #eaeaea;
     background: #f7f7f7;
     width: 200px;
     float: left;
}
 #LeftNavi139.LeftNavi .item1 a{
     display:block;
     padding-left: 39px;
     font-size: 12px;
     background: url(/Content/image/zh/tb9.png) no-repeat 175px 20px;
     color: #7f7f7f;
}
 #LeftNavi139.LeftNavi .item1 a:hover{
     background:#fff url(/Content/image/zh/tb10.png) no-repeat 175px 20px;
}
 #LeftNavi139.LeftNavi .item1 .expend{
     border-top-color:#999;
}
 #LeftNavi139.LeftNavi .item1 .unexpend{
     border-bottom-color:#999;
}
/*二级链接主体，如果需要展开二级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children2{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item2 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 20px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item2 a:hover{
     color:#111 
}
/*三级链接主体，如果需要展开三级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children3{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item3 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 30px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item3 a:hover{
     color:#111 
}
 /*forSeprateConfigStyles*//* 挂件开始*/
 #CommPageAbout142.CommPageAbout {
     border: 1px solid #dfdfdf;
     margin-top: 15px;
}
/* 挂件头部 */
 #CommPageAbout142.CommPageAbout .hd {
     height:30px;
     line-height:30px;
     border-bottom:1px solid #dfdfdf;
     overflow:hidden;
     background:#dcdcdc;
     padding:0 10px;
     display: none;
}
/* 挂件标题 */
 #CommPageAbout142.CommPageAbout .hd .title {
     font-size: 14px;
     font-weight: bold;
}
/* 挂件的更多的样式 */
 #CommPageAbout142.CommPageAbout .more_link {
     float:right;
}
/* 挂件主体 */
 #CommPageAbout142.CommPageAbout .bd{
}
/* 挂件的图片样式 */
 #CommPageAbout142.CommPageAbout .img {
     float:left;
     width:120px;
     height:120px;
     margin-right: 10px;
}
 #CommPageAbout142.CommPageAbout .content {
     overflow:hidden;
     padding:10px;
}
 /*forSeprateConfigStyles*//*挂件主体*/
 #SinglePhoto2222.SinglePhoto {
}
/*头部可以设置头部背景*/
 #SinglePhoto2222.SinglePhoto .hd {
     padding-bottom: 20px;
     height: 12px;
     border-bottom: 1px solid #ececec;
     margin-bottom: 20px;
}
/*头部副标题*/
 #SinglePhoto2222.SinglePhoto .hd .ftitle {
     font-size: 12px;
     font-weight: bold;
     padding-left: 40px;
     padding-top: 5px;
     width: 100%;
     float: left;
}
/*头部标题*/
 #SinglePhoto2222.SinglePhoto .hd h3 {
     font-size: 14px;
     font-weight: bold;
}
/*图片主体结构*/
 #SinglePhoto2222.SinglePhoto .albpic {
     text-align: center;
}
/*图片名称*/
 #SinglePhoto2222.SinglePhoto .bd {
     padding-bottom: 40px;
}
 #SinglePhoto2222.SinglePhoto .picname {
     font-size: 14px;
     font-weight: bold;
     margin: 10px 0;
}
/*图片*/
 #SinglePhoto2222.SinglePhoto img {
     width: 400px;
     padding: 1px;
     border: 1px solid #dfdfdf;
     background: #fff;
}
 #SinglePhoto2222.SinglePhoto .bto p {
     margin-bottom: 10px;
}
 #SinglePhoto2222.SinglePhoto .bd .arrow {
     font-size: 50px;
     color: #999;
}
 /*forSeprateConfigStyles*/ 
/*挂件主体*/
 #LeftNavi139.LeftNavi {
}
 #LeftNavi139.LeftNavi li{
     position:relative;
     *zoom:1;
     vartical-align:top;
}
/*头部链接*/
 #LeftNavi139.LeftNavi a.lone_link {
     display: block;
     padding:0 40px;
     height: 62px;
     line-height: 62px;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     background:#1f62b1;
     border-bottom: 4px solid #ed2f23;
     *zoom:1;
     vartical-align:middle;
}
 #LeftNavi139.LeftNavi a.lone_link:hover {
     color:#fff;
}
/*收起时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .expend{
    /*收起时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-top:5px solid #dfdfdf;
     right:10px;
     top:15px;
     display:none;
}
/*展开时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .unexpend{
    /*展开时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-bottom:5px solid #dfdfdf;
     right:10px;
     top:10px;
     display:none;
}
/*一级链接主体*/
 #LeftNavi139.LeftNavi ul.children1{
}
 #LeftNavi139.LeftNavi .item1{
     height: 41px;
     line-height: 41px;
     border-bottom: 1px solid #eaeaea;
     background: #f7f7f7;
     width: 200px;
     float: left;
}
 #LeftNavi139.LeftNavi .item1 a{
     display:block;
     padding-left: 39px;
     font-size: 12px;
     background: url(/Content/image/zh/tb9.png) no-repeat 175px 20px;
     color: #7f7f7f;
}
 #LeftNavi139.LeftNavi .item1 a:hover{
     background:#fff url(/Content/image/zh/tb10.png) no-repeat 175px 20px;
}
 #LeftNavi139.LeftNavi .item1 .expend{
     border-top-color:#999;
}
 #LeftNavi139.LeftNavi .item1 .unexpend{
     border-bottom-color:#999;
}
/*二级链接主体，如果需要展开二级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children2{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item2 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 20px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item2 a:hover{
     color:#111 
}
/*三级链接主体，如果需要展开三级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children3{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item3 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 30px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item3 a:hover{
     color:#111 
}
 /*forSeprateConfigStyles*//* 挂件开始*/
 #CommPageAbout142.CommPageAbout {
     border: 1px solid #dfdfdf;
     margin-top: 15px;
}
/* 挂件头部 */
 #CommPageAbout142.CommPageAbout .hd {
     height:30px;
     line-height:30px;
     border-bottom:1px solid #dfdfdf;
     overflow:hidden;
     background:#dcdcdc;
     padding:0 10px;
     display: none;
}
/* 挂件标题 */
 #CommPageAbout142.CommPageAbout .hd .title {
     font-size: 14px;
     font-weight: bold;
}
/* 挂件的更多的样式 */
 #CommPageAbout142.CommPageAbout .more_link {
     float:right;
}
/* 挂件主体 */
 #CommPageAbout142.CommPageAbout .bd{
}
/* 挂件的图片样式 */
 #CommPageAbout142.CommPageAbout .img {
     float:left;
     width:120px;
     height:120px;
     margin-right: 10px;
}
 #CommPageAbout142.CommPageAbout .content {
     overflow:hidden;
     padding:10px;
}
 /*forSeprateConfigStyles*//* 挂件开始 */
 #MsgList227.MsgList {
}
/* 挂件头部 */
 #MsgList227.MsgList .hd {
     font-size: 14px;
     font-weight: bold;
     padding-bottom: 20px;
     height: 12px;
     border-bottom: 1px solid #ececec;
     margin-bottom: 20px;
}
 #MsgList227.MsgList table {
     table-layout: fixed;
     border-collapse: collapse;
}
 #MsgList227.MsgList td, #MsgList227.MsgList th {
     vertical-align: top;
     padding: 10px;
}
 #MsgList227.MsgList th {
     font-size: 13px;
     font-weight: bold;
     text-align: right;
     width: 100px;
     color: #333;
}
 #MsgList227.MsgList input.title {
     width: 400px;
}
 #MsgList227.MsgList td {
     padding-left: 20px;
}
 #MsgList227.MsgList input.txt {
     padding: 5px 10px;
}
/* 留言内容的样式 */
 #MsgList227.MsgList textarea.lecontent {
     width: 400px;
     height: 100px;
     padding: 10px;
     overflow: auto;
}
/* 留言列表 */
 #MsgList227.MsgList .lmg_lists {
     margin-top: 10px;
}
 #MsgList227.MsgList .lmg_lists li {
     padding: 10px 20px;
     border-bottom: 1px solid #dfdfdf;
}
 #MsgList227.MsgList .lmg_lists a.lg_name {
     font-weight: bold;
     color: #333;
}
 #MsgList227.MsgList .lmg_lists .lg_time {
     margin-left: 5px;
     padding-left: 5px;
     border-left: 1px solid #999;
     color: #999;
}
/* 留言列表中的留言内容 */
 #MsgList227.MsgList .lg_content {
     margin-top: 10px;
}
/* 分页 */
 #MsgList227.MsgList #pager{
     font-size: 12px;
     padding: 10px;
     text-align: center;
     color: #000;
}
 /*forSeprateConfigStyles*/ 
/*挂件主体*/
 #LeftNavi139.LeftNavi {
}
 #LeftNavi139.LeftNavi li{
     position:relative;
     *zoom:1;
     vartical-align:top;
}
/*头部链接*/
 #LeftNavi139.LeftNavi a.lone_link {
     display: block;
     padding:0 40px;
     height: 62px;
     line-height: 62px;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     background:#1f62b1;
     border-bottom: 4px solid #ed2f23;
     *zoom:1;
     vartical-align:middle;
}
 #LeftNavi139.LeftNavi a.lone_link:hover {
     color:#fff;
}
/*收起时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .expend{
    /*收起时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-top:5px solid #dfdfdf;
     right:10px;
     top:15px;
     display:none;
}
/*展开时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .unexpend{
    /*展开时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-bottom:5px solid #dfdfdf;
     right:10px;
     top:10px;
     display:none;
}
/*一级链接主体*/
 #LeftNavi139.LeftNavi ul.children1{
}
 #LeftNavi139.LeftNavi .item1{
     height: 41px;
     line-height: 41px;
     border-bottom: 1px solid #eaeaea;
     background: #f7f7f7;
     width: 200px;
     float: left;
}
 #LeftNavi139.LeftNavi .item1 a{
     display:block;
     padding-left: 39px;
     font-size: 12px;
     background: url(/Content/image/zh/tb9.png) no-repeat 175px 20px;
     color: #7f7f7f;
}
 #LeftNavi139.LeftNavi .item1 a:hover{
     background:#fff url(/Content/image/zh/tb10.png) no-repeat 175px 20px;
}
 #LeftNavi139.LeftNavi .item1 .expend{
     border-top-color:#999;
}
 #LeftNavi139.LeftNavi .item1 .unexpend{
     border-bottom-color:#999;
}
/*二级链接主体，如果需要展开二级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children2{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item2 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 20px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item2 a:hover{
     color:#111 
}
/*三级链接主体，如果需要展开三级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children3{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item3 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 30px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item3 a:hover{
     color:#111 
}
 /*forSeprateConfigStyles*//* 挂件开始*/
 #CommPageAbout142.CommPageAbout {
     border: 1px solid #dfdfdf;
     margin-top: 15px;
}
/* 挂件头部 */
 #CommPageAbout142.CommPageAbout .hd {
     height:30px;
     line-height:30px;
     border-bottom:1px solid #dfdfdf;
     overflow:hidden;
     background:#dcdcdc;
     padding:0 10px;
     display: none;
}
/* 挂件标题 */
 #CommPageAbout142.CommPageAbout .hd .title {
     font-size: 14px;
     font-weight: bold;
}
/* 挂件的更多的样式 */
 #CommPageAbout142.CommPageAbout .more_link {
     float:right;
}
/* 挂件主体 */
 #CommPageAbout142.CommPageAbout .bd{
}
/* 挂件的图片样式 */
 #CommPageAbout142.CommPageAbout .img {
     float:left;
     width:120px;
     height:120px;
     margin-right: 10px;
}
 #CommPageAbout142.CommPageAbout .content {
     overflow:hidden;
     padding:10px;
}
 /*forSeprateConfigStyles*//*挂件主体*/
 #PhotoList1111.PhotoList {
     overflow: hidden;
     position: relative;
}
/*头部可以设置头部背景*/
 #PhotoList1111.PhotoList .hd {
     padding-bottom: 20px;
     height: 12px;
     border-bottom: 1px solid #ececec;
     margin-bottom: 20px;
}
/*头部更多链接*/
 #PhotoList1111.PhotoList .hd .more a {
     float: right;
     color: #000;
     margin-right: 20px;
}
 #PhotoList1111.PhotoList .hd .more a:hover {
     color: #f30;
     text-decoration: underline;
}
/*头部标题*/
 #PhotoList1111.PhotoList .hd h3 {
     font-size: 14px;
     font-weight: bold;
     float: left;
}
/*列表主体*/
 #PhotoList1111.PhotoList .pl_box {
     padding-top: 10px;
}
/*截断滚动的div,可以margin调整与左右的边距*/
 #PhotoList1111.PhotoList .bd {
     margin: 0 10px;
     overflow: hidden;
     position:relative;
}
/*列表一列*/
 #PhotoList1111.PhotoList .bd li {
     width: 226px;
     height:339px ;
     margin: 0 0 0 17px;
     display: inline;
     text-align: center;
     float: left;
}
/*列表图片*/
 #PhotoList1111.PhotoList .Marquee_imgbx {
     margin: 0 20px 0 0;
     float: left;
     width:226px;
}
/*列表元素图片*/
 #PhotoList1111.PhotoList .bd li img {
     width:224px;
     height: 297px;
     display: inline-block;
     vertical-align: middle;
     border: 1px solid #dfdfdf;
}
/*列表元素链接主体*/
 #PhotoList1111.PhotoList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
}
/*列表元素图片标题链接*/
 #PhotoList1111.PhotoList .bd .pd_link {
     text-align: center;
     line-height: 40px;
     white-space: nowrap;
     overflow: hidden;
}
/*图片标题链接*/
 #PhotoList1111.PhotoList .bd .pd_link a {
     color: #000;
}
 #PhotoList1111.PhotoList .bd .pd_link a:hover {
     color: #f30;
     text-decoration: underline;
}
/*图片放大镜*/
 #PhotoList1111.PhotoList .jqzoom {
     display: block;
}
/*设置图片列表放大镜*/
 .jqzoom {
     position: relative;
}
 .zoomdiv {
     z-index: 999;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 300px;
     height: 300px;
     background: #fff;
     border: 1px solid #ccc;
     display: none;
     text-align: center;
     overflow: hidden;
}
 .zoomdiv img {
     width: 400px !important;
     height: 500px !important;
}
 .jqZoomPup {
     z-index: 999;
     visibility: hidden;
     position: absolute;
     top: 0px;
     left: 0px;
     border: 1px solid #aaa;
     background: #fff;
     opacity: 0.5;
     -moz-opacity: 0.5;
     -khtml-opacity: 0.5;
     filter: alpha(Opacity=50);
}
/*分页样式*/
 #PhotoList1111.PhotoList #pager {
     font-size: 12px;
     padding: 10px;
     text-align: center;
     color: #000;
}
/*去除放大镜 .zoomdiv {
     display: none!important;
}
 .jqZoomPup{
     display: none!important;
}
 */
 #PhotoList1111.PhotoList .prev_btn, #PhotoList1111.PhotoList .next_btn {
     position: absolute;
     top: 50%;
     margin-top: -10px;
     z-index:999;
}
 #PhotoList1111.PhotoList .prev_btn {
     left: 0;
}
 #PhotoList1111.PhotoList .next_btn {
     right: 0;
}
 /*forSeprateConfigStyles*/ 
/*挂件主体*/
 #LeftNavi139.LeftNavi {
}
 #LeftNavi139.LeftNavi li{
     position:relative;
     *zoom:1;
     vartical-align:top;
}
/*头部链接*/
 #LeftNavi139.LeftNavi a.lone_link {
     display: block;
     padding:0 40px;
     height: 62px;
     line-height: 62px;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     background:#1f62b1;
     border-bottom: 4px solid #ed2f23;
     *zoom:1;
     vartical-align:middle;
}
 #LeftNavi139.LeftNavi a.lone_link:hover {
     color:#fff;
}
/*收起时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .expend{
    /*收起时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-top:5px solid #dfdfdf;
     right:10px;
     top:15px;
     display:none;
}
/*展开时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .unexpend{
    /*展开时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-bottom:5px solid #dfdfdf;
     right:10px;
     top:10px;
     display:none;
}
/*一级链接主体*/
 #LeftNavi139.LeftNavi ul.children1{
}
 #LeftNavi139.LeftNavi .item1{
     height: 41px;
     line-height: 41px;
     border-bottom: 1px solid #eaeaea;
     background: #f7f7f7;
     width: 200px;
     float: left;
}
 #LeftNavi139.LeftNavi .item1 a{
     display:block;
     padding-left: 39px;
     font-size: 12px;
     background: url(/Content/image/zh/tb9.png) no-repeat 175px 20px;
     color: #7f7f7f;
}
 #LeftNavi139.LeftNavi .item1 a:hover{
     background:#fff url(/Content/image/zh/tb10.png) no-repeat 175px 20px;
}
 #LeftNavi139.LeftNavi .item1 .expend{
     border-top-color:#999;
}
 #LeftNavi139.LeftNavi .item1 .unexpend{
     border-bottom-color:#999;
}
/*二级链接主体，如果需要展开二级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children2{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item2 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 20px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item2 a:hover{
     color:#111 
}
/*三级链接主体，如果需要展开三级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children3{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item3 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 30px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item3 a:hover{
     color:#111 
}
 /*forSeprateConfigStyles*//* 挂件开始*/
 #CommPageAbout142.CommPageAbout {
     border: 1px solid #dfdfdf;
     margin-top: 15px;
}
/* 挂件头部 */
 #CommPageAbout142.CommPageAbout .hd {
     height:30px;
     line-height:30px;
     border-bottom:1px solid #dfdfdf;
     overflow:hidden;
     background:#dcdcdc;
     padding:0 10px;
     display: none;
}
/* 挂件标题 */
 #CommPageAbout142.CommPageAbout .hd .title {
     font-size: 14px;
     font-weight: bold;
}
/* 挂件的更多的样式 */
 #CommPageAbout142.CommPageAbout .more_link {
     float:right;
}
/* 挂件主体 */
 #CommPageAbout142.CommPageAbout .bd{
}
/* 挂件的图片样式 */
 #CommPageAbout142.CommPageAbout .img {
     float:left;
     width:120px;
     height:120px;
     margin-right: 10px;
}
 #CommPageAbout142.CommPageAbout .content {
     overflow:hidden;
     padding:10px;
}
 /*forSeprateConfigStyles*/ 
/*挂件主体*/
 #SinglePhoto237.SinglePhoto {
}
/*头部可以设置头部背景*/
 #SinglePhoto237.SinglePhoto .hd {
     padding-bottom: 20px;
     height: 12px;
     border-bottom: 1px solid #ececec;
     margin-bottom: 20px;
}
/*头部副标题*/
 #SinglePhoto237.SinglePhoto .hd .ftitle {
     font-size: 12px;
     font-weight: bold;
     padding-left: 40px;
     padding-top: 5px;
     width: 100%;
     float: left;
}
/*头部标题*/
 #SinglePhoto237.SinglePhoto .hd h3 {
     font-size: 14px;
     font-weight: bold;
}
/*图片主体结构*/
 #SinglePhoto237.SinglePhoto .albpic {
     text-align: center;
}
/*图片名称*/
 #SinglePhoto237.SinglePhoto .bd {
     padding-bottom: 40px;
}
 #SinglePhoto237.SinglePhoto .picname {
     font-size: 14px;
     font-weight: bold;
     margin: 10px 0;
}
/*图片*/
 #SinglePhoto237.SinglePhoto img {
     width: 400px;
     padding: 1px;
     border: 1px solid #dfdfdf;
     background: #fff;
}
 #SinglePhoto237.SinglePhoto .bto p {
     margin-bottom: 10px;
}
 #SinglePhoto237.SinglePhoto .bd .arrow {
     font-size: 50px;
     color: #999;
}
 /*forSeprateConfigStyles*/ 
/*挂件主体*/
 #PhotoList249.PhotoList {
     border: 1px solid #dfdfdf;
     padding: 18px 19px 17px 19px;
     overflow: hidden;
     position: relative;
}
/*头部可以设置头部背景*/
 #PhotoList249.PhotoList .hd {
     background-color: #dcdcdc;
     height: 30px;
     line-height: 30px;
     border-bottom: 1px solid #dfdfdf;
     display: none;
}
/*头部更多链接*/
 #PhotoList249.PhotoList .hd .more a {
     float: right;
     color: #000;
     margin-right: 20px;
}
 #PhotoList249.PhotoList .hd .more a:hover {
     color: #f30;
     text-decoration: underline;
}
/*头部标题*/
 #PhotoList249.PhotoList .hd h3 {
     font-size: 14px;
     font-weight: bold;
     padding-left: 20px;
     float: left;
}
/*列表主体*/
 #PhotoList249.PhotoList .pl_box {
}
/*截断滚动的div,可以margin调整与左右的边距*/
 #PhotoList249.PhotoList .bd {
     overflow: hidden;
     position:relative;
}
/*列表一列*/
 #PhotoList249.PhotoList .bd li {
     width: 308px;
     height:257px;
     margin: 0 0 0 20px;
     display: inline;
     text-align: center;
     float: left;
}
/*列表图片*/
 #PhotoList249.PhotoList .Marquee_imgbx {
     margin: 0 20px 10px 0;
     float: left;
     width:308px;
}
/*列表元素图片*/
 #PhotoList249.PhotoList .bd li img {
     width: 308px;
     height: 257px;
     display: inline-block;
     vertical-align: middle;
}
/*列表元素链接主体*/
 #PhotoList249.PhotoList .bd .link_wrap {
     height: 30px;
     line-height: 30px;
     background: #fafafa;
}
/*列表元素图片标题链接*/
 #PhotoList249.PhotoList .bd .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
/*图片标题链接*/
 #PhotoList249.PhotoList .bd .pd_link a {
     color: #000;
}
 #PhotoList249.PhotoList .bd .pd_link a:hover {
     color: #f30;
     text-decoration: underline;
}
/*图片放大镜*/
 #PhotoList249.PhotoList .jqzoom {
     display: block;
}
/*设置图片列表放大镜*/
 .jqzoom {
     position: relative;
}
 .zoomdiv {
     z-index: 999;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 300px;
     height: 300px;
     background: #fff;
     border: 1px solid #ccc;
     display: none;
     text-align: center;
     overflow: hidden;
}
 .zoomdiv img {
     width: 400px !important;
     height: 500px !important;
}
 .jqZoomPup {
     z-index: 999;
     visibility: hidden;
     position: absolute;
     top: 0px;
     left: 0px;
     border: 1px solid #aaa;
     background: #fff;
     opacity: 0.5;
     -moz-opacity: 0.5;
     -khtml-opacity: 0.5;
     filter: alpha(Opacity=50);
}
/*分页样式*/
 #PhotoList249.PhotoList #pager {
     font-size: 12px;
     padding: 10px;
     text-align: center;
     color: #000;
}
/*去除放大镜 .zoomdiv {
     display: none!important;
}
 .jqZoomPup{
     display: none!important;
}
 */
 #PhotoList249.PhotoList .prev_btn, #PhotoList249.PhotoList .next_btn {
     position: absolute;
     top: 50%;
     margin-top: -10px;
     z-index:999;
}
 #PhotoList249.PhotoList .prev_btn {
     left: 0;
}
 #PhotoList249.PhotoList .next_btn {
     right: 0;
}
 /*forSeprateConfigStyles*/ 
/*挂件主体*/
 #LeftNavi139.LeftNavi {
}
 #LeftNavi139.LeftNavi li{
     position:relative;
     *zoom:1;
     vartical-align:top;
}
/*头部链接*/
 #LeftNavi139.LeftNavi a.lone_link {
     display: block;
     padding:0 40px;
     height: 62px;
     line-height: 62px;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     background:#1f62b1;
     border-bottom: 4px solid #ed2f23;
     *zoom:1;
     vartical-align:middle;
}
 #LeftNavi139.LeftNavi a.lone_link:hover {
     color:#fff;
}
/*收起时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .expend{
    /*收起时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-top:5px solid #dfdfdf;
     right:10px;
     top:15px;
     display:none;
}
/*展开时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .unexpend{
    /*展开时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-bottom:5px solid #dfdfdf;
     right:10px;
     top:10px;
     display:none;
}
/*一级链接主体*/
 #LeftNavi139.LeftNavi ul.children1{
}
 #LeftNavi139.LeftNavi .item1{
     height: 41px;
     line-height: 41px;
     border-bottom: 1px solid #eaeaea;
     background: #f7f7f7;
     width: 200px;
     float: left;
}
 #LeftNavi139.LeftNavi .item1 a{
     display:block;
     padding-left: 39px;
     font-size: 12px;
     background: url(/Content/image/zh/tb9.png) no-repeat 175px 20px;
     color: #7f7f7f;
}
 #LeftNavi139.LeftNavi .item1 a:hover{
     background:#fff url(/Content/image/zh/tb10.png) no-repeat 175px 20px;
}
 #LeftNavi139.LeftNavi .item1 .expend{
     border-top-color:#999;
}
 #LeftNavi139.LeftNavi .item1 .unexpend{
     border-bottom-color:#999;
}
/*二级链接主体，如果需要展开二级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children2{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item2 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 20px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item2 a:hover{
     color:#111 
}
/*三级链接主体，如果需要展开三级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children3{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item3 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 30px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item3 a:hover{
     color:#111 
}
 /*forSeprateConfigStyles*//* 挂件开始*/
 #CommPageAbout142.CommPageAbout {
     border: 1px solid #dfdfdf;
     margin-top: 15px;
}
/* 挂件头部 */
 #CommPageAbout142.CommPageAbout .hd {
     height:30px;
     line-height:30px;
     border-bottom:1px solid #dfdfdf;
     overflow:hidden;
     background:#dcdcdc;
     padding:0 10px;
     display: none;
}
/* 挂件标题 */
 #CommPageAbout142.CommPageAbout .hd .title {
     font-size: 14px;
     font-weight: bold;
}
/* 挂件的更多的样式 */
 #CommPageAbout142.CommPageAbout .more_link {
     float:right;
}
/* 挂件主体 */
 #CommPageAbout142.CommPageAbout .bd{
}
/* 挂件的图片样式 */
 #CommPageAbout142.CommPageAbout .img {
     float:left;
     width:120px;
     height:120px;
     margin-right: 10px;
}
 #CommPageAbout142.CommPageAbout .content {
     overflow:hidden;
     padding:10px;
}
 /*forSeprateConfigStyles*/ #NewsPagingList219.NewsPagingList {
}
/*头部.hd可以设置头部背景*/
 #NewsPagingList219.NewsPagingList .hd{
     padding-bottom: 20px;
     height: 12px;
     border-bottom: 1px solid #ececec;
     margin-bottom: 20px;
}
 #NewsPagingList219.NewsPagingList .hd .title{
     font-size: 14px;
     font-weight: bold;
}
/*新闻列表面包屑*/
 #NewsPagingList219.NewsPagingList .hd .mbx_dv{
}
/*列表主体.bd*/
 #NewsPagingList219.NewsPagingList .bd{
}
/*单个列表li*/
 #NewsPagingList219.NewsPagingList li{
     background-color: #fff;
     border-bottom: 1px dashed #afafaf;
     padding-left:15px;
     background: url(http://25026.weban.shiwangyun.com/Content/image/zh/dot.jpg) left no-repeat;
     vertical-align:middle;
     *zoom:1;
     font-size:12px;
}
/*列表链接*/
 #NewsPagingList219.NewsPagingList li a {
     float:left;
     display:inline-block;
     height:38px;
     line-height:38px;
}
/*列表时间*/
 #NewsPagingList219.NewsPagingList li .time{
     float:right;
     height:38px;
     line-height:38px;
}
/*分页样式*/
 #NewsPagingList219.NewsPagingList #pager {
     font-size: 12px;
     padding: 10px;
     text-align: center;
}
 /*forSeprateConfigStyles*/ 
/*挂件主体*/
 #LeftNavi139.LeftNavi {
}
 #LeftNavi139.LeftNavi li{
     position:relative;
     *zoom:1;
     vartical-align:top;
}
/*头部链接*/
 #LeftNavi139.LeftNavi a.lone_link {
     display: block;
     padding:0 40px;
     height: 62px;
     line-height: 62px;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     background:#1f62b1;
     border-bottom: 4px solid #ed2f23;
     *zoom:1;
     vartical-align:middle;
}
 #LeftNavi139.LeftNavi a.lone_link:hover {
     color:#fff;
}
/*收起时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .expend{
    /*收起时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-top:5px solid #dfdfdf;
     right:10px;
     top:15px;
     display:none;
}
/*展开时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .unexpend{
    /*展开时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-bottom:5px solid #dfdfdf;
     right:10px;
     top:10px;
     display:none;
}
/*一级链接主体*/
 #LeftNavi139.LeftNavi ul.children1{
}
 #LeftNavi139.LeftNavi .item1{
     height: 41px;
     line-height: 41px;
     border-bottom: 1px solid #eaeaea;
     background: #f7f7f7;
     width: 200px;
     float: left;
}
 #LeftNavi139.LeftNavi .item1 a{
     display:block;
     padding-left: 39px;
     font-size: 12px;
     background: url(/Content/image/zh/tb9.png) no-repeat 175px 20px;
     color: #7f7f7f;
}
 #LeftNavi139.LeftNavi .item1 a:hover{
     background:#fff url(/Content/image/zh/tb10.png) no-repeat 175px 20px;
}
 #LeftNavi139.LeftNavi .item1 .expend{
     border-top-color:#999;
}
 #LeftNavi139.LeftNavi .item1 .unexpend{
     border-bottom-color:#999;
}
/*二级链接主体，如果需要展开二级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children2{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item2 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 20px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item2 a:hover{
     color:#111 
}
/*三级链接主体，如果需要展开三级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children3{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item3 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 30px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item3 a:hover{
     color:#111 
}
 /*forSeprateConfigStyles*//* 挂件开始*/
 #CommPageAbout142.CommPageAbout {
     border: 1px solid #dfdfdf;
     margin-top: 15px;
}
/* 挂件头部 */
 #CommPageAbout142.CommPageAbout .hd {
     height:30px;
     line-height:30px;
     border-bottom:1px solid #dfdfdf;
     overflow:hidden;
     background:#dcdcdc;
     padding:0 10px;
     display: none;
}
/* 挂件标题 */
 #CommPageAbout142.CommPageAbout .hd .title {
     font-size: 14px;
     font-weight: bold;
}
/* 挂件的更多的样式 */
 #CommPageAbout142.CommPageAbout .more_link {
     float:right;
}
/* 挂件主体 */
 #CommPageAbout142.CommPageAbout .bd{
}
/* 挂件的图片样式 */
 #CommPageAbout142.CommPageAbout .img {
     float:left;
     width:120px;
     height:120px;
     margin-right: 10px;
}
 #CommPageAbout142.CommPageAbout .content {
     overflow:hidden;
     padding:10px;
}
 /*forSeprateConfigStyles*//*挂件主体*/
 #NewsInfo223.NewsInfo {
}
/*挂件头部样式*/
 #NewsInfo223.NewsInfo .newsinfo_Breadcrumbs{
     padding-bottom: 20px;
     height: 12px;
     border-bottom: 1px solid #ececec;
     margin-bottom: 20px;
}
/*挂件头部标题样式*/
 #NewsInfo223.NewsInfo .newsinfo_Breadcrumbs .title{
     font-size: 14px;
     font-weight: bold;
}
/*面包屑导航*/
 #NewsInfo223.NewsInfo .newsinfo_Breadcrumbs .mbx_dv{
     float:right;
     display:inline;
     line-height: 34px;
     color: #fff;
     margin-right: 10px;
     display: none;
}
 #NewsInfo223.NewsInfo .newsinfo_Breadcrumbs .mbx_dv a{
     color: #fff;
}
/*新闻头部主体包含标题和点击次数等*/
 #NewsInfo223.NewsInfo .hd {
     text-align:center;
     padding:0 0 20px 0;
     border-bottom: 1px dashed #dfdfdf;
}
/*新闻正文标题样式*/
 #NewsInfo223.NewsInfo .hd .con_title {
     color: #ed2f23;
     font-size: 18px;
     font-weight: 800;
     line-height: 30px;
     font-family:'Microsoft YaHei';
     margin-bottom: 10px;
}
 #NewsInfo223.NewsInfo .con_subbx {
     color:#7e7e7e;
}
 #NewsInfo223.NewsInfo .con_subbx span {
     padding-left:20px;
}
/*新闻主体内容内容*/
 #NewsInfo223.NewsInfo .newsinfo_assemble .bd {
     padding:20px 0px 20px 0px;
}
/*新闻摘要*/
 #NewsInfo223.NewsInfo .con_summer {
     border:1px dashed #dfdfdf;
     background:#f8f8f8;
     padding:20px;
     line-height: 26px;
     color:#666;
}
/*新闻详细内容*/
 #NewsInfo223.NewsInfo .con_bx {
     line-height: 28px;
}
/*新闻标题图片*/
 #NewsInfo223.NewsInfo .QcDV img {
     display: none;
}
/*上一条下一条新闻*/
 #NewsInfo223.NewsInfo .newspn{
     padding-top: 10px;
     line-height: 30px;
}
/*相关新闻*/
 #NewsInfo223.NewsInfo .RecNews{
     padding:0 0 0 20px;
}
 #NewsInfo223.NewsInfo .RecNews .aboutnews {
     text-align:left;
     padding-bottom:10px;
     font-weight:bold;
}
 #NewsInfo223.NewsInfo .RecNews li{
     vertical-align: middle;
     *zoom: 1;
     line-height: 24px;
     height: 24px;
}
 /*forSeprateConfigStyles*//* 挂件开始*/
 #CommPageAbout142.CommPageAbout {
     border: 1px solid #dfdfdf;
     margin-top: 15px;
}
/* 挂件头部 */
 #CommPageAbout142.CommPageAbout .hd {
     height:30px;
     line-height:30px;
     border-bottom:1px solid #dfdfdf;
     overflow:hidden;
     background:#dcdcdc;
     padding:0 10px;
     display: none;
}
/* 挂件标题 */
 #CommPageAbout142.CommPageAbout .hd .title {
     font-size: 14px;
     font-weight: bold;
}
/* 挂件的更多的样式 */
 #CommPageAbout142.CommPageAbout .more_link {
     float:right;
}
/* 挂件主体 */
 #CommPageAbout142.CommPageAbout .bd{
}
/* 挂件的图片样式 */
 #CommPageAbout142.CommPageAbout .img {
     float:left;
     width:120px;
     height:120px;
     margin-right: 10px;
}
 #CommPageAbout142.CommPageAbout .content {
     overflow:hidden;
     padding:10px;
}
 /*forSeprateConfigStyles*//*挂件主体*/
 #ProductList163.ProductList {
}
/*头部可以设置头部背景图*/
 #ProductList163.ProductList .hd {
     padding-bottom: 20px;
     height: 12px;
     border-bottom: 1px solid #ececec;
     margin-bottom: 20px;
}
/*头部更多链接*/
 #ProductList163.ProductList .hd a {
     float: right;
     padding: 5px;
     color: #00BFFF;
}
/*头部标题*/
 #ProductList163.ProductList .hd h3 {
     height: 30px;
     line-height: 30px;
}
/*列表元素主体*/
 #ProductList163.ProductList li {
     border-bottom: 1px dashed #afafaf;
}
/*列表元素链接*/
 #ProductList163.ProductList li a {
     display: inline-block;
     float:left;
     height: 40px;
     line-height: 40px;
}
/*列表元素发布时间*/
 #ProductList163.ProductList .timestemp {
     float:right;
     color:#999;
     height: 40px;
     line-height: 40px;
     display: none;
}
 #ProductList163.ProductList .bto{
     text-align: center;
     padding-top: 20px;
}
 /*forSeprateConfigStyles*//* 挂件开始*/
 #CommPageAbout142.CommPageAbout {
     border: 1px solid #dfdfdf;
     margin-top: 15px;
}
/* 挂件头部 */
 #CommPageAbout142.CommPageAbout .hd {
     height:30px;
     line-height:30px;
     border-bottom:1px solid #dfdfdf;
     overflow:hidden;
     background:#dcdcdc;
     padding:0 10px;
     display: none;
}
/* 挂件标题 */
 #CommPageAbout142.CommPageAbout .hd .title {
     font-size: 14px;
     font-weight: bold;
}
/* 挂件的更多的样式 */
 #CommPageAbout142.CommPageAbout .more_link {
     float:right;
}
/* 挂件主体 */
 #CommPageAbout142.CommPageAbout .bd{
}
/* 挂件的图片样式 */
 #CommPageAbout142.CommPageAbout .img {
     float:left;
     width:120px;
     height:120px;
     margin-right: 10px;
}
 #CommPageAbout142.CommPageAbout .content {
     overflow:hidden;
     padding:10px;
}
 /*forSeprateConfigStyles*//* 挂件开始 */
 #ProductDwvthumb166.ProductDwvthumb {
}
/* 挂件头部 */
 #ProductDwvthumb166.ProductDwvthumb .hd{
}
/* 挂件主体部分 */
 #ProductDwvthumb166.ProductDwvthumb .bd{
}
 #ProductDwvthumb166.ProductDwvthumb .hd{
     padding-bottom: 20px;
     height: 12px;
     border-bottom: 1px solid #ececec;
     margin-bottom: 20px;
}
 #ProductDwvthumb166.ProductDwvthumb .hd .title{
     font-size: 14px;
     font-weight: bold;
}
 .pdwt_tjzoom{
}
/*左侧大图*/
 #ProductDwvthumb166.ProductDwvthumb .pdwt_ltzoom {
     float: left;
     width: 450px;
     margin-right: 15px;
}
 #ProductDwvthumb166.ProductDwvthumb .pdwt_contentinner {
     position: relative;
}
 #ProductDwvthumb166.ProductDwvthumb .pdwt_spic {
     width: 450px;
     height: 450px;
     border: 1px solid #666;
}
/*右侧滚动缩率图样式*/
 #ProductDwvthumb166.ProductDwvthumb .pdwt_rcaroucel {
     float: left;
     width: 150px;
     height: 450px;
     position: relative;
     display: none;
}
 #ProductDwvthumb166.ProductDwvthumb .pdwt_scrollbox {
     width: 102px;
}
/*向上箭头*/
 #ProductDwvthumb166.ProductDwvthumb .pdwt_prev {
     position: absolute;
     top: 0;
     right: 0;
}
/*向下箭头*/
 #ProductDwvthumb166.ProductDwvthumb .pdwt_next {
     position: absolute;
     right: 0;
     bottom: 0;
}
 #ProductDwvthumb166.ProductDwvthumb .pdwt_scrolists {
     display: block;
}
 #ProductDwvthumb166.ProductDwvthumb .pdwt_scrolists a {
     display: block;
     border: 1px solid #CCC;
     width: 100px;
     height: 100px;
     margin-bottom: 10px;
}
 #ProductDwvthumb166.ProductDwvthumb .pdwt_scrolists img {
     width: 100px;
     height: 100px;
}
/*缩率图选中时的状态*/
 #ProductDwvthumb166.ProductDwvthumb .pdwt_scrolists a.zoomThumbActive {
}
 #ProductDwvthumb166.ProductDwvthumb .pdwt_parbtn {
     overflow:hidden;
}
/*打印按钮*/
 #ProductDwvthumb166.ProductDwvthumb .pdwt_btnprint {
     float:left;
     height:24px;
     line-height:24px;
     padding:0 20px;
     background:#0066cb;
     color: #fff;
     margin-right:10px;
}
/*收藏按钮*/
 #ProductDwvthumb166.ProductDwvthumb .pdwt_btnsc {
     float:left;
     height:24px;
     line-height:24px;
     padding:0 20px;
     background:#0066cb;
     color: #fff;
     margin-right:10px;
}
/*询价按钮*/
 #ProductDwvthumb166.ProductDwvthumb .pdwt_btnxj {
     float:left;
     height:24px;
     line-height:24px;
     padding:0 20px;
     background:#c72425;
     color: #fff;
     margin-right:10px;
     display: none;
}
/*参数*/
 #ProductDwvthumb166.ProductDwvthumb .pdwt_parabox {
     margin-top: 15px;
}
/*切换tabs*/
 #ProductDwvthumb166.ProductDwvthumb .pdwt_paranavi {
     border-bottom: 1px solid #CDE4F9;
}
 #ProductDwvthumb166.ProductDwvthumb .pdwt_pranl {
     float: left;
     width: 86px;
     margin-right: 12px;
}
 #ProductDwvthumb166.ProductDwvthumb .pdwt_link {
     display: block;
     height: 28px;
     line-height: 28px;
     color: #333;
     border-left: 1px solid #CDE4F9;
     border-right: 1px solid #CDE4F9;
     border-top: 1px solid #CDE4F9;
     width: 86px;
     text-align: center;
}
 #ProductDwvthumb166.ProductDwvthumb .pdwt_link-active {
     background: #CDE4F9;
}
/*参数内容*/
 #ProductDwvthumb166.ProductDwvthumb .pdwt_parasect {
     padding-top: 15px;
}
 #ProductDwvthumb166.ProductDwvthumb .pdwt_paracell {
}
 #ProductDwvthumb166.ProductDwvthumb .pdwt_paracell .pd_sum{
     padding-top: 20px;
}
 .pd_content{
     line-height: 30px;
}
/*基本参数*/
 #ProductDwvthumb166.ProductDwvthumb .prod_name,#ProductDwvthumb166.ProductDwvthumb .prod_data,#ProductDwvthumb166.ProductDwvthumb .prod_count,#ProductDwvthumb166.ProductDwvthumb .prod_desctipt {
     margin-bottom:10px;
}
/*jqzoom默认样式*/
 #ProductDwvthumb166.ProductDwvthumb .zoomPad {
     position: relative;
     float: left;
     z-index: 99;
     cursor: crosshair;
}
 #ProductDwvthumb166.ProductDwvthumb .zoomPreload {
     -moz-opacity: 0.8;
     opacity: 0.8;
     filter: alpha(opacity = 80);
     color: #333;
     font-size: 12px;
     font-family: Tahoma;
     text-decoration: none;
     border: 1px solid #CCC;
     background-color: white;
     padding: 8px;
     text-align: center;
     background-image: url(../images/zoomloader.gif);
     background-repeat: no-repeat;
     background-position: 43px 30px;
     z-index: 110;
     width: 90px;
     height: 43px;
     position: absolute;
     top: 0px;
     left: 0px;
     * width: 100px;
     * height: 49px;
}
 #ProductDwvthumb166.ProductDwvthumb .zoomPup {
     overflow: hidden;
     background-color: #FFF;
     -moz-opacity: 0.6;
     opacity: 0.6;
     filter: alpha(opacity = 60);
     z-index: 120;
     position: absolute;
     border: 1px solid #CCC;
     z-index: 101;
     cursor: crosshair;
}
 #ProductDwvthumb166.ProductDwvthumb .zoomOverlay {
     position: absolute;
     left: 0px;
     top: 0px;
     background: #FFF;
    /*opacity:0.5;
     */
     z-index: 5000;
     width: 100%;
     height: 100%;
     display: none;
     z-index: 101;
}
 #ProductDwvthumb166.ProductDwvthumb .zoomWindow {
     position: absolute;
     left: 110%;
     top: 40px;
     background: #FFF;
     z-index: 6000;
     height: auto;
     z-index: 10000;
     z-index: 110;
}
 #ProductDwvthumb166.ProductDwvthumb .zoomWrapper {
     position: relative;
     border: 1px solid #999;
     z-index: 110;
}
 #ProductDwvthumb166.ProductDwvthumb .zoomWrapperTitle {
     display: block;
     background: #999;
     color: #FFF;
     height: 18px;
     line-height: 18px;
     width: 100%;
     overflow: hidden;
     text-align: center;
     font-size: 10px;
     position: absolute;
     top: 0px;
     left: 0px;
     z-index: 120;
     -moz-opacity: 0.6;
     opacity: 0.6;
     filter: alpha(opacity = 60);
}
 #ProductDwvthumb166.ProductDwvthumb .zoomWrapperImage {
     display: block;
     position: relative;
     overflow: hidden;
     z-index: 110;
}
 #ProductDwvthumb166.ProductDwvthumb .zoomWrapperImage img {
     border: 0px;
     display: block;
     position: absolute;
     z-index: 101;
}
 #ProductDwvthumb166.ProductDwvthumb .zoomIframe {
     z-index: -1;
     filter: alpha(opacity=0);
     -moz-opacity: 0.80;
     opacity: 0.80;
     position: absolute;
     display: block;
}
 #ProductDwvthumb166.ProductDwvthumb .bdlist {
}
 #ProductDwvthumb166.ProductDwvthumb .bdlist li {
     float: left;
     width: 142px;
     border-top:1px dotted #A5A7A8;
     border-bottom: 1px dotted #A5A7A8;
     display: inline;
     margin-right: 10px;
     margin-bottom: 10px;
     text-align: center;
}
 #ProductDwvthumb166.ProductDwvthumb .bdlist li img {
     width: 160px;
     display: none!important;
     height: 120px;
     display: inline-block;
     vertical-align: middle;
}
 #ProductDwvthumb166.ProductDwvthumb .bdlist .link_wrap {
     height: 30px;
     line-height: 30px;
     background: none;
}
 #ProductDwvthumb166.ProductDwvthumb .bdlist .pd_link {
     margin: 0 10px;
     white-space: nowrap;
     overflow: hidden;
}
 #ProductDwvthumb166.ProductDwvthumb .bdlist .pd_intro {
     margin:0 10px;
}
 #ProductDwvthumb166.ProductDwvthumb .bdlist .pd_intro a {
     color:#de783d;
}
 /*forSeprateConfigStyles*/ 
/*挂件主体*/
 #MainNavi79.MainNavi {
}
/*一级导航*/
/*可以设置分割线背景*/
 #MainNavi79.MainNavi li.parent {
     float: left;
     position: relative;
     z-index: 1;
}
/*一级导航链接*/
 #MainNavi79.MainNavi a.lone_link {
     display: inline-block;
     width: 111px;
    /*height: 35px;
     */
     line-height: 40px;
     font-size: 14px;
     text-align: center;
     color: #fff;
}
 #MainNavi79.MainNavi a.lone_link:hover {
     background: url(http://25232.webag.shiwangyun.com/Content/image/zh/menu_h.jpg) center no-repeat;
}
/*主导航标题*/
 #MainNavi79.MainNavi a span.navi_title {
     display: block;
}
/*主导航副标题*/
 #MainNavi79.MainNavi a span.navi_ftitle {
     display: block;
}
/*二级导航*/
 #MainNavi79.MainNavi .children {
     position: absolute;
     background: #2f2f2f;
     left: 0;
     top: 100%;
     white-space: nowrap;
     width: 100px;
     z-index: 9 !important;
}
/*二级导航li结构*/
 #MainNavi79.MainNavi .children li {
     vertical-align: middle;
    /*height: 28px;
     line-height: 28px;
     */
     *zoom: 1;
}
/*二级导航链接*/
 #MainNavi79.MainNavi .children a {
     display: block;
    /*height: 28px;
     line-height: 28px;
     */
     color: #fff;
     padding: 0 10px;
}
 #MainNavi79.MainNavi .children a:hover {
     background: #ff29c5;
     color: #fff;
}
/*激活的节点*/
 #MainNavi79.MainNavi li.activelink {
}
 /*forSeprateConfigStyles*/ 
/* banner图片挂件*/
 #AdverSliderLunbo81.AdverSliderLunbo{
     height: 468px;
}
/* height设置成图片高度 */
 #AdverSliderLunbo81.AdverSliderLunbo .bigImgBanner_bd{
     height:380px;
}
/* 挂件头部,需要标题去掉display:none */
 #AdverSliderLunbo81.AdverSliderLunbo .bigImgBanner_hd{
     display:none;
}
/* 挂件主体部分 */
 #AdverSliderLunbo81.AdverSliderLunbo .bigImgBanner_bd{
     overflow: hidden;
     position: relative;
}
 #AdverSliderLunbo81.AdverSliderLunbo .slides_wrapperbox {
     display: none;
     position: absolute;
     text-align: center;
}
 #AdverSliderLunbo81.AdverSliderLunbo .slidesjs-container{
}
/* 左右按钮 */
 #AdverSliderLunbo81.AdverSliderLunbo .slidesjs-next,#AdverSliderLunbo81.AdverSliderLunbo .slidesjs-previous{
     display:block;
     width:11px;
     height:29px;
     overflow: hidden;
     text-indent: -9999px;
     margin-right:5px;
     position: absolute;
     top: 50%;
     margin-top: -15px;
     z-index: 11;
}
 #AdverSliderLunbo81.AdverSliderLunbo .slidesjs-next {
     background: url(/Content/app_images/rightArrow.png) no-repeat;
     right: 10px;
}
 #AdverSliderLunbo81.AdverSliderLunbo .slidesjs-previous {
     background: url(/Content/app_images/leftArrow.png) no-repeat;
     left: 10px;
}
/* 圆角标记 */
 #AdverSliderLunbo81.AdverSliderLunbo .slidesjs-pagination {
     position: absolute;
     bottom: 10px;
     z-index: 11;
     left: 50%;
}
 #AdverSliderLunbo81.AdverSliderLunbo .slidesjs-pagination li {
     float: left;
     margin: 0 1px;
     position: relative;
     left: -50%;
}
 #AdverSliderLunbo81.AdverSliderLunbo .slidesjs-pagination li a {
     display: block;
     width: 13px;
     height: 0;
     padding-top: 13px;
     background: url(/Content/app_images/pagination.png) no-repeat;
     float: left;
     overflow: hidden;
}
 #AdverSliderLunbo81.AdverSliderLunbo .slidesjs-pagination li a.active,#AdverSliderLunbo81.AdverSliderLunbo .slidesjs-pagination li a:hover.active {
     background: url(/Content/app_images/pagination_active.png) no-repeat;
}
 #AdverSliderLunbo81.AdverSliderLunbo .slides_wrapperbox a:link,#AdverSliderLunbo81.AdverSliderLunbo .slides_wrapperbox a:visited {
     color: #333;
}
 #AdverSliderLunbo81.AdverSliderLunbo .slides_wrapperbox a:hover,#AdverSliderLunbo81.AdverSliderLunbo .slides_wrapperbox a:active {
     color: #9e2020;
}
/*forSeprateConfigStyles*//* 挂件开始*/
 #CommPageAbout102.CommPageAbout {
     margin-top: 17px;
}
/* 挂件头部 */
 #CommPageAbout102.CommPageAbout .hd {
     height:30px;
     line-height:30px;
     border-bottom:1px solid #dfdfdf;
     overflow:hidden;
     background:#dcdcdc;
     padding:0 10px;
     display: none;
}
/* 挂件标题 */
 #CommPageAbout102.CommPageAbout .hd .title {
     font-size: 14px;
     font-weight: bold;
}
/* 挂件的更多的样式 */
 #CommPageAbout102.CommPageAbout .more_link {
     float:right;
}
/* 挂件主体 */
 #CommPageAbout102.CommPageAbout .bd{
}
/* 挂件的图片样式 */
 #CommPageAbout102.CommPageAbout .img {
     float:left;
     width:278px;
     height:302px;
     margin-right:25px;
     padding-top: 3px;
}
 #CommPageAbout102.CommPageAbout .content {
     overflow:hidden;
}
 #CommPageAbout102.CommPageAbout .content .content_detail a{
     color: #ed2f23;
}
 /*forSeprateConfigStyles*//*挂件主体*/
 #NewsBaseList106.NewsBaseList {
     margin-top: 3px;
}
/*.hd设置头部背景*/
 #NewsBaseList106.NewsBaseList .hd {
     color:#000;
     background-color:#dcdcdc;
     padding:0 20px;
     display: none;
}
/*头部更多链接样式*/
 #NewsBaseList106.NewsBaseList .hd a{
     float:right;
     padding:5px;
     color:#000;
}
 #NewsBaseList106.NewsBaseList .hd a:hover{
     color:#f30;
     text-decoration: underline;
}
/*新闻列表面包屑*/
 #NewsBaseList106.NewsBaseList .hd .mbx_dv{
}
/*标题的样式*/
 #NewsBaseList106.NewsBaseList .hd h2 {
     font-weight:bold;
     font-size: 14px;
     height:30px;
     line-height:30px;
}
/*列表的样式*/
 #NewsBaseList106.NewsBaseList li {
     padding-left:67px;
     height:57px;
     padding-top:23px ;
     vertical-align:middle;
     *zoom:1;
}
/*列表链接的样式*/
 #NewsBaseList106.NewsBaseList li a {
     float:left;
     display:inline-block;
     height:22px;
     line-height:22px;
     width: 275px;
     font-size: 12px;
}
/*列表中时间的样式*/
 #NewsBaseList106.NewsBaseList li .time{
     height:22px;
     line-height:22px;
     color:#666;
}
 /*forSeprateConfigStyles*//* 挂件开始*/
 #CommPageAbout111.CommPageAbout {
     background: #f3f3f3;
}
/* 挂件头部 */
 #CommPageAbout111.CommPageAbout .hd {
     height:30px;
     line-height:30px;
     border-bottom:1px solid #dfdfdf;
     overflow:hidden;
     background:#dcdcdc;
     padding:0 10px;
     display: none;
}
/* 挂件标题 */
 #CommPageAbout111.CommPageAbout .hd .title {
     font-size: 14px;
     font-weight: bold;
}
/* 挂件的更多的样式 */
 #CommPageAbout111.CommPageAbout .more_link {
     float:right;
}
/* 挂件主体 */
 #CommPageAbout111.CommPageAbout .bd{
}
/* 挂件的图片样式 */
 #CommPageAbout111.CommPageAbout .img {
     float:left;
     width:120px;
     height:120px;
     margin-right: 10px;
}
 #CommPageAbout111.CommPageAbout .content {
     overflow:hidden;
     padding:10px 24px 10px 24px;
}
 /*forSeprateConfigStyles*//*挂件主体*/
 #ProductMarquee115.ProductMarquee{
}
 #ProductMarquee115.ProductMarquee .hd{
     display: none;
}
/*头部可以设置头部背景*/
 #ProductMarquee115.ProductMarquee .Marquee_hd {
     height: 30px;
     line-height: 30px;
}
/*头部div*/
 #ProductMarquee115.ProductMarquee .Marquee_hd{
     background: #dcdcdc;
}
/*头部标题*/
 #ProductMarquee115.ProductMarquee .Marquee_title{
     font-size: 14px;
     font-weight: bold;
     padding-left:20px;
}
/*头部更多链接*/
 #ProductMarquee115.ProductMarquee .Marquee_hd a {
     float: right;
     color: #f30;
     padding-right:5px;
}
/*滚动主体*/
 #ProductMarquee115.ProductMarquee .Marquee_bd {
     border:1px solid #dfdfdf;
     padding:17px 19px 18px 19px;
     position:relative;
     zoom:1;
}
/*滚动内部主体用于截断隐藏滚动内容*/
 #ProductMarquee115.ProductMarquee .Marquee_box{
     overflow:hidden;
     width:100%;
     height:257px;
     position:relative;
}
/*滚动的所有内容ul*/
 #ProductMarquee115.ProductMarquee .Marquee_lists{
}
/*滚动单元元素宽度等于滚动图片padding,border,width之和*/
 #ProductMarquee115.ProductMarquee .Marquee_li{
     padding-right:20px;
     width:308px;
     margin-bottom:10px;
}
/*滚动的单个元素*/
 #ProductMarquee115.ProductMarquee .Marquee_imgbx{
}
/*滚动图片*/
 #ProductMarquee115.ProductMarquee .Marquee_img{
     width: 308px;
     height:257px;
}
/*产品名称*/
 #ProductMarquee115.ProductMarquee .Marquee_name{
     text-align: center;
     line-height: 25px;
     display: none;
}
 #ProductMarquee115.ProductMarquee .Marquee_version{
     text-align: center;
     line-height: 25px;
}
 #ProductMarquee115.ProductMarquee .Marquee_link{
     color:#000;
}
 #ProductMarquee115.ProductMarquee .Marquee_link:hover{
     color:#f30;
     text-decoration: underline;
}
 #ProductMarquee115.ProductMarquee .jqzoom {
     display: block;
}
 #ProductMarquee115.ProductMarquee .nojqzoom {
}
/*设置图片列表放大镜*/
 .jqzoom {
     position: relative;
}
 .zoomdiv {
     z-index: 999;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 300px;
     height: 300px;
     background: #fff;
     border: 1px solid #ccc;
     display: none;
     text-align: center;
     overflow: hidden;
}
 .zoomdiv img {
     width: 400px !important;
     height: 500px !important;
}
 .jqZoomPup {
     z-index: 999;
     visibility: hidden;
     position: absolute;
     top: 0px;
     left: 0px;
     border: 1px solid #aaa;
     background: #fff;
     opacity: 0.5;
     -moz-opacity: 0.5;
     -khtml-opacity: 0.5;
     filter: alpha(Opacity=50);
}
/*左右切换箭头*/
 #ProductMarquee115.ProductMarquee .prev_btn {
     position:absolute;
     left:3px;
     top:50%;
}
 #ProductMarquee115.ProductMarquee .next_btn {
     position:absolute;
     right:3px;
     top:50%;
}
 /*forSeprateConfigStyles*/ 
/*挂件主体*/
 #LeftNavi139.LeftNavi {
    border-bottom: none;
}
 #LeftNavi139.LeftNavi li{
     position:relative;
     *zoom:1;
     vartical-align:top;
}
/*头部链接*/
 #LeftNavi139.LeftNavi a.lone_link {
     display: block;
     padding:0 40px;
     height: 62px;
     line-height: 62px;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     background:#1f62b1;
     border-bottom: 4px solid #ed2f23;
     *zoom:1;
     vartical-align:middle;
}
 #LeftNavi139.LeftNavi a.lone_link:hover {
     color:#fff;
}
/*收起时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .expend{
    /*收起时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-top:5px solid #dfdfdf;
     right:10px;
     top:15px;
     display:none;
}
/*展开时的箭头样式,如不需要展开收起效果，加上display:none;
 */
 #LeftNavi139.LeftNavi .unexpend{
    /*展开时的箭头样式*/
     position:absolute;
     height:0;
     width:0;
     overflow:hidden;
     border:5px dashed transparent;
     border-bottom:5px solid #dfdfdf;
     right:10px;
     top:10px;
     display:none;
}
/*一级链接主体*/
 #LeftNavi139.LeftNavi ul.children1{
}
 #LeftNavi139.LeftNavi .item1{
     height: 41px;
     line-height: 41px;
     border-bottom: 1px solid #eaeaea;
     background: #f7f7f7;
     width: 200px;
     float: left;
}
 #LeftNavi139.LeftNavi .item1 a{
     display:block;
     padding-left: 39px;
     font-size: 12px;
     background: url(/Content/image/zh/tb9.png) no-repeat 175px 20px;
     color: #7f7f7f;
}
 #LeftNavi139.LeftNavi .item1 a:hover{
     background:#fff url(/Content/image/zh/tb10.png) no-repeat 175px 20px;
}
 #LeftNavi139.LeftNavi .item1 .expend{
     border-top-color:#999;
}
 #LeftNavi139.LeftNavi .item1 .unexpend{
     border-bottom-color:#999;
}
/*二级链接主体，如果需要展开二级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children2{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item2 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 20px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item2 a:hover{
     color:#111 
}
/*三级链接主体，如果需要展开三级，去除display：none*/
 #LeftNavi139.LeftNavi ul.children3{
     background:#fafafa;
     display:none;
}
 #LeftNavi139.LeftNavi .item3 a{
     display:block;
     height:28px;
     line-height:28px;
     padding:0 10px 0 30px;
     color:#333;
}
 #LeftNavi139.LeftNavi .item3 a:hover{
     color:#111 
}
 /*forSeprateConfigStyles*/