/* Css */
html {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 625%;
}


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: #2e5ca9;
    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;
}


.wh {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}

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

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

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

.logo {
    line-height: 50px;
}

.top2 .k2 {
    width: 72.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top2 {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}


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

.x-menu>li {
    position: relative;
    flex: 1;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    line-height: 50px;
    height: 50px;
    text-align: center;
}

.x-menu>li>a:hover {
    font-weight: bold;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 160%;
    left: -30%;
    top: 50px;
    background: #2e5ca9;
    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(3) .x-sub-menu {
    width: 190%;
    left: -45%;
}

.x-sub-menu>li {
    border-top: 1px solid #3363b4;
}

.x-sub-menu>li:first-child {
    border-top: none;
}

.x-sub-menu>li>a {
    display: block;
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 35px;
    display: block;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-sub-menu>li>a:hover {
    background: #3363b4;
}

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



.ss {
    width: 20px;
    position: relative;
    margin-left: 1vw;
}

.ss .ss1 {
    width: 20px;
    height: 20px;
    background: url(../images/7b6d3e8d12297f7b6d613c2b8e5b993ef7c06a94.png) no-repeat center;
    background-size: 20px 20px;
    z-index: 999;
    cursor: pointer;
}

.ss #formsearch2 {
    position: absolute;
    right: 0;
    top: 50px;
    width: 190px;
    z-index: 999999;
    display: none;
}

.ss #formsearch2 input {
    outline: none;
    background: none;
    border: none;
}

.ss #formsearch2 input[name="wd"] {
    color: #333;
    border: 1px solid #eeee;
    height: 30px;
    line-height: 30px;
    background: #fff;
    padding-left: 6px;
}

.ss #formsearch2 input[type='submit'] {
    background: #2e5ca9;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 40px;
}

@media(max-width: 992px) {
    body {
        padding-top: 60px;
    }
}



/* p1 start */

.p1a {
    margin: 3.375vw 0 4.135vw;
}

.p1a li {
    width: 28.462%;
}

.p1a li div.img {
    width: 19.459%;
    margin-right: 1.56vw;
}

.p1a li div.img img {
    max-width: 100%;
}

.p1a li .cont {
    flex: 1;
}

.p1a li .cont h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 0.7vw;
}

.p1a li .cont p {
    font-size: 14px;
    line-height: 1.36;
    color: #666666;
}


@media(max-width: 768px) {
    .p1a li {
        width: 100%;
        margin-bottom: 15px;
    }

    .p1a li div.img {
        width: 13.459%;
    }

    .p1a li .cont h3 {
        margin-bottom: 15px;
    }
}

@media(max-width:767px) {
    .p1a {
        margin: 30px 0 23px;
    }

    .p1a li {
        margin-bottom: 26px;
    }

    .p1a li div.img {
        width: 16.459%;
        margin-right: 3.56vw;
    }

    .p1a li .cont h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

/* p1 end */



/* title start */

.index-title {
    padding: 10px 15px;
}

.index-title h3 {
    font-size: 60px;
    color: #f2f2f2;
    font-family: "Arial";
    line-height: 20px;
    text-transform: uppercase;
}

.index-title h4 {
    font-size: 24px;
    color: #2e5ca9;
    font-family: "Arial";
    line-height: 10px;
    text-transform: uppercase;
}

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

    .index-title h4 {
        font-size: 22px;
    }
}

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

    .index-title h4 {
        font-size: 20px;
    }
}

/* title end */



/* p2 start */

.solution-box {
    overflow: hidden;
    height: 680px;
    margin-top: 3.073vw;
}

.solution-box .solbox {
    cursor: pointer;
    position: relative;
    float: left;
    width: 25%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.solution-box .solbox.active {
    width: 40%;
}

.solution-box .solbox.small {
    width: 20%;
}

.solution-name {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 8;
}

.solution-name span {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
}

.solution-name span:after {
    content: '';
    width: 36px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -18px;
}

.solution-name p {
    font-size: 16px;
    margin: 25px auto;
    width: 70%;
    color: rgba(255, 255, 255, .7);
}

.solution-detail {
    position: relative;
    z-index: 10;
    padding: 10%;
    opacity: 0;
    margin-top: -40%;
    transition: all 0.3s;
}

.solution-detail h3 {
    position: relative;
    font-size: 24px;
    color: #fff;
    margin: 0 0 20px;
    padding-left: 20px;
}

.solution-detail h3:before {
    content: '';
    width: 5px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background: #2e5ca9;
}

.solution-detail p {
    margin: 0 0 20px;
    padding-left: 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, .9);
}

a.commLink {
    position: relative;
    margin-left: 20px;
    display: inline-block;
    line-height: 30px;
    padding: 3px 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: #0a70f6;
    background: -moz-linear-gradient(left, #0092ff, #2e5ca9);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#0092ff), to(#2e5ca9));
}

.smask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    transition: all 0.3s;
    z-index: 1;
}

.solution-box .solbox.active .smask {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 8%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, .1) 100%);
}

.solution-box .solbox.active .solution-detail {
    opacity: 1;
    margin-top: 0;
    transition-delay: .3s;
}

.solution-box .solbox.active .solution-name {
    display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1680px) {
    .solution-box {
        height: 600px;
    }

    .solution-name span {
        font-size: 20px;
    }

    .solution-name p {
        font-size: 14px;
    }

    .solution-detail h3 {
        font-size: 20px;
    }

    .solution-detail h3:before {
        width: 4px;
        height: 20px;
        margin-top: -10px;
    }

    .solution-detail p {
        font-size: 14px;
    }
}


@media only screen and (max-width:1023px) {

    .solution-box {
        height: auto;
        margin-top: 30px;
    }

    .solution-box .solbox {
        float: none;
        width: 100%;
        height: 3.6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .solution-box .solbox.active {
        width: 100%;
    }

    .solution-box .solbox.small {
        width: 100%;
    }

    .solution-name {
        display: none;
    }

    .solution-detail {
        width: 100%;
        padding: 4%;
        opacity: 1;
        margin-top: 0;
        text-align: left;
    }

    .solution-detail h3 {
        font-size: .18rem;
        color: #fff;
        margin: 0 0 .15rem;
        padding-left: .2rem;
    }

    .solution-detail h3:before {
        width: 4px;
        height: 20px;
        margin-top: -10px;
    }

    .solution-detail p {
        padding-left: .2rem;
        font-size: .14rem;
        line-height: 1.65;
    }

    a.commLink {
        position: relative;
        margin-left: .2rem;
        display: inline-block;
        line-height: .24rem;
        padding: .03rem .15rem;
        font-size: .12rem;
    }

    .solution-detail-2 {
        position: relative;
        z-index: 10;
        padding: 8%;
        opacity: 1;
        margin-top: 0;
        transition: all 0.3s;
    }

    .solution-detail-2 h3 {
        position: relative;
        font-size: .2rem;
        color: #fff;
        margin: 0 0 20px;
        padding-bottom: 20px;
    }

    .solution-detail-2 p {
        margin: 0 0 20px;
        font-size: .14rem;
        color: rgba(255, 255, 255, .9);
    }
}

/* p2 end */



/* p3 start */

.p3a {
    margin: 3.646vw auto 2.708vw;
}

.p3a .index-title {
        padding: 10px 0;
}

.p3a a.more {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-right: 35px;
}

.p3a a:hover.more {
    color: #2e5ca9;
}

.p3a a.more::after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #b1b1b1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-side {
    float: left;
    width: 33.3333%;
    padding-right: 10px;
    height: 800px;
    position: relative;
}

.product-main {
    float: right;
    width: 66.6666%;
    padding-left: 10px;
    height: 800px;
}

.product1 {
    float: left;
    width: 50%;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 400px;
    position: relative;
}

.product2 {
    float: right;
    width: 50%;
    padding-left: 10px;
    padding-bottom: 10px;
    height: 400px;
    position: relative;
}

.product3 {
    clear: both;
    width: 100%;
    padding-top: 10px;
    height: 400px;
}

.probox {
    position: relative;
    display: block;
    background: #f0f0f0;
    width: 100%;
    height: 100%;
    padding: 38px 40px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.probox-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.probox-title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    letter-spacing: 2px;
    margin-bottom: 11px;
}

.probox-title p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.probox-title p span {
    position: relative;
    display: block;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
}

.probox-title p span:after {
    content: '';
    width: 1px;
    height: 12px;
    background: #bbb;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.probox-title p span:last-child:after {
    display: none;
}

.probox-title i {
    position: relative;
    margin-top: 21px;
    display: inline-block;
    padding: 6px 15px;
    line-height: 20px;
    background: #2e5ca9;
    font-size: 14px;
    color: #fff;
    font-style: normal;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}

.probox-title i:after {
    content: '';
    background: url(../images/371a6940f4b76991581459945f129c6e192e8427.png) no-repeat center center;
    position: absolute;
    opacity: 0;
    right: 26px;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: 5px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
}

.probox:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, .12);
    background: #fff;
}

.probox:hover .probox-title i {
    padding-right: 60px;
}

.probox:hover .probox-title i:after {
    opacity: 1;
    right: 16px;
}

.probox-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
}

.probox-img img {
    display: block;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

.probox-img.proimg2 {
    width: 77.511962%;
}

.product3 .probox-img.proimg2 {
    width: 59.276546%;
}

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

@media screen and (min-width: 1024px) and (max-width: 1680px) {
    .product-side {
        height: 700px;
        position: relative;
    }

    .product-main {
        height: 700px;
    }

    .product1 {
        height: 350px;
        position: relative;
    }

    .product2 {
        height: 350px;
        position: relative;
    }

    .product3 {
        height: 350px;
    }

    .probox-img {
        width: 80%;
    }
}

@media only screen and (max-width:1023px) {
    .product-side {
        float: none;
        width: 100%;
        padding-right: 0;
        height: auto;
    }

    .product-main {
        float: none;
        width: 100%;
        padding-left: 0;
        height: auto;
    }

    .product1 {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
        height: auto;
        position: relative;
    }

    .product2 {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
        height: auto;
        position: relative;
    }

    .product3 {
        padding-top: 0;
        height: auto;
    }

    .probox {
        width: 100%;
        height: 2.8rem;
        padding: 4%;
        margin: 0 0 .15rem;
    }
    
    .product3 .probox:last-child {
        margin: 0;
    }

    .probox-title i {
        line-height: 16px;
        font-size: 12px;
    }

    .probox-img {
        width: 27.5%;
    }

    .probox-img.proimg2 {
        width: 28.5%;
        margin-bottom: .6%;
    }
    
    .product2 .probox-img.proimg2 {
        width: 28.5%;
    }

    .product3 .probox-img.proimg2 {
        width: 33.5%;
        margin-bottom: 0;
    }

    .probox-img img {
        display: block;
        width: 100%;
        transition: all 0.3s ease-in-out;
    }

    .p3a {
        margin: 50px auto 30px;
    }

    .p3a a.more {
        padding-right: 3.5vw;
    }
    
    .p3a a.more {
        font-size: 12px;
        padding-right: 25px;
    }
    
    .p3a a.more::after {
        width: 15px;
    }
}

@media only screen and (max-width:768px) {
    .probox-img {
        width: 36.5%;
    }

    .probox-img.proimg2 {
        width: 38.5%;
    }
    
    .product2 .probox-img.proimg2 {
        width: 38.5%;
    }

    .product3 .probox-img.proimg2 {
        width: 42.5%;
    }
    
    .p3a {
        margin: 40px auto 30px;
    }
}

@media only screen and (max-width:640px) {
    .probox-img {
        width: 44%;
    }

    .probox-img.proimg2 {
        width: 46%;
    }
    
    .product2 .probox-img.proimg2 {
        width: 46%;
    }

    .product3 .probox-img.proimg2 {
        width: 49%;
    }5}

@media only screen and (max-width:480px) {
    .probox-img {
        width: 45.5%;
    }

    .probox-img.proimg2 {
        width: 48.5%;
    }
    
    .product2 .probox-img.proimg2 {
        width: 48.5%;
    }

    .product3 .probox-img.proimg2 {
        width: 56.5%;
    }
    
    .p3a {
        margin: 30px auto;
    }
}

/* p3 end */



/* p4 start */

.p4 {
    padding: 3.65vw 0 5.875vw;
}

.p4a .index-title {
        padding: 10px 0;
}

.p4a a.more {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-right: 35px;
}

.p4a a:hover.more {
    color: #2e5ca9;
}

.p4a a.more::after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #b2b2b2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p4b {
    margin-top: 2.725vw;
}


.p4b1 {
    width: 39.23%;
}

.p4b1 li a {
    display: block;
    width: 100%;
    background-color: #f8f8f8;
    padding: 25px 25px 0;
    transition: all .5s ease;
}

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

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

.p4b1 li a .cont {
    padding: 1.575vw 0;
}

.p4b1 li a .cont h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 1vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s ease;
}

.p4b1 li a .cont p {
    font-size: 14px;
    line-height: 1.857;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .3s ease;
}

.p4b1 li a .cont span.more {
    background: url(../images/04c8aeacae24cf3a8d3142aa4c794080e0b3f641.png) no-repeat right center;
    display: inline-block;
    padding: 0 25px 0 0;
    font-size: 14px;
    color: #999999;
    margin-top: 1.6vw;
    transition: all .3s ease;
}

.p4b1 li a:hover {
    background-color: #2e5ca9;
}

.p4b1 li a:hover div.img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.p4b1 li a:hover .cont h3 {
    color: #fff;
}

.p4b1 li a:hover .cont p {
    color: #fff;
}

.p4b1 li a:hover .cont span.more {
    background-image: url(../images/f74a53a2dddb6d906a3f3717da6d6198755d8f1e.png);
    color: #fff;
}


.p4b2 {
    width: 55.385%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p4b2 li {
    height: 25%;
}

.p4b2 li a {
    display: block;
    padding: 1.25vw 1.25vw 0;
    height: 100%;
    background-color: #f8f8f8;
    transition: all .5s ease;
}

.p4b2 li a h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 0.75vw;
    transition: all ease .3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s ease;
}

.p4b2 li a p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s ease;
}

.p4b2 li a .time {
    display: flex;
    justify-content: flex-end;
    margin-top: 2px;
}

.p4b2 li a .time span {
    font-size: 14px;
    color: #999999;
    background: url(../images/04c8aeacae24cf3a8d3142aa4c794080e0b3f641.png) no-repeat right center;
    padding-right: 25px;
    transition: all .3s ease;
}

.p4b2 li:hover a {
    background-color: #2e5ca9;
}

.p4b2 li:hover a h3 {
    color: #fff;
}

.p4b2 li a:hover p {
    color: #fff;
}

.p4b2 li a:hover .time span {
    background-image: url(../images/f74a53a2dddb6d906a3f3717da6d6198755d8f1e.png);
    color: #fff;
}

@media(max-width: 1023px) {
    .p4 {
        padding-top: 50px;
    }
    
    .p4a a.more {
        padding-right: 3.5vw;
    }
    
    .p4a a.more {
        font-size: 12px;
        padding-right: 25px;
    }
    
    .p4a a.more::after {
        width: 15px;
    }
}

@media(max-width: 768px) {
    .p4 {
        padding-top: 40px;
    }
    
    .p4b {
        display: block;
    }
    
    .p4a .index-title {
        padding: 10px 0;
    }

    .p4b1 {
        width: 100%;
    }
    
    .p4b1 li a {
        padding: 0;
    }

    .p4b1 li a .cont {
        padding: 20px;
    }

    .p4b2 {
        width: 100%;
        display: block;
    }
    
    .p4b2 li {
        height: auto;
        margin-top: 20px;
    }

    .p4b2 li a {
        padding: 20px;
    }
}

@media(max-width: 767px) {
    .p4a a.more {
        padding-right: 5.77vw;
    }

    .p4a a.more::after {
        width: 4.302vw;
    }

    .p4b1 li a .cont h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .p4b1 li a .cont span.more {
        background: initial;
    }

    .p4b2 li a h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .p4b2 li a .time {
        margin: 10px 0 0;
    }

    .p4b2 li a .time span {
        background: initial;
        padding-right: 0;
    }
}

@media(max-width: 480px) {
    .p4 {
        padding: 30px 0 45px;
    }
    
    .p4b1 li a .cont {
        padding: 15px;
    }
    
    .p4b2 li {
        margin-top: 15px;
    }
    
    .p4b2 li a {
        padding: 15px;
    }
}


/* p4 end */



/* p5 start */
.p5 {
    margin-top: 5.875vw;
    padding: 50px 0 6.45vw;
    background: url(../images/66e039076ce3973ae4782d32c3f503d87baf6c52.jpg) no-repeat center;
    background-size: cover;
}

.p5-title {
    height: 248px;
    background: url(../images/c77ad706864581f47a7875eba088b042ca6cc83b.png) no-repeat center;
}

.p5a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 5.85vw;
}

.p5a1 {
    width: 38.45%;
    background: url(../images/cf9d159c24c753f728d522c974de6fde531b522c.jpg) no-repeat center;
    background-size: cover;
    padding: 2vw 1.8vw 2.06vw;
}

.p5a1 a {
    display: block;
    color: #fff;
}

.p5a1:nth-child(2) {
    background-image: url(../images/100940683c7cd9c934e496bbe31972e5564d2377.jpg);
    margin-top: 40px;
}

.p5a1 h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.p5a1 p {
    font-size: 15px;
    line-height: 30px;
}

@media(max-width:1920px) {
    .p5 {
        padding-bottom: 8.625vw;
    }
    
    .p5a {
        margin-top: 7.975vw;
    }
    
    .p5a1 {
        padding: 2vw 2.085vw 2.06vw;
    }
}

@media(max-width:768px) {
    .p5 {
        margin-top: 50px;
        padding: 40px 0 60px;
    }
    
    .p5-title {
        height: 124px;
        background-size: 336px 124px;
    }
    
    .p5a {
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
        margin-top: 50px;
    }

    .p5a1 {
        width: 49%;
    }
    
    .p5a1:nth-child(2) {
        margin-top: 0;
    }
    
    .p5a1 h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .p5a1 p {
        font-size: 14px;
        line-height: 28px;
    }
}

@media(max-width:767px) {
    .p5a1 {
        width: 100%;
    }

    .p5a1 {
        padding: 25px;
    }
    
    .p5a1:nth-child(2) {
        margin-top: 25px;
    }
}

@media(max-width:640px) {
    .p5 {
        padding: 35px 0 50px;
    }
    .p5a {
        margin-top: 40px;
    }
}

@media(max-width:480px) {
    .p5 {
        margin-top: 45px;
        padding: 30px 0 45px;
    }
    .p5-title {
        height: 102px;
        background-size: 276px 102px;
    }
    .p5a {
        margin-top: 35px;
    }
    
    .p5a1 {
        padding: 20px;
    }
}

/* p5 end */



/* p6 start */

.p6 {
    margin-top: 2.55vw;
}

.p6a a.more {
    font-size: 14px;
    color: #666666;
    position: relative;
    padding-right: 1.77vw;
}

.p6a a.more::after {
    content: "";
    width: 1.302vw;
    height: 1px;
    background-color: #b1b1b1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p6-swiper {
    overflow: hidden;
    margin: 3.43vw 0;
}

.p6-swiper .swiper-slide a {
    display: block;
}

.p6-swiper .swiper-slide a {
    /*border: solid 1px #efefef;*/
    transition: all ease .3s;
    text-align: center;
}

.p6-swiper .swiper-slide a img {
    max-width: 100%;
}

.p6-swiper .swiper-slide a:hover {
    /*border: solid 1px #2e5ca9;*/
}


@media(max-width: 767px) {

    .p6a .index-title {
        padding: 10px 0;
    }

    .p6a {
        margin: 30px auto;
    }

    .p6a a.more {
        padding-right: 3.5vw;
    }

    .p6a a.more::after {
        width: 2.302vw;
    }

    .p6-swiper {
        margin: 30px 0 40px;
    }
}

/* p6 start */



/* p7 start */

.p7 {
    background-color: #2e5ca9;
    line-height: 28px;
    padding: 15px 0;
    display: none;
}

.p7 span {
    font-size: 14px;
    color: #fff;
}

.p7 a {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}

@media(max-width: 768px) {
    .p7 {
        line-height: 24px;
        padding: 10px 0;
    }
}

/* p7 end */



/* p8 start */

.p8 {
    background-color: #0e1655;
    background: url(../images/a3bf549f651c0b7d255ed76e5969b97c5d799fb2.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 3.125vw;
}

.p8a {
    width: 36%;
}

.p8a1 img {
    max-width: 168px;
}
.p8a1{display: none;}
.p8a2{padding-right: 20%;}
.p8a2 h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
        margin-bottom: 1.135vw;
}

.p8a2 p {
    font-size: 14px;
    line-height: 32px;
    color: rgba(255, 255, 255, .75);
}

.p8b {
    width: 34%;
    display: flex;
    justify-content: space-between;
}

.p8b dl dt {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.135vw;
}

.p8b dl dd a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: rgba(255, 255, 255, .75);
}

.p8b dl dd a:hover {
    color: rgba(255, 255, 255, 1);
}

.p8c {
    width: 100px;
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    margin-left: 25px;
}

.p8c .img img {
    display: block;
    width: 100%;
    margin-bottom: 0.925vw;
    border-radius: 5px;
}

.copy {
    border-top: 1px solid rgba(255, 255, 255, .05);
    margin-top: 2.575vw;
    padding: 20px 0;
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, .75);
}

.copy a {
    color: rgba(255, 255, 255, .75);
}

.copy a:hover {
    color: rgba(255, 255, 255, 1);
}

@media(max-width: 990px) {
    .p8a {
        width: 50%;
    }
    
    .copy {
        padding: 15px 0;
    }
}

@media(max-width: 768px) {
    .p8 {
        padding-top: 5.25vw;
    }

    .p8a {
        width: 55%;
    }
    
    .p8a1 img {
        max-width: 120px;
    }
    
    .p8a2 h3 {
        font-size: 18px;
        margin: 24px 0 9px;
    }

    .p8a2 p {
        line-height: 30px;
    }
    
    .p8c {
        width: 80px;
        margin-left: 20px;
    }
    
    .copy {
        line-height: 24px;
    }
}

@media(max-width: 640px) {
    .p8a {
        float: none;
        width: 100%;
    }

    .p8c {
        float: left;
        margin: 20px 20px 0 0;
    }
    
    .copy {
        margin-top: 3.75vw;
        font-size: 13px;
    }
}

/* p8 end */



/* */
@media (max-width:768px) {
    .db {
        display: block !important;
    }
}

.dbb {
    height: 50px;
}

/* */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #0f0f0f;
}

.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: #000;
}

.footer ul li a {
    display: block;
    color: #fff;
}
.footer ul li:first-child a {
    border: none;
}
.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/9259e09e02844502c9fd0ab9d39f337a1e2575fd.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-home2 {
    background: url(../images/2cc1d4db146349a885744a4f8a8900518ac3c3ca.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone {
    background: url(../images/edce38fc51375191e2681986e6509adf0470d384.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-contact {
    background: url(../images/a32dc8cb8c1bd1a63baacc3d5237953ba58840f9.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone:before {
    font-size: 0;
}

.footer ul li a {
    border-left: 1px solid #fff;
}



/* */
.page-wrap-left {
    display: none;
}
.page-banner {
    position: relative;
}

.page-banner .page1 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 42px;
    z-index: 999;
}

.page-banner .wh {
    position: relative;
}

.page-banner .title h3 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 1vw;
    display: none;
}

.page-banner .page1a {
    font-size: 14px;
    line-height: 2.1;
    color: #fff;
}

.page-banner .page1a a {
    color: #fff;
}

.xypg-left-con1 {
    margin: 2.825vw auto;
}

.xypg-left-con1 .xypg-left-nav>li .first-nav-btn {
    display: none;
}

.xypg-left-con1 .xypg-left-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.xypg-left-con1 .xypg-left-nav>li>a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 58px;
    padding: 0 1.35vw;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    transition: all ease .3s;
}

.xypg-left-con1 .xypg-left-nav>li {
    border: none;
    margin: 0.5vw;
}

.xypg-left-con1 .xypg-left-nav>li.clicked a {
    color: #fff;
    border-color: #2e5ca9; 
    background-color: #2e5ca9;
}

.xypg-left-con1 .xypg-left-nav>li:hover a {
    color: #fff;
    border-color: #2e5ca9; 
    background-color: #2e5ca9;
}

@media(max-width: 1024px) {
    .page-banner .title h3 {
        font-size: 27px;
    }

    .xypg-left-con1 .xypg-left-nav>li>a {
        line-height: 40px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .page-wrap-left {
        display: block;
    }
    .xypg-left-con1{
        display: none;
    }
    .page-wrap-right{
        margin-top: 30px;
    }
    .page-banner .page1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .xypg-left-con1 .xypg-left-nav>li>a {
        margin-bottom: 6px;
        font-size: 14px;
        text-align: center;
    }
}





.page-product-inquiry a {
    color: #fff;
}
