.floating_ck {
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 9999;
    font-size: 14px;
    border-radius: 5px;
}

.floating_ck dl dt {
    height: 6px;
    background: url(../images/kficon1.png) no-repeat center;
}

.floating_ck dl dd {
    transition: all 0.3s;
    position: relative;
    width: 45px;
    height: 45px;
    margin-bottom: 1px;
    background-color: #423E3D;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    cursor: pointer;
}

.floating_ck dl dd:hover {
    background-color: #334B68;
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.consult {
    background-image: url(../images/kficon3.png);
}

.quote {
    background-image: url(../images/kficon4.png);
}

.qrcord {
    background-image: url(../images/kficon5.png);
}

.qrcord1 {
    background-image: url(../images/kficon6.png);
}

.floating_ck dl dd.return {
    background-image: url(../images/kficon2.png);
    background-color: #334B68;
}

.return span {
    float: left;
    width: 100%;
    height: 100%;
}

.floating_ck dl dd:nth-child(0) {
    border-radius: 10px 10px 0 0;
    background: #ff0;
}

.floating_ck dl dd:last-child {
    border-radius: 0 0 10px 10px;
}

.floating_left {
    color: #fff;
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 80px;
    background-color: #334B68;
    display: none;
}

.floating_left a {
    color: #fff;
    line-height: 80px;
}

.floating_ewm {
    height: 200px;
    top: -120px;
}

.floating_ewm i {
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;
    background: url(../images/wx.jpg) center no-repeat;
    background-size: 100% 100%
}

.floating_ewm p {
    color: #fff;
    margin-top: 5px;
}

.floating_ewm1 {
    height: 200px;
    top: -155px;
}

.floating_ewm1 i {
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;
    background: url(../images/ewm.jpg) center no-repeat;
    background-size: 100% 100%
}

.floating_ewm1 p {
    color: #fff;
    margin-top: 5px;
}

.flash {
    position: relative;
    margin-bottom: 70px;
    --color-text: #333;
    --color-bg: #000;
    --color-link: #aaa;
    --color-link-hover: #333;
    --color-info: #7239c0;
}

.flash .slides {
    position: relative;
    width: 100%;
    height: 92vh;
    margin: auto;
    /*pointer-events:none;*/
    overflow: hidden;
}

.flash .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flash .slide--current {
    opacity: 1;
}

.flash .slide__img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.uncover {
    overflow: hidden;
    background-image: none !important;
    position: relative;
}

.uncover__img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.uncover__slices {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}

.uncover__slices--vertical {
    flex-direction: row;
}

.uncover__slices--horizontal {
    flex-direction: column;
}

.uncover__slices--horizontal-double {
    display: grid;
    grid-template-columns: 50% 50%;
}

.uncover__slices--vertical-double {
    display: grid;
    grid-template-rows: 50% 50%;
}

.uncover__slice {
    color: #fff;
    background-color: currentColor;
    flex: 1;
}

.uncover__slices--vertical .uncover__slice {
    box-shadow: 1px 0 0 currentColor;
}

.uncover__slices--horizontal .uncover__slice {
    box-shadow: 0 1px 0 currentColor;
}

.flash-txt {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 40%;
    z-index: 1;
    transform: translateX(300px);
    opacity: 0;
    transition: 1.5s all;
}

@media screen and (max-width: 700px) {
    .flash-txt {
        position: absolute;
        left: 1%;
        right: 10%;
        top: 30%;
        z-index: 1;
        transform: translateX(300px);
        opacity: 0;
        transition: 1.5s all;
        width: 411px !important;
    }
    .flash .pagination {
        left: 32% !important;
    }
    .flash-panel {
        width: 230px !important;
    }
}

.flash-txt img {
    margin-bottom: 40px;
}

.flash-txt a.flash-txt-more {
    display: inline-block;
    background: #fff;
    color: rgba(51, 75, 104, .75);
    border-radius: 17.5px;
    width: 110px;
    text-align: center;
    line-height: 35px;
    margin-right: 15px;
}

.flash-txt i {
    display: inline-block;
    line-height: 35px;
    width: 35px;
    text-align: center;
    font-style: normal;
    border-radius: 50%;
    color: #fff;
    background: #334B68;
}

.flash .slide--current .flash-txt {
    transform: translate(0, 0);
    opacity: 1;
    transition: 1.5s all;
}

.flash-txt a.flash-txt-more:hover {
    background: #000;
    color: #fff;
}

.flash-panel {
    position: absolute;
    left: 0;
    bottom: -50px;
    background: #334B68;
    padding: 25px 0;
    color: #fff;
    right: 50%;
}

.flash-panel-txt {
    position: relative;
    text-align: right;
    padding: 0 15px;
    transform: translateY(100%);
    opacity: 0;
}

.flash-panel-txt h2 {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
}

.flash-panel-txt span {
    display: none;
    white-space: nowrap;
    overflow: hidden;
}

.flash-panel-img {
    display: none;
    opacity: 0;
    position: relative;
    z-index: 1;
}

.flash-panel.on .flash-panel-txt {
    transform: translateY(0);
    opacity: 1;
    transition: 1s all;
    z-index: 1;
}

.flash-panel.on .flash-panel-img {
    opacity: 1;
    transition: 2s all;
}

.flash .pagination {
    position: absolute;
    left: 46%;
    bottom: -45px;
    padding-left: 25px;
}

.flash .pagination__item {
    width: 25px;
    color: #b5b5b5;
    font-size: 25px;
    cursor: pointer;
}

.flash .pagination__item:hover {
    color: #334B68;
}

.flash .pagination__item--current {
    color: #334B68;
}

@media(min-width:992px) {
    .flash-txt {
        position: absolute;
        left: 52%;
        top: 30%;
    }
    .flash-txt-last {
        left: 15%;
    }
    .flash {
        margin-bottom: 30px;
    }
    .flash-panel {
        padding: 0;
        bottom: -80px;
        display: flex;
        justify-content: flex-end;
    }
    .flash-panel-txt {
        display: inline-block;
        padding: 6%;
    }
    .flash-panel-txt h2 {
        margin-bottom: 20px;
        font-size: 37px;
        font-weight: 500;
    }
    .flash-panel-txt span {
        display: unset;
        font-size: 16px;
    }
    .flash-panel-img {
        display: unset;
        background: #334B68;
        text-align: center;
        padding: 6%;
    }
    .flash .pagination {
        bottom:22px;
        padding-left: 45px;
    }
    .flash .pagination__item {
        width: 55px;
    }
}

#b {
    display: none;
}

@media screen and (max-width: 700px) {
    #a {
        display: none;
    }
    #b {
        display: block;
    }
    .flash-panel-txt h2 {
        font-size: 12px;
    }
}


/*äº§å“ä¸­å¿ƒ*/

.procenter {
    background: #f7f6f6;
    padding-top: 48px;
    padding-bottom: 88px
}

.proleft {
    width: 321px;
    padding-bottom: 14px;
    margin-top: 36px;
}

.proleftcolor {
    background: #fff;
    border: 8px solid #334B68;
    padding-bottom: 13px;
    border-bottom: 17px solid #334B68;
    padding-left: 0;
}

.proleft h3 {
    color: #ffffff;
    font-size: 36px;
    text-align: center;
    background: #334B68;
    padding-top: 17px;
    padding-bottom: 16px;
    height: 105px;
}

.proleft h3 span {
    padding-top: 8px;
    font-size: 18px;
    font-weight: normal;
    display: block;
}

.proleft li {
    width: 246px;
    height: 39px;
    margin: 12px auto 0px;
}

.proleft li a {
    display: block;
    line-height: 39px;
    color: #fff;
    font-size: 16px;
    background: #334B68;
    padding-left: 40px;
}

.proleft li:hover a {
    background: #7AC38D;
    color: #ffffff
}

.proright {
    width: 1029px;
    margin-top: 31px;
    /* margin-left: 50px; */
}

.proright li {
    float: left;
    /* margin-bottom: 28px;
    margin-right: 21px; */
    margin-left: 9px;
    margin-top: 6px;
}


/* .proright li:nth-child(3n) {
    margin-right: 0
} */

.proright li a.img {
    display: block;
    border: 1px solid #c5c5c5;
    height:258px;
    overflow: hidden;
}

.proright li a.img img {
    width: 310px;
    /* height: 218px; */
}

.proright li h3 {
    font-weight: normal;
    text-align: center;
}

.proright li h3 a {
    display: block;
    height: 39px;
    line-height: 39px;
    color: #ffffff;
    font-size: 18px;
    background: #334B68;
}

.body-center img {
    display: block;
    margin: 0 auto;
}


/*å…¬å¸ç®€ä»‹*/

.aboutus {
    background: url(../images/96088b906bbb7a8e76f2d6912a65171bc96eacd8.jpg) no-repeat top;
    height: 939px;
    /* width: 1280px; */
}

.ableft {
    margin-top: 20px;
    background: #ffffff;
    border: 1px solid #ecebeb;
    padding: 30px;
    width: 50%;
    float: left;
}

.ableft img {
    width: 575px;
}

.abright {
    width: 50%;
    float: left;
    margin-top: 20px;
    height: 458px;
    padding: 30px;
}

.abright h3 {
    color: #232323;
    font-size: 24px;
    position: relative;
    padding-top: 20px;
}

.abright h3:after {
    content: '';
    position: absolute;
    width: 98px;
    height: 2px;
    background: #7AC38D;
    left: 0;
    top: 0;
}

.abright h3 span {
    color: #bdbbbb;
    font-size: 12px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}

.abright .abcont {
    color: #272727;
    font-size: 15px;
    line-height: 27px;
    height: 306px;
    overflow: hidden;
    margin-top: 16px;
}

.abright a {
    color: #ffffff;
    font-size: 15px;
    display: block;
    text-align: center;
    float: right;
    background: #7AC38D;
    width: 140px;
    height: 40px;
    line-height: 40px;
}

.abinn {
    margin-top: 24px;
    width: 100%;
}

.abinn .parHd {}

.abinn .parHd li {
    color: #ffffff;
    font-size: 19px;
    background: #334B68;
    width: 135px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    float: left;
    margin-right: 40px;
    margin-top: 20px;
}

.abinn .parHd li.on {
    background: #7AC38D;
}

.abinn .parBd {
    margin-top: 27px;
    width: 100%;
    overflow: hidden;
}

.slideBox {
    overflow: hidden;
    width: 1370px;
}

.slideBox li {
    float: left;
    margin: 0 10px;
    width: 317px;
}

.slideBox li a {
    display: block;
    width: 317px;
}

.slideBox li a img {
    width: 317px;
    height: 213px;
}

.clearfix {
    zoom: 1;
}


/*äº§å“ç‰¹ç‚¹*/

.pages {
    margin: 0 auto;
    width: 1400px;
}

.prod_adva_bg {
    height: 916px;
    background: url(../images/20200622204648_1550200217.jpg)no-repeat center;
}

.prod_t b {
    background: url(../images/20200615171040_1764378831.png)no-repeat top center;
}

.prod_adva_t li {
    float: left;
    width: 137px;
    height: 137px;
    line-height: 45px;
    font-size: 18px;
    color: #333;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.prod_adva_t li:nth-child(1),
.prod_adva_t li:nth-child(5) {
    margin-top: 230px;
}

.prod_adva_t li:nth-child(2),
.prod_adva_t li:nth-child(4) {
    margin-top: 110px;
}

.prod_adva_t li:nth-child(3) {
    margin: 50px 115px 0 115px;
}

.prod_adva_t li:nth-child(1) {
    margin-left: 145px;
}

.prod_adva_t li:nth-child(2),
.prod_adva_t li:nth-child(5) {
    margin-left: 95px;
}

.prod_adva_t .on {
    background: #374E6B;
    color: #fff;
}

.prod_adva_t li:before {
    height: 40px;
    margin-top: 35px;
    content: "";
    display: block;
}

.prod_adva_t li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #374E6B;
    margin: 15px 0 0 56px;
    opacity: 0;
}

.prod_adva_t li:nth-child(1):after {
    margin: -60px 0 0 126px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.prod_adva_t li:nth-child(2):after {
    margin: -2px 0 0 100px;
    transform: rotate(-42deg);
    -webkit-transform: rotate(-42deg);
    -moz-transform: rotate(-42deg);
}

.prod_adva_t li:nth-child(4):after {
    margin: 5px 0 0 18px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
}

.prod_adva_t li:nth-child(5):after {
    margin: -60px 0 0 -20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.prod_adva_t li:nth-child(1):before {
    background: url(../images/20200616134254_1423303374.png)no-repeat center bottom;
}

.prod_adva_t li:nth-child(2):before {
    background: url(../images/20200616134254_1409885810.png)no-repeat center bottom;
}

.prod_adva_t li:nth-child(3):before {
    background: url(../images/20200615213959_1472278484.png)no-repeat center bottom;
}

.prod_adva_t li:nth-child(4):before {
    background: url(../images/20200616134254_779508456.png)no-repeat center bottom;
}

.prod_adva_t li:nth-child(5):before {
    background: url(../images/20200616134255_1645528080.png)no-repeat center bottom;
}

.prod_adva_t .on:before {
    background-position: center 6px !important;
}

.prod_adva_t .on:after {
    opacity: 1;
}

.prod_adva_b {
    float: left;
    width: 100%;
    height: 60px;
    text-align: center;
}

.prod_adva_b dl {
    width: 100%;
    float: left;
    line-height: 30px;
    margin: -115px auto 0;
    font-size: 16px;
    color: #666;
}

.top80 {
    padding-top: 80px;
}

.t b {
    font-size: 40px;
    color: #222;
    display: block;
    line-height: 70px;
}

.t {
    text-align: center;
}


/*品牌优势*/

.adv_bg {
    background: url(../images/20200622204729_581975925.jpg)no-repeat center;
    height: 1048px;
    overflow: hidden;
}

.adv_t b {
    color: #fff;
    background: url(../images/20200615221606_1582771474.png)no-repeat top center;
}

.adv_t p {
    color: #fff;
}

.adv {
    margin-top: 165px;
}

.adv_top ul {
    padding: 45px;
}

.adv_top li {
    width: 108px;
    height: 109px;
    text-align: center;
    border: #eee 1px solid;
    border-top: none;
    cursor: pointer;
}

.adv_top li:first-child {
    border-top: #eee 1px solid;
}

.adv_top li t {
    display: block;
    padding-top: 20px;
    font-size: 18px;
    color: #999;
}

.adv_top li p {
    line-height: 34px;
    font-size: 18px;
    color: #222;
    font-weight: bold;
    margin-bottom: 0;
}

.adv_top li span {
    font-size: 18px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.adv_top .on {
    width: 110px;
    height: 110px;
    background: #3C5471;
    border: none;
    position: relative;
}

.adv_top .on:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 17px solid #3C5471;
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 38px;
    left: 107px;
}

.adv_top .on t {
    color: #fff;
    opacity: 0.4;
}

.adv_top .on p {
    color: #fff;
    margin-bottom: 0;
}

.adv_top .on span {
    color: #fff;
    opacity: 0.6;
}

.adv_b .adv_b_fl {
    width: 379px;
}

.adv_b .adv_title {
    margin-top: 60px;
}

.adv_b .adv_title b {
    font-size: 24px;
    color: #222;
}

.adv_b .adv_title p {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 24px;
}

.adv_b .adv_text {
    padding-top: 6px;
}

.adv_b .adv_text p {
    font-size: 15px;
    color: #666;
    line-height: 24px;
    margin-top: 25px;
    padding-left: 20px;
    position: relative;
}

.adv_b .adv_text p:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: #ccc 1px solid;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.adv_b .adv_text a {
    display: block;
    margin-top: 40px;
    width: 175px;
    height: 50px;
    line-height: 50px;
    background: #333;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 10px 0 10px 0;
    transition: all 0.3s ease-in-out;
}

.adv_b .adv_text a:hover {
    width: 275px;
    background: #3C5471;
}

.adv_b dl {
    position: relative;
}

.adv_b_fr {
    position: absolute;
    right: -14px;
    width: 812px;
    overflow: hidden;
    height: 535px;
}

.adv_b_fr img {
    width: 939px;
    height: 525px;
}

.top90 {
    padding-top: 90px;
}

.page {
    margin: 0 auto;
    width: 1400px;
}

.fl {
    float: left;
}

.adv {
    margin-top: 165px;
}


/*解决方案*/

.solution_bg {
    height: 626px;
    background: url(../images/20200620092702_385182198.jpg)no-repeat bottom center;
}

.solution_t b {
    background: url(../images/20200616154118_1814095801.png)no-repeat top center;
}

.solution_top {
    width: 600px;
    height: 540px;
    padding: 28px;
    box-sizing: border-box;
    background: #eee;
    float: left;
}

.solution_top li,
.solution_more {
    display: block;
    width: 50%;
    height: 122px;
    float: left;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px #eee solid;
    background: #fff;
}

.solution_top li.on,
.solution_more:hover {
    background: #3C5471;
}

.solution_top li p,
.solution_more p {
    font-size: 18px;
    color: #222;
    line-height: 36px;
    padding-top: 30px;
}

.solution_top li.on p,
.solution_top li.on span,
.solution_more:hover p,
.solution_more:hover span {
    color: #fff;
}

.solution_top li span,
.solution_more span {
    font-size: 15px;
    color: #999;
}

.solution_top li:before,
.solution_more:before {
    content: "";
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin: 30px 20px 0 30px;
    border: 1px #eee solid;
    border-radius: 100%;
    background: url(../images/20200620103845_461587038.png)no-repeat center;
    transition: all 0.3s ease-in-out;
}

.solution_top li:nth-child(1):before {
    background-position: 0px -60px;
}

.solution_top li:nth-child(2):before {
    background-position: -60px -60px;
}

.solution_top li:nth-child(3):before {
    background-position: -120px -60px;
}

.solution_top li:nth-child(4):before {
    background-position: -180px -60px;
}

.solution_top li:nth-child(5):before {
    background-position: -240px -60px;
}

.solution_top li:nth-child(6):before {
    background-position: -300px -60px;
}

.solution_top li:nth-child(7):before {
    background-position: -360px -60px;
}

.solution_more:before {
    background-position: -420px -60px;
}

.solution_top li:nth-child(1).on:before {
    background-position: 0px 0px;
}

.solution_top li:nth-child(2).on:before {
    background-position: -60px 0px;
}

.solution_top li:nth-child(3).on:before {
    background-position: -120px 0px;
}

.solution_top li:nth-child(4).on:before {
    background-position: -180px 0px;
}

.solution_top li:nth-child(5).on:before {
    background-position: -240px 0px;
}

.solution_top li:nth-child(6).on:before {
    background-position: -300px 0px;
}

.solution_top li:nth-child(7).on:before {
    background-position: -360px 0px;
}

.solution_more:hover::before {
    background-position: -420px 0px;
}

.solution_top li.on:before,
.solution_more:hover::before {
    background-color: #fff;
}

.solution_b {
    width: 800px;
    float: right;
}

.solution_b dl {
    height: 540px;
    position: relative;
}

.solution_b dl:nth-child(1) {
    background: url(../images/20200620105154_1916461456.jpg)no-repeat center;
}

.solution_b dl:nth-child(2) {
    background: url(../images/20200620105118_1128845331.jpg)no-repeat center;
}

.solution_b dl:nth-child(3) {
    background: url(../images/20200620105845_45375477.jpg)no-repeat center;
}

.solution_b dl:nth-child(4) {
    background: url(../images/20200620110058_1566040323.jpg)no-repeat center;
}

.solution_b dl:nth-child(5) {
    background: url(../images/20200620110235_188444381.jpg)no-repeat center;
}

.solution_b dl:nth-child(6) {
    background: url(../images/20200620115005_64915731.jpg)no-repeat center;
}

.solution_b dl:nth-child(7) {
    background: url(../images/20200620114419_251582990.jpg)no-repeat center;
}


/* .solution_b dl:nth-child(2) .divdgweb_new_div .divdgweb_new_div_item:nth-child(1),
.solution_b dl:nth-child(3) .divdgweb_new_div .divdgweb_new_div_item:nth-child(-n+2),
.solution_b dl:nth-child(4) .divdgweb_new_div .divdgweb_new_div_item:nth-child(-n+3),
.solution_b dl:nth-child(5) .divdgweb_new_div .divdgweb_new_div_item:nth-child(-n+4),
.solution_b dl:nth-child(6) .divdgweb_new_div .divdgweb_new_div_item:nth-child(-n+5),
.solution_b dl:nth-child(7) .divdgweb_new_div .divdgweb_new_div_item:nth-child(-n+6) {
    display: none;
} */

.solution_b .divdgweb_new_div_item {
    width: 580px;
    height: 201px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    position: absolute;
    bottom: 50px;
    left: 80px;
}

.solution_b .divdgweb_new_div_item_content {
    float: right;
    width: 340px;
    position: relative;
}

.solution_b .divdgweb_new_div_item_a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 46px;
    height: 175px;
    width: 100%;
    position: absolute;
}

.solution_b .divdgweb_new_div_item_body {
    font-size: 15px;
    color: #333;
    line-height: 24px;
    padding-top: 50px;
}

.solution_b .divdgweb_new_div_item_body:after {
    content: "了解详细";
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #999;
    color: #fff;
    border-radius: 8px 0 8px 0;
    margin-top: 15px;
    transition: all linear .3s;
}

.solution_b .divdgweb_new_div_item:hover .divdgweb_new_div_item_body:after {
    width: 120px;
    background: #3C5471;
}

.solution_b .news_div_item_image {
    width: 215px;
    height: 175px;
    border: 2px #aaa solid;
}

.solution_b .news_div_item_pic a {
    display: block;
}

.inpage-location a {
    font-size: 16px;
}


/*新闻*/

.news {
    padding: 80px 0px 80px 0px;
    height: 778px;
}

.news>.page>.fl {
    width: 480px;
    height: 580px;
    background: #f5f5f5;
    position: relative;
    float: left;
}

.news>.page>.fr {
    width: 890px;
    height: 580px;
    float: right;
}

.news>.page>.fl .news_tit {
    background: url(../images/20200618115211_1195646766.png) repeat center;
    /* width: 410px; */
    height: 178px;
    padding: 30px 35px;
}

.news_tit a {
    font-size: 28px;
    color: #fff;
    display: block;
    line-height: 30px;
    position: relative;
}

.news_tit a .en {
    font-size: 14px;
    font-family: arial, microsoft yahei;
    display: block;
    line-height: 25px;
    font-weight: 100;
    text-transform: capitalize;
}

.news_tit a i {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #3A526F url(../images/20200618115211_1697996462.png) no-repeat center;
    right: 0;
    top: 13px
}

.news_l_cont {
    width: 410px;
    position: absolute;
    left: 35px;
    top: 110px;
}

.news_l_cont_in {
    width: 100%;
}

.news_l_cont_i {
    display: block;
    width: 100%;
}

.news_l_cont_i img {
    width: 100%;
    height: 280px;
    display: block;
}

.news_l_cont_i strong,
.news_r2_cont_i strong {
    font-size: 18px;
    font-weight: normal;
    color: #343434;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
    line-height: 50px;
    padding: 10px 0 0;
    text-overflow: ellipsis;
}

.news_l_cont_i p,
.news_r2_cont_i p {
    font-size: 14px;
    font-weight: 100;
    color: #999;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_l_cont_tit {
    position: absolute;
    width: 96%;
    top: 240px;
    text-align: right;
    left: 0;
}

.news_l_cont_tit li {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-right: 3px;
    cursor: pointer
}

.news_l_cont_tit li.cur {
    width: 30px;
    background: #3A526F;
}

.news_l_cont_i i {
    font-size: 14px;
    font-family: arial;
    line-height: 30px;
    position: relative;
    text-align: right;
    color: #999;
    display: block;
    width: 100%;
    height: 30px;
    font-style: normal;
    margin-top: 20px;
}

.news_l_cont_i i:after,
.news_r2_cont_i i:after {
    content: '';
    width: 65px;
    height: 1px;
    top: 14px;
    background: #ccc;
    display: block;
    position: absolute;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.news_l_cont_i *,
.news_r2_cont_i * {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease
}

.news_l_cont_i:hover i:after,
.news_r2_cont_i:hover i:after {
    background: #3A526F;
    width: 100px
}

.news_l_cont_i:hover strong,
.news_r2_cont_i:hover strong {
    color: #3A526F;
}

.news_r2_cont_i {
    width: 380px;
    float: left;
    margin-right: 50px
}

.news_r2_cont_i i {
    font-size: 14px;
    font-family: arial;
    line-height: 30px;
    position: relative;
    text-align: right;
    color: #999;
    display: block;
    width: 100%;
    height: 30px;
    font-style: normal;
    margin-top: 25px;
}

.news_l_cont_i i em,
.news_r2_cont_i i em {
    font-size: inherit;
    font-style: normal;
    font-family: inherit;
    float: right;
}

.news_row2 {
    padding: 30px 35px;
    width: 820px;
    height: 215px;
    background: #f5f5f5;
    position: relative;
}

.news_row2 .news_tit a,
.news_row3 .news_tit a {
    color: #343434
}

.news_row2 .news_tit a .color,
.news_row3 .news_tit a .color {
    color: #3A526F;
    font-size: inherit;
    font-weight: bold;
}

.news_row2 .news_tit a .en,
.news_row3 .news_tit a .en {
    color: #999
}

.news_row3 {
    padding: 30px 35px;
    width: 820px;
    height: 348px;
    background: #f5f5f5 url(../images/20200618115211_273728067.jpg) no-repeat 0 center;
    margin-top: 20px;
    position: relative;
}

.news_row3 .fl {
    width: 380px;
}

.news_row3 .fr {
    width: 420px
}

.news_r2_cont {
    overflow: hidden;
}

.news_r2_cont_tit {
    position: absolute;
    width: 96%;
    top: 50px;
    text-align: right;
    left: 0;
}

.news_r2_cont_tit li {
    width: 10px;
    height: 10px;
    background: #dedede;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-right: 3px;
    cursor: pointer
}

.news_r2_cont_tit li.cur {
    width: 30px;
    background: #3A526F;
}

.news_r3_cont {
    position: relative;
}

.news_r3_cont_i p {
    background: url(../images/20200618115211_145399865.png) no-repeat left center;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    padding-left: 40px;
    line-height: 38px;
}

.news_r3_cont_i span.small {
    background: url(../images/20200618115211_863900633.png) no-repeat left center;
    font-size: 14px;
    color: #999;
    padding-left: 40px;
    display: block;
    line-height: 32px;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_r3_cont_i {
    display: block;
    padding: 15px 0 0px;
}

.news_r3_cont_tit {
    position: absolute;
    width: 100%;
    top: -35px;
    text-align: right;
    left: 0;
}

.news_r3_cont_tit li {
    width: 10px;
    height: 10px;
    background: #dedede;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-right: 3px;
    cursor: pointer
}

.news_r3_cont_tit li.cur {
    width: 30px;
    background: #3A526F;
}

.fr {
    float: right;
}

.list-erji {
    padding-left: 0;
}

.list-erji li a {
    padding-left: 50px;
}