@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: #0753a0;
}
.top{
    width: 100%;
    height: 130px;
    min-width: 1480px;
    background: url("../images/topbg.png") center no-repeat;
    background-size: 100% 100%;
}
.topbg{
    position: relative;
    width: 1480px;
    margin: 0 auto;
    height: 130px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img1{
    width: 712px;
    height: 64px;
    vertical-align:middle;
}
.top-r{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.search {
    width: 280px;
    height: 42px;
    position: relative;
    border-radius: 5px;
    line-height: 42px;
    border: 1px solid #58a1e4;
    overflow: hidden;
}

.search .search-box {
    width: 235px;
    height: 42px;
    border: none;
    border-radius: 40px;
    text-indent: 16px;
    outline: none;
    background: transparent;
}

.search-icon {
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: #58a1e4;
}

.search-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
}

.search .search-box::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #58a1e4;
}
.search .search-box:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #58a1e4;
}
.search .search-box::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #58a1e4;
}
.search .search-box:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #58a1e4;
}

.menu{
    width: 670px;
    margin-top: 10px;
}
.menu .lm {
    position: relative;
}
.menu a{
    width:115px;
    height:40px;
    line-height:40px;
    display:block;
    color: #ffffff;
    font-size:17px;
    text-align:center;
    position:relative;
}
.first_a{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.menu a i {
    display: block;
    width: 16px;
    height: 9px;
    content: '';
    margin-left: 5px;
    background: url(../images/jt.png) no-repeat center;
    background-size: 100% 100%;
    transition: .5s ease;
}
.first_a:hover i {
    transform: rotate(-180deg);
}
.menu a:hover{
    text-decoration: underline;
}
.menu .lm div {
    position: absolute;
    left: 0;
    z-index: 999;
    background: #1e7cb2;
    filter: alpha(opacity=90);
    opacity: 1;
    display: none;
}
.menu .lm div a {
    color: white;
    line-height: 1.6;
    padding: 10px 0;
    height: auto;
}


.lunbo{
    width: 100%;
    min-width: 1480px;
    height: 497px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.lunbo .swiper-slide{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 497px;
}
.lunbo img{
    width: 100%;
    object-fit: cover;
    height: 497px;
}
.lunbo .navigation-box{
    width: 200px;
    height: 60px;
    background: #ffffff;
    position: absolute;
    bottom: 36px;
    right: 230px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation-xian{
    width: 3px;
    height: 20px;
    background: #c2c2c2;
    margin: 0 28px;
}
.navigation-box-prev{
    width: 34px;
    height: 34px;
    background: url("../images/next.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.navigation-box-next{
    width: 34px;
    height: 34px;
    background: url("../images/prev.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.banner{
    width: 100%;
    background: white;
    min-width: 1480px;
    padding: 60px 0;
}
.banner1{
    width: 100%;
    background: #f9f9f9;
    min-width: 1480px;
    padding: 60px 0;
}
.banner2{
    width: 100%;
    background: url("../images/bannerbg.png") 0 188px no-repeat;
    background-size: 100% 743px;
    min-width: 1480px;
    padding: 60px 0 0;
}
.banner-box{
    width: 1480px;
    margin: 0 auto;
    padding: 0 10px;
}
.title-box{
    width: 100%;
    position: relative;
    line-height: 90px;
    height: 90px;
    margin-bottom: 10px;
}
.title-box-tit1{
    position: absolute;
    left: 50%;
    top: -17px;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 35px;
    color: #262626;
}
.title-box-tit2{
    font-size: 40px;
    color: #d1d8e5;
    text-align: center;
}
.title-box-more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #065faf;
    display: flex;
    align-items: center;
}
.title-box-more img{
    margin-left: 3px;
}

.xwzx-list{
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 343px);
}
.xwzx-list a{
    width: 343px;
    height: 348px;
}
.xwzx-img{
    width: 343px;
    height: 224px;
    overflow: hidden;
    position: relative;
}
.xwzx-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.xwzx-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.xwzx-time{
    width: 110px;
    height: 38px;
    line-height: 38px;
    text-indent: 7px;
    font-size: 15px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-right-radius: 40px;
    background: #065dac;
}
.xwzx-title{
    margin-top: 18px;
    font-size: 16px;
    color: #252525;
    height:42px;
}
.xwzx-msg{
    color: #6e6e6e;
    font-size: 14px;
    margin-top: 15px;
}
.zxgg-box{
    height: 288px;
    width: 100%;
}
.zxgg-list{
    height: 288px;
    width: 100%;
    position: relative;
}
.zxgg-news{
    width: 342px;
    height: 202px;
    border-bottom: 2px solid #065cab;
    background: white;
}
.zxgg-time{
    display: flex;
    width: 304px;
    margin: 38px auto 16px;
    font-size: 20px;
    color: #02449d;
    align-items: center;
}
.zxgg-time1{
    font-size: 30px;
    margin-right: 3px;
}
.zxgg-time2{
    font-size: 20px;
    height: 30px;
    place-self: flex-end;
    margin-left: 3px;
}
.zxgg-title{
    width: 304px;
    margin: 0 auto;
    font-size: 16px;
    color: #151616;
    line-height: 1.8;
}

.zxgg-pagination-box{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.zxgg-pagination{
    height: 30px;
}
.zxgg-next{
    background: url("../images/left.png") no-repeat;
    width: 15px;
    height: 32px;
    background-size: 100% 100%;
    margin-right: 28px;
    cursor: pointer;
}
.zxgg-prev{
    background: url("../images/right.png") no-repeat;
    width: 14px;
    height: 29px;
    background-size: 100% 100%;
    margin-left: 28px;
    cursor: pointer;
}
.zxgg-pagination > .swiper-pagination-bullet{
    padding: 1px 24px;
    border-radius: 40px;
    background: #dddfe2;
    height: 5px;
    opacity: 1;
}
.zxgg-pagination > .swiper-pagination-bullet-active{
    background: #113b89;
}


.zsxx-box{
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, 462px);
    margin-bottom: 200px;
}
.zsxx-box a{
    width: 462px;
    height: 140px;
    background: white;
    border-top-right-radius: 20px;
    margin-top: 30px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.zsxx-box-tit{
    width: 388px;
    margin: 30px auto 0;
    line-height: 24px;
    height: 48px;
    font-size: 16px;
    color: #302f2f;
}
.zsxx-box-time{
    width: 388px;
    margin: 10px auto 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #04459e;
}
.zsxx-box-time img{
    margin-right: 2px;
    margin-top: 3px;
}

.bottom{
    width: 100%;
    height: 180px;
    background: rgba(7,76,153,0.85);
    min-width:1480px;
}
.bottom2{
    width: 100%;
    height: 180px;
    background: rgba(7,76,153,1);
 min-width:1480px;
}
.bottom1{
    width: 1480px;

    margin: 0 auto;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom3{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #043b7e;
    font-size: 16px;
    color: #ffffff;
 min-width:1480px;
}

.main {
    width: 1400px;
    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: #036099;
    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;
    width: 200px;
    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; background:url(../images/list.jpg) 3px center no-repeat;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;
}