.page-block-container, .pbc { margin-left: auto; margin-right: auto; margin-bottom: 70px; }

@media (max-width: 1199.98px) { .page-block-container, .pbc { margin-bottom: 40px; } }

@media (min-width: 1200px) { .page-block-container, .pbc { width: 1200px; } }

@media (max-width: 1199.98px) { .page-block-container, .pbc { padding-left: 12px; padding-right: 12px; max-width: 680px; } }

html { font-size: 14px; }

a { color: #1C1C1C; }

a:hover { text-decoration: none; color: #E40611; }

p { margin-bottom: 1em; }

@media (max-width: 991.98px) { p { margin-bottom: .725em; } }

@media (max-width: 1199.98px) { .show-if-xl { display: none !important; } }

@media (min-width: 1200px) { .hide-if-xl { display: none !important; } }

/*@media (min-width: 1200px) { .logopic2{display:none;} header { background-color: #fff; }
  header > div { height: 131px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  header > div, header > div a{ color: #080808; }
  header > div a:hover { color: #E40611; }
  header .logo { display: block; position: relative; z-index: 10; top: 33px; padding: 8px 40px;width: 218px; height: 54px; }
  header nav { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 20px; }
  header nav > div:last-child{} 
  header nav .h a { display: block; padding: 0 15px; height: 131px; line-height: 131px; -webkit-transition: .6s; transition: .6s; }
  header nav .h a:hover { -webkit-transition: 0s; transition: 0s; background-color: rgba(209, 36, 89, 0.2); }
  header .search { padding-top: 25px; }
  header .search input[type="text"] { border: 1px solid #969696; width: 118px; height: 18px; background: none; color: #000; padding: 0 5px; margin-top:32px; }
  header .search input[type="submit"] { position: relative; margin-left: 0px; top: -2px; background: none; border: 0 none; width: 33px; height: 23px; background: url(s03.png) no-repeat 0 0; cursor: pointer; font-size:8px; } }

@media (max-width: 1199.98px) {.logopic1{display:none;} header { position: fixed; left: 0; right: 0; top: 0; height: 46px; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; z-index: 100; background: rgba(0, 0, 0, 0); }
  header > div { background: black; height: 46px; padding: 0 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-transition: .28s; transition: .28s; overflow: hidden; }
  header.show-search > div { height: 92px; }
  header.show-menu { height: 100%; background: rgba(0, 0, 0, 0.93); }
  header .logo { padding: 9px 0; background:#000000; }
  header .logo img { height: 28px; }
  header .menu-btn { position: relative; z-index: 1001; width: 36px; height: 36px; margin-top: 5px; margin-right: -4px; cursor: pointer; }
  header .menu-btn span { display: block; width: 24px; height: 2px; margin: 5px auto; background: #fff; -webkit-transition: .3s ease transform,opacity; transition: .3s ease transform,opacity; -webkit-transform-origin: 0 100%; transform-origin: 0 100%; }
  header .menu-btn span:first-child { margin-top: 10px; }
  header.show-menu .menu-btn { background: rgba(255, 255, 255, 0.1); }
  header.show-menu .menu-btn span { background: #fff; }
  header.show-menu .menu-btn span:nth-child(1) { -webkit-transform: rotate(45deg) translate(2px, -4px); transform: rotate(45deg) translate(2px, -4px); }
  header.show-menu .menu-btn span:nth-child(2) { opacity: 0; }
  header.show-menu .menu-btn span:nth-child(3) { -webkit-transform: rotate(-45deg) translate(2px, 4px); transform: rotate(-45deg) translate(2px, 4px); }
  header .search-btn { margin: auto 13px auto auto; width: 20px; height: 20px; background: url(s56.png) no-repeat 50% 50%/contain; }
  header.show-search .search-btn { background-image: url(s57.png); }
  header.show-menu .search-btn { visibility: hidden; }
  header .search { width: 100%; height: 46px; padding: 6px 0 12px; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; position: relative; -webkit-transition: .5s; transition: .5s; opacity: 0; }
  header .search input[type="text"] { width: 100%; height: 28px; background: rgba(255, 255, 255, 0.2); border: 0 none; border-radius: 13px; color: #fff; outline: 0 none; padding: 0 20px; }
  header .search input[type="submit"] { position: absolute; right: 10px; top: 11px; border: 0 none; width: 18px; height: 18px; background: url(s56.png) no-repeat 50% 50%/contain; }
  header.show-search .search { opacity: 1; }
  header nav { position: absolute; left: 0; right: 0; top: 46px; bottom: 92px; visibility: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 18px; }
  header nav > div { margin: 5px 0; }
  header nav > div a { display: block; padding: 5px 20px; color: #fff; -webkit-transition: 0s 0s; transition: 0s 0s; opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
  header.show-menu nav { visibility: visible; }
  header.show-menu nav > div a { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition-duration: 0.5s !important; transition-duration: 0.5s !important; }
  header.show-menu nav > div:nth-child(1) a { -webkit-transition-delay: 0.25s; transition-delay: 0.25s; }
  header.show-menu nav > div:nth-child(2) a { -webkit-transition-delay: 0.35s; transition-delay: 0.35s; }
  header.show-menu nav > div:nth-child(3) a { -webkit-transition-delay: 0.45s; transition-delay: 0.45s; }
  header.show-menu nav > div:nth-child(4) a { -webkit-transition-delay: 0.55s; transition-delay: 0.55s; }
  header.show-menu nav > div:nth-child(5) a { -webkit-transition-delay: 0.65s; transition-delay: 0.65s; }
  header.show-menu nav > div:nth-child(6) a { -webkit-transition-delay: 0.75s; transition-delay: 0.75s; }
  header.show-menu nav > div:nth-child(7) a { -webkit-transition-delay: 0.85s; transition-delay: 0.85s; }
  header.show-menu nav > div:nth-child(8) a { -webkit-transition-delay: 0.95s; transition-delay: 0.95s; }
  header.show-menu nav > div:nth-child(9) a { -webkit-transition-delay: 1.05s; transition-delay: 1.05s; }
  header.show-menu nav > div:nth-child(10) a { -webkit-transition-delay: 1.15s; transition-delay: 1.15s; }
  header.show-menu nav > div:nth-child(11) a { -webkit-transition-delay: 1.25s; transition-delay: 1.25s; }
  header.show-menu nav > div:nth-child(12) a { -webkit-transition-delay: 1.35s; transition-delay: 1.35s; }
  header.show-menu nav > div:nth-child(13) a { -webkit-transition-delay: 1.45s; transition-delay: 1.45s; }
  header.show-menu nav > div:nth-child(14) a { -webkit-transition-delay: 1.55s; transition-delay: 1.55s; }
  header.show-menu nav > div:nth-child(15) a { -webkit-transition-delay: 1.65s; transition-delay: 1.65s; }
  header.show-menu nav > div:nth-child(16) a { -webkit-transition-delay: 1.75s; transition-delay: 1.75s; }
  header.show-menu nav > div:nth-child(17) a { -webkit-transition-delay: 1.85s; transition-delay: 1.85s; }
  header.show-menu nav > div:nth-child(18) a { -webkit-transition-delay: 1.95s; transition-delay: 1.95s; }
  header.show-menu nav > div:nth-child(19) a { -webkit-transition-delay: 2.05s; transition-delay: 2.05s; }
  header nav > div:last-child{} 
  body { padding-top: 46px; } }

*/

@media (min-width: 1200px) { footer { background-image: url(footbg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; }
  footer, footer a { color: #fff; }
  footer > .wrp { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 1020px; margin: 0 auto; margin-bottom: 40px; }
  footer .xiangxi{width:420px;padding-top: 73px;}
  footer .fmessage{width:512px;padding-left:8px; padding-top:33px;}
  footer input{width:305px; height:30px; background:none; border:1px solid #898989; margin-bottom:20px;}
  footer textarea{width:305px; height:80px; background:none; border:1px solid #898989;}
  footer .nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: 120px; }
  footer .nav > div { text-align: center; border-right: 1px solid #555; padding: 10px 40px; min-width: 150px; }
  footer .nav > div > a { line-height: 2; color: #fff; }
  footer .nav > div > div { font-size: 14px; }
  footer .nav > div > div > div > a { display: block; color: #ADADAD; margin-top: 3px; white-space: nowrap; }
  footer .nav > div > div > div > a:hover { color: #fff; }
  footer .sde { line-height: 2; padding: 10px 40px; text-align: center; padding-top: 60px;}
  footer .qr { font-size: 12px; float: right; }
  footer .text { clear: both; text-align: right; font-size: 16px; }
  footer .text span { display: block; font-size: 28px; line-height: 1; font-style: italic; }
  footer .memo { padding: 10px; font-size: 13px; border-top: 1px solid #5C5C5C; }
  /*footer .memo .wrp { margin: 0 auto; width: 1020px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }*/
  footer .memo .wrp { margin: 0 auto; width: 1020px; text-align:center;}
  footer .memo .wrp > div p { margin: 2px; } }

@media (max-width: 1199.98px) { footer { padding-top: 30px; }
  footer .memo { background-color: #333; font-size: 11px; padding: 6px; text-align: center; }
  footer .memo, footer .memo a { color: #ffffff; }
  footer .memo p { margin: 0; } }




.go-top { position: fixed; z-index: 19; left: 50%; bottom: 50px; margin-left: 630px; width: 50px; height: 50px; border: 1px solid #d4d4d4; border-radius: 50%; cursor: pointer; -webkit-transition: .3s .03s; transition: .3s .03s; opacity: 0; visibility: hidden; background: #E40611 url(s58.png) no-repeat 50% 50%/26px 26px; }

.go-top.show { opacity: 1; visibility: visible; }

.page-banner { height: 608px; background-repeat: no-repeat; background-position: 50% 50%; }

@media (max-width: 1199.98px) { .page-banner { height: 0; padding-bottom: 44.05797%; -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; background-size: cover; background-position: center center; } }

.page-xtt { text-align: center; font-size: 17px; text-transform: uppercase; margin: 40px auto 30px auto; }

@media (min-width: 1200px) { .page-xtt { width: 1200px; } }

@media (max-width: 1199.98px) { .page-xtt { padding-left: 12px; padding-right: 12px; max-width: 680px; } }

@media (max-width: 1199.98px) { .page-xtt { margin-top: 20px; margin-bottom: 15px; } }

.page-xtt > div:nth-child(1) { font-weight: bold; color: #E40611; bottom: 5px; }

.page-xtt > div:nth-child(2) { font-size: 19px; color: #000; }

@media (min-width: 1200px) { .page-xtt > div:nth-child(2)::before, .page-xtt > div:nth-child(2)::after { content: ""; display: inline-block; margin: 0 20px; width: 100px; border-bottom: 1px solid #888; vertical-align: middle; } }

@media (max-width: 1199.98px) { .page-xtt > div:nth-child(2) { position: relative; }
  .page-xtt > div:nth-child(2) span { display: inline-block; background: #fff; position: relative; z-index: 2; padding: 0 1.5em; }
  .page-xtt > div:nth-child(2)::before { content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: #ccc; } }

.page-nav { margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: -5px; }

@media (min-width: 1200px) { .page-nav { width: 1200px; } }

@media (max-width: 1199.98px) { .page-nav { padding-left: 12px; padding-right: 12px; max-width: 680px; } }

.page-nav > a { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; padding: 0 13px; margin: 0 6px; margin-bottom: 5px; height: 30px; line-height: 30px; background-color: #333; color: #fff; }

.page-nav > a:hover, .page-nav > a.active { background-color: #E40611; }

@media (max-width: 1199.98px) { .page-nav > a { font-size: 13px; padding: 0 10px; height: 26px; line-height: 26px; } }

.page-cnt { min-height: 280px; padding-bottom: 100px; margin-top: 70px; }

@media (max-width: 1199.98px) { .page-cnt { margin-top: 40px; padding-bottom: 20px; } }

.list-pager { text-align: center; padding: 20px 0; }

.list-pager > a { display: inline-block; border: 1px solid #ccc; background: #fff; padding: 0 6px; height: 32px; line-height: 30px; min-width: 32px; margin: 0 10px; -webkit-transition: .3s .03s; transition: .3s .03s; font-size: 14px; }

@media (max-width: 1199.98px) { .list-pager > a { margin: 0 2px; } }

.list-pager > a.active { border-color: #ce4d4a; background: #ce4d4a; color: #fff; }

.list-pager > a:hover { border-color: #ce4d4a; }

@media (min-width: 1200px) { .story-index .ls { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; } }

@media (min-width: 1200px) { .story-index .ls > div { margin-bottom: 70px; width: 370px; margin-right: 45px; } }

@media (max-width: 1199.98px) { .story-index .ls > div { margin-bottom: 30px; } }

.story-index .ls > div:nth-child(3n) { margin-right: 0; }

.story-index .ls > div > a { position: relative; display: block; }

.story-index .ls .txt > * { margin-top: 5px; }

.story-index .ls .img { height: 250px; height: 0; padding-bottom: 67.56757%; -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; background-size: cover; background-position: center center; }

.story-index .ls .title { font-size: 19px; line-height: 1.3; }

@media (max-width: 1199.98px) { .story-index .ls .title { font-size: 17px; } }

.story-index .ls .author { color: #6c6c6c; }

.story-index .ls .author > span:nth-child(1) { margin-right: 10px; }

.story-index .ls .brief { color: #707070; font-size: 13px; line-height: 1.6; max-height: 104px; overflow: hidden; text-align: justify; }

.story-index .ls .more { display: inline-block; padding-right: 8px; background: url(s04.png) no-repeat 100% 50%; }

.story-index .ls .time { position: absolute; right: 10px; top: 10px; color: #333; border-radius: 50%; background-color: rgba(255, 255, 255, 0.9); width: 66px; height: 66px; padding-top: 8px; }

.story-index .ls .time > span { display: block; text-align: center; line-height: 1; }

.story-index .ls .time > span:nth-child(1) { font-size: 13px; }

.story-index .ls .time > span:nth-child(1)::after { content: ""; display: block; margin: 6px auto 2px auto; width: 18px; height: 3px; background-color: #E40611; }

.story-index .ls .time > span:nth-child(2) { font-size: 23px; }

.story-item h2 { font-size: 20px; text-align: center; }

.story-item .info { margin: 20px 0; text-align: center; border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc; padding: 3px 0; color: #666; }

.story-item .info > span { margin: 0 10px; }

.story-item .content { font-size: 16px; line-height: 1.625; text-align: justify; }

.story-item .content img { max-width: 100%; height: auto !important; }

.story-item .content iframe { max-width: 100%; height:300px; }

.story-item .links { margin-top: 80px; }

@media (max-width: 1199.98px) { .story-item .links { margin-top: 40px; } }

.story-item .links > div:nth-child(2) { margin-top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 10px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }

.story-item .links > div:nth-child(2) > a { max-width: 40%; }

.story-item .links > div:nth-child(2) > a > div:nth-child(1) { color: #999; }

.story-item .rels { margin-top: 80px; }

@media (max-width: 1199.98px) { .story-item .rels { margin-top: 40px; } }

.story-item .rels .t { text-align: center; font-size: 18px; margin-bottom: 20px; }

.story-item .rels .t::after { content: ""; display: block; margin: 5px auto; background-color: #c93835; width: 80px; height: 3px; }

.story-item .rels .ls { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.story-item .rels .ls > a { width: 42%; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 20px; }

@media (max-width: 1199.98px) { .story-item .rels .ls > a { width: 100%; margin-bottom: 10px; } }

.story-item .rels .ls .img { width: 150px; height: 110px; margin-right: 10px; background-repeat: no-repeat; background-size: cover; background-position: center center; }

.story-item .rels .ls .txt { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.story-item .rels .ls .title { font-size: 16px; height: 48px; line-height: 24px; overflow: hidden; margin-bottom: 30px; }

.story-item .rels .ls .time { color: #666; }

.gallery-index .ls { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; }

@media (min-width: 1200px) {  .gallery-index .ls > div { width: 380px; margin-right: 30px; margin-bottom: 30px; } 

.gallery-index .ls2 > div{
  width:1005px;
  height:366px;
  margin-bottom:22px;
  background:#E9E9E9; 
  overflow:hidden;
  margin-left:auto;
  margin-right:auto;
}

.gallery-index .ls2 .cl{
  width:666px;
  height:366px;
  float:left;
}


.gallery-index .ls2 .cr{
  float:left;
  width:338px;
  padding-top:102px;
  text-align:center;

}

.gallery-index .ls2 .cr .title{
  font-size:20px;
  margin-bottom:24px;
}

.gallery-index .ls2 .cr .brief{
  margin-bottom:24px;
}

.gallery-index .ls2 .cr a{
  border:1px solid #8C8C8C;
  display:block;
  padding:10px 20px;
  width:200px;
  margin-left:auto;
  margin-right:auto;
}

}

@media (max-width: 1199.98px) { .pc{display:none;} .gallery-index .ls > div { width: 50%; margin-bottom: 20px; }
  .gallery-index .ls > div:nth-child(odd) { padding-right: 5px; }
  .gallery-index .ls > div:nth-child(even) { padding-left: 5px; } }

.gallery-index .ls > div:nth-child(3n) { margin-right: 0; }

.gallery-index .ls > div > a { position: relative; display: block; }

.gallery-index .ls .img { height: 0; padding-bottom: 92.10526%; -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; background-size: cover; background-position: center center; }

.gallery-index .ls2 .img { height: 366px;  -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; background-size: cover; background-position: center center; }

.gallery-index .ls .title { font-size: 16px; margin-top: 5px; text-align: center; }

@media (max-width: 1199.98px) { .gallery-index .ls .title { font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-top: 2px; } }

@media (min-width: 1200px) {
.gallery-index .yd,.gallery-index .yd > div{ display:none;}
}

.sp-supp .ct { margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media (min-width: 1200px) { .sp-supp .ct { width: 840px; } }

.sp-supp .ct > div { width: 33.3333%; text-align: center; margin-bottom: 80px; }

.sp-supp .ct > div > div { margin-top: 10px; font-size: 16px; }

.sp-supp .ct > div img { max-width: 100%; }

@media (max-width: 1199.98px) { .sp-supp .ct > div { padding: 0 15px; margin-bottom: 40px; }
  .sp-supp .ct > div > div { font-size: 14px; } }

.join01 { position: relative; margin: 0 auto; }

@media (min-width: 1200px) { .join01 { width: 1200px; } }

@media (max-width: 1199.98px) { .join01 { padding-left: 12px; padding-right: 12px; max-width: 680px; } }

@media (min-width: 1200px) { .join01 { height: 1040px; background: url(s11.jpg) no-repeat 0 0; } }

.join01 .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 1200px) { .join01 .item { width: 510px; height: 200px; margin: 0 auto; } }

@media (max-width: 1199.98px) { .join01 .item { padding-bottom: 15px; border-bottom: 1px dashed #ddd; margin-bottom: 15px; } }

.join01 .item .n { border-radius: 50%; background-color: #c60a0e; width: 86px; height: 86px; line-height: 86px; text-align: center; color: #fff; font-size: 37px; }

@media (max-width: 1199.98px) { .join01 .item .n { margin-right: 10px; width: 38px; height: 38px; line-height: 38px; font-size: 23px; } }

.join01 .item:nth-child(even) .n { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: 10px; }

@media (min-width: 1200px) { .join01 .item .x { width: 390px; } }

@media (max-width: 1199.98px) { .join01 .item .x { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } }

.join01 .item .x > div:nth-child(1) { font-weight: bold; }

.join01 .item .x > div:nth-child(2) { text-align: justify; }

@media (max-width: 1199.98px) { .join01 .item .x > div:nth-child(2) { font-size: 12px; } }

.join01 .hint { margin-top: 50px; text-align: center; font-size: 16px; }

.join01 .hint > span { margin: 0 10px; }

.join01 .hint strong { color: #E40611; }


.join011 img{
  width:100%;
}

@media (min-width: 1200px) {
.join011{
  width:1084px;
  margin-left:auto;
  margin-right:auto;
}
}
   





@media (max-width: 1199.98px) { .join01 .hint { margin-top: 15px; font-size: 14px; }
  .join01 .hint span { display: block; } }

.join02 .tt { font-size: 26px; margin-bottom: 50px; text-align: center; }

@media (max-width: 1199.98px) { .join02 .tt { margin-top: 25px; margin-bottom: 15px; } }

.join02 .cc { position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (max-width: 1199.98px) { .join02 .cc { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: -15px; } }

@media (min-width: 1200px) { .join02 .cc:after { content: ""; position: absolute; width: 94%; height: 1px; left: 50%; top: 92px; -webkit-transform: translateX(-50%); transform: translateX(-50%); background-color: #7c7c7d; z-index: 0; } }

.join02 .cc > div { text-align: center; }

@media (max-width: 1199.98px) { .join02 .cc > div { margin-bottom: 15px; width: 30%; background: #f3f3f3; padding: 10px; padding-bottom: 4px; border-radius: 4px; } }

.join02 .cc > div img { display: block; max-height: 42px; margin: 0 auto; }

@media (min-width: 1200px) { .join02 .cc > div div:nth-child(1) { height: 100px; position: relative; margin-bottom: 40px; }
  .join02 .cc > div div:nth-child(1)::after { position: absolute; z-index: 2; content: ""; display: block; left: 50%; bottom: 0; margin-left: -9px; border: 1px solid #7c7c7d; border-radius: 50%; background-color: #fff; width: 16px; height: 16px; } }

@media (max-width: 1199.98px) { .join02 .cc > div div:nth-child(1) { height: 42px; } }

.join03 { margin-left: auto; margin-right: auto; margin-bottom: 70px; }

@media (max-width: 1199.98px) { .join03 { margin-bottom: 40px; } }

@media (min-width: 1200px) { .join03 { height: 583px; background: url(s24.jpg) no-repeat 50% 50%; margin-bottom: 70px; } }

@media (max-width: 1199.98px) { .join03 { padding: 15px 0; background: #eee; } }

.join03 .wrp { margin: 0 auto; overflow: hidden; }

@media (min-width: 1200px) { .join03 .wrp { width: 1200px; } }

@media (max-width: 1199.98px) { .join03 .wrp { padding-left: 12px; padding-right: 12px; max-width: 680px; } }

.join03 .map { float: left; background-color: rgba(255, 255, 255, 0.8); padding: 20px 80px; margin-top: 35px; position: relative; -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1); }

.join03 .map .msg { position: absolute; font-size: 18px; left: 40px; top: 20px; }

.join03 .map .msg strong { color: #E40611; }

.join03 .res { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background-color: #fff; }

@media (min-width: 1200px) { .join03 .res { float: right; width: 380px; height: 583px; } }

@media (max-width: 1199.98px) { .join03 .res { height: 400px; } }

.join03 .res .sel { background-color: #E40611; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 6px; }

.join03 .res .sel select { border-radius: 4px; background: #fff; border: 0 none; width: 49%; }

.join03 .res .t { font-size: 18px; text-align: center; margin: 20px 0; }

.join03 .res .ls { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: auto; }

.join03 .res .ls::-webkit-scrollbar { width: 6px; }

.join03 .res .ls::-webkit-scrollbar-track-piece { border-radius: 3px; background-color: rgba(0, 0, 0, 0.1); }

.join03 .res .ls::-webkit-scrollbar-thumb { border-radius: 3px; background-color: rgba(201, 57, 54, 0.7); }

.join03 .res .ls::-webkit-scrollbar-thumb:hover { background-color: #E40611; }

.join03 .res .ls > div { margin: 0 20px; padding: 15px 0; border-bottom: 1px solid #ccc; }

.join03 .res .ls > div:first-child { padding-top: 0; }

.join03 .res .ls > div:last-child { border-bottom: 0 none; }

.join04 .tt { padding-bottom: 20px; font-size: 26px; margin-bottom: 40px; text-align: center; border-bottom: 1px solid #ccc; }

@media (max-width: 1199.98px) { .join04 .tt { margin-bottom: 15px; padding-bottom: 5px; font-size: 21px; } }

.join04 .cc .ls { overflow: hidden; }

.join04 .cc .ls > div { float: left; }

@media (min-width: 1200px) { .join04 .cc .ls > div { width: 275px; margin-right: 33.33333px; margin-bottom: 25px; } }

@media (max-width: 1199.98px) { .join04 .cc .ls > div { width: 50%; margin-bottom: 15px; }
  .join04 .cc .ls > div:nth-child(odd) { padding-right: 5px; }
  .join04 .cc .ls > div:nth-child(even) { padding-left: 5px; } }

.join04 .cc .ls > div:nth-child(4n+4) { margin-right: 0; }

.join04 .cc .ls > div > a { display: block; }

.join04 .cc .img { height: 0; padding-bottom: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; background-size: cover; background-position: center center; }

.join04 .cc .title { height: 20px; line-height: 20px; text-align: center; margin-top: 6px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.join05 .tt { font-size: 26px; margin-bottom: 20px; }

@media (max-width: 1199.98px) { .join05 .tt { font-size: 21px; margin-bottom: 15px; } }

.join05 .st { margin-bottom: 40px; }

@media (max-width: 1199.98px) { .join05 .st { margin-bottom: 15px; } }

.join05 .cc { overflow: hidden; }

@media (min-width: 1200px) { .join05 .cc { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

@media (min-width: 1200px) { .join05 form { width: 830px; } }

.join05 form .c { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 20px; }

@media (max-width: 767.98px) { .join05 form .c { margin-bottom: 0; } }

.join05 form .c > * { width: 19%; height: 32px; border: 1px solid #aaa; padding: 0 10px; }

@media (max-width: 767.98px) { .join05 form .c > * { width: 100%; margin-bottom: 10px; } .home07 .c2 { display:none} }

.join05 form textarea { display: block; width: 100%; height: 260px; border: 1px solid #aaa; margin-bottom: 20px; padding: 5px 10px; }

@media (max-width: 1199.98px) { .join05 form textarea { height: 90px; margin-bottom: 15px; } }

.join05 form input[type="submit"] { width: 220px; height: 48px; background: #E40611; border: 0 none; color: #fff; display: block; margin: 0 auto; cursor: pointer; }

.join05 .reply { width: 330px; font-size: 12px; padding: 20px; border: 1px solid #ccc; }

@media (max-width: 1199.98px) { .join05 .reply { width: 100%; margin-top: 25px; } }

.join05 .reply > div { overflow: hidden; margin-bottom: 10px; padding-left: 15px; position: relative; }

.join05 .reply > div::before { content: ""; position: absolute; left: 0; top: 6px; border-radius: 50%; width: 8px; height: 8px; background: #E40611; }

.sp-about .xtt { font-size: 20px; margin-bottom: 25px; }

.sp-about .xtt div:first-child { font-size: 38px; line-height: 1.2; font-weight: 700; }

.sp-about .xtt div:last-child { color: #E40611; font-weight: bold; }

@media (max-width: 1199.98px) { .sp-about .xtt { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; margin-bottom: 10px; }
  .sp-about .xtt div:first-child { font-size: 27px; line-height: 1.2; font-weight: 500; }
  .sp-about .xtt div.s { margin-left: 10px; font-size: 21px; line-height: 1.4; }
  .sp-about .xtt div:last-child { width: 100%; color: #E40611; font-weight: bold; } }
  
  
  

@media (min-width: 1200px) { .about011 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

@media (min-width: 1200px) { .about01 .c1 { width: 995px; margin-left:auto; margin-right:auto; } .about01 .xtt div{text-align:center;} }

.about01 .c1 .txt { line-height:30px; }

@media (min-width: 1200px) { .about01 .c2 img { max-width: 533px; max-height: 600px; } }

@media (max-width: 1199.98px) { .about01 .c2 img { width: 100%; } }

.about01 .c3 { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; text-align: center; -ms-flex-pack: distribute; justify-content: space-around; margin-top: 20px; }

@media (max-width: 1199.98px) { .about01 .c3 { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 0; } }

.about01 .c3 > div > div:nth-child(1) { color: #E40611; font-size: 48px; }

@media (max-width: 1199.98px) { .about01 .c3 > div { width: 40%; }
  .about01 .c3 > div > div:nth-child(1) { font-size: 42px; } }
  
  
  
  
  

@media (min-width: 1200px) { .about02 .ct { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .about02 .c1 { width: 580px; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .about02 .c1 .txt { line-height: 2; } }

@media (min-width: 1200px) { .about02 .c2{padding-top:57px;} .about02 .c2 img { max-width: 570px; max-height: 600px; } }

@media (max-width: 1199.98px) { .about02 .c2 img { width: 100%; } }

@media (min-width: 1200px) { .about03 { position: relative; background: url(s26.jpg) no-repeat 5px 40px; }
  .about03 .tabs { position: absolute; left: 320px; top: 30px; }
  .about03 .tabs > div { cursor: pointer; float: left; width: 56px; margin-right: 56px; margin-bottom:18px; text-align: center; font-size: 24px; }
  .about03 .tabs > div.active { color: #E40611; }
  .about03 .panels { position: relative; margin-top: 40px; overflow: hidden; }
  .about03 .panels > div { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; left: 0; top: 0; z-index: 1; overflow: hidden; opacity: 0; -webkit-transition: .3s; transition: .3s; -webkit-transition-property: opacity,visibility; transition-property: opacity,visibility; }
  .about03 .panels > div.active { visibility: visible; position: relative; z-index: 2; opacity: 1; }
  .about03 .panels .txt { margin-left: 140px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .about03 .panels .txt > div:nth-child(1) { font-size: 24px; padding-bottom: 6px; border-bottom: 1px dashed #ccc; margin-bottom: 15px; }
  .about03 .panels .txt > div:nth-child(2) { line-height: 1.8; }
  .about03 .panels .img { margin-left: 70px; }
  .about03 .panels .img img { max-width: 490px; max-height: 600px; } }

@media (max-width: 1199.98px) { .about03 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .about03 .xtt { width: 100%; }
  .about03 .tabs { text-align: center; margin-right: 18px; font-size: 16px; border-right: 1px solid #ddd; }
  .about03 .tabs > div { position: relative; padding: 5px 0; padding-right: 16px; -webkit-transition: .3s; transition: .3s; }
  .about03 .tabs > div::before { content: ""; position: absolute; width: 1px; height: 100%; right: -1px; top: 0; background: #E40611; -webkit-transition: .5s; transition: .5s; opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
  .about03 .tabs > div::after { content: ""; position: absolute; right: -4px; top: 50%; margin-top: -4px; width: 8px; height: 8px; border-radius: 50%; border: 1px solid #ccc; background: #fff; -webkit-transition: .3s; transition: .3s; }
  .about03 .tabs > div.active { color: #E40611; }
  .about03 .tabs > div.active::before { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
  .about03 .tabs > div.active::after { border-color: #E40611; }
  .about03 .panels { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; position: relative; }
  .about03 .panels > div { position: absolute; left: 0; top: 0; z-index: 1; overflow: hidden; visibility: hidden; opacity: 0; -webkit-transition: .3s; transition: .3s; -webkit-transition-property: opacity,visibility; transition-property: opacity,visibility; }
  .about03 .panels > div.active { visibility: visible; position: relative; z-index: 2; opacity: 1; }
  .about03 .panels img { max-width: 100%; } }

.about04 .xtt > div:last-child span { font-size: 14px; color: #666; font-weight: normal; }

.about04 .swiper-slide > a { display: block; }

.about04 .img { border: 1px solid #ccc; padding: 9px; }

@media (max-width: 1199.98px) { .about04 .img { padding: 4px; } }

.about04 .img > div { height: 0; padding-bottom: 107.40741%; -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; background-size: contain; background-position: center center; }

.about04 .title { text-align: center; margin-top: 5px; }

@media (max-width: 1199.98px) { .about04 .title { font-size: 13px; margin-top: 2px; } }

.about04 .swiper-pagination { position: static; margin-top: 10px; }

@media (max-width: 1199.98px) { .about04 .swiper-pagination { margin-top: 5px; } }

.about04 .swiper-pagination-bullet { width: 12px; height: 12px; }

.about04 .swiper-pagination-bullet-active { background: #E40611; }

.about05 .xtt { border-bottom: 1px dashed #ccc; padding-bottom: 8px; }

@media (min-width: 1200px) { .about05 .map { height: 550px; } }

@media (max-width: 1199.98px) { .about05 .map { height: 300px; } }

.about06 .xtt { border-bottom: 1px dashed #ccc; padding-bottom: 8px; }

.about06 .h { color: #666; margin-top: -10px; margin-bottom: 20px; }

@media (max-width: 1199.98px) { .about06 .h { margin: 10px 0; } }

@media (min-width: 576px) { .about06 form .c { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 20px; }
  .about06 form .c > * { width: 32.5%; height: 32px; border: 1px solid #aaa; padding: 0 10px; } }

@media (max-width: 575.98px) { .about06 form .c > * { width: 100%; height: 28px; border: 1px solid #aaa; padding: 0 10px; margin-bottom: 10px; } }

.about06 form textarea { display: block; width: 100%; height: 180px; border: 1px solid #aaa; padding: 10px; margin-bottom: 20px; }

.about06 form input[type="submit"] { width: 220px; height: 48px; background: #E40611; border: 0 none; color: #fff; display: block; margin: 0 auto; cursor: pointer; }





.about07 .swiper-slide > a { display: block; }

.about07 .img { position: relative; padding-bottom: 60.33121%; background-repeat: no-repeat; background-size: cover; background-position: center center; }

.about07 .img::after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: transparent url(s40.png) no-repeat 50% 50%; opacity: .8; -webkit-transition: .3s; transition: .3s; }

.about07 a:hover .img::after { opacity: 1; background-color: rgba(0, 0, 0, 0.3); }

.about07 .title { height: 24px; line-height: 24px; padding-left: 16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; background-color: #222; color: #fff; }

.about07 .swiper-pagination { position: static; margin-top: 10px; }

@media (max-width: 1199.98px) { .about07 .swiper-pagination { margin-top: 5px; } }

.about07 .swiper-pagination-bullet { width: 12px; height: 12px; }

.about07 .swiper-pagination-bullet-active { background: #E40611; }








.about08 .swiper-slide > a { display: block; }

.about08 .img { position: relative; padding-bottom: 60.33121%; background-repeat: no-repeat; background-size: cover; background-position: center center;}

.about08 .img::after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: transparent url(s40.png) no-repeat 50% 50%; opacity: .8; -webkit-transition: .3s; transition: .3s; }

.about08 a:hover .img::after { opacity: 1; background-color: rgba(0, 0, 0, 0.3); }

.about08 .title { height: 24px; line-height: 24px; padding-left: 16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; background-color: #222; color: #fff; }

.about08 .swiper-pagination { position: static; margin-top: 10px; }

@media (max-width: 1199.98px) { .about08 .swiper-pagination { margin-top: 5px; } }

.about08 .swiper-pagination-bullet { width: 12px; height: 12px; }

.about08 .swiper-pagination-bullet-active { background: #E40611; }











.sp-prod > div { height: 670px; overflow: hidden; background-repeat: no-repeat; background-position: center center; text-align: center; }

.sp-prod > div > div:nth-child(1) { font-size: 38px; line-height: 1; margin-top: 70px; text-shadow: 1px 1px 1px #fff; }

.sp-prod > div > div:nth-child(2) { line-height: 1; font-size: 28px; font-weight: 500; margin-top: 10px; text-transform: uppercase; text-shadow: 1px 1px 1px #fff; }

.sp-prod > div > div:nth-child(3) { margin: 48px 0; font-size: 18px; line-height: 24px; }

.sp-prod > div > div:nth-child(4) img { max-width: 100%; }

@media (max-width: 1199.98px) { .sp-prod > div { height: auto; background-size: cover; padding-bottom: 40px; } }

@media (max-width: 1199.98px) and (min-width: 1200px) { .sp-prod > div { width: 1200px; } }

@media (max-width: 1199.98px) and (max-width: 1199.98px) { .sp-prod > div { padding-left: 12px; padding-right: 12px; max-width: 680px; } }

@media (max-width: 1199.98px) { .sp-prod > div > div:nth-child(1) { font-size: 23px; line-height: 1; margin-top: 30px; text-shadow: 1px 1px 1px #fff; }
  .sp-prod > div > div:nth-child(2) { line-height: 1; font-size: 18px; font-weight: 500; margin-top: 10px; text-transform: uppercase; text-shadow: 1px 1px 1px #fff; }
  .sp-prod > div > div:nth-child(3) { margin: 20px 0; } }

.search-title { font-size: 18px; }

.product-index .ls { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media (min-width: 1200px) { .product-index .ls > div { width: 362px; margin-right: 57px; margin-bottom: 30px; } }

@media (max-width: 1199.98px) {.product-index .smallpro{display:none;} .product-index .ls > div { width: 50%; margin-bottom: 12px; }
  .product-index .ls > div:nth-child(odd) { padding-right: 5px; }
  .product-index .ls > div:nth-child(even) { padding-left: 5px; } }

.product-index .ls > div:nth-child(3n) { margin-right: 0; }

.product-index .ls > div > a { position: relative; display: block; border: 1px solid #ccc; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); -webkit-transition: .2s box-shadow; transition: .2s box-shadow; }

.product-index .ls > div > a:hover { -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); }

.product-index .img { padding-bottom: 100%; background-repeat: no-repeat; background-size: contain; background-position: center center; }

.product-index .title { height: 20px; line-height: 20px; font-size: 15px; padding-left: 10px; padding-right: 45px; text-align: center; margin: 10px 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

@media (max-width: 1199.98px) { .product-index .title { padding-left: 3px; padding-right: 3px; font-size: 13px; margin: 4px 0; } }

.product-index .code { position: absolute; left: 0; top: 0; padding: 30px; background: #fff; -webkit-transition: .2s; transition: .2s; opacity: 0; visibility: hidden; }

.product-index .code.show { opacity: 1; visibility: visible; }

.product-index .code-btn { position: absolute; right: 8px; bottom: 8px; width: 24px; height: 24px; background: url(s27.png) no-repeat 0 0; -webkit-transition: .2s .02s; transition: .2s .02s; opacity: .68; }

.product-index .code-btn:hover { opacity: 1; }

.product-item .sec01 > .title, .product-item .info .title { color: #E40611; padding-bottom: 10px; margin-bottom: 30px; background: url(s28.png) no-repeat 0 100%; font-size: 20px; }

.product-item { margin: 0 auto; }

@media (min-width: 1200px) { 

.product-item { width: 1200px; }


  
.product-index .pic { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition: .3s; transition: .3s; overflow:hidden; }

.product-index .pic > div{opacity:0;}

.product-index .pic > div .c2{
  text-align:center;
}

.product-index .pic > div .c2 img{
  height:360px;
  width:auto;
}

.product-index .pic:hover { background: rgba(0, 0, 0, 1); }

.product-index .pic:hover > div { position:relative; width:100%; height:100%;opacity:1;}



}

@media (max-width: 1199.98px) { .product-item { padding-left: 12px; padding-right: 12px; max-width: 680px; } }

.product-item .xtt { font-size: 19px; letter-spacing: 3px; border-bottom: 1px solid #ddd; margin-top: -14px; margin-bottom: 25px; text-align: center; height: 48px; }

@media (max-width: 1199.98px) { .product-item .xtt { margin-bottom: 15px; font-size: 17px; } }

.product-item .xtt > span { padding: 0 10px; display: inline-block; height: 48px; line-height: 48px; border-bottom: 2px solid #E40611; }

.product-item > * { margin-left: auto; margin-right: auto; margin-bottom: 70px; }

@media (max-width: 1199.98px) { .product-item > * { margin-bottom: 40px; } }

@media (min-width: 1200px) { .product-item .sec01 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.product-item .sec01 > .title { margin-bottom: 20px; }

@media (min-width: 1200px) { .product-item .view { width: 604px; } }

/*
.product-item .view .img-wrp { border: 2px solid #A7A7A7; }

.product-item .view .img-wrp .img { height: 0; padding-bottom: 77.66667%; -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; background-size: contain; background-position: center center; }
*/


.product-item .view .img-wrp .img { position: relative; height: 0; padding-bottom: 100%; -webkit-box-sizing: content-box; box-sizing: content-box; }

.product-item .view .img-wrp img { -o-object-fit: contain; object-fit: contain; position: absolute; left: 0; right: 0; width: 100%; height: 100%; }



.product-item .view .show .pn { position: absolute; z-index: 10; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 54px; height: 54px; cursor: pointer; background-repeat: no-repeat; background-position: center center; background-color: rgba(0, 0, 0, 0.2); -webkit-transition: .2s; transition: .2s; }

.product-item .view .show .pn:hover { opacity: 1; }

.product-item .view .show .pn.swiper-button-disabled { opacity: 0.3 !important; background-color: rgba(0, 0, 0, 0.3) !important; cursor: default !important; }

.product-item .view .show .prev { left: 5px; background-image: url(s35.png); }

.product-item .view .show .next { right: 5px; background-image: url(s36.png); }

.product-item .view .h { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: 16px; margin: 10px 0; }

.product-item .view .h span:nth-child(1) { padding-left: 10px; }

.product-item .view .h span:nth-child(2) { color: #666; }

.product-item .view .thumb .img { border: 1px solid #eee; padding: 2px; }

.product-item .view .thumb .img > div { padding-bottom: 100%; background-repeat: no-repeat; background-size: contain; background-position: center center; }

.product-item .view .thumb .swiper-slide-active .img { border-color: #d25956; }

.product-item .view .thumb .pn { position: absolute; z-index: 10; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 54px; height: 54px; cursor: pointer; background-repeat: no-repeat; background-position: center center; background-color: rgba(0, 0, 0, 0.2); -webkit-transition: .2s; transition: .2s; }

.product-item .view .thumb .pn:hover { opacity: 1; background-color: rgba(0, 0, 0, 0.6); }

.product-item .view .thumb .pn.swiper-button-disabled { opacity: 0.5 !important; cursor: default; }

.product-item .view .thumb .prev { left: -15px; background-image: url(s35.png); }

.product-item .view .thumb .next { right: -15px; background-image: url(s36.png); }

@media (min-width: 1200px) { .product-item .info { width: 520px; } }

@media (max-width: 1199.98px) { .product-item .info { margin-top: 15px; } }

.product-item .info .n { margin-bottom: 10px; padding-left: 28px; background-repeat: no-repeat; background-position: 0 50%; }

.product-item .info .n1 { background-image: url(s29.png); }

.product-item .info .n2 { background-image: url(s30.png); }

.product-item .info .n3 { background-image: url(s31.png); }

.product-item .info .n4 { background-image: url(s32.png); }

.product-item .info .n5 { background-image: url(s33.png); }

.product-item .info .n6 { background-image: url(s34.png); }

.product-item .info .n7 span { color: #E40611; font-weight: bold; }

.product-item .info .buy-btn { display: block; color: #fff; margin-top: 30px; border-radius: 10px; background-color: #d32c25; width: 128px; height: 30px; line-height: 30px; text-align: center; }

@media (max-width: 1199.98px) { .product-item .info .buy-btn { margin: 15px auto; } }

.product-item .info .code { overflow: hidden; }

.product-item .info .code > div { float: right; padding: 5px; border: 1px solid #ccc; text-align: center; }

.product-item .info .code > div img { width: 105px; }

.product-item .info .code > div span { display: block; color: #888; }

.product-item .sec02 .sin img { display: block; margin: 0 auto; max-width: 1200px; }

@media (max-width: 1199.98px) { .product-item .sec02 .sin img { width: 100%; } }

.product-item .sec02 .ls { position: relative; }

.product-item .sec02 .pn { position: absolute; z-index: 10; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 66px; height: 66px; cursor: pointer; background-repeat: no-repeat; background-position: center center; background-color: rgba(0, 0, 0, 0.4); -webkit-transition: .2s; transition: .2s; }

.product-item .sec02 .pn:hover { opacity: 1; background-color: rgba(0, 0, 0, 0.8); }

.product-item .sec02 .prev { left: 0; background-image: url(s35.png); }

.product-item .sec02 .next { right: 0; background-image: url(s36.png); }

.product-item .sec03 .img { padding-bottom: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; }

.product-item .sec03 .title { text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.product-item .sec03 .swiper-pagination { position: static; margin-top: 30px; }

@media (max-width: 1199.98px) { .product-item .sec03 .swiper-pagination { margin-top: 10px; } }

.product-item .sec03 .swiper-pagination-bullet { width: 12px; height: 12px; }

.product-item .sec03 .swiper-pagination-bullet-active { background-color: #E40611; }

.product-item .sec04 .h { font-size: 16px; color: #5b5b5b; margin: 30px 0; }

@media (max-width: 1199.98px) { .product-item .sec04 .h { margin: 10px 0; } }

@media (min-width: 1200px) { .product-item .sec04 form { display: -webkit-box; display: -ms-flexbox; display: flex; } }

@media (min-width: 1200px) { .product-item .sec04 .c { width: 480px; margin-right: 20px; } }

.product-item .sec04 .row { border: 1px solid #ccc; height: 60px; margin-bottom: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; }

@media (max-width: 1199.98px) { .product-item .sec04 .row { margin-bottom: 10px; } }

.product-item .sec04 .row label { width: 27.19665%; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-right: 1px solid #B1B1B1; }

.product-item .sec04 .row input { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 10px; padding-right: 10px; border: 0 none; -webkit-box-sizing: border-box; box-sizing: border-box; outline: 0 none; }

.product-item .sec04 input[type="submit"] { display: block; height: 60px; width: 100%; background: #E40611; border: 0 none; color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: .28s; transition: .28s; cursor: pointer; }

.product-item .sec04 input[type="submit"]:hover { background: #d25956; }

.product-item .sec04 textarea { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; border: 1px solid #ccc; padding: 10px; outline: 0 none; }

@media (max-width: 1199.98px) { .product-item .sec04 textarea { margin-bottom: 10px; height: 90px; } }

.htt > div:nth-child(1) { font-size: 24px; }

.htt > div:nth-child(2) { font-size: 14px; color:#E40611; }

@media (max-width: 1199.98px) { .htt { margin-bottom: 10px; }
  .htt > div:nth-child(1) { font-size: 22px; }
  .htt > div:nth-child(2) { font-size: 19px; } }
  
  




/* 

@media (max-width: 1199.98px) { .home00 { margin-bottom: 40px; } }

.home00 .img { height: 589px; background-repeat: no-repeat; background-size: cover; background-position: center center; }

@media (max-width: 1199.98px) { .home00 .img { height: 0; padding-bottom: 42.68116%; -webkit-box-sizing: border-box; box-sizing: border-box; } }

.home00 .swiper-pagination { border-top: 20px solid #000; position: static; }

.home00 .swiper-pagination-bullet { border-radius: 0; background-color: #f10624; width: 44px; height: 4px; }

@media (max-width: 1199.98px) { .home00 .swiper-pagination { border-top-width: 5px; } }  


  */
  
  
 

.home00 { margin-left: auto; margin-right: auto; margin-bottom: 70px; }

@media (max-width: 1199.98px) { .home00 { margin-bottom: 40px; } .home00 .img{display:none;} }

.home00 .img { height: 454px; background-repeat: no-repeat; background-size:100% 454px; border-top:1px solid #BCBCBC;border-bottom:1px solid #BCBCBC;}

@media (min-width: 1500px) {.home00{}.home00 .img { height: 630px; background-repeat: no-repeat; background-size:100% 589px;} .home00 .img2{display:none;}}

@media (max-width: 1199.98px) { .home00 .img2 { display:block; height: 0; padding-bottom: 42.68116%; background-repeat: no-repeat;background-size: cover; background-position: center center; } }


.home00 .swiper-pagination { border-top: 0px solid #000; position: static; }

.home00 .swiper-pagination-bullet { border-radius: 0; background-color: #f10624; width: 44px; height: 4px; }


@media (max-width: 1199.98px) { .home00 .swiper-pagination { border-top-width: 5px; } }













@media (min-width: 1200px) { .home01 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

@media (max-width: 1199.98px) { .home01 .c1, .home01 .c2, .home01 .c3 { width: 100% !important; margin-bottom: 15px; padding: 0 !important; border: 0 none !important; } }

@media (min-width: 1200px) { .home01 .c1 { width: 401px; background: url(s37.png) no-repeat 0 0; }
  .home01 .c1 .ls { width: 350px; margin-left: 10px; margin-top: 40px; } }

.home01 .c1 .img { height: 0; padding-bottom: 83.14286%; -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; background-size: cover; background-position: center center; }

.home01 .c1 .swiper-pagination { position: static; text-align: right; line-height: 12px; margin-top: 20px; }

.home01 .c1 .swiper-pagination-bullet { background-color: #E40611; width: 12px; height: 12px; }

@media (min-width: 1200px) { .home01 .c2 { width: 370px; padding-right: 50px; border-right: 1px dashed #ccc; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.home01 .c2 .text { text-align: justify; line-height: 1.625; margin: 10px 0; }

.home01 .c2 .link { text-align: right; }

.home01 .c2 .link a { display: inline-block; background-color: #E40611; width: 109px; line-height: 28px; font-size: 12px; text-align: center; color: #fff; }

.home01 .c3 { width: 325px; }

.home01 .c3 .img { margin-bottom: 5px; height: 0; padding-bottom: 60.92308%; -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; background-size: cover; background-position: center center; }

.home01 .c3 .sig { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }



@media (min-width: 1200px){
 
 .home01{
    display:none;
	border:1px solid solid;
 }
 
 .home011{
   display:block;
   width:1200px;
   margin-left:auto;
   margin-right:auto;
   margin-bottom:67px;
  }

}

@media (max-width: 1199.98px) {
    
	.home01{
	   display:block;
	}
	
	.home011{
	   display:none;
	 }

}






@media (min-width: 1200px) { .home01s { margin-left: auto; margin-right: auto; margin-bottom: 70px; } }

@media (min-width: 1200px) and (max-width: 1199.98px) { .home01s { margin-bottom: 40px; } }

@media (min-width: 1200px) { .home01s .h-more { margin-top: -15px; margin-bottom: 15px; } }

@media (min-width: 1200px) and (max-width: 1199.98px) { .home01s .h-more { margin-top: -5px; margin-bottom: 10px; } }

@media (min-width: 1200px) { .home01s .ct-wrp { background: url(s16.jpg) no-repeat 50% 0; }
  .home01s .ct { width: 1200px; margin: 0 auto; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media (min-width: 1200px) and (max-width: 1199.98px) { .home01s .ct { width: 100%; padding-left: 12px; padding-right: 12px; max-width: 680px; } }

@media (min-width: 1200px) { .home01s .ct > div { margin-bottom: 5px; }
  .home01s .ct > div:nth-child(3n+2) { margin: 0 4.5px; }
  .home01s .ct > div > a { display: block; position: relative; width: 384px; height: 313px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
  .home01s .title { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition: .3s; transition: .3s; }
  .home01s .title:hover { background: rgba(0, 0, 0, 0.3); }
  .home01s .title > div { color: #fff; font-size: 22px; line-height: 1.2; margin: auto; text-shadow: 0 1px 2px #000; max-width: 135px; text-align: center; } }

@media (max-width: 1199.98px) { .home011s { margin-left: auto; margin-right: auto; margin-bottom: 70px; width: 1200px; } }

@media (max-width: 1199.98px) and (max-width: 1199.98px) { .home01s { margin-bottom: 40px; } }

@media (max-width: 1199.98px) and (max-width: 1199.98px) { .home01s { width: 100%; padding-left: 12px; padding-right: 12px; max-width: 680px; } }

@media (max-width: 1199.98px) { .home01s .ct { margin-left: -2px; margin-right: -2px; }
  .home01s .ct { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
  .home01s .ct > div { width: 50%; padding: 0 2px; margin-bottom: 4px;  }
  .home01s .ct > div > a {   display: block; height: 0; padding-bottom: 61.96474%; -webkit-box-sizing: content-box; box-sizing: content-box; background-repeat: no-repeat; background-size: cover; background-position: center center;position:relative;}
  .home01s .title { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; }
  .home01s .title > div { color: #fff; font-size: 18px; line-height: 1.2; margin: auto; text-shadow: 0 1px 3px #000; max-width: 80%; text-align: center; }}

.home01s .htt{
   margin-bottom:32px;
}










.home02 { margin-left: auto; margin-right: auto; margin-bottom: 70px; padding: 40px 0; background: url(s39.png) repeat 0 0; }

@media (max-width: 1199.98px) { .home02 { margin-bottom: 40px; } }

@media (max-width: 1199.98px) { .home02 { padding-top: 15px; } }

.home02 .wrp { margin: 0 auto; }

@media (min-width: 1200px) { .home02 .wrp { width: 1200px; } }

@media (max-width: 1199.98px) { .home02 .wrp { padding-left: 12px; padding-right: 12px; max-width: 680px; } }

@media (min-width: 1200px) { .home02 .wrp { display: -webkit-box; display: -ms-flexbox; display: flex; } }

@media (min-width: 1200px) { .home02 .side { border: 1px solid #aaa; background-color: #fff; padding-left: 0px; width: 212px; margin-right: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.home02 .main { margin-bottom: -15px; }

@media (min-width: 1200px) { .home02 .main { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.home02 .main > div { margin-bottom: 15px; }

@media (min-width: 1200px) { .home02 .main > div { width: 33.3333%; padding-left: 15px; } }

.home02 .main > div > a { display: block; }

.home02 .img { position: relative; padding-bottom: 47.13376%; background-repeat: no-repeat; background-size: cover; background-position: center center; }

.home02 .img::after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: transparent url(s40.png) no-repeat 50% 50%; opacity: .8; -webkit-transition: .3s; transition: .3s; }

.home02 a:hover .img::after { opacity: 1; background-color: rgba(0, 0, 0, 0.3); }

.home02 .title { height: 24px; line-height: 24px; padding-left: 16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; background-color: #222; color: #fff; }

.home02 .link { margin-top: 10px; }



.home02 .link a { display: inline-block; background-color: #E40611; width: 109px; line-height: 28px; font-size: 12px; text-align: center; color: #fff; }


@media (min-width: 1200px) {
  
  .home02 .link a{
     margin-left:auto;
	 margin-right:auto;
	 display:block;
  }
  
}

@media (min-width: 1200px) { .home03 { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.home03 .htt { border-left: 8px solid #E40611; padding-left: 15px; width: 230px; }

.home03 .htt > div:nth-child(3) { font-size: 18px; padding-bottom: 8px; }

@media (max-width: 1199.98px) { .home03 .htt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: baseline; -ms-flex-pack: baseline; justify-content: baseline; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; padding-bottom: 3px; }
  .home03 .htt > div:nth-child(1) { width: 100%; }
  .home03 .htt > div:nth-child(3) { padding-left: .5em; padding-bottom: 0; } }

@media (min-width: 1200px) { .home03 .ct { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.home03 .h { font-size: 15px; margin-bottom: 10px; }

@media (min-width: 1200px) { .home03 .c { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border: 1px solid #ccc; } }

.home03 .c > div { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; }

@media (min-width: 1200px) { .home03 .c > div { width: 33.3333%; } }

@media (max-width: 1199.98px) { .home03 .c > div { border: 1px solid #ccc !important; margin-bottom: 5px; padding: 10px; } }

.home03 .c > div:not(:last-child) { border-right: 1px dotted #ccc; padding-left: 70px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-repeat: no-repeat; background-position: 30px 50%; position: relative; cursor: pointer; }

.home03 .c > div:not(:last-child) > div:nth-child(2) { font-size: 12px; color: #555; }

.home03 .c > div:not(:last-child)::after { content: ""; position: absolute; right: 50px; top: 50%; border: 6px solid transparent; border-top-color: #999; -webkit-transition: .45s; transition: .45s; -webkit-transform-origin: 50% 3px; transform-origin: 50% 3px; }

.home03 .c > div:not(:last-child) .dropdown { position: absolute; z-index: 19; left: -1px; right: -1px; top: 100%; border: 1px solid #ccc; background: #fff; padding: 10px; -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1); box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1); -webkit-transition: .2s; transition: .2s; opacity: 0; visibility: hidden; }

.home03 .c > div:not(:last-child) .dropdown a { display: block; text-align: center; padding: 10px 0; }

.home03 .c > div:not(:last-child).active::after { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

.home03 .c > div:not(:last-child).active .dropdown { opacity: 1; visibility: visible; }

.home03 .c > div:nth-child(1) { background-image: url(s53.png); }

.home03 .c > div:nth-child(2) { background-image: url(s54.png); }

.home03 .c form { position: relative; margin: auto; width: 81.25%; }

.home03 .c form input[type="text"] { width: 100%; height: 36px; border: 1px solid #ddd; border-radius: 18px; padding: 0 44px 0 18px; }

.home03 .c form input[type="submit"] { position: absolute; right: 10px; top: 50%; margin-top: -8px; width: 16px; height: 16px; background: url(s55.png) no-repeat 100% 0; border: 0 none; border-left: 1px solid #ddd; padding-left: 20px; }


/*
.home04 { margin-left: auto; margin-right: auto; margin-bottom: 70px; padding: 50px 0; background-color: #c93835; }

@media (max-width: 1199.98px) { .home04 { margin-bottom: 40px; } }

@media (max-width: 1199.98px) { .home04 { padding: 20px 0; } }

.home04 .wrp { margin: 0 auto; }

@media (min-width: 1200px) { .home04 .wrp { width: 1200px; } }

@media (max-width: 1199.98px) { .home04 .wrp { padding-left: 12px; padding-right: 12px; max-width: 680px; } }

@media (min-width: 1200px) { .home04 .wrp { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.home04 .wrp > div { width: 390px; border: 2px solid white; margin-right: 15px; }

.home04 .wrp > div:nth-child(3n) { margin-right: 0; }

.home04 .wrp > div > a { display: block; position: relative; }

@media (max-width: 1199.98px) { .home04 .wrp > div { width: 100%; }
  .home04 .wrp > div:not(:last-child) { margin-bottom: 20px; } }

.home04 .img { padding-bottom: 88.20513%; background-repeat: no-repeat; background-size: cover; background-position: center center; }

@media (max-width: 1199.98px) { .home04 .img { padding-bottom: 63.8%; } }

.home04 .txt { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; color: #fff; text-shadow: 1px 1px 2px #000; -webkit-transition: .3s .03s; transition: .3s .03s; }

.home04 .txt:hover { background-color: rgba(0, 0, 0, 0.38); }

.home04 .txt > div:nth-child(1) { font-size: 24px; }

.home04 .txt > div:nth-child(2) { font-size: 18px; text-transform: uppercase; font-weight: 500; }

@media (min-width: 1200px) { .home05 { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; } }

@media (min-width: 1200px) { .home05 .c1 { width: 214px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }


.home04 .htt{
  text-align:center;
  color:#FFFFFF;
}

*/



.home05 .c1 .s1 { width: 214px; height: 572px; background: url(s60.jpg) no-repeat 0 0; }

.home05 .c1 .s2 { text-align: center; width: 100%; }

.home05 .c2 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin: 0 10px; background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; }

@media (min-width: 1200px) { .home05 .c3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 240px; } }

@media (min-width: 1200px) { .home05 .c3 > div:first-child { display: none; } }

.home05 .c3 > div { height: 190px; margin-bottom: 10px; position: relative; background-repeat: no-repeat; background-size: cover; background-position: center center; }

@media (max-width: 1199.98px) { .home05 .c3 > div { height: 0; padding-bottom: 63.33333%; -webkit-box-sizing: border-box; box-sizing: border-box; } }

.home05 .c3 .more { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border: 1px solid #ccc; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: .3s; transition: .3s; }

.home05 .c3 .more:hover { border-color: #E40611; }

.home05 .c3 .more > div:first-child { font-size: 22px; font-weight: 500; color: #E40611; }

.home05 .c3 .more > div:last-child { color: #555555; }

.home05 .title { position: absolute; left: 0; bottom: 0; width: 100%; height: 32px; line-height: 32px; text-align: center; padding: 0 10px; background-color: rgba(0, 0, 0, 0.5); color: #fff; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.home05 > .more { display: block; width: 110px; margin: 0 auto; line-height: 28px; background-color: #E40611; color: #fff; text-align: center; font-size: 12px; margin-top: 20px; }

.home06 { margin-left: auto; margin-right: auto; margin-bottom: 70px; }

@media (max-width: 1199.98px) { .home06 { margin-bottom: 40px; } }

.home06 .htt { text-align: center; }

@media (min-width: 1200px) { .home06 .htt { margin-bottom: 20px; } }

.home06 .wrp { background: #eee; padding: 30px 0; }

.home06 .in { margin: 0 auto; }

@media (min-width: 1200px) { .home06 .in { width: 1200px; } }

@media (max-width: 1199.98px) { .home06 .in { padding-left: 12px; padding-right: 12px; max-width: 680px; } }

@media (min-width: 1200px) { .home06 .in { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

@media (min-width: 1200px) { .home06 .in > div { width: 360px; } }

@media (max-width: 1199.98px) { .home06 .in > div { margin-bottom: 10px; } }

.home06 .in > div > a { display: block; background-color: #fff; }

.home06 .in > div > a:hover { background-color: #222; color: #fff; }

.home06 .img { padding-bottom: 69.44444%; background-repeat: no-repeat; background-size: cover; background-position: center center; }

.home06 .txt { padding: 15px; }

.home06 .title { font-size: 15px; height: 23px; line-height: 23px; margin-bottom: 7px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.home06 .brief { line-height: 22px; height: 44px; overflow: hidden; opacity: .8; }

.home06 .brief::before { content: ""; float: right; width: 27px; height: 27px; margin-top: 6px; margin-left: 10px; background: url(s42.png) no-repeat 0 0; }

.home06 a:hover .brief::before { background-image: url(s43.png); }

.home06 .more { display: block; width: 110px; margin: 0 auto; line-height: 28px; background-color: #E40611; color: #fff; text-align: center; font-size: 12px; margin-top: 20px; }



.home06 .cc{ text-align:center;}
.home06 .img2{ padding-bottom: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; }


.home06 .othernews{
  height:8px;
  overflow:hidden;
  color:#FFFFFF;
}

.home06 .othernews a{
  color:#FFFFFF;
}








.home07 { margin-left: auto; margin-right: auto; margin-bottom: 70px; }

@media (max-width: 1199.98px) { .home07 { margin-bottom: 40px; } }

@media (min-width: 1200px) { .home07 { background: url(s444.png) no-repeat 50% 0; } }

.home07 .wrp { margin: 0 auto; }

@media (min-width: 1200px) { .home07 .wrp { width: 1200px; } }

@media (max-width: 1199.98px) { .home07 .wrp { padding-left: 12px; padding-right: 12px; max-width: 680px; } }

@media (min-width: 1200px) { .home07 .wrp { display: -webkit-box; display: -ms-flexbox; display: flex; height: 460px; } }

.home07 .htt {   margin-bottom:30px; }

.home07 .htt > div:nth-child(1) { line-height: 1.2; margin-bottom: 4px; }

.home07 .htt > div:nth-child(2) { line-height: 1.2; }

@media (min-width: 1200px) { .home07 .simple-form div{ text-align:center;} .home07 .c1 { width: 372px; padding-right: 47px; } }

@media (max-width: 1199.98px) { .home07 form { background: #ddd; padding: 15px; } }

.home07 form input[name], .home07 form textarea { display: block; border:1px solid #BFBFBF; background: #fff; width: 100%; height: 38px; padding: 0 10px; margin-bottom: 18px; }

.home07 form textarea { height: 76px; padding: 5px 10px; margin-bottom: 25px; }

.home07 form input[type="submit"] { display: block; width: 100%; margin: 0 auto; height: 38px; background-color: #E40611; border: 0 none; color: #fff; font-size: 12px; margin-top: 20px; }

@media (min-width: 1200px) { .home07 .c2 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 40px; margin-right: 60px; background-color: #fff; } }

.home07 .map { height: 350px; -webkit-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2); box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2); }

@media (max-width: 1199.98px) { .home07 .map { margin-top: 15px; } }

.home07 .text { position: relative; line-height: 2; margin-top: 25px; padding-left: 180px; background: url(s45.png) no-repeat 0 50%; }

.home07 .text::before { content: ""; position: absolute; width: 1px; height: 100%; left: 140px; background: #aaa; }

@media (max-width: 1199.98px) { .home07 .text { padding-left: 120px; background-size: 90px auto; line-height: 1.6125; }
  .home07 .text::before { left: 100px; } }
  
  
  

.home08 { margin-left: auto; margin-right: auto; margin-bottom: 70px; }

@media (max-width: 1199.98px) { .home08 { margin-bottom: 40px; } }

.home08 .htt { text-align: center; }

@media (min-width: 1200px) { .home08 .htt { margin-bottom: 30px; } }

@media (min-width: 1200px) { .home08 .wrp { background: url(s46.jpg) no-repeat 50% 0; } }

.home08 .wrp .in { margin: 0 auto; }

@media (min-width: 1200px) { .home08 .wrp .in { width: 1200px; } }

@media (max-width: 1199.98px) { .home08 .wrp .in { padding-left: 12px; padding-right: 12px; max-width: 680px; } }

@media (min-width: 1200px) { .home08 .wrp .in { height: 391px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } }

.home08 .c1 { border: 1px solid #ccc; }

@media (min-width: 1200px) { .home08 .c1 { width: 282px; margin-right: 40px; } }

.home08 .c1 > div:nth-child(1) { text-align: center; line-height: 1.3; font-size: 20px; padding-bottom: 24px; margin: 25px 0; background: url(s47.png) no-repeat 50% 100%; }

.home08 .c1 > div:nth-child(1) strong { font-weight: normal; color: #E40611; }

.home08 .c1 ul { padding: 0 30px; list-style: none; }

.home08 .c1 li { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 30px; }

.home08 .c1 li:last-child { margin-bottom: 0; }

.home08 .c1 li > div:nth-child(1) { width: 50%; background: url(s48.png) no-repeat 0 50%; padding-left: 20px; }

.home08 .c1 li > div:nth-child(2) { width: 50%; text-align: right; }

.home08 .c1 li > div:nth-child(3) { width: 100%; text-align: center; color: #9d9d9d; margin-top: 15px; }

@media (max-width: 1199.98px) { .home08 .c1 li > div:nth-child(3) { margin-top: 5px; } }

@media (min-width: 1200px) { .home08 .c2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 280px; } }

.home08 .c2 input[type="text"] { display: block; width: 100%; height: 38px; border: 1px solid #ccc; background: #fff; background-repeat: no-repeat; background-position: 15px 50%; padding-left: 40px; }

@media (max-width: 1199.98px) { .home08 .c2 input[type="text"] { margin: 10px 0; } }

.home08 .c2 input[type="text"]:nth-child(1) { background-image: url(s49.png); }

.home08 .c2 input[type="text"]:nth-child(2) { background-image: url(s50.png); }

.home08 .c2 input[type="text"]:nth-child(3) { background-image: url(s51.png); }

.home08 .c2 input[type="text"]:nth-child(4) { background-image: url(s51.png); }

.home08 .c2 input[type="text"]:nth-child(5) { background-image: url(s51.png); }

.home08 .c2 input[type="text"]:nth-child(6) { background-image: url(s52.png); }

.home08 .c2 input[type="submit"] { display: block; width: 110px; margin: 0 auto; height: 38px; background-color: #E40611; border: 0 none; color: #fff; font-size: 12px; }

body.with-sp-login .page-wrp { padding: 1px 0; background: url(s59.jpg) no-repeat 50% 50%; }

@media (min-width: 1200px) { .sp-login { width: 450px; } }

.sp-login .h { margin-bottom: 30px; color: #666; }

@media (min-width: 1200px) { .sp-login .h { padding-left: 40px; } }

.sp-login .h span { color: #d48a3e; }

.sp-login form { margin: 0 auto; }

.sp-login form > div { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 15px; }

@media (min-width: 1200px) { .sp-login form > div:not(:last-child) { position: relative; left: -40px; } }

@media (max-width: 1199.98px) { .sp-login form > div { margin-bottom: 5px; }
  .sp-login form > div:nth-child(2) { margin-bottom: 25px; } }

.sp-login form label { width: 100%; }

@media (min-width: 1200px) { .sp-login form label { width: 80px; line-height: 38px; text-align: right; } }

.sp-login form input[name] { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 360px; height: 38px; border: 1px solid #ccc; padding: 0 5px; }

.sp-login form input[type="submit"] { margin: auto; width: 180px; height: 34px; border: 0 none; background: #E40611; color: #ffffff; cursor: pointer; -webkit-transition: .3s; transition: .3s; }

.sp-login form input[type="submit"]:hover { background: #d25956; }

body.with-download-index { padding: 1px 0; background: #F6F5F3; }

@media (min-width: 1200px) { .download-index .ls { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; } }

@media (min-width: 1200px) { .download-index .ls > div { margin-bottom: 70px; width: 370px; margin-right: 45px; } }

@media (max-width: 1199.98px) { .download-index .ls > div { margin-bottom: 30px; } }

.download-index .ls > div:nth-child(3n) { margin-right: 0; }

.download-index .ls > div > a { position: relative; display: block; padding: 20px; background: #fff; border-radius: 8px; -webkit-transition: .3s; transition: .3s; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08); }

@media (max-width: 1199.98px) { .download-index .ls > div > a { padding: 10px; } }

.download-index .ls > div > a:hover { -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.12); box-shadow: 0 1px 12px rgba(0, 0, 0, 0.12); }

.download-index .ls .img { height: 250px; background-repeat: no-repeat; background-size: contain; background-position: center center; }

.download-index .ls .title { font-size: 17px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align: center; margin: 20px 0; }

@media (max-width: 1199.98px) { .download-index .ls .title { font-size: 15px; } }

.download-index .ls .txt { padding: 0 15%; font-size: 13px; line-height: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #666666; }

@media (min-width: 1200px) { .listing-index .ls { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; } }

@media (min-width: 1200px) { .listing-index .ls > div { margin-bottom: 70px; width: 370px; margin-right: 45px; } }

@media (max-width: 1199.98px) { .listing-index .ls > div { margin-bottom: 30px; } }

.listing-index .ls > div:nth-child(3n) { margin-right: 0; }

.listing-index .ls > div > a { position: relative; display: block; padding: 20px; background: #fff; -webkit-transition: .3s; transition: .3s; border: 1px solid #d8d8d8; }

@media (max-width: 1199.98px) { .listing-index .ls > div > a { padding: 10px; } }

.listing-index .ls > div > a:hover { border-color: #E40611; }

.listing-index .ls .img { height: 0; padding-bottom: 73.8%; -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; background-size: cover; background-position: center center; }

.listing-index .ls .title { font-size: 17px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align: center; margin-top: 10px; }

@media (max-width: 1199.98px) { .listing-index .ls .title { font-size: 15px; } .yqlink{position:absolute;left:-10000px;top:-10000px;} .ydnav a{color:#ffffff; background:#E40611;} }
/*# sourceMappingURL=style.css.map */

.wrp .f_nav a{
   color:#333333;
}

@media (min-width: 1200px) {.yqlink{padding:20px;padding-bottom:0px;color:#A9A9A9;} .yqlink a{color:#A9A9A9; font-size:10px;} .ydnav{display:none;}}}

.clearboth{
  clear:both;
}


.wenZ{
  height:5000px;
}


@media (max-width: 1199.98px) { 
  .wenZ img{
    width:90%;
	height:auto;
  }
  .wenZ .close{
    height:100%;
  }
  .wenZ{
    padding-bottom:1400%;
  }
}




@media (min-width: 1200px) {.home02gc .title{font-size:20px; border:1px solid #0000ff;} .home02gc .htt{margin-bottom:29px;} .home02gc{width:1200px; margin-left:auto; margin-right:auto;} .home02gc .ct { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;  } }

.home02gc .ct a { display: block; position: relative; margin-bottom: 10px; }

.home02gc .ct a::before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); -webkit-transition: .3s .03s; transition: .3s .03s; opacity: 0; }

.home02gc .ct a:hover::before { opacity: 1; }

@media (min-width: 1200px) { .home02gc .ct .img { width: 595px; height: 608px; background-repeat: no-repeat; background-size: cover; background-position: center center; } }

@media (max-width: 1199.98px) { .home02gc .ct .img { height: 0; padding-bottom: 67.13287%; -webkit-box-sizing: content-box; box-sizing: content-box; background-repeat: no-repeat; background-size: cover; background-position: center center; } }

.home02gc .ct .title { position: absolute; margin: 55px 85px; left: 0; top: 0; right: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: .3s .03s; transition: .3s .03s; border: 1px solid #fff; color: #ffffff; font-size: 28px; opacity: 0; }

.home02gc .ct .title::after { content: ""; display: block; width: 39px; height: 39px; background: url(s30.png) no-repeat 0 0; margin-top: 5px; }

.home02gc .ct a:hover .title { opacity: 1; }





.home04 { margin-left: auto; margin-right: auto; margin-top: 0px; }



 
@media (min-width: 1200px) {.home04 { margin-left: auto; margin-right: auto;  padding: 0px 0; background: url(newbg.png) no-repeat center center; background-size: cover; }}


@media (max-width: 1199.98px) { .home04 { margin-bottom: 40px; }  }

.home04 .tabs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 35px; margin-top:20px; }

@media (max-width: 1199.98px) { .home04 .tabs { margin-bottom: 15px; } }

.home04 .tabs > div { text-align: center; cursor: pointer; }

.home04 .tabs > div:hover, .home04 .tabs > div.active { color: #E40611; }

.home04 .tabs > div span { color: #666; margin: 0 20px; }

.home04 .panels { position: relative; }

@media (min-width: 1200px) { .home04 .panels { height: 419px; background: url(s19-.jpg) no-repeat center center; padding-top: 5px;} .home04 .yds{display:none;} }

@media (max-width: 1199.98px) { .home04 .panels { padding: 15px 0; background: url(s19-.jpg) no-repeat center center/cover; } }

.home04 .panels > * { width: 1200px; margin: 0 auto; z-index: 1; position: absolute; left: 0; right: 0; top: 65px; overflow: hidden; visibility: hidden; opacity: 0; -webkit-transition: .3s; transition: .3s; -webkit-transition-property: opacity,visibility; transition-property: opacity,visibility; }

@media (max-width: 1199.98px) { .home04 .panels > * { width: 100%; padding-left: 12px; padding-right: 12px; max-width: 680px; } }

@media (max-width: 1199.98px) { .home04 .panels > * { top: 15px; } }

.home04 .panels > *.active { display: block; visibility: visible; position: relative; top: 0; z-index: 2; opacity: 1; }

.home04 .swiper-slide > a { display: block; position: relative; }

.home04 .img2 { border: 20px solid rgba(255, 255, 255, 0.6); }

@media (max-width: 1199.98px) { .home04 .img { border: 3px solid rgba(255, 255, 255, 0.6); } }

.home04 .img > div { height: 0; padding-bottom:70%;  -webkit-box-sizing: content-box; box-sizing: content-box; background-repeat: no-repeat; background-size: cover; background-position: center center; }

.home04 .title2 { text-align: left; font-size:14px; }

@media (min-width: 1200px) { .home04 .title2 { position: absolute; left: 0; top: 250px; width: 100%; padding: 0 50px; text-shadow: 0 1px 3px #000; font-size: 14px; color: #ffffff; }
  .home04 .title2::after { content: ""; display: block; background-color: #fff; width: 29px; height: 4px; margin: 10px auto; } }

@media (max-width: 1199.98px) { .home04 .title2 { padding-top: 5px; font-size: 13px; } }

.home04 .more { position: absolute; left: 0; top: 410px; width: 100%; text-align: center; padding-bottom: 40px; background: url(s20.png) no-repeat 50% 100%; text-shadow: 0 1px 3px #000; font-size: 22px; color: #ffffff; }

.home04 .swiper-pagination2 { position: static; margin-top: 30px; line-height: 1; text-align:center; }

.home04 .swiper-pagination-bullet { background: #D4D4D4; width: 16px; height: 16px; opacity: .6; }

.home04 .swiper-pagination-bullet-active { opacity: 1; background:#E40611; }














.htt{
  text-align:center;
}

.h-more{
  width:128px;
  height:40px;
  background:#E40611;
  margin-left:auto;
  margin-right:auto;
  line-height:40px;
  text-align:center;
  margin-top:28px;
}

.h-more a{
  color:#FFFFFF;
}

.margin64{
  margin-bottom:64px;
}

.about01 .xtt2{
  background: url(ruzhi3.png) no-repeat bottom center;

}

.about01 .xtt2{
  text-align:center;
  font-size:24px;
  padding-bottom:20px;
  margin-bottom:20px;
}

.about01 .xtt2 .s{
   font-size:12px;
   padding-top:8px;
   color:#D7003B;
}
 
 
.about01 .yz_l{
  padding-left:123px;
  background: url(rizhi2.png) no-repeat;
  height:333px;
} 
@media (max-width: 1199.98px){
    .about01 .yz_l{padding-left:0px; background:none; height:auto;} 


    .about01 .txt img{ width:100%;} 

}





header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #ffffff; }

header .logo { padding: 15px 0; }

header .logo > a { display: inline-block; }

header nav { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 20px 0 30px; }

header nav > div { position: relative; }

header nav > div > a { display: block; height: 100%; padding: 0 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #000; -webkit-transition: .3s; transition: .3s; }

header nav > div > a:hover { background: rgba(255, 255, 255, 0.2); -webkit-transition: 0s; transition: 0s; color: #E40611; }

header nav > div.active a { background: #fff; color: #000; }

header .dropdown { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; width: auto; left: 50%; top: 77px; margin-left: -70px; z-index: 1000; padding: 20px 0; background-color: #ffffff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); background-clip: padding-box; -webkit-transition: .5s 0s; transition: .5s 0s; opacity: 0; visibility: hidden; -webkit-transform: translateY(-20px); transform: translateY(-20px); }

header .dropdown .ls { padding: 5px 30px; border-right: 1px solid #ddd; text-align: center; }

header .dropdown .ls > a { display: block; white-space: nowrap; word-break: keep-all; line-height: 32px; }

header .dropdown .intro { padding: 5px 35px; width: 320px; }

header .dropdown .intro img { max-width: 100%; display: block; margin: 0 auto 10px auto; }

header .dropdown::after { z-index: 3; position: absolute; left: 70px; top: -14px; margin-left: -7px; content: ""; height: 0; width: 0; border: 7px solid transparent; border-bottom-color: #fff; }

header nav > div.active > .dropdown::before { position: absolute; z-index: 2; left: 70px; top: -17px; margin-left: -8px; content: ""; height: 0; width: 0; border: 8px solid transparent; border-bottom-color: #e2e2e2; }

header nav > div.show > .dropdown { -webkit-transition: .3s 0s; transition: .3s 0s; opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); }

header .search { border: 1px solid rgba(215,0,58, 0.7); display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: 20px; height: 24px; margin: auto 0;  }

header .search > * { border: 0 none; background: none; outline: 0 none; height: 22px; }

header .search input[type="text"] { width: 120px; padding: 0 5px; color: #000; }

header .search input[type="submit"] { width: 33px; background: url(s01111.png) no-repeat 50% 50%; font-size:11px; }

@media (max-width: 1199.98px) { body { padding-top: 61px; } }

.m-topbar { display: block; position: fixed; z-index: 100; left: 0; top: 0; right: 0; height: 40px; background: #ffffff; padding: 10px 12px; -webkit-box-sizing: content-box; box-sizing: content-box; border-bottom: 1px solid #fff; overflow: hidden; -webkit-transition: .3s; transition: .3s; }

.m-topbar .logo { display: block; width: 103px; height: 32px; margin: 4px auto; }

.m-topbar .logo img { height: 32px; }

.m-topbar .menu-btn { position: absolute; z-index: 2001; left: 6px; top: 12px; z-index: 1001; width: 36px; height: 36px; cursor: pointer; }

.m-topbar .menu-btn span { display: block; width: 24px; height: 2px; margin: 5px auto; background: #000; }

.m-topbar .menu-btn span:first-child { margin-top: 10px; }

.m-topbar .search-btn { position: absolute; right: 14px; top: 20px; width: 22px; height: 22px; background: url(s58.png) no-repeat 50% 50%/contain; }

.m-topbar.show-search { height: 80px; -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }

.m-topbar.show-search .search-btn { background-image: url(s57.png); }

.m-topbar .search { position: absolute; left: 6px; right: 6px; height: 28px; top: 62px; -webkit-transition: .5s; transition: .5s; opacity: 0; visibility: hidden; }

.m-topbar .search input[type="text"] { width: 100%; height: 28px; background: rgba(0, 0, 0, 0.2); border: 0 none; border-radius: 13px; color: #fff; outline: 0 none; padding: 0 20px; }

.m-topbar .search input[type="submit"] { position: absolute; right: 10px; top: 5px; border: 0 none; width: 18px; height: 18px; background: url(s58.png) no-repeat 50% 50%/contain; }

.m-topbar.show-search .search { opacity: 1; visibility: visible; }

.m-menu { position: fixed; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; left: 0; top: 0; max-width: 220px; z-index: 2000; height: 100%; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transform: translate(-280px, 0); transform: translate(-280px, 0); -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0, 1); transition: all 0.4s cubic-bezier(0.4, 0, 0, 1); }

.m-menu.open { -webkit-transform: translate(0, 0); transform: translate(0, 0); }

.m-menu .mt { height: 61px; line-height: 60px; border-bottom: 1px solid #dedede; text-indent: 18px; font-size: 15px; }

.m-menu .ms { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow-x: hidden; overflow-y: auto; padding: 20px 40px 0 30px; }

.m-menu ul, .m-menu li { list-style: none; margin: 0; }

.m-menu .ms ul { padding-left: 2em; font-size: 14px; }

.m-menu .ms > ul { padding-left: 0; width: 120px; }

.m-menu .ms ul a { display: inline-block; padding: 2px 0; }

.m-menu .ms > ul > li { margin-bottom: 10px; }

.m-menu .ms > ul > li > a { font-size: 15px; }

.m-menu .ms > ul > li ul { opacity: .9; }

.m-menu .ms > ul > li ul a { color: #383838; }

.m-menu-overlay { display: block; position: fixed; left: 0; top: 0; z-index: 2000; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); -webkit-transition: .25s; transition: .25s; opacity: 0; visibility: hidden; }

.m-menu-overlay.open { visibility: visible; opacity: 1; }


@media (min-width: 1200px) { .video-index .list { width: 1140px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .video-index .item { width: 330px; margin: 0 25px 35px 25px; }
  .video-index .item > a { display: block; }
  .video-index .img { position: relative; display: block; width: 330px; height: 210px; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; border-radius: 4px; overflow: hidden; }
  .video-index .mask { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(29, 81, 164, 0.3) url(s26.png) no-repeat 50% 50%; -webkit-transition: .3s .03s; transition: .3s .03s; opacity: 0; }
  .video-index a:hover .mask { opacity: 1; }
  .video-index .title { text-align: center; font-size: 14px; padding-top: 4px; } }

@media (max-width: 1199.98px) { .video-index .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .video-index .item { width: 50%; text-align: center; font-size: 13px; margin-bottom: 10px; }
  .video-index .item:nth-child(odd) { padding-right: 5px; }
  .video-index .item:nth-child(even) { padding-left: 5px; }
  .video-index .item > a { display: block; }
  .video-index .img { height: 0; padding-bottom: 63.63636%; -webkit-box-sizing: content-box; box-sizing: content-box; background-repeat: no-repeat; background-size: cover; background-position: center center; } }
  
@media (max-width: 1199.98px) {  
.page-index img{
  width:100%;
  height:auto;
}  
}

.listingheader{
  padding-bottom:20px;
}




.go-top1 { position: fixed; z-index: 19; right:38px; bottom: 10px;  cursor: pointer; }

.go-top1 > div{
  margin-bottom:15px;
}

.go-top1.show { opacity: 1; visibility: visible; }


.product-item .sec05 iframe { display: block; width: 880px; height: 480px; margin: 0 auto; }

@media (max-width: 1199.98px) { .product-item .sec05 iframe { width: 100%; height: 280px; } }
