/*ÐÂÎÅ*/
.newstMain .news-list {
    width: 100%;
    clear: both;
    width: 100%;
    padding-top: 1px;
}

.inline-box {
    font-size: 0;
    -webkit-text-size-adjust: none;
    white-space: nowrap;
    background: #fafafa;
    display: block;
    position: relative;
    overflow: hidden;
}

.inline-box>* {
    display: inline-block;
    font-size: 16px;
    white-space: normal;
    vertical-align: top;
}

.newstMain .img-box.common {
    margin-top: 0;
}

.newstMain .img-box.common .text-cover {
    padding: 2vw 3vw;
}

.newstMain .news-list li {
    margin-top: 45px;
    position: relative;
}

.newstMain .news-list li:hover .news-title {
    color: #fa5a1e;
}

.newstMain .news-list li:hover .news-c {
    color: #163f73;
}

.newstMain .news-list li:hover {
    background-color: #fff;
    margin-top: 45px;
}

.newstMain .news-list li .left-item img {
    width: 100%;
}

.newstMain .news-list li .left-item {
    width: 40vw;
    width: 550px;
    overflow: hidden;
}

.newstMain .news-list li .right-item {
    width: 54vw;
    height: auto;
    width: -webkit-calc(100% - 550px);
    width: calc(100% - 550px);
    padding: 5px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newstMain .news-title {
    font-size: 32px;
    line-height: 60px;
    color: #434343;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 40px 0 20px;
}

.newstMain .img-box.common .news-c {
    -webkit-line-clamp: 2;
}

.newstMain .titme {
    position: absolute;
    color: #b1b2b4;
    margin-top: 5px;
    bottom: 10%;
    font-size: 12px;
}

.newstMain .news-c {
    font-size: 16px;
    line-height: 32px;
    color: #434343;
    opacity: 0.8;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newstMain .more {
    font-size: 12px;
    position: absolute;
    width: 85px;
    line-height: 28px;
    background-color: #fa5a1e;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 8%;
    right: 3%;
    border-radius: 10px;
}

.newstMain .more span {
    margin-left: 7px;
}

.teamtMain .img-box.common:hover {
    opacity: 1;
}

/*
.newstMain .loadmore p {padding-right:20px;}
.newstMain .loadmore i {padding-right:20px;}
*/

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

._full {
    width: 100%;
}





/*ÐÂÎÅ*/
.wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.ny-content {
    padding: 50px 0 70px;
    background: #f6f6f6;
}

.left-nav {
    margin-right: 10px;
    width: 196px;
    min-width: 196px;
}

.left-nav>a {
    display: block;
    background: #fff;
    line-height: 40px;
    font-size: 17px;
    color: #0b0a0b;
    text-align: center;
}

.left-nav>a.active,
.left-nav>a:hover {
    background: #38aab2;
    color: #fff;
}

.left-nav .kefu {
    margin-top: 10px;
    padding-bottom: 10px;
    background: #38aab2;
    text-align: center;
}

.left-nav .kefu img {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #fedb3c;
}

.left-nav .kefu span,
.left-nav .kefu strong {
    display: block;
    color: #fff;
    font-size: 18px;
}

.con-right {
    padding: 10px 5% 30px;
    width: 100%;
    max-width: 1200px;
    background: #fff;
}

.con-right .meishi-pos {
    margin-bottom: 20px;
    line-height: 46px;
    border-bottom: 1px solid #a8a8a8;
    font-size: 16px;
}

.con-right .meishi-pos strong,
.recommend strong {
    padding-left: 25px;
    background: url(../images/meishi-ico.png) left center no-repeat;
    font-weight: normal;
}

.con-right .meishi-pos a {
    color: #000;
}

.con-right ul li {
    position: relative;
    margin: 0 1% 15px;
    width: 31.333333%;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.con-right ul.news-list li {
    margin: 0 0 15px;
    width: 100%;
}

.con-right ul.meishi-list li {
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.con-right ul::after {
    content: "";
    margin: 0 1% 15px;
    width: 31.333333%;
    height: 0;
}

.con-right ul.news-list::after {
    display: none;
}

.con-right ul li img {
    display: block;
    width: 100%;
}

.con-right ul.meishi-list li p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    width: 100%;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background: rgba(27, 25, 21, .72);
}

.con-right ul.qianyue-list li .qianyue-img {
    height: 250px;
    overflow: hidden;
}

.con-right ul.qianyue-list li p {
    line-height: 40px;
    font-size: 20px;
}

.pages {
    padding-top: 1.5rem;
    text-align: center;
}

.pages a,
.pages span {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border: 1px solid #e5e5e5;
    color: #5f5f5f;
}

.pages span {
    background: #38aab2;
    color: #fff;
}

.con-right ul.news-list li a {
    padding: 15px;
    border: 2px solid #e5e5e5;
    text-align: left;
}

.con-right ul.news-list li .new-img {
    margin-right: 20px;
    width: 40%;
    max-height: 200px;
    overflow: hidden;
}

.con-right ul.news-list li a .new-text {
    width: 100%;
}

.con-right ul.news-list li .new-img img {
    display: block;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.con-right ul.news-list li a:hover .new-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.con-right ul.news-list li strong {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: #000;
}

.con-right ul.news-list li p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    min-height: 66px;
    color: #666;
}

.con-right ul.news-list li span {
    display: block;
    text-align: right;
    color: #666;
}

.show-news .new-title {
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 32px;
    color: #000;
    text-align: center;
}

.show-news .new-info {
    padding-bottom: 15px;
    font-size: 14px;
    color: #7f7f7f;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

.show-news .new-content {
    padding: 20px 0;
    line-height: 2rem;
}

.recommend {
    margin-top: 10px;
    padding: 10px 10px 20px;
    background: #fff;
}

.recommend strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}

.recommend a {
    display: block;
    margin-top: 5px;
    line-height: 16px;
}

.recommend a:hover {
    color: #fa5a1e;
}




.news>.content ul {
    margin: 70px auto 0;
}

.news>.content ul li.on {
    border-bottom: 1px solid #dadada;
    padding: 0 0 52px 0;
}

.news>.content ul li.on .left {
    float: left;
    width: 306px;
    overflow: hidden;
}

.news>.content ul li.on .left img {
    width: 100%;
}

.news>.content ul li.on .right {
    float: left;
    margin: 0 0 0 24px;
    width: 840px;
    border: none;
    text-align: left;
}

.news>.content ul li.on .right h1 {
    font-size: 18px;
    font-family: 'Î¢ÈíÑÅºÚ';
    color: #000;
    font-weight: 500;
    margin: 5px auto 0;
}

.news>.content ul li.on .right h2 {
    font-family: 'Î¢ÈíÑÅºÚ';
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
    margin: 14px 0 16px 0;
    background: url(../images/21.jpg) no-repeat left 1px;
    text-indent: 2em;
}

.news>.content ul li.on .right p {
    font-size: 14px;
    font-family: 'Î¢ÈíÑÅºÚ';
    color: #777;
    line-height: 26px;
}

.news>.content ul li.on .right:hover h1 {
    color: #197ac9;
}

.news>.content ul li.on .right a {
    font-size: 13px;
    color: #737373;
    display: block;
    width: 34%;
    height: 100%;
    margin: 24px 0 0 0;
}

.news>.content ul li.on .right a span {
    -webkit-transition: .7s;
    -ms-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
    float: left;
    font-size: 13px;
    color: #197ac9;
    border: 1px solid #197ac9;
    padding: 10px 20px;
}

.news>.content ul li.on .right a img {
    margin-left: -8px;
    margin-top: 18px;
    -webkit-transition: .7s;
    -ms-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
}

.news>.content ul li.on .right a:hover span {
    margin: 0 0 0 5px;
}

.news>.content ul li.on .right a:hover img {
    margin: 18px 0 0 -15px;
}

.news>.content ul li.on:hover {
    background: none;
}

.news>.content ul li.on:hover .left {
    margin: 0;
    width: 306px;
    overflow: hidden;
}

.news>.content ul li.on:hover img {
    margin: 0;
}

.news>.content ul li.on:hover .right {
    margin: 0 0 0 24px;
}

.news>.content ul li.on:hover .left h1 {
    color: #fff;
}

.news>.content ul li.on:hover .left p {
    color: #fff;
}

.news>.content ul li.on:hover a .right {
    border: 1px solid #fff;
}

.news>.content ul li.on:hover a .right .date {
    color: #fff;
}

.news>.content ul li.on:hover a .right .year {
    color: #fff;
}

.news>.content ul li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 30px 0;
}

.news>.content ul li .left {
    float: left;
    width: 860px;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.news>.content ul li .left h1 {
    font-size: 18px;
    font-family: 'Î¢ÈíÑÅºÚ';
    color: #464646;
    margin: 10px 0;
    font-weight: 400;
}

.news>.content ul li .left p {
    font-size: 14px;
    line-height: 24px;
    color: #9a9a9a;
}

.news>.content ul li .right {
    padding: 0;
    float: right;
    width: 75px;
    height: 75px;
    border: 1px solid #ccc;
    text-align: center;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.news>.content ul li .right p {
    font-size: 16px;
    font-family: 'Î¢ÈíÑÅºÚ';
    color: #636363;
    line-height: 10px;
}

.news>.content ul li .right .date {
    color: #999;
    font-size: 38px;
    line-height: 54px;
}

.news>.content ul li .right .year {
    color: #999;
    font-size: 12px;
}

.news>.content ul li:hover {
    background: #197ac9;
}

.news>.content ul li:hover .left {
    margin: 0 0 0 30px;
    width: 800px;
}

.news>.content ul li:hover img {
    margin: 0 0 0 30px;
}

.news>.content ul li:hover .right {
    margin: 0 30px 0 0;
}

.news>.content ul li:hover .left h1 {
    color: #fff;
}

.news>.content ul li:hover .left p {
    color: #fff;
}

.news>.content ul li:hover a .right {
    border: 1px solid #fff;
}

.news>.content ul li:hover a .right .date {
    color: #fff;
}

.news>.content ul li:hover a .right .year {
    color: #fff;
}

.new-contents {
    width: 1198px;
    margin: 0px auto;
}

.new-contents ul li {
    width: 1004px;
}

.new-contents ul li:last-child {
    border: none;
}

.new-contents ul li {
    margin: 50px 0 30px 0;
}

.new-contents ul li .left {
    float: left;
    width: 396px;
    overflow: hidden;
}

.new-contents ul li {
    width: 1004px;
    opacity: 0;
}

.new-contents ul li .right {
    float: right;
    width: 558px;
    height: auto !important;
    overflow: hidden;
}

.new-contents ul li .right a {
    font-size: 13px;
    color: #737373;
}

.new-contents ul li .right .bk span {
    -webkit-transition: .7s;
    transition: .7s;
    float: left;
    font-size: 13px;
    color: #e11f37;
    border: 1px solid #e11f37;
    /*padding: 10px 20px;*/
    padding: 10px 38px 10px 27px;
}

.new-contents ul li .right .bk img {
    margin-left: -8px;
    margin-top: 19px;
    -webkit-transition: .7s;
    transition: .7s;
}

.new-contents ul li .right a.bk:hover span {
    margin: 0 0 0 5px;
}

.new-contents ul li .right a.bk:hover img {
    margin: 19px 0 0 -15px;
}

.new-contents ul li .right a:hover {
    text-decoration: none;
}

.new-contents ul li .right h1 {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 30px auto 0;
}

.new-contents ul li .right h2 {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
    margin: 15px 0;
}

.new-contents ul li .right h2 img {
    margin: 0 6px 0 0;
}

.new-contents ul li .right p {
    font-size: 14px;
    font-family: "Î¢ÈíÑÅºÚ";
    color: #777;
    margin: 14px 0;
    line-height: 26px;
}

.new-contents ul li .right a {
    font-size: 13px;
    color: #737373;
    height: 100%;
}

.new-contents .paging {
    margin: 90px auto 120px;
}

.new-contents .details-t {
    text-align: center;
    margin: 50px auto 0;
}

.new-contents .details-t h1 {
    font-size: 30px;
    font-family: "Î¢ÈíÑÅºÚ";
    display: block;
    font-weight: normal;
}

.new-contents .details-t h2 {
    text-align: center;
    margin: 24px auto 40px;
    padding: 15px 0;
    font-size: 14px;
    font-family: "Î¢ÈíÑÅºÚ";
    color: #878787;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.new-contents .details-t h2 span+span {
    margin: 0 0 0 15px;
}

.new-contents .details-c {
    /*  text-align: center;*/
    font-size: 16px;
    line-height: 24px;
}

.new-contents .details-c img {
    /*  margin: 34px auto;*/
}

.new-contents .details-c p {
    text-align: left;
    text-indent: 2em;
    font-size: 14px;
    font-family: "Î¢ÈíÑÅºÚ";
    line-height: 26px;
    color: #767676;
}

.fenxiang {
  margin-top:1rem;
  padding:0.5rem 0px;
  border-top:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
  }
.fenxiang .fenxiang_neirong {
  margin:0 auto;
  width: 90%;
  }
.fenxiang .fenxiang_neirong a {
  color:#666;
  }
.bdshare-button-style0-16:after {
  display: block;
    height: 0;
    content: ".";
    visibility: hidden;
    clear: both
  }
.jump {
    width: 100%;
    margin-bottom: 0px;
}

.jump .fxym {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
    margin-bottom: 20px;
}

.jump .jump-s {
    float: left;
    color: #919191;
    font-size: 14px;
    font-family: "Î¢ÈíÑÅºÚ";
    height: 70px;
    width: 800px;
}

.jump .jump-s p {
    line-height: 26px;
    display: block;
}

.jump .jump-s p a {
    color: #919191;
}

.jump .jump-b {
    width: 132px;
    float: right;
    height: 70px;
    margin-top: 15px;
}

.jump .jump-b a {
    display: block;
    text-align: center;
    width: 132px;
    height: 40px;
    line-height: 40px;
    background: #163f73;
    color: #FFFFFF;
    font-size: 16px;
}




/*²ËÆ·*/
.focusBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #e34754;
    text-align: left;
}

.focusBox .pic {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.focusBox .pic li {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat
}

.focusBox .pic li img {
    width: 100%;
}

.focusBox .txt {
    position: absolute;
    bottom: 3px;
    left: 50%;
    z-index: 2;
    overflow: hidden;
    margin-left: -515px;
    width: 100%;
    width: 1030px;
    height: 157px;
    background: rgba(0, 0, 0, 0.42);
}

.focusBox .txt ul {
    position: relative;
    margin: 0 auto;
    width: 600px;
    height: 157px
}

.focusBox .txt li {
    position: absolute;
    bottom: -120px;
    width: 600px;
    height: 114px;
    line-height: 36px
}

.focusBox .txt li h1 {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.focusBox .txt li p {
    display: block;
    margin-top: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.focusBox .prev {
    position: absolute;
    bottom: 35px;
    left: 50%;
    z-index: 9;
    display: block;
    overflow: hidden;
    margin-left: -450px;
    width: 63px;
    height: 94px;
    background: url(../images/xi.png) no-repeat;
    cursor: pointer
}

.focusBox .next {
    position: absolute;
    right: 50%;
    bottom: 35px;
    z-index: 9;
    display: block;
    overflow: hidden;
    margin-right: -450px;
    width: 63px;
    height: 94px;
    background: url(../images/dong.png) no-repeat;
    cursor: pointer
}

.focusBox .prev:hover {
    background-position: -63px 0
}

.focusBox .next:hover {
    background-position: -63px 0
}

.focusBox .num {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    overflow: hidden;
    width: 100%;
    text-align: center;
    opacity: .5;
    zoom: 1;
    filter: alpha(opacity=.5);
    -moz-opacity: .5
}

.focusBox .num li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: url(../images/kxd.png) no-repeat center;
    cursor: pointer
}

.focusBox .num li.on {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/sxd.png) no-repeat center;
}

.wzbg {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.wzbg .focusBox .wzbg-nav {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    height: 84px;
    background: rgba(0, 0, 0, .27);
}

.foodbarbg {
    width: 100%;
    padding: 10px 5px 5px;
    background: url(../images/meishi-navbg.png) center no-repeat;
    background-size: cover;
    position: fixed;
    top: 60px;
    z-index: 2;
}

.foodbar {
    height: 41px;
    margin: 0 auto;
    /*position: fixed;*/
    top: 75px;
    z-index: 2;
    width: 1000px;
}

.foodbar ul li {
    float: left;
    margin: 0 15px 5px;
    width: 150px;
    height: 41px;
    position: relative;
    background: rgba(192, 192, 192, .55);
    cursor: pointer;
    -webkit-transition: all .35s;
    border-radius: 22px;
}

.foodbar ul a:last-child li {
    margin-right: 0;
}

.foodbar ul li .txt {
    margin: 0 auto;
    padding-left: 40px;
    width: 120px;
    height: 41px;
    line-height: 43px;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 10;
}

.foodbar ul a:nth-of-type(1) li .txt,
.foodbar ul a:nth-of-type(2) li .txt,
.foodbar ul a:nth-of-type(3) li .txt,
.foodbar ul a:nth-of-type(4) li .txt,
.foodbar ul a:nth-of-type(5) li .txt {
    background: url(../images/frog_icon2.png) left center no-repeat;
    background-size: auto 18px;
}

.foodbar ul a:nth-of-type(6) li .txt {
    background: url(../images/taber1.png) left center no-repeat;
}

.foodbar ul a:nth-of-type(7) li .txt {
    background: url(../images/taber5.png) 5px center no-repeat;
}

.foodbar ul li:hover,
.foodbar ul li.active {
    background: #e9541c;
}



/*video*/
.video i {
    display: block;
    height: 1px;
    background-color: #d1d1d1;
    position: static;
}

.video h1 {
    font-size: 20px;
    color: #595757;
    margin: 48px auto;
    text-align: center;
    width: 30%;
    position: static;
    margin-top: -16px;
    background: #FFFFFF;
    font-weight: lighter;
}

@media screen and (max-width: 1024px) {
    .video h1 {
        font-size: 16px;
        color: #595757;
        margin: 48px auto;
        text-align: center;
        width: 58%;
        position: static;
        margin-top: -16px;
        background: #FFFFFF;
        font-weight: lighter;
    }

}

.video .template {
    width: 100%;
    margin: 0 auto;
}

.video .videoBox .videoItem {
    display: none;
}

.video .videoBox .videoItem.on {
    display: block;
}

.video .videoBox .videoItem video {
    width: 100%;
}

.video .wrapper {
    margin-top: 20px;
    overflow: hidden;
}

.video .wrapper a {
    width: 32.11111%;
    float: left;
    margin-right: 20px;
    padding-bottom: 10px;
    background: url(../images/video-media-shadow.png) top;
    cursor: pointer;
    margin-top: 30px;
    display: block;
}

.video .wrapper a:nth-child(3) {
    margin-right: 0;
}

.video .wrapper a:nth-child(6) {
    margin-right: 0;
}

.video .wrapper a:nth-child(9) {
    margin-right: 0;
}

.video .wrapper a:nth-child(12) {
    margin-right: 0;
}

.video .wrapper a:nth-child(15) {
    margin-right: 0;
}

.video .wrapper a:nth-child(18) {
    margin-right: 0;
}

.video .wrapper a:nth-child(21) {
    margin-right: 0;
}

.video .wrapper a:nth-child(24) {
    margin-right: 0;
}

.video .wrapper a .box {
    position: relative;
    overflow: hidden;
    border: 0px solid #fff;
    height: 190px;
}

.video .wrapper a .box img {
    width: 100%;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.video .wrapper a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.video .wrapper a .box .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.video .wrapper a .box:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-position: -120px -420px;
}

.video .wrapper a span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 5%;
    overflow: hidden;
    background: #fff;
    font-size: 16px;
    color: #666;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video .wrapper a:hover span {
    background: #e34754;
    color: #fff;
}

.video .wrapper a .box:after {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
}

/*¹¤×÷×´Ì¬OLD*/
.slogot {
    margin-bottom: 100px;
    margin-top: -80px;
}

.slogot i {
    display: block;
    height: 1px;
    background-color: #d1d1d1;
    position: static;
}

.slogot h1 {
    font-size: 20px;
    color: #595757;
    margin: 48px auto;
    text-align: center;
    width: 38%;
    position: static;
    margin-top: -16px;
    background: #FFFFFF;
    font-weight: lighter;
}

@media screen and (max-width: 767px) {
    .ny-content {
        padding: 0;
    }
    .con-right {
        padding: 10px 15px 30px;
    }
    .con-right ul.news-list li a {
        flex-wrap: wrap;
    }
    .con-right ul.news-list li .new-img {
        margin-right: 0;
        width: 100%;
    }
    .con-right ul.news-list li strong {
        margin:  5px 0 0;
        font-size: 16px;
        line-height: 32px;
    }
    .con-right .meishi-pos {
        margin-bottom: 10px;
    }
    .show-news .new-title {
        padding-top: 10px;
        font-size: 22px;
        line-height: 32px;
    }
    /*ÐÂÎÅ*/
    .newstMain .news-list li {
        margin-top: 3vw;
    }

    .newstMain .news-list {
        width: 100%;
    }

    .newstMain .more {
        display: none;
    }

    .newstMain .news-list li .left-item {
        width: 100%;
    }

    .newstMain .news-list li .right-item {
        width: 100%;
        padding-left: 0;
        display: block;
        background-color: #fff;
        padding: 2vw 2vw 3vw;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .storeMain .box1 {
        display: none;
    }

    #team .box1,
    #team .box3,
    #team .box4 {
        display: none;
    }

    .newstMain .news-c {
        font-size: 13px;
        margin-top: 5px;
    }

    .newstMain .loadmore p:last-of-type {
        display: ;
    }

    .m-title {
        margin-bottom: 20px;
    }

    #team .box+.box {
        margin-top: 10px;
    }

    .info.common {
        line-height: 30px;
        font-size: 16px;
        border-width: 4px;
        margin-top: 15px;
    }

    #team .box3__ {
        margin-top: 30px;
    }

    .backTop {
        right: 3vw;
    }

    .backTop.active {
        bottom: 3vw;
    }

    .newstMain .news-title {
        margin-top: 0px !important;
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 30px;
    }

    .newstMain .titme {
        margin-top: -5px !important;
        bottom: 1% !important;
        position: relative !important;
    }

    .list_l .list_img {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .list_l .list_title {
        margin: 0;
        padding: 2% 0;
        font-size: 20px;
        white-space: normal;
        line-height: 1.6em;
    }

    .list_l .list_text {
        padding: 4% 0;
    }

    .new-contents {
        width: 100%;
        margin: 0px auto;
    }

    .new-contents .details-t {
        text-align: center;
        margin: 0 auto;
        padding-top: 4%;
    }

    .new-contents .details-t h1 {
        line-height: 1.6em;
        font-size: 24px;
    }

    .new-contents .details-c img {
        width: 100%;
        margin-left: -9%;
        float: none;
    }

    .jump .jump-s {
        font-size: 16px;
        width: 100%;
        height: 100%;
    }

    .jump .jump-s p {
        padding-bottom: 10px;
    }

    .jump .fxym {
        padding: 5px 0;
    }

    .new-contents .details-c p {
        font-size: 16px;
    }

    .sub-visual-txt {
        padding: 15% 0 7% 0 !important;
    }

    .sub-visual-txtp {
        padding: 15% 0 7% 0 !important;
    }



    /*²ËÆ·*/
    .focusBox {
        background: #fff;
    }

    /*.wzbg {margin: 50px auto 0;}*/
    .focusBox .txt {
        position: initial !important;
        bottom: 96px;
        left: 0% !important;
        margin-left: 0px !important;
        width: 100% !important;
        margin-top: -3px;
        height: auto;
    }

    .focusBox .txt ul {
        width: 100% !important;
        height: 60px;
    }

    .focusBox .txt li {
        width: 96% !important;
        height: auto;
        margin-left: 3% !important;
        line-height: 22px !important;
    }

    .focusBox .num {
        bottom: 5px !important;
    }

    .focusBox .next {
        left: 84% !important;
        bottom: 108px !important;
        width: 40px;
        height: 60px;
        background-size: auto 100%;
    }

    .focusBox .prev {
        left: 0 !important;
        bottom: 108px !important;
        margin-left: 0px !important;
        width: 40px;
        height: 60px;
        background-size: auto 100%;
    }
    .focusBox .prev:hover,
    .focusBox .next:hover {
        background-position: 0 0;
    }
    .focusBox .txt li p {
        display: none;
    }
    .foodbarbg {
        display: block !important;
        position: static !important;
        margin-left: 0px !important;
        height: auto !important;
        margin-bottom: 1px;
    }

    .foodbar {
        display: block !important;
        position: static !important;
        width: 100% !important;
        height: auto;
    }
    .foodbar ul {
        display: flex;
        flex-wrap: wrap;
    }
    .foodbar ul a {
        margin: 0 1% 1%;
        width: 31.3333% !important;
    }
    .foodbar ul li {
        margin: 0;
        width: 100%;
        height: 32px;
        line-height: 32px;
        float: none;
    }

    .foodbar ul li.active .icon {
        width: 50px !important;
    }

    .foodbar ul li.active .icon2 {
        width: 50px !important;
    }

    .foodbar ul li.active .icon3 {
        width: 50px !important;
    }

    .foodbar ul li.active .icon4 {
        width: 50px !important;
    }

    .foodbar ul li.active .icon5 {
        width: 50px !important;
    }

    .foodbar ul li.active .icon6 {
        width: 50px !important;
    }

    .focusBox .txt li h1 {
        font-size: 16px !important;
    }

    .foodbar ul li .txt {
        padding-left: 0;
        width: 100%;
        text-align: center;
        background: none !important;
        height: 32px;
        line-height: 32px;
    }

    /*video*/
    .video .wrapper {
        margin-top: 5px !important;
    }

    .video .wrapper a {
        width: 31.8% !important;
        margin-right: 5px !important;
        margin-top: 15px !important;
    }

    .video .wrapper a .box {
        height: 66px !important;
    }

    .video .wrapper a .box:after {
        display: none;
    }

    .video .wrapper a .box .mask {
        display: none;
    }

    .video h1 {
        width: 86% !important;
    }


    /*¹¤×÷×´Ì¬*/
    .slogot {
        margin-top: -30px;
    }

    .slogot h1 {
        margin: -30px auto;
        width: 56%;
        font-size: 16px;
    }


}




.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.f-cb {
    zoom: 1
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: "."
}

.fl {
    float: left
}

.fr {
    float: right
}


.is1340 {
    display: block
}

@media (max-width: 1340px) {
    .is1340 {
        display: none
    }
}

.is1300 {
    display: block
}

@media (max-width: 1300px) {
    .is1300 {
        display: none
    }
}

.is1024 {
    display: block
}

@media (max-width: 1024px) {
    .is1024 {
        display: none
    }
}

.BMap_cpyCtrl,
.anchorBL {
    display: none
}

.is960 {
    display: block
}

@media (max-width: 960px) {
    .is960 {
        display: none
    }
}

.is800 {
    display: block
}

@media (max-width: 800px) {
    .is800 {
        display: none
    }
}

.is768 {
    display: block
}

@media (max-width: 768px) {
    .is768 {
        display: none
    }
}

.is750 {
    display: block
}

@media (max-width: 750px) {
    .is750 {
        display: none
    }
}

.is680 {
    display: block
}

@media (max-width: 680px) {
    .is680 {
        display: none
    }
}

.is450 {
    display: block
}

@media (max-width: 450px) {
    .is450 {
        display: none
    }
}

.w1280 {
    width: 1280px;
    margin: 0 auto
}

@media (max-width: 1300px) {
    .w1280 {
        width: 94%
    }
}

@media (max-width: 750px) {
    .w1280 {
        width: 86.67%
    }
}

@media (max-width: 450px) {
    .w1280 {
        width: 94%
    }
}

@media (min-width: 1025px) {

    .js-m .js-m-top,
    .js-m2 .js-m-top,
    .js-m3 .js-m-top {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(-30px);
        transition: opacity 1s, transform 1s
    }

    .js-m .js-m-btm,
    .js-m2 .js-m-btm,
    .js-m3 .js-m-btm {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(30px);
        transition: opacity 1s, transform 1s
    }

    .js-m .js-m-left,
    .js-m2 .js-m-left,
    .js-m3 .js-m-left {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateX(-30px);
        transition: opacity 1s, transform 1s
    }

    .js-m .js-m-right,
    .js-m2 .js-m-right,
    .js-m3 .js-m-right {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateX(30px);
        transition: opacity 1s, transform 1s
    }

    .js-m.animate .js-m-top,
    .js-m.animate .js-m-btm,
    .js-m2.animate .js-m-top,
    .js-m2.animate .js-m-btm,
    .js-m3.animate .js-m-top,
    .js-m3.animate .js-m-btm {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateY(0px)
    }

    .js-m.animate .js-m-left,
    .js-m.animate .js-m-right,
    .js-m2.animate .js-m-left,
    .js-m2.animate .js-m-right,
    .js-m3.animate .js-m-left,
    .js-m3.animate .js-m-right {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translateX(0px)
    }
}

.mainwuye .hbox3 {
    position: relative;
    overflow: visible;
    background: url(../images/lishi-bg.jpg) no-repeat center center
}

.mainwuye .hbox3 .cont {
    overflow: hidden
}

.mainwuye .hbox3 .cont::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 200px;
    width: 100%;
    height: 1px;
    background: rgba(153, 153, 153, 0.5);
}

.mainwuye .hbox3 .wrap {
    padding: 0 0 7.5%
}

@media (max-width: 750px) {
    .mainwuye .hbox3 .wrap {
        /*padding: 12.6% 0 9%*/
    }
}

.mainwuye .hbox3 .title-box {
    padding-bottom: 4.3%;
    text-align: center
}

.mainwuye .hbox3 .title-box h4 {
    padding-bottom: 2.3%;
    font-size: 36px;
    font-weight: normal;
    color: #000
}

.mainwuye .hbox3 .title-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #5f5f5f
}

@media (max-width: 1024px) {
    .mainwuye .hbox3 .title-box h4 {
        font-size: .75rem
    }
}

@media (max-width: 750px) {
    .mainwuye .hbox3 .title-box h4 {
        padding-bottom: .625rem
    }

    .mainwuye .hbox3 .title-box p {
        font-size: 14px
    }
}

.mainwuye .hbox3 .mediaScroll {
    position: relative
}

.mainwuye .hbox3 .mediaScroll .bg {
    /* background: #c7000b*/
}

.mainwuye .hbox3 .mediaScroll .title {
    text-align: center;
}

.mainwuye .hbox3 .mediaScroll .title h4 {
    font-size: 36px;
    color: #d1c0a5;
    padding: 4%;
}


.mainwuye .hbox3 .mediaScroll .controls-box .btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: -25px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

.mainwuye .hbox3 .mediaScroll .controls-box .btn.prev {
    right: 45%;
    background: #fff url(../deimages/arrow-left-16-02.png) no-repeat center center;
}

.mainwuye .hbox3 .mediaScroll .controls-box .btn.prev.disable {
    background: url(../deimages/arrow-left-16-02.png) no-repeat center center
}

.mainwuye .hbox3 .mediaScroll .controls-box .btn.next {
    right: 0;
    background: #fff url(../deimages/arrow-right-16-02.png) no-repeat center center;
}

.mainwuye .hbox3 .mediaScroll .controls-box .btn.next.disable {
    background: url(../deimages/arrow-right-16-02.png) no-repeat center center
}

@media (min-width: 1025px) {
    .mainwuye .hbox3 .mediaScroll .controls-box .btn {
        transition: transform 0.5s
    }

    .mainwuye .hbox3 .mediaScroll .controls-box .btn:hover.prev {
        background: #e54156 url(../deimages/arrow-left-16-01.png) no-repeat center center;
        border: 1px solid #dcb866;
        transform: translateX(-10px)
    }

    .mainwuye .hbox3 .mediaScroll .controls-box .btn:hover.prev.disable {
        transform: translateX(0)
    }

    .mainwuye .hbox3 .mediaScroll .controls-box .btn:hover.next {
        background: #e54156 url(../deimages/arrow-right-16-01.png) no-repeat center center;
        border: 1px solid #dcb866;
        transform: translateX(10px)
    }

    .mainwuye .hbox3 .mediaScroll .controls-box .btn:hover.next.disable {
        transform: translateX(0)
    }
}

@media (max-width: 1024px) {
    .mainwuye .hbox3 .mediaScroll .controls-box .btn {
        width: 46px;
        height: 46px;
        margin-top: -23px
    }

    .titleBox.tr {
        margin-top: -69px !important;
    }
}

@media (max-width: 768px) {
    .mainwuye .hbox3 .mediaScroll .controls-box .btn {
        width: 40px;
        height: 40px;
        margin-top: -60px
    }

    .mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-year h1 {
        margin-left: 10%;
    }
}

.mainwuye .hbox3 .mediaScroll .scroll-pos {
    position: relative
}

@media (max-width: 768px) {
    .mainwuye .hbox3 .mediaScroll .scroll-pos .controls-box {
        display: none
    }
}

.mainwuye .hbox3 .mediaScroll .scroll-box {
    position: relative;
    margin: 0 auto 3.91%
}

.mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI {
    display: none;
    padding-left: 10%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(30px, 0%, 0);
    transition: transform 0s, opacity 0s;
    opacity: 0;
    filter: alpha(opacity=0)
}

.mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI.cur {
    position: relative;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition-delay: 0.2s
}

.mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link {
    display: block
}

.mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-year {
    vertical-align: bottom;

}

.mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-year h1 {
    font-family: "CAI978";
    font-size: 140px;
    color: #e54156
}

.mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link:hover .text-year h1 {
    color: #e54156
}

.mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .img-box {
    margin-left: 28%;
    margin-top: 7.2%;
    position: absolute;
    font-family: "CAI978";
    font-size: 50px;
    font-weight: bold;
    color: #e54156
}

.mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .img-box img {
    display: block;
    max-width: 100%
}

.mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-box {

    width: 48%;
    padding-top: 3.67%
}

.mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-box .title {
    padding-bottom: 18px;
    font-size: 25px;
    font-weight: normal;
    text-align: left;
    color: #000;
}

.mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-box .title span {
    vertical-align: middle
}

.mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-box .title .e {
    font-family: "NY-REG";
    font-size: 46px
}

.mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-box .text {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.5;
    color: #3e3e3e
}

.mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-box .icon-box img {
    max-width: 100%;
    margin-right: 35px
}

@media (max-width: 1200px) {

    .mainwuye .hbox3 .mediaScroll .bg {
        /*background-color: #e60012;*/
    }

    .mainwuye .hbox3 .mediaScroll .scroll-box {
        width: 864px
    }

    .mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI {
        padding-left: 5%;
    }

    .mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-box {
        padding-top: 3%
    }

    .mainwuye .hbox3 .mediaScroll .title h4 {
        color: #fff;
        padding: 4% 0 0;
    }

    .mainwuye .hbox3 .mediaScroll .title img {
        display: none;
    }

    .mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-year h1 {
        font-size: 5rem;
        color: #e54156
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .btn.prev {
        left: 10px;
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .btn.next {
        right: 10px;
    }


}

@media (max-width: 1024px) {
    .mainwuye .hbox3 .mediaScroll .scroll-box {
        width: 100%
    }

    .mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .img-box {
        width: 50%
    }

    .mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-box {
        width: 47%
    }

    .mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-box .title {
        padding-bottom: 14px;
        font-size: .77083rem
    }

    .mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-box .title .e {
        position: relative;
        top: .0375rem;
        font-size: .95833rem
    }

    .mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-box .text {
        margin-bottom: .66667rem;
        font-size: 14px
    }

    .mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-box .icon-box img {
        margin-right: .58333rem
    }
}

@media (max-width: 768px) {
    .mainwuye .hbox3 .mediaScroll .scroll-box {
        width: 100%
    }

    .mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .img-box {
        width: 100%;
        font-size: 30px;
        margin-left: 56%;
        margin-top: 10.5%;
    }

    .mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .img-box img {
        margin: 0 auto
    }

    .mainwuye .hbox3 .mediaScroll .scroll-box .slides .slidesLI .link .text-box {
        width: 96%
    }

    .mainwuye .hbox3 .cont::after {
        bottom: 88px;
    }
}



.mainwuye .hbox3 .mediaScroll .thumb-pos {
    padding-top: 16px;
    position: relative;
}



.mainwuye .hbox3 .mediaScroll .thumb-pos .controls-box {
    display: none
}


.mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box {
    overflow: hidden;
    margin: 0 auto;
    width: 955px;
    height: 80px;
    background: url(../deimages/bg_bg07.png) repeat-x -66px 6px;
}

.mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .btn {
    position: absolute;
    top: 13px;
    width: 70px;
    height: 50px;
    background: url(../deimages/arrow-left-03.png) no-repeat center;
    cursor: pointer;
    z-index: 5;
}

.mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .btn.prev {
    left: 100px;
}

.mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .btn.next {
    background: url(../deimages/arrow-right-03.png) no-repeat center;
    right: 100px;
}


.mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .thumb li {
    position: relative;
    width: 135px;
    padding-top: 22px;
    text-align: center;
    cursor: pointer
}

.mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .thumb li.cur::after {
    content: "";
    position: absolute;
    left: 68px;
    top: 6px;
    width: 1px;
    height: 28px;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .thumb li .point {
    position: absolute;
    top: 0;
    left: 50%;
    width: 9px;
    height: 9px;
    margin-left: -4.5px;
    border-radius: 50%;
    background: #ba8f5a;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0);
    transition: all 0.5s
}

.mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .thumb li .text {
    font-size: 18px;
    padding-top: 30px;
    font-weight: normal;
    color: #5f5f5f
}

.mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .thumb li.cur .point {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1)
}

.mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .thumb li.cur .text {
    color: #e54156
}

@media (max-width: 768px) {
    .mainwuye .hbox3 .mediaScroll .thumb-pos {
        position: relative
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .controls-box {
        display: block
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .controls-box .btn {
        width: 30px;
        height: 30px;
        margin-top: -195px
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .controls-box .btn.prev {
        left: -42px
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .controls-box .btn.next {
        right: -35px
    }

}


@media (max-width: 1366px) {
    .mainwuye .hbox3 .cont::after {
        bottom: 160px;
    }
}

@media (max-width: 1300px) {

    .mainwuye .hbox3 .cont::after {
        bottom: 133px;
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos {
        width: 864px;
        margin: 0 auto;
        background-position: -13px top
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box {
        width: auto
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .thumb li {
        width: 144px
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .thumb li .text {
        font-size: 16px
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .btn.prev {
        left: -60px;
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .btn.next {
        right: -60px;
    }
}

@media (max-width: 960px) {
    .mainwuye .hbox3 .mediaScroll .thumb-pos {
        width: 648px;
        margin: 0 auto;
        background-position: -31px top
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .thumb li {
        width: 108px
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .thumb li .point {
        width: 7px;
        height: 7px;
        margin-left: -3.5px
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .thumb li .text {
        font-size: 14px
    }
}

@media (max-width: 768px) {
    .mainwuye .hbox3 .mediaScroll .thumb-pos {
        width: 432px;
        background-position: -30px top
    }

    .mainwuye .hbox3 .cont::after {
        bottom: 133px;
    }
}

@media (max-width: 520px) {
    .mainwuye .hbox3 .mediaScroll .thumb-pos {
        width: 289px;
        background-position: -12px top
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .thumb li {
        width: 72px
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .thumb li .point {
        margin-left: -2.5px
    }

    .mainwuye .hbox3 .cont::after {
        bottom: 88px;
    }
}

@media (max-width: 375px) {
    .mainwuye .hbox3 .cont::after {
        bottom: 85px;
    }

}

@media (max-width: 320px) {
    .mainwuye .hbox3 .cont::after {
        bottom: 82px;
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .controls-box .btn.prev {
        left: -15px;
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .controls-box .btn.next {
        right: -15px;
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .btn.prev {
        left: -35px;
    }

    .mainwuye .hbox3 .mediaScroll .thumb-pos .thumb-box .btn.next {
        right: -35px;
    }
}