@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 "PingFang SC",Arial,"Microsoft YaHei","Hiragino Sans GB","Droid Sans Fallback","WenQuanYi Micro Hei",sans-serif;}
body {background:#fff;-webkit-text-size-adjust:100%;color: #333;}

/*End reset*/

/*public Css*/

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

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

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

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

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

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

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

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

*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;
*height: auto;object-fit: cover;}
.ofc ._full{object-fit: contain; }
.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-150{padding: 1.5rem 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;}
.mt150{margin-top: 1.5rem;}
.mt160{margin-top: 1.6rem;}
.mt170{margin-top: 1.7rem;}
.mt180{margin-top: 1.8rem;}
.mt190{margin-top: 1.9rem;}
.mt200{margin-top: 2rem;}

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

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

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

/* 头部 */
.Header-wrapper {position: fixed;width: 100%;left: 0;top: 0;background-color: rgb(0,71,157,.9);z-index: 99;line-height: 100px;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
/* .Header-wrapper:after {content: "";position: absolute;left: 0;bottom: 0;z-index: 0;width: 100%;height: 1px;background-color: #fff;opacity: .3;transition: opacity .3s;} */
.Header-wrapper.on {box-shadow: 0 2px 10px rgb(0 0 0 / 5%);background-color: rgb(0,71,157,.9);}
/* .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.32rem;}
.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: 14px;flex-wrap: wrap;}
	.Header-container .c-nav>li {position: relative;}
	.Header-container .c-nav>li .c-title-box{position: relative;display: flex;align-items: center;justify-content: center;color: #fff;padding: 0 0.16rem;}
	.Header-container .c-nav>li .c-title-box>a {display: block;}
	.Header-container .c-nav>li .c-title-box:before{content: "";position: absolute;display: block;width: 0;height: 2px;bottom: 0;left: 0;background-color: #fff;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
	.Header-container .c-nav>li:hover .c-title-box:before{width: 100%;}
	/* .Header-container .c-nav>li.active .c-title-box,.Header-container .c-nav>li:hover .c-title-box{background-color: #0f5dbe !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: 100%;display: flex;flex-direction: column;align-content: flex-start;flex-wrap: wrap;width: 1000em; height: 135px;padding: 10px 0;position: absolute;top: 100%;left: 0%;margin-top: 0;background-color: rgb(0,0,0,.3);z-index: 2;opacity: 0;pointer-events: none;-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.nav-bg .Header-container .c-nav>li>ul{background-color: rgb(0,0,0,.3);}
	.Header-container .c-nav>li>ul:before{position: absolute;content: "";right: 100%;top: 0;width: 1000em;height: 100%;background-color: rgb(0,0,0,.3);-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
	.Header-wrapper.nav-bg .Header-container .c-nav>li>ul:before{background-color: rgb(0,0,0,.3);}
	.Header-container .c-nav>li:hover>ul {pointer-events: all;/* -webkit-transform: translate(-50%);-ms-transform: translate(-50%);transform: translate(-50%); */opacity: 1;}
	/* .Header-container .c-nav>li>ul>li:not(:last-child) {border-bottom: 1px solid rgb(255, 255, 255, .5);} */
	.Header-container .c-nav>li>ul>li>a {display: block;position: relative;font-size: 14px;padding: 15px 0.16rem;color: #fff;-webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1);-ms-transition: color .3s cubic-bezier(.645, .045, .355, 1);transition: color .3s cubic-bezier(.645, .045, .355, 1);line-height: initial;text-align: center;letter-spacing: 1px;}
	.Header-container .c-nav>li>ul>li>a:hover{color: #00479d;}
	.Header-container .c-nav>li>ul>li>a:before {content: "";position: absolute;top: 7px;bottom: 7px;left: 0px;width: 2px;background: #fff;-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 {text-decoration: underline;} */
	/* .Header-wrapper .Header-container .c-nav>li .c-title-box{color: #000;} */
}

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

.Header-container .tool .en{display: inline-block;font-size: 14px;line-height: 1.3;padding: 0.03rem 0.16rem;text-align: center;color: #00479d;background-color: #fff;border-radius: 12px;margin-left: 0.24rem;}

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


/* 底部 */
.Footer-wrapper {background-color: #00479d;}
.Footer-container {position: relative;}
.Footer-container .top {border-bottom: 1px solid rgba(255, 255, 255, 0.15);padding: 0.36rem 0;display: inline-block;width: 100%;}
.Footer-container .top .foot_logo {}
.Footer-container .top .foot_logo img {height: 0.52rem;}
.Footer-container .top .foot_link {}
/* .media_ul {}
.media_ul li {margin-right: 8px;}
.media_ul li:last-child {margin-right: 0;}
.media_ul li a {display: flex;align-items: center;justify-content: center;width: 0.4rem;height: 0.4rem;background-color: #3b5999;color: white;border-radius: 50%;font-size: 0;}
.media_ul li a i {font-size: 0.2rem;}
.media_ul li:nth-child(1) a {background-color: #1278F3;}
.media_ul li:nth-child(2) a {background-color: #0A66C2;}
.media_ul li:nth-child(3) a {background-color: #FB0204;}
.media_ul li:nth-child(4) a {background-color: #1D9BF0;}
.media_ul li:nth-child(5) a {background-color: #DA4369;}
.media_ul li:nth-child(6) a {background-color: #FF0013;}
.media_ul li:nth-child(7) a {background-color: #04C15F;} */
.Footer-container .mid {padding: 0.8rem 0;letter-spacing: 0.5px;}

.Footer-container .mid .fl{
	width: 440px;
}
.Footer-container .mid .fl .f_logo{}
.Footer-container .mid .fl .f_logo img{}
.Footer-container .mid .fl .p{font-weight: lighter;margin-top: 0.25rem;color: #fff;}
.Footer-container .mid .fr{
	width: calc(100% - 440px);
}

.Footer-container .mid ul {}
.Footer-container .mid ul li {float: left;overflow: hidden;}
.Footer-container .mid ul li p {font-size: 16px;font-weight:600;line-height: 1.5;color: #fff;display: block;margin-bottom: 0.2rem;}
.Footer-container .mid ul li p i{margin-left: 0.06rem;}
.Footer-container .mid ul li .foot_nav_link a {font-size: 14px;color: rgb(255,255,255,.4);color: rgb(255, 255, 255, .8);line-height: 2;display: block;}
.Footer-container .mid ul li a:hover {text-decoration: underline;}
.Footer-container .mid ul li.lxwm {max-width: 450px;margin-right: 0;}
.Footer-container .mid ul li dl {}
.Footer-container .mid ul li dd {position: relative;font-size: 14px;line-height: 20px;color: rgb(255, 255, 255, .8);margin-bottom: 16px;padding-left: 26px;}
.Footer-container .mid ul li dd:last-child{margin-bottom: 0;}
.Footer-container .mid ul li dd i {position: absolute;left: 0;top: 0;font-size: 18px;color: rgb(255, 255, 255, .8);}

.Footer-container .bot{
	padding: 0.5rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.Footer-container .bot .fl{}
.Footer-container .bot .fl .tool{
	display: inline-flex;
	align-items: center;
	column-gap: 0.36rem;
}
.Footer-container .bot .fl .tool .wx{}
.Footer-container .bot .fl .tool .wx img{
	width: 1.3rem;
}
.Footer-container .bot .fl .tool .info{
	color: #fff;
}
.Footer-container .bot .fl .tool .info .p1{
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 0.12rem;
}
.Footer-container .bot .fl .tool .info h4{
	font-family: 'Impact';
	font-size: 0.42rem;
	margin-bottom: 0.16rem;
}
.media_ul{}
.media_ul li:not(:last-child){
	margin-right: 0.16rem;
}
.media_ul li a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.4rem;
	height: 0.4rem;
	border: 1px solid #fff;
	color: white;
	border-radius: 50%;
	font-size: 0;
}
.media_ul li a i{
	font-size: 0.24rem;
	color: #fff;
}
.media_ul li a img{
	position: absolute;
	top: -170px;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
	height: 160px;
	max-width: none;
	display: none;
}
.media_ul li a:hover img{
	display: block;
}
.media_ul li a i.icon-xhs{
	font-size: 10px;
}
.Footer-container .bot .fr{font-size: 16px;line-height: 1.4;font-weight: lighter;color: rgb(255, 255, 255, .8);text-align: center;letter-spacing: 0.5px;}
.Footer-container .bot .fr a {font-size: 16px;color: rgb(255, 255, 255, .8);font-weight: lighter;}

.Footer-container .goTop{
	position: absolute;
	display: flex;
	justify-content: center;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1.34rem;
	height: 0.67rem;
	margin-bottom: -0.12rem;
	background-color: #00479d;
	border-radius: 0.7rem 0.7rem 0 0;
	cursor: pointer;
}
.Footer-container .goTop i{
	font-size: 0.52rem;
	margin-top: 0.05rem;
	color: #fff;
}
/* 中间+共用部分 */


/* ind_banner */
.i_banner .swiper-pagination-bullet,.i_mb_banner .swiper-pagination-bullet{background-color: white;opacity: 1;}
.i_banner .swiper-pagination-bullet-active,
.i_mb_banner .swiper-pagination-bullet-active{background-color: #0038D8;}
.i_banner .swiper-slide{position: relative;}
.ban_txt{position: absolute;left: 0;width: 100%;color: #fff;z-index: 3;}
.ban_txt .t1{position: relative;font-size: 0.58rem;font-weight: 700;line-height: 1.15;padding-bottom: 0.3rem;margin-bottom: 0.25rem;}
.ban_txt .t1::after{position: absolute;content: "";display: block;left: 0;bottom: 0;width: 1.1rem;height: 0.02rem;background-color: #efefef;}
.ban_txt .p1{font-size: 0.24rem;line-height: 1.8;}
.i_banner .swiper-slide:nth-child(1) .ban_txt{top: 23%;}

/* .i_banner img{height: calc(100vh - 100px);width: 100%;object-fit: cover;} */
.i_banner .tool{
	position: absolute;
	width: 70%;
	left: 14.0625%;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.i_banner .tool .col .swiper-pagination,.i_banner .tool .col{
	display: flex;
	align-items: center;
	justify-content: center;
}
.i_banner .tool .col span{
	width: 75px;
	height: 75px;
	border-radius: 0;
	border: none;
	background-color: rgb(69,69,69,.9);
	margin-top: 0;
	text-align: center;
}
.i_banner .tool .col .swiper-pagination{
	position: relative;
	bottom: auto;
}
.i_banner .tool .col .swiper-pagination span{
	font-size: 0.24rem;
	font-weight: 300;
	line-height: 75px;
	color: #fff;
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.i_banner .tool .col .swiper-pagination span:hover{
	background-color: rgb(51,51,51,.98);
}
.i_banner .tool .col .swiper-pagination span.swiper-pagination-bullet-active{
	/* width: 2rem; */
	width: auto;
	position: relative;
	padding-right: 1.4rem;
	padding-left: 0.28rem;
}
.i_banner .tool .col .swiper-pagination span.swiper-pagination-bullet-active::after{
	position: absolute;
	content: "";
	width: 1.12rem;
	height: 1px;
	background-color: #fff;
	top: 50%;
	right: 0.14rem;
}
.i_banner .tool .col .swiper-button-prev,.i_banner .tool .col .swiper-button-next{
	width: 75px;
	height: 75px;
	position: relative;
	background-color: #0038D8;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin-top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.i_banner .tool .col .swiper-button-prev:hover,.i_banner .tool .col .swiper-button-next:hover{
	background-color: #00409C;
}
.i_banner .tool .col .swiper-button-prev:after, .i_banner .tool .col .swiper-button-next:after{
	font-size: 0.24rem;
	color: #fff;
}
.i_banner .tool .col .swiper-button-prev{}
.i_banner .tool .col .swiper-button-next{
	border-left: 1px solid rgb(255, 255, 255, .3);
	/* margin-left: 1px; */
}


/* 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: #004796;}
.md-sideBar .side_item .bd {color: #004796;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%; visibility: hidden;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;visibility: visible;}
.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;
}
.i_tit h3{
	font-size: 0.28rem;
	line-height: 1.3;
	color: #00479d;
}
/* i_tit e */



/* c_ban */
.c_ban {position: relative;background-repeat: no-repeat;background-position: center;background-size: cover;}
.c_ban img{
	width: 100%;
	opacity: 0;
}
.c_ban .txt {position: absolute;width: 100%;height: 100%; color: #fff;left: 0;top: 0;}
.c_ban .txt .box{}
.c_ban .txt .w12{overflow: hidden;}
.c_ban .txt .t1{}
.c_ban .txt .t2{}
.c_ban .txt .t2,.c_ban .txt .t3{}
.c_ban .txt .t4{display: none;}

.c_ban .txt_11{
	color: #00479d;
	top: 39%;
}
.c_ban .txt_11 .t1{
	font-size: 0.52rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
}
.c_ban .txt_11 .t2,.c_ban .txt_11 .t3{
	font-size: 0.24rem;
	line-height: 1.75;
}

.c_ban .txt_24{
	color: #fff;
	top: 42%;
}
.c_ban .txt_24 .box{
	float: right;
}
.c_ban .txt_24 .t1{
	font-size: 0.48rem;
	font-weight: 600;
	margin-bottom: 0.25rem;
}
.c_ban .txt_24 .t2,.c_ban .txt_11 .t3{
	font-size: 0.24rem;
	line-height: 1.75;
}

.c_ban .txt_19{
	color: #0a0a0d;
	top: 43%;
}
.c_ban .txt_19 .box{
	float: right;
}
.c_ban .txt_19 .t1{
	font-size: 0.48rem;
	font-weight: 600;
	margin-bottom: 0.25rem;
}
.c_ban .txt_19 .t2,.c_ban .txt_19 .t3{
	font-size: 0.24rem;
	line-height: 1.75;
}

.c_ban .txt_13{
	color: #fff;
	top: 38%;
}
.c_ban .txt_13 .box{
	float: right;
}
.c_ban .txt_13 .t1,.c_ban .txt_13 .t2{
	font-size: 0.52rem;
	line-height: 1.3;
	font-weight: 600;
}
.c_ban .txt_13 .t3{}

.c_ban .txt_18{
	display: none;
}

.c_ban .txt_14{
	color: #00479d;
	top: 21%;
}
.c_ban .txt_14 .box{}
.c_ban .txt_14 .t1{
	font-size: 0.46rem;
	font-weight: 600;
	margin-bottom: 0.25rem;
}
.c_ban .txt_14 .t2,.c_ban .txt_14 .t3{
	font-size: 0.22rem;
	line-height: 1.75;
}

.c_ban .txt_1,.c_ban .txt_12{
	color: #fff;
	top: 36%;
}
.c_ban .txt_1 .box,.c_ban .txt_12 .box{
	float: right;
	padding-right: 0.8rem;
}
.c_ban .txt_1 .t1,.c_ban .txt_12 .t1{
	font-size: 0.48rem;
	font-weight: 600;
	margin-bottom: 0.25rem;
}
.c_ban .txt_1 .t2,.c_ban .txt_1 .t3,
.c_ban .txt_12 .t2,.c_ban .txt_12 .t3{
	font-size: 0.24rem;
	line-height: 1.75;
}
.c_ban .txt_1 .t4,.c_ban .txt_12 .t4{
	display: block;
	font-size: 0.24rem;
	font-weight: 300;
	margin-top: 1.2rem;
}
/* n_ab_tit */
.n_ab_tit{
	text-align: center;
}
.n_ab_tit.tal{
	text-align: left;
}
.n_ab_tit h3{
	font-size: 0.28rem;
	font-weight: 700;
	line-height: 1.3;
	color: #00479d;
}
.n_ab_tit p{
	font-size: 14px;
	line-height: 1.5;
	color: rgb(0,0,0,.8);
	margin-top: 0.2rem;
}
.n_ab_tit.n_ab_tit2 h3::after{
	content: "";
	display: block;
	width: 0.43rem;
	height: 0.03rem;
	background-color: #00409c;
	margin: 0.2rem auto 0;
}
.n_ab_tit2.no_after h3::after{
	display: none;
}
.n_ab_tit.n_ab_tit2 p{
	font-size: 14px;
	line-height: 2.15;
}
.n_ab_tit2.no_after p{
	margin-top: 0.3rem;
}
/* sort_nav */
.sort_nav {background-color: #F8F8F8;}
.sort_nav .tit{display: none;color: white;padding: 0 4%;font-size: 14px;height: 42px;background: #00479d;align-items: center;color: #fff;}
.sort_nav .tit h3{font-size: 16px;text-align: left;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}
.sort_nav .w12 {display: flex;justify-content: space-between;align-items: center;min-height: 90px;}
/* sort_nav_view */
.sort_nav_view {}
.sort_nav_view ul {display: flex;align-items: center;}
.sort_nav_view ul li:not(:first-child){margin-left: 0.45rem;}
.sort_nav_view ul li a {position: relative;font-size: 14px;display: block;line-height: 90px;color: #111;}
.sort_nav_view ul li a:hover {color: #004796;}
.sort_nav_view ul li.active a {color: #004796;}
.sort_nav_view ul li.active a::after {content: "";display: block;width: 100%;height: 2px;position: absolute;bottom: -1px;left: 0;background-color: #004796;}

.c_nav2{
	padding: 0.2rem 0;
	/* border-bottom: 1px solid #d3d3d3; */
	/* background-color: #EFEFEF; */
	background-color: #fff;
	box-shadow: 0.05rem 0.05rem 0.1rem rgb(13,2,7,.05);
}
.c_nav2 .w12{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0.3rem;
}
.c_nav2 a{
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	transition: all 0.5s;
	color: rgb(0,0,0,.8);
	
}
.c_nav2 a:hover,.c_nav2 a.active{
	color: #00479d;
}


/* crumbs */
.crumbs {/* border-bottom: 1px solid #eee; */}
.crumbs {display: flex;align-items: center;}
.crumbs a {font-size: 14px;color: #666;display: inline-flex;align-items: center;}
.crumbs a:not(:last-child)::after {font: normal normal normal 14px/1 FontAwesome;content: "\f105";display: inline-block;margin: 0 0.08rem;}
.crumbs a:hover {color: #004796;}
.crumbs a i{
	font-size: 14px;
}

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

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

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

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

/* ====================世界杯官网样式========================= */

/* 数字滚动 s */
.i_num{
	background-color: #f4f4f4;
}
.i_num .w13{
}
.i_num ul{
	margin: 0 -0.3rem;
}
.i_num ul li{
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1.5;
	text-align: center;
	height: 2rem;
	background-color: #f4f4f4;
}
.i_num ul li:hover{
	background-color: #00409C;
}
.i_num ul li:not(:last-child)::after{
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 56%;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #dddddd;
}
.i_num ul li:hover::after{
	opacity: 0;
}
.i_num ul li .num{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	color: #00409c;
}
.i_num ul li .num span{
	font-size: 0.42rem;
	font-weight: 700;
}
.i_num ul li:hover .num,.i_num ul li:hover p{
	color: #fff;
}
.i_num ul li .num i{
	font-size: 0.28rem;
	font-weight: 700;
}
.i_num ul li p{
	font-size: 14px;
	color: #6f6f6f;
}
/* 数字滚动 e */

/* 关于我们 s */
.i_ab{
	background-color: #f4f4f4;
}
.i_ab .top{
	padding: 1.4rem 0 0.4rem;
	background-color: #fff;
}
.i_ab .top .i_tit{}
.i_ab .top .des{
	line-height: 2.15;
	color: rgb(0,0,0,.8);
	text-align: justify;
}
.i_ab .top .i_more{}
.i_more a{
	display: inline-block;
	padding: 0.1rem 0.36rem;
	font-size: 16px;
	border: 1px solid #959595;
	color: #959595;
	border-radius: 30px;
}
.i_more a:hover{
	background-color: #00479d;
	color: #fff;
	border-color: #00479d;
}
.i_ab .mid{}
.i_ab .mid img{}
.i_ab .bot{
	position: relative;
	margin-top: -1.15rem;
	z-index: 3;
	padding-bottom: 1.5rem;
}
.i_ab .bot ul{
	padding: 0.7rem 0;
	box-shadow: 0 0 16px rgb(188,188,188,.5);
	background-color: #fff;
}
.i_ab .bot ul li{
	flex: -webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}
.i_ab .bot ul li .ico{
	width: 0.8rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
}
.i_ab .bot ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.i_ab .bot ul li .ico img{
	display: inline-block;
}
.i_ab .bot ul li .info{
	margin-top: 0.2rem;
}
.i_ab .bot ul li .info .tit{
	color: rgb(0,0,0,.8);
	line-height: 1.3;
}
.rect-125{
	padding-bottom: 125%;
}
/* 关于我们 e */

/* 产品系列 s */
.i_pro{
	background-color: #f4f4f4;
}
.i_pro .item{
	padding-bottom: 0.8rem;
}
.i_pro .item .con{}
.i_pro .item ul{
	display: flex;
	flex-wrap: wrap;
	gap: 25px; /* 设置25px的间隙 */
	justify-content: center;
}
.i_pro .item ul li{
	 flex: 1 1 calc(33.333% - 25px);
}
.i_pro .item ul li a{
	position: relative;
	display: block;
}
.i_pro .item ul li .pic{}
.i_pro .item ul li .pic img{}
.i_pro .item ul li .info{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgb(15,115,240,.6);
}
.i_pro .item ul li:hover .info{
	opacity: 1;
	visibility: visible;
}
.i_pro .item ul li .info i{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #0f73f0;
}
.i_pro .item ul li .info i:before,.i_pro .item ul li .info i::after{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.i_pro .item ul li .info i:before{
	width: 55%;
	height: 2px;
}
.i_pro .item ul li .info i::after{
	width: 2px;
	height: 55%;
}
.i_pro .item ul li .info .tit{
	color: #fff;
	line-height: 1.5;
	margin-top: 0.12rem;
}
/* 产品系列 e */

/* 资讯中心 s */
.i_news{}
.i_news .top{}
.i_news .top .tool{}
.i_news .top .tool ul{}
.i_news .top .tool ul li{}
.i_news .top .tool ul li a{
	position: relative;
	color: #535353;
	padding: 0 0.2rem;
}
.i_news .top .tool ul li a:hover{
	color: #00479d;
}
.i_news .top .tool ul li:not(:last-child) a::after{
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #b6b6b6;
	
}
.i_news .bot{}
.i_news .bot .date{
	width: 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.13rem;
	color: rgb(0,0,0,.8);
}
.i_news .bot .date span{
	font-weight: 700;
}
.i_news .bot .date p{}
.i_news .bot .info{}
.i_news .bot .info .t1{
	color: rgb(0,0,0,.8);
	line-height: 1.3;
}
.i_news .bot .info .p1{
	color: rgb(0,0,0,.7);
	line-height: 1.75;
	margin-top: 0.08rem;
}
.i_news .bot i{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	font-size: 16px;
	color: #999999;
	border-radius: 50%;
	border: 1px solid #999999;
	-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 .bot .fl{
	width: 57.5%;
}
.i_news .bot .fl ul{}
.i_news .bot .fl ul li{
}
.i_news .bot .fl ul li a{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0.6rem 0.5rem;
	border-bottom: 1px solid #999;
}
.i_news .bot .fl ul li:hover a,.i_news .bot .fl ul li.on a{
	background-color: #f3f3f3;
	border-color: #f3f3f3;
}
.i_news .bot .fl ul li .date p{}
.i_news .bot .fl ul li .info{
	width: 57%;
	margin-left: 0.6rem;
}
.i_news .bot .fl ul li .info .t1{}
.i_news .bot .fl ul li .info .p1{}
.i_news .bot .fl ul li i{
	position: absolute;
	right: 0.2rem;
	top: 0.6rem;
}
.i_news .bot .fl ul li:hover i,.i_news .bot .fl ul li.on i{
	background-color: #00409c;
	color: #fff;
	border-color: #00409c;
	transform: rotate(-45deg);
}
.i_news .bot .fr{
	width: 36.5%;
}
.i_news .bot .fr ul{}
.i_news .bot .fr ul li{
	display: none;
	
}
.i_news .bot .fr ul li.on{
	display: block;
}
.i_news .bot .fr ul li a{
	display: block;
	box-shadow: 0 0 0.2rem rgb(34,34,34,.1);
}
.i_news .bot .fr ul li .pic{}
.i_news .bot .fr ul li .bot{
	padding: 0.8rem 0.4rem 0.65rem;
}
.i_news .bot .fr ul li .bot .tool{}
.i_news .bot .fr ul li .bot .date{
	color: #00409c;
}
.i_news .bot .fr ul li .bot i{}
.i_news .bot .fr ul li .bot .info{
	margin-top: 0.25rem;
}
/* 资讯中心 e */

/* 视频专区 s */
.i_video{
	background-color: #f4f4f4;
}
.i_video .con{}
.i_video ul{
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem; /* 设置25px的间隙 */
	justify-content: center;
}
.i_video ul li{
	width: calc(50% - 0.8rem);
	background-color: #fff;
}
.i_video ul li:hover{
	box-shadow: 0 0 0.09rem rgb(0,0,0,.17);
}
.i_video ul li a{
	position: relative;
}
.i_video ul li .pic{}
.i_video ul li .pic img{}
.i_video ul li .pic:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0,.5);
	-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: 2;
}
.i_video ul li:hover .pic:before{
	background-color: rgb(0,0,0,.3);
}
.i_video ul li a i{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	top: 50%;
	font-size: 0.32rem;
	color: #fff;
	width: 0.64rem;
	height: 0.64rem;
	border: 2px solid #fff;
	padding-left: 5px;
	border-radius: 50%;
	margin-top: -0.32rem;
	margin-left: -0.32rem;
	-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;
}
.i_video ul li:hover a i{
	transform: scale(0.92);
}
.i_video ul li .info{
	padding: 0.6rem 0.35rem;
	line-height: 1.5;
}
.i_video ul li .tit{
	color: #222222;
	font-weight: 500;
}
.i_video ul li .desc{
	color: #666666;
	margin-top: 0.12rem;
}
/* 视频专区 e */

/* 合作伙伴 s */
.i_partner{}
.i_partner ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.35rem;
}
.i_partner ul li{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(20% - 0.28rem);
	min-height: 1.4rem;
}
.i_partner ul li:not(:nth-child(5n))::after{
	position: absolute;
	content: "";
	top: 0;
	right: -0.17rem;
	width: 1px;
	height: 100%;
	background-color: #e8e8e8;
}
.i_partner ul li:nth-child(-n+5)::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -0.17rem;
	background-color: #e8e8e8;
}
.i_partner ul li:nth-child(-n+5) i{
	position: absolute;
	content: "";
	left: 100%;
	bottom: -0.175rem;
	margin-left: 0.15rem;
	display: block;
	width: 0.04rem;
	height: 0.04rem;
	background-color: #8a8a8a;
}
.i_partner ul li:nth-child(5n) i{
	display: none;
}
.i_partner ul li a{}
.i_partner ul li .pic{}
.i_partner ul li .pic img{}
/* 合作伙伴 e */

/* 加盟我们 s */
.i_join{
	padding: 1rem 0 2.3rem;
	background: url('../images/i_join_bg.jpg') no-repeat center/cover;
}
.i_join .con{}
.i_join form{}

.i_join #super_citys{
	width: 100%;
}
.i_join .mui-input-row{
	width: 32%;
	margin-top: 0.45rem;
}
.i_join .mui-input-row.w100{
	width: 100%;
}
.i_join .mui-input-row>input{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 0.2rem;
	font-size: 14px;
	background-color: #fff;
}
#super_citys{
	
}
#super_citys>div{
   height: 50px;
   line-height: 50px;
   padding-left: 0.2rem;
   font-size: 16px;
   color: rgb(51,51,51,.6);
   background-color: #fff;;
    width: 32%;
    display:inline-block;
    vertical-align: top;
    position:relative;
    cursor:pointer;
    -webkit-touch-callout: none; 
    -webkit-user-select: none;
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}
#super_citys>div>div{
	position: relative;
    overflow: hidden;
    padding-right:24px;
    font-size:14px;
	color: rgb(51,51,51,.6);
}
#super_citys>div>div::after{
	position: absolute;
	content: "";
	right: 0.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 9px;
	background: url('../images/ico_down.png') no-repeat center;
}
#super_citys>div.shadow>div::after{
	background-image: url('../images/ico_up.png');
}

.shadow{
    border:1.5px solid #00479d!important;
}
#super_citys>div>ul{
    width:100%;
    border:2px solid #00479d!important;
    position:absolute;
    left:0;
    z-index: 99;
    overflow-y: scroll;
    height:0px;
    display:none;
    box-sizing: border-box;
    background:#fff;
}
#super_citys>div>ul>li{
    font-size:15px;
    text-indent: 10px;
    cursor:pointer;
    overflow: hidden;
}
#super_citys>div>ul>li:hover{
    background:#00479d;
    color:#fff;
}

.i_join .mui-input-row input::placeholder,
.i_join .mui-input-row textarea::placeholder{
	font-size: 14px;
	color: rgb(51,51,51,.6);
}
.i_join .mui-input-row .box{
	font-size: 14px;
	color: #333;
	padding: 0.7rem 0.25rem;
	background-color: #fff;
}
.i_join .mui-input-row .box label{
	width: 150px;
}
.i_join .mui-input-row .box .col{}
.i_join .mui-input-row .box .row:not(:last-child){
	margin-bottom: 0.25rem;
}
.i_join .mui-input-row .box .row input[type="radio"]{
	-webkit-appearance: auto;
	appearance: auto;
}
.i_join .mui-input-row .box .row input span{}

.i_join .mui-input-row textarea{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 16px;
	color: rgb(0,0,0,.6);
	background-color: #fff;
	border: 1px solid #b6b6b6;
	overflow: hidden;
}


.i_join .mui-input-row .box .row .item1{
	    flex-grow: 0;
	    flex-shrink: 0;
}
.i_join .mui-input-row .box .row .item2{
	flex: 1;
	margin-left: 0.15rem;
}

.i_join .btn{
	position: absolute;
	right: 0.95rem;
	bottom: 0.7rem;
}
.i_join .btn button{
	display: inline-block;
	color: #fff;
	padding: 0.13rem 0.42rem;
	border-radius: 0.5rem;
	border: none;
	background-color: #00479d;
	cursor: pointer;
}
.i_join .btn button:hover{
	background-color: #000;
}
/* 加盟我们 e */
/* ====================内页样式========================= */

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

/* 公司简介 s */
.n_ab_01{
	padding-top: 1.2rem;
}
.n_ab_01 .n_ab_tit h3::after{
	content: '';
	display: block;
	width: 0.42rem;
	height: 0.03rem;
	margin: 0.3rem auto 0;
	background-color: #00409c;
}
.n_ab_01 .info{
	line-height: 2.15;
	color: rgb(0,0,0,.8	);
}
.n_ab_01 .shuzi{
	position: relative;
	z-index: 3;
}
.n_ab_01 .shuzi ul{}
.n_ab_01 .shuzi ul li{
	color: rgb(0,0,0,.8);
}
.n_ab_01 .shuzi ul li:not(:first-child){
	padding-left: 0.55rem;
	margin-left: 0.55rem;
	border-left: 1px solid #5c5c5c;
}
.n_ab_01 .shuzi ul li .num{
	font-size: 0.5rem;
	display: flex;
	align-items: flex-start;
	column-gap: 0.06rem;
}
.n_ab_01 .shuzi ul li .num span{}
.n_ab_01 .shuzi ul li .num i{
	font-size: 0.18rem;
	line-height: 1.3;
}
.n_ab_01 .shuzi ul li p{
	margin-top: 0.1rem;
	font-size: 16px;
}
.n_ab_01 .pic{
	margin-top: -0.6rem;
}
/* 公司简介 e */

/* 生产基地 s */
.n_ab_02{}
.n_ab_02 ul{}
.n_ab_02 ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 0.5rem;
}
.n_ab_02 ul li:nth-child(3n){
	margin-right: 0;
}
.n_ab_02 ul li a{
	display: block;
}
.n_ab_02 ul li .pic{}
.n_ab_02 ul li .pic img{}
.n_ab_02 ul li .info{
	padding: 0.2rem 5% 0;
}
.n_ab_02 ul li .tit{
	color: rgb(0,0,0,.8);
	line-height: 1.5;
}
/* 生产基地 e */

/* 企业文化 s */
.n_ab_03{
	background-color: #F8F8F8;
	padding-top: 1.3rem;
}
.n_ab_03 .n_ab_tit p{
	line-height: 2.15;
}
.n_ab_03 .con{}
.n_ab_03 ul{}
.n_ab_03 ul li{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 31.67%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 0.3rem rgb(62,116,239,.2);
	background-color: #fff;
	padding: 1.05rem 2%;
	color: #595757;
	text-align: center;
	z-index: 1;
}
.n_ab_03 ul li:nth-child(2){
	position: relative;
	width: 36.66%;
	background-color: #00479D;
	padding: 1.5rem 2%;
	color: #fff;
	box-shadow: 0 0 0.95rem rgb(171,171,171,.47);
	z-index: 2;
}
.n_ab_03 ul li .ico{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.3rem;
	height: 1.3rem;
	border: 1px solid #595757;
	border-radius: 50%;
}
.n_ab_03 ul li:nth-child(2) .ico{
	border-color: #fff;
}
.n_ab_03 ul li .ico img{
	max-height: 67%;
	max-width: 67%;
}
.n_ab_03 ul li:nth-child(2) .ico img{
	filter: brightness(100);
}
.n_ab_03 ul li .t1{
	margin-top: 0.4rem;
}
.n_ab_03 ul li .t1::after{
	content: "";
	display: block;
	width: 0.36rem;
	height: 1px;
	background-color: #595757;
	margin: 0.25rem auto;
}
.n_ab_03 ul li:nth-child(2) .t1::after{
	background-color: #fff;
}
.n_ab_03 ul li .p1{}
/* 企业文化 e */

/* 品牌实力 s */
.n_str_01{
	background-color: #00479d;
}
.n_str_01 .top{
	position: relative;
	padding-top: 2rem;
}
.n_str_01 .top:before{
	position: absolute;
	content: "";
	width: 34.63%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #057cf5;
	z-index: 1;
}
.n_str_01 .top .tit{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1.2;
	color: #fff;
}
.n_str_01 .top .con{
	z-index: 2;
}
.n_str_01 .top ul{}
.n_str_01 .top ul li{
	position: relative;
	background-color: transparent;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.n_str_01 .top ul li .img{
	width: 43%;
}
.n_str_01 .top ul li .img img{}
.n_str_01 .top ul li .info{
	width: 57%;
	padding: 1.2rem 0.8rem 0.6rem 1.1rem;
	min-height: 5.12rem;
	background-color: #ffffff;
}
.n_str_01 .top ul li .info .num{
	position: absolute;
	right: 	0.1rem;
	top: 0.15rem;
	color: rgb(51,51,51,.1);
}
.blue{
	color: #00479d;
}
.n_str_01 .top ul li .info .t1{
	color: #00479d;
}
.n_str_01 .top ul li .info .p1{
	line-height: 1.85;
	color: rgb(0,0,0,.8);
	margin-top: 0.2rem;
}
.swiper-tool{
	position: absolute;
	display: flex;
	align-items: center;
	padding: 0.2rem 0.32rem;
	background-color: #057cf5;
	color: #fff;
	top: 100%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}
.swiper-tool .swiper-button-prev,.swiper-tool .swiper-button-next{
	width: auto;
	height: auto;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 11;
}
.swiper-tool .swiper-button-prev{
	left: 0.32rem;
}
.swiper-tool .swiper-button-next{
	right: 0.32rem;
}
.swiper-tool .swiper-button-prev:after, .swiper-tool .swiper-button-next:after {
    font-size: 0.2rem;
    color: #fff;
}
.swiper-tool .col .swiper-pagination{
	position: relative;
	bottom: auto;
	padding: 0 0.2rem;
	width: auto;
	display: inline-block;
}
.swiper-tool .col .swiper-pagination span{
	display: inline-flex;
	align-items: center;
	width: auto;
	height: auto;
	border: none;
	background-color: transparent;
	font-size: 0.2rem;
	font-weight: 300;
	color: rgb(255,255,255);
	opacity: 1 !important;
	margin: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding: 0 0.08rem;
}
.swiper-tool .col .swiper-pagination span.swiper-pagination-bullet-active{
	width: auto;
	position: relative;
}

.swiper-tool .col .swiper-pagination span.swiper-pagination-bullet::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	background-color: #fff;
	margin-left: 0.1rem;
	-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-tool .col .swiper-pagination span.swiper-pagination-bullet-active::after{
	width: 0.65rem;
}
.n_str_01 .bot{}
.n_str_01 .bot ul{}
.n_str_01 .bot ul li{
	width: 33.333%;
	text-align: center;
	color: #fff;
	padding: 0.4rem 0;
}
.n_str_01 .bot ul li:not(:last-child){
	border-right: 1px solid #fff;
}
.n_str_01 .bot ul li .ico{}
.n_str_01 .bot ul li .ico img{
	display: inline-block;
}
.n_str_01 .bot ul li .t1{
	margin-top: 0.35rem;
	font-weight: 600;
}
.n_str_01 .bot ul li .p1{
	line-height: 2;
	margin-top: 0.15rem;
}

.n_str_02 .n_ab_tit p{
	font-size: 14px;
	line-height: 2.15;
}

.n_str_03{
	background-color: #f8f8f8;
}
.n_str_03 .img{

}

.n_str_03 .con{}
.n_str_03 ul{}
.n_str_03 ul li{
	float: left;
	width: 48%;
	margin-top: 0.55rem;
	margin-right: 4%;
	padding: 0.45rem 0.5rem;
	background-color: #fff;
	border: 2px solid #fff;
}
.n_str_03 ul li:hover{
	border-color: #00479d;
}
.n_str_03 ul li:nth-child(2n){
	margin-right: 0;
}
.n_str_03 ul li .ico{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	background-color: #efefef;
	border-radius: 50%;
}
.n_str_03 ul li:hover .ico{
	background-color: #00479d;
}
.n_str_03 ul li .ico img{
	max-width: 80%;
	max-height: 80%;
}
.n_str_03 ul li:hover .ico img{
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}
.n_str_03 ul li .info{
	width: calc(100% - 1.8rem);
	color: rgb(0,0,0,.8);
}
.n_str_03 ul li .tit{}
.n_str_03 ul li:hover .tit{
	color: #00479d;
}
.n_str_03 ul li .des{
	line-height: 2;
	margin-top: 0.08rem;
}
/* 品牌实力 e */

/* 发展历程 s */
.n_history{
	overflow: hidden;
}
.n_history .con{}
.n_history .top{}
.n_history .top::after{
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	height: 2px;
	left: 0;
	top: 50%;
	background-color: #cfcfcf;
}
.n_history .top .swiper{}
.n_history .top ul{}
.n_history .top ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	cursor: pointer;
}
.n_history .top ul li i{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #cfcfcf;
	margin-bottom: 0.55rem;
	margin-top: 0.25rem;
}
.n_history .top ul li i::after{
	position: absolute;
	font-family: "iconfont" !important;
	content: "\e954";
	top: 100%;
	left: 50%;
	margin-top: 0.06rem;
	font-size: 12px;
	color: #c2c1c1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.n_history .top ul li.swiper-slide-thumb-active i{
	background-color: #00479d;
	border-color: #00479d;
}
.n_history .top ul li span{
	font-weight: 700;
	color: #333;
}
.n_history .top ul li.swiper-slide-thumb-active span{
	color: #00479d;
}
.n_history .top .swiper-button-prev,.n_history .top .swiper-button-next{
	width: 0.56rem;
	height: 0.56rem;
	border: 2px solid #6a6a6a;
	border-radius: 50%;
	font-size: 0.32rem;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	/* opacity: 1 !important; */
	-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_history .top .swiper-button-next.swiper-button-disabled,.n_history .top .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	border-color: rgb(106,106,106,.35);
}
.n_history .top .swiper-button-prev::after,.n_history .top .swiper-button-next::after{
	font-size: 0.24rem;
	color: #6a6a6a;
}
.n_history .top .swiper-button-next.swiper-button-disabled::after,.n_history .top .swiper-button-prev.swiper-button-disabled::after{
	color: rgb(106,106,106,.35);
}
.n_history .top .swiper-button-prev:hover,.n_history .top .swiper-button-next:hover{
	border-color: #00479d;
	background-color: #004796;
}
.n_history .top .swiper-button-prev:hover::after,.n_history .top .swiper-button-next:hover::after{
	color: #fff;
}
.n_history .top .swiper-button-prev{
	left: -0.2rem;
}
.n_history .top .swiper-button-next{
	right: -0.2rem;
}
.n_history .bot{}
.n_history .bot ul{}
.n_history .bot ul li{
	/* display: none; */
	padding: 0.8rem 0.64rem;
	background-color: #f7f7f7;
}
.n_history .bot ul li.swiper-slide-active{
	/* display: flex; */
}
.n_history .bot ul li .pic{
	width: 50.38%;
}
.n_history .bot ul li .pic img{}
.n_history .bot ul li .info{
	width: 38%;
}
.n_history .bot ul li .tit{
	color: #00479d;
	font-weight: 700;
	line-height: 1.3;
}
.n_history .bot ul li .des{
	color: rgb(0,0,0,.7);
	line-height: 2.15;
	margin-top: 0.25rem;
}
/* 发展历程 e */

/* 公益活动 s */
.n_welfare{
}
.n_welfare ul{
	margin: 0 -0.12rem;
}
.n_welfare ul li{
	float: left;
	width: 33.333%;
	padding: 0 0.12rem;
	margin-top: 0.7rem;
	border-bottom: 1px solid #d3d3d3;
}
.n_welfare ul li a{
	display: block;
}
.n_welfare ul li .ico{}
.n_welfare ul li .ico img{}
.n_welfare ul li .info{
	padding: 0.5rem 0 0.6rem;
}
.n_welfare ul li .tit{
	color: #222222;
}
.n_welfare ul li:hover .tit{
	color: #004796;
}
.n_welfare ul li .date{
	color: rgb(153,153,153,.6);
	margin: 0.12rem 0 0.25rem;
}
.n_welfare ul li .des{
	line-height: 2.5;
	color: #666666;
}
/* 公益活动 e */

/* 荣誉资质 s */
.n_honor{
	background-color: #EFEFEF;
}
.n_honor ul{}
.n_honor ul li{
	float: left;
	width: 24%;
	margin-right: calc(4% / 3);
	margin-bottom: 0.35rem;
	background-color: #fff;
}
.n_honor ul li:nth-child(4n){
	margin-right: 0;
}
.n_honor ul li a{
	display: block;
	padding: 0.2rem;
	box-shadow: 0 0 0.1rem rgb(188,188,188,.5);
	border: 1px solid #dfdfdf;
}
.n_honor ul li .ico{}
.n_honor ul li .ico img{}
.n_honor ul li .info{
	padding: 0.2rem 0 0;
	border-top: 1px solid #d3d3d3;
}
.n_honor ul li .tit{
	color: rgb(0,0,0,.8);
	line-height: 1.5;
	height: 3em;
	width: calc(100% - 30px);
}
.n_honor ul li i{
	position: absolute;
	top: 0.22rem;
	right: 0;
	font-size: 20px;
	color: rgb(135,135,135,.8);
}
.n_honor .com_page a,.n_honor .com_page span{
	background-color: #fff;
}
/* 荣誉资质 e */

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

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

/* 产品详情 s */
.n_pro1{}
.n_pro1 .n_ab_tit{}
.pro_stxw,.pro_swxt{
	margin: 0.7rem auto 0;
	width: 850px;
	max-width: 100%;
}
.pro_stxw .pic{
	margin-bottom: 0.35rem;
}
.pro_stxw .pic img{}
.n_pro1 .info{
	font-size: 14px;
	line-height: 2.15;
	color: rgb(0,0,0,.8);
	text-align: justify;
}
.n_pro1 .info h3{
	font-size: 0.28rem;
	line-height: 1.5;
	font-weight: 600;
	color: #00409c;
	margin-bottom: 0.2rem;
	margin-top: 0.3rem;
}
.n_pro1 .info h4{
	font-size: 0.24rem;
	line-height: 1.5;
	font-weight: 600;
	color: #00409c;
	margin-bottom: 0.12rem;
	margin-top: 0.2rem;
}
.n_pro1 .info h6{
	font-size: 14px;
	line-height: 1.5;
	line-height: 2.15;
	color: rgb(0,0,0,.8);
}
.n_pro1 .pics_list{}
.n_pro1 .pics_list ul{
	gap: 2.375%;
}
.n_pro1 .pics_list ul li{
	width: 31.75%;
}
.n_pro1 .pics_list ul li .ico{}
.n_pro1 .pics_list ul li .ico img{}
.n_pro1 .pics_list ul li p{}

.pro_list2 tbody{
	display: flex;
	flex-wrap: wrap;
}
.pro_list2 tr,.pro_list3 tr,.pro_list4 tr,.pro_list5 tr{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 3;
}
.pro_list2 tr td{
	width: 48.5%;
}
.pro_list2 tr:nth-child(2n){
	padding: 0.15rem 0;
}
.pro_list2 tr:nth-child(2n-1){
	margin-top: 0.2rem;
}
.pro_list2 tr:nth-child(2n) td{
	background-color: #e7e7e7;
}

.pro_list3 tbody{
	display: flex;
	flex-wrap: wrap;
	row-gap: 0.3rem;
}
.pro_list3 tr td{
	width: 48.67%;
}
.pro_list2,.pro_list3,.pro_list4{
	width: 100%;
}

.pro_list4 tbody{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.3rem;
}
.pro_list4 tr td{
	width: 31.833%;
}

.pro_list5{
	width: 100%;
	margin-top: 0.2rem;
}
.pro_list5 tbody{
	display: flex;
	justify-content: space-between;
}
.pro_list5 tr{
	gap: 10px;
}
.pro_list5 tr td{
	width: auto;
	flex-grow: 0; /* 防止等分宽度 */
	flex-shrink: 0;/* 防止收缩 */
}

/* 产品详情 e */

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

/* 新闻列表 s */
.n_news_list{
	padding-bottom: 1.2rem;
}
.n_news_list ul{}
.n_news_list ul li{
	color: rgb(0,0,0,.8);
	padding: 0.8rem 0;
	border-bottom: 1px solid #d3d3d3;
}
.n_news_list ul li .fl{
	width: 68.75%;
}
.n_news_list ul li .date{
	width: 148px;
	flex-grow: 0; /* 防止等分宽度 */
	flex-shrink: 0;/* 防止收缩 */
	border-right: 2px solid #e4e4e4;
	text-align: left;
}
.n_news_list ul li .date span{
	display: inline-block;
	font-weight: 700;
}
.n_news_list ul li .date p{
	margin-top: 0.02rem;
}
.n_news_list ul li .date i{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.2rem;
	width: 0.4rem;
	height: 0.4rem;
	border: 1px solid rgb(0,0,0,.8);
	border-radius: 50%;
}
.n_news_list ul li .info{
	flex: 1;
	padding-left: 0.5rem;
}
.n_news_list ul li .info .t1{
	font-weight: 600;
}
.n_news_list ul li .info .p1{
	line-height: 2.15;
	color: #666666;
	margin-top: 0.2rem;
}
.n_news_list ul li .img{
	width: 25.75%;
}
.n_news_list ul li .img .pic{}
.n_news_list ul li .img img{}
/* 新闻列表 e */

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

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

/* 视频中心 s */
.i_video.n_video{
	background-color: #fff;
}
.i_video.n_video ul li{
	background-color: #f8f8f8;
	box-shadow: 0 0 0.09rem rgb(0,0,0,.17);
}
/* 视频中心 e */

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


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

/* 服务介绍 s */
.n_ser_01{}
.n_ser_01 .con{}
.n_ser_01 .swiper{}
.n_ser_01 ul{}
.n_ser_01 ul li{}
.n_ser_01 ul li .info{
	width: 52.833%;
	background-color: #f8f8f8;
	padding: 0.8rem 1.35rem 0.6rem 0.9rem;
}
.n_ser_01 ul li .info .t1{
	padding-bottom: 0.3rem;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid #9a9a9a;
}
.n_ser_01 ul li .info .p1{
	color: rgb(0,0,0,.8);
	line-height: 2;
}
.n_ser_01 ul li .img{
	width: 47.167%;
}
.n_ser_01 ul li .img img{}
.n_ser_01 .swiper-tool{
	left: 0;
	bottom: 0;
	right: auto;
	top: auto;
	transform: none;
}
.rect-8339{
	padding-bottom: 83.39%;
}
/* 服务介绍 e */

/* 服务流程 s */
.n_ser_02{
	padding: 0.6rem 0;
}
.n_ser_02 .top{
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 8.35rem;
}
.n_ser_02 .top .bg{
	position: absolute;
	left: 0;
	top: 35.6%;
	width: 100%;
	z-index: 2;
}
.n_ser_02 .top .w13{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 34.7%;
}
.n_ser_02 .top ul{
	position: relative;
	z-index: 3;
}
.n_ser_02 .top ul li{
	float: left;
	color: #fff;
	text-align: center;
	width: calc(100% / 6);
}
.n_ser_02 .top ul li:nth-child(2){
	margin-top: -0.58rem;
}
.n_ser_02 .top ul li:nth-child(3){
	margin-top: -0.13rem;
}
.n_ser_02 .top ul li:nth-child(4){
	margin-top: -0.06rem;
}
.n_ser_02 .top ul li:nth-child(5){
	margin-top: -0.75rem;
}
.n_ser_02 .top ul li:nth-child(6){
	margin-top: -0.22rem;
}
.n_ser_02 .top ul li .num{}
.n_ser_02 .top ul li .num span{
	display: block;
}
.n_ser_02 .top ul li .num i{
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0.54rem 0 0.68rem;
}
.n_ser_02 .top ul li .num i::after{
	position: absolute;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	left: -6px;
	top: -6px;
	background-color: rgb(255,255,255,.4);
	border-radius: 50%;
	z-index: -1;
}
.n_ser_02 .top ul li .info{}
.n_ser_02 .top ul li .info .ico{}
.n_ser_02 .top ul li .info .ico img{
	display: inline-block;
}
.n_ser_02 .top ul li .info .tit{
	line-height: 1.6;
	margin-top: 0.22rem;
}
.n_ser_02 .bot{}
.n_ser_02 .bot ul{}
.n_ser_02 .bot ul li{
	position: relative;
	width: 25%;
}
.n_ser_02 .bot ul li:not(:last-child)::after{
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: #cbcbcb;
	left: 125%;
	top: 0;
}
.n_ser_02 .bot ul li .t1{
	line-height: 1.15;
}
.n_ser_02 .bot ul li .p1{
	line-height: 2;
	color: rgb(0,0,0,.8);
	margin-top: 0.2rem;
}
/* 服务流程 e */

/* 施工图查询 s */
.n_ser_03{}
.n_ser_03 .con{}
.n_ser_03 a{
	position: relative;
	display: inline-block;
}
.n_ser_03 a input{
	width: 400px;
	height: 76px;
	line-height: 76px;
	padding-left: 54px;
	font-size: 18px;
	color: #fff;
	background-color: #057cf5;
}
.n_ser_03 a input::placeholder{
	color: #fff;
}
.n_ser_03 a:before{
	position: absolute;
	content: "";
	left: 28px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
	height: 42px;
	background-color: rgb(255,255,255,.8);
	z-index: 4;
}
.n_ser_03 a button{
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 76px;
	background: url('../images/ico_search.png') no-repeat center;
	cursor: pointer;
	border: none;
	z-index: 3;
}
/* 施工图查询 e */

/* ====================投资样式========================= */

/* 证券概括 s */
.n_sec{
	padding: 0.9rem 0;
}
.n_sec .con{}
.n_sec h3{
	font-size: 0.36rem;
	margin-bottom: 0.5rem;
	font-weight: 700;
}
.n_sec .info{
}
.n_sec img{
	display: inline-block;
}
.n_sec .info tbody{
	background-color: #f3f3f3;
}
.n_sec .info tr{
}
.n_sec .info td{
	position: relative;
	padding: 0.8rem 0.6rem;
	font-size: 14px;
	color: rgb(0,0,0,.8);
	line-height: 3.5;
}
.n_sec .info td:not(:nth-child(2n))::after{
	position: absolute;
	content: "";
	display: block;
	height: calc(100% - 1.8rem);
	top: 0.9rem;
	width: 1px;
	background-color: #c2c2c2;
	right: 0;
}
.n_sec h4{
	font-size: 0.2rem;
	font-weight: 600;
	padding: 0.25rem 0 0.2rem;
}
.n_sec h4:first-child{
	padding-top: 0;
}
.n_sec .content-detail img{
    width: 9.2rem;
    max-width: 100%;
}
/* 证券概括 e */

/* 投资者 s */
.n_investor{}
.n_investor ul{}
.n_investor ul li{
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.n_investor ul li a{
	padding: 0.25rem 0;
	line-height: 1.5;
	color: #000;
}
.n_investor ul li .t1{
	flex: 1;
	padding-right: 0.2rem;
}
.n_investor ul li a:hover .t1{
	color: #00479d;
	text-decoration: underline;
}
.n_investor ul li .date{
	font-size: 14px;
	flex-grow: 0; /* 防止等分宽度 */
	flex-shrink: 0; /* 防止收缩 */
}
/* 投资者 e */

/* 股东回报 s */
.n_return{}
.n_return ul{}
.n_return ul li{
	color: #333;
	background-color: #fff;
	color: #303133;
	cursor: pointer;
	border-bottom: 1px solid #ebeef5;
	
}
.n_return ul li .top{
	position: relative;
	padding: 0.3rem 0.24rem;
}
.n_return ul li .top i{
	position: absolute;
	left: 0;
	top: auto;
	font-size: 0.16rem;
}
.n_return ul li .top span{
	color: #333;
}
.n_return ul li .bot{
	display: none;
}
.n_return ul li .bot .info{
	padding: 0 0 0.3rem;
	font-size: 16px;
	line-height: 1.5;
}
.n_return ul li .bot .info h4{

	font-size: 0.2rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
}
.n_return ul li .bot .info img{
	display: inline-block;
}
/* 股东回报 e */

/* 资者留言 s */
.n_inter{
	background-color: #fff;
}
.n_inter .w12{background-color: #FAFAFA;}
.n_inter .top{
	padding: 0.3rem 0.4rem;
}
.n_inter .top .box{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 0.16rem;
	padding-top: 0.25rem;
	padding-bottom: 0.35rem;
}
.n_inter .top .t1{
	color: #00479d;
	line-height: 1.3;
	
}
.n_inter .top .p1{
	color: #666;
	line-height: 2.15;
}
.n_inter .top .btn{}
.n_inter .top .btn a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 0.14rem 0.42rem;
	border-radius: 0.3rem;
	background-color: #00479d;
}
.n_inter .bot{
	padding: 0rem 0.4rem 0.6rem;
}
.n_inter .bot ul{}
.n_inter .bot ul li{}
.n_inter .bot ul li .invest-title{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #4c4c4c;
	transition: all 0.3s;
	background-color: #F9F9F9;
	cursor: pointer;
}
.n_inter .bot ul li:nth-child(2n - 1) .invest-title{
	background-color: #fff;
}
.n_inter .bot ul li:hover .invest-title,
.n_inter .bot ul li.on .invest-title{
	background-color: #00479d;
	color: #fff;
}

.n_inter .bot ul li .invest-title .fl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 200px);
}
.n_inter .bot ul li .invest-title .fl .t1{
	width: 65%;
	padding-left: 0.3rem;
}
.n_inter .bot ul li .invest-title .fl .add{
	width: 120px;
}
.n_inter .bot ul li .invest-title .fl .date{}
.n_inter .bot ul li .invest-title .fr{
	position: relative;
	width: 60px;
	height: 100%;
	/* background: url('../images/ico_plus.png') no-repeat center; */
}
.n_inter .bot ul li .invest-title .fr:before{
	position: absolute;
	font-size: 24px;
	line-height: 1;
	left: 50%;
	color: rgb(0,0,0,.36);
	font-family: 'iconfont';
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content: "\e781";
}
.n_inter .bot ul li:hover .invest-title .fr:before{
	color: #fff;
}
.n_inter .bot ul li.on .invest-title .fr:before{
	content: "\e780";
	color: #fff;
}
.n_inter .bot ul li .invest-title .fr i{
	font-size: 30px;
}
.n_inter .bot ul li .invest-info{
	display: none;
	position: relative;
	background: #f9f9f9;
	padding-left: 30px;
	padding-bottom: 36px;
}
.n_inter .bot ul li .invest-info-top{
	position: relative;
	line-height: 1.5;
	padding: 30px 0 20px 30px;
	/* background: url('../images/invest-info-top.png') no-repeat 0 31px; */
}
.n_inter .bot ul li .invest-info-top:before,.n_inter .bot ul li .invest-info-bot:before{
	position: absolute;
	font-size: 24px;
	line-height: 1;
	left: 0;
	color: rgb(0,0,0,.36);
	font-family: 'iconfont';
}

.n_inter .bot ul li .invest-info-top:before{
	top: 29px;
	content: "\e689";
}

.n_inter .bot ul li .invest-info-bot{
	position: relative;
	border-top: 1px solid #e0e0e0;
	padding-left: 30px;
	color: #00479d;
	padding-top: 18px;
	line-height: 1.75;
	/* background: url('../images/invest-info-bot.png') no-repeat 0px 23px; */
}
.n_inter .bot ul li .invest-info-bot:before{
	top: 19px;
	content: "\e757";
}

.n_inter .com_page a,.n_inter .com_page span{
	background-color: #fff;
}

.modal{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	display: none;
}
.modal .bg{
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.modal .box{
	position: relative;
	z-index: 10;
	position: fixed;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
}
.modal .box .w12{
	background-color: #fff;
	padding: 0.4rem;
}
.modal .top{}
.modal .top .t1{
	padding-bottom: 0.2rem;
	margin-bottom: 0.15rem;
	    border-bottom: 1px solid #e5e5e5;
}
.modal .top .p1{
	color: #666;
	line-height: 2;
}
.modal .top .close{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.modal .top .close:hover{
	transform: rotate(180deg);
}
.modal .top .close i{
	font-size: 0.28rem;
	color: rgb(0,0,0,.5);
}
.modal .con{
	margin-top: 0.2rem;
}
.modal form{}
.modal .form-group{
	position: relative;
	width: 49%;
	margin-bottom: 0.2rem;
}
.modal .form-group i{
	position: absolute;
	font-size: 0.2rem;
	color: rgb(0,0,0,.3);
	left: 0.1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.modal .form-group.mess i{
	top: 8px;
	transform: none;
}
.modal .form-group.w100{
	width: 100%;
}	
.modal .form-group input[type="text"]{
	border: 1px solid #e5e5e5;
	height: 48px;
	width: 100%;
	line-height: 48px;
	padding-left: 40px;
}
.modal .form-group.checkcode input[type="text"]{
	width: 260px;
}
.modal .form-group.checkcode img{
	height: 45px;
	margin-left: 0.15rem;
}
.modal .form-group textarea{
	width: 100%;
	height: 150px;
	border: 1px solid #e5e5e5;
	padding: 10px 10px 10px 40px;
}
.modal .form-group input::placeholder,.modal .form-group textarea::placeholder{
	color: rgb(0,0,0,.3);
}
.modal .form-group img{}
.modal .btn{}
.modal .btn button{
	display: inline-block;
	width: 160px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #00479d;
	border: none;
	cursor: pointer;
	border-radius: 30px;
}
.modal .btn button:not(:last-child){
	margin-right: 0.1rem;
}
/* 资者留言 e */

/* ====================加盟样式========================= */

/* 加盟优势 s */
.n_join_01{}
.n_join_01 .con{}
.n_join_01 ul{}
.n_join_01 ul li{
	width: 32.5%;
	padding: 0.2rem;
	background-color: #f3f3f3;
	color: rgb(0,0,0,.8);
}
.n_join_01 ul li:hover,.n_join_01 ul li.on{
	background-color: #2a67ec;
}
.n_join_01 ul li .top{}
.n_join_01 ul li .ico{}
.n_join_01 ul li:hover img,.n_join_01 ul li.on img{
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}
.n_join_01 ul li .ico img{}
.n_join_01 ul li .num{
	color: rgb(0,0,0,.1);
}
.n_join_01 ul li:hover,.n_join_01 ul li.on{
	background-color: #2a67ec;
	color: #fff;
}
.n_join_01 ul li:hover .num,.n_join_01 ul li.on .num{
	color: rgb(255,255,255,.1);
}
.n_join_01 ul li .t1{}
.n_join_01 .img{}
.n_join_01 .img img{
	display: inline-block;
}
/* 加盟优势 e */

/* 加盟条件 s */
.n_join_02{
	background-color: #F3F3F3;
}
.n_join_02 .con{
	background: url('../images/n_join_02_bg.png') no-repeat center;
	padding: 1.3rem 0;
}
.n_join_02 ul{
	row-gap: 1rem;
}
.n_join_02 ul li{
	width: 33.333%;
	column-gap: 0.24rem;
}
.n_join_02 ul li .num{
	font-weight: 900;
	color: #2a67ec;
}
.n_join_02 ul li .txt{
	width: 35%;
}
.n_join_02 ul li .t1{}
.n_join_02 ul li .p1{
	line-height: 2;
	margin-top: 0.12rem;
}
.n_join_02 ul li:nth-child(2){
	order: 4;
}
.n_join_02 ul li:nth-child(3){
	order: 2;
}
.n_join_02 ul li:nth-child(4){
	order: 5;
}
.n_join_02 ul li:nth-child(5){
	order: 3;
}
/* 加盟条件 e */


/* 加盟政策 s */
.n_join_03{
	background-color: #f3f3f3;
	padding-top: 0.8rem;
}
.n_join_03 .n_ab_tit{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.n_join_03 .con{
	position: relative;
	/* background-color: #00479d; */
	color: #fff;
}
.n_join_03 .con:before{
	position: absolute;
	content: "";
	display: block;
	height: calc(100% - 1.3rem);
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #00479d;
	z-index: 1;
}
.n_join_03 .top{
	position: relative;
	z-index: 2;
	/* margin-top: -1.3rem; */
}
.n_join_03 .top ul{}
.n_join_03 .top ul li{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	visibility: hidden;
}
.n_join_03 .top ul li.swiper-slide-active{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	visibility: visible;
}
.n_join_03 .top ul li .txt{
	width: 37.5%;
}
.n_join_03 .top ul li .txt .t1{
	padding-bottom: 0.25rem;
	margin-bottom: 0.35rem;
	border-bottom: 1px solid rgb(255,255,255,.5);
}
.n_join_03 .top ul li .txt .t1 p{}
.n_join_03 .top ul li .txt .t1 i{
	display: block;
	height: 50px;
	line-height: 50px;
}
.n_join_03 .top ul li .txt .t1 img{
	display: inline-block;
}
.n_join_03 .top ul li .txt .p{
	line-height: 2;
	color: rgb(255,255,255,.8);
}
.n_join_03 .top ul li .img{
	width: 48.75%;
}
.rect-94{padding-bottom: 94%;}
.n_join_03 .top ul li .img img{}
.n_join_03 .bot{
	margin-top: 2rem;
	padding-bottom: 1.5rem;
}
.n_join_03 .bot:before{
	position: absolute;
	content: "";
	display: block;
	left: 0;
	bottom: calc(1.5rem + 30px);
	width: 100%;
	height: 2px;
	background-color: rgb(255,255,255,.5);
	z-index: 1;
}
.n_join_03 .bot .swiper{
	z-index: 2;
}
.n_join_03 .bot ul{}
.n_join_03 .bot ul li{
	display: inline-flex;
	gap: 0.12rem;
	padding: 0.06rem;
	
}
.n_join_03 .bot ul li.swiper-slide-thumb-active{
	background-color: #fff;
}
.n_join_03 .bot ul li i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #00479d;
}
.n_join_03 .bot ul li.swiper-slide-thumb-active i{
	background-color: #00479D;
}
.n_join_03 .bot ul li{
	padding: 5px;
	border-radius: 35px;
	cursor: pointer;
}

.n_join_03 .bot ul li i img{
	display: inline-block;
	max-width: 60%;
	max-height: 60%;
}
.n_join_03 .bot ul li p{
	color: #00479D;
	font-weight: 600;
	opacity: 0;
}
.n_join_03 .bot ul li.swiper-slide-thumb-active p{
	opacity: 1;
}

.n_join_03 .tool{
	position: absolute;
	left: 100%;
	bottom: 0.2rem;
	margin-left: 0.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.4rem;
}
.n_join_03 .tool .swiper-button-prev,.n_join_03 .tool .swiper-button-next{
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	width: 0.42rem;
	height: 0.42rem;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0;
}
.n_join_03 .tool .swiper-button-prev::after,.n_join_03 .tool .swiper-button-next::after{
	font-size: 16px;
	color: #fff;
}
.n_join_03 .tool .swiper-button-prev:hover,.n_join_03 .tool .swiper-button-next:hover{
	background-color: #fff;
}
.n_join_03 .tool .swiper-button-prev:hover::after,.n_join_03 .tool .swiper-button-next:hover::after{
	color: #00479d;
}
.n_join_03 .tool .wiper-button-prev{}
.n_join_03 .tool .wiper-button-next{}
/* 加盟政策 e */

/* 加盟流程 s */
.n_join_04{}
.n_join_04 .con{}
.n_join_04 ul{
	position: relative;
}
.n_join_04 ul::after{
	position: absolute;
	content: "";
	display: block;
	left: -7%;
	top: 0.9rem;
	width: 114%;
	height: 3.15rem;
	background-color: #f6f9ff;
	border-radius: 0 0 0.8rem 0.8rem;
	z-index: -1;
}
.n_join_04 ul li{
	text-align: center;
	flex-grow: 0; /* 防止等分宽度 */
	flex-shrink: 0; /* 防止收缩 */
}
.n_join_04 ul i{
	display: block;
	width: 0.74rem;
	height: 0.18rem;
	background: url('../images/n_join_04_r.png') no-repeat center;
}
.n_join_04 ul li .ico{}
.n_join_04 ul li .ico img{
	display: inline-block;
	width: 2.13rem;
}
.n_join_04 ul li .t1{
	color: rgb(0,0,0,.8);
}
/* 加盟流程 e */

/* 旗舰店形象 s */
.n_join_05{}
.n_join_05 ul{}
.n_join_05 ul li{}
.n_join_05 .swiper-button-prev,.n_join_05 .swiper-button-next{
	width: 0.42rem;
	height: 0.42rem;
	border: 1px solid #f3f3f3;
	background-color: #f3f3f3;
	border-radius: 50%;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.n_join_05 .swiper-button-prev:hover,.n_join_05 .swiper-button-next:hover{
	background-color: transparent;
	border-color: #00479d;
}
.n_join_05 .swiper-button-prev::after,.n_join_05 .swiper-button-next::after{
	display: none;
}
.n_join_05 .swiper-button-prev::before,.n_join_05 .swiper-button-next::before{
	font-size: 0.18rem;
	color: #7d7d7d;
}
.n_join_05 .swiper-button-prev:hover::before,.n_join_05 .swiper-button-next:hover::before{
	color: #00479d;
}
.n_join_05 .swiper-button-prev{
	left: -0.67rem;
	transform: rotate(180deg);
}
.n_join_05 .swiper-button-next{
	right: -0.67rem;
}
/* 旗舰店形象 e */

/* 资料下载 s */
.n_join_06{
	background-color: #f3f3f3;
}
.n_join_06 .con{}
.n_join_06 ul{
	border-radius: 0.2rem;
	padding: 0.6rem;
	background-color: #fff;
}
.n_join_06 ul li{}
.n_join_06 ul li a{
	padding: 0.3rem 0;
	border-bottom: 1px solid #e5e5e5;
	color: rgb(0,0,0,.8);
}
.n_join_06 ul li .t1{
	width: 47%;
	line-height: 1.3;
}
.n_join_06 ul li a:hover .t1{
	color: #00479d;
}
.n_join_06 ul li .fr{
	width: 53%;
}
.n_join_06 ul li .date{}
.n_join_06 ul li .tool{
	gap: 0.55rem;
}
.n_join_06 ul li .tool p{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4c4c4c;
}
.n_join_06 ul li .tool p i{}
.n_join_06 ul li .tool p span{
	font-size: 16px;
	margin-left: 0.1rem;
}

.n_join_06 .com_page a, .n_join_06 .com_page span{
	background-color: #fff;
}
/* 资料下载 e */

/* ====================案例样式========================= */

/* 经典案例 s */
.n_case_list{}
.n_case_list ul{}
.n_case_list ul li{
	float: left;
	width: 23.25%;
	margin-right: calc(7% / 3);
	margin-bottom: 0.5rem;
}
.n_case_list ul li:nth-child(4n){
	margin-right: 0;
}
.n_case_list ul li a{}
.n_case_list ul li .info{
	height: 72px;
	background-color: #f2f2f2;
	padding: 0 4%;
}
.n_case_list ul li .tit{
	color: rgb(0,0,0,.8);
	line-height: 1.5;
}
.n_case_list ul li a:hover .tit{
	color: #00479d;
}
.rect-112{
	padding-bottom: 112%;
}
/* 经典案例 e */

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

/* 联系方式 s */
.n_contact_01{}
.n_contact_01 .top{
	padding: 0.8rem 0;
	border-top: 1px solid #e5e5e5;
}
.n_contact_01 .top .fl{
	width: 58.33%;
}
.n_contact_01 .top .fl .t1{}
.n_contact_01 .top .fl .t1 i{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.68rem;
	height: 0.68rem;
	border-radius: 50%;
	background-color: #00479d;
}
.n_contact_01 .top .fl .t1 i img{
	max-width: 60%;
	max-height: 60%;
}
.n_contact_01 .top .fl .t1 p{
	margin-top: 0.1rem;
	color: #666;
}
.n_contact_01 .top .fl .p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-left: 0.4rem;
}
.n_contact_01 .top .fl .p strong{
	font-size: 18px;
}
.n_contact_01 .top .fr{
	width: 41.67%;
}
.n_contact_01 .top .fr .box{}
.n_contact_01 .top .fr .box img{}
.n_contact_01 .top .fr .box p{
	font-weight: 700;
	color: #666666;
	margin-left: 0.2rem;
}
.n_contact_01 .bot{}
.n_contact_01 .bot ul{}
.n_contact_01 .bot ul li{
	width: 58.33%;
	padding: 0.8rem 0;
	border-top: 1px solid #e5e5e5;
}
.n_contact_01 .bot ul li:nth-child(2n){
	width: 41.67%;
}
.n_contact_01 .bot ul li i{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	width: 0.68rem;
	height: 0.68rem;
	border-radius: 50%;
	background-color: #00479d;
}
.n_contact_01 .bot ul li .info{
	margin-top: 0.15rem;
	font-size: 14px;
	color: #666666;
	line-height: 2;
	min-height: 7em;
}
.n_contact_01 .bot ul li .info strong{
	font-size: 0.18rem;
	font-weight: 700;
}
/* 联系方式 e */

/* 关注我们 s */
.n_contact_02{
	background-color: #f3f3f3;
}
.n_contact_02 ul{}
.n_contact_02 ul li{
	text-align: center;
}
.n_contact_02 ul li .ico{}
.n_contact_02 ul li .ico img{
	display: inline-block;
	max-width: 1.8rem;
}
.n_contact_02 ul li .t1{
	color: rgb(0,0,0,.8);
	line-height: 1.5;
	margin-top: 0.12rem;
}
/* 关注我们 e */


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

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

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

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

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

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


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.pc{display: none;}
	.mb{display: block;}
	
	.pd-160,.pd-140,.pd-120,.pd-100{
		padding: 0.8rem 0;
	}
	
	.i_tit h3{
		font-size: 0.36rem;
	}
	.i_more a{
		padding: 0.16rem 0.45rem;
	}
	
	.i_num ul li{
		width: 33.333%;
		flex: none;
		height: auto;
		padding: 0.3rem 0;
	}
	.i_num ul li:nth-child(4),.i_num ul li:nth-child(5){
		width: 50%;
	}
	.i_num ul li .num span{
		font-size: 0.56rem;
	}
	
	
	.i_ab .top{
		padding: 0.8rem 0 0.3rem;
	}
	.i_ab .bot ul{
		padding: 0.5rem 0;
	}
	.i_ab .bot{
		padding-bottom: 1rem;
	}
	.i_pro .item .con{
		margin-top: 0.5rem;
	}
	.i_pro .item ul{
		gap: 10px;
	}
	.i_pro .item ul li{
		flex: 1 1 calc(50% - 10px);
	}
	
	.i_news .bot .fl,.i_news .bot .fr{
		width: 100%;
	}
	
	.i_news .bot .date{
		width: 60px;
	}
	.i_news .bot .fl ul li .info{
		width: 68%;
		margin-left: 0.3rem;
	}
	
	.i_video ul{
		gap: 0.5rem;
	}
	.i_video ul li{
		width: 100%;
	}
	
	.i_partner ul li{
		width: calc(50% - 0.175rem);
	}
	.i_partner ul li:not(:nth-child(5n))::after{
		display: none;
	}
	.i_partner ul li::after,.i_partner ul li:nth-child(2n-1)::after{
		position: absolute;
		content: "";
		top: 0;
		right: -0.17rem;
		width: 1px;
		height: 100%;
		background-color: #e8e8e8;
		display: block;
	}
	.i_partner ul li::before {
	    position: absolute;
	    content: '';
	    width: 100%;
	    height: 1px;
	    left: 0;
	    bottom: -0.17rem;
	    background-color: #e8e8e8;
	}
	.i_partner ul li i {
	    position: absolute;
	    content: "";
	    left: 100%;
	    bottom: -0.175rem;
	    margin-left: 0.15rem;
	    display: block;
	    width: 0.04rem;
	    height: 0.04rem;
	    background-color: #8a8a8a;
	}
	.i_partner ul li:nth-child(2n)::after,.i_partner ul li:nth-child(2n) i{
		display: none;
	}
	.i_partner ul li:nth-child(9)::before,
	.i_partner ul li:nth-child(10)::before{
		display: none;
	}
	
	#super_citys>div{
		width: 100%;
	}
	.i_join #super_citys{
		gap: 0.25rem;
	}
	.i_join .mui-input-row{
		margin-top: 0.25rem;
		width: 100%;
	}
	.i_join .mui-input-row .box{
		flex-direction: column;
	}
	.i_join .mui-input-row .box label{
		margin-bottom: 0.25rem;
	}
	.i_join .mui-input-row .box .row{
		display: flex;
		gap: 6px;
	}
	#super_citys>div,.i_join .mui-input-row>input{
		height: 42px;
		line-height: 42px;
	}
	.i_join .mui-input-row .box .row span{
		line-height: 1.3;
	}
	.i_join .mui-input-row .box .row:last-child{
		flex-direction: column;
		align-items: flex-start;
	}
	.i_join .mui-input-row .box .row .item2{
		width: 100%;
		margin-left: 0;
	}
	.i_join .mui-input-row textarea{
		min-height: 120px;
	}
	.i_join .mui-input-row .box{
		padding-bottom: 70px;
	}
	.i_join .btn{
		bottom: 0.45rem;
		left: 0.3rem;
	}
	.i_join .btn button{
		padding: 0.16rem 0.45rem;
	}
	
	.Footer-container .mid{
		padding-bottom: 0;
	}
	.Footer-container .mid .fl{
		margin-bottom: 0.25rem;
	}
	.Footer-container .mid .fl .f_logo img{
		height: 0.48rem;
	}
	
	.Footer-container .mid .fl,.Footer-container .mid .fr{
		width: 100%;
	}
	
	.Footer-container .mid ul{
		flex-direction: column;
	}
	.Footer-container .mid ul li{
		margin-left: 0;
		width: 100%;
	}
	.Footer-container .mid ul li:last-child{
		margin-bottom: 0;
	}
	.Footer-container .mid ul li{
		width: 100%;
		padding-bottom: 0.2rem;
		border-bottom: 1px solid rgb(255,255,255,.3);
		margin-bottom: 0.24rem;
	}
	.Footer-container .mid ul li.lxwm{
		border: none;
		padding-bottom: 0;
		margin-bottom: 0.45rem;
	}
	.Footer-container .mid ul li p{
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 16px;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-right: 0.2rem;
	}
	.Footer-container .mid ul li p i{
		font-size: 16px;
	}
	.Footer-container .mid ul li p::after{
		display: none;
	}
	.Footer-container .mid ul li p.on i{
		transform: rotate(180deg);
	}
	.Footer-container .mid ul li .foot_nav_link{
		display: none;
		padding: 0.12rem 0 0;
	}
	.Footer-container .mid ul li .foot_nav_link a{
		font-size: 14px;
		line-height: 1.5;
		padding: 0.1rem 0;
	}
	.Footer-container .bot{
		padding-bottom: 0.3rem;
		border: none;
	}
	.Footer-container .bot,.Footer-container .bot a{
		font-size: 14px;
	}
	
	.Footer-container .bot .w13{
		flex-direction: column;
		gap: 0.2rem;
	}
	.media_ul li a{
		width: 0.64rem;
		height: 0.64rem;
	}
	.media_ul li a i{
		font-size: .32rem;
	}
	.Footer-container .bot .fl .tool .wx img{
		width: 1.5rem;
	}
	.Footer-container .bot .fr,.Footer-container .bot .fr a{
		font-size: 14px;
	}
	
	.media_ul li a img{
		width: 100px;
		height: 100px;
		top: -110px;
	}
	
	.sort_nav{
		position: relative;
		/* height: 42px; */
	}
	.sort_nav .crumbs{
		display: none;
	}
	.sort_nav_view{
		width: 100%;
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 3;
		background: #fff
	}
	.sort_nav .tit{
		display: flex;
		/* display: none; */
	}
	.sort_nav .w12{
		min-height: auto;
		max-width: 100%;
	}
	.sort_nav_view ul{
		flex-wrap: wrap;
		box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
	}
	.sort_nav_view ul li{
		width: 100%;
		margin-left: 0;
		border-bottom: 1px solid rgba(0,0,0,.05);
	}
	.sort_nav_view ul li a{
		font-size: 14px;
		line-height: 1.75;
		padding: 0.16rem 4%;
		text-align: center;
	}
	.sort_nav_view ul li.active a::after{
		height: 1px;
		bottom: 0;
	}
	.sort_nav .tit i{
		transition: all .5s ease;
		transform: rotate(90deg);
	}
	.sort_nav .tit.on i{
		transform: rotate(-90deg);
	}
	.sort_nav_view ul li:not(:first-child){
		margin-left: 0;
	}
	
	.n_ab_01{
		padding-top: 0.8rem;
	}
	.n_ab_tit h3{
		font-size: 0.4rem;
	}
	
	.mt70,.mt80,.mt90,.mt100{
		margin-top: 0.5rem;
	}
	.mt110,.mt120,.mt130,.mt140,.mt150,.mt200{
		margin-top: 0.8rem;
	}
	.n_ab_01 .pic{
		margin-top: 0.4rem;
	}
	
	.c_ban{
		margin-top: 60px;
	}
	.c_ban img{
		/* height: 4.2rem; */
		height: 2.6rem;
	}
	.n_ab_01 .shuzi ul li .num{
		font-size: 0.6rem;
	}
	
	.n_ab_02 ul li,.n_ab_02 ul li:nth-child(3n){
		width: 48.5%;
		margin-right: 3%;
	}
	.n_ab_02 ul li:nth-child(2n){
		margin-right: 0;
	}
	
	.n_ab_03{
		padding-top: 1rem;
	}
	.n_ab_03 ul{
		row-gap: 0.4rem;
	}
	.n_ab_03 ul li,.n_ab_03 ul li:nth-child(2){
		width: 100%;
		padding: 0.6rem 2%;
	}
	
	.n_history .top ul li i{
		margin-bottom: 0.6rem;
	}
	
	.n_history .top .swiper-button-prev, .n_history .top .swiper-button-next{
		width: 0.7rem;
		height: 0.7rem;
	}
	
	.n_history .bot ul li{
		flex-direction: column-reverse;
		padding: 0.6rem 0.4rem;
	}
	.n_history .bot ul li .info,.n_history .bot ul li .pic{
		width: 100%;
	}
	.n_history .bot ul li .info{
		padding-top: 0.2rem;
	}
	.n_history .bot ul li .tit{
		font-size: 0.6rem;
	}
	.n_history .bot ul li .des{
		margin-top: 0.15rem;
	}
	
	.n_str_01 .top{
		padding-top: 1rem;
	}
	.n_str_01 .top ul{
		background-color: #fff;
	}
	.n_str_01 .top ul li .img,
	.n_str_01 .top ul li .info{
		width: 100%;
	}
	
	.n_str_01 .top ul li .info{
		padding: 0.6rem 0.4rem;
	}
	
	.swiper-tool .col .swiper-pagination span{
		font-size: 0.28rem;
	}
	.swiper-tool .swiper-button-prev:after, .swiper-tool .swiper-button-next:after{
		font-size: 0.28rem;
	}
	
	.n_str_01 .bot ul{
		flex-direction: column;
	}
	.n_str_01 .bot ul li{
		width: 100%;
	}
	.n_str_01 .bot ul li .ico img{
		height: 0.8rem;
	}
	.n_str_01 .bot ul li:not(:last-child){
		border: none;
		border-bottom: 1px solid #fff;
	}
	
	.n_str_03 .img img{
		object-fit: cover;
		height: 3.8rem;
	}
	
	.n_str_03 ul li{
		flex-direction: column;
		padding: 0.3rem 0.2rem;
	}
	
	.n_str_03 ul li .info{
		width: 100%;
		margin-top: 0.2rem;
		text-align: center;
	}
	.n_str_03 ul li .des{
		line-height: 1.5;
		margin-top: 0.16rem;
	}
	.n_str_03 ul li .ico img{
		max-width: 50%;
		max-height: 50%;
	}
	
	.n_honor ul li{
		width: 48.5%;
		margin-right: 3%;
	}
	.n_honor ul li:nth-child(2n){
		margin-right: 0;
	}
	
	.n_welfare ul li{
		width: 50%;
	}
	.n_welfare ul li .info{
		padding: 0.4rem 0;
	}
	.n_welfare ul li .des{
		line-height: 1.75;
	}
	
	.n_pro1 .pics_list ul{
		gap: 3%;
	}
	.n_pro1 .pics_list ul li{
		width: 48.5%;
	}
	.n_pro1 .pics_list ul li:nth-child(n+3){
		margin-top: 3%;
	}
	
	.n_pro1 .info h3{
		font-size: 0.36rem;
	}
	
	.n_pro1 .info h4{
		font-size: 0.32rem;
	}
	.pro_stxw, .pro_swxt{
		margin-top: 0.5rem;
	}
	.c_nav2 .w12{
		gap: 0.16rem;
	}
	.c_nav2 .w12 a{
		width: calc(50% - 0.08rem);
	}
	
	.n_ser_01 ul li{
		flex-direction: column-reverse;
	}
	.n_ser_01 ul li .img,.n_ser_01 ul li .info{
		width: 100%;
	}
	.n_ser_01 ul li .info{
		padding: 0.6rem 0.4rem 1.2rem;
	}
	
	.n_ser_02 .top .w13{
		position: relative;
		transform: none;
		left: 0;
		top: auto;
		padding: 0.8rem 0;
	}
	.n_ser_02 .top ul li{
		width: 32%;
		margin-top: 0 !important;
	}
	.n_ser_02 .top ul li:nth-child(n+4){
		margin-top: 0.4rem !important;
	}
	.n_ser_02 .top ul li .info .ico img{
		width: 1.3rem;
	}
	.n_ser_02 .top ul li .num i{
		margin: 0.3rem 0 0.35rem;
	}
	
	.n_ser_02{
		padding-bottom: 0;
	}
	.n_ser_02 .bot ul li{
		width: 100%;
	}
	.n_ser_02 .bot ul li:not(:last-child){
		margin-bottom: 0.3rem;
		padding-bottom: 0.3rem;
	}
	.n_ser_02 .bot ul li:not(:last-child)::after{
		width: 100%;
		height: 1px;
		left: 0;
		bottom: 0;
		top: auto;
	}
	
	.n_ser_03 a{
		width: 100%;
	}
	.n_ser_03 a input{
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.n_ser_03 a button{
		height: 50px;
		background-size: auto 60%;
	}
	
	.n_sec .info tr{
		display: flex;
		flex-direction: column;
	}
	.n_sec .info td{
		width: 100%;
		padding: 0.4rem;
		line-height: 3;
	}
	.n_sec .info td:not(:nth-child(2n))::after {
	    width: 90%;
		left: 5%;
		bottom: 0;
		top: auto;
		height: 1px;
	}
	
	.n_investor ul li a{
		flex-direction: column;
		align-items: flex-start;
		gap: 0.05rem;
	}
	.n_investor ul li .t1{
		width: 100%;
		padding-right: 0;
	}
	
	.n_inter .top .btn a{
		padding: 0.2rem 0.5rem;
	}
	.n_inter .bot ul li .invest-title .fl{
		width: calc(100% - 50px);
	}
	.n_inter .bot ul li .invest-title .fl .add,
	.n_inter .bot ul li .invest-title .fl .date{
		display: none;
	}
	.n_inter .bot ul li .invest-title .fr{
		width: 50px;
	}
	.n_inter .bot ul li .invest-title .fl .t1{
		width: 100%;
	}
	.n_inter .bot ul li .invest-info{
		padding-left: 0.2rem;
		padding-bottom: 0.3rem;
	}
	.n_inter .bot ul li .invest-info-top{
		padding: 20px 0 10px 28px;
	}
	.n_inter .bot ul li .invest-info-top:before{
		top: 18px;
	}
	
	.modal .box .w12{
		width: 92%;
	}
	.modal .form-group i{
		font-size: 0.32rem;
	}
	.modal .form-group input[type="text"]{
		line-height: 36px;
		height: 36px;
		padding-left: 30px;
	}
	.modal .form-group.checkcode img{
		height: 36px;
	}
	.modal .form-group textarea{
		height: 120px;
		padding-left: 30px;
	}
	
	.n_news_list ul li a{
		flex-direction: column;
		gap: 0.3rem;
	}
	.n_news_list ul li .fl,.n_news_list ul li .fr,.n_news_list ul li .img{
		width: 100%;
	}
	.n_news_list ul li .fl{
		flex-direction: column;
	}
	.n_news_list ul li .date,.n_news_list ul li .info{
		width: 100%;
		padding-left: 0;
	}
	.n_news_list ul li .date i{
		margin-top: 0.3rem;
		margin-bottom: 0.3rem;
	}
	.n_news_list ul li{
		padding: 0.6rem 0;
	}
	
	.i_video ul li .info{
		padding: 0.4rem 0.3rem;
	}
	
	.n_join_01 ul li .ico img{
		height: 0.6rem;
	}
	.n_join_01 ul li .t1{
		line-height: 1.3;
	}
	
	.n_join_02 .con{
		background: #F3F3F3;
		padding: 0;
	}
	.n_join_02 ul{
		row-gap: 0.3rem;
		align-content: stretch;
		justify-content: space-between;
	}
	.n_join_02 ul li{
		width: 48%;
		padding: 0.2rem;
		background-color: #fff;
	}
	.n_join_02 ul li .num{
		font-size: 1rem;
	}
	.n_join_02 ul li .txt{
		flex: 1;
	}
	.n_join_02 ul li .p1{
		line-height: 1.8;
	}
	
	.n_join_03 .n_ab_tit{
		bottom: 100%;
		top: auto;
		margin-bottom: 0.35rem;
	}
	.n_join_03 .con:before{
		height: 100%;
	}
	.n_join_03 .top ul li{
		flex-direction: column;
	}
	.n_join_03 .top ul li .txt,.n_join_03 .top ul li .img{
		width: 100%;
	}
	.n_join_03 .top ul li .txt{
		padding: 0.3rem 0;
	}
	.n_join_03 .top ul li .txt .t1 i{
		height: 30px;
		line-height: 30px;
	}
	.n_join_03 .top ul li .txt .t1 img{
		max-height: 100%;
	}
	
	.n_join_03 .tool{
		left: 50%;
		bottom: -1.2rem;
		margin-left: 0;
		flex-direction: row;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		gap: 0.2rem;
	}
	.n_join_03 .tool .swiper-button-prev, .n_join_03 .tool .swiper-button-next{
		width: 0.7rem;
		height: 0.7rem;
	}
	
	.n_join_03 .bot ul li i{
		width: 40px;
		height: 40px;
	}
	
	.n_join_04 ul{
		row-gap: 0.5rem;
	}
	.n_join_04 ul li{
		width: 50%;
	}
	.n_join_04 ul i{
		display: none;
	}
	.n_join_04 ul::after{
		display: none;
	}
	
	.n_join_06 ul{
		padding: 0.4rem;
	}
	.n_join_06 ul li .t1{
		flex: 1;
		padding-right: 0.1rem;
	}
	.n_join_06 ul li .fr{
		width: 130px;
	}
	
	.n_case_list ul li{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.n_case_list ul li:nth-child(2n){
		margin-right: 0;
	}
	
	.n_contact_01 .top .fl,.n_contact_01 .top .fr{
		width: 100%;
	}
	
	.n_contact_01 .top{
		padding: 0.5rem 0;
	}
	.n_contact_01 .top .fl .t1{
		width: 1.2rem;
		text-align: center;
	}
	.n_contact_01 .top .fl .p{
		width: calc(100% - 1.2rem);
	}
	.n_contact_01 .top .fr{
		margin-top: 0.3rem;
	}
	.n_contact_01 .top .fr .box{
		justify-content: flex-start;
		padding-left: 1.6rem;
	}
	
	.n_contact_01 .top .fr .box img{
		width: 24px;
	}
	
	.n_contact_01 .bot ul li i,.n_contact_01 .top .fl .t1 i{
		width: 1rem;
		height: 1rem;
	}
	.n_contact_01 .top .fl .t1 i img{
		max-width: 50%;
		max-height: 50%;
	}
	
	.n_contact_01 .bot ul li{
		padding: 0.4rem 0;
		width: 100% !important;
	}
	.n_contact_01 .bot ul li .info{
		min-height: auto;
	}
	.n_contact_02 ul{
		row-gap: 0.3rem;
	}
	
	.pro_list3 tbody{
		row-gap: 0.2rem;
	}
	
	.i_news .bot .fl ul li a{
		padding: 0.4rem 0.25rem;
	}
	.i_news .bot i{
		width: 32px;
		height: 32px;
		font-size: 14px;
	}
	
	.c_ban .txt_19,.c_ban .txt_14{
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		height: auto;
	}
	
	.c_ban .txt_14 .t1,.c_ban .txt_19 .t1{
		font-size: 0.36rem;
		margin-bottom: 0.12rem;
	}
}

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

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.n_join_06 ul li .date{
		display: none;
	}
	.pro_list5 tr td{
		max-width: 100%;
	}
}

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

@media all and (max-width:420px) {
	.n_contact_01 .top .fl .p strong,.n_contact_01 .bot ul li .info strong{
		font-size: 16px;
	}
	.n_ab_01 .shuzi ul li p,.n_return ul li .top i,.n_join_06 ul li .tool p span,.n_contact_01 .top .fl .p{
		font-size: 14px;
	}
	.n_str_02 .n_ab_tit p,.n_ab_tit p,.n_return ul li .bot .info,.com_page a,.com_page span,
	.n_ab_tit.n_ab_tit2 p,.c_nav2 .w12 a,.i_num ul li p{
		font-size: 13px;
	}
}

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