
@import "animate.css";
@import "iconfont.css";

:root {
  --main-bg-color: #fff;
  --bg-color: #3395c7;
  --active-color: #3395c7;
  --font-color: #2c2c2c;
  --font-color2: #01961f;
  --font-color2-hover: #79A215;
  --tit-color: #212121;
  --tit-color-hover: #79A215;
  --btn-bg: #3395c7;
  --btn-bg-hover: #38aae5;
  --btn-bg2: #4B4B4B;
  --btn-bg2-hover: #3395c7;
  --swiper-btn-color: #C9C9C9;
  --swiper-btn-color-hover: #3395c7;
  --btn-opacity-bg: rgba(23, 165, 73, 0.8);
  --btn-opacity-bg2: rgba(23, 165, 73, 0.29);
  --font-family1: 'Philosopher', sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  vertical-align: bottom;
}
.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  background: transparent
}
fieldset,
img,
input,
button,
hr {
  border: 0;
}
:focus {
  outline: 0;
}
address,
caption,
cite,
code,
dfn,
em,
b,
th,
i,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
code,
kbd,
samp,
tt {
  font-size: 100%;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}

:link,:visited ,
ins {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

.cl {
  *zoom: 1
}
.cl:before,
.cl:after {
  display: table;
  content: " ";
}
.cl:after {
  clear: both;
}

.flex-wrap-between{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}

body {
  color: #666;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-text-stroke-width: 0.1px;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}
.hide {
  display: none;
}
.wp {
  margin: 0 auto;
  width: 82%;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .wp {
    width: 95%;
  }
}
.pr {
  position: relative;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}


/*------scrollsidebar start----------*/
.rides-cs {
  font-size: 12px;
  position: fixed;
  top: 250px;
  right: 0;
  _position: absolute;
  z-index: 1500;
  border-radius: 0 6px 6px 0;
}

.rides-cs .floatL {
  width: 36px;
  float: left;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  height: 166px;
  background: #29a7e2;
  border-radius: 8px 0 0 8px;
}
.rides-cs .floatL a {
  font-size: 0;
  text-indent: -999em;
  display: block;
}

.rides-cs .floatR {
  display: none;
  width: 100px;
  float: left;
  background: #1867B4;
  border-radius: 5px;
}
.rides-cs .floatR a {
  display: block;
  cursor: pointer;
  width: 100px;
  background: #1867B4;
  position: relative;
  color: #676767;
  padding: 15px 0;
  text-align: center;
  box-sizing: border-box;
}
.rides-cs .floatR a > img {
  height: 35px;
}
.rides-cs .floatR a span {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  display: block;
  margin: 10px 0 0;
}
.rides-cs .floatR a.whatsapp {
  border-radius: 5px 5px 0 0;
}

.rides-cs .floatR a.wx {
  border-top: 1px solid rgba(255, 255, 255, 0.37);
}
.rides-cs .floatR a.wx .wx-box {
  width: 152px;
  height: 193px;
  position: absolute;
  right: 108px;
  top: -30px;
  display: none;
  z-index: 100;
}
.rides-cs .floatR a.wx .wx-box .box {
  width: 140px;
  padding: 5px;
  border: 1px solid #D6D7D7;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
.rides-cs .floatR a.wx .wx-box .box img {
  width: 140px;
}
.rides-cs .floatR a.wx .wx-box .box span {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  letter-spacing: 1px;
}

.rides-cs .floatR a.wx .wx-box .arrowPanel {
  width: 12px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 70px;
}
.rides-cs .floatR a.wx .wx-box .arrowPanel .arrow01 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #ddd;
}
.rides-cs .floatR a.wx .wx-box .arrowPanel .arrow02 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #fff;
}

.rides-cs .floatR a.wx:hover .wx-box {
  display: block;
}

.rides-cs .floatR .gotop {
  border-radius: 0 0 5px 5px;
  background: #EF8518;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.rides-cs .floatR .gotop img {
  height: 24px;
}
.rides-cs .floatR .gotop span {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin: 0 5px 0 0;
}

.rides-cs .btnOpen,
.rides-cs .btnCtn {
  position: relative;
  z-index: 9;
  top: 15px;
  left: 0;
  background-image: url('../image/onlinebg.png');
  background-repeat: no-repeat;
  display: block;
  height: 136px;
  padding: 8px;
  box-sizing: border-box;
}
.rides-cs .btnOpen {
  background-position: -37px 0;
}
.rides-cs .btnCtn {
  background-position: 0 0;
}



/* footerbar */
#footBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  display: none;
  z-index: 999;
  background: #355FA0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
#footBar li {
  width: 25%;
  height: 45px;
  float: left;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  padding: 6px 0 0;
  box-sizing: border-box;
}
#footBar li:first-child {
  border-left: none;
}
#footBar li a {
  display: block;
  height: 45px;
  line-height: 1;
  text-transform: uppercase;
}
#footBar li i {
  color: #fff;
  font-size: 20px;
}
#footBar li span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 3px;
}

.inquirbox {}
.inquirbox h5 {
  background: #F0B323;
}
.inquirbox .row {
  margin-bottom: 15px;
}
.inquirbox input[type="text"],
.inquirbox textarea {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #D2D2CF;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #111;
  box-sizing: border-box;
}
.inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}
.inquirbox input[type="text"]:focus,
.inquirbox textarea:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-color: #999;
  outline: 0
}
.inquirbox .red {
  color: #f00;
  font-weight: bold;
}
.inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}
.inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}
.inquirbox .submit {
  margin: 0 auto;
  width: 240px;
  line-height: 50px;
  background: #3395c7;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.inquirbox .submit:hover {
  background: var(--btn-bg2-hover);
}


/*----page----*/
#pagesize {
  margin: 50px 0 0;
  text-align: center;
}
#pagesize ul {
  font-size: 0;
}
#pagesize ul li {
  display: inline-block;
  vertical-align: top;
}
#pagesize ul li a {
  line-height: 16px;
  padding: 8px 13px;
  margin: 0 2px;
  display: inline-block;
  border: 1px solid #bebebe;
  background: #fff;
  font-size: 15px;
}
#pagesize ul li a:hover {
  background: var(--active-color);
  border: 1px solid var(--active-color)aliceblue;
  box-shadow: 0 1px 0 0 #fff;
  color: #fff !important;
}
#pagesize ul li span {
  line-height: 16px;
  padding: 8px 13px;
  margin: 0 2px;
  display: inline-block;
  font-size: 14px;
}
#pagesize ul li a.active {
  border: var(--active-color) 1px solid;
  background: var(--active-color);
  color: #fff;
}
#pagesize ul li a.disabled {
  color: #fff;
  border: 1px solid #CECECE;
  background: #CECECE;
}

@media screen and (max-width:768px) {
  #pagesize {
    margin: 25px 0 0;
  }
  #pagesize ul li a {
    padding: 6px 10px;
    font-size: 13px;
  }
  #pagesize ul li span {
    padding: 6px 10px;
    font-size: 13px;
  }

}

/*------------*/

@keyframes scale2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*----grid12----*/

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important
}

@media(max-width:766px) {
  .visible-xs {
    display: block !important
  }
  .visible-xs-block {
    display: block !important
  }
  .visible-xs-inline {
    display: inline !important
  }
  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media(min-width:767px) and (max-width:1279px) {
  .visible-sm {
    display: block !important
  }
  .visible-sm-block {
    display: block !important
  }
  .visible-sm-inline {
    display: inline !important
  }
  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media(min-width:1280px) and (max-width:1279px) {
  .visible-md {
    display: block !important
  }
  .visible-md-block {
    display: block !important
  }
  .visible-md-inline {
    display: inline !important
  }
  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media(min-width:1280px) {
  .visible-lg {
    display: block !important
  }
  .visible-lg-block {
    display: block !important
  }
  .visible-lg-inline {
    display: inline !important
  }
  .visible-lg-inline-block {
    display: inline-block !important
  }
}

@media(max-width:766px) {
  .hidden-xs {
    display: none !important
  }
}

@media(min-width:767px) and (max-width:1279px) {
  .hidden-sm {
    display: none !important
  }
}

@media(min-width:1280px) and (max-width:1279px) {
  .hidden-md {
    display: none !important
  }
}

@media(min-width:1280px) {
  .hidden-lg {
    display: none !important
  }
}

.row {
  margin-right: -10px;
  margin-left: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-items-center {
  -webkit-align-items: center;
  align-items: center;
}
.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

@media(min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media(min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

@media(min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}

.privacy{padding:80px 0;}
.privacy h3{font-size:36px;line-height:1;color:#000;text-align:center;font-weight:700;}
.privacy .pcontent{margin:40px 0 0;color:#666;font-size:17px;line-height:28px;}
.privacy .pcontent p ~ p{margin-top:10px;}
.privacy .pcontent strong{color:#000;}