body{
    background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 80px;
}
.swiper-pagination-bullet{
    width: 12px;
    height:12px;
    border: 1px solid #FFF;
    background: none;
    opacity:1;
    cursor: pointer;
}
.swiper-pagination-bullet-active{
    background: #fff;
}
.swiper-slide a{
    height: 100%;
}
.swiper-slide img{
    width: 100%;
}
.menu{
    background: #fff;
    margin-top: -60px;
    position: relative;
    z-index: 2;
    height:168px;
}
.menu .menuBox{
    width: 1200px;
    height:100%;
    margin: auto;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}
.menu .menuBox .item{
    display: flex;
    flex-flow: row;
    align-items: center;
    font-size: 18px;
    color: #555555;
}
.menu .menuBox .item img{
    margin-right: 10px;
}
.menu .menuBox .item .num{
    font-size:40px;
    color: #333333;
    font-family: "Arial";
    margin-right: 5px;
}
.menu .menuBox .item>view:nth-child(2){
    display: flex;
    align-items: center;
}

.btn_swt{
    display: block;
    width: 100%;
    text-align: center;
    margin:48px 0 20px;
}
.btn_swt img{
    max-width: 100%;
}
.bk01{
    width: 100%;
    background: #fff;
    padding: 50px 0 100px;
}

.bk01 .bk01Box{
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.bk01 .bk01Box .item{
    width: 300px;
    height:360px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(245,174,25,0.1);
    margin-top:70px;
}
.bk01 .bk01Box .item .link_xq{
    width: 100%;
    height:280px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.bk01 .bk01Box .item .link_swt{
    width: 100px;
    height: 40px;
    text-align: center;
    display: block;
    margin: auto;
    color: #fbaa16;
    border: 2px solid #fbaa16;
    box-sizing: border-box;
    border-radius: 10px;
    line-height: 40px;
}
.bk01 .item .img{
    width: 148px;
    height:149px;
    background: url("../images/bk01bg01.png");
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}
.bk01 .item .img .img02{
    display: none;
}
.bk01 .item .txtmsg{
    font-size: 24px;
    color: #333333;
}
.bk01 .item .botline{
    width: 30px;
    height:6px;
    background: #fc4e4f;
    border-radius: 3px;
    margin-top: 10px;
}

.bk01 .bk01Box .item:hover{
    background: #fbaa16;
}
.bk01 .item:hover .img{
    background: url("../images/bk02bg02.png");
}
.bk01 .item:hover .img .img01{
    display: none;
}
.bk01 .item:hover .img .img02{
    display: block;
}
.bk01 .item:hover .txtmsg{
    color: #ffffff;
}
.bk01 .item:hover .botline{
    background: #fff;
}
.bk01 .item:hover .link_swt{
    border-color: #fff;
    color: #fff;
}

.bk02{
    background: #f6f6f6;
    padding: 40px 0  10px;
}

.bk02 .tabBox{
    width: 100%;
    overflow: hidden;
    margin-top: 68px;
    display: none;
}
.bk02 .tabBox .case{
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}
.bk02 .tabBox .case .img{
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.bk02 .tabBox .case img{
    width: 100%;
  	height:100%;
    transition: all 0.6s;
}
.bk02 .tabBox .case img:hover{
    transform: scale(1.1);
}
.bk02 .tabBox .case div{
    font-size: 18px;
    line-height: 60px;
    width: 100%;
    color: #333333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.bk03{
    padding: 100px 0 35px;
}
.bk03 .tab_bt{
    justify-content: center;
}
.bk03 .tabBox{
    display: none;
}
.bk03 .tabBox ul{
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.bk03 .tabBox ul li{
    width: 610px;
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 26px;
    margin-bottom: 26px;
}
.bk03 .tabBox  li a{
    font-size: 14px;
    color: #555555;
}
.bk03 .tabBox  li a:hover{
    color: #f5ae19;
}
.bk03 .tabBox  .li_line1{
    display: flex;
    align-items: center;
    font-size: 20px;
}
.bk03 .tabBox .li_line2{
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-top: 10px;
}
.bk03 .tabBox .time_y{
    width: 120px;
}
.bk03 .tabBox .time_d{
    width: 120px;
    font-size: 72px;
    font-family: "微软雅黑";
    font-weight: bold;
    line-height: 72px;
}
.bk03 .tabBox h3,.bk03 .tabBox p{
    width: 490px;
}
.bk03 .tabBox p{
    height: 48px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bk03 .more{
    display: block;
    margin:60px auto;
    margin-top:50px;
    width: 100px;
    height:40px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #555555;
}
.bk04{
    width: 100%;
    background: url("../images/hzhb.png") no-repeat;
    background-size: cover;
    padding: 60px 0 80px;
}
.bk04 .friend_logo{
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
}
.bk04 .friend_logo .box{
    width: 260px;
    height:128px;
    display: block;
    float: left;
    margin-right: 22px;
    margin-bottom: 22px;
    vertical-align: middle;
}
.bk04 .friend_logo .box:nth-child(5n){
    margin-right: 0;
}
.bk04 .friend_logo .box img{
    width: 100%;
}

/*动效*/
/*#case .tabBox .case{*/
    /*animation: fadeInUp;!*动画名称*!*/
    /*animation-duration: 5s;!*动画持续时间*!*/
    /*-webkit-animation:fadeInUp 1.5s;!*针对webkit内核*!*/
/*}*/
.friend_logo .box{
    width: 260px;
    height: 128px;
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.friend_logo .box img{
    width: 100%;
    height: auto;
    transform: scale(1.6);
    transition: all 0.3s ease 0s;
}
.friend_logo .box:hover img{
    filter: grayscale(100%);
    transform: scale(1.2);
}
.friend_logo .box .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.2s ease 0s;
}
.friend_logo .box:before,
.friend_logo .box:after,
.friend_logo .box .box-content:before,
.friend_logo .box .box-content:after{
    content: "";
    width: 100%;
    height: 25%;
    background: linear-gradient(to right,rgba(0,0,0,0.9),rgba(0,0,0,0.7),transparent,rgba(0,0,0,0.7),rgba(0,0,0,0.9));
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.friend_logo .box:before{ transform: translateX(100%); }
.friend_logo .box:after{
    height: 25.1%;
    top: 25%;
    transform: translateX(-100%);
    transition-delay: 0.05s;
}
.friend_logo .box .box-content:before{
    top: 50%;
    transform: translateX(100%);
    transition-delay: 0.1s;
}
.friend_logo .box .box-content:after{
    top: 75%;
    transform: translateX(-100%);
    transition-delay: 0.15s;
}
.friend_logo .box:hover:before,
.friend_logo .box:hover:after,
.friend_logo .box:hover .box-content:before,
.friend_logo .box:hover .box-content:after{ transform: translateX(0); }
.friend_logo .box .inner-content{
    padding: 7px 0;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.friend_logo .box .title{
    font-size: 22px;
    font-weight: 700;
    color: #faac01;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    opacity: 0;
    transform: translateY(150px);
    transition: all 0.4s ease 0s;
}
.friend_logo .box .post{
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.4s ease 0s;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100px;
    left: 10px;
    z-index: 2;
    transition: all 0.4s ease 0.2s;
}
.box:hover .icon{ top: 15px; }
.friend_logo .box:hover .title,
.friend_logo .box:hover .post{
    opacity: 1;
    transform: translate(0, 0);
}
.friend_logo .box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #faac01;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.friend_logo .box .icon li a:hover{
    text-decoration: none;
    border-radius: 30%;
    background: #fff;
    color: #faac01;
}
@media (max-width: 1410px){
    .content {
        width: 1040px;
    }
    .menu .menuBox{
        width: 1000px;
    }

    .bk01 .bk01Box .item{
        width: 228px;
        height: 312px;
    }
    .bk01 .bk01Box .item .link_xq{
        height: 248px;
    }
    .bk01 .item .img {
        width: 130px;
        height: 130px;
        background-size: cover;
    }
    .bk03 .tabBox ul li{
        width: 520px;
    }
    .bk04 .friend_logo .box{
        width: 216px;
        height: 106px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .bk03 .tab_bt{
        justify-content: center;
    }
}
@media (max-width: 1199px){
    .content {
        width: 940px;
    }
    .menu .menuBox{
        width: 880px;
    }
    .menu .menuBox .item{
        font-size: 16px;
    }
    .menu .menuBox .item img{
        width: 56px;
    }
    .menu .menuBox .item .num{
        font-size: 32px;
    }
    .bk01{
        padding: 20px 0 70px;
    }
    .bk01 .bk01Box .item {
        width: 200px;
        height: 260px;
    }
    .bk01 .bk01Box .item .link_xq {
        height: 200px;
    }
    .bk01 .item .img{
        width: 92px;
        height: 92px;
        margin-bottom:20px;
    }
    .bk01 .item .img img{
        width: 36px;
    }
    .bk01 .item:first-child .img img,.bk01 .item:nth-child(2) .img img{
        width: 28px;
    }
    .bk01 .item .txtmsg{
        font-size: 20px;
    }
    .bk01 .item .botline{
        height: 4px;
        border-radius: 2px;
    }
    .bk02 .tabBox .case div{
        font-size: 16px;
    }
    .bk03 {
        padding: 70px 0 20px;
    }
    .bk03 .tabBox ul li {
        width: 432px;
    }
    .bk03 .more{
        margin-top: 35px;
    }
    .bk03 .tabBox .li_line1{
        font-size: 18px;
    }
    .bk03 .tabBox .time_d{
        font-size: 60px;
    }
    .bk04 .friend_logo{
        width: 702px;
        margin:40px auto 0;
    }
    .bk04 .friend_logo .box{
        width: 180px;
        height: 88px;
        margin-right: 10px;
        margin-bottom:10px
    }
    .bk03 .tab_bt{
        justify-content: center;
    }
}
@media (max-width: 991px){
    .content {
        width: 690px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 10px;
    }
    .menu{
        margin-top: 0;
        height: 128px;
    }
    .menu .menuBox{
        width: 100%;
    }
    .menu .menuBox .item{
        font-size: 14px;
    }
    .menu .menuBox .item img{
        width: 46px;
    }
    .menu .menuBox .item .num{
        font-size: 24px;
    }
    .bk01 .bk01Box .item {
        width: 160px;
        margin-top: 48px;
    }

    .bk02 .tabBox{
        margin-top: 40px;
    }
    .bk03 .tabBox ul li{
        width: 100%;
    }
    .bk03 .tabBox .li_line1{
        font-size: 16px;
    }
    .bk03 .tabBox .time_y{
        width: 100px;
    }
    .bk03 .tabBox .li_line2{
        margin-top: 0;
    }
    .bk03 .tabBox .time_d{
        font-size: 52px;
        width: 100px;
    }
    .bk03 .tabBox h3, .bk03 .tabBox p{
        width: calc(100% - 100px);
    }
    .bk04 .friend_logo .box{
        width: 168px;
    }
    .bk04 .friend_logo .box:nth-child(5n){
        margin-right: 10px;
    }
    .bk04 .friend_logo .box:nth-child(4n){
        margin-right: 0;
    }
    .bk03 .tab_bt{
        justify-content: center;
    }
}
@media (max-width: 767px){
    .content {
        width: 90%;
    }
    .btn_swt{
        margin: 20px 0;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        display: none;
    }
    .swiper-slide{
        width: 100%;
        height: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .swiper-slide img{
        width: auto;
        height: 100%;
    }
    .menu .menuBox .item img {
        width: 32px;
        margin-bottom: 10px;
    }
    .bk01 .bk01Box{
        width: 564px;
        margin: auto;
    }
    .bk01 .bk01Box .item{
        width: 260px;
        height: 260px;
        margin-top: 35px;
    }
    .bk01 .item .img {
        width: 108px;
        height: 108px;
        margin-bottom: 30px;
    }
    .bk03{
        padding: 50px 0 20px;
    }
    .bk03 .tabBox ul li{
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .bk03 .tabBox .li_line1 {
        font-size: 14px;
    }
    .bk03 .tabBox .time_y {
        width: 88px;
    }
    .bk03 .tabBox .time_d{
        width: 88px;
        font-size: 48px;
        line-height: 64px;
    }
    .bk03 .more {
        margin: 40px auto;
        margin-top: 30px;
    }
    .bk04{
        padding: 35px 0 50px;
    }
    .bk04 .friend_logo{
        margin-top: 40px;
        width: 100%;
    }
    .bk04 .friend_logo .box {
        width: 23.5%;
        height: 1.1rem;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .bk03 .tab_bt{
        justify-content: center;
    }
}
@media (max-width: 749px){

}
@media (max-width: 719px){

}
@media (max-width:639px){
    .menu .menuBox{
        justify-content: space-around;
    }
    .menu .menuBox .item{
        flex-flow: column;
        align-items: center;
        font-size: 12px;
    }
    .menu .menuBox .item img{
        margin-right: 0;
    }
    .menu .menuBox .item div{
        text-align: center;
    }
    .menu .menuBox .item .num {
        font-size: 30px;
    }
    .bk01 .bk01Box{
        width: 380px;
        margin: auto;
    }
    .bk01 .bk01Box .item{
        width: 180px;
        height: 248px;
    }
    .bk01 .bk01Box .item .link_xq {
        height: 180px;
    }
    .bk01 .item .img{
        margin-bottom: 10px;
    }
    .bk01 .item .txtmsg{
        font-size: 16px;
    }
    .bk04 .friend_logo{
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .bk04 .friend_logo .box{
        width: 48%;
        height: 2rem;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    .bk04 .friend_logo .box:nth-child(2n){
        margin-right: 0;
    }
    .bk03 .tab_bt{
        justify-content: center;
    }
}
@media (max-width:414px){
    .menu{
        height: auto;
        margin: 8% auto;
    }
    .menu .menuBox{
        flex-wrap: wrap;
    }
    .menu .menuBox .item{
        width: 50%;
        height: 2.6rem;
        /*border-right: 1px solid #dedede;*/
        /*border-bottom: 1px solid #dedede;*/
        box-sizing: border-box;
        justify-content: center;
        padding: 0 10px;
    }
    .menu .menuBox .item:nth-child(3){
        border-right: none;
    }

    .xbt{
        display: none;
    }
    .bk02 .tabBox .case{
        width: 50%;
        margin-bottom: 10px;
    }
    .bk02 .tabBox .case div{
        line-height: 36px;
    }
    .bk01 .bk01Box{
        width: 100%;
    }
    .bk01 .bk01Box .item{
        width: 48%;
        height: 5.6rem
    }
    .bk01 .bk01Box .item .link_xq {
        height: 4.4rem;
    }
    .bk01 .bk01Box .item .link_swt{
        width: 80%;
        height: .8rem;
        line-height: .8rem;
    }
    .bk01 .item .img{
        width: 2.4rem;
        height: 2.4rem;
    }
    .bk03 .tabBox .li_line1{
        font-size: 12px;
    }
    .bk03 .tabBox .time_y{
        width: 68px;
    }
    .bk03 .tabBox .time_d{
        width: 68px;
        font-size: 40px;
        line-height: 56px;
    }
    .bk03 .tabBox h3, .bk03 .tabBox p{
        width: calc(100% - 76px);
    }
    .bk03 .tabBox p{
        line-height: 22px;
        height: 44px;
    }
    .bk03 .more{
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .bk02 .tabBox{
        margin-top: 20px;
    }
    .bk03 .tab_bt{
        justify-content: center;
    }
}
@media (max-width:375px){

}

@media only screen and (max-width:990px){
    .friend_logo .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .friend_logo .box .title{ font-size: 18px }
}