@charset "utf-8";
html,body { padding:0; margin:0; }
* { margin:0; padding:0; font-family:Arial,Helvetica,Verdana,'Microsoft YaHei'; border:0; outline:medium; text-shadow:none; text-decoration:none; }
body { overflow-x: hidden; line-height:0; color:#333; position:relative;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0); }
input { vertical-align:middle; }
textarea { resize:none; }
div { box-sizing:border-box; line-height:1; }
ul { list-style:none; margin:0; }
p { margin:0; }
img {	image-rendering:-moz-crisp-edges;	image-rendering:-o-crisp-edges;	image-rendering:-webkit-optimize-contrast;	image-rendering: crisp-edges;	-ms-interpolation-mode:nearest-neighbor; }
a,a:link,a:active,a:visited,a:hover { color:inherit; text-decoration:none; transition:.36s all linear; }
a:hover { color:#1f397d; }i,em { font-style:normal; }
::-webkit-input-placeholder { color:#999999; }
:-moz-placeholder { color:#999999; }
::-moz-placeholder { color:#999999; }
:-ms-input-placeholder { color:#999999; }

/*修改滚动条*/
::-webkit-scrollbar { width:6px; height:5px; }
::-webkit-scrollbar-track { box-shadow:inset 0 0 6px transparent; background:#ddd; }
::-webkit-scrollbar-thumb { background:#1f397d; }

/*禁止选中*/
/* .not-select{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none; } */

/*图片比例控制*/
.imgbox { width:100%; overflow:hidden; position:relative; }
.imgbox:after { content:''; display:block; padding-top:75%; }
.imgbox img { max-width:100%; max-height:100%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); transition:.36s all linear; }
.imgbox img:hover { transform:translate(-50%,-50%) scale(1.1); transition:.36s all linear; }

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4807920 */
  src: url('//at.alicdn.com/t/c/font_4807920_1ubtmtc5qd4.woff2?t=1769656769244') format('woff2'),
       url('//at.alicdn.com/t/c/font_4807920_1ubtmtc5qd4.woff?t=1769656769244') format('woff'),
       url('//at.alicdn.com/t/c/font_4807920_1ubtmtc5qd4.ttf?t=1769656769244') format('truetype');
}

.ali-icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.typebox::-webkit-scrollbar { height:1px; }
.top-video { display:none; background: #000; }
body { font-size:12px; }
body.nav-open { overflow-y: hidden; }
@media(min-width:768px) {
	body { font-size:14px; }
}
@media(min-width:1200px) {
	body { font-size:16px; }
}
@media(min-width:1600px) {
	.container { width:1430px; max-width:1430px; margin:0 auto; }
}
@media(min-width:1700px) {
	.container { width:1630px; max-width:1630px; margin:0 auto; }
}

.page-a { margin:15px 0; }
.prev_next { color:#666666; line-height: 2; margin-top:25px; }
.prev_next .page-a { display: flex; }
.prev_next .page-a a { flex:1; width:50%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
@media(min-width:992px) {
	.prev_next { margin-top: 0px; }
}
.header {padding:10px 5px; background:#fff;position:relative;overflow: hidden;transition:.36s all linear;}
.header .logo {flex:0 0 80%;max-width:80%;display:flex; padding-right: 15px; padding-left: 0;}
.nav {display:none;color:#000;position:relative;z-index:9;}
.nav .list {display:flex;align-items:center;flex-wrap:wrap;}
.nav .slide {flex:1;text-align:center;position:relative;transition:.2s all linear;}
.nav .slide>a {position: relative;display:block;}
/* .nav .slide>a:after { content:''; position: absolute; bottom:0%; left:50%; transform:translateX(-50%); background:#1f397d; width:0px; height:3px; transition:.2s all linear; } */
.nav .slide i {display:none;}
.nav .subnav {pointer-events: none;display:none;overflow:hidden;color:#333;background:rgba(255,255,255,.9);position:absolute;z-index:3;bottom:0;left:0;min-width:100%;transform:translate(0,100%);}
.nav .subnav a {display:block;height:40px;line-height: 40px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding:0 20px;}
.nav .slide.active>a,.nav .slide:hover>a { color:#fff; background:#1f397d; transition:.2s background linear; }
/* .nav .slide.active a:after,.nav .slide:hover a:after { width:70%; transition:.2s all linear; } */
.header .tel { color:#2a2a2a; font-size:12px; position: relative; align-items: center; justify-content: flex-end; }
.header .tel span { display:block; color:#2a2a2a; margin-top: 5px; font-size:18px; }
.header .wechat { display: none; position: relative; cursor:pointer; background:#1f397d; color:#fff; min-width:68px; margin-left:10px; }
.header .wechat:after { content:''; display:block; padding-top:100%; }
.header .wechat i { position: absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:20px;transition:.2s all linear; }
.header .wechat:hover i { transform:translate(-50%,-50%) scale(1.1); transition:.2s all linear; }
@media(max-width:767px) {
	.header .logo img {max-height:38px;}
}
@media(min-width:768px) {
  .header { padding: 10px;}
  .header .logo {flex:0 0 70%;max-width:70%;}
}
@media(min-width:992px) {
  .header { padding:0; padding-left: 12px; overflow:visible;}
  .header .logo {flex:0 0 20%;max-width:20%;}
  .nav { display: block; flex:0 0 60%;max-width:60%; margin-left: auto; }
	.nav .slide>a {height: 68px;line-height:68px;position: relative;}
	.nav .slide:hover .subnav {display:block;}
	.nav .slide .subnav {font-size:14px;pointer-events: auto;}
	.nav .slide .subnav a:hover,
  .nav .slide .subnav a.active {color:#fff;background:#1f397d;transition:.2s all linear;}
  .header .tel {flex:0 0 17%;max-width:17%;}
  .header .wechat i { font-size:38px; }
}
@media(min-width:1200px) {
  .header .logo {flex:0 0 22%;max-width:22%;}
  .nav { flex:0 0 58%;max-width:58%; }
  .nav .slide>a {height: 72px;line-height: 72px;}
  .nav .slide .subnav {font-size:15px;}
  .nav .subnav a {height:45px;line-height: 45px;}
  .header .tel { font-size:14px; }
  .header .tel span { font-size:19px; }
  .header .wechat { min-width:72px; margin-left:15px; }
  .header .wechat i { font-size:42px; }
}
@media(min-width:1400px) {
  .header .logo {flex:0 0 20%;max-width:20%; }
  .nav { flex:0 0 55%;max-width:55%; }
  .nav .slide>a {height: 76px;line-height: 76px;}
  .header .tel { flex:0 0 20%;max-width:20%;}
  .header .tel span { font-size:20px; }
  .header .wechat { display: block; min-width:76px; margin-left: 20px; }
  .header .wechat i { font-size:46px; }
}
@media(min-width:1600px) {
  .header .logo { flex:0 0 23%; max-width:23%; padding-left: 50px; }
  .nav .slide>a {height: 80px;line-height: 80px;}
  .nav { flex:0 0 50%;max-width:50%; }
  .header .tel { flex:0 0 20%; max-width:20%; }
  .header .tel span { font-size:22px; }
  .header .wechat { min-width:80px; margin-left:25px; }
  .header .wechat i { font-size:50px; }
}

.banner { overflow:hidden; background: #000; }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #cba151; }
.banner-box img { width:100%; }
/* .banner-box {position:relative; left:50%; transform:translateX(-50%); text-align: center; } */
.banner .title-pagination {pointer-events: none; width:100vw; position: absolute; left:50%; bottom: 30%; transform:translateX(-50%); z-index: 9; padding-right:8vw; }
.banner .title-pagination .s1 {pointer-events:auto; text-align:right; color: #fff; background:none;opacity:.7; line-height:2.5; font-weight:bold; width:200px; height:unset; display:block; margin-left:auto; }
.banner .title-pagination .s1:hover { opacity:1; }
.banner .s1.swiper-pagination-bullet-active { opacity:1; }
.banner .s1:after { content:''; height:2px; width:15px; background: #fff; display:inline-block; margin-left:35px;vertical-align: middle; transition:.36s all linear; }
.banner .s1.swiper-pagination-bullet-active:after { width:30px; margin-left:20px; transition:.36s all linear; }
@media(min-width:1200px) {
  /* .banner-box { width:100%; min-width:1600px; } */
}
@media(min-width:1400px) {
  /* .banner-box { width:100%; min-width:1920px; } */
}
@media(min-width:1530px) {
  /* .banner-box { width:unset; min-width:unset; } */
}
@media(min-width:1600px) {
  /* .banner-box { width:100%; min-width:1920px; } */
}

/*内页大图样式*/
.inbanner { position:relative; overflow: hidden; }
.inbanner .t1 { color:#e9edf0; font-size:22px; font-weight: bold; }
.inbanner .t2 { font-size:14px; margin-top: 10px; }
.inbanner img { width:100%; position:relative; left:50%; transform:translateX(-50%); }
.inbanner .imgs img:nth-child(2) { display: none; } /* 如果子栏目有设置大图，隐藏默认inbanner大图 */
.inbanner .content { color:#fff; width:100%; position:absolute; top:59%; transform:translateY(-50%); text-align:center; }
.location { color: #666666; background:#f2f2f2; position:relative; overflow: hidden; }
.location i { margin:0 5px; }
.location a:hover { color:#1f397d; text-decoration: underline; }
@media(max-width:575px) {
	.inbanner img { min-width:576px; }
}
@media(min-width:768px) {
	.inbanner .t1 { font-size:30px; }
	.inbanner .t2 { font-size:15px; }
}
@media(min-width:992px) {
	.inbanner .t1 { font-size:34px; }
	.inbanner .t2 { font-size:16px; margin-top: 15px; }
	.inbanner .content { top:51%; }
}
@media(min-width:1200px) {
	.inbanner .t1 { font-size:40px; }
	.inbanner .t2 { font-size:18px; left:5%; top:60px; }
	.location { font-size:15px; }
}
@media(min-width:1400px) {
	.inbanner .t1 { font-size:46px; }
	.inbanner .t2 { font-size:20px; margin-top: 20px; }
}
@media(min-width:1600px) {
	.inbanner .t1 { font-size:50px; font-weight: bold; }
	.inbanner .t2 { font-size:22px; margin-top: 25px; }
}


.index01 { position: relative; overflow: hidden; padding:25px 0; }
.index01 .t1 { display: flex; align-items: center; color:#000000; font-size:20px; line-height: 1.8; padding-left: 3px; position:relative; z-index: 1; }
.index01 .t1 hr { width:60px; height:1px; margin-left: 30px; }
.index01 .t1 span { position: absolute; z-index:-1; left:0; top:50%; transform:translateY(-50%); font-size:210%; /*空心字体样式*/ text-transform:uppercase; color:transparent; -webkit-text-stroke: 1px #e8e8e8; text-stroke: 1px #e8e8e8; font-weight: bold;}
.index01 .t2 { color:#666666; margin-top: 5px; line-height: 1.5; }
.index01 .more { display: inline-block; width:48px; height:48px; background:url(../images/more.png) no-repeat center; background-size:100%; }
.index01 .more:hover { background:url(../images/more_h.png) no-repeat center; background-size:100%; }
.index01 .content { margin-top: 15px; }
.index01 .swiper-slide { background:#f5f5f5; }
.index01 .swiper-slide .imgbox { background: url(../images/goods_bg.jpg) no-repeat center; background-size:cover; border: 1px solid #eee; }
.index01 .swiper-slide .imgbox:after { padding-top: 75%; }
.index01 .txtbox { padding:0 15px; }
.index01 .txtbox hr { background-color:#666; opacity:1; }
.index01 .c1 { color:#282828; font-size:14px; margin-top: 10px; }
.index01 .c2 {/*渐变色文字从上到下#3551a4->#2c8ec4->#31cdb0*/ background: -webkit-linear-gradient(top, #3551a4, #2c8ec4, #31cdb0); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold; margin-top: 10px; display: inline-block; }
.index01 .c3 { color:#666; padding-bottom:10px; }
.index01 .c3 i { font-size:200%; }
.index01 .swiper-slide:hover .txtbox hr { background: color #1f397d; }
.index01 .swiper-slide:hover .c3 { color:#1f397d; }
@media(min-width:768px) {
	.index01 { padding:30px 0; }
	.index01 .t1 { font-size:22px; }
	.index01 .content { margin-top: 20px; }
	.index01 .txtbox { padding:0 20px; }
	.index01 .c1 { font-size:15px; }
}
@media(min-width:992px) {
	.index01 { padding:35px 0; }
	.index01 .t1 { font-size:24px; }
}
@media(min-width:1200px) {
	.index01 { padding:40px 0; }
	.index01 .t1 { font-size:26px; }
	.index01 .content { margin-top: 25px; }
	.index01 .c1 { font-size:16px; margin-top: 15px; }
	.index01 .c2 { margin-top: 15px; }
	.index01 .c3 { padding-bottom:15px; }
}
@media(min-width:1400px) {
	.index01 { padding:45px 0; }
	.index01 .t1 { font-size:28px; }
	.index01 .txtbox { padding:0 25px; }
	.index01 .c1 { font-size:18px; }
}
@media(min-width:1600px) {
	.index01 { padding:50px 0; }
	.index01 .t1 { font-size:32px; }
	.index01 .content { margin-top: 30px; }
	.index01 .txtbox { padding:0 30px; }
	.index01 .c1 { font-size:20px; }
}
@media(min-width:1920px) {
	.index01 { padding:55px 0; }
	.index01 .t1 { font-size:36px; }
	.index01 .c1 { font-size:22px; }
}

.index02 { position: relative; overflow: hidden; padding:25px 0; background:#f5f5f5; }
.index02 .t1 { display: flex; align-items: center; color:#000000; font-size:20px; line-height: 1.8; padding-left: 3px; position:relative; z-index: 1; }
.index02 .t1 hr { width:60px; height:1px; margin-left: 30px; }
.index02 .t1 span { position: absolute; z-index:-1; left:0; top:50%; transform:translateY(-50%); font-size:210%; /*空心字体样式*/ text-transform:uppercase; color:transparent; text-stroke: 1px #ddd; -webkit-text-stroke: 1px #ddd; font-weight: bold;}
.index02 .t2 { color:#666666; margin-top: 5px; line-height: 1.5; }
.index02 .more { display: inline-block; width:48px; height:48px; background:url(../images/more.png) no-repeat center; background-size:100%; }
.index02 .more:hover { background:url(../images/more_h.png) no-repeat center; background-size:100%; }
.index02 .content { margin-top: 15px; }
.index02 .swiper-slide { padding-bottom:20px; }
.index02 .imgbox:after { padding-top: 136%; }
.index02 .imgbox:before { opacity:0; transition:.3s all linear; content:'可为客户提供阴极保护全系列设备材料、阴极保护方案设计及阴极保护工程施工等服务'; color:#fff; display: flex; align-items:center; justify-content: center; padding:0 10%; text-align: center; line-height: 1.6; font-size:12px; position: absolute; left:0; top:0; z-index: 2; width:100%; height:100%; background:rgba(31,57,125,.8);}
.index02 .txtbox { position: absolute; z-index: 3; text-align: center; width:80%; bottom:0; left:50%; padding-bottom:10px; transform:translateX(-50%); background:#fff; }
.index02 .c1 { color:#666; margin-top: 10px; font-size:14px; }
.index02 .c2 { color:#999; font-size:12px; line-height: 1.5; padding:0 10px; margin-top: 5px; text-transform:uppercase; white-space:nowrap; overflow: hidden; text-overflow: ellipsis; }
.index02 .c3 i { background:#1f397d; font-size:14px; width:12px; height:12px; line-height: 12px; display:inline-block; color:#fff; }
.index02 .swiper-slide:hover .imgbox:before { opacity:1; transition:.3s all linear; }
@media(min-width:768px) {
	.index02 { padding:30px 0; }
	.index02 .t1 { font-size:22px; }
	.index02 .content { margin-top: 20px; }
	.index02 .c1 { font-size:16px; }
}
@media(min-width:992px) {
	.index02 { padding:35px 0; }
	.index02 .t1 { font-size:24px; }
}
@media(min-width:1200px) {
	.index02 { padding:40px 0; }
	.index02 .t1 { font-size:26px; }
	.index02 .content { margin-top: 25px; }
	.index02 .c1 { font-size:18px; }
}
@media(min-width:1400px) {
	.index02 { padding:45px 0; }
	.index02 .t1 { font-size:28px; }
	.index02 .imgbox:before { font-size:14px; }
}
@media(min-width:1600px) {
	.index02 { padding:50px 0; }
	.index02 .t1 { font-size:32px; }
	.index02 .content { margin-top: 30px; }
}
@media(min-width:1920px) {
	.index02 { padding:55px 0; }
	.index02 .t1 { font-size:36px; }
}
.index03 { position: relative; overflow: hidden; padding:25px 0; }
.index03 .t1 { display: flex; align-items: center; color:#000000; font-size:20px; line-height: 1.8; padding-left: 3px; position:relative; z-index: 1; }
.index03 .t1 hr { width:60px; height:1px; margin-left: 30px; }
.index03 .t1 span { position: absolute; z-index:-1; left:0; top:50%; transform:translateY(-50%); font-size:210%; /*空心字体样式*/ text-transform:uppercase; color:transparent; -webkit-text-stroke: 1px #e8e8e8; text-stroke: 1px #e8e8e8; font-weight: bold;}
.index03 .t2 { color:#666666; margin-top: 5px; line-height: 1.5; }
.index03 .more { display: inline-block; width:48px; height:48px; background:url(../images/more.png) no-repeat center; background-size:100%; }
.index03 .more:hover { background:url(../images/more_h.png) no-repeat center; background-size:100%; }
.index03 .content { position: relative; margin-top: 15px; background:url(../images/in03_img.jpg) no-repeat center; background-size:cover; padding:6.25vw 12px 14vw; }
.index03 .txtbox { width:990px; max-width:90%; color:#fff; text-align: center; margin:0 auto; }
.index03 .c1 { height:40px; }
.index03 .c1 img { max-height:100%; }
.index03 .c2 { margin-top: 10px; }
.index03 .c3 { font-size:14px; line-height: 1.5; margin-top: 15px; }
.index03 .c4 { font-size:12px; line-height: 1.5; margin-top: 10px; }
@media(min-width:768px) {
	.index03 { padding:30px 0; }
	.index03 .t1 { font-size:22px; }
	.index03 .content { margin-top: 20px; }
	.index03 .c1 { height:45px; }
	.index03 .c3 { font-size:16px; }
	.index03 .c4 { font-size:14px; }
}
@media(min-width:992px) {
	.index03 { padding:35px 0; }
	.index03 .t1 { font-size:24px; }
}
@media(min-width:1200px) {
	.index03 { padding:40px 0; }
	.index03 .t1 { font-size:26px; }
	.index03 .content { margin-top: 25px; }
	.index03 .c1 { height:50px; }
	.index03 .c2 { font-size:18px; }
}
@media(min-width:1400px) {
	.index03 { padding:45px 0; }
	.index03 .t1 { font-size:28px; }
	.index03 .c1 { height:55px; }
}
@media(min-width:1600px) {
	.index03 { padding:50px 0; }
	.index03 .t1 { font-size:32px; }
	.index03 .content { margin-top: 30px; }
	.index03 .c1 { height:60px; }
}
@media(min-width:1920px) {
	.index03 { padding:55px 0; }
	.index03 .t1 { font-size:36px; }
}

.index04 { position: relative; overflow: hidden; background:#1f397d;  }
.index04 .t1 { display: flex; align-items: center; color:#fff; font-size:22px; line-height: 1.8; padding-left: 3px; z-index: 1; }
.index04 .t1 hr { width:60px; height:1px; margin-left: 30px; }
.index04 .t1 div { line-height: 1.7; font-weight: bold; }
.index04 .t1 span { position: absolute; z-index:0; left:0; top:25px; line-height: 1; font-size:150%; /*空心字体样式*/ text-transform:uppercase; color:transparent; -webkit-text-stroke: 1px rgba(255,255,255,.1); text-stroke: 1px rgba(255,255,255,.1); font-weight: bold; white-space: nowrap;}
.index04 .t1 span em { position: absolute; right:0; color:#abb0c2;  }
.index04 .t2 { color:#fff; margin-top: 5px; line-height: 1.8; }
.index04 .more { display: none; width:34px; height:33px; margin:15px; background:url(../images/more2.png) no-repeat center; background-size:100%; }
/* .index04 .more:hover { background:url(../images/more_h.png) no-repeat center; background-size:100%; } */
.index04 .content { margin-top: 15px; }
.index04 .panel { width:100%; margin:25px auto 20px; }
.index04 .img { width:100%; }
.index04 .list { margin-top: 20px; }
.index04 .slide { flex:0 0 28%; max-width:33%; color:#fff; line-height: 1.5; border:1px solid #fff; border-radius:5px; padding:12px; margin-right:12px; }
.index04 .slide:nth-child(1) { background:#314175 url(../images/in04_i1.png) no-repeat right 15px top 15px; }
.index04 .slide:nth-child(2) { background:#314175 url(../images/in04_i2.png) no-repeat right 15px top 15px; }
.index04 .slide:nth-child(3) { background:#314175 url(../images/in04_i3.png) no-repeat right 15px top 15px; }
.index04 .slide:hover { background-color:#475484; cursor:pointer; }
.index04 .s2 { margin-top: 10px; white-space: nowrap; }
@media(min-width:576px) {
	.index04 .t1 { font-size:24px; }
	.index04 .t1 span { font-size:180%; }
	.index04 .panel { width:516px; max-width:100%; }
}
@media(min-width:768px) {
	/* .index04 { margin-bottom: 30px; } */
	.index04 .t1 { font-size:26px; }
	.index04 .t1 span { top:30px; }
	.index04 .content { margin-top: 20px; }
	.index04 .panel { width:696px; margin-top: 30px; }
	.index04 .list { margin-top: 25px; }
	.index04 .slide { padding:15px; margin-right: 15px; }
	.index04 .s2 { margin-top: 12px; }
}
@media(min-width:992px) {
	/* .index04 { margin-bottom: 35px; } */
	.index04 .t1 { font-size:30px; }
	.index04 .t1 span { top:35px; font-size:160%; }
	.index04 .t2 { text-indent:2rem;}
	.index04 .more {display: inline-block;}
	.index04 .panel { width:375px; margin:35px auto; margin-right:unset; padding-right:24%; }
	.index04 .list { margin-top: 30px; }
	.index04 .slide { padding:17px; margin-right: 18px; }
	.index04 .s2 { margin-top: 15px; }
}
@media(min-width:1200px) {
	/* .index04 { margin-bottom: 40px; } */
	.index04 .t1 { font-size:34px; }
	.index04 .t1 span { top:45px; font-size:180%; }
	.index04 .content { margin-top: 25px; }
	.index04 .panel { width:445px; margin-top: 45px; margin-bottom: 40px; }
	.index04 .list { margin-top: 35px; }
	.index04 .slide { padding:20px; margin-right: 20px; }
}
@media(min-width:1400px) {
	/* .index04 { margin-bottom: 45px; } */
	.index04 .t1 { font-size:38px; }
	.index04 .t1 span { top:60px; }
	.index04 .panel { width:518px; margin-top: 60px; margin-bottom: 55px; }
}
@media(min-width:1600px) {
	/* .index04 { margin-bottom: 50px; } */
	.index04 .t1 { font-size:42px; }
	.index04 .t1 span { top:80px; }
	.index04 .content { margin-top: 30px; }
	.index04 .panel { width:553px; margin-top: 80px; margin-bottom: 70px;}
	.index04 .list { margin-top: 40px; }
}
@media(min-width:1920px) {
	/* .index04 { margin-bottom: 55px; } */
	.index04 .t1 { font-size:46px; }
	.index04 .t1 span { top:100px; }
	.index04 .panel { width:645px; margin-top: 100px; margin-bottom: 95px; }
}

.pic { background-position:center; background-repeat:no-repeat; background-size:cover; overflow:hidden; position:relative; }
.pic img.w-h { width:100%; max-width:100%; opacity:0; }
.pic img.lazy { position:absolute; left:0; top:0; width:100%; height:100%; transition:all 0.1s ease-in-out;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;-ms-transition:all 0.1s ease-in-out; }
.wid-90 { width:90%; }
.op-0 { opacity:0; }

.job01 { position:relative; overflow: hidden; background:#fff; }
.job01 .container { padding:0 15px 25px; }
.job01 .title { padding: 35px 0 10px; background-size:100% auto; }
.job01 .t1 { color:#333; font-size:20px; font-weight: bold; }
.job01 .list { margin-top: 15px; padding-left: 0; }
.job01 .list li { margin-bottom:10px; }
.job01 .list li:last-child .job01 .panel { border-bottom:1px solid #f5f5f5; }
.job01 .panel { color:#7a7b7e; background:#f1f5f9; padding:0 15px; height: 45px; line-height: 45px; align-items:center; cursor: pointer; position:relative; }
.job01 .panel:after { content:'\ec00'; font-family: 'iconfont'; position:absolute; right:15px; top:50%; transform:translateY(-50%); }
.job01 .panel:hover { color:#fff; background:#1f397d; }
.job01 .panel.active { color:#fff; background:#1f397d; border-bottom:none!important; }
.job01 .panel.active:after { content:'\ec01'; }
.job01 .c1 { font-size:14px; }
.job01 .c2 { font-size:14px; margin-left:15px; margin-right:20px; }
.job01 .c3 { background:#fff; display:none; line-height:1.6; padding:15px; text-align: justify; }
.job01 .more { color:#fff; background:#1f397d; padding:10px 25px; text-align: center; display:inline-block; margin:25px auto; }
.job01 .more:hover { background: #1f397d; }
@media(min-width:768px){
	.job01 .container { padding:0 20px 35px; }
	.job01 .title { padding: 45px 0 15px; }
	.job01 .t1 { font-size:24px; }
	.job01 .panel { height: 60px; line-height: 60px; }
	.job01 .c1 { font-size:15px; }
	.job01 .c2 { font-size:15px; margin-left:15%; }
}
@media(min-width:992px){
	.job01 .container { padding:0 25px 40px; }
	.job01 .title { padding: 50px 0 15px; }
	.job01 .t1 { font-size:26px; }
	.job01 .panel { height: 65px; line-height: 65px; padding-left:4vw; }
	.job01 .panel:after { content:'展开　\ec00'; }
	.job01 .panel.active:after { content:'收起　\ec01'; }
	.job01 .c1 { font-size:16px; }
	.job01 .c2 { font-size:16px; }
	.job01 .c3 { padding:3vw 4vw; }
}
@media(min-width:1200px) {
	.job01 .container { padding:0 30px 50px; }
	.job01 .title { padding: 55px 0 20px; }
	.job01 .t1 { font-size:28px; }
	.job01 .panel { padding-right:20px; height: 70px; line-height: 70px; }
	.job01 .panel:after { right:20px; }
	.job01 .c1 { font-size:17px; }
	.job01 .c2 { font-size:17px; }
}
@media(min-width:1400px) {
	.job01 .container { padding:0 35px 55px; }
	.job01 .title { padding: 60px 0 25px; }
	.job01 .t1 { font-size:32px; }
	.job01 .panel { padding-right: 25px; height: 80px; line-height: 80px; }
	.job01 .panel:after { right:25px; }
	.job01 .c1 { font-size:18px; }
	.job01 .c2 { font-size:18px; }
}
@media(min-width:1600px) {
	.job01 .container { padding:0 40px 60px; }
	.job01 .title { padding: 65px 0 30px; }
	.job01 .t1 { font-size:36px; }
	.job01 .panel { padding-right: 30px; height: 88px; line-height: 88px; }
	.job01 .panel:after { right:30px; }
	.job01 .c1 { font-size:19px; }
	.job01 .c2 { font-size:19px; }
}

.company01 {padding-bottom:30px;position:relative;overflow:hidden;}
.company01 .img {width:100%;}
.company01 .t1 {color:#6a6767;font-size:22px;}
.company01 .t2 {color:#86898d; margin-top:15px; line-height: 1.8; color:#404040; text-align:justify; }
.company01 .t2 p {text-indent:unset!important;margin-bottom:10px;}
.company01 .t3 {color:#7a7a7a;display:block;margin-top:20px;}
.company01 .t3:hover {color:#e60012;}
.company01 .bottom {padding-top:25px;border-top:1px solid #eee;}
.company01 .c1 {color:#e60012;font-size:40px;font-weight:1000;font-family: 'Arial';}
.company01 .c2 {color:#3a3939;margin-top:10px;}
@media(min-width:768px) {
  .company01 {padding-bottom:45px;}
  .company01 .t1 {font-size:24px;}
  .company01 .t2 {margin-top:20px;}
  .company01 .t3 {margin-top:30px;}
  .company01 .bottom {padding-top:45px;}
  .company01 .c1 {font-size:50px;}
  .company01 .c2 {margin-top:15px;}
}
@media(min-width:992px) {
  .company01 {padding-bottom:60px;}
  .company01 .img {width:unset;}
  .company01 .t1 {font-size:28px;}
  .company01 .t2 { margin-top:25px;  height:285px; padding-right:5%; overflow-y:auto; }
  .company01 .t3 {margin-top:40px;}
  .company01 .bottom {padding-top:60px;}
  .company01 .c1 {font-size:56px;}
  .company01 .c2 { margin-top:20px; }
}
@media(min-width:1200px) {
  .company01 {padding-bottom:75px;}
  .company01 .t1 {font-size:32px;}
  .company01 .t2 { font-size:15px; margin-top:30px; height:348px;}
  .company01 .t3 {margin-top:50px;}
  .company01 .bottom {padding-top:75px;}
  .company01 .c1 {font-size:62px;}
  .company01 .c2 { margin-top:25px; }
}
@media(min-width:1400px) {
  .company01 {padding-bottom:95px;}
  .company01 .t1 {font-size:34px;}
  .company01 .t2 { margin-top:35px; font-size:17px; height:408px; line-height: 2; }
  .company01 .t3 {margin-top:60px;}
  .company01 .bottom {padding-top:90px;}
  .company01 .c1 {font-size:66px;}
  .company01 .c2 { margin-top:30px; }
}
@media(min-width:1600px) {
  .company01 {padding-bottom:110px;}
  .company01 .t1 {font-size:36px;}
  .company01 .t2 {margin-top:40px; height:440px; line-height: 2.2;}
  .company01 .t3 {margin-top:70px;}
  .company01 .bottom {padding-top:105px;}
  .company01 .c1 {font-size:70px;}
  .company01 .c2 { margin-top:35px; }
}
@media(min-width:1920px) {
  .company01 .t2 { height:515px; line-height: 2.5;}
}


.company02 { position: relative; overflow: hidden; padding-top:40px; }
.company02 .bg { pointer-events: none;}
.company02 .bg .bg-img { opacity:0; position: absolute; left:0; top:0; right:0; bottom:0; z-index: 1; transition:.3s opacity linear; }
.company02 .bg .bg-img .img {position: absolute; left:0; top:0; right:0; bottom:0;}
.company02 .bg .bg-img.active { z-index: 2; opacity:1; transition:.3s opacity linear; }
.company02 .bg .bg-img.active a { pointer-events: auto; position: absolute; left:0; top:0; width:100%; height:100%;}
.company02 .txtbox { margin-top: 17px; }
.company02 .t1 { color:#fff; font-weight: bold; font-size:20px; }
.company02 .t1 span { color:#fe7c02; }
.company02 .t2 { color:#fff; line-height: 1.7; margin-top: 10px; font-size:13px; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:8; }
.company02 .t3 { color:#fff; line-height: 2.2; }
.company02 .t3:before { content:''; display: inline-block; height:10px; width:60px; background:url(../images/in02_i.png) no-repeat center; margin-right: 4px; }
.company02 .item { display: none; position: relative; z-index: 3; min-height:70px; }
.company02 .item.active { display: block; pointer-events: none; }
.company02 .type { position: relative; z-index: 3; margin-top: 70px; }
.company02 .type-slide { position: relative; cursor:pointer; background:rgba(255,255,255,.25); padding:15px 0; }
.company02 .type-slide.active { background:#fe7c02; }
.company02 .type-slide .img { text-align:center; }
.company02 .type-slide .img img { width:30px; }
.company02 .type-slide .s1 { font-size:12px; margin-top: 10px; color:#fff; text-align: center; }
@media(min-width:576px) {
	.company02 { padding-top:60px; }
	.company02 .t1 { font-size:24px; }
	.company02 .type { margin-top: 110px; }
}
@media(min-width:768px) {
	.company02 { padding-top:80px; }
	.company02 .txtbox { margin-top: 25px; }
	.company02 .t1 { font-size:28px; }
	.company02 .t2 { margin-top: 10px; font-size:15px; }
	.company02 .t3:before { height:10px; width:70px; margin-right: 6px; }
	.company02 .type { margin-top: 150px; }
	.company02 .type-slide { padding:20px 0; }
	.company02 .type-slide .img img { width:35px; }
	.company02 .type-slide .s1 { font-size:13px; }
}
@media(min-width:992px) {
	.company02 { padding-top:110px; }
	.company02 .txtbox { margin-top: 30px; }
	.company02 .t1 { font-size:32px; }
	.company02 .t2 { font-size:16px; }
	.company02 .item { padding-left: 40px; }
	.company02 .type { margin-top: 180px; }
}
@media(min-width:1200px) {
	.company02 { padding-top:140px; }
	.company02 .txtbox { margin-top: 35px; }
	.company02 .t1 { font-size:38px; }
	.company02 .t2 { margin-top: 13px; font-size:18px; }
	.company02 .t3:before { height:10px; width:80px; margin-right: 8px; }
	.company02 .item { padding-left: 60px; }
	.company02 .type { margin-top: 210px; }
	.company02 .type-slide { padding:25px 0; }
	.company02 .type-slide .img img { width:40px; }
	.company02 .type-slide .s1 { margin-top: 15px; font-size:14px; }
}
@media(min-width:1400px) {
	.company02 { padding-top:170px; }
	.company02 .txtbox { margin-top: 40px; }
	.company02 .t1 { font-size:42px; }
	.company02 .t2 { margin-top: 15px; font-size:20px; }
	.company02 .t3:before { width:90px; margin-right: 10px; }
	.company02 .item { padding-left: 80px; }
	.company02 .type { margin-top: 230px; }
	.company02 .type-slide .img img { width:45px; }
	.company02 .type-slide .s1 { font-size: 15px; }
}
@media(min-width:1600px) {
	.company02 { padding-top:200px; }
	.company02 .txtbox { margin-top: 50px; }
	.company02 .t1 { font-size:46px; }
	.company02 .t2 { font-size:22px; }
	.company02 .t3:before { width:100px; margin-right: 12px; }
	.company02 .item { padding-left: 100px; }
	.company02 .type { margin-top: 260px; }
	.company02 .type-slide .img img { width:49px; }
}

.company03 {position:relative;overflow:hidden;}
.company03 .t1 {color:#6a6767;font-size:5.2vw;}
.company03 .t2 {color:#7a7a7a;}
.company03 .t2:hover {color:#1f397d;}
.company03 .leftbox {background:#eeeeee;padding:9.4vw 15px 8.4vw;}
.company03 .leftbox .content {margin-top:5vw;}
.company03 .leftbox .c1 {color:#6a6767;margin-top:4.2vw;text-align:center;}
.company03 .leftbox .c1:after {content:'';display:block;background:#1f397d;height:3px;width:30%;margin:1.58vw auto 0;}
.company03 .leftbox .swiper-slide { background:#fff; padding:12px; }
/* .company03 .leftbox .swiper-slide:hover {background: #fff;padding: 15px;transition:.36s all ease-in;} */
.company03 .rightbox {padding:9.4vw 15px 8.6vw;position:relative;}
.company03 .rightbox .content {padding:0 11%;margin-top:3.15vw;position:relative;}
.company03 .rightbox .content .ratio img {width:unset;max-height:100%;left:50%; transform:translateX(-50%); }
.company03 .rightbox .swiper-slide img {transition:.36s all ease-out;}
.company03 .rightbox .swiper-slide:hover img {transform: translateX(-50%) scale(.95);transition:.36s all ease-in;}
.company03 .rightbox:after {content:'';background:#1f397d;height:18vw;width:100%;position:absolute;bottom:0;left:0;}
.company03 .rightbox .c1 {color:#fff;margin-top:4.2vw;}
.company03 .rightbox .next {color:#fff;background:#1f397d;text-align:center;width:40px;height:32px;line-height:32px;position:absolute;z-index:10;right:0;top:50%;transform:translate(0%,-50%);}
.company03 .rightbox .prev {color:#fff;background:#1f397d;text-align:center;width:40px;height:32px;line-height:32px;position:absolute;z-index:10;left:0;top:50%;transform:translate(0%,-50%);}
.company03 .rightbox .prev i { transform: rotate(180deg); display: block; }
.company03 .ratio:after { content:'\ed66'; font-family:'iconfont'; font-size:240%; opacity:0; color:#fff; background:rgba(0,0,0,.3); display:flex; align-items:center; justify-content:center; position: absolute; left:0; top:0; width:100%; height:100%; z-index:9; pointer-events: none; transition:.16s all linear; }
.company03 .ratio.sp:after { content:'\e87e'; opacity:1; }
.company03 .leftbox .ratio:hover:after { font-size:260%; transition:.16s all linear;}
@media(min-width:768px) {
  .company03 .t1 {font-size:4vw;}
}
@media(min-width:992px) {
  .company03 .t1 {font-size:1.9vw;}
  .company03 .leftbox {padding:4.7vw 8.42vw 8.4vw 5.25vw;}
  .company03 .leftbox .c1 {margin-top:2.1vw;}
  .company03 .rightbox {padding:4.7vw 8.42vw 4.3vw 5.25vw;}
  .company03 .rightbox:after {height:8.95vw;}
  .company03 .rightbox .c1 {margin-top:2.1vw;}
}

.service01 { position:relative; }
.service01 .swiper-slide { background:#fff; border:2px solid #f5f5f5; padding:20px 12px; text-align: center; transition:.36s all; }
.service01 .img { display: flex; align-items: center; justify-content: center; width:60px; height:60px; margin:0 auto; background:#1f397d; border-radius:500px; }
.service01 .img img { max-width:50%; filter: brightness(1000%); /* 极端提高亮度 */}
.service01 .c1 { color:#333333; font-size:16px; margin-top:15px; white-space: nowrap; }
.service01 .c2 { color:#888; font-size:12px; margin-top: 10px; }
.service01 .c2:after { content:''; display:block; margin:20px auto 0; width:20px; height:3px; background:#b6b6b6; }
.service01 .c3 { color:#404040; line-height: 1.5; overflow:hidden; margin-top:15px; }
@media(min-width:768px) {
	.service01 .img { width:70px; height:70px; }
}
@media(min-width:992px) {
	.service01 .img { width:75px; height:75px; }
}
@media(min-width:1200px) {
	.service01 .swiper-slide { padding:40px 12px; border:4px solid #f5f5f5; }
	.service01 .swiper-slide:hover { background:#1f397d; border-color:#1f397d; cursor:pointer; transition:.36s all; }
	.service01 .swiper-slide:hover .img { background:#fff; animation:zoomIn 1s; }
	.service01 .swiper-slide:hover .img img { filter:none; }
	.service01 .swiper-slide:hover .c1 { color:#fff; }
	.service01 .swiper-slide:hover .c2 { color:#fff; }
	.service01 .swiper-slide:hover .c2:after { background:#fff; }
	.service01 .swiper-slide:hover .c3 { color:#fff; }
	.service01 .img { width:80px; height:80px; }
	.service01 .c1 { font-size:20px; margin-top:20px; }
}
@media(min-width:1400px) {
	.service01 .swiper-slide { padding:50px 12px; }
	.service01 .img { width:85px; height:85px; }
	.service01 .c1 { font-size:22px; margin-top:25px; }
	.service01 .c3 { font-size:17px; }
}
@media(min-width:1600px) {
	.service01 .swiper-slide { padding:55px 12px; }
	.service01 .img { width:90px; height:90px; }
	.service01 .c1 { font-size:24px; margin-top:30px; }
}
@media(min-width:1920px) {
	.service01 .swiper-slide { padding:65px 12px; }
	.service01 .img { width:100px; height:100px; }
	.service01 .c1 { font-size:26px; margin-top:35px; }
}

.service02 { position: relative; overflow: hidden; padding:20px 0; }
.service02 .t1 { position: relative; font-size:20px; color:#404040; font-weight: bold; }
.service02 .t2 { color:#888888; font-size:14px; line-height: 1.5; }
.service02 .rightbox { background: #f8f8f8; }
.service02 .c1 { color:#404040; font-size: 20px; }
.service02 .c2 { line-height: 1.5; color:#666; margin-top: 10px; }
@media(min-width:768px) {
	.service02 { padding:30px 0 35px; }
	.service02 .t1 { font-size:24px; }
	.service02 .t2 { font-size:15px; }
	.service02 .c1 { font-size: 24px; }
}
@media(min-width:992px) {
	.service02 { padding:40px 0 50px; }
	.service02 .t1 { font-size:26px; }
	.service02 .t2 { font-size:16px; }
	.service02 .rightbox { display: flex; align-items: center; padding:20px 35px; }
	.service02 .c1 { font-size: 28px; }
	.service02 .c2 { line-height: 1.8; margin-top: 12px; }
}
@media(min-width:1200px) {
	.service02 { padding:50px 0 65px; }
	.service02 .t1 { font-size:28px; }
	.service02 .t2 { font-size:17px; }
	.service02 .rightbox { padding:20px 50px; }
	.service02 .c1 { font-size: 30px; }
	.service02 .c2 { margin-top: 15px; }
}
@media(min-width:1400px) {
	.service02 { padding:60px 0 80px; }
	.service02 .t1 { font-size:32px; }
	.service02 .t2 { font-size:18px; }
	.service02 .rightbox { padding:20px 60px; }
	.service02 .c1 { font-size: 32px;}
	.service02 .c2 { margin-top: 20px; line-height: 2; }
}
@media(min-width:1600px) {
	.service02 { padding:70px 0 95px; }
	.service02 .t1 { font-size:36px; }
	.service02 .rightbox { padding:20px 75px; }
	.service02 .c1 { font-size: 34px; }
}
@media(min-width:1920px) {
	.service02 { padding:80px 0 110px; }
	.service02 .t1 { font-size:40px; }
	.service02 .rightbox { padding:20px 85px; }
	.service02 .c1 { font-size: 38px; }
	.service02 .c2 { margin-top: 25px; line-height: 2.2; }
}

/*波浪背景*/
.wave_box { width:100%; height:400px; position:absolute; left:0; bottom:0; overflow:hidden; }
.wave { overflow:hidden; position:absolute; top:100%; width:140%; transform:translateY(-50%); color:#fff; margin-left:-20%; animation:3s ease-in-out infinite alternate waveAnimateA; }
@media(min-width:1600px){
	.wave_box { height:500px; }
}
@keyframes waveAnimateA {
	0% { transform:translate(-80px,-52%); }
	100% { transform:translate(80px,-50%); }
}
.wave svg { fill:rgba(233,239,242,1); width:100%; margin-left:-1%; height:auto; }
.st0{ fill:#f2fcfa; opacity:1}
.st1{ opacity:1; fill:#daefeb; }
/* #E9EFF2; */


.public01-content { width:100%; line-height: 24px; margin-bottom:30px; position:relative; overflow: hidden; }
.public01-content img { max-width:100%; }
.public01-item { display:flex; justify-content: center; padding:0px 0 7px; position:relative; }
.public01-item .form-control { line-height: 1; }
.public01-item .form-label { margin:0; }
.public01-item input ,.public01-item textarea { width:95%; }
.public01-item-title { text-align:right; font-weight:bold; line-height:35px; }
.public01-item-input { flex:1; max-width:600px; line-height:35px; white-space: nowrap; padding-left:15px; }
.public01-item .submit { background:#1f397d; color:#fff; padding:10px 25px; }
.public01-t1 { text-align:center; line-height: 40px; }
.public01-imgbox { border:1px solid #f5f5f5; }
@media(max-width:767px) {
  .public01-content { padding-left:15px; padding-right:15px; text-align: justify; }
}
@media(min-width:768px) {
  .public01-item { padding:0px 0 10px; }
}
@media(min-width:992px) {
  .public01-content { line-height: 28px; margin-bottom:50px; }
  .public01-item { padding:0px 0 15px; }
}
@media(min-width:1200px) {
  .public01-t1 { font-size:16px; line-height: 60px; }
}

.product01 { overflow:hidden; position:relative; margin-bottom: 25px; }
.product01 .t1 { color:#333333; font-size:18px; font-weight: bold; }
.product01 .t2 { color:#333333; font-weight: bold; margin-left: 5px; text-transform:uppercase; }
.product01 .list { min-height:52vh; }
.product01 .slide { position:relative; margin-bottom: 15px; transition:.2s all linear; }
.product01 .slide:nth-child(2n) { margin-right:0%; }
.product01 .imgbox { background:#eaeaea url(../images/goods_bg.jpg) no-repeat center; background-size:cover; border: 1px solid #eee; }
.product01 .imgbox:after { padding-top:75%; }
.product01 .c1 { color:#333; font-size:14px; padding:0 15px; margin-top: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media(min-width:768px) {
	.product01 { margin-bottom:35px; }
	.product01 .c1 { font-size:15px; }
}
@media(min-width:992px) {
	.product01 { margin-bottom:45px; }
	.product01 .t1 { font-size:20px; }
	.product01 .slide { margin-bottom: 20px; }
	.product01 .slide:hover .imgbox:before { content:''; position: absolute; z-index: 2; left:0; top:0; opacity:.83; background:#1f397d; width:100%; height:100%; }
	.product01 .c1 { font-size:16px; margin-top: 15px; }
}
@media(min-width:1200px) {
	.product01 { margin-bottom:55px; }
	.product01 .t1 { font-size:22px; }
	.product01 .slide { margin-bottom: 25px; }
	.product01 .c1 { font-size:17px; }
}
@media(min-width:1400px) {
	.product01 { margin-bottom:65px; }
	.product01 .t1 { font-size:24px; }
	.product01 .slide { margin-bottom: 30px; }
	.product01 .c1 { margin-top: 20px; font-size:18px; }
}
@media(min-width:1600px) {
	.product01 { margin-bottom:75px; }
	.product01 .t1 { font-size:26px; }
	.product01 .slide { margin-bottom: 35px; }
	.product01 .c1 { margin-top: 25px; }
}

.proinfo01 { position: relative; padding:20px 0; }
.proinfo01 #bigSwiper { flex:0 0 100%; }
.proinfo01 #bigSwiper .swiper-slide { text-align: center; padding-right:1px; }
.proinfo01 #bigSwiper .swiper-slide .imgbox { background: url(../images/goods_bg.jpg) no-repeat center; background-size:cover; border:1px solid #dbe1e8; }
/* .proinfo01 #bigSwiper .swiper-slide .imgbox:after { padding-top: 70%; } */
.proinfo01 #bigSwiper .swiper-slide .imgbox img { max-height:100%; max-width:100%; }
.proinfo01 #smallSwiper { flex:0 0 100%; margin-top:10px; }
.proinfo01 #smallSwiper .swiper-slide { display:flex; align-items:center; max-width:100%; border:2px solid rgba(0,0,0,0); overflow:hidden; }
.proinfo01 #smallSwiper .swiper-slide.active { background:#e7e7e7; border:2px solid #1f397d; }
.proinfo01 #smallSwiper .swiper-slide { background:#f3f3f3; border:1px solid #dbe1e8; }
.proinfo01 #smallSwiper .swiper-slide .imgbox {background: url(../images/goods_bg.jpg) no-repeat center; background-size:cover; }
.proinfo01 #smallSwiper .swiper-slide img { max-height:100%; max-width:100%; }
.proinfo01 #smallSwiper .swiper-slide .play { font-size:26px; text-align: center; }
.proinfo01 .rightbox { margin-top:25px; }
.proinfo01 .rightbox hr { border-style:dashed; border-width:1px; border-color:#999; background:none; }
.proinfo01 .t1 { color:#333333; font-size:18px; border-bottom:1px solid #d8d8d8; padding-bottom: 10px; }
.proinfo01 .t2 { display: flex; color:#888888; margin-top: 12px; }
.proinfo01 .t2 span { display: inline-block; font-size:120%; flex:0 0 20%; width:20%; margin-top: 3px; white-space: nowrap; }
.proinfo01 .t2 div { line-height: 1.6; overflow:hidden; display: -webkit-box; line-clamp: 6; -webkit-line-clamp: 6; -webkit-box-orient:vertical; text-overflow: ellipsis; overflow: hidden; }
.proinfo01 .param { margin-top:10px; }
.proinfo01 .t3 { color:#888; line-height:3; width:100%; }
.proinfo01 .t3 span { display: inline-block; font-size:120%; width:20%; }
.proinfo01 .c1 { color:#666666; white-space: nowrap; }
.proinfo01 .c2 { color:#1f397d; font-size:14px; font-weight: bold; line-height: 2; }
.proinfo01 .b2 { color:#fff; background: #1f397d; width:100%; height: 40px; line-height: 40px; border-radius:100px; transition:.36s all; text-align:center; }
.proinfo01 .b2:hover { background: #333; transition:.36s all; }
.proinfo01 .imgbox img { max-width:90%; max-height:90%; }
.proinfo01 .play { cursor:pointer; color:rgba(255,255,255,.6); background:rgba(0,0,0,.3); width:100%; height:100%; display:flex; justify-content: center; align-items:center; font-size:50px; position:absolute; z-index:4; left:50%; top:50%; transform:translate(-50%,-50%); }
.proinfo01 .play:hover { color:#fff; transition:.36s all linear; }
.proinfo01 #videobox iframe { position:absolute; left:0; }
.proinfo01 #smallSwiper .swiper-slide .play { font-size:26px; text-align: center; }
.proinfo01 .telbox .b2 { background:#fff; border:1px solid #1f397d; color:#1f397d; font-weight: bold; }
.proinfo01 .telbox i { font-size:110%; color:#1f397d; }
.proinfo01 .tag { color:#e6322e; background:#fff4f2; line-height:26px; padding:0 5px; margin-right: 3px; }
@media(min-width:768px) {
	.proinfo01 { padding:25px 0; }
	.proinfo01 .play { font-size:50px; }
	.proinfo01 .t1 { font-size:22px; padding-bottom: 15px; }
	.proinfo01 .tag { line-height:28px; }
}
@media(min-width:992px) {
	.proinfo01 { padding:30px 0; }
	.proinfo01 .t1 { font-size:24px; padding-bottom: 15px; }
	.proinfo01 .t2 { margin-top: 15px; }
	.proinfo01 .param { margin-top:15px; }
	.proinfo01 .c2 { font-size:17px; }
	.proinfo01 .play { font-size:65px; }
	.proinfo01 #bigSwiper { flex:0 0 84%; max-width:84%; }
  	.proinfo01 #bigSwiper .swiper-slide { height:300px; }
	.proinfo01 #smallSwiper { flex:0 0 13%; max-width:13%; height:270px; margin-top: 0; }
	.proinfo01 #smallSwiper .swiper-slide { max-height:18.7%; }
	.proinfo01 .rightbox { padding-left:3%; }
	.proinfo01 .tag { line-height:30px; padding:0 8px; }
}
@media(min-width:1200px) {
	.proinfo01 { padding:35px 0; }
	.proinfo01 .t1 { font-size:26px; padding-bottom: 20px; }
	.proinfo01 .t2 { margin-top: 18px; }
	.proinfo01 .param { font-size:15px; margin-top:20px; }
	.proinfo01 .c2 { font-size:20px; }
	.proinfo01 .b2 { height:55px; line-height:55px; }
	.proinfo01 .leftbox { flex:0 0 56%; max-width:56%; }
	.proinfo01 .rightbox { flex:0 0 44%; max-width:44%; }
	.proinfo01 .play { font-size:75px; }
  	.proinfo01 #bigSwiper .swiper-slide { height:380px; }
	.proinfo01 #smallSwiper { height:380px; }
	.proinfo01 #smallSwiper .swiper-slide .play { font-size:32px; }
	.proinfo01 .telbox { font-size:18px; }
}
@media(min-width:1400px) {
	.proinfo01 { padding:35px 0; }
	.proinfo01 .t1 { font-size:28px; padding-bottom: 25px; }
	.proinfo01 .t2 { margin-top: 20px; }
  	.proinfo01 #bigSwiper .swiper-slide { height:450px; }
	.proinfo01 #smallSwiper { height:450px; }
	.proinfo01 .tag { line-height:32px; }
	.proinfo01 .b2 { font-size:18px; }
}
@media(min-width:1600px) {
	.proinfo01 { padding:40px 0; }
	.proinfo01 .t1 { font-size:30px; padding-bottom: 30px; }
	.proinfo01 .param { margin-top:25px; }
	.proinfo01 .c2 { font-size:22px; }
	.proinfo01 .play { font-size:85px; }
  	.proinfo01 #bigSwiper .swiper-slide { height:490px; }
	.proinfo01 #smallSwiper { height:490px; }
  	.proinfo01 #smallSwiper .swiper-slide .play { font-size:42px; }
	.proinfo01 .telbox { font-size:20px; }
	.proinfo01 .b2 { font-size:20px; }
}
@media(min-width:1920px) {
	.proinfo01 { padding:40px 0; }
  	.proinfo01 #bigSwiper .swiper-slide { height:550px; }
	.proinfo01 #smallSwiper { height:550px; }
	.proinfo01 .t1 { font-size:32px; padding-bottom: 35px; }
}

.proinfo02 { position:relative; overflow: hidden; background:#fff; padding:0 0 20px; }
.proinfo02 .leftbox { position: relative; }
.proinfo02 .l1 { color:#404040; font-size:18px; margin-top: 15px; }
.proinfo02 .list { display: flex; align-items: center; margin-top:10px; overflow-x: auto; }
.proinfo02 .list::-webkit-scrollbar { width:0px; height:0px; }
.proinfo02 .list .item { position: relative; color:#666666; background:#eaeaea; flex:0 0 auto; overflow: hidden; text-overflow: ellipsis; text-align: center; padding:0 15px; margin-right:6px; line-height: 34px; border-radius:500px; white-space: nowrap; /*禁止选中*/ -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
.proinfo02 .list .item a:after { content:''; position: absolute; left:0; top:0; width: 100%; height: 100%; }
.proinfo02 .list .item:active,.proinfo02 .list .item.active { color:#fff; background:#1f397d; }
.proinfo02 .rightbox { margin-top: 20px; }
.proinfo02 .title { background:#f8f8f8; }
.proinfo02 .t1 { display: inline-block; color:#666666; font-size:15px; border-width:3px 1px 1px 1px; padding:5px 25px; border-style:solid; border-color:#1f397d #f0f0f0 #f0f0f0 #f0f0f0; background:#fff; }
.proinfo02 .content { line-height: 2; margin-top:15px; }
.proinfo02 .content img { max-width:100%; }
@media(min-width:768px) {
	.proinfo02 { padding:0 0 25px; }
	.proinfo02 .l1 { font-size:20px; }
	.proinfo02 .list { margin-top: 13px; justify-content: center; }
	.proinfo02 .list .item { padding:0 20px; line-height: 40px; }
	.proinfo02 .t1 { font-size:16px; padding:7px 30px; }
}
@media(min-width:992px) {
	.proinfo02 { padding:0 0 30px; }
	.proinfo02 .leftbox { flex:0 0 15%; max-width:15%; }
	.proinfo02 .list { display: block; margin-top: 15px; }
	.proinfo02 .list .item { padding:0 25px; line-height: 42px; margin-bottom: 7px; }
	.proinfo02 .list .item:hover { color:#fff; background:#1f397d; }
	.proinfo02 .rightbox { flex:0 0 80%; max-width:80%; margin-top: 0; }
	.proinfo02 .t1 { font-size:17px; padding:9px 35px; }
	.proinfo02 .content { padding:0 15px; }
}
@media(min-width:1200px) {
	.proinfo02 { padding:0 0 40px; }
	.proinfo02 .l1 { font-size:22px; }
	.proinfo02 .list { margin-top: 18px; }
	.proinfo02 .list .item { padding:0 30px; line-height: 44px; margin-bottom: 10px; }
	.proinfo02 .t1 { font-size:18px; padding:11px 40px; border-width:4px 1px 1px 1px; }
	.proinfo02 .content { margin-top:25px; }
}
@media(min-width:1400px) {
	.proinfo02 { padding:0 0 50px; }
	.proinfo02 .l1 { font-size:24px; margin-top: 20px; }
	.proinfo02 .list { margin-top: 20px; }
	.proinfo02 .list .item { padding:0 35px; line-height: 46px; margin-bottom: 12px; }
	.proinfo02 .t1 { font-size:19px; padding:13px 45px; }
}
@media(min-width:1600px) {
	.proinfo02 { padding:0 0 60px; }
	.proinfo02 .l1 { font-size:26px; }
	.proinfo02 .list { margin-top: 22px; }
	.proinfo02 .list .item { padding:0 40px; line-height: 48px; margin-bottom: 14px; }
	.proinfo02 .t1 { font-size:20px; padding:15px 50px; }
	.proinfo02 .content { margin-top:30px; }
}
@media(min-width:1920px) {
	.proinfo02 .list { margin-top: 25px; }
	.proinfo02 .list .item { padding:0 50px; line-height: 50px;}
}

.proinfo04 { position: relative; overflow: hidden; padding:25px 0; border-top:1px solid #e3e3e3; }
.proinfo04 .t1 { position: relative; font-size:20px; color:#404040; font-weight: bold; padding-left: 28px; }
.proinfo04 .t1:before { content:''; display: inline-block; position: absolute; left:0; top:50%; z-index: 1; transform:translate(0,-50%); width:10px; height:10px; background:#1f397d; border-radius:50%; }
.proinfo04 .t1:after { content:''; display: inline-block; position: absolute; left:5px; top:50%; transform:translate(0,-50%); width:10px; height:10px; background:#cee7e1; border-radius:50%; }
.proinfo04 .t2 { color:#888888; font-size:14px; line-height: 1.5; }
.proinfo04 .content { position: relative; }
.proinfo04 .swiper { margin-top: 20px; }
.proinfo04 .swiper-slide a:after { content:''; position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 3;}
.proinfo04 .swiper-slide .imgbox { background: url(../images/goods_bg.jpg) no-repeat center; background-size:cover; border: 1px solid #eee; }
.proinfo04 .swiper-slide .imgbox:after { padding-top: 75%; }
.proinfo04 .swiper-button-prev { left:0; }
.proinfo04 .swiper-button-next { right:0; }
.proinfo04 .swiper-button-next:after,.proinfo04 .swiper-button-prev:after { color:#333; font-size:200%; }
.proinfo04 .imgbox { background:#eaeaea; border-radius:10px; }
/* .proinfo04 .imgbox:after { padding-top:133%; } */
.proinfo04 .c1 { color:#333; font-size:14px; padding:0 15px; margin-top: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media(min-width:768px) {
	.proinfo04 { padding:30px 0; }
	.proinfo04 .t1 { font-size:24px; }
	.proinfo04 .t2 { font-size:15px; }
	.proinfo04 .swiper { margin-top: 25px; }
	.proinfo04 .swiper-button-prev { transform:translateX(-100%); }
	.proinfo04 .swiper-button-next { transform:translateX(100%); }
	.proinfo04 .c1 { font-size:15px; }
}
@media(min-width:992px) {
	.proinfo04 { padding:40px 0; }
	.proinfo04 .t1 { font-size:26px; padding-left: 32px; }
	.proinfo04 .t1:before { width:12px; height:12px; }
	.proinfo04 .t1:after { left:6px; width:12px; height:12px; }
	.proinfo04 .t2 { font-size:16px; }
	.proinfo04 .swiper { margin-top: 30px; }
	.proinfo04 .swiper-button-prev { transform:translateX(-50%); }
	.proinfo04 .swiper-button-next { transform:translateX(50%); }
	.proinfo04 .imgbox { border-radius:15px; }
	.proinfo04 .imgbox:before { content:''; position: absolute; z-index: 2; left:0; top:0; width:100%; height:100%; }
	.proinfo04 .swiper-slide:hover .imgbox:before { background:#1f397d; opacity:.83; }
	.proinfo04 .c1 { font-size:16px; margin-top: 15px; }
}
@media(min-width:1200px) {
	.proinfo04 { padding:50px 0; }
	.proinfo04 .t1 { font-size:28px; }
	.proinfo04 .t2 { font-size:17px; }
	.proinfo04 .swiper { margin-top: 40px; }
	.proinfo04 .c1 { font-size:17px; }
}
@media(min-width:1400px) {
	.proinfo04 { padding:60px 0; }
	.proinfo04 .t1 { font-size:32px; padding-left: 36px; }
	.proinfo04 .t1:before { width:14px; height:14px; }
	.proinfo04 .t1:after { left:7px; width:14px; height:14px; }
	.proinfo04 .t2 { font-size:18px; }
	.proinfo04 .swiper { margin-top: 50px; }
	.proinfo04 .swiper-button-prev { transform:translateX(-100%); }
	.proinfo04 .swiper-button-next { transform:translateX(100%); }
	.proinfo04 .imgbox { border-radius:20px; }
	.proinfo04 .c1 { margin-top: 20px; font-size:18px; }
}
@media(min-width:1600px) {
	.proinfo04 { padding:70px 0; }
	.proinfo04 .t1 { font-size:36px; }
	.proinfo04 .swiper { margin-top: 60px; }
	.proinfo04 .swiper-button-prev { transform:translateX(-200%); }
	.proinfo04 .swiper-button-next { transform:translateX(200%); }
	.proinfo04 .c1 { margin-top: 25px; }
}
@media(min-width:1920px) {
	.proinfo04 { padding:80px 0; }
	.proinfo04 .t1 { font-size:40px; padding-left: 40px; }
	.proinfo04 .swiper { margin-top: 70px; }
}

/* 图片列表 */
.imglist { overflow:hidden; position:relative; }
.imglist:after { content:''; display:block; clear:both; }
.imglist .slide { float:left; width:49%; margin-right:2%; margin-bottom:10px; box-sizing:border-box; }
.imglist .slide:nth-child(2n) { margin-right:0; }
.imglist .slide { position:relative; transition:.2s all linear; }
.imglist .imgbox { background:#e9edf0; border:1px solid #eee; }
/* .imglist .imgbox:after { padding-top: 65%; } */
.imglist .imgbox img { max-height:unset; }
.imglist .imgbox:before { content:'\ed66'; font-family:'iconfont'; font-size:240%; opacity:0; color:#fff; background:rgba(0,0,0,.3); display:flex; align-items:center; justify-content:center; position: absolute; left:0; top:0; width:100%; height:100%; z-index:9; pointer-events: none; }
.imglist .imgbox.sp:before { content:'\e87e'; opacity:1; }
.imglist .c1 { color:#333; height:30px; line-height: 30px; padding:0 10px; text-align:center; transition:.2s all linear; }
.imglist .slide:hover .imgbox:before { opacity:1; }
.imglist .slide:hover .c1 { color:#1f397d; transition:.2s all linear; }
@media(min-width:768px) {
	.imglist .c1 { height:35px; line-height: 35px; }
}
@media(min-width:992px) {
	.imglist .slide { width:32%; margin-bottom: 14px; }
	.imglist .slide:nth-child(2n) { margin-right:2%; }
	.imglist .slide:nth-child(3n) { margin-right:0%; }
	.imglist .slide:hover .txtbox { color:#1f397d; }
	.imglist .c1 { height:38px; line-height: 38px; padding:0 15px; }
}
@media(min-width:1200px) {
	.imglist .slide { margin-bottom: 16px; }
	.imglist .c1 { font-size:15px; height:42px; line-height: 42px; padding:0 15px; }
}
@media(min-width:1400px) {
	.imglist .slide { margin-bottom: 18px; }
	.imglist .c1 { height:46px; line-height: 46px; }
}
@media(min-width:1600px) {
	.imglist .slide { margin-bottom: 20px; }
	.imglist .c1 { height:50px; line-height: 50px; }
}

/* 图片列表2 */
.imglist2 { overflow:hidden; position:relative; }
.imglist2:after { content:''; display:block; clear:both; }
.imglist2 .slide { float:left; width:49%; margin-right:2%; margin-bottom:10px; box-sizing:border-box; }
.imglist2 .slide:nth-child(2n) { margin-right:0; }
.imglist2 .slide { position:relative; transition:.2s all linear; }
.imglist2 .imgbox { background:#e9edf0; }
.imglist2 .imgbox:after { padding-top: 120%; }
.imglist2 .imgbox img { max-height:unset; }
.imglist2 .imgbox:before { content:'\ed66'; font-family:'iconfont'; font-size:240%; opacity:0; color:#fff; background:rgba(0,0,0,.3); display:flex; align-items:center; justify-content:center; position: absolute; left:0; top:0; width:100%; height:100%; z-index:9; pointer-events: none; }
.imglist2 .imgbox.sp:before { content:'\e87e'; }
.imglist2 .c1 { color:#333; height:30px; line-height: 30px; padding:0 10px; text-align:center; transition:.2s all linear; }
.imglist2 .slide:hover .imgbox:before { opacity:1; }
.imglist2 .slide:hover .c1 { color:#1f397d; transition:.2s all linear; }
@media(min-width:768px) {
	.imglist2 .c1 { height:35px; line-height: 35px; }
}
@media(min-width:992px) {
	.imglist2 .slide { width:32%; margin-bottom: 14px; }
	.imglist2 .slide:nth-child(2n) { margin-right:2%; }
	.imglist2 .slide:nth-child(3n) { margin-right:0%; }
	.imglist2 .slide:hover .txtbox { color:#1f397d; }
	.imglist2 .c1 { height:38px; line-height: 38px; padding:0 15px; }
}
@media(min-width:1200px) {
	.imglist2 .slide { margin-bottom: 16px; }
	.imglist2 .c1 { font-size:15px; height:42px; line-height: 42px; padding:0 15px; }
}
@media(min-width:1400px) {
	.imglist2 .slide { margin-bottom: 18px; }
	.imglist2 .c1 { height:46px; line-height: 46px; }
}
@media(min-width:1600px) {
	.imglist2 .slide { margin-bottom: 20px; }
	.imglist2 .c1 { height:50px; line-height: 50px; }
}

.crumbs { font-size:12px; color:rgba(0,0,0,.6); margin-top: 10px; line-height: 35px; height:35px; }
.jw-flag-compact-player .jw-text-elapsed,.jw-flag-compact-player .jw-text-duration { display: inline-block!important; }
.jw-icon.jw-icon-barlogo-new { display: none!important; }
.mainbox { margin-bottom: 30px; }
.mainbox>.title { position: relative; font-size:20px; color:#404040; font-weight: bold; }
.msgtip {line-height: 1.7; margin-top:20px; border:1px dashed #ccc; border-radius:10px; display:inline-block; padding:15px; }
.msgtip .h5 { color:red; }
.msgtip .m1 { color:#999; font-size:80%; }
@media(min-width:768px) {
	.crumbs { order:1; margin-top: 0; line-height: 45px; height:45px; }
	.mainbox>.title { font-size:24px; }
}
@media(min-width:992px) {
  	.mainbox { margin-bottom: 40px; }
	.mainbox>.title { font-size:26px; margin-bottom: 20px; }
	.crumbs { font-size:14px; line-height: 50px; height:50px; }
}
@media(min-width:1200px) {
	.mainbox { margin-bottom: 50px; }
	.mainbox>.title { font-size:28px; margin-bottom: 25px; }
	.crumbs { font-size:15px; line-height: 60px; height:60px; }
}
@media(min-width:1400px) {
	.mainbox { margin-bottom: 60px; }
	.mainbox>.title { font-size:32px; margin-bottom: 30px; }
	.crumbs { line-height: 70px; height:70px; }
}
@media(min-width:1600px) {
	.mainbox { margin-bottom: 70px; }
	.mainbox>.title { font-size:36px; margin-bottom: 35px; }
	.crumbs { line-height: 85px; height:85px; }
}
@media(min-width:1920px) {
	.mainbox { margin-bottom: 80px; }
	.mainbox>.title { font-size:40px; }
}

/* 资讯列表 */
.newlist .slide { padding-bottom: 10px; padding:0 12px; margin-bottom: 5px; border-bottom:1px solid #f5e8e9; }
.newlist .slide:nth-child(n+3) .imgbox { display: none; }
.newlist .c1 { font-weight: bold; line-height: 1.5; margin-top: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.newlist .c2 { color:rgba(0,0,0,.6); font-size:12px; line-height: 1.8; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.newlist .imgbox img { max-height:unset; }
.newlist .imgbox:after { padding-top: 60%; }
.newlist .datebox { font-size:12px; display: flex; align-items: center; margin-top: 10px; }
.newlist .datebox .d2 { margin-left: 15px; }
.newlist .datebox { color:rgba(0,0,0,.6); }
.newlist .datebox i { color:rgba(0,0,0,.3); }
@media(min-width:576px) {
	.newlist { display: flex; flex-wrap:wrap; justify-content: space-between; }
	.newlist .slide { flex:0 0 100%; width:100%; padding-bottom: 15px; }
	.newlist .slide:nth-child(1),.newlist .slide:nth-child(2) { flex:0 0 48%; max-width:48%; }
}
@media(min-width:768px) {
}
@media(min-width:992px) {
	.newlist .slide:nth-child(3) .imgbox { display: block; }
	.newlist .slide:nth-child(n+4) .imgbox { display: none; }
	.newlist .c1 { line-height: 28px; margin-top: 15px; }
	.newlist .slide:nth-child(1),.newlist .slide:nth-child(2),.newlist .slide:nth-child(3) { flex:0 0 31%; max-width:31%; }
}
@media(min-width:1200px) {
	.newlist .slide { padding-bottom: 20px; padding:0 15px; margin-bottom: 10px; }
	.newlist .c1 { line-height: 32px; }
	.newlist .c2 { font-size:14px; }
	.newlist .datebox { font-size:14px; }
}
@media(min-width:1400px) {
	.newlist .c1 { font-size:18px; margin-top: 20px; }
	.newlist .slide { padding-bottom: 30px; }
}
@media(min-width:1600px) {
	.newlist .slide { padding-bottom: 35px; margin-bottom: 15px; }
}

/*文章列表页样式*/
.newlist1 .slide { position:relative; margin-bottom:12px; background: #fff; transition:.3s all; }
.newlist1 .slide .imgbox:after {padding-top:65%; }
.newlist1 .slide .imgbox img { width:100%; }
.newlist1 .slide .c1 { color:#444; font-size:16px; line-height:22px; position:relative; }
.newlist1 .slide .c2 { color:#666; margin-top:10px; line-height: 1.8;overflow: hidden; display: -webkit-box;-webkit-line-clamp: 2; text-overflow: ellipsis;-webkit-box-orient: vertical; text-align:justify; }
.newlist1 .slide .c3 { color:#666; margin-top: 10px; font-size:12px; }
.newlist1 .slide:hover { transform:translateY(-5px); }
.newlist1 .slide:hover .c1 { color:#1f397d; }
.newlist1 .slide:hover .c3 { color:#1f397d; }
@media(max-width:767px) {
  .newlist1 .slide .c1 { margin-top:15px; }
}
@media(min-width:768px) {
}
@media(min-width:992px) {
  .newlist1 .slide { margin-bottom:15px; }
  .newlist1 .slide:before { margin-bottom:25px; }
  .newlist1 .slide a { display:flex; align-items:center; }
  .newlist1 .slide .imgbox { margin-right:5%; width:230px; }
  .newlist1 .slide .txtbox { flex:1; width:50%; }
  .newlist1 .slide .c1 { font-size:20px; }
  .newlist1 .slide .c2 { margin-top:15px; }
  .newlist1 .slide .c3 { margin-top: 15px; font-size:13px; }
}
@media(min-width:1200px) {
  .newlist1 .slide { margin-bottom:20px; }
  .newlist1 .slide .c2 { margin-top:20px; }
}
@media(min-width:1400px) {
  .newlist1 .slide { margin-bottom:25px; }
}
@media(min-width:1600px) {
  .newlist1 .slide { margin-bottom:30px; }
}

/* 资讯列表样式2 */
.newlist2 .slide { position: relative; display: flex; flex-wrap:wrap; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.newlist2 .slide:before { content:''; display: inline-block; width:3px; height:3px; border-radius:5px; background:#adadad; margin-right: 8px; }
.newlist2 .slide a:before { content:''; position: absolute; left:0; top:0; width:100%; height:100%; }
.newlist2 .c1 { color:#444; line-height: 1.5; flex:1; width:50%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.newlist2 .c2 { color:rgba(0,0,0,.4); font-family:'Arial'; font-size:12px; margin-left: 10%; }
.newlist2 .slide:nth-child(6):after { content:''; flex:0 0 100%; display: block; margin:15px 0 0; width:100%; height:1px; background:#e2e2e2; }
.newlist2 .slide:last-child:after { display: none; }
@media(min-width:576px) {
}
@media(min-width:768px) {
	.newlist2 .slide:nth-child(6):after { margin:20px 0 0; }
}
@media(min-width:992px) {
	.newlist2 .slide { margin-bottom: 18px; }
	.newlist2 .slide:before { width:4px; height:4px; margin-right: 12px; }
	.newlist2 .slide:nth-child(6):after { margin:25px 0 5px; }
}
@media(min-width:1200px) {
	.newlist2 .slide { margin-bottom: 22px; }
	.newlist2 .slide:before { width:5px; height:5px; margin-right: 18px; }
	.newlist2 .c1 { font-size:17px; }
	.newlist2 .c2 { font-size:15px; }
	.newlist2 .slide:hover .c1 { color:#1f397d; }
	.newlist2 .slide:nth-child(6):after { margin:30px 0 10px; }
}
@media(min-width:1400px) {
	.newlist2 .slide { margin-bottom: 26px; }
	.newlist2 .slide:nth-child(6):after { margin:35px 0 15px; }
}
@media(min-width:1600px) {
	.newlist2 .slide { margin-bottom: 30px; }
	.newlist2 .slide:nth-child(6):after { margin:45px 0 20px; }
}


.sidebox { position: relative; overflow: hidden; padding:10px 0; }
.sidebox .t1 { position: relative; font-size:20px; color:#404040; font-weight: bold; white-space: nowrap; }
.sidebox .t2 { color:#888888; font-size:14px; line-height: 1.3; }
.sidebox .typelist { display: flex; align-items: center; margin-top:15px; overflow-x: auto; }
.sidebox .typelist::-webkit-scrollbar { width:0px; height:0px; }
.sidebox .typelist .item { position: relative; color:#666666; background:#eaeaea; flex:0 0 auto; text-align: center; padding:0 12px; margin-right:6px; line-height: 34px; border-radius:500px; white-space: nowrap; /*禁止选中*/ -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
.sidebox .typelist .item a:after { content:''; position: absolute; left:0; top:0; width: 100%; height: 100%; }
.sidebox .typelist .item:active,.sidebox .typelist .item.active { color:#fff; background:#1f397d; }
@media(min-width:768px) {
	.sidebox { padding:15px 0 25px; }
	.sidebox .t1 { font-size:24px; }
	.sidebox .t2 { font-size:15px; line-height: 1.5; }
	.sidebox .typelist { margin-top: 20px; }
	.sidebox .typelist .item { padding:0 15px; line-height: 40px; margin-right:8px; }
}
@media(min-width:992px) {
	.sidebox { padding:20px 0 30px; }
	.sidebox .t1 { font-size:26px; }
	.sidebox .t2 { font-size:16px; }
	.sidebox .typelist { margin-top: 25px; }
	.sidebox .typelist .item { padding:0 20px; line-height: 42px; margin-right:10px; }
	.sidebox .typelist .item:hover { color:#fff; background:#1f397d; }
}
@media(min-width:1200px) {
	.sidebox { padding:30px 0 35px; }
	.sidebox .t1 { font-size:28px; }
	.sidebox .t2 { font-size:17px; }
	.sidebox .typelist { margin-top: 30px; flex-wrap:wrap; }
	.sidebox .typelist .item { padding:0 25px; line-height: 44px; margin-bottom: 10px; }
}
@media(min-width:1400px) {
	.sidebox { padding:40px 0 45px; }
	.sidebox .t1 { font-size:32px; }
	.sidebox .t2 { font-size:18px; }
	.sidebox .typelist { margin-top: 35px; }
	.sidebox .typelist .item { padding:0 30px; line-height: 46px; }
}
@media(min-width:1600px) {
	.sidebox { padding:50px 0 55px; }
	.sidebox .t1 { font-size:36px; }
	.sidebox .typelist { margin-top: 40px; }
	.sidebox .typelist .item { padding:0 35px; line-height: 48px; }
}
@media(min-width:1920px) {
	.sidebox { padding:60px 0; }
	.sidebox .t1 { font-size:40px; }
	.sidebox .typelist { margin-top: 50px; }
	.sidebox .typelist .item { padding:0 40px; line-height: 50px;}
}

/* 瀑布流 */
.pubulist { position: relative; overflow: hidden; }
.pubulist:after { content:''; display:block; clear:both; }
.pubulist .item { float:left; min-width:49%; width:49%; margin-right:2%; border:1px solid rgba(0,0,0,0); }
.pubulist .item:nth-child(2) { margin-right:0; }
.pubulist .slide { width:100%; padding:10px; border:1px solid #e5e5e5; margin-bottom:10px; transition:.36s all; }
.pubulist .slide:hover { box-shadow: 0 10px 10px -10px #000; transition:.36s all; }
.pubulist .slide img { max-width:100%; }
.pubulist .txtbox { text-align: center; line-height: 20px; padding-top:10px; }
.pubulist .c1 { color:#000; line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pubulist .c2 { color:rgba(0,0,0,.6); line-height: 1.5; margin-top: 10px; }
.pubulist .load-over,.pubulist .loading,.pubulist .more { text-align:center; color:#aaa; }
.pubulist .load-over:before,.pubulist .loading:before,.pubulist .more:before { content:''; display:block; clear:both; padding-top:2%; }
.pubulist .sbox { align-items: center; justify-content:space-between; width:60%; padding:0 22px; border-radius:18px; height:36px; line-height: 36px; border:1px solid #5f191b; background:#f7eae0; }
.pubulist .sbox input { border:none; background:none; flex:1; width:50%; }
.pubulist .sbox input::placeholder { color:rgba(95,25,27,.6); }
.pubulist .sbox .keywords { color:rgba(95,25,27,.6); font-family:"思源宋体 SemiBold"; }
.pubulist .searchbtn { color:#5e191b; cursor:pointer; font-size:140%; }
@media(min-width:576px) {
	.pubulist .sbox { padding:0 25px; border-radius:21px; height:42px; line-height: 42px; }
}
@media(min-width:768px) {
	.pubulist .item { width:32%; min-width:32%; margin-right:2%; }
	.pubulist .item:nth-child(2) { margin-right:2%; }
	.pubulist .item:nth-child(3) { margin-right:0; }
	.pubulist .sbox { width:45%; max-width:730px; padding:0 26px; border-radius:23px; height:46px; line-height: 46px; }
}
@media(min-width:992px){
	.pubulist .sbox { padding:0 29px; border-radius:26px; height:52px; line-height: 52px; }
	.pubulist .txtbox {line-height: 28px; padding-top:15px; }
}
@media(min-width:1200px) {
	
}
@media(min-width:1400px){
	.pubulist .item { width:23.5%; min-width:23.5%; }
	.pubulist .item:nth-child(2) { margin-right:2%; }
	.pubulist .item:nth-child(3) { margin-right:2%; }
	.pubulist .item:nth-child(4) { margin-right:0; }
	.pubulist .slide { margin-bottom:20px; }
	.pubulist .c2 { font-size:14px; }
}
@media(min-width:1600px) {
}

.sbox { overflow:hidden; width:100%; margin: 10px 0; position:relative; z-index:3; }
.sbox .scontent { background:#fdf7f5; height:35px; line-height: 35px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: center; }
.sbox .s1 { color:#c5c1bf; width:50%; flex:1; display:flex; align-items: center; padding:0 15px; }
.sbox .s1 input { color:#333; background: none!important; width:100%; }
.sbox .s1 input:-webkit-autofill { background: transparent; transition: background-color 50000s ease-in-out 0s; -webkit-text-fill-color:unset; }
.sbox .s2 { width:80px; justify-content:center; height:100%; display:flex; align-items: center; }
.sbox .s2 input { width:100%; height:100%; color:#fff; background:#a52a2a; font-weight: bold; }
.sbox .s2 input:hover { background: #850a0a; }
.sbox .s3 { width:80px; justify-content:center; height:100%; display:flex; align-items: center; }
.sbox .s3 input { width:100%; height:100%; color:#fff; background:#1f397d; font-weight: bold; }
.sbox .s3 input:hover { background: #850a0a; }
@media(min-width:768px) {
	.sbox { width:70%; margin:15px auto; }
	.sbox .s1 { padding:0 20px; }
}
@media(min-width:992px) {
	.sbox { width:70%; border-radius:5px; }
	.sbox .scontent { height:40px; line-height: 40px; }
}
@media(min-width:1200px) {
	.sbox { width:70%; margin:25px auto; }
	.sbox .scontent { height:45px; line-height: 45px; }
	.sbox .s1 { font-size:15px; padding:0 25px; }
	.sbox .s2 { width:120px; }
	.sbox .s3 { width:120px; }
}
@media(min-width:1400px) {
	.sbox { width:60%; bottom:8%; margin:30px auto; }
	.sbox .scontent { height:50px; line-height: 50px; }
}
@media(min-width:1600px) {
	.sbox .scontent { height:57px; line-height: 57px; }
	.sbox .s1 { padding:0 30px; }
	.sbox .s2 input { font-size:17px; }
	.sbox .s3 input { font-size:17px; }
}

.typeinfo { color:#555555; font-size:14px; line-height:2; margin-top:30px; text-align:justify; }
.typeinfo img { height:unset!important; max-width:100%!important; }
.typeinfo iframe { background:none; max-width:100%!important; }
.typeinfo table { background:none; width:100%!important; max-width:100%!important; }
@media(min-width:768px) {
	.typeinfo { font-size:16px; margin-top: 45px; }
}
@media(min-width:992px) {
	.typeinfo { font-size:17px; margin-top:60px; }
}
@media(min-width:1200px) {
	.typeinfo { font-size:18px; margin-top:75px; }
}
@media(min-width:1400px) {
	.typeinfo { font-size:21px; margin-top:95px; }
}
@media(min-width:1600px) {
	.typeinfo { font-size:22px; margin-top: 110px; }
}

/* .newsinfo { padding:20px 0; text-align: justify; position:relative; overflow: hidden; } */
.newsinfo { background:#fff; position:relative; overflow: hidden; }
.newsinfo .ntitle { margin:20px 0; }
.newsinfo .nt1 { color:#333333; font-size:18px; padding:0 5%; line-height: 1.3; text-align: center; }
.newsinfo .nt2 { color:#666666; padding: 10px 0; border-bottom: 1px solid #e0e0e0; }
.newsinfo .content { line-height: 24px; }
.newsinfo .content img { height:unset!important; max-width:100%!important; }
.newsinfo .content iframe { background:none; max-width:100%!important; }
.newsinfo .content table { background:none; width:100%!important; max-width:100%!important; }
.newsinfo .video { width:800px; max-width:100%; height:300px; margin:0 auto; }
.newsinfo .video .jw-controlbar { width:100%; }
.newsinfo .back { color:#fff; background: #1f397d; display:block; line-height: 35px; width:120px; margin-bottom: 25px; text-align:center; }
.newsinfo .back:hover { background:#333; }
@media(min-width:768px) {
}
@media(min-width:992px) {
	.newsinfo .nt1 { font-size:18px; }
	.newsinfo .content { padding-bottom:45px; }
	.newsinfo .back { margin-bottom: 0; }
}
@media(min-width:1200px) {
	.newsinfo .ntitle { margin-bottom:25px; }
	.newsinfo .nt1 { font-size:20px; line-height: 1.5; padding:0 10%; }
	.newsinfo .nt2 { font-size:14px; padding: 15px; }
	.newsinfo .content { line-height: 32px; padding-bottom:55px; }
  	.newsinfo .video { height:450px; }
	.newsinfo .back { line-height: 45px; width:135px; }
}
@media(min-width:1400px) {
	.newsinfo .ntitle { margin-bottom:22px; }
	.newsinfo .content { padding-bottom:65px; }
	.newsinfo .back { line-height: 50px; width:150px; }
}
@media(min-width:1600px) {
	.newsinfo .nt1 { font-size:24px; }
	.newsinfo .content { line-height: 36px; padding-bottom:75px; }
}

.contact01 { position:relative; overflow: hidden; margin-bottom: 25px; }
.contact01 .t1 { color:#333333; font-weight: bold; font-size:22px; }
.contact01 .t1:after { content:''; display:block; margin:10px auto 0; height:3px; width:50px; background: #1f397d; }
.contact01 .t2 { color:#757575; line-height: 2; margin-top:15px; }
.contact01 .content { color:#333333; line-height: 2; }
.contact01 .content img { max-width:100%; }
.contact01 ul { padding:0; }
.contact01 ul li div { padding-left: 60px; color: #595959; padding: 10px 15px 10px 60px; line-height: 1.5; border-radius: 5px; }
.contact01 ul li div.icon-01 { background: url(../images/contact-icon-01.png) no-repeat 10px center #fff; }
.contact01 ul li div.icon-02 { background: url(../images/contact-icon-02.png) no-repeat 10px center #fff; }
.contact01 ul li div.icon-03 { background: url(../images/contact-icon-03.png) no-repeat 10px center #fff; }
.contact01 ul li div.icon-04 { background: url(../images/contact-icon-04.png) no-repeat 10px center #fff; }
.contact01 ul li div.icon-05 { background: url(../images/contact-icon-05.png) no-repeat 10px center #fff; }
.contact01 ul li div.icon-06 { background: url(../images/contact-icon-06.png) no-repeat 10px center #fff; }
.contact01 .c1 { font-size:12px; margin-top: 5px; line-height: 1.5; }
.contact01 .share a { background:none; }
@media(min-width:768px) {
	.contact01 { margin-bottom: 35px; }
	.contact01 .t1 { font-size:28px; }
}
@media(min-width:992px) {
	.contact01 { margin-bottom: 45px; }
	.contact01 .t1 { font-size:32px; }
	.contact01 .t1:after { margin-top:15px; }
	.contact01 .t2 { margin-top:17px; }
}
@media(min-width:1200px) {
	.contact01 { margin-bottom: 55px; }
	.contact01 .t1 { font-size:38px; }
	.contact01 .t1:after { margin-top:20px; }
	.contact01 .t2 { margin-top:20px; }
	.contact01 .c1 { font-size:14px; }
}
@media(min-width:1400px) {
	.contact01 { margin-bottom: 65px; }
	.contact01 .t1 { font-size:44px; }
	.contact01 .t2 { font-size:17px; margin-top:22px; }
	.contact01 .content { font-size:17px; }
	.contact01 .c1 { font-size:16px; }
}
@media(min-width:1600px) {
	.contact01 { margin-bottom: 75px; }
	.contact01 .t1 { font-size:50px; }
	.contact01 .t2 { font-size:18px; margin-top:25px; }
	.contact01 .content { font-size:18px; }
}

.message01 { position:relative; overflow: hidden; }
.message01 .t1 { color:#333; font-size:20px; font-weight: bold; }
.message01 .t2 { color:#757575; margin-top:8px; }
.message01 .slide { color:#888888; background:#f9f9f9; line-height:40px; margin-bottom:10px; white-space:nowrap; }
.message01 .slide select { color:#9e9e9e; background:none; display:block; width:100%; height:40px; }
.message01 .slide input { background:#f9f9f9; width:84%; }
.message01 .slide textarea { background:#f9f9f9; width:90%; font-size:14px; line-height: 24px; height:92px; padding-top:7px; }
.message01 .submit { color:#fff; background:#1f397d; display:block; text-align:center; border-radius:0; }
.message01 .submit .btn2 { padding:0; border:none; border-radius: 0; background:#1f397d; }
.message01 .submit .btn-inner { transition:.36s all linear; }
.message01 .submit .btn-inner i { right:-10px!important; }
.message01 .submit .btn-inner i:before { content:''; opacity:0; }
.message01 .btn2:hover .btnbg-x { background:#333; }
@media(min-width:768px) {
	.message01 .t1 { font-size:24px; }
	.message01 .t2 { margin-top:10px; }
	.message01 .slide { line-height:45px; }
	.message01 .slide select { height:45px; }
}
@media(min-width:992px) {
	.message01 .t1 { font-size:26px; }
	.message01 .slide { line-height:50px; }
	.message01 .slide select { height:50px; }
	.message01 .slide:hover { border-color:#1f397d; }
	.message01 .submit { font-size:16px; transition:.36s all; }
	.message01 .submit:hover { background: #1f397d; transition:.36s all; }
}
@media(min-width:1200px) {
	.message01 .t1 { font-size:28px; }
	.message01 .t2 { margin-top:13px; }
	.message01 .slide { line-height:60px; }
	.message01 .slide select { height:60px; }
	.message01 .slide textarea { font-size:16px; line-height: 30px; height: 120px; padding-top:11px; }
}
@media(min-width:1400px) {
	.message01 .t1 { font-size:32px; }
	.message01 .t2 { margin-top:15px; font-size:17px; }
	.message01 .slide { line-height:65px; }
	.message01 .slide select { height:65px; }
	.message01 .slide textarea { font-size:16px; line-height: 30px; height: 120px; padding-top:11px; }
}
@media(min-width:1600px) {
	.message01 .t1 { font-size:36px; }
	.message01 .t2 { font-size:18px; }
	.message01 .slide { line-height:70px; margin-bottom:15px; }
	.message01 .slide select { height:70px; }
	.message01 .slide textarea { font-size:16px; line-height: 30px; height:120px; padding-top:13px; }
	.message01 .submit { font-size:18px; }
}

.shadow { position:fixed; z-index: 99; top:0; left:0; width:100vw; height:100vh; background:rgba(0,0,0,.6); }
.shadow .ewm { width:200px; position: fixed; z-index: 999; top:50%; left:50%; transform:translate(-50%,-50%); padding:15px; text-align:center; background: #fff; box-shadow:5px 5px 0 0 rgba(0,0,0,.5); border:1px solid #eee; }
.shadow .ewm:after { content:'×'; color:#333; position:absolute; right:-15px; top:-15px; cursor:pointer; font-weight: bold; font-size:150%; width:30px; height:30px; line-height:30px; text-align:center; border-radius:50px; background:#fff; }

#gf_links li { height: 4rem; }
#gf_links li a { width: 8.8125rem; font-size: 0.75rem; color: #515151; height: 100%; line-height: 1.5; } 
#gf_links li a:hover { color: #1f397d; } 

.footer { color:#fff; background: #1f397d; padding-top:15px; }
.footer a:hover { color:#fff; text-decoration: underline; }
.footer .tel { display: flex; align-items: center; }
.footer .tel span { font-size:18px; font-family: Arial; }
.footer .c1 { color:#fff; font-size:14px; line-height: 1.4; margin-bottom: 6px; }
.footer .n1 { font-size:13px; font-weight: bold; line-height: 2; text-wrap:nowrap; }
.footer .n1 a { color:#fff; }
.footer .fnav a {  display: block; margin-top: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.footer .ewm img { width:75px; }
.footer .ewms1 { color:#fff; margin-top: 10px; }
.footer .fcontact { color:#fff; line-height: 1.5; margin-bottom: 10px; }
.footer .share { margin-top: 15px; white-space: nowrap; }
.footer .share a { display:inline-block; margin:0 5px; color:#e60a1b; border:1px solid #fff; background:#fff; font-size:14px; text-align:center; border-radius:50px; width:24px; height:24px; line-height: 24px; text-decoration: none; }
.footer .share a:hover { background:#e60a1b; color:#fff; border-color:#fff; }
.fbottom { color:#fff; background:#1f397d; line-height: 2.5; padding:10px 0; }
.fbottom a { color:#fff; display: inline-block; line-height: 2.5; }
@media(max-width:767px) {
	.footer .fnav a { flex:0 0 auto; padding-bottom:10px; }
}
@media(min-width:768px) {
  .footer { padding-top:20px; }
  .footer .tel span { font-size:20px; }
  .footer .ewm img { width:90px; }
}
@media(min-width:992px) {
  .footer { padding-top:25px; }
  .footer .leftbox { border-right:1px solid rgba(255,255,255,.2); }
  .footer .c1 { margin-bottom: 10px; }
  .footer .n1 { font-size:15px; }
  .footer .fnav a { margin-top: 10px; }
  .footer .tel span { font-size:22px; }
  .footer .ewm img { width:100px; }
}
@media(min-width:1200px) {
  .footer { padding-top:30px; }
  .footer .n1 { font-size:17px; }
  .footer .fnav a { font-size:14px; margin-top: 14px; }
  .footer .tel span { font-size:24px; }
  .footer .ewms1 { font-size:14px; margin-top: 15px; }
  .fbottom { padding:15px 0;}
}
@media(min-width:1400px) {
  .footer { padding-top:35px; }
  .footer .c1 { margin-bottom: 12px; }
  .footer .tel { font-size:17px; }
  .footer .tel span { font-size:26px; }
  .footer .fnav a { margin-top: 18px; }
  .footer .ewm img { width:110px; }
}
@media(min-width:1600px) {
  .footer { padding-top:40px; }
}

.footer-bar { height:70px; z-index:99; transition:.36s all; }
.footer-bar .list { color:#fff; background:#1f397d; display:flex; position:fixed; bottom:0; left:0; right:0; height:70px; z-index:9; }
.footer-bar .slide { flex:1; text-align: center; line-height: 30px; }
.footer-bar .slide:hover { color:#fff; }
.footer-bar .slide i { display:block; font-size:25px; padding-top:10px; }
@media(max-width:991px) {
	.footer-bar.hide { display:none; }
}


/* 无内容 */
.no-goods,.no-network { padding:50px 0; overflow:hidden; text-align:center; }
.no-goods img,
.no-network img { display:block; margin:0 auto 30px; max-height:75px; max-width:100%; }
.no-goods p,.no-network p { font-size:14px; color:#666666; line-height:20px; }
@media(min-width:992px) {
	.no-goods img,.no-network img { max-height:105px; }
}

.de-page-mian .page-inner a { color:#1f397d!important; background: #ecebe6!important; font-weight: bold; border:none!important; margin:0 1px!important; height:24px!important; line-height:24px!important; width:28px; padding:0!important; }
.de-page-mian .page-inner a:hover,.de-page-mian .page-inner a.active { color:#fff!important; background: #1f397d!important; }
.de-page-mian span,.de-page-mian input,.de-page-mian .page-btn { display:none!important; }
@media(max-width:991px) {
	.de-page-mian .page-inner a.next { display:none!important; }
	.de-page-mian .page-inner a.prev { display:none!important; }
}
@media(max-width:767px){
  .de-page-mian .page-inner a { margin-right:0!important; }
  .de-page-mian span,.de-page-mian input,.de-page-mian .page-btn,.de-page-mian .prev,.de-page-mian .next { display:none!important; }
}
@media(min-width:992px) {
	.de-page-mian .page-inner a { height:32px!important; line-height:32px!important; width:35px; margin:0 2px!important; }
	.de-page-mian .page-inner a.next { color:#7b7a7f!important; border:none; background:none!important; position: relative; width:unset; padding:0!important; }
	.de-page-mian .page-inner a.next:before { content:'\e603'; font-family: 'iconfont'; display:block; width:55px; background: #ecebe6; }
	.de-page-mian .page-inner a.next:hover:before { color:#fff!important; font-weight: bold; background: #1f397d!important; }
	.de-page-mian .page-inner a.prev { color:#7b7a7f!important; border:none; background:none!important; position: relative; width:unset; padding:0!important; }
	.de-page-mian .page-inner a.prev:before { content:'\e603'; font-family: 'iconfont'; transform:rotateY(180deg); display:block; width:55px; background: #ecebe6; }
	.de-page-mian .page-inner a.prev:hover:before { color:#fff!important; font-weight: bold; background: #1f397d!important; }
}
@media(min-width:1200px) {
	.de-page-mian .page-inner a { height:32px!important; line-height:32px!important; width:40px; }
	.de-page-mian .page-inner a.next:before,.de-page-mian .page-inner a.prev:before { width:60px; }
}
@media(min-width:1400px) {
	.de-page-mian .page-inner a { height:37px!important; line-height:37px!important; width:45px; }
	.de-page-mian .page-inner a.next:before,.de-page-mian .page-inner a.prev:before { width:65px; }
}
@media(min-width:1600px) {
	.de-page-mian .page-inner a { height:40px!important; line-height:40px!important; width:50px; }
	.de-page-mian .page-inner a.next:before,.de-page-mian .page-inner a.prev:before { width:70px; }
}


.sy { pointer-events:none; position:absolute; z-index:3; left:0; bottom:0; width:100%; height: 100%;/*background:url(../images/sy.png) no-repeat center bottom; background-size:100% auto;*/}

.play { cursor:pointer; color:rgba(255,255,255,.7); transition:.16s all linear; height:100%; display:flex; justify-content: center; align-items:center; font-size:46px; position:absolute; z-index:4; left:15px; right:15px; top:0%; }
.play:hover { color:#fff; transition:.16s all linear; }
.play i { font-size:110%; transition:.16s all linear; }
.play:hover i { transform:scale(1.1); transition:.16s all linear; }
.video-shadow { display: none; position:fixed; z-index:99999; top:0; left:0; width:100vw; height:100vh; background:rgba(0,0,0,.8); }
.video-panel { height:275px; width:365px; padding:5px; background:#f8f8f8; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); }
.video-shadow .close { position:absolute; bottom:5%; left:50%; transform:translateX(-50%); width:100px; height:40px; line-height:40px; border-radius:20px; background: #fff; text-align:center; }
@media(min-width:768px) {
  .play { font-size:54px; }
  .video-panel { height:362px; width:630px; }
}
@media(min-width:992px) {
  .play { font-size:62px; }
  .video-panel { height:420px; width:730px; }
}
@media(min-width:1200px) {
  .play { font-size:70px; }
  .video-panel { height:500px; width:870px; }
}
@media(min-width:1400px) {
  .video-panel { height:724px; width:1260px; }
}
@media(min-width:1600px) {
  .play { font-size:75px; }
}

#foot { border-top:1px solid #eee; }
#foot .box1 .left,#foot .box1 .right {padding:5rem 0 3rem;}
#foot .box1 {display:flex;gap:5.5rem;}
#foot .box1 .innerbox { width:26vw; }
#foot .box1 .line {display:block;min-width:1px;background:#e2e2e2;}
#foot .box1 .left {flex-shrink:0;}
#foot .box1 .left .innerbox {max-width:100%;}
#foot .box1 .left .m {padding-right:0 !important;}
#foot .box1 .right {flex-grow:1;}
#foot .box1 .right .m {padding-left:0 !important;}
#foot .box2 {background:#01479d;padding:1rem 0;}
#foot .box2 .m {display:flex;align-items:center;justify-content:space-between;gap:2rem;}
.foot_logo {margin-bottom:4rem;}
.foot_logo a {display:flex;align-items:center;gap:1.5rem;}
/* .foot_logo img {width:14rem;} */
.foot_logo i {display:block;width:1px;height:3.125rem;background:#cecece;}
.foot_logo h3 {font-size:1.25rem;line-height:1.875rem;color:#414141;font-weight:bold;}
.foot_search .tt {font-size:1.75rem;color:#313131;font-weight:bold;}
.foot_search form {width:100%;display:flex;border-bottom:1px solid #d3d3d3;}
.foot_search .input {flex-grow:1;font-size:1rem;color:#333;height:3.25rem;}
.foot_search .input::-webkit-input-placeholder {color:#cdcdd3;}
.foot_search .button {flex-shrink:0;background:none;}
.foot_search .button i {font-size:1.375rem;color:#8d8d8d;}
.foot_search .button:hover i {color:#01479d;}
.hotsearch {padding-top:1.375rem;display:flex;flex-wrap:wrap;gap:1.875rem;}
.hotsearch a {font-size:1rem;color:#8f9296;font-weight:bold;transition:.5s;}
.hotsearch a:hover {color:#00479d;}
.foot_social {margin-top:6.25rem;}
.foot_social ul {display:flex;gap:.75rem;}
.foot_social ul li {flex-shrink:0;position:relative;width:2.5rem;height:2.5rem;background:rgba(255,255,255,0.4);border-radius:50%;transition:.5s;}
.foot_social ul li a {display:block;cursor:pointer;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.foot_social ul li a i {font-size:1.625rem;color:#273580;}
.foot_social ul li:hover a i {color:#01479d;}
.foot_social ul li:hover i:before {transition:.5s;}
.foot_social li .ewmbox {position:absolute;opacity:0;pointer-events:none;transform:translateY(10px);visibility:hidden;width:8rem;left:-.5rem;bottom:calc(100% + 1rem);transition:.5s;}
.foot_social li:hover .ewmbox {opacity:1;visibility:visible;pointer-events:inherit;transform:translateY(0px);}
.foot_social li .ewm {position:relative;background:#fff;border-radius:5px;padding-top:.75rem;padding-bottom:.5rem;border:1px solid #ddd;box-shadow:0 5px 10px rgba(0,0,0,0.1);}
.foot_social li .ewm img {width:6.5rem;height:6.5rem;margin:0 auto .5rem;display:block;mix-blend-mode:multiply;position:relative;z-index:3;}
.foot_social li .ewm p {font-size:.8125rem;text-align:center;color:#666;position:relative;z-index:3;margin:.25rem 0;}
.foot_social li .ewm:after {content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background:#fff;border-radius:5px;z-index:1;}
.foot_social li .ewm:before {content:"";display:block;width:1rem;height:1rem;border-left:1px solid #ddd;border-top:1px solid #ddd;transform:rotate(45deg);position:absolute;z-index:1;background:#fff;left:1.125rem;top:100%;margin-top:-9px;border-radius:3px;}
.foot_nav {display:flex;justify-content:space-between;}
.foot_nav dl { max-width:20%; }
.foot_nav dl dt {margin-bottom:1.625rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.foot_nav dl dt a {font-size:1.125rem;color:#404040;font-weight:bold;}
.foot_nav dl dd {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.foot_nav dl dd a {font-size:1rem;line-height:1.875rem;color:#87898b;}
.foot_nav dl dt a:hover {color:#01479d;}
.foot_nav dl dd a:hover {color:#01479d;}
.foot_lianxi {margin-top:1rem;display:flex;justify-content:space-between;}
.foot_lianxi .tt {font-size:1.5rem;color:#333333;font-weight:bold;margin-bottom:1.875rem;}
.foot_lianxi ul li {display:flex;align-items:flex-start;}
.foot_lianxi ul li i {flex-shrink:0;font-size:1.25rem;margin-right:.5rem;color:#5c5c5c;width:1.25rem;height:1.5rem;display:flex;align-items:center;justify-content:center;}
.foot_lianxi ul li p {flex-grow:1;font-size:1rem;color:#6d6e6f;line-height:1.5;}
.foot_lianxi ul li+li {margin-top:1rem;}
.foot_ewm {display:flex;flex-direction:column;justify-content:center;align-items:center;}
/* .foot_ewm .img {width:11rem;} */
.foot_ewm .img:after {padding-top:100%;}
.foot_ewm .img img {width:100%;}
.foot_ewm p {font-size:1rem;line-height:1.5rem;margin-top:.5rem;color:#919191;text-align:center;}
.copyright {font-size:1rem;line-height:2rem;color:rgba(255,255,255,0.6);}
.foot_link {width:22.1875rem;max-width:100%;}
.foot_link dl {position:relative;border-bottom:1px solid rgba(255,255,255,0.4);}
.foot_link dt {padding:.5rem 5px .75rem;font-size:1rem;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2;}
.foot_link dt i {width:.75rem;font-size:.75rem;transition:.5s;}
.foot_link dt.on i {transform:rotate(180deg);}
.foot_link dt i path {fill:#999;}
.foot_link dd {position:absolute;z-index:1;bottom:0;left:-10px;right:-10px;padding-bottom:2.9375rem;}
.foot_link dd:before {content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;background:#01479d;z-index:-1;}
.foot_link dd .box {border-radius:1.5rem;padding:1rem 15px 0;display:none;}
.foot_link dd .box a {display:block;color:rgba(255,255,255,0.781);font-size:.875rem;line-height:2;transition:.3s;}
.foot_link dd .box a:hover {color:#fff;}
.m {max-width:1920px;width:100%;padding:0 10rem;height:100%;margin:0 auto;display:block;position:relative}
@media(max-width:1440px) {
	.m {padding:0 9rem}
	#foot .box1 {gap:3.5rem}
	#foot .box1 .innerbox { width:unset; }
}
@media(max-width:1360px) {
	.m {padding:0 8rem}
}
@media(max-width:1280px) {
	.m {padding:0 7rem}
}
@media(max-width:1200px) {
	.m {padding:0 6rem}
}
@media(max-width:1190px) {
	.m {padding:0 5rem}
	.foot_nav {display:none}
	.foot_lianxi {margin-top:0}
	.foot_logo {margin-bottom:2rem}
	.foot_social {margin-top:1.25rem}
}
@media(max-width:992px) {
	.m {padding:0 2rem; }
	#foot .box1 {gap:1rem;}
}
@media(max-width:768px) {
	.m {padding:0 30px}
	#foot .box1 {flex-direction:column;gap:2rem;padding:3rem 0}
	#foot .box1 .left .m {padding:0 30px !important}
	#foot .box1 .right .m {padding:0 30px !important}
	#foot .box1 .left,#foot .box1 .right {padding:0 !important}
}
@media(max-width:480px) {
	.m {padding:0 15px}
	#foot .box1 .left .m {padding:0 15px !important}
	#foot .box1 .right .m {padding:0 15px !important}
	.foot_logo h3 {font-size:1.125rem}
	/* .foot_logo img {width:7.25rem} */
	.foot_ewm .img {width:8rem}
	#foot .box2 .m {flex-direction:column}
	.foot_link {width:100%}
	.foot_lianxi {gap:2rem;align-items:flex-end}
	#foot .box1 {gap:.75rem}
	#foot .box2 .m {gap:1rem}
}