* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

html {
    overflow-y: scroll
}

body {
    background: #fff;
    color: #474750;
    font-size: 18px;
    font-family: PingFang SC;
    -webkit-text-size-adjust: none;
    max-width: 1920px;
    min-width: 800px;
    margin: 0 auto;
}

img {
    display: block;
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

address,
i,
em,
strong {
    font-style: normal;
    font-weight: normal
}

a {
    text-decoration: none
}

input,
textarea,
select,
button {
    border: none;
    outline: none;
    font-family: PingFang SC;
}

.lt {
    float: left
}

.rt {
    float: right
}

.clear {
    clear: both
}

textarea {
    resize: none;
}

.view {
    width: 100%;
    height: 100%
}

.container {
    width: 1200px;
    height: auto;
    margin: 0 auto
}

.container1 {
    width: 1720px;
    padding-left: 100px;
    height: auto;
    margin: 0 auto
}

.wrap {
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-starts {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.flex-around {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-shrink {
    flex-shrink: 0
}

.flex-box {
    width: 100%
}

.algin-end {
    align-items: flex-end;
}

.one-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.two-hide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cu-po {
    cursor: pointer;
}

.pop {
    z-index: 110;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2)
}

@keyframes blink {

    0%,
    100% {
        background: #000;
        color: #000
    }

    50% {
        background: #fff;
        color: #000
    }
}

.common-title {
    color: #1F2431;
    text-align: center;
    font-size: 16px;
    margin: 74px 0 34px;
}

.common-tit {
    color: #1F2431;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* 导航 */
.indexTitle {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    color: #474750;
    background: #fff;
    width: 100%;
    height: 124px;
    line-height: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
}

.head-nav-bar .acitve {
    color: #EF4136;
}


.indexTitle1 {
    color: #474750;
    background: #fff;
}

.index-item {
    width: 900px;
    height: 80px;
    margin-top: 44px;
}

.item-color {
    text-align: center;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.7);
    position: relative;
    text-align: center;
    line-height: 77px;
    /* font-weight: 500; */
}

.item-color:hover .item-text {
    color: #EF4136;
    font-weight: 600;
    cursor: pointer;
}

.active-index {
    color: #EF4136;
    font-weight: 600;
    border-bottom: #EF4136 3px solid;
}

.down-item-left {
    height: 100%;
}

.down-item-left .active-item {
    color: #EF4136;
    font-weight: bold;
}

.down-item-box {
    width: 206px;
    height: 163px;
    background: #ffffff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    margin: 0 18px 18px 0;
    cursor: pointer;
}

.down-item-box:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);

}

.index-logo {
    width: 400px;
    cursor: pointer
}

.down-box {
    position: absolute;
    width: 1200px;
    height: 480px;
    left: -550px;
    font-weight: normal;
    background: #fff;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.39);
}

.down1 {
    display: none !important;
}

.item-down {
    cursor: pointer;
    line-height: 24px;
    font-size: 18px;
    color: #777;
    padding-left: 40px;
    /* padding-right: 20px; */
    width: 260px;
    height: 96px;
    border-bottom: #d8d8d8 1px solid;
    border-right: #d8d8d8 1px solid;
}

.item-down:hover {
    color: #EF4136;
    font-weight: bold;
}

.down-item-right {
    width: 940px;
    height: 100%;
    font-size: 13px;
    color: #333;
    line-height: 17px;
}

.item-btn {
    width: 198px;
    height: 46px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #d1d1d1;
}

.item-btn:hover {
    background-color: #E64C42;
    color: #fff;
}

.index-tel {
    height: 124px;
    font-size: 24px;
    font-weight: Bold;
    text-align: left;
    color: #E64C42;
    line-height: 33px;
}

.top-text {
    margin-left: 32px;
    font-size: 14px;
    text-align: left;
    color: #999;
}

/* 二级导航内标题溢出隐藏 */
.head-title{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.down-left-title{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
}

/* 底部 */
.footer {
    color: #333;
    height: 455px;
    background: #fff;
    padding: 62px 0 80px;
    font-size: 16px;
}


.footer-left {
    height: 331px;
    width: 300px;
    font-size: 16px;
    line-height: 26px;
}

.footer-left span {
    letter-spacing: 15px;
}

.footer-left img {
    margin-right: 10px;
}

.footer-margin {
    margin-bottom: 25px;
}


.footer-middle {
    height: 331px;
    width: 300px;
    font-size: 16px;
    line-height: 26px;
}

.footer-right {
    height: 331px;
    width: 300px;
}

.footer-btn {
    width: 99px;
    height: 30px;
    background: #e64c42;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
}

.copyright {
    height: 85px;
    color: #999;
    font-size: 14px;
    background-color: #fff;
    border-top: 1px solid #999;

}

.copyright span:hover {
    color: #E64C42;
    cursor: pointer;
}

.footer-skip{
    cursor: pointer;
}
.footer-skip:hover{
    color: #E64C42;
}

/* 右侧悬浮定位 */
.top-box {
    position: fixed;
    right: 40px;
    bottom: 145px;
    width: 125px;
    background: #fff;
    border: 2px solid #ffffff;
    border-radius: 4px;
    padding: 0;
    box-shadow: 0px 2px 10px 0px rgba(177, 166, 166, 0.1);
    z-index: 5
}

.top-item {
    position: relative;
    color: #333;
    text-align: center;
    font-size: 12px;
}

.top-item-1 {
    padding: 10px;
}

.top-item-1:hover {
    background-color: #E64C42;
    color: #fff;
}

.link-name {
    margin-right: 10px;
    cursor: pointer;
}

.link-name:hover {
    color: #999;
}

.top-item-icon {
    font-size: 16px;
    margin: 0 auto;
}

.text {
    margin-top: 5px
}

.show-box {
    display: none;
    width: 120px;
    color: #1540be;
    position: absolute;
    right: 85px;
    top: 0;
    text-align: center;
    padding: 11px 13px;
    background: #fff;
    border: 2px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 10px 0px rgba(177, 166, 166, 0.1);
    transition: all 0.5s linear
}

.top-item:hover .show-box {
    display: block
}

.show-img {
    width: 100%
}

.beian {
    color: #ccc;
    margin-left: 10px;
}

.info-address {
    font-size: 16px !important;
}

/* 固定底部 */
.fixed-base {
    width: 100%;
    height: 98px;
    line-height: 98px;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(234, 236, 237, .8);
    z-index: 9;
}

.fixed2 {
    width: 100%;
    height: 98px;
    line-height: 98px;
    color: #fff;
    background: rgba(234, 236, 237, .8);
    z-index: 9;
}

.base-input-text {
    color: #1F2431;
    font-size: 22px;
    font-weight: 600;
}

.base-input-box {
    width: 388px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 4px;
}

.base-input-box>input {
    width: 200px;
    height: 30px;
    font-size: 16px;
    padding-left: 16px;
    background: transparent;
}

.base-code {
    padding: 0 15px;
    font-size: 15px;
    line-height: 30px;
    color: #2F6BFF;
    cursor: pointer;
    border-left: 1px solid #DDDFE6;
    border-radius: 0 4px 4px 0;
}

.base-submit {
    width: 142px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background: #2F6BFF;
    border-radius: 4px;
    cursor: pointer;
}


/* 网站底部联系 */


.footer-left>input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding-left: 16px;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    margin: 10px 0;
}

.footer-left>textarea {
    width: 100%;
    height: 100px;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    margin: 10px 0;

}


/* 推荐产品 */
.recommend-product-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.product-item {
    height: 342px;
    width: 288px;
    background-color: #fff;

}

.product-right-title {
    text-align: center;
}

.product-right-btn {
    width: 198px;
    height: 46px;
    border: 1px solid #ebebeb;
}

.product-right-btn:hover {
    background-color: #E64C42;
    color: #fff;
}


/* 翻页 */
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #e64c42 !important;
    color: #fff !important;
}

/* 表格斑马纹 */
.el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #FFF9F8 !important;
}

/* 视频 */
video::-webkit-media-controls-play-button {
    display: none !important;
}

.start-play {
    cursor: pointer;
    width: 63px;
    height: 63px;
    background: linear-gradient(135deg, #888 0%, #999 100%);
    opacity: 0.7;
    border-radius: 50%;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;

    &::after {
        content: "";
        width: 0;
        height: 0;
        border: 13px solid transparent;
        border-left: 19px solid white;
        position: absolute;
        top: 32%;
        left: 40%;
    }
}

/* 视频封面 */
.video-cover {
    height: 273px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-cover1 {
    height: 130px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-cover2 {
    height: 600px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* 视频遮罩 */
.video-mask {
    width: 100%;
    height: 50px;
    background: rgba(51, 51, 51, 0.4);
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 18px;
    position: absolute;
    bottom: 5px;
    left: 0;
}


/* 侧栏滑动 */

.parent {
    overflow: hidden;
    position: relative;
}

.child {
    position: absolute;
    left: 0;
    right: -17px;
    bottom: 0;
    overflow-y: scroll;
}


/* v-html富文本表格线 */
.x-table table{
    border: 1px solid #ebebeb;
}
.x-table table th,.x-table table td {
    border: 1px solid #ebebeb;
}
.x-table table td{
    padding: 0px 5px;
}



/*  */
.video-js .vjs-big-play-button{
    background: rgba(0, 0, 0, .5) !important;
    width: 50px !important;
    height:50px !important;
    line-height: 50px !important;
    border-radius: 50% !important;
    left:0 !important;
    top:0 !important;
    bottom:0 !important;right:0 !important;
    margin:auto !important;
    border:1px solid transparent !important;
    font-size: 40px !important;
}
.vjs-poster{
    background: transparent !important;
    border:none !important;
}