@charset "utf-8";

/* banner */

.content {
    position: relative;
}

.index-modal {
    width: 100%;
    background-color: #818491;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8000;
    opacity: 0.5;
}

.index-desc {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8500;
}

.index-desc img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 566px;
    height: 71px;
}

.banner-btn {
    margin-top: 62px;
}

.banner-btn .btn1 {
    float: left;
    margin-right: 30px;
    padding: 16px 40px;
    font-size: 20px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    border: 0;
    /* box-shadow: inset 0 0 0 2px red; */
    position: relative;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.banner-btn .btn1:nth-of-type(1) {
    box-shadow: inset 0 0 0 2px red;
}

.btn1::before,
.btn1::after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.btn1::before,
.btn1::after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
}

.btn1::before {
    top: 0;
    left: 0;
}

.btn1::after {
    bottom: 0;
    right: 0;
}

.btn1:hover {
    color: #fff;
}

.btn1:hover::before,
.btn1:hover::after {
    width: 100%;
    height: 100%;
}

.btn1:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.btn1:hover::after {
    border-bottom-color: #fff;
    border-left-color: #fff;
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.banner-btn .btn:nth-of-type(2) {
    background-color: #FA6029;
}


/* main */

.main-box:nth-of-type(1) {
    height: 600px;
}

.main-box:nth-of-type(2) {
    height: 724px;
}

.main-box:nth-of-type(3) {
    height: 480px;
}

.main-box:nth-of-type(4) {
    height: 600px;
}

.main-box:nth-of-type(5) {
    height: 593px;
}

.main-box:nth-of-type(6) {
    height: 720px;
}

.main-box:nth-of-type(2n) {
    background-color: #F8F8F8;
}

.main-box:nth-of-type(1) .img-box {
    width: 650px;
    height: 400px;
}

.main-box:nth-of-type(2) .img-box {
    width: 50%;
    height: 724px;
}

.cpjs {
    height: 100%;
}

.cpjs .wrapper {
    height: 100%;
    background: url('../assets/index/cpjs.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cpjs .title {
    padding-top: 230px;
}

.cpjs span {
    display: block;
}

.main-box:nth-of-type(3) .img-box {
    width: 650px;
    height: 400px;
}

.main-box:nth-of-type(4) .img-box {
    width: 610px;
    height: 220px;
}

.main-box .remark {
    color: #666666;
    font-size: 18px;
    margin-top: 25px;
}

.main-box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.main-box .item>div {
    width: 500px;
    display: flex;
    flex-flow: column;
    /* height: 100%; */
    justify-content: center;
    margin-left: 46px;
    margin-right: 46px;
}

.main-box .title {
    font-size: 40px;
    color: #000;
    font-weight: 500;
    line-height: 56px;
}

.main-box .desc {
    width: 500px;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
}

.oranger-line {
    width: 30px;
    height: 6px;
    background-color: #FA6029;
    display: inline-block;
    margin-top: 10px;
}

.main-box .item-time {
    padding-top: 60px;
    height: 100%;
}

.main-box .item-time>div:nth-of-type(1) {
    text-align: right;
}

.timeline .date-line {
    width: 1144px;
    height: 2px;
    background-color: #ccc;
    margin: 0 auto;
    z-index: -1;
    position: relative;
}

.timeline .ball {
    display: flex;
    justify-content: space-between;
    width: 1144px;
    margin: 0 auto;
    transform: translateY(-50%);
    position: relative;
    z-index: 9999;
}

.timeline .ball>div {
    width: 20px;
    height: 20px;
    background-color: #fff;
    cursor: pointer;
}

.timeline .ball>div>div {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #999;
    margin-top: 4px;
    margin-left: 4px;
}

.timeline .ball .active {
    background-color: #FA6029;
}

.item-time .date {
    display: flex;
    justify-content: space-between;
    width: 1180px;
    margin: 0 auto;
    margin-bottom: 32px;
    margin-top: 35px;
    font-size: 27px;
    color: #666
}

.time-desc {
    display: flex;
    justify-content: space-between;
    width: 1180px;
    margin: 0 auto;
    margin-top: 94px;
    height: 254px;
    overflow: hidden;
    position: relative
}

.swiper-box {
    width: 3500px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

.time-desc ul {
    width: 30%;
    float: left;
    height: 254px;
    width: 354px;
    padding-right: 33px;
}

.time-desc ul li {
    font-size: 14px;
    color: #747474;
    line-height: 24px;
    margin-bottom: 23px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.time-desc ul li span {
    width: 30px;
}

.time-desc ul li i {
    font-style: normal;
    width: 284px;
}

.time-desc ul li:nth-of-type(1) {
    font-size: 27px;
    color: #333;
    border-bottom: 1px solid #E4E4E4;
    line-height: 38px;
    margin-bottom: 2px;
    text-indent: 0px;
    margin-top: 0px;
}

.item-pic {
    padding-top: 42px;
}

.item-pic .desc {
    font-size: 16px;
    color: #333;
}

.item-pic img {
    width: 1200px;
    height: 450px;
}

.photo-wall {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    margin-top: 48px;
}

.photo-wall img {
    height: 220px;
}

.photo1 img:nth-of-type(1),
.photo1 img:nth-of-type(2),
.photo2 img:nth-of-type(2),
.photo2 img:nth-of-type(3) {
    width: 480px;
}

.photo1 img:nth-of-type(3),
.photo2 img:nth-of-type(1) {
    width: 220px;
}

#risk {
    width: 400px;
    background: linear-gradient(270deg, #FF2323 0%, #FF0707 100%);
    border-radius: 4px;
    position: fixed;
    top: 80px;
    left: 100px;
    z-index: 99999;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

.risk-img1 {
    width: 56px;
    height: 56px;
}

.risk-img2 {
    width: 2px;
    height: 52px;
}

.risk-title {
    width: 158px;
    height: 21px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 2px;
}

.risk-desc {
    width: 300px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
}

.risk-close {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 22px;
    height: 22px;
}