/*reset.css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.cf:before, .cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

.clear {
    clear: both
}

.layerTop {
    height: .98rem;
}

.header {
    width: 100%;
    height: .98rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 0 .05rem rgba(153, 149, 149, 0.5);
}

.header .logo a {
    height: .98rem;
    display: flex;
    align-items: center;
}

.header .logo img {
    height: .5rem;
    padding-left: .24rem;
}

.header .menu {
    position: absolute;
    top: 0;
    right: 0;
    width: .88rem;
    height: .98rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .menu i {
    display: inline-block;
    width: .46rem;
    height: .38rem;
    background: url('../images/icon_meun.png') no-repeat;
    background-size: cover;
}

.header .menu_list {
    position: relative;
    z-index: 100000;
    transition: all .3s;
    width: 5.9rem;
    height: 100%;
    position: fixed;
    top: 0;
    right: -5.9rem;
    background: #466ccd;
    padding: 0 .3rem;
    box-sizing: border-box;
}

.header .menu_list_show {
    right: 0;
}

.header .menu_list li {
    border-bottom: 1px dashed #617fd2;
}

.header .menu_list a {
    font-size: .32rem;
    color: #fff;
    display: flex;
    padding: .54rem 0;
    align-items: center;
}

.header .menu_list li a span {
    font-size: .32rem;
    color: #fff;
}

.header .menu_list a::after {
    content: '';
    display: inline-block;
    width: .19rem;
    height: .37rem;
    background: url('../images/navIcon_arrow.png') no-repeat;
    background-size: cover;
}

.header .menu_list a::before {
    margin: 0 .35rem;
    display: inline-block;
    content: '';
    width: .42rem;
    height: .38rem;
}

.header .menu_list a.home::before {
    background: url('../images/navIcon_home.png') no-repeat center center;
    background-size: .35rem .36rem;
}

.header .menu_list a.web::before {
    background: url('../images/navIcon_web.png') no-repeat center center;
    background-size: .35rem .35rem;
}

.header .menu_list a.crm::before {
    background: url('../images/navIcon_crm.png') no-repeat center center;
    background-size: .42rem .28rem;
}

.header .menu_list a.service::before {
    background: url('../images/navIcon_service.png') no-repeat center center;
    background-size: .38rem .38rem;
}

.header .menu_list a.about::before {
    background: url('../images/navIcon_about.png') no-repeat center center;
    background-size: .38rem .38rem;
}

.header .menu_list span {
    display: inline-block;
    width: 3.9rem;
}

.header .menu_list li.cur a {
    color: #56d7fe;
}

.header .menu_list li.cur a span {
    color: #56d7fe;
}

.header .menu_list li.cur a::after {
    background: url('../images/navIcon_arrow_on.png') no-repeat;
    background-size: cover;
}

.header .menu_list li.cur a.home::before {
    background: url('../images/navIcon_home_on.png') no-repeat center center;
    background-size: .35rem .36rem;
}

.header .menu_list li.cur a.web::before {
    background: url('../images/navIcon_web_on.png') no-repeat center center;
    background-size: .35rem .35rem;
}

.header .menu_list li.cur a.crm::before {
    background: url('../images/navIcon_crm_on.png') no-repeat center center;
    background-size: .42rem .28rem;
}

.header .menu_list li.cur a.service::before {
    background: url('../images/navIcon_service_on.png') no-repeat center center;
    background-size: .38rem .38rem;
}

.header .menu_list li.cur a.about::before {
    background: url('../images/navIcon_about_on.png') no-repeat center center;
    background-size: .38rem .38rem;
}

footer {
    background: #070612;
    padding: .45rem 0;
}

footer p {
    font-size: .24rem;
    color: #6a6978;
    text-align: center;
    line-height: 1.8;
}

footer p a {
    color: #6a6978;
    font-size: .24rem;
}

.title {
    padding-top: .66rem;
    text-align: center;
}

.title h3 {
    font-size: .36rem;
    color: #111111
}

.title h4 {
    font-size: .18rem;
    color: #dcdcdc;
    text-transform: uppercase;
    padding-top: .06rem;
}

.title .line {
    width: 2.86rem;
    border-bottom: 0.02rem solid #e3e5e9;
    margin: .12rem auto;
    position: relative;
}

.title .line::before {
    content: '';
    display: inline-block;
    width: .18rem;
    height: .03rem;
    background: #2c98fc;
    position: absolute;
    left: 50%;
    margin-left: -0.18rem;
    top: -0.01rem;
}

.title .line::after {
    content: '';
    display: inline-block;
    width: .18rem;
    height: .03rem;
    background: #56d7fe;
    position: absolute;
    left: 50%;
    margin-right: -0.09rem;
    top: -0.01rem;
}

.title p {
    font-size: .24rem;
    color: #999999;
}

.index_title {
    text-align: center;
    padding-top: .6rem;
}

.index_title h3 {
    font-size: .5rem;
    color: #ffffff;
    font-weight: bold;
}

.index_title h4 {
    font-size: .3rem;
    color: #ffffff;
    padding-top: .1rem;
}

.index_title b {
    display: inline-block;
    width: .43rem;
    height: .07rem;
    background: #f5faff;
    margin-top: .3rem;
}

.index_title dl dt {
    font-size: .24rem;
    color: #111111;
    margin-top: .2rem;
    font-weight: bold;
}

.index_title dl dd {
    font-size: .24rem;
    color: #666666;
    margin-top: .1rem;
}

.titleBlue h3 {
    color: #466ccd;
}

.titleBlue h4 {
    color: #000001;
}

.titleBlue b {
    background: #466ccd;
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    font-size: 0;
    float: left;
}

.banner .swiper-pagination-bullet {
    width: 1rem;
    height: 0.04rem;
    background: #e0e9f5;
    transition: all .5s;
    border-radius: 0;
    position: relative;
    top: 0;
}

.banner .swiper-pagination-bullet-active {
    background: #56d7fe;
    height: 0.08rem;
    top: 0.02rem;
}

/* .data_loop{width: 100%;}
.data_loop .contBox{position: relative;}
.data_loop .contBox .textBox{position: absolute;padding-left: 0.2rem;padding-top: 1rem;}
.data_loop .contBox .textBox h3{width: 100%;text-align: right;}
.data_loop .contBox .textBox h3 span{float: right;line-height: .45rem;display: block;font-size: .26rem;width: 2.2rem;border-bottom: 0.02rem solid #cdcdcd;text-align: center;color: #111111;}
.data_loop .contBox .textBox p{box-sizing: border-box;line-height: 1.5; font-size: .22rem;color: #666666;width: 4.24rem;text-align: right;padding-right: .4rem;}
.data_loop .contBox .textBox li {display: flex;margin-bottom: .25rem;}
.data_loop .contBox .textBox li i{display: inline-block;width: .78rem;height: .78rem;}
.data_loop .contBox .textBox ul li:nth-child(1){width: 5.3rem;margin-left: 1rem;}
.data_loop .contBox .textBox ul li:nth-child(1) i{background: url('../images/icon_dataLoop01.png') no-repeat;background-size: cover;}
.data_loop .contBox .textBox ul li:nth-child(1) p{width: 4.24rem;}
.data_loop .contBox .textBox ul li:nth-child(2){width: 4.1rem;margin-left: .8rem;}
.data_loop .contBox .textBox ul li:nth-child(2) i{background: url('../images/icon_dataLoop02.png') no-repeat;background-size: cover;}
.data_loop .contBox .textBox ul li:nth-child(2) p{width: 3rem;}
.data_loop .contBox .textBox ul li:nth-child(3){width: 3.9rem;margin-left: .2rem;}
.data_loop .contBox .textBox ul li:nth-child(3) i{background: url('../images/icon_dataLoop03.png') no-repeat;background-size: cover;}
.data_loop .contBox .textBox ul li:nth-child(3) p{width: 2.95rem;}
.data_loop .contBox .textBox ul li:nth-child(4){width: 4rem;margin-left: .2rem;}
.data_loop .contBox .textBox ul li:nth-child(4) i{background: url('../images/icon_dataLoop04.png') no-repeat;background-size: cover;}
.data_loop .contBox .textBox ul li:nth-child(4) p{width: 3.12rem;}
.data_loop .contBox .textBox ul li:nth-child(5){width: 5.1rem;}
.data_loop .contBox .textBox ul li:nth-child(5) i{background: url('../images/icon_dataLoop05.png') no-repeat;background-size: cover;}
.data_loop .contBox .textBox ul li:nth-child(5) p{width: 4.25rem;}
.data_loop .contBox .textBox ul li:nth-child(6){width: 6.66rem;}
.data_loop .contBox .textBox ul li:nth-child(6) i{background: url('../images/icon_dataLoop06.png') no-repeat;background-size: cover;}
.data_loop .contBox .textBox ul li:nth-child(6) p{width:5.75rem;}
.data_loop .picBox{ width: 4.54rem;height: 10.5rem;background: url('../images/pic_dataLoop.png') no-repeat;background-size: cover;float: right;} */
.data_loop img {
    width: 100%;
}

.webBox_index {
    background-image: -moz-linear-gradient(0deg, rgb(63, 76, 179) 0%, rgb(80, 155, 238) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(63, 76, 179) 0%, rgb(80, 155, 238) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(63, 76, 179) 0%, rgb(80, 155, 238) 100%);
}

.webBox_index .cont {
    height: 4.65rem;
    overflow: hidden;
    margin-top: .3rem;
    text-align: left;
    padding-left: .15rem;
    box-sizing: border-box;
    position: relative;
}

.content .webBox_index img {
    width: 5.23rem;
}

.webBox_index ul {
    position: absolute;
    top: 1.05rem;
    right: .3rem;
}

.webBox_index ul li {
    font-size: .22rem;
    color: #fff;
    margin-bottom: .4rem;
}

.webBox_index ul li::before {
    margin-right: .1rem;
    display: inline-block;
    content: '';
    width: .16rem;
    height: .16rem;
    background: url('../images/icon_indexList.png') no-repeat;
    background-size: cover;
}

.crmBox_index ul {
    padding-top: .25rem;
}

.crmBox_index ul li {
    font-size: .22rem;
    color: #000000;
    width: 33.33%;
    margin-bottom: .2rem;
}

.crmBox_index ul li::before {
    margin-right: .1rem;
    display: inline-block;
    content: '';
    width: .16rem;
    height: .16rem;
    background: url('../images/icon_indexList_on.png') no-repeat;
    background-size: cover;
}

.crmBox_index ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: .9rem;
}

.crmBox_index .cont {
    height: 3.69rem;
    overflow: hidden;
    text-align: center;
    padding-top: .1rem;
}

.crmBox_index img {
    width: 100%
}

.serviceBox_index {
    background: #eef6ff;
}

.serviceBox_index ul {
    padding-top: .25rem;
}

.serviceBox_index ul li {
    font-size: .22rem;
    color: #000000;
    width: 33.33%;
    margin-bottom: .2rem;
}

.serviceBox_index ul li::before {
    margin-right: .1rem;
    display: inline-block;
    content: '';
    width: .16rem;
    height: .16rem;
    background: url('../images/icon_indexList_on.png') no-repeat;
    background-size: cover;
}

.serviceBox_index ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: .9rem;
}

.serviceBox_index .cont {
    height: 5.05rem;
    overflow: hidden;
    text-align: center;
    padding-top: .1rem;
}

.serviceBox_index img {
    width: 100%;
}

.systemBox {
    background: url('../images/Bg_system.png') no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: .5rem;
}

.systemBox .title {
    padding-top: .3rem;
}

.systemBox .title h3 {
    color: #fff;
}

.systemBox .title p {
    color: #fff;
}

.systemBox .title .line {
    width: 4.86rem;
}

.systemBox ul {
    padding: .4rem .4rem 0;
}

.systemBox ul li {
    padding: 0 .36rem;
    box-sizing: border-box;
    margin-bottom: .3rem;
    width: 100%;
    height: 2.33rem;
    background: #fff;
    box-shadow: 0px 0px 21px 0px rgba(20, 33, 86, 0.4);
    border-radius: 0 .2rem .2rem .2rem;
}

.systemBox ul li h3 {
    display: flex;
    align-items: center;
    padding-top: .42rem;
}

.systemBox ul li:last-child h3 {
    padding-top: .32rem;
}

.systemBox ul li h3 span {
    font-size: .3rem;
    color: #000000;
    font-weight: bold;
}

.systemBox ul li h3::before {
    margin-right: .2rem;
    content: '';
    display: block;
    width: .54rem;
    height: .54rem;
    background: url('../images/icon_system01.png') no-repeat;
    background-size: cover;
}

.systemBox ul li:last-child h3::before {
    content: '';
    display: inline-block;
    width: .59rem;
    height: .54rem;
    background: url('../images/icon_system02.png') no-repeat;
    background-size: cover;
}

.systemBox ul li p {
    font-size: .24rem;
    color: #666666;
    padding-top: .2rem;
    line-height: 1.8;
}

.systemBox ul li:last-child p {
    padding-top: .1rem;
}


.processBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 .3rem;
}

.processBox ul li {
    width: 33.33%;
    text-align: center;
    margin-top: .4rem;
}

.processBox ul li .icon {
    display: inline-block;
    width: 1.18rem;
    height: 1.36rem;
    background: url('../images/Bg_processIcon.png') no-repeat;
    background-size: cover;
}

.processBox ul li .icon::before {
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/icon_process01.png') no-repeat center center;
    background-size: .42rem .37rem;
}

.processBox ul li h3 {
    font-size: .3rem;
    color: #111111;
    margin-top: .12rem;
}

.processBox ul li h4 {
    font-size: .16rem;
    color: #cbcbcb;
    text-transform: uppercase;
    margin-top: .05rem;
}

.processBox ul li p {
    font-size: .24rem;
    color: #666666;
    line-height: 1.8;
    margin-top: .1rem;
}

.classroomBox {
    position: relative;
    padding-top: .4rem;
    box-sizing: border-box;
    background: url('../images/Bg_classroom.jpg') no-repeat;
    background-size: cover;
    height: 6.71rem;
}

.classroomBox .text {
    padding-left: .3rem;
    padding-top: .46rem;
}

.classroomBox .text h3 {
    font-size: .54rem;
    color: #ffffff;
    font-weight: bold;
}

.classroomBox .text h4 {
    font-size: .24rem;
    color: #ffffff;
    padding-top: .12rem;
    padding-bottom: .4rem;
}

.classroomBox .text dl {
    padding-bottom: .3rem;
}

.classroomBox .text dl dt {
    position: relative;
}

.classroomBox .text dl dt span {
    padding-left: .28rem;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 0 .5rem .5rem 0;
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 2.3rem;
    height: .5rem;
    line-height: .5rem;
    background-image: -moz-linear-gradient(0deg, rgb(85, 82, 240) 0%, rgb(73, 180, 252) 99%);
    background-image: -webkit-linear-gradient(0deg, rgb(85, 82, 240) 0%, rgb(73, 180, 252) 99%);
    background-image: -ms-linear-gradient(0deg, rgb(85, 82, 240) 0%, rgb(73, 180, 252) 99%);
}

.classroomBox .text dl dt::after {
    content: '';
    display: inline-block;
    width: 2rem;
    height: .5rem;
    position: absolute;
    right: .5rem;
    background-image: -moz-linear-gradient(0deg, rgba(34, 59, 169, 1) 0%, rgba(34, 59, 169, 0) 99%);
    background-image: -webkit-linear-gradient(0deg, rgba(34, 59, 169, 1) 0%, rgba(34, 59, 169, 0) 99%);
    background-image: -ms-linear-gradient(0deg, rgba(34, 59, 169, 1) 0%, rgba(34, 59, 169, 0) 99%);
}

.classroomBox .text dl dd {
    font-size: .22rem;
    color: #ffffff;
    width: 3.56rem;
    padding-top: .2rem;
    line-height: 1.5;
}

.classroomBox .text dl dt i {
    vertical-align: -0.03rem;
    margin-right: .16rem;
    display: inline-block;
    width: .31rem;
    height: .25rem;
    background: url('../images/icon_video.png') no-repeat center center;
    background-size: .31rem .19rem;
}

.classroomBox .text dl.live dt i {
    display: inline-block;
    width: .31rem;
    height: .25rem;
    background: url('../images/icon_live.png') no-repeat center center;
    background-size: .25rem .22rem;
}

.classroomBox .cont {
    width: 3.59rem;
    position: absolute;
    right: 0;
    top: .4rem;
}

.classroomBox .cont img {
    width: 100%;
}

.bankBox {
    background: #f7f7f7;
    padding-bottom: .7rem;
}

.bankBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: .2rem .2rem 0;
    box-sizing: border-box;
}

.bankBox ul li {
    width: 30%;
    position: relative;
    text-align: center;
    margin-bottom: .1rem;
}

.bankBox ul li .icon {
    display: inline-block;
    width: .6rem;
    height: .58rem;
    margin: .3rem 0;
}

.bankBox ul li .cont {
    border-top: .06rem solid #000;
    position: relative;
    background: #fff;
    padding: .2rem 0;
}

.bankBox ul li .cont::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 0.2rem solid #000;
    border-left: 0.2rem solid transparent;
    border-right: 0.2rem solid transparent;
    position: absolute;
    top: -0.25rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.bankBox ul li .cont h3 {
    font-size: .28rem;
    color: #466ccd;
    font-weight: bold;
}

.bankBox ul li .cont p {
    font-size: .24rem;
    color: #666666;
    line-height: 1.8;
    margin-top: .1rem;
}

.bankBox ul li:nth-child(1) .icon {
    background: url('../images/icon_bank01.png') no-repeat center center;
    background-size: .59rem .55rem;
}

.bankBox ul li:nth-child(2) .icon {
    background: url('../images/icon_bank02.png') no-repeat center center;
    background-size: .58rem .58rem;
}

.bankBox ul li:nth-child(3) .icon {
    background: url('../images/icon_bank03.png') no-repeat center center;
    background-size: .6rem .51rem;
}

.bankBox ul li:nth-child(4) .icon {
    background: url('../images/icon_bank04.png') no-repeat center center;
    background-size: .54rem .54rem;
}

.bankBox ul li:nth-child(5) .icon {
    background: url('../images/icon_bank05.png') no-repeat center center;
    background-size: .54rem .58rem;
}

.bankBox ul li:nth-child(6) .icon {
    background: url('../images/icon_bank06.png') no-repeat center center;
    background-size: .52rem .52rem;
}

.educational {
    padding-bottom: .6rem;
    background: #fff;
}

.educational .cont {
    padding-top: .22rem;
}

.educational .cont img {
    width: 100%;
}

.toolBox {
    background: #282b43;
}

.toolBox .title h3 {
    color: #fff;
}

.toolBox .title p {
    color: #fff;
}

.toolBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .66rem .3rem 0;
    box-sizing: border-box;
}

.toolBox ul li {
    text-align: center;
    width: 1.94rem;
    border: 0.04rem solid #44486e;
    height: 3.54rem;
    margin-bottom: .6rem;
    position: relative;
}

.toolBox ul li b::before {
    display: block;
    content: '';
    width: 100%;
    height: 0.04rem;
    background-color: #2c98fc;
    margin-bottom: .2rem;
}

.toolBox ul li b {
    position: absolute;
    top: -0.3rem;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    display: inline-block;
    width: .36rem;
    height: .9rem;
    background: #fff;
    font-size: .24rem;
    color: #282b43;
    font-weight: bold;
    border-left: 0.1rem solid #282b43;
    border-right: 0.1rem solid #282b43;
}

.toolBox ul li .icon {
    display: inline-block;
    width: .39rem;
    height: .39rem;
    margin-top: .8rem;
}

.toolBox ul li h3 {
    font-size: .28rem;
    color: #ffffff;
    padding-top: .1rem;
    font-weight: bold;
}

.toolBox ul li p {
    font-size: .24rem;
    color: #979ab2;
    padding: 0 .22rem;
    text-align: left;
    margin-top: .1rem;
    line-height: 1.6;
}

.toolBox ul li:nth-child(1) .icon {
    background: url('../images/icon_tools01.png') no-repeat center center;
    background-size: .35rem .38rem;
}

.toolBox ul li:nth-child(2) .icon {
    background: url('../images/icon_tools02.png') no-repeat center center;
    background-size: .35rem .36rem;
}

.toolBox ul li:nth-child(3) .icon {
    background: url('../images/icon_tools03.png') no-repeat center center;
    background-size: .39rem .39rem;
}

.toolBox ul li:nth-child(4) .icon {
    background: url('../images/icon_tools04.png') no-repeat center center;
    background-size: .37rem .33rem;
}

.toolBox ul li:nth-child(5) .icon {
    background: url('../images/icon_tools05.png') no-repeat center center;
    background-size: .39rem .3rem;
}

.toolBox ul li:nth-child(6) .icon {
    background: url('../images/icon_tools06.png') no-repeat center center;
    background-size: .35rem .35rem;
}

.analysisBox {
    padding-bottom: .4rem;
}

.analysisBox .cont {
    margin-top: .4rem;
}

.analysisBox .cont img {
    width: 100%;
}

.studyBox {
    background: #f7f7f7;
    padding-bottom: .4rem;
}

.studyBox .cont {
    margin-top: .2rem;
}

.cont img {
    width: 100%;
}

.crm_title {
    text-align: center;
}

.crm_title h3 {
    font-size: .46rem;
    color: #111111;
    padding-top: .55rem;
}

.crm_title b {
    display: inline-block;
    width: .49rem;
    height: .09rem;
    background: #466ccd;
    margin-top: .2rem;
}

.crm_title p {
    font-size: .24rem;
    color: #666666;
    width: 5.68rem;
    margin: .2rem auto 0;
    line-height: 1.6;
    text-align: center;
}

.crm_content .listBox {
    padding-bottom: .4rem;
}

.content .listBox:nth-child(2n) {
    background: #eef7ff;
}

.crm_content .cont {
    padding-top: .3rem;
}

.service_title p {
    font-size: .24rem;
    color: #666666;
    width: 6.7rem;
    margin: .2rem auto 0;
    line-height: 1.6;
}

.aboutBox {
    padding-bottom: .6rem;
}

.aboutBox .cont {
    padding-top: .35rem;
}

.aboutBox .pic {
    margin-left: .7rem;
    background: #466ccd;
    padding: .36rem .58rem .36rem .36rem;
}

.aboutBox .pic img {
    width: 100%;
}

.aboutBox .text p {
    font-size: .26rem;
    color: #111111;
    text-align: center;
    line-height: 1.8;
    margin-top: .45rem;
}

.cultureBox {
    background: #f7f7f7;
    padding-bottom: .7rem;
}

.cultureBox ul {
    display: flex;
    padding: .35rem .18rem 0;
}

.cultureBox ul li {
    flex: 1;
    height: 4.13rem;
    padding-left: .4rem;
    box-sizing: border-box;
    padding-top: .76rem;
}

.cultureBox ul li:nth-child(1) {
    background: url('../images/Bg_culture01.png') no-repeat;
    background-size: cover;
}

.cultureBox ul li:nth-child(2) {
    background: url('../images/Bg_culture02.png') no-repeat;
    background-size: cover;
}

.cultureBox ul li:nth-child(3) {
    background: url('../images/Bg_culture03.png') no-repeat;
    background-size: cover;
}

.cultureBox ul li .icon {
    display: inline-block;
    width: .62rem;
    height: .59rem;
}

.cultureBox ul li:nth-child(1) .icon {
    background: url('../images/icon_culture01.png') no-repeat center;
    background-size: .58rem .58rem;
}

.cultureBox ul li:nth-child(2) .icon {
    background: url('../images/icon_culture02.png') no-repeat center;
    background-size: .62rem .55rem;
}

.cultureBox ul li:nth-child(3) .icon {
    background: url('../images/icon_culture03.png') no-repeat center;
    background-size: .56rem .52rem;
}

.cultureBox ul li h3 {
    font-size: .3rem;
    color: #fff;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.cultureBox ul li p {
    font-size: .24rem;
    color: #fff;
    line-height: 1.6;
}
