@charset "utf-8";
  body{ font-family: Arial, Helvetica, sans-serif; font-size: 18px;overflow-x: hidden; color: #333;font-display: swap;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0; }
input,select,textarea{font-size: 14px;border:none;margin: 0;padding: 0;}
img{border: 0 none;vertical-align: middle;}
a{color: #333;text-decoration:none;background-color:transparent;transition: 0.3s;}
a:hover{cursor: pointer; color:#ff9e2b;}
a:focus{outline:none;}
ul, li, dl, dt, dd{list-style: none outside none;}
*{ box-sizing: border-box; }
.owl-theme .owl-controls{ margin-top: 10px; text-align: center;} .owl-theme .owl-controls .owl-buttons div{ color: #FFF; display: inline-block; zoom: 1; *display: inline; margin: 5px;  padding: 3px 10px; font-size: 12px; -webkit-border-radius: 30px;  -moz-border-radius: 30px;  border-radius: 30px;  background: #869791;  filter: Alpha(Opacity=50); opacity: 0.5;}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{ filter: Alpha(Opacity=100); opacity: 1; text-decoration: none;} .owl-theme .owl-controls .owl-page{ display: inline-block; zoom: 1; *display: inline; }
.owl-theme .owl-controls .owl-page span{  display: block;  width: 12px;  height: 12px;  margin: 5px 7px;  filter: Alpha(Opacity=50); opacity: 0.5;  -webkit-border-radius: 20px;  -moz-border-radius: 20px;  border-radius: 20px;  background: #869791;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{ filter: Alpha(Opacity=100); opacity: 1;} .owl-theme .owl-controls .owl-page span.owl-numbers{  height: auto;  width: auto;  color: #FFF;  padding: 2px 10px;  font-size: 12px;  -webkit-border-radius: 30px;  -moz-border-radius: 30px;  border-radius: 30px;} .owl-item.loading{ min-height: 150px; background: url(//www.newparkrides.com/wp-content/themes/shentong/AjaxLoader.gif) no-repeat center center} .owl-carousel .owl-wrapper:after {  content: "."; display: block; clear: both;  visibility: hidden; line-height: 0; height: 0;} .owl-carousel{ position: relative; width: 100%;  -ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{ display: none;  position: relative; -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{  -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out;  -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out;  transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{ cursor: pointer;}
.owl-controls { -webkit-user-select: none;  -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none;  user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);} .grabbing { cursor:url(//www.newparkrides.com/wp-content/themes/shentong/grabbing.png) 8 8, move;} .owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility: hidden; -moz-backface-visibility:    hidden;-ms-backface-visibility:     hidden; -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0);} .owl-origin {-webkit-perspective: 1200px;-webkit-perspective-origin-x : 50%;-webkit-perspective-origin-y : 50%; -moz-perspective : 1200px;  -moz-perspective-origin-x : 50%;-moz-perspective-origin-y : 50%; perspective : 1200px;} .owl-fade-out { z-index: 10; -webkit-animation: fadeOut .7s both ease; -moz-animation: fadeOut .7s both ease; animation: fadeOut .7s both ease;}
.owl-fade-in { -webkit-animation: fadeIn .7s both ease; -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;} .owl-backSlide-out { -webkit-animation: backSlideOut 1s both ease; -moz-animation: backSlideOut 1s both ease; animation: backSlideOut 1s both ease;}
.owl-backSlide-in { -webkit-animation: backSlideIn 1s both ease; -moz-animation: backSlideIn 1s both ease; animation: backSlideIn 1s both ease;} .owl-goDown-out { -webkit-animation: scaleToFade .7s ease both; -moz-animation: scaleToFade .7s ease both; animation: scaleToFade .7s ease both;}
.owl-goDown-in {-webkit-animation: goDown .6s ease both;-moz-animation: goDown .6s ease both;animation: goDown .6s ease both;} .owl-fadeUp-in { -webkit-animation: scaleUpFrom .5s ease both; -moz-animation: scaleUpFrom .5s ease both; animation: scaleUpFrom .5s ease both;}
.owl-fadeUp-out {-webkit-animation: scaleUpTo .5s ease both; -moz-animation: scaleUpTo .5s ease both; animation: scaleUpTo .5s ease both;}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}
@font-face {font-family: "iconfont";
font-display: swap;
src: url(//www.newparkrides.com/wp-content/themes/shentong/fonts/iconfont.eot?t=1617874168396); src: url(//www.newparkrides.com/wp-content/themes/shentong/fonts/iconfont.eot?t=1617874168396#iefix) format('embedded-opentype'), url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
url(//www.newparkrides.com/wp-content/themes/shentong/fonts/iconfont.woff?t=1617874168396) format('woff'),
url(//www.newparkrides.com/wp-content/themes/shentong/fonts/iconfont.ttf?t=1617874168396) format('truetype'), url(//www.newparkrides.com/wp-content/themes/shentong/fonts/iconfont.svg?t=1617874168396#iconfont) format('svg'); }
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-phone_icon:before {
content: "\e661";
}
.icon-xiaoshi:before {
content: "\e62a";
}
.icon-baozhuang:before {
content: "\e633";
}
.icon-jindu:before {
content: "\e68d";
}
.icon-shengchanliucheng:before {
content: "\e605";
}
.icon-yuancailiao:before {
content: "\e66a";
}
.icon-yixuantubiao:before {
content: "\e668";
}
.icon-shanchu:before {
content: "\e669";
}
.icon-shenpizhinan:before {
content: "\e630";
}
.icon-riqi:before {
content: "\e60f";
}
.icon-dianhua:before {
content: "\e602";
}
.icon-chuanzhen1:before {
content: "\e853";
}
.icon-dizhi:before {
content: "\e64d";
}
.icon-custom-service:before {
content: "\e617";
}
.icon-yanfa:before {
content: "\e65f";
}
.icon-xiaoshi-:before {
content: "\e62e";
}
.icon-anzhuanggongju:before {
content: "\e60b";
}
.icon-design:before {
content: "\e64c";
}
.icon-weixiu:before {
content: "\e60d";
}
.icon-peixun:before {
content: "\e62d";
}
.icon-zhizao:before {
content: "\e735";
}
.icon-chanpin:before {
content: "\e667";
}
.icon-renwumiaoshu:before {
content: "\e660";
}
.icon-liaotian1:before {
content: "\e62f";
}
.icon-liangdian:before {
content: "\e601";
}
.icon-instagram:before {
content: "\e815";
}
.icon-001feiji-5:before {
content: "\e824";
}
.icon-annex:before {
content: "\ea36";
}
.icon-chanpinfenxi:before {
content: "\e612";
}
.icon-motianlun:before {
content: "\e7f9";
}
.icon-huangguanguanjun:before {
content: "\e71c";
}
.icon-liuyanjianyi:before {
content: "\e62c";
}
.icon-whatsapp:before {
content: "\f263";
}
.icon-gouwuchekong:before {
content: "\e600";
}
.icon--_youxiang:before {
content: "\e63e";
}
.icon-guojia:before {
content: "\e644";
}
.icon-twitter:before {
content: "\e89d";
}
.icon-youtube1:before {
content: "\e8d7";
}
.icon-zhuye:before {
content: "\e6c5";
}
.icon-facebook:before {
content: "\e6e5";
}
.icon-zuobiao:before {
content: "\e606";
}
.icon-youtube:before {
content: "\e6ab";
}
.icon-youxiang1:before {
content: "\e607";
}
.icon-dianhua1:before {
content: "\e61e";
}
.icon-original-whatapp:before {
content: "\e60c";
}
.icon-wechat:before {
content: "\e604";
}
.icon-mean_list:before {
content: "\e653";
}
.icon-liaotian:before {
content: "\e6a5";
}
.icon-fangdajing:before {
content: "\e603";
}
.icon-skype:before {
content: "\e707";
}
.icon-chuanzhen:before {
content: "\e616";
}
.icon-in:before {
content: "\e6f1";
}
.icon-dianhua2:before {
content: "\e60a";
}
.icon-666666-copy:before {
content: "\ec8d";
}
.iconfont:before{ display: block; margin:0 auto; }
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}   
.w_p_main{ background: #fff; overflow: hidden;  }
.main{ background: #fff; overflow: hidden; width: 100%;  }
.supp_war{ background: #f9f9f9; overflow: hidden; width: 100%; }
.warper{ width:1400px; margin:0 auto; position: relative;}
.backToTop{width:50px; height:50px; border-radius: 3px; background:#ff9e2b url(//www.newparkrides.com/wp-content/themes/shentong/images/icon_top.png) no-repeat center; background-size: 50%; cursor:pointer; position:fixed; right:30px; text-indent:9999px; z-index: 777; bottom:150px; color: #fff; transition: all .3s}
.backToTop:hover{ opacity: .9;}
header{ background: rgba(0,0,0,0.27); height: 90px; position: fixed; top: 0; left: 0; width: 100%; z-index: 999;}
.media { display: inline-block; margin-left: 30px; }
.media a{background: #fff; text-align: center; width: 50px; height: 50px; border-radius: 50px; line-height: 50px; margin: 0 4px; font-size: 25px; display:inline-block;}
.media a:first-child:hover{ background: #3a82d3; color: #fff; }
.media a:nth-of-type(4):hover{ background: #30afeb; color: #fff; }
.media a:nth-of-type(3):hover{ background: #0085b2; color: #fff; }
.media a:nth-of-type(2):hover{ background: #d20000; color: #fff; }
.media a:nth-of-type(5):hover{ background: #d93706; color: #fff; }
.f_copy{ background: #1c1c1c;  text-align: center; padding: 22px 0; margin-top: 42px; font-size: 16px;}
.f_copy p{ color: #fff; }
h6{ display: inline-block; font-weight: normal; }
#nav:after{  content: '';  display: block;  clear: both;}
#nav .warper{position: relative;}
.logo{ position: absolute; top: 12px; left:0; }
.logo img{height: 75px;}
.close-nav{position: fixed; top:0; left:0; width: 100%;height: 100%;background: #000;opacity: 0;visibility: hidden;transition: 0.5s;z-index: 888;}
.nav-open{transform: translateX(0);}
.close-open{opacity: 0.5;visibility: visible;}
.body-hidden{overflow: hidden!important;}
#nav .nav-button{width: 35px;height: 35px;border-radius: 3px;background: #65a342; color: #fff;position: absolute; left: 10px; top: 10px;line-height: 35px;text-align: center;font-size: 20px;}
#nav .nav-button i{ color: #fff; font-size: 22px; font-weight: 600; }
.position,.page_head{position: fixed;left: 0;right: 0; top: 0; z-index: 110;box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2); background: #fff;}
#nav .nav-button{display: none;}
nav{ float: right; margin-right: 166px;}
nav li{float: left;position: relative;padding: 0 20px;}
nav li>a{ color: #fff; position: relative;  padding: 37px 0 32px 0; display: block; text-align: center; transition:0.5s; font-size:18px;    text-transform: uppercase;}
nav li.on a,nav li:hover a{ color: #fff; }
nav li>a:after{ content: ''; position: absolute; bottom: 25px; left: 0; width: 0; transition: all 0.3s; height: 3px; background: #ff9e2b; }
nav dl{ opacity: 0; transition: opacity 1s ease;position: absolute; display: block; background: #fff; min-width: 120px; width: auto; top: 90px;  left:-9999px; z-index: 999;  }
nav dl dd{ display: block; position: relative; }
nav li dl dd a{ opacity: 1; background: transparent !important; color: #666 !important; display: block; padding: 13px 18px; text-align: left; white-space: nowrap;font-size:17px;}
nav li dl dd a:hover{ background: #ff9e2b !important; cursor: pointer; color: #fff !important;}
nav li:hover dl{ left: 25px; opacity: 1; }
nav dl dd div{position: absolute; left: 100%; top: 0; background:rgba(255,158,43,0.8); display: none;}
nav dl dd:hover div{display: block;}
nav dl dd div a{padding:15px 20px; color: #fff !important; border-bottom: none; font-size: 15px; }
nav dl dd div a:hover{ background: #ff9e2b; }
nav li:hover>a:after,nav li.on>a:after{ width: 100%; }
.nopre{ position: static; }
.menu_nav{position: absolute; display: none; top: 90px;right: 166px;width: 56%;background: #fff;padding: 20px;}
.menu_nav ul{ width: 100%; overflow: hidden; }
.menu_nav ul li{float: left;width: 25%;padding: 0;}
.menu_nav ul li a{text-align: left;padding: 13px 15px;text-transform: none;color: #222;font-size: 17px;}
.menu_nav ul li>a:after{ display: none; }
.menu_nav ul li>a:hover{ color: #fff; background: #ff9e2b; }
nav li:hover .menu_nav{ display: block; } .position nav li>a,.page_head nav li>a{ color: #222; }
.position .languagebox a,.page_head .languagebox a{ color: #222; }
.position .searchform button i,.page_head .searchform button i{ color: #fff; }
.position .languagebox ul,.page_head .languagebox ul{ background: url(//www.newparkrides.com/wp-content/themes/shentong/images/selectbg2.png) no-repeat 98% 15px #fff; }
.head_rcon{ position: absolute; width: 170px; right: 0; top: 5px; }
.languagebox{ margin-top: 41px; padding-left: 38px; float: left; width: 90px; position: relative; font-size: 20px; height: 26px; }
.languagebox i{ position: absolute; color: #2374bf; top: 4px; left: 0; font-size: 25px; }
.languagebox ul{ width:calc(100% - 38px); height: 32px; display: inline-block; background: url(//www.newparkrides.com/wp-content/themes/shentong/images/selectbg.png) no-repeat 98% 15px; vertical-align: middle; overflow: hidden; position: absolute; left:38px; top: 0; z-index: 55; }
.languagebox a{ line-height: 32px; color:#fff; font-family: segoeui_0; }
.languagebox:hover ul{height:auto; border-radius: 0; }
.search-button{ width: 34px; height: 34px; text-align: center; line-height: 34px;float: right; margin-top: 27px; }
.search-button i{ color: #2374bf; font-weight: bold; display: inline-block; font-size: 25px; cursor: pointer; }
.searchform{ height: 0; overflow: hidden;background:#2374bf;position: absolute; z-index: 55; right: 0; top:100px; width: 240px; transition: all .3s;box-shadow: 0px 0px 14px #858585;}
.searchform i{ font-size: 24px; color: #fff; }
.searchform input{ width: 90%; background:#6097c9; color: #fff; line-height:51px; padding-left:10px; float: left;margin-top: 6px; }
.searchform input:focus{outline: none;}
.searchform button{ width:54px; line-height:50px; background:#2374bf; border: 0; color: #fff; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.searchform input::-webkit-input-placeholder { color: #fff;}
.searchform input:-moz-placeholder { color: #fff;}
.quote-btn{float: right;margin-left: 10px;margin-top: 31px;}
.a-quote2{padding: 5px 10px;border: 2px solid #e62129;color: #fff;background: #e62129;font-size: 16px;font-weight: 600;border-radius: 20px;}
.a-quote2:hover{background: #fff; color: #e62129;}
.fixnav{position: fixed; right: 0; top:30%; z-index: 10;}
.fixnav li{ transition: all .3s; width: 40px; text-align: center; font-size: 12px; height: 40px; margin-bottom:1px; background: #ececed; position: relative; }
.fixnav li .ic{width: 40px; line-height: 40px; height: 40px; background: #bf0b24; position: relative; z-index: 2;}
.fixnav li a{color: #fff; transition: all .1s}
.fixnav li .iconfont{ font-size: 22px; }
.fixnav li:nth-of-type(3):hover .ic{ background: #3a82d3; }
.fixnav li:nth-of-type(4):hover .ic{ background: #30afeb; }
.fixnav li:nth-of-type(5):hover .ic{ background: #0085b2; }
.fixnav li:nth-of-type(6):hover .ic{ background: #fc1a1c; }
.fixnav li span{ line-height:40px; transition: all .3s; overflow: hidden; font-size: 16px; padding:0 10px; margin-right:40px; position: absolute; right:-600px; top:0; z-index: 3; width:200px; z-index: 0; text-align: left }
.fixnav li:hover span{display: block; right: 0; background: #bf0b24; color: #fff}
.f_lang{ width: 100%; overflow: hidden; background: #111; padding: 10px; }
.f_lang .lcon{ width: 50%; float: left; font-size: 22px; color: #fff; }
.f_lang .lcon *,.f_lang .rcon *{ vertical-align: middle; }
.f_lang .rcon{ width: 50%; float: right; text-align: right; font-size: 22px; color: #fff; }
.f_lang .lcon ul{ display: inline-block; margin-left: 34px; }
.f_lang .lcon ul li{ float: left; }
.f_lang .lcon ul li a{ display: inline-block; background: #fff; margin: 0 5px; font-weight: bold; width: 50px; height: 50px; line-height: 50px; text-align: center; border-radius: 50px; font-size: 18px; }
footer{ background: #222; padding-top: 60px; background-size: cover; position: relative; }
footer .footer{ overflow: hidden; }
footer .item1{ width:26%; float: left; }
footer h4 { color: #fff;  font-size: 36px; font-weight: normal; margin-bottom: 20px;}
footer .item h4 { margin-bottom: 23px; }
footer .item2{ float: left; width: 20%; margin-left: 4%; }
footer .item3{ width:25%; float: left;}
footer .item4{ width:21%; float: right; padding-left: 34px;  padding-top: 103px;display: inline-flex;}
.con_icon div{ margin-bottom: 12px; position: relative; color: #fff; line-height: 27px; font-size: 16px;}
.con_icon div a{ color: #fff; }
.con_icon div a:hover{ text-decoration: underline; }
.con_icon div span{  }
footer .copyright .media span{ color: #fff; font-size: 18px; text-transform: uppercase;}
.copyright{ background: #1a1a1a; overflow: hidden; text-align: center; }
.copyright .warper{ padding: 24px 0; }
.copyright p{ color: #737272; display: inline-block; }
.copyright p a{ color: #737272; }
.copyright p a:hover{ color: #fff; }
.click-wsp a{display: block;width: 50px;height: 50px;background: url(//www.newparkrides.com/wp-content/themes/shentong/images/click-whatsapp.png) no-repeat center;font-size: 0;background-size: contain;}
.footmenu{position:fixed;bottom:0;left:0;width:100%;z-index:5;max-width:1024px; display: none;}
.footmenu img{display:block}
.footmenu div.bgcolor{ clear:both;}
.footmenu div.con{position:absolute;bottom:0;left:0;width:100%; padding-bottom: 10px; background:#0d79bf;}
.footmenu a{color:#fff;font-size:16px; display:block;width:25%;text-align:center;float:left;position:relative}
.footmenu i{display:block;width:25px;height:25px;margin:6px auto 2px; font-size: 26px;}
#banner img{ width: 100%; display: block; }
#banner_home{ position: relative; }
#banner_home .owl-theme .owl-controls{ position: absolute; bottom: 40px; width: 100%;  }
#banner_home .owl-theme .owl-controls .owl-page span{ width: 48px; height: 5px; background: #fff; opacity: 1;}
#banner_home .owl-theme .owl-controls .owl-page.active span{ background: #258ee6;}
.cl{ clear: both; }
.changpic{ width: 100%; overflow: hidden; }
.changpic img{ width: 100%; transition: all 0.3s; }
footer .changpic{ width: 45%; overflow: hidden;margin-right: 5%; text-align: center;text-align: center;}
footer .changpic img{ width: 100%; transition: all 0.3s; }
footer .changpic h3{font-size: 18px;color: #fff;font-size: 18px;line-height: 2;}
.page_media{position:fixed;left: 1px;bottom: 200px;z-index: 100;}
.page_media .ico{cursor: pointer;;width: 76px;margin-bottom: 8px;height: 76px;display: block;border-radius: 5px;text-align: center;color: #006494;background: #fff !important;box-shadow: 0 4px 14px rgba(0,0,0,0.4);padding: 10px 0;font-size: 12px;}
.page_media .ico i{ font-size: 25px;}
.page_media a:hover{ text-decoration: none; }
.page_media .buycar{ background: #258ee6; transition: all .3s; position: relative;}
.page_media .buycar em{ background: #fff; color: #258ee6; font-size: 10px; line-height: 17px; font-weight: 600; font-style: normal; width: 15px; height: 15px; display: block; position: absolute; top: 10px; border-radius: 50%;  left: 30px; transition: all .3s; }
.page_media .buycar:hover em{display: none; }
.page_media .buycar .box{position: absolute;background: #fff;text-align: left;left: 60px;top: 0;color: #666;border:5px solid #258ee6;width: 250px;line-height: 24px;visibility:hidden;}
.page_media .buycar .box p{ background: #258ee6; color: #fff; text-align: center; padding:10px 0 ; margin-bottom: 12px; font-size: 20px; }
.page_media .buycar .box input{ margin: 20px 10px; cursor: pointer; font-size: 20px; font-style: normal; width: auto; border: 0; line-height: 25px; height: auto; padding: 8px 26px; background: #ff942c; color: #fff; border-radius: 25px; }
.page_media .buycar .box input:hover{opacity: .9;}
.page_media .buycar:hover .box{ visibility: visible; }
.page_media .buycar .box span{ display: block; overflow: hidden; padding: 0 12px ;line-height: 30px; color: #333; font-size: 16px; }
.page_media .buycar .box span i{ font-size: 16px; vertical-align: middle; display: inline-block; }
.page_media .buycar .box span i.icon-yixuantubiao,.top_procontact .con span.item i.icon-yixuantubiao{ color: #ff942c; display: inline-block; margin-right: 5px;}
.page_media .buycar .box span i.icon-shanchu,.top_procontact .con span.item i.icon-shanchu{ color: #ff942c; float: right; margin-top: 2px; cursor: pointer; }
.page_media .mail{background: #f4bb0c;position: relative;}
.page_media .whatapp{ background: #60bd84; position: relative;}
.page_media .liuyan{ background: #e45737; position: relative;}
.page_media div{font-size: 16px;position: absolute;transition: all 0s;color: #006494;background: #fff;top: 0;left: 76px;display: none;width: 220px;height: 76px;line-height: 76px;border-radius: 5px;box-shadow: 7px 0px 14px rgba(0, 0, 0, 0.4);} .page_media .mail:hover div,.page_media .whatapp:hover div{ display: block; }
.indoor a{display: inline-block;text-align: center;}
.indoor a img{width: 80%;}
.top_procontact{ position: fixed; top: 0;left: 0;  width: 100%; height: 100%; z-index: 100; display: none; }
.top_procontacts{ position: fixed; top: 0;left: 0;  width: 100%; height: 100%; z-index: 100; display: none; }
.top_procontact .bg{ background: rgba(0,0,0,.8); width: 100%; height: 100%; }
.top_procontact .con{ position: absolute; left:50%; margin-left: -350px;  overflow-y: auto; height: 60%; top:20%; background: #fff; border-radius: 8px; width:700px; }
.top_procontacts .bg{ background: rgba(0,0,0,.8); width: 100%; height: 100%; }
.top_procontacts .con{ position: absolute; left:50%; margin-left: -350px;  overflow-y: auto; top:20%; background: #fff; border-radius: 8px; width:700px; }
.top_procontacts .titss{ position: absolute; left:50%; margin-left: -350px;  overflow-y: auto;  top:20%; background: #fff; border-radius: 8px; width:700px; }
.con_popbox{ padding:0 30px 30px 30px; position: relative; }
.top_procontact .con b.tit{ font-size: 20px;  color: #333; margin-bottom: 12px; display: block; margin-top: 40px; }
.top_procontact .con span.item{ display: block; overflow: hidden; font-size: 16px; line-height: 30px; border-bottom: 1px solid #eee }
.top_procontact .con input{ width: auto; line-height: 26px; }
.top_procontacts .con b.tit{ font-size: 20px;  color: #333; margin-bottom: 12px; display: block; margin-top: 40px; }
.top_procontacts .con span.item{ display: block; overflow: hidden; font-size: 16px; line-height: 30px; border-bottom: 1px solid #eee }
.top_procontacts .con input{ width: auto; line-height: 26px; }
.pop_close{ width: 16px; height: 16px; cursor: pointer; position: absolute; right: 20px; top: -28px; cursor: pointer; }
.pop_close img{ width: 100%; transition: all 0.3s; }
.pop_close:hover img{ transform: rotate(360deg); }
.con_popbox ul li{ width:48%; float: left; margin:0 1% 15px 1%; overflow: hidden; position: relative; }
.con_popbox ul li font{ color: red; position: absolute; top: 11px; left: 5px; }
.con_popbox input[type=text],.con_popbox input[type=email],.con_popbox textarea{ line-height: 24px; font-family: Arial; width: 100%; display: block; border:1px solid #cecece; padding:8px 15px; color:#333;}
.con_popbox ul li:nth-of-type(5){ width: 98%; float: none; margin:25px auto; }
.con_popbox ul li:nth-of-type(6){ width: 100%; float: none; text-align: center; }
.con_popbox textarea{ resize: none; height: 90px; }
.con_popbox button{ border: none; cursor: pointer; margin: 0 auto; border-radius: 30px; font-style: italic; background: #fbaf3f; font-size: 20px; transition: all .3s; color: #fff; margin-left: 1%; padding: 10px 25px;font-weight: 600;}
.con_popbox button:hover{ opacity: .9 }
.con_popbox button span{ display: inline-block; margin-left: 10px; width: 32px; height: 32px; font-style: normal; line-height: 32px; text-align: center; border-radius: 32px; background: #fff; color: #ff942c; } .page_boxtit h1{ font-size:40px; text-align: center; color: #ff9e2b; font-weight: normal; } .in_hot{ background: #edf8ff; padding-top: 32px;}
.in_hottpic{ text-align: center; }
.hot_sale{ margin-top: 32px; position: relative; font-weight: 600; }
.hot_sale h3,.in_trustwar .lcon h4,.in_design h3,.in_exhibition h3,.in_newswar h3,.in_mess h3{ font-size: 56px; display: inline-block; color: #ff9e2b; text-transform: uppercase; font-family: Arial; }
.hot_more{ position: absolute; right: 0; width: 65px; top: 20px; text-transform: uppercase; }
.hot_sale ul{ float: right; display: inline-block; padding-right: 80px; margin-top: 20px; }
.hot_sale ul li{ float: left; padding: 0 22px; }
.hot_sale ul li.on a{ color: #ff9e2b; }
.in_prolistwar .inpro_list.on{ display: flex;flex-wrap: wrap; }
.inpro_list{ width: 100%; overflow: hidden; padding: 3px; margin-top: 25px; display: none; }
.inpro_lists{display:flex;flex-wrap: wrap;}
.inpro_list li{  width: 23.5%; margin-right: 2%; margin-bottom: 32px; }
.inpro_list li:nth-of-type(4n){ margin-right: 0; }
.pro_item{ position: relative; overflow: hidden; }
.pro_item .changpic img:hover{ transform: scale(1.15); }
.pro_text{position: absolute; z-index: 2; bottom: 0px; left: 0; padding: 15px; width: 100%; text-align: center; background: rgba(255, 255, 255, 0.9);}
.pro_text p{ font-size: 20px; line-height: 28px; overflow: hidden; height: 28px; font-weight: 600;}
.pro_show{ position: absolute; transition: all 0.3s; text-align: center; top: -100%; left: 0; width: 100%; height: 100%; background: rgba(0,23,46,0.62); padding: 55px 18px 0 18px; }
.pro_show p{ line-height: 25px; height: 50px; overflow: hidden; color: #fff;  }
.pro_show h6{ margin-top: 18px; cursor: pointer; font-size: 18px; background: #ff9e2b; width: 85%; color: #fff; padding: 7px; text-align: center; }
.pro_show h6 i{ display: inline-block; margin-right: 6px; font-size: 30px; font-weight: normal; }
.pro_show h6 *{ vertical-align: middle; }
.pro_show a{ display: inline-block; margin-top: 35px; padding: 10px 20px; background: #fff; border-radius: 8px; text-transform: uppercase; }
.pro_show a:hover{ background: #ff9e2b; color: #fff; }
.pro_item:hover .pro_show{ top: 0; }
.pro_item:hover .pro_text p{ color: #333; }
.pop_war{ display: none; position: fixed; width: 300px; height: 150px; top: 50%; margin-top: -75px; border-radius: 8px; text-align: center; background: #fff; color: rgb(51, 51, 51); z-index: 100; left: 50%; margin-left: -150px; border: 2px solid #ff942c; }
.pop_war i{ font-size: 25px; color: #ff942c; display: inline-block; }
.sure{ color:#fff; padding: 3px 15px;background: #ff942c; }
.sure:hover{ color: #fff; opacity: 0.85; }
.in_trust{ background: #edf8ff; padding-top: 38px; }
.in_trust h3{ font-size: 36px; font-family: impact; text-transform: uppercase; letter-spacing:2px; text-align: center; color: #ff9e2b; font-weight: normal; }
.in_trustwar{ position: relative; background: url(//www.newparkrides.com/wp-content/themes/shentong/images/in_trustbg.jpg) no-repeat top left; background-size: cover;  padding: 160px 0 198px 0; }
.in_trustwar .lcon{ width: 50%; }
.in_trustwar .lcon p{ color: #fff; margin-top: 12px; font-size: 34px; line-height: 48px; font-family: SEG_r; }
.in_trustwar .lcon span{ color: #fff; font-size: 20px; line-height: 37px; display: block; margin-top: 28px; }
.in_trustvideo{ position: absolute; top: -16px; z-index: 66; cursor: pointer; right: 0; width: 894px; }
.in_qicon{ background: #f9f9f9; padding: 34px 0 25px 0; }
.in_qicon ul{ width: 100%; overflow: hidden; }
.in_qicon ul li{ float: left; width: 33.333%; text-align: center; padding: 0 2%; }
.in_qicon ul li h6{ background: url(//www.newparkrides.com/wp-content/themes/shentong/images/in_qqicon.png) no-repeat; font-size: 40px; font-weight: normal; color: #fff; width: 83px; height: 83px; text-align: center; line-height: 83px; }
.in_qicon ul li p{ margin-top: 12px; line-height: 25px; color: #000;  }
.in_design{ background: url(//www.newparkrides.com/wp-content/themes/shentong/images/design_bg.jpg) no-repeat #f9f9f9; padding: 65px 0 45px 0; }
.in_design h3{ text-align: center; display: block; }
.des_pp{ text-align: center; color: #568491; font-size: 24px; }
.in_designwar{ margin-top: 32px; width: 100%; overflow: hidden; }
.in_designwar li{ width: 33.333%; float: left; height: 564px; transition: all 0.3s; }
.in_desitem{ position: relative; }
.design_pic{ display: flex;justify-content: center;align-items: center; height: 564px;overflow: hidden; }
.design_text{ position: absolute; transition: all 0.3s; width: 100%; background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5),rgba(0,0,0,1));  left: 0; bottom: 0; padding:120px 32px 35px 32px; }
.design_text p{ font-size: 30px; line-height: 36px; color: #fff; text-transform: uppercase; }
.in_designwar li.on{ width: 100%; }
.in_designwar li.cur{ width: 0; }
.in_exnews{ padding-top: 70px; background: url(//www.newparkrides.com/wp-content/themes/shentong/images/in_newsbg.jpg) no-repeat #f9f9f9 top right; }
.in_exnewsbox{ width: 100%; overflow: hidden; }
.in_exnewsbox .lcon{ width: 50%; float: left; padding-right: 52px; }
.in_exnewsbox .rcon{ width: 50%; float: right; padding-left: 25px; }
.in_exswiper,.in_newscon{ margin-top: 35px; position: relative; }
.in_exbox{ position: relative; }
.in_extext{ width: 100%; position: absolute; bottom: 0; left: 0; padding: 18px 20%; background: rgba(255,158,43,0.79); }
.in_extext p{ color: #fff; font-size: 22px; line-height: 25px; height: 50px; text-align: center; overflow: hidden;}
.in_exswiper .owl-theme .owl-controls{text-align: left; position: absolute; bottom: 55px; left: 0; width: 100%; z-index: 55; }
.in_exswiper .owl-controls .owl-buttons{ position: relative; }
.in_exswiper .owl-controls .owl-buttons div{ transition: all 0.3s; opacity: 1; background: url(//www.newparkrides.com/wp-content/themes/shentong/images/ex_right.png) center center no-repeat; border-radius: 30px;  position: absolute; height: 23px; width: 27px; }
.in_exswiper .owl-controls .owl-buttons .owl-prev{ text-indent: -9999em; left: 50px; transform: rotate(180deg);}
.in_exswiper .owl-controls .owl-buttons .owl-next{ text-indent: -9999em;  right: 50px;  }
.in_exswiper .owl-controls .owl-buttons div:hover{ background: url(//www.newparkrides.com/wp-content/themes/shentong/images/ex_right.png) center center no-repeat; }
.in_newscon{ height: 497px; overflow: hidden; }
.in_newscon ul li{ margin-bottom: 38px; }
.news_item{ overflow: hidden; }
.news_item .n_lcon{ width: 249px; float: left; }
.news_item .n_rcon{ margin-left: 249px; padding: 0 0 0 20px; }
.news_item .n_rcon h5{ font-size: 22px; color: #ff9e2b; height: 50px; font-weight: normal; line-height: 25px; overflow: hidden; }
.news_item .n_rcon p{ line-height: 26px; color: #333; height: 52px; overflow: hidden; margin-top: 5px; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news_item .n_rcon span{ display: block; margin-top: 6px; }
.news_item:hover .changpic img{ transform: scale(1.15); }
.in_mess{ background: #f9f9f9; padding: 55px 0 134px 0; }
.in_messbox{ margin-top: 30px; background: #d8e7f4; padding: 40px 550px 40px 40px; position: relative; }
.infoform{overflow:hidden; }
.infoform p{ line-height: 28px; }
.infoform form{ margin-top: 28px; }
.infoform li{width: 48.5%; float: left; position: relative; margin-bottom: 16px;}
.infoform li:nth-child(even){margin-left: 3%;}
.infoform li:last-child{width: 100%;}
.infoform li font{position: absolute; left: 10px; top: 17px;}
.infoform input,.infoform textarea{width: 100%; border-radius: 5px; color: #333; font-family:segoeui_0; background:#fff; border:none; font-size:18px; line-height: 22px; padding: 11px 12px; }
.infoform textarea{ height: 86px; resize: none; }
.infoform form input::-webkit-input-placeholder,.infoform form textarea::-webkit-input-placeholder { color: #666;}
.infoform form input:-moz-placeholder,.infoform form textarea:-moz-placeholder {color: #666;}
.infoform form button{ color: #fff; border-radius: 3px; margin-top: 8px; background: #ff9e2b;   height: 40px;  font-size: 18px; border:0;padding: 0 30px;}
.infoform form button:hover{ opacity: .85; cursor: pointer; }
.infoform form button i{ display: inline-block; font-size: 20px; }
.mess_war{ background: #4b6d8b; position: absolute; width: 425px; right: 48px; top: -40px; padding: 38px 20px 46px 20px; }
.mess_park li{ padding-left:35px; position: relative; color: #fff; margin-bottom: 12px;  }
.mess_park li p{ font-size: 24px; }
.mess_park li span{ line-height: 26px; margin-top:6px; display: block; }
.mess_park li i{ position: absolute; top: 4px; left: 0; color: #fff; font-size: 25px; }
.mess_btn{ background: #fff; padding: 15px; margin-top: 18px; }
.mess_btn li{ margin-bottom: 15px; }
.mess_btn li:last-child{ margin-bottom: 0; }
.mess_btn li a{ display: block; font-weight: bold; text-align: center; width: 100%; background: #009fe9; color: #fff; padding: 8px 0; border-radius: 5px; }
.mess_btn li a i{ display: inline-block; font-weight: normal; margin-right: 5px; }
.mess_btn li:nth-of-type(2) a{ background: #ffb200; }
.mess_btn li:nth-of-type(3) a{ background: #d93706; }
.mess_btn li a:hover{ opacity: 0.85; }
.in_logo{ padding: 34px 0 38px 0; background: #f0f0f0; }
.in_logo p{ font-size: 30px; text-align: center; }
.in_logoswiper{ margin-top: 25px; position: relative; }
.in_logoswiper .item{ margin: 0 40px; }
.in_logoswiper .owl-theme .owl-controls{text-align: left; position: absolute; top: 25%; left: 0; width: 100%; z-index: 55; }
.in_logoswiper .owl-controls .owl-buttons{ position: relative; }
.in_logoswiper .owl-controls .owl-buttons div{ transition: all 0.3s; opacity: 1; background: url(//www.newparkrides.com/wp-content/themes/shentong/images/right.png) center center no-repeat; border-radius: 30px;  position: absolute; height: 38px; width: 23px; }
.in_logoswiper .owl-controls .owl-buttons .owl-prev{ text-indent: -9999em; left: -50px; transform: rotate(180deg);}
.in_logoswiper .owl-controls .owl-buttons .owl-next{ text-indent: -9999em;  right: -50px;  }
.in_logoswiper .owl-controls .owl-buttons div:hover{ background: url(//www.newparkrides.com/wp-content/themes/shentong/images/right.png) center center no-repeat; }
.in_logoswiper .item:hover .changpic img{ transform: scale(1.15); } .subbanner{ position: relative; margin-top: 90px;}
.subbanner img{ width: 100%; display: block; }
.positionline{ padding: 18px 0; position: relative; color: #666; }
.positionline a{ margin:0 5px; color: #666; }
.positionline a:hover{ color: #ff9e2b; }
.positionline i{ display: inline-block; color: #ff9e2b; font-size: 25px; } .bigbg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.allhide{ display: none; }
.getbox{ width: 800px; background: #fff;  position: absolute; top: 20%; left: 50%; margin-left: -400px; }
.ab_box{ padding: 20px 0 0 0; }
.ab_nav{ width: 100%; margin-bottom: 75px; overflow: hidden; background: #ea6c46; padding: 18px 0; }
.ab_nav li{ float: left; position: relative; width: 20%; text-align: center; }
.ab_nav li a{ color: #fff; text-transform: uppercase;  }
.ab_nav li:after{ content: ''; height: 30px; width: 2px; background: #f5b6a3; position: absolute; top: 0; right: 0; }
.ab_nav li a:hover,.ab_nav li.on a{ color: #fff600; }
.ab_prodigy{ width: 100%; overflow: hidden; }
.prodigy_war{ width: 100%; overflow: hidden; }
.ab_prodigy .lcon{ width: 50%; float: left; padding-right: 55px; }
.ab_prodigy .rcon{ width: 50%; float: right; padding-left: 12px; }
.ab_font{ font-size: 40px; color: #ff9e2b;  }
.ab_prodigy .rcon h6{ font-weight: normal; font-size: 22px; }
.prodigy_pp p{ line-height: 30px; margin-top: 5px;font-size: 16px; }
.prodigy_text{ margin-top: 24px; }
.prodigy_text p{ line-height: 30px; }
.ab_ch{ margin-top: 42px; }
.ab_icon{ background: #f0f7fd; padding: 64px 0 58px 0; }
.ab_icon ul{ width: 100%; overflow: hidden; }
.ab_icon ul li{ float: left; width: 33.333%; padding: 0 1%; text-align: center; }
.ab_icon ul li i{ color: #428bca; font-size: 80px; }
.ab_icon ul li h4{ font-size: 30px;  margin-top: 26px; }
.ab_icon ul li p{ line-height: 31px; margin-top: 20px; }
.ab_ser{ background:#f0f7fd; position: relative; }
.ab_ser .warper{ position: absolute; left: 50%; margin-left: -700px; top: 0; }
.ab_sertext{ position: absolute; width: 1024px; top: 50px; right: 0; background: rgba(108,190,231,0.97); padding: 46px; }
.ab_sertext .ab_font{ color: #fff; }
.ser_text{ margin-top: 6px; }
.ser_text p{ color: #fff; line-height: 34px; }
.ser_li{ width: 100%; overflow: hidden; margin-top: 40px; }
.ser_li li{ display: inline-block; position: relative; vertical-align: top; line-height: 26px; width: 49%; color: #fff; padding: 0 24px; margin-bottom: 10px; }
.ser_li li:after{ content: ''; width: 9px; height: 9px; background: #fff; position: absolute; top: 9px; left: 0; }
.ab_cer{ padding: 58px 0 110px 0; background: #f9f9f9; }
.ab_cer .ab_font{ text-align: center; }
.ab_cer p{ line-height: 35px; text-align: center; margin-top: 25px; }
.ab_cerswiper{ margin-top: 35px; position: relative; }
.ab_cerswiper .item{ margin: 0 15px; box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2); }
.ab_cerswiper .owl-carousel .owl-wrapper-outer{ padding: 5px; }
.ab_cerswiper .owl-controls .owl-buttons{ position: relative; }
.ab_cerswiper .owl-theme .owl-controls{text-align: left; position: absolute; top: 38%; left: 0; width: 100%; z-index: 55; }
.ab_cerswiper .owl-controls .owl-buttons div{ transition: all 0.3s; opacity: 1; background: url(//www.newparkrides.com/wp-content/themes/shentong/images/right.png) center center no-repeat; border-radius: 30px;  position: absolute; height: 38px; width: 23px; }
.ab_cerswiper .owl-controls .owl-buttons .owl-prev{ text-indent: -9999em; left: -50px; transform: rotate(180deg);}
.ab_cerswiper .owl-controls .owl-buttons .owl-next{ text-indent: -9999em;  right: -50px;  }
.ab_cerswiper .owl-controls .owl-buttons div:hover{ background: url(//www.newparkrides.com/wp-content/themes/shentong/images/right.png) center center no-repeat; } .faq_war{ padding: 22px 0 68px 0; }
.faq_tit{ text-align: center; font-size: 56px;  color: #ff9e2b; }
.faq_desc{ margin-top: 15px; text-align: center; line-height: 35px;  }
.lis_faq{ overflow: hidden; margin-top: 25px;  }
.lis_faq li{ width:49%; display: inline-block; margin-right: 1.5%; vertical-align: top; background: #f0f7fd; padding:24px 58px 21px 32px; margin-bottom: 40px; transition: all 0.8s;  overflow: hidden;}
.lis_faq li:nth-of-type(even){ margin-right: 0; }
.lis_faq li h3{font-size: 18px; min-height: 28px; position: relative; line-height: 25px; padding:0 0 0 40px;}
.lis_faq li h3:after{ content: ''; position: absolute; left: 0; top: 0; width: 29px; height: 25px; background:url(//www.newparkrides.com/wp-content/themes/shentong/images/icon_faq.png) no-repeat left top; background-size: cover; }
.lis_faq .a{ margin-top: 15px; padding-left: 40px; position: relative;  height: 116px; overflow: hidden; }
.lis_faq .a p{ height: ; line-height:27px; min-height: 81px;  color: #222; }
.lis_faq li:hover{ background: #ff9e2b; }
.lis_faq li:hover h3,.lis_faq li:hover .a p{ color: #fff; }
.lis_faq li:hover h3:after{ background:url(//www.newparkrides.com/wp-content/themes/shentong/images/icon_faq2.png) no-repeat left top; background-size: cover; } .pro_listbox{ padding: 18px 0 90px 0; }
.pro_nav{ padding: 14px; margin-top: 25px;  width: 100%; overflow: hidden; display: flex;flex-wrap: wrap;justify-content: center;}
.pro_nav li{ margin: 5px; }
.pro_nav li a{  padding: 8px 3px; width: 100%; display: block; text-align: center; border: 1px solid #6cbee7;border-radius:20px;padding:5px 10px;font-size: 16px;}
.pro_nav li a.on,.pro_nav li a:hover{ background: #f39800; color: #fff;border: 1px solid #f39800;}
.pro_nav li:last-child a{ background: url(//www.newparkrides.com/wp-content/themes/shentong/images/icon-cp.png) no-repeat left center;padding-left: 38px;background-size: 32px;}
.pro_nav li:last-child a:hover{background-color: #f39800;}
.pro_btnwar{ background: #d8e7f4; padding: 20px 30px;margin-top: 24px; }
.pro_btnwar p{ text-align: center; line-height: 29px;  }
.pro_btnxs{ width: 100%; overflow: hidden; margin-top: 35px; }
.pro_btnxs li{ float: left; width: 27%; margin: 0 3%; }
.pro_btnxs li a{ display: inline-block; color: #fff; padding: 10px; width: 100%; text-align: center; background: #009fe9; font-size: 20px;   }
.pro_btnxs li:nth-of-type(2) a{ background: #ff9e2b; }
.pro_btnxs li:nth-of-type(3) a{ background: #d93706; }
.pro_btnxs li a:hover{ opacity: 0.85; }
.discount_pic{ margin-top: 45px; }
.pro_list{ width: 100%; overflow: hidden; margin-top: 44px; }
.pro_list li{ float: left; width: 31.3%; margin-right: 3%; margin-bottom: 36px; }
.pro_list li:nth-of-type(3n){ margin-right: 0; } .digg4{ text-align:center; font-size: 17px; font-weight: bold; margin-top: 25px;}
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:40px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; background: transparent; border: 1px solid #999; height:40px; line-height: 40px; color:#cecece; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover,.digg4 span:hover.miy { color:#fff; background:#ff9e2b; border: 1px solid #ff9e2b; }
.digg4 span.disabled { font-size: 31px; line-height:27px; font-weight: normal;  background: transparent; color: #999;}
.digg4 a{ border: 1px solid #999; color: #666; }
.digg4 span.miy{ font-size: 31px; line-height: 27px; font-weight: normal; color: #999; }  .supp_box{ padding: 35px 0 0 0; }
.supp_nav{ width: 100%; overflow: hidden; }
.supp_nav li{ float: left; margin-right: 46px; }
.supp_nav li:last-child{ margin-right: 0; }
.supp_nav li a{ padding: 8px 96px; border-radius: 3px; display: inline-block; border: 2px solid #6cbee7;  }
.supp_nav li a:hover,.supp_nav li.on a{ background: #6cbee7; color: #fff;  }
.sucess_pic{ margin-top: 28px; }
.supp_case{ margin-top: 48px; }
.supp_tit{ text-transform: uppercase; color: #ff9e2b; text-align: center; font-size: 36px; }
.supp_cer{ padding-top: 0; padding-bottom: 0; }
.supp_com ul{ margin-top: 38px; }
.supp_com ul li{ width: 20%; }
.supp_com ul li p{  }
.supp_help{ margin-top: 45px; }
.helppic{ margin-top: 25px; }
.supp_box .in_mess .supp_tit{ text-align: left;  }
.process_war{ padding: 40px 0 84px 0; }
.process_war h5{ text-align: center;  color: #ff9e2b; font-size: 30px; }
.process_li{ margin-top: 38px; width: 100%; overflow: hidden; }
.process_li li{ float: left; width: 20%; text-align: center; cursor: pointer; }
.process_li li h6{ font-size: 50px; }
.process_li li p{ margin-top: 10px;  text-transform: uppercase; }
.process_li li.on{ color: #ff9e2b; }
.process_block{ margin-top: 35px; }
.pro_cessitem{ width: 100%; background: #ff9e2b; overflow: hidden; display: none; }
.pro_cessitem.on{ display: block; }
.ce_lcon{ float: left; width: 50%; position: relative; }
.ce_rcon{ float: right; width: 50%; padding: 65px 34px 0 42px; color: #fff; }
.ce_lcon h4{ color: #ff9e2b; font-size: 66px; position: absolute; top: 10px; right: 28px; }
.ce_rcon h3{ font-size: 48px; }
.cess_text{ margin-top: 20px; }
.cess_text p{ line-height: 35px; }
.after_box{ margin-top: 20px; width: 100%; overflow: hidden; }
.after_box .af_lcon{ width: 50%; float: left; padding-right: 46px; }
.after_box .af_rcon{ margin-left: 50%; }
.af_ul li{ margin-bottom: 30px; transform-style: preserve-3d; margin-left: 10px; position: relative; padding: 23px 20px 28px 46px; border-radius: 8px; background: #ff9e2b; color: #fff; line-height: 31px; }
.af_ul li:before{ content: ''; z-index: -1; transform: translateZ(-1px); width: 100%; position: absolute; bottom: -10px; left: -10px; height: 100%; border-radius: 8px; background: #ffe1bd; }
.af_ul li:nth-of-type(2){ background: #6cbee7; }
.af_ul li:nth-of-type(2):before{ background: #bae0f4; }
.af_ul li:nth-of-type(3){ background: #6bb9b9; }
.af_ul li:nth-of-type(3):before{ background: #b9dede; }
.af_ul li:after{ content: ''; width: 21px; height: 21px; background: url(//www.newparkrides.com/wp-content/themes/shentong/images/af_icon.png) no-repeat; position: absolute; top: 28px; left: 14px; } .case_box{ padding-top: 25px; }
.case_list{ width: 100%; overflow: hidden; margin-top: 36px; }
.case_list li{ float: left; width: 32%; margin-right: 2%; margin-bottom: 38px; }
.case_list li:nth-of-type(3n){ margin-right: 0; }
.caseli_item{ position: relative; padding-bottom: 68px; }
.caseli_text{ position: absolute; transition: all 0.5s; overflow: hidden; background: #fff; bottom: 0; left: 0; width: 100%; padding:20px 18px; }
.caseli_text p{ font-size: 20px;  height: 28px; line-height: 28px; overflow: hidden; }
.caseli_text span{ font-size: 16px; line-height: 26px; display: block; overflow: hidden; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 4; height: 0; transition: all 0.3s; color: #fff; }
.caseli_item:hover .caseli_text{ height: auto; background: #6cbee7; color: #fff; }
.caseli_item:hover .caseli_text span{ height: 104px; margin-top: 10px; }
.caseli_item:hover .changpic img{ transform: scale(1.15); }
.case_mess{ background: #f0f7fd; } .news_box{ padding-bottom: 68px; }
.news_list{ width: 100%; overflow: hidden; margin-top: 20px; }
.news_list li{ margin-bottom: 28px; }
.newsli_item{ position: relative; background: #fff; padding: 26px 32px; overflow: hidden; }
.newsli_item .n_top{ position: absolute; top: 0; left: 0; z-index: 55; width: 100px; height: 94px; background: url(//www.newparkrides.com/wp-content/themes/shentong/images/n_top.png) no-repeat; }
.newsli_item a{ display: inline-block; }
.newsli_item .lcon{ float: left; width: 427px; }
.newsli_item .rcon{ margin-left: 427px; padding-left: 66px; }
.newsli_text{ padding-top: 25px; }
.newsli_text h2{font-size: 20px; margin-top: 5px;  height: 32px; line-height: 32px; overflow: hidden;}
.newsli_text em{ font-size: 20px; color: #333; font-style: normal; display: inline-block; }
.newsli_text em i{ font-size: 22px; display: inline-block; margin-right: 8px; }
.newsli_text p{ font-size: 18px; line-height: 26px; height: 52px; overflow: hidden; color: #666; margin-top: 16px; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.newsli_text span{ display: inline-block; background: #6cbee7; color: #fff; margin-top: 32px; width: 192px; height: 48px; line-height: 46px; text-align: center; font-size: 18px;  }
.newsli_item:hover .changpic img{ transform: scale(1.15); }
.newsli_item:hover .newsli_text span{ background: #00a2e9; color: #fff; }
.newsli_item:hover .newsli_text h2{ color: #00a2e9; } .pro_gdbox{ width: 100%; margin-bottom: 25px; margin-top: 28px; overflow: hidden; }
.pro_gdbox .prolcon{ width: 760px; float: left; }
.pro_gdbox .prorcon{ margin-left: 774px; background: #fff; padding: 24px 38px 36px 38px; }
.propicflash{ width: 100%; position: relative;  }
.propicflash .big{ width: 79%; float: left; position: relative; background: #fff;   }
.propicflash .big img{ width: 100%; }
.propicflash .small{ width: 18.9%; float: right; }
.propicflash .small div.on{display: block;border:2px solid #ff9e2b;}
.propicflash .small div{ background: #fff; border: 2px solid #fff; width: 100%; margin-bottom:8px; cursor: pointer;}
.propicflash .small div:last-child{margin-bottom: 0}
.propicflash .small div img{ width: 100%; }
.moveBox{ width: 100px; height: 100px; background: rgba(222,0,0,0.4); position: absolute; top: 0; left: 0; display: none;  cursor: move;}
.magBox{ width: 340px; background: #fff; height: 340px; border: 1px solid #bfbfbf; display: none; position: absolute; left: 79%; z-index: 66; overflow: hidden; }
.fangda_icon{ width: 30px; height: 30px; position: absolute; right: 22px; bottom: 22px; z-index: 66; }
.fangda_icon i{ font-size: 30px; }
.magBox img{ position: absolute; top: 0; left: 0;}
.pro_gdbox .prorcon h2, .pro_gdbox .prorcon h1{ font-size: 30px; color: #ff6b01;  position: relative;  }
.pro_video{ border-radius: 8px; overflow: hidden; margin-top: 12px; }
.share{ margin-top: 25px; font-size: 20px; color: #ff6b01;  }
.share *{ vertical-align: middle; }
.addthis_inline_share_toolbox{ display: inline-block; margin-left: 10px; }
.pro_help{ margin-top: 20px; }
.pro_help span{ color: #ff6b01; }
.pro_lxbtn{ margin-top:20px; }
.pro_lxbtn a{ background: #ff9e2b; text-align: center; padding:10px 8px; width: 38%; color: #fff; display: inline-block; }
.pro_lxbtn a:hover{ opacity: 0.85; }
.pro_lxbtn a i{ display: inline-block; font-size: 22px; margin-right: 5px; }
.pro_lxbtn a:last-child{ background: #6cbee7; margin-left: 2%; }
.proinfo_nav{ overflow: hidden;  }
.proinfo_nav.top0{ position: fixed; background: #fff; top: 0; left: 0; width: 100%; z-index: 666; }
.proinfo_nav a{  background: #d8e7f4; margin-right: 0.1%;  position: relative; color: #333; font-size:24px; padding: 16px 0; width: 24.9%; text-align: center; float: left; display: block; }
.proinfo_nav a.on,.proinfo_nav a:hover{background:#6cbee7; color: #fff;}
.proinfo_nav a h6{ font-size: 26px; font-weight: normal; margin-right: 6px; display:block; }
.del_item{ background: #fff; padding: 28px; margin-top: 25px; box-shadow: 0 0 8px #dfdfdf;}
.del_item h3,.rel_pro h3,.del_voice h3,.inquiry_info h3{ font-size: 30px; color: #ff9e2b;   margin-bottom: 10px; }
.del_item .ditem_p{ margin-top: 10px; }
.del_item .ditem_p p{ line-height: 27px; }
.desc{font-size: 16px;line-height: 1.5;}
.pro_xqtable{ width: 100%; overflow-x:auto; margin-top: 20px; }
.pro_xqtable table{ border: 1px solid #6cbee7; width: 100%;  }
.pro_xqtable table tr td{ padding: 12px 14px; }
.pro_xqtable table tr:first-child td{ background: #6cbee7; color: #fff; text-transform: uppercase; }
.pro_xqtable table tr:hover td{ background: #d2e9fc; }
.pro_xqtable table tr:nth-of-type(odd){ background: #f0f7fd; }
.del_note{ margin-top: 16px;  }
.del_note span{ color: #ff9e2b; }
.rel_pro{ margin-top: 35px;margin-bottom: 50px; }
.rel_swiper{ position: relative; }
.rel_swiper .item{ margin: 0 16px; }
.rel_swiper .owl-carousel .owl-wrapper-outer{ padding: 5px; }
.rel_swiper .owl-theme .owl-controls{ margin-top: 0; text-align: left; position: absolute; top: 40%; left: 0; width: 100%; z-index: 55; }
.rel_swiper .owl-controls .owl-buttons{ position: relative; }
.rel_swiper .owl-controls .owl-buttons div{ background: url(//www.newparkrides.com/wp-content/themes/shentong/images/del_right.png) center center no-repeat; opacity: 0.4; background-size: 100%; position: absolute; border-radius: 0; height: 52px; width: 31px; }
.rel_swiper .owl-controls .owl-buttons .owl-prev{ text-indent: -9999em; left: -70px; transform: rotate(180deg);}
.rel_swiper .owl-controls .owl-buttons .owl-next{ text-indent: -9999em;  right: -70px;  }
.rel_swiper .owl-controls .owl-buttons div:hover{ cursor: pointer; opacity: 1; }
.del_numtext{ margin-top: 35px; background: url(//www.newparkrides.com/wp-content/themes/shentong/images/pro_numtextbg.jpg) no-repeat center; background-size: cover; padding: 36px 0; }
.del_numtext ul{ width: 100%; overflow: hidden; }
.del_numtext ul li{ float: left;  color: #fff; width: 25%; text-align: center; padding: 0 1%; }
.del_numtext ul li p{ font-size: 48px; }
.del_numtext ul li span{ font-size: 18px; }
.del_know{ margin-top: 38px; }
.del_know p{ font-size: 24px; text-align: center;  }
.know_war{ margin-top: 40px; overflow: hidden;  }
.know_war .know_lcon{ color: #fff; padding: 30px 30px 60px 96px; float: left; width: 48%; background: url(//www.newparkrides.com/wp-content/themes/shentong/images/del_whybg.jpg) no-repeat center; background-size: cover; }
.know_war .know_rcon{ color: #fff; padding: 30px 30px 60px 96px; float: right; width: 48%; background: url(//www.newparkrides.com/wp-content/themes/shentong/images/what_bg.jpg) no-repeat center; background-size: cover; }
.know_war h4{ color: #fff; font-size: 48px; }
.know_war ul{ margin-top: 24px; }
.know_war ul li{ color: #fff; font-size: 20px; margin-bottom: 18px; padding-left: 25px; position: relative; }
.know_war ul li:after{ transform: rotate(45deg); content: ''; width: 8px; height: 8px; background: #fff; position: absolute; top: 11px; left: 0; }
.del_voice{ margin-top: 38px; }
.del_voice h3{ text-align: center; }
.voice_war{ margin-top: 20px; background: #d8e7f4; border-radius: 8px; padding: 25px; }
.voice_war ul{ width: 100%; overflow: hidden; }
.voice_war ul li{ width: 33.333%; float: left; padding-right: 24px; }
.voice_item{ width: 100%; overflow: hidden; }
.voice_item .v_lcon{ width: 92px; float: left; }
.v_ava{ width: 92px; position: relative; height: 92px; border-radius: 92px; border: 3px solid #fff; }
.v_ava img{ position: absolute; width: 100%; top: 0; left: 0; border-radius: 92px; }
.voice_item .v_rcon{ margin-left: 92px; padding-left: 32px; }
.v_text{ width: 100%; position: relative; padding: 12px 15px 28px 15px; background: #fff; border-radius: 6px; }
.v_text p{ line-height: 26px;   }
.v_text:after{ content: ''; width: 19px; height: 22px; background: url(//www.newparkrides.com/wp-content/themes/shentong/images/ff_arr.png) no-repeat; position: absolute; top: 27px; left: -19px; }
.voice_item:hover .v_text{ background: #6cbee7; }
.voice_item:hover .v_text p{ color: #fff; }
.voice_item:hover .v_text:after{ background: url(//www.newparkrides.com/wp-content/themes/shentong/images/blue_arr.png) no-repeat; }
.inquiry_info{ margin-top: 50px; padding-bottom: 50px; } .news_del{ padding: 20px 0 50px 0; }
.infocon{color: #666; background: #fff; }
.infocon h2{font-size:30px;  text-align: center; margin-bottom: 10px; color: #222;}
.infocon img{ display: inline-block; margin: 0px 0; max-width: 100%; }
.infocon .time{ text-align: center; margin-bottom:20px; margin-top: 18px;}
.infocon .time i{ font-size: 20px; margin-right: 5px; color: #00a2e9; display: inline-block; }
.infocon .other{ margin:30px 0 0 0; position: relative; }
.infocon .other div{margin:8px 0;}
.infocon .other{ color: #666; font-size: 18px; border-top: 1px solid #dcdcdc; padding-top: 20px; }
.infocon .other a{color: #666}
.infocon .other a:hover{ color:#00a2e9; }
.infocon .other b{margin-right: 8px;}
.infocon p{line-height:28px; margin-bottom: 10px; color: #666;} .contact_box{ padding: 30px 0 0 0; }
.con_boxshow{ width: 100%; overflow: hidden;  }
.con_boxshow .lcon{ float: left; width: 46%; padding-right:14px; }
.con_boxshow .rcon{ float: right; width: 54%; }
.con_boxshow h1{ font-size: 34px;  color: #ff9e2b; }
.con_us { margin-top: 40px; }
.con_us li{ margin-bottom: 35px; width: 50%; float: left; padding-left: 68px; position: relative; }
.con_us li p{  margin-bottom:2px; font-size: 20px; }
.con_us li h6{ position: absolute; width: 50px; height: 50px; background: #6cbee7; line-height: 50px; border-radius:50px; top: 0; left: 0; text-align: center; overflow: hidden; font-size: 25px; color: #fff; }
.con_us li a,.con_us li span{ font-size: 18px; line-height: 24px; color: #777; display: block; text-transform: none;}
.con_us li a:hover{ color: #ff9e2b; }
.con_us li:first-child{ width: 100%; }
.contact_box .in_mess{ background: #fff; }
.contact_box .in_mess h3{ text-transform: none; }
.contact-us-now{background: #db5c35;padding: 50px 0;}
.contact-us-now .warper{display: flex;flex-wrap:wrap;justify-content: space-between;box-sizing:border-box;align-items: center;}
.contact-us-now .warper .pp{box-sizing: border-box;}
.contact-us-now .warper .lf-text{width: 58%;}
.contact-us-now .warper .lf-text p{font-size: 22px;color: #fff;}
.contact-us-now  span{cursor: pointer;}
.contact-us-now  span a{padding: 10px 40px;color: #db5c35;background: #fff;border-radius: 25px;font-size: 16px;}
.big-tit{margin: 50px 0;display: inline-block;text-align: center;}
.big-tit h1,.big-tit h4{font-size: 32px;}
.nbanner{height: 500px;background: url(https://www.newparkrides.com/wp-content/themes/shentong/images/leading/China-prodigy-rides-banner.webp) no-repeat center;background-size: cover;}
.warning-txt{background: #fdf0e8;font-size: 16px;color: #3a3a3a;position: relative;padding: 0 5%;}
.warning-txt p{padding-left: 50px;background: url(https://www.newparkrides.com/wp-content/themes/shentong/images/icon-warning.png) no-repeat left center;background-size: 32px;text-align: left;line-height: 50px;height: 50px;font-weight: 600;}
.warning-txt .chat-online{position: absolute;right: 5%;top: 5px;padding: 6px;background: #ff971d;color: #fff;border-radius: 10px;font-size: 16px;cursor: pointer;font-weight: 600;}
.warning-txt .wap{display: none;}
.mt-50{margin-top: 50px;}
.mt-20{margin-top: 20px;}
.layer{width: 100%;height:100vh;background:rgba(0,0,0,0.9);position:fixed;bottom:0;left:0;align-items:center;display:none;z-index: 99999;justify-content: center;}
.layer img {
width: 50px; height: auto;
animation: rotate 4s linear infinite; }
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media screen and (max-width: 768px) {
.contact-us-now .warper .lf-text{width: 100%;}
.contact-us-now .warper .lf-text p{font-size: 14px;}
.contact-us-now  span a{padding: 10px 20px;font-size: 14px;}
.contact-us-now .warper .rf-btn{margin-top: 20px;}
.big-tit{margin: 20px 0;}
.big-tit h1,.big-tit h4{font-size: 18px;}
.quote-btn{display: none;}
.nbanner{height: 200px;}
}
@media screen and (max-width: 1680px){
nav{ margin-right: 60px; }
.head_rcon{ width: 166px; right: -99px; }
.know_war h4{ font-size: 34px; }
.know_war ul li{ font-size: 20px; }
.know_war .know_rcon,.know_war .know_lcon{ padding: 30px 30px 60px 52px; }
.searchform{
position: fixed;
left: 20%;
width: 60%;
}
.know_war ul li:after{top: 7px;}
}
@media screen and (max-width: 1600px){
nav{ margin-right: 96px; }
.head_rcon{ right: -60px; }
.hot_sale h3, .in_trustwar .lcon h4, .in_design h3, .in_exhibition h3, .in_newswar h3, .in_mess h3{ font-size: 45px; }
.in_trustwar .lcon{ padding-right: 65px; }
.in_trustvideo{ top: 18px; }
.design_text p{ font-size: 25px; }
.in_exnews{ padding-top: 25px; }
.v_text p{ line-height: 22px; }
.ab_nav{ margin-bottom: 50px; }
.ab_font{ font-size: 48px; }
.ab_prodigy .rcon h6{ font-size: 26px; }
.ab_icon ul li p{ line-height: 27px; margin-top: 7px; }
.ab_icon ul li h4{ margin-top: 10px; }
.ab_icon ul li i{ font-size: 62px; }
.newsli_item .rcon{ padding-left: 34px; }
.ce_rcon h3{ font-size: 38px; }
.ce_lcon h4{ font-size: 50px; }
}
@media screen and (max-width: 1440px){
.warper{ width: 100%; padding: 0 100px; }
.menu_nav{ right: 158px; }
.logo{ left: 12px; }
.head_rcon{ right: 18px; }
nav li{ padding: 0 18px; }
.hot_sale ul{ margin-top: 7px; }
.hot_more{ top: 8px; }
.hot_sale ul li{ padding: 0 12px; }
.inpro_list{ margin-top: 10px; }
.pro_text{ padding: 10px; bottom: 0px; }
.pro_text p{ font-size: 16px; }
.pro_show{ padding: 34px 18px 0 18px; }
.pro_show a{ margin-top: 20px; }
.inpro_list li{ margin-bottom: 25px; }
.in_trustvideo{ right: -88px; }
.in_trustwar .lcon{ padding-right: 34px; }
.in_design{ padding: 28px 0 45px 0; }
.in_exnewsbox .lcon{ padding-right: 0; }
.in_newscon ul li{ margin-bottom: 15px; }
.in_newscon{ height: 469px; }
.infoform li{ margin-bottom: 8px; }
.in_mess{ padding: 55px 0 84px 0; }
.in_logo p{ font-size: 24px; }
.hot_sale h3, .in_trustwar .lcon h4, .in_design h3, .in_exhibition h3, .in_newswar h3, .in_mess h3{ font-size: 35px; }
.in_exnews{ padding-top: 0; }
.f_lang .lcon ul li a,.media a{ width: 45px; height: 45px; line-height: 45px; }
footer{ padding-top: 28px; }
footer .item h4{ margin-bottom: 12px; font-size: 29px; }
.con_icon div{ line-height: 22px; }
footer .item4{ padding-left: 25px; padding-right: 88px; padding-top: 30px; }
.f_copy{ margin-top: 22px; padding: 10px 0; }
.backToTop{ right: 0; width: 45px; height: 45px; } .positionline{ padding: 12px 0; }
.page_boxtit{ font-size: 48px; }
.pro_nav{ margin-top: 10px; }
.pro_btnxs{ margin-top: 14px; }
.discount_pic{ margin-top: 24px; }
.pro_listbox{ padding-bottom: 70px; }
.pro_gdbox .prolcon{ width: 685px; }
.pro_gdbox .prorcon{ margin-left: 705px; }
.pro_gdbox .prorcon h2, .pro_gdbox .prorcon h1{ font-size: 22px; }
.share{ margin-top: 16px; }
.proinfo_nav a{ font-size: 21px; }
.del_item h3, .rel_pro h3, .del_voice h3, .inquiry_info h3{ font-size: 28px; }
.del_item{ padding: 20px; margin-top: 15px; }
.pro_xqtable{ margin-top: 10px; }
.rel_swiper .item{ margin: 0 10px; }
.del_numtext ul li span{ font-size: 14px; }
.del_numtext ul li p{ font-size: 39px; }
.del_numtext{ padding: 25px 0; }
.del_know{ margin-top: 18px; }
.del_know p{ font-size: 20px; }
.know_war{ margin-top: 24px; }
.know_war h4{ font-size: 28px; }
.know_war ul li{ font-size: 16px; margin-bottom: 5px; }
.know_war .know_rcon, .know_war .know_lcon{ padding: 30px; }
.know_war ul{ margin-top: 10px; }
.v_text p{ font-size: 14px; }
.in_messbox{ margin-top: 12px; padding: 40px 514px 40px 40px; }
.inquiry_info{ padding-bottom: 72px; }
.ab_nav{ margin-bottom: 30px; }
.ab_prodigy .lcon{ padding-right: 22px; }
.ab_font{ font-size: 38px; }
.ab_prodigy .rcon h6{ font-size: 24px; }
.prodigy_pp p{ margin-top: 10px; line-height: 27px; font-size: 17px; }
.prodigy_text{ margin-top: 18px; }
.ab_icon{ padding: 40px 0; }
.ab_icon ul li i{ font-size: 56px; }
.ab_icon ul li h4{ margin-top: 2px; font-size: 25px; }
.ab_icon ul li p{ font-size: 17px; line-height: 23px; }
.ab_ser img{ width: 60%; }
.ser_text p{ line-height: 25px; }
.ser_li{ margin-top: 14px; }
.ab_sertext{ padding: 30px; top: 18px; }
.ab_font{ font-size: 32px; }
.ab_cer p{ line-height: 25px; margin-top: 4px; }
.ab_cer{ padding: 50px 0; }
.ab_cerswiper{ margin-top: 12px;}
.faq_tit{ font-size: 44px; }
.newsli_item{ padding: 25px; }
.newsli_item .lcon{ width: 398px; }
.newsli_item .rcon{ margin-left: 398px; }
.newsli_text{ padding-top: 16px; }
.news_list li{ margin-bottom: 20px; }
.lis_faq .a{ margin-top: 6px; }
.lis_faq .a p{ font-size: 17px; }
.lis_faq li{ margin-bottom: 25px; }
.supp_nav li{ margin-right: 14px; }
.supp_nav li a{  padding: 8px 77px; }
.supp_tit{ font-size: 32px; }
.faq_desc{ line-height: 24px; }
.supp_case{ margin-top: 32px; }
.faq_desc{ margin-top: 6px; }
.case_list{ margin-top: 26px; }
.case_list li{ margin-bottom: 28px; }
.ab_cer,.in_qicon{ padding: 20px 0; }
.supp_help{ margin-top: 9px; }
.cess_text p{ line-height: 24px; }
.ce_rcon{ padding: 36px 20px 0 28px; }
.af_ul li{ line-height: 20px; margin-bottom: 22px; }
.process_war{ padding: 30px 0 84px 0; }
.page_media .buycar .box{ left: 50px; }
}
@media screen and (max-width: 1366px){
.warper{ width: 100%; padding: 0 90px; }
nav li{ padding: 0 16px; }
.pro_show h6 i{ font-size: 18px; }
.pro_show h6{ font-size: 16px; }
.in_trustvideo{ right: -120px; }
.in_designwar{ margin-top: 18px; }
.hot_sale h3, .in_trustwar .lcon h4, .in_design h3, .in_exhibition h3, .in_newswar h3, .in_mess h3{ font-size: 32px; }
.design_text p{ font-size: 20px; }
.in_newscon{ height: 446px; }
.in_exswiper, .in_newscon{ margin-top: 12px; }
.in_messbox{ padding: 40px 504px 40px 40px; }
.in_mess{ padding: 40px 0 60px 0; }
.pro_btnwar p{ line-height: 24px; }
.pro_btnwar,.discount_pic{ margin-top: 15px; }
.pro_gdbox .prorcon{ padding: 24px 25px 36px 25px; }
.ser_text p{ line-height: 22px; }
.newsli_item{ padding: 16px; }
.supp_nav li a{ padding: 8px 66px; }
.ce_rcon h3{ font-size: 30px; }
.faq_tit{ font-size: 37px; }
}
@media screen and (max-width: 1280px){
.warper{ width: 100%; padding: 0 80px; }
nav li{ padding: 0 10px; }
.in_hottpic img{ width: 100%; }
.in_hot{ padding-top: 20px; }
.inpro_list li{ margin-right: 1%; width: 24.2%; margin-bottom: 12px; }
.in_trustvideo{ right: -182px; }
.in_newscon{ height: 423px; }
.f_lang .lcon ul li a, .media a{ width: 40px; height: 40px; line-height: 40px; }
nav li:hover dl{ left: 10px; opacity: 1; }
.pro_btnxs li{ margin: 0 2%; width: 29%; }
.pro_btnxs li a{ font-size: 18px; }
.pro_lxbtn a{ width: 48%; }
.del_item h3, .rel_pro h3, .del_voice h3, .inquiry_info h3{ font-size: 24px; }
.del_numtext ul li p{ font-size: 30px; }
.know_war .know_lcon,.know_war .know_rcon{ width: 49%; }
.know_war h4{ font-size: 24px; }
.ab_font{ font-size: 30px; }
.ab_prodigy .rcon h6{ font-size: 21px; }
.prodigy_pp p,.prodigy_text p{ line-height: 22px; font-size: 17px; }
.ab_icon{ padding: 30px 0; }
.ab_ser img{ display: none; }
.ab_ser .warper{ position: static; left: 0; margin-left: 0; }
.ab_sertext{ position: static; width: 100%; }
.newsli_item .rcon{ padding-left: 24px; }
.infocon p{ line-height: 24px; }
.supp_nav li a{ padding: 8px 52px; }
.supp_tit{ font-size: 26px; }
.in_qicon ul li{ padding: 0 1%; }
.con_boxshow h1{ font-size: 27px; }
.con_us li{ width: 100%; float: none;  margin-bottom: 12px; }
.con_us{ margin-top: 25px; }
.mess_btn li{ margin-bottom: 8px; }
.in_messbox{ padding: 30px 478px 30px 30px; }
.mess_war{ right: 22px; }
.nbanner{background: url(https://www.newparkrides.com/wp-content/themes/shentong/images/wap_banner.webp) no-repeat center;background-size: cover;}
}
@media screen and (max-width: 1024px){ 
.subbanner img{display: none;}
.warper{ padding: 0 60px; }
.search-button{ margin-top: 10px; }
.head_rcon{ width: 100px; }
nav{ margin-right: 70px; }
#nav .nav-button{display: block; top: 14px; }
header,header.position{ height: 62px; }
header{ background: #fff; }
nav{position: fixed; left: 0;top: 0;bottom: 0;width: 300px; z-index: 999;overflow: auto;background: #222; transform: translateX(-300px);transition: 0.3s;}
nav li{ float: none; padding: 0; }
nav li>a,.position nav li>a,.page_head nav li>a{ margin:0; color: #fff; font-size: 18px; display:block; padding:15px 20px; border-bottom:1px solid #2e2e2e; text-align: left;}
nav li dl{ left: 0;  top: 0; width: auto;  background: #2e2e2e;  position: inherit;  opacity: 1; display: block; } 
nav li dd a,.menu_nav ul li a{padding: 10px 20px;display: block; border-bottom: none; color: #fff!important}
.logo img, .position .logo img{ height: 50px; }
nav li.on a, nav li:hover a{ background: #2374bf; color: #fff; }
nav li:hover dl{ left: 0; opacity: 1; }
#banner_home .owl-theme .owl-controls{ bottom: 8px; }
#banner_home .owl-theme .owl-controls .owl-page span{ width: 12px; height: 12px; }
nav li dl dd a{ color: #fff !important; white-space: normal; font-size: 16px; }
nav dl dd:hover div{display: none;}
#nav .nav-button{ background: #2374bf; }
nav dl, .position nav dl{ position: static; }
.fixnav{ display: none; }
#banner_home,.subbanner{ margin-top: 62px; }
.logo{ top: 6px; width: 100%;text-align: center; }
.languagebox{ margin-top: 12px; }
.languagebox a{ color: #2374bf; }
.head_rcon{ right: 18px; top: 4px; }
#nav .nav-button{ background: #2374bf; }
nav li>a:after{ display: none; }
nav li.on a, nav li:hover a{ background: #2374bf; }
.menu_nav{ display: block;  position: static; width: 100%; padding: 0; background: #2e2e2e;  }
.menu_nav ul li{ width: 100%; float: none; }
.menu_nav ul li a{ border: none; }
nav li.on .menu_nav ul li a, nav li:hover .menu_nav ul li a{ background: transparent; color: #fff; }
.menu_nav ul li a:hover{ background: #ff9e2b!important; color: #fff; }
.menu_nav ul li:nth-of-type(1),.menu_nav ul li:nth-of-type(2),.menu_nav ul li:nth-of-type(3),.menu_nav ul li:nth-of-type(4){ font-weight: normal; }
.pro_show{ display: none; }
.pro_item:hover .pro_text p{ color: #ff9e2b; }
.in_trust{ padding-top: 15px; }
.in_trust h3{ font-size: 28px; }
.in_trustvideo{ position: static; width: 100%; }
.in_trustwar{ background: #6bbee6; padding: 25px 0 0 0; margin-top: 20px; }
.in_trustwar .lcon{ width: 100%; padding: 0; }
.in_trustwar .lcon p{ font-size: 28px; line-height: 34px; }
.in_trustwar .lcon span{ font-size: 18px; line-height: 24px; margin-top: 10px; }
.hot_sale h3, .in_trustwar .lcon h4, .in_design h3, .in_exhibition h3, .in_newswar h3, .in_mess h3{ font-size: 28px; }
.design_text{ padding: 60px 20px 25px 20px; }
.in_design{ padding: 25px 0 35px 0; }
.in_exnewsbox .lcon{ width: 100%; float: none; }
.in_exnewsbox .rcon{ width: 100%; float: none; padding-left: 0; margin-top: 20px; }
.news_item .n_rcon span{ display: none; }
.page_boxtit{ font-size: 38px; }
.pro_btnwar{ padding: 20px; }
.pro_btnxs li{ margin: 0 0.5%; width: 32%; }
.pro_listbox{ padding-bottom: 50px; }
.digg4 a, .digg4 span.miy, .digg4 span.disabled, .digg4 span.current{ width: 32px; height: 32px; line-height: 32px; }
.f_lang{ display: none; }
footer{ padding-top: 20px; }
footer .item h4{ font-size: 25px; }
footer .item1{ width: 34%; }
footer .item2{ width: 25%; }
footer .item4{ display: none; }
footer .item3{ width: 32%; }
.pro_gdbox{ margin-top: 15px; }
.pro_gdbox .prolcon{ width: 100%; float: none; }
.propicflash{ overflow: hidden; }
.pro_gdbox .prorcon{ margin-left: 0; margin-top: 15px; }
.magBox,.moveBox{ opacity: 0; }
.propicflash .small div{ margin-bottom: 10px; }
.rel_swiper .owl-controls .owl-buttons .owl-prev{ left: -36px; }
.rel_swiper .owl-controls .owl-buttons .owl-next{ right: -36px; }
.rel_swiper .owl-controls .owl-buttons div{ background-size: 62%; }
.rel_swiper .owl-theme .owl-controls{ top: 33%; }
.rel_swiper .item{ margin: 0 5px; }
.ab_prodigy .lcon{ width: 100%; float: none; padding: 0; }
.ab_prodigy .rcon{ width: 100%; float: none; padding: 0; }
.ab_nav{ margin-bottom: 15px; }
.ab_ch{ margin-top: 25px; }
.ab_sertext{ padding: 25px; }
.ab_cerswiper .item{ margin: 0 5px; }
.infocon h2{ font-size: 24px; }
.lis_faq li{ margin-right: 1%; margin-bottom: 15px; }
.faq_war{ padding: 10px 0 38px 0; }
.supp_nav{ display: none; }
.sucess_pic{ margin-top: 0; }
.supp_box{ padding-top: 10px; }
.caseli_text{ padding: 12px; }
.caseli_item{ padding-bottom: 54px; }
.case_list li{ margin-bottom: 18px; }
.process_war{ padding-top: 0; padding-bottom: 40px; }
.ce_rcon{ padding: 20px; }
.cess_text{ margin-top: 10px; }
.ce_lcon h4{ font-size: 35px; }
.process_block{ margin-top: 20px; }
.after_box .af_lcon{ width: 100%; float: none; padding: 0; }
.after_box .af_rcon{ margin-left: 0; }
.case_list{ margin-top: 12px; }
.case_box{ padding-top: 8px; }
.faq_tit{ font-size: 32px; }
.con_boxshow .lcon{ width: 100%; float: none; padding-right: 0; }
.con_boxshow .rcon{ width: 100%; float: none; }
.languagebox a{ color: #222; }
.languagebox ul{ background: url(//www.newparkrides.com/wp-content/themes/shentong/images/selectbg2.png) no-repeat 98% 15px #fff; }
.hot_sale ul{ display: none; }
}
@media screen and (max-width: 768px){
.warper{ padding: 0 40px; }
.page_media{ display: none; }
.hot_sale{ margin-top: 14px; }
.hot_more{ top: 0; }
.inpro_list li{ width: 32.6%; }
.inpro_list li:nth-of-type(4n){ margin-right: 1%; }
.inpro_list li:nth-of-type(3n){ margin-right: 0; }
.in_trustwar{ margin-top: 12px; }
.des_pp{ font-size: 18px; }
.design_text p{ line-height: 24px; }
.in_messbox{ padding: 20px; }
.mess_war{ position: static; margin-top: 15px; width: 100%; padding: 20px; }
.infoform form button{ margin-top: 0; }
.in_mess{ padding: 30px 0; }
.in_logoswiper .item{ margin: 0 20px; }
.in_logo{ padding: 24px 0; }
.in_logo p{ font-size: 20px; }
footer .item2{ display: none; }
footer .item1{ width: 51%; }
footer .item3{ width: 49%; }
.backToTop{ width: 32px; height: 32px; }
.propicflash .small div{ margin-bottom: 8px; }
.pro_gdbox .prorcon,.del_item{ padding: 15px; }
.rel_pro{ margin-top: 15px; }
.del_numtext{ margin-top: 16px; }
.know_war{ margin-top: 20px; }
.know_war .know_lcon, .know_war .know_rcon{ width: 100%; float: none; padding: 15px; }
.know_war h4{ font-size: 22px; }
.del_voice{ margin-top: 20px; }
.voice_war{ margin-top: 10px; }
.voice_war ul li{ width: 100%; float: none; margin-bottom: 10px; }
.inquiry_info{ margin-top: 20px; }
.infoform p{ line-height: 24px; }
.infoform form{ margin-top: 15px; }
.mess_park li p{ font-size: 22px; }
.inquiry_info{ padding-bottom: 30px; }
.ab_nav{ display: none; }
.ab_box{ padding-top: 0; }
.ab_icon ul li{ width: 100%; float: none; padding: 0; margin-bottom: 10px; }
.ab_icon ul li h4{ font-size: 22px; }
.ab_icon ul li i{ font-size: 45px; }
.ab_icon{ padding: 20px 0; }
.ab_cerswiper .owl-controls .owl-buttons .owl-prev{ left: -35px; }
.ab_cerswiper .owl-controls .owl-buttons .owl-next{ right: -35px; }
.ab_font{ font-size: 28px; }
.news_list{ margin-top: 8px; }
.newsli_item .lcon{ width: 280px; }
.newsli_item .rcon{ margin-left: 280px; padding-left: 12px; }
.newsli_text span{ display: none; }
.news_list li{ margin-bottom: 10px; }
.newsli_item{ padding: 12px; }
.news_box{ padding-bottom: 35px; }
.infocon .time{ margin: 6px 0; }
.news_del{ padding-top: 10px; }
.lis_faq li{ width: 100%; float: none; padding: 15px; }
.lis_faq .a{ height: auto; }
.faq_war{ padding-bottom: 15px; }
.faq_tit{ font-size: 30px; }
.supp_case{ margin-top: 20px; }
.case_list li{ width: 49%; }
.case_list li:nth-of-type(3n){ margin-right: 0; margin-right: 2%; }
.case_list li:nth-of-type(even){ margin-right: 0; }
.supp_com ul{ margin-top: 15px; }
.supp_com ul li{ width: 49%; margin-bottom: 10px; float: none; display: inline-block; vertical-align: top; }
.in_qicon ul li p{ line-height: 22px; margin-top: 5px; }
.in_qicon{ padding-top: 0; }
.supp_tit{ font-size: 23px; }
.helppic{ margin-top: 8px; }
.process_li li h6{ font-size: 36px; }
.process_li li p{ font-size: 16px; }
.process_block{ margin-top: 10px; }
.ce_lcon{ width: 100%; float: none; }
.ce_rcon{ width: 100%; float: none; padding: 12px; }
.ce_rcon h3{ font-size: 24px; }
.process_li{ margin-top: 12px; }
.process_li li p{ margin-top: 5px; } .infocon{font-size: 14px;}
.pro_nav {display: flex;flex-wrap: wrap;justify-content: center;}
.pro_nav li {
float: none;
width: auto;
margin: 2px;
}
.pro_nav li a{ background: #dbe0e5;
border-radius: 20px;
font-size: 14px;
padding: 5px 10px;}
.page_boxtit h1{font-size: 24px;}
}
@media screen and (max-width: 640px){
.warper{ padding: 0 30px; }
.in_qicon ul li{ width: 100%; float: none; margin-top: 15px; }
.hot_sale h3, .in_trustwar .lcon h4, .in_design h3, .in_exhibition h3, .in_newswar h3, .in_mess h3{ font-size: 26px; }
.in_design{ padding: 15px 0; }
.news_item .n_lcon{ width: 215px; }
.news_item .n_rcon{ margin-left: 215px; }
.in_logoswiper .owl-controls .owl-buttons .owl-prev{ left: -20px; }
.in_logoswiper .owl-controls .owl-buttons .owl-next{ right: -20px; }
.in_logoswiper .owl-controls .owl-buttons div{ background-size: 55%; }
.in_logoswiper .owl-theme .owl-controls{ top: 10%; }
.pro_listbox{ padding-top: 0; }
.page_boxtit{ font-size: 30px; }
.pro_btnwar p{ line-height: 20px; font-size: 14px; }
.pro_btnwar{ padding: 12px; margin-top: 6px; }
.pro_btnxs li{ width: 100%; float: none; margin-top: 5px; }
.propicflash .small div{ margin-bottom: 6px; }
.del_item .ditem_p p{ line-height: 22px; }
.voice_war{ padding: 12px; }
.ab_sertext{ padding: 15px; }
.contact_box{ padding-top: 0; }
.getbox{ width: 100%; left: 0; margin-left: 0; }
.top_procontacts .titss{ width: 92%; left: 4%; margin-left: 0; }
.con_popbox{ padding: 0 20px 20px 20px; }
.con_popbox ul li{ width: 100%; float: none; margin: 0; margin-bottom: 6px; }
.con_popbox ul li:nth-of-type(5){ margin: 0; margin-bottom: 6px; }
}
@media screen and (max-width:480px){
.warper{ padding: 0 15px; }
.footmenu{ display: block; }
footer{ margin-bottom: 60px; }
.in_hot{ padding-top: 10px; }
.inpro_list li{ width: 49.5%; margin-bottom: 10px; }
.inpro_list li:nth-of-type(3n){ margin-right: 1%; }
.inpro_list li:nth-of-type(even){ margin-right: 0; }
.in_trust h3{ font-size: 22px; text-transform: none; letter-spacing:normal; }
.in_trustwar{ padding-top: 10px; }
.in_trustwar .lcon p{ margin-top: 2px; font-size: 22px; line-height: 26px; }
.in_designwar li{ height: auto; width: 100%; float: none; }
.in_designwar li.cur{ width: 100%; }
.in_newscon ul li{ margin-bottom: 10px; }
.infoform li{ width: 100%; float: none; }
.infoform li:nth-child(even){ margin-left: 0; }
.mess_war,.mess_btn{ padding: 10px; }
footer .item1{ width: 100%; float: none; }
footer .item3{ display: none; }
.footmenu div.con{ background: #ff9e2b;  }
.positionline{  }
.pro_btnwar p{ font-size: 14px; }
.pro_btnwar, .discount_pic,.pro_help{ margin-top: 12px; }
.del_numtext{ padding: 15px 0; }
.del_numtext ul li{ width: 50%; }
.del_numtext ul li span{ font-size: 16px; line-height: 20px; display: block; }
.del_know p{ font-size: 16px; line-height: 20px; }
.know_war ul li{ font-size: 16px; }
.positionline{ padding: 10px 0; font-size: 16px; }
.ab_font{ font-size: 24px; }
.ser_li li{ width: 100%; }
.newsli_item .lcon{ width: 100%; float: none; }
.newsli_item .rcon{ margin-left: 0; padding-left: 0; }
.newsli_text p{ margin-top: 1px; }
.infocon h2{ font-size: 22px; }
.lis_faq{ margin-top: 12px; }
.process_li li{ width: 49%; margin-bottom: 10px; float: none; display: inline-block; vertical-align: top; }
.process_war h5{ font-size: 25px; }
.faq_tit{ font-size: 24px; }
.case_list li{ margin-bottom: 10px; }
.digg4{ margin-top: 10px; }
.con_boxshow h1{ font-size: 18px; }
.design_pic{ height: auto; }
.design_pic img{ width: 100%; }
.hot_sale h3, .in_trustwar .lcon h4, .in_design h3, .in_exhibition h3, .in_newswar h3, .in_mess h3{ font-size: 22px; }
.design_text p{ font-size: 18px; }
.in_messbox{ padding: 10px; }
.in_qicon{display: none;}
.in_exnews{display: none;}
.con_boxshow .rcon{display: none;}
.in_messbox .mess_war,.fangda_icon i{display: none;}
}
@media screen and (max-width:414px){
.warper{ padding: 0 10px; }
}
@media screen and (max-width:768px){
.con_icon div{line-height: 20px;font-size: 16px;}
.con_icon div span{font-weight: bold;color: #ffcc90;}
.f_copy p{font-size: 14px;}
.infoform p{font-size: 15px;}
.infoform input, .infoform textarea{font-size: 14px;}
.v_text p{font-size: 14px;}
.del_numtext ul li span{font-size: 14px;}
.del_item .ditem_p p{font-size: 14px;}
.positionline a{font-size: 14px;}
.position .languagebox a, .page_head .languagebox a{font-size: 18px;}
.pro_xqtable table tr:first-child td{font-size: 16px;}
.pro_xqtable table tr td{font-size: 14px;}
.del_item .ditem_p p{font-size: 14px;    font-family: Arial, Helvetica, sans-serif;}
.menu_nav ul li a{font-size: 16px;}
.pro_text{padding: 5px;bottom: 0px;background: rgba(255, 255, 255, 0.8);}
.pro_text p{font-size: 14px;line-height: 16px;height: 16px;}
footer{background:#313131;}
.hot_sale h3, .in_trustwar .lcon h4, .in_design h3, .in_exhibition h3, .in_newswar h3, .in_mess h3{font-size: 20px;}
.in_trustwar .lcon p{font-size: 18px;}
.in_trustwar .lcon span{font-size: 16px;}
.in_trustwar .lcon span a{font-size: 14px;color: #006494;}
.des_pp{font-size: 14px;}
.hot_sale h3, .in_trustwar .lcon h4, .in_design h3, .in_exhibition h3, .in_newswar h3, .in_mess h3{line-height: 2;}
.design_text{padding: 60px 20px 16px 20px;}
.design_text p{font-size: 14px;}
.in_logo p{font-size: 14px;font-weight:bold}
.proinfo_nav a{font-size: 12px;}
.know_war h4{font-size: 20px;}
.lcon h2{font-size: 16px;}
.con_us li p{font-size: 16px;}
.con_us li a, .con_us li span{font-size: 14px;}
.con_us li h6{width: 40px;height: 40px;line-height: 40px;font-size: 18px;}
.con_us li{padding-left:55px;}
.prodigy_pp p, .prodigy_text p,.ab_icon ul li p,.ser_text p,.ab_cer p,.faq_desc,.newsli_text p,.infocon p,.infocon .other a{font-size: 14px;}
.newsli_text h2{font-size: 18px;}
.warning-txt p{background-size: 24px;padding-left: 30px;}
.warning-txt .wap{display: block;}
.warning-txt .pc{display: none;}
.warning-txt .chat-online{padding: 6px 10px;font-size: 14px;}
}
@media screen and (max-width:480px) {
.in_trust h3{font-size: 18px;}
.in_trustwar .lcon span{font-size: 14px;}
.in_trustwar .lcon p{font-size: 16px;}
}