.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; } }

.page-banner {background-color:#c41a1f}

@media (max-width: 1199.98px) { .page-block-container, .pbc { padding-left: 12px; padding-right: 12px; max-width: 680px; } }



html { font-size: 14px; }



a { color: #282828; }



a:hover { text-decoration: none; color: #c93936; }



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) { header { background-color: #c41a1f; }

  header > div { height: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}

  header > div, header > div a, header > div a:hover { color: #fff; }

  header .logo {  display: block; position: relative; z-index: 10; top: 15px; background-color: #fff; -webkit-box-shadow: 0px 4px 4px 0px rgba(11, 5, 9, 0.25); box-shadow: 0px 4px 4px 0px rgba(11, 5, 9, 0.25); width: 299px; height: 79px; }

  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: 70px; line-height: 80px; -webkit-transition: .6s; transition: .6s; }

  header .logo img{
     width:100%;
	 height:auto;
  }



  header nav .h a:hover { -webkit-transition: 0s; transition: 0s; background-color: rgba(255, 255, 255, 0.2); }

  header .search { padding-top: 20px; }

  header .search input[type="text"] { border: 1px solid rgba(255, 255, 255, 0.5); width: 118px; height: 18px; background: none; color: #fff; padding: 0 5px; }

  header .search input[type="submit"] { position: relative; margin-left: 10px; top: 5px; background: none; border: 0 none; width: 23px; height: 23px; background: url(../image/s03.png) no-repeat 0 0; cursor: pointer; } }



@media (max-width: 1199.98px) { 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:#dddddd; 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; }

  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: #c41a1f; -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: -6px; }

  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(../image/s56.png) no-repeat 50% 50%/contain; }

  header.show-search .search-btn { background-image: url(../image/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(../image/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; } }

  

  header nav >div1:last-child{

    display:none;

  }  



footer .wrp { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 50px 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #333333; }



@media (max-width: 1199.98px) { footer .wrp { padding: 25px 12px 20px 12px; } }



footer .text { color: #868a8d; }



@media (min-width: 1200px) { footer .text > div:nth-child(1) { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 25px; }

  footer .text > div:nth-child(1) > div { margin-right: 50px; text-align: center; font-size: 12px; }

  footer .text > div:nth-child(1) > div > img { display: block; height: 102px; margin-bottom: 10px; }

  footer .text > div:nth-child(2) { margin-bottom: 15px; } }



@media (max-width: 1199.98px) { footer .text > div:nth-child(1) { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 15px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

  footer .text > div:nth-child(1) > div { -webkit-box-flex: 1; -ms-flex: 1 1 50%; flex: 1 1 50%; max-width: 100px; text-align: center; font-size: 11px; margin-right: 5%; }

  footer .text > div:nth-child(1) > div:last-child { margin-right: 0; }

  footer .text > div:nth-child(1) > div > img { display: block; width: 100%; margin-bottom: 5px; }

  footer .text > div:nth-child(3) { font-size: 12px; } }



footer .nav { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: center; }



footer .nav a { color: #ddd; }



footer .nav a:hover { color: #fff; }



footer .nav > div { padding: 0 30px; }



footer .nav > div:last-child { padding-right: 0;  }



footer .nav > div > a { font-size: 16px; }



footer .nav > div > div { margin-top: 10px; line-height: 2; }



footer .memo { padding: 10px; background: #000; text-align: center; }



@media (max-width: 1199.98px) { footer .memo { font-size: 12px; } }



footer .memo, footer .memo a, footer .memo a:hover { color: #ddd; }



footer .memo p { margin: 0; }



footer .nav > div1:last-child{

  display:none;

}



.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: #eee url(../image/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: #c93936; 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: #c93936; }



@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(../image/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: #c93936; }



.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: #c41a1f; 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; } }



@media (max-width: 1199.98px) { .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 .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; } }



.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(../image/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: #c93936; }



@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(../image/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: #c93936; }



.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: #c93936; 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: #c93936; }



.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: #c93936; 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: #c93936; }



.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: #c93936; 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: #c93936; font-weight: bold; } }



@media (min-width: 1200px) { .about01 { 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: 610px; } }



.about01 .c1 .txt { line-height: 1.8; }



@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: #c93936; 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 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(../image/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: #c93936; }

  .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: #c93936; -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: #c93936; }

  .about03 .tabs > div.active::before { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

  .about03 .tabs > div.active::after { border-color: #c93936; }

  .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: #c93936; }



.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: #c93936; 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(../image/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: #c93936; }

















.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(../image/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: #c93936; }























.sp-prod > div { height: 600px; 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;     height: 150px;} }



@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 .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(../image/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: #c93936; padding-bottom: 10px; margin-bottom: 30px; background: url(../image/s28.png) no-repeat 0 100%; font-size: 20px; }



.product-item { margin: 0 auto; }



@media (min-width: 1200px) { .product-item { width: 1200px; } }



@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 #c93936; }



.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 { position: relative; border: 1px solid #A7A7A7; padding: 5px; }


/*
.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(../image/s35.png); }



.product-item .view .show .next { right: 5px; background-image: url(../image/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(../image/s35.png); }



.product-item .view .thumb .next { right: -15px; background-image: url(../image/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(../image/s29.png); }



.product-item .info .n2 { background-image: url(../image/s30.png); }



.product-item .info .n3 { background-image: url(../image/s31.png); }



.product-item .info .n4 { background-image: url(../image/s32.png); }



.product-item .info .n5 { background-image: url(../image/s33.png); }



.product-item .info .n6 { background-image: url(../image/s34.png); }



.product-item .info .n7 span { color: #c93936; 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(../image/s35.png); }



.product-item .sec02 .next { right: 0; background-image: url(../image/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: #c93936; }



.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: #c93936; 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: 21px; }



@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: 800px; background-repeat: no-repeat; background-size:100% 800px;}



@media (min-width: 1500px) {.home00 .img { height: 800px; background-repeat: no-repeat; background-size:100% 800px;} .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: 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; } }



























@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(../image/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: #c93936; width: 12px; height: 12px; }



@media (min-width: 1200px) { .home01 .c2 .text{height:256px; overflow:hidden;} .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: #c41a1f; 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: 100.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; }



.home02 { margin-left: auto; margin-right: auto; margin-bottom: 70px; padding: 40px 0; background: url(../image/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: 40px; 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(../image/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: #c41a1f; width: 109px; line-height: 28px; font-size: 12px; text-align: center; color: #fff; }



@media (min-width: 1200px) { .home03 { display: -webkit-box; display: -ms-flexbox; display: flex; } }



.home03 .htt { border-left: 8px solid #c93936; 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(../image/s53.png); }



.home03 .c > div:nth-child(2) { background-image: url(../image/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(../image/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: #c41a1f; }



@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: 585px; border: 2px solid white; margin-right: 15px; }







.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(../image/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: #c93936; }



.home05 .c3 .more > div:first-child { font-size: 22px; font-weight: 500; color: #c93936; }



.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: #c93936; 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(../image/s42.png) no-repeat 0 0; }



.home06 a:hover .brief::before { background-image: url(../image/s43.png); }



.home06 .more { display: block; width: 110px; margin: 0 auto; line-height: 28px; background-color: #c93936; 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(../image/s44.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 { padding-left: 15px; border-left: 8px solid #c93936; margin: 35px 0; }



.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 .c1 { width: 475px; padding-right: 50px; } }



@media (max-width: 1199.98px) { .home07 form { background: #ddd; padding: 15px; } }



.home07 form input[name], .home07 form textarea { display: block; border: 0 none; 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: 110px; margin: 0 auto; height: 38px; background-color: #c93936; 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(../image/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(../image/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(../image/s47.png) no-repeat 50% 100%; }



.home08 .c1 > div:nth-child(1) strong { font-weight: normal; color: #c93936; }



.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(../image/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(../image/s49.png); }



.home08 .c2 input[type="text"]:nth-child(2) { background-image: url(../image/s50.png); }



.home08 .c2 input[type="text"]:nth-child(3) { background-image: url(../image/s51.png); }



.home08 .c2 input[type="text"]:nth-child(4) { background-image: url(../image/s51.png); }



.home08 .c2 input[type="text"]:nth-child(5) { background-image: url(../image/s51.png); }



.home08 .c2 input[type="text"]:nth-child(6) { background-image: url(../image/s52.png); }



.home08 .c2 input[type="submit"] { display: block; width: 110px; margin: 0 auto; height: 38px; background-color: #c93936; border: 0 none; color: #fff; font-size: 12px; }



body.with-sp-login .page-wrp { padding: 1px 0; background: url(../image/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: #c93936; 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: #c93936; }



.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:#C93936;} }

/*# 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%;

  }

}





