.public-video-box #video {
    position: fixed;
    z-index: -100;
    top: 0;
    left: 0;
    object-fit: fill;
    width: 100% !important;
    height: 100vh;
}
.public-video-box {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100vh;
    object-fit: fill;
}
.pic_cover {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 260px;
    overflow: auto;
    background: url(../img/bg_pic.png)  no-repeat;
    background-size: cover;
}
html, body {
    -ms-overflow-style: scrollbar;
}
.body-box {
    position: relative;
}
/*头部样式--begin*/
.head-box .logo-box {
    background:rgba(0,0,0,0.5);
    margin: 0;
}
.head-box .nav-logo {
    padding: 10px 0;
}
.head-box .login{
    padding: 16px 0;
}
.head-box .nav-ul {
    padding: 22px 0;
}
.head-box .nav-ul>li {
    display: inline-block;
    cursor: pointer;
}
.head-box .nav-ul>li>a {
    display: block;
    padding: 0 10px;
    height: 20px;
    border-right: 2px solid #fff;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}
.head-box .nav-ul>li:last-child>a{
    border-right: 0;
}
.head-box .nav-ul>li>a:hover {
    font-weight: bold;
}
.head-box .navbar-toggle {
    float: left;
    margin-top: 15px;
}
/*登录下拉样式--begin*/
.login-select {
    position: relative;
    text-align: center;
    width: 90px;
    display: inline-block;
}
.login-select a {
    text-decoration: none;
}
.login-select ul,.login-select li {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.login-select span {
    color: #fff;
    height: 30px;
    line-height: 30px;
    background-color: #2C83FC;
    display: block;
    z-index: 2;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.login-select span a {
    color:#fff ;
}
.login-select span a:after,.head-dropdown>a:after{
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 6px #fff;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    vertical-align: 2px;
    margin-left: 5px;
}
.login-select .drop {
    top: 40px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    opacity: 0;
}
.login-select:hover span a:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.login-select:hover .drop{
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.login-select .drop li a {
    color: #888;
    line-height: 30px;
    border-bottom: solid 1px #eee;
    font-size: 12px;
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.login-select .drop li:first-child a{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: -10px;
}
.login-select .drop li:last-child a{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: none;
}
.login-select .drop li:hover:before{
    background-color: #2395fc;
}
.login-select .drop li:hover a {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
/*登录下拉样式--end*/
.head-dropdown:hover a:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.head-dropdown ul {
    /*opacity: 0;*/
    left: 0;
    right: 0;
    top: 20px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: absolute;
    display: none;
    z-index: 999;
}
.nav-ul .head-dropdown:hover ul {
    display: block;
    /*opacity: 1;*/
}
.head-dropdown ul li{
    position: relative;
    text-align: center;
    line-height: 30px;
    padding: 0;
    margin-bottom: 0;
}
.head-dropdown ul li a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
    line-height: 35px;
    display: block;
    border-bottom: solid 1px #eee;
    background: #fff;
}
.head-dropdown ul li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
}
.head-dropdown ul li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: none;
}
.head-dropdown ul li:hover a {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}

@media (max-width: 768px){
    .head-box .nav-ul>li {
        width: 100%;
    }
    .head-box .nav-ul>li>a {
        line-height: 40px;
        height:40px;
        text-align: center;
        border: 0;
    }
    .head-dropdown ul {
        top: 40px;
    }
}

/*头部样式--end*/
.clear {
    display: block;
    width: 100%;
    clear: both;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
}
/*蓝色背景 白色字按钮*/
.btn-blue-white {
    color: #fff;
    background-color: #2C83FC;
    outline: none!important;
}
.btn-blue-white:hover,.btn-blue-white:active:focus,.btn-blue-white:focus {
    background-color: #115bc3;
    color: #fff;
    outline: none!important;
}
.btn-blue-white.disabled{
    pointer-events: none;
    background: #DCDCDC;
    border-color: #DCDCDC;
    color: #fff;
}
/*尾部样式--begin*/
.foot-box {
    /*height: 160px;*/
    background: url("../img/foot_bg.png") center no-repeat;
    background-size: cover;
}
.foot-box .message-list {
    width: 84%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.foot-box .line-style {
    border-top: 4px solid #3AADFE;
    margin-bottom: 20px;
    width: 30px;
}
.foot-box .message-list-box {
    margin-top: 50px;
}
.foot-box .message-list-box .title{
    color: #fff;font-weight: bold;margin: 0;font-size: 16px;
}
.foot-box .message-list-box .info{
    color: #909090;line-height: 24px;
}
/*快速搜索样式--begin*/
.public-head .public-search input[type = "text"]{
    height: 44px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #5DA1FF;
    display: block;
    margin: 15px auto;
    border-radius: 10px 0 0 10px;
    padding: 10px 0 10px 35px;
    width: 100%;
    outline: none!important;
}
.public-head .public-search input::-webkit-input-placeholder{
    color:#fff;
}
.public-head .public-search input::-moz-placeholder{
    color:#fff;
}
.public-head .public-search input:-moz-placeholder{
    color:#fff;
}
.public-head .public-search input:-ms-input-placeholder{
    color:#fff;
}
.public-head .public-search {
    position: relative;
}
.public-head .public-search .search-icon,.batch-search .search-icon {
    position: absolute;
    color: #0c91e5;
    font-size: 16px!important;
    left: 15px;
    top: 28px;
}
.public-head .public-search .btn-search ,.batch-search .btn-search {
    margin: 15px auto;
    width: 100px;
    border: 0;
    color: #fff;
    height: 44px;
    background: #5DA1FF;
    border-radius: 0 10px 10px 0;
    outline: none!important;
    cursor: pointer;
}
.public-head .public-search .btn-search:hover,.batch-search .btn-search:hover {
    background-color: #115bc3;
    color: #fff;
}
.public-head .public-search-text .title {
    color: #fff;text-align: left;
}
.fast-search {
    display: inline-block;
}
.fast-search li {
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 2px 5px;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
}
.fast-search li a {
    color: #fff;
}
.fast-search li a:hover {
    color: #fff;
    font-weight: bold;
}
.batch-search input[type = "text"]{
    height: 44px;
    border: 2px solid #5DA1FF;
    display: block;
    margin: 15px auto;
    border-radius: 10px 0 0 10px;
    padding: 10px 0 10px 35px;
    width: 100%;
    outline: none!important;
}
/*快速搜索样式--end*/
/*新闻资讯样式--begin*/
.public-center-content {
    margin: 40px auto 20px auto;
    width: 80%;
}
.public-head .public-title {
    font-size: 34px;font-weight: 400;color: #FFFFFF;line-height: 52px;
}
.public-head .public-sub-title {
    font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 52px;
}
.public-head .public-head-left {
    width: 60%;padding: 25px 0;
}
.public-head-left img {
    width: 80%                           ;
}
.public-head .public-head-right {
    width: 40%;
}
@media screen and (max-width: 768px) {
    .public-head .public-head-left {
        width: 100%;padding: 25px 0;
    }
    .public-head .public-head-right {
        width: 100%;
    }
}
.public-main {
    padding: 15px 25px;
    background: #FFFFFF;
    -webkit-box-shadow: 1px 2px 20px 0 rgba(0, 59, 114, 0.1);
    -moz-box-shadow: 1px 2px 20px 0 rgba(0, 59, 114, 0.1);
    box-shadow: 1px 2px 20px 0 rgba(0, 59, 114, 0.1);
    border-radius: 6px;
    min-height: 600px;
}
.public-main .public-box {
    min-height: 250px;
    position: relative;
}
.public-nav-list {
    border-bottom: 1px solid #1B88FA;
}
.public-nav-list>li {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.public-nav-list>li>a {
    font-weight: 500;
    color: #666;
    font-size: 16px;
    padding: 10px 15px;
    display: block;
}
.public-nav-list>li.active>a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #333;
}
.public-nav-list>li>a:hover {
    font-weight: 500;
    /*font-size: 18px;*/
    color: #333;
}
.public-nav-list>li.active:after {
    position: absolute;
    content: " ";
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 0;
    border: solid 4px #2296FB;
    background: #2296FB;
    margin: 0 auto;
    display: block;
    bottom: -4px;
    left: 0;
    right: 0;
    border-radius: 5px;
}
.public-main .news-list {
    min-height: 200px;
}
.public-main .news-list>li:hover {
    background: linear-gradient(90deg, #d9edf7 0%, rgba(43, 144, 205, 0) 100%);
    border-radius: 4px;
}
.public-main .news-list .nav>li>a:hover {
    color: #333;
}
.public-main .news-list>li>a {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 120px);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.public-main .news-list>li {
    width: 50%;
    padding: 6px 6px 0 20px;
    float: left;
}
.public-main .news-list>li>.fa {
    padding-right: 5px;
    margin-top: -12px;
    vertical-align: middle;
    color: #00479D;
}
.public-main .pageOption-box {
    margin: 10px 10px;
}
.public-main .pageOption-box a {
    cursor: pointer;
    font-weight: bold;
}
.public-main .liMarquee-box .title {
    font-size: 22px;
    font-weight: 500;
    color: #051A51;
    line-height: 26px;
}
.swiper-box {
    width: 100%;
    margin-top: 20px;
}
.swiper-box  img {
    border-radius: 8px;
    width: 100%;
    height: 11vw;
    cursor: pointer;
}
.swiper-box .swiper-pagination {
    bottom: 0;
}
.swiper-box .img-title {
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}
.liMarquee-box .title-line {
    width: 100px;
    padding-top: 10px;
}
.liMarquee-box .title-line .title-line-left  {
    width: 50%;
    border-bottom: 4px solid #004FA2;
    float: left;
}
.liMarquee-box .title-line .title-line-right  {
    width: 48%;
    border-bottom: 4px dashed #004FA2;
    float: left;
}
@media screen and (max-width: 768px) {
    .public-center-content {
        margin: 40px auto 20px auto;
        width: 95%;
    }
}
/*新闻资讯样式--begin*/
/*新闻详情页样式-begin*/
.detail-page {
    position: relative;
    min-height: 280px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    margin-bottom: 10px;
}
.detail-page .news-menu {
    border: 1px solid #A1D4EB;
    -webkit-box-shadow: 1px 2px 10px 0 rgba(68, 128, 183, 0.2);
    -moz-box-shadow: 1px 2px 10px 0 rgba(68, 128, 183, 0.2);
    box-shadow: 1px 2px 10px 0 rgba(68, 128, 183, 0.2);
    border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.detail-page .news-menu > li {
    border-bottom: 1px dashed #A1D4EB;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
}
.detail-page .news-menu li a {
    -webkit-transition: padding-left 0.5s ease-out;
    -o-transition: padding-left 0.5s ease-out;
    transition: padding-left 0.5s ease-out;
    color: #1A110D;
    display: inline-block;
}
.detail-page .news-menu li:hover a {
    text-decoration: none;
    padding-left: 30px;
    color: #1492ff;
}
.detail-page .news-menu > li:last-child {
    border-bottom: 0;
}
.news-menu .menu-icon {
    position:relative;
    overflow:hidden;
    display: inline-block;
    float: left;
    padding: 0 10px;
}
.news-menu .menu-icon img {
    width: 25px;
    height: 25px;
    position:relative;
    filter: drop-shadow(39px 0px #1492ff);
    -webkit-filter: drop-shadow(39px 0px #1492ff);
}
.detail-page .news-menu li:hover img {
    transform: translate(-39px, 0);-webkit-transform: translate(-39px, 0);-ms-transform: translate(-39px, 0);-o-transform: translate(-39px, 0);
}
.detail-page .page-link {
    margin-top: 20px;
    padding: 20px;
}
.detail-page .page-link .link-box {
    margin-bottom: 15px;
    word-break: break-all;
}
.page-content .title {
    font-size: 24px;
    font-weight: bold;
    color: #051A51;
    padding: 0 0 20px 0;
    text-align: center;
}
.page-content .info {
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
}
.page-content .sub-left {
    color: #051A51;
    margin-right: 20px;
    font-size: 18px;
}
.page-content .sub-right {
    color: #051A51;
    float: right;
    margin-right: 20px;
    font-size: 18px;
}
.page-content ul>li>a {
    font-size: 16px;
    color: #00479D;
}
/*新闻详情页样式-end*/

/*办事大厅样式--begin*/
/*.business-nav>li{*/
/*    display: inline-block;*/
/*}*/
/*.business-nav>li>a {*/
/*    border: 0;*/
/*    padding: 8px 15px;*/
/*    background: #051A51;*/
/*    color: rgba(255, 255, 255, 0.5);*/
/*    border-radius: 4px;*/
/*}*/
/*.business-nav>li.active>a ,.business-nav>li:hover>a{*/
/*    text-decoration: none;*/
/*    background: #1B88FA;*/
/*    border-radius: 6px;*/
/*    color: #fff;*/
/*}*/
/*办事大厅科技项目等菜单样式 - 新*/
.business-content .public-main{
    border-top-left-radius: 0!important;
}
.business-nav {
    display: flex;
    height: 45px;
    margin-bottom: 0;
}
.business-nav>li a {
    color: #fff;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 15px;
}
.business-nav>li.active, .business-nav>li:hover {
    height: 45px;
    background: linear-gradient(180deg,#9fc6ff 2%,#fff);
}
.business-nav>li.active>a, .business-nav>li:hover>a {
    color: #2977e7;
    text-decoration: none;
}
.business-nav>li:first-child {
    -webkit-clip-path: polygon(0 0,100% 0,calc(100% - 1vw) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,calc(100% - 1vw) 100%,0 100%);
}
.business-nav>li {
    flex: 1 1;
    max-width: 33.3%;
    height: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    background: linear-gradient(1turn,#9fc6ff,#3484f6);
    border-radius: .8vw .8vw 0 0;
    cursor: pointer;
    -webkit-clip-path: polygon(1vw 0,100% 0,calc(100% - 1vw) 100%,0 100%);
    clip-path: polygon(1vw 0,100% 0,calc(100% - 1vw) 100%,0 100%);
}
/*办事大厅科技项目等菜单样式 - 新*/
.business-type {
    margin-bottom: 0;
}
.business-type>li {
    padding: 10px 5px;
    display: inline-block;
    cursor: pointer;
}
.business-type li.active>a{
    background: #1B88FA!important;
    border-radius: 4px!important;
    color: #fff!important;
}

.business-type>li>a {
    color: #333;
    background: #ECF3FA;
    padding: 5px 10px;
    border-radius: 4px;
}
.business-type>li:hover>a {
    background: #1B88FA;
    border-radius: 4px;
    color: #fff;
}
@media (min-width: 768px) {
    .business-block {
        display: flex;
        flex-wrap: wrap;
    }
}
.business-block .col-sm-4{
    padding-bottom: 15px;
}
.business-box {
    display: inline-block;
    position: relative;
    padding: 20px 20px 10px 20px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #A1D4EB;
    -webkit-box-shadow: 1px 2px 10px 0 rgba(68, 128, 183, 0.4);
    -moz-box-shadow: 1px 2px 10px 0 rgba(68, 128, 183, 0.4);
    box-shadow: 1px 2px 10px 0 rgba(68, 128, 183, 0.4);
    border-radius: 4px;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.business-box:hover {
    transform: scale(1.08);
    z-index: 1;
}
.business-box-not {
    display: inline-block;
    position: relative;
    padding: 20px 20px 10px 20px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #999999;
    -webkit-box-shadow: 1px 2px 10px 0 rgba(68, 128, 183, 0.4);
    -moz-box-shadow: 1px 2px 10px 0 rgba(68, 128, 183, 0.4);
    box-shadow: 1px 2px 10px 0 rgba(68, 128, 183, 0.4);
    border-radius: 4px;
    margin-bottom: 10px;
}
.business-box-title .business-box-batch {
    min-height: 44px;
    margin-top: 16px;
    /*margin-bottom: 30px;*/
    font-size: 16px;
    font-weight: bold;
}
.business-box-title .business-box-info {
    margin-top: 16px;
    color: #666666;
}
.business-box .business-btn {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.business-box .business-box-tip {
    padding: 4px 0;
    border-radius: 0 4px;
    top: -1px;
    right: -1px;
    position: absolute;
    display: block;
    font-size: 16px;
    color: #fff;
    background: #6ACC7B;
    width: 100px;
    text-align: center;
}
.business-box-not .business-box-tip {
    padding: 4px 0;
    border-radius: 0 4px;
    top: -1px;
    right: -1px;
    position: absolute;
    display: block;
    font-size: 16px;
    color: #fff;
    background: #999999;
    width: 100px;
    text-align: center;
}
.business-box .line-style {
    border-top: 1px solid #A1D4EB;
    margin: 10px 0;
}
.business-box-not .line-style {
    border-top: 1px solid #999999;
    margin: 10px 0;
}
.public-main .public-box .award-title {
    vertical-align: middle;
    font-size: 24px;
    color: #051A51;
    line-height: 28px;
    display: inline-block;
}
.public-main .public-box .award-title:hover {

}
.public-main .public-box .award-btn {
    margin: 10px;
    text-align: right;
}
.public-main .public-box .award-btn img{
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.public-main .public-box .award-btn a:first-child,.declare-btn{
    background: #5E9AFF;
    -webkit-box-shadow: 1px 2px 4px 0 rgba(59, 120, 222, 0.3), -2px -2px 2px 0 rgba(57, 69, 101, 0.3), 1px 2px 2px 0 rgba(200, 238, 255, 0.4);
    -moz-box-shadow: 1px 2px 4px 0 rgba(59, 120, 222, 0.3), -2px -2px 2px 0 rgba(57, 69, 101, 0.3), 1px 2px 2px 0 rgba(200, 238, 255, 0.4);
    box-shadow: 1px 2px 4px 0 rgba(59, 120, 222, 0.3), -2px -2px 2px 0 rgba(57, 69, 101, 0.3), 1px 2px 2px 0 rgba(200, 238, 255, 0.4);
    border-radius: 4px;
    color: #fff;
}
.public-main .public-box .award-btn a:first-child:hover,.declare-btn:hover {
    background: #1B88FA;
    color: #fff;
}
.public-main .public-box .award-btn a:last-child,.declare-btn-all {
    background: #5A5BFF;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(90, 91, 255, 0.29), -2px -2px 2px 0 rgba(57, 69, 101, 0.3), 1px 2px 2px 0 rgba(200, 238, 255, 0.4);
    -moz-box-shadow: 1px 1px 4px 0 rgba(90, 91, 255, 0.29), -2px -2px 2px 0 rgba(57, 69, 101, 0.3), 1px 2px 2px 0 rgba(200, 238, 255, 0.4);
    box-shadow: 1px 1px 4px 0 rgba(90, 91, 255, 0.29), -2px -2px 2px 0 rgba(57, 69, 101, 0.3), 1px 2px 2px 0 rgba(200, 238, 255, 0.4);
    border-radius: 4px;
    color: #fff;
}
.public-main .public-box .award-btn a:last-child:hover,.declare-btn-all:hover {
    background: #797aec;
}
.award-block {
    text-align: center;
    margin-top: 40px;
}
.award-block .award-box {
    width: 24%;
    display: inline-block;
}
@media (max-width: 768px){
    .award-block .award-box {
        width: 48%;
        display: inline-block;
    }
}
@media (max-width: 1024px){
    .award-block .award-box .award-name {
        font-weight: bold;
        color: #051A51;
        position: absolute;
        top: 40%;
        font-size: 12px;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
@media (min-width: 1024px){
    .award-block .award-box .award-name {
        font-weight: bold;
        color: #051A51;
        position: absolute;
        top: 40%;
        font-size: 18px;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
.award-block .award-box .award-img {
    position: relative;
}
.award-block .award-box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.award-block .award-box .award-tip {
    margin-top: 10px;
    color: #666666;
}
.award-block .award-box button {
    margin: 20px 0;
    width: 120px;
}
/*在线办理框*/

.declare-content .btn-top-close {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 0;
    color: #fff;
    border-radius: 0 6px;
    background: #FF6E7F;
    border: 0;
    /*border-top: 0;*/
    /*border-right: 0;*/
    /*border-left: 4px solid #555;*/
    /*border-bottom: 4px solid #555;*/
}
.declare-content .btn-top-close:hover {
    background: #e25061;
}
.declare-content .declare-table tbody tr:nth-child(even) {
    background: #ECF3FA;;
}
.declare-tip {
    font-size: 16px;background: #FFD7D7;border-radius: 4px;padding: 10px;color: #FD213B;margin-bottom: 10px;
}
.declare-tip span {
    word-break:normal;word-wrap:break-word;overflow: hidden;
}
.declare-content .modal-title {
    font-weight: bold;font-size: 16px;
}
.declare-content .modal-title-tip {
    font-weight: normal;  color: #6ACC7B;  background: #d4f0d9;  border-radius: 4px;  padding: 2px 10px;margin-left: 20px;
}
.declare-content .modal-sub-title {
    padding: 10px 0 0 0;font-size: 16px;color: #666666;
}
/*办事大厅样式--end*/
/*loading框样式--begin*/
#contain {
    width: 250px;
    /*height: 100px;*/
    position: absolute;
    /*top: 50%;*/
    right: 0;
    left: 0;
    bottom: 50%;
    margin: auto;
    opacity: 0;
    animation: fadeIn 1s 1;
    animation-fill-mode: forwards;
}
.part {
    width: 30px;
    height: 30px;
    background: radial-gradient(circle at 0 0, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0.1));
    background-color: #E3746B;
    border-radius: 50%;
    animation: scale 1000ms infinite ease-in-out alternate;
    animation-delay: -500ms;
    transform: scale(0.5);
}
.wrap {
    animation: rotate 1000ms infinite ease-in-out alternate, zindex 2000ms infinite ease-in-out;
    position: absolute;
    z-index: 0;
}
#wrap2 {
    animation-delay: -1000ms;
}
#part2 {
    background-color: #397BF9;
    animation-delay: -1500ms;
}
#wrap3 {
    animation-delay: -1500ms;
}

#part3 {
    background-color: #F4B400;
    animation-delay: -2000ms;
}

#wrap4 {
    animation-delay: -2500ms;
}
#part4 {
    background-color: #0F9D58;
    animation-delay: -3000ms;
}
@keyframes zindex {
    25% {
        z-index: 1;
    }
    75% {
        z-index: -1;
    }
}
@keyframes fadeIn {
    100%{
        opacity: 1;
    }
}
@keyframes rotate {
    100% {
        transform: translateX(200px);
    }
}
@keyframes scale {
    100% {
        transform: scale(1);
    }
}
/*第二种--begin*/
.loading-modal .modal-content{
    margin:0 auto;margin-top: 250px;padding: 20px; display: table;width: 200px;
}
.loading-modal .loading-box {
    text-align: center;
    vertical-align: middle;
}
.loading-modal .text-tip {
    text-align: center;font-weight: bold;margin: 0;
}
@-moz-keyframes timer-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes timer-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* :not(:required) hides this rule from IE9 and below */
.timer-loader:not(:required) {
    border: 6px solid #5DA1FF;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 48px;
    height: 48px;
}
.timer-loader:not(:required)::before {
    -moz-animation: timer-loader 1250ms infinite linear;
    -webkit-animation: timer-loader 1250ms infinite linear;
    animation: timer-loader 1250ms infinite linear;
    -moz-transform-origin: 3px 3px;
    -ms-transform-origin: 3px 3px;
    -webkit-transform-origin: 3px 3px;
    transform-origin: 3px 3px;
    background: #5DA1FF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 19.2px;
    left: 15px;
    top: 15px;
}
.timer-loader:not(:required)::after {
    -moz-animation: timer-loader 15000ms infinite linear;
    -webkit-animation: timer-loader 15000ms infinite linear;
    animation: timer-loader 15000ms infinite linear;
    -moz-transform-origin: 3px 3px;
    -ms-transform-origin: 3px 3px;
    -webkit-transform-origin: 3px 3px;
    transform-origin: 3px 3px;
    background: #5DA1FF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 16px;
    left: 15px;
    top: 15px;
}
/*第二种--end*/

/*第三种 原点loading框 -- begin*/
.pulse-container {
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.pulse-bubble-1 {
    animation: pulse .4s ease 0s infinite alternate;
}
.pulse-bubble {
    width: 15px;
    height: 15px;
    border-radius: 50%!important;
    background-color: #0880d7;
}
.pulse-bubble-2 {
    animation: pulse .4s ease .2s infinite alternate;
}
.pulse-bubble-3 {
    animation: pulse .4s ease .4s infinite alternate;
}
@keyframes pulse {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: .25;
        transform: scale(.75);
    }
}
/*第三种 -- end*/
/*loading框样式--end*/
/*右下角工具栏样式--begin*/
.public-fixed-box {
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px!important;
    position: fixed;
    right: 1px;
    width: 80px;
    bottom: 140px;
    z-index: 999;
}
.public-fixed-btn {
    padding: 10px;
    width: 80px;
    height: 60px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.public-fixed-btn:hover,.public-fixed-btn:focus {
    margin: 0;
    height: 75px;
    background-color: rgba(0,0,0,0.8);
    font-weight: bold;
    z-index: 1000;
    text-decoration:none;
    outline: 0;
    color: #fff;
}
/*.public-fixed-btn .icon {*/
/*    display: none;*/
/*    height: 48px;*/
/*    width: 48px;*/
/*    line-height: 48px;*/
/*    font-size: 24px;*/
/*}*/
/*.public-fixed-btn:hover .icon {*/
/*    display: block;*/
/*}*/
.public-fixed-btn .text {
    width: 65px;
    padding: 4px 2px;
    line-height: 20px;
    font-size: 14px;
}
.public-fixed-btn:hover .text {
    color: #fff;
}
/*右下角工具栏样式--end*/

/*智能客服样式--begin*/
.container-message {
    position: relative;
    margin: 50px auto;
    width: 80vw;
    /*height: calc(100vh - 100px);*/
    background: #f6f7ff;
    border-radius: 5px;
}
.message-header {
    /*height: 60px;*/
    padding: 14px 16px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 16px 0px rgba(2, 25, 80, 0.1);
    border-radius: 4px;
    position: relative;
    z-index: 3;
}
.message-header .sub-title {
    vertical-align: middle;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin-top: 4px;
    display: inline-table;
}
.info-list {
    overflow-y: auto;
    padding: 15px;
    height: calc(100vh - 170px);
    background: #C4E2FF;
    box-shadow: -2px 0px 6px 0px rgba(2, 25, 80, 0.08);
    border-radius: 1px 4px 4px 1px;
}
.info-list .info-box:first-child {
    margin-bottom: 20px;
}
.info-box .info-head {
    color: #fff;
    background: #1B88FA;
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
    font-size: 16px;
}
.info-box .info-head img {
    width: 22px; height: 20px; margin-right: 5px;
}
.info-list .info-body {
    background: #FFFFFF;
    border-radius: 0 0 4px 4px;
    padding: 10px;
    position: relative;
}
.info-body .contact-title {
    word-break: break-all;
    position: relative;
    padding: 5px 5px 5px 24px;
    line-height: 20px;
}
.info-body .contact-title img {
    position: absolute;left: 0; top: 6px; width: 17px;
}
.info-body .contact-title p {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0 5px;
}
.info-body .question-list {
    margin: 0;
    position: relative;
}
.info-body .question-list li {
    border-bottom: 1px solid rgba(238, 238, 238, 1);;
    padding: 5px 8px 5px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.info-body .question-list li:hover {
    background: linear-gradient(90deg, #d9edf7 0%, rgba(43, 144, 205, 0) 100%);
    border-radius: 4px;
}
.info-body .question-list li > img {
    height: 17px;
}
.info-body  .question-list li > span {
    margin-left: 10px;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.info-body  .question-list li:last-child {
    border: 0
}

.info-list ul li {
    padding: 8px 8px 8px 0;
}
.question-answer {
    background: #F4F8FF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #434651;
}
.question-answer .history {
    padding: 15px 15px 0;
    overflow-y: auto;
    height: calc(100vh - 310px);
}
.question-answer .history .message {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    padding: 5px 15px;
    line-height: 26px;
    margin-bottom: 20px;
    /*max-width: 70%;*/
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 9px 0px rgba(1, 53, 106, 0.18);
    border-radius: 4px;
}

.question-answer .history .my-message {
    background: #fff;
    box-shadow: 0px 6px 12px 0px rgba(37, 37, 37, 0.1);
}

.question-answer .history .message:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #fff;
    border-width: 20px;
    top: 0;
}

.question-answer .history .my-message:after {
    left: -12px;
}

.question-answer .history .other-message {
    width: auto;
    background: rgba(44, 131, 252, 1);
    color: white;
}

.question-answer .history .other-message:after {
    border-top-color: rgba(44, 131, 252, 1);
    right: -12px;
}

.question-answer .messages {
    margin: 20px 0 20px 25px;
    background: #ffffff;
    position: relative;
    height: 100px;
    box-shadow: 0px -2px 16px 0px rgba(2, 25, 80, 0.08);
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #C4E2FF;
}

.question-answer .messages textarea {
    width: 100%;
    border: none;
    padding: 10px 20px;
    font: 14px/22px "Lato", Arial, sans-serif;
    margin-bottom: 10px;
    border-radius: 5px;
    resize: none;
    outline: none;
}
.no-scroll::-webkit-scrollbar {
    width: 0 !important
}

.no-scroll {
    -ms-overflow-style: none;
}

.no-scroll {
    overflow: -moz-scrollbars-none;
}
.question-answer .send-button {
    position: absolute;
    display: flex;
    bottom: 5px;
    right: 10px;
    flex-flow: column;
    align-items: center;
}
.question-answer .send-button>span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}
.message-box {
    max-width: 70%;
}
.message-box .message-customer {
    color: #999999;
    padding: 5px;
    font-size: 14px;
    text-align: left;
}
.message-box .message-my {
    color: #999999;
    padding: 5px;
    font-size: 14px;
    text-align: right;
}
.message-box .font-blue {
    color: #3598dc;
    cursor: pointer;
}
.message-box .service-cz {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: rgba(44, 131, 252, 1);
    margin-left: 10px;
}
.message-box .service-group {
    min-width: 500px;
}
.message-box  .service-group > ul:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.message-box .over-box {
    position: relative;
}

.message-box .over-box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
}
.question-box li, .policy-box li, .service-box li {
    padding: 0;
    transition: background .2s linear;
    cursor: pointer;
}

.question-box li, .policy-box li, .service-box li {
    border-bottom: 1px solid rgba(244, 248, 255, 1);
}

.question-box li:hover, .policy-box li:hover, .service-box li:hover {
    background: linear-gradient(90deg, #d9edf7 0%, rgba(43, 144, 205, 0) 100%);
    border-radius: 4px;
}
.service-box .service_name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 240px);
    margin: 0;
}
.custom-ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #eee;
}
.custom-ul > li > a {
    color: rgba(51, 51, 51, 1);
    padding: 10px 5px;
}

.custom-ul > li.active > a {
    color: rgba(44, 131, 252, 1)
}
.custom-ul > li.active {
    border-bottom: #255bda solid 4px;
}
/*.modal-backdrop.in {*/
/*    opacity: .1 !important;*/
/*}*/
.custom-ul>li>a:focus, .custom-ul>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}
.question-answer .off-line {
    font-size: 14px;
    color: #aaaaaa;
    width: 20%;
    margin: 10px auto;
}
.question-answer .flex-right {
    flex-direction: row-reverse;
}
.question-answer .talk-item {
    display: flex;
    margin: 10px 0 0;
}
.question-answer .talk-item > div:first-child {
    width: 10%;
}
.question-answer .time-span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    transform: translate(-5px, 100%);
}
.question-answer .other-message .time-span {
    left: 5px;
}
.answer-tip {
    font-size: 16px;
    padding: 10px;
}
.gradient-text {
    font-weight: 600;
    background-image: -webkit-linear-gradient(bottom,red,orange);
    background-image: -moz-linear-gradient(bottom,red,orange);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info-body .over-box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
}
.info-body .question-more {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: rgba(44, 131, 252, 1);
    margin-left: 10px;
}
/*智能客服样式--end*/
/*手机适配 begin*/
@media only screen and (max-width: 760px) {
    /*手机端样式*/
    .device-home .home-content .home-box{
        margin-top: 40px;
    }
    .device-home .head-news-nav,.public-nav-list{
        display: flex;
    }
    .device-home .head-news-nav li,.public-nav-list li{
        flex: 1;
    }
    .device-home .head-news-nav li a,.public-nav-list li a {
        padding: 10px 0;
    }
    .public-main .news-list>li {
        width: 100%;
        padding-left: 6px;
    }
    .device-search {
        width: 100% !important;
    }
    .device-foot .message-list-box{
        margin-top: 10px!important;
    }
    .device-foot .message-list p{
        margin-top: 15px!important;
    }
    .swiper-box img{
        height: 100%;
    }
    #declareTipBox .modal-dialog{
        width: 95%!important;
    }
    #declareTipBox .modal-title{
        padding-right: 20px;
    }
    #declareTipBox .modal-title-tip{
        display: block;
        width: 80px;
        text-align: center;
        margin-left: 0px;
    }
    #declareTipBox .device-btn{
        margin-top: 10px;
        float: left!important;
    }
    #declareTipBox .declare-table th:first-child,#declareTipBox .declare-table td:first-child{
        display: none;
    }
    #loginform .device-btn{
        width: 93% !important;
    }
}
