﻿.invest-conn
{
    margin: 2% 0;
    background: url(keywords.png) left 60% no-repeat;
}
.invest-conn h3
{
    text-align: center;
    color: #8b8b8b;
}
.invest-conn h3 em
{
    display: block;
    margin: 2.5% auto 3.5%;
    width: 220px;
    height: 2px;
    background: #00b5b6;
}
.wrap .worm-invest-list li
{
    width: calc(25% - 2.25em);
    float: left;
    height: 300px;
    position: relative;
    cursor: pointer;
    margin: 20px 0;
    transition: all .3s;
    color: #484848;
    margin-bottom: 60px;
}
.wrap .worm-invest-list .text
{
    position: absolute;
    width: 100%;
    padding: 2.5em;
    bottom: 0;
}
.wrap .worm-invest-list li+li
{
    margin-left: 2.25em;
}
.wrap .worm-invest-list li h2
{
    margin-bottom: .3em;
    margin-top: .3em;
}
.wrap .worm-invest-list li p
{
    transition: all .3s;
    line-height: 1.5em;
    height: 3em;
}
.wrap .worm-invest-list li p a
{
    color: #484848;
}
.wrap .worm-invest-list li p a:hover
{
    color: #fff!important;
}
.wrap .worm-invest-list li:hover p
{
    font-size: 1.2em;
}
.wrap .worm-invest-list li path
{
    fill: #eef3f3;
    transition: all .3s;
}
.wrap .worm-invest-list li:hover path
{
    fill: #00b6b5;
}
.wrap .worm-invest-list li:hover
{
    color: #fff;
    transform: scale(1.1);
}
.wrap .worm-invest-list li:hover p a
{
    color: #fff;
}
.wrap .worm-invest-list li i
{
    transition: all .3s;
    font-size: 50px;
}
.wrap .worm-invest-list li:hover i
{
    font-size: 3.5em;
}
ul.worm-invest-list:after
{
    content: '';
    display: block;
    clear: both;
}
#allmap
{
    width: 100%;
    height: 600px;
}
.worm_map_wrap
{
    position: relative;
}
.worm_map_wrap .info
{
    position: absolute;
    top: 95px;
    left: 25px;
    z-index: 99;
}
.worm_map_wrap .info .text
{
    position: absolute;
    top: 0;
    color: #fff;
    padding: 5em;
    width: 100%;
}
.worm_map_wrap .info .text h2
{
    margin-bottom: .5em;
}
.worm_map_wrap .info .text .lt, .worm_map_wrap .info .text .rt
{
    float: left;
    width: 50%;
    margin-top: 1em;
    position: relative;
}
.worm_map_wrap .info .text .lt img, .worm_map_wrap .info .text .rt img
{
    width: 77px;
    height: 77px;
}
.worm_map_wrap .info .text li i
{
    margin-right: .8em;
}
.worm_map_wrap .info .text .in-block
{
    display: inline-block;
    margin-left: .5em;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.information .lt, .information .rt
{
    width: 45%;
    float: left;
}
.information .rt
{
    margin-left: 10%;
}
.information
{
    color: #484848;
    overflow: hidden;
    padding: 3em 6em;
    background: #eef3f3;
    margin: 3em 0;
}
.information ul li
{
    width: 50%;
    float: left;
}
.information h2
{
    margin-bottom: .5em;
    position: relative;
    display: inline-block;
}
.information li i
{
    margin-right: .5em;
}
.form h2
{
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}
.form
{
    width: 50%;
    text-align: center;
    margin: auto;
}
.form ul li
{
    float: left;
    width: calc(50% - 1em);
    margin: .5em;
}
.form ul li:last-child
{
    width: calc(100% - 1em);
}
.form ul li input, .form ul li textarea, .form button
{
    width: 100%;
    border: 0;
    border-radius: 25px;
    background: #eee;
    line-height: 50px;
    height: 50px;
    padding: 0 1.5em;
    box-sizing: border-box;
}
.form button
{
    width: 32%;
    background: #00b6b5;
    color: #fff;
    margin: 3% 0 10%;
}
.information h2:before, .form h2:before
{
    content: '+';
    display: block;
    position: absolute;
    left: 105%;
    top: -40%;
}
@media only screen and (max-width: 1366px)
{
    .wrap .worm-invest-list li i
    {
        font-size: 40px;
    }
    .wrap .worm-invest-list li:hover i
    {
        font-size: 3.5em;
    }
    .wrap .worm-invest-list li
    {
        height: 280px;
    }
    .wrap .worm-invest-list li
    {
        width: calc(25% - 1.5em);
    }
    .wrap .worm-invest-list li+li
    {
        margin-left: 1.5em;
    }
}
@media only screen and (max-width: 1024px)
{
    .wrap .worm-invest-list li
    {
        width: calc(50% - 1.5em);
        margin-bottom: 1.5em;
        margin-top: 0;
    }
    .wrap .worm-invest-list li+li
    {
        margin-left: 0;
    }
    .wrap .worm-invest-list li:nth-child(2n)
    {
        margin-left: 1.5em;
    }
    .wrap .worm-invest-list li:hover
    {
        color: #484848;
        transform: none;
    }
    .wrap .worm-invest-list li:hover p
    {
        font-size: 1em;
    }
    .wrap .worm-invest-list li:hover path
    {
        fill: #eef3f3;
    }
    .wrap .worm-invest-list li:hover i
    {
        font-size: 40px;
    }
    .form
    {
        width: 100%;
    }
    .information ul li
    {
        width: auto;
        float: none;
        display: block;
        margin-top: .2em;
    }
    .worm_map_wrap .info
    {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 2em;
    }
    .worm_map_wrap .info>img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
    .worm_map_wrap .info .text
    {
        position: relative;
    }
    #allmap
    {
        height: 300px;
    }
}
@media only screen and (max-width: 768px)
{
    .information .lt, .information .rt
    {
        float: none;
        width: auto;
    }
    .information .rt
    {
        margin-left: 0;
        margin-top: 3em;
    }
    .information
    {
        padding: 3em 2em;
    }
    .form ul li
    {
        width: calc(100% - 1em);
    }
    .worm_map_wrap .info .text .lt, .worm_map_wrap .info .text .rt
    {
        width: 100%;
    }
    .worm_map_wrap .info .text .in-block
    {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%,0%);
    }
    .worm_map_wrap .info .text
    {
        padding: 5em 3em;
    }
}
@media only screen and (max-width: 480px)
{
    .wrap .worm-invest-list li
    {
        width: 100%;
    }
    .wrap .worm-invest-list li:nth-child(2n)
    {
        margin-left: 0;
    }
}
