﻿@charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: "12px";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

.container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

@media only screen and (min-width: 1280px) {
  .container {
    max-width: 1024px; } }

@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1400px; } }

@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1600px; } }

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.index_kv__body .kv {
  display: block;
  width: 100%; }

.index_kv__body .swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 5px;
  background-color: #fff;
  opacity: 1; }

.index_kv__body .swiper-pagination-bullet-active {
  background-color: #e30000; }

.index_kv__body .kv_txt {
  background-color: #e30000;
  padding: 30px;
  color: #fff; }
  .index_kv__body .kv_txt h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-weight: 700; }
  .index_kv__body .kv_txt p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0; }

.index_products__body {
  padding: 30px 0; }
  .index_products__body .btn_con {
    text-align: center;
    padding-top: 10px; }

.index_solution__body {
  padding: 30px 0; }

.index_logo__body {
  padding: 30px 0;
  background-color: #f2f2f2; }
  .index_logo__body .btn_con {
    text-align: center; }

.index_news__body {
  padding: 30px 0; }
  
.pro_list_txt p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;}

.container .btn_con {
    padding-top: 10px;
    text-align: center;
}
.copyright a {color: #fff;}

 /*首页底部友情链接样式*/
#footcontent {display: inline-block;width: 180px;height:15px;margin-top: 0px;margin-left: 0px;}
#footcontent .yqlj	{width: 180px;height: 20px;float: right;overflow:auto;overflow-x:hidden;margin-top:0px;margin-left: 0px;}
#footcontent .yqlj	ul {display: block;margin-top:0;margin-left:0px;}
#footcontent .yqlj	ul li {height: 20px;display:block;margin-left:0px;line-height: 20px;text-align: left;}
#footcontent .yqlj	ul li a {font-size: 14px;color: #fff;}
#footcontent .yqlj::-webkit-scrollbar{display: none;}，