/* tab标题 */
.tabTit{
    border-bottom: 1px solid #c5c5c5;
}
.tabTit ul{
    display: flex;
    justify-content: space-between;
}
.tabTit ul li{
    height: 40px;
}
.tabTit ul li a{
    display: block;
    line-height: 40px;
    color: #666666;
    font-size: 16px;
}
.tabTit ul li a.hover{
    color: #1374f6;
    border-bottom: 2px solid #1374f6;
}

/* 简介 */
.about_bj{
    background: url(../img/about_bj.jpg) center top no-repeat;
    overflow: hidden;
}
.about_bj .cont01{
    display: flex;
    justify-content: space-between;
}
.about_bj .cont01 .imgBox{
    margin-left: 30px;
    width: 254px;
    margin-top: 30px;
}
.about_bj .cont01 .imgBox img{
    width: 100%;
}
.about_bj .cont01 .txtBox{
    width: 800px;
}
.about_bj .cont01 .txtBox div.t{
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}
.about_bj .cont01 .txtBox div.t::after{
    content: '';
    display: block;
    width: 108px;
    background: #1374f6;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.about_bj .cont01 .txtBox div.c{
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}
.about_bj .cont01 .txtBox div.c p.b{
    font-weight: bold;
}
.about_bj .cont01 .txtBox div.f{
    font-size: 20px;
    color: #333333;
    margin-top: 40px;
    line-height: 180%;
}
.about_bj .cont02{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top: 90px;
    background: #fff;
    border-radius: 10px;
}
.about_bj .cont02 li{
    width: 300px;
    height: 285px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}
.about_bj .cont02 li:hover{
    transform: scale(1.1);
}
.about_bj .cont02 li div.img, .about_bj .cont02 li div.txt{
    text-align: center;
    margin-top: 40px;
}
.about_bj .cont02 li div.img img{
    width: 130px;
}
.about_bj .cont02 li div.txt{
    height: 130px;
    line-height: 130px;
    font-size: 50px;
    color: #000000;
}
.about_bj .cont02 li span{
    display: block;
    text-align: center;
    color: rgba(0, 0, 0, .6);
    font-size: 18px;
    font-weight: bold;
    /* margin-top: 10px; */
    font-family: '"SourceHanSansCN-Medium"';
}

.about_bj .cont02 li:hover{
    background: #1374f6;
    z-index: 1;
}
.about_bj .cont02 li:hover div.txt, .about_bj .cont02 li:hover span{
    color: #fff;
}


/* 发展历程 */
.box02 {
    width: 100%;
    /* height: 800px; */
    position: relative;
    z-index: 0;
}

.box02 .mtitle {
    text-align: center;
    /* margin-top: 120px; */
    /* margin-bottom: 60px; */
    position: relative;
}

.box02 .mtitle a {
    display: block;
}

.box02 .mtitle p {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    /* font-family: 'Source Han Sans CN'; */
    line-height: 35px;
    text-align: center;
    margin-top: 26px;
}

.box02 .mbody {
    width: 100%;
    position: relative;
    height: 600px;
}

/* demo */

.roundabout-holder {
    list-style: none;
    height: 389px;
    width: 1000px;
    margin: 0 auto;
}

.roundabout-moveable-item {
    font-size: 12px !important;
    height: 302px;
    width: 535px;
    cursor: pointer;
    border: solid 1px #dcdcdc;
    position: relative;
}

.roundabout-moveable-item img {
    height: 100%;
    width: 100%;
    margin: 0;
}

.roundabout-moveable-item .intr {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
}

.roundabout-moveable-item .intr p {
    margin: 58px;
}

.roundabout-moveable-item .intrdate {
    position: absolute;
    bottom: -100px;
}

.roundabout-in-focus {
    cursor: pointer;
}

.roundabout-in-focus:hover {}

.roundabout-in-focus:hover .intr {}

.roundabout-holder span {
    display: none;
    font-size: 11px;
}

.roundabout-in-focus:hover span {
    display: inline;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 0px 0px;
    background: #f9f9f9;
    color: #8A428B;
    z-index: 999;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topLeft: 5px;
    font-size: 11px;
    border-left: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
}

.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
    outline: none;
    text-decoration: none;
}

.roundabout li {
    margin: 0;
}

.box02 .mbody>a {
    position: absolute;
    display: block;
    width: 19px;
    height: 47px;
    z-index: 1005;
    bottom: 95px;
}

.box02 .mbody>a.ban_l_btn {
    left: 0;
}

.box02 .mbody>a.ban_r_btn {
    right: 0;
}

.box02 .line01 {
    height: 1px;
    border-bottom: dashed 1px #484848;
    width: 100%;
    position: absolute;
    bottom: 130px;
}

.box02 .mbody .demo_foot {
    margin-top: 65px;
    z-index: 10005;
    overflow: hidden;
    position: absolute;
    left: 60px;
}

.box02 .mbody .demo_foot li {
    float: left;
    width: 123px;
    cursor: pointer;
}

.box02 .mbody .demo_foot li p {
    float: left;
    width: 123px;
    color: #969696;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Source Han Sans CN';
    text-align: center;
    line-height: 30px;
}

.box02 .mbody .demo_foot li.cur p {
    color: #5dab57;
}


/* 企业资质 */
.box03{
    background: #f6faff;
    position: relative;
}
.box03 .tit dt{
    font-size: 36px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.box03 .tit dd{
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

.box03 .cont01{
    background: #f5f5f5;
}
.box03 .cont01 .t{
    font-size: 24px;
    color: #000000;
    text-align: center;
    background: #e7e7e7;
    height: 60px;
    line-height: 60px;
}
.box03 .cont01 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 25px 15px;
}
.box03 .cont01 ul li{
    width: 500px;
    border-bottom: 1px dashed #a6a6a6;
    line-height: 100%;
    padding: 20px 5px;
}
.box03 .cont01 ul li:nth-child(n+5){
    border-bottom: 0px;
}
.box03 .cont01 ul li a{
    font-size: 20px;
    color: #08102b;
}


.box03 .cont02{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: none;
}
.box03 .cont02 li{
    width: calc(100%/6 - 5px);
    border: 1px solid #0e52a1;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #fff;
}
.box03 .cont02 li a{
    display: block;
}
.box03 .cont02 li .imgBox{
    overflow: hidden;
    height: 260px;
}
.box03 .cont02 li:nth-child(6n){
    margin-right: 0px;
}
.box03 .cont02 li p{
    height: 60px;
    width: 100%;
    background: #0e52a1;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}


.box03 .btnToggle{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0px auto;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
    cursor: pointer;
    bottom: -45px;
}

.box03 .btnToggle .open, .box03 .btnToggle .close{
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    color: #fff;
    align-content: center;
    line-height: 120%;
    font-size: 14px;
    overflow: hidden;
    display: none;
}
.box03 .btnToggle .hover{
    display: flex;
}
.box03 .btnToggle .open::before, .box03 .btnToggle .close::before{
    content: '';
    background: url(../img/index_box03_arrow_bj.png) no-repeat;
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.box03 .btnToggle .open::after, .box03 .btnToggle .close::after{
    content: "";
    position: absolute;
    top: 6px;
    left: -5px;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border-left: none;
    border-top: none;
    z-index: -2;
    background: url(../img/index_box03_arrow.png) no-repeat center bottom;
}
.box03 .btnToggle .open i, .box03 .btnToggle .close i{
    display: block;
    width: 100%;
}
.box03 .btnToggle::before, .box03 .btnToggle::after{
    content: "";
    position: absolute;
    top: 6px;
    left: -5px;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border-left: none;
    border-top: none;
    z-index: -2;
    background: url(../img/index_box03_arrow.png) no-repeat center bottom/100%;
    -webkit-animation: btn-toggle-run 1s linear infinite forwards;
    animation: btn-toggle-run 1s linear infinite forwards;
    opacity: .9;
}
.box03 .btnToggle::after{
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

/* 动画效果 */
@keyframes btn-toggle-run {
    0% {
        transform: translateY(0);
        opacity: .9
    }

    100% {
        transform: translateY(39%);
        opacity: 0
    }
}



/* 企业文化 */

.box04 .tit{
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}
.box04 .cont01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box04 .cont01 li{
    /*width: calc(100% / 2 - 10px);*/
    margin-bottom: 3px;
    position: relative;
    width: 598px;
    height: 290px;
    overflow: hidden;

}
.box04 .cont01 li div.dt, .box04 .cont01 li div.dd{
    position: relative;
    z-index: 1;
    margin-left: 40px;
    color: #fff;
}
.box04 .cont01 li div.dt{

    font-size: 30px;
    font-weight: bold;
    margin-top: 85px;

}
.box04 .cont01 li div.dd{
    font-size: 24px;
}
.box04 .cont01 li img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all .5s;
}
.box04 .cont01 li:hover img{
    transform: scale(1.1);
}

    /* 企业动态 */
.box05 .tit{
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}
.box05 ul.items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.box05 ul.items li{
    width: 520px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-top: 15px;
}
.box05 ul.items li::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #1374f6;
}
.box05 ul.items li a{
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    margin-left: 10px;
    margin-right: auto;
    color: #333333;
}
.box05 ul.items li span{
    color: #999999;
}

.box05 .btnBox{
    text-align: center;
}
.box05 .btnBox a{
    display: block;
    height: 50px;
    width: 260px;
    background: #1374f6;
    color: #fff;
    line-height: 50px;
    border-radius: 25px;
    color: #ffffff;
    margin: 0px auto;
    font-size: 16px;
}


/* 联系我们 */
.box06 .tit{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}
.box06 .tit::after{
    content: '';
    display: block;
    height: 3px;
    width: 90px;
    background: #1374f6;
    margin-top: 5px;
}

.box06 .cont01{
    display: flex;
    justify-content: space-between;
}
.box06 .cont01 .txtBox{
    width: 550px;
    padding-top: 25px;
}
.box06 .cont01 .txtBox li{
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 18px;
}
.box06 .cont01 .txtBox li span{
    display: inline-block;
    background: #1374f6;
    color: #fff;
    padding:0px 10px;
    font-size: 20px;
    margin-right: 10px;
}

.box06 .cont01 .codeBox{
    width: 500px;
    display: flex;
    justify-content: space-between;
}
.box06 .cont01 .codeBox li{
    width: 150px;
}
.box06 .cont01 .codeBox li img{
    width: 100%;
}
.box06 .cont01 .codeBox li p{
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}

.box06 .bdMap{
    height: 550px;
}