@import url(http://at.alicdn.com/t/c/font_4052567_wtqdv5r231.css);
.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clearfix:after, .clearfix::before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

.min-wc {
    min-width: 1200px;
}

.wc {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header-wrapper{
    width: 100%;
    height: 90px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.home-header {
    max-width: 1400px;
    min-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
.home-header .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-header .logo {
    width: 410px;
    height: 50px;
}
.home-header .logo img,
.home-header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.home-header .navs {
    display: flex;
    height: 90px;
    flex: 1;
    justify-content: flex-end;
}
.home-header .navs .a {
    height: 90px;
    line-height: 90px;
    margin: 0 2.5%;
    color: #222222;
    font-size: 16px;
}
.home-header .navs .a:hover, .home-header .navs .hover {
    color: #1b6bb3;
    box-shadow: inset 0px -2px 0 0 #1b6bb3;
}

.language {
    position: relative;
    margin-left: 25px;
}
.language .head {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}
.language .head .iconfont {
    font-size: 18px;
}
.language .head .value {
    font-size: 14px;
    color: #666666;
    margin: 0 10px;
}
.language:hover .options {
    display: block !important;
}
.language .options {
    display: none;
    position: absolute;
    z-index: 30;
    left: 0;
    width: 100%;
    top: 80%;
    background-color: #fff;
}
.language .options > .opt {
    display: block;
    padding: 5px;
    text-align: center;
}
.language .options > .opt:hover {
    background-color: #c5c3c3;
}

.home-swiper {
    position: relative;
    overflow: hidden;
    height: 800px;
}
.home-swiper a,
.home-swiper img {
    display: block;
    width: 100%;
    height: 100%;
}
.home-swiper .home-swiper-btn {
    position: absolute;
    z-index: 20;
    max-width: 1400px;
    width: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}
.home-swiper .home-swiper-btn .btn {
    width: 65px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    pointer-events: all;
    cursor: pointer;
}
.home-swiper .home-swiper-btn .btn .iconfont {
    font-size: 18px;
}

.footer {
    background: #f7f7f7;
}
.footer .one-footer {
    padding: 60px 0;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
}
.footer .code-img {
    width: 140px;
    height: 140px;
    border: 1px solid #e4e4e4;
    padding: 10px;
    margin: 20px 0;
}
.footer .code-img img {
    width: 100%;
    height: 100%;
}
.footer .footer-navs {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
.footer .footer-navs .navs {
    display: flex;
    flex-direction: column;
    margin-left: 35px;
}
.footer .footer-navs .navs > h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer .footer-navs .navs > a {
    color: #888888;
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
}
.footer .footer-navs .navs > a:hover {
    color: #1b6bb3;
}

.secondary {
    border-bottom: 1px solid #ececec;
}

.secondary-navigation {
    display: flex;
    height: 75px;
    line-height: 75px;
}
.secondary-navigation .nav {
    display: block;
    height: 75px;
    line-height: 75px;
    color: #000000;
    font-size: 16px;
    margin-right: 50px;
    font-weight: 500;
    text-transform: capitalize;
}
.secondary-navigation .nav:hover, .secondary-navigation .nav-active {
    border-bottom: 2px solid #2357e3;
    color: #1b6bb3;
}

.history {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
}
.history .iconfont {
    margin-right: 5px;
}
.history .icon {
    margin: 0 10px;
}
.history .link-active {
    color: #2357e3;
}

.product-center {
    margin-top: 40px;
    position: relative;
    padding: 0;
}

.product-center .pro-swiper-btn {
    position: absolute;
    width: calc(100% + 140px);
    top: 0;
    left: -70px;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    z-index: 30;
    height: 50px;
    margin: auto 0;
    pointer-events: none;
}
.product-center .pro-swiper-btn .iconfont {
    pointer-events: all;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    color: #999;
    border: 1px solid #999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    display: block;

}



.pro-swiper{
    overflow: hidden;
}
.product-center .product-card {
    width: 285px;
    background: #ffffff;
    border: 1px solid #efefef;
    transition: all 300ms;
    margin-right: 20px;
    margin-bottom: 20px;
}

.product-center .product-card:hover {
    box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 0 0 #2357e3;
}
.product-center .product-card .img {
    width: 100%;
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-center .product-card .img img {
    max-width: 100%;
    max-height: 100%;
}
.product-center .product-card .desc {
    padding: 0 30px 40px 30px;
}
.product-center .product-card .desc > h5 {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    text-transform: capitalize;
}
.product-center .product-card .desc > p {
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #888888;
    line-height: 22px;
    margin: 25px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}
.product-center .product-card .desc > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
}
/*
.product-center .product-card:hover .desc > a {
    border-color: #2357e3;
    color: #fff;
    background: #2357e3;
}
*/
.home-area {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.home-area .img {
    width: calc(25% - 8px);

    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.home-area .img:nth-child(4n) {
    margin-right: 0;
}
.home-area .img img {

    width: 100%;
    max-height: 360px;
    object-fit: cover;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
.home-area .img:hover img{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
.home-area .img .name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(3, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 35px 0;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
    text-transform: capitalize;
}
.home-area .img:hover .name{
    padding-bottom: 50px;
}
.about-desc {
    width: 540px;
}
.about-desc > h3 {
    color: #000000;
    font-size: 30px;
}
.about-desc > h4 {
    color: #999999;
    font-size: 16px;
}
.about-desc > p {
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #666666;
    line-height: 34px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 50px;
    height: 170px;
    margin-bottom: 60px;
}

.mod-more {
    width: 160px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mod-more-bg {
    background: #c30205;
    color: #fff;
}
.mod-more-border {
    border: 1px solid #b4b4b4;
    color: #777777;
}
.mod-more-border:hover {
    border: 1px solid #1b6bb3;
    color: #fff;
    background: #1b6bb3;
}
.mod-more .iconfont {
    font-size: 16px;
}
.mod-more .text {
    font-size: 16px;
    margin-right: 10px;
}

.home-about-container {
    padding: 80px 0 170px 0;
    background: url(../images/img6.png) no-repeat center bottom/100% auto;
}

.srv-container {
    padding: 80px 0 170px 0;
    background: url(../images/img7.png) no-repeat center center/100% 100%;
}

.srv-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 330px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    width: calc(20% - 20px);
    margin-right: 20px;
    color: #fff;
    cursor: pointer;
}
.srv-card .iconfont {
    font-size: 50px;
}
.srv-card .num {
    font-size: 20px;
    margin-top: 30px;
}
.srv-card .name {
    font-size: 22px;
    margin-top: 10px;
}
.srv-card .desc {
    font-size: 15px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    margin-top: 20px;
    width: 60%;
    text-align: center;
    text-transform: uppercase;
}
.srv-card:hover {
    background: #ffffff;
}
.srv-card:hover .iconfont {
    color: #006bcb;
}
.srv-card:hover .num {
    color: #aaaaaa;
}
.srv-card:hover .name {
    color: #000000;
}
.srv-card:hover .desc {
    color: rgba(136, 136, 136, 0.5);
}

.home-news {
    padding: 80px 0;
    border-bottom: 1px solid #f1f1f1;
}
.home-news .news-item .title {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-news .news-item .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #777777;
    margin: 22px 0;
}
.home-news .news-list .news-item {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px dashed #dedede;
    margin-bottom: 30px;
}
.home-news .news-list .news-item .desc {
    height: 50px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.coop-container {
    padding: 0 30px;
    position: relative;
    margin-top: 50px;
}
.coop-container .coop-btns {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    z-index: 30;
    height: 25px;
    margin: auto 0;
    pointer-events: none;
}
.coop-container .coop-btns .iconfont {
    pointer-events: all;
    font-size: 20px;
    cursor: pointer;
}
.coop-container .coop-swiper {
    position: relative;
    overflow: hidden;
    height: 100px;
}
.coop-container .swiper-slide {
    height: 100%;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coop-container .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.pro-describe {
    width: 750px;
}
.pro-describe .descride {
    padding: 30px 0 40px 0;
    border-bottom: 1px solid #eeeeee;
}
.pro-describe .descride > h3 {
    font-size: 26px;
    font-weight: 400;
    color: #000000;
}
.pro-describe .descride > p {
    font-size: 15px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #555555;
    line-height: 26px;
    margin-top: 30px;
}
.pro-describe .phone {
    width: 220px;
    height: 50px;
    background: #ffffff;
    border: 2px solid #2357e3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #2357e3;
}
.pro-describe .phone .iconfont {
    font-size: 23px;
    margin-right: 10px;
}
.pro-describe .return-btn {
    width: 130px;
    height: 50px;
    background: #2357e3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.detailed-description .head {
    height: 60px;
    background: #f3f3f3;
    display: flex;
}
.detailed-description .head > span {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-color: #2357e3;
}
.detailed-description .desc {
    margin-top: 40px;
}
.detailed-description .desc h4 {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
}
.detailed-description .desc p {
    color: #555555;
    font-size: 16px;
    margin-top: 15px;
}

.sub-act-list .li {
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
}
.sub-act-list .li:last-child {
    border-bottom: 0;
}
.sub-act-list .a {
    display: flex;
}
.sub-act-list .a:hover img {
    transform: scale(1.5);
}
.sub-act-list .a .img {
    width: 275px;
    height: 180px;
    flex-shrink: 0;
    overflow: hidden;
}
.sub-act-list .a .img img {
    width: 100%;
    height: 100%;
    transition: all 2s;
}
.sub-act-list .a .desc {
    width: calc(100% - 275px - 30px);
    margin-left: auto;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
}
.sub-act-list .a .desc > h4 {
    font-size: 22px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #000000;
}
.sub-act-list .a .desc > p {
    font-size: 15px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #777777;
    line-height: 26px;
    margin: auto 0;
}
.sub-act-list .a .desc span {
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #777777;
}

.course-list .course-item {
    display: flex;
}
.course-list .course-item .img {
    width: 530px;
    height: 335px;
}
.course-list .course-item .img img {
    width: 100%;
    height: 100%;
}
.course-list .course-item .desc {
    width: calc(100% - 530px - 155px);
    margin-right: auto;
    padding: 45px 0;
    display: flex;
    flex-direction: column;
}
.course-list .course-item .desc .desc-info_box {
    margin-top: auto;
    width: 100%;
    height: 160px;
    overflow: auto;
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #444444;
    line-height: 34px;
}
.course-list .course-item .desc .desc-info_box::-webkit-scrollbar {
    width: 4px;
}
.course-list .course-item .desc .desc-info_box::-webkit-scrollbar-thumb {
    background-color: #006bcb;
}
.course-list .course-item .desc .desc-info_box::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.course-swiper_container {
    display: flex;
    align-items: center;
    margin-top: 65px;
}
.course-swiper_container .course-btn {
    height: 50px;
    width: 50px;
    background: #ffffff;
    border: 2px solid #dedede;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.course-swiper_container .course-btn .iconfont {
    font-size: 18px;
    color: #808080;
}
.course-swiper_container .swiper-button-disabled {
    opacity: 0.4;
}
.course-swiper_container .course-swiper {
    overflow: hidden;
    flex: 1;
    position: relative;
}
.course-swiper_container .course-time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    cursor: pointer;
}
.course-swiper_container .course-time .line {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-swiper_container .course-time .line::after, .course-swiper_container .course-time .line::before {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background-color: #dddddd;
}
.course-swiper_container .course-time .dot {
    display: block;
    width: 12px;
    height: 12px;
    background: #dddddd;
    border-radius: 50%;
}
.course-swiper_container .course-time .value {
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #999999;
    margin-top: 16px;
}
.course-swiper_container .course-time-active .dot {
    border: 3px solid #2357e3;
    background-color: transparent;
}
.course-swiper_container .course-time-active .value {
    color: #2357e3;
}

.rich-text {
    font-family: Microsoft YaHei UI;
    font-size: 15px;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
}
.rich-text img{
    max-width: 100%;
    height: auto;
}

.sub-banner {
    position: relative;
    min-width: 1200px;
    width: 100%;
}
.sub-banner img {
    width: 100%;
}
.sub-banner .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.sub-banner .title h2 {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 50px;
}
.sub-banner .title span {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 42px;
}

.honor-ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.honor-ul .honor-item {
    width: 280px;
    height: 264px;
    background: #f7f7f7;
    padding: 30px;
    box-sizing: border-box;
    margin-right: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.honor-ul .honor-item .a {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.honor-ul .honor-item .img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    transition:All 0.4s ease-in-out;

}
.honor-ul .honor-item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;

}
.honor-ul .honor-item .img img:hover{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}
.honor-ul .honor-item .desc {
    margin-top: auto;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}
.honor-ul .honor-item:nth-child(4n) {
    margin-right: 0;
}


.index-title{
    text-align: center;
    margin-bottom: 60px;
}
.index-title h1{
    font-size: 46px;
    height: 80px;
    line-height: 80px;
}
.index-title p{
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    text-transform: uppercase;
}




.xwd-capition{width:100%;height:118px;}
.xwd_title{font-size:26px;color:#222222;padding-top:20px;width:100%;text-align:center;}
.xwd_time{font-size:14px;color:#aaaaaa;margin-top:20px;width:100%;text-align:center;}
.xwd-content{width:100%;min-height:100px;color:#666666;font-size:14px;line-height:28px;margin-top:20px;margin-bottom:30px;}
.xwd-cut{width:100%;border-top:1px solid #ededed;height:90px;margin-bottom:30px;}
.xwd-cut a:hover{color:#0d5bb1;}
.xwdc-left{height:100%;width:48%;float: left}
.xwdc-left>a{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666666;line-height:45px;}
.xwdc-right{width:48%;height:100%;float: right;}
.xwdc-right>a{display:block;width:100%;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666666;line-height:45px;}



/* 投资者关系 */
        .investor{padding:50px 0;}
        .investor .list{display:flex;justify-content:space-between;flex-wrap:wrap;}
        .investor .list .lt{width:49%;background-color:#e7eff9;padding:60px;}
        .investor .list .lt .content{display:flex;flex-direction:column;justify-content:center;height:100%;}
        .investor .list .lt .t01{font-size:30px;color:#001f2b;margin-bottom:20px;}
        .investor .list .lt .num{line-height:0.8;}
        .investor .list .lt .t02{color:#e21007;font-size:18px;display:flex;align-items:flex-end;flex-wrap:wrap;}
        .investor .list .lt .t02 .price{font-size:66px;position:relative;line-height:1;width:auto;display:flex;align-items:flex-end;}
        .investor .list .lt .t02 .price i{font-size:20px;font-style:inherit;}
        .investor .list .lt .t02 .tbo.up{background-image:url(../images/up_icon01.png);}
        .investor .list .lt .t02 .tbo{position:relative;background-position:center left;background-repeat:no-repeat;padding-left:15px;line-height:1;margin-left:15px;}
        .investor .list .lt .t02 .tbo.down{position:relative;background-image:url(../images/down_icon01.png);background-position:center left;background-repeat:no-repeat;padding-left:15px;line-height:1;margin-left:15px;color:#29b54e;}
        .investor .list .desc01{font-size:14px;color:#70858c;margin-top:30px;}
        .investor .list .ulist{display:flex;justify-content:space-between;margin-top:70px;flex-wrap:wrap;}
        .investor .list .ulist .uitem{padding-left:25px;border-left:1px solid #b9c5d0;margin-bottom:2%;}
        .investor .list .ulist .u_t01{font-size:14px;color:#001f2b;}
        .investor .list .ulist .u_t02{font-size:30px;color:#e21007;margin-top:15px;}
        .investor .list .lr{width:49%;position:relative;}
        .investor .list .lr .imgbox{height:100%;}
        .investor .list .lr img{height:100%;width:100%;object-fit:cover;}
        .investor .list .text{position:absolute;left:0;right:0;top:35%;text-align:center;}
        .investor .list .text .title{font-size:56px;color:#fff;}
        .investor .list .text .desc{font-size:16px;color:#fff;margin-top:30px;}
        @media (max-width:1459px){.investor{padding:100px 0;}
.investor .list .text .title{font-size:45px;}
        }
        @media (max-width:1024px){.investor{padding:50px 0;}
.investor .list .lt .t02 .price{font-size:36px;}
.investor .list .lt{padding:30px;}
.investor .list .lt .t01{font-size:24px;}
.investor .list .desc01{margin-top:20px;}
.investor .list .ulist{margin-top:40px;}
.investor .list .ulist .uitem{padding-left:10px;}
.investor .list .ulist .u_t02{font-size:16px;margin-top:5px;}
.investor .list .ulist .u_t01{font-size:16px;}
.investor .list .lt .t02 .tbo{margin-top:20px;margin-left:0;}
.investor .list .text .title{font-size:24px;}
        }
        @media (max-width:768px){.investor .list .lt{width:100%;}
.investor .list .lr{width:100%;}
.investor{padding:40px 0 20px;}
        }
       .contact01 .item .imgbox{min-width:0;width:40px;flex:0 0 auto;}
.contact01 .item{width:24%;}
.contact01 .item .t01{font-size:18px;}
.contact01 .item .t02{font-size:22px;}
.contact01 .item .t03{font-size:18px;}
.invBox{margin-top:20px;padding:60px;font-size:18px;background:#e7eff9;}
.invBox .it{display:inline-block;vertical-align:middle;margin-right:40px;}
.invBox .it .c{color:#1a479b;font-size:24px;padding-left:5px;}
.invBox .it span{display:inline-block;vertical-align:middle;}
@media(max-width:600px){.contact01 .item{width:49%;text-align:left;margin-bottom:20px;justify-content:flex-start;}
.contact01 .item .t01{font-size:14px;}
.contact01 .item .t02{font-size:16px;}
.contact01 .item .t03{font-size:14px;}
.invBox{padding:30px;font-size:16px;}
.invBox .it{display:block;margin-bottom:10px;}
.invBox .it .c{font-size:20px;}
}
.outLink{text-align:right;margin-top:26px;}
.outLink a{color:#333;}
.outLink a:hover{color:#1a479b;text-decoration:underline;}
.invBox .it span i{display:block;width:40px;height:40px;background-size:contain;background-repeat:no-repeat;background-position:center;}
.icon-tel{background-image:url(../images/tel.png);}
.icon-email{background-image:url(../images/email.png);}

        
