:root{
    --conwidth:1300px;
    --themeColor:#2d548f;
}
/* 证书查询 */
.zscx_body{
    background: url('../img/bg_02.jpg') no-repeat;
    min-width: var(--conwidth);
    margin: 0 auto;
    text-align: center;
    padding-bottom: 105px;
}
.zscx_body .imgt1{
    width: 658px;
    margin-top: 95px;
    margin-bottom: 50px;
}
.zscx_body .imgt2{
    width: 331px;
    margin-bottom: 50px;
}
.zscx_body .from{
    /* background: rgba(255, 255, 255, .6); */
    /*width: 100%;*/
    width: 800px;
    border-radius: 10px;
    margin-bottom: 175px;
    overflow:hidden;
    box-shadow: 2px 3px 10px -5px rgba(0,0,0,.7);
}
.zscx_body .from h3{
    color: #0C0C0C;
    font-size: 26px;
    text-align:center;
    /* background: url(../img/setitbg_03.png) no-repeat center/cover; */
    line-height: 2.5;
    position:relative;
    display:flex;
    align-items:center;
    justify-content: center;
}
.zscx_body .from h3::before,.zscx_body .from h3::after{
    content: '';
    display:block;
    width: 100px;
    height:1px;
    background-color:#fff ;
    margin: 0 20px;

}
.zscx_body .form{
    width: 100%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}
.zscx_body .from .item{
    /* width: 420px; */
    display: flex;
    /* justify-content:center; */
    align-items:center;
    border-radius: 10px;
    justify-content: center;
    margin-top: 30px;
}
.zscx_body .from .item img{
    width: 17px;
}
.zscx_body .from .item label{
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
}
.zscx_body .from .item label span{
    color: red;
}
.zscx_body .from .item input{
    border: 1px solid #ddd;
    line-height: 2;
    font-size: 16px;
    padding: 10px 16px;
    width: 300px;
}
.zscx_body .from button{
    background: #e97531;
    color: #FFFFFF;
    font-size: 24px;
    border: none;
    width: 450px;
    padding: 10px 0 10px 0;
    border-radius: 5px;
    margin-top: 40px;
}
.zscx_body .from .tips{
    font-size: 13px;
    color: #9f9f9f;
    text-align: left;
    line-height: 1.8;
    padding-left:129px;
    margin-top:40px;
    margin-bottom: 20px;
}
.zscx_body .from .tips h5{
    font-size: 16px;
    color: #ffce57;
}
.zscx_body .tips{
    font-size: 13px;
    color: #d80606;
}
.zscx_body .bq{
    font-size: 15px;
    color: #3a3a3a;
}
.search{
    padding: 0 0 50px 0;
}
.search .window {
    /* width: 900px; */
    /* overflow: hidden; */
    /* border-radius: 8px; */
    /* background: #fff; */
    /* box-shadow: 0 5px 5px rgba(0, 0, 0, .2); */
    /* padding-bottom: 45px; */
    margin: 0 auto;
}
.search .window .tit {
    height: 90px;
    border: none;
    line-height: 55px;
    text-align: center;
    /* background: url(../img/setitbg_03.png) no-repeat top center; */

}
.search .window .tit h2 {
    color: #fff;
    font-size: 26px;
    letter-spacing: 10px;
    position: relative;
    display: inline-block;
}
.search .window .tit h2:before {
    content: "";
    position: absolute;
    left: -156px;
    top: 50%;
    transform: translateY(1px);
    width: 120px;
    height: 1px;
    background: #fff;
}
.search .window .tit h2:after {
    content: "";
    position: absolute;
    right: -156px;
    top: 50%;
    transform: translateY(1px);
    width: 120px;
    height: 1px;
    background: #fff;
}
.search .window .form {
    width: 470px;
    padding-top: 35px;
    margin: 0 auto;
}
.search .window .form .item {
    margin-top: 25px;
}
.search .window .form label {
    float: left;
    display: block;
    width: 80px;
    line-height: 55px;
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    position: relative;
}

.search .window .form label:before {
    content: "*";
    position: absolute;
    left: -15px;
    top: 0;
    color: #f61d1d;
}
.search .window .form input {
    width: 370px;
    height: 55px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    outline: none;
    padding: 0 15px;
    float: right;
}
.search .window .form button {
    width: 100%;
    background: #e97531;
    border: 0;
    outline: none;
    height: 50px;
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}
.search .window .form button:hover {
    box-shadow: 0 0 5px #e97531;
}
.search .window .tips {
    width: 570px;
    margin: 0 auto;
    margin-top: 55px;
}
.search .window .tips h3 {
    color: #feae2f;
    font-size: 16px;
    background: url(../img/search_07.jpg) no-repeat left center;
    padding-left: 25px;
    margin-bottom: 10px;
}
.search .window .tips p {
    color: #9f9f9f;
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
}
/* 证书查询弹窗 */
.smzz{width: 100%;height: 100%;background: rgba(0,0,0,.7);position: fixed;top: 0px;left: 0px;z-index: 1000;margin-bottom: 0!important;display: none;}
.smtit{text-align: center;font-size: 22px;}
.smmain{width: 50%;background: #fff;padding: 40px 55px;box-sizing: border-box;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);border-radius: 10px;}
.smtitle{font-size: 26px;color: #000000;font-weight: bold;text-align: center;margin-bottom: 30px;}
.smtan #tis{font-size: 15px;}
.smtan .text{color: #484848;line-height: 2;margin-top: 10px;font-size: 16px;}
.sm2title{color: var(--themeColor);font-size: 18px;font-weight: bold;margin-top: 30px;}
.sm_btn{width: 190px;height: 50px;background: #d1d1d1;border-radius: 10px;text-align: center;font-size: 22px;color: #999999;line-height: 50px;margin: 40px auto;}
.sm_btn div{text-align: center;}
.sm_read{background: var(--themeColor);color: #fff;cursor: pointer;border-radius: 10px;}

.mob .smtit{font-size: 70px;padding: 0px 0 30px 0;}
.mob .smmain{height: 85%;width:90%;border-radius: 2rem;}
.mob .smtan{overflow-y: scroll;height: 80%;}
.mob .smtan #tis{font-size: 55px;}
.mob .sm_btn{border-radius: 20px;bottom: 40px;left:50%;position: absolute;transform: translateX(-50%);font-size: 60px;width: 540px;height: 105px;line-height:1.5;}
.mob .renzhen{text-align: center;width: 92%;}
.mob .sm_read{padding: 20px 0;}
/* 证书查询结果页 */
/* 查询结果页二 */
.cretabout {
    overflow: hidden;
    border-radius: 8px;
    padding-bottom: 45px;
    margin: 0 auto;
}
.cretabout .tit {
    /* background: url(../img/setitbg_03.png) no-repeat top center; */
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-size: 100%;
}

.cretabout .tit h2 {
    font-size: var(--f26);
    color: #000;
    margin: 0px 15px 0px 0;
}
.cretabout .tit h4::before{
    content: '';
    display: block;
    width: 5px;
    height: 20px;
    float: left;
    background: #FFFFFF;
    margin: 3px 20px 0 0;
}
.cretabout .tit2{
    text-align: center;
    border-bottom: 1px solid var(--themeColor);
    padding-bottom: 30px;
    width: 80%;
    margin: 0 auto;
}
.cretabout .tit2 h2{
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    border: none;
    margin-bottom: 20px;
}
.cretabout .tit2 p{
    font-size: 15px;
    color: #313131;
}
.cretabout .form {
    width: 450px;
    padding-top: 35px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.cretabout .form .item {
    margin-top: 25px;
}
.cretabout .form label {
    float: left;
    display: block;
    width: 110px;
    font-size: 20px;
    font-weight: bold;
    text-align: justify;
    position: relative;
    line-height: 50px;
}

.cretabout .form .label:before {
    content: "*";
    position: absolute;
    left: -15px;
    top: 0;
    color: #f61d1d;
}
.cretabout .form input {
    width: 340px;
    height: 55px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    outline: none;
    padding: 0 15px;
    float: right;
    font-size: 16px;
}
.cretabout .form button {
    width: 100%;
    background: var(--themeColor);
    border: 0;
    outline: none;
    height: 50px;
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    font-weight: bold;
}
.cretabout .form button:hover {
    box-shadow: 0 0 5px #e97531;
}
.cretabout .tips {
    width: 750px;
    margin-top: 55px;
    margin: 0 auto;
    background: #f4f8ff;
    padding: 15px 40px 20px 40px;
    border-radius: 5px;
}
.cretabout .tips h3 {
    color: #feae2f;
    font-size: 17px;
    background: url(../img/tip.png) no-repeat left center;
    padding-left: 25px;
    margin-bottom: 10px;
    font-weight: normal;
}
.cretabout .tips p {
    color: #9f9f9f;
    font-size: 16px;
    line-height: 2;
    padding-left: 20px;
}
/* 证书查询结果 */
.cretres{
    padding: 35px 35px 35px 35px;
}
.cretres .titc{
    background: url('../img/i27.png') no-repeat;
    background-position: 15px 4px;
    border-bottom: 1px solid #959595;
    padding: 0 0 25px 45px;
}
.cretres .titc h4{
    font-size: var(--f20);
    color: var(--themeColor);
}
.cretcon {
    padding: 30px 0 0 20px;
    display: flex;
    justify-content: space-between;
}
.cretcon .ccl{
    width: 680px;
}
.cretcon .ccl ul li{
    color: #737373;
    border-bottom: 1px dashed #7f7f7f;
    margin: 0 0 15px 0;
    padding: 0 0 15px 10px;
}
.cretcon .ccl ul li h5{
    font-weight: bold;
    float: left;
    font-size: var(--f18);
    margin: 0 10px 0 0;
}
.cretcon .ccl ul li span{
    font-size: var(--f16);
    font-weight: bold;
}
.cretcon .ccl .tip{
    font-size: 14px;
    color: #6d6d6d;
    font-weight: bold;
    padding: 15px 0 0 0;
    margin: 0 0 40px 0;
}
.cretcon .ccl .tip .gs{
    color: #ff9600;
    margin: 0 0 0 20px;
}
.cretcon .ccl button{
    background: #797979;
    border: none;
    color: #FFFFFF;
    padding: 10px 35px 10px 35px;
    border-radius: 5px;
    font-size: var(--f16);
    cursor: pointer;
}
.cretcon .ccr{
    margin: 0 10px 0 0;
    text-align: center;
}

.cretcon .ccr .pic img{
    margin: 0 0 30px 0;
    max-width: 150px;
    max-height: 240px;
}
.cretcon .ccr a{
    background: #0ca9b8;
    color: #FFFFFF;
    font-size: var(--f16);
    font-weight: bold;
    padding: 10px 17px 10px 17px;
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
}
.cretcon .ccr .xxda{
    background: #ff7200;
}
/* 学习档案 */
.xxdat{
    width: 100%;
    border-collapse: collapse;
}
.xxdat tr th{
    border: 1px solid #ebebeb;
    height: 30px;
    width: 20%;
    text-align: left;
    padding: 0px 20px;
    background: #fafafa;
}
.xxdat tr td{
    border: 1px solid #ebebeb;
    width: 20%;
    text-align: left;
    padding: 0px 20px;
    background: #fafafa;
}
.xxdat tr .pic{
    padding: 30px 30px;
}
.xxdat tr .titt{
    padding: 10px 10px;
    text-align: center;
}
.xxdat .list td{
    padding: 10px 20px;
    background: #FFFFFF;
}
.crettable{
    width: 100%;
    text-align: center;
    border: 1px solid #bebebe;;
    border-collapse: collapse;
}
.crettable th{
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-bottom: 3px solid #133d99;
    padding: 15px 0 15px 0;
    font-size: var(--f18);
    color: #636363;
    background: #f3f1f1;
}
.crettable td{
    border-bottom: 1px dashed #bebebe;
    padding: 15px 0 15px 0;
}
.crettable a{
    color: #191c61;
    font-weight: bold;
    font-size: var(--f17);
}
.crettable a:hover{
    text-decoration: underline;
}
/* 第三方页面 */
.result .zsimg{
    position: relative;
}
.result .zsimg .zscon{
    text-align: left;
    font-size: 19px;
    /*font-weight: bold;*/
    
}
.result .zsimg .zscon ul li{
    /* font-family: 'hwxw'; */
}
.result .zsimg .zcont{
    position: absolute;
    top: 380px;
    left: 184px;
    font-weight: bold;
}
.result .zsimg .zscon .zcont ul li{
    margin: 0 0 15px 0;
}
.result .zsimg .zscon .avatar{
    position: absolute;
    top: 376px;
    right: 155px;
    width: 160px;
    height: 235px;
    overflow: hidden;
}
.result .zsimg .zscon .ewm{
    position:absolute;
    bottom: 164px;
    left: 169px;
}
.result .zsimg .zscon .zconb{
    position:absolute;
    bottom: 196px;
    right: 207px;
    font-weight: bold;
}
.result .zsimg .zscon .zconb ul li{
    margin: 0 0 30px 0;
}
.divbut{
    margin-top: 30px;
    text-align: center;
}
.divbut a{
    background: var(--themeColor);
    color: #FFFFFF;
    padding: 15px 90px;
    border-radius: 5px;
    margin: 0 60px;
}
























/* 标题一样式 */
.tit{
    padding: 8px 20px;
    /* background: #f5f5f5; */
}
.tit h4{
    font-size: 18px;
    color: #003e6c;
    padding: 6px 0;
    padding-left: 30px;
    background: url(../img/xwact.png) no-repeat left center;
    background-size: 25px;
}
.tit a{
    font-size: 15px;
    color: #8e8e8e;
}
.tit a:hover{
    color: var(--themeColor);
}
/* 标题三样式 */
.tit3{
    margin: 0 0 23px 0;
    display:flex;
    align-items:flex-end;
    height: 40px;
    padding-right:10px ;
}
.tit3 h4{
    font-size: 18px;
    line-height: 40px;
    padding: 0 20px;
    color: #FFFFFF;
    background: var(--themeColor);
}
.tit3 div{
    height:100%;
    flex:1;
    background: url(../img/xxie.jpg) no-repeat left center/auto 100%;
}
.tit3 a{
    font-size: 14px;
    color: #939393;
}
.tit3 a:hover{
    color: var(--themeColor);
}
/* 标题四 */
.tit4{
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    padding: 40px 20px 20px 20px;
}
.tit4 h4{
    font-size: 24px;
    color: #343434;
    margin-bottom: 20px;
}
.tit4 p{
    font-size: 14px;
    color: #999999;
}
.tit4 p span{
    padding: 0 20px;
}
/* 子页左侧菜单 */
.menu_left{
    width: 305px;
    font-size: 13px;
}
.menu_left .tit3{
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 0 0px 0;
    text-align: center;
    padding: 0px 0 0px 0;
    border-left: 10px solid var(--themeColor);
    border-right: 10px solid var(--themeColor);
    height: auto;
}
.menu_left .tit3 h4{
    background: url('../img/lbj.jpg') no-repeat;
    padding: 12px 0;
    background-position:right;
    width: 100%;
}
.menu_left ul li a{
    font-size: 16px;
    color: #444;
    display: block;
    font-weight: bold;
}
.menu_left ul li a:hover{
    color: var(--themeColor);
    text-decoration: underline;
}
.menu_left ul li .active{
    background: url('../img/lbjj.jpg') left top repeat-y;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.menu_left ul li{
    width: 100%;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border-bottom: 1px solid #E7E7E7;
    background-color: #FFFFFF;
}
.menu_left ul li:last-child{
    border: none;
}
/* 分页 */
.page{
    padding: 60px 0 0 0;
    width: 100%;
}
.pagination-block{
    display: flex;
    justify-content: center;
}
.pagination {
    text-align: center;
    float: left;
    font-size: 14px;
}
.pagination_info{
    float: left;
    padding: 6px 0 0 0;
    color: #a4a4a5;
    font-size: 14px;
    margin: 0 5px 0 0;
}
.pagination_info i{
    font-style: normal;
    color: #ff0000;
}
.pagination_jump{
    float: left;
    padding: 5px 0 0 0;
    color: #a4a4a5;
    font-size: 14px;
}
.pagination_jump a{
    color: #a4a4a5;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    padding: 2px 9px;
}
.pagination_jump .input-jump-page{
    width: 30px;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}
.pagination li {
    color: #a4a4a5;
    line-height: 12px;
    /* background: #0e368e; */
    display: inline-block;
    margin: 0 4px;
    padding: 9px 9px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
}
.pagination li a {
    color: #a4a4a5;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.pagination li.active {
    background: var(--themeColor);
}
.pagination li.active span{
    color: #FFFFFF;
}

/* 轮播分页器 */
.swiper-pagination{
    text-align: right;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 10px;
    width: calc(100% - 20px);
    position: absolute;
    z-index: 1;
}
.swiper-paginationl .swiper-pagination-bullet{
    background: #FFFFFF;
    opacity: .8;
    width: 8px;
    height: 8px;
}
.swiper-pagination .swiper-pagination-bullet{
    background: #FFFFFF;
    opacity: .8;
    width: 10px;
    height: 10px;
}
.swiper-paginationl .swiper-pagination-bullet-active,.swiper-pagination .swiper-pagination-bullet-active{
    background: #c00116;
}