@charset "utf-8";
html,body{min-height: 100%}
body{color: #000000;font-size: 14px}
a,button,input{outline:none; text-decoration:none;}
a{text-decoration:none; color:#000000; padding:0px; margin:0px; -webkit-tap-highlight-color:transparent;}
a:hover{text-decoration:none; color:#000000; -webkit-tap-highlight-color:transparent;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,
img,
iframe{border:0;}
:focus{outline:0;}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var{font-weight:normal;font-style:normal;}
ol,
ul{list-style:none; padding:0px; margin:0px;}
li{list-style:none; padding:0px; margin:0px;}
dl,dd,dt{padding:0px; margin:0px;}
p{padding:0px; margin:0px;}
caption,
th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
blockquote:before,
blockquote:after,
q:before,
q:after{content:''}
abbr,
acronym{border:0px; font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,
textarea,
select{*font-size:100%;}
select{appearance:none; -moz-appearance:none; -webkit-appearance:none;}
legend{color:#000;}
textarea{resize:none;}
li{list-style: none;}
.hide{display: none}
.show{display: block}
.clearfix{zoom:1;}
.clearfix:after{display:block;clear:both;content:'\20';}
.pull-left{float: left;}
.pull-right{float: right;}
.tc{text-align: center;}
.tl{text-align: left;}
.tr{text-align: right;}
.w100{width: 100%;}
.limit-line{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.limit-multiLine-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.boxS{box-sizing: border-box}
.bg_fff{background-color: #ffffff}
.bg_F6F8FB{background-color: #F6F8FB}
.bg_054D9F{background-color: #054D9F}
/*字体颜色*/
.colorBlue{
    color: #054d9f;
}
.colorWhite{
    color: #FFFFFF;
}
.color21{
    color: #212121;
}
.color000{
    color: #000;
}
.color_999{
    color: #999999;
}
.color_333{
    color: #333333;
}
.color_DD373B{
    color: #DD373B;
}
.color_758488{
    color: #758488;
}
.fs12{font-size: 12px}
.fs14{font-size: 14px}
.fs16{font-size: 16px}
.fs20{font-size: 20px}
.fs22{font-size: 22px}
.fs34{font-size: 34px}
.fb{font-weight: bold}
/*字体间距*/
.line24{line-height: 24px}
/*边框颜色*/
.border_b{
    border-bottom: 1px solid #EBEFF6;
}
.border_r{
    border-right: 1px solid #EBEFF6;
}
.border_t3{
    border-top: solid 1px #EBEFF6;
}
.border_fff_8{border: 8px solid #ffffff}
.boorder_red{border: 1px solid #CD0006}
.boorder_blue{border: 1px solid #1B4487}

/*内边距*/
.p0{padding: 0 !important}

/*外边距*/
.m_auto{margin:0 auto}
.m0{margin: 0 !important}
.mt_10{margin-top: 10px}
.mt_30{margin-top: 30px}
.mt_20{margin-top: 20px}
.mt_80{margin-top: 80px}
.mt_88{margin-top: 88px}
.mt_98{margin-top: 98px}
.mb_10{margin-bottom: 10px}
.mb_20{margin-bottom: 20px}
.mb_30{margin-bottom: 30px}
.mb_40{margin-bottom: 40px}
.mb_70{margin-bottom: 40px}
.mr_30{margin-right: 30px}
.pt_10{padding-top: 10px;}
.pt_20{padding-top: 20px;}
.pt_30{padding-top: 30px;}
.ptb20{padding-top: 20px;padding-bottom: 20px}
.plr30{padding-left: 30px;padding-right: 30px}
.pb_20{padding-bottom: 20px;}
.pb_30{padding-bottom: 30px;}
.p_relative{position: relative;}


/*面包屑*/
.CrumbsBox{background-color:#EDF1F7;height:45px;line-height:45px;color:#999999; }
.Crumbs-bd a{color:#999999; font-size: 14px}
.Crumbs-bd a:hover{color:#054D9F;}

.Crumbs-bd span{color:#054D9F;}


/*公用标题*/
.public_title{
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight:bold;
}
.public_title:before{
    position: absolute;
    content: '';
    left: -85px;
    top: calc(50% - 3px);
    width: 35px;
    height: 6px;
    background: #1B4487;
}
.public_title:after{
    position: absolute;
    content: '';
    right: -85px;
    top: calc(50% - 3px);
    width: 35px;
    height: 6px;
    background: #1B4487;
}

.public_title3{
    position: relative;
    border-bottom: 1px solid #E8E8E8;
    padding: 20px 0;
    font-size: 30px;
    font-family: Hiragino Sans GB;
    font-weight:bold;
    color: #333333;
    line-height: 40px;
    text-align: center;
}
.public_title3:before{
    position: absolute;
    content: '';
    left: calc(50% - 23px);
    bottom: 0px;
    width: 46px;
    height: 3px;
    background: #054D9F;
}
.public_title4:before{
    position: absolute;
    content: '';
    left: 0;
    top: calc(50% - 8px);
    width: 4px;
    height: 14px;
    background: #054D9F;
}

/*分页*/
/* page */
#pageBox{text-align: center;width:100%;margin: 30px auto;}
.PageBox{text-align:center}
.pagination > li > a,
.pagination > li > span {
    color: #333;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #444;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #0093DF;
    border-color: #0093DF;
}
/*服务宗旨*/
.ft-type1 {font-size: 14px;line-height: 30px;text-align: center;}
.ft-type2 {font-size: 14px;line-height: 30px;}

/**
pc
*/
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}


/**
中屏幕
*/
@media (max-width: 1200px) {

}

/**
平板
*/
@media (max-width: 992px) {

}

/**
手机端
*/
@media (max-width: 768px) {
    .public_title2 {
        font-size: 18px;
    }
    .public_title3 {
        position: relative;
        border-bottom: 1px solid #E8E8E8;
        padding: 0px 0 6px;
        font-size: 26px;
        font-family: Hiragino Sans GB;
        font-weight: inherit;
        color: #333333;
        line-height: 40px;
        text-align: center;
    }
    .ft-type1 {
        line-height: 26px;
        text-align: left;
    }
}