﻿main{
    background: url(/res/Home/structure/20010144.png) center bottom no-repeat;
min-width:1150px;
    padding-bottom: 200px;
}
nav,aside{
    width: 1150px;
    margin: auto;
}

.mediaBg{
    background-image: url(/res/Home/structure/21010030.jpg);
    width: 100%;
    height: 300px;
    background-attachment: fixed;
    background-size: cover;
    background-position-y: -222px;
    position: relative;
}
/*.mediaBg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
}*/
.investTit {
    text-align: center;
    margin: 40px;
}
.investTit p {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
}
.investTit span {
    font-size: 14px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.investText p {
    line-height: 2;
    margin-bottom: 20px;
    text-indent: 32px;
    font-size:18px;
}
.investAimg {
    overflow: hidden;
    margin-top: 50px;
}
.investAimg div {
    float: left;
    position: relative;
    margin: 0 5px;
}
.investAimg div::before,.swiper-slide::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
}
.investAimg div a,.swiper-slide a {
    position: absolute;
    top: 65px;
    left: 12px;
    color: #fff;
    border: 1px solid #fff;
    width: 115px;
    text-align: center;
    line-height: 22px;
    font-weight: bolder;
    font-size: 16px;
}
.investAimg div a:hover,.swiper-slide a:hover{
    background:#185583;
}
.swiper-slide img {
    width: 100%;
}

.investNav {
    background: #3569AE;
}
.investNav_inner {
    width: 1000px;
    margin: auto;
    overflow: hidden;
}
.investNav_inner li {
    float: left;
    width: 200px;
    height: 120px;
    text-align: center;
}
.investNav_inner li:hover{
 background:rgba(255,255,255,.3);
}
.investNav_inner li i {
    display: block;
    width: 50px;
    height: 50px;
    background: url(/res/Home/structure/20110829.png) no-repeat;
    
    margin: 15px auto;
}
.investNav_inner li.investNav_inner_i1 i{background-position: 0px -253px;}
.investNav_inner li.investNav_inner_i2 i{background-position: 0px -300px;}
.investNav_inner li.investNav_inner_i3 i{background-position: 0px -350px;}
.investNav_inner li.investNav_inner_i4 i{background-position: 0px -400px;}
.investNav_inner li.investNav_inner_i5 i{background-position: 0px -450px;}
.investNav_inner li span {
    color: #fff;
}


.investR.fr {
    width: 700px;
}
.investR{display:none;}
.investR-tit {
    height: 60px;
    line-height: 60px;
    background: #263F60;
    padding: 0 15px;
    margin-bottom: 30px;
}
.investR-tit strong {
    font-size: 18px;
    color: #fff;
    margin-right: 30px;
}
.investR-tit span {
    font-size: 14px;
    color: #999;
}
.investRtxt {
    margin-bottom: 40px;
}
.investRtxt p {
    font-weight: bold;
    color: #B7975B;
    margin-bottom: 15px;
    font-size: 18px;
}
.investRtxt span {
    color: #666;
    font-size:16px;
    line-height: 1.8;
}

.investMon{
margin-top:40px;
}


.investL{
    position: relative;
}
.hexagon{
    position: absolute;
cursor: pointer;
    width: 70px;
    height: 121.2px;
    /* margin: 50px auto; */
    background-color: rgba(169,169,169, 0.3);
    font-weight: bold;

}
.hexagon::before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 70px;
    border-width: 60.6px 35px;
    border-style: solid;
    border-color: transparent rgba(169,169,169, .3) transparent transparent;
}
.hexagon::after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left:70px;
    border-width: 60.6px 35px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(169,169,169, .3);
    top:0;
}
.hexagon span{
    display: block;
    width: 120px;
    position: absolute;
    top: 50px;
    left: -23px;
    text-align: center;
    color: #999;
}
.hexagon01{
    top: 70px;
    left: 140px;z-index:6;
}
.hexagon02{
    top: 115px;
    left: 235px;z-index:5;
}
.hexagon03{
    top: 175px;
    left: 150px;z-index:4;
}
.hexagon04{
    top: 255px;
    left: 230px;z-index:3;
}
.hexagon05{
    top: 285px;
    left: 120px;z-index:2;
}
.hexagon06{
    top: 390px;
    left: 180px;z-index:1;
}
.hexagon.active{
    background-color: rgba(255,222,173, 0.3);
}
.hexagon.active::before{
    border-color: transparent rgba(255,222,173, 0.3) transparent transparent;
}
.hexagon.active::after{
    border-color: transparent transparent transparent rgba(255,222,173, 0.3);
}
.hexagon.active span{
    color: #000;
}

.case {
    margin-top: 50px;
}
.case-tit{
    margin: 30px 0;
    overflow: hidden;
    text-align: center;
}
.case-tit span{
    float: left;
    width: 380px;
    padding: 15px 0;
    background-color: #F0E5CF;
    font-size: 20px;cursor: pointer;
    margin-right: 5px;
}
.case-tit span:last-of-type{
    margin-right: 0;
}
.case-tit .active{
    background-color: #3366cc;
    font-weight: bold;
    color: #fff;
}
.case-list{display:none;}
.case-list .synopsis{
    width: 538px;
    padding: 38px 5px;
    margin-right: 48px;
    float: left;
}
.case-list .synopsis strong{
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
}
.case-list .synopsis p{
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    margin-top: 30px;
}
.case-list ul::after{content:".";display:block;height:0;visibility:hidden;clear:both;}
.case-list li{
    float: left;
    margin-right: 44px;
    border: 1px solid #999;
    padding: 15px 21px;
    margin-bottom: 30px;position:relative;
}
.case-list li:nth-child(4n-2){
    margin-right: 0;
}
.case-list li #ReportIDname a{
    display: block;
    text-align: center;
    margin-top: 10px;height:30px;font-size:15px;
}
.case-list .addmore{
    display: block;
    margin-top: 40px;
    width: 500px;
    margin: auto;
    border: 1px solid #0099ff;
    text-align: center;
    padding: 15px 0;
    border-radius: 5px;
}
.case-list .addmore a{
    color: #666;
}

.case-investment li{
    position: relative;
}
.case-investment li::before{
    content: '';
    width: 25px;
    height: 120px;
    background: url(/res/Home/structure/20010402.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 22px;
    left: 20px;
}
.case-investment li #ReportIDname a{
    display: block;text-align:left;
    width: 170px;
    margin: 5px 0 10px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #999933;
}
.case-investment li #ReportIDIssueTime{
    color: #999933;
    padding-left: 30px;
}
.case-investment li #ReportIDLogograph{
   display: block;
    width: 180px;
    margin-top: 60px;
    font-size: 14px;
    color: #666;
    padding-left: 30px;
}
.case-int{
    display: none;
    height: 100%;width:100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(25,25,112,.4);
    padding: 0 25px;    box-sizing: border-box;
}
.case-int #ReportIDLogograph {
    display: block;
    height: 145px;
    overflow: auto;
    margin-top: 40px;
    line-height: 1.6;
    color: #fff;
}
.case-int #ReportIDLogograph::-webkit-scrollbar{display:none}

.tzNav {
    position: fixed;
    bottom: 100px;
    right: 50px;z-index:9999999;
}
.tzNav ul li a {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px #ccc;
    margin-bottom: 10px;
    display: block;
    padding: 5px;
    text-align: center;
}
.tzNav ul li a:hover {
    color: #FFFFFF;
    background-image: linear-gradient(to right , #0469C5,#07A37C);
}

/*不动产投资*/
.budcTit {
    margin: 40px;
    text-align: center;
}
.budcTit strong {
    font-size: 24px;
}
.budcTit p {
    margin-top: 20px;
    color: #AA8E46;
}
.budcMb .budcMb-top {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.budcMb .budcMb-top .budcMb-top-L {
    float: left;
    width: 570px;
    padding: 30px;
    margin-top: 26px;
}
.budcMb .budcMb-top .budcMb-top-L div {
    float: left;
    width: 280px;
}
.budcMb .budcMb-top .budcMb-top-L div span, .budcMb .budcMb-top .budcMb-top-R div span, .budcMb-bot .budcMb-bot-L div span, .budcMb-bot .budcMb-bot-R div span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.budcMb .budcMb-top .budcMb-top-L div p, .budcMb .budcMb-top .budcMb-top-R div p, .budcMb-bot .budcMb-bot-L div p, .budcMb-bot .budcMb-bot-R div p {
    line-height: 1.6;
    color: #666;
    font-size: 15px;
}
.budcMb .budcMb-top .budcMb-top-L img {
    float: left;
    margin-left: 15px;
}
.budcMb .budcMb-top .budcMb-top-R {
    float: left;
    width: 459px;
    padding: 30px;
    border-left: 1px solid #ccc;
}
.budcMb .budcMb-top .budcMb-top-R img {
    float: left;
    margin-right: 15px;
    height: 250px;
}
.budcMb .budcMb-top .budcMb-top-R div {
    float: left;
    width: 263px;
}
.budcMb .budcMb-bot {
    overflow: hidden;
}
.budcMb-bot .budcMb-bot-L {
    float: left;
    width: 415px;
    padding: 30px;
}
.budcMb-bot .budcMb-bot-R {
    float: left;
    width: 613px;
    border-left: 1px solid #ccc;
    padding: 30px;
}
.budcMb-bot .budcMb-bot-L img {
    float: left;
    margin-right: 15px;
    margin-top: 80px;
}
.budcMb-bot .budcMb-bot-L div {
    width: 210px;
    float: left;
}
.budcMb-bot .budcMb-bot-R div {
    width: 208px;
    float: left;
}
.budcMb-bot .budcMb-bot-R img {
    float: left;
    margin-left: 15px;
    height:300px;
    margin-top: 50px;
}