* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box
}
img{
    max-width: 100%;
}

a {
    display: inline-block;
    color: #333;
}

img {
    vertical-align: middle
}

a:hover {
    text-decoration: none !important
}

html {
    padding: 60px 0;

}

header.wap {
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    z-index: 333;
    box-shadow: 0px 0px 5px 1px #eee;
}

header.wap .wap_nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    line-height: 60px;
    height: 60px;
    padding: 0 5%;
    z-index: 99999;

}

header.wap .wap_nav .dj {
    float: right;
    padding-top: 10px;
    cursor: pointer;
    display: inline-block;
    background-color: #005ca7;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
}

header.wap .wap_nav .le {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.wap .wap_nav .dj span {
    height: 3px;
    width: 20px;
    background: #fff;
    display: block;
    margin: 3px auto;
    border-radius: 5px;
}

header.wap .wap_nav .le>div {
    display: flex;
    align-items: center;
}

header.wap .wap_nav .le>div>a {
    margin-right: 10px;
}

header.wap .wap_nav .le>div>a img {
    width: 30px;

}

header.wap .wap_nav .rg {
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    top: 0px;
    left: -100%;
    transition: 0.5s;
    background: #fff;
    z-index: 999999;
    overflow-y: auto;
}

header.wap .wap_nav .rg .gb span {
    font-size: 40px;
    float: right;
    cursor: pointer;
    margin-right: 15px;
}

header.wap .wap_nav .rg .gb {
    text-align: center;
    background: #fff;
    line-height: 50px;
    height: 50px;
}

header.wap .wap_nav .rg.on {
    left: 0%;
}

header.wap .wap_nav .rg>a {
    display: block;
    width: 100%;
    text-align: center;
}


header.wap .sub {
    display: none;
}

header.wap .item a {
    padding: 0px 20px;
}

header.wap .item a {
    width: 100%;
    text-align: left;
}

header.wap .sub {
    padding-left: 20px;
}

header.wap .sub a {
    position: relative;
}

header.wap a span {
    font-size: 20px;
    float: right;
}

header.wap a span::after {
    content: "+";
}


header.wap a.on span::after {
    content: "-";
}





.footertab {
    position: fixed;
    height: 60px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #005ca7;
    z-index: 999;
    ;

}

.footertab li {
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 9px;
    position: relative;
}

.footertab a p {
    font-size: 12px;
    color: #333;
}

.footertab a>div {
    width: 23px;
    height: 23px;
    overflow: hidden;
    display: inline-block;
}

.footertab a>div div {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.footertab a>div div img {
    width: 99%;
    height: 99%;
    /* object-fit: contain; */
}

.footertab a.on .img {
    display: none;
}

.footertab a.on p {
    color: #005ca7;
}


.index .banner img {
    width: 100%;
}


.index .item1 {
    background: url(../img/i_bj1.png) center no-repeat;
    text-align: center;
    padding: 15px;
}

.index .item1 .title {
    position: relative;
    padding: 25px 0;
}

.index .item1 .title h3 {
    font-size: 90px;
    color: #f2f5f7;
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    z-index: -1;

}

.index .item1 .title h4 {
    font-size: 30px;
    font-weight: 800;
}

.index .item1 .title p {
    font-size: 13px;
    margin-top: 0px;
    color: #114d8c;
    font-weight: 800;

}

.index .item1 .li {
    height: auto;
    overflow: hidden;
}

.index .item1 .li div {
    display: inline-block;
    padding: 0px 10px;
    border-left: 1px solid #eee;
    float: left;
    width: 33.33%;

}

.index .item1 .li div:nth-of-type(1) {
    border: none;
}

.index .item1 .li div img {
    height: 30px;
    margin-bottom: 10px;
}

.index .item1 .li div p {
    color: #666666;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.index .item1 .desc {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 20px;
}

.index .item1 a {
    display: block;
    width: 120px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #eee;
    margin: 30px auto;
    line-height: 35px;
    color: #114d8c;

}

.index .item1 a:hover {
    background: #114d8c;
    color: #fff;
}



.index .item2 {
    text-align: center;
    background: url(../img/i_bj2.png) center/cover no-repeat;
    padding: 15px;
}

.index .item2 .title h3 {
    margin-top: 0px;
}

.index .item2 .title p {
    text-transform: uppercase;
    color: #666666;
}

.index .item2 .title {
    margin-bottom: 15px;
}

.index .item2 a {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px 0px 20px 0px;
    box-shadow: 0px 0px 5px 1px#eee;

}

.index .item2 a img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.index .item2 a p {
    margin: 0px;
    line-height: 50px;
    transition: 0.5s;
}

.index .item2 .li a:hover p {
    background-color: #114d8c;
    color: #fff;
}

.index .item2 .swiper-pagination {
    bottom: 0px;
}

.index .item2 .swiper-pagination span {
    background: #e6e6e6;
    opacity: 1;
}

.index .item2 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #005ca7;
}

.index .item2 .swiper-container {
    padding-bottom: 20px;
}


.index .item3 {

    background: url(../img/i_bj3.png) center/cover no-repeat;
    padding: 30px 15px;
    color: #fff;

}

.index .item3 .title h3 {
    font-weight: 800;
}

.index .item3 .title p {
    text-transform: uppercase;
    color: #fff;
}

.index .item3 .title {
    margin-bottom: 30px;
}

.index .item3 .li {

    margin-top: 50px;
    text-align: left;
}
.index .item3 .li p img{
    width: 15px;
}

.index .item4 {
    background: url(../img/i_bj4.png) center/cover no-repeat;
    padding-bottom: 30px;
}

.index .item4 .container {
    position: relative;

}

.index .item4 .container div {}

.index .item4 .container div p {
    color: #666666;
    text-transform: uppercase;
    font-size: 13px;
}

.index .item4 .container div span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #ddc675;
}

.index .item4 .container div h4 {
    color: #333;
    font-size: 14px;
    font-weight: 800;
}

.index .item4 .container div font {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    padding-left: 30px;
    display: inline-block;
    margin-top: 15px;
}

.index .item4 .container div font img {
    float: left;
    margin-left: -30px;
}

.index .item4 h3 {
    color: #114d8c;
}

.index .item4 a {
    display: block;
    width: 120px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #eee;
    margin-top: 10px;
    line-height: 35px;
    color: #114d8c;
    margin: 20px 0;

}

.index .item4 a:hover {
    background: #114d8c;
    color: #fff;
}

.index .item4 .container img {
    float: right;
    position: relative;
    z-index: 2;
}

.index .item5 {
    margin: 25px auto;
}

.index .item5 .title {
    text-align: center;
}

.index .item5 .title h3 {
    margin-top: 0px;
}

.index .item5 .title p {
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
}

.index .item5 .tab {
    display: flex;
    justify-content: space-between;
}

.index .item5 .tab a {

    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #eee;
    border-radius: 50px;
    margin-right: 15px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.index .item5 .tab a:hover,
.index .item5 .tab a.on {
    background-color: #114d8c;
    color: #fff;
}


.index .item5 a {
    display: block;
    width: 100%;
}

.index .item5 a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-top: 25px;
}

.index .item5 a {
    background: #fff;
}

.index .item5 .txt {
    padding: 15px 0;
    transition: 0.5s;
}

.index .item5 .txt h3 {
    font-size: 14px;
    line-height: 25px;
    margin: 0px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #005ca7;
}

.index .item5 .txt span {
    font-size: 12px;
    color: #666;
    display: inline-block;
    margin: 10px 0;
}

.index .item5 .txt p {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    height: 75px;
    overflow: hidden;
}

.index .item5 .swiper-pagination {
    bottom: 0px;
}

.index .item5 .swiper-pagination span {
    background: #e6e6e6;
    opacity: 1;
}

.index .item5 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #005ca7;
}

footer {
    padding: 15px;
    text-align: center;
    background-image: linear-gradient(#114d8c 40%, #f5f5f5 40%);
}

footer .title {
    color: #fff;
    text-transform: uppercase;
}

footer .link {
    margin: 25px 0;
}

footer .link img {
    width: 25px;
    margin: 0px 10px;
}

footer .li {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}

footer .li p {
    line-height: 35px;
}

footer .li p span {
    color: #005ca7;
}

footer .li .ww div {
    width: 50%;
    margin-top: 20px;
}

footer .li .ww {
    display: flex;
}
footer .li .ww div img{
    width: 100px;
    margin:10px;
}

footer .li a {
    display: block;
    margin: 0px auto;
    background: #005ca7;
    border-radius: 50px;
    line-height: 35px;
    color: #fff;
    width: 120px;
}

footer .icp {
    margin: 15px 0;
}



.list_cplb .li .item1 {

    align-items: center;
    margin: 30px 0;
}

.list_cplb .li .item1 .tba {
    margin: 25px 0;
    text-align: center;
}

.list_cplb .li .item1 .tba a {
    display: inline-block;

    line-height: 30px;
    border: 1px solid #999999;
    border-radius: 50px;
    font-size: 14px;
    padding: 0px 20px;
    transition: 0.3s;
    margin: 5px;
}

.list_cplb .li .item1 .tba a:hover,
.list_cplb .li .item1 .tba a.on {
    background: #114d8c;
    color: #fff;
    border-color: #114d8c;
}


.list_cplb .li .item1 form {
    border-radius: 50px;
    line-height: 35px;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.list_cplb .li .item1 form input {
    box-shadow: none;
    border: none;
    padding: 0px 15px;
    font-size: 14px;
    width: 90%;
}

.list_cplb .li .item1 form button {
    background: #114d8c;
    color: #fff;
    border: none;
    box-shadow: none;
    width: 80px;
}

.list_cplb .li .item2 {
    text-align: center;
}

.list_cplb .li .item2 img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.list_cplb .li .item2 h3 {
    color: #114d8c;
    font-weight: 800;
    line-height: 25px;
    font-size: 14px;
}

.list_cplb .li .item2 p {
    color: #808080;
}

.list_cplb .li .item2 span {
    display: block;
    border: 1px solid #114d8c;
    color: #114d8c;
    line-height: 30px;
    width: 120px;
    border-radius: 50px;
    margin: 10px auto;
}

.list_cplb .li .item2 a:hover span {
    background-image: linear-gradient(#5891cd, #2472c3);
    color: #fff;
    border-color: transparent;
}

.list_cplb .li .item2 a {
    margin-bottom: 40px;
}


.list_cpxq .item1 {
    text-align: center;
    margin: 20px auto;
}

.list_cpxq .item1 img {
    max-width: 100%;
}

.list_cpxq .item1 form {
    margin: 40px auto;
    border-radius: 80px;
    line-height: 50px;
    background: #f5f5f5;
    width: 100%;
    overflow: hidden;
    display: block;
}

.list_cpxq .item1 form input {
    width: calc(100% - 120px);
    border: none;
    background: #f5f5f5;
    box-shadow: none;
    padding: 0px 15px;
}

.list_cpxq .item1 form button {
    width: 120px;
    background-color: #396b9f;
    color: #fff;
    float: right;
    border: none;
}

.list_kypk {
    width: 100%;
    overflow: hidden;
}

.list_kypk .item1 {
    padding: 15px;
}

.list_kypk .item2 {

    background: url(../img/i_bj3.png) center/cover no-repeat;
    padding: 15px;
    color: #fff;

}

.list_kypk .item2 .title h3 {
    font-weight: 800;
}

.list_kypk .item2 .title p {
    text-transform: uppercase;
    color: #fff;
}

.list_kypk .item2 .title {
    margin-bottom: 30px;
}

.list_kypk .item2 .li {

    margin-top: 50px;
}
.list_kypk .item2 .container img{
    width: 15px;
}
.list_kypk .item3 {
    text-align: center;
}

.list_kypk .item3 .title {
    margin: 30px 0;
}

.list_kypk .item3 .title h3 {
    font-weight: 800;
}

.list_kypk .item3 .title p {
    text-transform: uppercase;
    color: #666;
}

.list_kypk .item3 .li img {
    width: 100%;

}


.list_kypk .item3 .li {
    width: 150%;
    margin-left: -25%;
}

.list_kypk .item3 .li p {
    line-height: 30px;
    color: #666;
    margin-bottom: 30px;
    margin-top: 10px;
}



.list_tab {

    background: #fff;
    text-align: center;
}

.list_tab a {
    margin: 15px 0;
    border: 1px solid #eee;
    margin: 10px;
    padding-bottom: 5px;
    border-radius: 50px;
    line-height: 35px;
    padding: 0px 10px;
    font-size: 12px;
}

.list_tab a.on {
    color: #114d8c;
    background: #005ca7;
    color: #fff;
}


.list_qcyl .item1 {
    text-align: center;
    padding: 15px;
}

.list_qcyl .item1 img {
    max-width: 100%;
}

.list_qcyl .item2 {
    text-align: center;
    padding-bottom: 50px;
}

.list_qcyl .item2 h3 {
    color: #114d8c;
    line-height: 40px;
    font-size: 16px;
}

.list_qcyl .item2 .li {
    height: auto;
    overflow: hidden;
    margin: 20px 0;
    color: #333333;
}

.list_qcyl .item2 .li div {

    width: 24%;
    display: inline-block;
    float: left;
}

.list_qcyl .item2 .li div img {
    height: 40px;
    margin-bottom: 10px;
}

.list_qcyl .item2 p {
    color: #666666;
    font-size: 12px;
}

.list_qcyl .item3 {

    padding: 50px 0;
}

.list_zyny .item2 .title {
    text-align: center;
    font-weight: 800;
    margin: 40px 0;
}

.list_zyny .item2 .title h3 {
    font-weight: 800;
}

.list_zyny .item2 .title h4 {
    color: #666666;
}

.list_zyny .item2 .box {
    overflow: hidden;
}

.list_zyny .item2 .li {
    position: relative;
    text-align: center;
    color: #fff;
}
.list_zyny .item2 .li img{
    height: 400px;
    object-fit: cover;
}
.list_zyny .item2 .li .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}

.list_zyny .item2 .li .txt p {
    margin: 25px;
    font-size: 14px;
}

.list_zyny .item2 .li .txt span {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #fff;
}

.list_zyny .item2 .li:nth-of-type(1) .click {
    display: none;
}

.list_zyny .item2 .li .click {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translate(-50%, 0%);
    cursor: pointer;
    line-height: 30px;
}

.list_zyny .item3 {
    text-align: center;
    padding: 15px;
}

.list_zyny .item3 p {
    color: #114d8c;
    font-size: 16px;
    margin: 25px 0;
}

.list_zyny .item3 span {
    color: #666;
}


.list_cpzs .item1{
    background:#f7f8f8 url(../img/cpz1.png) top center/100% auto no-repeat;
    
    padding: 15px;
}
.list_cpzs .item1 .l{
    padding: 50px 0;
}
.list_cpzs .item1 .l h3{
    color: #114d8c;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 16px;
}
.list_cpzs .item1 .l p{
    font-size: 18px;
    color: #4c4c4c;
}

.list_cpzs .f{
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px #eee;
    padding: 30px 15px;
  
    
}
.list_cpzs .f img{
    width: 100%;
}
.list_cpzs .f form
{
    width: 100%;
    line-height: 40px;
    margin-bottom: 30px;
}
.list_cpzs .f form input{
    width: calc(100% - 100px);
    background: #f5f5f5;
    border: none;
    box-shadow: none;
    border-radius: 50px;
    padding: 0px 15px;
}

.list_cpzs .f form button
{
    width: 100px;
    float: right;
    background-color: #114d8c;
    border: none;
    box-shadow: none;
    border-radius: 50px;
    color: #fff;

} 



.list_spsy .title{
    text-align: center;
    margin: 20px 0;
}
.list_spsy .title h3{
    font-size: 25px;
    color: #333333;
}
.list_spsy .title span{
    color: #114d8c;
}
.list_spsy .title  p{
    color: #666666;
    font-size: 18px;
    text-transform: uppercase;
}
.list_spsy  .item1 .li div{
    display: inline-block;
    width:100%;
    float: left;
    text-align: center;
}
.list_spsy  .item1 .li
{
    height: auto;
    overflow: hidden;
}
.list_spsy  .item1 .li div img{
    height: 200px;
    width: 100%;
    object-fit: contain;
}
.list_spsy  .item1 .li div h3{
    color: #4c4c4c;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
.list_spsy  .item1 .li div p{
    color: #666;
}
.list_spsy  .item1 .li div  a{
    display: block;
    width: 50%;
    background: #e6e6e6;
    line-height: 40px;
    border-radius: 50px;
    margin: 15px auto;
}
.list_spsy  .item1 .li div  a:hover
{
    background-color: #114d8c;
    color: #fff;
}
.list_spsy  .item2 img{
 object-fit: contain;
}
.list_spsy  .item2 .li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.list_spsy  .item2 form 
{
    width: 100%;
}
.list_spsy  .item2 form .tab
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.list_spsy  .item2 form .tab label
{
    width: 100px;
    font-size: 14px;
    color: #666;
}
.list_spsy  .item2 form .tab label span{
    color: red;
}
.list_spsy  .item2 form .tab
{
    margin-bottom: 15px;
}
.list_spsy  .item2 form .tab input,.list_spsy  .item2 form .tab button,.list_spsy  .item2 form .tab>div
{
    width: calc(100% - 100px);
}
.list_spsy  .item2 form .tab input
{
   border: 1px solid #eee;
   line-height: 30px;
   padding: 0px 10px;
   box-shadow: none;
}
.list_spsy  .item2 form .tab button{
    border: 1px solid #eee;
    line-height: 35px;
    padding: 0px 10px;
    box-shadow: none;
    background: #b3b3b3;
} 
.list_spsy  .item2 .tab>div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list_spsy  .item2 .tab>div div{
    width: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 10px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    height: 35px;
}
.list_spsy  .item2 .tab>div div input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0px;
    left: 0px;
    z-index: 2;
    cursor: pointer;
}
.list_spsy  .item2 .tab>div div p{
    position: absolute;
    width: 100%;
    height: 100%;
    
    top: 0px;
    left: 0px;
    z-index: 1;
    color: #333;
}
.list_spsy  .item2 .tab>div div input:checked ~ p{
    color: #396b9f;
    border: 1px solid #396b9f;
}
.list_spsy  .item3{
    background: #fff;
    box-shadow: 0px 0px 5px 1px #eee;
    border-radius: 10px;
    padding:1px 50px 50px 50px ;
    margin: 50px 0;
}

.list_spsy  .item4{
    text-align: center;
    margin: 30px 0;
}
.list_spsy  .item4 img{
    max-width: 100%;

}
.list_spsy  .item4 .li >div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.list_spsy  .item4 .li >div img{
    
    width: 60px;
    height: 60px;
    border: 1px solid #396b9f;
    border-radius: 60px;
}
.list_spsy  .item4 .li >div div{
    width: calc(100% - 100px);
    text-align: left;
    background-color: #fff;
    border-radius: 25px;
    padding: 30px;
    color: #396b9f;
    line-height: 30px;
}
.list_spsy  .item4 .li >div span{
    background: url(../img/mm.png) center/100% 100%;
    color: #fff;
    padding: 1px 25px;
    margin-top: -20px;
    position: relative;
    top: -40px;
    display: inline-block;
}
.list_spsy  .item4 .li >div p{
    margin-top: -30px;
}


.list_about .title{
    text-align: center;
    margin: 30px 0;
}
.list_about .title h3{
    font-weight: 800;
}
.list_about .title p{
    color: #999;
    text-transform: uppercase;
}
.list_about .item1 .box .li
{
  margin: 15px 0;
}
.list_about .item1 .box .li .desc{
   
    font-size: 14px;
    line-height:30px;
    color: #666;
}
.list_about .item1 .box .li  .r h3 p{
 display: inline-block;
 margin: 0px;
 text-transform: uppercase;
 color: #666;
 font-size: 18px;
 margin-left: 15px;
}
.list_about .item1 .box .li  .r h4 {
    margin-top: 25px;
    color: #666;
    font-size: 14px;
}
.list_about .item1 .box .li  .r  span{
    color: #333;
    font-size: 18px;

}
.list_about .item2{
    background: #396b9f;
    text-align: center;
    padding: 50px 0;
   
    
}
.list_about .item2  .top h3{
    font-size: 40px;
    color: #ddc675;
    text-transform: uppercase;
}
.list_about .item2  .top h4{
    color: #fff;
}
.list_about .item2  .top span{
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #fff;
}
.list_about .item2  .top p{
   color: #fff;
}
.list_about .item2 .dd{
    background: #cbb66b;
    width: calc(100% - 30px);
    display: block;
    margin: 40px auto;
    color: #fff;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
}
.list_about .item2 .dd div
{
    display: inline-block;
    width: 33.3%;
    float: left;
    border-right: 1px solid #eee;
  
}
.list_about .item2 .dd div h3{
    font-size: 18px;
}
.list_about .item2 .dd div p{
    line-height: 40px;
}
.list_about .item2 .dd div:nth-last-child(1)
{
    border: none;
}
.list_about .item3
{
    margin-top: -135px;
    cursor: pointer;
}
.list_about .item4 .box
{
    position: relative;
    margin-bottom: 100px;
    height: auto;
    overflow: hidden;
}
.list_about .item4 .box::after
{
    content: "";
    position:absolute;
    height: 100%;
    width: 1px;
    background: #eee;
    left:40px;
    top: 0%;
}
.list_about .item4 .box .item{

    width: calc(100% - 100px);
clear: both;
position: relative;
float: right;
background: #fff;
margin-bottom: 25px;
border-radius: 10px;
}
.list_about .item4 .box .item font{
    border: 1px solid #eee;
    padding: 5px 20px;
    font-weight: 800;
    border-radius: 50px;
    z-index: 2;
    background: #fff;
}

.list_about .item4 .box .item font
{
    position: absolute;
    left:-100px;
    top: 10px;
}


.list_about .item4 .box .item h3{
    background: #ebf0f5;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    margin: 0px;
    font-size: 20px;
    font-weight: 800;
    background: #005ca7;
    padding:10px 20px;
    
}
.list_about .item4 .box .item >div{
   
   padding: 15px;
}
.list_about .item4 .box .item >div img{
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.list_about .item4 .box .item >div div{
 
    color: #666;
    margin-top: 10px;
}
.list_about .item4 .box .item >div div span{
    color: #396b9f;
}
.list_about .item4 .box .item:hover h3{
    background: #396b9f;
    color: #fff;
}
.list_about .item4 .box .item:hover font{
  color: #396b9f;
}

.list_about .fiexd_about
{
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    display: none;
}
.list_about .fiexd_about video
{
    width: 90%;
   
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    left: 5%;
    object-fit: cover;
    z-index: 22;
  
}


.list_ryjx .title{
    text-align: center;
    margin: 30px 0;
}
.list_ryjx .title h3{
    font-weight: 800;
}
.list_ryjx .title p{
    color: #999;
    text-transform: uppercase;
}

.list_ryjx .item1
{
    text-align: center;
}
.list_ryjx .item1>p{
    color: #396b9f;
    margin: 30px;
}
.list_ryjx .item2{
    margin: 50px 0;
    text-align: center;
    padding: 0px 50px;
    position: relative;
}
.list_ryjx .item2 img
{
    margin-bottom: 15px;
    width: 100%;
    height: 300px;
    
    object-fit: contain;
}
.list_ryjx .item2 .swiper-slide  div
{
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}



.list_shzr .title{
    text-align: center;
    margin: 20px 0;
}
.list_shzr .title h3{
    font-weight: 800;
}
.list_shzr .title p{
    color: #999;
    text-transform: uppercase;
}
.list_shzr .item1 > p{
    text-align: center;
}
.list_shzr .item2{
}
.list_shzr .item2 .swiper-slide
{
  
    background: #fff;
    border: 1px solid #eee;
}.list_shzr .item2 .swiper-slide a{	display: block;}
.list_shzr .item2 .swiper-slide img{
    width: 100%;
    height: 215px;
    object-fit: cover;
}
.list_shzr .item2 .swiper-slide .txt{
    width: 100%;
    padding: 15px;
}
.list_shzr .item2 .swiper-slide .txt h3{
    margin: 0px;
    font-size: 18px;
    white-space:nowrap;
    overflow:hidden; 
    text-overflow:ellipsis;
}
.list_shzr .item2 .swiper-slide .txt span{
display: inline-block;
width: 50px;
height: 2px;
background: #114d8c;  
margin: 15px 0;  
}
.list_shzr .item2 .swiper-slide .txt p{
    color: #666;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}
.list_shzr .item2 .swiper-slide .txt a{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    background-color: #5891cd;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
}
.list_shzr .item2 .swiper-slide .txt a:hover
{
    background-color: #396b9f;
}
.list_shzr .item2 .tab
{
    text-align: center;	margin-bottom: 20px;
}
.list_shzr .item2 .tab .tab_c
{
    position: inherit;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: 30px 30px;
    margin-top: 20px;
}


.list_qydt .box
{
   
    display: flex;
    flex-wrap: wrap;
   
    justify-content: space-between;
    flex-wrap: wrap;
}
.list_qydt .box a
{
    margin-bottom: 15px;
    width: 48%;
}
.list_qydt .box a img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.list_qydt .box a div
{
    background: #fff;
}
.list_qydt .box a .txt{
    padding: 15px;
    transition: 0.5s;
}
.list_qydt .box a .txt h3{
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
    font-weight: 800;
   white-space:nowrap;
   overflow:hidden; 
   text-overflow:ellipsis;
}
.list_qydt .box a .txt span{
    font-size: 12px;
    color: #666;
    display: inline-block;
    margin: 10px 0;
}
.list_qydt .box a .txt p{
    font-size: 14px;
    line-height: 25px;
    color: #666;
    height: 50px;
    overflow: hidden;
}
.list_qydt .box a:hover .txt{
    background: #396b9f;
}
.list_qydt .box a:hover .txt h3,.list_qydt .box a:hover .txt span,.list_qydt .box a:hover .txt p{
    color: #fff;
}




.list_jtzp .title{
    text-align: center;
    margin: 30px 0;
}
.list_jtzp .title h3{
    font-weight: 800;
    font-size: 18px;
}
.list_jtzp .title p{
    color: #999;
    text-transform: uppercase;
}
.list_jtzp .item1 {
    text-align: center;
    color: #666;
    line-height: 25px;
    background: #fff;
    padding-bottom: 30px;
}
.list_jtzp .item1 .li{
    margin: 50px 0;
}
.list_jtzp .item1 .li h3{
    font-size: 16px;
}
.list_jtzp .item1  .li img{
    width: 60%;
}
.list_jtzp .item2 
{
    padding-bottom: 20px;
}
.list_jtzp .item2  .li
{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 15px;
}

.list_jtzp .item2  .li a{
    margin-bottom: 20px;
    width: 48%;
}
.list_jtzp .item2  .title h3{
    color: #fff;
}
.list_jtzp .item2  .title p{
    color: #fff;
}
.list_jtzp .item2 a>div {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
.list_jtzp .item2 a>div .top{
    border-bottom: 1px solid #eee;
}
.list_jtzp .item2 a>div .top h3{
    margin: 10px 0px;
    font-size: 16px;
}
.list_jtzp .item2 a>div .desc{
    font-size: 14px;
    line-height: 25px;
    color: #666;
    margin: 15px 0;
}
.list_jtzp .item2 a .more{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 40px;
    font-family: 宋体;
    color: #999;
    font-weight: 800;
}
.list_jtzp .item2 a :hover .more{
    background: #396b9f;
    color: #fff;
}

.list_hzhy .item1{
  
    text-align: center;
}
.list_hzhy .item1 .li
{
    margin: 25px 0;
    height: auto;
    overflow: hidden;
}
.list_hzhy .item1 .li div
{
    display: inline-block;
    margin: 25px 0;
    
}
.list_hzhy .item1 .li div h3{
    font-size: 16px;
}
.list_hzhy .item1 .li div  p{
    font-size: 14px;
    color: #666;
}
.list_hzhy .item1 .li img{
    width: 50px;
}

.list_hzhy .item1 .wx div 
{
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    margin: 0px 15px;
 
}
.list_hzhy .item1 .wx div img
{
   width: 130px;
 
}
.list_hzhy .item1 .link 
{
    margin-top: 50px;
}
.list_hzhy .item1 .link a{
    margin: 15px 5px;
}
.list_hzhy .item1 .link p{
    color: #396b9f;
    font-size: 20px;
}
.list_hzhy .item1 .link a img
{
    width: 30px;
}
.list_hzhy .item1  .map
{
  
    margin-top: 20px;
}
.list_hzhy .item1  .map .map_sub
{
    background-color: #eee;
    border-radius: 10px;
    margin-bottom: 20px;
  
    height: 300px;
}


.list_zxzx .title{
    text-align: center;
    margin-top: 15px;
}
.list_zxzx .title p{
    color: #666;
    text-transform: uppercase;
}
.list_zxzx  .li{
    margin: 20px 0;
    height:auto;
    overflow: hidden;
}
.list_zxzx  .li form
{
    margin-bottom: 15px;
}
.list_zxzx  .li form input,
.list_zxzx  .li form textarea
{
    resize: none;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eee;
    padding: 10px;
    box-shadow: none;
}
.list_zxzx  .li form button
{
    background: #396b9f;
    padding: 10px;
    width: 120px;
    color: #fff;
    border: none;
}

/*分页start*/
.page_info {
    text-align: center;
    margin-top: 10px;
    color: #333;
    height: auto;
    margin-bottom: 30px;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    margin-bottom: 30px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 10px;
    margin-top: 20px;
}

.page_list a {
    display: inline-block;
    color: #898989;
    text-align: center;
    padding: 3px 7px;
    margin: 3px 3px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.page_list a:hover {
    color: #fff;
    color: #0075bc;
    border-bottom: 2px solid #0075bc;
    border-radius: 0px;
}

.page_list a.on {
    color: #333;
    background: #0075bc;
    color: #fff;
}
/*分页end*/



