﻿/* 当前页导航样式 */
.bg-nav .nav_ul .nav_li:nth-of-type(1) a {
    font-weight: bold;
}
.content-one {
    background: url(xwd.png) no-repeat center;
    height: 428px;
    background-size: cover;
    width: 100%;
    padding: 50px 0 20px;
}
.content-one-line {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}
.content-one-left {
    width: 570px;
    margin-right: 35px;
}
.content-one-left .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #ffffff;
    display: block;
    padding-top: 38px;
}
.content-one-left .nr {
    font-size: 16px;
    line-height: 30px;
    color: #75b2f3;
    margin-bottom: 60px;
}
.content-one-left .more {
    font-size: 18px;
    line-height: 30px;
    color: #daecfb;
    display: block;
    position: relative;
    background: url(line.png) no-repeat center;
}
.swiper-container-one {
    width: 600px;
    height: 353px;
}
.swiper-container-one .swiper-slide img {
    width: 600px;
    height: 320px;
    object-fit: cover;
    border: solid 5px #daecfb;
}
.swiper-container-one .swiper-pagination-bullet {
    background-color: #ffffff;
}
.content-two {
    width: 100%;
    height: 50px;
    background-color: #115db2;
}
.content-two .content-two_ul {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    padding-top: 10px;
}
.content-two .content-two_ul li {
    height: 30px;
    line-height: 30px;
    width: 33%;
    text-align: center;
    border-right: 1px solid #daecfb;
}
.content-two .content-two_ul li:last-of-type {
    border: 0;
}
.content-two .content-two_ul li a {
    font-size: 16px;
    letter-spacing: 0px;
    color: #daecfb;
}
.content-three-bg {
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 50px;
}
.content-three-bg .content_ul li {
    line-height: 50px;
    height: 50px;
    margin-bottom: 0;
    border-bottom: dashed 1px #999999;
}
.content-three-bg .content_ul li::before {
    top: 25px;
}
.content-three {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
}
.top_content {
    width: 580px;
    box-sizing: border-box;
    margin-right: 40px;
    display: inline-block;
}
.top_content:nth-of-type(2n) {
    margin-right: 0;
}
.top_content .blue_title {
    /* border-bottom: 1px solid #dcdcdc; */
    height: 40px;
    line-height: 40px;
    margin: 30px auto;
}
.top_content .tab {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 29px;
}
.top_content .active {
    padding-bottom: 2px;
    color: #115db2;
    border-bottom: 3px solid #115db2;
}

.top_content .all_more .more {
    font-size: 16px;
    color: #999999;
    display: none;
    float: right;
}
.top_content .all_more .cur {
    display: inline-block;
}
.content-three .content_ul {
    display: none;
}
.content-three .cur {
    display: block;
}
.content_ul li {
    position: relative;
    margin-bottom: 18px;
}
.content_ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #404040;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.content_ul li:last-of-type {
    margin-bottom: 0;
}
.content_ul li .title {
    font-size: 16px;
    color: #333333;
    width: 455px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-left: 13px;
}
.content_ul li:hover .title {
    color: #115db2;
}
.content_ul li .time {
    color: #999999;
    font-size: 16px;
    float: right;
}
.content_ul li:hover .time {
    color: #115db2;
}
.content-four {
    width: 100%;
    /* background-color: #f5f5f5; */
    padding: 47px 0 50px;
}
.content-four .content-four_title {
    margin-bottom: 24px;
}
.content-four_title {
    background: url(ywtb.png) no-repeat center;
    background-size: cover;
    height: 32px;
}
.content-four_titlea {
    background: url(zwgk.png) no-repeat center;
    background-size: cover;
    height: 32px;
}
.content-four-box {
    width: 375px;
    /* height: 300px; */
    margin-right: 37px;
    display: inline-block;
    margin-bottom: 30px;
}
.content-four-box .icon {
    width: 375px;
    height: 80px;
    background: url(grbs.png) no-repeat center;
    background-size: cover;
    position: relative;
}
/* 下箭头 */
.content-four-box .icon::before{
    content:'';
    border-width:8px 8px 8px 8px;
    border-style:solid;
    border-color:#115db2 transparent transparent transparent;
    /* 定位 */
    position:absolute;
    left:49%;
    top:80px;
    z-index: 10;
    display: none;
}
.content-four-box:hover .icon::before {
    display: block;
}
.content-four-box:hover .icon {
    background: url(grbss.png) no-repeat center;
    background-size: cover;
}
.content-four-box:nth-of-type(2) .icon {
    background: url(frbs.png) no-repeat center;
    background-size: cover;
}
.content-four-box:nth-of-type(2):hover .icon{
    background: url(frbss.png) no-repeat center;
    background-size: cover;
}
.content-four-box:nth-of-type(3) .icon {
    background: url(tsbs.png) no-repeat center;
    background-size: cover;
}
.content-four-box:nth-of-type(3):hover .icon{
    background: url(tsbss.png) no-repeat center;
    background-size: cover;
}
.content-four .content-four-box:last-of-type {
    margin-right: 0;
}
.content-four-box .swiper-container-three {
    width: 375px;
    height: 200px;
}
.swiper-container-three .swiper-slide {
    background-color: #ffffff;
    padding: 37px 0 0;
    border: solid 1px #ddd;
}
.content-four-box:hover .swiper-container-three .swiper-slide {
    background-color: #ffffff;
    border: solid 1px #115db2;
    border-top: 0;
}
.swiper-container-three .swiper-slide-ul li {
    display: inline-block;
    width: 33%;
    text-align: center;
    line-height: 30px;
}
.swiper-container-three .swiper-slide-ul li a {
    font-size: 16px;
    color: #115db2;
}
.swiper-container-three .swiper-slide-ul li a:hover {
    text-decoration: underline;
}
.swiper-container-three .swiper-pagination-bullet {
    background-color: #999999;
}
.swiper-container-three .swiper-pagination-bullet-active {
    background-color: #6ea9cb;
}
.swiper-container-three .swiper-pagination-bullets {
    bottom: 20px;
}
.swiper-slide-tsbs-ul li {
    width: 50%;
    text-align: center;
    display: inline-block;
}
.swiper-slide-tsbs-ul li a p {
    font-size: 16px;
    color: #404040;
    margin-bottom: 25px;
}
.content-four .content-four-box:last-of-type .swiper-container-three .swiper-slide {
    padding-top: 23px;
}
.bmts_div{
    width: 1200px;
	margin: 0 auto;
	border: solid 1px #dddddd;
    padding: 25px 30px;
}
.bmts_title{
    font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #404040;
    margin-bottom: 25px;
}
.bmts_div .content_ul{
    font-size: 0;
}
.bmts_div .content_ul li{
    width: 529px;
    display: inline-block;
    margin-right: 50px;
}
.bmts_div .content_ul li:nth-of-type(2n){
    margin-right: 0;
}
.bmts_div  .content_ul li .title{
    width: 340px;
}
.bmts_title img{
    vertical-align: middle;
    margin-right: 10px;
}
.content-four .gg_div {
    margin-top: 30px;
}
.gg_right {
    margin-left: 40px;
}
.gg_div a img {
    object-fit: cover;
    width: 580px;
    height: 110px;
}
.big_div {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    font-size: 0;
}

.content-three-right {
    padding-top: 30px;
    float: right;
    width: 390px;
    margin-bottom: 20px;
}
.content-three-right .top_div {
    width: 390px;
    height: 65px;
    background: url(zfxxgk.png) no-repeat center;
    background-size: cover;
    display: block;
}
.content-three-right-ul {
    display: inline-block;
    font-size: 0;
}
.content-three-right-ul li {
    width: 190px;
    height: 78px;
    background: url(d.png) no-repeat center;
    display: inline-flex;
    margin-right: 5px;
    margin-top: 10px;
    text-align: center;
    line-height: 78px;
    padding-left: 15px;
    justify-content: space-between;
}
.content-three-right-ul li a {
    color: #404040;
    font-size: 16px;
}
.content-three-right-ul li a img {
    vertical-align: middle;
    margin-right: 10px;
}
.content-three-right-ul li a:hover {
    color: #115db2;
}
.special {
    display: block;
    margin-top: 0;
}
.special .top_content {
    width: 770px;
    float: left;
}
.special .content_ul .special_li .title {
    width: 655px;
}
.special .content_ul .special_li {
    position: relative;
    margin-bottom: 23px;
}
.special .content_ul .special_li:last-of-type{
    margin-bottom: 0;
}
.content-five {
    padding: 30px 0 50px;
}
.content-five li {
    width: 195px;
    display: inline-flex;
    justify-content: space-between;
    text-align: center;
    line-height: 60px;
    padding-left: 40px;
    background-color: #f5f5f5;
    margin-right: 6px;
    margin-bottom: 5px;
}
.content-five li:nth-of-type(6n) {
    margin-right: 0;
}
.content-five li a {
    font-size: 16px;
    color: #404040;
}
.content-five li a:hover {
    color: #115db2;
}
.content-five li a img {
    vertical-align: middle;
    margin-right: 10px;
}
.content-six {
    padding-top: 47px;
    /* background-color: #f5f5f5; */
    width: 100%;
}
.content-six .content-four_title {
    background: url(hdjl.png) no-repeat center;
    background-size: cover;
    height: 32px;
    margin-bottom: 30px;
}
.content-six-left {
    width: 580px;
    background-color: #ffffff;
    display: inline-block;
    margin-right: 38px;
    float: left;
}
.content-six-left .bd {
    width: 580px;
    height: 80px;
    border-radius: 10px 10px 0px 0px;
    background: url(12345.png) no-repeat center;
    background-size: cover;
    padding: 22px 30px;
}
.content-six-left .bd img {
    float: right;
}
.content-six-left .top_content {
    padding: 0 23px 30px;
    background-color: #f5f5f5;
    margin-top: 10px;
}
.content-six-left .top_content .active {
    border: 0;
}
.content-six-left .top_content .blue_title {
    margin-bottom: 12px;
    margin-top: 12px;
}
.content-six-left .content_ul li .title {
    width: 400px;
}
.content-six-right {
    width: 579px;
    display: inline-block;
}
.content-six-right .top_content .blue_title {
    margin-bottom: 20px;
}
.content-six-right .content_ul {
    display: none;
}
.content-six-right .cur {
    display: block;
}
.content-six-right .content_ul li{
    margin-bottom: 20px;
}
.content-six-right-ul {
    margin-bottom: 48px;
    display: flex;
}
.content-six-right-ul li {
    margin-right: 20px;
    display: inline-block;
}
.content-six-right-ul li img {
    width: 280px;
    height: 160px;
    object-fit: cover;
}
.content-six-right-ul li .title {
    font-size: 16px;
    color: #404040;
    margin-top: 14px;
    text-align: left;
}
.content-six-right-ul li .title:hover {
    color: #115db2;
}
.content-six-right-ul li:last-of-type {
    margin-right: 0;
}
.bottom_ul {
    clear: both;
    margin-top: 30px;
    display: inline-block;
    background-color: #ffffff;
}
.bottom_ul li {
    width: 285px;
    height: 100px;
    /* background-color: #ffffff; */
    margin-right: 20px;
    display: inline-block;
    line-height: 100px;
    text-align: center;
}
.bottom_ul li:last-of-type {
    margin-right: 0;
}
.bottom_ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.bottom_ul li a:hover {
    color: #115db2;
}
.bottom_ul li img {
    margin-right: 20px;
    vertical-align: middle;
}
.content_last {
    padding-top: 65px;
}
.content_last .content-four_title {
    background: url(zt.png) no-repeat center;
    background-size: cover;
    margin-bottom: 50px;
}
.swiper-container-two {
    height: 230px;
}
.swiper-container-two .swiper-slide {
    width: 270px;
    height: 170px;
}
.swiper-container-two .swiper-slide img {
    width: 270px;
    height: 170px;
    border-radius: 10px;
}
.swiper-container-two .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}
.swiper-container-two .swiper-pagination-bullet-active {
    background-color: #115db2;
}
.last-bg{
    width: 100%;
    background: url(qx.png) no-repeat bottom;
    padding-bottom: 50px;
}
.biaoge{
    width: 540px;
	height: 151px;
    margin: 0 auto;
}
.content-six-left .special_content{
    padding-bottom: 0;
}
/*  newStyle  */
.newStyle .content-one{
    height: 1200px;
}
.newStyle .content-one-line{
    flex-direction: column;
}
.newStyle .content-one-left{
    width: 100%;
    text-align: center;
}
.newStyle .content-one-left .title{
    font-size: 64px;
}
.newStyle .content-one-left .nr{
    font-size: 32px;
    line-height: 80px;
}
.newStyle .content-one-left .more{
    font-size: 32px;
}
.newStyle .swiper-container-one{
    width: 700px;
    height: 600px;
}
.newStyle .swiper-container-one .swiper-slide img{
    width: 700px;
    height: 500px;
}
.newStyle .content-three{
    flex-direction: column;
}
.newStyle .top_content .active{
    font-size: 40px;
}
.newStyle .content_ul li .title{
    font-size: 32px;
    width: 700px;
}
.newStyle .top_content .all_more .cur{
    font-size: 40px;
}
.newStyle .content_ul li .time{
    font-size: 32px;
}
.newStyle .bmts_title{
    font-size: 50px;
}
.newStyle .bmts_div .content_ul{
    display: flex;
    flex-direction: column;
}
.newStyle .bmts_div .content_ul li{
    width: 100%;
}
.newStyle .bmts_div .content_ul li .title{
    width: 900px;
}
.newStyle .special{
    margin-top: 0;
}
.newStyle .special .top_content{
    float: left;
}
.newStyle .special_li .title{
    font-size: 32px;
    width: 900px;
}
.newStyle .content-four .gg_div{
    display: flex;
    margin-top: 30px;
}
.newStyle .special_li .time{
    font-size: 32px;
}
.newStyle tr, td, span{
    line-height: 40px;
}
.newStyle .content-three-right{
    width: 100%;
}
.newStyle .content-three-right .top_div{
    margin: 0 auto;
    width: 600px;
    height: 100px;
}
.newStyle .content-three-right-ul{
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    width: 100%;
    height: 640px;
    justify-content: center;
    align-items: center;
}
.newStyle .content-three-right-ul li{
    width: 580px;
    height: 120px;
    margin-right:5px;
    margin-top: 10px;
    text-align: center;
    line-height: 120px;
    padding-left: 15px;
    background-size: 580px 120px;
}
.newStyle .content-three-right-ul li a{
    font-size: 46px;
}
.newStyle .content-five {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.newStyle .content-five li {
    width: 360px;
}
.newStyle .content-five li a {
    font-size: 34px;
    line-height: 80px;
}
/* .newStyle .big_div{
    display: flex;
    flex-direction: column;
} */
.newStyle .content-six-left{
    width: 100%;
}
.newStyle .content-six-left .bd{
    width: 100%;
    height: 160px;
}
.newStyle .content-six-left .bd img{
    width: 200px;
    margin-top: 35px;
}
.newStyle .top_content .active{
    font-size: 40px;
}
.newStyle .block-02_list li{
    font-size: 32px;
}
.newStyle .all_ul .content_ul .cur iframe{
    height: 320px;
}
.newStyle .content-six-right{
    width: 100%;
}

.newStyle .content-six-right-ul li img{
    width: 600px;
}
.newStyle .content-six-right-ul li .title{
    font-size: 32px;
}
.newStyle .swiper-container-three .swiper-slide-ul li a{
    font-size: 25px;
}
.newStyle .top_content{
    width: 100%;
}
.newStyle .zcgdpc{
    display: none;
}
.newStyle .content-two{
    height: auto;
}
.newStyle .content-two .content-two_ul{
    flex-wrap: wrap;
}
.newStyle .content-two .content-two_ul li{
    width: 100%;
    border: none;
    height: 70px;
    line-height: 70px;
}
.newStyle .content-two .content-two_ul li a{
    font-size: 46px;
}
.newStyle .special .top_content{
    width: 100%;
}
.newStyle .top_content .tab{
    font-size: 40px;
}
.newStyle .special .content_ul .special_li .title{
    font-size: 38px;
    width: 80%;
}
.newStyle .top_content {
    width: 100%;
}
.newStyle .top_content .tab {
    font-size: 40px;
}
.newStyle .special .top_content {
    width: 100%;
}
.newStyle .special_li .title {
    font-size: 34px;
}
.newStyle .special_li .time {
    font-size: 34px;
}
.newStyle .block-02_list li {
    height: 75px;
    line-height: 75px;
}
.newStyle .newStyle .swiper-container-three .swiper-slide-ul li a {
    font-size: 28px;
}
.newStyle .swiper-slide-tsbs-ul li a p {
    font-size: 28px;
    margin-bottom: 25px;
}
.newStyle .bg-header-content .search input {
    font-size: 34px;
}
.newStyle .bg-header-content .search .text_input_search {
    width: 155px;
    font-size: 34px;
}
.newStyle .rsc>span {
    width: 140px;
    font-size:  34px;
    margin-bottom: 20px;
}
.newStyle .rsc ul li {
    font-size: 34px;
    height: 40px;
    margin-bottom: 10px;
}
.newStyle .rsc ul {
    width: 100%;
}
.newStyle .content-one-left .more {
    margin-bottom: 20px;
}
.newStyle .content-two .content-two_ul li a {
    font-size: 34px;
}
.newStyle .content-two .content-two_ul li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin: 10px;
}
.newStyle .rsc ul li a {
    line-height: 40px;
}

@media screen and (max-width: 768px) {
    .content-one {
        height: auto;
    }
    .content-one-line {
        width: 90%;
        display: block;
    }
    .content-one-left {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .content-one-left .title {
        font-size: 22px;
        margin-bottom: 20px;
        padding-top: 0;
    }
    .swiper-container-one {
        width: 100%;
        background-color: #115db2;
    }
    .swiper-container-one .swiper-slide img {
        width: 100%;
    }
    .content-one-left .nr {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .content-one-left .more {
        display: none;
    }
    .content-two {
        height: auto;
        padding: 20px 0;
    }
    .content-two .content-two_ul {
        width: 100%;
        display: block;
    }
    .content-two .content-two_ul li {
        border-right: 0;
        width: 100%;
        line-height: 40px;
        height: 40px;
    }
    .content-three {
        display: block;
        width: 95%;
    }
    .top_content {
        width: 100%;
        margin-right: 0;
    }
    .content-three .top_content .tab {
        font-size: 16px;
        margin-right: 6px;
    }
    .blue_title .all_more {
        font-size: 14px;
    }
    .content-three .content_ul li .title {
        width: 260px;
    }
    .content-four,
    .content-four-box .icon,
    .content-four-box .swiper-container-three {
        width: 100%;
    }
    .content-four {
        padding-bottom: 0;
    }
    .gg_div a img {
        width: 100%;
        object-fit: contain;
    }
    .gg_right {
        margin-left: 0;
    }
    .sm_div {
        width: 100%;
        margin-right: 0;
    }
    .special .top_content {
        width: 100%;
    }
    .special .content_ul .special_li .title {
        width: 230px;
    }
    .content-three-right-ul li {
        width: 100%;
        margin-right: 0;
        background-size: 100% 100%;
    }
    .content-three-right .top_div {
        width: 100%;
    }
    .content-five {
        height: auto;
        padding: 20px 0;
    }
    .content-five li {
        width: 49%;
    }
    .content-five li:nth-of-type(2n){
        margin-right: 0;
    }
    .content-six {
        background-color: #f5f5f5;
        padding-bottom: 0;
    }
    .content-six-left .bd {
        width: 100%;
    }
    .content-six-left .content_ul li .title,
    .content_ul li .title {
        width: 230px;
    }
    .content-six-right-ul{
        display: block;
    }
    .content-six-right-ul {
        text-align: center;
        margin-bottom: 0;
    }
    .content-six-right-ul li {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .content-six-right-ul li img {
        width: 100%;
    }
    .top_content .tab {
        font-size: 17px;
    }
    .content-six-right .top_content {
        padding: 0 23px 30px;
    }
    .bottom_ul li {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .top_content .blue_title {
        margin-bottom: 20px;
    }
    .special .top_content .blue_title {
        margin: 20px 0;
    }
    .swiper-container-two .swiper-slide {
        width: 100%;
        height: 170px;
    }
    .swiper-container-two .swiper-slide img {
        width: 100%;
        height: 170px;
        object-fit: cover;
    }
    .bmts_div .content_ul li{
        width: 100%;
    }
    .bmts_div .content_ul li .title{
        width: 230px;
    }
    .bottom_ul li img{
        margin-right: 0;
    }
    .biaoge{
        width: 100%;
    }
}
