@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: #336788;
}

.top {
    width: 100%;
    height: 112px;
    min-width: 1320px;
    overflow: hidden;
    background: url("../images/topbg.png") center no-repeat #ffffff;
    background-size: 992px 112px;
}

.topbg {
    position: relative;
    width: 1320px;
    margin: 0 auto;
    height: 112px;
    padding: 0 10px;
    line-height: 112px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img1 {
    width: 586px;
    height: 71px;
}

.search {
    width: 240px;
    height: 34px;
    position: relative;
    background-color: white;
    line-height: 40px;
    overflow: hidden;
    border: 1px solid #dad4cc;
    border-radius: 10px;
}

.search .search-box {
    width: 180px;
    height: 32px;
    border: none;
    text-indent: 16px;
    outline: none;
}

.search-icon {
    width: 52px;
    height: 34px;
    cursor: pointer;
    background: #336788;
}

.search-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}

.menu_box {
    width: 100%;
    height: 54px;
    line-height: 54px;
    min-width: 1320px;
    background: linear-gradient(to bottom,#377396,#316282);
}

.menu {
    width: 1320px;
    margin: 0 auto;
    padding: 0 10px;
    height: 54px;
}

.menu .lm {
    position: relative;
}

.menu a {
    width: 115px;
    height: 54px;
    line-height: 54px;
    display: block;
    font-size: 17px;
    text-align: center;
    position: relative;
    color: white;
}

.menu a:hover {
    text-decoration: underline;
}

.menu .lm div {
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 999;
    background: #377396;
    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(55,115,150,0.9);
    top: 10px;
}
.lunbo {
    width: 100%;
    height: 408px;
    min-width: 1320px;
}

.lunbo img {
    width: 100%;
    height: 408px !important;
    min-width: 1320px !important;
}
.slide {
    max-width: 100%;
    height: 408px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slide ul {
    width: 10000%;
    list-style-type: none;
}

.next_btn {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    background: rgba(232, 239, 245, 1);
    right: 50px;
    top: 50%;
    color: #bbd2e1;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: none;
}

.prev_btn {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    background: rgba(232, 239, 245, 1);
    left: 50px;
    top: 50%;
    color: #bbd2e1;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: none;
}

.slide ul:after {
    content: '';
    clear: both;
    display: block;
}

.slide ul li {
    float: left;
    text-align: center;
}

.slide ul li img {
    vertical-align: middle;
    max-width: 100%;
}

.slide .circle_btn {
    position: absolute;
    bottom: 15px;
    text-align: center;
    left: 0;
    display: table;
    margin: 0 auto;
    width: 100%;
}

.slide .circle_btn button {
    box-sizing: content-box;
    opacity: .8;
    outline: none;
    border: none;
    padding: 3px 18px;
    background: rgba(255, 255, 255, 1);
    margin: 2px 6px;
    overflow: hidden;
    transition: all .6s;
    cursor: pointer;
    border-radius: 10px;
}

.slide .circle_btn button.active {
    background: #367093;
}


.banner{
    width: 100%;
    min-width: 1320px;
    background: url("../images/bannerbg.png") bottom center no-repeat;
    background-size: 100% 1048px;
    z-index: 9;
}



.box1{
    padding: 30px 10px 40px;
    width: 1320px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    background: url("../images/titlebg.png")  center -25px no-repeat;
    background-size: 1328px 185px;
    overflow: hidden;
    z-index: 10;
}

.pic-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.more img{
    margin-top: 5px;
}
.xydt-box{
    width: 868px;
    position: relative;
}

.xydt{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.xydt-left{
    width: 413px;
    height: 327px;
    margin-top: 18px;
}
.xydt-left{
    width: 413px;
    height: 327px;
    position: relative;
}
.xydt-left img {
    width: 413px;
    height: 327px;
}

.xydt-lunbo-bottom {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
    height: 45px;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    align-items: center;
    justify-content: space-between;
}
.xydt-lunbo-bottom-left{
    width: 70%;
}
.xydt-lunbo-title {
    color: #fff;
    font-size: 16px;
    margin-left: 12px;
}
.xydt-lunbo-msg{
    color: #fff;
    font-size: 16px;
    margin-left: 12px;
    height: 20px;
    margin-top: 10px;
}
.xydt-lunbo-page{
    margin-right: 12px;
}
.xydt-lunbo-page > .swiper-pagination1 {
    width: 100% !important;
    position: unset !important;
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
}

.xydt-lunbo-page > .swiper-pagination1 > .swiper-pagination-bullet {
    background: white;
    opacity: 1 !important;
}

.xydt-lunbo-page > .swiper-pagination1 > .swiper-pagination-bullet-active {
    background: #346888;
    opacity: 1 !important;
}

.xydt-lunbo-page > .swiper-pagination1 span {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0 !important;
}
.xydt-lunbo-bottom > .swiper{
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.xydt-list{
    width: 436px;
    margin-top: 12px;
}
.xydt-list a{
    height: 80px;
    border-bottom: 1px dashed #969696;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.xydt-list-title{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xydt-list-tit{
    color: #336788;
    font-size: 16px;
}
.xydt-list-time{
    font-size: 14px;
    color: #848282;
    font-style: italic;
}
.xydt-list-info{
    font-size: 14px;
    color: #848282;
}



.tzgg-box{
    width: 384px;
}
.tzgg-list{
    width: 100%;
    height: 338px;
    border: 1px solid #dcdcdc;
    margin-top: 7px;
}
.tzgg-list a{
    width: 354px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d2d4d5;
}
.tzgg-time{
    width: 70px;
    height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #356989;
}
.tzgg-time1{
    font-size: 26px;
    color: #336788;
    display: flex;
    justify-content: center;
}
.tzgg-time2{
    font-size: 13px;
    color: #336788;
    display: flex;
    justify-content: center;
}

.tzgg-title{
    width: 270px;
    line-height: 25px;
    font-size: 16px;
    color: #000000;
}

.banner2{
    background: rgba(249,249,250,0.5);
    width: 100%;
    min-width: 1320px;
    z-index: 8;
}
.box2{
    padding: 30px 10px 77px;
    width: 1320px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    overflow: hidden;
}

.jxky-box{
    width: 868px;
}
.jxky-list a{
    height: 79px;
    border-bottom: 1px dashed #969696;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jxky-list a img{
    margin-right: 5px;
    margin-top: -17px;
}
.jxky-list-title{
    margin-right: auto;
    width: 746px;
}
.jxky-list-tit{
    font-size: 16px;
    color: #000000;
    height: 25px;
    display: flex;
    align-items: center;
}
.jxky-list-info{
    font-size: 14px;
    color: #848282;
    height: 20px;
    display: flex;
    align-items: center;
}
.jxky-list-time{
    font-size: 14px;
    color: #848282;
    font-style: italic;
    margin-top: 23px;
}


.zsjy-box{
    width: 384px;
}
.zsjy-list{
    margin-top: 17px;
}
.zsjy-list a{
    height: 63px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000000;
    border-bottom: 1px dashed #969696;
}
.zsjy-list a img{
    margin: 0 18px;
}

.bottom{
    width: 100%;
    min-width: 1320px;
    background: #336788;
}
.bottom1{
    height: 3px;
    background: #346888;
    border-bottom: 1px solid #d2d4d5;
}
.bottom-box{
    width: 1320px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 175px;
    font-size: 16px;
    color: #adc0cc;
}



.main {
    width: 1320px;
    padding: 0 10px;
    margin: 10px auto 20px;
    position: relative;
    overflow: hidden;
    clear: both;
    display: flex;
    justify-content: space-between;
}

.all_left {
    width: 20%;
}

.all_right {
    width: 78%;
    margin-top: 20px;
    background: #fff;
}

/*内页左侧*/
.left_list {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.left_list strong {
    background: #336788;
    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;
}

.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: #436988;
    color: #FFF;
    display: block;
}

.left_list UL li.hover a {
    background-color: #336788;
    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;

    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;
}