.container .main {
    margin-top: 50px;
    height: 100%;
    background-color: #f5f5f5;
}

.container .main .banner {
    width: 100%;
}

.container .main .banner img {
    width: 100%;
    height: 100%;
}
.container .main .banner-box {
    position: absolute;
    top: 180px;
    left: 360px;
    z-index: 999;
    color: #fff;
}

.container .main .banner-box .title {
    font-size: 24px;
}

.container .main .banner-box .memo {
    font-size: 48px;
}

.container .main .banner-box .bottom {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.container .main .banner-box .bottom .icon {
    cursor: pointer;
    width: 24px;
    height: 22px;
}

.container .main .banner-box .bottom .colline {
    margin: 0 10px;
}

.container .main .banner-box .bottom .icon img {
    width: 100%;
    height: 100%;
}
.container .main .main-nav {
    margin: 0 auto;
    width: 1000px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .main .main-nav .main-nav-item {
    width: 200px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.container .main .main-nav .main-nav-item .img-line {
    position: absolute;
    right: 0;
    top: 0;
}

.container .main .main-nav .nav-title {
    font-size: 20px;
    line-height: 22px;
}

.container .main .main-nav .nav-memo {
    margin-top: 16px;
    font-size: 12px;
}
.container .main .main-nav .main-nav-item:nth-child(4) .img-line{
    display: none;
}
.container .main .main-nav .nav-title img {
    margin-left: 20px;
}

.container .main .box1 {
    width: 100%;
    height: 705px;
    background: url('../../static/assets/aboutbg.png') no-repeat center;
}

.container .main .box1 .box1-wrap {
    width: 1200px;
    margin: 0 auto;
}

.container .main .box1 .box1-wrap p {
    padding: 60px 0;
    font-size: 44px;
    text-align: center;
    font-weight: 600;
}

.container .main .box1 .box1-wrap .cont {
    font-size: 22px;
    line-height: 3;
}

.container .main .box2 {
    width: 100%;
    height: 800px;
    background-color: #F6F7FB;
}
.container .main .box2 .box2-group{
    color: #fff;
    width: 100%;
    height: 320px;
    background: url('../assets/about4bg.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.container .main .box2 .box2-group .title{
    padding: 20px 0 60px 0;
    font-size: 44px;
    text-align: center;
}
.container .main .box2 .box2-group .just{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container .main .box2 .box2-group .just .just-item{
    width: 100px;
}
.container .main .box2 .box2-group .just .just-item .just-num{
    font-size: 48px;
}
.container .main .box2 .box2-group .just .just-item .just-title{
    font-size: 24px;
}
.container .main .box2 .box2-wrap {
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.container .main .box2 .box2-wrap .box2-item{
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container .main .box2 .box2-wrap .box2-item .title{
    color: #1f1f1f;
    font-size: 24px;
}
.container .main .box2 .box2-wrap .box2-item .memo{
    margin: 21px 0;
    font-size: 16px;
}
.container .main .box2 .box2-wrap .box2-item .img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.container .main .box2 .box2-wrap .box2-item .img img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*.container .main .box2 .box2-wrap {*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

/*.container .main .box2 .box2-wrap p {*/
/*    padding: 60px 0;*/
/*    font-size: 44px;*/
/*    text-align: center;*/
/*}*/

/*.container .main .box2 .box2-wrap .cont {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
/*.container .main .box2 .box2-wrap .cont .cont-item{*/
/*    overflow: hidden;*/
/*}*/
/*.container .main .box2 .box2-wrap .cont .cont-item .cont-img{*/
/*    transition: 0.3s;*/
/*}*/
/*.container .main .box2 .box2-wrap .cont .cont-item .cont-img:hover{*/
/*    cursor: pointer;*/
/*    transform: scale(1.1);*/
/*}*/
/*.container .main .box2 .box2-wrap .cont .cont-op {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    padding-left: 28px;*/
/*    padding-top: 28px;*/
/*    height: 100px;*/
/*    background-color: #fff;*/
/*}*/

/*.container .main .box2 .box2-wrap .cont .cont-op .t1 {*/
/*    color: #1363FF;*/
/*    font-size: 24px;*/
/*}*/

/*.container .main .box2 .box2-wrap .cont .cont-op .memo {*/
/*    margin-top: 4px;*/
/*}*/

.container .main .box3 p {
    font-size: 44px;
    padding: 60px 0 120px 0;
    text-align: center;
}

.container .main .box3 .culture {
    height: 565px;
    position: relative;
}

.container .main .box3 .culture .top {
    position: absolute;
    left: calc(50% - 600px);
    width: 1200px;
    top: -100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .main .box3 .culture .top .item {
    cursor: pointer;
    width: 224px;
    height: 214px;
    border-radius: 10px;
    background-color: #fff;
}

/* .container .main .box3 .culture .top .item:nth-child(1) {
	color: #fff;
	background-color: #1363FF;
} */

.container .main .box3 .culture .top .item .title {
    padding-left: 20px;
    padding-top: 80px;
    font-size: 22px;
}

.container .main .box3 .culture .top .item .img {
    padding-top: 20px;
    padding-left: 20px;
    width: 42px;
    height: 42px;
}

.container .main .box3 .culture .top .item .img img {
    width: 100%;
    height: 100%;
}

.container .main .box3 .culture .imgs {
    width: 100%;
    height: auto;
}

.container .main .box3 .culture .imgs img {
    width: 100%;
    height: 100%;
}

.container .main .box3 .center {
    position: absolute;
    left: calc(50% - 320px);
    top: 180px;
    color: #fff;
    width: 640px;
    height: 204px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.2);
}

.container .main .box3 .center .title {
    font-size: 40px;
}

.container .main .box3 .center .memo {
    margin-top: 10px;
    font-size: 16px;
}

.container .main .box4 {
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('../../static/assets/uslinkbg.png') no-repeat center;
    background-size: cover;
}

.carousel {
    margin-top: 20px;
    height: 156px;
    padding: 0 0 0 2px;
    width: 100%;
}

.carousel li,
.carousel>div>div {
    color: #fff;
    margin: 0 10px;
    width: 150px;
    height: 60px;
    padding: 2px 0 2px 2px;
    list-style-type: none;
}

.carousel#carousel-vertical li,
.carousel#carousel-vertical>div>div {
    padding: 2px 2px 0 2px;
}

.carousel ul li:nth-child(even),
.carousel>div>div:nth-child(even) {
    color: #666;
}

.carousel img {
    display: block;
    width: 100%;
    height: 100%;
}

.container .main .main-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 500px;
    background-color: #1363FF;
}

.container .main .main-phone p:nth-child(1) {
    font-size: 44px;
}

.container .main .main-phone p:nth-child(2) {
    margin: 30px 0;
    font-size: 22px;
}
.container .main .lxwm {
    cursor: pointer;
    border: 1px solid #fff;
    padding: 10px 25px;
    border-radius: 100px;
}
.investment_title a,
.investment_title a:link,
.investment_title a:visited,
.investment_title a:hover {
    color: #555;
    width: 131px;
    height: 44px;
    display: inline-block
}
.investment_title div.on {
    background: #1363FF !important;
    color: #FFF
}
.investment_con_list {
    display: none;
}