/*初始化样式*/
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: #23527c;
    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;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
    overflow: hidden;
}

.imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.imgbig:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.ovimg img {
    width: 100%;
    min-height: 100%;
}

.ibw img {
    width: 100%;
    height: auto;
}

.miw img {
    max-width: 100%;
    max-height: 100%;
}

.iml {
    text-align: center;
}

.iml img {
    transform: translateY(-2px);
    vertical-align: middle;
}

/*----- 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;
}

.wh1720 {
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 15px;
}

.wh1600 {
    max-width: 1630px;
    padding: 0 15px;
    margin: 0 auto;
}

.wh1500 {
    max-width: 1530px;
    padding: 0 15px;
    margin: 0 auto;
}

.pv {
    position: relative;
}

.col-fff {
    color: #fff;
}

.tit-60 {
    font-size: 3rem;
}

.tit-50 {
    font-size: 2.5rem;
}

.tit-42 {
    font-size: 2.1rem;
}

.tit-40 {
    font-size: 2rem;
}

.tit-36 {
    font-size: 1.8rem;
}

.tit-32 {
    font-size: 1.6rem;
}

.tit-24 {
    font-size: 1.2rem;
}

.tit-20 {
    font-size: 1rem;
}

.tit-16 {
    font-size: .8rem;
}

.tit-14 {
    font-size: .7rem;
}

.text-center {
    text-align: center;
}

.mb_15 {
    margin-bottom: .75rem;
}

.mb_20 {
    margin-bottom: 1rem;
}

.mb_30 {
    margin-bottom: 1.5rem;
}

.mt_60 {
    margin-top: 3rem;
}

.mt_30 {
    margin-top: 1.5rem;
}

.hz {
    width: 82%;
    margin: 0 auto;
}

.hz:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

@media (max-width: 1600px) {
    .hz {
        width: 90%;
    }
}

@media (max-width: 1440px) {
    .hz {
        width: 94%;
    }
}

@media (max-width: 1200px) {
    .hz {
        width: 96%;
    }
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

/*css*/
p {
    padding: 0;
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1380 {
    max-width: 1380px;
    margin: 0 auto;
    width: 94%;
}

.x-header1 {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    /* position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    height: 114px;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s; */

}

.x-header1.active {
    background: #fff;
    box-shadow: 0px 5px 49px 0px rgb(0 0 0 / 15%);
}

.con {
    width: 96%;
    margin: 0 auto;
}

.sy_zhh:after {
    content: "";
    display: none;
    height: 114px;
    width: 9.27%;
    position: absolute;
    right: 0;
    top: 0;
}

.sy_zhh:hover:after {
    display: block
}


.x-logo1 {
    line-height: 114px;
}

.x-logo1 img {
    width: 15rem;
}

@media (max-width: 1300px) {
    .x-logo1 img {
        width: 10rem;
    }
}

.x-logo1 a {
    display: inline-block;
}

.x-logo1 a img.img2 {
    display: none;
}

.neuuagg {
    background: #fff;
}

.x-header-right1 {
    position: relative;
    padding: 0 2px;
    z-index: 99;
}

.x-header-right1 p {
    /* color: #fff; */
    font-size: 16px;
    line-height: 114px;
}

.x-header-right1 p a:nth-child(1){
    margin-right: 1.5vw;
}

.x-header-right1 p a.sskka {
    line-height: 114px;
    /*padding: 0 1.2vw;*/
}


.x-header-right1 .iconfont {
    font-size: 18px;
    vertical-align: middle;
}

.x-header1:hover .x-header-right1 {
}

.x-header1.neuuagg:hover .x-header-right1 {
    background: none;
}

.x-header1:hover {
    background: #fff;
}

.x-header1:hover .x-logo1 a img {
    filter: none;
}

.x-header1:hover .x-menu > li > a {
    color: #011c35;
}


.x-header1:hover .x-header-right1 p {
    color: #011c35;
}

.x-header1:hover .x-logo1 a img.img1 {
    display: none;
}

.x-header1:hover .x-logo1 a img.img2 {
    display: inline-block;
}

/*.x-header1.scroll {
    position: fixed;
    top: 0;
    z-index: 9999;
}*/

.x-header1.scroll .x-header-right1 {
    background: #00479d;
}

.x-header1.neuuagg.scroll .x-header-right1 {
    background: none;
}

.x-header1.scroll {
    /*background: #fff;*/
}

.x-header1.scroll .x-logo1 a img {
    filter: none;
}

.x-header1.scroll .x-menu > li > a {
    color: #011c35;
}

.x-header1.scroll .x-logo1 a img.img1 {
    display: none;
}

.x-header1.scroll .x-logo1 a img.img2 {
    display: inline-block;
}

.x-header1.scroll.sy_zhh:after {
    display: block
}


.ssk {
    position: absolute;
    right: 130px;
    width: 150%;
    top: 60px;
    z-index: 999;
    display: none;
}

.wenzaa h2 {
    color: #fff;
    font: 600 40px/1.3em "微软雅黑";
}

.page-position1,
.page-position1 a {
    color: #fff;
    font: 500 14px/2em "微软雅黑";
}

@media (max-width: 1366px) {
    .wenzaa h2 {
        font-size: 24px;
    }

    .page-position1,
    .page-position1 a {
        font-size: 12px;
    }
}

.header_search_fix {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.8);
    color: #fff;
    display: none;
}

.header .header_logo {
    z-index: 100;
}

.header .header_logo a {
    display: block;
    text-align: left;
}

.header_search_fix .search {
    font-size: 18px;
    margin-bottom: 10px;
}

.header_search_fix .box {
    position: absolute;
    width: 40%;
    top: 50%;
    margin-top: -50px;
    text-align: left;
    left: 30%;
}

.header_search_fix input[type="text"] {
    background: none;
    width: 70%;
    border: 0;
    outline: 0;
    font-size: 38px;
    color: #fff;
    font-family: 'Impact';
    border-bottom: 1px solid #fff;
}

.header_search_fix input[type="text"]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
    font-size: 38px;
}

.header_search_fix input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    font-size: 38px;
}

.header_search_fix input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    font-size: 38px;
}

.header_search_fix input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 38px;
}


.header_search_fix .search_box {
    line-height: 70px;
    height: 70px;
    position: relative;
}

.header_search_fix .submit {
    width: 125px;
    height: 45px;
    line-height: 41px;
    font-size: 14px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    background: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 0;
    -webkit-appearance: none;
    outline: none;
}

.header_search_fix .close {
    position: absolute;
    width: 88px;
    height: 88px;
    font-size: 12px;
    line-height: 92px;
    border: 1px solid #fff;
    right: 60px;
    top: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background: #0e68b0;
}

.header_search_fix .close:hover {
    background: #0e68b0;
}

.search_hover .header_logo:after {
    display: none;
}

.header_search_fix .pro_list {
    position: absolute;
    right: 60px;
    bottom: 60px;
    text-align: right;
}

.header_search_fix .pro_list .t {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
}

.header_search_fix .pro_list a {
    display: block;
    font-size: 14px;
    opacity: 0.5;
    text-align: left;
    filter: alpha(opacity=50);
    color: #fff;
}


.xuanzhun {
    -webkit-transition-property: -webkit-transform;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}


.index_header {
    top: -80px;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.index_header.ani {
    top: 0;
}


.search {
    text-align: left;
}

#formsearch1 {
    width: auto;
    float: right;
    vertical-align: middle;
}

.hotSearch {
    width: auto;
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    font-size: 14px;
}

.hotSearch a {
    margin-right: 6px;
    color: #666;
}

#formsearch1 input {
    height: 24px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 24px;
    vertical-align: middle;
}

#formsearch1 input#keyword {
    height: 24px;
    line-height: 24px;
    padding-left: 4px;
    color: #666;
}

#formsearch1 input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #00479d;
    color: #fff;
    border: none;
    cursor: pointer;
}


/* 头部结束 */
@media (min-width: 992px) {
    .x-banner {
        overflow: hidden;
    }

    .x-banner img {
        width: 100%;
        object-fit: cover;
        animation: banner 30s linear infinite;
    }

    .owl-carousel.owl-drag .owl-item {
        overflow: hidden;
    }
}

@keyframes banner {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* 导航样式 */
.x-menu {
    width: auto;
}

.x-menu > li {
    float: left;
    /*position: relative;*/
    margin: 0 .35vw;
}

/* .x-menu>li:nth-child(1) .wena,
.x-menu>li:nth-child(5) .wena,
.x-menu>li:nth-child(6) .wena {
	display: none !important;
} */

.x-menu > li > a {
    display: block;
    padding: 0 1vw;
    font-size: 16px;
    /* color: #ffffff; */
    line-height: 114px;
    font-weight: 400;
    position: relative;
}

.x-menu > li:hover > a:after {
    width: 100%;
    left: 0;
}

.x-menu > li > a:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #2e58a4;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.neuuagg .x-menu > li > a {
    color: #333;
}

.x-header1 .x-menu > li:hover > a {
    color: #00479d !important;
}

.x-header1 .x-menu > li.active > a {
    display: block;
    color: #00479d !important;
    border-bottom: 4px solid #2e58a4;
    /* content: "";
    display: block;
    position: absolute;

    color: #00479d !important;
    height: 4px;
    bottom: 0;
    background: #2e58a4; */
}


@media (max-width: 1200px) {
    .x-menu > li > a {
        font-size: 14px;
        padding: 0 1vw;
    }
}


.wena {
    display: none;
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 50%;
    top: 114px;
    /* background: #fff; */
    background: rgb(255, 255, 255, 0.9);
    padding: 2vw 0;
    transform: translateX(-50%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.075);
}

.x-sub-menu {
    font-size: 0;
}

.x-sub-menu > li {
    width: 16.666%;
    display: inline-block;
}

.x-sub-menu > li > a {
    display: block;
    line-height: 2em;
    font-size: 16px;
    color: #333;
    text-align: left;
    padding-top: 15px;
    position: relative;
}

.x-sub-menu > li > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #000;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    visibility: visible;
}

.x-sub-menu > li:hover > a:before {
    width: 50%;
    background: #00479d;
}

.x-sub-menu > li > a:hover {
    color: #00479d;
}

@media (max-width: 1024px) {
    .x-menu > li > a {
        font-size: 12px;
        padding: 0 1vw;
    }

    .x-sub-menu > li > a {
        font-size: 12px;
    }
}

@media (max-width: 1600px) {
    .x-menu {
        margin-right: 3vw;
    }

    .sy_zhh:after {
        width: 6.27%;
    }
}

@media (max-width: 1440px) {
    .x-menu > li > a {
        padding: 0px 1vw;
    }
}

@media (max-width: 992px) {
    /* body {
        padding-top: 60px;
    } */
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.index-title {
    text-align: center;
}

.index-title h3 {
    font-size: 1.8rem;
    color: #333333;
}

.index-title h3 span {
    font-size: 2rem;
    color: #2e58a4;
}

.index-title p {
    font-family: "Arial";
    font-size: 1rem;
    color: #888888;
    margin: 0.8rem auto 0.6rem;
}

.index-title span {
    font-size: 0.8rem;
    color: #929292;
}

.p1 {
    margin-top: 4rem;
}

.p1 .cont {
    margin-top: 2rem;
}

.slick-wrap {
}

.slick-contanier {
}

.slick-contanier .slick-slide {
    outline: none;
}

.slick-contanier img {
    display: inline-block;
    width: 100%;
}

.pplist {
    width: 24%;
    margin-bottom: 2%;
}

.slick-contanier .slick-con {
    display: block;
    position: relative;
    border: 1px solid #eeeeee;
}

.tab-con {
    margin-top: 2%;
}

.tab-con .tab-main {
    height: 0;
    overflow: hidden;
    position: relative;
}

.tab-con .tab-main.active {
    height: auto;
}

.tab-con .tab-main img {
    width: 100%;
    margin: 0 auto;
}

.tab-con .tab-main .wz {
    text-align: center;
    background: #eeeeee;
    height: 44px;
    line-height: 44px;
    color: #000000;
    font-size: 18px;
}

.tab-con .tab-main .det {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 7%;
}

.tab-con .tab-main h2 {
    color: #000000;
    font-size: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tab-con .tab-main h4 {
    color: #221815;
    font-size: 12px;
    margin-top: 15px;
    font-family: "Arial";
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-banner {
    position: relative;
    overflow: hidden;
    padding-top: 5rem;
}

@media (max-width: 1500px) {
    .page-banner {
        padding-top: 3rem;
    }

    .page-banner img {
        width: 120%;
        margin-left: -10%;
    }
}

@media (max-width: 1024px) {
    .page-banner img {
        width: 140%;
        margin-left: -20%;
    }
}

.page-banner .text_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.page-banner .text_box.navbx {
    width: 90%;
    margin: 2rem auto 0;
}

.page-banner .text_box .cn {
    font-size: 56px;
    line-height: 70px;
    color: #333;
    -webkit-text-stroke: 1px #fff;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .page-banner .text_box .cn {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 600px) {
    .page-banner .text_box .cn {
        font-size: 26px;
        line-height: 32px;
        -webkit-text-stroke: 0.5px #fff;
    }
}

.page-banner .text_box .cn_t {
    font-size: 72px;
    line-height: 90px;
    color: #333;
    -webkit-text-stroke: 1px #fff;
    font-weight: bold;
}

@media (max-width: 1300px) {
    .page-banner .text_box .cn_t {
        font-size: 60px;
        line-height: 72px;
    }
}

@media (max-width: 1024px) {
    .page-banner .text_box .cn_t {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 600px) {
    .page-banner .text_box .cn_t {
        font-size: 30px;
        line-height: 30px;
        -webkit-text-stroke: 0.5px #fff;
    }
}

.page-banner .text_box .en_t {
    font-size: 70px;
    line-height: 74px;
    color: #fff;
    margin-top: 10px;
    -webkit-text-stroke: 1px #6f98e2;
    text-shadow: 0px 0px 10px #214cad;
    text-transform: uppercase;
}

@media (max-width: 1300px) {
    .page-banner .text_box .en_t {
        font-size: 60px;
        line-height: 72px;
        margin-top: 5px;
    }
}

@media (max-width: 1024px) {
    .page-banner .text_box .en_t {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 600px) {
    .page-banner .text_box .en_t {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 600px) {
    .page-banner .text_box .en_t {
        font-size: 26px;
        line-height: 30px;
    }
}

.pro {
}

.ptt {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    padding-top: 48px;
}

.ptt p {
    font-family: "Arial";
    font-size: 20px;
    margin-top: 5px;
}

.tab-li {
    margin-top: 15px;
    font-size: 0;
    cursor: pointer;
    text-align: center;
}

.tab-li li {
    line-height: 51px;
    overflow: hidden;
    display: inline-block;
    height: 51px;
    border-radius: 40px;
    background: #eeeeee;
    width: 190px;
    margin: 0 18px;
}

.tab-li li a {
    font-size: 18px;
    color: #000000;
    display: block;
    width: 100%;
    text-align: center;
}

.tab-li li:hover,
.tab-li li.active {
    background: #2e58a4;
}

.tab-li li:hover a,
.tab-li li.active a {
    color: #fff;
}

.pplist:hover .slick-con {
    border-color: #2e58a4;
}

.pplist:hover .wz {
    background: #2e58a4;
    color: #fff;
}

@media (max-width: 1024px) {
    .ptt {
        padding-top: 22px;
        font-size: 20px;
    }

    .ptt p {
        font-size: 15px;
    }

    .tab-li {
        margin-top: 3px;
    }

    .tab-li li {
        line-height: 46px;
    }

    .tab-li li a {
        font-size: 14px;
    }
}


@media (max-width: 767px) {
    .right-content img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }

    .slick-wrap {
        flex-wrap: wrap;
    }

    .tab-con {
        width: 100%;
    }

    .pro {
        width: 100%;
        margin-top: 15px;
    }

    .pplist {
        width: 49%;
    }

    .tab-con .tab-main .wz {
        font-size: 14px;
    }

    .abpic {
        width: 100%;
        float: none;
    }

    .about {
        width: 100%;
        float: none;
        padding: 0 2% 5%;
    }

    .ads2 li {
        margin-bottom: 10px;
    }

    .ads3 li h2 {
        font-size: 16px;
        margin-top: 15px;
    }

    .tab-li ul {
        display: flex;
        justify-content: space-between;
    }

    .tab-li li {
        width: 33%;
        margin: 0 2px;
    }


}


/***产品解决方案 Start***/
.p22 {
    margin-top: 4rem;
    min-height: 500px;
    background-color: rgba(247, 247, 247, 1);
    padding-top: 4%;
    padding-bottom: 4%;
}

.p22 .cont {
    margin-top: 2rem;
}


.tab2-li {
    margin-top: 15px;
    font-size: 0;
    cursor: pointer;
    text-align: center;
}

.tab2-li li {
    line-height: 51px;
    overflow: hidden;
    display: inline-block;
    height: 51px;
    margin: 0 25px;
}

.tab2-li li a {
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
}

.tab2-li li:hover,
.tab2-li li.active {
    border-bottom: 4px solid #2e58a4;
}

.tab2-li li:hover a,
.tab2-li li.active a {
}

.tab2-con {
    margin-top: 2%;
}

.tab2-con .tab2-main {
    height: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 5px 49px 0px rgb(0 0 0 / 15%);
}

.tab2-con .tab2-main.active {
    height: auto;
}

.p22 .solu-con {
    background: #fff;
    max-height: 500px;
    border: solid 1px #eaeaea;
}

.p22 .solu-con h2 {
    padding-left: 13px;
    position: relative;
    font-weight: 600;
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p22 .solu-con h2:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 5px;
    height: 26px;
    content: '';
    background: #2e58a4;
}

.p22 .solu-con p {
    font-size: 16px;
    width: 300px;
    padding: 20px 0;
    line-height: 30px;
}


.p22 .flex {
    display: flex;
}

.p22 .flex1 {
    flex: 1;
}

.p22 .flex2 {
    flex: 2;
}


/***产品解决方案 End***/


.p2 {
    position: relative;
    margin-top: 3.15rem;
}


.p2-title {
    position: absolute;
    left: 8rem;
    top: 5.1rem;
    z-index: 999;
}

.p2-title h3 {
    font-family: "Arial";
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 1.4rem;
}

.p2-title h4 {
    font-size: 2.2rem;
    color: #0162bb;
}

.p2a .cont {
    position: absolute;
    font-size: 0.8rem;
    font-weight: normal;
    color: #ffffff;
    width: 52.7%;
    top: 15.7rem;
    left: 7.9rem;
    line-height: 2.2;
}

.p2a .img {
    overflow: hidden;
}

.p2a .img img {
    display: block;
    width: 100%;
    transition: all ease 1s;
}

.p2a .img:hover img {
    transform: scale(1.1);
}


.p2b {
    position: absolute;
    top: 17.6rem;
    left: 7.9rem;
    justify-content: flex-start;
}

.p2b li {
    width: 5.35rem;
    height: 5.35rem;
    border-radius: 1rem;
    border: solid 1px #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease .3s;
}

.p2b li + li {
    margin-left: 2.2rem;
}

.p2b li div.img {
    height: 2.15rem;
    line-height: 2.15rem;
    text-align: center;
}

.p2b li div.img img {
    max-width: 100%;
}

.p2b li h3 {
    color: #ffffff;
    margin-top: 0.5rem;
    font-size: 0.8rem;
}

.p2b li:hover {
    background-color: #0162bb;
    border: solid 1px #0162bb;
}


.p2c {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 5rem 0 7.9rem;
}

.p2c li {
    width: 25%;
}

.p2c li a {
    display: block;
    position: relative;
}

.p2c li a div.img {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.p2c li a div.img img {
    display: block;
    width: 100%;
    opacity: 0;
    transition: all ease 1s;
}

.p2c li:hover a div.img img {
    transform: scale(1.1);
}

.p2c li a .cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2.05rem 3.2rem 1rem 3.7rem;
    background: url(../images/line.png) no-repeat left center;
    transition: all ease .3s;
    z-index: 2;
}

.p2c li a .cont::after {
    content: "";
    width: 36px;
    height: 27px;
    background: url(../images/darr.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 99%;
    left: 3.8rem;
    opacity: 0;
}

.p2c li:last-child a .cont {
    background: url(../images/line.png) no-repeat left center, url(../images/line.png) no-repeat right center;
}

.p2c li a .cont h3 {
    font-size: 1.1rem;
    color: #0162bb;
    margin-bottom: 1.1rem;
}

.p2c li a .cont p {
    font-size: 0.7rem;
    line-height: 1.85;
    color: #ffffff;
}


.p2c li:hover a .cont {
    transform: translateY(-100%);
    background-image: linear-gradient(0deg,
    #0162bb 0%,
    #0073dd 100%),
    linear-gradient(#000000,
            #000000);
    background-blend-mode: normal,
    normal;
}

.p2c li:hover a .cont::after {
    opacity: 1;
}

.p2c li:hover a .cont h3 {
    color: #fff;
}

.p2c li:hover a div.img img {
    opacity: 1;
}

@media (max-width: 1600px) {
    .p2-title {
        top: 2.1rem;
    }

    .p2-title h3 {
        margin-bottom: 0.4rem;
    }

    .p2a .cont {
        width: 83.7%;
        top: 9.1rem;
    }

    .p2b {
        top: 13.6rem;
    }

    .p2c li a .cont {
        padding: 1.05rem 0.2rem 1rem 0.7rem;
    }

}

@media (max-width: 1440px) {
    .p2-title {
        left: 2rem;
    }

    .p2-title h3 {
        font-size: 2rem;
    }

    .p2-title h4 {
        font-size: 2rem;
    }

    .p2c li a .cont {
        padding: 0.6rem 0.2rem 1rem 0.7rem;
    }

    .p2c li a .cont p {
        line-height: 1.5;
    }

    .p2a .cont {
        left: 2rem;
    }

    .p2b {
        left: 2rem;
    }

    .p2c li a .cont h3 {
        margin-bottom: 0.5rem;
    }

    .p2c {
        padding: 0 3rem 0 1.2rem;
    }
}

@media (max-width: 1024px) {
    .p2c li a .cont p {
        line-height: 1.6;
    }
}

@media (max-width: 768px) {
    .p2-title {
        position: initial;
        text-align: center;
        margin-bottom: 6%;
    }

    .p2-title h3 {
        color: #000;
    }

    .p2a {
        position: relative;
    }

    .p2a .cont {
        width: 90%;
        line-height: 1.6;
        top: 6%;
    }


    .p2c {
        position: initial;
        background: #000;
        padding: 0 15px;
    }

    .p2c li {
        width: 50%;
    }

    .p2c li a .cont {
        transition: initial;
    }

    .p2c li.on a .cont {
        background: initial;
    }

    .p2c li.on a .cont {
        transform: initial;
    }

    .p2c li.on a .cont::after {
        opacity: 0;
    }

    .p2c li.on a div.img img {
        opacity: 1;
    }

    .p2c li:nth-child(odd) a .cont {
        background: initial;
    }

    .p2c li:last-child a .cont {
        background: url(../images/line.png) no-repeat left center;
    }

}


@media (max-width: 767px) {
    .p2a .cont {
        font-size: 14px;
        width: 100%;
        position: initial;
        color: #000;
        padding: 0 15px;
        margin: 4% 0;

    }

    .p2b {
        display: none;
    }

    .p2c {
        background: initial;
    }

    .p2c li a .cont p {
        display: none;
    }

    .p2c li a .cont {
        background-image: linear-gradient(0deg,
        #0162bb 0%,
        #0073dd 100%),
        linear-gradient(#000000,
                #000000);
        background-blend-mode: normal,
        normal;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .p2c li a .cont h3 {
        font-size: 18px;
        color: #fff;
    }

    .p2c li:last-child a .cont {
        background-image: linear-gradient(0deg,
        #0162bb 0%,
        #0073dd 100%),
        linear-gradient(#000000,
                #000000);
        background-blend-mode: normal,
        normal;
    }

    .p2c li:nth-child(odd) a .cont {
        background-image: linear-gradient(0deg,
        #0162bb 0%,
        #0073dd 100%),
        linear-gradient(#000000,
                #000000);
        background-blend-mode: normal,
        normal;
    }

    .p2c li.on .cont {
        background: initial !important;
    }
}

.p3 {
    background: url(../images/about_bg.png) no-repeat center center;
    min-height: 300px;
    /* background-size: cover; */
    padding-top: 8%;
    padding-bottom: 9%;
}

.wh1360 {
    max-width: 1390px;
    padding: 0 15px;
    margin: 0 auto;
}

.p3 .p3-title {
    text-align: center;
}

.p3 .p3-title h3 {
    font-size: 1.7rem;
    color: #000000;
}


.p3 .p3-title p {
    font-size: 0.9rem;
    font-weight: normal;
    color: #979797;
    margin-top: 1rem;
}

.p3a {
    font-size: 0.9rem;
    line-height: 1.88;
    color: #555555;
    text-align: center;
    letter-spacing: 0.7px;
    margin-top: 1.7rem;
}

.p3b {
    flex-wrap: nowrap;
    margin-top: 2.5rem;
}

.p3b li {
    flex: 1;
    width: auto;
    display: contents;
}

.p3b li + li {
    margin-left: 14%;
}

.p3b li a h3 {
    font-family: "Impact";
    font-size: 3.79rem;
    color: #cbdeff;
    display: inline-block;
}

.p3b li a span {
    font-size: 1.01rem;
    font-weight: normal;
    color: #cbdeff;
}

.p3b li a p {
    font-size: 0.9rem;
    font-weight: normal;
    color: #cbdeff;
    text-align: center;
    margin-top: .8rem;
}

@media (max-width: 1440px) {
    .p3b li + li {
        margin-left: 0;
    }

    .p3b li {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .p3b {
        margin-top: 2rem;
        flex-wrap: wrap;
    }

    .p3b li {
        flex: auto;
        width: 50%;
        margin-bottom: 5%;
        display: block;
    }
}

@media (max-width: 767px) {
    .p3 {
        background-size: 100%;
    }

    .p3 .p3-title h3 {
        font-size: 21px;
    }

    .p3 .p3-title p {
        font-size: 16px;
    }

    .p3a {
        font-size: 14px;
    }

    .p3b li a span {
        font-size: 14px;
    }

    .p3b li a p {
        font-size: 14px;
        margin-top: 1rem;
    }
}

.p4 {
    background: url(../images/ys_bg.jpg) no-repeat top center;
    padding-top: 2.8rem;
    background-size: 100% auto;
}

.p4-title {
    text-align: center;
}

.p4-title h3 {
    font-family: "Arial";
    font-size: 1.2rem;
    color: #ffffff;
    letter-spacing: 0.24rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.p4-title h4 {
    font-size: 2.4rem;
    color: #ffffff;
    position: relative;
    position: relative;
    padding-bottom: 1.1rem;
}

.p4-title h4::after {
    content: "";
    width: 5rem;
    height: 0.35rem;
    background-color: #2e58a4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.p4-sort {
    align-items: center;
    margin-top: 2.5rem;
    margin-bottom: 3.1rem;
    padding: 0 3.25rem;
}

.p4-sort li {
    align-items: center;
    width: 22%;
    background: #ffffff;
    justify-content: center;
    padding: 1rem 0;
    position: relative;
}

.p4-sort li .imgd {
    display: none;
    position: absolute;
    bottom: -15px;
    left: 45%;
}

.p4-sort li.cur .imgd {
    display: block;
}

.p4-sort li .img0 {
    width: 15%;
}

.p4-sort li .img0 img {
    max-width: 100%;
}

.p4-sort li .img0 .img1 {
}

.p4-sort li .img0 .img2 {
    display: none;
}

.p4-sort li .wz {
    width: 66%;
}

.p4-sort li .wz1 {
    color: #333333;
    font-weight: bold;
    padding-left: .5rem;
    font-size: 1.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p4-sort li .wz2 {
    color: #e6e6e6;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Arial";
    padding-top: 0.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p4-sort li.cur {
    background: #2e58a4;
}

.p4-sort li.cur .img0 .img1 {
    display: none;
}

.p4-sort li.cur .img0 .img2 {
    display: block;
}

.p4-sort li.cur .wz .wz1 {
    color: #fff;
}

.tt {
    display: none;
}

.p4-list {
}

.p4-list li a {
    flex-wrap: nowrap;
    background: #fff;
    /* box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.24); */
    box-shadow: 0px 5px 49px 0px rgb(0 0 0 / 15%);
}


.p4-list li .img1 {
    width: 70.0625%;
}

.p4-list li .img1 img {
    width: 100%;
    height: auto;
}

.p4-list li .wz {

    width: calc(100% - 70.0625%);
    padding-left: 2.3rem;
    padding-right: 4rem;
}

.p4-list li .wz .wz1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem;
}

.p4-list li .wz .wz1 h3 {
    font-weight: bold;
    color: #2e58a4;
    font-size: 1.5rem;
}

.p4-list li .wz .wz1 h4 {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 10px;
}

.p4-list li .wz .wz2 {
    color: #717171;
    font-size: 0.8rem;
    line-height: 2.0625;
    margin-top: 2rem;
}

.p4-list li .wz .wz3 {
    color: #ffffff;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    width: 9.5rem;
    height: 2.9rem;
    line-height: 2.9rem;
    background: #2e58a4;
    margin-top: 3.25rem;
}

.p4-list li .wz .wz3:hover {
    font-size: 0.9rem;
    transition: all 0.5s;
}


@media (max-width: 767px) {
    .p4-sort {
        padding: 0;
    }

    .p4-sort li {
        width: 50%;
        display: block;
        text-align: center;
        padding: 10px;
    }

    .p4-sort li.cur .imgd {
        display: none;
    }

    .p4-sort li .img0 {
        width: 100%;
    }

    .p4-sort li .wz {
        margin-left: 0;
        width: 100%;
    }

    .p4-sort li .wz1 {
        font-size: 16px;
    }

    .p4-sort li .wz2 {
        font-size: 14px;
    }

    .p4-list li a {
        display: block;
    }

    .p4-list li .img1 {
        width: 100%;
    }

    .p4-list li .wz {
        width: 100%;
        padding: 20px;
    }

    .p4-list li .wz .wz1 h3 {
        font-size: 20px;
    }

    .p4-list li .wz .wz2 {
        margin-top: 5%;
        font-size: 14px;
    }

    .p4-list li .wz .wz3 {
        margin-top: 5%;
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
}


.p5 {
    margin-top: 3rem;
    margin-bottom: 3.7rem;
}

.p5a {
    margin-top: 2.3rem;
    align-items: flex-start;
}


.p5a1 {
    width: 50.25%;
    position: relative;
}

.p5a1 .p5a1a {
    overflow: hidden;
}

.p5a1 .p5a1a li a {
    display: block;
    overflow: hidden;
    position: relative;
}

.p5a1 .p5a1a li a .img1 {
    overflow: hidden;
}

.p5a1 .p5a1a .img1 img,
.p5a1 .p5a1a video {
    width: 100%;
    height: 100%;
    transition: all ease 1s;
}

.p5a1 .p5a1a:hover .img1 img {
    transform: scale(1.1);
}

.p5a1 .p5a1a li a .wz {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    padding-left: 2.25rem;
    display: none;
}

.p5a1 .cont {
    width: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
}

.p5a1 .cont h3 {
    font-size: 20px;
    color: #ffffff;
    padding-left: 2.4rem;
}


.p5a2-scroll {
    display: flex;
    flex-direction: column;
    width: 45.625%;
    justify-content: space-between;
}

.p5-swiper {
    overflow: hidden;
    height: 443px;
}

.p5a2b li {
}

.p5a2b li a {
    display: block;
    background-color: #ffffff;
    height: 100%;
}


.p5a2b li a .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.p5a2b li a .title h3 {
    font-size: 1rem;
    color: #3a3a3a;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p5a2b li a .title span {
    font-size: 14px;
    color: #5a5a5a;
    overflow: hidden;
    white-space: nowrap;
}

.p5a2b li a p {
    font-size: 14px;
    line-height: 1.75;
    color: #3a3a3a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p5a2b li:hover a .title h3,
.p5a2b li:hover a p {
    color: #2e58a4;
}

.p5button {
    margin-top: 1.1rem;
}

.p5button div {
    width: 49.65%;
    height: 30px;
    line-height: 30px;
    background: #b9b9b9 url(../images/up.png) no-repeat center center;
    outline: none;
    cursor: pointer;
}

.p5button div.p5next {
    background: #2e58a4 url(../images/up.png) no-repeat center center;
    transform: rotate(180deg);
    outline: none;
    cursor: pointer;
}

@media (max-width: 1600px) {
    .p5button {
        margin-top: 0.5rem;
    }

}

@media (max-width: 1440px) {
    .p5-swiper {
        height: 396px;
    }
}

@media (max-width: 1366px) {
    .p5-swiper {
        height: 371px;
    }
}

@media (max-width: 1024px) {
    .p5-swiper {
        height: 268px;
    }
}

@media (max-width: 768px) {
    .p5a1 {
        width: 100%;
    }

    .p5a2-scroll {
        width: 100%;
        margin-top: 2rem;
    }

}


@media (max-width: 767px) {
    .p5a1 .cont img {
        width: 21%;
    }

    .p5a1 .cont h3 {
        font-size: 16px;
    }

    .p5-swiper {
        height: 226px;
    }

    .p5a2b li a .title h3 {
        font-size: 18px;
    }

    .p5a2b li a p {
        height: 50px;
        overflow: hidden;
    }

}


.p7 {
    background-color: #323232;
    padding: 1.5rem 0 0rem;
}

.p7a {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #fff;
}

.p7a li a {
    display: block;
}

.p7a li a h3 {
    font-size: 16px;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
}

.p7a li a h3::after {
    content: "";
    width: 43px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p7a li a p {
    font-size: 14px;
    color: #ffffff;
}


.p7b {
    padding: 1.85rem 0 1.25rem;
    align-items: flex-start;
}

.p7b1 {
    width: 62.5%;
    font-size: 14px;
    letter-spacing: 1.1px;
    color: #fcfcfc;
    line-height: 1.8;
}

.p7b1 a {
    color: #fcfcfc;
}

.p7b1a {
    margin-bottom: 1.7rem;
    font-weight: 700;
    display: none;
}

.p7b1a a {
    margin-right: 5px;
}


.p7b2 li + li {
    margin-left: 1.5rem;
}

.p7b2 li div.img {
    width: 6.3rem;
    height: 6.3rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 0.55rem;
}

.p7b2 li div.img img {
    width: 100%;
}

.p7b2 li h3 {
    font-size: 11.33px;
    color: #fcfcfc;
    opacity: 0.51;
    text-align: center;
    margin-top: 0.8rem;
    text-align: center;
    font-weight: 400;
}


@media (max-width: 1440px) {
    .p6a li a .cont {
        top: 2.8rem;
        padding: 0px 2.3rem 0 2.8rem;
    }
}

@media (max-width: 768px) {
    .p6a li a .cont {
        top: 1.2rem;
    }

    .p7a {
        border: none;
    }

    .p7a li {
        width: 50%;
        margin-bottom: 3%;
        border-bottom: 1px solid #fff;
        padding-bottom: 6%;
    }

    .p7b2 {
        margin-top: 5%;
    }
}

@media (max-width: 767px) {

    .p6a li {
        flex: auto;
        width: 100%;
    }

    .p6a li a .cont .img1 {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .p6a li a .cont .img1 img {
        max-width: 40%;
    }

    .p6a li a .cont .conta h3 {
        font-size: 20px;
    }

    .p6a li a .cont .conta p {
        font-size: 14px;
    }

    .p7a {
        align-items: initial;
    }


    .p7a li {
        padding: 0px 2% 6% 0;
    }

    .p7b {
        padding: 0 0 1.25rem;
        padding-bottom: 20%;
    }

    .p7b1 {
        width: 100%;
    }

    .p7b2 li div.img {
        width: 7.3rem;
        height: 7.3rem;
    }
}


/*内页左侧样式*/
.page-product-inquiry a {
    color: #fff;
}

.page-wrap {
    /* padding: 3% 0; */
}


.left-con2 {
    margin-bottom: 3%;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eeeeee;
}

.left-con2 .left-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.left-con2 .left-nav > li {
    width: 10%;
    position: relative;
    text-align: center;
}

.left-con2 .left-nav > li {
    border-bottom: none;
}

.left-con2 .left-nav > li:last-child a {
    border: none;
}

.left-con2 .left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 15px 18px;
    background: #f7f7f7;
    border-right: 1px solid #dedede;
}


.left-con2 .left-nav > li:hover > a,
.left-con2 .left-nav > li.clicked > a {
    color: #fff;
    background: #2e58a4;
}

.left-con2 .left-nav > li .first-nav-btn {
    display: none;
}


@media (min-width: 991px) {
    .page-wrap-left {
        display: none;
    }

}

@media (max-width: 768px) {
    .left-con2 {
        border-bottom: none;
    }

    .left-con2 .left-nav {
        display: none !important;
    }

    .right-content img {
        width: 100% !important;
        height: auto !important;
    }

    .page-wrap {
        padding: 3%;
    }
}

@media (max-width: 1200px) {
    .right-content {
        overflow: hidden;
    }

    .right-content p img, .right-content img {
        max-width: 100%;
        width: auto !important;
        height: auto !important;
    }
}

.about-hzhb-pic li {
    float: left;
    width: 17.5%;
    line-height: 0;
    margin: 0 1.2% 20px 1.2%;
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1s);
    moz-box-shadow: 0px 0px 8px 4px #ddd;
    -webkit-box-shadow: 0px 0px 8px 4px #ddd;
    box-shadow: 0px 0px 8px 4px #ddd;
}

@media (max-width: 768px) {
    .about-hzhb-pic li {
        width: 30.3%;
        margin: 0 1.5% 20px 1.5%;
    }
}

/*发展历程*/
.about-fzlc-bj {
}

.ny-title {
    font-size: 1.8rem;
    line-height: 2rem;
    padding-bottom: 1rem;
    position: relative;
    text-align: center;
}

.ny-title:after {
    content: "";
    position: absolute;
    background: #2e58a4;
    width: 60px;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 3px;
    bottom: 0;
}

.cd-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 2px;
}

.cd-container::after {
    content: '';
    display: table;
    clear: both;
}

#cd-timeline {
    position: relative;
    margin-top: 4em;

}

#cd-timeline > .box {
    max-height: 873px;
    overflow: hidden;
    transition: all 0.5s;
}

#cd-timeline.show > .box {
    max-height: 400vh;
}

#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 4px;
    background: #2e58a4;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 5em;
        margin-bottom: 3em;
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -3px;
    }

}

.cd-timeline-block {
    position: relative;

}


.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .cd-timeline-block {
        margin: 1.5em 0;
    }
}

@media only screen and (min-width: 1170px) {

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }

}

.cd-timeline-img {
    position: absolute;
    top: 8px;
    left: 19px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #6e8dc4, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img {
    background: #2e58a4;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 16px;
        height: 16px;
        left: 50%;
        margin-left: -9px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    margin-right: 20px;
    background: #eee;
    border-radius: 2px;
    padding: 1.6em;

.timeline-content-info {
    background: #eee;
    padding: 5px 10px;


    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px;

i {
    margin-right: 5px;
}


}

}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: #2e58a4;
    margin-top: 0;
    font-size: 1.45rem;

}

.cd-timeline-content p {
    margin-top: 1em;
    color: #444;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #eee;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.85rem;
    }

    .cd-timeline-content p {
        font-size: 16px;
        color: #333;
        font-size: 1rem;
    }

}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.7em;
        width: 46%;
    }

    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #eeeeee;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #eee;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }

}

/*发展历程结束*/


/*企业文化开始*/

.about-qywh-bj {
}

.about-qywh-wh {
    float: left;
    width: 25%;
    color: #333;
    padding-left: 100px;
    margin-top: 60px;
}

.about-qywh-wh-pic {
    float: left;
    width: 15%;
}

.about-qywh-wh-right {
    float: left;
    padding-left: 60px;
    width: 85%;
    color: #919191;
}

.about-qywh-wh-right dt {
    font-size: 30px;
    float: left;
    margin-bottom: 5px;
    width: 100%;
    color: #333;
}

.about-qywh-wh-right dd {
    font-size: 20px;
}

@media (max-width: 1200px) {
    .about-qywh-wh {
        padding-left: 0;
        text-align: center;
        width: 50%;
        margin-bottom: 40px;
    }

    .about-qywh-wh-pic {
        width: 100%;
    }

    .about-qywh-wh-right {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    .about-qywh-wh-right p {
        font-size: 26px;
    }

    .about-qywh-wh img {
        width: auto !important;
    }
}

/*企业文化结束*/

/*制造流程开始*/
.process_box {
    padding-top: 63px;
    padding-bottom: 130px;
}

@media (max-width: 1024px) {
    .process_box {
        padding-bottom: 200px;
    }
}

@media (max-width: 600px) {
    .process_box {
        padding-top: 35px;
        padding-bottom: 40px;
    }
}

.process_box .tit {
    text-align: center;
}

.process_box .process_list {
    margin-top: 70px;
}

@media (max-width: 768px) {
    .process_box .process_list {
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .process_box .process_list {
        margin-top: 25px;
    }
}

.process_box .process_list .item {
    position: relative;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .process_box .process_list .item {
        min-height: 10.5rem;
        margin-bottom: 50px;
    }
}

@media (max-width: 700px) {
    .process_box .process_list .item {
        margin-bottom: 4.25rem;
    }
}

@media (max-width: 1024px) {
    .process_box .process_list .item:nth-child(even) .center {
        float: left;
    }
}

.process_box .process_list .item:nth-child(even) .center .box .text_box {
    right: -310%;
    left: auto;
    top: auto;
    bottom: 90%;
}

@media (max-width: 1750px) {
    .process_box .process_list .item:nth-child(even) .center .box .text_box {
        right: -220%;
    }
}

@media (max-width: 1024px) {
    .process_box .process_list .item:nth-child(even) .center .box .text_box {
        bottom: 65px;
    }
}

@media (max-width: 700px) {
    .process_box .process_list .item:nth-child(even) .center .box .text_box {
        text-align: left;
    }
}

.process_box .process_list .item:nth-child(even) .center .box .num::after {
    left: auto;
    right: -310%;
    background: url(../images/l2.png) no-repeat center center;
    background-size: contain;
}

@media (max-width: 1750px) {
    .process_box .process_list .item:nth-child(even) .center .box .num::after {
        right: -220%;
    }
}

.process_box .process_list .item:nth-child(even) .cont {
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
}

.process_box .process_list .item:nth-child(even) .cont .pic {
    float: right;
}

@media (max-width: 1024px) {
    .process_box .process_list .item .center {
        float: right;
    }
}

.process_box .process_list .item .center .box {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 700px) {
    .process_box .process_list .item .center .box {
        width: 4.75rem;
        height: 4.75rem;
    }
}

.process_box .process_list .item .center .box .text_box {
    width: 290%;
    position: absolute;
    top: 90%;
    left: -310%;
    padding-left: 51.8%;
    z-index: 10;
    box-sizing: border-box;
}

@media (max-width: 1750px) {
    .process_box .process_list .item .center .box .text_box {
        width: 200%;
        left: -220%;
    }
}

@media (max-width: 1024px) {
    .process_box .process_list .item .center .box .text_box {
        top: 65px;
        padding-left: 20px;
    }
}

@media (max-width: 700px) {
    .process_box .process_list .item .center .box .text_box {
        top: 0 !important;
        bottom: auto !important;
        min-width: 10rem;
        padding-left: 0;
        text-align: right;
        margin-top: 0.5rem;
    }
}

.process_box .process_list .item .center .box .text_box .cn {
    font-size: 32px;
    line-height: 40px;
    color: #13447c;
}

@media (max-width: 1300px) {
    .process_box .process_list .item .center .box .text_box .cn {
        font-size: 26px;
        line-height: 36px;
    }
}

@media (max-width: 700px) {
    .process_box .process_list .item .center .box .text_box .cn {
        font-size: 18px;
        line-height: 24px;
    }
}

.process_box .process_list .item .center .box .text_box .en {
    font-size: 20px;
    line-height: 24px;
    color: #13447c;
}

@media (max-width: 1300px) {
    .process_box .process_list .item .center .box .text_box .en {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 700px) {
    .process_box .process_list .item .center .box .text_box .en {
        font-size: 14px;
        line-height: 20px;
    }
}

.process_box .process_list .item .center .box .num {
    margin: 0 auto;
    width: 110px;
    height: 110px;
    border: 1px solid #c2c2c2;
    font-size: 72px;
    line-height: 110px;
    color: #13447c;
    text-align: center;
    border-radius: 50%;
    position: relative;
}

@media (max-width: 1300px) {
    .process_box .process_list .item .center .box .num {
        font-size: 60px;
    }
}

@media (max-width: 700px) {
    .process_box .process_list .item .center .box .num {
        width: 4.75rem;
        float: right;
        height: 4.75rem;
        font-size: 2.5rem;
        line-height: 4.75rem;
    }
}

.process_box .process_list .item .center .box .num::after {
    content: "";
    width: 290%;
    height: 7px;
    display: block;
    background: url(../images/l1.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -310%;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1750px) {
    .process_box .process_list .item .center .box .num::after {
        width: 200%;
        left: -220%;
    }
}

@media (max-width: 700px) {
    .process_box .process_list .item .center .box .num::after {
        display: none;
    }
}

.process_box .process_list .item .center .icon {
    margin: 0 auto;
    width: 110px;
    height: 60px;
    background: url(../images/down_arr1.png) no-repeat center center;
}

@media (max-width: 700px) {
    .process_box .process_list .item .center .icon {
        width: 5.75rem;
        height: 2.5rem;
        background-size: 40% auto;
    }
}

.process_box .process_list .item .cont {
    width: 44.27%;
    position: absolute;
    left: 0;
    height: 320px;
    top: -30%;
}

@media (max-width: 1300px) {
    .process_box .process_list .item .cont {
        height: 260px;
    }
}

@media (max-width: 1024px) {
    .process_box .process_list .item .cont {
        top: 0;
        height: 10.5rem;
        width: calc(100% - 400px);
    }
}

@media (max-width: 700px) {
    .process_box .process_list .item .cont {
        width: calc(100% - 18rem);
    }
}

.process_box .process_list .item .cont .pic {
    width: 61%;
    height: 100%;
    float: left;
    position: relative;
}

@media (max-width: 1750px) {
    .process_box .process_list .item .cont .pic {
        width: calc(100% - 225px);
    }
}

@media (max-width: 1024px) {
    .process_box .process_list .item .cont .pic {
        width: 100%;
    }
}

.process_box .process_list .item .cont .pic img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

/*制造流程结束*/


/*质量保证样式开始*/
.wrap_box .honor {
    padding-top: 82px;
    padding-bottom: 165px;
}

@media (max-width: 1024px) {
    .wrap_box .honor {
        padding-top: 70px;
        padding-bottom: 90px;
    }
}

@media (max-width: 600px) {
    .wrap_box .honor {
        padding-top: 35px;
        padding-bottom: 40px;
    }
}

.wrap_box .honor .honor_tit {
    text-align: center;
}

.wrap_box .honor .honor_tit .en {
    font-size: 48px;
    line-height: 50px;
    color: #fff;
}

@media (max-width: 1200px) {
    .wrap_box .honor .honor_tit .en {
        font-size: 42px;
        line-height: 44px;
    }
}

@media (max-width: 1024px) {
    .wrap_box .honor .honor_tit .en {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 768px) {
    .wrap_box .honor .honor_tit .en {
        font-size: 30px;
        line-height: 32px;
    }
}

@media (max-width: 500px) {
    .wrap_box .honor .honor_tit .en {
        font-size: 24px;
        line-height: 26px;
    }
}

.wrap_box .honor .honor_tit .cn {
    font-size: 42px;
    line-height: 52px;
    color: #fff;
    margin-top: 8px;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .wrap_box .honor .honor_tit .cn {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 768px) {
    .wrap_box .honor .honor_tit .cn {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 500px) {
    .wrap_box .honor .honor_tit .cn {
        font-size: 20px;
        line-height: 24px;
        margin-top: 2px;
    }
}

.wrap_box .honor .flister {
    margin-top: 55px;
    width: 1318px;
    margin-left: auto;
    position: relative;
    margin-right: auto;
}

@media (max-width: 1500px) {
    .wrap_box .honor .flister {
        width: 94%;
    }
}

@media (max-width: 600px) {
    .wrap_box .honor .flister {
        margin-top: 25px;
    }
}

.wrap_box .honor .flister .btn_l {
    width: 65px;
    height: 65px;
    background: url(../images/left2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.3s;
    z-index: 100;
}

@media (min-width: 1024px) {
    .wrap_box .honor .flister .btn_l:hover {
        background: url(../images/left2.png) no-repeat center center;
        background-size: cover;
    }
}

@media (max-width: 1200px) {
    .wrap_box .honor .flister .btn_l {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 600px) {
    .wrap_box .honor .flister .btn_l {
        width: 30px;
        height: 30px;
        background: url(../images/left2.png) no-repeat center center;
        background-size: cover;
    }
}

.wrap_box .honor .flister .btn_r {
    width: 65px;
    height: 65px;
    background: url(../images/right2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transition: background 0.3s;
    transform: translateY(-50%);
    z-index: 100;
}

@media (min-width: 1024px) {
    .wrap_box .honor .flister .btn_r:hover {
        background: url(../images/right2.png) no-repeat center center;
        background-size: cover;
    }
}

@media (max-width: 1200px) {
    .wrap_box .honor .flister .btn_r {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 600px) {
    .wrap_box .honor .flister .btn_r {
        width: 30px;
        height: 30px;
        background: url(../images/right2.png) no-repeat center center;
        background-size: cover;
    }
}

.wrap_box .honor .flister .flister_box {
    width: 80.88%;
    margin: 0 auto;
    position: relative;
    height: 572px;
}

@media (max-width: 600px) {
    .wrap_box .honor .flister .flister_box {
        width: 120%;
        margin-left: -10%;
    }
}

.wrap_box .honor .flister .flister_box ul li {
    position: absolute;
    width: 20.76%;
    z-index: 1;
    left: 38%;
    top: 15%;
}

.wrap_box .honor .flister .flister_box ul li.l1 {
    z-index: 3;
    left: 0;
    top: 11.71%;
    width: 27.76%;
}

.wrap_box .honor .flister .flister_box ul li.l2 {
    top: 0;
    width: 38.18%;
    z-index: 10;
    left: 30.76%;
}

.wrap_box .honor .flister .flister_box ul li.l2 a .text {
    opacity: 1;
}

.wrap_box .honor .flister .flister_box ul li.l3 {
    width: 27.76%;
    z-index: 3;
    top: 11.71%;
    left: 71.5%;
}

.wrap_box .honor .flister .flister_box ul li a {
    display: block;
}

.wrap_box .honor .flister .flister_box ul li a img {
    width: 100%;
    display: block;
}

.wrap_box .honor .flister .flister_box ul li a .text {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
    opacity: 0;
}

@media (max-width: 600px) {
    .wrap_box .honor .flister .flister_box ul li a .text {
        font-size: 16px;
        line-height: 24px;
    }
}


.wrap_box .quality .quality_cen {
    padding-top: 84px;
    padding-bottom: 130px;
}

@media (max-width: 1024px) {
    .wrap_box .quality .quality_cen {
        padding-top: 70px;
        padding-bottom: 90px;
    }
}

@media (max-width: 600px) {
    .wrap_box .quality .quality_cen {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

.wrap_box .quality .quality_cen .tit {
    text-align: center;
}

.wrap_box .quality .quality_cen .ds {
    margin-top: 55px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

@media (max-width: 1024px) {
    .wrap_box .quality .quality_cen .ds {
        font-size: 16px;
        line-height: 26px;
        margin-top: 40px;
    }
}

@media (max-width: 500px) {
    .wrap_box .quality .quality_cen .ds {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
    }
}

.wrap_box .quality .quality_cen .list {
    margin-top: 80px;
}

@media (max-width: 1024px) {
    .wrap_box .quality .quality_cen .list {
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .wrap_box .quality .quality_cen .list {
        margin-top: 20px;
    }
}

.wrap_box .quality .quality_cen .list ul {
    width: 110%;
}

.wrap_box .quality .quality_cen .list ul li {
    width: 25.25%;
    float: left;
    border-radius: 50%;
    background: #fff;
    border: 1px dashed #e5e5e5;
    box-sizing: border-box;
    padding: 25px;
    margin-right: 7.62%;
    margin-bottom: 3%;
}

@media (max-width: 768px) {
    .wrap_box .quality .quality_cen .list ul li {
        padding: 15px;
    }
}

@media (max-width: 600px) {
    .wrap_box .quality .quality_cen .list ul li {
        width: 29.5%;
        margin-right: 1%;
        margin-bottom: 1%;
        padding: 10px;
    }
}

@media (min-width: 1024px) {
    .wrap_box .quality .quality_cen .list ul li:hover .pic img {
        transform: scale(1.05);
    }
}

.wrap_box .quality .quality_cen .list ul li .pic {
    padding-bottom: 100%;
    height: 0;
    border-radius: 50%;
    overflow: hidden;
}

.wrap_box .quality .quality_cen .list ul li .pic img {
    width: 100%;
    border-radius: 50%;
    transition: transform 0.5s ease-in-out;
}

.wrap_box .quality .quality_cen .list ul li .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 88, 164, 0.9);
    bottom: 0;
    left: 0;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding-top: 45.5%;
    font-size: 1rem;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: all .8s ease;
}

.wrap_box .quality .quality_cen .list ul li:hover .txt {
    opacity: 1;
}

/*质量保证样式结束*/

/*产品牌号样式开始*/
.properties {
    /*background-image: linear-gradient(to bottom, #dedede, #f7f5f5, #fffdfd, #fffdfd, #ffffff);*/
    overflow: hidden;
}

.properties .properties_box {
    padding-top: 70px;
    padding-bottom: 155px;
}

.properties .properties_box .ds {
    margin-top: 2.75rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #333;
}

@media (max-width: 1024px) {
    .properties .properties_box {
        padding-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .properties .properties_box {
        padding-top: 55px;
        padding-bottom: 70px;
    }
}

@media (max-width: 600px) {
    .properties .properties_box {
        padding-top: 35px;
        padding-bottom: 45px;
    }
}

.properties .properties_box .tit {
    text-align: center;
}

.properties .properties_box .classification {
    margin-top: 35px;
    text-align: center;
    font-size: 0;
}

@media (max-width: 600px) {
    .properties .properties_box .classification {
        margin-top: 10px;
    }
}

.properties .properties_box .classification a {
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
    min-width: 480px;
    color: #333;
    transition: background 0.3s, color 0.3s;
    border: 1px dashed #13447c;
    border-radius: 58px;
    font-size: 20px;
    line-height: 58px;
    text-align: center;
}

.properties .properties_box .classification a.active {
    background: #13447c;
    color: #fff;
}

@media (min-width: 1024px) {
    .properties .properties_box .classification a:hover {
        background: #13447c;
        color: #fff;
    }
}

@media (max-width: 1200px) {
    .properties .properties_box .classification a {
        min-width: 400px;
    }
}

@media (max-width: 1024px) {
    .properties .properties_box .classification a {
        min-width: 300px;
        font-size: 18px;
        line-height: 50px;
        height: 50px;
    }
}

@media (max-width: 768px) {
    .properties .properties_box .classification a {
        min-width: inherit;
        width: 100%;
        font-size: 16px;
        line-height: 44px;
        height: 44px;
        margin-top: 15px;
        margin-left: 0;
        margin-right: 0;
    }
}

.properties .properties_box .ds {
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: center;
    margin-top: 24px;
}

@media (max-width: 1200px) {
    .properties .properties_box .ds {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .properties .properties_box .ds {
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }
}

.properties .properties_box .tab {
    margin-top: 45px;
    width: 1480px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

@media (max-width: 1680px) {
    .properties .properties_box .tab {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .properties .properties_box .tab {
        margin-top: 25px;
    }
}

.properties .properties_box .tab table {
    background: #fff;
    width: 100%;
}

@media (max-width: 700px) {
    .properties .properties_box .tab table {
        width: 800px;
    }
}

.properties .properties_box .tab table tr {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

@media (max-width: 1024px) {
    .properties .properties_box .tab table tr {
        padding: 10px;
        font-size: 14px;
        line-height: 24px;
    }
}

.properties .properties_box .tab table tr .bg1 {
    background: #5cc5f2;
    color: #fff;
}

.properties .properties_box .tab table tr .bg2 {
    background: #eee;
}

.properties .properties_box .tab table tr th,
.properties .properties_box .tab table tr td {
    text-align: center;
    padding: 25px 10px;
    font-weight: normal;
    box-sizing: border-box;
    border: 2px solid #e5e5e5;
}

@media (max-width: 1024px) {

    .properties .properties_box .tab table tr th,
    .properties .properties_box .tab table tr td {
        padding: 10px;
    }
}

.properties .properties_box .tab table tr th {
    background: #13447c;
    color: #fff;
}

.properties .properties_box .table_box {
    margin-top: 45px;
}

@media (max-width: 600px) {
    .properties .properties_box .table_box {
        margin-top: 25px;
    }
}

.properties .properties_box .table_box .table {
    overflow: auto;
    display: none;
}

.properties .properties_box .table_box .table.show {
    display: block;
}

.properties .properties_box .table_box .table table {
    width: 100%;
}

@media (max-width: 1024px) {
    .properties .properties_box .table_box .table table {
        width: 1024px;
    }
}

.properties .properties_box .table_box .table table .bg {
    background: #eee;
}

.properties .properties_box .table_box .table table .bgw {
    background: #fff;
}

.properties .properties_box .table_box .table table tr {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

@media (max-width: 1024px) {
    .properties .properties_box .table_box .table table tr {
        padding: 10px;
        font-size: 13px;
        line-height: 26px;
    }
}

.properties .properties_box .table_box .table table tr th,
.properties .properties_box .table_box .table table tr td {
    min-width: 70px;
    text-align: center;
    padding: 5px 0;
    font-weight: normal;
    border: 2px solid #e5e5e5;
}

@media (max-width: 1500px) {

    .properties .properties_box .table_box .table table tr th,
    .properties .properties_box .table_box .table table tr td {
        min-width: 50px;
    }
}

@media (max-width: 1150px) {

    .properties .properties_box .table_box .table table tr th,
    .properties .properties_box .table_box .table table tr td {
        min-width: inherit;
        padding: 5px;
    }
}

.properties .properties_box .table_box .table table tr th {
    background: #13447c;
    color: #fff;
}

/*产品牌号样式结束*/

/*竞争优势样式开始*/
.competitive_box {
    padding-top: 70px;
    padding-bottom: 175px;
}

@media (max-width: 1024px) {
    .competitive_box {
        padding-top: 55px;
        padding-bottom: 120px;
    }
}

@media (max-width: 600px) {
    .competitive_box {
        padding-top: 35px;
        padding-bottom: 50px;
    }
}

.competitive_box .list {
    margin-top: 45px;
}

@media (max-width: 600px) {
    .competitive_box .list {
        margin-top: 25px;
    }
}

.competitive_box .list ul li {
    position: relative;
    background: #f8f8f8;
}

@media (min-width: 1024px) {
    .competitive_box .list ul li:hover .pic img {
        transform: scale(1.05);
    }
}

.competitive_box .list ul li:nth-child(even) .pic {
    float: right;
}

.competitive_box .list ul li:nth-child(even) .cont_box {
    right: auto;
    left: 0;
    padding-left: 2%;
    padding-right: 2%;
}

@media (max-width: 1024px) {
    .competitive_box .list ul li {
        margin-top: 30px;
    }

    .competitive_box .list ul li:first-child {
        margin-top: 0;
    }
}

@media (max-width: 500px) {
    .competitive_box .list ul li {
        margin-top: 20px;
    }
}

.competitive_box .list ul li .pic {
    float: left;
    width: 50%;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .competitive_box .list ul li .pic {
        width: 100%;
        float: none !important;
    }
}

.competitive_box .list ul li .pic img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.competitive_box .list ul li .cont_box {
    position: absolute;
    right: 0;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .competitive_box .list ul li .cont_box {
        position: static;
        width: 100%;
        padding: 30px !important;
        transform: translateY(0%);
    }
}

@media (max-width: 600px) {
    .competitive_box .list ul li .cont_box {
        padding: 20px !important;
    }
}

.competitive_box .list ul li .cont_box .t {
    font-size: 45px;
    line-height: 84px;
    color: #2e58a4;
}

@media (max-width: 1600px) {
    .competitive_box .list ul li .cont_box .t {
        font-size: 40px;
        line-height: 64px;
    }
}

@media (max-width: 1400px) {
    .competitive_box .list ul li .cont_box .t {
        font-size: 36px;
        line-height: 60px;
    }
}

@media (max-width: 1250px) {
    .competitive_box .list ul li .cont_box .t {
        font-size: 30px;
        line-height: 50px;
    }
}

@media (max-width: 600px) {
    .competitive_box .list ul li .cont_box .t {
        font-size: 22px;
        line-height: 40px;
    }
}

.competitive_box .list ul li .cont_box .t span {
    display: inline-block;
    border-bottom: 1px solid #ccc;
}

.competitive_box .list ul li .cont_box .text {
    font-size: 32px;
    line-height: 42px;
    color: #13447c;
    margin-top: 12px;
}

@media (max-width: 1600px) {
    .competitive_box .list ul li .cont_box .text {
        font-size: 28px;
        line-height: 36px;
        margin-top: 8px;
    }
}

@media (max-width: 1400px) {
    .competitive_box .list ul li .cont_box .text {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 600px) {
    .competitive_box .list ul li .cont_box .text {
        font-size: 18px;
        line-height: 24px;
    }
}

.competitive_box .list ul li .cont_box .con {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-top: 40px;
}

@media (max-width: 1600px) {
    .competitive_box .list ul li .cont_box .con {
        font-size: 16px;
        line-height: 28px;
        margin-top: 25px;
    }
}

@media (max-width: 1250px) {
    .competitive_box .list ul li .cont_box .con {
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }
}

/*竞争优势样式结束*/

/*应用领域样式开始*/
.application_box,
.characteristics_box {
    padding-top: 3.5rem;
    padding-bottom: 8.75rem;
}

.application_box .app_list {
    padding-top: 2.25rem;
}

.application_box .app_item {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3rem;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}


.application_box .app_item h3 {
    font-size: 1.4rem;
    font-weight: normal;
    overflow: hidden;
    color: #2e58a4;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.application_box .app_item p {
    color: #8c8c8c;
    margin: 10px 0;
    font-size: .8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.application_box .app_item img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.application_box .app_item .app_itembox {
    padding: 2%;
}

.application_box .app_item:hover .app_itembox h3 {
    color: #2e58a4;
}

@media (min-width: 1200px) {
    .application_box .app_item:nth-child(3n) {
        margin-right: 0;
    }
}


@media (max-width: 1200px) {
    .application_box .app_item {
        width: 48%;
        margin-right: 4%;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
        margin-bottom: 2.5rem;
    }

    .application_box .app_item:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width: 960px) {
    .application_box .app_item {
        width: 100%;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
        margin-bottom: 1.5rem;
    }
}

/*应用领域样式结束*/

/*产品特色样式开始*/
.characteristics_box .cha_con {
    padding-top: 2.25rem;
    padding-bottom: 1.5rem;
}

.characteristics_box .cha_tit {
    border: 1px solid #2e58a4;
    background-color: #2e58a4;
    padding: 0 1.65rem;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 3rem;
    color: #fff;
    border-radius: 62px;
    display: inline-block;
    font-weight: 500;
}

.characteristics_box .cha_con .ds {
    font-size: 1rem;
    line-height: 2.2rem;
}

.characteristics_box .cha_con .ds_pic {
    padding: 1.5rem 0;
    text-align: center;
}

.characteristics_box .cha_con .ds_pic img {
    max-width: 100%;
    height: auto !important;
}

.characteristics_box .cha_box {
    padding-top: 1.75rem;
    text-align: center;
}

.characteristics_box .cha_box a {
    margin: 1rem;
    display: inline-block;
    vertical-align: middle;
    min-width: 24rem;
    color: #2e58a4;
    transition: background 0.3s, color 0.3s;
    border: 1px dashed #2e58a4;
    border-radius: 58px;
    font-size: 1.2rem;
    line-height: 2.9rem;
    text-align: center;
}

/*产品特色样式结束*/

.footer {
    background: #ededed;
    padding-top: 6vw;
    overflow: hidden;
}

.footer .con .footer-top {
    display: flex;
    justify-content: space-between;
}

.footer .con .footer-top .left {
    width: 80.2%;
}

.footer .con .footer-top .left > ul {
    display: flex;
}

.footer .con .footer-top .left > ul > li:not(:last-child) {
    margin-right: 5vw;
}

.footer .con .footer-top .left > ul > li h2 a {
    color: #000;
    font-size: 20px;
    font-family: Poppins-SemiBold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.footer .con .footer-top .left > ul > li h2:hover a {
    color: #2e58a4;
}

.footer .con .footer-top .left > ul > li ul {
    margin-top: 1.2vw;
}

.footer .con .footer-top .left > ul > li ul li a {
    color: #777;
    line-height: 32px;
    font-size: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.footer .con .footer-top .left > ul > li ul li a:hover {
    text-decoration: underline;
    color: #0e3778;
}

.footer .con .footer-top .left > ul > li:last-child ul li a {
    text-decoration: none;
}

.footer .con .footer-top .right {
    width: 17.8%;
}

.footer .con .footer-top .right img {
    width: 100%;
}

.footer .con .footer-middle {
    margin-top: 5vw;
    padding-bottom: 3.5vw;
}

.footer .con .footer-middle h2 {
    font-size: 16px;
    color: #777;
}

.footer .con .footer-middle .f-list {
    display: flex;
    justify-content: space-between;
    margin-top: 1vw;
}

.footer .con .footer-middle .f-list .left ul {
    display: flex;
}

.footer .con .footer-middle .f-list .left ul li a {
    display: block;
    font-size: 14px;
    color: #777;
    font-family: Poppins-Medium;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 19px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.footer .con .footer-middle .f-list .left ul li a:after {
    content: "\eb03";
    font-family: "iconfont" !important;
    color: #777;
    position: absolute;
    font-size: 16px;
    top: 10px;
    right: 20px;
    font-weight: bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.footer .con .footer-middle .f-list .left ul li:hover a {
    border: 1px solid #2e58a4;
    background: #2e58a4;
    color: #fff;
}

.footer .con .footer-middle .f-list .left ul li:hover a:after {
    color: #fff;
}

.footer .con .footer-middle .f-list .left ul li:not(:last-child) {
    margin-right: 14px;
}

.footer .con .footer-middle .f-list .left ul li:first-child {
    /*width: 132px;*/
}

.footer .con .footer-middle .f-list .left ul li a {
    padding-right: 40px;
}

.footer .con .footer-middle .f-list .left ul li:nth-child(3) {
    width: 163px;
}

.footer .con .footer-middle .f-list .left ul li:nth-child(4) {
    width: 163px;
}

.footer .con .footer-middle .f-list .right {
    display: flex;
    align-items: center;
}

.footer .con .footer-middle .f-list .right h3 {
    font-size: 16px;
    color: #777;
}

.footer .con .footer-middle .f-list .right ul {
    display: flex;
}

.footer .con .footer-middle .f-list .right ul li {
    position: relative;
    margin-left: 20px;
}

.footer .con .footer-middle .f-list .right ul li .icons {
    width: 28px;
    height: 26px;
    position: relative;
}

.footer .con .footer-middle .f-list .right ul li .icons img {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.footer .con .footer-middle .f-list .right ul li .icons img.color {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.footer .con .footer-middle .f-list .right ul li .erweima {
    position: absolute;
    opacity: 0;
    bottom: 50px;
    left: 50%;
    margin-left: -57px;
    width: 114px;
    visibility: hidden;
}

.footer .con .footer-middle .f-list .right ul li .erweima img {
    width: 100%;
}

.footer .con .footer-middle .f-list .right ul li:hover .icons img.regular {
    opacity: 0;
}

.footer .con .footer-middle .f-list .right ul li:hover .icons img.color {
    opacity: 1;
}

.footer .con .footer-middle .f-list .right ul li:hover .erweima {
    visibility: visible;
    opacity: 1;
    bottom: 36px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.footer .con .footer-bottom {
    border-top: 1px solid #ccc;
    padding: 3vw 0;
    display: flex;
    justify-content: space-between;
}

.footer .con .footer-bottom .left p {
    font-size: 14px;
    color: #777;
}

.footer .con .footer-bottom .right ul {
    display: flex;
}

.footer .con .footer-bottom .right ul li {
    padding: 0 12px;
    position: relative;
}

.footer .con .footer-bottom .right ul li:after {
    content: '';
    width: 1px;
    height: 14px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 5px;
}

.footer .con .footer-bottom .right ul li a {
    color: #777;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.footer .con .footer-bottom .right ul li a:hover {
    color: #2e58a4;
}

.footer .con .footer-bottom .right ul li:last-child {
    padding-right: 0;
}

.footer .con .footer-bottom .right ul li:last-child:after {
    display: none;
}

@media screen and (max-width: 1024px) {

    .footer {
        padding-top: 30px;
    }

    .footer .con .footer-top .left {
        width: 100%;
    }

    .footer .con .footer-top .left > ul {
        display: block;
    }

    .footer .con .footer-top .left > ul > li:not(:last-child) {
        margin-right: 0;
    }

    .footer .con .footer-top .left > ul > li h2 {
        position: relative;
        line-height: 50px;
        border-bottom: 1px solid #777;
    }

    .footer .con .footer-top .left > ul > li h2:after {
        content: '\eb03';
        font-family: "iconfont" !important;
        font-size: 18px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
    }

    .footer .con .footer-top .left > ul > li h2 a {
        display: block;
        width: 50%;
    }

    .footer .con .footer-top .left > ul > li ul {
        margin-top: 0;
        display: none;
    }

    .footer .con .footer-top .left > ul > li ul li a {
        display: block;
        line-height: 40px;
        padding-left: 20px;
        position: relative;
    }

    .footer .con .footer-top .left > ul > li ul li a:after {
        content: '\e683';
        font-family: iconfont;
        font-size: 18px;
        color: #777;
        position: absolute;
        right: 20px;
        top: 0;
    }

    .footer .con .footer-top .left > ul > li.active h2:after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }

    .footer .con .footer-top .right {
        display: none;
    }

    .footer .con .footer-middle {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .footer .con .footer-middle .f-list {
        display: block;
        margin-top: 10px;
    }

    .footer .con .footer-middle .f-list .left ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer .con .footer-middle .f-list .left ul li {
        width: 48% !important;
        margin-right: 0 !important;
    }

    .footer .con .footer-middle .f-list .left ul li a {
        border: none !important;
        background: none !important;
        padding: 10px 0;
        color: #777 !important;
        display: inline-block;
    }

    .footer .con .footer-middle .f-list .left ul li a:after {
        right: -20px;
        color: #777 !important;
    }

    .footer .con .footer-middle .f-list .right {
        margin-top: 20px;
        display: block;
        text-align: center;
    }

    .footer .con .footer-middle .f-list .right ul {
        justify-content: center;
        margin-top: 20px;
    }

    .footer .con .footer-middle .f-list .right ul li:first-child {
        margin-left: 0;
    }

    .footer .con .footer-bottom {
        padding: 30px 0;
        display: block;
        text-align: center;
    }

    .footer .con .footer-bottom .right {
        margin-top: 10px;
    }

    .footer .con .footer-bottom .right ul {
        justify-content: center;
    }

    .footer .con .footer-bottom .right ul li:first-child {
        padding-left: 0;
    }

}

@media screen and (max-width: 960px) {
    .footer .con .footer-top .left > ul > li h2 a {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {

    .footer .con .footer-top .left > ul > li ul li a {
        padding-left: 0;
    }

    .footer .con .footer-middle .f-list .left ul li:first-child a {
        width: 86%;
    }
}

.w1440 {
    width: 75%;
    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .w1440 {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .w1440 {
        width: 90%;
    }
}