@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
  background: none;
}

.nav > li > a {
  color: #000;
  display: inline-block;
}

ul li sup {
  font-size: 10px;
}

.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row-no-padding > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

a[href]:after {
  content: "";
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

a {
  color: #333;
}
a:focus, a:hover, a:active {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover, a:link, a:visited {
  color: #333;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
a:hover:hover, a:link:hover, a:visited:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  opacity: 0.8;
}

label {
  font-weight: normal;
}

.pager li > a,
.pager li > span {
  border-radius: 0;
}
.pager li a:hover {
  border: 1px solid #ccc;
  background: #fff;
}

.card {
  background: none;
  border: none;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background: #fff;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
@media (max-width: 992px) {
  body {
    margin-top: 50px;
    /* 因fixed navbar需padding */
  }
}

h1 .site-title,
h2 .site-title,
h3 .site-title,
h4 .site-title,
h5 .site-title,
h6 .site-title {
  color: #000;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

p {
  font-size: 16px;
}

.btn-primary {
  background: #bbb;
  border: none;
}
.btn-primary:hover {
  background: #aaa;
}

#header {
  background: #FFF;
}
#header .container {
  max-width: 85%;
}

.header {
  position: relative;
  height: 100px;
}

.logo {
  width: 245px;
  height: 40px;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  left: 60px;
  top: 35px;
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/logo-blue.svg) no-repeat;
  z-index: 999;
}
.logo a {
  display: block;
  height: 65px;
}
.logo a span {
  position: absolute;
  top: -1000px;
  z-index: 999;
}

.topnav {
  position: absolute;
  right: 65px;
  top: 45px;
}
.topnav ul li {
  border-right: 1px solid #D8D8D8;
  padding-right: 10px;
}
.topnav ul li:last-child {
  border: 0;
}
.topnav ul li.item-285 {
  padding-left: 10px;
}
.topnav ul li a {
  color: #555;
  font-size: 15px;
}

.social-link {
  position: absolute;
  right: 0;
  top: 41px;
}

.maincontent.h1left h1 {
  text-align: left;
}

.mainmenu {
  background: #0f1e46;
  font-size: 18px;
  letter-spacing: 3px;
  height: 68px;
}
.mainmenu .nav > li {
  padding: 15px 0;
}
.mainmenu .nav > li > a {
  margin: 0 40px;
  color: #fff;
}
.mainmenu ul li {
  position: relative;
}
.mainmenu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li > ul {
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  margin-top: 15px;
  padding: 20px 0;
  position: absolute;
  left: 0;
  min-width: 180px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li > ul li {
  display: block;
}
.mainmenu ul li > ul li ul {
  background: none;
}
.mainmenu ul li > ul li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li > ul li a:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.mainmenu ul li > ul li a:after {
  content: none;
}
.mainmenu ul li.item-278 ul {
  width: 1170px;
  display: flex;
  min-height: 300px;
}
.mainmenu ul li.item-278 ul li {
  width: 21%;
}
.mainmenu ul li.item-278 ul a {
  display: inline-block;
  color: #4A90E2;
  font-size: 20px;
}
.mainmenu ul li.item-278 ul a:hover {
  opacity: 1;
}
.mainmenu ul li.item-278 ul ul {
  padding: 0;
  flex-direction: column;
}
.mainmenu ul li.item-278 ul ul li {
  padding: 10px 20px;
}
.mainmenu ul li.item-278 ul ul li a {
  font-size: 16px;
  color: #fff;
  padding: 0 0 0 20px;
}
.mainmenu ul li.item-278 ul ul li a:hover {
  opacity: 0.6;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

/*主選單下拉選單(沒有下拉選單可刪掉) */
nav.mainmenu a {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
}
nav a:hover, nav a:focus {
  outline: none;
}

.cl-effect-17 a {
  text-shadow: none;
  padding: 10px 0;
}

.cl-effect-17 a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 3px;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}

.cl-effect-17 a:hover::after,
.cl-effect-17 a:focus::after,
.cl-effect-17 li.active a:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.search-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}

.search-btn-m {
  position: absolute;
  right: 15px;
  top: 15px;
}

.submenu {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.submenu li.current a {
  display: inline-block;
  color: #fff !important;
  padding: 15px 35px;
  border: 1px solid #1991e6;
  background: #00A3D9;
}
.submenu .nav > li {
  padding: 0 30px;
  margin-bottom: 20px;
  font-size: 18px;
  border-right: 1px solid #D8D8D8;
}
@media (max-width: 768px) {
  .submenu .nav > li {
    padding: 0 15px;
    font-size: 13px;
  }
}
.submenu .nav > li a {
  color: #1991e6;
  border: 1px solid #1991e6;
  padding: 15px 35px;
  display: inline-block;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .submenu .nav > li a {
    padding: 15px 25px;
  }
}
.submenu .nav > li a:hover {
  background: #1991e6;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.submenu .nav > li:last-child {
  margin: 0;
  border-right: none;
  /* 去掉最後的border */
}

.submenu2 h2 {
  text-align: center;
  margin: 40px 0 80px 0;
  font-size: 35px;
  color: #0f1e46;
  border: none;
}
.submenu2 .nav {
  margin-bottom: 50px;
}
.submenu2 .nav > li {
  width: 19%;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .submenu2 .nav > li {
    width: 100%;
  }
}
.submenu2 .nav > li a:hover img {
  border: 1px solid #0f1e46;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.submenu2 .nav > li a:hover .image-title {
  color: #0f1e46;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.submenu2 .nav > li a img {
  margin-right: 10px;
  border: 1px solid #fff;
  padding: 4px;
  max-width: 100%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.submenu2 .nav > li a .image-title {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

@media (min-width: 1024px) {
  .banner {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .banner {
    margin-top: unset;
  }
}
.banner img {
  max-width: 100%;
}

.banner-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.banner-wrap img {
  max-width: 100%;
  filter: brightness(0.6);
}
@media (max-width: 768px) {
  .banner-wrap img {
    max-width: 2100px;
    height: 330px;
  }
}
.banner-wrap .title-wrap {
  position: absolute;
  color: #fff;
}
@media (max-width: 768px) {
  .banner-wrap .title-wrap {
    width: 90%;
  }
}
.banner-wrap .title-wrap .title {
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .banner-wrap .title-wrap .title {
    font-size: 25px;
    padding-bottom: 10px;
  }
}
.banner-wrap .title-wrap .sub-title {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1024px) {
  .banner-wrap .title-wrap .sub-title {
    font-size: 14px;
  }
}
.banner-wrap .title-wrap .sub-title img {
  height: unset;
}

.breadcrumb {
  background: none;
  padding-top: 15px;
  margin: 0;
}
.breadcrumb a {
  text-decoration: none;
  color: #000;
}
.breadcrumb > li + li:before {
  content: none;
  padding: 0;
}
.breadcrumb > li > span {
  line-height: 1.4;
  padding: 0;
  color: #aaa;
}
.breadcrumb li .divider {
  color: #aaa;
  padding: 0 10px;
}
.breadcrumb li .divider:first-child {
  padding: 0;
}

.fullblock h2 {
  color: #0f1e46;
  font-size: 35px;
  text-align: center;
  letter-spacing: 5px;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .fullblock h2 {
    font-size: 30px;
  }
}
.fullblock h3 {
  text-align: center;
  border: none;
  font-size: 50px;
  padding: 40px 0 30px 0;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.info-news {
  margin-top: 50px;
  margin-bottom: 80px;
}
.info-news .container {
  max-width: 85%;
}
@media (max-width: 768px) {
  .info-news .container {
    max-width: 100%;
  }
}
.info-news .home-info h2,
.info-news .home-news h2 {
  color: #0f1e46;
  padding: 15px 0;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.info-news .more_articles {
  display: flex;
  justify-content: center;
}
.info-news .more_articles a {
  background: #0f1e46;
  padding: 20px 40px;
  color: #fff;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.info-news .more_articles a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s;
  opacity: 1;
  transform: translate(-105%, 0);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #0f1e46;
  background-color: rgba(0, 163, 217, 0.5);
}
.info-news .more_articles a:hover:before {
  opacity: 0;
  transform: translate(0, 0);
}
@media (max-width: 768px) {
  .info-news .home-info, .info-news .home-news {
    padding-bottom: 60px;
  }
}
.info-news .home-info .item, .info-news .home-news .item {
  border: 2px solid #ededed;
}
.info-news .home-info .kkcontent, .info-news .home-news .kkcontent {
  background: #f6f6f6;
  padding: 25px;
  display: block;
  position: relative;
  height: 270px;
}
.info-news .home-info .title, .info-news .home-news .title {
  display: block;
  font-size: 22px;
  color: #0f1e46;
  margin-bottom: 15px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
}
@media (max-width: 1024px) {
  .info-news .home-info .title, .info-news .home-news .title {
    font-size: 18px;
  }
}
.info-news .home-info .intro, .info-news .home-news .intro {
  display: block;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 75px;
  margin-bottom: 50px;
}
.info-news .home-info .more, .info-news .home-news .more {
  position: absolute;
  left: 25px;
  bottom: 25px;
  margin-top: 25px;
  display: inline-block;
  color: #1991e6;
  font-size: 18px;
  text-align: center;
  padding-right: 35px;
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/arrow.svg) no-repeat center right;
}
.info-news .home-info img, .info-news .home-news img {
  max-width: 100%;
  height: auto;
  width: auto !important;
}
.info-news .owl-theme .owl-controls {
  margin-top: 30px;
}
.info-news .owl-theme .owl-dots .owl-dot.active span, .info-news .owl-theme .owl-dots .owl-dot:hover span {
  background: #0f1e46;
}

.home-pic {
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/home-pic.jpg) no-repeat center center;
  height: 350px;
}
@media (max-width: 768px) {
  .home-pic {
    height: 150px;
  }
}

.home-about {
  padding: 180px 0;
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/home-about-left.png) no-repeat left center, url(https://www.multivac.cn/templates/cadiis/images/ui/home-about-right.png) no-repeat right center;
}
@media (max-width: 1024px) {
  .home-about {
    padding: 80px 0;
    background: none;
  }
}
@media (min-width: 1200px) {
  .home-about {
    background: url(https://www.multivac.cn/templates/cadiis/images/ui/home-about-left.png) no-repeat -10% center, url(https://www.multivac.cn/templates/cadiis/images/ui/home-about-right.png) no-repeat 120% center;
  }
}
@media (min-width: 1600px) {
  .home-about {
    background: url(https://www.multivac.cn/templates/cadiis/images/ui/home-about-left.png) no-repeat left center, url(https://www.multivac.cn/templates/cadiis/images/ui/home-about-right.png) no-repeat right center;
  }
}
.home-about .title {
  color: #0f1e46;
  font-size: 35px;
  text-align: center;
  letter-spacing: 5px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .home-about .title {
    font-size: 30px;
  }
}
.home-about p {
  text-align: center;
  line-height: 2.5;
}
.home-about .view-more {
  text-align: center;
  margin-top: 40px;
}

.home-product .block {
  padding: 60px 30px;
  background: #efefef;
}
.home-product .block img {
  max-width: 100%;
  height: auto;
}
.home-product .block .title {
  font-size: 25px;
  color: #0f1e46;
  text-align: center;
  letter-spacing: 3px;
}
.home-product .block .intro {
  line-height: 1.5;
  letter-spacing: 2px;
  height: 150px;
}
.home-product .block .intro img {
  max-width: 100%;
}
.home-product .block .more {
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
}
.home-product .block .more a {
  display: inline-block;
  color: #1991e6;
  font-size: 18px;
  text-align: center;
  padding-right: 35px;
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/arrow.svg) no-repeat center right;
}

.home-service {
  background: #fff;
  padding-bottom: 80px;
}
.home-service p {
  line-height: 1.5;
}
.home-service table {
  margin-top: 70px;
}
.home-service table td {
  text-align: center;
  font-size: 18px;
  padding: 15px;
}
.home-service table td img {
  max-width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home-service table td:nth-child(even) img {
    transform: rotate(90deg);
  }
}

.home-contact {
  padding: 35px 0;
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/home-contact-bg.jpg) no-repeat center;
}
@media (max-width: 768px) {
  .home-contact {
    padding: 0 0 80px 0;
    background: url(https://www.multivac.cn/templates/cadiis/images/ui/home-contact-m.jpg) no-repeat center;
  }
}
.home-contact h2 {
  color: #fff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 5px;
  padding: 80px 0;
}
.home-contact .item {
  background: rgba(255, 255, 255, 0.2);
  padding: 40px 60px;
  height: 100%;
}
@media (max-width: 768px) {
  .home-contact .item {
    margin-bottom: 20px;
    padding: 40px 20px;
    height: auto;
  }
}
.home-contact .item p,
.home-contact .item a {
  color: #fff;
  text-align: center;
  padding-top: 15px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-contact .item p:hover,
.home-contact .item a:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.home-partnert {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .home-partnert {
    display: flex;
    justify-content: center;
  }
}

.ianauguration td {
  vertical-align: top;
}
@media (max-width: 768px) {
  .ianauguration .block-right tr {
    display: flex;
    flex-direction: column-reverse;
  }
}

.partnert .thumb {
  background: #f0f0f0;
  height: 487px;
  margin-bottom: 80px;
  padding: 0;
}
.partnert .thumb img {
  padding-top: 35px;
}

.contact-info {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 0;
  font-size: 15px;
}
.contact-info .fa {
  color: #aaa;
  font-size: 16px;
  padding-right: 5px;
}

.contact table td .info {
  display: block;
  height: 194px;
}
.contact table td .info p {
  padding-left: 20px;
}

.contact-form .rsform-block-captcha2 .formBody {
  display: inline-flex;
  margin-bottom: 55px;
}
.contact-form .rsform-block-captcha2 .formBody img {
  margin-right: 10px;
}
.contact-form .rsform-block-captcha2 .formBody a {
  margin-left: 10px;
}
.contact-form .formControlLabel {
  color: #0F1E46;
  width: 150px !important;
  padding-right: 60px;
  width: 150px;
}
.contact-form .formBody .rsform-text-box {
  border-radius: inherit;
}

footer {
  background: #f6f6f6;
  color: #6f6f6f;
  padding: 50px 0 0px 0;
}
footer .bbox h2 {
  font-size: 20px;
  color: #0f1e46;
  font-weight: bold;
  margin-bottom: 30px;
}
footer .bbox ul {
  display: grid;
  margin-bottom: 15px;
}
footer .bbox ul li a {
  color: #6f6f6f;
  padding-bottom: 15px;
  padding: 0 0 15px 0;
  font-size: 16px;
  border: none;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
footer .bbox ul li a:hover {
  color: #0f1e46;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
footer .bbox .info h2 {
  font-size: 20px;
  color: #0f1e46;
  font-weight: bold;
  margin-bottom: 30px;
}
footer .bbox .info a {
  color: #333;
}

.footnav-wrap {
  background: #0f1e46;
  margin-top: 30px;
  padding: 30px 0;
}
.footnav-wrap .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footnav {
  display: flex;
  background: #0f1e46;
}
.footnav li {
  float: none;
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: top;
}
.footnav li:first-child a {
  border: 0;
}
.footnav li a {
  color: #fff;
  border: none;
  padding: 0 10px;
  border-left: 1px solid #D8D8D8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.footnav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.copyright {
  text-align: center;
  border-bottom: 1px solid #777;
  line-height: 150%;
  padding: 80px 0 10px 0;
}
.copyright p a {
  border: none;
  color: #fff;
}
.copyright .fa {
  color: #aaa;
  font-size: 16px;
  padding-right: 5px;
}

#content {
  min-height: 400px;
  padding: 40px 0px 60px 0px;
  margin-bottom: 50px;
}
#content img {
  max-width: 100%;
  height: auto;
}

.content-bottom .module {
  border-top: 1px solid #333;
}

.webui-popover-inner .webui-popover-title {
  font-size: 20px;
  border-bottom: 2px solid #0091D1;
  padding: 20px 0;
  margin: 0 15px 15px 15px;
  font-weight: 500;
}
.webui-popover-inner .webui-popover-content {
  line-height: 150%;
  padding: 0px 15px 20px 15px;
}

.blog .subheading-category {
  display: block;
  text-align: center;
  margin: 40px 0 80px 0;
  font-size: 35px;
  color: #0f1e46;
  border: none;
}

.partner h2,
.news h2,
.success h2,
.solution h2,
.industry h2 {
  text-align: center;
  margin: 40px 0 80px 0;
  font-size: 35px;
  color: #0f1e46;
  border: none;
}

.item-page {
  font-size: 18px;
  line-height: 180%;
}
@media (min-width: 992px) {
  .item-page {
    font-size: 18px;
  }
}
.item-page h1 {
  line-height: 150%;
  font-size: 35px;
  text-align: center;
  color: #0f1e46;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .item-page h1 {
    font-size: 30px;
  }
}
.item-page h2 {
  color: #0f1e46;
  font-size: 25px;
  padding: 30px 0;
}
.item-page .create,
.item-page .createdby {
  color: #999;
  padding-right: 10px;
  margin-bottom: 20px;
  display: inline;
}
.item-page .article-info .published {
  font-size: 16px;
  color: #aaa;
  padding-bottom: 10px;
}

.articleBody a {
  text-decoration: none;
}
.articleBody a:hover {
  border: none;
  color: #0f1e46;
}
.articleBody img {
  max-width: 100% !important;
  height: auto !important;
}
.articleBody ul {
  list-style: disc;
}
.articleBody ul li {
  margin-left: 40px;
}
.articleBody ol {
  list-style: decimal;
}
.articleBody ol li {
  margin-left: 40px;
}

h3.page-header,
.submenu h3.module-header {
  font-size: 50px;
  border: none;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: #000;
  text-transform: uppercase;
  margin: 40px 0 20px;
}

.content-links {
  display: none;
}

.view-more a {
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/partner-arrow.svg) no-repeat #1991e6 80% 20px;
  padding: 15px 55px 15px 40px;
  color: #fff;
  position: relative;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.view-more a:hover {
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/partner-arrow.svg) no-repeat #1991e6 85% 20px;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.service .service01 {
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/service01.jpg) no-repeat center center;
  height: 550px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .service .service01 {
    background: #eee;
    height: auto;
  }
}
.service .service01 td p.title {
  color: #0f1e46;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}
.service .service01 td:nth-child(even) img {
  text-align: center;
}
@media (max-width: 768px) {
  .service .service01 td:nth-child(even) img {
    transform: rotate(90deg);
  }
}
.service .service03 {
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/service03.jpg) no-repeat center center;
  background-attachment: fixed;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service .service03 .title {
  font-size: 45px;
  color: #fff;
}
@media (max-width: 768px) {
  .service .service03 .title {
    font-size: 27px;
    padding: 0 15px;
    position: absolute;
    top: 35%;
  }
}
.service .service03 p {
  position: absolute;
  color: #fff;
  bottom: 35%;
}
@media (max-width: 768px) {
  .service .service03 p {
    bottom: 30%;
    padding: 25px;
  }
}
.service .service05 .left,
.service .service05 .right {
  background: #f6f6f6;
  height: 360px;
  padding: 35px;
}
.service .service05 .left .title,
.service .service05 .right .title {
  font-size: 18px;
  color: #0f1e46;
  padding-bottom: 15px;
}
.service .service05 .left p img {
  position: relative;
  top: 7px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .cwgallery .gallery a {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .cwgallery .gallery a {
    width: 50% !important;
  }
}
@media (min-width: 1024px) {
  .cwgallery .gallery a {
    width: 25% !important;
  }
}
.cwgallery .cimage {
  position: relative;
  margin-bottom: 50px;
}
.cwgallery .cimage span {
  border: none !important;
}
.cwgallery .cimage img {
  width: 60%;
  padding-bottom: 20px;
}
.cwgallery .cimage .cphoto {
  margin: 0 auto;
}
.cwgallery .cimage .img-title {
  text-align: center;
  font-size: 16px;
  border: none !important;
}

/*客製樣式有layout或是module的樣式請寫下面*/
.kkcontent-partner-item {
  padding: 10px 10px;
  margin: 20px 0;
  display: block;
}
.kkcontent-partner-item .partner-wrap {
  display: block;
  border: 2px solid #ededed;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-partner-item .partner-wrap:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  -moz-box-shadow: 3px 3px 8px #ddd;
  -webkit-box-shadow: 3px 3px 8px #ddd;
  box-shadow: 3px 3px 8px #ddd;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.kkcontent-partner-item .partner-wrap:hover .partner-more {
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/partner-arrow.svg) no-repeat #1991e6 78% 17px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-partner-item .partner-wrap .row {
  margin: 0;
  background: #f6f6f6;
}
.kkcontent-partner-item .partner-wrap .partner-more {
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/partner-arrow.svg) no-repeat #1991e6 75% 17px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 15px 55px 15px 40px;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-partner-item .partner-wrap .partner-intro {
  display: block;
  padding: 40px;
  height: 250px;
  color: #333;
  line-height: 2;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .kkcontent-partner-item .partner-wrap .partner-intro {
    height: auto;
  }
}
.kkcontent-partner-item .partner-wrap .thumb img {
  max-width: 100%;
}

.kkcontent-news-item {
  margin-bottom: 40px;
  background-color: #F7F7F7;
  padding: 0;
  display: block;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .kkcontent-news-item {
    padding: 0 20px 20px 20px;
  }
}
.kkcontent-news-item:hover {
  moz-box-shadow: 3px 3px 8px #ddd;
  -webkit-box-shadow: 3px 3px 8px #ddd;
  box-shadow: 3px 3px 8px #ddd;
  webkit-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-news-item:hover .more {
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/news-arrow.svg) no-repeat 83px 3px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-news-item .left {
  padding: 0;
}
.kkcontent-news-item .left .thumb img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .kkcontent-news-item .right {
    padding-bottom: 40px;
  }
}
.kkcontent-news-item .right .date {
  color: #aaa;
  padding: 25px 0 10px 0;
}
.kkcontent-news-item .right .title {
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 1.3;
  color: #0f1e46;
  padding: 0 20px 20px 0;
  display: block;
}
@media (max-width: 768px) {
  .kkcontent-news-item .right .title {
    font-size: 18px;
    height: 25px;
    margin-bottom: 10px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.kkcontent-news-item .right .intro {
  padding-right: 20px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kkcontent-news-item .more {
  display: block;
  position: absolute;
  right: 55px;
  bottom: 20px;
  padding-right: 30px;
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/news-arrow.svg) no-repeat 80px 3px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .kkcontent-news-item .more {
    right: 20px;
    bottom: 5px;
  }
}
.kkcontent-news-item .more p {
  color: #0f1e46;
}

.success {
  line-height: 160%;
  margin-bottom: 50px;
}
.success img {
  width: 100%;
  height: auto;
}
.success .item-wrap {
  display: block;
  margin-bottom: 80px;
  background: #F7F7F7;
  border: 2px solid #ededed;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.success .item-wrap:hover {
  background: none;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.success .item-wrap:hover span.more {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.success .item-wrap .title {
  font-size: 20px;
  height: 75px;
  color: #0f1e46;
  letter-spacing: 2px;
  padding: 25px 20px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.success .item-wrap .intro {
  line-height: 1.5;
  padding: 0 20px;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 95px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.success .item-wrap .more {
  display: inline-block;
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/arrow.svg) no-repeat center right;
  padding-right: 35px;
  color: #1991e6;
  margin: 0 20px 15px 20px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.solution .kkcontent-solution-item {
  margin-bottom: 25px;
}
.solution .kkcontent-solution-item .title {
  background: #0091D1;
  color: #fff;
  font-size: 20px;
  padding: 20px 0 20px 30px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .solution .kkcontent-solution-item .title {
    padding: 20px;
    font-size: 18px;
    line-height: 1.3;
  }
}
.solution .kkcontent-solution-item .intro {
  text-align: center;
  line-height: 2;
}
.solution .kkcontent-solution-item .thumb {
  overflow: hidden;
  text-align: center;
}
.solution .kkcontent-solution-item .thumb img {
  width: 90%;
  height: auto;
  vertical-align: bottom;
  transform: scale(0.95);
  transition: all 0.5s ease;
}
.solution .kkcontent-solution-item .thumb img:hover {
  transform: scale(1);
  transition: all 0.5s ease;
}

.blog {
  line-height: 160%;
  margin-bottom: 50px;
}
.blog h3 {
  font-size: 18px;
}
.blog img {
  width: 100%;
  height: auto;
}
.blog .kkcontent-blog-item {
  padding: 0 5px;
}
.blog .item-wrap {
  display: block;
  margin-bottom: 30px;
  padding: 10px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.blog .item-wrap:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  background: #EFEFEF;
}
.blog .blog-date {
  font-size: 13px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 5px 0;
}

.industry .category-desc {
  color: #333;
  font-size: 16px;
  line-height: 2;
}
.industry .kkcontent-industry-item {
  margin: 35px 0;
}
.industry .kkcontent-industry-item a {
  display: block;
}
.industry .kkcontent-industry-item .item-wrap {
  position: relative;
}
.industry .kkcontent-industry-item .item-wrap:hover .title-wrap {
  height: 100%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.industry .kkcontent-industry-item .item-wrap:hover .title-wrap .title {
  bottom: 40%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.industry .kkcontent-industry-item .item-wrap:hover .title-wrap .more {
  display: block;
  position: absolute;
  width: 100%;
  color: #fff;
  opacity: 1;
  bottom: 45%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.industry .kkcontent-industry-item .item-wrap img {
  max-width: 100%;
}
.industry .kkcontent-industry-item .item-wrap .title-wrap {
  position: absolute;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  bottom: 2px;
  text-align: center;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.industry .kkcontent-industry-item .item-wrap .title-wrap .title {
  position: absolute;
  display: block;
  color: #fff;
  z-index: 9;
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.industry .kkcontent-industry-item .item-wrap .title-wrap .more {
  opacity: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.kkcontent-news-wrap li {
  list-style: none;
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/b-arrow.png) no-repeat 98% #ddd;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-news-wrap li:hover {
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/w-arrow.png) no-repeat #333 98%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-news-wrap li:nth-child(2n) {
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/b-arrow.png) no-repeat 98% #fff;
}
.kkcontent-news-wrap li:nth-child(2n):hover {
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/w-arrow.png) no-repeat #333 98%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-news-wrap li .news-wrap {
  padding: 15px;
}
.kkcontent-news-wrap li .news-wrap:hover .date,
.kkcontent-news-wrap li .news-wrap:hover .title {
  color: #fff;
}
.kkcontent-news-wrap li .date {
  text-align: center;
  color: #333;
  border-right: 1px solid #ccc;
}
@media (max-width: 768px) {
  .kkcontent-news-wrap li .date {
    text-align: left;
    border: 0;
  }
}
.kkcontent-news-wrap li .date .year {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 5px;
}
.kkcontent-news-wrap li .date .month {
  font-size: 15px;
}
.kkcontent-news-wrap li .title {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  color: #000;
  letter-spacing: 3px;
  line-height: 140%;
}

.kkcontent-blog-wrap .kkcontent-blog-item {
  padding: 10px 10px;
  margin: 0px 0 20px 0;
  display: block;
}
.kkcontent-blog-wrap .kkcontent-blog-item .title {
  font-size: 26px;
  color: #323232;
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/title-icon.png) no-repeat left;
  padding: 10px 10px 10px 45px;
  line-height: 140%;
  margin-bottom: 10px;
}
.kkcontent-blog-wrap .kkcontent-blog-item .intro {
  color: #535353;
  line-height: 140%;
  padding-bottom: 20px;
}
.kkcontent-blog-wrap .kkcontent-blog-item .intro a {
  color: #5a93ca;
}
.kkcontent-blog-wrap .kkcontent-blog-item .date {
  color: #AAAAAA;
  font-size: 16px;
  font-style: italic;
  padding: 10px 0;
  display: block;
}

.product h2 {
  text-align: center;
  margin: 40px 0 80px 0;
  font-size: 35px;
  color: #0f1e46;
  border: none;
}
.product h3 {
  font-size: 25px;
  color: #0f1e46;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  .product h3 {
    line-height: 1.5;
  }
}
.product p {
  line-height: 1.5;
}
.product.cate .wrap {
  margin: 50px 0;
}
.product.cate .wrap .l-title {
  background: #0f1e46;
  color: #fff;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
}
.product.cate .wrap .thumb {
  text-align: center;
  background: #F0F0F0;
  overflow: hidden;
  height: 487px;
  margin-bottom: 50px;
  position: relative;
}
.product.cate .wrap .thumb img {
  max-width: 90%;
  transform: scale(1, 1);
  zoom: 1;
  transition: 0.3s linear;
}
.product.cate .wrap .thumb img:hover {
  transform: scale(1.1, 1.1);
  zoom: 1;
  transition: 0.3s linear;
}
.product.cate .wrap .intro {
  position: absolute;
  line-height: 1.5;
  text-align: left;
  padding: 0 60px;
  bottom: 20%;
  left: 0;
  right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product.cate p {
  padding: 0 15px;
}
.product.list .wrap {
  margin: 50px 0;
}
.product.list .wrap .l-title {
  background: #0f1e46;
  color: #fff;
  font-size: 18px;
  padding: 20px 0 20px 30px;
}
.product.list .wrap p {
  text-align: unset;
  line-height: 1.5;
}
.product.list .wrap a:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.list .wrap a:hover .thumb img {
  display: none;
}
.product.list .wrap a:hover .thumb .more-hover {
  display: unset;
  color: #fff;
  padding: 0 30px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.list .wrap a:hover .desc {
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.list .wrap a .thumb-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 330px;
  padding: 0 45px;
  margin: 20px 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.list .wrap a .thumb-2:hover {
  background: #f0f0f0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.list .wrap a .thumb-2:hover img {
  opacity: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.list .wrap a .thumb-2:hover .desc {
  color: #0f1e46;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.list .wrap a .thumb-2:hover .more-hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.list .wrap a .thumb-2:hover .more-hover .intro {
  color: #555;
  opacity: 1;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.list .wrap a .thumb-2 img {
  position: absolute;
  max-width: 100%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.list .wrap a .thumb-2 .desc {
  display: block;
  position: absolute;
  color: #0f1e46;
  bottom: 6%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.list .wrap a .thumb-2 .more-hover {
  display: block;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.list .wrap a .thumb-2 .more-hover .intro {
  opacity: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.article {
  margin-bottom: 80px;
}
.product.article .owl-nav {
  position: relative;
}
.product.article .owl-nav .owl-prev {
  position: absolute;
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/home-product-arrow.svg) no-repeat center center !important;
  width: 50px;
  height: 50px;
  left: 0;
  bottom: 100px;
}
.product.article .owl-nav .owl-next {
  position: absolute;
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/home-product-arrow.svg) no-repeat center center !important;
  transform: rotate(180deg);
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 100px;
}
.product.article .owl-nav span {
  display: none;
}
.product.article .owl-carousel img {
  max-width: 100%;
  width: auto;
}
.product.article .owl-carousel.p-slider {
  margin-bottom: 40px;
}
.product.article .owl-carousel.p-slider .item {
  display: flex;
  justify-content: center;
}
.product.article .kkcontent-carousel-controls a {
  top: 20%;
}
.product.article .kkcontent-carousel-controls .controls-left {
  left: 0;
}
.product.article .kkcontent-carousel-controls .controls-right {
  right: 0;
}
.product.article .p-intro {
  background: #f6f6f6;
  padding: 50px 35px;
  margin-bottom: 120px;
}
.product.article .p-intro h3 {
  padding: 15px 0;
  text-align: left;
}
.product.article .p-intro p {
  text-align: left;
}
.product.article .p-example {
  margin-bottom: 120px;
}
.product.article .p-example .item {
  border: 2px solid #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.article .p-example .item:hover {
  border: 2px solid #eee;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.article .p-example .item img {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
}
.product.article .p-example .item p {
  color: #393939;
  line-height: 1.5;
  font-size: 18px;
  padding-bottom: 10px;
}
.product.article .p-example .owl-prev {
  left: -100px;
}
@media (max-width: 768px) {
  .product.article .p-example .owl-prev {
    left: -60px;
  }
}
.product.article .p-example .owl-next {
  right: -100px;
}
@media (max-width: 768px) {
  .product.article .p-example .owl-next {
    right: -60px;
  }
}
.product.article .p-success .owl-stage-outer {
  padding: 10px 0;
  width: 101%;
}
.product.article .p-success .item {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  background: #F7F7F7;
  height: 210px;
}
.product.article .p-success .item:hover {
  moz-box-shadow: 3px 3px 8px #ddd;
  -webkit-box-shadow: 3px 3px 8px #ddd;
  box-shadow: 3px 3px 8px #ddd;
  webkit-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.article .p-success .item img {
  max-width: 100%;
  margin: 0 auto;
}
.product.article .p-success .item p {
  color: #0f1e46;
  padding: 20px;
  font-size: 18px;
  letter-spacing: 2px;
}
.product.article .p-success .owl-prev {
  left: -100px;
}
.product.article .p-success .owl-next {
  right: -100px;
}

.mfp-figure .mfp-counter {
  display: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0f1e46;
}

.kkcontent-science-wrap .kkcontent-science-item {
  margin-bottom: 120px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 120px;
}
.kkcontent-science-wrap .kkcontent-science-item:last-child {
  border-bottom: none;
}
.kkcontent-science-wrap .kkcontent-science-item:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .kkcontent-science-wrap .kkcontent-science-item:nth-child(even) {
    display: unset;
  }
}
.kkcontent-science-wrap .kkcontent-science-item .right {
  margin: auto 0;
}
.kkcontent-science-wrap .kkcontent-science-item .right .title {
  color: #0f1e46;
  font-size: 25px;
  padding-bottom: 30px;
}
.kkcontent-science-wrap .kkcontent-science-item .right .more {
  margin-top: 35px;
}
.kkcontent-science-wrap .kkcontent-science-item .right .more a {
  padding: 20px 55px;
  background: #1991e6;
  border: 1px solid #1991e6;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-science-wrap .kkcontent-science-item .right .more a:hover {
  background: none;
  color: #1991e6;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

@media (min-width: 1024px) {
  .slider {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .slider {
    margin-top: 0;
  }
}

.slider-container .owl-item {
  margin-bottom: 25px;
}
.slider-container .owl-item .item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}

.thumbnail-slider-container .currentSelected img {
  border: 1px solid #00A3D9;
}

.online {
  position: fixed !important;
  right: 0;
  bottom: 10%;
  z-index: 300;
  transition: all ease-in-out .3s;
  padding: 20px;
  background: #42A9E5;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.online .refer {
  border-bottom: 1px solid #3D97CB;
  padding-bottom: 15px;
}
.online .jmoddiv.jmodinside {
  top: unset;
  left: unset;
}

.float-ad {
  position: fixed;
  left: 0;
  bottom: 10%;
  z-index: 300;
  transition: all ease-in-out .3s;
}
.float-ad .window--destroyed {
  opacity: 0;
  width: 0;
  height: 0;
}
.float-ad .window span {
  display: flex;
  justify-content: center;
}
.float-ad .window span:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  height: 25%;
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.float-ad .window span a {
  position: absolute;
  display: block;
  bottom: 8px;
  color: #fff;
  font-size: 15px;
  padding: 0 5px;
}
.float-ad .window .window-controls {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.float-ad .window .window-controls .window-item {
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  transition: all ease-in .15s;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 10px;
  border-radius: 15px;
  background-color: #000;
  opacity: 0.7;
}
.float-ad .window .window-controls .window-close {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.subheading-category {
  margin-bottom: 80px;
}
.subheading-category h2 {
  text-align: center;
  font-weight: bold;
  margin: 40px 0;
  font-size: 35px;
  color: #0f1e46;
}
.subheading-category p {
  text-align: center;
  padding-bottom: 10px;
  line-height: 1.5;
}
.subheading-category p img {
  vertical-align: middle;
  padding-right: 15px;
}

.search-list {
  margin-bottom: 60px;
}
.search-list .product-checkbox .rounded {
  position: relative;
  display: block;
}
.search-list .product-checkbox .rounded input[type=checkbox] {
  visibility: hidden;
}
.search-list .product-checkbox .rounded input[type=checkbox]:checked + label {
  color: #fff;
  border: 1px solid #38A5E5;
  background: #38A5E5;
}
.search-list .product-checkbox .rounded label {
  width: 100%;
  height: 80px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  border: 1px solid #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search-list .submit {
  position: relative;
  display: flex;
  justify-content: center;
}
.search-list .submit button {
  display: inline-block;
  position: absolute;
  padding: 20px 55px;
  cursor: pointer;
  border: 1px solid #fff;
  background: #1991e6;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search-list .submit button:hover {
  background: #fff;
  border: 1px solid #1991e6;
  color: #1991e6;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.product-checkbox,
.product-radio {
  margin-bottom: 80px;
}
.product-checkbox h3,
.product-radio h3 {
  font-size: 30px;
  color: #0f1e46;
  font-weight: bold;
  padding-bottom: 40px;
}
.product-checkbox h3 img,
.product-radio h3 img {
  vertical-align: middle;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .table-solve {
    margin-bottom: 50px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
.table-solve td {
  padding: unset !important;
}
@media (max-width: 768px) {
  .table-solve td {
    width: 33.3%;
    vertical-align: top;
    padding: 15px;
  }
}

.product-radio .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .product-radio .wrap {
    flex-flow: wrap;
  }
}
.product-radio .wrap .more {
  display: block;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .product-radio .wrap .more {
    font-size: 14px;
  }
}
.product-radio .wrap .more a {
  display: inline-block;
  color: #008CD2;
  padding-bottom: 5px;
  border-bottom: 1px solid #008CD2;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product-radio .wrap .more a:hover {
  color: #008CD2;
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product-radio .checkbox {
  padding-bottom: 40px;
}
.product-radio .checkbox .option-wrap {
  text-align: center;
  margin-top: 25px;
}
.product-radio .checkbox .option-wrap .title {
  display: block;
  padding-bottom: 15px;
}

.radio,
.checkbox {
  margin-bottom: 4px;
  padding-left: 27px;
  line-height: 27px;
  color: #404040;
  cursor: pointer;
}

.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
  padding: 30px 0;
}

.radio input,
.checkbox input {
  position: absolute;
  left: -9999px;
}

.radio i,
.checkbox i {
  position: absolute;
  top: 5px;
  left: 47%;
  display: block;
  width: 17px;
  height: 17px;
  outline: none;
  border-width: 2px;
  border-color: #ccc;
  border-style: solid;
  background: #fff;
}

.radio i {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border-color: transparent;
  background: #DED9D5;
}

.radio input + i:after,
.checkbox input + i:after {
  position: absolute;
  opacity: 0;
  background: #42A9E5;
  color: #fff;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}

.radio input + i:after {
  content: '';
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.checkbox input + i:after {
  content: '\f00c';
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  font: normal 12px/16px FontAwesome;
  text-align: center;
}

.radio input:checked + i:after,
.checkbox input:checked + i:after {
  opacity: 1;
}

.inline-group {
  margin: 0 -30px -4px 0;
}

.inline-group:after {
  content: '';
  display: table;
  clear: both;
}

.inline-group .radio,
.inline-group .checkbox {
  float: left;
  margin-right: 30px;
}

.inline-group .radio:last-child,
.inline-group .checkbox:last-child {
  margin-bottom: 4px;
}

.icons .btn {
  display: none;
}

.search-result .l-title {
  background: #0f1e46;
  color: #fff;
  font-size: 18px;
  padding: 25px 0 25px 30px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
}
.search-result .wrap {
  margin-bottom: 120px;
}
.search-result .wrap .item {
  position: relative;
  padding: 60px 0 20px 0;
  margin: 20px 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search-result .wrap .item:hover {
  background: #f0f0f0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search-result .wrap .item:hover .thumb {
  opacity: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search-result .wrap .item:hover .intro {
  opacity: 1 !important;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search-result .wrap .item .thumb {
  display: flex;
  justify-content: center;
  padding: 0 15px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search-result .wrap .item .intro {
  top: 30%;
  position: absolute;
  padding: 0 20px;
  color: #555;
  line-height: 1.5;
  opacity: 0;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .search-result .wrap .item .intro {
    padding: 0 40px;
  }
}
.search-result .wrap .item .title {
  font-size: 20px;
  text-align: center;
  color: #0f1e46;
  padding: 25px 0;
}
.search-result .wrap .submit {
  display: flex;
  justify-content: center;
}
.search-result .wrap .submit button {
  display: inline-block;
  padding: 20px 55px;
  cursor: pointer;
  color: #008CD2;
  background: #fff;
  border: 1px solid #008CD2;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search-result .wrap .submit button:hover {
  background: #fff;
  border: 1px solid #fff;
  background: #008CD2;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.search-contact .l-title {
  background: #0f1e46;
  color: #fff;
  font-size: 18px;
  padding: 25px 0 25px 30px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 80px;
}
.search-contact .blue {
  margin-bottom: 60px;
}
.search-contact .blue .form {
  margin-bottom: 15px;
}
.search-contact .blue .left {
  font-size: 18px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .search-contact .blue .left {
    font-size: 16px;
    line-height: 1.5;
  }
}
.search-contact .blue .right .type {
  position: relative;
  border-bottom: 1px solid #CECECE;
  padding: 20px 0 40px 0;
  margin-bottom: 40px;
}
.search-contact .blue .right .type p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .search-contact .blue .right .type p {
    font-size: 16px;
  }
}
.search-contact .blue .right .type .submit {
  position: absolute;
  right: 5%;
  bottom: 20px;
}
.search-contact .blue .right .type .submit button {
  display: inline-block;
  padding: 20px 55px;
  cursor: pointer;
  color: #008CD2;
  background: #fff;
  border: 1px solid #008CD2;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .search-contact .blue .right .type .submit button {
    padding: 15px 40px;
  }
}
.search-contact .blue .right .type .submit button:hover {
  background: #fff;
  border: 1px solid #fff;
  background: #008CD2;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search-contact .blue .right input,
.search-contact .blue .right textarea {
  font-size: 18px;
  padding: 15px;
  border-radius: inherit;
  border: 1px solid #CECECE;
  width: 100%;
  height: 64px;
}
.search-contact .blue .right input:focus,
.search-contact .blue .right textarea:focus {
  border-radius: inherit;
}
.search-contact .blue .right textarea {
  height: 260px;
}
.search-contact .blue .submit button {
  display: inline-block;
  padding: 20px 55px;
  cursor: pointer;
  border: 1px solid #fff;
  background: #008CD2;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search-contact .blue .submit button:hover {
  background: #fff;
  border: 1px solid #008CD2;
  color: #008CD2;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search-contact .gray .wrap {
  background: #F1F1F1;
  padding: 40px;
}
.search-contact .gray .wrap p {
  line-height: 1.5;
}
.search-contact .gray .wrap .phone a {
  color: #00A3D9;
  line-height: 1.5;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.search-contact .gray .wrap .phone a:hover {
  opacity: 0.8;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.error {
  background: url(https://www.multivac.cn/templates/cadiis/images/ui/404-bg.svg) no-repeat center center;
}
.error .title {
  font-size: 55px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .error .title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .error .title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .error .title {
    font-size: 45px;
  }
}
@media (min-width: 1600px) {
  .error .title {
    font-size: 55px;
  }
}
.error .sub-title {
  font-size: 25px;
  text-align: center;
}
@media (max-width: 768px) {
  .error .sub-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .error .sub-title {
    font-size: 23px;
  }
}
@media (min-width: 1600px) {
  .error .sub-title {
    font-size: 25px;
  }
}
.error .search {
  margin-top: 0;
  justify-content: center;
  display: flex;
}
.error .search form {
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.13);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.13);
}
.error .search input {
  width: 600px;
  padding: 15px;
  border: 1px solid #ddd;
  border-right: none;
}
.error .search .element-invisible {
  display: none;
}
.error .search button {
  padding: 20px 60px 20px 30px;
}
.error a {
  border: 1px solid #0f1e46;
  color: #0f1e46;
  display: inline-block;
  padding: 18px 60px;
  font-size: 18px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.error a:hover {
  border: 1px solid #0f1e46;
  background: #0f1e46;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}

.mucn-location td .title {
  font-size: 24px;
  border-bottom: 2px solid #0091D1;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 500;
}

.join table {
  margin-bottom: 150px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .join table {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.join table td {
  padding: 3% 5%;
}
.join table tr {
  background: #f6f6f6;
}
.join table a {
  color: #1991e6;
}
.join .block01 td:first-child {
  padding: 0;
}
.join .block01 img {
  transform: translate(-15%, -15%);
}
@media (max-width: 768px) {
  .join .block01 img {
    transform: translate(0);
  }
}
@media (max-width: 768px) {
  .join .block02 tr {
    display: flex;
    flex-direction: column-reverse;
  }
}
.join .block02 td:last-child {
  padding: 0;
}
.join .block02 img {
  transform: translate(15%, -15%);
}
@media (max-width: 768px) {
  .join .block02 img {
    transform: translate(0);
  }
}

/*# sourceMappingURL=template.css.map */
