﻿@charset "utf-8";
body, html {
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 100%;
    font-style: normal;
    text-decoration: none;
    border: none;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
}

ul {
    list-style: none;
}

ul, li {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
    display: block
}

input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none
}

button, textarea {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "微软雅黑";
}

select {
    outline: 0;
    border: none;
    background: 0 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none
}

textarea {
    resize: none;
    -webkit-appearance: none
}


input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

.clearfix {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.r-color {
    color: #E60012 !important;
}

.w-color {
    color: #fff !important;
}

.w-bg {
    background: #F2F0ED !important;
}

.head-bg {
    background: #000 !important;
}


.bg_box {
    width: 100%;
    background: #f7f9fb;
}

.logo{
    width: 100%;
}
.logo img{
    width: 100%;
    height: auto;
    display: block;
}

.header_nav {
    width: 100%;
    background: #f75407;
}
.header_nav .nav {
    width: 1400px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.header_nav .nav .nr {
    text-align: center;
    min-width: 150px;
    height: 72px;
    padding: 0 15px;
    box-sizing: border-box;
}
.header_nav .nav .nr.on{
    background: #ff8c1c;
}
.header_nav .nav .nr:hover{
    background: #ff8c1c;
}
.header_nav .nav .nr p{
    font-size: 22px;
    line-height: 72px;
    color: #fff;
    font-weight: bold;
}
.header_nav .nav .nr img{
    width: auto;
    height: 100%;
}


.sy_news{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 34px 0 42px;
    background: #eff5f9;
}

#news_banner {
    width: 758px;
    height: 434px;
    margin: 0;
    position: relative;
}
#news_banner img {
    width: 100%;
    height: 100%;
}
#news_banner p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 32px;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    z-index: 99;
}
#news_banner .swiper-pagination{
    width: 100%;
    height: 48px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    /*background: rgba(0,0,0,0.5);*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    opacity: 1;
}
#news_banner .swiper-pagination span{
    width: 18px;
    height: 18px;
    background: #fff;
}
#news_banner .swiper-pagination span.swiper-pagination-bullet-active{
    background: #f75407;
}
.sy_news .news_list{
    width: 530px;
    margin-left: 32px;
}
.sy_news .news_list .title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #1b1b1b;
}
.sy_news .news_list .title div{
    position: relative;
    font-size: 24px;
    line-height: 38px;
    color: #f75407;
    padding: 0 6px;
    font-weight: bold;
}
.sy_news .news_list .title div:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: #f75407;
}
.sy_news .news_list .title a{
    font-size: 18px;
    line-height: 38px;
    color: #a7a7a7;
}
.sy_news .news_list .list .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sy_news .news_list .list .item p{
    width: 70%;
    font-size: 22px;
    line-height: 46px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 16px;
    background: url("../images/sj.png") no-repeat left center;
    background-size: 10px auto;
}
.sy_news .news_list .list .item:hover p{
    color: #f75407;
}
.sy_news .news_list .list .item span{
    font-size: 20px;
    line-height: 46px;
    color: #a7a7a7;
}

.main{
    padding: 30px 0 58px;
    background: #fff url("../images/sy_bj.jpg") no-repeat top center;
    background-size: 100% auto;
}
.main .sy_member{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.main .sy_member .sy_bsdt {
    width: 530px;
}
.main .sy_member .sy_bsdt .title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #1b1b1b;
    margin-bottom: 24px;
}
.main .sy_member .sy_bsdt .title div{
    position: relative;
    font-size: 24px;
    line-height: 40px;
    color: #f75407;
    padding: 0 6px;
    font-weight: bold;
}
.main .sy_member .sy_bsdt .title div:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: #f75407;
}
.main .sy_member .sy_bsdt .list .item{
    margin-bottom: 16px;
}
.main .sy_member .sy_bsdt .list .item:last-child{
    margin-bottom: 0;
}
.main .sy_member .sy_bsdt .list .item img{
    width: 100%;
    height: auto;
    display: block;
}
.main .sy_member .sy_hydt {
    width: 755px;
    margin-left: 34px;
}
.main .sy_member .sy_hydt .title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #1b1b1b;
}
.main .sy_member .sy_hydt .title div{
    position: relative;
    font-size: 24px;
    line-height: 40px;
    color: #f75407;
    padding: 0 6px;
    font-weight: bold;
}
.main .sy_member .sy_hydt .title div:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: #f75407;
}
.main .sy_member .sy_hydt .title a{
    font-size: 18px;
    line-height: 38px;
    color: #a7a7a7;
}
.main .sy_member .sy_hydt .list .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main .sy_member .sy_hydt .list .item p{
    width: 70%;
    font-size: 22px;
    line-height: 46px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 16px;
    background: url("../images/sj.png") no-repeat left center;
    background-size: 10px auto;
}
.main .sy_member .sy_hydt .list .item:hover p{
    color: #f75407;
}
.main .sy_member .sy_hydt .list .item span{
    font-size: 20px;
    line-height: 46px;
    color: #a7a7a7;
}
.main .sy_img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}
.main .sy_img .item{
    width: 660px;
}
.main .sy_img .item img{
    width: 100%;
    height: auto;
}

.main .sy_tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main .sy_tab .nr{
    width: 400px;
    margin-right: 60px;
}
.main .sy_tab .nr:last-child{
    margin-right: 0;
}
.main .sy_tab .nr .title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #1b1b1b;
}
.main .sy_tab .nr .title div{
    position: relative;
    font-size: 24px;
    line-height: 40px;
    color: #f75407;
    padding: 0 6px;
    font-weight: bold;
}
.main .sy_tab .nr .title div:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: #f75407;
}
.main .sy_tab .nr .title a{
    font-size: 18px;
    line-height: 38px;
    color: #a7a7a7;
}
.main .sy_tab .nr .list .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main .sy_tab .nr .list .item p{
    width: 70%;
    font-size: 22px;
    line-height: 46px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 16px;
    background: url("../images/sj.png") no-repeat left center;
    background-size: 10px auto;
}
.main .sy_tab .nr .list .item:hover p{
    color: #f75407;
}
.main .sy_tab .nr .list .item span{
    font-size: 20px;
    line-height: 46px;
    color: #a7a7a7;
}

.ny_box{
    width: 1320px;
    padding: 30px;
    margin: 32px auto 42px;
    background: #fff;
    box-sizing: border-box;
}

/*面包屑*/
.ny_box .bread{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.ny_box .bread div{
    font-size: 20px;
    line-height: 30px;
    color: #a7a7a7;
}
.ny_box .bread a{
    font-size: 20px;
    line-height: 30px;
    color: #a7a7a7;
}
.ny_box .bread p{
    font-size: 20px;
    line-height: 30px;
    color: #a7a7a7;
    padding-left: 10px;
}
.ny_box .nr_about{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*内页导航*/
.ny_box .nav{
    width: 280px;
}
.ny_box .nav > h3{
    font-size: 24px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    background: url("../images/nav_bj.jpg") no-repeat center;
    background-size: 100% 100%;
}
.ny_box .nav .list .item{
    margin-top: 18px;
}
.ny_box .nav .list .item > a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    font-size: 24px;
    line-height: 34px;
    color: #000;
    text-align: center;
    font-weight: bold;
    padding: 0 40px;
    border: 1px solid #9b9b9b;
    box-sizing: border-box;
}
.ny_box .nav .list .item:hover > a{
    color: #fff;
    border-color: #f75407;
    background: #f75407;
}
.ny_box .nav .list .item.on > a{
    color: #fff;
    border-color: #f75407;
    background: #f75407;
}

.ny_box .nav .list .item .title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 62px;
    border: 1px solid #f75407;
    background: #f75407;
    cursor: pointer;
}
.ny_box .nav .list .item .title p{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.ny_box .nav .list .item .title p:after{
    content: '';
    width: 20px;
    height: 12px;
    position: absolute;
    right: -34px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background: url("../images/jt_down.png") no-repeat center;
    background-size: 100% 100%;
}
.ny_box .nav .list .item.on .title p:after{
    transform: translateY(-50%);
    background: url("../images/jt_down.png") no-repeat center;
    background-size: 100% 100%;
}
.ny_box .nav .list .item .nr{
    margin-top: 16px;
    display: none;
}
.ny_box .nav .list .item .nr a{
    font-size: 24px;
    line-height: 64px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.ny_box .nav .list .item .nr a.active{
    color: #f75407;
}
.ny_box .nav .list .item .nr a:hover{
    color: #f75407;
}

.ny_box .nr_about .ab_list{
    width: 946px;
}
.ny_box .nr_about .ab_list .item{
    margin-top: 20px;
    cursor: pointer;
}
.ny_box .nr_about .ab_list .item:first-child{
    margin-top: 0;
}
.ny_box .nr_about .ab_list .item .title{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #ffc590;
    background: #fff2e6;
}
.ny_box .nr_about .ab_list .item .title div{
    font-size: 24px;
    line-height: 56px;
    color: #f75407;
    position: relative;
}
.ny_box .nr_about .ab_list .item .title div:after{
    content: '';
    width: 20px;
    height: 12px;
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/jto_down.png") no-repeat center;
    background-size: 100% 100%;
}
.ny_box .nr_about .ab_list .item.on .title div:after{
    background: url("../images/jto_up.png") no-repeat center;
    background-size: 100% 100%;
}
.ny_box .nr_about .ab_list .item .nr{
    background: #f3f3f3;
    margin-top: 20px;
    display: none;
}
.ny_box .nr_about .ab_list .item.on .nr{
    display: block;
}
.ny_box .nr_about .ab_list .item .nr h3{
    font-size: 22px;
    line-height: 40px;
    color: #000;
    text-align: center;
    background: #ddd;
}
.ny_box .nr_about .ab_list .item .nr .staff{
    display: flex;
    flex-wrap: wrap;
    padding: 26px 0;
}
.ny_box .nr_about .ab_list .item .nr .staff .xx{
    width: 50%;
    padding-left: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 28px;
}
.ny_box .nr_about .ab_list .item .nr .staff .xx:nth-child(-n+2){
    margin-top: 0;
}
.ny_box .nr_about .ab_list .item .nr .staff .xx .pic{
    width: 104px;
    height: 104px;
    border-radius: 50%;
    overflow: hidden;
}
.ny_box .nr_about .ab_list .item .nr .staff .xx .pic img{
    width: 100%;
    height: 100%;
}
.ny_box .nr_about .ab_list .item .nr .staff .xx .text{
    width: calc(100% - 118px);
}
.ny_box .nr_about .ab_list .item .nr .staff .xx .text div{
    font-size: 21px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}
.ny_box .nr_about .ab_list .item .nr .staff .xx .text p{
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.ny_box .nr_about .ab_list .item .list{
    display: none;
}
.ny_box .nr_about .ab_list .item.on .list{
    display: block;
}
.ny_box .nr_about .ab_list .item .list .fhxx{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}
.ny_box .nr_about .ab_list .item .list .fhxx .bt{
    position: relative;
    font-size: 24px;
    line-height: 46px;
    color: #f75407;
    padding: 0 36px;
}
.ny_box .nr_about .ab_list .item .list .fhxx .bt:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 46px;
    background: url("../images/title_l.png") no-repeat center;
    background-size: 100% auto;
}
.ny_box .nr_about .ab_list .item .list .fhxx .bt:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 46px;
    background: url("../images/title_r.png") no-repeat center;
    background-size: 100% auto;
}
.ny_box .nr_about .ab_list .item .list .fhxx .text{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ny_box .nr_about .ab_list .item .list .fhxx .text p{
    width: 50%;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    text-align: left;
	padding-left: 100px;
}
.ny_box .news_list{
    width: 940px;
    padding: 20px 34px 44px;
    border: 1px solid #bcbcbc;
    box-sizing: border-box;
}
.ny_box .news_list .list .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ny_box .news_list .list .item p{
    width: 70%;
    font-size: 22px;
    line-height: 46px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 16px;
    background: url("../images/sj.png") no-repeat left center;
    background-size: 10px auto;
}
.ny_box .news_list .list .item:hover p{
    color: #f75407;
}
.ny_box .news_list .list .item span{
    font-size: 20px;
    line-height: 46px;
    color: #a7a7a7;
}
.ny_box .group_list{
    width: 940px;
}
.ny_box .group_list .item{
    font-size: 22px;
    line-height: 66px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 40px;
    border: 1px solid #1b1b1b;
    border-radius: 10px;
    margin-bottom: 28px;
}


.ny_notice{
    width: 1320px;
    background: #fff;
    padding-bottom: 40px;
    margin: 30px auto;
}
.ny_notice .pic{
    width: 100%;
}
.ny_notice .pic img{
    width: 100%;
    height: auto;
    display: block;
}
.ny_notice .list{
    padding: 20px 40px;
    box-sizing: border-box;
}
.ny_notice .list .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ny_notice .list .item p{
    width: 70%;
    font-size: 22px;
    line-height: 46px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 16px;
    background: url("../images/sj.png") no-repeat left center;
    background-size: 10px auto;
}
.ny_notice .list .item:hover p{
    color: #f75407;
}
.ny_notice .list .item span{
    font-size: 20px;
    line-height: 46px;
    color: #a7a7a7;
}

.ny_directory{
    width: 1320px;
    background: #fff;
    padding: 40px 30px;
    margin: 30px auto;
    box-sizing: border-box;
}
.ny_directory .list{
    display: flex;
    flex-wrap: wrap;
}
.ny_directory .list .item{
    width: calc(25% - 22px);
    height: 400px;
    border: 1px solid #fba981;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 10px 0;
    box-sizing: border-box;
    cursor: pointer;
}
.ny_directory .list .item:nth-child(-n+4){
    margin-top: 0;
}
.ny_directory .list .item img{
    width: 100%;
    height: 100%;
    display: block;
}
.ny_directory .list .item div{
    display: none;
}
.ny_directory .list .item p{
    display: none;
}
.ny_directory .list .item span{
    display: none;
}

.nr_party{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nr_party .party_list{
    width: 946px;
    text-align: center;
}
.nr_party .party_list .item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
}
.nr_party .party_list .item:last-child{
    margin-bottom: 0;
}
.nr_party .party_list .item div{
    position: relative;
    font-size: 24px;
    line-height: 46px;
    color: #f75407;
    padding: 0 36px;
}
.nr_party .party_list .item div:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 46px;
    background: url("../images/title_l.png") no-repeat center;
    background-size: 100% auto;
}
.nr_party .party_list .item div:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 46px;
    background: url("../images/title_r.png") no-repeat center;
    background-size: 100% auto;
}
.nr_party .party_list .item p{
    font-size: 20px;
    line-height: 40px;
    color: #000;
}







/*分页*/
.pagination{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    margin-top: 40px;
}
.pagination p{
    font-size: 20px;
    line-height: 40px;
    color: #000;
}
.pagination a{
    font-size: 20px;
    line-height: 40px;
    color: #000;
    margin: 0 5px;
}
.pagination input{
    width: 70px;
    border: 1px solid #666;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    text-align: center;
    margin: 0 10px;
}
.pagination button{
    font-size: 16px;
    line-height: 22px;
    color: #000;
}








/*底部*/
.foot_bg {
    width: 100%;
    padding: 42px 0 72px;
    background: #f75407;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.foot_bg .ma{
    display: flex;
    flex-wrap: wrap;
}
.foot_bg .ma div{
    text-align: center;
    margin-right: 10px;
}
.foot_bg .ma div:last-child{
    margin-right: 0;
}
.foot_bg .ma div img{
    width: 104px;
    height: 104px;
    display: block;
    margin: 0 auto;
}
.foot_bg .ma div p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
}
.foot_bg .nr{
    width: 966px;
    padding-top: 4px;
    margin-left: 24px;
}
.foot_bg .nr .xx{
    display: flex;
    flex-wrap: wrap;
}
.foot_bg .nr .xx p{
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
}
.foot_bg .nr .xx a{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    margin-left: 10px;
    padding-left: 34px;
    background: url("../images/jh.png") no-repeat left center;
    background-size: 24px auto;
}
.foot_bg .nr .phone{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
}
.foot_bg .nr .address{
    display: flex;
    flex-wrap: wrap;
}
.foot_bg .nr .address p{
    margin-right: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
}
.foot_bg .nr .address p:last-child{
    margin-right: 0;
}



.tc{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
}
.tc_nr{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 750px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}
.tc_nr .close{
    width: 15px;
    height: 15px;
    position: absolute;
    right: 18px;
    top: 22px;
    cursor: pointer;
    background: url("../images/close.png") no-repeat center;
    background-size: 100% 100%;
}
.tc_nr .title{
    font-size: 22px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: url("../images/top_bj.png") no-repeat center;
    background-size: 100% 100%;
}
.tc_nr .nr{
    padding: 30px 38px 50px;
}
.tc_nr .nr div{
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
}
.tc_nr .nr a{
    font-size: 20px;
    line-height: 30px;
    color: #3899fc;
    font-weight: bold;
    margin-top: 16px;
}




