@font-face
{font-family: ArialMT-ExtraBold;
src: url('font/ARIALMTEXTRABOLD.TTF')}

@font-face
{font-family: ArialMT-Medium;
src: url('font/ARIALMTMEDIUM.TTF')}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont/iconfont.woff2?t=1705108683799') format('woff2'),
         url('iconfont/iconfont.woff?t=1705108683799') format('woff'),
         url('iconfont/iconfont.ttf?t=1705108683799') format('truetype');
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: .16rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }


  *{box-sizing:border-box;color:#000;font-size: .16rem;}
  body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,td,th,em,span,i,button,code{margin:0;padding:0;color:inherit;line-height: inherit; font-family:'ArialMT-Medium', "microsoft yahei",'PingFang SC','PingFangMedium';/* font-size: inherit; */}
  img{border:0;display: inline-block;max-width:100%;vertical-align: middle;height: auto;}
  .fl{float:left;}
  .fr{float:right;}
  ul,li{ list-style:none; }
  a,p,span,i,em{ text-decoration:none; color:inherit;font-size: inherit;}
  pre{word-break: break-word;}
  :focus{outline:none!important;border-color:inherit;}
  .clearfix{*zoom: 1;}
  .clearfix:before,.clearfix:after
  {display: table;line-height: 0;content: "";}
  .clearfix:after{clear: both;}
  table{border-collapse:collapse;border-spacing:0;width:100%}
  h3,h4,h5,h6{font-weight: normal;}
  em,i{font-style:normal;}
  input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
  input[type="button"]{border:none;}
  textarea {  -webkit-appearance: none;}
  .auto{margin:0 auto;max-width: 1530px;width: 90%;}
:hover{transition: all .2s;}
.img_hover_wrap{overflow: hidden;}
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
.img_traslate{transition: all .3s;}
.img_traslate:hover{transform: translateY(-10px);}
.img_rotate{transition: all .3s;}
.img_rotate:hover{transform:rotate(-360deg);}
.bold{font-weight: bold;}
.normal{font-weight: normal!important;}
.center{text-align: center!important;}
.img{/* width: 100%; */display: block;    height: auto;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';display: inline-block;vertical-align: middle;}
.ipt{display: block;border:none;}
.ipt_button{cursor: pointer;}
.item_scale .icon{transition: all .3s;}
.item_scale:hover .icon{transform: scale(1.08,1.08);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;/* display: -ms-flexbox; */-webkit-box-orient: vertical;/*-webkit-line-clamp: 3;*/}
.clamp1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.clamp2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.clamp8{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 8;}
body{background: #fff;overflow-x: hidden;}
.item{}
.item .imgbox{display: block;overflow: hidden;}
.item .img{transition: all 1s;width: 100%;display: block;}
.item:hover .imgbox .img{transform: scale(1.1,1.1);}

.zoomimg{position:relative;overflow: hidden;height: 0;display: block;}
.zoomimg .img{display: block;position:absolute;width: 100%;height: 100%;left: 0;top: 0;}

.flipx .icon{transition: all .3s;}
.flipx:hover .icon{transform:scaleX(-1);}
.scale .icon{transition: all .3s;}
.scale:hover .icon{transform: scale(1.1,1.1);}

.underline{text-decoration: underline;}
label{-webkit-tap-highlight-color: rgba(255,0,0,0);}
.img_full{width: 100%;height: 100%;display: block;object-fit: cover;}

.flex{display: -webkit-box; display: -moz-box;display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-align-start{align-items: flex-start;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-align-end{align-items: flex-end;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-pack-start{justify-content: flex-start;}
.flex-pack-end{justify-content: flex-end;}
.flex-v {-webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-w{flex-wrap:wrap;}
.flex-1{flex:1;overflow: hidden;}
.flex-11{flex:1;}
html{font-size: 5.2083vw;}
body{overflow-x: hidden;}
/* Hero Section */
/* .hero {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
} */
.hero-content{
    position: relative;
    height: 100%;
}
.hero-content .txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
}
.hero-content .title {
    font-size: .7rem;
    line-height: .74rem;
    font-weight: bold;
    margin-bottom: .1rem;
}

.hero-content .desc {
    font-size: .4rem;
    opacity: 0.9;
}

/* Main Content */
.container {
    max-width: 1637px;
    margin: 0 auto;
    padding: 0 20px;
    width: 85%;
}

/* EHN Section */
.ehn-section {
    background: url('../images/en-banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 93px 0 78px 0;
}
.ehn-section h2 {
	text-align: center;
	font-family: ArialMT-ExtraBold;
	font-size: .5rem;
	line-height: .5rem;
	letter-spacing: 0px;
	color: #292929;
    margin-bottom: .48rem;
}
.ehn-content {

}

.ehn-logo {
    padding:0 61px 58px 24px;
}

.ehn-logo img {
    width: 6rem;
    object-fit: contain;
}


.ehn-logo .chinese {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

/* .ehn-text {
    flex: 1;
} */

.ehn-text h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
}

.ehn-text p {
    font-size: .22rem;
    margin-bottom: 20px;
    text-align: justify;
    color: #282828;
    line-height: .37rem;
}

/* Company Section */
.company-section {
    padding: 80px 0 0;
    background: white;
    position: relative;
}
.company-section:nth-child(even) {
    background-color: #f8f8f8;
  }
.company-header {
    text-align: center;
}

.company-section h2 {
    font-family: ArialMT-ExtraBold;
    font-size: .5rem;
    margin-bottom: 30px;
    color: #292929;
}

.company-header p {
    color: #282828;
    font-size: .22rem;
    line-height: .37rem;
    text-align: justify;
}

.products-section {

    padding-bottom: .65rem;
    display: flex;
    gap: 1.2rem;
    margin-top: .35rem;
    align-items: flex-start;
    position: relative;
}

.product-images {
    aspect-ratio: 1;
    /* height: 5.85rem; */
    margin-left: 1.05rem;
    width: 50%;
    box-shadow: 0px 0px 21px 0px
		rgba(5, 5, 5, 0.13);
}
.product-images img{aspect-ratio: 1;}
.product-info {
    width: 50%;
    /* position: relative; */
    /* height: 5.85rem; */
}
.product-info .btn-box{display: flex;justify-content: end;position: absolute;bottom: 10px;right: 2px;}
.product-info h3 {
    font-family: ArialMT-Medium;
    font-size: .33rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
    color: #292929;
}

.product-info h4 {
    font-family: ArialMT-Medium;
    font-size: .33rem;
    margin: 30px 0 15px 0;
    color: #292929;
}

.product-info p {
    font-size: .22rem;
    color: #282828;
    line-height: .37rem;
    margin-bottom: .15rem;
}
.product-info .contact-btn {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 1.54rem;
	height: .44rem;
	background-color: #1566f6;
	border-radius: 22px;
    color: white;
    border: none;
    font-size: .21rem;
    cursor: pointer;
    /* position: absolute; */
    bottom: .40rem;
    right: .40rem;
}

.contact-btn:hover {
    background: #ff8c00;
}

/* Footer Contact Section */
.footer-contact {
    margin-top: 1.4rem;
    background: #003f7e;
    color: white;
    padding: 60px 0;
}

.footer-content {
    display: flex;
    gap: .6rem;
    align-items: flex-start;
}

.contact-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.logo {

}

.contact-info .cont-us {
    font-family: ArialMT-ExtraBold;
	font-size: .41rem;
    margin-bottom: .30rem;
}

.contact-details p {
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
    font-family: ArialMT-Medium;
	font-size: .22rem;
}

.social-icons {
    width: 100%;
    display: flex;
    margin-top: .3rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.social-icons a {
    display: flex;
    color: white;
    width: .38rem;
    height: .38rem;
    font-size: .25rem;
    text-decoration: none;
}

.contact-form {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: calc(50% - 10px);
}

.form-group.full-width {
    flex: 1 1 100%;
}

.contact-form input,
.contact-form textarea {
    color:#000;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: .16rem;
    margin-top: 5px;
}

.contact-form textarea {
    height: 1.2rem;
    resize: vertical;
}
.contact-form .btn-box{display: flex;justify-content: end;width: 100%;}
.send-btn {
    background: #0066cc;
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 5px;
    font-size: .31rem;
    cursor: pointer;
    align-self: flex-end;
    margin-top: 20px;
}

.send-btn:hover {
    background: #0052a3;
}

.footer-bottom {
    background: #e0bb64;
    height: .78rem;
    text-align: center;
    line-height: .78rem;
    color: white;
    font-size: .33rem;
}

.gotop{width: .58rem;height: .58rem;background-color: #e0bb64;border-radius:50%;display: flex;align-items: center;justify-content: center;font-size: .26rem;color:#fff;position: fixed;right: 3%;bottom: 12vh;z-index:99;display: none;}
.gotop::after{content:'\e8f5';font-family: 'iconfont';transform: rotate(-90deg);display: block;line-height: 1;}
.gotop:hover{background-color: #1566F6;}
@media screen and (max-width:1199px){
	.container{width: 10.5rem;}
	html{font-size: 5.5rem!important;}
    .container{width: 95%;}
    .hero-content .title {
        font-size: .5rem;
        line-height: .54rem;
    }
    .hero-content .desc{font-size: .3rem;}

    .ehn-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    .ehn-text p{font-size: 16px;}
    .ehn-logo {
        flex: none;
    }
    .ehn-logo img{width: 3.7rem;}
    .company-header p{font-size: 16px;}
    .products-section {
        padding-left: 0;
        gap: 40px;
    }
    .company-section h2{font-size: 35px;}
    .product-info h3,.product-info h4{font-size: 25px;}
    .product-info p{font-size: 16px;}
    .footer-content {
        /* flex-direction: column; */
        gap: 20px;
    }
    .contact-info .logo{width: 100px;}
    .contact-info .cont-us{font-size: 30px;}
    .contact-btn {
        position: static;
        align-self: flex-end;
    }
}

@media (max-width: 768px) {
    html{font-size: 6.2rem!important;}
    .hero {
        height: 300px;
    }

    .hero-content .title {
        font-size: .5rem;
        line-height: .54rem;
    }

    .hero-content .desc {
        font-size: .3rem;
        line-height: .3rem;
    }
    .ehn-section h2{font-size: .4rem;}
    .ehn-text p{font-size: .18rem;}
    .ehn-section{padding: 40px 0;}
    .company-section {
        margin-top: .3rem;
        padding: 40px 0;
    }
    .ehn-logo{float: none;padding: 0;display: flex;justify-content: center;align-items: center;}

    .ehn-text h3,
    .company-header h2 {
        font-size: .4rem;
    }
    .company-header p{font-size: .18rem;}
    .product-info h3,.product-info h4{font-size: .3rem;text-align: center;}

    .product-info p{font-size: .18rem;}
    .footer-content{flex-direction: column;}
    .contact-form {width: 100%;
        flex-direction: column;
    }

    .form-group {
        min-width: 100%;
    }
    .products-section{gap: .10rem;flex-direction: column;}
    .product-images {
        margin-left: 0;
        width: 100%;
        flex-direction: column;
    }

    .product-images img {
        width: 100%;
    }

    .container {
        width: 95%;
        padding: 0px;
    }
    .product-info{width: 100%;}
    .product-info .contact-btn {
        position: static;
        bottom: 20px;
        right: 20px;
    }
    .send-btn{font-size: .25rem;}
}

@media (max-width: 480px) {
    html{font-size: 6.2rem!important;}
    .hero-content .desc {
        font-size: .2rem;
    }
    .ehn-text p{line-height: .28rem;}
    .company-header p{line-height: .28rem;}
    .ehn-text h3, .company-header h2{font-size: .34rem;}
    .ehn-section h2{
        margin-bottom: 20px;
    }
    .ehn-logo{padding: 15px;float: none;}
    .hero-content .title {
        font-size: .4rem;
        line-height: .4rem;
    }
    .ehn-section, .company-section{
        padding: 0px;
    }

    .footer-contact {
        padding: 40px 0;
    }

    .ehn-content {
        gap: 20px;
    }

    .products-section {
        margin-top: 30px;
        gap: 30px;
    }
    .product-info{height: auto;}
    .product-info h3{}
    .product-info h4{margin: 10px 0 10px 0;}
    .product-info .contact-btn{position: static;margin-top: 20px;}
    .social-icons {
        gap: 10px;
    }
    .contact-info{justify-content: center;align-items: center;}
    .contact-info .logo{display: none;}
    .footer-bottom{font-size: 20px;}
}