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

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

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

p {
    margin: 0;
}

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

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

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

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

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

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

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


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

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.max1600 {
    max-width: 1630px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

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

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


/*头部样式*/

.top_head {
    position: relative;
}

.top_head.scroll {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.top_aa {
    line-height: 30px;
    background: #014099;
    font-size: 12px;
    color: #fff;
    display: none;
}

.top_aa a {
    font-size: 12px;
    color: #fff;
}


/*  */

.top_bb {
    position: relative;
    background: #fff;
    height: 96px;
}

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

.logo {
    float: left;
    line-height: 96px;
    width: 25%;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
}

.top_right {
    /* position: relative; */
    width: 66.25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_right .language {
    width: 90px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_en {
    width: 40px;
    text-align: center;
}

.top_en a {
    display: inline-block;
    font-size: 16px;
    color: #000;
}

.top_ss .ss_btn {
    width: 30px;
    height: 30px;
    background: url(//cdn.myxypt.com/fcb6ecd4/21/06/d24dafbd0305237c74f91ec717e60ab1f3a3f1d4.png) no-repeat center;
    cursor: pointer;
}

.top_ss #formsearch2 {
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 9999;
    width: 250px;
    display: none;
    background: #f2f2f2;
}

.top_ss #formsearch2 #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;
}

.top_ss #formsearch2 #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    width: 215px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
}


/*  */

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


/* p1 start*/

.p1a {
    margin: 3.021vw 0 4.063vw;
}

.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 40px;
    }
    .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 */

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

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

.index-title h4 {
    font-size: 24px;
    color: #014099;
    line-height: 10px;
}

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

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


/* 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: #2ebcfc;
}

.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 30px;
    color: #fff;
    font-size: 14px;
    background: #0a70f6;
    background: -moz-linear-gradient(left, #0a70f6, #2ebcfc);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#0a70f6), to(#2ebcfc));
}

.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 {
        margin: 0 0 .4rem;
        padding-left: .2rem;
        font-size: .14rem;
        line-height: 1.65;
    }
    .commLink {
        position: relative;
        margin-left: .2rem;
        display: inline-block;
        line-height: .24rem;
        padding: .05rem .3rem;
        font-size: .13rem;
    }
    .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 a.more {
    font-size: 14px;
    color: #666666;
    position: relative;
    padding-right: 1.77vw;
}

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


.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: 40px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

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

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

.probox-title i {
    position: relative;
    margin-top: 5%;
    display: inline-block;
    padding: 8px 20px;
    line-height: 20px;
    background: #014099;
    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(//cdn.myxypt.com/fcb6ecd4/21/05/0aa28b42034f0716cd1ef44e14e7e59cda37393b.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: 30px;
    bottom: 30px;
    width: 65%;
}

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

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

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

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

@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%;
    }
    .product-main .probox-img img {
        max-width: 120px;
    }
}

@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;
    }
    .probox-title h3 {
        font-size: .2rem;
    }
    .probox-title p {
        font-size: .13rem;
    }
    .probox-title i {
        padding: .06rem .22rem;
        line-height: .2rem;
        font-size: .12rem;
    }
    .probox-img {
        position: absolute;
        right: .2rem;
        bottom: .2rem;
        width: 36%;
    }
    .probox-img.proimg2 {
        width: 40%;
    }
    .product3 .probox-img.proimg2 {
        width: 44%;
    }
    .probox-img img {
        display: block;
        width: 100%;
        transition: all 0.3s ease-in-out;
    }
    .p3a .index-title {
        padding: 10px 0;
    }
    .p3a {
        margin: 30px auto;
    }
    .p3a a.more {
        padding-right: 3.5vw;
    }
    .p3a a.more::after {
        width: 2.302vw;
    }
    .product-main .probox-img img {
        max-width: 120px;
    }
    .probox-img img {
        max-width: 200px;
    }
}


/* p3 end */


/* P4 STRAT */

.p4 {
    background-color: #f5f5f5;
    padding: 2.65vw 0 3.854vw;
   
}


/*  */

.news_sort2 {
    position: relative;
    padding-right: 3.125vw;
    font-size: 0;
}

.news_sort2 li {
    display: inline-block;
    padding: 0 10px;
}

.news_sort2 li a {
    font-size: 14px;
    color: #666666;
}

.news_sort2 li a:hover,
.news_sort2 li.active a {
    color: #014099;
}

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

@media (max-width:768px) {
    .news_sort2 {
        margin-top: 20px;
    }
}


/*  */

.p4b {
    margin-top: 2.917vw;
}

.p4b1 {
    width: 39.23%;
    background-color: #efefef;
}

.p4b1 li a {
    display: block;
    width: 100%;
}
.p4b1 li a:hover .cont h3{
    color:#014099;
}

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

.p4b1 li a .cont {
    padding: 1.6vw 1.56vw 1.6vw 0.93vw;
}

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

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

.p4b1 li a .cont span.more {
    background: url(//cdn.myxypt.com/fcb6ecd4/21/05/d186085fe96834a548418fd12a5df5002e1fa48f.png) no-repeat left center;
    display: inline-block;
    padding: 0 1.8vw 0 0.8vw;
    background-size: 100% auto;
    font-size: 14px;
    color: #999999;
    margin-top: 1.6vw;
}

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

.p4b2 li {
    position: relative;
    /* height: 25%; */
}

.p4b2 li a {
    display: block;
    padding: 1.4vw 1.19vw 1.4vw 0.99vw;
    border-bottom: 1px solid #d8d8d8;
    height: 100%;
    transition: all ease .3s;
}

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

.p4b2 li a p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
}

.p4b2 li a .time {
    text-align: right;
}

.p4b2 li a .time span {
    font-size: 14px;
    color: #999999;
    background: url(//cdn.myxypt.com/fcb6ecd4/21/05/370bf20f0e8c97a4e5d22ed81a6bab3bdbe5f6f6.png) no-repeat right center;
    padding-right: 2.08vw;
}

.p4b2 li:hover a {
    box-shadow: 0 0 24px rgba(0, 0, 0, .12);
}

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

@media(max-width: 1366px) {
    .p4b2 li a .time span {
        padding-right: 2.88vw;
    }
}

@media(max-width: 768px) {
    .p4b {
        display: block;
    }
    .p4a .index-title {
        padding: 10px 0;
    }
    .p4b1 {
        width: 100%;
    }
    .p4b1 li a .cont {
        padding: 2.5vw 1.56vw 2.6vw 2vw;
    }
    .p4b2 {
        width: 100%;
        margin-top: 30px;
        display: block;
    }
    .p4b2 li a {
        padding: 3.87vw 1vw 1.3vw;
    }
    .p4b2 li a .time span {
        padding-right: 4.88vw;
    }
}

@media(max-width: 767px) {
    .p4a a.more {
        padding-right: 5.77vw;
    }
    .p4a a.more::after {
        width: 4.302vw;
    }
    .p4b1 li a .cont {
        padding: 4.5vw 3.56vw 5.6vw 3vw;
    }
    .p4b1 li a .cont h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .p4b1 li a .cont span.more {
        background: initial;
    }
    .p4b2 li a h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .p4b2 li a .time {
        margin: 6px 0;
    }
    .p4b2 li a .time span {
        background: initial;
    }
    .p4b2 li a {
        padding: 3.87vw 1vw 1.5vw;
    }
}


/* css */

.tab-con {
    position: relative;
}

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

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

.tab-con .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}


/*  */

.p5 {
    padding: 3.38vw 0 4.68vw;
    margin-top: 4vw;
}

.p5-title {
    text-align: center;
}

.p5-title h3 {
    font-family: "Arial";
    font-size: 30px;
    color: #eeeeee;
}

.p5-title h4 {
    font-size: 24px;
    color: #ffffff;
}

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

.p5a1 {
    width: 33.85%;
    background-color: #ffffff;
    padding: 1.96vw 2.3vw 2.1vw 1.96vw;
    margin-bottom: 1.042vw;
}

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

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

.p5a1 p {
    font-size: 16px;
    line-height: 1.625;
}

.p5a1:hover {
    background-color: #014099;
}

.p5a1:hover a {
    color: #fff;
}

@media(max-width:1366px) {
    .p5 {
        padding: 6.38vw 0 7.68vw;
    }
    .p5a1 {
        width: 40.85%;
        margin-bottom: 2.042vw;
    }
}

@media(max-width:768px) {
    .p5a {
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
    }
    .p5a1 {
        width: 49%;
        margin-bottom: 5.042vw;
    }
    .p5a1 h3 {
        font-size: 18px;
    }
    .p5a1 p {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .p5 {
        padding: 11.38vw 0 15.68vw;
    }
    .p5a {
        margin-top: 10vw;
    }
    .p5-title h3 {
        font-size: 21px;
    }
    .p5-title h4 {
        font-size: 20px;
        margin-top: 6px;
    }
    .p5a1 {
        width: 100%;
    }
    .p5a1 {
        padding: 4.96vw 3.3vw 4.1vw 4.96vw;
    }
    .p5a1 h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }
}


/*  */

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

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

.p7 {
    line-height: 3.86;
  /*  padding-bottom: 1.8vw;*/
}

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

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

@media(max-width: 767px) {
    .p7 {
        padding-bottom: 18px;
    }
}


/*  */

.p8 {
    background-color: #0e1655;
    padding-top: 2.81vw;
}

.p8a {
    width: 34.3%;
}

.p8a1 img {
    max-width: 100%;
}

.p8a2 h3 {
    font-family: "Arial";
    font-size: 24px;
    color: rgba(255, 255, 255, .7);
    font-weight: 400;
    margin: 10px 0 5px;
}

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

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

.p8b dl dt {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5vw;
}

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

.p8c {
    width: 116px;
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, .7);
    text-align: center;
}

.p8c .img img {
    display: block;
    width: 100%;
    height: 116px;
    margin-bottom: 1vw;
}

.copy {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 0.3vw;
    padding: 0.8vw 0 0.6vw;
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, .7);
}

.copy a {
    color: rgba(255, 255, 255, .7);
}
.x-region{
    
}
.x-region .rxx{
    color:#0e1655;
}
.x-region .rxx a{
    color:#0e1655;
}

@media(max-width: 768px) {
    .p8 {
        padding-top: 5.81vw;
        padding-bottom: 5.85vw;
    }
    .p8a {
        width: 45.3%;
    }
}

@media(max-width: 767px) {
    .p8a2 h3 {
        font-size: 20px;
    }
    .p8a {
        float: none;
        width: 100%;
    }
    .p8c {
        float: none;
        margin-top: 18px;
    }
}


/* 手机页脚 */

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #434343;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}


/* 内页 */

.page-wrap-left {
    display: none;
}

.page-banner {
    position: relative;
}

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

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

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

.page-banner .page1a {
    font-size: 14px;
    line-height: 2.1;
    color: rgba(255, 255, 255, .5);
}

.page-banner .page1a a {
    color: rgba(255, 255, 255, .5);
}

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

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

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

.xypg-left-con1 .xypg-left-nav>li>a {
    padding: 0;
    line-height: 60px;
    padding: 0 2.6vw;
    background-color: #eeeeee;
    border-radius: 0;
    font-size: 18px;
    font-weight: normal;
    color: #444444;
    transition: all ease .3s;
}

.xypg-left-con1 .xypg-left-nav>li {
    border: none;
    margin-right: 0;
}

.xypg-left-con1 .xypg-left-nav>li+li {
    border-left: 1px solid #dedede;
}

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

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

.xypg-product-list {
    margin: 0 -1.2%;
}

.xypg-product-list li {
    width: 22.4%;
    margin: 0 1.2% 20px 1.2%;
    border: none;
}

.xypg-product-list li a.img {
    display: block;
    border: solid 1px #eeeeee;
    padding: 2.125vw;
    padding: 30px;
}

.xypg-product-list li h3 a {
    font-size: 18px;
    color: #333333;
}

.xypg-product-list li:hover a.img {
    border: solid 1px #014099;
}

.xypg-product-list li:hover h3 a {
    color: #014099;
}

@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;
    }
    .xypg-product-list li {
        width: 30.4%;
    }
}

@media (max-width: 768px) {
    .page-wrap-left {
        display: block;
    }
    .xypg-left-con1 {
        display: none;
    }
    .page-wrap-right {
        margin-top: 30px;
    }
    .xypg-right-content p img{
        max-width:100%; height:auto !important;width:auto !important;
    }
    .page-banner .page1 {
        display: none;
    }
    .xypg-product-list li {
        width: 47%;
    }
}

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

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


/*产品详情页*/
section{
    display: block;
}

#duo p{
    margin-bottom: 1rem;
}

.d-flex{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.side-wrapper{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.side-rect1 {
    width: 80px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.position-relative{
    position: relative!important
}

.pb-3, .py-3{
    padding-bottom: 1rem!important;
}

.side-rect1 img{
    height: auto; max-width: 100%
}


/*  */
.side-rect1 img {cursor: pointer;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);}
.side-rect1 img:hover {-webkit-animation-name: hvr-buzz-out;animation-name: hvr-buzz-out;-webkit-animation-duration: 0.75s;animation-duration: 0.75s;-webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count: 1;animation-iteration-count: 1;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-font-smoothing: antialiased;}


.side-wrapper .arrow-right{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #014099;
    position: absolute;
    right: -10px;
}


/**/
.mc{
    position: relative;
}
.mc h1{
    color:#014099;
    font-size: 1.7rem;
}
.mc p{
    color: #333333;
    font-size: 16px;
    padding: 20px 0;
}






/* 19-02-2020 */
.side-wrapper div.side-rect1.side-right {
left: -65px;
z-index: 9;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.side-wrapper div.side-rect1.side-right:hover {
left: 0;
}

.side-wrapper div.side-rect1.side-left {
right: -65px;
z-index: 9;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.side-wrapper div.side-rect1.side-left:hover {
right: 0;
}

.side-wrapper .arrow-right {
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #014099;
position: absolute;
right: -10px;
}

.side-wrapper .arrow-left {
width: 0; 
height: 0; 
border-top: 10px solid transparent;
border-bottom: 10px solid transparent; 
border-right:10px solid #e4252b; 
position: absolute;
left: -10px;
}


.side-wrapper.side-wrapper-right {
height: auto;
display: flex;
align-items: center;
justify-content: center;
vertical-align: middle;
position: absolute;
right: 0;
top: 45%;
left: 50%;
transform: translate(0%, -50%);
z-index: 9;
}

.overflow-x-hidden{
overflow-x: hidden;
}

.section2{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
    margin-top: 80px;
    margin-bottom: 80px;
}

.section2 .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


@media (min-width: 1200px) {
    .section2 {
        max-width: 1240px;
    }
}

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


/*.carousel {*/
/*    position: relative*/
/*}*/

/*.carousel-inner {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    overflow: hidden*/
/*}*/

/*.carousel-item {*/
/*    position: relative;*/
/*    display: none;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    transition: -webkit-transform .6s ease;*/
/*    transition: transform .6s ease;*/
/*    transition: transform .6s ease,-webkit-transform .6s ease;*/
/*    -webkit-backface-visibility: hidden;*/
/*    backface-visibility: hidden;*/
/*    -webkit-perspective: 1000px;*/
/*    perspective: 1000px*/
/*}*/


.carousel-item img{
    height: auto;
    max-width: 100%;
}

/*.carousel-item-next,*/
/*.carousel-item-prev,*/
/*.carousel-item.active {*/
/*    display: block*/
/*}*/

.sec2-p {
font-family: Humanist;
font-size: 14px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.67;
letter-spacing: 0.24px;
text-align: left;
color: #000000;
text-transform: uppercase;
padding-top: 15px;
/* padding-bottom: 20px; */
}

.sec2-p2 {
    font-family: BebasNeueBook;
    font-size: 52px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.50;
    letter-spacing: normal;
    text-align: left;
    color: #014099;
    padding-top: 50px;
}

.more-life {
    font-family: BebasNeueBook;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.95;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.sec2-p3 {
    opacity: 1;
    font-family: Humanist;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}

.cp_phone{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.cp_phone b{
    font-family: "Impact";
    color: #014099;
    font-size: 22px;
}

.react4-5{
    width: 180px;
    line-height: 45px;
    border-radius: 10px;
    margin-top: 30px;
    background: #014099;
    text-align: center;
}

.react4-5 a{
    color: #fff;
    font-size: 22px;
    opacity: 1;
}

.duo_icon {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    padding-top: 20px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.duo_icon:hover {
    cursor: pointer;
    /*-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.11);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.11);*/
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

/*右侧*/
.spec{
    position: relative;
}
.spec h1{
    font-size: 34px;
    color: #014099;
}
.spec .spec_cont{
    padding: 20px 0;
    position: relative;
    line-height: 2;
    font-size: 16px;
    color: #555555;
}
.spec .spec_cont p{
   margin: 0!important;
}

.spec .spec_cont strong{
    font-weight: bold;
    font-size: 17px;
    color: #000000;
    display: block;
}

.cp_advan{
    position: relative;
}
.cp_advan h1{
    font-size: 34px;
    color: #014099;
}

.li-text {
    padding: 20px 0;
    font-family: Humanist;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}
.li-text li {
    line-height: 1.7;
    margin: 0px 0px 0px 2px;
    padding: 0px 10px 0px 0px !important;
    list-style: none;
}
.li-text li::before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: #ff4c93;
    display: inline-block;
    margin-right: 5px;
}


.li-text p{
    margin-bottom: 5px!important;
}

.xunjia{
    position: relative;
    margin-top: 20px;
}
.xunjia a{
    display: block;
    width: 180px;
    line-height: 45px;
    background: #014099;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}


@media(min-width: 577px) and (max-width: 768px) {
    .vortex {
     width: 80px !important;
    }
    .rec-row h3 {
        padding: 10px 20px;
        margin-top: 16px;
        margin-left: -32px;
        font-size: 17px;
    }
}

@media(min-width: 769px) and (max-width: 1024px) {
    .vortex {
        width: 80px !important;
    }
    .rec-row h3 {
        padding: 10px 20px;
        margin-top: 33px;
        margin-left: -32px;
        font-size: 24px;
    }
}

@media(max-width: 576px) {
    .rec-row h3 {
        margin-top: 20px;
        position: relative;
        text-align-last: center;
    }
}

@media(max-width: 768px) {
    .side-wrapper.side-wrapper-right {
     top: 50%;
    }
}

@media(max-width: 767px) {
    .side-wrapper.side-wrapper-right {
        display: none;
    }
}


/* Buzz Out */

@-webkit-keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}

@keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}



/*产品详情弹窗*/
.modal2{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal2.fade .modal-dialog2{
    transition: -webkit-transform .3s ease-out;
    transition: .3s ease-out;
    transition: .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    transition: .5s ease;
}

.modal2.fade.show .modal-dialog2{
     -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal-dialog2{
    width: auto;
    margin: 15px;
    pointer-events: none;
    background: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-dialog-centered2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*min-height: calc(100% - (.5rem * 2));*/
}

@media (min-width: 576px){
    /*.modal-dialog-centered2{*/
    /*    min-height: calc(100% - (1.75rem * 2));*/
    /*}*/
    .modal-dialog2{
        min-width: 680px;
        margin: 1.75rem auto;
    }
}

@media (max-width: 500px){
    .modal-dialog2{
        width:95%;
        margin:15px auto;
        top:50%;
    }
}


.fade.show{
    opacity: 1;
    background: rgba(0,0,0,.5);
   
}

.modal-content2{
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0; 
}

.modal-header2{
    display: flex;
    padding: 16px 20px;
    justify-content: left;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
}
.modal-header2 span img{
    padding-right: 15px;
}
.modal-header2 h3{
    font-size: 22px;
    color: #000000;
    font-weight: 400;
}
.modal-header2 span p{
    font-size: 12px;
    font-family: "Arial";
    color: #000000;
}

.modal-body2{
    padding: 40px;
    padding-bottom: 10px;
    
}
.modal-body2 h2{
    color: #000000;
    font-size: 26px;
}
.modal-body2 .usx{
    font-size: 17px;
    color: #555555;
    line-height: 2;
    margin: 10px 0;
}
.modal-body2 em{
    font-style: inherit;
    font-size: 18px;
    color: #013783;
    font-weight: 600;
} 

.modal-content2 .colse{
    display: flex;
    justify-content: flex-end;
    padding: 20px 45px;
}

.modal-content2 .colse a{
    display: block;
    width: 92px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    background: #013783;
    border-radius: 10px;
    font-family: "Arial";
}

