@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:#1f9c57; }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:10px; height:5px; }
::-webkit-scrollbar-track { box-shadow:inset 0 0 6px transparent; background:#f5f5f5; }
::-webkit-scrollbar-thumb { background:#bbb; } */

/*禁止选中*/
/* .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_ehs08uv8vco.woff2?t=1740122290684') format('woff2'),
		 url('//at.alicdn.com/t/c/font_4807920_ehs08uv8vco.woff?t=1740122290684') format('woff'),
		 url('//at.alicdn.com/t/c/font_4807920_ehs08uv8vco.ttf?t=1740122290684') format('truetype');
  }

.ali-icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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:1800px) {
	.container { width:1430px; max-width:1430px; margin:0 auto; }
}

.topbar {font-size:14px; color:rgba(255,255,255,.8); background: #1f9c57; position: relative; }
.topbar .t1 { position: relative; font-size:12px; z-index: 2; height: 35px;line-height: 35px; white-space: nowrap; }
.topbar .t1:before { content:'';position: absolute;left:0;top:0;width:100%;height:100%;transform:translateX(-99%);z-index: -1; }
.topbar .t2 { text-align:right; white-space: nowrap; }
.topbar .c1 { position: relative; padding:0 5px; font-size:12px; display:inline-block; height: 35px; line-height: 35px; }
.topbar .c1:hover { color:#fff; }
.topbar .c1:hover .ewm { display:block; }
.ewm { display:none; position: absolute; z-index: 7; top:100%; left:50%; transform:translateX(-50%); width:200px; color:#333; background: #fff; box-shadow:5px 5px 0 0 rgba(0,0,0,.5); border:1px solid #eee; }
@media(min-width:1200px) {
	.topbar .t1 { font-size:14px; }
	.topbar .c1 { padding:0 15px; font-size:14px; }
}

.header { position:relative; background-color: #fff; }
.header .logo { width:80%; padding:10px; }
.nav { color:#555; display:none; }
.nav .slide { flex:1; white-space: nowrap; flex:0 0 25%; max-width:25%; text-align:left; margin-bottom:20px; font-weight: bold; }
.nav .slide.active>.link { color:#1f9c57; }
.nav .navlist { position: absolute; top:90%; right:0; width:1100px; max-width:80vw; z-index: 3; display: none; flex-wrap:wrap; background:#fff; border-radius:8px; padding:20px 35px; box-shadow:0 0 8px rgba(0,0,0,.1); }
.nav>.navlist { position: relative; display:grid; grid-template-columns:repeat(7,1fr); gap: 35px; width:unset; max-width:100%; border-radius:0; padding:0!important; box-shadow:none; }
.nav>.navlist>.slide { flex:1; margin-bottom: 0!important; text-align:center; height:36px; line-height: 36px; max-width:unset; font-weight: normal; }
.nav .slide:hover>.navlist { display: flex; }
.nav .link { display:block; position: relative; }
.nav .link img { margin-right:15px; }
.nav .link:hover { color:#1f9c57; }
.nav>.navlist>.slide>.link:after { content:''; position: absolute; left:50%; bottom:10%; height:4px; border-radius:4px; background:#1f9c57; transform:translateX(-50%); }
@media(max-width:575px) {
	.header .logo img { max-height:40px; }
}
@media(min-width:768px) {
}
@media(min-width:992px) {
	.header .logo { width:40%; }
	.nav { display: block; width:60%; }
	.nav>.navlist { font-size:14px!important; }
	.nav>.navlist>.slide { height:60px; line-height: 60px; }
	.nav>.navlist>.slide:hover>.link:after { width:30%; }
	.nav>.navlist>.slide.active>.link:after { width:30%; }
}
@media(min-width:1200px) {
	.header .logo { width:25%; }
	.nav { width:70%; }
	.nav .navlist { padding:25px 40px; font-size:15px; }
	.nav>.navlist { gap: 40px; font-size:16px!important; }
	.nav>.navlist>.slide { height:67px; line-height: 67px; }
}
@media(min-width:1400px) {
	.header .logo { padding:0; }
	.nav .navlist { padding:30px 45px; }
	.nav>.navlist { gap: 50px; font-size:18px!important; }
	.nav>.navlist>.slide { height:75px; line-height: 75px; }
}
@media(min-width:1600px) {
	.nav .navlist { padding:30px 50px; }
	.nav>.navlist { gap: 60px; }
	.nav>.navlist>.slide { height:85px; line-height: 85px; }
}
@media(min-width:1920px) {
	.nav .navlist { padding:35px 55px; }
	.nav>.navlist { gap: 75px; }
	.nav>.navlist>.slide { height:100px; line-height: 100px; }
}

.banner {overflow:hidden;position:relative;}
.banner img { width:100%; }
.banner .swiper-slide { text-align:center; }
.banner .swiper-pagination { bottom:5%; }
.banner .swiper-pagination-bullet { width:10px; height:10px; }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #fff;}
.banner-box {position:relative;left:50%;transform:translateX(-50%);}
.banner .container { position:absolute; top:50%; left:50%; transform:translate(-50%,-25%); }
.banner .t1 { color:#fff; font-size:18px; }
.banner .more { display:inline-block; color:#fff; background:rgba(255,255,255,.15); height:30px; line-height: 30px; border-radius:80px; margin:0 auto; margin-top: 15px; padding:0 15px; transition:.3s all; }
.banner .more:hover { color:#d71020; background:#fff; box-shadow: 0 10px 10px -5px rgba(0,0,0,.6); transition:.3s all; }
@media(min-width:375px) {
	.banner .t1 { font-size:22px; }
	.banner .more { margin-top: 20px; }
}
@media(min-width:576px) {
	.banner .more { margin-top: 25px; }
}
@media(min-width:768px) {
	.banner .t1 { font-size:46px; }
	.banner .more { height:34px; line-height: 34px; margin-top: 30px; padding:0 20px; }
}
@media(min-width:992px) {
	.banner .t1 { font-size:56px; }
	.banner .more { height:37px; line-height: 37px; margin-top: 40px; padding:0 30px; }
}
@media(min-width:1200px) {
	.banner-box {width:100%;}
	.banner .swiper-pagination-bullet { width:14px; height:14px; border:2px solid #fff;}
	.banner .t1 { font-size:62px; }
	.banner .more { height:40px; line-height: 40px; margin-top: 55px; padding:0 40px; }
}
@media(min-width:1400px) {
	.banner .t1 { font-size:66px; }
	.banner .more { height:42px; line-height: 42px;  margin-top: 70px; padding:0 50px; }
}
@media(min-width:1600px) {
	.banner .t1 { font-size:70px; }
	.banner .more { height:45px; line-height: 45px;  margin-top: 90px; padding:0 55px; }
}

/*内页大图样式*/
.inbanner { position:relative; overflow: hidden; }
.inbanner .imgs img { width:100%; position:relative; left:50%; transform:translateX(-50%); }
.inbanner .imgs img:nth-child(2) { display: none; } /* 如果子栏目有设置大图，隐藏默认inbanner大图 */
.inbanner .floatbox { position: absolute; left:0; top:45%; width:100%; transform:translateY(-50%); }
.inbanner .floatbox .container { padding-left: 15px; }
.inbanner .floatbox .back { color:#1f9c57; border:1px solid #1f9c57; padding:5px 15px; border-radius:50px; font-weight: bold; }
.inbanner .floatbox .t1 { color:#333; font-size:24px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inbanner .floatbox .t2 { color:#555; display: none; line-height: 1.5; }
.inbanner .typeimg { display: none; position: absolute; top:0; left:52%; bottom:0; right:0; z-index:1; }
.inbanner .typeimg img { max-width: 100%; max-height:90%; }
.intype { padding-top: 15px; }
.intype .list { display:grid; gap:10px; grid-template-columns: repeat(2, 1fr); overflow: hidden; max-height:114px; }
.intype .list.active { max-height:unset; }
.intype .slide { display: flex; align-items: center; background:#fff; border:1px solid #e2e2e2; padding:10px 15px; }
.intype .slide.active { color:#fff; background:#1f9c57; border-color:#1f9c57; font-weight: bold; }
.intype .slide .c1 { padding-left: 10px; flex:1; width:50%; max-width:70%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.intype .more { position: relative; display: block; text-align: center; margin-top: 20px; }
.intype .more:after { content:''; height:1px; width:100%; background:#e2e2e2; position: absolute; left:0; top:50%; transform:translateY(-50%); }
.intype .more .open { position: relative; z-index: 1; background:#fff; display: inline-block; }
.intype .more .close { position: relative; z-index: 1; background:#fff; display: none; }
.intype .more .close i { display: inline-block; transform:rotateZ(180deg); }
.intype .more.active .open { display: none; }
.intype .more.active .close { display: inline-block; }
.intype .more>div { text-align: center; border:1px solid #e2e2e2; padding:5px 15px; }
.location { color:#858585; position:relative; font-size:12px; padding:10px 0; overflow: hidden; }
.location i { margin:0 5px; }
.location a:hover { color:#1d9a55; text-decoration: underline; }
@media(max-width:575px) {
	.intype .slide img { height:30px; }
}
@media(min-width:576px) {
	.intype .list { max-height:148px; }
	.intype .slide { padding:6px 15px; }
	.intype .more { margin-top: 25px; }
}
@media(min-width:768px) {
	.inbanner .floatbox .container { padding-left: 20px; }
	.inbanner .floatbox .back { border:2px solid #1f9c57; padding:5px 15px; }
	.inbanner .floatbox .t1 { font-size:34px; margin-top: 25px; }
	.inbanner .typeimg { display: none; display: flex; align-items: flex-end; }
	.intype { padding-top: 25px; }
	.intype .list { gap:15px; padding:5px 10px; grid-template-columns: repeat(3, 1fr); max-height:159px; }
	.intype .more { margin-top: 30px; }
	.intype .more>div { padding:8px 15px; }
	.location { padding:13px 0; }
}
@media(min-width:992px) {
	.inbanner .floatbox .container { padding-left: 25px; }
	.inbanner .floatbox .back { padding:6px 18px; }
	.inbanner .floatbox .t1 { font-size:40px; margin-top: 30px; }
	.intype { padding-top: 30px; }
	.intype .slide .c1 { padding-left: 15px; }
	.intype .slide:hover { color:#fff; background:#1f9c57; border-color:#1f9c57; font-weight: bold; }
	.intype .more { margin-top: 35px; }
	.intype .more>div { padding:10px 20px; }
	.location { font-size:13px; padding:16px 0; }
}
@media(min-width:1200px) {
	.inbanner .floatbox .container { padding-left: 30px; }
	.inbanner .floatbox .back { padding:7px 22px; }
	.inbanner .floatbox .t1 { font-size:48px; margin-top: 35px; }
	.inbanner .floatbox .t2 { display:block; margin-top: 20px; }
	.intype { padding-top: 35px; }
	.intype .list { gap:20px; max-height:184px; grid-template-columns: repeat(4, 1fr);}
	.intype .slide { padding:10px 15px; }
	.intype .more { margin-top: 40px; }
	.intype .more>div { font-size:15px; }
	.location { font-size:14px; }
}
@media(min-width:1400px) {
	.inbanner .floatbox .container { padding-left: 35px; }
	.inbanner .floatbox .back { padding:8px 26px; }
	.inbanner .floatbox .t1 { font-size:54px; margin-top: 45px; }
	.inbanner .floatbox .t2 { font-size:18px; margin-top: 25px; }
	.intype { padding-top: 50px; }
	.intype .list { gap:22px; max-height:209px; }
	.intype .slide { padding:15px 20px; }
	.intype .slide .c1 { padding-left: 20px; }
	.intype .more { margin-top: 45px; }
	.intype .more>div { padding:12px 25px; }
	.location { padding:20px 0; }
}
@media(min-width:1600px) {
	.inbanner .floatbox .container { padding-left: 40px; }
	.inbanner .floatbox .back { padding:10px 30px; }
	.inbanner .floatbox .t1 { font-size:58px; margin-top: 55px; }
	.inbanner .floatbox .t2 { margin-top: 30px; }
	.intype { padding-top: 60px; }
	.intype .list { gap:25px; grid-template-columns: repeat(5, 1fr); }
	.intype .more { margin-top: 50px; }
	.location { font-size:16px; padding:24px 0; }
}

#indexpage .section { max-width:100vw; }
@media(max-width:1200px) {
	#indexpage .section { height:auto!important; }
}

.hot01 { overflow:hidden;position:relative;}
.hot01 .t1 { color:#ca0313; height: 40px;line-height: 40px; }
.hot01 .list { overflow-x:auto; display: flex; }
.hot01 .list a:hover {color:#ca0313;}
.hot01 .list::-webkit-scrollbar {height:1px;}
.hot01 .t2 { position: relative; color:#555; height: 40px;line-height: 40px; padding:0 10px; }
.hot01 .t2:after { content:''; position: absolute; left:0; top:50%; transform:translateY(-50%); width:1px; height:14px; background:#aaa; }
.hot01 .t2:first-child:after { display: none; }
@media(min-width:768px) {
	.hot01 .t1,.hot01 .t2 {height: 45px;line-height: 45px;}
	.hot01 .t2 { padding:0 13px; }
}
@media(min-width:992px) {
	.hot01 .t1,.hot01 .t2 {height: 50px;line-height: 50px;}
}
@media(min-width:1200px) {
	.hot01 .t1,.hot01 .t2 {height: 60px;line-height: 60px;}
	.hot01 .t2 { padding:0 15px; }
	.hot01 .list::-webkit-scrollbar {height:0px;}
}
@media(min-width:1400px) {
	.hot01 .t1,.hot01 .t2 {height: 70px;line-height: 70px;}
	.hot01 .t2 { padding:0 17px; }
}
@media(min-width:1600px) {
	.hot01 .t1,.hot01 .t2 {height: 80px;line-height: 80px;}
	.hot01 .t2 { padding:0 20px; }
}

.index01 { position: relative; overflow: hidden; padding:20px 0; background:#f5f5f5; }
.index01 .t1 { position: relative; font-size:20px; color:#333;  text-align: center; padding-bottom: 10px; }
.index01 .t1:after { content:''; position: absolute; left:50%; bottom:0; transform:translateX(-50%); height:2px; width:35px; background:#1f9c57; }
.index01 .t2 { color:#858585;  text-align: center; line-height: 1.5; margin-top: 12px; }
.index01 .btnbox { display: flex; justify-content: center; margin-top: 20px; }
.index01 .swiper-button-prev { position: unset; color:#1f9c57; justify-content:center; background:none; border:1px solid #1f9c57; width:24px; height:24px; border-radius:4px; margin:0 5px; display:flex; align-items:center; }
.index01 .swiper-button-next { position: unset; color:#1f9c57; justify-content:center; background:none; border:1px solid #1f9c57; width:24px; height:24px; border-radius:4px; margin:0 5px; display:flex; align-items:center; }
.index01 .swiper-button-prev:after,.index01 .swiper-button-next:after { font-size:18px; }
.index01 .swiper-button-prev:hover,.index01 .swiper-button-next:hover { background:#1f9c57; color:#fff; }
.index01 .content { margin-top: 20px; }
.index01 .c1 { margin-top: 10px; line-height: 1.5; text-align:center; }
.index01 a:after { content:''; position: absolute; z-index: 1; left:0; top:0; width:100%; height:100%; }
.index01 .imgbox:after { padding-top:133%; }
@media(min-width:576px) {
	.index01 { padding:35px 0 25px; }
}
@media(min-width:768px) {
	.index01 { padding:45px 0 35px; }
	.index01 .t1 { font-size:22px; padding-bottom: 14px; }
	.index01 .t2 { margin-top: 15px; }
}
@media(min-width:992px) {
	.index01 { padding:60px 0 45px; }
	.index01 .title { flex:0 0 15%; max-width:15%; }
	.index01 .t1 { font-size:24px; padding-bottom: 17px; text-align:left; }
	.index01 .t1:after { left:0; transform:translateX(0); }
	.index01 .t2 { margin-top: 18px; text-align:left; line-height: 1.8; }
	.index01 .btnbox { justify-content: flex-start; margin-top: 35px; }
	.index01 .swiper-button-prev { width:29px; height:29px; border-radius:6px; }
	.index01 .swiper-button-next { width:29px; height:29px; border-radius:6px; }
	.index01 .content { flex:1; width:50%; margin-left: 30px; margin-top: 0; }
	.index01 .swiper-slide:hover .float-c1 { opacity:1; }
	.index01 .float-c1 { position: absolute; opacity:0; top:0; left:0; font-size:16px; width:100%; height:100%; color:#fff; align-items: center; justify-content: center; background:rgba(0,0,0,.7); }
}
@media(min-width:1200px) {
	.index01 { padding:70px 0 55px; }
	.index01 .t1 { font-size:28px; padding-bottom: 20px; }
	.index01 .t2 { margin-top: 20px; }
	.index01 .btnbox { margin-top: 50px; }
	.index01 .content { margin-left: 40px; }
	.index01 .float-c1 { font-size:20px; }
}
@media(min-width:1400px) {
	.index01 { padding:80px 0 65px; }
	.index01 .t1 { font-size:30px; padding-bottom: 23px; }
	.index01 .t2 { margin-top: 23px; }
	.index01 .btnbox { margin-top: 70px; }
	.index01 .swiper-button-prev { width:35px; height:35px; border-radius:8px; }
	.index01 .swiper-button-next { width:35px; height:35px; border-radius:8px; }
	.index01 .content { margin-left: 50px; }
	.index01 .float-c1 { font-size:22px; }
}
@media(min-width:1600px) {
	.index01 { padding:90px 0 75px; }
	.index01 .t1 { font-size:32px; padding-bottom: 26px; }
	.index01 .t2 { margin-top: 27px; font-size:17px; }
	.index01 .btnbox { margin-top: 90px; }
	.index01 .content { margin-left: 60px; }
	.index01 .float-c1 { font-size:24px; }
}
@media(min-width:1920px) {
	.index01 { padding:105px 0 85px; }
	.index01 .t1 { font-size:36px; padding-bottom: 30px; }
	.index01 .btnbox { margin-top: 115px; }
	.index01 .swiper-button-prev { width:40px; height:40px; }
	.index01 .swiper-button-next { width:40px; height:40px; }
	.index01 .float-c1 { font-size:28px; }
}

.index02 { position: relative; overflow: hidden; padding:20px 0; }
.index02 .t1 { position: relative; font-size:20px; color:#333; text-align: center; }
.index02 .t2 { color:#858585; text-align: center; line-height: 1.5; margin-top: 10px; }
.index02 .content { margin-top: 20px; }
@media(min-width:576px) {
	.index02 { padding:25px 0; }
}
@media(min-width:768px) {
	.index02 { padding:30px 0; }
	.index02 .t1 { font-size:22px; }
	.index02 .t2 { margin-top: 12px; }
}
@media(min-width:992px) {
	.index02 { padding:35px 0 40px; }
	.index02 .t1 { font-size:24px; }
	.index02 .t2 { margin-top: 15px; }
	.index02 .content { margin-top: 25px; }
}
@media(min-width:1200px) {
	.index02 { padding:45px 0 50px; }
	.index02 .t1 { font-size:28px; }
	.index02 .content { margin-top: 30px; }
}
@media(min-width:1400px) {
	.index02 { padding:50px 0 60px; }
	.index02 .t1 { font-size:30px; }
	.index02 .content { margin-top: 35px; }
}
@media(min-width:1600px) {
	.index02 { padding:55px 0 70px; }
	.index02 .t1 { font-size:32px; }
	.index02 .t2 { font-size:17px; }
	.index02 .content { margin-top: 40px; }
}
@media(min-width:1920px) {
	.index02 { padding:60px 0 80px; }
	.index02 .t1 { font-size:36px; }
	.index02 .content { margin-top: 45px; }
}

.index03 { position: relative; overflow: hidden; padding:30px 0; background:#1f9b57; }
.index03 .t1 { position: relative; font-size:20px; color:#fff;  text-align: center; padding-bottom: 10px; }
.index03 .t1:after { content:''; position: absolute; left:50%; bottom:0; transform:translateX(-50%); height:2px; width:35px; background:#fff; }
.index03 .t2 { color:#fff; text-align: center; line-height: 1.5; margin-top: 12px; font-size:16px; }
.index03 .content { background:#fff url(../images/in03_img.jpg) no-repeat center; background-size:cover; border-radius:10px; padding:20px; margin-top: 10px; }
.index03 .c1 { line-height: 1.5; display:-webkit-box; -webkit-box-orient:vertical; line-clamp:4; -webkit-line-clamp:4; overflow:hidden; text-overflow: ellipsis;}
.index03 .more { color:#fff; border:1px solid #fff; border-radius:500px; height:30px; line-height: 30px; display:inline-block; padding:0 15px; margin-top: 20px; transition:.3s all; }
.index03 .swiper-pagination { position:unset; width:unset; margin-left: auto; }
.index03 .progress-circle { position: relative; display:inline-block;vertical-align:middle;width:50px;height:50px;margin-right:10px;}
.index03 .progress-circle:after { content:'';  width:9px; height:9px; border-radius:10px; background:#fff; position: absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.index03 .progress-circle svg {width:100%;height:100%;transform:rotate(-90deg); opacity:0; }
.index03 .progress-circle-background { fill:none; stroke:rgba(255,255,255,.2); stroke-width:3; }
.index03 .progress-circle-bar {fill:none; stroke:#fff; stroke-width:3; stroke-linecap:round; stroke-dasharray: 283; stroke-dashoffset: 283; }
.index03 .swiper-pagination-bullet { color:#fff; font-size:14px; opacity:1; width:unset; height:unset; background: none; display:flex;align-items:center;white-space:nowrap;}
.index03 .swiper-pagination-bullet-active svg { opacity: 1; }
.index03 .swiper-pagination-bullet-active .progress-circle-bar { stroke-dashoffset: 0; transition: stroke-dashoffset 8s linear;}
.index03 .morebox { text-align:center; }
@media(max-width:991px) {
	.index03 .swiper-pagination { display:flex; justify-content: center; margin-bottom:20px; }
	.index03 .swiper-pagination-bullet { padding:5px 30px; color:#0b9449; background:#fff; border-radius:3px; }
	.index03 .swiper-pagination-bullet-active { color:#d71020; }
	.index03 .progress-circle { display: none; }
}
@media(min-width:576px) {
	.index03 { padding:50px 0 45px; }
}
@media(min-width:768px) {
	.index03 { padding:70px 0 60px; }
	.index03 .t1 { font-size:24px; padding-bottom: 14px; }
	.index03 .t2 { margin-top: 15px; font-size:18px; }
	.index03 .content { margin-top: 20px; padding:25px; line-height: 1.8; }
	.index03 .c1 { line-height: 1.8; }
	.index03 .more { height:34px; line-height: 34px; padding:0 20px; }
}
@media(min-width:992px) {
	.index03 { padding:100px 0 70px; background:url(../images/in03_bg.jpg) no-repeat center; background-size:cover;}
	.index03:before { content:''; position: absolute; left:42%; top:0; width:40%; height:100%;  transform:translateX(-99.8%); background:url(../images/in03_left.png) no-repeat center right; background-size:auto 100%; }
	.index03:after { content:''; position: absolute; left:42%; top:0; width:58%; height:100%; background:#0b9449; }
	.index03 .t1 { font-size:28px; padding-bottom: 17px; text-align:left; }
	.index03 .t1:after { left:0; transform:translateX(0); }
	.index03 .t2 { margin-top: 18px; font-size:20px; text-align:left; line-height: 1.8; }
	.index03 .content { margin-top: 25px; padding:30px; }
	.index03 .swiper-pagination-bullet { font-size:18px; margin:50px 0!important; }
	.index03 .morebox { text-align:left; }
}
@media(min-width:1200px) {
	.index03 { padding:120px 0 85px; }
	.index03 .t1 { font-size:30px; padding-bottom: 20px; }
	.index03 .t2 { margin-top: 20px; font-size:22px; }
	.index03 .content { margin-top: 30px; padding:35px; }
	.index03 .swiper-pagination-bullet { font-size:18px; margin:55px 0!important; }
	.index03 .c1 { line-height: 2; }
	.index03 .more { height:38px; line-height: 38px; margin-top: 25px; padding:0 25px; }
}
@media(min-width:1400px) {
	.index03 { padding:140px 0 100px; }
	.index03 .t1 { font-size:32px; padding-bottom: 23px; }
	.index03 .t2 { margin-top: 23px; font-size:24px; }
	.index03 .content { margin-top: 35px; padding:40px; }
	.index03 .swiper-pagination-bullet { margin:60px 0!important; }
	.index03 .more { height:42px; line-height: 42px; padding:0 30px; }
}
@media(min-width:1600px) {
	.index03 { padding:160px 0 115px; }
	.index03 .t1 { font-size:34px; padding-bottom: 26px; }
	.index03 .t2 { margin-top: 27px; font-size:26px; }
	.index03 .content { margin-top: 40px; padding:45px; }
	.index03 .swiper-pagination-bullet { font-size:20px; margin:65px 0!important; }
	.index03 .more { height:45px; line-height: 45px; margin-top: 30px; padding:0 35px; }
}
@media(min-width:1920px) {
	.index03 { padding:180px 0 135px; }
	.index03 .t1 { font-size:38px; padding-bottom: 30px; }
	.index03 .t2 { font-size:30px; }
	.index03 .content { padding:50px; }
	.index03 .swiper-pagination-bullet { margin:70px 0!important; }
	.index03 .more { height:50px; line-height: 50px; }
}

.index04 { position: relative; overflow: hidden; padding:25px 0; }
.index04 .swiper1 .swiper-slide { text-align:center; }
.index04 .imgbox { border:2px solid #e5e5e5; border-radius:500px; width:50%; margin:0 auto; }
.index04 .imgbox img { width:30px; transition:0s all; }
.index04 .imgbox:after { padding-top:100%; }
.index04 .t1 { color:#858585; font-size:14px; margin-top: 8px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;  }
.index04 .swiper2 { margin-top: 25px; padding-bottom: 35px; }
.index04 .swiper2 .swiper-slide { border-top:1px solid #e5e5e5; padding-top: 20px; }
.index04 .swiper2 .swiper-slide a:after { content:''; position: absolute; left:0; top:0; width:100%; height:100%; z-index: 1; }
.index04 .swiper2 .swiper-slide .c1 { color:#858585; }
.index04 .swiper2 .swiper-slide .c2 { color:#555555; font-size:16px; line-height: 28px; height:56px; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp:2; overflow: hidden; text-overflow: ellipsis; }
.index04 .swiper2 .swiper-slide .c3 { color:#1f9c57; font-size:12px; margin-top: 10px; }
.index04 .swiper2 .swiper-pagination-bullet { opacity:1; background:#d0d0d0; }
.index04 .swiper2 .swiper-pagination-bullet-active { background:#1f9c57; }

@media(min-width:768px) {
	.index04 { padding:30px 0; }
	.index04 .t1 { font-size:16px; margin-top: 11px; }
	.index04 .imgbox { width:60%; }
	.index04 .swiper2 { margin-top: 30px; padding-bottom: 45px; }
	.index04 .swiper2 .swiper-slide { padding-top: 25px; }
	.index04 .swiper2 .swiper-slide .c2 { font-size:18px; line-height: 32px; height:64px; margin-top: 12px; }
	.index04 .swiper2 .swiper-slide .c3 { margin-top: 12px; }
}
@media(min-width:992px) {
	.index04 { padding:35px 0; }
	.index04 .imgbox img { width:40px; }
	.index04 .swiper1 .swiper-slide:hover .imgbox { background:#1e9a56; }
	.index04 .swiper1 .swiper-slide:hover .imgbox img { filter: brightness(0) invert(1); transform:translate(-50%,-50%); transition:0s all; }
	.index04 .swiper1 .swiper-slide:hover .t1 { color:#1d9a55; }
	.index04 .t1 { margin-top: 15px; }
	.index04 .swiper2 { margin-top: 35px; padding-bottom: 55px; }
	.index04 .swiper2 .swiper-slide { padding-top: 30px; }
	.index04 .swiper2 .swiper-slide:hover { border-color:#1e9a56; }
	.index04 .swiper2 .swiper-slide:hover .c2 { color:#1e9b55; }
	.index04 .swiper2 .swiper-slide .c2 { margin-top: 15px; }
	.index04 .swiper2 .swiper-slide .c3 { margin-top: 15px; }
}
@media(min-width:1200px) {
	.index04 { padding:40px 0; }
	.index04 .t1 { font-size:18px; margin-top: 18px; }
	.index04 .swiper2 { margin-top: 40px; padding-bottom: 65px; }
	.index04 .swiper2 .swiper-slide { padding-top: 35px; }
	.index04 .swiper2 .swiper-slide .c2 { font-size:20px; line-height: 36px; height: 72px; margin-top: 18px; }
	.index04 .swiper2 .swiper-slide .c3 { margin-top: 18px; }
	.index04 .swiper2 .swiper-pagination-bullet { width:9px; height:9px; }
	.index04 .swiper2 .swiper-pagination-bullet-active { width:13px; height:13px; margin-bottom: -2px; }
}
@media(min-width:1400px) {
	.index04 { padding:50px 0 45px; }
	.index04 .t1 { margin-top: 22px; }
	.index04 .imgbox img { width:55px; }
	.index04 .swiper2 { margin-top: 45px; padding-bottom: 75px; }
	.index04 .swiper2 .swiper-slide { padding-top: 40px; }
	.index04 .swiper2 .swiper-slide .c2 { margin-top: 22px; }
	.index04 .swiper2 .swiper-slide .c3 { margin-top: 22px; }
}
@media(min-width:1600px) {
	.index04 { padding:60px 0 50px; }
	.index04 .t1 { font-size:20px; margin-top: 25px; }
	.index04 .swiper2 { margin-top: 50px; padding-bottom: 85px; }
	.index04 .swiper2 .swiper-slide { padding-top: 45px; }
	.index04 .swiper2 .swiper-slide .c2 { font-size:22px; line-height: 40px; height: 80px; margin-top: 25px; }
	.index04 .swiper2 .swiper-slide .c3 { margin-top: 25px; }
}
@media(min-width:1920px) {
	.index04 { padding:70px 0 55px; }
	.index04 .t1 { font-size:22px; margin-top: 30px; }
	.index04 .swiper2 { margin-top: 60px; }
	.index04 .swiper2 .swiper-slide { padding-top: 50px; }
}

.index05 { position: relative; overflow: hidden; padding:20px 0; background:#f5f5f5; }
.index05 .t1 { position: relative; font-size:20px; color:#333; text-align: center; }
.index05 .t2 { color:#858585; text-align: center; line-height: 1.5; margin-top: 10px; }
.index05 .content { margin-top: 20px; }
.index05 .swiper { padding-bottom: 30px; }
.index05 .swiper-scrollbar {background: none;}
.index05 .swiper-scrollbar-drag { background:#1f9c57; z-index: 1; height:3px; border-radius:0; }
.index05 .swiper-scrollbar:after {content: '';height: 1px;width: 100%;background: #ccc;position: absolute;top: 1px;}
.index05 .c1 { text-align:center; margin-top: 10px; color:#555; line-height: 1.3; }
.index05 .swiper-slide { overflow: hidden; }
.index05 .swiper-slide .floatbox {position:absolute; left:0; top:0; width:100%; height:100%; z-index: 1; }
.index05 .swiper-slide .floatbox:after { content:''; position: absolute; left:0%; top:50%; width:30px; height:100%; background:url(../images/in05_img.png) no-repeat center; background-size:100%; transform:translate(-100%,-50%); transition:.26s all linear; }
.index05 .swiper-slide .floatbox:before { content:''; position: absolute; left:0; top:0; width:28%; height:100%; background:rgba(31,156,87,.8); transform:translateX(-101%); transition:.26s all linear; }
.index05 .swiper-slide:hover .floatbox:before { transform:translateX(0); transition:.26s all linear; }
.index05 .swiper-slide:hover .floatbox:after { transform:translate(-50%,-50%); left:28%; transition:.36s .2s all linear; }
@media(min-width:576px) {
	.index05 { padding:25px 0; }
	.index05 .swiper { padding-bottom: 35px; }
	.index05 .swiper-slide .floatbox:after { width:36px; }
}
@media(min-width:768px) {
	.index05 { padding:30px 0; }
	.index05 .t1 { font-size:22px; }
	.index05 .t2 { margin-top: 12px; }
	.index05 .swiper { padding-bottom: 40px; }
	.index05 .c1 { margin-top: 13px; }
	.index05 .swiper-slide .floatbox:after { width:42px; }
}
@media(min-width:992px) {
	.index05 { padding:45px 0 40px; }
	.index05 .t1 { font-size:24px; }
	.index05 .t2 { margin-top: 15px; }
	.index05 .content { margin-top: 25px; }
	.index05 .swiper { padding-bottom: 45px; }
	.index05 .c1 { margin-top: 15px; }
	.index05 .swiper-slide .floatbox:after { width:50px; }
}
@media(min-width:1200px) {
	.index05 { padding:55px 0 50px; }
	.index05 .t1 { font-size:28px; }
	.index05 .content { margin-top: 30px; }
	.index05 .swiper { padding-bottom: 55px; }
	.index05 .c1 { margin-top: 18px; }
	.index05 .swiper-slide .floatbox:after { width:58px; }
}
@media(min-width:1400px) {
	.index05 { padding:65px 0 60px; }
	.index05 .t1 { font-size:30px; }
	.index05 .content { margin-top: 35px; }
	.index05 .swiper { padding-bottom: 65px; }
	.index05 .c1 { margin-top: 21px; }
	.index05 .swiper-slide .floatbox:after { width:66px; }
}
@media(min-width:1600px) {
	.index05 { padding:75px 0 70px; }
	.index05 .t1 { font-size:32px; }
	.index05 .t2 { font-size:17px; }
	.index05 .content { margin-top: 40px; }
	.index05 .swiper { padding-bottom: 75px; }
	.index05 .c1 { margin-top: 24px; }
	.index05 .swiper-slide .floatbox:after { width:76px; }
}
@media(min-width:1920px) {
	.index05 { padding:90px 0 80px; }
	.index05 .t1 { font-size:36px; }
	.index05 .content { margin-top: 45px; }
	.index05 .swiper { padding-bottom: 85px; }
	.index05 .c1 { margin-top: 28px; }
	.index05 .swiper-slide .floatbox:after { width:87px; }
}

.index06 { position: relative; overflow: hidden; padding:20px 0; background:#f7f7f7; }
.index06 .t1 { position: relative; font-size:20px; color:#333; text-align: center; }
.index06 .t2 { color:#858585; text-align: center; line-height: 1.5; margin-top: 10px; }
.index06 .content { margin-top: 20px; }
.index06 .slide { flex:0 0 50%; max-width:50%; text-align:center; padding:20px 20px; border-right:1px solid #eee; }
.index06 .slide:last-child { border-right:0; }
.index06 .c1 { color:#555; font-size:16px; margin-top: 10px; }
.index06 .c2 { color:#858585; font-size:12px; line-height: 1.5; margin-top: 10px; }
.index06 .c3 { color:#555; font-size:12px; margin-top: 12px; display: block; }
@media(max-width:991px) {
	.index06 .slide:nth-child(1) { border-bottom:1px solid #eee; }
	.index06 .slide:nth-child(2) { border-right:0; border-bottom:1px solid #eee; }
}
@media(min-width:576px) {
	.index06 { padding:25px 0; }
	.index06 .slide { padding:30px 40px; }
}
@media(min-width:768px) {
	.index06 { padding:30px 0; }
	.index06 .t1 { font-size:22px; }
	.index06 .t2 { margin-top: 12px; }
	.index06 .content { margin-top: 25px; }
	.index06 .slide { padding:40px 85px; }
	.index06 .c1 { margin-top: 13px; font-size:18px; }
	.index06 .c2 { margin-top: 13px; }
	.index06 .c3 { margin-top: 15px; }
}
@media(min-width:992px) {
	.index06 { padding:45px 0; }
	.index06 .t1 { font-size:24px; }
	.index06 .t2 { margin-top: 15px; }
	.index06 .content { margin-top: 30px; }
	.index06 .slide { flex:1; padding:0 30px; }
	.index06 .c1 { margin-top: 16px; }
	.index06 .c2 { margin-top: 16px; }
	.index06 .c3 { margin-top: 18px; }
	.index06 .c3:hover { color:#1f9c57; }
}
@media(min-width:1200px) {
	.index06 { padding:60px 0; }
	.index06 .t1 { font-size:28px; }
	.index06 .content { margin-top: 35px; }
	.index06 .slide { padding:0 50px; }
	.index06 .c1 { margin-top: 19px; font-size:20px; }
	.index06 .c2 { margin-top: 19px; font-size:13px; }
	.index06 .c3 { margin-top: 20px; font-size:13px; }
}
@media(min-width:1400px) {
	.index06 { padding:65px 0; }
	.index06 .t1 { font-size:30px; }
	.index06 .content { margin-top: 40px; }
	.index06 .slide { padding:0 55px; }
	.index06 .c1 { margin-top: 22px; }
	.index06 .c2 { margin-top: 22px; font-size:14px; }
	.index06 .c3 { margin-top: 23px; font-size:14px; }
}
@media(min-width:1600px) {
	.index06 { padding:75px 0; }
	.index06 .t1 { font-size:32px; }
	.index06 .t2 { font-size:17px; }
	.index06 .content { margin-top: 50px; }
	.index06 .slide { padding:0 60px; }
	.index06 .c1 { margin-top: 25px; font-size:22px; }
	.index06 .c2 { margin-top: 25px; }
	.index06 .c3 { margin-top: 27px; }
}
@media(min-width:1920px) {
	.index06 { padding:90px 0; }
	.index06 .t1 { font-size:36px; }
	.index06 .content { margin-top: 60px; }
	.index06 .slide { padding:0 75px; }
	.index06 .c1 { font-size:24px; }
	.index06 .c3 { margin-top: 30px; }
}

.company01 { position: relative; overflow: hidden; padding:25px 0; background:#f5f5f5 url(../images/company01_bg.jpg) no-repeat; background-size:cover; }
.company01 .t1 { font-size:20px; text-align: center; }
.company01 .content { position: relative; margin-top:20px; display: flex; flex-wrap:wrap; }
.company01 .slide { overflow: hidden; }
.company01 .slide img { width:100%; }
.company01 .txtbox { flex:0 0 100%; display: flex; flex-direction: column; justify-content: center; background:#fff; padding:25px 20px; }
.company01 .txtbox .c1 { color:#555; font-weight: bold; font-size: 20px; margin-bottom: 10px; }
.company01 .txtbox .c2 { color:#666; line-height: 1.5; }
.company01 p { margin:10px 0; text-align:justify; }
.company01 p:first-child { margin-top: 0; }
.company01 p:last-child { margin-bottom: 0; }
@media(max-width:991px) {
	.company01 .img { flex:0 0 50%; max-width:50%; }
	.company01 .img img { height:100%; }
}
@media(min-width:768px) {
	.company01 { padding:35px 0; }
	.company01 .t1 { font-size:22px; }
	.company01 .content { margin-top: 25px; }
	.company01 .txtbox { padding:25px 30px; }
	.company01 .txtbox .c1 { margin-bottom: 15px; }
}
@media(min-width:992px) {
	.company01 { padding:40px 0; }
	.company01 .t1 { font-size:24px; }
	.company01 .content { margin-top: 30px; }
	.company01 .slide { flex:0 0 50%; max-width: 50%; }
	.company01 .slide .img { margin-top:30px; }
	.company01 .txtbox { padding:30px 40px; }
	.company01 .txtbox .c1 { font-size: 24px; }
	.company01 .txtbox:nth-child(1) { margin-top:40px; }
	.company01 .txtbox:nth-child(4) { margin-bottom:40px; }
	.company01 p { margin:15px 0;}
}
@media(min-width:1200px) {
	.company01 { padding:45px 0; }
	.company01 .t1 { font-size:28px; }
	.company01 .content { margin-top: 35px; }
	.company01 .txtbox { padding:35px 45px; }
	.company01 .txtbox .c1 { margin-bottom: 20px; }
	.company01 .txtbox .c2 { line-height: 1.8; }
	.company01 .txtbox:nth-child(1) { margin-top:45px; }
	.company01 .txtbox:nth-child(4) { margin-bottom:45px; }
}
@media(min-width:1400px) {
	.company01 { padding:50px 0; }
	.company01 .t1 { font-size:30px; }
	.company01 .content { margin-top: 40px; }
	.company01 .txtbox { padding:40px 55px; }
	.company01 .txtbox .c1 { font-size: 26px; }
	.company01 .txtbox:nth-child(1) { margin-top:50px; }
	.company01 .txtbox:nth-child(4) { margin-bottom:50px; }
	.company01 p { margin:20px 0;}
}
@media(min-width:1600px) {
	.company01 { padding:60px 0; }
	.company01 .t1 { font-size:34px; }
	.company01 .content { margin-top: 45px; }
	.company01 .txtbox { padding:45px 55px; }
	.company01 .txtbox .c1 { font-size: 28px; margin-bottom: 25px; }
	.company01 .txtbox .c2 { line-height: 2; }
	.company01 .txtbox:nth-child(1) { margin-top:60px; }
	.company01 .txtbox:nth-child(4) { margin-bottom:60px; }
	.company01 p { margin:25px 0;}
}
@media(min-width:1920px) {
	.company01 { padding:70px 0; }
	.company01 .t1 { font-size:38px; }
	.company01 .content { margin-top: 50px; }
	.company01 .txtbox { padding:50px 80px;}
	.company01 .txtbox .c1 { font-size: 30px; }
	.company01 .txtbox:nth-child(1) { margin-top:70px; }
	.company01 .txtbox:nth-child(4) { margin-bottom:70px; }
}

.company02 { position: relative; overflow: hidden; padding:20px 0; }
.company02 .t1 { position: relative; font-size:20px; color:#333; text-align: center; }
.company02 .t2 { color:#858585; text-align: center; line-height: 1.5; margin-top: 10px; }
.company02 .content { margin-top: 20px; }
.company02 .shuju { display: flex; align-items: center; justify-content: space-evenly; }
.company02 .item { display: flex; align-items: center; }
.company02 .item .imgbox { background:#74b993; border-radius:100px; width:40px; overflow:visible; }
.company02 .item .imgbox:before { content:''; position: absolute; left:50%; top:50%; border-radius:500px; width:133%; height:133%; border:1px solid rgba(31,156,87,.46); transform:translate(-50%,-50%); transition:.3s all linear; }
.company02 .item .imgbox:after { padding-top: 100%; }
.company02 .item .imgbox img { max-width:50%; }
.company02 .item .txtbox { color:#1f9c57; padding-left: 15px; flex:1; width:50%; white-space: nowrap; }
.company02 .item .n1 { display: inline; font-family: Arial; font-weight: bold; font-size:24px; }
.company02 .item .n2 { display: inline; font-weight: bold; }
.company02 .item .c1 { margin-top: 5px; }
.company02 .swiper { padding-bottom:40px; margin-top: 30px; }
.company02 .swiper-pagination-bullet-active { background:#1f9c57; }
@media(min-width:576px) {
	.company02 { padding:25px 0; }
	.company02 .item .txtbox { padding-left: 20px; }
	.company02 .item .n1 { font-size:28px; }
}
@media(min-width:768px) {
	.company02 { padding:30px 0; }
	.company02 .t1 { font-size:22px; }
	.company02 .t2 { margin-top: 12px; }
	.company02 .item .imgbox { width:45px; }
	.company02 .item .txtbox { padding-left: 25px; }
	.company02 .item .n1 { font-size:36px; }
	.company02 .swiper { padding-bottom:50px; margin-top: 35px; }
	.company02 .item .txtbox { padding-left: 20px; }
}
@media(min-width:992px) {
	.company02 { padding:45px 0 40px; }
	.company02 .t1 { font-size:24px; }
	.company02 .t2 { margin-top: 15px; }
	.company02 .content { margin-top: 25px; }
	.company02 .item .imgbox { width:50px; }
	.company02 .item:hover .imgbox { background:#1f9c57; }
	.company02 .item:hover .imgbox:before { width:100%; height:100%; transition:.3s all linear; }
	.company02 .item .n1 { font-size:42px; }
	.company02 .swiper { padding-bottom:60px; margin-top: 45px; }
	.company02 .swiper-pagination-bullet { width:11px; height:11px; }
}
@media(min-width:1200px) {
	.company02 { padding:55px 0 50px; }
	.company02 .t1 { font-size:28px; }
	.company02 .content { margin-top: 30px; }
	.company02 .item .imgbox { width:55px; }
	.company02 .item .txtbox { padding-left: 30px; }
	.company02 .item .n1 { font-size:48px; }
	.company02 .swiper { padding-bottom:70px; margin-top: 55px; }
}
@media(min-width:1400px) {
	.company02 { padding:65px 0 60px; }
	.company02 .t1 { font-size:30px; }
	.company02 .t2 { margin-top: 20px; }
	.company02 .content { margin-top: 35px; margin-top: 55px; }
	.company02 .item .imgbox { width:60px; }
	.company02 .item .txtbox { padding-left: 35px; }
	.company02 .item .n1 { font-size:52px; }
	.company02 .swiper { padding-bottom:80px; }
}
@media(min-width:1600px) {
	.company02 { padding:75px 0 70px; }
	.company02 .t1 { font-size:34px; }
	.company02 .t2 { font-size:17px; }
	.company02 .content { margin-top: 45px; margin-top: 65px; }
	.company02 .item .imgbox { width:70px; }
	.company02 .item .txtbox { padding-left: 40px; }
	.company02 .item .n1 { font-size:56px; }
	.company02 .swiper { padding-bottom:90px; }
}
@media(min-width:1920px) {
	.company02 { padding:90px 0 80px; }
	.company02 .t1 { font-size:38px; }
	.company02 .t2 { margin-top: 25px; }
	.company02 .content { margin-top: 60px; }
	.company02 .item .imgbox { width:80px; }
	.company02 .item .txtbox { padding-left: 50px; }
	.company02 .item .n1 { font-size:60px; }
	.company02 .swiper { padding-bottom:105px; }
}

.company03 { position: relative; overflow: hidden; padding:20px 0; background:#f5f5f5 url(../images/company03_bg.jpg) no-repeat; background-size:cover; }
.company03 .t1 { position: relative; font-size:20px; color:#333; text-align: center; }
.company03 .content { margin-top: 20px; }
.company03 .swiper-slide { background:#fff; padding:15px 15px; text-align: center; height:unset; transition:.3s all linear; }
.company03 .c1 { color:#333; font-size:16px; margin-top: 10px; }
.company03 .c2 { color:#858585; line-height: 1.5; margin-top: 8px;}
@media(min-width:576px) {
	.company03 { padding:25px 0; }
}
@media(min-width:768px) {
	.company03 { padding:30px 0; }
	.company03 .t1 { font-size:22px; }
	.company03 .swiper-slide { padding:20px 25px; }
	.company03 .c1 { margin-top: 12px; }
	.company03 .c2 { margin-top: 10px; }
}
@media(min-width:992px) {
	.company03 { padding:45px 0 40px; }
	.company03 .t1 { font-size:24px; }
	.company03 .content { margin-top: 25px; }
	.company03 .swiper-slide { padding:25px 40px; }
	.company03 .c1 { font-size:18px; margin-top: 15px; }
	.company03 .c2 { margin-top: 12px; }
	.company03 .swiper-slide:hover { background:#1f9c57; transition:.3s all linear; }
	.company03 .swiper-slide:hover .img img { filter: brightness(0) invert(1); }
	.company03 .swiper-slide:hover .c1 { color:#fff; }
	.company03 .swiper-slide:hover .c2 { color:rgba(255,255,255,.6); }
}
@media(min-width:1200px) {
	.company03 { padding:55px 0 50px; }
	.company03 .t1 { font-size:28px; }
	.company03 .content { margin-top: 30px; }
	.company03 .swiper-slide { padding:30px 45px; }
	.company03 .c1 { margin-top: 18px; }
	.company03 .c2 { margin-top: 14px; }
}
@media(min-width:1400px) {
	.company03 { padding:65px 0 60px; }
	.company03 .t1 { font-size:30px; }
	.company03 .content { margin-top: 35px; }
	.company03 .swiper-slide { padding:35px 50px; }
	.company03 .c1 { font-size:20px; margin-top: 21px; }
	.company03 .c2 { margin-top: 16px; }
}
@media(min-width:1600px) {
	.company03 { padding:75px 0 70px; }
	.company03 .t1 { font-size:34px; }
	.company03 .content { margin-top: 40px; }
	.company03 .swiper-slide { padding:40px 55px; }
	.company03 .c1 { font-size:22px; margin-top: 24px; }
	.company03 .c2 { margin-top: 18px; }
}
@media(min-width:1920px) {
	.company03 { padding:90px 0 80px; }
	.company03 .t1 { font-size:38px; }
	.company03 .content { margin-top: 45px; }
	.company03 .swiper-slide { padding:45px 60px; }
	.company03 .c1 { font-size:24px; margin-top: 28px; }
}

.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:#1f9c57; }
.job01 .panel.active { color:#fff; background:#1f9c57; 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:#1f9c57; padding:10px 25px; text-align: center; display:inline-block; margin:25px auto; }
.job01 .more:hover { background: #1f9c57; }
@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; }
}


/*波浪背景*/
/* .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:#1f9c57; 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 { margin-top:15px; padding-bottom: 15px; overflow:hidden; position:relative; }
.product01 .t1 { color:#333; font-size:18px; }
.product01 .list { margin-top:15px; }
.product01 .slide { margin-bottom: 15px; }
.product01 .c1 { color:#333; font-size:16px; margin-top: 15px; }
.product01 .c2 { color:#858585; font-size:12px; margin-top: 10px; line-height: 1.5; margin-left: auto; margin-right: auto;}
.product01 .imgbox:after { padding-top: 65%; }
.product01 .imgbox img { max-height:unset; }
@media(min-width:768px) {
	.product01 { margin-top:20px; padding-bottom: 20px; }
	.product01 .c1 { font-size:18px; margin-top: 20px; }
}
@media(min-width:992px) {
	.product01 { margin-top:25px; padding-bottom: 25px; }
	.product01 .t1 { font-size:20px; }
	.product01 .list { margin-top:25px; }
	.product01 .slide { text-align: center; margin-bottom: 20px; }
	.product01 .c1 { margin-top: 25px; }
	.product01 .c2 { font-size:13px; margin-top: 12px; max-width:70%; }
	.product01 .slide:hover .c1 { color:#1f9c57; }
}
@media(min-width:1200px) {
	.product01 { margin-top:35px; padding-bottom: 35px; }
	.product01 .t1 { font-size:22px; }
	.product01 .list { margin-top:30px; }
	.product01 .slide { margin-bottom: 25px; }
	.product01 .c1 { font-size:20px; margin-top: 30px; }
}
@media(min-width:1400px) {
	.product01 { margin-top:40px; padding-bottom: 40px; }
	.product01 .t1 { font-size:24px; }
	.product01 .list { margin-top:35px; }
	.product01 .slide { margin-bottom: 30px; }
	.product01 .c1 { margin-top: 35px; }
	.product01 .c2 { font-size:14px; margin-top: 14px; }
}
@media(min-width:1600px) {
	.product01 { margin-top:45px; padding-bottom: 45px; }
	.product01 .t1 { font-size:34px; }
	.product01 .list { margin-top:45px; }
	.product01 .slide { margin-bottom: 35px; }
	.product01 .c1 { font-size:22px; margin-top: 42px; }
	.product01 .c2 { font-size:15px; margin-top: 16px; }
}
@media(min-width:1920px) {
	.product01 { margin-top:55px; padding-bottom: 55px; }
	.product01 .t1 { font-size:38px; }
	.product01 .list { margin-top:55px; }
	.product01 .c1 { font-size:24px; margin-top: 50px; }
}

.productlist { margin-top:15px; padding-bottom: 15px; overflow:hidden; position:relative; }
.productlist .t1 { color:#333; font-size:18px; }
.productlist .list { margin-top:15px; }
.productlist .list a { padding:0 6px;}
.productlist .slide { margin-bottom: 15px; }
.productlist .c1 { color:#555555; margin-top: 10px; text-align: center; }
.productlist .imgbox { border:1px solid #eee; background:#fff; }
.productlist .imgbox:after { padding-top: 133%; }
.productlist .imgbox img { max-height:unset; }
@media(min-width:768px) {
	.productlist { margin-top:20px; padding-bottom: 20px; }
	.productlist .list a { padding:0 10px;}
}
@media(min-width:992px) {
	.productlist { margin-top:25px; padding-bottom: 25px; }
	.productlist .t1 { font-size:20px; }
	.productlist .list { margin-top:25px; }
	.productlist .list a { padding:0 12px;}
	.productlist .slide { text-align: center; margin-bottom: 20px; }
	.productlist .slide:hover .c1 { color:#1f9c57; }
	.productlist .c1 { margin-top: 14px; }
}
@media(min-width:1200px) {
	.productlist { margin-top:35px; padding-bottom: 35px; }
	.productlist .t1 { font-size:22px; }
	.productlist .list { margin-top:30px; }
	.productlist .list a { padding:0 15px;}
	.productlist .slide { margin-bottom: 25px; }
	.productlist .c1 { margin-top: 18px; }
}
@media(min-width:1400px) {
	.productlist { margin-top:40px; padding-bottom: 40px; }
	.productlist .t1 { font-size:24px; }
	.productlist .list { margin-top:35px; }
	.productlist .list a { padding:0 18px;}
	.productlist .slide { margin-bottom: 30px; }
	.productlist .c1 { margin-top: 22px; }
}
@media(min-width:1600px) {
	.productlist { margin-top:45px; padding-bottom: 45px; }
	.productlist .t1 { font-size:34px; }
	.productlist .list { margin-top:45px; }
	.productlist .slide { margin-bottom: 35px; }
	.productlist .c1 { margin-top: 26px; }
}
@media(min-width:1920px) {
	.productlist { margin-top:55px; padding-bottom: 55px; }
	.productlist .t1 { font-size:38px; }
	.productlist .list { margin-top:55px; }
	.productlist .c1 { margin-top: 30px; }
}

.proinfo01 {position: relative; overflow: hidden; padding-bottom:15px; background: #f7f7f7; }
.proinfo01 #bigSwiper { flex:1; width:50%; }
.proinfo01 #bigSwiper .swiper-slide { text-align: center; padding-right:1px; }
.proinfo01 #bigSwiper .swiper-slide .imgbox { border:1px solid #dbe1e8; background: #fff; }
.proinfo01 #bigSwiper .swiper-slide .imgbox img { max-height:90%; max-width:90%; }
.proinfo01 #smallSwiper { flex:0 0 20%; max-width:20%; margin-left: 3%; }
.proinfo01 #smallSwiper .swiper-slide { max-height:32.6%; overflow:hidden; }
.proinfo01 #smallSwiper .swiper-slide.active { border:2px solid #1f9c57; }
.proinfo01 #smallSwiper .swiper-slide { border:1px solid #dbe1e8; background: #fff; }
.proinfo01 #smallSwiper .swiper-slide .imgbox:after { padding-top: 100%; }
.proinfo01 #smallSwiper .swiper-slide img { height:100%; max-height:100%; max-width:100%; }
.proinfo01 #smallSwiper .swiper-slide .play { font-size:26px; text-align: center; }
.proinfo01 .rightbox>div { padding-top:20px; }
.proinfo01 .t1 { color:#333333; font-size:22px; }
.proinfo01 .t2 { color:#888888; line-height:22px; overflow:hidden; margin-top: 15px; }
.proinfo01 .t3 { color:#888; line-height:2; margin-top: 7px; }
.proinfo01 .t3 b { color:#1f9c57; font-weight: bold; }
.proinfo01 .c1 { color:#666666; white-space: nowrap; }
.proinfo01 .c2 { color:#1f9c57; font-size:14px; font-weight: bold; line-height: 2; }
.proinfo01 .b2 { color:#fff; background: #1f9c57; width:150px; max-width:100%; height: 35px; line-height: 35px; border-radius:5px; 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 { color:#1f9c57; font-weight: bold; font-size:20px; }
.proinfo01 .telbox i { font-size:80%; }
@media(min-width:768px) {
	.proinfo01 { padding:25px 0; }
	.proinfo01 .play { font-size:50px; }
	.proinfo01 .t1 { font-size:24px; }
	.proinfo01 .t2 { font-size:13px; line-height:24px; }
	.proinfo01 .telbox { font-size:24px; }
}
@media(min-width:992px) {
	.proinfo01 { padding:35px 0; }
	.proinfo01 .t1 { font-size:26px; }
	.proinfo01 .t2 { font-size:14px; line-height:26px; }
	.proinfo01 .t3 { margin-top: 10px; }
	.proinfo01 .c2 { font-size:17px; }
	.proinfo01 .play { font-size:65px; }
	.proinfo01 .rightbox { flex:0 0 50%; max-width:50%; padding-top:20px; background-color: #fff; }
	.proinfo01 .rightbox>div { padding-left:5%; padding-top: 25px; }
	.proinfo01 #bigSwiper .swiper-slide .imgbox { border:1px solid #dbe1e8; height:100%; width:unset; }
	.proinfo01 #bigSwiper .swiper-slide .imgbox:after { padding-top: 100%; }
	.proinfo01 #smallSwiper .swiper-slide { max-height:24.6%; }
	.proinfo01 #smallSwiper .swiper-slide .play { font-size:28px; }
	.proinfo01 .telbox { font-size:28px; }
}
@media(min-width:1200px) {
	.proinfo01 { padding:45px 0; }
	.proinfo01 .t1 { font-size:30px; }
	.proinfo01 .t3 { margin-top: 12px; }
	.proinfo01 .c2 { font-size:20px; }
	.proinfo01 .b2 { width:180px; height:55px; line-height:55px; }
	.proinfo01 .leftbox { height:360px; flex:0 0 45%; max-width:45%; }
	.proinfo01 .rightbox { flex:0 0 55%; max-width:55%; padding-top:25px; }
	.proinfo01 .play { font-size:75px; }
	.proinfo01 #smallSwiper .swiper-slide .play { font-size:32px; }
	.proinfo01 .telbox { font-size:32px; }
}
@media(min-width:1400px) {
	.proinfo01 { padding:55px 0; }
	.proinfo01 .leftbox { height:421px; }
	.proinfo01 .t1 { font-size:34px; }
	.proinfo01 .t3 { margin-top: 15px; }
	.proinfo01 .telbox { font-size:36px; }
}
@media(min-width:1600px) {
	.proinfo01 { padding:65px 0; }
	.proinfo01 .t1 { font-size:38px; }
	.proinfo01 .c2 { font-size:22px; }
	.proinfo01 .play { font-size:85px; }
	.proinfo01 .leftbox { height:454px; }
  	.proinfo01 #smallSwiper .swiper-slide .play { font-size:42px; }
	.proinfo01 .telbox { font-size:40px; }
}

.proinfo02 { position:relative; overflow: hidden; background: #fff; padding:30px 0; }
.proinfo02 .title { color:#333333; font-size:22px; border-left:3px solid #1f9c57; padding-left:10px; }
.proinfo02 .content { line-height: 2; margin-top:15px; }
.proinfo02 .content img { max-width:100%; }
@media(min-width:768px) {
	.proinfo02 { padding:35px 0; }
	.proinfo02 .title { font-size:24px; }
}
@media(min-width:992px) {
	.proinfo02 { padding:40px 0; }
	.proinfo02 .title { font-size:26px; }
}
@media(min-width:1200px) {
	.proinfo02 { padding:45px 0; }
	.proinfo02 .title { font-size:30px; border-left:6px solid #1f9c57; padding-left:15px; }
	.proinfo02 .content { margin-top:25px; }
}
@media(min-width:1400px) {
	.proinfo02 { padding:50px 0; }
	.proinfo02 .title { font-size:34px; }
}
@media(min-width:1600px) {
	.proinfo02 { padding:60px 0; }
	.proinfo02 .title { font-size:38px; }
	.proinfo02 .content { margin-top:30px; }
}

.proinfo03 { padding:25px 0; position:relative; overflow:hidden; background:#f7f7f7; }
.proinfo03 .title { color:#333333; font-size:22px; border-left:3px solid #1f9c57; padding-left:10px; }
.proinfo03 .content { margin-top:10px; position:relative; background:#fff; padding:15px; }
.proinfo03 .c1 { color:#333333; margin-top:10px; }
.proinfo03 .swiper-slide:hover .c1 { color:#1f9c57; }
.proinfo03 .swiper-button-prev { left:0; }
.proinfo03 .swiper-button-next { right:0; }
.proinfo03 .swiper-button-prev:after,.proinfo03 .swiper-button-next:after { color:#1f9c57; font-size:24px; }
.proinfo03 .imgbox { border:1px solid #eee; }
@media(min-width:768px) {
	.proinfo03 { padding:30px 0; }
	.proinfo03 .title { font-size:22px; }
	.proinfo03 .more { margin-top:0; margin-left: auto; }
	.proinfo03 .content { margin-top:15px; padding:20px; }
	.proinfo03 .swiper-button-prev:after,.proinfo03 .swiper-button-next:after { font-size:28px; }
}
@media(min-width:992px) {
	.proinfo03 { padding:35px 0; }
	.proinfo03 .title { font-size:26px; }
	.proinfo03 .content { margin-top:20px; padding:25px; }
	.proinfo03 .swiper-button-prev:after,.proinfo03 .swiper-button-next:after { font-size:32px; }
}
@media(min-width:1200px) {
	.proinfo03 { padding:45px 0; }
	.proinfo03 .title { font-size:30px; border-left:6px solid #1f9c57; padding-left:15px; }
	.proinfo03 .content { margin-top:25px; padding:30px; }
	.proinfo03 .c1 { font-size:15px; margin-top:15px; }
	.proinfo03 .swiper-button-prev:after,.proinfo03 .swiper-button-next:after { font-size:36px; }
	.proinfo03 .swiper-button-prev { left:-35px; }
	.proinfo03 .swiper-button-next { right:-35px; }
}
@media(min-width:1400px) {
	.proinfo03 { padding:55px 0; }
	.proinfo03 .title { font-size:34px; }
	.proinfo03 .content { margin-top:30px; padding:35px; }
}
@media(min-width:1600px) {
	.proinfo03 { padding:65px 0; }
	.proinfo03 .t1 { font-size:38px; }
	.proinfo03 .content { margin-top:40px; padding: 40px; }
	.proinfo03 .swiper-button-prev { left:-50px; }
	.proinfo03 .swiper-button-next { right:-50px; }
}

.join01 { padding:10px 0; position:relative; overflow:hidden; }
.join01 .topbox { color:#fff; font-size:14px; line-height: 1.5; padding:15px 20px; }
.join01 .t1 { color:#333; font-size:20px; text-align: center; margin-top: 25px; }
.join01 .list { margin-top: 20px; }
.join01 .slide { margin-bottom: 10px; }
.join01 .txtbox { background:#eeeeee; padding:20px; }
.join01 .c1 { color:#333; font-size:18px; }
.join01 .c2 { color:#888; line-height: 1.5; margin-top: 10px; }
.join01 .c2 p { margin: 10px 0; }
.join01 .c2 strong { color:#1f9c57; }
@media(min-width:768px) {
	.join01 { padding:20px 0; }
	.join01 .topbox { padding:25px 35px; }
	.join01 .t1 { font-size:22px; margin-top: 35px; }
	.join01 .list { margin-top: 25px; }
	.join01 .txtbox { padding: 30px; }
	.join01 .c1 { font-size:20px; }
	.join01 .c2 { line-height: 1.6; margin-top: 15px; }
}
@media(min-width:992px) {
	.join01 { padding-bottom:30px; }
	.join01 .topbox { padding:30px 45px; font-size:16px; line-height: 1.8; }
	.join01 .t1 { font-size:24px; margin-top: 40px; }
	.join01 .slide { display: flex; justify-content: space-between; margin-bottom: 15px; }
	.join01 .slide .img { flex:1; max-width:49.5%; }
	.join01 .slide .txtbox { flex:1; display: flex; align-items: center; max-width:49.5%; padding:30px 35px; }
	.join01 .slide:nth-child(2n) .img { order:1; }
	.join01 .list { margin-top: 30px; }
	.join01 .c1 { font-size:22px; }
	.join01 .c2 { line-height: 1.8; margin-top: 18px; }
}
@media(min-width:1200px) {
	.join01 { padding-bottom:40px; }
	.join01 .topbox { padding:35px 55px; font-size:18px; }
	.join01 .t1 { font-size:28px; margin-top: 45px; }
	.join01 .list { margin-top: 35px; }
	.join01 .slide { margin-bottom: 20px; }
	.join01 .slide .txtbox { padding:30px 40px; }
	.join01 .c1 { font-size:24px; }
	.join01 .c2 { line-height: 1.9; margin-top: 20px; }
}
@media(min-width:1400px) {
	.join01 { padding-bottom:50px; }
	.join01 .topbox { padding:40px 60px; line-height: 2; }
	.join01 .t1 { font-size:30px; margin-top: 50px; }
	.join01 .list { margin-top: 40px; }
	.join01 .slide .txtbox { padding:30px 45px; }
	.join01 .c1 { font-size:26px; }
	.join01 .c2 { line-height: 2; margin-top: 22px; }
}
@media(min-width:1600px) {
	.join01 { padding-bottom:60px; }
	.join01 .topbox { padding:45px 70px; font-size:20px; line-height: 2.2; }
	.join01 .t1 { font-size:34px; }
	.join01 .list { margin-top: 45px; }
	.join01 .slide .txtbox { padding:30px 50px; }
	.join01 .c1 { font-size:28px; }
	.join01 .c2 { line-height: 2.1; margin-top: 24px; }
}
@media(min-width:1920px) {
	.join01 { padding-bottom:70px; }
	.join01 .topbox { padding:50px 80px; }
	.join01 .t1 { font-size:38px; margin-top: 65px; }
	.join01 .list { margin-top: 55px; }
	.join01 .slide .txtbox { padding:30px 60px; }
	.join01 .c1 { font-size:30px; }
	.join01 .c2 { line-height: 2.2; margin-top: 26px; }
}

.food01 { margin-top:15px; padding-bottom: 15px; overflow:hidden; position:relative; }
.food01 .t1 { color:#333; font-size:18px; }
.food01 .list { margin-top:15px; }
.food01 .slide { overflow: hidden; margin-bottom: 15px; }
.food01 .c1 { color:#333; font-size:14px; margin-top: 10px; }
.food01 .imgbox img { max-height:unset; }
.food01 .slide .floatbox {position:absolute; left:0; top:0; width:100%; height:100%; z-index: 1; }
.food01 .slide .floatbox:after { content:''; position: absolute; left:0%; top:50%; width:30px; height:100%; background:url(../images/in05_img.png) no-repeat center; background-size:100%; transform:translate(-100%,-50%); transition:.26s all linear; }
.food01 .slide .floatbox:before { content:''; position: absolute; left:0; top:0; width:28%; height:100%; background:rgba(31,156,87,.8); transform:translateX(-101%); transition:.26s all linear; }
.food01 .slide:hover .floatbox:before { transform:translateX(0); transition:.26s all linear; }
.food01 .slide:hover .floatbox:after { transform:translate(-50%,-50%); left:28%; transition:.36s .2s all linear; }
@media(min-width:576px) {
	.food01 .slide .floatbox:after { width:36px; }
}
@media(min-width:768px) {
	.food01 { margin-top:20px; padding-bottom: 20px; }
	.food01 .slide .floatbox:after { width:42px; }
	.food01 .c1 { font-size:16px; }
}
@media(min-width:992px) {
	.food01 { margin-top:25px; padding-bottom: 25px; }
	.food01 .t1 { font-size:20px; }
	.food01 .list { margin-top:25px; }
	.food01 .slide { text-align: center; margin-bottom: 20px; }
	.food01 .slide .floatbox:after { width:50px; }
	.food01 .c1 { font-size:18px; margin-top: 17px; }
	.food01 .slide:hover .c1 { color:#1f9c57; }
}
@media(min-width:1200px) {
	.food01 { margin-top:35px; padding-bottom: 35px; }
	.food01 .t1 { font-size:22px; }
	.food01 .list { margin-top:30px; }
	.food01 .slide { margin-bottom: 25px; }
	.food01 .slide .floatbox:after { width:58px; }
	.food01 .c1 { font-size:20px; margin-top: 22px; }
}
@media(min-width:1400px) {
	.food01 { margin-top:40px; padding-bottom: 40px; }
	.food01 .t1 { font-size:24px; }
	.food01 .list { margin-top:35px; }
	.food01 .slide { margin-bottom: 30px; }
	.food01 .slide .floatbox:after { width:66px; }
	.food01 .c1 { margin-top: 27px; }
}
@media(min-width:1600px) {
	.food01 { margin-top:45px; padding-bottom: 45px; }
	.food01 .t1 { font-size:34px; }
	.food01 .list { margin-top:45px; }
	.food01 .slide { margin-bottom: 35px; }
	.food01 .slide .floatbox:after { width:76px; }
	.food01 .c1 { font-size:22px; margin-top: 32px; }
}
@media(min-width:1920px) {
	.food01 { margin-top:55px; padding-bottom: 55px; }
	.food01 .t1 { font-size:38px; }
	.food01 .list { margin-top:55px; }
	.food01 .slide .floatbox:after { width:87px; }
	.food01 .c1 { font-size:24px; margin-top: 35px; }
}

.inpage { position: relative; margin-top:15px; padding-bottom: 15px; overflow: hidden; }
.inpage .title { margin-top: 20px; padding-bottom: 15px; margin-bottom: 15px; border-bottom:1px solid #f5e8e9; }
.inpage .t1 { color:#333; font-size:18px; }
.inpage .submit {background:#e60a1b;border-color:#e60a1b;color:#fff;}
.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; }
.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%;}
/* 图片列表 */
.inpage .imglist { margin-top:15px; }
.inpage .imglist .slide { overflow: hidden; margin-bottom: 15px; text-align: center; }
.inpage .imgbox { border:1px solid #eee; }
.inpage .imgbox img { max-height:unset; }
.inpage .imglist .c1 { color:#333; font-size:14px; margin-top: 10px; }
/* 资讯列表 */
.inpage .newslist { margin-top:15px; }
.inpage .newslist .slide { position:relative; padding:15px 15px; border:1px solid #ebebeb; background: #fff; margin-bottom: 10px; transition:.3s all;}
.inpage .newslist .slide a:after { content:''; position: absolute; left:0; top:0; width:100%; height:100%; }
.inpage .newslist .slide .imgbox:after {padding-top:65%;}
.inpage .newslist .slide .c1 {color:#333;font-weight:bold;font-size:16px;margin-top:15px;line-height:22px;position:relative;}
.inpage .newslist .slide .c2 {color:rgba(0,0,0,.6);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;}
.inpage .newslist .slide .c3 {color:rgba(0,0,0,.4);margin-top: 10px;font-size:12px;}
@media(min-width:768px) {
	/* 图片列表 */
	.inpage .imglist .c1 { font-size:16px; }
	/* 资讯列表 */
	.inpage .newslist .slide { padding:18px 25px; margin-bottom: 15px; }
	.inpage .newslist .slide .c1 { margin-top: 0; }
	.inpage .newslist .slide .c2 {margin-top:12px;}
	.inpage .newslist .slide .c3 {margin-top: 12px;}
}
@media(min-width:992px) {
	.inpage { margin-top:25px; padding-bottom: 25px; }
	.inpage .t1 { font-size:20px; }
	/* 图片列表 */
	.inpage .imglist { margin-top:25px; }
	.inpage .imglist .slide { margin-bottom: 20px; }
	.inpage .imglist .c1 { margin-top: 17px; }
	.inpage .imglist .slide:hover .c1 { color:#1f9c57; }
	/* 资讯列表 */
	.inpage .newslist { margin-top:25px; }
	.inpage .newslist .slide {padding:20px 30px;}
	.inpage .newslist .slide a { display:flex; align-items:center; }
	.inpage .newslist .slide .imgbox { margin-right:5%; width:230px; }
	.inpage .newslist .slide .txtbox { flex:1;width:50%; }
	.inpage .newslist .slide .c1 { font-size:20px; }
	.inpage .newslist .slide .c2 { margin-top:14px; }
	.inpage .newslist .slide .c3 { margin-top: 15px; font-size:13px; }
	.inpage .newslist .slide:hover { background:#f7f7f7; border:1px solid #1f9c57; box-shadow:0 25px 25px -10px rgba(0,0,0,.1); transition:.3s all linear; }
	.inpage .newslist .slide:hover .c1 {color:#1f9c57;}
}
@media(min-width:1200px) {
	.inpage { margin-top:35px; padding-bottom: 35px; }
	.inpage .t1 { font-size:22px; }
	/* 图片列表 */
	.inpage .imglist { margin-top:30px; }
	.inpage .imglist .slide { margin-bottom: 25px; }
	.inpage .imglist .c1 { font-size:18px; margin-top: 22px; }
	/* 资讯列表 */
	.inpage .newslist { margin-top:30px; }
	.inpage .newslist .slide { padding:22px 40px; margin-bottom: 20px; }
	.inpage .newslist .slide .c2 {margin-top:16px;}
}
@media(min-width:1400px) {
	.inpage { margin-top:40px; padding-bottom: 40px; }
	.inpage .t1 { font-size:24px; }
	/* 图片列表 */
	.inpage .imglist { margin-top:35px; }
	.inpage .imglist .slide { margin-bottom: 30px; }
	.inpage .imglist .c1 { font-size:20px; margin-top: 27px; }
	/* 资讯列表 */
	.inpage .newslist { margin-top:35px; }
	.inpage .newslist .slide { padding:25px 45px; }
	.inpage .newslist .slide .c2 {margin-top:18px;}
}
@media(min-width:1600px) {
	.inpage { margin-top:45px; padding-bottom: 45px; }
	.inpage .t1 { font-size:34px; }
	/* 图片列表 */
	.inpage .imglist { margin-top:45px; }
	.inpage .imglist .slide { margin-bottom: 35px; margin-bottom: 25px; }
	.inpage .imglist .c1 { font-size:22px; margin-top: 32px; }
	/* 资讯列表 */
	.inpage .newslist { margin-top:45px; }
	.inpage .newslist .slide { padding:30px 50px; margin-bottom: 25px; }
	.inpage .newslist .slide .c2 {margin-top:20px;}
}
@media(min-width:1920px) {
	.inpage { margin-top:55px; padding-bottom: 55px; }
	.inpage .t1 { font-size:38px; }
	/* 图片列表 */
	.inpage .imglist { margin-top:55px; }
	.inpage .imglist .c1 { font-size:24px; margin-top: 35px; }
	/* 资讯列表 */
	.inpage .newslist { margin-top:55px; }
	.inpage .newslist .slide { padding:40px 60px; margin-bottom: 35px; }
}

.newsinfo { position:relative; overflow: hidden; background:#fff; }
.newsinfo .ntitle { margin-bottom:20px; padding-bottom: 15px; }
.newsinfo .nt1 { color:#333333; font-size:18px; font-weight: bold; text-align: center; }
.newsinfo .nt2 { display: flex; justify-content: center; padding: 10px 0; border-bottom: 1px solid #e0e0e0; }
.newsinfo .nt2 .tag { background:rgba(31,156,87,.1); color:#666; padding:5px 10px; margin-right:15px;}
.newsinfo .content { line-height: 24px; min-height:100px; }
.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 { display: none; border: 1px solid #f0f0f0; color:#666; background: #f7f7f7; margin:0 10px; padding:0 10px; text-align:center; }
.prev_next { color:#666666; line-height: 2; margin-top:15px; }
.prev_next .page-a { position: relative; border: 1px solid #f0f0f0; line-height: 2; margin-top:10px; padding:0 10px; background:#f7f7f7; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition:.3s all linear; }
.prev_next .page-a a:after { content:''; position: absolute; left:0; top:0; width:100%; height:100%; }
@media(min-width:768px) {
}
@media(min-width:992px) {
	.newsinfo .nt1 { font-size:22px; }
	.newsinfo .content { padding-bottom:45px; }
	.newsinfo .back { display: inline-block; }
	.newsinfo .back:hover { color:#fff; background:#1f9c57; }
	.prev_next { display: flex; align-items: center;  }
	.prev_next .page-a {  flex:1; width:50%; margin-top: 0; }
	.prev_next .page-a:hover { background: #1f9c57; color:#fff; transition:.3s all linear; }
	.prev_next .page-a a:hover { color:#fff; }
}
@media(min-width:1200px) {
	.newsinfo .ntitle { margin-bottom:30px; }
	.newsinfo .nt1 { font-size:26px; }
	.newsinfo .nt2 { font-size:14px; padding: 15px 0 20px; }
	.newsinfo .content { line-height: 32px; min-height:150px; padding-bottom:55px; }
  	.newsinfo .video { height:450px; }
	.newsinfo .back { padding:0 15px; line-height: 2.5; }
	.prev_next { margin-top: 30px; }
	.prev_next .page-a { padding:0 15px; line-height: 2.5; }
}
@media(min-width:1400px) {
	.newsinfo .content { padding-bottom:65px; }
	.newsinfo .back { padding:0 20px; }
	.prev_next .page-a { padding:0 20px; }
}
@media(min-width:1600px) {
	.newsinfo .nt1 { font-size:30px; }
	.newsinfo .content { line-height: 36px; padding-bottom:75px; }
}

.contact01 { position:relative; overflow: hidden; padding:20px 0 0; }
.contact01 .t1 { color:#333333; font-weight: bold; font-size:20px; }
.contact01 .t2 { color:#757575; line-height: 2; margin-top:15px; }
.contact01 .content { color:#333333; line-height: 2; margin-top: 15px; padding-bottom: 20px; }
.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 { padding:25px 0 0; }
	.contact01 .t1 { font-size:24px; }
}
@media(min-width:992px) {
	.contact01 { padding:30px 0 0; }
	.contact01 .t1 { font-size:26px; }
	.contact01 .t2 { margin-top:17px; }
	.contact01 .content { margin-top: 20px; }
}
@media(min-width:1200px) {
	.contact01 { padding:35px 0 0; }
	.contact01 .t1 { font-size:28px; }
	.contact01 .t2 { margin-top:20px; }
	.contact01 .content { margin-top: 25px; }
	.contact01 .c1 { font-size:14px; }
}
@media(min-width:1400px) {
	.contact01 { padding:40px 0 0; }
	.contact01 .t1 { font-size:32px; }
	.contact01 .t2 { font-size:17px; margin-top:22px; }
	.contact01 .content { font-size:17px; margin-top: 30px; }
	.contact01 .c1 { font-size:16px; }
}
@media(min-width:1600px) {
	.contact01 { padding:50px 0 0; }
	.contact01 .t1 { font-size:36px; }
	.contact01 .t2 { font-size:18px; margin-top:25px; }
	.contact01 .content { font-size:18px; margin-top: 35px; }
}

.message01 { position:relative; overflow: hidden; padding:20px 0; }
.message01 .t1 { color:#333; font-size:20px; font-weight: bold; }
.message01 .t2 { color:#757575; margin-top:8px; }
.message01 .content { margin-top:15px; }
.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:#1f9c57; display:block; text-align:center; border-radius:0; }
.message01 .submit .btn2 { padding:0; border:none; border-radius: 0; background:#1f9c57; }
.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 { padding:25px 0; }
	.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 { padding:30px 0; }
	.message01 .t1 { font-size:26px; }
	.message01 .content { margin-top:20px; }
	.message01 .slide { line-height:50px; }
	.message01 .slide select { height:50px; }
	.message01 .slide:hover { border-color:#1f9c57; }
	.message01 .submit { font-size:16px; transition:.36s all; }
	.message01 .submit:hover { background: #1f9c57; transition:.36s all; }
}
@media(min-width:1200px) {
	.message01 { padding:35px 0; }
	.message01 .t1 { font-size:28px; }
	.message01 .t2 { margin-top:13px; }
	.message01 .content { margin-top:25px; }
	.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 { padding:40px 0; }
	.message01 .t1 { font-size:32px; }
	.message01 .t2 { margin-top:15px; font-size:17px; }
	.message01 .content { margin-top:30px; }
	.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 { padding:45px 0; }
	.message01 .t1 { font-size:36px; }
	.message01 .t2 { font-size:18px; }
	.message01 .content { margin-top:35px; }
	.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; }

.footer { padding-top: 25px; color:rgba(255,255,255,.54); background:#515151; z-index:2; overflow:hidden; }
.footer a:hover { color:#fff; }
.footer .t1 { color:#fff; margin-bottom:15px; font-size:16px; }
.footer .t2 { color:#fff; margin-bottom: 5px; line-height: 1.3; }
.footer .t2 span { font-size:170%; }
.footer .flogo img { width:50px; }
.footer .flist { display: flex; flex-wrap:wrap; justify-content: space-between; }
.footer .a1 { position: relative; flex:0 0 30%; white-space: nowrap; padding-bottom:10px; }
.footer .c1 { line-height:1.8; }
.footer .c2 { margin-top: 10px; font-size:12px; }
.footer .fewm img { width:80px; }
.footer .ewmimg { text-align:center; margin-right:15px; }
.footer .ewmimg:last-child { margin-right:0!important; }
.footer .bottom { background:#515151; border-top:1px solid rgba(255,255,255,.1); margin-top:20px; padding:10px; line-height: 2; text-align:center; }
.footer .bottom div { line-height:2; }
@media(max-width:767px) {
	.footer .ftel { text-align: center; }
	.footer .fnav .t1 { text-align: center; }
	.footer .fewm { text-align:center; }
	.footer .fewm .d-flex { justify-content:center; }
}
@media(min-width:768px) {
	.footer { padding-top: 35px;  }
	.footer .t1 { margin-bottom:20px; font-size:18px; }
	.footer .t2 { margin-bottom: 15px; }
	.footer .flogo img { width:70px; }
	.footer .fewm img { width:90px; }
	.footer .a1 { flex:0 0 23%; }
	.footer .bottom { margin-top:25px; }
}
@media(min-width:992px) {
	.footer { padding-top: 40px; }
	.footer .t1 { margin-bottom:25px; }
	.footer .a1 { font-size:15px; flex:0 0 32%; padding-bottom: 20px; }
	.footer .a1:after { content:''; position: absolute; left:0%; bottom:13px; width:0px; height:2px; background:#fff; }
	.footer .a1:hover:after { width:30%; transition:.3s all linear; }
	.footer .ftel { display: flex; flex:0 0 35%; max-width:35%; }
	.footer .flogo { margin-right: 15px; }
	.footer .flogo img { width:70px; }
	.footer .fnav { flex:1; width:38%; margin-left: 35px; }
	.footer .fewm { flex:0 0 20%; max-width:25%; }
	.footer .fewm img { width:80px; }
	.footer .c2 { margin-top: 12px; }
	.footer .bottom { margin-top:30px; }
}
@media(min-width:1200px) {
	.footer { padding-top: 45px; }
	.footer .t1 { margin-bottom:30px; font-size:20px; }
	.footer .t2 { margin-bottom: 20px; }
	.footer .flogo { margin-right: 20px; }
	.footer .flogo img { width:80px; }
	.footer .fnav { margin-left: 45px; }
	.footer .a1 { border:1px solid rgba(0,0,0,0); padding-bottom: 25px; }
	.footer .a1:after { bottom:16px; }
	.footer .fewm img { width:90px; }
	.footer .ewmimg { margin-right: 20px; }
	.footer .c2 { font-size:14px; }
	.footer .bottom { font-size:14px; margin-top:35px; padding:15px 12px; }
}
@media(min-width:1400px) {
	.footer { padding-top: 50px; }
	.footer .t1 { margin-bottom:35px; font-size:22px; }
	.footer .t2 { margin-bottom: 25px;}
	.footer .flogo { margin-right: 25px; }
	.footer .flogo img { width:90px; }
	.footer .fnav { margin-left: 55px; }
	.footer .fewm img { width:100px; }
	.footer .bottom { margin-top:45px; }
}
@media(min-width:1600px) {
	.footer { padding-top: 60px; }
	.footer .t1 { margin-bottom:40px; font-size:24px; }
	.footer .flogo { margin-right: 30px; }
	.footer .flogo img { width:97px; }
	.footer .fnav { margin-left: 65px; }
	.footer .fewm img { width:110px; }
	.footer .ewmimg { margin-right: 25px; }
	.footer .bottom { margin-top:55px; }
}
@media(min-width:1920px) {
	.footer { padding-top: 70px; }
	.footer .fnav { margin-left: 75px; }
	.footer .bottom { margin-top:65px; }
}

.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 { display:block; margin:0 auto 30px; width:220px; max-height:105px; }
.no-network img { display:block; margin:0 auto 30px; width:222px; height:160px; }
.no-goods p,.no-network p { font-size:14px; color:#666666; line-height:20px; }

.de-page-mian { text-align:right!important; }
.de-page-mian .page-inner { display: flex!important; justify-content: center; }
.de-page-mian .page-inner a { background: #fafafa!important; font-weight: bold; border:1px solid #ddd; 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; border-color:#da2028!important; background: #da2028!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:32px; margin:0 2px!important; }
	.de-page-mian .page-inner a.next { color:#7b7a7f!important; border:1px solid #ddd; 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:32px; background: #fafafa; }
	.de-page-mian .page-inner a.next:hover:before { color:#fff!important; font-weight: bold; background: #da2028!important; }
	.de-page-mian .page-inner a.prev { color:#7b7a7f!important; border:1px solid #ddd; 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:32px; background: #fafafa; }
	.de-page-mian .page-inner a.prev:hover:before { color:#fff!important; font-weight: bold; background: #da2028!important; }
}
@media(min-width:1200px) {
	.de-page-mian .page-inner a { height:32px!important; line-height:32px!important; width:32px; }
	.de-page-mian .page-inner a.next:before,.de-page-mian .page-inner a.prev:before { width:32px; }
}
@media(min-width:1400px) {
	.de-page-mian .page-inner a { height:37px!important; line-height:37px!important; width:37px; }
	.de-page-mian .page-inner a.next:before,.de-page-mian .page-inner a.prev:before { width:37px; }
}
@media(min-width:1600px) {
	.de-page-mian .page-inner a { height:40px!important; line-height:40px!important; width:40px; }
	.de-page-mian .page-inner a.next:before,.de-page-mian .page-inner a.prev:before { width:40px; }
}

.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 { 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; }
}