.common-banner {
    width: 100%;
    position: relative;
}

body {
    width: 100%;
    overflow-x: hidden;
}

.common-banner img {
    /* position: absolute; */
    width: 100%;

}

.common-banner .txt {
    width: 85%;
    height: 100%;
    position: absolute;
    top: 35%;
    left: 7.5%;

    /* display: flex;
    align-items: center; */
}

.common-banner .txt .tt {

    font-size: 50px;
    color: #fff;
    font-weight: 700;
}

.common-banner .txt .b {

    display: block;
    width: 100px;
    height: 3px;
    margin-top: 10px;
    background-color: #fff;
}

.common-nav {

    width: 100%;

    height: 60px;

    margin: 0 auto;
    background-color: #F2F2F2;

    /* box-shadow: 0 0px 10px #e0e0e0; */
    margin-bottom: 15px;

}

.common-nav .nav {
    display: flex;
    align-items: center;
}

.common-nav .nav a {

    width: 120px;
    display: block;
    text-align: center;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    font-size: 16px;
    border-right: 1px solid #ccc;
}

.common-nav .nav a:last-child {
    border-right: 0;
}

.common-nav .nav .active_pub {
    color: #3859CC;
}

.common-nav-mn {
    display: flex;
    height: 60px;

    justify-content: space-between;
    align-items: center;
    /*width: 1400px !important;*/
}

.common-location {
    /* width: 600px; */
     display: flex; 
     align-items: center;
    /* margin: 0 auto; */
    font-size: 15px;
    font-family: "宋体";
}

.common-location img {
    width: 25px;
    height: auto;
    float: left;
    /* float: left; */
    margin-right: 10px;
}

.common-location p {

    /*margin-top: 5px;*/
    float: left;
    color: #999;
}
.common-location a{
     color: #999;
}
.common-location a:last-child {
    color: #00449a;
    font-weight: 700;
}




.about-description {
    /*background: url(../images/about_bg.jpg) 0 0 no-repeat;*/
    /*background-size: cover;*/
}



.ab-1 h1 {
    font-size: 48px;
    color: #e9e9e9;
        opacity: 0.3;
    font-weight: 700;
}

.ab-1 h2 {
    font-size: 28px;
    font-weight: normal
}

.ab-1 h3 {
    width: 60px;
    height: 3px;
    background: #3859CC;
    margin: 30px 0px 40px 0px
}

.ab-1 p {
    font-size: 16px !important;
    line-height: 2;
    color: #333;
    text-indent: 2em;
}
.ab-1 p span{
        font-size: 16px !important;
    line-height: 2;
}
.numCount {
    margin-top: 30px;
    width: 100%;
    background: url(../images/s.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.spacer {
    text-align: center;
    min-height: 10px;

}

#animate1 {
    width: 100%;
    /* height: 200px; */
    /* background-color: #f0f; */
}

.clearfix {
    width: 68%;
    height: 300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.numCount li {
    /* float: left; */
    width: 33%;
    /* margin-top: 30px; */
    text-align: center;
    position: relative;
    color: #fff;
}

.numCount li .item {
    margin: 0 10px;
}

.numCount li .numU {
    line-height: 1.3;
}

.numCount li .numCX {
    font-size: 48px;
    color: #fff;
    font-weight: 700;

}

.numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
}

.numCount li .numU sup {
    vertical-align: top;
}

.numCount li .numU sub {
    vertical-align: baseline;
}

.numCount li .indc {
    margin-top: 0px;
}

.numCount li .aa {
    width: 1px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 15px;
    background-color: #ccc;
}


.pageAboutAim {
    float: left;
    width: 100%;
    margin: 60px 0 60px 0;
}

.pageTitH1 {
    /* float: left; */
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 40px;
    margin-top: 30px;
    line-height: 50px;
}

.pageAAimSon {
    /* float: left; */
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #555555;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 35px;
}

.pageAimList {

    width: 80%;
    transform: scale(0.9);
    margin: 0 auto;
    margin-top: 20px;
}

.pageAimList ul {
    margin: 0 -10px;
}

.pageAimList li {
    float: left;
    width: 31%;
    margin-right: 2%;
    cursor: pointer;
    cursor: pointer;
    opacity: 1;

    position: relative
}

.pageAimList li:nth-child(3n) {
    margin-right: 0px
}

.pageAimList li .tIco {
    position: absolute;
    left: 50%;
    margin-left: -69px;
    width: 138px;
    height: 138px;
    top: 0;
    background: #3859CC;
    text-align: center;
    line-height: 138px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    cursor: pointer;
}

.pageAimList li .tIco i {
    font-size: 60px;
    color: #fff;
    cursor: pointer;
}

.pageAimList li:hover .tIco {
    transform: rotateZ(360deg);
    /* -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg); */
}

.pageAimList li .pageAAimBox {
    float: left;
    width: 100%;
    background: #f6f6f6;
    margin-top: 65px;
    padding: 100px 0px 28px 0px;
}

.pageAimList li .pageAAimBox .tH1 {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #3859CC;
    line-height: 38px;
    text-align: center;
}

.pageAimList li .pageAAimBox .dText {
    /* float: left; */
    width: 90%;
    margin: 0 auto;

    color: #555555;
    font-size: 15px;
    line-height: 26px;
    height: 59px;
    overflow: hidden;
    margin-top: 55px;
    text-align: center;
}

.about-contact {
    margin-top: 50px;
    width: 100%;
    background: url(../images/c.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    height: 300px;
    position: relative;
}

.about-contact .particle-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -160px;
    left: 0;
}

.about-contact .pageAboutWish {
    float: left;
    width: 100%;
    position: relative
}

/* .about-contact .pageABg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
} */

.about-contact .pageAWText {
    float: left;
    width: 100%;
    color: #fff;
    margin: 80px 0 111px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.about-contact .pageAWText .topScript {
    float: left;
    width: 100%;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    font-weight: bold
}

.about-contact .pageAWText .dScript {
    float: left;
    width: 100%;
    margin-top: 26px;
    line-height: 30px;
    font-size: 18px;
    opacity: 0.6;
    color: #fff
}

.about-contact .pageAWText .more1 {
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
}



.about-contact .pageAWText .more1 p {
    color: #3859CC;
    font-size: 16px;
    /* transform: rotate(); */
}


.AboutAmbient {
    margin-bottom: 35px;
    transform: scale(0.9);
}

.pageAAmbBox {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.pageAAmbBox .rtImg {
    width: 100%;
    height: 310px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
}

.pageAAmbBox .rtImg .rtlImg:nth-child(1) {
    width: 40%;
    height: 344px;
    background-size: 100% auto;

    cursor: pointer;

    /*animation: panorama 1s linear infinite alternate;*/

    /*animation-play-state: paused;*/
    overflow: hidden;
    float: left
}

.pageAAmbBox .rtImg .rtlImg:nth-child(2) {
    width: 38%;
    height: 344px;
    background-size: 100% auto;
    cursor: pointer;

    /*animation: panorama 1s linear infinite alternate;*/

    /*animation-play-state: paused;*/
    overflow: hidden;
    float: left
}


@keyframes panorama {

    to {

        background-position: 0 100%;

    }

}

.pageAAmbBox .rtImg .rtrImg3 {
    width: 28.666%;
    float: left;
}

.pageAAmbBox .rtImg .rtrImg3 img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.pageAAmbBox .rtImg .rtlImg {
    float: left;
    width: 63.9%;
    margin-right: 2%;
    font-size: 0;
    line-height: 0;
}

.pageAAmbBox .rtImg .rtrImg {
    float: left;
    width: 32.1%;
    margin-left: 2%;
    font-size: 0;
    line-height: 0;
    position: relative
}

.pageAAmbBox .rtImg.rdImg {
    margin-top: 17px;
}

.pageAAmbBox .rtImg .rtrImg_3 {
    width: 18%;
    margin-right: 0;
    float: right;
    position: relative
}

.pageAAmbBox .rtImg .rtrImg_3 img {
    max-width: 100%
}

.pageAAmbBox .rtImg .ambText {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3859CC;
    color: #ffffff;
    text-align: center;
}

.pageAAmbBox .rtImg .ambText .cell {
    display: table;
    height: 100%;
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 38px;
}

.pageAAmbBox .rtImg .ambText .boxCel {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.pageAAmbBox .rtImg .ambText .boxCel .esp {
    float: left;
    width: 100%;
    position: relative;
    font-size: 22px;
    color: #fff;
    transition: 0.5s ease;
    line-height: 38px;
}

.pageAAmbBox .rtImg .ambText .boxCel .esp:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 43px;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 0;
    bottom: 50px;
    transition: 0.5s ease;
    left: 50%;
    margin-left: -20px
}

.pageAAmbBox .rtImg .ambText .boxCel .esp:before {
    position: absolute;
    content: '';
    width: 40px;
    transition: 0.5s ease;
    height: 43px;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 0;
    top: 50px;
    right: 40%;
    margin-left: -0;
}

/*.pageAAmbBox .rtImg .ambText:hover .boxCel .esp {*/

/*    transform: rotate(360deg);*/
    /* font-size: 30px; */
/*}*/

/*.pageAAmbBox .rtImg .ambText:hover .boxCel .esp:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 40px;*/
/*    height: 43px;*/
/*    border: 1px solid #fff;*/
/*    border: 1px solid rgba(255, 255, 255, 0.3);*/
/*    border-bottom: 0;*/
/*    bottom: 00%;*/
/*    transform: rotate(-90deg);*/
/*    left: 0;*/
/*    margin-left: 00px*/
/*}*/

/*.pageAAmbBox .rtImg .ambText:hover .boxCel .esp:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 40px;*/
/*    transition: 0.5s ease;*/
/*    height: 43px;*/
/*    border: 1px solid #fff;*/
/*    border: 1px solid rgba(255, 255, 255, 0.3);*/
/*    border-top: 0;*/
/*    top: 00%;*/
/*    right: 0;*/
/*    transform: rotate(-90deg);*/
/*    margin-left: -0;*/
/*}*/

.pageAAmbBox .rtImg .ambText .cell em {
    display: block;

    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 24px;
}

.pageTitH1 {
    float: left;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 30px;
    line-height: 50px;
}

.fz-title {
    text-align: center;
    line-height: 55px;
    font-size: 38px;
    margin-top: 35px;
}

.fz-list {

    width: 1200px;
    height: 700px;
    overflow-y: hidden;
    /* overflow-x: visible; */
    margin: 0 auto;
    margin-top: 35px;
    position: relative;
}

/* .fz-list::-webkit-scrollbar {
    width: 8px;

}

.fz-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.fz-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);

} */
.fz-list-item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0;
    cursor: pointer;
}

.fz-list-item .kuai {
    width: 152px;
    height: 38px;
    display: block;
    color: #333;
    text-align: center;
    line-height: 38px;
    position: relative;
    margin-right: 35px;

    background-color: #F9F9F9;
}

.fz-list-item .kuai .is {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0.9);
    transition: 0.5s ease;
    background-color: #3859CC;
}

.fz-list-item .kuai span {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #3859CC;
    border-bottom: 0px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    color: #fff;
    right: -7px;
    top: 17px;
    font-size: 14px;
    transition: 0.5s ease;
    display: flex;
    opacity: 0;
    transition: 0.5s ease;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg)
}

.fz-list-item .yuan {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 217px;

    background-color: #BBBBBB;
}

.fz-list-item .desc {

    width: 830px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 35px 25px;
    margin-left: 35px;
    padding-left: 80px;
    /* transform: scale(0.9); */
    transition: 0.5s ease;
    border-left: 1px solid #BBBBBB;
}

.fz-list-item .desc .p {
    background-color: #fff;
    min-height: 90px;
    width: 830px;
    padding: 10px 25px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 16px;
    text-align: justify;
    line-height: 1.8em;
    transform: scale(0.95);
    transition: 0.5s ease;
}


.fz-list .fz-list-item:hover .kuai {
    /* width: 100%; */
    transform: scale(1);

    color: #fff;
}

.fz-list .fz-list-item:hover .kuai .is {
    width: 100%;
    transform: scale(1);
    background-color: #3859CC;
    color: #fff;
}

.fz-list .fz-list-item:hover .yuan {
    transform: scale(1);
    background-color: #3859CC;
    /* color: #fff; */
}

.fz-list .fz-list-item:hover .desc .p {
    transform: scale(1);
    box-shadow: 2px 2px 10px #f1f1f1;
    /* background-color: #3859CC; */
    /* color: #fff; */
}

.qywh-list .imgs {
    /* width: 1200px !important;
    height: 600px;
    overflow: hidden; */
}

.qywh-bj {
    width: 85% !important;
    background-color: #f1f1f1;
}

.mySwipers {
    width: 1200px !important;
    height: 900px;
    padding: 0 85px;
    overflow: hidden;
}

.mySwipers .swiper-slide {
    width: 1200px !important;
    height: 900px;
    overflow: hidden;
}

.mySwipers .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-button-next {

    top: 50%;
    /* background-color: #fe7809; */
    /* padding: 1.5rem; */
    right: 0;
    /* border-radius: 10px 0 0 10px; */
    font-size: 18px
}

.mySwipers .swiper-button-prev {
    top: 50%;
    left: 0;
    /* border-radius: 0 10px 10px 0; */
    /* font-size: 15px; */
}

.mySwipers .swiper-button-next.swiper-button-disabled,
.mySwipers .swiper-button-prev.swiper-button-disabled {

    opacity: 1;
    background-color: transparent;
}

.mySwipers .swiper-button-next:after,
.mySwipers .swiper-button-prev:after {

    font-size: 35px;
    color: #000;
}

.qywh-nav {

    height: 100px;
}

.qywh-nav .swiper-slide {

    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #3859CC;
    font-size: 30px;
    cursor: pointer;
    color: #ffffff;
    transition: 0.5s ease;
}

.qywh-nav .swiper-slide-thumb-active {
    background-color: #fff;
    color: #3859CC;
}

.pro-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.pro-nav .pro-nav-item {
    padding: 8px 15px;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #CCCCCC;
}

.active_pro_nav {
    background-color: #3859CC !important;
    color: #fff !important;
}

.prolist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
    margin-top: 35px;
}

.prolist .prolist-item {

    width: 33%;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    border: 1px solid #CCCCCC;
    border-right: 0px solid #ccc;
}

.prolist .prolist-item:nth-child(3n) {
    border-right: 1px solid #ccc;
}

.prolist .prolist-item:last-child {
    border-right: 1px solid #ccc;
}

.prolist .prolist-item .img {
    width: 90%;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
    line-height: 300px;
    /*position: relative;*/
}

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

.prolist .prolist-item .tt {
    width: 90%;
    margin: 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 15px;
    font-size: 20px;
}

.prolist-items {

    width: 25% !important;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    /* border: 1px solid #CCCCCC;
    border-right: 0px solid #ccc; */
}

.prolist .prolist-items:nth-child(4n) {
    border-right: 0px solid #ccc;
}

.prolist .prolist-items:last-child {
    border-right: 0px solid #ccc;
}

.prolist .prolist-items .img {
    width: 90%;
    height: 400px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

.prolist .prolist-items .img img {
    width: auto;
    max-width: 96%;
    height: auto;
    max-height: 100%;
}

/* 
@keyframes products {


    to {
        top: -35%;
    }

} */

.prolist .prolist-items:hover .img img,
.prolist .prolist-items:focus .img img {
    animation-play-state: running;
}


.prolist .prolist-items .tt {
    width: 90%;
    margin: 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
}

#pages {



    /* float: right; */

    margin: 10px auto;
    margin-top: 30px;

    display: table;

}



#pages li {

    list-style: none;

    float: left;

    min-width: 32px;

    display: inline-block;

    margin-left: 10px;
    padding: 5px 5px;

    text-align: center;

    border: 1px solid #ccc;

    height: 32px;

    line-height: 32px;

    transition: 0.5s ease;

    cursor: pointer;
    background-color: #ffffff;

    /* border-radius: 6px; */

}



#pages li:hover {

    background-color: #0063d2;

}



#pages li a {

    padding: 0;

    font-size: 14px;

    line-height: inherit;

    border: none;

    display: block;

    width: 100%;

    height: 100%;

    color: #333;

}



#pages li a:hover {

    background-color: #0063d2;

    color: #fff;

}



#pages li.active {

    background-color: #0063d2;

    color: #fff;

    border: 1px solid #0063d2;

}



#pages li.active a {

    color: #fff;

}



#pages li span {

    font-size: 14px;

}



#pages li.disabled {

    color: #ccc;

}


.prolist-item-pro {

    width: 33.33% !important;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;

    /* border: 1px solid #CCCCCC;
    border-right: 0px solid #ccc; */
}

.prolist .prolist-item-pro:nth-child(4n) {
    border-right: 0px solid #ccc;
}

.prolist .prolist-item-pro:last-child {
    border-right: 0px solid #ccc;
}

.prolist .prolist-item-pro .img {
    width: 90%;
    height: 300px;
    background-size: 80% auto;
    cursor: pointer;
    background-repeat: no-repeat;
    animation: product 1s linear infinite alternate;
    background-position: center 0;
    animation-play-state: paused;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    padding: 10px;
    background-color: #EEF1F6;
    margin: 0 auto;
    /* background-position: center 100%; */

}

@keyframes product {

    to {

        background-position: center 100%;

    }

    form {
        background-position: center 0;
    }

}

.prolist .prolist-item-pro:hover .img,
.prolist .prolist-item-pro:focus .img {
    animation-play-state: running;
}



.prolist .prolist-item-pro .tt {
    width: 90%;
    margin: 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
}

/* .prolist .prolist-item-pro span{

} */
.newslist {
    width: 1200px;
    margin: 0 auto;
}

.news-item {
    width: 100%;
    height: 260px;
    align-items: center;
    display: flex;
    /* background-color: #f0f; */
    /*transition: 0.5s ease;*/
    padding: 30px 0;
    border-bottom: 1px solid #CCCCCC;
    justify-content: space-between;
}

.news-item .txt {
    width: 780px;
}

.news-item .time {

    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-item .tt {

    font-size: 17px;
    /*margin-top: 30px;*/
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
}

.news-item .desc {

    overflow: hidden;
    /** 隐藏超出的内容 **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** 多行 **/
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
}

.news-item .more {
 font-size: 14px;
    margin-top: 20px;
}

.news-item .img {
    width: 400px;
    height: 230px;
    border-radius: 12px;
    overflow: hidden;
}

.news-item .img img {
    width: 100%;
}

/*.news-item:hover {*/
/*    transform: scale(1.05);*/
/*}*/

.join-nav {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    margin-top: 35px;
    background-color: #3859CC;
}

.join-list {
    width: 1200px;
    /* display: flex; */
    margin: 0 auto;
}

.join-nav-item {

    width: 300px;
    line-height: 60px;
    color: #fff;
    text-align: center;
}

.join-list-item {
    width: 100%;
}

.join-list-item .to {

    display: flex;
    height: 60px;
    cursor: pointer;
    border: 1px solid #ededed;
}

.join-list-item .to p {

    width: 300px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
}

.join-list-item .cont {

    padding: 40px 60px;
    padding-left: 80px;
    display: none;
    background-color: #f6f6f6;
}

.join-list-item .cont .tt {

    font-weight: 700;
    margin-bottom: 10px;
}

.join-list-item .cont p {
    line-height: 1.8em;
}

.contact {
    width: 1300px;
    /*height: 570px;*/
    display: flex;
    margin-top: 20px;
    margin-bottom: 35px;
}

.contact .left {
    width: 50%;
    height: 370px;
    background-color: #F8F8F8;
}

.contact .left .tt {
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
    padding-bottom: 25px;
    color: #3859CC;
    font-size: 22px;
    font-weight: 700;
    /*border-bottom: 1px dashed #bbb;*/
}

.contact .left>p {
    width: 90%;
    font-size: 16px;
    color: #999;
    margin: 3px auto;
}

.contact .left .tp {
    width: 90%;
    font-size: 16px;
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px dashed #bbb;
}

.contact .left .tp p {
    width: 150px;
    text-align: center;

}

.contact .left .tp p img {
    width: 150px;
    margin-bottom: 15px;
    height: 150px;
}

@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700");

.landIn {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* line-height: 1.8; */
    /* color: white; */
    /* font-family: Lora, serif; */
    /* white-space: pre; */
}

/*.landIn span {*/
/*    animation: landIn 0.8s ease-out both;*/
/*}*/

/*@keyframes landIn {*/
/*    from {*/
/*        opacity: 0;*/
/*        transform: translateY(-20%);*/
/*    }*/

/*    to {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/

.show-title {
    margin-top: 20px;
}

/* .show-title  */

.cont-desc-img {
    margin-top: 40px;
    /*height: 500px;*/
    margin-bottom: 25px;
    /*padding: 15px 0;*/
     background-color: #ffffff; 
     padding: 25px 0;
    display: flex;
    /*justify-content: space-between;*/
}

.cont-desc-img .img {

    width: 45%;
    /*height: 100%;*/
    border: 1px solid #e7e7e7;
    overflow: hidden;
    margin-left: 2%;
}

.cont-desc-img .img .show-imgs {
    width: 100%;
    padding: 2px 0;
    height: 380px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    /*overflow: hidden;*/

}

.cont-desc-img .img .show-imgs-nav {
    width: 100%;
    /*height: 102px;*/
    /* overflow: hidden; */
    margin-top: 15px;
    
    padding: 15px 0;
}

.cont-desc-img .img .show-imgs .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
        cursor: pointer;
}

.cont-desc-img .img .show-imgs img {
    width:100% !important;
     height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.cont-desc-img .img img {
    /*height:  100%;*/
    /*width: auto;*/
    /*display: block;*/
    /*margin:0 auto;*/

}

.cont-desc-img .img .show-imgs-nav .swiper-slide {
    /* border: 1px solid #fff; */
    height: 85px;
    overflow: hidden;
}
.cont-desc-img .img .show-imgs-nav .swiper-slide img{
        width: 100%;
        height:100%;
        aspect-ratio: 16/9;
        object-fit: cover;
}
.show-imgs-nav .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #3859CC;
}

.cont-desc-img .desc {
    max-width: 580px;
    width: 48%;
    margin-left: 2%;
        margin-right: 2%;
}

.cont-desc-img .tt {

    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    /* color: #afafaf; */
}

.cont-desc-img p {

    font-size: 16px;
    margin-bottom: 15px;
}

.cont-desc-img p span {

    /*font-weight: 700;*/
}

.cont-desc-img p b {
    font-size: 30px;
    color: #f00;
    font-weight: 700;
}

.cont-desc-img p a {

    float: left;
    position: relative;
    width: 125px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    margin: 0 10px 0 0;
    border-radius: 0;
    background: #3859CC;
    color: #fff;
}

.show-cont {
    /*width: 96%;*/
    margin-top: 30px;
    background-color: #ffffff; 
    /*padding: 2%;*/
    /* text-align: center; */
}
.cont_product{
    width: 96%;
    margin:0 auto ;
    padding: 25px 0;
    /*padding-top: 0;*/
   
}
.show-cont img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.link {
    background-color: #454545;
    padding: 15px 0;
    color: #fff;
}

.link a {
    color: #fff;

    margin-right: 10px;
    margin-bottom: 8px;
    display: inline-block;
}

iframe {
    width: 100%;
    height: 100%;
}

.product-bj {
    max-width:1400px;
    width: 96%;
    
    display: flex;
    justify-content: space-between;
}

.product-bj .product-nav .tt {

    width: 210px;
    height: 66px;
    background-color: #3859CC;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border-bottom: 20px solid  #F9F9F9;
    justify-content: center;
}

.product-bj .product-nav .tt p {
    margin-left: 8px;
}

.product-bj .product-nav .tt span {
    font-size: 25px;
}

.product-bj .product-nav a {

    width: 195px;
    height: 66px;
    background-color: #fff;
    display: flex;
    align-items: center;
    color: #333;
    padding-left: 15px;
    font-size: 16px;
    /* justify-content: center; */
    border-bottom: 1px solid #F9F9F9;
    transition: 0.5s ease;
}

/*.product-bj .product-nav a:hover {*/
/*    background-color: #3859CC;*/
/*    color: #fff;*/
/*}*/

.product-bj .product-list-bj {
    width: 1144px;
    padding: 15px;
    background-color: #fff;
}

.product-bj .product-list-bj>.tt {

    line-height: 39px;
    display: none;
    font-size: 16px;
    border-bottom: 1px solid #EEEEEE;
}

.product-bj .product-list-bj>.tt p {
    display: inline-block;
    padding: 0 6px;
    border-bottom: 2px solid #3859CC;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
    /* justify-content: space-between; */
}

.product-list a {
    width: 368px;
    margin-right: 11px;
    border: 1px solid #EEEEEE;
    margin-bottom: 25px;

}

.product-list a .img {
    width: 90%;
    height: 300px;
    background-size: auto 80%;
    cursor: pointer;
    background-repeat: no-repeat;
    animation: product 1s linear infinite alternate;
    background-position: center;
    animation-play-state: paused;
    overflow: hidden;
    /* border: 1px solid #CCCCCC; */
    padding: 10px;
    /* background-color: #EEF1F6; */
    margin: 0 auto;

}

.product-list a .tt {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #EEEEEE;
    line-height: 42px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    transition: 0.5s ease;
    white-space: nowrap;

}
.product-list a:hover .tt{
    
   border-top: 1px solid #3460b2;
}
@media all and (max-width:1350px) {
    .newslist {
        width: 1000px;
        margin: 0 auto;
    }

    .news-item {
        width: 100%;
        height: 260px;
        align-items: center;
        display: flex;
        /* background-color: #f0f; */
        transition: 0.5s ease;
        padding: 30px 0;
        border-bottom: 1px solid #CCCCCC;
        justify-content: space-between;
    }

    .news-item .txt {
        width: 680px;
    }

    .news-item .time {

        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .news-item .tt {

        font-size: 18px;
        margin-top: 30px;
        font-weight: 700;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 20px;
    }

    .news-item .desc {

        overflow: hidden;
        /** 隐藏超出的内容 **/
        word-break: break-all;
        text-overflow: ellipsis;
        /** 多行 **/
        display: -webkit-box;
        /** 对象作为伸缩盒子模型显示 **/
        -webkit-box-orient: vertical;
        /** 设置或检索伸缩盒对象的子元素的排列方式 **/
        -webkit-line-clamp: 2;
        /** 显示的行数 **/
        font-size: 14px;
        line-height: 1.8em;
        color: #999;
    }

    .news-item .more {
        font-size: 14px;
        margin-top: 15px;
    }

    .news-item .img {
        width: 300px;
        height: 230px;
        line-height: 230px;
        overflow: hidden;
    }

    .news-item .img img {
        width: 100%;
    }

    /*.news-item:hover {*/
    /*    transform: scale(1.05);*/
    /*}*/

    .join-nav {
        width: 1000px;
        display: flex;
        margin: 0 auto;
        margin-top: 35px;
        background-color: #3859CC;
    }

    .join-list {
        width: 1000px;
        /* display: flex; */
        margin: 0 auto;
    }

    .join-nav-item {

        width: 250px;
        line-height: 60px;
        color: #fff;
        text-align: center;
    }

    .join-list-item {
        width: 100%;
    }

    .join-list-item .to {

        display: flex;
        height: 60px;
        cursor: pointer;
        border: 1px solid #ededed;
    }

    .join-list-item .to p {

        width: 250px;
        text-align: center;
        line-height: 60px;
        font-size: 16px;
    }

    .join-list-item .cont {

        padding: 40px 60px;
        padding-left: 80px;
        display: none;
        background-color: #f6f6f6;
    }

    .join-list-item .cont .tt {

        font-weight: 700;
        margin-bottom: 10px;
    }

    .join-list-item .cont p {
        line-height: 1.8em;
    }

    .contact {
        width: 1000px;
        height: 570px;
        display: flex;
        margin-top: 20px;
    }

    .contact .left {
        width: 50%;
        height: 570px;
        background-color: #F8F8F8;
    }

    .contact .left .tt {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
        padding-bottom: 25px;
        color: #3859CC;
        font-size: 22px;
        font-weight: 700;
        border-bottom: 1px dashed #bbb;
    }

    .contact .left>p {
        width: 90%;
        font-size: 16px;
        margin: 25px auto;
    }

    .contact .left .tp {
        width: 90%;
        font-size: 12px;
        margin: 15px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 50px;
        padding-top: 40px;
        border-top: 1px dashed #bbb;
    }

    .contact .left .tp p {
        width: 110px;
        text-align: center;

    }

    .contact .left .tp p img {
        width: 110px;
        margin-bottom: 15px;
        height: 110px;
    }
}



.partaaa{
    background: url(../images/about_3.png) center center no-repeat;
    padding-top: 30px;
    background-size: cover;
}
.partaaa .title{text-align: center;}
.partaaa .title .p1{font-size: 72px;color: #e9e9ea;}
.partaaa .title .p2{font-size: 44px;color: #000000;font-weight: bold;margin-top: -46px;padding-bottom: 10px;}
.partaaa .title .p3{font-size: 24px;color: #666666;}
.partaaa .part3_main{}
.partaaa .part3_main .about-main2{height: 650px;overflow: hidden;background-size: 100%; margin: 0 auto;}



.fl{float:left}
.fr{float:right}
.licheng-content{position: relative;width: 100%;height: 100%;}
.licheng-content .swiper-wrapper, .licheng-content .swiper-slide, .licheng-content ul{width: 100%;height: 100%;}
.licheng-content ul li{width: 20%;float: left;height: 100%;}
.licheng-content ul li a{display: block;width: 100%;position: relative;height: 320px}
.licheng-content ul li .date{color: #0a3875;font-size: 30px;}
.licheng-content ul li.item1 .line, .licheng-content ul li.item3 .line, .licheng-content ul li.item5
.line{margin-bottom: 30px;}
.licheng-content ul li.item2 .line, .licheng-content ul li.item4 .line{margin-top: 30px;}
.licheng-content ul li.item1 .line:after, .licheng-content ul li.item3 .line:after, .licheng-content ul li.item5
.line:after{width: 15px;height: 15px;background-color: #999;display: block;content: "";border-radius: 50%;text-align:
center;vertical-align: middle;position: absolute;}
.licheng-content ul li.item2 .line:before, .licheng-content ul li.item4 .line:before{width: 15px;height:
15px;background-color: #999;display: block;content: "";border-radius: 50%;text-align: center;vertical-align:
middle;position: absolute;}
.licheng-content ul li .lc-left{position: absolute;}
.licheng-content ul li .line{height: 250px;width: 1px;display: block;background-color: #c6c7c7;position: relative;left:
30px;}
.licheng-content ul li .lc-right{position: absolute;left: 30px;width: 400px;height:100%;display: table;}
.licheng-content ul li.item5 .lc-right{width: 200px;}
.licheng-content ul li.item2 .lc-right, .licheng-content ul li.item4 .lc-right{width: 400px;}
.licheng-content ul li .lc-right .right-text{padding: 20px;display: table-cell;vertical-align: middle;}
.licheng-content ul li.item1 a{top: 72px;}
.licheng-content ul li.item1 .lc-left .line:after{bottom: -15px;left: -7px;}
.licheng-content ul li.item1 .lc-right{bottom: 120px;}
.licheng-content ul li.item2 a{top: 224px;}
.licheng-content ul li.item2 .lc-left .line:before{top: -15px;left: -7px;}
.licheng-content ul li.item2 .lc-right{top: 16px;}
.licheng-content ul li.item3 a{top: 136px;}
.licheng-content ul li.item3 .lc-left .line:after{bottom: -15px;left: -7px;}
.licheng-content ul li.item3 .lc-right{bottom: 130px;}
.licheng-content ul li.item4 a{top: 278px;}
.licheng-content ul li.item4 .lc-left .line:before{top: -15px;left: -8px;}
.licheng-content ul li.item4 .lc-right{top: 0px;}
.licheng-content ul li.item5 a{top: 99px;}
.licheng-content ul li.item5 .lc-left .line:after{bottom: -15px;left: -8px;}
.licheng-content ul li.item5 .lc-right{bottom: 130px;}
.licheng-content .right-text h3{font-size: 22px;margin-bottom: 10px;color: #0b449e;}
.licheng-content .right-text p{font-size: 16px;width: 225px;line-height: 1.7em;color: #333;}

.pr{position: relative;}
.lc-swiper-btn{width: 100%;position: absolute;top: 216px;}
.lc-swiper-btn a{display: block;position: absolute;}
.lc-swiper-btn .btn-prev{position: absolute;left: 40px;top: 50px;width: 48px;height: 48px;background: url(../images/about_left.png) center center no-repeat;z-index: 99;}
.lc-swiper-btn .btn-next{position: absolute;right: 40px;top: 50px;width: 48px;height: 48px;background: url(../images/about_right.png) center center no-repeat;z-index: 99;}
.lc-swiper-btn a{font-size: 0;}
.lc-swiper-btn .btn-prev:hover{background: url(../images/about_lefti.png) center center no-repeat;}
.lc-swiper-btn .btn-next:hover{background: url(../images/about_righti.png) center center no-repeat;}
.honor-module {
    /*height: 880px;*/
    position: relative;
    background-image: url("../images/aboutBg.jpg");
    background-size:cover;
    padding: 50px 0 0;
}
.honor-title {
    color: #fff;
    font-weight: bold;
    margin-bottom: 16px;
}
.honor-sub-title {
    color: #999;

}
.honor-details {

}
.honor-details-wrapper {
    text-align: left;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    letter-spacing: 0.6px;
}
.honor-details-list {

}
.honor-details-list>div {
    margin-bottom: 10px;
}
.honor-img {
    max-width: 1400px;
    width: 94%;
    overflow: hidden;
    position: relative;
    padding: 0 40px;
    margin: 50px auto;
}
.honor-img a{
    margin: 50px 0;
}
.honor-img a img{
    width: 90%;
    display: block;
    margin: 0 auto;
}
.honor-img a .tt{
    color: #fff;
    margin-top: 24px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.honor-img .swiper-button-next,
.honor-img .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.honor-img .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background-color:#fff;
    padding: 0 !important;
    border-radius: 50%;
    right: 5px;
    /* border-radius: 10px 0 0 10px; */
    font-size: 15px
}

.honor-img .swiper-button-prev {
  width: 40px !important;
    height: 40px !important;
    background-color: #fff;
    padding: 0 !important;
    left: 5px;
     border-radius: 50%;
    /* border-radius: 0 10px 10px 0; */
    font-size: 15px;
}

.honor-img .swiper-button-next.swiper-button-disabled,
.honor-img .swiper-button-prev.swiper-button-disabled {

    opacity: 1;
    background-color: rgba(255,255,255,0.8);
}

.honor-img .swiper-button-next:after,
.honor-img .swiper-button-prev:after {

    font-size: 18px;
    color: #333;
}
.about_text {
    width: 100%;
    text-align: center;
    color: #888;
}
.about_qywh_list{
    max-width:1400px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    margin-top: 30px;
}
.about_qywh_list a{
    width: 32%;
    /*height: 400px;*/
    text-align: center;
    margin-right: 2%;
    /*background-color: #f0f;*/
}

.about_qywh_list a:nth-child(3){
    margin-right: 0;
}
.about_qywh_list a .img{
    max-width: 100%;
    height: 300px;
    border-radius: 8px;
        width: 100%;
    overflow: hidden;
    /*background-color: #EEEEEE;*/
}
.about_qywh_list a .img img{
    width: 100%;
    height: 100%;
    /*transform: scale(1);*/
    transition: 0.8s ease;
}
.about_qywh_list a .tt{
    
    font-size: 18px;
    margin: 15px 0;
    font-weight: 700;
}
.about_qywh_list a .dsc{
    
    font-size: 16px;
    margin: 15px 0;
    line-height: 1.8em;
    /*font-weight: 700;*/
}
.about_qywh_list a:hover img{
    transform: scale(1.1);
}
#SolutionBlock .SolutionList {
padding-top: 60px;
padding-bottom: 48px;
}

.ul {
    max-width: 1400px;
    width: 96%;
    margin:  0 auto;
}
.ul li {
    display: inline-block;
    width: 30.33%;
    padding: 18px;
    margin-bottom: 20px;
}
.ul li .Box {
display: block;
position: relative;
text-align: center;
color: #fff;
}
.ul li .Box .imgBox img {
display: block;
width: 100%;
}
.ul li .Box .Tank {
    color: #333;
    margin-top: 20px;
}
.ul li .Box .Tank .title{
    
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.proContainer {
    max-width: 1450px;
    height: auto;
    width: 96%;
    overflow: hidden;
    margin: 1rem auto;
    
}
.proLi {
    height: 320px;
    float: left;
        position: relative;
    /*overflow: hidden;*/
    padding: 20px 0;
        width: 347px;
        margin-right: 20px;
        display: block;
}
.proLi:nth-child(4n){
    margin-right: 0;
}
.porTbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 230px;
    background-color: #fff;

}
.porTbox .txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    
}
.proImg {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    max-width: 100%;
    width: auto;
    /*height: 100%;*/
    
    display: block;
    /*object-fit: cover;*/
    /*aspect-ratio: 16/9;*/
    /*background: #ffffff;*/
    transition: all .5s ease;
    margin: 0 auto;
    margin-top: 5%;
    line-height:230px;
}
 .showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.6);
    transition: all 0.5s ease;
}
 .porBbox {
  position: relative;
    overflow: hidden;
    width: 96%;
    height: 61px;
    padding: 20px 2%;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}
.proTitle {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
    padding-bottom: 10px;
}
.lookDetail {
    position: relative;
    display: block;
    color: #777;
    /*height: 38px;*/
    line-height: 50px;
    border-top: 1px solid #e5e5e5;
}
.arrowsR {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    width: 30px;
}
.proDesc {
    font-size: 12px;
    color: #333;
overflow: hidden;  /** 隐藏超出的内容 **/
word-break: break-all;
text-overflow: ellipsis; /** 多行 **/
display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
-webkit-line-clamp: 2; /** 显示的行数 **/
    width: 100%;
    margin-bottom: 10px;
    display: none;
}
.show-cont{
    margin-bottom: 25px;
    padding: 25px 0;
}
 .tags{
    width: 96%;
    margin:  0 auto;
    border-bottom: 1px solid #eee;
}
 .tags p{
    width: 130px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    background-color: #3859CC;
}
.hot-product-tit{
    margin: 25px auto;
    text-align: center;
    font-size: 24px;
}
.hot-product{
    /*width: 1200px;*/
    margin: 0 auto;
    overflow: hidden;
    /*padding: 0 25px;*/
    position: relative;
    padding-bottom: 50px;
}
.showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.6);
    transition: all 0.5s ease;
}
.showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
}
.showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 00%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.proLi:hover .showBox{
    opacity: 1;
}
.proLi:hover .showBox .showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.show-news{
    width: 1340px;
    margin: 30px auto;
    /*margin-top: 30px;*/
    padding: 30px;
    background: #fff;
    display:flex;
    justify-content: space-between;
}
.show-news .left{
    width: 65%;
}
.show-news .right{
    width: 33%;
}
.show-news .title{
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom:1px solid #d9d9d9;
}
.show-news .title h1{
    font-size: 26px;
}
.show-news .title .ts{
    display:flex;
    justify-content: center;
    line-height:55px;
    color: #666;
    font-size: 18px;
}
.show-news .title .ts p{
    margin: 0 30px;
        font-size: 14px;
}
.show-news .cont p{
    font-size: 16px;
    line-height:1.7em;
    margin:8px 0;
}
.show-news .cont img{
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
}
.show-news .right .ts{
    width: 90%;
    background: #0071e3 !important;
    padding: 0 5%;
    height: 60px !important;
    line-height: 60px;
        color: #fff !important;
    font-size: 24px !important;
    font-weight: 400 !important;
}
.show-news .right a{
      width: 96%;
      padding-right: 4%;
      background: #f5f5f5;
      margin: 15px 0;
      display:flex;
      justify-content:space-between;
}
.show-news .right a .img{
    width: 40%;
    /*height: 120px;*/
}
.show-news .right a .img img{
    width: 100%;
    /*aspect-ratio: 16/9;*/
    object-fit: cover;
}
.show-news .right a .tt{
    width: 58%;
    
}
.show-news .right a .tt .p{
    font-size: 18px;
    overflow: hidden;  /** 隐藏超出的内容 **/
    word-break: break-all;
    text-overflow: ellipsis; /** 多行 **/
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
}
.show-news .right a .tt p{
    margin-top: 8px;
}
@media all and (max-width:1500px) {
    .about_qywh_list a{
    max-width: 450px;
    width: 32%;
    /*height: 400px;*/
    text-align: center;
    margin-right: 2%;
    /*background-color: #f0f;*/
}

.product-list a {
    width: 32%;
    margin-right: 1%;
    border: 1px solid #EEEEEE;
    margin-bottom: 25px;

}

.product-bj .product-nav .tt {

    width: 210px;
    height: 60px;
    background-color: #3859CC;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    border-bottom: 20px solid  #F9F9F9;
    justify-content: center;
}

.product-bj .product-nav .tt p {
    margin-left: 8px;
}

.product-bj .product-nav .tt span {
    font-size: 25px;
}

.product-bj .product-nav a {

    width: 195px;
    height: 66px;
    background-color: #fff;
    display: flex;
    align-items: center;
    color: #333;
    padding-left: 15px;
    font-size: 16px;
    /* justify-content: center; */
    border-bottom: 1px solid #F9F9F9;
    transition: 0.5s ease;
}
    .proLi {
        height: 320px;
        float: left;
            position: relative;
        /*overflow: hidden;*/
        padding: 20px 0;
            width: 24%;
            margin-right: 1%;
            display: block;
    }

    .proLi:nth-child(4n){
        margin-right: 0;
    }
    .porTbox {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 230px;
        background-color: #fff;
    
    }
    .porTbox .txt{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        z
    }
    .proImg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 100%;
        display: block;
        /*background: #ffffff;*/
        transition: all .5s ease;
    }
     .showBox {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(0,0,0,.6);
        transition: all 0.5s ease;
    }
     .porBbox {
      position: relative;
        overflow: hidden;
        width: 96%;
        height: 61px;
        padding: 20px 2%;
        background-color: #fff;
        border: 1px solid #f2f2f2;
    }
    .proTitle {
        font-size: 14px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        white-space: nowrap;
        width: 100%;
        padding-bottom: 10px;
    }
    .lookDetail {
        position: relative;
        display: block;
        color: #777;
        /*height: 38px;*/
        line-height: 50px;
        border-top: 1px solid #e5e5e5;
    }
    .arrowsR {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translate(0, -50%);
        width: 30px;
    }
    .proDesc {
        font-size: 12px;
        color: #333;
    overflow: hidden;  /** 隐藏超出的内容 **/
    word-break: break-all;
    text-overflow: ellipsis; /** 多行 **/
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
        width: 100%;
        margin-bottom: 10px;
        display: none;
    }
}