[v-cloak] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    letter-spacing: 0px;
}

textarea {
    resize: none !important;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

html {
    overflow: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    background: none;
    border: 0;
    font-size: 0;
}

p {
    line-height: 1.8;
}

canvas#c {
    height: 100%;
    width: 100%;
    position: absolute;
}


.bodybox,
html {
    width: 100%;
    height: 100%;
    min-width: 1320px;
    position: relative;
    color: #e7e7e7;
    background-color: #252525;
    font: 14px Arial, "微软雅黑";
    background-size: cover;
    background-repeat: repeat;
}

body,
html {
    min-width: 1320px;
}

/*::-webkit-scrollbar {
  width : 5px; 
  height: 1px;
  }
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #101012;
  }
::-webkit-scrollbar-track {
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background   : #333333;
  }
*/
/*首页*/
.navBox {
    height: 66px;
    position: fixed;
    border-color: #303030;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navBox .logo {
    margin-left: 0px;
    position: relative;
}

.logo img {
    margin: 11px 0px;
    display: block;
    height: 44px;
}

.nav {
    position: relative;
    margin-right: 20px;
}

.nav .nav_item {
    display: inline-block;
    color: #ccc;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    margin-left: 2px;
    outline: 0px;
    border: 0px;
    transition: .36s ease;

}

.nav .nav_item span {
    padding: 0 20px;
    line-height: 66px;
    display: inline-block;
    color: #fff;
}

.nav .nav_w {
    padding: 0px;
    /* //width: 140px; */
    text-align: center;
    min-width: 120px;

}

.nav .nav_item.active span {
    color: #FF651D;
}

.nav .nav_item.active span::after {
    border-bottom: 2px solid #FF651D;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
}

.nav .nav_item:hover span::after {
    border-bottom: 2px solid #FF651D;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;

}

.nav .nav_item .navUl {
    position: absolute;
    z-index: 1;
    background: rgba(47, 47, 47, 0.6);
    left: 0px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.7);
    height: auto;
    transition: .36s ease;
    display: none;
    /* // width: 140px; */
    text-align: left;
    min-width: 100%;
}

.nav .nav_item .navUl span {
    line-height: 40px;
    color: #fff;
}

.nav .nav_item .fa {
    margin-left: 6px;
}

.nav .nav_w .navUl span {
    padding: 0px 20px;
    text-align: left;
    display: inline-block;
}

.nav .nav_w .navUl a {
    display: inline-block;
    width: 100%;
}

.nav .nav_item:hover .navUl span::after {
    border: 0px;
}

.nav .nav_item .navLi:hover {
    background: #FF651D;
}

.nav .nav_item:hover .navUl {
    display: block;
    animation: fadeInUp 0.3s;
    -moz-animation: fadeInUp 0.3s;
    /* Firefox */
    -webkit-animation: fadeInUp 0.3s;
    /* Safari and Chrome */
    -o-animation: fadeInUp 0.3s;
    /* Opera */
}

.swiper-container {
    width: 100%;
    height: 768px;
}

.swiper-slide {}

.swiper-slide.slide1 {
    background: url(../image/banner1.jpg) center repeat;
    background-size: cover;
}

.swiper-slide.slide2 {
    background: url(../image/banner2.jpg) center repeat;
    background-size: cover;
}

.swiper-slide.slide3 {
    background: url(../image/banner3.jpg) center repeat;
    background-size: cover;
}

.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, .2);
    opacity: 0.8;
}

.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, .2);
    opacity: 0.8;
}

.swiper-button-prev {
    background-image: url(../image/prev.png) !important;
    background-size: 12px 20px;
    width: 44px;
    height: 70px;
    margin-top: -35px;
    left: 0px;
    opacity: 0.6;
}

.swiper-button-next {
    background-image: url(../image/next.png) !important;
    background-size: 12px 20px;
    width: 44px;
    height: 70px;
    margin-top: -35px;
    right: 0px;
    opacity: 0.6;
}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 1);
    margin: 2px 7px !important;
    transition: all .36s ease;
    opacity: 1;
    background: none;
    display: inline-block;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: none;
    border: 2px solid rgba(255, 255, 255, 1);
    margin: 0px 7px !important;
    transition: all .36s ease;
}

.swiper-pagination {
    line-height: 21px;
    vertical-align: baseline;
}

.indexPage {

    position: relative;
}

.indexPage.bg1 {
    background-position-x: initial;
    background-position-y: -97.5px;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../image/1499872565122.jpg);
}

.indexPage.bg2 {
    background-color: #252525;
}

.indexPage .box {
    max-width: 1755px;
    margin: auto;
    width: 98%;
    min-width: 1320px;
}

.pt90 {
    padding-top: 90px;
}

.pb130 {
    padding-bottom: 130px;
}

.pb80 {
    padding-bottom: 80px;
}

.pd50 {
    padding-bottom: 50px;
}

.indexPage .box .title {
    color: #eaeaea;
    font-size: 24px;
    position: relative;
    text-align: center;
}

.indexPage .box .subtitle {
    color: #999;
    margin-top: 4px;
    font-size: 13px;
    text-align: center;
}

.viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.viewport .item_box {
    display: block;
    position: relative;
    margin-bottom: 30px;
    /* //border: 1px solid #000; */
}

.viewport .item_box .item_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 61.8%;
    vertical-align: middle;

}

.viewport .item_box .item_img img {
    transition: all .36s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    display: block;
    border: none;
    margin: 0 auto;
}

.item_box .item_img::before {
    border-top: 2px solid #FF651D;
    border-bottom: 2px solid #FF651D;
    content: '';
    position: absolute;
    width: calc(100% - 300px);
    height: calc(100% - 24px);
    top: 10px;
    display: block;
    left: 150px;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
}

.item_box .item_img::after {
    border-left: 2px solid #FF651D;
    border-right: 2px solid #FF651D;
    content: '';
    position: absolute;
    height: calc(100% - 300px);
    width: calc(100% - 24px);
    left: 10px;
    display: block;
    top: 150px;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
}



.item_box:hover .item_img::before {
    left: 10px;
    width: calc(100% - 20px);
    z-index: 2;
    opacity: 1;
}

.item_box:hover .item_img::after {
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    opacity: 1;
    background-color: rgba(0, 0, 0, .3);
}

.item_box.videos {
    cursor: pointer;
}

#videoBox {
    background: #252525;
}

.videoBox video {
    width: 100%;
    height: 540px;
}

.videoBox .titbox {
    margin: 0px 10px;
}

.videoBox .titbox .tit {
    font-size: 16px;
    color: #fff;
}

.videoBox .titbox .subTit {
    font-size: 14px;
    color: #d5d5d5;
    line-height: 16px;
    margin-top: 5px;
}

.item_box.videos .imgIcon {
    opacity: 0;
    position: absolute;
    width: 48px;
    height: 48px;
    border: 3px solid rgba(255, 255, 255, 0.9);
    top: 10%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
}

.item_box.videos:hover .imgIcon {
    visibility: visible;
    opacity: 1;
    top: 50%
}

.item_box.videos .imgIcon::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -9px;
}



.item_box:hover .item_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.item_box .item_mask::before {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    margin-left: -1px;
    webkit-transform: none;
    -ms-transform: none;
    transform: none;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 15px;
    background-color: #FF651D;
}

.item_box .item_mask::after {
    width: 2px;
    height: 16px;
    margin-top: -1px;
    margin-left: -8px;
    webkit-transform: none;
    -ms-transform: none;
    transform: none;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    background-color: #FF651D;
}

.item_box .item_mask {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all .36s ease;
    opacity: 0;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    border: 2px solid #FF651D;
    /* //border-color: rgba(255, 255, 255, 0.7); */
    box-sizing: border-box;
    margin-top: -60px;
}

.item_box:hover .item_mask {
    opacity: 1;
    margin-top: -20px;
}



.item_box .item_wrapper {
    padding: 10px 10px 10px 10px;
}

.item_box:hover .item_wrapper {
    background-color: #FF651D;
}

.item_box .item_wrapper .title {
    font-size: 14px;
    color: #fff;
    text-align: left;
}

.item_box:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 30%;
    opacity: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #FF651D;
    transition: all .36s ease-out;
}

.item_box:hover:after {
    opacity: 1;
    width: 100%;
}

.title.ellipsis {
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;*/
    overflow: hidden;
    height: 90px;
    line-height: 30px;
}

.title.ellipsis::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
}

.item_box .item_wrapper .subtitle {
    font-size: 12px;
    color: #d5d5d5;
    line-height: 16px;
    text-align: left;
}

.newsList {
    position: relative;
    cursor: pointer;
    color: #fff;
    margin-bottom: 50px;
    display: block;
}

.newsList .imgBox {
    display: block;
    position: relative;
    width: 266px;
    height: 176px;
    float: left;
    overflow: hidden;
}

.newsList .imgBox img {
    width: 100%;
    height: 100%;
    transition: all ease-out .3s .1s;
}

.newsList .titBox {
    position: relative;
    margin-left: 296px;
    margin-top: 10px;
}

.newsList .imgBox .item_link_icon {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    transform: translateY(-142px);
    opacity: 0;
    transition: all 0.6s cubic-bezier(.23, 1, .38, 1) .2s;
}

.newsList:hover .imgBox img {
    transform: scale(1.1, 1.1);
}

.newsList:hover .imgBox .item_link_icon {
    transform: translateY(-21px);
    opacity: 1;
}

.newsList .tit {
    font-size: 16px;
    color: #fff;
}

.newsList .subTit {
    font-size: 12px;
    color: #878787;
    padding-bottom: 10px;
    margin-top: 10px;
    line-height: 22px;
}

.newsList .times {
    font-size: 12px;
    color: #7d7d7d;
    border-bottom: 1px dotted #d3d3d3;
    padding-bottom: 10px;
    line-height: 24px
}

.newsList .item_tags {
    margin-top: 5px;
}

.newsList .item_tags i {
    margin-right: 6px;
    color: #e0e0e0;
}

.newsList .item_tags span {
    background: #0b0b0b;
    padding: 3px 12px;
    border-radius: 2px;
    color: #8D8D8D;
    font-size: 12px;
    margin-right: 3px;
}

.newsList:hover .tit {
    text-decoration: underline;
}

.particles {
    width: 100%;
    position: relative;
    height: 230px;
    overflow: hidden;
    background: #1B1B1B;

}

.fanBanner {
    height: 300px;
    background: #fff;
    background: url(../image/banner.jpg) center repeat;
    background-size: cover;
}

.details {
    color: #fff;
    line-height: 2;
}

.details .tit {
    font-size: 18px;
    color: #fff;
    line-height: 2;
}

.details .subtit {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin-bottom: 5px;
}

.details .btn {
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
}

.pdTab table {
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;

}

/* .pdTab tr {} */

.pdTab td {
    font-size: 12px;
    color: #fff;
    line-height: 1.8;
}

.pdTab table td.label {
    width: 50%;
    vertical-align: top;
}

.pdTab table td.value {
    width: 50%;
    vertical-align: top;
}