@charset "utf-8";


/* 公共 */
*{
    margin:0;
    padding:0;
    font-family:"微软雅黑";
}
a{
    text-decoration:none;
    color:#333;
}
a:hover{
    text-decoration:none;
    color:#333;
}
ul{
    list-style:none;
    margin:0;
}
body{
    font-size:16px;
    scroll-behavior:smooth;
}
html{
    scroll-behavior:smooth;
}
video{
    max-width:100%;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#999;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#999;
}
.flex{
    display:flex;
}
.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;
}
.center{
    width:80%;
    margin:auto;
}
.center2{
    width:70%;
    margin:auto;
}
.none{
    display:none !important;
}
.w100 {
    width: 100% !important;
}

/* loading */
@keyframes loading{
    from {height:80px;}
    to {height:50px;}
}
@-moz-keyframes loading{
    from {height:80px;}
    to {height:50px;}
}
@-webkit-keyframes loading{
    from {height:80px;}
    to {height:50px;}
}
@-o-keyframes loading{
    from {height:80px;}
    to {height:50px;}
}
.loading{
    position:fixed;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    background:#fff;
    z-index:9999;
}
.loading div{
    align-items:flex-end;
    justify-content:center;
    width:100px;
    height:80px;
}
.loading span{
    width:10px;
    height:70px;
    background:#00B0A6;
    margin:0 4px;
    opacity:0;
    transition:0.5s height,0.5s opacity;
}


/* index */
/* header */
#head{
    background:#fff;
    z-index:9999;
    top:-50px;
    transition:0.5s top;
}
.cyyjy_a{
    justify-content:space-between;
    align-items:center;
    padding:20px 0;
    position:relative;
}
.cyyjy_a_right .search{
    margin-right:30px;
}
.cyyjy_a_right .search img{
    height:54px;
}
.cyyjy_a_right div{
    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;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}

.cyyjy_a_right div a img{
    max-width: 29px;
    height: 28px;
}
.cyyjy_a_right div a span{
    display:block;
    transition:0.5s color;
    margin-top: 4px;
}
.cyyjy_a_right div a:hover span{
    color:#00B0A6;
}
.cyyjy_a_right div .shutiao{
    position:absolute;
    left:45px;
    top:6px;
}

.cyyjy_b{
    /* background:#00B0A6; */
    background: linear-gradient(to right bottom,#78b628,#0ea8a1);
    height:80px;
    position:relative;
}
.cyyjy_b_menu{
    justify-content:space-between;
}
.cyyjy_b_menu .yuyan{
    width:90px;
    line-height:80px;
    background:#007FE0;
    text-align:center;
}
.cyyjy_b_menu .yuyan a{
    display:block;
    font-size:28px;
    color:#fff;
}
.cyyjy_b_menu ul{
    width: 100%;
    FONT-WEIGHT: 100;
    justify-content: space-between;
}
.cyyjy_b_menu ul li{
    width:171.5px;
    align-items:center;
}
.cyyjy_b_menu ul li a{
    display:inline-block;
    width:100%;
    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;
}
.cyyjy_b_menu ul li .current{
    background:#fff;
    color:#00B0A6;
    font-weight:bold;
}
.cyyjy_b_menu ul li .current2{
    background:#fff;
    color:#00B0A6;
    font-weight:bold;
}
.cyyjy_b_menu ul a:hover{
    background:#fff;
    color:#00B0A6;
    /* font-weight:bold; */
}
.cyyjy_b_menu ul li span{
    float:right;
    width:3px;
    height:15px;
    background:rgba(255,255,255,0.5);
}
.cyyjy_b_menu_erji{
    position:absolute;
    height:60px;
    width:100%;
    top:50px;
    background:rgba(0,0,0,0.5);
    left:0;
    justify-content:center;
    align-items:center;
    z-index:-1;
    opacity:0;
    transition:0.5s top,0.5s opacity;
}
.cyyjy_b_menu .cyyjy_b_menu_erji a{
    width:178px;
    border-left:1px solid rgba(255,255,255,0.5);
    line-height:22px;
}
.cyyjy_b_menu ul li .cyyjy_b_menu_erji a:hover{
    background:none;
    color:#00B0A6;
}
.cyyjy_b_menu ul li .cyyjy_b_menu_erji .def{
    background:none;
    color:#00B0A6;
    font-weight:bold;
}
.cyyjy_b_menu ul li:hover .cyyjy_b_menu_erji{
    top:80px;
    opacity:1;
    z-index:99;
}
.cyyjy_b_xiala{
    position:absolute;
    width:100%;
    background:rgba(0,176,166,0.5);
    left:0;
    z-index:20;
    height:240px;
}
.cyyjy_b_xiala>div{
    height:100%;
}
.cyyjy_b_xiala_ul{
    width:100%;
    height:100%;
    justify-content: space-between;
}
.cyyjy_b_xiala_ul span{
    width: 3px;
    height: 15px;
    display: none;
}
.cyyjy_b_xiala_list{
    width:171.5px;
    align-items:center;
    flex-direction:column;
    height:100%;
    transition:all 0.5s;
    position:relative;
}
.cyyjy_b_xiala_list a{
    margin-top:15px;
    color:#fff;
    font-size:14px;
    width:100%;
    text-align:center;
    z-index:10;
}
.cyyjy_b_xiala_list a:hover{
    font-weight:bold;
}
.cyyjy_b_xiala_list a:first-child:hover{
    font-weight:normal;
}
.cyyjy_b_xiala_list .current{
    font-weight:bold;
}
.xiala_list_background{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    justify-content:center;
}
.xiala_list_background div{
    height:100%;
    width:0;
    transition:all 0.5s;
    background:rgba(0,176,166,0.8);
    opacity:0;
}
.cyyjy_b_xiala .sel .xiala_list_background div{
    width:100%;
    opacity:1;
}
.cyyjy_b_xiala .sel2 .xiala_list_background div{
    width:100%;
    opacity:1;
}
.cyyjy_b:hover .cyyjy_b_xiala{
    display:block;
}


/* mobile-menu */
.mobile_menu{
    position:fixed;
    height:100%;
    width:100%;
    background:#fff;
    z-index:9999;
    top:0;
    overflow-y:scroll;
    right:-100%;
    transition:0.5s right;
}
.mobile_menu_close{
    overflow:hidden;
    padding:20px 15px;
}
.mobile_menu_close img{
    float:right;
    width:25px;
}
.mobile_menu ul{
    width:100%;
    margin:auto;
    margin-top:10px;
}
.mobile_menu ul li{
    border-bottom:1px solid #e5e5e5;
}
.mobile_menu_li{
    padding:0 15%;
    justify-content:space-between;
    align-items:center;
    line-height:70px;
}
.mobile_menu_li div{
    align-items:center;
}
.mobile_menu_li span{
    font-size:40px;
    color:#e5e5e5;
    font-weight:200;
    width:50px;
}
.mobile_menu_li a{
    margin-left:30px;
    font-size:18px;
}
.mobile_menu_li img{
    width:18px;
    transition:all 0.5s;
}
.mobile_menu_xiala{
    padding:0 15%;
}
.mobile_menu_xiala div{
    flex-direction:column;
    margin-left:85px;
    margin-top:0;
    margin-bottom:10px;
}
.mobile_menu_xiala div a{
    font-size:15px;
    color:#999;
    line-height:30px;
}

.banner{
    position:relative;
}
.banner .swiper-slide a img{
    width:100%;
}
.banner .swiper-slide a p{
    position:absolute;
    bottom:50px;
    width:70%;
    left:0;
    right:0;
    text-align:left;
    margin:auto;
    font-size:24px;
    color:#fff;
    font-weight:bold;
}
.banner .swiper-slide a p span{
    display:block;
    width:750px;
}
.banner .swiper-pagination{
   bottom:50px;
   width:70%;
   margin:auto;
   right:0;
   text-align:right;
}
.banner .swiper-pagination-bullet{
    width:40px;
    height:40px;
    color:#fff;
    border-radius:0;
    line-height:40px;
    background:none;
    opacity:1;
    font-size:30px;
    text-align:center;
}
.banner .swiper-pagination-bullet-active{
    background:#fff;
    color:#00B0A6;
}
.banner .bullet{
    width:80px;
    height:80px;
    justify-content:center;
    align-items:center;
    position:absolute;
    top:50%;
    margin-top:-40px;
    z-index:55;
    outline:none;
    background:rgba(0,0,0,0.2);
    cursor:pointer;
}
.banner .bullet:hover img:first-child{
    display:none;
}
.banner .bullet:hover img:last-child{
    display:block;
}
.banner .button-prev{
    left:15%;
}
.banner .button-next{
    right:15%;
}

.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%;
}
.cyyjy_c_right a{
    width:70%;
}
.cyyjy_c_right span{
    text-align:right;
}
#case2{
    margin:0;
    height:70%;
    width:100%;
}
#case2 .swiper-slide{
    align-items:center;
}

.cyyjy_d{
    margin-top:40px;
    justify-content:space-between;
	overflow:hidden;
}
.cyyjy_d_left{
    width:60%;
}
.cyyjy_d_left_tit{
    justify-content:space-between;
    align-items:center;
}
.cyyjy_d_left .cyyjy_d_left_tit{
    transition:all 1s;
    transform:translateX(-300px);
    opacity:0;
}
.cyyjy_d_right .cyyjy_d_left_tit{
    transition:all 1s;
    transform:translateX(300px);
    opacity:0;
}
.title{
    align-items:center;
}
.title span{
    width:140px;
    text-align:center;
}
.title span:first-child{
    background:url("../images/1/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(2){
    background:url("../images/1/juxing1.png") no-repeat center bottom;
    background-size:100%;
    font-size:28px;
    font-weight:bold;
    border:0;
    margin-left:0;
}
.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_tit a{
    color:#00B0A6;
    font-size:14px;
    font-weight:bold;
    width:90px;
    border:1px solid #00B0A6;
    height:30px;
    text-align:center;
    line-height:30px;
    position:relative;
    z-index:10;
    border-radius:100px;
}
.cyyjy_d_left_tit a span{
    position:absolute;
    width:100%;
    height:0%;
    display:block;
    top:0;
    transition:all 0.3s;
    background:#00B0A6;
    color:#fff;
    font-size:14px;
    line-height:30px;
    text-align:center;
    opacity:0;
    border-radius:100px;
}
.cyyjy_d_left_tit a:hover{
    text-decoration:underline;
    color:#fff;
}
.cyyjy_d_left_tit a:hover span{
    height:100%;
    opacity:1;
}
.cyyjy_d_left_con{
    margin-top:30px;
    transition:all 1s;
    transform:translateX(-300px);
    opacity:0;
}
.cyyjy_d_left_con p a{
    font-size:20px;
    font-weight:bold;
}
.cyyjy_d_left_con div img{
    max-width:200px;
    transition:all 0.5s;
}
.cyyjy_d_left_con_info{
    align-items:center;
}
.cyyjy_d_left_con_info>a{
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}
.cyyjy_d_left_con_info>a img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.cyyjy_d_left_con_info div{
    width: calc(100% - 200px);
}
.cyyjy_d_left_con div div a{
    -webkit-line-clamp:3;
    line-height:35px;
    color:#999;
    margin-left:30px;
}
.cyyjy_d_left_con div div a:hover{
    color:#00B0A6;
}
.cyyjy_d_left ul{
    margin-top:20px;
    transition:all 1s;
    transform:translateX(300px);
    opacity:0;
}
.cyyjy_d_left ul li{
    justify-content:space-between;
    line-height:40px;
}
.cyyjy_d_left ul li div{
    width:70%;
    align-items:center;
}
.cyyjy_d_left ul li div a{
    width:100%;
    margin-left:10px;
}
.cyyjy_d_left ul li:hover div a{
    color:#00B0A6;
    text-decoration:underline;
}
.cyyjy_d_left ul li:hover span{
    color:#00B0A6;
    text-decoration:underline;
}
.cyyjy_d_right{
    width:35%;
}
.cyyjy_d_right ul{
    margin-top:30px;
    transition:all 1s;
    transform:translateX(-300px);
    opacity:0;
}
.cyyjy_d_right ul li{
    justify-content:space-between;
    line-height:40px;
}
.cyyjy_d_right ul li div{
    width:70%;
    align-items:center;
}
.cyyjy_d_right ul li div a{
    width:100%;
    margin-left:10px;
}
.cyyjy_d_right ul li:hover div a{
    color:#00B0A6;
    text-decoration:underline;
}
.cyyjy_d_right ul li:hover span{
    color:#00B0A6;
    text-decoration:underline;
}
.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:#00B0A6;
    font-size:14px;
    font-weight:bold;
    width:90px;
    border:1px solid #00B0A6;
    height:30px;
    text-align:center;
    line-height:30px;
    position:relative;
    z-index:10;
    border-radius:100px;
}
.cyyjy_d_right_yuankan .yuankan_tit a span{
    position:absolute;
    width:100%;
    height:0%;
    display:block;
    top:0;
    transition:all 0.3s;
    background:#00B0A6;
    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{
    text-decoration:underline;
}
.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:#00B0A6;
    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:12px;
}
.cyyjy_d_right_yuankan .yuankan_right a .download{
    height:100%;
    width:auto;
}
.cyyjy_d_right_yuankan .yuankan_right a:hover .download{
    display:inline-block;
}

.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;
}
.cyyjy_e ul li span{
    color:#fff;
    transition:all 0.5s;
}
.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_num{
    margin-bottom:15px;
}
.cyyjy_e ul li:hover span:first-child{
    transform: translateY(-10px);
}

.cyyjy_f{
    background:url("../images/1/beijing.jpg") no-repeat center center;
    background-size:cover;
    padding-top:50px;
	overflow:hidden;
}
.cyyjy_f_tit{
    justify-content:space-between;
    align-items:center;
    transform:translateY(50px);
    transition:all 0.5s;
    opacity:0;
}
.cyyjy_f_tit a{
    color:#00B0A6;
    font-size:14px;
    font-weight:bold;
    width:90px;
    border:1px solid #00B0A6;
    height:30px;
    text-align:center;
    line-height:30px;
    position:relative;
    z-index:10;
    border-radius:100px;
}
.cyyjy_f_tit a span{
    position:absolute;
    width:100%;
    height:0%;
    display:block;
    top:0;
    transition:all 0.3s;
    background:#00B0A6;
    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_f_tit a:hover{
    text-decoration:underline
}
.cyyjy_f_tit a:hover span{
    height:100%;
    opacity:1;
}
.cyyjy_f_tit ul{
    align-items:center;
    margin-bottom:0;
    margin-left:40px;
}
.cyyjy_f_tit ul li{
    padding:0 20px;
    background:#fff;
    margin:0 5px;
    line-height:45px;
    color:#00B0A6;
    font-weight:bold;
    font-size:20px;
    border-radius:3px;
    transition:0.5s background,0.5s color;
    cursor:pointer;
}
.cyyjy_f_tit ul li:hover{
    background:#00B0A6;
    color:#fff;
}
.cyyjy_f_tit ul .current{
    background:#00B0A6;
    color:#fff;
}
.cyyjy_f_tab{
    margin-top:30px;
}
.cyyjy_f_tab ul{
    align-items:center;
    margin-bottom:0;
}
.cyyjy_f_tab ul li{
    padding:0 20px;
    background:#fff;
    margin:0 5px;
    line-height:45px;
    color:#00B0A6;
    font-weight:bold;
    font-size:20px;
    border-radius:3px;
    transition:0.5s background,0.5s color;
    cursor:pointer;
}
.cyyjy_f_tab ul li:hover{
    background:#00B0A6;
    color:#fff;
}
.cyyjy_f_tab ul .current{
    background:#00B0A6;
    color:#fff;
}
.cyyjy_f_map{
    margin:auto;
    margin-top:40px;
    position:relative;
}
.cyyjy_f_map .cyyjy_f_map_img{
    width:100%;
    text-align:center;
}
.cyyjy_f_map .cyyjy_f_map_img img{
    width:100%;
}
.cyyjy_f_map_mark{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.cyyjy_f_map_mark div{
    align-items:center;
    position:absolute;
    opacity:0;
}
.cyyjy_f_map_mark div span:nth-child(1){
    font-size:14px;
    font-weight:bold;
    color:#fff;
    transition:all 0.5s;
}
.cyyjy_f_map_point{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

@keyframes myfirst{
    from {transform:translateY(-40px); opacity:0;}
    to {transform:translateY(0); opacity:1;}
}
@-moz-keyframes myfirst{
    from {transform:translateY(-40px); opacity:0;}
    to {transform:translateY(0); opacity:1;}
}
@-webkit-keyframes myfirst{
    from {transform:translateY(-40px); opacity:0;}
    to {transform:translateY(0); opacity:1;}
}
@-o-keyframes myfirst{
    from {transform:translateY(-40px); opacity:0;}
    to {transform:translateY(0); opacity:1;}
}
.cyyjy_f_map_info{
    width:20%;
    position:absolute;
    top:0;
    transform:translateY(-20px);
    opacity:0;
}
.myfirst{
    opacity:1;
    display:block;
    transform:translateY(0);
    animation: myfirst 1s;
    -moz-animation: myfirst 1s;
    -webkit-animation: myfirst 1s;
    -o-animation: myfirst 1s;
}

.cyyjy_g{
    background:url("../images/1/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{
    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;
}
.cyyjy_g ul li:first-child{
    border-left:0;
}
.cyyjy_g ul li img:nth-child(1){
    margin-bottom:50px;
    transition:all 0.5s;
}
.cyyjy_g ul li .shangyi{
    transform:translateY(-20px);
}
.cyyjy_g ul li .xiayi{
    transform:translateY(20px);
}
.cyyjy_g ul li span:nth-child(2){
    width:32px;
    border:2px solid #fff;
    border-radius:100px;
    margin-bottom:60px;
}
.cyyjy_g ul li span:nth-child(3){
    font-size:24px;
    font-weight:bold;
    color:#fff;
}
.cyyjy_g ul li span:nth-child(4){
    color:#fff;
    margin-bottom:40px;
}
.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 div{
    position:absolute;
    height:100%;
    top:0;
    background:url("../images/1/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("../images/1/cg2_2.png") no-repeat center center;
    background-size:cover;
}
.cyyjy_g ul li:nth-child(3) div{
    background:url("../images/1/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;
}
.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 .current{
    width:60%;
}
.cyyjy_g ul .current div{
    width:100%;
}

.right{
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    z-index: 99;
}
.right a{
    width:100px;
    height:100px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition:all 0.5s;
    transform:translateX(110px);
}
.right a img{
    transition:all 0.5s;
}
.right a span{
    margin-top:10px;
    transition: all 0.5s;
}
.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);
}

/*å¼¹çª—*/
.tanchuang{
    width:100%;
    position:fixed;
    top:0;
    left:0;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:999;
}
.tanchuang .tanchuang_nianbao{
    width:800px;
    margin:auto;
    margin-top:5%;
    opacity:0;
    transition:0.5s margin-top,0.5s opacity;
}
.tanchuang .tanchuang_nianbao_float{
    opacity:1;
    margin-top:10%;
}
.tanchuang .tanchuang_nianbao .nianbao{
    background:#fff;
    border-radius:10px;
    padding:20px 0 40px;
}
.tanchuang_nianbao .nianbao .nianbao_tit{
    justify-content:center;
}
.tanchuang .nianbao_con{
    justify-content:space-between;
    margin-top:60px;
}
.tanchuang .nianbao_con_left{
    flex-direction:column;
    align-items:center;
    width:50%;
}
.tanchuang .nianbao_con_left img{
    max-width:253px;
    margin-top:10px;
    margin-bottom:5px;
}
.tanchuang .nianbao_con_left span:nth-child(1){
    font-size:18px;
}
.tanchuang .nianbao_con_left span:nth-child(3){
    font-size:14px;
    color:#666;
}
.tanchuang .nianbao_con_center{
    align-items:center;
}
.tanchuang .nianbao_con_center div{
    width:0;
    height:120px;
    border:1px solid #ccc;
}
.tanchuang .nianbao_con_right{
    flex-direction:column;
    align-items:center;
    width:50%;
}
.tanchuang .nianbao_con_right span{
    font-size:18px;
}
.tanchuang .nianbao_con_right a{
    width:200px;
    line-height:45px;
    text-align:center;
    border:1px solid #3ECB89;
    border-radius:100px;
    color:#3ECB89;
    font-size:18px;
}
.tanchuang .nianbao_con_right a:nth-child(2){
    margin-top:70px;
    margin-bottom:30px;
    background:#3ECB89;
    color:#fff;
}
.tanchuang_nianbao p{
    margin-top:30px;
    text-align:center;
}
.tanchuang_nianbao p img{
    cursor:pointer;
}
.tanchuang2 .nianbao_con{
    justify-content:center;
    margin-top:10px;
}
.tanchuang2 .nianbao_con form{
    width:55%;
}
.tanchuang2 .nianbao_con form p{
    width:100%;
    align-items:center;
    margin-top:15px;
}
.tanchuang2 .nianbao_con form p span{
    font-size:14px;
    white-space:nowrap;
    color:#777;
    width:50px;
    margin-right:15px;
    text-align-last:justify;
}
.tanchuang2 .nianbao_con form p input{
    width:100%;
    border:none;
    outline:none;
    border:1px solid #d7d7d7;
    border-radius:8px;
    height:40px;
    font-size:14px;
    text-indent:15px;
    color:#777;
}
.tanchuang2 .nianbao_con form p textarea{
    width:100%;
    border:none;
    outline:none;
    border:1px solid #d7d7d7;
    border-radius:8px;
    height:150px;
    resize:none;
    padding:10px 15px;
    font-size:14px;
    color:#777;
}
.tanchuang2 .nianbao_con form p:nth-child(4) input{
    width:65%;
    margin-right:10px;
    margin-left:-4px;
}
.tanchuang2 .nianbao_con form button{
    outline:none;
    border:none;
    background:#00B0A6;
    width:200px;
    height:40px;
    color:#fff;
    border-radius:5px;
}
.tanchuang2 .nianbao_con form .nianbao_con_btn{
    justify-content:center;
    margin-top:40px;
}


/* about */
.cyyjy_bg{
    position:relative;
}
.cyyjy_bg img{
    width:100%;
}
.cyyjy_bg div{
    top:0;
    left:0;
    width:100%;
    position:absolute;
    height:100%;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
}
.cyyjy_bg div span{
    font-size:30px;
    font-weight:bold;
    margin-bottom:10px;
}
.cyyjy_bg div p{
    width:50%;
    text-align:center;
    line-height:30px;
}

.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;
}
.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 a:hover span{
    color:#00B0A6;
}
.cyyjy_k_con .cyyjy_k_con_left div a:hover{
    color:#00B0A6;
}
.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:#00B0A6;
    color:#fff;
}
.cyyjy_k_con div .cur{
    color:#00B0A6;
}
.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 .cyyjy_k_con_left{
    align-items:center;
    height:100%;
    margin-left:0;
}
.cyyjy_k_con_right{
    height:100%;
}
.cyyjy_k_con_right a{
    height:100%;
    padding:0 25px;
    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:#00B0A6;
    color:#fff;
}
.cyyjy_k_con_right .def:hover{
    color:#fff;
}

.cyyjy_l{
    margin-top:80px;
    margin-bottom:80px;
}
.cyyjy_l_tit{
    flex-direction:column;
    align-items:center;
}
.cyyjy_l_tit .tit{
    color: #e6e6e6;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.cyyjy_l_tit p img{
    max-width:100%;
    height:auto!important;
}
.cyyjy_l_tit span{
    margin-top:-25px;
    font-size:24px;
    letter-spacing:3px;
}
.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;
}
.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;
}
.cyyjy_l_article{
    margin-top:40px;
    margin-bottom: 80px;
}
.cyyjy_l_article .ntext{
    line-height: 28px;
    color: #666;
    font-size: 16px;
    margin: 0;
    margin-bottom: 26px;
    text-align: justify;
}
.cyyjy_l_article .ntext p{
    margin-bottom:10px;
}
.cyyjy_l_article .ntext img {
    max-width:100%;
}

/* council */
.cyyjy_n{
    margin-top:80px;
}
#case3{
    width:100%;
    margin-top:50px;
    margin-bottom:50px;
    padding-bottom:60px;
}
#case3 p{
    margin:0;
}
#case3 .swiper-slide a img{
    width:100%;
}
#case3 .swiper-slide a div{
    background:#F2F5FA;
    padding:5px 10px;
}
#case3 .swiper-slide a div p:nth-child(1){
    font-weight:bold;
    text-align:center;
    margin-bottom:2px;
}
#case3 .swiper-slide a div p:nth-child(2){
    font-size:14px;
    color:#666;
    text-align:center;
}
#case3 .swiper-slide a div p span{
    margin-left:20px;
}
#case3 .swiper-pagination-bullet{
    background:#F3F6FB;
    width:13px;
    height:13px;
    opacity:1;
    transition:0.5s background;
    margin:0 8px;
}
#case3 .swiper-pagination-bullet-active{
    background:#00B1A7;
}
.cyyjy_o{
    background:#F2F5FA;
}
.cyyjy_o_mingdan{
    width:50%;
    margin:auto;
}
.cyyjy_o_mingdan div img{
    width:100%;
}
.cyyjy_o_mingdan p{
    margin:0;
    height:0;
}
.cyyjy_o_mingdan table{
    border:solid #E1E1E1;
    border-width:1px 0px 0px 1px;
    width:100%;
    line-height:40px;
    text-align:center;
}
.cyyjy_o_mingdan table td{
    border:solid #E1E1E1;
    border-width:0px 1px 1px 0px;
    font-weight:bold;
}
.cyyjy_o_mingdan table tr td:last-child{
    text-align:left;
    padding-left:40px;
    font-weight:normal;
}
.cyyjy_o_mingdan table .t1{
    color:#00B1A7;
}
.cyyjy_o{
    padding:60px 0;
}
.cyyjy_o_tit{
    text-align:center;
    color:#00B1A7;
    font-size:22px;
    letter-spacing:3px;
    margin-bottom:50px;
}
.cyyjy_o_button{
    background:#C3ECEE;
    height:70px;
    margin-bottom:50px;
    position:relative;
}
.cyyjy_o_button .cyyjy_o_button_tab{
    width:50%;
    margin:auto;
    background:#fff;
    height:100%;
    display:flex;
    justify-content:space-around;
}
.cyyjy_o_button_tab .swiper-slide{
    align-items:center;
    justify-content:center;
}
.cyyjy_o_button_tab .swiper-slide span{
    height:100%;
    width:60%;
    border:2px solid #fff;
    align-items:center;
    justify-content:center;
    font-size:22px;
    transition:0.5s border,0.5s color;
}
.cyyjy_o_button_tab .swiper-slide .choose{
    border:2px solid #00B0A6;
    color:#00B0A6;
}
.cyyjy_o_button .navigation{
    position:absolute;
    top:50%;
    margin-top:-28px;
    outline:none;
    width:50px;
    justify-content:center;
}
.cyyjy_o_button .navigation:hover img:first-child{
    display:none;
}
.cyyjy_o_button .navigation:hover img:last-child{
    display:inline-block;
}
.cyyjy_o_button .navigation-prev{
    left:20%;
}
.cyyjy_o_button .navigation-next{
    right:20%;
}

/* 院本部 */
.cyyjy_p{
    margin-top:80px;
    margin-bottom:40px;
}
.cyyjy_p_jiegou{
    margin-top:50px;
    text-align:center;
}
.cyyjy_p_jiegou img{
    max-width:100%;
}
.cyyjy_p_yewu{
    margin-top:80px;
    align-items:center;
}
.cyyjy_p_yewu span:nth-child(1){
    font-size:24px;
    border-left:4px solid #00B0A6;
    line-height:22px;
    padding-left:20px;
}
.cyyjy_p_yewu span:nth-child(2){
    font-size:24px;
    color:#bbb;
    margin-left:10px;
}
.cyyjy_p ul{
    justify-content:space-between;
    flex-wrap:wrap;
    margin-top:30px;
}
.cyyjy_p ul li{
    width:48.5%;
    background:#EDF0F5;
    padding:30px 20px 30px 30px;
    margin-bottom:20px;
    transition:0.5s background;
}
.cyyjy_p ul li div{
    font-size:20px;
    font-weight:bold;
    transition:0.5s color;
}
.cyyjy_p ul li p{
    margin:0;
    color:#666;
    margin-top:8px;
    font-size:14px;
    transition:0.5s color;
}
.cyyjy_p ul li p:nth-child(1){
    font-size:20px;
    font-weight:bold;
    transition:0.5s color;
    color:#333;
}
.cyyjy_p ul li p:nth-child(3) span:first-child{
    margin-right:10px;
}
/* .cyyjy_p ul .curr{
    background:#F2FCFB;
}
.cyyjy_p ul .curr div{
    color:#00B0A6;
}
.cyyjy_p ul .curr p{
    color:#00B0A6;
} */

/* 专业所 */
.cyyjy_q{
    margin-top:80px;
}
.cyyjy_q_con{
    justify-content:space-between;
    align-items:center;
    margin-bottom:50px;
    background: #F9FAFC;
}
.cyyjy_q_con_left{
    width:50%;
}
.cyyjy_q_con_left p{
    padding: 0 20px;
    color:#777;
    margin:0;
    line-height:30px;
    text-indent:2em;
}
.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 #00B0A6;
    line-height:22px;
    padding-left:20px;
}
.cyyjy_s_minglu span:nth-child(2){
    font-size:24px;
    color:#bbb;
    margin-left:10px;
}
.cyyjy_s ul li:nth-child(odd){
    background:#F2FCFB;
}
.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:#00B0A6;
    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){
    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 #00B0A6;
    border-radius:100px;
    justify-content:center;
    color:#00B0A6;
    transition:all 0.5s;
}
.cyyjy_s_detail a img{
    margin-left:20px;
    transition:0.5s transform;
}
.cyyjy_s_detail a:hover{
    background:#00B0A6;
    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;
}

/* 联创中心 */
.cyyjy_t{
    margin-top:80px;
}
.cyyjy_t_con{
    margin-top:40px;
}
.cyyjy_t_con p{
    text-indent:2em;
    line-height:30px;
    color:#777;
}
.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; */
}
/* .lianchaung_center img:nth-child(4n){
    margin-right:0;
} */

/* 院长致辞 */
.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;
}
.cyyjy_u_con p img{
    max-width:100%;
}

.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:#00B0A6;
    margin-top:10px;
    font-weight:bold;
}
.cyyjy_v_shen div div p:nth-child(3){
    font-size:14px;
    color:#777;
}
.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:#00B0A6;
    margin-top:10px;
    font-weight:bold;
}
.cyyjy_v_qian div div p:nth-child(3){
    font-size:14px;
    color:#777;
}

.cyyjy_w{
    background:url("../images/2/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;
}

.cyyjy_x{
    margin-top: 70px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
}
.cyyjy_x .list{
    flex-direction: column;
    align-items: center;
    width: 23%;
    background: #fff;
    box-shadow: 1px 1px 20px 2px rgb(0 176 166 / 20%);
    border-radius: 5px;
    padding: 30px 0;
    box-sizing: border-box;
    transition: 0.5s box-shadow;
    margin-right: 2%;
    margin-bottom:40px;
}
.cyyjy_x .list:nth-child(4n){
    margin-right: 0;
}
.cyyjy_x .list .img{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cyyjy_x .list .img img{
    max-width: 100%;
    max-height: 100%;
}
.cyyjy_x .list span{
    margin: 20px 0 5px;
    font-size: 20px;
    color: #00B0A6;
    font-weight: bold;
}
.cyyjy_x .list p{
       width: 80%;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
}
.cyyjy_x .list:hover{
    box-shadow:1px 1px 10px 10px rgba(0,176,166,0.2);
}
.ggjc .modal-dialog{
    margin-top:6%;
}
.modal.in .modal-dialog{
    height:93%;
}
.modal-content{
    height:100%;
    overflow-y:scroll;
}
.modal-backdrop{
    z-index:10000;
}
.modal{
    z-index:10001;
}
.detail_close{
    text-align:right;
    width:97.3%;
    position:fixed;
    background:#fff;
    border-bottom:1px solid #DCDCDC;
    padding:20px 2.5% 10px 0;
    margin-left:2.5%;
}
.detail_close img{
    cursor:pointer;
}
.detail_con{
    margin-top:110px;
    margin-bottom:60px;
}
.detail_con_tit{
    justify-content:center;
    align-items:center;
    margin-bottom:30px;
}
.detail_con_tit span{
    font-size:24px;
    color:#00B0A6;
    font-weight:bold;
    margin-left:10px;
}
.detail_con p{
    width:95%;
    margin:auto;
    line-height:32px!important;
    color:#777;
    font-size:15px;
    margin-bottom:26px;
    text-align:justify;
}
.detail_con p img{
    max-width:100%;
}


/* foot2 */
.cyyjy_m{
    background:#CFDFDE;
    padding:30px 0;
    position: initial!important;
}
.cyyjy_m_con{
    justify-content:space-between;
    align-items:center;
}
.cyyjy_m_con_left{
    max-width:90%;
}
.cyyjy_m_con_right{
    justify-content:space-between;
    align-items:center;
}
.cyyjy_m_con_left .foot_tit{
    
}
.cyyjy_m_con_left .foot_tit p:nth-child(1){
    margin:0;
    font-size:20px;
    font-weight:bold;
}
.cyyjy_m_con_left .foot_tit p:nth-child(2){
    color:#666;
    font-size: 14px;
}
.cyyjy_m_con_left .foot_info{
    margin-top:20px;
    font-size: 14px;
}
.cyyjy_m_con_left .foot_info p:nth-child(2){
    margin-bottom: 0;
}
.cyyjy_m_con_left .foot_info a{
    margin-left:20px;
}
.cyyjy_m_con_right .foot_ewm{
    width:35%;
    text-align:right;
}
.cyyjy_m_con_right .foot_ewm img{
    max-width:128px;
}


/* 媒体聚焦 */
.cyyjy_y{
    margin-top:40px;
}
.cyyjy_y_left{
    width:60%;
    position:relative;
}
.cyyjy_y_left p{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    justify-content:center;
    align-items:center;
}
.cyyjy_y_left p img{
    cursor:pointer;
}
.cyyjy_y_right{
    width:40%;
    padding-left:40px;
}
.cyyjy_y_right p{
    margin:0;
}
.cyyjy_y_right_tit p{
    font-size:24px;
    font-weight:bold;
}
.cyyjy_y_right span{
    width:80px;
    height:4px;
    background:#00B0A6;
    border-radius:100px;
    display:block;
    margin:30px 0 40px;
}
.cyyjy_y_right_con{
    line-height:30px;
    color:#777;
}

.cyyjy_z{
    margin-top:80px;
    margin-bottom:40px;
}
.cyyjy_z ul{
    justify-content:space-between;
    flex-wrap:wrap;
}
.cyyjy_z ul li{
    width:31%;
    margin-bottom:30px;
}
.cyyjy_z ul li a{
    display:block;
    transition:0.5s color;
    overflow: hidden;
}
.cyyjy_z ul li a img{
    width:100%;
    transition:all 0.5s;
}
.cyyjy_z ul li p{
    margin-top:10px;
    text-align:center;
    padding:0 10px;
}
.cyyjy_z ul li p a{
    font-size:14px;
}
.cyyjy_z ul li:hover p a{
    color:#00B0A6;
}
.cyyjy_z ul li:hover a img{
    transform:scale(1.1);
}

.cyyjy_pagination{
    margin-bottom:50px;
}
.cyyjy_pagination div{
    text-align:center;
}
.cyyjy_pagination div a{
    padding:8px 15px;
    border:1px solid #666;
    color:#666;
    transition:0.5s background,0.5s color;
}
.cyyjy_pagination div span{
    padding:8px 15px;
    color: #fff !important;
    background: #00B0A6 !important;
    border: 1px solid #00B0A6 !important;
    transition:0.5s background,0.5s color !important;
    font-weight: normal !important;
}
.cyyjy_pagination div a:hover{
    background:#00B0A6;
    color:#fff;
    border-color:#00B0A6;
}
.cyyjy_pagination div span:hover{
    background:#00B0A6;
    color:#fff;
    border-color:#00B0A6;
}
.cyyjy_pagination div .def{
    background:#00B0A6;
    color:#fff;
    border-color:#00B0A6;
}

/* 新闻动态 */
.cyyjy_news{
    margin-top:50px;
    margin-bottom:60px;
}
.cyyjy_news_time{
    align-items:flex-start;
    flex-direction:column;
    width:10%;
    padding-right:20px;
}
.cyyjy_news_time span:nth-child(1){
    font-size:32px;
    color:#777;
    transition:0.5s color;
}
.cyyjy_news_time span:nth-child(2){
    color:#777;
    margin-bottom:20px;
}
.cyyjy_news_con{
    width:90%;
    justify-content:space-between;
    border-left:1px solid #ddd;
    padding:0 0 40px;
    padding-left:40px;
}
.cyyjy_news_con_left{
    width: calc(100% - 208px);
    padding-right: 12.5%;
    box-sizing: border-box;
}
.cyyjy_news_con_left p{
    margin:0;
}
.cyyjy_news_con_left p:nth-child(1){
    margin-bottom:20px;
}
.cyyjy_news_con_left p:nth-child(1) a{
    font-size:20px;
    font-weight:bold;
    transition:0.5s color;
}
.cyyjy_news_con_left div:nth-child(2) p{
    font-size:15px;
    color:#777;
    line-height:28px;
}
.cyyjy_news_con_left div:nth-child(2) a{
    font-size:15px;
    color:#777;
    line-height:28px;
}
.cyyjy_news_con_right{
    width:208px;
    border:3px solid #fff;
    transition:0.5s border;
    height:160px;
    overflow: hidden;
}
.cyyjy_news_con_right a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #eee;
}
.cyyjy_news_con_right a img{
    max-width: 100%;
    display: block;
    max-height: 100%;
}
.cyyjy_news ul li:hover .cyyjy_news_time span:nth-child(1){
    color:#00B0A6;

}
.cyyjy_news ul li:hover .cyyjy_news_con_left p:nth-child(1) a{
    color:#00B0A6;
}
.cyyjy_news ul li:hover .cyyjy_news_con_right a{
    border:3px solid #00B0A6;
}

/* 新闻详情 */
.news_detail{
    margin-top:50px;
    border-top: 4px solid #00b0a6;
    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:30px 0 10px;
}
.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_time span{
    margin-right: 20px;;
}
.news_detail_time span:last-child{
    margin-right: 0;;
}
.news_detail_con{
    margin-top:30px;
    border-bottom:1px dashed #ddd;
    padding-bottom:30px;
    margin-bottom:20px;
}
.con_nav{
    width: 95%;
    margin: 0 auto 30px;
    border-bottom: 1px solid #ddd;
}
.con_nav .con_item {
    min-width: 200px;
    height: 42px;
    padding: 0 20px;
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: all .4s;
    cursor: pointer;
}
.con_nav .con_item.active{
    background: #00B0A6;
    color: #fff;
}
.con_lists{
    display: none;
}
.con_lists.active{
    display: block;
}
.news_detail_con .ntext{
    line-height:28px;
    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%;
}


.news_detail_down { overflow:hidden;padding-left: 30px; display: flex;align-items: center;justify-content: space-between;position: relative; margin:50px 0 0; font-size:16px; color:#666;}
.news_detail_down::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/down_icon.svg) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news_detail_down span { float:right; }
.news_detail_down span a:hover {color:#00B0A6;}
.news_detail_down p { float:left; clear:both;}


.news_detail_page{
    justify-content:space-between;
    margin-bottom:20px;
}
.news_detail_page_left{
    width:60%;
}
.news_detail_page_left a{
    display:block;
    margin-top:10px;
}
.news_detail_page_left a:hover{
    color:#00B0A6;
    text-decoration:underline;
}
.news_detail_page_list{
    width:160px;
    height:40px;
    line-height:40px;
    border-radius:100px;
    background:#00B0A6;
    text-align:center;
    color:#fff;
    align-self:flex-end;
}
.news_detail_page_list:hover{
    color:#fff;
}

.extend_read{
    background:#EDF0F5;
    padding-top:50px;
    padding-bottom:20px;
}
.extend_read_tip p{
    margin-left:20px;
    color:#666;
    font-size:15px;
    line-height:28px;
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
}
.extend_read_tip p span{
    color:#00B0A6;
    margin-right:10px;
}

/* 通知公告 */
.tongzhi{
    margin-top:80px;
    margin-bottom:50px;
}
.tongzhi ul{
    justify-content:space-between;
    flex-wrap:wrap;
}
.tongzhi ul li{
    width:48%;
}
.tongzhi ul li .cyyjy_news_time{
    width:18%;
}
.tongzhi ul li .cyyjy_news_time span:nth-child(1){
    white-space:nowrap;
}
.tongzhi ul li .cyyjy_news_con{
    width:82%;
    padding-left:20px;
}
.tongzhi ul li:nth-child(even) .cyyjy_news_con{
    border:0;
}
.tongzhi ul li .cyyjy_news_con_left{
    width:100%;
}
.tongzhi ul li:hover .cyyjy_news_time span:nth-child(1){
    color:#00B0A6;
}
.tongzhi ul li:hover .cyyjy_news_con_left p:nth-child(1) a{
    color:#00B0A6;
}

/* 海外合作 */
.hwhz{
    margin-top:80px;
    margin-bottom:50px;
}
.hwhz_item{
    margin-bottom:30px;
}
.hwhz_item_tit{
    width:130px;
    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;
}
.hwhz_item:nth-child(2) .hwhz_item_tit{
    background:#6CD26F;
}
.hwhz_item:nth-child(3) .hwhz_item_tit{
    background:#6CB9D3;
}
.hwhz_item:nth-child(4) .hwhz_item_tit{
    background:#F5B06B;
}
.hwhz_item:nth-child(5) .hwhz_item_tit{
    background:#D2A5E8;
}
.hwhz_item ul{
    background:#F9FAFC;
    flex-wrap:wrap;
    padding:30px;
}
.hwhz_item ul li{
    width: 16%;
    margin: 2%;
}
.hwhz_item ul li a{
    flex-direction:column;
    align-items:center;
    justify-content:center;
    overflow: hidden;
}
.hwhz_item ul li a img{
    width:100%;
    transition:all 0.5s;
}
.hwhz_item ul li a span{
    color:#777;
    text-align:center;
    transition:0.5s color;
    margin-top:20px;
}
.hwhz_item ul li a:hover span{
    color:#00B0A6;
}
.hwhz_item ul li a:hover img{
    transform:scale(0.9);
} 

/* 国内合作 */
.gnhz{
    background:url("../images/4/tuceng56.png") no-repeat;
    background-size:cover;
    margin-top:30px;
    padding-top:30px;
    margin-bottom:50px;
}
.gnhz ul{
    flex-wrap:wrap;
}
.gnhz ul li{
    width:14.5%;
    margin-right:2.6%;
    margin-bottom:40px;
}
.gnhz ul li:nth-child(6n){
    margin-right:0;
}
.gnhz ul li a{
    flex-direction:column;
    align-items:center;
}
.gnhz ul li a img{
    max-width:182px;
    width:100%;
    transition:all 0.5s;
}
.gnhz ul li a span{
    margin-top:10px;
    text-align:center;
    color:#777;
    transition:0.5s color;
    font-size:15px;
}
.gnhz ul li a:hover span{
    color:#00B0A6;
}
.gnhz ul li a:hover img{
    box-shadow:0 0 8px -1px #00b0A6;
}

/* 新闻详情 */
.hz_detail{
    margin-top:50px;
    border-top: 4px solid #00b0a6;
    padding: 0 50px 20px;
    padding-top: 10px;
    box-shadow: 0px 0px 8px #e6ecf2;
    margin-bottom: 30px;
}
.hz_detail_head{
    justify-content:space-between;
    align-items: center;
    padding: 35px 5%;
    box-sizing: border-box;
    justify-content: center;
}
.hz_detail_head_left{
    max-width: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hz_detail_head_left img{
    max-width:205px;
    width:100%;
}
.hz_detail_head_left span{
    font-size:30px;
    font-weight:bold;
    margin-bottom:40px;
    text-align:center;
}
.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_left p a:hover{
    text-decoration:underline;
}
.hz_detail_head_right{
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* width: calc(100% - 205px); */
    padding-left: 40px;
    box-sizing: border-box;
}
.hz_detail_head_right img{
    width:100%;
    height:100%;
}
.hz_detail_head_right span{
    font-size:30px;
    font-weight:bold;
    /* margin-bottom:40px; */
    /* text-align:center; */
}
.hz_detail_head_right p{
    /* margin:auto; */
    margin-top:20px;
    border-top:1px solid #ccc;
    padding-top:10px;
}
#case10{
    height:100%;
}
#case10 .swiper-slide img{
    height:100%;
}
#case10 .swiper-slide video{
    width:100%;
    height:100%;
    object-fit: fill;
}
/* .hz_detail_con{
    margin-top:30px;
} */
.hz_detail_con p{
    line-height:32px!important;
    color:#666;
    font-size:16px;
    text-indent:2em;
    margin-bottom:26px;
    text-align:justify;
}
.hz_detail_con img{
    margin-left:-2em;
    max-width:100%;
}
.hz_detail_return{
    margin-top:50px;
    overflow:hidden;
    margin-bottom:80px;
}
.hz_detail_return a{
    float:right;
    display:block;
    width:150px;
    line-height:40px;
    text-align:center;
    color:#fff;
    background:#00B0A6;
    border-radius:100px;
}

/* 重大创新平台 */
.zdcxpt{
    margin-top:50px;
    background:url("../images/1/beijing.jpg") no-repeat;
    background-size:cover;
    padding-top:50px;
}
.zdcxpt_map{
    position:relative;
}
.zdcxpt_map ul{
    justify-content:center;
}
.zdcxpt_map ul li{
    padding:0 30px;
    line-height:40px;
    background:#fff;
    color:#00B0A6;
    font-size:18px;
    font-weight:bold;
    margin:0 0.5%;
    border-radius:3px;
    transition:0.5s background,0.5s color;
}
.zdcxpt_map .map_city_info2 li{
    background:none;
    padding:0 10px;
    font-size:15px;
    font-weight:normal;
}
.zdcxpt_map ul li:hover{
    background:#00B0A6;
    color:#fff;
}
.zdcxpt_map ul .selected{
    background:#00B0A6;
    color:#fff;
}
.zdcxpt_map_img{
    text-align:center;
    margin:auto;
    margin-top:20px;
    position:relative;
    width:666px;
}
.zdcxpt_map_img img{
    width:100%;
    border-radius:8px;
}
.zdcxpt_map_tip{
    position:absolute;
    bottom:20px;
    right:0;
}
.zdcxpt_map_tip p{
    margin-bottom:5px;
}
.zdcxpt_map_tip p span:first-child{
    display:inline-block;
    width:10px;
    height:10px;
    background:#F9B747;
    border-radius:50%;
    margin-right:10px;
}
.zdcxpt_map_tip p span:nth-child(2){
    font-size:15px;
    color:#666;
}
.zdcxpt_map_tip p:nth-child(2) span:first-child{
    background:#1057FD;
}
.zdcxpt_map_point{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.zdcxpt_map_point div{
    width:26px;
    height:26px;
    background:rgba(255,255,255,0);
    border-radius:50%;
    align-items:center;
    justify-content:center;
    position:absolute;
    cursor:pointer;
    transition:0.5s background;
    z-index:999;
}
.zdcxpt_map_point div span{
    display:block;
    width:12px;
    height:12px;
    border-radius:50%;
    opacity:0.8;
    transition:0.5s opacity;
}
.zdcxpt_map_point div:hover{
    background:rgba(255,255,255,0.5);
}
.zdcxpt_map_point div:hover span{
    opacity:1;
}
.zdcxpt_map_point .change{
    background:rgba(255,255,255,0.5);
}
.zdcxpt_map_point .change span{
    opacity:1;
}

.xjcl{
    margin-top:80px;
    margin-bottom:80px;
}
.xjcl_list li{
    margin-bottom:80px;
}
.xjcl_list li .xjcl_list_tit{
    justify-content:space-between;
    border-bottom:1px dashed #ccc;
    padding-bottom:15px;
}
.xjcl_list li .xjcl_list_tit p span:nth-child(1){
    font-size:24px;
    border-left:4px solid #00B0A6;
    line-height:22px;
    padding-left:20px;
}
.xjcl_list li .xjcl_list_tit p{
    align-items:center;
    margin:0;
}
.xjcl_list li .xjcl_list_tit p span:nth-child(2){
    font-size:24px;
    color:#bbb;
    margin-left:10px;
}
.xjcl_list li .xjcl_list_tit a{
    color:#01C5B9;
    align-items:center;
}
.xjcl_list li .xjcl_list_tit a img{
    margin-left:8px;
    transition:all 0.5s;
}
.xjcl_list li .xjcl_list_con_tip{
    align-items:center;
    margin-top:10px;
}
.xjcl_list li .xjcl_list_con_tip div{
    align-items:center;
    margin-right:30px;
}
.xjcl_list li .xjcl_list_con_tip div span{
    width:12px;
    height:12px;
    border-radius:50%;
    margin-right:10px;
}
.xjcl_list li ul{
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    margin-bottom:30px;
}
.xjcl_list li ul li{
    width:48%;
    background:#EDF0F5;
    margin-top:20px;
    height:60px;
    padding:0 20px 0 30px;
    margin-bottom:0;
    transition:0.5s background;
}
.xjcl_list li ul li a{
    height:100%;
    align-items:center;
    justify-content:space-between;
    color:#666;
    transition:0.5s color;
}
.xjcl_list li ul li a span:nth-child(2){
    width:12px;
    height:12px;
    border-radius:50%;
}
.orange{
    background:#FAB445;
}
.blue{
    background:#4B80FF;
}
.xjcl_list li ul li:hover{
    background:#FFFAF4;
}
.xjcl_list li ul li:hover a{
    color:#FAB445;
}


.labdown {
    margin-top:40px;
    margin-bottom:80px;
}
.labdown ul{
    justify-content:space-between;
    flex-wrap:wrap;
}
.labdown ul li{
    width:49%;
    background:#F2F6F9;
    margin-bottom:20px;
    height:60px;
    color:#666;
    padding-left:30px;
    transition:0.5s background,0.5s color;
    align-items:center;
}
.labdown ul li a{
    width:100%;
    height:100%;
    align-items:center;
}
.labdown ul li:hover{
    background:#F2FCFB;
    color:#01C5BB;
}



/* 重大创新项目 */
.zdcxpt_map_img .zdcxpt_map_point2 div span{
    background:#910683;
}
.zdcxxm{
    margin-top:50px;
    margin-bottom:50px;
}
.zdcxxm_tit{
    align-items:center;
    border-bottom:1px dashed #ccc;
    padding-bottom:15px;
    margin-bottom:20px;
}
.zdcxxm_tit span:nth-child(1){
    font-size:24px;
    border-left:4px solid #00B0A6;
    line-height:22px;
    padding-left:20px;
}
.zdcxxm_tit span:nth-child(2){
    font-size:24px;
    color:#bbb;
    margin-left:10px;
}
.zdcxxm ul{
    justify-content:space-between;
    flex-wrap:wrap;
}
.zdcxxm ul li{
    width:49%;
    background:#F2F6F9;
    margin-bottom:20px;
    height:60px;
    color:#666;
    padding-left:30px;
    transition:0.5s background,0.5s color;
    align-items:center;
}
.zdcxxm ul li a{
    width:100%;
    height:100%;
    align-items:center;
}
.zdcxxm ul li:hover{
    background:#F2FCFB;
    color:#01C5BB;
}

.yfzt_detail_tit{
    font-size:30px;
    font-weight:bold;
    text-align:center;
    border-bottom:1px dashed #ccc;
    margin-bottom:30px;
    padding-bottom:20px;
}

/* 联创中心 */
.lczx .zdcxpt_map_point div span{
    background:#FC0000;
}
.lczx .info_list p:nth-child(1){
    color:#666;
    margin-bottom:10px;
}
.lczx .info_list p:nth-child(2){
    color:#666;
    font-size:14px;
    font-weight:normal;
}
.lczx .info_list p:nth-child(2) a{
    color:#5B8CD1;
}

.lczx_xjcl .xjcl_list .xjcl_list_tit{
    margin-bottom:30px;
}
.lczx_xjcl .xjcl_list .xjcl_list_con ul{
    justify-content:flex-start;
}
.lczx_xjcl .xjcl_list .xjcl_list_con ul li{
    position:relative;
    width:22%;
    margin:0;
    padding:30px 0;
    margin-right:4%;
    background:#F7F8FA;
    height:auto;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}
.lczx_xjcl .xjcl_list .xjcl_list_con ul li:nth-child(4n){
    margin-right:0;
}
.lczx_xjcl .xjcl_list .xjcl_list_con ul li img{
    width:80%;
}
.lczx_xjcl .xjcl_list .xjcl_list_con ul li p{
    position:absolute;
    width:100%;
    height:0;
    top:0;
    align-items:center;
    justify-content:center;
    background:#F2FCFB;
    cursor:pointer;
    overflow:hidden;
    transition:0.5s height;
}
.lczx_xjcl .xjcl_list .xjcl_list_con ul li p span{
    color:#00B0A6;
}
.lczx_xjcl .xjcl_list .xjcl_list_con ul li:hover p{
    height:100%;
}
.logo_tit{
    margin-bottom:40px;
}
.logo_tit p{
    display:flex;
    justify-content:center;
}
.logo_tit p:nth-child(1) img{
    width:200px;
}
.logo_tit p:nth-child(2){
    font-size:24px;
    font-weight:bold;
    color:#333;
    margin-bottom:5px;
    text-align:center;
}
.logo_tit2 p:nth-child(1){
    font-size:24px;
    font-weight:bold;
    color:#333;
    margin-bottom:5px;
}
.logo_tit2 p:nth-child(2){
    font-size:15px;
    font-weight:normal;
    color:#999;
}
.jjfw{
    padding:0 30px;
    margin-bottom:50px;
}
.lxfs{
    padding:0 30px;
}
.jjfw p:nth-child(1){
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}
.lxfs p:nth-child(1){
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}

/* 人才生态 */
.rcst1{
    justify-content:space-between;
    align-items:center;
    margin-top:80px;
}
.rcst1_left{
    width:50%;
}
.rcst1_left img{
    max-width:100%;
}
.rcst1_right{
    width:44%;
    text-align:center;
}
.rcst1_right p{
    text-align:left;
    line-height:30px;
    color:#666;
    text-indent:2em;
}
.rcst1_right img{
    max-width:490px;
    width:100%;
    border-radius:8px;
}

.rcst2{
    background:url("../images/5/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;
    height:100px;
    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 #00B0A6;
    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:#00B0A6;
    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("../images/5/ju75.png") no-repeat;
    background-size:cover;
}
.rcst5_con_top .rcst5_con_top_tit2{
    background:url("../images/5/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: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;
}

.rcst6{
    margin-top:80px;
    background:url("../images/5/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;
}
.rcst6 ul li{
    width:25%;
    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 img{
    margin-right:15px;
}
.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:#00B0A6;
    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_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;
}

/* 金融生态 */
.jrst1{
    background:url("../images/5/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:#00B0A6;
    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:#00B0A6;
    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;
}
.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:#00B0A6;
    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 #00B0A6;
}

.jrst3{
    margin-bottom:80px;
}
.jrst3_con{
    background:url("../images/5/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("../images/5/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;
}

/* 空间生态 */
.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;
}
.kjst1_list ul li{
    width:48.5%;
    position:relative;
    box-shadow:1px 1px 10px 5px rgba(0,176,166,0.3);
    margin-bottom:40px;
}
.kjst1_list_img1{
    width:100%;
}
.kjst1_list_img2{
    position:absolute;
    width:59%;
    height:100%;
    top:0;
    left:0;
    margin:0;
    align-items:center;
}
.kjst1_list_img2 img{
    width:100%;
}
.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 .kjst1_list_img2{
    display:flex;
}
.kjst1_list ul li:hover .kjst1_list_con span{
    color:#fff;
}
.kjst1_yfsq img{
    width:100%;
}

/* 党建动态 */
.djdt{
    margin-top:50px;
}
.djdt_tit{
    font-size:36px;
    color:#DF1A2E;
    text-align:center;
    font-weight:bold;
    line-height:60px;
}
.djdt_tip{
    justify-content:center;
    align-items:center;
    margin-top:15px;
}
.djdt_tip a{
    color:#164D96;
    border-left:2px solid #164D96;
    line-height:18px;
    padding:0 10px;
}
.djdt_tip a:first-child{
    border:0;
}
.djdt_kx{
    margin-top:50px;
    justify-content:space-between;
}
.djdt_kx_left{
    width:58%;
}
.djdt_kx_left img{
    width:100%;
}
.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;
}
.djdt_kx_right p:nth-child(1) a:hover{
    color:#184C97;
}
#case6 .swiper-pagination{
    text-align:right;
    bottom:30px;
}
#case6 .swiper-pagination .swiper-pagination-bullet{
    width:15px;
    height:15px;
    opacity:1;
    background:#eeeeee;
    transition:0.5s background;
}
#case6 .swiper-pagination .swiper-pagination-bullet-active{
    background:#184C97;
}

.djdt_list{
    margin-top:60px;
    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;
}
.djdt_list_tit a span{
    margin-right:5px;
    font-weight:bold;
    transition:0.5s color;
}
.djdt_list_tit a:hover span{
    color:#164F97;
}
.djdt_list_Left ul{
    margin-top:30px;
}
.djdt_list_Left ul li{
    margin-bottom:25px;
}
.djdt_list_Left ul li p:nth-child(1){
    justify-content:space-between;
    align-items:center;
}
.djdt_list_Left ul li p:nth-child(1) a{
    font-size:20px;
    font-weight:bold;
    width:70%;
    transition:0.5s color;
}
.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;
}
.djdt_list_Left ul li p:nth-child(2) a{
    color:#164F97;
}
.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;
}
.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;
}
.djdt_list_right_up ul li p:nth-child(1) a{
    font-size:20px;
    font-weight:bold;
    width:70%;
    transition:0.5s color;
}
.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;
}
.djdt_list_right_up ul li p:nth-child(2) a{
    color:#164F97;
}
.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;
}
/* .djdt_list_right_up ul{
    margin-top:30px;
}
.djdt_list_right_up ul li{
    justify-content:space-between;
    align-items:center;
    line-height:40px;
}
.djdt_list_right_up ul li a{
    width:70%;
}
.djdt_list_right_up ul li a img{
    margin-right:10px;
}
.djdt_list_right_up ul li span{
    color:#999;
    transition:0.5s color;
}
.djdt_list_right_up ul li a span{
    color:#666;
}
.djdt_list_right_up ul li:hover a{
    text-decoration:underline;
}
.djdt_list_right_up ul li:hover a span{
    color:#164F97;
} */

/* 党建列表 */
.djlb{
    background:#F9F9F9;
    padding-top:50px;
}
.djlb_con{
    justify-content:space-between;
}
.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;
}
.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;
}
.djlb_left_link ul li a:hover{
    background:#FBE7E9;
}
.djlb_left_img{
    width:100%;
    margin-top:20px;
}
.djlb_right{
    width:70%;
    background:#fff;
    padding:20px 50px 30px;
}
.djlb_right ul{
    margin-top:30px;
    height:auto;
    flex-wrap: wrap;
}
.djlb_right ul li{
    justify-content:space-between;
    border-bottom:1px dashed #d7d7d7;
    padding-bottom:5px;
    line-height:55px;
}
.djlb_right ul li a{
    color:#666;
    width:70%;
    transition:0.5s color;
}
.djlb_right ul li a:hover{
    color:#164F97;
    text-decoration:underline;
}
.djlb_right ul li span{
    color:#777;
    font-size:15px;
}
.djlb_right .cyyjy_pagination{
    margin-top:60px;
    margin-bottom:20px;
}
.djlb_right .cyyjy_pagination div{
    text-align:right;
}
.djlb_right .cyyjy_pagination div a{
    padding:4px 10px;
}
.djlb_right .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;
}
.jcrw{
    background:#fff;
    padding-top:0;
    margin-top: 60px;
    margin-bottom: 30px;
}
.jcrw .djlb_right{
    width:100%;
    padding:0;
}

/* 电子院刊 */
.dzyk{
    background:#fff;
}
.dzyk .cyyjy_o_button_tab{
    background:#F6F6F6;
    width:60%;
}
.dzyk .cyyjy_o_button_tab span{
    border:2px solid #F6F6F6;
    width:70%;
    font-size:24px;
    cursor:pointer;
}
.dzyk .cyyjy_o_button .navigation-prev{
    left:15%;
}
.dzyk .cyyjy_o_button .navigation-next{
    right:15%;
}
.dzyk .dzyk_list ul{
    margin-top:60px;
    flex-wrap:wrap;
}
.dzyk .dzyk_list ul li{
    width:31%;
    margin-right:3.5%;
    margin-bottom:40px;
    overflow: hidden;
}
.dzyk .dzyk_list ul li:nth-child(3n){
    margin-right:0;
}
.dzyk .dzyk_list ul li a img{
    width:100%;
    transition:all 0.5s;
}
.dzyk .dzyk_list ul li:hover img{
    transform:scale(1.1);
}

/* 集萃年报 */
.jcnb{
    margin-top:80px;
    margin-bottom:50px;
}
.jcnb ul{
    flex-wrap:wrap;
}
.jcnb ul li{
    width:32%;
    margin-right:2%;
    margin-bottom:30px;
    overflow: hidden;
}
.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);
}

/* 加入集萃 */
.jrjc{
    margin-top:50px;
    justify-content:space-between;
}
.jrjc_left{
    width:70%;
}
.jrjc_left ul{
    margin-bottom:80px;
}
.jrjc_left ul li{
    border-bottom:1px solid #d7d7d7;
    margin-bottom:50px;
}
.jrjc_left ul li p{
    margin:0;
}
.jrjc_left ul li p:nth-child(1) a{
    font-size:22px;
    font-weight:bold;
}
.jrjc_left ul li p:nth-child(1) a span{
    background: #ffff00;
    color: #2A9AB2;
}
.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:#00B0A6;
    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_right{
    width:25%;
}
.jrjc_right_tit{
    font-size:22px;
    /* font-weight:bold; */
    padding-bottom:15px;
}
.jrjc_right p{
    margin-top:20px;
    position:relative;
    margin-bottom:40px;
}
.jrjc_right p a{
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:40px;
    align-items:center;
    justify-content:center;
    background:#fff;
    cursor: pointer;
}
.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;
}
/* 右侧搜索 */
.jrjc_right .page_search{
    
}
.jrjc_right .page_search p{
    border: 0 !important;
    height: 50px;
    font-size: 14px;
    line-height: 1.72;
    color: #666;
}
.jrjc_right .page_search p span {
    color: #00B0A6;
    padding: 0 5px;
}
.jrjc_left .nodata{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
    line-height: 25px;
}
.jrjc_left .nodata img{
    margin-bottom: 25px;
    max-width:625px;
}


/* 搜索 */
.search_list{
    margin-top:50px;
    margin-bottom:80px;
}
.search_head{
    width:95%;
    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;
    border-left:0;
    text-indent:20px;
    color:#999;
}
.search_head button{
    background:#00B0A6;
    outline:none;
    border:0;
    width:100px;
    color:#fff;
    margin-left:10px;
}
.search_result{
    margin-bottom:50px;
}
.search_result span{
    color:#00B0A6;
    font-weight:bold;
}
.search_list ul li{
    margin-bottom:40px;
}
.search_list ul li div:nth-child(1){
    justify-content:space-between;
    border-bottom:1px solid #c9c9c9;
    padding-bottom:15px;
    margin-bottom:10px;
}
.search_list ul li div:nth-child(1) p{
    margin:0;
    width:70%;
}
.search_list ul li div:nth-child(1) span{
    color:#999;
    font-size:14px;
}
.search_list ul li div:nth-child(1) p span{
    white-space:nowrap;
    color:#666;
    font-size:16px;
}
.search_list ul li div:nth-child(1) p span:nth-child(1){
    /*margin-right:30px;*/
    font-weight:bold;
    color:#333;
}
.search_list ul li div:nth-child(2){
    line-height:28px;
    color:#777;
    font-size:15px;
    text-indent:2em;
}

/* 友情链接 */
.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:#00B0A6;
    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:#00B0A6;
    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:#00B0A6;
    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:#00B0A6;
    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);
}

/* 创新成效 */
.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_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:100%;
    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_tab span{
    font-size:28px;
    font-weight:bold;
    margin-top:30px;
    color:#999999;
    transition:0.5s color;
}
.cxcx_button .current .jux{
    opacity:1;
}
.cxcx_button .current span{
    color:#333;
}

.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:#00B0A6;
    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;
}
.cxcx_con_left a{
    display:block;
    width:150px;
    height:45px;
    background:#00B0A6;
    color:#fff;
    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;
}

/* 创新成效详情 */
.czcx_detail{
    margin-top:80px;
    margin-bottom:60px;
}
.czcx_detail_tit{
    align-items:center;
}
.czcx_detail_tit span:nth-child(1){
    width:4px;
    height:20px;
    background:#00B0A6;
    border-radius:100px;
    margin-right:20px;
}
.czcx_detail_tit span:nth-child(2){
    font-size:22px;
    font-weight:bold;
}
.czcx_detail ul{
    margin-top:40px;
    flex-wrap:wrap;
}
.czcx_detail ul li{
    width:23.5%;
    margin-right:2%;
    margin-bottom:20px;
}
.czcx_detail ul li:nth-child(4n){
    margin-right:0;
}
.czcx_detail ul li a{
    width:100%;
    display:block;
    position:relative;
    height:100%;
}
.czcx_detail ul li a img{
    width:100%;
}
.czcx_detail ul li a p{
    width:100%;
    position:absolute;
    padding:0 20px;
    text-align:center;
    margin:0;
}
.czcx_detail ul li a p:nth-child(2){
    top:28%;
    color:#00B0A6;
    font-weight:bold;
    font-size:18px;
}
.czcx_detail ul li a p:nth-child(3){
    bottom:15%;
    color:#999;
    font-size:15px;
}
.czcx_detail ul li a span{
    width:30%;
    height:9%;
    position:absolute;
    top:0;
    left:0;
    color:#fff;
    align-items:center;
    justify-content:center;
    font-size:12px;
}



/* contact & links */
.cyyjy_h{
    justify-content:space-between;
    padding-bottom:70px;
    padding-top:70px;
    position:relative;
	overflow:hidden;
}
.cyyjy_h_left{
    width:50%;
    transition:all 1s;
    transform:translateX(-400px);
    opacity:0;
}
.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 {
    margin-top:35px;
    border: 1px solid #83B8B5;
}
.cyyjy_h_left_img img{
    max-width:100%;
}
.cyyjy_h_left_img #bmap {
    height: 200px;
    padding: 5px;
}
.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:40%;
    transition:all 1s;
    transform:translateX(400px);
    opacity: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:#00B0A6;
    font-weight:bold;
    font-size:14px;
    width:90px;
    border:1px solid #00B0A6;
    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:#00B0A6;
    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:#01C5BB;
    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:#01C5BB;
}
.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:#01C5BB;
}
.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{
    max-width:100%;
    transition:all 0.5s;
}
.cyyjy_h_right_link a:hover img{
    transform:scale(1.1);
}
.cyyjy_i{
    background:#DAE6E6;
    text-align:center;
    padding:20px 0;
}
.cyyjy_i a{
    margin-left:10px;
}

.pagebar {
    margin-bottom: 50px;
}
.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    align-items:center;
    font-size:14px;
}
.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 8px 12px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a[title="尾页"]{
    margin-right:20px;
}
.pagination a:nth-child(10){
    margin-right:20px;
}
.pagination span {
    padding: 8px 15px;
    color: #fff !important;
    background: #00B0A6 !important;
    border: 1px solid #00B0A6 !important;
    border-radius: 3px !important;
    font-weight: normal !important;
}
.pagination a:hover {
    color: #4fc08d;
    border: 1px solid #4fc08d;
}
.pagination a.page-num-current {
    color: #fff;
    background: #4fc08d;
    border: 1px solid #4fc08d;
}
.pagination select{
    outline:none;
    border: 1px solid #ccc;
    font-size:14px;
    border-radius: 3px;
    margin-left:5px;
    margin-right:5px;
    height:38px;
}

.djlb_left_link2 ul{
    padding:20px 5px 0;
}
.djlb_left_link2 ul li{
    width:100%;
    margin-bottom:10px;
    border:0;
    margin-right:0;
}
.djlb_left_link2 ul li a img{
    width:100%;
}
.djlb_left_link2 ul li a p{
    font-size:14px;
    margin:0;
    margin-top:5px;
    color:#777;
    transition:0.5s color;
}
.djlb_left_link2 ul li:hover a p{
    color:#DD182C;
}
/* .djlb_right2 ul{
    flex-wrap:wrap;
} */
.djlb_right2 ul li{
    width:22%;
    border:0;
    line-height:normal;
    margin-bottom:20px;
    margin-right:4%;
}
.djlb_right2 ul li:nth-child(4n){
    margin-right:0;
}
.djlb_right2 ul li a{
    width:100%;
}
.djlb_right2 ul li img{
    width:100%;
    float:left;
}
.djlb_right2 ul li p{
    margin:0;
    font-size:20px;
    color:#333;
    text-align:center;
    transition:0.5s color;
    overflow: hidden;
    text-overflow:ellipsis;
    padding:15px 5px;
}
.djlb_right2 ul li p:nth-child(1){
    font-weight:bold;
    margin-top:5px;
}
.djlb_right2 ul li div{
    background:#F2F5FA;
    clear:both;
    transition:0.5s background;
    padding:5px 0;
}
.djlb_right2 ul li:hover a{
    text-decoration:none;
}
.djlb_right2 ul li:hover div{
    background:#00B0A6;
}
.djlb_right2 ul li:hover div p{
    color:#fff;
}
#case10 .swiper-pagination2{
    bottom:-5px;
}
#case10 .swiper-pagination-bullet{
    background:#eee;
    opacity:1;
}
#case10 .swiper-pagination-bullet-active{
    background:#00B0A6;
}
#case12 .swiper-pagination2{
    bottom:-5px;
}
#case12 .swiper-pagination-bullet{
    background:#eee;
    opacity:1;
}
#case12 .swiper-pagination-bullet-active{
    background:#00B0A6;
}
#case11 .swiper-pagination3{
    bottom:-5px;
}
#case11 .swiper-pagination-bullet{
    background:#eee;
    opacity:1;
}
#case11 .swiper-pagination-bullet-active{
    background:#00B0A6;
}
#case13 .swiper-pagination3{
    bottom:-5px;
}
#case13 .swiper-pagination-bullet{
    background:#eee;
    opacity:1;
}
#case13 .swiper-pagination-bullet-active{
    background:#00B0A6;
}


/* 在线留言 20230206 */
.feedback_layer{
    justify-content:center;
    margin-top:10px;
    display: flex;
}
.feedback_layer .feedback_con{
    width:55%;
    flex-wrap: wrap;
}
.feedback_layer .feedback_con p{
    width:100%;
    align-items:center;
    margin-top:15px;
}
.feedback_layer .feedback_con p span{
    font-size:14px;
    white-space:nowrap;
    color:#777;
    width:50px;
    margin-right:15px;
    text-align-last:justify;
}
.feedback_layer .feedback_con p input{
    width:100%;
    border:none;
    outline:none;
    border:1px solid #d7d7d7;
    border-radius:8px;
    height:40px;
    font-size:14px;
    text-indent:15px;
    color:#777;
}
.feedback_layer .feedback_con p textarea{
    width:100%;
    border:none;
    outline:none;
    border:1px solid #d7d7d7;
    border-radius:8px;
    height:150px;
    resize:none;
    padding:10px 15px;
    font-size:14px;
    color:#777;
}
.feedback_layer .feedback_con p:nth-child(4) input{
    width:65%;
    margin-right:10px;
    margin-left:-4px;
}
.feedback_layer .feedback_con button{
    outline:none;
    border:none;
    background:#00B0A6;
    width:200px;
    height:40px;
    color:#fff;
    border-radius:5px;
}
.feedback_layer .feedback_con .nianbao_con_btn{
    justify-content:center;
    margin-top:40px;
}

/* 暂无信息 */
.cyyjy_news .nodata{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
    line-height: 25px;
}
.cyyjy_news .nodata img{
    margin-bottom: 25px;
    max-width:625px;
}

.djlb .nodata{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
    line-height: 25px;
}
.djlb .nodata img{
    margin-bottom: 25px;
    max-width:625px;
}

.tongzhi .nodata{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
    line-height: 25px;
}
.tongzhi .nodata img{
    margin-bottom: 25px;
    max-width:625px;
}



/* 申请入口 */
.bt_text { 
    text-align: center;
    /* width: 700px; */
    margin: auto;
}
.bt_text h2 { 
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 600;
}

.ListTable { 
    margin: 0 auto;
    border: 0;
    border-collapse: collapse;
}
.ListTable td {
    height: 30px;
    background: #fff;
    border: 1px solid #eee;
    padding: 5px;
}
.ListTable td.title { 
    vertical-align: middle;
    text-align: right;
}
.ListTable td.content { 
    /* padding-left:8px; */
}
.ListTable td input { 
    border: 1px solid #eee;
    height: 30px;
    width: 100%;
    padding: 0 5px;
    outline: none;
}
.ListTable td input:hover { 
    border:1px solid #ddd;
}
.ListTable td textarea { 
    border:1px solid #eee; 
    overflow-y:auto; 
    padding:5px;
}
.ListTable td textarea:hover { 
    border:1px solid #ddd;
}
.ListTable td select { 
    width: 100%;
    height: 30px;
    border-color: #eee;
}
.ListTable td.content label input{
    width: auto;
    margin-right: 6px;
    cursor: pointer;
}
.ListTable td.content label{
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-weight: normal;
    margin-bottom: 0;
    cursor: pointer;
    float: left;
}
.ListTable-btn { 
    text-align: center; 
    margin: 20px 0 auto; 
}

.tjan { 
    border: 1px solid #00B0A6;
    background: #00B0A6;
    color: #fff;
    text-decoration: none;
    width: 120px;
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.bullet_frame{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0,.7);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.bullet_frame .box{
    /* max-height: 700px; */
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    max-width: 1000px;
    width: 60%;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}
.bullet_frame .close{
    display: block;
    width: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.bullet_frame .close img{
    transition: all .4s;
}
.bullet_frame .close:hover img{
    transform: rotate(360deg);
}
.bullet_frame .form {
    align-items: flex-start;
    justify-content: space-between;
}

.pro_lists {
    display: flex;
    flex-wrap: wrap;
}
.pro_lists .list{
    width: 32%;
    margin-right: 2%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    margin-bottom: 2%;
}
.pro_lists .list img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.pro_lists .list:nth-child(3n){
    margin-right: 0;
}
.pro_lists .list .advice{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: all .4s;
    transform: translateY(calc(100% - 50px));
    padding: 0 20px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.45);
}
.pro_lists .list .text{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media only screen and (min-width:960px){
    .pro_lists .list:hover .advice{
        transform: translateY(0);
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0,166,176,0.65);
    }
}
@media only screen and (max-width:1400px){
    .pro_lists .list{
        height: 236px;
    }
}
@media only screen and (max-width:768px){
    .pro_lists .list{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .pro_lists .list:nth-child(3n){
        margin-right: 4%;
    }
    .pro_lists .list:nth-child(2n){
        margin-right: 0;
    }
    .cyyjy_l_tit .tit{
        font-size: 24px;
    }
}
@media only screen and (max-width:640px){
    .pro_lists .list{
        width: 100%;
        margin-right:0;
    }
    .pro_lists .list:nth-child(3n){
        margin-right: 0;
    }
    .con_nav{
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .pro_lists .list .text{
        font-size: 14px;
    }
    .con_nav .con_item{
        min-width: auto;
        max-width: 50%;
        width: 49%;
        height: 42px;
        padding: 0 14px;
        font-size: 14px;
        margin: 0;
        margin-top: 10px;
    }
    .con_nav .con_item .tit{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
