/* index */
.section1 .fp-tableCell {
    display: block;
}

.section1 .swiper-container {
    height: 100%;
}

.section1 .swiper-slide img {
    width: 100%;
    height: 100%;
}

.section1 .swiper-pagination {
    bottom: 32px;
}

.section1 .swiper-pagination-bullet {
    width: 70px;
    height: 4px;
    border-radius: 0;
    background: white;
    opacity: 0.3;
}

.section1 .swiper-pagination-bullet-active {
    background: #063887;
    opacity: 1;
}

.section1 .swiper-slide {
    overflow: hidden;
}

.section1 .swiper-slide a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.section1 .swiper-slide a>img:nth-of-type(2) {
    width: 100%;
    display: none;
}

.idx-banner-copywriting {
    position: absolute;
    z-index: 2;
    top: 43%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.idx-banner-copywriting h1 {
    font-size: 56px;
    font-family: kaiti;
    color: #333;
    text-align: center;
    display: inline-block;
    transition: 0.8s ease-in-out 0.5s;
    transform: translateX(150px);
    opacity: 0;
    position: relative;
}

.idx-banner-copywriting h1::before {
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #808080;
    position: absolute;
    left: -56px;
    top: 50%;
}

.idx-banner-copywriting h1::after {
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #808080;
    position: absolute;
    right: -56px;
    top: 50%;
}

.idx-banner-copywriting p {
    width: auto;
    font-size: 24px;
    text-align: center;
    color: #666;
    margin-top: 20px;
    transition: 0.8s ease-in-out 0.5s;
    transform: translateX(-150px);
    opacity: 0;
}

.section1 .swiper-slide-active .idx-banner-copywriting h1,
.section1 .swiper-slide-active .idx-banner-copywriting p {
    transform: translateX(0);
    opacity: 1;
}

/* abouts */
.idx-aboutus {
    display: flex;
    height: 100%;
}

.idx-aboutus-left,
.idx-aboutus-right {
    display: flex;
    align-items: center;
}

.idx-aboutus-left {
    width: 50%;
    padding: 0 6%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.idx-aboutus-left-type {
    width: 100%;
    display: flex;
    margin-bottom: 56px;
}

.idx-aboutus-left-type a {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.current .idx-aboutus-left-type a {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.idx-aboutus-left-type a span {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
    line-height: 90px;
    margin-bottom: 12px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

.idx-aboutus-left-type a span i {
    font-size: 40px;
    color: #d6d6d6;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

.idx-aboutus-left-type a p {
    font-size: 14px;
    color: #333;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

.idx-aboutus-left-type a:hover,
.idx-aboutus-left-type a:hover p,
.idx-aboutus-left-type a:hover span i {
    color: #063887;
}

.idx-aboutus-left-type a:hover span {
    border: 1px solid #063887;
}

.idx-aboutus-left-desc {
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.current .idx-aboutus-left-desc {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.idx-aboutus-left-desc h1 {
    font-size: 32px;
    font-weight: bold;
    color: #063887;
    margin-bottom: 24px;
}

.idx-aboutus-left-desc h1 span {
    width: 48px;
    height: 4px;
    background: #063887;
    display: block;
    margin-top: 16px;
}

.idx-aboutus-left-desc-content {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin: 32px 0;
}

.btn-link-default {
    font-size: 14px;
    color: #063887;
    display: inline-block;
    padding: 8px 48px;
    border: 2px solid #063887;
}

.btn-link-default i {
    font-size: 16px;
    vertical-align: -1px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

.btn-link-default:hover {
    background-color: #063887;
}

.btn-link-default:hover,
.btn-link-default:hover i {
    color: #fff;
}

.idx-aboutus-right img {
    width: 100%;
    height: 100%;
}


/* business */

.idx-business {
    height: 100%;
}

.idx-business-left {
    width: 66%;
    height: 100%;
    float: left;
    font-size: 0;
    overflow: hidden;
}

.idx-business-left ul {
    height: 100%;
}

.idx-business-left ul li {
    width: 33%;
    height: 100%;
    position: relative;
    z-index: 0;
    float: left;
}

.idx-business-left>ul>li>a {
    display: block;
    position: relative;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.idx-business-left>ul>li>a::after {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 56, 175, .7);
    z-index: -1;
    transition: all .5s cubic-bezier(.35, .75, .55, 1);
    -webkit-transition: all .5s cubic-bezier(.35, .75, .55, 1);
    -moz-transition: all .5s cubic-bezier(.35, .75, .55, 1);
}

.idx-business-left>ul>li>a:hover:after {
    top: 0;
}

.idx-business-left ul li:nth-child(1) {
    transform: translateY(-1080px);
    -moz-transform: translateY(-1080px);
    -webkit-transform: translateY(-1080px);
    transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -webkit-transition: all .7s ease-out;
    opacity: 0;
    background: url(../images/idx-business1@1x.jpg) no-repeat;
    background-color: #808080;
    background-size: cover;
}

.idx-business-left ul li:nth-child(2) {
    transform: translateY(1080px);
    -moz-transform: translateY(1080px);
    -webkit-transform: translateY(1080px);
    transition: all .7s ease-out .4s;
    -moz-transition: all .7s ease-out .4s;
    -webkit-transition: all .7s ease-out .4s;
    opacity: 0;
    background: url(../images/idx-business2@1x.jpg) no-repeat;
    background-size: cover;
}

.idx-business-left ul li:nth-child(3) {
    transform: translateY(-1080px);
    -moz-transform: translateY(-1080px);
    -webkit-transform: translateY(-1080px);
    transition: all .7s ease-out .8s;
    -moz-transition: all .7s ease-out .8s;
    -webkit-transition: all .7s ease-out .8s;
    opacity: 0;
    background: url(../images/idx-business3@1x.jpg) no-repeat;
    background-size: cover;
}


.current .idx-business-left ul li {
    transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
}

.idx-business-left ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 75%, transparent 75%, transparent);
    background-size: 2px 2px;
    pointer-events: none;
}

.idx-business-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 15%;
    box-sizing: border-box;
    /* z-index: 3; */
}

.idx-business-content span {
    width: 96px;
    height: 96px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 96px;
    margin-bottom: 32px;
}

.idx-business-content span i {
    font-size: 40px;
    color: #fff;
}

.idx-business-content h1 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 32px;
}

.idx-business-content h1::after {
    display: block;
    content: "";
    width: 32px;
    height: 1px;
    background-color: #D8D8D8;
    margin: auto;
    margin-bottom: 32px;
    margin-top: 32px;
}

.idx-business-content p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 48px;
}

.idx-business-content h2 {
    width: 80px;
    height: 32px;
    border-radius: 16px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border: 1px solid #fff;
    display: inline-block;
    transition: all .5s cubic-bezier(.35, .75, .55, 1);
    -webkit-transition: all .5s cubic-bezier(.35, .75, .55, 1);
    -moz-transition: all .5s cubic-bezier(.35, .75, .55, 1);
}

.idx-business-left>ul>li:hover .idx-business-content h2 {
    margin-top: 48px;
}

.idx-business-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 0 5%;
}

.part-title-black {
    text-align: center;
    margin-bottom: 56px;
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.part-title-black h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
    color: #333;
}

.part-title-black span {
    display: inline-block;
    margin: auto;
    margin-bottom: 12px;
    position: relative;
}

.part-title-black span::after {
    display: block;
    content: "";
    width: 64px;
    height: 1px;
    background-color: #D8D8D8;
    position: absolute;
    right: -80px;
    top: 8px;
}

.part-title-black span::before {
    display: block;
    content: "";
    width: 64px;
    height: 1px;
    background-color: #D8D8D8;
    position: absolute;
    left: -80px;
    top: 8px;
}

.part-title-black p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.current .part-title-black {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.btn-link-box {
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.current .btn-link-box {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.section4 {
    width: 100%;
    height: 100%;
    background: url(../images/idx-teambg.jpg) no-repeat;
    background-size: cover;
}

.idx-team {
    width: 1600px;
    max-width: 95%;
    margin: auto;
    /* position: relative;
    z-index: 4; */
}

.idx-team-list {
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.current .idx-team-list {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.idx-team-img {
    width: 100%;
}

.idx-team-img img {
    max-width: 100%;
}

.idx-team-swiper-container .swiper-slide {
    cursor: pointer;
}

.idx-team-item p {
    width: 100%;
    height: 48px;
    background-color: #fff;
    text-align: center;
    line-height: 48px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

.idx-team-item p span {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-right: 4px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

.idx-team-item p em {
    font-size: 14px;
    color: #666;
    margin-left: 4px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

.idx-team-swiper-container .swiper-slide:hover p {
    background-color: #063887;
}

.idx-team-swiper-container .swiper-slide:hover p,
.idx-team-swiper-container .swiper-slide:hover p span,
.idx-team-swiper-container .swiper-slide:hover p em {
    color: #fff;
}

.idx-team-pagination {
    height: 32px;
    text-align: center;
    margin-top: 32px;
}

.section4 .swiper-pagination {
    position: inherit;
    text-align: center;
    display: inline-block;
    vertical-align: 6px;
    margin: 0 8px;
}

.section4 .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border-radius: 0;
    background: #aeb0b3;
    margin: 0 4px;
    opacity: 0.3;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

.section4 .swiper-pagination-bullet-active {
    width: 24px;
    background: #063887;
    opacity: 1;
}

.idx-team-pagination .swiper-button-prev {
    width: 32px;
    height: 32px;
    border: 1px solid #D8D8D8;
    background: none;
    background-color: #fff;
    position: inherit;
    left: inherit;
    right: inherit;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 30px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

.idx-team-pagination .swiper-button-next {
    width: 32px;
    height: 32px;
    border: 1px solid #D8D8D8;
    background: none;
    background-color: #fff;
    position: inherit;
    left: inherit;
    right: inherit;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 30px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

.idx-team-pagination .swiper-button-prev i,
.idx-team-pagination .swiper-button-next i {
    font-size: 24px;
    color: #999;
}

.idx-team-pagination .swiper-button-prev:hover,
.idx-team-pagination .swiper-button-next:hover {
    background-color: #063887;
    border: #063887;
}

.idx-team-pagination .swiper-button-prev:hover i,
.idx-team-pagination .swiper-button-next:hover i {
    color: #fff;
}

.section5 {
    width: 100%;
    height: 100%;
    background: url(../images/idx-case-bg.jpg) no-repeat;
    background-size: cover;
}

.part-title-white {
    text-align: center;
    margin-bottom: 56px;
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.part-title-white h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
    color: #fff;
}

.part-title-white span {
    display: inline-block;
    margin: auto;
    margin-bottom: 12px;
    position: relative;
}

.part-title-white span::after {
    display: block;
    content: "";
    width: 64px;
    height: 1px;
    background-color: #D8D8D8;
    position: absolute;
    right: -80px;
    top: 8px;
}

.part-title-white span::before {
    display: block;
    content: "";
    width: 64px;
    height: 1px;
    background-color: #D8D8D8;
    position: absolute;
    left: -80px;
    top: 8px;
}

.part-title-white p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.current .part-title-white {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.idx-case-box,
.idx-customer-box {
    width: 1600px;
    max-width: 95%;
    margin: auto;
}

.idx-case-swiper-container {
    margin-bottom: 56px;
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.current .idx-case-swiper-container {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.idx-case-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.idx-case-item {
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 32px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    position: relative;
    top: 0;
}

.idx-case-item a {
    display: block;
}

.idx-case-item a h1 {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

.idx-case-item a h1::before {
    display: block;
    content: "";
    width: 32px;
    height: 4px;
    background-color: #063887;
    margin-bottom: 24px;
}

.idx-case-item a p {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.idx-case-item a span {
    font-size: 12px;
    color: #666;
}

.idx-case-item:hover {
    position: relative;
    top: -8px;
    background-color: #fff;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
}

.idx-case-item:hover h1 {
    color: #063887;
    font-weight: bold;
}

.btn-link-white {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 8px 48px;
    border: 2px solid #fff;
}

.btn-link-white i {
    font-size: 16px;
    vertical-align: -1px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

.btn-link-white:hover {
    background-color: #fff;
}

.btn-link-white:hover,
.btn-link-white:hover i {
    color: #063887;
}

.section6 {
    width: 100%;
    height: 100%;
    background: url(../images/idx-custom-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.section6::before {
    display: block;
    content: "";
    width: 26%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 26%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.section6::after {
    display: block;
    content: "";
    width: 26%;
    height: 100%;
    background: linear-gradient(-90deg, #FFFFFF 26%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.idx-customer-swiper-container {
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.current .idx-customer-swiper-container {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.idx-customer-swiper-container .swiper-slide {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.idx-customer-swiper-container .swiper-slide img {
    max-width: 100%;
}

.idx-customer-swiper-container .swiper-slide p {
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 0%;
    text-align: center;
    padding: 12px;
    background-color: #063887;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 50%;
    z-index: 1;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    opacity: 0;
}

.idx-customer-swiper-container .swiper-slide:hover p {
    height: 100%;
    bottom: 0;
    opacity: 1;
    transform: translateY(0%);
}

.section7 {
    width: 100%;
    height: 100%;
    background: url(../images/idx-news-bg.jpg) no-repeat;
    background-size: cover;
}

.idx-news-list {
    margin-bottom: 56px;
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.current .idx-news-list {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.idx-news-item {
    width: 100%;
    padding: 16px;
    background-color: #fff;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    position: relative;
    top: 0;
}

.idx-news-item .idx-news-img {
    width: 100%;
    height: 210px;
    overflow: hidden;
    margin-bottom: 24px;
}

.idx-news-item .idx-news-img img {
    width: 100%;
    height: 100%;
}

.idx-news-item h1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
}

.idx-news-item p {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.idx-news-item:hover {
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
    top: -8px;
}

.idx-news-item:hover h1 {
    color: #063887;
    font-weight: bold;
}

.idx-content-box {
    display: flex;
    height: 100%;
}

.idx-content-left {
    width: 50%;
    height: 100%;
    background: url(../images/idx-content-bg.jpg);
    background-size: cover;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
}

.idx-content-msg {
    margin-bottom: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.current .idx-content-msg {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.idx-content-msg ul {
    width: 65%;
    padding: 50px 5% 50px 17%;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.idx-content-msg ul li {
    font-size: 16px;
    color: #333;
    margin: 16px 0;
}

.idx-footer-gzh {
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.idx-footer-gzh img {
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
}

.idx-footer-gzh p {
    font-size: 14px;
    color: #333;
}

.idx-copyright {
    font-size: 12px;
    color: #999;
    padding-left: 17%;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.current .idx-copyright {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.idx-copyright a {
    font-size: 12px;
    color: #999;
    margin-left: 12px;
}

.idx-copyright a:hover {
    color: #063887;
}

.idx-map-right {
    width: 50%;
    height: 100%;
}

#allmap {
    width: 100%;
    height: 1080px;
    max-height: 100%;
}

#allmap img:nth-child(2) {
    display: none;
}

.team-tc-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
    -webkit-transform: scale(0.5, .5);
    opacity: 0;
    visibility: hidden;
    transform-origin: center top;
}

.team-tc-box.active {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.team-tc-content {
    width: 1200px;
    max-width: 95%;
    height: 560px;
    background-color: #fff;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 72px 32px 32px;
}

.team-tc-left {
    flex-shrink: 0;
    width: 320px;
    border-right: 1px solid #D8D8D8;
    padding-right: 32px;
}

.team-tx {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 1px #fff;
    background-color: #fff;
    box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.12);
    margin: auto;
    margin-bottom: 32px;
}

.team-tx img {
    width: 100%;
    object-fit: cover;
}

.team-tc-left h1 {
    font-size: 28px;
    color: #333;
    margin-bottom: 12px;
    text-align: center;
}

.team-tc-left p {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 32px;
}

.team-tc-left ul li {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
}

.team-tc-left ul li i {
    font-size: 16px;
    color: #063887;
    margin-right: 4px;
}

.team-tc-right {
    padding-left: 32px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    overflow-y: auto;
}

.team-tc-close {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.team-tc-close i {
    font-size: 24px;
    color: #999;
}

.team-tc-close:hover i {
    color: #063887;
    transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
}
