/* CSS Document */
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
div,
table,
td,
img,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, Georgia, Serif, "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
    font-size: 15px;
    background-color: #FFFFFF;
}

img {
    border: none;
}

ul,
ol {
    list-style: none;
}

input,
select,
textarea {
    outline: none;
}

textarea {
    resize: one;
}

a {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
}

/**remove a underline************/
a:focus {
    outline-style: none;
    -moz-outline-style: none;
}

/*header start*/
.header {
    /* position: relative; */
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    border: 0;
    background-color: #fff;
    z-index: 99999999;
    padding: 20px 0;
    /* -webkit-box-shadow:0 0 3px 1px rgb(0 0 0 / 10%);box-shadow:0 0 3px 1px rgb(0 0 0 / 10%);*/
    /*-webkit-box-shadow:0 0 15px 5px rgb(0 0 0 / 5%);box-shadow:0 0 15px 5px rgb(0 0 0 / 5%);*/
}

.header-logo-container {
    padding-bottom: 20px;
}

.header-logo,
.header-search {
    height: 85px !important;
}

.header-logo {
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
}

.header-logo img {
    width: 100%;
    height: auto;
}

.header-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%
}

.header-search input {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    outline: 0 none;
}

.header-search .header-search-btn {
    width: 44px;
    height: 40px;
    border: 0 none;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center center;
    background-size: 25px 25px;
    background-color: #1B55A6;
}

/*header end*/

/*menu start*/
.menu-nav-container {
    /*background-color: #1f2958*/
    background-color: #1B55A6
}

.menu-nav {
    display: flex;
    justify-content: flex-end;
    font-size: 14px
}

.menu-nav-item {
    margin-left: 24px;
    position: relative;
    flex: 1
}

.menu-nav-item:first-child {
    margin-left: 0
}

.menu-nav-link {
    display: block;
    text-align: center;
    font-size: 19px;
    padding: 0;
    color: #ffffff !important
}

.menu-nav-link:hover a {
    color: #ffffff !important
}

.menu-nav-item .subMenu {
    display: none;
    position: absolute;
    width: 120px;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.86);
    z-index: 9999;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    left: 50%;
    top: 48px;
    transform: translate(-50%, 0)
}

.menu-nav-item .subMenu>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.menu-nav-item .subMenu>ul>li {
    list-style: none;
    width: 100%;
    line-height: 32px;
    font-size: 17px;
    text-align: center;
    cursor: pointer
}

.menu-nav-item ul li .subMenu>ul>li>a {
    display: block;
    color: #0a1744;
    padding: 2px 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 17px;
    text-align: left
}

.menu-nav-item ul li:hover .subMenu>ul>li>a,
.menu-nav-item ul li.current .subMenu>ul>li>a {
    display: block;
    text-align: left;
    line-height: 35px;
    color: #ffffff;
    background-color: rgb(255, 255, 255, 0);
    font-size: 16px
}

.menu-nav-item ul li:hover .subMenu>ul>li>a:hover:after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #292d7b;
    text-align: left;
    line-height: 35px
}

.menu-nav-item:hover .subMenu {
    display: block
}

.menu-nav-item .subMenu>ul>li:hover {
    color: #293890
}

.menu-nav-item .subMenu>ul>li>a {
    display: block;
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer
}

.menu-nav,
.menu-nav-item,
.menu-nav-link {
    height: 48px !important;
    line-height: 48px !important;
}

/*menu end*/

/*banner start*/

/*banner-nav start*/
.banner-nav .swiper-pagination-bullet-active {
    background-color: #fff;
}

.banner-nav .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 2px;
}

.swiper-button-prev,
.swiper-button-next:after {
    color: #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    color: #fff;
}

.banner-nav .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.banner-nav .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 2px;
}

.swiper-button-prev,
.swiper-button-next:after {
    color: #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    color: #fff;
}

.banner-nav .swiper-button-prev {
    left: -40px;
    transition: left 0.3s;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../images/banner-next.png) left top no-repeat;
}

.banner-nav .swiper-button-next,
.banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    outline: none;
}

.banner-nav .swiper-button-prev,
.banner-nav .swiper-container-rtl .swiper-button-next {
    background: url("../images/banner-next.png") left top no-repeat;
    left: -40px;
    transition: left 0.3s;
}

.banner-nav .swiper-button-next,
.banner-nav.swiper-container-rtl .swiper-button-prev {
    background: url("../images/banner-prev.png") left top no-repeat;
    right: -40px;
    transition: right 0.3s;
}

.banner-nav:hover .swiper-button-prev,
.banner-nav:hover .swiper-container-rtl .swiper-button-next {
    left: 90px;
    transition: left 0.3s;
}

.banner-nav:hover .swiper-button-next,
.banner-nav:hover .swiper-container-rtl .swiper-button-prev {
    right: 90px;
    transition: right 0.3s;
}

/*banner-nav end*/

.news_banner_nav_outer {
    margin-top: 25px;
}

.news_banner_nav {
    cursor: pointer;
    overflow: hidden;
}

.news_banner_nav img {
    border: 0 none;
    width: 100%;
    height: 360px !important;
    width: 100%
}

.news_banner_detail_info p {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    background-color: #ECECEC;
    padding: 0 15px;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_banner_detail_info p:hover {
    color: #333;
}

.news_banner_nav a:hover {
    color: #333;
}

.news_ul_menu {
    width: 100%;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
}

.news_ul_menu li {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.news_ul_menu li.active {
    border-bottom: 2px solid #da0000;
}

.news_ul_menu li a {
    font-size: 20px;
}

.news_list_content {
    margin-top: 15px;
    display: none;
}

.news_list_content li {
    height: 42px;
    line-height: 42px;
}

.news_list_content li a {
    text-decoration: none;
    display: block;
    font-size: 19px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, Georgia, Serif, "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
}

.news_list_content li span {
    color: #999;
    font-size: 19px;
    display: block;
    text-align: right;
}

.news_list_content.current {
    display: block;
}

.news_list_content li span.title_span {
    text-align: left;
}


.notice_nav {
    margin-top: 20px;
}

.notice_ul_menu {
    width: 100%;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.notice_ul_menu li {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    width: 100px;
    text-align: center;
}

.notice_ul_menu li.active {
    border-bottom: 2px solid #da0000;
}

.notice_ul_menu li a {
    font-size: 20px;
}

.notice_list_content {
    margin-top: 15px;
}

.notice_list_content li {
    height: 42px;
    line-height: 42px;
}

.notice_list_content li a {
    text-decoration: none;
    display: block;
    font-size: 19px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice_list_content li span {
    color: #999;
    font-size: 18px;
    display: block;
    text-align: right;
}

.notice_list_content li span.title_span {
    text-align: left;
}

.notice_list_content li span.wenhao_span span {
    color: #2E77CF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zhuanti_ul_menu {
    width: 100%;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.zhuanti_ul_menu li {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    width: 100px;
    text-align: center;
}

.zhuanti_ul_menu li.active {
    border-bottom: 2px solid #da0000;
}

.zhuanti_list_content {
    margin-top: 15px;
}

.zhuanti_list_content li {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.zhuanti_list_content li img {
    border: 0 none;
    width: 100%;
    /*height: 120px;*/
    height: 85px;
}

.project_top {
    margin: 25px 0 20px 0;
    /* background-color: #2E77CF;*/
    background-color: #1B55A6;
    color: #fff;
    font-size: 40px;
    text-align: center;
    box-shadow: 0px 0px 10px #e9e9e9;
    height: 100px;
    line-height: 100px;
    letter-spacing: 2px;
    font-weight: bold;
    letter-spacing: 25px;
}

.project_ul_menu {
    width: 100%;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.project_ul_menu li {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    width: 100px;
    text-align: center;
}

.project_ul_menu li.active {
    border-bottom: 2px solid #da0000;
}

.project_list_content li {
    margin: 20px 0;
}

.project_list_content li img {
    border: 0 none;
    width: 100%;
    height: auto;
}

.project_list_content li .pro_info {
    height: 70px;
    margin-top: 5px;
}

.project_list_content li .pro_info span.info01 {
    height: 35px;
    line-height: 35px;
    font-size: 19px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project_list_content li .pro_info span.info02 {
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}



.links-nav {
    margin: 0 35px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden
}

#div1 {
    position: relative;
    height: 82px;
    overflow: hidden;
    margin: 25px 25px;
    line-height: 135px;
}

#div1 ul {
    list-style: none;
    position: absolute
}

#div1 ul li {
    list-style: none;
    float: left;
    width: 200px
}

#div1 ul li img {
    border: 1px solid #eee;
    cursor: pointer;
    width: 100%
}

.link_menu {
    width: 100%;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
}

.link_menu .menu_item {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    width: 100px;
    text-align: center;
}

.link_menu .menu_item.active {
    border-bottom: 2px solid #da0000;
}

#runLeft {
    position: absolute;
    left: 20px;
    bottom: 70px;
    z-index: 999;
    width: 9px;
    height: 18px;
    background: url(../images/linksLeft.png) no-repeat center center;
    background-size: 100% 100%
}

#runRight {
    position: absolute;
    right: 20px;
    bottom: 70px;
    z-index: 999;
    width: 9px;
    height: 18px;
    background: url(../images/linksRight.png) no-repeat center center;
    background-size: 100% 100%
}

.bottom_nav {
    margin-left: 0;
    margin-right: 0;
}

.bottom_nav01 {
    background-color: #1B55A6;
    height: 200px;
    display: flex;
    border-bottom: 1px solid #fff;
}

.bottom_nav01 .b_logo {
    margin: 60px 0;
}

.bottom_nav01 .b_menu {
    margin: 35px 0;
}

.bottom_nav01 .b_menu ul li {
    height: 43px;
    line-height: 43px;
    display: flex;
    align-items: center;
    padding-left: 60px;
}

.bottom_nav01 .b_menu li span {
    display: block;
    line-height: 43px;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
}

.bottom_nav01 .b_menu li span a {
    color: #fff;
    font-size: 16px;
}

.bottom_nav02 {
    background-color: #1B55A6;
    /*height: 49px;*/
    text-align: center;
    color: #fff;
    line-height: 35px;
}

.bottom_nav01 .b_menu02 {
    margin: 35px 0;
}

.bottom_nav01 .b_menu02 ul li {
    height: 43px;
    line-height: 43px;
    display: flex;
    align-items: center;
    padding-left: 50px;
    font-size: 16px;
    color: #fff;
}

.bottom_nav01 .b_code_nav {
    text-align: center;
}

.bottom_nav01 .b_code {
    width: 108px;
    height: 127px;
    border: 0 none;
    margin: 35px 0;
    text-align: center;
}



/*news_banner start*/
.news_banner_nav .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}

/* .news_banner .swiper-pagination-bullet{width:30px;height:4px;border-radius:2px;}
*/
.swiper-button-prev,
.swiper-button-next::after {
    color: #fff;
}

.swiper-button-prev:after,
.swiper-button-next::after {
    color: #fff;
}

.news_banner_nav .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}

/* .news_banner .swiper-pagination-bullet{width:30px;height:4px;border-radius:2px;}
*/
.swiper-button-prev,
.swiper-button-next::after {
    color: #fff;
}

.swiper-button-prev:after,
.swiper-button-next::after {
    color: #fff;
}

.news_banner_nav .swiper-button-prev {
    left: -40px;
    transition: left 0.3s;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    /*background:url(../images/banner-next.png) left top no-repeat;*/
}

.news_banner_nav .swiper-button-next,
.news_banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    outline: none;
}

.news_banner_nav .swiper-button-prev,
.news_banner .swiper-container-rtl .swiper-button-next {
    background: url("../images/banner-next.png") left top no-repeat;
    left: -40px;
    transition: left 0.3s;
}

.news_banner_nav .swiper-button-next,
.news_banner.swiper-container-rtl .swiper-button-prev {
    background: url("../images/banner-prev.png") left top no-repeat;
    right: -40px;
    transition: right 0.3s;
}

.news_banner_nav:hover .swiper-button-prev,
.news_banner:hover .swiper-container-rtl .swiper-button-next {
    left: 10px;
    transition: left 0.3s;
}

.news_banner_nav:hover .swiper-button-next,
.news_banner:hover .swiper-container-rtl .swiper-button-prev {
    right: 0;
    transition: right 0.3s;
}

.news_banner_nav .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 75px;
}

.news_banner_nav .swiper-pagination-bullet-active {
    background-color: #da0000 !important;
}


.banner_nav .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 2;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .3;
}


/*banner-news end*/


/*theme_banner start*/
.theme_banner {
    margin: 15px 0;
}

.theme_banner .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}

.theme_banner .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}

.theme_banner .swiper-button-prev,
.news_banner .swiper-container-rtl .swiper-button-next {
    background: none;
}

.theme_banner .swiper-button-next,
.news_banner.swiper-container-rtl .swiper-button-prev {
    background: none;
}

/*theme_banner end*/

.banner-nav {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: aliceblue;
}

.top_banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    border: 0 none;
}

/* @media(min-width:350px){.header-container{width:100%;}
.banner-nav{margin-top:90px;}
.mainContent-nav{padding:10px;}
}
@media((min-width:576px) and (max-width:768px)){.banner-nav{margin-top:110px;}
.header-container{padding:10px 30px;}
}
@media((min-width:769px) and (min-width:1260px)){.banner-nav{margin-top:110px;}
.header-container{padding:10px 30px;}
.mainContent-nav{padding:30px;}
} */
/*banner end*/


/*news_list start*/

.s_news_list_banner {
    position: relative;
    width: 100%;
    height: 300px;
}

.s_news_list_banner img {
    width: 100%;
    height: 100%;
    border: 0 none;
}

.s_news_list_banner h3 {
    position: absolute;
    font-size: 42px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.s_news_list_content {
    margin-top: 25px;
    min-height: 500px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 25px 80px;
    padding-bottom: 80px;
}

.s_news_list_content .location-second {
    height: 50px;
    line-height: 50px;
    color: #888;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding-left: 30px;
    background: url(../images/icon_index.png) no-repeat left center;
    background-size: 20px 20px;
}

.s_news_list_content .location-second a {
    font-size: 16px;
    color: #888;
}

.s_news_list_content .menu-second {
    margin-top: 20px;
    box-sizing: border-box;
}

.s_news_list_content .menu-second .menu-second-top {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2E77CF;
    color: #fff;
}

.s_news_list_content .menu-second .menu-second-top img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.s_news_list_content .menu-second .menu-second-top span {
    font-size: 20px;
}

.s_news_list_content .menu-second ul li {
    list-style: none;
    /* display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3px 10px; */
    background-color: #F2F2F2;
    border-bottom: 1px solid #E4E4E4;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 19px;
    cursor: pointer;
}

.s_news_list_content .menu-second ul li a {
    font-size: 19px;
}

.s_news_list_content .menu-second ul li.active {
    color: #2E77CF;
    font-weight: bold;
}

.s_news_list_content .menu-second ul li.active a {
    color: #2E77CF;
    font-weight: bold;
}

.s_news_list_content .list-second-nav {
    padding: 20px 0;
    display: none;
}

.list-second-nav.active-list {
    display: block;
}

.list-second-nav ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    line-height: 45px;
    color: #333;
    font-size: 19px;
    overflow: hidden;
    background: url("../images/dot.png") left center no-repeat;
}

.list-second-nav ul li .title {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    height: 45px;
}

.list-second-nav ul li .wenhao {
    color: #3388ff;
    font-size: 17px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-second-nav ul li .subDate {
    color: #999;
    display: block;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line {
    display: block;
    height: 1px;
    margin: 15px 0;
    border-top: 1px dotted #a5a5a5;
}

.third_content_nav {
    margin: 40px 0;
    padding: 0 30px;
}

.third_content_nav .third_content_title_nav {
    padding: 20px 0;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #eee;
    background-color: #ECECEC; */
}

.third_content_nav .third_content_title_nav h2 {
    font-weight: 500;
    font-size: 27px;
    padding: 0 40px;
    color: #333;
    line-height: 40px;
    text-align: center;
}

.third_content_nav .third_content_title_nav .detail_info {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    color: #8a8a8a;
    height: 25px;
    line-height: 25px;
}

.third_content_nav .thirdContent {
    width: 100%;
    min-height: 200px;
}

.third_content_nav .thirdContent p {
    /*text-indent: 2em;*/
    font-size: 18px;
    text-align: justify;
    line-height: 40px !important;
    margin: 20px 0;
}

.third_content_nav .thirdContent p img {
    border: 0 none;
    width: auto;
    max-width: 100% !important;
    vertical-align: middle;
    /*height: auto;*/
}

.main_buss {
    margin: 30px;
}

.main_buss_inner {
    position: relative;
    padding: 40px 40px 60px 90px;
    background: url('../images/icon_buss.png') no-repeat 25px 40px;
    background-size: 40px 40px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.main_buss_inner .contact_us {
    position: absolute;
    right: 45px;
    bottom: 30px;
    text-decoration: none;
    display: block;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #2E77CF;
    color: #2E77CF;
}

.main_buss_inner .contact_us:hover {
    font-weight: bold;
}

.main_buss_inner h4 {
    font-size: 18px;
    height: 84px;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
}

.main_buss_inner .main_buss_inner_nav {
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    text-align: justify;
}

.main_bus .main_buss_inner .main_buss_inner_nav p {
    font-size: 17px;
    line-height: 30px !important;
    margin: 20px 0;
    text-indent: 0 !important;
}

/*news_list end*/

@media(max-width:576px) {

    .news_banner_nav .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 20px;
    }

    .third_content_nav .thirdContent p {
        text-indent: 0;
        font-size: 16px;
    }

    .third_content_nav .thirdContent p img {
        max-width: 100% !important;
    }

    .news_list_content li a {
        font-size: 15px;
    }

    .news_ul_menu li a {
        font-size: 18px;
    }

    .notice_list_content li a {
        font-size: 15px;
    }

    .notice_ul_menu li a {
        font-size: 18px;
    }

    .project_top {
        letter-spacing: 0;
        font-size: 20px;
    }

}

@media(max-width:992px) {
    .header {
        padding: 0;
    }

    .header-logo-container {
        padding-bottom: 0;
    }

    .project_top {
        font-size: 23px;
        letter-spacing: 4px;
    }

    .news_banner_nav img {
        height: auto !important;
    }

    .zhuanti_list_content li img {
        height: auto;
    }

    .s_news_list_content {
        padding: 25px;
    }

    .third_content_nav {
        padding: 0;
    }

    .third_content_nav .thirdContent .main_buss_inner h4 {
        height: auto;
    }

    .third_content_nav .thirdContent .main_buss_inner .main_buss_inner_nav {
        height: auto;
    }
}

.banquan {
    color: #fff;
    font-size: 15px;
}

.banquan:hover {
    color: #fff;
}