@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:#55ae98; }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:#55ae98; }

/*禁止选中*/
/* .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_nyh9dzlq7tg.woff2?t=1748489275390') format('woff2'),
       url('//at.alicdn.com/t/c/font_4807920_nyh9dzlq7tg.woff?t=1748489275390') format('woff'),
       url('//at.alicdn.com/t/c/font_4807920_nyh9dzlq7tg.ttf?t=1748489275390') 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:1700px) {
	.container { width:1530px; max-width:1530px; 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 { height:50px; display: flex; align-items: center; position:fixed; top:0; left:0;right:0; z-index:99; transition:.36s all linear; }
.header.hide { opacity:0; transform:translateY(-100%); }
.header.show { opacity:1; transform:translateY(0); transition:.36s all linear; }
.header.onmove { background:#fff; box-shadow:0 10px 15px -10px rgba(100,100,100,0.3); transition:.36s all linear; }
.header.onmove .logo img { filter:brightness(0);/* logo强制变黑 */ }
.header.onmove .nav .slide { color:#333; }
.header.onmove .nav .slide.active a { border-color:#55ae98; }
.header.onmove .tel .telbox { background:#55ae98; }
.header.onmove .tel i { color:#333; }
.nofixed .header {position:relative; box-shadow: 0 0 5px 0 #eee; }
.header .logo { padding-left:15px; }
.header .logo img { filter: brightness(1000%);/* logo强制变白 */  }
.header .logo h1 { color:#fff; font-size:22px; font-weight:bold; margin:0; margin-left:5px; white-space: nowrap; }
.header .nav { display: none; color:#fff; }
.header .nav .slide { position:relative; flex:0 0 auto; text-align:center; }
.header .nav .slide a { display:block; position: relative; }
.header .subnav { visibility: hidden; opacity: 0; position:absolute; bottom:0; left:50%; line-height: 35px; transform:translate(-50%,120%); }
.header .subnav a { position: relative; color:#666; margin-bottom: 5px; }
.header .subnav .nav-item:last-child a { margin-bottom: 0; }
.header .subnav .subnavbox { padding:10px 0; border-radius:10px; background:#f0f3f6; }
.header .subnav .subnavbox:before { content:''; display: block; position: absolute; z-index: 2; left:50%; top:0; width:12px; height:6px; transform:translate(-50%,-100%); border-width:7px 8px; border-style:solid; border-color:transparent transparent #f0f3f6 transparent; }
.header .tel { color: #fff; }
.header .tel .telbox { padding:5px 15px; background:rgba(255,255,255,.2); border-radius:500px; white-space:nowrap; display:flex; align-items: center; justify-content: space-around; }
.header .tel i { font-size:130%; margin-right:10px; }
@media(max-width:991px) {
  .header .logo {padding:10px 15px; }
}
@media(min-width:768px) {
  .header { height:70px; }
  .header .logo h1 { font-size:24px; }
  .header .nav .slide>a {line-height: 66px; }
}
@media(min-width:992px) {
	.header:hover { background:#fff; box-shadow:0 10px 15px -10px rgba(100,100,100,0.3); transition:.36s all linear; }
	.header:hover .logo img { filter:brightness(0);/* logo强制变黑 */ }
	.header:hover .nav .slide { color:#333; }
	.header:hover .nav .slide.active a { border-color:#55ae98; }
	.header:hover .tel .telbox { background:#55ae98; }
  .header { height:86px; }
  .header .logo { flex:0 0 18%; max-width:18%; margin-left: 2%; }
  .header .logo h1 { font-size:26px; }
  .header .nav { display: flex; flex:0 0 60%; max-width:60%; padding: 0 2%; justify-content: space-around; }
  .header .nav .slide>a { line-height: 82px; border-top:4px solid transparent; }
  .header .nav .slide a:hover { color:inherit; transition:.15s all linear; }
  .header .nav .slide.active>a { border-top:4px solid #fff; position:relative; }
  .header .nav .slide .subnav { color:#666; border-radius:10px; font-size:15px; transition:.5s all; }
  .header .nav .slide .subnav a { z-index: 1; display:block; line-height: 40px; min-width:100%; padding:0 25px; white-space: nowrap; }
  .header .nav .slide .subnav a:after { content:''; background:#55ae98; display: block; position: absolute; z-index: -1; left:0; top:0; width:0; height:100%; transition:.3s all linear; }
  .header .nav .slide:hover .subnav { visibility: visible; opacity:1; transform:translate(-50%,100%); transition:.5s all; }
  .header .nav .slide .subnav a:hover { color:#fff; }
  .header .nav .slide .subnav a:hover:after { width:100%; transition:.3s all linear; }
  .header .tel { flex:0 0 17%; max-width:17%; margin-right:2%; }
  .header .tel b { font-size:18px; font-weight:bold; }
  .header .tel:hover b,.header .tel:hover i { color:#fff; }
  .header.onmove { height:70px; }
  .header.onmove .nav .slide>a {line-height: 70px; }
}
@media(min-width:1200px) {
  .header { height:90px; }
  .header .logo h1 { font-size:28px; }
  .header .nav .slide>a {line-height: 86px; }
  .header .tel .telbox { padding:8px 20px; }
  .header .tel b { font-size:19px; }
}
@media(min-width:1400px) {
  .header .logo { margin-left: 4.5%; }
  .header .logo h1 { font-size:30px; }
  .header .nav { flex:0 0 56%; max-width:56%; }
  .header .tel { flex:0 0 15%; max-width:15%; margin-right:5%; }
  .header .tel b { font-size:20px; }
}
@media(min-width:1600px) {
  .header { height:92px; }
  .header .logo h1 { font-size:32px; }
  .header .tel b { font-size:21px; }
  .header .nav .slide>a {line-height: 88px; }
}

.banner { overflow:hidden; background: #000; }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #cba151; }
.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:#55ae98; 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; padding:25px 0; }
.index01 .t1 { position: relative; font-size:20px; color:#404040; font-weight: bold; padding-left: 28px; }
.index01 .t1:before { content:''; display: inline-block; position: absolute; left:0; top:50%; z-index: 1; transform:translate(0,-50%); width:10px; height:10px; background:#55ae98; border-radius:50%; }
.index01 .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%; }
.index01 .t2 { color:#888888; font-size:14px; line-height: 1.5; margin-top: 10px; }
.index01 .typelist { display: flex; align-items: center; margin-top:15px; }
.index01 .typelist::-webkit-scrollbar { width:0px; height:0px; }
.index01 .typelist .item { position: relative; color:#666666; flex:0 0 auto; text-align: center; margin-right:6px; border-radius:500px; padding:11px 20px; white-space: nowrap; background:#eaeaea;/*禁止选中*/ -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
.index01 .subitems { visibility: hidden; opacity: 0; position:absolute; z-index: 2; bottom:0; left:50%; width:600px; max-width:50vw; line-height: 35px; padding-top: 20px; transform:translate(-50%,130%); }
.index01 .subitems .subitembox { padding:35px; border-radius:10px; background:#fff; box-shadow: 0 0 20px 0 rgba(0,0,0,.5); }
.index01 .subitems .subitembox:before { content:''; display: block; position: absolute; z-index: 2; left:50%; top:20px; width:12px; height:6px; transform:translate(-50%,-100%); border-width:7px 8px; border-style:solid; border-color:transparent transparent #fff transparent; }
.index01 .subitems .subitembox>div { max-height:350px; overflow-y: auto; }
.index01 .subitems .subitem { position: relative; color:#666; display: block; text-align:left; flex:0 0 45%; max-width:45%; height:70px; line-height: 70px; border-bottom:1px solid #eee; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index01 .swiper { margin-top: 20px; }
.index01 .swiper-slide a:after { content:''; position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 3;}
.index01 .swiper-button-prev { left:0; }
.index01 .swiper-button-next { right:0; }
.index01 .swiper-button-next:after,.index01 .swiper-button-prev:after { color:#333; font-size:200%; }
.index01 .imgbox { background:#fff; border:1px solid #eaeaea; border-radius:10px; }
.index01 .imgbox:after { padding-top:105%; }
.index01 .c1 { color:#333; font-size:14px; padding:0 15px; margin-top: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index01 .c2 { color:#888; font-size:12px; text-align: center; margin-top: 5px; text-decoration: underline;}
@media(max-width:991px) {
	.index01 .typelist { overflow:hidden; overflow-x: auto; }
}
@media(min-width:768px) {
	.index01 { padding:30px 0; }
	.index01 .t1 { font-size:24px; }
	.index01 .t2 { font-size:15px; }
	.index01 .typelist .item { padding:12px 20px; }
	.index01 .swiper { margin-top: 25px; }
	.index01 .swiper-button-prev { transform:translateX(-100%); }
	.index01 .swiper-button-next { transform:translateX(100%); }
	.index01 .c1 { font-size:15px; }
}
@media(min-width:992px) {
	.index01 { padding:40px 0; }
	.index01 .t1 { font-size:26px; padding-left: 32px; }
	.index01 .t1:before { width:12px; height:12px; }
	.index01 .t1:after { left:6px; width:12px; height:12px; }
	.index01 .t2 { font-size:16px; }
	.index01 .typelist { margin-top: 0; }
	.index01 .typelist .item { flex:0 0 19%; max-width:19%; margin-right:10px; padding:13px 20px; }
	.index01 .typelist .item>a { display: block; overflow: hidden; text-overflow: ellipsis; }
	.index01 .typelist .item:first-child { margin-left: auto; }
	.index01 .typelist .item:nth-child(4) .subitembox:before { left:70%; }
	.index01 .typelist .item:nth-child(5) .subitembox:before { left:95%; }
	.index01 .typelist .item:hover { background:#55ae98; }
	.index01 .typelist .item:hover>a { color:#fff; }
	.index01 .swiper { margin-top: 30px; }
	.index01 .swiper-button-prev { transform:translateX(-50%); }
	.index01 .swiper-button-next { transform:translateX(50%); }
	.index01 .imgbox { border-radius:15px; }
	.index01 .imgbox:before { content:''; position: absolute; z-index: 2; left:0; top:0; width:100%; height:100%; }
	.index01 .swiper-slide:hover .imgbox:before { background:#55ae98; opacity:.83; }
	.index01 .typelist .item:hover .subitems { visibility: visible; opacity:1; transform:translate(-50%,100%); transition:.5s all; }
  	.index01 .typelist .item .subitems a:hover { color:#55ae98; border-color:#55ae98; }
	.index01 .c1 { font-size:16px; margin-top: 15px; }
	.index01 .c2 { font-size:13px; margin-top: 10px; }
}
@media(min-width:1200px) {
	.index01 { padding:50px 0; }
	.index01 .t1 { font-size:28px; }
	.index01 .t2 { font-size:17px; }
	.index01 .typelist .item { min-width:17%; padding:14px 20px; }
	.index01 .swiper { margin-top: 40px; }
	.index01 .c1 { font-size:17px; }
	.index01 .c2 { font-size:14px; }
}
@media(min-width:1400px) {
	.index01 { padding:60px 0; }
	.index01 .t1 { font-size:32px; padding-left: 36px; }
	.index01 .t1:before { width:14px; height:14px; }
	.index01 .t1:after { left:7px; width:14px; height:14px; }
	.index01 .t2 { font-size:18px; }
	.index01 .swiper { margin-top: 50px; }
	.index01 .swiper-button-prev { transform:translateX(-100%); }
	.index01 .swiper-button-next { transform:translateX(100%); }
	.index01 .imgbox { border-radius:20px; }
	.index01 .c1 { margin-top: 20px; font-size:18px; }
	.index01 .c2 { font-size:15px; }
}
@media(min-width:1600px) {
	.index01 { padding:70px 0; }
	.index01 .t1 { font-size:36px; }
	.index01 .typelist .item { padding:16px 20px; }
	.index01 .swiper { margin-top: 60px; }
	.index01 .swiper-button-prev { transform:translateX(-200%); }
	.index01 .swiper-button-next { transform:translateX(200%); }
	.index01 .c1 { margin-top: 25px; }
}
@media(min-width:1920px) {
	.index01 { padding:80px 0; }
	.index01 .t1 { font-size:40px; padding-left: 40px; }
	.index01 .swiper { margin-top: 70px; }
}

.index02 { position: relative; overflow: hidden; padding:5px 0 20px; }
.index02 .t1 { position: relative; font-size:20px; color:#404040; font-weight: bold; padding-left: 28px; line-height: 1.4; white-space: nowrap; }
.index02 .t1:first-child:before { content:''; display: inline-block; position: absolute; left:0; top:50%; z-index: 1; transform:translate(0,-50%); width:10px; height:10px; background:#55ae98; border-radius:50%; }
.index02 .t1:first-child:after { content:''; display: inline-block; position: absolute; left:5px; top:50%; transform:translate(0,-50%); width:10px; height:10px; background:#cee7e1; border-radius:50%; }
.index02 .t1 span { color:#55ae98; }
.index02 .c1 { line-height: 1.8; color:#404040; text-align:justify; margin-top: 15px; }
.index02 .list { border-width:1px 0 1px 0; border-color:#e0e0e0; border-style:solid; margin: 15px 0 0; padding:15px 0; justify-content: space-around; }
.index02 .n1 { color:#404040; }
.index02 .n1 .number { display: inline-block; font-weight: bold; font-size:24px; font-family:'Swis721 BlkCn BT'; }
.index02 .n2 { color:#404040; margin-top: 10px; padding-left: 3px; }
.index02 .btnbox { display: flex; align-items: center; margin-top: 25px; }
.index02 .btn { display: block; font-size:12px; background: #eaeaea; color:#404040; border-radius:100px; margin-right:10px; height:40px; line-height: 40px; padding:0 20px; }
.index02 .btn:active { color:#fff; background:#55ae98; }
.index02 .img { display: none; }
@media(min-width:768px) {
	.index02 { padding:10px 0 30px; }
	.index02 .t1 { font-size:24px; }
	.index02 .c1 { margin-top: 20px; }
	.index02 .list { margin-top: 20px; padding:20px 0; }
	.index02 .n1 .number { font-size:28px; }
	.index02 .btnbox { margin-top: 30px; }
	.index02 .btn { height:44px; line-height: 44px; padding:0 25px; }
}
@media(min-width:992px) {
	.index02 { padding:10px 0 40px; }
	.index02 .leftbox { padding-right: 5%; }
	.index02 .t1 { font-size:26px; padding-left: 32px; }
	.index02 .t1:first-child:before { width:12px; height:12px; }
	.index02 .t1:first-child:after { left:6px; width:12px; height:12px; }
	.index02 .c1 { margin-top: 25px; }
	.index02 .list { margin: 25px -12px 0; }
	.index02 .n1 .number { font-size:32px; }
	.index02 .n1:hover .number { color:#60aa96; }
	.index02 .btnbox { margin-top: 35px; }
	.index02 .btn { font-size:14px; height:48px; line-height: 48px; padding:0 35px; }
	.index02 .btn:hover { color:#fff; background:#55ae98; }
	.index02 .img { display: block; }
}
@media(min-width:1200px) {
	.index02 { padding:15px 0 50px; }
	.index02 .t1 { font-size:28px; }
	.index02 .c1 { margin-top: 30px; }
	.index02 .list { margin-top: 30px; padding:25px 0; }
	.index02 .n1 .number { font-size:36px; }
	.index02 .btnbox { margin-top: 45px; }
	.index02 .btn { font-size:16px; height:52px; line-height: 52px; padding:0 45px; }
}
@media(min-width:1400px) {
	.index02 { padding:20px 0 60px; }
	.index02 .t1 { font-size:32px; padding-left: 36px; }
	.index02 .t1:first-child:before { width:14px; height:14px; }
	.index02 .t1:first-child:after { left:7px; width:14px; height:14px; }
	.index02 .c1 { margin-top: 40px; }
	.index02 .list { margin-top: 40px; padding:30px 0; }
	.index02 .n1 .number { font-size:40px; }
	.index02 .btnbox { margin-top: 55px; }
	.index02 .btn { height:56px; line-height: 56px; padding:0 55px; }
}
@media(min-width:1600px) {
	.index02 { padding:30px 0 70px; }
	.index02 .t1 { font-size:36px; }
	.index02 .c1 { margin-top: 50px; }
	.index02 .list { margin-top: 50px; padding:35px 0; }
	.index02 .n1 .number { font-size:44px; }
	.index02 .btnbox { margin-top: 65px; }
	.index02 .btn { height:60px; line-height: 60px; padding:0 65px; }
}
@media(min-width:1920px) {
	.index02 { padding:40px 0 80px; }
	.index02 .t1 { font-size:40px; padding-left: 40px; }
	.index02 .c1 { margin-top: 60px; }
	.index02 .list { margin-top: 60px; }
	.index02 .n1 .number { font-size:48px; }
	.index02 .btnbox { margin-top: 75px; }
	.index02 .btn { height:63px; line-height: 63px; padding:0 75px; }
}

.index03 { position: relative; overflow: hidden; padding:10px 0 0; }
.index03 .t1 { position: relative; font-size:20px; color:#404040; font-weight: bold; padding-left: 28px; line-height: 1.4; }
.index03 .t1:before { content:''; display: inline-block; position: absolute; left:0; top:50%; z-index: 1; transform:translate(0,-50%); width:10px; height:10px; background:#55ae98; border-radius:50%; }
.index03 .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%; }
.index03 .t1 span { color:#55ae98; }
.index03 .swiper { margin-top: 15px; overflow: visible; }
.index03 .swiper-slide:before { content:''; position: absolute; z-index: 1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.3); transition:.35s all linear; }
.index03 .swiper-slide .box1 { position: absolute; z-index: 4; top:15%; }
.index03 .swiper-slide .c1 { color:#fff; font-size:18px; }
.index03 .swiper-slide .c2 { color:#55ae98; font-size:300%; font-family:auto; }
.index03 .swiper-slide .c3 { position: absolute; z-index: 4; left:10%; bottom:0; transform:translateY(40%); font-size:80px; color:rgba(0,0,0,0); line-height: 1; -webkit-text-stroke: 1px rgba(255,255,255,.6); font-weight: bold; }
.index03 .swiper-slide:nth-child(2n-1) { width:57.86458333333333%; }
.index03 .swiper-slide:nth-child(2n) { width:42.13541666666667%; }
.index03 .swiper-slide:nth-child(2n-1) .box1 { left:20%; }
.index03 .swiper-slide:nth-child(2n) .box1 { left:15%; }
.index03 .btnbox { position: absolute; z-index: 2; left:57.86458333333333%; transform:translateX(-50%); bottom:5%; display: flex; justify-content: center; margin-top: 15px; }
.index03 .swiper-slide a:after { content:''; position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 3;}
.index03 .swiper-button-prev { position: unset; background:none; border:1px solid #fff; margin:0 10px; display: flex; width:40px; height:40px; align-items: center; justify-content:center; border-radius:500px; }
.index03 .swiper-button-next { position: unset; background:none; border:1px solid #fff; margin:0 10px; display: flex; width:40px; height:40px; align-items: center; justify-content:center; border-radius:500px; }
.index03 .swiper-button-next:after,
.index03 .swiper-button-prev:after { content:'→'; font-family: cursive; color:#fff; display: block; font-size:120%; }
.index03 .swiper-button-prev:after { content:'←'; }
.index03 .swiper-button-next:active,.index03 .swiper-button-prev:active { background:#55ae98; border-color:#55ae98; }
.index03 .img { position: relative; width:100%; height:260px; overflow: hidden; }
.index03 .img img { min-height:100%; min-width:100%; position: absolute; left:50%; top:50%; transform: translate(-50%,-50%); }
.index03 .bottom { position: relative; background:#55ae98; padding:35px 0 20px; }
.index03 .swiper-slide.active:after { display: block; content: ''; width: 128px; height: 70px; position: absolute; left: 50%; bottom: 0px; transform:translateX(-50%); z-index: 9; background: url(../images/column2Scroll-icon.png) no-repeat center center / 100% 100%; }
.index03 .b1 { display: none; color:#fff; line-height: 1.8; }
.index03 .b1.active { display: block; }
@media(max-width:767px) {
	.index03 .swiper-slide.active:after { display: none; }
	.index03 .img img { width:100%; }
}
@media(max-width:575px) {
}
@media(max-width:375px) {
	.index03 .img img { height:100%; width:unset; }
}
@media(min-width:576px) {
	.index03 .t1 { font-size:22px; }
	.index03 .swiper { margin-top: 20px; }
	.index03 .swiper-slide .c1 { font-size:20px; }
	.index03 .img { height:350px; }
	.index03 .swiper-slide .c3 { font-size:90px; }
	.index03 .bottom { padding:40px 0 25px; }
}
@media(min-width:768px) {
	.index03 .t1 { font-size:24px; }
	.index03 .swiper { margin-top: 20px; }
	.index03 .swiper-slide .c1 { font-size:22px; }
	.index03 .img { height:unset; }
	.index03 .img img { width:100%; position: unset; transform:unset; }
	.index03 .swiper-slide .c3 { font-size:100px; }
	.index03 .swiper-slide:nth-child(2n) .c3 { right:26%; left:0; text-align: right;}
	.index03 .swiper-slide.active:before { opacity: .5; transition:.35s all linear; }
	.index03 .swiper-slide.active:after { left:65%; }
	.index03 .swiper-slide.active:nth-child(2n):after { left:25%; }
	.index03 .swiper-slide.active .c3 { color:#fff; -webkit-text-stroke: 0 rgba(255,255,255,.6); /*文字增加投影*/ text-shadow: 0 0 10px rgba(0,0,0,.5); transition:.35s all linear; }
	.index03 .btnbox { margin-top: 25px; }
	.index03 .bottom { padding:45px 0 30px; }
}
@media(min-width:992px) {
	.index03 .t1 { font-size:26px; padding-left: 32px; }
	.index03 .t1:before { width:12px; height:12px; }
	.index03 .t1:after { left:6px; width:12px; height:12px; }
	.index03 .swiper { margin-top: 25px; }
	.index03 .swiper-slide .c1 { font-size:24px; }
	.index03 .swiper-slide .c3 { font-size:120px; }
	.index03 .swiper-slide:hover:before { opacity: .5; transition:.35s all linear; }
	.index03 .swiper-slide:hover .c3 { color:#fff; -webkit-text-stroke: 0 rgba(255,255,255,.6); /*文字增加投影*/ text-shadow: 0 0 10px rgba(0,0,0,.5); transition:.35s all linear; }
	.index03 .swiper-button-next:hover,.index03 .swiper-button-prev:hover { background:#55ae98; border-color:#55ae98; }
	.index03 .btnbox { margin-top: 35px; }
	.index03 .bottom { padding:55px 0 40px; }
	.index03 .b1 { max-width:82%; }
}
@media(min-width:1200px) {
	.index03 .t1 { font-size:28px; }
	.index03 .swiper { margin-top: 30px; }
	.index03 .swiper-slide .c1 { font-size:26px; }
	.index03 .swiper-slide .c3 { font-size:140px; }
	.index03 .btnbox { margin-top: 45px; }
	.index03 .swiper-button-prev { width:50px; height:50px; margin:0 15px; }
	.index03 .swiper-button-next { width:50px; height:50px; margin:0 15px; }
	.index03 .bottom { padding:65px 0 50px; }
}
@media(min-width:1400px) {
	.index03 .t1 { font-size:32px; padding-left: 36px; }
	.index03 .t1:before { width:14px; height:14px; }
	.index03 .t1:after { left:7px; width:14px; height:14px; }
	.index03 .swiper { margin-top: 35px; }
	.index03 .swiper-slide .c1 { font-size:28px; }
	.index03 .swiper-slide .c3 { font-size:160px; }
	.index03 .btnbox { margin-top: 55px; }
	.index03 .bottom { padding:75px 0 60px; }
	.index03 .b1 { font-size:17px; }
}
@media(min-width:1600px) {
	.index03 .t1 { font-size:36px; }
	.index03 .swiper { margin-top: 40px; }
	.index03 .swiper-slide .c1 { font-size:30px; }
	.index03 .swiper-slide .c3 { font-size:180px; }
	.index03 .btnbox { margin-top: 65px; }
	.index03 .swiper-button-prev { width:55px; height:55px; }
	.index03 .swiper-button-next { width:55px; height:55px; }
	.index03 .bottom { padding:85px 0 70px; }
}
@media(min-width:1920px) {
	.index03 .t1 { font-size:40px; padding-left: 40px; }
	.index03 .swiper { margin-top: 50px; }
	.index03 .swiper-slide .c1 { font-size:32px; }
	.index03 .swiper-slide .c3 { font-size:200px; }
	.index03 .btnbox { margin-top: 75px; }
	.index03 .bottom { padding:95px 0 80px; }
}

.index04 { position: relative; overflow: hidden; padding:25px 0; background:url(../images/in04_bg.jpg) no-repeat bottom right; background-size:cover; }
.index04 .t1 { position: relative; font-size:20px; color:#404040; font-weight: bold; padding-left: 28px; }
.index04 .t1:before { content:''; display: inline-block; position: absolute; left:0; top:50%; z-index: 1; transform:translate(0,-50%); width:10px; height:10px; background:#55ae98; border-radius:50%; }
.index04 .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%; }
.index04 .t2 { color:#888888; font-size:14px; line-height: 1.5; margin-top: 10px; }
.index04 .typelist { display: flex; align-items: center; margin-top:15px; overflow-x: auto; }
.index04 .typelist::-webkit-scrollbar { width:0px; height:0px; }
.index04 .typelist .item { position: relative; z-index: 1; color:#404040; font-size:14px; font-weight: bold; flex:0 0 auto; margin-right:6px; border-radius:500px; padding:7px 20px; white-space: nowrap; /*禁止选中*/ -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
.index04 .typelist .item a:after { content:''; position: absolute; left:0; top:0; width: 100%; height: 100%; }
.index04 .typelist .item:after { content:''; position: absolute; z-index: -1; left:0; bottom:-2px; height:5px; width:0%; background:#7ed0bc; transition:.36s all linear; }
.index04 .typelist .item:active:after { width:100%; transition:.1s all linear; }
.index04 .swiper { margin-top: 20px; }
.index04 .btnbox { display: flex; justify-content: center; margin-top: 15px; }
.index04 .swiper-slide a:after { content:''; position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 3;}
.index04 .swiper-button-prev { position: unset; margin:0 10px; display: flex; width:40px; height:40px; align-items: center; justify-content:center; background:#4c9180; border-radius:500px; }
.index04 .swiper-button-next { position: unset; margin:0 10px; display: flex; width:40px; height:40px; align-items: center; justify-content:center; background:#4c9180; border-radius:500px; }
.index04 .swiper-button-next:after,
.index04 .swiper-button-prev:after { content:'→'; font-family: cursive; color:#fff; display: block; font-size:120%; }
.index04 .swiper-button-prev:after { content:'←'; }
.index04 .swiper-button-next:active,.index04 .swiper-button-prev:active { background:#55ae98; }
.index04 .imgbox { background:#eaeaea; border-radius:10px; }
.index04 .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) {
	.index04 { padding:30px 0; }
	.index04 .t1 { font-size:24px; }
	.index04 .t2 { font-size:15px; }
	.index04 .typelist .item { padding:10px 20px; }
	.index04 .swiper { margin-top: 25px; }
	.index04 .c1 { font-size:15px; }
	.index04 .btnbox { margin-top: 25px; }
}
@media(min-width:992px) {
	.index04 { padding:40px 0; }
	.index04 .t1 { font-size:26px; padding-left: 32px; }
	.index04 .t1:before { width:12px; height:12px; }
	.index04 .t1:after { left:6px; width:12px; height:12px; }
	.index04 .t2 { font-size:16px; }
	.index04 .typelist { justify-content: center; flex-direction: column; align-items: flex-start; margin-top: 0; }
	.index04 .typelist .item { font-size:16px; margin-top:20px; padding:0; }
	.index04 .typelist .item:last-child { margin-bottom: 3px; }
	.index04 .typelist .item:hover:after,.index04 .typelist .item.active:after { width:100%; transition:.2s all linear; }
	.index04 .swiper-button-next:hover,.index04 .swiper-button-prev:hover { background:#55ae98; }
	.index04 .imgbox { border-radius:15px; }
	.index04 .imgbox:before { content:''; position: absolute; z-index: 2; left:0; top:0; width:100%; height:100%; }
	.index04 .swiper-slide:hover .imgbox:before { background:#55ae98; opacity:.83; }
	/* .index04 .swiper-slide:hover .c1 { color:#55ae98; } */
	.index04 .c1 { font-size:16px; margin-top: 15px; }
	.index04 .btnbox { margin-top: 35px; }
}
@media(min-width:1200px) {
	.index04 { padding:50px 0; }
	.index04 .t1 { font-size:28px; }
	.index04 .t2 { font-size:17px; }
	.index04 .typelist .item { font-size:17px; margin-top: 25px; }
	.index04 .c1 { font-size:17px; }
	.index04 .btnbox { margin-top: 45px; }
	.index04 .swiper-button-prev { width:50px; height:50px; }
	.index04 .swiper-button-next { width:50px; height:50px; }
}
@media(min-width:1400px) {
	.index04 { padding:60px 0; }
	.index04 .t1 { font-size:32px; padding-left: 36px; }
	.index04 .t1:before { width:14px; height:14px; }
	.index04 .t1:after { left:7px; width:14px; height:14px; }
	.index04 .t2 { font-size:18px; }
	.index04 .typelist .item { margin-top: 30px; }
	.index04 .imgbox { border-radius:20px; }
	.index04 .c1 { margin-top: 20px; font-size:18px; }
	.index04 .btnbox { margin-top: 55px; }
}
@media(min-width:1600px) {
	.index04 { padding:70px 0; }
	.index04 .t1 { font-size:36px; }
	.index04 .typelist .item { font-size:18px; margin-top: 35px; }
	.index04 .c1 { margin-top: 25px; }
	.index04 .btnbox { margin-top: 65px; }
	.index04 .swiper-button-prev { width:55px; height:55px; }
	.index04 .swiper-button-next { width:55px; height:55px; }
}
@media(min-width:1920px) {
	.index04 { padding:80px 0; }
	.index04 .t1 { font-size:40px; padding-left: 40px; }
	.index04 .typelist .item { margin-top: 40px; }
	.index04 .btnbox { margin-top: 75px; }
}

.index05 { position: relative; overflow: hidden; padding:25px 0 30px; background:#fff; }
.index05 .t1 { position: relative; font-size:20px; color:#404040; font-weight: bold; padding-left: 28px; }
.index05 .t1:before { content:''; display: inline-block; position: absolute; left:0; top:50%; z-index: 1; transform:translate(0,-50%); width:10px; height:10px; background:#55ae98; border-radius:50%; }
.index05 .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%; }
.index05 .t2 { color:#888888; font-size:14px; line-height: 1.5; margin-top: 10px; }
.index05 .typelist { display: flex; align-items: center; justify-content: center; margin-top:15px; overflow-x: auto; }
.index05 .typelist::-webkit-scrollbar { width:0px; height:0px; }
.index05 .typelist .item { position: relative; z-index: 1; color:#404040; font-size:14px; font-weight: bold; flex:0 0 auto; margin-bottom: 3px; margin-right:15px; border-radius:500px; white-space: nowrap; /*禁止选中*/ -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
.index05 .typelist .item a:after { content:''; position: absolute; left:0; top:0; width: 100%; height: 100%; }
.index05 .typelist .item:after { content:''; position: absolute; z-index: -1; left:0; bottom:-2px; height:5px; width:0%; background:#7ed0bc; transition:.36s all linear; }
.index05 .typelist .item:active:after { width:100%; transition:.1s all linear; }
.index05 .typelist .item:last-child { margin-right: 0; }
.index05 .list { display: flex; justify-content: space-between; margin-top: 15px; }
.index05 .slide { position: relative; flex:0 0 48%; max-width:48%; }
.index05 .ul { margin-top: 30px; }
.index05 .li { position: relative; margin-top: 15px; border-bottom:1px solid #d9d9d9; padding-bottom: 15px; }
.index05 a:after { content:''; position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 3;}
.index05 .imgbox { background:#eaeaea; border-radius:10px; }
.index05 .imgbox:after { padding-top: 65%; }
.index05 .imgbox img { max-height:unset; }
.index05 .c1 { color:#404040; font-size:14px; font-weight: bold; margin-top: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index05 .c2 { color:#888; margin-top: 10px; line-height: 1.3; display:-webkit-box; -webkit-box-orient:vertical; line-clamp:2; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis; }
.index05 .c3 { color:#888; font-size:12px; }
.index05 .c4 { color:#686844; font-size:12px; font-weight: bold; font-family: cursive; }
.index05 .li .c2 { line-clamp:1; -webkit-line-clamp:1; }
.index05 .slide.active .c1 { color:#55ae98; }
.index05 .li.active { border-color:#55ae98; }
.index05 .li.active .c1 { color:#55ae98; }
@media(min-width:576px) {
	.index05 .typelist { justify-content: unset; }
	.index05 .typelist .item:first-child { margin-left: auto; }
	.index05 .list { margin-top: 25px; }
}
@media(min-width:768px) {
	.index05 { padding:30px 0 45px; }
	.index05 .t1 { font-size:24px; }
	.index05 .t2 { font-size:15px; }
	.index05 .c1 { font-size:15px; }
}
@media(min-width:992px) {
	.index05 { padding:40px 0 60px; }
	.index05 .t1 { font-size:26px; padding-left: 32px; }
	.index05 .t1:before { width:12px; height:12px; }
	.index05 .t1:after { left:6px; width:12px; height:12px; }
	.index05 .t2 { font-size:16px; }
	.index05 .typelist { margin-top: 0; }
	.index05 .typelist .item { font-size:16px; margin-right:25px; }
	.index05 .typelist .item:hover:after,.index05 .typelist .item.active:after { width:100%; transition:.2s all linear; }
	.index05 .imgbox { border-radius:15px; }
	.index05 .imgbox:before { content:''; position: absolute; z-index: 2; left:0; top:0; width:100%; height:100%; }
	.index05 .c1 { font-size:16px; margin-top: 15px; }
	.index05 .ul { margin-top: 0; height:100%; display: flex; flex-direction: column; justify-content: space-between; }
	.index05 .li { margin-top: 0; }
	.index05 .slide:hover .c1 { color:#55ae98; }
	.index05 .li:hover { border-color:#55ae98; }
	.index05 .li:hover .c1 { color:#55ae98; }
}
@media(min-width:1200px) {
	.index05 { padding:50px 0 75px; }
	.index05 .t1 { font-size:28px; }
	.index05 .t2 { font-size:17px; }
	.index05 .typelist .item { font-size:17px; margin-right: 35px; }
	.index05 .c1 { font-size:17px; }
	.index05 .c2 { font-size:15px; line-height: 1.5; margin-top: 14px; }
	.index05 .c3 { font-size:14px; }
	.index05 .c4 { font-size:14px; }
}
@media(min-width:1400px) {
	.index05 { padding:60px 0 90px; }
	.index05 .t1 { font-size:32px; padding-left: 36px; }
	.index05 .t1:before { width:14px; height:14px; }
	.index05 .t1:after { left:7px; width:14px; height:14px; }
	.index05 .t2 { font-size:18px; }
	.index05 .typelist .item { margin-right: 45px; }
	.index05 .imgbox { border-radius:20px; }
	.index05 .c1 { margin-top: 20px; font-size:18px; }
	.index05 .li { padding-bottom: 22px; }
}
@media(min-width:1600px) {
	.index05 { padding:70px 0 105px; }
	.index05 .t1 { font-size:36px; }
	.index05 .typelist .item { font-size:18px; margin-right: 55px; }
	.index05 .c1 { margin-top: 25px; }
	.index05 .c2 { margin-top: 18px; }
}
@media(min-width:1920px) {
	.index05 { padding:80px 0 120px; }
	.index05 .t1 { font-size:40px; padding-left: 40px; }
	.index05 .typelist .item { margin-right: 65px; }
	.index05 .li { padding-bottom: 25px; }
	.index05 .c1 { margin-top: 30px; }
}

.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:#55ae98; }
.job01 .panel.active { color:#fff; background:#55ae98; 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:#55ae98; padding:10px 25px; text-align: center; display:inline-block; margin:25px auto; }
.job01 .more:hover { background: #55ae98; }
@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 { position: relative; overflow: hidden; padding:5px 0 30px; }
.company01 .t1 { position: relative; font-size:18px; color:#404040; line-height: 1.4; }
.company01 .t1 span { color:#55ae98; }
.company01 .t2 { color:#404040; font-size:15px; line-height: 1.4; margin-top: 10px; }
.company01 .list { border-width:0 0 1px 0; border-color:#e0e0e0; border-style:solid; margin: 10px 0 0; padding:15px 0; justify-content: space-around; }
.company01 .n1 { color:#808080; }
.company01 .n1 .number { display: inline-block; font-weight: bold; color:#404040; font-size:32px; margin-right: 2px; font-family:'Swis721 BlkCn BT'; }
.company01 .n2 { color:#888888; margin-top: 10px; padding-left: 3px; }
.company01 .content { margin-top: 30px; }
.company01 .c1 { line-height: 1.8; color:#404040; text-align:justify; }
@media(min-width:768px) {
	.company01 { padding:10px 0 40px; }
	.company01 .t1 { font-size:22px; }
	.company01 .t2 { font-size:16px; }
	.company01 .list { margin-top: 15px; padding:20px 0; }
	.company01 .n1 .number { font-size:40px; }
	.company01 .content { margin-top: 40px; }
}
@media(min-width:992px) {
	.company01 { padding:10px 0 50px; }
	.company01 .t1 { font-size:24px; }
	.company01 .t2 { font-size:17px; margin-top: 15px; }
	.company01 .list { margin: 20px -12px 0; }
	.company01 .n1 .number { font-size:48px; }
	.company01 .n1:hover .number { color:#60aa96; }
	.company01 .content { margin-top: 50px; }
	.company01 .c1 { height:313px; overflow-y:auto; padding-right: 15px; }
}
@media(min-width:1200px) {
	.company01 { padding:15px 0 60px; }
	.company01 .t1 { font-size:26px; }
	.company01 .t2 { font-size:18px; line-height: 1.6; }
	.company01 .list { margin-top: 25px; padding:25px 0; }
	.company01 .n1 .number { font-size:54px; }
	.company01 .content { margin-top: 60px; }
	.company01 .c1 { height:360px; }
}
@media(min-width:1400px) {
	.company01 { padding:15px 0 70px; }
	.company01 .t1 { font-size:28px; }
	.company01 .t2 { font-size:19px; }
	.company01 .list { margin-top: 30px; padding:30px 0; }
	.company01 .n1 .number { font-size:58px; }
	.company01 .content { margin-top: 70px; }
	.company01 .c1 { font-size:17px; height:425px; line-height: 2; }
}
@media(min-width:1600px) {
	.company01 { padding:20px 0 85px; }
	.company01 .t1 { font-size:30px; }
	.company01 .t2 { font-size:20px; margin-top: 20px; }
	.company01 .list { margin-top: 35px; padding:35px 0; }
	.company01 .n1 .number { font-size:62px; }
	.company01 .content { margin-top: 80px; }
	.company01 .c1 { line-height: 2.2; }
}
@media(min-width:1920px) {
	.company01 { padding:20px 0 100px; }
	.company01 .t1 { font-size:32px; }
	.company01 .t2 { font-size:22px; }
	.company01 .list { margin-top: 40px; padding:45px 0; }
	.company01 .n1 .number { font-size:65px; }
	.company01 .content { margin-top: 90px; }
	.company01 .c1 { height:480px; line-height: 2.5; }
}

.company02 { position: relative; overflow: hidden; padding:20px 0; background:url(../images/in04_bg.jpg) no-repeat bottom right; background-size:cover; }
.company02 .t1 { position: relative; font-size:20px; color:#404040; font-weight: bold; }
.company02 .t2 { color:#888888; font-size:14px; line-height: 1.5; }
.company02 .content { margin-top: 20px; }
.company02 .list { display: flex; flex-wrap:wrap; }
.company02 .item { display: flex; align-items: center; justify-content: center; flex:0 0 50%; padding:30px 20px; background:#fff; text-align: center; }
.company02 .item:nth-child(2),.company02 .item:nth-child(3) { color:#fff; background:#55ae98; }
.company02 .item:nth-child(2) .c1,.company02 .item:nth-child(3) .c1 { color:#fff; }
.company02 .item:nth-child(2) .c2,.company02 .item:nth-child(3) .c2 { color:#fff; }
.company02 .c1 { color:#040404; font-size: 15px; margin-top: 10px; }
.company02 .c2 { line-height: 1.5; color:#888888; margin-top: 10px; }
@media(min-width:768px) {
	.company02 { padding:30px 0 35px; }
	.company02 .t1 { font-size:24px; }
	.company02 .t2 { font-size:15px; }
	.company02 .content { margin-top: 25px; }
	.company02 .item { padding:50px 20px; }
	.company02 .c1 { font-size: 16px; }
}
@media(min-width:992px) {
	.company02 { padding:40px 0 50px; }
	.company02 .t1 { font-size:26px; }
	.company02 .t2 { font-size:16px; }
	.company02 .content { margin-top: 30px; }
	.company02 .list { height:100%; }
	.company02 .item { height:50%; padding:15px 25px; }
	.company02 .c1 { font-size: 17px; margin-top: 15px; }
	.company02 .c2 { margin-top: 12px; }
}
@media(min-width:1200px) {
	.company02 { padding:50px 0 65px; }
	.company02 .t1 { font-size:28px; }
	.company02 .t2 { font-size:17px; }
	.company02 .content { margin-top: 35px; }
	.company02 .item { padding:20px 30px; }
	.company02 .c1 { font-size: 18px; }
	.company02 .c2 { margin-top: 15px; }
}
@media(min-width:1400px) {
	.company02 { padding:60px 0 80px; }
	.company02 .t1 { font-size:32px; }
	.company02 .t2 { font-size:18px; }
	.company02 .content { margin-top: 40px; }
	.company02 .item { padding:20px 35px; }
	.company02 .c1 { font-size: 20px; margin-top: 20px;}
	.company02 .c2 { margin-top: 20px; }
}
@media(min-width:1600px) {
	.company02 { padding:70px 0 95px; }
	.company02 .t1 { font-size:36px; }
	.company02 .content { margin-top: 45px; }
	.company02 .item { padding:20px 40px; }
	.company02 .c1 { font-size: 22px; }
}
@media(min-width:1920px) {
	.company02 { padding:80px 0 110px; }
	.company02 .t1 { font-size:40px; }
	.company02 .content { margin-top: 50px; }
	.company02 .item { padding:25px 45px; }
	.company02 .c1 { font-size: 24px; margin-top: 25px; }
	.company02 .c2 { margin-top: 25px; }
}

.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:#55ae98; 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:#55ae98; border-color:#55ae98; 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:#55ae98; 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 .slide { position:relative; margin-bottom: 15px; transition:.2s all linear; }
.product01 .slide:nth-child(2n) { margin-right:0%; }
.product01 .imgbox { background:#fff; border:1px solid #eaeaea; border-radius:10px; }
.product01 .imgbox:after { padding-top:105%; }
.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 .imgbox { border-radius:15px; }
	.product01 .slide:hover .imgbox:before { content:''; position: absolute; z-index: 2; left:0; top:0; opacity:.83; background:#55ae98; 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 .imgbox { border-radius:20px; }
	.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 { border:1px solid #dbe1e8; }
.proinfo01 #bigSwiper .swiper-slide .imgbox:after { padding-top: 90%; }
.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:#fff; border:2px solid #55ae98; }
.proinfo01 #smallSwiper .swiper-slide { background:#f3f3f3; border:1px solid #dbe1e8; }
.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: 2; -webkit-line-clamp: 2; -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:#55ae98; font-size:14px; font-weight: bold; line-height: 2; }
.proinfo01 .b2 { color:#fff; background: #55ae98; 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 #55ae98; color:#55ae98; font-weight: bold; }
.proinfo01 .telbox i { font-size:110%; color:#55ae98; }
.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:345px; }
	.proinfo01 #smallSwiper { flex:0 0 13%; max-width:13%; height:345px; 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:465px; }
	.proinfo01 #smallSwiper { height:465px; }
	.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:541px; }
	.proinfo01 #smallSwiper { height:541px; }
	.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:540px; }
	.proinfo01 #smallSwiper { height:540px; }
  	.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:630px; }
	.proinfo01 #smallSwiper { height:630px; }
	.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:#55ae98; }
.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:#55ae98 #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:#55ae98; }
	.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:#55ae98; 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-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:#fff; border:1px solid #eaeaea; border-radius:10px; }
.proinfo04 .imgbox:after { padding-top:105%; }
.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:#55ae98; 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; }
.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'; }
.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:#55ae98; 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:#55ae98; }
	.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:#55ae98; 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:#55ae98; }
	.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 { border-radius:15px; }
.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) {
	.newlist .imgbox { border-radius:15px; }
}
@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 .imgbox { border-radius:20px; }
	.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:#55ae98; }
.newlist1 .slide:hover .c3 { color:#55ae98; }
@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; border-width:1px 1px 0;border-style: solid; border-color:#eee; }
.newlist2 .slide:nth-child(2n) { background:#f5f5f5; }
/* .newlist2 .slide a:before { content:''; position: absolute; left:0; top:0; width:100%; height:100%; } */
.newlist2 .c1 { color:#444; line-height: 1.5; padding:7px 12px; 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%; }
@media(min-width:576px) {
}
@media(min-width:768px) {
}
@media(min-width:992px) {
	.newlist2 .slide {  padding:9px 15px; }
	.newlist2 .slide:before { width:4px; height:4px; margin-right: 12px; }
}
@media(min-width:1200px) {
	.newlist2 .slide {  padding:11px 15px; }
	.newlist2 .slide:before { width:5px; height:5px; margin-right: 18px; }
	.newlist2 .c1 { font-size:17px; }
	.newlist2 .c2 { font-size:15px; }
	.newlist2 .slide:hover { background:#eee; }
	.newlist2 .slide:hover .c1 { color:#55ae98; }
}
@media(min-width:1400px) {
	.newlist2 .slide { padding:13px 15px; }
}
@media(min-width:1600px) {
	.newlist2 .slide {  padding:15px 15px; }
}

/* 推荐资讯列表样式 */
.hotlist .slide { position: relative; display: flex; flex-wrap:wrap; align-items: center; justify-content: space-between; }
.hotlist .slide a:before { content:''; position: absolute; left:0; top:0; width:100%; height:100%; }
.hotlist .c1 { color:#444; line-height: 1.5; padding:7px 12px; flex:1; width:50%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hotlist .c2 { color:rgba(0,0,0,.4); font-family:'Arial'; font-size:12px; margin-left: 10%; padding-right: 12px; }
@media(min-width:576px) {
}
@media(min-width:768px) {
}
@media(min-width:992px) {
	.hotlist .slide {  padding:9px 0; }
	.hotlist .slide:before { width:4px; height:4px; margin-right: 12px; }
}
@media(min-width:1200px) {
	.hotlist .slide {  padding:11px 0; }
	.hotlist .slide:before { width:5px; height:5px; margin-right: 18px; }
	.hotlist .c1 { font-size:17px; }
	.hotlist .c2 { font-size:15px; }
	.hotlist .slide:hover { background:#eee; }
	.hotlist .slide:hover .c1 { color:#55ae98; }
}
@media(min-width:1400px) {
	.hotlist .slide { padding:13px 0; }
}
@media(min-width:1600px) {
	.hotlist .slide {  padding:15px 0; }
}

.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 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; }
.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:#55ae98; }
@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; justify-content: center; }
	.sidebox .typelist .item { padding:0 20px; 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 25px; line-height: 42px; margin-right:10px; }
	.sidebox .typelist .item:hover { color:#fff; background:#55ae98; }
}
@media(min-width:1200px) {
	.sidebox { padding:30px 0 35px; }
	.sidebox .t1 { font-size:28px; }
	.sidebox .t2 { font-size:17px; }
	.sidebox .typelist { margin-top: 30px; }
	.sidebox .typelist .item { padding:0 30px; line-height: 44px; margin-right:15px; }
}
@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 35px; line-height: 46px; margin-right:20px;}
}
@media(min-width:1600px) {
	.sidebox { padding:50px 0 55px; }
	.sidebox .t1 { font-size:36px; }
	.sidebox .typelist { margin-top: 40px; }
	.sidebox .typelist .item { padding:0 40px; line-height: 48px; margin-right:25px; }
}
@media(min-width:1920px) {
	.sidebox { padding:60px 0; }
	.sidebox .t1 { font-size:40px; }
	.sidebox .typelist { margin-top: 50px; }
	.sidebox .typelist .item { padding:0 50px; 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:#55ae98; 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; text-align: center; }
.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: #55ae98; 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: #55ae98; }
.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:#55ae98; display:block; text-align:center; border-radius:0; }
.message01 .submit .btn2 { padding:0; border:none; border-radius: 0; background:#55ae98; }
.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:#55ae98; }
	.message01 .submit { font-size:16px; transition:.36s all; }
	.message01 .submit:hover { background: #55ae98; 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: #55ae98; } 

.footer { color:#fff; background: #50a993; 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; }
.footer .fbottom { line-height: 1.7; padding: 10px; border-top:1px solid rgba(255,255,255,.2); margin-top: 15px; }
.footer .fbottom a { color:rgba(255,255,255,.4); display: inline-block; }
@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; }
  .footer .fbottom { padding: 15px; margin-top: 20px; }
}
@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; }
  .footer .fbottom { font-size:14px; padding:20px; margin-top: 25px; }
}
@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; }
}
@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; }
  .footer .fbottom { padding:30px 15px; margin-top: 40px; }
}
@media(min-width:1600px) {
  .footer { padding-top:40px; }
  .footer .fbottom { padding:35px 15px; margin-top: 50px; }
}

.footer-bar { height:70px; z-index:99; transition:.36s all; }
.footer-bar .list { color:#fff; background:#333; 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:#55ae98!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: #55ae98!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: #55ae98!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: #55ae98!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; }
}