/*初始化样式*/


a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

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

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

/*.fr {
    float: right;
}*/

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}



.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-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);
}



.roll_product {
    float: left;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}


.wh1560 {
    max-width: 1200px;
    margin: 0 auto;
}


/*头部样式*/

/*热门搜索*/

.search_index {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.search_index .flex {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_index a:hover {
    color: #0277b5;
}

.hotSearch {
    font-weight: normal;
    color: #999999;
    font-size: 14px;
}

.hotSearch a {
    color: #999999;
    margin-right: 15px;
}

.x-seo,
.x-seo a {
    color: #999999;
    font-size: 14px;
}

#formsearch2 {
    width: 274px;
    height: 37px;
    line-height: 37px;
    background: url(../image/5c5a5e68b88c36561e0b542436f7caaa4ca6e650.png) no-repeat center center;
}

#formsearch2 input {
    height: 37px;
    background: #fff;
    line-height: 37px;
    border: none;
    outline: none;
}

#formsearch2 input#keyword {
    height: 37px;
    line-height: 37px;
    padding-left: 15px;
    color: #838383;
    float: left;
    background: none;
    border: none;
    font-size: 13px;
    width: calc(100% - 50px);
}

#formsearch2 input#s_btn {
    width: 50px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
    background: none;
}

#formsearch2 textarea::-webkit-input-placeholder {
    color: #999;
}

.demo-message-wrap input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

#formsearch2 input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

#formsearch2 input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

#formsearch2 input[type='text']::-webkit-input-placeholder {
    color: #999;
}









.index-title {
    text-align: center;
    padding: 3em 0 3em;
}

.index-title h3 {
    font-size: 2.1rem;
    color: #0d0d0d;
    margin-bottom: 0.7rem;
}

.index-title p {
    font-size: 0.9rem;
    color: #3d3d3d;
}



.p1 {
    padding-top: 3.8rem;
}

.p1a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.p1a li {
    flex: 1;
    padding: 20px 0 10px;
}
.p1a li:hover{background: #0890e1;}
.p1a li:hover a h3{color: #fff !important;}

.p1a li a {
    display: block;
    text-align: center;
    border-right: 1px dashed #a8a8a8b5;
}

.p1a li a div.img {
    height: 2.65rem;
    line-height: 2.65rem;
}

.p1a li a div.img img.img2 {
    display: none;
}


.p1a li a h3 {
    font-size: 16px;
    color: rgb(99 97 97);
    font-weight: 400;
    margin-top: 0.8rem;
}

.p1a li:last-child {
    border: none;
}

.p1a li:hover a .img img.img2 {
    display: inline-block;
}

.p1a li:hover a div.img img.img1 {
    display: none;
}

.p1a li:hover a h3 {
    color: rgba(2, 119, 181, .96);
}


.p1b {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p1b li {
    width: 32.56%;
    margin-bottom: 1.15rem;
}

.p1b li:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.p1b li a {
    display: block;
    position: relative;
}

.p1b li a div.img {
    display: block;
    overflow: hidden;
}

.p1b li a div.img img {
    width: 100%;
    transition: all ease .8s;
}

.p1b li a h3 {
    background-color: rgba(0, 0, 0, .8);
    line-height: 42px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}



.p1b li:hover a div.img img {
    transform: scale(1.2);
}


.more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10.35rem;
    line-height: 2.4rem;
    background-color: #ffffff;
    border-radius: 1.17rem;
    border: solid 1px rgba(175, 175, 175, .7);
    margin: 2.6rem auto 2rem;
    transition: all ease .3s;
}

.more a img.img2 {
    display: none;
}

.more a span {
    font-size: 18px;
    color: #0277b5;
    margin-right: 8px;
}

.more a:hover {
    background: #0277b5;
    border: 1px solid #0277b5;
}

.more a:hover span {
    color: #fff;
}

.more a:hover img.img2 {
    display: inline-block;
}

.more a:hover img.img1 {
    display: none;
}



@media(max-width: 768px) {
    .p1a {
        flex-wrap: wrap;
    }

    .p1a li {
        flex: auto;
        width: 25%;
    }

    .p1a li:nth-child(4n) {
        border: none;
    }

    .p1b li {
        width: 48.8%;
    }
}



@media(max-width: 767px) {
    .index-title h3 {
        font-size: 24px;
    }

    .index-title p {
        font-size: 14px;
    }

    .p1a li a div.img {
        height: 3.4rem;
        line-height: 3.4rem;
    }

    .p1a li a div.img img {
        width: 40%;
    }

    .p1b li a h3 {
        font-size: 14px;
        padding: 0 5%;
    }

    .more a {
        width: 11.35rem;
        line-height: 3rem;
    }

    .more a span {
        font-size: 14px;
    }

    .more a img {
        width: 15%;
    }
}




.p2 {
    background: url(../image/52d843c02568c458fcbce575a7d8dddf629a5f4d.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 4.1rem;
    padding-bottom: 4.3rem;
}


.p2 .index-title h3 {
    color: #ffffff;
}


.p2 .index-title p {
    color: #ffffff;
}


.p2a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.45rem 0 3.05rem;
}


.p2a li {
    width: 9.55rem;
    height: 9.55rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

.p2a li a {
    color: #fff;
}

.p2a li a .cont {
    display: flex;
    justify-content: center;
    align-items: center;

}

.p2a li a .cont h3 {
    font-size: 22px;
}

.p2a li a p {
    font-size: 16px;
    margin-top: 0.4rem;
}


.p2a li a .cont div.img img.img2 {
    display: none;
}

.p2a li a .cont div.img img {
    margin-right: 6px;
}

.p2a li.cur {
    background-color: #0277b5;
}

.p2a li.cur a .cont div.img img.img2 {
    display: inline-block;
}

.p2a li.cur a .cont div.img img.img1 {
    display: none;
}


.p2a li.cur:after {
    content: "";
    position: absolute;
    width: 9.55rem;
    height: 9.55rem;
    left: 0;
    top: 0;
    background-color: rgba(2, 119, 181, 1);
    -webkit-animation: living 2s linear infinite;
    z-index: -1;
    border-radius: 100%;
}

@keyframes living {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.1;
    }

    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}




.p2b1 {
    display: flex;
    justify-content: space-between;
}

.p2b1 li.cur {
    width: 51.99%;
}

.p2b1 li {
    width: 16.09%;
}

.p2b1 li a {
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #656565;
    height: 100%;
}

.p2b1 li a div.img {
    display: none;
}

.p2b1 li a .cont {
    background: #ddddde;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.p2b1 li a .cont p {
    display: none;
}

.p2b1 li a .cont h3 {
    font-size: 25px;
    color: #0d0d0d;
    margin-bottom: 4.5rem;
    position: relative;
}

.p2b1 li a .cont h3::after {
    content: "";
    width: 1.4rem;
    height: 3px;
    background-color: #0277b5;
    position: absolute;
    bottom: -2.4rem;
    left: 50%;
    transform: translateX(-50%);
}

.p2b1 li a .cont h4 {
    font-size: 16px;
    color: #404040;
    font-weight: 400;
}



.p2b1 li.cur a div.img {
    display: block;
    width: 37.98%;

}

.p2b1 li.cur a div.img img {
    max-width: 100%;
}

.p2b1 li.cur a .cont {
    display: initial;
    flex: 1;
    padding-left: 1.8rem;
    padding-right: 2.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.p2b1 li.cur a .cont h3 {
    margin-bottom: 0.4rem;
}

.p2b1 li.cur a .cont h3::after {
    display: none;
}

.p2b1 li.cur a .cont h4 {
    font-size: 18px;
    margin-bottom: 2.75rem;
    position: relative;
}

.p2b1 li.cur a .cont h4::after {
    content: "";
    width: 1.4rem;
    height: 3px;
    background-color: #0277b5;
    position: absolute;
    bottom: -1.1rem;
    left: 0;
}

.p2b1 li.cur a .cont p {
    display: block;
    font-size: 15px;
    line-height: 1.8;
    color: #404040;
}


@media(max-width: 1024px) {
    .p2a li a .cont h3 {
        font-size: 18px;
    }

    .p2a li a .cont div.img img {
        width: 62%;
        margin-right: 2px;
    }

    .p2a li a p {
        font-size: 12px;
    }

    .p2b1 li a .cont h3 {
        font-size: 16px;
    }

    .p2b1 li.cur a .cont h4 {
        font-size: 15px;
    }

    .p2b1 li.cur a .cont p {
        font-size: 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .p2b1 li a .cont h4 {
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}


@media(max-width: 768px) {
    .p2a {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .p2b1 li {
        width: 100%;
        border-bottom: 1px solid #656565;
    }

    .p2b1 {
        flex-direction: column;
    }

    .p2b1 li a {
        flex-direction: column;
        border: none;
    }

    .p2b1 li.cur {
        width: 100%;
    }

    .p2b1 li.cur a div.img {
        width: 100%;
        background: #ddddde;
        text-align: center;
        padding: 1rem 0;
    }

    .p2b1 li a .cont {
        padding: 0;
        padding: 2rem 1rem;
    }

    .p2b1 li.cur a .cont h4 {
        padding-bottom: 1.5rem;
        margin-bottom: 0;
    }

    .p2b1 li a .cont h3 {
        margin-bottom: 2.5rem;
    }

    .p2b1 li a .cont h3::after {
        bottom: -1.4rem;
    }

    .p2b1 li a .cont h4 {
        margin-bottom: 0;
        padding-bottom: 1rem;
    }

    .p2b1 li.cur a .cont h4::after {
        z-index: 99;
        bottom: 0.7rem
    }

    .p2b1 li.cur a .cont h4::after {
        z-index: 99;
        bottom: 0.7rem
    }
    .p2b1 li.cur a .cont h3{
        margin-bottom: 0.8rem;
    }
}

@media(max-width: 767px) {
    .p2b1 li a .cont h4{
        font-size: 13px;
    }
    .p2a li {
        width: 20rem;
        height: 20rem;
    }

    .p2a li.cur:after {
        width: 20rem;
        height: 20rem;
    }

    .p2a li a p {
        margin-top: 10px;
    }
}



.p3 {
    margin-top: 4.1rem;
}

.p3a1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 4.3rem auto 2.6rem;
}

.p3a1 li a {
    display: block;
    position: relative;
    z-index: 0;
}

.p3a1 li a h2 {
    font-size: 7.5rem;
    color: #f1f1f1;
    font-family: "Impact";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

.p3a1 li {
    flex: 1;
    text-align: center;
}

.p3a1 li a h3 {
    font-size: 1.6rem;
    color: #0d0d0d;
    margin-bottom: 1rem;
}

.p3a1 li a span {
    font-size: 0.75rem;
    color: #0d0d0d;
}


.p3a1 li.on a h3 {
    color: #0277b5;
}

.p3a1 li.on a h2 {
    color: #e4eef4;
}

.p3a2 .img {
    position: relative;
    z-index: 2;
}

.p3a2 .img img {
    width: 100%;
}

.p3a2 .cont {
    width: 90.7%;
    background: #fff;
    margin: -6.25rem auto 0;
    position: relative;
    z-index: 9;
    padding: 2.4rem 3.2rem 2.1rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p3a2 .cont .conta {
    display: flex;
    align-items: center;
}

.p3a2 .cont .conta .conta1 {
    margin-right: 3.5rem;
}

.p3a2 .cont .conta .conta1 h3 {
    font-size: 2.9rem;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.p3a2 .cont .conta .conta1 h4 {
    display: inline-block;
    width: 1.65rem;
    line-height: 1.65rem;
    background-color: #0277b5;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 0.9rem;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
}

.p3a2 .cont .conta .conta1 p {
    font-size: 0.8rem;
    color: #0d0d0d;
}


.p3a2 .cont .contb h3 {
    font-size: 1rem;
    font-weight: normal;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 0.8rem;
}


.p3a2 .cont .contb p {
    font-size: 0.8rem;
    line-height: 1.81;
    color: #0d0d0d;
}

.p3a2 .cont .contb p i {
    font-style: normal;
    color: #0277b5;
}





@media(max-width: 1366px) {
    .p3a2 .cont .conta .conta1 h3 {
        font-size: 2rem;
    }
}


@media(max-width: 768px) {
    .p3a1 {
        flex-wrap: wrap;
    }

    .p3a1 li {
        flex: auto;
        width: 50%;
        margin-bottom: 8%;
    }

    .p3a1 li a h2 {
        font-size: 5.5rem
    }

    .p3a1 li a h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .p3a1 li a span {
        font-size: 14px;
    }

    .p3a2 .cont {
        width: 100%;
        margin-top: 0;
        padding: 1rem 2%
    }

    .p3a2 .cont .contb {
        width: 55%;
    }

    .p3a2 .cont .contb h3 {
        font-size: 20px;
    }

    .p3a2 .cont .contb p {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .p3a2 .cont .conta .conta1 {
        margin-right: 1.5rem;
    }

    .p3a2 .cont .conta .conta1:nth-child(2) {
        margin-right: 0;
    }
}


@media(max-width: 767px) {

    .p3a1 li {
        width: 47%;
    }

    .p3a1 li a h2 {
        font-size: 10.5rem;
    }

    .p3a2 .cont {
        display: block;
        padding: 2rem 2%;
    }

    .p3a2 .cont .contb {
        width: 100%;
        margin-top: 10px;
    }

    .p3a2 .cont .conta .conta1 h3 {
        font-size: 26px;
    }

    .p3a2 .cont .conta .conta1 h4 {
        width: 2rem;
        line-height: 2rem;
    }

    .p3a2 .cont .conta .conta1 p {
        font-size: 15px;
        margin-top: 8px;
    }

    .p3a2 .cont .contb h3 {
        font-size: 16px;
    }


}





.c2 {
    background: url("../image/0b1418f83a7be93b9d961161bbbf3d91031b696f.jpg") center 0 no-repeat;
    padding-top: 70px;
    margin-top: 3.7rem;
    background-size: cover;
}

.c2 h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    font-weight: 100;
    padding-top: 20px;
    background: url("../image/b8e35680a6960480439822974b9c864356a45b8a.png") 6px 0 no-repeat;
}

.c2a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c2a .c2a2 {
    width: 40%;
    text-align: center;
}



@media (max-width: 500px) {
    .c2 h2 {
        font-size: 32px;
    }
}

.c2 h3 {
    font-size: 30px;
    color: #0277b5;
    font-weight: 600;
    margin-top: 20px;
}

@media (max-width: 500px) {
    .c2 h3 {
        font-size: 16px;
    }
}

.c2 dd {
    margin-top: 40px;
    font-size: 16px;
    color: #ffffff;
    line-height: 34px;
    max-width: 727px;
}

.c2 dd a {
    color: #e37b0b;
}

.c2 .content {
    margin-top: 6rem;
    max-width: 1560px;
    position: relative;
}

@media (max-width: 500px) {
    .c2 .content {
        margin-top: 30px;
    }
}

.c2 .content .list2 {
    background-image: linear-gradient(90deg,
            #002e61 0%,
            #0277b5 100%),
        linear-gradient(#0277b5,
            #0277b5);
    background-blend-mode: normal,
        normal;
    flex: 1;
    padding: 0.9rem 0 1rem;
}

.c2b {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 780px) {
    .c2 .content .list2 {
        width: 100%;
    }
}

.c2 .content .list2 li {
    float: left;
    color: #fff;
    text-align: center;
    width: 33.333%;
    border-right: 1px dashed rgba(255, 255, 255, .33);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.c2 .content .list2 li:last-child {
    border-right: none;
}

.c2 .content .list2 li div.img {
    height: 3.1rem;
    line-height: 3.1rem;
    margin-bottom: 1.6rem;
}

.c2 .content .list2 li div.img img {
    transition: all ease .3s;
}

.c2 .content .list2 li:hover div.img img {
    transform: rotateY(180deg);
}

.c2 .content .list2 li span {
    font-size: 0.95rem;
    color: #fff
}



@media (max-width: 500px) {
    .c2 .content .list2 li .zi {
        font-size: 40px;
    }
}

.c2 .content .list2 li .zi span {
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    font-family: 微软雅黑;
}

@media (max-width: 500px) {
    .c2 .content .list2 li .zi span {
        font-size: 14px;
    }
}

.c2 .content .list2 li .zi2 {
    font-size: 18px;
    margin-top: 8px;
}

@media (max-width: 500px) {
    .c2 .content .list2 li .zi2 {
        font-size: 14px;
    }
}

.c2 .content .list2 li:last-child {
    background: none;
}

.c2 .content .img1 {
    width: 638px;
    overflow: hidden;
}

@media (max-width: 1360px) {
    .c2 .content .img1 {
        width: 400px;
    }
}

.c2 .content .img1 img {
    max-width: 100%;
    transition-duration: .3s;
}

.c2 .content .img1:hover img {
    transform: scale(1.1);
}

@media(max-width: 1024px) {
    .c2a .c2a2 {
        width: 68%;
    }
}



@media(max-width: 768px) {
    .c2a {
        flex-wrap: wrap;
    }

    .c2a .c2a2 {
        width: 100%;
        margin-top: 8%;
    }

    .c2 .content .img1 {
        display: none;
    }

}



@media(max-width: 500px) {
    .c2 dd {
        font-size: 13px;
        line-height: 1.9;
    }

    .c2a .c2a2 {
        margin-top: 18%;
    }

    .c2 .content .list2 li div.img img {
        width: 61%;
    }

    .c2 .content .list2 li span {
        font-size: 14px;
    }

    .c2 .content {
        margin-top: 22%;
    }
}




.p4 {
    margin-top: 4.85rem;
}

.p4a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2.7rem;
}

.p4a li {
    width: 32.63%;
    margin-bottom: 1.05rem;
}

.p4a li:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.p4a li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.p4a li a div.img img {
    display: block;
    width: 100%;
}

.p4a li a .mark {
    background-color: rgba(2, 119, 181, .76);
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    transition: all ease .3s;
}

.p4a li a .mark .cont {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p4a li a .mark .cont h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1rem;
}

.p4a li a .mark .cont span {
    line-height: 45px;
    border: solid 1px #ffffff;
    padding: 0 1.9rem;
    font-size: 16px;
    color: #ffffff;
}

.p4a li:hover a .mark {
    bottom: 0;
}


@media(max-width: 768px) {
    .p4a li {
        width: 49%;
    }

    .p4a li a .mark {
        position: static;
        background: initial;
    }

    .p4a li a .mark .cont span {
        display: none;
    }

    .p4a li a .mark .cont h3 {
        margin-bottom: 0;
        color: #000;
        line-height: 2;
    }

}

@media(max-width: 767px) {
    .p4a li a .mark .cont h3 {
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 80%;
        margin: 0 auto;
    }
}





.p5 {
    background-color: #e7e7e7;
    padding: 3.5rem 0 3.95rem;
}


.p5a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3.1rem 0 1.5rem;
}

.p5a li {
    margin: 0 1.8rem;
    position: relative;
}

.p5a li::after {
    content: "";
    width: 1.15rem;
    height: 1px;
    background-color: #a0a0a0;
    position: absolute;
    right: -2.4rem;
    top: 50%;
    transform: translateY(-50%);
}

.p5a li a {
    display: block;
    font-size: 18px;
    color: #0d0d0d;
}

.p5a li:last-child::after {
    display: none;
}

.p5a li.on a {
    color: #0277b5;
}



.p5b {
    display: flex;
    justify-content: space-between;
}



.p5b1 {
    width: 36.54%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.35rem 1.5rem 2.65rem;
}

.p5b1 li a {
    display: block;
}

.p5b1 li a:hover .cont .conta h3 {
    color: #0277b5;
}

.p5b1 li a div.img {
    overflow: hidden;
}

.p5b1 li a div.img img {
    display: block;
    width: 100%;
    transition: all ease .6s;
}

.p5b1 li a:hover div.img img {
    transform: scale(1.1);
}

.p5b1 li a .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.05rem;
}

.p5b1 li a .cont .time {
    width: 4.55rem;
    height: 4.55rem;
    background-color: #0277b5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0.9rem;
    color: #ffffff;
}

.p5b1 li a .cont .time h3 {
    font-size: 2.25rem;
    font-weight: normal;
}

.p5b1 li a .cont .time span {
    font-size: 0.8rem;
}

.p5b1 li a .cont .conta {
    flex: 1;
}

.p5b1 li a .cont .conta h3 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #2a2a2a;
    margin-bottom: 1.1rem;
}

.p5b1 li a .cont .conta p {
    font-size: 0.75rem;
    line-height: 1.6;
    color: #7e7e7e;
}



.p5b2 {
    width: 62.3%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p5b2 li {
    width: 50%;
    border-bottom: 2px solid #e7e7e7;
    border-right: 2px solid #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p5b2 li:nth-child(2n) {
    border-right: none;
}


.p5b2 li:nth-last-child(-n+2) {
    border-bottom: none;
}

.p5b2 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.8rem 0 1.3rem;
}

.p5b2 li a .time {
    width: 2.9rem;
    margin-right: 0.95rem;
    text-align: center;
}

.p5b2 li a .time h3 {
    font-size: 1.75rem;
    font-weight: normal;
    color: #494949;
}

.p5b2 li a .time span {
    font-size: 0.8rem;
    color: #494949;
}

.p5b2 li a .cont {
    flex: 1;
}

.p5b2 li a .cont h3 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #2a2a2a;
    margin-bottom: 0.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p5b2 li a .cont p {
    font-size: 0.75rem;
    line-height: 1.6;
    color: #7e7e7e;
}



.p5b2 li a:hover .time h3 {
    color: #0277b5;
}

.p5b2 li a:hover .time span {
    color: #0277b5;
}

.p5b2 li a:hover .cont h3 {
    color: #0277b5;
}




@media(max-width: 1024px) {
    .p5b1 li a .cont .conta p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .p5b2 li a .cont p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

@media(max-width: 768px) {
    .p5b {
        flex-wrap: wrap;
    }

    .p5b1 {
        width: 100%;
    }

    .p5b2 {
        width: 100%;
        margin-top: 15px;
    }

    .p5b2 li a {
        padding: 1.5rem 1rem;
    }
}

@media(max-width: 767px) {
    .p5a li {
        margin: 0 1rem;
    }

    .p5a li::after {
        display: none;
    }

    .p5a li a {
        font-size: 15px;
    }

    .p5b1 li a .cont .time {
        width: 5.55rem;
        height: 5.55rem;
    }

    .p5b1 li a .cont .conta h3 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .p5b2 li {
        width: 100%;
        border-right: none;
    }

    .p5b2 li:nth-last-child(-n+2) {
        border-bottom: 2px solid #e7e7e7;
    }

    .p5b2 li a .time {
        width: 5rem;
    }

    .p5b2 li a .time h3 {
        font-size: 18px;
    }

    .p5b2 li a .cont h3 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .p5b1 li a .cont .conta p {
        font-size: 13px;
    }

    .p5b2 li a .cont p {
        font-size: 13px;
    }
}


.p6 {
    background: url(/static/images/dbbg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 2.15rem 0 2.75rem;
    position: relative;
}

.p6a1 h3 {
    font-size: 1.25rem;
    font-weight: normal;
    padding-left: 2.85rem;
    background: url(../image/8e111051be9f30c30f2428b79a541492b45e32ed.png) no-repeat left center;
    display: inline-block;
}

.p6a1 h4 {
    font-size: 2.4rem;
    font-weight: normal;
    margin: 1.4rem 0 1.7rem;
}

.p6a2 p {
    font-size: 0.9rem;
    line-height: 2;
}

.p6a2 p:nth-of-type(1) {
    display: inline-block;
    padding-left: 1.8rem;
    background: url(../image/3f3ad3bf58cd3433f6b80a3b4c06381ae7cc8a50.png) no-repeat left center;
}

.p6a2 p:nth-of-type(2) {
    margin-bottom: 1rem;
}

.p6a2 p:nth-of-type(3) {
    display: inline-block;
    padding-left: 1.8rem;
    background: url(../image/48865dac942b0a629ff3c9e62af290895c8b71b2.png) no-repeat left center;
}


.gotop {
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: 0.03rem 0.2rem 0.5rem 0rem rgba(102, 179, 220, 0.55);
    background: #0277b5 url(../image/e2889e8d872f9081947b0e2919a7f5fe4697acfc.png) no-repeat center center;
    position: absolute;
    bottom: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;

}


@media(max-width: 768px) {
    .p6a1 h3 {
        font-size: 18px;
        background-size: 20% auto;
    }

    .p6a1 h4 {
        font-size: 24px;
    }

    .p6a2 p {
        font-size: 16px;
    }

    .p6a2 p:nth-of-type(1) {
        background-size: 30% auto;
    }

    .p6a2 p:nth-of-type(3) {
        background-size: 30% auto;
    }

    .gotop {
        width: 3.5rem;
        height: 3.5rem;
        background-size: 40% auto;
    }
}



.p7 {
    padding-top: 2.2rem;
    padding-bottom: 2rem;
}

.p7 .wh1560 {
    display: flex;
    justify-content: space-between;
}


.p7a {
    width: 34.48%;
    min-height: 131px;
    border-right: 1px solid #d2d2d2;
    display: flex;
    padding-right: 4.4rem;
    align-items: center;
}

.p7a1 {
    width: 2.35rem;
    height: 6.6rem;
    background-color: #e6e6e6;
    font-size: 1.2rem;
    color: #0277b5;
    line-height: 1.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 700;
    z-index: 0;
    margin-right: 2.4rem;
}

.p7a1::after {
    content: "";
    width: 0.95rem;
    height: 1.25rem;
    background-color: #e6e6e6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: -1;
}

.p7a2 {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.p7a2 a {
    width: 33.333%;
    font-size: 0.8rem;
    line-height: 2.45rem;
    color: #515151;
}

.p7a2 a:last-child {
    display: none;
}



.p7b {
    width: 31.35%;
    min-height: 131px;
    border-right: 1px solid #d2d2d2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
}

.p7b1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(199, 199, 199, .45);
    padding: 6px;
    margin: 0 0.5rem;
}

.p7b1 p {
    width: 13px;
    line-height: 1.1;
    margin-right: 8px;
}

.p7b1 div.img img {
    width: 100px;
    height: 100px;
}


.p7c {
    margin-right: 3rem;
    font-size: 14px;
    line-height: 1.85;
    color: #6e6e6e;
}

.p7c a {
    color: #6e6e6e;
}




.f_link .wh1560 {
    background: url(../image/e915e48066a941d8d2453fc8760665e25a7fef38.png) no-repeat top center;
    padding-top: 40px;
    font-size: 14px;
    line-height: 1.9;
    color: rgba(87, 87, 87, .91);
    background-size: 100% auto;
    padding-bottom: 34px;
}


.f_link .wh1560 a {
    color: rgba(87, 87, 87, .91);
    margin-right: 14px;
}

@media(max-width: 1024px) {
    .p7a1 {
        margin-right: 1rem;
    }

    .p7a {
        padding-right: 0;
    }

    .p7c {
        margin-right: 0;
        padding-left: 1rem;
    }
}



@media(max-width: 768px) {
    .p7 .wh1560 {
        flex-wrap: wrap;
    }

    .p7b {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 15px;
    }
}


@media(max-width: 767px) {
   

    .p7b {
        border: none;
    }
    .p7c {
        padding-left: 0;
        font-size: 13px;
    }
}