/*Html5*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}


/*Base*/

html {
    font-size: 62.5%;
    font-family: "Microsoft Yahei", Arial, sans-serif, "Helvetica Neue", Helvetica, Tahoma;
    color: #333;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*修正手持设备字体变化*/
}

body {
    font-size: 1.4rem;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
    background: transparent;
    transition: all 0.3s ease 0s;
    /*修正win8系统IE连接灰色背景*/
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:focus {
    outline: 0;
}

a:active,
a:hover {
    outline: 0;
    /*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input.submit {
    border: 0;
    margin: 0;
    cursor: pointer;
}

input.radio {
    width: 13px;
    height: 13px;
    float: left;
    display: inline;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol {
    list-style: none;
}

li {
    list-style: none;
}

i,
em {
    font-style: normal;
}


/*清除浮动*/

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.in-pro-subnav ul {
    float: none;
}

@font-face {
    font-family: 'iconfont';
    src: url('icon/iconfont.eot');
    src: url('icon/iconfont.eot?#iefix') format('embedded-opentype'),
        url('icon/iconfont.woff2') format('woff2'),
        url('icon/iconfont.woff') format('woff'),
        url('icon/iconfont.ttf') format('truetype'),
        url('icon/iconfont.svg#iconfont') format('svg');
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .warp {
    width: 94vw;
    margin: 0 auto;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.sigle-text,.title-container p,.product-titles a,.product-container .swiper-slide a p,.case-container .content h4,.n-s-title,.article a,.sol-list li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bgc{
    background: #26208c;
    color: #fff;
    text-align: center;
}
.bg{
    background: #f5f5f5;
    width: 100%;
    height: 10px;
}
.header{
    height: 19.02vw;
    width: 100vw;
}
.header.warp{
    width: 100%;
    top: 0;
    z-index: 998;
}
.header .header-phone{
    color: #fff;
    font-size: 7vw;
    margin-left: 3vw;
}
.logo{
width: 60%;
}
.logo img{
    max-width: 100%;
    margin-left: 3vw;
}
.nav{
    width: 10vw;
    height: 4vw;
    margin-right: 3%;
    text-align: right;
    line-height: 4vw;
}
.navwarp{
    position: fixed;
    top: 0;
    width: 40vw;
    height: 60vh;
    background: rgba(0, 0, 0, .9);
    right: 0;
    z-index: 99999;
    display: none;
}
.closenav{
    position: absolute;
    right: 5vw;
    top: 5vw;
}

.navwarp .navcontent{
    position: absolute;
    left: 0;
    top: 12vw;
    width: 40vw;
}
.navcontent li a span{
    display: block;
    /* color: #fff; */
}
.navcontent li a{
    width:40vw;
    display: block;
    text-align: center;
    color: #fff;
    height: 12vw;
    line-height: 12vw;
    font-size:4vw;;
}
.navcontent li{
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.navcontent span{
    color: #fff;
}
.nav span.opennav{
    color: #fff;
    font-size: 7vw;
    padding: 1vw;
    background: #db1e24;
    border-radius: 3px;
}

.nav span.closenav{
    color: #fff;
    font-size: 10vw;
}
.banner{
    width: 100vw;
    height:48.6111114vw;
}
.banner .swiper-container,.banner a,.in-banner a {
    width: 100vw;
    height:48.6111114vw;
}
.banner a{
    display: block;
}
.banner .swiper-pagination {
    bottom: 10px!important;
}
.banner .slide-item{
    width: 100vw;
    height:48.6111114vw;
    background-repeat: no-repeat;
    background-size: 100vw 48.6111114vw;
    background-position: center center;
}
.banner .swiper-pagination-bullet-active{
    background: #fff;
}
body{
    overflow-x: hidden;
}

.splice-line{
    height: 10px;
    width: 100%;
    background: #f5f5f5;
}
.flex-col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.back-top {
    position: fixed;
    z-index: 99;
    right: 3vw;
    bottom: 20vw;
    display: none;
    cursor: pointer;
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
    text-align: center;
    background: #333;
    border-radius: 10vw;
    box-shadow: 0 0 3px 0 #fff;
}
.back-top .iconfont{
    color: #fff;
    font-size: 5.625vw;
}

.footer{
    background: #f5f5f5;
    padding: 3vw 0;
    width: 100vw;
    margin-top: 8vw;
}
.footer p{
    text-align: center;
    font-size: 2.22222vw;
    line-height: 1.5;
    color: #666;
}
