*{ margin:0; padding:0; list-style-type:none; }
body {font-weight:normal; background-color:#ffffff;font-size: 14px;font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,STHeiti SC,WenQuanYi Micro Hei,sans-serif; -webkit-tap-highlight-color: transparent; overflow-x: hidden;}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,table,tbody,thead,tfoot,tr,td,th,input { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,em,h6,p { font-weight:normal; font-style:normal; }
article,aside,dialog,footer,header,section,footer,nav,figure,menu,hgroup { display:block; margin:0; padding:0; }
img,hr { border:none; -ms-interpolation-mode:bicubic; }
img {max-width: 100%;}
a, a:active {color: inherit; text-decoration: none; cursor: pointer; border: 0; } ul,li { list-style:none outside none; }
i,em {font-style: normal;}
table { border-collapse:collapse; }
input,select { -webkit-appearance:none; appearance:none; }
input,select,textarea{border:none;outline:0;font-family:"Microsoft Yahei";background:0 0;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#888}
input:-moz-placeholder,textarea:-moz-placeholder{color:#888}
input::-moz-placeholder,textarea::-moz-placeholder{color:#888}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#888}
select::-ms-expand { display:none; }
input[type=radio]::-ms-check,input[type=checkbox]::-ms-check { display:none; }
select, button, input, img {vertical-align: middle;}
a, button {border: none; background-color: transparent; cursor: pointer; font-size: inherit; font: inherit; color: inherit; text-decoration: none; padding: 0; }

:focus{ outline:none; }
.clear { clear:both; }
.fl { float:left !important; }
.fr { float:right !important; }
.clearfix:after{content:'';display:block;clear:both;height:0;visibility:hidden}
.clearfix {*zoom:1;}
.text-center {text-align: center;}
.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.header {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1999;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.header .header-wrapper {
    width: 100%;
    height: 80px;
}
.header-logo {
    height: 80px;
    line-height: 80px;
    float: left;
    user-select: none;
    position: relative;
    z-index: 999;
}

.header-navbar{font-size: 0;width: 100%;text-align: center;}
.header-navbar>ul>li{display: inline-block;position: relative;}
.header-navbar>ul>li>a {width: 100px;}
.header-navbar>ul>li a span {position: relative;z-index: 1;}
.header-menu{display: block;height: 80px;line-height: 80px;font-size: 16px;color: #888;padding: 0 1px;transition: all .4s ease-in-out;position: relative;}
.header-menu:after{content: "";position: absolute;width: 100%;height: 0px;right: 0;bottom: 0;background: #c7000b;transition: all .4s ease-in-out;}
.header-navbar>ul>li.active .header-menu, .header-navbar ul li:hover .header-menu {color: #ffffff;}
.header-navbar>ul>li.active .header-menu:after, .header-navbar ul li:hover .header-menu:after{height: 100%;}

.header-navbar ul li .sub-menu {
    display: block;
    position: absolute;
    width: 160px;
    left: -30px;
    top: 100%;
    z-index: 9;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 3px 3px rgba(112, 112, 112, 0.1);
    transform: translate(0px, -20px);
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
}
.header-navbar ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}
.header-navbar ul li .sub-menu a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 45px;
}

.header-navbar ul li .sub-menu a:hover {
    color: #ffffff;
    background-color: #c7000b;
}


.header-search {
    float: right;
}
.header-search-click {
    width: 52px;
    height: 80px;
    background: transparent url(../images/search.png) no-repeat center;
    cursor: pointer;
    user-select: none;
    position: relative;
}
.header-search-message {
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 99;
    background: #fff;
    right: 0;
    top: 0;
    display: none;
}
.header-search-words {
    width: 1360px;
    margin: 0 auto;
}
.header-search-wordsform {
    float: right;
    height: 80px;
    line-height: 80px;
    font-size: 0;
}
.header-search-wordsform {
    float: right;
    height: 80px;
    line-height: 80px;
    font-size: 0;
}
.header-search-wordsform input{width: 580px;height: 40px;display: inline-block;vertical-align: middle;outline: none;border: none;font-size: 16px;color: #333;margin-right: 40px;border-bottom: 1px solid #dadada;}
.header-search-close{width: 54px;height: 80px;background: url('../images/closeH.png') no-repeat center center;cursor: pointer;display: inline-block;vertical-align: middle;user-select: none;}


/* 手机菜单 */
.header-navclick{height: 60px;cursor: pointer;float: right;user-select: none;display: none;}
.header-navclick span{width: 24px;height: 2px;background: #666;display: block;position: relative;margin-top: 28.5px;transition: all .2s linear;}
.header-navclick span:before,.header-navclick span:after{content: "";position: absolute;height: 2px;background: #666;display: block;left: 0;width: 100%;transition: all .2s linear;}
.header-navclick span:before{top: -7px;}
.header-navclick span:after{top: 9px;}
.header-navclick.ontrue span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.header-navclick.ontrue span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.header-navclick.ontrue span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0); }
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg); }
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0); }
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg); }
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0); }
    100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg); } }
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0); }
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg); }
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0); }
    100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg); }
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0); }
    100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg); }
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}

.footer-wrapper{width: 100%;background: #e6e6e6;padding: 50px 0px 30px;}

.footer-navbar {
    position: relative;
    margin-bottom: 60px;
}
.footer-navbar dl {
    float: left;
    width: 20%;
    padding-right: 10px;
}
.footer-navbar dl dt {
    margin-bottom: 20px;
}
.footer-navbar dl dt a {
    color: #333;
    font-size: 18px;
    font-weight: 400;
}
.footer-navbar dl dt a:hover {
    color: #c7000b;
}
.footer-navbar dl dd {
    margin-bottom: 10px;
}
.footer-navbar dl dd,
.footer-navbar dl dd a{    
    color: #888888
}
.footer-navbar dl dd a:hover {
    color: #c7000b;
}
.footer-navbar dl dd.text-white {
    color: #333333;
}

.foot_bot .link {
    float: left;    
    overflow: hidden;
}
.foot_bot .link li {
    float: left;
    margin-right: 20px;
}
.foot_bot .link li a {
    color: #888888;
}
.foot_bot .qrcode {
    float: left;    
    overflow: hidden;
}
.foot_bot .qrcode li {
    float: left;
    margin-right: 20px;
    text-align: center;
}
.foot_bot .qrcode li img {
    width: 100px;
}
.foot_bot .qrcode li p {
    color: #888888;
    font-size: 13px;
    margin-top: 5px;
}
.bsBox {
    box-sizing: content-box;
}
.foot_share {
    float: right;
    margin-top: 60px;
}
.foot_share.bshare-custom a {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    margin-left: 10px;
}
.footer-wrapper .copyright {
     color: #888888;
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
    margin-top: 20px;
}


.banner {
    margin-top: 80px;
    width: 100%;
    min-height: 600px;
}

.banner .swiper-banner {
    width: 100%;
    height: 100%;
}
.banner .swiper-banner .swiper-slide a {
    display: block;
    width:100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position:relative;
    z-index: 2;
}
.banner .swiper-banner .swiper-slide .bannerVideo {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.banner .swiper-banner .swiper-slide .bannerVideo video {
    position: absolute;
    left: 50%;
    width: 1920px;
    height: 100%;
    margin-left: -960px;
    object-position: center center;
    object-fit: cover;
}
.banner .swiper-banner .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 9;
    height: 24px;
    line-height: 24px;
    transform: translate(-50%, 0);
    border-radius: 30px;
    padding: 0px 15px;
    display: inline-block;
    background-color: rgba(0,0,0,0.25);
}
.banner .swiper-banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 6px;
    margin: 0 5px;
    background-color: #ffffff;
    vertical-align: middle;
}
.banner .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    opacity: 1;
    background-color: #ffffff;
} 

.banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50px;
    background-color: rgba(0,0,0,0.2);
}
.banner .swiper-banner .swiper-button-next {
    right: 60px;
}
.banner .swiper-banner .swiper-button-prev {
    left: 60px;
}
.banner .swiper-banner .swiper-button-next:hover, .banner .swiper-banner .swiper-button-prev:hover {
    background-color: #c7000b;
}
.banner .swiper-banner .swiper-button-next:after, .banner .swiper-banner .swiper-button-prev:after {
    font-size: 20px;
}

/*首页*/
.indspace {
    padding: 80px 0px;
}
.indspace a.more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border:1px solid #c7000b;
    margin-top: 40px;
    color: #c7000b;
    font-size: 16px;
}
.indspace a.more i {
    display: inline-block;
    font-size: 24px;
    margin-left: 10px;
  
}
.indspace a.more:hover {
    color: #ffffff;
    background-color: #c7000b;
}

.indspace .sontit {
    text-align: center;
    margin-bottom: 50px;
}
.indspace .sontit h4 {
    color: #333333;    
    font-size: 38px;
    margin-bottom: 15px;
}
.indspace .sontit h4::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    margin: 15px auto;
    background-color: #333;
}
.indspace .sontit p {
    color: #999999;
    font-size: 14px;
}

/*首页-关于我们*/
.about-main-wrap {
    background-color: #c7000b;
    margin-bottom: 40px;
}
.about-main-wrap .content_list {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
}
.about-main-wrap .content_list p {
	color: #fff;
	font-size: 60px;
    display: flex;
    align-items: flex-end;
    line-height: 58px;
}
.about-main-wrap .content_list p span {
    line-height: 1;
    font-size: 24px;
}
.about-main-wrap .content_list .item_block {
    float: left;
    width: calc(100% / 3 - 30px);
    margin-right: 30px;
    background-color: transparent;
    position:relative;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.about-main-wrap .content_list .item_block .item_wrapper {
    width: 100%;
    float: unset;
    margin-top: 0;
    padding-top: 50px;    
    padding-bottom: 50px;
    text-align: center;
}
.about-main-wrap .content_list .item_block .item_wrapper .date_wrap {
    transition: all 0.36s ease;
    font-size: 58px;
    font-family: Impact;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px;
}
.about-main-wrap .content_list .item_block .item_wrapper .date_wrap .unit {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.about-main-wrap .content_list .item_block .item_wrapper .title {
    color: #fff;
    font-size: 22px;
}
.about-main-wrap .content_list .item_block .item_wrapper .subtitle {
    color: #fff;
    font-size: 16px;
}
.about-main-wrap .content_list .item_block .item_index {
    display: block;
    font-family: Impact;
    position: absolute;
    bottom: -60px;
    right: 10px;
    color: #333;
    font-size: 80px;
    opacity: 0;
    transition: all 0.3s ease;
}
.about-main-wrap .content_list .item_block:hover{
    transform: translateY(50px);
    background-color: #ffa9ae;
}
.about-main-wrap .content_list .item_block:hover .item_index {
    opacity: 1;
}

.culture-main-warp {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: -15px !important;
    padding-right: -15px !important;;
}
.culture-main-warp .culture-img {
    cursor: pointer;
}
.culture-main-warp .culture-img img {
    display: block;
    width: 100%;
}
.culture-main-warp .culture-desc h4 {
    font-size: 38px;
    margin-bottom: 40px;
}
.culture-main-warp .culture-desc h4 i {
    color: #c7000b;
}
.culture-main-warp .culture-desc p {
    color: #333;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 20px;
}
.culture-main-warp .culture-desc a.more {
    margin-top: 40px;
}



.products-main {
    background-color: #fafafa;
}
.products-main-warp {
    width: 100%;
}

.products-main .products-main-wrap {
    padding: 0px 0px;
    background:none;
}

.products-main-wrap .columnConL {
    width: 260px;
    margin-right: 20px;
}
.products-main-wrap .columnConL ul li a {
    display: inline-block;
    padding-right: 54px;
    padding-left: 20px;
    font-size: 16px;
    color: #999999;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    position: relative;
    z-index: 1;
}
.products-main-wrap .columnConL ul li a:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 0;
    background-color: #d9031f;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.products-main-wrap .columnConL ul li a:after {
    content: '';
    display: inline-block;
    float: left;
    width: 8px;
    height: 8px;
    margin-top: 21px;
    border: 1px solid #999999;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    margin-right: 20px;
    border-radius: 50%;
}
.products-main-wrap .columnConL ul li:hover a,
.products-main-wrap .columnConL ul li.on a{
    color: #ffffff;
}
.products-main-wrap .columnConL ul li:hover a:before,
.products-main-wrap .columnConL ul li.on a:before{
    width: 100%;
}
.products-main-wrap .columnConL ul li:hover a:after,
.products-main-wrap .columnConL ul li.on a:after {
    border-color: #ffffff;
}
.products-main-wrap .columnConR {
    position: relative;
    width: calc(100% - 280px);
    max-width: 1120px;
}
.products-main-wrap .columnConR .myslide .columnImg {
    width: 700px;
    height: 450px;
    overflow: hidden;
    position: relative;
    background-color: #f1f1f1;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-main-wrap .columnConR .myslide .columnImg .pic {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-main-wrap .columnConR .myslide .columnImg .pic a,.products-main-wrap .columnConR .myslide .columnImg .pic a img {
    display: block;
    height: 100%;
}
.products-main-wrap .columnConR .myslide .columnDec {
    width: 460px;
    height: 330px;
    position: absolute;
    right: 0px;
    top: 60px;
    background-color: #ffffff;
    padding: 30px 40px 50px;
    overflow: hidden;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.04);
    border-radius: 10px;
}
.products-main-wrap .columnConR .myslide .columnDec .title {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 26px;
    color: #333333;
    margin-bottom: 20px;
}
.products-main-wrap .columnConR .myslide .columnDec .info {
    font-size: 15px;
    color: #999999;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    margin-bottom: 45px;
    font-family: "hanwen";
}
.products-main-wrap .columnConR .myslide .con {
    position: relative;
}
.products-main-wrap .columnConR .myslide .con .button {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 700px;
    text-align: center;
}
.products-main-wrap .columnConR .myslide .con span.pageState {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    margin:0px 15px;
    font-size: 16px;
}
.products-main-wrap .columnConR .myslide .con .button a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.products-main-wrap .columnConR .myslide .con .button a.sPrev {
    background-image: url(../images/sPrev.png);
}
.products-main-wrap .columnConR .myslide .con .button a.sNext {
    background-image: url(../images/sNext.png);
}



/*首页 - 新闻*/
.news-main .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.news-main .row {
    margin-left: 0;
    margin-right: 0;
}
.news-left-wrap {
    padding: 80px 0px 0px;

}
.news-left-wrap .pubtit {
    float: right;
    width: 100%;
    max-width: 715px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.news-left-wrap .pubtit h4 {
     color: #333333;    
    font-size: 38px;
    margin-bottom: 20px;
}
.news-left-wrap .pubtit h4::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    margin: 20px 0px;
    background-color: #333;
}
.news-left-wrap .pubtit p {
    float: left;
    color: #999999;
    font-size: 14px;
}

.news-left-wrap .pubtit a.link {
    float: right;
    color: #666666;
    font-size: 14px;    
}
.news-left-wrap .pubtit a.link em {
    padding-right: 5px;
}
.news-left-wrap .pubtit a.link:hover  {
    color: #c7000b;
}
.news-left-wrap .pubtit a.more:hover em {
    text-decoration: underline;

}
.news-left-con {
    float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6;
}
.news-left-con .news-left-list {
    float: right;
    width: 100%;
    max-width: 715px;
    padding-left: 15px;
}
.news-right-wrap {
    background-color: #c7000b;
    background-image: url(../images/news-right-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.news-left-list .item .news-left {
    float: left;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.news-left-list .item .news-left .news-time .year {
    color: #888888;
    font-size: 30px;
}
.news-left-list .item .news-left .news-time .md {
    color: #888888;
    font-size: 16px;
}
.news-left-list .item .news-left .news-cvoer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease;
}
.news-left-list .item .news-left .news-cvoer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}
.news-left-list .item .news-right {
    float: left;
    width: calc(100% - 180px);
    max-width: 525px;
    height: 160px;
    display: flex;
    align-items: center;
}
.news-left-list .item .news-right .news-text {
    flex:1;
    overflow: hidden;
    height: 90px;
    padding: 5px 15px;
}
.news-left-list .item .news-right .news-text h4 {
    color: #333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}
.news-left-list .item .news-right .news-text p {
    color: #888888;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-left-list .item .news-right .news-btn {
    width: 110px;
    height: 90px;
    padding: 5px 0px 5px 30px;
    border-left: 1px solid #e6e6e6;
    text-align: right;
    opacity: 0;
    transition: all 0.4s ease;
}
.news-left-list .item .news-right .news-btn .date {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.news-left-list .item .news-right .news-btn i.more {
    display: inline-block;
    width: 34px;
    height: 13px;
    background: url(../images/more_arrow.png) no-repeat 0 0;
    margin-top: 40px;
}
.news-left-list .item:hover {
    box-shadow:0px 3px 20px #ccc;
}
.news-left-list .item:hover .news-left .news-cvoer,
.news-left-list .item:hover .news-right .news-btn {
    opacity: 1;
}
.news-left-list .item:hover .news-right .news-text h4,
.news-left-list .item:hover .news-right .news-btn .date {
    color: #c7000b;
}
.news-right-wrap {
    padding: 235px 65px 100px;
}
.news-right-slideBox {
    width: 100%;
    position: relative;
}
.news-right-slideBox ul li .pic {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.news-right-slideBox ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
.news-right-slideBox ul li .text {
    padding: 30px;
    background-color: #fff;
}
.news-right-slideBox ul li .text h4 {
    margin-bottom: 20px;
}
.news-right-slideBox ul li .text h4 a {
    display: block;
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-right-slideBox ul li .text h4 a:hover {
    color: #c7000b;
}
.news-right-slideBox ul li .text p {
    color: #888888;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news-right-slideBox ul li .text .date {
    display: block;
    margin-top: 40px;
    color: #888888;
    font-size: 14px;
}
.news-right-slideBox ul li .pic a:hover img {
    transform: scale(1.08);
}
.news-right-slideBox .hd {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.news-right-slideBox .hd ul li {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background-color: #d1d1d1;
    border-radius: 10px;
    margin-left: 10px;
    cursor: pointer;
}
.news-right-slideBox .hd ul li.on {
    width: 12px;
    height: 12px;
    border:1px solid #c7000b;
    background-color: #ffffff;
}


@media (max-width: 1400px) {
    .indspace {
        padding: 60px 0px;
    }
    .products-main-wrap .columnConL {
        margin-right: 0;
    }
    .products-main-wrap .columnConR {
        width: calc(100% - 260px);
    }
    .culture-main-warp .culture-desc h4 {
        font-size: 32px;
    }
    .products-main-wrap .columnConR .myslide .columnImg {
        width: 600px;
        padding-right: 30px;
    }
    .products-main-wrap .columnConR .myslide .con .button {
        width: 600px;
    }
    .products-main-wrap .columnConR .myslide .columnDec {
        width: 400px;
    }
}

@media (max-width: 1280px) {

	.about-main-wrap .content_list {
		min-height: 150px;
	}
	.about-main-wrap .content_list p {
		color: #fff;
		font-size: 50px;
	}

    .culture-main-warp .culture-desc h4 {
        margin-bottom: 20px;
    }
    .culture-main-warp .culture-desc p {
        margin-bottom: 10px;
    }
    .culture-main-warp .culture-desc a.more {
        margin-top: 20px;
    }
    .news-left-wrap {
        padding: 45px 0px 0px;
    }
    .news-right-wrap {
        padding: 200px 30px 50px;
        height: auto;
    }
    .news-left-list .item .news-left {
        width: 120px;
        height: 120px;
    }
    .news-left-list .item .news-right {
        width: calc(100% - 140px);
        height: 120px;
    }

    
}

@media (max-width: 992px) {	
    .header .header-wrapper {
        height: 60px;
    }

    .header-logo {height: 60px;line-height: 60px;}
    .header-logo img{height: 44px;}

    .header-navclick {display: block;}
    .header-search {display: none;}
    .header-navbarbox {display: none; width: 100%; background: #fff; position: absolute; top: 60px; left: 0; }
    .header-navbar{float: left;width: 100%;margin-right: 0;max-height: 400px;overflow-y: auto !important;padding: 10px 0 16px;text-align: left;}
    .header-navbar ul li{display: block;width: 100%;position: relative;margin: 0;}
    .header-navbar>ul>li>a {width: 100%;}
    .header-menu:after {display: none;}
    .header-navbar>ul>li.active .header-menu, .header-navbar ul li:hover .header-menu {color: #c7000b;}

    .header-arr {display: block;width: 42px;height: 42px;position: absolute;z-index: 9;right: 0;top: 0;background: url("../images/iconArrH.png") no-repeat center center /14px auto;}
    .header-arr.ontrue {transform: rotate(180deg);}
    .header-navbar ul li .sub-menu {position: static;width: 100%;top: 0;border-bottom: 1px solid #eee;opacity: 1;    visibility: visible;    transform: translate(0, 0);box-shadow:none;display: none;}
    .header-navbar ul li .sub-menu li {padding: 0 4%;}
    .header-menu{width: 100%;height: 42px;line-height: 42px;padding: 0 4%;}


    .banner {margin-top: 60px;min-height: auto;height: 260px;}

    .banner .swiper-banner .swiper-slide .bannerVideo video {
        width: 100%;
        height: 100%;
        margin-left: 0;
        left: 0;
    }

    .indspace {
        padding: 40px 0px;
    }
    .indspace .sontit {
        margin-bottom: 30px;
    }
    .indspace .sontit h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .indspace .sontit h4::after {
        margin:10px auto;
    }
    .news-left-wrap .pubtit {
         margin-bottom: 30px;
    }
    .news-left-wrap .pubtit h4 {
       font-size: 24px;
        margin-bottom: 10px;
    }
    .news-left-wrap .pubtit h4::after {
         margin:10px 0;
    }

    .about-main-wrap .content_list {
		min-height: 100px;
	}
	.about-main-wrap .content_list p {
		font-size: 30px;
        display: block;
	}

    /*产品*/

    .products-main-wrap .columnConL {
        width: 100%;
    }
    .products-main-wrap .columnConL ul {
        font-size: 0;
        margin-bottom: 30px;
    }
    .products-main-wrap .columnConL ul li {
        display: inline-block;
        vertical-align: top;
        width: 25%;
    }
    .products-main-wrap .columnConL ul li a{
        padding-right: 40px;
        padding-left: 30px;
    }
    .products-main-wrap .columnConL ul li a:before {
        border-radius: 50px;
    }
    .products-main-wrap .columnConR {
        width: 100%;
    }

    /*新闻*/
    .news-left-wrap .pubtit,
    .news-left-con .news-left-list {
        max-width: 100%;
    }
    .news-left-con .news-left-list .item,.news-left-con .news-left-list .item .news-link {
        display: block;
        width: 100%;
    }
    .news-left-list .item .news-right {
        max-width: 100%;        
    }
    .news-right-wrap {
        padding: 30px;
    }
    .products-main-wrap .columnConR .myslide li {
        background-color: #f1f1f1;
        border-radius: 20px;
    }
    .products-main-wrap .columnConR .myslide .columnImg {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .products-main-wrap .columnConR .myslide .columnImg .pic {
        height: 350px;
    }
    .products-main-wrap .columnConR .myslide .columnDec {
        width: 100%;
        height: auto;
        padding:15px 15px 60px;
        position: static;
        background-color: transparent;
    }
    .products-main-wrap .columnConR .myslide .con .button {
        width: 100%;
    }
    .products-main-wrap .columnConR .myslide .columnDec .info {
        margin-bottom: 0px;
    }

    .indspace a.more {
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin-top: 30px;
    }
    .culture-main-warp .culture-desc {
        margin-top: 30px;
    }
    .culture-main-warp .culture-desc h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .footer-wrapper {
        padding: 30px 0px;
    }
    .footer-navbar {
        margin-bottom: 30px;
    }
    .footer-navbar dl {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .footer-navbar dl dt {
        margin-bottom: 10px;
    }
    .footer-navbar dl dt a {
        font-size: 16px;
    }
    .footer-navbar dl:last-child {
        width: 100%;
    }
}

@media (max-width: 768px) { 
	.banner {
		height: 220px;
	}
	.banner .swiper-banner .swiper-button-next {
	    right: 15px;
	}
	.banner .swiper-banner .swiper-button-prev {
	    left: 15px;
	}
    .banner .swiper-banner .swiper-button-next, .banner .swiper-banner .swiper-button-prev {
         width: 34px;
        height: 34px;
    }

    .banner .swiper-banner .swiper-button-next:after, .banner .swiper-banner .swiper-button-prev:after {
        font-size: 15px;
    }
    .banner .swiper-banner .swiper-pagination  {
        bottom: 5px;
        background-color: transparent;
    }
    .banner .swiper-banner .swiper-pagination-bullet {
        width: 5px;height: 5px;    margin: 0 2px;
    }
    .banner .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 15px;
    }
    .about-main-wrap {
        margin-bottom: 0px;
    }

	.about-main-wrap .content_list {
		min-height: 60px;
        padding: 10px 0px;
	}
    .about-main-wrap .content_list p,.about-main-wrap .content_list p span {
		font-size: 18px;
        line-height: 175%;
	}
    
    .about-main-wrap .content_list .item_block {
        width: calc(100% / 3 - 5px);
        margin-right: 5px;
    }
    .about-main-wrap .content_list .item_block .item_wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about-main-wrap .content_list .item_block .item_wrapper .date_wrap {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .about-main-wrap .content_list .item_block .item_wrapper .date_wrap .unit {
        font-size: 16px;
    }
    .about-main-wrap .content_list .item_block .item_wrapper .title {
        font-size: 12px;
    }
    .about-main-wrap .content_list .item_block .item_wrapper .subtitle {
        font-size: 12px;
    }
    .about-main-wrap .content_list .item_block .item_index {
        font-size: 30px;
    }
    .about-main-wrap .content_list .item_block:hover{
        transform: translateY(0px);
        background-color: transparent;
    }
    .about-main-wrap .content_list .item_block:hover .item_index {
        opacity: 0;
        display: none;
    }
    .products-main-wrap .columnConL ul li {
        width: 50%;
        margin-bottom: 5px;
    }
    .products-main-wrap .columnConL ul li a {
        padding-right: 30px;
        padding-left: 15px;
        height: 40px;
        line-height: 40px;
    }
    .products-main-wrap .columnConL ul li a:after {
        margin-top: 15px;
    }
    .products-main-wrap .columnConR .myslide .columnDec .title {
        height: auto;
        line-height: 1;
        font-size: 24px;
    }
    .products-main-wrap .columnConR .myslide .columnDec .info {
        height: auto;
    }

    .news-left-list .item .news-right .news-btn {
        display: none;
    }
    .news-left-list .item .news-left {
        width: 100px;
        height: 100px;
    }
    .news-left-list .item .news-left .news-time .year {
        font-size: 24px;
    }
    .news-left-list .item .news-right {
        width: calc(100% - 140px);
        height: 100px;
    }
    .news-right-wrap {
        padding: 20px 15px;
    }
    .news-right-slideBox ul li .text {
        padding: 20px;
    }
    .news-right-slideBox .hd {
        bottom: 20px;
    }




}


/*  -- flex弹性布局 -- */
.flex {
	display: flex;
}
.basis-xs {
	flex-basis: 20%;
}

.basis-sm {
	flex-basis: 40%;
}

.basis-df {
	flex-basis: 50%;
}

.basis-lg {
	flex-basis: 60%;
}

.basis-xl {
	flex-basis: 80%;
}
.flex-direction {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.align-center {
	align-items: center;
}

.align-stretch {
	align-items: stretch;
}

.self-start {
	align-self: flex-start;
}

.self-center {
	align-self: flex-center;
}

.self-end {
	align-self: flex-end;
}

.self-stretch {
	align-self: stretch;
}

.align-stretch {
	align-items: stretch;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}
.flex-sub {
	flex: 1;
	overflow: hidden;
}


#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
#baguetteBox-overlay.visible{opacity:1}
#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}
#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}
#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}
.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
.baguetteBox-button#next-button{right:2%}
.baguetteBox-button#previous-button{left:2%}
.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
.baguetteBox-button svg{position:absolute;left:0;top:0}

.video_tc {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2001;
    display: none;
}

.video_tc .v {
    position: absolute;
    width: 900px;
    height: 500px;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #000;
}

.video_tc .close {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%,0%);
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 34px;
    opacity: 1;
    /*margin:60px auto 0px; */
}
.video_tc .v .video {
    height: 100% !important;
}
.video_tc .v video,
.video_tc #example_video_1 {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 992px) { 
    .video_tc .v {
        position: absolute;
        width: 90%;
        height: 350px;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background-color: #000;
    }

}

@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-moz-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); }
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-webkit-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-webkit-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); }
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(8px) rotate(0);-ms-transform: translateY(8px) rotate(0);-webkit-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-moz-transform: translateY(8px) rotate(45deg);-ms-transform: translateY(8px) rotate(45deg);-webkit-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); } }
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-moz-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-webkit-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-webkit-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-8px) rotate(0);-ms-transform: translateY(-8px) rotate(0);-webkit-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-moz-transform: translateY(-8px) rotate(-45deg);-ms-transform: translateY(-8px) rotate(-45deg);-webkit-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
