@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') 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') 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') 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;}
.layout {width: 1200px;margin: 0 auto;position: relative;max-width: 85%}
.wrap{width: 1100px;max-width: 85%;margin: 0 auto;}
.w12{width: 1200px;max-width: 85%;margin: 0 auto;}
.w14{width: 1440px;max-width: 85%;margin: 0 auto;}
.w16{width: 1540px;max-width: 85%;margin: 0 auto;}
.w18{width: 1800px;max-width: 92%;margin: 0 auto;}
.pc{display: block;}
.mb{display: none;}
.mt{margin-top: 65px;}
@media all and (max-width:1000px) {.pc{display: none;}.mb{display: block;}}

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

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

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

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

/* 头部 */
.Header-wrapper {position: fixed;width: 100%;left: 0;top: 0;background-color: rgb(255, 255, 255);z-index: 99;line-height: 65px;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
/* .Header-wrapper:after {content: "";position: absolute;left: 0;bottom: 0;z-index: 0;width: 100%;height: 1px;background-color: #fff;opacity: .3;transition: opacity .3s;} */
.Header-wrapper.on {box-shadow: 0 2px 10px rgb(0 0 0 / 5%);}
/* .Header-wrapper.on::after {opacity: 0;} */
#c-header.c-head-move {top: -100px;}
.Header-container {}
.Header-container .logo {}
.Header-container .logo {}
.Header-container .logo a {display: flex;align-items: center;font-size: 0;}
.Header-container .logo a img{width: auto;display: block;height: 0.54rem;}
.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.55rem;}
	.Header-container .c-nav>li::after {
	    content: "";
	    position: absolute;
	    display: block;
	    top: 100%;
	    left: 0;
	    margin-top: -0.08rem;
	    width: 0;
	    height: 2px;
	    background-color: #f55e69;
	    -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;
	    z-index: 3;
	}
	.Header-container .c-nav>li:hover::after {
	    width: 100%;
	}
	.Header-container .c-nav>li:last-child{margin-right: 0;}
	.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: #f55e69 !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: 0;margin-top: 0;background-color: #fff;z-index: 2;-webkit-transform: translate(0, 10px);-ms-transform: translate(0 10px);transform: translate(0, 10px);padding: 10px;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 10px 15px rgb(0 0 0 / 17%);}
	.Header-container .c-nav>li:hover>ul {pointer-events: all;-webkit-transform: translate(0);-ms-transform: translate(0);transform: translate(0);-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;    line-height: 24px;font-size: 16px;padding: 10px 10px 10px 30px;color: #58595b;-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);}
	.Header-container .c-nav>li>ul>li>a:hover {transform: translateX(10px);}
	/* .Header-container .c-nav>li>ul>li>a:before {content: "";position: absolute;top: 7px;bottom: 7px;left: -20px;width: 4px;background: #f55e69;-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: #f55e69;}
	.Header-wrapper .Header-container .c-nav>li .c-title-box{color: #4c4c4c;}
	
	.Header-container .c-nav>li>ul.sol_nav{width: 720px;display: flex;flex-wrap: wrap;left: -300px;}
	.Header-container .c-nav>li>ul.sol_nav li{width: 25%;}
}

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

.Header-container .tool .t_phone{display: flex;align-items: center;justify-content: center;}
.Header-container .tool .t_phone img{
    height: 30px;
}
.Header-container .tool .t_phone p{font-size: 0.2rem;color: #4c4c4c;margin-left: 0.08rem;}
/*顶部导航开关*/ 
#c-header .c-switch {display: none;width: 24px;height: 20px;cursor: pointer;}
#c-header .c-switch i {position: relative;display: block;height: 2px;background: #000;-webkit-transition: all 0.3s;transition: all 0.3s;}
#c-header .c-switch i:nth-child(1) {top: 0;}
#c-header .c-switch i:nth-child(3) {bottom: 0;}
#c-header .c-switch i:nth-child(2) {margin: 6px 0;}
#c-header.on .c-switch i {background: #333;}
body.c-open #c-header .c-switch i:nth-child(2) {opacity: 0;}
body.c-open #c-header .c-switch i:nth-child(1) {top: 8px;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
body.c-open #c-header .c-switch i:nth-child(3) {bottom: 8px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
@media (max-width: 1000px) {
	#c-header .c-switch {display: block;}
	.Header-wrapper{line-height: 60px;top: 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: 36px;}
	.mt{margin-top: 120px;}
	/*顶部移动端导航*/
	#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);}
	.Header-container .tool .t_phone{
		display: none;
	}
}
@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: #434343;}
.Footer-container{
	color: white;
}
.Footer-container .fl{
	width: 32.5%;
}
.Footer-container .fl dl{}
.Footer-container .fl dl:not(:last-child){
	margin-bottom: 0.2rem;
}
.Footer-container .fl dl a{}
.Footer-container .fl dt{
	font-size: 20px;
	color: white;
}
.Footer-container .fl dt::after{
	content: "";
	display: block;
	width: 0.2rem;
	height: 0.02rem;
	background-color: #f55e69;
	margin: 0.12rem 0 0.1rem;
}
.Footer-container .fl dd{
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	margin-right: 0.22rem;
	margin-bottom: 0.1rem;
}
.Footer-container .mid{
	width: 34%;
}
.Footer-container .mid .tit{}
.Footer-container .mid ul{}
.Footer-container .mid ul li{
	margin-top: 0.3rem;
}
.Footer-container .mid ul li p{
	padding-left: 0.4rem;
	font-size: 16px;
	line-height: 2;
	background: url('../images/f_address.png') no-repeat left;
}
.Footer-container .mid ul li:nth-child(2) p{
	background-image: url('../images/f_phone.png');
}
.Footer-container .mid ul li:nth-child(3) p{
	background-image: url('../images/f_email.png');
}
.Footer-container .mid ul li:nth-child(4) p{
	background-image: url('../images/f_tel.png');
}

.Footer-container .fr{
	width: 18%;
	text-align: left;
}
.Footer-container .fr .tit{
	line-height: 1.3;
}
.Footer-container .fr a{
	display: inline-block;
	padding: 0.12rem 0.25rem;
	background-color: #f55e69;
	border: 1px solid #f55e69;
	color: white;
	margin: 0.25rem 0 0.2rem;
}
.Footer-container .fr a:hover{
	background-color: transparent;
	color: #f55e69;
}
.Footer-container .fr .wx{}
.Footer-container .fr .wx img{
	width: 1.5rem;
}
.Footer-copy{
	background-color: #2D2D2D;
	padding: 0.18rem 0;
	font-size: 14px;
	line-height: 1.4;
	color: rgb(255,255,255,.75);
	text-align: center;
}
.Footer-copy .link{
	margin-bottom: 0.04rem;
}
.Footer-copy a{
	display: inline-block;
	margin: 0 0.02rem;
}
/* 中间+共用部分 */

/* ind_banner */
.i_banner .swiper-pagination-bullet{background-color: white;opacity: 1;}
.i_banner .swiper-pagination-bullet-active{background-color: #f55e69;}

.i_banner .com-swiper-button.swiper-button-prev{
	left: 5%;
}
.i_banner .com-swiper-button.swiper-button-next{
	right: 5%
}

/* com-swiper-page */
.com-swiper-page .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 0.6rem;
}
.com-swiper-page .swiper-pagination-bullet{
	position: relative;
	background-color: white;
	opacity: 1;
	width: 25px;
	height: 42px;
	border-radius: 0;
	background-color: transparent;
	margin: 0 !important;
}
.com-swiper-page .swiper-pagination-bullet::before {
    content: " ";
    width: 1px;
    height: 21px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #000;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.com-swiper-page.com-page-white .swiper-pagination-bullet::before{
	background-color: white;
}
.com-swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    height: 100%;
    background: #f55e69 !important;
}

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

/* com-swiper-button */
.com-swiper-button.swiper-button-prev,.com-swiper-button.swiper-button-next{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	top: 50%;
	margin-top: -0.3rem;
	/*background-color: #f55e69;*/
	background: rgba(0, 0, 0, 0.1)
	
}
.com-swiper-button.swiper-button-prev::after,.com-swiper-button.swiper-button-next::after{
	/*display: none;*/
	font-family: "iconfont" !important;
	font-weight: 700;
	content: "\e624";
	font-size: 0.28rem;
	color: white;
	z-index: 9;
}
.com-swiper-button.swiper-button-prev::before,.com-swiper-button.swiper-button-next::before{
	/*font-family: "iconfont" !important;*/
	/*font-weight: 700;*/
	/*content: "\e624";*/
	/*font-size: 0.28rem;*/
	/*color: white;*/
	content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.com-swiper-button.swiper-button-next:hover::before, .com-swiper-button.swiper-button-prev:hover::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.com-swiper-button.swiper-button-prev::after{
	transform: rotate(180deg);
}
.com-swiper-button.swiper-button-prev{
	left: 0;
}
.com-swiper-button.swiper-button-next{
	right: 0;
}

/* 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: #f55e69;}
.md-sideBar .side_item .bd {color: #f55e69;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{
	text-align: center;
	line-height: 1.3;
}
.i_tit h3{
	position: relative;
	display: inline-block;
	font-size: 45px;
	font-family: '微软雅黑';
	color: #282423;
	font-weight: 700;
}
.i_tit h3::before,.i_tit h3::after{
	position: absolute;
	content: "";
	display: block;
	width: 1.16rem;
	height: 1px;
	background-color: #acacac;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.i_tit h3::before{
	right: 100%;
	margin-right: 0.2rem;
}
.i_tit h3::after{
	left: 100%;
	margin-left: 0.2rem;
}
.i_tit p{
	font-size: 22px;
	color: #535252;
	margin-top: 0.12rem;
}
/* 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: #f55e69;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 img{width: 100%;}
.n_ban .ban_txt {position: absolute;width: 100%;left: 0;top: 50%;color: #fff;text-align: left;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.n_ban .ban_txt h3 {font-size: 0.54rem;font-weight: 700;font-family: '微软雅黑';}
.n_ban .ban_txt p {font-size: 0.24rem;max-width: 750px;line-height: 1.5;margin-top:0.25rem;}

/* sort_nav */
.sort_nav {border-bottom: 1px solid #e5e5e5;}
.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-right: 0.5rem;}
.sort_nav_view ul li:last-child{margin-right: 0;}
.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: #f55e69;}
.sort_nav_view ul li.active a {color: #f55e69;}
.sort_nav_view ul li.active a::after {content: "";display: block;width: 100%;height: 2px;position: absolute;bottom: -1px;left: 0;background-color: #f55e69;}

/* 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.1rem;}
.crumbs a:hover {color: #f55e69;}

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

/* 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: #f55e69;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: #f55e69;border: 1px solid #f55e69;border-radius: 5px;text-transform: capitalize;transition: all 0.3s;cursor: pointer;}
.morelink:hover {color: #f55e69;}

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


/* 右侧悬浮 */
.online_r{
	position: fixed;
	right: 0;
	bottom: 20%;
	margin-top: -100px;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	box-shadow: 0 0 5px rgb(0 0 0 / 15%);
	-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;
	z-index: 99;
	display: none;
}
/* .online_r:hover{
	right: 0;
} */
.online_r ul{}
.online_r ul li{
	position: relative;
	width: 60px;
	height: 60px;
	color: white;
	cursor: pointer;
}
.online_r ul li:not(:last-child){
	margin-bottom: 1px;
}
.online_r ul li a{
	position: absolute;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background: #f55e69;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
	vertical-align: middle;
	z-index: 9;
}
.online_r ul li .hd{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.online_r ul li .hd i{
	font-size: 0.3rem;
}
.online_r ul li .bd{
	display: inline-block;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	padding-left: 10px;
	vertical-align: middle;
}
.online_r ul li:hover a{
	width: 200px;
}
.online_r ul li .bd a{
	text-decoration: underline;
}
.online_r ul li .wx_img{
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -65px;
	margin-right: 20px;
	border-radius: 0.06rem;
	width: 130px;
	height: 130px;
	padding: 8px;
	opacity: 0;
	visibility: hidden;
	background-color: #f55e69;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.online_r ul li .wx_img::before {
    border: solid transparent;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    position: absolute;
    width: 0;
    border-width: 10px;
    border-left-color: #f55e69;
}
.online_r ul li:hover .wx_img{
	opacity: 1;
	visibility: visible;
}
.online_r ul li .wx_img img{}

#top_ul {
	display: none;
}

#top_ul {
	border: 0;
	margin: 0;
	padding: 0 4%;
	height: 60px;
	width: 100%;
	top: 0;
	z-index: 10002;
	position: fixed;
	background-color: white;
}
#top_ul li:nth-child(1){
	width: 15%;
}
#top_ul li:nth-child(1) img{
	margin-top: 5px;
	width:30px;
}
#top_ul li:nth-child(2){
	width: 45%;
}
#top_ul li:nth-child(3){
	width: 40%;
}
#top_ul li {
	float: left;
	padding: 10px 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 280%;
	list-style-type: none;
}

.img-block:first-child {
	margin-top: 60px;
}

.animation-wx {
	-webkit-animation: scale 4s linear infinite;
	animation: scale 4s linear infinite;
}

.animation-wx {
	float: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 22px;
	background: #1aad19;
	text-align: center;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	12.5% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	25% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	37.5% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

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

/* i_box_01 s */
.i_box_01{
}
.i_box_01 .box{
	padding: 0.8rem 0.9rem;
	box-shadow: 0 0 0.16rem #eaeaea;
}
.i_box_01 .fl{}
.i_box_01 .fl img{
	height: 0.6rem;
}
.i_box_01 .mid{
	width: 63%;
}
.i_box_01 .mid p{
	color: #727272;
	line-height: 1.4;
}
.i_box_01 .fr{}
.i_box_01 .fr a{
	display: inline-block;
	color: white;
	background-color: #f55e69;
	padding: 0.18rem 0.4rem;
	border-radius: 0.6rem;
}
/* i_box_01 e */

/* 服务 s */
.i_ser{}
.i_ser .top{
	background-color: #fafafa;
}
.i_ser .top ul{}
.i_ser .top ul li{
	text-align: center;
}
.i_ser .top ul li a{
	display: block;
}
.i_ser .top ul li .ico{
	height: 0.9rem;
	line-height: 0.9rem;
}
.i_ser .top ul li .ico img{
	display: inline-block;
	max-height: 0.8rem;
}
.i_ser .top ul li p{
	font-size: 18px;
	color: #282423;
	margin-top: 0.2rem;
}
.i_ser .top ul li.active p{
	color: #f55e69;
}
.i_ser .bot{
    padding-top: 0.24rem;
}
.i_ser .bot .item{
	position: relative;
	display: none;
	margin: 0 -0.16rem;
}
.i_ser .bot .item.show{
	display: block;	
}

.i_ser .bot .swiper-tool{
	position: relative;
	width: 2.5rem;
	height: 0.42rem;
	margin: 0.3rem auto 0;
}
.i_ser .com-swiper-button.swiper-button-prev,.i_ser .com-swiper-button.swiper-button-next{
	width: 1.2rem;
	height: 0.36rem;
	border-radius: 0.2rem;
	top: 0;
	margin-top: 0;
	background: #f55e69;
}
.i_ser .bot .swiper-tool .swiper-button-next::after,
.i_ser .bot .swiper-tool .swiper-button-prev::after{
    font-size: 0.2rem;
}
.i_ser .bot .swiper-tool .swiper-button-next::before,
.i_ser .bot .swiper-tool .swiper-button-prev::before{
	font-size: 0.16rem;
	display: none;
}


.i_ser .bot ul{}
.i_ser .bot ul li{
	padding: 0.16rem 0.1rem;
}
.i_ser .bot ul li a{
	display: block;
	padding: 0.35rem 0.2rem 0.3rem;
	box-shadow: 0 0 0.1rem #eaeaea;
}
.i_ser .bot ul li .info{
	line-height: 1.5;
	color: #555555;
}
.i_ser .bot ul li .info .tit{
	position: relative;
	padding-left: 12px;
	-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_ser .bot ul li .info .tit::before {
    content: "";
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 70%;
    background-color: #f55e69;
    border-radius: 4px;
}
.i_ser .bot ul li:hover .info .tit{
	color: #f55e69;
}
.i_ser .bot ul li .info i{
	display: inline-block;
	width: 0.25rem;
	height: 0.05rem;
	background: url('../images/ico_dian.png') no-repeat center;
	margin: 0.16rem 0 0.12rem;
}
.i_ser .bot ul li .info .des{
	height: 6em;
}
.i_ser .bot ul li .info span{
	display: inline-block;
	font-size: 12px;
	padding: 0.08rem 0.4rem;
	border: 1px solid #f55e69;
	color: #7a7a7a;
	margin-top: 0.15rem;
	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_ser .bot ul li:hover .info span{
	background-color: #f55e69;
	color: white;
}
/* 服务 e */

/* 热点 s */
.i_hot{}
.i_hot .tit{
	margin-bottom: 0.25rem;
}
.i_hot .tit h3{
	color: #303030;
}
.i_hot .top{}
.i_hot .top .fl{}
.i_hot .top .fl {
	width: calc(50% - 45px);
	height: 285px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.i_hot .fr{
	width: calc(50% - 45px);
	height: 285px;
}
.i_hot .top .fr{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.i_hot .news-list{
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}
.i_hot .news-list .first-news{}
.i_hot .news-list .first-news a{}
.i_hot .news-list .first-news .title{
	font-size: 16px;
	color: #000;
	margin-bottom: 7px;
}
.i_hot .news-list .first-news .summary{
	font-size: 14px;
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #323232;
}
.i_hot .news-list .news-item{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 6px;
}
.i_hot .news-list .news-item a{
	float: left;
	width: 23%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-right: 1%;
	font-size: 12px;
	line-height: 23px;
	color: #959595;
}
.i_hot .news-list .news-item a:hover{
	color: #000;
}
.i_hot .news-list .news-item a:after {
    position: absolute;
    right: 0;
    height: 14px;
    background: #e6e6e6;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
}

.i_hot .bot .fl,.i_hot .bot .fr{
	width: calc(50% - 45px);
	height: auto;
}
.i_hot .bot .fl .news-list{
	padding-bottom: 0;
	border: none;
}
/* 热点 e */

/* 方案 s */
.nav_top{
	margin-top: 0.3rem;
}
.nav_top ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.nav_top ul li{
    margin: 0.1rem 0;
}
.nav_top ul li a{
	font-size: 0.16rem;
	line-height: 1.1;
	color: #535252;
	padding: 0 0.12rem;
}
.nav_top ul li:not(:last-child) a{
	border-right: 1px solid #535252;
}
.nav_top ul li:hover a,.nav_top ul li.active a{
	color: #f55e69;
}
.i_sol{
	background-color: #FAFAFA;
}
.i_sol .con{}
.i_sol .item{
	display: none;
	overflow: hidden;
}
.i_sol .item.show{
	display: block;
}
.i_sol .fl{
	width: 36%;
	padding-right: 0.75rem;
	padding-top: 0.75rem;
}
.i_sol .fl .tit{
	display: inline-block;
	color: #555555;
	font-weight: 700;
	padding-bottom: 0.15rem;
	border-bottom: 0.02rem solid #f55e69;
	margin-bottom: 0.15rem;
}
.i_sol .fl .des{
	line-height: 1.75;
}
.i_sol .fl a{
	display: inline-block;
	font-size: 20px;
	color: white;
	padding: 0.1rem 0.5rem;
	background-color: #FF5445;
	border: 1px solid #ff5445;
	border-radius: 0.2rem;
	margin-top: 0.4rem;
}
.i_sol .fl a:hover{
	background-color: transparent;
	color: #ff5445;
}
.i_sol .fr{
	width: 64%;
	padding: 0 0.8rem;
}
.i_sol .fr .swiper{
	padding: 0.1rem;
}
.i_sol .fr ul{}
.i_sol .fr ul li{
	border-radius: 0.06rem;
	overflow: hidden;
	background-color: white;
	box-shadow: 0 0 0.08rem rgb(15,38,93,.18);
}
.i_sol .fr ul li a{
	display: block;
}
.i_sol .fr ul li .pic{}
.i_sol .fr ul li .info{
	padding: 0.2rem 0.4rem;
}
.i_sol .fr ul li .tit{
	color: #2e2e2e;
}
.i_sol .fr ul li .des{
	color: #535353;
	line-height: 1.4;
	height: 4.2em;
	margin-top: 0.12rem;
}
/* 方案 e */

/* 项目 s */
.i_project{
}
.i_project .con{}
.i_project .item{
	display: none;
}
.i_project .item.show{
	display: block;
}
.i_project .item ul{}
.i_project .item ul li{
	float: left;
	width: 31.5%;
	margin-right: 2.75%;
	/*margin-bottom: 0.45rem;*/
	border-radius: 0.14rem;
	overflow: hidden;
	box-shadow: 0 0 0.3rem rgb(234,234,234,.56);
}
.i_project .item ul li:nth-child(3n){
	margin-right: 0;
}
.i_project .item ul li a{
	display: block;
	padding: 0.25rem;
}
.i_project .item ul li .info{
	line-height: 1.5;
	padding: 0.25rem 4% 0.1rem;
	text-align: center;
}
.i_project .item ul li .tit{
	color: #3c3c3c;
}
.i_project .item ul li .des{
	color: rgb(60,60,60,.7);
	margin-top: 0.06rem;
}
.i_project .item ul li span{
	display: inline-block;
	font-size: 16px;
	color: #474646;
	padding: 0.08rem 0.3rem;
	border: 1px solid #f55e69;
	border-radius: 0.4rem;
	margin-left: 0.04rem;
	margin-top: 0.15rem;
}
.i_project .item ul li span i{
	margin-left: 0.04rem;
}
/* 项目 e */

/* 新闻 s */
.i_news{
	background-color: #FAFAFA;
	padding: 0.8rem 0 0.4rem;
}
.i_news .top{}
.i_news .top .tit{
	position: relative;
	color: #282423;
	font-weight: 700;
}
.i_news .top .tit::before {
    content: attr(text);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: black;
    z-index: 3;
}
.i_news .top .tit::after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 0.09rem;
	bottom: 0;
	left: 0;
	background-color: #f55e69;
	z-index: 1;
}
.i_news .top ul{
	margin-left: 2rem;
}
.i_news .top ul li{
	position: relative;
}
.i_news .top ul li:not(:last-child){
	margin-right: 0.35rem;
}
.i_news .top ul li::after{
	position: absolute;
	content: "";
	display: block;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0.02rem;
	background-color: #a7a6a6;
	-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_news .top ul li.active::after,.i_news .top ul li:hover::after{
	width: 100%;
}
.i_news .top ul li a{
    display: block;
	font-size: 16px;
	color: #535252;
	padding-bottom: 0.1rem;
}

.i_news .con{}
.i_news .con .item{
	display: none;
}
.i_news .con .item.show{
	display: block;
}
.i_news .fl{
	position: relative;
	width: 36.7%;
	padding: 0.25rem 0.3rem 0.3rem;
	box-shadow: 0 0 0.16rem rgb(158,159,164,.18);
	background-color: white;
}
.i_news .fl ul li .info{
	position: relative;
	padding: 0.25rem 0.9rem 0.32rem 0;
}
.i_news .fl ul li .info::before{
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 0.8rem;
	background-color: #727272;
	right: 0.75rem;
	top: 0.20rem;
}

.i_news .fl .swiper-pagination{
	bottom: 0 !important;
	text-align: left;
}
.i_news .fl .swiper-pagination .swiper-pagination-bullet{
	background-color: #727272;
	opacity: 1;
}
.i_news .fl .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #f55e69;
}
.i_news ul li .info::after{
	position: absolute;
	content: "\e7c3";
	right: 0.01rem;
	top: 0.35rem;
	width: 0.5rem;
	height: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "iconfont" !important;
	font-size: 0.24rem;
	border-radius: 50%;
	border: 1px solid #7b7b7b;
	color: #444444;
}
.i_news ul li .tit{
	color: #242424;
}
.i_news ul li .des{
	color: #282828;
	line-height: 1.4;
	height: 4.2em;
	margin-top: 0.1rem;
}
.i_news .fl ul li .des{
	height: 2.8em;
}
.i_news .fr{
	width: 62%;
}
.i_news .fr ul li{
	float: left;
	width: calc((100% - 10px) / 2);
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: white;
	box-shadow: 0 0 0.05rem rgb(158,159,164,.15);
}
.i_news .fr ul li:nth-child(2n){
	margin-right: 0;
}
.i_news .fr ul li a{
	display: block;
}
.i_news .fr ul li a:hover{
	box-shadow: 0 0 0.12rem rgb(158,159,164,.18);
}
.i_news .fr ul li .info{
	position: relative;
	padding: 0.3rem 0.9rem 0.3rem 0.3rem;
	-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_news .fr ul li .info::after{
	right: 0.2rem;
	top: 0.45rem;
}
.i_news .fr ul li:hover .info{
	background-color: #f55e69;
}
.i_news .fr ul li:hover .info .tit,.i_news .fr ul li:hover .info .des{
	color: white;
}
.i_news .fr ul li:hover .info::after{
	border-color: white;
	color: white;
}
.i_news .more{}
.i_news .more a{
	display: inline-block;
	font-size: 0.24rem;
	color: #7a7a7a;
	padding: 0.1rem 0.6rem;
	border-radius: 0.4rem;
	border: 1px solid #f55e69;
}
.i_news .more a:hover{
	background-color: #f55e69;
	color: white;
}

/* 新闻 e */

/* i_bot s */
.i_bot{
	padding: 0.12rem;
	background-color: white;
}
.i_bot ul{}
.i_bot ul li{
	width: 20%;
}
.i_bot ul li:not(:last-child){
	border-right: 1px solid #e7e7e7;
}
.i_bot ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.15rem 0.25rem;
}
.i_bot ul li .ico{
	width: 90px;
	height: 55px;
	line-height: 55px;
}
.i_bot ul li .ico img{
	display: inline-block;
	max-height: 100%;
}

.i_bot ul li .info{
	width: calc(100% - 110px);
	line-height: 1.3;
}
.i_bot ul li .info .tit-en{
	color: #a6a6a6;
	margin-bottom: 0.02rem;
}
.i_bot ul li .info .tit-cn{
	color: #4c4c4c;
}
.i_bot ul li i{
	font-size: 16px;
	color: #f55e69;
}
/* i_bot e */

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

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

/* 公司简介 s */
.n_custom{
	min-height: 300px;
}
.n_custom .con{
	line-height: 1.75;
	color: #333;
}
.n_custom .con img{
	display: inline-block;
}
/* 公司简介 e */

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

/* 荣誉资质 s */

/* 荣誉资质 e */

/* 工厂环境 s */

/* 工厂环境 e */


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

/* 服务列表 s */
.n_serlist{
	background-color: #fafafa;
}
.n_serlist .con{}
.n_serlist .item{
	margin: 0.45rem 0;
}
.n_serlist .item:last-child{
	margin-bottom: 0;
}
.n_serlist .item .fl{
	width: 220px;
	margin-right: 0.15rem;
	text-align: center;
	padding: 0.1rem 0.05rem;
	border: 1px solid #e6e6e6;
	border-radius: 0.04rem;
}
.n_serlist .item .fl .ico{
	height: 1.1rem;
	line-height: 1.1rem;
}
.n_serlist .item .fl .ico img{
	display: inline-block;
	max-height: 100%;
}
.n_serlist .item .fl p{
	text-align: center;
	color: #2a2a2a;
	margin-top: 0.08rem;
	font-size: 0.24rem;
}
.n_serlist .item .fr{
	position: relative;
	padding-left: 0.3rem;
	flex: 1;
}
.n_serlist .item .fr::before{
	position: absolute;
	content: "";
	display: block;
	width: 0.03rem;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #51C4A1;
}
.n_serlist .item .fr::after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 0.03rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 8px solid #f55e69;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.n_serlist .item .fr ul{
	height: 100%;
	align-content: space-between;
}
.n_serlist .item .fr ul li{
	width: 19%;
	margin-right: 1.25%;
	border-radius: 0 0.04rem 0.04rem 0;
	overflow: hidden;
	box-shadow: 0 0 0.06rem rgb(32,32,32,.09);
	-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_serlist .item .fr ul li:nth-child(5n){
	margin-right: 0;
}
.n_serlist .item .fr ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.52rem;
	background-color: white;
}
.n_serlist .item .fr ul li:hover{
	box-shadow: 0 0 0.12rem rgb(32,32,32,.15);
}

.n_serlist .item .fr ul li p{
	width: calc(100% - 0.52rem);
	color: #525252;
	line-height: 0.52rem;
	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;
	 white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.n_serlist .item .fr ul li:hover p{
	color: #f55e69;
}
.n_serlist .item .fr ul li i{
	font-size: 0.24rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	width: 0.52rem;
	height: 0.52rem;
	background-color: #f55e69;
}
/* 服务列表 e */


/* 服务列表2 s */
.n_serlist2{}
.n_serlist2 .con{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.n_serlist2 .item{
    position: relative;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-shadow: 0px 2px 24px rgb(0 0 0 / 8%);
	border-radius: 8px;
	padding: 0.32rem 0.24rem;
	background: #fff;
	display: flex;
	flex-direction: column;
}
.n_serlist2 .item:nth-child(3n){
	margin-right: 0;
}
.n_serlist2 .item .tit{
	position: relative;
	font-size: 24px;
	font-weight: 500;
	padding-left: 20px;
	color: #181c25;
	line-height: 1.5;
	margin-bottom: 8px;
	width: calc(100% - 120px);
}
.n_serlist2 .item .tit::before {
    content: "";
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
    width: 8px;
    height: 22px;
    background-color: #f55e69;
    border-radius: 4px;
}
.n_serlist2 .item .des{
	font-size: 14px;
	line-height: 1.7;
	height: calc(3.6em + 0.2rem);
	padding-bottom: 0.2rem;
	border-bottom: 1px dotted #c1c5ce;
	margin-bottom: 19px;
}
.n_serlist2 .item .link{
	line-height: 2;
	height: 8em;
	/*margin-bottom: 0.35rem;*/
	overflow-y: auto;
	padding-right:5px;
}
.n_serlist2 .item .link a{
	float: left;
	width: 48%;
	margin-right: 4%;
	owhite-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.n_serlist2 .item .link a:nth-child(2n){
	margin-right: 0;
}
.n_serlist2 .item .link a::after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #f55e69;
	-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_serlist2 .item .link a:hover{
	color: #f55e69;
}
.n_serlist2 .item .link a:hover::after{
	width: 100%;
}
.n_serlist2 .item .link a i{
	margin-right: 0.08rem;
	font-size: 16px;
	color: #f55e69;
}
.n_serlist2 .item .link::-webkit-scrollbar {width:4px; height:4px;}
.n_serlist2 .item .link::-webkit-scrollbar-thumb {border-radius:5px; background:#f55e69;}
.n_serlist2 .item .link::-webkit-scrollbar-track {border-radius:0; background:#f6f5f5;}
.n_serlist2 .item .btn{
    position: absolute;
    right: 0.24rem;
    top: 0.32rem;
	width: 115px;
	height: 36px;
	border-radius: 20px;
	border: 1px solid #f55e69;
	font-size: 16px;
	font-weight: 500;
	color: #f55e69;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.n_serlist2 .item .btn:hover{
    background-color: #f55e69;
    color: #fff;
}
/* 服务列表2 e */

/* 服务详情 s */
.ser_tit{
	margin-bottom: 0.35rem;
}
.ser_tit h3{
	font-size: 38px;
	line-height: 1.2;
	color: #333333;
	margin-bottom: 0.15rem;
}
.ser_tit p{
	color: #666666;
	font-size: 16px;
	line-height: 1.4;
}

/* 相关内容 s */
.n_ser_xg{
	padding: 0.4rem 0;
}
.n_ser_xg ul{
	margin: 0 -20px ;
}
.n_ser_xg ul li{
	float: left;
	width: 20%;
	padding: 0 20px;
}
.n_ser_xg ul li a{
	border-radius: 20px 0 20px 0;
	padding: 17% 12px 18%;
	display: block;
	text-align: center;
	-webkit-box-shadow: 0 5px 12px rgb(0 0 0 / 8%);
	box-shadow: 0 5px 12px rgb(0 0 0 / 8%);
}
.n_ser_xg ul li .info{}
.n_ser_xg ul li .info .tit{
	font-family: '微软雅黑';
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.25rem;
}
.n_ser_xg ul li .info .des{
	line-height: 1.5;
	height: 6em;
	color: #999999;
}
.n_ser_xg ul li .info span{
	margin: 35px auto 0;
	display: block;
	width: 180px;
	font-style: normal;
	max-width: 80%;
	background: #FFFFFF;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #f55e69;
	border: 1px solid #f55e69;
	letter-spacing: 2px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.n_ser_xg ul li:hover .info span{
    background: #f55e69;
    color: #FFFFFF;
}
/* 相关内容 e */

.n_ser_link{
	font-size: 0;
}
.n_ser_link a{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.25rem 0.25rem 0;
	border-radius: 50px;
	overflow: hidden;
	padding: 6px 20px;
	min-width: 100px;
	text-align: center;
	line-height: 2;
	border: 1px solid #f55e69;
	color: #212121;
	font-size: 16px;
}
.n_ser_link a:hover{
	background-color: #f55e69;
	color: white;
}

.n_ser_01{}
.n_ser_01 ul{}
.n_ser_01 ul li{
	padding: 0 35px;
	width: calc(100% / 4 - 30px);
	height: 420px;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: solid 1px #dddddd;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.n_ser_01 ul li:hover {
    background-color: white;
    border: solid 1px rgba(221, 221, 221, 0);
    -webkit-box-shadow: -3px 3px 10px #ccc;
    box-shadow: -3px 3px 10px #ccc;
}
.n_ser_01 ul li .ico{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
	height: 96px;
}
.n_ser_01 ul li .ico img{
	display: inline-block;
	max-height: 100%;
}
.n_ser_01 ul li .tit{
	width: 100%;
	margin-bottom: 45px;
	position: relative;
	text-align: center;
	color: #333333;
	font-size: 26px;
}
.n_ser_01 ul li .tit::after {
    content: '';
    width: 24px;
    height: 3px;
    background-color: #f55e69;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.n_ser_01 ul li .des{
	color: #666666;
	font-size: 15px;
	line-height: 1.75;
	text-align: center;
}

.n_ser_02{
	background-color: #F8F8FA;
}
.n_ser_02 ul{}
.n_ser_02 ul li{
	width: calc(445/1400*100%);
	margin-left: calc(32.5/1400*100%);
	background: #fff;
	-webkit-box-shadow: 0px 7px 13px 0px rgb(36 37 41 / 5%);
	box-shadow: 0px 7px 13px 0px rgb(36 37 41 / 5%);
	margin-bottom: 33px;
	padding: 36px 38px 36px;
	position: relative;
}
.n_ser_02 ul li:nth-child(3n+1) {
    margin-left: 0;
}
.n_ser_02 ul li .ico{
	font-size: 0;
	height: 42px;
	display: flex;
	align-items: center;
}
.n_ser_02 ul li .ico img{
	max-height: 100%;
}
.n_ser_02 ul li .tit{
	font-size: 26px;
	color: #333;
	margin-top: 24px;
}
.n_ser_02 ul li .des{
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 20px;
}
.n_ser_02 ul li .num{
	position: absolute;
	right: 30px;
	top: 36px;
	font-size: 32px;
	color: #000;
	opacity: 0.1;
}

.n_ser_03{}
.n_ser_03 ul{
	display: flex;
	flex-wrap: wrap;
}
.n_ser_03 ul.ul2{
	flex-direction: row-reverse;
}
.n_ser_03 ul li{
	width: calc(460/1400*100%);
	margin-left: calc(10/1400*100%);
	box-shadow: 0px 5px 13px 0px rgb(128 128 128 / 10%);
	border: 1px solid rgb(236, 236, 236);
	border-radius: 4px;
	position: relative;
	padding: 50px 40px;
	margin-bottom: 10px;
}
.n_ser_03 ul.ul1 li:first-child {
    margin-left: 0;
}
.n_ser_03 ul.ul2 li:last-child {
    margin-left: 0;
}
.n_ser_03 ul li .tit{
	font-size: 24px;
	color: #333;
}
.n_ser_03 ul li .des{
	font-size: 16px;
	line-height: 28px;
	color: #666;
	max-width: 295px;
	width: calc(375/460*100%);
	margin-top: 22px;
}
.n_ser_03 ul li .num{
	font-size: 58px;
	position: absolute;
	right: 40px;
	bottom: 50px;
	font-family: tel;
	color: rgba(41,188,148, 0.1);
}
.n_ser_03 ul li .posi{
	position: absolute;
	right: -28px;
	bottom: 50px;
	background: #fff;
}
.n_ser_03 ul.ul2 li .posi {
    transform: rotate(180deg);
    right: auto !important;
    left: -29px;
}
.n_ser_03 ul li .ico{
    position: absolute;
	right: 42px;
	top: 30px;
}
.n_ser_03 ul li .ico img{
    max-width: 65px;
}
/* 服务详情 e */

/* 新闻快讯 s */
.n_xwkx{
	background-color: #FAFAFA;
}
.n_xwkx .con{}
.n_xwkx ul{}
.n_xwkx ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-top: 0.6rem;
}
.n_xwkx ul li:nth-child(3n){
	margin-right: 0;
}
.n_xwkx ul li a{}
.n_xwkx ul li .info{
	position: relative;
	line-height: 1.5;
}
.n_xwkx ul li span{
	color: #525252;
}
.n_xwkx ul li .tit{
	color: #13906f;
	margin: 0.1rem 0 0.15rem;
}
.n_xwkx ul li .des{
	color: #525252;
	height: 3em;
}
.n_xwkx ul li i{
	position: absolute;
	right: 0;
	bottom: -0.18rem;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	font-size: 12px;
	color: white;
	padding: 0.06rem 0.25rem;
	border-radius: 0.4rem;
	background-color: #FF5345;
	-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_xwkx ul li:hover i{
	background-color: #f55e69;
}
/* 新闻快讯 e */

/* ====================新闻样式========================= */
/* 新闻列表 s */
.n_newslist{
	background-color: #F2F2F2;
}
.n_newslist ul{}
.n_newslist ul li{
	float: left;
	width: 24%;
	margin-right: calc(4% / 3);
	margin-bottom: 0.25rem;
}
.n_newslist ul li:nth-child(4n){
	margin-right: 0;
}
.n_newslist ul li a{
	display: block;
}
.n_newslist ul li .info{
	line-height: 1.5;
	padding: 0.25rem 0.35rem;
	background-color: white;
}
.n_newslist ul li .info .t1{
	display: flex;
	align-content: center;
	justify-content: flex-start;
	font-size: 16px;
	color: #666;
}
.n_newslist ul li .info .t1 i{
	font-size: 16px;
	line-height: 1.5;
	margin-right: 0.08rem;
	color: #f55e69;
	-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 .info .t2{
	height: 3em;
	color: #000;
	font-weight: 700;
	margin: 0.2rem 0;
}
.n_newslist ul li .info .t3{
	line-height: 1.75;
	height: 3.5em;
	color: #666;
	margin-bottom: 0.25rem;
}
.n_newslist ul li .info .t4{
	display: flex;
	align-content: center;
	justify-content: flex-start;
	font-size: 14px;
	color: #f55e69;
	text-transform: uppercase;
}
.n_newslist ul li .info .t4 i{
	font-size: 14px;
	line-height: 1.5;
	margin-left: 0.08rem;
	color: #f55e69;
	-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:hover .info{
	background-color: #f55e69;
}
.n_newslist ul li:hover .t1,.n_newslist ul li:hover .t1 i,.n_newslist ul li:hover .t2,
.n_newslist ul li:hover .t3,.n_newslist ul li:hover .t4,.n_newslist ul li:hover .t4 i{
	color: white;
}
/* 新闻列表 e */

/* 新闻详情 s */
.n_newsdet{
	width: calc(100% - 350px);
}
.n_newsdet.w100{
	width: 100%;
}
.n_newsdet .box{
	padding: 0.6rem 0.9rem 0.8rem;
	background: #fff;
}
.n_newsdet .tit{
	font-size: 0.24rem;
	font-weight: 700;
	color: #000;
	line-height: 1.5;
	text-align: center;
}
.n_newsdet .des{
	text-align: center;
	margin: 0.2rem auto 0.4rem auto;
	font-size: 16px;
	color: #999999;
	line-height: 1.3;
}
.n_newsdet .des span:not(:last-child){
	display: inline-block;
	border-right: 1px solid #999;
	padding-right: 0.1rem;
	margin-right: 0.1rem;
}
.n_newsdet .con{
	padding: 0.4rem 0.5rem 0.7rem;
	border-top: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
	font-size: 16px;
	line-height: 1.75;
	color: #666666;
}
.n_newsdet .con img{
	display: inline-block;
	max-width: 100% !important;
	height: auto !important;
}
.n_newsdet .bot{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0.7rem;
}
.n_newsdet .bot .fl{
	width: calc(100% - 220px);
}
.n_newsdet .bot .fl a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.n_newsdet .bot .fl a:hover{
	color: #f55e69;
}
.n_newsdet .bot .fl a:first-child{
	margin-bottom: 0.1rem;
}
.n_newsdet .bot .fl a i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.54rem;
	height: 0.54rem;
	color: #333;
	border: 1px solid #ddd;
	font-size: 0.3rem;
	-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 .bot .fl a p{
	font-size: 16px;
	line-height: 1.75;
	margin-left: 0.2rem;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.n_newsdet .bot .fr{}
.n_newsdet .bot .fr a{
	width: 200px;
	height: 60px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	background-color: #f55e69;
}
.n_newsdet .bot .fr a:hover {
    box-shadow: 0 0 0.1rem #f55e69;
}
.n_newsdet .bot .fr a i{
	font-size: 20px;
}
.n_newsdet .bot .fr a p{
	margin-left: 0.1rem;
}

.news_xg{
	width: 320px;
}
.dmlan {
    margin-bottom: 20px;
    padding: 29px 0 14px 0;
    background-color: #fff;
}
.lan-common h4 {
    padding-left: 15px;
    margin: 0 0 15px 0;
    line-height: 1;
    border-left: 5px solid #f55e69;
    font-size: 19px;
    font-weight: 400;
    color: #333;
}
.dmlan .zoom{
    padding: 17px 0 0 18px;
	overflow: hidden;
}
.dmlan .zoom a {
	float: left;
    display: inline-block;
    height: 24px;
    padding: 0 13px;
    margin: 0 22px 13px 0;
    line-height: 22px;
    border-radius: 20px;
    border: 1px solid #eee;
}
.dmlan .zoom a:hover{
	background-color: #f55e69;
	border-color: #f55e69;
	color: white;
}
.dmsort {
    margin-bottom: 20px;
    padding: 29px 0 8px 0;
    background-color: #fff;
}
.dmsort h4 {
    margin-bottom: 35px;
}
.dmsort li {
    margin-bottom: 20px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dmsort li span{
	margin-right: 10px;
	font-size: 13px;
	color: #f55e69;
}
.dmsort li a{
	font-size: 14px;
	color: #222;
}
.dmsort li a:hover{
	color: #f55e69;
}
/* 新闻详情 e */

/* ====================项目样式========================= */


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

/* 方案分类列表 s */
.sol_box{
	background: #fff;
	padding: 35px 0;
	border-bottom: 1px solid #dddddd;
}
.sol_menu{
	display: flex;
	position: relative;
	flex-wrap: wrap;
}
.sol_menu p{
	width: 12.5%;
	font-size: 16px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sol_menu p:before {
    content: "●";
    display: inline-block;
    margin-right: 8px;
    color: #999999;
}
.sol_menu p:hover::before{
	color: #f55e69;
}
.sol_menu p a{
	color: #000;
}
.sol_menu p:hover a{
	text-decoration: underline;
	color: #f55e69;
}
.sol_menu p i{
	line-height: 38px;
	margin-left: 10px;
}
/* 方案分类列表 e */

/* 方案列表 s */
.n_sol_list{}
.n_sol_list ul{}
.n_sol_list ul li{
	width: 24%;
	float: left;
	margin-right: calc(4% / 3);
	margin-bottom: 20px;
}
.n_sol_list ul li:nth-child(4n){
	margin-right: 0;
}
.n_sol_list ul li a{
	display: block;
}
.n_sol_list ul li:hover a{
	box-shadow: 0 0 15px 1px rgb(0 0 0 / 10%);
}
.n_sol_list ul li .info{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ebebeb;
	border-top: none;
	padding: 20px 20px 0;
	line-height: 36px;
}
.n_sol_list ul li .tit{
	font-weight: bold;
	color: #222;
}
.n_sol_list ul li:hover .tit{
	color: #f55e69;
}
.n_sol_list ul li .des{
	color: #666;
}
.n_sol_list ul li .more{
	width: 100%;
	border-top: 1px solid #e3e3e3;
	margin-top: 7px;
	font-size: 14px;
	color: #666;
	line-height: 36px;
	padding: 7px;
	background: url('../images/icon20.png') right center no-repeat;
	transition: all ease .3s;
}
.n_sol_list ul li:hover .more{
	background: url('../images/icon21.png') right center no-repeat;
}
/* 方案列表 e */

/* 方案详情 s */
.n_sol_det{
	background-color: #f7f7f7;
}
.n_sol_det .fl{
	width: 68.75%;
	min-height: 500px;
}
.n_sol_det .fl .top{
	background: #fff;
	padding: 0.35rem 0.3rem 0.4rem;
}
.n_sol_det .fl .top .tit{}
.n_sol_det .fl .top .tit h3{
	margin-bottom: 5px;
	line-height: 1.5;
	font-weight: 300;
}
.n_sol_det .fl .top .info{
	padding-bottom: 20px;
	border-bottom: 1px solid #f7f7f7;
	font-weight: 300;
	color: #a3afb7;
}
.n_sol_det .fl .top .info span{
	margin-right: 0.1rem;
}
.n_sol_det .fl .top .con{
	font-size: 16px;
	line-height: 1.8em;
	padding-top: 0.25rem;
}
.n_sol_det .fl .bot{
	padding: 0.25rem 0.3rem;
	margin-top: 0.1rem;
	background: #fff;
}
.n_sol_det .fl .bot .tit{
	color: #999;
	line-height: 1.6;
}
.n_sol_det .fl .bot ul{
	margin-top: 0.24rem;
}
.n_sol_det .fl .bot ul li{
	float: left;
	width: 31.7%;
	margin-right: 2.45%;
	transition: all 0.5s linear;
}
.n_sol_det .fl .bot ul li:nth-child(3n){
	margin-right: 0;
}
.n_sol_det .fl .bot ul li a{
	display: block;
}
.n_sol_det .fl .bot ul li .title{
	font-size: 14px;
	line-height: 1.87;
	color: #222;
	padding: 0.12rem 0.1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.n_sol_det .fr{
	width: 30%;
	background: #fff;
	padding: 0.36rem 0.3rem 0.1rem;
}
.n_sol_det .fr .tit{
	line-height: 1.5;
	color: #c3c3c3;
}
.n_sol_det .fr ul{
	margin-top: 0.1rem;
}
.n_sol_det .fr ul li{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 25px;
	margin-bottom: 13px;
}
.n_sol_det .fr ul li a{
	display: block;
}
.n_sol_det .fr ul li .t1{
	font-size: 16px;
	padding-bottom: 15px;
	padding-top: 10px;
	color: #222;
	transition: all 0.3s ease-out;
}
.n_sol_det .fr ul li:hover .t1{
    color: #f55e69;
}
.n_sol_det .fr ul li .t3{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 7px;
}
.n_sol_det .fr ul li .t3 .t_rq{
	background: url('../images/icon-time.png') no-repeat left center;
	padding-left: 20px;
}
.n_sol_det .fr ul li .t3 .t_sf{
	background: url('../images/icon-ll.png') no-repeat left center;
	padding-left: 20px;
	margin-left: 10px;
}
/* 方案详情 e */

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

/* 联系我们 s */
/* 联系我们 e */



/*---------------------------------------小红书--------------------------------------- */

/* 小红书推广 */
.ab_banner {
	position: relative;
	width: 100%;
	height: auto;
	background: url(../images/ab_banner.png) center no-repeat;
	background-size: cover;
	height: 4.58rem;
}

.ab_banner img {}

.ab_banner .info {
	position: absolute;
	left: 15%;
	top: 25%;
	color: white;
	line-height: 1;
}

.ab_banner .info h3 {
	font-size: 0.66rem;
	font-family: 'sybold';

}

.ab_banner .info h4 {
	font-size: 0.3rem;
	font-family: 'syme';
	/* margin-top: 0.32rem;
	margin-bottom: 0.55rem; */
	margin-top: 5.4%;
	margin-bottom: 9%;
}

.ab_banner .info p {
	font-size: 0.3rem;
	font-family: 'syme';
}

.ab_banner .info p i {
	font-size: 0.4rem;
	font-family: 'syme';
	font-style: italic;
}

.wrap {
	width: 1100px;
	margin: 0 auto;
}

.wrap img {
	width: auto;
	margin: auto;
}

.wrap strong {
	font-weight: bold;
}

.box_tg {
	padding-top: 1.7rem;
	line-height: 1;
}

.box_tg h3 {
	font-size: 0.42rem;
	font-family: 'sybold';
	text-align: center;
	color: #1d1d1d;
}

.box_tg .subtit {
	text-align: center;
	margin: 0.3rem auto 0.7rem;
}

.box_tg p {
	display: inline-block;
	position: relative;
	font-size: 0.29rem;
	font-family: 'sybold';
	color: #ff2741;
	line-height: 0.82rem;
	padding-left: 0.82rem;
}

.box_tg p span {
	display: inline-block;
	margin: 0 0.06rem;
	width: 0.6rem;
	height: 0.03rem;
	background-color: #ff2741;
	vertical-align: middle;
}

.box_tg p::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/about_xhs.png);
	width: 0.82rem;
	height: 0.82rem;
	line-height: 32px;
}

.box_tg .con {
	line-height: 1;
}

.box_tg .con ul {}

.box_tg .con ul li {
	position: relative;
	float: left;
	width: 32%;
	margin-right: 2%;
	height: 3.65rem;
	border-radius: 0.28rem;
	border: 1px solid #626262;
	padding: 0 0.15rem;
}

.box_tg .con ul li:nth-child(3n) {
	margin-right: 0;
}

.box_tg .con ul li h4 {
	margin-top: 0.85rem;
	font-size: 0.34rem;
	color: #ff2741;
	text-align: center;
	font-family: 'sybold';

}

.box_tg .con ul li .info {
	margin-top: 0.65rem;
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #434343;
	font-family: 'syrl';
	letter-spacing: 0.01rem;
}

.box_tg .con ul li i {
	position: absolute;
	font-family: 'sybold';
	color: white;
	text-align: center;
	line-height: 0.58rem;
	font-size: 0.3rem;
	left: 0;
	top: -0.01rem;
	border-radius: 0.28rem 0 0.28rem 0;
	width: 0.7rem;
	height: 0.58rem;
	background: #626262;
}

/* 小红书实例 */
.box_sl {
	padding-top: 1.55rem;
}

.box_sl h3 {
	font-size: 0.42rem;
	color: #1d1d1d;
	font-family: 'sybold';
	text-align: center;
}

.box_sl img {
	max-width: 100%;
}

.box_sl .ico {
	margin: 0.28rem auto;
	width: 0.96rem;
}

.box_sl .info {
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.35rem;
	color: #434343;
	font-family: 'syrl';
}

.box_sl .pic {
	margin: 0.45rem auto 0;
	width: 8.3rem;

}

/* 营销 */
.box_yx {
	padding-top: 1.65rem;
}

.box_yx h3 {
	font-size: 0.42rem;
	color: #1d1d1d;
	font-family: 'sybold';
	line-height: 1;
	text-align: center;
}

.box_yx .con {
	margin-top: 1.1rem;
	line-height: 1;
}

.box_yx .con .left {
	float: left;
	width: 54%;
}

.box_yx .con .left .box_t {
	width: 48%;
	margin: 0 auto;
	height: 2.2rem;
	background-color: #e9344f;
	text-align: center;
}

.box_yx .con .left .box_t h4,
.box_yx .con .left .bottom .box_l h4,
.box_yx .con .left .bottom .box_r h4 {
	position: relative;
	font-size: 0.3rem;
	color: white;
	padding-top: 0.3rem;
}

.box_yx .con .left .box_t h4::before,
.box_yx .con .left .bottom .box_l h4:before,
.box_yx .con .left .bottom .box_r h4:before {
	content: "";
	position: absolute;
	width: 0.45rem;
	height: 0.02rem;
	bottom: -0.18rem;
	left: 50%;
	margin-left: -0.225rem;
	background: white;
}

.box_yx .con .left .box_t .info,
.box_yx .con .left .bottom .box_l .info,
.box_yx .con .left .bottom .box_r .info {
	font-size: 0.18rem;
	font-family: 'syrl';
	color: white;
	line-height: 0.3rem;
	margin-top: 0.4rem;
}

.box_yx .con .left .bottom {
	width: 100%;
	margin-top: 0.32rem;
}

.box_yx .con .left .bottom .box_l,
.box_yx .con .left .bottom .box_r {
	width: 46%;
	margin-right: 4%;
	height: 2.2rem;
	background-color: #e9344f;
	text-align: center;
}

.box_yx .con .left .bottom .box_l {
	float: left;
}

.box_yx .con .left .bottom .box_r {
	float: right;
}

.box_yx .con .left .bottom .box_l h4 {}

.box_yx .con .left .bottom .box_l .info {}

.box_yx .con .left .bottom .box_r {}

.box_yx .con .left .bottom .box_r h4 {}

.box_yx .con .left .bottom .box_r .info {}

.box_yx .con .right {
	float: right;
	width: 46%;
}

.box_yx .con .right img {
	width: 4.96rem;
	max-width: 100%;
	margin: 0 auto;
}

/* 高效背书 */
.box_bs {
	margin-top: 1.65rem;
	padding-top: 0.5rem;
	padding-bottom: 0.9rem;
	background-color: #e9344f;
	color: white;
	line-height: 1;
}

.box_bs h3 {
	font-size: 0.42rem;
	font-family: 'sybold';
	text-align: center;
	margin-top: 0.5rem;
}

.box_bs p {
	font-size: 0.22rem;
	text-align: center;
	font-family: 'syrl';
	margin-top: 0.18rem;
}

.box_bs ul {
	margin-top: 0.55rem;
}

.box_bs ul li {
	width: calc(92% / 3);
	margin-right: 4%;
	height: 4.3rem;
	padding: 0.15rem 1% 0;
	float: left;
	border: 1px solid white;
	text-align: center;
}

.box_bs ul li:nth-child(3n) {
	margin-right: 0;
}

.box_bs ul li img {
	width: 100%;
}

.box_bs ul li h4 {
	margin: 0.27rem auto 0;
	display: inline-block;
	font-size: 0.35rem;
	font-family: 'sybold';
	padding: 0.08rem 0.14rem;
	color: #e9344f;
	background-color: white;
}

.box_bs ul li .info {
	margin-top: 0.3rem;
	font-size: 0.22rem;
	line-height: 0.32rem;
	font-family: 'syrl';
}

/* 推广策略 */
.box_cl {
	padding-top: 1.6rem;
	text-align: center;
	line-height: 1;
}

.box_cl h3 {
	font-size: 0.42rem;
	font-family: 'sybold';
	color: #222323;
}

.box_cl>p {
	margin-top: 0.24rem;
	font-size: 0.22rem;
	color: #656666;
	font-family: 'syrl';
}

.box_cl .con {
	margin-top: 0.95rem;
}

.box_cl .con .left {
	float: left;
	width: 48%;
	padding-top: 0.45rem;
}

.box_cl .con .right {
	float: right;
	width: 50%;
}

.box_cl .con .right ul {}

.box_cl .con .right ul li {
	position: relative;
	width: 100%;
	height: 0.8rem;
	margin-bottom: 0.48rem;
	border: 1px solid #333333;
}

.box_cl .con .right ul li:last-child {
	margin-bottom: 0;
}

.box_cl .con .right ul li::after {
	content: "";
	position: absolute;
	width: 0.6rem;
	height: 0.6rem;
	top: 0;
	left: 50%;
	margin-left: -0.3rem;
	margin-top: -0.3rem;
	background: url(../images/about_cl2.png) no-repeat center;
}

.box_cl .con .right ul li h4 {
	font-size: 0.16rem;
	color: #e9344f;
	font-family: 'sybold';
	margin-top: 0.3rem;
}

.box_cl .con .right ul li p {
	margin-top: 0.07rem;
	color: #333333;
	font-family: 'syrl';
	font-size: 0.14rem;
}

/* 内容技巧 */


.box_jq {
	padding-top: 2rem;
	padding-bottom: 0.5rem;
	line-height: 1;
	text-align: center;

}

.box_jq h3 {
	font-size: 0.42rem;
	font-family: 'sybold';
	color: #222323;
}

.box_jq>p {
	font-size: 0.22rem;
	font-family: 'syrl';
	margin-top: 0.24rem;
	color: #656666;
}

.box_jq ul {
	margin-top: 0.85rem;
}

.box_jq ul li {
	float: left;
	position: relative;
	width: 14%;
	margin: 0 3% 0.6rem;
}

.box_jq ul li img {
	max-width: 100%;
	padding-bottom: 0.49rem;
}

.box_jq ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0.22rem;
	color: #333333;
	width: 100%;
	margin-bottom: 0;
	font-family: 'syrl';
	color: #333333;
	z-index: 3;
}

/* .box_jq ul li i{
	width: 100%;
	display: inline-block;
	height: 0.08rem;
	margin-top: -0.04rem;
	margin-top: 1rem;
	background-color: #e5e5e5;
	z-index: 2;
} */
.box_jq ul li::after {
	content: "";
	position: absolute;
	width: 1rem;
	height: 0.08rem;
	bottom: 0;
	left: 50%;
	margin-left: -0.5rem;
	margin-bottom: -0.04rem;
	background-color: #e5e5e5;
	z-index: 2;
}

* 运营方案 s */
.dy_group1{
	padding-top: 1rem;
}
.dy_group1 ul{
	
}
.dy_group1 ul li{
	width: 50%;
	padding: 0.3rem 0.55rem 0.2rem 0.1rem;
}
.dy_group1 ul li:nth-child(2n){
	padding: 0.3rem 0.1rem 0.2rem 0.55rem;
	-webkit-box-orient: horizontal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;
}
.dy_group1 ul li:nth-child(3),.dy_group1 ul li:nth-child(4){
	background-color: #f8f8f8;
}
.dy_group1 ul li .fr{
	text-align: right;
}
.dy_group1 ul li:nth-child(2n) .fr{
	text-align: left;
}
.dy_group1 ul li .fl{
	margin-left: 0.3rem;
}
.dy_group1 ul li .fl .ico{
	width: 1.34rem;
	text-align: center;
}

.dy_group1 ul li:nth-child(2n) .fl{
	margin-right: 0.3rem;
	margin-left: 0;
}
.dy_group1 ul li .fl .ico img{
	width: 100%;
	-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;
}
.dy_group1 ul li .fl .ico:hover img{
	transform: rotateY(180deg);
}
.dy_group1 ul li .fl p{
	font-size: 0.2rem;
	margin-top: 0.2rem;
	color: #333333;
	text-align: center;
}
.dy_group1 ul li .fr{
	flex: 1;
	padding-top: 0.25rem;
}
.dy_group1 ul li .fr h4{
	font-size: 0.24rem;
	color: #f55e69;
}
.dy_group1 ul li .fr .text{
	font-size: 0.16rem;
	line-height: 1.5;
	color: #666666;
	margin-top: 0.15rem;
}
/* 运营方案 e */

/* 6大好处 s */
.dy_group2{
	padding-top: 1rem;
}
.dy_group2 ul{}
.dy_group2 ul li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	box-shadow: 0 0 16px #8edcc7;
	margin-bottom: 0.6rem;
	border-radius: 8px;
	overflow: hidden;
	-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;
}
.dy_group2 ul li:hover{
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.dy_group2 ul li:nth-child(3n){
	margin-right: 0;
}
.dy_group2 ul li .pic{
	position: relative;
}
.dy_group2 ul li .pic>img{
	width: 100%;
}
.dy_group2 ul li .pic i{
	position: absolute;
	left: 0.3rem;
	top: 100%;
	margin-top: -0.375rem;
	width: 0.75rem;
	height: 0.75rem;
	line-height: 0.75rem;
	text-align: center;
	background-color: white;
	border-radius: 50%;
	z-index: 2;
}
.dy_group2 ul li .pic i img{
	display: inline-block;
	max-width: 60%;
	max-height: 60%;
}
.dy_group2 ul li .info{
	padding: 0.8rem 0.3rem 0.4rem;
	background: -webkit-linear-gradient(#f7fcfb 10%, #dcf4ed 100%);
}
.dy_group2 ul li .info h4{
	font-size: 0.24rem;
	line-height: 1.5;
	font-weight: 700;
	color: #030303;
}
.dy_group2 ul li .info p{
	font-size: 0.16rem;
	color: #888888;
	line-height: 1.5;
	height: 0.9rem;
	margin-top: 0.12rem;
}
/* 6大好处 e */

/* 投放服务 s */
.dy_group3{
	padding: 0.5rem 0 1rem;
}
.dy_group3 .con{}
.dy_group3 .fl{
	width: 55%;
}
.dy_group3 .fl ul{}
.dy_group3 .fl ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	background-color: #f55e69;
	border-radius: 10px;
	padding: 0.65rem 2%;
	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;
}
.dy_group3 ul li:hover{
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.dy_group3 .fl ul li:nth-child(3n){
	margin-right: 0;
}
.dy_group3 .fl ul li .ico{
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	margin: 0 auto;
}
.dy_group3 .fl ul li .ico img{
	display: inline-block;
	max-width: 95%;
	max-height: 95%;
}
.dy_group3 .fl ul li .info{
	font-size: 0.2rem;
	line-height: 1.6;
	color: white;
	margin-top: 0.3rem;
	text-align: center;
}
.dy_group3 .fr{
	width: 44%;
}
.dy_group3 .fr img{}
/* 投放服务 e */



/* 抖音直播代运营 */

.w1500 {
	width: 1500px;
	max-width: 85%;
	margin: 0 auto;
}

.com_tit {
	text-align: center;
	position: relative;
}

.com_tit ::before {
	content: "";
	width: 50%;
	background: #9ec3b6;
	height: 1px;
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translate(-50%);
}

.com_tit ::after {
	content: "";
	width: 10%;
	background: #f55e69;
	height: 3px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%);
}


.com_tit h3 {
	font-size: 0.4rem;
	padding-bottom: 0.3rem;
}


.tt_one {
	margin: 100px auto;
}

.one_item {}

.one_item ul {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.one_item ul li {
	width: 31%;
	/* padding: 10px 45px 35px 45px; */
	box-shadow: 6px 8px 40px rgba(0, 0, 0, .13);
	border-radius: 25px;
	margin-bottom: 3%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.one_item ul li .picbox {
	margin-top: 30px;
	width: 300px;
	max-width: 100%;
}

.one_item ul li .pic {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	display: block;
	padding-bottom: 90%;
}


.one_item ul li .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
	/* height: 300px; */
}

.one_item ul li .info {
	height: 250px;
	padding: 20px 35px 30px 34px
}

.one_item ul li .info .infotit {
	justify-content: space-between;
	align-items: flex-start;
}

.one_item ul li .info .lf {}

.one_item ul li .info .lf .tit {
	font-size: 32px;
	line-height: 1;
	color: #f55e69
}

.one_item ul li .info .lf .subtit {
	font-size: 16px;
	color: #c2c2c2;
	margin-top: 0.04rem;
}

.one_item ul li .info .lr {}

.one_item ul li .info .con_item {
	margin-top: 15px;
}

.one_item ul li .info .con_item a {
	float: left;
	/* width: calc(100% / 3); */
	margin: 5px 15px 5px 0;
	color: #666666;
	font-size: 18px;
}

.tt_two {
	margin-bottom: 100px;
}

.tt_two img {
	width: 100%;
	margin-top: 50px;
}

.tt_three {
	margin-bottom: 100px;
}

.tt_three .thflex {
	justify-content: space-between;
	margin-top: 50px;
}

.th_item {
	border-radius: 35px;
	box-shadow: 6px 8px 40px rgb(0 0 0 / 13%);
	width: 23%;
	padding: 3% 2%;
}

.th_item .pic {}

.th_item .pic img {
	margin: 0 auto;
}


.th_item {
	position: relative;
	overflow: hidden;
}

.tt_three .th_item::after {
	content: "";
	position: absolute;
	height: 10px;
	width: 100%;
	background-color: #f55e69;
	top: 0;
	left: 0;
}

.th_item .info .tit {
	color: #f55e69;
	font-size: 32px;
	text-align: center;
	margin: 25px 0 15px 0;
}


.th_item .info .info_con {
	font-size: 16px;
	line-height: 20px;
	height: 220px;
}



.tt_four {
	margin-bottom: 100px;
}

.tt_four .fourflex {
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 30px;
	position: relative;
}

.four_item {
	width: calc(100% / 7);
	display: flex;
	align-items: center;
	margin-bottom: 3%;
}

.four_item:first-child {
	overflow: hidden;
}

.four_item:nth-child(8) {
	overflow: hidden;
}



.four_item2 {
	width: calc(100% / 8);
	display: flex;
	align-items: center;
	margin-bottom: 3%;
	margin-top: 3%;
}

.biaobtm {
	left: 92.5%;
	top: 40%;
	transform: rotate(90deg);
	position: absolute;
}

.four_item .lf {
	width: 100%;
	position: relative;
}

.four_item .lf::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -6%;
	background: url(../images/four_ico.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	margin-left: -15PX;
	MARGIN-TOP: -15PX;
}

.four_item2 .lf::before {
	content: '';
	transform: rotateY(-180deg);
	left: -8%;
}

.four_item .lf::before:first-child {
	display: none;
}

.four_item .lr {
	display: none;
}

.four_item .lr img {
	margin: 0 auto;
}




.four_item .pic {}

.four_item .pic img {
	margin: 0 auto;
	width: 70px;
}

.four_item .tit {
	text-align: center;
	font-size: 20px;
	color: #525252;
	font-family: "Regular";
	margin-top: 10px;
}

@media(max-width:1500px){
    
    .th_item .info .info_con {
        font-size: 16px;
        height: 220px;
    }
}


/* -------------------------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;
	}
	.Header-container .c-nav{
	    font-size: 16px;
	}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .n_serlist .item .fr ul li p{
        font-size: 15px;
    }
}

@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;}
	.online_r{display: none !important;}
	.w16{max-width: 92%;}
	
	#top_ul {
	    display: block;
	}
	
	.i_box_01 .box{
		flex-direction: column;
		padding: 0.8rem 5%;
	}
	.i_box_01 .fl img{
		height: 0.4rem;
	}
	.i_box_01 .mid{
		margin: 0.5rem 0;
		width: 100%;
	}
	.i_box_01 .fr a{
		padding: 0.25rem 0.6rem;
	}
	
	.i_tit h3{
		font-size: 0.6rem;
	}
	.i_tit p{
		font-size: 16px;
		margin-top: 0.2rem;
	}
	
	.i_ser .top ul{
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		padding-bottom: 0.3rem;
	}
	.i_ser .top ul li{
		display: inline-block;
	}
	.i_ser .top ul li:not(:last-child){
		margin-right: 0.4rem;
	}
	.i_ser .bot ul li a{
		padding: 0.4rem 0.3rem;
	}
	.i_ser .bot ul li .info .tit{
		padding-left: 8px;
	}
	.i_ser .bot ul li .info .tit::before{
		width: 2px;
		border-radius: 2px;
	}
	.i_ser .bot ul li .info i{
		width: 0.5rem;
		height: 0.1rem;
		margin: 0.2rem 0 0.16rem;
	}
	.i_ser .bot ul li .info span{
		border-radius: 0.3rem;
		margin-top: 0.2rem;
	}
	
	.i_hot .top .fl,.i_hot .top .fr{
		width: 100%;
		height: auto;
	}
	.i_hot .top .fl{
		height: 6rem;
	}
	.i_hot .top .fr{
		padding-top: 0.3rem;
	}
	.i_hot .news-list{
		padding-bottom: 0.3rem;
		margin-bottom: 0.3rem;
	}
	.i_hot .news-list:last-child{
		margin-bottom: 0;
	}
	
	.i_hot .news-list .news-item a{
		width: 49%;
	}
	.i_hot .bot .fl, .i_hot .bot .fr{
		width: 100%;
	}
	.i_hot .bot .fr .news-list{
		padding-top: 0.3rem;
	}
	
	.i_sol .fl,.i_sol .fr{
		width: 100%;
	}
	.i_sol .fl{
		padding: 0.5rem 0 0;
		text-align: center;
	}
	.i_sol .fr{
		margin-top: 0.6rem;
	}
	.i_sol .fr .swiper{
		padding: 0;
	}
	
	.i_sol .fr ul li .info{
		padding: 0.3rem 0.45rem;
	}
	.i_sol .fr ul li .des{
		margin-top: 0.2rem;
	}
	
	.i_sol .fl .tit{
		padding-bottom: 0.25rem;
		margin-bottom: 0.2rem;
	}
	
	.i_project .item ul li{
		width: 100%;
		margin-right: 0;
	}
	.i_project .item ul li:not(:last-child){
		margin-bottom: 0.35rem;
	}
	.i_project .item ul li a{
		padding: 0.3rem;
	}
	.i_project .item ul li .des{
		margin-top: 0.1rem;
	}
	.i_project .item ul li span{
		font-size: 14px;
		margin-left: 0;
	}
	.i_project .item ul li span i{
		font-size: 14px;
		margin-left: 0.06rem;
	}
	
	.i_news .top .tit{
		margin-bottom: 0.2rem;
	}
	.i_news .top ul{
		width: 100%;
		margin-left: 0;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: 0.2rem;
	}
	.i_news .top ul li{
		margin-bottom: 0.25rem;
	}
	
	.i_news .fl{
		margin-bottom: 0.25rem;
	}
	.i_news .fl,.i_news .fr{
		width: 100%;
	}
	.i_news ul li .des{
		margin-top: 0.15rem;
	}
	
	.i_bot{
		padding: 0.2rem 0;
	}
	.i_bot ul li{
		width: 50%;
		margin: 0.1rem 0;
	}
	.i_bot ul li:nth-child(2n){
		border: none;
	}
	.i_bot ul li a{
		padding: 0.1rem 0.2rem;
	}
	.i_bot ul li .ico{
		width: 1.2rem;
		height: 40px;
		line-height: 40px;
	}
	.i_bot ul li .info{
		width: calc(100% - 1.5rem);
	}
	.i_bot ul li .info .tit-en{
		margin-bottom: 0.04rem;
	}
	
	.Footer-container .fl,.Footer-container .mid,.Footer-container .fr{
		width: 100%;
	}
	.Footer-container .fl dt::after{
		width: 0.3rem;
		height: 0.03rem;
		margin: 0.2rem 0 0.15rem;
	}
	.Footer-container .mid{
		padding: 0.4rem 0;
	}
	.Footer-container .mid ul li{
		margin-top: 0.2rem;
	}
	.Footer-container .mid ul li p{
		background-size: auto 0.4rem;
		padding-left: 0.5rem;
	}
	.Footer-container .mid ul li:nth-child(3) p,.Footer-container .mid ul li:nth-child(4) p{
		background-size: 0.4rem auto;
	}
	.Footer-container .fr a{
		padding: 0.2rem 0.3rem;
	}
	.Footer-container .fr .wx img{
		width: 2rem;
	}
	
	.sort_nav_view{
		display: none;
	}
	
	.n_ban img{
		height: 4.5rem;
		object-fit: cover;
	}
	
	.sort_nav .w16{
		min-height: 50px;
	}
	
	.n_serlist2 .item{
		width: 100%;
	}
	
	.n_xwkx ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 0.8rem;
	}
	.n_xwkx ul li:nth-child(2n){
		margin-right: 0;
	}
	.n_xwkx ul li i{
		bottom: -0.35rem;
	}
	
	.n_ser_01 ul li{
		width: 48%;
		padding: 0.2rem;
		margin-bottom: 0.2rem;
		height: auto;
	}
	.n_ser_01 ul li .ico{
		height: auto;
		margin-bottom: 0.5rem;
	}
	.n_ser_01 ul li .ico img{
		width: 1.2rem;
	}
	.n_ser_01 ul li .tit{
		font-size: 0.32rem;
		margin-bottom: 25px;
	}
	.n_ser_01 ul li .tit::after{
		bottom: -15px;
	}
	
	.n_ser_01 ul{
		align-items: flex-start;
	}
	.ser_tit h3{
		font-size: 0.48rem;
	}
	.ser_tit p{
		font-size: 14px;
	}
	
	.n_ser_link a{
		font-size: 14px;
		padding: 4px 12px;
		min-width: auto;
	}
	
	.pd-40,.pd-60,.pd-80,.pd-100,.pd-120,.pd-140,.pd-160{
		padding: 0.8rem 0;
	}
	
	.n_ser_02 ul li{
		width: 100%;
		padding: 0.4rem;
		margin: 0 0 0.4rem;
	}
	.n_ser_02 ul li:last-child{
		margin-bottom: 0;
	}
	.n_ser_02 ul li .tit{
		font-size: 0.32rem;
		margin-top: 0.25rem;
	}
	.n_ser_02 ul li .des{
		margin-top: 0.2rem;
		line-height: 1.75;
	}
	
	.w14{
		max-width: 92%;
	}
	
	.n_ser_03 ul li{
		width: 100%;
		padding: 30px 20px;
	}
	.n_ser_03 ul li .num{
		font-size: 0.8rem;
		right: 0.4rem;
		bottom: 0.5rem;
	}
	.n_ser_03 ul li .ico{
		top: 0.3rem;
		right: 0.45rem;
	}
	.n_ser_03 ul li .posi{
		display: none;
	}
	.n_ser_03 ul li .des{
		font-size: 14px;
		line-height: 1.75;
		margin-top: 0.2rem;
	}
	
	.n_newsdet .box{
		padding: 0.8rem 5%;
	}
	.n_newsdet .tit{
		font-size: 0.36rem;
	}
	.n_newsdet .con{
		padding: 0.6rem 0;
	}
	
	.n_newsdet .bot .fl,.n_newsdet .bot .fr{
		width: 100%;
	}
	.n_newsdet .bot .fr a{
		width: 160px;
		height: 48px;
		font-size: 16px;
		margin: 0.4rem auto 0;
	}
	
	.n_ser_xg{
		padding: 0.8rem 0;
	}
	
	.n_ser_xg ul li{
		width: 50%;
		margin: 0.2rem 0;
	}
	.n_ser_xg ul li .info span{
		margin-top: 25px;
	}
	
	.n_sol_list ul li{
		width: 100%;
	}
	
	.n_sol_det .fl,.n_sol_det .fr{
		width: 100%;
	}
	.n_sol_det .fl .top .tit h3{
		margin-bottom: 10px;
	}
	.n_sol_det .fl .top{
		padding: 0.4rem;
	}
	.n_sol_det .fl{
		margin-bottom: 0.4rem;
	}
	.n_sol_det .fl .bot ul li{
		width: 100%;
		margin-right: 0;
	}
	.sol_menu p{
		width: 25%;
		line-height: 30px;
	}
	.sol_menu p:before{
		margin-right: 4px;
	}
	.sol_box{
		padding: 20px 0;
	}
	
	.n_newslist ul li{
		width: 100%;
	}
	.n_newslist ul li .info{
		padding: 0.4rem;
	}
	
	.n_newsdet,.news_xg{
		width: 100%;
	}
	.news_xg{
		margin-top: 0.5rem;
	}
	
	.n_newsdet .box{
		padding: 0.4rem;
	}
	
	.ab_banner .info{
		left: 10%;
	}
	.ab_banner .info h3{
		font-size: 0.48rem;
	}
	.ab_banner .info h4,.ab_banner .info p{
		font-size: 0.26rem;
	}
	.box_tg{
		padding-top: 1rem;
	}
	.box_tg p::before{
		background-size: 100% auto;
	}
	.box_tg .con ul li{
		width: 100%;
		margin-right: 0;
		padding: 0 0.3rem 0.6rem; 
		height: auto;
	}
	.box_tg .con ul li:not(:last-child){
		margin-bottom: 0.3rem;
	}
	.box_tg .con ul li h4{
		font-weight: 700;
		font-size: 0.54rem;
	}
	.box_tg .con ul li .info{
		font-size: 0.3rem;
		line-height: 1.75;
	}
	.box_tg .con ul li i{
		font-size: 0.48rem;
		width: 1rem;
		height: 0.8rem;
		line-height: 0.8rem;
	}
	
	.box_sl .info{
		font-size: 0.28rem;
		line-height: 1.5;
	}
	.box_yx .con .right,.box_yx .con .left{
		width: 100%;
	}
	.box_yx .con .left{
		margin-top: 0.75rem;
	}
	
	.box_bs p{
		font-size: 0.28rem;
	}
	.box_bs ul li{
		width: 100%;
		margin-right: 0;
		padding: 0.5rem 4%;
		height: auto;
	}
	.box_bs ul li:not(:last-child){
		margin-bottom: 0.4rem;
	}
	.box_bs ul li h4{
		padding: 0.12rem 0.2rem;
	}
	.box_bs ul li .info{
		font-size: 0.26rem;
	}
	
	.box_cl{
		padding-top: 1rem;
	}
	.box_cl>p{
		font-size: 0.28rem;
		line-height: 1.5;
	}
	.box_cl .con{
		margin-top: 0.65rem;
	}
	.box_cl .con .left,.box_cl .con .right{
		width: 100%;
		padding-top: 0;
	}
	.box_cl .con .right{
		margin-top: 0.5rem;
	}
	.box_cl .con .right ul li{
		height: auto;
		padding: 0.2rem;
	}
	.box_cl .con .right ul li::after{
		width: 1rem;
		height: 1rem;
		background-size: auto 100%;
	}
	.box_cl .con .right ul li h4{
		font-size: 16px;
		margin-top: 0.6rem;
	}
	.box_cl .con .right ul li p{
		font-size: 12px;
		line-height: 1.4;
		margin-top: 0.1rem;
	}
	
	.box_jq{
		padding: 1.2rem 0 0.6rem;
	}
	.box_jq>p{
		font-size: 14px;
		line-height: 1.5;
		margin-top: 0.3rem;
	}
	.box_jq ul li{
		width: 30%;
		margin: 0 1.6% 0.6rem;
	}
	
	.box_jq ul li p{
		font-size: 0.28rem;
	}
	.box_jq ul li::after{
		width: 1.25rem;
		height: 0.1rem;
		margin-left: -0.625rem;
		margin-top: -0.05rem;
	}
	
	.tt_one{
		margin: 1rem auto;
	}
	.one_item ul li{
		width: 48%;
	}
	.one_item ul li .info{
		padding: 0.6rem 0.4rem;
	}
	.one_item ul li .info .lf .tit{
		font-size: 0.36rem;
	}
	.one_item ul li .info .lr img{
		height: 0.4rem;
	}
	.one_item ul li .info .lf .subtit{
		font-size: 14px;
		margin-top: 0.08rem;
	}
	.one_item ul li .info .con_item a{
		font-size: 16px;
	}
	.wrap{
		max-width: 92%;
	}
	.com_tit h3{
		font-size: 0.36rem;
		line-height: 1.5;
	}
	.tt_two{
		margin-bottom: 1rem;
	}
	.tt_two img{
		margin-top: 0.6rem;
	}
	.tt_three .thflex{
		flex-wrap: wrap;
	}
	.th_item{
		width: 100%;
		padding: 6% 4%;
	}
	.th_item:not(:last-child){
		margin-bottom: 0.45rem;
	}
	.th_item .pic img{
		width: 1.6rem;
	}
	.th_item .info .tit{
		font-size: 0.42rem;
	}
	.th_item .info .info_con{
		font-size: 14px;
		line-height: 1.75;
		height: auto;
	}
	
	.tt_four{
		margin-bottom: 0.6rem;
	}
	.four_item{
		width: 25%;
	}
	.tt_four .fourflex{
		justify-content: flex-start;
	}
	.four_item .pic img{
		width: 55px;
	}
	.four_item .tit{
		font-size: 16px;
	}
}

@media all and (max-width:768px) {
	.i_ser .bot ul li .info .tit{
		font-size: 16px;
	}
	.n_serlist2 .item .tit{
		font-size: 20px;
		padding-left: 15px;
	}
	.n_serlist2 .item .tit::before{
		width: 6px;
	}
	.n_serlist2 .item .btn{
		width: 100px;
		height: 32px;
		line-height: 30px;
		font-size: 14px;
	}
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.i_ser .top ul li p,.i_sol .fl a{
		font-size: 16px;
	}
	.i_sol .fl a{
		border-radius: 0.4rem;
	}
	.n_ser_xg ul li{
		width: 100%;
	}
	
	.one_item ul li{
		width: 100%;
	}
	.one_item ul li .info{
		height: auto;
	}
}


@media all and (max-width:420px) {
	.Footer-container .fl dt{
		font-size: 16px;
	}
	.i_ser .top ul li p,.nav_top ul li a,.Footer-container .fl dd,.Footer-container .mid ul li p,.Footer-container .mid ul li p,.n_ser_02 ul li .des,
	.n_newsdet .des,.n_newsdet .con,.n_newsdet .bot .fl a p,.crumbs a,.n_sol_det .fl .top .info span,.n_sol_det .fl .top .con,.sol_menu p{
		font-size: 14px;
	}
	.i_ser .bot ul li .info .des,.Footer-copy,.Footer-copy a,.n_ser_01 ul li .des{
		font-size: 12px;
		margin-bottom: 2em;
	}
	
}

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