* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

body {
  color: var(--base-color);
  background: white;
  font-weight: 400;
  line-height: 32px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  --base-color: #838694;
  --heading-color: #1b1f2e;
  --primary-color: #f7f7f7;
  --secondary-color: #227764;
  --lighter-color: #f7f7f9;
  --border-color: rgba(21, 16, 31, 0.1); }

a {
  color: var(--base-color);
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none; }
  a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    color: var(--primary-color); }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--heading-color); }

.mt-50,
.my-50 {
  margin-top: 50px; }
.mt-10,
.my-10 {
  margin-top: 10px; }
.mt-40,
.my-40 {
  margin-top: 40px; }


/*==========================
 <--start-Top-header-area -->
===========================*/

.top-header {
    padding: 8px 38px 8px 10px;
    border-bottom: 1px solid #E5E5E5;
}

.top-header-infor ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 35px;
    position: relative;
}

.top-header-infor ul li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    top: 2px;
    right: -20px;
    background: #E5E5E5;
    display: inline-block;
}

.top-header-infor ul li:last-child:before{
    background: transparent;
}

.top-header-infor ul li i {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
}

.top-header-infor ul li a {
    display: inline-block;
    font-size: 15px;
    color: #666666;
}

.top-header-social-icon {
    text-align: right;
}

li.search-button a {
    font-size: 13px;
    font-style: italic;
    display: inline-block;
    color: #666666;
}

.top-header-social-icon ul li.search-button i:first-child {
    margin-left: 0;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.top-header-social-icon ul li {
    display: inline-block;
    position: relative;
}

.top-header-social-icon ul li:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    top: 2px;
    right: -20px;
    background: #E5E5E5;
    display: inline-block
}

.top-header-social-icon ul li i {
    display: inline-block;
    font-size: 14px;
    margin-left: 29px;
    transition: 0.5s;
    color: #666;
}

.top-header-social-icon ul li i:hover{
    color:#227764;
}

/*==========================
 <--start-header-area -->
===========================*/

/*透明开始*/

.header-area2 {
    padding: 14px 15px;
	position: absolute;
	z-index: 999;
	width: 100%;
	
}
.header-area2 .header-menu ul li.select a {
    position: relative;
	color: #fff;
	font-weight: 600;
}

.header-area2 .header-menu a {
    display: inline-block;
    color: #fff;
    padding: 20px 0 20px 0;
    transition: 0.5s;
}

.header-area2 .header-menu a:hover{
    color:#fff;
	font-weight: 600;
	
}
.header-area2 .header-menu ul li i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-left: 6px;
    position: relative;
    top: 1px;
    transition: 0.5s;
}

/*透明结束*/

.header-area {
    padding: 14px 15px;
	/*position: absolute;
	z-index: 999;
	width: 100%;*/
	background: #fff;
}

.header-logo {
    position: relative;
}

.header-logo img{
	width: 210px;	
	height: 56px;
	
}

/*.header-logo:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 101px;
    right: 52px;
    top: -24px;
    background: #E5E5E5;
    display: inline-block;
}*/

.header-menu ul li {
    display: inline-block;
    margin-right: 60px;
}

.header-menu a {
    display: inline-block;
    color: #555;
    padding: 20px 0 20px 0;
    transition: 0.5s;
}

.header-menu a:hover{
    color:#227764;
	font-weight: 600;
	
}

.header-menu ul li i {
    display: inline-block;
    color: #555;
    font-size: 16px;
    margin-left: 6px;
    position: relative;
    top: 1px;
    transition: 0.5s;
}

.header-menu a:hover i {
    transform: rotate(-180deg);
    color:#227764;
}

.header-contact {
    text-align: center;
    position: relative;
}


/*
.header-contact:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 101px;
    right: -5px;
    top: -37px;
    background: #E5E5E5;
    display: inline-block;
}*/

.header-contact img {
    margin-right: 16px;
}

.header-contact a {
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    color: #232323;
}

.header-cart-button {
    display: inline-block;
    position: relative;
}

.count {
    position: absolute;
    top: -35px;
    left: 15px;
}

.count h5 {
    font-size: 13px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.count h5:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 22px;
    right: -3px;
    background: #227764;
    border-radius: 50px;
    z-index: -1;
    display: inline-block;
}

.header-button {
    display: inline-block;
}

.col-lg-2.text-right {
    text-align: right;
}

.header-button a {
    background: #227764;
    color: #fff;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border:1px solid #227764;
}

.header-button a:hover{
    color:#227764;
}

.header-button a:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#fff;
    transform: scale(0);
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
}

.header-button a:hover:before{
    transform: scale(1);
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background:rgba(255, 255, 255, 0.98);
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}
.sticky-logo {
    display: none;
}
.sticky-kouhao {
    display: none;
}
.sticky.home .header-logo img{
    display: none;
}
.sticky.home .header-logo img.sticky-logo{
    display: block;
    margin-left: auto;
}
.sticky.home .kouhao{
    display: none;
}
.sticky .sticky-kouhao{
    display: block;
}

.sticky .header-menu a {
    color: #555;
}
.sticky.header-area2 .header-menu ul li i {
    color: #555;
}
.sticky .header-menu  ul li  a:hover i{
    color:#227764;
}
.sticky .header-menu a:hover{
    color:#227764;
}

#sticky-header .header-menu ul li.select {
   border-bottom:2px #227764 solid ;
}


.header-menu ul li.menu-item-has-children {
    position: relative;
}


#sticky-header.home .header-menu ul li.select{
   
	border-bottom: 2px #fff solid;
	
}
#sticky-header.sticky .header-menu ul li.select {
   border-bottom:2px #227764 solid ;
}
#sticky-header.sticky.home .header-menu ul li.select a {
    color:#227764 !important;
}


.header-menu ul li.select a {
    position: relative;
	color: #227764;
	font-weight: 600;
}
.header-menu ul li.select i {
  
	color: #227764;
	
}
.mobile-menu ul li.select a {
    position: relative;
	color: #227764;
	font-weight: 600;
}

.header-menu ul li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #227764;
    border-radius: 6px;
}

.header-menu ul li:hover .sub-menu{
    opacity: 1;
    top: 120%;
    visibility: visible;
}

.header-menu ul li .sub-menu li a {
    display: block;
    padding: 12px 22px;
    color: #232323;
    width: 200px;
}

.header-menu ul li .sub-menu li a:hover {
    background: #227764;
    color: #fff;
}

/*==========================
 <--start-slider-section -->
===========================*/
.slider-section video {
    z-index: 1;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.slider-section.slider-1 {
    background: url(../images/slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}

.slider-section.slider-2 {
    background: url(../images/slider2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}

.slider-section.slider-3 {
    background: url(../images/011.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}

.slider-section.slider-4 {
    background: url(../images/slider4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}
.slider-section.slider-5 {
    background: url(../images/slider5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}
.slider-section.slider-6 {
    background: url(../images/slider6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}
.slider-section.slider-7 {
    background: url(../images/slider7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}
.slider-section.slider-8 {
    background: url(../images/slider8.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}
.slider-section.slider-2 .slider-content h1 {
    color: #fff;
}

.slider-content {
    animation: 3.1s running fadeInUp;
    padding-top: 0%;
}
.slider-content.tt {
    padding-top: 5%;
}
.slider-content.xny {
    padding-top: 15%;
}
.slider-content.pw {
    padding-top: 0%;
}
.slider-content.zb {
    padding-top: 0%;
}
/* .slider-content.fadeInUp {
    animation: 3.1s running fadeInUp;
} */
.slider-content h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 8px;
	text-shadow: 0px 1px 15px rgba(0,0,0,0.05);
    text-transform: uppercase;
    margin-bottom: -7px;
	padding: 20px 0px;
	color: #fff;
	line-height: 30px;
	
	
}

.slider-content h1 {
    font-size: 62px;
    line-height: 100px;
	letter-spacing: 8px;
	margin-top: -50px;
	color: #fff;
	
}

.slider-content p {
    color: #fff;
    width: 45%;
    padding: 19px 0 0px;
}

.solar-button {
    margin-top: 15px;
    position: relative;
    display: inline-block;
}


.solar-button a {
    background: #227764;
    color: #fff;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border: 2px solid #227764;
}

.solar-button a:hover{
    color: #227764;
}

.solar-button a:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    transform: scale(0);
    z-index: -1;
    transition: 0.5s;
    border-radius: 5px;
}

.solar-button a:hover:before{
    transform: scale(1);
}

.solar-button i {
    font-size: 15px;
    display: inline-block;
    margin-left: 15px;
    background: #fff;
    color: #227764;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    text-align: center;
    transition: 0.5s;
}

.solar-button a:hover i{
    color:#fff;
    background:#227764;
}

/*==========================
 <--start-information-section -->
===========================*/
.row.information {
    margin-top: -56px;
    position: relative;
}

.single-information-box {
    border-radius: 10px;
    filter: drop-shadow(-2.113px 4.532px 12.5px rgba(16,28,2,0.08));
    background-color: #ffffff;
    padding: 12px 28px 39px;
    position: relative;
    z-index: 1;
}

.single-information-box:before{
    position: absolute;
    content:"";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background:#227764;
    z-index: -1;
    transition: 0.5s;
    border-radius: 10px;
}

.single-information-box:hover:before{
    width: 100%;
}

.information-icon img {
    transition: 0.5s;
}

.single-information-box:hover .information-icon img{
    filter: brightness(1) invert(1);
}

.information-icon {
    background: #000;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    border-radius: 50px;
    float: left;
    margin-top: 15px;
    margin-right: 20px;
	margin-left: 18px;
    transition: 0.5s;
}

.single-information-box:hover .information-icon{
    background: #fff;
}

.information-content h4 {
    font-size: 20px;
    margin-bottom: -6px;
    transition: 0.5s;
}

.single-information-box:hover .information-content p,
.single-information-box:hover .information-content h4{
    color: #fff;
}

.information-content p{
    transition: 0.5s;
}


/*==========================
 <--start-section-title-->
===========================*/
.section-title {
    padding: 0 0 20px;
    animation: 3.1s running fadeInUp;
}

.section-title h2{
	letter-spacing: 1px;
}
.section-title h3{
	letter-spacing: 1px;
	color: #227764;
}
.section-title h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #227764;
    margin: 0;
    margin-bottom: -8px;
}

.section-title h1 {
    font-size: 43px;
    font-weight: 600;
    line-height: 46px;
	/*color: #227764;*/
}

p.desc-one {
    width: 90%;
    padding: 32px 0 0;
}

/*==========================
 <--start-about-section -->
===========================*/
.about-section {
    /*padding: 100px 0 160px;*/
	padding: 35px 0 56px;
	background: url(../images/mitech-processing-contact-bg.png);
	background-color: #fff;
}

.about-thumb {
    margin-left: -60px;
	animation: 3.1s running fadeInUp;
}

.about-thumb img{
	padding-left: 10%;
	padding-top: 0%;
	animation: 3.1s running fadeInUp;
	
}

.about-list-item ul li i {
    display: inline-block;
    background: #227764;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    margin-right: 14px;
    /* margin-right: 6px; */
    margin-bottom: 17px;
}

.solar-contact {
    display: inline-block;
	margin-top:-70px;
}

.solar-conatct-box {
    display: -webkit-box;
    padding: 0 0 0 28px;
}

.solar-contact-icon {
    padding-right: 18px;
    padding-top: 4px;
}

.solar-contact-content a {
    color: #666666;
    display: inline-block;
}


/*===============================
 <--start-why-choose-us-section-->
=================================*/
.why-choose-us-section {
    background: #F8F8F8;
    padding: 50px 0 60px;
}

.why-choose-us-section .section-title {
    padding: 0 0 60px;
}

.why-choose-us-box {
    border-radius: 8px;
    background-color: #ffffff;
    text-align: center;
    padding: 30px 36px 40px;
    position: relative;
    z-index: 1;
}

.why-choose-us-box:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 0;
    background: #227764;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 8px;
    transition: 0.5s;
}

.why-choose-us-box:hover:before{
    height: 100%;
}

.why-choose-us-icon {
    background: #227764;
    width: 66px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    border-radius: 50px;
    margin: 13px auto 31px;
    transition: 0.5s;
}

.why-choose-us-box:hover .why-choose-us-icon{
    background: #fff;
}

.why-choose-us-icon img{
    transition: 0.5s;
}

.why-choose-us-box:hover .why-choose-us-icon img{ 
    opacity: 0;
 }

img.why-choose-icon-2 {
    position: relative;
    top: -70px;
    opacity: 0;
    transition: 0.5s;
    left: 0px;
}

.why-choose-us-box:hover img.why-choose-icon-2{ 
    opacity: 1;
 }


 .why-choose-us-content h4{
    font-size: 24px;
    transition: 0.5s;
}

.why-choose-us-box:hover  .why-choose-us-desc p,
.why-choose-us-box:hover  .why-choose-us-content h4{
    color: #fff;
}

.why-choose-us-desc p{
    transition: 0.5s;
}


/*透明*/
.why-choose-us-box-2 {
    border-radius: 8px;
    text-align: center;
    padding: 30px 36px 50px;
    position: relative;
    z-index: 1;
}

.why-choose-us-box-2:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 0;
    background: #227764;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 8px;
    transition: 0.5s;
}

.why-choose-us-box-2:hover:before{
    height: 100%;
}


.about-section .why-choose-us-box-2 {
    border-radius: 8px;
    background-color: #ffffff;
    text-align:left;
    padding: 30px 36px 50px;
    position: relative;
    z-index: 1;
	box-shadow: 0 0 50px rgba(0,0,0, 0.05);
}

.about-section .why-choose-us-box-2:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 0;
    background: #227764;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 8px;
    transition: 0.5s;
}

.about-section .why-choose-us-box-2:hover:before{
    height: 100%;
}
.about-section .why-choose-us-icon {
    background: #227764;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 50px;
    margin: 0px;
    transition: 0.5s;
}
.why-choose-us-icon {
    background: #227764;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 50px;
    margin: 14px auto 12px;
    transition: 0.5s;
}

.why-choose-us-box-2:hover .why-choose-us-icon{
    background: #fff;
}

.why-choose-us-icon img{
    transition: 0.5s;
}

.why-choose-us-box-2:hover .why-choose-us-icon img{ 
    opacity: 0;
 }

img.why-choose-icon-2 {
    position: relative;
    top: -70px;
    opacity: 0;
    transition: 0.5s;
    left: 0px;
}

.why-choose-us-box-2:hover img.why-choose-icon-2{ 
    opacity: 1;
 }

 .why-choose-us-content h4{
    font-size: 24px;
    transition: 0.5s;
}

.why-choose-us-box-2:hover  .why-choose-us-desc p,
.why-choose-us-box-2:hover  .why-choose-us-content h4{
    color: #fff;
}

.why-choose-us-desc p{
    transition: 0.5s;
}

/*透明结束*/


/*===============================
 <--start-skill-sectionn-->
=================================*/
.skill-section {
    /*background: url(../images/skill-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0 150px;
}

.vedio-icon {
    position: relative;
    left: 360px;
	top:210px;
}

.vedio-icon i {
    display: inline-block;
    color: #fff;
    background: rgb(255,255,255,0.7);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 23px;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}


.skill {
    margin-bottom: 14px;
    position: relative;
    overflow-x: hidden;
}

.skill > p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    margin-bottom: 13px;
}

.skill:before {
    width: 90%;
    height: 8px;
    content: "";
    display: block;
    position: absolute;
    background: #EEEEEE;
    bottom: 18px;
    border-radius: 10px;
}

.skill-bar {
    width: 75%;
    height: 8px;
    background: #227764;
    display: block;
    position: relative;
    border-radius: 8px;
}

.skill-bar span {
    font-size: 18px;
    /* padding: 3px 0; */
    font-weight: 500;
    float: right;
    top: -34px;
    position: relative;
}

.skill-bar {
    position: relative;
  
}

.skill1 .skill-count1 {
    right: 0;
}

/* SKILL 2 */
.skill2{
    width: 85%;
}

.skill2 .skill-count2 {
    right: 0;
}




/*=====================================
 <--start-Call-do-action-sectionn-->
======================================*/
.call-do-action-section {
    padding: 80px 0 68px;
    background: #F8F8F8;
}

.call-do-action-section.style-home-2 {
    background: #fff;
}

.col-lg-6.call-do-button-right {
    text-align: right;
}

.call-do-action-content h4 {
    font-size: 32px;
    line-height: 48px;
	padding-bottom: 20px;
}

.call-do-action-content p{
	line-height:30px;
}


/*=====================================
 <--start-contact-sectio-->
======================================*/
.contact-section {
    background: #F8F8F8;
    padding: 0 0 127px;
}

.row.add-bg-imgs {
    background: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 36px 50px 69px;
    border-radius: 5px;
}

.contact-form-content {
    margin-bottom: 55px;
}

.contact-form-content h4 {
    font-size: 14px;
    color: #227764;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: -7px;
}

.contact-form-content h1 {
    font-size: 43px;
    margin-top: 0;
}

.form-box input {
    width: 100%;
    border: transparent;
    background: #F8F8F8;
    height: 54px;
    border-radius: 5px;
    margin-bottom: 28px;
    padding: 0 25px;
    outline: 0;
}

.submit-button button {
    background: #227764;
    border: transparent;
    color: #fff;
    font-size: 14px;
    padding: 14px 36px;
    border-radius: 5px;
    border: 1px solid #227764;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.submit-button button:hover{
    color:#227764;
}

.submit-button button:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#fff;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
    border-radius: 5px;
}

.submit-button button:hover:before{
    transform: scale(1);
}

/*=====================================
 <--start-team-sectio-->
======================================*/
.team-section {
    padding: 104px 0 126px;
}

.team-section.upper {
    padding: 130px 0 106px;
}

.team-section .section-title {
    padding: 0 0 61px;
}

.team-thumb {
    position: relative;
    overflow: hidden;
}

.single-team-box {
    margin-bottom: 20px;
}

.team-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-team-box:hover .team-thumb img{
    transform: scale(1.1);
}




.team-social-icon {
    position: absolute;
    left: 0%;
    bottom: -100%;
    background: rgb(0,0,0,0.3);
    padding: 20px 22px;
    transition: 0.5s;
}
.team-social-icon p{
	color: #fff;
}

.single-team-box:hover .team-social-icon{
    bottom: 100px;
}

.team-social-icon ul li {
    display: inline-block;
}

.team-social-icon ul li i {
    font-size: 14px;
    display: inline-block;
    color: #000;
    margin: 0 7px;
    transition: 0.5s;
}

.team-social-icon ul li i:hover{
    color:#227764;
}

.team-content {
    filter: drop-shadow(-2.113px 4.532px 12.5px rgba(140,140,140,0.1));
    background-color: #ffffff;
    padding: 24px 24px 24px;
}

.team-content h4 {
    font-size: 22px;
    line-height: 36px;
    margin: 0;
}

.team-content p {
    font-size: 13px;
    text-transform: uppercase;
    color: #227764;
}


/*=====================================
 <--start-counter-section-->
======================================*/
.counter-section {
    background: url(../images/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 105px 0 125px;
}
.counter-section-cn {
    background: url(../images/solution/cn.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 105px 0 125px;
}
.counter-section-epc {
    background: url(../images/solution/epc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 105px 0 125px;
}
.counter-section-bd {
    background: url(../images/solution/bd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 105px 0 125px;
}
.counter-section-gf {
    background: url(../images/solution/gf.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 105px 0 125px;
}
.counter-section .section-title {
    padding: 0 0 0px;
}

.counter-section .section-title h4 {
    color: #fff;
}

.counter-section .section-title h1 {
    color: #fff;
}

.counter-box {
    text-align: center;
}

.counter-content h1 {
    font-size: 50px;
    color: #227764;
    display: inline-block;
	letter-spacing: 2px;
}

.counter-content span {
    font-size: 30px;
    color: #227764;
    font-weight: 600;
	font-family: 微软雅黑;
}

.counter-content p {
    color: #232323;
    margin-top: 5px;
}


/*=====================================
 <--start-counter-section 白色底-->
======================================*/
.counter-section-bai {
    background: url(../images/mitech-processing-contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0 140px;
}

.counter-section-bai .section-title {
    padding: 0 0 0px;
}

.counter-section-bai .section-title h4 {
    color: #000;
}

.counter-section-bai .section-title h1 {
    color: #000;
}

.counter-box-bai {
    text-align: center;
}

.counter-content-bai h1 {
    font-size: 50px;
    color: #fff;
    display: inline-block;
	letter-spacing: 2px;
}

.counter-content-bai span {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
}

.counter-content-bai p {
    color: #fff;
    margin-top: 5px;
}



/*=====================================
 <--start-Testimonials-section-->
======================================*/
.testimonail-section {
    padding: 100px 0 100px;
}

.testimonail-section .section-title {
    padding: 0 0 67px;
}

.testimonials-box {
    background: #F8F8F8;
    padding: 26px 41px 27px;
    border-radius: 5px;
    margin: 0 13px 0;
}

.testimonials-rating ul li {
    display: inline-block;
}

.testimonials-rating ul li i {
    display: inline-block;
    font-size: 16px;
    color: #227764;
    margin-right: 4px;
}

.testimonials-desc p {
    padding: 27px 0 29px;
}

.testimonials-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonials-author-content h4 {
    font-size: 20px;
    line-height: 24px;
}

.testimonials-author-content p {
    font-size: 14px;
    color: #227764;
}

.testimonials-quote {
    float: right;
    top: -42px;
    position: relative;
    right: 126px;
}

.testimonials-quote i {
    font-size: 24px;
    display: inline-block;
    opacity: 0.2;
}

.owl-dots {
    position: relative;
    text-align: center;
}
.owl-dot {
    display: inline-block;
    border: 2px solid #000;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 48px;
    margin-right: 6px;
}
.owl-dot.active {
    display: inline-block;
    background: #227764;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 6px;
    border: transparent;
}


/*=====================================
 <--start-blog-section-->
======================================*/
.blog-section {
    background: #F7F7F7;
    padding: 30px 0 30px;
}

.blog-section  .section-title {
    /*padding: 0 0 60px;*/
	
}

.col-lg-6.blog-button-right {
    text-align: right;
}

.single-blog-box {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 42px;
    position: relative;

}

.blog-thumb {
    overflow: hidden;
}

.blog-thumb img {
    width: 392px;
	height: 266px;
    transition: 0.5s;
}

.single-blog-box:hover .blog-thumb img {
    transform:scale(1.1);
}








.meta-blog {
    position: absolute;
    top: 57.6%;
    left: 34%;
}

.meta-blog p {
    color: #227764;
    font-size: 14px;
    filter: drop-shadow(-2.113px 4.532px 15px rgba(127,127,127,0.1));
    background-color: #ffffff;
    display: inline-block;
    padding: 4px 22px;
    border-radius: 5px;
}

.blog-content {
    padding: 23px 0 0;
}

.blog-content h4 a {
    font-family: 'Rubik';
    font-size: 24px;
    color: #232323;
    font-weight: 600;
    display: inline-block;
    line-height: 35px;
    transition: 0.5s;
}

.single-blog-box:hover .blog-content h4 a{
    color:#227764;
}

.zy_share .box-button {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #232323;
    display: inline-block;
	padding: 10px 0;
}

.zy_share .box-button:hover{
   /* border-bottom: 2px solid #227764;*/
}

/*=====================================
 <--start-brand-section-->
======================================*/
.brand-section {
    padding:100px 0 150px;
    background: #F7F7F7;
}

.brand-title {
    margin-bottom: 46px;
}

.brand-title h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Rubik';
    font-weight: 500;
    position: relative;
}

.brand-title h4:before {
    position: absolute;
    content: "";
    width: 41%;
    height: 3px;
    top: 29px;
    right: 14px;
    background: #227764;
    display: inline-block;
}

.brand-title h4:after {
    position: absolute;
    content: "";
    width: 41%;
    height: 3px;
    top: 29px;
    left: 14px;
    background: #227764;
    display: inline-block;
}

.brand-thumb {
    background: #fff;
    text-align: center;
    padding: 34px 50px 35px;
    display: inline-block;
    border-radius: 5px;
}

.brand-thumb img{
	width:250px;
	height:auto;
}


/*=====================================
 <--start-footer-secion-->
======================================*/
.footer-section {
    background: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 90px 0 18px;
}

.footer-widget-desc p {
    color: #fff;
    padding: 30px 0 22px;
    width: 75%;
    opacity: 0.800;
	line-height: 35px;
}

.footer-socail-ion ul li {
    display: inline-block;
    color: #fff;
}

li.text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.footer-socail-ion ul li i {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-left: 11px;
    transition: 0.5s;
}

.footer-socail-ion ul li i:hover{
    color:#227764;
}

.footer-section .solar-conatct-box {
    padding: 24px 0 0 0;
}

.footer-section .solar-contact-content p {
    color: #fff;
}

.footer-section .solar-contact-content a {
    color: #fff;
}

.footer-widget-content {
    margin-top: -22px;
}

.footer-widget-title {
    margin-bottom: 9px;
}

.footer-widget-title h4 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-widget-menu{
}

.footer-widget-menu ul li a {
   
    font-size: 16px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    transition: 0.5s;
}
.footer-widget-menu ul li{
    
    font-size: 16px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    transition: 0.5s;
}
.footer-widget-menu ul li a:hover{
    color:#00a751;
	
}

.footer-widget-menu .footerimg{
	padding-right: 16px;
}
.footer-widget-desc-2{
	text-align: center;
	
	/* padding: 48px 0px; */
	
}
.footer-widget-desc-2 p {
    opacity: 0.800;
    color: #ffffff;
    line-height: 27px;
}

.footer-widget-desc-2 img{
	width: 100px;
	height: auto;
	padding-bottom: 14px;
}
.newsletter-box {
    margin: 28px 0 19px;
}

.newsletter-box input {
    background: transparent;
    border: 1px solid #3A4034;
    height: 45px;
    outline: 0;
    padding: 0 22px;
    width: 100%;
    border-radius: 5px;
    color: #ffff;
}

.newsletter-submit-button button {
    background: #227764;
    border: transparent;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    color: #fff;
}

.copyright-area {
    /* border-top: 1px solid #525252; */
    border-top: 1px solid #05735a;
    /* margin-top: 60px; */
    padding: 15px 0;
}

.copyright-area p {
    opacity: 0.800;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    margin-top: 25px;
	letter-spacing: 2px;
}

.copyright-area a {
    display: inline-block;
    color: #227764;
}


/*=====================================
 <--start-Slider-secion-Home-2-->
======================================*/
.slider-section.style-home-2 {
    background: url(../images/slider1-h-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-section.style-home-2 .slider-content p {
    color: #666666;
    padding: 28px 0 0px;
}

.slider-section.style-home-2.slider-2 {
   background: url(../images/slider2-h-2.jpg);
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-section.style-home-2.slider-2 p.style-home-2 {
    color: #fff !important;
    width: 55%;
    font-size: 18px;
    opacity: 0.902;
    line-height: 28px;
}

.slider-video-button {
    float: right;
    top: -215px;
    position: relative;
    left: -28%;
}

.slider-video-button i {
    display: inline-block;
    color: #7EB53D;
    background: #ffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 23px;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}

/*=====================================
 <--start-About-secion-Home-2-->
======================================*/
.about-section.style-home-2 {
    padding: 129px 0 124px;
}

.about-thumb.style-home-2 {
    margin-left: 8px;
}

/*=====================================
 <--start-service-secion-Home-2-->
======================================*/
.service-section {
    background: #F8F8F8;
    padding: 30px 0 150px;
}

.service-section .section-title {
    padding: 0 0 80px;
}

.single-service-box {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.service-thumb{
    overflow: hidden;
}

.service-thumb img {
    width: 100%;
    border-radius: 10px;
    transition: 0.5s;
}

.single-service-box:hover .service-thumb img{
    transform: scale(1.1);
}

.service-icon {
   
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    left: 0px;
    top: -64px;
    margin-bottom: -60px;
    transition: 0.5s;
	background:#227764;
}

.single-service-box:hover .service-icon{
	 background: #232323;
   
}

.service-content h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 0;
    margin-bottom: -6px;
}
.service-content h4{
margin-top: -20px	
}
.service-content h4 a {
    font-size: 18px;
    font-weight: 600;
	line-height: 35px;
    font-family: 'Rubik';
    display: inline-block;
    transition: 0.5s;
}

.single-service-box:hover .service-content h4 a{
   color:#227764;
}

.service-content p {
    padding: 6px 0 23px;
}

/*===========================================
 <--start-working-process-secion-Home-2-->
=============================================*/
.working-process-section {
    padding: 110px 0 130px;
    background: #f7f7f7;
}

.enterprise-progress {
    padding: 110px 0 130px;
    background: #fff;
}
.enterprise-progress .section-title {
    padding: 0 0 100px;
}

.working-process-section .section-title {
    padding: 0 0 100px;
}

.working-process-box {
    text-align: center;
}

.working-process-thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.working-process-thumb:before {
    position: absolute;
    content: "";
    left: -19px;
    top: -20px;
    width: 190px;
    height: 190px;
    line-height: 190px;
    border-radius: 50%;
    border: 2px dashed #227764;
    transition: .5s;
    opacity: 0.5;
    z-index: -1;
}

.working-process-box:hover .working-process-thumb:before{
    opacity: 1;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
}

.working-process-number {
    position: absolute;
    right: -42px;
    top: 55px;
    transition: 0.5s;
    opacity: 0;
}

.working-process-box:hover .working-process-number {
    right: -30px;
    top: 3px;
    opacity: 1;
}

.working-process-number span {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #227764;
    background: #eee;

    /* color: #227764;
    background: #fff; */
}

.working-porcess-content h4 {
    font-size: 20px;
    margin-top: 42px;
}

.working-porcess-content p {
    width: 90%;
    margin: auto;
    margin-top: -7px;
}


/*===========================================
 <--start-working-process-secion-Home-2-->
=============================================*/
.testimonail-section.style-home-2 {
    padding: 128px 0 126px;
}

.testimonail-section.style-home-2 .owl-dot {
    left: 38%;
    position: relative;
    bottom: 112px;
}

.testimonail-section.style-home-2 .testimonail-section .section-title {
    padding: 0 0 58px;
}

.testimnials-thumb {
    position: relative;
    margin-left: 45px;
}


/*===========================================
 <--start-portfolio-section-Home-2-->
=============================================*/
.portfolio-section {
    background: #fff;
    padding: 100px 0 6px;
}

.portfolio-section.inner {
    padding:50px 0 100px;
}

.portfolio-section .section-title {
    padding: 0 0 70px;
}

.single-portfolio-box.inner {
    margin-bottom: 20px;
}

.portfolio-thumb {
    position: relative;
    overflow: hidden;
}

.portfolio-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-portfolio-box:hover .portfolio-thumb img{
    transform: scale(1.1);
}

.portfolio-content {
    background: rgb(0,0,0,0.3);
    padding: 34px 39px 38px;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: auto;
    transition:0.5s;
}

.single-portfolio-box:hover .portfolio-content{
    bottom: 0;
}

.portfolio-content h4 {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: -17px;
	line-height: 20px;
	letter-spacing: 1px;
}

.portfolio-content h1 a {
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    font-family: 'Rubik';
    padding-bottom: 11px;
    transition: 0.5s;
	color: #fff;
}

.portfolio-content h1 a:hover{
    color:#227764;
}

.portfolio-button a {
    background: #227764;
    color: #fff;
    padding: 12px 22px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #227764;
    position: relative;
    z-index: 1;
}

.portfolio-button a:hover{
    color:#227764;
}

.portfolio-button a:before{
    position: absolute;
    content: "";
    background:#fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform:scale(0);
    z-index: -1;
    transition: 0.5s;
    border-radius: 5px;
}

.portfolio-button a:hover:before{
    transform: scale(1);
}

.portfolio-button i {
    font-size: 15px;
    display: inline-block;
    margin-left: 15px;
    background: #fff;
    color: #227764;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    text-align: center;
    transition: 0.5s;
}

.portfolio-button a:hover i{
    color: #fff;
    background:#227764;
}

/*===========================================
 <--start-blog-section-Home-2-->
=============================================*/
.blog-section.style-home-2 {
    padding: 98px 0 130px;
}

.blog-section.style-home-2.blog-grid {
    padding: 130px 0 107px;
}

.blog-section.style-home-2.blog-2column {
    padding: 30px 0 106px;
}

.single-blog-box-2 {
    background: #fff;
    padding: 26px;
    border-radius: 8px;
}

.single-blog-box-2.blog-grid {
    margin-bottom: 24px;
}

.blog-thumb-2{
    overflow: hidden;
	text-align: center;
	border-radius: 8px;
}

.blog-thumb-2 img {
    width: 100%;
	height: 500px;
    transition: 0.5s;
	border-radius: 15px;
}
.blog-thumb-6{
    overflow: hidden;
	text-align: center;
	border-radius: 8px;
}

.blog-thumb-6 img {
    width: 100%;
	height: auto;
	padding: 40px 20px 10px;
    transition: 0.5s;
	border-radius: 15px;
}
.blog-thumb-2 {
    overflow: hidden;
}


/*新闻*/
.blog-thumb-3 {
    overflow: hidden;
}



.single-blog-box:hover .blog-thumb-3 img {
    transform:scale(1.1);
}

.single-blog-box-3:hover .single-blog-thumb-3 img {
    transform:scale(1.1);
}
					

.blog-thumb-3{
    overflow: hidden;
	text-align: center;
	border-radius: 8px;
}

.blog-thumb-3 img {
    width: 100%;
	height: 280px;
    transition: 0.5s;
	border-radius: 15px;
}

.single-blog-box-2:hover .blog-thumb-2 img{
    transform: scale(1.1);
}


.blog-thumb-4{
    overflow: hidden;
	text-align: center;
}

.blog-thumb-4 img {
    width: 600px;
	height: auto;
    transition: 0.5s;
}

.single-blog-box-2:hover .blog-thumb-4 img{
    transform: scale(1.1);
}



.blog-content-2 {
    display: block;
    /*padding: 12px 0px 0px;*/
}
.blog-content-2 h4 {
    line-height: 44px;
    font-size: 22px;
    margin: 20px 0;
}
.blog-content-2 h4 a {
    display: block;
    font-size: 24px;
    font-family: 'Rubik';
    font-weight: 600;
    line-height: 40px;
    /* border-bottom: 1px solid #E9E9E9; */
    /* padding-bottom: 20px;
	margin-bottom: 15px; */
    transition: 0.5s;
	width: 100%;
}
.blog-content-2 span {
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
}
.single-blog-box-2:hover .blog-content-2 h4 a{
    color:#227764;
}

.meta-blog-2 {
    display: inline-block;
    padding-left: 27px;
    padding-top: 26px;
}

.meta-blog-2 p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
}



/*===========================================
 <--start-头部背景-->
=============================================*/
.solution-section {
    background: url(../images/solution-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding:96px 0 104px;
}
.about1-section{
	background: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding:96px 0 104px;
}
.solution1-section {
    background: url(../images/solution/solution-fd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding:96px 0 104px;
}
.solution2-section {
    background: url(../images/solution/solution-gf.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding:96px 0 104px;
}
.solution3-section {
    background: url(../images/solution/solution-cn.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding:96px 0 104px;
}
.solution4-section {
    background: url(../images/solution/solution-tt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding:96px 0 104px;
}
.solution5-section {
    background: url(../images/solution/solution-epc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding:96px 0 104px;
}
.solution6-section {
    background: url(../images/solution/solution-bd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding:96px 0 104px;
}
.solution7-section {
    background: url(../images/solution/solution-yw.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding:96px 0 104px;
}
.solution8-section {
    background: url(../images/solution/solution-pw.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding:96px 0 104px;
}
.new-section {
    background: url(../images/new-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 100px;
}
.servicebg-section {
    background: url(../images/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 100px;
}
.case-section {
    background: url(../images/case-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 100px;
}

/*===========================================
 <--结束-头部背景-->
=============================================*/
.breadcumb-title h1 {
    font-size: 46px;
    color: #fff;
    margin-bottom: 8px;
	letter-spacing: 2px;
}

.breadcumb-content ul li {
    display: inline-block;
    color: #fff;
   
    margin-right: 6px;
	letter-spacing: 2px;
	padding-top: 15px;
}

.breadcumb-content ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
	opacity: 0.8;
}

.breadcumb-content ul li a:hover{
	opacity: 1;
	color: #227764;
}
.breadcumb-content ul li a.select {
    display: inline-block;
    color: #fff;
    font-size: 16px;
	opacity: 1;
	font-weight: 600;
}
.breadcumb-content ul li i{
    display: inline-block;
    font-size: 15px;
	opacity: 0.8;
}


/*================================
 <--start-history-section-->
=================================*/
.history-section {
    background: #F7F7F7;
    padding: 106px 0 59px;
}

.history-section .section-title {
    padding: 0 0 67px;
}

/*图片放大——开始*/
.history-box {
    margin-bottom: 69px;
	animation: 3.1s running fadeInUp;
}

.history-thumb{
	overflow: hidden;
	border-radius: 6px;
}
.history-thumb img {
    width: 100%;
	transition: 0.5s;
}
.history-box:hover .history-thumb img{
    transform: scale(1.1);
}

/*图片放大——结束*/

.history-box.upper {
    margin-top: -178px;
    padding: 0 45px 0;
}

.history-box.upper .history-content {
    width: 93%;
}

.history-thumb img {
    width: 100%;
	transition: 0.5s;
}


.history-content {
    border-radius: 5px;
    background-color: #ffffff;
    width: 82%;
    margin: auto;
    padding: 32px 33px 33px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.05);
}
}

.history-content span {
    font-size: 16px;
    color: #227764;
    font-family: "Rubik";
    display: inline-block;
}

.history-content h4 {
    font-size: 22px;
    color: #232323;
    font-weight: 600;
    font-family: "Rubik";
    margin-top: -9px;
    margin-bottom: 3px;
}

/*================================
 <--start-faqs-section-->
=================================*/
.faqs-section {
    padding: 111px 0 113px;
}

.faqs-section .section-title {
    padding: 0 0 60px;
}

p.center {
    width: 65%;
    margin: auto;
    padding: 26px 0 0;
}

.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
    position: relative;
    z-index: 1;
}

.accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #227764;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
    color: #fff!important;
    background-color: transparent;
    border: 1px solid #F1F1F1;
    padding: 14px 20px 14px 30px;
    border-radius: 5px;
    z-index: 1;
    font-family: 'Rubik';
}

.accordion li p {
    display: none;
    font-size: 16px;
    padding: 25px 20px 25px 30px;
    margin: 0;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(1.9px);
    overflow: hidden;
    border-radius: 0 0 5px 5px;
	color: #fff;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  background: #fff;
}

.accordion a.active:before{
  display: none;
}

.accordion a.active {
    color: #fff!important;
    border: 1px solid #227764!important;
    background: #227764!important;
    border-radius: 5px 5px 0 0;
}

/*================================
 <--start-Service-detaisl-section-->
=================================*/
.service-details {
    background: #F5F5F5;
    padding: 100px 0 100px;
    position: relative;
}

.sidebar-widget {
    margin-bottom: 30px;
	
}

.sidebar-widget form {
    position: relative;
	
}

.sidebar-widget input {
    height: 60px;
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 0 25px 0;
    outline: 0;
}

.sidebar-widget button.subscribe-btn {
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #227764;
    color: #fff;
    position: absolute;
    right: 0;
}

.widget-sidebar-box {
    padding: 13px 30px 30px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
	animation: 3.1s running fadeInUp;
    min-height: 503px;
}

h4.sidebar-title {
    font-size: 22px;
    padding: 0 0 25px;
    position: relative;
    z-index: 1;
}

h4.sidebar-title:before {
    position: absolute;
    content: "";
    left: -29px;
    top: 16px;
    width: 3px;
    height: 30px;
    background: #227764;
    border-radius: 5px;
}

ul.sidebar-menu {
    border-top: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 30px 0 0;
}

ul.sidebar-menu li {
    padding: 13px 15px 13px;
    display: block;
    border: 1px solid rgba(19,17,37,0.1);
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .5s;
}

ul.sidebar-menu li a {
    font-size: 16px;
    color: #062461;
    font-weight: 400;
    transition: .5s;
}

ul.sidebar-menu li a i {
    background: #E5E8EF;
    border-radius: 20px;
    font-size: 16px;
    padding: 0px 3px;
    margin-right: 5px;
    transition: .5s;
}

ul.sidebar-menu li:hover {
    background: #F6F6F6;
    border: 1px solid #f6f6f6;
}

ul.sidebar-menu li:hover a i {
    background: #227764;
    color: #fff;
}

.widget-download-box {
    padding: 30px 30px 15px;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
}

.widget-download-box ul li a {
    background: #227764;
    color: #fff;
    display: inline-block;
    padding: 14px 36px;
    font-size: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.widget-download-box ul li i {
    font-size: 15px;
    display: inline-block;
    margin-right: 6px;
    color: #fff;
}


/*sidebar quick contact*/

.widget-sidebar-quick-contact {
    background: url(../images/sidebar-bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 49px 0 49px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.logo-thumb img {
    width: 48%;
}

h3.widget-title2 {
    padding: 3px 0 0px;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-bottom: -13px;
}

h5.sidebar-title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

h5.sidebar-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 168px;
    top: 28px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.8);
}

h5.sidebar-title:after {
    position: absolute;
    content: "";
    left: 164px;
    right: 0;
    top: 30px;
    margin: auto;
    width: 96px;
    height: 2px;
    background: rgba(255,255,255,0.8);
}

h5.sidebar-title2 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    padding: 1px 0 30px;
}

.widget-button a {
    padding: 12px 35px;
    background: #227764;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.widget-button a:hover{
    color: #227764;
}

.widget-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background:#fff;
    transition: .5s;
    border-radius: 4px;
}

.widget-button a:hover:before {
    width: 100%; 
    left: 0;
}

h2.accordion-title {
    font-size: 30px;
    margin-bottom: 23px;
}

/*service details right */

.service-dtls-all-items {
    padding-left: 85px;
}

h2.service-title {
    font-size: 30px;
    line-height: 50px;
    padding: 10px 0 10px;
}

p.service-dtls-desc {
    margin-bottom: 23px;
    text-align: justify;
}

p.service-dtls-desc2 {
    padding: 0 0 31px;
}

/*service dtls box*/

.service-dtls-box {
    display: flex;
    align-items: center;
    background: #f6f6f6;
    border-radius: 5px;
}

.sevice-dtls-content {
    padding-left: 25px;
}

.sevice-dtls-content h4 {
    font-size: 20px;
    line-height: 44px;
}
/*service dtls pannel*/

.service-dtls-itm-pannel {
    border-top: 1px solid rgba(6,36,98,0.10196078431372549);
    border-bottom: 1px solid rgba(6,36,98,0.10196078431372549);
    padding: 25px 0 37px;
    margin: 40px 0 20px 0;
}

.service-dtls-items ul li {
    display: block;
    list-style: none;
    padding: 12px 0 0;
    color: #062461;
    font-weight: 400;
}
.service-dtls-items{
	margin-top: 20px;
}

.service-dtls-items ul li i {
    background: #E5E8EF;
    border-radius: 20px;
    color: #062461;
    font-size: 15px;
    padding: 0px 3px;
    line-height: 20px;
    margin-right: 5px;
    transition: .5s;
    display: inline-block;
}

.service-dtls-items ul li:hover i {
    background: #227764;
    color: #fff;
}

.service-dtls-cont h5 {
    font-size: 16px;
    color: #227764;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 22px;
}

.service-dtls-cont h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding: 6px 0 0;
}


/*================================
 <--start-Blog-section-->
=================================*/

.blogs-section {
    padding: 100px 0 100px;
    background: #F8F8F8;
}

.blogs-section.style-two {
    background: #F5F5F5;
}

.blogs-section.style-two .blog-content{
    border:transparent;
}
.blogs-section .single-blog-dtls-box .blog-content
.row.blogs-pr {
    padding-right: 90px;
}

.blogs-section .blog-content {
    padding: 35px 35px 18px;
    transition: .5s;
    background: #fff;
    border-radius: 5px;
    border-top: 0;
}

.blogs-section h2.blog-title a {
    font-size: 28px;
    font-weight: 700;
}

.style-two.blogs-section h2.blog-title a {
    font-size: 22px;
    font-weight: 700;
}

p.blog-desc {
    padding: 15px 0 38px;
}

ul.blog-author li {
    list-style: none;
    display: inline-block;
    margin-right: 37px;
    font-weight: 500;
    font-family: 'Inter';
    color: #062462;
}

ul.blog-author li i {
    color: #227764;
    margin-right: 7px;
}

ul.blog-author li span {
    position: relative;
    z-index: 1;
}

ul.blog-author li span:before {
    position: absolute;
    content: "";
    right: -20px;
    top: 3px;
    width: 1px;
    height: 12px;
    background-color: rgba(7,72,131,0.5019607843137255);
}


/*blog Post
================*/

.blogs-section .widget-sidebar-box {
    padding: 13px 30px 30px;
}

.upp.widget-sidebar-box {
    padding: 13px 30px 15px;
}

.blogs-section h4.sidebar-title.upp {
    padding: 0 0 24px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(6,36,97,0.10196078431372549);
}

.widget-recent-post {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.widget-recent-post.upper {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.rpost-thumb {
    margin-right: 20px;
	border-radius: 10px;
}
.rpost-thumb img {
	width: 76px;
	height: 76px;
	border-radius: 10px;
    object-fit: cover;
}

.rpost-content h4 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #062461;
    display: inline-block;
    transition: .5s;
    font-family: 'Inter';
}


/* Blog tag
==================*/



.rpost-content h4 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    display: inline-block;
    transition: .5s;
    font-family: 'Inter';
}


/* Blog tag
==================*/

.tag-item ul li {
    display: inline-block;
    list-style: none;
}

li.item1 {
    padding: 15px 0 0 !important;
}

.tag-item a {
    background: #f6f6f6;
    padding: 6px 20px;
    display: inline-block;
    margin: 0px 6px 15px 0;
    border: 0;
    font-weight: 400;
    color: #062461;
    transition: .5s;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.tag-item a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #227764;
    border-radius: 5px 30px 30px 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.tag-item a:hover:before {
   transform: scale(1); 
}

.tag-item a:hover {
   color: #fff; 
}

/*Blog Details
=================================*/

.single-blog-dtls-box ul.blog-author {
    padding: 8px 0 0;
}

.single-blog-dtls-box .blog-thumb:hover:before {
    width: 100%;
    left: 0;
    visibility: visible;
}

.single-blog-dtls-box .meta-blog a:hover:before {
    transform: scale(1);
}

.blogs-section .single-blog-dtls-box .blog-content {
    padding: 80px 150px;
}

p.blog-desc2 {
    padding: 15px 0 0px;
}

/*Blog Quote
=================*/

.blog-quote {
    background: #fff;
    padding: 23px 35px 26px;
    border-left: 4px solid #227764;
    border-radius: 5px;
    margin: 0px 0px 30px;
	animation: 5s running fadeInUp;
}

img.qte-icon {
    float: left;
    margin-right: 20px;
}

.blog-quote p {
    font-size: 18px;
    font-weight: 600;
    color: #232323;
	letter-spacing: 1px;
	padding: 6px 0 5px
}
.blog-quote-2 {
    background: #f7f7f7;
    padding: 27px 35px 26px;
    border-left: 4px solid #227764;
    border-radius: 5px;
    margin: 30px 0px 30px;
	animation: 5s running fadeInUp;
}


.blog-quote-2 p {
    font-size: 18px;
    font-weight: 600;
    color: #232323;
	letter-spacing: 1px;
	padding: 0 0 5px
}

.blog-dtls-thumb {
    padding: 20px 0 15px;
}

/*Product List*/

ul.product-list {
    padding: 20px 0 0;
}

ul.product-list li {
    display: block;
    list-style: none;
    color: #062462;
    padding: 0 0 8px;
}

ul.product-list li i {
    color: #227764;
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-right: 6px;
}

/*Blog Social Share
=======================*/

.blogs-social-share {
    background: #f6f6f6;
    padding: 20px 20px 25px 30px;
    margin: 35px 0 40px;
}

span.social-text {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Inter';
    color: #062462;
}

ul.social-share {
    float: right;
}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #062462;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

ul.social-share li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #227764;
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

ul.social-share li a:hover:before {
    transform: scale(1);
}

ul.social-share li a:hover {
    color: #fff;
}

/*Post Comment
=================*/

.blog-post-comment {
    border: 1px solid rgba(6,36,98,0.1);
    padding: 34px 30px 26px;
    border-radius: 5px;
}

h3.blog-comment-title {
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 34px;
}

.blog-post-comment .post-comment {
    border-bottom: 1px solid rgba(6,36,98,0.1);
    margin-bottom: 30px;
    padding: 0 0 11px;
}

.blog-post-comment .post-comment2 {
    margin-left: 88px;
}

.blog-post-comment h4.post-title {
    font-size: 16px;
    font-weight: 600;
}

.post-comment-thumb {
    float: left;
    margin-right: 32px;
}

.blog-post-comment h4.post-title span {
    font-size: 14px;
    color: #227764;
    font-weight: 400;
    font-family: 'Inter';
    padding-left: 25px;
}

.blog-post-comment .post-title span:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 9px;
    height: 1px;
    width: 10px;
    background: #227764;
}

.blog-post-comment span.rights-reply {
    float: right;
    font-weight: 500;
    color: #062462;
    position: relative;
    top: -60px;
    cursor: pointer;
    left: -32px;
}

/*Contact Form
======================*/

.contact-form-box3 {
    padding: 33px 30px 50px;
    border: 1px solid rgba(6,36,98,0.1);
    margin: 30px 0 0;
    border-radius: 5px;
}

.contact-form-box3 .form-box input {
    background-color: #fff;
    border: 0;
}

.contact-form-box3 .form-box textarea {
    background-color: #ffff;
    border: 0;
    width: 100%;
    outline: 0;
    padding: 20px 22px;
}

.contact-form.style-two button {
    background: #227764;
    border: transparent;
    color: #fff;
    padding: 9px 21px;
    margin-top: 20px;
    border-radius: 5px;
}



/*==================================
<---contact-information-section--->
=================================*/



.contact-information {
    padding: 113px 0 130px;
    background: #F8F8F8;
}

.contact-information .section-title {
    padding: 0 0 65px;
}

.contact-infor-box {
    background: #fff;
    border-radius: 10px;
    padding: 39px 37px 24px;
}

.contact-infor-icon i {
    font-size: 38px;
    display: inline-block;
    color: #227764;
}

.contact-infor-content h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: Rubik;
    margin-top: 0;
}

.contact-infor-content p {
    font-size: 17px;
    line-height: 30px;
}



/*==================================
<---contact-tow-section--->
=================================*/
.contact-form-tow {
    padding: 130px 0 130px;
}

.contact-form-content p {
    font-size: 18px;
    font-family: Roboto;
    padding: 19px 0 0;
}

.contact-form-tow .form-box input {
    width: 90%;
}

.contact-form-tow .form-box textarea {
    width: 95%;
    height: 130px;
    padding: 11px 22px;
    background: #F8F8F8;
    border: transparent;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 35px;
}



/*=================================
<--shop-section-->
==================================*/
.shop-section {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}

.shop-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 36%;
    height: 100%;
    background: url(https://m100.ditsolution.net/html/images/resource/serv-dtls-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

/* Shop Form*/

.form_box {
    padding: 11px 0 0;
}

p.form-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding-right: 12px;
}

.form_box select {
    width: 30%;
    height: 38px;
    padding-left: 15px;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    color: #062462;
    border: 1px solid rgba(6,36,98,0.4);
    transition: .5s;
}

.upper.widget_search {
    margin-bottom: 40px;
    background: inherit;
    text-align: right;
}

.widget_search form {
    position: relative;
}

.upper.widget_search input {
    height: 60px;
    width: 73%;
    color: #062461;
    background: #f6f6f6;
    border: 0;
    border-radius: 4px 0px 0px 4px;
    padding: 0 20px 0;
    outline: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #227764;
    border-radius: 0 4px 4px 0;
}

/*Shop Left*/


.categories-title h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 0px 0 25px;
    margin: 0 0 30px;
    position: relative;
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0;
    height: 29px;
    width: 3px;
    background: #227764;
}

.widget-check-box {
    padding: 40px 35px 18px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    border: 1px solid rgba(6,36,98,0.1);
    background-color: rgba(7,72,131,0);
}

.widget-check {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Inter';
    user-select: none;
    color: #062461;
}

.widget-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.widget-check p {
    display: inline;
    float: right;
}

.widget-check:hover input ~ .checkmark {
  background-color: #ccc;
}


.widget-check input:checked ~ .checkmark {
    background-color: #227764;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.widget-check input:checked ~ .checkmark:after {
  display: block;
}


.widget-check .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
}




/*Product 
======================*/

.product-categories-box {
    padding: 30px 30px 20px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

.products-collection {
    margin-bottom: 20px;
}

.product-thumb {
    float: left;
    padding-right: 17px;
}

.products-title h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.product-price span {
    font-size: 15px;
    font-weight: 400;
    color: #227764;
}

.product-icon-list ul {
    line-height: 20px;
}

.product-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: 4px;
    font-size: 14px;
}


/*Shop Right 
======================*/

.row.products {
    padding-left: 80px;
}

.single-products-box {
    text-align: center;
    margin-bottom: 30px;
}

.products-thumb {
    position: relative;
    z-index: 1;
        border: 1px solid rgba(6,36,98,0.1);
}

.products-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    opacity: 0.8;
    transition: .5s;
    border-radius: 4px 4px 0 0;
    background-color: #227764;
}

.products-thumb img {
    width: 100%;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.product-sale {
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-sale span {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 24px;
    background: #227764;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.product-thumb-icon a {
    font-size: 20px;
    width: 46px;
    height: 46px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #0D0E14;
    transition: .7s;
    display: inline-block;
    position: relative;
    bottom: 40%;
    z-index: 1;
    overflow: hidden;
}

.product-thumb-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 50%;
    background: #227764;
    transition: .6s;
}

.product-thumb-icon a:nth-child(1) {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product-thumb-icon a:nth-child(2) {
    position: absolute;
    right: 0;
    opacity: 0;
}

.product-content {
    padding: 23px 0 6px;
    border: 1px solid rgba(6,36,98,0.1);
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

ul.product-rating li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: .3em;
    font-size: 14px;
}

.product-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #062462;
    line-height: 17px;
}

.product-price p {
    font-size: 15px;
    font-family: 'Inter';
    padding: 14px 0 0px;
    color: #227764;
}

.product-price p span {
    color: #616161;
    text-decoration: line-through;
    margin-left: 5px;
}

.product-thumb-icon a:hover {
    color: #fff;
}

.product-thumb-icon a:hover:before {
    left: 0;
    width: 100%;
}

.single-products-box:hover .products-thumb:before{
    height: 100%;
    top: 0;
}

.single-products-box:hover .product-thumb-icon a:nth-child(1) {
    opacity: 1;
    left: 92px;
}

.single-products-box:hover .product-thumb-icon a:nth-child(2) {
    opacity: 1;
    right: 92px;
}


/*pagination
==================*/

.pagination-menu {
    padding-top: 30px;
}

.pagination-menu ul {
    display: inline-block;
}

.pagination-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
}

.pagination-menu ul li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background: #F5F5F5;
    display: inline-block;
    color: #062462;
    font-size: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.pagination-menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #227764;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.pagination-menu ul li a:hover:before {
    transform: scale(1);
}

.pagination-menu ul li a:hover {
    color: #fff;
}



/*==============================
<--product-details-->
===============================*/
.product-details {
    padding: 124px 0 100px;
    background: #F5F5F5;
}

.products-details-content {
    box-shadow: 0 0 27px rgba(88,88,88,0.1);
    padding: 7px 33px 44px;
}

.products-title h4 {
    font-size: 20px;
    text-transform: uppercase;
}

.products-details-reting ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 4px;
    color: #FF9D34;
}

.products-details-reting ul li.rating-text {
    color: #222 !important;
    font-size: 16px !important;
}

.pirce-box {
    margin-top: 12px;
}

.pirce-box span {
    display: inline-block;
    margin-right: 11px;
}

.pirce-box span.price {
    font-size: 20px;
    color: #227764;
    font-weight: 600;
}

.product-quantity {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.title h5 {
    font-size: 22px;
    margin-right: 22px;
    margin-top: -4px;
}

.point span {
    display: inline-block;
    cursor: pointer;
    margin: 0 -3px;
}

.minus {
    background:#227764;
    display: inline-block;
    width: 45px;
    height: 41px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
}

.num {
    border: 1px solid #227764;
    font-size: 22px;
    font-weight: 600;
    color: #222;
    width: 60px;
    height: 41px;
    line-height: 38px;
    text-align: center;
}

.plus {
    background: #227764;
    display: inline-block;
    width: 45px;
    height: 41px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
}

.products-features span {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 11px;
}

.products-features p {
    font-size: 16px;
    width: 85%;
    text-align: justify;
}

.chart-button a {
    display: inline-block;
    background: #227764;
    color: #fff;
    padding: 7px 14px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 37px;
}

.chart-button i {
    display: inline-block;
    font-size: 15px;
    margin-right: 7px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; 
}

.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block; 
}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0; 
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0; 
}

.tab-content {
  overflow: hidden;
  margin-bottom: 100px;
}

.nav-tabs {
    border: 1px solid #dee2e6;
}

.tab-content img {
width: 420px;
	height: 250px;
-webkit-animation-name: opacity;
        animation-name: opacity;
-webkit-animation-duration: .3s;
        animation-duration: .3s; 
        object-fit: cover;
}

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
        }
 }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    } 
 }

.products-item-title {
    padding: 34px 0 24px;
}



/*=================================
<--portfolio-details-section-->
==================================*/

.portfolio-details {
    padding: 130px 0 127px;
}

h4.portfolio-details-title {
    font-size: 30px;
    padding: 0 0 18px;
    border-bottom: 1px solid #DAD9DF;
    width: 90%;
}

.portfolio-details-content {
    margin-top: 52px;
}

p.portfolio-details-desc {
    margin: 32px 0 -5px;
}

.product-details-infor {
    margin-top: 40px;
    border-top: 1px solid #DAD9DF;
    width: 90%;
}

.product-details-infor-content {
    margin-top: 32px;
}

.our-client {
    display: inline-block;
    margin-right: 65px;
}

.project-category p, 
.work-date-line p,
.our-client p {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Poppins';
}

.project-category h4, 
.work-date-line h4, 
.our-client h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.work-date-line {
    display: inline-block;
}

.project-category {
    display: inline-block;
    margin-left: 67px;
}

.product-details-button a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #227764;
    font-weight: 500;
    font-family: "Rubik";
    border: 2px solid #227764;
    width: 90%;
    text-align: center;
    padding: 13px 0;
    border-radius: 5px;
    margin-top: 35px;
}

.project-list-iteam {
    margin-top: 30px;
}

.project-list-iteam ul li i {
    display: inline-block;
    color: #227764;
    margin-right: 10px;
    font-size: 18px;
}

.project-list-iteam ul li {
    margin-bottom: 10px;
}

.project-social-icon ul li {
    display: inline-block;
    margin-top: 20px;
}

.project-social-icon ul li i {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #E6E6E6;
    width: 40px;
    height: 39px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-right: 8px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.project-social-icon ul li i:hover{
    color: #fff;
}

.project-social-icon ul li i:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scale(0);
    border-radius: 5px;
    background:#227764;
    z-index: -1;
    transition: 0.5s;
}

.project-social-icon ul li i:hover:after{
    transform: scale(1);
}


/*==============================
<---blog-list-section--->
==============================*/

.blog-section.style-home-2.blog-list {
    padding: 129px 0 129px;
}

.single-blog-box-3 {
    background: #fff;
    padding: 35px;
    border-radius: 5px;
    margin-bottom: 28px;
	animation: 3.1s running fadeInUp;
}

.single-blog-box-4 {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 28px;
	animation: 3.1s running fadeInUp;
}

.single-blog-thumb-3{
    overflow: hidden;
}

.single-blog-thumb-3 img {
    width: 100%;
    transition: 0.5s;
	height: 320px;
	border-radius: 5px;
    object-fit: cover;
}

.single-blog-box-3:hover .single-blog-thumb-3 img {
    transform: scale(1.1);
}

.blog-content-3 {
    padding: 20px 4px 0;
}
.blog-content-4 {
    padding: 20px 35px 25px;
}
.blog-content-4 a.blog-title-3:hover{
	color: #227764;
}
.meta-blog-3 span {
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}

.meta-blog-3 span i {
    color: #227764;
    font-size: 14px;
    display: inline-block;
    margin-right: 9px;
}


.meta-blog-4 span {
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}

.meta-blog-4 span i {
    color: #227764;
    font-size: 14px;
    display: inline-block;
    margin-right: 9px;
}

a.blog-title-3 {
    font-size: 24px;
    display: inline-block;
    color: #232323;
    font-weight: 600;
    font-family: 'Rubik';
    line-height: 38px;
    text-transform: unset;
    padding: 10px 0 8px;
    transition: 0.5s;
	letter-spacing: 2px;
}

.single-blog-box-3:hover a.blog-title-3{
    color:#227764;
}

a.blog-title-4 {
    font-size: 24px;
    display: inline-block;
    color: #232323;
    font-weight: 600;
    line-height: 40px;
    text-transform: unset;
    padding: 6px 0px;
    transition: 0.5s;
	letter-spacing: 1px;
	height:92px;

}

.single-blog-box-3:hover a.blog-title-4{
    color:#227764;
}

a.blog-title-5 {
    font-size: 32px;
    display: inline-block;
    color: rgb(85,85,85);
    font-weight: 600;
    font-family:微软雅黑;
    line-height: 48px;
    text-transform: unset;
    padding: 14px 0 11px;
    transition: 0.5s;
	letter-spacing: 1px;
	width: 90%;

}

.single-blog-box-3:hover a.blog-title-5{
    color:#227764;
}

p.blog-desc-3 {
    width: 92%;
    margin-bottom: 12px;
}

p.blog-desc-4 {
    width: 98%;
    margin-bottom: 22px;
}

.blog-pages-intention {
    margin-top: 20px;
}

.blog-pages-intention ul li {
    display: inline-block;
}
.blog-pages-intention ul li ~ li {
    margin-left: 10px;
}

.blog-pages-intention ul li i {
    display: inline-block;
    background: #227764;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 3px;
	border: 1px solid #227764;
}

.blog-pages-intention ul li a {
    display: inline-block;
    font-size: 20px;
    border: 1px solid #227764;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}
.blog-pages-intention ul li a.active{
	background: #227764;
	color: #fff;
}
.blog-pages-intention ul li a:hover{
    color:#fff;
}

.blog-pages-intention ul li a:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform:scale(0);
    background:#227764;
    border-radius: 3px;
    z-index: -1;
    transition: 0.5s;
}

.blog-pages-intention ul li a:hover:before{
    transform: scale(1.1);
}















/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #227764;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
  
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #227764;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #227764;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}


span.flaticon-multiply i {
    display: inline-block;
    color: #227764;
}

.header-search-button.search-box-outer {
    padding: 0px 8px 0 0;
    display: inline-block;
}

.header-search-button.search-box-outer a {
    color: #062462;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    background-color: rgba(21,43,99,0.10196078431372549);
    display: inline-block;
}







/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

.scroll-area{
  position: relative;
  z-index: 999;
 }

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}

.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
  }

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%; 
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #009944 0%, #009944 100%);
    background-image: -ms-linear-gradient(0deg, #009944 0%, #009944 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    border-radius: 100%;
	border: 1px solid #009944;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}

.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius:100%;
}

.top-wrap {
  position: relative; 
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #227764;
}

 .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
 }

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #227764 0%, #227764 100%);
    background-image: -webkit-linear-gradient(0deg, #227764 0%, #227764 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
      background-color: #222;
      color: #fff; 
  }

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }



 /*===========================
<--  Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #227764;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #227764;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

.col-top-1{
	margin-top: -5%;
}

.col-top-10{
	margin-top: 5%;
}



/*新闻详情*/
.zy_contentbox{ 
	background-color: #fff;
}
.zy_content{ margin-bottom: 50px; }

.zy_newsxq .xq_tit{
	padding: 20px 0 30px;
	text-align: center; 
	margin-bottom: 30px;
}
.zy_newsxq .xq_tit h1{
	font-size:32px;
	color: #333;
	line-height: 48px;
	width: 760px;
	margin:0 auto;
}
.zy_newsxq .xq_tit p{
	font-size:14px;
	color: #999;
	margin-top:20px;
}
.zy_newsxq .xq_tit p span{
	margin-right:30px;
}
.zy_newsxq .txt{
	font-size:16px;
	color: rgb(85,85,85);
	line-height: 36px;
}

.zy_newsxq .txt p{
	font-size:16px;
	color: rgb(85,85,85);
	line-height: 36px;
}
.zy_newsxq .txt *{
	margin:24px 0;
}
.zy_newsxq .txt img{
	display: block;
	max-width: 100%;
	margin:0 auto;
}
.zy_share{
	border-top: #ddd solid 1px;
	position: relative;
	padding-top: 20px;
	margin-top: 50px;
}
.zy_share h2{
	float: left;
}
.zy_share h2 p{
	font-size: 16px;
	color: #005389;
	font-weight: bold;
	line-height: 32px;
}
.zy_share h2 p a{
	color: #666;
	display: inline-block;
	font-weight: normal;
	max-width: 500px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	margin-top:-3px;
}
.zy_share h2 p a:hover{
	color: #005389;
}

.bdb_d{border-bottom:1px solid #ddd;}

.blog-content-6 {
    padding: 50px 90px;
	
}


a.box-button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #227764;
    display: inline-block;
}

a.box-button:hover{
	color: #227764;
	text-decoration-line: underline;
}

/*******************************************************/
/**************** ## Work Process Area ****************/
/*******************************************************/
.work-process-line {
  margin-bottom: -95px; }
  @media only screen and (max-width: 575px) {
    .work-process-line {
      margin-bottom: -60px; } }

.work-process-item {
  margin-bottom: 30px; }
  @media only screen and (max-width: 575px) {
    .work-process-item {
      margin-top: 0; } }
  .work-process-item .number {
    width: 80px;
    height: 80px;
    color: white;
    font-size: 24px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 700;
    line-height: 60px;
    margin-left: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 30px;
    -webkit-box-shadow:3px 0 60px rgba(34,119, 100, 0.2);
    box-shadow: 3px 0 60px rgba(34,119, 100, 0.2);
    border: 10px solid white;
    font-family: "Poppins", sans-serif;
    background: var(--secondary-color); }
  .work-process-item .content {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    background: #f7f7f7;
    padding: 35px 28px 16px 30px; }
    .work-process-item .content p, .work-process-item .content h4 {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .work-process-item .content:before {
      position: absolute;
      content: '';
      left: 33px;
      bottom: 100%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      border-right: 22px solid transparent;
      border-bottom: 15px solid var(--lighter-color); }
  .work-process-item:hover .number {
    color: var(--heading-color);
    background: var(--primary-color); }
  .work-process-item:hover .content {
    background: var(--secondary-color); }
    .work-process-item:hover .content p, .work-process-item:hover .content h4 {
      color: white; }
    .work-process-item:hover .content:before {
      border-bottom-color: var(--secondary-color); }

/* Work Process Two */
.work-process-item-two {
  margin-bottom: 30px; }
  @media only screen and (max-width: 575px) {
    .work-process-item-two {
      margin-top: 0; } }
  .work-process-item-two .image {
    margin-right: 50px;
    position: relative; }
    .work-process-item-two .image img {
      width: 100%; }
    .work-process-item-two .image .number {
      width: 55px;
      height: 55px;
      color: white;
      font-size: 18px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      font-weight: 600;
      line-height: 47px;
      text-align: center;
      border-radius: 50%;
      -webkit-box-shadow: 3px 0 60px rgba(103, 77, 243, 0.2);
      box-shadow: 3px 0 60px rgba(103, 77, 243, 0.2);
      border: 4px solid white;
      font-family: "Poppins", sans-serif;
      background: var(--secondary-color);
      position: absolute;
      right: -27px;
      bottom: -27px; }
  .work-process-item-two .content {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: 50px;
    padding: 33px 28px 15px;
    background: var(--lighter-color); }
    @media only screen and (max-width: 767px) {
      .work-process-item-two .content {
        margin-left: 15px;
        padding-left: 20px;
        padding-right: 20px; } }
    .work-process-item-two .content h5 {
      margin-bottom: 10px; }
      @media only screen and (min-width: 376px) {
        .work-process-item-two .content h5 {
          font-size: 20px; } }
    .work-process-item-two .content p {
      line-height: 30px; }
  .work-process-item-two:hover .image .number {
    color: var(--heading-color);
    background: var(--primary-color); }
  .work-process-item-two:hover .content {
    background: white;
    -webkit-box-shadow: 3px 0 60px rgba(103, 77, 243, 0.2);
    box-shadow: 3px 0 60px rgba(103, 77, 243, 0.2); }

.work-process-area-two .work-process-line-two {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 45%;
  z-index: -1; }








.w3l-gallery2 img.insta-pic {
  border-radius: var(--card-curve); }

.w3l-gallery2 a.follow-insta-button {
  margin: 0 auto;
  font-weight: bold;
  transition: 0.3s ease-in;
  border: 1px solid #eee;
  box-shadow: var(--card-box-shadow);
  border-radius: var(--card-curve); }

.w3l-gallery2 .js-img-viwer {
  position: relative;
  border: 8px solid #fff; }

.w3l-gallery2 .js-img-viwer:hover .content-overlay {
  opacity: 1; }

.w3l-gallery2 .js-img-viwer .content-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 4px; }

.w3l-gallery2 .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s; }

.w3l-gallery2 .js-img-viwer:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1; }

.w3l-gallery2 .content-details h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600; }

.w3l-gallery2 .content-details p {
  color: #fff;
  font-size: 16px;
  margin-top: 8px; }

.w3l-gallery2 .fadeIn-bottom {
  top: 80%; }

.w3l-gallery2 .fadeIn-top {
  top: 20%; }

.w3l-gallery2 .fadeIn-left {
  left: 20%; }

.w3l-gallery2 .fadeIn-right {
  left: 80%; }

@-webkit-keyframes smartphoto {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes smartphoto {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes smartphoto-img-wrap {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes smartphoto-img-wrap {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes smartphoto-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

@keyframes smartphoto-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

@-webkit-keyframes smartphoto-loader {
  0% {
    opacity: .4;
    transform: rotate(0deg); }
  50% {
    opacity: 1;
    transform: rotate(180deg); }
  100% {
    opacity: .4;
    transform: rotate(360deg); } }

@keyframes smartphoto-loader {
  0% {
    opacity: .4;
    transform: rotate(0deg); }
  50% {
    opacity: 1;
    transform: rotate(180deg); }
  100% {
    opacity: .4;
    transform: rotate(360deg); } }

@-webkit-keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }

@keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }

.smartphoto {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0,0,0,0.8);
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  transition: opacity .3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-name: smartphoto;
  animation-name: smartphoto;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.smartphoto[aria-hidden="true"] {
  display: none; }

.smartphoto-close {
  opacity: 0; }

.smartphoto-count {
  display: inline-block;
  color: #FFF;
  font-size: 16px; }

.smartphoto-header {
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2); }

.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.smartphoto-dismiss {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  text-shadow: 0 1px 0 #FFF;
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1; }

.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top; }

.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.3s ease-out;
  -webkit-user-drag: none; }

.smartphoto-img.active {
  display: block; }

.smartphoto-img-onmove {
  cursor: grab;
  cursor: -webkit-grab;
  transition: none; }

.smartphoto-img-elasticmove {
  transition: transform 0.3s ease-out; }

.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  transition: opacity .3s ease-out;
  -webkit-animation-name: smartphoto-img-wrap;
  animation-name: smartphoto-img-wrap;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.smartphoto-img-left {
  transform: translateX(150%) !important; }

.smartphoto-img-right {
  transform: translateX(-150%) !important; }

.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
  animation-name: smartphoto-appear;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.smartphoto-arrows[aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
  animation-name: smartphoto-hide;
  display: none; }

.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  box-sizing: content-box;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-name: smartphoto-appear;
  animation-name: smartphoto-appear; }

.smartphoto-arrows li:focus {
  outline: none; }

.smartphoto-arrows [aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
  animation-name: smartphoto-hide;
  display: none; }

.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; }

.smartphoto-arrow-right {
  right: 0;
  padding: 20px;
 /* background-color: rgba(0, 0, 0, 0.5); */}

.smartphoto-arrow-right a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==); }

.smartphoto-arrow-left {
  left: 0;
  padding: 20px;
  /*background-color: rgba(0, 0, 0, 0.5);*/ }

.smartphoto-arrow-left a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+); }

.smartPhotoArrowHideIcon {
  display: none; }

.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
  animation-name: smartphoto-appear;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.smartphoto-nav[aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
  animation-name: smartphoto-hide;
  display: none; }

.smartphoto-nav ul {
  display: block;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px; }

.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-position: center center;
  background-size: cover;
  opacity: .5; }

.smartphoto-nav a:focus {
  opacity: .8; }

.smartphoto-nav a.current {
  opacity: 1; }

.smartphoto-nav img {
  width: auto;
  height: 100%; }

.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.smartphoto-list li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out; }

.smartphoto-list li:focus {
  outline: none; }

.smartphoto-list-onmove {
  transition: all 0.3s ease-out; }

.smartphoto-caption {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis; }

.smartphoto-caption:focus {
  outline: none; }

.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  transform: translate(50vw, 50vh); }

.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17CDDD;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: smartphoto-loader .5s infinite linear;
  animation: smartphoto-loader .5s infinite linear; }

.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: all .3s ease-out; }

.smartphoto-sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0); }

.rpost-title h4{
	color: #232323;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 0px;
    line-height: 0px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/** Tab Style One **/

.tab-style-one {
	
	margin-left: -12px;
	margin-bottom: 35px;

}
  .tab-style-one .nav-link {
    font-size: 14px;
    border-radius: 4px;
    padding: 6px 18px;
	color: #227764;
    background: #fff;
}
    @media only screen and (min-width: 1200px) {
		
.tab-style-one .nav-link {
	
	background: #fff;
	color:#227764;
	padding: 6px 18px;
	border-radius: 4px;
}
		
}
 @media only screen and (max-width: 575px) {
      .tab-style-one .nav-link {
        font-size: 16px; 
		  
		} 
}
.tab-style-one .nav-link.active {
      color:#fff;
	  background: #227764;
	 
}
.tab-style-one .nav-link:hover{
      color:#fff;
	  background: #227764;
	 
}

 .tab-style-one .nav-item{
      margin: 10px;
	  
}

 @media only screen and (max-width: 767px) {
      .tab-style-one .nav-item:not(:last-child) {
        margin: 10px; 
	 } 
}

/*******************************************************/
/***************** ## Services Area *******************/
/*******************************************************/
.page-wrapper{
	
	margin: 50px 0 110px;
	background: url(../images/mitech-processing-contact-bg.png);
}
.service-item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
 padding: 38px 20px 15px 0px
}

.service-item .icon img{
	width: 40px;
	height: 40px;
	
}


  .service-item a {
	  font-weight: 600;
}

  .service-item a:hover {
	  font-weight: 600;
	  color: #227764;
} 
  .service-item .icon {
    margin-bottom: 25px; 
}
  .service-item.style-two {
    padding-top: 35px;
    background: white;
    margin-bottom: 30px;
    padding-bottom: 28px;
    -webkit-box-shadow: 10px 0 60px rgba(103, 77, 243, 0.1);
    box-shadow: 10px 0 60px rgba(103, 77, 243, 0.1);
}
    .service-item.style-two .icon {
      line-height: 1;
      font-size: 60px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      margin-bottom: 15px;
      color: var(--secondary-color); 
}

    .service-item.style-two:hover {
      background: var(--secondary-color); 
}

      .service-item.style-two:hover h4 a,
      .service-item.style-two:hover .icon {
        color: white; 
}
  .service-item.style-three {
    padding: 0;
    margin-bottom: 30px;
}
    .service-item.style-three .icon {
      line-height: 1;
      font-size: 85px;
      margin-bottom: 20px;
      color: var(--secondary-color); 
}

    .service-item.style-three h4 {
      margin-bottom: 15px; 
}
    .service-item.style-three .read-more {
      color: var(--heading-color);
}

/* Service Style Two */
.service-two-item {
  margin-bottom: 46px; }
  @media only screen and (min-width: 376px) {
    .service-two-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

  .service-two-item .icon {
    font-size: 55px;
    line-height: 1;
    color:#227764;
    margin: 5px 30px 25px 0; 
}
  .service-two-item .content h4 {
    margin-bottom: 15px; }

/* Service Style Two */
.service-item-two {
  padding: 40px;
  background: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 10px 0 60px rgba(102, 83, 232, 0.1);
  box-shadow: 10px 0 60px rgba(102, 83, 232, 0.1); }
  @media only screen and (max-width: 375px) {
    .service-item-two {
      padding-left: 25px;
      padding-right: 25px; } }
  .service-item-two .image {
    height: 180px;
    position: relative;
    margin-bottom: 40px; }
    .service-item-two .image img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100%; }
  .service-item-two .content .title {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border-color); }


.team-thumb-bai {
    position: relative;
    overflow: hidden;
}

.single-team-box {
    margin-bottom: 20px;
}

.team-thumb-bai img {
    width: 100%;
	height: 300px;
    transition: 0.5s;
    object-fit: fill;
    border-radius: 8px 8px 0 0;
}

.single-team-box:hover .team-thumb-bai img{
    transform: scale(1.1);
}


.about-images .top-part,
.about-images .bottom-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

  .about-images .top-part img,
  .about-images .bottom-part img {
    margin-left: 15px;
    margin-right: 15px; 
}

.about-images .top-part {
  margin-bottom: 30px; 
}

.mb-30{
	margin-top: 50px;
}

.mp-30{
	margin-top: 30px;
}
.mp-68{
	margin-top: 68px;
}
  .about-images .top-part img:first-child {
    max-width: calc(68% - 30px);
}

  .about-images .top-part img:last-child {
    margin-top: 20px;
    margin-left: auto;
    max-width: calc(40% - 30px); 
}

.about-images .bottom-part img:first-child {
  width: calc(33% - 30px);
}

.about-images .bottom-part img:last-child {
  margin-top: -30%;
  width: calc(62% - 30px);
}

.case img{
	width: 50%;
	padding: 30px 0;
}

.imgh img{
	height: 300px;
}
.text-right{
	text-align: right;
}

.col-lg-80{
	
	margin-right: 30px;
}

.line1 {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.line2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-item:hover {
    color: rgb(142, 145, 157) !important;
}

@media screen and (max-width: 1000px) {
    #sticky-header {
        display: none;
    }
}

/* 移动端优化 */
@media (max-width: 768px) {
    .header-menu ul {
        display: none; /* 隐藏桌面端菜单 */
    }

    .mobile-menu {
        display: block; /* 显示移动端菜单 */
    }

    .about-section img,
    .portfolio-thumb img {
        max-width: 100%;
        height: auto; /* 图片自适应 */
    }

    .section-title h1 {
        font-size: 24px; /* 调整标题字体大小 */
    }

    .section-title h3 {
        font-size: 18px; /* 调整副标题字体大小 */
    }

    .counter-box {
        margin-bottom: 20px; /* 增加间距 */
    }

    .controls {
        display: none; /* 隐藏小圆点导航 */
    }
    /* 面包屑导航调整 */
    .breadcumb-content ul {
        flex-wrap: wrap;
        font-size: 12px;
    }
    .new-section,
    .case-section,
    .about1-section,
    .servicebg-section,
    .solution-section,
    .solution1-section,
    .solution2-section {
        padding: 20px 0;
        margin-top: 64px;
    }

    .blog-section {
        padding: 30px 0px 20px !important;
    }

    /* footer调整 */
    .footer-widget-desc-2 {
        padding: 15px 0;
    }
    .footer-section {
        padding: 40px 0 18px;
    }
    .footer-widget-desc > p {
        text-align: left;
        text-indent: 2rem;
    }
    .home-case {
        display: none;
    }
    /* 分页器调整 */
    .blog-pages-intention {
        display: flex;
        justify-content: center;
    }
    .blog-pages-intention ul li i {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .blog-pages-intention ul li a {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .tab-content {
        margin-bottom: 20px;
    }
    #faq-accordion .row .col-lg-4 {
        margin-bottom: 0;
    }
    .brand-box {
        display: flex;
        justify-content: center;
    }
    .col-lg-6.blog-button-right {
        text-align: right !important;
    }
    .solar-button {
        margin-top: 0 !important;
    }
    .solar-button a {
        padding: 3px 5px;
        font-size: 12px;
    }
    .enterprise-progress {
        padding-bottom: 0 !important;
    }
    .solution1.why-choose-us-section {
        padding-top: 30px;
    }
    .solution1.section-title {
        display: none;
    }

    .slider-section {
        height: 100vh !important;
    }
    .mobile-menu-area {
        position: fixed;
        top: 0;
        z-index: 10;
        width: 100vw;
    }
    .swiper-wrapper1 {
        display: block !important;
    }
    .swiper-wrapper2 {
        display: flex !important;
    }
    .mobile-none {
        display: none !important;
    }
    .portfolio-section.inner {
        padding: 50px 0 0px;
    }
    .footer-section {
        background-image: none;
        background-color: #333;
    }
    .footer-logo {
        display: none;
    }
    .team-thumb-bai img {
        height: 200px;
        object-fit: cover;
    }
    .single-team-box:hover .team-social-icon {
        bottom: 0;
    }
    .mean-expand {
        top: 0 !important;
    }
    .mobile-center {
        text-align: center;
    }
    .mobile-fontsize-24 {
        font-size: 24px !important;
    }
    .mobile-fontsize-16 {
        font-size: 16px !important;
    }
    .tab-style-one {
       flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }
    .tab-style-one .nav-item {
        text-wrap-mode: nowrap;
        margin: 0 !important;
        margin-left: 10px !important;
        padding: 3px 0;
        font-size: 14px;
    }
    .copyright-area {
        border-top: 1px solid #525252;
        /* border-top: 1px solid #05735a; */
        /* margin-top: 60px; */
        /* padding: 15px 0; */
    }
    .copyright-area {
        flex-direction: column;
    }
}
.copyright-area a {
    color: #fff;
}
.copyright-area p {
    margin-top: 0;
}
.widget-recent-post:last-child{
    border:none;
}
.footer-widget-menu ul li {
    text-transform: none;
}
.single-blog-thumb-3:hover img {
    transform: scale(1.1);
}
@media (min-width: 993px) { 
    .footer-widget-content {
        margin-bottom: 30px;
    }
    .footer-section .slideFooter {
    padding-top: 60px;
  }
  .footer-section {
    padding: 0 20px;
  }
  .blog-section5 {
    padding-top: 80px;
  }
  .flex-stretch {
    align-items: stretch;
  }
  		#faq-accordion .row {
  display: flex;
  flex-wrap: wrap;
}
#faq-accordion .col-lg-4,
#faq-accordion .col-md-6 {
  display: flex;
  flex-direction: column;
}
.single-blog-box-2 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-content-2 {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
}

.counter-content  .fontSize_16 {
    font-size: 16px;
}
.counter-content  .fontSize_16 {
    color: #C4C4C4;
    text-transform: uppercase;
}


.working-process-box .working-process-thumb .working-process-icon {
    width: 150px;
    height: 150px;
    display:flex;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
    border-radius: 50%;
    transition: all 0.5s ease;
}
.working-process-box .working-process-thumb .working-process-icon .img-hover {
    display: none;
}
.working-process-box:hover .working-process-thumb .working-process-icon {
    background: #227764;
}
.working-process-box:hover .working-process-thumb .working-process-icon .img-nomal {
    display: none;
}
.working-process-box:hover .working-process-thumb .working-process-icon .img-hover {
    display: block;
}
.about-working-process-box .working-process-number span{
    background: #fff;
}
.about-working-process-box .working-process-thumb .working-process-icon{
    background: #fff;
}

#sticky-header .header-item {
  width: auto;
  display: flex;
  column-gap: 24px;
}
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
}
.header-menu ul li:last-child {
  margin: 0;
}
@media screen and (max-width: 1500px) {
  .kouhao-box {
    display: none;
  }
}
.copyright-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  margin: auto;
}
/* .select .sub-menu .select {
    background-color: #227764;
} */
.select .sub-menu .select a {
    color: #227764;
}
.select .sub-menu li:last-child {
    border-radius: 0 0 5px 5px;
}
#sticky-header .header-menu ul li.select .select {
    border: none;
}
.border-radius-8 {
    border-radius: 8px;
}
.border-radius-bottom-8 {
    border-radius: 0 0 8px 8px;
}
.border-radius-top-8 {
    border-radius: 8px 8px 0 0;
}