

/*==================================
font-family: 'Poppins', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header
3.  Welcome-hero
4.  About me 
5.  front-product
6.  Skill
7.  Experience
8.  Profiles
9.  Portfolio
10. Clients
11. Contact

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family:"Microsoft YaHei","微软雅黑",tahoma,Arial,
    "PingFang SC","Hiragino Sans GB",sans-serif;
    -webkit-text-size-adjust:100%; 
    -ms-text-size-adjust:100%; 
    -webkit-font-smoothing: antialiased!important;
    font-size: 12px/1;
	color: #676a81;
	background: #fff;
    max-width:1920px;
    height: 100%;
    margin:0 auto;
    padding: 0;
	overflow-x:hidden;
    min-height: 100vh;
}

a,a:hover,a:active,a:focus {
	/* display:inline-block; */
	text-decoration:none;
	color: #000;
	font-size:16px;
    text-align: center;
	/* padding:0; */
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#43485c;
    font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}
.section-heading h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    /* padding-bottom: 50px; */
    /* border-bottom: 1px solid #e5ebf2; */
}
.first-head h2{
    padding-top: 80px; 
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5ebf2;
    font-family: cursive,serif;
}
p {
	margin: 0;
	line-height:1.8;
	color:#43485c;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;}

html,body{
    height: 100%;
	position: relative;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

.fix{position: relative;clear: both;}

.details-btn {
    display: block;
    font-size: small;
    margin: 10px auto;
    padding: 5px 10px;
    background-color: #753a03b5;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}
.details-btn:hover {
    background-color: #555;
}
.more-btn{
    display: block;
    font-size: small;
    margin: 30px auto 0px;
    padding: 5px 10px;
    background-color: #753a03b5;
    border: none;
    cursor: pointer;
    justify-content: center;
    transition: background-color 0.3s;
    
}
.more-btn:hover {
    background-color: #555;
}
.container {
    width: calc(100% - 12%); /* 减去左右边距的总和 */
    margin-left: 6%; /* 设置左边距为5% */
    margin-right: 6%; /* 设置右边距为5% */
}
.image-container {
    position: relative; /* 设置相对定位上下文 */
    padding-bottom: 20px;
 /* 使元素成为内联块 */
}
.title-image {
    display: block;
    width: 100%;
    max-height: 480px;
}
.text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.series-title {
    color:rgba(18, 38, 79, 1);
    font-size: 30px;
    margin-top: 15px;
    font-family: cursive, serif;
}


/*=============Style css=========*/

/*-------------------------------------
        2. Header
--------------------------------------*/
.top-area {
    position: relative;
    z-index: 9999;
}
@media (min-width: 1024px){}
nav.navbar.bootsnav.no-background {
    background-color: #bebec0;
    border: none;
}

nav.navbar.bootsnav {
    background-color: #bebec0e2;
    border-bottom: transparent;
    box-shadow: 0 3px 15px rgba(0,0,0,.2);
}


.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    width: 80px;
    height: 80px;
    max-width: 80px;
    max-height: 80px;
  }

  .navbar-header a.navbar-brand .navbar-logo:hover{
    transform: none !important;
    text-transform: none;
  }

/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 13px;
    font-weight: 400;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 35px 20px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus,nav.navbar.bootsnav ul.nav > li.active>a{color: #753a03b5;}
li.tea-menu.active a {
    color: #753a03b5; /
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a {color:#080707;}
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:hover,.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:focus,.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li.active>a{color: #753a03b5;}
/*.nav li*/



/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: auto;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #753a03b5;
}
/*.menu-ui-design*/



/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #753a03b5;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #753a03b5;}
/*.navbar-toggle */



/*-------------------------------------
        3.  勐嘉茶业
--------------------------------------*/
.welcome-hero{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    top:85px;
    background:url(../images/about/对联.png)no-repeat;
    background-size:contain;
    background-position: center;
    height:520px;
}

.product-series{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background-color: rgba(227, 218, 218, 0.558);
    top:85px;
    /* background:url(../images/about/勐嘉茶业.JPG)no-repeat; */
    /* background-size:cover; */
    background-size:center;
    background-position: center;
    height:320px;
}

/*.header-text-area*/
.header-text h2 {
    color: rgba(18, 38, 79, 1);
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    font-family:cursive,serif;
}
.header-text h2 span {color: #753a03b5;}
.header-text p {
    color: rgba(60, 70,84, 1);
    font-size: 18px;
    font-weight: 550;
    text-transform: uppercase;
    margin: 30px 0 60px;
    letter-spacing: 1px;
    font-family: cursive,serif;
}
@media screen and (max-width: 768px) {
    .welcome-hero {
        max-height: 380px;
    }
}
/*-------------------------------------
        4.  About
--------------------------------------*/
.about { padding-top: 138px;
padding-bottom: 80px;
}
.about-series { padding-top: 30px;
    padding-bottom: 10px;
    }
.about .container{
    max-width: 1440px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    margin: auto;
}
.about .row{
    display: flex;
    align-items: center;
}
.about .row-1{
    flex-wrap: wrap;
}
.about .reverse{
    flex-wrap: wrap-reverse;
}
.about-content {padding-top: 20px;border-bottom: 1px solid #999fb3;}
/*.single-about-txt*/
.about-heading {
    font-family: cursive,serif;
    padding-bottom: 30px;
}
.about h2{
    font-size: 3em;
}

.about-content p {
    font-size: 17px;
    color: #3c4258;
    /* padding: 20px 0 10px 2px; */
    text-indent: 2em;
    line-height: 2em;
    margin: auto;
    padding: 0 20px 0 20px;
    /* margin: 0em 0em -1em 0em */
}
.single-about-txt1 p {
    font-size: 17px;
    /* padding: 20px 0 0px 10px; */
    margin: auto;
    vertical-align: middle;
    line-height: 2.5em;
}


.about-img2 img{
    width: 100%;
    max-height: 400px;
}
.about-img3 img{
    padding-top: 5px;
    max-height: 420px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .about{
       padding-top: 60px;
    }
}
/*-------------------------------------
        4. 
--------------------------------------*/


/*-----------------------------------
        5. 品类图片
--------------------------------------*/


/* ---- .item ---- */
.isotope:after {
    content: '';
    display: block;
    clear: both;
}
.isotope .item {
    position:relative;
    overflow:hidden;
    margin: 0
}


.isotope .col-sm-6 {
    padding: 0;
}

.isotope .item img{
    width:100%;
    height:auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.isotope .item:hover  img{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}/*.item img*/

/*.isotope-overlay*/
.isotope-overlay{
    position:absolute;
    height:100%;
    width:100%;
    background:rgba(31,44,108,.5);
    display:flex;
    align-items:center;
    text-transform: uppercase;
    justify-content:center;
    flex-direction:row;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.isotope .item:hover .isotope-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    top:0;
}/*.isotope-overlay*/

.item-text {
    position: absolute;
    top: 50%;  /* 居中于父元素 */
    left: 50%;  /* 居中于父元素 */
    transform: translate(-50%, -50%);
    background-color: #a26a36;  /* 半透明背景 */
    color: white;
    text-align: center;  /* 文字居中 */
    width: auto;  /* 自动宽度 */
    padding: 3px 15px;
    border: none;
    cursor: pointer;
    z-index: 2;
    display: block;
    font-size: 1.3em;
    font-family: cursive,serif;
}


/*-------------------------------------
        6.  生普系列
--------------------------------------*/
.index-describe{
    padding-top: 5px;
    font-size: 15px;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    display: block;

  }
.single-profile img{
    width:100%;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-right: 1px solid #b2c1ce; */
    overflow:hidden;
    -webkit-transition:background 0.5s linear; 
    -moz-transition:background 0.5s linear; 
    -ms-transition:background 0.5s linear; 
    -o-transition:background 0.5s linear; 
    transition:background 0.5s linear;
}

/* .single-profile.profile-no-border{border-right:transparent;}
.profile-border {
    border-bottom: 1px solid #b2c1ce;
} */
.single-profile-overlay{
    display:flex;
    align-items:center;
    justify-content:center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff00;
    background: -moz-linear-gradient(left, #ffffff00 0%, #ffffff00 100%);
    background: -webkit-linear-gradient(left, #ffffff00 0%,#ffffff00 100%);
    background: linear-gradient(to right, #ffffff00 0%,#ffffff00 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d92cf9', endColorstr='#b636ff',GradientType=1 ); */
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.single-profile-overlay img {
    background-size: cover;
  }
.single-profile:hover .single-profile-overlay {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    top:0;
}
/* .single-profile:hover .profile-border {border:transparent;} */

/*-------------------------------------
        8. 首页产品展示
--------------------------------------*/
.front-product{
    padding-bottom: 20px;
    background:  rgba(227, 218, 218, 0.558);
    padding-top:  0px;
}
.front-product .container{
    display: flex;
    border: 2px solid #ccc;
    flex-wrap: wrap;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    max-width: 1024px;
    margin: auto;
    padding: 0px 0;
}
.front-product .row{
    display:flex;
    align-items: center;
}
.front-product .row-1{
    flex-wrap: wrap;
}
.front-product .row-2{
    flex-wrap: wrap-reverse;
}
.single-product{
    box-sizing: border-box;
    width: 100%;
    margin: 0px;
    display: flex;
    align-items: center;
}
.single-product .text{
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    text-align: center;
}
.single-product img{
    width:100%;
    height:auto;
    max-height: 447px;
    overflow: hidden;  /* 隐藏超出容器的部分 */
    margin-top: 0px;
    vertical-align: top;
}
.single-product, .product-img {
    position: relative;  /* 非常重要 */
}

.hover-image {
    position: absolute;
    top: 0;
    left: 0px;
    width: auto;
    height:auto;
    max-width: 100%;
    opacity: 0;
    transition: opacity 0.3 ease 0s; /* 平滑过渡 */
    overflow: hidden;
}
.single-product .static-image:hover {
    opacity: 0;
} 
.single-product .hover-image:hover {
    opacity: 1;
} 

.single-product .text h2 {
    font-size: 32px;
    border-bottom: 1px solid #ccc; 
    padding-bottom: 5px; 
}

@media screen and (max-width: 768px){
    .single-product .text h2 {
        font-size: 21px;
    }
}

.single-product .text p {
    text-align: left;
    margin-bottom: 0.5em;
}

/*-------------------------------------
        9. product
--------------------------------------*/

.product .container {
    display: flex;
    padding-top: 80px;
    max-width: 1440px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    margin: auto;

}

.product-images {
    flex: 1;
    padding: 10px; 
}

.main-image {
    height: 50%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}

.main-image img {
    /* max-width: 800px; */
    max-height: 600px;
    /* height:auto; */
    transition: transform 0.1s ease;
}
#displayed-image {
    display: block; 
    margin: auto; 
}
.thumbnails {
    display: flex;
    justify-content: flex-start;
    gap: 2px;
    height: 25%;
}

.thumbnails img {
    width: 15%; /* 根据缩略图数量调整 */
    border: 3px solid transparent;
    cursor: pointer;
}

.thumbnails img.active {
    border-color: #753a03;
}

.product-info {
    flex: 1;
    padding: 10px;
}

.product-info h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.product-details {
    position: fixed;
    top: 0;
    right: 0;
    width: 33.33%; /* Default for wide screens */
    height: 100%;
    background: white;
    z-index: 20;
    display: none;
    overflow: auto;
}
.arrow {
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%); */
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #9397b8a8;
    text-align: center;
    line-height: 30px;
    font-size: 390%;
}
  
.left-arrow {
    left: -10px;
}
  
.right-arrow {
    right: 10px;
}
.specificdes p{
    text-indent: 2em;
    font-size: 20px;
    line-height: 2em;
    margin: auto;
    padding: 7px 40px 7px 40px;
}
.specificdes h2{
    text-align: center;
    font-size: 27px;
    margin-bottom: 20px;
}
.specificdes img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding:10px 0 10px 0;
    max-height: 100vh;
}
.specificdes h3{
    margin:25px 0 10px 0;
}
.specificdes .ref{
    margin:0 20px 25px 20px;
}
/*-------------------------------------
        10. 商品右侧页面
--------------------------------------*/
.details-img {
    max-height: 50vh; /* 设置图片的最大高度为视口高度的50% */
    object-fit: cover; /* 保持图片的宽高比 */
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.379);
    z-index: 10;
    display: none;
}

.product-details {
    position: fixed;
    top: 80px;
    right: 0;
    width: 33.33%; /* Default for wide screens */
    height: 100%-80px;
    background: white;
    z-index: 20;
    display: none;
    overflow: auto;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent; /* 透明背景 */
    color: #000000;
    font-size: 30px; /* 设置字体大小 */
    border: none;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .product-details {
        width: 70%; /* For smaller screens */
    }
}

.progress-dots {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.dot {
    width: 10px;
    height: 10px;
    border: 1px solid black;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background: black;
}

/*-------------------------------------
        11. Blogs
--------------------------------------*/
.blogs .row{
    flex-wrap: wrap;
}
.blog{
    margin: auto;
    padding-top: 20px;
    border-bottom: 1px solid #999fb3;
}
.blogtext{
    margin-top: 10px;
}
.blog h2{
    text-align: center;
    font-size: 2em;
    padding-bottom: 10px;
}
.blog p{
    margin-top: 10px;
    font-size: 1.25em;
}
@media (max-width: 768px) {
    .blog h2 {
      display: flex;
      margin: auto;
      margin-top: 15px;
      margin-left: 25%;
    }
    .blog p{
        margin-top: 0;
    }
  }

.blogpage{
    margin-top: 100px;
    margin-bottom: 50px;
}
.blogpage .container{
    max-width: 1440px;
    margin: auto;
}
.blogpage h2{
    text-align: center;
    font-size: 2em;
    margin-bottom: 10px;
}


/*-------------------------------------
        11. Contact
--------------------------------------*/
.contact {
    background: #f9fbfd;
    /* padding: 50px 0 100px; */
}


/* contact-adress */
.contact-add-head h3 {
    font-size:  21px;
    color:  #3c4258;
    margin-top: 20px;
    font-family: cursive,serif;
}


/*.contact-add-info */
.contact-add-info { margin: 20px 0;}
.single-contact-add-info h3 {
    color:  #636a82;
    font-weight:  500;
    font-size: 13px;
    margin-bottom:  3px;
}
.single-contact-add-info p {
    color:  #999fb3;
    font-size:  13px;
    margin-bottom: 4px;
}

.social-media .row{
    display: flex;
    flex-direction: row;
}

/*hm-foot-icon*/
.footer-copyright{
    background: #f9fbfd
}
.hm-foot-icon {
    padding-top: 10px;
}
.hm-foot-icon .QR{
    padding-bottom: 10px;
}
.hm-foot-icon .fa{
    font-size: 20px;
}

.hm-foot-icon ul li{  margin-left: 50%;}
.hm-foot-icon ul li>a {

    color: #636a82;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
/*.contact-add-info */
.hm-foot-icon ul li>a:hover{
    color: #753a03b5;
}/*hm-foot-icon小图标hover颜色*/



.hm-footer-copyright p{
    color: #888ea5;
    text-transform: capitalize;
    padding: 20px ;
}
.hm-footer-copyright a{
    color: #888ea5;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
/* .hm-footer-copyright p a {color: #888ea5;} */
/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#753a03b5;
	border:1px solid #753a03b5;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #753a03b5;
	border:1px solid #753a03b5;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================