#nav {
    background-image: url('../image/bg.jpg');
    /*background-image: url('../image/2022.jpg');*/
    height: 190px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 0;
}

.logo {
    width: auto;
}

.search {
    border-radius: 8px;
    height: 40px;
    overflow: hidden;
    border: 2px solid #009fe8;
    margin-top: 20px;
}

.search_input {
    height: 36px;
    background-color: transparent;
    width: 200px;
    padding: 0 15px;
    line-height: 36px;
}

.search_btn {
    background-color: #009fe8;
    color: white;
    font-size: 16px;
    line-height: 36px;
    padding: 0 20px;
}

.header {
    background-color: #009fe8;
    /*background-color: #F7CE98;*/
}

.nav_list>a {
    flex: 1;
    color: white;
    /*color: #DF2F3A;*/
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    margin: 0 5px;
}

.nav_list>a.active,
.nav_list>a:hover {
    background-color: #0081dd;
    /*background-color: #DF2F3A;*/
    color: #fff;
}

.margin {
    margin-top: 50px;
}

.banenr {
    width: 560px;
    margin-right: 40px;
}

#banner .swiper-slide {
    height: 380px;
    overflow: hidden;
    border-radius: 10px;
}

#banner .swiper-slide p {
    background-color: rgba(0, 0, 0, .5);
    padding: 0 100px 0 20px;
    color: white;
    font-size: 18px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#banner .swiper-pagination {
    bottom: 20px;
    text-align: right;
    padding-right: 20px;
}

#banner .swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
}

#banner .swiper-pagination-bullet-active {
    background-color: #009fe8;
}

.news {
    width: 520px;
    height: 380px;
    overflow: hidden;
}

.title {
    border-bottom: 1px solid #bfc0c0;
    position: relative;
    display: block;
}

.title>h1 {
    font-size: 22px;
    color: #009fe8;
    line-height: 40px;
    border-bottom: 2px solid #009fe8;
    display: inline-block;
    position: relative;
    bottom: -1px;
}

.title>a {
    display: block;
    color: #898989;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 0;
    line-height: 40px;

}

.title>a>i {
    display: inline-block;
    width: 16px;
}

.new_list>a {
    display: block;
    padding-right: 100px;
    border-bottom: 1px solid #bfc0c0;
    line-height: 55px;
    position: relative;
    font-size: 16px;
    color: #686767;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.new_list>a>span {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 55px;
}

.new_list>a:last-child {
    border: none;
}

.new_list>a:hover {
    color: #009fe8;
}

#project {
    width: 770px;
    margin-right: 60px;
}

.pro_list {
    margin-top: 20px;
}

.pro_list>li {
    width: 360px;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.pro_list>li:nth-child(odd) {
    margin-right: 50px;
}

.pro_list>li>a>.img {
    overflow: hidden;
    border-radius: 10px;
}

.pro_list>li>a>.img>img {
    transition: all .5s ease-in-out;
}

.pro_list>li>a>h1 {
    font-size: 16px;
    color: #686767;
    margin: 15px 0 10px
}

.pro_list>li>a>p {
    line-height: 180%;
    color: #9f9f9f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.pro_list>li:hover img {
    transform: scale(1.1);
}

.pro_list>li:hover h1 {
    color: #009fe8;
}

.council {
    width: 290px;
}

.council_list>a {
    display: block;
    color: #686767;
    line-height: 73px;
    border-bottom: 1px solid #bfc0c0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    font-size: 16px;
}

.council_list>a:hover {
    color: #009fe8;
}
.membercontent{
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}
.member {
    width: 132px;
    margin-right: 50px;
    border-radius: 10px;
    overflow: hidden;
}
.company{
    width: 938px;
}
.company>a {
    display: block;
    float: left;
    width: 300px;
    padding: 0 25px;
    font-size: 18px;
    color: #686767;
    line-height: 40px;
}
#footer {
    background: #eeeeee;
    padding: 50px 0;
    margin-top: 60px;
}

.company1 {
    text-align: center;
}

.company1 a {
    display: inline-block;
    font-size: 13px;
    color: #6c6c6c;
    /*color: #D72B2B;*/
    padding: 0 8px;
    border-right: 1px solid #6c6c6c;
    /*border-right: 1px solid #D72B2B;*/
    margin-bottom: 15px;
}

.copy {
    margin-top: 10px;
    text-align: center;
    color: #6c6c6c;
    font-size: 13px;
}

.copy>p {
    line-height: 30px;
}

.public{
    margin-top: 50px;
    border-bottom: 1px solid #bfc0c0;
    font-size: 18px;
    color: #898989;
    padding-bottom: 20px;
}
.content{
    margin-top: 20px;
}
.title_list{
    width: 220px;
    margin-right: 80px;
}
.title_list>li{
    list-style: none;
    border: 1px solid #bfc0c0;
    border-radius: 6px;
    padding: 0 10px;
    cursor: pointer;
    margin-bottom: 8px;
}
.title_list>li>a{
    color: #a7a7a7;
    font-size: 16px;
    line-height: 50px;
    display: block;
}
.title_list>li>a>span{
    margin-right: 5px;
}
.title_list>li.active,
.title_list>li:hover {
    background-color: #009fe8;
    border-color: #009fe8;
}
.title_list>li.active>a,
.title_list>li:hover>a {
    color: white;
}
.news_list{
    width: 830px;
}
.all_list>li{
    border-bottom: 1px solid #bfc0c0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.all_list>li>a{
    display: flex;
    align-items: center;
    justify-content: left;
}
.picture{
    width: 200px;
    height: 130px;
    margin-right: 25px;
    overflow: hidden;
    border-radius: 8px;
}
.picture>img{
    transition: all .5s ease-in-out;
}
.text{
    width: 605px;
}
.text>h1{
    padding-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    font-size: 16px;
    color: #434343;
    position: relative;
    margin-bottom: 25px;
}
.text>h1>span{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: block;
}
.text>p{
    color: #898989;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    padding-right: 120px;
    position: relative;
}
.share{
    position: absolute;
    z-index: 9;
    right: 0;
    line-height: 25px;
    top: 50%;
    margin-top: -12px;
    color: #898989;
    border: 1px solid #bfc0c0;
    padding: 0 8px;
    display: block;
}
.all_list>li:hover img{
    transform: scale(1.1);
}
.all_list>li:hover{
    border-color: #009fe8;
}
.all_list>li:hover h1{
    color: #009fe8;
}
.all_list>li:hover h1>span{
    color: #434343;
}
.public_pro{
    display: none;
}
.public_pro>h1{
    color: #595757;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 18px;
}
.public_pro>h2{
    color: #898989;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
.public_pro>p{
    color: #898989;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 30px;
}
.public_pro>p>img{
    width: auto;
    margin: 0 auto;
    display: block;
}
.lishi{
    margin: 0 auto;
    width: 600px;
}
.lishi>li{
    width: 50%;
    display:block;
    float: left;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #898989;
}
.public_pro>a{
    color: #009fe8;
    display: block;
    font-size: 16px;
    line-height: 34px;
}
.download{
    margin-top: 20px;

}
.download>a{
    display: block;
    border: 1px solid #bfc0c0;
    border-radius: 8px;
    overflow: hidden;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding:15px 25px;
    font-size: 18px;
    color: #a7a7a7;
    line-height: 40px;
    position: relative;
}
.download>a>span{
    font-size:24px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
}
.download>a:hover{
    background-color: #009fe8;
    color: white;
    border-color:#009fe8;
}
.contact_us{
    margin-top: 40px;
}
.contact{
    width: 520px;
}
.contact>p{
    font-size: 16px;
    color: #898989;
    line-height: 30px;
}
.map{
    width: 600px;
}
.center{
    text-align: center;
}




