/* å¯¼èˆª */
.Yd_navBox{
    display: none;
}
.navBox{
    width: 100%;
}
.Nav_top{
    width: 100%;
    height: .9rem;
    position: absolute;
    top: 0;
    z-index: 10;
}
.Nav_top1{
    width: 100%;
    height: .9rem;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
    transform: scale(0.5s);
    z-index: 100;
}
.Nav_topContent{
    width: 17rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Nav_topContent>img{
   width: 1.62rem;
    height: .45rem;
}
.navUl{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLi a{
    font-size: .2rem;
    padding:.2rem .1rem;
    cursor: pointer;
    border-bottom: .01rem solid #ccc;
    margin: 0 .1rem;
    color: #fff;
}
.Nav_topContent1{
    width: 17rem;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Nav_topContent1>img{
   width: 1.62rem;
    height: .45rem;
}
.navUl1{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLi1 a{
    font-size: .2rem;
    padding:.2rem .1rem;
    cursor: pointer;
    /* border-bottom: .01rem solid #ccc; */
    margin: 0 .1rem;
    color: #000;
    display: block;
}

/*  */
.homeBox{
    width: 100%;
    height: 100%;
    position: relative;
}
.homeBox_img{
    width: 100%;
    height: 6rem;
    background-image: url('../img/Productbanner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.homeBox_title{
    font-size: .4rem;
    color: #fff;
    position: absolute;
    top: 60%;
    left: 10%;
}
/*  */
.Products01Box{
    width: 100%;
    padding: .5rem 0;
}
.Products01 {
    max-width: 15rem;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: flex-start;
}
.Products01_L {
    width: 3.6rem;
    flex-shrink: 0;
    position: sticky;
    top: 1.2rem;
    margin-right: .6rem;
}
.Products01_R {
    flex: 1;
}
.isLeft{
    margin-bottom: .1rem;
}
.isLeft_img img{
    width: 100%;
    height: 2rem;
}
.isLeft a {
    display: block;
    padding: .12rem .19rem;
    color: #444;
    background: #f5f5f5;
    font-size: .24rem;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.active{
    background-color: #c22d31 !important;
    color: #fff !important;
}
.isLeft a:hover, .isLeft a.active{
    color: #FFF;
    /*background: #cc532c;*/
    background: linear-gradient(to right, #C12D31, #e8be46);
}
.isRightBox_ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
}
.isRight_title{
    width: 100% !important;
    font-size: .3rem;
    background: none !important;
    margin-bottom: .4rem;
    text-align: center;
    margin-top: .2rem;
}
.isRightBox_items{
    width: calc(33.333333% - .1rem);
    background: #f8f4f3;
    /* margin-right: .15rem; */
    margin-bottom: .15rem;
    position: relative;
    overflow: hidden;
}
.isRightBox_itemsImg{
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
}
.isRightBox_itemsImg img{
    width: 100%;
    height: 100%;
    transition: scale 0.3s;
    scale: 1;
}
.isRightBox_items:hover .isRightBox_itemsImg img {
    scale: 1.1;
}
.isRightBox_itemsMsg div{
    font-size: .18rem;
    color: #444444;
    text-align: center;
    padding: .1rem 0;
}
.isRightBox_itemsMsg p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .15rem;
    margin-bottom: .2rem;
    padding: 0 .1rem;
    color: #444;
}
.isLeft_contact {
    border-top: .01rem dashed #dddddd;
    padding-top: .2rem;
}
.isLeft_contact .t1 {
    color: #c22d31;
    margin-bottom: .2rem;
    font-size: .24rem;
    font-weight: bold;
}
.isLeft_contact .email {
    background-image: url('../img/email1.png');
}
.isLeft_contact .phone {
    background-image: url('../img/tel1.png');
}
.isLeft_contact .location {
    background-image: url('../img/Location1.png');
}
.isLeft_contact .email ,.isLeft_contact .phone ,.isLeft_contact .location{
    background-repeat: no-repeat;
    padding-left: .25rem;
    font-size: .18rem;
    color: #444;
    margin-bottom: .08rem;
    background-position: left .05rem;
}
.isLeft_contact .email a,.isLeft_contact .phone a ,.isLeft_contact .location a {
    color: #444;
}
/*  */
.Products02{
    width: 100%;
    background-color: #fff;
    padding: .5rem 0;
}
.Products02Box{
    width: 15rem;
    margin: auto;
}
.Products02_title {
    font-size: 36px;
    color: #444444;
    text-align: center;
    margin-bottom: 47px;
}
.Products02_Ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Products02_Li{
    width: calc(50% - .1rem);
}
.Products02_LiImg{
    width: 100%;
    height: 4rem;
    overflow: hidden;
}
.Products02_LiImg img{
    width: 100%;
    height: 100%;
    scale: 1;
    transition: scale 0.3s;
}
.Products02_LiMsgT {
    font-size: .3rem;
    margin-bottom: .1rem;
}
.Products02_LiMsg p {
    font-size: .18rem;
    line-height: 1.5;
    margin-bottom: 0;
}
.Products02_LiMsg{
    background: #f5f5f5;
    box-sizing: border-box;
    padding: .15rem .25rem;
    color: #444444;
}
.Products02_Li:hover .Products02_LiImg img{
    scale: 1.1;
}
/*  */
.Products03{
    background-color: #f5f5f5;
}
.Products03 img{
    width: 100%;
}
.Products03_T {
    font-size: .36rem;
    color: #444444;
    text-align: center;
    margin-bottom: .47rem;
    padding-top: .82rem;
}
/*  */
.Products04_C{
    width: 15rem;
    margin: auto;
    margin-bottom: .5rem;
}
.Products04_CT {
    font-size: .36rem;
    color: #444444;
    text-align: center;
    margin-bottom: .47rem;
    padding-top: .82rem;
}
.Products04_CUL{
    display: flex;
    height: 6rem;
}
.Products04_CUL .Products04_CULMtitle{
    background-repeat: no-repeat;
    width: 25%;
    color: #fff;
    box-sizing: border-box;
    padding: .3rem;
    transition: width 0.3s;
}
.Products04_CUL > div:first-child {
    background-image: url("../img/High-temp-Industries-01.jpg");
}
.Products04_CUL > div:nth-child(2) {
    background-image: url("../img/High-temp-Industries-02.jpg");
}
.Products04_CUL > div:nth-child(3) {
    background-image: url("../img/High-temp-Industries-03.jpg");
}
.Products04_CUL > div:nth-child(4) {
    background-image: url("../img/High-temp-Industries-04.jpg");
}
.Products04_CUL > div:hover {
    width: 50%;
}
.Products04_CULMtitle div:first-child {
    font-size: .3rem;
    margin-bottom: .2rem;
    max-width: 2.66rem;
}
.Products04_CULMtitle div:last-child p a {
    color: #fff;
    text-decoration: underline;
}
.Products04_CULMtitle div:last-child p{
    margin-bottom: .1rem;
}



/*  */
.index06{
    width: 100%;
    color: #fff;
    background: #000;
    /* background: url('../img/contact_bg.jpg') no-repeat; */
    background-size: 100%;
}
.index06_footerC{
    width: 15rem;
    margin: auto;
    padding: .5rem 0;
}
.index06_footerCIcon img{
    width: 2rem;
    height: .6rem;
}
.index06_footerCIcon{
    margin-bottom: .3rem;
}
.index06_footerCUl{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.footerCUl_h2{
    color: #fff;
    font-size: .24rem;
    margin-bottom: .3rem;
    font-family: pb;
}
.textwidget_ul div {
    display: flex;
    align-items: center;
    margin-bottom: .15rem;
    font-size: .15rem;
    line-height: 1.4;
}
.index06_footerCUl>li {
    max-width: 25%;
}
.textwidget_ul div a{
    font-size: .15rem;
    color: #fff;
}
.textwidget_ul div>img{
    margin-right: .2rem;
}
.media_icon{
    margin-top: .5rem;
}
.media_icon>a{
    margin-right: .2rem;
}
.footerCUl_li2{
    position: relative;
    margin-bottom: .15rem;
}
.footerCUl_li2:before {
    content: '';
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: #fff;
    margin-left: -.08rem;
    margin-right: .12rem;
    display: inline-block;
    vertical-align: middle;
    /* margin-bottom: .15rem; */
}
.textwidget_ul2{
    padding-left: .1rem;
}
.footerCUl_li2>a{
    color: #fff;
    font-size: .15rem;
}
.textwidget_ul3{
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.textwidget_ul3img{
    width: 2rem;
    height: 1rem;
    background: red;
}
.textwidget_ul3img:first-child{
    margin-right: .3rem;
}
.index06_info{
    width: 100%;
    height: .4rem;
    background-color: rgba(33, 33, 33, 0.2);
    font-size: .15rem;
    text-align: center;
    line-height: .4rem;
}
body {
    font-size: .14rem;
}
