﻿@charset "UTF-8";

@font-face {
    font-family: 'Bebas';
    src: url('../font/BEBAS.eot');
    src: url('../font/BEBAS.eot') format('embedded-opentype'), url('../font/BEBAS.woff2') format('woff2'), url('../font/BEBAS.woff') format('woff'), url('../font/BEBAS.ttf') format('truetype'), url('../font/BEBAS.svg#BEBAS') format('svg');
}

@font-face {
    font-family: "ArialMT";
    src: url('../font/ArialMT.eot');
    src: url('../font/ArialMT.eot') format('embedded-opentype'), url('../font/ArialMT.woff2') format('woff2'), url('../font/ArialMT.woff') format('woff'), url('../font/ArialMT.ttf') format('truetype'), url('../font/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DIN-Regular";
    src: url('../font/DINRegular.eot');
    src: url('../font/DINRegular.eot') format('embedded-opentype'), url('../font/DINRegular.woff2') format('woff2'), url('../font/DINRegular.woff') format('woff'), url('../font/DINRegular.ttf') format('truetype'), url('../font/DINRegular.svg#DINRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-Bold';
    src: url('../font/dinbold.eot');
    src: url('../font/dinbold.eot') format('embedded-opentype'), url('../font/dinbold.woff2') format('woff2'), url('../font/dinbold.woff') format('woff'), url('../font/dinbold.ttf') format('truetype'), url('../font/dinbold.svg#dinbold') format('svg');
}
/*reset css*/
html {
    font-size: calc(100vw/1920);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
}

html,
body {
    font-family: "Microsoft YaHei", "sans-serif";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #333;
    /* transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s; */
}

    a:active,
    a:hover {
        outline: 0;
    }

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

img {
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

pre {
    overflow: auto;
}

textarea {
    width: 100%;
    max-width: 100%;
    resize: none;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: none;
    border: none;
}

button {
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

button,
select {
    text-transform: none;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

select::-ms-expand {
    display: none;
}

input::-ms-clear {
    display: none;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s; */
    }

blockquote,
q {
    quotes: none
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none
    }

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    color: inherit;
}
/* a:visited{color: #333;} */
a {
    color: #333;
}
/*p,a{word-break: break-all;}*/
.section {
    width: 100%;
    position: relative;
}

.pull-right {
    float: right;
}

.dis-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dis-cell {
    display: table-cell;
    vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

em {
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}
/*单行文本省略号*/
.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dot2,
.dot3,
.dot4,
.dot5,
.dot6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
}
/*多行文本省略号*/
.dot2 {
    -webkit-line-clamp: 2;
}

.dot3 {
    -webkit-line-clamp: 3;
}

.dot4 {
    -webkit-line-clamp: 4;
}

.dot5 {
    -webkit-line-clamp: 5;
}

.dot6 {
    -webkit-line-clamp: 6;
}
/*盒子布局*/
.flexsb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.flexsa {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

.flexlf {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
}

.flexed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}

.flexce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.cflexce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.flexace {
    align-items: center;
}
/* scrollbar */
.scrollbar::-webkit-scrollbar {
    width: 2px;
    height: 2px
}

.scrollbar::-webkit-scrollbar-button:vertical {
    display: none;
}

.scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
    border-radius: 10px;
    background: rgba(51, 51, 51, 0.07);
}

.scrollbar::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #ce132e;
}

    .scrollbar::-webkit-scrollbar-thumb:vertical:hover {
        background-color: #ce132e;
    }

    .scrollbar::-webkit-scrollbar-thumb:vertical:active {
        background-color: #ce132e;
    }

@media screen and (max-width: 767px) {
    .scrollbar::-webkit-scrollbar {
        width: 2px;
        height: 2px
    }
}
/* placeholder */
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #b0b0b0;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #b0b0b0;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
    font-size: 16px;
    color: #b0b0b0;
    ;
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
    font-size: 16px;
    color: #b0b0b0;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #b0b0b0;
}

.textarea::-webkit-input-placeholder {
    color: #666666;
}

.textarea::-webkit-input-placeholder {
    color: #666666;
}

.textarea::-moz-placeholder {
    color: #666666;
}

.textarea:-moz-placeholder {
    color: #666666;
}

.textarea:-ms-input-placeholder {
    color: #666666;
}

@media screen and (max-width: 1366px) {
    .input::-webkit-input-placeholder,
    .textarea::-webkit-input-placeholder {
        font-size: 14px;
    }

    .input::-webkit-input-placeholder,
    .textarea::-webkit-input-placeholder {
        font-size: 14px;
    }

    .input::-moz-placeholder,
    .textarea::-moz-placeholder {
        font-size: 14px;
    }

    .input:-moz-placeholder,
    .textarea:-moz-placeholder {
        font-size: 14px;
    }

    .input:-ms-input-placeholder,
    .textarea:-ms-input-placeholder {
        font-size: 14px;
    }
}

.padb-120 {
    padding-bottom: 60px;
}

.padt-120 {
    padding-top: 60px;
}

.pad-120 {
    padding: 60px 0;
}

.mar-120 {
    margin: 120px auto;
}

.padt-105 {
    padding-top: 60px;
}

.padb-105 {
    padding-bottom: 105px;
}

.padt-85 {
    padding-top: 50px;
}

.padb-60 {
    padding-bottom: 40px;
}

.padt-100 {
    padding-top: 60px;
}

.padb-100 {
    padding-bottom: 50px;
}

.pad-100 {
    padding: 60px 0;
}

.padt-65 {
    padding-top: 40px;
}

.padt-25 {
    padding-top: 25px;
}

.padt-35 {
    padding-top: 35px;
}

.padb-30 {
    padding-bottom: 30px;
}

.marb-100 {
    margin-bottom: 60px;
}

@media (max-width: 1366px) {
    .padb-120 {
        padding-bottom: 45px;
    }

    .pad-120 {
        padding: 50px 0;
    }

    .mar-120 {
        margin: 90px auto;
    }

    .padt-105 {
        padding-top: 38px;
    }

    .padb-105 {
        padding-bottom: 75px;
    }

    .padt-120 {
        padding-top: 50px;
    }

    .padt-65 {
        padding-top: 30px;
    }

    .pad-100 {
        padding: 45px 0;
    }

    .padt-100 {
        padding-top: 50px;
    }

    .padb-100 {
        padding-bottom: 50px;
    }

    .padt-85 {
        padding-top: 50px;
    }

    .marb-100 {
        margin-bottom: 60px;
    }
}

@media (max-width: 980px) {
    .mar-120 {
        margin: 60px auto;
    }

    .padb-105 {
        padding-bottom: 50px;
    }

    .padt-120 {
        padding-top: 60px;
    }

    .padt-80 {
        padding-top: 50px;
    }

    .padb-80 {
        padding-bottom: 50px;
    }

    .padb-100 {
        padding-bottom: 40px;
    }

    .padt-85 {
        padding-top: 30px;
    }

    .marb-100 {
        margin-bottom: 50px;
    }

    .padt-35 {
        padding-top: 20px;
    }
}

@media all and (max-width:767px) {
    .padt-65 {
        padding-top: 25px;
    }
}
/* @media screen and (max-width: 1024px) {
  .footer .foot-top-cont{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .footer .footerphone-menu{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
} */
a,
img,
.swiper-button-next,
.swiper-button-prev {
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.pic img,
.pic,
.section1 .section1-img,
.section5 .section5-img,
.product2 .product2-img,
.service1 .service1-img,
.new1 .new1-img,
.new2 .new2-img,
.newinfo1 .newinfo1-simg,
.proinfo2 .proinfo2-img,
.join1 .join1-img,
.solution5 .solution5-img,
.about3 .about3-img,
.about5 .about5-img,
.section1 .section1-img img,
.section5 .section5-img img,
.product2 .product2-img img,
.service1 .service1-img img,
.new1 .new1-img img,
.new2 .new2-img img,
.newinfo1 .newinfo1-simg img,
.proinfo2 .proinfo2-img img,
.join1 .join1-img img,
.solution5 .solution5-img img,
.about3 .about3-img img,
.about5 .about5-img img,
.mproduct1 .mproduct1-img img,
.mproduct1 .mproduct1-img,
.mproduct4 .mproduct4-img,
.mproduct4 .mproduct4-img img,
.mproinfo11 .mproinfo11-img img,
.mproinfo11 .mproinfo11-img,
.mproinfo13 .mproinfo13-img,
.mproinfo14 .mproinfo14-img,
.solution1 .solution1-img,
.solution1 .solution1-img img {
    overflow: hidden;
    width: 100%;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .pic:hover img,
    .section5 .section5-left:hover .section5-img img,
    .section5 .section5-rtul li:hover .section5-img img,
    .product1 li a:hover .product1-img img,
    .product2 li:hover .product2-img img,
    .service1 .service1-ul li:hover .service1-img img,
    .new1 a:hover .new1-img img,
    .new2 .new2-ul li:hover .new2-img img,
    .newinfo1 .newinfo1-ul li:hover .newinfo1-simg img,
    .join1 .join1-ul li:hover .join1-img img,
    .solution5 .swiper-slide:hover .solution5-img img,
    .industry2 .industry2-img:hover img,
    .about5 .about5-tpswiper .swiper-slide:hover .about5-img img,
    .about6 .swiper-slide:hover .about6-img img,
    .about7 .swiper-slide:hover .about7-limg img,
    .mproduct1 .mproduct1-img:hover img,
    .mproduct4 .mproduct4-img:hover img,
    .mproinfo11 .mproinfo11-list:hover .mproinfo11-img img,
    .solution1 .solution1-img:hover img {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

.section4 .section4-scroll li:hover .section4-sdec span,
.section4 .section4-scroll li:hover .section4-sdec sub,
.section4 .section4-scroll li:hover .section4-sdec em,
.section5 .section5-rtul li:hover .section5-time span,
.section5 .section5-rtul li:hover .section5-font .tit,
.product1 li a:hover .product1-tit,
.product2 li:hover .product2-font .tit,
.product2 li:hover .product2-font .btn,
.service1 .service1-ul li:hover .service1-font .tit,
.industry1 .industry1-font .dec:hover,
.contact1 .contact1-ul li:hover .contact1-font .dec,
.new1 a:hover .new1-font .tit,
.new1 a:hover .new1-font .btn,
.new2 .new2-ul li:hover .new2-font .btn,
.new2 .new2-ul li:hover .new2-font .btn em,
.newinfo1 .newinfo1-ul li:hover .newinfo1-sfont .tit,
.newinfo1 .newinfo1-ul li:hover .newinfo1-sfont .btn em,
.newinfo1 .page:hover a,
.join1 .join1-ul li:hover .join1-font .tit,
.about5 .about5-tpswiper .swiper-slide:hover .about5-font .tit,
.mproduct3 .mproduct3-tab a:hover,
.mproduct3 .mproduct3-tab a.active,
.mproduct4 .mproduct4-left:hover .tit,
.mproinfo11 .mproinfo11-list:hover .in-tit .tit,
.mproinfo12 .mproinfo12-rul a:hover .mproinfo12-rright .btn,
.mproinfo12 .mproinfo12-rul a:hover .mproinfo12-rright .tit,
.mproinfo13 .decBox .dec:hover,
.solution2 .solution2-ul li:hover .solution2-stit,
.solution2 .solution2-rlink:hover .tit {
    color: #ce132e;
}

.contact1 .contact1-ul li:hover .contact1-icon img,
.solution2 .solution2-ul li:hover .solution2-icon img {
    transform: rotateY(180deg);
}

.service11 .service11-icon:hover {
    transform: translateY(-15px);
}

.section4 .section4-scroll li:hover .section4-sicon img,
.footer .foot-rtul li:hover .foot-icon {
    transform: rotateY(180deg);
}

.icon img,
.solution5 .solution5-img img,
.about7 .swiper-slide .about7-limg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
