body {
  font-family: "Microsoft YaHei", "微软雅黑",
    "MicrosoftJhengHei" ! important;
  text-align: justify;
}

p {
  margin: 0;
  font-size: 18px;
}

h1, h2, h3 {
  font-weight: bold;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

.row {
  margin: 0;
}

.mar-top0 {
  margin-top: 0;
}
.mar-top20 {
  margin-top: 20px;
}
.mar-top40 {
  margin-top: 40px;
}
.mar-bot0 {
  margin-bottom: 0;
}
.mar-bot20 {
  margin-bottom: 20px;
}
.mar-bot40 {
  margin-bottom: 40px;
}

.pad-top10 {
  padding-top: 10px;
}
.pad-top20 {
  padding-top: 20px;
}
.pad-top30 {
  padding-top: 30px;
}
.pad-top50 {
  padding-top: 50px;
}
.pad-top100 {
  padding-top: 100px;
}
.pad-bot0 {
  padding-bottom: 0px;
}
.pad-bot10 {
  padding-bottom: 10px;
}
.pad-bot20 {
  padding-bottom: 20px;
}
.pad-bot30 {
  padding-bottom: 30px;
}
.pad-bot50 {
  padding-bottom: 50px;
}
.pad-bot100 {
  padding-bottom: 100px;
}

.pad-left0 {
  padding-left: 0;
}
.pad-right0 {
  padding-right: 0;
}

.float-l {
  float: left;
}
.float-r {
  float: right;
}
.float-n {
  float: none;
}

/*** COLOR ***/
span.pink {
  color: #A40081;
  font-weight: bold;
}

.blue-bg {
  background-color: #A40081;
}
.grey-bg {
    color: #000;
    background-color: #eee;
}
.light-grey-bg {
  color: #000;
  background-color: #f9f9f9;
}
.black-bg {
    color: #fff;
    background-color: #000;
}
.dark-blue-bg {
  color: #fff;
  background-color: #061726;
}
.white-bg {
  color: #000;
  background-color: #fff;
}

/*** NAVBAR ***/
.navbar {
  padding: 25px;
  border-top: 1px solid #000;
  border-radius: 0px;
  margin-bottom: 0px;

  -webkit-box-shadow: 0 8px 0px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar ul {
  width: 100%;
}
.navbar li {
  width: 12%;
  font-size: 20px;
}
.nav>li>a {
  color: #000;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.nav>li>a:focus {
  background-color: #fff;
}
.nav>li>a:hover {
  color: #008bd5;
  background-color: #fff;
}
.navbar .active a,
.navbar .active a:focus {
  color: #008bd5;
  /*background-color: #008bd5;*/
}
.navbar .logo{
  height: 50px;
  float: right;
}

.tooltip-arrow {
  display: none;
}

.tooltip-inner, .tooltip.top .tooltip-arrow {
    background-color: #fff; /* Needed for IEs */
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.4);
    zoom: 1;
}

/*** SECTION ***/

section {
}

.pill {
  height: 240px;
  padding: 20px;
  /*position: relative;*/

  /*background-color: #123;*/

  border-radius: 120px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}

.pill img {
  height: 200px;
}
.pill-desc {
  padding-top: 30px;
}

.vs {
  font-size: 60px;
  font-weight: bold;
  color: #A40081;
}

.faq-tab {
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
.faq-tab > .faq-block {
}
.faq-tab > .faq-block > .faq-icon {
  max-width: 100%;
  padding: 20px 0;
  text-align: center;
  color: white;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.faq1 {background-color: rgba(164,0,129,1);}
.faq1:hover {background-color: rgba(164,0,129,0.7);}
.faq2 {background-color: rgba(125,70,151,1);}
.faq2:hover {background-color: rgba(125,70,151,0.7);}
.faq3 {background-color: rgba(0,161,227,1);}
.faq3:hover {background-color: rgba(0,161,227,0.7);}
.faq4 {background-color: rgba(0,64,151,1);}
.faq4:hover {background-color: rgba(0,64,151,0.7);}
.faq5 {background-color: rgba(141,39,137,1);}
.faq5:hover {background-color: rgba(141,39,137,0.7);}
.faq6 {background-color: rgba(117,121,227,1);}
.faq6:hover {background-color: rgba(117,121,227,0.7);}

.faq-tab > .faq-block > .faq-icon > span {
  font-size: 100px;
}

.faq-tab > .faq-block > .faq-desc {
  padding: 5px 0;
  font-size: 24px;
  color: #fff;
  background-color: #000;
}

.faq-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table;
}
.faq-list li {
  counter-increment: faq-counter;
  font-size: 18px;
  display: table-row;
}
.faq-list li::before {
  padding: 3px;
  content: "Q"counter(faq-counter)":";
  color: #A40081;
  font-weight: bold;
  padding-right: 18px;
  display: table-cell;
}

.faq-bg {
  background-image: url("../img/faq_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding-bottom: 300px;
}
.serv-tab {
  cursor: pointer;
}
.serv-tab > .serv-tab-title {
  font-size: 18px;
  font-weight: bold;
}
.serv-tab > .serv-icon {
  max-width: 100%;
  text-align: center;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  color: #C8C8C8;
}
.serv-tab > .serv-icon:hover {
  color: #007FC9;
}
.serv-tab > .serv-icon.blue {
  color: #007FC9;
}
.serv-tab > .serv-icon > span {
  font-size: 150px;
}
.service-content {
  display: flex;
}
.serv-hl {
  color: #fff;
  height: 100px;
  line-height: 100px;

  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.serv-hl.pink {
  background-color: #A40081;
}
.serv-hl > .lg {
  font-size: 50px;
}


.panel {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-gp {
  margin: 0;
}
.panel-hd {
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.panel-hd.lg {
  background-color: #fafafa;
}
.panel-hd.dk {
  background-color: #f0f0f0;
}
.panel-tt>img {
  height: 40px;
  float: left;
  margin-right: 12px;
}
.panel-bd {
  min-height: 200px;

  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 52px;
}
.panel-bd.bot {
  padding-bottom: 0;
}

.list-angle {
  line-height: 40px;
  margin-right: 12px;
}
.team-tab {
  cursor: pointer;
}
.team-tab > .team-block > img {
  width: 70%;
  margin: 0 auto;
  opacity: 1.0;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);

}
.team-tab > .team-block > img:hover {
  opacity: 0.7;
}
.team-tab > .team-block > .team-desc {
  font-size: 20px;
  font-weight: lighter;
}
.team-tab > .team-block > .team-desc > h4{
  font-size: 26px;
  font-weight: bold;
}
.team-content p {
  padding: 6px 0;
}
.slogan-s {
  color: #A40081;
}
.slogan-l {
  margin: 0 auto;
  width: 60%;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  font-weight: 1000;
  color: #fff;
  background-color: #A40081;
  border-radius: 50px;
}

.contact {
  height: 600px;
  width: 100%;
  overflow: hidden;
  position: relative;

  background-image: url("../img/contact_bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact > .layer {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-block {
  padding-top: 200px;
}
.contact-block img {
  width: 50%;
  margin: 0 auto;
}
.contact-block > .contact-desc {
  padding-top: 20px;
  color: #fff;
  font-size: 20px;
}

/*** BANNER  ***/
.banner {
  padding: 25px;
  color: #fff;
  position: relative;
}
.banner h1,
.banner h2,
.banner h3 {
  margin: 0;
}
.banner h2 {
  font-size: 36px;
}
.banner h4 {
  font-size: 21px;
  font-weight: normal;
}
.banner.pink {
  background-color: #A40081;
}
.banner.blue {
  background-color: #004097;
}



.border-tb {
  padding: 30px 0;
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-style: solid; 
  border-bottom-width: 2px;
}
.border-tb.pink {
  border-top-color: #A40081;
  border-bottom-color: #A40081;
}
.border-tb.blue {
  border-top-color: #004097;
  border-bottom-color: #004097;
}
.border-tb.lg-blue {
  border-top-color: #007FC9;
  border-bottom-color: #007FC9;
}
/*** ARROW ***/

.arrow-up{
  margin: auto;
  padding-top: 50px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.arrow-up.black {
  border-bottom: 12px solid #000;
}
.arrow-up.white {
  border-bottom: 12px solid #fff;
}
.arrow-up.pink {
  border-bottom: 12px solid #A40081;
}
.arrow-up.blue {
  border-bottom: 12px solid #004097;
}
.arrow-up.lg-blue {
  border-bottom: 12px solid #007FC9;
}


.header-image {
  height: 800px;
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;

  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  top: 0px;
}
.header-image #scene {
  padding: 0;
}
.header-title {
  width: 40%;
  margin: 200px auto;
}

footer {
  height: 150px;
  /*margin-top: 100px;*/
  /*position: relative;*/
}
footer > .container > img {
  height: 80px;
  margin: 30px auto;
}

/*** BUTTON ***/
.button-block {
}

button {
  position: relative;
  vertical-align: top;
  padding: 0 20px;
  border: none;
  color: #fff;
  background: #A40081;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
button.large {
  font-size: 24px;
  padding: 20px 50px;
}
button.mid {
  font-size: 16px;
  padding: 16px 40px;
}
button.small {
  font-size: 14px;
  padding: 10px 15px;
}

/*** MEDIA ***/
@media(max-width:1200px) {
  p {
    font-size: 14px;
  }
  .nav.navbar-nav a {
    font-size: 14px;
  }
  .faq-tab > .faq-block > .faq-icon > span {
    font-size: 50px;
  }
  .faq-tab > .faq-block > .faq-desc {
    font-size: 14px;
  }

  .faq-list li {
    font-size: 14px;
  }
  .slogan-l {
    font-size: 24px;
  }
  .serv-tab > .serv-icon > span {
    font-size: 80px;
  }
  .serv-tab > .serv-tab-title {
    font-size: 14px;
  }
  .panel-hd {
    font-size: 14px;
  }
  .team-tab > .team-block > .team-desc > h4 {
    font-size: 20px;
  }
  .team-tab > .team-block > .team-desc {
    font-size: 14px;
  }
  .contact-block > .contact-desc {
    font-size: 14px;
  }
}
@media(max-width:991px) {
  .container {
    margin: 0;
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-image {
    height: 600px;
  }
  .header-title {
    width: 80%;
  }
  .contact {
    height: 300px;
  }
  .contact-block {
    padding-top: 100px;
  }
  .faq-bg {
    padding-bottom: 150px;
  }
  h1, h2, .banner h2 {
    font-size: 16px;
  }
  h3, h4, .banner h4 {
    font-size: 12px;
  }
  .pill {
    height: 100px;
    padding: 5px;
  }
  .pill img {
    height: 90px;
  }
  .pill-desc {
    padding-top: 5px;
  }
  .pill-desc p {
    font-size: 10px;
  }
}
@media(max-width:668px) {

  body, p {
    font-size: 10px;
  }
  .service-content {
    display: block;
  }
  .serv-hl {
    position: relative;
    margin: 20px 0;
  }

  .nav.navbar-nav a {
    font-size: 10px;
  }
  .faq-tab > .faq-block > .faq-icon > span {
    font-size: 30px;
  }
  .faq-tab > .faq-block > .faq-desc {
    font-size: 10px;
  }

  .faq-list li {
    font-size: 10px;
  }
  .slogan-l {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
  }
  .serv-tab > .serv-icon > span {
    font-size: 50px;
  }
  .serv-tab > .serv-tab-title {
    font-size: 10px;
  }
  .panel-hd {
    font-size: 10px;
  }
  .team-tab > .team-block > .team-desc > h4 {
    font-size: 14px;
  }
  .team-tab > .team-block > .team-desc {
    font-size: 10px;
  }
  .contact-block > .contact-desc {
    font-size: 10px;
  }
}
