/**
 * jQuery Lightbox Plugin (balupton edition) - Lightboxes for jQuery
 * Copyright (C) 2008 Benjamin Arthur Lupton
 * http://jquery.com/plugins/project/jquerylightbox_bal
 *
 * This file is part of jQuery Lightbox (balupton edition).
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with jQuery Lightbox (balupton edition).  If not, see <http://www.gnu.org/licenses/>.
 */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%
}

#lightbox,
#lightbox-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    z-index: 10000;
    width: 100%;
    height: auto;
    text-align: center;
    color: #333;
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    line-height: 0;
    text-decoration: none;
    background: none;
    word-spacing: normal;
    letter-spacing: normal;
    float: none;
    clear: none;
    display: block
}

#lightbox a,
#lightbox a:link,
#lightbox a:visited,
#lightbox a:hover {
    text-decoration: underline;
    color: #999
}

#lightbox-overlay {
    z-index: 9000;
    background-color: #000;
    height: 100%;
    position: fixed
}

#lightbox-overlay-text {
    text-align: right;
    margin-right: 20px;
    margin-top: 20px;
    color: white;
    font-size: 12px;
    cursor: default;
    line-height: normal
}

#lightbox-overlay-text a,
#lightbox-overlay-text a:hover,
#lightbox-overlay-text a:visited,
#lightbox-overlay-text a:link {
    color: white
}

#lightbox-overlay-text span {
    padding-left: 5px;
    padding-right: 5px
}

#lightbox img,
#lightbox a img,
#lightbox a {
    border: none;
    outline: none
}

#lightbox-imageBox {
    position: relative;
    border: 1px solid black;
    ;
    background-color: white;
    width: 400px;
    height: 400px;
    margin: 0 auto
}

#lightbox-imageContainer {
    padding: 1px
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    display: block;
    width: 49%;
    height: 100%;
    background: transparent url("../images/blank.gif") no-repeat;
    zoom: 1;
    padding: 0px;
    margin: 0px
}

#lightbox-nav-btnPrev {
    left: 0;
    right: auto;
    float: left
}

#lightbox-nav-btnNext {
    left: auto;
    right: 0;
    float: right
}

#lightbox-overlay-text {}

#lightbox-infoBox {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #FFF;
    margin: 0 auto;
    padding: 0px
}

#lightbox-infoContainer {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666;
    line-height: normal
}

#lightbox-infoHeader {
    width: 100%;
    text-align: center
}

#lightbox-caption {
    text-align: justify
}

#lightbox-caption-title {
    font-weight: bold
}

#lightbox-caption-description {
    font-weight: normal
}

#lightbox-infoFooter {
    margin-top: 3px;
    color: #999
}

#lightbox-currentNumber {
    display: block;
    width: 49%;
    float: left;
    text-align: left
}

#lightbox-close {
    display: block;
    width: 45%;
    float: right;
    text-align: right
}

#lightbox-close-button {
    padding-left: 30%
}

#lightbox-close-button:hover {
    color: #666
}

#lightbox-infoContainer-clear {
    clear: both;
    visibility: hidden
}

#lightbox-close-button {
    font-size: 0px;
}

.imforwarp {
    width: 1021px;
    overflow: hidden;
    margin-top: 55px;
}

#lightbox-infoFooter {
    display: block !important;
}

#lightbox-caption-title {
    text-decoration: none !important;
    color: #000000;
    font-size: 14px;
}

#lightbox-currentNumber {
    display: none !important;
}

#lightbox-close {
    background: url(../imgs/close8.png) no-repeat;
    width: 32px !important;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9999;
}

#lightbox-overlay-text {
    display: none;
}

#lightbox-close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

#lightbox-imageBox,
#lightbox-infoBox {
    border: #FFF 5px solid !important;
}

.tbin-box {
    width: 1400px;
    height: 500px;
    overflow: hidden;
}

.tbin-box .my-swiper-temp {
    width: 100%;
}

.tbin-box .swiper-container {
    width: 100%;
    height: 500px;
}

.tbin-box .swiper-container .swiper-slide {
    height: 350px;
    min-height: auto;
    margin-top: 50px;
    background: #fff;
}



.tbin-box .swiper-container .swiper-slide .tbc {
    height: 350px;
    width: 460px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;

    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.tbin-box .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.tbin-box .swiper-container .swiper-slide .tbt {
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    color: #333;
    display: none;
}

.tbin-box .swiper-container .swiper-slide.swiper-slide-active .tbc {
    height: 500px;
    width: 592px;
    top: -50px;
    left: -66px;
    z-index: 20;
}

.tbin-box .swiper-container .swiper-slide.swiper-slide-active .tbc img {
    height: 450px;
}

.tbin-box .swiper-container .swiper-slide.swiper-slide-active .tbt {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #c20a14;
    text-align: center;
    color: #fff;
}

.tbin-box .swiper-container.tbslide2 .swiper-slide .tbc {
    width: 272px;
    height: 363px;
}

.tbin-box .swiper-container.tbslide2 .swiper-slide.swiper-slide-active .tbc {
    height: 500px;
    width: 337px;
    top: -50px;
    left: -51px;
    z-index: 20;
}

.tbin-box .swiper-container.tbslide3 {}


.tbin-box .swiper-pagination {
    display: none;
}



.tbin-box .swiper-pagination-bullet-active {
    background: #c20a14;
}

.tbin-box2 {
    width: 1400px;
}

.tbin-nav {
    display: flex;
    margin: 50px 0;
    justify-content: center;
}

.tbin-nav a {
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    margin: 0 20px;
    color: #333;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.tbin-nav a.swiper-slide04-left-active {
    background: linear-gradient(to right, #d80e19, #af0c15);
    color: #fff;
    box-shadow: 0 0 5px rgba(216, 14, 25, .4);
}

.swiper-slide04-left-active {
    color: #c20a14 !important;
}

/**********1013******************/
.tbty-lay1 {
    width: 100%;
    text-align: center;
}

.tbty-lay1 .tbtitle {
    font-size: 40px;
    line-height: 42px;
}

.tbsp {
    font-size: 16px;
    line-height: 36px;
    margin-top: 10px;
}

.tbnav-tab {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.tbnav-tab a {
    display: block;
    font-size: 18px;
    line-height: 42px;
    color: #252525;
    margin: 0 15px;
    position: relative;
}

.tbnav-tab a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 0;
    height: 4px;
    background: #c20a14;
    border-radius: 4px;
    transition: all .3s;
}
.tbnav-tab a:hover {
    color: #c20a14;
}
.tbnav-tab a.swiper-slide04-left-active::before,.tbnav-tab a:hover::before {
    width: 30px;
}


/**************************************/

.PlayEy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    position: relative;
    background: url("../imgs/bg_circle.png") no-repeat center;
    background-size: 100% 100%;
}

.btns-bg img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    float: left;
}

.PlayEy:before {
    position: absolute;
    left: 126px;
    top: 126px;
    content: "";
    width: 400px;
    height: 400px;
    border-radius: 100%;
    background: rgba(0, 0, 0, .5);
}

.Btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 95px;
    background-color: yellow;
    background: url("../imgs/btn-bg.png") no-repeat;
    animation: Btn-bg 3s linear infinite;
}

.Play,
.asdfg {
    position: absolute;
    width: 30px;
    height: 30px;
    background: red;
    right: 45px;
    top: 45px;
    margin: 0px 0 0 -60px;
    background: url("../imgs/pause.png") center no-repeat;
    background-size: 100% 100%;
    transition: .5s;
}

.asdfg {
    right: 45px;
}

.cls4::before {
    content: "";
    position: fixed;
    bottom: 43px;
    right: 5%;
    width: 64px;
    height: 64px;
    background: url("../imgs/close4.png") center no-repeat;
}

.cls4 {
    height: 150px;
    top: auto;
    bottom: 0;
}

.btns-bg {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.tanc-box {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 15px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    z-index: 2333;
}


@keyframes Btn-bg {
    from {}

    to {
        transform: rotate(360deg);
    }
}

.shade-bg {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 990;
    display: none;
}

.wk-con {
    position: fixed;
    left: 0;
    z-index: 999;
    top: -600px;
    height: 500px;
    width: 100%;
    background: #ffffff;
    z-index: 999;
}
/*********************/
.pic-box88 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.pic-box88::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50px;
    background: #dcdcdc;
}
.pic-box88 .item {
    width: 600px;
    height: 440px;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
    line-height: 60px;
    margin-top: 50px;
    display: flex;
}
.pic-box88 .item .tbt {
    color: #252525;
    width: 550px;
    text-align: center;
}
.pic-box88 .item:nth-child(2n) {
    justify-content: flex-end;
}
.pic-box88 .item img {
    width: 550px;
    height: 380px;
    display: block;
}
.pic-bk88::before {
    display: none;
}
.pic-bk88 .item{
    width: 270px;
    margin-left: 40px;
    text-align: center;
}
.pic-bk88 .item img {
    width: 270px;
    display: block;
    height: 380px;
}
.pic-bk88 .item .tbt {
    width: 250px;
}
.pic-bk88 .item:nth-child(2n) {
    justify-content: flex-start;
}
.pic-bk88 .item:nth-child(4n-3)  {
    margin-left: 0;
}
.loadmore {
    width: 170px;
    height: 50px;
    border: 2px solid #dcdcdc;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    transition: all .3s;
    color: #000;
}
.loadmore:hover {
	background: red;
	border: 2px solid red;
	color: #fff;
	transform: translate(4px,4px);
}

/*******************/
.tbin-box .swiper-button-prev,.tbin-box .swiper-button-next {
    color: #d80e19 !important;
    border: 2px solid #d80e19 !important;
    pointer-events: auto !important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: none;
    top: auto !important;
    bottom: 20px;
}
.tbin-box .swiper-button-next .iconfont {
    transform: rotate(180deg);
    color: #d80e19 !important;
    font-size: 18px;
}
.tbin-box .swiper-button-prev .iconfont  {
    font-size: 18px;
}
.tbbg8 {
    background: url(../imgs/index-banner031.jpg) top center no-repeat !important;
    background-size: 100% 100%;
}