@charset "utf-8";
/* ====================公共样式========================= */

/*reset Css*/
* {margin: 0;padding: 0;}

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;padding: 0;
}

body {
	background-color: #fff;/*整体背景颜色*/
	-webkit-touch-callout: none;/*-webkit-user-select: none;*//*禁止复制*/
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:rgba(255,255,255,0);/*点击高亮效果*/
}

/*clearfix清除浮动*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}

/* 默认合并表格边框 */
table{border-collapse:collapse;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,textarea{-webkit-appearance: none;border-radius:0;}
ol,ul,li{list-style: none;}
a, a:active{color:inherit;text-decoration:none;cursor:pointer;}
a{border:0;}
em,i{font-style:normal;}

/* <input>标签 */
input{border: none;appearance:none;-moz-appearance:none;outline:none;-webkit-appearance: none;}
input:focus{ outline:none; }/* input标签聚焦不出现默认边框 */

textarea { resize:none; } /* 禁用了文本的拖拉，尤其在谷歌下 */
select, button, input,img {vertical-align: middle;}/*去除图片底部缝隙并基于中线对齐*/
img {
    width: auto;
    height: auto;
    width: auto\9;
	max-width: 100%;
    display: block;
    -ms-interpolation-mode: bicubic;
}
/** 设置默认字体 **/
/* 
    宋体：\5B8B\4F53
    新宋体：\65B0\5B8B\4F53
    黑体：\9ED1\4F53
    微软雅黑：\5FAE\8F6F\96C5\9ED1
    楷体：\6977\4F53_GB2312
    思源黑体： Source Han Sans CN
 */
body,button, input, select, textarea /* for ie */ {font: 14px/1 "ML",Arial,"PingFang SC","Microsoft YaHei","Hiragino Sans GB","Droid Sans Fallback","WenQuanYi Micro Hei",sans-serif;}
body {background:#fff;-webkit-text-size-adjust:100%;color: #333;}

/*End reset*/

/*public Css*/

/* 重绘元素边框盒 */
*{ box-sizing:border-box;}
*::before, *::after{ box-sizing:border-box;}
*:focus{ outline:none;}
html{-ms-touch-action:none;/* 阻止windows Phone 的默认触摸事件 */}

/*兼容iphone去除默认input表单默认设置*/
input[type="submit"],input[type="reset"],input[type="button"],button{-webkit-appearance: none;}

/*clearfix清除浮动*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}

/* 水平垂直居中 */
.cell_mid{ display: table; height:100%; width:100%; }
.cell_h{ height:100%;display: table-cell; vertical-align: middle; } 

/*动画--规定动画移动出去的时间*/
a{-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.animation{-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
/* 指定文字禁止复制 */
.noSelect{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;}

/* 文字限制行数 */
/* 限制一行 */
.linelimit {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
/* 【常用】限制多行 修改行数-webkit-line-clamp: 2;【兼容必须限高】 */
.linelimit-2 {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.linelimit-3 {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.linelimit-4 {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
/* 引入字体 */
@font-face {
    font-family: 'MR';
    src: url('../fonts/Montserrat-Regular.otf'),
    url('../fonts/Montserrat-Regular.eot'),
    url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.otf') format('truetype'),
    url('../fonts/Montserrat-Regular.svg#svgFontName') format('svg');
}
@font-face {
    font-family: 'MB';
    src: url('../fonts/Montserrat-Bold.otf'),
    url('../fonts/Montserrat-Bold.eot'),
    url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.otf') format('truetype'),
    url('../fonts/Montserrat-Bold.svg#svgFontName') format('svg');
}
@font-face {
    font-family: 'ML';
    src: url('../fonts/Montserrat-Light.otf'),
    url('../fonts/Montserrat-Light.eot'),
    url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat-Light.woff') format('woff'),
    url('../fonts/Montserrat-Light.otf') format('truetype'),
    url('../fonts/Montserrat-Light.svg#svgFontName') format('svg');
}
.MR{font-family: 'MR';}
.MB{font-family: 'MB';}
.ML{font-family: 'ML';}
/*动画效果 所有属性获得过度*/
*{transition-property:all;}
.com-img{overflow: hidden;}
.com-img img{transition:all 0.5s ease-out; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; -o-transition:all 0.5s ease-out;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.fl{float: left;}
.fr{float: right;}
.show{display:block;}
.hide{display:none;}
.tac{text-align:center;}
.tal{text-align:left;}
.tar{text-align:right;}
.ttu{text-transform:uppercase;}/*字母转换为大写*/
.ofh{overflow:hidden;}
.ofh>img{width: 100%;transition: 1.5s cubic-bezier(.165,.84,.44,1);}
.ofh:hover>img{-webkit-transform: scale(1.05);transform: scale(1.05);}
.pst-rel{position:relative;}
.pst-abs{position:absolute;}
.pst-pic{position: absolute;background-position: center;background-repeat: no-repeat;background-size: cover;}
.w100{width: 100%;}

.col-2{width:50%;float:left;}
.col-3{width:33.333333%;float:left;}
.col-4{width:25%;float:left;}
.col-5{width:20%;float:left;}
.col-6{widows: 16.6666%;float:left;}
.w12{width: 1200px;max-width: 92%;margin: 0 auto;}
.w14{width: 1440px;max-width: 92%;margin: 0 auto;}
.w16{width: 1600px;max-width: 92%;margin: 0 auto;}
.w18{width: 1800px;max-width: 92%;margin: 0 auto;}
.pc{display: block;}
.mb{display: none;}
.mt{margin-top: 100px;}
@media all and (max-width:1000px) {.pc{display: none;}.mb{display: block;}}

*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;
*height: auto;object-fit: cover;}
.rect-40{padding-bottom: 40%;}
.rect-50{padding-bottom: 50%;}
.rect-55{padding-bottom: 55%;}
.rect-5625{padding-bottom: 56.25%;}
.rect-60{padding-bottom: 60%;}
.rect-65{padding-bottom: 65%;}
.rect-70{padding-bottom: 70%;}
.rect-75{padding-bottom: 75%;}
.rect-80{padding-bottom: 80%;}
.rect-90{padding-bottom: 90%;}
.rect-100{padding-bottom: 100%;}
.rect-135{padding-bottom: 135%;}
.rect-140{padding-bottom: 140%;}
.rect-150{padding-bottom: 150%;}
li *[class*="pic"]{overflow: hidden;}
li *[class*="pic"]>img{-webkit-transition: 0.3s ease-out;-moz-transition: 0.3s ease-out;-ms-transition: 0.3s ease-out;-o-transition: 0.3s ease-out;transition: 0.3s ease-out;}
li:hover *[class*="pic"]>img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.trs3{-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.trs5{-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-ms-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.pd-40{padding: 0.4rem 0;}
.pd-60{padding: 0.6rem 0;}
.pd-80{padding: 0.8rem 0;}
.pd-100{padding: 1rem 0;}
.pd-120{padding: 1.2rem 0;}
.pd-140{padding: 1.4rem 0;}
.pd-160{padding: 1.6rem 0;}
.pd-180{padding: 1.8rem 0;}
.mt30{margin-top: 0.3rem;}
.mt40{margin-top: 0.4rem;}
.mt50{margin-top: 0.5rem;}
.mt60{margin-top: 0.6rem;}
.mt70{margin-top: 0.7rem;}
.mt80{margin-top: 0.8rem;}
.mt90{margin-top: 0.9rem;}
.mt100{margin-top: 1rem;}
.mt110{margin-top: 1.1rem;}
.mt120{margin-top: 1.2rem;}
.mt130{margin-top: 1.3rem;}
.mt140{margin-top: 1.4rem;}

/*==常用字号==*/
.tit-12 {font-size: 12px;}
.tit-13 {font-size: 13px;}
.tit-14 {font-size: 14px;}
.tit-15 {font-size: 15px;}
.tit-16 {font-size: 16px;}
.tit-17 {font-size: 17px;}
.tit-18 {font-size: 18px;}
.tit-19 {font-size: 19px;}
.tit-20 {font-size: 20px;}
.tit-21 {font-size: 21px;}
.tit-22 {font-size: 22px;}
.tit-23 {font-size: 23px;}
.tit-24 {font-size: 24px;}
.tit-25 {font-size: 25px;}
.tit-26 {font-size: 26px;}
.tit-27 {font-size: 27px;}
.tit-28 {font-size: 28px;}
.tit-29 {font-size: 29px;}
.tit-30 {font-size: 30px;}
.tit-31 {font-size: 31px;}
.tit-32 {font-size: 32px;}
.tit-33 {font-size: 33px;}
.tit-34 {font-size: 34px;}
.tit-35 {font-size: 35px;}
.tit-36 {font-size: 36px;}
.tit-37 {font-size: 37px;}
.tit-38 {font-size: 38px;}
.tit-39 {font-size: 39px;}
.tit-40 {font-size: 40px;}
.tit-41 {font-size: 41px;}
.tit-42 {font-size: 42px;}
.tit-43 {font-size: 43px;}
.tit-44 {font-size: 44px;}
.tit-45 {font-size: 45px;}
.tit-46 {font-size: 46px;}
.tit-47 {font-size: 47px;}
.tit-48 {font-size: 48px;}
.tit-49 {font-size: 49px;}
.tit-50 {font-size: 50px;}
.tit-51 {font-size: 51px;}
.tit-52 {font-size: 52px;}
.tit-53 {font-size: 53px;}
.tit-54 {font-size: 54px;}
.tit-55 {font-size: 55px;}
.tit-56 {font-size: 56px;}
.tit-57 {font-size: 57px;}
.tit-58 {font-size: 58px;}
.tit-59 {font-size: 59px;}
.tit-60 {font-size: 60px;}
.tit-61 {font-size: 61px;}
.tit-62 {font-size: 62px;}
.tit-63 {font-size: 63px;}
.tit-64 {font-size: 64px;}
.tit-65 {font-size: 65px;}
.tit-66 {font-size: 66px;}
.tit-67 {font-size: 67px;}
.tit-68 {font-size: 68px;}
.tit-69 {font-size: 69px;}
.tit-70 {font-size: 70px;}
.tit-71 {font-size: 71px;}
.tit-72 {font-size: 72px;}
.tit-73 {font-size: 73px;}
.tit-74 {font-size: 74px;}
.tit-75 {font-size: 75px;}
.tit-76 {font-size: 76px;}
.tit-77 {font-size: 77px;}
.tit-78 {font-size: 78px;}
.tit-79 {font-size: 79px;}
.tit-80 {font-size: 80px;}
@media (max-width: 768px) {
  .tit-14 {font-size: 12px;}
  .tit-16 {font-size: 14px;}
  .tit-18 {font-size: 16px;}
  .tit-20,.tit-24{font-size: 18px;}
  .tit-32,.tit-33 {font-size: 20px;}
  .tit-34 {font-size: 21px;}
  .tit-35 {font-size: 22px;}
  .tit-36 {font-size: 23px;}
  .tit-37 {font-size: 24px;}
  .tit-38 {font-size: 25px;}
  .tit-39 {font-size: 26px;}
  .tit-40 {font-size: 24px;}
  .tit-41 {font-size: 25px;}
  .tit-42 {font-size: 26px;}
  .tit-43 {font-size: 27px;}
  .tit-44 {font-size: 28px;}
  .tit-45 {font-size: 29px;}
  .tit-46 {font-size: 30px;}
  .tit-47 {font-size: 31px;}
  .tit-48 {font-size: 32px;}
  .tit-49 {font-size: 33px;}
  .tit-50 {font-size: 28px;}
  .tit-51 {font-size: 29px;}
  .tit-52 {font-size: 30px;}
  .tit-53 {font-size: 31px;}
  .tit-54 {font-size: 32px;}
  .tit-55 {font-size: 33px;}
  .tit-56 {font-size: 34px;}
  .tit-57 {font-size: 35px;}
  .tit-58 {font-size: 36px;}
  .tit-59 {font-size: 37px;}
  .tit-60 {font-size: 36px;}
  .tit-61 {font-size: 37px;}
  .tit-62 {font-size: 38px;}
  .tit-63 {font-size: 39px;}
  .tit-64 {font-size: 40px;}
  .tit-65 {font-size: 41px;}
  .tit-66 {font-size: 42px;}
  .tit-67 {font-size: 43px;}
  .tit-68 {font-size: 44px;}
  .tit-69 {font-size: 45px;}
  .tit-70 {font-size: 46px;}
  .tit-70 {font-size: 42px;}
  .tit-71 {font-size: 43px;}
  .tit-72 {font-size: 44px;}
  .tit-73 {font-size: 45px;}
  .tit-74 {font-size: 46px;}
  .tit-75 {font-size: 47px;}
  .tit-76 {font-size: 48px;}
  .tit-77 {font-size: 49px;}
  .tit-78 {font-size: 50px;}
  .tit-79 {font-size: 51px;}
  .tit-80 {font-size: 52px;}
}

.flex-1 {flex: 1;}
/* flex布局 */
.flex {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
/*默认 主轴为水平方向，起点在左端*/
.f-dr {-webkit-box-orient: horizontal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;}
/*主轴为水平方向，起点在右端*/
.f-dr-r {-webkit-box-orient: horizontal;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
/*主轴为垂直方向，起点在上沿*/
.f-dc {-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
/*主轴为垂直方向，起点在下沿*/
.f-dc-r {-webkit-box-orient: vertical;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}

/* 交叉轴的起点对齐 */
.f-as {-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;}
/* 交叉轴的中点对齐 */
.f-ac {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
/* 交叉轴的终点对齐 */
.f-ae {-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;}
/* 项目的第一行文字的基线对齐 */
.f-ab {-webkit-box-align: baseline;-webkit-align-items: baseline;-ms-flex-align: baseline;align-items: baseline;}
/* 交叉轴拉伸对齐 */
.f-ast {-webkit-align-items: stretch;-moz-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;}
/* 左对齐 */
.f-js {-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}
/* 居中 */
.f-jc {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
/* 右对齐 */
.f-je {-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}
/* 两端对齐，项目之间的间隔都相等 */
.f-jsb {-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
/* 每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍 */
.f-jsa {-webkit-box-pack: distribute;-webkit-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around;}
/* 换行，第一行在上方 */
.f-warp {-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
/* 换行，在第一行的下方 */
.f-warp-r {-webkit-flex-wrap: wrap-reverse;-moz-flex-wrap: wrap-reverse;-ms-flex-wrap: wrap-reverse;-o-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}
/* flex布局 */
.flex {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
/*默认 主轴为水平方向，起点在左端*/
.f-dr {-webkit-box-orient: horizontal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;}
/*主轴为水平方向，起点在右端*/
.f-dr-r {-webkit-box-orient: horizontal;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
/*主轴为垂直方向，起点在上沿*/
.f-dc {-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
/*主轴为垂直方向，起点在下沿*/
.f-dc-r {-webkit-box-orient: vertical;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
/* 交叉轴的起点对齐 */
.f-as {-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;}
/* 交叉轴的中点对齐 */
.f-ac {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
/* 交叉轴的终点对齐 */
.f-ae {-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;}
/* 项目的第一行文字的基线对齐 */
.f-ab {-webkit-box-align: baseline;-webkit-align-items: baseline;-ms-flex-align: baseline;align-items: baseline;}
/* 交叉轴拉伸对齐 */
.f-ast {-webkit-align-items: stretch;-moz-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;}
/* 左对齐 */
.f-js {-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}
/* 居中 */
.f-jc {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
/* 右对齐 */
.f-je {-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}
/* 两端对齐，项目之间的间隔都相等 */
.f-jsb {-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
/* 每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍 */
.f-jsa {-webkit-box-pack: distribute;-webkit-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around;}
/* 换行，第一行在上方 */
.f-warp {-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;}
/* 换行，在第一行的下方 */
.f-warp-r {-webkit-flex-wrap: wrap-reverse;-moz-flex-wrap: wrap-reverse;-ms-flex-wrap: wrap-reverse;-o-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}

/* 头部 */
.Header-wrapper {position: fixed;width: 100%;left: 0;top: 0;background-color: rgb(255, 255, 255);z-index: 99;line-height: 100px;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
/* .Header-wrapper:after {content: "";position: absolute;left: 0;bottom: 0;z-index: 0;width: 100%;height: 1px;background-color: #fff;opacity: .3;transition: opacity .3s;} */
.Header-wrapper.on {box-shadow: 0 2px 10px rgb(0 0 0 / 5%);}
/* .Header-wrapper.on::after {opacity: 0;} */
#c-header.c-head-move {top: -100px;}
.Header-container {}
.Header-container .logo {}
.Header-container .logo {}
.Header-container .logo a {display: flex;align-items: center;font-size: 0;}
.Header-container .logo a img{width: auto;display: block;height: 0.4rem;}
.Header-container .fr {display: flex;align-items: center;font-size: 0;}
@media all and (min-width:1000px){
	.Header-container .c-nav {display: flex;align-items: center;font-size: 18px;flex-wrap: wrap;}
	.Header-container .c-nav>li {position: relative;margin-right: 0.6rem;}
	.Header-container .c-nav>li .c-title-box{display: flex;align-items: center;justify-content: center;color: #fff;}
	.Header-container .c-nav>li .c-title-box>a {display: block;}
	.Header-container .c-nav>li.active .c-title-box,.Header-container .c-nav>li:hover .c-title-box{color: #C80000 !important;}
	.Header-container .c-nav>li .c-title-box i {margin-left: 0.06rem;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
	.Header-container .c-nav>li>ul {min-width: 200px;position: absolute;top: 100%;left: 50%;margin-top: 0;background-color: #fff;z-index: 2;-webkit-transform: translate(-50%, 10px);-ms-transform: translate(-50%, 10px);transform: translate(-50%, 10px);-webkit-border-radius: 2px;-ms-border-radius: 2px;border-radius: 2px;padding: 15px 20px;opacity: 0;pointer-events: none;-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);-ms-transition: all .3s cubic-bezier(.645, .045, .355, 1);transition: all .3s cubic-bezier(.645, .045, .355, 1);box-shadow: 0 5px 50px rgb(0 0 0 / 10%);}
	.Header-container .c-nav>li:hover>ul {pointer-events: all;-webkit-transform: translate(-50%);-ms-transform: translate(-50%);transform: translate(-50%);-webkit-transition-delay: .1s;-ms-transition-delay: .1s;transition-delay: .1s;opacity: 1;}
	.Header-container .c-nav>li>ul>li:not(:last-child) {border-bottom: 1px solid #efefef;}
	.Header-container .c-nav>li>ul>li>a {display: block;position: relative;font-size: 16px;padding: 15px 0;color: #58595b;-webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1);-ms-transition: color .3s cubic-bezier(.645, .045, .355, 1);transition: color .3s cubic-bezier(.645, .045, .355, 1);line-height: initial;text-align: center;letter-spacing: 1px;}
	.Header-container .c-nav>li>ul>li>a:before {content: "";position: absolute;top: 7px;bottom: 7px;left: -20px;width: 4px;background: #C80000;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transition: -webkit-transform .3s cubic-bezier(.162, .85, .45, 1);transition: transform .3s cubic-bezier(.162, .85, .45, 1);}
	.Header-container .c-nav>li>ul>li:hover>a:before {-ms-transform-origin: top;-webkit-transform-origin: top;transform-origin: top;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1)}
	.Header-container .c-nav>li>ul>li:hover>a {color: #C80000;}
	.Header-wrapper .Header-container .c-nav>li .c-title-box{color: #000;}
}

.Header-container .tool {display: flex;align-items: center;color: #000;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.Header-wrapper.on .Header-container .tool {color: #000;}
.Header-container .tool .search {}
.Header-container .tool .search i {position: relative;font-size: 24px;/*padding-right: 0.18rem;margin-right: 0.2rem;*/cursor: pointer;vertical-align: middle;}
/*.Header-container .tool .search i::after {position: absolute;content: '';right: 0;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 1px;height: 20px;background-color: rgb(255, 255, 255, .3);}*/
/*.Header-wrapper .Header-container .tool .search i::after {background-color: rgb(0, 0, 0, .3);}*/
.Header-container .tool .language {position: relative;}
.Header-container .tool .language a {display: flex;align-items: center;color: white;}
.Header-container .tool .language i {font-size: 24px;}
.Header-container .tool .language p {font-size: 16px;margin-left: 0.08rem;display: flex;align-items: center;}
.Header-container .tool .language p::after {display: inline-block;margin-left: 5px;content: "\e60a";font-size: 12px;font-family: 'iconfont';-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.Header-container .tool .language.on p::after {-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);-ms-transform: rotate(180deg);}
.Header-container .tool .language .language_down {display: none;position: absolute;z-index: 2;left: 5px;top: 100%;width: 100%;height: auto;background: #C80000;text-align: left;-webkit-transition: top 0.3s;-moz-transition: top 0.3s;-ms-transition: top 0.3s;-o-transition: top 0.3s;transition: top 0.3s;}
.Header-container .tool .language .language_down a {display: block;font-size: 14px;line-height: 1.3;padding: 10px 15px;color: rgba(255, 255, 255, .8);-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;text-align: center;}
.Header-container .tool .language .language_down a:hover {background-color: #3F3B3A;}
.Header-wrapper .Header-container .tool .language>a {color: #000;}

/*顶部导航开关*/ 
#c-header .c-switch {display: none;width: 24px;height: 20px;cursor: pointer;}
#c-header .c-switch i {position: relative;display: block;height: 2px;background: #000;-webkit-transition: all 0.3s;transition: all 0.3s;}
#c-header .c-switch i:nth-child(1) {top: 0;}
#c-header .c-switch i:nth-child(3) {bottom: 0;}
#c-header .c-switch i:nth-child(2) {margin: 6px 0;}
#c-header.on .c-switch i {background: #333;}
body.c-open #c-header .c-switch i:nth-child(2) {opacity: 0;}
body.c-open #c-header .c-switch i:nth-child(1) {top: 8px;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
body.c-open #c-header .c-switch i:nth-child(3) {bottom: 8px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
@media (max-width: 1000px) {
	#c-header .c-switch {display: block;}
	.Header-wrapper{line-height: 60px;}
	.Header-container .tool .search{height: 60px;}
	.Header-container .c-nav{height: 0;}
	.Header-container .tool{padding-right: 0.24rem;}
	.Header-container .tool .language p{margin-left: 0.12rem;}
	.Header-container .logo a img{height: 28px;}
	.mt{margin-top: 60px;}
	/*顶部移动端导航*/
	#c-header .c-nav {position: absolute;top: 60px;left: 0;width: 100%;height: 0;line-height: 50px;background: #fff;overflow-y: auto;transition: all 0.5s;text-align: left;overflow-x: hidden;}
	#c-header .c-nav>li:last-child {border-bottom: 1px solid #f1f1f1;}
	#c-header .c-nav li {width: 100%;padding: 0 4%;border-top: 1px solid #f1f1f1;}
	#c-header .c-nav li .c-title-box {display: flex;align-items: center;justify-content: space-between;}
	#c-header .c-nav li a {display: block;color: #333;-webkit-transition: all 0.3s;transition: all 0.3s;font-size: 16px;min-width: calc(100% - 50px);}
	#c-header .c-nav li i {font-size: 20px;color: #333;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;    width: 20px;height: 50px;text-align: center;line-height: 50px;}
	#c-header .c-nav li.on .c-title-box i{transform: rotate(180deg);}
	#c-header .c-nav li a:hover,
	#c-header .c-nav li.on > a {color: #C80000;}
	#c-header .c-nav li ul {display: none;}
	.c-open #c-header .c-nav {height: calc(100vh - 60px);}
}
@media (max-width: 768px) {
	#c-header .c-nav li {padding: 0 4%;}
	#c-header .c-nav ul li{font-size: 16px;line-height: 45px;}
}

/* 底部 */
.Footer-wrapper {background-color: #2E2E2E;}
.Footer-container {}
.Footer-container .top {border-bottom: 1px solid rgba(255, 255, 255, 0.15);padding: 0.36rem 0;display: inline-block;width: 100%;}
.Footer-container .top .foot_logo {}
.Footer-container .top .foot_logo img {height: 0.52rem;}
.Footer-container .top .foot_link {}
.Footer-container .top .foot_form{
	position: relative;
}
.Footer-container .top .foot_form input{
	width: 4.6rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background-color: #484848;
	font-size: 16px;
	color: rgb(255, 255, 255, .8);
	border: none;
	padding-left: 0.24rem;
}
.Footer-container .top .foot_form input::placeholder{
	color: #cacaca;
}
.Footer-container .top .foot_form button{
	position: absolute;
	width: 0.6rem;
	height: 0.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	bottom: 0;
	background-color: transparent;
	border: none;
}
.Footer-container .top .foot_form button i{
	font-size: 0.36rem;
	color: #fff;
}
.media_ul {}
.media_ul li {margin-right: 8px;}
.media_ul li:last-child {margin-right: 0;}
.media_ul li a {display: flex;align-items: center;justify-content: center;width: 0.4rem;height: 0.4rem;background-color: #3b5999;color: white;border-radius: 50%;font-size: 0;}
.media_ul li a i {font-size: 0.2rem;}
.media_ul li:nth-child(1) a {background-color: #1278F3;}
.media_ul li:nth-child(2) a {background-color: #0A66C2;}
.media_ul li:nth-child(3) a {background-color: #FB0204;}
.media_ul li:nth-child(4) a {background-color: #1D9BF0;}
.media_ul li:nth-child(5) a {background-color: #DA4369;}
.media_ul li:nth-child(6) a {background-color: #FF0013;}
.media_ul li:nth-child(7) a {background-color: #04C15F;}
.Footer-container .mid {position: relative;padding: 0.8rem 0;letter-spacing: 0.5px;}
.Footer-container .mid::after {
    position: absolute;
    content: "";
    display: block;
    top: 0.36rem;
	right: 0;
    width: 3.6rem;
    height: 3.53rem;
    background: url("../images/foot_bg.png") no-repeat center;
    z-index: 1;
}
.Footer-container .mid ul {}
.Footer-container .mid ul li {float: left;overflow: hidden;}
.Footer-container .mid ul li p {font-size: 22px;line-height: 1.5;color: #fff;display: block;margin-bottom: 0.25rem;font-family: 'MR';}
.Footer-container .mid ul li p i{margin-left: 0.06rem;}
.Footer-container .mid ul li .foot_nav_link a {font-size: 16px;color: #bbb;color: rgb(255, 255, 255, .8);line-height: 2;display: block;}
.Footer-container .mid ul li a:hover {text-decoration: underline;}
.Footer-container .mid ul li.lxwm {max-width: 450px;margin-right: 0;}
.Footer-container .mid ul li dl {}
.Footer-container .mid ul li dd {position: relative;font-size: 16px;line-height: 20px;color: rgb(255, 255, 255, .8);margin-bottom: 16px;padding-left: 26px;}
.Footer-container .mid ul li dd:last-child{margin-bottom: 0;}
.Footer-container .mid ul li dd i {position: absolute;left: 0;top: 0;font-size: 18px;color: rgb(255, 255, 255, .8);}
.Footer-container .bot {font-size: 16px;line-height: 1.4;color: rgb(255, 255, 255, .8);text-align: center;padding: 0.3rem 0;border-top: 1px solid rgba(255, 255, 255, 0.15);letter-spacing: 0.5px;}
.Footer-container .bot a {font-size: 16px;color: rgb(255, 255, 255, .8);}

/* 中间+共用部分 */

/* ind_banner */
.i_banner .swiper-pagination-bullet,.i_mb_banner .swiper-pagination-bullet{background-color: white;opacity: 1;}
.i_banner .swiper-pagination-bullet-active,.i_mb_banner .swiper-pagination-bullet-active{background-color: #C80000;}
.ban_txt{position: absolute;width: 92%;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);text-align: center;color: #fff;}
.ban_txt h3{font-size: 0.48rem;font-weight: 700;text-shadow: 4px 4px 8px rgba(9, 8, 8, .35);}
.ban_txt p{font-size: 18px;margin: 0.18rem 0 0.45rem;text-shadow: 0px 2px 2px rgba(9, 8, 8, .35);}
.ban_txt a{display: inline-block;padding: 0.13rem 0.36rem;background-color: #cb0000;border-radius: 0.5rem;}

/* com_page */
.com_page {display: flex;align-items: center;justify-content: center;padding-top: 0.55rem;}
.com_page a,.com_page span {width: .5rem;height: .5rem;border-radius: 50%;display: flex;align-items: center;justify-content: center;border: 1px solid #eee;font-size: .16rem;color: #333;/* background: #fff; */margin: 0 .05rem;transition: all .3s;min-width: 30px;min-height: 30px;}
.com_page a.page-num-current,.com_page a:hover {border-color: #C80000;background: #C80000 !important;color: #fff;}
.com_page a:last-child,.com_page a:first-child {background-color: #eff2f7;}
.com_page a:last-child::after,.com_page a:first-child::after {font: normal normal normal 14px/1 FontAwesome;font-size: inherit;}
.com_page a:first-child::after {content: "\f104";}
.com_page a:last-child::after {content: "\f105";}
.no_page{font-size: 18px;line-height: 5em;text-align: center;}
/* md-sideBar */
.md-sideBar {position: fixed;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);right: 0.1rem;z-index: 200;box-shadow: 0 0.8rem 1.4rem 1px hsl(0deg 0% 80% / 35%);}
.md-sideBar .side_item {display: block;width: auto;position: relative;cursor: pointer;zoom: 1;}
.md-sideBar .side_item:hover .bd {right: 100%;opacity: 1;-webkit-transition: all 0.5s;transition: all 0.5s;width: auto;}
.md-sideBar .side_item .hd {width: 0.6rem;height: 0.6rem;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;border-bottom: 1px solid #ececec;position: relative;z-index: 202;background-color: #fff;}
.md-sideBar .side_item .hd i {font-size: 0.3rem;color: #C80000;}
.md-sideBar .side_item .bd {color: #C80000;position: absolute;right: 100%;top: 0;background-color: #fff;padding: 0 0.18rem;white-space: nowrap;-webkit-transition: all 0.5s;transition: all 0.5s;opacity: 0;right: 0;width: 0;overflow: hidden;font-size: 18px;line-height: 0.6rem;z-index: 201;}
.md-sideBar .side_item .bd.wx{padding: 0.08rem;}
.md-sideBar .side_item:hover .bd.wx{width: calc(100px + 0.16rem);}
.md-sideBar .side_item .bd img{width: 100px;height: 100px;}

/* tc_search s */
.tc_search {position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 10001;pointer-events: none;filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.tc_search.act {filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;display: block;pointer-events: auto;}
.tc_search form {width: 9.6rem;max-width: 80%;margin: 0 auto;padding: 0 20px;border-bottom: 2px solid #eee;height: 0.7rem;position: relative;overflow: hidden;z-index: 2;}
.tc_search input {width: 80%;height: 0.7rem;font-size: 0.34rem;color: #c1c1c1;box-shadow: none;-webkit-appearance: none;float: left;border-right: 0;background: none;}
.tc_search input::placeholder {color: #c1c1c1;}
.tc_search button {max-width: 20%;height: 0.7rem;border: 0;line-height: 0.7rem;color: #c1c1c1;cursor: pointer;text-transform: uppercase;float: right;font-size: 0.48rem;background-color: transparent;}
.tc_search .search_bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .85);z-index: 0;}
/* tc_search e */


/* c_more s */
.c_more{display: block;border-radius: 3px;width: 180px;height: 55px;line-height: 55px;color: #fff;text-align: center;margin-top: 9vh;font-size: 0;transition: 0.36s;background-image: -moz-linear-gradient( 0deg, rgb(41,67,159) 0%, rgb(38,111,204) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(41,67,159) 0%, rgb(38,111,204) 100%);background-image: -ms-linear-gradient( 0deg, rgb(41,67,159) 0%, rgb(38,111,204) 100%);}
.c_more span{display: inline-block;vertical-align: middle;font-size: 16px;}
.c_more i.fa{font-size: 18px;margin-left: 12px;vertical-align: middle;}
.c_more:hover{box-shadow: 3px 5px 12px 0 rgba(0, 0, 0, 0.12);transform: translateY(-3px);}
/* c_more e */

/* i_tit s */
.i_tit{
	line-height: 1.5;
	color: #424242;
}
.i_tit.white{
	color: #fff;
}
.i_tit span{
	font-size: 0.2rem;
}
.i_tit h3{
	font-size: 0.44rem;
	font-weight: 700;
	margin: 0.06rem 0;
}
.i_tit p{
	font-size: 18px;
	color: #535353;
}
.i_tit.white p{
	color: #fff;
}
/* i_tit e */



/* n_ban */
.n_ban {position: relative;height: 5rem;background-repeat: no-repeat;background-position: center;background-size: cover;}
.n_ban .ban_txt {position: absolute;left: 50%;top: 50%;-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);color: #fff;text-align: center;}
.n_ban .ban_txt h3 {font-size: 0.48rem;font-weight: 700;}
.n_ban .ban_txt p {font-size: 0.22rem;margin-top: 0.24rem;}

/* sort_nav */
.sort_nav {border-bottom: 1px solid #e8e8e8;}
.sort_nav .w16 {display: flex;justify-content: space-between;align-items: center;min-height: 90px;}
.sort_nav .tit {display: none;color: white;padding: 0 15px;font-size: 14px;height: 42px;background: #C80000;align-items: center;color: #fff;}
.sort_nav .tit h3 {font-size: 16px;text-align: left;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}
/* sort_nav_view */
.sort_nav_view {}
.sort_nav_view ul {display: flex;align-items: center;}
.sort_nav_view ul li {margin-left: 0.5rem;}
.sort_nav_view ul li a {position: relative;font-size: 18px;display: block;line-height: 90px;color: #111;}
.sort_nav_view ul li a:hover {color: #C80000;}
.sort_nav_view ul li.active a {color: #C80000;}
.sort_nav_view ul li.active a::after {content: "";display: block;width: 100%;height: 2px;position: absolute;bottom: -1px;left: 0;background-color: #C80000;}

/* crumbs */
.crumbs {/* border-bottom: 1px solid #eee; */}
.crumbs {padding-left: 25px;background: url('../images/ico_home.png') no-repeat center;background-position: 0 center;display: flex;align-items: center;}
.crumbs a {font-size: 18px;color: #666;display: inline-flex;align-items: center;}
.crumbs a:not(:last-child)::after {font: normal normal normal 14px/1 FontAwesome;content: "\f105";display: inline-block;margin: 0 0.08rem;}
.crumbs a:hover {color: #C80000;}

/* bg */
.white_bg {background-color: white;}
.grey_bg {background-color: #fafafa;background-color: #EFF2F7;/* background-color: #f7f9fa; */}

/* com_page */
.com_page {display: flex;align-items: center;justify-content: center;padding-top: 0.55rem;}
.com_page a,.com_page span {width: .5rem;height: .5rem;border-radius: 50%;display: flex;align-items: center;justify-content: center;border: 1px solid #eee;font-size: .16rem;color: #333;/* background: #fff; */margin: 0 .05rem;transition: all .3s;min-width: 32px;min-height: 32px;}
.com_page a.page-num-current,.com_page a:hover {border-color: #C80000;background: #C80000 !important;color: #fff;}
.com_page a:last-child,.com_page a:first-child {background-color: #fff;}
.com_page a:last-child::after,.com_page a:first-child::after {font: normal normal normal 14px/1 FontAwesome;font-size: inherit;}
.com_page a:first-child::after {content: "\f104";}
.com_page a:last-child::after {content: "\f105";}

/* n_tit */
.n_tit{color: #212121;}
.n_tit p{font-size: 16px;line-height: 1.5;text-transform: uppercase;}
.n_tit h3{position: relative;font-size: 0.3rem;line-height: 1.3;font-weight: 700;padding-bottom: 0.15rem;margin-bottom: 0.45rem;}
.n_tit h3::after {content: '';display: block;width: 35px;height: 2px;background: #C80000;position: absolute;left: 0;bottom: 0;}
.n_tit.tac{text-align: center;}
.n_tit.tac h3::after{left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}

/* morelink */
.morelink {display: inline-block;position: relative;font-size: 16px;line-height: 30px;color: #fff;padding: 10px 40px;background-color: #C80000;border: 1px solid #C80000;border-radius: 5px;text-transform: capitalize;transition: all 0.3s;cursor: pointer;}
.morelink:hover {color: #C80000;}

/* btn-3 */
.btn-3 {position: relative;z-index: 1;overflow: hidden;}
.btn-3:before {content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color: transparent transparent transparent #fff;position: absolute;bottom: -5px;left: -5px;transition: all .5s;z-index: -1;}
.btn-3:after {content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color: transparent #fff transparent transparent;position: absolute;top: -5px;right: -5px;transition: all .5s;z-index: -1;}
.btn-3:hover:before {border-width: 300px 0 0 300px;}
.btn-3:hover:after {border-width: 0 300px 300px 0;}

/* swiper-page01 */
.swiper-page01.swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 0;}
.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #C80000;width: 30px;height: 8px;border-radius: 4px;}

/* ====================首页样式========================= */

/* 产品中心 s */
.i_pro{
	background: url("../images/i_pro_bg.jpg") no-repeat center top;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 0.6rem 0 0.9rem;
	margin: 0.6rem 0;
}
.i_pro .i_tit{
	width: 5.2rem;
}
.i_pro .con{}
.i_pro ul{} 
.i_pro ul li{}
.i_pro ul li a{
	display: block;
	border-radius: 0.1rem;
	background-color: #fff;
	padding: 0.5rem 0.3rem 0.25rem;
	border-radius: 0.05rem;
	box-shadow: 0px 0px 0.15rem rgba(0, 0, 0, 0.15);
	text-align: center;
}
.i_pro ul li .tit{
	line-height: 1.5;
	height: 3em;
}
.i_pro ul li .pic{}
.i_pro ul li .pic img{}
.i_pro .tool{
	overflow: hidden;
}
.i_pro .tool .fl{}
.i_pro .tool .fl a{
	display: inline-block;
	padding: 0.12rem 0.35rem;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	border-radius: 0.5rem;
}
.i_pro .tool .fl a:hover{
	background-color: #C80000;
	border-color: #C80000;
}
.i_pro .tool .fr{}
.i_pro .tool .fr div{
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin-left: 0;
	border: 1px solid #C80000;
	border-radius: 50%;
	width: 0.52rem;
	height: 0.52rem;
	margin-top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.i_pro .tool .fr div:hover{
	background-color: #C80000;
}
.i_pro .tool .fr .swiper-button-prev{
	
}
.i_pro .tool .fr .swiper-button-next{
	margin-left: 0.36rem;
}
.i_pro .tool .swiper-button-next:after,.i_pro .tool .swiper-button-prev:after{
	font-size: 0.24rem;
	color: #C80000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.i_pro .tool .fr div:hover::after{
	color: #fff;
}
.location .left i{
	font-size: 16px;
}
/* 产品中心 e */

/* 关于我们 s */
.i_ab{
	position: relative;
	background: url('../images/i_ab_bg.jpg') no-repeat center/cover;
	color: #fff;
}
.i_ab::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.i_ab .w16{
	position: relative;
	z-index: 2;
}
.i_ab .top{}
.i_ab .top .tit{
	font-weight: 700;
}
.i_ab .top a{
	display: inline-block;
	font-size: 16px;
	padding: 0.15rem 0.4rem;
	border: 1px solid #9fa5b2;
	border-radius: 0.4rem;
	background-color: transparent;
	color: #fff;
}
.i_ab .top a:hover{
	background-color: #fff;
	color: #C80000;
}
.i_ab .num{
	margin: 0.7rem 0 0.9rem;
}
.i_ab .num ul{}
.i_ab .num ul li{
	width: 25%;
}
.i_ab .num ul li .col{}
.i_ab .num ul li .col span{
	font-size: 0.72rem;
	font-weight: 700;
}
.i_ab .num ul li .col sup{
	font-size: 0.24rem;
}
.i_ab .num ul li p{
	font-size: 16px;
	line-height: 1.5;
	margin-top: 0.12rem;
}
.i_ab .info{
	width: 60%;
	line-height: 2.15;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-align: justify;
}
/* 关于我们 e */

/* 解决方案 s */
.i_sol{}
.i_sol .fl{
	width: 38.75%;
}
.i_sol .fl .box{
	margin: 0.5rem 0 0.4rem;
	width: 100%;
}
.i_sol .fl .info{
	display: none;
}
.i_sol .fl .swiper-slide-active .info{
	display: block;
}
.i_sol .fl .info .t1{
	font-weight: 700;
	line-height: 1.1;
	color: #c80000;
}
.i_sol .fl .info .p1{
	line-height: 1.75;
	height: 5.25em;
	color: #3c3c3c;
	margin: 0.15rem 0 0.3rem;
}
.i_sol .fl .info a{
	display: inline-block;
	padding: 0.12rem 0.32rem;
	background-color: #C80000;
	color: #fff;
	border-radius: 0.4rem;
}
.i_sol .fl .text{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}
.i_sol .fl .text h4{
	margin-bottom: 0.1rem;
	width: 100%;
}
.i_sol .fl .text a{
	font-size: 16px;
	color: #000;
	font-weight: 700;
}
.i_sol .fl .text a:hover{
	color: #c80000;
}
.i_sol .fr{
	width: 50%;
}
.i_sol .fr ul{}
.i_sol .fr ul li{}
.i_sol .fr ul li a{}
.i_sol .fr ul li .pic{}
.i_sol .fr ul li .pic img{}

.i_sol .fr .swiper-button-prev,.i_sol .fr .swiper-button-next{
	margin-left: 0;
	border: 1px solid #666666;
	border-radius: 50%;
	width: 0.52rem;
	height: 0.52rem;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.i_sol .fr div:hover{
	background-color: #C80000;
	border-color: #c80000;
}
.i_sol .fr .swiper-button-prev{
	
}
.i_sol .fr .swiper-button-next{
	margin-left: 0.36rem;
}
.i_sol .fr .swiper-button-next:after,.i_sol .fr .swiper-button-prev:after{
	font-size: 0.24rem;
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.i_sol .fr div:hover::after{
	color: #fff;
}
/* 解决方案 e */

/* 新闻中心 s */
.i_news{
	background-color: #f7f9f9;
}
.i_news .top{}
.i_news .news_nav{}
.i_news .news_nav a{
	display: inline-block;
	font-size: 0.2rem;
	padding: 0.12rem 0.35rem;
	color: #000;
	border-bottom: 1px solid #c5c5c5;
}
.i_news .news_nav a.active{
	border-color: #c80000;
}
.i_news .box{}
.i_news .box .item{
	display: none;
	margin: 0 -0.12rem;
}
.i_news .box .item .swiper{
	padding: 0.12rem;
}
.i_news .box .item.show{
	display: block;
}
.i_news .box ul{}
.i_news .box ul li{}
.i_news .box ul li a{
	display: block;
	background-color: #fff;
}
.i_news .box ul li:hover a{
	box-shadow: 0.05rem 0.05rem 0.12rem rgb(0, 0, 0,.3);
}
.i_news .box ul li .pic{}
.i_news .box ul li .info{
	line-height: 1.5;
	color: #454545;
	padding: 0.3rem;
}
.i_news .box ul li .info .tit{
	font-weight: 700;
}
.i_news .box ul li .info .des{
	line-height: 1.75;
	height: 5.25em;
	color: #4a4a4a;
	margin-top: 0.12rem;
}
.i_news .box ul li .info .date{
	color: #4a4a4a;
	margin-top: 0.25rem;
}
/* 新闻中心 e */

/* 合作伙伴 s */
.i_par{
	padding: 0.7rem 0 1rem;
	background: url('../images/i_partner.gif') no-repeat center;
	background-size: 5.15rem auto;
	background-position: 85% .5rem;
}
.i_par .con{
	margin: 0.5rem -10px 0;
}
.i_par .con .swiper{
	width: 60%;
	height: 260px;
	margin-left: 0;
	padding: 10px;
}
.i_par li{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.i_par li a{
	display: inline-block;
	width: 25%;
	max-height: 120px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.i_par li a img{
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	max-height: 120px;
}
.i_par li a:hover{
    box-shadow: 0 0 8px 0 #82889861;
}
/* 合作伙伴 e */

/* ====================内页样式========================= */

/* ====================关于样式========================= */

/* 公司简介 s */
.introduce{ background: url("../images/introducebg.jpg") no-repeat center center; background-size: cover;}
.introduce .txt{ width:56% ; padding: 50px 30px;}
.introduce .img{ width: 44%;}
.introduce .paly{z-index: 20;width: 100px;cursor: pointer;background: #fff;border-radius: 50%;height: 100px;position: absolute;left: 50%;margin-left: -50px; margin-top: -50px;top: 50%;box-shadow: 0 0 rgba(255, 255, 255, 0.1),0 0 0 15px rgba(255, 255, 255, 0.1),0 0 0 30px rgba(255, 255, 255, 0.1);animation: ripple-wave1 1s linear infinite;animation-play-state: running;opacity: 1;visibility: visible;transform: scale(1);transform: scale(0.8);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);}
#slideVideo{ width: 100%;  height: 100%;}
.introduce  .scoll{ max-height:420px; overflow-y: scroll;    }
.introduce  .scoll::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 3px;}
.introduce  .scoll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: #C80000; width: 3px; }
.introduce  .scoll::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: rgba(0,105,108,.05); width: 3px; }
/* 公司简介 e */

/* 发展历程 s */
.history{ background: url("../images/historybg.jpg") no-repeat center center; background-size: cover;} 
.history-top{ margin: 1rem 0;}
.history-top .years{ font-size: 100px;} 
/*.history-top .text{min-height: 6em}*/
.history-thumbs .yuan{ width: 40px; height: 40px;}
.history-thumbs .yuan i{ display: block; width:20%  ; height: 20%;}
.history-thumbs .yuan::after{ width: 100%; transform: scale(0); transition: all .36s; height: 100%; position: absolute; left: 0%; top: 0%; background-color: rgba(255, 255, 255, .4); display: block; content: ''; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.history-thumbs .yuan i::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 20px;
    height: 20px;
    margin: -10px auto auto -10px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    background-color: #C80000 ;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
	-webkit-animation: pulsate 3s cubic-bezier(.2,1,.2,1) infinite;
	animation: pulsate 3s cubic-bezier(.2,1,.2,1) infinite;
}
@-webkit-keyframes pulsate {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(3)
    }
}

@keyframes pulsate {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(3)
    }
}
.history-thumbs  .swiper-slide-thumb-active .yuan::after{ transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.historyBot::after{ width: 100%; height: 1px; position: absolute; left: 0; top: 20px; background: rgba(255, 255, 255, 0.25); z-index: 1; display: block; content: '';}

.history .next,.history .prev{ display: none;border: 1px solid rgba(255, 255, 255, .4); position: absolute; z-index: 20; top: 50%; width: 60px; height: 60px; margin-top: -50px;    box-shadow: 0 0 10px rgba(0, 0, 0, .15);}
.history .prev{ left: -30px;}
.history  .next{ right: -30px;}
.history  .next:hover,.history .prev:hover{ background-color: #C80000;color: #fff;}
.history .next.swiper-button-disabled,.history .prev.swiper-button-disabled{ display: none ;}

#historySwiper .swiper-slide .txt{ justify-content: center; padding: 0 50px;}
#historySwiper .swiper-slide .txt .f18{ position: relative; z-index: 10;}
#historySwiper .swiper-slide .txt .f240{ font-size: 2.4rem; color: rgba(0,0,0,0.05);z-index: 2; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
/* 发展历程 e */

/* 荣誉资质 s */
.honor{ background: url("../images/honorbg.jpg") no-repeat center center; background-size: cover;overflow: hidden;}
.honor  .next,.honor .prev{ border: 1px solid rgba(255, 255, 255, .4); position: absolute; z-index: 20; top: 50%; width: 60px; height: 60px; margin-top: -30px;}
.honor .prev{ left: -100px;}
.honor  .next{ right: -100px;}
.honor  .next:hover,.history .prev:hover{ background-color: #C80000; color: #fff;}
.honor .swiper-button-disabled{ display: none ;}
.honor .swiper-slide{ background: #fff; background-size: 40% auto;  } 
.honor .swiper-slide{ width: 100%;}
/* 荣誉资质 e */

/* 企业文化 s */
 .Culture{background: url("../images/culturebg.jpg") no-repeat center bottom;background-size: 100% auto;}
 .Culture li{ width: 50%; height: 50%; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;}
 .Culture li  div{ position: relative; z-index: 5; }
 .Culture li::after{ width: 110%; height: 110%; position: absolute; top: -5%; left: -5%; z-index: 1; background-color: #bd171b; display: block; content: ''; transition:all .42s ; opacity: 0; transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); -webkit-transition:all .42s ; -moz-transition:all .42s ; -ms-transition:all .42s ; -o-transition:all .42s ;
 box-shadow: 0 0 10px rgba(0, 0, 0, .15);}
.Culture li:hover::after{ opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.Culture li:hover div{ color: #fff;}
.Culture .img img{ width: 100%; height: 100%; object-fit: cover;}
/* 企业文化 e */

/* 公司实力 s */
.strength{ background: #fff url("../images/strengthbg.jpg")  no-repeat center center; background-size:cover;}
.strength .next,.strength .prev{ position: relative;border: 1px solid rgba(255, 255, 255, .4); z-index: 20; top: 50%; width: 60px; height: 60px; margin-top: -30px;}
.strength .next:hover,.strength .prev:hover{ background-color: #C80000; color: #fff;}
/* 公司实力 e */

/* 合作伙伴 s */
.customerUl li{ margin-bottom: 30px; width: 23.5%; margin-right: 2%; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.customerUl li .img { height: 1.45rem;}
.customerUl li .img img{ max-height: 90%; max-width: 90%;}
.customerUl li:nth-child(4n){ margin-right: 0;}
.customerUl li:hover{ border-color: #fff; box-shadow: 0 0 10px rgba(200 ,0, 0, .5);}
/* 合作伙伴 e */

/* 企业文化 s */
/* 企业文化 e */


/* ====================产品样式========================= */

/* 产品列表 s */
#content {
    align-items: flex-start;
}
.proLeft{ width: 28%;}
.proRight{ width: 72%;}

/* .proLeft dl dt{ height: 70px; line-height: 70px; border-bottom: 1px solid #e5e5e5;}
.proLeft dl a{ display: block;}
.proLeft dl ul{padding-left:20px ;}
.proLeft dl dd{ padding: 20px 10px 20px 0;font-size: 16px;line-height: 1.75; border-bottom: 1px solid #e5e5e5;   position: relative;}
.proLeft dl a:hover{ color: #c80000;}
.proLeft dl ul{ display: none;}
.proLeft dl i{ position: absolute; transition: all .36s;color: #c80000; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.proLeft dl dd i{right: 30px; opacity: 0;}
.proLeft dl.on dt a{ font-weight: bold;color: #c80000;}
.proLeft dl.on ul{ display: block; }
.proLeft dl dd:hover i{ right: 0; opacity: 1;}
.proLeft dl dt .an{ width: 50px; height: 50px; background: url(../images/jia.png) no-repeat center center; cursor: pointer; background-size: 40% auto; }
.proLeft dl.on  .an{ background: url(../images/jian.png) no-repeat center center;background-size: 40% auto; */}
.proMenu{
	display: none;
}
.proLeft .tit .proTit{
	line-height: 75px;
	height: 75px;
}
.proLeft .on .proTit{
	background:rgb(204,0,0);
}
.proLeft .on .pr1{
	color: #fff;
}
.proLeft .on .pr2{
	width: 14px;
	height:2px;
	background: url(../images/arw.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.pr1{
	display: block;
	font-size:18px;
	color:#333;
}
.proBox {
	margin-bottom:5px;
}
.proShow:hover .pr3,.proShow.active .pr3{
	color:rgb(204,0,0);
}
.proShow:hover .pr4{
	width: 6px;
	height:10px;
	background: url(../images/arc.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.proTit{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 25px;
	background: rgb(245,245,245);
	height: 55px;
	line-height: 55px;
	cursor: pointer;
}
.proTit .pr1{
	width: calc(100% - 30px);
}
.proLeft .on .proTit {
    background: rgb(200, 0, 0);
}
.proShow{
	display: flex;
	justify-content: space-between;
	padding: 12px 25px;
	background: rgb(245,245,245);
}

.proMenu{
	padding:15px 0 15px 0;
	background: rgb(245,245,245);
	display: none;
	line-height: 1.3;
}
.pr2{
	width: 14px;
	height:14px;
	background: url(../images/arb.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.pr4{
	width: 6px;
	height:10px;
	background: url(../images/ard.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	top:6px;
}
.pr3{
	font-size: 16px;
	line-height: 1.5;
	color: #555555;
}
.proLeft .on .pr1{
	color: #fff;
}
.proLeft .on .pr2{
	width: 14px;
	height:2px;
	background: url(../images/arw.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.proLeft .proBox.on .proMenu{ display: block;}

.border{ border: 1px solid #e5e5e5;}

.proRight .product_search{}
.product_search .input {
	width: 85%;
	height: 60px;
	/* border-radius: 35px; */
	padding-left: 70px;
	background: url(../images/searchbg.png) no-repeat left 20px center #f7f8f9;
	/* -webkit-border-radius: 35px; */
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
}

.product_search .submit {
	width: 15.6%;
	height: 60px;
	/* border-radius: 35px; */
	background-color: rgb(204,0,0);
	color: #fff;
}

.product_search {
	/* border-bottom: 1px solid #e5e5e5; */
	/* padding-bottom: 40px; */
}

.proList{display: grid; grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.proList li { border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
.proList li .img{ border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
.proList li .bg{position: absolute;left: 0;top: 0;background-color: rgba(200, 0, 0, 0.5);opacity: 0;-webkit-transition: all 600ms ease 0s;transition: all 600ms ease 0s;-webkit-clip-path: polygon(50% 20%, 50% 50%, 20% 50%, 50% 50%, 50% 80%, 50% 50%, 80% 50%, 50% 50%);clip-path: polygon(50% 20%, 50% 50%, 20% 50%, 50% 50%, 50% 80%, 50% 50%, 80% 50%, 50% 50%);-moz-transition: all 600ms ease 0s;-ms-transition: all 600ms ease 0s;-o-transition: all 600ms ease 0s;}
.proList li:hover .img .bg  {  opacity: 1;-webkit-clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%);clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%);}
.proList li .img img{}
.proList li:hover{ color: #c80000; box-shadow: 0 0 20px rgba(0, 0, 0, .1); transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }
.proList li .t1{height: 3em;line-height: 1.5;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/* 产品列表 e */

/* 产品详情 s */
.proInfoBg{ background: url(../images/proinfobg.jpg) no-repeat center top #f8f8f8; background-size: 100% auto;overflow: hidden;}
.proinforBack{ border: 1px solid #fff;}
.proinforBack:hover{ border-color: var(--red); box-shadow: 0 0 10px rgba(255, 255, 255, 0.8); background: var(--red); transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }

.proinfoImg{overflow: hidden;}
.proinfoImg .next,.proinfoImg .prev{ width: 66px; height: 66px;}
.proinfoImg .next:hover,.proinfoImg .prev:hover{ background-color: var(--red); color: #fff;  }
.proinfoTxt .line{ background-color: #cdcdcd; height: 1px;}
.proinfoTxt .line::after{ width: 10%; position: absolute; left: 0; top: -1px; height: 3px; background-color: var(--red); display: block; content: '';}
.proinfoImg .swiper-slide{ height: 420px;overflow: hidden;}
.proinfoImg .swiper-slide img{max-width: 80%;max-height: 100%;object-fit: cover;}
.w45{width: 45%;}

.proInfoLeft{ width: 67.5%;}
.proInfoLeft h3{
	margin-bottom: 1em !important;
	margin-top: 1em !important;
	font-size: 22px !important;
	padding-top: 0 !important;
	color: var(--red);
	position: relative;
	border: none;
	padding: 0 0 0 1em;
	font-weight: bold !important;
	line-height: 1.2;
}
.proInfoLeft h3:nth-of-type(1){
	margin-top: 0 !important;
}
.proInfoLeft h3:before {
    position: absolute;
    content: '';
    width: 5px;
    background: var(--red);
    top: 8%;
    left: 2px;
    bottom: 12%;
    border-radius: 5px;
    box-shadow: 1px 1px 3px -1px var(--red);
    outline: 0 !important;
    box-sizing: border-box;
}
.proInfoLeft h4{
    font-size: 18px!important;
    margin-bottom: 0.5em;
    color: #16b597;
    position: relative;
    border: none;
    padding: .1em 0 .5em 0!important;
}

.proInfoLeft h4:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 4px;
    background: #16b597;
    top: auto;
    left: 0;
    transition: .4s;
    bottom: 10%;
    border-radius: 5px;
    box-shadow: 1px 1px 3px -1px #16b597;
    outline: 0!important;
    box-sizing: border-box;
}
.proInfotTit .tit{ border-left: 6px solid var(--red);}
.proInfotRight{ width: 30%; }
.proInfotRight a{display: block;}
.proInfotRight a.block .img{ height: 300px; margin-top: 25px;object-fit: contain;}
.proInfotRight a.block .img img{max-width: 100%;max-height: 100%;}
.proInfotRight a:last-child{ border-bottom: none;}
.proInfotRight a:hover{ color: var(--red);}.proInfotRight a:hover .img img{ transform:scale(0.95) ; -webkit-transform:scale(0.95) ; -moz-transform:scale(0.95) ; -ms-transform:scale(0.95) ; -o-transform:scale(0.95) ; }
.newspages a:last-child{ border-right: none;}
.newspages a:hover{ background: var(--red); color: #fff; transform: scale(1.05); z-index: 5; -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); }
.newspages a:hover .font14{ color: rgba(255, 255, 255, .38);}

 .proinfoyy .ico{ width: 80px; height: 80px; color: var(--red);}
 .proinfoyy li { transition:all .36s;box-shadow: 0 0 25px rgba(0, 0, 0, 0.15); border-radius: 150px  ; width: 215px; position: relative; overflow: hidden; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
 .proinfoyy li::after{ width: 100% ; height: 100%; position: absolute; left: 0; top: 0; background: var(--blue); display: block; content: ''; transform: translateY(-105%); transition: all .36s;}
 .proinfoyy li:hover::after{ transform: none;}
 .proinfoyy li:hover{ color: #fff; transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }
 .proinfoyy li:hover .ico{ background: #fff; color: var(--red);}
/* 产品详情 e */

/* ====================新闻样式========================= */

/* 新闻列表 s */
.newslist li{ width: calc((100% - 60px)/3); margin-right: 30px; margin-bottom: 40px;}
.newslist li:nth-child(3n){ margin-right: 0;}
.newslist li:hover{ box-shadow: 0 0 25px rgba(9,62,150, 0.25);}
.newslist li .des{height: 4em;}
/* 新闻列表 e */

/* 新闻详情 s */

.newsleft{ width: 66%;}
.newsleft .infoImg h3{
	margin-bottom: 1em !important;
	margin-top: 1em !important;
	font-size: 22px !important;
	padding-top: 0 !important;
	color: var(--red);
	position: relative;
	border: none;
	padding: .1em 0 .1em 1em;
	font-weight: bold !important;
	line-height: 1.2;
}
.newsleft .infoImg h3:nth-of-type(1){
	margin-top: 0 !important;
}
.newsleft .infoImg h3:before {
    position: absolute;
    content: '';
    width: 5px;
    background: var(--red);
    top: 10%;
    left: 2px;
    bottom: 10%;
    border-radius: 5px;
    box-shadow: 1px 1px 3px -1px var(--red);
    outline: 0 !important;
    box-sizing: border-box;
}
.newsright{ width: 34%;}
.tjNewsUl a .left{ width: calc(100% - 120px);}
.tjNewsUl a .img img{ width: 100px; height: 70px; object-fit: cover;}
/* 新闻详情 e */

/* ====================方案样式========================= */

/* 方案列表 s */
.areaslist li {
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.areaslist .img {
    width: 62.5%;
}

.areaslist .txt {
    width: 37.5%;
}

.areaslist .img img {
}

.areaslist .txt .more {
    border: 1px solid #888;
    width: 140px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.areaslist li:hover .img img {
    transform: scale(1.1) ;
    -webkit-transform: scale(1.1) ;
    -moz-transform: scale(1.1) ;
    -ms-transform: scale(1.1) ;
    -o-transform: scale(1.1) ;
}

.areaslist .txt .more:hover {
    background-color: var(--red);
    transform: scale(0.95);
    color: #fff;
    box-shadow: 0 0 10px rgba(200, 0, 0, 0.8);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
	border-color: var(--red);
}

.areaslist li:hover {
    box-shadow: 0 0 15px rgba(200, 0, 0, 0.25);
}
/* 方案列表 e */


/* ====================服务样式========================= */

/* 服务支持 s */
/* 服务支持 e */



/* 下载中心 s */
.n_down{}
.downUl li:first-child{ border-top: 1px solid #e5e5e5;}
.downUl li{ border-bottom: 1px solid #e5e5e5;  padding: 35px 0;}
.downUl li .btn{ border: 1px solid #aaa; padding: 8px 25px; overflow: hidden; position: relative; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; }
.downUl li .btn span,.downUl li i{position: relative;z-index: 1;}
.downUl li .btn::before{ width: 100%; height: 0; z-index: 0; position: absolute; transition: all .36s; left: 0; bottom: 0; background-color: #c80000; display: block; content: ''; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.downUl li:hover{ color: #c80000;}
.downUl li:hover .btn{color: #fff; border-color: #c80000;}
.downUl li:hover .btn:before{ height: 100%;}
/* 下载中心 e */

/* 视频中心 s */
.video li{ width: 31.5%; margin-right:2.75% ; }
.video li:nth-child(3n){ margin-right: 0;}
.video li img{ border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -ms-border-radius: 10px 10px 0 0; -o-border-radius: 10px 10px 0 0; }
.bg-fa {
    background-color: #fafafa;
}
.video li:hover .img>img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.video li:hover{ color: #c80000; box-shadow: 0 0 10px rgba(0,0,0,.15); transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }
.video .logo-div{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 33;}
.video .logo-topdiv{ position: absolute; top: 0; height: 0; bottom: 50%; background: #c80000; right: 0; left: 0; transition: all 1s; opacity: 0.8;}
.video .logo-bottomdiv{ position: absolute;  height: 0; bottom: 0; background:#c80000; right: 0; left: 0; transition: all 1s; opacity: 0.8;}
.video .logo-div img{ display: block; margin: 0 auto; top: 50%; left: 50%; transform: translate(-50%,-50%); position: absolute; z-index: 33; transition: all 0.6s; 
opacity: 0; max-width:100px;}
.video li:hover .logo-topdiv,.video li:hover .logo-bottomdiv{ height: 50%;}
.video li:hover .logo-div img{ opacity: 1; transition-delay: 0.4s;}
/* 视频中心 e */

/* ====================联系样式========================= */

/* 联系我们 s */
.bg-f3 {background: #f3f7fb;}
.w31{width: 31%;}
.contactSyle .left{ width: 150px;}
.contactEwm{ background: url("../images/contabg.png") no-repeat center bottom #fff; background-size: 100% auto;}
.ewmUl li img{ border: 1px solid #e5e5e5; width: 140px;}
.gbookBox .submit{ width: 190px;}
.mapBox #map{ min-height: 600px;}

/* 联系我们 e */

/* 人才招聘 s */
.joblist li{ margin-bottom: 25px;}
.joblist li  .top span{ flex: 1; line-height: 95px;}
.joblist li .bottom{ display: none;}
.jobBtn{ border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; }
/* 人才招聘 e */

.zwDiv{ height: 100px;}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
	.Header-container .c-nav>li{
		margin-right: 0.4rem;
	}
	.i_ab .info{
		width: 80%;
	}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.pc{display: none;}
	.mb{display: block;}
	
	.i_tit span{
		font-size: 14px;
	}
	.i_tit h3{
		margin: 0.1rem 0;
	}
	.i_tit p{
		font-size: 16px;
	}
	
	.i_pro{
		background-color: #C80000;
		background-image: none;
	}
	.i_pro .i_tit{
		width: 100%;
	}
	.i_pro .tool .fl a{
		padding: 0.22rem 0.55rem;
	}
	
	.i_ab .num{
		margin: 0.6rem 0;
	}
	.i_ab .num ul li{
		width: 50%;
		padding: 0.1rem 0;
	}
	.i_ab .info{
		width: 100%;
	}
	.i_ab .top a{
		padding: 0.2rem 0.5rem;
	}
	
	.i_sol{
		padding: 1rem 0 0.2rem;
	}
	.i_sol .w16{
		flex-wrap: wrap;
		align-items: center;
	}
	.i_sol .fl,.i_sol .fr{
		width: 100%;
	}
	.i_sol .fl .info a{
		padding: 0.22rem 0.4rem;
	}
	
	.i_news .top{
		flex-wrap: wrap;
	}
	.i_news .news_nav{
		margin-top: 0.3rem;
	}
	.i_news .news_nav a{
		padding: 0.2rem 0.4rem;
	}
	
	.i_par .con .swiper{
		width: 100%;
		height: 130px;
	}
	.i_par li{
		justify-content: space-between;
	}
	.i_par li a{
		width: 24%;
		border: 1px solid rgb(226, 226, 226);
		background: #fff;
	}
	
	.Footer-container .mid ul li{
		width: 100%;
		border-bottom: 1px solid rgb(255, 255, 255, .8);
	}
	.Footer-container .mid ul li:last-child{
		border-bottom: none;
	}
	.Footer-container .top .foot_form{
		display: none;
	}
	.Footer-container .top .foot_form input{
		font-size: 14px;
		height: 0.8rem;
		line-height: 0.8rem;
	}
	.Footer-container .mid{
		padding: 0.4rem 0;
	}
	.Footer-container .mid ul li p{
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 16px;
		padding: 0.25rem 0;
		margin-bottom: 0;
	}
	.Footer-container .mid ul li p i{
		margin-left: 0.08rem;
	}
	.Footer-container .mid ul li .foot_nav_link{
		display: none;
		padding-bottom: 0.25rem;
	}
	.Footer-container .mid ul li p.on i {
		transform: rotate(-180deg);
	}
	.Footer-container .mid::after{
		display: none;
	}
	.Footer-container .top .foot_logo img{
		height: .6rem;
	}
	.i_par{
		padding-top: 1rem;
	}
	
	.sort_nav{
		position: relative;
		height: 42px;
	}
	.sort_nav .tit {
		display: flex;
	}
	.crumbs {
		display: none;
	}
	.sort_nav .tit{
		display: flex;
	}
	.sort_nav ul{
		position: absolute;
		top: 42px;
		left: 0;
		background: #fff;
		display: none;
		box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
		width: 100%;
		z-index: 9;
	}
	.sort_nav ul{
		position: absolute;
		top: 42px;
		left: 0;
		background: #fff;
		display: none;
		box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
		max-width: 100%;
		z-index: 9;
	}
	.sort_nav ul li{
		flex: none;
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,.05);
		margin-left: 0;
	}
	.sort_nav ul li a{
		display: block;
		width: 100%;
		padding: 0 5%;
		font-size: 16px;
		line-height: 2.6;
		height: auto;
	}
	.sort_nav_view ul li a span{
		font-size: 16px;
		padding: 0;
	}
	.sort_nav .tit i{
		transition: all .5s ease;
		transform: rotate(-90deg);
	}
	.sort_nav .tit.on i{
		transform: rotate(90deg);
	}
	
	.introduce .txt,.introduce .img{
		width: 100%;
	}
	.introduce .paly{
		width: 80px;
		height: 80px;
	}
	
	.Culture li div+div p{
		height: 5.25em;
	}
	
	.wap-show img{
		display: inline-block;
	}
	
	.history .swiper-slide{
		flex-wrap: wrap;
	}
	#historySwiper .swiper-slide .txt{
		padding: 0.2rem 0.6rem;
		min-height: 100px;
	}
	#historySwiper .swiper-slide .txt .f240{
		font-size: 1.6rem;
	}
	
	.strength .next, .strength .prev{
		width: 42px;
		height: 42px;
		margin-top: 0;
	}
	
	.proLeft{
		display: none;
	}
	.proRight{
		width: 100%;
		padding-left: 0 !important;
	}
	
	.proList {
	    display: grid;
	    grid-gap: 10px;
	    grid-template-columns: repeat(2, 1fr);
	}
	
	.proList li{
		border-radius: 10px;
	}
	.proList li .t1{
		margin-bottom: 10px;
	}
	
	.n_ban .ban_txt{
		width: 80%;
	}
	.n_ban .ban_txt p{
		font-size: 14px;
		line-height: 1.75;
	}
	
	.proinfoOne .w45{
		width: 100%;
	}
	
	.zwDiv{ height: 60px;}
	.location .left {
		display: none !important;
	}
	
	.location .right {
		width: 100%;
		margin-top: 0;
		display: flex;
		justify-content: flex-end;
	}

	.wapFlexF {
		flex-direction: column-reverse;
		align-items: flex-start;
		justify-content: flex-start;
	}
	
	.proinfoTxt{
		line-height: 1.3;
		margin-top: 0.2rem;
	}
	
	.wap-show>img{
		width: 80px;
	}
	
	.proInfoLeft{
		width: 100%;
	}
	
	.scroll {
		overflow: hidden;
		overflow-x: scroll;
		padding-bottom: 10px;
	}
	.scroll table{
		min-width: 990px;
	}
	
	.newslist li,.newslist li:nth-child(3n){
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 4%;
	}
	
	.newsleft,.newsright{
		width: 100%;
	}
	.newsright{
		padding-left: 0 !important;
		padding-top: 0 !important;
	}
	
	.areaslist li{
		flex-direction: column;
	}
	.areaslist .img,.areaslist .txt{
		width: 100%;
	}
	.areaslist .txt .more{
		height: 42px;
	}
	.areaslist .txt .flex-start{
		margin-top: 0.2rem;
	}
	
	.downUl{display: flex; justify-content:space-between; flex-wrap: wrap;}
	.downUl li{ padding: 15px ; width: 100%; border: 1px solid #e5e5e5; margin-bottom: 15px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; } 
	.downUl li a{ justify-content: flex-start;align-items: inherit;}
	.downUl li .f20{ flex-wrap: wrap;}
	.downUl li img{ height: 15px; margin-bottom: 5px;}
	.downUl li  .btn{ margin-top: 10px;}
	.downUl{ padding-bottom: 0;}
	
	.video li{
		width: 100%;
		margin-right: 0;
	}
	
	.mapBox #map{
		min-height: 300px;
	}
	.contactSyle .left{
		width: auto;
	}
	.contactSyle .left i{
		margin-right: 10px;
	}
	
	.gbookBox .w31 {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.gbookBox .submit{
		margin-left: 0;
		margin-top: 0.2rem;
		width: 100%;
	}
	
	.joblist li{ margin-bottom: 18px;}
	.joblist li .top span{ line-height: 55px;}
	.joblist li .top span:nth-child(3),.joblist li .top span:nth-child(4){ display: none;}
	.jobBtn{ padding: 0 ; width: 120px; height: 40px;  margin-top: 15px;}
	.joblist .icon-xiajiantou1{ font-size: 14px;}
	
	.proList li .p1{
		display: none;
	}
	
	.proinfoImg .next, .proinfoImg .prev{
		width: 48px;
		height: 48px;
	}
	
	.ban_txt h3{
		font-size: 0.36rem;
	}
	.ban_txt p{
		line-height: 1.5;
	}
	.ban_txt a{
		padding: 0.2rem 0.5rem;
	}
	
	.Culture .inner{
	    flex-direction: column;
	}
}

@media all and (max-width:768px) {
	.tc_search form{
		width: 92%;
		max-width: 92%;
		padding: 0 0.2rem;
		margin-bottom: 1px;
		height: 0.8rem;
		border-width: 1px;
	}
	.tc_search input{
		font-size: 0.3rem;
		height: 0.8rem;
	}
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.i_ab .top .tit{
		font-size: 0.52rem;
	}
	.i_sol .fl .text{
		gap: 10px;
	}
	
	.Footer-container .mid ul li dd{
		padding-left: 24px;
	}
	.customerUl li{
		width: 32%;
		margin-right: 2% !important;
		margin-bottom: 2%;
	}
	.customerUl li:nth-child(3n){
		margin-right: 0 !important;
	}
	.customerUl li .img{
		padding: 0 !important;
	}
	.customerUl li .img img{
		max-height: 100%;
		max-width: 100%;
	}
	
	.product_search .input{
		width: 82%;
		height: 48px;
		padding-left: 50px;
	}
	.product_search .submit{
		width: 18%;
		height: 48px;
	}
}

@media all and (max-width:480px) {
	.customerUl li{
		width: 49%;
		margin-right: 2% !important;
	}
	.customerUl li:nth-child(2n){
		margin-right: 0 !important;
	}
}

@media all and (max-width:420px) {
	.Footer-container .mid ul li p{
		font-size: 16px;
	}
	
	.i_tit p,.i_ab .num ul li p,.i_ab .top a,.i_sol .fl .text a,.i_news .news_nav a,
	.Footer-container .mid ul li .foot_nav_link a,.Footer-container .bot,.Footer-container .bot a,
	.sort_nav ul li a,.ban_txt p{
		font-size: 14px;
	}
	
	.com_page a, .com_page span{
		font-size: 12px;
	}
}

@media all and (max-width:376px) {
	
}