﻿*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat;margin: 0;padding: 0;}
body{font-family:'微软雅黑';color:#333;}
a{background-color:transparent;-webkit-text-decoration-skip:objects;text-decoration:none;color:#666;outline:none;cursor:pointer;display: inline-block;}
a:hover{background-repeat:no-repeat;text-decoration:none;}
a{display:inline-block;color:#666;text-decoration:none;cursor:pointer;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
a,i,span{transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s}


img,ul,li,span{margin:0;padding:0;border:0;background-repeat:no-repeat;}
ul,li{list-style:none;}
img{border:0px;vertical-align:middle;}



.clearfix::after{content:"";display:table;clear:both;}

:root {
    --text-color: #333;
    --color: #333;
    --main-color: #115CEB;
    /* --main-color: #0171fe; */
    /* #822887 */
    --main-color-first: #006c73;
 
    --bg_color:#EEF5FD;
   --title-top: 30px;
    --title-bottom: 30px;
    --t_blue_color:#190149;

    --padding-b:80px;
    --border-show:0 0px 20px 2px rgba(1, 113, 254, 0.4);
    /*  --border-show:0 0px 20px 2px rgba(130, 40, 135, 0.4); */
    --table-head-color:rgba(1, 113, 254, 0.2);
    --about-bg:#EEF5FD;
    --bg_gray:#f1f4f9;
    --box-show-gray:0 0 10px 4px rgba(0,0,0,0.08);
    --bg_color_box:#f7fbff;
    --index-color-blue:#115CEB;
    --mobile-padding:3%;
    --mobile-padding-bottom:20px;
    --mobile-padding-top:20px;
}



.container{position: relative;}
.position_relative{position:relative;}
.bg_white{background-color: #fff;}
.bg_gray{background-color: #f1f4f9;min-width: 100%;}
.bg_width{width: 1440px;margin: 0 auto;max-width: 100%;}

.banner_img{width: 100%;margin-top:90px;}
.banner_img img{width: 100%;height: 100%;object-fit: cover;}
.banner_img.exam_location_banner{}
.title_box{width: 100%;}
.title_box .title{font-size: 40px;font-weight: bold;color: #333;text-align: center;}

.tab_one .title_box{position: relative;z-index: 10;}
.tab_one .title_box .title{color: #fff;font-size: 40px;margin-bottom: 20px;}
.tab_one .title_box .description{color: #fff;font-size: 14px;text-align: center;}
.tab_one{padding-top: 80px;padding-bottom: 20px;background-color: #F9FAFD;}


/* top */
#top{width: 100%;height: 90px;background-color: #fff;box-shadow: 0 2px 10px rgba(0,0,0,.1);position: fixed;top: 0;left: 0;z-index: 9999;transition: all .8s;}
#top .view{display: flex;justify-content: space-between;height: 100%;}
#top .view>a{display: flex;align-items: center;}
#top .view .logo{height: 45px;width: auto;transition: all .8s;}
#top .view .logo img{height: 100%;width: auto;object-fit: contain;}
#top .view .logo_title{height: 23px;margin-left: 10px;}
#top .view .logo_title img{height: 100%;width: auto;object-fit: contain;}
#top .view .list{display: flex;align-items: center;justify-content: space-between;width:580px;margin-left: 55px;}
#top .view .list li{margin: 0 10px;position: relative;height: 100%;display: flex;align-items: center;}
#top .view .list li>a{position: relative;}
#top .view .list li>a::after{content: "";display: block;width: 0;height: 2px;background-color: var(--main-color);position: absolute;bottom: -5px;left: 50%;transform: translateX(-50%);transition: all .3s;}
#top .view .list li .title{font-size: 16px;color: #371d1d;text-align: center;position: relative;}

#top .view .list li.action .title,#top .view .list li:hover .title{color: var(--main-color);}

#top .view .list li.action>a::after,#top .view .list li:hover>a::after{width: 100%;}
#top .view .list .two_list{position: absolute;top: calc(100% + 80px);left: calc(50% - 85px);background-color: #fff;width:170px;text-align: center;opacity: 0;z-index: -10000;transition: all .8s;height: 0;overflow: hidden;box-shadow: 0 2px 10px rgba(0,0,0,.1);}
#top .view .list .two_list .two_li{padding: 13px 20px;color: #333;}
#top .view .list .two_list .two_li a{display: block;}
#top .view .list .two_list .two_li:hover{background-color:var(--main-color); }
#top .view .list .two_list .two_li:hover a{color:#fff;}
#top .view .list li:hover .two_list{opacity: 1; z-index: 9998;height: auto;top: 100%;}

#top.action{height: 70px;}
#top.action .view .logo{height: 45px;}





.tab_one,.tab_two,.kdcx_tab,.cjcx_tab,.cooperation_tab{}

/* right */

#right{position: fixed;right: -132px;top:calc(50% - 130px);z-index: 100000;will-change: transform;width: 190px;transition: all .3s;}
#right ul{display: flex;flex-direction: column;align-items: center;}
#right ul li{width: 100%;margin-bottom: 7px;background-color: #fff;padding: 15px;border: 1px solid #ededed;border-radius: 7px;}
#right ul li a{display: flex;justify-content: flex-start;align-items: center;}
#right ul li a img{width: 30px;height: 30px;object-fit: contain;}
#right ul li a p{margin-left: 12px;font-size: 14pxs;}

#right ul li.r_ewm .r_wx{height: 0;transition: all .3s;overflow: hidden;}
#right:hover{transform: translateX(-136px);}
#right:hover li.r_ewm .r_wx{height: 155px;}



/* footer */
#footer{background-color: #1d2736;padding: 30px 0 0;overflow: hidden;}
#footer .t_box{display: flex;justify-content: space-between;padding-bottom: 15px;}
#footer .t_box .left{width: calc(100% - 450px);padding-right: 3%;}
#footer .t_box .left .t_list ul{display: flex;justify-content: space-between;}
#footer .t_box .left .t_list ul li{padding: 0 3%;}
#footer .t_box .left .t_list ul li>a{color: #fff;font-size: 20px;margin-bottom: 15px;display: block;width: max-content;font-weight: bold;}
#footer .t_box .left .t_list ul li .m_list a{font-size: 16px;color: rgba(255, 255, 255, 0.5);margin-bottom: 12px;display: block;}
#footer .t_box .right{width: 450px;}
#footer .t_box .right .title{font-size: 20px;font-weight: bold;color: #fff;margin-bottom: 12px;}
#footer .t_box .right .title_des {font-size: 16px;color: #fff;}
#footer .t_box .right .title_des a{font-size: 16px;color: #fff;margin-bottom: 7px;}
#footer .t_box .right .wx_icon {margin-top: 15px;}
#footer .t_box .right .wx_icon img{width: 100px;margin-right: 1%;}

#footer .t_box .left .t_list ul li .m_list a:hover{color: #fff;}

#footer .footer_bottom{background-color: #121a26;text-align: center;padding: 15px 0;}
#footer .footer_bottom .bottom * {color: rgba(255, 255, 255, 0.5);font-size: 14px;}



.exam_box{position: fixed;top: 0;left: 0;bottom: 0;right: 0;z-index: 999999;visibility: hidden;transition: all .5s;opacity: 0;}
.exam_box.action{visibility: visible;opacity: 1;}
.exam_box .mask{background-color: rgba(0, 0, 0, 0.8);transition: all .3s;width: 100%;height: 100%;}
.exam_box .box .big_title{padding: 0px 0 30px;text-align: center;font-size: 30px;color: var(--t_blue_color);}

.exam_box .box{width: 620px;height: 329px;background-color: #fff;border: 1px solid #dedede;border-radius: 30px;position: absolute;top: calc(50% - 160px);left: calc(50% - 310px);padding: 15px 30px;}

.exam_box .box .close{position: absolute;right: 30px;top: 20px;z-index: 1;transition: all .3s;}
.exam_box .box .close button{border: 1px solid #dedede;padding: 7px 15px;position: relative;z-index: 10;border-radius: 3px;overflow: hidden;}
.exam_box .box .close button::before{content: "";height: 100%;width: 0;background-color: var(--main-color);transition: all .3s;display: block;position: absolute;top: 0;left: 0;z-index: -1;}
.exam_box .box .close img{height: 25px;}
.exam_box .box .close img.img_close_white{display: none;}


.exam_box .box .close:hover{cursor: pointer;background-color: var(--main-color);}
.exam_box .box .close:hover .img_close_white{display: block;}
.exam_box .box .close:hover .img_close_block{display: none;}


.exam_box .box .close button:hover::before{width: 100%;}
.exam_box .box .close button:hover{color: #fff;}
.exam_box .box .list{width: 100%;}
.exam_box .box .list ul{display: flex;flex-wrap: wrap;width: 100%;}
.exam_box .box .list ul li{width: 48%;border-radius: 20px;border: 1px solid #dedede;margin-right: 4%;margin-bottom: 25px;padding: 7px 12px;position: relative;transition: all .3s;overflow: hidden;}
.exam_box .box .list ul li::before{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 0;background-color: var(--main-color);transition: all .3s;}
.exam_box .box .list ul li a{display: flex;width: 100%;height: 100%;align-items: center;}
.exam_box .box .list ul li a[href=""], .exam_box .box .list ul li a[href="#"], .exam_box .box .list ul li a:not([href]){pointer-events: none !important;cursor: default !important;}

.exam_box .box .list ul li:nth-child(2n-2){margin-right: 0;}
.exam_box .box .list ul li:last-child,.exam_box .box .list ul li:nth-last-child(2){margin-bottom: 0;}
.exam_box .box .list ul li img{width: 75px;height: auto;}
.exam_box .box .list ul li img img{width: 100%;height: 100%;object-fit: contain;}
.exam_box .box .list ul li .title{margin-left: 20px;font-size: 18px;color: var(--color);}
.exam_box .box .list ul li:hover .title{color: #fff;}
.exam_box .box .list ul li:hover::before{height: 100%;}


.support_box{position: fixed;top: 0;left: 0;bottom: 0;right: 0;z-index: 999999;visibility: hidden;transition: all .5s;opacity: 0;}
.support_box.action{visibility: visible;opacity: 1;}
.support_box .mask{background-color: rgba(0, 0, 0, 0.8);transition: all .3s;width: 100%;height: 100%;}
.support_box .box .big_title{padding: 0px 0 30px;text-align: center;font-size: 30px;color: var(--t_blue_color);}

.support_box .box{width: 430px;height: 190px;background-color: #fff;border: 1px solid #dedede;border-radius: 30px;position: absolute;top: calc(50% - 95px);left: calc(50% - 215px);padding: 15px 30px;}

.support_box .box .close{position: absolute;right: 30px;top: 20px;z-index: 1;transition: all .3s;}
.support_box .box .close button{border: 1px solid #dedede;padding: 7px 15px;position: relative;z-index: 10;border-radius: 3px;overflow: hidden;}
.support_box .box .close button::before{content: "";height: 100%;width: 0;background-color: var(--main-color);transition: all .3s;display: block;position: absolute;top: 0;left: 0;z-index: -1;}
.support_box .box .close img{height: 25px;}
.support_box .box .close img.img_close_white{display: none;}


.support_box .box .close:hover{cursor: pointer;background-color: var(--main-color);}
.support_box .box .close:hover .img_close_white{display: block;}
.support_box .box .close:hover .img_close_block{display: none;}
.support_box .box  .view {display: flex;justify-content: center;}
.support_box .box  .view input{width: 260px;padding: 12px 20px;border: 1px solid #ededed;font-size: 16px;}
.support_box .box  .view a{display: block;padding: 12px 20px;background-color: var(--main-color);color: #fff;font-size: 18px;border-radius: 7px;margin-left: 10px;}

.support_box .box .instruction{margin-left: 15px;color: red;display: none;width: 260px;margin-top: 15px;font-size: 18px;text-align: center;}







/* title */
.title_index{text-align: center;}
.title_index p{font-size: 40px;font-weight: bold;color: var(--t_blue_color);padding-bottom: 15px;}
.title_index span{font-size: 20px;color: #888;}
.title_index p::after{content: ">";margin-left: 15px;}
.title_index p::before{content: "<";margin-right: 15px;}
.title_index p::before,.title_index p::after{color: var(--main-color);height: 100%;display: inline-block;}
.title_index.index_view{text-align: left;}
.title_index.index_view p::before, .title_index.index_view p::after{display: none;}



/* banner */
.tab-swiper{width: 100%;position: relative;overflow: hidden;margin:90px 0 0 ;min-width: 100%;} 
.swiper{width:100%;height:100%}
.swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center;background-size: cover!important;background-position: center center;}
.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}
.tab-swiper .mySwiper .tab-pagination{position: absolute;bottom: 30px;left: 0;z-index: 1;text-align: center;}
.tab-swiper .mySwiper .tab-pagination span{width: 5vw;height:4px;background-color: #fff;border-radius: 0;border-radius: 1px;}
.tab-swiper .swiper-txt1{width: 30%;top:38%;height: 300px;position: absolute;left: 14%;}
.tab-swiper .swiper-txt1 p{color: #fff;text-align: left;opacity: 0;transform: translateY(50px);}
.tab-swiper .swiper-txt1 p:first-child{font-size: 46px;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);position: relative;width: max-content;z-index: 5;}
.tab-swiper .swiper-txt1 p:first-child::after{content: "";display: block;width: 100%;height: 15px;background-color: var(--main-color);position: absolute;bottom: 0;z-index: -1;transform: translateY(50px);opacity: 0;}
.tab-swiper .swiper-txt1 p:nth-child(2){font-size: 18px;margin-top: 20px;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);}

.tab-swiper .swiper-txt2{position: absolute;top: 41%;left: 32%;}
.tab-swiper .swiper-txt2 p{text-align: left;color: #fff;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;opacity: 0;}
.tab-swiper .swiper-txt2 p:first-child{font-size: 46px;width: max-content;}
.tab-swiper .swiper-txt2 p:first-child::after{content: "";display: block;width: 100%;height: 15px;background-color: var(--main-color);position: absolute;bottom: 0;z-index: -1;transform: translateY(50px);opacity: 0;}
.tab-swiper .swiper-txt2 p:nth-child(2){font-size: 18px;margin-top: 20px;}
.tab-swiper .swiper-info {position: relative;height: inherit;}
.tab-swiper .swiper-info>a{display: block;width: 100%;height: 100%;z-index: 10;}

.tab-swiper .swiper-slide-active .swiper-txt1 p{opacity: 1;transform: translateY(0);}
.tab-swiper .swiper-slide-active .swiper-txt1 p:first-child::after{transform: translateY(0px);transition: all 1.8s 1.2s;opacity: 1;}
.tab-swiper .swiper-slide-active .swiper-txt1 p:first-child{transition: all 1.8s .8s;}
.tab-swiper .swiper-slide-active .swiper-txt1 p:nth-child(2){transition: all 1.8s 1.6s;}

.tab-swiper .swiper-slide-active .swiper-txt2 p{opacity: 1;transform: translateY(0);}
.tab-swiper .swiper-slide-active .swiper-txt2 p:first-child::after{transform: translateY(0px);transition: all 1.8s 1.2s;opacity: 1;}
.tab-swiper .swiper-slide-active .swiper-txt2 p:first-child{transition: all 1.8s .8s;}
.tab-swiper .swiper-slide-active .swiper-txt2 p:nth-child(2){transition: all 1.8s 1.6s;}

.tab-swiper .swiper-fade .swiper-slide{background-repeat: no-repeat;height: auto;}

.numer_rolling{display: flex;width: 440px;justify-content: space-between;position: absolute;right: 130px;top: 60px;}
.numer_rolling .li{display: flex;flex-wrap: wrap;margin-right: 30px;min-width: 120px;color: #fff;}
.numer_rolling .li:last-child{margin-right: 0;}
.numer_rolling .li .n_top{width: 100%;display: flex;justify-content: center;}
.numer_rolling .li .n_bottom{width: 100%;text-align: center;font-size: 18px;}
.numer_rolling .li .count_num{font-size: 70px;font-weight: bold;}
.numer_rolling .li span{font-size: 36px;}
.numer_rolling .li span.han{font-size: 20px;padding-top: 13px;}

.index_banner .flash_box{position: absolute;top: 24%;right: 3%;width: 550px;padding-left: 20px;}
.index_banner .flash_box p{font-size: 18px;color: #fff;text-align: left;}
.index_banner .numer_rolling {flex-direction: column;width: 550px;border-radius: 30px;padding:40px 20px;top: 28%;right: 3%;}
.index_banner .numer_rolling .li{display: flex;align-items: center;color:#fff;margin-right: 0;margin-bottom:6%;}
.index_banner .numer_rolling .li .left{width: 62px;}
.index_banner .numer_rolling .li .left .img{width: 50px;height: 50px;margin-right: 20px;border-radius: 50%;background-color: #EDF4FE;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.index_banner .numer_rolling .li .left .img img{width: 100%;object-fit: contain;}
.index_banner .numer_rolling .li .right{display: flex;width: calc(100% - 130px);flex-direction: row;align-items: center;justify-content: flex-start;}
.index_banner .numer_rolling .li .right .n_top{justify-content: flex-start;width: 160px;}
.index_banner .numer_rolling .li.han_li .right .n_top{align-items: center;width: 160px;}
.index_banner .numer_rolling .li .right .count_num{font-size: 42px;position: relative;background: url('../img/index_data_bg.png');background-size: 100% 100%;line-height: 52px;}
/* .index_banner .numer_rolling .li .right .count_num::before{content: "";position: absolute;left: 0;bottom: 0;background: url('../img/index_data_bg.png');background-size: 100% auto;width: 100%;height: 14px;background-position-y: bottom;z-index: 9;} */
.index_banner .numer_rolling .li.han_li .right .count_num{}
.index_banner .numer_rolling .li .right  span{font-size: 24px;font-weight: bold;}
.index_banner .numer_rolling .li .right  span.span_han{font-size: 30px;}
.index_banner .numer_rolling .li .right .n_bottom{font-size: 30px;font-weight: bold;text-align: left;width: auto;margin-right: 15px;}
.index_banner .numer_rolling .li:nth-child(3){margin-bottom: 0;}
.index_banner .numer_rolling .time{color: #fff;font-size: 16px;text-align: left;margin-top: 15px;}

/* .index_banner .numer_rolling .li:first-child .right .n_bottom{width: 190px;min-width: 100%;} */



.location-box{display:flex;align-items:center;height:50px;}
.location-box>img{margin-right:10px;width:20px;}
.location-box>ul{display:flex;font-size:16px;}
.location-box>ul li{position:relative;padding-right:20px;}
.location-box>ul li:not(:first-child)::after{content:">";position:absolute;left:-15px;top:50%;transform:translateY(-50%);}
.location-box>ul li a{display:block;font-size:14px;}
.location-box>ul li a:hover{color:var(--Domain-color);}






/* 职业技能等级认定 首页 */
.tab_one .t_list{margin-top: 30px;}
.tab_one .t_list ul{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.tab_one .t_list ul li{width: 49%;display: flex;flex-direction: column;align-items: center;border-radius: 20px;overflow: hidden;margin-bottom: 0px;padding:15px 25px 35px 25px;transition: all .3s;background-size: cover;background-repeat: no-repeat;background-image:url('../img/tab_one_bg_4.png?v1.0.1');box-shadow: var(--box-show-gray);margin-bottom: 30px;}
/*  linear-gradient(#fff,#d1d6fd ) background-image:url('../img/tab_one_bg.jpg'); */
.tab_one .t_list ul li a{display: flex;justify-content: space-between;align-items: center;width: 95%;}
.tab_one .t_list ul li .left {width: 60%;}
.tab_one .t_list ul li .left .title{font-size: 32px;color:var(--index-color-blue);font-weight: bold;margin-bottom: 30px;}
.tab_one .t_list ul li .left p{font-size: 20px;color: #777;margin-bottom: 25px;}
.tab_one .t_list ul li .right{width: 40%;overflow: hidden;height: 220px;margin-top: 20px;}
.tab_one .t_list ul li .right img{width: 100%;height: 100%;object-fit: contain;transition: all .3s;}
.tab_one .t_button {display: flex;justify-content: flex-end;align-items: center;flex-wrap: wrap;position: absolute;top: 0;right: 0;}
.tab_one .t_button .t_b_one ,.tab_one .t_button .t_b_two{width: 260px;height: 60px;border-radius: 15px;background-color: var(--main-color);font-size: 16px;display: flex;justify-content: center;align-items: center;cursor: pointer;transition: all 0.3s;border: 1px solid #dedede;position: relative;overflow: hidden;}
.tab_one .t_button .t_b_one::before ,.tab_one .t_button .t_b_two::before{content: "";position: absolute;width: 0;height: 100%;background-color: var(--main-color);bottom: 0px;left: 0;transition: all .3s;}
.tab_one .t_button .t_b_one {margin-right: 20px;background-color: #3281F8;}
.tab_one .t_button .t_b_two {background-color: #3281F8;}

.tab_one .t_button .t_b_one i,.tab_one .t_button .t_b_two i{width: 24px;height: 24px;display: block;background-repeat: no-repeat;}
.tab_one .t_button .t_b_one:hover,.tab_one .t_button .t_b_two:hover{box-shadow:0 0 10px rgba(50, 129, 248, 0.8);border: 1px solid #fff;}
/* .tab_one .t_button .t_b_one:hover::before ,.tab_one .t_button .t_b_two:hover::before{width: 100%;} */
.tab_one .t_button a{font-size: 18px;color: var(--color);color: #fff;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}
.tab_one .t_button .t_b_des{width: 100%;text-align: right;margin-top: 12px;color: #999;}
.tab_one .t_button a .img_icon{width: 24px;height: auto;margin-right: 7px;}
.tab_one .t_button .t_b_one .img_icon{width: 20px;}
.tab_one .t_button a .img_icon img{width: 100%;height: 100%;object-fit: contain;}

.scores_detail{padding-top: 50px;padding-bottom: 50px;}
.scores_detail .view {background-color: #fff;padding: 50px 60px;}
.scores_detail .view .title{font-size: 28px;color: var(--color);text-align: center;}
.scores_detail .view .class_box{display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #ededed;padding-bottom: 30px;margin-bottom: 30px;margin-top: 30px;}
.scores_detail .view .date{font-size: 16px;color: #999;text-align: center;margin-right: 30px;}
.scores_detail .view .class_box .hit{font-size: 16px;color: #999;}
.scores_detail .view .content {font-size: 16px;line-height: 32px;color:var(--color);white-space: normal !important;}
.scores_detail .view .content img{max-width: 100%;}
.scores_detail .view .content *{max-width: 100%;text-wrap: wrap !important;}
.scores_detail .view .attch{margin-top: 30px;}
.scores_detail .view .attch p{color: #666;font-size: 16px;display: inline-block;}
.scores_detail .view .attch a{color: #458AE3;font-size: 16px;margin-left: 7px;}




    

/* 信息查询 首页 */
.tab_two{padding-bottom: 8px;padding-top: 40px;}
.tab_two .t_list{margin-top:var(--title-top);}
.tab_two .t_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.tab_two .t_list ul li{width: 31%;box-shadow: 4px 6px 12px rgba(0,0,0,.3);border-radius: 20px;overflow: hidden;margin-bottom: 40px;background: #eef5fd;;transition: all .3s;}

.tab_two .t_list ul li a{display: flex;justify-content: space-between;width: 100%;height: 100%;padding: 25px 25px 25px 25px;}
.tab_two .t_list ul li .left{width: calc(100% - 60px);display: flex;flex-direction: column;}
.tab_two .t_list ul li .left .title{font-size: 22px;font-weight: bold;margin-bottom: 50px;margin-top: 20px;color: var(--index-color-blue);}
.tab_two .t_list ul li .left p{font-size: 16px;color: #666;}
.tab_two .t_list ul li .right{width:60px;overflow: hidden;}
.tab_two .t_list ul li .right img{width: 53px;height:auto;object-fit: contain;transition: all .3s;}

.tab_two .t_list ul li:hover{transform: translateY(-10px);}




/* 查询 */
.search_select .parnter_search{display: flex;justify-content: space-between;align-items: center;margin:30px auto 25px;width: 70%;background-color: #fff;border-radius: 30px;box-shadow: var(--border-show);padding: 20px 30px;}
.search_select .parnter_search .s_border{display: flex;align-items: center;}
.search_select .parnter_search .s_border .title{font-size: 20px;color: #000; }
.search_select .parnter_search .s_border input,.search_select .parnter_search select{width: 260px;height: 40px;border: 1px solid #e5e7eb;border-radius: 7px;padding: 0 15px;margin-left: 20px;}
.search_select .parnter_search  .search_btn{border-radius: 14px;background-color: var(--main-color);height: 40px;line-height: 40px;width: 120px;}
.search_select .parnter_search  .search_btn a{font-size: 20px;color: #fff;display: block;height: 100%;width: 100%;text-align: center;}



/* 考点信息查询 */
.exam_location_num.numer_rolling{width:500px;left: 59%;top: 17%;}
.exam_location_num.numer_rolling .li .n_top{justify-content: left;}
.exam_location_num.numer_rolling .li .n_bottom{font-size: 46px;color:#fff;font-weight: bold;position: absolute;width: auto;right: -10%;top: 39%;}
.exam_location_num.numer_rolling .li .count_num{color: #FDC636;font-size: 140px;}
.exam_location_num.numer_rolling .li span{color: #FDC636;font-size: 82px;}


.exam_location_num.numer_rolling .des{margin-top: -10px;}
.exam_location_num.numer_rolling .des .eq_box {display: flex;margin-bottom: 26px;}
.exam_location_num.numer_rolling .des .eq_box .bt{font-size: 24px;padding: 15px 14px;background-color: #2D4288;border: 3px solid #fff;border-radius: 12px;margin-right: 15px;}
.exam_location_num.numer_rolling .des p{font-size: 22px;}




.kdcx_tab{padding-top: var( --padding-b);padding-bottom: var( --padding-b);}
.kdcx_tab .kdcx_view{border-radius: 30px;box-shadow: var(--border-show);margin: 0 auto;background-color: #fff;margin-top: 40px;overflow: hidden;}
.kdcx_tab .kdcx_table{width:100%;border-collapse:collapse;border:1px solid #e5e7eb;text-align:center;}
.kdcx_tab .kdcx_table thead th{background-color:var(--table-head-color) ;padding:24px 8px;border:1px solid #e5e7eb;font-weight:bold;color:#000; border: none;font-size: 16px;}
.kdcx_tab .kdcx_table tbody td{padding:22px 14px;border:1px solid #e5e7eb;color:var(--t_blue_color);white-space: pre-wrap;border: none;font-size: 16px; }
.kdcx_tab .kdcx_table tbody tr:nth-child(even){background:#fafafa}
/* .kdcx_tab .kdcx_table tbody tr:hover{background:#f0f7ff} */
.kdcx_tab .kdcx_table thead th,.kdcx_tab .kdcx_table tbody td{text-align: left;}
.kdcx_tab .kdcx_table thead th:nth-child(1),.kdcx_tab .kdcx_table tbody td:nth-child(1){width: 160px;padding-left: 50px;}
.kdcx_tab .kdcx_table thead th:nth-child(2),.kdcx_tab .kdcx_table tbody td:nth-child(2){width: 190px;padding-right: 30px;padding-left: 30px;}

.kdcx_tab .kdcx_table thead th:nth-child(3),.kdcx_tab .kdcx_table tbody td:nth-child(3){width: 260px;text-align: left;padding-left: 30px;padding-right: 30px;}
.kdcx_tab .kdcx_table thead th:nth-child(4),.kdcx_tab .kdcx_table tbody td:nth-child(4){width: 140px;}
.kdcx_tab .kdcx_table thead th:nth-child(5),.kdcx_tab .kdcx_table tbody td:nth-child(5){width: 180px;padding-left: 20px;}
.kdcx_tab .kdcx_table thead th:nth-child(6),.kdcx_tab .kdcx_table tbody td:nth-child(6){width: 474px;padding-left: 32px;padding-right: 32px;text-align: left;}


/* 职业技能等级认定成绩公示查询 */
.scores_container .banner_img{position: relative;}
.exam_scores_search{position: absolute;top: 54%;left:calc(50% - 375px);}
.exam_scores_search .parnter_search{width: 750px;}
.exam_scores_search .parnter_search .search_btn{border-radius: 7px;}
.exam_scores_search .parnter_search .s_border input, .exam_scores_search .parnter_search select{width: 170px;border: 2px solid var(--main-color);border-radius: 20px;padding: 0 12px;}



.cjcx_tab{padding-top: var( --padding-b);padding-bottom: var( --padding-b);}
.cjcx_tab .head_table{display: flex;justify-content: center;align-items: center;}
.cjcx_tab .head_table ul{display: flex;justify-content: space-between;align-items: center;width: 60%;background-color: #fff;border-radius: 30px;overflow: hidden;margin: 30px auto 0;padding:  0 30px;}
.cjcx_tab .head_table ul li{text-align: center;padding: 0 15px;}
.cjcx_tab .head_table ul li a{display: block;width: 100%;height: 100%;padding: 15px 0;font-size: 18px;color: #000;}
.cjcx_tab .head_table ul li.action a{color: var(--main-color);}
.cjcx_tab  .view{background-color: #fff;border-radius: 30px;box-shadow:var(--border-show);padding: 30px 40px  50px;margin-top: 55px;margin-bottom: 50px;}
.cjcx_tab  .view .tab{display: none;}
.cjcx_tab  .view .tab.action{display: block;}

.cjcx_tab  .view .head_table{display: flex;width: 100%;justify-content: space-between;}
.cjcx_tab  .view .head_table .li{width: 47%;margin-right: 6%;border-bottom: 1px dashed #dedede;display: flex;justify-content: space-between;padding-bottom: 10px;}
.cjcx_tab  .view .head_table .li:nth-child(2){margin-right: 0;}
.cjcx_tab  .view .head_table .li .title{width: calc(100% - 100px);padding-left: 30px;font-size: 14px;}
.cjcx_tab  .view .head_table .li .date{width: 100px;font-size: 14px;}
.cjcx_tab  .view .head_table.action{display: none;}




.cjcx_tab .list ul{display: flex;flex-wrap: wrap;margin: 0 auto;overflow: hidden;max-height: 430px;margin-bottom: 50px;}
.cjcx_tab .list ul li{width:47%;border-bottom: 1px solid #ededed;margin-right: 6%;}
.cjcx_tab .list ul li:nth-child(2n-2){margin-right: 0;}
.cjcx_tab .list ul li a{display: flex;padding: 20px 0;justify-content: space-between;align-items: center;}
.cjcx_tab .list ul li .info{display: flex;align-items: center;width: calc(100% - 100px);}
.cjcx_tab .list ul li .info img{width: 30px;height: auto;}
.cjcx_tab .list ul li .info .title{width: calc(100% - 80px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;;}
.cjcx_tab .list ul li .info .title ,.cjcx_tab .list ul li .date {font-size: 16px;color: var(--t_blue_color);}
.cjcx_tab .list ul li .date{width: 100px;}
.cjcx_tab .page ul{display: flex;justify-content: center;align-items: center;}
.cjcx_tab .page ul li{width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;background-color: #fff;margin: 0 7px;box-shadow: var(--border-show);cursor: pointer;text-align: center;border: 1px solid var(--t_blue_color);}
.cjcx_tab .page ul li a{color: #000;font-size: 16px;display: flex;height: 100%;width: 100%;align-items: center;justify-content: center;}
.cjcx_tab .page ul li.more{width: 34px;border: none;box-shadow: none;position: relative;}
.cjcx_tab .page ul li.more a{color: var(--main-color);}
.cjcx_tab .list ul li.nodata{border: none;color: var(--color);font-size: 18px;width: 100%;text-align: center;padding-top: 50px;}
.cjcx_tab .page ul li.action {background-color: var(--main-color);}
.cjcx_tab .page ul li.action a{color: #fff;}

.cjcx_tab .page ul li.more select{position: absolute;top: 0px;right: -60px;width: 60px;height: 30px;display: none;}



/* 合作机构 */

.hzjg_tab .des{margin: 0 auto;text-align: center;color: #999;font-size: 14px;margin-bottom: 50px;}
.hzjg_tab .kdcx_table thead th:nth-child(1),.hzjg_tab .kdcx_table tbody td:nth-child(1){width: 270px;}
.hzjg_tab .kdcx_table thead th:nth-child(2),.hzjg_tab .kdcx_table tbody td:nth-child(2){width: 240px;padding-left: 32px;padding-right: 32px;text-align: left;}
.hzjg_tab .kdcx_table thead th:nth-child(3),.hzjg_tab .kdcx_table tbody td:nth-child(3){width: 230px;text-align: left;}
.hzjg_tab .kdcx_table thead th:nth-child(4),.hzjg_tab .kdcx_table tbody td:nth-child(4){width: 90px;}
.hzjg_tab .kdcx_table thead th:nth-child(5),.hzjg_tab .kdcx_table tbody td:nth-child(5){width: 170px;}
.hzjg_tab .kdcx_table thead th:nth-child(6),.hzjg_tab .kdcx_table tbody td:nth-child(6){width: 330px;}


/* 校企合作 */
.cooperation_view{box-shadow: var(--border-show);border-radius: 30px;margin-top:40px;}
/* .cooperation_banner{margin-top: 0;} */
/* 
.cooperation_tab ,.course_tab,.equipment_tab{padding-top: var(--padding-b);padding-bottom: var(--padding-b);}
.cooperation_tab .view{display: flex;background-color: #fff;padding-top: 50px;padding-bottom: 50px;height:600px;}
.cooperation_tab .view .list_left{width: 16%;border-right: 1px solid var(--t_blue_color);}
.cooperation_tab .view .list_left ul{display: flex;flex-wrap: wrap;height: 100%;align-content: space-around;}
.cooperation_tab .view .list_left ul li{width: 100%;padding: 7px 0;cursor: pointer;color: var(--t_blue_color);display: flex;align-items: center;justify-content: center;}
.cooperation_tab .view .list_left ul li p{width: max-content;font-size: 20px;}
.cooperation_tab .view .list_left ul li.action p{border-bottom: 1px solid var(--t_blue_color);}
.cooperation_tab .view .list_right{width: 84%;padding: 30px 20px;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.cooperation_tab .view .list_right ul{display: none;justify-content: space-between;align-items: center;flex-wrap: wrap;align-items: flex-start;width: 100%;}
.cooperation_tab .view .list_right ul li{width:25%;display: flex;flex-direction: column;align-items: center;overflow: hidden;padding:0 15px 0;transition: all .3s;}
.cooperation_tab .view .list_right ul li .img{width: 100%;height: 240px;overflow: hidden;box-shadow: 4px 6px 12px rgba(0,0,0,.3);}
.cooperation_tab .view .list_right ul li .img img{width: 100%;height: 100%;object-fit: contain;transition: all .3s;}
.cooperation_tab .view .list_right ul li .title{font-size: 16px;color: var(--t_blue_color);font-weight: bold;margin-top: 20px;height: 84px;display: flex;align-items: center;}
.cooperation_tab .view .list_right ul li:hover{transform: translateY(-10px);}
.cooperation_tab .view .list_right ul li .des{font-size: 14px;color: #999;margin-top: 12px;text-align: center;  } */


.cooperation_tab ,.course_tab,.equipment_tab{padding-top: var(--padding-b);padding-bottom:10px;}
.equipment_tab{padding-bottom: 60px;}
.cooperation_tab .view{display: flex;background-color: #fff;flex-direction: column;padding: 40px;}
.equipment_tab .view .grid_tab{display: flex;flex-wrap: wrap;justify-content: space-between;}   
.equipment_tab .view .grid_tab .img{background-color: #ededed;margin-bottom: 2%;border-radius: 20px;overflow: hidden;}
.equipment_tab .view .grid_tab .img a{display: block;width: 100%;height: 100%;}
.equipment_tab .view .grid_tab .img:first-child{width:100%;}
.equipment_tab .view .grid_tab .img:nth-child(2){width: 100%}
.equipment_tab .view .grid_tab .img:nth-child(3){width: calc(96% / 3);margin-bottom: 0;height: stretch;}
.equipment_tab .view .grid_tab .img:nth-child(4){width: calc(96% / 3);margin-bottom: 0;height: stretch;}
.equipment_tab .view .grid_tab .img:nth-child(5){width: calc(96% / 3);margin-bottom: 0;height: stretch;}


/* .course_tab.tab_left_one .view .list_left{padding-right: 20px;padding-left: 20px;} */
.tab_left_one .view .list_right{width: 100%;padding: 22px 20px 0px;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;height: 680px;}
.tab_left_one .view .list_right .list{display: none;width: 100%;height: 100%;}
.tab_left_one .view .list_right .list .in_one_img{width: 100%;height: 100%;}
.tab_left_one .view .list_right .list .in_one_img img{width: 100%;height: 100%;object-fit: contain;}
.tab_left_one .view .list_right ul{display: none;justify-content: space-between;align-items: center;flex-wrap: wrap;align-items: flex-start;width: 100%;}
.tab_left_one .view .list_right ul li{width:25%;display: flex;flex-direction: column;align-items: center;overflow: hidden;padding:7px 15px 0;transition: all .3s;}
.tab_left_one .view .list_right ul li .img{width: 100%;height: 240px;overflow: hidden;box-shadow: 4px 6px 12px rgba(0,0,0,.3);}
.tab_left_one .view .list_right ul li .img img{width: 100%;height: 100%;object-fit: contain;transition: all .3s;}
.tab_left_one .view .list_right ul li .title{font-size: 16px;color: var(--t_blue_color);font-weight: bold;margin-top: 20px;height: 84px;display: flex;align-items: center;}
.tab_left_one .view .list_right ul li:hover{transform: translateY(-10px);}
.tab_left_one .view .list_right ul li .des{font-size: 14px;color: #999;margin-top: 12px;text-align: center;  }

.tab_left_one .view .list_left{width: 100%;padding: 20px 40px;}
.tab_left_one .view .list_left ul{display: flex;height: 100%;justify-content: space-between;background-color: #1F2339;border-radius: 34px;color: rgba(255, 255, 255, 0.6);padding: 10px 10px;}
.tab_left_one .view .list_left ul li{width: 100%;padding: 12px 0;cursor: pointer;color: var(--t_blue_color);display: flex;align-items: center;justify-content: center;}
.tab_left_one .view .list_left ul li p{width: max-content;font-size: 18px;color: rgba(255, 255, 255, 0.6);transition: all .3s;}
.tab_left_one .view .list_left ul li.action{background-color: var(--main-color);border-radius: 23px;}
.tab_left_one .view .list_left ul li.action p{color: #fff;}

.tab_left_one .view .list_right .list.action{display: block;}



.course_tab .view{padding: 40px;}
.course_tab .view .img{width: 100%;height: 100%;}
.course_tab .view .img img{width: 100%;height: 100%;object-fit: contain;}
.course_tab .view .tcourse__swiper {height: 720px;}
.course_tab .view .course_swiper_button{position: absolute;top: calc(50% - 20px);width: 100%;height: 40px;}

.course_tab .view .tcourse__swiper .courese_next,.course_tab .view .tcourse__swiper .course_prev{width: 48px;height: 48px;display: flex;justify-content: center;align-items: center;background-color:var(--main-color);border-radius: 50%;color: #fff;cursor: pointer;position: absolute;top: calc(50% - 20px);}
.course_tab .view .tcourse__swiper .courese_next::after,.course_tab .view .tcourse__swiper .course_prev::after{font-size: 16px;}
.course_tab .view .tcourse__swiper .courese_next{right: 20px;}
.course_tab .view .tcourse__swiper .course_prev{left: 20px;}
.course_tab .view .tcourse__swiper .swiper-button-next:after,.course_tab .view .tcourse__swiper .swiper-button-prev:after{color: var(--index-color-blue);}
.course_tab .view .tcourse__swiper .swiper-pagination-bullet-active{background-color: var(--index-color-blue);}

.course_tab.tab_left_one .view .list_left ul li{width: auto;padding-left: 30px;padding-right: 30px;min-width: 200px;}



.equipment_tab .view{padding: 40px;}
.equipment_tab .view .img{width: 100%;height: 100%;}
.equipment_tab .view .img img{width: 100%;height: 100%;object-fit: cover;}




.cooperation_tab .view .list_right ul.action{display: flex;}



/* 通知公告 */
.news_banner{position: relative;}
.news_banner .news_banner_box{position: absolute;top: 50%;width: 100%;display: flex;align-items: center;justify-content: center;height: 50px;}
.news_banner .news_banner_box .news_select{display: flex;height: 100%;}
.news_banner .news_banner_box .news_select input{width: 400px;padding: 12px 15px;height: 100%;border-radius: 5px 0 0 5px;font-size: 18px;}
.news_banner .news_banner_box .news_select input:focus{outline: none;}
.news_banner .news_banner_box .news_select .n_select_btn{height: 100%;border-radius: 0px 5px 5px 0px;color: #fff;width: 90px;background-color: #fff;}
.news_banner .news_banner_box .news_select .n_select_btn a{display: flex;width: 100%;height: 100%;text-align: center;line-height: 40px;font-size: 18px;color: #fff;background-color: var(--main-color);border-radius: 5px;align-items: center;justify-content: center;}
.news_banner .news_class_tab{width: 100%;background-color: var(--main-color);position: absolute;bottom: 0;}
.news_banner .news_class_tab ul{display: flex;justify-content: center;}
.news_banner .news_class_tab ul li{margin-right: 10%;position: relative;}
.news_banner .news_class_tab ul li:last-child{margin-right: 0;}
.news_banner .news_class_tab ul li a{display: block;color: #fff;font-size: 20px;padding: 17px 12px;}

.news_banner .news_class_tab ul li .two_list{background-color: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, .1);position: absolute;top: 150%;left: 50%;z-index: 9;width: max-content;transform: translateX(-50%);height: 0;overflow: hidden;opacity: 0;transition: all .5s;}
.news_banner .news_class_tab ul li .two_list a{display: block;color: var(--color);font-size: 16px;padding-left: 35px;padding-right: 35px;transition: all .5s;border-bottom: 1px solid #ededed;}
.news_banner .news_class_tab ul li .two_list a:last-child{border: none;}
.news_banner .news_class_tab ul li .two_list a:hover{color: var(--main-color);}
.news_banner .news_class_tab ul li>a:hover + .two_list,.news_banner .news_class_tab ul li .two_list:hover{height: auto;opacity: 1;top: 100%;}



.news_tab {padding-top: 40px;padding-bottom: var(--padding-b);}
.news_tab .view{display: flex;justify-content: space-between;padding-top: 40px;align-items: flex-start;}
.news_tab .view .left{width: 300px;}
.news_tab .view .left .list{padding: 0px 0 10px;}
.news_tab .view .left ul{display: flex;flex-direction: column;}
.news_tab .view .left ul li{width: 100%;}
.news_tab .view .left ul li>a{display: block;width: 100%;color: var(--color);font-size: 22px;transition: all .3s;padding: 22px 20px;background-color: var(--bg_color_box);margin-bottom: 10px;box-shadow:  0 0 10px 2px rgba(0,0,0,0.08);border-left: 3px solid var(--main-color);}
.news_tab .view .left ul li .min_a{display: flex;flex-wrap: wrap;overflow: hidden;display: none;}
.news_tab .view .left ul li .min_a a{display: block;width: 100%;color:var(--color);font-size: 20px;padding: 20px 30px;background-color: #e2e2e2;margin-bottom: 10px;box-shadow: 0 0 10px 2px rgba(0,0,0,0.08);}
.news_tab .view .right{width: 100%;background-color: #fff;box-shadow: var(--box-show-gray);border-radius: 10px;padding: 30px 40px;}
.news_tab .view .right .list ul{display: flex;flex-direction: column;}
.news_tab .view .right .list ul li{padding: 15px 0;width: 100%;border-bottom: 1px solid #ededed;}
.news_tab .view .right .list ul li.noData{text-align: center;color: var(--t_blue_color);font-size: 26px;border: none;}
.news_tab .view .right .list ul li a{display: flex;width: 100%;color: var(--t_blue_color);font-size: 18px;justify-content: space-between;}
.news_tab .view .right .list ul li .title{font-size: 18px;color: var(--t_blue_color);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: calc(100% - 160px);}
.news_tab .view .right .list ul li .date{font-size: 18px;color:var(--t_blue_color);width: 130px;}
.news_tab .view .right .list ul li:hover .title{color: var(--main-color);}
.news_tab .view .right .list ul li:hover .date{color: var(--main-color);}

.news_tab .view .right.pic_txt{box-shadow: none;}
.news_tab .view .right.pic_txt .list ul{display: flex;flex-wrap: wrap;flex-direction: row;}
.news_tab .view .right.pic_txt .list ul li{width: 23.8%;margin-right: 1.6%;box-shadow: var(--box-show-gray);margin-bottom: 20px;padding: 15px;border-radius: 10px;}
.news_tab .view .right.pic_txt .list ul li:nth-child(5n-1){margin-right: 0;}
.news_tab .view .right.pic_txt .list ul li a{display: flex;flex-wrap: wrap;}
.news_tab .view .right.pic_txt .list ul li a .title{font-size: 16px;margin-top: 15px;width: 100%;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: break-spaces;}
.news_tab .view .right.pic_txt .list ul li a .date{font-size: 16px;margin-top: 10px;color: #999;}
.news_tab .view .right.pic_txt .list ul li a .img{height: 200px;margin: 0 auto;}
.news_tab .view .right.pic_txt .list ul li a img{width: 100%;height:100%;object-fit: contain;transition: all .3s;}
.news_tab .view .right.pic_txt .list ul li.noData{width: 100%;text-align: center;color: var(--t_blue_color);font-size: 26px;border: none;box-shadow: none;}


.news_tab .view .right.pic_txt .list ul li:hover a img{transform: scale(1.05);}

.news_tab .view .right .page{padding-top: 40px;}
.news_tab .view .right .page ul{display: flex;justify-content: center;align-items: center;}
.news_tab .view .right .page ul li{width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;background-color: #fff;margin: 0 7px;box-shadow: var(--border-show);cursor: pointer;text-align: center;border: 1px solid var(--t_blue_color);}
.news_tab .view .right .page ul li a{color: #000;font-size: 16px;display: flex;height: 100%;width: 100%;align-items: center;justify-content: center;}
.news_tab .view .right .page ul li.more{width: 34px;border: none;box-shadow: none;position: relative;}
.news_tab .view .right .page ul li.more a{color: var(--main-color);}
.news_tab .view .right .list ul li.nodata{border: none;color: var(--color);font-size: 18px;width: 100%;text-align: center;padding-top: 50px;}
.news_tab .view .right .page ul li.action {background-color: var(--main-color);}
.news_tab .view .right .page ul li.action a{color: #fff;}

.news_tab .view .right .page ul li.more select{position: absolute;top: 0px;right: -60px;width: 60px;height: 30px;display: none;}


.news_tab .view .left ul li.action>a{color: var(--main-color);}
.news_tab .view .left ul li>a.action{background-color: var(--main-color);color: #fff;}
/* .news_tab .view .left ul li:hover .min_a{display: flex;} */
.news_tab .view .left ul li.action .min_a{display: flex;}
.news_tab .view .left ul li .min_a a.action{color: var(--main-color);}

.news_tab .view .left ul li .min_a a:hover{color: var(--main-color);}

/* .news_tab .view .left ul li.action .min_a{height: 100%;} */

.news_tab_index{padding-bottom: 40px;}
.news_tab_index_one{padding-bottom: 0;}



/* 关于我们 */

.banner_index .banner_box{position: absolute;bottom:0;left:calc(50% - 310px);width: 620px;background-color: rgba(17, 92, 235, 0.9);color: #fff;padding: 2.5%;height:100%;display: flex;flex-wrap: wrap;align-content: center;}
.banner_index .banner_box .title{font-size: 34px;width: 100%;}
.banner_index .banner_box .line{height: 1px;width: 68px;background-color: #fff;margin-bottom: 25px;margin-top: 15px;}
.banner_index .banner_box .des{font-size: 22px;line-height: 42px;}
.banner_index .banner_box .bt_more{padding: 10px 15px;background-color: #fff;font-size: 16px;width: fit-content;margin-top: 35px;}
/* .banner_index .banner_box .bt_more a{color: var(--main-color);}
.banner_index .banner_box .bt_more span{font-size: 24px;} */

.about_num.numer_rolling{width: 640px;}
.about_num.numer_rolling .li .count_num{font-size: 50px;}
.about_tab_one{padding-bottom: 50px;background-color: var(--bg_gray);padding-top: 20px;}
.about_tab_one .view{border-radius: 30px;position: relative;}
.about_tab_one .view .left{width: 100%;}
.about_tab_one .view .left{padding: 0px 45px;display: flex;border-radius: 20px;}
.about_tab_one .view .left .des{width: 100%;padding-left: 10px;}
.about_tab_one .view .left .des p{font-size: 20px;color: var(--color);margin-bottom: 25px;line-height: 30px;text-indent: 40px;margin-top: 30px;}
.about_tab_one .view .left .des p:last-child{margin-bottom: 0;}

.about_tab_one .numer_rolling{position: relative;top: 0;right: 0;width: 1040px;margin: 0 auto;}
.about_tab_one .numer_rolling .li .n_top{color: var(--main-color);}
.about_tab_one .numer_rolling .li .n_bottom{color: var(--color);font-size: 24px;}
.about_tab_one .numer_rolling .li .count_num{font-size: 70px;}




/* 
.about_tab_one .view .left .des .data_list{display: flex;justify-content: space-between;margin-top: 30px;margin-bottom: 30px;}
.about_tab_one .view .left .des .data_list .box{display: flex;flex-direction: column;align-items: center;margin-bottom: 15px;width: auto;}
.about_tab_one .view .left .des .data_list .box .number{font-size: 36px;font-weight: bold;color: var(--main-color);}
.about_tab_one .view .left .des .data_list .box .title{font-size: 22px;color: #000;margin-top: 15px;} */
.about_tab_one .view .left .des .logo{display: flex;align-items: center;margin-top: 20px;}
.about_tab_one .view .left .des .logo img{width:calc(100% / 3);height: auto;object-fit: contain;}

.about_tab_one .view .left .font{width: 5%;}
.about_tab_one .view .left .font img{width: 100%;height: auto;object-fit: contain;}
.about_tab_one .view .right{width: 100%;height: 100%;}
.about_tab_one .view .right ul{display: flex;align-items: center;justify-content: center;height: 100%;}
.about_tab_one .view .right ul li{width:260px;padding: 15px 12px;display: flex;flex-direction: column;align-items: center;transition: all .3s;border-radius: 4px;margin-right: 40px;height: 270px;}
.about_tab_one .view .right ul li:last-child{margin-right: 0;}

.about_tab_one .view .right ul li .img{width: 100%;display: flex;align-items: center;justify-content: center ;}
.about_tab_one .view .right ul li .img img{width:120px;height: 120px;object-fit: contain;transition: all .3s;border-radius: 50%;background-color: var(--bg_color_box);}

.about_tab_one .view .right ul li .abbr{font-size: 26px;padding: 15px 0 15px;color: var(--color);}
.about_tab_one .view .right ul li .abbr_des{font-size: 16px;color: #fff;margin-top: 6px;text-align: center;}
.about_tab_one .view .right ul li i{width: 66%;height: 2px;background-color: #fff;margin: 20px auto;}
.about_tab_one .view .right ul li p{font-size: 16px;text-align: center;padding-bottom: 7px;}
.about_tab_one .view .right ul li:hover .img img{background: var(--main-color);}

.about_tab_one .view .right ul li .img img:last-child{display: none;}
.about_tab_one .view .right ul li:hover .img img:last-child{display: block;}
.about_tab_one .view .right ul li:hover .img img:first-child{display: none;}


.about_tab_two{} /* #DFE0FE */


.big_title{padding: 20px 0 30px;}
.big_title p{font-size: 30px;background-color: var(--main-color);padding: 9px 55px;color: #fff;margin: 0px auto 0;width: max-content;border-radius: 27px;}
.about_tab_two .about_view_box{}
.about_tab_two .a_tab_one .view .title{font-size: 20px;color: var(--color);text-align: center;margin-top: 20px;}
.about_tab_two .a_tab_one .view .list{display: flex;align-items: center;justify-content: space-between;margin-top: 60px;margin-bottom: 10px;}
.about_tab_two .a_tab_one .view .list .img{width: calc(96% / 4);height: 100%;padding: 12px;box-shadow: var(--box-show-gray);background-color: #fff;border-radius: 4px;}
.about_tab_two .a_tab_one .view .list .img img{width: 100%;height: 200px;object-fit: cover;transition: all .5s;}
.about_tab_two .a_tab_one .view .list .img img:hover{transform: scale(1.05);}
.about_tab_two .a_tab_two .view{}
.about_tab_two .a_tab_two .view .title{font-size: 20px;color: var(--color);line-height: 30px;margin-top: 20px;}
.about_tab_two .a_tab_two .view .box{display: flex;justify-content: space-between;margin-top: 40px;}
.about_tab_two .a_tab_two .view .box .li{width: 24%;height: 240px;overflow: hidden;}
.about_tab_two .a_tab_two .view .box .li img{width: 100%;height: 100%;object-fit: cover;}
.about_tab_two .a_tab_two .view .box .li .title{font-size: 18px;color: var(--main-color);position: absolute;background-color:#E6ECFF ;padding:6px 22px;border-radius: 8px;left: 15px;}
/* .about_tab_two .a_tab_two .view .box .li .des{padding-top: 15px;font-size: 16px;color: #666;line-height: 26px;} */
/* .about_tab_two .a_tab_two .view .box .li:nth-child(odd){background: url('../img/about_two_white.png');background-size: cover;}
.about_tab_two .a_tab_two .view .box .li:nth-child(even){background: url('../img/about_two_gray.png');background-size: cover;} */



.about_tab_two .a_tab_three .view{display: flex;justify-content: space-between;margin-top: 30px;margin-bottom: 0px;}
.about_tab_two .a_tab_three .view {width: 100%;display: flex;justify-content: space-evenly;align-items: center;}
.about_tab_two .a_tab_three .view  .img{width: 25%;padding: 12px;box-shadow: var(--box-show-gray);background-color: #fff;border-radius: 4px;height: 254px;}
.about_tab_two .a_tab_three .view  .img img{width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.about_tab_two .a_tab_three .view  .img img:hover{transform: scale(1.05);}

.about_tab_two .a_tab_three .view  p{font-size: 20px;line-height: 30px;width: 25%;padding-left: 30px;padding-right: 20px;}
.about_tab_two .a_tab_three .view  p:last-child{padding-right: 0px;}


.about_tab_two  .a_tab_four{padding-bottom: 50px;background: url('../img/about_four.png');}
.about_tab_two  .a_tab_four .view{padding-top: 20px;}
.about_tab_two  .a_tab_four .view .list{display: flex;flex-wrap: wrap;padding: 0 24px;justify-content: space-between;margin-top: 30px;}
.about_tab_two .a_tab_four .view .four_swiper{padding: 20px 0 0;}
.about_tab_two  .a_tab_four .view .swiper-slide{padding: 12px 24px;box-shadow: 0 0px 20px 2px rgba(1, 113, 254, 0.2);;}
.about_tab_two  .a_tab_four .view  .img{overflow: hidden;border-radius: 4px;}
/* border-radius: 4px;box-shadow: var(--box-show-gray);background-color: #fff; */
.about_tab_two  .a_tab_four .view  .img:nth-child(4n){margin-right: 0;}
.about_tab_two  .a_tab_four .view .img img{width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.about_tab_two .a_tab_four .view  .img img:hover{transform: scale(1.05);}

.about_tab_two .a_tab_four .view .about_swiper .title{font-size: 18px;text-align: left;margin-top: 15px;margin-bottom: 20px;line-height: 26px;color: var(--color);height: 52px;}
.about_tab_two .a_tab_four .view .about_swiper .des{font-size: 14px;margin-top: 20px;text-align: left;margin-bottom: 12px;}
.about_tab_two .a_tab_four .view .about_swiper .f_swiper_button{width: 100%;height: 66px;margin-top: 15px;}
.about_tab_two .a_tab_four .view .about_swiper .f_swiper_button .swiper-button-next{right: calc(50% - 60px);}
.about_tab_two .a_tab_four .view .about_swiper .f_swiper_button .swiper-button-prev{left: calc(50% - 60px);;}
.about_tab_two .a_tab_four .view .about_swiper .f_swiper_button .swiper-button-prev,.about_tab_two .a_tab_four .view .about_swiper .f_swiper_button .swiper-button-next{width: 48px;height: 48px;display: flex;justify-content: center;align-items: center;background-color: var(--main-color);border-radius: 50%;color: #fff;font-size: 14px;}

.about_tab_two .a_tab_four .view .about_swiper .f_swiper_button .swiper-button-prev:after,.about_tab_two .a_tab_four .view .about_swiper .f_swiper_button .swiper-button-next:after{font-size: 16px;}

.about_tab_two .four_two{margin-top: 45px;}

.about_tab_two  .a_tab_four .view .img img{height: 200px;object-fit: contain;}


.a_tab_one ,.a_tab_two ,.a_tab_three ,.a_tab_four {padding-top: 50px;padding-bottom: var(--padding-b);}
.a_tab_one,.a_tab_three {background-color: #fff;}
.a_tab_two ,.a_tab_four{background-color: var(--bg_gray);}

/* .long_hammer .title_index{text-align:center;}
.long_hammer .title_index p{font-size:40px;font-weight:bold;margin-bottom:7px;color:#333;} */
/* .long_hammer .title_index p::after{content:"";margin-left:40px;background:url('../img/title_right.png?v1.0.2');display:inline-block;width:140px;height:6px;vertical-align:middle;}
.long_hammer .title_index p::before{content:"";margin-right:40px;background:url('../img/title_left.png?v1.0.2');display:inline-block;width:140px;height:6px;vertical-align:middle;} */
/* .long_hammer .title_index p::after,.long_hammer .title_index p::before{display: none;} */
.content_tab{padding-top:50px;padding-bottom:40px;}
.content_tab .right{width:100%;background-color:#fff;padding:30px 50px;box-shadow: var(--box-show-gray);}
.content_tab .right .content{font-size:18px;line-height:36px;color:#333;}
.content_tab .content .info{padding-top:20px;}
.about_tab{padding-top:50px;background-color: #fff;}
.about_tab .content_tab{padding-top:40px;}


.a_tab_five .view{display: flex;justify-content: space-between;padding-top: 40px;padding-bottom: var(--padding-b);}
.a_tab_five .view .left,.a_tab_five .view .right{padding: 30px 30px 10px;box-shadow:var(--box-show-gray);border-radius: 4px;background-color: #f7fbff;}
.a_tab_five .view .left{width: 44%;display: flex;flex-wrap: wrap;align-content: flex-start;}
.a_tab_five .view .right{width: 53%;display: flex;flex-wrap: wrap;}
.a_tab_five .view .title{font-size: 24px;color: #000;width: 100%;margin-bottom: 15px;font-weight: bold;}
.a_tab_five .view .left .list {width: 100%;}
.a_tab_five .view .left .list .five_ul_one{display: flex;flex-direction: column;width: 100%;}
.a_tab_five .view .left .list .five_ul_one li{width: 100%;display: flex;padding: 12px 0px;border-bottom: 1px dashed #ededed;align-items: center;}
.a_tab_five .view .left .list .five_ul_one li:last-child{border-bottom: none;}
.a_tab_five .view .left .list .five_ul_one li .min_title{font-size: 16px;color: #fff;width: 80px;background-color: var(--main-color);margin-right: 15px;text-align: center;border-radius: 7px;padding: 7px 0;}
.a_tab_five .view .left .list .five_ul_one li .des{font-size: 18px;color: #666;padding-left: 16px;border-left: 1px solid #dedede;}
.a_tab_five .view .right .list{width: 100%;}
.a_tab_five .view .right .list .five_ul_two{display: flex;justify-content: flex-start;}
.a_tab_five .view .right .list .five_ul_two li{margin-right: 35px;}
.a_tab_five .view .right .list .five_ul_two li .img{height: 200px;width: 200px;}
.a_tab_five .view .right .list .five_ul_two li .img img{width: 100%;height: 100%;object-fit: cover;transition: all .5s;}


.news_container,.scores_container{overflow: hidden;}



#cooperation_tab,#course_tab,#equipment_tab{position: absolute;top: -20px;}

#aboutus_one,#aboutus_two,#aboutus_three,#aboutus_four,#aboutus_seven{position: absolute;top: -40px;}

#aboutus_five,#aboutus_six{position: absolute;top: -80px;}


/* 合作机构专区 */


.download_tab {padding-top: 40px;padding-bottom: var(--padding-b);}
.download_tab .view{display: flex;justify-content: space-between;padding-top: 40px;align-items: flex-start;}
.download_tab .view .left{width: 320px;}
.download_tab .view .left .list{padding: 0px 0 10px;}
.download_tab .view .left ul{display: flex;flex-direction: column;}
.download_tab .view .left ul li{width: 100%;}
.download_tab .view .left ul li>a{display: block;width: 100%;color: var(--color);font-size: 22px;transition: all .3s;padding: 22px 20px;background-color: var(--bg_color_box);margin-bottom: 10px;box-shadow:  0 0 10px 2px rgba(0,0,0,0.08);border-left: 3px solid var(--main-color);}
.download_tab .view .left ul li .min_a{display: flex;flex-wrap: wrap;overflow: hidden;display: none;}
.download_tab .view .left ul li .min_a a{display: block;width: 100%;color:var(--color);font-size: 20px;padding: 20px 30px;background-color: #e2e2e2;margin-bottom: 10px;box-shadow: 0 0 10px 2px rgba(0,0,0,0.08);}
.download_tab .view .right{width: calc(100% - 360px);background-color: #fff;box-shadow: var(--box-show-gray);border-radius: 10px;padding: 30px 40px;}
.download_tab .view .right .list ul{display: flex;flex-direction: column;}
.download_tab .view .right .list ul li{padding: 15px 0;width: 100%;border-bottom: 1px solid #ededed;}
.download_tab .view .right .list ul li.noData{text-align: center;color: var(--t_blue_color);font-size: 26px;border: none;}
.download_tab .view .right .list ul li a{display: flex;width: 100%;color: var(--t_blue_color);font-size: 18px;justify-content: space-between;}
.download_tab .view .right .list ul li .title{font-size: 18px;color: var(--t_blue_color);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: calc(100% - 130px);}
.download_tab .view .right .list ul li .date{font-size: 18px;color:var(--t_blue_color);margin-top: 6px;width: 110px;}
.download_tab .view .right .list ul li:hover .title{color: var(--main-color);}
.download_tab .view .right .list ul li:hover .date{color: var(--main-color);}

.download_tab .view .left ul li.action>a{color: var(--main-color);}
.download_tab .view .left ul li>a.action{background-color: var(--main-color);color: #fff;}
.download_tab .view .left ul li.action .min_a{display: flex;}
.download_tab .view .left ul li .min_a a.action{color: var(--main-color);}

.download_tab .view .left ul li .min_a a:hover{color: var(--main-color);}

.download_tab .view .right .page{padding-top: 40px;}
.download_tab .view .right .page ul{display: flex;justify-content: center;align-items: center;}
.download_tab .view .right .page ul li{width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;background-color: #fff;margin: 0 7px;box-shadow: var(--border-show);cursor: pointer;text-align: center;border: 1px solid var(--t_blue_color);}
.download_tab .view .right .page ul li a{color: #000;font-size: 16px;display: flex;height: 100%;width: 100%;align-items: center;justify-content: center;}
.download_tab .view .right .page ul li.more{width: 34px;border: none;box-shadow: none;position: relative;}
.download_tab .view .right .page ul li.more a{color: var(--main-color);}
.download_tab .view .right .list ul li.nodata{border: none;color: var(--color);font-size: 18px;width: 100%;text-align: center;padding-top: 50px;}
.download_tab .view .right .page ul li.action {background-color: var(--main-color);}
.download_tab .view .right .page ul li.action a{color: #fff;}

.download_tab .view .right .page ul li.more select{position: absolute;top: 0px;right: -60px;width: 60px;height: 30px;display: none;}

#Download_Index{position: absolute;top: -80px;}







@media screen and (min-width:768px){
   #footer .footer_bottom_mobile{display:none;}
.mobile-header{display: none;}
.news_banner .news_class_tab ul li .mobile_class{display: none;}
}   



@media screen and (max-width:767px){

.bg_width{width: 100%;}

.banner_img{margin-top: 60px;}
.title_index p{font-size: 24px;}
.title_index p::before{margin-right: 5px;}
.title_index p::after{margin-left: 5px;}
.bg_width  {padding-left: var(--mobile-padding);padding-right: var(--mobile-padding);}
.banner_img img{height: 130px;}
.cjcx_tab{padding-bottom: var(--mobile-padding-bottom);padding-top: var(--mobile-padding-bottom);}

.cooperation_tab, .course_tab, .equipment_tab,.about_tab_two .a_tab_four,.about_tab,.a_tab_one,.kdcx_tab,.download_tab,.a_tab_two ,.a_tab_three{padding-top: 40px;}
.equipment_tab,.news_tab,.a_tab_one, .a_tab_two, .a_tab_three, .a_tab_four,.a_tab_five .view,.kdcx_tab,.download_tab{padding-bottom: 40px;}


/* 头部 */
#top{display: none;}

.mobile-header{position:fixed;top:0;left:0;width:100%;z-index:9999;background-color:#fff;height:60px;box-shadow:0 0 4px 4px rgba(0, 0, 0, 0.068);}
.mobile-header .view{display:flex;justify-content:space-between;align-items:center;height:100%;}
.mobile-header .view .logo{height:auto;max-height:45px;max-width:calc(100% - 75px);}
.mobile-header .view .logo a{height:100%;display:flex;}
.mobile-header .view .point{display:inline-block;width:28px;height:22px;position:relative;margin-right:0px;cursor:pointer;}
.mobile-header .view .navbtn{position:absolute;top:10px;right:0;display:inline-block;width:30px;height:2px;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;background:#000;}
.mobile-header .view .navbtn::after,.mobile-header .view .navbtn::before{position:absolute;right:0;display:inline-block;width:30px;height:2px;content:'';-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;background:#000;}
.mobile-header .view .navbtn::after{top:-11px;}
.mobile-header .view .navbtn::before{top:10px;}
.mobile-header.action .point .navbtn::after{transform:rotate(45deg);top:0;}
.mobile-header.action .point .navbtn::before{transform:rotate(-45deg);top:0;}
.mobile-header.action .point .navbtn{background:transparent;}
.mobile-header .logo{height:50px;}
.mobile-header .logo a{display:block;height:100%;width:100%;}
.mobile-header .logo a img{height:11px;object-fit:contain;}
.mobile-header .logo a img:first-child{height: 13px;}
.mobile-header .menu{height:100vh;width:100%;background-color:#fff;position:relative;z-index:-99999;opacity:0;pointer-events:none;transition:all .5s;}
.mobile-header .menu  ul{border-top:1px solid #e3e3e3;}
.mobile-header .menu  ul li{padding:15px 15px;border-bottom:1px solid #e3e3e3;position:relative;}
.mobile-header .menu  ul li a{display:block;width:fit-content;height:100%;font-size:20px;color:#333;font-size:18px;font-weight:bold;width:100%;}
.mobile-header .menu ul li .two_ul{padding:13px 10px 0;display:none;transition:all .5s;}
.mobile-header .menu ul li .two_ul .two_li a{font-size:14px;color:#555;padding:7px 0;}
.mobile-header .menu  ul li .bt_open{position:absolute;top:18px;right:15px;}
.mobile-header .menu  ul li .bt_open img{width:18px;height:18px;}
.mobile-header .menu  ul li .bt_open img:nth-child(2){display:none;}
.mobile-header.action  .menu{pointer-events:inherit;opacity:1;}

.mobile-header .menu ul li.action .two_ul{display:block;}

.support_box .box{max-width: 90%;padding-left: 8px;padding-right: 8px;left: 5%;height: 140px;}
.support_box .box .big_title{font-size: 20px;padding-bottom: 20px;}
.support_box .box .view input{max-width: 80%;}
.support_box .box .view a{font-size: 14px;padding-left: 7px;padding-right: 7px;width: 60px;text-align: center;}
.support_box .box .close{right: 4%;}


/* footer */
#footer{padding: 0;}
#footer .footer_bottom{display: none;}
    #footer .t_box{display: none;}
   #footer .footer_bottom_mobile{display:block;color: rgba(255, 255, 255, 0.5);font-size: 14px;padding: 15px 0;text-align: center;background-color: #121A26;}
#right{display: none;}

.location-view{display: none;}


/* banner */
.tab-swiper{margin-top: 60px;}
.tab_two{padding-left:var(--mobile-padding);padding-right: var(--mobile-padding);}
.tab-swiper .swiper-info>a .swiper-txt1{display: none;}
.exam_box .box .list ul li img{width: 75px;height: 70px;}
.swiper-slide img{height: 230px;}
.tab-swiper .swiper-info>a .numer_rolling{top: 30px;bottom: 0;right: 8%;width: 240px;left: auto;}
.index_banner .numer_rolling .li{margin-bottom: 3%;}
.index_banner .numer_rolling .li:nth-child(3){margin-bottom: 3%;}
.index_banner .numer_rolling .li .right{width: 100%;align-items: flex-end;}
.index_banner .numer_rolling .li .right .n_bottom{font-size: 14px;margin-right: 7px;}
.index_banner .numer_rolling .li .right .count_num{font-size: 22px;line-height: 22px;}
.index_banner .numer_rolling .li .right span{font-size: 12px;}

.index_banner .flash_box{top: 10%;right: 8%;width: 240px;}
.index_banner .flash_box p{font-size: 12px;}
.index_banner .numer_rolling .time{font-size: 12px;margin-top: 0;}
.index_banner .numer_rolling .li .right .n_top,.index_banner .numer_rolling .li.han_li .right .n_top{width: 80px;}



/* 考期查询 */
.exam_box .box{max-width: 98%;left: 1%;padding: 15px 10px;height: 500px;top: calc(50% - 250px);}
.exam_box .box .list ul li{width: 100%;margin-right: 0;margin-bottom: 15px;}
.exam_box .box .list ul li .title{font-size: 20px;}
.exam_box .box .list ul li:nth-last-child(2){margin-bottom: 15px;}


/* 首页 职业技能考试 */
.tab_one{padding-left:var(--mobile-padding);padding-right: var(--mobile-padding);padding-top: 40px;}
.tab_one .t_list{margin-top: 120px;}
.tab_one .t_list ul li{width: 100%;margin-bottom: 25px;background-position-x: right;padding: 15px 10px 0;}
.tab_one .t_list ul li .left .title{font-size: 20px;}
.tab_one .t_list ul li .left p{font-size: 16px;}
.tab_one .t_list ul li .right{margin-top: 0;height: 150px;}
.tab_one .t_list ul li:last-child{margin-bottom: 0;}

.tab_one .t_button{left: 0;justify-content: space-between;padding-left: 10px;padding-right: 10px;top: 90px;}
.tab_one .t_button .t_b_one, .tab_one .t_button .t_b_two{width: 49%;margin-right: 0;height: 45px;}
.tab_one .t_button a{font-size: 12px;}
.tab_one .t_button .t_b_one .img_icon{width: 12px;}
.tab_one .t_button a .img_icon{width: 15px;}
.tab_one .t_button .t_b_des{text-align: left;}

/* 考点查询 */
.exam_location_banner.banner_img img{height: 180px;}

/* .exam_location_num.numer_rolling{left: 8%;top: -53%;transform: scale(0.24);} */
.exam_location_num.numer_rolling{top: 22%;width: auto;}
.exam_location_num.numer_rolling .li .count_num{font-size: 32px;}
.exam_location_num.numer_rolling .li .n_bottom{font-size: 12px;right: -17%;top: 20px;}
.exam_location_num.numer_rolling .des{margin-top: 0px;}
.exam_location_num.numer_rolling .des p{font-size: 12px;}

.kdcx_tab .kdcx_view{overflow-x: scroll;margin-top: 25px;}
.kdcx_tab .kdcx_table{width: max-content;}



/* 合作机构查询 */
.kdcx_tab.search_select .parnter_search{width: 100%;flex-wrap: wrap;margin-top: 25px;}
.kdcx_tab.search_select .parnter_search .s_border .title{width: 110px;font-size: 18px;}
.kdcx_tab.search_select .parnter_search .s_border input,.kdcx_tab .search_select .parnter_search select{width: calc(100%  - 110px);margin-left: 0;}
.kdcx_tab.search_select .parnter_search .search_btn{margin-left: 110px;}
.hzjg_tab .des{font-size: 12px;}
/* 首页 信息查询 */
.tab_two .t_list ul li{width: 100%;margin-bottom: 25px;}
.partner_banner img{height: 180px;}


/* 成绩查询 */
.exam_scores_banner img{height: 150px;}
.exam_scores_search{left: 0;bottom: 0;max-width: 100%;position: relative;padding-left: var(--mobile-padding);padding-right: var(--mobile-padding);}
.exam_scores_search .parnter_search{max-width: 100%;flex-wrap: wrap;padding: 20px 10px;margin-top: 15px;margin-bottom: 20px;}
.search_select .parnter_search .s_border{margin-bottom: 15px;width: 100%;}

.exam_scores_search.search_select .parnter_search .s_border .title{width: 85px;text-align: right;font-size: 18px;}
.exam_scores_search .parnter_search .s_border input, .exam_scores_search .parnter_search select{width: calc(100% - 110px);}
.exam_scores_search .parnter_search .search_btn{margin-left: 105px;}

.cjcx_tab .title_index p{font-size: 22px;}
.cjcx_tab .view{padding: 10px;margin-top: 10px;margin-bottom: 0;}
.cjcx_tab .view .head_table{padding-top: 5px;}
.cjcx_tab .view .head_table .li{width: 100%;margin-right: 0;}
.cjcx_tab .view .head_table .li:nth-child(2){display: none;}
.cjcx_tab .view .head_table .li .title{width: calc(100% - 25px);}
.cjcx_tab .list ul li{width: 100%;margin-right: 0;}
.cjcx_tab .list ul li a{padding: 10px 0;}
.cjcx_tab .list ul li .info .title{width: calc(100% - 30px);font-size: 14px;max-height: max-content;}
.cjcx_tab .list ul{margin-bottom: 10px;max-height: max-content;}
.cjcx_tab .list ul li .date{width: 80px;font-size: 14px;}
.scores_detail{padding-top: 10px;padding-bottom: 10px;}
.scores_detail .bg_width{padding: 0;}
/* 校企合作 */
.cooperation_banner img{height: 200px;}
.cooperation_tab .view{padding: 10px;}
.cooperation_tab .view img{border-radius: 20px;}


.course_tab .view{padding: 10px;}
.tab_left_one .view .list_left{padding: 0;}
.tab_left_one .view .list_left ul{overflow-x: scroll;}
.tab_left_one .view .list_right{height: auto;}
.tab_left_one .view .list_right{padding-left: 0;padding-right: 0;}
.tab_left_one .view .list_right .list .in_one_img img{border-radius: 20px;}
.course_tab.tab_left_one .view .list_left ul li{min-width: auto;}




.equipment_tab .view{padding: 10px;}

.equipment_tab .view,.cooperation_tab .view,.course_tab .view{margin-top: 20px;}

/* 通知公告 */
.news_banner img{height: 200px;}
.news_banner .news_class_tab{bottom: -50px;}
.news_banner .news_class_tab ul{justify-content: space-around;}
.news_banner .news_class_tab ul li{margin-right: 0;}
.news_banner .news_class_tab ul li a{font-size: 14px;}
.news_banner .news_class_tab ul li .two_list a{font-size: 14px;}
.news_banner .news_class_tab ul li .mobile_class{width: 30px;position: absolute;right: -15px;bottom:13px;}
.news_banner .news_class_tab ul li .mobile_class img{height: 100%;width: 100%;object-fit: contain;}
.news_banner .news_class_tab ul li .two_list.action{height: auto;opacity: 1;top: 100%;}

.news_tab {margin-top: 40px;}
.news_tab_index_one{padding-bottom: 0;}
.news_tab.news_tab_index_two{margin-top: 0;}
.news_tab .view{padding: 10px 0px 0px;}
.news_banner .news_banner_box{height: 38px;}
.news_banner .news_banner_box .news_select{width: 80%;}
.news_banner .news_banner_box .news_select .n_select_btn{width: 60px;}
.news_banner .news_banner_box .news_select .n_select_btn a{font-size: 14px;}
.news_banner .news_banner_box .news_select input{font-size: 14px;width: calc(100% - 60px);}


.news_tab .view .right{padding: 0;}
.news_tab .view .right.pic_txt .list ul{justify-content: space-between;}
.news_tab .view .right.pic_txt .list ul li{width: 48%;margin-right: 0;padding: 10px;}
.news_tab .view .right.pic_txt .list ul li a .img{height: 105px;}
.news_tab .view .right .list ul li{padding-left: 10px;padding-right: 10px;}

.news_tab .view .right .page{padding-top: 20px;padding-bottom: 20px;}

.news_tab .view .right .list ul li .title,.news_tab .view .right .list ul li .date{font-size: 14px;}
.news_tab .view .right .list ul li .date{text-align: right;width: 90px;}
.news_tab .view .right .list ul li .title{width: calc(100% - 95px);}
.scores_detail .view{padding: 10px;overflow-x: auto;}

.news_tab .view .right.pic_txt .list ul li a .date{width: 100%;text-align: left;font-size: 14px;}
.news_tab .view .right.pic_txt .list ul li a .title{font-size: 14px;}
.news_tab .view .right.pic_txt  .page{padding-bottom: 0;}
.scores_detail .view .title{font-size: 24px;}
.scores_detail .view .class_box{padding-bottom: 10px;margin-top: 15px;}
.scores_detail .view .date{font-size: 14px;}
.scores_detail .view .class_box .hit{font-size: 14px;}

.scores_detail .view .attch{display: flex;}
.scores_detail .view .attch p{width: 50px;}
.scores_detail .view .attch a{width: calc(100% - 60px);}

/* 关于我们 */
.banner_img.banner_index img{height: 240px;}
.banner_index .banner_box{max-width: 100%;left: 0;}
.banner_index .banner_box .des{font-size: 12px;line-height: 24px;}
.banner_index .banner_box .title{font-size: 24px;}
.banner_index .banner_box .line{width: 48px;}

.about_tab_two .a_tab_one .view .list{flex-wrap: wrap;margin-top: 20px;margin-bottom: 0;}
.about_tab_two .a_tab_one .view .list .img{width: 100%;margin-bottom: 15px;}
.about_tab_two .a_tab_one .view .list .img img{height: 220px;}
.about_tab_two .a_tab_one .view .list .img:last-child{margin-bottom: 0;}
.about_tab_two .a_tab_one .view .title{font-size: 18px;line-height: 30px;}

.about_tab_two .a_tab_two .view .box{flex-wrap: wrap;}
.about_tab_two .a_tab_two .view .box .li{width: 100%;margin-bottom: 15px;margin-right: 0;}
.about_tab_two .a_tab_two .view .box .li:last-child{margin-bottom: 0;}
.about_tab_two .a_tab_two .view .title{font-size: 18px;}


.about_tab_two .a_tab_three .view{flex-wrap: wrap;}
.about_tab_two .a_tab_three .view .img{width: 100%;margin-bottom: 15px;}
.about_tab_two .a_tab_three .view p{width: 100%;margin-bottom: 30px;font-size: 18px;padding-left: 12px;padding-right: 12px;}
.about_tab_two .a_tab_three .view p:last-child{margin-bottom: 0;}

.a_tab_five .view{flex-wrap: wrap;padding-top: 10px;}
.a_tab_five .view .left,.a_tab_five .view .right{width: 100%;padding: 15px 20px;}
.a_tab_five .view .right{width: 100%;margin-top: 30px;}

.a_tab_five .view .left .list .five_ul_one li .des{width: calc(100% - 95px);}
.a_tab_five .view .right .list .five_ul_two{flex-wrap: wrap;justify-content: space-between;}
.a_tab_five .view .right .list .five_ul_two li{width: 49%;margin-right: 0;margin-bottom: 10px;}
.a_tab_five .view .right .list .five_ul_two li .img{width: 150px;height: 150px;}

.about_tab_two .a_tab_one .view .title,.about_tab_two .a_tab_two .view .title,.about_tab_two .a_tab_three .view{margin-top: 10px;}
.about_tab_two .a_tab_four .view .four_swiper{padding-top: 0;}
.about_tab_two .a_tab_four .view{padding-top: 10px;}

/* 合作机构专区 */
.banner_img.download_banner img{height: 130px;}
.download_tab .view{flex-wrap: wrap;padding-left: 0;padding-right: 0;}
.download_tab .view .right{width: 100%;padding: 10px;}
.download_tab .view .right .page{padding-top: 10px;padding-bottom: 0px;}
.download_tab .view .right .list ul li .title{font-size: 14px;width: calc(100% - 95px);}
.download_tab .view .right .list ul li .date{font-size: 14px;width: 90px;margin-top: 0;text-align: right;}
.download_tab .view .right .list ul li{padding: 14px 0;}


.download_tab .view{padding-top: 20px;}
.download_tab .view .left{width: 100%;}
.download_tab .view .left ul li>a{font-size: 18px;}
.download_tab .view .left ul li .min_a a{font-size: 16px;}




}







