html,
body {
    height: 100%;
}

a, a:hover, a:active, a:visited { text-decoration: none;}

ul { list-style: none; margin: 0px; padding: 0px;}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 0px;
}

.footer {
    height: 140px;
    background-color: #2791fb;
    padding-top: 20px;
    color: white;
    line-height: 24px;
}



.top-nav-right{ padding: 0px; margin: 0px;}
.top-nav-other{ display: inline-block;  width: 24px; height: 20px; margin: 6px 10px 0 0; padding: 0px;}
.top-nav-other:last-child{ margin-right: 0px;}
.top-nav-other.facebook{ background: url("../images/facebook_icon.png") no-repeat;}
.top-nav-other.twitter{ background: url("../images/twitter_icon.png") no-repeat;}
.top-nav-other.wechat{ background: url("../images/wechat.png") no-repeat; position: relative; background-size: 100% 100%;}
.top-nav-other.wechat .pop{ left: -70px; top: 26px; position: absolute; width: 170px; height: 186px; background: url("../images/pop.png") no-repeat; display: none; z-index: 1000; padding: 22px 10px 10px 10px;}
.top-nav-other.wechat .pop img{ width: 150px; height: 150px;}
.top-nav-other.wechat:hover .pop{ display: block}


.nav > li:hover .dropdown-menu {display: block;}

.nav > li:hover .dropdown-menu {display: block;}

.dropdown-menu {
    padding: 0;
    margin-top: 0px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 18px 21px; text-align: left;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    background: #2791fb;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: #2791fb;
}

.dropdown-menu > li > a:hover {
    background: #65b0fc;
    color: white;
}

.header_top {
    height: 35px; width: 100%;
    background: #eeeeee;
    color: #9d9d9d;
    line-height: 35px;font-size: 13px;
}

.header {
    height: 133px;
    background: url("../images/header_bk.jpg") no-repeat;
}
#show_image{ max-width: 300px; max-height: 80px;}
.header_logo {
    width: 100%;
    height: 79px;
}
.header_logo img{ max-height: 79px;}
.header-search {
    padding: 20px 0px;
}

.navbar .container { padding: 0px;}

.navbar-default {
    background-color: transparent;
    border: 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    border: 0px;
    border-image-width: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    border: 0px;
    padding: 17px 23px;
    margin: 0px 1.3px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:hover {
    color: white;
    background-color: #2791fb;
}

.header-search .form-control { height: 40px; width: 233px; border-radius: 4px 0 0 4px; background: #e5f2ff; border: 0px;}

.header-search .btn-search { border-radius: 0px 4px 4px 0px; height: 40px; width: 46px; background: #2791fb; border: 0px; margin-left: -6px; color: white;}

.banner { height: 400px;}

.banner .item { height: 400px; background-position: center center;background-repeat: no-repeat; background-size: auto 100%;}

.carousel-indicators {
    bottom: 5px;
}
.carousel-indicators li {
    display: inline-block;
    width: 9px;
    height: 5px;
    margin: 1px 4px;
    text-indent: -999px;
    cursor: pointer;
    border: 0px solid #fff;
    background: #8ccce5;
    border-radius: 0px;
}


.carousel-indicators .active {
    width: 20px;
    height: 5px;
    margin: 0;
    border-radius: 0px;
    background-color: #fff;
}


.index-news { width: 100%; height: 67px; background: #f6f6f6; margin-bottom: 17px; }

.index-news .container {padding: 16px 0 16px 136px; background: url("../images/new_icon.png") no-repeat 20px 20px; position: relative;}

.index-news .container ul {list-style: none; margin: 0px; padding: 0px;}

.index-news .container ul li {float: left; padding-top: 4px; width: 500px;}

.index-news .container ul li a {font-size: 16px; color: #333;display: inline-block; margin-right: 15px; width: 360px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float: left;}

.index-news .container ul li span {font-size: 16px; color: #959595; display: inline-block; float: left;}

.more { position: absolute; right: 10px; top: 21px; color: #333;}

.index-title { width: 100%; height: 57px; border-bottom: 1px solid #2791fb; position: relative;}

.index-content { width: 100%; height: 265px;}

.index-content.news {
    padding: 12px 15px;
}

.index-content.news .item-li {
    height: 42px; width: 100%; background: url("../images/news-li.png") no-repeat 0px 18px;
    padding-left: 30px;
    line-height: 42px;
}

.index-content.news .item-li a {
    display: block;
    float: left;
    width: 440px;
    font-size: 16px;
    color: #333;
}

.index-content.news .item-li a:hover {
    color: #2791fb;
}

.no-break { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.index-content.news .item-li span {
    display: block;
    float: left;
    width: 60px;
    color: #959595;
    text-align: right;
}

.index-content.news .image-li .image {
    width: 180px; height: 120px;
}

.index-content.news .image-li .info {
    width: 353px; height: 110px;
    padding-left: 12px;
}

.index-content.news .image-li .info .title {
    font-size: 16px; color: #333;
    display: block;
    height: 40px;
    padding: 0px;
}

.index-content.news .image-li .info .intro {
    font-size: 14px; color: #959595;
    display: block;
    height: 60px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    text-overflow: clip;
}

.index-content.news .image-li .image img {
    width: 180px; height: 110px; border-radius: 6px;
}

.index-content.population {
    padding-top: 15px;
}

.population .item { height: 250px; background-size: 100% 100%; background-position: center center;}

.population .item li {width: 33%; height: 250px; float: left;}

.population .item .image { width: 100%; height: 178px; text-align: center; margin-bottom: -30px; }

.population .item .image img { width: 138px; height: 178px; border: 2px solid #fff; box-shadow: 2px 2px 5px #999;}

.population .item .title { height: 100px; width: 100%;background: #2791fb; padding-top: 40px; text-align: center; }

.population .item .title a { color: white; }

.population .carousel-indicators {
    position: absolute;
    bottom: -5px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.population .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 5px;
    margin: 0px 4px;
    text-indent: -999px;
    cursor: pointer;
    border: 0px solid #fff;
    background: #8ccce5;
    border-radius: 0px;
}

.population .carousel-indicators .active {
    width: 20px;
    height: 5px;
    margin: 0;
    border-radius: 0px;
    background-color: #fff;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); */
    /* background-color: rgba(0, 0, 0, 0); */
    /*filter: alpha(opacity=50);*/
    /* opacity: 0.5; */
}

.carousel-control.left {
    background-image: none;
    /*background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);*/
    /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); */
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
    background-repeat: repeat-x;
}

.member { padding-top: 40px;}

.member .item { text-align: center;}

.member .item img { width: 137px; height: 137px; border-radius: 4px;}

.member .item .title { display: block; height: 55px; padding-top: 15px;}

.member .item .title a { font-size: 16px; color: #333; }

.links { border-top: 1px solid #eeeeee; width: 100%;}

.links-item { background: url("../images/links_bk.png") no-repeat 20px 55px; padding-left: 104px; min-height: 124px;}

.links-item li { width: 130px; height: 125px; float: left; text-align: center; vertical-align: middle; padding: 15px 0;}

.links-item li img { width: 90px; height: 90px;}


.layout-content { padding-top: 20px; padding-bottom: 28px; background-color: #f5f5f5; background-image: url("../images/content-bk.png"); background-repeat: no-repeat; background-position: 100% 100%;}

.left-content { width: 240px; min-height: 590px; background: white; float: left; margin-right: 20px;}

.left-content .title {width: 100%; height: 93px; background: url("../images/left_content_title_bk.jpg") no-repeat; font-size: 22px; color: white; padding: 30px 0 0 25px;}

.right-content { width: 880px; min-height: 590px; background: white; float: left;box-shadow: 1px 1px 2px #ccc; border: 1px solid #efefef;}

.news-content { min-height: 590px; background: white;;box-shadow: 1px 1px 2px #ccc; border: 1px solid #efefef;}

.content-view {min-height: 590px; background: white;border: 1px solid #efefef; padding: 0px 20px;}

.content-view .title {font-size: 22px; color: #333;}

.content-view .page-header {margin-top: 10px; margin-bottom: 0px;}

.content-view .page-header p {font-size: 13px; color: #777777;}

.tc {text-align: center;}

.sub-nav li { padding-left: 10px;}

.sub-nav li a { display: block; padding: 20px 20px 20px 15px;font-size: 16px; color: #333333;}

.sub-nav li.active a {background: url("../images/sub_nav_li_bk.png") no-repeat 85% 50% #ecf5ff; color: #2791fb; }

.right-title { padding: 20px 0; background: #f9f9f9;}

.right-title span { display: block; border-left: 5px solid #2791fb;height: 20px; padding-left: 18px; font-size: 16px; color: #333;line-height: 20px;}

.list-view .empty {min-height: 200px; text-align: center; padding-top: 150px; color: #999; background: url("../images/empty.png") no-repeat 50% 50px;}

.right-list .item { height: 35px; line-height: 35px; padding-left: 40px; background: url("../images/list_item_bk.png") no-repeat 24px 16px;font-size: 14px;}

.right-list .item a { display: inline-block; width: 730px; color: #333333;}

.news-content .right-list .item a { width: 1000px;}

.right-list .item a:hover { color: #2791fb;}

.right-list .item span { display: inline-block; width: 80px; color: #919191;}

.page-cnt { padding: 20px;font-size: 14px; color: #333333; line-height: 20px;}

.btn-login { background: #2791fb; color: white; padding: 10px 30px; font-size: 18px; border-radius: 0px; border: 0px; }


.caret {
    display: none;
}
.search-list{padding: 0px 30px;}
.search-list .item{ border-bottom: 1px solid #dedede; padding: 0 15px 15px 15px;}
.search-header{ height: 50px; line-height: 50px;font-size: 16px; color: #333333;}
.search-header a{ font-size: 16px; color: #333333;}
.search-list .search-content a{ color: #8e8e8e; font-size: 14px;}
.search-list .search_word{ color: #2791fb;}

.list-group-item {
    margin-bottom: 0px;
    border: 0px solid #ddd;
}

/*.list-group-item:first-child {*/
/*    border-top-left-radius: 0px;*/
/*    border-top-right-radius: 0px;*/
/*}*/

/*.list-group-item:last-child {*/
/*    margin-bottom: 0;*/
/*    border-bottom-right-radius: 0px;*/
/*    border-bottom-left-radius: 0px;*/
/*}*/
.admin-menu-list { padding-bottom: 20px;background: white;}

.admin-menu-list .list-group-item .ion { display: inline-block; margin-right: 10px; color: #007aff; }

.admin-menu-list .list-group-item.group-title { font-size: 16px; color: #000000; }

.admin-menu-list .list-group-item.sub-items { font-size: 14px; color: #333333; text-indent: 2.5em; }

.admin-menu-list .list-group-item.sub-items a { color: #333; }

.admin-menu-list .list-group-item.sub-items.active { background-color: #ecf9ff;
    border-color: #ecf9ff; }

.admin-menu-list .list-group-item.sub-items.active a { color: #007aff; background: #ecf9ff;}

.page-header.layout-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}

.page-header.layout-header .pull-left { font-size: 16px; padding-left: 15px; border-left: 4px solid #313cc5; color: #313cc5;}

.page-header.leyout-header .pull-right { color: #999; padding-right: 15px;}

.mp-layout-form {
    max-width: 800px;
}

#apply-form .form-group{ margin-bottom: 10px;}
#apply-form .control-label{font-weight: normal;}
#apply-form .control-label span{color: red;}


.right-panel { background: white; padding: 15px; min-height: 705px;}

.category-list { padding: 10px;}

.category-list .item { padding: 10px 0;}

.sort_num { width: 40px; text-align: center;}

.summary { padding: 10px 0;}

.box-header { margin-bottom: 10px;}

.radio-list div label { margin-right: 20px;}

.btn-image {margin-bottom: 20px; width: 280px; height: 300px;}

.btn-image img { max-width: 260px;}

.treeview { font-size: 14px; overflow: auto;border: 1px solid #ddd; min-height: 500px; border-radius: 4px; }

.treeview .list-group-item {
    position: relative;
    display: block;
    padding: 6px 15px;
    margin-bottom: -1px;
    background-color: #fff;

    white-space: nowrap;
}

.treeview span.indent {
    margin-left: 2px;
    margin-right: 2px;
}

.breadcrumb { background: none; font-size: 12px;padding: 0; margin-bottom: 0px;}

/*.mp-layout-form .form-group{ width: 100%; clear: both;margin-bottom: 20px;}*/
/*.mp-layout-form label{ width: 150px; text-align: right; float: left; margin-right: 10px;padding-top: 10px; color: #999;}*/
/*.mp-layout-form label .red{ color: red;}*/
/*.mp-layout-form .form-control{ width: 550px; text-align: left; padding-left: 10px; float: left;}*/
/*.mp-layout-form .help-block{width: 100%; clear: both;}*/

/*****************************阿里云图标库***********************************************************/
.ion {
    font-family: "iconfont" !important;
    font-size: 16px;font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'iconfont';  /* project id 1228555 */
    src: url('//at.alicdn.com/t/font_1228555_rzq03h9m8dp.eot');
    src: url('//at.alicdn.com/t/font_1228555_rzq03h9m8dp.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1228555_rzq03h9m8dp.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1228555_rzq03h9m8dp.woff') format('woff'),
    url('//at.alicdn.com/t/font_1228555_rzq03h9m8dp.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1228555_rzq03h9m8dp.svg#iconfont') format('svg');
}