body {
    background: #f1f1f1;
}

.page-slide-inner {
    width: 100%;
    height: 360px;
}

.Release {
    width: 1150px;
    padding: 0 25px 80px;
    background: #fff;
    margin: -185px auto 0;
}

.Release-title {
    padding-top: 38px;
    margin-bottom: 53px;
}

.Release-btn {
    background: #f1f1f1;
    height: 114px;
}

.Release-name {
    color: #333333;
    font-size: 16px;
    width: 275px;
    text-align: center;
}

.Release-name p {
    padding-top: 40px;
    margin-bottom: 5px;
}

.Release-name span {
    color: #b5b5b5;
    text-transform: uppercase;
}

.Release-bak {
    width: 150px;
    height: 114px;
    line-height: 114px;
    text-align: center;
    background: #ffbe1d;
}

.Release-bak a {
    color: #fff;
    display: block;
}

.release-green {
    background: #1894eb;
}

/* .Release-uer {
    position: relative;
    width: 505px;
    height: 114px;
    background: #f1f1f1;
}

.login-active,
.login-chid {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.login-active span {
    color: #999;
    font-size: 16px;
}

.login-chid li {
    float: left;
    margin-right: 25px;
}

.login-chid li span {
    color: #333333;
    display: inline-block;
    margin-right: 5px;
}

.login-chid li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.login-chid li:hover span {
    color: #e7201a;
}

.login-chid li:hover a {
    color: #e7201a;
} */

.Release-tab {
    width: 96%;
    padding: 15px 2%;
    background: #f0f0f2;
}

.Release-tab li {
    float: left;
    /* margin-right: 55px; */
}

.Release-tab li a {
    color: #333333;
    font-size: 14px;
    display: block;
    padding: 0 35px;
}

.Release-tab li a span {
    position: relative;
    padding: 7px 0;
    display: block;
}

.Release-tab li a span::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    display: block;
    clear: both;
    width: 0%;
    height: 2px;
    background: #0139a2;
    transition: all 0.5s;
}

.Release-tab li:hover a, .Release-tab li.active a {
    color: #0139a2;
}

.Release-tab li:hover a span::after, .Release-tab li.active a span::after {
    width: 100%;
}

.Release-tab-items {
    display: none;
    transform: translateY(150px);
    transition: all 0.5s;
}

.Release-tab-items.active {
    display: block;
    transform: translateY(0);
}

.Release-itmes li {
    padding: 35px 0;
    border-bottom: 1px solid #ccc;
}

.Release-itmes li a {
    position: relative;
    display: block;
}

.Release-itmes li a::before {
    position: absolute;
    left: 20%;
    transform: translateX(-50%);
    bottom: -36px;
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 1px;
    background: #1894eb;
    transition: all 1s;
}

.Release-itmes-text {
    width: 900px;
}

.Release-itmes-name {
    font-weight: normal;
    color: #333333;
    font-size: 14px;
    text-indent: 28px;
    line-height: 26px;
    margin-bottom: 26px;
    transition: all 0.5s;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.Release-itmes-l {
    float: left;
    color: #999999;
    font-size: 14px;
    margin-right: 40px;
}

.Release-itmes-l span {
    color: #333;
}

.Release-itmes-timer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 84px;
    right: 0;
    background: #efefef;
    text-align: center;
    transition: all 0.7s;
}

.Release-itmes-timer p.d {
    color: #1894eb;
    font-size: 36px;
    margin-top: 12px;
    margin-bottom: 7px;
    transition: all 1s;
}

.Release-itmes-timer p.y {
    color: #1894eb;
    font-size: 10px;
    transition: all 0.5s;
}

.Release-itmes li:hover a::before {
    background: #1894eb;
    width: 100%;
    left: 50%;
}

.Release-itmes li:hover .Release-itmes-name {
    color: #1894eb;
}

.Release-itmes li:hover .Release-itmes-timer {
    background: #1894eb;
}

.Release-itmes li:hover .Release-itmes-timer p {
    color: #fff;
}

/* ---------------- */

.relea-cove {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

.relea-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 980px;
    height: 70%;
    z-index: 3;
    display: none;
    margin-left: -490px;
    transform: translateY(-50%);
    padding: 0 0 50px 0;
    background: #fff;
    border-radius: 4px;
}

/* .relea-selct-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 980px;
    height: 70%;
    z-index: 3;
    display: none;
    margin-left: -490px;
    transform: translateY(-50%);
    padding: 0 0 50px 0;
    background: transparent;
    border-radius: 4px;
}

.relea-selct {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 300px;
    z-index: 3;
    display: none;
    margin-top: -200px;
    margin-left: -150px;
    padding: 0 0 50px 0;
    background: rgba(0, 0, 0, 0.7);
}

.relea-selct h1 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 20px 0;
    margin-bottom: 28px;
    font-weight: normal;
    border-bottom: 1px solid #efefef;
}

.relea-selct li {
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.relea-selct li.active{
    color: #1894eb;
}

.relea-selct li:hover {
    color: #1894eb;
} */

.relea-box-title {
    text-align: center;
    font-weight: normal;
    font-size: 17px;
    color: #1894eb;
    padding: 50px 0 20px 0;
}

.relea-box-title span {
    font-weight: bold;
}

.relea-box-close {
    position: absolute;
    right: 25px;
    top: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: url(/public/img/Release-clos.png) no-repeat;
    background-size: 100% auto;
}

.relea-box-close-cove {
    position: absolute;
    right: 25px;
    top: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
    background: url(/public/img/Release-clos1.png) no-repeat;
    background-size: 100% auto;
}

.relea-from {
    width: 950px;
    height: 80%;
    padding: 10px 0;
    overflow-y: auto;
}

/*修改滚动条样式*/

.relea-from::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.relea-from::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

.relea-from::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

.relea-from::-webkit-scrollbar-thumb:hover {
    background: #1894eb;
}

.relea-from::-webkit-scrollbar-corner {
    background: #179a16;
}

.relea-from li {
    width: 90%;
    margin-bottom: 24px;
    margin: 0 auto 10px;
    border: 1px solid #dcdcdc;
}

.relea-from li select {
    width: 100%;
    color: #888;
    outline: none;
    padding: 20px 2%;
    border: 1px solid transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}


.relea-from li input {
    color: #212121;
    width: 96%;
    outline: none;
    margin: 0;
    font-size: 14px;
    padding: 20px 2%;
    border-radius: 3px;
    border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.relea-from li textarea {
    resize: none;
    outline: none;
    padding: 20px 2%;
    width: 96%;
    border: 1px solid #dcdcdc;
}

.relea-from button {
    color: #ffffff;
    font-size: 16px;
    width: 90%;
    height: 46px;
    margin: 0 auto;
    display: block;
    line-height: 46px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    background: #ffbe1d;
}

/* .rele-cove {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    display: none;
    background: rgba(0, 0, 0, 0.4);
}

.rele-cove-main {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 400px;
    z-index: 3;
    display: none;
    background: #fff;
    border-radius: 5px;
    transform: translate(-50%,-50%);
}

.rele-cove-main h1 {
    position: relative;
    text-align: center;
    color: #1894eb;
    font-size: 22px;
    padding: 15px 0;
    margin-bottom: 28px;
    font-weight: normal;
    border-bottom: 1px solid #efefef;
}

.rele-cove-main li {
    position: relative;
    color: #555;
    cursor: pointer;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 20px;
    transition: all 0.5s;
}
.rele-cove-main li span {
    display: block;
}

.rele-cove-main li span::after{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    display: block;
    clear: both;
    width: 0%;
    height: 1px;
    background: #1894eb;
    transition: all 0.5s;
}
.rele-cove-main li.active{
    color: #1894eb;
}
.rele-cove-main li.active span::after{
    width: 10%;
}

.rele-cove-main li:hover{
    color: #1894eb;
}

.rele-cove-main li:hover span::after{
    width: 10%;
} */

/* capital 找资金 */

.capital li {
    padding: 35px 0;
    border-bottom: 1px solid #ccc;
}

.capital-title {
    font-weight: normal;
    color: #333333;
    font-size: 14px;
    text-indent: 28px;
    line-height: 26px;
    margin-bottom: 26px;
    transition: all 0.5s;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.capital-list {
    color: #999999;
    font-size: 14px;
    margin-right: 20px;
}

.capital-list span {
    color: #333;
    font-size: 14px;
    margin-left: 10px;
}

.capital li:hover .capital-title {
    color: #1894eb;
}

/* -------找人才------ */

.personnel li {
    padding: 35px 0;
    border-bottom: 1px dotted #ccc;
}

.personnel-title {
    color: #444;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: normal;
}

.personnel-list {
    color: #999999;
    font-size: 14px;
    margin-right: 20px;
}

.personnel-list span {
    color: #333;
    font-size: 14px;
    margin-left: 10px;
}

.personnel-key {
    color: #333333;
    font-size: 14px;
    text-indent: 28px;
    padding-top: 10px;
    line-height: 26px;
    margin-bottom: 15px;
    transition: all 0.5s;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.personnel-bak {
    color: #1894eb;
    font-size: 14px;
}