﻿/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

/*@media(max-width: 768px) {
    body {
        padding-top: 60px;
    }
}*/

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #151515;
    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;
}

/*----- 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;
}


.wh {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}

.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);
}

@media(max-width: 1024px) {
    .com-img {
        display: initial
    }

    .com-img:hover img {
        transform: initial;
    }
}

.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;
}


.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.topLink a {
    color: #666666;
    font-size: 14px;
    opacity: 0.62;

}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 a {
    color: #595959;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh1400 {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}

/*头部样式*/

.top2 {
    height: 140px;
    overflow: hidden;
    background: url(../images/67de69e2d2458e8f4d3eb89c9a9b125f91833353.png) no-repeat center center;
    background-size: cover;
}

.logo {
    line-height: 140px;
}

.logo img{
width: 100%;
}
.logo-ys {
    margin-left: auto;
    margin-right: 1.85rem;
}

.logo-ys li+li {
    margin-left: 1.55rem;
}

.logo-ys li div.img {
    width: 42px;
    height: 42px;
    background-color: #1a57a9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}

.logo-ys li .cont h3 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-bottom: 5px;
}

.logo-ys li .cont p {
    font-family: "Arial";
    font-size: 12px;
    font-weight: normal;
    color: #888888;
    line-height: 1;
}





.top2 .k2 {
    background: url(../images/b56aa85b42ed813e9f539ec00a7bddf330e02e61.png) no-repeat left center;
    padding-left:60px;
	min-height:55px;
}

.top2 .k2 h3 {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    padding-left:5px;
    margin-bottom: 4px;
}

.top2 .k2 p {
    font-size: 36px;
    color: #1a57a9;
    line-height: 1;
}


/* 导航样式 */
#menu {
    background-color: #1a57a9;
    position: relative;
    z-index: 999;
}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-menu>li {
    position: relative;
    flex: 1;
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 70px;
    height: 70px;
    text-align: center;
}



.x-menu>li>a:hover {
    background-color: #07408c;
}

.x-menu>li a.nav_on {background-color: #07408c;}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 70px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background-color: #07408c;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}


@media(max-width: 1440px) {
    .top2 {
        height: 100px;
    }

    .logo {
        line-height: 100px;
    }

    .top2 .k2 p {
        font-size: 25px;
    }

    .top2 .k2 {
        background-size: 50% auto;
        padding-left: 53px;
        background-size: 20% auto;
    }

    .x-menu>li>a {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .x-sub-menu {
        top: 50px;
    }
}


/*.k2a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 6%;
}*/

.ssd {
    width: 22%;
    position: relative;
}

.ssy {
    position: absolute;
    top: 110%;
    right: 0px;
    display: block;
    z-index: 9999;
    display: none;
}

.sgg {
    background: url(../images/ss1.png) right center no-repeat;
    height: 20px;
    background-size: 100% 100%;
    width: 20px;
    display: block;
    cursor: pointer;
}

.sgg::after {
    content: "";
    width: 2px;
    height: 0.85rem;
    background: #979797;
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
}

.en img {
    max-width: 100%;
}


.k2 #formsearch,
.k2 .x-login {
    display: inline-block;
    vertical-align: middle;
}

.k2 #formsearch {
    position: relative;
    width: 200px;
}

.k2 #formsearch:before {
    content: '|';
    position: absolute;
    left: 36px;
    top: 5px;
}

.k2 #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-image: url("../images/icon_spirit.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -210px;
}

.k2 #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, 0.8);
    margin-top: 5px;
    height: 20px;
    padding-left: 10px;
}

@media(max-width: 1024px) {
    .sgg::after {
        display: none;
    }

    .k2a {
        width: 7%;
    }

    .x-menu .sec .wjhgehga .nac_a3 {
        padding-top: 3vw;
        width: 30%;
    }

    .x-menu li:nth-child(1) .sec .wjhgehga .nac_a2,
    .x-menu li:nth-child(2) .sec .wjhgehga .nac_a2,
    .x-menu li:nth-child(4) .sec .wjhgehga .nac_a2,
    .x-menu li:nth-child(5) .sec .wjhgehga .nac_a2 {
        width: 30%;
    }

    .x-menu .sec .wjhgehga .nac_a2 {
        padding: 0;
    }
}

/*@media(min-width: 1024px) {
    body {
        padding-top: 90px;
    }
}*/






.p1 {

    /*margin-top: 4.25rem;*/
}

.p1a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-left: 8.333%;
}

.p1a h3 {
    font-family: "Georgia";
    font-size: 4.55rem;
    color: #313131;
    font-weight: 400;
}

.p1a h4 {
    font-size: 3rem;
    font-weight: normal;
    line-height: 3.85rem;
    color: #313131;
}

.p1a span {
    font-size: 1.2rem;
    color: #313131;
    display: inline-block;
    margin: 1.2rem 0 2.3rem;
}

.p1a p {
    font-size: 0.8rem;
    line-height: 1.55rem;
    color: #8d8d8d;
}

.p1a1 {
    width: 42.84%;
}

.p1a1a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p1a1a h3 {
    font-family: "Arial";
    font-size: 3rem;
    color: #054e9e;
    font-weight: 400;
}

.p1a1a a {
    width: 9rem;
    height: 2.55rem;
    background-color: #054e9e;
    line-height: 2.55rem;
    text-align: center;
    font-size: 0.9rem;
    color: #ffffff;
}
.p1a1a a:hover{
    background-color: #2d2d2d;
}

.p1a2 {
    width: 53.64%;
}

.p1a2 img {
    width: 100%;
}


.p1b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 2.8rem 0 4.8rem;
}

.p1b li {
    background: url(../images/xie.png) no-repeat right center;
}

.p1b li a {
    display: flex;
    justify-content: center;
}

.p1b li a h3 {
    font-family: "Impact";
    font-size: 4rem;
    color: #054e9e;
    line-height: 1;
}

.p1b li a div.cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2% 0;
}

.p1b li a div.cont span {
    font-family: "Bebas";
    font-size: 2.4rem;
    color: #272727;
    line-height: 1px;
}

.p1b li a div.cont p {
    font-size: 1.2rem;
    color: #272727;
    line-height: 1;
}

.p1b li:nth-child(1) {
    width: 25%;
}

.p1b li:nth-child(2) {
    width: 25%;
}

.p1b li:nth-child(3) {
    width: 25%;
}

.p1b li:nth-child(4) {
    width: 25%;
    background: initial;
}

.p1b li:nth-child(1) a {
    justify-content: flex-start;
}

.p1b li:nth-child(1) a h3 {
    /*margin-right: 0.8rem;*/
}

@media(max-width: 1450px) {
    .p1>.wh {
        padding: 0 15px 0 8.3333%;
    }
}

@media(max-width: 1024px) {
    .p1a h3 {
        font-size: 4rem;
    }

    .p1a h4 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}


@media(max-width: 768px) {
    .p1a {
        padding: 0 15px;
    }

    .p1a1 {
        width: 100%;
        order: 2;
    }

    .p1a2 {
        width: 100%;
        order: 1;
    }

    .p1>.wh {
        padding: 0 15px;
    }

    .p1b li:nth-child(1) {
        width: 50%;
    }

    .p1b li:nth-child(2) {
        width: 50%;
    }

    .p1b li:nth-child(3) {
        width: 50%;
    }

    .p1b li:nth-child(4) {
        width: 50%;
    }

    .p1b li:nth-child(1) a {
        justify-content: center;
    }

    .p1b li {
        background: initial;
        margin-bottom: 4%;
    }
}


@media(max-width: 500px) {
    .p1a h3 {
        font-size: 4.5rem;
        margin: 1rem 0;
    }

    .p1a h4 {
        font-size: 2.5rem;
    }

    .p1a span {
        font-size: 1.7rem;
        margin: 1.2rem 0;
    }

    .p1a p {
        font-size: 1.4rem;
        line-height: 1.8;
    }

    .p1a1a a {
        width: 10rem;
        height: 3rem;
        background-color: #054e9e;
        line-height: 3rem;
        text-align: center;
        font-size: 1.4rem;
        color: #ffffff;
    }

}

 .p2 .index-title {
    text-align: center;
    margin-bottom: 2%;
}

.index-title {
    text-align: center;
}

.index-title h3 {
    font-size: 2rem;
    color: #313131;
    margin-bottom: 1.2rem;
}

.index-title p {
    font-size: 0.8rem;
    color: #313131;
    position: relative;
}

.index-title p:after {
    content: "";
    height: 3px;
    background-color: #0168b7;
    width: 5.45rem;
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
}







.p2 {
    background: url(../images/p2b.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    padding: 3.1rem 0 2.1rem;
}

.p2-text {
    width: 84.85%;
    margin: 2.7rem auto;
    font-size: 0.8rem;
    line-height: 1.7;
    color: #ffffff;
    text-align: center;
}

.p2-swiper {
    overflow: hidden;
}

.p2-swiper .swiper-slide a {
    display: block;
    position: relative;
    overflow: hidden;
}

.p2-swiper .swiper-slide a div.img img {
    display: block;
    width: 100%;
    height: 100%;
}

.p2-swiper .swiper-slide a div.cont1 {
    width: 100%;
    position: absolute;
    bottom: 15%;
    left: 1rem;
    color: #ffffff;
}

.p2-swiper .swiper-slide a div.cont1 h3 {
    font-size: 1.15rem;
    font-weight: 400;
    margin-bottom: 0.9rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p2-swiper .swiper-slide a div.cont1 span {
    font-size: 1rem;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p2-swiper .swiper-slide a div.cont {
    width: 100%;
    /*position: absolute;*/
    bottom: -45%;
    left: 0;
    right: 0;
    background-color: #0168b7;
    padding: 1.1rem 1.6rem 1.8rem 1.05rem;
    color: #ffffff;
    transition: all ease .4s;
}

.p2-swiper .swiper-slide a div.cont h3 {
    font-size: 1.15rem;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p2-swiper .swiper-slide a div.cont span {
    font-family: "Arial";
    font-size: 1rem;
    margin-bottom: 0.9rem;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p2-swiper .swiper-slide a div.cont p {
    font-size: 0.7rem;
    line-height: 1.45;
    height: 60px;
}

.p2-swiper .swiper-slide:hover a div.cont1 {
    display: none;
}

.p2-swiper .swiper-slide:hover a div.cont {
    bottom: 0;
}

.p2more a {
    display: block;
    width: 7.85rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 1rem;
    border: solid 1px #000;
    font-size: 0.75rem;
    color: #000;
    text-align: center;
    margin: 3rem auto 0;
}
.p2more a:hover{
    background: #0168b7;
     border: solid 1px #0168b7;
   
}

@media(max-width: 1600px) {
    .p2-swiper .swiper-slide a div.cont{
        
    }
}
@media(max-width: 1450px) {
    .p2-swiper .swiper-slide a div.cont {
        bottom: -51%;
    }
}

@media(max-width: 1366px) {
    .p2-swiper .swiper-slide a div.cont {
        bottom: -51%;
    }
}

@media(max-width: 1024px) {
    .p2-swiper .swiper-slide a div.cont {
        bottom: -53%;
    }
}

@media(max-width: 768px) {
    .p2-swiper .swiper-slide a div.cont1 {
        display: none;
    }

    .p2-swiper .swiper-slide a div.cont {
        bottom: 0;
    }

    .p2-swiper .swiper-slide a div.cont {
        padding: 0.5rem;
    }

    .p2-swiper .swiper-slide a div.cont span {
        margin-bottom: 0;
    }
}


@media(max-width: 500px) {
    .index-title h3 {
        font-size: 2.5rem;
    }

    .index-title p {
        font-size: 1.4rem;
    }

    .p2-text {
        font-size: 1.3rem;
    }

    .p2-swiper .swiper-slide a div.cont h3 {
        font-size: 1.7rem;
    }

    .p2-swiper .swiper-slide a div.cont p {
        font-size: 1.2rem;display:none;
    }
    .p2-swiper .swiper-slide a div.cont span{
        display:none;
    }
}








.p3 {
    margin-top: 3.9rem;
}

.p3 .index-title h3 {
    color: #000000;
}

.p3 .index-title p {
    color: #747474;
}

.p3a {
    display: flex;
    justify-content: space-between;
    margin-top: 4.1rem;
    flex-wrap: wrap;
}

.p3a1 {
    width: 50%;
}

.p3a1 img {
    width: 100%!important;
    height: 545px;
}
@media(max-width:500px){
    .p3a1 img{
       max-width:100%; height:auto !important;width:auto !important;
    }
}

.p3a2 {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p3a2a {
    background: url(../images/nb.png) no-repeat center center;
    background-size: cover;
    height: 47.3%;
    padding: 2.6rem 1rem 1rem 2.1rem;
}

.p3a2a h3 {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ffffff;
}

.p3a2a img {
    max-width: 100%;
    display: block;
    margin-top: 2.6rem;
}

.p3a2b {
    display: flex;
    justify-content: space-between;
    height: 50%;
    /* overflow: hidden; */
}

.p3a2b .p3a2b1 {
    width: 48.8%;
}

.p3a2b .p3a2b1 p {
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 100%;
}

.p3a2b .p3a2b1 img {
    width: 100%!important;
    height: 100%!important;
    display: block;
}


.p3a2b .p3a2b2 {
    width: 48.8%;
}

.p3a2b .p3a2b2 a {
    display: block;
    background: #054e9e;
    color: #fff;
    height: 100%;
    padding: 3rem 2.7rem 2rem 2.3rem;
}

.p3a2b .p3a2b2 a span {
    font-size: 0.7rem;
    display: inline-block;
    margin-bottom: 1.2rem;
}

.p3a2b .p3a2b2 a h3 {
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.p3a2b .p3a2b2 a p {
    font-size: 0.7rem;
    line-height: 1.9;
}


.p3b {
    margin-top: 2.25rem;
    position: relative;
    padding-bottom: 2.75rem;
}

.p3b .p3b-swiper {
    overflow: hidden;
}

.p3b .swiper-slide a {
    display: block;
    padding-bottom: 1.8rem;
    border-bottom: 7px solid #d1d1d1;

}
.p3b .swiper-slide:hover a h3 {
    color: #054e9e;
}

.p3b .swiper-slide a h3 {
    font-size: 0.9rem;
    line-height: 23px;
    height: 23px;
    overflow: hidden;
    color: #333333;
    margin-bottom: 0.7rem;
}

.p3b .swiper-slide a span {
    font-size: 0.7rem;
    line-height: 1.58;
    color: #054e9e;
    display: inline-block;
    margin-bottom: 1rem;
}

.p3b .swiper-slide a p {
    font-size: 0.65rem;
    line-height: 1.8;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.p3b-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.p3b-pagination .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    transition: all ease .36s;
    opacity: 1;
    margin: 0 4px;
    outline: none;
}


.p3b-pagination .swiper-pagination-bullet-active {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #054e9e;
    border-radius: 50%;
}



@media(max-width: 1450px) {
    .p3a2a {
        padding: 1.6rem 1rem 0.5rem 2.1rem;
    }

    .p3a2a img {
        margin-top: 1.6rem;
    }

    .p3a2b .p3a2b2 a {
        padding: 1rem 2.7rem 2rem 2.3rem;
    }
}

@media(max-width: 1366px) {
    .p3a2b .p3a2b2 a {
        padding: 1rem 0.7rem 2rem 1.3rem;
    }
}

@media(max-width: 1024px) {
    .p3a2b .p3a2b2 a span {
        margin-bottom: 0.5rem;
    }

    .p3a2b .p3a2b2 a h3 {
        margin-bottom: 0.5rem;
    }
}

@media(max-width: 768px) {
    .p3a1 {
        width: 100%;
    }

    .p3a2 {
        width: 100%;
        margin-top: 2%;
    }
}

@media(max-width: 500px) {
    .p3a2a {
        height: initial;
    }

    .p3a2a h3 {
        font-size: 1.6rem;
    }

    .p3a2a img {
        max-width: 75%;
    }

    .p3a2b {
        flex-wrap: wrap;
        height: initial;
        margin-top: 2%;
    }

    .p3a2b .p3a2b1 {
        width: 100%;
    }

    .p3a2b .p3a2b2 {
        width: 100%;
    }

    .p3a2b .p3a2b2 a span {
        font-size: 1.4rem;
    }

    .p3a2b .p3a2b2 a h3 {
        font-size: 1.6rem;
    }

    .p3a2b .p3a2b2 a p {
        font-size: 1.3rem;
    }

    .p3b .swiper-slide a h3 {
        font-size: 1.5rem;
        font-size: 1.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .p3b .swiper-slide a p {
        font-size: 1.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}









/* p2 */



.p4 {
    margin-top: 2.4rem;
}

.p4 .index-title h3 {
    color: #000000;
}

.p4 .index-title p {
    color: #747474;
}

.p4a {
    position: relative;
    margin-top: 3.4rem;
}

.p4a li {
    position: relative;
}

.p4a li>img {
    width: 100%;
}

.p4a li div.wh {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0;
    width: 100%;
    transform: translateX(-50%);
}

.p4a li div.cont {
    position: absolute;
    left: 0;
    top: 5.5rem;
    z-index: 999;
    width: 32.1rem;
}

.p4a li div.cont h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 1.4rem;
}

.p4a li div.cont p {
    font-size: 0.8rem;
    line-height: 1.8;
    color: #ffffff;
}

a.index-more {
    color: #ffffff;
    width: 9rem;
    height: 2.8rem;
    line-height: 2.8rem;
    display: block;
    background: url(../images/line_btn_jt.png) no-repeat 80% center;
    margin-top: 2.3rem;
    position: relative;
    text-indent: 1rem;
    border-left: 1px solid rgba(255, 255, 255, .35);
    border-right: 1px solid rgba(255, 255, 255, .35);
}


a.index-more::after {
    content: "";
    width: 0%;
    height: 100%;
    background-color: #3d3b3b;
    z-index: -1;
    transition: all ease 0.36s;
    position: absolute;
    left: 0;
    top: 0;
}

a.index-more:hover::after {
    width: 100%;
}


.p4b {
    background: rgba(0, 0, 0, 0.41);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.p4b1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.p4b1 li {
    width: 20%;
    border-right: 1px solid rgba(238, 238, 238, .18);
    height: 9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.p4b1 li:last-child {
    border-right: none;
}

.p4b1 li a span.img {
    display: inline-block;
    height: 4.65rem;
    line-height: 4.65rem;
}

.p4b1 li a span.img img {
    max-width: 100%;
    transition: all ease 0.36s;
}

.p4b1 li a h3 {
    font-size: 0.8rem;
    color: #ffffff;
    margin-top: 0.8rem;
    font-weight: 400;
}

.p4b1 li.cur {
    background: rgba(8, 75, 148, .92);
    border: none;
}


@media (max-width: 1440px) {
    .p4a li div.cont {
        left: 4%;
        top: 1rem;
    }

    .p4a li div.cont a {
        margin-top: 2rem;
    }
}

@media (max-width: 1024px) {
    .p4b1 li {
        height: 8rem;
    }

    .p4b1 li a h3 {
        margin-top: 0.2rem;
    }

    .p4b1 li a span.img img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .p4b1 li {
        height: 4rem;
    }

    .p4b1 li a h3 {
        font-size: 12px;
    }

    .p4a li div.cont {
        width: 28.1rem;
    }

    .p4a li div.cont a {
        margin-top: 0.5rem;
    }

    .p4a li div.cont p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .p4b1 li a span.img {
        height: initial;
        line-height: initial;
    }
}

@media (max-width: 500px) {
    .p4b {
        position: initial;
        padding: 0;
        background: #054e9e;
    }

    .p4b1 {
        justify-content: center;
    }

    .p4b .wh {
        padding: 0;
    }

    .p4b1 li.cur {
        background: rgba(0, 0, 0, .1);
    }

    .p4b1 li a span.img img {
        width: 34%;
    }

    .p4a li div.cont h3 {
        font-size: 2rem;
    }

    .p4a li div.cont p {
        font-size: 14px;
    }

    .p4b1 li {
        width: 33.33%;
        height: 6.2rem;
        border: none;
    }
}





.p5 {
    margin-top: 2.45rem;
}

.p5 .index-title h3 {
    color: #000000;
}

.p5 .index-title p {
    color: #747474;
}

.p5a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3.25rem;
}

.p5a li {
    width: 16.18%;
    margin-bottom: 12px;
    transition: all ease .3s;
}

.p5a li a {
    display: block;
    border: 1px solid #e5e5e5;
}

.p5a li a img {
    display: block;
    width: 100%;
}

.p5a li:hover {
    box-shadow: 0.5px 0.9px 10px 0px rgba(0, 0, 0, 0.22);
}

@media(max-width: 768px) {
    .p5a li {
        width: 24.18%;
    }
}


@media(max-width: 500px) {
    .p5a li {
        width: 32.18%;
    }
}

.f_link {
    text-align: center;
    margin: 2.4rem 0 1.1rem;
}

.f_link a {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    padding-right: 1rem;
    position: relative;
    margin-right: 0.8rem;
}

.f_link a::after {
    content: "/";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}




.p6 {
    background-color: #054e9e;
    padding: 2.6rem 0 1rem;
}

.p6a1 {
    width: 20.75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 8%;
    padding-top: 0.8rem;
    float: left;
}

.p6a1 div {
    width: 41.51%;
    font-size: 0.7rem;
    color: #999999;
    text-align: center;
}

.p6a1 div div.img {
    width: 100%;
    background: url(../images/fw1.png) no-repeat center center;
    background-size: cover;
    padding: 0.8rem;
    margin-bottom: 0.4rem;
}

.p6a1 div div.img img {
    width: 100%;
}

.p6a1 li{
    float:left;
    width: 39%;
    margin: 4% 18% 4% 2%;
    text-align: center;
}
.p6a1 li:nth-child(2n){margin-right:0;}



.p6a1 li a {
    font-size: 0.7rem;
    color: #999999;
    line-height: 1.5;
    margin-bottom: 0.6rem;
}
.p6a1 li a:hover{
    color:#054e9e;
}


.p6a2 {
    width: 16.19%;
    padding: 0 1.5rem;
    border-left: 1px solid #0a64ad;
    border-right: 1px solid #0a64ad;
    float: left;
}
.p6a2 li{
    float:left;
    width: 39%;
    margin: 4% 18% 4% 2%;
    text-align: center;
}
.p6a2 li:nth-child(2n){margin-right:0;}



.p6a2 li a {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0.6rem;
}
.p6a2 li a:hover{
    color:#ecff1d;
}



.p6a3 {
    width: 47.38%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    float: right;
}

.p6a3 li {
    text-align: center;
}

.p6a3 li h3 {
    font-size: 16px;
    line-height: 13.03px;
    color: #fff;
    margin: 14px 0 1.5rem;
}

.p6a3 li p {
    font-size:16px;
    line-height: 2;
    color: #fff;
}


.p6b {
    border-top: 1px dashed #0a64ad;
    margin-top: 25px;
    padding-top: 1rem;
    font-size:16px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
}

.p6b a {
    color: #fff;
}
.p6b .jszc img{margin-top:-3px;}

@media(max-width: 1366px) {
    .p6a2 {
        padding: 0 0.8rem;
    }
}

@media(max-width: 768px) {
    .p6a1 {
        width: 100%;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 4%;
    }

    .p6a1 div {
        margin: 0 2%;
        width: 20.51%;
    }

    .p6a2 {
        width: 30.19%;
        float: right;
        border: none;
    }

    .p6a3 {
        width: 95%;
        margin-top: 5%;
        justify-content: space-around;
    }
}

@media(max-width: 500px) {
    .p6a1 div {
        width: 40.51%;
        font-size: 1.5rem;
    }

    .p6a2 {
        width: 58.19%;
        float: left;
    }

    .p6a3 {
        float: none;
    }

    .p6a3 li {
        width: 100%;
    }

    .p6b {
        font-size: 16px;
    }
}




.page {
    margin-top: 70px;
    text-align: center;
}
@media (max-width: 991px) {
    .page {
        margin-top: 50px;
    }
}
.page li {
    display: inline-block;
    vertical-align: top;
}
.page li a {
    font-size: 14px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin: 0 4px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    color: #333;
    border: 1px solid #ebebeb;
    background: #fff;
}
@media (max-width: 767px) {
    .page li a {
        line-height: 34px;
        width: 34px;
        height: 34px;
        margin: 0 1px;
    }
}
.page li a {
    display: block;
}
.page li.omit a {
    color: #333;
    border-color: #fff;
    background-color: #fff;
}
.page li.omit:hover a {
    background: none;
}
.page li.prev a,
.page li.next a {
    color: #a0a0a0;
}
.page li.prev a:before,
.page li.next a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    content: '\e9b5';
}
.page li.prev a:hover,
.page li.next a:hover {
    border-color: #e70012;
    background-color: #e70012;
}
.page li.next a:before {
    content: '\e72f';
}
.page li.active a,
.page li:hover a {
    color: #fff;
    border-color: #e70012;
    background-color: #e70012;
}






/*热门搜索*/
.sou {
    margin: 15px 0;
}



.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

#keyword::-webkit-input-placeholder {
    color: #767676;
}

#keyword::-moz-placeholder {
    color: #767676;
}

#keyword:-ms-input-placeholder {
    color: #767676;
}







/*内页左侧样式*/



/*.left{width: 225px;float: left;}
.right{width: 940px;float: right;}
.xypg-case-list li{width:300px;}
.xypg-product-list li{width: 293px;}
.xypg-product-list li .img img{width: 271px;height: 205px;}
.relate-product-slick .owl-item .img img{    width: 213px;height: 159px;}
.xypg-case-list li .img img{width: 300px;height: 300px;}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}*/
.page-product-inquiry a {
    color: #fff;
}

/* 内页 */
.product-detail-swiper {
    width: 550px;
    float: left;
}

.product-detail-swiper .view {
   
}

.product-detail-swiper .view .swiper-slide {
    outline: none;
}

.product-detail-swiper .view .slick-con {
    text-align: center;
    display: block;
   /* height: 318px;
    line-height: 318px;*/
    font-size: 0;
}

.product-detail-swiper .view .slick-con img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
     border: 1px solid #e5e5e5;
     padding: 3px;
}

.product-detail-swiper .view .slick-con:after {
    content: "";
    /*height: 100%;*/
    vertical-align: middle;
    display: inline-block;
}

.product-detail-swiper .preview {
    margin: 0 -5px;
    position: relative;
    margin-top: 10px;
    display: none;
}

.product-detail-swiper .preview .swiper-slide {
    outline: none;
}

.product-detail-swiper .preview .swiper-slide.active-nav .slick-con {
    border-color: #151515;
}

.product-detail-swiper .preview .slick-con {
    text-align: center;
    display: block;
    height: 101px;
    line-height: 99px;
    margin: 0 5px;
    border: 1px solid #e1e1e1;
    font-size: 0;
}

.product-detail-swiper .preview .slick-con img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
	width:100%;
	height:auto;
}

.product-detail-swiper .preview .slick-con:after {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.product-detail-swiper .preview .arrow-left,
.product-detail-swiper .preview .arrow-right {
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -25px;
    width: 20px;
    height: 50px;
    background: rgba(89, 89, 89, 0.8);
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
}

.product-detail-swiper .preview .arrow-left {
    left: 5px;
}

.product-detail-swiper .preview .arrow-right {
    right: 5px;
}

.product-detail-lists {
    width: calc(100% - 600px);
    padding-top: 20px;
    float: right;
}

.product-detail-lists h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 65px;
}

.product-detail-lists .product-detail-item li {
    border-top: 1px solid #eee;
    padding: 25px 0;
    font-size: 18px;
    color: #333333;
}

.product-detail-lists .product-detail-item li span {
    font-size: 14px;
    color: #666666;
}

.product-detail-lists .product-detail-inquiry {
    margin-bottom: 20px;
}

.product-detail-lists .product-detail-inquiry a {
    display: inline-block;
    width: 42%;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background: #151515;
    border-radius: 2px;
}

.product-detail-lists .product-detail-inquiry a i {
    font-size: 20px;
    line-height: 0;
    vertical-align: -2px;
    margin-right: 5px;
}

.product-detail-lists .service-number {
    font-size: 14px;
    color: #333333;
}

.product-detail-lists .service-number span {
    font-size: 25px;
    color: #151515;
}


.icon-arrowleft:before {
    content: "\e620" !important;
}

.icon-arrowright:before {
    content: "\e61f" !important;
}




@media(max-width: 768px) {
    .product-detail-swiper .view .slick-con {
        height: auto;
        line-height: initial;
    }
    .product-detail-swiper {
        float: none;
         width: 100%;
    }
    .product-detail-lists {
        float: none;
        width: 100%;
    }
}










/* 内页定制 */
.page-banner1 {
    width: 100%;
}

.page-banner1 img {
    width: 100%;
    display: block;
}

.wh1520 {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 15px;
}

.np1a {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 2.55rem;
}

.np1a .np1a1 div.img img {
    display: block;
    width: 100%;
}

.np1a .np1a1 {
    width: 24.6%;
    position: relative;
    margin-right: 0.3rem;
    margin-bottom: 1rem;
}

.np1a .np1a1:nth-child(4n) {
    margin-right: 0;
}

.np1a .np1a1 a {
    display: block;
    width: 89%;
    height: 89%;
    border: solid 2px #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease .8s;
}




.biankuang {
    width: 2px;
    height: 2px;
    position: absolute;
    z-index: 99;
   
}

.biankuang_1 {
    height: 0px;
    top: 0px;
    left: -2px;
    border-left: 2px solid #054e9e;
}

.biankuang_2 {
    width: 0px;
    bottom: -2px;
    left: 0px;
    border-top: 2px solid #054e9e;
}

.biankuang_3 {
    height: 0px;
    bottom: 0px;
    right: -2px;
    border-right: 2px solid #054e9e;
}

.biankuang_4 {
    width: 0px;
    top: -2px;
    right: 0px;
    border-bottom: 2px solid #054e9e;
}
.np1a .np1a1 a:hover {
    border: 2px solid #054e9e;
}
.np1a .np1a1 a:hover .biankuang_1{
    transition: .2s ;
    height: 100%;
}

.np1a .np1a1 a:hover .biankuang_2{
    transition: .2s 0.2s;
    width: 100%;
}

.np1a .np1a1 a:hover .biankuang_3{
    transition: .2s;
    height: 100%;
}

.np1a .np1a1 a:hover .biankuang_4{
    transition: .2s 0.2s;
    width: 100%;
}





.np1a .np1a1 a h3 {
    width: 8.05rem;
    height: 2.1rem;
    background-color: #ffffff;
    line-height: 2.1rem;
    font-size: 0.79rem;
    font-weight: 400;
    color: #000000;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.np1a .np1a1 a h3:hover{
    background: #c80616;
    color:#fff;
}


.np1-more a {
    display: block;
    width: 7rem;
    height: 2.25rem;
    line-height: 2.25rem;
    border-radius: 10px;
    border: solid 1px #a0a0a0;
    text-align: center;
    margin: 2.25rem auto 0;
}


@media(max-width: 768px) {
    .np1a {
        justify-content: space-between;
    }

    .np1a .np1a1 {
        width: 48.6%;
        margin-right: 0;
    }
}

@media(max-width: 500px) {
    .np1a .np1a1 {
        width: 100%;
    }

    .np1a .np1a1 a h3 {
        width: 10.05rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.6rem;
    }
}










.np2 {
    margin-top: 2.5rem;
    background-color: #054e9e;
    padding: 0.7rem 0 0.65rem;
}

.np2 .wh {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.np2 .np2a {
    width: 10.79%;
}

.np2 .np2a h3 {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #ffffff;
}

.np2 .np2a p {
    font-size: 0.8rem;
    line-height: 1.6;
    color: rgba(236, 236, 236, .78);
    margin-top: 1.2rem;
    position: relative;
}

.np2 .np2a p::before {
    content: "";
    width: 2.95rem;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.np2 .np2b {
    width: 85.67%;
}

.np2b-swiper {
    overflow: hidden;
}

.np2b-swiper .swiper-slide {
    width: 17.86%;
    margin-right: 1.4rem;
}

.np2b-swiper .swiper-slide a.img {
    display: block;
}

.np2b-swiper .swiper-slide a.img img {
    max-width: 100%;
}

@media(max-width: 768px) {
    .np2 .np2a {
        width: 22.79%;
    }

    .np2 .np2b {
        width: 69.67%;
    }

    .np2b-swiper .swiper-slide {
        width: 38%;
        margin-right: 1.4rem;
    }
}

@media(max-width:500px) {
    .np2 .np2a p {
        line-height: initial;
    }

    .np2 .np2a p::before {
        display: none;
    }
}













.wh1300 {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}

.np3-title h3 {
    font-size: 1.8rem;
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin: 2.5rem 0 3.4rem;
    position: relative;
    padding-bottom: 1.15rem;
}

.np3-title h3:after {
    content: "";
    width: 1.8rem;
    height: 4px;
    background-color: #054e9e;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.np3-title h3 span {
    margin-left: 1.3rem;
    position: relative;
}

.np3-title h3 span:after {
    content: "";
    width: 0.7rem;
    height: 0.65rem;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
}


.np3a li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.np3a li a div.img img {
    display: block;
    width: 100%;
    height: 100%;
}

.np3a li a div.cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .54);
    color: #ffffff;
    padding: 8% 2% 2%;
    opacity: 0;
    transition: all ease .36s;
}

.np3a li a div.cont h3 {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0.2rem;
}

.np3a li a div.cont span {
    font-family: "ArialMT";
    font-size: 0.75rem;
    display: inline-block;
    margin-bottom: 0.3rem;
}

.np3a li a div.cont p {
    font-size: 0.75rem;
    line-height: 2;
}

.np3a li a div.cont em {
    width: 5.35rem;
    height: 2.1rem;
    background-color: #054e9e;
    font-family: "ArialMT";
    font-size: 0.75rem;
    line-height: 2.1rem;
    color: #ffffff;
    text-align: center;
    font-style: normal;
    display: block;
    margin-top: 0.6rem;
}

.np3a li:hover a div.cont {
    opacity: 1;
}

.np3a li.li1 {
    width: 29.23%;
    margin-right: 6px;
}

.np3a li.li1 a div.cont {
    padding: 20% 10% 6%;
}

.np3a li.li1 a div.cont em {
    margin-top: 2.6rem;
}

.np3a li.li1 a div.cont h3 {
    margin-bottom: 0.6rem;
}

.np3a li.li1 a div.cont span {
    margin-bottom: 0.8rem;
}


.np3a li.li2 {
    width: 22.23%;
    margin-right: 6px;
}

.np3a li.li3 {
    width: 22.23%;
    margin-right: 6px;
}

.np3a li.li4 {
    width: 24.92%;
    margin-bottom: 6px;
}

.np3a li.li5 {
    width: 44.92%;
    margin-right: 6px;
}

.np3a li.li6 {
    width: 24.92%;
}

@media(max-width: 1024px) {
    .np3a li.li1 {
        margin-right: 3px;
    }

    .np3a li.li2 {
        margin-right: 5px;
    }

    .np3a li.li3 {
        margin-right: 5px;
    }
}


@media(max-width: 768px) {
    .np3a li {
        margin: 0 !important;
        width: 100% !important;
    }

    .np3a li a div.cont {
        opacity: 1;
        /* background: initial; */
        padding: 7% 10% 6%;
    }


}



@media(max-width: 500px) {
    .np3-title h3 {
        font-size: 2.3rem;
    }

    .np3-title h3:after {
        width: 2.8rem;
    }

    .np3a li a div.cont h3 {
        font-size: 2.2rem;
    }

    .np3a li a div.cont span {
        font-size: 1.4rem;
    }

    .np3a li a div.cont p {
        font-size: 1.6rem;
    }

    .np3a li a div.cont em {
        height: 3rem;
        line-height: 3rem;
        width: 6.5rem;
    }

}






.np4 {
    background: #f9f9f9;
    padding: 2.3rem 0 3.95rem;
    margin-top: 3.4rem;
}

.np4a {
    position: relative;
}

.np4a .np4a1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.np4a .np4a1 a.img {
    display: block;
    width: 32.69%;
}

.np4a .np4a1 a.img img {
    display: block;
    width: 100%;
}

.np4a2 {
    width: 100%;
}

.np4a2 a.img {
    display: block;
    width: 100%;
    margin-top: 0.75rem;
}

.np4a2 a.img img {
    width: 100%;
}

.np4a-cont {
    width: 544px;
    height: 192px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);

}

.nc1 {
    width: 435px;
    height: 192px;
    background: #f7f7f7;
    padding: 43px 20px 36px 30px;
}

.nc1 h3 {
    font-size: 14px;
    color: #393939;
    font-weight: 400;
    margin-bottom: 16px;
}

.nc1 .nc1a {
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 16px;

}

.nc1 .nc1a h4 {
    font-size: 35px;
    margin-right: 12px;
}

.nc1 .nc1a span {
    font-family: "Arial";
    font-size: 14px;
}

.nc1 p {
    font-size: 16px;
    color: #000000;
}

.np4a .nc2 {
    height: 192px;
    width: 109px;
    background-color: #054e9e;
    font-size: 28px;
    color: #ffffff;
    writing-mode: tb-rl;
    text-align: center;
    padding-right: 32px;
    letter-spacing: 10px;
}

@media(max-width: 500px) {
    .np4a-cont {
        display: none;
    }

    .np4a .np4a1 a.img {
        width: 100%;
        margin-bottom: 2%;
    }
}

.np5 {
    background: url(../images/np5a.jpg) no-repeat top center;
    background-size: cover;
    padding: 4.2rem 0 4.8rem;
}

.np5a {
    width: 89.47%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.np5a a {
    display: block;
}

.np5a a div.img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.75rem;
    height: 8.75rem;
    border: solid 1px #f7f7f7;
    border-radius: 50%;
    transition: all ease .36s;
}

.np5a a div.img img {
    max-width: 100%;
    max-height: 100%;
}

.np5a a div.cont {
    font-size: 1.1rem;
    color: #ffffff;
    text-align: center;
    margin-top: 1.65rem;
    transition: all ease .36s;
}

.np5a a:hover div.img {
    background-color: #054e9e;
    border: none;
}

.np5a a:hover div.cont {
    color: #054e9e;
}


#certify {
    position: relative;

}

#certify .swiper-container {
    padding: 2.55rem 0 2.85rem;
    width: 89.84%;
    margin: 0 auto;
    overflow: hidden;
}

#certify .swiper-slide {
    width: 31.4%;

}

#certify .swiper-slide div.img {
    background: url(../images/fb.jpg) no-repeat center center;
    padding: 0.7rem;
    background-size: 100% 100%;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
}



#certify .np6prev {
    background: url(../images/np6left.png) no-repeat center center;
    width: 2.7rem;
    height: 2.75rem;
    border-radius: 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}


#certify .np6next {
    background: url(../images/np6right.png) no-repeat center center;
    width: 2.7rem;
    height: 2.75rem;
    border-radius: 50%;
    background-size: cover;
    position: absolute;
    left: initial;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}



@media(max-width: 1024px) {
    #certify .swiper-slide {
        transform: initial !important;
        margin-right: 18px;
    }
}

@media(max-width: 768px) {

    #certify .np6next {
        display: none;
    }

    #certify .np6prev {
        display: none;
    }

    #certify .swiper-container {
        width: 100%;
    }

    #certify .swiper-slide {
        margin-right: 15px;
    }

    .np5a a div.img {
        width: 6.75rem;
        height: 6.75rem;
    }
    #certify .swiper-slide div.img {
        padding: 0.4rem;
    }
}





@media(max-width: 500px) {
    .np5a {
        width: 100%
    }

    .np5a a div.img {
        width: 5.75rem;
        height: 5.75rem;
    }

    .np5a a div.img img {
        width: 60%!important;
    }

    .np5a a div.cont {
        font-size: 1.6rem;
        margin-top: 1rem;
    }

    #certify .swiper-slide {
        width: 100%;
        margin-right: 0
    }
    #certify .swiper-slide div.img {
        padding: 1.3rem;
    }
}

.np7 {
    background: #f7f7f7;
    padding: 4.5rem 0 3.8rem;
}
.np7a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.np7a  li {
    width:24.74%;
}
.np7a  li a {
    display: block;
    position: relative;
}
.np7a  li a div.img img {
    width: 100%;
}
.np7a  li  div.cont {

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  
}
.np7a  li  div.cont .cont1 {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    transition: all ease .36s;
}
.np7a  li  div.cont  h3 {
    width: 100%;
    height: 5.95rem;
    background-color: #054e9e;
    font-size: 1rem;
    color: #ffffff;
    position: relative;
    text-align: center;
    padding-top: 2.6rem;
    font-weight: 400;
}
.np7a  li  div.cont  h3::before {
    content: "";
    width: 7.35rem;
    height: 2px;
    background-color: #f7f7f7;
    position: absolute;
    top: 1.65rem;
    left: 50%;
    transform: translateX(-50%);
}
.np7a  li  div.cont p {
    width: 67.9%;
    margin: 0 auto;
    font-size: 0.8rem;
	line-height: 1.9rem;
    color: #ffffff;
    text-align: center;
    margin-top: 6.7rem;
}
.np7a  li  div.cont span {
    display: block;
    padding: 0.85rem 3.25rem;
    font-size: 0.8rem;
    color: #054e9e;
    background: #ffffff;
    position: absolute;
    bottom: -1.3rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.np7a  li:hover div.cont .cont1 {
    opacity: 0;
}

@media(max-width: 1024px) {
    .np7a li div.cont p {
        margin-top: 3.7rem;
    }
}
@media(max-width: 768px) {
    .np7a li {
        width: 48%;
        margin-bottom:8%;
    }
    .np7a li:hover div.cont .cont1 {
        opacity: 1;
    }
}
@media(max-width: 500px) {
    .np7a li {
        width: 100%;
    } 
    .np7a li div.cont h3 {
        font-size: 1.8rem;
    }
    .np7a li div.cont p {
        font-size: 1.6rem;
        line-height: 1.9;
    }
    .np7a li div.cont span {
        font-size:1.5rem;
        bottom:1rem;
    }

}



/*手机底部*/
@media (max-width:768px){
    .db{display:block!important;}
   }
   
   
   .dbb{height:50px;}
   
   /* 页脚 */
   .footer {
     position: fixed;
     bottom: 0;
     left: 0;
     right: 0;
     z-index: 999;
     background: #084b94;
   }
   
   .footer ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   
   .footer ul li {
     -webkit-box-flex: 1;
         -ms-flex: 1;
             flex: 1;
     text-align: center;
     color: #ffffff;
     line-height: 30px;padding:10px 0;
     font-size: 0;
   }
   
   .footer ul li.active {
     background: #da251c;
   }
   
   .footer ul li a {
     display: block;color:#fff;
   }
   
   .footer ul li .iconfont {
     font-size: 18px;
     display: inline-block;
     vertical-align: middle;
     margin-right: 5px;
   }
   
   .footer ul li span {
     display: inline-block;
     vertical-align: middle;
     font-size: 16px;color:#fff;
   }
   
   
   .footer li .icon-home{ background: url(../images/a1.png) no-repeat;width:20px;height:20px;}
   .footer li .icon-home2{ background: url(../images/a2.png) no-repeat;width:20px;height:20px;}
   .footer li .icon-phone{ background: url(../images/a3.png) no-repeat;width:20px;height:20px;}
   .footer li .icon-contact{ background: url(../images/a4.png) no-repeat;width:20px;height:20px;}
   
   .footer li .icon-phone:before{font-size:0;}
   
   .footer ul li a{border-left:1px solid #136bab;}













   /*----- 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;
}

/*å†…é¡µæ ·å¼*/
@media (min-width: 991px) {
    .page-wrap-left {
        display: none;
    }

}

@media (max-width: 768px) {
    .xypg-left-con2 .xypg-left-nav {
        display: none !important;
    }

    .xypg-right-content img {
        width: 100% !important;
        height: auto !important;
    }
}

.containers {
    max-width: 1300px;
    margin: 0 auto;
    padding: 3% 15px;
}

/* å†…é¡µå·¦ä¾§å¯¼èˆªæ æ ·å¼ */

.xypg-left-con2 .xypg-left-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3%;
}

.xypg-left-con2 .xypg-left-nav > li {
    width: 18%;
    position: relative;
    text-align: center;
    background: #f7f7f7;
    border-right: 1px solid #dedede;
}

.xypg-left-con2 .xypg-left-nav > li:last-child {
    border: none;
}

.xypg-left-con2 .xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 15px 18px;
}

.xypg-left-con2 .xypg-left-nav > li:hover > a,
.xypg-left-con2 .xypg-left-nav > li.clicked > a {
    color: #fff;
    background: #054e9e;
}


.yyqh{
    width: 5%;
    line-height: 80px;
    text-align: center;
    height: 80px;
}

.product_nav {width:60px;height:55px;/* position:absolute; *//* right:7px; *//* top: 18px; */margin-top: 13px;}
.product_nav > .hd { height:55px; line-height:55px; text-align:center; background-color:#e83f27; color:#fff; font-size:16px; cursor:pointer;}
.product_nav > .hd a{ color: #fff;}
.ydhl .nav{width: 50%;}

.prosort{
  background: rgba(57,66,75,0.8);
  padding: 30px 5%;
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
}
.prosort ul li{
  width: 12.5%;
  float: left;
  padding: 0 0.5%;
}
.prosort ul li > a{
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 3;
  font-weight: bold;
}
.prosort ul li .pro-subnav a{
  display: block;
  font-size: 15px;
  color: #ffffff;
  line-height: 2.2;
}
.prosort ul li a:hover{
  color: #e04500
}
.prosort ul li .pro-subnav a:hover{
  color: #e04500
}

.wrap-message .message form {
    max-width: 1070px;
    margin: 0 auto;
}
.wrap-message .message input,
.wrap-message .message textarea {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    min-height: 50px;
    margin-top: 30px;
    padding: 10px 20px;
    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .wrap-message .message input,
    .wrap-message .message textarea {
        margin-top: 20px;
    }
}
.wrap-message .message input::-webkit-input-placeholder,
.wrap-message .message textarea::-webkit-input-placeholder {
    color: #999;
}
.wrap-message .message input:-o-placeholder,
.wrap-message .message textarea:-o-placeholder {
    color: #999;
}
.wrap-message .message input::-moz-placeholder,
.wrap-message .message textarea::-moz-placeholder {
    color: #999;
}
.wrap-message .message input:-ms-input-placeholder,
.wrap-message .message textarea:-ms-input-placeholder {
    color: #999;
}
.wrap-message .message input:focus::-webkit-input-placeholder,
.wrap-message .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-message .message input:focus::-o-placeholder,
.wrap-message .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-message .message input:focus::-moz-placeholder,
.wrap-message .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-message .message input:focus::-ms-input-placeholder,
.wrap-message .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-message .message .submit {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    margin-top: 40px;
    padding: 0 56px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #e70012;
}
.wrap-message .message .submit:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
    content: '\e641';
    vertical-align: middle;
}
.wrap-message .message .submit:hover {
    background-color: #044783;
}
.wrap-message .message .send {
    text-align: center;
}
@media (max-width: 991px) {
    .xypg-left-con2 .xypg-left-nav{flex-wrap: wrap;}
    .xypg-left-con2 .xypg-left-nav > li{width: 33%;}
    .xypg-left-con2 .xypg-left-nav > li > a{font-size: 14px;line-height: 16px;}
}
/* 内页左侧导航栏样式 */ .xypg-left-nav { margin: 0 -1px; }
.xypg-left-nav>li { position: relative; border-bottom: 1px solid #eeeeee; }
.xypg-left-nav>li:last-child { border-bottom: none; }
.xypg-left-nav>li>a { display: block; font-size: 16px; line-height: 22px; color: #2e2e2e; padding: 15px 18px; }
.xypg-left-nav>li .first-nav-btn { position: absolute; z-index: 99; width: 30px; height: 30px; text-align: center; top: 10px; right: 20px; cursor: pointer; background: url(../images/icon_spirit.png) 0 -240px no-repeat; display: none; }
.xypg-left-nav>li .first-nav-btn.clicked { background-position: 0 -270px; }
.xypg-left-nav>li:hover>a, .xypg-left-nav>li.clicked>a { color: #282F80; }
.xypg-left-nav>li:hover .first-nav-btn, .xypg-left-nav>li.clicked .first-nav-btn { color: #282F80; }
.xypg-left-nav .xypg-left-subnav { display: none; padding: 0 10px; }
@media(min-width: 992px) { .xypg-left-nav>li:hover .xypg-left-subnav { display:block; position: absolute; top: 60px; left: 0; z-index: 1111; background: #f7f7f7; width:100%; }
    .xypg-left-nav>li:nth-child(2) .xypg-left-subnav{ /*width:120%;*/ }
}
.xypg-left-nav .xypg-left-subnav>li { border-top: 1px dashed #eeeeee; }
.xypg-left-nav .xypg-left-subnav>li>a { padding: 8px; display: block; line-height: 20px; color: #818181; font-size: 14px; }
.xypg-left-nav .xypg-left-subnav>li>a:hover { color: #282F80; }
.xypg-left-nav .xypg-left-subnav>li.clicked>a { color: #282F80; }
.xypg-left-nav .xypg-left-threenav>li>a { padding: 5px 10px; display: block; font-size: 14px; line-height: 24px; color: #999999; }
.xypg-left-nav .xypg-left-threenav>li>a:before { content: '2014 '; }
.xypg-left-nav .xypg-left-threenav>li>a:hover { color: #282F80; }
.xypg-left-nav .xypg-left-threenav>li.clicked>a { color: #282F80; }
@media (max-width: 990px) { .xypg-left-nav .xypg-left-threenav { display: block; }
}