﻿html {
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

html, body, ul, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

    ul li {
        list-style: none;
    }

html {
    position: relative;
    min-height: 100%;
}

body {
    background: #F6FAFD;
}
/*header*/
.nav-bar {
}
.button {
    border: 1px solid;
    background: #346397 !important;
    color: white;
    border-radius:15px;
}
li.dropdown-submenu:hover .dropdown-menu {
    display: block;
}
li.hovershow:hover >.dropdown-menu {
    display: block;
}
.center, .text-center {
    text-align: center;
}

.clearfix {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mb20 {
    margin-bottom: 20px;
}
.mt10 {
    margin-top:10px;
}
.mb10 {
    margin-bottom: 10px;
}
.nav li a h2 {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

.m30 {
    margin: 0 30px;
}

.mtb {
    margin: 20px 0px;
}
.mtbp {
    padding:20px 0px;
}
.headerbar {
    height:89px;
}
/*header*/
/*container*/
/*container end*/
/*bottom -start*/
.splitmargin {
    margin-bottom: 60px !important;
}
.mtp60 {
    margin-top: 60px !important;
}
.footer {
    background-color: #24508C;
    padding: 30px;
    color: white;
}

    .footer a {
        color: white;
    }

.nav-item {
    line-height: 40px;
}

    .nav-item ul li {
        display: block;
    }

.line {
    height: 1px;
    background: #ffffff;
}

.copyright {
    text-align: center;
    line-height: 60px;
    color:#999;
}
    .copyright a {
    color:#999;
    }

    .navitem {
        min-width: 230px;
        float: left;
        width:25%;
        text-align:center;
    }
.lh60 {
height:60px;
}
.contact {
    text-align: center;
}
.dropdown-menu .iconfont {
    font-size:18px;
    margin-right:15px;
}
.nav-link {
    line-height: 32px;
    font-size: 16px;
}

.service-item a:hover {
    border: 2px solid #24508C;
    text-decoration: none;
    transform: scale(1.05);
    transition: all .15s linear;
}
.service-item img {
    width:86px;height:76px;
}
.service-item p {
    margin: 0;
    height:40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
     -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service-item a {
    border: 2px solid #eee;
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 20px;
}
.about {
    color:white;
    background-size: 100% auto;
    background: url('../images/aboutbg.png') no-repeat;
}
    .about h2 {
        margin-bottom:10px;
    }
    .about p {
        line-height:28px;
        font-size:16px;
    }

.tab_header ul li {
    display: inline-block;
    text-align: center;
    float:left;
}

    .tab_header ul li.active {
        background: #1E508C;
        color: white;
    }


/*bottom -end*/
.imgradius {
    border-radius: 25px;
}
/*cssmenu*/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

    #cssmenu #menu-button {
        display: none
    }

#cssmenu {
    width: auto;
    font-family: open sans,sans-serif;
    line-height: 40px;
    margin-top:35px;
    z-index: 1000;
}

    #cssmenu > ul > li {
        float: left
    }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none
        }

    #cssmenu.align-center ul ul {
        text-align: left
    }

    #cssmenu.align-right > ul > li {
        float: right;
        line-height: 40px;
        height: 40px;
    }

    #cssmenu.align-right ul ul {
        text-align: right
    }

    #cssmenu > ul > li > a {
        padding: 0px 10px;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        color: #000;
        display: block;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease
    }

    #cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
        color: #009ae1
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 25px
    }

        #cssmenu > ul > li.has-sub > a::after {
            position: absolute;
            top: 21px;
            right: 10px;
            width: 4px;
            height: 4px;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            content: "";
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: border-color .2s ease;
            -moz-transition: border-color .2s ease;
            -ms-transition: border-color .2s ease;
            -o-transition: border-color .2s ease;
            transition: border-color .2s ease
        }

    #cssmenu > ul > li.has-sub:hover > a::after {
        border-color: #009ae1
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px
    }

    #cssmenu li:hover > ul {
        left: auto
    }

    #cssmenu.align-right li:hover > ul {
        right: 0
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0
    }

    #cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%
    }

    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: height .2s ease;
        -moz-transition: height .2s ease;
        -ms-transition: height .2s ease;
        -o-transition: height .2s ease;
        transition: height .2s ease;
        height: 40px;
        line-height: 40px;
        display: block;
        background: white;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#004B92,endColorstr=#004B92);
    }

        #cssmenu ul ul li a:hover {
            background: #00B2EE;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000,endColorstr=#000);
        }

        #cssmenu ul ul li a {
            padding: 0px 20px;
            width: 160px;
            font-size: 15px;
            font-weight: bold;
            text-decoration: none;
            color: #333;
            -webkit-transition: color .2s ease;
            -moz-transition: color .2s ease;
            -ms-transition: color .2s ease;
            -o-transition: color .2s ease;
            transition: color .2s ease;
            height: 40px;
            line-height: 40px;
            display: block;
        }

            #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
                color: #fff
            }

        #cssmenu ul ul li.has-sub > a::after {
            position: absolute;
            top: 13px;
            right: 10px;
            width: 4px;
            height: 4px;
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd;
            content: "";
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: border-color .2s ease;
            -moz-transition: border-color .2s ease;
            -ms-transition: border-color .2s ease;
            -o-transition: border-color .2s ease;
            transition: border-color .2s ease
        }

    #cssmenu.align-right ul ul li.has-sub > a::after {
        right: auto;
        left: 10px;
        border-bottom: 0;
        border-right: 0;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd
    }

    #cssmenu ul ul li.has-sub:hover > a::after {
        border-color: #fff
    }

.FMulSelectUI, .FMulSelectUI * {
    padding: 0;
    margin: 0;
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}

    .FMulSelectUI li {
        list-style: none;
    }

/**子栏目*/
.sub_nav {
    height: 46px;
}

    .sub_nav ul {
    }

    .sub_nav li {
        float: left;
        margin-right: 15px;
    }

        .sub_nav li a {
            line-height: 32px;
            font-size: 16px;
            text-align: center;
            display: block;
            padding: 0 20px;
            border: solid 1px #ddd;
            border-radius: 32px;
        }

            .sub_nav li a:hover, .sub_nav li.currclass a {
                background: #004b92;
                color: #fff;
                border: solid 1px #004b92;
            }
/**子栏目*/
.cateul li {
    float: left;
    padding: 10px;
}


.FMulSelectUI-relative {
    position: relative;
}

.FMulSelectUI-show {
    display: block !important;
}

.FMulSelectUI-hide {
    display: none !important;
}

.FMulSelectUI-nodata {
    padding: 10px;
    text-align: center;
    color: #999;
}

.FMulSelectUI-clear:after {
    content: '';
    display: block;
    clear: both;
}

.FMulSelectUI-fl {
    float: left;
}

.FMulSelectUI-fr {
    float: right;
}

.FMulSelectUI {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.FMulSelectBox {
    border: 1px solid #ccc;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 4px;
}

.FMulSelectBox-items {
    font-size: 14px;
    cursor: pointer;
    padding: 2px 3px;
    color: #666666;
}

    .FMulSelectBox-items.active, .FMulSelectBox-items:hover {
        background: rgb(230,247,255);
    }

    .FMulSelectBox-items[data-id=''] {
        color: #999;
    }

.FMulSelectBox-items-split {
    color: #ccc;
    margin: 0 2px;
}

.FMulSelectUI-dropdown {
    position: absolute;
    width: 100%;
    height: 300px;
    overflow-y: auto;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0 0 5px #cccccc;
    -moz-box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px #cccccc;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.FMulSelectUI-dropdown-levelItems {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.FMulSelectUI-dropdown-levelItems-name {
    background: #efefef;
    color: #2197d7;
    line-height: 26px;
    padding-left: 10px;
}

.FMulSelectUI-dropdown-levelItem {
    padding: 0 10px;
    line-height: 24px;
    cursor: pointer;
}

    .FMulSelectUI-dropdown-levelItem:hover, .FMulSelectUI-dropdown-levelItem.active {
        background: rgba(33,151,215,0.6);
        color: #ffffff;
    }

.flexslider {
    border: none !important;
}

/*cssmenu end*/


/***top-news*/
.topnews-box {
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-list {
    clear: both;
    text-align: left;
}

    .article-list ul li, .topnews-list ul li {
        height: 35px;
        line-height: 35px;
        margin: 0;
        border-bottom: 1px solid #f1f1f1;
    }

        .article-list ul li a, .topnews-list ul li a {
            color: #666;
            height: 35px;
            line-height: 35px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: list-item;
            font-size: 14px;
        }

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}
/***top-nwes-end*/
.service-desc > h3 {
    margin-bottom: 10px;
    margin-top: 30px;
}

.article-container .service-desc {
    overflow: hidden;
}
/**relative-news*/
.related-box {
    margin-top: 10px;
}

.recommend-box {
    border: 1px solid #ddd;
    padding: 10px;
}

.recommend-title {
    text-align: center;
}

.recommend-title, .related-title {
    height: 36px;
    line-height: 36px;
    color: #F59923;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.recommend-title-line {
    display: inline-block;
    width: 20%;
    border-top: 3px solid #f59923;
    vertical-align: 5px;
}

.recommend-list .item-img, .related-list .item-img {
    float: left;
    overflow: hidden;
    margin: 5px;
    line-height:68px;
}

.related-list .item-content {
    width: 75%;
    margin-left: 25%;
}
.recommend-list .item-title {
    font-size: 16px;
    text-decoration: dotted;
    white-space: nowrap;
    overflow: hidden;
    word-spacing: normal;
    text-overflow: ellipsis;
}
.recommend-list .item-content {
    margin-left: 84px;
}

.recommend-list .item-detail {
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.recommend-list ul li, .related-list ul li {
    border-bottom: 1px solid #f1f1f1;
}

.related-list ul li {
    width: 47%;
    float: left;
    margin: 0 1.5%;
}

    .article-time, .recommend-list ul li a, .related-list ul li a {
        overflow: hidden;
        display: block;
        padding: 10px 0px;
    }
/**relative-news-end*/
/**面包屑*/
.weizhi-box {
    line-height: 40px;
}

    .weizhi-box .main {
        border-bottom: 1px solid #f4f4f4;
    }

    .weizhi-box h5 {
        font-size: 18px;
        font-weight: normal;
        padding-left: 15px;
        border-left: 5px solid #f60;
        height: 25px;
        line-height: 25px;
        margin-top: 13px;
    }

.weizhi, .weizhi a {
    font-size: 12px;
}

.main_left {
    width: 890px;
    float: left;
}

.main_right {
    width: 280px;
    float: right;
    border-top: 0;
}
/**面包屑*/

/***Article*/

.search-container, .article-container {
    width: 78%;
    float: left;
}

.article-container {
    margin-bottom: 30px;
}

.article-ext {
    width: 140px;
    background: #eee;
    float: left;
    margin-top: 100px;
}

.article {
    margin-left: 160px;
    margin-right: 20px;
    padding: 10px;
    min-height: 500px;
}

.recommend {
    width: 22%;
    float: right;
}


.title-bar {
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    color: #666;
}

    .title-bar .keywords {
        width: 50%;
        float: left;
        text-align: left;
    }

    .title-bar .article-info {
        text-align: right;
    }


.article-content div {
    text-align:center;
}
.article-content img {
    margin: 14px;
    display: block;
    margin: 0 auto;
}

.article-content p {
    margin: 10px 0px;
}

.article-content a {
    color: rgb(0,102,204) !important;
}

.relative {
    height: 48px;
    line-height: 48px;
    padding: 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 20px 20px 20px 0px;
}

.related-box {
    margin-right: 20px;
}

.searchresulttitle {
    text-align: center;
}

.prev-link {
    width: 50%;
    text-align: left;
    float: left;
}

.next-link {
    width: 50%;
    text-align: right;
    float: right;
}

.article-content p {
    margin: 10px 0px;
}

.article-content a {
    color: rgb(0,102,204) !important;
}
/**文章标题*/
.articleTitle {
    font-size: 24px;
    text-align: center;
    padding: 20px 0px;
    font-weight: bold;
}
/**文章内容字体*/
.article-content {
    padding: 5px 0px 20px 0px;
    line-height: 28px;
    overflow: hidden;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
/**share**/
.share-container li {
    margin-bottom: 20px;
    margin-left: 25px;
    position: relative;
}

    .share-container li a {
        display: block;
        height: 20px;
        line-height: 20px;
    }

.share-container a img {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.share-container a span {
    line-height: 20px;
    vertical-align: middle;
}

.wechat-share {
    display: none;
    position: absolute;
    top: -130px;
    left: 0;
    width: 128px;
    height: 128px;
    overflow: hidden;
    z-index: 100;
}

.bds_weixin:hover ~ .wechat-share {
    display: block;
}

.like {
    text-align: center;
    margin-bottom: 20px;
}

    .like em {
        display: block;
        color: red;
    }
/***Article-end*/

.left, .right {
    width: 50%;
    float: left;
}

.search-service-item {
    width: 33.33%;
    float: left;
    margin: 10px 0px;
}

    .search-service-item .border {
        margin: 10px;
        padding: 5px;
    }

.service-item-name {
    font-size: 18px;
}

.service-item-content {
    margin: 10px;
}

.service-item-img {
    height: 170px;
    width: 170px;
    float: left;
}

    .service-item-img img {
        height: 100%;
    }

.service-item-intro {
    margin-left: 180px;
    text-align: left;
    position: relative;
    height: 170px;
}

.serviceintroduce {
    height: 90px;
    overflow: hidden;
}

.service-item-intro .bottom-price {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

.service {
    width: 100%;
    text-align: center;
}

    .service .timeroffer-item {
        clear: both;
        display: inline-block;
        *display: inline;
        zoom: 1;
        font-size: 14px;
    }

.sub-link {
    padding: 10px 0px;
    display: inline-block;
    float: left;
    font-size: 16px;
    width: 50%;
}

    .sub-link a {
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
        display: inline-block;
    }
        .sub-link a p {
            white-space: normal;
            font-size: 14px;
            min-height: 120px;
            padding:10px;
        }
.ft18 {
    font-size:18px;
    font-weight:bold;
}
.serviceintroduceremark {
    min-height:100px;
}
.min70 {
    min-height:70px;
}
.min90{
    min-height:90px;
}


/**tab*/
.producttabicon {
margin:0 -10px;
}
.producttabicon li i {
    font-family: "iconfont" !important;
    font-size: 38px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    border-radius: 50px;
    border: 1px solid;
    padding: 10px;
    background: #24508C;
}

.producttabicon li h5 {
    margin-top: 15px;
}

.producttabicon li:hover i {
    color: #24508C;
    background: white;    
}

.service-item {
    width: 31%;
    float: left;
    background-color: white;
    margin: 1%;
    text-align: center;
}

.table_card {
    margin: 0 auto;
    clear: both;
    padding-top: 10px;
}

    .table_card .tab_header {
        text-align: center;
        margin:0,-10px;    }

    .table_card .tab {
        font-size: 14px;
    }

        .table_card .tab li {
            font-size: 18px;
            width:20%;
        }

            .table_card .tab li div:hover {
                background: #24508C;
                color: #fff;
                cursor: pointer
            }

            .table_card .tab li div.activ {
                color: #fff;
                background: #24508C;
            }

                .table_card .tab li div.activ i {
                    background: white;
                    color: #24508C;
                }

    .table_card .tabCon .on {
        display: block
    }   
    .table_card .tab ul li a {
        color: #fff;
    }
.product-service-item {
    margin:10px;
    background:#fff;
    padding:15px;
}
    .product-service-item h5 {
    font-size:18px;
    }
.tabitem {
    margin-top: 10px;
    background: #E6F0FE;
}
    .tabitem ul {
        text-align:center;
    }
    .tabitem ul li {
        margin: 20px;
        border: 1px solid #E6F0FE;
        display: inline-block;
    }
        .tabitem ul li:hover {
            background:#fff;
            border: 1px solid #24508C;
            transform: scale(1.05);
            transition: all .15s linear;
            box-shadow: 0 2px 4px rgb(3 27 78 / 6%) !important;
        }
        .tabitem ul li img {
            vertical-align: middle;
            width:45px;
            height:45px;
        }
        .tabitem ul li a {
            display: inline-block;
            padding: 20px;
        }
    .tabitem .iconfont {
        font-size: 32px;
        float: left;
        color: #24508C;
        vertical-align: middle;
        line-height: 32px;
        margin-right: 5px;
    }
    .tabitem ul li h5 {
        display: inline-block;
        line-height: 32px;
        font-size:16px;
    }
/* tab end**/
.timeroffer-title, .topnews-title {
    font-size: 16px;
}
.friendLink {
    line-height:30px;
}
.friendLink strong {
    margin-right: 10px;
}
.friendLink-info li {
    display: inline-block;
    margin-right: 10px;
}
/**list*/
.list-item {
}

    .list-item .article-list-item .item-img {
        float: left;
        *display: inline;
        width: 121px;
        height: 75px;
        position: relative;
        z-index: 2;
        margin-right: 10px;
        margin-top: 5px;
    }

.article-list-item {
    clear: both;
    color: #666;
    border-bottom: 1px dashed #e6e6e6;
    position: relative;
    z-index: 0;
}

.list-item .article-list-item .article-title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51,51,51,1);
    padding-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.list-item .article-list-item .item-time {
    height: 22px;
    line-height: 22px;
    text-align: right;
    display: inline-block;
}

.article-list-item-content {
    padding: 20px 10px;
}

.list-item .article-detail {
    margin-left: 131px;
    height: 85px;
}

.article-abstract {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 22px;
    word-break: break-all;
    height: 44px;
}

/**list-end*/
.button {
    text-decoration: none;
    background-color: #fff; /* Green */
    border: none;
    padding: 0px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.bgwhite {
    background-color:white;
}
.bglight {
    background-color:#ccc;
}
.nav {
    float:right;
}
.nav > li {
    line-height:50px;
    margin-top:19px;
}
.service-item-box {
    margin-left: -1%;
    margin-right: -2%;
}
.nav-list {
    width:100%;
}
@media screen and (max-width:768px) {
    html {
        font-size: 16px;
    }   
    .logo, .nav-menu {
        width: 100%;
        text-align: center;
    }
    .table_card .tabCon {
        width:auto;
    }
    #cssmenu {
        margin-top: 0px;
    }

    .nav-box, .line, .nav-bar, .container {
        padding: 0px 20px;
        margin: 0 auto;
        clear: both;
    }

    .nav-list, .contact {
        clear: both;
    }

    .navitem {
        margin: 0px;
        width: 50%;
        text-align: center;
    }

    .contact-box {
        width: 100%;
        clear: both;
    }

    .contact {
        text-align: center;
        width: 50%;
        float: left;
    }

    .nav-box {
        padding: 0px 20px;
    }

    .qrcode {
        width: 50%;
        float: right;
    }
   
    .service-item {
        width:50%;
        background-color: white;
        margin: 0;
        text-align: center;
    }
}
@media screen and (min-width:768px) and (max-width:1023px) {
    html {
        font-size: 14px;
    }

    .nav-title {
        font-size: 18px;
        font-weight: bold;
        display: block;
        margin-bottom: 15px;
    }

    .nav-box, .nav-bar, .container {
        margin: 0 auto;
        clear: both;
        padding: 15px;
    }
    .line {
        margin: 0 auto;
        clear: both;
    }
    
    .contact-box, .qrcode {
        /*float: right;*/
    }

    .service-item {
        width: 48%;
        float: left;
        background-color: white;
        margin: 1%;
        text-align: center;
    }
}
@media screen and (min-width:1024px) {
    .product-service-item {
        margin: 10px;
        background: #fff;
        padding: 10px;
    }
    .nav-title {
        font-size: 16px;
        font-weight: bold;
        display: block;
        margin-bottom: 15px;
    }

    .nav-box, .line, .nav-bar, .container {
        width: 960px;
        margin: 0 auto;
        clear: both;
    }
    /*
    .nav-list, .contact {
        float: left;
    }*/

    .contact-box, .qrcode {
        /*float: right;*/
    }
}
@media screen and (min-width:1200px) {
    .product-service-item {
        margin: 10px;
        background: #fff;
        padding:15px;
    }
    .nav-box, .line, .nav-bar, .container {
        width: 1200px;
        margin: 0 auto;
        clear: both;
    }
}
@media screen and (min-width:1600px) {
    .product-service-item {
        margin: 10px;
        background: #fff;
        padding: 50px;
    }

    .nav-box, .line, .nav-bar, .container {
        width: 1400px;
        margin: 0 auto;
        clear: both;
    }
}
.navbar {
    min-height: 60px;
    border: none;
}

.navbar-default {
    padding: 0 2%;
}
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        color: #333;
        padding-top: 22px;
        padding-bottom: 22px;
        line-height: 16px;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #2849f7;
        }

.dropdown-menu > li > a {
    font-size: 16px;
    color: #666;
    padding: 16px 20px;
    line-height: 16px;
    display: inline-block;
    min-width: 210px;
    border-radius: 4px;
}

.nav-icon {
    margin-right: 25px;
    width: 24px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #fff !important;
}

.dropdown-menu > li:hover {
    transform: scale(1.05);
    transition: all .15s linear;
    border-color: rgba(3,27,78,.1) !important;
    box-shadow: 0 2px 4px rgba(3,27,78,.06) !important;
}

.dropdown-menu {
    border-radius: 4px;
    padding: 0;
    border: 0;
    margin:0;
    box-shadow: 0 8px 8px rgba(0,40,80,0.20) !important;
    background-color: #fafdff !important;
}
/*顶部导航*/
.frbotnav {
    background-color: #020f27;
}

.frbotnav-tit {
    font-size: 16px;
    color: #fff;
}

.frbotnav-a {
    font-size: 13px;
    color: #b4bcc5;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
}

    .frbotnav-a:hover {
        color: #2849f7;
        text-decoration: none;
    }

    .frbotnav-a:focus {
        color: #2849f7;
        text-decoration: none;
    }

.frbotnav-p1 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.frbotnav-p2 {
    font-size: 13px;
    color: #ccc;
}

.frbotnav-icon {
    width: 24px;
    margin-right: 10px;
}

.frbotnav .frbtn-wht {
    margin-bottom: 30px;
    min-width: 240px;
    font-size: 18px;
    line-height: 28px;
}

.navbar-default .navbar-nav li a.download {
    border: 1px solid #20ade5;
    border-radius: 3px;
    color: #20ade5;
    padding: 10px 18px;
    width: auto;
    letter-spacing: 1px;
    margin: 11px 11px;
}

    .navbar-default .navbar-nav li a.download:hover {
        background-color: rgba(1,150,255,0.2);
    }

.navbar-default .navbar-nav > li {
    padding: 0px 3px;
}

@media screen and (max-width: 600px) {
    .frbotnav {
        text-align: center;
    }

    .navbar-collapse {
        text-align: center;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 0;
    }

    .navbar-nav .dropdown-menu {
        text-align: center;
    }
}
.p50 {
    padding:50px;
}
.ptb15 {
    padding:15px 0px;
}
.ptb50 {
    padding:50px 0px;
}

.nav-tool {
    text-align:center;
    padding:50px 0px;
    background:white;
}
    .nav-tool ul li {
        display:inline-block;
        margin:0px 20px;
        font-size:16px;
        border-bottom:2px solid #fff;
    }

        .nav-tool ul li:hover {
            border-bottom: 2px solid #24508C;
           
        }
            .nav-tool ul li:hover a {
                color: #24508C;
            }
            .status-item, .require-item {
                width: 33.33%;
                float: left;
            }
                .status-item .box, .require-item .box {
                    padding: 20px;
                    height: 200px;
                    border: 1px solid white;
                    margin: 15px;
                    background-color: white;
                    box-shadow: 0 0 3px 3px #ddd;
                }
                .status-item .box {
                   
                }

#status, #require {
    margin: -15px;
}
    #status > div, #require > div {
        min-height:272px;overflow:hidden;
    }
.status-item .box > div {
    font-size: 16px;
}
.status-item .box h3, .require-item .box h3, .case-item .box h3, .forthgrid .box h3, .threegrid .box h3 {
    margin: 15px 0px;
    font-size: 18px;
    font-weight: bold;
}
.require-item .box > div {
    font-size: 16px;
    margin: 32px 0px;
}
.iconcustom9 {
    font-size: 32px !important;
    color: #2469E2;
    padding: 0px 10px;
    margin: 0px 10px;
    display: inline-block;
    line-height: 160px;
    float: left;
}
.case-item {
    width:25%;
    float:left;
    }
    .case-item .box, .threegrid .box ,.forthgrid .box{
        padding: 20px;
        border: 1px solid white;
        margin: 15px;
        font-size: 16px;
        background-color: white;
        box-shadow: 0 0 3px 3px #ddd;
        text-align: center;
    }
        .case-item .box p, .threegrid .box p, .forthgrid .box p {
            overflow: hidden;
            height: 120px;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            font-size: 16px;
            line-height: 25px;
        }
        .case-item .box p {
            height:100px;
        }
        .case-item .iconfont, .threegrid .iconfont {
            font-size: 32px;
            color: #2469E2;
            display: block;
        }
.header-title {
    position: absolute;
    left: 15%;
    top: 30%;
    width: 31%;
    color: white;   
}
    .header-title h2 {
        font-weight: bold;
        font-size: 36px;
    }
    .header-title-text {
        font-size: 18px;
        margin-top: 10px;
        line-height:30px;
    }
    .header-title-text a, .header-title a {
        color:white;
    }
.black, .black  a{
    color: #333;
}
.icon-wuliu {
    font-weight: bold;
    margin-bottom: 10px;
}
.threegrid {
    width:33.33%;
    float:left;
}
.forthgrid {
    width: 25%;
    float: left;
}
.h200 {
    height:200px;
}
.h150 {
    height:150px;
}
.iconliansuo {
    font-size: 32px !important;
    color: #2469E2;
    display: inline-block;
    text-align: left;
    opacity: 0.5;
}
.sub-link a {
    display:block;
    text-align:center;
}
.sub-link a i{
    font-family: "iconfont" !important;
    font-size: 38px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    border-radius: 50px;
    border: 1px solid;
    padding: 10px;
    background: #24508C;
}
.sub-link h5 {
    margin:15px 0px;
}
.service-item-inner {
    clear:both;
}
.service-item-inner strong {
    display: block;
    margin: 10px 0px;
    text-align: center;
}
.hotelgriditem {
    width: 25%;
    display: inline-block;
    text-align: center;
    float: left;
}
    .hotelgriditem h3 {
        font-size:18px;
        margin:10px 0px;
        font-weight:bold;
    }
    .hotelgriditem .box {
        padding: 20px;
        height: 200px;
        border: 1px solid white;
        margin: 15px;
        font-size: 16px;
        background-color: white;
        box-shadow: 0 0 3px 3px #ddd;
    }
.publicservice {
    height: 272px;
}
/**部门简介**/
.area {
    width: 20%;
    float: left;
    padding: 10px;
}

.map {
    margin-left: 20%;
    margin-right: 30%;
    height: 400px;
    margin-top: 10px;
}

.contactarea {
    width: 20%;
    margin-top: 5px;
}

.contactmapcontainer {
    margin-left: 20%;
}

.contactmap {
    height: 600px;
    margin-top: 10px;
    margin-bottom:7px;
}

.departmentintro {
    width: 30%;
    padding: 10px;
    float: right;
}

    .departmentintro p {
        line-height: 30px;
        margin-left: 10px;
    }

.areaul li {
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px;
    cursor: pointer;
}

.container-content {
    margin-bottom: 10px;
}
.areaselected {
    background: #f59923;
}
.contactmapcontainer p {
    margin:0px;
    font-size:16px;
    line-height:30px;
}
.contactmap label {
    max-width:inherit;
}
/**部门简介**/
.keyword-container {
    margin-bottom: 30px;
    clear: both;
}

.keytitle {
    font-size: 14px;
    line-height: 34px;
    color: #666;
    display: block;
    float: left;
    margin-right: 10px;
}

.keylink {
    padding: 0 9px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 14px;
    line-height: 34px;
    color: #666;
    display: block;
    float: left;
    margin-right: 10px;
}

    .keylink:hover {
        border-color: #ff8331;
        background-color: #ff8331;
        color: #fff;
    }
.b6line5 {
    -webkit-line-clamp:5 !important;
}
.b6-text, .b8-text {
    -webkit-line-clamp: unset !important;
    height: auto !important;
    min-height: 200px;
}
@media screen and (max-width: 1600px) {
    .serviceintroduceremark {
        min-height: 150px;
    }
}

@media screen and (max-width: 1200px) {
    .serviceintroduceremark {
        min-height: 170px;
    }

    .p4line5 {
        -webkit-line-clamp: 5 !important;
        height: 110px !important;
    }
    .p9line4 {
        -webkit-line-clamp: 5 !important;
        height: 110px !important;
    }
}

@media screen and (max-width: 1024px) {
    .serviceintroduceremark {
        min-height: 180px;
    }

    .min70 {
        min-height: 115px;
    }
}

@media screen and (max-width: 960px) {
    .sub-link a p {
        min-height: 180px;
    }
    .p9line4 {
        -webkit-line-clamp: 6 !important;
        height: 140px !important;
    }
    .serviceintroduceremark {
        min-height: 230px;
    }
}