@import "https://at.alicdn.com/t/c/font_4253029_fvjlbvib0fo.css";
@import "https://at.alicdn.com/t/c/font_178760_4jb088ofk19.css";
@font-face {
    font-family: 'Alifonts';
    src: url('/public/assets/css/qcxd/font/AlimamaDaoLiTi.ttf') format("truetype");
}
@font-face {
    font-family: 'Pangmen';
    src: url('/public/assets/css/qcxd/font/庞门正道粗书体6.0.ttf') format("truetype");
}
a:hover
{
    text-decoration: none;
    color: #333;
}
select:focus-visible{
    outline: none;
}
.btn:focus,
 a:focus
{
    outline: none;
    outline-offset: 0px;
}

img
{
    max-width: 100%;
}

html
{
    height: 100%;
    min-height: 100%;
    background: #F2F5F8;
}

li
{
    list-style: none;
}
.header-banner .container {
   position: absolute;
   top: 0;
   left: 50%;
   transform: translate(-50%,0);
}
.logo {
   display: flex;
   align-items: center;
   margin-top: 20px;
   margin-left: -10px;
}
.logo img {
   width: 51px;
   height: 51px;
   margin-right: 10px;
}
.logo span {
   color: #fff;
   font-size: 30px;
   font-weight: bold;
}
.wza {

   border-radius: 50px;
   padding: 6px 20px;
   cursor: pointer;
   right: 20px;
   position: absolute;
   top: 30px;
   z-index: 999;
   color: #fff;
   border: 1px #fff solid;
}
.wza:hover{
   background-color: #fff;
}

.header{
    position: relative;
}
.list-title{

font-size: 30px;

color: #1090EB;

font-weight: 600;

}
    .list-title span{
        
border-bottom: 4px #1090EB solid;
        
padding-bottom: 6px;
        
display: initial;
        
padding-right: 10px;
    }
ul.list-ul{

margin-top: 30px;
}
ul.list-ul li{position: relative;list-style: none;background: none;padding-left: 35px;border-bottom: 1px #bbb dashed;padding-bottom: 20px;padding-top: 20px;}
ul.list-ul li::before{
    content: '';
    width: 20px;
    height: 19px;
    background: url(/public/assets/img/qcxd/list-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 24px;
}
ul.list-ul li a{

color: #333;

font-size: 18px;
}
ul.list-ul li span.time{

color: #666;

font-size: 16px;
width: 24%;
top: 21px;
}
.breadcrumb{

}
.breadcrumb>li,
.breadcrumb>li a{

color: #666;

font-size: 16px;
}
.pagination>li>a, .pagination>li>span,
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
    background-color: transparent;
}
.Article_content{
    border-top: solid 1px #bbb;
}

.public-title{
text-align: center;
}


.public-title img{
    height:90px ;
}
.public-title2{text-align: center;margin: 40px 0px;position: relative;}
.public-title2 img{
    height: 65px;
}

.pic-img{
    width: 263px;
    float: left;
}
.searching-maps{
    margin: 30px 0px;
}

.container2{
    width: calc(((100% - 1100px) / 2) + 1100px - 15px);
    position: relative;
}
.huxi {
    padding-bottom: 100px;
}
.huxi .container2::before{
    content: '';
    width: calc(100% + 50px);
    height: 500px;
    background: url(/public/assets/img/qcxd/h-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -20px;
    left: -50px;
}
.owl1{

margin-top: 30px;
}
.owl1 .item {
 position: relative;
    }
.owl1 .item::before {
    content: '';
    background: url(/public/assets/img/qcxd/bf.png) no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 1;
    background-size: 100% 100%;
    top: 80px;
    left: calc(50% - 12px);
}
.owl1 .item img{
    height: 185px;
    object-fit: cover;
}
.owl1 .item img:hover{
    opacity: 1;
}
.owl1 .item  .item-detail{
    
position: relative;
    
padding: 10px  15px;
}
.owl1 .item  .item-detail::before{
    content: '';
    width: calc(100% + 15px);
    height: 200px;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 239, 192, 1), rgba(255, 254, 226, 1));
    z-index: -1;
    bottom: 0px;
    border-radius: 0px 20px 50px 0px;
    left: 0px;
}
.owl1 .item  .item-detail h4{
    
font-size: 18px;
    
color: #C20C0C;
    
overflow: hidden;
    
text-overflow: ellipsis;
    
white-space: nowrap;
    
position: relative;
    
font-weight: bold;
    
margin-top: 0px;
}
.owl1 .item  .item-detail h4 span{
    
position: absolute;
    
background: linear-gradient(to left, rgba(255, 129, 74, 1), rgba(194, 12, 12, 1));
    
color: #fff;
    
font-size: 13px;
    
padding: 3px 10px;
    
border-radius: 20px;
    
right: 30px;
}
.owl1 .item  .item-detail p{
    
font-size: 16px;
    
color: #5F1414;
    
overflow: hidden;
    
text-overflow: ellipsis;
    
white-space: nowrap;
}

.owl1 .owl-item:nth-child(even){
    margin-top: 50px;
}
.owl1 .owl-controls  .owl-nav{
    display: block;
    background-color: #fff;
    border-radius: 20px;
    padding: 3px 15px;
    float: left;
    margin-left: 150px;
}
.owl1  .owl-controls .owl-nav [class*=owl-]{
    color: #c42f32;
    background: none;
    padding: 0px;
    margin: 5px 0px  0px;
    width: 30px;
    height: 19px;
    position: relative;
    display: inline-block;
}
.owl1  .owl-controls .owl-nav .owl-prev{
    margin-right: 20px;
}
.owl1  .owl-controls .owl-nav .owl-next{
    margin-left: 20px;
}

.owl1  .owl-controls .owl-nav .owl-prev::before{
    content: '';
    width: 100%;
    height: 100%;
    background: url(/public/assets/img/qcxd/prev.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    }
    .owl1  .owl-controls .owl-nav .owl-next::before{
        content: '';
        width: 100%;
        height: 100%;
        background: url(/public/assets/img/qcxd/next.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .Memory{
        padding-top: 30px;
        background-image: linear-gradient(to bottom,rgba(255, 253, 247, 0.1) 0%,rgba(255, 250, 235, 1) 20%);
        padding-bottom: 1px;
    }
    .spring{
        background: url(/public/assets/img/qcxd/spring-bg.png) no-repeat;
        background-size: 100% 100%;
        padding: 0px 0px   60px;
    }
    .spring-owl{

position: relative;

}
    .spring-owl .item{

    }
    .spring-owl .item .spring-owl-left{

    }
    .spring-owl .item .spring-owl-left img{

height: 300px;

object-fit: cover;

border-radius: 10px;

}
    .spring-owl .item .spring-owl-right {

    }
    .spring-owl .item .spring-owl-right h4.title {

color: #30532C;

font-size: 23px;

line-height: 33px;

font-weight: bold;
}
    .spring-owl .item .spring-owl-right p.text {

font-size: 16px;

color: #666666;

margin-top: 25px;

line-height: 26px;
}
    .spring-owl .item .spring-owl-right p.time {

font-size: 16px;

color: #888;

margin-top: 30px;

text-align: right;

font-weight: 500;
}
    .spring-owl .item .spring-owl-right a {
         background: url(/public/assets/img/qcxd/more-bg.png) no-repeat;
         background-size: 100% 100%;
         color: #fff;
         padding: 10px 15px;
         font-size: 16px;
         margin-top: 32px;
         display: inline-block;
         letter-spacing: 2px;
    }
    .spring-owl .item .spring-owl-right a i{
        font-size: 20px;
    }
    .spring-owl  .owl-controls .owl-nav{

width: 142px;

top: auto;

bottom: 10px;

background-color: #F3FFE4;

left: calc(50% - 154px);

height: 49px;

border-top-left-radius: 31px;
}
    .spring-owl  .owl-controls .owl-nav [class*=owl-]{

font-size: 14px;

border-radius: 100%;

padding: 2px 6px;

background-color: transparent;

border: 1px #71C365  solid;

color: #268C17;

top: 10px;

}
    .spring-owl  .owl-controls .owl-nav [class*=owl-]:hover{

background: linear-gradient(45deg, rgba(252, 255, 86, 1), rgba(75, 219, 74, 1));

color: #268C17;

}
    .spring-owl  .owl-controls .owl-nav .owl-prev{

left: 20px;

}
    .spring-owl  .owl-controls .owl-nav .owl-next{
        
right: 10px;
    }

    .summer{
        background: url(/public/assets/img/qcxd/summer-bg.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 40px;
    }
    .swiper-left{
        width: 35%;
        float: left;
        padding-right: 15px;
    }
    .swiper-left .title{

font-size: 21px;

color: #005358;

line-height: 27px;

display: -webkit-box;

-webkit-box-orient: vertical;

-webkit-line-clamp: 2;

overflow: hidden;

text-overflow: ellipsis;

white-space: break-spaces;

font-weight: 600;
}
    .swiper-left  .text{
        
font-size: 16px;
        
color: #555;
        
margin-top: 20px;
        
display: -webkit-box;
        
-webkit-box-orient: vertical;
        
-webkit-line-clamp: 3;
        
overflow: hidden;
        
text-overflow: ellipsis;
        
white-space: break-spaces;
    }
    .swiper-left  .time{
        color: #666;
        font-size: 14px;
        margin-top: 20px;
    }
    .swiper1{
        width: 65%;
        float: left;
        position: static;
    }
    .swiper1  .swiper-slide{

    }
    .swiper1  .swiper-slide a{
        position: relative;
        display: block;
    }
    .swiper1  .swiper-slide a::before{
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom,rgba(194, 238, 237, 1),rgba(206, 255, 245, 1));
        position: absolute;
        z-index: -1;
        border-radius: 5px;
        left: 10px;
        top: 10px;
    }
    .swiper1  .swiper-slide img{
        
height: 200px;
        
width: 100%;
        
object-fit: cover;
    }
    .swiper1  .swiper-slide h4{
        
    }
    .swiper1  .swiper-slide h4 p.title{
        
color: #364253;
        
font-size: 16px;
        
line-height: 23px;
        
padding-left: 30px;
        
padding-right: 10px;
        
display: -webkit-box;
        
-webkit-box-orient: vertical;
        
-webkit-line-clamp: 2;
        
overflow: hidden;
        
text-overflow: ellipsis;
        
white-space: break-spaces;
    }
    .swiper1  .swiper-slide h4 p.time,
    .swiper1  .swiper-slide h4 p.detail{
        
display: none;
    }
    .swiper1 .nav-div {
        width: 120px;
        height: auto;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .swiper1 .swiper-button-next, .swiper1 .swiper-button-prev {
        position: initial!important;
        width: 26px;
        height: 26px;
        margin-top: 20px;
        z-index: 10;
        cursor: pointer;
        color: #178C81;
        display: flex;
        border: 1px #48C0BF solid;
        border-radius: 100%;
    }
    .swiper1 .swiper-button-prev {
        float: left;
    }
    .swiper1 .swiper-button-next {
        float: right;
    }
    .swiper1 .swiper-button-next:after, 
    .swiper1 .swiper-button-prev:after{
        font-size: 13px;
    }
    .swiper1 .swiper-button-next:hover, .swiper1 .swiper-button-prev:hover{
        background: linear-gradient(to bottom,rgba(72, 192, 191, 1),rgba(206, 255, 245, 1));
    }

    .autumn{

background: url(/public/assets/img/qcxd/autumn-bg.png) no-repeat;
background-size: 100% 100%;
padding-bottom: 20px;
}
    .autumn-owl{

    }
    .autumn-owl .item a{
        transition: all  1s;
    }
    .autumn-owl .item a img{
		border: 7px #FCD49F solid;     
		border-radius: 15px;
		height:237px;
		object-fit:cover;
    }
    .autumn-owl .item a  .autumn-owl-content{
        
background-color: #fff;
        
margin: 0px 15px;
        
position: relative;
        
top: -30px;
        
padding: 10px;
transition: width 2s;
    }
    .autumn-owl .item a  .autumn-owl-content::before{
        content: '';
        width: 0%;
        height: 2px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        background-color: #ff9f33;
        transition: width 2s;
    }
    .autumn-owl .item a:hover  .autumn-owl-content::before{
        width: 100%;
    }
    .autumn-owl .item a  .autumn-owl-content::after{
        content: '';
        height: 0%;
        width: 5px;
        position: absolute;
        background-color: #ff9f33;
        top: 0px;
        right: 0px;
        transition: height 2s;
    }
    .autumn-owl .item a:hover  .autumn-owl-content::after{
        height: 100%;
    }
    .autumn-owl .item a  .autumn-owl-content h4 {
        
position: static;
        
background: none;
        
color: #364253;
        
margin-top: 0px;
        
font-size: 16px;
        
line-height: 25px;
        
padding: 3px;
    }
    .autumn-owl .item a  .autumn-owl-content h4 span{
        display: -webkit-box;
        
        -webkit-box-orient: vertical;
                
        -webkit-line-clamp: 2;
                
        overflow: hidden;
                
        text-overflow: ellipsis;
                
        white-space: break-spaces;
                
        font-size: 17px;
    }
    .autumn-owl .item a  .autumn-owl-content p{
        
text-align: right;
        
margin-bottom: 0px;
        
color: #848484;
        
font-size: 14px;
        
padding-right: 10px;
    }
    .autumn-owl .owl-controls{

    }
    .autumn-owl .owl-controls .owl-nav{
        
    }
    .autumn-owl .owl-controls .owl-nav [class*=owl-]{
        
position: absolute;
        
top: 30%;
        
background-color: #FF9F33;
        
padding: 7px;
    }
    .autumn-owl .owl-controls .owl-nav .owl-prev{

left: -45px;

}
    .autumn-owl .owl-controls .owl-nav .owl-next{

right: -45px;

}
.winter{
    background: url(/public/assets/img/qcxd/winter-bg.png) no-repeat;
background-size: 100% 100%;
padding-bottom: 40px;
}
.winter-owl{

}
.winter-owl .owl-item  img{

}
.winter-owl .owl-item > .item a .title{
    bottom: auto;
    top: 0px;
    width: 100%;
    padding-right: 26px;
    background: url(/public/assets/img/qcxd/winter-owl-bg.png) no-repeat center top;
    background-size: 100% 100%;
    height: 58.5px;
    position: relative;
}
.winter-owl .owl-item > .item a .title  span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    font-size: 16px;
    width: 100%;
    line-height: 20px;
}
.winter-owl .owl-controls .owl-nav [class*=owl-]{
    background: url(/public/assets/img/qcxd/winter-prev.png) no-repeat;
    background-size: 100% 100%;
    padding: 7px 15px;
    margin: 25px 15px;
}
.winter-owl .owl-controls .owl-nav [class*=owl-]:hover{
    background: url(/public/assets/img/qcxd/winter-hover.png) no-repeat;
    background-size: 100% 100%;
}
.mores{
    padding-left: 10px;
    border-left: 4px solid;
    line-height: 1;
    display: block;
    position: absolute;
    right: 0px;
    font-size: 16px;
}
.winter  .mores{

color: #5F3EDA;

border-color: #5F3EDA;
}
.autumn  .mores{
    
background-color: #FF9F33;
    
border-left: none;
    
padding-left: 0px;
    
color: #fff;
    
padding: 7px 15px;
    
border-radius: 5px;
    
top: 50px;
}
.summer  .mores{
    
color: #005358;
    
border-color: #005358;
}
.autumn  .mores i{
    
font-size: 14px;
    
padding-right: 10px;
}
.location {
    position: absolute;
    right: 100px;
}
.div-menu  ul{

width: 270px;

background-color: rgba(251, 247, 228 , 50%);

padding: 20px  15px;

border-radius: 10px;

z-index: 9;

box-shadow: 0px 0px 3px 3px rgb(232 188 119 / 10%);

top: 10px;

right: 10px;
}
.div-menu h4{
    
color: #872020;
    
font-size: 18px;
    
text-align: right;
    
padding-right: 100px;
    
position: relative;
    
margin-bottom: 30px;
}
.div-menu h4::before{
    content: '';
    width: 45px;
    height: 0.5px;
    background-color: #C6C6C6;
    position: absolute;
    right: 33px;
    top: 15px;
}
.div-menu h4::after{
    content: '';
  
  
    position: absolute;
    right: 0px;
    top: -10px;
}
.div-menu ul{padding-left: 0px;}
.div-menu ul li{
    
padding-right: 63px;
    
text-align: right;
    
line-height: 2.5;
    
position: relative;
}
.div-menu ul li::after{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #AACFA2;
    position: absolute;
    border-radius: 100%;
    top: 15px;
    right: 0px;
}
.div-menu ul li::before{
    content: '';
    width: 40px;
    height: 0.5px;
    background-color: #C6C6C6;
    position: absolute;
    right: 16px;
    top: 18px;
}

.div-menu ul li:nth-child(1)::after{
    content: '';
    width: 22px;
    height: 50px;
    background: url(/public/assets/img/qcxd/menu-title.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -9px;
    right: -10px;
}
.div-menu ul li:nth-child(2){
  
}
.div-menu ul li:nth-child(3)::after,
.div-menu ul li:nth-child(2)::after{
    content: '';
    background-color: #CC7669;
}
.div-menu ul li:nth-child(4)::after{
    content: '';
    width: 20px;
    height: 20px;
    background: url(/public/assets/img/qcxd/menu-li3.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 3px;
    right: -5px;
}
.div-menu ul li a{
    
font-size: 13px;
    
color: #555;
}
.div-menu ul li.active a{ 
    background-color: transparent!important;
    border: none!important;
    color: #872020!important;
    
font-size: 18px!important;
}
.div-menu ul li a:hover{
    background-color: transparent;
}
.Article_content video,
.Article_content img{
    max-width: 80%;
    margin: 10px auto;
    height: auto;
}
.img-list {
    margin-top: 40px;
    padding-left: 0px;
}
.img-list li {
    margin-bottom: 20px;
}
.img-list li a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 5px #ddd;
}
.img-list li a img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.img-list li .title {
    padding: 5px 10px;
}
.img-list li .title h4 {
    color: #333;
    margin: 5px 0px  20px;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
}
.img-list li .title p {
    margin-bottom: 12px;
}
.img-list li .title p span {
    font-size: 14px;
    color: #999;
}
.img-list li .title p span+span {
    float: right;
    border: 1px #3EA8DE  solid;
    border-radius: 20px;
    padding: 2px 10px;
    margin-top: -2px;
    color: #3EA8DE;
    font-size: 13px;
}
.mores2{
    color: #5F1414;
    border-left: none;
    padding-left: 0px;
    
}
.mores2::after{
    content: '';
    width: 62%;
    height: 1.5px;
    background-color: #BD292F;
    position: absolute;
    right: 1px;
    bottom: -6px;
}
.footer
{
    padding-bottom: 8px;
    margin-top: 0px;
    background-color: #565a5d;
    color: #b7b9ba;
    font-size: 12px;
}

.footer .links
{
    float: left;
    width: 100%;
    margin-bottom: 25px;
    background-color: #4e5358;
}

.footer .links ul
{
    position: relative;
}

.footer .links li
{
    margin-left: 150px;
    float: left;
    color: #fff;
}

.footer .links li:first-child
{
    margin-left: 0;
}

.footer .links li p
{
    margin: 0;
    padding: 15px 0;
}

.footer a
{
    color: #b7b9ba
}

.footer .links li p a
{
    color: #fff;
}

.footer .links li p i
{
    margin-left: 3px;
    display: inline-block;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);

    -moz-transform: rotate(-90deg);

    -webkit-transform: rotate(-90deg);

    -o-transform: rotate(-90deg);
  
}

.footer .links .dropdown
{
    position: static;
}
 /*底部新增样式*/
.footer .links .dropdown{
    margin-left:235px;
}
.footer .links .dropdown ul
{
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 100%;
}

.footer .links .dropdown li
{
    float: none;
    margin-right: 0;
    color: #666;
}

.footer .links .dropdown li a
{
    margin: 5px 0;
    float: left;
    width: 16.666%;
    clear: none;
}

.footer-logo:before
, .footer-logo:after
{
    display: table;
    content: '';
}

.footer-logo:after
{
    clear: both;
}

.footer-logo
{
    line-height: 28px;
}

.footer-logo img
{
    display: block;
    margin: 0 auto;
    width: 96px;
}

.footer-logo span
{
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #b7b9ba;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 3px;
}

.footer-logo p
{
    line-height: 20px;
    margin: 15px 0 30px;
}

.footer-add
{
    margin-top: 10px;
}

.footer-add li
{
    float: left;
    padding: 3px 0;
    text-align: left;
}
/*
.footer-icp {
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 25px;
    text-align: right;
}
*/
.footer-icp a
{
    display: inline-block;
    margin-left: 25px;
}

.footer-icp img
{
    margin: 18px auto;
}

.footer-icp .zc img
{
    width: auto;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
}

.footer-icp p
{
    margin-bottom: 0;
    color: #b7b9ba;
}

.footer-icp .item
{
    float: right;
    width: 25%;
    text-align: center;
}

.footer-icp .zc
{
    width: 35%;
}

.footer .icp
{
    color: #b7b9ba;
}

.footer-help a
{
    padding: 0 13px;
    display: inline-block;
    color: #b7b9ba;
    line-height: 14px;
}

.footer-help > a + a
{
    border-left: 1px solid #b9b9b9;
}

.footer-help a:last-child
{
    border-right: 0;
}

.footer-help a:hover
{
    color: #e4e4e5;
}

.footer-bottom
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,.3);
    padding: 6px 0;
    margin-top: 10px;
}

.footer-bottom:before,.footer-bottom:after
{
    display: none;
}

.footer-links
{
    display: flex;
    justify-content: space-around;
}

.float-btn-group
{
    display: none;
}

.breadcrumb{
    background-color: transparent;
    margin: 10px 0px 0px 0px;
}

.phone{
    display: none;
}
@media (min-width: 1400px){

}
@media (min-width: 1200px){
    .container {
        width: 1100px;
    }
    .location{
        right: 80px;
    }
}


@media (max-width:991px) {
    .banner{
        margin-bottom: 20px;
    }
   
    .header img.logo{
        width: 40px;
        height: 40px;
    }
  
    .footer-add ul li{
        width: 100%!important;
        text-align: center;
    }
    .footer-bottom{
        flex-direction: column;
        align-items: center;
    }
    .footer .links{
        text-align: center;
        float: none;
    }
    .footer .links ul{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-icp{
        display: flex;
        justify-content: center;
    }
    .footer .links li{
        margin-left: 0;
        text-align: center;
    }
    .footer-help{
        line-height: 2.4;
        text-align: center;
    }
    .article img{
        width: 100%;
    }
    .footer-help img{
        display: inline-block;
        flex-shrink: 0;
        margin:0 auto;
    }
  


}
@media (max-width:767px) {
 
   

    .header img.logo{
        height: 45px!important;
    }

    .wza{
        transform: scale(.5);
        top: 0px;
    }
 .pic{
    display: none;
 }
.phone{
    display: block;
}
.swiper1 .nav-div{
    position: static;
    margin: 0px auto;
}
}

@media (max-width:640px) {
    .logo {
        transform: scale(.5);
        margin-left: -20%;
        margin-top: -2%;
    }
    .logo span {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
    }
    .header-banner .container{
        width: 100%;
    }
    .logo img {
        width: 40px;
        height: 40px;
       
    }
    .swiper1 .swiper-slide img{
        height: 110px;
    }

}
@media (max-width:1300px) {
    /* .pic ul li:nth-child(7) .pic-detail{
        left: 0px!important;
    } */

}
@media (max-width:767px) {
    .container2 {
        width: 100%;
        position: relative;
        padding: 0px 15px;
    }
    .swiper1,
    .swiper-left{
        width: 100%;
    }
    .public-title2 img {
        height: 40px;
    }
    .spring-owl .item .spring-owl-right h4.title {
        color: #30532C;
        font-size: 20px;
        line-height: 24px;
    }
    .spring-owl .item .spring-owl-right p.text {
        font-size: 14px;
        color: #666666;
        margin-top: 6px;
        line-height: 24px;
    }
    .spring-owl .item .spring-owl-right p.time{
        margin-top: 0px;
        font-size: 14px;
    }
    .spring-owl .item .spring-owl-right a{
        float: right;
    }
    .owl1 .item img,
    .spring-owl .item .spring-owl-left img{
        height: auto;
    }
    .owl1 .item .item-detail h4{
        font-size: 17px;
    }
    .owl1 .item .item-detail p{
        font-size: 14px;
    }
    .huxi{
        padding-bottom: 30px;
    }
    .mores{
        font-size: 14px;
    }
    .autumn-owl .owl-controls .owl-nav [class*=owl-]{
        display: none!important;
    }
    .pic{
        width: 100%;
    }
    .pic-img {
        width: 300px;
        float: none;
        margin: 0px auto 20px;
        display: block;
    }
    .txt .p1{
        padding: 80px 4px 0px;
        font-size: 16px;

    }
    .txt .p1 span{
        width: 25px;
        height: 25px;
        display: block;
        line-height: 1.5;
    }
    .pic ul li .pic-detail{
        width: 0px!important;
    }
    .swiper-left .title{
        font-size: 20px;
        line-height: 27px;
    }
    .public-title img{
        height: 60px;
    }
    .list-title{
        font-size: 18px;
    }
    .div-menu{
        display: none!important;
    }
    .txt{
        width: 100%;
    }
    .autumn-owl {
        margin-top: 50px;
    }
}
@media (max-width:480px) {


}
@media (max-width:360px) {

}

@media (max-width: 767px) {
 
}



/*无障碍关怀版样式*/
.ztwza {
        overflow: hidden;
    position: absolute;
    border-radius: 25px;
    border: 2px solid rgba(255,255,255,1);
    padding: 10px 0px;
    right: 0px;
    top: 20px;
}
.ztwza ul{
    padding-left: 0px;
}
.ztwza li {
    float: left;
    list-style: none;
}
.ztwza a {
    display: inline-block;
    width: auto;
    border-right: 1px solid rgba(255,255,255,1);
    padding: 0px 21px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
}

/*h2标签隐藏样式*/
.disnone {
    display: none;
}

/*分页按钮样式*/


.pagination>li>a, .pagination>li>span {
    color: #606266;
    padding: 5px 11px;
    margin: 0 5px;
    border: none;
    background-color: #F0F2F5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #0069c5;
    border-color: ##0069c5;
}



.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    background-color: #F0F2F5;
    border-color: #F0F2F5;
    color: #C0C4CC;
}

.pagination {
    margin: 31px 0;
    margin-top: 51px;
}
.pagination .whj_padding {
    display: inline-block;
    padding: 5px 13px;
    border-radius: 3px;
    cursor: pointer;
    background-color: transparent;
    margin:5px;
    border: 1px #DBE0E4 solid;
}
.pagination .whj_checked {
   border-color: #0069c5;
   color: #fff!important;
   background-color: #0069c5;
}

/* .pagination .whj_hoverDisable{ */
   /* cursor: not-allowed; */
   /* border-color: #F0F2F5; */
   /* color: #3A3A3A; */
/* } */
.totlepage{ display: inline-block;}
.footer-icp a:first-child {
    margin-left: 0;
}

.footer-ewm-0618 img{
    width: 68px;
}