@media (max-width: 767px) {
  .main {
    width: 100%;
    background: #efefef;
  }
  .main .article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    background: #fff;
  }
  .main .article .breadcrumbs {
    display: none;
    overflow: hidden;
    font-size: .18rem;
    color: #666;
    border-bottom: .02rem solid #008d43;
    margin-bottom: 0;
    padding: 0 .24rem 0 .64rem;
    position: relative;
  }
  .main .article .breadcrumbs:before {
    content: '';
    width: .24rem;
    height: .31rem;
    display: inline-block;
    background: url("../images/icon-location.png") no-repeat center center;
    position: absolute;
    left: .24rem;
    top: 50%;
    margin-top: -.15rem;
  }
  .main .article .breadcrumbs dt {
    float: left;
    font-weight: normal;
  }
  .main .article .breadcrumbs dt a {
    color: #666;
    line-height: .68rem;
  }
  .main .article .breadcrumbs dd {
    float: left;
  }
  .main .article .breadcrumbs dd a {
    color: #666;
    line-height: .68rem;
  }
  .main .article .breadcrumbs dd a:hover {
    color: #008d43;
  }
  .main .article .breadcrumbs dd:after {
    content: '-';
    padding: 0 .05rem;
  }
  .main .article .breadcrumbs dd:nth-last-of-type(1):after {
    content: none;
  }
  .main .article .breadcrumbs .active a {
    color: #008d43;
  }
  .main .article .content {
    padding: .12rem;
  }
  .main .article .content .about-us .title {
    font-size: .2rem;
    margin-bottom: .1rem;
    font-weight: bold;
    text-align: center;
    color: #008d43;
  }
  .main .article .content .about-us .content-main p {
    font-size: .16rem;
    color: #555;
    text-align: justify;
    margin-bottom: .12rem;
  }
  .main .article .content .about-us .content-main img, .main .article .content .about-us .content-main video, .main .article .content .about-us .content-main table {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-bottom: .12rem;
  }
  .main .article .content .news-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .main .article .content .news-list ul li {
    padding: .15rem 0;
    border-bottom: .01rem #ddd dashed;
  }
  .main .article .content .news-list ul li .news-summary {
    padding: 0 .12rem;
  }
  .main .article .content .news-list ul li .news-i-t {
    color: #333;
    font-weight: bold;
  }
  .main .article .content .news-list ul li:hover {
    background-color: #f8f8f8;
  }
  .main .article .content .news-list ul li:hover .news-item .news-summary .news-i-t {
    color: #008c3e;
    font-weight: bold;
  }
  .main .article .content .news-list ul li a {
    display: block;
  }
  .main .article .content .news-list .news-item .news-image {
    width: 32%;
    height: 24%;
  }
  .main .article .content .news-list .news-item .news-image img {
    height: 100%;
    width: 100%;
  }
  .main .article .content .news-list .news-item .news-summary {
    width: 68%;
    position: relative;
  }
  .main .article .content .news-list .news-item .news-summary .news-i-t {
    font-size: .16rem;
    line-height: .32rem;
    margin: 0;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .main .article .content .news-list .news-item .news-summary .news-i-s {
    width: 100%;
    display: block;
    font-size: .14rem;
    color: #333;
    line-height: .26rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .main .article .content .news-list .news-item .news-summary .news-i-time {
    font-size: .14rem;
    color: #999999;
    display: inline-block;
  }
  .main .article .content .company-notice ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .main .article .content .company-notice ul li {
    padding: .15rem 0;
    border-bottom: .01rem #ddd dashed;
  }
  .main .article .content .company-notice ul li h5 {
    font-size: .18rem;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: .04rem;
  }
  .main .article .content .company-notice ul li .notice-i-time {
    color: #333;
  }
  .main .article .content .company-notice ul li:hover {
    background-color: #f8f8f8;
  }
  .main .article .content .company-notice ul li:hover .notice-item .notice-summary .notice-i-t {
    color: #008c3e;
    font-weight: bold;
  }
  .main .article .content .company-notice ul li a {
    display: block;
  }
  .main .article .content .company-notice .notice-item .notice-image {
    width: 32%;
    height: 24%;
  }
  .main .article .content .company-notice .notice-item .notice-image img {
    height: 100%;
    width: 100%;
  }
  .main .article .content .company-notice .notice-item .notice-summary {
    width: 68%;
    position: relative;
    padding: 0 .12rem;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-t {
    font-size: .18rem;
    line-height: .32rem;
    font-weight: normal;
    color: #333;
    padding-right: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-s {
    font-size: .14rem;
    color: #999;
    line-height: .26rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-s time {
    float: left;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-time {
    font-size: .14rem;
    color: #999999;
    display: inline-block;
  }
  .main .article .content .news-content .title {
    border-bottom: .01rem dashed #cfcfcf;
    margin-bottom: .1rem;
  }
  .main .article .content .news-content .title h3 {
    font-size: .24rem;
    font-weight: bold;
    color: #008d43;
    text-align: center;
    margin-bottom: .1rem;
  }
  .main .article .content .news-content .title p {
    text-align: center;
    font-size: .18rem;
    color: #999;
  }
  .main .article .content .news-content .title span {
    margin-right: .24rem;
  }
  .main .article .content .news-content .content-main {
    padding: .24rem 0;
  }
  .main .article .content .news-content .content-main p {
    font-size: .16rem;
    color: #555;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: .12rem;
  }
  .main .article .content .news-content .content-main img, .main .article .content .news-content .content-main video, .main .article .content .news-content .content-main table {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-bottom: .12rem;
  }
  .main .article .content .video-list .video-wrap {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: .2rem;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail {
    width: 100%;
    height: 2.2rem;
    background-size: cover;
    z-index: 0;
    position: relative;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail .play-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail .play-cover:before {
    content: "";
    left: 50%;
    top: 50%;
    margin: -.3rem 0 0 -.3rem;
    width: .6rem;
    height: .6rem;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background: url("../images/icon-play.png") no-repeat center center;
    position: absolute;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .main .article .content .video-list .video-wrap .video-thumbnail:hover .play-cover {
    opacity: 1;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail:hover .play-cover:before {
    content: '';
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .main .article .content .video-list .video-title {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: .18rem;
    line-height: .56rem;
  }
  .main .article .content .video-content {
    text-align: center;
  }
  .main .article .content .video-content .title {
    border-bottom: .01rem dashed #cfcfcf;
    margin-bottom: .1rem;
  }
  .main .article .content .video-content .title h3 {
    font-size: .2rem;
    font-weight: bold;
    color: #008d43;
    text-align: center;
    margin-bottom: .1rem;
  }
  .main .article .content .video-content .title p {
    text-align: center;
    font-size: .14rem;
    color: #999;
  }
  .main .article .content .video-content .title span {
    margin-right: .24rem;
  }
  .main .article .content .video-content .content-main {
    padding: .24rem 0;
  }
  .main .article .content .video-content .content-main p {
    font-size: .16rem;
    color: #555;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: .12rem;
  }
  .main .article .content .video-content .content-main img, .main .article .content .video-content .content-main video, .main .article .content .video-content .content-main table {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-bottom: .12rem;
  }
  .main .article .content .video-content .btn-green {
    cursor: pointer;
    font-size: .18rem;
    padding: 0 .24rem;
    display: inline-block;
    margin: 0 auto;
    line-height: .44rem;
    color: #fff;
    background: #008c3e;
  }
  .main .article .content .company-honor .honor-wrap {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: .2rem;
    position: relative;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail {
    width: 100%;
    height: 2.2rem;
    background-size: cover;
    z-index: 0;
    position: relative;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail .play-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail .play-cover:before {
    content: "";
    left: 50%;
    top: 50%;
    margin: -.3rem 0 0 -.3rem;
    width: .6rem;
    height: .6rem;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background: url("../images/icon-search2.png") no-repeat center center;
    position: absolute;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail:hover .play-cover {
    opacity: 1;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail:hover .play-cover:before {
    content: '';
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .main .article .content .company-honor .honor-title {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: .18rem;
    line-height: .56rem;
  }
  .main .article .content .company-honor .imgs {
    display: none;
    border: .01rem solid #080808;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
  .main .article .content .company-honor .imgs #video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
  }
  .main .article .content .company-honor .vclose {
    position: absolute;
    right: .2rem;
    top: .2rem;
  }
  .main .article .content .contact .contact-info dl {
    float: left;
    margin-bottom: .12rem;
  }
  .main .article .content .contact .contact-info dt {
    font-size: .18rem;
    margin-bottom: .1rem;
  }
  .main .article .content .contact .contact-info dd {
    font-size: .16rem;
    line-height: .32rem;
  }
  .main .article .content .contact .contact-info .qrcode {
    display: none;
    width: 100%;
    float: right;
  }
  .main .article .content .contact .contact-info .qrcode .img-wrap {
    float: left;
  }
  .main .article .content .contact .contact-info .qrcode .img-wrap img {
    display: block;
  }
  .main .article .content .contact .contact-info .qrcode .img-wrap span {
    display: block;
    font-size: .16rem;
    color: #999;
    line-height: 2;
    text-align: center;
  }
  .main .article .content .contact .map {
    width: 100%;
    height: 4rem;
    display: block;
  }
  .main .article .content .contact .map .iw_poi_title {
    color: #CC5522;
    font-size: .14rem;
    font-weight: bold;
    overflow: hidden;
    padding-right: .13rem;
    white-space: nowrap;
  }
  .main .article .content .contact .map .iw_poi_content {
    font: .12rem arial, sans-serif;
    overflow: visible;
    padding-top: .04rem;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
  }
  .main .article .content .events .text-fzlc {
    width: 100%;
  }
  .main .article .content .events .text-fzlc .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .article .content .events .text-fzlc .swiper-container .swiper-wrapper .swiper-slide {
    margin-right: 0;
  }
  .main .article .content .events .text-fzlc .path-content {
    width: 100%;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: .2rem;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time {
    width: 100%;
    margin-right: .05rem;
    position: relative;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time span {
    width: 1.06rem;
    height: .36rem;
    display: block;
    font-size: .16rem;
    line-height: .36rem;
    font-weight: bold;
    color: #fff;
    background: #008d43;
    text-align: center;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time:before {
    content: '';
    display: none;
    position: absolute;
    top: .17rem;
    right: 0;
    width: .35rem;
    height: .02rem;
    background: #008d43;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time:after {
    content: '';
    display: none;
    position: absolute;
    top: .3rem;
    left: .53rem;
    width: .02rem;
    height: 100%;
    background: #008d43;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .title {
    position: relative;
    padding-left: .1rem;
    font-size: .16rem;
    line-height: .26rem;
    text-align: left;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .title:before {
    display: none;
    content: '';
    position: absolute;
    top: .13rem;
    left: 0;
    width: .04rem;
    height: .2rem;
    background: #008d43;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .text-content {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .text-content p {
    font-size: .16rem;
    line-height: .32rem;
    text-align: justify;
    color: #5c5c66;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .events-thumbnail {
    width: 1rem;
    height: .75rem;
    margin: .12rem;
    display: inline-block;
    background-size: cover;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .main .article .content .events .text-fzlc .path-time {
    height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 .32rem 0;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-button-next {
    display: none;
    position: absolute;
    right: 0;
    top: .88rem;
    width: .3rem;
    height: .3rem;
    background-color: #fff;
    border-radius: .15rem;
    border: .02rem solid #008d43;
    background-size: .1rem .18rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23008c3e'%2F%3E%3C%2Fsvg%3E");
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-right: 0;
    cursor: pointer;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide:before {
    content: '';
    position: absolute;
    top: .7rem;
    left: 0;
    width: 100%;
    height: .02rem;
    background: #dddddd;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide:after {
    content: '';
    position: absolute;
    top: .63rem;
    left: 50%;
    width: .14rem;
    height: .14rem;
    margin-left: -.07rem;
    background: #ffffff;
    border: .02rem solid #dddddd;
    border-radius: 100%;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide span {
    font-size: .16rem;
    line-height: .6rem;
    font-weight: bold;
    color: #999;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide-thumb-active:after {
    content: '';
    position: absolute;
    top: .63rem;
    left: 50%;
    width: .14rem;
    height: .14rem;
    margin-left: -.07rem;
    background: #008d43;
    border: .02rem solid #008d43;
    border-radius: 100%;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide-thumb-active span {
    color: #008d43;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main {
    width: 100%;
    background: #efefef;
  }
  .main .article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 25% - .2rem);
    float: left;
    margin-left: .2rem;
    background: #fff;
    margin-bottom: .32rem;
  }
  .main .article .breadcrumbs {
    overflow: hidden;
    font-size: .18rem;
    color: #666;
    border-bottom: .02rem solid #008d43;
    margin-bottom: 0;
    padding: 0 .24rem 0 .64rem;
    position: relative;
  }
  .main .article .breadcrumbs:before {
    content: '';
    width: .24rem;
    height: .31rem;
    display: inline-block;
    background: url("../images/icon-location.png") no-repeat center center;
    position: absolute;
    left: .24rem;
    top: 50%;
    margin-top: -.15rem;
  }
  .main .article .breadcrumbs dt {
    float: left;
    font-weight: normal;
  }
  .main .article .breadcrumbs dt a {
    color: #666;
    line-height: .68rem;
  }
  .main .article .breadcrumbs dd {
    float: left;
  }
  .main .article .breadcrumbs dd a {
    color: #666;
    line-height: .68rem;
  }
  .main .article .breadcrumbs dd a:hover {
    color: #008d43;
  }
  .main .article .breadcrumbs dd:after {
    content: '-';
    padding: 0 .05rem;
  }
  .main .article .breadcrumbs dd:nth-last-of-type(1):after {
    content: none;
  }
  .main .article .breadcrumbs .active a {
    color: #008d43;
  }
  .main .article .content {
    padding: .36rem .36rem .64rem .36rem;
  }
  .main .article .content .about-us .title {
    font-size: .24rem;
    font-weight: bold;
    text-align: center;
    color: #008d43;
  }
  .main .article .content .about-us .content-main {
    padding: .24rem 0;
  }
  .main .article .content .about-us .content-main p {
    font-size: .16rem;
    color: #555;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: .12rem;
  }
  .main .article .content .about-us .content-main img, .main .article .content .about-us .content-main video, .main .article .content .about-us .content-main table {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-bottom: .12rem;
  }
  .main .article .content .news-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: .48rem;
  }
  .main .article .content .news-list ul li {
    padding: 15px 0;
    border-bottom: 1px #ddd dashed;
  }
  .main .article .content .news-list ul li .news-summary {
    padding: 0 .24rem;
  }
  .main .article .content .news-list ul li .news-i-t {
    color: #333;
    font-weight: bold;
  }
  .main .article .content .news-list ul li:hover {
    background-color: #f8f8f8;
  }
  .main .article .content .news-list ul li:hover .news-item .news-summary .news-i-t {
    color: #008c3e;
    font-weight: bold;
  }
  .main .article .content .news-list ul li a {
    display: block;
  }
  .main .article .content .news-list .news-item .news-image {
    width: 30%;
    height: 1.53rem;
  }
  .main .article .content .news-list .news-item .news-image img {
    height: 100%;
    width: 100%;
  }
  .main .article .content .news-list .news-item .news-summary {
    width: 70%;
    position: relative;
  }
  .main .article .content .news-list .news-item .news-summary .news-i-t {
    font-size: .16rem;
    line-height: .32rem;
    margin: 0;
    color: #333;
    padding-right: 150px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .main .article .content .news-list .news-item .news-summary .news-i-s {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    height: 50px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
  }
  .main .article .content .news-list .news-item .news-summary .news-i-time {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    margin-bottom: .1rem;
  }
  .main .article .content .company-notice ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: .48rem;
  }
  .main .article .content .company-notice ul li {
    padding: 15px 0;
    border-bottom: 1px #ddd dashed;
  }
  .main .article .content .company-notice ul li h5 {
    font-size: .18rem;
    padding-bottom: .1rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .main .article .content .company-notice ul li .notice-i-time {
    color: #333;
  }
  .main .article .content .company-notice ul li:hover {
    background-color: #f8f8f8;
  }
  .main .article .content .company-notice ul li:hover .notice-item .notice-summary .notice-i-t {
    color: #008c3e;
    font-weight: bold;
  }
  .main .article .content .company-notice ul li a {
    display: block;
  }
  .main .article .content .company-notice .notice-item .notice-image {
    width: 20%;
    height: 1rem;
  }
  .main .article .content .company-notice .notice-item .notice-image img {
    height: 100%;
    width: 100%;
  }
  .main .article .content .company-notice .notice-item .notice-summary {
    width: 80%;
    position: relative;
    padding: 0 .24rem;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-t {
    font-size: .18rem;
    line-height: .32rem;
    margin-bottom: .1rem;
    font-weight: normal;
    color: #333;
    padding-right: 150px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-s {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    height: 50px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-s time {
    float: right;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-time {
    font-size: 14px;
    color: #999999;
    display: inline-block;
  }
  .main .article .content .news-content .title {
    border-bottom: .01rem dashed #cfcfcf;
    margin-bottom: .1rem;
  }
  .main .article .content .news-content .title h3 {
    font-size: .24rem;
    font-weight: bold;
    color: #008d43;
    text-align: center;
    margin-bottom: .1rem;
  }
  .main .article .content .news-content .title p {
    text-align: center;
    font-size: .18rem;
    color: #999;
  }
  .main .article .content .news-content .title span {
    margin-right: .24rem;
  }
  .main .article .content .news-content .content-main {
    padding: .24rem 0;
  }
  .main .article .content .news-content .content-main p {
    font-size: .16rem;
    color: #555;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: .12rem;
  }
  .main .article .content .news-content .content-main img, .main .article .content .news-content .content-main video, .main .article .content .news-content .content-main table {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-bottom: .12rem;
  }
  .main .article .content .video-list .list-wrap {
    margin-bottom: .48rem;
  }
  .main .article .content .video-list .video-wrap {
    width: calc(50% - .2rem);
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: .2rem;
  }
  .main .article .content .video-list .video-wrap:nth-of-type(2n) {
    margin-right: 0;
    margin-left: .2rem;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail {
    width: 100%;
    height: 2.2rem;
    background-size: cover;
    z-index: 0;
    position: relative;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail .play-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail .play-cover:before {
    content: "";
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background: url("../images/icon-play.png") no-repeat center center;
    position: absolute;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .main .article .content .video-list .video-wrap .video-thumbnail:hover .play-cover {
    opacity: 1;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail:hover .play-cover:before {
    content: '';
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .main .article .content .video-list .video-title {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: .18rem;
    line-height: .56rem;
  }
  .main .article .content .video-content {
    text-align: center;
  }
  .main .article .content .video-content .title {
    border-bottom: .01rem dashed #cfcfcf;
    margin-bottom: .1rem;
  }
  .main .article .content .video-content .title h3 {
    font-size: .24rem;
    font-weight: bold;
    color: #008d43;
    text-align: center;
    margin-bottom: .1rem;
  }
  .main .article .content .video-content .title p {
    text-align: center;
    font-size: .18rem;
    color: #999;
  }
  .main .article .content .video-content .title span {
    margin-right: .24rem;
  }
  .main .article .content .video-content .content-main {
    padding: .24rem 0;
  }
  .main .article .content .video-content .content-main p {
    font-size: .16rem;
    color: #555;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: .12rem;
  }
  .main .article .content .video-content .content-main img, .main .article .content .video-content .content-main video, .main .article .content .video-content .content-main table {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-bottom: .12rem;
  }
  .main .article .content .video-content .btn-green {
    cursor: pointer;
    font-size: .18rem;
    padding: 0 .24rem;
    display: inline-block;
    margin: 0 auto;
    line-height: 44px;
    color: #fff;
    background: #008c3e;
  }
  .main .article .content .company-honor .list-wrap {
    margin-bottom: .48rem;
  }
  .main .article .content .company-honor .honor-wrap {
    width: calc(50% - .2rem);
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: .2rem;
    position: relative;
  }
  .main .article .content .company-honor .honor-wrap:nth-of-type(2n) {
    margin-right: 0;
    margin-left: .2rem;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail {
    width: 100%;
    height: 2.2rem;
    background-size: cover;
    z-index: 0;
    position: relative;
    cursor: pointer;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail .play-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail .play-cover:before {
    content: "";
    left: 50%;
    top: 50%;
    margin: -.2rem 0 0 -.2rem;
    width: .4rem;
    height: .4rem;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background: url("../images/icon-search2.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail:hover .play-cover {
    opacity: 1;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail:hover .play-cover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .main .article .content .company-honor .honor-title {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: .18rem;
    line-height: .56rem;
  }
  .main .article .content .company-honor .imgs {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
  .main .article .content .company-honor .imgs #video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
  }
  .main .article .content .company-honor .vclose {
    position: absolute;
    right: .2rem;
    top: .2rem;
  }
  .main .article .content .contact .contact-info dl {
    float: left;
  }
  .main .article .content .contact .contact-info dt {
    font-size: .18rem;
    margin-bottom: .1rem;
  }
  .main .article .content .contact .contact-info dd {
    font-size: .16rem;
    line-height: .32rem;
  }
  .main .article .content .contact .contact-info .qrcode {
    display: none;
    width: 40%;
    float: right;
  }
  .main .article .content .contact .contact-info .qrcode .img-wrap {
    float: right;
    margin-left: 6%;
  }
  .main .article .content .contact .contact-info .qrcode .img-wrap img {
    display: block;
  }
  .main .article .content .contact .contact-info .qrcode .img-wrap span {
    display: block;
    font-size: .16rem;
    color: #999;
    line-height: 2;
    text-align: center;
  }
  .main .article .content .contact .map {
    width: 100%;
    height: 400px;
    background: red;
  }
  .main .article .content .contact .map .iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
  }
  .main .article .content .contact .map .iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
  }
  .main .article .content .events .text-fzlc {
    width: 100%;
  }
  .main .article .content .events .text-fzlc .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .article .content .events .text-fzlc .swiper-container .swiper-wrapper .swiper-slide {
    margin-right: 0;
  }
  .main .article .content .events .text-fzlc .path-content {
    width: 100%;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time {
    width: 140px;
    margin-right: 5px;
    position: relative;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time span {
    width: 106px;
    height: 36px;
    display: block;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    background: #008d43;
    text-align: center;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time:before {
    content: '';
    position: absolute;
    top: 17px;
    right: 0;
    width: 35px;
    height: .02rem;
    background: #008d43;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 53px;
    width: .02rem;
    height: 100%;
    background: #008d43;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f5f5f5;
    padding: 0 0 0 .24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .title {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .title:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 20px;
    background: #008d43;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .text-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .text-content p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #5c5c66;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .events-thumbnail {
    width: 2rem;
    height: 1.5rem;
    margin: .12rem;
    display: inline-block;
    background-size: cover;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .main .article .content .events .text-fzlc .path-time {
    height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .1rem 0 .32rem .1rem;
    margin-bottom: .32rem;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-button-next {
    position: absolute;
    right: 0;
    top: 88px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #008d43;
    background-size: 10px 18px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23008c3e'%2F%3E%3C%2Fsvg%3E");
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-right: 0;
    cursor: pointer;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide:before {
    content: '';
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dddddd;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide:after {
    content: '';
    position: absolute;
    top: 63px;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background: #ffffff;
    border: 2px solid #dddddd;
    border-radius: 100%;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide span {
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
    color: #999;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide-thumb-active:after {
    content: '';
    position: absolute;
    top: 63px;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background: #008d43;
    border: 2px solid #008d43;
    border-radius: 100%;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide-thumb-active span {
    color: #008d43;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main {
    width: 100%;
    background: #efefef;
  }
  .main .article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 25% - .2rem);
    float: left;
    margin-left: .2rem;
    background: #fff;
    margin-bottom: .32rem;
  }
  .main .article .breadcrumbs {
    overflow: hidden;
    font-size: .18rem;
    color: #666;
    border-bottom: .02rem solid #008d43;
    margin-bottom: 0;
    padding: 0 .24rem 0 .64rem;
    position: relative;
  }
  .main .article .breadcrumbs:before {
    content: '';
    width: .24rem;
    height: .31rem;
    display: inline-block;
    background: url("../images/icon-location.png") no-repeat center center;
    position: absolute;
    left: .24rem;
    top: 50%;
    margin-top: -.15rem;
  }
  .main .article .breadcrumbs dt {
    float: left;
    font-weight: normal;
  }
  .main .article .breadcrumbs dt a {
    color: #666;
    line-height: .68rem;
  }
  .main .article .breadcrumbs dd {
    float: left;
  }
  .main .article .breadcrumbs dd a {
    color: #666;
    line-height: .68rem;
  }
  .main .article .breadcrumbs dd a:hover {
    color: #008d43;
  }
  .main .article .breadcrumbs dd:after {
    content: '-';
    padding: 0 .05rem;
  }
  .main .article .breadcrumbs dd:nth-last-of-type(1):after {
    content: none;
  }
  .main .article .breadcrumbs .active a {
    color: #008d43;
  }
  .main .article .content {
    padding: .36rem .36rem .64rem .36rem;
  }
  .main .article .content .about-us .title {
    font-size: .24rem;
    font-weight: bold;
    text-align: center;
    color: #008d43;
  }
  .main .article .content .about-us .content-main {
    padding: .24rem 0;
  }
  .main .article .content .about-us .content-main p {
    font-size: .16rem;
    color: #555;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: .12rem;
  }
  .main .article .content .about-us .content-main img, .main .article .content .about-us .content-main video, .main .article .content .about-us .content-main table {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-bottom: .12rem;
  }
  .main .article .content .news-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: .48rem;
  }
  .main .article .content .news-list ul li {
    padding: 15px 0;
    border-bottom: 1px #ddd dashed;
  }
  .main .article .content .news-list ul li .news-summary {
    padding: 0 .24rem;
  }
  .main .article .content .news-list ul li .news-i-t {
    color: #333;
    font-weight: bold;
  }
  .main .article .content .news-list ul li:hover {
    background-color: #f8f8f8;
  }
  .main .article .content .news-list ul li:hover .news-item .news-summary .news-i-t {
    color: #008c3e;
    font-weight: bold;
  }
  .main .article .content .news-list ul li a {
    display: block;
  }
  .main .article .content .news-list .news-item .news-image {
    width: 30%;
    height: 1.53rem;
  }
  .main .article .content .news-list .news-item .news-image img {
    height: 100%;
    width: 100%;
  }
  .main .article .content .news-list .news-item .news-summary {
    width: 70%;
    position: relative;
  }
  .main .article .content .news-list .news-item .news-summary .news-i-t {
    font-size: .16rem;
    line-height: .32rem;
    margin: 0;
    color: #333;
    padding-right: 150px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .main .article .content .news-list .news-item .news-summary .news-i-s {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    height: 50px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
  }
  .main .article .content .news-list .news-item .news-summary .news-i-time {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    margin-bottom: .1rem;
  }
  .main .article .content .company-notice ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: .48rem;
  }
  .main .article .content .company-notice ul li {
    padding: 15px 0;
    border-bottom: 1px #ddd dashed;
  }
  .main .article .content .company-notice ul li h5 {
    font-size: .18rem;
    padding-bottom: .1rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .main .article .content .company-notice ul li .notice-i-time {
    color: #333;
  }
  .main .article .content .company-notice ul li:hover {
    background-color: #f8f8f8;
  }
  .main .article .content .company-notice ul li:hover .notice-item .notice-summary .notice-i-t {
    color: #008c3e;
    font-weight: bold;
  }
  .main .article .content .company-notice ul li a {
    display: block;
  }
  .main .article .content .company-notice .notice-item .notice-image {
    width: 20%;
    height: 1rem;
  }
  .main .article .content .company-notice .notice-item .notice-image img {
    height: 100%;
    width: 100%;
  }
  .main .article .content .company-notice .notice-item .notice-summary {
    width: 80%;
    position: relative;
    padding: 0 .24rem;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-t {
    font-size: .18rem;
    line-height: .32rem;
    margin-bottom: .1rem;
    font-weight: normal;
    color: #333;
    padding-right: 150px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-s {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    height: 50px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-s time {
    float: right;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-time {
    font-size: 14px;
    color: #999999;
    display: inline-block;
  }
  .main .article .content .news-content .title {
    border-bottom: .01rem dashed #cfcfcf;
    margin-bottom: .1rem;
  }
  .main .article .content .news-content .title h3 {
    font-size: .24rem;
    font-weight: bold;
    color: #008d43;
    text-align: center;
    margin-bottom: .1rem;
  }
  .main .article .content .news-content .title p {
    text-align: center;
    font-size: .18rem;
    color: #999;
  }
  .main .article .content .news-content .title span {
    margin-right: .24rem;
  }
  .main .article .content .news-content .content-main {
    padding: .24rem 0;
  }
  .main .article .content .news-content .content-main p {
    font-size: .16rem;
    color: #555;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: .12rem;
  }
  .main .article .content .news-content .content-main img, .main .article .content .news-content .content-main video, .main .article .content .news-content .content-main table {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-bottom: .12rem;
  }
  .main .article .content .video-list .list-wrap {
    margin-bottom: .48rem;
  }
  .main .article .content .video-list .video-wrap {
    width: calc(50% - .2rem);
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: .2rem;
  }
  .main .article .content .video-list .video-wrap:nth-of-type(2n) {
    margin-right: 0;
    margin-left: .2rem;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail {
    width: 100%;
    height: 2.2rem;
    background-size: cover;
    z-index: 0;
    position: relative;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail .play-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail .play-cover:before {
    content: "";
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background: url("../images/icon-play.png") no-repeat center center;
    position: absolute;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .main .article .content .video-list .video-wrap .video-thumbnail:hover .play-cover {
    opacity: 1;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail:hover .play-cover:before {
    content: '';
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .main .article .content .video-list .video-title {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: .18rem;
    line-height: .56rem;
  }
  .main .article .content .video-content {
    text-align: center;
  }
  .main .article .content .video-content .title {
    border-bottom: .01rem dashed #cfcfcf;
    margin-bottom: .1rem;
  }
  .main .article .content .video-content .title h3 {
    font-size: .24rem;
    font-weight: bold;
    color: #008d43;
    text-align: center;
    margin-bottom: .1rem;
  }
  .main .article .content .video-content .title p {
    text-align: center;
    font-size: .18rem;
    color: #999;
  }
  .main .article .content .video-content .title span {
    margin-right: .24rem;
  }
  .main .article .content .video-content .content-main {
    padding: .24rem 0;
  }
  .main .article .content .video-content .content-main p {
    font-size: .16rem;
    color: #555;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: .12rem;
  }
  .main .article .content .video-content .content-main img, .main .article .content .video-content .content-main video, .main .article .content .video-content .content-main table {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-bottom: .12rem;
  }
  .main .article .content .video-content .btn-green {
    cursor: pointer;
    font-size: .18rem;
    padding: 0 .24rem;
    display: inline-block;
    margin: 0 auto;
    line-height: 44px;
    color: #fff;
    background: #008c3e;
  }
  .main .article .content .company-honor .list-wrap {
    margin-bottom: .48rem;
  }
  .main .article .content .company-honor .honor-wrap {
    width: calc(50% - .2rem);
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: .2rem;
    position: relative;
  }
  .main .article .content .company-honor .honor-wrap:nth-of-type(2n) {
    margin-right: 0;
    margin-left: .2rem;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail {
    width: 100%;
    height: 2.2rem;
    background-size: cover;
    z-index: 0;
    position: relative;
    cursor: pointer;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail .play-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail .play-cover:before {
    content: "";
    left: 50%;
    top: 50%;
    margin: -.2rem 0 0 -.2rem;
    width: .4rem;
    height: .4rem;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background: url("../images/icon-search2.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail:hover .play-cover {
    opacity: 1;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail:hover .play-cover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .main .article .content .company-honor .honor-title {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: .18rem;
    line-height: .56rem;
  }
  .main .article .content .company-honor .imgs {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
  .main .article .content .company-honor .imgs #video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
  }
  .main .article .content .company-honor .vclose {
    position: absolute;
    right: .2rem;
    top: .2rem;
  }
  .main .article .content .contact .contact-info dl {
    float: left;
  }
  .main .article .content .contact .contact-info dt {
    font-size: .18rem;
    margin-bottom: .1rem;
  }
  .main .article .content .contact .contact-info dd {
    font-size: .16rem;
    line-height: .32rem;
  }
  .main .article .content .contact .contact-info .qrcode {
    display: none;
    width: 40%;
    float: right;
  }
  .main .article .content .contact .contact-info .qrcode .img-wrap {
    float: right;
    margin-left: 6%;
  }
  .main .article .content .contact .contact-info .qrcode .img-wrap img {
    display: block;
  }
  .main .article .content .contact .contact-info .qrcode .img-wrap span {
    display: block;
    font-size: .16rem;
    color: #999;
    line-height: 2;
    text-align: center;
  }
  .main .article .content .contact .map {
    width: 100%;
    height: 400px;
    background: red;
  }
  .main .article .content .contact .map .iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
  }
  .main .article .content .contact .map .iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
  }
  .main .article .content .events .text-fzlc {
    width: 100%;
  }
  .main .article .content .events .text-fzlc .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .article .content .events .text-fzlc .swiper-container .swiper-wrapper .swiper-slide {
    margin-right: 0;
  }
  .main .article .content .events .text-fzlc .path-content {
    width: 100%;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time {
    width: 140px;
    margin-right: 5px;
    position: relative;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time span {
    width: 106px;
    height: 36px;
    display: block;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    background: #008d43;
    text-align: center;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time:before {
    content: '';
    position: absolute;
    top: 17px;
    right: 0;
    width: 35px;
    height: .02rem;
    background: #008d43;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 53px;
    width: .02rem;
    height: 100%;
    background: #008d43;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f5f5f5;
    padding: 0 0 0 .24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .title {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .title:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 20px;
    background: #008d43;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .text-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .text-content p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #5c5c66;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .events-thumbnail {
    width: 2rem;
    height: 1.5rem;
    margin: .12rem;
    display: inline-block;
    background-size: cover;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .main .article .content .events .text-fzlc .path-time {
    height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .1rem 0 .32rem .1rem;
    margin-bottom: .32rem;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-button-next {
    position: absolute;
    right: 0;
    top: 88px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #008d43;
    background-size: 10px 18px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23008c3e'%2F%3E%3C%2Fsvg%3E");
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-right: 0;
    cursor: pointer;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide:before {
    content: '';
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dddddd;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide:after {
    content: '';
    position: absolute;
    top: 63px;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background: #ffffff;
    border: 2px solid #dddddd;
    border-radius: 100%;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide span {
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
    color: #999;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide-thumb-active:after {
    content: '';
    position: absolute;
    top: 63px;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background: #008d43;
    border: 2px solid #008d43;
    border-radius: 100%;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide-thumb-active span {
    color: #008d43;
  }
}
@media (min-width: 1200px) {
  .main {
    width: 100%;
    background: #efefef;
  }
  .main .article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 25% - .2rem);
    float: left;
    margin-left: .2rem;
    background: #fff;
    margin-bottom: .32rem;
  }
  .main .article .breadcrumbs {
    overflow: hidden;
    font-size: .18rem;
    color: #666;
    border-bottom: .02rem solid #008d43;
    margin-bottom: 0;
    padding: 0 .24rem 0 .64rem;
    position: relative;
  }
  .main .article .breadcrumbs:before {
    content: '';
    width: .24rem;
    height: .31rem;
    display: inline-block;
    background: url("../images/icon-location.png") no-repeat center center;
    position: absolute;
    left: .24rem;
    top: 50%;
    margin-top: -.15rem;
  }
  .main .article .breadcrumbs dt {
    float: left;
    font-weight: normal;
  }
  .main .article .breadcrumbs dt a {
    color: #666;
    line-height: .68rem;
  }
  .main .article .breadcrumbs dd {
    float: left;
  }
  .main .article .breadcrumbs dd a {
    color: #666;
    line-height: .68rem;
  }
  .main .article .breadcrumbs dd a:hover {
    color: #008d43;
  }
  .main .article .breadcrumbs dd:after {
    content: '-';
    padding: 0 .05rem;
  }
  .main .article .breadcrumbs dd:nth-last-of-type(1):after {
    content: none;
  }
  .main .article .breadcrumbs .active a {
    color: #008d43;
  }
  .main .article .content {
    padding: .36rem .36rem .64rem .36rem;
  }
  .main .article .content .about-us .title {
    font-size: .24rem;
    font-weight: bold;
    text-align: center;
    color: #008d43;
  }
  .main .article .content .about-us .content-main {
    padding: .24rem 0;
  }
  .main .article .content .about-us .content-main p {
    font-size: .16rem;
    color: #555;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: .12rem;
  }
  .main .article .content .about-us .content-main img, .main .article .content .about-us .content-main video, .main .article .content .about-us .content-main table {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-bottom: .12rem;
  }
  .main .article .content .news-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: .48rem;
  }
  .main .article .content .news-list ul li {
    padding: 15px 0;
    border-bottom: 1px #ddd dashed;
  }
  .main .article .content .news-list ul li .news-summary {
    padding: 0 .24rem;
  }
  .main .article .content .news-list ul li .news-i-t {
    color: #333;
    font-weight: bold;
  }
  .main .article .content .news-list ul li:hover {
    background-color: #f8f8f8;
  }
  .main .article .content .news-list ul li:hover .news-item .news-summary .news-i-t {
    color: #008c3e;
    font-weight: bold;
  }
  .main .article .content .news-list ul li a {
    display: block;
  }
  .main .article .content .news-list .news-item .news-image {
    width: 30%;
    height: 1.53rem;
  }
  .main .article .content .news-list .news-item .news-image img {
    height: 100%;
    width: 100%;
  }
  .main .article .content .news-list .news-item .news-summary {
    width: 70%;
    position: relative;
  }
  .main .article .content .news-list .news-item .news-summary .news-i-t {
    font-size: .16rem;
    line-height: .32rem;
    margin: 0;
    color: #333;
    padding-right: 150px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .main .article .content .news-list .news-item .news-summary .news-i-s {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    height: 50px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
  }
  .main .article .content .news-list .news-item .news-summary .news-i-time {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    margin-bottom: .1rem;
  }
  .main .article .content .company-notice ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: .48rem;
  }
  .main .article .content .company-notice ul li {
    padding: 15px 0;
    border-bottom: 1px #ddd dashed;
  }
  .main .article .content .company-notice ul li h5 {
    font-size: .18rem;
    padding-bottom: .1rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .main .article .content .company-notice ul li .notice-i-time {
    color: #333;
  }
  .main .article .content .company-notice ul li:hover {
    background-color: #f8f8f8;
  }
  .main .article .content .company-notice ul li:hover .notice-item .notice-summary .notice-i-t {
    color: #008c3e;
    font-weight: bold;
  }
  .main .article .content .company-notice ul li a {
    display: block;
  }
  .main .article .content .company-notice .notice-item .notice-image {
    width: 20%;
    height: 1rem;
  }
  .main .article .content .company-notice .notice-item .notice-image img {
    height: 100%;
    width: 100%;
  }
  .main .article .content .company-notice .notice-item .notice-summary {
    width: 80%;
    position: relative;
    padding: 0 .24rem;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-t {
    font-size: .18rem;
    line-height: .32rem;
    margin-bottom: .1rem;
    font-weight: normal;
    color: #333;
    padding-right: 150px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-s {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    height: 50px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-s time {
    float: right;
  }
  .main .article .content .company-notice .notice-item .notice-summary .notice-i-time {
    font-size: 14px;
    color: #999999;
    display: inline-block;
  }
  .main .article .content .news-content .title {
    border-bottom: .01rem dashed #cfcfcf;
    margin-bottom: .1rem;
  }
  .main .article .content .news-content .title h3 {
    font-size: .24rem;
    font-weight: bold;
    color: #008d43;
    text-align: center;
    margin-bottom: .1rem;
  }
  .main .article .content .news-content .title p {
    text-align: center;
    font-size: .18rem;
    color: #999;
  }
  .main .article .content .news-content .title span {
    margin-right: .24rem;
  }
  .main .article .content .news-content .content-main {
    padding: .24rem 0;
  }
  .main .article .content .news-content .content-main p {
    font-size: .16rem;
    color: #555;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: .12rem;
  }
  .main .article .content .news-content .content-main img, .main .article .content .news-content .content-main video, .main .article .content .news-content .content-main table {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-bottom: .12rem;
  }
  .main .article .content .video-list .list-wrap {
    margin-bottom: .48rem;
  }
  .main .article .content .video-list .video-wrap {
    width: calc(50% - .2rem);
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: .2rem;
  }
  .main .article .content .video-list .video-wrap:nth-of-type(2n) {
    margin-right: 0;
    margin-left: .2rem;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail {
    width: 100%;
    height: 2.2rem;
    background-size: cover;
    z-index: 0;
    position: relative;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail .play-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail .play-cover:before {
    content: "";
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background: url("../images/icon-play.png") no-repeat center center;
    position: absolute;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .main .article .content .video-list .video-wrap .video-thumbnail:hover .play-cover {
    opacity: 1;
  }
  .main .article .content .video-list .video-wrap .video-thumbnail:hover .play-cover:before {
    content: '';
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .main .article .content .video-list .video-title {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: .18rem;
    line-height: .56rem;
  }
  .main .article .content .video-content {
    text-align: center;
  }
  .main .article .content .video-content .title {
    border-bottom: .01rem dashed #cfcfcf;
    margin-bottom: .1rem;
  }
  .main .article .content .video-content .title h3 {
    font-size: .24rem;
    font-weight: bold;
    color: #008d43;
    text-align: center;
    margin-bottom: .1rem;
  }
  .main .article .content .video-content .title p {
    text-align: center;
    font-size: .18rem;
    color: #999;
  }
  .main .article .content .video-content .title span {
    margin-right: .24rem;
  }
  .main .article .content .video-content .content-main {
    padding: .24rem 0;
  }
  .main .article .content .video-content .content-main p {
    font-size: .16rem;
    color: #555;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: .12rem;
  }
  .main .article .content .video-content .content-main img, .main .article .content .video-content .content-main video, .main .article .content .video-content .content-main table {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-bottom: .12rem;
  }
  .main .article .content .video-content .btn-green {
    cursor: pointer;
    font-size: .18rem;
    padding: 0 .24rem;
    display: inline-block;
    margin: 0 auto;
    line-height: 44px;
    color: #fff;
    background: #008c3e;
  }
  .main .article .content .company-honor .list-wrap {
    margin-bottom: .48rem;
  }
  .main .article .content .company-honor .honor-wrap {
    width: calc(33.33% - .2rem);
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: .3rem;
    position: relative;
  }
  .main .article .content .company-honor .honor-wrap:nth-of-type(3n) {
    margin-right: 0;
    margin-left: 0;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail {
    width: 100%;
    height: 1.4rem;
    background-size: cover;
    z-index: 0;
    position: relative;
    cursor: pointer;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail .play-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail .play-cover:before {
    content: "";
    left: 50%;
    top: 50%;
    margin: -.2rem 0 0 -.2rem;
    width: .4rem;
    height: .4rem;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background: url("../images/icon-search2.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail:hover .play-cover {
    opacity: 1;
  }
  .main .article .content .company-honor .honor-wrap .honor-thumbnail:hover .play-cover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .main .article .content .company-honor .honor-title {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: .18rem;
    line-height: .56rem;
  }
  .main .article .content .company-honor .imgs {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
  .main .article .content .company-honor .imgs #video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
  }
  .main .article .content .company-honor .vclose {
    position: absolute;
    right: .2rem;
    top: .2rem;
  }
  .main .article .content .contact .contact-info dl {
    float: left;
  }
  .main .article .content .contact .contact-info dt {
    font-size: .18rem;
    margin-bottom: .1rem;
  }
  .main .article .content .contact .contact-info dd {
    font-size: .16rem;
    line-height: .32rem;
  }
  .main .article .content .contact .contact-info .qrcode {
    width: 40%;
    float: right;
  }
  .main .article .content .contact .contact-info .qrcode .img-wrap {
    float: right;
    margin-left: 6%;
  }
  .main .article .content .contact .contact-info .qrcode .img-wrap img {
    display: block;
  }
  .main .article .content .contact .contact-info .qrcode .img-wrap span {
    display: block;
    font-size: .16rem;
    color: #999;
    line-height: 2;
    text-align: center;
  }
  .main .article .content .contact .map {
    width: 100%;
    height: 400px;
    background: red;
  }
  .main .article .content .contact .map .iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
  }
  .main .article .content .contact .map .iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
  }
  .main .article .content .events .text-fzlc {
    width: 100%;
  }
  .main .article .content .events .text-fzlc .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .article .content .events .text-fzlc .swiper-container .swiper-wrapper .swiper-slide {
    margin-right: 0;
  }
  .main .article .content .events .text-fzlc .path-content {
    width: 100%;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time {
    width: 140px;
    margin-right: 5px;
    position: relative;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time span {
    width: 106px;
    height: 36px;
    display: block;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    background: #008d43;
    text-align: center;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time:before {
    content: '';
    position: absolute;
    top: 17px;
    right: 0;
    width: 35px;
    height: .02rem;
    background: #008d43;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item time:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 53px;
    width: .02rem;
    height: 100%;
    background: #008d43;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f5f5f5;
    padding: 0 0 0 .24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .title {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .title:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 20px;
    background: #008d43;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .text-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .item .text .text-content p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #5c5c66;
  }
  .main .article .content .events .text-fzlc .path-content .swiper-slide .events-thumbnail {
    width: 2rem;
    height: 1.5rem;
    margin: .12rem;
    display: inline-block;
    background-size: cover;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .main .article .content .events .text-fzlc .path-time {
    height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .1rem 0 .32rem .1rem;
    margin-bottom: .32rem;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-button-next {
    position: absolute;
    right: 0;
    top: 88px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #008d43;
    background-size: 10px 18px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23008c3e'%2F%3E%3C%2Fsvg%3E");
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-right: 0;
    cursor: pointer;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide:before {
    content: '';
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dddddd;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide:after {
    content: '';
    position: absolute;
    top: 63px;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background: #ffffff;
    border: 2px solid #dddddd;
    border-radius: 100%;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide span {
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
    color: #999;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide-thumb-active:after {
    content: '';
    position: absolute;
    top: 63px;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background: #008d43;
    border: 2px solid #008d43;
    border-radius: 100%;
  }
  .main .article .content .events .text-fzlc .path-time .swiper-slide-thumb-active span {
    color: #008d43;
  }
}

/*# sourceMappingURL=tlp.css.map */
