@charset "UTF-8";
html, body {
    height: 100%;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 16px;
    font-family: "黑体", "微软雅黑", helvetica, arial, sans-serif;
    color: #757575;
    margin: 0;
    background: #FFF;
}

body * {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    color: inherit;
    font-family: inherit;
}

li {
    list-style: none;
}

cite, i {
    font-style: normal;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: top;
    user-select: none;
}

a, img {
    border: 0 none;
    outline-style: none;
}

a, input, textarea {
    outline: none;
}

input {
    outline: 0px;
    border: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    background: none;
}

input[type="text"] {
    background: none;
}

input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
}

textarea {
    outline: medium;
    border: none;
    resize: none;
}

article, aside, dialog, main, footer, header, section, footer, nav, figure, menu {
    display: block
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after, .form-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:after, .form-item:after {
    *zoom: 1;
}

.v-btn {
    cursor: pointer;
    touch-action: manipulation;
    user-select: none;
}

.v-btn:active {
    outline: 0;
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, .1);
}

.hide {
    display: none;
}

.page {
    position: relative;
    overflow: hidden;
}

.cb {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    margin-top: 16px;
    float: left;
    width: 420px;
    height: 64px;
    background: url(../images/logo.png) no-repeat;
}

.logo a {
    display: block;
    height: 100%;
    text-indent: -100em;
    overflow: hidden;
}

.page-header-right {
    float: right;
}

.page-header-nav {
    text-align: right;
    padding: 12px 0 20px;
    color: #1573F7;
}

.page-header-nav a {
    color: #1573F7;
    font-size: 16px;
}

.page-header-nav a:hover {
    text-decoration: underline;
}

.search-input::-webkit-input-placeholder {
    color: #BBB;
}

.page-header-search {
    position: relative;
    width: 260px;
    border: 1px solid #1573F7;
}

.search-input {
    vertical-align: top;
    font-size: 16px;
    width: 220px;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
}

.search-submit {
    border: 0 none;
    right: 0;
    top: 0;
    position: absolute;
    width: 32px;
    height: 100%;
    background: url(../images/search.png) no-repeat center;
}

.page-nav {
    margin-top: 28px;
    background: #1573F7;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 1000;
    float: left;
    min-width: 200px;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #007edf;
}
.dropdown-menu > li > a {
    display: block;
    font-weight: normal;
    white-space: nowrap;
    line-height: 20px;
    padding: 7px 0px;
    text-align: center;
    color: #fff;
}
.dropdown-menu > li > a:hover{
    background-color: #38F;
    color: #fff;
}

.nav-item {
    width: 199px;
    text-align: center;
    float: left;
    border-right: 1px solid #085FD9;
    position: relative;
}
.nav-item>a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #FFF;
    width: 199px;
    text-align: center;
    float: left;
    position: relative;
    transition: background ease-in-out .3s;
}

.nav-item:first-child {
    width: 198px;
    border-left: 1px solid #085FD9;
}

.nav-item > a:hover, .nav-item.active > a {
    background: #38F;
    border-color: transparent;
}

.page-banner {
    height: 442px;
    overflow: hidden;
}

.flexslider {
    position: relative;
    height: 442px;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 100%;
}

.slides .slide-item {
    display: block;
    height: 442px;
    /*background-repeat: no-repeat;*/
    background-position: center center;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

/*.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}*/
/*.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}*/
/*.flex-direction-nav li a.flex-prev{left:40px;background:url(images/prev.png) center center no-repeat;}*/
/*.flex-direction-nav li a.flex-next{right:40px;background:url(images/next.png) center center no-repeat;}*/
.mt24 {
    margin-top: 24px;
}

.page-main {
    margin-top: 22px;
}

.page-main.pt40 {
    margin-top: 40px;
}

.page-main-left {
    float: left;
    width: 250px;
}

.main-dt {
    color: #FFF;
    padding: 22px 10px 20px 25px;
    background: #1573F7;
}

.main-dt-zh {
    font-size: 22px;
}

.main-dt-en {
    font-size: 12px;
}

.main-dd-a {
    padding: 0 76px 0 26px;
    line-height: 64px;
    height: 64px;
    font-size: 16px;
    color: #848484;
    display: block;
    border: 1px solid #C7C7C7;
    border-top: 0 none;
    background: url(../images/arrow-gray.png) no-repeat center right 66px;
}

.main-dd-a:hover, .main-dd-a.active {
    color: #FFF;
    border-color: #3192FB;
    background: url(../images/arrow-white.png) no-repeat center right 66px #3192FB;
}

.page-main-right {
    float: right;
    width: 920px;
}

.curr-box {
    padding: 24px 0 20px;
    background: url(../images/curr-line.png) repeat-x center bottom;
}

.curr-title {
    float: left;
    font-size: 25px;
    color: #3192FB;
    padding-left: 35px;
    background: url(../images/curr-right.png) no-repeat left 12px center;
}

.curr-position {
    font-weight: bold;
    padding-top: 10px;
    float: right;
    font-size: 16px;
    color: #636767;
}

.curr-position i {
    user-select: none;
}

.border-content {
    padding: 26px 42px 0;
    margin-top: 12px;
    border: 1px solid #C7C7C7;
}

border-content.news-box {

}

.min256 {
    min-height: 256px;
}

.border-content-h2 {
    color: #3192FB;
    font-size: 36px;
    margin-bottom: 28px;
}

.border-content-h2.greey {
    color: #08BE85;
}

.icon-menu-plan.greey {
    background: #08BE85;
}

.border-content-h2.pink {
    color: #F1714E;
}

.icon-menu-plan.pink {
    background: #F1714E;
}

.icon-menu-plan:hover {
    filter: alpha(opacity=80);
    opacity: .8;
}

.icon-menu-plan {
    float: left;
    width: 253px;
    height: 150px;
    font-size: 25px;
    text-align: center;
    color: #FFF;
    margin: 0 38px 42px 0;
    cursor: pointer;
    border-radius: 10px;
    background: #3192FB;
}

.icon-menu {
    margin: 16px 0 12px;
}

.page-footer {
    color: #FFF;
    margin-top: 50px;
    height: 186px;
    background: #1573F7;
}

.page-footer-nav {
    padding: 38px 0 42px;
    font-size: 16px;
    text-align: center;
}

.page-footer-nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 34px;
    background: url(../images/line-2px.png) no-repeat left center;
}

.page-footer-nav a {
    color: #FFF;
    font-size: 16px;
}

.page-footer-nav a:hover {
    text-decoration: underline;
}

.page-footer-nav li:first-child {
    background: none;
}

.copy-right {
    font-size: 16px;
    text-align: center;
}

.record-number {
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
}

.news-item {
    font-size: 16px;
    line-height: 50px;
    color: #3192FB;
    border-bottom: 1px dotted;
    display: block;
}

.news-item:hover {
    color: #0581BD;
}

.news-item-title {
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 600px;
}

.news-item-timer {
    float: right;
}

.news-cont-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #04526C;
    border-bottom: 1px dotted #A2BAC2;
    font-weight: bold;
}

.news-cont-title span {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 50px;
}

.clear {
    clear: both;
    height: 0;
}

.border-content .pgfy {
    width: 100%;
    border-top: 1px dotted #B0C9D1;
    padding-top: 15px;
    padding-bottom: 10px;
}

.border-content .pgfyl {
    width: 604px;
    float: left
}

.border-content .pgfyl p {
    color: #666;
    line-height: 30px;
}

.border-content .pgfyl p a {
    color: #666;
}

.border-content .pgfyl p a:hover {
    color: #006E42;
}

.border-content .pgfyr {
    width: 100px;
    float: right;
    text-align: right;
    padding-top: 30px;
}

.border-content .pgfyr a {
    color: #04526C;
    font-size: 14px;
}

.news-content {
    padding: 20px 10px;
    line-height: 150%;
    font-size: 14px;
    color: #666;
}

/*pages*/
.pagination-wrapper {
    margin: 20px 0;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007BFF;
    background-color: #FFF;
    border: 1px solid #DEE2E6;
}

.page-link:hover {
    z-index: 2;
    color: #0056B3;
    text-decoration: none;
    background-color: #E9ECEF;
    border-color: #DEE2E6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #FFF;
    background-color: #007BFF;
    border-color: #007BFF;
}

.page-item.disabled .page-link {
    color: #6C757D;
    pointer-events: none;
    cursor: auto;
    background-color: #FFF;
    border-color: #DEE2E6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.form-h2 {
    padding: 18px 0 4px;
    margin-bottom: 6px;
    font-size: 36px;
    color: #3192FB;
    text-align: center;
}

.form-tips {
    font-size: 16px;
    color: #FD0107;
    text-align: right;
}

.form-page {
    width: 690px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb5 {
    margin-bottom: 5px;
}

.form-title {
    color: #3192FB;
    width: 184px;
    line-height: 34px;
    float: left;
    text-align: right;
}

.form-title i {
    color: #FD0107;
}

.form-item-cont {
    float: left;
    width: 506px;
}

.from-ipt {
    padding: 0 10px;
    width: 484px;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #409AFB;
    border-radius: 4px;
}

.from-ipt:focus {
    box-shadow: 0 0 6px rgba(64, 154, 251, .5);
}

.form-tab {
    width: 504px;
    height: 32px;
    border: 1px solid #077DF6;
    border-radius: 4px;
}

.form-tab-item {
    float: left;
    line-height: 32px;
    height: 32px;
    width: 50%;
    color: #077DF6;
    font-size: 16px;
    text-align: center;
}

.form-tab-item.active, .form-tab-item.active:hover {
    color: #FFF;
    background: #077DF6;
    border-radius: 4px;
}

.form-tab-item:hover {
    background: #F2F2F2;
    border-radius: 4px;
}

.file-item {
    float: left;
    width: 239px;
}

.file-item:first-child {
    margin-right: 28px;
}

.file-text-box {
    text-align: center;
    position: relative;
    padding: 0 25px;
    height: 136px;
    line-height: 130px;
    border: 1px solid #3192FB;
    border-radius: 4px;
}

.file-image-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    bottom: 0;
    background: #FFFFFF;
}
.file-image {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    vertical-align: top;
}

.file-text {
    text-align: left;
    font-size: 16px;
    color: #3192FB;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}
.file-text i {
    color: #FD0107;
}

.file-btn-box {
    font-size: 0;
    padding: 26px 0 26px;
    text-align: center;
}

.file-btn-box .v-btn {
    font-size: 16px;
    display: inline-block;
    border: 1px solid #3192FB;
    line-height: 32px;
    height: 32px;
    width: 83px;
    border-radius: 4px;
}

.file-btn-box .v-btn:first-child {
    margin-right: 32px;
}

.file-btn-box .v-btn:hover, .form-btn-plan .v-btn:hover, .bulletin-table-box .v-btn:hover {
    filter: alpha(opacity=70);
    opacity: .7;
}

.file-btn-box .v-btn.btn-file {
    color: #FFF;
    background: #3192FB;
}

.file-btn-box .v-btn.btn-remove {
    color: #FF0005;
    border-color: #FF0005;
}

.btn-file input {
    display: none;
}

.form-btn-plan {
    padding-left: 239px;
}

.form-btn-plan .v-btn {
    display: block;
    text-align: center;
    border: 1px solid #3192FB;
    line-height: 32px;
    height: 32px;
    width: 265px;
    font-size: 16px;
    color: #077DF6;
    border-radius: 4px;
}

.form-btn-plan .v-btn.btn-submit {
    line-height: normal;
    margin-top: 32px;
    color: #FFF;
    background: #077DF6;
}

.bulletin-box {
    width: 413px;
    float: left;
    border: 1px solid #C7C7C7;
}

.bulletin-tab li {
    position: relative;
    float: left;
    width: 156px;
    user-select: none;
    line-height: 74px;
    padding-right: 50px;
    border-bottom: 1px solid #C7C7C7;
}

.bulletin-tab li a {
    line-height: normal;
    color: #0079B5;
    font-size: 25px;
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.bulletin-tab li:first-child {
    border-right: 1px solid #C7C7C7;
}
.bulletin-tab li .more {
    padding: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -17px;
    width: 35px;
    height: 35px;
    background: url(../images/icon-m.png) no-repeat center;
}

.bulletin-content {
    min-height: 202px;
    padding: 20px;
}

.bulletin-content-text {
    font-size: 16px;
    color: #828282;
    line-height: 24px;
}

.bulletin-title {
    font-size: 20px;
    color: #057EB5;
    line-height: 150%;
    margin-bottom: 10px;
    text-align: center;
}

.icon-e {
    background: url(../images/icon-e.png) no-repeat right 20px center;
}

.bulletin-head {
    padding: 15px 0 14px;
}

.bulletin-p-zh {
    font-size: 25px;
    color: #057EB5;
}

.bulletin-p-en {
    font-size: 16px;
    color: #70B7FF;
}

.water-bulletin {
    float: left;
    padding: 0 62px 0 50px;
    width: 392px;
}

.bulletin-table-title {
    padding-bottom: 4px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #057EB5;
}

.bulletin-table-box {
    position: relative;
    padding: 0 14px;
}

.ico-b-prev, .ico-b-next {
    position: absolute;
    top: 97px;
    width: 34px;
    height: 60px;
    transition: opacity .3s;
}

.ico-b-prev:active, .ico-b-next:active {
    filter: alpha(opacity=70);
    opacity: .7;

}

.ico-b-prev.disable, .ico-b-next.disable {
    filter: alpha(opacity=50) !important;
    opacity: .5 !important;;
}

.ico-b-prev {
    left: -34px;
    background: url(../images/ico-b-prev.png) no-repeat;
}

.ico-b-next {
    right: -34px;
    background: url(../images/ico-b-next.png) no-repeat;
}

.bulletin-table-box .v-btn {
    display: inline-block;
    width: 76px;
    line-height: 37px;
    height: 37px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    background: #057EB5;
}

.bulletin-table-box .v-btn.disable {
    background: #CCC;
}

.bulletin-table-box .v-btn.disable:hover, .bulletin-table-box .v-btn.disable:active {
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: default;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.bulletin-table-box td {
    width: 100%;
    padding: 14px 0 11px 20px;
}

.bulletin-table-box tr td:first-child {
    padding-left: 0;
}

.online-index-box {
    float: right;
    width: 274px;
}

.online-index-content {
    padding: 15px 0 0 8px;
}

.eli {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.v-page-load {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 98;
    background: #FFF;
}

.v-page-load span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    line-height: 28px;
    padding-top: 40px;
    height: 68px;
    width: 80px;
    text-align: center;
    background: url(../images/loader.gif) no-repeat top center;
}
