body {
    min-width: 1340px
}

.x-footer .about-site.nobd {
    border-top: 0
}

.listpage {
    text-align: center;
    font-size: 30px;
    padding-top: 78px
}

.listpage1 .item {
    float: left;
    position: relative;
    -webkit-box-shadow: 0 0 10px #dedede;
    -moz-box-shadow: 0 0 10px #dedede;
    box-shadow: 0 0 10px #dedede;
    height: 282px;
    width: 603px;
    margin-top: 135px
}

.listpage1 .item.i1 {
    margin-right: 24px
}

.listpage1 .item .img {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 251px;
    height: 355px;
    overflow: hidden;
    border: 1px solid #ccc
}

.listpage1 .item .img img {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    -moz-transition: transform .4s ease, -moz-transform .4s ease;
    -moz-transition: transform .4s ease, -moz-transform .4s ease;
    -moz-transition: transform .4s ease, -moz-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
    -webkit-transition: transform .4s ease;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1)
}

.listpage1 .item .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.listpage1 .item .text {
    margin-left: 306px;
    margin-top: 50px;
    margin-right: 25px
}

.listpage1 .item .text .tit1 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.listpage1 .item .text .desc {
    line-height: 22px;
    color: #707070;
    margin-top: 5px;
    height: 114px;
    overflow: hidden
}

.listpage1 .item .button {
    position: absolute;
    bottom: 50px;
    left: 306px
}

.listpage1 .item .button a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #183dc4;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    text-align: center;
    color: #fff
}

.listpage1 .item .button a span {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    line-height: 1
}

.listpage1 .item .button a span i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../image/icon2.png) no-repeat center
}

.listpage1 .item .button a.a1 {
    margin-right: 5px
}

.listpage1 .item .button a.a2 span i {
    background-image: url(../image/icon3.png)
}

.listpage1 .item .button a.a2 {
    background: #259df1
}

.listpage1 {
    margin-bottom: 53px
}

.listpage2 {
    margin-bottom: 100px
}

.mask50 {
    background: url(../image/mask50.png);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none
}

.myalert {
    width: 590px;
    height: 308px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -154px;
    margin-left: -295px;
    z-index: 999;
    display: none
}

.myalert .form .input1 {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.myalert .form .input1 .btn1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 14px;
    display: block;
    color: #fff;
    background: #183dc4;
    line-height: 43px;
    padding: 0 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.myalert .form {
    width: 378px;
    margin: 0 auto;
    padding-top: 73px
}

.myalert .form .input1 input {
    font-size: 14px;
    color: #333;
    width: 100%
}

.myalert .form .button {
    text-align: center;
    margin-top: 36px
}

.myalert .form .button a {
    display: inline-block;
    width: 158px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    background: #183dc4;
    color: #fff
}

.myalert .form .button span {
    font-size: 14px;
    line-height: normal;
    padding-left: 30px;
    position: relative
}

.myalert .form .button span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/myalert-icon1.png) no-repeat center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 19px;
    height: 20px
}

.myalert .close {
    background: url(../image/close.png) no-repeat center;
    display: block;
    width: 22px;
    height: 22px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 14px;
    right: 16px;
    cursor: pointer
}

.special6-1 {
    background: url(../image/lyc/special6-1-1.jpg) no-repeat center;
    height: 1150px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.special6-1:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 257px;
    background: url(../image/lyc/special6-1-1.png) repeat-x center
}

.special6-1 .tjr {
    background: url(../image/lyc/special6-1-3.png) no-repeat center;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    position: absolute;
    left: 50%;
    bottom: 6%;
    width: 21%;
    padding-top: 22.031%;
    margin-left: -38.5%
}

.special6-1 .cd {
    background: url(../image/lyc/special6-1-2.png) no-repeat center;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    bottom: 20%;
    width: 22%;
    padding-top: 13%;
    margin-left: 18.75%
}

.special6-1 .text {
    width: 862px;
    height: 561px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.special6-1 .text img {
    width: 100%
}

.special6-tit {
    font-size: 0;
    text-align: center
}

.special6-tit .t {
    width: 54px;
    height: 54px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: right;
    line-height: 54px;
    border: 2px solid rgba(78, 93, 28, .2);
    display: inline-block;
    font-size: 40px;
    color: #586e66
}

.special6-bg {
    background: url(../image/lyc/special6-1-bg.jpg);
    overflow: hidden
}

.special6-2 {
    padding-top: 42px;
    padding-bottom: 108px
}

.special6-2 .imgbox {
    position: relative;
    width: 700px;
    height: 498px;
    float: left;
    overflow: hidden
}

.special6-2 .imgbox:after {
    content: "";
    display: block;
    background: url(../image/lyc/special6-2-3.png) no-repeat center;
    width: 64px;
    height: 66px;
    position: absolute;
    top: 0;
    right: 0
}

.special6-2 .imgbox .img {
    position: absolute;
    top: -195px;
    left: -36px;
    width: 760px;
    height: 900px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    overflow: hidden
}

.special6-2 .imgbox .img img {
    position: absolute;
    top: 50%;
    left: 39px;
    width: 700px;
    height: 498px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -moz-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    -o-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.special6-2 .text {
    color: #333;
    font-family: "微软雅黑";
    overflow: hidden;
    position: relative;
    height: 498px
}

.special6-2 .text .inner {
    padding: 26px 28px 0 65px
}

.special6-2 .text .tit {
    line-height: 34px
}

.special6-2 .text .desc {
    margin-top: 34px;
    line-height: 24px;
    text-indent: 2em
}

.special6-2 .text .special6-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 30px 65px
}

.special6-2 .box {
    margin-top: 30px
}

.special6-2 .bg {
    background: url(../image/lyc/special6-2-1.png) no-repeat center;
    width: 378px;
    height: 763px;
    position: absolute;
    bottom: -365px;
    right: 0
}

.special6-button a {
    display: block;
    background: url(../image/lyc/special6-2-2.png) no-repeat center;
    width: 126px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-family: '微软雅黑'
}

.special6-3 .tab-mod {
    height: 548px;
    overflow: hidden;
    position: relative;
    margin-top: 28px;
    font-family: '微软雅黑'
}

.special6-3 .tab-mod .tab-bar {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    direction: rtl
}

.special6-3 .tab-mod .tab-bar .tab-term {
    margin-bottom: 1px
}

.special6-3 .tab-mod .tab-bar .tab-term .item {
    height: 54px;
    font-size: 13px;
    background: #6c897e;
    direction: ltr;
    line-height: 54px;
    text-align: right;
    cursor: pointer;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease
}

.special6-3 .tab-mod .tab-bar .tab-term.cur .item {
    background: #dabd87
}

.special6-3 .tab-mod .tab-bar .tab-term .icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 40px;
    margin-top: -4px;
}

.special6-3 .tab-mod .tab-bar .tab-term .icon img {
    vertical-align: top;
    width: 100%
}

.special6-3 .tab-mod .tab-bar .tab-term .name {
    display: inline-block;
    /* vertical-align:middle; */
    line-height: normal;
    width: 78px;
    margin-left: 3px;
    text-align: left;
    margin-right: 15px;
}

.special6-3 .tab-mod .tab-bar .tab-term.t1 .name {}

.special6-3 .tab-mod .tab-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease
}

.special6-3 .tab-mod .tab-item .wap {
    display: none
}

.special6-3 .tab-mod .tit {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
    background: #56796c;
    height: 60px;
    width: 174px;
    line-height: 60px;
    text-align: center
}

.special6-3 .tab-mod .tab-cont {
    position: relative;
    z-index: 1
}

.special6-3 .tab-mod .tab-item.act {
    opacity: 1;
    visibility: visible;
    position: relative
}

.special6-3 .tab-mod .tab-term.t1 {
    width: 220px;
}

.special6-3 .tab-mod .tab-term.t2 {
    width: 199px
}

.special6-3 .tab-mod .tab-term.t3 {
    width: 173px
}

.special6-3 .tab-mod .tab-term.t4 {
    width: 189px
}

.special6-3 .tab-mod .tab-term.t5 {
    width: 174px
}

.special6-3 .tab-mod .tab-term.t6 {
    width: 187px
}

.special6-3 .tab-mod .tab-term.t7 {
    width: 212px
}

.special6-3 .tab-mod .tab-term.t8 {
    width: 161px
}

.special6-3 .tab-mod .tab-term.t9 {
    width: 198px
}

.special6-3 .tab-mod .tab-term.t10 {
    width: 220px
}

.special6-4 {
    margin-top: 120px;
    margin-bottom: 87px
}

.special6-4 .box {
    margin-top: 66px
}

.special6-4 .box .item {
    width: 372px;
    height: 417px;
    position: relative;
    float: left;
    margin-left: 47px
}

.special6-4 .box .item.i1 {
    margin-left: 20px;
    margin-top: 48px
}

.special6-4 .box .item.i3 {
    margin-top: 90px
}

.special6-4 .box .item a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #6c897e;
    border-left: 1px solid #6c897e;
    width: 333px;
    height: 379px;
    z-index: 2
}

.special6-4 .box .item a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #6c897e;
    border-right: 1px solid #6c897e;
    width: 333px;
    height: 379px;
    z-index: 4
}

.special6-4 .box .item .imgbox {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.special6-4 .box .item .imgbox:after {
    content: "";
    width: 170px;
    height: 503px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid #6c897e;
    border-bottom: 1px solid #6c897e;
    z-index: 2;
}

.special6-4 .box .item .jiao {
    content: "";
    display: block;
    background: url(../image/lyc/special6-4-3.png) no-repeat right top;
    width: 35px;
    height: 47px;
    position: absolute;
    top: -3px;
    right: -3px;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.special6-4 .box .item .imgbox .img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 584px;
    height: 505px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    overflow: hidden;
}

.special6-4 .box .item .imgbox .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.special6-4 .box .item.i2 .imgbox .img img {
    margin-left: -7px;
    margin-top: -51px;
}

.special6-4 .box .item .tit {
    position: absolute;
    left: -20px;
    bottom: 66px;
    z-index: 2;
    background: #6c897e;
    padding: 10px 22px
}

.special6-4 .box .item .img1 {
    position: absolute;
    top: -73px;
    left: 3px;
    width: 431px;
    height: 197px;
    z-index: 5
}

.special6-4 .box .item .img1 img {
    position: absolute;
    bottom: 0;
    left: 1px;
    right: 1px
}

.special6-4 .box .item:hover .imgbox:after,
.special6-4 .box .item:hover a:after,
.special6-4 .box .item:hover a:before {
    border-color: #dabd87
}

.special6-4 .box .item:hover .jiao {
    background-image: url(../image/lyc/special6-4-3-hover.png)
}

.special6-4 .box .item:hover .tit {
    background: #dabd87;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.special6-5 .box .tab-cont {
    margin-left: 80px;
    background: #fff;
    padding: 50px 40px 30px 200px;
    position: relative
}

.special6-5 .box .tab-cont .tab-item {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 1
}

.special6-5 .box .tab-cont .tab-item.act {
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0;
    z-index: 9
}

.special6-5 .box .tab-cont .imgbox {
    width: 474px;
    height: 356px;
    float: left;
    position: relative
}

.special6-5 .box .tab-cont .imgbox .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease
}

.special6-5 .box .tab-cont .imgbox .img.act {
    visibility: visible;
    opacity: 1
}

.special6-5 .box .tab-cont .imgbox img {
    width: 100%
}

.special6-5 .box .tab-cont .text {
    overflow: hidden;
    color: #333;
    font-family: '微软雅黑';
    line-height: 26px;
    padding-left: 45px;
    height: 383px;
}

.special6-5 .box .tab-cont .text .item1 {
    padding-bottom: 24px
}

.special6-5 .box .tab-cont .text .item1 .tit {
    line-height: 26px
}

.special6-5 .box .tab-cont .text .item1.cur .tit {
    color: #6c897e
}

.special6-5 .box .tab-cont .text .date {
    font-family: Arial;
    display: inline-block;
    padding-right: 102px;
    background: url(../image/lyc/special6-5--2.png) no-repeat right center
}

.special6-5 .box {
    margin-top: 28px
}

.special6-5 .box .tab-mod {
    position: relative
}

.special6-5 .box .tab-bar {
    position: absolute;
    width: 230px;
    top: 21px;
    left: 21px;
    z-index: 3
}

.special6-5 .box .tab-bar .scroll:before {
    content: "";
    background: #b7c1bd;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 101px;
    height: 101px;
    line-height: 101px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 293px;
    left: 9px
}

.special6-5 .box .tab-bar .scroll:after {
    content: "";
    background: url(../image/lyc/special6-5--1.png) no-repeat center;
    width: 292px;
    height: 209px;
    text-align: center;
    position: absolute;
    top: 294px;
    left: -53px
}

.special6-5 .box .tab-bar .tab-term {
    width: 101px;
    height: 101px;
    line-height: 101px;
    text-align: center;
    position: absolute;
    cursor: pointer
}

.special6-5 .box .tab-bar .tab-term .item {
    background: #6c897e;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.special6-5 .box .tab-bar .tab-term.cur .item {
    background: #dabd87
}

.special6-5 .box .tab-bar .tab-term.cur:after {
    content: "";
    display: block;
    background: url(../image/lyc/special6-5--3.png) no-repeat right center;
    width: 14px;
    height: 37px;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -20px
}

.special6-5 .box .tab-bar .tab-term.t1 {
    left: 10px;
    top: 0
}

.special6-5 .box .tab-bar .tab-term.t2 {
    left: 82px;
    top: 74px
}

.special6-5 .box .tab-bar .tab-term.t3 {
    left: 9px;
    top: 147px
}

.special6-5 .box .tab-bar .tab-term.t4 {
    left: 82px;
    top: 220px
}

.special6-5 .box .tab-bar .tab-term .tit1 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.special6-6 {
    margin-top: 127px;
    padding-bottom: 125px
}

.special6-6 .box {
    margin-top: 30px;
    background: #6c897e;
    font-family: '微软雅黑'
}

.special6-6 .item .date {
    font-family: Arial;
    width: 20%;
    text-align: right;
    float: right;
    color: #b7c1bd
}

.special6-6 .item {
    padding: 9.5px 0
}

.special6-6 .list+.list {
    border-top: 1px dashed #b7c1bd;
    margin-top: 20px;
    padding-top: 20px
}

.wto {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.special6-6 .item .tit {
    width: 80%;
    float: left
}

.special6-6 .item a:hover {
    color: #dabd87 !important
}

.special6-6 .rbox .img .item a:hover {
    color: #6c897e !important
}

.special6-6 .special6-button a:hover {
    color: #fff
}

.special6-6 .lbox {
    width: 650px;
    float: right;
    position: relative;
}

.special6-6 .lbox .inner {
    padding: 30px 36px
}

.special6-6 .lbox .img {
    width: 426px;
    height: 184px;
    position: absolute;
    bottom: -95px;
    right: 0px
}

.special6-6 .rbox {
    float: left;
    width: 580px;
}

.special6-6 .rbox .img {
    height: 319px;
    position: relative
}

.special6-6 .rbox .img img {
    height: 100%
}

.special6-6 .rbox .img .item {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(218, 189, 135, .95);
    padding: 18px 28px
}

.special6-6 .rbox .img .date {
    color: #fff
}

.special6-6 .rbox .text {
    background: url(../image/lyc/special6-6-1.jpg);
    height: 260px
}

.special6-6 .rbox .text .tit {
    color: #ccdfd7
}

.special6-6 .rbox .text .date {
    color: #fff
}

.special6-6 .rbox .text .inner {
    padding: 30px 38px
}

.special6-6 .special6-button {
    text-align: left;
    margin-top: 24px
}

.special6-6 .special6-button a {
    background-image: url(../image/lyc/special6-6-2.png);
    display: inline-block
}

.special6-7 {
    overflow: hidden;
    padding-bottom: 110px
}

.special6-7 .special6-button {
    text-align: center;
    margin-top: 10px
}

.special6-7 .special6-button a {
    display: inline-block;
    color: #333
}

.special6-7 .box {
    width: 105%;
    margin-top: 30px
}

.special6-7 .box .item {
    width: 396px;
    height: 298px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.special6-7 .box .item img {
    width: 100%
}

.special6-7 .box .item.last {
    overflow: visible;
    float: right;
    margin-right: 62px
}

.special6-7 .box .item.last img {
    width: auto
}

.special6-8 {
    padding-bottom: 100px;
    overflow: hidden
}

.special6-8 .box {
    width: 105%;
    margin-top: 24px
}

.special6-8 .box .item {
    float: left;
    margin-right: 10px;
    width: 610px;
    height: 401px
}

.special6-8 .box .item img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:750px) {
    .listpage1 .item {
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: opacity 1.8s ease, -webkit-transform 2s ease;
        transition: opacity 1.8s ease, -webkit-transform 2s ease;
        -o-transition: opacity 1.8s ease, -o-transform 2s ease;
        -moz-transition: transform 2s ease, opacity 1.8s ease, -moz-transform 2s ease;
        transition: transform 2s ease, opacity 1.8s ease;
        transition: transform 2s ease, opacity 1.8s ease, -webkit-transform 2s ease, -moz-transform 2s ease, -o-transform 2s ease;
        opacity: 0
    }
    .listpage1.animate .item {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    .listpage1.animate .item:nth-child(1) {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }
    .listpage1.animate .item:nth-child(2) {
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s
    }
    .listpage1.animate .item:nth-child(3) {
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s
    }
    .listpage1.animate .item:nth-child(4) {
        -webkit-transition-delay: .6s;
        -moz-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s
    }
    .listpage1.animate .item:nth-child(5) {
        -webkit-transition-delay: .8s;
        -moz-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s
    }
    .listpage1.animate .item:nth-child(6) {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s
    }
    .special6-1 .tjr {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 1.4s ease-out;
        -o-transition: all 1.4s ease-out;
        -moz-transition: all 1.4s ease-out;
        transition: all 1.4s ease-out;
        -webkit-transform: translate(-100px, 0);
        -moz-transform: translate(-100px, 0);
        -ms-transform: translate(-100px, 0);
        -o-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }
    .special6-1.show .tjr {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .special6-1 .cd {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 1.4s ease-out;
        -o-transition: all 1.4s ease-out;
        -moz-transition: all 1.4s ease-out;
        transition: all 1.4s ease-out;
        -webkit-transform: translate(100px, 0);
        -moz-transform: translate(100px, 0);
        -ms-transform: translate(100px, 0);
        -o-transform: translate(100px, 0);
        transform: translate(100px, 0)
    }
    .special6-1.show .cd {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .special6-2 .bg,
    .special6-2 .imgbox,
    .special6-2 .text {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 1.4s ease-out;
        -o-transition: all 1.4s ease-out;
        -moz-transition: all 1.4s ease-out;
        transition: all 1.4s ease-out
    }
    .special6-2 .imgbox {
        -webkit-transform: translate(-100px, 0);
        -moz-transform: translate(-100px, 0);
        -ms-transform: translate(-100px, 0);
        -o-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }
    .special6-2 .text {
        -webkit-transform: translate(100px, 0);
        -moz-transform: translate(100px, 0);
        -ms-transform: translate(100px, 0);
        -o-transform: translate(100px, 0);
        transform: translate(100px, 0)
    }
    .special6-2 .bg {
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0, 100px);
        -moz-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
        -o-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }
    .special6-2.show .bg,
    .special6-2.show .imgbox,
    .special6-2.show .text {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .special6-3 .tab-mod .tab-bar .tab-term {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(50%, 0);
        -moz-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        -o-transform: translate(50%, 0);
        transform: translate(50%, 0);
        -webkit-transition: all 1.4s ease-out;
        -o-transition: all 1.4s ease-out;
        -moz-transition: all 1.4s ease-out;
        transition: all 1.4s ease-out
    }
    .special6-3 .tab-mod {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(0, 50px);
        -moz-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        -o-transform: translate(0, 50px);
        transform: translate(0, 50px);
        -webkit-transition: all 1.4s ease-out;
        -o-transition: all 1.4s ease-out;
        -moz-transition: all 1.4s ease-out;
        transition: all 1.4s ease-out
    }
    .special6-3.show .tab-mod {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .special6-3.show .tab-mod .tab-bar .tab-term {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .special6-4 .box .item {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-40px, 0);
        -moz-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
        -o-transform: translate(-40px, 0);
        transform: translate(-40px, 0);
        -webkit-transition: all 1.4s ease-out;
        -o-transition: all 1.4s ease-out;
        -moz-transition: all 1.4s ease-out;
        transition: all 1.4s ease-out
    }
    .special6-4 .box .item:nth-child(1) {
        -webkit-transition-delay: .6s;
        -moz-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s
    }
    .special6-4 .box .item:nth-child(2) {
        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s
    }
    .special6-4 .box .item:nth-child(3) {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }
    .special6-4.show .box .item {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .special6-5 .box .tab-bar .tab-term {
        -webkit-transition: all 1.4s ease-out;
        -o-transition: all 1.4s ease-out;
        -moz-transition: all 1.4s ease-out;
        transition: all 1.4s ease-out;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(0, 100px) rotate(45deg);
        -moz-transform: translate(0, 100px) rotate(45deg);
        -ms-transform: translate(0, 100px) rotate(45deg);
        -o-transform: translate(0, 100px) rotate(45deg);
        transform: translate(0, 100px) rotate(45deg)
    }
    .special6-5 .box .tab-bar .scroll:before {
        -webkit-transition: all 1.4s ease-out;
        -o-transition: all 1.4s ease-out;
        -moz-transition: all 1.4s ease-out;
        transition: all 1.4s ease-out;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(0, 100px) rotate(45deg);
        -moz-transform: translate(0, 100px) rotate(45deg);
        -ms-transform: translate(0, 100px) rotate(45deg);
        -o-transform: translate(0, 100px) rotate(45deg);
        transform: translate(0, 100px) rotate(45deg)
    }
    .special6-5 .box .tab-bar .scroll:after {
        -webkit-transition: all 1.4s ease-out 1s;
        -o-transition: all 1.4s ease-out 1s;
        -moz-transition: all 1.4s ease-out 1s;
        transition: all 1.4s ease-out 1s;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(0, 100px);
        -moz-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
        -o-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }
    .special6-5 .box .tab-bar .tab-term:nth-child(1) {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }
    .special6-5 .box .tab-bar .tab-term:nth-child(2) {
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s
    }
    .special6-5 .box .tab-bar .tab-term:nth-child(3) {
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s
    }
    .special6-5 .box .tab-bar .tab-term:nth-child(4) {
        -webkit-transition-delay: .6s;
        -moz-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s
    }
    .special6-5 .box .tab-bar .scroll:before {
        -webkit-transition-delay: .8s;
        -moz-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s
    }
    .special6-5.show .box .tab-bar .tab-term {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .special6-5.show .box .tab-bar .tab-term {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .special6-5.show .box .tab-bar .scroll:before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0) rotate(45deg);
        -moz-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
        -o-transform: translate(0, 0) rotate(45deg);
        transform: translate(0, 0) rotate(45deg)
    }
    .special6-5.show .box .tab-bar .scroll:after {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .special6-7 .box .item {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 1.4s ease-out;
        -o-transition: all 1.4s ease-out;
        -moz-transition: all 1.4s ease-out;
        transition: all 1.4s ease-out;
        -webkit-transform: translate(0, 100px);
        -moz-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
        -o-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }
    .special6-7 .box .item:nth-child(1) {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }
    .special6-7 .box .item:nth-child(2) {
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s
    }
    .special6-7 .box .item:nth-child(3) {
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s
    }
    .special6-7 .box .item:nth-child(4) {
        -webkit-transition-delay: .6s;
        -moz-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s
    }
    .special6-7 .box .item:nth-child(5) {
        -webkit-transition-delay: .8s;
        -moz-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s
    }
    .special6-7 .box .item:nth-child(6) {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s
    }
    .special6-7.show .box .item {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .special6-8 .box .item {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 1.4s ease-out;
        -o-transition: all 1.4s ease-out;
        -moz-transition: all 1.4s ease-out;
        transition: all 1.4s ease-out
    }
    .special6-8 .box .item:nth-child(1) {
        -webkit-transform: translate(-100px, 0);
        -moz-transform: translate(-100px, 0);
        -ms-transform: translate(-100px, 0);
        -o-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }
    .special6-8 .box .item:nth-child(2) {
        -webkit-transform: translate(100px, 0);
        -moz-transform: translate(100px, 0);
        -ms-transform: translate(100px, 0);
        -o-transform: translate(100px, 0);
        transform: translate(100px, 0)
    }
    .special6-8.show .box .item {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .special6-6 .lbox .img {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 1.4s ease-out;
        -o-transition: all 1.4s ease-out;
        -moz-transition: all 1.4s ease-out;
        transition: all 1.4s ease-out;
        -webkit-transform: translate(0, 100px);
        -moz-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
        -o-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }
    .special6-6.show .lbox .img {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.special6-fot-bg {}

@media screen and (max-width:1460px) {
    .special6-1 .text {
        width: 550px;
        margin-top: 140px
    }
    .special6-1 .tjr {
        bottom: 50px;
        width: 20%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        padding-top: 21%
    }
    .special6-1 .cd {
        bottom: 100px
    }
    .special6-1:before {
        height: 114px
    }
}

@media screen and (max-width:750px) {
    body {
        min-width: 320px
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .listpage1 .item .img {
        position: static;
        width: 100%;
        height: auto
    }
    .listpage1 .item .text {
        margin: 0;
        padding: .2rem
    }
    .listpage1 .item .button {
        position: static;
        text-align: center
    }
    .listpage1 .item,
    .listpage1 .item.i1 {
        margin: 0;
        width: 49%;
        height: auto
    }
    .listpage1 .item.i1 {
        margin-bottom: 2%;
        margin-right: 2%
    }
    .listpage1 .item img {
        width: 100%
    }
    .listpage {
        padding-top: .8rem
    }
    .listpage1 {
        padding-top: .4rem;
        margin-bottom: .4rem
    }
    .listpage1 .item .text .tit1 {
        font-size: .3rem
    }
    .listpage1 .item .text .desc {
        line-height: normal;
        margin-top: .05rem;
        height: 2rem
    }
    .listpage1 .item .button a {
        width: auto;
        height: auto;
        padding: .1rem 0;
        display: block;
        margin: 0 .2rem;
        margin-top: .1rem;
        line-height: normal
    }
    .listpage1 .item .button a.a1 {
        margin: 0 .2rem
    }
    .listpage1 .item .button {
        padding-bottom: .2rem
    }
    .listpage2 {
        margin-bottom: 1rem
    }
    .listpage {
        font-size: .4rem
    }
    .listpage1 .item .button a span {
        padding-left: .4rem
    }
    .listpage1 .item .button a span i {
        width: .28rem;
        height: .28rem;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%
    }
    .x-header.menu-open .menu-head {
        border-bottom: 1px solid #cfcfcf
    }
    .x-footer .copyright {
        position: static
    }
    .x-footer .link {
        float: none;
        font-size: .28rem;
        text-align: center
    }
    .x-footer .link a {
        font-size: .28rem
    }
    .x-footer .ftbj {
        float: none;
        text-align: center
    }
    .x-footer .copyright br {
        display: block
    }
    .myalert {
        width: 7rem;
        height: 4.8rem;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto
    }
    .myalert .form {
        width: auto;
        padding: 0 .3rem;
        margin-top: 1rem
    }
    .myalert .form .input1 {
        padding: .18rem .2rem;
        font-size: 0;
        margin-bottom: .2rem;
        position: relative
    }
    .myalert .form .button {
        margin-top: .4rem
    }
    .myalert .form .input1 input {
        font-size: .24rem
    }
    .myalert .form .button a {
        width: 100%;
        height: auto;
        line-height: normal;
        padding: .18rem 0
    }
    .myalert .form .button span {
        font-size: .3rem;
        padding-left: .4rem
    }
    .myalert .form .button span:after {
        width: .28rem;
        height: .3rem;
        top: .05rem
    }
    .myalert .form .input1 .btn1 {
        font-size: .24rem;
        line-height: .68rem;
        padding: 0 .3rem
    }
    .myalert .close {
        width: .4rem;
        height: .4rem;
        top: .2rem;
        right: .3rem
    }
    .special6-1:before {
        display: none
    }
    .special6-1 {
        background: url(../image/lyc/special6-1-4.png) no-repeat center;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        height: 13rem;
        min-height: auto
    }
    .special6-1 .cd,
    .special6-1 .text,
    .special6-1 .tjr {
        display: none
    }
    .special6-2 {
        padding-top: .8rem;
        padding-bottom: .8rem
    }
    .special6-2 .box {
        margin-top: .4rem
    }
    .special6-2 .text .inner {
        padding: .3rem 0
    }
    .special6-2 .text .tit {
        line-height: 1.4
    }
    .special6-2 .text .desc {
        line-height: 1.4;
        margin-top: .2rem
    }
    .special6-2 .text .special6-button {
        position: static;
        padding: 0;
        margin-top: .3rem
    }
    .special6-2 .text {
        height: auto
    }
    .special6-button a {
        width: 2rem;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        height: .9rem;
        line-height: .9rem
    }
    .special6-2 .bg {
        bottom: -2rem;
        width: 3rem;
        height: 8rem;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        background-position: center bottom
    }
    .special6-tit .t {
        width: .8rem;
        height: .8rem;
        line-height: .8rem;
        border-width: .03rem;
        font-size: .6rem
    }
    .special6-8 .box {
        margin-top: .3rem;
        width: auto
    }
    .special6-8 .box .item {
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: .1rem
    }
    .special6-8 {
        padding-bottom: .8rem
    }
    .special6-7 {
        padding-bottom: .8rem
    }
    .special6-7 .box {
        width: 100%
    }
    .special6-7 .box .item {
        width: 49%;
        height: 2.52rem;
        margin: 0;
        margin-bottom: 2%
    }
    .special6-7 .box .item:nth-child(even) {
        float: right
    }
    .special6-7 .box .item.last img {
        width: 100%
    }
    .special6-7 .box .item.last {
        line-height: 2.52rem;
        margin-right: 0
    }
    .special6-7 .special6-button {
        margin-top: .1rem
    }
    .special6-6 .box {
        margin-top: .3rem;
        position: relative
    }
    .special6-6 .rbox {
        float: none;
        width: auto;
    }
    .special6-6 .rbox .text {
        height: auto
    }
    .special6-6 .lbox {
        width: auto;
        float: none;
    }
    .special6-6 .lbox .inner {
        padding: .3rem
    }
    .special6-6 .item {
        padding: .1rem 0
    }
    .special6-6 .list+.list {
        padding-top: .2rem;
        margin-top: .2rem
    }
    .special6-6 .special6-button {
        text-align: center;
        margin-top: .2rem
    }
    .special6-6 .rbox .img {
        height: auto
    }
    .special6-6 .rbox .img .item {
        padding: .2rem .3rem
    }
    .special6-6 .rbox .text .inner {
        padding: .3rem .3rem
    }
    .special6-6 .lbox .img {
        bottom: -1.4rem;
        left: 0;
        width: 4rem;
        height: 1.8rem
    }
    .special6-5 .box .tab-bar {
        position: static;
        width: auto;
        font-size: 0;
        text-align: center
    }
    .special6-5 .box .tab-bar .scroll {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .special6-5 .box .tab-bar .tab-term {
        position: static;
        width: auto;
        height: auto;
        line-height: normal;
        display: inline-block;
        margin: 0
    }
    .special6-5 .box .tab-bar .tab-term .item {
        padding: .2rem .2rem
    }
    .special6-5 .box .tab-bar .tab-term .item,
    .special6-5 .box .tab-bar .tab-term .tit1 {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    .special6-5 .box .tab-bar .scroll:after,
    .special6-5 .box .tab-bar .scroll:before {
        display: none
    }
    .special6-5 .box .tab-cont {
        margin: 0;
        padding: 0;
        margin-top: .2rem
    }
    .special6-5 .box .tab-cont .tab-item {
        left: 0
    }
    .special6-5 .box .tab-cont .text {
        line-height: normal;
        padding: .3rem;
        height: auto;
    }
    .special6-5 .box .tab-cont .text .item1 {
        padding: .2rem 0
    }
    .special6-5 .box .tab-cont .text .date {
        margin-top: .1rem
    }
    .special6-5 .box .tab-cont .imgbox {
        display: none
    }
    .special6-5 .box .tab-cont .text .item1.cur .tit {
        color: #333
    }
    .special6-3 .tab-mod {
        height: auto;
        margin-top: .4rem
    }
    .special6-3 .tab-mod .tab-bar .tab-term {
        width: auto;
        height: 10%;
        line-height: normal;
        border-bottom: 1px solid #fff;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .special6-3 .tab-mod .tab-bar .tab-term:last-child {
        border-bottom: 0
    }
    .special6-3 .tab-mod .tab-bar .tab-term .item {
        margin: 0;
        height: auto;
        font-size: .24rem;
        width: 1.2rem;
        line-height: normal;
    }
    .special6-3 .tab-mod .tab-bar .tab-term.cur {
        background: #dabd87;
    }
    .special6-3 .tab-mod .tab-bar .tab-term.cur .item {
        background: none;
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .special6-3 .tab-mod .tab-bar {
        direction: ltr;
        float: right;
        border-left: 1px solid #fff;
        background: #648a7d
    }
    .special6-3 .tab-mod .tab-bar .scroll {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }
    .special6-3 .tab-mod .tab-cont {
        overflow: hidden;
        margin-right: 1.2rem
    }
    .special6-3 .tab-mod .tab-bar .tab-term .name {
        width: auto;
        margin-left: 0;
        text-align: center;
        display: block;
        margin-right: 0;
    }
    .special6-3 .tab-mod .tab-bar .tab-term.t1 .icon {
        display: none;
    }
    .special6-3 .tab-mod .tab-bar .tab-term.t1 .name {
        margin: 0 0.2rem
    }
    .special6-3 .tab-mod .tab-bar .tab-term .icon {
        width: .6rem;
        height: .47rem;
        display: block;
        margin: 0 auto
    }
    .special6-4 {
        margin-top: .8rem;
        margin-bottom: .8rem;
        overflow: hidden
    }
    .special6-4 .box {
        margin-top: .6rem
    }
    .special6-4 .box .item.i1 {
        margin-top: 0;
        margin-left: 0
    }
    .special6-4 .box .item.i3 {
        margin-left: 0;
        margin-top: 0
    }
    .special6-4 .box .item {
        margin-left: 0;
        width: 100%;
        margin-bottom: 0;
        height: 3.9rem
    }
    .special6-4 .box .item:nth-child(even) {
        float: right
    }
    .special6-4 .box .item .imgbox .img img {
        width: 3.5rem
    }
    .special6-4 .box .item .imgbox .img {
        left: -.5rem;
        top: -.7rem;
        width: 4.8rem;
        height: 6rem
    }
    .special6-4 .box .item a:before {
        display: none;
        width: 3rem;
        height: 3.82rem
    }
    .special6-4 .box .item a:after {
        display: none;
        width: 3.34rem;
        height: 3.49rem
    }
    .special6-4 .box .item .imgbox:after {
        display: none;
        height: 4.82rem;
        margin-left: -.17rem
    }
    .special6-4 .box .item .imgbox .img img {
        margin-top: -.37rem;
        margin-left: .1rem
    }
    .special6-4 .box .item .tit {
        left: 0;
        bottom: .3rem;
        padding: .1rem .2rem
    }
    .special6-4 .box .item .jiao {
        width: .3rem;
        height: .3rem;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%
    }
    .special6-4 .box .item.i2 .imgbox .img img {
        margin-left: .6rem;
        margin-top: -.4rem;
        width: 4.3rem
    }
    .special6-4 .box .item .img1 {
        width: 4.2rem;
        margin-left: -.15rem;
        height: 2rem;
        top: -.81rem
    }
    .special6-2 .imgbox {
        width: 100%;
        height: 4.9rem;
        float: none
    }
    .special6-2 .imgbox .img {
        width: 7.6rem;
        height: 9rem;
        top: -1.9rem;
        left: -.4rem
    }
    .special6-2 .imgbox .img img {
        width: 7.2rem;
        height: auto;
        left: .38rem;
        top: 4.45rem
    }
    .special6-2 .imgbox::after {
        width: .5rem;
        height: .5rem;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%
    }
    .special6-3 .tab-mod .tab-item .wap {
        display: block
    }
    .special6-3 .tab-mod .tab-item .pc {
        display: none
    }
    .special6-6 {
        margin-top: .8rem;
        padding-bottom: 1.8rem
    }
    .special6-6 .rbox .img img {
        height: auto
    }
    .special6-4 .box .item {
        height: auto;
        margin-bottom: .2rem
    }
    .special6-4 .box .item .imgbox {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        height: auto
    }
    .special6-4 .box .item .imgbox .img {
        position: static;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        width: 100%;
        height: auto
    }
    .special6-4 .box .item .imgbox .img img {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        position: static;
        margin: 0;
        width: 100%
    }
    .special6-4 .box .item .img1 {
        display: none
    }
    .special6-4 .box .item.i2 .imgbox .img img {
        margin: 0;
        width: 100%
    }
    .special6-4 .box .item .jiao {
        display: none
    }
}