<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*åˆå§‹åŒ–*/
body, ul, li, p, h1, h2, h3, h4, h5, h6, a, dl, dt, dd { margin: 0; padding: 0; }
body { min-width: 768px; font-family: 'Microsoft YaHei', arial, sans-serif; font-size: 14px; color: #333; background-color: #f7f7f7; }
ul, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
input, textarea { font-family: arial; font-size: 14px; color: #666; border: none; }
img, i { border: none; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
i { font-style: normal; }
a {
  color: #333; text-decoration: none; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;
}
a:hover { color: #da251c; }
/*é€šç”¨*/
.fl-l { float: left; }
.fl-r { float: right; }
.d-ib { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
.cl-baf { *zoom: 1; }
.cl-baf:after { content: ""; display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.clear { display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.txtoe { -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.trs2s { -webkit-transition: all 2s; -o-transition: all 2s; transition: all 2s; }
.trs1s { -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.trs06s { -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.trs03s { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.trsnone { -webkit-transition: none; -o-transition: none; transition: none; }
.icon { background-image: url(../img/icon.png); background-repeat: no-repeat; }
.icon-address { width: 16px; height: 18px; background-position: -88px 0; }
.icon-phone { width: 16px; height: 18px; background-position: -108px 0; }
.icon-fax { width: 16px; height: 18px; background-position: -74px -37px; }
.icon-prev { width: 18px; height: 33px; background-position: -22px 0; }
.icon-next { width: 18px; height: 33px; background-position: -44px 0; }
.icon-close { width: 28px; height: 28px; background-position: -94px -51px; }
.comwrap { margin: 0 auto; width: 94%; max-width: 1300px; }
.imgha img { max-width: 100%; }
/*å¤´éƒ¨*/
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 9; margin: 0 auto; width: 100%; min-width: 768px; }
.header .logo { margin-left: 3%; padding: 30px 0 20px; }
.header .logo .img { display: block; height: 74px; font-size: 14px; }
.header .nav { margin-top: 40px; font-size: 0; text-align: right; }
.header .nav .col {
  position: relative;
  margin-right: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.header .nav .link { display: block; font-weight: bold; font-size: 15px; line-height: 50px; color: #fff; text-shadow: 0 0 6px #999; }
.header .nav .link:hover, .header .nav .cur .link { color: #da251c; }
.header .nav.on .col {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header .nav.on .col:nth-child(0){-webkit-transition-delay:0.6s;-moz-transition-delay:0.6s;-ms-transition-delay:0.6s;-o-transition-delay:0.6s;transition-delay:0.6s;}
.header .nav.on .col:nth-child(1){-webkit-transition-delay:0.5s;-moz-transition-delay:0.5s;-ms-transition-delay:0.5s;-o-transition-delay:0.5s;transition-delay:0.5s;}
.header .nav.on .col:nth-child(2){-webkit-transition-delay:0.4s;-moz-transition-delay:0.4s;-ms-transition-delay:0.4s;-o-transition-delay:0.4s;transition-delay:0.4s;}
.header .nav.on .col:nth-child(3){-webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;-ms-transition-delay:0.3s;-o-transition-delay:0.3s;transition-delay:0.3s;}
.header .nav.on .col:nth-child(4){-webkit-transition-delay:0.2s;-moz-transition-delay:0.2s;-ms-transition-delay:0.2s;-o-transition-delay:0.2s;transition-delay:0.2s;}
.header .nav.on .col:nth-child(5){-webkit-transition-delay:0.1s;-moz-transition-delay:0.1s;-ms-transition-delay:0.1s;-o-transition-delay:0.1s;transition-delay:0.1s;}
.header .open { padding-top: 40px; margin-right: 3%; cursor: pointer; }
.header .open .line { display: block; margin: 7px auto 0; width: 30px; height: 3px; background-color: #fff; border-radius: 1px; }
.header .open .t { margin-top: 13px; }
.header .open:hover .line { background-color: #da251c; }
.header .open.on .t {
  -webkit-transform: translate3d(0, 10px, 0) rotateZ(-45deg);
  -moz-transform: translate3d(0, 10px, 0) rotateZ(-45deg);
  -ms-transform: translate3d(0, 10px, 0) rotateZ(-45deg);
  -o-transform: translate3d(0, 10px, 0) rotateZ(-45deg);
  transform: translate3d(0, 10px, 0) rotateZ(-45deg);
}
.header .open.on .m { opacity: 0; filter: alpha(opacity=0); }
.header .open.on .b {
  -webkit-transform: translate3d(0, -10px, 0) rotateZ(45deg);
  -moz-transform: translate3d(0, -10px, 0) rotateZ(45deg);
  -ms-transform: translate3d(0, -10px, 0) rotateZ(45deg);
  -o-transform: translate3d(0, -10px, 0) rotateZ(45deg);
  transform: translate3d(0, -10px, 0) rotateZ(45deg);
}
.header.bg { background-color: rgba(0, 0, 0, 0.6); background-color: #000\9; opacity: 0.6\9; filter: alpha(opacity=60); }
.header.bg .logo { padding: 20px 0; }
.header.bg .logo .img { height: 50px; }
.header.bg .nav { margin-top: 20px; }
.header.bg .open { padding-top: 20px; }
/*åº•éƒ¨*/
.footer { padding: 100px 0 90px; min-width: 768px; font-size: 0; color: #747a80; background-color: #262c33; }
.footer a, .copyr a { font-size: 14px; color: #747a80; }
.footer a:hover, .copyr a:hover { color: #fff; }
.footer .tit { margin-bottom: 28px; font-size: 18px; color: #fff; }
.footer .item { vertical-align: top; }
.footer .item-1 { width: 24%; }
.footer .item-2 { margin-left: 6%; width: 27%; }
.footer .item-3 { margin-left: 1.5%; width: 17.5%; }
.footer .item-4 { margin-left: 5%; width: 17%; }
.footer .list-p .link { margin: 0 3% 3% 0; width: 22%; height: 60px; overflow: hidden; }
.footer .list-p .img { display: block; width: 100%; }
.footer .list-p .img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translateZ(0) scale(1.06);
  -moz-transform: translateZ(0) scale(1.06);
  -ms-transform: translateZ(0) scale(1.06);
  -o-transform: translateZ(0) scale(1.06);
  transform: translateZ(0) scale(1.06);
}
.footer .cont { font-size: 14px; line-height: 34px; }
.footer .cont .row { position: relative; padding-left: 36px; }
.footer .cont .icon { position: absolute; left: 0; top: 8px; }
.footer .menu .link { margin-right: 5%; width: 45%; font-size: 14px; line-height: 34px; }
.footer .ewm { width: 47%; font-size: 14px; text-align: center; }
.footer .ewm-2 { margin-left: 6%; }
.footer .ewm .img { display: block; margin-bottom: 8px; width: 100%; }
.copyr { padding: 32px 0 28px; color: #747a80; background-color: #1d1e26; }
#bdshare a { margin: 0 18px 0 0; padding: 0; background: url(../img/icon.png) 0 0 no-repeat; opacity: 0.4; filter: alpha(opacity=40); }
#bdshare a:hover { opacity: 1; filter: alpha(opacity=100); }
#bdshare .bds_weixin { width: 21px; height: 17px; background-position: 0 -62px; }
#bdshare .bds_tsina { width: 22px; height: 18px; background-position: -25px -62px; }
#bdshare .bds_sqq { width: 15px; height: 17px; background-position: -51px -62px; }
#bdshare .bds_bdhome { width: 18px; height: 19px; background-position: -70px -62px; }
.mtools { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 11; margin: 0 auto; width: 100%; background-color: #272d33; }
.mtools .item {
  position: relative;
  z-index: 11;
  width: 25%;
  height: 50px;
  font-size: 12px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  background: url(../img/pfnav.png) center -10px no-repeat;
  border-right: 1px solid #404040;
  box-sizing: border-box;
}
.mtools .map { margin: 0; }
.mtools .tel { background-position: center -60px; }
.mtools .top { background-position: center -110px; }
.mtools .btn { background-position: center -160px; border-right: 0 none; }
.mtools .item:hover { background-color: #da251c; }
.mtools .mapchoose {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 10;
  width: 25%;
  background-color: #272d33;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.mtools .mapchoose.on { opacity: 1; filter: alpha(opacity=100); visibility: visible; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.mtools .mapchoose .link { display: block; line-height: 40px; text-align: center; color: #eee; border-bottom: 1px solid #404040; }
/* å³ä¾§å·¥å…·æ¡ */
.floatright {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 99;
  width: 45px;
  height: 137px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.floatright:hover, .floatright.fr-is-visible {
  visibility: visible; opacity: 1; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.floatright .fr-box {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 45px;
  background-color: #242729;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.floatright .fr-box p { position: absolute; left: 45px; top: 0; line-height: 45px; }
.floatright .fr-box:hover { background-color: #da251c; }
.floatright .fr-top { z-index: 100; cursor: pointer; }
.floatright .fr-call { position: absolute; top: 46px; right: 0; z-index: 100; overflow: hidden; }
.floatright .fr-call:hover { width: 150px; }
.floatright .fr-code { position: absolute; top: 92px; right: 0; z-index: 100; }
.fr-codeinfo {
  position: absolute;
  right: 50px;
  bottom: 0;
  padding: 10px 5px;
  width: 220px;
  font-size: 0;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.fr-codeinfo .img { margin: 0 5px; width: 100px; }
.floatright .fr-code:hover .fr-codeinfo { opacity: 1; filter: alpha(opacity=100); visibility: visible; }
/*å†…å®¹*/
.banner { position: relative; overflow: hidden; }
.banner .img { display: block; width: 100%; }
.banner .swiper-slide { overflow: hidden; }
.banner .swiper-pagination { bottom: 5%; }
.banner .swiper-pagination-bullet { width: 12px; height: 12px; }
.banner .swiper-pagination-bullet-active { background-color: #da251c; }
.menut { padding: 30px 0; font-size: 0; text-align: center; background-color: #fff; }
.menut .col { font-size: 14px; line-height: 38px; border-bottom: 2px solid #fff; vertical-align: top; }
.menut .type .col { padding: 0 35px; line-height: 50px; color: #fff; background-color: #da251c; }
.menut .link { position: relative; padding: 0 30px; }
.menut .link::before { content: ''; position: absolute; top: 50%; left: 0; margin-top: -6px; width: 1px; height: 12px; background-color: #ddd; }
.menut .link:first-child::before { display: none; }
.menut .col .txt { font-size: 16px; }
.menut .link:hover, .menut .cur { border-bottom-color: #da251c; }
.menut .type { display: none; }
.pagelist { margin-top: 40px; font-size: 0; color: #666; text-align: center; }
.pagelist li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin: 0 5px 5px; font-size: 12px; }
.pagelist li a, .pagelist span { display: block; padding: 0 10px; line-height: 30px; color: #666; border: 1px solid #ced2d5; }
.pagelist li a:hover,
.pagelist li.thisclass,
.pagelist li.active { color: #fff; background-color: #da251c; border-color: #da251c; }
.pagelist li.thisclass,
.pagelist li.active { padding: 0 10px; line-height: 30px; border: 1px solid #da251c; }
.pagelist li.thisclass a,
.pagelist li.active a { display: inline; padding: 0; color: #fff; border: none; }
.pagelist span { padding: 0 14px; width: auto; }
.pagepn { position: relative; padding: 18px 0; color: #666; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.pagepn .col { width: 48%; }
.pagepn .next { text-align: right; }
.pagepn a { color: #666; }
.pagepn a:hover { color: #da251c; }
.readmore { display: block; margin-top: 50px; font-size: 16px; text-align: center; }
/*ç®€ä»‹*/
.abcon { font-size: 14px; line-height: 2.28; }
.abcon p { margin-top: 0.5em; }
.abcon img { max-width: 100%; }
.about-1 { padding: 100px 0; text-align: center; }
.about-1 .tit { margin-bottom: 20px; font-size: 30px; }
.about-2, .about-3 { margin-bottom: 100px; font-size: 0; }
.about-2 .imgwr, .about-3 .imgwr { width: 50%; }
.about-2 .imgwr .img, .about-3 .imgwr .img { display: block; width: 100%; }
.about-2 .conwr { margin-left: -8%; width: 58%; }
.about-2 .conwr .conbox { padding: 12%; background-color: #fff; border: 15px solid #d9b0ad; }
.about-2 .conwr .tit { font-family: arial; font-weight: bold; font-size: 50px; color: #d9b0ad; }
.about-2 .conwr .line { display: block; margin: 40px 0; width: 20px; height: 5px; background-color: #d9b0ad; }
.about-3 .abcon { margin-right: 2%; width: 48%; text-align: center; }
/*ä¸“å–åº—*/
.store { margin: 30px auto 100px; }
.store .comwrap { position: relative; }
.store .menu { font-size: 0; text-align: center; }
.store .menu .link { margin: 5px 20px 0; padding: 0 5px; min-width: 98px; font-size: 14px; line-height: 33px; text-align: center; color: #da251c; border: 1px solid #da251c; }
.store .menu .cur, .store .menu .link:hover { color: #fff; background-color: #da251c; }
.store .swiper-container { margin-top: 30px; width: 77%; }
.store .swiper-container .img { display: block; width: 100%; }
.store .btn { position: absolute; top: 50%; z-index: 2; margin-top: -60px; width: 4%; min-width: 30px; height: 120px; background-color: #e6e6e6; }
.store .btn:hover { background-color: #da251c; }
.store .prev { left: 0; }
.store .next { right: 0; }
.store .btn .ico { position: absolute; top: 50%; left: 0; right: 0; margin: -17px auto 0; width: 17px; height: 35px; background: url(../img/btn.png) 0 0 no-repeat; }
.store .next .ico { background-position: -63px 0; }
.store .prev:hover .ico { background-position: -21px 0; }
.store .next:hover .ico { background-position: -42px 0; }
/*äº§å“*/
.promenu { background-color: #ebebeb; }
.promenu .list { margin: 0 auto; max-width: 1800px; font-size: 0; text-align: center; }
.promenu .list .link { width: 14.285%; height: 230px; vertical-align: top; }
.promenu .link .ico { margin: 65px auto 35px; width: 40px; height: 39px; background: 0 0 no-repeat; overflow: hidden; }
.promenu .link .txt { padding: 0 6px; font-size: 16px; color: #333; }
.promenu .list .link:hover, .promenu .list .cur { background-color: #da251c; }
.promenu .link:hover .ico, .promenu .cur .ico { background-position: 0 -39px; }
.promenu .link:hover .txt, .promenu .cur .txt { color: #fff; }
.proseries .item { position: relative; background-color: #f7f7f7; }
.proseries .item .imgwr { position: absolute; right: 0; top: 0; width: 50%; height: 100%; overflow: hidden; }
.proseries .item .img { display: block; width: 100%; }
.proseries .item .wrap { margin: 0 auto; max-width: 1800px; }
.proseries .item .conbox { padding: 90px 0; width: 50%; text-align: center; }
.proseries .item .conwr { max-width: 90%; text-align: left; vertical-align: top; }
.proseries .item .tit { font-size: 34px; font-weight: bold; }
.proseries .item .stit { margin-top: 10px; font-family: 'kokila',verdana,arial,helvetica,sans-serif; font-size: 50px; color: #bbb; text-transform: uppercase; }
.proseries .item .line { display: block; margin-top: 35px; width: 50%; max-width: 181px; height: 2px; background-color: #bbb; }
.proseries .item .con { margin-top: 45px; font-size: 14px; line-height: 2; color: #999; }
.proseries .item .btn { margin-top: 105px; display: block; width: 188px; font-size: 14px; line-height: 48px; text-align: center; color: #999; border: 1px solid #bbb; }
.proseries .item .btn:hover { color: #fff; background-color: #da251c; }
.proseries .item:hover { background-color: #eee; }
.proseries .item:hover .img {
  -webkit-transform: translate3d(-10px, 0, 0) scale(1.03);
  -moz-transform: translate3d(-10px, 0, 0) scale(1.03);
  -ms-transform: translate3d(-10px, 0, 0) scale(1.03);
  -o-transform: translate3d(-10px, 0, 0) scale(1.03);
  transform: translate3d(-10px, 0, 0) scale(1.03);
}
.proseries .item-2 .imgwr { left: 0; right: auto; }
.proseries .item-2 .conbox { float: right; }
.proseries .item-2:hover .img {
  -webkit-transform: translate3d(10px, 0, 0) scale(1.03);
  -moz-transform: translate3d(10px, 0, 0) scale(1.03);
  -ms-transform: translate3d(10px, 0, 0) scale(1.03);
  -o-transform: translate3d(10px, 0, 0) scale(1.03);
  transform: translate3d(10px, 0, 0) scale(1.03);
}
.psmenu { margin-top: 30px; font-size: 0; text-align: center; }
.psmenu .link { margin: 5px 20px 0; padding: 0 5px; min-width: 98px; font-size: 14px; line-height: 33px; text-align: center; color: #da251c; border: 1px solid #da251c; }
.psmenu .cur, .psmenu .link:hover { color: #fff; background-color: #da251c; }
.prolist .col .imgwr { position: relative; background-color: #000; }
.prolist .col .ico { position: absolute; top: 53%; left: 0; right: 0; margin: -26px auto 0; width: 52px; height: 52px; background: url(../img/play2.png) 0 0 no-repeat; opacity: 0; filter: alpha(opacity=0); }
.prolist .col-mov:hover .img { opacity: 0.5; filter: alpha(opacity=50); }
.prolist .col-mov:hover .ico { top: 50%; opacity: 1; filter: alpha(opacity=100); }
.procon { margin: 0 auto 90px; width: 94%; max-width: 1800px; }
.procon .back { margin: 30px 0; }
.procon .back .btn { width: 190px; line-height: 40px; text-align: center; color: #fff; background-color: #da251c; }
.procon .back .btn:hover { background-color: #333; }
.procon .main { background-color: #f2f2f2; overflow: hidden; }
.procon .main .imgwr { width: 50%; background: url(../img/loading.gif) center no-repeat; }
.procon .main .conwr { position: relative; margin-left: 5%; padding: 30px 0; width: 40%; }
.procon .imgwr .img { display: block; margin: 0 auto; max-width: 100%; }
.procon .imgwr .mov { display: none; width: 100%; }
.procon .conwr .tit { font-size: 24px; }
.procon .conwr .con { margin-top: 16px; font-size: 14px; line-height: 2.14; color: #666; }
.procon .conwr .info { margin-top: 40px; border-top: 1px solid #d9d9d9; }
.procon .conwr .row { padding: 16px 0; font-size: 14px; border-bottom: 1px solid #d9d9d9; }
.procon .conwr .tel { margin-top: 40px; font-size: 18px; color: #da251c; }
.procon .slidewr { display: none; position: relative; margin-top: 40px; padding: 0 40px; }
.procon .slidewr-pc { display: block; }
.procon .slidewr .imgb { position: relative; margin: 0 auto; width: 90%; height: 0; padding-bottom: 50%; background: none; overflow: hidden; cursor: pointer; }
.procon .slidewr .imgb:before { content: ''; display: none; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; border: 1px solid #da251c; box-sizing: border-box; }
.procon .slidewr .img { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; max-width: none; }
.procon .slidewr .cur .imgb:before { display: block; }
.procon .slidewr .btn { position: absolute; top: 0; z-index: 2; width: 30px; height: 100%; background-color: #e0e0e0; overflow: hidden; }
.procon .slidewr .btn:hover { background-color: #da251c; }
.procon .slidewr .prev { left: 0; }
.procon .slidewr .next { right: 0; }
.procon .slidewr .btn .ico { position: absolute; top: 50%; left: 0; right: 0; margin: -13px auto 0; width: 13px; height: 25px; background: url(../img/btn_pn.png) 0 0 no-repeat; }
.procon .slidewr .next .ico { background-position: -57px 0; }
.procon .slidewr .prev:hover .ico { background-position: -19px 0; }
.procon .slidewr .next:hover .ico { background-position: -38px 0; }
.imglist .ttit { font-size: 24px; text-align: center; }
/*æ¡ˆä¾‹*/
.imglist { padding: 60px 0 100px; max-width: 1800px; font-size: 0; }
.prolist { padding-top: 30px; }
.imglist .item { display: none; }
.imglist .item-t { display: block; }
.imglist .col { margin-top: 2%; margin-right: 2%; width: 23.5%; background-color: #fff; vertical-align: top; }
.imglist .col:nth-child(4n) { margin-right: 0; }
.imglist .col .imgwr { height: 300px; overflow: hidden; }
.imglist .col .img { display: block; width: 100%; }
.imglist .col .tit { padding: 0 3%; font-size: 16px; line-height: 70px; text-align: center; color: #333; }
.imglist .col:hover { background-color: #da251c; cursor: pointer; }
.imglist .col:hover .tit { color: #fff; }
.honor .col .imgwr { position: relative; }
.honor .col .img { position: absolute; top: 3%; left: 0; right: 0; margin: 0 auto; width: auto; max-width: 94%; max-height: 94%; }
.honor .col:hover { background-color: #fff; }
.honor .col:hover .img { opacity: 0.6; filter: alpha(opacity=60); }
.honor .col:hover .tit { color: #fff; background-color: #da251c; }
.store .col { position: relative; }
.store .col .tit { position: absolute; bottom: 0; left: 0; z-index: 2; width: 94%; color: #fff; background-color: rgba(0, 0, 0, 0.6); background-color: #000\9; opacity: 0; filter: alpha(opacity=0); }
.store .col:hover .tit { opacity: 1; filter: alpha(opacity=100); }
.imglist-pf {
  display: none;
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 12;
  margin: 0 auto;
  width: 70%;
  max-width: 1200px;
  height: 80%;
  background-color: #fff;
  border-radius: 8px;
}
.imglist-pf .list { position: absolute; left: 3%; top: 10%; width: 94%; height: 80%; }
.imglist-pf .list .col { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.imglist-pf .list .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  top: 0\9;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.imglist-pf .list .tit { position: absolute; top: 100%; left: 0; width: 100%; font-size: 16px; text-align: center; }
.imglist-pf .icon { position: absolute; top: 50%; z-index: 10; margin-top: -16px; }
.imglist-pf .icon-close { top: 10px; right: 10px; margin-top: 0; }
.imglist-pf .icon-close:hover {
  -webkit-transform: rotateZ(90deg); -moz-transform: rotateZ(90deg); -ms-transform: rotateZ(90deg); -o-transform: rotateZ(90deg); transform: rotateZ(90deg);
}
.imglist-pf .icon-prev { left: 9%; }
.imglist-pf .icon-next { right: 9%; }
.commask { display: none; position: fixed; top: 0; left: 0; z-index: 11; width: 100%; height: 100%; background-color: #000; opacity: 0.5; filter: alpha(opacity=50); }
/*æ‹›å•†*/
.jointit { font-weight: bold; font-size: 0; text-align: center; color: #da251c; }
.jointit .cn { font-size: 34px; font-weight: bold; vertical-align: baseline; }
.jointit .en { margin-left: 6px; font-family: arial; font-size: 34px; text-transform: uppercase; vertical-align: baseline; }
.jointit-2 { color: #fff; }
.join-qj, .join-ys { padding: 90px 0; }
.join-qj .conwr { margin-top: 25px; font-size: 14px; line-height: 2.28; }
.join-qj .list { font-size: 0; }
.join-qj .list .col { position: relative; top: 0; margin-left: 4%; margin-top: 25px; width: 22%; vertical-align: top; }
.join-qj .list .col-0 { margin-left: 0; }
.join-qj .list .img { display: block; width: 100%; }
.join-qj .list .col:hover { top: -6px; }
.join-ys { background: top center repeat; background-attachment: fixed; background-size: cover; }
.join-ys .list { position: relative; margin-top: 55px; font-size: 0; }
.join-ys .list .col { position: relative; z-index: 2; margin-top: -12.5%; width: 25%; text-align: center; vertical-align: top; }
.join-ys .list .col-1 { margin-left: 0; }
.join-ys .list .col-5 { margin-left: 12.5%; top: 10px; }
.join-ys .list .col-6 { margin-left: 25%; top: 10px; }
.join-ys .list .col-7 { margin-left: 25%; top: 20px; }
.join-ys .list .col-8 { top: 20px; }
.join-ys .list .col-9 { margin-left: 37.5%; top: 30px; }
.join-ys .list .col-1, .join-ys .list .col-2, .join-ys .list .col-3, .join-ys .list .col-4 { margin-top: 0; top: 0; }
.join-ys .list .col-t { position: absolute; left: 37.5%; top: 0; z-index: 1; margin: 12.5% 0 0 0; }
.join-ys .col .imgwr { padding: 0 5px; }
.join-ys .col .img { display: block; width: 100%; }
.join-ys .col .conwr { position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; color: #fff; opacity: 0; filter: alpha(opacity=0); }
.join-ys .col .txt { position: absolute; top: 50%; left: 5%; margin-top: -15px; width: 90%; font-size: 24px; }
.join-ys .col .con { position: absolute; top: 50%; left: 5%; margin-top: -26px; width: 90%; max-height: 80%; font-size: 16px; line-height: 26px; overflow: hidden; }
.join-ys .col .conwr .txt { display: none; }
.join-ys .list .col-n:hover { cursor: pointer; }
.join-ys .col-n:hover .conwr { opacity: 1; filter: alpha(opacity=100); }
.join-xn { padding: 100px 0; }
.join-xn .list { margin-top: 55px; font-size: 0; }
.join-xn .list .col { width: 12.5%; }
.join-xn .col .imgwr { margin: 0 auto; width: 90px; height: 90px; overflow: hidden; }
.join-xn .col .img { display: block; width: 100%; }
.join-xn .col .tit { margin: 8px auto 0; width: 90%; font-size: 16px; text-align: center; }
.join-xn .col:hover .img {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.join-xn .col:hover .tit { color: #da251c; }
.join-xn .conwr { margin-top: 70px; font-size: 18px; line-height: 2; text-align: center; }
.join-zc { font-size: 0; background-color: #ac6c41; overflow: hidden; }
.join-zc .imgwr { width: 50%; }
.join-zc .imgwr .img { display: block; width: 100%; }
.join-zc .conwr { margin-left: 6%; padding: 30px 0; width: 40%; }
.join-zc .conwr .jointit { text-align: left; }
.join-zc .conwr .con { margin-top: 40px; font-size: 14px; line-height: 1.6; color: #fff; }
.join-lc { padding: 100px 0; }
.join-lc .list { font-size: 0; text-align: center; }
.join-lc .list .col {
  position: relative; margin: 60px 6% 0 0; width: 29.3333%; height: 200px; background-color: #fff; box-shadow: 0 0 10px 0 rgba(17, 19, 18, 0.1); overflow: hidden;
}
.join-lc .list .col-3 { margin-right: 0; }
.join-lc .col .img { margin-top: 50px; max-width: 90%; height: 46px; vertical-align: top; }
.join-lc .col .txt { margin-top: 28px; padding: 0 5%; font-size: 18px; }
.join-lc .col .con { position: absolute; top: 55%; left: 5%; margin-top: -12px; width: 90%; font-size: 18px; opacity: 0; filter: alpha(opacity=0); }
.join-lc .list .col:hover { background-color: #da251c; cursor: pointer; }
.join-lc .col:hover .img, .join-lc .col:hover .txt { opacity: 0; filter: alpha(opacity=0); }
.join-lc .col:hover .con { top: 50%; color: #fff; opacity: 1; filter: alpha(opacity=100); }
.join-ly { padding: 100px 0; background-color: #fff; }
.join-ly .comwrap { position: relative; }
.join-ly .info { position: absolute; top: 0; left: 0; width: 29%; height: 100%; text-align: center; border: 1px solid #ddd; }
.join-ly .info .img { margin-top: 50px; max-width: 90%; vertical-align: top; }
.join-ly .info .con { margin: 50px 20px 0; padding: 10px; background-color: #da251c; }
.join-ly .info .tel { display: block; padding: 25px 5px; font-size: 24px; color: #da251c; background-color: #fff; }
.join-ly .info .txt { margin: 24px 0 14px; font-size: 24px; color: #fff; }
.join-ly .feedb { width: 67%; background-color: #f5f5f5; }
.join-ly .feedb .list { padding: 40px; font-size: 0; }
.join-ly .feedb .col { position: relative; margin: 0 0 25px 0; width: 48%; background-color: #fff; vertical-align: top; }
.join-ly .feedb .txt { position: absolute; left: 3%; top: 0; z-index: 1; font-size: 14px; line-height: 50px; color: #999; }
.join-ly .feedb .intxt { position: relative; z-index: 2; padding: 0 3%; width: 94%; height: 50px; line-height: 50px; background: none; vertical-align: top; }
.join-ly .feedb .marl { margin-left: 4%; }
.join-ly .feedb .col-2 { width: 100%; }
.join-ly .feedb .col-2 .txt { top: 5px; left: 1.5%; line-height: 23px; }
.join-ly .feedb .intxt-2 { padding: 5px 1.5%; width: 97%; max-width: 97%; min-width: 97%; height: 165px; min-height: 165px; max-height: 165px; line-height: 23px; }
.join-ly .feedb .col-time { display: none; }
.join-ly .feedb .col-3 { margin-bottom: 0; width: 190px; }
.join-ly .feedb .col-3 .txt { left: 6%; }
.join-ly .feedb .vdimg { display: none; position: absolute; right: 3%; top: 13px; z-index: 2; }
.join-ly .feedb .btn { display: block; width: 100%; height: 50px; line-height: 50px; color: #fff; background-color: #da251c; -webkit-appearance: none; }
.join-ly .feedb .btn:hover { background-color: #333; cursor: pointer; }

/*æ–°é—»*/
.arttop { margin-top: 100px; max-width: 1800px; background-color: #fff; }
.arttop .swiper-container { margin: 0 30px; padding: 30px 0; font-size: 0; }
.arttop .imgwr { width: 34%; overflow: hidden; }
.arttop .imgwr .img { display: block; width: 100%; }
.arttop .swiper-slide:hover .img {
  -webkit-transform: translate3d(0, -3%, 0) scale(1.06);
  -moz-transform: translate3d(0, -3%, 0) scale(1.06);
  -ms-transform: translate3d(0, -3%, 0) scale(1.06);
  -o-transform: translate3d(0, -3%, 0) scale(1.06);
  transform: translate3d(0, -3%, 0) scale(1.06);
}
.arttop .conwr { margin-left: 5.5%; margin-bottom: 5%; width: 56%; }
.arttop .conwr .tit { font-size: 20px; }
.arttop .conwr .desc, .arttop .conwr .info, .artlist .col .desc { margin-top: 1em; height: 60px; font-size: 14px; line-height: 30px; color: #666; overflow: hidden; }
.arttop .conwr .info { margin-top: 2em; height: auto; }
#arttop .swiper-pagination-bullets { bottom: 20%; padding: 0 5.5%; width: 89%; text-align: right; }
#arttop .swiper-pagination-bullet-active { background: #da251c; }

.artlist { margin-bottom: 100px; max-width: 1800px; font-size: 0; }
.artlist .col { margin-top: 50px; margin-right: 3%; width: 31.33%; background-color: #fff; vertical-align: top; }
.artlist .col-3 { margin-right: 0; }
.artlist .col .conwr { padding: 8%; }
.artlist .col .tit { font-size: 18px; }
.artlist .col b { font-weight: normal; }
.artlist .col .timewr { padding: 0 8%; font-size: 14px; line-height: 70px; color: #333; background-color: #ebebeb; }
.artlist .col:hover .timewr { color: #fff; background-color: #da251c; }

.artlist { margin-bottom: 100px; max-width: 1400px; }
.artlist .row { position: relative; padding: 28px 0; font-size: 0; border-bottom: 1px solid #eaeaea; }
.artlist .row .conwr { position: relative; margin-left: 2.5%; width: 75%; }
.artlist .row .timewr { position: absolute; left: 0; top: 0; }
.artlist .row .time { font-weight: lighter; font-size: 24px; color: #878787; }
.artlist .row .icowr { margin-top: 24px; width: 30px; height: 20px; background-color: #fff; text-align: center; }
.artlist .row .icon { margin-top: 5px; width: 13px; height: 9px; background: url(../img/icon-artl.png) -19px 0; }
.artlist .row .con { margin-left: 150px; max-width: 850px; }
.artlist .row .tit { font-size: 16px; color: #1b1b1b; }
.artlist .row .desc { margin-top: 20px; height: 60px; font-weight: lighter; font-size: 14px; line-height: 30px; color: #767676; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.artlist .row .imgwr { margin-left: 3.3%; width: 16.7%; max-height: 130px; overflow: hidden; }
.artlist .row .img { display: block; width: 100%; }
.artlist .row:hover .icowr { background-color: #da251c; }
.artlist .row:hover .icon { background-position: 0 0; }
.artlist .row:hover .tit { color: #da251c; }
.artlist .row:hover .img { -webkit-transform: scale(1.06); -moz-transform: scale(1.06); -ms-transform: scale(1.06); -o-transform: scale(1.06); transform: scale(1.06); }

.artcon { position: relative; margin: 40px auto; width: 94%; max-width: 1400px; }
.artcon .left, .artcon .right { padding: 30px 20px; background-color: #fff; }
.artcon .left { margin-right: 280px; min-height: 730px; }
.artcon .left .tit { font-size: 24px; text-align: center; }
.artcon .left .info { margin-top: 12px; color: #999; text-align: center; }
.artcon .left .body { margin-top: 24px; padding-top: 24px; font-size: 16px; line-height: 2.14; color: #666; border-top: 1px solid #ddd; }
.artcon .left img { max-width: 100%; }
.artcon .left .tools { margin-top: 50px; }
.artcon .left .back { width: 140px; font-size: 16px; line-height: 40px; text-align: center; color: #fff; background-color: #da251c; }
.artcon .left .back:hover { background-color: #333; }
#acshare { margin-top: 14px; font-size: 12px; }
#acshare a { margin: 0 6px 0 0; }
.artcon .right { position: absolute; right: 0; top: 0; padding: 40px 20px; width: 200px; }
.artcon .right .ttit { font-size: 18px; }
.artcon .right .row { margin-top: 20px; padding-top: 20px; font-size: 0; border-top: 1px dashed #ddd; }
.artcon .right .row-1 { padding-top: 0; border-top: none; }
.artcon .right .tit { font-size: 14px; line-height: 20px; }
.artcon .right .time { margin-top: 8px; font-size: 12px; color: #999; }
.artcon .right .moreart { margin-bottom: 0; }
/*å•é¡µ*/
.single .left { margin-right: 0; min-height: auto; }
.single .left .body { margin-top: 0; padding-top: 0; border-top: none; }
/*è”ç³»*/
.contact { padding: 100px 0; }
.contact .info { width: 35%; }
.contact .info .tit { margin-top: -3px; font-size: 24px; }
.contact .info .con { margin-top: 28px; line-height: 2.28; }
.contact .info .ewm { margin-top: 50px; color: #747a80; text-align: center; }
.contact .info .ewm-2 { margin-left: 20px; }
.contact .info .img { display: block; margin: 0 auto 10px; width: 100%; max-width: 105px; }
.contact .mapwr { position: relative; width: 60%; }
.contact .mapwr .link { position: absolute; left: 0; bottom: 18px; width: 80px; height: 36px; z-index: 6; }
.contact .mapwr .map { width: 100%; height: 400px; }
.contact .mapwr img { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
@media screen and (max-width: 1024px) {
  .header .logo, .header .open { padding-top: 20px; }
  .header .logo .img { height: 50px; }
  .header .nav { margin-top: 20px; }
  .header .nav .col { margin-right: 20px; }
  .contact, .footer { padding: 50px 0; }
  .footer .item { margin-left: 3%; }
  .footer .item-1 { margin-left: 0; }
  .footer .item-2 { width: 29%; }
  .footer .item-3 { width: 23%; }
  .footer .item-4 { width: 12%; }
  .footer .cont, .footer .menu .link, .footer .ewm, .copyr { font-size: 12px; }
  .footer .cont .row { padding-left: 25px; }
  .footer .list-p .link { width: 30.33%; }
  .footer .list-p .link-6, .footer .list-p .link-7 { display: none; }
  .copyr { padding: 20px 0; }
  .menut { padding: 15px 0; }
  .promenu .list .link { height: 140px; }
  .promenu .link .ico { margin: 30px auto 15px; }
  .promenu .link .txt { font-size: 14px; }
  .proseries .item .conbox { padding: 30px 0; }
  .proseries .item .tit { font-size: 24px; }
  .proseries .item .stit { margin-top: 5px; font-size: 30px; }
  .proseries .item .line { margin-top: 20px; }
  .proseries .item .con { margin-top: 30px; }
  .proseries .item .btn { margin-top: 50px; }
  .imglist { padding: 20px 0 50px; }
  .imglist .col .tit { line-height: 50px; }
  .join-qj, .join-ys, .join-xn, .join-lc { padding: 50px 0; }
  .jointit .cn, .jointit .en { font-size: 26px; }
  .join-ys .col .txt, .join-ly .info .txt { font-size: 18px; }
  .join-ys .col .con { font-size: 12px; line-height: 18px; }
  .join-xn .col .tit { font-size: 14px; }
  .join-xn .conwr { margin-top: 40px; font-size: 16px; }
  .join-zc .imgwr { display: none; }
  .join-zc .conwr { display: block; margin: 0 auto; width: 94%; }
  .join-lc .col .txt, .join-lc .col .con, .join-ly .info .tel { font-size: 16px; }
  .arttop { margin-top: 50px; }
  .arttop .conwr .tit { font-size: 18px; }
  .artlist { margin-bottom: 50px; }
  .artlist .col { margin-top: 30px; margin-right: 4%; width: 48%; }
  .artlist .col-2 { margin-right: 0; }
  .artlist .col .tit { font-size: 16px; }
  .artlist .col .timewr { line-height: 50px; }
  .artlist .row { padding: 20px 0; }
  .artlist .row .imgwr { display: none; }
  .artlist .row .conwr { display: block; margin-left: 0; width: 100%; }
  .artlist .row .time { font-size: 18px; }
  .artlist .row .con { margin-left: 60px; }
  .artlist .row .tit { font-size: 15px; }
  .artlist .row .desc { margin-top: 10px; height: 44px; font-size: 13px; line-height: 22px; }
  .artcon .left { margin-right: 0; min-height: auto; }
  .artcon .right { display: none; }
  .contact .info .tit { font-size: 20px; }
}
@media screen and (max-width:960px) {
  .join-ys .col .con { display: none; }
  .join-ys .col .conwr .txt { display: block; }
}
@media screen and (max-width:640px) {
  body { min-width: 320px; }
  .header { min-width: 320px; }
  .header .logo, .header.bg .logo { padding: 12px 0; }
  .header .logo .img, .header.bg .logo .img { height: 36px; }
  .header .open, .header.bg .open { padding-top: 0; }
  .header .open .t { margin-top: 18px; }
  .header .nav { position: fixed; top: 60px; left: 0; z-index: 9; margin: 0; padding: 10px 0; width: 100%; height: 0; background-color: #fff; visibility: hidden; }
  .header .nav .col { display: block; margin: 0 3%; border-bottom: 1px solid #eee; }
  .header .nav .link { color: #333; text-align: center; }
  .header .nav.on { height: calc(100% - 130px); visibility: visible; }
  .header.bg .nav { margin-top: 0; }
  .footer, .floatright, #bdshare, .menut .type, .menut .son:after, .promenu .list .link, .about-2 .imgwr, .about-3 .imgwr, .arttop .imgwr, #acshare { display: none; }
  .copyr { padding: 14px 0 60px; font-size: 13px; line-height: 1.7; text-align: center; }
  .mtools { display: block; }
  .banner { overflow: hidden; }
  .banner .img { margin-left: -50%; width: 200%; }
  .menut { padding: 0; text-align: left; }
  .menut .son { display: block; margin-left: 0; width: 100% }
  .menut .link { margin-left: 0; padding: 0; width: 33.33%; text-align: center; }
  .menut .link:nth-child(3n+1)::before { display: none; }
  .menut .col .txt { font-size: 14px; }
  .pagelist, .readmore { margin-top: 30px; }
  .about-1 { padding: 30px 0; }
  .about-1 .tit { font-size: 20px; }
  .abcon { line-height: 1.8; }
  .about-2, .about-3 { margin-bottom: 30px; }
  .about-2 .conwr { margin-left: 0; width: 100%; }
  .about-2 .conwr .conbox { padding: 4%; border-width: 10px; }
  .about-2 .conwr .tit { font-size: 20px; text-align: center; }
  .about-2 .conwr .line { margin: 15px auto; }
  .about-3 .abcon { margin: 0 auto; width: 100%; }
  .store { margin-bottom: 30px; }
  .store .menu .link, .psmenu .link { margin: 5px 2% 0 0; width: 32%; min-width: auto; box-sizing: border-box; }
  .store .menu .link:nth-child(3n), .psmenu .link:nth-child(3n) { margin-right: 0; }
  .store .swiper-container { width: 100%; }
  .store .swiper-container .img { cursor: pointer; }
  .store .btn { height: 100%; max-height: 120px; opacity: 0.8; }
  .promenu .list .cur { display: block; margin: 0 auto; padding: 10px 0; width: 50%; height: auto; }
  .promenu .link .ico { margin: 0 auto 10px; height: 30px; background-position: center -30px; background-size: auto 200%; }
  .proseries .item .conbox { width: 100%; }
  .proseries .item .conwr { width: 94%; text-align: center; }
  .proseries .item .tit, .proseries .item .stit { font-size: 20px; }
  .proseries .item .line { margin: 10px auto 0; width: 30%; }
  .proseries .item .con { margin-top: 20px; line-height: 1.8; }
  .proseries .item .btn { margin: 20px auto 0; width: 158px; line-height: 40px; }
  .proseries .item .imgwr { position: relative; width: 100%; }
  .procon { margin-bottom: 30px; width: 100%; }
  .procon .back { margin: 20px 0; }
  .procon .back .btn { float: none; display: block; margin: 0 auto; }
  .procon .main .imgwr { display: block; width: 100%; }
  .procon .main .conwr { display: block; margin: 0 auto; width: 94%; }
  .procon .conwr .tit { font-size: 20px; text-align: center; }
  .procon .conwr .con { line-height: 1.8; }
  .procon .conwr .info { margin-top: 20px; }
  .procon .conwr .row { padding: 10px 0; }
  .procon .conwr .tel { display: block; float: none; margin-top: 20px; width: 100%; text-align: center; }
  .procon .slidewr { margin: 20px 3% 0; }
  .procon .slidewr-pc { display: none; }
  .procon .slidewr-m { display: block; }
  .imglist .ttit { font-size: 20px; }
  .imglist { padding: 10px 0 30px; }
  .imglist .col { margin: 20px 0 0; width: 48%; }
  .imglist .col:nth-child(2n) { margin-left: 4%; }
  .imglist .col .tit { line-height: 40px; }
  .store .col .tit { opacity: 1; filter: alpha(opacity=100); }
  .imglist-pf { z-index: 13; top: 0; width: 100%; height: 100%; background: none; }
  .imglist-pf .list { top: 0; left: 0; width: 100%; height: 100%; }
  .imglist-pf .icon-close { top: auto; bottom: 10px; z-index: 14; }
  .imglist-pf .list .tit { top: auto; bottom: 10px; font-size: 16px; color: #fff; }
  .commask { z-index: 12; opacity: 0.8; filter: alpha(opacity=80); }
  .jointit .cn, .jointit .en { font-size: 20px; }
  .join-qj, .join-ys, .join-xn, .join-lc, .join-ly { padding: 30px 0; }
  .join-qj .conwr { margin-top: 20px; line-height: 2; }
  .join-qj .list .col, .join-lc .list .col { margin: 20px 0 0; width: 48%; }
  .join-qj .list .col:nth-child(2n), .join-lc .list .col:nth-child(2n) { margin-left: 4%; }
  .join-ys .list, .join-xn .list { margin-top: 20px; }
  .join-ys .list .col { top: 0; margin: 2% 2% 0 0; width: 32%; }
  .join-ys .list .col:nth-child(3n) { margin-right: 0; }
  .join-ys .col .txt, .join-ly .info .txt { font-size: 14px; }
  .join-ys .list .col-t { display: none; }
  .join-xn .list .col { margin: 20px 2% 0 0; width: 23.5%; }
  .join-xn .list .col:nth-child(2n) { margin-left: 0; }
  .join-xn .list .col:nth-child(4n) { margin-right: 0; }
  .join-xn .conwr { margin-top: 30px; }
  .join-zc { position: relative; }
  .join-zc .conwr { position: relative; z-index: 2; }
  .join-zc .conwr .con { margin-top: 20px; line-height: 1.8; }
  .join-zc .conwr .jointit { text-align: center; }
  .join-zc .imgwr { display: block; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100% }
  .join-zc .imgwr .img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .join-lc .list { margin-top: 10px; }
  .join-lc .list .col { height: 150px; }
  .join-lc .col .img { margin-top: 30px; height: 36px; }
  .join-ly .info { position: relative; float: none; padding: 20px 0; width: auto; }
  .join-ly .info .con { margin: 20px 10px 0; }
  .join-ly .info .img { margin-top: 0; max-width: 50%; }
  .join-ly .info .tel, .join-ly .info .txt { font-size: 18px; }
  .join-ly .info .txt { margin: 10px 0 0; }
  .join-ly .feedb { float: none; width: 100%; }
  .join-ly .feedb .list { padding: 30px 10px 20px; }
  .join-ly .feedb .col { margin-bottom: 10px; width: 100%; }
  .join-ly .feedb .marl { margin-left: 0; }
  .join-ly .feedb .intxt-2 { height: 120px; min-height: 120px; max-height: none; }
  .arttop { display: none; margin-top: 30px; }
  .arttop .swiper-container { margin: 0 10px; padding: 14px 0; }
  .arttop .conwr { margin: 0; width: 100%; }
  .arttop .conwr .desc, .arttop .conwr .info, .artlist .col .desc { height: 50px; line-height: 1.8; }
  .arttop .conwr .info { margin-top: 1em; }
  .artlist .col { margin-top: 20px; margin-right: 0; width: 100%; }
  .artlist .col .conwr { padding: 4%; }
  .artlist .col .timewr { padding: 0 4%; line-height: 40px; }
  .artcon { margin: 30px auto; }
  .artcon .left { padding: 20px 10px; }
  .artcon .left .tit { font-size: 18px; line-height: 1.7; }
  .artcon .left .info { font-size: 12px; }
  .artcon .left .body { line-height: 1.8; }
  .artcon .left .tools { margin-top: 30px; }
  .artcon .left .back { width: 100%; font-size: 14px; }
  .pagepn { padding: 14px 0; line-height: 1.8; }
  .pagepn .col { width: 100%; }
  .pagepn .next { text-align: left; }
  .contact { padding: 30px 0 0; width: 100%; }
  .contact .info { margin-left: 3%; width: 94%; }
  .contact .info .con { margin-top: 20px; line-height: 1.8; }
  .contact .info .ewm { margin: 20px 5% 0; width: 40%; text-align: center; }
  .contact .info .img { margin: 0 auto 6px; width: 100%; max-width: none; }
  .contact .mapwr { margin-top: 30px; width: 100%; }
  .contact .mapwr .map { height: 200px; }
}</pre></body></html>