
        

.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: 15% !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: #056482 !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: #056482 !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>* {
    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>*{
        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: linear-gradient(to right, #f8da00, #FF5C35);
    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: 0px;
}
#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: linear-gradient(to right, #f8da00, #FF5C35);
    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: linear-gradient(to right, #f8da00, #FF5C35);
    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;
    }
}        * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Poppins', sans-serif;


}


.Latest {

    width: 1160px;
    margin: 0 auto;
    margin-top: 60px;
}
.Latest::after {
    content: "";
    display: table;
    clear: both;
  }
.Jan {
    position: relative;
}

.Jandiv {
    left: 27px;
    bottom: -32px;
    position: relative;
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #ff5c35;
    color: #ffffff;
    border-radius: 8px;

}

.Jandiv>div {
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;

}

.Janconet {
    padding: 50px 30px 20px 20px;
}

.Jan img {
    width: 100%;
}












.ghaaa input {
    padding-left: 5px;
    width: 100%;
    outline: none;
    border: 0;
    background-color: transparent;
    height: 100%;
}

.ryimg {
    padding-left: 10px;
}

.ghaaa {
    display: flex;
    align-items: center;
    margin-top: 30px;
    height: 42px;
    border: 1px solid #e9e9e9;
    width: 99%;
}

.Latest_right img {
    width: 20px;
    height: 20px;
}

.Latest_right {
    float: right;
    width: 30%;
}

.hot {
    font-size: 21px;
    color: #444444;
    font-weight: 700;
    padding-left: 20px;
}

.w1 {
    display: flex;
    align-items: center;
}

.Coming {
    font-size: 14px;
}

.Coming li {
    color: #444444;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 20px;
}




.bosaaaa {
    padding-bottom: 30px;
}















.Faq_z img {
    width: 100%;
}




.FaqUL_rq {
    left: 20px;
    color: #ffffff;
    position: absolute;
    bottom: -7px;
    width: 110px;
    font-weight: 500;
    height: 32px;
    background-color: #FF5C35;
    text-align: center;
    line-height: 32px;
}

.Faq_z {
    position: relative;
}

.FaqUL {
    width: 67%;
    border: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 110px;
}

.FaqUL_box {
    padding: 33px 20px 25px 20px;
}





.caaw {
    flex-wrap: wrap;
    float: left;
}




.Today {
    margin-top: 20px;
    width: 100%;
}

.Consultation {
    padding: 20px 15px;
}

.Today_box {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    width: 99%;
    border-radius: 0 30px 30px 0;
    margin-bottom: 10px ;
}

.aadwww1 {
    font-size: 21px;
    font-weight: bold;
    color: #046380;
}

.irtnpu {
    width: 100%;
    background-color: #EEEEEE;
    height: 50px;
    margin-bottom: 10px;
}

.irtnpu input {
    padding-left: 10px;
    outline: none;
    border: 0;
    background-color: transparent;
    width: 98%;
    height: 100%;
}

.afint {
    margin-top: 20px;
}

.text {
    width: 100%;
    height: 188px;
    background-color: #EEEEEE;
}

.send {
    width: 100%;
    height: 46px;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    border-radius: 25px;
    background-color: #FF5C35;
    margin-top: 15px;
    margin-bottom: 15px;
}

.respect {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}

.text textarea {
    padding-top: 10px;
    padding-left: 10px;
    width: 96%;
    height: 95%;
    outline: none;
    border: 0;
    background-color: transparent;
}

.Contact {
    width: 1140px;
    margin: 110px auto;

}

.Contact1 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #444444;
}

.Contact1::after {
    width: 60px;
    height: 3px;
    background-color: #046380;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.content_innt {
    border: 1px solid #eeeeee;
    margin-top: 80px;
    border-radius: 20px;
}

.Enter {
    color: #ffffff;
}

.Enter {
    border-radius: 20px 20px 0 0;
    background-color: #046380;
}

.Enter_box {
    padding: 10px 20px;
}

.inputaaaa_box {
    padding: 20px;
}

.nav_input1aaa input {
    padding-left: 20px;
    height: 100%;
    width: 96%;
    outline: none;
    background-color: transparent;
    border: 0;
}

.nav_input {
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav_input1aaa {
    border-radius: 10px;
    width: 49.5%;
    height: 45px;
    background-color: #eeeeee;
}

.text111 {
    border-radius: 10px;
    width: 100%;
    height: 280px;
    background-color: #eeeeee;
}

.text111 textarea {
    padding-top: 10px;
    padding-left: 20px;
    height: 96%;
    width: 98%;
    outline: none;
    background-color: transparent;
    border: 0;
}

.send1 {
    cursor: pointer;
    width: 70%;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    border-radius: 30px;
    height: 45px;
    background-color: #ff5c35;
    margin-top: 23px;
    margin-bottom: 33px;
}

.send1:hover {
    background-color: #046380;
}

.Might {
    width: 1140px;
    margin: 0 auto;
}

.Might_Contact {
    font-size: 30px;
    font-weight: 700;
    color: #046380;
}



.Faq_z img {
    width: 100%;
}

.FaqUL1 li {
    cursor: pointer;
    width: 32%;
}




.FaqUL_rq {
    left: 20px;
    color: #ffffff;
    position: absolute;
    bottom: -7px;
    width: 110px;
    font-weight: 500;
    height: 32px;
    background-color: #FF5C35;
    text-align: center;
    line-height: 32px;
}

.Faq_z {
    position: relative;
}

.FaqUL1 {
    align-items: flex-start;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 85px;
    margin-bottom: 110px;
}

.FaqUL_box {
    padding: 33px 20px 25px 20px;
}

.FaqUL1 li {
    position: relative;
    background-color: #F7F7F7;
}

.FaqUL1 li::after {
    transition: all 0.5s;
    width: 0%;
    height: 2px;
    background-color: #FF5C35;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
}

.FaqUL1 li:hover::after {
    width: 100%;
}




.FaqUL_box>div:nth-child(1) {
    color: #046380;
    font-weight: 600;
}

.FaqUL_box>div:nth-child(2) {
    color: #444444;
    font-weight: 500;
    height: 3.06em;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}





@media screen and (max-width:1440px) {
    .Latest {
        width: 94%;
    }

    .Contact {
        width: 94%;
    }

    .Might {
        width: 94%;
    }
}

@media screen and (max-width:850px) {
    .nav_left_box{
        margin:0 !important;
    }
    .nav_left{
        width:100% !important;
    }
    .Latest_ul {
        width: 100%;
    }

    .Latest_right {
        width: 100%;
    }
    .FaqUL{
        margin-bottom: 65px ;
    }
    .Latest_ul>li {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .Today_box{
        margin: 5px ;
    }
    .Contact{
        margin: 65px auto;
    }
    .content_innt{
        margin-top: 33px ;
    }
    .FaqUL1{
        margin-top: 33px ;
        margin-bottom: 65px ;
    }
    .FaqUL1 li{
        margin-bottom: 20px ;
        width: 100%;
    }
}




        @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");
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE0tDMPKzSQ.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE0tMMPKzSQ.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: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE0tCMPI.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1pVFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1pVGdeOcEg.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: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1pVF9eO.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21lVFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21lVGdeOcEg.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: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21lVF9eO.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLucXtAKPY.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLufntAKPY.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: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLucHtA.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hVFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hVGdeOcEg.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: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19VFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19VGdeOcEg.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: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19VF9eO.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15VFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15VGdeOcEg.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: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15VF9eO.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm111VFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm111VGdeOcEg.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: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm111VF9eO.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xVFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xVGdeOcEg.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: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xVF9eO.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTucXtAKPY.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTufntAKPY.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: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTucHtA.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z1JlFc-K.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: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z1xlFQ.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.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: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.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: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.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: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.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: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.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: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.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: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFQ.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;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.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: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1xlFQ.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: 'Poppins', sans-serif;
}
.Guide_jz_left{
    color: #444444;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    font: inherit;
}

.scrollLoading{
    transition: all 0.3s;
}
.nav {
    width: 100%;
    position: relative;

}

.show {
    display: block !important;
}
.xianshi {
    display: none ;
}

.liii:hover{
    background-color: #ececec !important;
}
.cv1:hover{
    background-color: #ececec !important;
}
.ercaisss{
    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);
    position: absolute;
    top: 0;
    left: calc(100% + 35px );
}
.erjicai:hover .ercaisss {
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    top: -20px;
    z-index: 1111;
}
.ercaisss>div{
    margin: 20px;
}
.dingww {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1111;
}
.Lead{
    margin-top: 20px ;
}
.Quote {
    position: relative;
    text-align: center;
    color: #ffffff;
    line-height: 52px;
    border-radius: 30px;
    width: 176px;
    height: 52px;
    background: linear-gradient(to right, #f8da00, #FF5C35);
}
.aaaggg {
    position: absolute;
    left: -30px;
    top: 0;
    z-index: 11;
}

.aaaggg img {
    width: 100%;
}
.FaqUL_box>div:nth-child(2){
    margin-top: 20px;
}
.big_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: linear-gradient(to right, #339bc6, #056482);

}
.nav_shang_right{
    margin-right: 20px;
}


.nav_jz {
    width: 951px;
    margin: 0 auto;
    padding: 17px 0;
}

.nav_shang_left img {

    width: 25px;
    height: 25px;
}

.v1 img {
    position: absolute;
    left: -40px;
}

.v1 {
    white-space: nowrap;
    position: relative;
    margin-right: 65px;
    margin-left: 40px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    color: #ffffff;
    line-height: 24px;
}

.nav_shang {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_shang_left {
    display: flex;
}

.v1::before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #ffffff;
    position: absolute;
    right: -30px;
}

.imgboxxaaa {
    display: flex;
}

.imgboxxaaa img {
    margin-right: 10px;
}

.nav_shang_right img {

    width: 18px;
    height: 18px;
}

.nav_shang_right {
    position: relative;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.En {
    margin-left: 12px;
    margin-right: 20px;
}

.p1 {
    position: absolute;
    left: -18px;
    top: 3px;
}

.p2 {
    position: absolute;
    right: -2px;
    top: 3px;
}
.nav_xia{
    width:100%;
}
.nav_xia>ul {
    display: flex;
    padding: 17px 0;
    width: 95%;
    justify-content: space-between;
}

.nav_xia>ul>li {
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.bnjz_input input {
    width: 100%;
    height: 100%;
    outline: none;
    background-color: transparent;
    border: 0;
}

.aaasww {
    padding-top: 5px ;
    margin-left: 10px;
}

.bnjz_input img {
    width: 20px;
    height: 20px;
}

.bnjz_input {
    margin-top: 9px;
    margin-bottom: 9px ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f6f6f6;
    width: 246px;
    height: 39px;
}

.nav_xia>ul>li::after {
    transition: all .5s;
    width: 100%;
    height: 1px;
    background-color: #076685;
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    opacity: 0;
}

.nav_xia>ul>li:hover::after {
    opacity: 1;
}

.nav_xia_jz {
    width: 100%;
    position: relative;
    background-color: #ffffff;
}

.anniu {
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    background: linear-gradient(to right, #f8da00, #FF5C35);
    color: #ffffff;
}

.bnjz {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin: 0 auto;
}



.eeee {
    position: relative;
}

.eeee:hover .yicn {
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    top: 43px;
    z-index: 1111;
    left: 0px;
}

.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 {
    margin: 0 15px;
    padding: 15px 0;
    position: relative;
    list-style: none;
}

.yicn li::after {
    transition: all 0.5s;
    width: 0;
    background-color: #086786;
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.yicn li:hover::after {
    width: 100%;
}

.yicn>div {
    margin: 20px;
}

.yicn li {
    white-space: nowrap;
}
.navimg img{
    width: 25px !important;
    height: 25px !important; 
}
.logo1{
    width: 100%;
    height: 351px ;
    background-image: url(/uploads/202308/logo-1-1691223998-WNo-1922d351_1691402436_WNo_1922d351.png);
    background-size: 1920px 100%;
    background-repeat: no-repeat;
    margin-top:125px ;
}
.logo1_jz{
    height: 100%;
    width: 1140px ;
    
    margin: 0 auto;
    position: relative;
}
.logo1_dingwei{
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.Vanadium_right>.v2:not(:nth-child(1)){
    margin-top: 65px !important;
}
.Canal_con{
    margin-bottom: 65px;
}
.logo1_dingwei img{
    width: 20px ;
    height: 20px ;
}
.hone1{
    margin-top: 20px;
    display: flex;

}
.hone1_img{
    margin: 0 10px ;
    margin-top: 3px ;
}
.t1qqq1{
    font-size: 36px ;
    font-weight: bold;
}
.Vanadium_left {
    top: 130px;
    position: sticky;
}
@media screen and (min-width:1921px){
    .logo1{
        background-size: cover;
    }
}

@media screen and (max-width:1440px){
    .logo{
        background-position-x: 85%;

    }
    .logo1_jz{
        width: 94%;
    }
    .logo1{
        background-size: 1922px 351px ;
    }
}












.logo {
    margin-top: 118px;
    width: 100%;
    height: 900px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.logo_jz {
    width: 1140px;
    margin: 0 auto;
}

.logo_content {
    color: #444444;
    padding-top: 110px;
}


.Dental1 {
    font-size: 54px;
    font-weight: bold;
}

.Leading {
    font-size: 54px;
}
.bnjz_input form{
    width: 85%;
    height: 100%;
}
.China {
    font-size: 54px;
}
.aniuccc {
    text-align: center;
    color: #ffffff;
    position: relative;
    width: 171px;
    height: 52px;
    background-color: #046380;
    line-height: 52px;
    border-radius: 30px;
    margin-top: 45px;
}
img{
    transition: all 0.3s;
}
.dingww{
    transition: all 0.3s;
}
@media screen and (min-width:1921px) {
    .logo{
        background-size: cover;
    }
}
@media screen and (max-width:1650px) {
    .nav_jz{
        width: 41%;
    }
    .nav_xia_jz{
        display: flex;
        justify-content: right;
    
    }
    .bnjz{
        width: 66%;
        margin-right:200px ;
    }
}


@media screen and (max-width:1440px) {
    .logo {
        background-size: 1921px 900px;
    }

    .logo_jz {
        width: 94%;
    }

    .big_nav{
        justify-content: right;
    }
    .nav_jz {
        
        width: 60%;
        margin: 0;
        float: right;
        
    }
    .big_nav{
        overflow: hidden;
    }
    .bnjz{
        width: 63%;
    }

}
@media screen and (max-width:850px) {
    .logo1 {
        background-position-x: 93%;
        margin-top: 91px;
    }
    .dingww{
        display: none;
    }
    .logo{
        background-position-x: 100%;

    }
    .logo_content{
        padding-top: 210px ;
    }
    .Leading{
        font-size: 35px ;
    }
    .Dental1{
        font-size: 35px ;
    }
    .China{
        font-size: 35px ;
    }
}


















/* 底部 */
.foot {
    margin-top: 110px;
    width: 100%;
    background-color: #f7f7f7;
}

.foot_jz {
    color: #444444;
    width: 1140px;
    margin: 0 auto;
    padding-top: 52px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.foot_box>ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.foot_box {
    width: 70%;
}

.foot_box>ul li {
    width: 22%;
}

.foot_box>ul>li div {
    /* display: inline-block; */
    position: relative;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
}

.foot_box>ul>li div:nth-child(1):after {
    width: 40px;
    height: 3px;
    background-color: #086786;
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
}

.foot_box>ul>li p {
    cursor: pointer;
    position: relative;
    font-weight: 500;
    margin-bottom: 15px;
}



.foot_right {
    width: 25%;
}

.Ask {
    position: relative;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
}

.Ask::after {
    width: 40px;
    height: 3px;
    background-color: #086786;
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
}

.inputaaaa1 input {
    width: 97%;
    padding-left: 10px;
    height: 100%;
    font-weight: 500;
    outline: none;
    border: 0;
    background-color: transparent;
}

.inputaaaa1 {
    height: 49px ;
    width: 100%;
    background-color: #ffffff;
}
.head_jz1{
    display: none;
}
.inputaaaa1 {
    margin-bottom: 15px;
}

.texir textarea {
    font-weight: 500;
    padding-top: 10px;
    padding-left: 9px;
    width: 95%;
    height: 90%;
    outline: none;
    border: 0;
    background-color: transparent;
}

.texir {
    background-color: #ffffff;
    width: 100%;
    height: 117px;
}

.send {
    cursor: pointer;
    width: 100%;
    height: 45px;
    background-color: #FF5C35;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
    border-radius: 25px;
    margin-top: 15px;
}

.send:hover {
    background-color: #086786;
}

.request {
    width: 100%;
    background: linear-gradient(to right, #339bc6, #056482);
}

.request_jz {
    width: 1140px;
    margin: 0 auto;
}

.request_jz>ul li {
    color: #ffffff;
}

.request_jz>ul {
    padding: 13px 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.foot_box>ul>li:not(:nth-child(1)) p:hover {
    color: #086786;
    text-decoration: underline;
}

.imgboxas img {
    width: 35px;
    height: 35px;

}

.imgboxas {
    flex-wrap: wrap;
    width: 47%;
    display: flex;
    justify-content: space-between;
}


/* 标准的写法，适用于大部分现代浏览器 */
.inputaaaa1 input::placeholder,
.texir textarea::placeholder {
    color: #444444;
}

/* WebKit browsers (Safari, Chrome) */
.inputaaaa1 input::-webkit-input-placeholder,
.texir textarea::-webkit-input-placeholder {
    color: #444444;
}

/* Mozilla Firefox */
.inputaaaa1 input::-moz-placeholder,
.texir textarea::-moz-placeholder {
    color: #444444;
}

/* Microsoft Edge and Internet Explorer */
.inputaaaa1W input:-ms-input-placeholder,
.texir textarea:-ms-input-placeholder {
    color: #444444;
}




.tijiao {
    overflow: hidden;
    cursor: pointer;
}

.tijiao::after {
    content: '';
    background: rgba(255, 255, 255, .6);
    width: 30px;
    height: calc(100% + 100px);
    left: -60px;
    top: -50px;
    transform: rotate(-30deg);
    position: absolute;
}

.tijiao::before {
    content: '';
    background: rgba(255, 255, 255, .4);
    width: 30px;
    height: calc(100% + 100px);
    left: -200px;
    top: -50px;
    transform: rotate(-30deg);
    position: absolute;
}

.tijiao:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.tijiao:hover::after {
    animation: myAnimation 1s infinite;

}

.tijiao:hover::before {
    animation: myAnimation 1s infinite;
    animation-delay: 0.08s;

}
.Faq {
    width: 1140px;
    margin: 0 auto;
    padding-top: 124px;

}.sss {
    display: flex;
    justify-content: center;
}
.Faq1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #444444;
    display: inline-block;
    text-align: center;
}

.Faq1::before {
    width: 100%;
    height: 3px;
    background-color: #046380;
    position: absolute;
    bottom: -5px;
    content: '';
    left: 0;
}
@keyframes myAnimation {
    0% {
        left: -60px;
        top: -50px;
    }

    100% {
        left: 250px;
        top: -50px;
    }
}
@media screen and (max-width:1440px) {
    .request_jz,
    .foot_jz{
        width: 94%;
    }
}
.Canal_con {
    margin-bottom: 40px !important;
}
.treatment{
    margin-top:40px  !important;
}
.treatment{
    line-height: 24px !important;
}
@media screen and (max-width:850px){
    .logo1_dingwei {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) !important;
    }
    .Canal{
        margin-top: 65px !important;
    }
    .Vanadium_jz{
        margin-top: 65px !important;

    }
    .logo {
        margin-top: 91px ;
    }
    .OVO_jz {
        flex-direction: column;
    }
    .Faq {
        padding-top: 65px  !important;
    }
    .OVO_right {
        width: 100% !important;
    }

    .OVO_left {
        width: 100% !important;
    }

    .foot_jz{
      flex-direction: column-reverse;
    }
    .foot_box{
        width: 100%;
    }
    .foot_right{ 
        width: 100%;
    }
    .foot_box>ul li{
        width: 48%;
    }
    .foot_box{
        margin-top: 33px ;
    }
    .foot{
        margin-top: 65px ;
    }
    .foot_jz{
        padding: 33px 0;
    }
    .request_jz>ul li{
        font-size: 14px ;
    }
    .Canal_box{
        margin: 0 21px !important;
    }
    .Canal_con{
        font-size: 27px !important;
    }
}




















@media screen and (max-width:850px) {
    .but_jz>ul {
        flex-direction: column;
    }
    .t1qqq1 {
        font-size: 32px;
    }
    .hone1{
        flex-wrap: wrap;
    }
    .but_jz>ul li {
        width: 100%;
        padding-bottom: 20px;
    }

    .active1>ul li {
        padding-bottom: 20px;
        width: 33%;
    }

    .Terms_right>ul li {
        margin-left: 0;
        margin-right: 20px;
    }

    .Terms {
        flex-direction: column;
    }

    .head {
        border: none;
    }

    .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;
    }

    .head_jz {
        display: none;

    }

    .active {
        transform: rotateZ(180deg);
    }

    .yinc1111 {
        display: none;
    }

    .jz_logo {
        width: 200px;
        padding-left: 5px;
        padding-top: 10px;
    }

    .head {
        height: auto;
    }

   

    .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: 92px;
        left: 0;
        right: 0;
        display: none;
        font-weight: 500;
        background-color: #f5f5f5;
    }

    .xiala>ul {
        padding: 10px 0;
    }

    .xiala>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: #046380;
    }

    .sousuosaa {
        display: none;
        z-index: 111111;
        top: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgb(4, 99, 128) !important;
    }

    .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>ul li {
        margin-left: 20px;
        margin-top: 30px;
        display: flex;
        align-items: center;

    }

    .bigpppp_right>ul>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;
    }
    .page-oneline{
        display: none !important;
    }
    .page-oneline2{
        margin-bottom:10px ;
        margin-top:0 !important;
        width: auto !important;
    }
    .asda {
        display: none;
    }

    .aaadasf {
        width: 100% !important;
    }
    .logo1_dingwei {
        width: 100% !important;
    }
    .request{
        margin-bottom:60px;
    }
}
    

.LangUrlArrf {
    float: left;
    margin-left: 35px;
    position: relative;

}

@media screen and (max-width:1170px) {
    .LangUrlArrf{
        margin-left:0;
    }
    .anniu22 {
        font-size: 12px;
    }
   
    .nav_jz>div>ul>li {
        margin-left: 0px;
        margin-right: 20px;
    }
    .sosuo{
        margin-right: 10px;
    }
    .nav_jz>div>ul>li a {
        font-size: 16px;
    }

    .rst {
        margin-top: 7px;
        width: 10px;
        height: 10px;
        margin-left: 0;
    }

    .www {
        margin-left: 0px;
    }
}

.langurlarrBtin {
    width: 60px;
}

.langurlarrBtin {
    display: block;
    font-size: 16px;
    float: left;
padding: 5px;
padding-left: 45px;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}
.langurlarrBtin:after {
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #fff;
    right: 10px;
    top: 13px;
}
.bllangurlarrBtin:after{
    border-top-color: #303030;
}

.LangUrlArrf {
    float: left;
    margin-left: 35px;
    position: relative;

}

.langurlarrBtin:before {
        content: '';
        position: absolute;
            left: 10px;
        top: 6px;
        background-image: url(/new/templates/Web/en/images/cLang.png);
        background-repeat: no-repeat;
        width: 27px;
        height: 18px;
    background-position: 0 -46px;
    }

    .langurlarrself {
        position: absolute;
        left: 0px;
        top: 37px;
        background: #fff;
        border-top: none;
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 999;
        width: 115px;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        display: none;
    }
    .langurlarr-self-a {
            display: block;
        padding: 5px;
        float: left;
        padding-left: 10px;
        position: relative;
        width: 100%;
    }
    .llsa-lf {
        float: left;
        background-repeat: no-repeat;
        width: 27px;
        height: 18px;
        background-position: 0 px;
    }
    .langsonname {
        float: left;
        margin-left: 9px;
        color: #444444;
        font-size: 12px;
    }        @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");
}
.review-f *{
box-sizing: border-box;
}
.review-f{
width:100%;
margin-top:60px;
}
.re-title{
width:100%;
padding:30px 30px;
background:#F7F7F7;
border-radius: 7px;
display:flex;
justify-content: space-between;
}
.re-t-num{
color:#FF5C35;
font-size:25px;
}
.re-t-n2{
    color:#000;
font-size:16px;
}
.re-t-share-f{
}
.re-t-s{
    float: left;
    width: 30px;
    height: 30px;
    
}
.re-t-s:before {
    width: 30px;
    display: inline-block;
    font-family: icomoon;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
}
.re-t-s:hover:before{
    color:#08261d;
}
.rts-twitter:before {
    color: #219bcf;
    content: '\e62b';
}
.rts-facebook{
    margin-left:15px;
}
.rts-facebook:before {
    color: #66679d;
    content: '\e62c';
}
.re-main-f{
    float:left;
width:100%;
padding-bottom:10px;
}
.re-single-f{
    float:left;
width:100%;
margin-top:30px;
position:relative;
    /*border-bottom:1px solid #CCCCCC;*/
}
.re-single-f:before{
    content:'';
    position:absolute;
height:calc(100% - 25px);
width:2px;
background:#08261d;

}
.re-m-l-m-f{
    float:left;
width:calc(100% - 25px);
margin-left:25px;
padding-bottom:20px;
}
.re-m-title{
    float:left;
width:100%;
}
.re-m-user{
    float:left;
width:35px;
}
.re-m-t-name{
    float:left;
width:calc(100% - 60px);
margin-left:25px;
color:#383838;
font-size:16px;
margin-top:10px;
}
.rev-pass-tip {
    color: #383838;
    font-style: italic;
}
.re-m-content{
    float:left;
width:100%;
color:#4c4c4c;
font-size:16px;
line-height:30px;
margin-top:20px;
}
.re-send-f{
    float:left;
width:100%;
margin-top:30px;
}
.re-send-title-f{
    float:left;
width:100%;
}
.re-send-t-b{
    float:left;
width:100%;
color:#000;
font-size:20px;
font-weight:bold;
}
.re-send-t-m{
    float:left;
width:100%;
color:#4c4c4c;
font-size:15px;
margin-top:20px;
}
.re-send-in-f{
    float:left;
width:100%;
margin-top:10px;
}
.re-send-in-cont{
    float: left;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #DCDCDC;
    height: 98px;
    padding: 10px 15px;
    outline: none;
border-radius: 7px;
font-size: 15px;
    color: #000;
}
.re-send-in-cont:hover{
    border: 1px solid #339bc6;
}
.re-send-input-f{
    float:left;
width:calc(50% - 15px);
margin-top:20px;
}
.rsif2{
    margin-left:30px;
}
.re-s-inp-txt{
    float:left;
width:100%;
font-size:15px;
color:#707071;
}
.intip{
    color:#339bc6;
display:none;
position:relative;
}
.intip:before{
    content: '\ea08';
    position: absolute;
    font-family: ico;
top:3px;
}
.re-s-inp{
    float: left;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #DCDCDC;
    height: 20px;
    padding: 10px 15px;
    outline: none;
    font-size: 15px;
    color: #000;
border-radius: 7px;
}
.re-s-inp:hover{
    border: 1px solid #339bc6;
}
.re-send-btn{
    float:left;
width:100%;
padding-top:15px;
padding-bottom:15px;
background:#339bc6;
color:#fff;
font-size:18px;
margin-top:25px;
text-align:center;
border-radius: 7px;
cursor:pointer;
}
.re-send-btn:hover{
    background:#;
}

@media screen and (max-width: 760px) {
.re-send-f{
padding-bottom:30px;
}
}











        

@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");
}
.page{
    float:left;
justify-content: center;
    display: flex;
width:100%;
margin-top:40px;
        font-family: 'Roboto',  sans-serif;
}
.goto-f{
    float:left;
margin-left:20px;
}
.goto-txt{
    float:left;
font-size:15px;
    color: #000;
}
.goto-in{
    float:left;
width:60px;
border:1px solid #DCDCDC;
height:30px;
margin-left:10px;
margin-top:-3px;
padding-left:10px;
}
.goto-btn{
    float:left;
width:40px;
background:#DCDCDC;
color:#000;
height:30px;
text-align:center;
line-height:30px;
margin-left:10px;
margin-top:-3px;
cursor:pointer;
}
.goto-btn:hover{
    background:#;
color:#fff;
}
.shenglue{
    float:left;
}
.page-oneline{
            float:left;
    font-size:16px;
    color:#000;  
margin-bottom:20px;
}
.page-oneline2{
            float:left;
    font-size:1.4rem;
    color:#5D5D5D;
}
.page-home{
            float:left;
    font-size:1.4rem;
    color:#000;
    position:relative;
transition: all 0s ease 0s;

width:30px;
height:30px;

}
.ph-next{
            margin-left:30px;
        margin-right:15px;
}
.page-end3{
            margin-left:15px;
}
.page-home:before{
    font-family: "icomoon";
        content: "\e625";
    position: absolute;
    line-height:30px;
text-align:center;
font-size:1.2rem;
    color:#4c4c4c;
width:30px;
height:30px;
transition: all 0s ease 0s;
}
.page-home:hover{
   color:#;
}
.page-home:hover:before{
   color:#;
}
.page-end3:before{
            content: "\e628";
}
.page-home2{
    font-family: 'Poppins', sans-serif;
        float:left;
width:32px;
height:32px; 
font-size:16px ;
    color:#464748;
text-align:center;
line-height:31px;

}
.page-home2:first-child{
  margin-left:0px;
}
.nowpage{
    
    border:1px solid #046380;
width:30px;
height:30px;
line-height:30px;
color: 

}
@media screen and (max-width:760px) {
    .ph-next {
    margin-right: 0px;
    }
    .page-home {
            margin-left: 0px;
    width:20px;
}
.shenglue{
    display:none;
}
.page-home:before{
    width:20px;
}
.page-end3{
    margin-left: 0px;
    margin-right: 0px;
}
.page-home2 {
    width: 25px;
    font-size: 12px;
    }
.goto-f {
    margin-left: 0px;
margin-top:10px;
    }
    .page-oneline {
        width:100%;
    }
.page-oneline2 {
    margin-top:20px;
        width:100%;
    }
}













        .nav_left {
    
    float: left;
    width: 67%;
}

 
.nav_left_box {
    box-shadow: 0px 0.25rem 1rem rgba(30,34,40,.15);
    margin:2px 0 20px  20px ;
    padding: 50px 20px 20px 20px;
}

.March {
    display: flex;
  
    padding: 33px 0;
}

.March1 {
    font-size: 16px;
    color: #ff5c35;
    margin-right: 30px ;
}

.Novo {
    font-size: 30px;
    color: #046380;
    font-weight: 700;
}
.zuozhe img{
    width: 20px ;
    margin-right: 10px;
}
.zuozhe{
    display: flex;
}
.zuozhe span{

    color: #ff5c35;
    display: block;
}

.fuwenben *{
    margin: revert;
    padding: revert;
    list-style: disc;
}
.fuwenben a{
    color: #ff5c35;
}
    