@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 {
    
    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: 'CAI978';
    src: url('../fonts/111-CAI978.otf'),
    url('../fonts/111-CAI978.eot'),
    url('../fonts/111-CAI978.eot?#iefix') format('embedded-opentype'),
    url('../fonts/111-CAI978.woff2') format('woff2'),
    url('../fonts/111-CAI978.woff') format('woff'),
    url('../fonts/111-CAI978.otf') format('truetype'),
    url('../fonts/111-CAI978.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{}
.CAI978{font-family: 'CAI978';}
.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: 12px;}
  .tit-18 {font-size: 14px;}
  .tit-20 {font-size: 16px;}
  .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: 80px;-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: -80px;}
.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 .Header-container .logo a img+img{width: auto;display: block;height: 0.4rem;}
.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: #134b9f !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: 150px;position: absolute;top: calc(100% - 1px);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;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: 14px;padding: 13px 15px;color: #666666;-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;-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;white-space: nowrap;}
	/* .Header-container .c-nav>li>ul>li>a:before {content: "";position: absolute;top: 7px;bottom: 7px;left: -20px;width: 4px;background: #134b9f;-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: #fff;background-color: #134b9f;}
	.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(255,255,255, .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: #134b9f;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.on .Header-container .tool .language>a {color: #000;}

.Header-container .tool .tel{
	display: flex;
	align-items: center;
	justify-content: center;
}
.Header-container .tool .tel i{
	display: inline-block;
	margin-right: 0.1rem;
}
.Header-container .tool .tel p{
	font-size: 20px;
	color: #fff;
}
.Header-wrapper.on .Header-container .tool .tel i img{
	filter: brightness(0);
}
.Header-wrapper.on .Header-container .tool .tel p{
	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: 33px;}
	.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);}
	#c-header .c-nav li>ul>li>a{
		font-size: 14px;
	}
}
@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: #333333;padding-top: 0.4rem;}
.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 {;letter-spacing: 0.5px;overflow: hidden;}
.Footer-container .mid .fl{width: 45%;}
.Footer-container .mid .fl .logo{}
.Footer-container .mid .fl .logo img{}
.Footer-container .mid .fl .info{
	padding-bottom: 0.25rem;
}
.Footer-container .mid .fl .info .p1{font-size: 14px;line-height: 1.75;color: #999;padding: 0.1rem 0;}
.Footer-container .mid .fl .info .p2{text-transform: uppercase;font-size: 20px;line-height: 1.4;color: #fff;display: flex;align-items: center;justify-content: flex-start;}
.Footer-container .mid .fl .info .p2 i{margin-right: 0.1rem;}
.Footer-container .mid .fr{flex: 1;}
.Footer-container .mid ul {}
.Footer-container .mid ul li {float: left;overflow: hidden;}
.Footer-container .mid ul li p {position: relative;font-size: 16px;line-height: 1.5;color:  rgb(255, 255, 255, .6);display: block;margin-bottom: 0.1rem;padding: 0 0.2rem;}
.Footer-container .mid ul li:not(:last-child) p::after{position: absolute;content: "";display: block;width: 1px;height: 16px;top: 50%;right: 0;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);background-color: rgb(255,255,255,.6);}
.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, .5);line-height: 2.5;display: block;padding: 0 0.2rem;}
.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, .6);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, .6);}
.Footer-container .bot {font-size: 14px;line-height: 1.4;color: rgb(255, 255, 255, .6);text-align: center;padding: 0.2rem 0;border-top: 1px solid rgba(255, 255, 255, 0.15);letter-spacing: 0.5px;}
.Footer-container .bot a {font-size: 14px;color: rgb(255, 255, 255, .6);}

/* 中间+共用部分 */

/* i_banner */
.i_banner .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 7.5%;}
.i_banner .swiper-pagination-bullet{background-color: white;opacity: 1;position: relative; margin: 0 0.2rem !important;}
.i_banner .swiper-pagination-bullet-active{background-color: #fff;}
.i_banner .swiper-pagination-bullet-active::before{position: absolute;content: "";display: block;width: 24px;height: 24px;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);border: 1px solid #fff;border-radius: 50%;}

/* com_page */
.com_page {display: flex;align-items: center;justify-content: center;padding-top: 0.55rem;}
.com_page a,.com_page span {display: flex;align-items: center;justify-content: center;font-size: .18rem;color: #333;margin: 0 .05rem;transition: all .3s;min-width: 30px;min-height: 30px;}
.com_page a.page-num-current,.com_page a:hover {color: #134b9f;}
/* .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 24px/1 FontAwesome;}
.com_page a:first-child::after {content: "\f104";}
.com_page a:last-child::after {content: "\f105";}

/* 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: #134b9f;}
.md-sideBar .side_item .bd {color: #134b9f;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: 0.72rem;text-transform: capitalize;font-weight: 700;color: #dcdddd;font-family: 'CAI978';}
.i_tit .tit h3{font-size: 0.36rem;margin-top: 0.06rem;color: #232323;}
/* .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: #134b9f;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: #134b9f;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;background-repeat: no-repeat;background-position: center;background-size: cover;}
.n_ban .ban_txt {position: absolute;width: 100%;;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 .tit{display: none;color: white;padding: 0 4%;font-size: 14px;height: 42px;background: #134b9f;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 .w16 {display: flex;justify-content: space-between;align-items: center;min-height: 70px;}

/* 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: 16px;display: block;line-height: 70px;color: #111;}
.sort_nav_view ul li a:hover {color: #134b9f;}
.sort_nav_view ul li.active a {color: #134b9f;}
.sort_nav_view ul li.active a::after {content: "";display: block;width: 100%;height: 2px;position: absolute;bottom: -1px;left: 0;background-color: #134b9f;}

/* 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: 16px;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: #134b9f;}

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


/* n_tit */
.n_tit{color: #000000;}
.n_tit p{font-size: 0.28rem;line-height: 1.5;font-weight: 700;font-family: "CAI978";}
.n_tit h3{position: relative;font-size: 0.3rem;line-height: 1.3;font-weight: 700;margin-bottom: 0.45rem;color: #232323;}
/* .n_tit h3::after {content: '';display: block;width: 35px;height: 2px;background: #134b9f;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%);} */
.n_tit.white,.n_tit.white p{color: #fff;}
.n_tit.white,.n_tit.white h3{color: #fff;}
/* morelink */
.morelink {display: inline-block;position: relative;font-size: 16px;line-height: 30px;color: #fff;padding: 10px 40px;background-color: #134b9f;border: 1px solid #134b9f;border-radius: 5px;text-transform: capitalize;transition: all 0.3s;cursor: pointer;}
.morelink:hover {color: #134b9f;}

/* 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: #134b9f;width: 30px;height: 8px;border-radius: 4px;}

/* ====================首页样式========================= */

/* 关于我们 s */
.i_ab{
	background-color: #f4f4f4;
	padding: 1.2rem 0 0.8rem;
}
.i_ab .top{}
.i_ab .top .fl{
	width: 52%;
}
.i_ab .top .fl .des{
	font-size: 20px;
	line-height: 1.75;
	color: #232323;
}
.i_ab .top .fl .btn{}
.i_ab .top .fl .btn a{
	display: inline-block;
	font-size: 16px;
	color: #313131;
	padding: 0.1rem 0.3rem;
	border: 1px solid #313131;
	border-radius: 0.4rem;
}
.i_ab .top .fl .btn a:hover{
	background-color: #134b9f;
	color: #fff;
	border-color: #134b9f;
}
.i_ab .top .fr{
	width: 38.5%;
}
.i_ab .top .fr .pic{}
.i_ab .bot{
	margin-top: 0.4rem;
}
.i_ab .bot ul{}
.i_ab .bot ul li{
	position: relative;
	width: 25%;
	padding: 0.3rem;
	color: #313131;
	background-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;
}
.i_ab .bot ul li:not(:last-child)::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 1.6rem;
	background-color: #dedede;
}
.i_ab .bot ul li .t1{
	font-size: 18px;
	line-height: 1.3;
	-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_ab .bot ul li .ico{
	height: 50px;
	line-height: 50px;
}
.i_ab .bot ul li .ico img{
	display: inline-block;
}
.i_ab .bot ul li .p1{
	font-size: 14px;
	line-height: 1.75;
	height: 5.25em;
	margin-top: 0.5rem;
	-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_ab .bot ul li:hover{
	background-color: #005bcb;
}
.i_ab .bot ul li:hover .t1,.i_ab .bot ul li:hover .p1{
	color: #fff;
}
/* 关于我们 e */

/* 产品中心 s */
.i_pro{
	padding-top: 1rem;
}
.i_pro .i_tit a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	border: 0.02rem solid #797979;
}
.i_pro .i_tit a i{
	font-size: 16px;
	color: #797979;
	font-weight: 700;
}
.i_pro ul{}
.i_pro ul li{
	position: relative;
	width: 20%;
}
.i_pro ul li .pic{}
.i_pro ul li .pic img{
	
}
.rect-167{
	padding-bottom: 167%;
}
.i_pro ul li a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 1.7rem 4% 1.45rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(0,0,0,.6);
	text-align: center;
}
.i_pro ul li .ico{
	height: 70px;
	line-height: 70px;
}
.i_pro ul li .ico img{
	max-height: 100%;
	display: inline-block;
}
.i_pro ul li .info{
	margin-top: 0.4rem;
	color: #fff;
}
.i_pro ul li .tit{
	font-size: 0.24rem;
}
.i_pro ul li span{
	display: inline-block;
	margin-top: 1.35rem;
	font-size: 16px;
	padding: 0.1rem 0.3rem;
	border: 1px solid #fff;
	border-radius: 0.2rem;
	-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 ul li:hover span{
	background-color: #fff;
	color: #005bcb;
}
/* 产品中心 e */

/* 服务中心 s */
.i_ser{}
.i_ser .i_tit{
	margin-bottom: 0;
}
.i_ser .con{
	padding-top: 0.8rem;
	border-top: 1px solid #dcdbdc;
	margin-top: 0.2rem;
}
.i_ser ul{
	width: 100%;
}
.i_ser ul li{
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #333333;
	padding: 0.35rem 0.9rem 0.35rem 0.5rem;
}
.i_ser ul li:nth-child(2),.i_ser ul li:nth-child(4),.i_ser ul li:nth-child(5),.i_ser ul li:nth-child(7){
	background-color: #efefef;
}
.i_ser ul li .ico{
	width: 80px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.i_ser ul li .ico img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.i_ser ul li .info{}
.i_ser ul li .tit{
	font-size: 0.22rem;
	color: #fff;
}
.i_ser ul li:nth-child(2) .tit,.i_ser ul li:nth-child(4) .tit,.i_ser ul li:nth-child(5) .tit,.i_ser ul li:nth-child(7) .tit{
	color: #595757;
}
/* 服务中心 e */

/* 新闻中心 s */
.i_news{
	padding-bottom: 1.3rem;
}
.i_news .i_tit{
	align-items: center;
}
.i_news .i_tit ul{
	display: flex;
	align-items: center;
}
.i_news .i_tit ul li:not(:last-child){
	margin-right: 0.36rem;
}
.i_news .i_tit ul li a{
	font-size: 20px;
	color: #232323;
}
.i_news .i_tit ul li.active a{
	color: #005bcb;
}
.i_news .con{}
.i_news .item{
	display: none;
	overflow: hidden;
}
.i_news .item.show{
	display: block;
}
.i_news .fl{
	width: 42.7%;
}
.i_news .fl .info{
	padding: 0.4rem 0 0;
}
.i_news .fr{
	width: 47.3%;
}
.i_news .fr ul{
	position: relative;
}
.i_news .fr ul::before{
	position: absolute;
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	left: 6px;
	top: 0;
	background-color: #cccccc;
}
.i_news .fr ul li{
	position: relative;
	padding: 0.6rem 0 0.25rem 0.42rem;;
}
.i_news .fr ul li::before{
	position: absolute;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	top: 0.65rem;
	left: 0;
	border-radius: 50%;
	background-color: #cccccc;
}
.i_news .con a{
	display: block;
}
.i_news .con a .t1{
	color: #666666;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	line-height: 1.5;
}
.i_news .con a .t1 h4{
	font-size: 18px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.i_news .con .fl a .t1 h4{
	color: #005bcb;
}
.i_news .con a .t1 span{
	font-size: 14px;
}
.i_news .con a .p1{
	font-size: 16px;
	line-height: 1.5;
	height: 3em;
	margin-top: 0.15rem;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
/* 新闻中心 e */


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

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

/* 品牌故事 s */
.n_ab_01{
	background-color: #f7f8f8;
	padding: 1.15rem 0;
}
.n_ab_01 .con{}
.n_ab_01 .fl{
	width: 55.25%;
}
.n_ab_01 .fl .info{
	position: relative;
	font-size: 14px;
	line-height: 2.15;
	z-index: 3;
}

.n_ab_01 .fl .info p:nth-of-type(5){
	color: #fff;
	margin: 0.65rem 0 0.5rem;
}

.n_ab_01 .fr{
	width: 43.35%;
}
.n_ab_01 .fr .pic::before{
	position: absolute;
	content: "";
	right: 100%;
	top: 36%;
	width: 1000rem;
	height: 35.9477%;
	background-color: #005bcd;
	z-index: 1;
}
.n_ab_01 .fr .pic{}
.n_ab_01 .fr .pic img{}
.n_ab_01 .fr .ico{
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
}
/* 品牌故事 e */

/* 蒙卡达国际 s */
.n_ab_02{
	position: relative;
	padding-top: 0.65rem;
}
.n_ab_02::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 4rem;
	left: 0;
	top: 0;
	background-color: #005bcd;
	z-index: -1;
}
.n_ab_02 .con{
	padding: 0.35rem;
	width: 75%;
	background-color: #ecedee;
	margin: 0 auto;
}
.n_ab_02 .con .pic{}
.n_ab_02 .con .pic img{}
.n_ab_02 .con .info{
	margin: 0.4rem 0;
	font-size: 14px;
	line-height: 2.15;
	color: #000000;
}
.n_ab_02 .con ul{}
.n_ab_02 .con ul li{
	width: 23.5%;
}
/* 蒙卡达国际 e */

/* KOB阔比·中国 s */
.n_ab_03{
	padding-top: 1.2rem;
}
.n_tit h3 img{
	margin-right: 0.1rem;
	height: 0.34rem;
}
.n_ab_03 .con{}
.n_ab_03 .con .fl{
	width: 41.815%;
}
.n_ab_03 .con .fr{
	width: 54%;
	color: #000000;
	line-height: 1.5;
}
.n_ab_03 .con .fr .t1{
	font-size: 0.36rem;
}
.n_ab_03 .con .fr .t2{
	font-size: 0.28rem;
	margin-top: 0.12rem;
}
.n_ab_03 .con .fr .p1{
	font-size: 14px;
	line-height: 2.15;
}
/* KOB阔比·中国 e */

/* 设计师理念 s */
.n_ab_04{
	padding: 1.8rem 0 1.2rem;
}
.n_ab_04 .con{}
.n_ab_04 .fl{
	width: 45%;
	background-color: #f7f8f8;
}
.n_ab_04 .fl .info{
	font-size: 14px;
	color: #000000;
	line-height: 2.15;
	padding: 0.45rem;
}
.n_ab_04 .fr{
	width: 55%;
}
/* 设计师理念 e */

/* 营销网络 s */
.n_ab_05{
	padding: 2.3rem 0;
	background: url('../images/n_ab_05_bg.jpg') no-repeat center/cover;
}
.n_ab_05 ul{}
.n_ab_05 ul li{
	position: relative;
	width: calc(50% - 5px);
	font-size: 14px;
	margin: 10px 10px 10px 0;
	background-color: #ecedee;
	padding: 0.2rem;
	line-height: 1.5;
	color: #000;
}
.n_ab_05 ul li:nth-child(2n){
	margin-right: 0;
}
.n_ab_05 ul li .ico{
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
}
.n_ab_05 ul li .ico img{}
.n_ab_05 ul li .t1{
	font-size: 18px;
}
.n_ab_05 ul li .p1{
	margin: 0.2rem 0 0.25rem;
}
.n_ab_05 ul li .p2{}
/* 营销网络 e */
/* ====================产品样式========================= */

/* 产品列表 s */
/* 产品列表 e */

/* 产品详情1 s */
.n_pro1_01{}
.n_pro1_01 .info{
	width: 40.4%;
	line-height: 1.5;
	background-color: #f3f3f3;
	padding: 1.45rem 0.8rem 0.2rem;
}
.n_pro1_01 .info .tit{
	font-size: 0.46rem;
	color: #005bcb;
}
.n_pro1_01 .info .tit span{
	font-size: 0.36rem;
	display: block;
}
.n_pro1_01 .info .des{
	font-size: 18px;
	line-height: 1.6;
	color: #676767;
}
.n_pro1_01 .pic{
	width: 59.6%;
}
.n_pro1_01 .pic img{}

.n_pro1_02{
	padding-bottom: 1.25rem;
}
.n_pro1_02 .img{
	width: 56.25%;
	padding-left: 1.9rem;
}
.n_pro1_02 .img ul{}
.n_pro1_02 .img ul li{
	width: 49%;
}
.n_pro1_02 .img ul li:last-child{
	width: 100%;
	margin-top: 2%;
}
.n_pro1_02 .img ul li img{
	width: 100%;
}
.n_pro1_02 .info{
	width: 43.75%;
	padding: 0 0.8rem;
}

.n_pro1_02 .info .pic

}
.n_pro1_02 .info .pic img{}
.pro_tit,.pro_des h4{
	font-size: 0.46rem;
	line-height: 1.5;
	color: #005bcb;
	font-weight: 700;
}
.pro_des h4{
	margin-bottom: 0.4rem;
}
.pro_tit span{
	display: block;
	font-size: 0.36rem;
}
.pro_tit span.tit-24{
	font-size: 0.24rem;
}
.pro_des{
	font-size: 18px;
	line-height: 1.65;
	color: #676767;
}
.pro_des .list-paddingleft-2{
	padding-left: 32px;
}
.pro_des .list-paddingleft-2 li{
	position: relative;
}
.pro_des .list-paddingleft-2 li:first-child::before{
	position: absolute;
	content: "1";
	left: -32px;
	top: 2px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #0c7341;
	border-radius: 50%;
	font-size: 14px;
	color: #fff;
}
.pro_des .list-paddingleft-2 li+li p{
	font-size: 14px;
}
.pro_des .list-paddingleft-2 li span{
	white-space: normal !important;
}
.pro_des .list-paddingleft-2:nth-of-type(1) li:first-child::before{
	content: "1";
}
.pro_des .list-paddingleft-2:nth-of-type(2) li:first-child::before{
	content: "2";
}

.pro_des .list-paddingleft-2:nth-of-type(3) li:first-child::before{
	content: "3";
}




.n_pro1_03{
	padding-bottom: 1.2rem;
}
.n_pro1_03 .info{
	width: 40.4%;
	line-height: 1.5;
	background-color: #f3f3f3;
	padding: 1.45rem 0.8rem 0.2rem;
}
.n_pro1_03 .info .tit{
	font-size: 0.46rem;
	color: #005bcb;
}
.n_pro1_03 .pic{
	width: 59.6%;
}
/* 产品详情1 e */

/* 产品详情2 s */
.n_pro2_01{}
.n_pro2_01 .info{
	width: 40.7%;
	padding: 1.4rem 0.8rem 0.2rem;
	background-color: #f3f3f3;
}
.n_pro2_01 .pic{
	width: 59.3%;
}
/* 产品详情2 e */

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

/* 新闻列表 s */
.n_newslist{}
.n_newslist ul{}
.n_newslist ul li{}
.n_newslist ul li{
	border-bottom: 1px dashed #ccc;
	-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_newslist ul li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0.3rem 0;
	overflow: hidden;
}
.n_newslist ul li .fl{}
.n_newslist ul li .fl .img{
	width: 230px;
}
.n_newslist ul li .fl .pic{}
.n_newslist ul li .fl .pic img{}
.n_newslist ul li .fl .date{
	line-height: 1.5;
	padding: 0 0.28rem;
}
.n_newslist ul li .fl .date span{
	color: #666666;
}
.n_newslist ul li .fl .date p{
	color: #808080;
}
.n_newslist ul li .fr{
	position: relative;
	flex: 1;
	padding-left: 0.3rem;
	border-left: 1px solid #d9d9d9;
}
.n_newslist ul li .fr .info{
	line-height: 1.5;
	padding-right: 1.6rem;
}
.n_newslist ul li .fr .info .t1{
	color: #333333;
}
.n_newslist ul li .fr .info .p1{
	color: #666666;
	line-height: 1.875;
	height: 5.625em;
	margin-top: 0.12rem;
}
.n_newslist ul li .fr .ico{
	position: absolute;
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.38rem;
	border: 1px solid #9b9b9b;
	text-align: center;
	border-radius: 50%;
	right: 0.4rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.n_newslist ul li .fr .ico i{
	font-size: 0.20rem;
	color: #9b9b9b;
}
.n_newslist ul li:hover{
	background-color: #f5f5f5;
}
.n_newslist ul li:hover .fl{
	padding-left: 0.3rem;
}
.n_newslist ul li:hover .fr .info{
	padding-right: 1.3rem;
}
/* 新闻列表 e */

/* 新闻详情 s */
.n_newsdet{
	padding: 0.6rem 0;
}
.n_newsdet .fl{
	width: calc(100% - 370px);
}
.n_newsdet .fl h3{
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
}
.n_newsdet .fl p.time{
	width: 100%;
	height: auto;
	padding: 0.15rem 0;
	border-bottom: 1px solid #ededed;
	font-size: 16px;
	line-height: 1.75;
	color: #666;
}
.n_newsdet .fl .des{
	width: 100%;
	height: auto;
	padding: 0.3rem 0;
	font-size: 16px;
	line-height: 26px;
	color: #555;
}
.n_newsdet .fl .des img{
	display: inline-block;
	margin: 0.15rem auto;
}
.n_newsdet .fl .des p{
	color: #555;
}

.n_newsdet .fr{
	width: 320px;
}
.n_newsdet .fr .tit{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.n_newsdet .fr .tit p{
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: 600;
	background: url(../images/xwxxtb1.png) left center no-repeat;
	background-size: 30px auto;
	padding-left: 35px;
	color: #333;
}
.n_newsdet .fr .tit a{
	width: 30px;
	height: 40px;
	background: url(../images/xwxxtb2.png) right center no-repeat;
	display: block;
}
.n_newsdet .fr .con{
	width: 100%;
	height: auto;
	padding: 10px 20px 20px 20px;
	margin-top: 15px;
	box-shadow: 0px 4px 15px #dedede;
	box-sizing: border-box;
}
.n_newsdet .fr .con ul{
	
}
.n_newsdet .fr .con ul li{
	width: 100%;
	height: auto;
	list-style: none;
	border-bottom: 1px solid #ededed;
	padding: 15px 0;
}
.n_newsdet .fr .con ul li a{}
.n_newsdet .fr .con ul li h4{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	font-weight: 600;
}
.n_newsdet .fr .con ul li p{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 24px;
	color: #555;
	margin: 5px 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;
}
.n_newsdet .fr .con ul li:hover p{
	color: #018b7b;
}
/* 新闻详情 e */

/* ====================应用样式========================= */


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

/* 品牌服务 s */
.n_ser_01{}
.n_ser_01 ul{}
.n_ser_01 ul li{
	background-color: #efeff0;
	width: 23.5%;
	margin: 0.15rem 0;
	padding: 0.5rem 3% 0.3rem;
}
.n_ser_01 ul li .ico{
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 0 auto;
	mix-blend-mode: multiply;
}
.n_ser_01 ul li .ico img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}
.n_ser_01 ul li .info{
	text-align: center;
}
.n_ser_01 ul li .tit{
	color: #000000;
	margin: 0.2rem 0 0.25rem;
}
.n_ser_01 ul li .des{
	font-size: 12px;
	line-height: 1.6;
	min-height: 8em;
	color: rgb(0,0,0,.5);
}
.n_ser_01 ul li i{
	display: inline-block;
	width: 0.05rem;
	height: 0.05rem;
	background-color: #000;
	border-radius: 50%;
	margin: 0 0.02rem;
}
/* 品牌服务 e */

/* 市场营销扶持 s */
.n_ser_02{
	padding-bottom: 1rem;
}
.n_ser_02 .con{}
.n_ser_02 .con ul{}
.n_ser_02 .con ul li{
	width: calc(50% - 0.14rem);
	margin-right: 0.28rem;
	margin-bottom: 0.28rem;
}
.n_ser_02 .con ul li:nth-child(2n){
	margin-right: 0;
}
.rect-5128{
	padding-bottom: 51.28%;
}
/* 市场营销扶持 e */

/* 下载中心 s */
.n_down_01{}
.n_down_01 .con{
	font-size: 16px;
	line-height: 2.5;
	color: #595757;
}
.n_down_01 .con h4{
	font-size: 18px;
	color: #000000;
}
.n_down_01 .btn{}
.n_down_01 .btn a{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding: 0.08rem 0.3rem;
	border-radius: 0.2rem;
	background-image: linear-gradient(to bottom, #4c96e5 0%, #005bcb 100%);
}
/* 下载中心 e */

/* 资料下载 s */
.n_down_02{}
.n_down_02 .con{
	padding-bottom: 1rem;
}
.n_down_02 .swiper{
	padding-bottom: 0.7rem;
}
.n_down_02 ul{
	height: 4.8rem;
}
.n_down_02 ul li{
	height: 1.2rem;
}
.n_down_02 ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.1rem 20%;
	height: 1.2rem;
	overflow: hidden;
	border-bottom: 1px solid #dedddd;
}
.n_down_02 ul li:first-child a{
	border-top: 1px solid #dedddd;
}
.n_down_02 ul li .fl{
	font-size: 18px;
	line-height: 1.4;
	color: #595757;
}
.n_down_02 ul li .fl h4{}
.n_down_02 ul li .fl span{}
.n_down_02 ul li .fr{}
.n_down_02 ul li .fr i{
	font-size: 0.32rem;
}
/* 资料下载 e */

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

/* 联系方式 s */
.n_contact_01{}
.n_contact_01 .tit{
	font-size: 18px;
	color: #878787;
	padding: 0.08rem 0;
	background-color: #f1f1f1;
	text-align: center;
}
.n_contact_01 .con{
	padding: 0 20%;
}
.n_contact_01 .con dl{
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #333333;
	padding: 0.15rem 0;
}
.n_contact_01 .con dl dt{}
.n_contact_01 .con dl dt i{
	font-size: 24px;
	margin-right: 0.1rem;
}
.n_contact_01 .con dl dt span{}
.n_contact_01 .con dl dd{}
/* 联系方式 e */

/* 在线留言 s */
.n_contact_02{
	padding-bottom: 0.6rem;
}
.n_contact_02 form{
	width: 10rem;
	max-width: 100%;
	margin: 0 auto;
}
.n_contact_02 .mui-input-row{
	width: 31%;
	margin-bottom: 0.16rem;
}
.n_contact_02 .mui-input-row.w100{
	width: 100%;
}
.n_contact_02 .mui-input-row input{
	width: 100%;
	font-size: 16px;
	color: #666;
	border: 1px solid #767575;
	height: 36px;
	line-height: 34px;
	padding-left: 0.1rem;
}
.n_contact_02 .mui-input-row input::placeholder{
	font-size: 16px;
	color: #666;
}
.n_contact_02 .mui-input-row textarea{
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 1.5em;
	padding: 0.1rem;
	height: calc(15em + 0.2rem);
	border: 1px solid #767575;
}
.n_contact_02 .btn{}
.n_contact_02 .btn input{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 0.1rem 0.45rem;
	background-color: #005bcb;
	cursor: pointer;
}

.n_contact_02 .map{
	width: 100%;
	height: 6rem;
}
.n_contact_02 .map img{
	max-width: none;
}
/* 在线留言 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;
	}
	.i_ab .top .fl .des{
		font-size: 18px;
	}
}

@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) */
	.n_newsdet .fl,.n_newsdet .fr{
		width: calc(100% - 260px);
	}
	.n_newsdet .fr{
		width: 240px;
	}
	.n_newsdet .fl h3{
		font-size: 20px;
	}
}

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


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.pc{display: none;}
	.mb{display: block;}
	
	.n_ban{
		height: 4.5rem;
	}
	.n_ban img{
		display: none;
	}
	
	.pd-100,.pd-120,.pd-140,.pd-160,.pd-60{
		padding: 0.8rem 0;
	}
	
	.i_tit .tit span{
		font-size: 0.56rem;
	}
	.i_tit .tit h3{
		font-size: 0.32rem;
		margin-top: 0.08rem;
	}
	
	.i_ab{
		padding: 0.8rem 0;
	}
	.i_ab .top .fl,.i_ab .top .fr{
		width: 100%;
	}
	.i_ab .top .fr{
		margin-top: 0.45rem;
	}
	.i_ab .bot ul li{
		width: 100%;
	}
	.i_ab .bot ul li:not(:last-child){
		margin-bottom: 0.25rem;
	}
	.i_ab .bot ul li .ico{
		height:36px;
		line-height: 36px;
	}
	.i_ab .bot ul li .ico img{
		max-height: 100%;
	}
	.i_ab .bot ul li .p1{
		margin-top: 0.35rem;
	}
	
	.i_pro{
		padding-top: 0.8rem;
	}
	.i_pro .i_tit a{
		width: 0.6rem;
		height: 0.6rem;
	}
	.i_pro ul li .ico{
		height: 42px;
		line-height: 42px;
	}
	.i_pro ul li .tit{
		font-size: 0.28rem;
	}
	.i_pro ul li span{
		padding: 0.16rem 0.45rem;
		font-size: 14px;
	}
	
	.i_ser .con{
		padding-top: 0.5rem;
	}
	.i_ser ul li{
		width: 50%;
		padding: 0.4rem 0.35rem;
	}
	.i_ser ul li{
		background-color: #333333 !important;
	}
	.i_ser ul li:nth-child(2),.i_ser ul li:nth-child(3),.i_ser ul li:nth-child(6),.i_ser ul li:nth-child(7){
		background-color: #efefef !important;
	}
	.i_ser ul li .ico{
		width: 50px;
		height: 30px;
		line-height: 30px;
	}
	.i_ser ul li .tit{
		color: #fff !important;
	}
	.i_ser ul li:nth-child(2) .tit, .i_ser ul li:nth-child(3) .tit, .i_ser ul li:nth-child(6) .tit, .i_ser ul li:nth-child(7) .tit{
		color: #595757 !important;
	}
	.i_ser ul li:nth-child(4) img,.i_ser ul li:nth-child(5) img{
		filter: brightness(100);
	}
	.i_ser ul li:nth-child(3) img,.i_ser ul li:nth-child(6) img{
		filter: brightness(0);
	}
	
	.i_news{
		padding-bottom: 0.8rem;
	}
	.i_news .i_tit{
		flex-direction: column;
		align-items: flex-start;
	}
	.i_news .i_tit ul{
		margin-top: 0.25rem;
	}
	.i_news .fl,.i_news .fr{
		width: 100%;
	}
	.i_news .fr{
		margin-top: 0.35rem;
	}
	
	.Footer-wrapper{
		padding-top: 0.6rem;
	}
	.Footer-container .mid .fr{
		display: none;
	}
	.Footer-container .mid .fl{
		width: 100%;
	}
	.Footer-container .mid .fl .logo img{
		height: 0.6rem;
	}
	.Footer-container .mid .fl .info .p1{
		padding: 0.15rem 0;
	}
	.Footer-container .mid .fl .info{
		padding-bottom: 0.35rem;
	}
	.Footer-container .bot{
		padding: 0.25rem 0;
	}
	
/* 	.sort_nav{
		display: none;
	} */
	.sort_nav{
		position: relative;
		/* height: 42px; */
	}
	.sort_nav .crumbs{
		display: none;
	}
	.sort_nav_view{
		width: 100%;
	}
	.sort_nav .tit{
		display: flex;
		/* display: none; */
	}
	.sort_nav .w16{
		min-height: auto;
		max-width: 100%;
	}
	.sort_nav_view ul{
		flex-wrap: wrap;
		box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
	}
	.sort_nav_view ul li{
		width: 100%;
		margin-left: 0;
		border-bottom: 1px solid rgba(0,0,0,.05);
	}
	.sort_nav_view ul li a{
		font-size: 14px;
		line-height: 1.75;
		padding: 0.16rem 4%;
		text-align: center;
	}
	.sort_nav_view ul li.active a::after{
		height: 1px;
		bottom: 0;
	}
	/* .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%;
		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%;
		margin-left: 0;
		border-bottom: 1px solid rgba(0,0,0,.05);
	}
	.sort_nav ul li a{
		display: block;
		width: 100%;
		padding: 0 4%;
		font-size: 14px;
		line-height: 42px;
		text-align: center;
		height: auto;
	}
	*/
	.sort_nav .tit i{
		transition: all .5s ease;
		transform: rotate(-90deg);
	}
	.sort_nav .tit.on i{
		transform: rotate(90deg);
	} 
	
	.n_ab_01 .fr .pic::before{
		display: none;
	}
	.n_ab_01 .fl,.n_ab_01 .fr{
		width: 100%;
	}
	.n_ab_01 .fl .info p,.n_ab_01 .fl .info p span{
		color: #333 !important;
	}
	.n_ab_01 .fl .info p:nth-of-type(5){
		margin: 0;
	}
	.n_ab_01 .fr{
		margin-top: 0.4rem;
	}
	.n_ab_01 .fr .ico{
		position: relative;
		margin: 0.5rem auto 0;
		text-align: center;
	}
	.n_ab_01 .fr .ico img{
		display: inline-block;
		width: 4rem;
	}
	
	.n_ab_02 .con{
		width: 100%;
		padding: 0.4rem;
	}
	.n_ab_02 .con ul li{
		width: 48%;
		padding: 0.1rem 0;
	}
	
	.n_ab_03{
		padding-top: 0.8rem;
	}
	.n_ab_03 .con .fl,.n_ab_03 .con .fr{
		width: 100%;
	}
	.n_ab_03 .con{
		margin-top: 0.5rem;
	}
	.n_ab_03 .con .fr{
		margin-top: 0.5rem;
	}
	.n_ab_04{
		padding: 0.8rem 0;
	}
	.n_ab_04 .fl,.n_ab_04 .fr{
		width: 100%;
	}
	
	.n_pro1_01 .info,.n_pro1_01 .pic{
		width: 100%;
	}
	.n_pro1_01 .info{
		padding: 0.45rem;
	}
	
	.n_pro1_02 .img,.n_pro1_02 .info{
		width: 100%;
		padding-left: 0;
	}
	.n_pro1_02 .info{
		margin-top: 0.3rem;
	}
	
/* 	.n_pro1_03 .w16{
		flex-direction: column-reverse;
	} */
	.n_pro1_03 .info,.n_pro1_03 .pic,.n_pro2_01 .info,.n_pro2_01 .pic{
		width: 100%;
	}
	.n_pro1_03 .info{
		padding: 0.45rem;
	}
	
	.n_pro1_02{
		padding-bottom: 0.8rem;
	}
	.n_pro1_02 .info{
		padding: 0;
	}
	.n_pro2_01 .info{
		padding: 0.45rem;
	}
	
	.n_tit p{
		font-size: 0.36rem;
	}
	.n_tit h3{
		font-size: 0.42rem;
	}
	.n_ser_01 ul li{
		width: 49%;
		margin: 0 0 2% 0;
	}
	.n_ser_01 ul li .ico{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	
	.n_ser_02{
		padding-bottom: 0.8rem;
	}
	.n_ser_02 .con ul li{
		width: 100%;
		margin-right: 0;
	}
	.n_ser_02 .con ul li:last-child{
		margin-bottom: 0;
	}
	
	.n_newslist ul li .fl,.n_newslist ul li .fr{
		width: 100%;
		position: relative;
	}
	.n_newslist ul li .fl{
		flex-direction: column;
		align-items: flex-start;
	}
	.n_newslist ul li .fl .img{
		width: 100%;
		max-width: 100%;
	}
	.n_newslist ul li .fl .date{
		position: absolute;
		right: 0;
		top: 0;
		padding: 0.25rem;
		background-color: rgb(0,0,0,.3);
		color: #fff;
	}
	.n_newslist ul li .fl .date span,.n_newslist ul li .fl .date p{
		color: #fff;
	}
	.n_newslist ul li .fr{
		padding: 0.5rem 0.4rem;
		border: 1px solid #d9d9d9;
	}
	.n_newslist ul li .fr .ico{
		display: none;
	}
	.n_newslist ul li .fr .info{
		padding: 0;
	}
	
	.n_newsdet .fl,.n_newsdet .fr{
		width: 100%;
	}
	.n_newsdet .fr{
		margin-top: 20px;
	}
	.n_newsdet .fr .con ul li{
		padding: 10px 0;
	}
	
	.n_down_02 ul li a{
		padding: 0.15rem 10%;
	}
	.n_down_01 .btn a{
		padding: 0.16rem 0.42rem;
		font-size: 16px;
	}
	
	.n_contact_01 .tit{
		line-height: 1.75;
		padding: 0.15rem 0;
	}
	.n_contact_01 .con dl{
		width: 100%;
	}
	.n_contact_01 .con dl dt i{
		margin-right: 0.16rem;
	}
	.n_contact_01 .con{
		padding: 0;
	}
	.n_contact_02 .mui-input-row{
		width: 100%;
	}
	.n_contact_02 .mui-input-row input{
		padding-left: 0.2rem;
	}
	.n_contact_02 .mui-input-row textarea{
		padding: 0.2rem;
	}
	.n_contact_02 .mui-input-row input,.n_contact_02 .mui-input-row textarea,
	.n_contact_02 .mui-input-row input::placeholder,.n_contact_02 .mui-input-row textarea::placeholder{
		font-size: 14px;
	}
	.n_contact_02 .btn input{
		padding: 0.16rem 0.5rem;
		font-size: 14px;
	}
	.n_contact_02 .map{
		height: 5rem;
	}
	
	.n_ab_05{
		padding: 1.2rem 0;
	}
	.n_ab_05 ul li{
		width: 100%;
		margin-right: 0;
		padding: 0.36rem;
	}
	.n_ab_05 ul li .ico{
		height: 36px;
		line-height: 36px;
		top: 0.36rem;
		right: 0.36rem;
	}
	.n_ab_05 ul li .ico img{
		max-height: 100%;
	}
}

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

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.n_tit h3 img{
		height: 0.42rem;
	}
}

@media all and (max-width:480px) {
	.i_ab .top .fl .btn a{
		font-size: 14px;
		padding: 0.15rem 0.45rem;
	}
	.n_ban .ban_txt p{
		font-size: 13px;
		margin-top: 0.2rem;
	}
}

@media all and (max-width:420px) {
	.Footer-container .mid .fl .info .p2,.n_newsdet .fr .tit p,.n_contact_01 .con dl dt i{
		font-size: 18px;
	}
	.i_ab .top .fl .des,.i_news .i_tit ul li a,.i_news .con a .t1 h4,.n_pro1_01 .info .des,.pro_des,
	.n_newslist ul li .fr .info .t1,.n_down_02 ul li .fl,.n_contact_01 .tit,.n_contact_01 .con dl,
	.Header-container .tool .tel p,.i_ab .bot ul li .t1,.n_ab_05 ul li .t1{
		font-size: 16px;
	}
	.i_news .con a .p1,.n_newslist ul li .fr .info .p1,.com_page a, .com_page span,
	.n_newsdet .fl .des,.n_newsdet .fl p.time,.n_newsdet .fr .con ul li p,.n_down_02 ul li .fl span,
	.n_down_01 .con{
		font-size: 14px;
	}
	.i_ser ul li .tit,.n_ab_05 ul li{
		font-size: 13px;
	}
	.Footer-container .bot,.Footer-container .bot a{
		font-size: 12px;
	}
}

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