@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;
}

.noClick {
    pointer-events: none;
}

.clearfix {
    display: block;
    zoom: 1;
}



.biaoti:hover {
    color: #157eb5;
}
.ellipsis-1-lines {
    overflow: hidden;      /* 超出部分隐藏 */
    white-space: nowrap;   /* 禁止换行 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.ellipsis-2-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.ellipsis-3-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.ellipsis-4-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.head_box {
    /*position: fixed;*/
    width: 100%;
    z-index: 9;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.fen {
    width: 1px;
    height: 8px;
    float: left;
    margin-top: 19px;
}


.wrapper .inner {
    width: 1420px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 195px;
}


.searchbox {
    text-align: right;
    float: left;
    clear: right;
    margin-right: 12px;
    height: 40px;
}

.searchbox .openSearchBox {
    display: inline-block;
    zoom: 1;
    margin-top: 13px;
    width: 20px;
    height: 20px;
    line-height: 32px;
    background: url("../images/search.png") no-repeat left center;
    cursor: pointer;
    background-size: 100%;
    vertical-align: top;
}

.wp-search {
    position: relative;
}

.wp-search .search-input {
    padding-left: 4px;
    margin-right: 24px;
}

.wp-search .search-input input.search-title {
    width: 230px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: #FFFFFF;
    font-size: 12px;
    border: 0;
    outline: 0;
    font-family: "Microsoft Yahei";
    outline: none;
    background: unset;
    background: #157eb5;
    padding-left: 13px;
}

.wp-search .search-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 13px;
}

.wp-search .search-btn input.search-submit {
    width: 20px;
    height: 20px;
    border: 0;
    outline: 0;
    background: url("../images/search.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.search-title::-webkit-input-placeholder {
    color: #fff;
}

.search-title::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.search-title:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.search-title:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
#header {
    z-index: 9;
    position: relative;
    background: #edf2f9 url("../images/topbg.png") no-repeat;
    background-size: 100% 195px;
    background-clip: revert;
    height: 195px;
    min-width: 1420px;
}

.header .sitelogo {
   width: 371px;
}

.header .sitelogo img {
    width: 371px;

}

.top-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 42px;
}

.menu_box {
    padding: 0;
    margin-top: 10px;
}

.menu {
    width: 1020px;

}
.menu .lm {
    position: relative;
}

.menu a {
    width: 115px;
    height: 42px;
    line-height: 42px;
    display: block;
    color: black;
    font-size: 18px;
    text-align: center;
    position: relative;
    float: right;
}
.menu .lm:last-child a{
    
    font-size: 16px;
   
}
.menu a:hover {
    text-decoration: none;
}

.menu .lm div {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 999;
    background: #157eb5;
    filter: alpha(opacity=90);
    opacity: 1;
    display: none;
}

.menu .lm div a {
    color: white;
    font-size: 16px;
}

.menu-switch-arrow {
    display: inline-block;
    width: 10px;
    height: 6px;
    background-size: 100%;
    margin-left: 4px;
    vertical-align: middle;
}


.lunbo {
    width: 100%;
    height: 500px;
    min-width: 1420px;
}

.lunbo img {
    width: 100%;
    height: 500px !important;
    min-width: 1420px !important;
}
.lunbo-pagination{
    width: 1420px;
    padding: 0 10px;
    margin: 0 auto;
}
.lunbo .swiper-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    background: white;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 0;
}
.lunbo .swiper-pagination-bullet-active{
    background: #0a86c7;
}

.banner{
    width: 100%;
    min-width: 1420px;
    padding: 46px 0 60px;
    background: url("../images/banner.png") center no-repeat;
    background-size: 100% 1160px;
}
.box{
    width: 1420px;
    padding: 0 10px;
    margin: 0 auto;

}
.pic-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    margin-bottom: 34px;
}
.pic-title1 {
    width: 100%;
    display: flex;
    align-items: center;
    height: 56px;
    margin-bottom: 34px;
}

.pic-tit {
     font-size: 35px;
     color: #1f1f1f;
     font-weight: 600;
     position: relative;
     height: 56px;
     z-index: 2;
 }
.pic-tit1{
    font-size: 35px;
    color: #b6b5b5;
    font-weight: 600;
    position: relative;
    height: 56px;
    z-index: 2;
   margin-right: 38px;
    cursor: pointer;
}
.act-tit{
    color: #1f1f1f;
}
.act-tit:after{
    content: "";
    width: 69px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #05699d;
}
.pic-tit:after{
    content: "";
    width: 69px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #05699d;
}
.more{
    font-size: 18px;
    color: #306dc0;
    display: flex;
    align-items: center;
}
.more1{
    font-size: 18px;
    color: #306dc0;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.xyxx{
    width: 100%;

}
.xyxx-box{
    display: flex;
    justify-content: space-between;
}
.xyxx-left{
    width: 611px;
}
.xyxx-lunbo{
    width: 100%;
    overflow: hidden;
    height: 450px;
    box-shadow: 0 0 20px 4px rgba(193, 192, 193, 0.75);
    position: relative;
}
.xyxx-info{
    width: 100%;
    background: #ffffff;
}
.xyxx-info-img{
    width: 668px;
    height: 343px;
    overflow: hidden;
}
.xyxx-info-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xyxx-info-title{
    width: 530px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.xyxx-info-time{
    width: 100px;
    height: 128px;
    background: #306dc0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -46px;
}
.xyxx-info-time1{
    font-size: 36px;
    color: #ffffff;
}
.xyxx-info-time2{
    font-size: 14px;
    color: #ffffff;
}
.xyxx-info-tit{
    width: 394px;
    margin-top: 22px;
    line-height: 27px;
    font-size: 16px;
    color: #282828;
}
.xyxx-info-more{
    width: 530px;
    margin: -2px auto 0;
    display: flex;
    justify-content: flex-end;
}
.xyxx-info-more img{
    width: 61px;
    height: 9px;
}
.xyxx-lunbo-page {
    position: absolute;
    left: 50%;
    bottom: 8px;
    z-index: 999;
    transform: translateX(-50%);
}
.xyxx-right{
    width: 753px;
}
.xyxx-list a{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xyxx-list-title{
    margin-right: auto;
    font-size: 18px;
    color: #1f1f1f;
    width: 85%;
}
.xyxx-list a img{
    margin-right: 10px;
}
.xyxx-list-time{
    font-size: 14px;
    color: #1f1f1f;
}


.banner1{
    width: 100%;
    min-width: 1420px;
    padding: 50px 0 104px;
    background: url("../images/banner1.png") bottom no-repeat;
    background-size: 100% 773px;
}
.box1{
    width: 1420px;
    padding: 0 10px;
    margin: 0 auto 58px;
    display: flex;
    justify-content: space-between;
}
.box1:last-child{
    margin: 0 auto;
}
.tzgg-box{
    width: 704px;
}
.tzgg-lb{
    position: relative;
}
.tzgg-info{
    width: 704px;
    height: 276px;
    display: flex;
    justify-content: space-between;
    background: #05699d;
}
.tzgg-info-img{
    width: 352px;
    height: 276px;
    overflow: hidden;
}
.tzgg-info-img img {
    width: 100%;
    height: 276px;
    object-fit: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    display: block;
}

.tzgg-info-img img:hover{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.tzgg-info-title{
    width: 352px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.tzgg-info-tit1{
    width: 294px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 28px auto 30px;
    line-height: 1.6;
}
.tzgg-info-tit2{
    width: 294px;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 auto;
    line-height: 1.8;
}
.tzgg-lunbo-page {
    position: absolute;
    right: 50%;
    bottom: 8px;
    z-index: 999;
}
.tzgg-lunbo-page .swiper-pagination .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 0;
}
.tzgg-lunbo-page .swiper-pagination-bullet-active{
    background: white;
}
.tzgg-list{
    width: 100%;
    height: 275px;
    display: flex;
    background: #eff2f7;
}
.tzgg-list a{
    margin: 25px 0;
    width: 50%;
    height: 225px;
    border-right: 1px solid #b8b8b8;
}
.tzgg-list a:last-child{
    border: none;
}
.tzgg-list a div{
    width: 288px;

}
.tzgg-list-title{
    font-size: 18px;
    font-weight: 600;
    color: #252525;
    height: 74px;
    line-height: 37px;
    margin: 0 auto;
}
.tzgg-list-info{
    font-size: 16px;
    color: #4c4a4a;
    margin: 11px auto 20px;
    height: 60px;
    line-height: 30px;
}
.tzgg-list-more{
    font-size: 16px;
    color: #05699d;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.tzgg-list-more img{
    margin-left: 20px;
}

.bgjz-box{
    width: 642px;
}


.bgjz-list{
    width: 100%;
}
.bgjz-list a{
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
}
.bgjz-list a:last-child{
    margin-bottom: 0;
}
.bgjz-time{
    border-top: 3px solid #05699d;
    width: 84px;
    height: 76px;
    background: url("../images/time-right.png") right bottom no-repeat;
}
.bgjz-time1{
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #05699d;
}
.bgjz-time2{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #05699d;
}


.bgjz-info{
    width: 530px;
}

.bgjz-tit{
    font-size: 18px;
    font-weight: 600;
    color: #252b33;
    text-indent: -6px;
}

.bgjz-title{
    font-size: 18px;
    font-weight: 600;
    color: #252b33;
    height: 38px;
    line-height: 38px;

}
.bgjz-msg{
    font-size: 16px;
    color: #252b33;
    line-height: 1.5;
}

.mtbd-box{
    width: 704px;
}
.mtbd-box a{
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mtbd-time1{
    width: 86px;
    height: 70px;
    background: #ffffff;
    border: 1px solid #036197;
}
.mtbd-time2{
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #05699d;
    color: white;
    font-size: 30px;
}
.mtbd-time3{
    height: 30px;
    line-height: 31px;
    text-align: center;
    font-weight: 600;
    color: #05699d;
    background: white;
    font-size: 14px;
}
.mtbd-info{
    width: 592px;
    height: 70px;
}
.mtbd-title{
    line-height: 38px;
    font-size: 18px;
    color: #252b33;
}
.mtbd-msg{
    line-height: 24px;
    font-size: 16px;
    color: #6c6e70;
}


.kytd-box{
    width: 642px;
}

.kytd-lb{
    width: 642px;
    overflow: hidden;
    height: 520px;
    position: relative;
}
.kytd-info{
    height: 217px !important;
}
.kytd-info-img{
    width: 100%;
    height: 156px;
    overflow: hidden;
}
.kytd-info-img img {
    width: 100%;
    height: 156px;
    object-fit: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    display: block;
}

.kytd-info-tit{
    margin-top: 1px;
    background: #05699d;
}
.kytd-info-img img:hover{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.kytd-info-title{
    width: 80%;
    margin: 0 auto;
    line-height: 32px;
    font-size: 18px;
    color: #ffffff;
}
.kytd-info-msg{
    width: 90%;
    margin: 0 auto;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
}
.swiper-pagination3{
    position: absolute;
    bottom: 0;
}
.img-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img-btn a{
    width: 336px;
    height: 130px;
}


.bottom{
    width: 100%;
    min-width: 1420px;
    padding: 24px 0;
    background: #157eb5;
}
.bottom-box{
    width: 1420px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-left{
    width: 400px;
}
.bottom-center{
    width: 420px;
    height: 200px;
    font-size: 14px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.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;
}
.bottom-right{
    width: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    font-size: 14px;
}
.bottom-right img{
    margin-bottom: 10px;
}
.logo2{
    margin-bottom: 16px;
}
.zsjy{
    padding-top: 16px;
    border-top: 1px solid #4498c4;
    display: flex;
    align-items: center;
}
.zsjy-info{
    margin-left: 16px;
}
.zsjy-t1{
    font-size: 18px;
    color: #ffffff;
}
.zsjy-t2{
    font-size: 38px;
    color: #ffffff;
}



.main{
    width:1350px;
    margin:30px auto 20px;
    display: flex;
    justify-content: space-between;
}
.all_left{
    width:240px;
}
.all_right{
    width:1080px;
}
/*内页左侧*/
.left_list{
    width:100%;
}
.left_list strong {
    background:#157eb5;
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 20px 30px;
}

.left_list ul{
   
    background-size: 100%;
}
.left_list ul li {
   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:hover {
    height:50px;
    color:#157eb5;
    display:block;
 
    background-size: 10px 10px;
   
}
.three_list a  {
    padding-left: 72px !important;
    height: 50px;
    font-size: 13px !important;
    color: #363636;
    display: block;
}
/*内页右侧*/
.right_tit{
    width:100%;
    line-height:50px;
    border-bottom:1px solid #689bb5;
    display: flex;
    justify-content: space-between;
}
.right_tit h2{
    font-size:18px;
    padding: 0 10px 0 15px;
    position: relative;
    text-indent: 10px;
}
.right_tit h2:after{
    position: absolute;
    content: "";
    display: block;
    border-bottom: 3px solid #157eb5;
    width: 100%;
    left: 0;
    bottom: -2px;
}
.right_tit span{
    padding-right:20px;
    font-size:14px;
    color:#b5b5b5;
}
.right_tit a{
    color:#b5b5b5;
}
.right_all{
    width:100%;
    min-height:500px;
    padding:30px 20px;
}
/*关于我们*/
.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 .mobile-tit{ float:left; width:80%;}
.newslist ul li .list-time{width:100px; float:right; text-align:right}


.newstitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 48px;
    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;
    background: url(../images/list.jpg) 3px center no-repeat;

    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: 15px;
    font-family: "微软雅黑"
}

ul.news_list .li3 a {
    font-size: 17px;
    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;
}
.piclist{
    width: 100%;
}
.piclist ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.piclist li{
    width: 200px;
  
    height: 240px;
    margin-right: 60px;
    margin-bottom: 20px;
    overflow: hidden;

}
.piclist li:nth-child(4n) {
    margin-right: 0;

}
.piclist li .imgs{
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
}
.piclist li .imgs img{
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.piclist li .imgs:hover img{
    transform: scale(1.1);
}
.piclist li .imgs-tit{
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 40px;
}