.content{
    background: #ffffff;
    max-width: 1960px;
    margin: 0 auto;
}
.grid{
    margin-bottom: 30px;
}
.grid h3{
    margin-bottom: 15px;
}
.grid img:hover{
    transform: scale(1.05);
    transition: all .3s;
}
.list-t li .date {
    right: 10px;
}
.panel-more{
    display: block;
}


.grid h2 a{
    color: #333;
}
.p1-bg{
    background: #fff url("../images/content_bg.png") 0 50% no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.headline{
    color: #ffffff;
    margin-bottom: 25px;
}
.p1 .headline h2{
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 10px;
}
.headline h2 p{
    font-size: 18px;
    line-height: 30px;
}
.p1 .headline a{
    color: #ffffff;
}

.focus {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 520px;
}
.focus .pic {
    height: 520px;
    background-position: center;
    background-size: cover;
    padding-left: 0px;
}
.focus .pic img {
    display: block;
    width: 100%;
    height: 100%;
}
.focus .text {
    height: 520px;
    padding: 40px;
    background: #e8ebef;
}
.focus .text h4 {
    margin-bottom: 5px;
    line-height: 42px;
    font-size: 23px;
    font-weight: bold;
}
.focus .date {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #999;
    margin: 20px 0;
}
.focus .text p {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    line-height: 34px;
    font-size: 18px;
    text-align: justify;
}
.focus .swiper-pagination {
    bottom: 25px;
    right: 0;
    left: auto;
    width: 450px;
    line-height: 60px;
    font-size: 20px;
    color: #769fc6;
}

.focus .swiper-pagination-current,
.focus .pageState span {
    font-size: 28px;
    color: #333;
}

.focus .swiper-pagination .swiper-pagination-total {
    font-size: 20px;
    color: #769fc6;
}

.focus .swiper-button {
    position: absolute;
    right: 0;
    bottom: 35px;
    width: 450px;
    height: 40px;
}

.focus .swiper-button-next,
.focus .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: auto 32px;
}

.focus .swiper-button-prev {
    background: url("../images/news_prev.png") center center no-repeat;
}

.focus .swiper-button-next {
    background: url("../images/news_next.png") center center no-repeat;
    right: 10px;
}

.focus .swiper-pagination-current, .focus .pageState span{
    color: #224b7f;
}

.box-border{
    border: 1px solid #d3e8ff;
    border-radius: 8px;
}
.news{
    padding: 0 20px 10px 20px;
    overflow: hidden;
    background: #ffffff;
}
.health-tips-item{
    position: relative;
    padding: 26px 40px;
    background: #ffffff;
}
.health-tips-item:before{
    content: '';
    position: absolute;
    background: url("../images/health_tips_bg.png") center center no-repeat;
    width: 103px;
    height: 103px;
    top: 0 ;
    left: 0;
}
.health-tips-item p{
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 16px;
}
.health-tips-item span{
    font-size: 20px;
    line-height: 30px;
    display: block;
}
.health-tips-item span a{
    color: #666666;
}
.health-tips-item span a:hover{
    color: #048;
}

.list-t li{
    padding: 10px 0 10px 20px;
}
.list-t li .date{
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.topic .scroll img {
    display: block;
    width: 100%;
    height: 100px;
}
.grid .topic h2{
    padding-left: 0;
}
.scroll .topic-prev,
.scroll .topic-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: block;
    width: 24px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.scroll .topic-prev {
    left: 0px;
    background: url(../images/topic_prev.png) 100% 100% no-repeat;
}

.scroll .topic-next {
    right: 0px;
    background: url(../images/topic_next.png) 100% 100% no-repeat;
}

.scroll:hover .topic-prev,
.scroll:hover .topic-next {
    opacity: 1;
    transform: translate(0, -50%);
}
.outside{
    background: url("../images/outside_bg.png") center bottom no-repeat;
    padding-bottom: 10px;
}

.grid h2{
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
}

.grid h2:before{
    content: '';
    position: absolute;
    width: 45px;
    height: 55px;
    top: -12px;
    left: 0;
}
.p6 h2:before{
    background: url("../images/tech_service_title_bg.png") 100% 100% no-repeat;
}
.p6 h2 a:hover,.p7 h2 a:hover{
    color: #048;
}


.tech-service .swiper-container{
    margin: 0 45px;
}
.tech-service .tech-service-part{
    position: relative;
}
.tech-service .swiper-slide a{
    position: relative;
    height: 90px;
    background-color: #eff1f6;
    background-repeat: no-repeat;
    padding: 20px 30px 20px 85px;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #333;
}
.tech-service .swiper-slide a:hover{
    color: #048;
}
.tech-service .swiper-slide a img{
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -20px;
}
.tech-service .swiper-slide a:hover img,.xxgk-links .col-md-6 a:hover i{
    transform: rotateY(360deg);
    transition: 1s;
}
.tech-service .tech-slide-1 a{
    background-image: url("../images/tech_service_bg1.png");
    background-position: right bottom;
}
.tech-service .tech-slide-2 a{
    background-image: url("../images/tech_service_bg2.png");
    background-position: right bottom;
}
.tech-service .tech-slide-3 a{
    background-image: url("../images/tech_service_bg3.png");
    background-position: right bottom;
}
.tech-service .tech-slide-4 a{
    background-image: url("../images/tech_service_bg4.png");
    background-position: right bottom;
}
.tech-service .tech-slide-5 a{
    background-image: url("../images/tech_service_bg5.png");
    background-position: right bottom;
    padding-right: 35px;
}
.tech-service-prev,
 .tech-service-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: block;
    width: 24px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    transition: all .3s;
}

.tech-service-prev {
    left: 0;
    background: url(../images/tech_service_prev.png) 100% 100% no-repeat;
}

.tech-service-next {
    right: 0;
    background: url(../images/tech_service_next.png) 100% 100% no-repeat;
}

.p7{
    padding-top: 40px;
}
.p7 .xxgk-links,.p7 .bmfw-links .row{
    margin-left: -10px;
    margin-right: -10px;
}
.p7 .xxgk-links .col-md-6,.p7 .bmfw-links .col-md-6{
    padding-left: 10px;
    padding-right: 10px;
}
.p7 .xxgk-list h2:before{
    background: url("../images/xxgk_list_title_bg.png") 100% 100% no-repeat;
    width: 51px;
    height: 55px;
}
.p7 .xxgk-list h3 a{
    padding: 0 8px;
}
.p7 .pane{
    overflow: hidden;
}
.p7 .hdjl-part h2:before{
    background: url("../images/hdjl_part_title_bg.png") 100% 100% no-repeat;
}
.p7 .hdjl-part .col-md-4 a{
    width: 100%;
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    color: #555555;
    padding: 20px;
}
.p7 .hdjl-part .col-md-4 a:hover{
    color: #048;
}
.p7 .hdjl-part .row{
    margin-left: -5px;
    margin-right: -5px;
}
.p7 .hdjl-part .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}
.p7 .hdjl-part .col-md-4 .icon-container{
    width: 72px;
    height: 64px;
    position: relative;
    margin-bottom: 25px;
    background-size: 100% 100%;
}
.p7 .hdjl-part .col-md-4 .icon-container img{
    display: block;
    max-width: 100%;
}
.p7 .hdjl-part .col-md-4 .icon-container img:hover{
    transform: rotateY(360deg);
    transition: 1s;
}

.p7 .hdjl-part .fwrx{
    margin-bottom: 23px;
}
.p7 .hdjl-part .fwrx img{
    display: block;
    width: 100%;
}
.p7 .hdjl-links{
    position: relative;
    background: url("../images/hdjl_links_bg.png") center center no-repeat;
    height: 72px;
    padding: 10px 20px 10px 95px;
}
.p7 .hdjl-links img{
    position: absolute;
    left: 20px;
    top: 18px;
}
.p7 .hdjl-links li{
    font-size: 18px;
    line-height: 28px;
}
.p7 .hdjl-links li a{
    color: #fff;
}
.p7 .hdjl-links li a:hover{
    color: #048;
}
.p7 .hdjl-links li i{
    display: inline-block;
    background: url("../images/hdjl_links_icon.png") center center no-repeat;
    width: 17px;
    height: 17px;
    margin-left: 10px;
    cursor: pointer;
}
.p7 .hdjl-links li i:hover{
    transform: translateY(-3px);
    transition: 0.5s;
}
.xxgk-links{
    margin-top: 20px;
}
.xxgk-links .col-md-6 a{
    height: 72px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 13px 10px 75px;
    font-size: 20px;
    font-weight: bold;
    color: #555555;
}
.xxgk-links .col-md-6:nth-child(1) a{
    background: url("../images/xxgk_links_bg1.png") center center no-repeat;
    background-size: 100% 100%;

}
.xxgk-links .col-md-6:nth-child(2) a{
    background: url("../images/xxgk_links_bg2.png") center center no-repeat;
    background-size: 100% 100%;
}
.xxgk-links .col-md-6 a i{
    display: inline-block;
    width: 30px;
    height: 32px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -16px;
}
.xxgk-links-container-s1{
    background: url("../images/xxgk_links_icon1.png") center center no-repeat;
}
.xxgk-links-container-s2{
    background: url("../images/xxgk_links_icon2.png") center center no-repeat;
}
.bmfw-part-top{
    background: url("../images/bmfw_bg.png") center center no-repeat;
    height: 147px;
    padding: 35px 40px;
}
.bmfw-part-top p{
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}
.bmfw-links-card{


}
.bmfw-part-bottom{
    padding-top: 1px;
    padding-bottom: 15px;
    background: #edf4fe;
}
.bmfw-links{
    margin: 20px;

}
.bmfw-links-card{
    margin-bottom: 20px;
}
.bmfw-links-card a{
    height: 100px;
    display: flex;
    font-size: 20px;
    line-height: 32px;
    align-items: center;
    color: #ffffff;
    padding: 20px 25px 20px 20px;
}
.bmfw-links-card a:hover{
    background-size: 120% 120%;
}
.bmfw-links-card1 a{
    background: url("../images/bmfw_links_bg1.png") center center no-repeat;
    background-size: cover;
}
.bmfw-links-card2 a{
    background: url("../images/bmfw_links_bg2.png") center center no-repeat;
    background-size: cover;
}
.bmfw-links-card3 a{
    background: url("../images/bmfw_links_bg3.png") center center no-repeat;
    background-size: cover;
}
.bmfw-links-card4 a{
    background: url("../images/bmfw_links_bg4.png") center center no-repeat;
    background-size: cover;
}
.bmfw-part-top a{
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
}
.bmfw-part-top a:hover{
    color: #048;
    transform: translateY(-2px);
    transition: 0.5s;
}
.swiper-pagination-bmfw{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-pagination-bmfw .swiper-pagination-bullet{
    margin: 0 5px;
    width: 10px;
    height: 10px;
}
.p8 .jbsy{
    background: url("../images/jbsy_bg.png") center center no-repeat;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 10px 25px;
}
.p8 .jbsy span{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-right: 25px;
}
.p8 .jbsy .list-a{
    border: 1px solid #fff;
    height: 43px;
    border-radius: 22px;
    padding: 0 28px;
}
.p8 .jbsy .list-a li a{
    font-size: 22px;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
}
.p8 .jbsy .list-a li a:hover{
    transform: scale(1.5);
    transition: all .3s;
}
.p8 .jbsy .list-a li+li{
    margin-left: 28px;
}
@media (max-width: 1400px) {
    .content{
        width: 100%;
    }

    .grid{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .p1-bg{
        padding-top: 20px;
    }
    .p1 .headline {
        padding-left: 20px;
        padding-right: 20px;
    }

    .p1 .headline h2 {
        padding: 8px 0;
        line-height: 26px;
        font-size: 18px;
    }

    .p1 .headline p {
        line-height: 22px;
        font-size: 14px;
    }

    .focus {
        width: auto;
        height: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
    .focus .date{
        margin: 5px 0;
    }

    .focus .pic {
        height: auto;
    }
    .col-lg-8,.col-lg-4{
        width: 100%;
    }


    .focus .text {
        height: auto;
        padding: 20px;
    }

    .focus .text h4 {
        width: 80%;
        margin-bottom: 10px;
        line-height: 24px;
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .focus .text p {
        overflow: hidden;
        height: 50px;
        border-top: 1px dashed #b7b8b8;
        padding-top: 10px;
        line-height: 20px;
        font-size: 12px;
        opacity: .5;

    }

    .focus .swiper-button {
        width: 100%;
        bottom: 60%;
    }

    .focus .swiper-button-next,
    .focus .swiper-button-prev {
        background-color: rgba(255, 255, 255, .2);
        background-size: auto 24px;
    }

    .focus .swiper-pagination {
        width: 60px;
        bottom: 103px;
        line-height: 40px;
        font-size: 14px;
    }

    .focus .swiper-pagination-current {
        font-size: 20px;
        color: #333;
    }
    .p7 .hdjl-part .col-md-4 .icon-container{
        width: 55px;
        height: 60px;
        margin-bottom: 10px;
    }

    .p7 .hdjl-links{
        padding-left: 20px;
    }
    .p7 .hdjl-links img{
        display: none;
    }
    .p7 .hdjl-links li{
        font-size: 16px;
    }
    .p7 .hdjl-links li i{
        position: relative;
        top: 2px;
        cursor: pointer;
    }
    .p8 .jbsy{
        height: 115px;
        background-size: 100% 100%;
    }
    .p8 .jbsy .list-a{
        height: auto;
    }
    .p8 .list-a li:nth-child(1){
        margin-left: 29px;
    }


}
@media screen and (max-width: 1200px) {
    .bmfw-links-card a{
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 992px) {
    .p3 .col-md-6:first-child,.p5 .col-md-6:first-child,.p7>.row>.col-md-4,.p7 .xxgk-list .col-md-6:first-child{
        margin-bottom: 30px;
    }
    .xxgk-links .col-md-6 a{
        justify-content: center;
    }
    .p7 .hdjl-part .col-md-4 .icon-container{
        width: 66px;
        height: 60px;
    }
    .p7 .hdjl-part .col-md-4 a{
        height: 135px;
    }
    .p7 .hdjl-links{
        background-size: 100% 100%;
        height: 120px;
        display: flex;
        align-items: center;
        padding-left: 30px;
    }
    .bmfw-part-top{
        height: 240px;
        background-size: 100% 100%;
    }
    .bmfw-links-card a{
        height: 190px;
    }
    .p7{
        margin-bottom: 0;
    }
    .p8 .jbsy{
        height: 180px;
    }
    .p8 .jbsy span{
        display: block;
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 768px) {
    .health-tips-item p{
        font-size: 26px;
    }
    .p8 .list-a li:nth-child(1){
        margin-left: 15px;
    }
    .p8 .jbsy .list-a li+li{
        margin-left: 15px;
    }
    .p8 .jbsy .list-a li a {
        font-size: 16px;
        line-height: 22px;
    }
    .p8 .jbsy .list-a{
        padding: 10px 0;
        padding-right: 10px;
    }
    .p8 .jbsy span {
        font-size: 18px;
        line-height: 26px;
    }

}
@media screen and (max-width: 480px) {
    .grid h2{
        font-size: 22px;
        padding-left: 30px;
        margin-bottom: 20px;
    }

    .grid h2:before{
        width: 35px;
        height: 40px;
        top: -6px;
        background-size: 100% 100%;
    }

    .health-tips-item p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .health-tips-item span{
        font-size: 16px;
        line-height: 24px;
    }
    .health-tips-item:before{
        background-size: 100% 100%;
        width: 80px;
        height: 80px;
    }
    .health-tips-item{
        padding: 15px 20px;
    }
    .topic .scroll img{
        height: auto;
    }
    .tech-service .swiper-slide a{
        font-size: 16px;
    }
    .bmfw-part-top{
        height: 170px;
        background-size: 100% 100%;
    }
    .bmfw-part-top{
        padding-left: 30px;
    }
    .bmfw-part-top p{
        font-size: 24px;
    }
    .p7 .xxgk-list h2:before,.p7 .hdjl-part h2:before{
        width: 35px;
        height: 40px;
        background-size: 100% 100%;
    }

}