/*** 

====================================================================
	Reset
====================================================================

 ***/

 @import url("font-awesome.min.css");
 @import url("flaticon.css");
 @import url("animate.min.css");
 @import url("owl.css");
 @import url("bootstrap.min.css");
 @import url("jquery.bxslider.css");
 @import url("jquery-ui.css");
 @import url(../css/reset.css);
 @import url(../assets/revolution/css/settings.css);
 @import url(../assets/revolution/css/layers.css);
 @import url(../assets/revolution/css/navigation.css);
 @import url(../css/bootstrap.min.css);
 @import url("jquery.fancybox.css");
 @import url("hover.css");
 @media (min-width: 1200px) {
   .container {
     padding: 0px;
   }
 }
 
 * {
   margin: 0px;
   padding: 0px;
   border: none;
   outline: none;
   font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   -webkit-font-smoothing: antialiased;
 }
 
 /*** 
 
 ====================================================================
   Global style
 ====================================================================
 
 ***/
 
 body {
   color: #333;
   line-height: 1.8em;
   font-weight: 400;
   background: #ffffff;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center top;
   -webkit-font-smoothing: antialiased;
   font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
 }
 
 .page-wrapper {
   overflow: hidden;
 }
 
 a {
   text-decoration: none;
   cursor: pointer;
   font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
 }
 
 a:hover,
 a:focus,
 a:visited {
   text-decoration: none;
   outline: none;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   margin: 0px;
 }
 
 p {
   position: relative;
   font-size: 14px;
   line-height: 1.8em;
 }
 
 .strike-through {
   text-decoration: line-through;
 }
 
 .auto-container {
   position: static;
   max-width: 1200px;
   padding: 0px 15px;
   margin: 0 auto;
 }
 
 .small-container {
   max-width: 680px;
   margin: 0 auto;
 }
 
 .page-wrapper {
   position: relative;
   margin: 0 auto;
   width: 100%;
   min-width: 300px;
 }
 
 ul,
 li {
   list-style: none;
   padding: 0px;
   margin: 0px;
 }
 
 .section-title h2 {
   position: relative;
   font-size: 36px;
   color: #222222;
   line-height: 46px;
   font-weight: 400;
   padding-bottom: 10px;
   margin-bottom: 10px;
   display: inline-block;
 }
 
 .section-title h2:before {
   position: absolute;
   bottom: 0px;
   left: 50%;
   width: 165px;
   height: 4px;
   margin-left: -82px;
   background: url(..//images/icons/bd.png);
   content: "";
 }
 
 .section-title p {
   font-size: 15px;
   color: #848484;
   font-weight: 400;
   line-height: 28px;
 }
 
 .anim-3,
 .anim-3-all * {
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
 }
 
 .anim-5,
 .anim-5-all * {
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
 }
 
 .anim-7,
 .anim-7-all * {
   transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -webkit-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
 }
 
 ::-webkit-input-placeholder {
   /* WebKit, Blink, Edge */
   color: #222222;
 }
 
 :-moz-placeholder {
   /* Mozilla Firefox 4 to 18 */
   color: #222222;
   opacity: 1;
 }
 
 ::-moz-placeholder {
   /* Mozilla Firefox 19+ */
   color: #222222;
   opacity: 1;
 }
 
 :-ms-input-placeholder {
   /* Internet Explorer 10-11 */
   color: #222222;
 }
 
 ::-ms-input-placeholder {
   /* Microsoft Edge */
   color: #222222;
 }
 
 .btn-style-one {
   font-size: 14px;
   color: #ffffff;
   line-height: 29px;
   font-weight: 700;
   padding: 8px 24px;
   background: #009e96;
   letter-spacing: 1px;
   border: 1px solid #009e96;
   text-transform: uppercase;
   display: inline-block;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
 }
 
 .btn-style-one:hover {
   color: #009e96;
   border: 1px solid #009e96;
   background: transparent;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
 }
 
 /*** 
 
 ====================================================================
   Preloader style
 ====================================================================
 
 ***/
 
 .preloader {
   position: fixed;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 100%;
   z-index: 99999;
   background-color: #ffffff;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(../images/icons/preloader.gif);
 }
 
 /*** 
 
 ====================================================================
   Scroll To Top style
 ====================================================================
 
 ***/
 
 .scroll-to-top {
   position: fixed;
   bottom: 70px;
   right: 40px;
   color: #ffffff;
   font-size: 24px;
   line-height: 40px;
   width: 45px;
   height: 45px;
   border: 1px solid #009e96;
   background: #009e96;
   text-align: center;
   z-index: 100;
   cursor: pointer;
   display: none;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .scroll-to-top:hover {
   background: #ffffff;
   color: #009e96;
   border-color: #009e96;
   transition: all 500ms ease;
 }
 
 
 /***
 
 ====================================================================
   Header Top
 ====================================================================
 
 ***/
 
 .header-top {
   padding: 11px 0px;
   background: #303036;
 }
 
 .header-top .top-left {
   float: left;
 }
 
 .header-top .top-right {
   float: right;
 }
 
 .header-top .top-left .contact-links li {
   display: inline-block;
   font-size: 15px;
   font-weight: 400;
   line-height: 28px;
   color: #d4dae3;
   margin-right: 40px;
 }
 
 .header-top .top-left .contact-links li i {
   margin-right: 10px;
   color: #009e96;
 }
 
 .header-top .top-right .contact-links li {
   display: inline-block;
   font-size: 15px;
   font-weight: 400;
   line-height: 28px;
   color: #fff;
   margin-right: 20px;
 }
 
 .header-top .top-right .contact-links li a {
   color: #fff;
 }
 
 .header-top .top-right .contact-links li i {
   margin-right: 5px;
   color: #fff;
 }
 
 .header-top .top-right .social-links {
   position: relative;
   float: left;
 }
 
 .header-top .top-right .social-links li {
   display: inline-block;
   margin-right: 24px;
 }
 
 .header-top .top-right .social-links li i {
   font-size: 13px;
   color: #d4dae3;
 }
 
 .header-top .top-right .social-links li:hover i {
   color: #009e96;
 }
 
 .search_option {
   position: relative;
   float: right;
   margin-left: 20px;
 }
 
 .search_option:before {
   position: absolute;
   content: '';
   height: 20px;
   top: 5px;
   left: -20px;
   border-right: 2px solid #3d434e;
 }
 
 .search_option span {
   color: #d4dae3;
   font-size: 14px;
 }
 
 @media only screen and (max-width:767px) {
   .header-top {
     padding-bottom: ;
     background: #303036;
   }
   .header-top .top-left {
     margin-bottom: 0px !important;
   }
 }
 
 
 /*** 
 
 ====================================================================
   Search Popup
 ====================================================================
 
 ***/
 
 .search-popup {
   position: fixed;
   left: 0px;
   top: -100%;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.8);
   z-index: 99;
   visibility: hidden;
   opacity: 0;
   overflow: auto;
   transition: all 700ms ease;
   -moz-transition: all 700ms ease;
   -webkit-transition: all 700ms ease;
   -ms-transition: all 700ms ease;
   -o-transition: all 700ms ease;
 }
 
 .search-popup.popup-visible {
   top: 0;
   visibility: visible;
   opacity: 1;
 }
 
 .search-popup .close-search {
   position: absolute;
   right: 25px;
   top: 25px;
   font-size: 20px;
   color: #ffffff;
   cursor: pointer;
   z-index: 5;
 }
 
 .search-popup .close-search:hover {
   opacity: 0.7;
 }
 
 .search-popup .search-form {
   position: relative;
   padding: 0px 15px 50px;
   padding-top: 200px;
   max-width: 1024px;
   margin: 0 auto;
 }
 
 .search-popup .search-form fieldset {
   position: relative;
   border: 5px solid rgb(255, 255, 255);
   -webkit-border-radius: 12px;
   -ms-border-radius: 12px;
   -o-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
 }
 
 .search-popup .search-form fieldset input[type="search"],
 .search-popup .search-form fieldset input.form-control {
   position: relative;
   height: 70px;
   padding: 20px 220px 20px 30px;
   background: #ffffff;
   line-height: 30px;
   font-size: 24px;
   color: #233145;
   -webkit-border-radius: 7px;
   -ms-border-radius: 7px;
   -o-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
 }
 
 .search-popup .search-form fieldset input[type="submit"] {
   position: absolute;
   display: block;
   right: 0px;
   top: 0px;
   text-align: center;
   width: 220px;
   padding: 20px 10px 20px 10px;
   color: #ffffff;
   background: #009e96;
   line-height: 30px;
   height: 70px;
   font-size: 20px;
   text-transform: uppercase;
   -moz-border-radius: 0px 7px 7px 0px;
   -ms-border-radius: 0px 7px 7px 0px;
   -o-border-radius: 0px 7px 7px 0px;
   -webkit-border-radius: 0px 7px 7px 0px;
   border-radius: 0px 7px 7px 0px;
 }
 
 .search-popup .search-form fieldset input[type="submit"]:hover {
   background: #334551;
   color: #ffffff;
 }
 
 .search-popup h3 {
   font-size: 28px;
   color: #ffffff;
   margin-bottom: 30px;
   text-align: center;
   letter-spacing: 1px;
 }
 
 .search-popup .recent-searches {
   font-size: 14px;
   color: #ffffff;
   text-align: center;
 }
 
 .search-popup .recent-searches li {
   display: inline-block;
   margin: 0px 10px 10px 0px;
 }
 
 .search-popup .recent-searches li a {
   display: block;
   line-height: 24px;
   border: 1px solid #ffffff;
   padding: 8px 20px;
   font-size: 15px;
   color: #ffffff;
   border-radius: 3px;
 }
 
 .search-popup .recent-searches li a:hover {
   color: #009e96;
   border-color: #009e96;
 }
 
 /*** 
 
 ====================================================================
   Main Header
 ====================================================================
 
 ***/
 
 @-webkit-keyframes menu_sticky {
   0% {
     margin-top: -150px;
   }
   50% {
     margin-top: -130px;
   }
   100% {
     margin-top: 0;
   }
 }
 
 @keyframes menu_sticky {
   0% {
     margin-top: -150px;
   }
   50% {
     margin-top: -130px;
   }
   100% {
     margin-top: 0;
   }
 }
 
 .main-header {
   position: relative;
   width: 100%;
   z-index: 99;
   padding: 15px 0px;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .fixed-header {
   position: fixed;
   top: 0px;
   left: 0px;
   /*z-index: 9999;*/
   background: #ffffff;
   transition: all 500ms ease;
   -webkit-animation-name: menu_sticky;
   animation-name: menu_sticky;
   -webkit-animation-duration: 0.6s;
   animation-duration: 0.6s;
   -webkit-animation-timing-function: ease-out;
   animation-timing-function: ease-out;
   box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11);
 }
 
 .main-header .logo {
   position: relative;
   float: left;
   margin-top: 8px;
 }
 
 .main-header .logo img {
   width: auto;
   max-height: 38px;
   -webkit-transition: all 0.3s ease-out 0s;
   -o-transition: all 0.3s ease-out 0s;
   transition: all 0.3s ease-out 0s;
   vertical-align: top;
 }
 
 .main-header .header-area {
   position: relative;
   float: right;
   margin-top: 5px;
 }
 
 .main-header .header-area .main-menu {
   position: relative;
   float: left;
 }
 
 .main-header .link-button {
   float: right;
 }
 
 .main-menu .navbar-collapse {
   padding: 0px;
 }
 
 .main-menu .navigation {
   position: relative;
   margin: 0px;
 }
 
 .main-menu .navigation > li {
   position: relative;
   text-align: left;
   padding-right: 10px;
   margin-right: 36px;
   display: inline-block;
 }
 
 .main-menu .navigation > .current a {
   color: #009e96;
 }
 
 .main-menu .navigation > .current ul li a {
   color: #ffffff;
 }
 
 .main-menu .navigation > li:hover ul,
 .main-menu .navigation > .current ul {
   border-bottom: 1px solid #009e96;
 }
 
 .main-menu .navigation > li > a {
   position: relative;
   display: block;
   font-size: 16px;
   color: #222222;
   line-height: 26px;
   font-weight: 500;
   opacity: 1;
   padding: 12px 0px;
   text-transform: uppercase;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .main-menu .navigation > li > ul {
   position: absolute;
   left: 0px;
   top: 140%;
   width: 220px;
   padding: 0px;
   z-index: 1;
   display: none;
   background: #009e96;
   border-top: 2px solid #009e96;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .main-menu .navigation > li > ul > li {
   position: relative;
   width: 100%;
   text-align: left;
   border-bottom: 1px solid #e5e5e5;
 }
 
 .main-menu .navigation > li > ul > li:last-child {
   border-bottom: none;
 }
 
 .main-menu .navigation > li > ul > li > a {
   position: relative;
   display: block;
   line-height: 26px;
   font-weight: 500;
   font-size: 15px;
   text-transform: uppercase;
   color: #ffffff;
   background: #009e96;
   padding: 12px 20px;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .main-menu .navigation > li > ul > li > a:hover {
   color: #009e96;
   background: #ffffff;
   transition: all 500ms ease;
 }
 
 .main-menu .navigation > li.dropdown:hover > ul {
   visibility: visible;
   opacity: 1;
   top: 140%;
   transition: all 500ms ease;
 }
 
 .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
   display: block;
   position: absolute;
   right: -5px;
   top: 12px;
   font-size: 15px;
 }
 
 .modal {
   top: 10%;
 }
 
 .modal-content {
   border-radius: 0;
 }
 
 @media screen and (max-width: 1366px) {
   .modal {
     top: 9%;
   }
   .modal-dialog {
     width: 450px;
     margin: 30px auto;
   }
 }
 
 @media screen and (max-width: 767px) {
   .main-header {
     padding: 5px 0;
   }
   .modal-dialog {
     width: 85%;
     margin: 30px auto;
   }
 }
 
 .modal-text {
   padding: 30px 15px 15px;
 }
 
 .modal-text p {
   font-size: 16px;
   line-height: 24px;
   padding-bottom: 0;
 }
 
 /*** 
 =============================================
     Rev Slider Wrapper
 =============================================
 ***/
 
 .rev_slider_wrapper .slide-content-box h4 {
   color: #ffffff;
   font-size: 32px;
   line-height: 36px;
   font-weight: 400;
 }
 
 .rev_slider_wrapper .slide-content-box h1 {
   color: #ffffff;
   font-size: 48px;
   line-height: 60px;
   font-weight: 700;
 }
 
 .rev_slider_wrapper .slide-content-box p {
   color: #ffffff;
   font-size: 16px;
   line-height: 28px;
   font-weight: 400;
 }
 
 .rev_slider_wrapper .slotholder {
   position: relative;
 }
 
 .slotholder:after {
   background: rgba(44, 48, 56, 0.6);
   width: 100%;
   height: 100%;
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   pointer-events: none;
 }
 
 .tp-bannertimer {
   display: none;
 }
 
 .rev_slider_wrapper .tparrows {
   background: transparent;
   border: 2px solid #a9abae;
   width: 55px;
   height: 55px;
 }
 
 .rev_slider_wrapper .tparrows:before {
   font-family: "FontAwesome";
   font-size: 14px;
   color: #ffffff;
   display: block;
   line-height: 50px;
   text-align: center;
 }
 
 /*** 
 
 ====================================================================
   Wellcome Section
 ====================================================================
 
 ***/
 
 .about-bg {
   background: url(../static/images/about-banner.jpg) no-repeat;
 }
 
 .about-bg:before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(48, 48, 54, 0.5);
   opacity: 0.5;
 }
 
 .wellcome-section {
   padding: 90px 0px 50px;
 }
 
 .wellcome-section .section-title {
   margin-bottom: 40px;
 }
 
 .wellcome-section .item-holder {
   margin-bottom: 40px;
   border: 1px solid #f7f7f7;
 }
 
 .wellcome-section .image-box {
   position: relative;
 }
 
 .wellcome-section .image-box img {
   width: 100%;
 }
 
 .wellcome-section .overly-btn {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   content: "";
   background: rgba(255, 255, 255, 0.7);
   display: flex;
   justify-content: center;
   align-items: center;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   transition: all 500ms ease;
   -webkit-transform: scale(0, 0);
   -ms-transform: scale(0, 0);
   -o-transform: scale(0, 0);
   -moz-transform: scale(0, 0);
   transform: scale(0, 0);
 }
 
 .wellcome-section .item-holder:hover .overly-btn {
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   transition: all 500ms ease;
   -webkit-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   -o-transform: scale(1, 1);
   -moz-transform: scale(1, 1);
   transform: scale(1, 1);
 }
 
 .wellcome-section .icon-box {
   position: absolute;
   right: 30px;
   bottom: -30px;
   background: #009e96;
   display: inline-block;
   width: 60px;
   height: 60px;
   text-align: center;
   line-height: 60px;
   border-radius: 5px;
 }
 
 .wellcome-section .icon-box i:before {
   color: #ffffff;
   font-size: 36px;
   margin-left: 0px;
 }
 
 .wellcome-section .item-holder .text {
   padding: 20px 30px;
 }
 
 .wellcome-section .item-holder h5 {
   font-size: 24px;
   font-weight: 700;
   line-height: 36px;
   color: #222222;
 }
 
 .wellcome-section .item-holder p {
   font-size: 14px;
   font-weight: 400;
   line-height: 26px;
   color: #848484;
 }
 
 /*** 
 
 ====================================================================
   Service Section
 ====================================================================
 
 ***/
 
 .service-section {
   background: #f7f7f7;
   padding: 70px 0px 35px;
 }
 
 .service-section .section-title {
   margin-bottom: 40px;
 }
 
 .service-section .item-holder {
   text-align: center;
   padding: 20px 30px;
   margin-bottom: 40px;
   background: #ffffff;
   cursor: pointer;
 }
 
 .service-section .item-holder .icon-box {
   position: relative;
   display: inline-block;
   line-height: 55px;
   margin-top: 15px;
 }
 
 .service-section .item-holder i:before {
   font-size: 50px;
   color: #009e96;
   margin-left: 0px;
 }
 
 .service-section .image-text {
   position: relative;
 }
 
 .service-section .item-holder:hover h5 {
   color: #009e96;
 }
 
 .service-section .item-holder h5 {
   font-size: 24px;
   font-weight: 700;
   line-height: 36px;
   color: #222222;
 }
 
 .service-section .item-holder p {
   font-size: 14px;
   font-weight: 400;
   line-height: 21px;
   color: #848484;
   text-align: left;
 }
 
 .service-section .owl-theme .owl-controls {
   display: none;
 }
 
 @media screen and (max-width: 767px) {
   .service-section {
     padding: 40px 0px 15px;
   }
   .service-section .item-holder {
     padding: 10px;
     margin-bottom: 20px;
   }
   .service-section .item-holder h5 {
     font-size: 18px;
     line-height: 26px;
   }
   .service-section .item-holder p {
     font-size: 13px;
     line-height: 18px;
     white-space: normal;
     word-break: break-all;
   }
 }
 
 /*产品与系统*/
 
 .portfolio-item {
   position: relative;
 }
 
 .portfolio-item .overlay {
   width: 100%;
   height: 100%;
   position: absolute;
   background-color: rgba(0, 158, 151, 0.65);
 }
 
 .portfolio-item .info {
   position: absolute;
   top: 40%;
   margin-top: -39px;
   width: 100%;
   text-align: center;
   color: #fff;
 }
 
 .portfolio-item .media-wrapper {
   overflow: hidden;
 }
 
 .portfolio-item .title {
   color: #fff;
   font-size: 20px;
 }
 
 .portfolio-item .brief-description {
   font-weight: 300;
   line-height: 18px;
   font-size: 12px;
   padding: 10px 15px 0;
   color: #f8f8f8;
 }
 
 .portfolio-item .overlay,
 .portfolio-item .info {
   -moz-transition: all 200ms ease-out;
   -o-transition: all 200ms ease-out;
   -webkit-transition: all 200ms ease-out;
   transition: all 200ms ease-out;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
   opacity: 0;
 }
 
 .portfolio-item img {
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -webkit-transition: all 0.2s linear;
   transition: all 0.2s linear;
   max-width: 100%;
 }
 
 .portfolio-item:hover img {
   -moz-transform: scale(1.3, 1.3);
   -ms-transform: scale(1.3, 1.3);
   -webkit-transform: scale(1.3, 1.3);
   transform: scale(1.3, 1.3);
 }
 
 .portfolio-item:hover .overlay,
 .portfolio-item:hover .info {
   filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
   opacity: 1;
   z-index: 1;
 }
 
 .portfolio-item a,
 .portfolio-item a:hover,
 .portfolio-item a:focus {
   color: #fff;
 }
 
 .portfolio-item .btn {
   background-color: #4474af;
   border: 1px solid #396192;
 }
 
 .portfolio-item .btn:hover,
 .portfolio-item .btn:focus {
   color: #fff;
   background-color: #009e97;
 }
 
 .portfolio-nospace .portfolio-item {
   margin-bottom: 0;
 }
 
 .portfolio-static {
   margin: 0 10px;
 }
 
 .portfolio-static .portfolio-item {
   margin-left: -5px;
   margin-right: -5px;
 }
 
 .item-info {
   float: left;
 }
 
 .item-info h4 {
   margin: 10px 0;
   font-size: 16px;
   font-weight: 400;
 }
 
 /*** 
 
 ====================================================================
   Team Section
 ====================================================================
 
 ***/
 
 .team-section {
   position: relative;
   padding: 90px 0px 70px;
 }
 
 .team-section .section-title {
   position: relative;
   margin-bottom: 40px;
 }
 
 .team-section .image-holder {
   margin-bottom: 30px;
 }
 
 .team-section .image-holder img {
   width: 100%;
   height: 300px;
   object-fit: contain;
   -o-object-fit: contain;
 }
 
 .team-section .image-box {
   position: relative;
   overflow: hidden;
 }
 
 .team-section .social-links {
   position: absolute;
   bottom: -46px;
   left: 0px;
   width: 100%;
   background: rgba(11, 70, 150, 0.5);
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .team-section .image-holder:hover .social-links {
   bottom: 0px;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .team-section .social-links li {
   display: inline-block;
   padding: 12px 15px;
 }
 
 .team-section .social-links li i {
   font-size: 16px;
   color: #ffffff;
 }
 
 .team-section .image-holder .image-text {
   border: 1px solid #f6f6f6;
 }
 
 .team-section .image-holder .image-text h5 {
   font-size: 16px;
   font-weight: 500;
   line-height: 21px;
   color: #222222;
   padding: 10px 0;
 }
 
 .team-section .image-holder .image-text p {
   font-size: 14px;
   font-weight: 400;
   line-height: 28px;
   color: #848484;
   font-style: italic;
 }
 
 @media screen and (max-width: 767px) {
   .team-section {
     padding: 20px 0px 40px;
   }
 }
 
 /*=======================å…³äºŽæˆ‘ä»¬
  * =====================================*/
 
 .modules-video {
   position: relative;
   text-align: center;
   background-repeat: no-repeat;
   background-position: center center;
   -webkit-background-size: 100% auto;
   background-size: 100% auto;
 }
 
 .modules-video .video-wrap {
   background-repeat: no-repeat;
   background-position: center center;
   -webkit-background-size: 100% auto;
   background-size: 100% auto;
 }
 
 .modules-video .modal-dialog {
   margin-top: 10%;
 }
 
 .modules-video .modal-player {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 80px;
   height: 80px;
   margin-left: -40px;
   margin-top: -40px;
   text-align: center;
   line-height: 80px;
   background: #f3f3f3;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   opacity: 0.8;
   filter: alpha(opacify=80);
   vertical-align: top;
   cursor: pointer;
 }
 
 .modules-video .modal-player:after {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 0;
   height: 0;
   margin-top: -20px;
   margin-left: -11px;
   line-height: 0;
   border: 20px solid transparent;
   border-left: 32px solid #333;
   content: "";
 }
 
 .modules-video .modal-player:hover {
   opacity: 0.9;
   filter: alpha(opacify=90);
 }
 
 .video-code {
   display: none;
 }
 
 .modal-video .modal-content {
   position: relative;
   -webkit-border-radius: 0;
   border-radius: 0;
   border: 0;
 }
 
 .modal-video .modal-header {
   position: absolute;
   z-index: 1;
   width: 100%;
   padding: 5px 7px;
   border-bottom: 0;
 }
 
 .modal-video .modal-header .close {
   position: absolute;
   right: 0;
   top: 0;
   width: 22px;
   height: 22px;
   font-size: 16px;
   line-height: 22px;
   margin: 0;
   color: #fff;
   background: #000;
   text-shadow: none;
   opacity: 0.5;
   filter: alpha(opacity=50);
   outline: 0;
 }
 
 .modal-video .modal-header .close:hover {
   opacity: 0.7;
   filter: alpha(opacity=70);
 }
 
 .modal-video .modal-body {
   padding: 0;
   height: 500px;
 }
 
 .modal-video iframe,
 .modal-video embed,
 .modal-video video {
   width: 100%;
   height: 100%;
   vertical-align: top;
 }
 
 .about {
   text-align: center;
 }
 
 .about-banner {
   width: 100%;
   height: 400px;
   background: url(../img/banner-about.jpg) no-repeat;
   background-position: top center;
 }
 
 .sec-title {
   margin: 20px 0 13px 0;
   font-size: 28px;
   color: #fff;
   font-weight: 700;
 }
 
 @media (max-width: 991px) {
   .modules-desc {
     text-align: center;
   }
   .modules-desc .sec-title {
     text-align: center !important;
   }
 }
 
 .about-desc {
   margin-bottom: 20px;
   font-size: 14px;
   line-height: 1.8;
 }
 
 .more-link {
   display: inline-block;
   padding: 10px 35px;
   line-height: 1;
   color: #fff;
   border: 1px solid #fff;
   -webkit-border-radius: 30px;
   border-radius: 30px !important;
   -webkit-transition: all ease-out 0.3s;
   -o-transition: all ease-out 0.3s;
   transition: all ease-out 0.3s;
 }
 
 .more-link i {
   text-indent: -10px;
   color: transparent;
   -webkit-transition: all ease-out 0.3s;
   -o-transition: all ease-out 0.3s;
   transition: all ease-out 0.3s;
 }
 
 .more-link:hover {
   text-decoration: none;
   color: #fff;
   background: transparent;
   border-color: #fff;
   -webkit-transition: all ease-out 0.3s;
   -o-transition: all ease-out 0.3s;
   transition: all ease-out 0.3s;
 }
 
 .more-link:hover i {
   text-indent: 5px;
   color: #fff;
   -webkit-transition: all ease-out 0.3s;
   -o-transition: all ease-out 0.3s;
   transition: all ease-out 0.3s;
 }
 
 .more-link2 {
   display: inline-block;
   padding: 10px 40px;
   line-height: 1;
   color: #fff;
   border: 1px solid #009e96;
   background: #009e96;
   -webkit-border-radius: 30px;
   border-radius: 30px !important;
   -webkit-transition: all ease-out 0.3s;
   -o-transition: all ease-out 0.3s;
   transition: all ease-out 0.3s;
 }
 
 .more-link2 i {
   text-indent: -10px;
   color: transparent;
   -webkit-transition: all ease-out 0.3s;
   -o-transition: all ease-out 0.3s;
   transition: all ease-out 0.3s;
 }
 
 .more-link2:hover {
   text-decoration: none;
   color: #fff;
   background: #016560;
   border-color: #016560;
   -webkit-transition: all ease-out 0.3s;
   -o-transition: all ease-out 0.3s;
   transition: all ease-out 0.3s;
 }
 
 .more-link2:hover i {
   text-indent: 5px;
   color: #fff;
   -webkit-transition: all ease-out 0.3s;
   -o-transition: all ease-out 0.3s;
   transition: all ease-out 0.3s;
 }
 
 .more-link3 {
   display: inline-block;
   padding: 4px 20px;
   line-height: 1;
   color: #fff;
   border: 1px solid #fff;
   -webkit-border-radius: 30px;
   border-radius: 30px;
   -webkit-transition: all ease-out 0.3s;
   -o-transition: all ease-out 0.3s;
   transition: all ease-out 0.3s;
 }
 
 .more-link3 i {
   text-indent: -10px;
   color: transparent;
   -webkit-transition: all ease-out 0.3s;
   -o-transition: all ease-out 0.3s;
   transition: all ease-out 0.3s;
 }
 
 .more-link3:hover {
   text-decoration: none;
   color: #fff;
   background: transparent;
   border-color: #fff;
   -webkit-transition: all ease-out 0.3s;
   -o-transition: all ease-out 0.3s;
   transition: all ease-out 0.3s;
 }
 
 .more-link3:hover i {
   text-indent: 5px;
   color: #fff;
   -webkit-transition: all ease-out 0.3s;
   -o-transition: all ease-out 0.3s;
   transition: all ease-out 0.3s;
 }
 
 /*** 
 
 ====================================================================
     Gallery Style
 ====================================================================
 
 ***/
 
 .gallery-section {
   position: relative;
   padding: 60px 0px 30px;
   background-size: cover !important;
   background-repeat: no-repeat !important;
 }
 
 .gallery-section:before {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   content: "";
   background: rgba(48, 48, 54, 0.9);
 }
 
 .gallery-section .section-title h2:before {
   margin-left: 0px;
   left: 0px;
 }
 
 .gallery-filter {
   text-align: right;
 }
 
 .post-filter {
   display: inline-block;
   margin: 15px 0px 30px;
 }
 
 .post-filter li {
   padding: 0;
 }
 
 .post-filter li.active {
 }
 
 .post-filter li span {
   color: #464646;
   font-size: 18px;
   font-weight: 400;
   line-height: 32px;
   display: block;
   padding-left: 40px;
   cursor: pointer;
   transition: 0.5s ease;
 }
 .post-filter li:first-child span{
   padding-left: 0;
 }
 
 .post-filter li:last-child span {
   border-right: 0px;
 }
 
 .post-filter.style-2 li span {
   color: #fff;
 }
 
 .post-filter li:hover span,
 .post-filter li.active span {
   color: #009e96;
   transition: 0.5s ease;
 }
 
 .post-filter li span i {
   font-size: 14px;
   margin-right: 5px;
 }
 
 .section-title h2.white-color {
   color: #fff;
 }
 
 .gallery-section .inner-box {
   position: relative;
   overflow: hidden;
 }

 .gallery-section .item {
   position: relative;
   overflow: hidden;
   display: inline-block;
   cursor: pointer;
   width: 100%;
 }
 
 .gallery-section .item img {
   width: 100%;
   height: 190px;
   object-fit: contain;
   -o-object-fit: contain;
 }
 .gallery-section .case .item{
  height: 240px;
 }
 .gallery-section .case .item img{
  width: 100%;
  height: 240px;
  object-fit: cover;
  -o-object-fit: cover;
 }
 .gallery-section .product .item{
  height: 190px;
 }
 .gallery-section .product .item img{
  width: 100%;
  height: 190px;
  object-fit: cover;
  -o-object-fit: cover;
 }
 .gallery-section .overlay .top {
   position: absolute;
   text-align: center;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background: rgba(11, 70, 150, 0.8);
   transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
   opacity: 0;
   visibility: hidden;
 }
 
 .gallery-section .item:hover .overlay .top {
   transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
   opacity: 1;
   visibility: visible;
 }
 
 .gallery-section .overlay .top .box {
   display: table;
   width: 100%;
   height: 100%;
 }
 
 .gallery-section .overlay .top .content {
   display: table-cell;
   vertical-align: middle;
 }
 
 .gallery-section .overlay .top a {
   position: relative;
   color: #fff;
   line-height: 41px;
   text-align: center;
   padding: 0 18px;
   font-size: 24px;
 }
 
 .gallery-section .bottom {
   color: #fff;
   margin-bottom: 30px;
   transition: 0.5s ease;
 }
 
 .gallery-section .item:hover .bottom {
   bottom: 10px;
   opacity: 1;
   visibility: visible;
   transition: 0.9s ease;
   transition-delay: 0.3s;
 }
 
 .gallery-section .bottom h4 {
   color: #ffffff;
   line-height: 24px;
   margin-top: 15px;
   margin-bottom: 5px;
   font-size: 16px;
   font-weight: 400;
   height: 24px;
   overflow: hidden;
   text-overflow: ellipsis;
   -webkit-box-orient: vertical;
   display: -webkit-box;
 }
 
 .gallery-section .bottom p {
   color: #009e96;
   font-size: 14px;
   font-weight: 400;
   -webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
   -ms-transition: 0.5s ease;
   -o-transition: 0.5s ease;
   transition: 0.5s ease;
 }
 
 .gallery-section .bottom-content {
   position: relative;
   margin: 20px 0 25px;
 }
 
 .gallery-section .bottom-content h4 {
   font-size: 20px;
   font-weight: 700;
   margin-bottom: 5px;
 }
 
 .gallery-section .bottom-content p {
   color: #42c0e5;
 }
 
 .fancybox-skin {
   background: rgba(11, 70, 150, 0.8) !important;
 }
 
 @media screen and (max-width: 767px) {
   .gallery-section {
     padding: 40px 0px 15px;
   }
   .section-title h2 {
     position: relative;
     font-size: 26px;
     font-weight: 400;
     padding-bottom: 0px;
     margin-bottom: 0px;
     display: inherit;
     text-align: center;
   }
   .gallery-filter {
     text-align: center !important;
   }
   .post-filter {
     display: inline-block;
     margin: 15px 0px 30px 15px;
   }
   .post-filter li {
     padding: 0;
   }
   .post-filter li.active {
   }
   .post-filter li span {
     font-size: 16px;
     padding-left: 40px;
     margin-right: 20px !important;
   }
   .gallery-section .bottom h4 {
     margin-top: 10px;
     margin-bottom: 5px;
     font-size: 16px;
   }
 }
 
 /*** 
 
 ====================================================================
     Fact Counter Section
 ====================================================================
 
 ***/
 
 .fact-counter {
   position: relative;
   padding: 80px 0px 40px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   overflow: hidden;
   background: #f7f7f7;
 }
 
 .fact-counter .auto-container {
   position: relative;
   z-index: 1;
 }
 
 .fact-counter .column {
   position: relative;
   margin-bottom: 40px;
   z-index: 5;
 }
 
 .fact-counter .item {
   position: relative;
   background: rgb(11, 70, 150);
   padding: 15px 40px;
 }
 
 .fact-counter .column .icon {
   position: absolute;
   left: 0px;
   bottom: 0px;
 }
 
 .fact-counter .column .icon i:before {
   font-size: 50px;
   line-height: 70px;
   color: #ffffff;
   margin-left: 0px;
 }
 
 .fact-counter .count-outer {
   position: relative;
   font-size: 50px;
   font-weight: 700;
   padding-left: 70px;
   color: #ffffff;
   padding-bottom: 25px;
 }
 
 .fact-counter .column .counter-title {
   position: relative;
   font-size: 15px;
   font-weight: 700;
   color: #ffffff;
   line-height: 28px;
   padding: 15px 0px;
 }
 
 /*** 
 
 ====================================================================
   Blog Section
 ====================================================================
 
 ***/
 
 .blog-section {
   position: relative;
   margin-top: 70px;
   padding-bottom: 35px;
   z-index: 1;
 }
 
 .blog-section .section-title {
   position: relative;
   margin-bottom: 40px;
 }
 
 .blog-section .item-holder {
   position: relative;
   margin-bottom: 40px;
   transition: all 500ms ease;
 }
 
 .blog-section .item-holder:hover {
   transition: all 500ms ease;
   box-shadow: 0 0 20px 5px #f1f1f1;
 }
 
 .blog-section .item-holder .image-box {
   position: relative;
 }
 
 .blog-section .item-holder img {
   position: relative;
   width: 100%;
   height: 175px;
   object-fit: cover;
   -o-object-fit: cover;
 }
 
 .blog-section .item-holder .image-box .date-box {
   position: absolute;
   bottom: -20px;
   left: 30px;
 }
 
 .blog-section .item-holder .date-box span {
   font-size: 14px;
   color: #ffffff;
   line-height: 18px;
   font-weight: 400;
   padding: 8px 20px;
   background: #009e96;
   display: inline-block;
 }
 
 .blog-section .item-holder .content-text {
   position: relative;
   padding: 0px 30px;
   margin-top: 40px;
   border: 1px solid #f7f7f7;
   border-top: none;
 }
 
 .blog-section .content-text .sec-title h5 {
   position: relative;
   font-size: 16px;
   /*font-weight: 700;*/
   color: #222222;
   /* padding-bottom: 10px; */
   margin-bottom: 10px;
   height: 58px;
   line-height: 21px !important;
   overflow: hidden;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   -webkit-box-orient: vertical;
   display: -webkit-box;
   -webkit-line-clamp: 2;
 }
 
 .blog-section .content-text .sec-title h5:before {
   position: absolute;
   left: 0px;
   bottom: 0px;
   content: "";
   width: 50px;
   height: 2px;
   background: #009e96;
 }
 
 .blog-section .content-text .text p {
   font-size: 14px;
   color: #848484;
   font-weight: 400;
   padding-bottom: 15px;
   height: 42px;
   line-height: 21px;
   overflow: hidden;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   -webkit-box-orient: vertical;
   display: -webkit-box;
   -webkit-line-clamp: 2;
 }
 
 .blog-section .item-holder .blog-info {
   border-top: 1px solid #f6f6f6;
 }
 
 .blog-section .item-holder .blog-info li {
   display: inline-block;
   font-size: 14px;
   line-height: 28px;
   font-weight: 400;
   color: #848484;
   padding: 12px 0px;
   margin-right: 10px;
   text-transform: capitalize;
 }
 
 .blog-section .item-holder .blog-info li i {
   font-size: 13px;
   margin-right: 8px;
 }
 
 @media screen and (max-width: 767px) {
   .blog-section {
     margin-top: 30px;
     padding-bottom: 15px;
   }
   .blog-section .section-title {
     position: relative;
     margin-bottom: 20px;
   }
   .blog-section .item-holder {
     position: relative;
     margin-bottom: 20px;
     transition: all 500ms ease;
   }
   .blog-section .item-holder:hover {
     transition: all 500ms ease;
     box-shadow: 0 0 20px 5px #f1f1f1;
   }
   .blog-section .item-holder .image-box {
     position: relative;
   }
   .blog-section .item-holder img {
     position: relative;
     width: 100%;
     height: 110px;
     object-fit: cover;
     -o-object-fit: cover;
   }
   .blog-section .item-holder .image-box .date-box {
     position: absolute;
     bottom: -20px;
     left: 30px;
   }
   .blog-section .item-holder .date-box span {
     font-size: 14px;
     color: #ffffff;
     line-height: 18px;
     font-weight: 400;
     padding: 8px 10px;
     background: #009e96;
     display: inline-block;
   }
   .blog-section .item-holder .content-text {
     position: relative;
     padding: 0px 10px;
     margin-top: 40px;
     border: 1px solid #f7f7f7;
     border-top: none;
   }
   .blog-section .content-text .sec-title h5 {
     position: relative;
     font-size: 16px;
     /*font-weight: 700;*/
     color: #222222;
     /* padding-bottom: 10px; */
     margin-bottom: 10px;
     /* height: 58px; */
     line-height: 21px !important;
     overflow: hidden;
     -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 2;
   }
   .blog-section .content-text .sec-title h5:before {
     position: absolute;
     left: 0px;
     bottom: 0px;
     content: "";
     width: 50px;
     height: 2px;
     background: #009e96;
   }
   .blog-section .content-text .text p {
     font-size: 14px;
     color: #848484;
     font-weight: 400;
     padding-bottom: 15px;
     height: 42px;
     line-height: 21px;
     overflow: hidden;
     -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 2;
   }
   .blog-section .item-holder .blog-info {
     border-top: 1px solid #f6f6f6;
   }
   .blog-section .item-holder .blog-info li {
     display: inline-block;
     font-size: 14px;
     line-height: 28px;
     font-weight: 400;
     color: #848484;
     padding: 12px 0px;
     margin-right: 10px;
     text-transform: capitalize;
   }
   .blog-section .item-holder .blog-info li i {
     font-size: 13px;
     margin-right: 8px;
   }
 }
 
 /*** 
 
 ====================================================================
   Subscribe Section
 ====================================================================
 
 ***/
 
 .subscribe-section {
   position: relative;
   padding: 15px 0px 20px;
   background: #f7f7f7;
 }
 
 .subscribe-section .auto-container {
   position: relative;
   z-index: 1;
 }
 
 .subscribe-section h2 {
   position: relative;
   color: #1c1c1c;
   font-size: 32px;
   font-weight: 700;
   margin-top: 15px;
 }
 
 .subscribe-section .text {
   position: relative;
   font-size: 16px;
   color: #888888;
   margin-bottom: 20px;
 }
 
 .subscribe-section form {
   position: relative;
   margin-top: 30px;
 }
 
 .subscribe-section .form-group {
   position: relative;
   display: block;
   margin-bottom: 0px;
   overflow: hidden;
 }
 
 .subscribe-section .form-group input[type="text"],
 .subscribe-section .form-group input[type="tel"],
 .subscribe-section .form-group input[type="email"],
 .subscribe-section .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   line-height: 25px;
   padding: 10px 16px;
   height: 47px;
   color: #848484;
   font-size: 14px;
   background: #ffffff;
   border: 1px solid #eeeeee;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
 }
 
 .subscribe-section .form-group input[type="submit"],
 .subscribe-section .form-group button {
   position: absolute;
   top: 0;
   right: 0;
 }
 
 .subscribe-section .form-group button span {
   font-size: 20px;
   padding-left: 0 !important;
   padding-right: 8px;
 }
 
 .subscribe-section .form-group input[type="text"]:focus,
 .subscribe-section .form-group input[type="tel"]:focus,
 .subscribe-section .form-group input[type="email"]:focus,
 .subscribe-section .form-group textarea:focus {
   border-color: #009e96;
   transition: all 300ms ease;
 }
 
 /*** 
 
 ====================================================================
   Footer Style
 ====================================================================
 
 ***/
 
 .footer {
   padding: 35px 0;
   color: #5f676f;
   background: #303036;
 }
 
 @media (max-width: 991px) {
   .footer {
     padding: 25px 10px;
     text-align: center;
   }
 }
 
 @media (max-width: 767px) {
   .footer {
     padding: 35px 0 85px;
   }
 }
 
 .footer a {
   color: #5f676f;
 }
 
 .footer a:hover {
   color: #98a4b1;
   text-decoration: none;
 }
 
 .footer .copyright {
   font-size: 12px;
 }
 
 .footer .menu ul,
 .footer .footer-nav {
   padding: 0;
   margin: 0 0 8px;
   font-size: 14px;
   list-style: none;
 }
 
 .footer .menu ul li,
 .footer .footer-nav li {
   display: inline-block;
   margin-right: 15px;
   line-height: 1.4;
 }
 
 .footer .menu ul a,
 .footer .footer-nav a {
   color: #76818c;
 }
 
 .footer .menu ul a:hover,
 .footer .footer-nav a:hover {
   color: #b3c0ce;
 }
 
 .footer-col {
   display: inline-block;
   font-size: 0;
   vertical-align: middle;
 }
 
 @media (max-width: 1219px) {
   .footer-col-logo {
     display: none;
   }
 }
 
 .footer-col-logo img {
   display: block;
   margin-right: 40px;
   max-width: 120px;
   height: auto;
   border: 0;
 }
 
 .footer-col-sns {
   float: right;
 }
 
 @media (max-width: 991px) {
   .footer-col-sns {
     display: none;
   }
 }
 
 .footer-sns {
   font-size: 0;
 }
 
 .footer-sns a {
   display: inline-block;
   margin: 7px 0 8px 15px;
   vertical-align: top;
 }
 
 .footer-sns .fa {
   position: relative;
   width: 36px;
   height: 36px;
   font-size: 18px;
   line-height: 36px;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   text-align: center;
   background: #394148;
   color: #98a4b1;
 }
 
 .footer-sns .fa:before {
   position: relative;
   z-index: 2;
 }
 
 .footer-sns .fa:after {
   position: absolute;
   left: 0;
   top: 0;
   z-index: 1;
   width: 100%;
   height: 100%;
   background: #4285f4;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   content: "";
   opacity: 0;
   filter: alpha(opacify=0);
   -webkit-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
 }
 
 .footer-sns .fa:hover {
   color: #fff;
 }
 
 .footer-sns .fa:hover:after {
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   opacity: 1;
   filter: alpha(opacify=100);
   -webkit-transition: all 0.5s cubic-bezier(0.3, 0, 0, 1.3) 0s;
   -o-transition: all 0.5s cubic-bezier(0.3, 0, 0, 1.3) 0s;
   transition: all 0.5s cubic-bezier(0.3, 0, 0, 1.3) 0s;
 }
 
 .sns-wx {
   position: relative;
   overflow: hidden;
 }
 
 .sns-wx span {
   position: absolute;
   z-index: 1;
   top: -170px;
   left: 0;
   margin-left: -57px;
   width: 150px;
   height: 150px;
   background-color: #fff;
   -webkit-background-size: 95% auto;
   background-size: 95% auto;
   background-position: center center;
   background-repeat: no-repeat;
   -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
   box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
   opacity: 0;
   filter: alpha(opacify=0);
   -webkit-transition: all 0.2s ease-out 0.1s;
   -o-transition: all 0.2s ease-out 0.1s;
   transition: all 0.2s ease-out 0.1s;
 }
 
 .sns-wx span:after {
   position: absolute;
   bottom: -16px;
   left: 50%;
   width: 0;
   height: 0;
   margin-left: -8px;
   line-height: 0;
   border: 8px solid transparent;
   border-top: 8px solid #fff;
   content: "";
 }
 
 .sns-wx:hover {
   overflow: visible;
 }
 
 .sns-wx:hover span {
   top: -165px;
   opacity: 1;
   filter: alpha(opacify=100);
   -webkit-transition: all 0.2s ease-out 0.1s;
   -o-transition: all 0.2s ease-out 0.1s;
   transition: all 0.2s ease-out 0.1s;
 }
 
 /*** 
 
 ====================================================================
   Page Title
 ====================================================================
 
 ***/
 
 .page-title {
   padding: 30px 0px;
   position: relative;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   /*background: url(../images/title-bg.jpg) no-repeat fixed;*/
 }
 
 .page-title .title h4 {
   font-size: 24px;
   font-weight: 700;
   line-height: 60px;
   color: #fff;
   text-transform: capitalize;
 }
 
 .page-title .title-manu li {
   font-size: 15px;
   line-height: 26px;
   font-weight: 500;
   color: #fff;
   margin-left: 15px;
   padding: 17px 0px;
   display: inline-block;
   text-transform: capitalize;
 }
 
 .page-title .title-manu li a {
   color: #fff;
   transition: all 500ms ease;
 }
 
 .page-title .title-manu li a:hover {
   color: #009e96;
   transition: all 500ms ease;
 }
 
 /*** 
 
 ====================================================================
   Title Menu
 ====================================================================
 
 ***/
 
 .title-menu {
   position: relative;
   padding: 15px 0px;
   background: #f5f5f8;
 }
 
 .title-menu li {
   font-size: 15px;
   line-height: 30px;
   font-weight: 700;
   padding-right: 4px;
   color: #848484;
   text-transform: capitalize;
   display: inline-block;
 }
 
 .title-menu li a {
   color: #848484;
   -o-transition: all 0.5s ease;
 }
 
 .title-menu li a:hover {
   color: #f5b946;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
 }
 
 /*** 
 
 ====================================================================
   About Section
 ====================================================================
 
 ***/
 
 .about-section {
   margin: 100px 0px;
 }
 
 .about-section .section-title h2:before {
   left: 0;
   margin-left: 0px;
 }
 
 .about-section .image-box {
   position: relative;
 }
 
 .about-section .image-box .html5lightbox {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   display: flex;
   background: rgba(11, 70, 150, 0.6);
   text-align: center;
   align-items: center;
   justify-content: center;
 }
 
 .about-section .image-box .html5lightbox i:before {
   color: #ffffff;
   font-size: 36px;
 }
 
 .about-section img {
   width: 100%;
 }
 
 .about-section .content-box p {
   font-size: 14px;
   line-height: 26px;
   font-weight: 400;
   color: #848484;
   padding-bottom: 10px;
 }
 
 /*** 
 
 ====================================================================
   Testimonials Section
 ====================================================================
 
 ***/
 
 .testimonial-section {
   position: relative;
   padding: 90px 0px 145px;
 }
 
 .testimonial-section:before {
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0px;
   top: 0px;
   background: rgba(47, 57, 62, 0.8);
   content: "";
 }
 
 .testimonial-section .sec-title {
   position: relative;
 }
 
 .testimonial-section .sec-title h3 {
   font-size: 36px;
   color: #ffffff;
   padding-bottom: 10px;
 }
 
 .testimonial-section .icon-quort:after {
   position: absolute;
   height: 145px;
   top: 225px;
   border-left: 1px solid #ffffff;
   content: "";
 }
 
 .testimonial-section .icon-quort i {
   position: absolute;
   top: 100px;
   font-size: 30px;
   color: #ffffff;
   width: 90px;
   height: 90px;
   line-height: 90px;
   background: #009e96;
   text-align: center;
   border-radius: 50%;
   margin-left: -45px;
   z-index: 99;
 }
 
 .testimonial-section .sec-title p {
   font-size: 15px;
   line-height: 26px;
   font-weight: 400;
   color: #c4ccd0;
   letter-spacing: 0.8px;
   margin-bottom: 90px;
 }
 
 .testimonial-section .testimonial-carousel {
   position: relative;
   background: rgba(3, 3, 3, 0.5);
   border-radius: 5px;
 }
 
 .testimonial-section .info-outer {
   position: relative;
   margin-bottom: 25px;
 }
 
 .testimonial-section .owl-carousel .owl-item img {
   display: inline-block;
 }
 
 .testimonial-section .slide-item {
   position: relative;
   padding: 0px 35px 20px;
 }
 
 .testimonial-section .slide-item .text {
   position: relative;
   line-height: 30px;
   margin-top: 35px;
   font-size: 16px;
   color: #c4ccd0;
   font-weight: 400;
   font-style: italic;
   text-align: center;
 }
 
 .testimonial-section .author-info h4 {
   font-size: 14px;
   color: #009e96;
   line-height: 24px;
   margin-top: 20px;
   text-transform: uppercase;
   font-weight: 700;
 }
 
 .testimonial-section .author-info .designation {
   font-size: 13px;
   color: #c4ccd0;
   font-weight: 400;
   line-height: 27px;
 }
 
 .testimonial-section .owl-theme .owl-controls {
   display: block;
   position: absolute;
   bottom: -70px;
   left: 50%;
   margin-left: -45px;
 }
 
 .owl-theme .owl-controls .owl-dots .owl-dot span {
   position: relative;
   height: 8px;
   width: 8px;
   margin: 3px;
   border-radius: 50%;
   background: #c4ccd0;
 }
 
 .owl-theme .owl-controls .owl-dots .owl-dot.active span {
   position: relative;
   height: 8px;
   width: 30px;
   border-radius: 25px;
   background: #009e96;
 }
 
 .owl-theme .owl-controls .owl-nav {
   display: none;
 }
 
 /*** 
 
 ====================================================================
   Features Section
 ====================================================================
 
 ***/
 
 .features-section {
   padding: 100px 0px;
 }
 
 .features-section .section-title {
   margin-bottom: 40px;
 }
 
 .features-section .section-title h2:before {
   left: 0px;
   margin-left: 0px;
 }
 
 .features-section .item {
   position: relative;
   padding-left: 70px;
   overflow: hidden;
   margin-bottom: 15px;
 }
 
 .features-section .item i {
   position: absolute;
   top: 0px;
   left: 0px;
 }
 
 .features-section .item i:before {
   font-size: 50px;
   color: #222222;
   line-height: 55px;
   margin-left: 0px;
 }
 
 .features-section .item h6 {
   font-size: 20px;
   color: #222222;
   line-height: 32px;
   text-transform: capitalize;
 }
 
 .accordion-box .accordion {
   position: relative;
   padding: 10px 20px;
   border: 1px solid #e5e5e5;
   margin-bottom: 10px;
 }
 
 .accordion-box .accordion .accord-btn {
   position: relative;
   cursor: pointer;
 }
 
 .accordion-box .accordion .accord-btn h6 {
   font-size: 16px;
   font-weight: 400;
   color: #222222;
   line-height: 24px;
   transition: all 500ms ease 0s;
 }
 
 .accordion-box .accordion .accord-btn::after {
   position: absolute;
   color: #848484;
   content: "\f067";
   font-size: 14px;
   font-weight: 400;
   line-height: 30px;
   top: 0px;
   right: 0px;
   font-family: "FontAwesome";
   transition: all 500ms ease 0s;
 }
 
 .accordion-box .accordion .accord-btn.active {
   padding-bottom: 10px;
 }
 
 .accordion-box .accordion .accord-btn.active h6 {
   color: #009e96;
   transition: all 500ms ease 0s;
 }
 
 .accordion-box .accordion .accord-btn.active:after {
   top: -5px;
   content: "\f068";
   color: #009e96;
   transition: all 500ms ease 0s;
 }
 
 .accordion-box .accordion .accord-content {
   position: relative;
   display: none;
 }
 
 .accordion-box .accordion .accord-content.collapsed {
   display: block;
 }
 
 .accordion-box .accordion .accord-content p {
   font-size: 14px;
   line-height: 24px;
   font-weight: 400;
   color: #666666;
   margin-bottom: 0px;
 }
 
 /*** 
 
 ====================================================================
   Finance Section
 ====================================================================
 
 ***/
 
 .finance-section {
   padding: 100px 0px;
 }
 
 .finance-section .section-title h2:before {
   left: 0px;
   margin-left: 0px;
 }
 
 .finance-section img {
   width: 100%;
 }
 
 .finance-section h3 {
   font-size: 24px;
   line-height: 32px;
   font-weight: 400;
   color: #009e96;
   margin: 10px 0px;
 }
 
 .finance-section .link-btn i {
   margin-left: 10px;
 }
 
 /*** 
 
 ====================================================================
   Service Section Style Two
 ====================================================================
 
 ***/
 
 .service-section.style-two .item-holder {
   position: relative;
   padding: 20px 40px;
   overflow: hidden;
 }
 
 .service-section.style-two .item-holder:before {
   position: absolute;
   bottom: 0px;
   left: -200%;
   width: 100%;
   height: 1px;
   content: "";
   background: #009e96;
   transition: all 500ms ease 0s;
 }
 
 .service-section.style-two .item-holder:hover:before {
   left: 0%;
   transition: all 500ms ease 0s;
 }
 
 .service-section.style-two .link-btn a {
   font-size: 12px;
   color: #009e96;
   font-weight: 700;
   text-transform: uppercase;
 }
 
 /*** 
 
 ====================================================================
   Subscribe Section Style Two
 ====================================================================
 
 ***/
 
 .subscribe-section.style-two {
   background: #ffffff;
 }
 
 /*** 
 
 ====================================================================
   Features Section Style Two
 ====================================================================
 
 ***/
 
 .features-section.style-two .section-title h2:before {
   left: 50%;
   margin-left: -82px;
 }
 
 /*** 
 
 ====================================================================
     Error Page
 ====================================================================
 
 ***/
 
 .error-section {
   padding: 135px 0px 150px;
 }
 
 .error-section li {
   font-size: 190px;
   color: #009e96;
   margin: 3px 10px;
   line-height: 40px;
   display: inline-block;
 }
 
 .error-section li img {
   display: inherit;
 }
 
 .error-section h4 {
   font-size: 28px;
   line-height: 40px;
   font-weight: 700;
   color: #222222;
   padding-top: 20px;
   text-transform: capitalize;
 }
 
 .error-section p {
   font-size: 16px;
   line-height: 26px;
   font-weight: 400;
   color: #666666;
 }
 
 .error-section .link-btn {
   margin-top: 35px;
 }
 
 .error-section .link-btn i {
   margin-right: 10px;
 }
 
 .error-section .link-btn .btn-style-one {
   border-radius: 6px;
 }
 
 /*** 
 
 ====================================================================
     Gallery Section Style Two
 ====================================================================
 
 ***/
 
 .gallery-section.style-two {
   position: relative;
 }
 
 .gallery-section.style-two:before {
   display: none;
 }
 
 .gallery-section.style-two .section-title h2:before {
   left: 50%;
   margin-left: -82px;
 }
 
 .gallery-section.style-two .gallery-filter {
   text-align: center;
 }
 
 .gallery-section.style-two .bottom h4 {
   color: #222222;
 }
 
 /*** 
 ====================================================================Service Details==================================================================== 
 ***/
 .service-details {
   padding: 100px 0px;
 }
 
 .service-details .left-side {
   margin-right: 30px;
 }
 
 .service-details .left-side li {
   margin-bottom: 5px;
 }
 
 .service-details .left-side li i {
   color: #222222;
   float: right;
   font-size: 14px;
   line-height: 26px;
 }
 
 .service-details .left-side li a {
   color: #222222;
   font-size: 16px;
   line-height: 26px;
   background: #ffffff;
   padding: 10px;
   width: 100%;
   border: 1px solid #cccccc;
   display: inline-block;
   transition: all 500ms ease 0s;
 }
 
 .service-details .left-side li:hover i {
   color: #ffffff;
   transition: all 500ms ease 0s;
 }
 
 .service-details .left-side li:hover a {
   color: #ffffff;
   background: #009e96;
   border-color: #009e96;
   transition: all 500ms ease 0s;
 }
 
 .blog-details .download-link {
   margin-top: 40px;
 }
 
 .blog-details .download-link .item {
   position: relative;
   padding-left: 50px;
   background: #f7f7f7;
   overflow: hidden;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-bottom: 10px;
 }
 
 .blog-details .download-link .item i {
   position: absolute;
   top: 20px;
   left: 15px;
   font-size: 25px;
   color: #222222;
 }
 
 .blog-details .download-link .item h6 {
   font-size: 18px;
   color: #222222;
   line-height: 28px;
 }
 
 .blog-details .download-link .item span {
   font-size: 14px;
   color: #009e96;
   line-height: 26px;
 }
 
 .service-details .get-questions {
   position: relative;
   margin-top: 50px;
   z-index: 1;
   padding: 40px 0px;
   background-size: cover;
   background-repeat: no-repeat;
 }
 
 .service-details .get-questions:before {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   content: "";
   z-index: -1;
   background: rgba(11, 70, 150, 0.8);
 }
 
 .service-details .get-questions h6 {
   font-size: 18px;
   font-weight: 400;
   color: #ffffff;
   line-height: 26px;
 }
 
 .service-details .get-questions h6 span {
   text-transform: uppercase;
 }
 
 .service-details .get-questions h4 {
   font-size: 24px;
   line-height: 28px;
   font-weight: 700;
   color: #ffffff;
   padding-top: 25px;
 }
 
 .service-details .get-questions p {
   font-size: 14px;
   line-height: 28px;
   font-weight: 400;
   color: #ffffff;
   margin-bottom: 0px;
 }
 
 .service-details .right-side {
   margin-left: -30px;
 }
 
 .service-details .right-side .image-box img {
   width: 100%;
 }
 
 .service-details .right-side .section-title h2 {
   margin-top: 20px;
 }
 
 .service-details .right-side .section-title h2:before {
   left: 0px;
   margin-left: 0px;
 }
 
 .service-details .right-side p {
   font-size: 14px;
   color: #848484;
   margin-right: 10px;
 }
 
 .service-details .right-side .content-text {
   margin-top: 40px;
 }
 
 .service-details .image-clomun {
   margin-top: 40px;
 }
 
 .service-details .image-clomun img {
   width: 100%;
   border: 1px solid #009e96;
 }
 
 .service-details .image-clomun h5 {
   font-size: 20px;
   color: #222222;
   line-height: 32px;
   margin-top: -5px;
   padding-bottom: 10px;
   text-transform: capitalize;
 }
 
 .service-details .image-clomun p {
   font-size: 14px;
   color: #848484;
 }
 
 .service-details .image-clomun ul li a {
   font-size: 16px;
   color: #222222;
   font-weight: 400;
   line-height: 26px;
 }
 
 .service-details .image-clomun ul li i {
   margin-right: 10px;
   font-size: 14px;
   line-height: 26px;
 }
 
 .service-details .image-clomun ul li:hover a {
   color: #009e96;
 }
 
 .service-details .image-clomun ul li:hover i {
   color: #009e96;
 }
 
 .service-details .right-side .pichert {
   margin-top: 40px;
 }
 
 .service-details .right-side .pichert img {
   width: 100%;
 }
 
 /* ====================================================================Checkout Section====================================================================***/
 */ .checkout-content {
   position: relative;
   padding: 95px 0px;
 }
 
 .checkout-content label {
   display: block !important;
   font-size: 14px;
   line-height: 26px;
   color: #222;
   margin-bottom: 2px;
   font-weight: 400;
 }
 
 .checkout-content .billing-form input,
 .checkout-content .billing-form select {
   position: relative;
   border: 1px solid #e5e5e5;
   height: 45px;
   width: 100%;
   padding: 0px 15px;
   margin-bottom: 23px;
 }
 
 .checkout-content .billing-form select {
   cursor: pointer;
 }
 
 .checkout-content .billing-form input[type="checkbox"] {
   height: 17px;
   width: 17px;
   background: #fff;
   border: 1px solid #e5e5e5;
   margin-top: 10px;
 }
 
 .checkout-content .billing-form span {
   position: relative;
   font-size: 14px;
   line-height: 26px;
   color: #222;
   display: inline-block;
   top: -3px;
 }
 
 .checkout-content .top-content {
   position: relative;
   font-size: 14px;
   line-height: 27px;
   color: #222;
   display: block;
   border: 1px solid #e5e5e5;
   padding: 12px 29px 14px 29px;
   margin-bottom: 30px;
 }
 
 .checkout-content .top-content:before {
   position: absolute;
   content: "";
   background: #009e96;
   width: 3px;
   height: 103%;
   left: 0px;
   top: -1px;
 }
 
 .checkout-content .top-content a {
   color: #009e96;
 }
 
 .checkout-content .title {
   position: relative;
   display: block;
   background: #f5f5f5;
   font-size: 22px;
   line-height: 30px;
   color: #222;
   font-weight: 600;
   padding: 12px 0px 13px 30px;
   margin-bottom: 0px;
 }
 
 .checkout-content .billing-form {
   position: relative;
   border: 1px solid #e5e5e5;
   padding: 23px 30px 7px 29px;
   margin-bottom: 30px;
   border-top: none;
 }
 
 .checkout-content .additional-content {
   position: relative;
   border: 1px solid #e5e5e5;
   padding: 23px 29px 30px 29px;
   border-top: none;
 }
 
 .checkout-content .additional-content .notes {
   position: relative;
   font-size: 14px;
   line-height: 26px;
   color: #222;
   margin-bottom: 1px;
 }
 
 .checkout-content .additional-content textarea {
   font-size: 14px;
   line-height: 26px;
   color: #848484;
   display: block;
   border: 1px solid #e5e5e5;
   height: 120px;
   padding: 8px 0px 0px 18px;
   width: 100%;
   resize: none;
 }
 
 .checkout-content .your-order {
   position: relative;
   padding: 0px 0px 0px 0px;
   border: 1px solid #e5e5e5;
   border-top: none;
   margin-bottom: 30px;
 }
 
 .checkout-content .your-order .single-item {
   position: relative;
   border-bottom: 1px solid #e5e5e5;
   padding: 30px 30px 31px 30px;
 }
 
 .checkout-content .your-order .sub-total {
   border-bottom: 1px solid #e5e5e5;
 }
 
 .checkout-content .your-order .single-item .img-box {
   display: inline-block;
   padding: 0px 16px 0px 0px;
 }
 
 .checkout-content .your-order .single-item .text {
   display: inline-block;
   padding: 0px 0px 0px 0px;
   font-size: 17px;
   line-height: 28px;
   color: #222;
   margin: 0px;
 }
 
 .checkout-content .your-order .single-item .text span {
   position: absolute;
   font-size: 20px;
   line-height: 30px;
   color: #848484;
   right: 30px;
   top: 56px;
 }
 
 .checkout-content .your-order .sub-total,
 .checkout-content .your-order .order-total {
   position: relative;
   font-size: 17px;
   line-height: 28px;
   color: #222;
   padding: 25px 30px 11px 30px;
   display: block;
 }
 
 .checkout-content .your-order .sub-total span,
 .checkout-content .your-order .order-total span {
   float: right;
   position: relative;
   font-size: 20px;
   line-height: 30px;
   color: #848484;
 }
 
 .checkout-content .your-order .order-total {
   padding: 13px 30px 22px 30px;
 }
 
 .checkout-content .your-order .order-total span {
   color: #009e96;
 }
 
 .checkout-content .payment-process .payment-system {
   position: relative;
   border: 1px solid #e5e5e5;
   border-top: none;
   padding: 26px 29px 25px 29px;
 }
 
 .checkout-content .payment-process .payment-system input[type="checkbox"] {
   height: 17px;
   width: 17px;
   margin-right: 10px;
   margin-bottom: 10px;
 }
 
 .checkout-content .payment-process .payment-system span {
   position: relative;
   font-size: 17px;
   line-height: 28px;
   color: #222;
   top: -3px;
   margin-right: 25px;
 }
 
 .checkout-content .payment-process .payment-system .text {
   font-size: 13px;
   line-height: 24px;
   color: #848484;
   padding: 0px 15px 0px 31px;
   margin-bottom: 22px;
 }
 
 .checkout-content .payment-process .payment-system a {
   position: relative;
   font-size: 13px;
   line-height: 24px;
   color: #009e96;
   text-decoration: underline;
   top: -5px;
   display: inline-block;
   margin-bottom: 18px;
 }
 
 .checkout-content .payment-process .payment-system a.pay-btn {
   position: relative;
   font-size: 14px;
   line-height: 26px;
   color: #fff;
   font-weight: 700;
   text-decoration: none;
   text-transform: uppercase;
   text-align: center;
   background: #009e96;
   display: block;
   padding: 9px 0px 10px 0px;
   margin-top: 10px;
 }
 
 /*** 
 
 ====================================================================
   Single Product
 ====================================================================
 
 ***/
 
 .single-product {
   padding: 90px 0px;
 }
 
 .single-product .section-title h3 {
   font-size: 30px;
   line-height: 44px;
   top: -10px;
   padding-bottom: 14px;
 }
 
 .single-product .section-title span {
   font-size: 22px;
   font-weight: 600;
   color: #009e96;
 }
 
 .single-product img {
   width: 100%;
 }
 
 .single-product .image-text p {
   font-size: 14px;
   line-height: 26px;
   font-weight: 500;
   color: #848484;
   padding-top: 26px;
   padding-bottom: 25px;
 }
 
 .single-product .form-group {
   display: inline-block;
   margin-bottom: 32px;
 }
 
 .single-product .form-group input {
   width: 65px;
   height: 50px;
   margin-right: 17px;
   padding: 0px 10px;
   border: 1px solid #e5e5e5;
 }
 
 .single-product .form-group button {
   font-size: 14px;
   font-weight: 700;
   line-height: 26px;
   padding: 12px 30px;
 }
 
 .single-product .image-text .tags strong {
   font-size: 14px;
   line-height: 26px;
   font-weight: 400;
   color: #222222;
   text-transform: capitalize;
 }
 
 .single-product .image-text .tags a {
   font-size: 14px;
   line-height: 26px;
   font-weight: 400;
   color: #009e96;
   text-transform: capitalize;
   transition: all 0.5s ease;
 }
 
 .single-product .image-text .tags a:hover {
   color: #222222;
   transition: all 0.5s ease;
 }
 
 .single-product .image-text .social-links li {
   display: inline-block;
   margin-right: 4px;
 }
 
 .single-product .image-text .social-links li strong {
   font-size: 18px;
   line-height: 28px;
   font-weight: 400;
   color: #222222;
   text-transform: capitalize;
 }
 
 .single-product .image-text .social-links {
   margin-top: 36px;
 }
 
 .single-product .image-text .social-links li i {
   font-size: 16px;
   color: #ffffff;
   width: 35px;
   height: 35px;
   text-align: center;
   line-height: 35px;
   border-radius: 50%;
 }
 
 .single-product .image-text .social-links li:nth-child(2) i {
   background: #3b5999;
 }
 
 .single-product .image-text .social-links li:nth-child(3) i {
   background: #55acee;
 }
 
 .single-product .image-text .social-links li:nth-child(4) i {
   background: #bd081c;
 }
 
 .single-product .image-text .social-links li:nth-child(5) i {
   background: #00aff0;
 }
 
 .single-product .image-text .social-links li:nth-child(6) i {
   background: #0077b5;
 }
 
 .single-product .tabs-box {
   padding-top: 95px;
 }
 
 .single-product .tabs-box .tab-buttons .tab-btn {
   position: relative;
   font-size: 16px;
   font-weight: 500;
   line-height: 28px;
   color: #848484;
   margin-right: 35px;
   padding-bottom: 12px;
   text-transform: uppercase;
   transition: all 0.5s ease;
 }
 
 .single-product .tabs-box .tab-buttons .tab-btn.active-btn,
 .single-product .tabs-box .tab-buttons .tab-btn.active-btn:hover {
   color: #009e96;
   transition: all 0.5s ease;
 }
 
 .single-product .tabs-box .tab-buttons .tab-btn.active-btn:before,
 .single-product .tabs-box .tab-buttons .tab-btn:hover:before {
   position: absolute;
   content: "";
   bottom: 0px;
   left: 0px;
   width: 100%;
   border-bottom: 2px solid #009e96;
   transition: all 0.5s ease;
 }
 
 .single-product .tabs-box .tab-content {
   margin-top: 37px;
   padding: 32px 60px 22px 40px;
   border: 1px solid #e5e5e5;
 }
 
 .single-product .tabs-box .tab-content .tab {
   transition: all 0.5s ease;
 }
 
 .single-product .tabs-box .tab-content .tab h3 {
   font-size: 22px;
   font-weight: 600;
   line-height: 32px;
   color: #222222;
   padding-bottom: 14px;
 }
 
 .single-product .tabs-box .tab-content .tab p {
   font-size: 14px;
   font-weight: 400;
   line-height: 28px;
   color: #848484;
   letter-spacing: 0.5px;
 }
 
 .shop-page.style-two {
   padding-top: 0px;
   padding-bottom: 70px;
 }
 
 .shop-page.style-two .section-title h3 {
   font-size: 30px;
   padding-bottom: 13px;
 }
 
 /***
 
 ===================================================================
     Cart Page styles 
 ===================================================================
 
 ***/
 
 .cart-section {
   position: relative;
   padding-top: 100px;
   padding-bottom: 100px;
 }
 
 .cart-section .table-outer {
   position: relative;
   width: 100%;
   margin-bottom: 50px;
   overflow-x: auto;
 }
 
 .cart-section .cart-table {
   width: 100%;
   min-width: 1100px;
   border-top: none !important;
   border: 1px solid #e5e5e5;
 }
 
 .cart-section .cart-header {
   width: 100%;
   min-width: 1100px;
   background: #f5f5f5;
 }
 
 .cart-section .cart-header h6 {
   position: relative;
   font-size: 20px;
   line-height: 36px;
   padding: 10px 30px;
   font-weight: 500;
   display: block;
   color: #222222;
   text-transform: uppercase;
 }
 
 .cart-table tbody tr .image-box {
   position: relative;
   padding: 57px 30px;
   width: 300px;
 }
 
 .cart-table tbody tr.item {
   border-bottom: 1px solid #e5e5e5;
 }
 
 .cart-table tbody tr .column-box {
   padding-left: 100px;
 }
 
 .cart-table tbody tr .column-box h6 {
   font-size: 15px;
   line-height: 26px;
   font-weight: 400;
   color: #222222;
   text-transform: uppercase;
 }
 
 .cart-table tbody tr .prod-thumb {
   position: absolute;
   left: 30px;
   top: 30px;
   padding: 0px;
 }
 
 .cart-table tbody tr .qty {
   width: 335px;
 }
 
 .cart-table tbody tr .qty input {
   width: 100px;
   font-size: 16px;
   font-weight: 400;
   line-height: 26px;
   padding: 10px 15px;
   color: #848484;
 }
 
 .cart-table tbody tr .sub-total {
   width: 320px;
   font-size: 18px;
   font-weight: 600;
   line-height: 26px;
   padding: 10px 15px;
   color: #009e96;
 }
 
 .cart-table tbody tr .remove {
   width: 40px;
 }
 
 .cart-table tbody tr .remove i {
   font-size: 20px;
   color: #848484;
 }
 
 .cart-section .section-title h6 {
   font-size: 20px;
   font-weight: 500;
   line-height: 35px;
   color: #222222;
   padding: 10px 30px;
   background: #f5f5f5;
   text-transform: uppercase;
 }
 
 .cart-section .apply-coupon {
   padding: 20px 30px;
 }
 
 .cart-section .apply-coupon p {
   font-size: 14px;
   line-height: 30px;
   color: #848484;
 }
 
 .cart-section .apply-coupon .form-group input {
   width: 370px;
   height: 45px;
 }
 
 .cart-section .apply-coupon .form-group button {
   width: 130px;
   background: none;
   color: #848484;
   height: 50px;
   border: 1px solid #009e96;
   padding: 10px 16px;
   transition: all 0.5s ease;
 }
 
 .cart-section .apply-coupon .form-group button:hover {
   width: 130px;
   color: #ffffff;
   background: #009e96;
   border: 1px solid #009e96;
   transition: all 0.5s ease;
 }
 
 .cart-section .cart-total {
   padding-bottom: 30px;
   border-bottom: 1px solid #e5e5e5;
 }
 
 .cart-section .totals-table {
   padding: 14px 30px;
 }
 
 .cart-section .totals-table li {
   padding: 15px 0px;
   border-bottom: 1px solid #e5e5e5;
 }
 
 .cart-section .totals-table li:nth-child(2) {
   border-bottom: none;
 }
 
 .cart-section .totals-table h6 {
   font-size: 15px;
   font-weight: 500;
   line-height: 20px;
   color: #222222;
   text-transform: uppercase;
 }
 
 .cart-section .totals-table span {
   float: right;
   font-size: 20px;
   color: #848484;
 }
 
 .cart-section .totals-table li:nth-child(2) span {
   color: #009e96;
 }
 
 .cart-section .totals-table .link-btn {
   margin-top: 12px;
   float: right;
 }
 
 .cart-section .totals-table .link-btn .btn-style-one {
   height: 50px;
   padding: 10px 25px;
 }
 
 /*** 
 
 ====================================================================
     Blog Section Style Two
 ====================================================================
 
 ***/
 
 .blog-section.style-two .content-text .sec-title h5 {
   line-height: 36px;
 }
 
 .blog-section.style-two .content-text .sec-title h5:hover {
   color: #009e96;
 }
 
 /*** 
 
 ====================================================================
   Styled Pagination
 ====================================================================
 
 ***/
 
 .styled-pagination {
   position: relative;
   padding-top: 20px;
   margin-bottom: 20px;
   text-align: center;
 }
 
 .styled-pagination li {
   position: relative;
   display: inline-block;
   margin-right: 5px;
 }
 
 .styled-pagination li a {
   position: relative;
   display: block;
   font-size: 12px;
   color: #222222;
   font-weight: 400;
   text-align: center;
   padding: 0px 5px;
   text-transform: uppercase;
   transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
 }
 
 .styled-pagination li a.number {
   position: relative;
 }
 
 .styled-pagination li a.number:before {
   position: absolute;
   bottom: 0px;
   left: 0px;
   width: 15px;
   height: 3px;
   content: "";
   background: #cccccc;
   transition: all 500ms ease;
 }
 
 .styled-pagination li:hover a {
   color: #009e96;
 }
 
 .styled-pagination li a.number.active:before,
 .styled-pagination li:hover a.number:before {
   background: #009e96;
   transition: all 500ms ease;
 }
 
 /*** 
 
 ====================================================================
   Blog Details
 ====================================================================
 
 ***/
 
 .blog-details {
   position: relative;
   padding: 80px 0px;
 }
 
 .blog-details .left-side {
   margin-right: 35px;
 }
 
 .blog-details .left-side .sec-title h4 {
   position: relative;
   font-size: 22px;
   font-weight: 700;
   color: #222222;
   padding-bottom: 10px;
   margin-bottom: 30px;
 }
 
 .blog-details .left-side .sec-title h4:before {
   position: absolute;
   left: 0px;
   bottom: 0px;
   content: "";
   width: 30px;
   height: 3px;
   background: #cccccc;
 }
 
 .blog-details .left-side .search-box {
   position: relative;
 }
 
 .blog-details .left-side .search-box input {
   position: relative;
   height: 55px;
   width: 100%;
   color: #848484;
   padding: 0px 15px;
   background: #ffffff;
   font-weight: 400;
   font-size: 14px;
   border: 1px solid #e5e5e5;
 }
 
 .blog-details .left-side .search-box input:focus {
   border-color: #009e96;
 }
 
 .blog-details .left-side .search-box button {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 50px;
   height: 55px;
   line-height: 55px;
   background: #009e96;
 }
 
 .blog-details .left-side .search-box button i {
   font-size: 14px;
   color: #ffffff;
 }
 
 .blog-details .left-side .service-menu li {
   position: relative;
   margin-bottom: 4px;
   overflow: hidden;
   z-index: 1;
   background: #f8f8f8;
   border-bottom: 1px dotted #7f7f7f;
 }
 
 .blog-details .left-side .service-menu li:before {
   position: absolute;
   top: 1px;
   left: -98%;
   content: "";
   width: 100%;
   height: 100%;
   z-index: -1;
   background: #009e96;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .blog-details .left-side .service-menu li:hover:before {
   left: 0px;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .blog-details .left-side .service-menu li a {
   font-size: 16px;
   color: #222222;
   font-weight: 400;
   display: block;
   line-height: 26px;
   padding: 12px 20px 12px 30px;
   text-transform: uppercase;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .blog-details .left-side .service-menu li:hover a {
   color: #ffffff;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .blog-details .left-side .service-menu li span {
   float: right;
 }
 
 .blog-details .left-side .blog-sidebar {
   margin-top: 65px;
 }
 
 .blog-details .left-side .blog-sidebar .item {
   position: relative;
   padding-left: 122px;
   overflow: hidden;
   margin-bottom: 35px;
 }
 
 .blog-details .left-side .blog-sidebar .image-box {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 98px;
   height: 88px;
 }
 
 .blog-details .left-side .blog-sidebar h6 {
   font-size: 14px;
   color: #222222;
   font-weight: 700;
   line-height: 22px;
   padding-bottom: 15px;
 }
 
 .blog-details .left-side .blog-sidebar .bloog-info li {
   display: inline-block;
   margin-right: 25px;
 }
 
 .blog-details .left-side .blog-sidebar li a {
   font-size: 12px;
   font-weight: 600;
   color: #222222;
 }
 
 .blog-details .left-side .blog-sidebar .bloog-info li i {
   font-size: 14px;
   color: #009e96;
   margin-right: 8px;
 }
 
 .blog-details .left-side .blog-sidebar .bloog-info li span {
   color: #888888;
 }
 
 .blog-details .left-side .about-info {
   margin-top: 60px;
 }
 
 .blog-details .left-side .about-info img {
   width: 100%;
 }
 
 .blog-details .left-side .about-info p {
   font-size: 14px;
   line-height: 24px;
   color: #666666;
   font-weight: 400;
   padding-top: 20px;
 }
 
 .blog-details .left-side .get-questions {
   position: relative;
   margin-top: 50px;
   z-index: 1;
   padding: 40px 0px;
   background-size: cover;
   background-repeat: no-repeat;
 }
 
 .blog-details .left-side .get-questions:before {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   content: "";
   z-index: -1;
   background: rgba(0, 158, 150, 0.7);
 }
 
 .blog-details .left-side .get-questions h6 {
   font-size: 18px;
   font-weight: 400;
   color: #ffffff;
   line-height: 26px;
 }
 
 .blog-details .left-side .get-questions h6 span {
   text-transform: uppercase;
 }
 
 .blog-details .left-side .get-questions h4 {
   font-size: 24px;
   line-height: 28px;
   font-weight: 700;
   color: #ffffff;
   padding-top: 25px;
 }
 
 .blog-details .left-side .get-questions p {
   font-size: 14px;
   line-height: 28px;
   font-weight: 400;
   color: #ffffff;
   margin-bottom: 0px;
 }
 
 .blog-details .right-side {
   margin-left: -30px;
 }
 
 .blog-details .right-side .item-holder {
   margin-bottom: 40px;
 }
 
 .blog-details .right-side .item-holder img {
   width: 100%;
 }
 
 .blog-details .right-side .bloog-info {
   margin-top: 30px;
   margin-bottom: 20px;
 }
 
 .blog-details .right-side .bloog-info li {
   display: inline-block;
   margin-right: 25px;
 }
 
 .blog-details .bloog-info li a {
   font-size: 14px;
   font-weight: 500;
   color: #222222;
 }
 
 .blog-details .right-side .bloog-info li i {
   font-size: 16px;
   color: #009e96;
   margin-right: 8px;
 }
 
 .blog-details .right-side .bloog-info li span {
   color: #888888;
 }
 
 .blog-details .right-side .image-text h5 {
   font-size: 24px;
   font-weight: 700;
   color: #222222;
   padding-top: 15px;
 }
 
 .blog-details .right-side .image-text p {
   font-size: 14px;
   font-weight: 400;
   color: #666666;
   padding-top: 15px;
 }
 
 .blog-details .right-side .link-btn {
   position: relative;
   padding-top: 15px;
   margin-top: 30px;
 }
 
 .blog-details .right-side .link-btn:before {
   position: absolute;
   top: 0px;
   left: 0px;
   content: "";
   width: 60px;
   height: 3px;
   background: #cccccc;
   transition: all 500ms ease;
 }
 
 .blog-details .right-side .link-btn:hover:before {
   background: #ffbe12;
   transition: all 500ms ease;
 }
 
 .blog-details .right-side .link-btn a {
   font-size: 11px;
   font-weight: 700;
   color: #222222;
   text-transform: uppercase;
 }
 
 .blog-details .item-holder blockquote {
   position: relative;
   padding: 20px 0px 20px 20px;
   margin: 30px 75px 30px 0px;
   border-left: 5px solid #dddddd;
 }
 
 .blog-details .item-holder blockquote strong {
   font-size: 16px;
   font-weight: 700;
   color: #222222;
   line-height: 26px;
 }
 
 .blog-details .right-side .image-clomun {
   margin-top: 45px;
 }
 
 .blog-details .right-side .image-clomun h6 {
   font-size: 18px;
   font-weight: 700;
   color: #222222;
   padding-top: 0px;
 }
 
 .blog-details .right-side .image-clomun p {
   font-size: 16px;
   font-weight: 500;
   color: #222222;
   line-height: 28px;
   padding-top: 15px;
 }
 
 .blog-details .right-side .text-menu li a {
   font-size: 16px;
   font-weight: 500;
   line-height: 32px;
   color: #222222;
 }
 
 .blog-details .right-side .text-menu li i {
   margin-right: 10px;
   font-size: 16px;
   color: #009e96;
 }
 
 .blog-details .right-side .link-area {
   margin-left: 5px;
   padding: 30px 0px 20px;
   border-bottom: 1px solid #eeeeee;
 }
 
 .blog-details .right-side .link-area .link-menu {
   float: left;
 }
 
 .blog-details .right-side .link-area .link-menu li {
   display: inline-block;
   margin-right: 10px;
 }
 
 .blog-details .right-side .link-area .link-menu li a {
   font-size: 12px;
   font-weight: 700;
   color: #666666;
   text-transform: uppercase;
 }
 
 .blog-details .right-side .link-area .link-menu li:hover a {
   color: #222222;
 }
 
 .blog-details .right-side .link-area .social-links {
   float: right;
 }
 
 .blog-details .right-side .link-area .social-links li {
   display: inline-block;
   font-size: 14px;
   margin-left: 5px;
   color: #222222;
   font-weight: 400;
 }
 
 .blog-details .right-side .link-area .social-links strong {
   margin-right: 15px;
 }
 
 .blog-details .right-side .link-area .social-links li i {
   font-size: 12px;
   color: #666666;
   width: 32px;
   height: 32px;
   line-height: 32px;
   background: #ffffff;
   text-align: center;
   border-radius: 50%;
   border: 1px solid #dedede;
 }
 
 .blog-details .right-side .link-area .social-links li:hover i {
   color: #ffffff;
   background: #009e96;
   border: 1px solid #009e96;
 }
 
 .blog-details .right-side .sec-title h5 {
   font-size: 24px;
   font-weight: 700;
   color: #222222;
   padding-bottom: 10px;
   margin-bottom: 30px;
 }
 
 .blog-details .right-side input {
   font-size: 14px;
   height: 50px;
   color: #888888;
   font-weight: 400;
   line-height: 24px;
   border-color: #eeeeee;
   box-shadow: none;
   text-transform: capitalize;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .blog-details .right-side input:focus {
   border-color: #009e96;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .blog-details .right-side textarea {
   font-size: 14px;
   height: 150px;
   color: #888888;
   font-weight: 400;
   line-height: 24px;
   border-color: #eeeeee;
   box-shadow: none;
   resize: none;
   text-transform: capitalize;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .blog-details .right-side textarea:focus {
   border-color: #009e96;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .blog-details .right-side .form-group {
   margin-bottom: 20px;
 }
 
 .blog-details .right-side .form-bottom {
   margin-top: 35px;
   margin-bottom: 0px;
 }
 
 .blog-details .right-side .comment-area {
   margin-top: 80px;
 }
 
 .blog-details .right-side .comment-area .item {
   position: relative;
   padding-left: 95px;
   overflow: hidden;
   padding-bottom: 35px;
   margin-bottom: 60px;
   border-bottom: 1px solid #eeeeee;
 }
 
 .blog-details .right-side .comment-area .item:last-child {
   border-bottom: none;
   padding-bottom: 0px;
   margin-bottom: 0px;
 }
 
 .blog-details .right-side .comment-area .image {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 70px;
   height: 70px;
 }
 
 .blog-details .right-side .comment-area img {
   position: relative;
   border-radius: 50%;
   border: 1px solid #009e96;
   border-radius: 50%;
 }
 
 .blog-details .right-side .comment-area h6 {
   font-size: 14px;
   font-weight: 700;
   color: #222222;
   text-transform: uppercase;
 }
 
 .blog-details .right-side .comment-area span {
   font-size: 12px;
   font-weight: 600;
   color: #666666;
 }
 
 .blog-details .right-side .comment-area p {
   font-size: 14px;
   font-weight: 400;
   color: #666666;
   line-height: 24px;
 }
 
 .blog-details .right-side .comment-area a {
   font-size: 16px;
   font-weight: 400;
   color: #009e96;
   text-transform: uppercase;
 }
 
 /*内页内容*/
 
 .entry .entry-head {
   margin-bottom: 20px;
 }
 
 .entry .entry-title {
   margin-top: 0;
   margin-bottom: 15px;
   font-size: 24px;
   line-height: 1.4;
   color: #333;
 }
 
 .entry .entry-info {
   padding-bottom: 10px;
   color: #999;
 }
 
 .entry .entry-info a {
   color: #999;
 }
 
 .entry .entry-info a:hover,
 .entry .entry-info a:focus {
   color: #4285f4;
   text-decoration: none;
 }
 
 .entry .entry-info .nickname {
   color: #009e96;
 }
 
 .entry .entry-info .dot {
   margin: 0 6px;
   color: #ccc;
 }
 
 .entry .entry-excerpt {
   padding: 15px;
   margin-bottom: 25px;
   font-size: 15px;
   line-height: 1.8;
   color: #999;
   background: #fbfbfb;
   border: 1px solid #efefef;
   -webkit-border-radius: 2px;
   border-radius: 2px;
 }
 
 .entry .entry-excerpt p:last-child {
   margin-bottom: 0;
 }
 
 .entry .entry-content {
   font-size: 14px;
   color: #777;
 }
 .entry .entry-content section{
  width: 100% !important;
}
.entry .entry-content section div{
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
 
 .entry .entry-content h1,
 .entry .entry-content .h1,
 .entry .entry-content h2,
 .entry .entry-content .h2,
 .entry .entry-content h3,
 .entry .entry-content .h3 {
   margin: 30px 0 20px;
   line-height: 1.4;
 }
 
 .entry .entry-content h1,
 .entry .entry-content .h1 {
   font-size: 24px;
 }
 
 .entry .entry-content h2,
 .entry .entry-content .h2 {
   padding-bottom: 12px;
   font-size: 20px;
   border-bottom: 1px solid #efefef;
 }
 
 .entry .entry-content h3,
 .entry .entry-content .h3 {
   padding-left: 10px;
   font-size: 18px;
   line-height: 1.2;
   border-left: 4px solid #009e96;
 }
 
 .entry .entry-content p {
   margin-bottom: 20px;
   line-height: 1.8;
 }
 
 .entry .entry-content blockquote {
   font-size: 14px;
   color: #666;
   background: #fbfbfb;
   border-left-color: #e5e5e5;
 }
 
 .entry .entry-content blockquote p:last-child {
   margin-bottom: 0;
 }
 
 .entry .entry-content ul,
 .entry .entry-content ol {
   padding-left: 2em;
   margin-bottom: 20px;
   list-style-position: outside;
 }
 
 .entry .entry-content li {
  border: 1px solid #009E96;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.entry .entry-content li.active{
  width: 14px;
  height: 12px;
  background-color: #009e96;
}
 
 .entry .entry-content img {
   max-width: 100% !important;
   height: auto !important;
   vertical-align: top;
 }
 
 @media (max-width: 767px) {
   .entry .entry-content video {
     display: block;
     width: 100% !important;
     height: auto !important;
   }
 }
 
 .entry .entry-content iframe,
 .entry .entry-content embed {
   max-width: 100%;
 }
 
 @media (max-width: 767px) {
   .entry .entry-content iframe,
   .entry .entry-content embed {
     display: block;
     width: 100%;
     height: 100%;
     min-height: 200px;
     max-height: 500px;
   }
 }
 
 .entry .entry-content .aligncenter {
   display: block;
   margin: 0 auto;
   text-align: center;
 }
 
 .entry .entry-content .aligncenter img {
   margin: 0 auto;
 }
 
 .entry .entry-content .alignleft {
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
 }
 
 .entry .entry-content .alignright {
   float: right;
   margin-left: 10px;
   margin-bottom: 10px;
 }
 
 .entry .entry-content input,
 .entry .entry-content button,
 .entry .entry-content select,
 .entry .entry-content textarea,
 .entry .entry-content .wp-caption {
   max-width: 100%;
 }
 
 .entry .entry-content .wp-caption-text {
   padding-top: 5px;
   text-align: center;
   text-indent: 0;
   font-size: 14px;
   line-height: 1.5;
   color: #666;
 }
 
 .entry .entry-page p {
   margin: 0;
 }
 
 .entry .pagination {
   margin-top: 30px;
 }
 
 .page .entry .entry-head {
   margin-bottom: 45px;
 }
 
 .page .entry .entry-title {
   position: relative;
   margin-bottom: 0;
   text-align: center;
 }
 
 .page .entry .entry-title:after {
   position: absolute;
   left: 50%;
   bottom: -15px;
   width: 20px;
   height: 2px;
   margin-left: -10px;
   background: #999;
   content: "";
 }
 
 .entry-footer {
   margin: 30px 0;
 }
 
 .entry-copyright {
   margin-top: 30px;
   padding: 15px;
   font-size: 13px;
   line-height: 1.6;
   color: #999;
   border: 1px solid #efefef;
   background: #fbfbfb;
   -webkit-border-radius: 2px;
   border-radius: 2px;
 }
 
 .entry-copyright span,
 .entry-copyright a {
   color: #555;
 }
 
 .entry-copyright p {
   margin-bottom: 8px !important;
   text-indent: 0 !important;
 }
 
 .entry-copyright p:last-child {
   margin-bottom: 0 !important;
 }
 
 .entry-tag {
   font-size: 0;
 }
 
 @media (max-width: 767px) {
   .entry-tag {
     display: none;
   }
 }
 
 .entry-tag a {
   display: inline-block;
   margin: 0 10px 5px 0;
   padding: 5px 15px;
   font-size: 14px;
   line-height: 1.2;
   color: #666;
   border: 1px solid #999;
   -webkit-border-radius: 3px;
   border-radius: 3px;
 }
 
 .entry-tag a:hover,
 .entry-tag a:focus {
   color: #fff;
   background: #4285f4;
   border-color: #4285f4;
   text-decoration: none;
 }
 
 .entry-bar {
   height: 60px;
   margin: 30px -30px;
 }
 
 @media (max-width: 1219px) {
   .entry-bar {
     margin: 30px -20px;
   }
 }
 
 @media (max-width: 767px) {
   .entry-bar {
     display: none;
   }
 }
 
 .entry-bar .info-item {
   position: relative;
   display: inline-block;
   margin-right: 15px;
   padding-left: 15px;
   color: #ccc;
   line-height: 30px;
 }
 
 .entry-bar .info-item:before {
   position: absolute;
   left: 0;
   top: 50%;
   width: 1px;
   height: 20px;
   margin-top: -10px;
   background: #ddd;
   content: "";
 }
 
 .entry-bar .info-item a {
   color: #ccc;
   text-decoration: none;
 }
 
 .entry-bar .info-item a:hover {
   color: #4285f4;
 }
 
 .entry-bar .info-item .hearted {
   color: #ff716f;
 }
 
 .entry-bar .info-item .hearted:hover {
   color: #f33;
 }
 
 .entry-bar .meta {
   padding-left: 0;
 }
 
 .entry-bar .meta:before {
   display: none;
 }
 
 .entry-bar .act {
   margin-right: 0;
 }
 
 .entry-bar .meta-item {
   position: relative;
   display: inline-block;
   padding: 0 10px;
   overflow: hidden;
   vertical-align: top;
   -webkit-transition: all 0.3s ease-out 0s;
   -o-transition: all 0.3s ease-out 0s;
   transition: all 0.3s ease-out 0s;
 }
 
 .entry-bar .meta-item:hover {
   overflow: visible;
   -webkit-transition: all 0.3s ease-out 0s;
   -o-transition: all 0.3s ease-out 0s;
   transition: all 0.3s ease-out 0s;
 }
 
 .entry-bar .meta-item:hover .wx-wrap {
   opacity: 1;
   filter: alpha(opacity=100);
   bottom: 40px;
   -webkit-transition: all 0.3s ease-out 0s;
   -o-transition: all 0.3s ease-out 0s;
   transition: all 0.3s ease-out 0s;
 }
 
 .entry-bar .meta-item:hover .icon-dashang {
   background: #4285f4;
   -webkit-transition: all 0.3s ease-out 0s;
   -o-transition: all 0.3s ease-out 0s;
   transition: all 0.3s ease-out 0s;
 }
 
 .entry-bar .meta-item:hover .dashang-img {
   opacity: 1;
   filter: alpha(opacity=100);
   bottom: 40px;
   -webkit-transition: all 0.3s ease-out 0s;
   -o-transition: all 0.3s ease-out 0s;
   transition: all 0.3s ease-out 0s;
 }
 
 .entry-bar .fa {
   font-size: 18px;
 }
 
 /*列表*/
 
 .article-list {
   padding: 0 15px;
   margin: 0 0 20px;
   list-style: none;
 }
 
 @media (max-width: 767px) {
   .article-list {
     padding: 0 10px;
   }
 }
 
 .article-list .item {
   padding: 20px 0;
   border-bottom: 1px solid #efefef;
   overflow: hidden;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 @media (max-width: 767px) {
   .article-list .item {
     padding: 10px 0;
   }
 }
 
 .article-list .item:hover {
   margin: 0 -15px;
   padding: 20px 15px;
   background: #fafafa;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
 }
 
 .article-list .item:hover .edit-link {
   display: block;
 }
 
 @media (max-width: 767px) {
   .article-list .item:hover {
     margin: 0 -10px;
     padding: 10px 10px;
   }
   .article-list .item:hover .edit-link {
     display: none;
   }
 }
 
 .article-list .item-img {
   position: relative;
   float: left;
   width: 245px;
   overflow: hidden;
   -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
   transition: -webkit-box-shadow 0.3s ease 0s;
   -o-transition: box-shadow 0.3s ease 0s;
   transition: box-shadow 0.3s ease 0s;
   transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
 }
 
 @media (max-width: 767px) {
   .article-list .item-img {
     width: 120px;
     height: auto;
   }
 }
 
 .article-list .item-img:hover {
   -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
   box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
   -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
   transition: -webkit-box-shadow 0.3s ease 0s;
   -o-transition: box-shadow 0.3s ease 0s;
   transition: box-shadow 0.3s ease 0s;
   transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
 }
 
 .article-list .item-img img {
   width: 100%;
   height: 153px;
   vertical-align: top;
   -webkit-transition: all 0.3s ease-out 0s;
   -o-transition: all 0.3s ease-out 0s;
   transition: all 0.3s ease-out 0s;
 }
 
 @media (max-width: 767px) {
   .article-list .item-img img {
     height: 75px;
   }
 }
 
 .article-list .item-img img:hover {
   -webkit-transform: scale(1.03);
   -ms-transform: scale(1.03);
   transform: scale(1.03);
   -webkit-transition: all 0.3s ease-out 0s;
   -o-transition: all 0.3s ease-out 0s;
   transition: all 0.3s ease-out 0s;
 }
 
 .article-list .item-category {
   position: absolute;
   left: 10px;
   top: 10px;
   padding: 5px 6px;
   font-size: 12px;
   line-height: 1;
   color: #fff;
   background-color: #000;
   filter: alpha(opacity=60);
   background: rgba(0, 0, 0, 0.6);
   -webkit-border-radius: 2px;
   border-radius: 2px;
   text-decoration: none;
 }
 
 @media (max-width: 767px) {
   .article-list .item-category {
     display: none;
   }
 }
 
 .article-list .item-category:hover {
   background: #4285f4;
 }
 
 .article-list .item-content {
   position: relative;
   margin-left: 265px;
   min-height: 152px;
 }
 
 @media (max-width: 767px) {
   .article-list .item-content {
     margin-left: 130px;
     min-height: 75px;
   }
 }
 
 .article-list .item-content .edit-link {
   display: none;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 1;
   padding: 0 5px;
   font-size: 14px;
   line-height: 28px;
 }
 
 .article-list .item-title {
   margin: 0 0 10px;
   font-size: 20px;
   line-height: 1.4;
   font-weight: 400;
 }
 
 @media (max-width: 767px) {
   .article-list .item-title {
     font-size: 18px;
   }
 }
 
 @media (max-width: 500px) {
   .article-list .item-title {
     font-size: 16px;
   }
 }
 
 .article-list .item-title a {
   color: #333;
   overflow: hidden;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   -webkit-box-orient: vertical;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   text-decoration: none;
 }
 
 .article-list .item-title a span {
   color: #e0b228;
 }
 
 .article-list .item-title a .sticky-post {
   display: inline-block;
   padding: 0 5px;
   margin-top: 3px;
   font-size: 14px;
   line-height: 22px;
   color: #fff;
   background: #009e96;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   vertical-align: top;
 }
 
 .article-list .item-title a:hover {
   color: #4285f4;
 }
 
 .article-list .item-excerpt {
   height: 44px;
   line-height: 22px;
   color: #666;
   overflow: hidden;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   -webkit-box-orient: vertical;
   display: -webkit-box;
   -webkit-line-clamp: 2;
 }
 .article-list .down_btn{
    border: 1px solid #4CBBB5;
    display: inline-block;
    padding: 3px 10px;
    color: #4CBBB5;
 }
 
 @media (max-width: 767px) {
   .article-list .item-excerpt {
     display: none;
   }
 }
 
 .article-list .item-meta {
   position: absolute;
   bottom: 0;
   color: #999;
   font-size: 13px;
 }
 
 @media (max-width: 767px) {
   .article-list .item-meta {
     width: 100%;
     height: 20px;
   }
 }
 
 .article-list .item-meta .item-meta-li {
   display: inline-block;
   margin-right: 15px;
   vertical-align: top;
   line-height: 30px;
 }
 
 @media (min-width: 992px) and (max-width: 1219px) {
   .article-list .item-meta .item-meta-li {
     margin-right: 10px;
   }
 }
 
 @media (max-width: 767px) {
   .article-list .item-meta .item-meta-li {
     line-height: 20px;
     margin-right: 10px;
   }
 }
 
 .article-list .item-meta .item-meta-li .fa {
   font-size: 14px;
 }
 
 .article-list .item-meta a {
   color: #999;
   text-decoration: none;
 }
 
 .article-list .item-meta a:hover,
 .article-list .item-meta a:focus {
   color: #4285f4;
 }
 
 .article-list .item-meta .author {
   margin-right: 30px;
   display: inline-block;
 }
 
 @media (min-width: 992px) and (max-width: 1219px) {
   .article-list .item-meta .author {
     display: none;
   }
 }
 
 .article-list .item-meta .avatar {
   width: 30px;
   height: 30px;
   display: inline-block;
   margin-right: 5px;
 }
 
 .article-list .item-meta .avatar img {
   width: 100%;
   height: 100%;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   background: #f5f5f5;
   border: 1px solid #f5f5f5;
   vertical-align: top;
 }
 
 .article-list .item-meta .avatar img:hover {
   opacity: 0.9;
   filter: alpha(opacity=90);
 }
 
 .article-list .item-meta .nickname {
   line-height: 30px;
 }
 
 @media (max-width: 767px) {
   .article-list .item-meta .author,
   .article-list .item-meta .likes,
   .article-list .item-meta .comments,
   .article-list .item-meta .hearts {
     display: none;
   }
   .article-list .item-meta .views {
     margin: 0;
     float: right;
   }
 }
 
 .article-list .item2 .item-img {
   float: right;
 }
 
 .article-list .item2 .item-content {
   margin-left: 0;
   margin-right: 265px;
 }
 
 @media (max-width: 767px) {
   .article-list .item2 .item-content {
     margin-right: 130px;
   }
 }
 
 .article-list .item2 .item-category {
   left: auto;
   right: 10px;
 }
 
 @media (max-width: 767px) {
   .article-list .item2 .item-meta .views {
     float: none;
   }
 }
 
 /*------------------------------------
  * 咨询
  * -----------------------------------*/
 
 .f-l {
   float: left;
 }
 
 .f-r {
   float: right;
 }
 
 @keyframes scaleToggleOne {
   0% {
     transform: scale(1);
     -webkit-transform: scale(1);
   }
   50% {
     transform: scale(2);
     -webkit-transform: scale(2);
   }
   100% {
     transform: scale(1);
     -webkit-transform: scale(1);
   }
 }
 
 @keyframes scaleToggleTwo {
   0% {
     transform: scale(1);
     -webkit-transform: scale(1);
   }
   20% {
     transform: scale(1);
     -webkit-transform: scale(1);
   }
   60% {
     transform: scale(2);
     -webkit-transform: scale(2);
   }
   100% {
     transform: scale(1);
     -webkit-transform: scale(1);
   }
 }
 
 @keyframes scaleToggleThree {
   0% {
     transform: scale(1);
     -webkit-transform: scale(1);
   }
   33% {
     transform: scale(1);
     -webkit-transform: scale(1);
   }
   66% {
     transform: scale(2);
     -webkit-transform: scale(2);
   }
   100% {
     transform: scale(1);
     -webkit-transform: scale(1);
   }
 }
 
 .animated {
   -webkit-animation-duration: 0.5s;
   animation-duration: 0.5s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
 }
 
 .livechat-girl {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   position: fixed;
   bottom: 15%;
   right: 40px;
   opacity: 0;
   -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.3);
   box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.3);
   z-index: 700;
   transform: translateY(0);
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   cursor: pointer;
   -webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
   transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
 }
 
 .livechat-girl:focus {
   outline: 0;
 }
 
 .livechat-girl.animated {
   opacity: 1;
   transform: translateY(-40px);
   -webkit-transform: translateY(-40px);
   -ms-transform: translateY(-40px);
 }
 
 .livechat-girl:after {
   content: "";
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
   position: absolute;
   right: 1px;
   top: 1px;
   z-index: 50;
 }
 
 .livechat-girl .girl {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   z-index: 50;
 }
 
 .livechat-girl .animated-circles .circle {
   background: rgba(38, 199, 252, 0.25);
   width: 60px;
   height: 60px;
   border-radius: 50%;
   position: absolute;
   z-index: 49;
   transform: scale(1);
   -webkit-transform: scale(1);
 }
 
 .livechat-girl .animated-circles.animated .c-1 {
   animation: 2s scaleToggleOne cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
 }
 
 .livechat-girl .animated-circles.animated .c-2 {
   animation: 2.5s scaleToggleTwo cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
 }
 
 .livechat-girl .animated-circles.animated .c-3 {
   animation: 3s scaleToggleThree cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
 }
 
 .livechat-girl.animation-stopped .circle {
   opacity: 0 !important;
 }
 
 .livechat-girl.animation-stopped .circle {
   opacity: 0 !important;
 }
 
 .livechat-girl .livechat-hint {
   position: absolute;
   right: 40px;
   top: 50%;
   margin-top: -20px;
   opacity: 0;
   z-index: 0;
   -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
   transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
 }
 
 .livechat-girl .livechat-hint.show_hint {
   -webkit-transform: translateX(-40px);
   transform: translateX(-40px);
   opacity: 1;
 }
 
 .livechat-girl .livechat-hint.hide_hint {
   opacity: 0;
   -webkit-transform: translateX(0);
   transform: translateX(0);
 }
 
 .livechat-girl .livechat-hint.rd-notice-tooltip {
   max-width: 1296px !important;
 }
 
 .livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
   width: auto;
   overflow: hidden;
   text-overflow: ellipsis;
 }
 
 @media only screen and (max-width: 1599px) {
   .livechat-girl .livechat-hint.rd-notice-tooltip {
     max-width: 1060px !important;
   }
 }
 
 @media only screen and (max-width: 1309px) {
   .livechat-girl .livechat-hint.rd-notice-tooltip {
     max-width: 984px !important;
   }
 }
 
 @media only screen and (max-width: 1124px) {
   .livechat-girl .livechat-hint.rd-notice-tooltip {
     max-width: 600px !important;
   }
 }
 
 .rd-notice-tooltip {
   -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
   font-size: 14px;
   border-radius: 3px;
   line-height: 1.25;
   position: absolute;
   z-index: 65;
   max-width: 350px;
   opacity: 1;
 }
 
 .rd-notice-tooltip:after {
   position: absolute;
   display: block;
   content: "";
   height: 20px;
   width: 20px;
   -webkit-box-shadow: none;
   box-shadow: none;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   z-index: 50;
 }
 
 .rd-notice-tooltip .rd-notice-content {
   background: 0;
   border-radius: 3px;
   width: 100%;
   color: #fff;
   position: relative;
   z-index: 60;
   padding: 20px;
   font-weight: 400;
   line-height: 1.45;
 }
 
 .rd-notice-type-success {
   background-color: #009e96;
   -webkit-box-shadow: 0 5px 10px 0 rgba(38, 199, 252, 0.2);
   box-shadow: 0 5px 10px 0 rgba(38, 199, 252, 0.2);
 }
 
 .rd-notice-type-success .rd-notice-content {
   background-color: #009e96;
 }
 
 .rd-notice-type-success:after {
   background-color: #009e96;
   -webkit-box-shadow: 0 5px 10px 0 rgba(38, 199, 252, 0.2);
   box-shadow: 0 5px 10px 0 rgba(38, 199, 252, 0.2);
 }
 
 .rd-notice-position-left {
   margin-left: -20px;
 }
 
 .rd-notice-position-left:after {
   right: -6px;
   top: 50%;
   margin-top: -10px;
 }
 
 .rd-notice-tooltip.single-line .rd-notice-content {
   height: 40px;
   padding: 0 20px;
   line-height: 40px;
   white-space: nowrap;
 }
 
 /*视频-video*/
 
 #modules-4 .video-wrap {
   height: 300px;
   background-image: url(../static/images/free-macbook.jpg);
 }
 
 #modules-4 .modal-body {
   height: 550px;
 }
 
 #modules-4 .modal-lg {
   width: 900px;
 }
 
 @media (max-width: 1199px) {
   #modules-4 .video-wrap {
     height: 249px;
   }
 }
 
 @media (max-width: 991px) {
   #modules-4 .video-wrap {
     height: 189px;
   }
   #modules-4 .modal-body {
     height: 346.5px;
   }
   #modules-4 .modal-lg {
     width: 567px;
   }
 }
 
 @media (max-width: 767px) {
   #modules-4 .video-wrap {
     height: 150px;
   }
   #modules-4 .modal-body {
     height: 330px;
   }
   #modules-4 .modal-lg {
     width: auto;
   }
 }
 
 /*战略合作*/
 
 /*.content-list .add-list-box {}
 
 .content-list .add-list-box .item-box {
   padding-bottom: 55px;
 }
 
 .content-list .add-list-box li .bg-info {
   background: #f7f7f7;
   padding-left: 40px;
   padding-bottom: 20px;
   padding-top: 20px;
   margin-top: 25px;
   margin-bottom: 15px;
   text-align: left;
 }
 
 .content-list .add-list-box li .bg-info:hover {
   background: #ccc;
 }
 
 .content-list .add-list-box .item-tit {
   width: 280px;
   font-size: 24px;
   font-weight: bold;
   margin-bottom: 15px;
   color: #333333;
   margin-top: 20px;
 }
 
 .content-list .add-list-box .item-add {
   width: 250px;
   height: 40px;
   display: block;
   overflow: hidden;
   font-size: 16px;
   line-height: 20px;
   margin-bottom: 18px;
 }
 
 .content-list .add-list-box .brands-btn {
   font-size: 12px;
   margin-bottom: 15px;
 }
 
 .content-list .add-list-box .item-phone {
   font-size: 16px;
   line-height: 24px;
 }
 
 .content-list .add-list-box .item-time {
   font-size: 12px;
   line-height: 24px;
 }
 
 .content-list .add-list-box .dialog-info {
   display: none;
 }
 
 .content-list .add-list-box .dialog-info p {
   margin: 0 0 5px !important;
 }*/
 
 /*===============================================================
  * 产品详情页
  ================================================================*/
 
 .banner {
   height: 250px;
   overflow: hidden;
   background: url("../static/images/banner-cp.jpg") no-repeat center;
   background-size: cover;
 }
 
 .banner .banner_box {
   display: block;
   text-align: center;
   padding: 8em 0;
 }
 
 .banner .banner_box .banner_title {
   line-height: 74px;
   height: 74px;
   font-size: 46px;
   color: #fff;
   font-weight: 400;
   text-align: center;
 }
 
 .banner .banner_box .me_p1 {
   line-height: 65px;
   height: 65px;
   font-size: 46px;
   color: #fff;
   text-align: center;
   margin-bottom: 46px;
 }
 
 .insurance {
   overflow: hidden;
   margin: -104px auto 0;
   padding: 20px 0;
   background-color: #fff;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
   -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
   -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
   display: flex;
   align-items: center;
   justify-content: center;
 }
 
 .insurance h4 {
   padding-top: 15px;
   font-size: 20px;
   font-weight: 400;
   text-align: center;
   color: #333;
 }
 
 .cp_des {
   padding: 25px 0;
 }
 
 .cp_des .cp_title,
 .gallery-section .cp_title {
   height: 60px;
   line-height: 60px;
   font-size: 30px;
   color: #333;
   text-align: center;
   font-weight: 400;
 }
 
 .cp_des p {
   line-height: 30px;
   padding-left: 24px;
   color: #666;
   font-size: 16px;
   text-align: left;
 }
 
 .cp_text {
   margin: 30px 0;
 }
 
 .items {
   padding: 60px 0;
   background: url(../static/images/cp_bg_01.jpg) no-repeat center fixed;
   background-size: cover;
 }
 
 .items .item_title {
   height: 56px;
   line-height: 56px;
   font-size: 36px;
   color: #fff;
   text-align: center;
   font-weight: 400;
   margin-bottom: 48px;
   text-align: center;
 }
 
 .items .item_box {
   width: 924px;
   padding: 0 22px 0px 14px;
   margin: 0 auto;
   overflow: hidden;
 }
 
 .items p {
   line-height: 38px;
   padding-left: 24px;
   color: #fff;
   font-size: 16px;
   text-align: left;
   padding: 0 30px;
 }
 
 /*===========================================================
  * 招聘
  ============================================================*/
 
 .join h2.join-title {
   font-size: 22px !important;
   font-weight: 700 !important;
   color: #222222;
   padding-top: 20px;
   padding-bottom: 10px !important;
 }
 
 .join .join-content {
   padding-bottom: 30px;
 }
 
 #joblist {
   margin-top: -18px;
 }
 
 #joblist ul .jobItem {
   height: 164px;
   border-bottom: 1px solid #eee;
 }
 
 .jobTitle {
   font-size: 20px;
   color: #333;
   font-weight: 500;
   margin-bottom: 8px;
   overflow: hidden;
   width: 100%;
 }
 
 .jobTitle,
 .trueTitle {
   white-space: nowrap;
   text-overflow: ellipsis;
 }
 
 .trueTitle {
   display: inline-block;
   width: 50%;
   -ms-text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
 }
 
 .jobSalary {
   font-size: 16px;
   color: #ff5a5a;
   font-weight: 500;
   margin-bottom: 11px;
 }
 
 .jobfuli li {
   background: #f7f7f7;
   float: left;
   font-size: 11px;
   color: #8f8f8f;
   margin-right: 5px;
   padding: 1px 5px;
   border-radius: 2px;
 }
 
 .compName {
   font-size: 15px;
   color: #333;
   margin-bottom: 9px;
   overflow: hidden;
   width: 100%;
   white-space: nowrap;
   text-overflow: ellipsis;
 }
 
 .compName img {
   margin: 0 5px 0 0;
   width: 32px;
   height: 32px;
 }
 
 .require {
   font-size: 14px;
   color: #8f8f8f;
 }
 
 .jobInfo {
   margin-top: 18px;
   overflow: hidden;
 }
 
 .jobComp {
   margin-top: 53px;
 }
 
 .jobSee {
   width: 80px;
   height: 38px;
   line-height: 38px;
   font-size: 16px;
   margin-top: 43px;
   letter-spacing: 3px;
   cursor: pointer;
 }
 
 .jobSee,
 .seeMore {
   background: #009e96;
   text-align: center;
   border-radius: 2px;
   color: #fff;
 }
 
 .seeMore {
   display: block;
   width: 200px;
   height: 50px;
   line-height: 50px;
   text-decoration: none;
   font-size: 20px;
   margin: 40px auto;
 }
 
 .pos_operate {
   height: 54px;
   width: 100%;
   margin-top: 20px;
 }
 
 .pos_operate .applyJobBtn {
   width: 280px;
   margin-right: 10px;
   height: 54px;
   line-height: 54px;
   padding: 0;
   vertical-align: middle;
 }
 
 .btn.btn-orange {
   color: #fff;
   background: #ff552e;
 }
 
 .btn-large {
   width: 200px;
   height: 60px;
   line-height: 60px;
   font-size: 20px;
 }
 
 @media (max-width: 767px) {
   #joblist ul .jobItem {
     min-height: 264px;
   }
   .jobComp {
     margin-top: 10px;
   }
   .jobSee {
     width: 80px;
     height: 32px;
     line-height: 32px;
     font-size: 14px;
     margin-top: 20px;
   }
 }
 
 /*===============================================================
  * 产品与系统
  ================================================================*/
 
 .jason-tabs-content {
   padding: 30px 0;
 }
 
 .select_case table td.td_left {
   background: #f7f7f7;
   text-align: center;
   color: #000;
 }
 
 .select_case table b {
   font-size: 0;
   overflow: hidden;
 }
 
 .select_case table td a {
   margin-right: 6px;
   color: #464646;
   font-size: 18px;
   font-weight: 400;
   line-height: 32px;
   padding: 5px 25px;
   text-align: center;
   cursor: pointer;
   transition: 0.5s ease;
   background: #f7f7f7;
 }
 .select_case table td a.active{
   background-color: #009E96;
   color: #fff;
 }
 @media screen and (max-width: 768px) {
   .select_case table td a {
     padding: 0 3px;
   }
 }
 
 .select_case table span {
   margin-right: 6px;
   display: inline-block;
   white-space: nowrap;
   background: #009e96;
   padding: 5px 25px;
   font-size: 18px;
   color: #fff !important;
 }
 
 .dede_pages {
   width: 100%;
 }
 
 .dede_pages ul {
   /* float: left; */
   padding: 12px 0px 12px 16px;
 }
 
 .dede_pages ul a {
   float: left;
   margin-right: 8px;
   border: 1px solid #009e96;
 }
 
 .dede_pages ul a {
   float: left;
   padding: 2px 10px;
   line-height: 21px;
   color: #555;
   display: block;
   border-radius: 3px;
 }
 
 .dede_pages ul a:hover {
   color: #999;
   text-decoration: none;
   padding: 2px 10px;
 }
 
 .dede_pages ul a.thisclass,
 .dede_pages ul a.thisclass a,
 .pagebox ul.thisclass a:hover {
   background-color: #009e96;
   padding: 2px 4px 2px;
   font-weight: bold;
 }
 
 .dede_pages .pageinfo {
   line-height: 21px;
   padding: 12px 10px 12px 16px;
   color: #999;
 }
 
 .dede_pages .pageinfo strong {
   color: #555;
   font-weight: normal;
   margin: 0px 2px;
 }
 .dede_pages select{
   height: 27px;
  border: 1px solid #009e96;
  border-radius: 3px;
 }
 /*==============================================
  * 联系我们
  * ===========================================*/
 
 .contact-section {
   padding: 60px 0;
 }
 
 .contact-section .contact-body {
   padding: 25px 0;
 }
 
 .contact-section .contact-body .contact-txt h3 {
   font-size: 18px;
   font-weight: 700;
   margin-bottom: 32px;
 }
 
 .contact-section .contact-body .contact-txt p {
   font-size: 16px;
   line-height: 1.6;
 }
 
 
 
 /* 修改新增 */
 /* 头部 */
 .header-top .top-right .contact-links li i.fa-search,
 .header-top .top-right .contact-links li.login{cursor: pointer;}
 .main-header .search-box{display: flex;align-items: center;justify-content: center;}
 .main-header .search-box .search{width: 670px;height: 40px;background: #FFFFFF;box-shadow: 0px 3px 20px 1px rgba(0,0,0,0.08);border-radius: 4px 4px 4px 4px;opacity: 1;padding: 0 15px;margin-right: 80px;display: flex;align-items: center;justify-content: center;}
 .main-header .search-box .search i{color: #009E96;cursor: pointer;}
 .main-header .search-box input{height: 40px;line-height: 30px;width: 100%;font-size: 18px;}
 .main-header .search-box .fa-close{cursor: pointer;}
 .container.search-box{display: none;}
 /* 新增搜索结果 */
 .search_result .search_box{padding: 50px 60px;background-color: #FAFAFA;}
 .search_result .search{height: 72px;border-radius: 50px;border: 1px solid #009E96;background-color: #fff;}
 .search_result .search input{height: 70px;line-height: 30px;padding-left: 30px;color: #222;}
 .search_result .search button{width: 236px;height: 70px;background: #009E96;border-radius: 50px;color: #fff;}
 .search_result .search_navs{font-size: 18px;border-bottom: 1px solid #EFEFEF;}
 .search_result .search_navs .item{padding-right: 60px;position: relative;cursor: pointer;line-height: 104px;height: auto;color: #333;}
 .search_result .search_navs .item.active{color: #009e96;font-size: 20px;font-weight: bold;}
 .search_result .search_navs .item.active span{font-size: 18px;font-weight: normal;}
 .search_result .search_navs .item.active::after{content: "";display: block;width: 40px;height: 2px;background: #009E96;position: absolute;left: 0;bottom: 26px;}
 .search_result a:focus, a:hover{color: #333;}
 .search_result a{height: 150px;padding-right: 30px;border-bottom: 1px solid #EFEFEF;transition: all ease .2s;}
 .search_result a .title{padding-left: 100px;}
 .search_result a i{color: var(--normal);width: 48px;height: 48px;line-height: 48px;text-align: center;border-radius: 50%;transition: all ease .2s;}
 .search_result a:hover{background-color: #FAFAFA;}
 .search_result a:hover i{background-color: var(--normal);color: #fff;}
 .search_result .dede_pages ul{float: none;}
 .search_result .dede_pages ul a{height: auto;}
 /* 视频 */
 video{background: #000;width: 100%;height: auto;}
 /* 关于我们 */
 .content-text .titles{font-size: 24px;color: var(--normal);text-align: center;padding: 30px 0 60px;}
 .entry-content .carousel-inner video{height: auto;}
 .entry .cp-details ul, .entry .cp-details ol{padding-left: 0;margin-bottom: 0;bottom: -10px;left: 0;right: 0;width: 100%;margin-left: 0;display: flex;align-items: center;justify-content: center;}
 .carousel-control{height: 100%;}
 .img_calculator{margin-left: 75px;cursor: pointer;}
 .calculator_wrap{background: #FFFFFF;padding: 68px 40px 85px;position: relative;}
 .select_box{width: 100%;height: 64px;font-size: 18px;color: #333;border: 1px solid #CBCBCB;position: relative;margin-bottom: 30px;}
 .select_box::after{content: "";display: block;width: 0;height: 0;border-width: 9px 7.5px 0;border-color: #C7C7C7 transparent transparent;border-style: solid;position: absolute;right: 20px;top: 50%;transform: translateY(-50%);}
 .select_box select{width: 100%;height: 100%;padding: 0 20px;-webkit-appearance: none;-moz-appearance: none;appearance: none;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
 .calculator_input input{flex:1;height: 64px;border: 1px solid #CBCBCB;padding: 0 20px;line-height: 30px;font-size: 18px;width: 30%;}
 .mb50{margin-bottom: 50px;}
 input::-webkit-input-placeholder{color: #999;}
 .calculator_input .unit{font-size: 18px;color: #999;margin-left: 10px;}
 .calculator_input2{font-size: 18px;display: flex;align-items: center;}
 .calculator_input2 .input_box{border: 1px solid #CBCBCB;padding: 0 20px;}
 .calculator_input2 input{border: none;width: 50px;}
 .calculator_btn{width: 100%;height: 64px;background: #28ADA6;border-radius: 8px 8px 8px 8px;margin-top: 70px;font-size: 20px;color: #fff;}
 .calculator_wrap .icon_close{width: 21px;height: 21px;position: absolute;right: -40px;top: 0;cursor: pointer;}
 .calculator_wrap .scroll_box{width: 600px;max-height: 70vh;overflow-y: scroll;}
 .calculator_wrap .right_box{text-align: center;margin-top: 62px;border: 1px solid #CBCBCB;border-bottom: none;position: relative;flex: 1;}
 .calculator_wrap .right_box p{min-height: 60px;background: #F0F0F0;line-height: 60px;font-size: 22px;color: #333;font-weight: bold;padding: 0 30px;}
 .calculator_wrap .right_box .table_box .flex-box{min-height: 85px;border-bottom: 1px solid #CBCBCB;padding: 20px 30px;font-size: 18px;color: #333;}
 /* .calculator_wrap .right_box .right_detail{max-height: 315px;overflow-y: scroll;border-bottom: none;} */
 .calculator_wrap .right_box::before{content: "";display: block;width: 0;height: 0;border-width: 7px 9px;border-color:var(--normal) transparent transparent transparent ;border-style: solid;position: absolute;top:-30px;left: 0px;right:0;margin: auto;}
 .calculator_wrap .icon_close2{display: none;width: 15px;height: 15px;}
 .gallery-section .overlay .top.black{background:rgba(0, 0, 0, 0.8);color: #fff;text-align: left;}
 .gallery-section .overlay .top .detail_box{margin: 14px;border: 1px solid #fff;height: 212px;padding:0 40px;display: flex;align-items: flex-start;justify-content: center;flex-direction:column;font-size: 15px;}
 .gallery-section .overlay .top .detail_box div:first-child{font-size: 21px;font-weight: bold;padding-bottom: 20px;}
 .gallery-section .product .overlay .top .detail_box{padding: 0 20px;}
 .gallery-section .product .overlay .top .detail_box div:first-child{padding-bottom: 10px;font-size: 18px;}
 .canvas_map{background: url(../static/images/img_back_map.png) no-repeat center;background-size: 100% 100%;width: 100vw;height: 800px;}
 .canvas_map #main{height: 100%;max-width: 1155px;margin: 0 auto;}
 .calculator_wrap .right_box .table_box .flex-box span:nth-of-type(1){flex:1;text-align: left;padding-right: 30px;}
 /* 视频中心 */
 .video_list li{padding-bottom: 40px;}
 .video_list li::before{display: block;content: "";width: 12px;height: 60px;background: #009E96;margin-right: 40px;}
 .video_list li .video{width: 600px;height: auto;object-fit: cover;display: block;position: relative;z-index: 1;}
 /* 计算工具 */
 .cal_box.calculator_wrap{padding: 0;}
 /* .cal_box.calculator_wrap .right_box{width: 45%;} */
 /* .popup-wrap.calculator-wrap.popup-wrap_visible .calculator_wrap .left_box{width: 50%;} */
 /* Q&A */
 .qa_list{padding-bottom: 80px;}
 .qa_list .question,.qa_list .answer{position: relative;padding-left: 45px;font-size: 16px;color: #333;padding-right: 30px;}
 .qa_list .question::before{content: "Q";display: block;font-size: 22px;color: var(--normal);position: absolute;left: 0;top: 0;line-height: 22px;}
 .qa_list .answer::before{content: "A";display: block;font-size: 22px;color: var(--normal);position: absolute;left: 0;top: 0;line-height: 22px;}
 .qa_list li{padding: 60px 0 60px 30px;border-bottom: 1px solid #EFEFEF;cursor: pointer;transition: all ease-in .2s;}
 .qa_list li.active{background-color: #FAFAFA;height: auto;}
 .qa_list li .answer{height: 0;overflow: hidden;}
 .qa_list li.active .answer{height: auto;}
 .qa_list li.active .question{margin-bottom: 50px;}
 .qa_list li:hover{background: #FAFAFA;}
 .qa_list li .question::after{content: "";display: block;width: 16px;height: 8.7px;background: url(../static/images/arrow_down.png) no-repeat center;background-size: 100%;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);}
 .qa_list li.active .question::after{background-image: url(../static/images/arrow_up.png);}
 /* 课堂详情 */
 .code_box{border-top: 1px solid #EFEFEF;padding-top: 30px;}
 /* 登录 */
 .login-wrap{width: 630px;padding: 120px 0;margin: 0 auto;min-height: calc(100vh - 260px);}
 .login-wrap .input_box{width: 630px;height: 70px;border-bottom: 1px solid #EFEFEF;font-size: 16px;margin-bottom: 30px;}
 .login-wrap .input_box input::placeholder{color: #999;}
 .login-wrap .input_box img{margin-right: 8px;}
 .login-wrap .input_box .code_btn{color: var(--normal);}
 .login-wrap .login_btn{width: 630px;height: 70px;background-color: var(--normal);line-height: 70px;text-align: center;color: var(--white);font-size: 20px;cursor: pointer;margin: 70px auto 30px;}
 /*  */
 .search_result{min-height: 100vh;}
 /*  */
 .contact_us{position: fixed;bottom: 0;left: 0;right: 0;height: 50px;line-height: 50px;text-align: center;color: #fff;background-color: #009E96;font-size: 16px;z-index: 20;display: none;}
 .contact_us a{color: #fff;height: 50px;line-height: 50px;display: inline-block;border-right: 1px solid rgba(255, 255, 255, 0.5);}
 .contact_us a:last-child{border-right: 0;}


 .video_box{position: relative;}
 .play_pop{position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);}
 .play_btn{width: 48px;height: 58px;margin: auto;cursor: pointer;}
 .vip{width: 60px;height: 20px;background: #F5CB46;font-size: 12px;line-height: 20px;text-align: center;display: inline-block;margin: 0 10px;}
 .mobile_box{position: relative;cursor: pointer;}
 .quit{width: 80px;height: 40px;background-color: #fff;border-radius: 10px;box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);position: absolute;top: 35px;left: 0;right: 0;margin: 0 auto;z-index: 100;color: #333;line-height: 40px;text-align: center;cursor: pointer;display: none;}
 .quit::after{content: "";display: block;width: 0;height: 0;border-style: solid;border-width: 5px;border-color: transparent transparent #fff;position: absolute;top: -10px;left: 0;right: 0;margin: auto;}
 video{display: block;object-fit: cover;-o-object-fit: cover;}
 .down_menu{padding-bottom: 30px;}
 .down_menu a{padding-right: 30px;}
 .down_menu a.active{color: #4CBBB5;}
 .mypalnintro{font-size: 16px;}
 .main-menu .navigation li span{display: none;}
 .main-menu .navigation li span.fa-angle-down{display:block;height: 30px;line-height: 30px;}


.u9{position: relative;cursor: pointer;}
.u9 .code_pop{display: none;}
.u9:hover .code_pop{width: 150px;height: 150px;padding: 10px;border-radius: 10px;background-color: #fff;z-index: 999;position: absolute;top: 40px;left: 50%;transform: translateX(-50%);display: block;box-shadow: 0 0 10px 10px rgba(0,0,0,.1);}
.u9:hover .code_pop::before{display: block;width: 0;height: 0;border-width: 10px 0 0 0;border-style: solid;border-color: #fff transparent transparent;content: "";position: absolute;top: -10px;left: 0;right: 0;margin: auto;}