<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
      

.jump-send-cover {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 100000!important;
    overflow: hidden;
    display: none;
    left: 0px;
    top: 0px;
}

#id-jump-send-f1 {
    display: none;
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 111111111;
    width: 700px;
    margin-left: calc(50% - 350px);
    transition: all 0.6s ease 0s;
    float: left;
    background: none !important;
}



.jump-send-close {
    position: absolute;
    right: 9px !important;
    top: 5px !important;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
}

.jump-send-close img {
    width: 100%;
}

.jump-send-cet {
    position: relative;
    z-index: 11111111;
    margin: 50px 5%;
    width: 90%;
}

.jump-send-f .ib4-send-f {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.send-h-tf {
    background: #0165C1 !important;
    padding: 10px 3%;
    color: #fff;
    font-size: 16px;
    border-radius: 15px 15px 0px 0px !important;
}

.ib4-se-in-f {
    border: 1px solid #E0E0E0;
    border-radius: 0px 0px 15px 15px;
    padding: 20px 3% 40px 3%;
}

.send-in2-f {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

}

.ib4-se-in-tea {
    color: #222;
    border: none;
    background: #DDDDDD;
    height: 140px;
    font-size: 16px;
    outline: none;
    margin-top: 15px;
    transition: all 0.2s ease 0s;
    border-radius: 5px !important;
    padding: 15px;
    width: 94%;
}

textarea {
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


.ib4-se-in-btn {
    background: #0165C1 !important;
    width: 60%;
    border-radius: 5px;
    margin: 0 auto;
    height: 45px;
    color: #DCDCDC;
    transition: all 0.2s ease 0s;
    cursor: pointer;
    margin-top: 40px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
}
.col1{
    margin-left: 10px;
}
.w900 {
    font-weight: 700;
}

.ib4-se-in {
    border: none !important;
    color: #333 !important;
    display: block !important;
    width: 91% !important;
    background: #DDDDDD !important;
    height: 45px !important;
    font-size: 16px;
    outline: none;
    margin-top: 15px;
    transition: all 0.2s ease 0s;
    border-radius: 5px !important;
    padding-left: 20px;
}

.sendif {
    width:49%;

}

.row-cols-2&gt;* {
    justify-content: space-between;
    display: flex;
    width: 100% !important;
}




@media screen and (max-width: 850px) {
    .ib4-se-in-tea{
        font-size: 14px!important;
        height: 100px !important;
    }
    .ib4-se-in{
        height: 30px !important;
    }
    #id-jump-send-f1 {
        width: 100%;
        margin-left: 0%;
    }
    .fs-16 {
        font-size: 14px!important;
    }
    .jump-send-cet .ib4-se-in-tea {
        padding: 10px;
    }
    .ib4-se-in{
        padding-left: 11px !important;
    }
    .ib4-se-in{
        font-size: 14px!important;
        width: 88%;
    }
    .send-in2-f{
        width: 100%;
    }
    .sendif{
        width: 98%;
    } 
    .ib4-se-in{
        width: 96.5% !important;
    }
    .send-h-tf{
        padding: 10px 5% !important;

    }
    .row-cols-2&gt;*{
        flex-direction: column;
        width: 49%;
    }

    .jump-send-cet{
    margin: 0 auto;
    width: 94%;
    }
    .jump-send-close{
        right: -11px;
    }
    .sendif {
        width: 100% !important;
    }
    .send-h-tf{
        padding-right: 10% !important;
    }
    /* .sendif{
          padding-left: 10px;
    } */
}      .myBtn1 {
    position: relative;
    z-index: 99;
    background-color: #0165C1;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    transition: all 1s;
    width: 20px;
    height: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px
}
#Back{
    z-index:11  ;
    transition: all 1s;
    position: fixed;
    top: -100%;
    right: 15px;
}
#myBtn2 img {
    width: 27px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
#myBtn2:hover {
    background-color: #777;
}
#myBtn2 {
    position: relative;
    margin: 15px 0;
    right: 0px;
    z-index: 99;
    background-color: #0165C1;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    transition: all 1s;
    width: 20px;
    height: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px   
}
.myBtn1 img {
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.myBtn1:hover {
    background-color: #777;
}

#myBtn {
    position: relative;
    z-index: 99;
    background-color: #141414;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    transition: all 1s;
    width: 20px;
    height: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px
}

#myBtn img {
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

#myBtn:hover {
    background-color: #777;
}

@media screen and (max-width:850px) {
    #myBtn1 {
        opacity: 0.5;
    }

    #myBtn {
        opacity: 0.5;
    }
}      @font-face {
    font-family: 'icomoon';
font-display: swap;
    font-style: normal;
    font-weight: 400;
font-family: "icomoon"; 
src: 
url("/font/icomoon.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon.woff") format("woff"), 
url("/font/icomoon.ttf") format("truetype"), 
url("/font/icomoon.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_seh';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon_seh.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_seh.woff") format("woff"), 
url("/font/icomoon_seh.ttf") format("truetype"), 
url("/font/icomoon_seh.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_35';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon35.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon35.woff") format("woff"), 
url("/font/icomoon35.ttf") format("truetype"), 
url("/icomoon35.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon3';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon3.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon3.woff") format("woff"), 
url("/font/icomoon3.ttf") format("truetype"), 
url("/icomoon3.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon4';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon4.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon4.woff") format("woff"), 
url("/font/icomoon4.ttf") format("truetype"), 
url("/icomoon4.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon5';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon5.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon5.woff") format("woff"), 
url("/font/icomoon5.ttf") format("truetype"), 
url("/icomoon5.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_9';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon_9.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_9.woff") format("woff"), 
url("/font/icomoon_9.ttf") format("truetype"), 
url("/icomoon_9.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_g';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon_g.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_g.woff") format("woff"), 
url("/font/icomoon_g.ttf") format("truetype"), 
url("/icomoon_g.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_26';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon26.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon26.woff") format("woff"), 
url("/font/icomoon26.ttf") format("truetype"), 
url("/icomoon26.svg#$font") format("svg");
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}





* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
    /* åŽ»é™¤ä¸‹åˆ’çº¿ */
    color: inherit;
    /* ä½¿ç”¨çˆ¶å…ƒç´&nbsp;çš„é¢œè‰² */
}
.kak1 {
    font-size: 36px;
    font-weight: bold;
}
.head {

    width: 100%;
}

.head_box {
    width: 1140px;
    margin: 0 auto;
}

.head_box_shang_left {
    display: flex;
    align-items: self-start;

    width: 45%;
    justify-content: space-between;
    color: #ffffff;
}

.Mail {
    width: 25px;
    height: 21px;
}

.ghassw {
    width: 100%;
    justify-content: space-between;
    display: flex;
    display: flex;
}
.CRYO_TECH_left&gt;.Solutions:not(:nth-child(1)){
    color: #666666;
  }
.inpurwqt1 {
    width: 80%;
    height: 28px;
    border: 1px solid rgba(107, 108, 110, 0.3);
}
.inpurwqt1 form{
    height: 100%;
}
.inpurwqt1 input {
    width: 98%;
    padding-left: 10px;
    height: 100%;
    border: 0;
    outline: none;
    background-color: transparent;
    color:white;
}

.eeee {
    position: relative;
}
.CRYO_TECH_right&gt;ul{
    justify-content: end !important;
}
.CRYO_TECH_right&gt;ul li{
    margin: 10px 10px;
}
.eeee:hover .yicn {
    background-color: rgba(107, 108, 110, 1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    top: 43px;
    z-index: 1111;
    left: 4px;
}

.yicn {
    position: absolute;
    top: 43px;
    left: -100px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.yicn li {
    position: relative;
    padding: 15px;
  
    list-style: none;
}

.yicn li::after {
    transition: all 0.5s;
    width: 0;
    background-color: #0165C1;
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.yicn li:hover::after {
    width: 100%;
}

.yicn&gt;div {
    padding:20px ;
}

.yicn li {
    white-space: nowrap;
}



.ww1 {
    width: 30%;
    display: none;
}

.inpurwqt {
    display: flex;
    align-items: center;
    width: 100%;
}

.inpurwqt img {
    width: 25px;
    margin-right: 20px;
    height: 25px;
}
.scrollLoading{
    transition: all 0.3s;
}
.phone {
    width: 24px;
    height: 22px;
}
.wwwwqqwe:hover .yincaww{
    left: 100% !important;
}
.q1 {
    font-weight: 500;

    display: flex;
    align-items: flex-start;

}

.q1&gt;div:nth-child(1) {
    margin-right: 15px;
}

.head_box_shang {
    padding: 22px 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_box_shang_right {
    align-items: self-start;
    width: 8%;
    margin-right: 5px;
    justify-content: space-between;
    display: flex;
}

.seach {
    width: 18px;
    height: 18px;
}

.down {
    width: 15px;
    height: 9px;
}

.en {
    color: #ffffff;
    font-weight: bold;
    display: flex;

}

.Home{
  width: 100%;
  background-color: #F6F6F6;
}
.Home_jz{
  display: flex;
  width: 1140px ;
  flex-wrap: wrap;
  margin: 0 auto;
  /* align-items: center; */
}
.Home_jz&gt;div a{
    font-size: 16px;
}
.Home_jz&gt;div{
    font-size: 0;
  font-weight: 500;
  cursor: pointer;
  padding: 20px 0 ;
  color: #6C6D6D;
  margin-right: 15px ;
}
.Home_jz img{
  width: 20px ;
  height: 20px ;
}
.seach{
    cursor: pointer;
}
.Baoutu{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transform: translate(-50%,-50%);
}

.Home_jz&gt;div:last-child{
    color: #0165C1;
}
.xianshi li:hover{
    color: rgb(1, 101, 193);
}
.imbnner{
  width: 100%;
  height: 500px ;
  background-image: url(/uploads/202402/2_1709017814_WNo_1200d750.jpg);
  background-size: 100% 100%;
}
.imbnner_jz{

  position: relative;
  width: 1140px ;
  margin: 0 auto;
  height: 100%;
}




.cryologo {
    width: 75px;
    height: 48px;
}

.head_box_xia {
    z-index: 33;
    width: 1140px;
    /* transition: all 0.3s; */
    background-color: rgba(107, 108, 110, 0.3);
}

.head_box_xia&gt;ul {
    display: flex;
    padding: 15px 0;
    color: #ffffff;
    font-weight: 500;
    justify-content: space-around;
    align-items: center;
}

.sales {
    white-space: nowrap;
}

#ssww li {
    transition: all 0.3s;
}









.foot {
    position: relative;
    width: 100%;
    margin-top: 262px;
    background-color: #141414;
}

.anniusw {
    width: 158px;
    height: 49px;
    background-color: #FFFFFF;
    border-radius: 30px;
    text-align: center;
    line-height: 49px;
    color: #0165C1;
    margin: 0 auto;
    margin-top: 33px;
    font-weight: bold;
}

.foot1 {
    text-align: center;
    width: 1140px;
    margin: 0 auto;
    position: absolute;
    top: -100px;
    left: 50%;
    border-radius: 30px;
    background-color: #0165C1;
    transform: translateX(-50%);
}

.foot2 {
    width: 1140px;
    margin: 0 auto;
    padding-top: 190px;
}

.cryologssso img {
    width: 75px;
    height: 48px;
}

#xunpan{
    cursor: pointer;
}

.foot2Ul {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}
.Productsin_box {
    cursor: auto !important;
}
.foot2Ul&gt;li&gt;div:nth-child(1) {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 40px;
}
.Request_a:hover{
    opacity: 0.7;
}
.foot2Ul div {
    font-weight: 500;
}
.foot2Ul a:hover{
    color: #0165C1;
    text-decoration: underline;
}
.Get {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}

.foot1Box {
    padding: 50px 0;
}

.foot3 {
    width: 1140px;
    margin: 0 auto;
}

.foot3&gt;ul li {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 25px 0;
}

.foot3 {
    margin-top: 45px;
}

.foot3&gt;ul {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.foot3&gt;ul::after {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 1px;
    background-color: #afafaf;

}
.mwww{
    transition: all 0.3s;
}
.down {
    margin-left: 6px;
}
.ssawwwwwqr{
    position: sticky;
    top: 87px;
}
.head_jz1 {
    display: none;
}

@media screen and (max-width:1920px) {
    .indexbanner {
        background-size: 1920px 1000px;
    }
}

@media screen and (max-width:1440px) {
    .Productsin_jz{
        width: 94% !important;
    }
    .head_box {
        width: 94%;
    }
    .imbnner_jz{
        width: 94%;

    }
    .Home_jz{
        width: 94%;

    }
    .head_box_xia {
        width: 100%;
    }

    .foot1 {
        width: 94%;
    }

    .foot2 {
        width: 94%;
    }

    .foot3 {
        width: 94%;
    }

}

@media screen and (max-width:850px) {
    .foot{
        margin-bottom:60px ;
    }
    .head {
        display: none;
    }
    .Cryogenic{
        width:100% !important;
    }
.Productsin_box {
        width: 93% !important;
}
    .head_jz1 {
        display: block;
    }

    .foot2Ul {
        flex-wrap: wrap;
    }

    .foot3&gt;ul {
        flex-wrap: wrap;

    }

    .foot3&gt;ul li {
        padding: 5px 0;
    }

    .Get {
        font-size: 21px;
    }

    .foot {
        margin-top: 130px;
    }
}

@media screen and (max-width:850px) {

    .wwddda {
        display: none;
    }

    .but_jz&gt;ul {
        flex-direction: column;
    }

    .but_jz&gt;ul li {
        width: 100%;
        padding-bottom: 20px;
    }

    .active1&gt;ul li {
        padding-bottom: 20px;
        width: 33%;
    }

    .Terms_right&gt;ul li {
        margin-left: 0;
        margin-right: 20px;
    }

    .Terms {
        flex-direction: column;
    }


    .head_jz1 {
        display: block;
    }

    /* .anniu {
        display: none;
    } */

    .head_jz1 {
        width: 100%;
    }

    .ftets {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        display: flex;
        align-items: center;
        background-color: #ffffff;
        justify-content: space-between;
        border-bottom: 1px solid #0000003b;
    }

    .headbt {
        display: none;
    }

    .active {
        transform: rotateZ(180deg);
    }

    .yinc1111 {
        display: none;
    }

    .jz_logo {
        width: 85px;
        padding-left: 5px;
        padding-top: 10px;
        padding-bottom:7px ; 
    }

    .jz_logo img {
        width: 100%;
    }

    .head {
        display: none;
    }



    .jz_logo_right img {
        margin-right: 15px;
        width: 25px;
        height: 25px;
    }

    .jz_logo_right {
        justify-content: space-between;
        display: flex;
    }

    .xiala img {
        width: 16px;
        height: 16px;
    }

    .xiala a {
        color: #4d4d4d;
    }

    .xiala {
        z-index: 11111;
        position: fixed;
        top: 68px;
        left: 0;
        right: 0;
        display: none;
        font-weight: 500;
        background-color: #f5f5f5;
    }

    .xiala&gt;ul {
        padding: 10px 0;
    }

    .xiala&gt;ul li {

        padding: 10px;
    }


    .dianad {
        position: relative;
    }

    .dianad img {
        margin-left: 20px;
        top: 13px;
        position: absolute;
    }

    .indexlogo_jz {
        padding: 150px 0;
    }

    .bigpppp {
        transition: all 0.5s;
        z-index: 111111;
        top: 0px;
        right: -900px;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #0165C1;
    }

    .sousuosaa {
        display: none;
        z-index: 111111;
        top: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #0165C1;
    }

    .guanbaaaa img {
        float: right;
        margin: 60px;
        width: 25px;
        height: 25px;
    }

    .actid img {
        padding: 12px;
        width: 25px;
        height: 25px;
    }

    .serac1 {
        margin-left: 7%;

        background-color: #ffffff;
        border-radius: 30px;
        height: 50px;
        width: 65%;
        border: 1px solid #ebece9;
    }

    .serac {
        margin-top: 79%;
        width: 100%;
        justify-content: space-between;
        display: flex;
    }

    .actid {
        margin-right: 50px;
        border-radius: 50%;
        height: 50px;
        background-color: #ffffff;
        border: 1px solid #ebece9;
        width: 50px;
    }

    .serac input {
        font-size: 14px;
        padding-left: 10px;
        height: 50px;
        width: 88%;
        border: 0;
        outline: none;
        background-color: transparent;
    }

    .bigpppp_right {
        height: 100%;
        background-color: #ffffff;
        width: 70%;
        float: right;
    }

    .bigpppp_right img {
        width: 40px;
        height: 40px;
    }

    .bigpppp_right&gt;ul li {
        margin-left: 20px;
        margin-top: 30px;
        display: flex;
        align-items: center;

    }

    .bigpppp_right&gt;ul&gt;li div {
        margin-left: 15px;
        font-size: 16px;
        font-weight: 500;
    }

    .gthuan {
        margin: 20px;
        float: right;
    }

    .qweq {
        clear: both
    }

    .gthuan img {
        width: 20px;
        height: 20px;
    }

    .asda {
        display: none;
    }

    .aaadasf {
        width: 100% !important;
    }

    .foot2Ul&gt;li&gt;div:nth-child(1) {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .foot2 {
        padding-top: 136px;
    }

    .foot2Ul&gt;li {
        width: 43%;
    }
    .foot2Ul&gt;li:last-child{
        width: 100%;
    }
    .Home_jz{
        padding: 10px 0;
    }
    .Home_jz&gt;div{
        padding: 0px 0;
        margin-right: 4px;
    }
    .foot2Ul&gt;li:nth-child(2){
        display: none;
    }
    .foot2Ul&gt;li:nth-child(3){
        display: none;
    }
    
    .foot3{
         margin-top:20px ;
    }
    .CRYO_TECH_right&gt;ul{
        justify-content:space-between !important;
    }
    .save{
        width:100%;
    }
}
.n1{
    border-radius: 0 15px 0 0  !important;
}




@media screen and (min-width:1921px) {
    .indexbanner{
        background-size: cover !important; 
    }
    .imbnner{
        background-size: cover !important; 
    }
    .Productsin{
        background-size: cover !important; 
    }
    .Application{
        background-size: cover !important; 
    }
    .Factory{
        background-size: cover !important; 
    }
}      .Tank {
  width: 1140px;
  margin: 0 auto;
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Cryogenic {
  display: inline-block;
  position: relative;
  color: #302F30;
  font-size: 30px;
  font-weight: 600;
}

.Cryogenic::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #0165C1;
}
.active {
  transform: rotateZ(180deg);
}

.Tank_left {
  width: 50%;
}

.bigimg {
  margin-top: 33px;
  margin-bottom: 20px;
}

.bigimg&gt;img {
  width: 100%;
}

.smimgbox {
  display: flex;
  gap:20px;
}

.down_btn&gt;img {
  margin-top: 23px;
  width: 25px;
  height: 25px;
}

.smimg {
  width: 32%;

}

.smimg&gt;img {
  width: 100%;
}

.Tank_right {
  width: 46%;
}

.p1 {
  font-size: 30px;
  font-weight: 600;
  color: #302F30;
  margin-bottom: 65px;
}

.liquid {
  color: #6c6d6d;
}


.liquid:not(:nth-child(1)) {
  margin-top: 33px;
}

.Quote {
  width: 178px;
  height: 57px;
  margin-top: 33px;
  border-radius: 30px;
  background-color: #0165C1;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 57px;
}







.Review {
 width: calc(100% - 300px);
  border-radius: 0 20px 0 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.BigReview {
  width: 1140px;
  margin: 0 auto;
  margin-top: 65px;
  align-items: self-start;
  display: flex;
  justify-content: space-between;
}

.Review_box {
  background-color: #0165C1;
  display: flex;
}

.Review_box div {
  cursor: pointer;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}

.Review_main {
  padding: 20px;
}

.Review_main&gt;div {
  display: none;
}




.ssawwwwwqr {
  width: 280px;

}

.Vanadium_left {
  border-radius: 0 30px 0 0;
  width: 100%;
}

#wwqxxx {
  border-radius: 0 30px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.liii {

  list-style: none;
}

.xianshi li {
  list-style: none;
}

.xianshi&gt;li:nth-child(1) {
  margin-top: 20px;
}

.xianshi&gt;li:last-child {
  margin-bottom: 20px;
}

.Vanadium_box {
  align-items: self-start;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.n1 {
  border-radius: 0 30px 0 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  background-color: #0165C1;
}

.n1 p {
  font-size: 21px;
  font-weight: 600;
  padding-left: 20px;
}

.n2 {
  position: relative;
  height: 40px;
  border-radius: 30px;
  width: 80%;
  margin: 20px;
  border: 1px solid#ececec;
}

.n2 input {
  padding-left: 34px;
  width: 80%;
  outline: none;
  height: 100%;
  border: 0;
  background-color: transparent;
}

.n2&gt;img {
  top: 4px;
  position: absolute;
  margin-left: 10px;
  padding-top: 5px;
  width: 20px;
}

.liii {
  background-color: #ececec;
  line-height: 60px;
  height: 60px;
  align-items: self-start;
  display: flex;
  align-items: center;
}



.liii&gt;div:nth-child(1) {
  margin-left: 20px;
  font-weight: 600;
  color: #302F30;
  font-size: 18px;
  width: 81%;
}

.xianshi {
  display: none;
  color: #666666;

}

.xianshi li {
  position: relative;
  padding: 10px 10px 10px 40px;
  color: #6C6D6D;
}

.ghaaa1 input {
  padding-left: 5px;
  width: 100%;
  outline: none;
  border: 0;
  background-color: transparent;
  height: 100%;
}

.ryimg {
  padding-left: 10px;
}

.ghaaa1 {
  display: flex;
  align-items: center;
  margin: 15px 13px;
  height: 42px;
  border: 1px solid #e9e9e9;
  width: 90%;
}

.ghaaa1 img {
  margin-left: 5px;
  width: 20px;
  height: 20px;
}




.Affinity_Resins img {
  position: absolute;
  top: 0px;
  margin-left: 20px;
  width: 33px !important;
  height: 20px;
}

.Affinity_Resins {
  margin-top: 20px;
  position: relative;
  color: #006F3B;
  font-weight: 600;
}



.xianshi&gt;li::before {
  border-radius: 50%;
  left: 21px;
  top: 16px;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #0165C1;
  position: absolute;
}

.active {
  transform: rotateZ(180deg);
}



.Related {
  width: 1140px;
  margin: 0 auto;
  margin-top: 140px;
}

.Related_Products {
  font-size: 36px;
  font-weight: 600;
  color: #302F30;
}

.Related_ul {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}

.Related_ul&gt;li {
  width: 23%;
  text-align: center;
}
.Related_ul&gt;li img{
  width: 100%;
}
.Lauroyl {
  margin-top: 20px;
}


@media screen and (max-width:1440px) {
  .Tank{
      width: 94%;
  }
  .BigReview{
      width: 94%;
  }
  .Related{
      width: 94%;
  }
}

@media screen and (max-width: 850px) {


  .Tank{
    margin-top: 70px;
      flex-direction: column;
  }
  .Tank_left{
      width: 100%;
  }
  .Tank_right {
      margin-top: 20px ;
      width: 100%;
  }
  .p1{
      margin-bottom: 33px ;
  }
  .BigReview{
      flex-direction: column;
  }
  .Review{
      width: 100%;
  }
  .ssawwwwwqr{
      margin-top: 20px ;
      width: 100%;
  }
  .Related{
      margin-top: 70px ;
  }
  .Related_ul{
      flex-wrap: wrap;
  }
  .Related_ul&gt;li{
      width: 48%;
      margin-bottom: 20px ;
  }
}      @font-face {
font-display: swap;
    font-style: normal;
    font-weight: 400;
font-family: "ico"; 
src: 
url("/new/font/icomoon_pl.eot?#iefix") format("embedded-opentype"), 
url("/new/font/icomoon_pl.woff") format("woff"), 
url("/new/font/icomoon_pl.ttf") format("truetype"), 
url("/new/font/icomoon_pl.svg#$font") format("svg");
}
.pro-desc-main img{
    transition: all 0.6s ease 0s;
display:none;
width:100%;
}
table {
    word-break: break-all;
    border-collapse: collapse;
    border-spacing: 0;
}
.inpage-d-right{
            font-family: 'Roboto',  sans-serif;
}
.pro-title{
    float:left;
width:100%;
color:#4C4C4C;
font-size:1.3rem;
line-height:40px;
}
.pro-title-add{
    float:left;
width:100%;
color:#e4393c;
font-size:1.8rem;
line-height:25px;
margin-top:15px;
}
.pro-show-f{
    float:left;
    width:100%;
    margin-top:30px;
position:relative;
}
.pro-big-show{
            float:left;
width:80%;
position:relative;
}
.pro-big-video{
    float:left;
width:100%;
}
iframe{
    float:left;
width:100%;
}
.pro-big-sel-tip{
    position:absolute;
width:100%;
bottom:10%;
left:0px;
}
.pro-big-sel-tip-f{
    float:left;
margin-left:calc(50% - px);
}
.pro-b-s-t{
    float:left;
width:28px;
height:3px;
background:#909090;
margin-left:10px;
}
.pro-b-s-t:first-child{
    margin-left:0px;
}
.p-b-s-t-active{
    background:#fff;
}
.pro-big-pic-a,.pro-big-pic-img{
    float:left;
width:100%;
position:relative;
}
.pro-big-magglass{
    background: url(/new/templates/Web/en/images/link21.png) no-repeat center;
    display: inline-block;
    text-decoration: none;
    padding: 0px;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 48%;
    opacity: 0;
    transform: scale(0,0);
    z-index: 97;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.pro-big-bk {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    background: rgba(0,0,0,0.4);
}
.pro-big-pic-a:hover .pro-big-magglass {
    opacity: 1;
    transform: scale(1,1);
    transition-delay: 0.3s;
}
.pro-big-pic-a:hover .pro-big-bk {
    opacity: 1;
}
.pro-show-right{
    position:absolute;
        right:0px;
    top:0px;
    width:17%;
    height:100%;
}
.pro-s-r-top{
    float:left;
    width:100%;
    height:25px;
position:relative;
    cursor:pointer;	
}
.pro-s-r-top:before{
    content:'';
position:absolute;
width:16px;
height:11px;
left:calc(50% - 5.5px);
top:0px;
background: url('/new/templates/Web/en/images/proup.png') no-repeat;
}
.pro-s-r-main{
    float:left;
width:100%;
height:calc(100% - 40px);
margin-top:-10px;
overflow:hidden;
}
.pro-s-r-in{
    float:left;
width:100%;
height:100%;
}
.pro-thumb-btn{
    float:left;
width:calc(100% - 2px);
height:calc(25% - 12px);
margin-top:10px;
overflow:hidden;
cursor:pointer;
transition: all 0.3s ease 0s;
border:1px solid #fff;
}
.ptb-active{
    border:1px solid #;
}
.pro-thumb-btn:hover .pro-thumb-img{
    transform:scale(1.2);
}
.pro-thumb-img{
    float:left;
width:100%;
}
.pro-s-r-bottom{
    float:left;
    width:100%;
    height:25px;
position:relative;	
cursor:pointer;
}
.pro-s-r-bottom:hover{
    transform:scale(1.1);
}
.pro-s-r-top:hover{
    transform:scale(1.1);
}
.pro-s-r-bottom:before{
    content:'';
position:absolute;
width:16px;
height:11px;
left:calc(50% - 5.5px);
bottom:0px;
background: url('/new/templates/Web/en/images/prodown.png') no-repeat;
}
.pro-jump{
            float:left;
width:80%;
margin-top:25px;
}
.pro-jump-center{
            float:left;
            margin-left:calc(50% - 68px);
width:138px;
}
.pro-jump-inquiry{
            float:left;
width:136px;
height:25px;
border:1px solid #;
background:#FEF8E7;
border-radius:12.5px;
line-height:25px;
text-align:center;
color:#;
font-size:1.4rem;
cursor:pointer;
}
.pro-jump-inquiry:hover{
    background:#fff;
}
.pro-jump-conus{
            float:left;
width:136px;
height:25px;
border:1px solid #;
background:#;
border-radius:12.5px;
line-height:25px;
text-align:center;
color:#fff;
font-size:1.4rem;
}
.pro-jump-conus:hover{
   background:#fff; 
   color:#;
}
.pro-desc{
    float:left;
width:100%;
margin-top:40px;
border:1px solid #E8E8E8;
border-radius:10px;
}
.pro-desc-sel-f{
    font-family: 'Roboto', serif, sans-serif;
    float:left;
width:100%;
background:#F1F1F2;
border-radius:10px 10px 0px 0px;
}
.pro-desc-sel-btn1{
            float:left;
margin-left:4%;
padding-top:15px;
padding-bottom:15px;
color:#4C4C4C;
font-size:1.2rem;
transition: all 0s ease 0s;
cursor:pointer;
}
.pro-desc-sel-btn1:hover{
    color:#;
}
.pro-desc-sel-btn2{
            float:left;
margin-left:5%;
padding-top:15px;
padding-bottom:15px;
color:#4C4C4C;
font-size:1.2rem;
transition: all 0s ease 0s;
cursor:pointer;
}
.pro-desc-sel-btn2:hover{
    color:#;
}
.pro-desc-sel-active{
    color:#;
position:relative;
}
.pro-desc-sel-active:before{
    content:'';
position:absolute;
left:0px;
bottom:5px;
width:100%;
height:1px;
background:#;
}
.pro-desc-main {
    float: left;
    width: 94%;
    padding-bottom: 25px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 3%;
}
.pro-desc-main b,.pro-desc-main strong{
    font-family: 'Roboto', serif, sans-serif;
    font-weight:700!important;
}
.review-title{
    float:left;
    width:100%;
    color: #707071;
    font-size: 14px ;
    font-family: 'Roboto', serif, sans-serif;
}
.aggrat-val{
    font-size:2.2rem;
font-weight:900;
color:#;
font-style:italic;
}
.aggrating-star-f{
    float:left;
width:160px;
}
.aggrat-full{
    float: left;
    font-family: ico;
    font-size: 24px;
    color: #;
    width: 30px;
    height: 30px;
}
.aggrat-full:before {
    content: '\e9d9';
}
.agrf-emp:before{
    content: '\e9d7';
}
.aggrat-hs-f{
    float:left;
width: 30px;
    height: 30px;
font-family: ico;
    font-size: 24px;
    color: #;
position: relative;
}
.aggrat-hs-emp{
    float: left;
    width: 30px;
    height: 30px;
}
.aggrat-hs-emp:before {
    content: '\e9d7';
}
.aggrat-hs-full{
    position:absolute;
    width: 13px;
    height: 30px;
overflow:hidden;
}
.aggrat-hs-full:before {
    content: '\e9d9';
}
.r0tip{
    color:#4C4C4C;
}
.r0t2{
    font-family: 'Roboto',  sans-serif;
font-size:12px ;
}
.rev-sel-show-f2{
    float:left;
width:100%;
margin-top:15px;
color: #707071;
}
.rev-sel-show-f{
    float:left;
width:122px;
    height:25px;
line-height:25px;
font-size:1.4rem;
padding-left:10px;
    border:1px solid #AAAAAA;
    font-family: 'Roboto', serif, sans-serif;	
position:relative;
background: linear-gradient(#fff,#E4E4E4);
cursor:pointer;
}
.rev-sel-show-f:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 11px;
    right: 10px;
    top: 9px;
    background: url(/new/templates/Web/en/images/prodown.png);
background-size:100%;
background-repeat:no-repeat;
}
.rev-sel-show-f:hover{
    background: #E4E4E4;
}
.rev-sel-all{
    position:absolute;
top:25px;
left:0px;
width:120px;
height:25px;
line-height:25px;
font-size:1.4rem;
padding-left:10px;
    border:1px solid #AAAAAA;
display:none;
z-index:99;
}
.rev-sel-all:hover{
   background:#f8f8f8;
}
.review-f{
    float:left;
    width:100%;	
position:relative;
}
.review-t{
    float:left;
width:100%;
display:none;
}
.rev-s-top1{
    float:left;
    width:100%;
    margin-top:30px;	
}
.re-readmore-f{
    float:left;
width:100%;
cursor:pointer;
}
.re-readmore-cover{
    float:left;
width:100%;
height:15px;
background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
}
.re-readmore{
    float:left;
width:calc(100% - 40px);
background:#fff;
position:relative;
font-size:1.6rem;
color:#;
padding:10px 20px;	
font-family: 'Roboto', serif, sans-serif;
}
.re-readmore:hover{
    color:#333;
}
.re-readmore:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 11px;
left:0px;
    top: 15px;
    background: url(/new/templates/Web/en/images/prodown.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.rev-flag{
    float: left;
    width: 36px!important;
display:block!important;
}
.rev-name-c{
    float:left;
width:calc(100% - 51px);
margin-left:15px;
font-size:1.6rem;
font-family: 'Roboto', serif, sans-serif;
margin-top:9px;
color:#383838;
}
.rev-s-top2{
    float:left;
width:100%;
margin-top:12px;
}
.rev-star-f{
    float:left;
width:100px;
}
.rev-star-s {
    float: left;
    font-family: ico;
    font-size: 14px;
    color: #;
    width: 20px;
    height: 20px;
    position: relative;
}
.review-s-start-text{
    float:left;
width:100px;
font-size:1.4rem;
color:#707071;
}
.rev-star-s:before {
    position: absolute;
    content: '\e9d9';
}
.rev-s-top3{
    float:left;
width:100%;
font-size:1.4rem;
color:#7a7a7a;
margin-top:5px;
}
.review-s{
    float:left;
    width:100%;
    margin-top:20px;	
}
.rev-pass-tip{
    color:#383838;
font-style:italic;
}
.rev-content{
    float:left;
width:100%;
font-size:1.6rem;
line-height:30px;
margin-top:20px;
color:#707071;
}
.rev-send-f{
    float:left;
width:100%;
margin-top:40px;
}
.rev-send-txt{
    float:left;
width:100%;
font-size: 16px ;
    font-family: 'Roboto', serif, sans-serif;
color: #383838;
}
.rev-send-star-f{
    float:left;
width:100%;
margin-top:10px;
}
.rev-send-in-f{
    float:left;
width:100%;
margin-top:20px;
}
.r-s-in-s-f{
    float:left;
width:100%;
}
.r-s-in-s-f2{
    float:left;
width:100%;
margin-top:25px;
}
.r-s-i-s-txt{
    float:left;
width:100%;
font-size: 16px ;
font-family: 'Roboto', serif, sans-serif;
color: #383838;
}
.r-s-i-s-txt2{
            float:left;
width:75px;
font-size: 16px ;
font-family: 'Roboto', serif, sans-serif;
margin-top:10px;
color: #383838;
}
.r-s-i-s-cont{
    float:left;
width:calc(100% - 32px);
margin-top:10px;
border:1px solid #DCDCDC;
background:#F7F7F7;
border-radius:7px;
height:98px;
padding:10px 15px;
outline: none;
font-size: 15px;
    color: #414141;
font-family: Arial,'Roboto',  sans-serif;
}
.r-s-i-s-cont:focus{
    border:1px solid #;
}
.r-s-i-s-input{
            float:left;
width:calc(50% - 107px);
border:1px solid #DCDCDC;
background:#F7F7F7;
border-radius:7px;
height:40px;
padding:10px 15px;
font-size: 15px;
    color: #414141;
    font-family: Arial,'Roboto',  sans-serif;
}
.r-s-i-s-input:focus{
    border:1px solid #;
}
.r-s-i-s-tip-f{
    float:left;
position:relative;
display:none;
}
.r-s-i-s-tip-arrow{
    position:absolute;
top:14px;
}
.r-s-i-s-tip-arrow:before{
    content:'';
    float: left;
    width: 0; 
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #DCDCDC transparent transparent;
}
.r-s-i-s-tip-arrow:after{
    content:'';
    position:absolute;
left:1px;
    width: 0; 
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.r-s-i-s-tip{
    float:left;
margin-left:16px;
border:1px solid #DCDCDC;
border-radius:5px;
padding:10px 15px;
}
.r-s-i-s-tip-ico{
    float:left;
    width:25px;
    height:25px;
    position:relative;
    color:#;
font-size:25px;
}
.r-s-i-s-tip-ico:before{
    content:'\ea08';
position:absolute;
font-family: ico;
}
.r-s-i-s-tip-txt{
    float:left;
font-size: 1.6rem;
    font-family: 'Roboto', serif, sans-serif;
margin-left:10px;
margin-top:4px;
color:#383838;
}
.r-s-but-f{
    float:left;
width:100%;
margin-top:30px;
}
.r-s-but{
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    background: #063464;
    font-family: 'Roboto', serif, sans-serif;
    cursor: pointer;
    text-align: center;
}
.r-s-but:hover{
    background:#;
}
.rev-send-star-s{
    float: left;
    font-family: ico;
    font-size: 24px;
    color: #006f3b;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
}
.rev-send-star-s:hover{
    color:#ff6600;
}
.emptyheart:before {
    position: absolute;
    content: '\e9d7';
}
.heart:before {
    position: absolute;
    content: '\e9d9';
}




.pro-send-f{
    float:left;
width:100%;
margin-top:35px;
}
.pro-alselike{
    float:left;
width:100%;
margin-top:45px;
}
.pro-al-title{
            float:left;
    padding:10px 15px 10px 15px;
    background:#9C9C9C;
    font-size:14px;
    color:#fff;
}
.pro-al-main{
    float:left;
    width:100%;
    margin-top:25px; 
    	
}
.pro-al-offset{
    float:left;
width:102%;
margin-left:-2%;
}
.pro-al-single{
width:calc(23% - 3px);
display: inline-block;
    vertical-align: top;
margin-left:2%;
}
.pro-al-img-a{
    float:left;
width:100%;
overflow:hidden;
transition: all 0.3s ease 0s;
}
.pro-al-img-a:hover .pro-al-img{
    transform:scale(1.2); 
}
.pro-al-img{
    float:left;
width:100%;
}
.pro-al-name{
    font-family: 'Roboto', serif, sans-serif;
    float:left;
width:100%;
margin-top:10px;
font-size:1.4rem;
color:#4C4C4C;
line-height:20px;
transition: all 0s ease 0s;
}
.pro-al-name:hover{
    color:#;
}
/* relatedword */
.relatedword{
    float:left;
width:100%;
margin-top:30px;
}
.hot-search{
    float:left;
width:100%;
}
.hot-search-title{
    font-family: 'Roboto', serif, sans-serif;
    float:left;
width:100%;
color:#4C4C4C;
font-size:1.6rem;
}
.hot-search-main{
    float:left;
width:100%;
margin-top:5px;
}
.hot-search-single{
    width:calc(33.3% - 3px);
    display: inline-block;
    vertical-align: top;
margin-top:10px;
word-break:break-all;
}
.hot-search-word{
            float:left;
width:80%;
color:#707071;
font-size:1.4rem;
transition: all 0s ease 0s;
}
.hot-search-word:hover{
    color:#;
}
/* relatedword */
@media screen and (max-width: 760px){
    .r-s-but {
        padding: 10px 20px;
        font-size: 1.6rem;
    }
    .r-s-i-s-tip {
        margin-left: 0px;
}
    .r-s-i-s-tip-f {
        margin-left:70px;
margin-top:10px;
    }
    .r-s-i-s-input {
        width: calc(100% - 102px);
        font-size: 16px;
    }
    .r-s-i-s-txt2 {
        width: 70px;
        font-size: 14px;
}
    .r-s-i-s-txt {
        font-size: 1.4rem;
    }
    .rev-send-txt {
        font-size: 1.4rem;
    }
    .rev-content {
        font-size: 1.4rem;
        line-height: 25px;
        margin-top: 15px;
    }
    .rev-star-s {
        font-size: 18px;
        width: 25px;
        height: 25px;
    }
   .rev-name-c {
        font-size: 1.6rem;
        margin-top: 7px;
    }
    .rev-flag {
        width: 30px;
    }
    .rev-s-top1 {
        margin-top: 20px;
    }
    .review-title{
    font-size:1.4rem;
}
    .r-s-i-s-tip-arrow{
   display:none;
}
    .pro-jump{
    width:100%;
}
    .pro-desc-sel-btn1,.pro-desc-sel-btn2{
    font-size: 1rem;
}
    .pro-al-offset {
        margin-top:-20px;
    }
    .pro-al-single {
        width: calc(48% - 5px);
margin-top:20px;
    }
    .pro-thumb-btn {
        width: 23%;
    margin-left:2%;
        height: auto;
        margin-top: 0px;
    }
    .pro-s-r-main {
        width: calc(102% - 40px);
        height:auto;
        margin-top: 0px;
margin-left:calc(20px - 2%);
    }
.pro-s-r-in {
       width: 2000px;
       height: auto;
    }
.pro-s-r-bottom:before {
        content:"\e628";
        position:absolute;
        width: 20px;
        height: 24px;
left:auto;
        background: none;
    font-family: "icomoon";
font-size:2.5rem;
color:#4C4C4C;
top:calc(50% - 12px);
text-align:right;
    }
.pro-s-r-bottom{
    position:absolute;
    right:0px;
    top:0px;
        width: 20px;
        height: 100%;
}
    .pro-s-r-top:before {
        content:"\e625";
        position:absolute;
        width: 20px;
        height: 24px;
left:auto;
        background: none;
    font-family: "icomoon";
font-size:2.5rem;
color:#4C4C4C;
top:calc(50% - 12px);
    }
    .pro-s-r-top {
    position:absolute;
    left:0px;
    top:0px;
        width: 20px;
        height: 100%;
    }
    .pro-show-right {
    float:left;
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
margin-top:15px;
    }
    .pro-big-show {
        width: 100%;
    }
    .pro-title-add {
        font-size: 1.6rem;
        line-height: 25px;
        margin-top: 10px;
    }
    .pro-title {
        font-size: 1rem;
line-height: 30px;
}
    .inpage-d-right{
    margin-top:30px;
}
}
@media screen and (max-width: 380px){
    .pro-alselike{
    margin-top:30px;
    }
    .pro-send-f {
        margin-top: 20px;
    }
    .pro-desc-sel-btn1,.pro-desc-sel-btn2{
    font-size: 1rem;
}
    .pro-show-f{
    margin-top:20px;
}
    .pro-title-add {
        font-size: 1.2rem;
        line-height: 20px;
        margin-top: 5px;
    }
    .pro-title {
        font-size: 0.9rem;
}
}







     .prac::after{
        display: block;
        content: '';
        width: 46%;
     }
     .pracssww::after{
        display: block;
        content: '';
        width: 23%;
     }
     tbody&gt;tr:nth-child(odd) td {
    background-color: #F9F9F9 !important;
}

td{
    white-space: nowrap;
   padding: 15px ; 
}
 </pre></body></html>