/*å…¬å…±æ ·å¼*/
*{margin:0;padding:0;}
.flv{ position:absolute;}
body{ font-size:12px;font-family:\5FAE\8F6F\96C5\9ED1,Arial,Helvetica,sans-serif;}
ul,li{ list-style-type: none;}
input,select,button,textarea{font-size:12px;font-family:\5FAE\8F6F\96C5\9ED1,Arial,Helvetica,sans-serif;}
button{cursor: pointer;}
.cur,a{cursor: pointer;}
.mt_20{ margin-top:20px;}


.yj{-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px;}

img{border:none;}

table{ margin:auto; border-collapse: collapse;}
.clear{clear:both;}

a,a:link {color:#333333;text-decoration:none;}
a:visited {}
a:active,a:hover{cursor: pointer; color:#107f3b;}
a:focus {outline:none;}
a:hover{ color:#107f3b;}

.tRight{ text-align:right;}
.tcenter{ text-align:center;}
.tLeft{ text-align:left;}

.h25{ height:25px;}
.h30{ height:30px;}

.ml30{ margin-left:30px;}

.right{ float:right;}
.left{ float:left;}


.b{ font-weight:bold;}
.n{ font-weight:normal;}

.nodata{position:absolute;left:20px;}
.yh{font-family:\5FAE\8F6F\96C5\9ED1;}

.tRed{ color:red;}
.tGreen{ color:green;}
.tBlue{ color:#2a383b;}
.media{margin:0 auto;max-width: 100%;}
.none{ display:none;}
/*å…¬å…±æ ·å¼*/
body{  color:#333; min-width:980px;}
.header{ width:100%; height:318px;}
.header-container{ width:1200px; height:305px; margin:0 auto; position:relative;background: url(../images/index/header01.jpg);background-size: 100% 100%; line-height: 205px; text-align: center; display: list-item; list-style-type: none;}

.nav-tips { position: fixed; z-index: 999; background: #107f3b; left: 10px; font-size: 16px; display: block; text-align: center; color: #d4d4d4; padding: 5px; box-sizing: border-box; border-radius: 10px; display: none;}
.nav-tips a { color: #fff; font-weight: bold; display: block; text-align: center;}
.nav-tips .nav-tips-title { font-size: 20px; border-bottom: 1px solid #fff; margin-bottom: 10px; color: #fff;}
.nav-tips a { color: #fffff; font-weight: bold; display: block;}

.browser-tips { width: 1200px; margin: 0 auto; font-size: 16px; color: red; text-align: center; line-height: 50px;}
.browser-tips a { color: #107f3b; margin: 0 5px;}

.header-container .banner { display: inline-block; vertical-align: bottom; margin-bottom: 30px;}
.header-bg{ position:absolute;left: 0;top: 0;width: 980px;height: 205px;}
.header-bg img{width: 100%;height: 100%;}
.header-logo{ position:absolute; top:13px;left: 14px; line-height: 0;}
.header-container h1{ position:absolute; font-size:36px;font-family:\5FAE\8F6F\96C5\9ED1; top:57px; left:335px; color:#2e9d4e;}
.title{ line-height:25px;}
.header-title{ position:  absolute;top: 78px;left: 215px; width:795px; height:102px;}
/*é»˜è®¤äºŒçº§ä¸‹æ‹‰å¯¼èˆªèœå•*/
.menu{height:45px; width:100%;margin-bottom: 30px;}
#nav {width:1200px; height:45px; line-height:45px; margin:0 auto;background:#107f3b;}
#nav li {float:left;display:inline; text-decoration:none;  text-align:center;position:relative;z-index:990;}
#nav>li:first-child a:before{display: none;}
#nav>li>a:before{width: 1px;height: 18px;background: #fff;/*display: block;*/content: "";position: absolute;left: 0;top: 15px;}
#nav li a{ padding:0px 41.3px; display:block;color:#fff;font-size: 16px; text-decoration:none;-moz-transition: all .3s 0s ease;-ms-transition: all .3s 0s ease;-o-transition: all .3s 0s ease;-webkit-transition: all .3s 0s ease;transition: all .3s 0s ease;}
#nav li a:hover,#nav>li.sfhover>a{background: #2e9d4e;}
#nav li a:hover:before,#nav>li.sfhover>a:before{background: #2e9d4e;}
/* 修改下拉菜单宽度为180px */
#nav li ul {
        display:none;
        position:absolute;
        left:0px;
        top:45px;
      
        min-width:180px; /* 防止被压缩 */
        z-index:99999;
        box-sizing: border-box; /* 确保宽度计算包含padding */
    }
#nav li ul li{ border-top:1px solid #fff; padding-right:0px;}
/* 修改下拉菜单背景颜色 */
#nav li ul li{ 
    border-top:1px solid #fff;
    padding-right:0px;
}

    #nav li ul a{
        display:block;
        text-align:left;
        text-decoration:none;
        /* width:200px;  */
        padding:0;
        line-height:40px;
        font-size:14px;
        background: #2e9d4e!important; /* 半透明 */
        color: #fff !important;
        text-align: center;
        transition: #2e9d4e 1s; /* 添加颜色过渡 */
    }
    
    #nav li ul a:hover  { 
        background:#107f3b !important; /* 悬停 */ 
    }
#nav li:hover ul {display:block;}
#nav li.sfhover ul {left:0px;display:block;}
/*ä¸»ä½“é€šç”¨*/
.container{ width:100%;}
.content{ width:1160px; overflow:hidden; margin:0 auto;box-shadow: 0 0 15px rgba(74, 102, 117, 0.15);padding:20px;background: #fff;}
.link1{width: 370px;height: 320px;display: inline-block;vertical-align: top;}
.link1 a{display: block;width: 180px;height: 100px;float: left;margin-right: 5px;margin-bottom: 10px;position: relative;-moz-transition: all .3s 0s ease;-ms-transition: all .3s 0s ease;-o-transition: all .3s 0s ease;-webkit-transition: all .3s 0s ease;transition: all .3s 0s ease;}
.link1 img{width: 54px;height: 54px;position: absolute;top: 10px;left: 63px;}
.link1-1{background: url(./link1-bg1.png) repeat-x;}
.link1-1:hover{background: url(./link1-bg1-h.png) repeat-x;}
.link1-2{background: url(./link1-bg2.jpg) repeat-x;}
.link1-2:hover{background: url(./link1-bg2-h.png) repeat-x;}
.link1-3{background: url(./link1-bg3.jpg) repeat-x;}
.link1-3:hover{background: url(./link1-bg3-h.png) repeat-x;}
.link1-4{background: url(./link1-bg4.jpg) repeat-x;}
.link1-4:hover{background: url(./link1-bg4-h.png) repeat-x;}
.link1-5{background: url(./link1-bg5.jpg) repeat-x;}
.link1-5:hover{background: url(./link1-bg5-h.png) repeat-x;}
.link1-6{background: url(./link1-bg6.jpg) repeat-x;}
.link1-6:hover{background: url(./link1-bg6-h.png) repeat-x;}
.link1 .title{width: 100%;height: 36px;line-height: 36px;font-size: 16px;color: #fff;font-weight: bold;text-align: center;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;position: absolute;bottom: 0;left: 0;}
.area-title{width: 100%;height: 40px;line-height: 40px;background:#107f3b;}
.area-title .title{max-width: 440px;height: 24px;float: left;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;padding-left: 10px;font-size: 16px;color: #fff;margin:8px 0 0 15px;border-left: 4px solid #fff;line-height: 24px;}
.area-title .more{display: block;height: 18px;/*margin:11px 15px;width: 18px;background: url(../images/more.png) no-repeat center;*/float: right;margin-right: 15px;color: #fff;}
.area1{width: 570px;height: 322px;display: inline-block;vertical-align: top;margin-left: 15px;}
.area_left{width: 170px;height: 322px;display: inline-block;vertical-align: top;}
.area_left-title{width:215px;height: 40px;line-height: 40px;background:#107f3b;margin-left: 18px;border-bottom:1px solid #fff;}
.area_left-title .title{max-width: 440px;height: 24px;float: left;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;padding-left: 10px;font-size: 16px;color: #fff;margin:8px 0 0 15px;border-left: 4px solid #fff;line-height: 24px;}
.area_left-title .more{display: block;height: 18px;/*margin:11px 15px;width: 18px;background: url(../images/more.png) no-repeat center;*/float: right;margin-right: 15px;color: #fff;}
.area1 .area-cont{width:568px;height: 322px;border:1px solid #107f3b;overflow:hidden;}
.area1 .des{font-size: 18px;line-height: 21px;height: 273px;padding:25px 15px 0 10px; text-indent: 2em;}
.area1 img{width:180px;height: 100px;float: left;margin-right: 10px;}
.area2{width: 940px;height: 216px;margin-top: 20px;clear: both;}
.area2 .area-cont{width: 910px;height: 146px;border:1px solid #107f3b;padding:15px 14px;}
.area2 ul{width: 910px;height: 146px;margin:0 auto;}
.area2 li{width: 170px;height: 146px;float: left;margin-right: 15px;}
.area2 li .img{width: 170px;height: 115px;position: relative;}
.area2 li .img:before{position: absolute;top: 0;bottom: 0;left: 0;right: 0;border:1px solid #107f3b;content: "";display: none;}
.area2 li:hover .img:before{display: block;}
.area2 li img{width: 100%;height: 100%;}
.area2 li .title{height: 30px;line-height: 30px;text-align: center;font-size: 14px;color: #107f3b;background: #2e967c;margin-top: 1px;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;-moz-transition: all .3s 0s ease;-ms-transition: all .3s 0s ease;-o-transition: all .3s 0s ease;-webkit-transition: all .3s 0s ease;transition: all .3s 0s ease;}
.area2 li:hover .title{background: #107f3b;color: #fff;}

#focus-banner{ position:relative; width:350px; overflow:hidden;display: block;margin:0 auto;height:260px;}
#focus-banner-list{ position:relative;}
#focus-banner-list li{ position:absolute; left:0; top:0; width:350px; z-index: -1;height:260px;}
#focus-banner-list li img{ width:100%; height:215px; cursor: pointer;}
#focus-banner-list li p{    height: 35px;text-align: center;
    font-size: 14px;
    line-height: 35px;
    background: #eee;
    margin-top: 10px;}
.focus-banner-img{ display:block;}
#focus-banner .focus-bubble{position: absolute;bottom: 10px;left: 50%;z-index: 10;}
#focus-banner .focus-bubble li{width: 10px;height: 10px;border-radius: 50%;display: inline-block;background-color: #eee;margin-right: 4px;}
#focus-banner .focus-bubble li:last-child{margin-right: 0;}
#focus-banner .focus-bubble li.current{background-color: #37aa71;}

#focus-banner .slide-btn{ position:absolute;top: 0; z-index:100; display:block; width:40px;text-align: center;line-height: 210px;font-size: 36px; height:210px;color: #c7c4c4;text-decoration: none;}
#focus-banner #next-img{ right:0px;}
#focus-banner #prev-img{ left:0px;}
.area3{width: 333px;    height: 362.5px;
    display: inline-block;
border: 1px solid #107f3b;}
.area3-cont{padding:10px 0;border: 1px solid #107f3b;}
.area3-title{width: 100%;height: 40px;line-height: 40px;color:#107f3b;}
.area3-title .title{max-width: 440px;
    height: 24px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    font-size: 16px;
    color: #107f3b;
    margin: 8px 0 0 15px;
    border-left: 4px solid #107f3b;
    line-height: 24px;}
.area3-title .more{float: right;
    color: #107f3b;margin-right: 15px;}

.link2{width: 213px;height: 320px; border:1px solid #107f3b;display: inline-block;vertical-align: top;margin-left:18px;background: #107f3b;}
.link2 li{height: 52.5px;line-height: 52.5px;    width:213px;
    margin: 0 auto;
    border-bottom: 1px dashed #dddd;
}
.link2 li a{height:52.5px;display: block;padding-left:13px;font-size: 16px;color:#fff;font-weight:bold;}
.link2 li a:hover{background: url(../images/link2-li-bg.jpg) no-repeat 7px center #2e9d4e;}

.link3{   width: 390px;
    float: left;}
.link3 li{     width: 126px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 18px;
    transition: all .2s;
}
.link3 li a{ text-align: center;
    color: #107f3b;
    margin: 10px 0px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-top: 40px;}
.link3 li:hover a{color:#107f3b;}
.link3 li.link3-3{background: url(../images/index/link3-1.png) no-repeat center 15px;}
.link3 li.link3-4{background: url(../images/index/link3-2.png) no-repeat center 15px;}
.link3 li.link3-5{background: url(../images/index/link3-3.png) no-repeat center 15px;}
.link3 li.link3-6{background: url(../images/index/link3-4.png) no-repeat center 15px;}
.link3 li.link3-7{background: url(../images/index/link3-5.png) no-repeat center 15px;}
.link3 li.link3-8{background: url(../images/index/link3-6.png) no-repeat center 15px;}
/*.link3 li.link3-3:hover{background: url(../images/link3-1-h.png) no-repeat center;}*/
/*.link3 li.link3-4:hover{background: url(../images/link3-2-h.png) no-repeat center;}*/
/*.link3 li.link3-5:hover{background: url(../images/link3-3-h.png) no-repeat center;}*/
/*.link3 li.link3-6:hover{background: url(../images/link3-4-h.png) no-repeat center;}*/
/*.link3 li.link3-7:hover{background: url(../images/link3-5-h.png) no-repeat center;}*/
/*.link3 li.link3-8:hover{background: url(../images/link3-6-h.png) no-repeat center;}*/

#foot{width:100%; height:45px; background:#FFFFFF;}
.foot{ width:1200px; height:45px;  margin:0 auto;overflow:hidden;background: url(../images/foot-bg.jpg) center;color: #999 ;text-align: center;line-height: 45px;}
.copy a{ color:#999;}
.foot .link2{ background:#E8E8E8; width:185px; height:35px; margin-top:10px; float:right; margin-right:30px; display:inline;}
.foot .link2 select{ width:165px; margin:8px 0 0 10px;}

.td_img img{
        width: 100px;
        height: 100px;
}

#footer {
	float: left;
	height: 40px;
	width: 1200px;
	text-align: center;
	line-height: 42px;
	margin-top: 10px;
	background-color: #003366;
	color:white;
}

.link4{    margin: 20px 0px 0px;
border: 1px solid #107f3b;
}

.link4 .link3-cont{padding: 20px 0px;
}

#lanren {height: 260px;overflow: hidden;position: relative;font-size: 16px; }
#lanren2{position: absolute;left: 0;top: 0;}
#lanren2 li {width: 268.8px;height:230px; text-align:center; background-color: #599;margin:0 5px;display: block;float: left;list-style: none;/*padding: 0 10px;*/}
#lanren2 img{
  width: 268.8px;
  height:228px;
  /*vertical-align: middle; */

        }
 /*å†…é¡µ*/


 /*文档列表*/
 .fund-container {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    }
    
    .fund-list {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .fund-list li {
        border-bottom: 1px solid #f0f0f0;
        transition: all 0.25s ease;
    }
    
    .fund-list li:hover {
        transform: translateX(5px);
        background: #f8faff;
    }
    
    .list-item {
        display: flex;
        align-items: center;
        padding: 18px 25px;
        text-decoration: none;
        color: #333;
        position: relative;
    }
    
    .item-title {
        flex: 1;
        font-size: 16px;
        font-weight: 500;
        color: #2c3e50;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 20px;
    }
    
    .item-meta {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-left: auto;
        padding-right: 30px;
    }
    
    .item-category {
        background: #e8f4ff;
        color: #2980b9;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
    }
    
    .item-date {
        color: #95a5a6;
        font-size: 13px;
        min-width: 90px;
        text-align: right;
    }
    
    .item-arrow {
        color: #bdc3c7;
        font-size: 24px;
        font-weight: 300;
        margin-left: 15px;
    }
    
    /* 分页样式 */
    .pagination {
        padding: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }
    
    .pagination a {
        padding: 8px 14px;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        text-decoration: none;
        color: #7f8c8d;
        transition: all 0.2s;
    }
    
    .pagination a:hover {
        border-color: #107f3b;
        color: #107f3b;
    }
    
    .pagination .active {
        background: #107f3b;
        color: white;
        border-color: #107f3b;
    }
    
    .ellipsis {
        color: #bdc3c7;
        padding: 0 10px;
    }
    
    @media (max-width: 768px) {
        .list-item {
            flex-wrap: wrap;
            padding: 15px;
        }
        
        .item-title {
            width: 100%;
            margin-bottom: 8px;
            white-space: normal;
        }
        
        .item-meta {
            width: 100%;
            justify-content: space-between;
            padding-right: 0;
            margin-left: 0;
        }
        
        .item-date {
            text-align: left;
        }
        
        .item-arrow {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .pagination {
            flex-wrap: wrap;
            gap: 8px;
        }
    }

    .right-main-show iframe{
        width:900px;
        height: 900px;
    }

/*å†…é¡µä¾§æ */
.ny-left{ width:211px; overflow:hidden; float:left;}
.ny-left-title{ min-height: 40px;  line-height:40px;color:#fff;font-size:16px; text-align:center; font-weight:bold; background:#107f3b;border:1px solid #fff;}
.ny-left-content{ width:210px;min-height:300px;}
.ny-left-content ul{background: #2e9d4e;}
.ny-left-content ul li{padding-top:1px;color: #000; #107f3b;}
.ny-left-content ul li:hover{background: #107f3b;}
.ny-left-content ul li a{display: block;font-size: 14px;color: #fff;border-bottom:1px solid #fff; line-height:39px;overflow:hidden;background: url(../images/common/ny-left-li.jpg) no-repeat 5px center;padding-left: 20px;}
.ny-left-content ul .cur a{font-weight:bold;}
/*å†…é¡µä¾§æ */
.ny-left-content li ul{ display:none; overflow:hidden;padding:0; margin-left:20px;}
/*.ny-left-content li ul li{width:150px; }*/
.ny-left-content li ul li a{/* width:150px; */line-height:30px;}
.ny-left-content li.cur ul{ display:block;}
/*.ny-left-content li ul li ul{ display:none;}*/

/*å†…é¡µå³è¾¹å†…å®¹åŒº*/
.ny-right{ width:930px; float:right; overflow:hidden;}
.ny-right-title{ width: 939px;height: 40px;background: #107f3b;font-size: 16px;color: #fff;overflow:hidden;}
.ny-right-title .title{border-left: 5px solid #fff;padding-left: 10px;height: 24px;margin:8px 0 0 15px;float: left;/*max-width: 300px;*/white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.ny-right-title a{color: #fff;}
.ny-right-title .location{float: right;background: url(../images/location.jpg) no-repeat left center;font-size: 12px;line-height: 40px;padding:0 15px 0 20px; display: none;}
.ny-right-title .goback{float: right;background: url(../images/location.jpg) no-repeat left center;font-size: 12px;line-height: 40px;padding:0 15px 0 20px;}
.ny-right-title .goback a{font-size: 14px;font-weight: bold;display: block;color: #fff;}
.ny-right-content{ position:relative; width:896px; padding:20px 16px;min-height:450px;_height:450px;  float:left; border:#107f3b solid 1px; border-top:none;}

.paging{ width:100%;height:30px;line-height:30px; margin-top:10px;}
/*å†…é¡µå³è¾¹å†…å®¹åŒº - æ–‡å­—åˆ—è¡¨*/

/*å†…é¡µå³è¾¹å†…å®¹åŒº - æ–‡å­—å†…å®¹*/
.right-main-title{ font-size:18px; line-height:30px; margin-top:10px; text-align:center;}
.right-sub-title{ height:30px; line-height:30px; border-bottom:1px dotted #cacaca; text-align:center; padding-bottom:10px; margin-bottom:20px;}
.right-sub-title span{ margin: 0 20px; color:#999;}
.right-main-show{ line-height:24px; margin-bottom:20px;}
.next-page{ margin-top:20px; line-height:24px;}
/*å†…é¡µå³è¾¹å†…å®¹åŒº - æ–‡å­—å†…å®¹*/

.img-center{ display:block; width:100%; text-align:center;}

/*å†…é¡µå³è¾¹å†…å®¹åŒº - è§†é¢‘åˆ—è¡¨*/
.ny-right-content .tcenter{display: none;}
.ny-right-content .video-ul li{float:left; width:154px; height:175px; margin:20px 0 0 52px; line-height:2; text-align:center; display:inline; position:relative;}
.ny-right-content .video-ul li a{ display:block; width:154px; height:175px; float:left; position:absolute; left:0; top:0;background:url(../images/video.jpg) center no-repeat;}
.ny-right-content .video-ul li a:hover{ background:url(../images/video-over.jpg) center no-repeat;}
.ny-right-content .video-ul img{ width:150px; height:150px; border:1px solid #B4B4B4; padding:1px; float:left;}
.ny-right-content .video-ul li a:hover img{ border:1px solid #1973B8;}
/*å†…é¡µå³è¾¹å†…å®¹åŒº - è§†é¢‘åˆ—è¡¨*/

/*æ–‡å­—åˆ—è¡¨01*/
.news-list01{ float:left; display:inline;}
.news-list01 li{ height:35px; line-height:35px; border-bottom:1px dashed #D7D7D7; padding-left:13px; background:url(../images/news-list02-icon.jpg) no-repeat left center;}
.news-list01 li a{ float:left;}
.news-list01 li span{ float:right; color:#999;}


/*æ–‡å­—åˆ—è¡¨02*/
.news-list02 li{ height:35px; background:#F6F6F6;margin-bottom:15px;float:left; width:100%; position:relative;}
.news-list02 li a{ line-height:35px;  display:block; background:#F6F6F6; border-left:4px solid #F6F6F6; padding-left:16px; color:#333; padding-right:15px;}
.news-list02 li span{ color:#999999; position:absolute; top:0px; right:15px; display:block; line-height:35px;}
.news-list02 li a:hover{ text-decoration:none; color:#107f3b; border-left:4px solid #107f3b;}
.news-list02 li a:hover span{ color:#999999;}

/*æ–‡å­—åˆ—è¡¨03*/
.news-list03 dl{ width:100%; height:100px; padding:20px 0; border-bottom:1px solid #EEEEEE;}
.news-list03 dl dt{ width:100px; height:100px; float:left; margin-right:20px;}
.news-list03 dl dt img{ width:100px; height:100px;}
.news-list-title a{ font-size:14px; font-weight:bold; color:#333;}
.news-list-title a:hover{ color:#107f3b;}
.news-list-time{ color:#999; font-size:12px; line-height:2em;}
.news-list-info{ color:#999; font-size:12px; line-height:1.5em; margin-top:26px;}

/*æ–‡å­—åˆ—è¡¨04*/
.news-list-inner{ float:left; display:inline;margin-left:-23px;}
.news-list-li{ width:198px; height:198px; border:1px solid #DFDFDF; background:#fff; float:left; display:inline; margin-left:23px; margin-bottom:20px;}
.news-list-li-inner{ width:167px; height:156px; margin:1px; background:#F5F5F5; padding:20px 15px; overflow:hidden;}
.news-list-li-inner .news-list-title{ font-size:14px;}
.news-list-li-inner .news-list-title a:hover{ color:#107f3b;}
.news-list-li-inner .news-list-info{ color:#787887; line-height:2em; margin-top:10px; margin-bottom:8px;}
.news-list-li-inner .news-list-more a{ color:#9292B8;}

/*å›¾ç‰‡åˆ—è¡¨01*/
.img-list01 ul{ float:left; display:inline;  margin-left:-23px;}
.img-list01 li{ width:147px; height:175px; float:left; text-align:center; margin-left:31px; margin-bottom:20px; display:inline;}
.img-list01 li img{ margin-bottom:10px; float:left; width:135px; height:135px; background:#fff; padding:4px; border:1px solid #E6E6E6;}


/*å›¾ç‰‡åˆ—è¡¨02*/
.img-list02-inner{ float:left; display:inline;  margin-left:-15px;}
.img-list02 > ul > a{  display:block; width:417px; height:140px; padding:2px; border:3px solid #DEDEDE; overflow:hidden; float:left; margin-left:15px; _margin-left:10px; margin-bottom:20px;}
.img-list02 a:hover{ border:3px solid #60BDFF; text-decoration:none;}
.img-list02 dl dt{ height:140px; width:140px; float:left; margin-right:20px;}
.img-list02 dl dt img{ width:140px; height:140px;}
.img-list02 dl dd{ width:245px; float:left;}
.img-list02 .img-list-title{ font-size:12px; font-weight:bold; color:#333; line-height:40px;}
.img-list02 .img-list-info{ font-size:12px; text-indent:2em; color:#999; line-height:22px;}

/*å›¾ç‰‡åˆ—è¡¨03*/
.imgGallery{ width:100%;margin:0 auto; margin-top:10px; overflow:hidden;}
.imgshow img{ height:400px; width:auto;display:none;}
.img-content{height:400px; position:relative; overflow:hidden; margin:0 auto; margin-bottom:20px;}
.imgtitle{ width:100%; height:30px; background:url(../images/img-list-bg.jpg); position:absolute; top:370px; line-height:30px; text-align:center; color:#fff;}
.imglist{ width:99999px; height:140px; position:absolute;}
.imglist ul{ margin-left:-10px; float:left;}
.imglist li{ width:77px; height:77px; float:left; overflow:hidden; margin-left:10px; display:inline; border:5px solid #ccc;}
.imglist li img{ width:77px; height:77px;}
.imglist .imgclick{ border:5px solid #1797DA;}
.imglistcon{ height:90px; overflow:hidden; position:relative; float:left; width:578px; display:inline;}
.btnleft{ float:left; margin-top:20px; display:inline; margin-right:5px;/*é—´è·è°ƒæ•´è¿™é‡Œ*/ width:35px;}
.btnright{ float:right; margin-top:20px;display:inline; width:35px; margin-left:-10px; margin-right: 10px;}

/*è§†é¢‘åˆ—è¡¨01*/
.video-list01 ul{ float:left; display:inline;  margin-left:-20px;}
.video-list01 li{ width:150px; height:180px; float:left; text-align:center; margin-left:28px; margin-bottom:20px; display:inline; position:relative;}
.video-list01 li img{ float:left; margin-bottom:10px; width:140px; height:140px; background:#fff; padding:4px; border:1px solid #E6E6E6;}

.video-list01 li a span{ display:block; width:140px; height:140px; position:absolute; top:5px; left:5px;}
.video-list01 li a .hover{background:url(../images/video-hover-2-2-hover.jpg);}

.video-list01 li a .video-list01-hover{ position:absolute; top:50%; left:50%; margin-top:-25px; margin-left:-25px; width:50px; height:50px; background:none; padding:0; border:none; opacity:0.8; -webkit-opacity:0.8;}
.video-list01 li a .opa{  opacity:1; -webkit-opacity:1;}

/*è§†é¢‘åˆ—è¡¨02*/
.video-list02 dl{ height:180px; border:5px solid #EEEEEE; background:#fff; margin-bottom:30px;}
.video-list02 dl dt{ width:180px; height:180px; overflow:hidden; float:left; margin-right:20px; position:relative;}
.video-list02 dl dt img{ width:180px; height:180px;}
.video-list02 dl dt .video-list02-hover{ width:180px; height:180px; background:url(../images/video-hover-2-2.jpg); position:absolute; top:0; left:0; display:none;}
.video-list02 dl dt .video-list02-hover img{ position:absolute; top:50%; left:50%; margin-left:-50px; margin-top:-17.5px; width:100px; height:35px;}
.video-list02 dl dd{ padding:20px 20px 20px 0;}
.video-list02 .video-list-title a{ font-size:18px; color:#333; font-weight:bold;}
.video-list02 .video-list-title a:hover{color:#107f3b;}
.video-list02 .video-list-time{ font-size:12px; color:#999; line-height:26px;}
.video-list02 .video-list-info{ font-size:12px; color:#999; margin-top:15px; line-height:2em;}


/*è§†é¢‘åˆ—è¡¨03*/
.video-list03 ul{ float:left; display:inline; margin-left:-23px;}
.video-list03 li{ width:204px; height:180px; float:left; display:inline; margin-left:19px; margin-bottom:20px; overflow:hidden; position:relative;}
.video-list03 li img{ width:204px; height:180px;}
.video-list03 li .video-list03-hover{ position:absolute; left:0; padding:0 10px; height:130px; background:url(../images/img-list-bg.jpg); top:145px; width:184px;}
.video-list03 .video-list-title{ font-size:14px; color:#fff; font-weight:bold; line-height:35px;}
.video-list03 .video-list-info{ font-size:12px; color:#999; line-height:20px;}
.video-list03 .video-list-play a{ display:block; width:100px; height:30px; line-height:30px; text-align:center; color:#fff; background:#0D9EDB; margin-top:10px;}
.video-list03 .video-list-play a:hover{ text-decoration:none; background:#0D8BC1;}

/*è¯„è®º*/
.cl99{ color:#999;}
.ny-comment{color:#333333; margin-top:30px;}
.comment-top{ font-size:18px; padding-bottom:15px; border-bottom:1px dashed #BBBBBB; padding-left:5px; color:#0D7CCE; font-weight:bolder;}
.comment-info{ padding:15px 5px 15px 5px;border-bottom:1px dashed #BBBBBB;}
.comment-info-top{ width:100%; height:27px;}
.comment-name{ width:50%; float:left;}
.comment-name .com-name{ font-weight:bold; font-size:14px;}
.comment-time{ width:40%; float:right; text-align:right; color:#999999; padding-right:10px;}
.comment-content-review{ background:#EEEEEE; padding:10px; margin-top:15px; border-radius:5px; position:relative;}
.review-content{ color:#FF0101; line-height:2;}
.review-time{ text-align:right; color:#999;}
.review-icon{ width:18px; height:7px; background:url(../images/ny-review-icon.jpg) no-repeat; display:block; position:absolute; top:-7px; left:30px;}
.comment-add{ padding:5px;}
.comment-add-title{ padding:20px 0px; font-weight:bold; font-size:14px;}
.comment-add-name{ margin-bottom:15px; height:35px;}
.comment-name-input{ width:233px; height:33px; padding:0 10px; border:1px solid #DDDDDD; float:left; line-height:33px;}
.comment-add-name-right{ line-height:35px; padding-left:13px; float:left; color:#989898;}
.comment-add-name-right span{ color:#FF0101; padding-left:3px;}
.comment-add textarea{ width:100%; height:165px; resize:none; border:1px solid #DDDDDD; overflow-y:hidden;}
.anonymous{ line-height:35px; margin-left:15px; float:left; color:#989898; position:relative;}
.anonymous input{ position:absolute; top:10px; float:left; *top:6px;}
.anonymous-info{ padding-left:20px;}
.comment-ok{ display:block; width:100px; height:30px; background:#0D7CCE; margin:20px 0px; line-height:30px; text-align:center; font-size:12px; color:#FFFFFF !important; border-radius:3px;-webkit-box-shadow:1px 1px 3px #AFAFAF;-moz-box-shadow:1px 1px 3px #AFAFAF;box-shadow:1px 1px 3px #AFAFAF;}
.comment-ok:hover{ color:#FFF; text-decoration:none; background:#0184DC;}
.pl-yzm{ height:35px; margin-top:15px;}
.pl-yzm input{ width:138px; height:33px; background:#fff; border:1px solid #DDDDDD; margin-right:20px; line-height:33px; padding:0 5px;}
.Validform_wrong{ padding:3px 0; color:#ff0000;}
.Validform_checktip{ padding:3px 0;}
/*è¯„è®º*/
/*ç•™è¨€*/
#msg-title{font-family:\5FAE\8F6F\96C5\9ED1;font-size:24px; color:#00367A; height:60px; line-height:60px;}
#msg-title2{font-family:\5FAE\8F6F\96C5\9ED1;font-size:24px; color:#00367A; height:80px; line-height:80px;}
.msg-container{ overflow:hidden; color:#333;}
.msg-content{ border-bottom:1px dashed #C2C2C2; padding-bottom:15px; margin-top:15px;}
.msg-title{ color:#999999;}
.msg-msginfo{  line-height:20px; color:#333; padding:8px 0; padding-bottom:11px;}
.msg-hf{ line-height:33px; background:#fff; border:1px solid #E2E2E2;}
.msg-hfinner{  line-height:31px; background:#F4F4F4; margin:1px; color:#FF7D00; padding:0 10px;}

.msg-top{ padding-bottom:50px;}
.msg-from dl{ height:30px; line-height:30px; margin-bottom:15px;}
.msg-from dl dt{ width:60px; float:left; line-height:30px; text-align:right;}
.msg-from dl dd{}
.msg-from dl dd input{ width:158px; height:28px; border:1px solid #E3E3E3; padding:0 10px; line-height:28px;}
.email{ width:240px; float:left; margin-right:20px;}
.email input{ float:left;}
.msg-from .msg-fb-tite dd input{ width:418px;}
.msg-fb{ margin-top:30px;}
.msg-fb-info,.msg-yzm{ margin-bottom:15px; float:left; width:100%;}
.msg-fb-info span{ display:block; height:30px; line-height:30px; float:left; text-align:right;}
.msg-fb-info textarea{ width:418px; height:129px; padding:10px;border:1px solid #E3E3E3; font-size:12px; resize:none; float:left; margin-right:20px;}
.msg-yzm span{ display:block;height:30px; line-height:30px; float:left; text-align:right;}
.yzm-title{ width:60px;}
.msg-yzm input{ width:158px; height:28px; border:1px solid #E3E3E3; padding:0 10px; line-height:28px; float:left; margin-right:20px;}
.msg-ok{ margin-bottom:15px; float:left; width:100%;}
.msg-ok input{ display:block; width:100px; height:30px; background:#0D7CCE; line-height:28px; text-align:center; font-size:12px; color:#FFFFFF !important; border-radius:3px;-webkit-box-shadow:1px 1px 3px #AFAFAF;-moz-box-shadow:1px 1px 3px #AFAFAF;box-shadow:1px 1px 3px #AFAFAF; margin-left:60px;}
.msg-ok input:hover{ color:#FFF; text-decoration:none; background:#1A90E8; cursor:pointer;}
/*å†…é¡µ*/



/*CSS manu style pagination*/

.manu {
        padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 3px; padding-top: 3px; text-align: center
;}
.manu A {
        border-right: #eee 1px solid; padding-right: 5px; border-top: #eee 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #eee 1px solid; color: #036cb4; padding-top: 2px; border-bottom: #eee 1px solid; text-decoration: none
;}
.manu A:hover {
        border-right: #999 1px solid; border-top: #999 1px solid; border-left: #999 1px solid; color: #666; border-bottom: #999 1px solid
;}
.manu A:active {
        border-right: #999 1px solid; border-top: #999 1px solid; border-left: #999 1px solid; color: #666; border-bottom: #999 1px solid
;}
.manu .current {
        border-right: #036cb4 1px solid; padding-right: 5px; border-top: #036cb4 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; margin: 2px; border-left: #036cb4 1px solid; color: #fff; padding-top: 2px; border-bottom: #036cb4 1px solid; background-color: #036cb4
;}
.manu .disabled {
        border-right: #eee 1px solid; padding-right: 5px; border-top: #eee 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #eee 1px solid; color: #ddd; padding-top: 2px; border-bottom: #eee 1px solid
;}

/*CSS manu style pagination*/

.manu2 {
        padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 3px; margin-top:20px; padding-top: 3px; text-align: center
;}
.manu2 A {
        border-right: #eee 1px solid; padding-right: 5px; border-top: #eee 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #eee 1px solid; color: #036cb4; padding-top: 2px; border-bottom: #eee 1px solid; text-decoration: none
;}
.manu2 A:hover {
        border-right: #999 1px solid; border-top: #999 1px solid; border-left: #999 1px solid; color: #666; border-bottom: #999 1px solid
;}
.manu2 A:active {
        border-right: #999 1px solid; border-top: #999 1px solid; border-left: #999 1px solid; color: #666; border-bottom: #999 1px solid
;}
.manu2 .current {
        border-right: #036cb4 1px solid; padding-right: 5px; border-top: #036cb4 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; margin: 2px; border-left: #036cb4 1px solid; color: #fff; padding-top: 2px; border-bottom: #036cb4 1px solid; background-color: #036cb4
;}
.manu2 .disabled {
        border-right: #eee 1px solid; padding-right: 5px; border-top: #eee 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #eee 1px solid; color: #ddd; padding-top: 2px; border-bottom: #eee 1px solid
;}