@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
.piaochuang img{width:50%!important;height:auto!important;}

}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #509b42;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.top {
    background-image: linear-gradient(90deg, rgba(143, 177, 80, 0), rgba(143, 177, 80, .2), rgba(143, 177, 80, 1));
    height: .45rem;
    justify-content: flex-end;
    color: #FFF;
    font-size: .14rem;
    padding-right: 1.1rem;
}

.top a {
    color: #FFF;
    margin: 0 .15rem;
}

.top .search-btn {
    width: .16rem;
    height: .16rem;
    background: url(../images/search.png)no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.top .link {
    width: 2.5rem;
    height: .34rem;
    border-radius: .17rem;
    -webkit-border-radius: .17rem;
    -moz-border-radius: .17rem;
    -ms-border-radius: .17rem;
    -o-border-radius: .17rem;
    border: 1px rgba(255, 255, 255, .3) solid;
}

.top .link .tit {
    width: 100%;
    height: .34rem;
    padding-left: .2rem;
    line-height: .32rem;
    background: url(../images/arrow.png)no-repeat 93% center;
}

.top .link ul {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    z-index: 5;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    overflow: hidden;
}

.top .link ul a {
    color: #333;
    line-height: .35rem;
    margin: 0;
    padding: 0 .2rem;
}

.top .link.active ul {
    display: block;
}

.header .logo {
    height: .9rem;
    width: 4.3rem;
    border-radius: 0 .45rem .45rem 0;
    -webkit-border-radius: 0 .45rem .45rem 0;
    -moz-border-radius: 0 .45rem .45rem 0;
    -ms-border-radius: 0 .45rem .45rem 0;
    -o-border-radius: 0 .45rem .45rem 0;
    background-color: #509b42;
    padding-left: .7rem;
    margin-right: .2rem;
}

.header .logo img {
    height: .7rem;
}

.hide {
    overflow: hidden;
}

.search-content {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    display: none;
    z-index: 100;
    padding: .3rem;
    width: 100%;
    z-index: 10002;
}

.search-content .content {
    width: 8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.search-content .title {
    color: #FFF;
    font-size: .36rem;
}

.search-content .search {
    margin-top: .2rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.search-content .search input[type='text'] {
    height: .6rem;
    padding: 0 .2rem;
       box-sizing: border-box;
    float: left;
    width: 7rem;
       display: block;
}

.search-content .search input[type='submit'] {
    width: .8rem;
    background: #fba33e url(../images/search.png)no-repeat center;
    background-size: .3rem;
     height: .6rem;
}

.search-content .close {
    position: absolute;
    right: 0rem;
    top: 0rem;
    background: rgba(0, 0, 0, .2) url(../images/close.png)no-repeat center;
    width: 1rem;
    height: 1rem;
    background-size: .4rem;
    cursor: pointer;
}

.nav-con {
    background-color: rgba(255, 255, 255, .1);
    height: .9rem;
    border-radius: .45rem 0 0 .45rem;
    -webkit-border-radius: .45rem 0 0 .45rem;
    -moz-border-radius: .45rem 0 0 .45rem;
    -ms-border-radius: .45rem 0 0 .45rem;
    -o-border-radius: .45rem 0 0 .45rem;
    padding-right: 1.1rem;
}

.nav-con .menu-btn {
    width: .29rem;
    height: 100%;
    background: url(../images/menu.png)no-repeat center;
    background-size: 100%;
    margin-left: .5rem;
    cursor: pointer;
}

.nav {
    padding-right: .5rem;
    padding-left: .9rem;
}

.nav::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: .3rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .3);
}

.nav li>a {
    line-height: .9rem;
    color: #FFF;
    font-size: .18rem;
}

.nav .drop {
    width: 2rem;
    /* margin-left:-20px; */
    left: 50%;
    top: .9rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: translateX(-50%) rotateX(90deg);
    -webkit-transform: translateX(-50%) rotateX(90deg);
    -moz-transform: translateX(-50%) rotateX(90deg);
    -ms-transform: translateX(-50%) rotateX(90deg);
    -o-transform: translateX(-50%) rotateX(90deg);
    background-color: #FFF;
    line-height: .4rem;
    font-size: .16rem;
    white-space: nowrap;
}

.nav .drop a:hover {
    background-color: #509b42;
    color: #FFF;
}
.nav .drop .di_bl{
      line-height: .28rem;
    font-size: .15rem;
   padding:0.1rem 0.08rem;
}
.m-search {
    display: none;
    border: 1px #eee solid;
    margin-left: .2rem;
    margin-right: .2rem;
    margin-top: .2rem;
}

.m-search input[type='text'] {
    padding-left: .2rem;
    height: .8rem;
       display: block;
    box-sizing: border-box;
       width: calc(100% - 0.8rem);
    float: left;
}

.m-search input[type='submit'] {
    width: .8rem;
    height: .8rem;
    background: url(../images/search1.png)no-repeat center;
    background-size: .34rem;
       height: .8rem;
}
.m-search .flex #divu4{
  width: 100%;
}

.m-text {
    font-size: 14px;
    display: none;
    padding: .2rem;
    margin-top: .3rem;
}
.m-link{
   font-size: 14px;
    display: none;
    padding:0.15rem 0.2rem;
       position: relative;
}
.m-link h2{
  font-size: 15px;
}
.m-link h2 .arrow{
       display: inline-block;
        width: 15px;
        height: 8px;
        background: url(../images/arrow2.png)no-repeat;
margin-left: 6px;
}
.m-link.on h2 .arrow{
    background: url(../images/arrow2.png)no-repeat;
    -moz-transform:rotate(180deg); 
 -webkit-transform:rotate(180deg);
transform:rotate(180deg);
}

.m-link ul{
      display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width:100%;
   z-index:15;
      background: rgba(80, 155, 66, 0.85);
    padding: 0.1rem 0.2rem;
    /*height: 3.5rem;
    overflow-y: scroll;*/
}
.m-link.on ul{
   display: block;
}
.m-link ul li a{
   margin: 0.1rem 0rem;
  color: #f0f9ee;
}
   

.menu-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 999;
    background: #509b42 url(../images/bg5.jpg) no-repeat center bottom;
    background-size: cover;
    display: none;
    overflow: hidden;
}

.menu-content .top {
    background: #008A00;
    height: .7rem;
}

.menu-content .close {
    position: absolute;
    right: -.5rem;
    top: -.5rem;
    background: #ffd200 url(../images/close1.png) no-repeat .3rem .65rem;
    width: 1.4rem;
    height: 1.4rem;
    background-size: .4rem;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.menu-content .logo {
    margin-top: .7rem;
}

.menu-content .logo img {
    height: .9rem;
}

.menu-content .search {
    width: 8rem;
    height: .7rem;
    border-radius: .35rem;
    -webkit-border-radius: .35rem;
    -moz-border-radius: .35rem;
    -ms-border-radius: .35rem;
    -o-border-radius: .35rem;
    overflow: hidden;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: .6rem;
}

.menu-content .search input[type='text'] {
    padding: 0 .4rem;
    font-size: .22rem;
}

.menu-content .search input[type='submit'] {
    width: 1rem;
    height: 100%;
    background: url(../images/search1.png) no-repeat center;
    background-size: contain;
    background-size: 32%;
}

.menu-content .menu {
    margin-top: .7rem;
}
.menu-content .menu li.p_r{
      text-align: center;
}
.menu-content .menu li>a {
    color: #FFF;
    line-height: 2;
    font-size: .24rem;
}

.menu-content .drop {
    width: 100%;
    margin-top: .2rem;
    text-align: center;
}

.menu-content .drop a {
    color: rgba(255, 255, 255, .7);
    line-height: .4rem;
}

.menu-content .menu li:hover>a {
    font-weight: bold;
    color: #ffd200;
}

.menu-content .menu li:hover .drop a {
    color: #FFF;
}

.menu-content .menu li:hover .drop a:hover {
    color: #ffd200;
}


/* 修改结束 */

.banner {
    overflow: hidden;
}

.banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20%;
    background-image: linear-gradient( rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
    z-index: 10;
}

.banner img {
    width: 100%;     
}
.banner .ban_wz{
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top:-50px;
  z-index: 10;
    text-align: center;
}
.banner .ban_wz img{
     height: 100px;
    width: auto;
}
.banner .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10%;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.banner .swiper-pagination {
    z-index: 10;
    text-align: right;
    padding-right: .7rem;
    bottom: 0;
    padding-bottom: .35rem;
}

.banner .swiper-pagination-bullet {
    background-color: #FFF;
    opacity: 1;
    margin: 0 .1rem !important;
    width: .1rem;
    height: .1rem;
    position: relative;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
}

.banner .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    width: .2rem;
    height: .2rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border: 1px #FFF solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.banner .swiper-pagination-bullet::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -.37rem;
    height: 4px;
    z-index: 10;
    transform: scaleX(0);
    transform-origin: 0 0;
    background-image: linear-gradient(90deg, #25c0ae, #b1d600);
    z-index: 11;
}

.banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    animation: sliderPagination 3s linear forwards;
    -webkit-animation: sliderPagination 3s linear forwards;
}

.banner .swiper-pagination-bullet:nth-child(1)::before {
    left: -17.3rem;
    right: -2.5rem;
}

.banner .swiper-pagination-bullet:nth-child(2)::before {
    left: -17.6rem;
    right: -2.05rem;
    bottom: -.39rem;
}

.banner .swiper-pagination-bullet:nth-child(3)::before {
    left: -17.9rem;
    right: -1.75rem;
    bottom: -.4rem;
}

.banner .swiper-pagination-bullet:nth-child(4)::before {
    left: -18.2rem;
    right: -1.45rem;
    bottom: -.4rem;
}

.banner .swiper-pagination-bullet:nth-child(5)::before {
    left: -18.2rem;
    right: -1.15rem;
    bottom: -.395rem;
}

.banner .swiper-pagination-bullet:nth-child(6)::before {
    left: -18.2rem;
    right: -.85rem;
    bottom: -.395rem;
}

@keyframes sliderPagination {
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media (max-width:1400px) {
   .banner .ban_wz{
      margin-top: -40px;
}
   .banner .ban_wz img{
      height: 80px;
}
}
@media (max-width:1024px) {
   .banner .ban_wz{
      margin-top: -30px;
}
   .banner .ban_wz img{
      height: 60px;
}
}
@media (max-width:768px) {
   .banner .ban_wz{
      margin-top: -20px;
}
   .banner .ban_wz img{
      height: 40px;
}
}
@media (max-width:440px) {
   .banner .ban_wz{
      margin-top: -15px;
}
   .banner .ban_wz img{
      height: 30px;
}
}
.nav-btn {
    display: none;
    background: url(../images/menu.png)no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nav-btn.close {
    background-image: url(../images/close.png);
}

.fixed {
    position: fixed;
    background-color: #509b42;
}

.fixed .logo {
    z-index: 10;
    transform: translateY(-.22rem);
    -webkit-transform: translateY(-.22rem);
    -moz-transform: translateY(-.22rem);
    -ms-transform: translateY(-.22rem);
    -o-transform: translateY(-.22rem);
}

.footer {
    background: url(../images/f-bg.jpg)no-repeat center bottom;
    background-size: cover;
    padding-top: .4rem;
    padding-bottom: .6rem;
}

.footer .link {
    width: 18%;
    height: .48rem;
}

.footer .link .tit {
    width: 100%;
    height: .48rem;
    padding-left: .2rem;
    line-height: .32rem;
    background: rgba(0, 0, 0, .2) url(../images/arrow.png)no-repeat 93% center;
    border-radius: .24rem;
    -webkit-border-radius: .24rem;
    -moz-border-radius: .24rem;
    -ms-border-radius: .24rem;
    -o-border-radius: .24rem;
    border: 1px rgba(255, 255, 255, .6) solid;
    color: #FFF;
    font-size: .16rem;
}

.footer .link ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: .2rem;
    right: .2rem;
    background-color: rgba(255, 255, 255, .9);
    z-index: 999;
    /* max-height: 2rem;
    border-radius: 0 0 .2rem .2rem;
    -webkit-border-radius: 0 0 .2rem .2rem;
    -moz-border-radius: 0 0 .2rem .2rem;
    -ms-border-radius: 0 0 .2rem .2rem;
    -o-border-radius: 0 0 .2rem .2rem; */;
    overflow: hidden;
    max-height: 3.3rem;
    overflow-y: scroll;

}


.footer .link ul a {
    color: #333;
    line-height: .17rem;
    margin: 0;
    padding: 0.1rem .2rem;
    font-size: .16rem;
}

.footer .link.active ul {
    display: block;
}

.footer .info-con {
    border-top: 1px rgba(255, 255, 255, .3) solid;
    padding-top: .4rem;
    margin-top: .35rem;
    color: #FFF;
    font-size: .14rem;
    line-height: 2;
}

.footer .logo {
    padding-right: .6rem;
}

.footer .logo::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.footer .logo img {
    height: .9rem;
}

.footer .info-con .text {
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

.footer .address {
    background-image: url(../images/address.png);
}

.footer .tel {
    background-image: url(../images/tel.png);
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url(../fonts/SourceHanSerifCN-Bold.otf);
}

.homt-title img {
    height: .54rem;
}

.homt-title .more {
    color: #509b42;
    font-size: .18rem;
}

.home-news {
    background: url(../images/bg1.jpg)no-repeat right bottom;
    background-size: cover;
    padding-bottom: 1.2rem;
    padding-top: .6rem;
}

.home-news .content {
    margin-top: .5rem;
}

.home-news .focus {
    width: 8.7rem;
    height: 4.9rem;
    overflow: hidden;
    border-radius: .5rem 0 0 0;
    -webkit-border-radius: .5rem 0 0 0;
    -moz-border-radius: .5rem 0 0 0;
    -ms-border-radius: .5rem 0 0 0;
    -o-border-radius: .5rem 0 0 0;
    margin-right: .3rem;
}
.home-news .focus a.swiper-slide{
      height: 4.9rem;
    position: relative;
}

.home-news .focus .text {
    background-color: rgba(0, 0, 0, .7);
    line-height: .6rem;
    padding-left: .2rem;
    padding-right: 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFF;
    font-size: .2rem;
       height: 0.6rem;
}

.home-news .focus .swiper-pagination {
    text-align: right;
    bottom: .2rem;
    padding-right: .2rem;
}

.home-news .focus .swiper-pagination-bullet {
    background-color: #FFF;
    opacity: .4;
    width: .1rem;
    height: .1rem;
    margin: 0 0.04rem;
}

.home-news .focus .swiper-pagination-bullet-active {
    background-color: #509b42;
    opacity: 1;
}

.home-news .text-content {
    background: #FFF url(../images/tbg1.jpg)no-repeat right bottom;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    background-size: cover;
    padding-left: .4rem;
    padding-right: .4rem;
    padding-top: .1rem;
    height: 4.9rem;
}

.home-news .text-content a {
    padding-top: .18rem;
    padding-bottom: .18rem;
    line-height: 1.8;
    border-bottom: 1px #e5e5e5 solid;
}

.home-news .text-content a:nth-last-of-type(1){
    border-bottom: 0;
}
.home-news .text-content .tit{
  
}
.home-news .text-content .time {
    color: #999;
    font-size: .14rem;
    font-family: Arial, Helvetica, sans-serif;
}

.home-news .con {
    width: 8.7rem;
    margin-right: .3rem;
    margin-top: .3rem;
}

.home-news .con .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    margin: 0 0.04rem;
}

.home-news .title {
    background: url(../images/tbg3.png)no-repeat center top;
    color: #FFF;
    font-weight: bold;
    width: .36rem;
    height: 1.2rem;
    left: 0;
    top: 0;
    position: absolute;
    background-size: cover;
    line-height: 1.1;
    padding-bottom: .1rem;
    z-index: 9;
}

.home-sch {
    height: 2.3rem;
    margin-right: .3rem;
    background: url(../images/tbg2.jpg)no-repeat right bottom;
    background-size: cover;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    overflow: hidden;
    padding-left: .7rem;
    padding-right: .4rem;
    padding-top: .1rem;
}

.home-sch a {
    border-bottom: 1px #e5e5e5 solid;
    padding-top: .14rem;
    padding-bottom: .3rem;
    line-height: 1.6;
}
.home-sch a .tit {
    min-height: .46rem;
}
.home-sch .time {
    position: absolute;
    right: 0;
    font-size: .14rem;
    color: #999;
    bottom: .1rem;
}

.home-sch a:nth-child(2) {
    border-bottom: 0;
}

.home-sch a:nth-child(3),
.home-sch a:nth-child(4) {
    display: none;
}

.home-sp {
flex: unset;
    width: 4.2rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    overflow: hidden;
}

.home-notice {
    margin-top: .3rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    background-color: #FFF;
    overflow: hidden;
    border-radius: 0 0 .5rem 0;
    -webkit-border-radius: 0 0 .5rem 0;
    -moz-border-radius: 0 0 .5rem 0;
    -ms-border-radius: 0 0 .5rem 0;
    -o-border-radius: 0 0 .5rem 0;
    padding-left: .7rem;
    padding-right: .5rem;
    padding-top: .1rem;
}

.home-notice a {
    padding-top: .18rem;
    padding-bottom: .18rem;
    line-height: 1.8;
    border-bottom: 1px #e5e5e5 solid;
}

.home-notice a:nth-last-of-type(1){
    border-bottom: 0;
}

.home-notice a .tit {
    margin-right: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-notice a .time {
    font-size: .14rem;
    color: #999;
}

.home-jiuye .content {
    width: 7rem;
    height: 7.9rem;
}

.home-jiuye .pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 10.8rem;
    overflow: hidden;
    z-index: 9;
}

.home-jiuye .pic img {
    width: 100%;
}

.home-jiuye .homt-title {
    margin-right: .5rem;
}

.home-jiuye ul {
    margin-top: .3rem;
}

.home-jiuye li {
    padding-top: .15rem;
    padding-bottom: .15rem;
    margin-bottom: .2rem;
    height: .9rem;
    padding-left: .15rem;
}

.home-jiuye li .date {
    color: #4a7ac1;
    font-size: .36rem;
    padding-left: .35rem;
    height: .65rem;
    padding-right: .2rem;
    margin-right: .2rem;
}

.home-jiuye li .date span {
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    background-color: #4a7ac1;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .14rem;
    left: -.2rem;
    top: .2rem;
    padding: .02rem .05rem;
}

.home-jiuye li .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    background-color: #dcdcdc;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 80%;
}

.home-jiuye li:nth-child(odd) {
    z-index: 2;
}

.home-jiuye li:nth-child(odd)::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: -.2rem;
    bottom: -.2rem;
    background: url(../images/tbg4.jpg) center;
    background-size: 100% 100%;
    z-index: -1;
}

.home-jiuye .con {
    width: 12.4rem;
    height: 1.35rem;
    border-radius: .7rem;
    -webkit-border-radius: .7rem;
    -moz-border-radius: .7rem;
    -ms-border-radius: .7rem;
    -o-border-radius: .7rem;
    background-color: #FFF;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    bottom: .2rem;
    z-index: 2;
    padding-left: .35rem;
    padding-right: .35rem;
    z-index: 11;
}

.home-jiuye .con a {
    min-width: 25%;
}

.home-jiuye .con .icon {
    width: .8rem;
    margin-right: .15rem;
}

.home-jiuye .con .icon img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-jiuye .con .en {
    color: #999;
    font-size: .14rem;
}

.home-xueshu {
    background: url(../images/bg2.jpg)no-repeat center top;
    margin-top: .6rem;
    padding-top: .7rem;
    overflow: hidden;
    padding-bottom: .7rem;
    background-size: 100%;
}

.home-xueshu .homt-title .more {
    color: #FFF;
}

.home-xueshu .content {
    margin-left: 1.6rem;
    background: #FFF;
    padding-left: 1.1rem;
    padding-right: 1.6rem;
    padding-top: .9rem;
    margin-top: .6rem;
    border-radius: .8rem 0 0 0;
    -webkit-border-radius: .8rem 0 0 0;
    -moz-border-radius: .8rem 0 0 0;
    -ms-border-radius: .8rem 0 0 0;
    -o-border-radius: .8rem 0 0 0;
}

.home-xueshu .con {
    overflow: hidden;
}

.home-xueshu .swiper-container {
    margin-left: -.6rem;
    margin-right: -.6rem;
    padding-bottom: .7rem;
}

.home-xueshu .swiper-slide {
    padding-right: .6rem;
    padding-left: .6rem;
}

.home-xueshu .swiper-slide::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 98%;
    background-color: #e5e5e5;
}

.home-xueshu .swiper-slide .des {
    font-size: .14rem;
    color: #666;
    line-height: 1.8;
    margin-top: .2rem;
}

.home-xueshu .swiper-slide .text-con {
    padding: 0 .2rem;
}

.home-xueshu .swiper-slide .text-con .tit {
    height: 0.48rem;
    line-height: .24rem;
}

.home-xueshu .swiper-slide .pic {
    margin-top: .4rem;
    height: 1.9rem;
    overflow: hidden;
}

.home-xueshu .swiper-slide .view {
    width: 1.3rem;
    height: .34rem;
    border-radius: .17rem 0 0 .17rem;
    -webkit-border-radius: .17rem 0 0 .17rem;
    -moz-border-radius: .17rem 0 0 .17rem;
    -ms-border-radius: .17rem 0 0 .17rem;
    -o-border-radius: .17rem 0 0 .17rem;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    right: 0;
    bottom: .2rem;
    font-size: .16rem;
    padding-left: .2rem;
    line-height: .34rem;
    display: none;
}

.home-xueshu .swiper-slide:hover .pic {
    overflow: hidden;
    /* height: 2.3rem; */
    height: 2.38rem;
    order: 1;
    margin-top: 0;
}

.home-xueshu .swiper-slide:hover .text-con {
    background-image: linear-gradient(90deg, #6ba500, #359282);
    color: #FFF;
    padding: .2rem;
    height: 1.45rem;
    order: 2;
    z-index: 4;
}

.home-xueshu .swiper-slide .date {
    position: absolute;
    left: 0;
    top: -.2rem;
    width: 1.3rem;
    height: .34rem;
    border-radius: 0 .17rem .17rem 0;
    -webkit-border-radius: 0 .17rem .17rem 0;
    -moz-border-radius: 0 .17rem .17rem 0;
    -ms-border-radius: 0 .17rem .17rem 0;
    -o-border-radius: 0 .17rem .17rem 0;
    background-color: #fba33e;
    color: #FFF;
    line-height: .34rem;
    padding-left: .2rem;
    font-size: .14rem;
    display: none;
}

.home-xueshu .swiper-slide:hover .date {
    display: block;
}

.home-xueshu .swiper-slide:hover .tit {
    font-weight: bold;
    margin-top: .1rem;
    height: 0.48rem;
    line-height: .24rem;
}

.home-xueshu .swiper-slide:hover .des {
    display: none;
}

.home-xueshu .swiper-slide:hover .view {
    display: block;
}

.home-xueshu .swiper-slide:hover .view::after {
    content: '';
    position: absolute;
    right: .2rem;
    height: 100%;
    width: .36rem;
    background: url(../images/arrow3.png)no-repeat center;
    background-size: 100%;
}

.home-xueshu .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    margin: 0 0.04rem !important;
}

.home-xueshu .swiper-pagination-bullet-active {
    background-color: #509b42;
}

.home-media {
    background: url(../images/bg3.jpg)no-repeat center top;
    background-size: cover;
    padding-top: .7rem;
    padding-bottom: .9rem;
}

.home-media .l-con {
    min-width: 0;
    height: 7.3rem;
    margin-top: .7rem;
    margin-right: .6rem;
}

.home-media .l-con .swiper-slide .pic {
    width: 7.55rem;
    height: 4.25rem;
    overflow: hidden;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    margin-right: .3rem;
}

.home-media .l-con .swiper-slide .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .84rem;
    height: .84rem;
    background: url(../images/play.png)no-repeat center;
    background-size: 100%;
    z-index: 10;
    cursor: pointer;
}

.home-media .l-con .swiper-slide .date {
    background-color: #deac49;
    font-size: .16rem;
    color: #FFF;
    line-height: .36rem;
    border-radius: .18rem;
    -webkit-border-radius: .18rem;
    -moz-border-radius: .18rem;
    -ms-border-radius: .18rem;
    -o-border-radius: .18rem;
    margin-top: .2rem;
    font-family: Arial, Helvetica, sans-serif;
        display: inline-block;
    padding: 0 0.1rem;
}

.home-media .l-con .swiper-slide .tit {
    font-size: .22rem;
    margin-top: .3rem;
		line-height: 0.35rem;
}

.home-media .l-con .swiper-slide .des {
    font-size: .14rem;
    color: #999;
    margin-top: .2rem;
    line-height: 1.8;
}

.home-media .l-con .swiper-slide .button {
    position: absolute;
    left: .2rem;
    top: .2rem;
    width: .48rem;
    height: .48rem;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}

.home-media .l-con .swiper-slide .button img {
    width: .26rem;
}

.home-media .l-con .btn {
    width: 1rem;
    left: 7.9rem;
    position: absolute;
    bottom: 1.3rem;
}

.home-media .l-con .swiper-button-prev,
.home-media .l-con .swiper-button-next {
    width: .37rem;
    height: .7rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.home-media .l-con .swiper-button-prev {
    background-image: url(../images/prev.png);
    left: 0;
}

.home-media .l-con .swiper-button-next {
    background-image: url(../images/next.png);
    right: 0;
}

.home-media .l-con .swiper-button-prev:hover {
    background-image: url(../images/prev-on.png);
}

.home-media .l-con .swiper-button-next:hover {
    background-image: url(../images/next-on.png);
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.videoShow {
    width: 12.8rem;
    height: 7.6rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.videoShow .close {
    color: #FFF;
    position: absolute;
    right: 0;
    top: -.3rem;
    background: url(../images/close.png)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

.home-media .l-con .card {
    margin-left: .4rem;
    z-index: 9;
    height: 3.7rem;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    background-image: linear-gradient(90deg, #6ba500, #359282);
    margin-top: -.7rem;
    padding: .3rem .4rem;
}

.home-media .l-con .card .title {
    font-size: .24rem;
    font-weight: bold;
    color: #FFF;
}

.home-media .l-con .card .title img {
    margin-right: .1rem;
}

.home-media .l-con .card .con {
    margin-top: .25rem;
}

.home-media .l-con .card .pic-con {
    width: 3.45rem;
    padding-right: .3rem;
    margin-right: .3rem;
}

.home-media .l-con .card .pic-con::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .3);
}

.home-media .l-con .card .pic-con .pic {
    width: 100%;
    height: 1.75rem;
    overflow: hidden;
}

.home-media .l-con .card .pic-con .tit {
    color: #FFF;
    margin-top: .2rem;
    line-height: 1.8;
}

.home-media .l-con .card .text-con a {
    color: #FFF;
    margin-top: .32rem;
    width: 100%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    height: .2rem;
    line-height: .2rem;
}

.home-media .l-con .card .text-con a:first-child {
    margin-top: 0;
}

.home-media .r-con {
    width: 4.7rem;
    background: url(../images/ren.png) right .4rem no-repeat;
    background-size: 1.16rem;
    padding-top: 2.3rem;
}

.home-media .r-con .newspaper {
    overflow: hidden;
    border-radius: .6rem;
    -webkit-border-radius: .6rem;
    -moz-border-radius: .6rem;
    -ms-border-radius: .6rem;
    -o-border-radius: .6rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    padding-top: .3rem;
    padding-right: .9rem;
    padding-left: .45rem;
    background-color: #FFF;
    height: 5.7rem;
    border-top: 4px #6ba500 solid;
}

.home-media .r-con .newspaper .swiper-slide {
    overflow: hidden;
    padding-right: .15rem;
}

.home-media .r-con .newspaper .box {
    z-index: 9;
    position: sticky;
}

.home-media .r-con .newspaper .pic {
    width: 100%;
    height: 4.4rem;
    z-index: 12;
    background-color: #FFF;
    overflow: hidden;
    border: 1px #e7e7e7 solid;
    padding: 5px;
}

.home-media .r-con .newspaper .box::after {
    content: '';
    position: absolute;
    right: -.1rem;
    bottom: -.1rem;
    width: .95rem;
    height: .95rem;
    background-color: #f5c342;
    z-index: -1;
}

.home-media .r-con .newspaper .tit {
    margin-top: .2rem;
}

.home-media .r-con .newspaper .swiper-button-prev,
.home-media .r-con .newspaper .swiper-button-next {
    width: .18rem;
    height: .22rem;
    left: auto;
    right: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 0;
    opacity: 1;
}

.home-media .r-con .newspaper .swiper-button-prev {
    background-image: url(../images/prev1.png);
    top: 45%;
    /* opacity: 1; */
}

.home-media .r-con .newspaper .swiper-button-next {
    background-image: url(../images/next1.png);
    top: 55%;
}

.home-media .r-con .newspaper .swiper-button-prev:hover {
    background-image: url(../images/prev1-on.png);
}

.home-media .r-con .newspaper .swiper-button-next:hover {
    background-image: url(../images/next1-on.png);
}

.home-media .r-con .sns {
    position: absolute;
    top: .7rem;
    left: 0;
}

.home-media .r-con .sns .item {
    margin-right: .2rem;
}

.home-media .r-con .sns .item:last-child {
    margin-right: 0;
}

.home-media .r-con .sns .icon {
    width: .67rem;
    height: .67rem;
    background-color: #FFF;
    border: 1px rgba(80, 155, 66, .6) solid;
    background-color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-media .r-con .sns .txt {
    font-size: .16rem;
    margin-top: .15rem;
}

.home-media .r-con .sns .wx {
    background-image: url(../images/wx.png);
    background-size: .36rem;
}

.home-media .r-con .sns .dou {
    background-image: url(../images/dou.png);
    background-size: .26rem;
}

.home-media .r-con .sns .bili {
    background-image: url(../images/bili.png);
    background-size: .31rem;
}

.home-media .r-con .sns .sph {
    background-image: url(../images/sph.png);
    background-size: .31rem;
}

.home-media .r-con .sns .item:hover .icon {
    background-color: #008A00;
}

.home-media .r-con .sns .item:hover .wx {
    background-image: url(../images/wx-on.png);
}

.home-media .r-con .sns .item:hover .dou {
    background-image: url(../images/dou-on.png);
}

.home-media .r-con .sns .item:hover .bili {
    background-image: url(../images/bili-on.png);
}

.home-media .r-con .sns .item:hover .sph {
    background-image: url(../images/sph-on.png);
}

.home-media .r-con .sns .erwma {
    position: absolute;
    left: 50%;
    top: 1rem;
    width: 1.2rem;
    height: 1.2rem;
    padding: 5px;
    background-color: #FFF;
    display: none;
    z-index: 13;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home-media .r-con .sns .erwma img {
    width: 100%;
}

.home-media .r-con .sns .item:hover .erwma {
    display: block;
}

.home-photo {
    background: url(../images/bg4.jpg)no-repeat center top;
    background-size: cover;
    margin-top: .8rem;
    padding-bottom: .2rem;
}

.home-photo .switch {
    position: absolute;
    left: 2.85rem;
    top: -.5rem;
}

.home-photo .switch .tab {
    border: 2px #008A00 solid;
    line-height: .38rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    padding: 0 .3rem;
    margin-left: .2rem;
}

.home-photo .switch .yes {
    background-color: #008A00;
    color: #FFF;
}

.home-photo .content .on {
    display: block;
}

.home-photo .content .swiper-container {
    padding-top: .6rem;
    padding-bottom: .6rem;
}

.home-photo .content .swiper-slide {
    width: 7.55rem;
    height: 4.3rem;
    border-radius: .6rem;
    -webkit-border-radius: .6rem;
    -moz-border-radius: .6rem;
    -ms-border-radius: .6rem;
    -o-border-radius: .6rem;
    overflow: hidden;
    box-shadow: .05rem .05rem .1rem rgba(0, 0, 0, .1);
}

.home-photo .swiper-button-white {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
    border: 1px rgba(255, 255, 255, .4) solid;
    background-size: .14rem;
}

.home-photo .swiper-button-next {
    right: 3.4rem;
}

.home-photo .swiper-button-prev {
    left: 3.4rem;
}

.home-photo .swiper-button-white:hover {
    background-color: #509b42;
    border-color: #509b42;
}



.gotop {
    position: fixed;
    right: .3rem;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fba33e url(../images/top.png)no-repeat center;
    background-size: .24rem;
    bottom: 1rem;
    cursor: pointer;
    z-index: 100;
}

.footer .link:hover ul,
.top .link:hover ul {
    display: block;
}


.xxtjcg_box{
  position: relative;
      height: 7.3rem;
}
.xxtjcg{
  position: absolute;
  width:5rem;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
    box-shadow: 0px 8px 15px 0px rgba(123, 146, 135, 0.51);
    background: #fff;
       padding: 0.3rem;
    font-size: 0.18rem;
    line-height: 0.32rem;
    background: rgba(255, 255, 255, 0.8);
   box-sizing: border-box;
}
.xxtjcg h5{
  color: #f00;
      display: inline-block;
}

.xxlf {
    width: calc(50% - 0.15rem);
    float: left;
    box-shadow: 0px 5px 9px 0px rgba(123, 146, 135, 0.41);
    background: #fff;
    border-radius: 0px 0px 0px 50px;
    height: 7.3rem;
}

.xxrg {
   width: calc(50% - 0.15rem);
    float: right;
    background: url(../images/xxrg_bg.png) no-repeat center top;
    background-size: 100% 100%;
    height: 7.3rem;
    box-shadow: 0px 5px 9px 0px rgba(123, 146, 135, 0.41);
    border-radius: 0px 0px 50px 0px;
}
.xxrg .xxrg{
    display: flex;
    height: auto;
    background: none;
    width: 80%!important;
    margin:54% auto 0rem;
    float: none;
    font-size: 0.16rem;
    line-height:0.3rem;
    color: #dfefdc;
    box-shadow: none;
    border-radius: inherit;
}
.xxlf .bg {
    background: url(../images/xxlf_bg.png) no-repeat center top;
    background-size: 100% 100%;
     height: 7rem;
   position: relative;
}
.xxtitle{
    position: absolute;
    right:0.15rem;
    top:0.15rem;
    font-size: 0.22rem;
    color: #333;
        font-weight: bold;
   z-index:8;
}
.xxtitle a{
   color: #333;
}
.xxtitle:hover a{
  color: #509b42; 
}

.xxlf .nr {
   padding: 0.4rem 0.4rem 0;
    position: relative;
    overflow: hidden;
}

.xxlf .nr::before,
.xxlf .nr::after {
    content: "";
    position: absolute;
    right: 0px;
    height: 0.1rem;
    top: 0.55rem;
}

.xxlf .nr::before {
    width: 50px;
    background: #509b42;
    z-index: 3;
}

.xxlf .nr::after {
    width: calc(100% - 260px);
    background: #f7f7f7;
    z-index: 2;
}

.xxlf .nr h2 {
    font-size: 0.22rem;
    color: #333;
    margin-bottom: 0.4rem;
       font-weight: normal;
}

.xxlf .nr .js p {
    font-size: 0.16rem;
    color: #333;
    line-height: 0.3rem;
    margin-bottom: 0.18rem;
    text-indent: 2em;
    text-align: justify;
}

.xxrg .title {
    padding: 0.4rem 0.45rem 0px;
    overflow: hidden;
    background: url(../images/xxrg_tit.png) no-repeat;
}

.xxrg .title h2 {
     font-size: 0.22rem;
    color: #ffd200;
    padding-bottom: 0.15rem;
    border-bottom: #ffd200 4px solid;
    display: inline-block;
    font-weight: normal;
}

.xxrg .nr {
    padding:0.2rem 0.5rem 0px;
    overflow: hidden;
}

.xxrg .nr li {
    width: 100%;
    float: left;
    border-bottom: rgba(255, 255, 255, 0.251) 1px solid;
    padding: 0.1rem 0px;
}

.xxrg .nr li h3 {
    width: 1rem;
    float: left;
    padding-left: 0.18rem;
    position: relative;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #fff;
   font-weight: normal;
}

.xxrg .nr li h3 span {
    font-size: 0.12rem;
    position: absolute;
    top: 0px;
    left: 6px;
}

.xxrg .nr li h3::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 12px;
    height: 0.16rem;
    width:0.01rem;
    background: rgba(255, 255, 255, 0.251);
}

.xxrg .nr li p {
    width: calc(100% - 1.2rem);
    float: right;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #fff;
}
.xxrg .nr li.yzmxg p{
  line-height: 0.28rem;
}

.xxrg .nr li .xxwz,
.xxrg .nr li .xxwz2,
.xxrg .nr li .xxrad,
.xxrg .nr li .xxtex {
    border-style: none;
    background: none;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #fff;
    outline: none;
}

.xxrg .nr li .xxwz {
    width: 100%;
}

.xxrg .nr li .xxwz2 {
    width: 0.8rem;
}

.xxrg .nr li .xxrad {
    margin-left: 0.2rem;
    margin-right: 0.05rem;
}

.xxrg .nr li .xxtex {
    width: 100%;
    line-height: 0.28rem;
}

.xxrg .nr li .xxrad:nth-of-type(1) {
    margin-left: 0px;
}

.xxrg .nr li .yzm {
    float: right;
    font-size: 0.12rem;
    color: #fff;
}

.xxrg .nr li .xxwz_fs{
    border-style: none;
    background: #fff;
    outline: none;
       padding: 0.05rem;
    font-size: 0.12rem;
    color: #333;
    border-radius: 2px;
}

.xxrg .nr li p .yzmyx{
  overflow:hidden;
    float: left;
      margin-right: 0.08rem;
}

.xxrg .nr li p .yzmsm{
   font-size: 0.12rem;
      color: #dfefdc;
margin-top: 0.05rem;
    display: inline-block;
}

.xxrg .nr li .yzm img {
    margin-right: 5px;
    vertical-align: -6px;
}

.xxrg .nr .btn {
    width: 3.6rem;
    margin: 0px auto;
}

.xxrg .nr .btn .xxbtn,
.xxrg .nr .btn .xxbtn2 {
    background: none;
        width: calc(50% - 0.3rem);
    float: left;
   margin: 0.5rem 0.15rem 0px;
    box-sizing: border-box;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    border: #ffd200 0.02rem solid;
    border-radius: 0.25rem;
    font-size: 0.18rem;
    cursor: pointer;
}

.xxrg .nr .btn .xxbtn {
    color: #6b5906;
    background: #ffd200;
}

.xxrg .nr .btn .xxbtn2 {
    color: #ffd200;
}

.xxrg .nr .btn .xxbtn:hover,
.xxrg .nr .btn .xxbtn2:hover {
    opacity: 0.85;
}

.radio-btn {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0.12rem 0.07rem 0 0.2rem;
    float: left;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #fff;
    box-shadow: 0 0 1px #fff;
}

.radwz {
    float: left;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #fff;
}

.checkedRadio {
    -moz-box-shadow: inset 0 0 5px 1px #ccc;
    -webkit-box-shadow: inset 0 0 5px 1px #ccc;
    box-shadow: inset 0 0 5px 1px #ccc;
}

.radio-btn i {
    border: 1px solid #fff;
    width: 0.08rem;
    height: 0.08rem;
    position: absolute;
    left:0.03rem;
    top: 0.03rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.radio-btn i input {
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    left: -0.02rem;
    top: -0.02rem;
}

.checkedRadio i {
    background-color: #898A8C;
}


/* 热点问题 */

.box-163css {
    position: relative;
    height: 7.2rem;
    width: 100%;
    float: left;
}

#dv_scroll {
    position: absolute;
    height: 7.2rem;
    overflow: hidden;
    width: 100%;
    top: 0px;
}

.Scroller-Container {
    width: 100%;
}

#dv_scroll_bar {
    position: absolute;
    right: 0;
    top: 0px;
    width: 0.03rem;
    height: 7.2rem;
    background: url(../images/srcoll_bg.jpg) repeat-y;
}

.Scrollbar-Track {
    position: absolute;
    left: 0;
    top: 0px;
    width: 0.03rem;
    height: 7.2rem;
}

.Scrollbar-Handle {
    position: absolute;
    left: 0px;
    top: 0;
     width: 0.03rem;
    height: 0.7rem;
    overflow: hidden;
    background: url(../images/srcoll.jpg) no-repeat;
    cursor: pointer;
}

#dv_scroll_text {
    position: absolute;
}

.rdwt_box {
    background: #fff;
    box-shadow: 0px 5px 9px 0px rgba(123, 146, 135, 0.41);
    padding: 0.65rem 0.7rem;
    overflow: hidden;
    border-radius: 0px 0px 0.5rem 0.5rem;
}

.rdwt_box .gd {
    overflow-y: scroll;
}

.rdwt_box .nr {
    margin-right: 0.5rem;
}

.rdwt_box .nr .lbbk {
    margin-bottom: 0.4rem;
    overflow: hidden;
}

.rdwt_box .nr .lbbk .title {
    height: 0.6rem;
    position: relative;
}

.rdwt_box .nr .lbbk .title::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: calc(100% - 0.02rem);
    background: #fafafa;
    height: 0.6rem;
    border-radius: 0.3rem;
}

.rdwt_box .nr .lbbk .title h3 {
    position: absolute;
    z-index: 2;
    width: 0.39rem;
    height: 0.34rem;
    line-height: 0.34rem;
    background: url(../images/icon_q.png) no-repeat;
    left: 0px;
    top:0.13rem;
    font-size:0.18rem;
    color: #fff;
    font-weight: bold;
    text-indent:0.04rem;
}

.rdwt_box .nr .lbbk .title h2 {
    position: relative;
    width: calc(100% - 1.2rem);
    float: right;
    margin-right: 0.6rem;
    z-index: 2;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.6rem;
    height: 0.6rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rdwt_box .nr .lbbk:hover .title h2 {
    color: #509b42;
}

.rdwt_box .nr .lbbk .huida {
    padding-top: 0.2rem;
    overflow: hidden;
}

.rdwt_box .nr .lbbk .huida h3 {
    float: left;
    width: 0.6rem;
    font-size: 0.18rem;
    color: #509b42;
    font-weight: bold;
}

.rdwt_box .nr .lbbk .huida .hdnr {
    width: calc(100% - 0.6rem);
    float: right;
}

.rdwt_box .nr .lbbk .huida .hdnr p {
    font-size: 0.16rem;
    color: #666;
    line-height:0.3rem;
    height: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0.12rem;
}

.rdwt_box .nr .lbbk .huida .hdnr span {
    font-size: 0.16rem;
    color: #888;
}

.xxan{
  margin-top:0.4rem;
  overflow: hidden;
  text-align: right;
}
.xxan a{
   width:1.3rem;
    font-size: 0.18rem;
     height: 0.4rem;
    line-height: 0.39rem;
     margin-left:0.3rem;
    color: #fff;
    background: #509b42;
   text-align: center;
    display: inline-block;
    border-radius: 0.05rem;
}
.xxan a:hover{
  background: #419133;
}
.xxlist {
    overflow: hidden;
}
.xxlist li{
    width: 100%;
    float: left;
    padding: 0.3rem 0px;
    border-bottom: #eee 1px dashed;
}
.xxlist li .title h2 {
    font-size: 0.22rem;
    color: #333;
    line-height: 0.4rem;
    height: 0.4rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    margin-bottom: 0.12rem;
}
.xxlist li:hover .title h2{
    color: #509b42;
}
.xxlist li .cont{
    font-size: 0.16rem;
    color: #666;
    line-height:0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.xxxq_nr .title{
    overflow: hidden;
    position: relative;
}
.xxxq_nr .title::before{
    content: "";
    position: absolute;
    left: 0px;
    top:50%;
    margin-top: -0.09rem;
    width: 0.03rem;
    height: 0.18rem;
    background: #509b42;
}
.xxxq_nr .title h2{
    font-size: 0.22rem;
    color: #509b42;
    line-height: 0.4rem;
   margin-left: 0.12rem;
}
.xxxq_nr .cont{
    padding:0.14rem 0rem;
    overflow: hidden;
   margin-bottom: 0.2rem;
}
.xxxq_nr .cont table{
    background: #f5f5f5;
}
.xxxq_nr .cont th,
.xxxq_nr .cont td{
     padding:0.12rem 0.15rem;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.3rem;
    background:#fff;
}
.xxxq_nr .cont th{
    font-weight: bold;
       width: 1.5rem;
       vertical-align: top;
}


.xzxxcx{
   width: 5rem;
  margin:0 auto;
  margin-top: 0.4rem;
}
.xzxxcx.xzxxcx2{
  margin-bottom: 0.4rem;
  overflow:hidden;
}
.xzxxcx table{
    background: #ebebeb;
}
.xzxxcx th,
.xzxxcx td{
    padding:0.12rem 0.15rem;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.3rem;
    background:#fff;
}
.xzxxcx th{
    font-weight: bold;
       width: 1.5rem;
       vertical-align: top;
}

.xzxxcx .xxwz{
  width:100%;
  border-style: none;
    background: none;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #333;
    outline: none;
}
.xzxxcx .xxbtn {
    background: none;
        width:1.3rem;
    float: left;
    box-sizing: border-box;
    height: 0.38rem;
    line-height: 0.38rem;
    text-align: center;
    border: #ffd200 0.02rem solid;
    border-radius: 0.25rem;
    font-size: 0.16rem;
    cursor: pointer;
   color: #6b5906;
    background: #ffd200;
}


.sboxxz{ width:100%; float:left; }
.sboxxz .hd{  width:100%; float:left; 
       margin-bottom: 0.16rem;
}
.sboxxz .hd ul{
   width:60%; 
  margin-left:20%;
}
.sboxxz .hd li{ float:left; width:50%;
   font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem; 
   text-align:center;
      cursor: pointer;
    font-weight: bold;
}
.sboxxz .hd li.on{  color: #509b42;}
.sboxxz .bd{
   width:100%; float:left;
}
.sboxxz .bd ul{  width:100%; float:left; }



.gzap{
   background-color: #FFF;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    overflow: hidden;
    margin-top: .6rem;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
    padding: .25rem .3rem .7rem;
   font-family: "Microsoft YaHei!important";
}
.gztime{
   font-size: 0.15rem;
    color: #509b42;
    font-weight: bold;
    margin-bottom: 25px;
}
.gztime div{
  float:left;
}
.gztit{
    font-size: 0.26rem;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.gztit span{
  font-family: "Microsoft YaHei!important";
}
.gzcont{
    font-size:0.16rem;
    color: #333;
    line-height:0.16rem;
    padding: .25rem .5rem .0rem;
}
.gzcont table{
      margin-top: 0.1rem;
   width: 100%!important;
}
.gzcont td{
    padding: 0.03rem 0.05rem;
    font-size: 0.16rem!important;
    color: #333;
    line-height:0.26rem;
}
.gzcont td p span,.gzcont td p span span{
  font-family: "Microsoft YaHei!important";
}

@media (min-width:1025px) {
.nav li:hover .drop {
    opacity: 1;
    transform: translateX(-50%) rotateX(0deg);
    -webkit-transform: translateX(-50%) rotateX(0deg);
    -moz-transform: translateX(-50%) rotateX(0deg);
    -ms-transform: translateX(-50%) rotateX(0deg);
    -o-transform: translateX(-50%) rotateX(0deg);
}
    .top .link ul a:hover,
    .footer .link ul a:hover {
        background-color: #509b42;
        color: #FFF;
    }
    .homt-title .more:hover {
        text-decoration: underline;
    }
    .home-news .focus .swiper-slide:hover img,
    .home-sp a:hover img,
    .home-xueshu .swiper-slide:hover .pic img,
    .home-media .l-con .card .pic-con:hover .pic img,
    .home-media .r-con .newspaper .swiper-slide:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-news .text-content a:hover .tit,
    .home-notice a:hover .tit,
    .home-sch a:hover .tit,
    .home-media .l-con .swiper-slide:hover .tit {
        font-weight: bold;
    }
    .home-news .text-content a:hover .time,
    .home-notice a:hover .time,
    .home-media .l-con .swiper-slide:hover .tit {
        color: #509b42;
    }
    .home-news .text-content a:hover::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: .25rem;
        width: .36rem;
        height: .07rem;
        background: url(../images/arrow1.png)no-repeat center;
        background-size: 100%;
    }
    .home-jiuye li:hover .tit {
        font-weight: bold;
    }
    .home-jiuye li:hover .date {
        color: #509b42;
    }
    .home-jiuye li:hover .date span {
        background-color: #509b42;
    }
    .home-jiuye .con a:hover .icon img {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
    }
    .home-media .l-con .card .text-con a:hover,
    .home-media .l-con .card .pic-con:hover .tit {
        text-decoration: underline;
    }
}


@media (max-width:1366px) {
    .home-news .text-content a {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
}

@media (max-width:1281px) {
    .footer .logo {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: .3rem;
    }
    .footer .logo::after {
        display: none;
    }
    .footer .info-con .text {
        padding-left: .4rem;
    }
}

@media (max-width:1199px) {
    .header .logo {
        padding-left: .2rem;
        height: 1rem;
    }
    .fixed .logo {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .nav-btn,
    .m-search,
    .m-text,
 .m-link {
        display: block;
    }
.m-search #divu5{
  width: 100%;
}
    .head {
        background-color: #509b42;
    }
    .menu-btn,
    .top,
    .home-jiuye .pic {
        display: none;
    }

    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        margin-top: 0;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        top: 1rem;
        height: calc(100% - 1rem);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        padding-right: 0;
    }
    .nav {
        flex-flow: column;
        padding-left: .2rem;
        padding-right: .2rem;
        margin-top: .3rem;
    }
    .nav li>a {
        color: #333;
        line-height: 50px;
        font-size: 16px;
    }
    .nav .arrow {
        position: absolute;
        right: .2rem;
        top: 20px;
        width: 12px;
        height: 12px;
        border-right: 1px rgba(120, 165, 237, 0.5) solid;
        border-top: 1px rgba(120, 165, 237, 0.5) solid;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding-top: 0;
        background: none;
        padding-bottom: 0;
        padding-left: .4rem;
    }
    .nav .drop a {
        font-size: 12px;
        line-height: 35px;
    }
   .home-news .text-content a {
        padding-top: .12rem;
        padding-bottom: .12rem;
    }
    .home-jiuye .content {
        width: 100%;
        height: auto;
    }
    .home-jiuye .homt-title {
        margin-right: 0;
    }
    .home-jiuye .con {
        position: static;
        width: 100%;
        margin-top: .3rem;
    }
    .home-xueshu .content {
        margin-left: .2rem;
        padding-right: .3rem;
        padding-left: .3rem;
    }
    .home-photo .swiper-button-next {
        right: .4rem;
    }
    .home-photo .swiper-button-prev {
        left: .4rem;
    }
    .home-jiuye li {
        height: auto;
    }
    .home-jiuye li:nth-child(odd)::after {
        bottom: -.3rem;
    }
    .home-jiuye li .date {
        flex-flow: column;
        padding-left: 0;
        height: auto;
        width: auto;
        text-align: center;
        font-weight: bold;
        white-space: nowrap;
    }
    .home-jiuye li .date span {
        left: auto;
        top: auto;
        padding: .06rem .08rem;
        position: sticky;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        display: block;
        font-size: 12px;
        width: 100%;
        margin-top: .05rem;
        font-weight: normal;
    }
    .footer .link .tit {
        font-size: 12px;
    }
    .header {
        position: sticky;
    }
    .homt-title .more {
        font-size: 14px;
    }
.nav .drop .di_bl{
    line-height: .4rem;
    font-size: .22rem;
}








}
@media (max-width:1024px) {
  .home-xueshu .swiper-slide .des{
   
  }

}

@media (max-width:950px) {
    .home-news .focus {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .home-news .text-content {
        height: auto;
        padding-bottom: .15rem;
        margin-top: .3rem;
    }
    .home-news .con {
        width: 100%;
        margin-right: 0;
    }
    .home-news .title {
        width: .5rem;
        height: 2rem;
    }
    .home-sch,
    .home-sp {
        height: 4rem;
    }
    .home-sp {
        width: 50%;
    }
    .home-sch a:last-child {
        border-bottom: 0;
    }
    .home-sch a:nth-child(2) {
        border-bottom: 1px #e5e5e5 solid;
    }
    .home-sch a:nth-child(3),
    .home-sch a:nth-child(4) {
        display: block;
    }
    .home-sch .time {
        position: sticky;
    }
    .home-jiuye li .date span {
        font-size: 12px;
        left: -.45rem;
    }
    .home-jiuye .con {
        padding: .3rem;
        height: auto;
    }
    .home-media .l-con {
        margin-right: 0;
        min-width: 100%;
        height: auto;
    }
    .home-media .r-con {
        width: 100%;
    }
    .home-media .l-con .card {
        height: auto;
        padding-bottom: .3rem;
    }
    .home-media .r-con .newspaper {
        height: auto;
        padding-bottom: .3rem;
    }
    .home-media .r-con .newspaper .pic {
        height: 12rem;
    }
    .home-media .r-con .sns .icon {
        width: .9rem;
        height: .9rem;
        background-size: .4rem !important;
    }
    .home-media .l-con .card .text-con a {
        height: .4rem;
        line-height: .4rem;
    }


}

@media (max-width:767px) {
    .footer .link,
    .footer .link .tit {
        width: 100%;
        height: .8rem;
        border-radius: .4rem;
        -webkit-border-radius: .4rem;
        -moz-border-radius: .4rem;
        -ms-border-radius: .4rem;
        -o-border-radius: .4rem;
    }
    .footer .link {
        margin-top: .3rem;
    }
    .footer .link:first-child {
        margin-top: 0;
    }
    .footer .link ul a {
        font-size: 12px;
        line-height: 35px;
    }
    .footer .info-con .text {
        padding-left: 30px;
    }
    .footer .info-con .text-con {
        margin-top: .3rem;
    }
    .footer .copyright {
        width: 100%;
        text-align: center;
        margin-top: .3rem;
    }
    .home-news .title {
        font-size: 16px;
    }
    .home-news .con {
        flex-flow: column;
    }
    .home-sch {
        margin-right: 0;
        height: auto;
        overflow: unset;
    }
    .home-sp {
        margin-top: .3rem;
        height: auto;
    }
    .footer .info-con,
    .home-news .text-content .time,
    .home-sch .time,
    .home-notice a .time,
    .home-xueshu .swiper-slide:nth-child(odd) .des,
    .home-xueshu .swiper-slide:nth-child(even) .des,
    .home-xueshu .swiper-slide:nth-child(even) .date,
    .homt-title .more,
    .home-media .l-con .swiper-slide .des {
        font-size: 12px;
    }
    .home-jiuye li .date {
        font-size: 18px;
    }
    .home-xueshu {
        background-size: 160%;
        padding-top: 1.2rem;
    }
    .videoShow {
        width: 90%;
        height: 4rem;
        background-color: #000;
    }
    .home-media .l-con .card {
        margin-top: .3rem;
        margin-left: 0;
    }
    .home-media .l-con .swiper-slide .pic {
        width: 100%;
        margin-right: 0;
    }
    .home-media .l-con .swiper-container {
        margin-bottom: .6rem;
    }
    .home-media .l-con .btn {
        left: 0;
        bottom: -.3rem;
        width: 100%;
    }
    .home-media .l-con .swiper-button-prev {
        left: 40%;
    }
    .home-media .l-con .swiper-button-next {
        right: 40%;
    }
    .home-media .l-con .card .pic-con {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }
    .home-media .l-con .card .pic-con::after {
        display: none;
    }
    .home-media .l-con .card .title {
        font-size: 18px;
    }
    .home-media .l-con .card .pic-con .pic {
        height: 2.8rem;
    }
    .home-media .l-con .card .text-con {
        margin-top: .3rem;
    }
    .home-media .r-con .newspaper .pic {
        height: 6rem;
    }
    .home-photo .switch {
        position: sticky;
        margin-top: .3rem;
    }
    .home-photo .switch .tab {
        line-height: .5rem;
        border-radius: .25rem;
        -webkit-border-radius: .25rem;
        -moz-border-radius: .25rem;
        -ms-border-radius: .25rem;
        -o-border-radius: .25rem;
    }
    .home-jiuye .con {
        flex-flow: wrap;
        padding-bottom: 0;
        border-radius: .2rem;
        -webkit-border-radius: .2rem;
        -moz-border-radius: .2rem;
        -ms-border-radius: .2rem;
        -o-border-radius: .2rem;
    }
    .home-jiuye .con a {
        width: 50%;
        margin-bottom: .3rem;
    }
    .home-news .text-content .tit,
    .home-sch a {
        line-height: 2;
    }
    .home-sch a {
        padding: .2rem 0;
    }
  .home-sp{
        width: 100%;
    }

.xxlf,
.xxrg {
  width: calc(100% - 0rem);
   height: auto;
}
.xxlf .bg {
  height: auto;
  margin-bottom:0.3rem;
padding-bottom:0.3rem;
}
.xxlf{
    margin-bottom:0.5rem;
}
.xxrg{
   padding-bottom:0.4rem;
   margin-bottom: 0.35rem;
}
.xxrg .xxrg{
  margin-top:0.8rem;
}
.rdwt_box{
   padding-left:0.3rem;
   padding-right:0.3rem;
}

}


@media (max-width:600px) {
   .text-dp{
  width: 100%;
    text-align: center;
}
}