.head{position:fixed;top:0;left:0;width:100%;z-index:3000;background:rgba(0,0,0,.3);line-height:80px;height:80px;min-width:640px}
.logo{display:inline-block;float:left;line-height:80px;}
.logo img{max-height:60px;}
.guide{float:right;font-size:14px;color:#fff;line-height:80px;}
.guide a{float:left;margin-left:34px}
.guide a.active{background:url(../img/taa.png) no-repeat bottom center}
.cont{margin:0 auto;width:1200px}
.bg{clear:both;}
.home{text-align:center;padding:70px 0 50px}
.plam li{float:left;width:32%;margin-bottom:1.5%;position:relative;overflow:hidden;padding-bottom:38.4%;opacity:0}
.plam>li:first-child+li,.plam>li:first-child+li+li{width:66%;padding-bottom:38.4%}
.plam>li img{min-width:100%;position:absolute;top:0;left:0;height:100%;}
.plam li:first-child,.plam>li:first-child+li+li{margin-right:2%;clear:both;}
.plam li.active{opacity:1; -webkit-animation:bounceIn  1s 0.3s ease-in-out both;animation:bounceIn 1s  0.3s ease-in-out both;}
.polo li{float:left;width:32%;margin-bottom:1.5%;opacity:0}
.polo li.active{opacity:1; -webkit-animation:bounceInRight  1s 0.3s ease-in-out both;animation:bounceInRight 1s  0.3s ease-in-out both;}
.distance{height:50px;clear:both;}
.polo li:first-child{width:66%;margin-right:2%}
.polos{position:relative;float:left;width:100%;clear:both;}
a.left1{width:32px;height:32px;display:block;position:absolute;top:48%;margin-top:-16px;margin-left:-16px;left:4%;background:url(../img/lleft.png) no-repeat center center}
a.right1{width:32px;height:32px;display:block;position:absolute;top:48%;margin-top:-16px;margin-left:-16px;left:62%;background:url(../img/rright.png) no-repeat center center}
.diss,.oil{width:100%;}
.diss td{text-align:center;font-size:24px;color:#222; opacity:0;vertical-align:bottom;}
.diss td.active{opacity:1;-webkit-animation: fadeInUp  1.2s 0s ease-in-out both;animation: fadeInUp  1.2s 0s ease-in-out both;}
.diss img{max-width:100%;margin-bottom:20px}
.diss td span{font-size:18px;text-align:center;display:block;}
.oil td{text-align:center;font-size:16px;color:#fff;width:50%;vertical-align:top;opacity:0 }
.oil td.active{opacity:1;-webkit-animation: fadeInUp  1.2s 0s ease-in-out both;animation: fadeInUp  1.2s 0s ease-in-out both;}
.oil img{max-width:90%;margin-bottom:4%}
.store li{width:31.4%;float:left;margin-bottom:2%;background:#f8f8f8;text-align:center;margin-bottom:3%;opacity:0}
.store li.active{opacity:1;-webkit-animation: bounceInLeft  1.2s 0s ease-in-out both;animation: bounceInLeft  1.2s 0s ease-in-out both;}
.store li:nth-child(3n-1){margin-left:2.9%;margin-right:2.9%;;}
.store li dd{font-size:16px;color:#333;padding:18px 0;border:1px solid #ee493d;border:1px solid #f8f8f8;border-top:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.store li:hover dd{border-color:#ee493d;}
.team{position:relative; padding-bottom:52%;clear:both;opacity:0}
.team.active{-webkit-animation: bounceInRight  1.2s 0.3s ease-in-out both;animation: bounceInRight  1.2s 0.3s ease-in-out both;opacity:1}
.team li{position:absolute;top:13%;left:0;width:0%;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;cursor:pointer; overflow:hidden;}
.team li.ac1{z-index:10;width:50%}
.team li.ac2{z-index:30;left:17%;width:66%;position:absolute;box-shadow:0px 0px 20px rgba(0,0,0,.5);z-index:200;top:1%}
.team li.ac3{z-index:10;left:50%; width:50%}
.team li dd{position:absolute;bottom:0;left:0;width:100%;font-size:24px;color:#fff;padding:10px 0;background:rgba(0,0,0,.6);text-align:center}
.team li dd img{margin-right:20px}
.ctrls{text-align:center;padding-top:20px}
.ctrls a{margin:0 20px}
.maps{margin:0 auto;width:950px;position:relative;opacity:0}
.maps.active{-webkit-animation: bounceIn  1.2s 0.3s ease-in-out both;animation: bounceIn  1.2s 0.3s ease-in-out both;opacity:1}
.map img{width:100%;}
.gps li{position:absolute;padding-top:30px;font-size:18px;color:#fff;text-align:center;display:block;text-align:center;background:url(../img/gps.png) no-repeat top center;line-height:30px;width:60px;margin-left:-30px;margin-top:-30px}
.gps li:hover{-webkit-animation: flash  1.2s 0s ease-in-out both;animation: flash  1.2s 0s ease-in-out both;}
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1;-webkit-transform: translate3d(25px, 0, 0);}
  75% { -webkit-transform: translate3d(-10px, 0, 0);}
  90% {  -webkit-transform: translate3d(5px, 0, 0);}
  100% { -webkit-transform: none; }}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% { transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% { opacity: 0; transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1;transform: translate3d(25px, 0, 0);}
  75% { transform: translate3d(-10px, 0, 0);}
  90% {  transform: translate3d(5px, 0, 0);}
  100% { transform: none; }}
  @-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {  opacity: 0;     -webkit-transform: translate3d(3000px, 0, 0);}
  60% { opacity: 1;   -webkit-transform: translate3d(-25px, 0, 0);}
  75% {    -webkit-transform: translate3d(10px, 0, 0);}
  90% {   -webkit-transform: translate3d(-5px, 0, 0);}
  100% {  -webkit-transform: none;}}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% { transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {  opacity: 0;     transform: translate3d(3000px, 0, 0);}
  60% { opacity: 1;   transform: translate3d(-25px, 0, 0);}
  75% {    transform: translate3d(10px, 0, 0);}
  90% {   transform: translate3d(-5px, 0, 0);}
  100% {  transform: none;}}
@-webkit-keyframes flipInY {
  0% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-transition-timing-function: ease-in;opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);  -webkit-transition-timing-function: ease-in; }
  60% {  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);  opacity: 1;}
  80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% { -webkit-transform: perspective(400px);}}
@keyframes flipInY {
  0% {transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transition-timing-function: ease-in;opacity: 0; }
  40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg);  transition-timing-function: ease-in; }
  60% {  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);  opacity: 1;}
  80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% { transform: perspective(400px);}}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {opacity: 0;-webkit-transform: scale3d(.3, .3, .3);}
  20% {  -webkit-transform: scale3d(1.1, 1.1, 1.1);}
  40% { -webkit-transform: scale3d(.9, .9, .9); }
  60% {opacity: 1;  -webkit-transform: scale3d(1.03, 1.03, 1.03);}
  80% {-webkit-transform: scale3d(.97, .97, .97);}
  100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1);  }}  
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
  0% {opacity: 0;transform: scale3d(.3, .3, .3);}
  20% {  transform: scale3d(1.1, 1.1, 1.1);}
  40% { transform: scale3d(.9, .9, .9); }
  60% {opacity: 1;  transform: scale3d(1.03, 1.03, 1.03);}
  80% {transform: scale3d(.97, .97, .97);}
  100% { opacity: 1; transform: scale3d(1, 1, 1);  }}
@-webkit-keyframes rubberBand {
  0% { -webkit-transform: scale3d(1, 1, 1);}
  30% {-webkit-transform: scale3d(1.25, 0.75, 1);}
  40% {-webkit-transform: scale3d(0.75, 1.25, 1); }
  50% {  -webkit-transform: scale3d(1.15, 0.85, 1); }
  65% {-webkit-transform: scale3d(.95, 1.05, 1);}
  75% { -webkit-transform: scale3d(1.05, .95, 1);}
  100% {-webkit-transform: scale3d(1, 1, 1); }}
  @keyframes rubberBand {
  0% { transform: scale3d(1, 1, 1);}
  30% {transform: scale3d(1.25, 0.75, 1);}
  40% {transform: scale3d(0.75, 1.25, 1); }
  50% {  transform: scale3d(1.15, 0.85, 1); }
  65% {transform: scale3d(.95, 1.05, 1);}
  75% { transform: scale3d(1.05, .95, 1);}
  100% {transform: scale3d(1, 1, 1); }}
@-webkit-keyframes flash {
  0%, 50%, 100% {opacity: 1;}
  25%, 75% { opacity: 0;}}
@keyframes flash {
  0%, 50%, 100% {opacity: 1;}
  25%, 75% { opacity: 0;}}
  @-webkit-keyframes fadeInUp {
  0% { opacity: 0;-webkit-transform: translate3d(0, 100%, 0); }
  100% {opacity: 1; transform: none; }}
  @keyframes fadeInUp {
  0% { opacity: 0;transform: translate3d(0, 100%, 0); }
  100% {opacity: 1; transform: none; }}
.service{float:left;width:100%;position:relative;margin-bottom:2%} 
.service li{float:left;width:32%;position:relative;overflow:hidden;opacity:0}
.service li.active{opacity:1;-webkit-animation: bounceIn  1.2s 0s ease-in-out both;animation: bounceIn  1.2s 0s ease-in-out both;}
.service li .label2{display:block;padding-bottom:137%;position:relative;}
.service li label img{height:100%;position:absolute;left:0;top:0;min-width:100%;}
.service li dd{position:absolute;top:7px;left:7px;right:7px;bottom:7px;border:2px solid #fff}
.service li p{position:absolute;left:9px;right:9px;bottom:9px;color:#fff;background:rgba(0,0,0,.6);padding:15px 0;font-size:20px;text-align:center;}
.service li p img{margin-right:20px}
.service li .label3{padding-bottom:65%;display:block; position:relative;} 
.service li:first-child+li{margin-left:2%;margin-right:2%}
.service li:first-child+li+li+li{position:absolute;bottom:0;right:34%}
 .contact li{width:21.5%;padding:1%;background:#2c343b;text-align:center;float:left;color:#fff;margin-left:2%;margin-bottom:2%}
 #contact li{opacity:0}
 #contact li.active{opacity:1;-webkit-animation: bounceInLeft  1.2s 0s ease-in-out both;animation: bounceInLeft  1.2s 0s ease-in-out both;}
.contact li:first-child{margin-left:0} 
.contact li dd{font-size:20px;line-height:26px;height:54px;display:table-cell;vertical-align:middle;width:300px;padding-top:10px}
.contact li dd img{margin-right:12px}
.cinfo{width:100%;padding-bottom:100%;display:block;position:relative;}
.cinfo>img,.cinfo>.place{position:absolute;top:0;left:0;width:100%;height:100%;}
.foot{padding:30px 0;background:#2c343b;color:#fff;text-align:center;font-size:14px;color:#e5e5e5;border-top:5px solid #e83228}
.site{margin-bottom:10px}
.site span{padding:0 8px}
.banner{overflow:hidden;}
.anime{padding:5% 0;text-align:center;filter:alpha(opacity=0);opacity:0;-webkit-transition:all 1.5s  ease-out;transition:all 1.5s ease-out;-webkit-transform:scale(1.3); transform:scale(1.3); }
.banner.active .anime{filter:alpha(opacity=100);opacity:1;-webkit-transform:scale(1); transform:scale(1);}
.banner img{margin-top:80px;opacity:0;}
a.menu{float:right;z-index:4000;display:none;width:60px;height:60px;margin-top:10px}
a.menu b{height:8px;display:block;background:#fff;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;margin-top:4px;}
a.menu b.sp{margin-top:15px;}
a.menu b.mi{margin-top:15px;}
a.menu.active b{margin-top:25px;margin-bottom:-8px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
a.menu.active b.sp{margin-top:-8px; }
a.menu.active b.mi{margin-top:-8px;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.banner.active img{-webkit-animation: rubberBand  1.2s 1.5s ease-in-out both;animation: rubberBand  1.2s 1.5s ease-in-out both;opacity:1}
.step{text-align:center;font-size:0;}
.step li{width:226px;height:252px;display:inline-block;background:url(../img/xz2.png) no-repeat center center;position:relative;color:#fff;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;margin:20px 2% 3%}
.step li b{width:82px;height:92px;display:block;background:url(../img/no.png) no-repeat;font-size:34px;color:#fff;text-align:center;line-height:82px;left:50%;left:72px;top:-20px;position:absolute;}
.step li dd{height:252px;width:206px;display:table-cell;vertical-align:middle;font-size:20px;line-height:1.5;text-align:center;padding:0 10px}
.step li:hover{background:url(../img/xz1.png) no-repeat center center;color:#2c343b;background-size:cover;}
.prize li{width:23.5%;margin-right:2%;margin-bottom:2%;float:left;text-align:center;padding-bottom:10px;background:url(../img/rect.jpg) no-repeat bottom center}
.prize li:nth-child(4n){margin-right:0}
.prize li dd{font-size:18px;color:#2c343b;padding-top:10px;}
.prize li p{font-size:14px;color:#747474;}
.skill{width:100%;text-align:center;background:#f9f9f9}
.skill td{width:50%}
.mcover{width:100%}
.sdata{padding:0 7%}
.sdata dt{font-size:22px; color:#e83228}
.sdata dd{font-size:14px;line-height:1.6;color:#2c343b;padding:10px 0}
.sdata p{font-size:12px;line-height:1.3;color:#807f7f}
.say{font-size:16px;color:#fff;text-align:center;padding:10px 0;position:absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,.5);z-index:100}
.news li{float:left;width:48%;position:relative;margin-bottom:4%;}
.news li:nth-child(2n){margin-left:4%}
.link{width:60%;padding-bottom:45%;position:relative;display:block;overflow:hidden;overflow:hidden;}
.link img{position:absolute;left:0;top:0;height:100%;min-width:100%;-webkit-transform:scale(1);-webkit-transition:all 0.8s ease-out;transform:scale(1);transition:all 0.8s ease-out;}
.link:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.linfo{position:absolute;top:50%;right:0;padding:4%;background:#f9f9f9;box-shadow:0 0  5px rgba(0,0,0,.2);z-index:20;width:42%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.linfo dd{font-size:12px;line-height:20px;color:#666666;margin:10px 0 15px}
.linfo p{font-size:12px;line-height:20px;color:#666666;text-align:right;}
.linfo dt{font-size:18px;color:#2c343b;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4;padding-bottom:5px;background:url(../img/rin.jpg) no-repeat left bottom}
.ahead{color:#333;text-align:center;margin:60px 0 50px;background:url(../img/cu.png) no-repeat bottom center}
.ahead dt{font-size:24px; color:#333; }
.ahead dd{font-size:14px; color:#666666; padding:20px 0 40px}
.article{font-size:16px;line-height:1.5;color:#333333;text-indent:2em}
.article img{display:block;margin:20px auto;max-width:100%}
.share{font-size:16px;color:#333;text-align:right;padding:20px 0;line-height:40px;height:40px;}
.offer{background:url(../img/cu.png) no-repeat left bottom;padding:5% 0;width:100%;clear:both; margin-bottom:3%}
.offer table{width:100%;}
.offer td{width:48%;vertical-align:middle;font-size:0;letter-spacing:-5px}
.offer tr>td:first-child{padding-right:4%;width:52%}
.offer a.fi{width:30%;padding-bottom:30%;position:relative;overflow:hidden;display:inline-block;vertical-align:middle;letter-spacing:normal}
.offer a.fi img{position:absolute;top:0;left:0;height:100%;min-width:100%;}
.offer dt{font-size:16px;color:#e83228;margin-bottom:5%}
.offer dd{font-size:16px;color:#333;line-height:24px;text-indent:2em;text-align:justify;}
.offer dd a{color:#e83228;}
.oh{width:66%;display:inline-block;vertical-align:middle;letter-spacing:normal;margin-left:4%}
.condition li{width:31.4%;float:left;margin-right:2.9%;margin-bottom:2%}
.condition li:nth-child(3n){margin-right:0}
.condition li:nth-child(3n+1){clear:both;}
.condition li dd{font-size:16px;color:#2c343b;text-align:center;line-height:1.5;padding-top:4%}
.condition li dd b{color:#e83228}
.support li{width:32%;float:left;margin-right:2%;margin-bottom:2%;background:#ffffff}
.support li:nth-child(3n){margin-right:0}
.ninfo{padding:5% 5% 5px;}
.ninfo dt{font-size:22px;color:#2c343b;font-weight:bold;margin-bottom:5px}
.ninfo dd{font-size:16px;color:#2c343b;line-height:1.5;height:72px;overflow:hidden;}
.ninfo dd b{color:#e83228}
.process li{float:left;width:16%;margin-right:12%;text-align:center;margin-bottom:2%}
.process li:nth-child(4n){margin-right:0}
.process li img{width:100%}
.process li span{font-size:16px;line-height:1.5;color:#2c343b;padding-top:15px;display:block;}
.order li{float:left;width:30%;margin-right:5%; margin-bottom:4%;background:#fff}
.order li:nth-child(3n){margin-right:0}
.order li:nth-child(3n+1){clear:both;}
.order li dd{font-size:16px;color:#333;padding:4% 5%;}
.order li dd span{font-size:12px;color:#666666;display:block;}
.duct a{width:32%;float:left;margin-right:2%;margin-bottom:3%;background:#f7f7f7;box-shadow:0 0 6px rgba(0,0,0,.3)}
.duct a:nth-child(3n){margin-right:0}
.duct a dd{font-size:16px;color:#333;line-height:1.5;padding:10px 0;text-align:center;}
.duct a img{width:100%;height:288px}
.duct a dd span{display:inline-block;vertical-align:middle;padding-left:24px;background:url(../img/door1.png) no-repeat  left center;white-space:nowrap}
.duct a:hover dd span{background:url(../img/door2.png) no-repeat  left center}
.kind{text-align:center;font-size:20px;line-height:2;color:#2c343b;margin-bottom:40px}
.kind a{display:inline-block;padding:0 42px;border-radius:8px}
.kind a.active{background:#e83228;color:#fff}

 
@media screen and (max-width: 1200px) {
.cont{width:98%;margin:0 auto}
.owl-prev{left:2%;margin-left:0}
.owl-next{right:2%;margin-right:0}
.home{padding:5% 0 4%}
}
 
 
 @media screen and (max-width: 1000px) {
 .guide a{margin-left:25px}
 .distance{height:40px}
 .maps{width:100%;}
 .process li{width:23%;margin-left:1%;margin-right:1%}
 }
 
 

@media screen and (max-width: 800px) {
a.menu{display:block;float:right;}
.head{background:#e83228;}
#ad,.banner{margin-top:80px}
.guide{position:fixed;top:80px;right:-250px;width:250px;height:100%;color:#fff;background:#e83228;z-index:2000;box-shadow:0 3px 6px rgba(0,0,0,.2);overflow-y:auto;-webkit-transition:all 1s ease ;transition:all 1s ease }
.guide a{margin-left:0;display:block;text-align:center;float:none;font-size:20px;line-height:3;color:#fff;border-bottom:1px solid #f07b75}
.guide.active{color:#333;right:0}
.guide a.active{background:#fff;color:#e83228}
 .distance{height:30px}
 .service li{width:49%;}
  .service li:first-child{margin-bottom:2%}
 .service li:first-child+li{margin-left:0;clear:both;}
.service li:first-child+li+li{position:absolute;top:0;right:0}
 .service li:first-child+li+li+li{position:relative;right:0;}
.contact li{width:45%;margin-left:0;padding:2%}
.contact li:nth-child(2n){margin-left:2%}
.banner img{margin-top:0}
.duct a{float:left;width:49%}
.duct a:nth-child(3n){margin-right:2%}
.duct a:nth-child(2n){margin-right:0}
.prize li{width:49%}
.prize li:nth-child(2n),.prize li:nth-child(4n){margin-right:0%}
.step li{width:180px;height:201px;background-size:cover;}
.step li dd{width:180px;height:201px;font-size:24px}
.step li b{left:49px}
.news li{width:100%;}
.news li:nth-child(2n){margin-left:0}
.link{width:40%;padding-bottom:30%}
.linfo{width:60%}
 .process li{width:31%}
 .process li:nth-child(3n+1){clear:both;}
.condition li,.support li,.order li{width:49%;margin-right:2%;margin-bottom:2%}
.condition li:nth-child(3n),.support li:nth-child(3n),.order li:nth-child(3n){margin-right:2%}
.condition li:nth-child(2n),.support li:nth-child(2n),.order li:nth-child(2n){margin-right:0}
.condition li:nth-child(3n+1),.order  li:nth-child(3n+1){clear:none;}
.condition li:nth-child(2n+1),.support li:nth-child(2n+1),.order li:nth-child(2n+1),.prize li:nth-child(2n+1){clear:both;}
.store li{width:49%;}
.store li:nth-child(3n-1){margin-left:0;margin-right:0}
.store li:nth-child(2n){margin-left:2%}
.offer td{padding:10px 0;display:block;width:100%}
.offer tr>td:first-child{display:block;width:100%;padding-right:0}
.plam li{opacity:1; -webkit-animation:none!important;animation:none!important;}
#bg1 .home{opacity:1;-webkit-animation:none!important;animation:none!important;}
}



@media screen and (max-width: 640px) {
 .distance{height:20px}
.guide a{font-size:30px;}
.logo img{height:50px}
a.left1,a.right1{width:50px;height:50px;background-size:cover;position:static;margin:0 20px;display:inline-block;}
.controller{clear:both;text-align:center;padding-top:10px}
.diss td{font-size:26px}
.oil td,.store li dd,.service li p,.say{font-size:24px}
.oil td dd{padding:0 2%}
.ctrls img{width:50px}
.contact li dd{font-size:24px;line-height:30px;height:60px}
.foot{font-size:22px}
.kind a{font-size:26px;margin-bottom:15px}
.duct a dd span{font-size:26px;padding-left:0;background:none!important}
.pager li > a{width:64px;line-height:62px;font-size:26px}
.pager li > span{line-height:62px;}
.sdata p,.prize li p,.order li dd span{display:none;}
.sdata{padding:0 1%}
.sdata dt,.prize li dd,.share{font-size:24px;}
.sdata dd{font-size:22px;line-height:1.4;padding:0}
.sdata dd br{display:none;}
.ahead{margin:30px 0}
.ahead dt{font-size:32px;font-weight:bold;}
.ahead dd{font-size:24px;padding:10px 0 30px}
.article{font-size:28px;color:#222}
.share img{height:50px;}
.oh{width:68%;margin-left:2%}
.linfo{padding:10px 15px}
.offer dt{font-size:26px;font-weight:bold;margin-bottom:10px}
.offer dd{font-size:22px;line-height:1.4}
.linfo dt{font-size:26px;font-weight:bold;padding-bottom:0;background:none }
.linfo dd{font-size:24px;line-height:30px;height:90px;overflow:hidden;}
.linfo p{font-size:20px}
.condition li dd,.process li span{font-size:24px;line-height:1.4}
.ninfo dt{font-size:26px;}
.ninfo dd{font-size:24px;line-height:1.4;min-height:100px}
.order li dd{font-size:24px;padding:0px 15px;height:70px;width:300px;display:table-cell;vertical-align:middle;text-align:center;}

}

 





 