@import "https://at.alicdn.com/t/c/font_178760_4avmrsp9ycz.css";
a:hover
{
    text-decoration: none;
    color: #333;
}
select:focus-visible{
    outline: none;
}
.btn:focus,
 a:focus
{
    outline: none;
    outline-offset: 0px;
}

img
{
    max-width: 100%;
}

html
{
    height: 100%;
    min-height: 100%;
}

li
{
    list-style: none;
}
.header-banner .container {
   position: absolute;
   top: 0;
   left: 50%;
   transform: translate(-50%,0);
}
.logo {
   display: flex;
   align-items: center;
   margin-top: 20px;
   margin-left: -10px;
}
.logo img {
   width: 51px;
   height: 51px;
   margin-right: 10px;
}
.logo span {
   color: #fff;
   font-size: 30px;
   font-weight: bold;
}
.wza {
   border-radius: 50px;
   padding: 6px 20px;
   cursor: pointer;
   right: 20px;
   position: absolute;
   top: 30px;
   z-index: 999;
   color: #fff;
    display: flex;
    align-items: center;
}
.wza a{
    color: #fff;
    border-radius: 50px;
    padding: 6px 20px;
    border: 1px #fff solid;
    margin-left: 10px;
}
.wza a:hover,a:focus,a:visited{
    background-color: #fff;
    color:#0d7bd4;
    text-decoration: none;
}

.header{
    position: relative;
}
.header-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding:16px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
}
.header-cont a{
    color:#666;
}
.header-cont a i{
    font-size: 12px;
}
.zwzb-cont{
    background: url("/public/assets/img/cxyfz/zwbg.jpg") no-repeat center bottom #fff;
    background-size: 100% auto;
    padding-bottom: 40px;
}
.zw-cont-item{
    display: flex;
    align-items: stretch;
}
.zw-cont-item img{
    width: 142px;
    height: 210px;
    object-fit: cover;
    margin-right: 16px;
}
.zw-cont-item .info{
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    align-items: flex-start;
    overflow: hidden;
    flex:1;
}
.zw-cont-item .info-cont{
    width: 100%;
}
.zw-cont-item .info-cont h4{
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zw-cont-item .info-cont p{
    margin-bottom: 0;
    font-size: 14px;
}
.zw-cont-item .info a{
    border:1px solid #9CB1E7;
    color:#2D58C5;
    background: none;
    border-radius: 4px;
    padding:4px 10px;
}
.zw-cont-item .info a:hover{
    border:1px solid #2D58C5!important;
    background:#2D58C5!important;
    color:#fff;
    background: none;
    border-radius: 4px;
    padding:4px 10px;
}
.title-cont{
    display: flex;
    justify-content: center;
    padding:30px 0;
}
.title-cont img{
    width: 890px;
}
.bg-blue{
    background:#EBF5FF;
    padding:80px;
}

h3.title-h3{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
    font-family: '微软雅黑', 'Gotham Bold', 'Arial Bold';
    position: relative;
    padding-top: 30px;
}
.fwdj h3.title-h3{
    padding-top: 0;
    margin-top: 0;
}
h3.title-h3:before{
    content: '';
    width: 185px;
    height: 185px;
    background:url("/public/assets/img/cxyfz/round.png") no-repeat;
    position: absolute;
    border-radius: 50%;
    left:-30px;
    top:-30px;
}
h3.title-h3 span{
    position: relative;
    z-index: 99;
}
.fwdj{
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.fwdj .nav.nav-pills{
    background: none;
    border-radius: 20px;
    margin-right: 50px;
    width: 250px;
}
.fwdj .nav-pills>li+li{
    margin-left: 0;
}
.fwdj .nav-pills>li{
    float:initial;
}
.fwdj .nav.nav-pills a{
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition:.3s;
}
.fwdj.nav.nav-pills a:hover{
    background: rgba(255,255,255,.19);
}
.fwdj .nav.nav-pills>li.active a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background: url("/public/assets/img/cxyfz/tabactive.png") right center;
    border-radius: 20px;
    color:#fff!important;
    background-size: cover;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    width: 288px;
}
.fwdj .nav.nav-pills a{
    color:#222;
    font-size: 20px;
    padding:20px;
}
.fwdj .tab-content{
    background: #FFFFFF;
    border-radius: 20px;
    padding:20px;
}
.fwdj .tab-content img{
    margin: 10px 0;
}
.fwdj .tab-pane.active{
}
.ssban-cont{
    padding:60px 0;
    background: url("/public/assets/img/cxyfz/ssbbg.png") no-repeat center bottom;
}
.ssban-cont .img-cont{
    background: rgba(255,255,255,.8);
    padding:20px;
    border-radius: 16px;
}
.ssban-cont .img-cont a img{
    width: 100%;
    border-radius: 16px;
}
.ssban-cont .img-cont a span{
    font-size: 16px;
    color:#222;
    display: block;
    text-align: center;
    margin:10px 0 16px;
    padding:0 20px;
}
.ssban-cont .img-cont a:hover span{
    color:#2D58C5;
}
.ssban-cont .xiaoshen{
    margin-left: 30px;
    margin-right: 30px;
}
.ssban-cont.ktcx{
    background: none;
}
.xiaoshen-cont{
    background: linear-gradient(180deg, rgba(254,227,186,0.62) 0%, rgba(255,255,255,0) 100%);
    border-radius: 12px;
    border: 1px solid #EFB262;
    padding:20px 20px;
}
.xiaoshen-cont .shen-header{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.xiaoshen-cont .shen-header img.xiaoshen{
    width: 74px;
    height: 80px;
    margin-right: 10px;
}
.xiaoshen-cont .ask{
    min-height: 44px;
    background: rgba(255,255,255,0.62);
    border-radius: 0px 10px 10px 10px;
    border: 1px solid rgba(236,169,82,0.3);
    padding:10px 16px;
    font-size:14px;
    line-height: 2.2;
    color:#828282
}
.xiaoshen-cont a.btn{
    background: #F4C177;
    color:#fff;
    font-size:16px;
    padding:6px 20px;
    border-radius: 50px;
    margin:20px auto;
    display: block;
    width: 160px;
}
.xiaoshen-cont a.btn:hover{
    font-weight: bold;
    opacity: .8;
}
.xiaoshen-cont a.btn i{
    font-size: 12px;
}
.xiaoshen-cont,.ybld-cont{
    height:290px;
}
.ybld-cont{
    background: linear-gradient(180deg, #E7ECFF 0%, rgba(255,255,255,0) 100%);
    border-radius: 12px;
    border: 1px solid #B2C2FF;
}
.ybld-cont .ybld-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}
.ybld-cont .ybld-title span{
    font-size: 24px;
    color:#2848C0;
    font-weight: bold;
    height: 60px;
    background: linear-gradient(180deg, #B2C2FF 0%, #DFE5FF 100%);
    border-radius: 12px 0px 100px 0px;
    padding:10px 40px 10px 20px;
}
.ybld-cont .ybld-title a{
    color:#666;
}
.ybld-cont .nowrapli{
    margin:10px 20px
}
.ybld-cont .nowrapli li{
    padding:10px 0;
    list-style: none;
    background: url("/public/assets/img/cxyfz/play.png") no-repeat center left;
}
.ybld-cont .nowrapli li a{
    padding-left: 16px;
}
.ybld-cont .nowrapli li a:hover{
    color:#2848C0;
}
ul.list-date li span.time{
    display: flex;
    align-items: center;
}
ul.list-date li span.time{
    right:20px;
    top:50%;
    transform: translate(0,-50%);
}
ul.list-date li .ban-cont img{
    width: 16px;
    margin-left: 20px;
    display: block;
}
.ban-cont{
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
    right:5px;
    cursor: pointer;
}
.ban-cont:hover{
    z-index: 9999;
}
.ban-cont .ban-tips{
    position: absolute;
    right:-10px;
    background: #E0EFFF;
    color:#333;
    padding:8px 16px;
    border-radius: 4px;
    top:20px;
    font-size: 14px;
    display: none;
    white-space: nowrap;
    width: auto;
    box-shadow: 0 0 5px rgba(0,0,0,.18);
}
.ban-cont .ban-tips:before{
    content: '';
    border:10px solid transparent;
    border-bottom-color:#E0EFFF;
    right:10px;
    position: absolute;
    top:-16px;
    z-index: 999;
}
.ban-cont:hover .ban-tips{
    display: block;
    z-index: 99999;
}
.ban-cont:hover .ban-tips a{
    font-weight: normal;
    position: relative;
    z-index: 999;
    padding:4px 0!important;
    width: 100%!important;
}
.ban-cont:hover .ban-tips a:before{
    display: none;
}
.cxyfz-slide .owl-item > .item > a > .title{
    position: initial;
    background: none;
    color:#333;
    font-size: 14px;
    padding:10px 0;
}
.cxyfz-slide .owl-item > .item > a > .title > span{
    width: 100%;
    text-overflow: initial;
    overflow: initial;
    white-space: initial;
    line-height: 1.6;
}
.cxyfz-slide .owl-dots{
    display: none;
}
.cxyfz-slide .owl-nav button{
    position: absolute;
    top: 34%;
    color:#fff;
    background: #ccc;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:none;
    font-size: 30px;
}
.cxyfz-slide .owl-nav button span{
    height: 50px;
}
.cxyfz-slide .owl-nav .owl-prev{
    left:-60px;
}
.cxyfz-slide .owl-nav .owl-next{
    right:-60px;
}
.cxyfz-slide .owl-item img{
    border-radius: 5px;
    height:160px;
}
.history{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding:10px 0;
}
.history span{
    font-size: 16px;
    color:#FD8248
}
.history .label{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.history .label li{
    margin-right: 6px;
    padding:6px 16px;
    background: rgba(252, 221, 172, .4);
    color:#957143;
    border-radius: 50px;
    font-weight: normal;
    cursor: pointer;

}
.shen-text span{
    display: block;
    font-size: 18px;
    color:#ECA952;
    margin-top: 4px;
}
.shen-text img{
    height: 23px;
}
.mtrh-cont{
    background: url("/public/assets/img/cxyfz/bgrm.png") repeat-x;
    margin-top: 60px;
    padding-bottom: 30px;
    background-size: auto 100%;
}
.mtrh-cont .title-cont{
    margin-top: -50px;
}
.title-02{
    margin:40px 0 20px;
    height: 30px;
}
.footer {
    padding-bottom: 8px;
    margin-top: 0px;
    background-color: #565a5d;
    color: #b7b9ba;
    font-size: 12px;
}

.footer .links
{
    float: left;
    width: 100%;
    margin-bottom: 25px;
    background-color: #4e5358;
}

.footer .links ul
{
    position: relative;
}

.footer .links li
{
    margin-left: 150px;
    float: left;
    color: #fff;
}

.footer .links li:first-child
{
    margin-left: 0;
}

.footer .links li p
{
    margin: 0;
    padding: 15px 0;
}

.footer a
{
    color: #b7b9ba
}

.footer .links li p a
{
    color: #fff;
}

.footer .links li p i
{
    margin-left: 3px;
    display: inline-block;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);

    -moz-transform: rotate(-90deg);

    -webkit-transform: rotate(-90deg);

    -o-transform: rotate(-90deg);

}

.footer .links .dropdown
{
    position: static;
}

.footer .links .dropdown ul
{
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 100%;
}

.footer .links .dropdown li
{
    float: none;
    margin-right: 0;
    color: #666;
}

.footer .links .dropdown li a
{
    margin: 5px 0;
    float: left;
    width: 16.666%;
    clear: none;
}

.footer-logo:before
, .footer-logo:after
{
    display: table;
    content: '';
}

.footer-logo:after
{
    clear: both;
}

.footer-logo
{
    line-height: 28px;
}

.footer-logo img
{
    display: block;
    margin: 0 auto;
    width: 96px;
}

.footer-logo span
{
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #b7b9ba;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 3px;
}

.footer-logo p
{
    line-height: 20px;
    margin: 15px 0 30px;
}

.footer-add
{
    margin-top: 10px;
}

.footer-add li
{
    float: left;
    padding: 3px 0;
    text-align: left;
}
/*
.footer-icp {
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 25px;
    text-align: right;
}
*/
.footer-icp a
{
    display: inline-block;
    margin-left: 23px;
}

.footer-icp img
{
    margin: 18px auto;
}

.footer-icp .zc img
{
    width: auto;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
}

.footer-icp p
{
    margin-bottom: 0;
    color: #b7b9ba;
}

.footer-icp .item
{
    float: right;
    width: 25%;
    text-align: center;
}

.footer-icp .zc
{
    width: 35%;
}

.footer .icp
{
    color: #b7b9ba;
}

.footer-help a
{
    padding: 0 13px;
    display: inline-block;
    color: #b7b9ba;
    line-height: 14px;
}

.footer-help > a + a
{
    border-left: 1px solid #b9b9b9;
}

.footer-help a:last-child
{
    border-right: 0;
}

.footer-help a:hover
{
    color: #e4e4e5;
}

.footer-bottom
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,.3);
    padding: 6px 0;
    margin-top: 10px;
}

.footer-bottom:before,.footer-bottom:after
{
    display: none;
}

.footer-links
{
    display: flex;
    justify-content: space-around;
}

.float-btn-group
{
    display: none;
}

.breadcrumb{
    background-color: transparent;
    margin: 30px 0px 30px 0px;
}

@media (min-width: 1400px){

}
@media (min-width: 1200px){
    .container {
        width: 1100px;
    }
    .location{
        right: 80px;
    }
}


@media (max-width:991px) {
    .banner{
        margin-bottom: 20px;
    }

    .header img.logo{
        width: 40px;
        height: 40px;
    }

    .footer-add ul li{
        width: 100%!important;
        text-align: center;
    }
    .footer-bottom{
        flex-direction: column;
        align-items: center;
    }
    .footer .links{
        text-align: center;
    }
    .footer .links ul{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-icp{
        display: flex;
        justify-content: center;
    }
    .footer .links li{
        margin-left: 0;
        text-align: center;
    }
    .footer-help{
        line-height: 2.4;
        text-align: center;
    }
    .article img{
        width: 100%;
    }
    .footer-help img{
        display: inline-block;
        flex-shrink: 0;
        margin:0 auto;
    }

}
@media (max-width:767px) {
    .header img.logo{
        height: 45px!important;
    }
    .wza{
        transform: scale(.5);
        top: 0px;
    }
    .fwdj{
        flex-direction: column;
    }
    .fwdj .nav.nav-pills{
        margin-right: 0;
        display: flex;
        width: 100%;
        align-items: stretch;
        margin-bottom: 10px;
        flex-direction: column;
    }
    .fwdj .tab-content{
        margin-top: 0;
    }
    .fwdj .nav.nav-pills li{
        flex:1;
    }
    .fwdj .nav.nav-pills li a{
        padding:6px;
        font-size: 16px;
        height: 100% ;
    }
    .fwdj .nav.nav-pills>li.active a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
        width: auto;
        flex:1;
        padding:20px;
    }
    .title-cont{
        padding:10px 0;
    }
    .bg-blue{
        padding:0 0 20px;
    }
    .ssban-cont{
        padding:20px 0;
    }
    h3.title-h3{
        padding-top: 0;
        line-height: 1;
        margin-top: 50px!important;
    }
    h3.title-h3 span{
        font-size: 18px;
        font-weight: bold;
    }
    .ssban-cont .xiaoshen{
        margin-left: 0;
        margin-right: 0;
    }
    h3.title-h3:before{
        width: 100px;
        height: 100px;
        background-size: 100% auto;
    }
}

@media (max-width:640px) {
    .logo {
        transform: scale(.5);
        margin-left: -20%;
        margin-top: -2%;
    }
    .logo span {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
    }
    .header-banner .container{
        width: 100%;
    }
    .logo img {
        width: 40px;
        height: 40px;
    }
    .header-cont img{
        height: 40px;
    }
    .zw-cont-item{
        border-bottom: 1px solid #eee;
        margin-bottom: 16px;
        padding-bottom: 10px;
    }
    .xiaoshen-cont{
        margin-bottom: 20px;
    }
    .container:before,.container:after{
        display: none;
    }
    .cxyfz-slide .owl-nav button{
        background: rgba(0,0,0,.4);
    }
    .cxyfz-slide .owl-nav .owl-prev{
        left:10px!important;
    }
    .cxyfz-slide .owl-nav .owl-next{
        right:10px!important;
    }
    .xiaoshen-cont,.ybld-cont{
        height: auto;
    }
}

@media (max-width:550px) {

}
@media (max-width:480px) {


}
@media (max-width:360px) {

}

@media (max-width: 767px) {

}

.disnone {
    display: none;
}

.footer-ewm-0618 img{
    width: 68px;
}