@charset "utf-8";
.nyrzxq {
    border: 2px solid #eeeeee;
}

.nyrzxqct {
    padding: 30px 40px;
    background-color: #fff;
}

.newsct_tle {
    font-size: 24px;
    color: #333333;
}

.newsct_sm {
    padding: 5px 0 20px;
    border-bottom: 1px solid #eee;
}

.newsct_smitem {
    margin-right: 30px;
    font-size: 14px;
    color: #b8b8b8;
}

.newsct_smitem i {
    margin-top: -2px;
    font-size: 14px;
    color: #b8b8b8;
}

.newsct_ctsy.newsct_ct {
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.newsct_ct {
    padding: 30px 10px;
    background-color: #fff;
    display:inline-block
}

.newsct_ct h2{
    font-size: 20px;
}

.newsct_ct h3{
    font-size: 18px;
}

.newsct_ct img {  }

.newsct_ct p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.certificate {
  width: 100%;
}

/* 认证资讯 */

.cjwtjcfw .cjwtctajcfw {
    height: auto !important;
    display: flex;
    align-items: center;
    line-height: 1;
}

.cjwtctajcfw_l {
    width: 40%;
    overflow: hidden;
}

.cjwtctajcfw_l img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

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

.cjwtctajcfw_r {
    width: 60%;
    padding-left: 15px;
}

.cjwtctajcfw_rh {
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cjwtctajcfw_r:hover .cjwtctajcfw_rh {
    color: #d60505;
}

.cjwtctajcfw_rp {
    margin-top: 10px;
    font-size: 14px;
    line-height: 23px;
    color: #919191;
}

.cjwtctajcfw_rbc {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cjwtctajcfw_rbcl {
    font-size: 14px;
    color: #ababab;
}

.cjwtctajcfw_rbcr i {
    font-size: 18px;
    font-weight: 700;
    color: #0359ae;
}

.foot {
    margin-top: 0;
}

.xqrzfwb_itemb {
    display: none;
}

.cjwtctboxb {
    margin-top: 10px;
}

@media screen and (max-width: 1500px) {
    .nyrzxqct {
        padding: 30px;
    }
    .cjwtctajcfw_rh {
        font-size: 16px;
    }
    .cjwtctajcfw_rp {
        font-size: 12px;
        line-height: 20px;
    }
    .cjwtct>div:first-child {
        padding-right: 30px;
    }
    .newsct_ct {
        padding: 30px;
    }
    .cjwtctboxb {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .nyrzxqct {
        padding: 25px;
    }
    .newsct_ct {
        padding: 20px;
    }
    .newsct_sm {
        padding: 15px 0;
    }
    .newsct_ct p {
        font-size: 14px;
        line-height: 23px;
    }
    .cjwtctajcfw_rbc {
        margin-top: 8px;
    }
    .cjwtctajcfw_l {
        width: 35%;
    }
}

@media screen and (max-width: 768px) {
    .nyrzxqct {
        padding: 20px 10px;
    }
    .newsct_tle {
        font-size: 18px;
        padding: 5px 10px 0;
    }
    .newsct_smitem {
        font-size: 12px;
        margin-right: 10px;
    }
    .newsct_sm {
        padding: 15px 10px 10px;
    }
    .newsct_sm .newsct_smitem:last-child {
        display: none;
    }
    .newsct_ct {
        padding: 20px 0 0;
    }
    .newsct_ct p {
        font-size: 12px;
        line-height: 20px;
    }
    .cjwtct>div:first-child {
        display: none;
    }
    .cjwtct>div:last-child {
        display: block;
        padding-left: 0;
    }
    .newsct_ct {
        padding: 15px;
    }
}


/* 新增 */

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

.xqxzboxs {
    display: flex;
    border: 1px solid #e1e1e1;
}

.xqxz_sr {
    display: block;
    width: 200px;
    height: 45px;
    border: 0;
    padding: 0 10px;
    font-size: 14px;
}

.xqxz_qd {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #0359ae;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .xqxz_qd,
    .xqxz_sr {
        height: 40px;
    }
    .xqxz_sr {
        width: 120px;
    }
    .xqxz_sr {
        font-size: 13px;
    }
}


/*产品列表*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:768px) {
    .container {
        width: 750px
    }
}
@media (min-width:992px) {
    .container {
        width: 970px
    }
}
@media (min-width:1300px) {
    .container {
        width: 1280px
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.productbox {
    padding:70px 0;
    background-color:#F5F5F5;
}
.productboxs {
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-top: 20px;
    float: left;
}
.productboxs>div {
    width:32%;
    margin-right:2%;
    background-color:#fff;
    margin-bottom:34px;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
/* .productboxs>div:hover {
    box-shadow:0px 2px 10px 0px rgba(61,43,43,0.18);
}
*/
.productboxs>div:nth-child(3n) {
    margin-right:0;
}
.productboxs_item .productboxs_itema {
    position:relative;
    display:block;
    padding:20px 20px 20px;
}
.productboxs_item .productboxs_itema:hover .productboxs_itema_img img {
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    
}
.productboxs_itemadw {
    position:absolute;
    left:40px;
    top:30px;
    z-index:9;
}
.productboxs_itema_img {
    /* padding:0 10px;
    */

    overflow:hidden;
}
.productboxs_itema_img img {
    width:100%;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
.productboxs_itema_txt {
    margin-top:10px;
}
.productboxs_itema_txth {
    font-weight:700;
    color:#333;
}
.productboxs_itema_txtcs {
    margin-top:12px;
    font-size:13px;
    color:#999;
}
.productboxs_itema_txtcs>div {
    margin-top:5px;
}
.productboxs_itema_txtbtn {
    width:100%;
    margin:20px 0 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    height:42px;
    line-height:40px;
    text-align:center;
    border-radius:22px;
    -webkit-border-radius:22px;
    -moz-border-radius:22px;
    -ms-border-radius:22px;
    -o-border-radius:22px;
    border:1px solid #dddddd;
    overflow:hidden;
}
.productboxs_itema_txtbtn .productboxs_txtbtn_item {
    width:50%;
}
.productboxs_itema_txtbtn .productboxs_txtbtn_item:first-child {
    border-right:1px solid #dddddd;
}
.productboxs_itema_txtbtn .productboxs_txtbtn_item:hover {
    background-color:#0050a2;
}
.productboxs_itema_txtbtn .productboxs_txtbtn_item:hover span {
    color:#fff;
}
.productboxs_itema_txtbtn .productboxs_txtbtn_item:hover i {
    color:#fff;
}
.productboxs_txtbtn_item span {
    font-size:14px;
    color:#777777;
}
.productboxs_txtbtn_item i {
    font-size:14px;
    color:#777777;
}
.l1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0051a3;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.l2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
  background: #0051a3;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.l3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #0051a3;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.l4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
  background: #0051a3;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.productitem .l1, .productitem .l2, .productitem .l3, .productitem .l4 {
  background: #ff7800;
}
.productboxs_itema:hover .l1 {
  width: 100%;
}
.productboxs_itema:hover .l2 {
  height: 100%;
}
.productboxs_itema:hover .l3 {
  width: 100%;
}
.productboxs_itema:hover .l4 {
  height: 100%;
}
@media screen and (max-width:1200px) {
    .productboxs_item .productboxs_itema {
    padding:30px 15px;
}
}
@media screen and (max-width:992px) {
    .productboxs>div {
    width:48%;
}
.productboxs>div:nth-child(3n) {
    margin-right:2%;
}
.productboxs>div:nth-child(2n) {
    margin-right:0;
}
.productbox {
    margin-top:0;
    padding:40px;
}
}
@media screen and (max-width:992px) {
.productboxs>div:nth-child(1n) {
    margin-right:2%;
}
.productboxs>div:nth-child(3n) {
    margin-right:2%;
}
.productboxs>div:nth-child(5n) {
    margin-right:2%;
}
}
@media screen and (max-width:768px) {
    .productbox {
    padding:40px 15px;
}
.productbox {
    padding:10px;
}
.productboxs_item .productboxs_itema {
    padding:10px 10px;
}
.productboxs_itema_txth {
    font-size:14px;
    font-weight:600;
}
.productboxs_itema_txth a{
    font-size:12px;
    font-weight:600;
}
.productboxs_itema_img {
    padding:0;
}
.productboxs_itema_txt {
    margin-top:20px;
}
.productboxs_itema_txtcs {
    margin-top:10px;
    font-size:12px;
}
.productboxs_itema_txtbtn {
    width:100%;
    margin-top:20px;
    height:36px;
    line-height:34px;
    display:none;
}
.productboxs_txtbtn_item span {
    font-size:12px;
}
.productboxs_txtbtn_item i {
    font-size:12px;
}
.productboxs>div {
    margin-bottom:20px;
    margin-right:0;
}
.productboxs_itemadw {
    left:5%;
    top:3%;
}
}

/*产品顶部图片 */
.cpxqlb {
    padding: 10px 0 10px;
    background-color: #f4f4f4;
}
@media (min-width: 1300px){
    .cpxqlb  .container {
        width: 1200px;
    }
    
}
.cpxqlb .nytop{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.cpxqlb .nytopl{
    width: 75%;
}
.cpxqlb .nytoplr{
    width: 20%;
}
.cpxqlb .bg-baise{
    background-color: #fff;
    overflow: hidden;
    padding:  15px;
}

.cpxqlb_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

}

.cpxqlb_box>div {
    width: 50%;
    /* padding-left: 40px; */
}
.cpxqlb_box .cpxqlb_boxr{
    padding-left: 40px;
}

.cpxqlb_boxl {
    /* padding-right: 40px; */
    /* margin-right: 40px; */
    position: relative;
    border: 1px solid #eee;
}
.cpxqlb_boxl .cpbigboxs_itemadw{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 5;
}

.cpxqlb_container {
    width: 100%;
}

.cpxqlb_slideimg {
    overflow: hidden;
    background-color: #fff;
    cursor: w-resize;
}

.cpxqlb_slideimg img {
    width: 100%;
}

.cpxqlb_boxr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cpxqlb_boxrtxt {
    margin-top: 0px;
}

.cpxqlb_boxrtxth {
    font-size: 24px;
    color: #111;
    margin-top: 0px;
    margin-bottom: 10px;
}

.cpxqlb_boxrtxtsm {
    margin-top: 10px;
    margin-bottom: 22px;
}

.cpxqlb_boxrtxtsm i {
    font-size: 18px;
    color: #0360b0;
}

.cpxqlb_boxrtxtsm b {
    font-size: 16px;
    color: #111;
}

.cpxqlb_boxrtxtsm span:last-child {
    margin-left: 20px;
    float: right;
}

.cpxqlb_boxrtxtp {
    padding-top: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    border-top: 2px solid #eee;
}

.cpxqlb_boxrzx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.cpxqlb_boxrzx .cpxqlb_boxrzxzx {
    width: 220px;
    height: 45px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    background-color: #0461b1;
    line-height: 47px;
    text-align: center;
    margin-right: 10px;
}
.cpxqlb_boxrzx .cpxqlb_boxrzxzx:first-of-type{ 
    background-color: #0461b1
}
.cpxqlb_boxrzxzx span {
    font-size: 16px;
    color: #fff;
}

.cpxqlb_boxrzxzx i {
    font-size: 20px;
    color: #fff;
    margin-left: 8px;
}

.cpxqlb_boxrzxtel {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cpxqlb_boxrzxtel i {
    font-size: 45px;
    color: #c6c6c6;
}

.cpxqlb_boxrzxteltxt {
    margin-left: 15px;
}

.cpxqlb_boxrzxtelh {
    font-size: 14px;
    color: #333333;
}
.cpxqlb_boxrzxtelp{
    line-height: 1.2;
}
.cpxqlb_boxrzxtelp a{
    font-size: 30px;
    font-weight: 600;
    color: #ff7800;
    margin-top: -5px;
}

.cpxqlb_boxrblb {
    position: relative;
    padding: 0 60px;
}

.cpxqlbb_slideimg {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.cpxqlbb_slideimg img {
    width: 100%;
}

.cpxqlb_boxrblb_per,
.cpxqlb_boxrblb_next {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
/*    border: 1px solid #e1e1e1;*/
    background: #f5f5f5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    outline: none;
}

.cpxqlb_boxrblb_per {
    left: 0;
}

.cpxqlb_boxrblb_next {
    right: 0;
}

.cpxqlbb_slide.swiper-slide-thumb-active .cpxqlbb_slideimg {
    border: 1px solid #ff7800;
}

@media screen and (max-width: 768px) {
.cpxqlb_box {
    display: block;
}
.cpxqlb_box>div {
    width: 100%;
    /* padding-left: 40px; */
}
.cpxqlb_box .cpxqlb_boxr{
    padding-left: 0px;
    display: block;
}
.cpxqlb_boxrtxth {
    font-size: 16px;
    margin-top: 10px;
}
.cpxqlb_boxrzxtelp a{
    font-size: 20px;
}
.cpxqlb_boxrzxtel {
    margin-left: 10px;
}
.cpxqlb_boxrzxteltxt {
    margin-left: 0px;
}
.cpxqlb_boxrzx .cpxqlb_boxrzxzx:first-of-type {
    padding-left: 5px;
}
}
/* Simple Post List */
ul.simple-post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.simple-post-list li {
    border-bottom: 1px dotted #E2E2E2;
    padding: 15px 0;
}

ul.simple-post-list li::after {
    clear: both;
    content: "";
    display: block;
}

ul.simple-post-list li:last-child {
    border-bottom: 0;
}

ul.simple-post-list li a{color:#5d5e60}
ul.simple-post-list li a:hover{color:#0ec5a1}

ul.simple-post-list .post-image {
    float: left;
    margin-right: 12px;
}

ul.simple-post-list .post-meta {
    color: var(--grey-900);
    font-size: 0.8em;
}

ul.simple-post-list .post-info {
    line-height: 20px;
}

@media (max-width: 575px) {
    ul.comments li {
        border-left: 8px solid rgba(0, 0, 0, 0.06);
        clear: both;
        padding: 0 0 0 10px;
    }

    ul.comments li .img-thumbnail {
        display: none;
    }

    ul.comments .comment-arrow {
        display: none;
    }
}
/* Simple Post List end */

/* 常见问题 */
.nytit {
    padding: 80px 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1
}

.nytit .tit {
    flex: 1
}

.nytit .tit h2::before {
    content: '';
    background-color: #df002c;
    width: 5px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 15px;
    position: relative;
    top: 7px
}

.nytit .tit h2 {
    font-size: 32px;
    color: #333;
    font-weight: bold
}

.nytit .search form {
    background-color: #f3f3f3;
    border-radius: 50px;
    padding-left: 30px;
    display: flex;
    align-items: center
}

.nytit .search form input {
    height: 100%;
    background: unset;
    border: none;
    font-size: 15px;
    width: 300px;
    color: #273e82
}

.nytit .search form button {
    background: unset;
    padding: 10px 20px
}

.nytit .search form button i {
    font-size: 22px;
    color: #333
}
.fuwu-list {
    padding-bottom: 100px
}

.fuwu-list .nytit {
    padding-bottom: 30px
}

.fuwu-list .gaishu {
    padding-bottom: 50px
}

.fuwu-list .list {
    margin-bottom: 50px
}

.fuwu-list .list .biaoti01 {
    display: flex;
    justify-content: space-around;
    background-color: #f9f9f9;
    padding: 20px 0;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd
}

.fuwu-list .list .biaoti01 span:first-child {
    flex: 1
}

.fuwu-list .list .biaoti01 span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: 120px;
    text-align: center
}

.fuwu-list .list .biaoti01 div {
    width: 50%
}

.fuwu-list .list .item {
    border-bottom: 1px solid #efefef;
    padding: 20px 50px;
    display: block
}

.fuwu-list .list .item:hover .biaoti span {
    color: #df002c
}

.fuwu-list .list .new-list {
    padding: 0
}

.fuwu-list .list .new-list a {
    display: block;
    padding: 20px 50px
}

.fuwu-list .list .new-list a:hover span {
    color: #df002c
}

.fuwu-list .list .biaoti {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fuwu-list .list .biaoti span {
    font-size: 18px;
    line-height: 1;
    color: #333
}

.fuwu-list .list .biaoti span i {
    font-size: 22px;
    font-weight: normal
}

.fuwu-list .list .detail {
    padding: 20px;
    padding-right: 0;
    display: none
}
/* 常见问题 END */

/* 通用分页样式 */

.pages ul {
    display: flex;
    justify-content: center;
}

.pages li {
    margin: 0 5px;
}

.pages li a {
    border: 1px solid #f1f1f1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.pages li:last-child a,
.pages li:first-child a {
    width: 120px;
}

.pages li a:hover {
    border: 1px solid #273e82;
    background: #fff;
    color: #273e82;
    text-decoration: none;
}

.pages li span {
    border: 1px solid #f1f1f1;
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    background-color: #f1f1f1;
}

.pages .current a {
    border: 1px solid #273e82;
    background: #fff;
    color: #273e82;
}

/* 通用分页样式 END */

.fydm {
float: left;
}
.cjwtjcfw{
float: left;
}