body {
    padding: 0px;
    margin: 0px;
    font-size: 1rem;
    font-family: 'Microsoft YaHei';
    color: #000000;
    background: #fff;
    padding-bottom:66px;
}

div,
ul,
li,
p,
form {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

a {
    text-decoration: none;
    font-family: Microsoft Yahei;
    color: #343434;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    -moz-transition: all 500ms;
}

.transition-04,.transition-04:after,.transition-04:before{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.transition-06,.transition-06:after,.transition-06:before{
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.transition-08,.transition-08:after,.transition-08:before{
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}
a:hover {
    color: inherit;
}

.bg-my {
    background: #fff;
}
.yihang {
    display:block;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:keep-all;
    overflow:hidden;
}

.w-75 {
    width: auto !important;
}

@media (min-width: 1600px) {
    .w-75 {
        width: 75% !important;
    }
}

.thumb-span {
    overflow: hidden;
}

.ie .ratio-1x1 {
  padding-top: 100%;
}

.ie .ratio-3x2 {
  padding-top: 66.6666666667%;
}

.ie .ratio-4x3 {
  padding-top: 75%;
}

.ie .ratio-16x9 {
  padding-top: 56.25%;
}
.ie .ratio-21x9 {
  padding-top: 42.8571428571%;
}

.thumb-span span {
    background: center center no-repeat;
    background-size: cover;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}


.header {
    z-index: 200;
    /*background: rgba(0, 0, 0, .6);*/
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 999;
}
/* 导航 */

.nav {
    height: 100px;
    width: 100%;
    line-height: 45px;
}

.nav-pills {
    font-size: 16px;
}

.nav-pills li {
    padding: 0;
    color: #fff;
}

.nav-pills .nav-link {
    padding: 0;
    color: #000;
    border-radius: 0;
    background: transparent;
}

.nav-pills .nav-link:hover{
    color: #fff;
    background: #abd9f3;
}
.nav-pills .nav-link.active {
    color: #fff;
    /*border-bottom: 2px solid #3B95EF;*/
    /*font-weight: 700;*/
    background: #01a9e8;
}

/* 二级 */
#nav_all li div {
    display: none;
    position: absolute;
    z-index: 99;
    padding: 0;
    /*top: 90px;*/
    left: 0px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#nav_all ul li {
    padding: 0;
    overflow: hidden;
    float: none;
    background: #FFF;
    line-height: 40px;
}

#nav_all ul li a {
    margin: 0px;
    display: block;
    line-height: 40px;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding: 0;
}

#nav_all ul li a:hover {
    background: #3B95EF;
    line-height: 40px;
    color: #fff;
}

.header-tel {
    line-height: 98px;
    color: #3B95EF;
    font-size: 18px;
    font-weight: 700;
}

.news_column {
    font-size: 26px;
    color: #3B95EF;
}

.news_column span {
    display: block;
    font-size: 16px;
    color: #3B95EF;
}


.index-slide .swiper-slide .ratio:before{
    padding-top: 37.76% !important;
}
.index-slide .swiper-pagination{
    /*text-align: right;*/
    /*z-index: 99;*/
    /*bottom:8px;*/
    /*padding-right:10px;*/
}
.index-slide .swiper-pagination .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background: rgba(255,255,255,.8);
    border-radius: 20px;
    box-shadow: 0 0 2px 0 rgba(255,255,255,.3);
    opacity: 1 !important;
}
.index-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    box-shadow: 0 0 3px 0px rgba(255,255,255,.3);
    width:30px;
    background: #01a9e8;
}

/*主页产品导航 start*/

.products-tabs ul li {
    padding: 0 20px 20px;
    height: 100%;
    background-color: #fff;
}
.products-tabs ul li .top {
    padding-top: 60px;
    text-align: center;
    font-size: 24px;
    transition: 0.9s ease;
}
.products-tabs ul li .title {
    position: relative;
}
.products-tabs ul li .title::before {
    position: absolute;
    top: -4px;
    left: 45%;
    width: 27px;
    height: 3px;
    background-color: #838383;
    content: '';
}
.products-tabs ul li span {
    display: block;
    margin-bottom: 10px;
    color: #e4e6e7;
    font-family: impact;
}
.products-tabs ul li p {
    color: #717171;
}
.products-tabs ul li .icon-box {
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    transition: 0.9s;
}
.products-tabs ul li .icon-box img{
    max-width: 100%;
}
.products-tabs ul li:nth-of-type(2n) {
    background-color: #f1f1f1;
}
.products-tabs ul li:hover .top {
    padding-top: 45px;
    padding-bottom: 15px;
}
.products-tabs ul li:hover .top .title {
    color: red;
}
.products-tabs ul li:hover .bottom {
    padding-bottom: 20px;
}
.products-tabs ul li:hover .icon-box {
    transform: scale(1.1);
}

.products-tabs .tabs-more {
    position: relative;
    width: 10%;
}
.products-tabs .tabs-more a{
    background-color: #abd9f3;
    text-align: center;
    transition: 0.6s;
    padding: 60px 20px 20px;
}
.products-tabs .tabs-more .title {
    position: relative;
    transition: 0.6s all;
}
.products-tabs .tabs-more strong {
    display: block;
    color: #f9fdff;
    font-weight: 400;
    font-weight: 400;
    font-size: 28px;
    font-family: impact;
}
.products-tabs .tabs-more b {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #00a9e7;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}
.products-tabs .tabs-more img {
    margin: 50px 0 40px;
    width: 45%;
    transition: 0.6s all;
}
.products-tabs .tabs-more span {
    display: inline-block;
    padding: 3px 20px;
    border-radius: 30px;
    background-color: #fff;
    color: #00a9e7;
    transition: 0.3s;
}
.products-tabs .tabs-more:hover {
    background: #90D1F5;
}
.products-tabs .tabs-more a:hover .title {
    transform: translateY(-10px);
}
.products-tabs .tabs-more a:hover img {
    transform: translateY(-10px);
}
.products-tabs .tabs-more a:hover span {
    color: red;
}
/*主页产品tabs end*/

/*主页-公司数据 start*/
.index-shuju {
    position: relative;
    background: url(/statics/images/centerBg.jpg) center center;
    background-size: cover;
    overflow: hidden;
    padding:88px 0;
}

.shuju-box {
    float: right;
    padding-left: 50px;
    width: 40%;
    color: #fff;
}

.shuju-box ul {
    margin-top: 6vh;
}

.shuju-box li {
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 180%;
}

.shuju-box li span {
    display: block;
}

.shuju-box li span b {
    margin-right: 5px;
    color: #e40007;
    font-weight: 400;
    font-size: 42px;
    font-family: impact;
}
/*主页-公司数据 end*/

/*主页标题 start*/

.index-title {
    position: relative;
    margin: 20px 0 30px;
    width: 100%;
    text-align: center;
}

.index-title:before {
    position: absolute;
    top: 30px;
    left: 50%;
    left: 10%;
    width: 80%;
    height: 1px;
    background-color: #aaa;
    content: '';
}

.index-title h3 {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    height: 60px;
    background-color: #fff;
    color: #e4e6e7;
    text-align: center;
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
}

.index-title span {
    position: absolute;
    left: 50%;
    z-index: 1;
    margin-left: -88px;
    color: #02aae7;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 32px;
}

.index-title p {
    color: #848484;
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
}
/*主页标题 end*/


/*主页-热销车型 start*/

#index-product-menu li {
    margin-bottom: 5px;
    padding: 20px;
    border-right: 3px solid #fff;
    border-bottom: 2px solid #f1f1f1;
    background-color: #f1f1f1;
    text-align: center;
}
#index-product-menu li ._img {
}
#index-product-menu li ._img img {
    max-width: 100%;
    transition: 0.6s all;
}
#index-product-menu li:hover ._img img {
    transform: scale(1.1);
}
#index-product-menu li:hover,
#index-product-menu .active {
    border-bottom: 2px solid #00a9e7;
    background-color: #e8f0f4;
}
#index-product-menu li a span {
    display: block;
    overflow: hidden;
    height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    transition: 0.6s all;
}
#index-product-menu li:hover a span,
#index-product-menu .active a span {
    color: #e40007;
    font-weight: 700;
}

#index-product-slide .swiper-slide {
    background: #fff;
}
#index-product-slide .swiper-slide ._img {
    overflow: hidden;
}
#index-product-slide .swiper-slide ._img img {
    transition: all .3s linear;
    height:100%;
    width:100%;
    object-fit: cover;
}
#index-product-slide .swiper-slide a:hover ._img img {
    transform: scale(1.05);
}

#index-product-slide .swiper-slide .title {
    float: left;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
    height: 52px;
    color: #00A9E7;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    line-height: 48px;
    word-break: keep-all;
}

#index-product-slide .swiper-slide a:hover .title {
    border-bottom: 2px solid #7fa8bf;
    background-color: #efefef;
    font-weight: 700;
}
/*主页-热销车型 end*/

/*主页-厂家服务 start*/

.index-service li {
    position: relative;
    overflow: hidden;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.index-service li .bg {
    float: left;
    width: 100%;
    background-color: #020731;
}
.index-service li .bg img {
    opacity: 0.4;
}
.index-service li .title {
    position: absolute;
    top: 45%;
    float: left;
    width: 100%;
}
.index-service li .title h3 {
    position: relative;
    top: 45%;
    z-index: 2;
    color: #fff;
    font-size: 24px;
}
.index-service li .title h3::before {
    position: absolute;
    top: 40px;
    left: 45%;
    width: 40px;
    height: 5px;
    background-color: #00a9e7;
    content: '';
}
.index-service .hover_box {
    position: absolute;
    top: 50px;
    z-index: 3;
    display: block;
    padding: 50px;
    height: 100%;
    background-color: #00a9e7;
    color: #fff;
    opacity: 0;
    transition: 0.9s;
}
.index-service .hover_box .icon-box {
    display: inline-block;
    margin-top: 5vh;
    margin-bottom: 30px;
    padding: 10px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 1px 0px rgba(255,255,255,.2);
}
.index-service .hover_box .icon-box img{
    max-width: 100%;
}
.index-service .hover_box p {
    line-height: 28px;
}
.index-service .hover_box h2 {
    position: absolute;
    bottom: 70px;
    left: 30%;
    width: 40%;
    height: 38px;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 35px;
}
.index-service li:hover .hover_box {
    top: 0px;
    opacity: 1;
}
.index-service li:hover .hover_box .icon-box{
    box-shadow: 0 0 5px 1px rgba(255,255,255,.2);
}
/*主页-厂家服务 end*/


/*主页-程力简介 start*/
.index-about {
    padding: 0;
    background: url(/statics/images/index_about-bg.jpg) center bottom repeat-x;
    background-size: contain;
}

.index-about .left .bg:after {
    content:'';
    display: block;
    position: relative;
    padding-bottom:36%;
}

.index-about .left {
    padding: 0 45px;
}

.index-about .left .title {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #00A9E7;
    font-weight: 700;
    font-size: 24px;
}

.index-about .left p {
    text-indent: 2em;
    line-height: 32px;
}

.index-about .right {
    position: relative;
    background: #545454;
}
.index-video-box { position: relative;}
.index-video-box  img.video-poster{
    position: absolute;
    top:0;left:0;
    object-fit: cover;
    height: 100%;
    width:100%;
}
.index-video-box  .mask{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,0.2);}
.index-video-box  .mask .btn_play{ width: 3rem; height: 3rem; display: block;}
/*主页-程力简介 end*/

/*主页-新闻中心 start*/

.news-slide {
    width:calc(42% - 1rem);
    margin-right:1.5rem;
    position: relative;
}
.news-slide .swiper-slide{
    position: relative;
}
.news-slide .swiper-slide ._img{
    width:100%;
    height:100%;
}
.news-slide .swiper-slide img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.news-slide .swiper-slide:hover img{
    transform: scale(1.06);
}

.news-slide .swiper-slide .desc{
    width:100%;
    position: absolute;
    background: rgba(0,0,0,0.6);
    line-height: 40px;
    bottom:0px;
    left:0px;
}
.news-slide .swiper-slide .desc p{
    padding-left:1em;
    height:40px;
    width:70%;
    color:#fff;
    text-align: left;
    overflow: hidden;
}
.news-slide .swiper-pagination{
    text-align: right;
    z-index: 99;
    /*bottom:8px;*/
    padding-right:10px;
}
.news-slide .swiper-pagination .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background: rgba(255,255,255,.8);
    border-radius: 20px;
    box-shadow: 0 0 2px 0 rgba(255,255,255,.3);
    opacity: 1 !important;
}
.news-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    box-shadow: 0 0 3px 0px rgba(255,255,255,.3);
    width:30px;
    background: rgba(255,255,255,1);
}
.news-slide .swiper-button>div{
    width:26px;
    text-align: center;
    height:80px;
    border-radius: 3px;
    overflow: hidden;
    background: rgba(255, 255, 255,.3);
    margin-top: -40px;
    transition:all 0.6s;
}
.news-slide .swiper-button>div:after{
    font-size:18px;
    transition:all 0.6s;
    color:rgba(255,255,255,.6) !important;
}
.news-slide .swiper-button>div:hover{
    background: rgba(255, 255, 255,.6);
}
.news-slide .swiper-button>div:hover:after{
    color:#022e9a !important;
}
.news-list2 {
    margin-right:1.5rem;
    width:calc(26% - 1rem);
}
.news-list1 {
    width:calc(32% - 1rem);
}
.news-list1 li {
    margin-bottom: 15px;
    padding: 7px 15px;
    background-color: #ededed;
    transition: 0.6s all;
}
.news-list1 li .date span {
    float: left;
    width: 18%;
    height: calc(11vh - 21px);
    border-right: 1px solid #a8a8a8;
    color: #999;
    text-align: left;
    transition: 0.6s all;
}
.news-list1 li .date span i {
    display: block;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    font-style:normal;
}
.news-list1 li .title {
    float: left;
    padding-bottom: 18px;
    padding-left: 20px;
    width: 80%;
    text-align: left;
    font-size: 17px;
    line-height: 32px;
    transition: 0.6s all;
}
.news-list1 li .title {
    background: url(../../images/more2.png) 20px bottom no-repeat;
    background-size: 20px;
}
.news-list1 li:last-child {
    margin-bottom: 0 !important;
}
.news-list1 li:hover {
    background-color: #00A9E7;
}
.news-list1 li:hover .title,
.news-list1 li:hover p,
.news-list1 li:hover .date span {
    color: #fff;
}

.news-list2 {
    text-align: left;
}
.news-list2 li {
    padding: 10px 15px;
    background-color: #ededed;
    text-align: left;
    transition: 0.6s all;
}
.news-list2 li:last-of-type {
    margin-bottom:0px !important;
}
.news-list2 li .title {
    color: #333;
    font-weight: 700;
    line-height: 42px;
    transition: 0.6s all;
}
.news-list2 li p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 5px;
    color: #5d5d5d;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.6s all;
}
.news-list2 li .date {
    float: left;
    margin-top: 10px;
    padding-top: 5px;
    width: 100%;
    border-top: 1px solid #a8a8a8;
    background: url(../../images/more3.png) center right no-repeat;
    background-size: 20px;
    text-align: right;
    transition: 0.6s all;
}
.news-list2 li .date span {
    float: left;
    color: #999;
    transition: 0.6s all;
}
.news-list2 li .date span i {
    display: block;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    font-style:normal;
}
.news-list2 li:hover {
    background-color: #00A9E7;
}
.news-list2 li:hover .title,
.news-list2 li:hover p,
.news-list2 li:hover .date span {
    color: #fff;
}
.news-list2 li:hover .date {
    border-top: 1px solid #8cd8f4;
    background: url(../../images/more1.png) center right no-repeat;
}
/*主页-新闻中心 end*/

/*内页头部图片 start*/

.topslide-box {
    position: relative;
}
.topslide-box .banner{
    position: absolute;
    width:100%;
    height:100%;
    object-fit: cover;
}
.topslide-box .banner_Placeholder{
    position: relative;
    width:100%;
    display: block;
    height:0px;
    padding-bottom:24%;
}
.topslide-box .banner-text{
    position: absolute;
    left:50%;
    top:50%;
    z-index: 99;
    text-align: center;

    transform: translate(-50%, -50%);
}
.topslide-box .banner-text:after{
    display: inline-block;
    width:70%;
    height:2px;
    background:rgba(255,255,255,.6);
    content:'';
}
.topslide-box .banner-text p{
    text-align: center;
    color:#fff;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    font-size:48px;
    line-height: 1em;
}
.topslide-box .banner-text p.en{
    text-align: center;
    font-size:28px;
    line-height: 1em;
}

/*内页头部图片 end*/


/*产品列表栏目页 start*/

.products-menus li {
    border-bottom: 1px solid #f0f0f0;
    line-height: 60px;
}
.products-menus li span {
    display: inline-block;
    width: 168px;
    font-weight: 700;
    font-size: 16px;
}
.products-menus li span a {
    width: 100%;
    height: 38px;
    border-radius: 3px;
    background-color: #abd9f3;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    transition: all .3s linear;
    margin:0px;
    padding:0px;
}
.products-menus li span a:hover {
    background-color: #00A9E7;
    color: #ffe400;
}
.products-menus li a {
    display: inline-block;
    margin: 0 10px;
    padding: 0 9px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    transition: all .3s linear;
}
.products-menus li > a:hover,
.products-menus li > a.hover {
    background-color: #00A9E7;
    color: #fff;
}
/*产品列表栏目页 end*/

/*产品列表页 end*/
.product-list {
    background: #fff;
}
.product-list ._img {
    overflow: hidden;
}
.product-list ._img img {
    transition: all .3s linear;
    height:100%;
    width:100%;
    object-fit: cover;
}
.product-list a:hover ._img img {
    transform: scale(1.05);
}

.product-list .title {
    float: left;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
    height: 52px;
    color: #00A9E7;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    line-height: 48px;
    word-break: keep-all;
}

.product-list a:hover .title {
    border-bottom: 2px solid #7fa8bf;
    background-color: #efefef;
    font-weight: 700;
}
/*产品列表页 end*/


.more {
    float: right;
    margin: 15px auto 0;
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #ccc;
    border: 1px #dedede solid;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.more a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.more p {
    position: relative;
    z-index: 99;
    padding: 0 20px 0;
    color: #000;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.more i {
    display: inline-block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.more em {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    transition: .5s;
    background: #3B95EF;
    z-index: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.more:hover em {
    width: 100%;
}

.more:hover i {
    -webkit-transform: translateX(0.75rem);
    ;
    transform: translateX(0.75rem);
    ;
}

.more:hover p {
    color: #fff
}

.news_title {
    height: 36px;
    font-size: 18px;
    border-bottom: 1px #eeeeee solid;
    margin-bottom: 15px;
}

.news_title a {
    color: #ff0000;
}

.news_title span {
    float: right;
    color: #999;
}

.news_list {}

.news_list>ul {}

.news_list>ul>li {
    padding-top: 5px;
    height: 55px;
    border-bottom: 1px #eeeeee dashed;
}

.news_list>ul>li>.xuhao {
    width: 42px;
    height: 42px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    background: #3B95EF;
}

.news_list>ul>li>.title {
    height: 42px;
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 21px;
    overflow: hidden;
}

.news_zhuti:hover .thumb-span span {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.news_zhuti .zhuti {
    overflow: hidden;
}

.news_zhuti .zt_title {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    overflow: hidden;
    z-index: 99;
    color: #fff;
    top: auto;
    line-height: 40px;
    text-align: center;
    font-size: 1.2rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.news_zhuti:hover .zt_title {
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #3B95EF;
}

.news_zhuti .product_text {
    padding: 0.5rem 1rem 1rem;
    background: #fff;
    border: 1px solid #EDEFF0;
    border-top: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    line-height: 2;
    font-size: 1rem;
    text-align: justify;

}

.news_zhuti:hover .product_text {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.news_zhuti p {
    padding-top: 0.75rem;
    padding-bottom: 0;
}

.news_zhuti .desc {
    padding: 0;
    height: 6rem;
    overflow: hidden;
}

.news_zhuti .xian {
    overflow: hidden;
    position: relative;
    padding: 0.75rem 0 1.5rem;
}

.news_zhuti .xian:after {
    display: inline-block;
    background: #F2F4F5;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
}

.news_zhuti .xian:before {
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    border-top: 1px solid #A9A9A9;
    content: '';
    z-index: 999;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.news_zhuti:hover .xian:before {
    width: 100%;
}

.vid-wrap {
    width: 100%;
    background: #000;
    position: relative;
    padding-bottom: 56.25%;
    /*需要用padding来维持16:9比例,也就是9除以16*/
    height: 0;
}

.vid-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product_pic {
    font-size: 1rem;
    background: #fff;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.product_pic:hover {
    transform: translateY(-1rem);
    -webkit-transform: translateY(-1rem);
}

.product_pic span {
    overflow: hidden;
    display: block;
}

.product_pic:hover .thumb-span span {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.product_pic .product_text {
    padding: 0.4rem 1rem;
    border: 1px solid #EDEFF0;
}

.product_pic .product_text i.bi {
    display: inline-block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.product_pic p {
    padding: 0.75rem 0;
}

.product_pic .xian {
    overflow: hidden;
    position: relative;
}

.product_pic .xian:after {
    display: inline-block;
    background: rgba(0, 0, 0, .05);
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}


.product_more_btn {
    width: 200px;
    margin: 0 auto;
    height: 48px;
    background: #3B95EF;
    overflow: hidden;
}

.product_more_btn a {
    display: block;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    color: #fff;
}

.product_more_btn:hover a {
    color: #ffdc28;
}

.youshi-box {
    background: url('../../images/pinz_bg.jpg') center center;
    background-size: 100% 100%;
}

.youshi-box .more {
    float: inherit;
}

.youshi-box .more p {
    color: #fff;
}

.youshi {
    width: 100%;
    min-height: 420px;
    overflow: hidden;
}

.youshi li>div {
    display: block;
    position: relative;
    overflow: hidden;
}

.youshi li .text {
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 232px;
}

.youshi li:hover .text {
    opacity: 0;
}

.youshi li h4 {
    line-height: 50px;
    font-size: 18px;
    margin: 0;
    position: relative;
}

.youshi li h4:after {
    position: absolute;
    width: 40px;
    height: 1px;
    background: #093E5E;
    content: '';
    bottom: 5px;
    left: calc((100% - 40px)/2);
}

.youshi li p {
    color: #777;
    line-height: 1.8;
}

.youshi li i {
    display: inline-block;
    background: no-repeat center;
    height: 68px;
    margin-top: -34px;
    width: 68px;
    vertical-align: middle;
}

.youshi li .box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #f08200;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.youshi li .box i {
    margin-top: 110px;
}

.youshi li .box h4:after {
    background: rgba(255, 255, 255, .8);
}

.youshi li .box p {
    color: #fff;
}

.youshi li:hover .text {
    opacity: 0;
}

.youshi li:hover .box {
    top: 0;
    opacity: 1;
}

.youshi_icon {
    background: #999;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    width: 130px;
    height: 130px;
    border-radius: 100px;
}

.youshi_kouhao {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px #000 dashed;
}

.youshi_miaoshu {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 24px;
}

.service_pic {
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 2rem;
    font-size: 1rem;
}

.service_pic:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.service_pic span {
    overflow: hidden;
    display: block;
}


.service_pic .product_text {
    padding: 0.5rem 1rem 1rem;
    background: #fff;
    border: 1px solid #EDEFF0;
    border-top: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    line-height: 2;
    font-size: 1rem;
    text-align: justify;
}

.service_pic .product_text .fs-t {
    color: #333;
    font-size: 1.25rem;
    height: 3rem;
    overflow: hidden;
}

.service_pic:hover .product_text {
    color: #666;
}

.service_pic:hover .product_text .fs-t {
    color: #000;

}

.service_pic p {
    padding-top: 0.75rem;
    padding-bottom: 0;
}

.service_pic p.desc {
    padding: 0;
    color: #888;
    font-size: 0.9rem;
    height: 5rem;
    overflow: hidden;
}

.service_pic .more_box {
    color: #808080;
    font-size: 0.9rem;
}

.service_pic:hover .more_box {
    color: #000;
}

.service_pic .xian {
    overflow: hidden;
    position: relative;
    padding: 0.75rem 0 1.5rem;
}

.service_pic .xian:after {
    display: inline-block;
    background: #F2F4F5;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
}

.service_pic .xian:before {
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    border-top: 1px solid #8F8F8F;
    content: '';
    z-index: 999;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.service_pic:hover .xian:before {
    width: 100%;
}

.service_pic:hover .thumb-span span {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.service_pic .product_text i.bi {
    display: inline-block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.service_pic:hover .product_text i.bi {
    color: #000;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}



.profile {
    font-size: 1.8rem;
    height: 4rem;
}

.profile p {
    border-bottom: 2px solid #3B95EF;
    width: 5rem;
    height: 1.2rem;
}

.profile_text {
    margin-top: 2rem;
    padding: 0.7rem 0;
    font-size: 1rem;
    color: #000;
    line-height: 1.6rem;
    text-align: justify;
}

.profile_right {
    /*    margin-top: 65px;
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
    height: 400px;
    text-align: center;*/
    /*background: url('../../images/clwqc/profile_bk.png') no-repeat center center;*/
}



.crumbs {
    height: 90px;
    background: #f1f1f1;
    color: #848484;
    font-size: 1rem;
    line-height: 90px;
}

.submenu {
    position: relative;
}
.submenu .topCatname {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    padding: 0 20px;
    padding-top: 37px;
    width: 172px;
    height: 136px;
    min-width: 120px;
    background-color: #00A9E7;
    color: #fff;
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}
.submenu .topCatname b {
    display: block;
    font-weight: 400;
    font-size: 15px;
}
.submenu .topCatname~ul{
    margin-left:182px;
}
.submenu ul li {
    float: left;
    font-size: 17px;font-weight: bold;
}
.submenu ul li a {
    margin: 0 15px;
    position: relative;
    color: #343434;
    line-height: 5rem;
}
.submenu ul li a::before{
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    left: 25%;
    bottom: -18px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.submenu ul li a:hover,
.submenu ul li .hover {
    color: #00A9E7; font-weight: 700;
}
.submenu ul li a:hover::before,
.submenu ul li .hover::before {
    background-color: #00A9E7;
    bottom: -8px;
}


.gsjs_plate {
    font-size: 1rem;
    background: #fff;
    padding: 2rem 2.5rem;
    text-align: justify;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    border: 1px solid #EDEFF0;
}


.gsjs_plate:hover {
    transform: translateY(-1rem);
    -webkit-transform: translateY(-1rem);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.gsjs_plate i { font-size: 2.5rem; }
.gsjs_plate span { font-size: 0.8rem; color: #808080; border-bottom: 1px solid #dedede; margin-top: 1rem;}
.gsjs_plate:hover span { color: #f00; border-bottom: 1px solid #f00;}
.gsjs_plate h4 { font-weight: 700; padding: 1rem 0; }
.gsjs_plate .mh { min-height: 5rem; }


.product_list {
     transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
}

.product_list:hover {
    background: #3B95EF;
    color: #fff;
    transform: translateY(-1rem);
    -webkit-transform: translateY(-1rem);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.product_list_box { border: 1px solid #EDEFF0; border-top: none; padding: 1rem; }

.product_list:hover p{ color: #fff; }
.product_list:hover .product_list_box { border: none; }

.product_list_box p{ font-size: 0.8rem; color: #808080; padding-top: 0.6rem; }

.product_list_box h5 { border-bottom: 1px solid #EDEFF0; height: 2.5rem; overflow: hidden; font-size: 1rem; }

.page_box {

}

.page_box h1 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
    line-height: 60px;
}

.page_box_content {
    text-align: justify;
}

.page_box_content p {
    text-align: justify;
    padding-bottom: 15px;
    line-height: 25px;
}
.page_box_content p:last-of-type {
    padding-bottom: 0px;
}
.page_box_content p[align=center] {
    text-align:center;
}
.page_box_content p[align=right] {
    text-align:right;
}
.page_box_content p[align=left] {
    text-align:left;
}

.page_box_content .table.rongyu-table td{
    width:50%;
    border:none;
}
.page_box_content .table.rongyu-table  img{
    max-width:100%;
}

.news-list {
}
.news-list .news-item  {
    border-bottom: 1px dashed  #ccc;
    font-size: 1rem;
    background: #fff;
    padding: 1rem 0;
    text-align: justify;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    position: relative;
}
.news-list .news-item:last-of-type {
    border:none;
}
.news-list .news-item  ._img{
    overflow: hidden;
}
.news-list .news-item  img{
    height:100%;
    max-width: 100%;
    transition: 0.6s all;
}
.news-list .news-item:hover {
}
.news-list .news-item:hover ._img img {
    transform: scale(1.1);
}
.news-list .news-item .title {
    overflow: hidden;
    line-height: 1.2rem;
    font-weight: 700;
    font-size: 18px;
    transition: 0.6s all;
}
.news-list .news-item .desc {
    color:#666;
    font-size:14px;
    transition: 0.6s all;
}
.news-list .news-item .more {
    position: absolute;
    border: none;
    bottom:1rem;
    right:0px;
    text-align: center;

    background-color: #dcf6ff;
    color: #00A9E7;
    font-size: 15px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    padding: 0 17px;
    transition: all .3s linear;
}
.news-list .news-item .date {
    height:36px;
    line-height: 36px;
    transition: 0.6s all;
}
.news-list .news-item .more i {
    font-style: normal
}
.news-list .news-item:hover .title {
    color: red
}
.news-list .news-item:hover .desc {
    color: #444;
}
.news-list .news-item:hover .date {
    color: red;
}

/*上一页下一页 start*/
.previous {
}
.previous a{
    font-size:18px;
    line-height: 56px;
    padding:0 10px;
}
.previous a:hover{
    background:rgba(221, 115, 44,.04) !important;
    color:#DD732C;
}
.previous a:last-of-type{
    border-bottom:none;
}
/*上一页下一页 end*/

/*产品相关推荐 start*/
.product_relation .relation-title {
    padding: 12px;
    background-color: #00A9E7;
    color: #fff;
    line-height: 48px;
    font-size:30px;
}
.product_relation .relation-box {
    border: 1px solid #dedede;
}
.product_relation .relation-box li {
    width: 100%;
}
.product_relation .relation-box li ._img {
    overflow: hidden;
}
.product_relation .relation-box li ._img img {
    width: 100%;
    height:100%;
    object-fit: cover;
    transition: 0.6s all;
}
.product_relation .relation-box li a:hover ._img img {
    transform: scale(1.1);
}

.product_relation .relation-box li {
    overflow: hidden;
    color: #606977;
    font: normal 16px/32px "Microsoft Yahei",Helvetica,Tahoma,sans-serif;
}
.product_relation .relation-box li a {
    display: inline;
    color: #141823;
}
.product_relation .relation-box li a:hover {
    color: #e94615;
}
/*产品相关推荐 end*/

.product-title {
    text-align: center;
    background: #383842;
    color:#fff;
}
.product-title h3{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 32px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 4px;
}
.product-title .en{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    position: relative;
}
.product-title .en span{
    padding: 0 20px;
    position: relative;
    display: inline-block;
    background: #383842;
    text-transform: Uppercase;
    z-index: 9999;
    min-width: 240px;
    text-align: center;
}
.product-title .en:after{
    display: inline-block;
    position: absolute;
    width:calc(100% + 256px);
    left:-128px;
    top:6px;
    height:1px;
    background: #fff;
    content:'';
    z-index: 999;
}
.product-title .en:before{
    display: inline-block;
    position: absolute;
    width:calc(100% + 176px);
    left:-88px;
    bottom:6px;
    height:1px;
    background: #fff;
    content:'';
    z-index: 999;
}


/* 分页 */
#pages {
    padding: 14px 0 10px 0;
    text-align: center;
}

#pages a {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    background: #F1F1F1;
    border: 1px solid #E4E4E4;
    text-align: center;
    color: #999;
    padding: 0 10px;
}

#pages a.a1 {
    background: url(../images/admin_img/pages.png) no-repeat 0 5px;
    width: 70px;
    padding: 0;
    background: #F1F1F1;
}

#pages a:hover {
    background: #3B95EF;
    color: #fff;
    text-decoration: none
}

#pages span {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    background: #3B95EF;
    border: 1px solid #348ECC;
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.page .noPage {
    display: inline-block;
    width: 70px;
    height: 32px;
    line-height: 30px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}


.news_box {
    text-align: justify;
    padding: 1rem 0;
}

.news_box h1 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 4rem;
}
.news_box p {
    text-align: justify;
    padding-top: 1rem;
    line-height: 1.5rem;
}

.news_box .mark {
    font-size: 0.8rem;
    color: #999;
    height: 2.2rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 5px;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    background: #fff;
}

.product-detail {}

.product-detail h3 {
    margin: 0;
    padding: 0;
    font-size: 27px;
    color: #333;
    line-height: 30px;
}

.product-detail .product-biaoqian {
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.product-detail .product-biaoqian span {
    font-size: 15px;
    padding: 2px 5px;
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}

.product-detail .product-biaoqian span:nth-of-type(1) {
    background: #d9534f;
}

.product-detail .product-biaoqian span:nth-of-type(2) {
    background: #aace3b;
}

.product-detail .product-biaoqian span:nth-of-type(3) {
    background: #46b8da;
}

.product-detail .product-biaoqian span:nth-of-type(4) {
    background: #f0ad4e;
}

.product-detail .product-biaoqian span:nth-of-type(5) {
    background: #005cca;
}

.product-detail .product-biaoqian span:last-of-type {
    margin-right: 0;
}

.product-detail .product-option {
    padding: 14px 0;
    border-bottom: 1px solid #c9c9c9;
    overflow: hidden;
}

.product-detail .product-option li {
    width: 50% !important;
    float: left;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.product-detail .product-linkman {
    padding: 10px 0;
    /*border-bottom:1px solid #c9c9c9;*/
    overflow: hidden;
}

.product-detail .product-linkman p {
    font-size:17px;
    height: 30px;
    line-height: 30px;
}
.rexian {

}
.rexian .img-icon{
    width:auto;
    height:50px;
}
.rexian .img-icon img{
    width:auto;
    height:50px;
}
.rexian span {
    width: 320px;
    font-size: 16px;
    line-height: 1.2;
}
.rexian span b {
    display: block;
    color: #d00;
    font-weight: 700;
    line-height: 1.2;
    font-size: 32px;
}


.product-catpos {
    position: relative;
    background-color: #f1f1f1;
    color: #848484;
    font-size:15px;
    line-height: 1.8;
}
.product-catpos a{
    color: #727272;
}

.product-baozhen {}
.product-baozhen img{
    max-width: 100%;
}

.product-thumb {

}
.product-thumb ._img {
    overflow: hidden;
}
.product-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: 0.6s all;
}
.product-thumb img:hover {
    transform: scale(1.1);
}

.product-detail .product_btns {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
}

.product-detail .product_btns.btn1 {
    border: 1px solid #77be39;
    color: #77be39;
    background: #fff;
}

.product-detail .product_btns.btn2 {
    border: 1px solid #77be39;
    background: #77be39;
    color: #fff;
}

.product-detail .product_btns.btn1:hover {
    background: #005cca;
    border-color: #005cca;
    color: #fff;
}

.product-detail .product_btns.btn2:hover {
    background: #005cca;
    border-color: #005cca;
    color: #fff;
}

.product_box {
    text-align: justify;
    padding: 0 0 1rem 0;
}

.product_box p {
    text-align: justify;
    padding-top: 1rem;
    line-height: 2rem;
}

.product_box img {
    max-width: 100% !important;
    height: 100% !important;
}


.product-qiugou {}

.product-qiugou .form-group {
    position: relative;
    background: #f4f4f4;
    overflow: hidden;
    border-radius: 0px;
}

.product-qiugou .form-group label {
    position: absolute;
    line-height: 50px;
    left: 15px;
    top: 0;
    color: #ababab;
    font-weight: 100;
    transition: all .3s;
}

.product-qiugou .form-group input {
    color: #ababab;
    height: 50px;
    line-height: 50px;
    padding-left: 7em;
    border: none;
    background: none;
    box-shadow: none;
    transition: all .3s;
}

.product-qiugou .form-group textarea {
    padding: 10px 0 20px 7em;
    color: #ababab;
    line-height: 30px;
    border: none;
    background: none;
    box-shadow: none;
    transition: all .3s;
}

.product-qiugou h3 {
    text-align: left;
    margin-bottom: 25px;
}

.product-qiugou input[type=submit] {
    width: 250px;
    height: 50px;
    background: #3B95EF;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border: none;
    box-shadow: none;
    font-size: 18px;
}

.product-qiugou .form-group:hover textarea,
.product-qiugou .form-group:hover input,
.product-qiugou .form-group:hover label {
    background: #eee;
    color: #004599;
}

.product-qiugou input[type=submit]:hover {
    background: #004599;
    color: #fff;
}

.icon-box-wrapper {
    background: #F8F9FA;
    padding: 23px 0 25px 30px;
}

.icon-wrapper {
    background: #DF0125;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 6px 0 0 15px;
    float: left;
}

.icon-wrapper i {
    font-size: 40px;
    color: #fff;
}

.icon-text {
    float: left;
    text-align: left;
    padding-left:20px;
    width: 72%;
}

.icon-text h5 {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0 5px 0;
}

.totop { display: none;  position: fixed;  bottom: 100px;  right: 50px;  }
.totop:hover {  cursor: pointer;  }

.bottom{ background-color: #00A9E7;  position: fixed; bottom: 0; left: 0; float: left; width: 100%; height:66px; line-height: 66px; text-align: right;}
.bottom .container{ width: 1200px; margin: 0 auto; }
.bottom .container span{ float: left; padding-left:110px;font-size: 24px;color: #ffe400;}

.bottom .container a{ font-size: 14px; color: #fff;}


.footer {
    background: #424242;
}
.foot_menu a{ color: #fff;}
.foot_menu li { padding-left: 30px; border-left: 1px solid #B4B4B4; padding-top: 10px; margin-top: 15px;}
.foot_menu li a{ display: block; }
.foot_menu li h3{ margin-bottom: 15px; position: relative;font-size:20px;}
.foot_menu li h3 span{  color: #666; font-weight: 700; position: absolute; left: -45px; background-color: rgba(0,0,0,.8); width: 30px; height: 30px; border-radius: 50%; text-align: center;line-height: 30px;}
.foot_menu li>a{ line-height: 32px; font-size: 16px;}
.foot_menu li>a:hover{color:rgba(255,255,255,.6);}

.footer .foot_linkman ul {
    padding-top: 25px;
    color:#fff;
}
.footer .foot_linkman ul .title{
    font-size:24px;
    line-height: 24px;
    margin-bottom: 15px;
    /*padding-left: 15px;*/
}
.footer .foot_linkman ul li{
    line-height: 32px;
    font-size: 16px;
}
.footer .foot_linkman ul li i{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right:5px;
    font-size:16px;
}
.footer .foot_qcode {
    float: right;
    border-left: 1px #3e4549 solid;
}
.footer .foot_qcode ul{
    padding-top: 25px;
}
.footer .foot_qcode li {
    float: right;
    margin-left: 60px;
    color: #fff;
    text-align: center;
}


/*视频组件*/
.j_tab{ display:table; width:100%; height:100%;}
.j_tab_cel{ display:table-cell; vertical-align:middle; width:100%; height:100%;}
.tc{ transition:all ease 300ms; position: fixed; width: 100%; height: 100%;  top: 0; left: 0; z-index:9999; pointer-events: none; visibility:hidden; opacity:0;  transition:.5s; overflow: auto;}
.tc[name=tc_search]{ opacity:1;}
.tc.act{  display: block;  pointer-events: auto; visibility:visible; opacity:1;}
.tc-box{
  box-sizing:border-box; z-index:999;
  display: block;
  position:relative;
  }
.tc_close{ position: absolute; cursor:pointer; color:#e13a39; font-size:30px; right: 30px; top: 30px;}
.tc_bg { height: 100%; background: rgba(0,0,0,.7); position: absolute; top: 0; left: 0; width: 100%; z-index: 0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; transition:.5s; }
.tc.act .tc_bg{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; transition:.5s; }
.tc1 .tc{ pointer-events: none;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0; position:  fixed;width:  100%;height:  100%;top: 0;z-index: 99999;}
.tc1 .tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto; }
.tc1 .tc-box{ position:absolute;  background: #309dd5; overflow: hidden;top:50%;z-index:9999; width: 11rem; left:50%;margin-left: -5.5rem;margin-top: -5.5rem;}
.tc1 .tc.act .tc-box{  transform:scale(1);}
.tc1 .tc.act{ display: block;  }
.tc1 .close{ position: absolute; cursor:pointer;font-size: 20px;right: 30px;top: 30px; }
.tc1 .tc-box h3 img{ width:10rem; height:10rem; margin:.5rem;}
.tc1 .tc-box h5{ width:11rem; height:3rem; line-height:3rem; font-size:1rem; color:#fff; text-align:center}

.tc .j_tab{ table-layout: fixed;}
.tc.act .tc-box{ opacity: 1;}
.tc_close{ position: absolute; cursor:pointer; color:#e13a39; font-size:30px; right:15px; top: 15px;}
.tc_bg { height: 100%; background: rgba(0,0,0,.7); position: absolute; top: 0; left: 0; width: 100%; z-index: 0;}
.tc.act .tc_bg{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; transition:.5s; }
.tc_shipin{  width:64rem;  max-width: 90%; margin:0 auto;  background:none; position:relative; }
.tc_shipin .video-js{ width:100%; height:100%; position: relative; left: 0; top: 0; right: 0; bottom: 0; padding-top: 60%;}
.tc_shipin .tc_close{ display:block; width:1.5rem; height:1.5rem; position:absolute; top:-2rem; right:-3rem; border-radius:50%;}
.tc_shipin .tc_close img{ display:block; position:absolute; width:1rem; height:1rem; left:50%; top:50%; margin-top:-.5rem; margin-left:-.5rem; }
.tc_shipin .tc_close:hover img{ transform:rotate(90deg); -webkit-transform:rotate(90deg);  -moz-transform:rotate(90deg);-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.video-js{    width: 100% !important;
    height: 100% !important;}
.video-js .vjs-big-play-button{ left:50% !important; top:50% !important; margin-left:calc(-1.6rem - 5px); margin-top:calc(-1.6rem - 5px); border: 2px solid #fff !important;}
video{object-fit:fill;  }
.vjs-poster{ background-size: cover !important;}


.vid-wrap {
    position:relative;
    text-align: center;
}
.vid-wrap:after{
    display: block;
    content:'';
    width:100%;
    height:0px;
    padding-bottom:56.25%;
}
.vid-wrap video{
    position: absolute;
    left:0;top:0;
    width: 100%;
    height: 100%;
    background: #000;
}
