﻿@charset "UTF-8";
@font-face {
	font-family: "Aileron-Regular";
  src: url('../font/AILERONREGULAR10.eot');
  src: url('../font/AILERONREGULAR10.eot') format('embedded-opentype'),
       url('../font/AILERONREGULAR10.woff2') format('woff2'),
       url('../font/AILERONREGULAR10.woff') format('woff'),
       url('../font/AILERONREGULAR10.ttf') format('truetype'),
       url('../font/AILERONREGULAR10.svg#AILERONREGULAR10') format('svg');
}
@font-face {
	font-family: "Aileron-Bold";
  src: url('../font/AILERONBOLD4.eot');
  src: url('../font/AILERONBOLD4.eot') format('embedded-opentype'),
       url('../font/AILERONBOLD4.woff2') format('woff2'),
       url('../font/AILERONBOLD4.woff') format('woff'),
       url('../font/AILERONBOLD4.ttf') format('truetype'),
       url('../font/AILERONBOLD4.svg#AILERONBOLD4') format('svg');
}
@font-face {
	font-family: "Roboto-Bold";
  src: url('../font/RobotoBold.eot');
  src: url('../font/RobotoBold.eot') format('embedded-opentype'),
       url('../font/RobotoBold.woff2') format('woff2'),
       url('../font/RobotoBold.woff') format('woff'),
       url('../font/RobotoBold.ttf') format('truetype'),
       url('../font/RobotoBold.svg#RobotoBold') 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: "Arial","Aileron-Regular","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;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:4px;
  height:4px
}
.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: #ededed;
}
.scrollbar::-webkit-scrollbar-corner{
  background-color:#ffffff;
}
.scrollbar::-webkit-scrollbar-thumb{
  border-radius:0;background-color: #df1b24;
}
.scrollbar::-webkit-scrollbar-thumb:vertical:hover{
  background-color: #df1b24;
}
.scrollbar::-webkit-scrollbar-thumb:vertical:active{
  background-color: #df1b24;
}
@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-80{
  padding-bottom: 80px;
}
.pad-80{
  padding: 80px 0;
}
.mar-80{
  margin: 80px auto;
}
.padt-80{
  padding-top: 80px;
}
.padt-70{
  padding-top: 70px;
}
.padb-70{
  padding-bottom: 70px;
}
.padt-45{
  padding-top: 45px;
}
.padt-25{
  padding-top: 25px;
}
.padb-30{
  padding-bottom: 30px;
}
@media all and (max-width:980px){
  .padt-70{
    padding-top: 50px;
  }
  .pad-80{
    padding: 55px 0;
  }
  .padb-80{
    padding-bottom: 55px;
  }
  .padt-80{
    padding-top: 55px;
  }
  .padt-20{
    padding-top: 20px;
  }
  .padb-70{
    padding-bottom: 50px;
  }
  .padt-45{
    padding-top: 25px;
  }
  .mar-80{
    margin: 55px auto;
  }
}
/* @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,
.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;
}
img{
  -webkit-transition: 1.0s;
  -ms-transition: 1.0s;
  -moz-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
}
.pic img,
.pic,
.section3 .section3-img img,
.section3 .section3-img,
.section4 .section4-img img,
.section4 .section4-img,
.strength1 .strength1-img,
.strength1 .strength1-img img,
.strength4 .strength4-img,
.strength4 .strength4-img img,
.service1 .service1-img,
.service1 .service1-img img,
.newinfo .newinfo-simg,
.newinfo .newinfo-simg img{
  overflow: hidden;
  width: 100%;
  -webkit-transition: 1.0s;
  -ms-transition: 1.0s;
  -moz-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
}
.pic:hover img,
.section1 .section1-ul li:hover .section1-img img,
.section3 .swiper-slide:hover .section3-img img,
.section4 .swiper-slide:hover .section4-img img,
.product1 .product1-ul li:hover .product1-img img,
.proinfo3 .proinfo3-ul li:hover .proinfo3-img img,
.proinfo5 .swiper-slide:hover .proinfo5-img img,
.strength1 .swiper-slide:hover .strength1-img img,
.strength4 .swiper-slide:hover .strength4-img img,
.service1 .service1-ul li:hover .service1-img img,
.about5 .swiper-slide:hover .about5-img img,
.new .new-ul li:hover .section4-img img,
.newinfo .newinfo-ul li:hover .newinfo-simg img{
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.section5 .swiper-slide:hover .section5-img 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);
}
.section6 .swiper-slide:hover .section6-font .tit,
.section1 .section1-ul li:hover .section1-font .tit,
.section3 .swiper-slide:hover .section3-tit,
.section4 .swiper-slide:hover .section4-font .tit,
.section4 .swiper-slide:hover .section4-font .more1,
.section4 .swiper-slide:hover .section4-font .time,
.product1 .product1-ul li:hover .product1-font .tit,
.proinfo3 .proinfo3-ul li:hover .proinfo3-font,
.proinfo5 .swiper-slide:hover .proinfo5-font .tit,
.strength1 .strength1-ul li:hover .strength1-tit,
.strength1 .strength1-li:hover .strength1-tit,
.strength4 .swiper-slide:hover .strength4-stit,
.strength1 .swiper-slide:hover .strength1-stit,
.contact2 .bshare-custom a:hover,
.contact2 .contact2-item li:hover,
.new .new-ul li:hover .section4-font .tit,
.new .new-ul li:hover .section4-font .more1,
.new .new-ul li:hover .section4-font .time,
.newinfo .newinfo-ul li:hover .newinfo-font .tit,
.newinfo .newinfo-ul li:hover .newinfo-font .time,
.navbox .navbox-contli:hover{
  color: #e4121c;
}
.section3 li:hover .section3-icon img,
.service1 .service1-icon:hover{
  transform: translateY(-15px);
}
.section4 .section4-ul li:hover .section4-icon img,
.section2 .section2-img:hover img{
  transform: rotateY(360deg);
}
.icon img,
.product1 .product1-img img,
.proinfo5 .proinfo5-img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


.v-msg {
    position: fixed;
    width: 500px;
    bottom: 20%;
    display: none;
    z-index: 999;
}

.v-msg-on { /* border: 27px solid white; */
    display: block;
}

.index-video {
    width: 100%;
    border: 26px solid white;
}

.v-msg-gb {
    text-align: center;
    /* background-color: white; */
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
}

    .v-msg-gb img {
        width: 18px;
    }

.pro-video {
    width: 100%;
}

.pro-qh {
    display: none;
    overflow: hidden;
    height: 390px;
    overflow: hidden;
}

.pro-qh-on {
    display: block;
}

.pro-anniu {
    text-align: center;
    height: 40px;
    margin-top: 20px;
}

    .pro-anniu p {
        display: initial;
        background-color: #b5b5b5;
        padding: 10px 15px;
        color: white;
        margin: 10px;
        border-radius: 4px;
        cursor: pointer;
    }

        .pro-anniu p:hover {
            color: white;
            background-color: #49b231;
        }

    .pro-anniu .pro-anniu-on {
        color: white;
        background-color: #49b231;
    }


@media (max-width: 1659px) {

    .pro-qh {
        overflow: hidden;
        height: 390px;
        overflow: hidden;
    }
}

@media (max-width: 1459px) {

    .pro-qh {
        overflow: hidden;
        height: 360px;
        overflow: hidden;
    }
}

@media (max-width: 1259px) {

    .pro-qh {
        overflow: hidden;
        height: 310px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .v-msg-on { /* border: 27px solid white; */
        display: block;
    }

    .v-msg {
        position: fixed;
        width: 50%;
        bottom: 20%;
        display: none;
        z-index: 999;
    }

    .v-msg-on { /* border: 27px solid white; */
        display: block;
    }

    .index-video {
        width: 100%;
        border: navajowhite;
        border-right: 25px solid white;
    }

    .v-msg-gb {
        text-align: center;
        /* background-color: white; */
        position: absolute;
        right: 4px;
        top: 40%;
        cursor: pointer;
    }

        .v-msg-gb img {
            width: 18px;
        }
}
