html,
body {
    position: relative;
    height: 100%;
}
a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
a:hover {
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
em {
    font-style: normal;
}
ol,ul{list-style:none}
li{display:list-item}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
body {
    background: #fff url("../image/bg.jpg") top center no-repeat ;
    font-family: Helvetica,Geneva, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    margin: 0;
    padding: 0;
    height: 100%;
}
.warp {
    width: 1200px;
    margin: 0 auto;
}
.zhuanti {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*padding: 0 40px;*/
    margin-bottom: 10px;
}

.header {
    background: #FFF;
    z-index: 2;
    position: relative;
}
.header .logo-info {
    padding: 40px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .logo-info .info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.header .logo-info .info .tag {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
    width: calc(100% - 0px);
}
.header .logo-info .info .tag em {
    width: 1px;
    height: 10px;
    background: #999;
    margin: 0 10px;
}
.header .logo-info .info .tag a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
}
.header .logo-info .info .tag a:hover {
    color: #0C40B6;
}
.header .logo-info .info .search {
    border:1px solid #DDD;
    border-radius: 20px;
    padding: 2px 0px 2px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header .logo-info .info .search .search-input {
    padding: 5px 5px;
    border:none;
    outline: none;
}
.header .logo-info .info .search .search-btn {
    width: 18px;
    height: 18px;
    background: url('../image/search.png') center no-repeat;
    margin-right: 10px;
    cursor: pointer;
}
.header .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    background: #0C40B6;
}
.header .menu .menu-list {
    width: calc(100% / 10);
    height: 60px;
    line-height: 60px;
    display: inline-block;
}
.header .menu .menu-list .menu-list-a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    display: inline-block;
}
.header .menu .menu-list:hover .menu-list-a,.header .menu .menu-list .menu-list-a.active {
    background: #173885;
}
.header .menu .menu-list .menu-list-li {
    display: none;
    background: rgba(255,255,255,0.8);
    padding: 10px 0;
}
.header .menu .menu-list .menu-list-li .li {
    width:100%;
    height:40px;
}
.header .menu .menu-list .menu-list-li .li .li2 {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height:40px;
    line-height:40px;
    color: #666;
    font-size: 15px;
}
.header .menu .menu-list .menu-list-li .li .li2:hover {
    color: #173885;
}
.banner {
    height:420px;
}
.banner .swiper-container-banner {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
}
.banner .swiper-container-banner .swiper-wrapper .swiper-slide{
    height:420px;
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-position: center;
}

.content {
    background: #FFF;
    padding: 30px 10px 0;
    width: 1180px;
}
.pdlr {
    padding-left: 0;
    padding-right: 0;
    width: 1200px;
}
.content .content-line-1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.content .content-line-1 .box-left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 900px;
}
.content .content-line-1 .box-left .jdt {
    width: 500px;
    height: 350px;
}
.content .content-line-1 .box-left .jdt .swiper-container-news {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.content .content-line-1 .box-left .jdt .swiper-container-news .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 350px;
}
.content .content-line-1 .box-left .jdt .swiper-container-news .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 350px;
    display: inline-block;
    position: relative;
    color: #FFF;
    text-decoration: none;
}
.content .content-line-1 .box-left .jdt .swiper-container-news .swiper-wrapper .swiper-slide a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    background: rgba(0,0,0,0.3);
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.content .content-line-1 .box-left .jdt .swiper-container-news .swiper-pagination-news {
    bottom: 45px;
}

.g-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #DDD;
}
.g-title .tit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #0C40B6;
    padding: 10px 10px 10px 5px;
}
.g-title .tit img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
.g-title .tit span {
    font-size: 18px;
    color: #FFF;
}
.g-title .more {
    color: #333;
    text-decoration: none;
    font-size: 12px;
}
.g-title .more:hover {
    color: #0C40B6;
}


.content .content-line-1 .box-left .gsxw {
    width: 390px;
}
.content .content-line-1 .box-left .gsxw .lists {
    display: inline-block;
    width: 100%;
    margin-top: 6px;
}
.content .content-line-1 .box-left .gsxw .lists .li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #DDD;
    padding: 8px 0;
}
.content .content-line-1 .box-left .gsxw .lists .li a {
    width: calc(100% - 85px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: #333;
    font-size: 15px;
}
.content .content-line-1 .box-left .gsxw .lists .li a:hover {
    color: #0C40B6;
}
.content .content-line-1 .box-left .gsxw .lists .li a em {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #B7D0F8;
    margin-right: 8px;
}
.content .content-line-1 .box-left .gsxw .lists .li a span {
    width: calc(100% - 16px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content .content-line-1 .box-left .gsxw .lists .li .time {
    width: 80px;
    font-size: 13px;
    color: #999;
    text-align: center;
}

.content .content-line-1 .box-notice {
    width: calc(100% - 930px);
}
.content .content-line-1 .box-notice .lists {
    display: inline-block;
    width: 100%;
    margin-top: 6px;
}
.content .content-line-1 .box-notice .lists .li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #DDD;
    padding: 8px 0;
}
.content .content-line-1 .box-notice .lists .li a {
    width: 100%;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content .content-line-1 .box-notice .lists .li a:hover {
    color: #0C40B6;
}

.content-line-2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}
.content-line-2 .box-left {
    width: 870px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.content-line-2 .box-left.box-left-width {
    width: 100%;
}
.content-line-2 .box-left .boxs {
    width: 420px;
}
.content-line-2 .box-left .boxs.boxs-width {
    width: calc(100% - 450px);
}
.content-line-2 .box-left .boxs .lists {
    display: inline-block;
    width: 100%;
    margin-top: 6px;
}
.content-line-2 .box-left .boxs .lists .li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #DDD;
    padding: 8px 0;
}
.content-line-2 .box-left .boxs .lists .li a {
    width: 100%;
    display: inline-block;
    /*align-items: center;*/
    /*justify-content: flex-start;*/
    text-decoration: none;
    color: #333;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content-line-2 .box-left .boxs .lists .li a:hover {
    color: #0C40B6;
}
.content-line-2 .box-left .boxs .lists .li a em {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #B7D0F8;
    margin-right: 8px;
}
.content-line-2 .box-left .boxs .lists .li a span {
    width: calc(100% - 16px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.content-line-2 .box-speed {
    width: calc(100% - 900px);
}

.content-line-2 .box-speed a {
    display: inline-block;
    width: 280px;
    height: 80px;
    position: relative;
    margin-top: 8px;
}
.content-line-2 .box-speed a:first-of-type{
    margin-top: 0;
}
.content-line-2 .box-speed a img {
    width: 280px;
    height: 80px;
}
.content-line-2 .box-speed a .bgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 80px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.content-line-2 .box-speed a:hover .bgs
{
    background: rgba(0,0,0,0.2);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.content-ad {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0;
}
.content-ad a {
    width: 576px;
    height: 160px;
}
.content-ad a img {
    width: 576px;
    height: 160px;
}
.content-dw {
    margin: 30px 0;
}
.content-dw .lists {
    margin: 24px 0px 10px;
}
.content-dw .lists a {
    width: 152px;
    height: 56px;
    border: 1px solid #ADD3F8;
    display: inline-block;
    margin-right:calc((100% - 1102px) / 6);
    font-size: 0;
    margin-bottom: 14px;
}
.content-dw .lists a:nth-child(7n){
    margin-right: 0;
}
.content-dw .lists a:hover {
    border: 1px solid #0C40B6;
}
.content-dw .lists a img {
    width: 142px;
    height: 46px;
    margin: 5px;
}
.yqlx-title {
    background: #0C40B6;
    font-size: 18px;
    color: #FFF;
    padding: 10px 10px;
}
.link {
    font-size: 0;
    background: #F2F2F2;
    padding: 30px 0;
}
.link .link-list {
    padding: 0 10px;
    width: 1160px;
}
.link .link-list a {
    font-size: 15px;
    color: #333;
    text-decoration: none;
    margin-right: 40px;
}
.link .link-list a:hover {
    color: #0C40B6;
}
.footer {
    background: #0C40B6;
}
.footer .footers {
    padding: 50px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer .footers .footer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.footer .footers .footer-info .footer-logo {
    border: 1px solid #EEE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 20px 30px 10px;
    margin-bottom: 10px;
}
.footer .footers .footer-info .footer-logo img {
    width: 115px;
    height: 118px;
    margin-bottom: 10px;
}
.footer .footers .footer-info .footer-logo small {
    font-size: 12px;
    color: #FFF;
}
.footer .footers .footer-info .company {
    font-size: 20px;
    color: #eee;
    margin-bottom: 10px;
}
.footer .footers .footer-info .en {
    font-size: 13px;
    color: #eee;
}
.footer .footers .footer-menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer .footers .footer-menu .footer-menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 0 30px;
}
.footer .footers .footer-menu .footer-menu-list a {
    color: #EEE;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 30px;
}
.footer .footers .footer-menu .footer-menu-list a:last-of-type{
    margin-bottom: 0;
}
.footer .copyright {
    background: #011641;
    color: #EEE;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    line-height: 20px;
    padding: 10px 0;
}


.detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}
.detail .detail-menu {
    width: 285px;
}
.detail .detail-menu .detail-menu-name {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0C40B6;
    font-size: 20px;
    color: #FFF;
    padding: 16px 0;
    margin-bottom: 10px;
}
.detail .detail-menu .detail-menu-list {
    background: #F8F8F8;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    min-height:450px;
}
.detail .detail-menu .detail-menu-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
    padding: 15px 0;
    text-decoration: none;
    border-bottom: 1px solid #EEE;
    width: 100%;
    position: relative;
}
.detail .detail-menu .detail-menu-list a em {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../image/right.png') center no-repeat;
    top: 20px;
    right: 30px;
}
.detail .detail-menu .detail-menu-list a:hover,.detail .detail-menu .detail-menu-list a.active {
    color: #0C40B6;
}
.detail .detail-menu .detail-menu-list a:hover em,.detail .detail-menu .detail-menu-list a.active em {
    background: url('../image/on_right.png') center no-repeat;
}
.detail .detail-menu .detail-menu-list a:last-of-type {
    border-bottom: none;
}
.detail .details {
    width: calc(100% - 285px - 50px);
    padding: 0 10px;
}
.detail .details .details-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEE;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.detail .details .details-title .name {
    color: #0C40B6;
    font-weight: bold;
    font-size: 20px;
}
.detail .details .details-title .position {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
}
.detail .details .details-title .position a {
    text-decoration: none;
    color: #333;
}
.detail .details .details-title .position em {
    color: #0C40B6;
}
.detail .details .details-box {
    line-height: 30px;
    font-size: 15px;
}
.detail .details .details-box img {
    max-width: 100%;
}
.detail .details .details-boxlist {
    display: inline-block;
    width: 100%;
}
.detail .details .details-boxlist .news-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #EEE;
    padding: 15px 0;
}
.detail .details .details-boxlist .news-list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 90px);
    text-decoration: none;
    color: #444;
    font-size: 16px;
}
.detail .details .details-boxlist .news-list a em {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CCC;
    margin-right: 8px;
}
.detail .details .details-boxlist .news-list a span {
    width: calc(100% - 14px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.detail .details .details-boxlist .news-list .time {
    width: 80px;
    text-align: right;
    color: #999;
}
.detail .details .details-boxlist .pages {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.detail .details .details-boxlist .pages .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.detail .details .details-boxlist .pages .pagination li span,.detail .details .details-boxlist .pages .pagination li a {
    padding: 8px 15px;
    border: 1px solid #EEE;
}
.detail .details .details-boxlist .pages .pagination li a {
    text-decoration: none;
    color: #333;
}
.detail .details .details-boxlist .pages .pagination li a:hover {
    color: #0C40B6;
}
.detail .details .details-boxlist .pages .pagination li.active span {
    background: #EEE;
}
.news-detail .position {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    border-bottom: 1px solid #EEE;
    padding: 0 30px 15px;

}
.news-detail .position a {
    text-decoration: none;
    color: #333;
}
.news-detail .position em {
    color: #0C40B6;
}
.news-detail .news-detail-content {
    padding: 45px;
}
.news-detail .news-detail-content .tit {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.news-detail .news-detail-content .tag {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    color: #777;
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px;
}
.news-detail .news-detail-content .tag .tag-left small {
    margin-right: 15px;
}





.news-detail .news-detail-content .contents {
    line-height: 36px;
    font-size: 16px;
    text-indent: 2rem;
}
.news-detail .news-detail-content .more-next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #DDD;
    margin-top: 30px;
    padding-top: 30px;
}
.news-detail .news-detail-content .more-next a {
    color: #333;
    text-decoration: none;
    width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-detail .news-detail-content .more-next a.r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.news-detail .news-detail-content .more-next a:hover {
    color: #0C40B6;
}






.detail .detail-menu .info-left {
    background: #F6F6F6;
    padding-left: 0;
    padding-right: 0;
    min-height:450px;
}
.detail .detail-menu .info-left a {
    text-decoration: none;
}
.detail .detail-menu .info-left .info-title {
    background: #0C40B6;
    color: #FFF;
    width: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
}
.detail .detail-menu .info-left .info-list {
    padding: 0px 20px 30px;
}
.detail .detail-menu .info-left .info-list .info-li {
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.detail .detail-menu .info-left .info-list .info-li.h60 {
    height:62px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.detail .detail-menu .info-left .info-list .info-li .info-lis {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
    height: 60px;
    line-height: 60px;
}

.detail .detail-menu .info-left .info-list .info-li .info-lis a {
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    color: #666666;
    margin-top: 10px;
}
.detail .detail-menu .info-left .info-list .info-li .info-lis .info-active,.detail .detail-menu .info-left .info-list .info-li .info-lis:hover a {
    color: #0C40B6;
}
.detail .detail-menu .info-left .info-list .info-li .info-lis .info-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 7px;
}
.detail .detail-menu .info-left .info-list .info-li .info-lis .icon-jian {
    background:url('../image/jian.png') center no-repeat;
}
.detail .detail-menu .info-left .info-list .info-li .info-lis .icon-jia {
    background:url('../image/jia.png') center no-repeat;
}
.detail .detail-menu .info-left .info-list .info-li .info-liss {
    color: #666666;
    width: calc(100% - 40px);
    border-bottom: 1px solid #E8E8E8;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin:10px 0 0 20px;
    font-size: 16px;
}
.detail .detail-menu .info-left .info-list .info-li .info-active,.detail .detail-menu .info-left .info-list .info-li .info-liss:hover {
    color: #0C40B6;
}
.detail .detail-menu .info-left .info-list .info-li .info-min-width {
    color: #666666;
    width: calc(100% - 20px);
    border-bottom: 1px solid #E8E8E8;
    height: 40px;
    line-height: 40px;
    margin:0px 0 0 0px;
    font-size: 16px;
    padding-bottom: 8px;
    padding-left: 20px;
}
.detail .detail-menu .info-left .info-list .info-li .info-min-width a{
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #666666;
    margin-top: 10px;
}
.detail .detail-menu .info-left .info-list .info-li .info-li-min {
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.detail .detail-menu .info-left .info-list .info-li .info-li-min.h40 {
    height:49px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

