@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; }
a,a:link,a:active,a:visited,a:hover { color:inherit; text-decoration:none; transition:.36s all linear; }
a:hover { color:#be151a; }i,em { font-style:normal; }
::-webkit-input-placeholder { color:#999999; }
:-moz-placeholder { color:#999999; }
::-moz-placeholder { color:#999999; }
:-ms-input-placeholder { color:#999999; }
/*修改滚动条*/
::-webkit-scrollbar { width:6px; height:5px; }
::-webkit-scrollbar-track { box-shadow:inset 0 0 6px transparent; background:#ddd; }
::-webkit-scrollbar-thumb { background:#be151a; }

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;
}

/* 无内容 */
.no-goods,.no-network { padding-top:100px; 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 .page-inner a { color:#555555!important; background: #e9edf0!important; border:none!important; margin:0 3px!important; height:26px!important; line-height:26px!important; width:26px; padding:0!important; }
.de-page-mian .page-inner a:hover,.de-page-mian .page-inner a.active { color:#fff!important; background: #be151a!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:37px!important; line-height:37px!important; width:37px; margin:0 5px!important; }
	.de-page-mian .page-inner a.next { color:#7b7a7f!important; border:none; background:none!important; position: relative; width:unset; padding:0 10px!important; }
	.de-page-mian .page-inner a.next:before { content:'下一页 >'; display:block; }
	.de-page-mian .page-inner a.next:hover { color:#be151a!important; font-weight: bold; }
	.de-page-mian .page-inner a.prev { color:#7b7a7f!important; border:none; background:none!important; position: relative; width:unset; padding:0 10px!important; }
	.de-page-mian .page-inner a.prev:before { content:'< 上一页'; display:block; }
	.de-page-mian .page-inner a.prev:hover { color:#be151a!important; font-weight: bold; }
}
@media(min-width:1200px) {
	.de-page-mian .page-inner a { height:42px!important; line-height:42px!important; width:42px; margin:0 10px!important; }
}
@media(min-width:1400px) {
	.de-page-mian .page-inner a { height:47px!important; line-height:47px!important; width:47px; }
}
@media(min-width:1600px) {
	.de-page-mian .page-inner a { height:50px!important; line-height:50px!important; width:50px; }
}

/*图片比例控制*/
.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; }

.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 i:hover { 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; }
}

/*禁止选中*/
.not-select{
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4807920 */
  src: url('//at.alicdn.com/t/c/font_4807920_vfm0w37zavr.woff2?t=1750132797214') format('woff2'),
       url('//at.alicdn.com/t/c/font_4807920_vfm0w37zavr.woff?t=1750132797214') format('woff'),
       url('//at.alicdn.com/t/c/font_4807920_vfm0w37zavr.ttf?t=1750132797214') format('truetype');
}

.ali-icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.ali-icon1 {
font-family: "iconfont1" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont2022';  /* Project id 3456764 */
  src: url('//at.alicdn.com/t/c/font_3456764_eqn0wnvod84.woff2?t=1744098811257') format('woff2'),
       url('//at.alicdn.com/t/c/font_3456764_eqn0wnvod84.woff?t=1744098811257') format('woff'),
       url('//at.alicdn.com/t/c/font_3456764_eqn0wnvod84.ttf?t=1744098811257') format('truetype');
}

  .ali-icon2 {
	font-family: "iconfont2022" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
@font-face {
	font-family: 'webfont';
	font-display: swap;
	src: url('//at.alicdn.com/t/webfont_5tg5xxeygb6.eot'); /* IE9*/
	src: url('//at.alicdn.com/t/webfont_5tg5xxeygb6.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('//at.alicdn.com/t/webfont_5tg5xxeygb6.woff2') format('woff2'),
	url('//at.alicdn.com/t/webfont_5tg5xxeygb6.woff') format('woff'), /* chrome、firefox */
	url('//at.alicdn.com/t/webfont_5tg5xxeygb6.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('//at.alicdn.com/t/webfont_5tg5xxeygb6.svg#after') format('svg'); /* iOS 4.1- */
}
.ali-font { font-family: 'webfont'; }
.bodybg { background:#fff; }
.typebox::-webkit-scrollbar { height:1px; }
.top-video { display:none; background: #000; }
.page-a { margin:15px 0; }
body { font-size:12px; }
body.nav-open { overflow-y: hidden; }
.btn { font-size:12px; }
@media(min-width:768px) {
	body { font-size:14px; }
}
@media(min-width:992px){
	.btn { font-size:14px; }
}
@media(min-width:1200px) {
	body { font-size:16px; }
	.btn { font-size:16px; }
}
@media(min-width:1400px) {
	.container { width:1330px; max-width:1330px; margin:0 auto; }
}
@media(min-width:1600px) {
	.container { width:1430px; max-width:1430px; }
}
@media(min-width:1920px) {
	/* .container { width:1630px; max-width:1630px; } */
}

.prev_next { color:#666666; line-height: 2; margin-top:15px; }
.prev_next .page-a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
@media(min-width:1200px) {
	.prev_next { margin-top: 30px}
}

#fp-nav span, .fp-slidesNav span { border-color:#fff!important; }
#fp-nav li .active span, .fp-slidesNav .active span { background:#fff!important; }

.search-box { display:flex; align-items: center; background:#be151a; height:45px; line-height:45px; padding:0 25px; }
.search-box input { flex:1; width: 50%; color:rgba(255,255,255,.6); background:none; margin-right: 15px; padding:0 10px; }
.search-box input:-internal-autofill-selected { background:none; }
.search-box input::placeholder { color:rgba(255,255,255,.6); }
.search-box i { color:#fff; font-size:24px; cursor:pointer; margin:0 5px; }
@media(min-width:768px) {
	
}
@media(min-width:992px) {
	.search-box { height:48px; line-height:48px; }
}
@media(min-width:1200px) {
	.search-box { height:52px; line-height:52px; }
}
@media(min-width:1400px) {
	.search-box { height:56px; line-height:56px; }
}
@media(min-width:1600px) {
	.search-box { height:60px; line-height:60px; }
}

@media(min-width:1200px) {
	/*fullpage通用延迟动画*/
	.wow1 {opacity:0;-webkit-transform: translate3d(0, 40px, 0);-moz-transform:translate3d(0,40px,0);-o-transform:translate3d(0,40px,0);transform: translate3d(0, 40px, 0);-webkit-transition:1s 0.6s all;-moz-transition:1s 0.6s all;-o-transition:1s 0.6s all;transition:1s 0.6s all;}
	.section.active .wow1 {opacity: 1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-transition: 1s .2s all;-moz-transition: 1s .2s all;-o-transition: 1s .2s all;transition: 1s .2s all;}
	.wow2 {opacity:0;-webkit-transform: translate3d(0, 45px, 0);-moz-transform:translate3d(0,45px,0);-o-transform:translate3d(0,45px,0);transform: translate3d(0, 45px, 0);-webkit-transition:1s 0.6s all;-moz-transition:1s 0.6s all;-o-transition:1s 0.6s all;transition:1s 0.6s all;}
	.section.active .wow2 {opacity: 1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-transition: 1s .3s all;-moz-transition: 1s .3s all;-o-transition: 1s .3s all;transition: 1s .3s all;}
	.wow2-2 {opacity:0;-webkit-transition:1s 0.6s all;-moz-transition:1s 0.6s all;-o-transition:1s 0.6s all;transition:1s 0.6s all;}
	.section.active .wow2-2 {opacity: 1;-webkit-transition: 1s .3s all;-moz-transition: 1s .3s all;-o-transition: 1s .3s all;transition: 1s .3s all;}
	.wow3 {opacity:0;-webkit-transform: translate3d(0, 50px, 0);-moz-transform:translate3d(0,50px,0);-o-transform:translate3d(0,50px,0);transform: translate3d(0, 50px, 0);-webkit-transition:1s 0.6s all;-moz-transition:1s 0.6s all;-o-transition:1s 0.6s all;transition:1s 0.6s all;}
	.section.active .wow3 {opacity: 1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-transition: 1s .4s all;-moz-transition: 1s .4s all;-o-transition: 1s .4s all;transition: 1s .4s all;}
	.wow4 {opacity:0;-webkit-transform: translate3d(0, 55px, 0);-moz-transform:translate3d(0,55px,0);-o-transform:translate3d(0,55px,0);transform: translate3d(0, 55px, 0);-webkit-transition:1s 0.6s all;-moz-transition:1s 0.6s all;-o-transition:1s 0.6s all;transition:1s 0.6s all;}
	.section.active .wow4 {opacity: 1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-transition: 1s .5s all;-moz-transition: 1s .5s all;-o-transition: 1s .5s all;transition: 1s .5s all;}
	.section.active .wow-delay {-webkit-transition-delay:1s;-moz-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s;}
}

.header { padding:5px 0; display: flex; align-items: center; position:fixed; top:0; left:0; right:0; z-index:99; transition:.5s all; }
.header.inheader { position: absolute; }
.header .logo { width:75%; padding-left: 15px; }
.header.onmove .logo img { filter:brightness(10000%); }
.header .nav .slide.active>a { color:#fff; font-weight: bold; border-bottom:4px solid #be151a; }
.header .nav .slide:hover>a { color:#fff; }
.nav { color:#fff; display:none; }
.nav .slide { flex:0 0 auto; text-align:center; white-space: nowrap; }
.nav .slide a { display:block; position: relative; }
.nav .slide>a { height:40px; line-height: 40px; }
.nav .subnav { display:none; position:absolute; top:0px; min-width:100%; overflow: hidden; background:#be151a; white-space:nowrap; }
.nav .subnav a { color:#fff; line-height: 40px; text-align:left; overflow: hidden; text-overflow: ellipsis; }
.nav .subnav1 { top:40px; left:50%; transform: translateX(-50%); }
.nav .subnav .n1 { color:#fff; font-size:22px; line-height: 2; text-align:left; padding-left: 15%; border-left:1px solid rgba(255,255,255,.3); display:flex; align-items: center; white-space: pre-wrap; height:100%;}
.nav .subnav .rightn1 .n1 { border-left:none; border-right:1px solid rgba(255,255,255,.3); padding-right: 15%; padding-left: 0; }
.header .subslide i { font-weight: bold; }
.header .tel { color: #fff; }
.header .tel .telbox { padding:5px 15px; white-space:nowrap; display:flex; align-items: center; justify-content: space-around; }
.header .tel i { font-size:180%; margin-right:10px; }
@media(max-width:575px) {
	.header .logo img { max-height:40px; }
}
@media(min-width:768px) {
	.nav { flex-wrap:nowrap; }
	.header .logo { width:40%; }
}
@media(min-width:992px) {
	.header { padding:10px 0; height:75px; }
	.header .logo { width:22%; margin-left: 1%; }
	.nav { display:flex; width:52%; justify-content: space-around; }
	.nav .slide>a { height:75px; line-height: 75px; }
	.nav .slide>a:hover { font-weight: bold; border-bottom:4px solid #be151a; }
	.nav .slide:hover,.nav .slide.active { transition:.15s all linear; }
	.nav .slide.active>a { transition:.2s all linear; }
	.nav .subnav1 { top:75px; padding: 65px 0; }
	.nav .nav-item { position: relative; padding:0 20px; flex:0 0 30%; max-width: 30%; transition:.2s all linear; }
	.nav .nav-item:hover { z-index: 999; padding-left: 30px; padding-right:10px; transition:.2s all linear; }
	.nav .nav-item:after { content:''; position: absolute; left:0; top:50%; transform:translateY(-50%); height:0; width:2px; background:#fff; transition:.2s all linear; }
	.nav .nav-item:hover:after { height:18px; transition:.2s all linear; }
	.header .tel { flex:0 0 16%; max-width:16%; margin-right: 2%; }
	.header .tel b { font-size:18px; font-weight:bold; }
	.header .tel:hover b,.header .tel:hover i { color:#fff; }
}
@media(min-width:1200px) {
	.header { height:85px; border-bottom:1px solid rgba(255,255,255,.24); }
	.header .logo { width:23%; margin-left: 3%; }
	.nav { width:50%; }
	.nav .slide .subnav { font-size:15px; }
	.nav .slide>a { height:75px; line-height: 75px; }
	.nav .subslide i { color:#fff; }
	.nav .nav-item:hover .subnav2 { display:flex; }
	.nav .nav-item .subnav2 { right:0; padding:0!important; transform: translate(100%,-127%); }
	.nav .slide>a { line-height: 85px; height: 85px; }
	.nav .subnav a:hover { transition:.15s all linear; }
	.nav .subnav1 { top:75px; }
	.header .tel .telbox { padding:8px 20px; }
    .header .tel b { font-size:20px; }
}
@media(min-width:1400px) {
	.header { height:90px; }
	.nav .slide>a { font-size:17px; height:90px; line-height: 90px; }
	.nav .subnav .n1 {font-size:24px;}
	.nav .subnav1 { top:90px; }
	.header .tel { font-size:17px; }
  	.header .tel b { font-size:22px; }
}
@media(min-width:1600px) {
	.header { height:95px; }
	.nav .slide>a { line-height: 95px; height: 95px; }
	.nav .subnav .n1 {font-size:26px;}
	.nav .subnav1 { top:95px; }
	.header .tel { font-size:18px; margin-right:3%; }
	.header .tel b { font-size:24px; }
}
@media(min-width:1920px) {
	.header { height:95px; }
	.header .logo { width:24%; margin-left: 8%; }
	.nav { width:46%; }
	.nav .slide>a { line-height: 95px; height: 95px; }
	.nav .subnav .n1 {font-size:28px;}
	.header .tel { margin-right:5%; }
}

.banner { overflow:hidden; position:relative; top:0; left:0; width:100vw; }
.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%); }
@media(min-width:1200px) {
	.banner-box { width:100%; }
	.banner .swiper-pagination-bullet { width:14px; height:14px; border:2px solid #fff; }
}

/*内页大图样式*/
.inbanner { position:relative; overflow: hidden; }
.inbanner .t1 { color:rgba(255,255,255,.15); font-size:30px; font-weight: bold; text-transform: uppercase; }
.inbanner .t2 { font-size:18px; margin-top: 10px; font-weight: bold; }
.inbanner img { width:100%; position:relative; left:50%; transform:translateX(-50%); }
.inbanner .imgs img:nth-child(2) { display: none; } /* 如果子栏目有设置大图，隐藏默认inbanner大图 */
.inbanner .content { color:#fff; width:100%; position:absolute; top:59%; transform:translateY(-50%); text-align:center; }
.location { color: #999; background:#f2f2f2; position:relative; overflow: hidden; margin-bottom: 20px; }
.location i { margin-right:5px; }
.location a { color:#999; }
.location a:hover { color:#be151a; text-decoration: underline; }
.location .typelist { margin-bottom: 15px; margin-top: 5px; }
.location .typelist .swiper-slide { width: auto !important; }
.location .typelist .item { position: relative; display: flex; align-items: flex-end; color:#666666; }
.location .typelist .item:before { content:''; height:20px; min-width:18px; margin-right: 5px; display: inline-block; background:url('../images/type_i.png') no-repeat center; background-size:auto 100%; }
.location .typelist .item a:after { content:''; position: absolute; left:0; top:0; width: 100%; height: 100%; }
.location .typelist .item:active,.location .typelist .item.active { color:#be151a; }
@media(max-width:575px) {
	.inbanner img { min-width:576px; }
	.inbanner .t1 { font-size:34px; }
	.inbanner .t2 { font-size:22px; }
}
@media(min-width:768px) {
	.inbanner .t1 { font-size:38px; }
	.inbanner .t2 { font-size:26px; }
	.location { margin-bottom: 30px; }
	.location .typelist { margin:0; }
	.location .typelist .item:before { height:22px; min-width:20px; }
	.location .typelist .swiper-slide:first-child { margin-left: auto; }
}
@media(min-width:992px) {
	.inbanner .t1 { font-size:42px; }
	.inbanner .t2 { font-size:28px; margin-top: 15px; }
	.inbanner .content { top:51%; }
	.location { margin-bottom: 35px; }
	.location .typelist .item:hover { color:#be151a; }
	.location .typelist .item:before { height:24px; min-width:22px; }
}
@media(min-width:1200px) {
	.inbanner .t1 { font-size:46px; }
	.inbanner .t2 { font-size:30px; }
	.location { font-size:15px; margin-bottom: 40px; }
}
@media(min-width:1400px) {
	.inbanner .t1 { font-size:50px; }
	.inbanner .t2 { font-size:32px; }	
	.location { margin-bottom: 45px; }
	.location .typelist .item:before { height:26px; min-width:24px; }
}
@media(min-width:1600px) {
	.inbanner .t1 { font-size:54px; }
	.inbanner .t2 { font-size:34px; margin-top: 20px; }
	.location { margin-bottom: 50px; }
}
@media(min-width:1920px){	
	.location { margin-bottom: 60px; }
}

#indexpage .section { max-width:100vw; }
@media(max-width:1200px) {
	#indexpage .section { height:auto!important; }
}

.index01 { position: relative; overflow: hidden; }
.index01 .jw-controlbar { display: none!important; }
.index01 .bannerimg { position: absolute; left:50%; transform:translateX(-50%); }
.index01 .swiper-slide-active { z-index:1; }
.index01 .btnbox { position: absolute; z-index: 3; left:0; right:0; bottom:10%; }
.index01 .swiper-button-prev,.index01 .swiper-button-next { position: unset; margin:0;width:unset; }
.index01 .swiper-button-prev { margin-right: 10px; }
.index01 .swiper-button-prev:after,.index01 .swiper-button-next:after { font-size:16px; height:40px; width:40px; border-radius:60px; color:#fff; background:#671d28; display: flex; align-items: center; justify-content: center;}
.index01 .more { display: none; cursor: pointer; }
#fp-nav.right { right:0!important; }
#fp-nav li, .fp-slidesNav li { width:unset!important; margin:5px 0!important; text-align: right; }
#fp-nav li a, .fp-slidesNav li a { display: flex!important; align-items: center; }
#fp-nav span, .fp-slidesNav span { display: inline-block!important; position:relative!important; background:#fff!important; border:none!important; width:18px!important; height:2px!important; margin-left:auto!important; transition:.36s all linear; }
#fp-nav li .active span, .fp-slidesNav .active span { width:28px!important; background:#d32938!important; transition:.36s all linear; }
#fp-nav li .active:before { content:''; font-size:14px; font-weight: bold; color:#c00505; display: inline-block; margin-right:10px; }
#fp-nav li:nth-child(1) .active:before { content:'首页'; }
#fp-nav li:nth-child(2) .active:before { content:'关于'; }
#fp-nav li:nth-child(3) .active:before { content:'产品'; }
#fp-nav li:nth-child(4) .active:before { content:'案例'; }
#fp-nav li:nth-child(5) .active:before { content:'新闻'; }
#fp-nav li:nth-child(6) .active:before { content:'联系'; }
@media(min-width:768px) {
}
@media(min-width:992px) {
	.index01 .swiper-button-prev:after,.index01 .swiper-button-next:after { font-size:18px; height:45px; width:45px; }
	.index01 .more { display: block; position: absolute; z-index: 2; left:50%; bottom:3%; transform:translateX(-50%); transition:.3s all linear; }
}
@media(min-width:1200px) {
	.index01 { min-height:100vh; }
	.index01 .swiper-button-prev { margin-right: 15px; }
	.index01 .swiper-button-prev:after,.index01 .swiper-button-next:after { font-size:20px; height:50px; width:50px; }
	.index01 .more:hover { bottom:2%; transition:.3s all linear; }
}
@media(min-width:1400px) {
	.index01 .swiper-button-prev:after,.index01 .swiper-button-next:after { font-size:22px; height:55px; width:55px; }
}
@media(min-width:1600px) {
	.index01 .swiper-button-prev:after,.index01 .swiper-button-next:after { font-size:24px; height:60px; width:60px; }
}
@media(min-width:1920px) {
}

.index02 { position: relative; overflow: hidden; padding:80px 0 60px; background:url(../images/in02_bg.jpg) no-repeat center; background-size: cover; }
.index02 .t1 { color:#be151a; font-weight: bold; font-size:18px; text-transform: uppercase; }
.index02 .t2 { color:#fff; font-weight: bold; font-size:18px; margin-top: 15px; }
.index02 .c1 { color:rgba(255,255,255,.6); line-height: 1.8; margin-top: 15px; text-align:justify; overflow: hidden; text-overflow: unset; display:-webkit-box; -webkit-box-orient:vertical; line-clamp:3; -webkit-line-clamp:3; }
.index02 .list { margin-top: 20px; }
.index02 .slide { white-space: nowrap; }
.index02 .imgbox { width:50%; margin:0 auto; background:url(../images/in03_i.png) no-repeat center; background-size:cover; }
.index02 .imgbox img { max-width:60%; }
.index02 .imgbox:after { padding-top: 100%; }
.index02 .s1 { display: flex; color:#fff; font-weight: bold; line-height: 1; align-items: first baseline; }
.index02 .s1 div { font-size:28px; font-family:'Arial'; }
.index02 .s2 { color:#fff; opacity:.5; margin-top: 5px; }
.index02 .more { color:#fff; border:1px solid #fff; display: inline-block; box-sizing: content-box; padding:0 20px 0 15px; margin-top: 20px; height: 30px; line-height: 30px; }
.index02 .more i { margin-left: 10px; }
.index02 .more:active { background:#fff; color:#d32938; }
.index02 .rightbox { z-index: 1; }
.index02 .rightbox:after { content:''; width:200px; height:calc(200px * 1.2); background:#d32938; position: absolute; z-index: -1; right:0; top:0; transform:translate(10%,-25%); }
@media(max-width:575px) {
	.index02 .s1 { justify-content: center; margin-top: 10px; }
}
@media(min-width:576px) {
	.index02 { padding:120px 0 90px; }
	.index02 .t1 { font-size:22px; }
	.index02 .t2 { font-size:22px; }
	.index02 .s1 div { font-size:32px; }
	.index02 .imgbox { width:30%; }
	.index02 .txt { flex:1; width:50%; margin-left: 10px; }
}
@media(min-width:768px) {
	.index02 { padding:160px 0 120px; }
	.index02 .t1 { font-size:24px; }
	.index02 .t2 { font-size:24px; }
	.index02 .c1 { margin-top: 20px; }
	.index02 .list { margin-top: 30px; }
	.index02 .txt { margin-left: 15px; }
	.index02 .s1 div { font-size:36px; }
	.index02 .more { padding:0 25px 0 20px; margin-top: 25px; height: 33px; line-height: 33px; }
	.index02 .more i { margin-left: 10px; }
}
@media(min-width:992px) {
	.index02 { padding:200px 0 150px; }
	.index02 .container { height:100%; }
	.index02 .container .row { height:100%; }
	.index02 .t1 { font-size:26px; }
	.index02 .t2 { font-size:26px; }
	.index02 .c1 { line-height: 2; margin-top: 25px; }
	.index02 .more { margin-top: 30px; }
	.index02 .s1 div { font-size:38px; }
	.index02 .rightbox:after { width:230px; height:calc(230px * 1.2); }
}
@media(min-width:1200px) {
	.index02 .t1 { font-size:28px; }
	.index02 .t2 { font-size:28px; }
	.index02 .c1 { margin-top: 30px; }
	.index02 .s1 div { font-size:40px; }
	.index02 .more { padding:0 30px 0 20px; margin-top: 40px; height: 36px; line-height: 36px; transition:.3s all linear; }
	.index02 .more i { margin-left: 15px; transition:.2s margin linear; }
	.index02 .more:hover { background:#fff; color:#d32938; transition:.3s all linear; }
	.index02 .more:hover i { margin-left:25px; transition:.2s margin linear; }
	.index02 .rightbox:after { width:250px; height:calc(250px * 1.2); }
}
@media(min-width:1400px) {
	.index02 .t1 { font-size:30px; }
	.index02 .t2 { font-size:30px; }
	.index02 .c1 { line-height: 2.3; margin-top: 35px; }
	.index02 .list { margin-top: 35px; }
	.index02 .txt { margin-left: 20px;}
	.index02 .s1 { font-size:17px; }
	.index02 .s1 div { font-size:42px; }
	.index02 .more { padding:0 35px 0 20px; margin-top: 50px; height: 38px; line-height: 38px; }
	.index02 .more i { margin-left: 20px; }
	.index02 .more:hover i { margin-left:30px; }
	.index02 .rightbox:after { width:270px; height:calc(270px * 1.2); }
}
@media(min-width:1600px) {
	.index02 .t1 { font-size:32px; }
	.index02 .t2 { font-size:32px; }
	.index02 .list { margin-top: 40px; }
	.index02 .s1 { font-size:18px; }
	.index02 .s1 div { font-size:44px; }
	.index02 .more { padding:0 40px 0 20px; margin-top: 60px; height: 40px; line-height: 40px; }
	.index02 .more i { margin-left: 25px; }
	.index02 .more:hover i { margin-left:35px; }
	.index02 .rightbox:after { width:290px; height:calc(290px * 1.2); }
}
@media(min-width:1920px) {
	.index02 .t1 { font-size:36px; }
	.index02 .t2 { font-size:36px; }
	.index02 .c1 { margin-top: 40px; }
	.index02 .list { margin-top: 45px; }
	.index02 .s1 div { font-size:48px; }
	.index02 .more { padding:0 50px 0 20px; margin-top: 70px; height: 43px; line-height: 43px; }
	.index02 .more i { margin-left: 30px; }
	.index02 .more:hover i { margin-left:40px; }
}

.index03 { padding: 70px 0 0; position: relative; overflow: hidden; background:url(../images/in03_bg.jpg) no-repeat center; background-size:cover; }
.index03 .t1 { color:#fff; font-size:18px; font-weight: bold; text-transform:uppercase; }
.index03 .t2 { color:#fff; font-size:18px; font-weight: bold; margin-top: 10px; }
.index03 .list { position: relative; display: flex; flex-wrap:wrap; margin-top: 10px; padding-top:15px; }
.index03 .list:before { content:''; position: absolute; left:0; top:0; height:1px; width:80%; background:#fff; opacity:.5; }
.index03 .list .item { color:#fff; display: block; flex:0 0 auto; width:40%; margin-right: 35px; margin-bottom: 10px; padding-left: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: flex; align-items: center; }
.index03 .list .item:before { content:''; display: inline-block; width:5px; height:5px; border-radius:50px; background:#fff; margin-right: 10px; }
.index03 .list .item.active { color:#be151a; }
.index03 .img { width:80%; margin:0 auto; text-align: center; margin-top: 20px; }
.index03 .more { color:#fff; border:1px solid #fff; border-radius:3px; display: inline-block; box-sizing: content-box; padding:0 20px 0 15px; margin-top: 10px; height: 30px; line-height: 30px; }
.index03 .more i { margin-left: 10px; }
.index03 .typebar { position: relative; z-index: 2; background:rgba(0,0,0,.53); margin-top: 10px; }
.index03 .typebar .swiper-slide { cursor: pointer; text-align: center; height:unset; padding:20px 12px; }
.index03 .typebar .swiper-slide-thumb-active,.index03 .typebar .swiper-slide.active { background:rgba(190,21,26,.64); }
.index03 .typebar .simg { height:35px; }
.index03 .typebar .simg img { max-height:100%; }
.index03 .typebar .s1 { color:#fff; font-weight: bold; font-size:14px; margin-top: 10px; line-height: 1.3; }
.index03 .typebar a:after { content:''; position: absolute; left:0; top:0; width:100%; height:100%; }
@media(min-width:576px) {
	.index03 { padding:90px 0 0px; }
	.index03 .t1 { font-size:20px; }
	.index03 .t2 { font-size:20px; }
	.index03 .typebar { margin-top: 20px; }
	.index03 .more { margin-top: 15px; }
}
@media(min-width:768px) {
	.index03 { padding:100px 0 0px; }
	.index03 #bigswiper .swiper-slide { height:unset; }
	.index03 .panel { height:100%; }
	.index03 .panel .row { height:100%; align-items: center; }
	.index03 .t1 { font-size:24px; }
	.index03 .t2 { font-size:24px; }
	.index03 .list .item { margin-bottom: 15px; }
	.index03 .more { padding:0 25px 0 20px; margin-top: 25px; height: 33px; line-height: 33px; }
	.index03 .img { width:100%; }
	.index03 .more i { margin-left: 10px; }
	.index03 .typebar { margin-top: 30px; }
	.index03 .typebar .swiper-slide { padding:25px 15px; }
	.index03 .typebar .simg { height:37px; }
	.index03 .typebar .s1 { font-size:15px; margin-top: 15px; }
}
@media(min-width:992px) {
	.index03 { padding:120px 0 0px; }
	.index03 .t1 { font-size:26px; }
	.index03 .t2 { font-size:26px; }
	.index03 .list { margin-top: 13px; padding-top: 20px; }
	.index03 .more { margin-top: 30px; }
	.index03 .typebar .swiper-slide { padding:30px 15px; }
	.index03 .typebar .simg { height:39px; }
	.index03 .typebar .s1 { font-size:16px; }
}
@media(min-width:1200px) {
	.index03 { padding:0; }
	.index03 #bigswiper { height:100%; }
	.index03 .t1 { font-size:28px; }
	.index03 .t2 { font-size:28px; }
	.index03 .list { margin-top: 15px; padding-top: 25px; }
	.index03 .list .item { margin-bottom: 20px; }
	.index03 .list .item:before { width:7px; height:7px; transition:.3s all linear; }
	.index03 .list .item:hover { font-weight: bold; }
	.index03 .list .item:hover:before { margin-right: 15px; transition:.3s all linear; }
	.index03 .more { padding:0 30px 0 20px; margin-top: 40px; height: 36px; line-height: 36px; transition:.3s all linear; }
	.index03 .more i { margin-left: 15px; transition:.2s margin linear; }
	.index03 .more:hover { background:#fff; color:#d32938; transition:.3s all linear; }
	.index03 .more:hover i { margin-left:25px; transition:.2s margin linear; }
	.index03 .typebar { position: absolute; bottom:0; left:0; width:100%; }
	.index03 .typebar .swiper-slide { padding:35px 15px; }
	.index03 .typebar .swiper-slide:hover { background:rgba(190,21,26,.64); }
	.index03 .typebar .simg { height:41px; }
	.index03 .typebar .s1 { font-size:18px; }
}
@media(min-width:1400px) {
	.index03 .t1 { font-size:30px; }
	.index03 .t2 { font-size:30px; }
	.index03 .list { margin-top: 18px; padding-top: 30px; }
	.index03 .list .item { font-size:17px; margin-bottom: 25px; }
	.index03 .more { padding:0 35px 0 20px; margin-top: 50px; height: 38px; line-height: 38px; }
	.index03 .more i { margin-left: 20px; }
	.index03 .more:hover i { margin-left:30px; }
	.index03 .typebar .swiper-slide { padding:40px 15px; }
	.index03 .typebar .simg { height:43px; }
	.index03 .typebar .s1 { font-size:20px; }
}
@media(min-width:1600px) {
	.index03 .t1 { font-size:32px; }
	.index03 .t2 { font-size:32px; }
	.index03 .list { margin-top: 22px; padding-top: 35px; }
	.index03 .list .item { font-size:18px; margin-bottom: 30px; }
	.index03 .more { padding:0 40px 0 20px; margin-top: 60px; height: 40px; line-height: 40px; }
	.index03 .more i { margin-left: 25px; }
	.index03 .more:hover i { margin-left:35px; }
	.index03 .typebar .swiper-slide { padding:45px 15px; }
	.index03 .typebar .simg { height:45px; }
	.index03 .typebar .s1 { font-size:22px; }
}
@media(min-width:1920px) {
	.index03 .t1 { font-size:36px; }
	.index03 .t2 { font-size:36px; }
	.index03 .list { margin-top: 25px; padding-top: 40px; }
	.index03 .more { padding:0 50px 0 20px; margin-top: 70px; height: 43px; line-height: 43px; }
	.index03 .more i { margin-left: 30px; }
	.index03 .more:hover i { margin-left:40px; }
	.index03 .typebar .swiper-slide { padding:50px 15px; }
	.index03 .typebar .simg { height:47px; }
	.index03 .typebar .s1 { font-size:24px; }
}

.index04 { position: relative; padding:80px 0; background:url(../images/in04_bg.jpg) no-repeat center; background-size: cover; }
.index04 .title { text-align: center; }
.index04 .t1 { color:rgba(255,255,255,.17); font-size:20px; font-family: 'Impact'; text-transform: uppercase; }
.index04 .t2 { color:#fff; font-weight: bold; font-size:20px; transform:translateY(-50%); }
.index04 .t2 span { color:#d32938; }
.index04 .swiper { margin-top: 20px; padding-bottom: 10px; }
.index04 .swiper-slide a:after { content:''; position: absolute; z-index: 1; left:0; top:0; width:100%; height:100%; }
.index04 .imgbox { border-radius:5px; }
.index04 .imgbox:after { padding-top: 60%; }
.index04 .imgbox img { max-height:unset; }
.index04 .txtbox { position: absolute; left:50%; bottom:0; transform:translate(-50%,10px); background:#fff; width:75%; text-align: center; padding:15px; border-radius:5px; transition:.3s all linear; }
.index04 .c1 { color:#333333; font-size:14px; font-weight: bold; line-height: 1.34; display: flex; align-items: center; justify-content: center; }
.index04 .c1:before { content:''; flex:0 0 auto; width:14px; height:14px; border:3px solid #d32938; border-radius:50px; display: inline-block; margin-right:5px; }
.index04 .c1 span { flex:0 0 auto; max-width:85%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index04 .c2 { color:#666; line-height: 1.5; margin-top: 7px; overflow: hidden; text-overflow: ellipsis; }
@media(min-width:576px) {
	.index04 { padding:100px 0 110px; }
	.index04 .t1 { font-size:24px; }
	.index04 .t2 { font-size:24px; }
	.index04 .swiper { margin-top: 25px; }
}
@media(min-width:768px) {
	.index04 { padding:120px 0 130px; }
	.index04 .t1 { font-size:28px; }
	.index04 .t2 { font-size:28px; }
	.index04 .swiper { margin-top: 30px; padding-bottom: 15px; }
	.index04 .imgbox { border-radius:10px; }
	.index04 .txtbox { border-radius:10px; transform:translate(-50%,15px); }
	.index04 .c1 { font-size:15px; }
	.index04 .c1:before { width:15px; height:15px; }
}
@media(min-width:992px) {
	.index04 { padding:140px 0 150px; }
	.index04 .t1 { font-size:32px; }
	.index04 .t2 { font-size:32px; }
	.index04 .swiper { margin-top: 35px; padding-bottom: 20px; }
	.index04 .txtbox { transform:translate(-50%,20px); }
	.index04 .c1 { font-size:16px; }
	.index04 .c1:before { width:16px; height:16px; margin-right: 7px; }
}
@media(min-width:1200px) {
	.index04 { display: flex; align-items: center; }
	.index04 .t1 { font-size:36px; }
	.index04 .t2 { font-size:36px; }
	.index04 .swiper { margin-top: 40px; padding-bottom: 25px; }
	.index04 .txtbox { opacity:0; transform:translate(-50%,0px); padding:15px 25px; }
	.index04 .swiper-slide:hover .imgbox img { transform: translate(-50%,-50%) scale(1.1); }
	.index04 .swiper-slide:hover .txtbox { opacity:1; transform:translate(-50%,25px); transition:.3s all linear; }
	.index04 .c1 { font-size:17px; }
	.index04 .c1:before { width:17px; height:17px; }
	.index04 .c2 { display:-webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient:vertical; }
}
@media(min-width:1400px) {
	.index04 .t1 { font-size:40px; }
	.index04 .t2 { font-size:40px; }
	.index04 .swiper { margin-top: 50px; padding-bottom: 30px; }
	.index04 .txtbox { padding:15px 30px; }
	.index04 .swiper-slide:hover .txtbox { transform:translate(-50%,30px); }
	.index04 .c1 { font-size:18px; }
	.index04 .c1:before { width:18px; height:18px; margin-right: 10px; }
}
@media(min-width:1600px) {
	.index04 .t1 { font-size:44px; }
	.index04 .t2 { font-size:44px; }
	.index04 .swiper { margin-top: 60px; padding-bottom: 35px; }
	.index04 .txtbox { padding:15px 35px; }
	.index04 .swiper-slide:hover .txtbox { transform:translate(-50%,35px); }
	.index04 .c1 { font-size:20px; }
	.index04 .c1:before { width:20px; height:20px; }
}
@media(min-width:1920px) {
	.index04 .t1 { font-size:48px; }
	.index04 .t2 { font-size:48px; }
	.index04 .swiper { margin-top: 70px; padding-bottom: 40px; }
	.index04 .txtbox { padding:15px 40px; }
	.index04 .swiper-slide:hover .txtbox { transform:translate(-50%,40px); }
	.index04 .c1 { font-size:22px; }
	.index04 .c1:before { width:22px; height:22px; }
}

.index05 { position: relative; padding:80px 0 65px; background:url(../images/in05_bg.jpg) no-repeat center; background-size: cover; }
.index05 .title { text-align: center; }
.index05 .t1 { color:rgba(255,255,255,.17); font-size:20px; font-family: 'Impact'; text-transform: uppercase; }
.index05 .t2 { color:#fff; font-weight: bold; font-size:20px; transform:translateY(-50%); }
.index05 .t2 span { color:#d32938; }
.index05 .swiper { margin-top: 20px; }
.index05 .swiper-slide { background:#f2f4f6; height:unset; }
.index05 .swiper-slide a:after { content:''; position: absolute; z-index: 1; left:0; top:0; width:100%; height:100%; }
.index05 .imgbox:after { padding-top: 60%; }
.index05 .imgbox img { max-height:unset; }
.index05 .txtbox { position: relative; padding:15px 12px; transition:.3s all linear; }
.index05 .c1 { color:#333; font-size:14px; font-weight: bold; line-height: 1.34; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index05 .c2 { color:#999; font-size:12px; line-height: 1.5; margin-top: 7px; display:-webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient:vertical; overflow: hidden; text-overflow: ellipsis; }
.index05 .c3 { color:#666; font-size:13px; font-weight: bold; }
.index05 .c4 { color:#666; font-size:12px; }
.index05 .c4 i { color:#d32938; margin-left: 5px; }
@media(min-width:576px) {
	.index05 { padding:100px 0 85px; }
	.index05 .t1 { font-size:24px; }
	.index05 .t2 { font-size:24px; }
	.index05 .swiper { margin-top: 25px; }
	.index05 .c3 { font-size:14px; }
}
@media(min-width:768px) {
	.index05 { padding:120px 0 100px; }
	.index05 .t1 { font-size:28px; }
	.index05 .t2 { font-size:28px; }
	.index05 .swiper { margin-top: 30px; }
	.index05 .txtbox { padding:20px 15px; }
	.index05 .c1 { font-size:15px; }
	.index05 .c2 { font-size:13px; margin-top: 10px; }
	.index05 .c3 { font-size:15px; }
	.index05 .c4 { font-size:13px; }
}
@media(min-width:992px) {
	.index05 { padding:140px 0 115px; }
	.index05 .t1 { font-size:32px; }
	.index05 .t2 { font-size:32px; }
	.index05 .swiper { margin-top: 35px; }
	.index05 .c1 { font-size:16px; }
	.index05 .c3 { font-size:16px; }
}
@media(min-width:1200px) {
	.index05 { padding-bottom:0; padding-top:0; display: flex; align-items: center; }
	.index05 .t1 { font-size:36px; }
	.index05 .t2 { font-size:36px; }
	.index05 .swiper { margin-top: 40px; }
	.index05 .txtbox { padding:25px 18px; }
	.index05 .swiper-slide:hover { background:#fff; }
	.index05 .swiper-slide:hover .imgbox img { transform: translate(-50%,-50%) scale(1.1); }
	.index05 .swiper-slide:hover .c4 { color:#d32938; }
	.index05 .c1 { font-size:17px; }	
	.index05 .c2 { font-size:14px; margin-top: 15px; }
	.index05 .c3 { font-size:17px; }
	.index05 .c4 { font-size:14px; }
}
@media(min-width:1400px) {
	.index05 { padding-top: 80px; }
	.index05 .t1 { font-size:40px; }
	.index05 .t2 { font-size:40px; }
	.index05 .swiper { margin-top: 50px; }
	.index05 .txtbox { padding:30px 20px; }
	.index05 .c1 { font-size:18px; }
	.index05 .c2 { margin-top: 18px; }
	.index05 .c3 { font-size:18px; }
}
@media(min-width:1600px) {
	.index05 .t1 { font-size:44px; }
	.index05 .t2 { font-size:44px; }
	.index05 .swiper { margin-top: 60px; }
	.index05 .txtbox { padding:35px 22px; }
	.index05 .c1 { font-size:20px; }
	.index05 .c2 { margin-top: 22px; }
	.index05 .c3 { font-size:19px; }
}
@media(min-width:1920px) {
	.index05 .t1 { font-size:48px; }
	.index05 .t2 { font-size:48px; }
	.index05 .swiper { margin-top: 70px; }
	.index05 .txtbox { padding:40px 25px; }
	.index05 .c1 { font-size:22px; }
	.index05 .c3 { font-size:20px; }
}

.index06 { position: relative; padding:70px 0 30px; background:url(../images/in06_bg.jpg) no-repeat center; background-size: cover; }
.index06 .title { text-align: center; }
.index06 .t1 { color:rgba(255,255,255,.17); font-size:20px; font-family: 'Impact'; text-transform: uppercase; }
.index06 .t2 { color:#fff; font-weight: bold; font-size:20px; transform:translateY(-50%); }
.index06 .t2 span { color:#d32938; }
.index06 .content { margin-top: 20px; }
.index06 .leftbox { padding:25px 15px; background:#d32938; color:#fff; }
.index06 .c1 { font-size:14px; font-weight: bold; margin-top: 20px; }
.index06 .c1:first-child { margin-top: 0; }
.index06 .c2 { font-size:14px; line-height: 1.3; margin-top: 10px; }
.index06 .c2 span { display: inline-block; margin-right:15px; }
.index06 .rightbox { padding:25px 15px; background:rgba(0,0,0,.8); }
.index06 .item { color:#575c60; background:#2c3339; border-radius:5px; line-height:40px; margin-bottom:10px; white-space:nowrap; }
.index06 .item select { color:#575c60; background:none; display:block; width:100%; height:40px; }
.index06 .item input { color:#fff; background:none; width:84%; }
.index06 .item textarea { color:#fff; background:none; width:90%; font-size:14px; line-height: 24px; height:92px; padding-top:7px; }
.index06 .verify { background:none; }
.index06 .submit { color:#fff; background:#d32938; border:none; display:block; text-align:center; border-radius:0; }
.index06 .submit .btn2 { padding:0; border:none; border-radius: 0; background:#d32938; }
.index06 .submit .btn-inner { transition:.36s all linear; }
.index06 .submit .btn-inner i { right:-10px!important; }
.index06 .submit .btn-inner i:before { content:''; opacity:0; }
.index06 .btn2:hover .btnbg-x { background:#333; }
.index06 .bottom { color:#fff; margin-top: 30px; line-height: 1.8; }
.index06 .bottom a { display: inline-block; line-height: 1.8; }
@media(min-width:576px) {
	.index06 { padding:90px 0 60px; }
	.index06 .t1 { font-size:24px; }
	.index06 .t2 { font-size:24px; }
	.index06 .content { margin-top: 25px; }
	.index06 .leftbox { padding:30px; }
	.index06 .rightbox { padding:30px; }
}
@media(min-width:768px) {
	.index06 { padding:100px 0 80px; }
	.index06 .t1 { font-size:28px; }
	.index06 .t2 { font-size:28px; }
	.index06 .content { margin-top: 30px; }
	.index06 .leftbox { padding:35px; }
	.index06 .c1 { font-size:16px; margin-top: 30px; }
	.index06 .c2 { font-size:16px; margin-top: 15px; }
	.index06 .rightbox { padding:35px; }
	.index06 .item { line-height:45px; }
	.index06 .item select { height:45px; }
	.index06 .bottom { margin-top: 40px; }
}
@media(min-width:992px) {
	.index06 { padding:120px 0 100px; }
	.index06 .t1 { font-size:32px; }
	.index06 .t2 { font-size:32px; }
	.index06 .content { margin-top: 30px; }
	.index06 .leftbox { padding:40px; }
	.index06 .rightbox { padding:40px; }
	.index06 .item { line-height:50px; }
	.index06 .item select { height:50px; }
	.index06 .item:hover { border-color:#d32938; }
	.index06 .submit { font-size:16px; transition:.36s all; }
	.index06 .submit:hover { background: #d32938; transition:.36s all; }
	.index06 .bottom { margin-top: 50px; }
}
@media(min-width:1200px) {
	.index06 { padding-bottom:80px; padding-top:0; display: flex; align-items: center; }
	.index06 .t1 { font-size:36px; }
	.index06 .t2 { font-size:36px; }
	.index06 .content { margin-top: 30px; }
	.index06 .leftbox { padding:45px; }
	.index06 .c1 { font-size:18px; margin-top: 36px; }
	.index06 .c2 { font-size:18px; margin-top: 18px; }
	.index06 .rightbox { padding:45px; }
	.index06 .item { line-height:60px; border-radius:10px; margin-bottom: 15px; }
	.index06 .item select { height:60px; }
	.index06 .item textarea { font-size:16px; line-height: 30px; height: 120px; padding-top:11px; }
	.index06 .bottom { position: absolute; left:0; bottom:60px; right:0; }
}
@media(min-width:1400px) {
	.index06 { padding-top: 80px; }
	.index06 .t1 { font-size:40px; }
	.index06 .t2 { font-size:40px; }
	.index06 .content { margin-top: 30px; }
	.index06 .leftbox { padding:50px; }
	.index06 .c1 { margin-top: 42px; }
	.index06 .c2 { margin-top: 21px; }
	.index06 .rightbox { padding:50px; }
	.index06 .item { line-height:65px; }
	.index06 .item select { height:65px; }
	.index06 .item textarea { font-size:16px; line-height: 30px; height: 120px; padding-top:11px; }
}
@media(min-width:1600px) {
	.index06 .t1 { font-size:44px; }
	.index06 .t2 { font-size:44px; }
	.index06 .leftbox { padding:55px; }
	.index06 .c1 { font-size:20px; margin-top: 46px; }
	.index06 .c2 { font-size:20px; margin-top: 23px; }
	.index06 .rightbox { padding:55px; }
	.index06 .item { line-height:70px; margin-bottom:15px; }
	.index06 .item select { height:70px; }
	.index06 .item textarea { font-size:16px; line-height: 30px; height:120px; padding-top:13px; }
	.index06 .submit { font-size:18px; }
}
@media(min-width:1920px) {
	.index06 .t1 { font-size:48px; }
	.index06 .t2 { font-size:48px; }
	.index06 .leftbox { padding:60px; }
	.index06 .c1 { margin-top: 50px; }
	.index06 .c2 { margin-top: 25px; }
	.index06 .rightbox { padding:60px; }
}

.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:#be151a; }
.job01 .panel.active { color:#fff; background:#be151a; 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:#be151a; padding:10px 25px; text-align: center; display:inline-block; margin:25px auto; }
.job01 .more:hover { background: #be151a; }
@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; }
}

.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; }


.product01 { overflow:hidden; position:relative; margin-bottom: 25px; }
.product01 .t1 { color:#333333; font-size:18px; font-weight: bold; }
.product01 .t2 { color:#333333; font-weight: bold; margin-left: 5px; text-transform:uppercase; }
.product01 .slide { position:relative; margin-bottom: 15px; transition:.2s all linear; }
.product01 .slide:nth-child(2n) { margin-right:0%; }
.product01 .slide>a:after { content:''; position: absolute; left:0; top:0; width:100%; height:100%; z-index: 1; }
.product01 .imgbox { background:#eaeaea; }
.product01 .imgbox:after { padding-top:75%; }
.product01 .c1 { color:#333; font-size:14px; padding:0 15px; margin-top: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product01 .btnbox { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-around; margin-top: 10px; padding-top: 10px; border-top:1px dashed #dcdcdc; }
.product01 .c2 { background:#be151a; color:#fff; flex:0 0 45%; text-align: center; padding:6px 0; }
.product01 .c2:last-child { color:#999; background:none; border:1px solid #dcdcdc; }
.product01 .c2:hover { background:#333; }
.product01 .c2:last-child:hover { background:#333; color:#fff; border:1px solid #333; }
@media(min-width:768px) {
	.product01 { margin-bottom:35px; }
	.product01 .c1 { font-size:15px; }
}
@media(min-width:992px) {
	.product01 { margin-bottom:45px; }
	.product01 .t1 { font-size:20px; }
	.product01 .slide { margin-bottom: 20px; }
	.product01 .slide:hover .imgbox img { transform: translate(-50%,-50%) scale(1.1); }
	.product01 .slide:hover .c1 { color:#be151a; }
	.product01 .c1 { font-size:16px; margin-top: 15px; }
	.product01 .c2 { padding:8px 0; }
}
@media(min-width:1200px) {
	.product01 { margin-bottom:55px; }
	.product01 .t1 { font-size:22px; }
	.product01 .slide { margin-bottom: 25px; }
	.product01 .c1 { font-size:17px; }
	.product01 .btnbox { margin-top: 15px; padding-top: 15px; }
	.product01 .c2 { padding:10px 0; }
}
@media(min-width:1400px) {
	.product01 { margin-bottom:65px; }
	.product01 .t1 { font-size:24px; }
	.product01 .slide { margin-bottom: 30px; }
	.product01 .c1 { margin-top: 20px; font-size:18px; }
	.product01 .btnbox { margin-top: 20px; padding-top: 20px; }
	.product01 .c2 { padding:12px 0; }
}
@media(min-width:1600px) {
	.product01 { margin-bottom:75px; }
	.product01 .t1 { font-size:26px; }
	.product01 .slide { margin-bottom: 35px; }
	.product01 .c1 { margin-top: 25px; }
}

.proinfo01 { position: relative; padding:0 0 20px; }
.proinfo01 #bigSwiper { flex:0 0 100%; }
.proinfo01 #bigSwiper .swiper-slide { text-align: center; padding-right:1px; }
.proinfo01 #bigSwiper .swiper-slide .imgbox { border:1px solid #dbe1e8; }
.proinfo01 #bigSwiper .swiper-slide .imgbox img { max-height:100%; max-width:100%; }
.proinfo01 #bigSwiper .swiper-slide:hover img { transform:translate(-50%,-50%); }
.proinfo01 #smallSwiper { flex:0 0 100%; margin-top:10px; }
.proinfo01 #smallSwiper .swiper-slide { cursor: pointer; display:flex; align-items:center; max-width:100%; border:2px solid #f5f5f5; overflow:hidden; }
.proinfo01 #smallSwiper .swiper-slide-thumb-active { border:2px solid #be151a; }
.proinfo01 #smallSwiper .swiper-slide .play { font-size:26px; text-align: center; }
.proinfo01 #bigSwiper .swiper-button-next:after, .proinfo01 #bigSwiper .swiper-button-prev:after { color:#be151a; }
.proinfo01 .rightbox { margin-top:25px; }
.proinfo01 .rightbox hr { border-style:dashed; border-width:0px; border-color:#999; background:none; }
.proinfo01 .t1 { color:#333333; font-size:18px; border-bottom:1px solid #d8d8d8; padding-bottom: 10px; }
.proinfo01 .t2 { display: flex; color:#888888; margin-top: 12px; }
.proinfo01 .t2 span { display: inline-block; font-size:120%; flex:0 0 20%; width:20%; margin-top: 3px; white-space: nowrap; }
.proinfo01 .t2 div { line-height: 1.6; overflow:hidden; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient:vertical; text-overflow: ellipsis; overflow: hidden; }
.proinfo01 .param { margin-top:10px; }
.proinfo01 .t3 { color:#888; line-height:3; width:100%; }
.proinfo01 .t3 span { display: inline-block; font-size:120%; width:20%; }
.proinfo01 .c1 { color:#666666; white-space: nowrap; }
.proinfo01 .c2 { color:#be151a; font-size:14px; font-weight: bold; line-height: 2; }
.proinfo01 .b2 { color:#fff; background: #be151a; width:100%; 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 .b2 { color:#fff; background:#333; border:1px solid #333; font-weight: bold; }
.proinfo01 .telbox .b2:hover { color:#fff; background: #be151a; border:1px solid #be151a; }
.proinfo01 .telbox i { font-size:110%; color:#be151a; }
.proinfo01 .tag { color:#e6322e; background:#fff4f2; line-height:26px; padding:0 5px; margin-right: 3px; }
.proinfo01 .t4 { font-size:12px; color:#999; line-height: 1.6; margin-top: 15px;}
.proinfo01 .t4 span { color:#333; display: block; }
@media(min-width:768px) {
	.proinfo01 { padding:0 0 25px; }
	.proinfo01 .play { font-size:50px; }
	.proinfo01 .t1 { font-size:22px; padding-bottom: 15px; }
	.proinfo01 .tag { line-height:28px; }
}
@media(min-width:992px) {
	.proinfo01 .t1 { font-size:24px; padding-bottom: 15px; }
	.proinfo01 .t2 { margin-top: 15px; }
	.proinfo01 .param { margin-top:15px; }
	.proinfo01 .c2 { font-size:17px; }
	.proinfo01 .play { font-size:65px; }
	.proinfo01 .leftbox>div { height:280px; }
	.proinfo01 #bigSwiper { flex:1; width:50%; margin-right: 10px; }
	.proinfo01 #smallSwiper { flex:0 0 13%; max-width:13%; margin-top: 0; height:100%; }
	.proinfo01 .rightbox { padding-left:3%; }
	.proinfo01 .tag { line-height:30px; padding:0 8px; }
	.proinfo01 .t4 { margin-top: 20px; font-size:13px; }
}
@media(min-width:1200px) {
	.proinfo01 { padding:0 0 30px; }
	.proinfo01 .t1 { font-size:26px; padding-bottom: 20px; }
	.proinfo01 .t2 { margin-top: 18px; }
	.proinfo01 .param { font-size:15px; margin-top:20px; }
	.proinfo01 .c2 { font-size:20px; }
	.proinfo01 .b2 { height:55px; line-height:55px; }
	.proinfo01 .leftbox { flex:0 0 56%; max-width:56%; }
	.proinfo01 .rightbox { flex:0 0 44%; max-width:44%; }
	.proinfo01 .play { font-size:75px; }
	.proinfo01 .leftbox>div { height:394px; }
  	.proinfo01 #bigSwiper { margin-right: 0; margin-left: 10px; }
	.proinfo01 #smallSwiper .swiper-slide .play { font-size:32px; }
	.proinfo01 .telbox { font-size:18px; }
	.proinfo01 .t4 { margin-top: 25px; font-size:14px; }
}
@media(min-width:1400px) {
	.proinfo01 { padding:0 0 35px; }
	.proinfo01 .t1 { font-size:28px; padding-bottom: 25px; }
	.proinfo01 .t2 { margin-top: 20px; }
	.proinfo01 .leftbox>div { height:463px; }
	.proinfo01 .tag { line-height:32px; }
	.proinfo01 .b2 { font-size:18px; }
	.proinfo01 .t4 { margin-top: 30px; }
}
@media(min-width:1600px) {
	.proinfo01 { padding:0 0 40px; }
	.proinfo01 .t1 { font-size:30px; padding-bottom: 30px; }
	.proinfo01 .param { margin-top:25px; }
	.proinfo01 .c2 { font-size:22px; }
	.proinfo01 .play { font-size:85px; }
	.proinfo01 .leftbox>div { height:500px; }
  	.proinfo01 #smallSwiper .swiper-slide .play { font-size:42px; }
	.proinfo01 .telbox { font-size:20px; }
	.proinfo01 .b2 { font-size:20px; }
}
@media(min-width:1920px) {
	.proinfo01 { padding:0 0 40px; }
	.proinfo01 .t1 { font-size:32px; padding-bottom: 35px; }
}

.proinfo02 { position:relative; overflow: hidden; background:#fff; padding:0 0 20px; }
.proinfo02 .leftbox { position: relative; }
.proinfo02 .l1 { color:#fff; font-size:18px; font-weight: bold; margin-top: 20px; padding:10px 12px; background:url(../images/left_bg.jpg) no-repeat; background-size:cover; }
.proinfo02 .list { display: block; margin-top:10px; }
.proinfo02 .list::-webkit-scrollbar { width:0px; height:0px; }
.proinfo02 .list .item { position: relative; color:#333; border-bottom:1px solid #eaeaea; flex:0 0 auto; display: flex; align-items: center; justify-content: space-between; overflow: hidden; text-overflow: ellipsis; text-align: center; padding:0 15px; margin-right:6px; line-height: 40px; white-space: nowrap; /*禁止选中*/ -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
.proinfo02 .list .item a:after { content:''; position: absolute; left:0; top:0; width: 100%; height: 100%; }
.proinfo02 .list .item:last-child { border:none; }
.proinfo02 .list .item:active,.proinfo02 .list .item.active { color:#fff; background:#be151a; }
.proinfo02 .tel { background:#f8f8f8; max-width:80%; margin:10px auto; border-radius:500px; padding:8px 15px; }
.proinfo02 .tel i { color:#f39800; font-size:240%; }
.proinfo02 .lt1 { font-size:12px; color:#999; }
.proinfo02 .lt2 { color:#be151a; font-size:20px; font-weight: bold; margin-top: 5px; }
.proinfo02 .lt3 { position: relative; display: flex; align-items: center; color:#666; font-size:12px; margin:10px auto; max-width:80%; white-space: nowrap; text-align:center; }
.proinfo02 .lt3:before { content:''; display: inline-block; height:1px; width:30%; margin-right:10px; background:#f1f1f1; }
.proinfo02 .lt3:after { content:''; display: inline-block; height:1px; width:30%; margin-left: 10px; background:#f1f1f1; }
.proinfo02 .lt4 { display: flex; align-items: center; justify-content: center; color:#fff; background:#be151a; max-width:80%; margin:0 auto; padding:10px 0; }
.proinfo02 .lt4 i { font-size:140%; }
.proinfo02 .lt4:hover { background:#333; }
.proinfo02 .rightbox { margin-top: 20px; }
.proinfo02 .title { background:#f8f8f8; }
.proinfo02 .t1 { display: inline-block; color:#666666; font-size:15px; border-width:3px 1px 1px 1px; padding:5px 25px; border-style:solid; border-color:#be151a #f0f0f0 #f0f0f0 #f0f0f0; background:#fff; }
.proinfo02 .content { line-height: 2; margin-top:15px; }
.proinfo02 .content img { max-width:100%; }
@media(min-width:768px) {
	.proinfo02 { padding:0 0 25px; }
	.proinfo02 .l1 { font-size:20px; padding:12px 15px; }
	.proinfo02 .list { margin-top: 12px; justify-content: center; }
	.proinfo02 .list .item { padding:0 20px; line-height: 44px; }
	.proinfo02 .tel { padding:10px 18px; }
	.proinfo02 .t1 { font-size:16px; padding:7px 30px; }
}
@media(min-width:992px) {
	.proinfo02 { padding:0 0 30px; }
	.proinfo02 .leftbox { flex:0 0 23%; max-width:23%; }
	.proinfo02 .l1 { font-size:22px; padding:14px 18px; margin-top: 0; }
	.proinfo02 .list { display: block; margin-top: 14px; }
	.proinfo02 .list .item { padding:0 25px; line-height: 48px; margin-right: 0; }
	.proinfo02 .list .item:hover { color:#fff; background:#be151a; }
	.proinfo02 .tel { padding:11px 20px; }
	.proinfo02 .lt3 { margin:15px auto; font-size:13px; }
	.proinfo02 .rightbox { flex:0 0 75%; max-width:75%; margin-top: 0; }
	.proinfo02 .t1 { font-size:17px; padding:9px 35px; }
	.proinfo02 .content { padding:0 15px; }
}
@media(min-width:1200px) {
	.proinfo02 { padding:0 0 40px; }
	.proinfo02 .l1 { font-size:24px; padding:16px 20px; }
	.proinfo02 .list { margin-top: 16px; }
	.proinfo02 .list .item { padding:0 30px; line-height: 52px; }
	.proinfo02 .tel { padding:12px 22px; }
	.proinfo02 .t1 { font-size:18px; padding:11px 40px; border-width:4px 1px 1px 1px; }
	.proinfo02 .content { margin-top:25px; }
}
@media(min-width:1400px) {
	.proinfo02 { padding:0 0 50px; }
	.proinfo02 .l1 { font-size:26px; padding:18px 23px; }
	.proinfo02 .list { margin-top: 18px; }
	.proinfo02 .list .item { padding:0 35px; line-height: 56px; }
	.proinfo02 .tel { padding:13px 24px; }
	.proinfo02 .lt3 { margin:20px auto; font-size:14px; }
	.proinfo02 .t1 { font-size:19px; padding:13px 45px; }
}
@media(min-width:1600px) {
	.proinfo02 { padding:0 0 60px; }
	.proinfo02 .l1 { font-size:28px; padding:20px 25px; }
	.proinfo02 .list { margin-top: 20px; }
	.proinfo02 .list .item { padding:0 40px; line-height: 60px; }
	.proinfo02 .tel { padding:14px 26px; }
	.proinfo02 .t1 { font-size:20px; padding:15px 50px; }
	.proinfo02 .content { margin-top:30px; }
}
@media(min-width:1920px) {
	.proinfo02 .l1 { font-size:30px; padding:22px 28px; }
	.proinfo02 .list { margin-top: 25px; }
	.proinfo02 .list .item { padding:0 50px; line-height: 65px;}
	.proinfo02 .tel { padding:15px 28px; }
}

.proinfo04 { position: relative; overflow: hidden; padding:25px 0; border-top:1px solid #e3e3e3; }
.proinfo04 .t1 { position: relative; font-size:20px; color:#404040; font-weight: bold; padding-left: 10px; border-left:4px solid #be151a; }
.proinfo04 .t2 { color:#888888; font-size:14px; line-height: 1.5; }
.proinfo04 .content { position: relative; }
.proinfo04 .swiper { margin-top: 20px; }
.proinfo04 .swiper-slide>a:after { content:''; position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 3;}
.proinfo04 .swiper-button-prev { left:0; }
.proinfo04 .swiper-button-next { right:0; }
.proinfo04 .swiper-button-next:after,.proinfo04 .swiper-button-prev:after { color:#333; font-size:200%; }
.proinfo04 .imgbox { background:#eaeaea; }
.proinfo04 .c1 { color:#333; font-size:14px; padding:0 15px; margin-top: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.proinfo04 .btnbox { position: relative; z-index: 4; display: flex; align-items: center; justify-content: space-around; margin-top: 10px; padding-top: 10px; border-top:1px dashed #dcdcdc; }
.proinfo04 .c2 { background:#be151a; color:#fff; flex:0 0 45%; text-align: center; padding:6px 0; }
.proinfo04 .c2:last-child { color:#999; background:none; border:1px solid #dcdcdc; }
.proinfo04 .c2:hover { background:#333; border-color:#333; }
@media(min-width:768px) {
	.proinfo04 { padding:30px 0; }
	.proinfo04 .t1 { font-size:24px; padding-left: 12px; }
	.proinfo04 .t2 { font-size:15px; }
	.proinfo04 .swiper { margin-top: 25px; }
	.proinfo04 .swiper-button-prev { transform:translateX(-100%); }
	.proinfo04 .swiper-button-next { transform:translateX(100%); }
	.proinfo04 .c1 { font-size:15px; }
}
@media(min-width:992px) {
	.proinfo04 { padding:40px 0; }
	.proinfo04 .t1 { font-size:26px; padding-left: 15px; }
	.proinfo04 .t2 { font-size:16px; }
	.proinfo04 .swiper { margin-top: 30px; }
	.proinfo04 .swiper-button-prev { transform:translateX(-50%); }
	.proinfo04 .swiper-button-next { transform:translateX(50%); }
	.proinfo04 .imgbox:before { content:''; position: absolute; z-index: 2; left:0; top:0; width:100%; height:100%; }
	.proinfo04 .c1 { font-size:16px; margin-top: 15px; }
	.proinfo04 .c2 { padding:8px 0; }
}
@media(min-width:1200px) {
	.proinfo04 { padding:50px 0; }
	.proinfo04 .t1 { font-size:28px; }
	.proinfo04 .t2 { font-size:17px; }
	.proinfo04 .swiper { margin-top: 40px; }
	.proinfo04 .c1 { font-size:17px; }
	.proinfo04 .btnbox { margin-top: 15px; padding-top: 15px; }
	.proinfo04 .c2 { padding:10px 0; }
	.proinfo04 .c2:last-child:hover { background:#333; color:#fff; border:1px solid #333; }
}
@media(min-width:1400px) {
	.proinfo04 { padding:60px 0; }
	.proinfo04 .t1 { font-size:32px; padding-left: 18px; }
	.proinfo04 .t2 { font-size:18px; }
	.proinfo04 .swiper { margin-top: 50px; }
	.proinfo04 .swiper-button-prev { transform:translateX(-100%); }
	.proinfo04 .swiper-button-next { transform:translateX(100%); }
	.proinfo04 .c1 { margin-top: 20px; font-size:18px; }
	.proinfo04 .btnbox { margin-top: 20px; padding-top: 20px; }
	.proinfo04 .c2 { padding:12px 0; }
}
@media(min-width:1600px) {
	.proinfo04 { padding:70px 0; }
	.proinfo04 .t1 { font-size:36px; }
	.proinfo04 .swiper { margin-top: 60px; }
	.proinfo04 .swiper-button-prev { transform:translateX(-200%); }
	.proinfo04 .swiper-button-next { transform:translateX(200%); }
	.proinfo04 .c1 { margin-top: 25px; }
}
@media(min-width:1920px) {
	.proinfo04 { padding:80px 0; }
	.proinfo04 .t1 { font-size:40px; padding-left: 20px; }
	.proinfo04 .swiper { margin-top: 70px; }
}

.company01 { position: relative; overflow: hidden; padding-top:20px; }
.company01 .t1 { position: relative; font-size:24px; font-weight: bold; color:#c73130; line-height: 1.4; position: absolute; top:15px; left:10%; white-space: nowrap; }
.company01 .t1 i { font-weight: normal; font-size:inherit; color:#999; }
.company01 .img1 { pointer-events: unset; width:20%; display: block; }
.company01 .list { border-width:1px 0 0  0; border-color:#d2d1d0; border-style:solid; margin: 10px 0 0; padding:25px 0; justify-content: space-around; }
.company01 .list .col-6 { position: relative; }
.company01 .list .col-6:after { content:''; position: absolute; right:0px; top:20%; transform:translateY(-50%); width:1px; height:100%; background: url(../images/company01_i.png) no-repeat; }
.company01 .list .col-6:nth-child(2n):after { display: none; }
.company01 .n1 { color:#808080; font-size:12px; display: flex; align-items: flex-start; justify-content: center; }
.company01 .n1 .number { display: inline-block; font-weight: bold; color:#333333; font-size:32px; margin-right: 2px; font-family:'Swis721 BlkCn BT'; }
.company01 .n1 span { display: inline-block; background: #c73132; border-radius: 50px; color: #fff; width: 20px; height: 20px; line-height: 20px; text-align: center; }
.company01 .n2 { color:#888888; margin-top: 10px; padding-left: 3px; }
.company01 .c1 { line-height: 1.8; color:#404040; text-align:justify; }
@media(min-width:768px) {
	.company01 { padding-top:30px; }
	.company01 .t1 { font-size:28px; }
	.company01 .list { padding:30px 0; }
	.company01 .list .col-6:after { right:-30px; }
	.company01 .list .col-6:nth-child(2n):after { display: block; }
	.company01 .list .col-6:last-child:after { display: none; }
	.company01 .n1 { font-size:13px; justify-content: flex-start; }
	.company01 .n1 span { width: 23px; height: 23px; line-height: 23px; }
	.company01 .n1 .number { font-size:40px; }
}
@media(min-width:992px) {
	.company01 { padding-top:35px; }
	.company01 .t1 { font-size:32px; }
	.company01 .img1 { margin:0 auto; width:unset; }
	.company01 .list { margin: 20px -12px 0; padding:35px 0; }
	.company01 .list .col-6:after { right:0px; }
	.company01 .list .col-6:nth-child(2n):after { display: none; }
	.company01 .n1 { justify-content: center; }
	.company01 .n1 .number { font-size:48px; }
	.company01 .n1:hover .number { color:#c73130; }
	.company01 .c1 { height:230px; overflow-y:auto; padding-right: 15px; }
}
@media(min-width:1200px) {
	.company01 { padding-top:40px; }
	.company01 .t1 { font-size:36px; }
	.company01 .list { padding:45px 0; }
	.company01 .list .col-6:after { right:-70px; }
	.company01 .list .col-6:nth-child(2n):after { display: block; }
	.company01 .list .col-6:last-child:after { display: none; }
	.company01 .n1 { font-size:14px; justify-content: flex-start; }
	.company01 .n1 span { width: 25px; height: 25px; line-height: 25px; }
	.company01 .n1 .number { font-size:54px; }
	.company01 .c1 { height:260px; }
}
@media(min-width:1400px) {
	.company01 { padding-top:50px; }
	.company01 .t1 { font-size:40px; }
	.company01 .list { padding:55px 0; }
	.company01 .list .col-6:after { right:-80px; }
	.company01 .n1 .number { font-size:58px; }
	.company01 .c1 { font-size:17px; height:270px; line-height: 2; }
}
@media(min-width:1600px) {
	.company01 { padding-top:60px; }
	.company01 .t1 { font-size:45px; }
	.company01 .list { padding:60px 0; }
	.company01 .n1 .number { font-size:62px; }
	.company01 .c1 { line-height: 2.2; }
}
@media(min-width:1920px) {
	.company01 { padding-top:70px; }
	.company01 .t1 { font-size:48px; }
	.company01 .list { padding:70px 0; }
	.company01 .n1 .number { font-size:65px; }
	.company01 .c1 { height:300px; line-height: 2.5; }
}

.company02 { position: relative; overflow: hidden; padding:25px 0 0; background:#f3f3f2; }
.company02 .t1 { position: relative; color:#da251c; font-size:20px; font-weight: bold; text-align: center; }
.company02 .t2 { text-align: center; color:#333333; margin-top: 10px; }
.company02 .content { position: relative; margin-top:20px; }
.company02 .content .float-panel { display:flex; align-items:flex-end; color:#fff; position:absolute; z-index:1; top:0; left:0; right:10%; padding:25px 0 0 25px; }
.company02 .content .i1 { display: none; }
.company02 .content .c1 { font-size:18px; }
.company02 .content .c2 { line-height: 1.8; margin-top: 10px; }
@media(min-width:576px) {
	.company02 .c1 { font-size:20px; }
}
@media(min-width:768px) {
	.company02 { padding:30px 0 0; }
	.company02 .t1 { font-size:28px; }
	.company02 .t2 { margin-top: 15px; }
	.company02 .content { margin-top: 35px; }
	.company02 .content .float-panel { padding: 40px 40px 0; right:30%; }
	.company02 .content .c1 { font-size:22px; }
	.company02 .content .c2 { line-height: 1.8; margin-top: 15px; }
}
@media(min-width:992px) {
	.company02 { padding:35px 0 0; }
	.company02 .t1 { font-size:32px; }
	.company02 .content {display:flex;justify-content:space-between; margin-top: 40px; }
	.company02 .content .slide { position:relative; flex:0 0 17.3333%; max-width:17.3333%; }
	.company02 .content .slide.first{ flex-basis:48%; max-width:48%; }
	.company02 .content .imgTop { position:relative; height:600px; width:100%; overflow:hidden; }
	.company02 .content .imgTop:before { content:''; background:rgba(0,0,0,.8); position: absolute; z-index: 1; left:0; top:0; width:100%; height:100%; }
	.company02 .content .imgTop>img { height:100%; position: absolute; right: 0%; }
	.company02 .content .imgTop.tm:before { background:rgba(0,0,0,.28); }
	.company02 .content .float-panel { height:100%; padding-top: 0; display: flex; flex-direction: column; align-items: center; right:0; justify-content:center;}
	.company02 .content .i1 { display: block; }
	.company02 .content .c1 { font-size:28px; margin-bottom: 30px; font-weight: bold; }
	.company02 .content .c2 { display: none; line-height: 2; margin-top: 20px; }
	.company02 .content .imgTop.tm .float-panel { height:unset; display: block; padding:120px 0 0 50px; right:20%; }
	.company02 .content .imgTop.tm .c1 { font-size:24px!important; margin-bottom: 20px; writing-mode:unset; }
	.company02 .content .imgTop.tm .c2 { display: block; margin-top: 30px; }
}
@media(min-width:1200px) {
	.company02 { padding:40px 0 0; }
	.company02 .t1 { font-size:36px; }
	.company02 .content { margin-top: 45px; }
	.company02 .content .c1 { font-size:30px; margin-bottom: 40px; }
	.company02 .content .c2 { margin-top: 25px; }	
	.company02 .content .imgTop { height:650px; }
	.company02 .content .imgTop.tm .float-panel { padding:150px 0 0 70px; }
	.company02 .content .imgTop.tm .c1 { font-size:26px!important; }
	.company02 .content .imgTop.tm .c2 { margin-top: 40px; }
}
@media(min-width:1400px) {
	.company02 { padding:50px 0 0; }
	.company02 .t1 { font-size:40px; }
	.company02 .content { margin-top: 50px; }
	.company02 .content .c1 { font-size:32px; margin-bottom: 50px; }
	.company02 .content .c2 { margin-top: 30px; line-height:30px; }
	.company02 .content .imgTop { height:700px; }
	.company02 .content .imgTop.tm .float-panel { padding:180px 0 0 90px; }
	.company02 .content .imgTop.tm .c1 { font-size:28px!important; }
	.company02 .content .imgTop.tm .c2 { margin-top: 50px; }
}
@media(min-width:1600px) {
	.company02 { padding:60px 0 0; }
	.company02 .t1 { font-size:44px; }
	.company02 .content { margin-top: 55px; }
	.company02 .content .c1 { font-size:34px; margin-bottom: 60px; }
	.company02 .content .c2 { margin-top: 35px; line-height:32px; margin-top:18px; }
	.company02 .content .imgTop.tm .c1 { font-size:30px!important; }
}
@media(min-width:1920px) {
	.company02 { padding:70px 0 0; }
	.company02 .t1 { font-size:48px; }
	.company02 .content { margin-top: 65px; }
	.company02 .content .c1 { font-size:36px; }
	.company02 .content .imgTop.tm .c1 { font-size:32px!important; }
}

.company03 { position: relative; overflow: hidden; padding:20px 0; }
.company03 .t1 { color:#000; font-weight: bold; font-size:20px; }
.company03 .t1 span { color:#db3028; }
.company03 .t2 { color:#666666; margin-top: 10px; }
.company03 .r1 { color:#000; font-weight: bold; font-size:14px; line-height: 1.3; margin-top: 5px; }
.company03 .r1 span { color:#db3028; font-size:18px; }
.company03 .swiper-slide { text-align: center; background:url(../images/company03_bg2.png) no-repeat center; background-size:100% 100%; padding:14px 0; padding-right: 5px; margin-top: 20px; }
.company03 .swiper-slide:first-child { background:url(../images/company03_bg1.png) no-repeat; background-size:100% 100%; }
.company03 .swiper-slide:last-child { background:url(../images/company03_bg3.png) no-repeat; background-size:100% 100%; padding-right:0!important; }
.company03 .swiper-slide .c1 { color:#333; font-weight: bold; font-size:14px; margin-top: 10px; }
.company03 .swiper-slide .c2 { color:#666; font-weight: bold; font-size:12px; margin-top: 10px; }
.company03 .swiper-slide:active { background:url(../images/company03_bg2h.png) no-repeat center; background-size:100% 100%; }
.company03 .swiper-slide:active:first-child { background:url(../images/company03_bg1h.png) no-repeat center; background-size:100% 100%; }
.company03 .swiper-slide:active:last-child { background:url(../images/company03_bg3h.png) no-repeat center; background-size:100% 100%; }
.company03 .swiper-slide:active .c1 { color:#fff; }
.company03 .swiper-slide:active .c2 { color:#fff; }
@media(min-width:576px) {
	.company03 .t1 { font-size:22px; }
	.company03 .r1 { margin-top: 0; }
	.company03 .r1 span { display: block; }
}
@media(min-width:768px) {
	.company03 { padding:25px 0; }
	.company03 .t1 { font-size:24px; }
	.company03 .r1 span { font-size:20px; }
	.company03 .swiper-slide { margin-top: 25px; padding:16px 0; padding-right: 10px; }
	.company03 .swiper-slide .c1 { font-size:16px; }
	.company03 .swiper-slide .c2 { font-size:14px; }
}
@media(min-width:992px) {
	.company03 { padding:30px 0; }
	.company03 .t1 { font-size:28px; }
	.company03 .r1 { font-size:16px; }
	.company03 .r1 span { font-size:22px; }
}
@media(min-width:1200px) {
	.company03 { padding:35px 0; }
	.company03 .t1 { font-size:30px; }
	.company03 .r1 { font-size:18px; }
	.company03 .r1 span { font-size:24px; }
	.company03 .swiper-slide { margin-top: 30px; padding:18px 0; padding-right: 15px; }
	.company03 .swiper-slide .c1 { font-size:18px; margin-top: 12px; }
	.company03 .swiper-slide .c2 { font-size:16px; margin-top: 12px; }
	.company03 .swiper-slide:hover { background:url(../images/company03_bg2h.png) no-repeat center; background-size:100% 100%; }
	.company03 .swiper-slide:hover:first-child { background:url(../images/company03_bg1h.png) no-repeat center; background-size:100% 100%; }
	.company03 .swiper-slide:hover:last-child { background:url(../images/company03_bg3h.png) no-repeat center; background-size:100% 100%; }
	.company03 .swiper-slide:hover .c1 { color:#fff; }
	.company03 .swiper-slide:hover .c2 { color:#fff; }
}
@media(min-width:1400px) {
	.company03 { padding:40px 0; }
	.company03 .t1 { font-size:32px; }
	.company03 .t2 { font-size:17px; margin-top: 15px; }
	.company03 .r1 { font-size:20px; }
	.company03 .r1 span { font-size:26px; }
	.company03 .swiper-slide { margin-top: 35px; padding:20px 0; padding-right: 15px; }
	.company03 .swiper-slide .c1 { font-size:20px; }
	.company03 .swiper-slide .c2 { font-size:18px; }
}
@media(min-width:1600px) {
	.company03 { padding:45px 0; }
	.company03 .t1 { font-size:34px; }
	.company03 .t2 { font-size:18px; }
	.company03 .r1 { font-size:22px; }
	.company03 .r1 span { font-size:28px; }
	.company03 .swiper-slide { margin-top: 40px; padding:22px 0; padding-right: 15px; }
}
@media(min-width:1920px) {
	.company03 { padding:50px 0; }
	.company03 .t1 { font-size:36px; }
	.company03 .r1 { font-size:24px; }
	.company03 .r1 span { font-size:30px; }
	.company03 .swiper-slide { margin-top: 45px; padding:24px 0; padding-right: 15px; }
}

.company04 { position: relative; overflow: hidden; padding:15px 0 20px; }
.company04 .t1 { position: relative; color:#db3028; font-weight: bold; font-size:20px; text-align: center; padding-bottom: 10px; }
.company04 .t1:before { content:''; height:3px; width:300px; background:#eee; position: absolute; bottom:0; left:50%; transform:translate(-50%,-1px); }
.company04 .t1:after { content:''; height:5px; width:120px; background:#db3028; position: absolute; z-index: 1; bottom:0; left:50%; transform:translateX(-50%); }
.company04 .content { margin-top: 20px; }
.company04 .swiper-slide { position: relative; }
.company04 .swiper-slide a:after { content:''; position: absolute; left:0; top:0; width:100%; height:100%; z-index: 2; }
.company04 .txtbox { background:#f2f2f3; padding:15px; text-align: center; }
.company04 .c1 { color:#333333; font-size:14px; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.company04 .c2 { color:#203260; font-size:12px; margin-top: 8px; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.company04 .swiper-slide:active .txtbox { background:#db3028; }
.company04 .swiper-slide:active .c1 { color:#fff; }
.company04 .swiper-slide:active .c2 { color:#fff; }
@media(min-width:576px) {
	.company04 .t1 { font-size:22px; }
	.company04 .content { margin-top: 25px; }
}
@media(min-width:768px) {
	.company04 { padding:15px 0 25px; }
	.company04 .t1 { font-size:24px; padding-bottom: 12px; }
	.company04 .content { margin-top: 30px; }
	.company04 .txtbox { padding:20px; }
	.company04 .c1 { font-size:16px; }
	.company04 .c2 { font-size:13px; margin-top: 10px; }
}
@media(min-width:992px) {
	.company04 { padding:20px 0 30px; }
	.company04 .t1 { font-size:28px; }
	.company04 .content { margin-top: 35px; }
}
@media(min-width:1200px) {
	.company04 { padding:25px 0 35px; }
	.company04 .t1 { font-size:30px; padding-bottom: 15px; }
	.company04 .content { margin-top: 40px; }
	.company04 .c1 { font-size:18px; }
	.company04 .c2 { font-size:14px; margin-top: 12px; }
	.company04 .swiper-slide:hover .txtbox { background:#db3028; }
	.company04 .swiper-slide:hover .c1 { color:#fff; }
	.company04 .swiper-slide:hover .c2 { color:#fff; }
}
@media(min-width:1400px) {
	.company04 { padding:30px 0 40px; }
	.company04 .t1 { font-size:32px; padding-bottom: 18px; }
	.company04 .content { margin-top: 45px; }
	.company04 .txtbox { padding:25px; }
	.company04 .c1 { font-size:20px; }
}
@media(min-width:1600px) {
	.company04 { padding:35px 0 45px; }
	.company04 .t1 { font-size:34px; }
	.company04 .content { margin-top: 50px; }
}
@media(min-width:1920px) {
	.company04 { padding:40px 0 50px; }
	.company04 .t1 { font-size:36px; }
	.company04 .content { margin-top: 60px; }
}



/* 图片列表 */
.imglist { overflow:hidden; position:relative; }
.imglist:after { content:''; display:block; clear:both; }
.imglist .slide { float:left; width:49%; margin-right:2%; margin-bottom:10px; box-sizing:border-box; }
.imglist .slide:nth-child(2n) { margin-right:0; }
.imglist .slide { position:relative; transition:.2s all linear; }
.imglist .imgbox { background:#e9edf0; }
.imglist .imgbox:after { padding-top: 65%; }
.imglist .imgbox1:after { padding-top:133%!important; }
.imglist .imgbox img { max-height:unset; }
.imglist .imgbox:before { content:'\ed66'; font-family:'iconfont'; font-size:240%; opacity:0; color:#fff; background:rgba(0,0,0,.3); display:flex; align-items:center; justify-content:center; position: absolute; left:0; top:0; width:100%; height:100%; z-index:9; pointer-events: none; }
.imglist .imgbox.sp:before { content:'\e87e'; }
.imglist .c1 { color:#333; height:30px; line-height: 30px; padding:0 10px; text-align:center; transition:.2s all linear; }
.imglist .slide:hover .imgbox:before { opacity:1; }
.imglist .slide:hover .c1 { color:#be151a; transition:.2s all linear; }
@media(min-width:768px) {
	.imglist .c1 { height:35px; line-height: 35px; }
}
@media(min-width:992px) {
	.imglist .slide { width:32%; margin-bottom: 14px; }
	.imglist .slide:nth-child(2n) { margin-right:2%; }
	.imglist .slide:nth-child(3n) { margin-right:0%; }
	.imglist .slide:hover .txtbox { color:#be151a; }
	.imglist .c1 { height:38px; line-height: 38px; padding:0 15px; }
}
@media(min-width:1200px) {
	.imglist .slide { margin-bottom: 16px; }
	.imglist .slide1 { width:23.5%; }
	.imglist .slide1:nth-child(3n) { margin-right:2%; }
	.imglist .slide1:nth-child(4n) { margin-right:0%; }
	.imglist .c1 { font-size:15px; height:42px; line-height: 42px; padding:0 15px; }
}
@media(min-width:1400px) {
	.imglist .slide { margin-bottom: 18px; }
	.imglist .c1 { height:46px; line-height: 46px; }
}
@media(min-width:1600px) {
	.imglist .slide { margin-bottom: 20px; }
	.imglist .c1 { height:50px; line-height: 50px; }
}

/* 图片列表2 */
.imglist2 { overflow:hidden; position:relative; }
.imglist2:after { content:''; display:block; clear:both; }
.imglist2 .slide { float:left; width:49%; margin-right:2%; margin-bottom:10px; box-sizing:border-box; }
.imglist2 .slide:nth-child(2n) { margin-right:0; }
.imglist2 .slide { position:relative; transition:.2s all linear; }
.imglist2 .imgbox { background:#e9edf0; }
.imglist2 .imgbox:after { padding-top: 120%; }
.imglist2 .imgbox img { max-height:unset; }
.imglist2 .imgbox:before { content:'\ed66'; font-family:'iconfont'; font-size:240%; opacity:0; color:#fff; background:rgba(0,0,0,.3); display:flex; align-items:center; justify-content:center; position: absolute; left:0; top:0; width:100%; height:100%; z-index:9; pointer-events: none; }
.imglist2 .imgbox.sp:before { content:'\e87e'; }
.imglist2 .c1 { color:#333; height:30px; line-height: 30px; padding:0 10px; text-align:center; transition:.2s all linear; }
.imglist2 .slide:hover .imgbox:before { opacity:1; }
.imglist2 .slide:hover .c1 { color:#be151a; transition:.2s all linear; }
@media(min-width:768px) {
	.imglist2 .c1 { height:35px; line-height: 35px; }
}
@media(min-width:992px) {
	.imglist2 .slide { width:32%; margin-bottom: 14px; }
	.imglist2 .slide:nth-child(2n) { margin-right:2%; }
	.imglist2 .slide:nth-child(3n) { margin-right:0%; }
	.imglist2 .slide:hover .txtbox { color:#be151a; }
	.imglist2 .c1 { height:38px; line-height: 38px; padding:0 15px; }
}
@media(min-width:1200px) {
	.imglist2 .slide { margin-bottom: 16px; }
	.imglist2 .c1 { font-size:15px; height:42px; line-height: 42px; padding:0 15px; }
}
@media(min-width:1400px) {
	.imglist2 .slide { margin-bottom: 18px; }
	.imglist2 .c1 { height:46px; line-height: 46px; }
}
@media(min-width:1600px) {
	.imglist2 .slide { margin-bottom: 20px; }
	.imglist2 .c1 { height:50px; line-height: 50px; }
}

.crumbs { font-size:12px; color:rgba(0,0,0,.6); margin-top: 10px; line-height: 35px; height:35px; }
.jw-flag-compact-player .jw-text-elapsed,.jw-flag-compact-player .jw-text-duration { display: inline-block!important; }
.jw-icon.jw-icon-barlogo-new { display: none!important; }
.mainbox { margin-bottom: 30px; }
.mainbox>.title { position: relative; font-size:20px; color:#404040; font-weight: bold; }
.msgtip {line-height: 1.7; margin-top:20px; border:1px dashed #ccc; border-radius:10px; display:inline-block; padding:15px; }
.msgtip .h5 { color:red; }
.msgtip .m1 { color:#999; font-size:80%; }
@media(min-width:768px) {
	.crumbs { order:1; margin-top: 0; line-height: 45px; height:45px; }
	.mainbox>.title { font-size:24px; }
}
@media(min-width:992px) {
  	.mainbox { margin-bottom: 40px; }
	.mainbox>.title { font-size:26px; margin-bottom: 20px; }
	.crumbs { font-size:14px; line-height: 50px; height:50px; }
}
@media(min-width:1200px) {
	.mainbox { margin-bottom: 50px; }
	.mainbox>.title { font-size:28px; margin-bottom: 25px; }
	.crumbs { font-size:15px; line-height: 60px; height:60px; }
}
@media(min-width:1400px) {
	.mainbox { margin-bottom: 60px; }
	.mainbox>.title { font-size:32px; margin-bottom: 30px; }
	.crumbs { line-height: 70px; height:70px; }
}
@media(min-width:1600px) {
	.mainbox { margin-bottom: 70px; }
	.mainbox>.title { font-size:36px; margin-bottom: 35px; }
	.crumbs { line-height: 85px; height:85px; }
}
@media(min-width:1920px) {
	.mainbox { margin-bottom: 80px; }
	.mainbox>.title { font-size:40px; }
}

/* 资讯列表 */
.newlist .slide { padding-bottom: 10px; padding:0 12px; margin-bottom: 5px; border-bottom:1px solid #f5e8e9; }
.newlist .slide:nth-child(n+3) .imgbox { display: none; }
.newlist .c1 { font-weight: bold; line-height: 1.5; margin-top: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.newlist .c2 { color:rgba(0,0,0,.6); font-size:12px; line-height: 1.8; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.newlist .imgbox img { max-height:unset; }
.newlist .imgbox:after { padding-top: 60%; }
.newlist .datebox { font-size:12px; display: flex; align-items: center; margin-top: 10px; }
.newlist .datebox .d2 { margin-left: 15px; }
.newlist .datebox { color:rgba(0,0,0,.6); }
.newlist .datebox i { color:rgba(0,0,0,.3); }
@media(min-width:576px) {
	.newlist { display: flex; flex-wrap:wrap; justify-content: space-between; }
	.newlist .slide { flex:0 0 100%; width:100%; padding-bottom: 15px; }
	.newlist .slide:nth-child(1),.newlist .slide:nth-child(2) { flex:0 0 48%; max-width:48%; }
}
@media(min-width:768px) {
}
@media(min-width:992px) {
	.newlist:after { content:''; display: block; flex:0 0 31%; max-width:31%; }
	.newlist .slide:nth-child(3) .imgbox { display: block; }
	.newlist .slide:nth-child(n+4) .imgbox { display: none; }
	.newlist .c1 { line-height: 28px; margin-top: 15px; }
	.newlist .slide:nth-child(1),.newlist .slide:nth-child(2),.newlist .slide:nth-child(3) { flex:0 0 31%; max-width:31%; }
}
@media(min-width:1200px) {
	.newlist .slide { padding-bottom: 20px; padding:0 15px; margin-bottom: 10px; }
	.newlist .c1 { line-height: 32px; }
	.newlist .c2 { font-size:14px; }
	.newlist .datebox { font-size:14px; }
}
@media(min-width:1400px) {
	.newlist .c1 { font-size:18px; margin-top: 20px; }
	.newlist .slide { padding-bottom: 30px; }
}
@media(min-width:1600px) {
	.newlist .slide { padding-bottom: 35px; margin-bottom: 15px; }
}

/*文章列表页样式*/
.newlist1 .slide { position:relative; margin-bottom:12px; background: #fff; transition:.3s all; }
.newlist1 .slide .imgbox:after {padding-top:65%; }
.newlist1 .slide .imgbox img { width:100%; }
.newlist1 .slide .c1 { color:#444; font-size:16px; line-height:22px; position:relative; }
.newlist1 .slide .c2 { color:#666; margin-top:10px; line-height: 1.8;overflow: hidden; display: -webkit-box;line-clamp: 2;-webkit-line-clamp: 2; text-overflow: ellipsis;-webkit-box-orient: vertical; text-align:justify; }
.newlist1 .slide .c3 { color:#666; margin-top: 10px; font-size:12px; }
.newlist1 .slide:hover { transform:translateY(-5px); }
.newlist1 .slide:hover .c1 { color:#be151a; }
.newlist1 .slide:hover .c3 { color:#be151a; }
@media(max-width:767px) {
  .newlist1 .slide .c1 { margin-top:15px; }
}
@media(min-width:768px) {
}
@media(min-width:992px) {
  .newlist1 .slide { margin-bottom:15px; }
  .newlist1 .slide:before { margin-bottom:25px; }
  .newlist1 .slide a { display:flex; align-items:center; }
  .newlist1 .slide .imgbox { margin-right:5%; width:230px; }
  .newlist1 .slide .txtbox { flex:1; width:50%; }
  .newlist1 .slide .c1 { font-size:20px; }
  .newlist1 .slide .c2 { margin-top:15px; }
  .newlist1 .slide .c3 { margin-top: 15px; font-size:13px; }
}
@media(min-width:1200px) {
  .newlist1 .slide { margin-bottom:20px; }
  .newlist1 .slide .c2 { margin-top:20px; }
}
@media(min-width:1400px) {
  .newlist1 .slide { margin-bottom:25px; }
}
@media(min-width:1600px) {
  .newlist1 .slide { margin-bottom:30px; }
}

/* 资讯列表样式2 */
.newlist2 .slide { position: relative; display: flex; flex-wrap:wrap; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.newlist2 .slide:before { content:''; display: inline-block; width:3px; height:3px; border-radius:5px; background:#adadad; margin-right: 8px; }
.newlist2 .slide a:before { content:''; position: absolute; left:0; top:0; width:100%; height:100%; }
.newlist2 .c1 { color:#444; line-height: 1.5; flex:1; width:50%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.newlist2 .c2 { color:rgba(0,0,0,.4); font-family:'Arial'; font-size:12px; margin-left: 10%; }
.newlist2 .slide:nth-child(6):after { content:''; flex:0 0 100%; display: block; margin:15px 0 0; width:100%; height:1px; background:#e2e2e2; }
.newlist2 .slide:last-child:after { display: none; }
@media(min-width:576px) {
}
@media(min-width:768px) {
	.newlist2 .slide:nth-child(6):after { margin:20px 0 0; }
}
@media(min-width:992px) {
	.newlist2 .slide { margin-bottom: 18px; }
	.newlist2 .slide:before { width:4px; height:4px; margin-right: 12px; }
	.newlist2 .slide:nth-child(6):after { margin:25px 0 5px; }
}
@media(min-width:1200px) {
	.newlist2 .slide { margin-bottom: 22px; }
	.newlist2 .slide:before { width:5px; height:5px; margin-right: 18px; }
	.newlist2 .c1 { font-size:17px; }
	.newlist2 .c2 { font-size:15px; }
	.newlist2 .slide:hover .c1 { color:#be151a; }
	.newlist2 .slide:nth-child(6):after { margin:30px 0 10px; }
}
@media(min-width:1400px) {
	.newlist2 .slide { margin-bottom: 26px; }
	.newlist2 .slide:nth-child(6):after { margin:35px 0 15px; }
}
@media(min-width:1600px) {
	.newlist2 .slide { margin-bottom: 30px; }
	.newlist2 .slide:nth-child(6):after { margin:45px 0 20px; }
}

.sidebox { position: relative; overflow: hidden; padding:10px 0; }
.sidebox .t1 { position: relative; font-size:20px; color:#404040; font-weight: bold; white-space: nowrap; }
.sidebox .t2 { color:#888888; font-size:14px; line-height: 1.3; }
.sidebox .typelist { display: flex; align-items: center; margin-top:15px; overflow-x: auto; }
.sidebox .typelist::-webkit-scrollbar { width:0px; height:0px; }
.sidebox .typelist .item { position: relative; color:#666666; background:#eaeaea; flex:0 0 auto; text-align: center; padding:0 15px; margin-right:6px; line-height: 34px; border-radius:500px; white-space: nowrap; /*禁止选中*/ -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
.sidebox .typelist .item a:after { content:''; position: absolute; left:0; top:0; width: 100%; height: 100%; }
.sidebox .typelist .item:active,.sidebox .typelist .item.active { color:#fff; background:#be151a; }
@media(min-width:768px) {
	.sidebox { padding:15px 0 25px; }
	.sidebox .t1 { font-size:24px; }
	.sidebox .t2 { font-size:15px; line-height: 1.5; }
	.sidebox .typelist { margin-top: 20px; justify-content: center; }
	.sidebox .typelist .item { padding:0 20px; line-height: 40px; margin-right:8px; }
}
@media(min-width:992px) {
	.sidebox { padding:20px 0 30px; }
	.sidebox .t1 { font-size:26px; }
	.sidebox .t2 { font-size:16px; }
	.sidebox .typelist { margin-top: 25px; }
	.sidebox .typelist .item { padding:0 25px; line-height: 42px; margin-right:10px; }
	.sidebox .typelist .item:hover { color:#fff; background:#be151a; }
}
@media(min-width:1200px) {
	.sidebox { padding:30px 0 35px; }
	.sidebox .t1 { font-size:28px; }
	.sidebox .t2 { font-size:17px; }
	.sidebox .typelist { margin-top: 30px; }
	.sidebox .typelist .item { padding:0 30px; line-height: 44px; margin-right:15px; }
}
@media(min-width:1400px) {
	.sidebox { padding:40px 0 45px; }
	.sidebox .t1 { font-size:32px; }
	.sidebox .t2 { font-size:18px; }
	.sidebox .typelist { margin-top: 35px; }
	.sidebox .typelist .item { padding:0 35px; line-height: 46px; margin-right:20px;}
}
@media(min-width:1600px) {
	.sidebox { padding:50px 0 55px; }
	.sidebox .t1 { font-size:36px; }
	.sidebox .typelist { margin-top: 40px; }
	.sidebox .typelist .item { padding:0 40px; line-height: 48px; margin-right:25px; }
}
@media(min-width:1920px) {
	.sidebox { padding:60px 0; }
	.sidebox .t1 { font-size:40px; }
	.sidebox .typelist { margin-top: 50px; }
	.sidebox .typelist .item { padding:0 50px; line-height: 50px;}
}

/* .newsinfo { padding:20px 0; text-align: justify; position:relative; overflow: hidden; } */
.newsinfo { background:#fff; position:relative; overflow: hidden; }
.newsinfo .ntitle { margin:20px 0; }
.newsinfo .nt1 { color:#333333; font-size:18px; padding:0 5%; line-height: 1.3; text-align: center; }
.newsinfo .nt2 { color:#666666; padding: 10px 0; border-bottom: 1px solid #e0e0e0; }
.newsinfo .content { line-height: 24px; }
.newsinfo .content img { height:unset!important; max-width:100%!important; }
.newsinfo .content iframe { background:none; max-width:100%!important; }
.newsinfo .content table { background:none; width:100%!important; max-width:100%!important; }
.newsinfo .video { width:800px; max-width:100%; height:300px; margin:0 auto; }
.newsinfo .video .jw-controlbar { width:100%; }
.newsinfo .back { color:#fff; background: #be151a; display:block; line-height: 35px; width:120px; margin-bottom: 25px; text-align:center; }
.newsinfo .back:hover { background:#333; }
@media(min-width:768px) {
}
@media(min-width:992px) {
	.newsinfo .nt1 { font-size:18px; }
	.newsinfo .content { padding-bottom:45px; }
	.newsinfo .back { margin-bottom: 0; }
}
@media(min-width:1200px) {
	.newsinfo .ntitle { margin-bottom:25px; }
	.newsinfo .nt1 { font-size:20px; line-height: 1.5; padding:0 10%; }
	.newsinfo .nt2 { font-size:14px; padding: 15px; }
	.newsinfo .content { line-height: 32px; padding-bottom:55px; }
  	.newsinfo .video { height:450px; }
	.newsinfo .back { line-height: 45px; width:135px; }
}
@media(min-width:1400px) {
	.newsinfo .ntitle { margin-bottom:22px; }
	.newsinfo .content { padding-bottom:65px; }
	.newsinfo .back { line-height: 50px; width:150px; }
}
@media(min-width:1600px) {
	.newsinfo .nt1 { font-size:24px; }
	.newsinfo .content { line-height: 36px; padding-bottom:75px; }
}

.contact01 { position:relative; overflow: hidden; margin-bottom: 25px; }
.contact01 .t1 { color:#be151a; font-weight: bold; font-size:22px; margin-top: 15px; }
.contact01 .t2 { color:#333333; line-height: 1.5; font-size:14px; display: inline-block; background:#fff; transform:translateY(-50%); padding:0 15px; margin-left: 12px; }
.contact01 .content { border:1px solid #eee; padding:0; }
.contact01 .leftbox { color:#333333; line-height: 2; padding:0 15px;}
.contact01 .leftbox img { max-width:100%; }
.contact01 ul { padding:0; }
.contact01 ul li div { padding-left: 60px; color: #595959; padding: 10px 15px 10px 60px; line-height: 1.3; 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 { color:#333; line-height: 1.5; }
.contact01 .c2 { color:#999; font-size:12px; margin-top: 5px; margin-bottom: 5px; line-height: 1.5; }
.contact01 .ewm { border-top:1px solid #e8e7e7; margin-top: 15px; padding-top: 15px; }
.contact01 .ewm .img { width:90px; }
.contact01 .share a { color:#82817f; font-size:150%; margin:0 5px; }
.contact01 .share a:hover { color:#be151a; }
@media(min-width:768px) {
	.contact01 { margin-bottom: 35px; }
	.contact01 .t1 { font-size:28px; margin-top: 20px; }
	.contact01 .t2 { font-size:16px; }
	.contact01 .leftbox { padding:0 20px; }
	.contact01 .c2 { margin-bottom: 10px; }
	.contact01 .ewm .img { width:100px; }
}
@media(min-width:992px) {
	.contact01 { margin-bottom: 45px; }
	.contact01 .t1 { font-size:32px; margin-top: 25px; }
	.contact01 .t2 { font-size:18px; }
	.contact01 .content { display: flex; }
	.contact01 .c2 { font-size:14px; }
	.contact01 .ewm .img { width:110px; }
}
@media(min-width:1200px) {
	.contact01 { margin-bottom: 55px; }
	.contact01 .t1 { font-size:38px; margin-top: 30px; }
	.contact01 .t2 { font-size:20px; }
	.contact01 ul li { font-size:15px; }
	.contact01 .ewm .img { width:120px; }
	.contact01 .c1 { font-size:17px; }
}
@media(min-width:1400px) {
	.contact01 { margin-bottom: 65px; }
	.contact01 .t1 { font-size:44px; margin-top: 35px; }
	.contact01 .t2 { font-size:22px; }
	.contact01 .leftbox { font-size:17px; padding:0 25px; }
	.contact01 .c1 { font-size:18px; }
	.contact01 .ewm { padding-top: 20px; }
	.contact01 .ewm .img { width:130px; }
}
@media(min-width:1600px) {
	.contact01 { margin-bottom: 75px; }
	.contact01 .t1 { font-size:50px; margin-top: 40px; }
	.contact01 .t2 { font-size:24px; }
	.contact01 .leftbox { font-size:18px; padding:0 30px; }
	.contact01 .ewm .img { width:140px; }
}

.contact02 { position: relative; overflow: hidden; background:url(../images/contact02_bg.jpg) no-repeat; background-size:cover; padding:20px 0; }
.contact02 .t1 { color:#fff; font-size:20px; border-left:3px solid #be151a; padding-left: 5px; }
.contact02 .t2 { color:#fff; margin-top:8px; font-size:12px; display: flex; align-items: center; }
.contact02 .t2 i { font-size:150%; }
.contact02 .content { margin-top: 15px; }
.contact02 .slide { color:#888888; background:#f9f9f9; line-height:40px; margin-bottom:10px; white-space:nowrap; }
.contact02 .slide select { color:#9e9e9e; background:none; display:block; width:100%; height:40px; }
.contact02 .slide input { background:#f9f9f9; width:84%; }
.contact02 .slide textarea { background:#f9f9f9; width:90%; font-size:14px; line-height: 24px; height:92px; padding-top:7px; }
.contact02 .submit { color:#fff; background:#be151a; border:none!important; display:block; text-align:center; border-radius:0; }
.contact02 .submit .btn2 { padding:0; border:none; border-radius: 0; background:#be151a; }
.contact02 .submit .btn-inner { transition:.36s all linear; }
.contact02 .submit .btn-inner i { right:-10px!important; }
.contact02 .submit .btn-inner i:before { content:''; opacity:0; }
.contact02 .btn2:hover .btnbg-x { background:#333; }
@media(min-width:768px) {
	.contact02 { padding:25px 0; }
	.contact02 .title { display: flex; align-items: center; justify-content: space-between; }
	.contact02 .t1 { font-size:24px; }
	.contact02 .t2 { margin-top:0px; }
	.contact02 .t2 i { font-size:200%; }
	.contact02 .content { margin-top: 20px; }
	.contact02 .slide { line-height:45px; }
	.contact02 .slide select { height:45px; }
}
@media(min-width:992px) {
	.contact02 { padding:30px 0; }
	.contact02 .t1 { font-size:26px; }
	.contact02 .t2 { font-size:13px; }
	.contact02 .content { margin-top: 25px; }
	.contact02 .slide { line-height:50px; }
	.contact02 .slide select { height:50px; }
	.contact02 .slide:hover { border-color:#be151a; }
	.contact02 .submit { font-size:16px; transition:.36s all; }
	.contact02 .submit:hover { background: #be151a; transition:.36s all; }
}
@media(min-width:1200px) {
	.contact02 { padding:35px 0; }
	.contact02 .t1 { font-size:28px; border-width:4px; padding-left:10px; }
	.contact02 .content { margin-top: 30px; }
	.contact02 .slide { line-height:60px; }
	.contact02 .slide select { height:60px; }
	.contact02 .slide textarea { font-size:16px; line-height: 30px; height: 120px; padding-top:18px; }
}
@media(min-width:1400px) {
	.contact02 { padding:40px 0; }
	.contact02 .t1 { font-size:32px; padding-left:15px; }
	.contact02 .t2 { font-size:14px; }
	.contact02 .content { margin-top: 35px; }
	.contact02 .slide { line-height:65px; }
	.contact02 .slide select { height:65px; }
	.contact02 .slide textarea { font-size:16px; line-height: 30px; height: 120px; padding-top:20px; }
}
@media(min-width:1600px) {
	.contact02 { padding:45px 0; }
	.contact02 .t1 { font-size:36px; }
	.contact02 .content { margin-top: 40px; }
	.contact02 .slide { line-height:70px; margin-bottom:15px; }
	.contact02 .slide select { height:70px; }
	.contact02 .slide textarea { font-size:16px; line-height: 30px; height:120px; padding-top:22px; }
	.contact02 .submit { font-size:18px; }
}

.contact03 { position: relative; overflow: hidden; padding:20px 0; background:url(../images/contact03_bg.jpg) no-repeat; background-size:cover; }
.contact03 .swiper-slide { height:unset; background:#fff; text-align: center; padding:20px; }
.contact03 .img { max-width:60px; margin:0 auto; }
.contact03 .c1 { position: relative; color:#333; font-weight: bold; font-size:14px; margin-top: 10px; padding-bottom: 13px; }
.contact03 .c1:after { content:''; position: absolute; left:50%; bottom:0; height:4px; width:40px; background:#be151a; transform:translateX(-50%); }
.contact03 .c2 { margin-top: 10px; line-height: 1.4; }
@media(min-width:768px) {
	.contact03 { padding:25px 0; }
	.contact03 .img { max-width:65px; }
}
@media(min-width:992px) {
	.contact03 { padding:30px 0; }
	.contact03 .swiper-slide { padding:25px 0; }
	.contact03 .img { max-width:70px; }
	.contact03 .c1 { font-size:16px; padding-bottom: 15px; }
	.contact03 .c2 { margin-top: 12px; }
}
@media(min-width:1200px) {
	.contact03 { padding:35px 0; }
	.contact03 .swiper-slide { padding:30px 0; }
	.contact03 .img { max-width:75px; }
	.contact03 .c1 { font-size:18px; margin-top: 15px; padding-bottom: 18px; }
	.contact03 .c1:after { height:5px; }
	.contact03 .c2 { margin-top: 15px; }
}
@media(min-width:1400px) {
	.contact03 { padding:40px 0; }
	.contact03 .swiper-slide { padding:35px 0; }
	.contact03 .img { max-width:80px; }
	.contact03 .c1 { font-size:20px; padding-bottom: 22px; }
	.contact03 .c2 { margin-top: 18px; }
}
@media(min-width:1600px) {
	.contact03 { padding:50px 0; }
	.contact03 .img { max-width:85px; }
	.contact03 .c1 { font-size:22px; margin-top: 20px; padding-bottom: 25px; }
	.contact03 .c2 { margin-top: 20px; }
}
@media(min-width:1920px) {
	.contact03 { padding:60px 0; }
	.contact03 .img { max-width:94px; }
	.contact03 .c1 { font-size:24px; }
}

.message01 { position:relative; overflow: hidden; }
.message01 .t1 { color:#333; font-size:20px; font-weight: bold; }
.message01 .t2 { color:#757575; margin-top:8px; }
.message01 .slide { color:#888888; background:#f9f9f9; line-height:40px; margin-bottom:10px; white-space:nowrap; }
.message01 .slide select { color:#9e9e9e; background:none; display:block; width:100%; height:40px; }
.message01 .slide input { background:#f9f9f9; width:84%; }
.message01 .slide textarea { background:#f9f9f9; width:90%; font-size:14px; line-height: 24px; height:92px; padding-top:7px; }
.message01 .submit { color:#fff; background:#be151a; display:block; text-align:center; border-radius:0; }
.message01 .submit .btn2 { padding:0; border:none; border-radius: 0; background:#be151a; }
.message01 .submit .btn-inner { transition:.36s all linear; }
.message01 .submit .btn-inner i { right:-10px!important; }
.message01 .submit .btn-inner i:before { content:''; opacity:0; }
.message01 .btn2:hover .btnbg-x { background:#333; }
@media(min-width:768px) {
	.message01 .t1 { font-size:24px; }
	.message01 .t2 { margin-top:10px; }
	.message01 .slide { line-height:45px; }
	.message01 .slide select { height:45px; }
}
@media(min-width:992px) {
	.message01 .t1 { font-size:26px; }
	.message01 .slide { line-height:50px; }
	.message01 .slide select { height:50px; }
	.message01 .slide:hover { border-color:#be151a; }
	.message01 .submit { font-size:16px; transition:.36s all; }
	.message01 .submit:hover { background: #be151a; transition:.36s all; }
}
@media(min-width:1200px) {
	.message01 .t1 { font-size:28px; }
	.message01 .t2 { margin-top:13px; }
	.message01 .slide { line-height:60px; }
	.message01 .slide select { height:60px; }
	.message01 .slide textarea { font-size:16px; line-height: 30px; height: 120px; padding-top:11px; }
}
@media(min-width:1400px) {
	.message01 .t1 { font-size:32px; }
	.message01 .t2 { margin-top:15px; font-size:17px; }
	.message01 .slide { line-height:65px; }
	.message01 .slide select { height:65px; }
	.message01 .slide textarea { font-size:16px; line-height: 30px; height: 120px; padding-top:11px; }
}
@media(min-width:1600px) {
	.message01 .t1 { font-size:36px; }
	.message01 .t2 { font-size:18px; }
	.message01 .slide { line-height:70px; margin-bottom:15px; }
	.message01 .slide select { height:70px; }
	.message01 .slide textarea { font-size:16px; line-height: 30px; height:120px; padding-top:13px; }
	.message01 .submit { font-size:18px; }
}

.footer { position: relative; overflow: hidden; color:#fff; padding:20px 0 25px; background:url(../images/footer_bg.jpg) no-repeat; background-size:cover;}
@media(min-width:768px) {
	.footer { padding:25px 0 35px; }
}
@media(min-width:992px) {
	.footer { padding:30px 0 40px; }
}
@media(min-width:1200px) {
	.footer { padding:35px 0 45px; }
}
@media(min-width:1400px) {
	.footer { padding:40px 0 50px; }
}
@media(min-width:1600px) {
	.footer { padding:45px 0 55px; }
}
@media(min-width:1920px) {
	.footer { padding:50px 0 60px; }
}

.floatewm {display:none;background:#fff;border:1px solid #666;width:245px;padding:15px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index: 99;font-size:14px; color:#888;}
.floatewm .close {width: 16px;height: 16px;position: absolute;right: 10px;top: 10px;color: #999;text-decoration: none;font-size: 16px;}
.floatewm .title { font-size: 12px; font-weight: bold; color:#000; }
.floatewm .bottom {font-size: 12px;line-height: 22px;color: #666;}