.xy-head{

    position: relative;
    padding-bottom: 24px;
    /* box-shadow: 0 2px 2px -15px rgba(0, 0, 0, .2); */
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2);
}
.xy-menu{

    padding-top: 60px;
    padding-right: 310px;
}
.xy-menu>li+li{
     background: none;
}
.xy-menu>li{

    width: 14.2%;
}
.xy-menu>li>a{
    height: 50px;
    line-height: 50px;
    font-size:16px;
    color:#464646;
    font-weight: bold;
}
.xy-head-left .logo{

    padding-top: 38px;
}
.xy-head-navbar .xy-search{

    width: 182px;
    background: #c9c9c9;
    top: 70px;
    color: #fff;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;

  }
  
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;

  }
  
  :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;

  }   
@media (min-width: 1400px){
    .container {
        width: 1370px;
    }
}
.about-mods{
    padding-top: 106px;
    padding-bottom: 146px;
    background: url(../images/about_bg.png) center no-repeat;
    background-size: cover;
}
.tit{
    
    font-size: 36px;
    color: #222;
    text-align: center;
    height: 64px;
}
.about-mods .tit{

    margin-bottom: 76px;
    background: url(../images/about_tit.png) bottom no-repeat;
}
.aboutImg{

    overflow: hidden;
}
.aboutImg img{

    max-width: 100%;
    transition: all 0.3s;
}
.aboutImg img:hover{

    transform: scale(1.2);
}
.aboutCont h4{

    margin-bottom: 32px;
    font-size: 26px;
    color: #0c7e43;
    font-weight: normal;
}
.aboutCont p{

    font-size: 15px;
    color: #555555;
    line-height: 35px;
}
.aboutCont .look{

    display: inline-block;
    padding: 0 70px;
    line-height: 52px;
    height: 52px;
    background: #0c7e43;
    font-size: 14px;
    color: #fff;
}
.aboutCont .look:hover{

    background: #f08801;
}
.advantage{

    padding: 72px 0 60px;
    background: #0c7e43;
    border-top: 10px solid #046129;
}
.adList li{

    float: left;
    width: 18%;
    padding: 16px 0 22px;
    margin-right: 1%;
    border:1px solid #f0de98;
    border-radius: 20px;
    text-align: center;
}
.adList li .img{

    height: 46px;
    overflow: hidden;
    
}
.adList li .img img{

    transition: all 0.3s;
    vertical-align: middle;
}
.adList li:hover img{

    transform: scale(1.1);
}
.adList li  h4{

    margin-top: 10px;
    font-size: 22px;
    color: #f0de98;
    font-weight: normal;
}
.hottel span.lines{

    display: inline-block;
    padding: 4px;
    border:1px solid #84aa63;
    font-size: 14px;
    color: #f0de98;
    line-height: 14px;
    float: left;
    margin-right: 14px;
}
.hottel .hotwrap{

    overflow: hidden;
    position: relative;
}
.hotwrap p{

    margin-bottom: 0;

}
.p1{

    margin-top: 24px;
    display: inline-block;
    padding: 12px;
    background-color: #f0de98;
    font-size: 16px;
    color: #046129;
}

.products{

    background: url(../images/pro_bg.png) bottom no-repeat;
    background-size: 100% auto;
 }

.products .tit{

     margin-top: 110px;
     background: url(../images/pro_tit.png) bottom no-repeat;
}

.productList li .inner{
    padding: 15px 15px 50px;
    margin: 96px auto 210px;
    height: 505px;
    box-shadow: 0 2px 12.09px .91px rgba(8, 1, 3, .35);
    background: #fff;
}
.productList li .inner .img{

    overflow: hidden;
}
.productList li .inner img{

    transition: all 0.3s;
}
.productList li:hover img{

    transform: scale(1.2);
}
.productList li .wz{

    padding: 0 30px;
    text-align: center;   
}
.productList li .wz h3{

    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 42px;
    font-size: 18px;
    color: #4b4b4b;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.productList li .wz .info{

     font-size: 14px;
     color: #868686;
    
}
.productList li .wz .more{

    display: inline-block;
    padding: 0 22px;
    height: 32px;
    line-height: 32px;
    margin-top: 32px;
    border-radius: 20px;
    background: #0c7e43;
    font-size: 14px;
    color: #fff;
}

.productList li:hover .wz .more{
    background: #f08801;
}
.productList .slick-arrow,.base-banner .slick-arrow{

    display: inline-block;
    width: 42px;
    height: 50px;
    font-size: 0;
    outline: none;
    border:none;
    position: absolute;
    top: 38%;
    z-index: 99;
}
.productList .slick-prev{

    left: -10px;
    background: url(../images/prev.png) center no-repeat #0c7e43;
}
.productList .slick-next{

    right: -10px;
    background: url(../images/next.png) center no-repeat #0c7e43;
}
.base-banner .slick-prev{

    left: 0;
    background: url(../images/prev.png) center no-repeat #8b8e90;
}

.base-banner .slick-next{

    right:0;
    background: url(../images/next.png) center no-repeat #8b8e90;
}
.base-banner .slick-prev:hover{

     background: url(../images/prev.png) center no-repeat #0c7e43;
}

.base-banner .slick-next:hover{

    
    background: url(../images/next.png) center no-repeat #0c7e43;
}
.base-mods{

    margin: 106px 0 110px;
}
.baseCont{

     
     padding: 64px 58px 88px 54px;
     background: #0c7e43;
}
.baseCont h4{

    font-size: 36px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}
.baseCont h3{

    margin: 28px 0 42px;
    font-size: 24px;
    color: #fff;
}

.baseCont p{

    line-height: 30px;
    font-size: 14px;
    color: #fff;
}
.baseCont a{

    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    color: #0c7e43;
    text-align: center;
    background: #fff;
}

.base-mods .col-md-3{

    padding-right: 0;
}
.base-mods .col-md-9{

    padding-left: 0;
}

.xyin-news{

    padding: 110px 0;
    background-attachment: fixed;
    background-size: cover;

}
.xyin-news .tit{

     margin-bottom: 66px;
     color: #fff;
     background: url(../images/news_tit.png) bottom no-repeat;
}
.newsList li a{

    display: block;
    height: 247px;
    background: #fff;
    margin-bottom: 24px;
}
.newsList li .wz{

     float: left;
     width: 45%;
     padding: 36px 28px 0; 
     background: #fff;
}
.newsList li .wz h3,.zlist li  .wz h3{

    margin-bottom: 20px;
    font-size: 16px;
    color: #363636;
    font-weight: bold;
    line-height: 1.4;
}
.newsList li a:hover .wz h3,.newsList li a:hover .wz .info,
.newsList li a:hover .date span,.newsList li a:hover .date p,
.zlist li a:hover .wz h3,.zlist li a:hover .wz .info,
.zlist li a:hover .date span,.zlist li a:hover .date p
{

    color: #f08801;
}
.newsList li a:hover img,.zlist li a:hover img{
    
    transform: scale(1.2);
}


.newsList li .wz .info,.zlist li  .wz .info{

    margin-bottom: 26px;
    font-size: 14px;
    color: #8f8f8f;
}
.newsList li .img{

    position: relative;
    overflow: hidden;
    width: calc(100% - 45%);
}
.newsList li .img img{

    max-width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.newsList li .date span,.zlist li .date span{

    line-height: 1;
    font-size: 48px;
    color: #373737;
}
.newsList li .date p,.zlist li .date p{

    font-size: 14px;
    color: #4d4d4d;
}

.zlist li  .wz h3{

    margin-bottom: 12px;
}
.newsList .col-sm-6{

    padding-left:8px;
    padding-right: 8px;
}
.zlist li a{

    display: block;
    height: 520px;
    background-color: #fff;
}

.zlist li  .wz{

    padding: 25px 20px 0;
}
.zlist li img{

    width: 100%;
    max-width: 100%;
    transition: all 0.3s;
}
.zlist li .img{

    overflow: hidden;
}
.zlist li  .wz .info{

    width: 79%;
    float: left;
}
.zlist li .date{

    position: relative;
    overflow: hidden;
    margin-top: -20px;
}
.xy-tonglan{

    padding: 0;
    padding-bottom: 25px;
    border-top: 6px solid #158f55;
    background: #2f2f2f;
}
.xy-tonglan .xy-menu{

    padding: 26px 0 34px;
    border-bottom: 1px solid #3d3d3d;
}
.xy-tonglan .xy-menu>li+li{

     background: url(../images/1.png) 0 no-repeat;
}

.xy-tonglan .xy-menu>li>a{

    font-size: 16px;
    color: #7e7e7e;
}
.xy-tl-ewm{

    float: left;
    margin-right: 66px;
}
.xy-tl-box{

    position: relative;
    overflow: hidden;
}
.xy-tonglan .xy-tl-box{

    margin-top: 48px;
}
.stop{

    position: absolute;
    top: 32px;
    right: 10px;
    font-size: 14px;
    color: #c0c0c0;
    text-align: center;
}
.stop span{

     display: inline-block;
     width: 34px;
     height: 34px;
     background: url(../images/top.png) center no-repeat;
}
.selectWrapper{

     width: 192px;
     height: 29px;
     color: #797979;
     font-size: 14px;
     background: url(../images/box.png) center no-repeat;
}
.xy-footer{
    
    padding-bottom: 0;
    line-height: 88px;
    background: #2f2f2f;
}
.xy-footer:before{

    background: none;
}

.xy-footer .container{

    border-top: 1px solid #3d3d3d;
}
.rexian{

    padding-top: 32px;
    padding-left: 110px;
}
.rexian p{

    margin-bottom: 0;
    line-height: 25px;
}
.xy-address{
    position: relative;
}
.xy-address::after{

     position: absolute;
     content: '';
     right: 0;
     top: 25%;
     width: 1px;
     height: 50%;
     background: #474747;
}

@media screen and (max-width: 1366px) {
    .newsList li .wz .info, .zlist li .wz .info{

        margin-bottom: 0;
    }
    .newsList li .date span, .zlist li .date span{

        font-size: 33px;
    }
}

@media screen and (max-width: 1280px) {

    .newsList li .wz{

        padding: 20px 10px 0;
    }

    .newsList li .date p, .zlist li .date p{

        font-size: 12px;
    }
    .zlist li a{

        height: 425px;
    }
    .zlist li .wz{

        padding: 15px 8px 0;
    }
    .newsList li a{

        height: 195px;
    }
}

@media screen and (max-width: 1024px) {
    .xy-menu{

        padding-right: 186px;
    }
    .baseCont{

        padding: 60px 20px;
    }
    .newsList li .wz h3, .zlist li .wz h3,.newsList li .wz .info, .zlist li .wz .info{

        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .zlist li a,.newsList li a{

        height: auto;
    }
    .rexian{

        padding-left: 20px;
    }

    
}

@media screen and (max-width: 768px) {

    .base-mods .col-md-3,.newsList .col-sm-6{

        padding-left: 15px;
        padding-right: 15px;
    }
    .base-mods .col-md-9{

        padding-left: 15px;
    }
    .newsList{

        margin-top: 20px;
    }
    .newsList li .wz h3, .zlist li .wz h3,.newsList li .wz .info, .zlist li .wz .info{

        overflow: hidden;
        text-overflow:ellipsis;
        white-space: normal;
    }
    
}

@media screen and (max-width: 450px) {
    .xyin-news{

        padding-top: 20px;
    }
    .rexian{

        padding-left: 0;
    }
    .tit{

        font-size: 24px;
    }
    .xyin-news .tit{

        margin-bottom: 20px;
    }
    .base-mods{

        margin:  20px auto;
    }
    .about-mods{

        padding:20px 0;
    }
    .about-mods .tit{

        margin-bottom: 20px;
    }
    .xy-tl-ewm{

        margin-right: 20px;
    }
    .xy-tonglan .xy-tl-box{

        margin-top: 22px;
    }
}

/* 外层容器样式 */
.box {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box; /* 只在此模块使用 */
}

/* 标题样式 */
.boxTitle {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    color: #333;
    box-sizing: border-box; /* 只在此模块使用 */
}

/* 链接列表样式 */
.box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    box-sizing: border-box; /* 只在此模块使用 */
}

/* 单个链接项样式 */
.link-item {
    flex: 0 0 auto;
}

.link-item a {
    display: inline-block;
    padding: 8px 16px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-sizing: border-box; /* 只在此模块使用 */
}

.link-item a:hover {
    background: #007bff;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .box {
        margin: 10px;
        padding: 15px;
    }
    .boxTitle {
        font-size: 20px;
    }
    .link-item a {
        padding: 6px 12px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .link-item a {
        padding: 5px 10px;
        font-size: 12px;
    }
}