@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Source+Sans+Pro:300,400,600,700");
/*----bootstrap css ----- */
@import url("../vendor/bootstrap/bootstrap.css");
/*----revolution-slider---*/
@import url("../vendor/revolution/settings.css");
@import url("../vendor/revolution/layers.css");
@import url("../vendor/revolution/navigation.css");
/*-------fancy box --------*/
@import url("../vendor/fancy-box/jquery.fancybox.css");
/*------- menu ------*/
@import url("../vendor/menu/dist/css/slimmenu.css");
/*----font awesome -------*/
@import url("../fonts/font-awesome/css/font-awesome.min.css");
/*----owl-carousel css----*/
@import url("../vendor/owl-carousel/owl.carousel.css");
@import url("../vendor/owl-carousel/owl.theme.css");
/*-------- animated css ------*/
@import url("../vendor/WOW-master/css/libs/animate.css");
/*--------- flat-icon ---------*/
@import url("../fonts/icon/font/flaticon.css");
/*-------Hover Css --------*/
@import url("../vendor/hover.css");

/***

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
  background: url(../images/1.gif);
  width: 64px;
  height: 64px;
  position: relative;
  top: 50%;
  margin: -32px auto 0 auto;
}
/*==================== Click Top ====================*/
.scroll-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  text-align: center;
  color: #fff;
  background: #3e60c2;
  font-size: 28px;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}
/* --------------------- Global stlye --------------------*/

@font-face {
  font-family: "font-awesome";
  src: url("../fonts/font-awesome/fonts/fontawesome-webfont.ttf");
  src: url("../fonts/font-awesome/fonts/fontawesome-webfont.eot"),
    /* IE9 Compat Modes */
      url("../fonts/font-awesome/fonts/fontawesome-webfont.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/font-awesome/fonts/fontawesome-webfont.woff") format("woff"),
    /* Pretty Modern Browsers */
      url("../fonts/font-awesome/fonts/fontawesome-webfont.svg") format("svg"); /* Legacy iOS */
}

body {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 28px;
  position: relative;
}
body .main-page-wrapper {
  /* overflow-x: hidden; */
}
.seo-theme a {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h2 {
  font-size: 42px;
  color: #323232;
}
h3 {
  font-size: 36px;
  color: #393939;
}
h4 {
  font-size: 28px;
  color: #393939;
}
h5 {
  font-size: 22px;
  color: #393939;
}
h6 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
}
input,
textarea {
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.round-border {
  border-radius: 50%;
}
.m-top0 {
  margin-top: 0 !important;
}
.m-bottom0 {
  margin-bottom: 0 !important;
}
.fancybox-skin {
  padding: 5px !important;
}
/* ------------------------------ Button Style -------------------*/
.button-one,
.button-two,
.button-three,
.button-four,
.button-five {
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  color: #fff;
}
.button-one,
.button-three,
.button-four,
.button-five,
.button-six {
  line-height: 50px;
}
.button-one {
  width: 165px;
}
.button-two {
  width: 150px;
  line-height: 45px;
}
.button-three {
  width: 230px;
}
.button-four {
  width: 184px;
}
.button-five {
  width: 200px;
}
.button-six {
  width: 210px;
  border-radius: 30px;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.button-six i {
  line-height: 50px;
  border-radius: 0 30px 30px 0;
  border-left: 1px solid #e8bd37;
  float: right;
  width: 50px;
  font-size: 20px;
  text-align: center;
}
.button-six:hover {
  color: #fff;
}
body .button-seven {
  width: 205px;
  line-height: 55px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
/* ------------------------- Color Css --------------------*/
.se-p-color,
.seo-header .top-header .left-side ul li a:hover,
.seo-header .top-header .right-side ul li a:hover,
.seo-theme .our-project .single-project .hover a:hover,
.seo-theme .theme-inner-banner ul li a:hover,
.shop-sidebar .shop-popular-product ul li:hover .name h6 a,
.seo-theme .seo-sidebar .call-us a:hover {
  color: #3e60c2;
}
.se-p-bg-color,
.seo-theme .theme-main-menu .right-content a:hover,
.seo-theme .theme-main-menu .right-content #search-button:hover,
.seo-theme .our-service .seo-title-one a:hover,
.seo-theme .latest-blog .seo-title-one a:hover,
.seo-theme
  .theme-default-project-details
  .project-large-sidebar
  .bottom-text
  .right-side
  .list-box
  h6:before,
.seo-theme .blog-inner-page .page-pagination li a:hover,
.seo-theme .theme-blog-large-sideOne .comment-area .single-comment button:hover,
.shop-sidebar .search button,
.shop-pagination li a:hover,
.shop-pagination li.active a {
  background: #3e60c2;
}
.seo-theme .theme-main-menu .right-content a:hover,
.seo-theme .theme-main-menu .right-content #search-button:hover,
.seo-theme .our-project .single-project .hover a:hover,
.seo-theme .theme-blog-large-sideOne .leave-reply form textarea:focus,
.seo-theme .theme-blog-large-sideOne .leave-reply form input:focus,
.seo-theme .theme-contact-page-styleOne .contact-us-form form input:focus,
.seo-theme .theme-contact-page-styleOne .contact-us-form form textarea:focus {
  border-color: #3e60c2;
  border-style: solid;
}

.se-s-color,
.seo-theme .theme-main-menu .right-content a,
.seo-theme .our-service .single-service:hover h5 a,
.seo-theme .our-project .mixitUp-menu li:hover,
.seo-theme .our-project .mixitUp-menu li.active,
.seo-theme .latest-blog .single-blog .post .post-tag ul li a:hover,
.seo-theme .latest-blog .single-blog .post .post-tag ul li a:hover i,
.seo-theme .latest-blog .single-blog:hover .post h5 a,
.seo-theme .latest-blog .single-blog:hover .post h6 a,
.seo-theme .article-list .single-article:hover .post h5 a,
.seo-theme .article-list .single-article:hover .post h6 a,
.seo-theme .latest-blog .single-blog:hover .post h4 a,
.seo-theme .bottom-footer-banner .button-five:hover,
.default-footer.seo-footer .top-footer .footer-list ul li a:hover,
.seo-theme .seo-sidebar .wrapper ul li a:hover,
.default-footer.seo-footer
  .top-footer
  .footer-latest-news
  .single-news:hover
  h5
  a,
.theme-team-style-one .single-team-member:hover .title h6 a,
.seo-theme .our-service.style-two .single-service:hover .more,
.seo-theme .service-large-sidebar .image-content .right-side ul li:before,
.seo-theme .service-large-sidebar .service-middle-text .list i,
.seo-theme .seo-sidebar .brochure a:hover,
.seo-theme .theme-blog-sidebarOne .sidebar-categories ul li a:hover,
.seo-theme .theme-blog-sidebarOne .sidebar-recent-news ul li:hover .post h6 a,
.seo-theme .blog-details .single-blog .post .post-tag ul li a,
.seo-theme .theme-contact-page-styleOne .contact-us-form form button:hover,
#mega-menu-holder > ul > li.active > a,
#mega-menu-holder li.active .sub-toggle,
.seo-theme
  .theme-contact-page-styleOne
  .contactUs-address
  .single-address
  .icon,
.shop-sidebar .sidebar-shop-categories ul li a:hover,
.shop-details
  .single-product-details
  .product-order-details
  .price
  li:first-child {
  color: #3e60c2;
}
.short-banner .se-s-color,
#mega-menu-holder.collapsed > ul > li.active > a,
#mega-menu-holder.collapsed li.active .sub-toggle,
.seo-theme .theme-inner-banner ul li a:hover {
  color: white;
}
.se-s-bg-color,
#banner .tp-caption a:hover,
.seo-theme .pricing-plan .single-price-table:hover,
.default-footer.seo-footer .bottom-footer ul li a:hover,
.theme-team-style-one .single-team-member .title ul li a:hover,
.seo-theme .theme-blog-sidebarOne .sidebar-keywords ul li a:hover,
.seo-theme .theme-blog-large-sideOne .leave-reply form button:hover,
.seo-theme .error-page a:hover,
#mega-menu-holder ul.dropdown li a:hover,
.seo-theme .pricing-plan .single-price-table.active {
  background: #3e60c2;
}
.seo-theme .short-banner a:hover {
  background: white;
  color: #3e60c2;
  border: 2px solid #3e60c2;
}

.seo-theme .theme-main-menu .right-content a,
.seo-theme .company-goal .single-goal:hover .img-icon:before,
.seo-theme .our-project .mixitUp-menu li.active,
.seo-theme .our-project .mixitUp-menu li:hover,
.default-footer.seo-footer .bottom-footer ul li a:hover,
.theme-team-style-one .single-team-member .title ul li a:hover,
.seo-theme .theme-blog-sidebarOne .sidebar-keywords ul li a:hover {
  border-color: #3e60c2;
  border-style: solid;
}
/* ------------------------ Transition ----------------------*/
.tran3s,
.button-one,
.button-two,
.button-three,
.button-four,
.button-five,
.button-six,
.button-six i,
body .button-seven,
.dropdown-menu > li > a,
.hesperiden.tparrows,
.owl-theme .owl-nav [class*="owl-"],
.panel-group .panel-heading a:before,
.seo-theme .company-goal .single-goal .img-icon:before,
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span:before,
.ollo-details-page-one .ollo-sidebar-one .ollo-sidebarlist ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tran4s,
.shop-details
  .single-product-details
  .product-order-details
  .clearfix
  ul
  li
  button {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tran5s,
.seo-theme .our-service .single-service img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tran6s,
.img img {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/* ------------------------------------ Theme Menu -------------------------------*/
.seo-theme .theme-main-menu {
  position: relative;
  z-index: 9;
  box-shadow: 0px 5px 12px 0px rgba(97, 97, 97, 0.05);
  height: 123px;
}
.seo-theme .theme-main-menu .right-content #search-button {
  width: 45px;
  height: 45px;
  border: 1px solid #e1e1e1;
  color: #c4c4c4;
  background: transparent;
  display: inline-block;
  margin-left: 15px;
}
.seo-theme .theme-main-menu .right-content #search-button:hover {
  color: #fff;
}
.seo-theme .theme-main-menu .right-content a {
  line-height: 41px;
  border-width: 2px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 10px;
}
.seo-theme .theme-main-menu .right-content a:hover {
  color: #fff;
}
.seo-theme .theme-main-menu {
  padding-top: 36px;
}
#mega-menu-holder li > ul.dropdown {
  border-top: 1px solid #3e60c2;
  display: none;
}
.header-style-two .theme-main-menu {
  box-shadow: none;
}
.main-container .right-text,
.top-footer .right-text {
  margin-right: 12px;
}
.main-container .right-icon,
.top-footer .right-icon {
  position: absolute;
  font-size: 12px;
  top: -8px;
  right: -9px;
}
/*================= Sticky Menu ===============*/
@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.theme-main-menu.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  padding-top: 10px;
  margin: 0;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.15);
  -webkit-animation: menu_sticky 0.7s ease-in-out;
  animation: menu_sticky 0.7s ease-in-out;
  height: auto;
}
.theme-main-menu.fixed #mega-menu-holder > ul > li > a {
  padding-bottom: 25px;
}
.theme-main-menu.fixed .logo img {
  width: 150px;
}
.theme-main-menu.fixed .logo2 img {
  width: 138px;
}
.logo-line {
  width: 2px;
  background: #3156a5;
  margin: 0 10px;
  height: 45px;
  position: relative;
  top: 9px;
}
.theme-main-menu.fixed .logo-line {
  height: 40px;
  top: 7px;
}

/* ---------------------------- Bottom Footer Banner  ------------------------*/
.bottom-footer-banner {
  padding: 35px 0;
}
.bottom-footer-banner h3 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-top: 8px;
}
.bottom-footer-banner .button-five {
  line-height: 46px;
  font-size: 15px;
  font-weight: 500;
  border-width: 2px;
  color: #fff;
  border-color: #fff;
  width: 175px;
  text-transform: uppercase;
}
.seo-theme .bottom-footer-banner .button-five:hover {
  background: #fff;
}
/* ------------------------------ Theme Footer --------------------------*/
.default-footer {
  padding: 55px 0 0 0;
  position: relative;
  background: url(../images/home/head.png) no-repeat center;
  background-size: cover;
  z-index: 1;
}
footer.seo-footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(35, 52, 78, 0.97);
  z-index: -1;
}
.default-footer p {
  font-size: 12px;
}
.default-footer .footer-logo p {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 14px;
}
.default-footer .top-footer h6 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.default-footer .top-footer .footer-list ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
  font-weight: normal;
  display: block;
}
.default-footer .top-footer .footer-latest-news {
  padding-left: 85px;
}
.default-footer .top-footer .footer-latest-news .single-news h5 a {
  font-size: 17px;
  line-height: 25px;
  color: #e9e9e9;
}
.default-footer .top-footer .footer-latest-news .single-news span {
  color: rgba(125, 153, 195, 0.6);
}
.default-footer .top-footer .footer-latest-news .single-news {
  margin-bottom: 16px;
}
.default-footer .top-footer .footer-subscribe {
  padding-left: 60px;
}
.default-footer .top-footer .footer-subscribe p {
  color: rgba(255, 255, 255, 0.6);
}
.default-footer .top-footer .footer-subscribe form {
  margin: 40px 0 0 0;
  height: 60px;
  position: relative;
}
.default-footer .top-footer .footer-subscribe form input {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  border-radius: 30px;
  padding: 0 63px 0 30px;
  font-size: 15px;
}
.default-footer .top-footer .footer-subscribe form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  color: #fff;
  border-radius: 0 30px 30px 0;
  font-size: 30px;
}
.default-footer .bottom-footer p {
  color: #c3c3c3;
  line-height: 35px;
  text-align: center;
}
.default-footer .bottom-footer p a {
  font-weight: normal;
}
.default-footer .bottom-footer ul li {
  display: inline-block;
  margin-left: 5px;
}
.default-footer .bottom-footer ul li a {
  color: #a1a6ad;
  border-color: #394b66;
  width: 35px;
  line-height: 33px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
}
.default-footer.seo-footer .bottom-footer ul li a:hover {
  color: #fff;
}
.default-footer .bottom-footer {
  margin-top: 60px;
  padding: 0;
}
.default-footer .bottom-footer .wrapper {
  padding-top: 15px;
}
.default-footer.seo-footer .bottom-footer .wrapper {
  border-top: 1px solid #304361;
}
/* ---------------------------- Theme Inner Banner ------------------------*/
.seo-theme .theme-inner-banner {
  background-size: cover;
  margin-bottom: 80px;
}
.seo-theme .theme-inner-banner .opacity {
  /* background: #3e60c2; */
  padding: 120px 0;
  text-align: center;
}
.seo-theme .theme-inner-banner h2 {
  font-weight: 900;
  font-size: 42px;
  color: #fff;
  text-align: left;
}
.seo-theme .theme-inner-banner ul li {
  display: inline-block;
  margin: 10px 0 0 5px;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
}
.seo-theme .theme-inner-banner ul li a {
  color: #fff;
  font-weight: normal;
}
.seo-theme .page {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
/* my css */
.theme-main-menu .logo {
  display: flex;
}
.theme-main-menu img {
  display: inline-block;
  width: 180px;
}
.theme-main-menu .logo2 img {
  width: 170px;
}
.theme-main-menu .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.right-text {
  position: relative;
  display: inline-block;
}
.right-icon {
  position: absolute;
  right: -12px;
  top: -2px;
  font-size: 150%;
}
h1 .right-text,
h2 .right-text,
h3 .right-text,
h4 .right-text,
h5 .right-text,
h6 .right-text {
  position: relative;
  display: inline-flex;
  margin-right: 20px;
}
h6 .right-text {
  margin-right: 15px;
}
h1 .right-icon {
  right: -24px;
  top: -22px;
  font-size: 30px !important;
}
h2 .right-icon {
  right: -18px;
  top: -26px;
  font-size: 26px !important;
}
h3 .right-icon {
  right: -18px;
  top: -12px;
  font-size: 24px !important;
}
h4 .right-icon {
  right: -18px;
  top: -12px;
  font-size: 24px !important;
}
h5 .right-icon {
  right: -15px;
  top: -12px;
  font-size: 16px !important;
}
h6 .right-icon {
  right: -14px;
  top: -8px;
  font-size: 16px !important;
  margin: 0 !important;
}
/* 关于我们 */
.flk-img {
  display: inline-flex;
  width: 100px;
}
.tab-menu {
  min-height: 500px;
}
#success,
#error {
  position: relative;
  width: 500px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 250px);
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
#success .wrapper,
#error .wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
#success .wrapper p,
#error .wrapper p {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}
#success {
  color: #ffce6e;
}
#error {
  color: #c9182b;
}
#error button,
#success button {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
}

/* element样式重写 */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.el-pagination.is-background .el-pager li:not(.disabled):hover,
.el-tabs__item.is-active,
.el-tabs__item:hover,
.el-radio-button__orig-radio:checked + .el-radio-button__inner,
.el-radio-button__inner:hover {
  color: #3e60c2;
}
.el-pagination.is-background .el-pager li:not(.disabled).active,
.el-tabs__active-bar,
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #3e60c2;
  color: #fff;
  border-color: #3e60c2;
}
.usage-tab-content {
  margin-top: 40px;
}
.el-tabs__header {
  margin-bottom: 50px;
}
.el-tabs__item {
  font-size: 16px;
}
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #fff;
  background-color: #3e60c2;
  border-color: #3e60c2;
  -webkit-box-shadow: -1px 0 0 0 #3e60c2;
  box-shadow: -1px 0 0 0 #3e60c2;
}
.en-title {
  color: #4487c7;
  font-size: 30px;
}
.en-big-title {
  color: #4487c7;
  /* font-style: italic; */
  font-size: 30px !important;
  margin-bottom: 15px;
}
