/*初始化*/
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; }
.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-wechat { width: 21px; height: 17px; background-position: 0 -62px; }
.icon-weibo { width: 22px; height: 18px; background-position: -25px -62px; }
.icon-qq { width: 15px; height: 17px; background-position: -51px -62px; }
.icon-prev { width: 18px; height: 33px; background-position: 0 0; }
.icon-prev:hover { background-position: -22px 0; }
.icon-next { width: 18px; height: 33px; background-position: -66px 0; }
.icon-next:hover { background-position: -44px 0; }
.icon-arrow { width: 33px; height: 21px; background-position: -37px -37px; }
.icon-play { width: 25px; height: 25px; background-position: -94px -22px; }
.icon-close { width: 28px; height: 28px; background-position: -94px -51px; }
.comwrap { margin: 0 auto; width: 94%; max-width: 1300px; }
/*头部*/
.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%; }
.footer { padding-bottom: 20px; }
.friendlink { relative; padding: 0 0 35px; color: #fff; background-color: #262c33; }
.friendlink .txt { font-size: 14px; opacity: 0.2; filter: alpha(opacity=20); }
.friendlink .link { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin: 0 8px 5px 0; color: #fff; opacity: 0.2; filter: alpha(opacity=20); }
.friendlink .link:hover { opacity: 0.6; filter: alpha(opacity=60); }
.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 .swiper-slide .img { display: block; width: 100%; }
.banner .swiper-pagination { bottom: 5%; }
.banner .swiper-pagination-bullet { width: 12px; height: 12px; }
.banner .swiper-pagination-bullet-active { background-color: #da251c; }
/*简介*/
.about { position: relative; font-size: 0; background-color: #fff; overflow: hidden; }
.about .enwr { width: 14%; text-align: center; }
.about .enwr .img { max-width: 90%; vertical-align: top; }
.about .imgwr { position: relative; z-index: 2; width: 57%; }
.about .imgwr .img, .about .imgwr-m .img { display: block; width: 100%; }
.about .conwr { position: relative; z-index: 2; margin-left: 5%; padding: 30px 0; width: 19%; }
.about .conwr .con { font-size: 14px; line-height: 32px; color: #fff; text-align: justify; text-indent: 2em; }
.about .conwr .more {
  display: block;
  margin: 50px auto 0;
  width: 180px;
  font-family: arial;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}
.about .conwr .more:hover { color: #171926; background-color: #fff; }
.about .conwr .mov { margin: 80px auto 0; width: 55%; max-width: 200px; text-align: center; cursor: pointer; }
.about .conwr .imgr { position: relative; }
.about .conwr .img { display: block; width: 100%; }
.about .conwr .icon { position: absolute; left: 50%; top: 50%; z-index: 2; margin: -12px 0 0 -12px; }
.about .conwr .tit { margin-top: 10px; font-size: 14px; color: #fff; }
.about .conwr .imgr:hover .img { opacity: 0.6; filter: alpha(opacity=60); }
.about .conwr .imgr:hover .icon { opacity: 0; filter: alpha(opacity=0); }
.about .mask { position: absolute; right: 0; top: 0; z-index: 1; width: 50%; height: 100%; background-color: #171926; }
.about .imgwr-m { display: none; width: 100%; }
.mov-pf { display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; }
.mov-pf .box { position: absolute; top: 5%; left: 5%; z-index: 998; width: 90%; height: 90%; }
.mov-pf .mask { position: absolute; top: 0; left: 0; z-index: 997; width: 100%; height: 100%; background-color: #000; opacity: 0.8; filter: alpha(opacity=80); }
.mov-pf .icon { position: absolute; top: 10px; right: 10px; z-index: 999; cursor: pointer; }
/*性能*/
.comtit .cn { font-size: 38px; text-align: center; }
.comtit .line { display: block; margin: 18px auto; width: 60px; height: 2px; background-color: #333; }
.comtit .en {
  margin: 0 auto;
  width: 55%;
  font-family: Arial;
  font-size: 12px;
  line-height: 1.5;
  color: #888;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateZ(0) scale(0.6666);
  -moz-transform: translateZ(0) scale(0.6666);
  -ms-transform: translateZ(0) scale(0.6666);
  -o-transform: translateZ(0) scale(0.6666);
  transform: translateZ(0) scale(0.6666);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}
.performance { margin: 130px auto; }
.performance .main { margin-top: 65px; font-size: 0; }
.performance .imgwr { width: 43.5%; }
.performance .imgwr .img { display: block; width: 100%; }
.performance .list { margin-left: 6%; width: 43%; }
.performance .list .col { position: relative; margin: 4.5% 6% 4.5% 0; width: 44%; vertical-align: top; }
.performance .col .ico { position: absolute; left: 0; top: 0; width: 16%; }
.performance .col .con { margin-left: 25%; font-size: 14px; line-height: 1.4; color: #999; }
.performance .col .tit { margin-bottom: 0.5em; font-size: 18px; line-height: normal; color: #333; }
.performance .col:hover .ico {
  -webkit-transform: translate3d(6px, 0, 0);
  -moz-transform: translate3d(6px, 0, 0);
  -ms-transform: translate3d(6px, 0, 0);
  -o-transform: translate3d(6px, 0, 0);
  transform: translate3d(6px, 0, 0);
}
.performance .col:hover .tit { color: #da251c; }
/*产品*/
.product { font-size: 0; background-color: #171926; overflow: hidden; }
.product .box { position: relative; width: 33.33%; color: #fff; text-align: center; }
.product .box .img { display: block; width: 100%; }
.product .box .ttit {
  font-family: arial; font-weight: bold; font-size: 60px; color: #fff; text-align: center; text-transform: uppercase; opacity: 0.05; filter: alpha(opacity=5);
}
.product .box .tit { margin: 13% auto 0; width: 94%; font-size: 20px; }
.product .box .con { margin: 1em auto 0; width: 70%; font-size: 14px; line-height: 2.28; }
.product .box .btn {
  display: block;
  margin: 40% auto 0;
  width: 50%;
  font-family: arial;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #da251c;
  border-radius: 5px;
}
.product .box .btn:hover { background-color: #ff0000; box-shadow: 0 0 10px 0 #da251c; }
.product .box .icon { position: absolute; bottom: 8px; z-index: 2; cursor: pointer; }
.product .box .icon-prev { right: 80%; }
.product .box .icon-next { left: 80%; }
.product .imgbox-3 { display: none; }
/*新闻*/
.news { padding: 120px 0 90px; background-color: #fff; }
.news .main { margin: 0 auto; width: 94%; max-width: 1800px; overflow: hidden; }
.news .swiper-container { margin-top: 25px; }
.news .conwr { padding: 9%; }
.news .conwr .tit { font-size: 18px; }
.news .conwr .desc, .news .conwr .info { font-size: 14px; color: #666; }
.news .conwr .desc { margin: 1em 0 2em; height: 56px; line-height: 28px; overflow: hidden; }
.news .swiper-slide:hover { background-color: #f7f7f7; }
/*选择*/
.choose { position: relative; overflow: hidden; }
.choose .bg { display: block; width: 100%; }
.choose .main { position: absolute; left: 0; right: 0; top: 50%; margin: -100px auto 0; width: 94%; max-width: 730px; background-color: #fff; }
.choose .conwr { padding: 5.5% 30% 5.5% 8%; }
.choose .conwr .tit { font-weight: bold; font-size: 26px; color: #da251c; }
.choose .conwr .con { margin-top: 1em; font-size: 16px; line-height: 1.875; color: #666; }
.choose .icowr { position: absolute; right: 0; top: 0; width: 14%; min-width: 40px; height: 100%; background-color: #da251c; }
.choose .icowr .icon { position: absolute; left: 50%; top: 50%; margin: -10px 0 0 -16px; }
.choose .main:hover .conwr { background-color: #da251c; }
.choose .main:hover .tit, .choose .main:hover .con { color: #fff; }
.choose .main:hover .icowr { background-color: #fff; }
.choose .main:hover .icon { background-position: 0 -37px; }
@media screen and (max-width: 1750px) {
  .product .box .ttit { font-size: 40px; }
}
@media screen and (max-width: 1200px) {
  .about .enwr { width: 10%; }
  .about .imgwr { width: 61%; }
  .performance .imgwr { width: 50%; }
  .product .box .ttit { font-size: 20px; }
  .product .box .tit { margin-top: 4%; font-size: 18px; }
  .product .box .con { line-height: 2; }
  .product .box .btn { margin-top: 14%; }
}
@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; }
  .about .enwr { width: 5%; }
  .about .enwr .img { max-width: 50%; }
  .about .imgwr { position: absolute; right: 0; top: 0; z-index: 1; width: 95%; height: 100%; }
  .about .mask { z-index: 2; width: 95%; opacity: 0.5; filter: alpha(opacity=50); }
  .about .conwr { position: relative; z-index: 3; width: 85%; }
  .performance { margin: 50px auto; }
  .comtit .cn { font-size: 24px; }
  .comtit .en { width: 94%; }
  .performance .main { margin-top: 30px; }
  .performance .imgwr { display: none; }
  .performance .list { display: block; margin: 0 auto; width: 94%; }
  .product .box .con { width: 94%; }
  .product .box .btn { line-height: 40px; }
  .product .box .icon { bottom: 3px; }
  .news { padding: 50px 0; }
  .news .conwr .tit { font-size: 16px; }
}
@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 { display: none; }
  .friendlink { padding: 10px 0 5px; }
  .copyr { padding: 14px 0 60px; font-size: 13px; line-height: 1.7; text-align: center; }
  .mtools { display: block; }
  .banner .swiper-slide { overflow: hidden; }
  .banner .swiper-slide .img { margin-left: -25%; width: 150%; }
  .about .enwr, .about .imgwr, .about .mask, .comtit .en, .product .imgbox-1, #bdshare { display: none; }
  .about .imgwr-m { display: block; }
  .about .conwr { margin: 0; padding: 30px 3%; width: 94%; background-color: #171926; }
  .about .conwr .con { line-height: 1.8; }
  .about .conwr .more { margin-top: 30px; width: 160px; line-height: 35px; }
  .performance { margin: 30px auto; }
  .comtit .cn { font-size: 20px; }
  .performance .main { margin-top: 0; }
  .performance .list .col { margin: 30px 0 0; width: 47%; }
  .performance .list .col:nth-child(2n) { margin-left: 6%; }
  .performance .col .ico { display: block; position: relative; margin: 0 auto; width: auto; max-width: 30%; }
  .performance .col .con { margin-left: 0; margin-top: 20px; text-align: center; }
  .performance .col .tit { font-size: 16px; }
  .product .box { width: 50%; }
  .product .conbox { padding: 30px 0; width: 100%; }
  .product .box .ttit { font-size: 26px; }
  .product .box .icon { bottom: 33px; }
  .product .imgbox-3 { display: inline-block; *display: inline; *zoom: 1 }
  .news { padding: 30px 0; }
  .news .swiper-slide { background-color: #f7f7f7; }
  .news .conwr { padding: 14px; }
  .choose { padding: 20px 0; }
  .choose .bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: 100%;
    -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);
  }
  .choose .main { opacity: 0.8; filter: alpha(opacity=80); }
  .choose .conwr { padding: 14px 50px 14px 14px; }
  .choose .conwr .tit { font-size: 18px; }
  .choose .conwr .con { font-size: 14px; }
  .choose .icowr { width: 40px; }
}