html {
    font-size: 100px;
    /* overflow-x: hidden; */
}

body {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei", arial;
    background-color: #f8f8f8;
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

* {
    box-sizing: border-box;
}

a {
    color: #000;
}

.layui-container,
.layui-carousel{
    min-width: 1200px !important;
}

.flex {
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

/*伸缩流方向*/
.flexd_col {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/* 是否换行 */
.flex_wrap{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap:wrap;
}

/*主轴对齐*/
.jc_flexc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.jc_flexe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.jc_flexj {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/*侧轴对齐*/
.ai_flexs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.ai_flexe {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.ai_flexc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ai_baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

/*伸缩性*/
.flex_auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
}

.flex_1 {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

/*显示顺序*/
.order_2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.order_3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

.themeColor {
    background-color: #1E50AE;
}


.h100 {
    height: 100%;
}


.layui-tab-title {
    border: none;
}

/* 公共头部 */

.toprow {
    height: 1.08rem;
    background-color: #fff;
}

.toprow .layui-container{
    height: 100%;
}

.toprow .lex .cname{
    font-size: 0.16rem;
    color: #1E50AE;
    margin-bottom: 0.14rem;
}

.toprow .lex .lt{
    font-size: 0.14rem;
    color: #666666;    
}

.toprow .lex .phone{
    font-size: 0.22rem;
    color: #1E50AE;  
    margin-top: 0.14rem;
}


/* 导航菜单 */
.navbox {
    height: 0.6rem;
}

.navbox a {
    width: 1.7rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 400;
    color: #F5F5F5;
}

.navbox a:hover {
    background-color: #08b1f7;
}

.navbox .active {
    font-size: 0.18rem;
    width: 1.7rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #13439D;
    text-align: center;
}

/* 轮播 */
#banbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blueblock{
    height: 1.8rem;
    background: #1E50AE;
}

.layui-breadcrumb{
    background-color: #fff;
    height: .42rem;
    padding-left: .23rem;
    margin: .24rem 0 .3rem 0;
}

.layui-breadcrumb p,
.layui-breadcrumb a{
    font-size: 0.14rem;
    color: #666666;
}

.layui-breadcrumb a cite{
    color: #666;
}

/* 页脚 */
footer {
    height: 2.64rem;
    padding: 0.48rem 0 0.57rem 0;
    box-sizing: border-box;
    background: #333333;
}

footer .logo{
    margin-right: 1rem;
    width: 336px;
    flex-shrink: 0;
}

footer .logo .cname {
    font-size: 0.28rem;
    color: #E5E5E5;
    margin-bottom: 0.73rem;
}

footer .logo .tiptext {
    font-size: 0.14rem;
    color: #E5E5E5;
}

footer .logo .phone {
    font-size: 0.3rem;
    color: #EDA332;
}

footer .linkwrap .col{
    margin-right: .48rem;
}

footer .linkwrap .col a{
    display: block;
    margin-bottom: 0.15rem;
}

footer .linkwrap .col a:first-child{
    font-size: 0.14rem;
    color: #F5F5F5;
}

footer .linkwrap .col a:nth-child(2){
    font-size: 0.14rem;
    color: #A4A4A4;
}

footer .linkwrap .row{
    margin: 0.1rem 0 0.3rem 0;
}

footer .linkwrap .row p{
    font-size: 0.16rem;
    color: #F5F5F5;
}

footer .linkwrap .row a{
    font-size: 0.16rem;
    color: #A4A4A4;
    margin-right: 10px; 
}

/* new */
.toptext{
    padding-bottom: 0.08rem;
    border-bottom: 1px solid #1E50AE;
}

.toptext .ltit{
    padding-left: 0.05rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
}

.toptext .layui-breadcrumb{
    margin: 0;
    height: fit-content;
}
.otherinfo{
    padding: 0.2rem;
    height: 6.17rem;
    background: #FFFFFF;
    border-radius: 4px 0px 0px 0px;
    margin: 0.24rem 0 0.6rem 0;
}

.otherinfo .leftmenu{
    padding-right: 0.2rem;
    border-right: 1px solid #999;
    margin-top: 0.3rem;
    min-height: 4rem;
}

.otherinfo .leftmenu a{
    display: block;
    width: 2rem;
    height: 0.5rem;
    margin-bottom: 0.2rem;
    background: #1E50AE;
    border-radius: 0.04rem;
    text-align: left;
    padding-left: .25rem;
    cursor: pointer;
    font-size: 0.16rem;
    color: #fff;
    line-height: .5rem;
    text-align: left;
}
.otherinfo .leftmenu a.this{
    background-color: #08b1f7;
}


.otherinfo .leftmenu a:last-child{
    margin-bottom: 0.2rem;
}

/* 平台简介 */
.otherinfo .brief{
    flex: 1;
    padding: .3rem 0 0 0.3rem;
}

.otherinfo .brief p{
    text-indent: .28rem;
    line-height: 28px;
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    color: #666;
}

/* 联系我们 */

.otherinfo .contact{
    flex: 1;
    padding: .3rem 0 0 0.3rem;
}

.otherinfo .contact .map{
    width: 8.99rem;
    height: 3.66rem;
}

.otherinfo .contact p{
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.2rem;
    margin-bottom: 0.2rem;
}

/* 系统公告 */

.notice{
    flex: 1;
    padding: 0.1rem 0 0 0.2rem;
}

.notice ul li{
    margin: 0.18rem 0;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.16rem;
}

.notice ul li .inform{
    font-size: 0.16rem;
    color: #333333;
    max-width: 700px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
}

.notice ul li .inform:before {
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    background: #1E50AE;
    display: block;
    float: left;
    margin-top: 0.07rem;
    margin-right: 0.05rem;
}

.notice ul li .date{
    font-size: 0.14rem;
    color: #666666;
}

.fitheight{
    height: fit-content !important;
    height: -moz-fit-content;
}

.notice_info{
    flex: 1;
    padding: 0.2rem 0.1rem 0 0.3rem;
}

.notice_info h1{
    margin-top: 0.2rem;
    font-size: 0.20rem;
    font-weight: bold;
    text-align: center;
}

.notice_info .datetime{
    color: #404d6d;
    padding-top: 0.15rem;
    padding-bottom: 0.3rem;
    text-align: center;
}

.notice_info .context{
    padding-top: 0.4rem;
    border-top: #b9c0d3 solid 1px;
}

.notice_info .context img{
    width: 100%;
    margin-bottom: 15px;
}

.notice_info .context p{
    text-indent: .35rem;
    font-size: 16px;
    color: #666;
    line-height: 25px;
    margin-bottom: 10px;
}

/* .otherinfo .pagebox .first,
.otherinfo .pagebox .last{
    padding: 5px 10px;
    border-radius: 5px;
    background: #1E50AE;
    color: #fff;
} */

.otherinfo .pagebox .previous,
.otherinfo .pagebox .next,
.otherinfo .pagebox .first,
.otherinfo .pagebox .last{
    border: 1px solid #1E50AE;
    border-radius: 4px;
    padding: 4px 7px;
    color: #1E50AE;
}

.otherinfo .pagebox .active .active{
    border: none;
    border-radius: 4px;
    padding: 5px 11px;
    color: #fff;
    background: #1E50AE;    
}

.otherinfo .pagebox a{
    border: 1px solid #1E50AE;
    border-radius: 4px;
    padding: 4px 10px;
    color: #1E50AE;    
}

.otherinfo .pagebox a:hover{
    background: #1E50AE; 
    color: #fff;
}
