@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-16 {font-size: 14px;}
  .tit-18 {font-size: 16px;}
  .tit-20 {font-size: 18px;}
  .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: transparent;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%);background-color: #fff;}
.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,.Header-wrapper.on .logo a img+img{width: auto;display: block;height: 0.5rem;}
.Header-container .logo a img+img,.Header-wrapper.on .logo a img{display: none;}
.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: #3266cc !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: 240px;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: #3266cc;-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: #3266cc;}
	.Header-wrapper .Header-container .c-nav>li .c-title-box{color: #fff;}
	.Header-wrapper.on .Header-container .c-nav>li .c-title-box{color: #000;}
}

.Header-container .tool {display: flex;align-items: center;color: #fff;-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: #3266cc;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: #fff;-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: 32px !important;}
	.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: #508cc9;}
	#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: #000717;}
.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 {}
.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 {padding: 0.8rem 0;letter-spacing: 0.5px;}
.Footer-container .mid ul {}
.Footer-container .mid ul li {float: left;overflow: hidden;}
.Footer-container .mid ul li p {font-size: 20px;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: 14px;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: 14px;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{background-color: white;opacity: 1;}
.i_banner .swiper-pagination-bullet-active{background-color: #3266cc;}

.i_banner video{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: bottom;
}
.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	z-index: 10;
	background: url(../images/bo1.png) no-repeat center;
}
@media (max-width: 768px){
	.VideoBtn{
		width: 40px;
		height: 40px;
		margin-left: -20px;
		margin-top: -20px;
		background-size: 100% auto;
	}
}
/* 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: #3266cc;}
.md-sideBar .side_item .bd {color: #3266cc;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{display: flex;align-items: flex-end;justify-content: space-between;margin-bottom: 0.45rem;}
.i_tit .tit{line-height: 1.3;}
.i_tit .tit span{font-size: 16px;text-transform: uppercase;}
.i_tit .tit h3{font-size: 0.36rem;font-weight: 700;margin-top: 0.06rem;}
.i_tit ul{display: flex;align-items: center;justify-content: center;margin-left: 1rem;}
.i_tit ul li{margin: 0 0.15rem;}
.i_tit ul li a{display: block;font-size: 18px;color: #91999e;padding: 0.08rem 0.24rem;border-radius: 0.06rem;}
.i_tit ul li.active a{background-color: #3266cc;color: white;}
.i_tit .c_more{margin-top: 0;}
/* i_tit e */

/* i_tit2 s */
.i_tit2{text-align: center;margin-bottom: 0.5rem;}
.i_tit2 span{display: block;font-size: 0.2rem;margin-bottom: 0.12rem;color: #47484b;}
.i_tit2 h3{font-size: 0.38rem;color: #3266cc;font-weight: 700;}
.i_tit2 h3::after{content: "";display: block;width: 0.5rem;height: 0.02rem;background-color: #626262;margin: 0.15rem auto;}
.i_tit2 p{font-size: 18px;color: #47484b;line-height: 1.4;}
/* i_tit2 e */

/* n_ban */
.n_ban {position: relative;height: 5.2rem;background-repeat: no-repeat;background-position: center;background-size: cover;}
.n_ban::after{position: absolute;width: 100%;height: 100%;display: block;content: "";background-color: rgb(0, 0, 0, .2);z-index: 1;}
.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;z-index: 3;}
.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_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: #3266cc;}
.sort_nav_view ul li.active a {color: #3266cc;}
.sort_nav_view ul li.active a::after {content: "";display: block;width: 100%;height: 2px;position: absolute;bottom: -1px;left: 0;background-color: #3266cc;}

/* 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: #3266cc;}

/* 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: .36rem;height: .36rem;display: flex;align-items: center;justify-content: center;border: 1px solid #ddd;font-size: 0.14rem;color: #333;background: #fff;margin: 0 .03rem;transition: all .3s;min-width: 32px;min-height: 32px;}
.com_page a.page-num-current,.com_page a:hover {border-color: #3266cc;background: #3266cc !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: #3266cc;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: #3266cc;border: 1px solid #3266cc;border-radius: 5px;text-transform: capitalize;transition: all 0.3s;cursor: pointer;}
.morelink:hover {color: #3266cc;}

/* 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: #3266cc;width: 30px;height: 8px;border-radius: 4px;}

/* ny_tit */
.ny_tit{
	text-align: center;
}
.ny_tit h3{
	position: relative;
	font-size: 0.38rem;
	line-height: 1.3;
	color: #000000;
	font-weight: 600;
	padding-bottom: 0.12rem;
}
.ny_tit h3::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 33px;
	height: 4px;
	background-color: #e9e9e9;
}
.ny_tit p{
	font-size: 16px;
	line-height: 1.75;
	color: #757575;
	margin-top: 0.1rem;
}

/* ====================首页样式========================= */

/* 关于我们 s */
.i_ab{
	position: relative;
	background: url(../images/i_ab_bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 8vw 0;
}
.i_ab .fl{
	width: 50%;
	padding-right: 4vw;
}
.i_ab .fl .tit{
	color: #000;
	margin-bottom: 0.6rem;
}
.i_ab .fl .des{
	line-height: 1.75;
	color: #333;
}
.i_ab .fl .more{
	display: inline-block;
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	background-color: #3266cc;
}
.i_ab .fr{
	width: 50%;
}
.i_ab .fr .pic{}
.i_ab .fr .pic img{}
/* 关于我们 e */

/* 产品中心 s */
.i_pro{
	background-color: #1a1a1a;
}
.i_pro .top{}
.i_pro .top .tit{
	color: #fff;
}
.i_pro .top .tit h3{
	font-size: 0.9rem;
}
.i_pro .top .tit span{
	font-size: 18px;
	margin-left: 1vw;
}
.i_pro .top .nav_btn{}
.i_pro .top .nav_btn ul{}
.i_pro .top .nav_btn ul li{}
.i_pro .top .nav_btn ul li a{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding: 0.1rem 0.3rem;
	border: 1px solid #fff;
}
.i_pro .top .nav_btn ul li:not(:last-child){
	margin-right: 0.2rem;
}
.i_pro .top .nav_btn ul li.active a{
	background-color: #fff;
	color: #333;
}
.i_pro .bot{
	padding-left: 6vw;
}
.i_pro .bot .item{}
.i_pro .bot .item.show{
	display: block;
}
.i_pro .bot .swiper{
	padding-bottom: 2vw;
}
.i_pro .bot ul{}
.i_pro .bot ul li{}
.i_pro .bot ul li a{}
.i_pro .bot ul li .pic{}
.i_pro .bot ul li .pic img{}
.i_pro .bot ul li .info{
	padding: 1.8vw 0;
}
.i_pro .bot ul li .info .tit{
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
}
.i_pro .swiper-scrollbar-drag{
	background-color: #fff;
	height: 2px;
}
.i_pro .swiper-horizontal>.swiper-scrollbar {
    height: 1px;
    opacity: 1 !important;
    left: 0;
	background: rgba(255, 255, 255, .2);
}
/* 产品中心 e */

/* 整装定位 s */
.i_pos{
	position: relative;
	margin-top: 5vw;
	margin-bottom: -2px;
}
.i_pos .img{
	width: calc(100% - 20%);
}
.i_pos .img img{
	display: block;
}
.i_pos .box{
	background: #f0f0f0;
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 4vw 6vw 4vw 4vw;
	box-sizing: border-box;
}
.i_pos .box .tit{
	padding-bottom: 3vw;
	line-height: 1.3;
}
.i_pos .box .tit .t1{
	color: #666666;
	font-size: 0.3rem;
	margin-bottom: 10px;
}
.i_pos .box .tit .t2{
	color: #666666;
	font-size: 0.2rem;
	text-transform: uppercase;
}
.i_pos .box .tit .t3{
	color: #000000;
	font-size: 0.42rem;
	margin-top: 2vw;
}
.i_pos .box ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 1vw;
	padding-top: 1vw;
}
.i_pos .box ul li{
	width: 33%;
	height: 10vw;
	text-align: center;
	position: relative;
	z-index: 1;
}
.i_pos .box ul li::after {
    position: absolute;
    content: "";
    left: -2vw;
    top: -1vw;
    z-index: -1;
    padding: 2vw;
    width: 100%;
    transform: scale(0);
    height: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-sizing: content-box;
}
.i_pos .box ul li:hover::after {
    transform: scale(1);
    transition: all 0.6s;
}
.i_pos .box ul li h3{
	color: #01040f;
	-webkit-text-stroke: 1.5px #000000;
	-webkit-text-fill-color: transparent;
	font-size: 0.7rem;
	line-height: 1;
	margin-left: -7px;
	padding-top: 1vw;
}
.i_pos .box ul li h4{
	color: #1b1b1b;
	font-size: 22px;
}
.i_pos .box ul li p{
	color: #1b1b1b;
	font-size: 14px;
	line-height: 1.75;
	display: none;
	transition: all 0.6s;
	margin-top: 10px;
}
.i_pos .box ul li:hover p {
    display: block;
}
/* 整装定位 e */

/* 新闻中心 s */
.i_news{
	background: #1a1a1a;
	position: relative;
	width: 100%;
	padding: 2vw 0 6vw;
	overflow: hidden;
	margin-bottom: -2px;
}
.i_news .tit{
	padding: 4vw 0;
	position: relative;
	z-index: 1;
}
.i_news .tit h3{
	color: #ffffff;
	font-size: 0.9rem;
}
.i_news .tit h3 span{
	font-size: 18px;
	margin-left: 1vw;
}
.i_news .box{}
.i_news .box .tab{
	width: 15%;
	padding-left: 3vw;
	margin-top: 2vw;
}
.i_news .box .tab li{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 4vw;
	cursor: pointer;
}
.i_news .box .tab li a{
	display: block;
	line-height: 1.5;
}
.i_news .box .con{
	width: 85%;
}
.i_news .box .con ul{}
.i_news .box .con ul li{
	padding: 2vw 0 3VW;
	border-bottom: 1px solid #3a3a3a;
}
.i_news .box .con ul li:first-child{
	border-top: 1px solid #3a3a3a;
}
.i_news .box .con ul li a{
	display: block;
}
.i_news .box .con ul li .date{
	color: #666666;
	font-size: 16px;
	margin-bottom: .7VW;
}
.i_news .box .con ul li .t1{
	color: #FFFFFF;
	font-size: 0.28rem;
	margin-bottom: 1.2VW;
}
.i_news .box .con ul li .p1{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 2;
	height: 4em;
}
/* 新闻中心 e */

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

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

/* 公司简介 s */
.n_about_01 .con{
	line-height: 2.25;
	color: #000;
}
.n_about_01 .num-box{}
.n_about_01 .num-box .item{
	width: 25%;
	text-align: center;
}
.n_about_01 .num-box .num-warp{
	font-size: 16px;
	color: #333333;
}
.n_about_01 .num-box .num-warp span{
	font-size: 0.64rem;
	font-weight: normal;
}
.n_about_01 .num-box .num-warp i{}
.n_about_01 .num-box .item p{
	color: #666666;
}
.n_about_01 .img{
	background: url("../images/aboutbg.jpg") no-repeat center center;
	padding: 10vw 0;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
/* 公司简介 e */

/* 企业文化 s */
/* 企业文化 e */

/* 发展历程 s */
.n_about_03{
	position: relative;
}
.n_about_03 .con::before {
    position: absolute;
    top: 46.3%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3266cc;
    content: "";
}
.n_about_03 .con{}
.n_about_03 .con .swiper{
	margin: 0 auto;
	width: 85%;
}
.n_about_03 .con ul{
	height: 406px;
}
.n_about_03 .con ul li{
	height: 188px;
}
.n_about_03 .con ul li:nth-child(2n){
	height: 218px;
}
.n_about_03 .con ul li .info{
	/* padding: 10px 40px 30px 45px; */
	padding: 0.1rem 0.4rem 0.3rem 0.45rem;
	position: relative;
}
.n_about_03 .con ul li:nth-child(2n) .info{
	padding-top: 0.4rem;
	padding-right: 0;
	margin-left: 0.7rem;
}
.n_about_03 .con ul li>div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 80%;
  background: #3266cc;
}

.n_about_03 .con ul li>div::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 80%;
  width: 11px;
  height: 11px;
  background-color: #3266cc;
  border-radius: 50%;
}

.n_about_03 .con ul li:nth-child(odd)>div::after {
  left: 0px;
}

.n_about_03 .con ul li:nth-child(odd)>div::before {
  left: 5px;
}

.n_about_03 .con ul li:nth-child(even)>div {
	padding-top: 40px;
	padding-right: 0;
	margin-left: 70px;
}

.n_about_03 .con ul li:nth-child(even)>div::after {
	left: -5px;
	top: auto;
	bottom: 20%;
}

.n_about_03 .con ul li:nth-child(even)>div::before {
	bottom: auto;
	top: 0;
}
.n_about_03 .con ul li .tit{
	line-height: 1.3;
	color: #3266cc;
	font-weight: bold;
	margin-bottom: 0.06rem;
}
.n_about_03 .con ul li .des{
	line-height: 1.5em;
	color: #737373;
	height: 6em;
	overflow-y: scroll;
	padding-right: 0.04rem;
}
.n_about_03 .con ul li .des::-webkit-scrollbar-track {
	background-color: #fff;
	width: 4px;
	height: 160px;
	position: absolute;
}

.n_about_03 .con ul li .des::-webkit-scrollbar {
	width: 4px;
}

.n_about_03 .con ul li .des::-webkit-scrollbar-thumb {
	display: block;
	width: 6px;
	height: 35px;
	background: #ddd;
	border-radius: 0.06rem;
}

.n_about_03 .swiper-button-prev,.n_about_03 .swiper-button-next{
	width: 0.57rem;
	height: 0.57rem;
	background-color: #3266cc;
	box-shadow: 0.03rem 0.04rem 0.15rem 0px rgba(0, 0, 0, 0.15);
	background-size: 0.2rem 0.2rem;
	border-radius: 50%;
	margin-top: 0;
	transform: translateY(-77%);
}
.n_about_03 .swiper-button-next:after,.n_about_03 .swiper-button-prev:after{
	font-size: 0.26rem;
	color: #fff;
}
/* 发展历程 e */

/* 荣誉资质 s */
.n_about_04{
	background-color: #F8F8F8;
}
.n_about_04 .con{
	padding-bottom: 0.45rem;
}
.n_about_04 ul{}
.n_about_04 ul li{
	padding: 0.3rem;
	background-color: #fff;
}
.n_about_04 ul li .info{
	margin-top: 0.06rem;
}
.n_about_04 ul li .info .des{
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
/* 荣誉资质 e */

/* 生产基地 s */
.n_about_05{}
.n_about_05 .con{}
.n_about_05 .pic{
	text-align: center;
}
.n_about_05 .pic img{
	display: inline-block;
}
/* 生产基地 e */


/* ====================产品样式========================= */

/* 导航分类 s */
.n_sortnav{
	border-bottom: 1px solid #E6E6E6;
}
.n_sortnav ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.n_sortnav ul li{}
.n_sortnav ul li:not(:last-child){
	margin-right: 0.6rem;
}
.n_sortnav ul li a{
	position: relative;
	display: block;
	padding: 0.3rem 0;
	font-size: 16px;
}

.n_menu2{}
.n_menu2 ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
}
.n_menu2 ul li{
	position: relative;
}
.n_menu2 ul li::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0.02rem;
	background: #3266cc;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.n_menu2 ul li.active::before,.n_menu2 ul li:hover::before{
	width: 100%;
}
.n_menu2 ul li:not(:last-child){
	margin-right: 0.4rem;
}
.n_menu2 ul li a{
	display: inline-block;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	padding-bottom: 0.08rem;
}
.n_menu2 ul li.active a,.n_menu2 ul li:hover a{
	color: #3266cc;
}
/* 导航分类 e */

/* 产品列表 s */
.n_prolist{}
.n_prolist ul{}
.n_prolist ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.n_prolist ul li:nth-child(3n){
	margin-right: 0;
}
.n_prolist ul li a{
	display: block;
}
.n_prolist ul li .info{
	position: relative;
	padding: 0.16rem 0;
}
.n_prolist ul li .info::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0.02rem;
    background: #000;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.n_prolist ul li:hover .info::before{
	width: 100%;
}
.n_prolist ul li .info .tit{
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
}
.n_prolist ul li .info .des{
	font-size: 14px;
	line-height: 2;
	color: rgba(0, 0, 0, 0.7);
}
/* 产品列表 e */

/* 产品详情 s */
.n_proxq_01{}
.n_proxq_01 .fl{
	width: 48%;
}
.n_proxq_01 .fl .product_det_pic ul{}
.n_proxq_01 .fl .product_det_pic ul li{}
.n_proxq_01 .fl .product_det_pic ul li img{}
.n_proxq_01 .fl .product_det_ico{
	margin-top: 0.2rem;
	padding: 0 0.3rem;
}
.n_proxq_01 .fl .product_det_ico ul{}
.n_proxq_01 .fl .product_det_ico ul li{
	padding-bottom: 0.18rem;
	cursor: pointer;
}
.n_proxq_01 .fl .product_det_ico ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0.02rem;
    background: #000;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.n_proxq_01 .fl .product_det_ico ul li.swiper-slide-thumb-active::before {
    width: 100%;
}
.n_proxq_01 .fl .product_det_ico ul li .pic{}
.n_proxq_01 .fl .product_det_ico ul li img{}
.n_proxq_01 .fr{
	width: 48%;
}
.n_proxq_01 .swiper-button-next:after,.n_proxq_01 .swiper-button-prev:after{
	color: #000;
	font-size: 20px;
}
.n_proxq_01 .swiper-button-next,.n_proxq_01 .swiper-button-prev{
	width: auto;
}
.n_proxq_01 .swiper-button-next{
	right: 0;
}
.n_proxq_01 .swiper-button-prev{
	left: 0;
}

.n_proxq_01 .fr{}
.n_proxq_01 .fr .tit{
	font-size: 0.36rem;
	line-height: 1.3;
	color: #000;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 0.15rem;
	margin-bottom: 0.2rem;
}
.n_proxq_01 .fr .des{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 1.75;
}
.n_proxq_01 .fr .btn{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.n_proxq_01 .fr .btn a{
	display: inline-block;
	padding: 0.15rem 0.25rem;
	font-size: 16px;
	color: #fff;
	background-color: #000;
}
.n_proxq_01 .fr .btn a:not(:last-child){
	margin-right: 0.2rem;
}

.n_proxq_02{
	margin-top: 0.45rem;
}
.n_proxq_02 .top{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.n_proxq_02 .top ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.n_proxq_02 .top ul li{
	position: relative;
	font-size: 20px;
	color: #000;
	padding-bottom: 0.18rem;
	margin-right: 0.6rem;
}
.n_proxq_02 .top ul li.active::before{
	width: 100%;
}
.n_proxq_02 .top ul li::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: #000;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.n_proxq_02 .bot{
	padding-top: 0.3rem;
}
.n_proxq_02 .bot .item{
	display: none;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
}
.n_proxq_02 .bot .item img{
	display: inline-block;
	margin: 0.1rem 0;
}
.n_proxq_02 .bot .item.show{
	display: block;
}
/* 产品详情 e */

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

/* 新闻列表 s */
.bgf8{background-color: #F8F8F8;}
.n_newslist{}
.n_newslist ul{}
.n_newslist ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #fff;
}
.n_newslist ul li:nth-child(3n){
	margin-right: 0;
}
.n_newslist ul li a{
	display: block;
}
.n_newslist ul li:hover > a {
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.25);
}
.n_newslist ul li .pic{}
.n_newslist ul li .pic img{}
.n_newslist ul li .info{
	position: relative;
	color: #000;
	padding: 0.25rem 0.2rem 0.4rem;
}
.n_newslist ul li .info::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.n_newslist ul li:hover .info::before{
	width: 100%;
}
.n_newslist ul li .date{
	font-size: 15px;
}
.n_newslist ul li .tit{
	font-size: 16px;
	line-height: 1.3;
	margin: 0.12rem 0;
}
.n_newslist ul li .des{
	font-size: 14px;
	line-height: 1.75;
	height: 3.5em;
	color: rgba(0, 0, 0, 0.6);
}
/* 新闻列表 e */

/* 新闻详情 s */
.n_newsxq{}
.n_newsxq .top{
	color: #000;
	text-align: center;
}
.n_newsxq .top .tit{
	font-size: 0.36rem;
	line-height: 1.3;
}
.n_newsxq .top .date{
	font-size: 16px;
	margin-top: 0.25rem;
}
.n_newsxq .bot{
	padding-top: 0.4rem;
	margin: 0.25rem 0;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
}
.n_newsxq .bot img{
	display: inline-block;
	margin: 0.12rem 0;
}
.n_newsxq .shangxia{}
.n_newsxq .shangxia a{
	font-size: 16px;
	line-height: 1.75;
	color: #333;
}
.n_newsxq .shangxia .fl{
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.n_newsxq .shangxia .fl a{}
.n_newsxq .shangxia .fr{
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.n_newsxq .shangxia .fr a{}

.xg_news{}
.xg_news .info{}
/* 新闻详情 e */

/* ====================加盟样式========================= */

.n_join_01{}
.n_join_01 ul{}
.n_join_01 ul li{
	width: 23%;
	border: 1px solid #E3E3E3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 2%;
	text-align: center;
	margin-bottom: 30px;
	transition: all 600ms;
}
.n_join_01 ul li:hover {
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
    border-color: #ffffff;
}
.n_join_01 ul li .ico{
	width: 92px;
	height: 92px;
	background: #F7F7F7;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 600ms;
}
.n_join_01 ul li:hover .ico{
	background-color: #3266cc;
}
.n_join_01 ul li .ico i{
	font-size: 40px;
	color: #3266cc;
	transition: all 600ms;
}
.n_join_01 ul li:hover .ico i{
	color: #fff;
}
.n_join_01 ul li .t1{
	font-size: 20px;
	color: #333;
	margin: 0.2rem 0;
}
.n_join_01 ul li .p1{
	font-size: 16px;
	line-height: 1.75;
	height: 5.25em;
	color: #999;
}

.n_join_02{}
.n_join_02 .con{
	position: relative;
	background-color: #F5F5F5;
}
.n_join_02 .pst-pic{
	position: absolute;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.n_join_02 .txt{
	float: right;
	width: 50%;
	font-size: 16px;
	line-height: 2.15;
	color: #333;
	padding: 1rem 0 1rem 0.6rem;
}

.n_join_03{}
.n_join_03 .con{}
.n_join_03 ul{}
.n_join_03 ul li{
	height: 80px;
	line-height: 80px;
	width: 21.5%;
	float: left;
	margin-right: 62px;
	background-color: #f5f5f5;
	border-radius: 47px;
	font-size: 16px;
	color: #4f4f4f;
	padding: 0 28px;
	margin-bottom: 33px;
	position: relative;
	border: 1px solid #f5f5f5;
}
.n_join_03 ul li:hover{
	border-color: #3266cc;
}
.n_join_03 ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 2px;
    background-color: #3266cc;
    right: -62px;
}
.n_join_03 ul li:nth-child(4n)::before,.n_join_03 ul li:last-child::before{
  display: none;
}
.n_join_03 ul li:nth-child(4n) {
    margin-right: 0;
}
.n_join_03 ul li span{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	background-color: #999999;
	margin-right: 10px;
}
.n_join_03 ul li:hover span{
	background-color: #3266cc;
}
.n_join_03 ul li p{}

.n_join_04{
	background-color: #f5f5f5;
}
.n_join_04 img{
	mix-blend-mode: multiply;
}
/* ====================服务样式========================= */

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

/* 常见问题 s */
/* 常见问题 e */

/* 下载中心 s */
/* 下载中心 e */

/* 视频中心 s */
/* 视频中心 e */

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

/* 联系我们 s */
.n_contact_01{}
.n_contact_01 .con{}
.n_contact_01 ul{}
.n_contact_01 ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	padding: 0.45rem 0.15rem;
	line-height: 1.3;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	-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;
}
.n_contact_01 ul li:hover{
	box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.15);
}
.n_contact_01 ul li:nth-child(3n){
	margin-right: 0;
}
.n_contact_01 ul li .ico{}
.n_contact_01 ul li .ico img{
	display: inline-block;
}
.n_contact_01 ul li .tit{
	margin: 0.1rem 0 0.15rem;
	font-size: 20px;
}
.n_contact_01 ul li .des{
	font-size: 16px;
}
.n_contact_01 .map{
	width: 100%;
	height: 5rem;
}

.n_contact_02{}
.n_contact_02 .con{}
.n_contact_02 form{}
.n_contact_02 .mui-input-row{
	width: 32%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	font-weight: 700;
	line-height: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.n_contact_02 .mui-input-row.w100{
	width: 100%;
	margin-right: 0;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: none;
}
.n_contact_02 .mui-input-row label{
	width: 60px;
}
.n_contact_02 .mui-input-row label span{
	color: rgba(255, 0, 0, 0.8);
}
.n_contact_02 .mui-input-row input[type="text"]{
	width: calc(100% - 60px);
	background: transparent;
	padding-left: 0.16rem;
}
.n_contact_02 .mui-input-row textarea{
	width: 100%;
	height: 1.4rem;
	line-height: 1.75;
	color: #000;
	border: none;
	background: transparent;
	display: block;
	margin-top: 0.08rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.n_contact_02 .mui-input-row input[type="submit"]{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background-color: #000;
	padding: 0.2rem 1rem;
	cursor: pointer;
}
/* 联系我们 e */



/* -------------------------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;
	}
}

@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;}
	
	.mt80{
		margin-top: 0.5rem;
	}
	
	.i_ab .fl,.i_ab .fr{
		width: 100%;
		padding-right: 0;
	}
	.i_ab .fl .tit{
		margin-bottom: 0.45rem;
	}
	.i_ab .fl .more{
		width: 160px;
		height: 42px;
		line-height: 42px;
		font-size: 16px;
	}
	.i_ab .fr{
		margin-top: 0.4rem;
	}
	
	.i_pos{
		margin-top: 0;
	}
	.i_pos .img{
		width: 100%;
	}
	.i_pos .box{
		position: relative;
		width: 100%;
		padding: 0.4rem;
	}
	.i_pos .box .tit .t1{
		font-size: 0.36rem;
	}
	.i_pos .box .tit .t2{
		font-size: 0.28rem;
	}
	.i_pos .box ul li{
		height: auto;
	}
	.i_pos .box ul li h4{
		font-size: 16px;
		margin-top: 0.1rem;
	}
	.i_pro .top .tit h3{
		font-size: 0.64rem;
	}
	.i_pro .top .nav_btn{
		margin-top: 0.2rem;
	}
	.i_news .tit h3{
		font-size: 0.64rem;
	}
	
	.i_news .box{
		flex-direction: column;
	}
	.i_news .box .tab{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding-left: 0;
	}
	.i_news .box .tab li{
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		line-height: 1.3;
	}
	.i_news .box .con ul li{
		padding: 0.25rem 0;
	}
	.i_news .box .con ul li .date{
		margin-bottom: 0.16rem;
	}
	.i_news .box .con ul li .t1{
		font-size: 0.36rem;
		margin-bottom: 0.16rem;
	}
	.i_news .box .con{
		width: 100%;
	}
	
	.Footer-container .mid{
		padding: 0.6rem 0;
	}
	.Footer-container .mid ul li{
		width: 100%;
		border-bottom: 1px solid rgb(255, 255, 255, .8);
		margin-bottom: 0;
	}
	.Footer-container .mid ul li:last-child{
		border-bottom: 0;
	}
	.Footer-container .mid ul li .foot_nav_link{
		display: none;
	}
	.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:first-child p{
		padding-top: 0;
	}
	.Footer-container .mid ul li .foot_nav_link a{
		line-height: 1.5;
		margin-bottom: 0.15rem;
	}
	.Footer-container .mid ul li p.on i{
		transform: rotate(180deg);
	}
	
	.Footer-container .bot,.Footer-container .bot a{
		font-size: 14px;
		line-height: 1.5;
	}
	
	.sort_nav{
		display: none !important;
	}
	.ny_tit h3{
		font-size: 0.42rem;
		padding-bottom: 0.16rem;
	}
	.ny_tit p{
		font-size: 14px;
	}
	
	.n_about_01{}
	.n_about_01 .con{
		line-height: 1.8;
	}
	.n_about_01 .num-box .item{
		width: 50%;
		padding: 0.2rem 0;
		line-height: 1.3;
	}
	
	.n_about_01 .img{
		padding: 25vw 0;
		background-attachment: inherit;
	}
	
	.n_about_04 .swiper-pagination-bullets.swiper-pagination-horizontal{
		bottom: 0;
	}
	.n_about_04 ul li{
		padding: 0.2rem;
	}
	.n_about_04 ul li .info .des{
		font-size: 14px;
		line-height: 1.5;
		height: 3em;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		white-space: normal;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	
	.n_menu2 ul li{
		margin-bottom: 0.1rem;
	}
	
	.n_prolist ul li,.n_prolist ul li:nth-child(3n){
		width: 49%;
		margin-right: 2%;
	}
	.n_prolist ul li:nth-child(2n){
		margin-right: 0;
	}
	
	.com_page{
		padding-top: 0.35rem;
	}
	
	.n_menu2 ul li:not(:last-child){
		margin-right: 0.32rem;
	}
	
	.n_proxq_01 .fl,.n_proxq_01 .fr{
		width: 100%;
	}
	.n_proxq_01 .fr{
		margin-top: 0.45rem;
	}
	.n_proxq_01 .fr .btn a{
		padding: 0.2rem 0.3rem;
	}
	
	.n_newslist ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}
	.n_newslist ul li:not(:last-child){
		margin-bottom: 0.3rem;
	}
	.n_newslist ul li .info{
		padding: 0.32rem;
	}
	.n_newslist ul li .tit{
		margin: 0.2rem 0 0.16rem;
	}
	.n_newsxq .shangxia .fl,.n_newsxq .shangxia .fr{
		width: 100%;
		justify-content: flex-start;
	}
	
	.n_newslist .swiper-pagination{
		bottom: 0 !important;
	}
	.n_newslist .swiper{
		padding-bottom: 0.1rem;
	}
	
	.n_join_01 ul li{
		width: 48%;
	}
	.n_join_01 ul li .ico{
		width: 75px;
		height: 75px;
	}
	.n_join_01 ul li .ico i{
		font-size: 32px;
	}
	.n_join_01 ul li .t1{
		margin: 0.3rem 0 0.2rem;
	}
	
	.n_join_02 .pst-pic{
		position: relative;
		width: 100%;
		height: 6rem;
	}
	.n_join_02 .txt{
		width: 100%;
		padding: 0.4rem 0;
	}
	
	.n_join_03 ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		height: 60px;
		line-height: 60px;
		padding: 0 0.2rem;
	}
	.n_join_03 ul li:last-child{
		margin-bottom: 0;
	}
	.n_join_03 ul li::before{
		width: 2px;
		height: 20px;
		top: 100%;
		left: 50%;
		transform: none;
	}
	
	.n_contact_01 ul li{
		width: 100%;
		padding: 0.5rem 4%;
	}
	.n_contact_01 ul li:not(:last-child){
		margin-bottom: 0.3rem;
	}
	
	.n_contact_02 .mui-input-row{
		width: 100%;
		line-height: 0.8rem;
		margin-bottom: 0.2rem;
	}
	.n_contact_02 .mui-input-row.w100{
		margin-top: 0;
	}
	.n_contact_02 .mui-input-row textarea{
		height: 2rem;
	}
	.n_contact_02 .mui-input-row input[type="submit"]{
		padding: 0.3rem 1.5rem;
	}
	
	.n_about_03 .con ul li{
		height: auto !important;
	}
	
	.n_about_03 .swiper-button-prev, .n_about_03 .swiper-button-next{
		width: 0.64rem;
		height: 0.64rem;
		transform: none;
		bottom: 0;
		top: auto;
	}
	.n_about_03 .con::before{
		bottom: 0.32rem;
		top: auto;
	}
	.n_about_03 .con ul{
		height: auto !important;
	}
	
	.n_about_03 .con ul li:nth-child(even)>div::after{
		left: 0;
		top: auto;
		bottom: 80%;
	}
	.n_about_03 .con ul li .info{
		padding-top: 0.4rem;
		padding-right: 0;
		margin-left: 0;
	}
	.n_about_03 .con ul li:nth-child(even)>div::before {
	    bottom: 0;
		left: 5px;
	    top: auto;
	}
	.n_about_03 .con .swiper{
		padding-bottom: 0.7rem;
	}
}


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

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.n_ban .ban_txt{
		top: calc(50% + 20px);
	}
}

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

@media all and (max-width:420px) {
	.n_contact_01 ul li .tit{
		font-size: 18px;
	}
	.i_pro .bot ul li .info .tit,.i_pro .top .nav_btn ul li a,.i_pro .top .tit span,.i_news .tit h3 span,.n_join_01 ul li .t1{
		font-size: 16px;
	}
	.i_news .box .con ul li .date,.n_menu2 ul li a,.n_proxq_01 .fr .btn a,.n_newslist ul li .date,.n_newsxq .bot,
	.n_newsxq .shangxia a,.n_join_02 .txt,.n_join_03 ul li,.n_contact_01 ul li .des,.n_contact_02 .mui-input-row input[type="submit"]{
		font-size: 14px;
	}
	.n_join_01 ul li .p1{
		font-size: 13px;
	}
	.i_pos .box ul li p,.com_page a,.com_page span,.n_about_03 .con ul li .des{
		font-size: 12px;
	}
}

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