/* 全局样式 */

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


/* 导航背景图 */

#title {
    width: 100%;
    position: relative;
    font-size: 0px;
}

#title img {
    width: 100%;
}


/* 导航栏 */

#title_nav {
    position: absolute;
    top: 0px;
    width: 100%;
}

#title_nav ul {
    position: relative;
    width: 1070px;
    margin: 0 auto;
    display: flex;
}

#title_nav ul li {
    height: 60px;
    line-height: 60px;
    width: 100px;
    text-align: center;
}

#title_nav ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.605);
    font-size: 14px;
}

#title_nav ul li a:hover {
    color: #fff;
    font-size: 22px;
    font-weight: 550;
}

.shouye a {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 550 !important;
}

.clear {
    width: 1070px;
    margin: 0 auto;
    height: 1px;
    background: linear-gradient(to right, #ffffff1a, #ffffff53, #ffffff1a);
}


/* 登录注册 */

.login {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
}

.login p {
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.605);
    margin-left: 20px;
}

.login p:hover {
    color: #fff;
    cursor: pointer;
}


/* 宣传语 */

#xuanchuan {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50%;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.326);
}

#xuanchuan_box {
    width: 480px;
    height: 100%;
    position: absolute;
    right: 0px;
}

#xuanchuan_box h2 {
    color: #fff;
    font-size: 24px;
    font-family: 楷体;
    line-height: 60px;
}

#xuanchuan_box p {
    color: #fff;
    font-size: 14px;
    font-family: 楷体;
    line-height: 16px;
}

.clear1 {
    width: 250px;
    height: 1px;
    background-color: #e7ff7e98;
    margin-bottom: 10px;
}


/* 众筹项目 */

#zhognchou {
    width: 100%;
    padding-top: 30px;
    background-color: #EFEFEF;
    padding-bottom: 50px;
}

#zhognchou_box {
    width: 1070px;
    margin: 0 auto;
}

#zhognchou_box_title {
    width: 1070px;
    text-align: center;
}

#zhognchou_box_title h2 {
    font-weight: 200;
    color: #656565;
}

#zhognchou_box_title p {
    font-size: 12px;
    color: #656565;
}

.clear2 {
    padding-top: 10px;
    width: 200px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 20px;
}

.clear2 div:first-child {
    width: 90px;
    height: 1px;
    background-color: #D5D5D5;
}

.clear2 div:nth-child(2) {
    height: 3px;
    position: relative;
    top: -1px;
    width: 50px;
    background-color: #61B01E;
}

.clear2 div:last-child {
    width: 90px;
    height: 1px;
    background-color: #D5D5D5;
}


/* 内容方格 */

#main_list {
    margin-top: 30px;
    width: 1070px;
    display: flex;
}

.main_list_littlebox {
    position: relative;
    width: 340px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.main_list_main {
    margin-left: 25px;
    margin-right: 25px;
}

.main_img {
    width: 340px;
    height: 175px;
    overflow: hidden;
    font-size: 0px;
    margin-bottom: 10px;
}

.main_img img {
    width: 340px;
    height: 175px;
}

.main_img img:hover {
    position: relative;
    width: 350px;
    height: 185px;
    top: -5px;
    left: -5px;
}

.shouyi {
    width: 100%;
    text-align: center;
    color: #FB5C00;
}

.shouyi p:first-child {
    font-size: 35px;
}

.shouyi p:first-child span {
    font-size: 24px;
}

.shouyi p:last-child {
    font-size: 12px;
}

.bieshuname {
    padding-top: 20px;
    width: 305px;
    margin: 0 auto;
}

.bieshuname h4 {
    font-size: 15px;
    font-weight: 500;
}

.bieshuname ul {
    width: 100%;
    padding-top: 20px;
}

.bieshuname ul li {
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    display: flex;
    height: 30px;
    line-height: 30px;
    color: #6E6E6E;
}

.bieshuname ul li p:first-child {
    display: inline-block;
    padding-right: 5px;
    background-color: #ffffff;
    z-index: 10;
    letter-spacing: 3px;
    color: #6E6E6E;
}

.bieshuname ul li p:last-child {
    position: absolute;
    right: 0px;
    background-color: #FFFFFF;
    display: inline-block;
}

.bieshuname ul li:last-child span {
    position: relative;
    width: 260px;
    top: 12px;
    height: 6px;
    background-color: #55A621;
    border-radius: 6px;
}

.bieshuname ul li div {
    position: absolute;
    top: 14px;
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

.jieshu {
    margin-top: 30px !important;
    width: 120px;
    text-align: center;
    margin: 0 auto;
    background-color: #E1E1E1;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    color: #ffffff;
    border-radius: 33px;
}

#shouji {
    position: absolute;
    width: 200px;
    right: -30px;
    bottom: -10px;
    transform: rotate(-23deg);
}

#gengduo {
    width: 230px;
    background-color: #51AC13;
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    line-height: 55px;
    border-radius: 55px;
    margin-top: 50px;
}

#touzineirong {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 60px;
}


/* 投资内容 */

#touzineirong_box {
    width: 1070px;
    margin: 0 auto;
    padding-top: 30px;
}

.jiehsao {
    position: relative;
    top: -80px;
    width: 270px;
    display: inline-block;
    text-align: center;
}

.jiehsao p:first-child {
    color: #C99072;
    margin-bottom: 5px;
}

.jiehsao p:last-child {
    color: #FE6404;
    font-size: 28px;
    font-weight: 550;
}

.jiehsao p:last-child span {
    color: #C99072;
    font-size: 14px;
}

#touzilist {
    padding-top: 40px;
    width: 100%;
    display: flex;
}

#touzilistbox {
    width: 50%;
}

#touzilist img {
    display: inline-block;
    margin-left: 30px;
}

#touzilist p {}

#clear3 {
    border-right: 1px dashed #E4E4E4;
}


/* 海外顾问 */

#guwen {
    padding-top: 40px;
    width: 100%;
}

#guwen ul {
    width: 100%;
    display: flex;
}

#guwen ul li {
    width: 25%;
    text-align: center;
}

#guwen ul li img {
    width: 110px;
    border-radius: 50%;
    border: 1px solid #E8E6E7;
    padding: 2px;
    margin-bottom: 20px;
}

#guwen ul li p {
    font-size: 14px;
    color: #747474;
}


/* 媒体报道 */

#meiti_box {
    display: flex;
    margin-top: 40px;
}

#meiti_box .nes_list:last-child {
    margin-left: 20px;
}

.nes_list {
    position: relative;
    margin-right: 18px;
    margin-left: 18px;
    width: 490px;
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
}

.nes_list h4 {
    color: #393939;
    font-weight: 400;
}

#nes_bigbox {
    padding-top: 20px;
}

#nes_bigbox_img {
    width: 160px;
    height: 100px;
    overflow: hidden;
    float: left;
    background-color: black;
    margin-right: 20px;
}

#nes_bigbox_img img {
    width: 190px;
}

#nes_bigbox p:nth-child(2) {
    font-size: 12px;
    width: 400px;
    color: #5C5C5C;
}

#nes_bigbox p:nth-child(3) {
    margin-top: 5px;
    font-size: 12px;
    color: #8F8F8F;
}

.sanjiao {
    position: absolute;
    width: 60px;
    bottom: -30px;
    left: 5px;
}


/* 众筹之旅  */

#haiwaitouzi {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
}

#haiwaitouzi h2 {
    font-weight: 300;
    margin-bottom: 20px;
}

#haiwaitouzi p {
    background-color: #FD6708;
    display: inline-block;
    line-height: 55px;
    color: #fff;
    width: 230px;
    border-radius: 55px;
    font-size: 14px;
}


/* 底部导航栏 */

#footer {
    width: 100%;
    background-color: #15262E;
    padding-top: 20px;
}

#footer_box {
    position: relative;
    width: 1070px;
    margin: 0 auto;
    display: flex;
    height: 100px;
    border-bottom: 2px solid #51626A;
}

.footer_logo {
    color: #ffffff;
    border-right: 2px solid #51626A;
    padding-right: 60px;
}

.footer_logo p:first-child {
    font-size: 33px;
}

#vip {
    color: #ffffff;
    padding-left: 40px;
    border-right: 2px solid #51626A;
    padding-right: 40px;
}

#vip p:last-child {
    color: #ffffff;
    font-size: 12px;
    font-weight: 100;
}

#contus {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    color: #c5d1d5;
    border-right: 2px solid #51626A;
}

#contus ul {
    padding-top: 5px;
}

#contus ul li {
    list-style: disc;
    color: #858E94;
    margin-left: 13px;
    line-height: 18px;
}

#weixin {
    position: absolute;
    right: 0px;
    display: flex;
    font-size: 12px;
    text-align: center;
    color: #858E94;
}

#weixin div {
    margin-right: 30px;
}

#weixin p {
    width: 70px;
}

.banquanxinxi {
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
    color: #858E94;
    padding-bottom: 70px;
}