* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦";
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    min-width: 1400px;
}

#document {
    min-width: 1400px;
}

.header_swiper {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}

.reslide .s_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.reslide .s_wrap i {
    font-style: normal;
}

.reslide .s_wrap .box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    display: none;
}

.reslide .s_wrap .box.active {
    display: block;
    font-size: 0;

}


.reslide .s_wrap .box .s-font0 {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    font-size: 58px;
    font-weight: bold;
    color: #fff;
    margin-top: 307px;
    letter-spacing: 4px;
}

.reslide .s_wrap .box .fadeInUp i {
    opacity: 0;
    display: inline-block;
    vertical-align: text-bottom;
    transform: translateY(120px);
    -webkit-transform: translateY(120px);
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
}

.reslide .s_wrap .box .fadeInUp.act i {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.reslide .s-pagination {
    width: 78px;
    height: 16px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.reslide .s-pagination span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 5px;
    cursor: pointer;
    line-height: 12px;
    vertical-align: middle;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.reslide .s-pagination-bullet-active:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100%;
}

@keyframes s-img_an {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.2, 1.2);
    }
}

.header_index {
    width: 100%;
    height: 100vh;
    position: relative;
}

@media screen and (max-width: 980px) {
    .header_index {
        height: 1080px;
    }
}

/*.header_nav {
  width: 100%;
  padding-top: 20px;
  position: fixed;
  z-index: 5;
  transition: all 0.5s;
}

.header_nav_main {
  width: 1400px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
}

.header_nav_main .logo {
  display: block;
  width: 395px;
  height: 52px;
  background: url(../images/logo_index.png) no-repeat center;
}

.header_nav_main .nav {
  width: 660px;
  margin-left: 270px;
}

.header_nav_main .nav ul {
  display: flex;
  justify-content: space-between;
}

.header_nav_main .nav ul li {
  line-height: 52px;
}

.header_nav_main .nav ul li .nav_c {
  display: block;
  height: 70px;
  font-size: 22px;
  color: #fff;
  position: relative;
}

.header_nav_main .nav ul li .nav_item {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding-left: 925px;
  border-top: 1px solid #ddd;
  line-height: 50px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 90px;
  transition: all .5s;
}

.header_nav_main .nav ul li:hover .nav_item {
  display: block;
  transition: all .5s;
}

.header_nav_main .nav ul li .nav_item a {
  font-size: 18px;
  color: #222;
  margin: 0 15px;
  opacity: 0;
  transition: all .5s;
}

.header_nav_main .nav ul li .nav_item a:first-child {
  margin-left: 0;
}

.header_nav_main .nav ul li:hover .nav_item a {
  opacity: 1;
  transition: all .5s;
}

.header_nav_main .nav ul li .nav_item a:hover {
  color: #005faf;
}

.header_nav_main .search_button {
  width: 22px;
  height: 22px;
  background: url(../images/sousuo.png) no-repeat center;
  margin-top: 15px;
}

.header_active {
  background: #fff;
  box-shadow: -4px 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.header_active .header_nav_main .logo {
  background: url(../images/logo_index_hover.png) no-repeat center;
}

.header_active .header_nav_main .nav ul li a {
  color: #333;
}

.header_active .header_nav_main .nav ul li:hover .nav_c {
  height: 70px;
  color: #005faf;
}

.header_active .header_nav_main .nav ul li .nav_c::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 3px;
  background: #005faf;
  transition: width .3s;
}

.header_active .header_nav_main .nav ul li:hover .nav_c::after {
  width: 100%;
}

.header_active .header_nav_main .search_button {
  background: url(../images/sousuo_hover.png) no-repeat center;
}*/

.header_nav {
    width: 100%;
    padding-top: 20px;
    position: fixed;
    z-index: 5;
    transition: all 0.5s;
    background: #fff;
    box-shadow: -4px 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.header_nav_main {
    width: 100%;
    height: 142px;
    margin: 0 auto;
    overflow: hidden;
}

.header_nav_main .logo {
    display: block;
    width: 471px;
    height: 58px;
    background: url(../images/logo_index.png) no-repeat center;
}

.header_nav_main_top {
    width: 100%;
    height: 70px;
    box-shadow: 0px 3px 3px 0px rgba(245, 245, 245, 1);
}

.header_nav_main_top_center {
    width: 1400px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.logo-box span {
    /* padding: 0px 16px; */
    height: 50px;
}
.logo-box img{height: 45px;}
.back-home {
    height: 70px;
}

.back-home a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 70px;
    color: #666666;
    font-size: 22px;
}

.back-home a img {
    padding-right: 10px;
}

.header_nav_main_nav {
    width: 1400px;
    height: 72px;
    margin: 0 auto;
    overflow: hidden;
}

.header_nav_main .nav {
    width: calc(100% - 154px - 211px);
    height: 100%;
}

.header_nav_main .nav ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.header_nav_main .nav ul li {
    line-height: 72px;
}

.header_nav_main .nav ul li .nav_c {
    display: block;
    height: 100%;
    font-size: 22px;
    color: #333;
    position: relative;
}

.header_nav_main .nav ul li .nav_item {
    display: none;
    width: 100%;
    text-align: center;
    line-height: 70px;
    background: #eaeef7;
    position: absolute;
    left: 0;
    top: 162px;
    transition: all .5s;
}

.header_nav_main .nav ul li:hover .nav_item {
    display: block;
    transition: all .5s;
}

.header_nav_main .nav ul li .nav_item a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    margin: 0 18px;
    position: relative;
    opacity: 0;
    transition: all .5s;
}

.header_nav_main .nav ul li:hover .nav_item a {
    opacity: 1;
    transition: all .5s;
}

.header_active .header_nav_main .nav ul li .nav_c::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 5px;
    border-radius: 3px;
    background: #0954a4;
    transition: width .3s;
}

.header_active .header_nav_main .nav ul li:hover .nav_c::after {
    width: 100%;
}

.header_active .header_nav_main .nav ul li .nav_item a:hover {
    font-weight: bold;
    color: #195da8;
}

.header_active .header_nav_main .nav ul li .nav_item a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 5px;
    border-radius: 3px;
    background: #0954a4;
    transition: width .3s;
}

.header_active .header_nav_main .nav ul li .nav_item a:hover::after {
    width: 100%;
}

.header_nav_main .search {
    width: 211px;
    height: 28px;
    border: 1px solid #cbcccd;
    border-radius: 15px;
    margin-top: 21px;
    position: relative;
}

.header_nav_main .search input {
    width: 100%;
    font-size: 18px;
    color: #dcdcdc;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 35px;
    margin-top: 2px;
    border: none;
    outline: none;
    background: none;
}

.header_nav_main .search input::-webkit-input-placeholder {
    font-size: 16px;
    color: #dcdcdc;
}

.header_nav_main .search .button {
    width: 14px;
    height: 14px;
    background: url(../images/sousuo_hover.png) no-repeat center;
    position: absolute;
    top: 7px;
    right: 15px;
    cursor: pointer;
    border: 0;
}

.header_active {
    height: 142px;
    background: #fff;
    box-shadow: -4px 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.header_active .header_nav_main .logo {
    background: url(../images/logo_index_hover.png) no-repeat center;
}

.header_active .header_nav_main .nav ul li a {
    color: #333;
}

.header_active .header_nav_main .nav ul li:hover .nav_c {
    height: 70px;
    color: #0954a4;
    font-weight: bold;
}

.header_active .header_nav_main .search {
    border: 1px solid #cbcccd;
}

.header_active .header_nav_main .search input {}

.header_active .header_nav_main .search input::-webkit-input-placeholder {
    color: #dcdcdc;
}

.header_active .header_nav_main .search .button {
    background: url(../images/sousuo_hover.png) no-repeat center;
}

.switch-bottom {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 5;
    text-align: center;
    opacity: 1;
    animation: switchB 2s linear 0s infinite;
    color: rgba(255, 255, 255, .6);
}

@keyframes switchB {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

.floor1 {
    width: 1400px;
    height: 519px;
    margin: 60px auto 0;
    overflow: hidden;
}

.floor1 .column_name {
    height: 56px;
    line-height: 72px;
    background: url(../images/xwzx_title.png) no-repeat left top;
    margin-bottom: 40px;
}

.column_name .column_title {
    font-size: 40px;
    font-weight: bold;
    color: #333;
}

.column_name .more {
    display: inline-block;
    width: 78px;
    height: 16px;
    background: url(../images/index_more.png) no-repeat center;
    margin-top: 30px;
}

.floor1_main {
    overflow: hidden;
}

.floor1_left {
    width: 686px;
    height: 422px;
}

/* slidebox */
.slidebox {
    position: relative;
    width: 686px;
    height: 422px;
    overflow: hidden;
    zoom: 1;
}

.slidebox .flex-viewport {
    max-height: 2000px;
    transition: all 1s ease;
}

.slidebox .slides {
    zoom: 1;
}

.slidebox .flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease;
    background: url(../images/ad_ctr.png) no-repeat;
}

.slidebox .flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;

}

.slidebox .flex-direction-nav .flex-prev {
    left: 0;

}

.slidebox .slidebox:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.slidebox .slidebox:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.slidebox:hover .flex-next:hover,
.slidebox:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.slidebox .flex-control-nav {

    position: absolute;
    bottom: 25px;
    right: -30px;
    text-align: center;
    transform: translateX(-50%);
}

.slidebox .tpwx img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 6px;
}

.slidebox .slidemore {
    position: absolute;
    right: 20px;
    bottom: 37px;
    z-index: 2;
    color: #fff;
}

.slidebox .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.slidebox .flex-control-paging li a {
    display: block;
    height: 10px;
    overflow: hidden;
    width: 10px;
    cursor: pointer;
    border-radius: 10px;

    font-size: 0;
    transition: all 1s ease-in;
    background: #fff;

}

.slidebox .flex-control-paging li a.flex-active {
    background: #0954a4;
    width: 34px;
}

.slides li {
    height: 422px;
    position: relative;

}

.slides li .tit {
    width: 75%;
    padding: 0 20% 0 5%;
    height: 70px;
    line-height: 70px;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66444444, endcolorstr=#66444444);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;


}

.slides li .tit a {
    /*display: block;*/
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.slides .img {
    width: 686px;
    height: 422px;

    overflow: hidden;
}

.slides .img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover;*/
}

.floor1_right {
    width: 670px;
    height: 422px;
}

.floor1_right ul {}

.floor1_right ul li {
    width: 100%;
    height: 139px;
    border-bottom: 1px solid #e5e4e4;
    overflow: hidden;
}

.floor1_right ul li a {}

.floor1_right ul li:hover a .msg_title {
    color: #0954a4;
}

.floor1_right ul li a .msg_title {
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
}

.floor1_right ul li a .msg_content {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.floor1_right ul li a .msg_time {
    font-size: 16px;
    color: #999999;
    margin-top: 28px;
}

.rdzt {
    width: 100%;
    height: 218px;
    margin-top: 60px;
    overflow: hidden;
}

.rdzt .rdzt_title {
    position: absolute;
    left: 0;
    width: 49px;
    height: 100%;
    background: url(../images/rdzt_title.png) no-repeat center;
}

.control-box {
    width: 1336px;
    position: relative;
}

.cs-slide-btn2 .prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
    display: none;
}

.cs-slide-btn2 .next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
    display: none;
}

.cs-slide-btn2 a {
    display: block;
    width: 36px;
    height: 55px;
}

.cs-slide-btn2 #cs-btn-l {
    background: url(../images/jt_l.png) no-repeat center;
}

.cs-slide-btn2 #cs-btn-r {
    background: url(../images/jt_r.png) no-repeat center;
}

.bigbox {
    overflow: hidden;
}

#switcher {
    height: 218px;
}

.box {
    float: left;
    transition: all .7s ease 0s;
}

.box a {
    display: block;
    width: 427px;
    height: 218px;
    overflow: hidden;
}

.box a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.box a:hover img {
    transform: scale(1.1);
}

.floor2 {
    width: 100%;
    height: 661px;
    background: url(../images/dzkc_bg.png) no-repeat center;
    background-size: cover;
    margin: 73px 0 60px 0;
}

.floor2_main {
    width: 1400px;
    margin: 0 auto;
    padding-top: 63px;
}

.floor2_left {
    width: 785px;
    height: 525px;
}

.floor2_main .floor2_left .column_name {
    height: 58px;
    line-height: 68px;
    background: url(../images/cybk_title.png) no-repeat left top;
    margin-bottom: 50px;
}

.floor2_main_msg {
    width: 100%;
}

.floor2_main_msg_title {
    width: 100%;
    color: #333;
    font-size: 26px;
}

.floor2_main_msg_content {
    width: 100%;
    color: #3e3e3e;
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
    margin-top: 30px;
}

.floor2_main_msg_number {
    height: 77px;
    width: 348px;
    margin: 59px 0 62px 0;
    display: flex;
    justify-content: space-between;
}

.floor2_number_year {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.floor2_number_year p {
    width: 100%;
    font-size: 16px;
    color: #3e3e3e;
}

.floor2_number_year p span {
    font-size: 40px;
    color: #333333;
}

.floor2_number_money {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.floor2_number_money p {
    width: 100%;
    font-size: 16px;
    color: #3e3e3e;
}

.floor2_number_money p span {
    font-size: 40px;
    color: #333333;
}

.floor2_main_msg_button {
    width: 136px;
    height: 48px;
    border-radius: 48px;
    background: #005faf;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 48px;
}

.floor2_main_msg_button a {
    color: #fff;
}

.floor2_right {
    width: 486px;
    height: 559px;
    position: relative;
}

.floor2_right_border {
    width: 444px;
    height: 517px;
    border: 2px solid #005faf;
    position: absolute;
    top: 0;
    right: 0;
}

.floor2_right_img {
    height: 519px;
    width: 445px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.floor3 {
    width: 100%;
    height: 604px;
}

.floor3_main {
    width: 1400px;
    height: 532px;
    margin: 0 auto;
}

.floor3_main_left {
    width: 910px;
    height: 532px;
    float: left;
}

.floor3_main_right {
    width: 445px;
    height: 532px;
    float: right;
}

.floor3_main .column_name {
    height: 56px;
    line-height: 68px;
    background: url(../images/ddjs_title.png) no-repeat left top;
    margin-bottom: 44px;
}

.column_name_xxgk {
    background: url(../images/xxgk_title.png) no-repeat left top !important;
}

.xxgk_main {
    padding: 7px 29px;
    width: 387px;
    height: 434px;
    background: #f7f8fa;
    overflow: hidden;
}

.xxgk_main ul {}

.xxgk_main ul li {
    width: 100%;
    margin-top: 24px;
}

.xxgk_main ul li a {
    color: #333333;
    font-size: 18px;
}

.xxgk_main ul li a:hover {
    color: #0954a4;
}

.xxgk_main ul li a .msg_time {
    width: 100%;
    display: block;
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
}

.ddjs_main ul {
    display: flex;
    justify-content: space-between;
}

.ddjs_main ul li {
    width: 438px;
    height: 447px;
}

.ddjs_main ul li .img_l {
    display: block;
    width: 100%;
    height: 242px;
    overflow: hidden;
}

.ddjs_main ul li .img_l img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.ddjs_main ul li .img_l:hover img {
    transform: scale(1.1);
}

.ddjs_main ul li .msg_box {
    width: 100%;
    height: 205px;
    background: #f7f8fa;
    box-sizing: border-box;
    padding: 14px 20px 26px;
}

.ddjs_main ul li .msg_box:hover .msg_title {
    color: #0954a4;
}

.ddjs_main ul li .msg_box .msg_title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    height: 32px;
    line-height: 32px;
}

.ddjs_main ul li .msg_box .msg_det {
    font-size: 16px;
    color: #666;
    height: 64px;
    line-height: 32px;
    text-indent: 2em;
    margin-top: 14px;
    margin-bottom: 32px;
}

.ddjs_main ul li .msg_box .msg_bottom {
    overflow: hidden;
}

.ddjs_main ul li .msg_box .msg_bottom .know {
    display: inline-block;
    font-size: 14px;
    color: #005faf;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.8s ease-out;
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.ddjs_main ul li:hover .msg_box .msg_bottom .know {
    animation: slideInFromRight 0.5s forwards;
}

.ddjs_main ul li .msg_box .msg_bottom .msg_time {
    font-size: 14px;
    color: #999;
}

.footer {
    width: 100%;
    height: 225px;
    background: #005faf;
}

.footer .footer_top {
    width: 100%;
    height: 80px;
    border-bottom: 2px solid #2f6cad;
}

.footer .footer_top .footer_top_main {
    width: 1400px;
    height: 100%;
    line-height: 80px;
    margin: 0 auto;
}

.footer_top_left {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.5s ease-out;
}

.footer_top_right {
    transform: translateX(200px);
    opacity: 0;
    transition: all 0.5s ease-out;
}

.footer .footer_top .footer_top_main p {
    font-size: 16px;
    color: #d6d6d6;
}

.footer .footer_top .footer_top_main p a {
    color: #d6d6d6;
}

.footer .footer_top .footer_top_main p a img {
    vertical-align: sub;
    margin-right: 10px;
}

.footer .footer_top .footer_top_main p span {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding: 0 5px;
    background: #06589e;
    border-radius: 10px;
    color: #d6d6d6;
}

.footer .footer_bottom {
    width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}

.footer_bottom .red_line {
    width: 178px;
    height: 3px;
    background: #e22d1c;
    position: absolute;
    top: -2px;
    left: 0;
}

.footer_bottom_left {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

.footer .footer_bottom .footer_bottom_left .weixin_img {
    position: relative;
    cursor: pointer;
    width: 165px;
}

.footer .footer_bottom .footer_bottom_left .weixin_img img {
    vertical-align: middle;
    margin-right: 21px;
}

.footer .footer_bottom .footer_bottom_left .weixin_img span {
    font-size: 16px;
    color: #d6d6d6;
}

.footer .footer_bottom .footer_bottom_left .weixin_img .weixin_code {
    width: 100px;
    height: 100px;
    background: #fff;
    position: absolute;
    left: 180px;
    top: -39px;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 10px;
    opacity: 0;
    z-index: 99;
    transition: all 0.2s ease-out 0s;
}

.footer .footer_bottom .footer_bottom_left .weixin_img .weixin_code img {
    margin-right: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.footer .footer_bottom .footer_bottom_left .weixin_img .weixin_code::after {
    content: '';
    position: absolute;
    left: -16px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #fff;
}

.footer .footer_bottom .footer_bottom_left .weixin_img:hover .weixin_code {
    visibility: visible;
    opacity: 1;
}

.footer .footer_bottom .footer_bottom_left p {
    font-size: 16px;
    color: #d6d6d6;
    margin-top: 21px;
}

.footer_bottom_right {
    transform: translateX(200px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

.footer .footer_bottom .footer_bottom_right .zfwz {
    display: inline-block;
    width: 165px;
    height: 41px;
    line-height: 41px;
    background-image: linear-gradient(0deg, #c5c5c5 0%, #ececec 100%), linear-gradient(#2265ad, #2265ad);
    box-sizing: border-box;
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    position: relative;
    cursor: pointer;
}

.footer .footer_bottom .footer_bottom_right .zfwz img {
    vertical-align: sub;
    margin-left: 33px;
    margin-right: 7px;
}

.footer .footer_bottom .footer_bottom_right .zfwz .down {
    display: inline-block;
    width: 7px;
    height: 3px;
    background: url(../images/down_icon.png) no-repeat center;
    float: right;
    margin-top: 19px;
    margin-right: 10px;
    transition: all .3s;
}

.footer .footer_bottom .footer_bottom_right .zfwz:hover .down {
    transform: rotate(-180deg);
}

.footer .footer_bottom .footer_bottom_right .zfwz .link_list {
    width: 165px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -1px;
    bottom: 38px;
    display: none;
}

.footer .footer_bottom .footer_bottom_right .zfwz:hover .link_list {
    display: block;
}

.footer .footer_bottom .footer_bottom_right .zfwz .link_list a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    color: #666;
}

.footer .footer_bottom .footer_bottom_right .zfwz .link_list a:hover {
    color: #005faf;
}

.footer .footer_bottom .footer_bottom_right .jtwq {
    display: inline-block;
    width: 165px;
    height: 41px;
    line-height: 41px;
    background-image: linear-gradient(0deg, #c5c5c5 0%, #ececec 100%), linear-gradient(#2265ad, #2265ad);
    box-sizing: border-box;
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    margin-left: 20px;
}

.footer .footer_bottom .footer_bottom_right .jtwq img {
    vertical-align: sub;
    margin-left: 33px;
    margin-right: 7px;
}

.footerFadeIn {
    transform: translateX(0);
    opacity: 1;
}

.page_aside {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -102px;
    z-index: 9;
    width: 70px;
    transform: translateX(100%);
    opacity: 0;
    transition: all .3s;
}

.page_aside.show {
    transform: translateX(0);
    opacity: 1;
}

.page_aside .item {
    display: block;
    border-radius: 5px 0 0 5px;
    margin-bottom: 1px;
    transition: transform .4s;
}

.page_aside .item:hover {
    transform: translateX(-10px);
}

.page_aside .main {
    width: 70px;
    height: 66px;
    background: #005faf;
    border-radius: 5px 0 0 5px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
}

.page_aside .main .title {
    font-size: 14px;
    color: #fff;
}

.page_aside .item .wx_main {
    position: relative;
}

.page_aside .item .wx_main .zxcode {
    position: absolute;
    right: 88px;
    top: 50%;
    margin-top: -60px;
    background: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.17);
    padding: 10px;
    opacity: 0;
    transform: translateX(20px);
    z-index: -999;
    transition: all 0.5s;
}

.page_aside .item .wx_main .zxcode img {
    display: block;
    width: 100px;
    height: 100px;
}

.page_aside .item .wx_main .zxcode::after {
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #fff;
}

.page_aside .item .wx_main:hover .zxcode {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
}

.page_aside .item.gotop {
    width: 80px;
    background: #ddd;
}

.page_aside .item.gotop img {
    display: block;
    width: 70px;
    height: 66px;
}





/* 鏂伴椈涓績 */
.banner_box {
    width: 100%;
    height: 420px;
    box-sizing: border-box;
    padding-top: 160px;
    overflow: hidden;
    position: relative;
}

.xwzx .banner {
    background: url(../images/xwzx_bg.png) no-repeat center;
}

.xwzx .banner-xwzx {
    width: 100%;
    height: 100%;
    background-size: cover;
    animation: banner_ani 0.8s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -5;
    background: url(../images/banner-xwzx.png) no-repeat center;
}

.xwzx .banner-cybk {
    width: 100%;
    height: 100%;
    background-size: cover;
    animation: banner_ani 0.8s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -5;
    background: url(../images/banner-cybk.png) no-repeat center;
}

.xwzx .banner-wzdt {
    width: 100%;
    height: 100%;
    background-size: cover;
    animation: banner_ani 0.8s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -5;
    background: url(../images/banner-wzdt.png) no-repeat center;
}

.xwzx .banner-ddjs {
    width: 100%;
    height: 100%;
    background-size: cover;
    animation: banner_ani 0.8s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -5;
    background: url(../images/ddjs_bg_cl.png) no-repeat center;
}

.xwzx .banner-aqsc {
    width: 100%;
    height: 100%;
    background-size: cover;
    animation: banner_ani 0.8s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -5;
    background: url(../images/aqsc_bg_cl.png) no-repeat center;
}

.xwzx .banner_lxwm {
    width: 100%;
    height: 100%;
    background-size: cover;
    animation: banner_ani 0.8s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -5;
    background: url(../images/lxwm-banner.png) no-repeat center;
}

@keyframes banner_ani {
    0% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.title_img {
    display: block;
    width: 66px;
    height: 214px;
    margin: 0 auto;
    animation: slideInFromBottom 0.8s;
}

.title_img span {
    font-size: 38px;
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 27px;
}

@keyframes slideInFromBottom {
    from {
        transform: translateY(45px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.main_wrap {
    width: 100%;
    background: #f9f9f9;
}

.main_nav {
    max-width: 1400px;
    height: 120px;
    line-height: 120px;
    position: relative;
    top: -50px;
    margin: 0 auto;
    /* display: none; */
}

.main_nav ul {
    display: flex;
    height: 100%;
    justify-content: center;

}

.main_nav ul li {
    position: relative;
    text-align: center;
    transition: all 0.35s linear;
    width: 255px;
    background: #fff;
}

.main_nav ul li.active {
    height: 156px;
    background: #0954a4;
    margin-top: -19px;
    box-shadow: -4px 4px 12px 0 rgba(9, 84, 164, 0.55);
}

.main_nav ul li a {
    display: block;
    font-size: 20px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 20px;
}

.main_nav ul li.active a {
    line-height: 156px;
    color: #fff;
}

.main_nav ul li.active:hover a {
    color: #fff;
}

.main_nav ul li:hover a {
    color: #0954a4;
}

.main_nav ul li a:after {
    content: '';
    width: 1px;
    height: 19px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: #ddd;
    transform: rotate(35deg);
}

.main_nav ul li.active a:after {
    display: none;
}

.main_nav ul li:last-child a:after {
    display: none;
}

.title_bar {
    padding: 50px 0;
    line-height: 1;
}

.title_bar .en {
    display: inline-block;
    width: 737px;
    background: #0954a4;
    font-size: 16px;
    color: #fff;
    text-align: right;
    line-height: 12px;
    padding: 8px 10px;
    margin-right: 26px;
    vertical-align: middle;
}

.title_bar .cn {
    font-size: 28px;
    color: #444;
    vertical-align: middle;
}

.first_new {
    width: 1400px;
    height: 531px;
    padding-bottom: 25px;
    margin: 0 auto;
    overflow: hidden;
}

.first_new .first_new_img {
    display: block;
    width: 730px;
    height: 100%;
    overflow: hidden;
}

.first_new .first_new_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first_new .first_new_msg {
    width: 600px;
    height: 100%;
}

.first_new .first_new_msg .first_new_time {
    overflow: hidden;
}

.first_new .first_new_msg .first_new_time span {
    font-size: 52px;
    font-weight: lighter;
    color: #0954a4;
}

.first_new .first_new_msg .first_new_time .year {
    display: inline-block;
    margin-top: 16px;
    font-size: 16px;
    transform: rotate(90deg);
}

.first_new .first_new_msg .first_new_title {
    font-size: 26px;
    color: #333;
    margin-top: 45px;
    margin-bottom: 75px;
}

.first_new .first_new_msg .first_new_content {
    height: 84px;
    line-height: 28px;
    font-size: 16px;
    color: #333;
    margin-bottom: 88px;
}

.first_new .first_new_msg .first_new_more {
    font-size: 16px;
    color: #0954a4;
}

.baselist-wrap {
    padding-bottom: 50px;
}

.news_list {
    width: 1400px;
    margin: 0 auto;
    /* padding-top: 35px; */

}

.news_list ul {
    margin-bottom: 54px;
}

.news_list ul li {
    width: 100%;
    /* height: 221px; */
    box-sizing: border-box;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}

.news_list ul li:hover {
    border-bottom: none;
    padding-bottom: 31px;
}

.news_list ul li .news_img {
    display: block;

    height: 100%;

}

.news_list ul li .news_img img {
    display: block;
    width: 275px;
    height: 100%;
    object-fit: cover;
    margin-right: 40px;
}

.news_list ul li .new_content {
    width: 1260px;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
}

.news_list ul li .new_content .news_title {
    font-size: 18px;
    color: #333;
    padding-top: 30px;
}

.news_list ul li:hover .new_content .news_title {
    color: #0954a4;
}

.news_list ul li .new_content .news_del {
    line-height: 36px;
    font-size: 16px;
    color: #666;
    margin-top: 12px;
    /* padding-bottom: 30px; */
}

.news_list ul li .news_time {
    width: 140px;
    height: 100%;
    box-sizing: border-box;
    padding: 27px 0;
    text-align: center;
}

.news_list ul li .news_time .day {
    font-size: 36px;
    font-weight: bold;
    color: #0954a4;
}

.news_list ul li .news_time .year_month {
    font-size: 16px;
    color: #999;
    margin: 10px 0;
}

.news_list ul li .news_time .news_more {
    font-size: 14px;
    color: #999;
}

.news_list ul li .bottom_line {
    width: 0;
    height: 1px;
    background: #0954a4;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s;
}

.news_list ul li:hover .bottom_line {
    width: 100%;
}





/* 鍏氱殑寤鸿 */
.ddjs .banner {
    background: url(../images/ddjs_bg_cl.png) no-repeat center;
}

.ddjs .main_wrap {
    background: url(../images/ddjs_bg_top.png) no-repeat center top;
}

.ddjs .main_nav ul li.active {
    background: #e22d1c;
    box-shadow: -4px 4px 12px 0 rgba(226, 45, 28, 0.55);
}

.ddjs .main_nav ul li.active:hover a {
    color: #fff;
}

.ddjs .main_nav ul li:hover a {
    color: #e22d1c;
}

.ddjs .title_bar .en {
    background: #e22d1c;
}

.ddjs_main {
    width: 100%;
    margin: 0 auto;
}

.ddjs .ddjs_main {
    padding-bottom: 58px;
}

.news_list_wrap {
    width: 100%;
    background: url(../images/ddjs_bg_bot.png) no-repeat center bottom;
    padding-bottom: 50px;
}

.ddjs .news_list ul li:hover .new_content .news_title {
    color: #e22d1c;
}

.ddjs .news_list ul li .news_time .day {
    color: #e22d1c;
}

.ddjs .news_list ul li .bottom_line {
    background: #e22d1c;
}





/* 闆嗗洟棰嗗 */
/* .gywm .banner {
    background: url(../images/gywm_bg.png) no-repeat center;
} */

.gywm .main_wrap {
    padding-bottom: 50px;
}

.jtld_list {
    width: 1400px;
    margin: 0 auto;
}

.jtld_list ul li {
    width: 100%;
    height: 105px;
    background-image: linear-gradient(0deg, #fff 0%, #eaedf3 100%), linear-gradient(#fff, #fff);
    margin-bottom: 25px;
    box-sizing: border-box;
    padding-left: 205px;
    overflow: hidden;
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    transition-property: color;
    transition-duration: .5s;
}


.jtld_list ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    /*transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;*/
}

.jtld_list ul li:hover:before {
    background-image: linear-gradient(#0954a4, #0954a4), linear-gradient(#fff, #fff);
    /*transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);*/
}

.jtld_list ul li .ldname {
    width: 80px;
    height: 100%;
    line-height: 105px;
    font-size: 26px;
    color: #182c46;
    text-align: justify;
    padding-left: 160px;
}

.jtld_list ul li .ldname::after {
    content: '';
    width: 100%;
    display: inline-block;
}

.jtld_list ul li .ldname span {
    margin-right: 0 !important;
}

.jtld_list ul li:hover .ldname {
    color: #fff;
}

.jtld_list ul li .ldzhiwei {
    height: 100%;
    line-height: 105px;
    font-size: 18px;
    color: #333;
    padding-left: 30px;
}

.jtld_list ul li:hover .ldzhiwei {
    color: #fff;
}





/* 鍐呰鏈烘瀯 */
.nsjg_list {
    width: 1400px;
    margin: 0 auto;
}

.nsjg_list ul {
    overflow: hidden;
}

.nsjg_list ul li {
    width: 335px;
    height: 64px;
    background: #fff;
    line-height: 64px;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}

.nsjg_list ul li:nth-child(4n) {
    margin-right: 0;
}

.nsjg_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.nsjg_list ul li a:hover {
    background: #0954a4;
    color: #fff;
}





/* 闆嗗洟绠€浠� */
.jtjj_main {
    width: 1400px;
    margin: 0 auto;
}

.jtjj_box1 {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 50px 50px 58px;
    overflow: hidden;
}

.jtjj_box1 .jtjj_img1 {
    display: block;
    width: 100%;
    height: 425px;
}

.jtjj_box1 .jtjj_msg {
    margin-bottom: 0px;
}

.jtjj_box1 .jtjj_msg p {
    line-height: 32px;
    font-size: 16px;
    color: #333;
    margin-top: 30px;
}

.jtjj_box1 .jtjj_icon_list ul {
    display: flex;
}

.jtjj_box1 .jtjj_icon_list ul li {
    position: relative;
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
}

.jtjj_box1 .jtjj_icon_list ul li img {
    margin-bottom: 24px;
}

.jtjj_box1 .jtjj_icon_list ul li:hover img {
    transition: transform 0.7s;
    transform: rotateY(360deg);
}

.jtjj_box1 .jtjj_icon_list ul li p {
    font-size: 18px;
    color: #6d6c6c;
}

.jtjj_box1 .jtjj_icon_list ul li:hover p {
    color: #0954a4;
}

.jtjj_box1 .jtjj_icon_list ul li:after {
    content: '';
    width: 1px;
    height: 136px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -68px;
    background: #ddd;
    transform: rotate(35deg);
}

.jtjj_box1 .jtjj_icon_list ul li:last-child:after {
    display: none;
}

.jtjj_box2 {
    width: 100%;
    height: 356px;
    margin: 60px auto 0px;
    overflow: hidden;
    position: relative;
}

.jtjj_box2 .jtjj_des {
    width: 848px;
    margin-top: 50px;
    margin-right: 68px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.jtjj_box2 .digital {
    width: 1123px;
    height: 128px;
    background: #fff;
    box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 32px 0;
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: flex;
}

.jtjj_box2 .digital .num_box {
    flex-grow: 1;
    text-align: center;
}

.jtjj_box2 .digital .num_box .num .timer {
    font-size: 34px;
    font-weight: bold;
    color: #555;
}

.jtjj_box2 .digital .num_box .num .quantifier {
    font-size: 16px;
    color: #555;
}

.jtjj_box2 .digital .num_box .num_des {
    font-size: 16px;
    color: #333;
}





/* 缃戠珯闆嗙兢 */
.wzjq .banner {
    background: url(../images/wzjq_bg.png) no-repeat center;
}

.wzjq .main_nav {
    width: 233px;
    margin-left: -116.5px;
}

.zttj_box {
    padding-left: 70px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-position: left center;
}

.zttj_box .swiper {
    width: 100%;

}

.zttj_box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.zttj_box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

/*map*/
.mapbox {
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.map-module {

    margin-bottom: 30px;
    overflow: hidden;
}

.map-title h3 {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #0954a4;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    background-color: #f8f8f8;
}

.map-title h3 a {
    color: #0954a4;
}

.map-title h3:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 5px;
    height: 18px;
    margin-top: -8px;
    background-color: #0954a4;
    border-radius: 2px;
}

.maplist {
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px dashed #e5e5e5;
    /* display: none; */
}

.maplist li {
    float: left;
    width: 25%;
    position: relative;
    text-indent: 20px;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
}

.maplist li:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -2px;
    background: #0954a4;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.maplist li:nth-child(4n+1) {
    margin-left: 0;
}

.maplist li a {
    display: block;
    line-height: 35px;
    text-align: left;
    color: #222;
    font-size: 18px;
    transition: all .5s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.maplist li a:hover {
    color: #0954a4;
}

/*缃戠珯闆嗙兢*/
.site-box {
    width: 1400px;
    height: 460px;
    margin: 0 auto;
}

.site-menu {
    height: 260px;
    background: #f1f3f7;
    overflow: hidden;
}

.menu-box {
    width: 1400px;
    margin: 0 auto;

}

.menu-box ul {
    width: 900px;
    padding-top: 58px;
    height: 144px;
    overflow: hidden;
}

.menu-box ul li {
    float: left;
    width: calc(100%/7 - 18px);
    margin-right: 13px;
    height: 72px;
    line-height: 72px;

}

.menu-box ul li a {
    color: #333;
    font-size: 16px;
}

.menu-box ul li.active a {
    border-bottom: 1px solid #007ad8;
    color: #007ad8;
}

.menu-box ul li:nth-child(7n) {
    margin-right: 0;
}

.s-left {
    float: left;
    width: 620px;
    height: 460px;
}

.s-left .msg_tab {
    height: 60px;
    border-bottom: 1px solid #d7dded;
    overflow: hidden;
}

/*缇庡寲婊氬姩鏉� */

.s-left .msg_list::-webkit-scrollbar {

    width: 8px;

}

.s-left .msg_list::-webkit-scrollbar-track {

    background-color: #ecf5ff;

    -webkit-border-radius: 2em;

    -moz-border-radius: 2em;

    border-radius: 2em;

}

.s-left .msg_list::-webkit-scrollbar-thumb {

    background-color: #2764b7;

    -webkit-border-radius: 2em;

    -moz-border-radius: 2em;

    border-radius: 2em;

}


.s-left .msg_tab li {
    float: left;
    margin-right: 20px;
    width: calc(100%/3 - 60px);
}

.s-left .msg_tab li a {
    display: block;
    height: 60px;
    line-height: 55px;
    box-sizing: border-box;
    font-size: 20px;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.s-left .msg_tab .on a {
    color: #0954a4;
    border-bottom: 5px solid #195da8;
}

.s-left .msg_list {
    margin: 20px 0;
    overflow-y: auto;
    height: 360px;
}

.s-left .msg_list li {
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    width: calc(50% - 20px);
    float: left;
    margin-right: 40px;
}

.s-left .msg_list li:nth-child(2n) {
    margin-right: 0;
}


.s-left .msg_list li a {
    font-size: 16px;
    color: #333;

}

.s-left .msg_list li .img-icon {
    width: 8px;
    height: 8px;
    margin-right: 8px;
}

.s-left .msg_list li:hover a {
    color: #0954a4;
    padding-left: 20px;
    transition: all 0.3s;
}

.s-right {
    width: 717px;
    margin-left: 680px;
    height: 525px;
    overflow: hidden;
}

/*footer*/
.link-box {
    padding: 30px 0;
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.link-box ul {
    overflow: hidden;

}

.link-box ul li {
    float: left;

    width: calc(100%/3 - 32px);
    height: 48px;
    line-height: 48px;
    background: #0268bf;
    margin-left: 47px;
    box-sizing: border-box;
    border: 1px solid #0268bf;
}

.link-box ul li:first-child {
    margin-left: 0;
}

.link-box ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;

}

.link-box ul li:hover {
    background: #0373D3;
}

.foo-group {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.foo-left {
    float: left;
    line-height: 30px;
}

.foo-left img {
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
}

.foo-left a {
    color: #fff;
}

.foo-left a:hover {
    border-bottom: 1px solid #fff;
}

.foo-right {
    float: right;
}

.foo-right .wxcode {
    width: 85px;
    height: 85px;
    margin-top: 2px;
    float: left;
}

.foo-right .ipv6 {
    width: 110px;
    height: 55px;
    margin-left: 20px;
    margin-top: 18px;
    float: left;
}

.foo-menu a {
    color: #fff;
    margin: 0 10px;
}

.foo-menu a:hover {
    border-bottom: 1px solid #fff;

}

.foo-menu a:first-child {
    margin-left: 0;
}

.dk-tt {
    height: 80px;
    overflow: hidden;
}

.ttimg {
    float: left;
    margin-top: 8px;
}

.dk-tt a {
    display: block;
    width: 80%;
    height: 100%;
    color: #333;
    font-size: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 126px;
}

.xxbox {
    width: 1100px;
    margin: 30px auto 0;
}

.linkbox {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.linkwrap {

    width: 1400px;
    margin: 0 auto;
}

.slink {
    float: left;
    width: 260px;
    height: 50px;
    line-height: 50px;
    background: #0268bf;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-left: 25px;
}

.slink:first-child {
    margin-left: 0;
}

.slink {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;

}

.slink:hover {
    background: #0373D3;
    color: #fff;
}

.sublink {
    width: 1400px;
    margin: 0 auto;
}

.linkwrap .link-ul {
    width: 855px;
    margin-left: 545px;
    *zoom: 1;

}

.linkwrap .link-ul:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.linkwrap .link-ul li {
    float: left;
    width: 260px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    margin-left: 25px;
    transition: all .5s;
}



.linkwrap .link-ul li .name {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
    background: #0268bf;
    color: #fff;



}

.linkwrap .link-ul li .name img {
    margin-top: -3px;
    margin-left: 10px;
    vertical-align: middle;
    transition: all .5s;
}

.linkwrap .link-ul li .link-con {
    display: block;
    position: absolute;
    left: 0;
    bottom: 110px;
    width: 100%;
    height: 0;
    background: #0f6eb3;
    z-index: 11;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    overflow: hidden;
}

.linkwrap .link-ul li .link-con .link-ul {
    width: 100%;
    margin: 0 auto;
}

.linkwrap .link-ul li .link-con .link-ul dt {
    width: 25%;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: left;
    overflow: hidden;
}

.linkwrap .link-ul li .link-con .link-ul dt a {
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 16px;

    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.linkwrap .link-ul li .link-con .link-ul dt a:hover {

    text-decoration: underline;
}

.linkwrap .link-ul .active .name {}

.linkwrap .link-ul .active .name img {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.linkwrap .link-ul .active .link-con {
    display: block;
    padding: 25px 0;
    height: auto;
}

.lxwm-map {
    height: 350px;
    background: url(../images/lxwm-bg.png) no-repeat center bottom;
}

/*leader*/
.cs-ldzc {
    padding-top: 20px;
    padding-bottom: 40px;
    overflow: hidden;
}

.cs-ld-box2 {

    overflow: hidden;
}


.ld-item {

    overflow: hidden;
}

.ld-info {
    width: 370px;
    text-align: center;
    margin-top: 35px;
    background: url(../images/ld-bg3.png) no-repeat right top;
    overflow: hidden;
}

.ldimg {
    width: 204px;
    height: 277px;
}

.ld-info .ldname {
    font-size: 22px;
    color: #000;
    padding: 15px 0;
}

.ldzhiwei {
    font-size: 18px;
    color: #000;
    padding-bottom: 20px;
    height: 50px;
    line-height: 25px;
}

.ldxiexin {
    display: block;
    width: 275px;
    height: 66px;
    line-height: 66px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #2764b7;
    color: #2764b7;
    font-size: 18px;

}

.ldxiexin img {
    vertical-align: middle;
    margin-top: -3px;
}




.ld-right {
    width: 930px;
    overflow: hidden;
    margin-right: 28px;
}

.ld-wk {
    height: 60px;
    border-bottom: 1px solid #c0d7f5;
    overflow: hidden;
}

.ld-wk a {
    float: left;
    height: 57px;
    line-height: 60px;
    border-bottom: 3px solid #2764b7;
    color: #2764b7;
    font-size: 20px;
}

.ld-wk a img {
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
    margin-right: 10px;
}

.ld-info-jj {
    color: #000;
    font-size: 18px;
    margin: 20px 0 10px;
    height: 118px;
    overflow-y: auto;
    line-height: 34px;
}

.ld-info-jj2 {
    color: #000;
    font-size: 18px;
    margin: 20px 0 10px;
    line-height: 34px;
}

.gltitle {
    margin-top: 20px;
    font-size: 18px;
    color: #2764b7;
    line-height: 45px;
    border-bottom: 1px solid #bfd5e6;
}

.glold {
    overflow: hidden;
}

.glold li a {
    font-size: 16px;
    color: #000;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*site-newmap*/
.newmap {
    width: 1400px;
    height: 1000px;
    margin: 0 auto;
    background: url(../images/newmap-bg.png) no-repeat center top;
    overflow: hidden;
    position: relative;
}

.mitem {

    position: absolute;
    overflow: hidden;

}

.mitem li a {
    display: block;
    line-height: 22px;
    font-size: 16px;
    color: #fff;
}

.mitem li.kggs a {
    /*  color:#a9e1ca;*/
}

.mitem li a img {
    vertical-align: middle;
}

/*鍛煎拰娴╃壒甯傚寘澶村競鍛间鸡璐濆皵甯傚叴瀹夌洘閫氳窘甯傝丹宄板競閿℃灄閮嫆鐩熶箤鍏板療甯冨競閯傚皵澶氭柉甯傚反褰︽窎灏斿競涔屾捣甯傞樋鎷夊杽鐩�*/
.a1 {}

.a1 li a {
    float: left;
    min-width: 230px;
    padding-right: 10px;
}

.a2 {}

.a3 {
    top: 210px;
    right: 200px;
}

.a4 {
    top: 380px;
    right: 140px;
}

.a5 {
    /*top: 530px;
    right: 70px;*/
    top: 480px;
    right: 0px;
    width: 200px;
}

.a6 {
    top: 560px;
    left: 970px;
}

.a7 {
    top: 490px;
    left: 640px;
}

.a8 {
    top: 610px;
    left: 700px;

}

.a9 {
    top: 760px;
    left: 460px;
    width: 200px;
}

.a10 {
    top: 613px;
    left: 300px;
    width: 200px;
}

.a11 {
    top: 720px;
    left: 350px;
}

.a12 {
    top: 675px;
    left: 120px;
}

.mapbiao {
    position: absolute;
    top: 350px;
    left: 350px;
}

.mapbiao span {
    display: block;
    font-size: 20px;
}

.mapbiao span img {
    margin-right: 8px;
}

.mapbiao .zgs {
    color: ;
}

.mapbiao .ylqy {
    color: ;
}

/*new  jtld*/
.box_wrap {
    width: 1400px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 42px;
    overflow: hidden;
}

.ld-fl {
    float: left;
    width: 300px;
    margin-left: 60px;
    margin-top: 60px;
}

.ld-fr {
    float: right;
    width: 850px;
    margin-right: 60px;
    margin-top: 60px;
}

.list-ldname {
    width: 100%;
    /* min-height: 870px; */
    overflow: hidden;
}

.list-box li {
    height: 57px;
    line-height: 57px;
    text-align: center;
    margin-top: 15px;
    background-image: linear-gradient(0deg, #fff 0%, #eaedf3 100%), linear-gradient(#fff, #fff);
    transform: translateZ(0);
    backface-visibility: hidden;
    position: relative;
    transition-property: color;
    transition-duration: .5s;
}



.list-box li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(#0954a4, #76a1e5), linear-gradient(#fff, #fff);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}

.list-box li:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
}

.list-box li.current:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
}

.list-box li:first-child {
    margin-top: 0;
}

.list-box li a {
    display: block;
    width: 80px;
    font-size: 26px;
    color: #182c46;
    text-align: justify;
    padding-left: 110px;
    height: 57px;
    line-height: 57px;
}

.list-box li a::after {
    content: '';
    width: 100%;
    display: inline-block;
}

.list-box li:hover a {
    color: #fff;
}

.list-box li.current a {
    color: #fff;
}

.ld-img {
    display: block;
    width: 167px;
    height: 221px;
    margin: 0 auto;
}

.ld-name {
    font-size: 22px;
    color: #2764b7;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.ld-zw {
    font-size: 20px;
    color: #222;
    padding-bottom: 30px;
}

.ld-rn-box {
    border-top: 1px solid #e1e1e1;
}
.ld-rn-box h2{
    line-height: 80px;
    color: #2764b7;
    font-weight: bold;
    font-size: 20px;
}
.ld-rn-box strong{
    line-height: 80px;
    color: #2764b7;
    font-weight: bold;
    font-size: 20px;
}
.ld-tit {
    height: 80px;
    line-height: 80px;
    color: #2764b7;
    font-weight: bold;
    font-size: 20px;
}

.ld-rn-box p {
    font-size: 18px;
    color: #222;
    line-height: 36px;
}

.hl-headline {
    width: 1400px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.hl-headline .ttimg {
    width: 96px;
    height: 34px;
}

.hl-headline .title {
    display: block;
    line-height: 100px;
    text-align: center;
    font-size: 34px;
    color: #18254e;
    text-decoration: none;
    width: calc(100% - 96px);
}

.hl-headline .title:hover {
    color: #0954a4;
}

/*news*/

.hl-news {
    width: 1400px;
    height: 440px;
    margin: 0 auto;
    overflow: hidden;
}


/*left*/

.left {
    float: left;
    width: 620px;
}

.tabbar2 .tab {
    height: 70px;
}

.tabbar2 .tab li {
    list-style: none;
    float: left;
    text-align: left;
    line-height: 70px;
    height: 70px;
}

.tabbar2 .tab li a {
    display: block;
    text-decoration: none;
    font-size: 30px;
    font-family: "SimHei";
    color: #000;
    width: 160px;
    font-weight: bold;
}

.tabbar2 .tab .current a {
    color: #d22420;
}

.tabbar2 .tab .other a {
    color: #2a375f;
}

.tabbar2 .content {
    border-top: none;
}

.tabbar2 .content .current {
    display: block;
}

.tabbar2 .content .other {
    display: none;
}

.newlist ul .first {
    height: 148px;
    background: none;
    padding-left: 0px;
    padding-bottom: 15px;
}

.newlist ul .first .title a {
    color: #2a375f;
    font-size: 23px;
    text-align: left;
    line-height: 30px;
    overflow: hidden;
    display: block;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newlist ul .first .title a:hover {
    color: #d22420;
}

.newlist ul li {
    text-align: left;
    list-style: none;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.newlist ul li a:link {
    color: #2a375f;
    text-decoration: none;
}

.newlist ul li a:visited {
    color: #2a375f;
    text-decoration: none
}

.newlist ul .first:hover {
    background: none;
}

.newlist ul li a:hover {
    color: #d22420;
}

.newlist li .xa_time {
    color: #4e5876;
    float: right;
    background: url(../images/time.png) no-repeat 15px center;
    font-size: 15px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.newlist ul .first {
    border-bottom: 1px dashed #dadada;
    margin-bottom: 10px;
}

.newlist ul .first .title {
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}

.newlist ul .first .more {
    height: 48px;
    text-align: right;
}

.newlist ul .first .more .evenmore {
    padding: 8px;
    background: #2a375f;
    color: #fff;
}

.newlist ul .first .title .time {
    float: left;
    width: 130px;
    height: 100px;
    border-right: 1px solid #d0d9df;
    text-align: center;
    font-family: "SimHei";
    color: #2a375f;
}

.newlist ul .first .title .time .month {
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
}

.newlist ul .first .title .time .year {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}

.newlist ul .first .title .titless {
    float: right;
    width: 455px;
    height: 100px;
}

.newlist ul .first .title .titless .content span A {
    color: #0097f8;
    text-decoration: none;
    font-size: 14px;
}

.newlist ul .first .title .content {
    color: #4f5052;
    font-size: 15px;
    line-height: 30px;
    padding-top: 10px;
    text-indent: 2em;
}

.right {
    float: right;
    margin-top: 36px;
}

.tahc_slide {
    position: relative;
    width: 740px;
    height: 368px;
    float: left;
}

.tahc_slide img {
    width: 740px;
    height: 368px;
}

.tahc_slide .shadow .title {
    width: 368px;
    height: 30px;
    padding-top: 20px;
    color: #fff;
}

.tahc_slide .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.tahc_slide .neirong font a:link {
    color: #fff;
    font-size: 14px;
    font-family: "microsoft yahei";
}

.tahc_slide .shadow {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    height: 73px;
    line-height: 55px;
    display: block;
    text-align: center;
    background: url(../images/tmbgimg.png) no-repeat;
}

.tahc_slide .shadow a {
    display: block;
    width: 740px;
    height: 45px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: "microsoft yahei";
    overflow: hidden;
}

.tahc_slide .shadow a b {
    font-weight: normal;
}

.tahc_slide .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000;
}

.tahc_slide .fcon img {
    display: block;
}

.tahc_slide .fbg {
    bottom: 10px;
    left: 50%;
    position: absolute;
    height: 14px;
    text-align: center;
    z-index: 200;
    margin-left: -50px;
}

.tahc_slide .fbg div {
    margin: 0px;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.tahc_slide .D1fBt a {
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 2px;
    border-radius: 100%;
    text-decoration: none;
    text-align: center;
    float: left;
    background: #fff;
}

.tahc_slide .D1fBt .current {
    background: #3583c5;
}

.tahc_slide .D1fBt img {
    display: none
}

.tahc_slide .D1fBt i {
    display: none;
    font-style: normal;
}

.tahc_slide .prev {
    position: absolute;
    bottom: 15px;
    z-index: 10;
    margin-top: 10px;
    left: 25px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
}

.tahc_slide .next {
    position: absolute;
    bottom: 15px;
    z-index: 10;
    margin-top: 10px;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
}


.hl-product {
    height: auto;
    background-color: #f8f9fa;
    overflow: hidden;
}

.product {
    width: 1400px;
    height: 284px;
    margin: 0 auto;
}

.notice {
    float: left;
    width: 620px;
    height: 284px;
    overflow: hidden;
}

.products {
    float: right;
    width: 740px;
    overflow: ;
}

.outframe {
    display: block;
    text-decoration: none;
}

.outframe .more {
    float: right;
    width: 32px;
    height: 90px;
    background: url(../images/jia.png) no-repeat center;
}

.outframe .title {
    height: 90px;
    line-height: 90px;
    color: #2a375f;
    font-size: 24px;
    font-weight: normal;
}

.products {
    float: right;
    width: 740px;
    overflow: ;
    margin-bottom: 30px;
}

.pro-ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}

.pro-ul li {
    list-style: none;
    float: left;
    height: 68px;
    line-height: 68px;
    width: 356px;
}

.pro-ul li a {
    display: block;
    text-decoration: none;
    text-align: center;
    text-indent: 32px;
    font-size: 16px;
    color: #2a375f;
    background-color: #fff;
    font-family: "microsoft yahei";
    border: 1px solid #cfdde9;
}

/* .pro-ul li:nth-child(1) a {
    background: #fff url(../images/pro2.png) no-repeat 120px center;
}

.pro-ul li:nth-child(1):hover a {
    background: #2a375f url(../images/pro22.png) no-repeat 120px center;
}

.pro-ul li:nth-child(2) a {
    background: #fff url(../images/pro3.png) no-repeat 120px center;
}

.pro-ul li:nth-child(2):hover a {
    background: #2a375f url(../images/pro33.png) no-repeat 120px center;
}

.pro-ul li:nth-child(3) a {
    background: #fff url(../images/pro4.png) no-repeat 120px center;
}

.pro-ul li:nth-child(3):hover a {
    background: #2a375f url(../images/pro44.png) no-repeat 120px center;
}

.pro-ul li:nth-child(4) a {
    background: #fff url(../images/pro5.png) no-repeat 120px center;
}

.pro-ul li:nth-child(4):hover a {
    background: #2a375f url(../images/pro55.png) no-repeat 120px center;
}

.pro-ul li a:hover {
    color: #fff;
    background-color: #2a375f;
} */

#xascroll {
    width: 620px;
    height: 210px;
    overflow: hidden;
    position: relative;
}

.infolist ul li {
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: url(../images/fc-icon.png) no-repeat left center;
    padding-left: 15px;
    overflow: hidden;
}

.infolist ul li a:link {
    color: #2a375f;
    text-decoration: none;
}

.infolist ul li a:visited {
    color: #2a375f;
    text-decoration: none;
}

.infolist ul li a:hover {
    color: #d22420;
}

.infolist li span {
    float: right;
    color: #383838;
    font-size: 16px;
}



.hl-enterprise {
    width: 1400px;
    height: 324px;
    margin: 0 auto;
    overflow: hidden;
}

.into-enterprise {
    width: 620px;
    height: 324px;
    float: left;
    background: url(../images/zjqy.png) no-repeat center;
}

.enterprise-ul {
    width: 384px;
    height: 212px;
    margin-top: 34px;
    margin-left: 196px;
    padding: 26px 20px 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.enterprise-ul li {
    float: left;
    width: 183px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}


.enterprise-ul li a {
    display: block;
    text-decoration: none;
    color: #2a375f;
    font-size: 18px;
    background: url(../images/tmbj.png) no-repeat center;
}

.enterprise-ul li:last-child {
    /* width: 100%; */
}

.enterprise-ul li a:last-child {
    background: url(../images/tmbj.png) repeat-x center;
}

.enterprise-ul li a:hover {
    color: #d22420;
}

.party {
    float: right;
    width: 740px;
    height: 284px;
    overflow: hidden;
}

.tabmore .group {
    position: relative;
    height: 60px;
    overflow: hidden;
    margin-top: 20px;
}

.tabmore .group li {
    float: left;
    text-align: center;
    height: 60px;
    line-height: 60px;
    list-style: none;
    width: 170px;
}

.tabmore .group li a {
    display: block;
    color: #2a375f;
    font-size: 24px;
    text-decoration: none;
}

.tabmore .group .item1 {
    background: url(../images/party.png) no-repeat left center;
}

.tabmore .group .item2 {
    background: url(../images/production.png) no-repeat left center;
}

.tabmore .group .item3 {
    background: url(../images/learning-world.png) no-repeat left center;
}

.tabmore .group .item4 {
    background: url(../images/Rule-law.png) no-repeat left center;
}


.tabmore .group li.other1 .more {
    display: none;
}

.tabmore .group li.current1 .more {
    display: block;

}

.tabmore .group li.other2 .more {
    display: none;
}

.tabmore .group li.current2 .more {
    display: block;

}

.tabmore .group li.other3 .more {
    display: none;
}

.tabmore .group li.current3 .more {
    display: block;

}


.tabmore .group li.current1 a {
    color: #d22420;

}


.tabmore .group li.current2 a {
    color: #d22420;

}


.tabmore .group li.current3 a {
    color: #d22420;

}

.tabmore .group li.current4 a {
    color: #d22420;

}


.tabmore .group li.current2 {
    background: url(../images/production2.png) no-repeat left center;

}


.tabmore .group li.current3 {
    background: url(../images/learning-world2.png) no-repeat left center;


}

.tabmore .group li.current4 {
    background: url(../images/Rule-law2.png) no-repeat left center;


}

.tabmore .content .current {
    display: block;
    color: #d22420;
}

.tabmore .content .other {
    display: none;
}

.tabmore .more {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 45px;
    background: url(../images/jia.png) no-repeat center;
}

.tabmore .more a {
    color: #6f6f6f;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
}

.tabmore .group li .more a {
    color: #6f6f6f
}

.tablist ul li {
    text-align: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
    background: url(../images/fc-icon.png) no-repeat left center;
    padding-left: 15px;
}

.tablist ul li a:link {
    color: #2a375f;
    text-decoration: none;
}

.tablist ul li a:visited {
    color: #2a375f;
    text-decoration: none;
}

.tablist ul li a:hover {
    color: #d22420;
}

.tablist li span {
    float: right;
    color: #383838;
    font-size: 16px;
}



.hl-topic {
    width: 1400px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}

.banner .focus {
    position: relative;
    width: 1400px;
    height: 120px;
    float: left;
}

.banner .focus img {
    width: 1400px;
    height: 120px;
}

.banner .focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner .focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.banner .focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
}

.banner .focus .fcon img {
    display: block;
}

.banner .focus .prev,
.focus .next {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 70%;
    cursor: pointer;
}

.banner .focus .prev {
    right: 50px;
    background: url(../images/left-btn.png) no-repeat center;
}

.banner .focus .next {
    right: 10px;
    background: url(../images/right-btn.png) no-repeat center;
}

.hl-scrollimg {
    width: 1400px;
    height: 400px;
    margin: 0 auto;
}

.hl-scrollimg .imgtop {
    HEIGHT: 100px;
    WIDTH: 1400px;
    MARGIN: 0px auto;
    padding-top: 20px;
}

.hl-scrollimg .imggroup {
    position: relative;
    HEIGHT: 275px;
    WIDTH: 1400px;
    MARGIN: 0px auto;
}

.hl-scrollimg .imgs {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.hl-scrollimg .arrow1 {
    position: absolute;
    top: 100px;
    left: 0;
}

.hl-scrollimg .arrow1 img {
    width: 31px;
    height: 71px;
}

.hl-scrollimg .arrow2 {
    position: absolute;
    top: 100px;
    right: 0px;
}

.hl-scrollimg .arrow2 img {
    width: 31px;
    height: 71px;
}

.hl-scrollimg .imgs td {
    text-align: center
}

.hl-scrollimg .imgs td A img {
    height: 236px;
    width: 332px !important;
    padding: 12px;
    border: solid 0px #ccc;
}

.hl-scrollimg .imgs td a:link {
    color: #000000;
}

.hl-scrollimg .imgs td a:visited {
    color: #000000;
}

.hl-scrollimg .imgs td a:hover {
    color: #ff0000;
}

.hl-scrollimg .imgs td .titlelink {
    display: none;
    font-size: 12px;
    text-decoration: none;
}

.bannersize {
    width: 100%;
    height: 100%;
    background-size: cover;
    animation: banner_ani 0.8s;
    position: absolute;
    left: 0;
    top: 0;
    /* z-index: -5;  */
}



/*领导邮箱弹窗开始*/
.hz1{width: 100%;height: 100%;position: absolute;z-index: 1;background: rgba(0, 0, 0, .4);}
.hz1_in{width: 100%;height: 100%;position: relative;}
.hz1_in2{width: 760px;height: 420px;position: absolute;z-index: 2;background: #fff;overflow: hidden;border-radius: 3px;margin-top: -200px;top: 50%;left: 50%;margin-left: -390px;}
.hz1_in2s{width: 100%;height: 44px;background: #F7F7F7;border-bottom: 1px solid #EFEFEF;}
.hz1_in2s h2{text-align: center;line-height: 44px;font-size: 16px;color: #333;font-weight: normal;}
.hz1_in2s_img{position: absolute;z-index: 1;right: 20px;top: 15px;width: 15px;height: 15px;}
.hz1_in2x{width: 710px;height: 250px;margin: 0 auto;margin-top: 30px;margin-bottom: 30px;overflow-y: auto;}
.hz1_in2x p{line-height: 25px;font-size: 14px;color: #000;}
.hz1_in2x2{width: 60px;height: 34px;display: block;border-radius: 3px;margin: 0 auto;text-align: center;line-height: 34px;color: #fff;font-size: 14px;background: #0A94FA;}
/*领导邮箱弹窗结束*/

/*分页开始*/
.fy {width: 100%;height: 30px;margin: 0 auto;margin-top: 30px;margin-bottom: 30px;}
.fy {width: 100%;height: 30px;line-height: 30px;text-align: center;}
.fy a {font-size: 12px;color: #5c5c5c;padding: 8px 12px 8px 12px;background: none;border-radius: 0px;border: 1px solid #D5D5D5;margin-left: 5px;margin-right: 5px;transition: 0.4s;}
.fy a:link,.fy a:visited {text-decoration: none;color: #727272;}
.fy a:hover {text-decoration: none;color: #fff;background:#0954a4;margin-left: 5px;margin-right: 5px;}
#active{color: #fff;background:#0954a4;}
/*分页结束*/


.main_news_wrap {
    width: 100%;
    padding-bottom: 50px;
    background: url(../images/other_bg.png) no-repeat center bottom;
}

.main_news {
    width: 1400px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0px 50px 30px;
    overflow: hidden;
    min-height: 300px;
}

.news_img_list {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 33px;
  }
  
  .news_img_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .news_img_list ul li {
   width: 300px;
      margin-bottom: 33px;
      margin-left: 33px;
  
  }
  
  .news_img_list ul li:nth-child(4n+1) {
      margin-left:0;
  }
  .news_img_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    padding: 15px;
    position: relative;
   transition: all 0.5s;
      overflow: hidden;
      text-align:center;
  }
  
  
  
  .news_img_list ul li a .img_box {
    width: 100%;
    overflow: hidden;
  }
  
  .news_img_list ul li a .img_box img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
  }
  
  .news_img_list ul li a p {
    width: 100%;
    font-size: 18px;
    color: #333;
    margin-top: 22px;
  }
  
  .news_img_list ul li a span {
    position: absolute;
    left: 37px;
    bottom: 37px;
    font-size: 18px;
    color: #666;
  }
  
  .news_img_list ul li a:hover .img_box img {
    transform: scale(1.1);
  }
  
  .news_img_list ul li a:hover p {
    /* color: #fff; */
  }
  
  .news_img_list ul li a:hover span {
    color: #fff;
  }



.wz {
    width: 100%;
    height: 26px;
    padding-top: 32px;
    margin-bottom: 32px;
    font-size: 18px;
}

.wz img {
    margin-right: 12px;
    vertical-align: middle;
}

.wz a {
    color: #333;
}

.wz span:last-child a {
    color: #0954a4;
}

.ddjs .wz span:last-child a {
    color: #cd0000;
}


.collist {
    overflow: hidden;
}
.info #title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.info #otherinfo {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 0 24px;
    margin-top: 36px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.detailr1 span {
    margin-right: 20px;
}

.detailr1 #readcount {
    margin-right: 0;
}


.info #content {line-height: 36px;font-size: 18px;}

.info #content p{text-indent: 2em;text-align: left;margin-top: 15px;margin-bottom: 15px;line-height: 2em;font-size: 18px;}
.info #content p a{text-indent: 2em;text-align: left;margin-top: 15px;margin-bottom: 15px;line-height: 2em;font-size: 18px;}
.info #content p span{text-indent: 2em;text-align: left;margin-top: 15px;margin-bottom: 15px;line-height: 2em;font-size: 18px;}
.info #content table {font-size:16px;color:#2c2c2c !important;border-width: 1px;border-color: #e2e2e2 !important;border-collapse: collapse;margin: 0px auto;}
.info #content table th {font-size:16px;background-color:#f8f8f8 !important;border-width: 1px;padding: 5px 10px !important;border-style: solid;border-color: #e2e2e2 !important;text-align:left;color: #2c2c2c !important;}
.info #content table tr {background-color:#ffffff !important;height: auto !important;}
.info #content table td {font-size:14px;border-width: 1px;padding: 5px 10px !important;border-style: solid;border-color: #e2e2e2 !important;color: #6e6e6e !important;}
.info #content table td span{margin-right: 20px;}
.info #content table td p{text-indent: 0em !important;margin-top: 0 !important;line-height: 20px !important;}
.info #content table th p{text-indent: 0em !important;margin-top: 0 !important;line-height: 20px !important;}

.next-share-main {
    margin-top: 28px;
    overflow: hidden;
}

.next-share-main .next-pre-page {
    width: 832px;
    overflow: hidden;
}
.next-pre-page li {
    width: 100%;
    height: 52px;
    line-height: 52px;
    list-style: none;
    overflow: hidden;
}

.next-pre-page li a {
    font-size: 18px;
    color: #333;
}

.next-pre-page li span {
    color: #0954a4;
}

#otherinfo .setSize a {
    color: #666;
    margin: 0 5px;
}

#otherinfo .setSize .on {
    color: #1a74d3;
}
.fontSize18 * {
    font-size: 20px !important;
}

.fontSize16 * {
    font-size: 18px !important;
}

.fontSize14 * {
    font-size: 16px !important;
}


.lmname {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #007ad8;
    margin-right: 15px;}




.ef4x{width: 1400px;height: auto;margin: 0 auto;overflow: hidden;position: relative;}
.ef4x_in{width: 1400px;height: auto;overflow: hidden;}
.ef4x_ing{height: 236px !important;
    width: 332px !important;
    padding: 12px;
    border: solid 0px #ccc;}
.ef4x_ing img{width: 100% !important;height: 100% !important;}




/*.hl-scrollimg .imgs td {
    text-align: center
}

.hl-scrollimg .imgs td A img {
    height: 236px;
    width: 332px !important;
    padding: 12px;
    border: solid 0px #ccc;
}

.hl-scrollimg .imgs td a:link {
    color: #000000;
}

.hl-scrollimg .imgs td a:visited {
    color: #000000;
}

.hl-scrollimg .imgs td a:hover {
    color: #ff0000;
}

.hl-scrollimg .imgs td .titlelink {
    display: none;
    font-size: 12px;
    text-decoration: none;
}
*/



.xinde{width: 1200px;min-height: 100px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;margin-bottom: 50px;
    display: flex;
    white-space: nowrap;      /* 强制不换行 */
    justify-content: space-between;
    gap: 32px !important;/* 列间距 */
    background: #fff;padding-top: 30px;}
.xindez{width:575px;height: 462px;background: #F2F6FA;}
.xindezs{width:calc(100% - 2 * 30px);height: auto;margin: 0 auto;margin-top: 25px;border-bottom: 1px solid #D9D9D9;
    display: flex;
    white-space: nowrap;      /* 强制不换行 */
    justify-content: space-between;
}

.xindezs_h2{font-size: 24px;margin-bottom: 13px;}
.xindezs_h2 a{color: #2A375F;font-weight: normal;}
.xindezs_span{font-size: 16px;margin-top: 3px;}
.xindezs_span a{color: #9F9F9F;}

.xindezx{width:calc(100% - 2 * 30px);height: 340px;margin: 0 auto;margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px !important;/* 列间距 */
}
.xindezx_g{width: 100%;height: auto;
    display: flex;
    white-space: nowrap;      /* 强制不换行 */
    justify-content: space-between;
}
.xindezx_img{width: 8px;height:17px; margin-top: 4px;margin-right: 5px;}
.xindezx_g_h2{width: 80%;height: auto;overflow: hidden;font-size: 16px;color: #000000;
    /*文字超出省略开始*/
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;font-weight: normal;

    /*文字超出省略结束*/
}
.xindezx_g_span{font-size: 16px;color: #9F9F9F;}
.xindezx_g:hover .xindezx_g_h2{color: #0E4A97;}
.xindezx_g:hover .xindezx_g_span{color: #0E4A97;}



.xinde_div{width: 1200px;min-height: 100px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;margin-top: 30px;}
.xinde_list a{width:calc(100% - 2*30px);min-height: 10px;height: auto;_height: auto;overflow: hidden;zoom: 1;margin-bottom: 30px;background: #F2F6FA;padding: 15px 30px;display: block;}
.xinde_list a img{width: 8px;height:17px; margin-top: 2px;margin-right: 10px;float: left;}
.xinde_list a h3{width: calc(100% - 120px);height: auto;overflow: hidden;font-size: 16px;color: #000000;float: left;font-weight: normal;}
.xinde_list a span{font-size: 16px;color: #9F9F9F;float: right;}










    