.index_main{
    width: 100%;
    height: auto;
    background: url("../images/index/index_bg.png") no-repeat top center;
}
.container{
    padding: 0;
}
.header_main{
    background: none;
    margin-bottom: 508px;
}
.header_nav .active a{
    border-bottom: 4px solid #fff;
}
.itme01{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background: #f2f2f2;
}
.itme01 .itme01_tab div{
    float: left;
    height: 350px;
    margin-top: -150px;
}
.itme01_tab .gs_item{
    width: 36.5%;
    padding: 20px 50px 0 50px;
    background: #fff;
    position: relative;
}
.item05 {
    margin-top: 60px;
    margin-bottom:60px;
}
.item05 .investbox{
}
.item05 .investbox ul li+li{
    margin-left: 26px;
}
.item05 .investbox ul li{
    float: left;
    width: 49%;
    height: 250px;
    padding: 42px;
    border-radius: 22px;
    box-shadow: 0px 5px 22px 4px #eee;
}
.item05 .investbox ul li:hover{
    background:#3C6BCA;
    color:#fff;
    }
.item05 .investbox ul li p{
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 50px;
}
.item05 .investbox ul li span{
    font-size: 16px;
    color: #566eb6;
    float: right;
}
.item05 .investbox ul li:hover span{
    color:#fff;
}
.comtitle{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
}
.videobox{
    /* width: 23%; */
    /* float: left; */
    /* margin: 40px 0; */
}
video{
    width:357px;
    height:207px;
}
.gallerybox{
    width: 100%;
    /* float: right; */
    margin: 40px 0;
}
.videobox img{
    height:207px;
    margin-right: 25px;
}
.gallerybox ul li+li{
    margin-left: 25px;
}
.gallerybox ul li{
    float: left;
    width: 357px;
    height: 207px;
}
.gallerybox ul li img{
    width: 100%;
    height: 100%;
}


.gs_item {}
.gs_item .gs_title{
    font-size: 24px;
	font-weight: bold;
}
.gs_item .gs_info{
    line-height: 36px;
    font-size: 16px;
    margin-top: 35px;
}
.gs_item a{
    display: block;
    width: 275px;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-left: 30px;
    background: url("../images/index/index_icon01.png") no-repeat;
    position: absolute;
    bottom: 0;
    right: -1px;
}
.itme01_tab .tz_item,
.itme01_tab .fw_item,
.itme01_tab .hd_item{
    width: 21.1666667%;
    padding-top: 82px;
    text-align: center;
}
.itme01_tab .tz_item{
    background: #566eb6;
}
.tz_item .tz_title,
.fw_item .fw_title,
.hd_item .hd_title{
    font-size: 28px;
    color: #fff;
    margin-top: 50px;
}
.tz_item a,
.fw_item a,
.hd_item a{
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin-right: 40px;
    margin-top: 70px;
}
.tz_item:hover p img,
.fw_item:hover p img,
.hd_item:hover p img{
    animation: overturn 2s;
    -moz-animation: overturn 2s;
    -webkit-animation: overturn 2s;
    -o-animation: overturn 2s;
}
.itme01_tab .fw_item{
    background: #4b64ad;
}
.itme01_tab .hd_item{
    background: #415aa2;
}
.itme01 .news_item{
    width: 100%;
    margin-top: 30px;
    background: #fff;
    /* display: none; */
}
.banner_item{
    width: 56.6%;
    height: 480px;
    position: relative;
    float: left;
    margin-right: 3%;
}
.bner{
    width:100%;
}
.bner .hd{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 100px;
    height: 10px;
    z-index:1;
}
.bner .hd li{
    float:left;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#aaa;
}
.bner .hd li.on{
    background:#fff;
}
.bner .hd li + li{
    margin-left: 12px;
}
.bner .bd {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bner .bd .tempWrap {
    width: 100% !important;
    height: 100% !important;
}
.bner .bd ul {
    width:100%;
}
.bner .bd ul li {
    float: left;
    width:100%;
    position: relative;
    height: 100% !important;
}
.bner .bd ul li a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.bner .bd ul li img {
    width: 100% !important;
    height: 480px;
}
.bner .bd ul li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    padding: 0 40px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}
.bner .bd ul li p span{
    display: block;
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prev,
.next {
    width: 35px;
    height: 60px;
    position: absolute;
    top: 210px;
}
.prev {
    left: 0;
    background: url("../images/public/left.png") no-repeat;
}
.next {
    right: 0;
    background: url("../images/public/right.png") no-repeat;
}
.news_item .news_list{
    float: right;
    width: 40.4%;
    padding-top: 30px;
    padding-right: 30px;
}
.news_list .news_tab p{
    height: 40px;
    line-height: 40px;
}
.news_tab p span{
    float: left;
    font-size: 28px;
    font-weight: bold;
}
.news_tab p a{
    float: right;
    font-size: 16px;
    color: #7c7c7c;
}
.news_tab ul{
    margin-top: 45px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.news_tab .news_name{
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
}
.news_tab .news_txt{
    height: 72px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #7c7c7c;
    overflow: hidden;
}
.news_list .list_ul{
    margin-top: 15px;
}
.news_list .list_ul li{
    line-height: 40px;
    padding-left: 20px;
    font-size: 18px;
    background: url("../images/public/public_icon02.png") no-repeat 0 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s linear;
}
.investing_item ul li:hover,
.news_list .list_ul li:hover,
.tzzn_tab .news_title:hover{
    transform:translateX(1em);
}
.item02{
    width: 100%;
    height: auto;
    padding: 80px 0 85px 0;
    background: #fff;
    display: none;
}
.invest_item .tzhj_item,
.tzBox_item .tzzn_tab{
    float: left;
    width: 35%;
}
.tzhj_item .tzhj_title,
.investing_item p,
.tzzn_tab p,
.cyyq_list > p{
    line-height: 40px;
}
.tzhj_item .tzhj_title span,
.investing_item p span,
.tzzn_tab p span,
.cyyq_list > p span{
    float: left;
    font-size: 28px;
    font-weight: bold;
}
.tzhj_item .tzhj_title a,
.investing_item p a,
.tzzn_tab p a,
.cyyq_list > p a{
    float: right;
    font-size: 16px;
}
.tzhj_item .tzhj_js{
    margin-top: 48px;
}
.tzhj_js .tzhj_img img{
    float: left;
    width: 31.3333333%;
    height: 70px;
    margin-left: 3%;
}
.tzhj_js .tzhj_img img:first-child{
    margin-left: 0;
}
.tzhj_js .tzhj_ms{
    line-height: 36px;
    font-size: 18px;
    margin-top: 30px;
}
.invest_item .investing_item,
.tzBox_item .cyyq_list{
    float: right;
    width: 60%;
    margin-left: 5%;
}
.investing_item ul{
    margin-top: 45px;
}
.investing_item ul li{
    height: 72px;
    line-height: 36px;
    font-size: 18px;
    padding-left: 20px;
    background: url("../images/public/public_icon02.png") no-repeat 0 25%;
    overflow: hidden;
    transition: all 0.4s linear;
}
.investing_item ul li:first-child{
    margin-bottom: 35px;
}
.item02 .tzBox_item{
    width: 100%;
    margin-top: 85px;
}
.tzzn_tab ul{
    margin-top: 25px;
}
.tzzn_tab .news_title{
    font-size: 20px;
    line-height: 32px;
    padding-left: 20px;
    background: url("../images/public/public_icon02.png") no-repeat 0 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s linear;
}
.tzzn_tab .news_nr{
    line-height: 32px;
    font-size: 16px;
    margin-top: 20px;
    color: #7c7c7c;
}
.cyyq_list ul{
    margin-top: 25px;
}
.cyyq_list li{
    float: left;
    width: 32%;
    margin-left: 2%;
}
.cyyq_list li:first-child{
    margin-left: 0;
}
.cyyq_list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.cyyq_list li img{
    width: 100%;
    height: 180px;
}
.item03{
    width: 100%;
    /* height: 1287px; */
    padding: 0px;
    background: #f2f2f2 url("../images/index/service_bg.png") no-repeat;
}
.item03 .fwzt_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 58px;
    margin-top: 60px;
}
.fwzt_title span{
    font-size: 36px;
    font-weight: bold;
    color: #38414d;
}
.fwzt_title a{
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #7c7c7c;
}
.fwzt_title span a{
    float: left;
   font-size: 36px;
    font-weight: bold;
    color: #38414d;
}
.item03 .fwzt_list li{
    float: left;
    width: 16.6666667%;
    text-align: center;
}
.fwzt_list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.fwzt_list li img{
    display: block;
    margin: 0 auto 26px auto;
}
.fwzt_list li span{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #38414d;
}
.fwzt_list li:hover img{
    animation: overturn 2s;
    -moz-animation: overturn 2s;
    -webkit-animation: overturn 2s;
    -o-animation: overturn 2s;
}
.gallery_item{
    width: 100%;
    height: auto;
    margin-top: 45px;
}
.gallery_item .gallery_left{
    float: left;
    width: 31.7%;
}
.gallery_left > div,.gallery_right > div,.right_img > div{
    position: relative;
    overflow: hidden;
    height: 535px;
    margin-bottom: 34px;
}
.gallery_left > div >a> img,.gallery_right > div >a> img,.right_img > div >a> img{
    display: block;
    width: 100%;
    height: 100%;
}
.gallery_left > div p,.gallery_right > div p,.right_img > div p{
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 10;
    bottom: -100px;
    left: 0;
    transition: all 0.32s linear;
    background: #2a4272;
}
.gallery_left > div:hover p,.gallery_right .first_img:hover p,.right_img > div:hover p{
    bottom: 0;
}
.gallery_left .gallery_txt,.gallery_right .gallery_txt{
    padding-top: 35px;
}
.right_img .park_squre2 .gallery_txt{
    padding-top:20px;
}
.gallery_txt span{
    font-size: 42px;
    color: #fff;
}
.gallery_txt a{
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    margin-left: 0px;
}
.gallery_left > p img{
    width: 100%;
    height: 296px;
}
.gallery_right{
    float: right;
    width: 66.3%;
    margin-left: 2%;
}
.gallery_right > p img{
    width: 100%;
    height: 535px;
}
.gallery_right .right_img{
    width: 100%;
    margin-top: 34px;
}
.right_img p{
    float: left;
    height: 296px;
}
.right_img p img{
    display: block;
    width: 100%;
    height: 100%;
}
.right_img .park_squre1{
    float:left;
    width: 60.5%;
}
.right_img .park_squre2{
    float:left;
    width: 36.5%;
    margin-left: 3%;
}
.item04{
    width: 100%;
    height: auto;
    padding: 45px 0;
    background: #fff;
}
.item04 .nav_item{
    float: left;
    width: 75%;
}
.nav_item > div{
    float: left;
    width: 25%;
}
.nav_item > div > p{
    font-size: 22px;
    margin-bottom: 30px;
}
.nav_item > div li{
    font-size: 16px;
    line-height: 32px;
}
.item04 .share_item{
    float: right;
    width: 25%;
    height: 215px;
    padding-left: 70px;
    border-left: 1px solid #f2f2f2;
}
.share_item .share_title{
    padding-left: 38px;
    font-size: 22px;
    background: url("../images/index/index_icon13.png") no-repeat 0 50%;
}
.share_item .share{
    padding-left: 38px;
    margin-top: 30px;
}
.share_item .share a{
    margin-left: 15px;
}
.share_item .share a:first-child{
    margin-left: 0;
}
.itme01_tab{
    display: none;
}


@media (max-width:1366px){ 
    /* .news_tab .news_name{
        height: ;
    } */
}

@media screen and (min-width:768px) and (max-width:1199px){ 
    .container{
        padding: 0 20px;
    }
    .itme01_tab .gs_item{
        padding: 20px 20px 0 20px;
    }
    .gs_item .gs_info{
        margin-top: 10px;
        line-height: 32px;
    }
    .tzhj_item .tzhj_title span, 
    .investing_item p span, 
    .tzzn_tab p span, 
    .cyyq_list > p span,
    .news_tab p span{
        font-size: 20px;
    }
    .tzhj_item .tzhj_js{
        margin-top: 30px;
    }
    .tzhj_js .tzhj_ms{
        margin-top: 20px;
        line-height: 32px;
    }
    .tzzn_tab ul{
        margin-top: 15px;
    }
    .tzzn_tab .news_nr{
        margin-top: 10px;
    }
    .item04 .share_item{
        padding-left: 15px;
    }
    .share_item .share_title{
        font-size: 18px;
        padding-left: 30px;
    }
    .share_item .share{
        padding-left: 30px;
    }
    .share_item .share a{
        margin-left: 5px;
    }
}

@media screen and (max-width:767px){ 
    .header_main{
        margin-bottom: 20px;
    }
    .header_nav li{
        border-right: none;
    }
    .header_nav li:first-child,
    .header_nav li:nth-child(2),
    .header_nav li:nth-child(4){
        border-left: none;
    }
    .itme01{
        padding-bottom: 20px;
    }
    .itme01 .itme01_tab div{
        margin-top: 0;
        float: none;
    }
    .itme01_tab .gs_item{
        width: 100%;
        padding: 20px 10px 0 10px;
    }
    .gs_item .gs_info{
        margin-top: 20px;
    }
    .itme01_tab .tz_item, 
    .itme01_tab .fw_item, 
    .itme01_tab .hd_item{
        width: 100%;
        height: 200px !important;
        margin-top: 15px !important;
        padding-top: 20px;
    }
    .tz_item p img,
    .fw_item p img,
    .hd_item p img{
        width: 50px;
    }
    .tz_item .tz_title,
    .fw_item .fw_title,
    .hd_item .hd_title{
        font-size: 24px;
        margin-top: 20px;
    }
    .tz_item a, 
    .fw_item a, 
    .hd_item a{
        margin-top: 30px;
    }
    .itme01 .news_item{
        margin-top: 20px;
    }
    .banner_item{
        float: none;
        width: 100%;
        height: 250px;
        margin-right: 0;
    }
    .bner .bd ul li img{
        height: 250px;
    }
    .prev, .next{
        top: 95px;
    }
    .bner .bd ul li span{
        padding: 0 15px;
    }
    .news_item .news_list{
        float: none;
        width: 100%;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    .news_tab p span,
    .tzhj_item .tzhj_title span, 
    .investing_item p span, 
    .tzzn_tab p span, 
    .cyyq_list > p span{
        font-size: 20px;
    }
    .news_tab ul{
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .news_tab .news_txt{
        margin-top: 15px;
    }
    .news_list .list_ul li{
        font-size: 16px;
        line-height: 36px;
    }
    .item02{
        padding: 20px 10px;
    }
    .invest_item .tzhj_item, 
    .tzBox_item .tzzn_tab{
        float: none;
        width: 100%;
    }
    .tzhj_item .tzhj_js{
        margin-top: 15px;
    }
    .tzhj_js .tzhj_ms{
        font-size: 16px;
        margin-top: 15px;
        line-height: 32px;
    }
    .invest_item .investing_item, 
    .tzBox_item .cyyq_list{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .investing_item ul{
        margin-top: 10px;
    }
    .investing_item ul li:first-child{
        margin-bottom: 10px;
    }
    .item02 .tzBox_item{
        margin-top: 15px;
    }
    .cyyq_list ul{
        margin-top: 10px;
    }
    .cyyq_list li{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .item03{
        height: auto;
        padding: 20px 10px;
    }
    .item03 .fwzt_title{
        margin-bottom: 0;
    }
    .fwzt_title span{
        font-size: 22px;
    }
    .item03 .fwzt_list li{
        width: 33.3333333%;
        margin-top: 15px;
    }
    .fwzt_list li img{
        width: 50px;
        margin-bottom: 10px;
    }
    .fwzt_list li span{
        font-size: 14px;
    }
    .gallery_item{
        margin-top: 20px
    }
    .gallery_item .gallery_left{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .gallery_left > div{
        height: 300px;
        margin-bottom: 20px;
    }
    .gallery_left > div p{
        height: 150px;
        bottom: 0;
    }
    .gallery_left .gallery_txt{
        padding-top: 20px;
    }
    .gallery_txt span{
        font-size: 28px;
    }
    .gallery_left > p img,
    .gallery_right > p img{
        height: 200px;
    }
    .gallery_right{
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .gallery_right .right_img{
        margin-top: 20px;
    }
    .right_img p{
        float: none;
        width: 100% !important;
        height: 200px;
    }
    .right_img .img_p1{
        margin-bottom: 20px;
    }
    .right_img .img_p2{
        margin-left: 0;
    }
    .item04{
        display: none;
    }
    .footer_main{
        padding: 20px 10px;
    }
}