﻿@charset "utf-8";
/* CSS Document */
html{
    min-width: 1280px;
}
a{
    transition: color 0.3s;
}
body{
    background: #f2efec;
    position: relative;
}
.wrap{
    min-width: 1280px;
}
.box{
    width: 1280px;
    margin: 0 auto;
}
.u-top{
    height: 40px;
    background: #3f3f3f;
}
.u-top .box{
    overflow: hidden;
}
.u-top .top-link{
    float: right;
}
.u-top .top-link li{
    float: left;
    height: 40px;
    padding: 0 16px;
}
.u-top .top-link a{
    display: block;
    color: #ababab;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}
.u-top .top-link a:hover{
    color: #FFF;
}
.u-top .top-link i{
    display: inline-block;
    width: 24px;
    height: 40px;
    background: url("../img/sprite.png") no-repeat 1px 9px;
    transition: all 0.3s;
    margin-top: 2px;
}
.u-top .top-link li:hover i{
    transform: rotate(120deg);
}
.u-top .top-link li:last-child{
    background: #986026;
}
.u-top .top-link li:last-child a{
    color: #FFF;
}
.u-top .top-link li.last-child{
    background: #986026;
}
.u-top .top-link li.last-child a{
    color: #FFF;
}
.header{
    height: 84px;
    background: #FFF;
    position: relative;
    z-index: 5;
}
.header .box{
    position: relative;
    height: 84px;
    z-index: 2;
    width: 1280px;
}
.header .logo{
    display: block;
    float: left;
    width: 71px;
    height: 100%;
    background: url("../img/a-logo.png") no-repeat center;
    margin-left: 34px;
}
.header .u-nav{
    float: left;
    margin-left: 60px;
    margin-top: 26px;
    position: relative;
    z-index: 2;
}
.header .u-nav .nav1-li{
    float: left;
    padding:0 25px;
    position: relative;
    z-index: 3;
}
.header .u-nav .nav1-a{
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 58px;
    height: 56px;
    color: #333;
    border-bottom: 2px solid #FFF;
}
.header .u-nav .nav1-li:hover .nav1-a,
.header .u-nav .nav1-li.on .nav1-a {
    border-color: #1d41a0;
}
.header .u-nav .nav2{
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: 480px;
    
    height: 44px;
    z-index: 4;
    
}

.header .u-nav .nav2 a{
    display: block;
    float: left;
    height: 44px;
    line-height: 44px;
    color: #666;
    padding: 0 60px 0 0;
    position: relative;
   
}
.header .u-nav .nav2 a:hover{
    color: #1d41a0;
}
.nav2-bg{
    display: none;
    width: 100%;
    position: absolute;
    height: 46px;
    left: 0;
    top: 84px;
    z-index: 1;
    background: url(../img/index_001.jpg) repeat-x center top;
}

.header .news-box{
    position: absolute;
    top: 0;
    right: 0;
    width: 330px;
    line-height: 36px;
    height: 36px;
}
.header .news-box .red{
    float: left;
    /*width: 62px;*/
    color: #e60012;
}
.header .news-box .news-list-wrap{
    float: left;
    position: relative;
    width: 250px;
    height: 36px;
    overflow: hidden;
}
.header .news-box .news-list{
    width: 10000px;
}
.header .news-box .news-list li{
    float: left;
    width: 210px;
    margin-right: 20px;
}
.header .news-box .news-list a{
    display: block;
    line-height: 36px;
    color: #666;
}
.header .news-box .news-list a:hover{
    color: #005d9a;
}
.header .news-box .prev,.header .news-box .next{
    position: absolute;
    top: 13px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url("../img/sprite.png") no-repeat;
}
.header .news-box .prev{
    right: 13px;
    background-position: -296px -143px;
}
.header .news-box .next{
    right: 0;
    background-position: -309px -143px;
}
.header .search{
    position: absolute;
    right: 0;
    bottom: 19px;
    width: 187px;
    height: 18px;
    border: 1px solid #bababa;
}
.header .search input{
    float: left;
    padding-left: 10px;
    width: 155px;
    height: 18px;
    line-height: 18px;
}
.header .search button{
    float: right;
    width: 22px;
    height: 18px;
    background: url("../img/sprite.png") no-repeat -222px -138px;
}
.footer{
    height: 40px;
    background: #3F3F3F;
    clear: both;
    position: relative;
}
.footer .box{
    position: relative;
    color: #999;
}
.footer .copyright{
    line-height: 40px;
}
.footer .copyright a{
    line-height: 40px;
    color: #999;
}
.footer .wx{
    position: absolute;
    padding-left: 28px;
    padding-right: 15px;
    top: 8px;
    right: 200px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    border-right: 1px solid #494949;
    background: url("../img/sprite.png") no-repeat -716px -12px;
}
/*.footer .wx .wxb{
    position: absolute;
    bottom: 18px;
    left: -10px;
    width: 70px;
    height: 70px;
    padding:30px 28px;
    background: url(../img/index_07.png) no-repeat center;
    display: none;
}
.footer .wx .wxb img{
    display: block;
}*/
.footer .friend-link{
    position: absolute;
    right: 0;
    top: 8px;
    width: 184px;
    height: 25px;
    background: url("../img/sprite.png") no-repeat -396px -82px;
}
.footer .friend-link span{
    display: block;
    padding-left: 14px;
    line-height: 24px;
}
.footer .friend-link ul{
    display: none;
    position: absolute;
    left: 0;
    width: 182px;
    bottom: 100%;
    background: #393939;
    border: 1px solid #494949;
}
.footer .friend-link li{
    border-bottom: 1px dashed #494949;
}
.footer .friend-link li:last-child{
    border: 0;
}
.footer .friend-link a{
    display: block;
    color: #999;
    line-height: 24px;
    padding-left: 14px;
}
.footer .friend-link a:hover{
    color: #fff;
}
.weixin-ovhi {
    bottom: 0;
    display: none;
    height: 322px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.weixin-box {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: 224px;
    left: 100%;
    line-height: 42px;
    padding: 25px 0 73px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;

}
.weixin-box .bg{
    width: 100%;
    height: 224px;
    padding: 25px 0 73px;
    background: #000;
    opacity: 0.7;
    filter:alpha(opacity=70);
    position: absolute;
    left: 0;
    top: 0;
}
.weixin-box {
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
}
.weixin-main {
    height: 224px;
    margin: 0 auto;
    width: 1284px;
    position: relative;
    z-index: 11;
}
.weixin-img {
    display: inline;
    float: left;
    height: 224px;
    margin: 0 15px;
    width: 184px;
}
.weixin-img img{
    border:9px solid #fff;
    display: block;
}
/***
-----------------------------
index
----------------------------
**/
.index-main{
    margin:0 auto;
    padding: 3px 0 10px 0;
    overflow: hidden;
}

.banner-box{
    float: left;
    position: relative;
    width: 965px;
    /*height: 445px;*/
}
.banner-box .banner-list{
    position: relative;
    z-index: 1;
    height: 445px;
}
.banner-box .banner-list li{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-box .banner-list li:first-child{
    z-index: 1;
}
.banner-box .banner-list a{
    display: block;
    height: 100%;
}
.banner-box .banner-list img{
    width: 100%;
    height: 100%;
}
.banner-box .pointer{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 16px;
    bottom: 68px;
    left: 0;
    text-align: center;
}
.banner-box .pointer span{
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url("../img/sprite.png") no-repeat -82px -177px;
    margin:0 3px;
}
.banner-box .pointer span:hover,
.banner-box .pointer span.on{
    background-position: -102px -177px;
}

.banner-box .link-box{
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 49px;
    background: url("../img/border-bg.png");
}
.banner-box .link-box .j-video{
    float: left;
    display: block;
    margin-left: 15px;
    width: 45px;
    height: 100%;
    cursor: pointer;
    background: url("../img/sprite.png") no-repeat -36px -1px;
}
.banner-box .link-box .ch{
    padding-top: 11px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #FFF;
}
.banner-box .link-box .eng{
    color: #FFF;
    font-size: 14px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.banner-box .link-box .link-list{
    position: absolute;
    right: 0;
    top: 0;
    width: 585px;
    height: 49px;
}
.banner-box .link-box .link-list a{
    display: block;
    float: left;
    width: 65px;
}
.banner-box .link-box .link-list a i{
    display: block;
    width: 40px;
    height: 30px;
    margin: 0 auto;
    background: url("../img/sprite.png") no-repeat;
    transition: all 0.3s;
}
.banner-box .link-box .link-list a:hover i{
    transform: rotateY(180deg);
}
.banner-box .link-box .link-list .a1 i{
    background-position: -111px -11px;
}
.banner-box .link-box .link-list .a2 i{
    background-position: -176px -11px;
}
.banner-box .link-box .link-list .a3 i{
    background-position: -241px -11px;
}
.banner-box .link-box .link-list .a4 i{
    background-position: -306px -11px;
}
.banner-box .link-box .link-list .a5 i{
    background-position: -371px -11px;
}
.banner-box .link-box .link-list .a6 i{
    background-position: -436px -11px;
}
.banner-box .link-box .link-list .a7 i{
    background-position: -501px -11px;
}
.banner-box .link-box .link-list .a8 i{
    background-position: -566px -11px;
}
.banner-box .link-box .link-list .a9 i{
    background-position: -631px -11px;
}
.banner-box .link-box .link-list .link-name{
    display: block;
    text-align: center;
    color: #FFF;
}

.in-news-box{
    position: relative;
    float: right;
    padding: 10px 10px 14px 14px;
    width: 280px;
    height: 190px;
    border: 1px solid #dbdbdb;
    background: #FFF;
}
.in-news-box .h1{
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.in-news-box .h1 .ch{
    font: bold 14px/32px "Microsoft Yahei";
    color: #3a3a3a;
}
.in-news-box .h1 .eng{
    line-height: 32px;
    color: #999;
}
.in-news-box .news-type{
    float: right;
    color: #454545;
}
.in-news-box .news-type a{
    line-height: 32px;
    color: #454545;
}

.in-news-box .news-type a:hover, .in-news-box .news-type a.active{
    color: #e60012;
}
.in-news-box ul{
    clear: both;
    position: relative;
    width: 280px;
    /*height: 225px;*/
}
.in-news-box li{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
   background: #FFF;
}
.in-news-box .news-list{
    display: block;
    height: 55px;
    color: #8b8b8b;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}
.in-news-box .news-list:hover{
    color: #1d41a0;
}
.in-news-box .news-list:last-child{
    border: 0;
}
.in-news-box .news-list .title{
    line-height: 30px;
    display: block;
}
.in-news-box .news-list .date{
    display: block;
}
.in-news-box .bd{
    width: 280px;
    /*height: 257px;*/
}
.in-news-box .bd ul{
    display: none;
}
.company-data{
    position: relative;
    top: 7px;
    padding: 10px 10px 0 14px;
    width: 280px;
    height: 210px;
    border: 1px solid #dbdbdb;
    background: #FFF;
}
.company-data .h1{
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.company-data .h1 .ch{
    font: bold 14px/32px "Microsoft Yahei";
    color: #3a3a3a;
}
.company-data .h1 .eng{
    line-height: 32px;
    color: #999;
    text-transform: uppercase;
}
.company-data .data{
    margin-top: 15px;
}
.company-data .data p{
    margin-bottom: 25px;
    overflow: hidden;
}
.company-data .data span{
    display: inline-block;
    float: left;
    height: 26px;
    line-height: 26px;
    color: #3a3a3a;
}
.company-data .data .d{
    background: url("../img/number.png") no-repeat;
}
.company-data .data .d1{
    width: 45px;
    background-position: -1px -1px;
}
.company-data .data .d2{
    width: 82px;
    background-position: -108px 1px;
}
.company-data .data .d3{
    width: 32px;
    background-position: 1px -53px;
}
.company-data .data .d4{
    width: 64px;
    background-position: -111px -52px;
}
.company-data .nav{
    position: absolute;
    width: 100%;
    height: 48px;
    left: 0;
    bottom: 0;
    background: #dbdbdb;
}
.company-data .nav a{
    display: block;
    float: left;
    height: 100%;
    width: 75px;
    border-right: 1px solid #c5c5c5;
}
.company-data .nav a:last-child{
    border: 0;
}
.company-data .nav i{
    display: block;
    height: 24px;
    background: url("../img/sprite.png") no-repeat;
    transition: all 0.3s;
}
.company-data .nav a:hover i{
    transform: rotateY(180deg);
}
.company-data .nav p{
    line-height: 24px;
    color: #666;
    text-align: center;
}

.company-data .nav .a1 i{
    background-position: -51px -77px;
}
.company-data .nav .a2 i{
    background-position: -123px -77px;
}

.company-data .nav .a3 i{
    background-position: -201px -77px;
}
.company-data .nav .a4 i{
    background-position: -277px -77px;
}

.in-server{
    position: relative;
    top: 5px;
    padding: 0 35px 0 17px;
    width: 623px;
    /*height: 182px;*/
    height: 171px;
    background: #FFF;
    overflow: hidden;
}
.in-server .h1{
    overflow: hidden;
    padding:8px 0;
}
.in-server .ch{
    font: bold 14px "Microsoft Yahei";
    color: #3a3a3a;
}
.in-server .eng{
    line-height: 20px;
    color: #999;
}
.in-server .s{
    position: relative;
    width: 300px;
    height: 100px;
}
.in-server .s1{

}
.in-server .s a{
    position: relative;
    display: block;
    padding-left: 167px;
    width: 140px;
    color: #666;
}
.in-server .s a:hover{
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.in-server .s img{
    position: absolute;
    top: 0;
    left: 0;
    width: 152px;
    height: 100px;
}
.in-server .s .title{
    font-size: 14px;
    color: #005d9a;
    display: block;
}
.in-server .s a:hover .title{
    color: #1d41a0;
}
.in-server .s .summary{
    margin-top: 15px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    display: block;
}

.in-img-show{
    position: relative;
    top: 5px;
    padding: 0 13px;
    width: 561px;
    /*height: 182px;*/
    background: #FFF;
    overflow: hidden;
}
.in-img-show .h1{
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 12px;
}
.in-img-show .h1 .ch{
    font: bold 14px "Microsoft Yahei";
    color: #3a3a3a;
}
.in-img-show .h1 .eng{
    line-height: 20px;
    color: #999;
    text-transform: uppercase;
}
.in-img-show .prev,.in-img-show .next{
    position: absolute;
    top: 86px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url("../img/sprite.png") no-repeat;
    opacity: 0.5;
    filter:alpha(opacity=50);

}
.in-img-show .prev:hover, .in-img-show .next:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}
.in-img-show .prev{
    left: 9px;
    background-position: -80px -134px;
}
.in-img-show .next{
    right: 9px;
    background-position: -147px -134px;
}
.in-img-show .img-wrap{
    position: relative;
    width: 514px;
    margin: 0 auto;
    /*height: 132px;*/
    overflow: hidden;
}
.in-img-show .img-wrap ul{
    width: 10000px;
    /*height: 132px;*/
}
.in-img-show .img-wrap li{
    float: left;
    width: 160px;
    /*height: 132px;*/
    margin-right: 16px;
    cursor: pointer;
}
.in-img-show .img-wrap li:hover{
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.in-img-show .img-wrap a{
    display: block;
}
.in-img-show .img-wrap img{
    width: 160px;
    height: 90px;

}
.in-img-show .img-wrap .title{
    top: 15px;
    line-height: 32px;
    color: #00428a;
}
.in-img-show .img-wrap li:hover .title{
    color: #1d41a0;
}
.u-mainb{
    padding-top: 10px;
}
.u-main{
    width: 1180px;
    margin: 0 auto 42px auto;
    padding: 0 50px 70px 50px;

    background: #FFF;
    overflow: hidden;
}
.u-crumbs{
    height: 60px;
    line-height: 60px;
    color: #999;
}
.u-crumbs a{
    padding-right: 10px;
    margin-right: 3px;
    color: #999;
    background: url("../img/u-crumbs-icon.png") no-repeat right center;
}
.u-crumbs a:hover{
    color: #000;
}
.u-crumbs i{
}
.u-crumbs .page{
    color: #000;
}
.u-nav3{
    float: left;
    width: 223px;
    background: #edecec;
}
.u-nav3 h1{
    padding-left: 54px;
    height: 100px;
    font: bold 18px/100px "Microsoft Yahei";
    color: #1d41a0;
}
.u-nav3 ul{
    overflow: hidden;
}
.u-nav3 li{
    height: 50px;
}
.u-nav3 a{
    display: block;
    height: 50px;
    padding-left: 54px;
    line-height: 50px;
    color: #333;
    border-top: 1px solid #fff;
    background: url("../img/sprite.png") no-repeat -936px -118px;
    transition: background-color 0.3s, border-color 0.3s;
}
.u-nav3 a:hover,.u-nav3 a.active{
    color: #FFF;
    background: #1d41a0 url("../img/sprite.png") no-repeat -936px -63px;
    border-color: #1d41a0;
}
.u-content{
    margin-left: 272px;
}
/*dhy*/
/*.u-nav4{
    height: 120px;
}*/
.u-nav4 .ch{
    display: inline-block;
    font: bold 20px "Microsoft Yahei";
    color: #1d41a0;
}
.u-nav4 .eng{
    display: inline-block;
    font: 18px Arial;
    color: #adadad;
    text-transform: uppercase;
    padding-left: 10px;
    font-family: '宋体';
}
.u-nav4 ul{
    margin-top: 24px;

    /*dhy*/
    height: 68px;
}
.u-nav4 li{
    float: left;
    margin-right: 6px;
    width: 120px;
    height: 50px;
}
.u-nav4 a.active,.u-nav4 a:hover{
    color: #fff;
    background: #333;
}
.u-nav4 i{
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 5px solid;
    border-color: #333 transparent transparent transparent;
}
.u-nav4 a.active i,.u-nav4 a:hover i{
    display: block;
}
.u-nav4 a{
    display: block;
    position: relative;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    background: #ddd;

}

.slide-box{
    position: fixed;
    right: 0;
    top: 120px;
    z-index: 12;
    width: 60px;
}
.slide-box li{
    float: right;
    clear: both;
    width: 60px;
    height: 50px;
    background: #1d41a0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: 2px;
    transition: all 0.3s;
    /*overflow: hidden;*/
}
/*.slide-box li:hover{
    width: 120px;
}*/
.slide-box li a{
    display: block;
    width: 60px;
    height: 50px;
    float: left;
    background: url("../img/sprite.png") no-repeat;
}
.slide-box .qq{

}
.slide-box .qq a{
    background-position: 10px -66px;
}
.slide-box .wx{
    position: relative;
}
.slide-box .wxb{
    display: block;
    position: absolute;
    right: 63px;
    top: -20px;
    padding:9px;
    background: #fff;
    border:1px solid #cfcfcf;
    display: none;
    /*opacity: 0;
    right: 0;*/
}
.slide-box .wx a{
    background-position: 10px -116px;
}
.slide-box .sina{

}
.slide-box .sina a{
    background-position: 10px -164px;
}
.slide-box .mobile{
    position: relative;
}
.slide-box .mobile a{
    background-position: 10px -211px;
    line-height: 50px;
    font-weight: 20px;
    color: #fff;
    padding-left: 60px;
    display: block;
    width: 120px;

    background-color: #1d41a0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;

    position: absolute;
    right: -120px;
    top: 0;
}



/************************************************************************************************/
.inside{
    color: #555;
    font: 12px/1.8 "微软雅黑","宋体",Arial,sans-serif;
    /*line-height: 22px;*/
}
.inside a{
    color: #555;
    font: 12px/1.8 "微软雅黑","宋体",Arial,sans-serif;
    /*line-height: 22px;*/
}
.inside a:hover{
    color: #1d41a0;
}
.inside b{
    font-weight: bold;
}
.inside img{
    max-width: 888px;
}
.inside p{
    /*padding:2px 0;*/
}

/*南湖基金小镇*/

/*区位印象*/

.reg_imp{

}
.reg_imp .fi{
    width: 878px;
    height: 562px;
    padding:3px;
}
.reg_add .fi{
    width: 878px;
    height: 693px;
    padding:3px;
}

.ele .fi{
    width: 884px;
    height: 583px;
}
.ele{
    padding-top:20px;
}
/*电子刊物*/
/*.u-nav4 .ebook{
    height: 35px;
}*/
.u-nav4 .ebook li{
    height: 35px;
    width: 276px;
    position: relative;
    margin-right: 16px;
}
.u-nav4 .ebook a{
    height: 35px;
    line-height: 35px;
    width: 261px;
    text-align: left;
    /*padding-left: 15px;*/
    background: #fff url(../img/ebook_03.png) no-repeat 253px center;

}
.u-nav4 .ebook b{
    width: 276px;
    height: 2px;
    display: block;
    background: #666;
    position: absolute;
    left: 0;
    bottom: 0;
}

.u-nav4 .ebook a.active, 
.u-nav4 .ebook a:hover{
    background: #666 url(../img/ebook_01.png) no-repeat 253px center;
    padding-left: 15px;
}

.ebook-fi{
    overflow: hidden;
}
.ebook-fi ul{
    overflow: hidden;
    width: 936px;
}
.ebook-fi li{
    width: 182px;
    text-align: center;
    float: left;
    margin-right: 52px;
    padding-bottom: 35px;
}
.ebook-fi li .img{
    width: 180px;
    height: 224px;
    border:1px solid #e3e3e3;
    display: inline-block;
}
.ebook-fi li .txt{
    color: #000;
    margin-top: 23px;
    display: inline-block;
}
.ebook-fi .more{
    display: block;
    width: 90px;
    height: 91px;
    background: url(../img/ebook_13.png) no-repeat center;
    float: left;
    margin-top: 93px;
    cursor: pointer;
}

.ebook-se{
    overflow: hidden;
}
.ebook-se ul{
    overflow: hidden;
    width: 936px;
}
.ebook-se li{
    width: 262px;
    text-align: center;
    float: left;
    margin-right: 50px;
    padding-bottom: 35px;
}
.ebook-se li .img{
    width: 260px;
    height: 145px;
    border:1px solid #e3e3e3;
    display: inline-block;
}
.ebook-se li .txt{
    color: #000;
    margin-top: 23px;
    display: inline-block;
}
.ebook-se .more{
    display: block;
    width: 90px;
    height: 91px;
    background: url(../img/ebook_13.png) no-repeat center;
    float: left;
    margin-top: 26px;
    cursor: pointer;
}


.pol-doc{
    width: 613px;
    margin:0 auto;
    
    
}
.pol-doc dl{
    overflow: hidden;
    border-left:1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.pol-doc dt{
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1d41a0;
    color: #fff;
    border-top: 2px solid #8ea0cf;
    float: left;
}
.pol-doc .tit{
    width: 190px;
    border-right: 1px solid #e6e6e6;
}
.pol-doc .con{
    width: 420px;
}

.pol-doc dd{
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.pol-doc dd.tit{
    background: #ebeffa;
    text-align: left;
    text-indent: 35px;
    border-right: 1px solid #e6e6e6;
}

.pol-doc .more{
    padding-top: 50px;
    text-align: center;
}
.pol-doc .more a{
    width: 64px;
    height: 25px;
    background: url(../img/doc_03.jpg) no-repeat center;
    margin:0 12px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    cursor: pointer;
}
/*招商服务*/
.u-nav4 .ser a{
    line-height: 13px;
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
.u-nav4 .ser a span{
    display: inline-block;
}

/*招商服务*/
.pser-fi{
    padding-top: 7px;
}
.pser-fi dt{
    background: #fcfcfc;
    height: 37px;
    line-height: 37px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
    font-weight: bold;
    color: #615d5c;
    /*padding-left: 26px;*/
    
    cursor: pointer;
}
.pser-fi dt span{
    background: url(../img/ser_03.png) no-repeat right center;
    display: inline-block;
    padding-right: 12px;
    margin-right: 20px;
    /*font-weight: normal;*/
    font-size: 12px;
}
.pser-fi dl.on dt span{
    background-image: url(../img/ebook_03.png);
}
.pser-fi dt i{
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    padding-left: 3px;
}
/*.pser-fi dd{
    border-bottom: 1px solid #615d5c;
}*/
.pser-fi dd{
    display: none;
}
.pser-fi dd.stepf{
    border-bottom: 1px solid #615d5c;
}
.pser-fi dd.stepf .te{
    font-size: 14px;
    font-weight: bold;
    color: #e60012;
}
.pser-fi dd.stepf .tit{
    line-height: 40px;
}
.pser-fi dd.stepf .stit{
    /*line-height: 25px;*/
    padding-bottom: 15px;
    border-bottom: 1px solid #edecec;
}
.pser-fi dd.stepf .stit ul{
    overflow: hidden;
    width: 590px;
}
.pser-fi dd.stepf .stit li{
    float: left;
    padding-right: 65px;
    padding-left: 20px;
    position: relative;
}
.pser-fi dd.stepf .stit li .i{
    position: absolute;
    width: 9px;
    height: 9px;
    left: 0;
    top: 5px;
}
.pser-fi dd.stepf .stit li.wfi{
    width: 165px;
}
.pser-fi dd.stepf .stit li.wfi .i{
    border:1px solid #365069;
}
.pser-fi dd.stepf .stit li.wse .i{
    border:1px solid #365069;
    background: #365069;
}
.pser-fi dd.stepf .stit li.wth .i{
    border:1px solid #beb073;
    background: #beb073;
}
.pser-fi dd.stepf .stit li.wfo .i{
    border:1px solid #707070;
    background: #707070;
}
.pser-fi dd.stepf .stit li.wfiv .i{
    border:1px solid #beb073;
}
.pser-fi dd.steps{
    padding:8px 0;
}
.pser-fi dd.steps table{
    width: 868px;
    text-align: center;
    vertical-align: middle;
}
.pser-fi dd.steps th{
    height: 38px;
    background: #f0f0f0;
    border:1px solid #e7e7eb;
    color: #000;
}
.pser-fi dd.steps td{
    border:1px solid #e7e7eb;
    line-height: 36px;
}
.pser-fi dd.steps td a{
    width: 23px;
    height: 38px;
    display: block;
    cursor: pointer;
    background: url(../img/ser_03.jpg) no-repeat center;
    margin:0 auto;

}
.pser-fi dd.steps .tit{
    text-align: left;
    padding-left: 20px;
    width: 428px;
}
.pser-fi dd.stept{
    padding-top: 14px;
}
.pser-fi dd.stept li{
    padding-left: 82px;
    background: url(../img/ser_06.jpg) no-repeat 20px center;
    line-height: 32px;
    margin-top: 26px;
}
.pser-fi dd.stept li a{
    display: inline-block;
    padding-left: 8px;
    text-decoration: underline;
}

/*问题解答*/
.que-fi{
    padding:10px 0 0 0;
}
.que-fi dt{
    color: #1d41a0;
    padding:15px 0 8px 0;
}
.que-fi dd{
    overflow: hidden;
    border-bottom: 1px dashed #c1c1c1;
    padding-bottom: 9px;
}
.que-fi-l{
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 28px;
}
.que-fi-r{
    float: left;
    width: 860px;

}

/*小镇动态*/
.nlist-fi{
    padding: 25px 0 0 0;
    width: 905px;  
}
.nlist-fi ul{
    overflow: hidden; 
}
.nlist-fi li{
   width: 301px; 
   
   float: left;
   padding-bottom: 10px;
   background: url(../img/new_07.png) no-repeat center bottom;
}
.nlist-box{
   border-left: 1px solid #e2deda;
   border-top: 1px solid #e2deda;
   position: relative; 
   overflow: hidden;
}
.nlist-box.last{
    border-right: 1px solid #e2deda;
}
.nlist-fi li img{
    display: block;
}
.nlist-fi li .con{
    padding:10px 10px 12px 20px;
    border-bottom: 1px solid #e2deda;
}
.nlist-fi li .con .tit{
    color: #000;
    display: block;
    margin-top: 5px;
    height: 22px;
    overflow: hidden;
}
.nlist-fi li .con .txt{
    display: block;
    height: 44px;
    overflow: hidden;
}
.nlist-fi li .con .more{
    width: 76px;
    height: 22px;
    display: block;
    border:2px solid #d0d0d0;
    color: #666666;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;

}

.nlist-fi li:hover .con{
    background: #e56100;
}
.nlist-fi li:hover .con .tit{
    color: #fff;
}
.nlist-fi li:hover .con .txt{
    color: #f7d8cb;
}
.nlist-fi li:hover .con .more{
    background: #c84c0b;
    padding:1px;
    border:1px solid #ea8336;
    color: #fff;
}

.nlist-box .time{
    position: absolute;
    left: 0;
    top: 0;
    width: 141px;
    height: 165px;
    background: url(../img/new_03.png) no-repeat left top;
    left: -100%;
}
.nlist-box .time span{
    color: #40444c;
    font-weight: bold;
    font-size: 28px;
    display: inline-block;
    padding:24px 0 0 20px;
    line-height: 1em;
    font-family: Arial;
}
.nlist-box .time i{
    font-style: normal;
    color: #666;
    line-height: 1em;
    padding:0 0 0 20px;
    font-size: 14px;
}
.nlist-se{
    width: 905px;
    padding-top: 16px;
    border-bottom:2px solid #f5f5f5; 
}
.nlist-se dl{
    overflow: hidden;
    border-top:2px solid #f5f5f5;
    border-left:2px solid #f5f5f5;
    border-right:2px solid #f5f5f5;
    background: #fff;
}
.nlist-se dt{
    float: left;
    width: 53px;
    height: 45px;
    background: url(../img/new_13.png) no-repeat center;
    cursor: pointer;
}
.nlist-se dd{
    float: left;
    border-left: 1px solid #e4e4e4;
    width: 835px;
    padding-left: 10px;
}
.nlist-se dd .tit{
    display: block;
    line-height: 45px;
    border-bottom: 1px solid #fff;
}
.nlist-se dd .txt{
    padding:18px 0;
    display: none;
}

.nlist-se dl.on,
.nlist-se dl:hover{
    background: #1b6bb3;
}
.nlist-se dl.on dd .tit,
.nlist-se dl:hover dd .tit{
    border-bottom: 1px solid #3179ba;
    color: #fff;
}
.nlist-se dl.on dd .txt,
.nlist-se dl:hover dd .txt{
    color: #fff;
}
.nlist-se dl.on dt{
    background-image: url(../img/new_12.png);
}
.pageb{
    padding-top: 40px;
    text-align: center;
}
.ninfo-fi{
    padding:25px 0 0 0;
}
.ninfo-fi .tit{
    font: bold 18px "Microsoft Yahei";
    text-align: center;
}
.ninfo-fi .time{
    text-align: center;
    padding-top: 5px;
}
.ninfo-fi .txt{
    padding:20px 0;
}
.ninfo-fi .table{
    padding-bottom: 30px;
}
.ninfo-fi table{
    width: 100%;
    border:1px solid #000;
    line-height: 40px;
    /*font-size: 14px;   */
}
.ninfo-fi th{
    border:1px solid #000;
    text-align: center;
    padding:5px;
    background: #eee;
    width: 20%;
}
.ninfo-fi td{
    border:1px solid #000;
    text-align: center;
    width: 80%;
}


.prne{
    padding:10px 0 0 0;
    line-height: 30px;
    border-top: 1px dashed #cccccc;
}
.prne a.gob{
    float: right;
    margin-top: -50px;
    width: 96px;
    height: 34px;
    line-height: 34px;
    background: #4f81bd;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    display: inline-block;
}
/*媒体视频*/
.vlist-fi{
    padding: 25px 0 0 0;
    width: 905px;  
}
.vlist-fi-l{
    float: left;
    width: 620px;
    min-height: 475px;
}

.vlist-fi-l .vinfo{
   height: 385px;
    background: #000; 
}
.vlist-fi-l .tit{
    color: #000000;
    padding:10px 0 0 5px;
}
.vlist-fi-l .share{
    height: 37px;
    
    overflow: hidden;
}
.vlist-fi-l .share .stit{
    float: left;
    line-height: 39px;
    padding-right: 5px;
}
.bdsharebuttonbox{
    float: left;
    /*background: url(../img/new_28.jpg) no-repeat right center;*/
    /*height: 37px;*/
    /*padding:5px 0 6px 0;*/
    /*width: 103px;*/
    /*height: 28px;*/
}

.vlist-fi-l .num{
    color: #1d41a0;
    padding-top: 5px;
}


.vlist-fi-r{
    float: right;
    width: 250px;
    padding:0 10px;
    border: 1px solid #c8d0d4;
    background: #eeeff1;
}

.vlist-fi-r h1{
    font-size: 17px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #a3adb2;
    padding:14px 0 11px 3px;
}
.vlist-fi-r .bd li{
    background: url(../img/new_08.png) no-repeat 8px center;
    padding:10px 0 10px 40px;
    width: 190px;
    /*min-height: 24px;*/
    line-height: 16px;
    border-bottom: 1px dashed #cecece;
    cursor: pointer;
}
.vlist-fi-r .bd li a{
    line-height: 16px;
    display: inline-block;
}
.vlist-fi-r .hd{
    padding: 26px 0 25px 0;
}
.vlist-fi-r .hd ul{
    overflow: hidden;
    margin:0 auto;
}
.vlist-fi-r .hd li{
    float: left;
    width: 10px;
    height: 10px;
    background: url(../img/new_24.jpg) no-repeat center top;
    text-indent: -999px;
    cursor: pointer;
    overflow: hidden;
    margin:0 2px;
}
.vlist-fi-r .hd li.on{
    background-image:url(../img/new_21.jpg); 
}

/*关于我们*/
.cuus-fi{
    margin-top: 16px;
    padding:15px 0;
    border-top: 1px dashed #cccccc;
    
}
.cuus-fi .tit{
    font-size: 14px;
    font-weight: bold;
    color: #1d41a0;
    padding-bottom: 3px;
}
.cuus-se{
    margin-top: 0;
}
.cuus-se dl{
    border-bottom: 1px dashed #cccccc;
    padding: 10px;
}
.cuus-se dt{
    color: #000;
    position: relative;
    cursor: pointer;
    padding-left: 65px;
}
.cuus-se dt i{
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #6b605a;
    position: absolute;
    left: 56px;
    top: 10px;
}
.cuus-se dt span{
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-right:18px;
    background: url(../img/cul_07.jpg) no-repeat right center; 
}
.cuus-se dd{
    display: none;
    padding-top: 5px;
}
.cuus-se dl:hover dt,
.cuus-se dl.on dt{
    color: #1d41a0;
}
.cuus-se dl:hover i,
.cuus-se dl.on i{
    background: #1d41a0;
}
.cuus-se dl.on dt span{
    background-image: url(../img/cul_03.jpg);
}
.cuus-th{
    margin-top: 0;
    
    border-top: 0;
}
.cuus-th .bd{
    padding-top: 20px;
    overflow: hidden;
    width: 840px;
    margin:0 auto;
}
.cuus-th li{
    float: left;
    width: 180px;
    text-align: center;
    margin:0 15px;
    cursor: pointer;
}
.cuus-th .img{
    display: block;
    width: 168px;
    height: 117px;
    padding:5px;
    border: 1px solid #cccccc;

}
.cuus-th .stit{
    margin-top: 10px;
}
.pic-left{
    position: relative;
}
.pic-left .prev,
.pic-left .next{
    display: block;
    position: absolute;
    top: 72px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.pic-left .prev{
    background: url(../img/cul_14.jpg) no-repeat left center;
    left: 0;
}
.pic-left .next{
    background: url(../img/cul_17.jpg) no-repeat right center;
    right: 0;
}
.pic-left .prev:hover,
.pic-left .next:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}
.ustcbox{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 13;
    display: none;
}
.ustcbox .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.ustcbox .tccon{
    width: 715px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -357px;
    margin-top: -250px;
    background:#fff url(../img/loading.gif) no-repeat center;
}
.ustcbox .bd{
    width: 715px;
    height: 500px;
    margin:0 auto;
    overflow: hidden;
}
.ustcbox .bd ul{
    height: 500px;
}
.ustcbox .bd li{
    width: 715px;
    height: 500px;  
    overflow: hidden;
    position: relative;
}

.ustcbox .prev,
.ustcbox .next{
    width: 42px;
    height: 42px;
    
    position: absolute;
    top: 222px;
    cursor: pointer;
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.ustcbox .prev:hover,
.ustcbox .next:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}
.ustcbox .prev{
    left: 10px;
    background: url(../img/lightbox-btn-prev.png) no-repeat center;
}
.ustcbox .next{
    right: 10px;
    background: url(../img/lightbox-btn-next.png) no-repeat center;
}
.ustcbox .close{
    position: absolute;
    right:13px;
    top: 12px;
    width:42px;
    height: 42px;
    background: url(../img/lightbox-btn-close.png) no-repeat center; 
    cursor: pointer;
    z-index: 14;
    transition: transform 0.5s ease 0s;
}
.ustcbox .close:hover{
    transform:rotate(180deg);
}











/*大事记*/
.history-main {
    padding-top: 24px;
}
.history-main .btns{
    position: relative;
    width: 872px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    z-index: 10;
}
.history-main .btn{
    
    width: 29px;
    height: 58px;
    
    cursor: pointer;
    position: absolute;
    top: 5px;
    display: block;
    z-index: 11;


}
.history-main .prev{
    left: 0;
    background: url(../img/cul_010.jpg) no-repeat left;
}
.history-main .next{
    right: 0;
    background: url(../img/cul_013.jpg) no-repeat right;
}
.history-main .list{
    position: relative;
    overflow: hidden;
    width: 770px;
    height: 70px;
    margin:0 auto;
    background: url(../img/cul_10.jpg) repeat-x center;
}
.history-main .list ul{
    margin-left: -35px;
    overflow: hidden;
}
.history-main .list li{
    width: 140px;
    height: 70px;
    
    
    font-size: 14px;
    line-height: 14px;
    color: #444444;
    text-align: center;
    cursor: pointer;
    overflow: visible;
    position: relative;
    float: left;
    
}
.history-main .list li i{
    display: block;
    width: 70px;
    height: 70px;
    background: url(../img/eve_03.png) no-repeat center;
    position: absolute;
    left: 35px;
    top: 0;

}
.history-main .list li:hover i,
.history-main .list li.hover i{
    background-image: url(../img/eve_05.png);
}
.history-main .list li span{
    position: relative;
    line-height: 70px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
}
.hitsory-detail{
    width: 882px;
    height: 415px;
    border: 1px solid #cccccc;
    margin-top: 30px;
}

.hitsory-detail li{
    
    overflow: hidden;
}
.hitsory-detail li .img{
    display: block;
    float: left;
}
.hitsory-detail li .con{
    /*width: 495px;
    height: 395px;*/
    float: right;
    background: #ccc;
    padding:30px 20px 55px 30px;
    /*width: 445px;*/
    width: 260px;
    height: 310px;
}
.hitsory-detail li .tit{
    font-size: 14px;
    color: #000000;
}
.hitsory-detail li .txt{
    color: #000000;
    padding-top: 20px;
}
.hitsory-detail .picScroll-left{
    position: relative;
    padding:10px;
    width: 862px;
    height: 395px;
}
.hitsory-detail .picScroll-left .prev1,
.hitsory-detail .picScroll-left .next1{
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    bottom: 22px;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.hitsory-detail .picScroll-left .prev1{
    background: url(../img/cul_47.png) no-repeat center;
    right: 58px;
}
.hitsory-detail .picScroll-left .next1{
    background: url(../img/cul_49.png) no-repeat center;
    right: 23px;
}
.hitsory-detail .picScroll-left .prev1:hover,
.hitsory-detail .picScroll-left .next1:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.hitsory-detail .picScroll-left .pageState{
   position: absolute;
   color: #fff;
   bottom: 22px;
   right: 96px;
   line-height: 28px; 
}

.hon-fi{
    padding-top: 57px;
}
/*honor*/
.honorwrap{
    width: 880px;
    height:390px;
    position: relative;
    overflow: hidden;
}
.honorwrap .prev,
.honorwrap .next{ 
    width:38px; 
    height:38px; 
    top:154px; 
    z-index:51; 
    background: url(../img/cul_34.png) no-repeat left;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    cursor: pointer;
}
.honorwrap .prev{
    left:0px; 
}
.honorwrap .next{
    right:0px; 
    background: url(../img/cul_37.png) no-repeat right;
}
.honorwrap .prev:hover,
.honorwrap .next:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}

.honor-list{ 
    width:790px; 
    height:390px;
    margin:0 auto;
    position: relative;
    overflow: hidden;
    
}
.honor-list li{ 
    width:278px; 
    height:228px; 
    top:60px;
    position: absolute;
    left: 888px;
    z-index: 30;
}
.honor-list li img{
    width: 100%;
    display: block;
    border:4px solid #8f9fca;
}
.honor-list li h1{
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
}


/*诚邀入驻*/
/*stay*/
.stay-main{
    width: 1175px;
    margin: 0px auto;
    /*padding: 0 50px 70px 50px;*/
    /*background: #FFF;*/
    overflow: hidden;
    padding-top: 53px;
}
.stay-main .tit{
    text-align: center;
    
    line-height: 48px;
    position: relative;
}
.stay-main .titen{
    color: #767676;
    font-size: 28px;
    text-transform: uppercase;
}
.stay-main .titen span{
    color: #000;
}
.stay-main .titcn{
    color: #757575;
    font-size: 28px;
    display: inline-block;
    padding-left: 8px;
}
.stay-main .tit i{
    display: inline-block;
    width: 90px;
    height: 1px;
    background: #dadada;
    position: absolute;
    left: 555px;
}
.stay-main .tit i.litop{
    top: 0;
}
.stay-main .tit i.libot{
    bottom: 0;
}
.stay-fi{
    padding-top: 53px;
    padding-bottom: 100px;
}
.stay-fi ul{
    overflow: hidden;
    width: 1200px;
}
.stay-fi li{
    float: left;
    width: 275px;
    /*height: 435px;*/
    margin-right: 25px;
    position: relative;
    padding-bottom: 7px;
    /*opacity: 0;
    filter: alpha(opacity=0);*/
}
.stay-fi li img{
    display: block;
}
.stay-fi li:hover{
    background: url(../img/stay_11.jpg) no-repeat center bottom;
}
.stay-fi li .bg{
    width: 275px;
    height: 425px;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
}
.stay-fi li .txt{
    width: 170px;
    height: 32px;
    border:2px solid #ffffff;
    display: block;
    color: #fff;
    line-height: 32px;
    text-align: center;
    text-transform:uppercase;
    position: absolute;
    top: 177px;
    left: 50px;
    letter-spacing:-1px;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 143px;
}
.stay-fi li .cntxt{
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 275px;
    position: absolute;
    top: 237px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 210px;

}
.stay-fi li i{
    display: block;
    width: 275px;
    height: 14px;
    background: url(../img/stay_12.png) no-repeat center;
    position: absolute;
    top: 277px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
   
}


/*亲水花园办公*/
.garden-se{
    padding:0;
    margin-top: 15px;
    border-top:1px dashed #cccccc;
}

.garden-se dl{
    padding:10px 0;
}
.garden-img-box{
    padding-top: 30px;
}
.garden-img-list{
    position: relative;
    z-index: 1;
    height: 380px;
    width: 908px;
   
}
.garden-img-list .img-item{
    position: absolute;
    left: 0;
    right: 0;
    width: 695px;
    height: 380px;
    overflow: hidden;
    cursor: pointer;
}
/*.garden-img-list .img-item .title{
    position: absolute;
    top: 144px;
    left: 26px;
    padding-left: 5px;
    padding-right: 12px;
    height: 25px;
    color: #FFF;
    font: 18px/1.8em MingLiU,Apple LiSung Light,Simsun;
    background: #da1316;
    vertical-align: top;
}

.garden-img-list .img-item .title:first-letter{
    font-size: 40px;
}*/
.garden-img-list .img-item .title{
    position: absolute;
    top: 114px;
    left: 45px;
    
       
}
.garden-img-list .img-item .title i{
    display: block;
    width: 136px;
    height: 25px;
    background: #da1316;
    position: absolute;
    left: 0px;
    top: 14px;
}
.garden-img-list .img-item .title .txt{
    position: absolute;
    display: block;
    color: #FFF;
    font: 18px/1.8em MingLiU,Apple LiSung Light,Simsun;
    width: 200px;
    left: 10px;
    top: 0px;
    /*vertical-align: top;*/
    line-height: 40px
}
.garden-img-list .img-item .title .txt:first-letter{
    font-size: 40px;
}


.garden-img-list .img-item .font{
    position: absolute;
    z-index: 2;
    right: 30px;
    font: 56px  MingLiU,Apple LiSung Light,Simsun;
    color: #c3c3c3;
}
.garden-img-list .img-item .font1{
    top: 190px;
}
.garden-img-list .img-item .font2{
    top: 107px;
}
.garden-img-list .img-item .font3{
    top: 245px;
}
.garden-img-list .img-item .font4{
    top: 145px;
}
.garden-img-list .img-item .gray-shadow{
    position: absolute;
    overflow: hidden;
    height: 100%;
    right: 0;
    top: 0;
    width: 71px;
    background: #616161;
    transition: all 0.5s;
}
.garden-img-list .img-item.active .gray-shadow{
    opacity: 0;
    filter: alpha(opacity=0);
}
.garden-img-list .img-item img{
    width: 695px;
    height: 380px;
}

/*绿色生态办公*/
.eco-fi{
    padding-top: 16px;
}
.eco-fi .tit{
    color: #a3a3a3;
    padding-left: 15px;
    padding-top: 15px;
    border-top:1px dashed #cccccc;
    position: relative;
    text-transform: uppercase;
}
.eco-fi .tit span{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    padding-right: 5px;
}
.eco-fi .tit i{
    background: #6b605a;
    display: inline-block;
    height: 2px;
    left: 4px;
    position: absolute;
    top: 27px;
    width: 2px;
}
.eco-fi .txt{
    padding:15px 0;
}
.eco-fi .stit{
    color: #000;
}
.eco-fi .con{
    padding-top: 7px;
    overflow: hidden;
}
.eco-fi .con li{
    float: left;
    width: 420px;
    height: 230px;
    border:1px solid #ccccca ;
    /*position: relative;*/
    padding:5px;
    cursor: pointer;
}
.eco-fi .con li .img{
    width: 420px;
    height: 230px;
    position: relative;
    overflow: hidden;
}
.eco-fi .con li .img img{
    display: block;
}
.eco-fi .con li .img .bg{
    width: 100%;
    display: block;
    position: absolute;
    height: 70px;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);

    
}
.eco-fi .con li .img .stxt{
    line-height: 18px;
    color: #fff;
    position: absolute;
    height: 60px;
    left: 0;
    bottom: 0;
    padding:5px;
    bottom: -70px;
}

.eco-fi .con li.ri{
    float: right;
}
.eco-fi .con li.ri img{
    position: absolute;
    bottom: 0;
    right: 0;
}


.eco-fi .secon{
    overflow: hidden;
    padding-top: 10px;
}
.eco-fi .secon ul{
    width: 936px;
    overflow: hidden;
}
.eco-fi .secon li{
    width: 275px;
    height: 185px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 37px;
    margin-top: 20px;
}
.eco-fi .secon li img{
    display: block;
}
.eco-fi .secon li .bg{
    width: 100%;
    display: block;
    position: absolute;
    height: 32px;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0); 
}
.eco-fi .secon li .stxt{
    line-height: 18px;
    color: #fff;
    position: absolute;
    /*height: 60px;*/
    width: 265px;
    left: 0;
    bottom: 0;
    padding:5px;
    bottom: -32px; 
    text-align: center;   
}


.ecotcbox{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 13;
    display: none;
}
.ecotcbox .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.ecotcbox .tccon{
    width: 840px;
    height: 460px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -357px;
    margin-top: -230px;
    background:#fff url(../img/loading.gif) no-repeat center;
}
.ecotcbox .bd{
    width: 840px;
    height: 460px;
    margin:0 auto;
    overflow: hidden;
}
.ecotcbox .bd ul{
    height: 460px;
}
.ecotcbox .bd li{
    width: 840px;
    height: 460px; 
    overflow: hidden;
    position: relative;
}
.ecotcbox .bd li .ebg{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    height: 58px;
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.ecotcbox .bd li .etit{
    /*color: #000;*/
    position: absolute;
    width: 820px;
    padding-left: 20px;
    /*background: #fff;*/
    color: #fff;
    height: 38px;
    padding-top: 20px;
    left: 0;
    bottom: 0;
}
.ecotcbox .prev,
.ecotcbox .next{
    width: 42px;
    height: 42px;
    
    position: absolute;
    top: 222px;
    cursor: pointer;
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.ecotcbox .prev:hover,
.ecotcbox .next:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}
.ecotcbox .prev{
    left: 10px;
    background: url(../img/lightbox-btn-prev.png) no-repeat center;
}
.ecotcbox .next{
    right: 10px;
    background: url(../img/lightbox-btn-next.png) no-repeat center;
}
.ecotcbox .close{
    position: absolute;
    right:13px;
    top: 12px;
    width:42px;
    height: 42px;
    background: url(../img/lightbox-btn-close.png) no-repeat center; 
    cursor: pointer;
    z-index: 14;
    transition: transform 0.5s ease 0s;
}
.ecotcbox .close:hover{
    transform:rotate(180deg);
}








.ecosetcbox .tccon{
    height: 465px;
    margin-top: -232px;
}
.ecosetcbox .bd{
    height: 465px;
}
.ecosetcbox .bd ul{
    height: 465px;
}
.ecosetcbox .bd li{
    height: 465px; 
}



















/*景观规划*/
.sce-fi{
     padding-top: 16px;
}
.sce-fi .txt{
    padding-top: 13px;
    border-top:1px dashed #cccccc;
    line-height: 18px;
}
.sce-se .ebook a.active,
.sce-se .ebook a:hover{
    color: #fff;
}
.sce-se ul{
    height: 60px;
}
.sce-th .limg{
    overflow: hidden;
    display: none;
}
.sce-th .limg .hd{
    width: 167px;
    /*height: 333px;*/
    padding:33px 0;
    height:267px; 
    position: relative;
    float: right;
}
.sce-th .limg .hd .thumb{
    width: 167px;
    height: 267px;
    position: relative;
    overflow: hidden;
}
.sce-th .limg .hd ul{
    width: 167px;
    position: absolute;
    left: 0;
    top: 0;
}
.sce-th .limg .hd ul li{
    float: left;
    width: 167px;
    height: 79px;
    margin:5px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.sce-th .limg .hd ul li:hover span,
.sce-th .limg .hd ul li.cur span{
    width: 161px;
    height: 73px;
    border:3px solid #1d41a0;
    position: absolute;
    left: 0;
    top: 0;
}
.sce-th .limg .hd ul li img{
    display: block;
}
.sce-th .limg .hd a{
    position: absolute;
    display: block;
    width: 167px;
    height: 20px;
    left: 0;
}
.sce-th .limg .hd a.prev{
    top: 0;
    background: url(../img/scenery_05.jpg) no-repeat top;
}
.sce-th .limg .hd a.prev:hover{
    
}
.sce-th .limg .hd a.next{
    bottom: 0;
    background: url(../img/scenery_08.jpg) no-repeat bottom;
}
.sce-th .limg .hd a.next:hover{
    
}

.sce-th .limg .bd{
    width: 706px;
    height: 333px;
    overflow: hidden;
    position: relative;
    float: left;
}
.sce-th .limg .bd ul{
    width: 706px;
    position: absolute;
    top: 0;
    left: 0;
}
.sce-th .limg .bd ul li{
    width: 706px;
    height: 333px;
    float: left;
    position: relative;
}
.sce-th .limg .bd ul li img{
    display: block;
}
.sce-th .limg .bd ul li .bg{
    width: 100%;
    display: block;
    position: absolute;
    height: 63px;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50); 
}
.sce-th .limg .bd ul li .stxt{
    line-height: 18px;
    color: #fff;
    position: absolute;
    /*height: 60px;*/
    width: 676px;
    left: 0;
    bottom: 0;
    padding:10px 15px;
    bottom: 0px;   
}
.sce-th .limg .bd .bg{
    width: 100%;
    display: block;
    position: absolute;
    height: 63px;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50); 
}
.sce-th .limg .bd .stxt{
    line-height: 18px;
    color: #fff;
    position: absolute;
    /*height: 60px;*/
    width: 676px;
    left: 0;
    bottom: 0;
    padding:10px 15px;
    bottom: 0px;   
}

.fea-fi{
     padding-top: 20px;
}
.fea-fi .img{
    padding-top: 15px;
    border-top:1px dashed #cccccc;
    line-height: 18px;
    width: 913px;
    height: 486px;
}

/*联系我们*/

.con-fi{
    padding-top: 23px;
}
.con-fi .img{
    width: 883px;
    height: 527px;
    padding:9px 6px;   
}
.con-fi .con{
    overflow: hidden;
}
.con-fi .con .le{
    float: left;
    padding-top: 19px;
    padding-left: 10px;
    width: 366px;
}
.con-fi .con .le ul{
    padding-top: 10px;
}
.con-fi .con .le li{
    padding-left: 94px;
    position: relative;
    line-height: 25px;
}
.con-fi .con .le li i{
    position: absolute;
    left: 0;
    top: 11px;
    width: 73px;
    height: 4px;
    display: block;
    
}
.con-fi .con .re{
    border-left: 1px solid #d6d6d6;
    float: left;
    padding-left: 60px;
    margin-top: 14px;
}
.con-fi .con .re .txt{
    line-height: 18px;
    color: #333;
}
.con-fi .con .re dl{
    overflow: hidden;
    padding:20px 0 18px 0;
}
.con-fi .con .re dd{
    width: 100px;
    height: 100px;
    padding:6px;
    background: url(../img/contact_07.jpg) no-repeat center;
    float: left;
}
.con-fi .con .re dd img{
    display: block;
    border:4px solid #fff;

}
.con-fi .con .re dt{
    color: #999;
    float: left;
    padding-left: 5px;
    width: 85px;
    padding-top: 10px;
}
.con-fi .con .re dt b{
    color: #333;
}

.sulist-fi{
    padding-top: 30px;
    overflow: hidden;
}
.sulist-fi ul{
    width: 960px;
}
.sulist-fi li{
    width: 275px;
    height: 280px;
    margin-right: 45px;
    float: left;
}
.sulist-fi li img{
    display: block;
}
.sulist-fi li .tit{
    cursor: #333;
    margin-top: 10px;
    display: block;
}
.sulist-fi li .time{
    color: #999;
}
.slist-se{
    padding-top: 5px;
}

/*私募基金管理人*/
.cust-fi{
    padding:20px 0;
}
.cust-se .tit{
    text-align: center;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
.cust-se table{
    width: 100%;
}
.cust-se th{
    border:1px solid #000000;
    padding: 5px;
    text-align: center;
    
    color: #000;
    line-height: 32px;
}
.cust-se td{
    border:1px solid #000000;
    padding: 5px;
    
    color: #000;
    line-height: 32px;
}
.cust-se td a{
    color: #000099;
}
.cust-se td a:hover{
    color: #1d41a0;

}
.cust-se td a.active,.cust-se td a:visited{
	color: #666;
}

/*建议留言*/
.prop-fi{
    padding-top: 16px;
}
.prop-fi .con{
    border-top: 1px dashed #cccccc;
    padding-top: 15px;
    color: #838383;
    overflow: hidden;
}
.prop-fi .con .txt{
    float: left;
    width: 630px;
}
.prop-fi .con .txt table{
    width: 100%;
}
.prop-fi .con .txt td{
    padding-top: 10px;
}
.prop-fi .con .stit{
    padding-right: 4px;
    vertical-align: top;
}
.prop-fi .con .stit span{
    display: block;
    width: 107px;
    border-bottom: 1px solid #d6d2cc;
}

.prop-fi .con .stxt i{
    display: block;
    float: left;
    font-style: normal;
    color: #613c61;
    padding-left: 3px;
}
.prop-fi .con input[type="text"]{
    width: 151px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #d6d2cc;
    display: block;
    float: left;

}
.prop-fi .con textarea{
    width: 475px;
    height: 120px;
    border: 1px solid #d6d2cc;
    display: block;
    float: left;
}
.prop-fi .con .yzm td{
    border-bottom: 1px solid #d6d2cc;
    padding-bottom: 10px;
}
.prop-fi .con .yzm input[type="text"]{
    width: 63px;
}
.prop-fi .con .yzm img{
    display: block;
    float: left;
    width: 106px;
    height: 33px;
    border:1px solid #000;
    margin:0 5px;
}
.prop-fi .con .yzm .stxt span{
    float: left;
    display: block;
    width: 192px;
}
.prop-fi .con .btnb td{
    text-align: center;
    padding-top: 20px;
}
.prop-fi .con .btn{
    width: 62px;
    height: 26px;
    background: #fbfbfb url(../img/mess_07.jpg) no-repeat 11px center;
    text-align: center;
    border: 2px solid #ededed;
    color: #545454;
    margin:0 8px;
}
.prop-fi .con .btn:hover{
    
    color: #1d41a0;
    border-color: #1d41a0;
}
.prop-fi .con .img{
    float: right;
    margin-top: 28px;
}

.map-main{
    width: 1300px;
    min-height: 350px;
    margin:0 auto;
    font: 12px/1.8 "微软雅黑","宋体",Arial,sans-serif;
}
.map-main a{
    font: 12px/1.8 "微软雅黑","宋体",Arial,sans-serif;
}
.smtit{
    padding:50px 0 40px 40px;
    border-bottom: 1px solid #d1d1d1;
    font-size: 25px;
    color: #525252;
    /*margin-top: 65px;*/
}
.smcon{
    overflow: hidden;
    padding-bottom: 100px;
}
.smcon ul{
    overflow: hidden;
}
.smcon li{
    width: 160px;
    /*text-align: center;*/
    float: left;
}
.smcon li a{
    display: block;
    padding-left: 65px;
    color: #525252;
}
.smcon li .btit{
    font-size: 14px;
    font-weight: bold;
    
    
    padding:28px 0 5px 65px;
}
.smcon li .sub{
    font-size: 12px;
    line-height: 24px;
}

.smcon li a:hover{
    color: #1d41a0;
}





.videotcbox{
    /*width: 965px;
    height: 445px;*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #000;
    display: none;

}
.video-main{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
    /*display: none;*/
}
.videotcbox .close{
    position: absolute;
    right:13px;
    top: 12px;
    width:42px;
    height: 42px;
    background: url(../img/lightbox-btn-close.png) no-repeat center; 
    cursor: pointer;
    z-index: 7;
    transition: transform 0.5s ease 0s;
}
.videotcbox .close:hover{
    transform:rotate(180deg);
}


.pictcbox{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 13;
    display: none;
}
.pictcbox .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.pictcbox .tccon{
    width: 1000px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -200px;
    background:#fff;
}
.pictcbox .close{
    position: absolute;
    right:13px;
    top: 12px;
    width:42px;
    height: 42px;
    background: url(../img/close2.png) no-repeat center; 
    cursor: pointer;
    z-index: 14;
    transition: transform 0.5s ease 0s;
}
.pictcbox .close:hover{
    transform:rotate(180deg);
}
.pictcbox .bimg{
    float: left;
    width: 540px;
    height: 305px;
    padding:45px;
    background:  url(../img/loading.gif) no-repeat center;
}

.pictcbox .spaconbox {
    float: right;
    padding:45px 55px 0 0;
    
    width: 315px;
}
.main_til {
    color: #525352;
    font: 18px/44px Arial;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.main_til span {
    background: #1d41a0;
    color: #fff;
    /*display: block;*/
    font: 14px/26px "微软雅黑";
    height: 26px;
    padding-left: 15px;
    /*width: 152px;*/

    display: inline-block;
    padding-right: 15px;
    max-width: 285px;
    overflow: hidden;
}
.PBox {
    float: left;
    height: 215px;
    position: relative;
    width: 338px;
}
.PcontentBox {
    height: 215px;
    overflow: hidden;
    position: relative;
    width: 308px;
}
.Pcontent {
    left: 0;
    position: absolute;
    top: 0;
    width: 308px;
}
.spa_tab ul li {
    float: left;
    height: 47px;
    margin: 0 7px 0 0;
    overflow: hidden;
    width: 70px;
    cursor: pointer;
}
.PscrollBox {
    height: 215px;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
}
.Pscroll {
    background:#1d41a0;
    cursor: pointer;
    height: 36px;
    left: -5px;
    position: absolute;
    top: 0;
    width: 11px;
    z-index: 1;
}
.Pscroll_bg {
    background:#e3e3e2;
    height: 215px;
    left: 5px;
    position: absolute;
    width: 1px;
}


/*公告通知*/
.nolist-se{
    padding:20px 0;
}
.nolist-se dd{
    border-bottom: 1px dashed #e4e4e4;
    line-height: 45px;
}
.nolist-se dd a:link{
    color: #1d41a0;
}

.nolist-se dd a:hover{
    color: #e60012;
}
.nolist-se dd a:visited{
    color: #999;
}


.i_adv{ width:100%; height:0; overflow:hidden;position:relative; margin:0 auto;text-align: center;}
.i_adv a{ display:block;width: 100%;height: 100%;}
/*.buttonBox{ width:960px; height:17px; position:absolute; margin-left:-480px; left:50%; top:10px; z-index:999}
.buttonCon{ position:absolute; top:0; right:-61px}
.buttonCon .open{ width:61px; height:17px; background:url(img/button.jpg) no-repeat 0 -17px; cursor:pointer; display:none}
.buttonCon .close{ width:61px; height:17px; background:url(img/button.jpg) no-repeat 0 0; cursor:pointer; display:none}*/




/**2015-05-11 by:hsiao**/
.pictcbox .bimg{
    position: relative;
}
.pictcbox .bimg .prev,
.pictcbox .bimg .next{
    width: 42px;
    height: 42px;
    
    position: absolute;
    top: 180px;
    cursor: pointer;
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.pictcbox .bimg .prev:hover,
.pictcbox .bimg .next:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}
.pictcbox .bimg .prev{
    left: 55px;
    background: url(../img/lightbox-btn-prev.png) no-repeat center;
}
.pictcbox .bimg .next{
    right: 55px;
    background: url(../img/lightbox-btn-next.png) no-repeat center;
}