@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-size: 16px;
    color: #000;
}

img {
    border: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clr {
    clear: both;
}

.fade {
    display: none;
}

.vc {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.noClick {
    pointer-events: none;
}

.clearfix {
    display: block;
    zoom: 1;
}

.biaoti:hover {
    color: #036197;
}

.top {
    width: 100%;
    height: 124px;
    min-width: 1586px;
    overflow: hidden;
    background: url("../images/topbg.png") #2272b2 0 10px no-repeat;
    background-size: 100% 177px;
    background-blend-mode: color-burn;
}

.topbg {
    position: relative;
    width: 1586px;
    margin: 0 auto;
    height: 124px;
    padding: 0 10px;
    line-height: 124px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img1 {
    width: 585px;
    height: 56px;
}
.search {
    width: 280px;
    height: 42px;
    position: relative;
    border: 1px solid #58a1e4;
    line-height: 40px;
    overflow: hidden;
    display: flex;
    border-radius: 5px;
}

.search .search-box {
    width: 232px;
    height: 40px;
    border: none;
    text-indent: 16px;
    outline: none;
    background: none;
    color: white;
}
.search .search-box::placeholder{
    color: #bed8ed;
}
.search-icon {
    width: 46px;
    height: 40px;
    cursor: pointer;
    position: relative;
    background: #49b4ed;
    border-radius: 5px;
}

.search-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
}

.menu_box {
    width: 100%;
    height: 54px;
    line-height: 54px;
    min-width: 1586px;
    background: #04699f;
}

.menu {
    width: 1586px;
    margin: 0 auto;
    padding: 0 10px;
    height: 54px;
}

.menu .lm {
    position: relative;
}

.menu a {
    width: 115px;
    height: 52px;
    line-height: 52px;
    display: block;
    font-size: 17px;
    text-align: center;
    position: relative;
    color: white;
}

.menu a:hover {
    text-decoration: underline;
}

.menu .lm div {
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 999;
    background: #306dc0;
    filter: alpha(opacity=90);
    opacity: 1;
    display: none;
    padding-top: 10px;
}

.menu .lm div a {
    color: white;
    line-height: 1.6;
    padding: 10px 0;
    height: auto;
}
.second-menu{
    position: relative;
}

.third-menu{
    display: none;
    position: absolute;
    left: 100%;
    background: rgba(21,118,178,0.9);
    top: 10px;
}
.lunbo {
    width: 100%;
    height: 719px;
    min-width: 1586px;
    position: relative;
}

.lunbo img {
    width: 100%;
    height: 719px !important;
    min-width: 1586px !important;
}
.lunbo_nei {
    width: 100%;
    height: 420px;
    min-width: 1586px;
    position: relative;
}

.lunbo_nei img {
    width: 100%;
    height: 420px !important;
    min-width: 1586px !important;
}
.lunbo-bottom{
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    display: flex;
    align-items: center;
}

.lunbo-bottom .swiper-pagination{
    display: contents;
}
.lunbo-bottom .swiper-pagination .swiper-pagination-bullet{
    width: 17px;
    height: 17px;
    background: #04699f;
    margin: 0 6px;
    cursor: pointer;
}
.swiper-button-prev1{
    width: 31px;
    height: 9px;
    background: url("../images/left.png") no-repeat;
    background-size: 100%;
    z-index: 99;
    margin-right: 23px;
    margin-bottom: 5px;
    cursor: pointer;
}
.swiper-button-next1{
    width: 31px;
    height: 9px;
    background: url("../images/right.png") no-repeat;
    background-size: 100%;
    z-index: 99;
    margin-left: 23px;
    margin-bottom: 5px;
    cursor: pointer;
}



.banner{
    width: 100%;
    min-width: 1586px;
    padding: 30px 0 40px;
    background: url("../images/banner.png") bottom no-repeat;
    background-size: 100% 182px;
}

.box{
    padding: 0 10px;
    width: 1586px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.box-info{
    width: 367px;
}
.pic-title{
    height: 34px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}
.pic-tit{
    height: 34px;
    cursor: pointer;
    font-weight: 600;
}
.pic-tit i{
    font-size: 24px;
    margin-right: 4px;
}
.pic-tit img{
    height: 22px;
    margin-top: 2px;
    margin-right: 8px;
}
.pic-tit .tit{
    font-size: 18px;
}
.pic-tit:nth-child(n+2){
    margin-left: 36px;
}
.more{
    color: #898888;
    font-size: 14px;
    display: block;
    line-height: 26px;
}
.act-tit{
    color: #2f86bf;
    display: block;
    position: relative;
}
.act-tit:after{
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #2f86bf;
}

.pic-list1{
    width: 98%;
    margin: 0 auto 18px;
}
.list-info{
    width: 100%;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #eaeaea;
}
.list-info-img{
    width: 104px;
    height: 75px;
    border: 1px solid #eaeaea;
    padding: 1px;
}
.list-info-img img{
    display: block;
    width: 100px;
    height: 71px;
}
.list-info-msg{
    width: 246px;
}
.list-info-msg-tit{
    line-height: 22px;
    font-size: 16px;
    color: #222222;
    min-height: 50px;
    margin-top: 4px;
}
.list-info-msg-time{
    font-size: 14px;
    color: #636161;
}
.img-btn{
    display: block;
    margin-top: 10px;
    margin-left: 10px;
}

.pic-list{
    width: 98%;
    margin: 0 auto;
}
.pic-list a{
    display: flex;
    height: 38px;
    align-items: center;
    justify-content: space-between;
}

.pic-list .title{
    font-size: 15px;
    color: #2b2a2a;
    margin-left: 12px;
    margin-right: auto;
}
.pic-list .time{
    color: #949494;
    font-size: 13px;
}
.pic-list2 {
    margin-top: 20px;
}
.pic-list2 a{
    height: 60px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.pic-list2 a:last-child{
    margin-bottom: 0;
}
.pic-list2 a .time1{
    width: 55px;
    height: 60px;
    font-size: 20px;
    border: 1px solid #136ec3;
}
.pic-list2 a .time2{
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #ffffff;
    background: #136ec3;
    font-size: 22px;
    font-weight: 600;
}
.pic-list2 a .time3{
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #847676;
    font-size: 13px;
    background: #f0ebe5;
}
.pic-list2 a .title1{
    width: 296px;
    height: 56px;
    margin-left: 18px;
}
.pic-list2 a .title1-tit{
    line-height: 28px;
    font-size: 16px;
    color: #1f2020;
}

.ltjz-img{
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 4px;
}
.ltjz-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom{
    width: 100%;
    min-width: 1586px;
    height: 250px;
    padding: 25px 0;
    background: #0b86c7;
}
.bottom-box{
    width: 1586px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}
.bottom-left{
    width: 340px;
    height: 200px;
}
.bottom-center{
    display: flex;
    align-items: center;
    height: 200px;
}
.bottom-right{
    width: 420px;
    height: 200px;
    font-size: 14px;
    color: white;
    display: flex;
    flex-direction: column;
}
.xian{
    width: 1px;
    height: 200px;
}
.tit4{
    color: white;
    font-size: 18px;
    height: 50px;
    line-height: 40px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}
.tit4:after{
    content: "";
    display: block;
    position: absolute;
    width: 42px;
    height: 2px;
    background: white;
    bottom: 0;
    left: 0;
}
.lxwm-box{
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    height: 40px;
}
.lxwm-box img{
    margin-right: 18px;
}


.main {
    width: 1360px;
    margin: 10px auto 20px;
    position: relative;
    overflow: hidden;
    clear: both;
}

.all_left {
    width: 20%;
    float: left;
}

.all_right {
    width: 78%;
    float: right;
    margin-top: 20px;
    background: #fff;
}

/*内页左侧*/
.left_list {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.left_list strong {
    background: #036197;
    color: #fff;
    display: block;
    font-size: 22px;
    overflow: hidden;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
}

.left_list strong span {
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 100;
    padding-top: 3px;
    width: 280px;
}

.left_list ul li {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    background-color: #e7e7e7;
    border-bottom: 1px #FFFFFF solid;
    color: #000;
}


.left_list UL li a {
    padding-left: 50px;
    height: 50px;
    font-size: 14px;
    color: #363636;
    display: block;
}

.left_list UL li a.current2 {
    padding-left: 80px;
}

.left_list UL li a:hover {
    background-color: #7299c1;
    color: #FFF;
    display: block;
}

.left_list UL li.hover a {
    background-color: #2487c1;
    display: block;
    height: 60px;
    line-height: 60px;
    width: 200px;
}

/*内页右侧*/
.right_tit {
    width: 100%;
    float: left;
    line-height: 60px;
    border-bottom: 1px solid #000;
}

.right_tit h2 {
    float: left;
    padding-left: 30px;
    font-size: 16px;
}

.right_tit span {
    padding-right: 20px;
    font-size: 14px;
    float: right
}

.right_tit a {
    color: #000;
}

.right_all {
    width: 100%;
    min-height: 500px;
    padding: 30px 20px;
    float: left;
}


/*关于我们*/
.right_all .content {
    width: 100%;
    line-height: 35px;
}

/*新闻*/
.newslist {
    width: 100%;
}

.newslist ul li {
    width: 100%;
    float: left;
    border-bottom: 1px #dadada dashed;
    line-height: 40px;
}

.newslist ul li span {
    width: 100px;
    float: right;
    text-align: right
}


.newstitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    width: 100%
}

.newssubtitle {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    width: 100%
}

.newssubtitle span {
    width: 100%
}

.newsx {
    line-height: 40px;
    width: 100%;
    margin-top: 5px;
}

ul.news_list .li3 {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    border-bottom: 1px dotted #B3B3B3;

    text-indent: 1rem;
    position: relative;
}

ul.news_list .li3 .date {
    width: 90px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    color: #878686;
    font-size: 16px;
    font-family: "微软雅黑"
}

ul.news_list .li3 a {
    font-size: 15px;
    font-family: "微软雅黑";
}

.con {
    padding: 10px;
    line-height: 25px;
    color: #595555;
    font-size: 14px;
}

.fuck {
    font-size: 20px;
    color: black;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #B3B3B3;
    margin-top: 10px;
}

.newslist1 {
    width: 98%;
    margin: 0 auto;
}