* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  
}

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

img {
    vertical-align: middle
}

a:hover {
    text-decoration: none !important
}
body{
    padding-top: 100px;
}


header {
    background: #fff;
    border-top: 10px solid #009f45;
   text-align: center;
 

    
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 22;
    overflow: inherit !important;
}

header .le {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .le>div {
    display: inline-block;
}

header .le .top_nav {
    margin-left: 15px;
    height: auto;

}

header .le .top_nav>div {
    display: inline-block;
    float: left;
    text-align: center;
    position: relative;
    border-right: 1px solid #eee;
}

header .le .top_nav .sub {
    position: absolute;
    top: 80px;
    background: #fff;
    z-index: 22;
    left: 0px;
    width: 100%;
    padding: 10px 3px;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    display: none;
}

header .le .top_nav .nav_on {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0px 41px;

}

header .le .top_nav .sub a {
    display: block;
    line-height: 35px;
    border-bottom: 1px solid #eee;
}

header .le .top_nav .sub a:nth-last-child(1) {
    border: none;
}

header .le .top_nav .sub a:hover {
    background-color: #009f45;
    color: #fff;
    border-radius: 5px;
}

header .le .top_nav .nav_on:hover {
    background-color: #009f45;
}

header .le .top_nav>div:hover .sub {
    display: block;
}

header .le .top_nav .nav_on:hover a h3 {
    color: #fff;
}

header .le .top_nav .nav_on:hover a span {
    color: #fff;
}

header .le .top_nav .nav_on a {
    margin: auto;
    display: inline-block
}

header .le .top_nav .nav_on h3 {
    font-size: 16px;
    margin: 0px;
    color: #4c4c4c;
    margin-bottom: 5px;
}

header .le .top_nav .nav_on span {
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
}

header .rg a {
    margin-left: 15px;
}

header .ss {
    background: url(../img/sbj.png) center/100% 100% no-repeat;
    display: flex;
    position: absolute;
    top: 80px;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, 0%);
    align-items: center;
    padding: 5px 40px;
}

header .ss p {
    display: inline-block;
    margin: 0px;
    margin-right: 10px;
}

header .ss form {
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    padding: 3px 10px;
}
header .ss form input::placeholder{
    font-size: 12px;
}
header .ss form input {
    outline: none;
    border: none;
    font-size: 12px;
    box-shadow: none;
}

header .ss button {
    outline: none;
    background: #fff;
    box-shadow: none;
    border: none;
}

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

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

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

}

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

.index .item1 .title p {
    font-size: 24px;
    margin-top: 0px;
    color: #009f45;

}

.index .item1 .li div {
    display: inline-block;
    padding: 0px 40px;
    border-left: 1px solid #eee;

}

.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: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 50px;
}

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

}

.index .item1 a:hover {
    background: #009f45;
    color: #fff;
}

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

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

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

.index .item2 .li a {
    width: calc(20% - 20px);
    margin: 10px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px 0px 20px 0px;
    box-shadow: 0px 0px 5px 1px#eee;
    float: left;
}

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

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

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

.index .item3 {
    text-align: center;
    background: url(../img/i_bj3.png) center/cover no-repeat;
    padding: 30px 0;
    color: #fff;
    height: 582px;
}
.index .item3 .container p {
    font-size: 17px;
    margin: 0px;
}
.index .item3 .container p img{
    vertical-align: middle;
    width: 25px;
    margin-right: 5px;
}
.index .item3 .container {
    padding-top: 50px;
}
.index .item3 .title p {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 20;
}

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

.index .item3 .li {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.index .item3 .container p{
    font-weight: 600;
}
.index .item4 {
    background: url(../img/i_bj4.png) center/cover no-repeat;
}

.index .item4 .container {
    position: relative;
    top: -50px;
}

.index .item4 .container div {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    position: absolute;
}

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

.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: #009f45;
}

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

}

.index .item4 a:hover {
    background: #009f45;
    color: #fff;
}

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

.index .item5 {
    padding: 50px 0px;
}

.index .item5 .le img {
    width: 100%;
    height: 357px;
    object-fit: cover;
}

.index .item5 .le .con {
    text-align: right;
    height: auto;
    overflow: hidden;
    width: 50px;
    float: right;
    
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}

.index .item5 .le span {
    display: block;
    height: 5px;
    background: #cccccc;
    width: 30px;
    border-radius: 10px;

    margin-top: 8px;
    transition: 0.2s;
    cursor: pointer;
}

.index .item5 .le span.on {
    background-color: #009f45;
    width: 100%;
}

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

.index .item5 .rg .title p {
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
}
.index .item5 .rg .tab {
    margin: 20px 0;
}
.index .item5 .rg .tab a {

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

.index .item5 .rg .tab a:hover,
.index .item5 .rg .tab a.on {
    background-color: #009f45;
    color: #fff;
}

.index .item5 .rg .li a {
    display: block;
    border-top: 1px solid #eee;
    padding: 15px 0;
    overflow: hidden;
}

.index .item5 .rg .li a span {
    color: #666666;
    margin-bottom: 5px;
    display: none;
}

.index .item5 .rg .li a p {
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index .item5 .rg .li a.on p {
    color: #009f45;
    font-size: 18px;
}

.index .item5 .rg .li a.on span {
    display: block;
    margin-bottom: 5px;
}

.index .item5 .rg .more {
    text-align: right;
    background: #cccccc;
    line-height: 45px;
}

.index .item5 .rg .more a {
    display: inline-block;
    width: 80px;
    text-align: center;
    color: #fff;
    background: #009f45;
}

.index_fixed {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    display: none;
}

.index_fixed div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    text-align: center;
    color: #009f45;
    border-radius: 15px;
    border: 2px solid #009f45;
}

.index_fixed div h3 {
    margin: 0px;
}

.index_fixed div .fixed_p {
    margin-top: 30px;
}

.index_fixed div span {
    display: block;
    width: 120px;
    line-height: 30px;
    margin: auto;
    border: 1px solid #009f45;
    border-radius: 80px;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.3s;
}

.index_fixed div span:hover {
    background-color: #009f45;
    color: #fff;
}

footer {
    background: url(../img/footer.png) bottom/cover no-repeat;
    color: #fff;
    padding: 80px 0;
    padding-bottom: 20px;
}

footer h3 {
    margin-bottom: 25px;
}

footer .l a {
    display: inline-block;
    color: #fff;
    width: 50%;
    float: left;
    line-height: 35px;
    font-size: 14px;
}

footer .l {
    border-right: 1px solid #07b954;
    padding-left: 30px;
}

footer .c {

    padding-left: 30px;
}

footer .r {
    text-align: right;
    color: #808080;
    line-height: 25px;
    font-size: 12px;
}

footer .r div {
    display: inline-block;
    text-align: center;
}

footer .r div img {
    width: 100px;
    margin: 5px;
}





.list_cplb .li .item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0;
}

.list_cplb .li .item1 .tba a {
    display: inline-block;
    
    line-height: 35px;
    border: 1px solid #999999;
    border-radius: 50px;
    font-size: 14px;
    padding: 0px 0px;
    transition: 0.3s;
}

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


.list_cplb .li .item1 form {
    border-radius: 50px;
    line-height: 35px;
    background: #fff;
    overflow: hidden;
}

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

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

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

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

.list_cplb .li .item2 h3 {
    color:#009f45;
}

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

.list_cplb .li .item2 span {
    display: block;
    border: 1px solid #009f45;
    color: #009f45;
    line-height: 35px;
    width: 120px;
    border-radius: 50px;
    margin: 25px 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_tab
{
    border-bottom: 1px solid #eee;
    background: #fff;
}
.list_tab a {
    margin: 15px 0;
    border-bottom: 2px solid #fff;
    margin-right: 25px;
    padding-bottom: 5px;
}

.list_tab a.on {
    color: #009f45;
    border-color: #009f45;
}

.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 .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
}

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

.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: 50px 0;
}

.list_zyny .item3 p {
    color: #009f45;
    font-size: 18px;
    margin: 25px 0;
}

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

.list_kypk .item1
{
    padding: 50px 0;
}

.list_kypk .item2 {
    text-align: center;
    background: url(../img/i_bj3.png) center/cover no-repeat;
    padding: 30px 0;
    color: #fff;
    height: 582px;
}
.list_kypk .item2 .container p img{
    width: 25px;
}
.list_kypk .item2 .container{
    padding-top: 50px;
   
    font-size: 17px;
}
.list_kypk .item2 .title{
    padding-top: 50px;
}

.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 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.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 {
    display: flex;
    flex-wrap: wrap;
}

.list_kypk .item3 .li p {
    line-height: 30px;
    color: #666;
    margin-bottom: 30px;
    margin-top: 10px;
}
.list_qcyl .item1
{
    text-align: center;
    padding: 50px 0;
}
.list_qcyl .item1 img
{
    max-width: 100%;
}
.list_qcyl .item2 
{
   text-align: center;
   padding-bottom: 50px;
}
.list_qcyl .item2  h3{
    color: #009f45;
    line-height: 40px;
}
.list_qcyl .item2 .li{
    height: auto;
    overflow: hidden;
    margin: 50px 0;
    color: #333333;
}
.list_qcyl .item2 .li div{
    float: left;
    width: 14.28%;
}
.list_qcyl .item2 .li div img{
    height: 40px;
    margin-bottom: 10px;
}
.list_qcyl .item2 p{
    color: #666666;
}
.list_qcyl .item3 {
  
    padding: 50px 0;
}

.list_cpzs .item1{
    background:#fafafa url(../img/cpz1.png) top center no-repeat;
    padding-bottom: 100px;
}
.list_cpzs .item1 .l{
    padding: 130px 0;
}
.list_cpzs .item1 .l h3{
    color: #009f45;
    text-transform: uppercase;
    line-height: 40px;
}
.list_cpzs .item1 .l p{
    font-size: 40px;
    color: #4c4c4c;
}

.list_cpzs .f{
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px #eee;
    padding: 50px;
    
}
.list_cpzs .f img{
    width: 100%;
}
.list_cpzs .f form
{
    width: 100%;
    line-height: 60px;
}
.list_cpzs .f form input{
    width: 80%;
    background: #f5f5f5;
    border: none;
    box-shadow: none;
    border-radius: 50px;
    padding: 0px 15px;
}

.list_cpzs .f form button
{
    width: 19%;
    float: right;
    background-color: #009f45;
    border: none;
    box-shadow: none;
    border-radius: 50px;
    color: #fff;

} 

.list_spsy .title{
    text-align: center;
    margin: 40px 0;
}
.list_spsy .title h3{
    font-size: 36px;
    color: #333333;
}
.list_spsy .title span{
    color: #009f45;
}
.list_spsy .title  p{
    color: #666666;
    font-size: 20px;
    text-transform: uppercase;
}
.list_spsy  .item1 .li div{
    display: inline-block;
    width: 33.333%;
    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: #009f45;
    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 .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: 48%;
    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: 100px 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: 85px;
    height: 85px;
    border: 1px solid #396b9f;
    border-radius: 60px;
    margin-top: 7px;
}
.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: 40px 0;
}
.list_about .item1 .box .li .desc{
    border-right: 1px solid #eee;
    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: 50%;
    display: block;
    margin: 40px auto;
    color: #fff;
    height: auto;
    overflow: hidden;
    padding: 40px 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 p{
    line-height: 40px;
}
.list_about .item2 .dd div:nth-last-child(1)
{
    border: none;
}
.list_about .item3
{
    cursor: pointer;
}
.list_about .item4 .box
{
    position: relative;
    margin-bottom: 100px;
}
.list_about .item4 .box::after
{
    content: "";
    position:absolute;
    height: 100%;
    width: 1px;
    background: #eee;
    left: 50%;
    top: 0%;
}
.list_about .item4 .box .item{

    width: 45%;
clear: both;
position: relative;
}
.list_about .item4 .box .item font{
    border: 1px solid #eee;
    padding: 10px 20px;
    font-weight: 800;
    border-radius: 50px;
    z-index: 2;
    background: #fff;
}

.list_about .item4 .box .item:nth-of-type(2n - 1) font
{
    position: absolute;
    right: -19%;
    top: 10px;
}
.list_about .item4 .box .item:nth-of-type(2n) font
{
    position: absolute;
    left: -19%;
    top: 10px;
}
.list_about .item4 .box .item:nth-of-type(2n)
{
    float: right;
    margin-top: -15px;
}
.list_about .item4 .box .item h3{
    background: #ebf0f5;
    border-radius: 10px 10px 0px 0px;
    color: #333;
    margin: 0px;
    font-size: 25px;
    font-weight: 800;
    padding:15px 20px;
    
}
.list_about .item4 .box .item >div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}
.list_about .item4 .box .item >div img{
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.list_about .item4 .box .item >div div{
    width: calc(100% - 170px);
    color: #666;
}
.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: 60%;
    height: 60%;
    position: absolute;
    top: 20%;
    left: 20%;
    object-fit: cover;
  
}


.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 .container .item2 img{
    border: 11px solid #fff;
}
.list_shzr .title{
    text-align: center;
    margin: 30px 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{
    padding: 50px;
    position: relative;
}
.list_shzr .item2 .swiper-slide
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
}
.list_shzr .item2 .swiper-slide img{
    width: 50%;
    height: 300px;
    object-fit: cover;
}
.list_shzr .item2 .swiper-slide .txt{
    width: 50%;
    padding: 25px;
}
.list_shzr .item2 .swiper-slide .txt h3{
    margin: 0px;
    font-size: 18px;
}
.list_shzr .item2 .swiper-slide .txt span{
display: inline-block;
width: 50px;
height: 2px;
background: #009f45;  
margin: 15px 0;  
}
.list_shzr .item2 .swiper-slide .txt p{
    color: #666;
    line-height: 25px;
}
.list_shzr .item2 .swiper-slide .txt a{
    display: inline-block;
    text-align: center;
    line-height: 33px;
    background-color: #5891cd;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 0px 10px;
}
.list_shzr .item2 .swiper-slide .txt a:hover
{
    background-color: #396b9f;
}

.list_qydt .box
{
    margin: 30px -15px;
    display: flex;
    flex-wrap: wrap;
}
.list_qydt .box a
{
    margin-bottom: 15px;
}
.list_qydt .box a img{
    width: 100%;
    height: 200px;
    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;
}
.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;
}
.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 .item2 
{
    padding-bottom: 100px;
}
.list_jtzp .item2  .li
{
   display: flex;
   flex-wrap: wrap;
}
.list_jtzp .item2  .li a{
    margin-bottom: 20px;
    display: inherit;
}
.list_jtzp .item2  .li .desc{
     word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 10; 
    overflow: hidden;
}
.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{
    margin: 50px auto;
    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 .wx div 
{
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    margin: 0px 15px;
 
}
.list_hzhy .item1 .wx div img{
    width: 120px;
    height: 120px;
}
.list_hzhy .item1 .link 
{
    margin-top: 50px;
}
.list_hzhy .item1 .link a img{
    width: 50px;
}
.list_hzhy .item1 .link a{
    margin: 15px;
}
.list_hzhy .item1 .link p{
    color: #396b9f;
    font-size: 20px;
}
.list_hzhy .item1  .map
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.list_hzhy .item1  .map .map_sub
{
    background-color: #eee;
    border-radius: 10px;
    width: 48%;
    height: 300px;
}

.list_zxzx .title{
    text-align: center;
    margin-top: 50px;
}
.list_zxzx .title p{
    color: #666;
    text-transform: uppercase;
}
.list_zxzx  .li{
    margin: 60px 0;
    height:auto;
    overflow: hidden;
}
.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;
}

.list_cpxq .item1
{
    text-align: center;
    margin: 100px auto;
}
.list_cpxq .item1 img{
    max-width: 100%;
}
input:focus{
    border: none;
    box-shadow: none;
    outline: none;
}
.list_cpxq .item1 form
{
    margin: 40px auto;
    border-radius: 80px;
    line-height:50px;
    background: #f5f5f5;
    width: 70%;
    overflow: hidden;
    display: block;
}
.list_cpxq .item1 form input{
    width: 80%;
    border: none;
    background: #f5f5f5;
    box-shadow: none;
    padding: 0px 15px;
}
.list_cpxq .item1 form  button{
    width: 20%;
    background-color: #396b9f;
    color: #fff;
    float: right;
    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 10px;
    margin: 3px 5px;
    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*/.parts-floating li{	background-color: #165da8 !important;    border-color: #165da8;    color: #165da8;}.parts-floating li:hover{	background-color: rgba(17, 77, 140, 0.6) !important;    border-color: rgba(17, 77, 140, 0.6);}