@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:#967b4f; }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_qpto64yx5ta.woff2?t=1742356633136') format('woff2'),
		 url('//at.alicdn.com/t/c/font_4807920_qpto64yx5ta.woff?t=1742356633136') format('woff'),
		 url('//at.alicdn.com/t/c/font_4807920_qpto64yx5ta.ttf?t=1742356633136') 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:1630px; max-width:1630px; margin:0 auto; }
}

.topbar {font-size:14px; color:rgba(255,255,255,.8); background: #967b4f; position: relative; }
.topbar .t1 { position: relative;z-index: 2; height: 35px;line-height: 35px; }
.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; }
.topbar .c1 { position: relative; padding:0 15px;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; }

.header { position:relative; padding-right:3%; background:#fff; }
.header .logo { width:60%; padding:10px; }
.nav { color:#555; display:none; }
.nav .slide { position: relative; text-align:center; white-space: nowrap; height:36px; line-height: 36px; }
.nav .slide.active>.link { color:#967b4f; }
.nav .navlist { position: absolute; top:100%; left:0; padding:0; min-width:100%; z-index: 3; display: none; background:#fff; box-shadow:0 0 8px rgba(0,0,0,.1); }
.nav>.navlist { position: relative; display:grid; grid-template-columns:repeat(7,1fr); gap: 25px; width:unset; max-width:100%; border-radius:0; padding:0!important; box-shadow:none; }
.nav>.navlist>.slide { flex:1; }
.nav .slide:hover>.navlist { display: block; }
.nav .link { display:block; position: relative; }
.nav .link img { margin-right:15px; }
.nav .link:hover { color:#967b4f; }
.nav>.navlist>.slide>.link:after { content:''; position: absolute; left:50%; bottom:10%; height:4px; border-radius:4px; background:#967b4f; transform:translateX(-50%); }
.header .telbox { width:40%; display: flex; align-items: center; justify-content: flex-end; padding-right: 0; }
.header .telbox .language { position: relative; }
.header .telbox .list { display: none; position: absolute; right:0; top:100%; min-width:100%; box-shadow:2px 2px 10px 0 rgba(0,0,0,.3); background:#fff; line-height: 1.5; z-index: 3; }
.header .telbox .list a { display: block; padding:5px 15px; border-bottom:1px solid #aaa; }
.header .telbox .list a:last-child { border:none; }
.header .telbox .list a:hover { color:#fff; background:#967b4f; }
.header .telbox .ali-icon { font-size:18px; margin:0 7px; cursor: pointer; }
.header .telbox .list.active { display: block; }
@media(max-width:575px) {
	.header .logo img { max-height:40px; }
}
@media(min-width:768px) {
	.header { padding:0 4% 0 2%; }
	.header .telbox .ali-icon { font-size:22px; }
}
@media(min-width:992px) {
	.header .logo { width:20%; }
	.nav { display: block; width:60%; }
	.nav .navlist .slide { height:40px; line-height: 40px; }
	.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%; }
	.header .telbox { width:15%; }
	.header .telbox .ali-icon { margin:0 10px; }
	.menu-btn { width:50px!important; }
}
@media(min-width:1200px) {
	.header .logo { width:25%; }
	.nav { width:55%; }
	.m_nav.nav-open { box-shadow:10px 0 20px 5px rgba(0,0,0,.3); width:400px!important; right:0; }
	.nav-open .nav-item:hover .link { color:#967b4f; }
	.nav .navlist .slide { height:40px; line-height: 40px; }
	.nav>.navlist { gap: 30px; font-size:16px!important; }
	.nav>.navlist>.slide { height:67px; line-height: 67px; }
	.header .telbox { width:20%; }
	.header .telbox .ali-icon { margin:0 12px; }
}
@media(min-width:1400px) {
	.header .logo { width:20%; padding:0; }
	.nav { width:60%; }
	.nav .navlist .slide { height:42px; line-height: 42px; }
	.nav>.navlist { gap: 35px; font-size:18px!important; }
	.nav>.navlist>.slide { height:75px; line-height: 75px; }
	.header .telbox .ali-icon { margin:0 14px; }
}
@media(min-width:1600px) {
	.header { padding-left:5%; }
	.nav .navlist .slide { height:46px; line-height: 46px; }
	.nav>.navlist { gap: 50px; }
	.nav>.navlist>.slide { height:85px; line-height: 85px; }
	.header .telbox .ali-icon { margin:0 17px; }
}
@media(min-width:1920px) {
	.nav .navlist .slide { height:50px; line-height: 50px; }
	.nav>.navlist { gap: 75px; }
	.nav>.navlist>.slide { height:100px; line-height: 100px; }
	.header .telbox .ali-icon { margin:0 20px; }
}

.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; }
.searchbox { background:#967b4f; color:#fff; display: flex; align-items: center; padding:10px 15px; position: absolute; right:0; bottom:0; z-index: 3;}
.searchbox a { font-size:20px; margin-right: 10px; }
.searchbox a:hover { color:#fff; }
.searchbox input { background:transparent; border:none; color:#fff; padding:0 10px; line-height: 1.5; }
.searchbox input::placeholder { color:#fff; text-decoration: underline; }
.searchbox input:focus::placeholder { color:rgba(255,255,255,.4); text-decoration: none; }
@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; }
	.searchbox { padding:20px 15% 20px 40px; }
	.searchbox a { font-size:22px; }
}
@media(min-width:992px) {
	.banner .t1 { font-size:56px; }
	.banner .more { height:37px; line-height: 37px; margin-top: 40px; padding:0 30px; }
	.searchbox { padding:25px 15% 25px 50px; }
	.searchbox a { font-size:24px; margin-right: 20px; }
}
@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; }
	.searchbox { padding:30px 15% 30px 50px; }
	.searchbox a { font-size:26px; }
}
@media(min-width:1400px) {
	.banner .t1 { font-size:66px; }
	.banner .more { height:42px; line-height: 42px;  margin-top: 70px; padding:0 50px; }
	.searchbox { padding:35px 15% 35px 60px; }
	.searchbox a { font-size:28px; margin-right: 25px; }
	.searchbox input { font-size:18px; }
}
@media(min-width:1600px) {
	.banner .t1 { font-size:70px; }
	.banner .more { height:45px; line-height: 45px;  margin-top: 90px; padding:0 55px; }
	.searchbox { padding:40px 15% 40px 70px; }
	.searchbox a { font-size:30px; }
}

/*内页大图样式*/
.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:#967b4f; border:1px solid #967b4f; 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:#967b4f; border-color:#967b4f; 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 #967b4f; 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:#967b4f; border-color:#967b4f; 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:#f4f5f6; }
.index01 .t1 { color:#2e2f31; font-weight: bold; font-size:20px; margin-right: 3%; white-space: nowrap; }
.index01 .t1:before { content:''; display: inline-block; vertical-align: text-top; margin-top: 4%; margin-right: 10px; background:#967b4f; width:17px; height:13px; transform:skew(-10deg); }
.index01 .t2 { line-height: 1.5; padding-right: 5%; }
.index01 .more { white-space: nowrap; }
.index01 .more:after { content:''; display: inline-block; vertical-align: text-top; margin-top: 2%; margin-left: 10px; background:#967b4f; width:15px; height:11px; transform:skew(-10deg); }
.index01 .content { margin-top: 20px; }
.index01 .swiper-slide { position: relative; background:#fff; max-width:50%; }
.index01 .swiper-slide a:after { content:''; position: absolute; left:0; top:0; width:100%; height:100%; z-index: 3; }
.index01 .txtbox { padding:25px 20px 0; }
.index01 .c1,.index01 .f1 { font-size:18px; color:#292727; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index01 .c2 { color:#797878; line-height: 1.5; margin-top: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index01 .imgbox { margin-top: 20px; }
.index01 .floatbox { display: none; position: absolute; left:0; top:0; width:100%; height:100%; padding:25px 20px; background:linear-gradient(135deg,rgba(0,0,0,1),rgba(0,0,0,.7)); }
.index01 .floatbox .list { margin-top: 20px; }
.index01 .f1 { color:#fff; }
.index01 .f2 { color:#fff; font-weight: bold; font-size:14px; margin-top: 10px; }
.index01 .f2:before { content:''; display: inline-block; vertical-align: middle; margin-right: 10px; background:#fff; width:8px; height:8px; }
.index01 .f3 { color:rgba(255,255,255,.5); line-height: 1.5; padding: 10px 0 8px; border-bottom:1px solid rgba(255,255,255,.1); }
.index01 .f4 { display:-webkit-box; color:rgba(255,255,255,.5); line-height: 1.5; word-wrap: break-word; -webkit-box-orient:vertical; line-clamp:5; -webkit-line-clamp:10; overflow:hidden; text-overflow: ellipsis; }
.index01 .swiper { padding-bottom: 30px; }
.index01 .bottom { position: absolute; bottom:0; left:0; right:0; display: flex; align-items: center; }
.index01 .swiper-scrollbar { background: none; flex:1; width: 50%; left: 0; margin-right:2%; }
.index01 .swiper-scrollbar-drag { background:#967b4f; z-index: 1; height:3px; border-radius:0; }
.index01 .swiper-scrollbar:after {content: '';height: 1px;width: 100%;background: #ccc;position: absolute;top: 1px;}
.index01 .swiper-button-prev, .index01 .swiper-button-next { position: unset; background:#967b4f; width:30px; height:20px; line-height: 20px; margin:0 2px; transform:skew(-10deg); }
.index01 .swiper-button-prev:after, .index01 .swiper-button-next:after { color:#fff; font-size:10px; transform:skew(10deg); }
.index01 .swiper-button-prev:hover, .index01 .swiper-button-next:hover { background:#33353a; }
@media(min-width:576px) {
	.index01 { padding:35px 0 30px; }
	.index01 .t1 { font-size:22px; }
	.index01 .content { margin-top: 25px; }
	.index01 .txtbox { padding:30px 25px 0; }
	.index01 .c1,.index01 .f1 { font-size:22px; }
	.index01 .floatbox { padding:30px 25px; }
	.index01 .swiper { padding-bottom: 40px; }
}
@media(min-width:768px) {
	.index01 { padding:50px 0 40px; }
	.index01 .t1 { font-size:26px; }
	.index01 .content { margin-top: 30px; }
	.index01 .txtbox { padding:35px 30px 0; }
	.index01 .c1,.index01 .f1 { font-size:24px; }
	.index01 .c2 { margin-top: 13px; }
	.index01 .imgbox { margin-top: 25px; }
	.index01 .floatbox { padding:35px 30px; }
	.index01 .f2 { font-size:15px; }
	.index01 .floatbox .list { margin-top: 25px; }
	.index01 .f2 { margin-top: 15px; }
	.index01 .f3 { padding: 13px 0 10px; }
	.index01 .swiper { padding-bottom: 50px; }
	.index01 .swiper-slide { max-width:33%; }
	.index01 .swiper-button-prev, .index01 .swiper-button-next { width:35px; }
}
@media(min-width:992px) {
	.index01 { padding:70px 0 50px; }
	.index01 .t1 { font-size:30px; }
	.index01 .t1:before { margin-right: 15px; }
	.index01 .more:after { width:17px; height:13px; }
	.index01 .content { margin-top: 35px; }
	.index01 .txtbox { padding:40px 35px 0; }
	.index01 .c1,.index01 .f1 { font-size:26px; }
	.index01 .floatbox { padding:40px 35px; }
	.index01 .floatbox .list { margin-top: 30px; }
	.index01 .f2 { font-size:16px; }
	.index01 .swiper { padding-bottom: 60px; }
}
@media(min-width:1200px) {
	.index01 { padding:90px 0 60px; }
	.index01 .t1 { font-size:34px; }
	.index01 .content { margin-top: 40px; }
	.index01 .c1,.index01 .f1 { font-size:28px; }
	.index01 .c2 { margin-top: 17px; }
	.index01 .swiper-slide:hover .c1,.index01 .swiper-slide:hover .c2 { opacity: 0; }
	.index01 .swiper-slide:hover .floatbox { display: block; }
	.index01 .imgbox { margin-top: 30px; }
	.index01 .floatbox .list { margin-top: 35px; }
	.index01 .f2 { font-size:17px; margin-top: 20px; }
	.index01 .f3 { padding: 15px 0 13px; }
	.index01 .swiper { padding-bottom: 70px; }
}
@media(min-width:1400px) {
	.index01 { padding:110px 0 70px; }
	.index01 .t1 { font-size:38px; }
	.index01 .content { margin-top: 45px; }
	.index01 .txtbox { padding:45px 40px 0; }
	.index01 .c1,.index01 .f1 { font-size:30px; }
	.index01 .floatbox { padding:45px 40px; }
	.index01 .floatbox { padding:45px 40px; }
	.index01 .f2 { font-size:18px; }
	.index01 .swiper { padding-bottom: 80px; }
}
@media(min-width:1600px) {
	.index01 { padding:130px 0 80px; }
	.index01 .t1 { font-size:42px; }
	.index01 .content { margin-top: 50px; }
	.index01 .txtbox { padding:50px 45px 0; }
	.index01 .c1,.index01 .f1 { font-size:32px; }
	.index01 .c2 { margin-top: 20px; }
	.index01 .imgbox { margin-top: 35px; }
	.index01 .floatbox { padding:50px 45px; }
	.index01 .floatbox .list { margin-top: 45px; }
	.index01 .f3 { padding: 17px 0 15px; }
	.index01 .swiper { padding-bottom: 90px; }
}
@media(min-width:1920px) {
	.index01 { padding:160px 0 100px; }
	.index01 .t1 { font-size:47px; }
	.index01 .content { margin-top: 60px; }
	.index01 .txtbox { padding:55px 50px 0; }
	.index01 .c1,.index01 .f1 { font-size:34px; }
	.index01 .floatbox { padding:55px 50px; }
	.index01 .floatbox .list { margin-top: 50px; }
	.index01 .swiper { padding-bottom: 110px; }
}

.index02 { position: relative; overflow: hidden; padding:30px 0; background:#fff; }
.index02 .t1 { position: relative; color:#2e2f31; font-weight: bold; font-size:20px; line-height: 1.5; padding-left: 28px; margin-right: 3%;  }
.index02 .t1:before { content:''; display: block; position: absolute; left:0; top: 8px; background:#967b4f; width:17px; height:13px; transform:skew(-10deg); }
.index02 .t2 { margin-top: 20px; line-height: 1.8; overflow: hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:8; line-clamp: 8; text-overflow: ellipsis; }
.index02 .t2 p { margin-bottom: 15px; }
.index02 .more { display: block; white-space: nowrap; text-align: center; margin-top: 20px; }
.index02 .more:after { content:''; display: inline-block; vertical-align: middle; margin-left: 10px; background:#967b4f; width:15px; height:11px; transform:skew(-10deg); }
.index02 .content { margin-top: 20px; padding-top: 20px; border-top:1px solid #d1d3da; }
.index02 .slide { margin-bottom: 20px; }
.index02 .slide:nth-child(n+3) { margin-bottom: 0; }
.index02 .slide .img { margin-right: 15px; }
.index02 .slide .img img { width:40px; }
.index02 .slide .c1 { color:#172444; font-size:18px; line-height: 1.2; }
.index02 .slide .c2 { color:rgba(40,40,37,.6); margin-top: 5px; line-height: 1.3; }
.index02 .rightbox { margin-top: 15px; }
.index02 .play-btn { position: absolute; left:0; top:0%; width:100%; height:100%; z-index: 3; display: flex; align-items: center; justify-content: center; cursor:pointer; }
.index02 .play-btn:hover img { transition:.2s all; }
@media(min-width:576px) {
	.index02 { padding:45px 0; }
	.index02 .t1 { font-size:22px; }
	.index02 .content { margin-top: 25px; padding-top: 25px; }
	.index02 .rightbox { margin-top: 25px; }
}
@media(min-width:768px) {
	.index02 { padding:65px 0; }
	.index02 .t1 { font-size:26px; }
	.index02 .t1:before { top: 12px; }
	.index02 .more { text-align: right; margin-top: 30px; }
	.index02 .content { margin-top: 30px; padding-top: 30px; }
	.index02 .slide { margin-bottom: 25px; }
	.index02 .slide .img { margin-right: 20px; }
	.index02 .slide .c1 { font-size:20px; line-height: 1.5; }
	.index02 .slide .c2 { margin-top: 7px; }
	.index02 .rightbox { margin-top: 35px; }
}
@media(min-width:992px) {
	.index02 { padding:95px 0 80px; }
	.index02 .t1 { font-size:30px; }
	.index02 .t1:before { margin-right: 15px; }
	.index02 .t2 { margin-top: 0; -webkit-line-clamp:4; line-clamp: 4; }
	.index02 .more { margin-top: 35px; }
	.index02 .more:after { width:17px; height:13px; }
	.index02 .content { margin-top: 35px; padding-top: 35px; }
	.index02 .slide { margin-bottom: 30px; }
	.index02 .slide .c2 { margin-top: 8px; }
	.index02 .rightbox { margin-top: 0; }
}
@media(min-width:1200px) {
	.index02 { padding:110px 0 95px; }
	.index02 .t1 { font-size:34px; }
	.index02 .t1:before { top: 16px; }
	.index02 .more { margin-top: 40px; }
	.index02 .content { margin-top: 40px; padding-top: 40px; }
	.index02 .slide { margin-bottom: 35px; }
	.index02 .slide .img { margin-right: 25px; }
	.index02 .slide .c1 { font-size:22px; }
	.index02 .slide .c2 { margin-top: 10px; }
	.index02 .play-btn:hover img { transform:scale(1.1); transition:.2s all; }
}
@media(min-width:1400px) {
	.index02 { padding:130px 0 110px; }
	.index02 .t1 { font-size:38px; }
	.index02 .more { margin-top: 45px; }
	.index02 .content { margin-top: 45px; padding-top: 45px; }
	.index02 .slide { margin-bottom: 40px; }
	.index02 .slide .img { margin-right: 35px; }
	.index02 .slide .c1 { font-size:24px; }
}
@media(min-width:1600px) {
	.index02 { padding:150px 0 130px; }
	.index02 .t1 { font-size:42px; }
	.index02 .more { margin-top: 55px; }
	.index02 .content { margin-top: 50px; padding-top: 50px; }
	.index02 .slide { margin-bottom: 45px; }
	.index02 .slide .img { margin-right: 45px; }
	.index02 .slide .c1 { font-size:26px; }
}
@media(min-width:1920px) {
	.index02 { padding:180px 0 150px; }
	.index02 .t1 { font-size:47px; }
	.index02 .more { margin-top: 65px; }
	.index02 .content { margin-top: 60px; padding-top: 60px; }
	.index02 .slide { margin-bottom: 50px; }
	.index02 .slide .img { margin-right: 60px; }
	.index02 .slide .c1 { font-size:28px; }
}

.index03 { position: relative; padding:30px 0; background:#26272a url(../images/in03_bg.jpg) no-repeat; background-size:cover; }
.index03 .t1 { color:#fff; font-weight: bold; font-size:20px; margin-right: 3%; }
.index03 .t1:before { content:''; display: inline-block; vertical-align: text-top; margin-top: 10px; margin-right: 10px; background:#967b4f; width:17px; height:13px; transform:skew(-10deg); }
.index03 .t2 { color:rgba(255,255,255,.6); line-height: 2; margin-top: 20px; }
.index03 .honor { margin-top: 20px; padding:15px 7% 20px; }
.index03 .honor .swiper-slide { max-width:47%; }
.index03 .honor .imgbox:after { padding-top:133%; }
.index03 .content { position: relative; margin-top: 20px; }
.index03 .txtbox { position: absolute; left:7%; bottom:0; padding-bottom: 15px; }
.index03 .txtbox .c1 { color:#fff; font-size:18px; }
.index03 .txtbox .c2 { color:rgba(255,255,255,.4); line-height: 1.5; margin-top: 7px; }
.index03 .btnbox { position: absolute; right:15px; bottom:15px; }
.index03 .swiper-button-prev, .index03 .swiper-button-next { position: unset; background:#967b4f; width:30px; height:20px; line-height: 20px; margin:0 2px; transform:skew(-10deg); }
.index03 .swiper-button-prev:after, .index03 .swiper-button-next:after { color:#fff; font-size:10px; transform:skew(10deg); }
.index03 .swiper-button-prev:hover, .index03 .swiper-button-next:hover { background:#33353a; }
@media(min-width:576px) {
	.index03 { padding:35px 0 30px; }
	.index03 .t1 { font-size:22px; }
	.index03 .honor { padding:15px 15% 25px; }
	.index03 .content { margin-top: 25px; }
	.index03 .txtbox { padding-bottom: 25px; }
	.index03 .btnbox { right:15px; bottom:25px; }
}
@media(min-width:768px) {
	.index03 { padding:50px 0 100px; }
	.index03 .leftbox { padding-bottom:30px; border-right:1px solid rgba(255,255,255,.3); }
	.index03 .title { padding-right: 5%; }
	.index03 .t1 { font-size:22px; }
	.index03 .t2 { margin-top: 25px; }
	.index03 .honor { margin-top: 0; padding:15px 4% 30px; }
	.index03 .content { margin-top: 0px; margin-bottom:-200px; }
	.index03 .txtbox { padding-bottom: 30px; }
	.index03 .txtbox .c1 { font-size:20px; }
	.index03 .txtbox .c2 { margin-top: 10px; }
	.index03 .btnbox { right:15px; bottom:30px; }
	.index03 .swiper-button-prev, .index03 .swiper-button-next { width:35px; }
}
@media(min-width:992px) {
	.index03 { padding:70px 0 120px; }
	.index03 .leftbox { padding-bottom:35px; }
	.index03 .title { padding-right: 16%; }
	.index03 .t1 { font-size:30px; }
	.index03 .t1:before { margin-right: 15px; }
	.index03 .t2 { margin-top: 30px; padding-left: 30px; }
	.index03 .honor { padding:30px 7.5% 35px 12%; }
	.index03 .content { margin-top: 0; margin-bottom:-250px; }
	.index03 .txtbox { padding-bottom: 40px; }
	.index03 .txtbox .c1 { font-size:22px; }
	.index03 .btnbox { right:15px; bottom:40px; }
}
@media(min-width:1200px) {
	.index03 { padding:90px 0 140px; }
	.index03 .leftbox { padding-bottom:45px; }
	.index03 .t1 { font-size:34px; }
	.index03 .t2 { margin-top: 35px; }
	.index03 .honor { padding-bottom:45px; }
	.index03 .content { margin-bottom:-300px; }
	.index03 .txtbox { padding-bottom: 50px; }
	.index03 .txtbox .c1 { font-size:24px; }
	.index03 .txtbox .c2 { margin-top: 13px; }
	.index03 .btnbox { right:5%; bottom:50px; }
}
@media(min-width:1400px) {
	.index03 { padding:110px 0 160px; }
	.index03 .leftbox { padding-bottom:55px; }
	.index03 .t1 { font-size:38px; }
	.index03 .t2 { margin-top: 40px; }
	.index03 .honor { padding-bottom:55px; }
	.index03 .content { margin-bottom:-350px; }
	.index03 .txtbox { padding-bottom: 60px; }
	.index03 .txtbox .c1 { font-size:26px; }
	.index03 .txtbox .c2 { margin-top: 15px; }
	.index03 .btnbox { bottom:60px; }
}
@media(min-width:1600px) {
	.index03 { padding:130px 0 180px; }
	.index03 .leftbox { padding-bottom:65px; }
	.index03 .t1 { font-size:42px; }
	.index03 .t2 { margin-top: 50px; line-height: 2; padding-left: 40px; }
	.index03 .honor { padding-bottom:65px; }
	.index03 .content { margin-bottom:-400px; }
	.index03 .txtbox { padding-bottom: 70px; }
	.index03 .txtbox .c1 { font-size:28px; }
	.index03 .btnbox { bottom:70px; }
}
@media(min-width:1920px) {
	.index03 { padding:165px 0 220px; }
	.index03 .leftbox { padding-bottom:75px; }
	.index03 .t1 { font-size:47px; }
	.index03 .t2 { margin-top: 60px; }
	.index03 .honor { padding-bottom:75px; }
	.index03 .content { margin-bottom:-450px; }
	.index03 .txtbox { padding-bottom: 80px; }
	.index03 .txtbox .c1 { font-size:30px; }
	.index03 .txtbox .c2 { margin-top: 20px; }
	.index03 .btnbox { bottom:80px; }
}

.index04 { position: relative; overflow: hidden; padding:25px 0; background:#fff; }
.index04 .t1 { color:#2e2f31; font-weight: bold; font-size:20px; margin-right: 3%; white-space: nowrap; }
.index04 .t1:before { content:''; display: inline-block; vertical-align: text-top; margin-top: 4%; margin-right: 10px; background:#967b4f; width:17px; height:13px; transform:skew(-10deg); }
.index04 .t2 { line-height: 1.5; padding-right: 5%; }
.index04 .more { white-space: nowrap; }
.index04 .more:after { content:''; display: inline-block; vertical-align: text-top; margin-top: 2%; margin-left: 10px; background:#967b4f; width:15px; height:11px; transform:skew(-10deg); }
.index04 .content { margin-top: 20px; }
.index04 .swiper-slide { border-top:1px solid #e5e5e5; padding-top: 20px; }
.index04 .swiper-slide a:after { content:''; position: absolute; left:0; top:0; width:100%; height:100%; z-index: 1; }
.index04 .swiper-slide .c1 { color:#000; font-size:16px; }
.index04 .swiper-slide .c2 { color:#666; 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 .swiper-slide .c3 { color:#aaa; margin-top: 10px; }
@media(min-width:576px) {
	.index04 { padding:35px 0 35px; }
	.index04 .t1 { font-size:22px; }
	.index04 .content { margin-top: 25px; }
}
@media(min-width:768px) {
	.index04 { padding:50px 0 50px; }
	.index04 .t1 { font-size:26px; }
	.index04 .content { margin-top: 30px; }
	.index04 .swiper-slide { padding-top: 25px; }
	.index04 .swiper-slide .c1 { font-size:18px; }
	.index04 .swiper-slide .c2 { line-height: 32px; height:64px; margin-top: 12px; }
	.index04 .swiper-slide .c3 { margin-top: 12px; }
}
@media(min-width:992px) {
	.index04 { padding:200px 0 80px; }
	.index04 .t1 { font-size:30px; }
	.index04 .t1:before { margin-right: 15px; }
	.index04 .more:after { width:17px; height:13px; }
	.index04 .swiper-slide { padding-top: 30px; }
	.index04 .swiper-slide:hover { border-color:#967b4f; }
	.index04 .swiper-slide:hover .c2 { color:#967b4f; }
	.index04 .swiper-slide .c2 { margin-top: 15px; }
	.index04 .swiper-slide .c3 { margin-top: 15px; }
}
@media(min-width:1200px) {
	.index04 { padding:250px 0 100px; }
	.index04 .t1 { font-size:34px; }
	.index04 .content { margin-top: 40px; }
	.index04 .swiper-slide { padding-top: 35px; }
	.index04 .swiper-slide .c1 { font-size:20px; }
	.index04 .swiper-slide .c2 { line-height: 36px; height: 72px; margin-top: 18px; }
	.index04 .swiper-slide .c3 { margin-top: 18px; }
}
@media(min-width:1400px) {
	.index04 { padding:300px 0 120px; }
	.index04 .t1 { font-size:38px; }
	.index04 .content { margin-top: 45px; }
	.index04 .swiper-slide { padding-top: 40px; }
	.index04 .swiper-slide .c1 { font-size:22px; }
	.index04 .swiper-slide .c2 { margin-top: 22px; }
	.index04 .swiper-slide .c3 { margin-top: 22px; }
}
@media(min-width:1600px) {
	.index04 { padding:350px 0 140px; }
	.index04 .t1 { font-size:42px; }
	.index04 .content { margin-top: 50px; }
	.index04 .swiper-slide { padding-top: 45px; }
	.index04 .swiper-slide .c1 { font-size:24px; }
	.index04 .swiper-slide .c2 { line-height: 40px; height: 80px; margin-top: 25px; }
	.index04 .swiper-slide .c3 { margin-top: 25px; }
}
@media(min-width:1920px) {
	.index04 { padding:400px 0 160px; }
	.index04 .t1 { font-size:47px; }
	.index04 .content { margin-top: 60px; }
	.index04 .swiper-slide { padding-top: 50px; }
	.index04 .swiper-slide .c1 { font-size:26px; }
}

.company01 { position: relative; padding:30px 0; background:#26272a url(../images/company01_bg.jpg) no-repeat; background-size:cover; }
.company01 .t1 { position: relative; color:#fff; font-weight: bold; font-size:20px; line-height: 1.5; padding-left: 28px; margin-right: 3%; white-space: nowrap; }
.company01 .t1:before { content:''; display: block; position: absolute; left:0; top: 8px; background:#967b4f; width:17px; height:13px; transform:skew(-10deg); }
.company01 .t2 { color:rgba(255,255,255,.7); line-height: 2; margin-top: 20px; }
.company01 .t2 p { margin:10px 0; }
.company01 .t2::-webkit-scrollbar { width:5px; height:5px; }
.company01 .t2::-webkit-scrollbar-track { box-shadow:inset 0 0 6px transparent; background: #eee; }
.company01 .t2::-webkit-scrollbar-thumb { background:#967b4f; border-radius:5px; }
.company01 .list { margin-top: 15px; }
.company01 .slide { margin-bottom: 20px; }
.company01 .slide .img { margin-right: 15px; }
.company01 .slide .img img { width:40px; }
.company01 .slide .c1 { color:#fff; font-size:18px; line-height: 1.2; }
.company01 .slide .c2 { color:rgba(255,255,255,.6); margin-top: 5px; line-height: 1.3; }
@media(min-width:576px) {
	.company01 { padding:45px 0; }
	.company01 .t1 { font-size:22px; }
	.company01 .list { display: flex; flex-wrap:wrap; justify-content: space-between; margin-top: 25px; }
	.company01 .slide { flex:0 0 45%; max-width:45%; margin-bottom: 30px; }
}
@media(min-width:768px) {
	.company01 { padding:60px 0; }
	.company01 .title { padding-right: 5%; }
	.company01 .t1 { font-size:22px; }
	.company01 .t1:before { top: 12px; }
	.company01 .t2 { margin-top: 25px; }
	.company01 .list { margin-top: 35px; }
	.company01 .slide .img { margin-right: 25px; }
	.company01 .slide .c1 { font-size:20px; line-height: 1.5; }
	.company01 .slide .c2 { margin-top: 7px; }
}
@media(min-width:992px) {
	.company01 { padding:90px 0; }
	.company01 .title { padding-right: 16%; }
	.company01 .t1 { font-size:30px; padding-left: 30px; }
	.company01 .t1:before { margin-right: 15px; }
	.company01 .t2 { margin-top: 30px; overflow-y:auto; height:300px; padding-right: 15px; }
	.company01 .t2 p { margin:15px 0; }
	.company01 .list { display: block; margin-top: 0; padding:0 8% 0 20%; border-left:1px solid #8a6940; }
	.company01 .slide { max-width:unset; margin-bottom: 30px; }
	.company01 .slide:first-child { margin-top: 30px; }
	.company01 .slide .c2 { margin-top: 8px; }
}
@media(min-width:1200px) {
	.company01 { padding:110px 0; }
	.company01 .t1 { font-size:34px; }
	.company01 .t1:before { top: 16px; }
	.company01 .t2 { margin-top: 35px; }
	.company01 .t2 p { margin:20px 0; }
	.company01 .slide { margin-bottom: 35px; }
	.company01 .slide:first-child { margin-top: 35px; }
	.company01 .slide .img { margin-right: 30px; }
	.company01 .slide .img img { width:50px; }
	.company01 .slide .c1 { font-size:22px; }
	.company01 .slide .c2 { margin-top: 10px; }
}
@media(min-width:1400px) {
	.company01 { padding:130px 0; }
	.company01 .t1 { font-size:38px; padding-left: 36px; }
	.company01 .t1:before { top: 18px; }
	.company01 .t2 { margin-top: 40px; }
	.company01 .t2 p { margin:25px 0; }
	.company01 .slide { margin-bottom: 40px; }
	.company01 .slide:first-child { margin-top: 40px; }
	.company01 .slide .img { margin-right: 40px; }
	.company01 .slide .c1 { font-size:24px; }
}
@media(min-width:1600px) {
	.company01 { padding:150px 0; }
	.company01 .t1 { font-size:42px; padding-left: 40px; }
	.company01 .t1:before { top: 20px; }
	.company01 .t2 { margin-top: 50px; line-height: 2; height:400px; }
	.company01 .t2 p { margin:30px 0; }
	.company01 .slide { margin-bottom: 60px; }
	.company01 .slide:first-child { margin-top: 60px; }
	.company01 .slide .img { margin-right: 55px; }
	.company01 .slide .img img { width:57px; }
	.company01 .slide .c1 { font-size:26px; }
}
@media(min-width:1920px) {
	.company01 { padding:170px 0; }
	.company01 .t1 { font-size:47px; }
	.company01 .t1:before { top: 22px; }
	.company01 .t2 { margin-top: 60px; }
	.company01 .t2 p { margin:35px 0; }
	.company01 .slide { margin-bottom: 70px; }
	.company01.slide:first-child { margin-top: 70px; }
	.company01 .slide .img { margin-right: 70px; }
	.company01 .slide .c1 { font-size:28px; }
}


.company02 { position: relative; padding:30px 0; background:#fff; }
.company02 .t1 { color:#000; font-weight: bold; font-size:20px; margin-right: 3%; white-space: nowrap; }
.company02 .t1:before { content:''; display: inline-block; vertical-align: text-top; margin-top: 10px; margin-right: 10px; background:#967b4f; width:17px; height:13px; transform:skew(-10deg); }
.company02 .t2 { color:rgba(0,0,0,.6); line-height: 2; margin-top: 20px; }
.company02 .honor { margin-top: 20px; padding:15px 7% 20px; }
.company02 .honor .swiper-slide { max-width:47%; }
.company02 .honor .imgbox:after { padding-top:133%; }
@media(min-width:576px) {
	.company02 { padding:40px 0; }
	.company02 .t1 { font-size:22px; }
	.company02 .honor { padding:15px 15% 25px; }
}
@media(min-width:768px) {
	.company02 { padding:50px 0; }
	.company02 .title { padding-right: 5%; }
	.company02 .t1 { font-size:22px; }
	.company02 .t2 { margin-top: 30px; }
	.company02 .honor { margin-top: 0; padding:15px 4% 30px; }
}
@media(min-width:992px) {
	.company02 { padding:65px 0; }
	.company02 .title { padding-right: 16%; }
	.company02 .t1 { font-size:30px; }
	.company02 .t1:before { margin-right: 15px; }
	.company02 .t2 { margin-top: 40px; }
	.company02 .honor { padding:30px 4% 35px 6%; }
}
@media(min-width:1200px) {
	.company02 { padding:80px 0; }
	.company02 .t1 { font-size:34px; }
	.company02 .t2 { margin-top: 55px; }
	.company02 .honor { padding-bottom:45px; }
}
@media(min-width:1400px) {
	.company02 { padding:95px 0; }
	.company02 .t1 { font-size:38px; }
	.company02 .t2 { margin-top: 65px; }
	.company02 .honor { padding-bottom:55px; }
}
@media(min-width:1600px) {
	.company02 { padding:110px 0; }
	.company02 .t1 { font-size:42px; }
	.company02 .t2 { margin-top: 75px; line-height: 2; }
	.company02 .honor { padding-bottom:65px; }
}
@media(min-width:1920px) {
	.company02 { padding:125px 0; }
	.company02 .t1 { font-size:47px; }
	.company02 .t2 { margin-top: 80px; }
	.company02 .honor { padding-bottom:75px; }
}

.company03 { position: relative; overflow: hidden; padding:25px 0; background:#8a6940; }
.company03 .imgbox { display: block; }
.company03 .imgbox:after { padding-top: 60%; }
.company03 .imgbox img { max-height:unset; }
.company03 .txtbox { position: absolute; left:7%; bottom:0; padding-bottom: 15px; }
.company03 .txtbox .c1 { color:#fff; font-size:18px; }
.company03 .txtbox .c2 { color:rgba(255,255,255,.4); line-height: 1.5; margin-top: 7px; }
@media(min-width:576px) {
	.company03 { padding:30px 0; }
	.company03 .txtbox { padding-bottom: 25px; }
}
@media(min-width:768px) {
	.company03 { padding:35px 0; }
	.company03 .txtbox { padding-bottom: 30px; }
	.company03 .txtbox .c1 { font-size:20px; }
	.company03 .txtbox .c2 { margin-top: 10px; }
}
@media(min-width:992px) {
	.company03 { padding:45px 0 45px; }
	.company03 .txtbox { padding-bottom: 40px; }
	.company03 .txtbox .c1 { font-size:22px; }
}
@media(min-width:1200px) {
	.company03 { padding:60px 0 55px; }
	.company03 .txtbox { padding-bottom: 50px; }
	.company03 .txtbox .c1 { font-size:24px; }
	.company03 .txtbox .c2 { margin-top: 13px; }
}
@media(min-width:1400px) {
	.company03 { padding:80px 0 70px; }
	.company03 .txtbox { padding-bottom: 60px; }
	.company03 .txtbox .c1 { font-size:26px; }
	.company03 .txtbox .c2 { margin-top: 15px; }
}
@media(min-width:1600px) {
	.company03 { padding:100px 0 85px; }
	.company03 .txtbox { padding-bottom: 70px; }
	.company03 .txtbox .c1 { font-size:28px; }
}
@media(min-width:1920px) {
	.company03 { padding:120px 0 100px; }
	.company03 .txtbox { padding-bottom: 80px; }
	.company03 .txtbox .c1 { font-size:30px; }
	.company03 .txtbox .c2 { margin-top: 20px; }
}


.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:#967b4f; }
.job01 .panel.active { color:#fff; background:#967b4f; 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:#967b4f; padding:10px 25px; text-align: center; display:inline-block; margin:25px auto; }
.job01 .more:hover { background: #967b4f; }
@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; }
}

.product01 { position: relative; overflow: hidden; padding:20px 0; background:#f4f5f6; }
.product01 .t1 { color:#2e2f31; font-weight: bold; font-size:20px; margin-right: 3%; white-space: nowrap; }
.product01 .t1:before { content:''; display: inline-block; vertical-align: text-top; margin-top: 4%; margin-right: 10px; background:#967b4f; width:17px; height:13px; transform:skew(-10deg); }
.product01 .t2 { line-height: 1.5; padding-right: 5%; }
.product01 .list { margin-top: 20px; }
.product01 .slide { background:#fff; padding:25px 20px; margin-bottom: 15px; }
.product01 .slide .imgbox { margin-top: 20px; }
.product01 .slide .imgbox:after { padding-top: 75%; }
.product01 .slide .imgbox img { max-height:80%; max-width: 80%; }
.product01 .slide .c1 { color:#292727; font-size:18px; line-height: 1.3; }
.product01 .slide .c2 { color:rgba(0,0,0,.6); margin-top: 10px; line-height: 1.5; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; line-clamp:2; overflow: hidden; text-overflow: ellipsis; }
.product01 .slide .ul { margin-top: 15px; }
.product01 .slide .ul .li { color:rgba(0,0,0,.6); line-height: 1.3; padding:15px 0; border-bottom:1px solid #ddd; }
.product01 .slide .ul .li span { color:#222; font-weight: bold; font-size:112.5%; padding-left: 5px; padding-right: 15px; }
.product01 .slide .btn { display: flex; align-items: center; justify-content: center; background:#967b4f; color:#fff; padding:7px 30px; margin-right: 10px; }
.product01 .slide .btn i { display: inline-block; vertical-align: text-top; margin-left: 10px; background:#1b191d; width:17px; height:13px; transform:skew(-10deg); }
@media(min-width:576px) {
	.product01 { padding:25px 0 30px; }
	.product01 .t1 { font-size:22px; }
	.product01 .list { margin-top: 25px; }
}
@media(min-width:768px) {
	.product01 { padding:30px 0 40px; }
	.product01 .t1 { font-size:26px; }
	.product01 .list { margin-top: 30px; }
	.product01 .slide { padding:25px 20px; padding-right:0!important; display: flex; align-items: center;}
	.product01 .slide .txtbox { flex:1; width:50%; padding-right: 8%; }
	.product01 .slide .imgbox { margin-top: 0; width:700px; max-width:45%; }
	.product01 .slide .c1 { font-size:22px; }
	.product01 .slide .btn { padding:10px 40px; }
}
@media(min-width:992px) {
	.product01 { padding:35px 0 50px; }
	.product01 .t1 { font-size:30px; }
	.product01 .t1:before { margin-right: 15px; }
	.product01 .list { margin-top: 35px; }
	.product01 .slide { padding:35px; }
	.product01 .slide .c1 { font-size:24px; }
	.product01 .slide .c2 { margin-top: 15px; }
	.product01 .slide .ul .li { padding:20px 0; }
	.product01 .slide .ul .li span { padding-right: 20px; }
	.product01 .slide .btn { padding:12px 45px; }
	.product01 .slide .btn:hover { background: #1b191d; }
	.product01 .slide .btn:hover i { background: #967b4f; }
}
@media(min-width:1200px) {
	.product01 { padding:40px 0 60px; }
	.product01 .t1 { font-size:34px; }
	.product01 .list { margin-top: 40px; }
	.product01 .slide { margin-bottom: 20px; padding:40px 45px; }
	.product01 .slide .c1 { font-size:28px; }
	.product01 .slide .ul .li { padding:25px 0; }
	.product01 .slide .ul .li span { padding-right: 25px; }
	.product01 .slide .btn { padding:14px 50px; margin-right: 15px; }
}
@media(min-width:1400px) {
	.product01 { padding:45px 0 70px; }
	.product01 .t1 { font-size:38px; }
	.product01 .list { margin-top: 45px; }
	.product01 .slide { margin-bottom: 25px; padding:50px 55px; }
	.product01 .slide .c1 { font-size:32px; }
	.product01 .slide .c2 { margin-top: 20px; }
	.product01 .slide .ul .li { padding:30px 0; }
	.product01 .slide .ul .li span { padding-right: 30px; }
	.product01 .slide .btn { padding:16px 55px; }
}
@media(min-width:1600px) {
	.product01 { padding:50px 0 80px; }
	.product01 .t1 { font-size:42px; }
	.product01 .list { margin-top: 50px; }
	.product01 .slide { padding:55px 65px; }
	.product01 .slide .c1 { font-size:34px; }
	.product01 .slide .ul .li { padding:35px 0; }
	.product01 .slide .ul .li span { padding-right: 35px; }
	.product01 .slide .btn { padding:18px 60px; margin-right: 20px; }
}
@media(min-width:1920px) {
	.product01 { padding:60px 0 100px; }
	.product01 .t1 { font-size:47px; }
	.product01 .list { margin-top: 60px; }
	.product01 .slide { margin-bottom: 30px; padding:65px 80px; }
	.product01 .slide .c1 { font-size:37px; }
	.product01 .slide .ul .li { padding:40px 0; }
	.product01 .slide .ul .li span { padding-right: 40px; }
	.product01 .slide .btn { padding:20px 65px; }
}

.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:#967b4f; }
	.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; }
}


.proinfo { position: relative; overflow: hidden; padding:20px 0; background:#f4f5f6; }
.proinfo .t1 { color:#2e2f31; font-weight: bold; font-size:20px; margin-right: 3%; white-space: nowrap; }
.proinfo .t1:before { content:''; display: inline-block; vertical-align: text-top; margin-top: 4%; margin-right: 10px; background:#967b4f; width:17px; height:13px; transform:skew(-10deg); }
.proinfo .t2 { line-height: 1.5; padding-right: 5%; }
.proinfo .list { margin-top: 20px; }
.proinfo .slide { background:#fff; padding:25px 20px 20px; margin-bottom: 15px; }
.proinfo .slide .img { margin-top: 20px; }
.proinfo .slide .imgbox:after { padding-top: 75%; }
.proinfo .slide .imgbox img { max-height:80%; max-width: 80%; }
.proinfo .slide .c1 { color:#292727; font-size:18px; line-height: 1.3; }
.proinfo .slide .c2 { color:rgba(0,0,0,.6); margin-top: 10px; line-height: 1.5; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; line-clamp:2; overflow: hidden; text-overflow: ellipsis; }
.proinfo .slide .ul { margin-top: 15px; overflow-y: auto; }
.proinfo .slide .ul::-webkit-scrollbar { width:5px; height:5px; }
.proinfo .slide .ul::-webkit-scrollbar-track { box-shadow:inset 0 0 6px transparent; background:#eee; }
.proinfo .slide .ul::-webkit-scrollbar-thumb { background:#967b4f; border-radius:5px; }
.proinfo .slide .ul .li { color:rgba(0,0,0,.6); line-height: 1.3; padding:15px 0; border-bottom:1px solid #ddd; }
.proinfo .slide .ul .li span { color:#222; font-weight: bold; font-size:112.5%; padding-left: 5px; padding-right: 15px; }
.proinfo .slide a { display: flex; align-items: center; justify-content: center; background:#967b4f; color:#fff; margin-bottom: 5px; line-height: 1.3; padding:7px 30px; margin-right: 10px; }
.proinfo .slide a i { display: inline-block; vertical-align: text-top; margin-left: 10px; background:#1b191d; width:17px; height:13px; transform:skew(-10deg); }
.proinfo .panel { background: #fff; margin-bottom: 15px; }
.proinfo .p1 { position: relative; overflow: hidden; z-index: 1; color:#fff; font-size:16px; height:35px; line-height: 35px; padding-left: 15px; }
.proinfo .p1:before { content:''; position: absolute; z-index: -1; left:-10px; top:0; bottom:0; max-width:248px; width:40%; background:#967b4f; transform:skew(-15deg); }
.proinfo .p1:after { content:''; position: absolute; z-index: -1; left:0; top:0; right:0; height:3px; width:100%; background:#967b4f; }
.proinfo .panel .content { padding:20px; margin-top: 10px; }
.proinfo .info { line-height: 24px; min-height:100px; }
.proinfo .info p { margin:5px 0; }
.proinfo .info img { height:unset!important; max-width:100%!important; }
.proinfo .info iframe { background:none; max-width:100%!important; }
.proinfo .info table { background:none; width:100%!important; max-width:100%!important; }
.proinfo .pimg { margin-right: 15px; }
.proinfo .pimg img { width:40px; }
.proinfo .pc1 { color:#172444; font-size:18px; line-height: 1.2; margin-top: 10px; }
.proinfo .pc2 { color:rgba(40,40,37,.6); margin-top: 5px; line-height: 1.3; }
@media(min-width:576px) {
	.proinfo { padding:25px 0 30px; }
	.proinfo .t1 { font-size:22px; }
	.proinfo .list { margin-top: 25px; }
	.proinfo .p1 { font-size:18px; height:44px; line-height: 44px; padding-left: 25px; }
	.proinfo .p1:before { width:30%; }
	.proinfo .p1:after { height:4px; }
	.proinfo .panel .content { padding:25px; }
}
@media(min-width:768px) {
	.proinfo { padding:30px 0 40px; }
	.proinfo .t1 { font-size:26px; }
	.proinfo .list { margin-top: 30px; }
	.proinfo .slide { padding:30px 30px 25px; padding-right:0!important; display: flex; align-items: center;}
	.proinfo .slide .txtbox { flex:1; width:50%; padding-right: 8%; }
	.proinfo .slide .img { margin-top: 0; width:700px; max-width:45%; }
	.proinfo .slide .c1 { font-size:22px; }
	.proinfo .slide .ul { height:105px; padding-right: 10px; }
	.proinfo .slide a { padding:10px 40px; }
	.proinfo .p1 { font-size:22px; height:50px; line-height: 50px; padding-left: 30px; }
	.proinfo .p1:after { height:5px; }
	.proinfo .panel .content { padding:30px; }
	.proinfo .pimg { margin-right: 20px; }
	.proinfo .pc1 { font-size:20px; line-height: 1.5; }
	.proinfo .pc2 { margin-top: 7px; }
}
@media(min-width:992px) {
	.proinfo { padding:35px 0 50px; }
	.proinfo .t1 { font-size:30px; }
	.proinfo .t1:before { margin-right: 15px; }
	.proinfo .list { margin-top: 35px; }
	.proinfo .slide { padding:35px 35px 30px; }
	.proinfo .slide .c1 { font-size:24px; }
	.proinfo .slide .c2 { margin-top: 15px; }
	.proinfo .slide .ul { height:125px; }
	.proinfo .slide .ul .li { padding:20px 0; }
	.proinfo .slide .ul .li span { padding-right: 20px; }
	.proinfo .slide a { padding:12px 25px; margin-bottom: 0; }
	.proinfo .slide a:hover { background: #1b191d; }
	.proinfo .slide a:hover i { background: #967b4f; }
	.proinfo .p1 { font-size:26px; height:54px; line-height: 54px; padding-left: 35px; }
	.proinfo .p1:after { height:6px; }
	.proinfo .panel .content { padding:35px; margin-top: 15px; }
	.proinfo .info p { margin:10px 0; }
	.proinfo .pimg img { width:50px; }
	.proinfo .pc1 {  margin-top: 15px; }
	.proinfo .pc2 { margin-top: 8px; }
}
@media(min-width:1200px) {
	.proinfo { padding:40px 0 60px; }
	.proinfo .t1 { font-size:34px; }
	.proinfo .list { margin-top: 40px; }
	.proinfo .slide { padding:40px 45px 35px; }
	.proinfo .slide .c1 { font-size:28px; }
	.proinfo .slide .ul { height:151px; }
	.proinfo .slide .ul .li { padding:25px 0; }
	.proinfo .slide .ul .li span { padding-right: 25px; }
	.proinfo .slide a { padding:14px 35px; margin-right: 15px; }
	.proinfo .p1 { font-size:28px; height:58px; line-height: 58px; padding-left: 40px; }
	.proinfo .p1:after { height:7px; }
	.proinfo .panel .content { padding:40px; }	
	.proinfo .info { line-height: 32px; min-height:150px; }
	.proinfo .pimg { margin-right: 25px; }
	.proinfo .pc1 { font-size:22px; }
	.proinfo .pc2 { margin-top: 10px; }
}
@media(min-width:1400px) {
	.proinfo { padding:45px 0 70px; }
	.proinfo .t1 { font-size:38px; }
	.proinfo .list { margin-top: 45px; }
	.proinfo .slide { padding:50px 55px 40px; }
	.proinfo .slide .c1 { font-size:32px; }
	.proinfo .slide .c2 { margin-top: 20px; }
	.proinfo .slide .ul { height:171px; }
	.proinfo .slide .ul .li { padding:30px 0; }
	.proinfo .slide .ul .li span { padding-right: 30px; }
	.proinfo .slide a { padding:16px 55px; }
	.proinfo .p1 { font-size:30px; height:62px; line-height: 62px; padding-left: 45px; }
	.proinfo .p1:after { height:8px; }
	.proinfo .panel .content { padding:45px; margin-top: 20px; }
	.proinfo .info p { margin:15px 0; }
	.proinfo .pimg { margin-right: 35px; }
	.proinfo .pimg img { width:57px; }
	.proinfo .pc1 { font-size:24px; margin-top: 20px; }
}
@media(min-width:1600px) {
	.proinfo { padding:50px 0 80px; }
	.proinfo .t1 { font-size:42px; }
	.proinfo .list { margin-top: 50px; }
	.proinfo .slide { padding:55px 65px 45px; }
	.proinfo .slide .c1 { font-size:34px; }
	.proinfo .slide .ul { height:191px; }
	.proinfo .slide .ul .li { padding:35px 0; }
	.proinfo .slide .ul .li span { padding-right: 35px; }
	.proinfo .slide a { padding:18px 50px; margin-right: 20px; }
	.proinfo .p1 { font-size:32px; height:66px; line-height: 66px; padding-left: 50px; }
	.proinfo .p1:after { height:9px; }
	.proinfo .panel .content { padding:50px; }	
	.proinfo .info { line-height: 36px; }
	.proinfo .pimg { margin-right: 45px; }
	.proinfo .pc1 { font-size:26px; margin-top: 25px; }
}
@media(min-width:1920px) {
	.proinfo { padding:60px 0 100px; }
	.proinfo .t1 { font-size:47px; }
	.proinfo .slide { padding:65px 80px 55px; }
	.proinfo .slide .c1 { font-size:37px; }
	.proinfo .slide .ul { height:211px; }
	.proinfo .slide .ul .li { padding:40px 0; }
	.proinfo .slide .ul .li span { padding-right: 40px; }
	.proinfo .slide a { padding:20px 65px; }
	.proinfo .p1 { font-size:34px; height:70px; line-height: 70px; padding-left: 55px; }
	.proinfo .p1:after { height:10px; }
	.proinfo .panel .content { padding:55px; margin-top: 25px; }
	.proinfo .pimg { margin-right: 60px; }
	.proinfo .pc1 { font-size:28px; 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 #967b4f; }
.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 .param { margin-top:10px; }
.proinfo01 .t3 { color:#888; line-height:4; padding:0 15px; }
.proinfo01 .t3 b { color:#967b4f; font-weight: bold; }
.proinfo01 .c1 { color:#666666; white-space: nowrap; }
.proinfo01 .c2 { color:#967b4f; font-size:14px; font-weight: bold; line-height: 2; }
.proinfo01 .b2 { color:#fff; background: #967b4f; width:150px; height: 40px; line-height: 40px; 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:#967b4f; font-weight: bold; font-size:16px; }
@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; }
}
@media(min-width:992px) {
	.proinfo01 { padding:35px 0; }
	.proinfo01 .t1 { font-size:26px; }
	.proinfo01 .t2 { font-size:14px; line-height:26px; }
	.proinfo01 .param { margin-top:15px; }
	.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; }
}
@media(min-width:1200px) {
	.proinfo01 { padding:45px 0; }
	.proinfo01 .t1 { font-size:30px; }
	.proinfo01 .param { font-size:15px; margin-top:20px; }
	.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:18px; }
}
@media(min-width:1400px) {
	.proinfo01 { padding:55px 0; }
	.proinfo01 .leftbox { height:421px; }
	.proinfo01 .t1 { font-size:34px; }
}
@media(min-width:1600px) {
	.proinfo01 { padding:65px 0; }
	.proinfo01 .t1 { font-size:38px; }
	.proinfo01 .param { margin-top:25px; }
	.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:20px; }
} */

.proinfo02 { position:relative; overflow: hidden; background: #fff; padding:30px 0; }
.proinfo02 .title { color:#333333; font-size:22px; border-left:3px solid #967b4f; 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 #967b4f; 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 #967b4f; 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:#967b4f; }
.proinfo03 .swiper-button-prev { left:0; }
.proinfo03 .swiper-button-next { right:0; }
.proinfo03 .swiper-button-prev:after,.proinfo03 .swiper-button-next:after { color:#967b4f; 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 #967b4f; 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:#967b4f; }
@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:#967b4f; }
}
@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; }
.inpage .imgbox .c1 { color:#333; font-size:16px; margin-top: 10px; }
/* .inpage .imgbox img { max-height:unset; } */
/* 资讯列表 */
.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:18px; }
	/* 资讯列表 */
	.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 { text-align: center; margin-bottom: 20px; }
	.inpage .imglist .c1 { margin-top: 17px; }
	.inpage .imglist .slide:hover .c1 { color:#967b4f; }
	/* 资讯列表 */
	.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 #967b4f; box-shadow:0 25px 25px -10px rgba(0,0,0,.1); transition:.3s all linear; }
	.inpage .newslist .slide:hover .c1 {color:#967b4f;}
}
@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:20px; 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 { 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; }
.newsinfo .nt2 { display: flex; 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:#967b4f; }
	.prev_next { display: flex; align-items: center;  }
	.prev_next .page-a {  flex:1; width:50%; margin-top: 0; }
	.prev_next .page-a:hover { background: #967b4f; 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:#967b4f; display:block; text-align:center; border-radius:0; }
.message01 .submit .btn2 { padding:0; border:none; border-radius: 0; background:#967b4f; }
.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:#967b4f; }
	.message01 .submit { font-size:16px; transition:.36s all; }
	.message01 .submit:hover { background: #967b4f; 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; }
}

.contact { position:relative; padding-bottom: 20px; }
.contact-map { opacity:.5; margin-top: 15px; }
#dituContent { width:100%; height:350px; filter: grayscale(1); }
.contact .msgbox { background:#fff; margin-top: 30px; padding:20px 0; }
.contact .m1 { font-weight: bold; color:#1f2126; font-size:18px; line-height: 1.5; margin-bottom: 15px; }
.contact .item { margin-top: 15px; }
.contact .m2 { color:#0b2653; margin-bottom: 10px; }
.contact .item input { border:1px solid #cdd5e8; padding:8px 12px; width:100%; }
.contact .item textarea { border:1px solid #cdd5e8; padding:8px 12px; width:100%; }
.contact .code { display: flex; background:#d1d3da; align-items: center; justify-content: center; flex:1; width:165px; max-width:58%; padding:5px 10px; }
.contact .code input { color:#fff; background: none; flex:1; width:50%; }
.contact .code input::placeholder { color:#fff; }
.contact .code .verify { width:60px; }
.contact .submit { width:165px; max-width:40%; display: flex; align-items: center; justify-content: center; background:#1f2126; color:#fff;}
.contact .rightbox { color:#fff; background: #967b4f; padding:20px; }
.contact .r1 { font-size:16px; margin-bottom: 15px; }
.contact .r2 { line-height: 2; }
@media(min-width:768px) {
	.contact { height:480px; padding-bottom: 0;}
	.contact-map { position: absolute; z-index: -1; left:0; top:0; width:100%; height:100%; margin-top: 0; }
	#dituContent { height:480px; }
	.contact .msgbox { display: inline-block; margin-top: 0; padding:20px 35px; }
	.contact .m1 { font-size:22px; }
	.contact .code { max-width:49%; }
	.contact .code .verify { width:80px; }
	.contact .submit { max-width:49%; }
	.contact .r1 { font-size:18px; }
}
@media(min-width:992px) {
	.contact { height:480px; }
	#dituContent { height:480px; }
	.contact .msgbox { padding:25px 40px; transform:translateY(30px); }
	.contact .m1 { font-size:24px; margin-bottom: 20px; }
	.contact .rightbox { padding:25px; width:385px;}
}
@media(min-width:1200px) {
	.contact { height:570px; }
	#dituContent { height:570px; }
	.contact .msgbox { padding:30px 45px; }
	.contact .m1 { font-size:28px; margin-bottom: 25px; }
	.contact .item { margin-top: 20px; }
	.contact .item input { padding:10px 15px; }
	.contact .item textarea { padding:10px 15px; }
	.contact .code { width:175px; padding:8px 15px; }
	.contact .rightbox { padding:30px; }
	.contact .r1 { font-size:20px; margin-bottom: 20px; }
}
@media(min-width:1400px) {
	.contact { height:630px; }
	#dituContent { height:630px; }
	.contact .msgbox { padding:35px 50px; transform:translateY(45px); }
	.contact .m1 { font-size:32px; margin-bottom: 30px; }
	.contact .m2 { font-size:17px; margin-bottom: 15px; }
	.contact .item input { padding:13px 15px; }
	.contact .item textarea { padding:13px 15px; }
	.contact .rightbox { padding:35px; }
	.contact .r1 { font-size:22px; }
}
@media(min-width:1600px) {
	.contact { height:650px; }
	#dituContent { height:650px; }
	.contact .msgbox { padding:40px 55px; }
	.contact .m1 { font-size:34px; }
	.contact .code { width:185px; padding:10px 15px; }
	.contact .rightbox { padding:45px 40px 70px; }
	.contact .r1 { margin-bottom: 25px; }
}
@media(min-width:1920px) {
	.contact { height:750px; }
	#dituContent { height:750px; }
	.contact .msgbox { padding:50px 60px; transform:translateY(55px); }
	.contact .m1 { font-size:36px; margin-bottom: 40px; }
	.contact .m2 { font-size:18px; }
	.contact .item { margin-top: 25px; }
	.contact .item input { padding:18px 15px; }
	.contact .item textarea { padding:18px 15px; }
	.contact .code { width:195px; padding:15px 15px; }
	.contact .rightbox { padding:55px 45px 80px; }
}

.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; padding-bottom: 15px; color:rgba(255,255,255,.6); background:#1f1f25 url(../images/footer_bg.jpg) no-repeat; background-size:cover; z-index:2; overflow:hidden; }
.footer a:hover { color:#fff; }
.footer .t1 { margin-bottom:15px; font-size:16px; font-weight: bold; }
.footer .t2 { margin-bottom: 5px; line-height: 1.3; }
.footer .t2 span { font-size:170%; }
.footer .flogo { margin-bottom: 10px; }
.footer .flogo img { height:40px; }
.footer .flist { display: flex; flex-wrap:wrap; justify-content: space-between; }
.footer .flist:before { content:''; order:1; display: block; flex:0 0 25%; }
.footer .flist:after { content:''; display: block; flex:0 0 25%; }
.footer .flist .a1:first-child { display: none; }
.footer .a1 { position: relative; flex:0 0 25%; white-space: nowrap; padding-bottom:15px; }
.footer .c1 { line-height:1.8; }
.footer .c2 { margin-top: 10px; font-size:12px; }
.footer .bottom { padding:10px 0; line-height: 2; text-align:center; }
.footer .bottom div { line-height:2; }
@media(min-width:768px) {
	.footer { padding-top: 35px; padding-bottom: 20px; }
	.footer .t1 { margin-bottom:17px; font-size:18px; }
	.footer .t2 { margin-bottom: 15px; }
	.footer .flogo img { height:46px; }
}
@media(min-width:992px) {
	.footer { padding-top: 55px; padding-bottom: 25px; }
	.footer .t1 { margin-bottom:20px; }
	.footer .flist { display:block; }
	.footer .a1 { margin-right: 30px; }
	.footer .a1:last-child { margin-right: 0; }
	.footer .a1:after { content:''; position: absolute; left:0%; bottom:0px; width:0px; height:2px; background:#fff; }
	.footer .a1:hover:after { width:50%; transition:.3s all linear; }
	.footer .ftel { display: flex; flex:0 0 35%; max-width:35%; }
	.footer .flogo { margin-bottom: 15px; }
	.footer .flogo img { height:50px; }
	.footer .c2 { margin-top: 12px; }
}
@media(min-width:1200px) {
	.footer { padding-top: 65px; padding-bottom: 30px; }
	.footer .t1 { margin-bottom:23px; font-size:24px; }
	.footer .t2 { margin-bottom: 20px; }
	.footer .flogo img { height:53px; }
	.footer .a1 { border:1px solid rgba(0,0,0,0); margin-right: 45px; }
	.footer .c2 { font-size:14px; }
	.footer .bottom { font-size:14px; padding:15px 0; }
}
@media(min-width:1400px) {
	.footer { padding-top: 75px; padding-bottom: 35px; }
	.footer .t1 { margin-bottom:25px; font-size:26px; }
	.footer .t2 { margin-bottom: 25px;}
	.footer .a1 { margin-right: 55px; }
	.footer .flogo { margin-bottom: 20px; }
}
@media(min-width:1600px) {
	.footer { padding-top: 85px; padding-bottom: 40px; }
	.footer .t1 { margin-bottom:27px; font-size:28px; }
	.footer .a1 { margin-right: 60px; }
}
@media(min-width:1920px) {
	.footer { padding-top: 100px; padding-bottom: 50px; }
	.footer .t1 { margin-bottom:30px; font-size:30px; }
	.footer .a1 { margin-right: 70px; }
}

.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:#967b4f!important; background: #967b4f!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: #967b4f!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: #967b4f!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; }
}