/*适配分辨率需要加入*/
html{font-size: 60px}
@media (min-device-width: 1024px){
    html{font-size: 67px}

} /*>=1024的设备*/
@media (min-device-width: 1360px) {
    html{font-size: 80px;}
}
@media (min-device-width: 1440px) {
    html{font-size: 85px;}
}
@media (min-device-width: 1680px) {
    html{font-size: 100px;}
}
@media (min-device-width: 1920px) {
    html{font-size: 99px !important;}
}

@media (max-device-width: 1024px){
    .outer{
        overflow: auto !important;
        transform: scale(1,1) !important;
    }
}
/*@media only screen and (min-device-height: 768px) {
	html{font-size: 100px;}
}
@media only screen and (max-device-height: 767px) {
	html{font-size: 80px;}
}*/

/*头部*/
.header-fp{
    height: 15.1%;
}

.header-fp .bar-top{
    background-color: #efefef;
    height: 19.6%;
}
.header-fp .bar-top p{
    margin: 0;
    line-height: 0.28rem;
    font-size: 0.15rem;
    color: #333333;
}
.header-fp .bar-top p a{
    color: #333333;
    line-height: 0.3rem;
    transition: all .25s;
}

.header-fp .bar-middle{
    background-color: #FFFFFF;
    height: 48.9%;
    padding: 0.02rem 0;
    display: flex;
}

.header-fp .bar-bottom{
    background-color: #096eaf;
    height: 31.5%;
}
/*顶部菜单*/

.headmenu .header-list{
    /*height: 0.45rem;*/
}
.headmenu .header-list #menu{
    overflow: hidden;
    /*height: 0.45rem;*/
}

.headmenu .header-list #menu>li>a{
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 0.04rem 0.04rem 0 0;
    transition: all .3s;
    color: #ffffff;
    line-height: 0.45rem;
    font-size: 0.18rem;
    font-weight: normal;
    padding: 0.15rem 0;
}
.headmenu .header-list #menu>li>a>p{
    line-height: 0.2rem;
    border-left: 1px solid #8aacdc;
}


/*内容区*/
.contenter-fp-index{
    min-height: 76.4%;
    height: 76.4%;
}
.contenter-fp .contenter-fp-content{
    padding-bottom: 0.3rem;
    min-height: 5rem;
    overflow: visible;
}
.contenter-fp .contenter-fp-content .breadmenu{
    font-size: 0.14rem;
    line-height: 0.5rem;
    /*padding: 0 0.1rem;*/
}

.contenter-fp .contenter-fp-content .breadmenu>img{
    height: 0.2rem;
    vertical-align: sub;
}
/*首页样式*/
.contenter-fp .swiper-box{
    height: 51.4%;
}

.contenter-fp .swiper-box .text-box .t1{
    font-size: 0.3rem;
    line-height: 0.35rem;
    padding: 0.3rem 0;
}


.contenter-fp .infolib-box .infolib-title{
    height: 0.4rem;
    line-height: 0.22rem;
    padding: 0.1rem 0;
}

.content_item_top>div{
    display: flex;
    align-items: center;
    height: 100%;
}
.content_item_top>div>img{
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.05rem
}
.content_item_top>div>span{
    position: relative;
    top: 0.04rem;
}
.content_item_top>img{
    width: 0.6rem;
    height: 0.22rem;
    cursor: pointer;
}

.content_item_title{
    display: flex;
    align-items: center;
    color: #333;
    font-size: 0.16rem;
}
.content_item_title>span{
    white-space: nowrap;
    color: #fff;
    background: #076daf;
    padding: 0.01rem 0.1rem;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    margin-left: 0.15rem;
    margin-right: 0.2rem;
    position: relative;
}
.content_item_title>span::before{
    content: '';
    width: 0.05rem;
    height: 0.05rem;
    position: absolute;
    top: 0.08rem;
    left: -0.15rem;
    background: #076daf;
    border-radius: 50%;
}
.content_item_title:nth-of-type(odd){
    background: #F2F5FC;
}

.content_item_title>p{
    width: 3.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.infolib-content-right{
    flex: 9;
}

/*服务资源展示新版样式*/
.contenter-fp .infolib-box .infolib-content>ul>li .infoitem1{
    /*height: 1.5rem;*/
    position: relative;
    box-shadow: 0 0 0.1rem #cccccc;
    padding-bottom: 2px;
    height: 100%;
}
.infoitem1 .infoitem1-c{
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding-left: 0.1rem;
}
.infoitem1 .infoitem1-c .logobox{

    float: left;

    width: 28%;

    height: 100%;

    position: relative;
}
.infoitem1 .infoitem1-c .logobox .circle-sign{

    margin: 0 auto;

    text-align: center;

    height: 0.61rem;
    width: 0.61rem;
    padding: 0.05rem;

    border-radius: 50%;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);
}
.infoitem1 .infoitem1-c .logobox .circle-sign .imgbox{

    width: 100%;

    height: 100%;
}
.infoitem1 .infoitem1-c .logobox .circle-sign .imgbox img{

    width: 100%;

    height: 100%;
}
.infoitem1 .infoitem1-c .textbox{

    float: left;

    width: 72%;

    height: 100%;

    padding: 0;
    padding-bottom: 0;
    padding-left: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.infoitem1 .infoitem1-c .textbox .text-t{

    font-weight: 600;

    font-size: 0.18rem;
}
.infoitem1 .infoitem1-c .textbox .text-c{

    overflow: hidden;

    padding-top: 0.06rem;
}
.infoitem1 .infoitem1-c .textbox .text-c ul li {
    list-style: disc;
    list-style-position: inside;
    line-height: 0.24rem;
    font-size: 0.16rem;
    padding: 0.02rem 0.02rem;
    color: #cccccc;
    padding-left: 0;
    text-align: left;
}
.infoitem1.bg1 .circle-sign{border: 0.09rem solid #b6d6eb;}
.infoitem1.bg2 .circle-sign{border: 0.09rem solid #f2c4c7;}
.infoitem1.bg3 .circle-sign{border: 0.09rem solid #bbe8ed;}
.infoitem1.bg4 .circle-sign{border: 0.09rem solid #f6cac7;}
.infoitem1.bg5 .circle-sign{border: 0.09rem solid #b4ede6;}
.infoitem1.bg6 .circle-sign{border: 0.09rem solid #efd0bc;}
.infoitem1.bg1,.infoitem1.bg1 .circle-sign,.infoitem.bg1,.infoitem.bg1 .circle-sign .imgbox{background-color: #0a6db0;}
.infoitem1.bg2,.infoitem1.bg2 .circle-sign,.infoitem.bg2,.infoitem.bg2 .circle-sign .imgbox{background-color: #d84450;}
.infoitem1.bg3,.infoitem1.bg3 .circle-sign,.infoitem.bg3,.infoitem.bg3 .circle-sign .imgbox{background-color: #15adc4;}
.infoitem1.bg4,.infoitem1.bg4 .circle-sign,.infoitem.bg4,.infoitem.bg4 .circle-sign .imgbox{background-color: #d3472e;}
.infoitem1.bg5,.infoitem1.bg5 .circle-sign,.infoitem.bg5,.infoitem.bg5 .circle-sign .imgbox{background-color: #10bfae;}
.infoitem1.bg6,.infoitem1.bg6 .circle-sign,.infoitem.bg6,.infoitem.bg6 .circle-sign .imgbox{background-color: #d56034;}
.contenter-fp .infolib-box .infolib-content{
    overflow: hidden;
    /* padding-top: 0.2rem; */
    padding: 0.15rem 0.1rem;
    /*padding-bottom: 0;*/
    height: 100%;
}
.contenter-fp .infolib-box .infolib-content>ul{
    height: 100.8%;
    /*overflow: hidden;*/
}
.contenter-fp .infolib-box .infolib-content>ul>li{
    padding: 0 0.15rem;
    margin-bottom: 0;
    height: 47%;
    padding-right: 0;

}
.contenter-fp .infolib-box .infolib-content>ul>li .infoitem{
    height: 3rem;
    position: relative;
    box-shadow: 0 0 0.1rem #cccccc;
}
.infoitem .circle-sign{
    height: 0.4rem;
    text-align: center;
    position: relative;
}
.infoitem .circle-sign .imgbox{
    height: 0.75rem;
    width: 0.75rem;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0.1rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.infoitem .circle-sign .imgbox img{
    height: 100%;
    width: 100%;
}
.infoitem .infoitem-title{
    height: 0.5rem;
    line-height: 0.5rem;
    color: #FFFFFF;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 600;
}
.infoitem .infoitem-content{
    height: calc(100% - 0.92rem);
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}
.infoitem .infoitem-content ul{
    padding: 0.05rem 0;
    /*display: inline-block;
    position: absolute;
    top: 0.05rem;
    left: 50%;
    transform: translate(-50%, 0);*/
}
.infoitem .infoitem-content ul li{
    list-style: disc;
    list-style-position: inside;
    line-height: 0.24rem;
    font-size: 0.15rem;
    padding: 0.08rem 0.02rem;
    color: #cccccc;
    text-align: center;
}
.infoitem .infoitem-content ul li a:hover{color: #076daf;}
.fixedBox{
    position: fixed;
    top: 80%;
    right: 0;
    z-index: 9;
}
.fixedBox .fixeditem{
    position: relative;
    right: -0.8rem;
    z-index: 9999;
    font-weight: 600;
    background-color: #01ADB9;
    border-radius: 0.05rem 0 0 0.05rem;
    box-shadow: 0 0 0.1rem #c7c7c7;
    text-align: center;
    height: 0.5rem;
    line-height: 0.5rem;
    width: 1.3rem;
    transition: all .25s;
    border: 1px solid #e8e8e8;
    margin-bottom: 0.1rem;
}
.fixedBox .fixeditem:hover{
    background-color: #06cdd6;
    right: 0rem;
}
.fixedBox .fixeditem:hover a{
    color: #FFFFFF;
}
.fixedBox .complaintBox{
    background-color: #0a6db0;
}
.fixedBox .complaintBox:hover{
    background-color: #008fef;
    right: 0rem;
}
.fixedBox .fixeditem a{
    color: #f6f8fd;
    display: block;
    height: 100%;
    width: 100%;
    transition: all .25s;
    font-size: 0.15rem;
}
.fixedBox .fixeditem a i{
    float: left;
    font-size: 0.27rem;
    width: 0.5rem;
    height: 100%;
    line-height: 0.47rem;
}
.fixedBox .fixeditem a p{
    float: left;
    width: 0.7rem;
    height: 100%;
}
.content_item{
    display: flex;
    align-items: center;
    flex-direction: row;
    /*flex: 1;*/
    height: 14.3%;
    padding: 0 0.1rem 0 0.15rem;
}

.infolib-content{
    display: flex;
}
.infolib-content-left{
    flex: 5;
    box-shadow: 0 0 0.1rem #cccccc;
    margin-bottom: 0.2rem;
    display: flex;
    flex-direction: column;

}
.content_item_top{
    color: #076daf;
    font-size: 0.18rem;
    font-weight: 600;
    justify-content: space-between;
    border-bottom: 0.01rem dashed #ccc;
}
.content_item_top>div{
    display: flex;
    align-items: center;
    height: 100%;
}
.content_item_top>div>img{
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.05rem
}
.content_item_top>div>span{
    position: relative;
    top: 0.04rem;
}
.content_item_top>img{
    width: 0.6rem;
    height: 0.22rem;
    cursor: pointer;
}

.content_item_title{
    display: flex;
    align-items: center;
    color: #333;
    font-size: 0.16rem;
}
.content_item_title>span{
    color: #fff;
    background: #076daf;
    padding: 0.01rem 0.1rem;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    margin-left: 0.15rem;
    margin-right: 0.2rem;
    position: relative;
}
.content_item_title>span::before{
    content: '';
    width: 0.05rem;
    height: 0.05rem;
    position: absolute;
    top: 0.08rem;
    left: -0.15rem;
    background: #076daf;
    border-radius: 50%;
}
.content_item_title:nth-of-type(odd){
    background: #F2F5FC;
}

.content_item_title>p{
    width: 3.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.infolib-content-right{
    flex: 9;
}
.outer {
    width: 100vw;
    height: 100vh;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    /* background: #000E30; */
    overflow-y: hidden;
    overflow-x: hidden;
    width: 1920px;
    min-width: 1920px;
    min-height: 940px;
    /*height: 940px;*/
    /* background: #2c375e; */
    transform: scale(1);
    /* padding: 0 20px 0 20px; */


}

body.outer .layui-layer {
    /* top: 1.5rem; */
    /*top: 175.976px !important;*/
    /*left: 613.5px !important;*/
}

.fixedBox .fixeditem.apply_box{
    width: 1.8rem;
    right: -1.3rem;
}

.fixedBox .fixeditem.apply_box a p {
    width: 1.2rem;
}
.fixedBox .fixeditem.apply_box:hover{
    right: 0;
}

.fixedBox_next{
    top: 86%;
}
.fixedBox .fixeditem a img {
    float: left;
    font-size: 0.27rem;
    width: 0.28rem;
    height: 0.28rem;
    margin: 0.11rem;
    line-height: 0.28rem;

}

.contenter-fp .infolib-box {
    width: 14rem;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    height: 49.6%;
}
.infolib-content-left {
    flex: 5;
    box-shadow: 0 0 0.1rem #cccccc;
    margin-bottom: 0.08rem;
    display: flex;
    flex-direction: column;
}
.infolib-content-right{
    flex: 9;
    display: flex;
    flex-wrap: wrap;
}

/*顶部菜单*/
.headmenu {
    background-color: #096eaf;
    height: 100%;
}

.headmenu .header-list {
    /*height: 0.45rem;*/
    height: 100%;
}

.headmenu .header-list #menu {
    overflow: hidden;
    height: fit-content;
}

.headmenu .header-list #menu > li {
    width: 12.5%;
    float: left;
    margin-top: 0.1rem;
    padding: 0 0.2rem;
    margin-top: 0;
    padding: 0;
    /*height: 100%;*/
}

.headmenu .header-list #menu > li > a {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 0.04rem 0.04rem 0 0;
    transition: all .3s;
    color: #ffffff;
    line-height:normal;
    font-size: 0.18rem;
    font-weight: normal;
    padding: 0;
    height: 0.45rem;
}

.headmenu .header-list #menu > li > a > p {
    line-height: 0.2rem;
    border-left: 1px solid #8aacdc;
}

.headmenu .header-list #menu > li:first-child > a > p {
    /*border-left: none;*/
}

.headmenu .header-list #menu > li:last-child > a > p {
    border-right: 1px solid #8aacdc;
}

.headmenu .header-list #menu > li > a:hover {
    background-color: #d2482e;
    /*height: 0.45rem;*/
    /*height: 100%;*/
}

.headmenu .header-list #menu > li.active > a {
    background-color: #d2482e;
    /*height: 0.45rem;*/
    /*height: 100%;*/
}

/*二级下拉菜单*/
.headmenu .header-list #menu > li > ul {
    background-color: #096eaf;
    border-radius: 0 0 0.06rem 0.06rem;
    overflow: hidden;
    display: none;
}

.headmenu .header-list #menu > li > ul > li {
    border-top: 1px dashed #f6f8fd;
}

.headmenu .header-list #menu > li > ul > li:first-of-type {
    /*padding-top: 1px;*/
}

/*.headmenu .header-list #menu>li>ul>li:last-of-type{
	border-bottom: none;
}*/
.headmenu .header-list #menu > li > ul > li > a {
    width: 100%;
    display: block;
    color: #FFFFFF;
    transition: all .25s;
}

.headmenu .header-list #menu > li > ul > li > a > p {
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.16rem;
}

.headmenu .header-list #menu > li > ul > li > a:hover {
    background-color: #d2482e;

}

.headmenu .header-list #menu > li.active > ul > li.active > a {
    background-color: #d2482e;
}

.more_icon{
    font-size: 0.16rem;
    color: #666;
    cursor: pointer;
    font-weight: 400;
}