/*初始化样式*/
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;
}

a {
    text-decoration: none;
    outline: none;
}

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;
}


.wh {
    max-width: 1430px;
    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);
}



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

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


/*头部样式*/



.top2 {
    height: 78px;
    padding-left: 3.13vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}





.logo {
    line-height: 78px;
}

.top2 .k2 {
    margin-right: auto;
    margin-left: 2.81vw;
}

.top2 .k3 {
    height: 78px;
    width: 15.94%;
    background: #3c8cff;
    display: flex;
    align-items: center;
    padding-left: 2.1vw;
}



.top2 .k3 .en a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;

}

.top2 .k3 form {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.top2 .k3 form input {
    outline: none;
    background: none;
    border: none;
}

.top2 .k3 form input[type="submit"] {
    width: 23px;
    height: 20px;
    background: url(//cdn.myxypt.com/349a18fe/21/05/1a4756deaf58a9a3bc7075bbb69e431540244c72.png) no-repeat center center;
    background-size: cover;
    margin-right: 10px;
}

.top2 .k3 form input[name="wd"] {
    font-size: 16px;
    font-weight: normal;
    color: #88b4f4;
    width: 100%; 
}

.top2 .k3 form input[name="wd"]::placeholder {
    font-size: 16px;
    font-weight: normal;
    color: #88b4f4;
}


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

.x-menu>li {
    position: relative;
    flex: 1;
    margin-right: 2.14vw;
    line-height: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.x-menu>li>a {
    display: block;
    font-size: 14px;
    color: #8e8e8e;
    white-space: nowrap;
    line-height: 38px;
    height: 38px;
    /* border-bottom: 3px solid transparent; */
    text-align: center;
}

.top2.bj .x-menu>li>a {
    color: #000;
}

.x-menu>li:hover>a {
    font-weight: 700;
    color: #3c8cff;
    background: url(//cdn.myxypt.com/349a18fe/21/05/bc06dea6f2e445763bd04eb49fc33c881aeff258.png)no-repeat bottom center;
}

.x-menu>li.active>a {
    font-weight: 700;
    color: #3c8cff;
    background: url(//cdn.myxypt.com/349a18fe/21/05/bc06dea6f2e445763bd04eb49fc33c881aeff258.png)no-repeat bottom center;
}

.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: 215%;
    left: -64%;
    top: 78px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-menu>li:nth-child(2) .x-sub-menu,.x-menu>li:nth-child(3) .x-sub-menu{
     width: 440%;
    left: -170%;
}
.x-menu>li:nth-child(6) .x-sub-menu{
     width: 380%;
    left: -140%;
}



.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: #3c8cff;
    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: 1024px) {
    .x-menu>li {
        margin-right: 1.14vw;
    }

    .top2 .k3 {
        width: 22%;
    }
}



.p1 {
    margin: 5vw 0 1vw;
}


.p1a {
    width: 25.57%;
    padding: 2.4rem 1.9rem 1.95rem 2.6rem;
    position: relative;
    margin-right: 2.95rem;
}

.p1a .kuai1 {
    width: 5.25rem;
    height: 5.25rem;
    background-color: #3c8cff;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
}

.p1a .kuai2 {
    width: 5.25rem;
    height: 5.25rem;
    background-color: #3c8cff;
    opacity: 0.1;
    position: absolute;
    right: 0;
    bottom: 0;
}

.p1a1 {
    width: 13.15rem;
    height: 13.75rem;
    background-color: #ffffff;
    border: solid 8px #3c8cff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.p1a1 h3 {
    font-family: "Arial";
    font-size: 2.7rem;
    color: #3c8cff;
    margin-bottom: 6px;
}

.p1a1 p {
    font-size: 1.2rem;
    letter-spacing: 0.48rem;
    color: #04184c;
    font-weight: 700;
}

.p1b {
    flex: 1;
}

.p1b1 {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #8e8e8e;
    text-indent: 2em;
}

.p1b2 {
    display: flex;
    justify-content: space-between;
    margin-top: 2.2rem;
    align-items: flex-start;
}

.p1b2a {
    display: flex;
    align-items: center;
}

.p1b2a li a {
    font-size: 0.8rem;
    color: #3c8cff;
    margin-right: 1.9rem;
    position: relative;
}

.p1b2a li a::after {
    content: "";
    background: url(//cdn.myxypt.com/349a18fe/21/05/a9de299e40ca3f5d586ecc1a2b7e02de979d6cc8.jpg) no-repeat center center;
    width: 2px;
    height: 0.85rem;
    background-size: cover;
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
}

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

.p1b2 a.more {
    width: 6rem;
    line-height: 1.7rem;
    background-color: #05194c;
    border-radius: 0.85rem;
    font-size: 0.8rem;
    color: #ffffff;
    text-align: center;
    margin-top: 0.2rem;
}



.p2 {
    position: relative;
    z-index: 0;
    padding: 5vw 0 8vw;
}

.p2::after {
    content: "";
    width: 66.823%;
    height: 100%;
    background-color: #3c8cff;
    opacity: 0.05;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.p2>.wh {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: space-between;
}

.p2>.wh::after {
    content: "";
    width: 98.07%;
    height: 98%;
    border: solid 1px #3c8cff;
    position: absolute;
    right: -2rem;
    bottom: -2.7rem;
    z-index: -1;
}

.p2 .img {
    overflow: hidden;
}

.p2 img {
    max-width: 100%;
    transition: all ease .6s;
}

.p2 img:hover {
    transform: scale(1.1);
}

.p2a {
    width: 72.4286%;
    margin-right: 6px;
}

.p2b {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p2b div {
    height: 49.47%;
}

.p2b .p2b1 {
    background-color: #1659b9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p2b .p2b1 h3 {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

.p2b .p2b1 a {
    width: 11.95rem;
    line-height: 2.6rem;
    border: solid 1px #ffffff;
    text-align: center;
    font-size: 0.8rem;
    color: #ffffff;
    margin-top: 1.2rem;
}


.p3 {
    position: relative;
    z-index: 0;
}

.p3::after {
    content: "";
    width: 66.823%;
    height: 100%;
    background-color: #3c8cff;
    opacity: 0.05;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 8rem;
}

.p3-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.p3-title h3 {
    font-family: "Arial";
    font-size: 2.7rem;
    color: #3c8cff;
    margin-bottom: 0.6rem;
}

.p3-title p {
    font-size: 1.2rem;
    font-weight: 700;
    color: #04184c;
}


.p3a {
    margin-top: -5.28vw;
}

.p3a1 {
    width: 66.4%;
    z-index: 99;
}

.p3a1 {
    position: relative;
}

.p3a1a {
    position: absolute;
    z-index: 22;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;

}

.p3a1a li {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 5px solid #fff;
}

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

.p3a1a li a {
    display: flex;
    height: 8.05rem;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    justify-content: center;
    align-items: center;
    transition: all ease .3s;

}


.p3a1a li a h3 {
    width: 8.05rem;
    line-height: 1.75;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px transparent;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    transition: all ease .3s;
    font-size: 0.9rem;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
}

.p3a1a li:hover a {
    height: 100%;
}

.p3a1a li:hover a h3 {
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}

.p3a1a li.on a {
    height: 100%;
}

.p3a1a li.on a h3 {
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}

.p3a1b {
    background: #fff;
    z-index: 98;
}

.p3a1b div.img img {
    width: 100%;
}

.p3a {
    position: relative;
}

.p3a .p3a2 {
    width: 28.51%;
    height: 21rem;
    border: solid 8px #3c8cff;
    position: absolute;
    right: 5.97vw;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: flex-end;*/
    text-align: right;
    padding-right: 0.97vw;
    font-size: 0.9rem;
    line-height: 2.5;
    color: #4e4e4e;
    z-index: -1;
}
.p3a .p3a2 p{
    font-size: 15px;
}
.p3a .p3a2::after {
    content: "";
    width: 10.35rem;
    height: 10.35rem;
    background-color: #3c8cff;
    border: solid 0.5rem #3c8cff;
    opacity: 0.1;
    position: absolute;
    right: -4.7rem;
    bottom: -4.55rem;
    z-index: -2;
}

@media(max-width: 1600px) {
    .p3a {
        margin-top: -2.28vw;
    }
}


@media(max-width: 1440px) {
    .p3a {
        margin-top: -0.32vw;
    }
}

@media(max-width: 1366px) {
    .p3a {
        margin-top: 0.4vw;
    }
}

@media(max-width: 1024px) {
    .p3a .p3a2 {
        right: 6.97vw;
    }
}



/**/

.p4a {
    display: flex;
    justify-content: flex-end;
    margin-top: 8vw;
}

.p4a1 {
    margin-right: 2.4rem;
}

.p4a1 h3 {
    font-family: "Arial";
    font-size: 2.71rem;
    color: #3c8cff;
}

.p4a1 p {
    font-size: 1.21rem;
    color: #04184c;
    font-weight: 700;
    margin-top: 0.3rem;
}

.p4a2 {
    width: 60.4688%;
}

.p4a2 img {
    display: block;
    width: 100%;
}



.zul {
    margin-top: 5.26vw;
    border-bottom: 8px solid #eaeaea;
    padding-bottom: 4vw;
}

.zul li {
    text-align: center;
    background-color: #ebf3ff;
    position: relative;
    padding: 6.71% 0;
    width: 32%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.zul li .img {
    line-height: 80px;
}

.zul li .img img.img2 {
    display: none;
}

.zul li p {
    color: #5c5c5c;
    font-size: 24px;
    margin-top: 10px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.zul li p span {
    display: block;
    color: #7c7c7c;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.zul li:hover {
    background-color: #3c8cff;
}

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

.zul li:hover .img img.img1 {
    display: none;
}

.zul li:hover p {
    color: #ffffff;
}

.zul li:hover p span {
    color: #ffffff;
}

.zul li:before,
.zul li:after {
    content: "";
    position: absolute;
    background: #3c8cff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.zul li:before {
    width: 0;
    height: 1px;
    bottom: -10px;
    left: 0;
}

.zul li:after {
    width: 1px;
    height: 0;
    top: 0;
    right: -11px;
}

.zul li:hover:before {
    width: calc(100% + 10px);
}

.zul li:hover:after {
    height: calc(100% + 10px);
}


@media(max-width: 1600px) {
    .p4a1 {
        margin-right: 4.4rem;
    }
}

@media(max-width: 1440px) {
    .p4a {
        width: 100%;
        padding: 0 15px;
        justify-content: space-between;
    }
    .p3a .p3a2{
        font-size:14px;
    }
}





.p5-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5vw;
}


.p5-title1 h3 {
    font-family: "Arial";
    font-size: 2.71rem;
    color: #3c8cff;
}

.p5-title1 p {
    font-size: 1.21rem;
    color: #04184c;
    font-weight: 700;
}

.p5-title>a.more {
    width: 6rem;
    line-height: 1.7rem;
    background-color: #05194c;
    border-radius: 0.85rem;
    font-size: 0.8rem;
    color: #ffffff;
    text-align: center;
}




.p5a {
    margin-top: 2vw;
}

.p5a1 a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #a0a0a0;
    padding-bottom: 1.4rem;
    padding-top: 1.6rem;
    transition: all ease .3s;
}

.p5a1 a .cont {
    flex: 1;
}

.p5a1 a .cont h3 {
    font-size: 18px;
    font-weight: normal;
    color: #4a4a4a;
}

.p5a1 a .cont p {
    font-size: 14px;
    line-height: 1.58;
    color: #bdbdbd;
    height: 0;
    opacity: 0;
    transition: all ease .3s;
}

.p5a1 a div.img {
    width: 29.07%;
    margin-left: 5.4rem;
    height: 0;
    opacity: 0;
    transition: all ease .3s;
}





.p5a1.cur a {
    padding-top: 0.6rem;
    align-items: center;
    padding-bottom: 0.7rem;
}

.p5a1.cur a div.img {
    height: auto;
    opacity: 1;
}

.p5a1.cur a .cont p {
    height: auto;
    opacity: 1;
}

.p5a1.cur a h3 {
    margin-bottom: 1rem;
    color: #3c8cff;
}




.p6 {
    background-color: #3c8cff;
    padding: 3.59vw 0 1.9vw;
    margin-top: 5vw;
}


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

.p6a2 {
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.p6a2 dl dt a {
    font-size: 0.8rem;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 1.3rem;
    display: block;
    margin-bottom: 1.3rem;
}

.p6a2 dl dd a {
    display: block;
    font-size: 12px;
    line-height: 2;
    color: #bbd7ff;
}

.p6b {
    font-size: 12px;
    line-height: 2;
    color: #bbd7ff;
    text-align: right;
    margin-top: 21px;
}

.p6b a {
    color: #bbd7ff;
}

.p6b1 a {

    margin-right: 9px;
}


/*内页左侧样式*/
.page-product-inquiry a {
    color: #fff;
}


/* 产品内页样式 */
.psort-title {
    width: 938px;
    margin: 0 auto;
    background: url(//cdn.myxypt.com/349a18fe/21/06/ffd5154fe67295ad06ec74753b4a034420a27210.png) no-repeat center 20px;
    background-size: 100% auto;
    height: 138px;
    text-align: center;
}

.psort-title h3 {
    font-size: 54px;
    font-weight: 700;
    color: #3c8cff;
    margin-bottom: 18px;
    font-family: "A1rial";
}

.psort-title p {
    font-size: 24px;
    color: #04184c;
    font-weight: 700;
    letter-spacing: 10px;
}

.psort-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #3c8cff;
    padding-bottom: 50px;
    margin-bottom: 34px;
}


.psort-top li {
    width: 24.64%;
    position: relative;
}

.psort-top li a {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    height: 100%;
}

.psort-top li a div.img {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.psort-top li a div.img img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top:-25%;
    
}

.psort-top li a h3 {
    width: 161px;
    line-height: 57px;
    border-bottom: solid 1px #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    z-index: 222;
}

.psort-top li a div.img:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease .3s;
}

.psort-top li.active a div.img::after {
    background-color: rgba(60, 140, 255, .3);
}

.psort-top li:hover a div.img:after {
    background-color: rgba(60, 140, 255, .3);
}

.psort-top li:hover a h3 {
    border: solid 1px #ffffff;
}

.psort-top li.active a h3 {
    border: solid 1px #ffffff;
}

.psort-top li:after {
    content: "";
    width: 26px;
    height: 23px;
    background: url(//cdn.myxypt.com/349a18fe/21/06/01ffe198fce4e3e392e2a0191a66b92e25808804.png) no-repeat center center;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.psort-top li:hover::after {
    opacity: 1;
}

.psort-top li.active::after {
    opacity: 1;
}

.pro-list ul {
    display: flex;
    justify-content: center;
}

.pro-list ul li {
    width: 25.35%;
}

.pro-list ul li a {
    display: block;
    height: 100%;
}

.pro-list ul li a div.img {
    width: 100%;
    border: solid 6px transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease .3s;
}

.pro-list ul li a div.img img {
    width: 100%;
    height: 100%;
}

.pro-list ul li a h3 {
    font-size: 18px;
    font-weight: normal;
    color: #454545;
    margin-top: 24px;
    text-align: center;
}

.pro-list ul li:hover a div.img {
    border: solid 6px #3c8cff;
}

.pro-tab {
    position: relative;
}

.pro-tab .pro-list {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.pro-tab .pro-list {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.pro-tab .pro-list.active {
    position: static;
    opacity: 1;
    visibility: visible;
}


/* prosortb */
.pro-sortb {
    position: relative;
    padding-top: 130px;
    z-index: 0;

}

.psortb-title p {
    font-size: 36px;
    color: #04184c;
    font-weight: 700;
    text-align: center;
    width: 370px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    margin: 0 auto;
    transform: translateY(-50%);
}

.psortb-title {
    width: 938px;
    height: 606px;
    background: url(//cdn.myxypt.com/349a18fe/21/06/bdf161fd7c3582701eda3c799f948c2dbedf5693.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

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

.prosortb li {
    width: 49.5%;
    position: relative;
    margin-bottom:15px;
}

.prosortb li a {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    height: 100%;
}

.prosortb li a div.img {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden
}

.prosortb li a div.img img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
}

.prosortb li a h3 {
    width: 235px;
    line-height: 57px;
    border-bottom: solid 1px #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    z-index: 222;
}

.prosortb li a div.img:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease .3s;
}

.prosortb li.active a div.img::after {
    background-color: rgba(60, 140, 255, .3);
}

.prosortb li:hover a div.img:after {
    background-color: rgba(60, 140, 255, .3);
}

.prosortb li:hover a h3 {
    border: solid 1px #ffffff;
}

.prosortb li.active a h3 {
    border: solid 1px #ffffff;
}





@media(max-width:1500px){
    .p3a .p3a2 {
        width: 29.51%;
        height: 21rem;
        border: solid 8px #3c8cff;
        position: absolute;
        right: 4.97vw;
        top: 50%;
    }
}
@media(max-width: 1280px) {
    .p3a1{
        width:63%;
    }
    .p3a .p3a2 {
        font-size:.8rem;
        right:30px;
        width:calc(37% - 30px);
    }
    .zul li p{
        font-size:18px;
    }
    .p3a .p3a2::after,
    .p2>.wh::after {
        display:none;
    }
}








