@charset "utf-8";

/*reset*/
body,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
tr,
th,
img,
input,
select,
a,
button {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: 'Microsoft Yahei', sans-serif, 'SimSun', 'SimHei';
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
    /* white-space: nowrap; */
    display: block;
}

/* a:hover{text-decoration: underline;} */
.auto-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wrapper-full {
    width: 100%;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

* html .clearfix {
    zoom: 1;
}

/* ie6 */
*:first-child+html .clearfix {
    zoom: 1;
}

/* ie7 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.js-hidden,
.undis {
    display: none;
}

.js-dis {
    display: block;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    zoom: 1;
}

.ovh {
    overflow: hidden;
}

dt>img {
    width: 100%;
    height: 100%;
    display: block;
}

textarea {
    resize: none;
}

html,
body {
    /* width: 100vw !important; */
}

.header {
    width: 100%;
    height: 103px;
    background-color: #FFF;
    position: relative;
    z-index: 999999999;
}

.hBox {
    max-width: 100%;
    /* overflow: hidden; */
    height: 103px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hBox_logo {
    /* width: 159px; */
    height: 82px;
}

.hLine {
    width: 2px;
    height: 20px;
    background-color: #B4B4B4;
    margin: 0 16px;
}

.hName {
    font-size: 24px;
    color: #E7141B;
    font-weight: bold;
    white-space: nowrap;
}

.hUl {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    height: 103px;
}

.hLi {
    height: 100%;
    line-height: 103px;
    margin-left: 55px;
    position: relative;
    cursor: pointer;
}

.hli_text {
    color: #333;
    white-space: nowrap;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hBox .hli_text {
    display: flex;
}

.hLi_line {
    width: 100%;
    height: 4px;
    background-color: #003EA1;
    position: absolute;
    bottom: 0px;
    display: none;
}

.hLiHover .hLi_line {
    display: block;
}

/* .hLi:hover .hLi_line{
    width:100%;
    transition: 0.2s all ease;
} */
.hLi:hover .hli_text {
    color: #003EA1;
    transition: 0.2s all ease;
}

.scontainer {
    width: 100%;
    /* height: 783px; */
    height: 700px;
    /* position: relative;
    z-index: -1; */
    overflow: hidden;
}

.hcUi {
    display: block;
    width: 157px;
    position: absolute;
    top: 99px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    z-index: 9999999;
    height: 0px;
    transition: height 0.3s ease;
    border-radius: 2px;
}

.hl_box {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 80px;
    left: 0;
}

.hLi:hover .hcUi {
    display: block;
    height: 400px;
}

.hcli {
    height: 60px;
    text-align: center;
    background-color: #FFF;
    font-size: 18px;

}

/* .hLi:hover .hcli{
    height: 70px;
    transition: 0.2s all ease;
} */
.hcli_text {
    line-height: 70px;
}

.hcli_text:hover {
    color: #003EA1;
}

.hb_search {
    width: 24px;
    height: 24px;
    margin-left:70px;
    cursor: pointer;
}

.h_language {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-left: 1px solid #E0E0E0;
    padding-left: 15px;
    margin-left: 15px;
    cursor: pointer;
}

.hl_img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.hl_text {
    font-size: 16px;
    color: #003EA1;
}

.swBox_wrapper {
    transition-delay: .3s;
}

.swBox_container {
    width: 100%;
    height: 100%;
}

.swBox_slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: 100% 100% !important;
}

.swBox_slide {
    font-size: 74px;
    color: #fff;
}

.swBox_slide p {
    transform: translateX(-200px);
    opacity: 0;
    transition: all .4s;
}

.swBox_slide_img {
    width: 100%;
    height: 100%;
}

.swBox_anislide p {
    transform: translateX(0);
    opacity: 1;
}

.swBox_img {
    width: 100%;
    height: 100%;
    background-position: 100% 100%;
}


.swBox_pagination {
    /* height: 30px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 50px;
    left: auto;
    transform: translateY(-50%);
    width: 50px;
    /* border:1px solid red; */
    z-index: 9999999999999999999999;
    cursor: pointer;
}
.swBox_container {
    position: relative;
    cursor: pointer;
}



.swBox_container .pagination_text {
    transition: 0.2s all ease;
    cursor: pointer;

}

.swBox_container .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: 0.2s all ease;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
}

.swBox_container .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.9);
    width: 16px;
    height: 16px;
    font-size: 14px;
    color: #005FCF;
    line-height: 36px;
    text-align: center;
    background-color: #FFF;
    animation-name: widthAnimation;
    animation-duration: 0.2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

/* 定义关键帧 */
@keyframes widthAnimation {
    0% {
        /* 初始状态 */
        height: 26px;
        /* 设置初始高度为10像素 */
        width: 26px;
        /* 设置初始高度为10像素 */
    }

    50% {
        /* 中间状态 */
        height: 30px;
        /* 设置初始高度为10像素 */
        width: 30px;
        /* 在动画运行时改变高度为20像素 */
    }

    100% {
        /* 结束状态 */
        height: 36px;
        /* 最后的高度为30像素 */
        width: 36px;
        /* 最后的高度为30像素 */
    }
}

.swBox_container .pagination_cur {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFF;

}

.longLine {
    width: 1px;
    height: 58px;
    margin: 3px 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.line {
    width: 1px;
    height: 18px;
    margin: 3px 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.sd {
    width: 100%;
    height: 542px;
    position: relative;
    padding-top: 1px;
    box-sizing: border-box;
}

.sd_center {
    display: block;
    width: 80%;
    height: calc(100% - 83px);
    margin: 0 auto;
    margin-top: 83px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sdc_title {
    font-size: 70px;
    color: #003EA2;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
    margin-bottom: 20px;
}

.sdc_ftit {
    font-size: 21px;
    color: #333;
    text-align: center;
    width: 476px;
    line-height: 32px;
    margin: 0 auto;
}

.sdc_btn {
    width: 157px;
    height: 44px;
    background-color: #003EA2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 79px;
}

.sdc_btn_text {
    display: block;
    color: #FFF;
    font-size: 16px;
}

.sdc_btn_right {
    width: 17px;
    height: 17px;
    margin-left: 4px;
}

/* .sdz {
    background-color: #FFF;
    box-shadow: 0px 4px 9px 0px rgba(106, 111, 118, 0.28);
    border-radius: 2px;
    position: absolute;
    top: 75px;
    right: 41px;
}

.sdz {
    padding: 0 11px;

}

.sdz_li {
    height: 65px;
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sdz_li:last-of-type {
    border: none;
}



 */
.sdz_li_text {
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-top: 4px;
    text-align: center;
}

.sdz_li_img {
    width: 25px;
    height: 25px;
}

.cp {
    width: 100%;
    height: 900px;
    /* background: url(../images/cp_bg.png) center center;
    background-size: 100% 100%; */
    background:#f3f3f3;
}

.cp_center {
    width: 1400px;
    margin: 0 auto;
    padding-top: 77px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
}

.cc_left {
    width: 284px;
    background-color: #FFF;
    padding-bottom: 30px;
    margin-right: 35px;
}

.cl_header {
    width: 100%;
    height: 86px;
    background-color: #24C055;
    padding: 1px;
    box-sizing: border-box;
}

.cl_header_text {
    font-size: 24px;
    color: #FFF;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;

}

.cl_header_textEN {
    text-align: center;
    font-size: 18px;
    color: #FFF;
    margin-top: 3px;
}

.cl_tbox {
    width: 248px;
    height: 680px;
    overflow-x: auto;
    margin: 0 auto;
    padding: 17px 0;
    box-sizing: border-box;
}

.cl_tbox::-webkit-scrollbar {
    width: 0;
}

/* 隐藏垂直滚动条 */
.parent {
    scrollbar-width: none;
}

/* 隐藏水平滚动条 */
.parent::-webkit-scrollbar {
    width: 0;
}


.clt_li {
    width: 100%;
    height: 44px;
    position: relative;
    margin-top: 7px;
    cursor: pointer;
    transition: 0.2s all ease;
    background-color: #EDEFF5;
    /* color:#333; */
}

.clt_li:hover {
    background-color: #0053C4;
    color: #FFF;
}

.clt_li:hover .clt_li_img {
    opacity: 1;
}

.clt_li_hover {
    background-color: #0053C4;
    color: #FFF;
}

.clt_li_text {
    font-size: 16px;
    color: #333;
    padding-left: 42px;
    line-height: 44px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}

.clt_li_hover .clt_li_text {
    color: #FFF;
}
.clt_li:hover .clt_li_text {
    color:#FFF;
}
.clt_li_img {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 18px;
    left: 16px;
    opacity: 0;
}

.clt_li_hover .clt_li_img {
    opacity: 1;
}

.cc_right {
    width: 1080px;
}

.ccr_top {
    /* width:100%; */
    display: flex;
}

.ccr_top_li {
    /* 2024/3/5修改 */
    width: 348px;
    /* 2024/3/5修改结束 */
    height: 127px;
    background-color: #FFF;
    margin-right: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.ccr_top_li:last-of-type {
    margin-right: 0;
}

.ccr_top_liSel {
    box-shadow: 0px 11px 24px 0px rgba(106, 111, 118, 0.28);
}

.ccr_top_img {
    width: 40px;
    height: 40px;
}

.ccr_top_text {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ccr_top_s {
    transition: 0.3s all ease;
    opacity: 0;
    content: "";
    position: absolute;
    bottom: -9px;

    border-top: 12px solid #FFF;

    border-left: 8px solid transparent;

    border-right: 8px solid transparent;
}

.ccr_top_liSel {
    box-shadow: 0px 11px 24px 0px rgba(106, 111, 118, 0.28);
}

.ccr_top_liSel .ccr_top_s {
    opacity: 1;
}

.ccr_top_li:hover {
    transition: 0.5s all ease;
    box-shadow: 0px 11px 24px 0px rgba(106, 111, 118, 0.28);
}

.ccr_top_li:hover .ccr_top_s {
    opacity: 1;
}

.ccr_bottom {
    width: 100%;
    /* height: 636px; */
    background-color: #FFF;
    margin-top: 20px;
    padding: 29px 12px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.ccr_bottom_li {
    width: 250px;
    height: 291px;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    margin: 0 6px;
}

.ccr_bottom_li .ccr_bottom_lihover {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #24C055;
    transition: all .5s ease;
}

.ccr_bottom_li:hover .ccr_bottom_lihover {
    height: 100%;
}

.cbl_imgBox {
    display: block;
    width: 220px;
    /* height: 150px; */
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.cbl_img {
    /* width: 100%; */
    height: 220px;
    transition: all .5s ease;

}
.cbl_text {
    font-size: 16px;
    color: #333;
    position: relative;
    z-index: 2;
    margin-top: 19px;
    padding: 0 15px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s ease;
    text-align: center;
}

.ccr_bottom_li:hover .cbl_text {
    color: #FFF;
}

/* .ccr_bottom_li:hover .cbl_img {

	width: 110%;
	height: 110%;
} */

.cctitle {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-top: 65px;
    font-weight: bold;
}

.ccfBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 20px;
    color: #333;
    margin-top: 20px;

}

.ccfBox_right {
    margin-left: 24px;
    color: #003EA2;
}

.numBox {
    width: 100%;
    height: 390px;
    background: url(../images/num_bg.png) center center no-repeat;
    background-size: 876px 365px;
    padding-top: 1px;
}

.numBox_clearfix {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 142px;
}

.numBox_item {
    width: 260px;
}

.numBox_numU {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: bold;
    color: #003EA2;
    text-align: center;
}

.numBox_indc {
    text-align: center;
    margin-top: 16px;
    color: #333;
}

.fBox {
    width: 100%;
    height: 847px;
    background-color: #0D3EA1;
    position: relative;
    overflow: hidden;
}

.fBox_img {
    width: 500px;
    height: 500px;
    position: absolute;

    right: -100px;
    top: -100px;
    /* z-index: 1; */
}

.fBox_center {
    width: 1400px;

    padding-top: 152px;
    box-sizing: border-box;
    margin: 0 auto;
}

.fbce_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fbc_right {
    width: 158px;
    height: 42px;
    background-color: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #1C3986;
    font-weight: bold;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.fbcr_img {
    width: 17px;
    height: 17px;
    margin-left: 9px;
}

.ffbcl_line {
    width: 42px;
    height: 2px;
    background-color: #FFF;
}

/* .ffbcl_line:hover{
	animation-name: example;
	  animation-duration: 40000s;
} */
/* @keyframes example {
  0%   {width:0;}
  25%  {width:14px;}
  50%  {width:28px;}
  100% {width:42px;}
} */



.ffbcl_ftit {
    font-size: 20px;
    color: #FFF;
    margin-top: 24px;
    font-weight: bold;
}

.ffbcl_phone {
    font-size: 36px;
    color: #FFF;
    font-weight: bold;
}

.jddz {
    width: 100%;
    height: 860px;
    background-color: #FFF;
    padding-top: 1px;
}

.jddz_tit {
    font-size: 40px;
    color: #0F131A;
    text-align: center;
    font-weight: bold;
    margin-top: 88px;
}

.jddz_tit span {
    color: #003EA2;
}

.jddz_ul {
    width: 1180px;
    margin: 0 auto;
    margin-top: 39px;
    display: flex;
    align-items: center;
}

.jddz_li {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.jddz_li_img {
    width: 78px;
    height: 71px;
    display: block;
}

.jddz_li_imghover {
    width: 107px;
    height: 104px;
    display: none;
}

.jddz_li_text {
    font-size: 22px;
    font-weight: bold;
    color: #555;
    margin-left: 7px;
    transition: 0.2s all ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.jddz_liHover .jddz_li_img {
    width: 107px;
    height: 104px;
    display: none;
}

.jddz_liHover .jddz_li_imghover {
    display: block;
}

.jddz_liHover .jddz_li_text {
    color: #003EA2;
    /* font-size: 24px; */
}

.jddz_cbox {
    width: 1400px;
    height: 506px;
    display: flex;
    margin: 0 auto;
    margin-top: 38px;
}

.jddz_cbox_left {
    flex: 1;
    height: 100%;
    background: url(../images/jddz_bg.png) center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 59px 30px 30px 56px;
    box-sizing: border-box;
}

.jddz_cbox_right {
    flex: 1;
    height: 100%;
}

.jcl_cur {
    width: 2px;
    height: 2px;
    background-color: #FFF;
    border-radius: 50%;
}

.jcl_title {
    font-size: 22px;
    color: #FFF;
    font-weight: bold;
    margin-top: 63px;
}

.jcl_text {
    width: 100%;
    font-size: 16px;
    color: #FFF;
    margin-top: 45px;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.jcr_img {
    width: 100%;
    height: 100%;
}

.ghc {
    width: 100%;
    height: 1050px;
    /*background: url(./images/cp_bg.png) center center;*/
    background: url(../images/cp_bg.png) center center;

    background-size: 100% 80%;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 1px;
    position: relative;
}

.ghc_center {
    width: 1400px;
    /*height: 680px;*/
    background-color: #FFF;
    padding: 1px;
    box-sizing: border-box;
    margin: 56px auto 0 auto;
}

.gc_ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 47px;
}

.gc_li {
    display: block;
    width: 140px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    margin: 0 17px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.gc_liHover {
    background-color: #003EA1;
    color: #FFF;
    font-weight: bold;
}

.gc_box {
    width: 100%;
    margin-top: 36px;
    margin-bottom: 55px;
    display: flex;
    padding: 0 38px;
    box-sizing: border-box;
}

.gc_box_left {
    width: 562px;
}

.gbl_img {
    width: 562px;
    height: 315px;
}

.gbl_tit {
    width: 100%;
    font-size: 18px;
    color: #333;
    margin-top: 35px;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.gbl_text {
    width: 100%;
    font-size: 16px;
    color: #999;
    margin-top: 20px;
    white-space: wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    cursor: pointer;
}

.gbl_text_a {
    display: block;
}

.gc_box_right {
    flex: 1;
    margin-left: 23px;
}

.gbr_list {
    width: 100%;
    height: 159px;
    border-bottom: 1px solid #ECECEC;
    display: flex;
    align-items: center;
    padding-top: 38px;
    box-sizing: border-box;
}

.gbr_list:last-of-type {
    border: none;
}

.gbr_list_left {
    padding-top: 1px;
    width: 103px;
}

.gll_year {
    font-size: 24px;
    color: #999;
    font-weight: bold;
    margin-top: 13px;
    text-align: center;
}

.gll_day {
    font-size: 20px;
    color: #999;
    margin-top: 10px;
    text-align: center;
}

.gbr_list_right {
    flex: 1;
}

.glr_tit {
    width: 610px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.glr_text {
    width: 640px;
    font-size: 16px;
    color: #999;
    margin-top: 10px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ghc_btnBottom {
    width: 1499px;
    height: 434px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.zjtx {
    width: 100%;
    height: 930px;
    background-color: #F4F4F4;
    padding-top: 1px;
}

.zjtx_entering {
    height: auto;
}

.zjtx_tit {
    text-align: center;
    font-size: 40px;
    color: #0F131A;
    margin-top: 62px;
    font-weight: bold;
}

.zjtx_ftit {
    font-size: 64px;
    color: #E8E8E8;
    text-align: center;
    margin-top: 34px;
}

.zjtx_box {
    width: 1400px;
    height: 820px;
    background-color: #FFF;
    margin: 0 auto;
    margin-top: 50px;
    padding: 1px 69px;
    box-sizing: border-box;

}

.zjtx_box_top {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.zjtx_box_left {
    flex: 1;
    margin-right: 71px
}

.zbl_tit {
    font-size: 24px;
    color: #003EA1;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: 69px;
}

.zbl_text {
    font-size: 16px;
    color: #0F131A;
    margin-top: 37px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.zbl_btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    background-color: #003EA1;
    margin-top: 67px;
    border-radius: 4px;
}

.zjtx_box_right {
    width: 666px;
    height: 375px;
    margin-top: 48px;
}

.zjtx_box_video {
    width: 100%;
}


.swiperBox {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

.morea {
    overflow: hidden;
}

.morea_a {
    height: 176px;
    display: block;
    background-color: #FFF;
    overflow: hidden;
    border: 1px solid #ECECEC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.morea_imgBox {
    width: 95%;
    /* height: 126px; */
    overflow: hidden;
}

.morea_img {
    width: 100%;
    height: 133px;
    transition: transform 0.3s ease;
}

.morea_img:hover {
    transition: transform 0.3s ease;
    transform: scale(1.2);
    /* 设置缩放比例为原始大小的1.2倍 */
}

.morea_text {
    padding: 0 14px;
    box-sizing: border-box;
    margin-top: 18px;
    font-size: 15px;
    color: #333;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.moreanext {
    position: absolute;
    right: -50px;
    top: 50%;
    width: 40px !important;
    height: 40px !important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/sw_r.png') !important;
    background-size: 100% 100%;
}

.moreaprev {
    position: absolute;
    left: -50px;
    top: 50%;
    width: 40px !important;
    height: 40px !important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/sw_l.png') !important;
    background-size: 100% 100%;
}






.thanksBox {
    width: 100%;
    height: 532px;
    background-color: #F4F4F4;
    padding: 1px;
    box-sizing: border-box;
}

.thank_tit {
    font-size: 40px;
    color: #0F131A;
    font-weight: bold;
    margin-top: 76px;
    text-align: center;
}

.thank_tit span {
    color: #003EA1;
}

.thank_box {
    width: 1400px;
    margin: 0 auto;
    margin-top: 61px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tb_imgBox {
    width: 335px;
    height: 124px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.tb_imgBox:nth-of-type(4n) {
    margin-right: 0;
}

.tbi_img {
    width: 100%;
    height: 100%;
}

.flink {
    width: 100%;
    /* height: 246px; */
    background-color: #FFF;
    padding-top: 1px;
}

.flink_tit {
    width: 1400px;
    margin: 0 auto;
    /* margin-top: 56px; */
    font-size: 24px;
    color: #003EA1;
    font-weight: bold;
}

.flink_box {
    width: 1400px;
    margin: 0 auto;
    padding: 42px 0 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flink_box_li {
    display: flex;
    justify-content: center;
    width: 279px;
    font-size: 16px;
    color: #666666;
    border-right: 1px solid #D8D8D8;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.flink_box_li:hover {
    color: #005FCF;
}

.flink_box_li:nth-of-type(5n) {
    border: none;
}

.flink_box_li:last-of-type {
    border: none;
}

.footer {
    width: 100%;
    height: 270px;
    background-color: #003EA1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer_logo {
    /* width: 188px; */
    height: 80px;
}

.footer_line {
    width: 1px;
    height: 156px;
    background-color: #FFF;
    opacity: 0.2;
    margin-left: 15px;
}

.footer_center {
    margin-left: 48px;
    width: 550px;
}

.fc_tit {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 25px;
}

.fc_ul {
    display: flex;
    font-size: 14px;
    color: #FFF;
    margin-bottom: 10px;
}
.fc_li {
    width: 240px;
    display: flex;
    color:#FFF;
}
.fc_linew{
    flex:1;
    display: flex;
    color:#FFF;
    margin-left:30px;
}

.fc_li a {
    color: #FFF;
}

.fcode {
    width: 142px;
    height: 166px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.fcode_img {
    width: 120px;
    height: 120px;
}

.fcode_tit {
    font-size: 16px;
    text-align: center;
    color: #181818;
    margin-top: 6px;
}

.yftd {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    margin-top:50px;
    background-color: #FFF;
}

.yftd_bottom {
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.yb_tabBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.yt_right {
    font-size: 16px;
    color: #999;
}

.yt_left {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 24px;
    color: #999;
}

.yt_left_li {
    /* margin-right: 39px; */
    font-weight: bold;
    cursor: pointer;
    border-right: 1px solid #ECECEC;
    padding-right: 19px;
    margin-right: 19px;
}

.yt_left_li:last-of-type {
    border: none;
}

.yb_tabBoxs {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 75px;
}

.yt_rights {
    font-size: 16px;
    color: #999;
}

.yt_lefts {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 24px;
    color: #999;
}

.yt_left_lis {
    /* margin-right: 39px; */
    font-weight: bold;
    cursor: pointer;
    border-right: 1px solid #ECECEC;
    padding-right: 19px;
    margin-right: 19px;
}

.yt_left_lis:last-of-type {
    border: none;
}

.yt_left_line {
    width: 1px;
    height: 21px;
    background-color: #ECECEC;
    margin: 0 19px;
}

.yt_left_liHover {
    color: #003EA1;
}

.yt_left_liHovers {
    color: #003EA1;
}

.yb_liBox {
    width: 100%;
    display: flex;
    flex-direction: row;

}

.yb_liBox_li {
    width: 335px;
    height: 234px;
    /* border: 1px solid #D8D8D8; */
    margin-top: 34px;
    transition: 0.6s all ease;
    margin-right: 20px;
    background-color: #FFF;
    overflow: hidden;
}

.yb_liBox_li:hover {
    border: none;
    /* border: 1px solid #FFF;
    box-shadow: 0px 14px 43px 0px #DADADA; */
}

.yb_liBox_li:nth-of-type(4n) {
    margin-right: 0;
}

.yll_ibox {
    width: 100%;
    height: 232px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yll_img {
    /* width: 100%; */
    height: 100%;
    transition: transform 0.6s ease;
}

.yll_img:hover {
    transform: scale(1.2);
    /* 设置缩放比例为原始大小的1.2倍 */
}

.yll_name {
    text-align: center;
    font-size: 22px;
    color: #181818;
    margin-top: 21px;
}

.yll_text {
    font-size: 16px;
    color: #999999;
    margin-top: 18px;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: pre-wrap;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


.yftd_mySwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.yftd_mySwiper {
    height: 813px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid red;
    position: relative;

}
.swcenter_container{
    background-color: #0D2F9C;
    /* background-color: red; */
}
.swcenter_container .swiper-slide {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    /* height: 100vh;  */
}

.yftd_mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yftd_mySwiper .swiper-slide-next img {
    position: absolute;
    width: 120%;
    left: 50%;
    transition: 0.2s all ease;
    transform: translate(-50%, 0);
}



.lbt-box {
    position: relative;
    width: 100%;
    height: 913px;
    margin: 0 auto;
}

.imgs {
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.imgitem {
    position: absolute;
    width: 1000px;
    height: 813px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    transition: .8s;
    opacity: 0;
    overflow: hidden;
}

.imgitem_text {
    display: none;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    position: absolute;
    bottom: 37px;
    left: 50%;
    transform: translateX(-50%);
}

.cur-img .imgitem_text {
    display: block;
}

.imgitem img {
    height: 100%;
    width: auto;
}

/* .cur-img:hover img{
    transition: transform 0.3s ease;
    transform: scale(1.2);
} */
.imgitem_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.cur-img .imgitem_hover {
    opacity: 0;
}

.cur-img {
    background-color: #FFF;
    padding: 0 20px;
    box-sizing: border-box;
}

.imgitem img {
    width: 100%;
    height: 100%;
}

.cur-img {
    width: 1200px;
    z-index: 100;
    opacity: 1;
}

.pre-img {
    transform: translateX(-700px) rotateY(0deg) scale(1);
    z-index: 9;
    opacity: 0.9;
}

.next-img {
    transform: translateX(700px) rotateY(0deg) scale(1);
    z-index: 9;
    opacity: 0.9;
}

.yftd_pre {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 242px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: rgba(255, 255, 255, 0);
}

.yftd_pre img {
    width: 100%;
    height: 100%;
}

.yftd_next {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 242px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: rgba(255, 255, 255, 0);
}

.yftd_next img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.swcenter_container {
    width: 100%;
    height: 885px;
    overflow: hidden;
    position: relative;
}

.scs_center {
    width: 1400px;
    padding-top: 1px;
    margin: 0 auto;
}

.scs_center_e {
    font-size: 22px;
    color: #FFF;
    margin-top: 84px;
    margin-bottom: 44px;
}

.scs_center_tit {
    font-size: 62px;
    color: #FFF;
    font-weight: bold;
}

.scs_center_tit span {
    color: #24C055;
}

.scs_center_ftit {
    font-size: 26px;
    color: #FFF;
    margin-top: 60px;
    margin-bottom: 34px;

}

.scs_center_text {
    color: #FFF;
    font-size: 20px;
    width: 770px;
    margin-top: 15px;
    line-height: 40px;
}

.scs_center_btn {
    width: 158px;
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFF;
    border: 1px solid #FFF;
    margin-top: 51px;
    cursor: pointer;
}

.scs_center_btnImg {
    width: 17px;
    height: 17px;
}

.swcenter_pagination {
    width: 1400px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 1px;
    cursor: pointer;
}

.swcenter_pagination .swiper-pagination-bullet {
    flex: 1;
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
    opacity: 1;

}

.swcenter_pagination .swiper-pagination-bullet .sp_lihover {
    height: 6px;
    background-color: #24C055;
    margin: 0 2px;
    transition: 0.2s all ease;
}

.swcenter_pagination .swiper-pagination-bullet-active .sp_lihover {
    /* height: 18px; */
    animation-name: heightAnimation;
    animation-duration: 0.2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

/* 定义关键帧 */
@keyframes heightAnimation {
    0% {
        /* 初始状态 */
        height: 6px;
        /* 设置初始高度为10像素 */
    }

    50% {
        /* 中间状态 */
        height: 13px;
        /* 在动画运行时改变高度为20像素 */
    }

    100% {
        /* 结束状态 */
        height: 18px;
        /* 最后的高度为30像素 */
    }
}

.swcenter_pagination .swiper-pagination-bullet .sp_litext {
    font-size: 20px;
    color: #FFF !important;
    margin-bottom: 20px;
    font-weight: bold;
    transition: 0.2s all ease;
}

.swcenter_pagination .swiper-pagination-bullet-active .sp_litext {
    font-size: 24px;
}




.sideBar {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 998;
    background-color: #FFF;
}

.side1 {
    width: 50px;
    height: 150px;
    background: #333333;
    text-align: center;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side1 a,
.side1 img,
.side1 i,
.side1 span {
    display: block;
}

.side1 img {
    margin: 0 auto;
}

.side1 i {
    margin: 10px auto;
    width: 1px;
    height: 20px;
    background: #fff;
    transition: all 0.5s ease;
}

.sideBar .icon {
    font-size: 16px;
    width: 25px;
    height: 25px;
    margin-right: 3px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-top: -3px;
    fill: #ffffff;
}

.side1 span {
    color: #fff;
    font-size: 14px;
    writing-mode: vertical-lr;
    margin: 0 auto;
    letter-spacing: 2px;
}

.side1:hover {
    background: #FFF;
}

.side1:hover a img {
    animation: jitter 0.5s;
}

.side {
    height: 60px;
    position: fixed;
    transition: all 0.5s;
    box-shadow: 0px 11px 24px 0px rgba(106, 111, 118, 0.28);
}

.side a {
    display: flex;
    height: 60px;
    font-size: 0;
}

.side i,
.side span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 50px;
}

.side i {
    width: 50px;
    text-align: center;
    background: #FFF;
    transition: all 0.3s;
}

.side i img {
    vertical-align: middle;
}

.side span {
    text-align: center;
    line-height: 50px;
    background: #FFF;
    font-size: 13px;
    color: #333;
    transition: all 1s;
}

.side2 {
    top: 60px;
    right: -140px;
    width: 190px;
}

.side2 span {
    width: 140px;
}

.side3 {
    right: -190px;
    width: 240px;
    top: 120px;
}

.side3 span {
    width: 190px;
}

.side4 {
    right: -180px;
    width: 230px;
    top: 180px;
}

.side4 span {
    width: 180px;
}

.side5 {
    right: -140px;
    width: 190px;
    top: 240px;
    display: none;
}

.side5 span {
    width: 140px;
    font-size: 14px;
}

.qcodePic {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.qcodePic img {
    width: 110px;
}

.side5:hover .qcodePic {
    display: block;
}

.side6 {
    right: -90px;
    width: 140px;
    top: 305px;
    cursor: pointer;
}

.side6 span {
    width: 90px;
    font-size: 14px;
}

.side:hover {
    right: 0;
}

.side:hover i {
    background: #ff6600;
}

.sdz_li {
    width: 50px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eee;
}

.swiperBox_mobile,
.thanksBox {
    display: none;
}

.ccr_top_product {
    margin-left: 40px;
    margin-bottom: 40px;
}

.ccr_top_product .ccr_top_li {
    width: 348px;
}

.product_topBox {
    width: 1160px;
    background-color: #FFF;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    padding: 30px 61px 62px 39px;
    box-sizing: border-box;

}

.product_topBox_left {
    width: 653px;
}

.mySwiperProduct {
    width: 100%;
    height: 467px;
    position: relative;
    overflow: hidden;

}

.mySwiperProduct .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.mySwiperProduct .swiper-slide,
.mySwiperProduct img {
    width: 100%;
    height: 100%;
}

.mySwiperProductaBox {
    width: 653px;
    /* padding:0 29px; */
    box-sizing: border-box;
}

.mySwiperProducta {
    width: 100%;
    height: 69px;
    overflow: hidden;
    position: relative;
}

.mySwiperProducta .swiper-wrapper {
    width: 653px;
    height: 100%;
}

.mySwiperProducta .swiper-slide,
.mySwiperProducta img {
    width: 100%;
    height: 100%;
}

.mySwiperProduct .swiper-button-next:after,
.mySwiperProduct .swiper-button-prev:after {
    content: '';
}

.mySwiperProduct .swiper-button-prev {
    width: 25px;
    height: 25px;
    background: url(../images/sleft.png);
    background-size: 100% 100%;
    position: absolute;
    /* top:10px !important; */
}

.mySwiperProduct .swiper-button-next {
    width: 25px;
    height: 25px;
    background: url(../images/sright.png);
    background-size: 100% 100%;
}

.product_topBox_right {
    flex: 1;
    margin-left: 34px;
}

.ptr_title {
    font-size: 26px;
    color: #1B46A3;
}
.ptr_textBox{
    padding: 24px 0;
    border-bottom: 1px solid #EEE;
}
.ptr_list {
    width: 612px;
    line-height: 24px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;

}

.ptr_btn {
    width: 157px;
    height: 44px;
    background: linear-gradient(234deg, #306EEB, #1E8AFF);
    border-radius: 0px 20px 0px 20px;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 100px;
}

.ptr_btn_right {
    width: 15px;
    height: 15px;
    margin-left: 2px;
}

.layoutBox {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    grid-gap: 20px;
}

.layoutBox_li {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-bottom: 60px;
}

.layoutBox_li_img {
    width: 100%;
    height: 100%;
}

.layoutBox_li_box {
    width: 80%;
    height: 50%;
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: red;
    z-index: 999999;
}

.linebox {
    width: 100%;
    height: 1px;
    background-color: #FAFAFA;
}

.linebox_line {
    width: 0px;
    height: 1px;
    background-color: #B9C5DE;
}

/* .layoutBox_li:hov */


.searchBox {
    position: fixed;
    width: 700px;
    height: 475px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999;
    padding: 1px;
    box-sizing: border-box;
    display: none;
    border-radius: 10px;
}

.p_close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.p_close .icon {
    width: 50px;
    height: 50px;
}

.sb_logo {
    display: block;
    width: 250px;
    margin: 0 auto;
    margin-top: 100px;
}

.searchBox_form {
    margin: 0 auto;
    margin-top: 50px;
    width: 420px;
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #0e70b9;
    border-radius: 100px;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 20px;
}

.searchBox_input {
    flex: 1;
}

.searchBox_btn {
    width: 110px;
    height: 100%;
    border-radius: 100px;
    background-color: rgba(38, 92, 179, 1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFF;
}

.searchBox_btn:hover {
    background-color: #24C055;
}

.searchBox_form_gjc {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    font-size: 16px;
}

.searchBox_form_gjc a {
    margin: 0 2px;
}




/* 新增----- */
.lxwm {
    /* background-color: #F4F4F4; */
    width: 100%;
    min-height: 700px;
    margin: 0 auto;
    padding-top: 1px;
    font-size: 14px;
}

.lxLi_name {
    margin-bottom: 10px;
}

.lxLi_name span {
    color: #E75767;
}

.lxLi {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    margin-top: 20px;
}

.lxBox_tit {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-top: 30px;
    margin-bottom: 30px;
}

.linputBox {

    width: 100%;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #EEE;
}

.linputBox input {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    padding: 0 10px;
    box-sizing: border-box;
}

.textareaBox {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #EEE;
}

.textareaBox textarea {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
    border: 0;
    background-color: #FFF;
    outline: none;
}

.btnBox {
    max-width: 1200px;
    width: 92%;
    height: 40px;
    background-color: rgba(38, 92, 179, 1);
    color: #FFF;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    cursor: pointer;
}


/* 2021/2/28修改 */
.cc_rightBox {
    display: none;
}

.cc_rightBox_show {
    display: block;
}

.ccr_bottom {
    display: none;
    height: 650px;
}

.ccr_bottom_show {
    display: flex;
}

.swcenter_container .swiper-pagination {
    height: 60px;
}

/* 2021/2/28修改结束 */

/* 2024/2/29修改 */
.pc_right {
    display: none;
}

.pc_right_show {
    display: block;
}

.pc_right .honor-and-qualification-content {
    display: none;
}

.pc_right .haqc_show {
    display: grid;
}

/* .xbread_nav{
	display: flex !important;
} */
.hcUi {
    z-index: 999999999999999 !important;
}

.banner {
    z-index: 1;
}

.search_list_item:hover {
    border: none;
    box-shadow: 0px 2px 32px -5px rgba(133, 139, 144, 0.3);
    margin-bottom: 20px;
}

.nav_item {
    width: 100%;
}

.xauto-cut1 {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.nlBox {
    background-color: #FFF;
    padding-top: 1px;
    padding-bottom: 30px;
}

/* 2024/3/6新增 */
.c4nl_list {
    max-height: 770px !important;
}

.content-1400-nav-right {
    padding: 11px 40px 5px 40px !important;
}

.thanksBox_show {
    display: block;
}




/* 2024/3/7新增 */
.banner-wap {
    background-size: 100% 100% !important;
}

/* 返回顶部 */
/* 返回顶部图标 */
.icon_back_wap {
    width: 0.7rem;
    height: 0.7rem;
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    display: none;
    z-index: 999;
}

.tiBox {
    height: 2.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.indus_item_title>h1 {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner {
    z-index: 1;
}


.thanksBox_cp {
    background-color: #FFF;
}

.sb_right {
    display: none;
}


.newListStatus {
    display: none;
}

.cp_status {
    background: none;
    height: 910px;
}


.container_alert {
    width: 300px;
    height: 180px;
    position: fixed;
    top: 30%;
    left: 50%;
    background-color: #FFF;
    padding: 10px;
    transform: translate(-50%, -50%);
    display: none;
}

.container_alert_li {
    text-align: center;
    margin: 10px 0;
    color:#333;
}

.container_alert_close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.lxLi_codeBox{
    display: flex;
}
.textareaBox_code{
    height: 40px;
    border:1px solid #EEE;
    flex:1;
    margin-left:20px;
}
.textareaBox_code input{
    height: 40px;
    padding:0 10px;
    box-sizing: border-box;
}


.middle_contain_left_author {
    margin: 30px 0 10px;
}

.middle_contain_left_share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.middle_contain_left_share img {
    margin-left: 16px;
    cursor: pointer;
}

.middle_share_text {
    font-size: 14px;
    color: #999999;
}

.middle_contain_left_contact {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}

.middle_contain_left_erweima {
    margin-top: 30px;
    background-color: #F8F6F6;
    padding: 10px 20px;
}

.middle_contain_left_erweima div {
    margin-top: 10px;
    margin-left: 10px;
}

.middle_contain_left_erweima img {
    width: 78px;
    height: 78px;
}

.middle_contain_left_erweima p {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}

.middle_contain_left_erweima span {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.newimgBox{
    width:1400px;
    margin:0 auto;
    cursor: pointer;
}
.newimg{

    width: 100%;
}

.new_content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width:1400px;
    margin:0 auto;
    margin-top:20px;
}
.new_content_right .product_topBox_left{
    width:420px;
}
.new_content_right  .mySwiperProduct{
    /* height: 400px; */
}
.new_content_right .mySwiperProductaBox{
    width:560px;
    margin-top:10px;

}
.product_topBox_right .ptr_list {
    width:100%;
}


.new_content_left .content-1400-nav-left{
    width:210px !important;
}
.beian{
    color:#FFF;
}
.mySwiper_research{
    width:100%;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
    margin-top:34px;
}

.mySwiper_research .yll_name{
    margin-top:10px;
}
.mySwiper_research .yll_text{
    margin-top:2px;
    line-height: 23px;
}
.mySwiper_research .yb_liBox_li{
    height: 352px;
}

.mySwiper_research .yll_ibox{
    height: 250px;
}
.moreanext_new {
    position: absolute;
    right: 10px;
    top: 40%;
    width: 40px !important;
    height: 40px !important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/sw_r.png') !important;
    background-size: 100% 100%;
}

.moreaprev_new {
    position: absolute;
    left: 10px;
    top: 40%;
    width: 40px !important;
    height: 40px !important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/sw_l.png') !important;
    background-size: 100% 100%;
}
.cq-article img{
    display: block;
    margin:0 auto !important;
    height: auto !important;
}
.newabout{
    width:100%;
    height: 350px;
    background-color: #FFF;
    padding-top: 1px;
}
.newabout_tit{
    font-size:30px;
    font-weight: bold;
    text-align: center;
    margin-top:40px;
    color:#2F2B2A;
}
.newabout_libox{
    width:1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top:30px;
}
.nal_li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nal_li_img{
    width:70px;
    height: 70px;
}
.nal_li_tit{
    font-size:20px;
    color:#2F2B2A;
    text-align: center;
    margin-top: 30px;

}
.nal_li_ftit{
    font-size:16px;
    color:#A09BA1;
    margin-top: 30px;
}
.hli_text_num{
    line-height: 20px;
    margin-left:5px;
}
.htn_nbox{
    display: flex;
    align-items: center;
}
.htn_nbox_img{
    width:16px;
    height: 16px;
    margin-right:5px;
}
.htn_nbox_empty{
    width:16px;
    height: 1px;
    margin-right:5px;
}
/* .fcode_dy{
	background-color: #003EA1;

}
.fcode_dy .fcode_tit{
	color:#FFF;
} */

table{
    margin-left:32px;
}
table,
td,
tr,
th{
    border:1px solid black;
    border-collapse: collapse !important;

}


/* 新闻卡片区块 */
.news-group-container {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.news-group-title {
    text-align: center;
    position: relative;
    padding-bottom: 1vw;
    margin: 1.5vw 0;
    font-size: 34px;
    font-weight: 300;
}

.news-group-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.news-group-inner {
    overflow: hidden;
    min-height: 200px;
    margin-top: 20px;
}

.news-card-item {
    width: 420px;
    margin: 10px 10px 20px 10px;
    float: left;
    position: relative;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 5px 5px 20px #efefef;
}

.news-card-item:nth-of-type(4n) {
    margin-right: 0;
}

.news-card-item::after {
    content: '';
    width: 0px;
    height: 4px;
    background: #003EA1;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.news-card-item .time {
    color: #ccc;
    font-size: 14px;
}

.news-card-item .time .day {
    font-size: 40px;
}

.news-card-item .news-title {
    color: #333;
    margin: 18px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3em;
    line-height: 1.5em;
    font-weight: normal;
    font-size: 20px;
}

.news-card-item .news-arr {
    height: 37px;
    margin-top: 20px;
}

.news-card-item .news-more {
    display: none;
    width: 90px;
    height: 37px;
    border: 1px solid #e3e3e3;
    line-height: 33px;
    color: #777;
    padding-left: 10px;
    position: relative;
    margin-top: 20px;
    transition: all 0.4s ease-in-out;
}

.news-card-item .news-more::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    border: 2px solid #fff;
    width: 5px;
    height: 5px;
    border-left: 0px;
    border-bottom: 0px;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: all 0.4s ease-in-out;
}

.news-card-item:hover {
    box-shadow: 0px 0px 20px #efefef;
}

.news-card-item:hover::after {
    width: 100%;
}

.news-card-item:hover .news-title {
    color: #003EA1;
}

.news-card-item:hover .news-arr {
    display: none;
}

.news-card-item:hover .news-more {
    display: block;
    background: #003EA1;
    color: #fff;
    border-color: #003EA1;
}

.news-group-more {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.news-group-more a {
    transition: all 0.5s ease-in-out;
    display: inline-block;
    width: 106px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #777;
    border: 1px solid #d2d2d2;
}

.news-group-more a:hover {
    background: #003EA1;
    color: #fff;
    border-color: #003EA1;
}

/* 三列专题 */
.news-group-container.col-3 {}

.news-group-container.col-3 .news-card-item {
    width: 390px;
    margin: 0 15px 15px 0;
}

.news-group-container.col-3 .news-card-item:nth-of-type(3n) {
    margin-right: 0;
}
