/*------------------------------------------*\
 			初始化
 \*------------------------------------------*/


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, figure, figcaption, hgroup {
    border: none;
    font-family: "微软雅黑", "黑体", "宋体";
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #666;
}

html, body {
    height: 100%;
    width: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:link {
    color: #fff;
}

a:visited {
    color: #fff;
}

a:hover {
    color: #fff;
}

a:active {
    color: #fff;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input {
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=submit], input[type=button] {
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

img {
    border: none;
    max-width: 100%;
}

ul, ol, li {
    list-style-type: none;
}

.clear {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.cursor {
    cursor: pointer;
}

.bg000 {
    background: #000;
}

.color000 {
    color: #000;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;

    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

/*======================end=================*\
 
 /*------------------------------------------*\
                首页
 \*------------------------------------------*/
.main {
    width: 100%;
    background: url(../img/main_bg2.png) no-repeat 0 0/100%;
}

main {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
}

.logo {
    padding: 1.185185rem 0;
    /* 20 */
}

nav {
    width: 60%;
    float: left;
}

header {
    background: #1f4a99;
}

nav.nav-collapse ul li {
    width: 20%;
    float: left;
    text-align: center;
    background: url(../img/line-01.png) no-repeat right center;
}

nav.nav-collapse ul li:nth-last-child(1) {
    background: none;
}

nav ul li a {
    display: block;
    width: 100%;
    font-size: 1.066666rem;
    /* 18 */
    line-height: 2.8;
}

#search {
    width: 40%;
    float: right;
    max-width: 300px;
}

#search input {
    border: none;
    line-height: 1.5;
    width: 80%;
    padding: 0.296296rem 0.592592rem;
    /* 5 10 */
    margin: 0.592592rem auto;
    /* 10 */
    border-radius: 0.296296rem;
    /* 5 */
}

#search button {
    border: none;
    background: none;
    margin-left: -1.777777rem;
    /* -30 */
    cursor: pointer;
}





section {
    background: #fff;
}

.item-1, article {
    padding: 20px 10px;
}

.banner .banner_title {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    line-height: 2.0;
    font-size: 0.948148rem;
    /*16*/
    background: url(../img/bg.png) no-repeat 0 0/100% 100%;
    padding: 0.592593rem;
}

.item-title {
    border-top: 2px solid #325fb2;
    line-height: 3.5;
    font-size: 1.185185rem;
    /* 20 */
    color: #325fb2;
    font-weight: bold;

}

.item-btn {
    font-size: 0.829629rem;
    /* 14 */
    font-weight: normal;
    color: #999;
    float: right;
    line-height: 4.0;
}

.item-btn a {
    color: #999;
}

.notice {
    border-top: 1px solid #e5e5e5;

}

.notice li::before {
    content: '';
    display: inline-block;
    width: 0.296296rem;
    /* 5 */
    height: 0.533333rem;
    /* 9 */
    position: absolute;
    top: 50%;
    margin-top: -0.237037rem;
    /* -4 */
    background: url(../img/arrow-02.png) no-repeat 0 0/100%;
}

.notice li {
    position: relative;
    border-bottom: 1px dotted #e5e5e5;
}

.notice li a {
    color: #666;
    font-size: 0.948148rem;
    /* 16 */
    margin-left: 3%;
    /* 10 */
    line-height: 3.5;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.notice li span {
    width: 27%;

    display: inline-block;
    vertical-align: top;
    line-height: 3.5;
    text-align: center;
    color: #999;
    font-size: 0.829629rem;
    /* 14 */

}

.announce li a {
    width: 100%;
    margin-left: 0;
    line-height: 2.0;
}

.announcetip li a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    height: 3.674074rem;
    /*62*/
}

.announce li span {
    width: 100%;
    text-align: left;
    line-height: 2.0
}

.announce li {
    padding-top: 0.592593rem;
    /*10*/
    padding-bottom: 0.592593rem;
    /*10*/
}

.announce li::before {
    display: none
}

article figcaption {
    margin-top: 1.185185rem;
    /* 20 */
    color: #666;
    line-height: 2.0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 6.518519rem;
    /*110*/
}



.caseList {
    border-top: 1px dotted #e5e5e5;
    padding-top: 1.185185rem;
    /* 20 */
    padding-bottom: 1.185185rem;
}

.caseList li {
    float: left;
    width: 20%;
    padding: 0.592593rem;
    /*10*/
    box-sizing: border-box;
    cursor: pointer;

}

.caseList li img {
    width: 98%;
    margin: 0 auto;
}

.caseList li .case-title {
    text-align: center;
    color: #666;
    line-height: 1.5;
    font-size: 0.829629rem;
    /* 14 */
    margin-top: 1.185185rem;
    /* 20 */
}

.caseList li:hover {
    background: #325FB2;
}

.caseList li:hover .case-title {
    color: #fff;
}




address, aside {
    font-size: 0.711111rem;
    /* 12 */
    line-height: 3.0;
}

aside a {
    color: #666 !important;
}

aside span {
    margin-right: 0.592593rem
        /*10*/
}

.ercode {
    text-align: right
}

footer {
    padding: 0.592592rem;
    /* 10 */
}

.foot-nav {
    border-top: 1px dotted #e5e5e5;
}

.foot-nav .nav {
    width: 30%;
    margin: 1.185185rem 1%;
    /* 20 */
    display: inline-block;
}

.foot-nav .list {
    width: 65%;
    margin: 1.185185rem 1%;
    /* 20 */
    display: inline-block;
}

.foot-nav .nav li {
    float: left;
    width: 25%;
    background: url(../img/line-02.png) no-repeat right center;
}

.foot-nav .list li {
    width: 31%;
    float: left;
    margin: auto 1.16%;
    position: relative;
}

.foot-nav ol li a {
    color: #666;
    display: block;
    line-height: 2.0;
    text-align: center;
}

.foot-nav ol li:nth-last-child(1) {
    background: none;
}

.select_box {
    color: #666;
    width: 100%;
    padding: 5px;
    border: 1px solid #c5c5c5;
    box-sizing: border-box;
    min-width: 5.925925rem;
    /* 100 */
}

.select_box span {
    display: block;
    width: 80%;
    background: url(../img/line-02.png) no-repeat right center;
}

.select_box::after {
    content: '';
    display: inline-block;
    background: url(../img/arrow-01.png) no-repeat center /100% 100%;
    width: 9px;
    height: 6px;
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -3px;
}

.select_option {
    border: 1px solid #c5c5c5;
    display: none;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
}

.select_option .select_slide {
    line-height: 2.0;
    width: 100% !important;
    padding: 5px !important;
    box-sizing: border-box;
    margin: 0 !important;
}

.select_option .select_slide:hover {
    background: #aaa;
}

.select_option .select_slide a {
    color: #666;
    text-align: left;
}

.select_option .select_slide:hover a {
    color: #fff !important
}

/* 滚动条样式 */
/* 设置滚动条的样式 */
.select_option::-webkit-scrollbar {
    width: 5px;
    background-color: #fafafa;
}

/* 滚动槽 */
.select_option::-webkit-scrollbar-track {
    border-radius: 1px;
}

/* 滚动条滑块 */
.select_option::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background: #b5b5b5;
}

/*======================end=================*\


 
 /*------------------------------------------*\
                list
 \*------------------------------------------*/
.noticeList {
    padding: 1.185185rem;
    /*20*/
}

.noticeList .item-title {
    border-top: none;
    border-bottom: 2px solid #325fb2;
}

.noticeList .item-list {
    margin: 1.185185rem auto;
}

.noticeList .item-list>ul li {
    width: 47%;
    float: left;
    border-bottom: 1px dotted #e5e5e5;
    position: relative;
}

.noticeList .item-list>ul li:nth-of-type(odd) {
    margin-right: 2%
}

.noticeList .item-list>ul li:nth-of-type(even) {
    margin-left: 2%
}

.noticeList .item-list>ul li a {
    color: #666;
    display: block;
    line-height: 2.0;
    padding-top: 0.592593rem;
    /*10*/
    padding-bottom: 0.592593rem;
    /*10*/
}

.down a span {
    /*width: 80%;*/
    display: block;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

/*.down a::after{
    content: '';
    width: 1.007407rem;/* 17 */
/*height: 1.007407rem;*/
/*background: url(../img/down.png) no-repeat 0 0 /100% 100%;*/
/*margin-top: -0.474074rem;*/
/* 8 */
/* position: absolute;
    top: 50%;
    right: 2%;
    
}*/
.loadmore {
    display: inline-block;
    width: 8.888888rem;
    /* 150 */
    text-align: center;
    line-height: 3.0;
    background: #325fb2;
    color: #fff;
}

.loading {
    display: none;
}

/*======================end=================*\


 
 /*------------------------------------------*\
                content
 \*------------------------------------------*/

.cont-title h1 {
    font-weight: bold;
    font-size: 1.540741rem;
    /*26*/
    color: #333;
    text-align: center;
}

time {
    font-size: 14px;
    /*14*/
    color: rgb(102, 102, 102);
    line-height: 2.0;

}

.cont {
    margin: 1.185185rem auto;
    /*20*/
    padding-bottom: 1.777778rem;
    /*30*/
    padding-top: 1.185185rem;
    /*20*/
    border-bottom: 1px dotted #e5e5e5;
    min-height: 300px;
}

.page-btn a {
    color: #666;
    line-height: 2.0
}

.page-btn a:hover {
    color: #325fb2;
}


/*======================end=================*\


 
 /*------------------------------------------*\
                contact
 \*------------------------------------------*/
.contact-title {
    font-weight: bold;
    font-size: 1.185185rem;
    /*20*/
    color: #333;
}

.contact-msg {
    margin: 1.185185rem auto;
    line-height: 2.0;


}

.cont-er {
    position: absolute;
    right: 0;
    top: 0;
}

/*------------------------------------------*\
                contact
 \*------------------------------------------*/
.news-list a {
    width: 69%;
    display: inline-block !important;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle; */
}

.news-list span {
    width: 30%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.news-title {
    margin-top: 1.185185rem;
    font-size: 1.185185rem;
    /*20*/
    color: #333;
    font-weight: bold;
}

.descr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 2.0;
    height: 5.037037rem;
    /*85*/
}

.more {
    display: inline-block;
    color: #666 !important;
    vertical-align: middle;
    margin-top: 1.185185rem;
    /*20*/

}

.more::after {
    content: '';
    width: 1.066666rem;
    height: 1.066666rem;
    /* 18 */
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.592592rem;
    /* 10 */
    background: url(../img/arrow-03.png) no-repeat 0 0/100% 100%;
}

/*------------------------------------------*\
                plugin
 \*------------------------------------------*/
.swiper-slide {
    position: relative;
}

.swiper-container .swiper-pagination {
    width: auto !important;
    right: 1.185185rem;
    left: auto !important;
    bottom: 5% !important;
}

.swiper-pagination-switch {
    border-radius: 0 !important;
    width: 1.481481rem !important;
    /*25*/
    height: 1.481481rem !important;
    /*25*/
    background: #fff !important;
    color: #666;
    line-height: 2.0;
    font-size: 0.829629rem;
    /* 14 */
}

.swiper-active-switch {
    background: #325fb2 !important;
    color: #fff !important;
}

.pagination>li>a, .pagination>li>span {
    margin-left: 5px;
    color: #325fb2;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {

    background-color: #325fb2;
    border-color: #325fb2;
}

@media screen and (min-width: 850px) {}

@media screen and (max-width: 850px) {
    .nav-collapse {
        height: 14.814814rem;
        width: 100%;
    }

    .nav-collapse ul {
        position: absolute;
        z-index: 2;
        width: 100%;
        background: #1f4a99;
    }

    .js .nav-collapse {
        overflow: initial !important;
    }

    nav.nav-collapse ul li {
        width: 100%;
        background: none;
    }

    .nav-toggle {
        z-index: 2;
    }

    #search {
        width: 76%;

    }

    #search input {
        line-height: 2.0;
        margin: 0.888888rem auto;
        /* 15 */
    }

    #search button {
        margin-left: -2.37037rem;
        /* 40 */
    }

    main, .foot-nav ol {
        width: 100% !important;
    }

    section, .logo, article, footer, #bdmap {
        width: 95%;
        margin: auto;
    }

    .ercode {
        text-align: center;
    }

    .noticeList .item-list>ul li {
        width: 100%;
        margin: 0 !important;
    }

    .noticeList {
        padding: 0;
    }

    .cont-er {
        position: relative;
    }
}