/* 公共样式 ========== START ========== */
.flex {
    display: flex;
}

.center{
    width:80%;
    margin:auto;
}

.center2 {
    width: 70%;
    margin: auto;
}

.none {
    display: none;
}

ul {
    list-style: none;
    margin: 0;
    padding-left: 0rem;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    vertical-align: middle;
    border: 0;
}

/* 菜单样式 */
.container-custom-nav {
    background-color: transparent;
}

.navigation-column .navigation-sub {
    display: none;
}

.navigation-column:hover .navigation-sub {
    display: block;
}

.container-custom-nav:hover .navigation-sub {
   margin-bottom: 0px !important;
} 

.container-custom-nav {
    background-color: rgba(0, 176, 166, 0.5);
}

.container-custom-nav .navigation-column .navigation-sub .navigation-sub-item:nth-last-child(1) {
    margin-bottom: 30px;
}
/* 新闻、媒体、通知、加入集萃、党建下面的页码栏 ========== START ========== */
.container nav {
    margin-bottom:1rem;
}

/* 新闻、媒体、通知、加入集萃、党建下面的页码栏 ========== END ========== */

/* 公共样式 ========== END ========== */

/* swiper-container ========== START ========== */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

/* swiper-container ========== END ========== */

/* header ========== START ========== */
.nav-more-mobile{
    display:none;
}

.cyyjy_a{
    justify-content:space-between;
    align-items:center;
    padding:20px 0;
    position:relative;
}

.cyyjy_a_right .search{
    margin-right:50px;
}

.cyyjy_a_right div{
    width:260px;
    position:relative;
    justify-content:space-between;
    align-items:center;
}

.menu_button{
    width:25px;
    cursor:pointer;
}

.language{
    position:absolute;
    height:100%;
    margin:0;
    top:0;
    right:60px;
}

.language a{
    height:100%;
    width:56px;
    background:#007EDF;
    color:#fff;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.cyyjy_a_right div a{
    width:60px;
}

.cyyjy_a_right div a{
    font-size:14px;
}

.cyyjy_a_right div a span{
    display:block;
    transition:0.5s color;
}

.cyyjy_a_right div a img{
    width:29px;
    height:28px;
}

/*
.cyyjy_a_right div a:nth-child(2) span{
    margin-top:4px;
}
*/
.cyyjy_a_right div a:hover span{
    color:var(--jitri-bs-navbar-background-color);
}

.cyyjy_a_right div .shutiao{
    position:absolute;
    left:45px;
    top:6px;
}

.cyyjy_b{
    background:var(--jitri-bs-navbar-background-color);
    height:80px;
    position:relative;
}

.cyyjy_b_menu{
    justify-content:space-between;
}

.cyyjy_b_menu .navigation-column{
    flex-basis: 11%;
}

/***
.cyyjy_b_menu div:nth-last-child(2) span {
    display:none;
}
***/
.menu_item:hover{
    cursor:pointer;
    background: #fff;
    color: var(--jitri-bs-navbar-background-color);
    font-weight: bold;
}

.menu_item {
    display: inline-block;
    width: 98%;
    text-align: center;
    color: #fff;
    margin-top: 2px;
    line-height: 78px;
    transition: 0.5s background,0.5s color,0.5s font-weight;
    z-index: 99;
    letter-spacing: 2px;
}

.navigation-column:hover .menu_item{
    background-color: #ffffff;
    color: var(--jitri-bs-navbar-background-color);
}

.cyyjy_b_menu span{
    float: right;
    width: 3px;
    height: 16px;
    background: rgba(255,255,255,0.5);
    top: 32px;
    position: absolute;
}

.yuyan {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    background-color: #007FE0;
    width: 90px;
    height: 80px;
    line-height:80px;
    font-size: 28px;
    margin-left:4%;
}

.yuyan:hover {
    cursor:pointer;
}

/* header ========== END ========== */

/* header-en ========== START ========== */
.en_cyyjy_a{
    justify-content:space-between;
    align-items:center;
    padding:20px 0;
    position:relative;
}

.en_cyyjy_a_right .search{
    margin-right:50px;
}

.en_cyyjy_a_right div{
    width:60px;
    position:relative;
    justify-content:space-between;
    align-items:center;
}

.en_menu_button{
    width:25px;
    cursor:pointer;
}

.en_language{
    position:absolute;
    height:100%;
    margin:0;
    top:0;
    right:60px;
}

.en_language a{
    height:100%;
    width:56px;
    background:#007EDF;
    color:#fff;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.en_cyyjy_a_right div a{
    width:60px;
}

.en_cyyjy_a_right div a{
    font-size:14px;
}

.en_cyyjy_a_right div a span{
    display:block;
    transition:0.5s color;
    text-align:center;
}

.en_cyyjy_a_right div a img{
    width:40px;
}
/*
.en_cyyjy_a_right div a:nth-child(2) span{
    margin-top:4px;
}
*/
.en_cyyjy_a_right div a:hover span{
    color:var(--jitri-bs-navbar-background-color);
}

.en_cyyjy_a_right div .shutiao{
    position:absolute;
    left:45px;
    top:6px;
}

.en_cyyjy_b{
    background:var(--jitri-bs-navbar-background-color);
    height:80px;
    position:relative;
}
/***
.en_cyyjy_b_menu{
    justify-content:space-between;
}

.en_cyyjy_b_menu div:nth-last-child(2) span {
    display:none;
}
***/
.en_menu_item:hover{
    cursor:pointer;
    background: #fff;
    color: var(--jitri-bs-navbar-background-color);
    font-weight: bold;
}

.en_menu_item {
    display: flex;
    width: 98%;
    text-align: center;
    color: #fff;
    margin-top: 2px;
    transition: 0.5s background,0.5s color,0.5s font-weight;
    z-index: 99;
    height: 78px;
    align-items: center;
    justify-content: center;
    letter-spacing:0px;
    line-height: 24px;
}

.en_navigation-column .navigation-sub-item{
    height: auto;
    margin: 15px 0px;
}

.en_navigation-column {
    position: relative;
}

.en_navigation-column:hover .menu_item{
    background-color: #ffffff;
    color: var(--jitri-bs-navbar-background-color);
}

.en_current {
    background: #fff;
    color: var(--jitri-bs-navbar-background-color);
    font-weight: bold;
}

.en_cyyjy_b_menu span{
    float: right;
    width: 3px;
    height: 16px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 32px;
    right: 0px;
}

.en_yuyan {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    background-color: #007FE0;
    width: 90px;
    height: 80px;
    line-height:80px;
    font-size: 28px;
    margin-left:20%;
}

.en_yuyan:hover {
    cursor:pointer;
}

.current {
    background: #fff;
    color: var(--jitri-bs-navbar-background-color);
    font-weight: bold;
}

/* header-en ========== END ========== */

/* 通知公告滚动栏 ========== START ========== */
.cyyjy_c {
    background: #E5F9F8;
    margin-top: -3px;
    height: 60px;
}

.cyyjy_c_center {
    align-items: center;
    height: 100%;
}

.cyyjy_c_left {
    align-items: center;
}

.cyyjy_c_left img {
    width: 40px;
    margin-right: 20px;
}

.cyyjy_c_left span {
    font-weight: bold;
    white-space: nowrap;
}

.cyyjy_c_right {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.cyyjy_c_right a {
    width: 70%;
}

.cyyjy_c_right a:hover {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.cyyjy_c_right span {
    text-align: right;
}

#case2 {
    margin: 0;
    height: 70%;
    width: 100%;
}

/* 通知公告滚动栏 ========== END ========== */

/* 新闻、媒体、公告板块、集萃年报 ========== START ========== */
.cyyjy_d {
    margin-top: 40px !important;
    justify-content: space-between;
    overflow: hidden;
}

.cyyjy_d_left {
    width: 60%;
}

.cyyjy_d_right {
    width: 35%;
}

.cyyjy_d_left .cyyjy_d_left_tit {
    transition: all 1s;
    transform: translateX(-300px);
    opacity: 0;
}

.cyyjy_d_left_tit {
    justify-content: space-between;
    align-items: center;
}

.cyyjy_d_left_tit a {
    color: var(--jitri-bs-navbar-background-color);
    font-size: 14px;
    font-weight: bold;
    width: 90px;
    border: 1px solid var(--jitri-bs-navbar-background-color);
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 10;
    border-radius: 100px;
}

.cyyjy_d_left_tit a:hover {
    text-decoration: underline;
    color: #fff;
}

.cyyjy_d_left_tit a span {
    position: absolute;
    width: 100%;
    height: 0%;
    display: block;
    top: 0;
    transition: all 0.3s;
    background: var(--jitri-bs-navbar-background-color);
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    opacity: 0;
    border-radius: 100px;
}
.cyyjy_d_left_tit a:hover span {
    height: 100%;
    opacity: 1;
}

.myfirst {
    opacity: 1;
    display: block;
    transform: translateY(0);
    animation: myfirst 1s;
    -moz-animation: myfirst 1s;
    -webkit-animation: myfirst 1s;
    -o-animation: myfirst 1s;
}

.title {
    align-items: center;
}

.title span {
    width: 140px;
    text-align: center;
}
/*
.title span:first-child {
  background: url(/static/custom/jitri/首页/juxing1.png) no-repeat center bottom; 
    background-size: 100%;
    font-size: 28px;
    font-weight: bold;
}
*/
.title span:nth-child(2) {
    font-size: 20px;
    border-left: 3px solid #333;
    margin-left: 30px;
}

.tit_tab2 .title span:nth-child(1) {
    margin-right: 30px;
    font-size: 20px;
    border-right: 3px solid #333;
    background: none;
    font-weight: normal;
}

.cyyjy_d_left_con {
    border-bottom: 1px dashed #999;
    margin-top: 30px;
    padding-bottom: 30px;
    transition: all 1s;
    transform: translateX(-300px);
    opacity: 0;
}

.cyyjy_d_left_con p a {
    font-size: 28px;
    font-weight: bold;
}

.cyyjy_d_left_con p a:hover {
    color:#333333;
    cursor:pointer;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis_more {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cyyjy_d_left .div_ul {
    margin-top: 30px;
    transition: all 1s;
    transform: translateX(300px);
    opacity: 0;
    padding:0px;
}

.cyyjy_d_left .div_li {
    justify-content: space-between;
    line-height: 40px;
}

.cyyjy_d_left .div_li:hover div a {
    color: var(--jitri-bs-navbar-background-color);
    text-decoration: underline;
    cursor: pointer;
}

.cyyjy_d_left .div_li:hover span {
    color: var(--jitri-bs-navbar-background-color);
    text-decoration: underline;
    cursor: pointer;
}

.cyyjy_d_left .div_li div {
    width: 70%;
    align-items: center;
}

.cyyjy_d_left .div_li div a {
    width: 100%;
    margin-left: 10px;
}

.cyyjy_d_left_con_info {
    align-items: center;
}

.cyyjy_d_left_con_info:hover {
    cursor: pointer;
}

.cyyjy_d_left_con_info>a {
    width: 200px;
    height: 133px;
}

.cyyjy_d_left_con_info>a img {
    width: 100%;
    height: 100%;
}

.cyyjy_d_left_con div img {
    max-width: 200px;
    transition: all 0.5s;
    object-fit: cover;
}

.cyyjy_d_left_con_info div {
    width: 67%;
}

.cyyjy_d_left_con div div a {
    -webkit-line-clamp: 4;
    line-height: 35px;
    color: #999;
    margin-left: 20px;
}

.cyyjy_d_left_con div div a:hover {
    color: var(--jitri-bs-navbar-background-color);
    cursor: pointer;
}

.cyyjy_d_right .div_ul {
    margin-top: 30px;
    transition: all 1s;
    transform: translateX(-300px);
    opacity: 0;
   padding:0px;
}

.cyyjy_d_right .div_li {
    justify-content: space-between;
    line-height: 40px;
}

.cyyjy_d_right .div_li div {
    width: 70%;
    align-items: center;
}

.cyyjy_d_right .div_li div a {
    width: 100%;
    margin-left: 10px;
}

.cyyjy_d_right .div_li:hover div a {
    color: var(--jitri-bs-navbar-background-color);
    text-decoration: underline;
    cursor: pointer;
}

.cyyjy_d_right .div_li:hover span {
    color: var(--jitri-bs-navbar-background-color);
    text-decoration: underline;
    cursor: pointer;
}

.cyyjy_d_right_yuankan {
    margin-top: 40px;
    transition: all 1s;
    transform: translateX(300px);
    opacity: 0;
}

.cyyjy_d_right_yuankan .yuankan_tit {
    justify-content: space-between;
    align-items: center;
}

.cyyjy_d_right_yuankan .yuankan_tit span {
    font-size: 24px;
    font-weight: bold;
    border-left: 6px solid #01A79D;
    text-indent: 15px;
    line-height: 26px;
}

.cyyjy_d_right_yuankan .yuankan_tit a {
    color: var(--jitri-bs-navbar-background-color);
    font-size: 14px;
    font-weight: bold;
    width: 90px;
    border: 1px solid var(--jitri-bs-navbar-background-color);
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 10;
    border-radius: 100px;
}

.cyyjy_d_right_yuankan .yuankan_tit a:hover {
    text-decoration: underline;
}

.cyyjy_d_right_yuankan .yuankan_tit a span {
    position: absolute;
    width: 100%;
    height: 0%;
    display: block;
    top: 0;
    transition: all 0.3s;
    background: var(--jitri-bs-navbar-background-color);
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    opacity: 0;
    /* font-weight: normal; */
    border: 0;
    text-indent: 0;
    border-radius: 100px;
}

.cyyjy_d_right_yuankan .yuankan_tit a:hover span {
    height: 100%;
    opacity: 1;
}

.cyyjy_d_right_yuankan .yuankan_con {
    margin-top: 15px;
    justify-content: space-between;
}

.cyyjy_d_right_yuankan .yuankan_left {
    width: 40%;
}

.cyyjy_d_right_yuankan .yuankan_left img {
    height: 100%;
    width: 100%;
}

.cyyjy_d_right_yuankan .yuankan_right {
    width: 60%;
    padding-left: 10px;
}

.cyyjy_d_right_yuankan .yuankan_right_tit {
    background: var(--jitri-bs-navbar-background-color);
    align-items: center;
    padding: 15px 0;
}

.cyyjy_d_right_yuankan .yuankan_right_tit img {
    margin-left: 20px;
    margin-right: 10px;
}

.cyyjy_d_right_yuankan .yuankan_right_tit span {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.cyyjy_d_right_yuankan .yuankan_right a {
    justify-content: space-between;
    align-items: center;
    background: #EDF6F5;
    margin: 10px 0;
    height: 50px;
}

.cyyjy_d_right_yuankan .yuankan_right a div {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.cyyjy_d_right_yuankan .yuankan_right a div span {
    margin-left: 10px;
    font-size: 14px;
}

.cyyjy_d_right_yuankan .yuankan_right a:hover {
    color: var(--jitri-bs-navbar-background-color);
    text-decoration: underline;
    cursor: pointer;
}

/* 新闻、媒体、公告板块、集萃年报 ========== END ========== */

/* 企业、成果数量板块 ========== START ========== */
.cyyjy_e {
    margin-top: 30px;
    padding: 20px 0;
    background: linear-gradient(to bottom right,#65C7AA,#01C5BB);
}

.cyyjy_e ul {
    justify-content: space-between;
}

.cyyjy_e ul li {
    flex-direction: column;
    align-items: center;
/*    justify-content: space-around;*/
    width: 18%;
    text-align: center;
}

.cyyjy_e ul li span {
    color: #fff;
    transition: all 0.5s;
}

.cyyjy_e_num {
    margin-bottom: 15px;
}

.cyyjy_e ul li span span:first-child {
    font-size: 34px;
    font-weight: bold;
}

.cyyjy_e ul li span span:nth-child(2) {
    float: right;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}

.cyyjy_e ul li:hover span:first-child {
    transform: translateY(-10px);
}

/* 企业、成果数量板块 ========== END ========== */

/* 创新成果、经典案例、国际合作 ========== START ========== */
.cyyjy_g {
    background: url(/static/custom/jitri/首页/cg.png) no-repeat center center;
    background-size: cover;
}

.cyyjy_g ul {
    justify-content: space-between;
    background: rgba(0,0,0,0.5);
}

.cyyjy_g ul li:first-child {
    border-left: 0;
}

.cyyjy_g ul li {
    width: 33.3%;
    flex-direction: column;
    align-items: center;
    padding: 150px 0;
    position: relative;
    transition: 0.5s width;
    cursor: pointer;
    border-left: 1px solid #fff;
    height:550px;
}

.cyyjy_g ul li img:nth-child(1) {
    margin-bottom: 30px;
    transition: all 0.5s;
    width:110px;
    height:110px;
}

.cyyjy_g ul li span:nth-child(2) {
    width: 32px;
    border: 2px solid #fff;
    border-radius: 100px;
    margin-bottom: 30px;
}

.cyyjy_g ul li span:nth-child(3) {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.cyyjy_g ul li span:nth-child(4) {
    color: #fff;
    margin-bottom: 30px;
}

.cyyjy_g ul li img:nth-child(5) {
    width: 50px;
    transition: all 0.5s;
}

.cyyjy_g ul li p:nth-child(6) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
}

.cyyjy_g ul li .shangyi {
    transform: translateY(-20px);
}


.cyyjy_g ul li .xiayi {
    transform: translateY(20px);
}

.cyyjy_g ul li div {
    position: absolute;
    height: 100%;
    top: 0;
    background: url(/static/custom/jitri/首页/cg1_2.png) no-repeat center center;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 20;
    width: 0;
    overflow: hidden;
    transition: 0.5s width;
}

.cyyjy_g ul li:nth-child(2) div {
    background: url(/static/custom/jitri/首页/cg2_2.png) no-repeat center center;
    background-size: cover;
}

.cyyjy_g ul li:nth-child(3) div {
    background: url(/static/custom/jitri/首页/cg3_2.png) no-repeat center center;
    background-size: cover;
}

.cyyjy_g ul li div p:nth-child(1) {
    font-size: 36px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.cyyjy_g ul li div p:nth-child(2) {
    font-size: 22px;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 40px;
}

.cyyjy_g ul li div p:nth-child(3) {
    color: #fff;
    width: 85%;
    text-align: center;
}

.cyyjy_g ul li div img {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -34px;
    transition: all 0.5s;
}

.cyyjy_g ul li div:hover img {
    transform: translateY(-60px);
}

.cyyjy_g ul .currentnew {
    width: 60%;
}

.cyyjy_g ul .currentnew div {
    width: 100%;
}

/* 创新成果、经典案例、国际合作 ========== END ========== */

/* 创新成果 ========== START ========== */
.cxcx{
    background:#EDF0F5;
    padding:60px 0;
}

.cxcx_button{
    margin-top:70px;
    justify-content:space-between;
}

.cxcx_button .cxcx_button_tab{
    width:18%;
    border-radius:10px;
    background:#fff;
    position:relative;
    cursor:pointer;
}

.cxcx_button .current .jux {
    opacity: 1;
}

.cxcx_button_tab .jux{
    width:100%;
    opacity:0;
    transition:0.5s opacity;
}

.cxcx_button .cxcx_button_tab .cxcx_button_tab_con {
    box-shadow: 1px 1px 10px 2px rgba(0,176,166,0.2);
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 90%;
}

.cxcx_button .cxcx_button_tab .cxcx_button_tab_con div {
    position: relative;
    text-align: center;
}

.cxcx_button_tab .cxcx_button_tab_con div .huan {
    width: 70%;
    height: 100%;
}

.cxcx_button .cxcx_button_tab .cxcx_button_tab_con div .shuzi {
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    top: 0;
}

.cxcx_button .cxcx_button_tab .cxcx_button_tab_con div .shuzi img {
    width: 30%;
}

.cxcx_button_tab span {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    color: #999999;
    transition: 0.5s color;
    text-align: center;
}

.cxcx_button .current span {
    color: #333;
}

.cxcx_button2 {
    justify-content:space-between;
}

.cxcx_con {
    justify-content: space-between;
    align-items: center;
}

.cxcx_con_left {
    width: 48%;
}

.cxcx_con_left_tit {
    align-items: center;
}

.cxcx_con_left_tit span {
    font-size: 22px;
    color: var(--jitri-bs-navbar-background-color);
    font-weight: bold;
    margin-right: 10px;
}

.cxcx_con_left_con {
    margin: 40px 0;
    color: #777;
    font-size: 16px;
    line-height: 32px;
}

.cxcx_con_left_con p {
    color: #777;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom:10px;
    text-align: justify;
}

.cxcx_con_left a {
    display: block;
    width: 150px;
    height: 45px;
    background: var(--jitri-bs-navbar-background-color);
    color: #fff !important;
    text-align: center;
    border-radius: 100px;
    line-height: 45px;
}

.cxcx_con_right {
    width: 48%;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 30px -10px rgba(0,0,0,0.2);
}

.cxcx_con_right img {
    width: 100%;
    border-radius: 5px;
}

.cxcg {
   background: #EDF0F5;
}

.cxcg_tit {
    align-items: center;
    height: 60px;
}

.cxcg_tit div {
    text-align: center;
    height: 100%;
    line-height: 60px;
    width: 150px;
   font-weight: bold;
   color: #333;
   position: relative;
   transition: 0.5s background;
}

.en_cxcg_tit div {
    line-height: 16px;
    font-size: 12px;
    align-items: center;
    display: flex;
    width: 180px;
    justify-content: center;
    padding: 0 5px;
}

.cxcg_tit div:hover {
    background-color: var(--jitri-bs-navbar-background-color);
    color:#fff;
    cursor:pointer;
}

.cxcg_tit div:hover::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -10px;
    left: 43.5%;
    border-top: 10px solid var(--jitri-bs-navbar-background-color);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.cxcg_active {
    background-color: var(--jitri-bs-navbar-background-color);
    color:#fff !important;
}

.cxcg_active::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -10px;
    left: 43.5%;
    border-top: 10px solid var(--jitri-bs-navbar-background-color);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.cxcg_con {
   flex-wrap: wrap;
   margin-top:30px;
}

.cxcg_con div {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    display: flex;
    border:1px solid #ddd;
    padding-left: 5px;
}

.cxcg_con div:hover {
    box-shadow: 0px 0px 10px #19b8af;
    cursor:pointer;
}

.cxcg_con div:nth-child(2n) {
    margin-right: 0;
}

.cxcg_con div span:nth-child(1) {
    display: inline-block;
    width:70%;
    padding:5px;
}

.cxcg_con div span:nth-child(2) {
    display: inline-block;
    width:30%;
    padding: 30px 5px;
}

.cxcg_con div span p {
    margin:5px 0px;
}

.cxcg_con div span img {
    width:100%;
    height:100%;
}

.cxcg_con div span p:nth-child(1) {
    font-size:16px;
    font-weight:600;
}

.cxcg_con div span p:nth-child(2) {
    font-size:12px;
    color:#aaa;
}

.cxcg_con div span p:nth-child(3) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cxcg_con div span p:nth-child(4) {
    font-size:12px;
    color:#19b8af;
    background-color:#e0f5f6;
    display: inline-block;
    padding: 0px 10px;
    font-weight:600;
}

.cxcg_con div span p:nth-child(5) {
    float: right;
}

.cxcg_con div span p:nth-child(5) img {
    width:14px;
    height:14px;
}

.cxcg_con div span p:nth-child(5) span {
    font-size: 12px;
    width: 90px;
    padding: 0px 0px 0px 10px;
    color:#aaa;
}

.en_cxcx_button_tab span {
    font-size: 12px;
}
/* 创新成果 ========== END ========== */

/* 经典案例 ========== START ========== */
.jdal_list-item {
    background: #F7F8FA;
    flex-basis: 48.5%;
    flex-shrink: 0;
    display: flex;
    border-radius: 6px;
    margin-right: 3%;
    margin-bottom: 20px;
    padding: 12px;
    align-items: center;
/*
    color: var(--jitri-bs-navbar-background-color);
*/
}

.jdal_list-item:nth-child(2n) {
    margin-right: 0;
}

.jdal_list-item:hover {
  box-shadow: 0px 0px 10px var(--jitri-bs-navbar-background-color);
  cursor:pointer;
}

.jdal_list-item-img {
    width: 100px;
    height: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 6px;
    background-color: #f8f8f8;
}

.jdal_list-item-img img {
    width: 100%;
    height: 100%;
}

.jdal_list-item-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 6px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    line-height: 1.4;
}

.jdal_list-item-title {
    font-size: 15px;
    font-weight: 700;
    margin-right: 24px;
}

.jdal_list-item-content>div {
    margin: 4px 0;
}

.jdal_list-item-content .jdal_list-item-title:nth-child(2){
    padding-left:5px;
}
/* 经典案例 ========== END ========== */

/* 动态导航栏 ========== START ========== */

.cyyjy_k{
    background:#EDF0F5;
}

.cyyjy_k_con{
    align-items:center;
    height:70px;
    justify-content:space-between;
}

.cyyjy_k_con a{
    flex-direction:column;
    align-items:center;
    text-decoration: none;
}

.cyyjy_k_con_home{
    height:100%;
    background:#DCDCDC;
    justify-content:center;
    width:70px;
}

.cyyjy_k_con a span{
    font-size:14px;
    transition:0.5s color;
}

.cyyjy_k_con .cyyjy_k_con_left{
    align-items:center;
    height:100%;
    margin-left:0;
}

.cyyjy_k_con .cyyjy_k_con_left a:hover span{
    color:var(--jitri-bs-navbar-background-color);
}

.cyyjy_k_con .cyyjy_k_con_left div a:hover{
    color:var(--jitri-bs-navbar-background-color);
}

.cyyjy_k_con div{
    margin-left:40px;
}

.cyyjy_k_con div a{
    color:#777;
    transition:0.5s color,0.5s background;
}

.cyyjy_k_con .cyyjy_k_con_right a:hover{
    background:var(--jitri-bs-navbar-background-color);
    color:#fff;
}

.cyyjy_k_con div .cur{
    color:var(--jitri-bs-navbar-background-color);
}

.cyyjy_k_con .cyyjy_k_con_left .cyyjy_k_con_home img{
    transition:all 0.5s;
}

.cyyjy_k_con .cyyjy_k_con_left .cyyjy_k_con_home span{
    transition:all 0.5s;
}

.cyyjy_k_con .cyyjy_k_con_left .cyyjy_k_con_home:hover{
    background:#dcdcdc;
}

.cyyjy_k_con .cyyjy_k_con_left .cyyjy_k_con_home:hover img{
    transform:translateY(-5px);
}

.cyyjy_k_con .cyyjy_k_con_left .cyyjy_k_con_home:hover span{
    transform:translateY(-5px);
}


.cyyjy_k_con_right{
    height:100%;
}

.cyyjy_k_con_right a{
    height:100%;
    padding:0 25px;
    font-weight:bold;
    border-left:1px solid #e1e1e1;
    line-height:70px;
    transition:0.5s background;
}

.cyyjy_k_con_right a:last-child{
    border-right:1px solid #e1e1e1;
}

.cyyjy_k_con_right .def{
    background:var(--jitri-bs-navbar-background-color);
    color:#fff;
}

.cyyjy_k_con_right .def:hover{
    color:#fff;
}

.en_cyyjy_k{
    background:#EDF0F5;
}

.en_cyyjy_k_con{
    align-items:center;
    height:70px;
    justify-content:space-between;
}

.en_cyyjy_k_con a{
    flex-direction:column;
    align-items:center;
    text-decoration: none;
}

.en_cyyjy_k_con_home{
    height:100%;
    background:#DCDCDC;
    justify-content:center;
    width:70px;
}

.en_cyyjy_k_con a span{
    font-size:14px;
    transition:0.5s color;
}

.en_cyyjy_k_con .en_cyyjy_k_con_left{
    align-items:center;
    height:100%;
    margin-left:0;
}

.en_cyyjy_k_con .en_cyyjy_k_con_left a:hover span{
    color:var(--jitri-bs-navbar-background-color);
}

.en_cyyjy_k_con .en_cyyjy_k_con_left div a:hover{
    color:var(--jitri-bs-navbar-background-color);
}

.en_cyyjy_k_con div{
    margin-left:40px;
}

.en_cyyjy_k_con div a{
    color:#777;
    transition:0.5s color,0.5s background;
    text-align: center;
}

.en_cyyjy_k_con .en_cyyjy_k_con_right a:hover{
    background:var(--jitri-bs-navbar-background-color);
    color:#fff;
}

.en_cyyjy_k_con div .cur{
    color:var(--jitri-bs-navbar-background-color);
}

.en_cyyjy_k_con .en_cyyjy_k_con_left .en_cyyjy_k_con_home img{
    transition:all 0.5s;
}

.en_cyyjy_k_con .en_cyyjy_k_con_left .en_cyyjy_k_con_home span{
    transition:all 0.5s;
}

.en_cyyjy_k_con .en_cyyjy_k_con_left .en_cyyjy_k_con_home:hover{
    background:#dcdcdc;
}

.en_cyyjy_k_con .en_cyyjy_k_con_left .en_cyyjy_k_con_home:hover img{
    transform:translateY(-5px);
}

.en_cyyjy_k_con .en_cyyjy_k_con_left .en_cyyjy_k_con_home:hover span{
    transform:translateY(-5px);
}


.en_cyyjy_k_con_right{
    height:100%;
}

.en_cyyjy_k_con_right a{
    height:100%;
    padding:0 15px;
    font-weight:bold;
    border-left:1px solid #e1e1e1;
    transition: 0.5s background;
    display: flex;
    align-items: center;
    justify-content: center;
}

.en_cyyjy_k_con_right a:last-child{
    border-right:1px solid #e1e1e1;
}

.en_cyyjy_k_con_right .def{
    background:var(--jitri-bs-navbar-background-color);
    color:#fff;
}

.en_cyyjy_k_con_right .def:hover{
    color:#fff;
}

/* 动态导航栏 ========== END ========== */

/* 标题 ========== STRAT ========== */
.cyyjy_l_video{
    justify-content:space-between;
    margin-top:50px;
}

.cyyjy_l_video_left{
    position:relative;
    width:50%;
}

.cyyjy_l_video_left img:nth-child(1){
    width:100%;
}

.cyyjy_l_video_left img:nth-child(2){
    position:absolute;
    top:50%;
    margin-top:-49px;
    left:50%;
    margin-left:-49px;
}

.cyyjy_l_video_right{
    width:50%;
    position:relative;
}

.cyyjy_l_video_right p{
    margin-left:50px;
}

.cyyjy_l_video_right p:nth-child(1) img{
    width:75%;
}

.cyyjy_l_video_right p:nth-child(2){
    margin-top:50px;
    line-height:25px;
    color:#666;
    text-align: justify;
}

.cyyjy_l_video_right p:nth-child(3){
    /*position:absolute;*/
    width:90%;
    bottom:20px;
    color:#017DDF;
    border-top:1px solid #ccc;
    padding-top:10px;
    left:0;
    font-size:14px;
}

.cyyjy_l {
    margin-top: 80px !important;
}

.cyyjy_l_tit {
    flex-direction: column;
    align-items: center;
}

.cyyjy_l_tit span {
    margin-top: -15px;
    font-size: 24px;
    letter-spacing: 3px;
}

.en_cyyjy_l_tit {
    flex-direction: column;
    align-items: center;
}

.en_cyyjy_l_tit span {
    margin-top: -15px;
    font-size: 24px;
}

/* 标题 ========== END ========== */

/* 关于我们 ========== STRAT ========== */
.cyyjy_l_article {
    margin-top: 30px;
}

.cyyjy_l_article p {
    line-height: 32px !important;
    color: #777;
    /* text-indent: 2em; */
    margin-bottom: 26px;
    font-size:1em;
}

/* 关于我们 ========== END ========== */

/* 院长致辞 ========== STRAT ========== */
.cyyjy_u{
    margin-top:80px;
}

.cyyjy_u_con{
    margin-top:40px;
}

.cyyjy_u_con p{
    line-height:32px !important;
    color:#777;
    text-align:justify;
    margin-bottom:26px;
    font-size:1em;
}

.cyyjy_v{
    margin-top:20px;
}

.cyyjy_v_shen{
    background:#EDF0F5;
    padding:40px 0;
}

.cyyjy_v_shen div{
    justify-content:space-between;
}

.cyyjy_v_shen div div{
    width:30%;
}

.cyyjy_v_shen div div p{
    margin:0;
    text-indent:2em;
    line-height:30px;
}

.cyyjy_v_shen div div p:nth-child(2){
    font-size:18px;
    color:var(--jitri-bs-navbar-background-color);
    margin-top:10px;
    font-weight:bold;
}

.cyyjy_v_shen div div p:nth-child(3){
    font-size:14px;
    color:#777;
    text-align: justify;
}

.cyyjy_v_qian{
    padding:40px 0;
}

.cyyjy_v_qian div div{
    width:30%;
    margin-right:5%;
}

.cyyjy_v_qian div div p{
    margin:0;
    text-indent:2em;
    line-height:30px;
}

.cyyjy_v_qian div div p:nth-child(2){
    font-size:18px;
    color:var(--jitri-bs-navbar-background-color);
    margin-top:10px;
    font-weight:bold;
}

.cyyjy_v_qian div div p:nth-child(3){
    font-size:14px;
    color:#777;
}

.cyyjy_u_con p img{
    max-width:100%;
}

.cyyjy_w{
    background:url(/static/custom/jitri/走进集萃/院长致辞/55.jpg) no-repeat center center;
    background-size:cover;
    padding:50px 0;
}

.cyyjy_w_con p{
    line-height:30px;
    color:#fff;
    text-indent:2em;
    font-size:15px;
    margin-bottom:16px;
}

/* 院长致辞 ========== END ========== */

/* 改革措施 ========== STRAT ========== */
.cyyjy_x{
    margin-top:70px;
    margin-bottom:60px;
}

.cyyjy_x ul li{
    justify-content:space-between;
    margin-bottom:40px;
}

.cyyjy_x ul li div{
    flex-direction:column;
    align-items:center;
    width:23%;
    background:#fff;
    box-shadow:1px 1px 20px 2px rgba(0,176,166,0.2);
    border-radius:5px;
    padding:30px 0 40px;
    transition:0.5s box-shadow;
}

.cyyjy_x ul li div span{
    margin:30px 0;
    font-size:20px;
    color:var(--jitri-bs-navbar-background-color);
    font-weight:bold;
    text-align:center;
}

.cyyjy_x ul li div p{
    width:80%;
    text-align:center;
    line-height:25px;
    font-size:14px;
    color:#777;
}

.cyyjy_x ul li div:hover{
    box-shadow:1px 1px 10px 10px rgba(0,176,166,0.2);
}

/* 改革措施 ========== END ========== */

/* 媒体聚焦 ========== START ========== */
.cyyjy_y {
    display: flex;
    padding: 0 10px;
    margin-bottom: 80px;
    margin-top: 40px;
}

.cyyjy_y_left {
    width: 55%;
    height: 325px;
    object-fit: cover;
}

.cyyjy_y_right {
    width: 45%;
    padding-left: 40px
}

.cyyjy_y_right_tit {
    font-size: 24px;
    font-weight: bold;
}

.cyyjy_y_right span {
    width: 80px;
    height: 4px;
    background: var(--jitri-bs-navbar-background-color);
    border-radius: 100px;
    display: block;
    margin: 30px 0 40px;
}

.cyyjy_y_right .cyyjy_y_right_con {
    line-height: 30px;
}

.cyyjy_z {
    margin-top: 80px;
    margin-bottom: 40px;
}

.cyyjy_z .list-item:nth-child(1){
    display: none;
}
/* 媒体聚焦 ========== END ========== */

/* 新闻动态 ========== STRAT ========== */
.cyyjy_news {
    margin-top: 50px;
    margin-bottom: 60px;
}

/* 新闻动态 ========== END ========== */

/* 通知公告 ========== STRAT ========== */
.tongzhi {
    margin-top: 80px;
    margin-bottom: 50px;
}

.cyyjy_news_con_left .news-summary {
    line-height: 28px;
}

/* 通知公告 ========== END ========== */

/* 专业所 ========== STRAT ========== */
.cyyjy_q {
    margin-top: 80px;
}

.cyyjy_q_con {
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.cyyjy_q_con_left {
    width: 50%;
}

.cyyjy_q_con_left p {
    padding-right: 20px;
    color: #777;
    margin: 0;
    line-height: 30px;
    text-indent: 2em;
    font-size:1em;
    text-align: justify;
}

.cyyjy_q_con_right {
    width: 50%;
}

.cyyjy_q_con_right img {
    width: 100%;
}

.cyyjy_q_down {
    text-align: center;
    margin-top: 80px;
}

.cyyjy_s{
    margin-top:80px;
}

.cyyjy_s_minglu{
    align-items:center;
    justify-content:space-between;
    margin-bottom:40px;
}

.cyyjy_s_minglu div:nth-child(1){
    align-items:center;
}

.cyyjy_s_minglu div:nth-child(2){
    font-size:14px;
    color:#999;
}

.cyyjy_s_minglu span:nth-child(1){
    font-size:24px;
    border-left:4px solid var(--jitri-bs-navbar-background-color);
    line-height:22px;
    padding-left:20px;
}

.cyyjy_s_minglu span:nth-child(2){
    font-size:24px;
    color:#bbb;
    margin-left:10px;
}

.cyyjy_s ul{
    list-style: none;
}

.cyyjy_s ul li{
    margin-bottom: 20px;
    padding: 20px 0;
}

.cyyjy_s ul li:nth-child(odd){
    background:#F2FCFB;
}
.cyyjy_s ul li > div{
    align-items:center;
    justify-content:space-between;
    border: 1px dashed var(--jitri-bs-navbar-background-color);
    padding: 20px;
}

.cyyjy_s ul li div div:nth-child(1){
    position:relative;
    width:34%;
}

.cyyjy_s ul li div div:nth-child(2){
    width:61%;
    justify-content:space-between;
    flex-wrap:wrap;
}

.cyyjy_s ul li div div:nth-child(1) img{
    width:100%;
}

.cyyjy_s ul li div div:nth-child(1) p{
    position:absolute;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
    top:-21px;
    left:-21px;
    margin:0;
    background: var(--jitri-bs-navbar-background-color);
    width: 160px;
    line-height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.cyyjy_s ul li div div:nth-child(1) p span:nth-child(2){
    width:70px;
    height:4px;
    background:#fff;
    border-radius:100px;
    margin-top:20px;
    display:none;
}

.cyyjy_s ul li div div:nth-child(2) span{
    width:49%;
    line-height:30px;
    color:var(--jitri-bs-navbar-background-color);
    font-size:14px;
    cursor:pointer;
}

.cyyjy_s ul li div div:nth-child(2) span:hover{
    color: #eb800e !important;
    text-decoration:underline;
}

.cyyjy_s ul li:nth-child(even) div div:nth-child(2) span{
    color:#000000;
}
/*
.cyyjy_s ul li:nth-child(odd) div{
    align-items:center;
    justify-content:space-between;
}

.cyyjy_s ul li:nth-child(odd) div div:nth-child(1){
    position:relative;
    width:34%;
}

.cyyjy_s ul li:nth-child(odd) div div:nth-child(2){
    width:61%;
    justify-content:space-between;
    flex-wrap:wrap;
}

.cyyjy_s ul li:nth-child(odd) div div:nth-child(1) img{
    width:100%;
}

.cyyjy_s ul li:nth-child(odd) div div:nth-child(1) p{
    position:absolute;
    width:100%;
    height:100%;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    top:0;
    left:0;
    margin:0;
}

.cyyjy_s ul li:nth-child(odd) div div:nth-child(1) p span:nth-child(2){
    width:70px;
    height:4px;
    background:#fff;
    border-radius:100px;
    margin-top:20px;
}

.cyyjy_s ul li:nth-child(odd) div div:nth-child(2) span{
    width:50%;
    line-height:40px;
    color:var(--jitri-bs-navbar-background-color);
    font-size:14px;
}

.cyyjy_s ul li:nth-child(even){
    padding:20px 0;
}

.cyyjy_s ul li:nth-child(even) div{
    align-items:center;
    justify-content:space-between;
}

.cyyjy_s ul li:nth-child(even) div div:nth-child(1){
    width:61%;
    flex-wrap:wrap;
}

.cyyjy_s ul li:nth-child(even) div div:nth-child(1) span{
    width:50%;
    line-height:40px;
    font-size:14px;
}

.cyyjy_s ul li:nth-child(even) div div:nth-child(2) span{
    width:50%;
    line-height:40px;
    font-size:14px;
}

.cyyjy_s ul li:nth-child(even) div div:nth-child(2){
    position:relative;
    width:34%;
}

.cyyjy_s ul li:nth-child(even) div div:nth-child(2) img{
    width:100%;
}


.cyyjy_s ul li:nth-child(even) div div:nth-child(2) p{
    position:absolute;
    width:100%;
    height:100%;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    top:0;
    left:0;
    margin:0;
}

.cyyjy_s ul li:nth-child(even) div div:nth-child(2) p span:nth-child(2){
    width:70px;
    height:4px;
    background:#fff;
    border-radius:100px;
    margin-top:20px;
}
*/
.cyyjy_s_detail{
    justify-content:center;
    margin:50px 0;
}

.cyyjy_s_detail a{
    width:190px;
    height:40px;
    align-items:center;
    border:1px solid var(--jitri-bs-navbar-background-color);
    border-radius:100px;
    justify-content:center;
    color:var(--jitri-bs-navbar-background-color);
    transition:all 0.5s;
   text-decoration: none;
}

.cyyjy_s_detail a img{
    margin-left:20px;
    transition:0.5s transform;
}

.cyyjy_s_detail a:hover{
    background:var(--jitri-bs-navbar-background-color);
    color:#fff;
}

.cyyjy_s_detail a:hover img{
    transform:translateX(10px);
}

.cyyjy_s_detail a:hover img:last-child{
    display:inline-block;
    margin-left:-20px;
}

.portal_search_area {
    border: 0.5px solid #e1e1e1;
    border-radius: 6px;
    padding: 8px 10px;
}

.searchbar_container {
    padding: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.condition_title {
    font-weight: 700;
    width: 5em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

search_option_container {
    max-height: 30px;
    overflow: hidden;
}

.search_item_container, .search_option_container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search_option_container div {
    padding: 0 8px;
    margin: 0;
    width: 5em;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.condition_option_selected {
    color: var(--jitri-bs-navbar-background-color);
    font-weight: 700;
}

.cyyjy_s_list-item {
    background: #F7F8FA;
    flex-basis: 32.3%;
    flex-shrink: 0;
    display: flex;
    border-radius: 6px;
    margin: 10px .5%;
    padding: 12px;
    align-items: center;
}

.cyyjy_s_list-item:hover {
  box-shadow: 0px 0px 10px var(--jitri-bs-navbar-background-color);
  cursor:pointer;
}

.cyyjy_s_list-item-img {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 6px;
    background-color: #f8f8f8;
}

.cyyjy_s_list-item-img img {
    width: 100%;
    height: 100%;
}

.cyyjy_s_list-item-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 6px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    line-height: 1.4;
}

.cyyjy_s_list-item-title {
    font-size: 14px;
    font-weight: 700;
    margin-right: 24px;
}

.cyyjy_s_list-item-content>div {
    margin: 4px 0;
}

.en_cyyjy_s{
    margin-top:80px;
}

.en_cyyjy_s_minglu{
    align-items:center;
    justify-content:space-between;
    margin-bottom:40px;
}

.en_cyyjy_s_minglu div:nth-child(1){
    align-items:center;
}

.en_cyyjy_s_minglu div:nth-child(2){
    font-size:14px;
    color:#999;
}

.en_cyyjy_s_minglu span:nth-child(1){
    font-size:24px;
    border-left:4px solid var(--jitri-bs-navbar-background-color);
    line-height:22px;
    padding-left:20px;
}

.en_cyyjy_s_minglu span:nth-child(2){
    font-size:24px;
    color:#bbb;
    margin-left:10px;
}

.en_cyyjy_s ul{
    list-style: none;
}

.en_cyyjy_s ul li {
    margin-bottom: 20px;
    padding: 20px 0;
}

.en_cyyjy_s ul li:nth-child(odd){
    background:#F2FCFB;
}

.en_cyyjy_s ul li > div {
    align-items: center;
    justify-content: space-between;
    border: 1px dashed var(--jitri-bs-navbar-background-color);
    padding: 20px;
}

.en_cyyjy_s ul li div div:nth-child(1){
    position:relative;
    width:34%;
}

.en_cyyjy_s ul li div div:nth-child(1) p {
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    top: -21px;
    left: -21px;
    margin: 0;
    background: var(--jitri-bs-navbar-background-color);
    width: 260px;
    line-height: 36px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.en_cyyjy_s ul li div div:nth-child(2){
    width:61%;
    justify-content:space-between;
    flex-wrap:wrap;
}

.en_cyyjy_s ul li div div:nth-child(1) img{
    width:100%;
}

.en_cyyjy_s ul li div div:nth-child(1) p span:nth-child(2){
    width:70px;
    height:4px;
    background:#fff;
    border-radius:100px;
    margin-top:20px;
    display: none;
}

.en_cyyjy_s ul li div div:nth-child(2) span{
    width:49%;
    line-height:18px;
    color:var(--jitri-bs-navbar-background-color);
    font-size:14px;
    padding:5px 0px;
}

.en_cyyjy_s ul li:nth-child(even) div div:nth-child(2) span {
    color: #000000;
}
/*
.en_cyyjy_s ul li:nth-child(odd) div{
    align-items:center;
    justify-content:space-between;
}

.en_cyyjy_s ul li:nth-child(odd) div div:nth-child(1){
    position:relative;
    width:34%;
}

.en_cyyjy_s ul li:nth-child(odd) div div:nth-child(2){
    width:61%;
    justify-content:space-between;
    flex-wrap:wrap;
}

.en_cyyjy_s ul li:nth-child(odd) div div:nth-child(1) img{
    width:100%;
}

.en_cyyjy_s ul li:nth-child(odd) div div:nth-child(1) p{
    position:absolute;
    width:100%;
    height:100%;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    top:0;
    left:0;
    margin:0;
}

.en_cyyjy_s ul li:nth-child(odd) div div:nth-child(1) p span:nth-child(2){
    width:70px;
    height:4px;
    background:#fff;
    border-radius:100px;
    margin-top:20px;
}

.en_cyyjy_s ul li:nth-child(odd) div div:nth-child(2) span{
    width:50%;
    line-height:20px;
    color:var(--jitri-bs-navbar-background-color);
    font-size:14px;
    padding:5px 0px;
}

.en_cyyjy_s ul li:nth-child(even){
    padding:20px 0;
}

.en_cyyjy_s ul li:nth-child(even) div{
    align-items:center;
    justify-content:space-between;
}

.en_cyyjy_s ul li:nth-child(even) div div:nth-child(1){
    width:61%;
    flex-wrap:wrap;
}

.en_cyyjy_s ul li:nth-child(even) div div:nth-child(1) span{
    width:50%;
    line-height:20px;
    font-size:14px;
    padding:5px 0px;
}

.en_cyyjy_s ul li:nth-child(even) div div:nth-child(2){
    position:relative;
    width:34%;
}

.en_cyyjy_s ul li:nth-child(even) div div:nth-child(2) img{
    width:100%;
}

.en_cyyjy_s ul li:nth-child(even) div div:nth-child(2) p{
    position:absolute;
    width:100%;
    height:100%;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    top:0;
    left:0;
    margin:0;
}

.en_cyyjy_s ul li:nth-child(even) div div:nth-child(2) p span:nth-child(2){
    width:70px;
    height:4px;
    background:#fff;
    border-radius:100px;
    margin-top:20px;
}
*/
.en_cyyjy_s_detail{
    justify-content:center;
    margin:50px 0;
}

.en_cyyjy_s_detail a{
    width:190px;
    height:40px;
    align-items:center;
    border:1px solid var(--jitri-bs-navbar-background-color);
    border-radius:100px;
    justify-content:center;
    color:var(--jitri-bs-navbar-background-color);
    transition:all 0.5s;
    text-decoration: none;
}

.en_cyyjy_s_detail a img{
    margin-left:20px;
    transition:0.5s transform;
}

.en_cyyjy_s_detail a:hover{
    background:var(--jitri-bs-navbar-background-color);
    color:#fff;
}

.en_cyyjy_s_detail a:hover img{
    transform:translateX(10px);
}

.en_cyyjy_s_detail a:hover img:last-child{
    display:inline-block;
    margin-left:-20px;
}

/* 专业所 ========== END ========== */

/* 联创中心 ========== START ========== */
.cyyjy_t{
    margin-top:80px;
}

.cyyjy_t_con{
    margin-top:40px;
}

.cyyjy_t_con p{
    text-indent:2em;
    line-height:30px;
    color:#777;
    font-size:1em;
    margin-bottom:10px;
}

.cyyjy_t_img{
    text-align:center;
    padding:60px 0;
    border:1px dashed #999;
    margin-top:50px;
}

.cyyjy_t_img img{
    max-width:100%;
}

.lianchaung_center{
    flex-wrap:wrap;
    justify-content:space-between;
}

.lianchaung_center img{
    width:22%;
    margin-bottom:40px;
    /* margin-right:30px; */
}

/* 联创中心 ========== END ========== */

/* 海外合作 ========== START ========== */
.cyyjy_p {
    margin-top: 80px;
    margin-bottom: 40px;
}

.hwhz {
    margin-top: 80px;
    margin-bottom: 50px;
}

.hw-info-tab {
    width: 140px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #6CD1CB;
    line-height: 40px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.hw-info-container {
    display: flex;
    background: #F9FAFC;
    flex-wrap: wrap;
    padding: 16px 0px;
}

.hw-info-item {
    flex-basis: 14%;
    flex-shrink: 0;
    margin: 20px 1.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    color: #777;
    transition: 0.5s all;
    cursor: pointer;
}

.hw-info-item>img {
    transition: all 0.5s;
    width: 100px;
    height: 80px
}

.hw-info-item>span {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

.hw-info-item:hover {
    color: var(--jitri-bs-navbar-background-color);
}

.hw-info-item:hover>img {
    transform: scale(1.05);
}

.hw-info-tab_a {
    width: 200px;
    display: block;
}

.hw-info-tab_a>div {
    width: 50%;
    text-align: center;
    color: #000;
    font-weight: bold;
    line-height: 60px;
    float:left;
}

.hw-info-tab_a_div {
    color: #000;
    background: #eef0f4;
}

.hw-info-tab_a_div:hover {
    cursor :pointer;
    color: #fff;
    background: #6CD1CB; 
}

.hw-info-tab_a_div_active {
    color: #fff !important;
    background: #6CD1CB; 
}

/* 海外合作 ========== END ========== */


/* 人才生态 ========== START ========== */
.rcst1{
    justify-content:space-between;
    align-items:center;
    margin-top:80px;
}

.rcst1_left{
    width:50%;
}

.rcst1_left img{
    width:100%;
}

.rcst1_right{
    width:44%;
    text-align:center;
}

.rcst1_right p{
    text-align:justify;
    line-height:30px;
    color:#666;
    text-indent:2em;
    font-size:16px;
}

.rcst1_right img{
    max-width:490px;
    width:100%;
    border-radius:8px;
}

.rcst2{
    background:url(/static/custom/jitri/集萃生态/人才生态/ju73.png) no-repeat;
    background-size:cover;
    height:370px;
    margin-top:50px;
    margin-bottom:80px;
}

.rcst2 div{
    align-items:center;
    justify-content:center;
    height:100%;
}

.rcst2 div span{
    width:80%;
    background:rgba(255,255,255,0.3);
    font-size:34px;
    font-weight:bold;
    color:#fff;
    line-height:100px;
    text-align:center;
}

.rcst3_tit{
    align-items:center;
    justify-content:space-between;
}

.rcst3_tit span{
    font-size:22px;
    border-left:4px solid var(--jitri-bs-navbar-background-color);
    line-height:20px;
    padding-left:20px;
    font-weight:bold;
}

.rcst3_tit a{
    color:#00B1A7;
}

.rcst3_tit a:hover{
    text-decoration:underline;
}

.rcst3_img{
    text-align:center;
    margin-top:40px;
}

.rcst3_img img{
    max-width:100%;
}

.rcst4{
    margin-top:50px;
}

.rcst4 ul{
    margin-top:40px;
    justify-content:space-between;
}

.rcst4 ul li{
    flex-direction:column;
    align-items:center;
    width:11%;
}

.rcst4 ul li img{
    width:100%;
    border-radius:10px;
}

.rcst4 ul li span{
    color:var(--jitri-bs-navbar-background-color);
    font-weight:bold;
    margin:5px 0;
}

.rcst4 ul li p{
    font-size:14px;
    color:#666;
    text-align:center;
    margin:0;
}

.rcst5{
    margin-top:80px;
}

.rcst5 .rcst3_tit span{
    font-weight:normal;
}

.rcst5 .rcst3_tit span span{
    font-weight:bold;
    border:0;
    padding:0;
}

.rcst5_con{
    margin-top:40px;
    border:1px solid #ccc;
}

.rcst5_con_top{
    position:relative;
}

.rcst5_con_top img{
    width:100%;
}

.rcst5_con_top div{
    position:absolute;
    width:50%;
    height:100%;
    top:0;
    left:0;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding-left:10%;
    padding-right:10%;
    background:url(/static/custom/jitri/集萃生态/人才生态/ju75.png) no-repeat;
    background-size:cover;
}

.rcst5_con_top .rcst5_con_top_tit2{
    background:url(/static/custom/jitri/集萃生态/人才生态/ju75-2.png) no-repeat;
    background-size:cover;
    left:auto;
    right:0;
    align-items:flex-end;
}

.rcst5_con_top div p:nth-child(1){
    font-size:24px;
    font-weight:bold;
    color:#fff;
}

.rcst5_con_top div span{
    height:4px;
    background:#fff;
    border-radius:100px;
    width:50px;
    margin:30px 0;
}

.rcst5_con_top div p b{
    font-size: 24px;
}

.rcst5_con_top div p:nth-child(3){
    color:#fff;
    font-size:18px;
    letter-spacing:1px;
}

.rcst5_con ul{
    align-items:center;
    justify-content:space-around;
    padding:50px 5%;
}

.rcst5_con ul li{
    align-items:center;
    flex-direction:column;
}

.rcst5_con ul li span{
    font-size:20px;
    font-weight:bold;
    color:#666;
    margin-top:5px;
    text-align:center;
}

.rcst6{
    margin-top:80px;
    background:url(/static/custom/jitri/集萃生态/人才生态/bg.png) no-repeat;
    background-size:cover;
    padding-bottom:30px;
}

.rcst6 .rcst3_tit span{
    font-weight:normal;
}

.rcst6 .rcst3_tit span span{
    font-weight:bold;
    border:0;
    padding:0;
}

.rcst6_tip{
    margin:30px 0;
    font-size:18px;
}

.rcst6 ul{
    justify-content:space-between;
    list-style: none;
    padding-left: 0px;
}

.rcst6 ul li{
/*
    width:25%;
*/
    width:50%;
    border:1px solid #aaa;
    border-right:0;
    transition:all 0.5s;
}

.rcst6 ul li:last-child{
    border-right:1px solid #aaa;
}

.rcst6 ul li div{
    width:100%;
}

.rcst6 ul li div:nth-child(1){
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background:#EDF0F5;
    height:70px;
    border-bottom:1px solid #aaa;
    transition:0.5s background;
}

.rcst6 ul li div:nth-child(1) span{
    font-size:20px;
    font-weight:bold;
    transition:0.5s color;
}

.rcst6 ul li div:nth-child(1) span:nth-child(2){
    font-size:16px;
    font-weight:normal;
}

.rcst6 ul li div:nth-child(2){
    flex-direction:column;
    justify-content:center;
    padding:50px 0;
    align-items:center;
    background:#fff;
}

.rcst6 ul li div:nth-child(2) p{
    margin:0;
    width:88%;
}

.rcst6 ul li div:nth-child(2) p:nth-child(1){
    margin-bottom:30px;
}

.rcst6 ul li div:nth-child(2) p:nth-child(2){
    margin-bottom:30px;
}

.rcst6 ul li div:nth-child(2) p img{
    margin-right:10px;
}

.rcst6 ul li div:nth-child(2) p span{
    font-size:15px;
    color:#666;
}

.rcst6 ul li:hover{
    transform:translateX(3px);
    transform:translatey(-12px);
    border:1px solid #01C5BB;
    border-color:var(--jitri-bs-navbar-background-color);
    box-shadow:1px 1px 5px 5px rgba(0,197,187,0.2);
}

.rcst6 ul li:hover div:nth-child(1){
    background:#01C5BB;
}

.rcst6 ul li:hover div:nth-child(1) span{
    color:#fff;
}

.rcst7{
    margin-top:50px;
    position:relative;
    margin-bottom:50px;
}

.rcst7 .rcst3_tit span{
    font-weight:normal;
}

.rcst7 .rcst3_tit span span{
    font-weight:bold;
    border:0;
    padding:0;
}

.rcst7_tip{
    margin:30px 0;
    font-size:18px;
}

.rcst7_tip b{
    font-size:24px;
}

.rcst7_con{
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.rcst7_con_top_left{
    width:470px;
    justify-content:space-between;
}

.rcst7_con_top_left div:nth-child(1){
    width:120px;
    flex-direction:row-reverse;
    justify-content:flex-end;
    height:250px;
}

.rcst7_con_top_left div:nth-child(1) span{
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    line-height:30px;
}

.rcst7_con_top_left div:nth-child(1) span:nth-child(1){
    font-size:20px;
    font-weight:bold;
}

.rcst7_con_top_left div:nth-child(1) span:nth-child(2){
    color:#aaa;
    font-weight:300;
}

.rcst7_con_top_left div:nth-child(2){
    width:364px;
}

.rcst7_con_top_left div:nth-child(2) img{
    max-width:100%;
}

.rcst7_con_top_right{
    width:523px;
    text-align:right;
}

.rcst7_con_top_right p{
    margin:0;
    text-align:center;
    margin-top:10px;
}

.rcst7_con_top_right p span:nth-child(1){
    font-size:20px;
    font-weight:bold;
}

.rcst7_con_top_right p span:nth-child(2){
    color:#aaa;
    font-weight:300;
    margin-left:5px;
}

.rcst7_con_bottom_left{
    width:460px;
    flex-direction:column;
    align-items:flex-end;
}

.rcst7_con_bottom_left div:nth-child(1) p{
    margin:0;
    margin-right:20px;
}

.rcst7_con_bottom_left div:nth-child(1) p:nth-child(1){
    font-size:20px;
    font-weight:bold;
}

.rcst7_con_bottom_left div:nth-child(1) p:nth-child(2){
    color:#aaa;
    font-weight:300;
    margin-left:5px;
    margin-bottom:10px;
}

.rcst7_con_bottom_left div:nth-child(2) img{
    max-width:100%;
}
.rcst7_con_bottom_right{
    flex-direction:column;
    align-items:flex-start;
    width:540px;
}

.rcst7_con_bottom_right div:nth-child(1){
    justify-content:center;
    width:100%;
    align-items:center;
    margin-bottom:10px;
}

.rcst7_con_bottom_right div:nth-child(1) span:nth-child(1){
    font-size:20px;
    font-weight:bold;
}

.rcst7_con_bottom_right div:nth-child(1) span:nth-child(2){
    color:#aaa;
    font-weight:300;
    margin-left:5px;
}

.rcst7_con_bottom_right div:nth-child(2) img{
    max-width:100%;
}

.rcst7_img{
    position:absolute;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    top:0;
    z-index:-1;
}

.rcst7_img{
    margin-top:5%;
    margin-left:-2%;
    z-index:10;
}

/* 人才生态 ========== START ========== */


/* 金融生态 ========== START ========== */
.jrst1{
    background:url(/static/custom/jitri/集萃生态/金融生态/bg.png)no-repeat;
    background-size:cover;
    margin-top:80px;
    padding-bottom:50px;
}

.jrst1 p{
    margin:0;
}

.jrst1 .rcst3_tit{
    margin-bottom:40px;
}

.jrst1_info{
    background:var(--jitri-bs-navbar-background-color);
    padding:10px 0;
    margin-bottom:50px;
}

.jrst1_info p{
    color:#fff;
    width:90%;
    margin:auto;
    text-align:center;
    font-size:18px;
    line-height:30px;
}

.jrst1_list{
    justify-content:space-between;
    align-items:center;
}

.jrst1_list_left{
    width:34.5%;
}

.jrst1_list_left div{
    align-items:center;
    margin-bottom:25px;
    position:relative;
}

.jrst1_list_left div img{
    width:100%;
}

.jrst1_list_left div p{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    align-items:center;
}

.jrst1_list_left div p span{
    font-weight:bold;
    font-style:italic;
}

.jrst1_list_left div p span:nth-child(1){
    color:#fff;
    font-size:24px;
    margin-left:3.5%;
}

.jrst1_list_left div p span:nth-child(2){
    margin-left:7%;
}

.jrst1_list_center{
    width:18.4%;
}

.jrst1_list_center img{
    width:100%;
}

.jrst2{
    margin-top:50px;
    margin-bottom:80px;
}

.jrst2_tip{
    text-align:center;
    font-size:18px;
    line-height:35px;
    margin-top:30px;
}

.jrst2_tip span:nth-child(1){
    color:var(--jitri-bs-navbar-background-color);
    font-weight:bold;
    font-size:24px;
}

.jrst2_tip span:nth-child(2){
    color:#EF7800;
    font-weight:bold;
    font-size:24px;
}

.jrst2_con{
    justify-content:space-between;
    align-items:center;
    margin-top:50px;
}

.jrst2_con_left{
    width:40%;
    text-align:center;
}

.jrst2_con_left img{
    max-width:100%;
}
.jrst2_con ul{
    width:58%;
    justify-content:space-between;
    flex-wrap:wrap;
    padding-left:0px;
}

.jrst2_con ul li{
    width:30%;
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
    background:#fff;
    box-shadow:1px 1px 10px 1px rgba(0,176,166,0.2);
    margin-bottom:30px;
    padding:30px 20px;
    border:2px solid #fff;
    border-radius:3px;
    transition:0.5s border;
}

.jrst2_con ul li:nth-child(n+4){
    margin-bottom:0;
}

.jrst2_con ul li p{
    color:var(--jitri-bs-navbar-background-color);
    font-weight:bold;
    margin:0;
    line-height:35px;
    text-align:center;
}

.jrst2_con ul li span{
    color:#999;
    font-size:14px;
}

.jrst2_con ul li img{
    width:28%;
}

.jrst2_con ul li:hover{
    border:2px solid var(--jitri-bs-navbar-background-color);
}

.jrst3{
    margin-bottom:80px;
}

.jrst3_con{
    background:url(/static/custom/jitri/集萃生态/金融生态/ju26.jpg) no-repeat;
    background-size:cover;
    padding:50px 0;
    margin-top:40px;
}

.jrst3_con p{
    text-align:center;
    color:#fff;
    font-size:18px;
    font-weight:bold;
}

.jrst3_con ul{
    width:50%;
    margin:auto;
    justify-content:center;
    border:1px dashed rgba(255,255,255,0.5);
    flex-wrap:wrap;
    margin-top:40px;
    padding:20px 0;
}

.jrst3_con ul li{
    width:45%;
    justify-content:center;
    align-items:center;
}

.jrst3_con ul li span{
    color:#fff;
}

.jrst3_con ul li img{
    margin-right:15px;
}

.jrst3_zuli{
    justify-content:space-between;
    align-items:center;
    margin-top:30px;
}

.jrst3_zuli_left{
    position:relative;
    width:40%;
}

.jrst3_zuli_left img{
    width:100%;
}

.jrst3_zuli_left p{
    position:absolute;
    margin:0;
    width:100%;
    height:100%;
    top:0;
    align-items:center;
    color:#fff;
    font-size:20px;
    font-style:oblique;
    font-weight:bold;
    justify-content:center;
}

.jrst3_zuli_center{
    width:10%;
    text-align:center;
}

.jrst3_zuli_center img{
    max-width:100%;
}

.jrst3_zuli_right{
    width:50%;
    background:#EDF0F5;
    padding:10px 0;
}

.jrst3_zuli_right p{
    margin:0;
    line-height:30px;
}

.jrst3_zuli_right p img{
    margin:0 15px 0 50px;
}

.jrst3_zuli_right p span{
    color:#666;
    font-style:oblique;
    font-size:18px;
}

.jrst3_img{
    text-align:center;
    margin-top:80px;
}

.jrst3_img img{
    max-width:100%;
}

.jrst4{
    background:url(/static/custom/jitri/集萃生态/金融生态/ju82.jpg) no-repeat;
    background-size:cover;
    padding:30px 0 40px;
}

.jrst4 .rcst3_tit span{
    color:#fff;
    border-left: 4px solid #fff;
}

.jrst4 #case5{
    margin-top:40px;
    padding-bottom:60px;
}

.jrst4 #case5 ul{
    flex-wrap:wrap;
}

.jrst4 #case5 ul li{
    width:31%;
    margin-right:3.5%;
    opacity:0.9;
    margin-bottom:30px;
    align-items:center;
    justify-content:center;
    height:90px;
    background:rgba(255,255,255,0.9);
}

.jrst4 #case5 ul li img{
    max-width:100%;
    max-height:100%;
}

.jrst4 #case5 ul li:nth-child(3n){
    margin-right:0;
}

.jrst4 #case5 .swiper-pagination .swiper-pagination-bullet{
    width:15px;
    height:15px;
    opacity:1;
    background:none;
    border:1px solid #fff;
    transition:0.5s background;
}

.jrst4 #case5 .swiper-pagination .swiper-pagination-bullet-active{
    background:#fff;
}

/* 金融生态 ========== ENF ========== */

/* 空间生态 ========== START ========== */
.kjst1{
    margin-top:80px;
}

.kjst1_con{
    margin-top:50px;
}

.kjst1_con_left{
    width:50%;
}

.kjst1_con_left img{
    width:100%;
}

.kjst1_con_right{
    width:50%;
    position:relative;
}

.kjst1_con_right .kjst1_con_right_img{
    width:100%;
}

.kjst1_con_right div{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    padding-left:30px;
    display: none;
}

.kjst1_con_right div p{
    color:#fff;
    align-items:center;
    width:60%;
}

.kjst1_con_right div p:nth-child(1){
    font-size:20px;
    font-weight:bold;
    margin:100px 0 50px;
}

.kjst1_con_right div p:nth-child(2) img{
   width:14px;
   margin-right:20px;
}

.kjst1_con_right div p:nth-child(3) img{
   width:14px;
   margin-right:20px;
}

.kjst1_con_right div p:nth-child(4){
   margin-top:80px;
   line-height:40px;
}

.kjst1_list{
    margin-top:60px;
    margin-bottom:50px;
}

.kjst1_list ul{
    justify-content:space-between;
    flex-wrap:wrap;
    list-style: none;
    padding-left: 0px;
}

.kjst1_list ul li{
/*
    width:48.5%;
    position:relative;
    box-shadow:1px 1px 10px 5px rgba(0,176,166,0.3);
    margin-bottom:40px;
    height:120px
*/
    width: 31%;
    position:relative;
    margin-bottom:40px;
    height: 460px;
    border-radius: 20px;
    transition: all 0.5s;
}

.kjst1_list ul li div{
/*
    width: 54%;
    height: 100%;
    position: absolute;
    left: 46%;
*/
    width: 100%;
    height: 100%;
}

.kjst1_list_img1{
    width:100%;
    height:100%;
    border-radius: 20px;
    object-fit: cover;
}

.kjst1_list_img2{
    position:absolute;
    width:59%;
    height:100%;
    top:0;
    left:0;
    margin:0;
    align-items:center;
}

.kjst1_list_img2 img{
    width:100%;
    height:100%;
}

.kjst1_list ul li div span{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    color: white;
    text-align: center;
    font-size: 20px;
    background-image: linear-gradient(rgb(0 ,32 ,30,0), rgb(0 ,32, 30 ,0.5));
    height: 100px;
    line-height: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.kjst1_list_con{
    position:absolute;
    width:50%;
    height:100%;
    top:0;
    left:0;
    align-items:center;
    justify-content:center;
}

.kjst1_list_con span{
    color:#04766E;
    font-size:22px;
    font-weight:bold;
    width:80%;
    text-align:center;
    line-height:35px;
}

.kjst1_list ul li:hover {
    cursor:pointer;
    box-shadow:1px 1px 10px 5px rgba(0,176,166,0.3);
    transform: scale(1.1);
}

.kjst1_list ul li:hover .kjst1_list_img2{
    display:flex;
}

.kjst1_list ul li:hover .kjst1_list_con span{
    color:#fff;
}

.en_kjst1_list{
    margin-top:60px;
    margin-bottom:50px;
}

.en_kjst1_list ul{
    justify-content:space-between;
    flex-wrap:wrap;
    list-style: none;
    padding-left: 0px;
}

.en_kjst1_list ul li{
    width:48.5%;
    position:relative;
    box-shadow:1px 1px 10px 5px rgba(0,176,166,0.3);
    margin-bottom:40px;
    height:120px
}

.en_kjst1_list ul li div{
    width: 54%;
    height: 100%;
    position: absolute;
    left: 46%;
}

.en_kjst1_list_img1{
    width:100%;
    height:100%;
    object-fit: cover;
}

.en_kjst1_list_img2{
    position:absolute;
    width:59%;
    height:100%;
    top:0;
    left:0;
    margin:0;
    align-items:center;
}

.en_kjst1_list_img2 img{
    width:100%;
    height:100%;
}

.en_kjst1_list ul li div span{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    color: white;
    text-align: center;
    font-size: 20px;
    background-image: linear-gradient(rgb(0 ,32 ,30,0), rgb(0 ,32, 30 ,0.5));
    height: 100px;
    line-height: 100px;
}

.en_kjst1_list_con{
    position:absolute;
    width:50%;
    height:100%;
    top:0;
    left:0;
    align-items:center;
    justify-content:center;
}

.en_kjst1_list_con span{
    color:#04766E;
    font-size:22px;
    font-weight:bold;
    width:80%;
    text-align:center;
    line-height:35px;
}

.en_kjst1_list ul li:hover{
    cursor: pointer;
}

.en_kjst1_list ul li:hover .en_kjst1_list_img2{
    display:flex;
}

.en_kjst1_list ul li:hover .en_kjst1_list_con span{
    color:#fff;
}

.kjst1_yfsq img{
    width:100%;
}

/* 空间生态 ========== END ========== */

/* 党建动态 ========== STRAT ========== */
.djdt {
    margin-top: 50px;
}

.djdt_tit {
    font-size: 32px;
    color: #DF1A2E;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
}

.djdt_tit_a{
   text-decoration:none;
}  
 
.djdt_tit_a:hover {
   cursor:pointer;
}

.banner {
    width: 100%;
    object-fit: cover;
}

.carousel {
    position: relative;
}

.carousel-indicators .button-color{
    background-color :var(--jitri-bs-navbar-background-color);
}

.djdt_kx {
    margin-top: 50px;
    justify-content: space-between;
}

.djdt_kx_left{
    width:58%;
    margin-right:2%;
    height:300px;
}

.djdt_kx_left img{
    width:100%;
    height:100%;
}

.djdt_kx_left a{
   cursor:pointer;
}

.djdt_kx_right{
    width:40%;
}

.djdt_kx_right p{
    color:#777;
    line-height:30px;
    margin-bottom:0;
}

.djdt_kx_right p:nth-child(1){
    margin-top:30px;
    margin-bottom:30px;
    line-height:40px;
}

.djdt_kx_right p:nth-child(1) a{
    font-size:24px;
    font-weight:bold;
    color:#333;
    transition:0.5s color;
   text-decoration:none;
   cursor:pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.djdt_kx_right p:nth-child(1) a:hover{
    color:#333;
}

.djdt_kx_right p:nth-child(2){
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.carousel-caption-right0 {
   right:80%;
}

.djdt_kx_left div{
    font-size: 14px;
    color: white;
    position: absolute;
    top: 85%;
    width: 58%;
    padding: 0px 2%;
    text-align:center;
}

.button-new{
    left: 90%;
    margin-left:0px;
    margin-right:0px;
}

.button-new .button1 {
    width:15px;
    height:15px;
    background-color:#333;
    border-radius: 100%;
}

/* 院本部，研究所 */
.djdt_list{
    margin-top:70px;
    justify-content:space-between;
    margin-bottom:0;
}

.djdt_list_Left{
    width:48%;
}

.djdt_list_tit{
    justify-content:space-between;
    align-items:center;
    border-bottom:2px solid #DCDCDC;
}

.djdt_list_tit p{
    align-items:center;
    margin:0;
}

.djdt_list_tit p span:nth-child(1){
    width:4px;
    height:22px;
    background:#DD182C;
    border-radius:100px;
    margin-right:15px;
}

.djdt_list_tit p span:nth-child(2){
    font-size:24px;
    margin-right:8px;
}

.djdt_list_tit p span:nth-child(3){
    font-size:22px;
    color:#999;
    font-weight:300;
}

.djdt_list_tit a{
    align-items:center;
    text-decoration:none;
}

.djdt_list_tit a span{
    margin-right:5px;
    font-weight:bold;
    transition:0.5s color;
    color:#333;
}

.djdt_list_tit a:hover span{
    color:#164F97;
}

.djdt_list_Left ul{
    margin-top:30px;
    list-style: none;
    padding-left:0px;
}

.djdt_list_Left ul li{
    margin-bottom:25px;
}

.djdt_list_Left ul li p:nth-child(1){
    justify-content:space-between;
    align-items:center;
   margin-bottom:10px;
}

.djdt_list_Left ul li p:nth-child(1) a{
    font-size:20px;
    font-weight:bold;
    width:70%;
    transition:0.5s color;
    color:#333;
   text-decoration:none;
}

.djdt_list_Left ul li p:nth-child(1) a:hover{
   cursor:pointer;
}

.djdt_list_Left ul li p:nth-child(1) span{
    color:#999;
    font-size:14px;
}

.djdt_list_Left ul li p:nth-child(2) span{
    color:#666;
    line-height:25px;
    font-size:16px;
}

.djdt_list_Left ul li p:nth-child(2) a{
    color:#164F97;
    text-decoration:none;
}

.djdt_list_Left ul li:hover p:nth-child(1) a{
    color:#164F97;
}

.djdt_list_Left ul li:hover p:nth-child(2){
    text-decoration:underline;
}

.djdt_list_right{
    width:48%;
}

.djdt_list_right_up{
    margin-bottom:40px;
}

.djdt_list_right_up ul{
    margin-top:30px;
   list-style: none;
   padding-left: 0px;
}

.djdt_list_right_up ul li{
    margin-bottom:25px;
}

.djdt_list_right_up ul li p:nth-child(1){
    justify-content:space-between;
    align-items:center;
   margin-bottom:10px;
}

.djdt_list_right_up ul li p:nth-child(1) a{
    font-size:20px;
    font-weight:bold;
    width:70%;
    transition:0.5s color;
    color:#333;
    text-decoration:none;
}

.djdt_list_right_up ul li p:nth-child(1) a:hover{
   cursor:pointer;
}

.djdt_list_right_up ul li p:nth-child(1) span{
    color:#999;
    font-size:14px;
}

.djdt_list_right_up ul li p:nth-child(2) span{
    color:#666;
    line-height:25px;
    font-size:16px;
}

.djdt_list_right_up ul li p:nth-child(2) a{
    color:#164F97;
    text-decoration:none;
}

.djdt_list_right_up ul li:hover p:nth-child(1) a{
    color:#164F97;
}

.djdt_list_right_up ul li:hover p:nth-child(2){
    text-decoration:underline;
}

/* 党建动态 ========== END ========== */

/* 党建列表 ========== START ========== */
.djlb{
    background:#F9F9F9;
    padding-top:50px;
    padding-bottom:50px;
}

.djlb_con{
    justify-content:space-between;
}

.djlb_right {
    width: 70%;
    background: #fff;
    padding: 20px 50px 30px;
}

.djlb_right .ul_div{
    margin-top:30px;
    height:auto;
}

.djlb_right .li_div{
    justify-content:space-between;
    border-bottom:1px dashed #d7d7d7;
    padding-bottom:5px;
    line-height:55px;
}

.djlb_right .li_div a{
    color:#666;
    width:70%;
    transition:0.5s color;
}

.djlb_right .li_div a:hover{
    color:#164F97;
    text-decoration:underline;
    cursor: pointer;
}

.djlb_right .li_div span{
    color:#777;
    font-size:15px;
}

.djlb_right2 .li_div{
  /*  width:22%;*/
    border:0;
    line-height:normal;
    margin-bottom:20px;
 /*   margin-right:4%;*/
    height: 100%;
    flex-shrink: 0;
    width: 219px;
    margin-right: 40px;
}

.djlb_right2 .li_div a{
    width:100%;
}

.djlb_right2 .li_div img{
    width:100%;
    float:left;
    height:100%;
}

.djlb_right2 .li_div p{
    margin:0;
    font-size:14px;
    color:#777;
    text-align:center;
    transition:0.5s color;
    overflow: hidden;
    text-overflow:ellipsis;
    padding:0 5px;
    line-height: 18px;
}

.djlb_right2 .li_div p:nth-child(1){
    font-weight:bold;
    margin-top:5px;
}

.djlb_right2 .li_div div{
    background:#F2F5FA;
    clear:both;
    transition:0.5s background;
    padding:5px 0;
}

.djlb_right2 .ul_div div:hover a{
    text-decoration:none;
}

.djlb_right2 .ul_div div:hover div{
    background:var(--jitri-bs-navbar-background-color);
}

.djlb_right2 .ul_div div:hover div p{
    color:#fff;
}

.djlb_right2 .ul_div span:hover a{
    text-decoration:none;
}

.djlb_right2 .ul_div span:hover div{
    background:var(--jitri-bs-navbar-background-color);
}

.djlb_right2 .ul_div span:hover div p{
    color:#fff;
}

.jcrw{
    background:#fff;
    padding-top:0;
}

.jcrw .djlb_right{
    width:100%;
    padding:0;
}

/* 党建列表 ========== END ========== */

/* 院本部、研究所列表 ========== START ========== */
.djlb_left{
    width:24.75%;
}

.djlb_left_link{
    background:#fff;
    padding-top:20px;
    padding-bottom:10px;
}

.djlb_left_link .djdt_list_tit{
    padding:0 0 10px 20px;
    border-width:1px;
}

.djlb_left_link ul{
    padding:20px 20px 0;
    flex-wrap:wrap;
    list-style: none;
    margin:0px;
}

.djlb_left_link ul li{
    border:1px solid #F7D0D3;
    margin-bottom:10px;
    margin-right:10px;
}

.djlb_left_link ul li a{
    color:#DD172C;
    display:block;
    padding:7px 10px;
    transition:0.5s background;
   text-decoration:none;
}

.djlb_left_link ul li a:hover{
    background:#FBE7E9;
}

.djlb_left_img{
    width:100%;
    margin-top:20px;
}

.djlb_right_lb{
    width:70%;
    background:#fff;
    padding:20px 50px 30px;
}

.djlb_right_lb >ul{
    margin-top:30px;
    height:auto;
    list-style: none;
    margin:30px 0px 0px 0px;
}

.djlb_right_lb >ul li{
    justify-content:space-between;
    border-bottom:1px dashed #d7d7d7;
    padding-bottom:5px;
    line-height:55px;
}

.djlb_right_lb >ul li a{
    color:#666;
    width:70%;
    transition:0.5s color;
    text-decoration:none;
}

.djlb_right_lb >ul li a:hover{
    color:#164F97;
    text-decoration:underline;
        cursor:pointer;
}

.djlb_right_lb >ul li span{
    color:#777;
    font-size:15px;
}

.djlb_right_lb .cyyjy_pagination{
    margin-top:60px;
    margin-bottom:20px;
}

.djlb_right_lb .cyyjy_pagination div{
    text-align:right;
}

.djlb_right_lb .cyyjy_pagination div a{
    padding:4px 10px;
}

.djlb_right_lb .cyyjy_pagination div span{
    padding:4px 10px;
}

.djlb_right_tit{
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.djlb_right_tit span:nth-child(1){
    font-size:28px;
    font-weight:bold;
    width:80%;
}

.djlb_right_tit a{
    align-items:center;
}

.djlb_right_tit a img{
    margin-right:10px;
}

.djlb_right_tit a span{
    color:#DD172C;
}

.djlb_right_info{
    margin-bottom:30px;
}

.djlb_right_info span{
    color:#999;
    margin-right:40px;
    font-size:14px;
    align-items:center;
}

.djlb_right_info span img{
    margin-right:10px;
}

.djlb_right_con{
    margin-bottom:50px;
}

.djlb_right_con p{
    font-size:15px;
    color:#888;
    line-height:32px !important;
    margin:0;
    /* text-indent:2em; */
    text-align:justify;
    margin-bottom:26px;
}

.djlb_right_info2{
    border-bottom:1px dashed #d7d7d7;
    margin-bottom:30px;
    padding-bottom:20px;
}

.djlb_right_info2 span{
    color:#999;
    font-size:14px;
    margin-right:40px;
}

.djlb_right_pian p a{
    display:block;
    width:60%;
    font-size:14px;
    color:#777;
}

.djlb_right_pian p a:hover{
    text-decoration:underline;
    color:#164F97;
}

/* 院本部、研究所列表 ========== END ========== */

/* 集萃年报 ========== START ========== */
/*
.jcnb{
    margin-top:80px;
    margin-bottom:50px;
}

.jcnb ul{
    flex-wrap:wrap;
}

.jcnb ul li{
    width:30%;
    margin-right:5%;
    margin-bottom:30px;
    overflow: hidden;
    border: 1px solid var(--jitri-bs-navbar-background-color);
}

.jcnb ul li:nth-child(3n){
    margin-right:0;
}

.jcnb ul li a img{
    width:100%;
    transition:all 0.5s;
}

.jcnb ul li:hover img{
    transform: scale(1.1);
}
*/

.jcnb {
    margin-top:80px;
    margin-bottom:50px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.jcnb div {
    display:inline-block;
}

.jcnb div div {
    width: 29%; 
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 30px;
    overflow: hidden; 
    border: 1px solid var(--jitri-bs-navbar-background-color);
    height:415px;
}
/*
.jcnb div div:nth-child(3n){
    margin-right:0;
}
*/
.jcnb div div a img {
    width: 100%;
    transition: all 0.5s;
    height:100%;
}

.jcnb div div:hover img{
    transform: scale(1.1);
}
/* 集萃年报 ========== END ========== */

/* 加入集萃 ========== START ========== */
.jrjc{
    margin-top:50px;
    justify-content:space-between;
}

.jrjc_left{
    width:70%;
}

.jrjc_left ul{
    margin-bottom:80px;
    list-style: none;
}

.jrjc_left ul li{
    border-bottom:1px solid #d7d7d7;
    margin-bottom:50px;
}

.jrjc_left ul li p{
    margin:0;
}

.jrjc_left ul li p a{
    color:#333333;
    text-decoration:none;
}

.jrjc_left ul li p:nth-child(1) a{
    font-size:22px;
    font-weight:bold;
}

.jrjc_left ul li p:nth-child(2){
    margin-top:15px;
    margin-bottom:15px;
}

.jrjc_left ul li p:nth-child(2) span{
    font-size:14px;
    margin-right:30px;
}

.jrjc_left ul li p:nth-child(3){
    font-size:15px;
    color:#666;
    line-height:25px;
    margin-bottom:30px;
}

.jrjc_left ul li p:nth-child(4){
    width:280px;
    height:51px;
    position:relative;
    align-items:center;
    margin-bottom:30px;
}

.jrjc_left ul li p:nth-child(4) a{
    align-items:center;
    background:var(--jitri-bs-navbar-background-color);
    position:absolute;
    color:#fff;
    height:100%;
    width:51px;
    border-radius:100px;
    overflow:hidden;
    transition:0.5s width;
    white-space:nowrap;
}

.jrjc_left ul li p:nth-child(4) a img{
    margin-left:10px;
    margin-right:30px;
}

.jrjc_left ul li p:nth-child(4) span{
    margin-left:70px;
}

.jrjc_left ul li p:nth-child(4) a:hover{
    width:100%;
}

.jrjc_left ul li:hover{
    cursor:pointer
}

.jrjc_right{
    width:25%;
}

.jrjc_right_tit{
    font-size:22px;
    font-weight:bold;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:15px;
}

.jrjc_right p{
    margin-top:20px;
    position:relative;
    margin-bottom:80px;
}

.jrjc_right p a{
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:40px;
    align-items:center;
    justify-content:center;
    background:#fff;
}

.jrjc_right p{
    border:1px solid #ddd;
    height:50px;
}

.jrjc_right p input{
    width:100%;
    height:100%;
    border:none;
    text-indent:15px;
    outline:none;
    font-size:14px;
    color:#777;
}

.jrjc_right ul{
    margin-top:20px;
}

.jrjc_right ul li{
    align-items:center;
    line-height:35px;
}

.jrjc_right ul li img{
    margin-right:10px;
}

/* 加入集萃 ========== END ========== */

/* 新闻详情 ========== START ========== */
.news_detail{
    margin-top:50px;
    border-top: 4px solid var(--jitri-bs-navbar-background-color);
    padding:0 50px 20px;
    padding-top: 10px;
    box-shadow: 0px 0px 8px #e6ecf2;
    margin-bottom:30px;
}

.news_detail_tit{
    font-size:28px;
    text-align:center;
    font-weight:bold;
    margin-bottom:15px;
}

.news_detail_futit{
    font-size:18px;
    font-weight:bold;
    color:#666;
    text-align:center;
    margin-bottom:20px;
}

.news_detail_time{
    text-align:center;
    color:#999;
    width:95%;
    margin:auto;
    border-bottom:1px dashed #ddd;
    padding-bottom:15px;
}

.news_detail_img{
    width: 100%;
    margin-top: 30px;
    height: 450px;
    object-fit: contain;
}

.news_detail_con{
    margin-top:30px;
    border-bottom:1px dashed #ddd;
    padding-bottom:30px;
}

.news_detail_con p{
    text-indent:2em !important;
    line-height:32px !important;
    color:#666;
    font-size:16px;
    margin:0;
    margin-bottom:26px;
    text-align:justify;
}

.news_detail_con video{
    width: 800px;
    height: auto;
    object-fit: fill;
    max-width:100%;
    margin-left:-2em;
}

.news_detail_con img{
    max-width:100%;
/*
    margin-left: -2em !important;
*/
}

/* 新闻详情 ========== END ========== */

/* 海外合作、国内合作 ========== START ========== */
.hz_detail{
    margin-top:50px;
    border-top: 4px solid var(--jitri-bs-navbar-background-color);
    padding:10px 50px 20px;
    box-shadow: 0px 0px 8px #e6ecf2;
    margin-bottom:30px;
}

.hz_detail_head {
    justify-content: space-between;
    align-items: center;
}

.hz_detail_head_left {
    flex-direction: column;
    align-items: center;
    width: 40%;
}

.hz_detail_head_left span {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.hz_detail_head_left img {
    max-width: 205px;
    width: 100%;
}

.hz_detail_head_left p {
    margin: auto;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    width: 80%;
    text-align: center;
    padding-top: 10px;
}

.hz_detail_head_left p a {
    color: #007DDE;
}

.hz_detail_head_right {
    width: 58%;
    height: 372px;
}

.hz_detail_head_right img {
    width: 100%;
    height: 100%;
}

.hz_detail_con{
    margin-top:30px;
    border-bottom:1px dashed #ddd;
    padding-bottom:30px;
    margin-bottom:20px;
}

.hz_detail_con div {
    line-height: 32px!important;
    color: #666;
    font-size: 18px;
    text-indent: 2em;
    margin-bottom: 26px;
    text-align: justify;
    font-weight: 700;
}

.hz_detail_con p{
    text-indent:2em !important;
    line-height:32px !important;
    color:#666;
    font-size:16px;
    margin:0;
    margin-bottom:26px;
    text-align:justify;
}


/* 海外合作、国内合作 ========== END ========== */

/* 搜索 ========== END ========== */
.search_list{
    margin-top:50px;
    margin-bottom:80px;
}

.search_head{
    width:95%;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:20px;
    margin-bottom:20px;
}

.search_head select{
    border:0;
    outline:none;
    border:1px solid #C9C9C9;
    width:100px;
    color:#777;
    text-indent:10px;
    height:40px;
}

.search_head input{
    width:40%;
    outline:none;
    border:0;
    border:1px solid #c9c9c9;
    text-indent:20px;
    color:#999;
}

.search_head button{
    background:var(--jitri-bs-navbar-background-color);
    outline:none;
    border:0;
    width:100px;
    color:#fff;
    margin-left:10px;
}

.search_result{
    margin-bottom:50px;
}

.search_result span{
    color:var(--jitri-bs-navbar-background-color);
    font-weight:bold;
}

.search_result_content {
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 40px;
}

.search_result_content div{
    display: flex;
    width:70%;
}

.search_result_content span:nth-child(1){
    color:#333;
}

.search_result_content span:nth-child(2){
    color:#999;
    font-size:14px;
}

.search_result_content span:nth-child(1):hover{
    color:var(--jitri-bs-navbar-background-color);
}

/* 搜索 ========== END ========== */

/* 友情链接 ========== START ========== */
.yqlj{
    margin-top:80px;
    margin-bottom:80px;
}

.yqlj_tit{
    align-items:center;
    justify-content:space-between;
}

.yqlj_tit div{
    align-items:center;
}

.yqlj_tit span{
    font-size:24px;
    font-weight:bold;
    border-left:3px solid #333;
    line-height:24px;
    margin-left:20px;
    padding-left:20px;
}

.yqlj_tit form{
    align-items:center;
    margin-bottom:0;
}

.yqlj_tit input{
    width: 250px;
    height: 40px;
    border-radius: 4px;
    border: 0;
    border: 1px solid #dcdcdc;
    text-indent: 15px;
    outline:none;
}

.yqlj_tit button{
    background:var(--jitri-bs-navbar-background-color);
    height:38px;
    border:0;
    color:#fff;
    margin-left:20px;
    width:60px;
    border-radius:4px;
    outline:none;
}

.yqlj_tit button:active{
    background:#019d95;
}

.yqlj_tab{
    margin-top:50px;
    margin-bottom:40px;
}

.yqlj_tab span{
    padding:10px 30px;
    background:#fff;
    color:var(--jitri-bs-navbar-background-color);
    font-size:18px;
    font-weight:bold;
    border-radius:3px;
    margin-right:10px;
    transition:0.5s background,0.5s color;
    cursor:pointer;
}

.yqlj_tab span:hover{
    background:var(--jitri-bs-navbar-background-color);
    color:#fff;
}

.yqlj_tab span:hover img:nth-child(1){
    display:none;
}

.yqlj_tab span:hover img:nth-child(2){
    display:inline-block;
}

.yqlj_tab .select{
    background:var(--jitri-bs-navbar-background-color);
    color:#fff;
}

.yqlj_tab .select img:nth-child(1){
    display:none;
}

.yqlj_tab .select img:nth-child(2){
    display:inline-block;
}

.yqlj_tab img{
    margin-left:15px;
}

.yqlj ul{
    align-items:center;
    flex-wrap:wrap;
}

.yqlj ul li{
    width:24%;
    margin-right:1.3%;
    margin-bottom:15px;
    overflow: hidden;
}

.yqlj ul li:nth-child(4n){
    margin-right:0;
}

.yqlj ul li a img{
    width:100%;
    transition:all 0.5s;
}

.yqlj ul li:hover a img{
    transform:scale(1.1);
}

/* 友情链接 ========== END ========== */

/* footer ========== START ========== */
#back-to-top {
    display:none !important;
}

.cyyjy_h{
    justify-content:space-between;
    padding-bottom:70px;
}

.cyyjy_h_left{
    width:50%;
}

.cyyjy_h_left_tit{
    margin-top:40px;
    margin-bottom:20px;
}

.cyyjy_h_left_tit p:nth-child(1){
    margin:0;
    font-size:24px;
    font-weight:bold;
}

.cyyjy_h_left_tit p:nth-child(2){
    color:#666;
}

.cyyjy_h_left_img img{
    width:100%;
}

.cyyjy_h_left_info{
    margin-top:30px;
    justify-content:space-between;
    align-items:center;
}

.cyyjy_h_left_info .info_left{
    width:70%;
    border-right:1px solid #ccc;
}

.cyyjy_h_left_info .info_left p{
    margin:0;
    line-height:35px;
    color:#777;
}

.cyyjy_h_left_info .info_left p img{
    margin-right:10px;
}

.cyyjy_h_right{
    width:42%;
}

.cyyjy_h_right .container-links{
    margin-top:40px;
    justify-content: space-between;
    padding-top: 0;
}

.cyyjy_h_right_tit{
    align-items:center;
    justify-content:space-between;
}

.cyyjy_h_right_tit div{
    align-items:center;
}

.cyyjy_h_right_tit span{
    font-size:24px;
    font-weight:bold;
    border-left:3px solid #333;
    line-height:24px;
    margin-left:20px;
    text-indent:20px;
}

.cyyjy_h_right_tit a{
    color:var(--jitri-bs-navbar-background-color);
    font-weight:bold;
    font-size:14px;
    width:90px;
    border:1px solid var(--jitri-bs-navbar-background-color);
    height:30px;
    text-align:center;
    line-height:30px;
    position:relative;
    z-index:10;
    border-radius:100px;
}

.cyyjy_h_right_tit a span{
    position:absolute;
    width:100%;
    height:0%;
    display:block;
    top:0;
    transition:all 0.3s;
    background:var(--jitri-bs-navbar-background-color);
    color:#fff;
    font-size:14px;
    line-height:30px;
    text-align:center;
    opacity:0;
    /* font-weight:normal; */
    border:0;
    text-indent:0;
    margin:0;
    border-radius:100px;
}

.cyyjy_h_right_tit a:hover{
    text-decoration:underline;
    /* border:0; */
}

.cyyjy_h_right_tit a:hover span{
    height:30.5px;
    opacity:1;
}

.cyyjy_h_right ul{
    justify-content:space-between;
    align-items:center;
    margin-top:50px;
}

.cyyjy_h_right ul li{
    background:#fff;
    line-height:40px;
    color:var(--jitri-bs-navbar-background-color);
    font-size:18px;
    align-items:center;
    justify-content:center;
    border-radius:3px;
    transition:0.5s bacground;
    cursor:pointer;
}

.cyyjy_h_right ul li span{
    margin-right:10px;
    transition:0.5s color;
    font-weight:bold;
}

.cyyjy_h_right ul li:nth-child(1){
    width:26%;
}

.cyyjy_h_right ul li:nth-child(2){
    width:31%;
}

.cyyjy_h_right ul li:nth-child(3){
    width:40%;
}

.cyyjy_h_right ul li:hover{
    background:var(--jitri-bs-navbar-background-color);
}

.cyyjy_h_right ul li:hover span{
    color:#fff;
}

.cyyjy_h_right ul li:hover img:nth-child(2){
    display:none;
}

.cyyjy_h_right ul li:hover img:nth-child(3){
    display:inline-block;
}

.cyyjy_h_right ul .def{
    background:var(--jitri-bs-navbar-background-color);
}

.cyyjy_h_right ul .def span{
    color:#fff;
}

.cyyjy_h_right ul .def img:nth-child(2){
    display:none;
}

.cyyjy_h_right ul .def img:nth-child(3){
    display:inline-block;
}

.cyyjy_h_right_link{
    margin-top:20px;
}

.cyyjy_h_right_link div{
    justify-content:space-between;
    flex-wrap:wrap;
}

.cyyjy_h_right_link a{
    width:49%;
    margin-top:15px;
    overflow: hidden;
}

.cyyjy_h_right_link a img{
    width:100%;
    transition:all 0.5s;
}

.cyyjy_h_right_link a:hover img{
    transform:scale(1.1);
}

.en_cyyjy_h_right{
    width:42%;
}

.en_cyyjy_h_right .container-links {
    margin-top: 50px;
    justify-content: space-between;
    padding-top: 0;
}

.en_cyyjy_h_right_tit{
    align-items:center;
    justify-content:space-between;
}

.en_cyyjy_h_right_tit div{
    align-items:center;
}

.en_cyyjy_h_right_tit span{
    font-size:24px;
    font-weight:bold;
    border-left:3px solid #333;
    line-height:24px;
    margin-left:20px;
    text-indent:20px;
}

.en_cyyjy_h_right_tit a{
    color:var(--jitri-bs-navbar-background-color);
    font-weight:bold;
    font-size:14px;
    width:90px;
    border:1px solid var(--jitri-bs-navbar-background-color);
    height:30px;
    text-align:center;
    line-height:30px;
    position:relative;
    z-index:10;
    border-radius:100px;
}

.en_cyyjy_h_right_tit a span{
    position:absolute;
    width:100%;
    height:0%;
    display:block;
    top:0;
    transition:all 0.3s;
    background:var(--jitri-bs-navbar-background-color);
    color:#fff;
    font-size:14px;
    line-height:30px;
    text-align:center;
    opacity:0;
    /* font-weight:normal; */
    border:0;
    text-indent:0;
    margin:0;
    border-radius:100px;
}

.en_cyyjy_h_right_tit a:hover{
    text-decoration:underline;
    /* border:0; */
}

.en_cyyjy_h_right_tit a:hover span{
    height:30.5px;
    opacity:1;
}

.en_cyyjy_h_right ul{
    justify-content:space-between;
    align-items:center;
    margin-top:50px;
}

.en_cyyjy_h_right ul li{
    background:#fff;
    /* line-height:40px; */
    color:var(--jitri-bs-navbar-background-color);
    font-size:14px;
    align-items:center;
    justify-content:center;
    border-radius:3px;
    transition:0.5s bacground;
    cursor:pointer;
}

.en_cyyjy_h_right ul li span{
    margin-right:10px;
    transition:0.5s color;
    font-weight:bold;
    padding-left:5px;
}

.en_cyyjy_h_right ul li:nth-child(1){
    width:33%;
}

.en_cyyjy_h_right ul li:nth-child(2){
    width:30%;
}

.en_cyyjy_h_right ul li:nth-child(3){
    width:35%;
}

.en_cyyjy_h_right ul li:hover{
    background:var(--jitri-bs-navbar-background-color);
}

.en_cyyjy_h_right ul li:hover span{
    color:#fff;
}

.en_cyyjy_h_right ul li:hover img:nth-child(2){
    display:none;
}

.en_cyyjy_h_right ul li:hover img:nth-child(3){
    display:inline-block;
}

.en_cyyjy_h_right ul .def{
    background:var(--jitri-bs-navbar-background-color);
}

.en_cyyjy_h_right ul .def span{
    color:#fff;
}

.en_cyyjy_h_right ul .def img:nth-child(2){
    display:none;
}

.en_cyyjy_h_right ul .def img:nth-child(3){
    display:inline-block;
}

.en_cyyjy_h_right_link{
    margin-top:20px;
}

.en_cyyjy_h_right_link div{
    justify-content:space-between;
    flex-wrap:wrap;
}

.en_cyyjy_h_right_link a{
    width:49%;
    margin-top:15px;
    overflow: hidden;
}

.en_cyyjy_h_right_link a img{
    width:100%;
    transition:all 0.5s;
}

.en_cyyjy_h_right_link a:hover img{
    transform:scale(1.1);
}

.cyyjy_i{
    background:#CFDFDE;
    text-align:center;
    padding:20px 0;
}

.cyyjy_i a{
    margin-left:10px;
}

/* footer ========== END ========== */

/* footer2  ========== START ========== */
.cyyjy_m{
    background:#CFDFDE;
    padding:15px 0;
}

.cyyjy_m_con{
    justify-content:space-between;
    align-items:center;
}

.cyyjy_m_con_left{
    width:60%;
}

.cyyjy_m_con_left ul{
    width:90%;
    margin-left:-20px;
    margin-top:30px;
}

.cyyjy_m_con_left ul li{
    width:16.6%;
    border-left:2px solid #C3C3C3;
    line-height:16px;
}

.cyyjy_m_con_left ul li:first-child{
    border:0;
}

.cyyjy_m_con_left ul li a{
    display:block;
    text-align:center;
    font-size:18px;
    color:#666;
    transition:0.5s color;
}

.cyyjy_m_con_left ul li:hover a{
    color:var(--jitri-bs-navbar-background-color);
}

.cyyjy_m_con_right{
    width:40%;
    justify-content:space-between;
    align-items:center;
}

.cyyjy_m_con_left div{
    margin-top:40px;
}

.cyyjy_m_con_left div a{
    margin-left:20px;
}

.cyyjy_m_con_right div:nth-child(1){
    width:60%;
}

.cyyjy_m_con_right div:nth-child(2){
    width:35%;
    text-align:right;
}

.cyyjy_m_con_right div:nth-child(2) img{
    max-width:128px;

}

.cyyjy_m_con_right div:nth-child(1) img{
    width:100%;
}

.en_cyyjy_m{
    background:#CFDFDE;
    padding:15px 0;
}

.en_cyyjy_m_con{
    justify-content:space-between;
    align-items:center;
}

.en_cyyjy_m_con_left{
    width:60%;
}

.en_cyyjy_m_con_left ul{
    width:90%;
    margin-left:-20px;
    margin-top:30px;
    align-items: center;
}

.en_cyyjy_m_con_left ul li{
    width:25%;
    border-left:2px solid #C3C3C3;
    line-height:16px;
}

.en_cyyjy_m_con_left ul li:first-child{
    border:0;
}

.en_cyyjy_m_con_left ul li a{
    display:block;
    text-align:center;
    font-size:14px;
    color:#666;
    transition:0.5s color;
}

.en_cyyjy_m_con_left ul li:hover a{
    color:var(--jitri-bs-navbar-background-color);
}

.en_cyyjy_m_con_right{
    width:40%;
    justify-content:space-between;
    align-items:center;
}

.en_cyyjy_m_con_left div{
    margin-top:40px;
    font-size:14px;
}

.en_cyyjy_m_con_left div a{
    margin-left:20px;
}

.en_cyyjy_m_con_right div:nth-child(1){
    width:60%;
}

.en_cyyjy_m_con_right div:nth-child(2){
    width:35%;
    text-align:right;
}

.en_cyyjy_m_con_right div:nth-child(2) img{
    max-width:128px;
}

.en_cyyjy_m_con_right div:nth-child(1) img{
    width:100%;
}

/* footer2  ========== END ========== */

/* 右侧悬浮栏目  ========== STRAT ========== */

.right{
    position:fixed;
    right:10px;
    bottom:50px;
    width:100px;
    z-index:99;
}

.right a{
    width:100px;
    height:100px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:bold;
    transition:all 0.5s;
    transform:translateX(110px);
}

.right a img{
    transition:all 0.5s;
}

.right a span{
    margin-top:10px;
    transition: all 0.5s;
    text-align: center;
}

.right a.qynb{
    background:#77B82A;
}

.right a.ywlx{
    background:#01C5BB;
}

.right a.gwly{
    background:#D1E9F3;
    color:#007EDD;
}

.right a.hdb{
    background:#fff;
}

.right a.bmtd{
    background: url("../images/1/bm.png") no-repeat center center;
    background-size: 100% 100%;
    font-size: 12px;
    padding: 0 6px;
    text-align: center;
    text-shadow: 2px 0 #000;
}

.right a.bmtd span{
    margin-top: 0;
}

.right a.bmtd span:last-child{
    font-size: 14px;
    margin-top: 0;
    padding: 0 3px;
}

.right a:hover img{
    transform:translateY(-10px);
}

.right a:hover span{
    transform:translateY(-10px);
}

.el-dialog__header {
    text-align:center;
}

.el-dialog__header .el-dialog__title {
    background: url(/static/custom/jitri/首页/juxing1.png) no-repeat center bottom;
    background-size: 100%;
    display: inline-block;
    width: 180px;
    font-size: 22px;
    line-height: 36px;
}

/* 右侧悬浮栏目  ========== END ========== */

/* 研究所、创新中心、经典案例详情页  ========== START ========== */
.portal-module-title {
    display: block;
    border-left: 4px solid var(--color-primary);
    padding-left: 10px;
    font-size: 22px;
    font-weight: 700;
    margin: 16px 0;
}

.portal-module-title span:nth-child(2) {
    font-size: 16px;
    color: #999;
    margin-top: 6px;
    margin-left: 6px;
}

.portal-module-img {
    align-items: center;
    display: flex;
    justify-content: center;
}

.portal-module-img > div {
    height: 150px;
    width: 530px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.portal-module-img > div div {
    height: 150px;
    width: 530px;
    position: absolute;
    animation: switch 10s ease-out infinite;
}

.portal-module-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.portal-module-content {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #666;
}

.portal-module-content span{
    font-weight: 700;
}

.footer-content-des-icon {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: #777;
    align-items: center;
    display: flex;

}

 .footer-content-des-icon img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-left: 0 !important;
    cursor: pointer;
}
/* 研究所、创新中心详情页  ========== END ========== */

/* 窄屏设备 */
 @media only screen and (max-width: 992px) {

#header {
    position: relative;
    top: 0px !important;
}

.cyyjy_a {
    padding: 10px 0;
}

.cyyjy_a_left {
    width: 50%;
}

.cyyjy_a_left img {
    width: 100%;
}

.cyyjy_a_right {
    align-items: center;
    height: 100%;
    display: none;
}

.center {
    width: 95%;
}

.center2 {
    width: 95%;
}

.cyyjy_b {
    display: none;
}

.en_cyyjy_b {
    display: none;
}

.cyyjy_c {
    height: 42px;
}

.cyyjy_c_left img {
    width: 25px;
    margin-right: 10px;
}

.cyyjy_c_left span {
    font-size: 12px;
}

#case2 {
    height: 100%;
}

.cyyjy_c_right a {
    font-size: 12px;
    width: 95%;
}

.cyyjy_c_right span {
    display: none;
}

.cyyjy_d {
    flex-direction: column;
}

.cyyjy_d_left {
    width: 100%;
}

.cyyjy_d_left_tit a {
    font-size: 14px;
}

.title span {
    width:90px;
    font-size: 16px;
}

.data-title-active {
    background: url(/static/custom/jitri/首页/juxing1.png) no-repeat center bottom;
    background-size: 100%;
    font-size: 18px !important;
    font-weight: bold !important;
}

.data-title {
    font-size: 16px;
}

.cyyjy_d_left .div_ul {
    margin-top: 20px;
}

.cyyjy_d_left .div_li {
    line-height: 30px;
}

.cyyjy_d_left .div_li div {
    width: 100%;
}

.cyyjy_d_left .div_li img {
    width: 5px;
}

.cyyjy_d_left .div_li div a {
    font-size: 14px;
}

.cyyjy_d_left .div_li span {
    display: none;
}

.cyyjy_d_left_con_info>a {
    width: auto;
    height: auto;
}

.cyyjy_d_left_con div img {
    width: 110px;
    height: 80px;
}

.cyyjy_d_left_con p a {
    font-size: 14px;
}

.cyyjy_d_left_con div div a {
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
}

.cyyjy_d_right {
    width: 100%;
    margin-top: 30px;
}

.cyyjy_d_right .div_li {
    line-height: 30px;
}

.cyyjy_d_right .div_li div {
    width: 100%;
}

.cyyjy_d_right .div_li img {
    width: 5px;
}

.cyyjy_d_right .div_li div a {
    font-size: 14px;
}

.cyyjy_d_right .div_li span {
    display: none;
}

.cyyjy_d_right_yuankan {
    margin-top: 20px;
}

.cyyjy_d_right_yuankan .yuankan_tit span {
    font-size: 18px;
    line-height: 18px;
    border-width: 4px;
}

.cyyjy_d_right_yuankan .yuankan_tit a {
    font-size: 14px;
}

.cyyjy_d_right_yuankan .yuankan_left img {
    height: 90%;
}

.cyyjy_d_right_yuankan .yuankan_right_tit {
    padding: 10px 0;
}

.cyyjy_d_right_yuankan .yuankan_right_tit span {
    font-size: 18px;
}

.cyyjy_e {
    margin-top: 0px;
}

.cyyjy_e ul {
    flex-wrap: wrap;
}

.cyyjy_e ul li {
    width: 33%;
}

.cyyjy_e ul li:first-child {
    margin-left: 0px !important;
    margin-bottom:30px;
}

.cyyjy_e ul li span span:first-child {
    font-size: 24px;
}

.cyyjy_e ul li span {
    font-size: 14px;
}

.cyyjy_g ul li {
    padding: 20px 0;
    height:auto;
}

.cyyjy_g ul li img:nth-child(1) {
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
}

.cyyjy_g ul li span:nth-child(2) {
    margin-bottom: 10px;
}

.cyyjy_g ul li span:nth-child(3) {
    font-size: 14px;
}

.cyyjy_g ul li span:nth-child(4) {
    font-size: 12px;
    text-align: center;
    width: 104px;
}

.cyyjy_g ul li img:nth-child(5) {
    width: 30px;
    position: absolute;
    bottom: 15px;
}

.cyyjy_g ul li div p:nth-child(1) {
    font-size: 18px;
}

.cyyjy_g ul li div p:nth-child(2) {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

.cyyjy_g ul li div p:nth-child(3) {
    font-size: 8pt;
    width: 90%;
}

.cyyjy_g ul li div img {
    width: 30px;
    bottom: 10px;
    margin-left: -15px;
}

.cyyjy_h {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 30px !important;
    padding-bottom: 10px;
}

.cyyjy_h_left {
    width: 100%;
}

.cyyjy_h_left_tit {
    margin: 30px 0 10px;
}

.cyyjy_h_left_tit p:nth-child(1) {
    font-size: 16px;
}

.cyyjy_h_left_tit p:nth-child(2) {
    font-size: 12px;
}

.cyyjy_h_left_info {
    margin-top: 20px;
}

.cyyjy_h_left_info .info_left {
    width: 100%;
    border: none;
}

.cyyjy_h_left_info .info_left p {
    line-height: 30px;
    font-size: 14px;
}

.cyyjy_h_left_info .info_left p img {
    margin-right: 10px;
}

.info_right {
    display: none;
}

.cyyjy_h_right {
    width: 100%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

.cyyjy_h_right .container-links {
    margin-top: 30px;
}

.cyyjy_h_right_tit img {
    width: 25px;
}

.cyyjy_h_right_tit span {
    font-size: 18px;
    line-height: 18px;
    margin-left: 10px;
    text-indent: 10px;
}

.cyyjy_h_right ul {
    margin-top: 20px;
}

.cyyjy_h_right ul li span {
    font-size: 14px;
}

.cyyjy_h_right_link {
    margin-top: 0;
}

.cyyjy_i {
    font-size: 14px;
    margin-bottom: 60px;
}

.top-img {
    height: 130px;
}

.cyyjy_k {
    background: none;
}

.cyyjy_k_con {
    height: 40px;
    display: block;
    flex-direction: column;
}

.cyyjy_k_con div {
    margin: 0;
}

.cyyjy_k_con div a {
    font-size: 14px;
    width:40px;
}

.cyyjy_k_con_home {
    background: none;
    width: 40px;
}

.cyyjy_k_con_home img {
    width: 25px;
}

.cyyjy_k_con a span {
    display: none;
}

.cyyjy_k_con .cyyjy_k_con_right {
    background: #EDF0F5;
    margin-top: 5px;
}

.cyyjy_k_con_right a {
    width: 100% !important;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 5px;
}

.cyyjy_l_tit span {
    font-size: 18px !important;
}

.cyyjy_m {
    margin-bottom: 60px;
}

.cyyjy_m_con {
    flex-direction: column-reverse;
    align-items: center;
}

.cyyjy_m_con_left {
    width:auto;
}

.cyyjy_m_con_left ul {
    display: none;
}

.cyyjy_m_con_left div {
    margin-top: 20px;
    font-size: 12px;
}

.cyyjy_m_con_left div a {
    font-size: 12px;
    margin-left: 10px;
}

.cyyjy_m_con_right {
    width: 95%;
    justify-content: center;
}

.cyyjy_m_con_right div:nth-child(1) {
    width: 100%;
    text-align: center;
}

.cyyjy_m_con_right div:nth-child(1) img {
    width: auto;
    max-width: 70%;
}

.cyyjy_m_con_right div:nth-child(2) {
    display: none;
}

.cyyjy_l_tit img {
    width: 80%;
}

.jcnb {
    margin-top: 30px;
    margin-bottom: 30px;
}

.jcnb ul {
    justify-content: space-between;
}

.jcnb ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
}

.jcnb div {
    justify-content: space-between;
}

.jcnb div div {
    width: 45%;
    margin-right: 2%;
    margin-bottom: 15px;
    height: 245px;
}

.yqlj {
    margin-top: 50px;
    margin-bottom: 40px;
}

.yqlj_tit {
    flex-direction: column;
    align-items: flex-start;
}

.yqlj_tit img {
    width: 25px;
}

.yqlj_tit span {
    line-height: 18px;
    font-size: 18px;
    padding-left: 10px;
    margin-left: 10px;
}

.yqlj_tit form {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.yqlj_tit form input {
    width: 80%;
    font-size: 12px;
    height: 35px;
}

.yqlj_tit button {
    font-size: 14px;
    height: 33px;
}

.yqlj_tab {
    margin-top: 25px;
    margin-bottom: 20px;
}

.yqlj_tab span {
    padding: 4px;
    font-size: 14px;
    margin-right: 5px;
}

.yqlj_tab img {
    margin-left: 5px;
}

.yqlj ul {
    justify-content: space-between;
}

.yqlj ul li {
    width: 48%;
    margin-right: 0;
}

.cyyjy_l_article p {
    font-size: 14px !important;
    line-height: 25px !important;
}

.cyyjy_l_article p video {
    max-width:100%;
}

.cyyjy_q_con {
    flex-direction: column-reverse !important;
}

.cyyjy_q_con_left {
    width: 100% !important;
}

.cyyjy_q_con_left p {
    font-size: 14px !important;
    line-height: 25px !important;
    margin-bottom: 10px;
}
.cyyjy_q_con_right {
    width: 100% !important;
}

.cyyjy_s_minglu {
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.cyyjy_s_minglu span:nth-child(1) {
    font-size: 18px;
    line-height: 20px;
    padding-left: 10px;
}

.cyyjy_s_minglu span:nth-child(2) {
    font-size: 14px;
}

.cyyjy_s_minglu div:nth-child(2) {
    font-size: 12px;
    margin-left: 14px;
    margin-top: 10px;
}

.cyyjy_s ul {
    width: 95%;
    margin: auto;
}

.cyyjy_s ul li {
    margin-bottom: 10px;
    padding: 10px 0;
}

.cyyjy_s ul li > div {
    padding: 10px;
    flex-direction: column;
}

.cyyjy_s ul li div div:nth-child(1) {
    width: 100%;
}

.cyyjy_s ul li div div:nth-child(1) p {
    font-size: 18px;
    top: -11px;
    left: -11px;
    width: 140px;
    line-height: 36px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.cyyjy_s ul li div div:nth-child(2) {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
    padding-left: 10px;
}

.cyyjy_s ul li div div:nth-child(2) span {
    width: 100%;
    line-height: 30px;
}

/*
.cyyjy_s ul li:nth-child(odd) div {
    flex-direction: column;
}

.cyyjy_s ul li:nth-child(odd) div div:nth-child(1) {
    width: 100%;
}

.cyyjy_s ul li:nth-child(odd) div div:nth-child(2) {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0;
    padding-left: 10px;
}

.cyyjy_s ul li:nth-child(odd) div div:nth-child(2) span {
    width: 100%;
    line-height: 30px;
}

.cyyjy_s ul li:nth-child(even) div {
    flex-direction: column-reverse;
}

.cyyjy_s ul li:nth-child(even) div div:nth-child(1) {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 0;
    padding-left: 10px;
}

.cyyjy_s ul li:nth-child(even) div div:nth-child(1) span {
    width: 100%;
    line-height: 30px;
}

.cyyjy_s ul li:nth-child(even) div div:nth-child(2) {
    width: 100%;
}
*/
.cyyjy_t_con p {
    font-size: 14px !important;
    line-height: 25px !important;
}

.lianchaung_center {
    justify-content: flex-start;
}

.lianchaung_center img {
    width: 30.33%;
    margin-right: 3%;
    margin-bottom: 10px;
}

.cyyjy_u_con p {
    font-size: 14px !important;;
    line-height: 25px !important;
    margin-bottom: 10px;
}

.cyyjy_w p {
    width: 95%;
    margin: auto;
    font-size: 14px;
    text-align: left !important;
    line-height: 25px;
}

.cyyjy_x ul li {
    flex-wrap: wrap;
    margin-bottom: 0;
}

.cyyjy_x ul li div {
    width: 49%;
    margin-bottom: 10px;
}

.cyyjy_x ul li div img {
    width: 40px;
}

.cyyjy_x ul li div span {
    font-size: 18px;
    margin: 10px 0;
}

.cyyjy_x ul li div p {
    font-size: 12px;
    line-height: 20px;
    width: 95%;
}

.rcst1 {
    margin-top: 50px;
    flex-wrap: wrap;
}

.rcst1_left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.rcst1_left img {
    display: none;
}

.rcst1_left img:nth-child(2) {
    display: inline-block;
    width: 75%;
    max-width: 100%;
}

.rcst1_right {
    width: 100%;
}

.rcst1_right p {
    font-size: 14px;
    margin-bottom: 10px;
}

.rcst2 {
    height: 150px;
    margin-bottom: 50px;
}

.rcst2 div span {
    font-size: 14px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal !important;
    width: 100%;
}

.rcst3_tit span {
    font-size: 14px;
    line-height: 14px;
    padding-left: 10px;
}

.rcst3_img {
    margin-top: 20px;
}

.rcst5 {
    width: 100%;
    margin-top: 40px;
}

.rcst5 .rcst3_tit {
    width: 95%;
    margin: auto;
}

.rcst5_con_top div {
    width: 70%;
    /* display: none; */
    padding-left: 2%;
    padding-right: 5%;
}

.rcst5_con_top div p:nth-child(1) {
    font-size: 14px;
    margin: 0;
}

.rcst5_con_top div span {
    margin: 5px 0;
    width: 30px;
    height: 2px;
}

.rcst5_con_top div p:nth-child(3) {
    font-size: 12px;
    line-height: 18px;
}

.rcst5_con_top div p b {
    font-size: 20px;
}

.rcst5_con ul {
    padding: 30px 2%;
}

.rcst5_con ul li img {
    width: 100%;
}

.rcst5_con ul li:nth-child(2n) img {
    width: 50%;
}

.rcst5_con ul li span {
    font-size: 12px;
    text-align: center;
}

.rcst6 ul {
    flex-wrap: wrap;
}

.rcst6 ul li {
    width: 50%;
}

.rcst6 ul li div:nth-child(1) {
    height: 50px;
}

.rcst6 ul li div:nth-child(1) span {
    font-size: 14px;
}

.rcst6 ul li div:nth-child(2) {
    padding: 25px 0;
}

.rcst6 ul li div:nth-child(2) p:nth-child(1) {
    margin-bottom: 20px;
}

.rcst6 ul li div:nth-child(2) p {
    width: 90%;
}

.rcst6 ul li div:nth-child(2) p span {
    font-size: 12px;
}

.rcst7_tip {
    margin: 20px 0;
    font-size: 14px;
    line-height:30px;
}

.rcst7_tip b{
    font-size: 20px;
}

.rcst7_con {
    flex-wrap: wrap;
}

.rcst7_con_top_left {
    width: 100%;
    flex-wrap: wrap;
}

.rcst7_con_top_left div:nth-child(1) {
    width: 100%;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
}

.rcst7_con_top_left div:nth-child(1) span {
    line-height: 20px;
    writing-mode: initial;
}

.rcst7_con_top_left div:nth-child(1) span:nth-child(1) {
    font-size: 14px;
}

.rcst7_con_top_left div:nth-child(1) span:nth-child(2) {
    font-size: 12px;
}

.rcst7_con_top_left div:nth-child(2) {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.rcst7_con_top_right {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.rcst7_con_top_right p {
    display: none;
    text-align: left;
}

.rcst7_con_top_right p:nth-child(1) {
    display: block;
    margin-bottom: 10px;
}

.rcst7_con_top_right p span:nth-child(1) {
    font-size: 14px;
    display: block;
}

.rcst7_con_top_right p span:nth-child(2) {
    font-size: 12px;
    margin-left: 0;
}

.rcst7_con_top_right img {
    max-width: 100%;
}

.rcst7_con_bottom_left {
    width: 100%;
    align-items: flex-start;
}

.rcst7_con_bottom_left div {
    width: 100%;
}

.rcst7_con_bottom_left div:nth-child(2) {
    text-align: center;
}

.rcst7_con_bottom_left div:nth-child(1) p:nth-child(1) {
    font-size: 14px;
}

.rcst7_con_bottom_right {
    width: 100%;
    margin-top: 20px;
}

.rcst7_con_bottom_right div:nth-child(1) {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

.rcst7_con_bottom_right div:nth-child(1) span:nth-child(1) {
    font-size: 14px;
}

.rcst7_con_bottom_right div:nth-child(1) span:nth-child(2) {
    margin-left: 0;
}

.rcst7_con_bottom_right div {
    width: 100%;
    text-align: center;
}

.rcst7_img {
    display: none;
}

.jrst1 .rcst3_tit {
    margin-bottom: 20px;
}

.jrst1_info {
    margin-bottom: 30px;
}

.jrst1_info p {
    font-size: 14px;
    width: 95%;
}

.jrst1_list {
    flex-wrap: wrap;
}

.jrst1_list_left {
    width: 100%;
}

.jrst1_list_center {
    display: none;
}

.jrst1_list_left {
    width: 100%;
}

.jrst1_list_left div {
    margin-bottom: 15px;
}

.jrst1_list_left div p span:nth-child(1) {
    font-size: 18px;
}

.jrst1_list_left div p span:nth-child(2) {
    font-size: 14px;
}

.jrst2 {
    margin-bottom: 40px;
}

.jrst2_tip {
    font-size: 12px;
    /* text-align: left; */
    line-height: 25px;
}

.jrst2_tip span:nth-child(1) {
    font-size: 18px;
}

.jrst2_tip span:nth-child(2) {
    font-size: 18px;
}

.jrst2_con {
    margin-top: 30px;
    flex-wrap: wrap;
}

.jrst2_con_left {
    width: 100%;
    margin-bottom: 20px;
}

.jrst2_con_left img {
    width: 70%;
}

.jrst2_con ul {
    width: 100%;
}

.jrst2_con ul li {
    margin-bottom: 20px;
    padding: 20px 5px;
    width: 47%;
}

.jrst2_con ul li p {
    font-size: 14px;
    line-height: 25px;
}

.jrst2_con ul li span {
    font-size: 12px;
}

.jrst3_con {
    padding: 30px 0;
    margin-top: 30px;
}

.jrst3_con ul {
    width: 95%;
    margin-top: 20px;
}

.jrst3_con ul li {
    width: 50%;
}

.jrst3_con ul li img {
    width: 15px;
}

.jrst3_con ul li span {
    font-size: 12px;
}

.jrst3_con p {
    font-size: 14px;
    margin-bottom: 5px;
}

.jrst3_zuli {
    flex-wrap: wrap;
    margin-top: 20px;
}

.jrst3_zuli_left {
    width: 80%;
}

.jrst3_zuli_left p {
    font-size: 12px;
    justify-content: flex-start;
    text-indent: 10px;
}

.jrst3_zuli_right {
    width: 100%;
    margin-top: 10px;
}

.jrst3_zuli_right p {
    line-height: 20px;
}

.jrst3_zuli_right p img {
    margin: 0 10px 0 10px;
    width: 15px;
}

.jrst3_zuli_right p span {
    font-size: 12px;
}

.jrst3_img {
    margin-top: 30px;
}

.jrst4 #case5 {
    margin-top: 30px;
    padding-bottom: 50px;
}

.jrst4 #case5 ul li {
    width: 48%;
    margin-bottom: 20px;
}

.jrst4 #case5 ul li:nth-child(odd) {
    margin-right: 4%;
}

.jrst4 #case5 ul li:nth-child(even) {
    margin-right: 0;
}

.kjst1_con {
    margin-top: 30px;
    flex-direction: column-reverse;
}

.kjst1_con_left {
    width: 100%;
}

.kjst1_con_right {
    width: 100%;
}

.kjst1_con_right div {
    padding-left: 20px;
}

.kjst1_con_right div p{
    font-size: 12px;
    line-height: 16px;
}

.kjst1_list {
    margin-top: 40px;
    margin-bottom: 30px;
}

.kjst1_list ul li {
    width: 100%;
    margin-bottom: 20px;
/*
    height: 95px;
*/
    height: 180px;
}

.kjst1_list_con span {
    font-size: 14px;
    line-height: 25px;
}

.kjst1_list ul li div span{
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.kjst1_list ul li:hover {
    cursor: none;
    box-shadow: none;
    transform: none;
}

.djdt_tit {
    font-size: 20px;
    line-height: 30px;
}

.djdt .carousel-item>div {
    flex-direction: column-reverse;
}

.djdt_kx_left {
    width: 100%;
    height: 175px;
}

.djdt_kx_left div{
    display: none;
}

.djdt_kx_right {
    width: 100%;
}

.djdt_kx_right p:nth-child(1) {
    margin: 10px 0;
    line-height: 20px;
}

.djdt_kx_right p:nth-child(1) {
    margin: 10px 0;
    line-height: 20px;
}

.djdt_kx_right p:nth-child(1) a {
    font-size: 18px;
    line-height: 22px;
}

.djdt_kx_right p:nth-child(2) {
    font-size: 14px;
    line-height: 25px;
    min-height: 100px;
}

.djdt_list {
    margin-top: 40px;
    flex-wrap: wrap;
}

.djdt_list_tit p span:nth-child(1) {
    height: 18px;
    margin-right: 10px;
}

.djdt_list_tit p span:nth-child(2) {
    font-size: 18px;
}

.djdt_list_tit p span:nth-child(3) {
    font-size: 14px;
}

.djdt_list_tit a {
    font-size: 12px;
}

.djdt_list_tit a img {
    width: 8px;
}

.djdt_list_Left {
    width: 100%;
    margin-bottom: 30px;
}

.djdt_list_Left ul {
    margin-top: 20px;
}

.djdt_list_Left ul li {
    margin-bottom: 20px;
}

.djdt_list_Left ul li p{
    line-height: 20px;
}

.djdt_list_Left ul li p:nth-child(1) span {
    font-size: 12px;
}

.djdt_list_Left ul li p:nth-child(1) a {
    font-size: 14px;
    width: 75%;
}

.djdt_list_Left ul li p:nth-child(2) span {
    font-size: 12px;
    line-height: 20px;
}

.djdt_list_Left ul li p:nth-child(2) a {
    font-size: 12px;
}

.djdt_list_right {
    width: 100%;
}

.djdt_list_right ul li {
    margin-bottom: 20px;
}

.djdt_list_right ul li p{
    line-height: 20px;
}

.djdt_list_right ul li p:nth-child(1) span {
    font-size: 12px;
}

.djdt_list_right ul li p:nth-child(1) a {
    font-size: 14px;
    width: 75%;
}

.djdt_list_right ul li p:nth-child(2) span {
    font-size: 12px;
    line-height: 20px;
}

.djdt_list_right ul li p:nth-child(2) a {
    font-size: 12px;
}

.button-new{
    left: 75%;
    bottom: -30px;
    margin-bottom: 0rem;
}

.jrjc {
    margin-top: 30px;
    flex-direction: column-reverse;
}

.jrjc_left {
    width: 100%;
}

.jrjc_left ul {
    margin-bottom: 40px;
}

.jrjc_left ul li {
    margin-bottom: 20px;
}

.jrjc_left ul li p:nth-child(1) a {
    font-size: 18px;
}

.jrjc_left ul li p:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 5px;
}

.jrjc_left ul li p:nth-child(2) span {
    font-size: 12px;
}

.jrjc_left ul li p:nth-child(3) {
    margin-bottom: 15px;
    font-size: 14px;
}

.jrjc_left ul li p:nth-child(4) {
    height: 35px;
    width: 150px;
}

.jrjc_left ul li p:nth-child(4) a {
    width: 100%;
    font-size: 12px;
}

.jrjc_left ul li p:nth-child(4) a img {
    width: 17px;
    margin-right: 10px;
}

.jrjc_left ul li p:nth-child(4) span {
    margin-left: 50px;
    font-size: 12px;
}

.jrjc_right {
    width: 100%;
}

.jrjc_right_tit {
    font-size: 18px;
    padding-bottom: 10px;
}

.jrjc_right p {
    height: 40px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.jrjc_right p a img {
    width: 20px;
}

.djlb {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 0;
}

.djlb_left {
    display: none;
}

.djlb_right_lb {
    width: 100%;
    padding: 0;
}

.djlb_right_lb>ul li {
    line-height: 35px;
}

.djlb_right_lb>ul li a {
    width: 80%;
    font-size: 14px;
}

.djlb_right_lb>ul li span {
    font-size: 12px;
}

.djlb_right2 ul li {
    width: 48%;
}

.hwhz {
    margin-top: 0px;
}

.news_detail {
    padding: 10px 10px 20px;
}

.news_detail_tit {
    font-size: 20px;
}

.news_detail_img {
    height: 200px;
}

.news_detail_time {
    font-size: 12px;
}

.news_detail_con p {
    font-size: 14px;
    line-height: 25px;
}

.search_head input {
    width: 60%;
}

/*  EN页面  */
.en_cyyjy_a {
    padding: 10px 0;
}

.en_cyyjy_a_left {
    width: 50%;
}

.en_cyyjy_a_left img {
    width: 100%;
}

.en_cyyjy_a_right {
    align-items: center;
    height: 100%;
    display: none;
}

.en_cyyjy_h_right {
    width: 100%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

.en_cyyjy_h_right_tit img {
    width: 25px;
}

.en_cyyjy_h_right_tit span {
    font-size: 18px;
    line-height: 18px;
    margin-left: 10px;
    text-indent: 10px;
}

.en_cyyjy_h_right_tit a {
    font-size: 14px;
}

.en_cyyjy_h_right ul {
    margin-top: 20px;
}

.en_cyyjy_h_right ul li{
    font-size: 12px;
}

.en_cyyjy_h_right ul li:nth-child(1) {
    width: 32%;
}

.en_cyyjy_h_right ul li:nth-child(2) {
    width: 25%;
}

.en_cyyjy_h_right ul li:nth-child(3) {
    width: 40%;
}

.en_cyyjy_h_right_link {
    margin-top: 0;
}

.en_cyyjy_m{
    margin-bottom: 60px;
}

.en_cyyjy_m_con {
    flex-direction: column-reverse;
    align-items: center;
}

.en_cyyjy_m_con_left {
    width:auto;
}

.en_cyyjy_m_con_left ul {
    display: none;
}

.en_cyyjy_m_con_left div {
    margin-top: 20px;
    font-size: 12px;
}

.en_cyyjy_m_con_left div a {
    font-size: 12px;
    margin-left: 10px;
}

.en_cyyjy_m_con_right {
    width: 95%;
    justify-content: center;
}

.en_cyyjy_m_con_right div:nth-child(1) {
    width: 100%;
    text-align: center;
}

.en_cyyjy_m_con_right div:nth-child(1) img {
    width: auto;
    max-width: 70%;
}

.en_cyyjy_m_con_right div:nth-child(2) {
    display: none;
}

.cyyjy_l_video {
    flex-direction: column-reverse;
}

.cyyjy_l_video_left {
    width: 100% !important;
}

.cyyjy_l_video_right {
    width: 100% !important;
    margin-bottom: 20px !important;
}

.cyyjy_l_video_right p {
    margin: 0;
}

.cyyjy_l_video_right p:nth-child(1) {
    text-align: center;
    margin: 0 !important;
}

.cyyjy_l_video_right p:nth-child(2) {
    margin-top: 20px;
    font-size: 14px;
}

.cyyjy_l_video_right p:nth-child(3) {
    position: static;
    margin-top: 20px;
    width: 100%;
    font-size: 12px;
}

.en_cyyjy_k {
    background: none;
}

.en_cyyjy_k_con {
    height: 40px;
     display: block;
     flex-direction: column;
}

.en_cyyjy_k_con div {
    margin: 0;
}

.en_cyyjy_k_con div a {
    font-size: 14px;
    width:40px;
}

.en_cyyjy_k_con_home {
    background: none;
    width: 40px;
}

.en_cyyjy_k_con_home img {
    width: 25px;
}

.en_cyyjy_k_con a span {
    display: none;
}

.en_cyyjy_k_con .en_cyyjy_k_con_right {
    background: #EDF0F5;
    margin-top: 5px;
}

.en_cyyjy_k_con_right a {
    width: 100% !important;
    height: 40px;
    text-align: center;
    padding: 0 5px;
}

.en_cyyjy_s_minglu {
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.en_cyyjy_s_minglu span:nth-child(1) {
    font-size: 18px;
    line-height: 20px;
    padding-left: 10px;
}

.en_cyyjy_s_minglu span:nth-child(2) {
    font-size: 14px;
}

.en_cyyjy_s_minglu div:nth-child(2) {
    font-size: 12px;
    margin-left: 14px;
    margin-top: 10px;
}

.en_cyyjy_s ul {
    width: 95%;
    margin: auto;
}

.en_cyyjy_s ul li {
    margin-bottom: 10px;
    padding: 10px 0;
}

.en_cyyjy_s ul li > div {
    padding: 10px;
    flex-direction: column;
}

.en_cyyjy_s ul li div div:nth-child(1) {
    width: 100%;
}

.en_cyyjy_s ul li div div:nth-child(1) p {
    font-size: 18px;
    top: -11px;
    left: -11px;
    width: 260px;
    line-height: 36px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.en_cyyjy_s ul li div div:nth-child(2) {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
    padding-left: 10px;
}

.en_cyyjy_s ul li div div:nth-child(2) span {
    width: 100%;
    line-height: 20px;
}
/*
.en_cyyjy_s ul li:nth-child(odd) div {
    flex-direction: column;
}

.en_cyyjy_s ul li:nth-child(odd) div div:nth-child(1) {
    width: 100%;
}

.en_cyyjy_s ul li:nth-child(odd) div div:nth-child(2) {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0;
    padding-left: 10px;
}

.en_cyyjy_s ul li:nth-child(odd) div div:nth-child(2) span {
    width: 100%;
    line-height: 20px;
}

.en_cyyjy_s ul li:nth-child(even) div {
    flex-direction: column-reverse;
}

.en_cyyjy_s ul li:nth-child(even) div div:nth-child(1) {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 0;
    padding-left: 10px;
}

.en_cyyjy_s ul li:nth-child(even) div div:nth-child(1) span {
    width: 100%;
    line-height: 20px;
}

.en_cyyjy_s ul li:nth-child(even) div div:nth-child(2) {
    width: 100%;
}
*/
.en_cyyjy_l_tit img {
    width: 80%;
}

.en_cyyjy_l_tit span {
    font-size: 18px !important;
}

.cyyjy_v_shen div {
    flex-wrap: wrap;
}

.cyyjy_v_shen div div {
    width: 100%;
    margin-bottom: 20px;
}

.cyyjy_v_shen div div p:nth-child(1) {
    display: inline-block;
    text-indent: 0;
}

.cyyjy_v_shen div div p:nth-child(1) img {
    width: 40px;
}

.cyyjy_v_shen div div p:nth-child(2) {
    display: inline-block;
    text-indent: 0;
    margin-left: 10px;
}

.cyyjy_v_shen div div p:nth-child(3) {
    margin-top: 10px;
}

.cyyjy_v_qian div {
    flex-wrap: wrap;
}

.cyyjy_v_qian div div {
    width: 100%;
    margin-bottom: 20px;
}

.cyyjy_v_qian div div p:nth-child(1) {
    display: inline-block;
    text-indent: 0;
}

.cyyjy_v_qian div div p:nth-child(1) img {
    width: 40px;
}

.cyyjy_v_qian div div p:nth-child(2) {
    display: inline-block;
    text-indent: 0;
    margin-left: 10px;
}

.cyyjy_v_qian div div p:nth-child(3) {
    margin-top: 10px;
}

.yuyan_new {
    display: flex !important;
    position: absolute;
    height: 100%;
    width: 56px;
    right: 60px;
    background: #007EDF;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.nav-more-mobile {
    display: block !important;
    font-size: 2em;
    position: absolute;
    right: 10px;
}

.mobile-menus {
    background: rgba(0, 176, 166, 0.5);
    text-align: left;
    color: white;
    list-style-type: none;
    height: 95%;
    overflow-y: auto;
}

.mobile-menus ul {
    list-style-type: none;
}

.mobile-menus li {
    line-height: 60px;
    position: relative;
}

.mobile-menus li a {
    text-decoration: none;
    color: white;
    background: #009688;
    display: block;
    border-bottom: 1px solid white;
    padding: 0 15px;
}

.mobile-menus li ul{
    display:none;
}

.mobile-menus li ul li{
    line-height: 40px;
}

.mobile-menus li ul li a {
    padding: 0 30px;
    background: #65C7AA;
}

.menu_title span {
    background-image:url(/static/custom/jitri/首页/header/xiala-mob_10.png);
    position: absolute;
    right: 20px;
    width: 26px;
    height: 14px;
    top: 23px;
}

.menu_span_top {
    transform: rotate(0deg);
}

.menu_span_down {
    transform: rotate(180deg);
}

.right {
    width: 100%;
    display: flex;
    bottom: 0;
    right: 0;
    height: 60px;
    justify-content: space-between;
}

.right a {
    width: 100%;
    height: 60px;
    transform: translateX(0);
}

.right a img {
    width: 25px;
}

.right a span {
    font-size: 14px;
    margin-top: 5px;
}

.right a:hover span {
    transform: translateY(0px);
}

.right a:hover img {
    transform: translateY(0px);
}

.right a.hdb span {
    display: inline-block;
    color: #01C5BB;
}

.el-dialog__wrapper>div {
    width:90% !important;
}

.djlb_right2 .li_div{
    width: 175px;
    margin-right: 20px;
}

.cxcx {
    padding: 20px 0 40px;
}

.cxcx_con {
    flex-wrap: wrap;
}

.cxcx_con_left {
    width: 100%;
}

.cxcx_con_left_tit span {
    font-size: 18px;
}

.cxcx_con_left_tit img {
    width: 18px;
}

.cxcx_con_left_con {
    margin: 20px 0;
}

.cxcx_con_left_con p {
    font-size: 14px!important;
}

.cxcx_con_left a {
    width: 100px;
    height: auto;
    line-height: normal;
    padding: 5px 0;
    font-size: 14px;
    margin-bottom: 20px;
}

.cxcx_con_right {
    width: 100%;
}

.cxcx_button .cxcx_button_tab .cxcx_button_tab_con {
    padding: 10px;
}

.cxcx_button_tab .cxcx_button_tab_con div .huan {
    width: 70%;
}

.cxcx_button .cxcx_button_tab .cxcx_button_tab_con div .shuzi img {
    width: 30%;
}

.cxcx_button_tab span {
    font-size: 14px;
    margin-top: 5px;
}

.cxcx_button .cxcx_button_tab {
    width: 107px;
    margin-right: 20px;
}

.cxcx_button {
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 30px;
    padding-top: 10px;
}

.cxcx_button2 {
    justify-content: normal;
}

.cxcg_tit {
    height: 50px;
}

.cxcg_tit div {
    font-size: 14px;
    line-height: 50px;
    width: 20%;
}

.cxcg_tit div:hover::after {
    bottom: -9px;
    left: 36.5%;
}

.cxcg_active::after {
    bottom: -9px;
    left: 36.5%;
}

.cxcg_con div {
    width: 100% !important;
}

.cxcg_con div span p:nth-child(4) {
    padding: 0px 5px;
}

.cxcg_con div span p:nth-child(5) span {
    width: 85px;
    padding: 0px 0px 0px 5px;
}

.cxcg_con div span p {
    margin: 2px 0px;
}

.jdal_list-item {
    flex-basis: 100%;
}

.jdal_list-item-img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
}

.jdal_list-item-title {
    font-size: 14px;
}

.en_cxcx_button_tab span {
    font-size: 12px;
    line-height: 14px;
    white-space: normal;
    margin-top: 3px;
}

.en_cxcg {
    width: 95%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin-left: 2.5%;
}

.en_cxcg_tit {
    width: auto;
}

.en_cxcg_tit div {
    font-size: 12px;
    line-height: 14px;
    white-space: normal;
    width: 120px;
}

.cxcx_button .en_cxcx_button_tab .cxcx_button_tab_con {
    padding: 5px;
}

.cxcx_button .en_cxcx_button_tab .cxcx_button_tab_con div {
    height: 40px;
}

.cyyjy_s_list-item {
    flex-basis: 98%;
    margin: 10px 1%;
}

.portal-module-title {
    font-size: 18px;
}

.portal-module-title span:nth-child(2) {
    font-size: 14px;
}

.portal-module-img > div {
    height: 130px;
    width: 100%;
}

.portal-module-img > div div {
    height: 130px;
    width: 100%;
}

.footer-content-des-icon {
    font-size: 14px;
}

.hw-info-tab{
    width: 80px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 32px !important;
}

.hw-info-container {
    padding: 20px 10px 10px;
}

.hw-info-item {
    flex-basis: 22%;
}

.hw-info-item>span {
    font-size: 12px;
}

.hw-info-item>img {
    width: 65px;
    height: 60px;
}

.hz_detail {
    padding: 10px 10px 20px;
}

.hz_detail_head {
    position: relative;
}

.hz_detail_head_left span {
    font-size: 20px;
    margin-bottom: 20px;
}

.hz_detail_head_left img {
    width: 90%;
}

.hz_detail_head_right {
    width: 55%;
    height: 150px;
    top: 0px;
    position: absolute;
    left: 45%;
}

.hz_detail_con div {
    margin-bottom: 16px;
}

.hz_detail_con p {
    font-size: 14px;
}

 }
