.contain-1600, .contain-1400, .contain {
    margin: 0 auto;
    width: 1400px;
}

select, button, input, img {
    vertical-align: middle;
}
.clearFix:before, .clearFix:after {
    display: table;
    content: "";
}
.clearFix:after {
    clear: both;
}

.hide0{display:none;}
.mobile_show{display:none;}
 




@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;user-select: none;background:linear-gradient(180deg,rgba(0,0,0,.5),rgba(51,44,44,0));}
.Header-wrapper.no-tm{transform: translateY(0px) !important;}
.Header-wrapper.white{background: #fff;transform: translateY(95px);box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);}
.Header-logo{float: left;height: 95px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo .Header-logo-white,.Header-logo .Header-logo-blue{height: auto;max-width: 100%;object-fit: cover;}
.Header-logo .Header-logo-white{display: block;}
.Header-logo .Header-logo-blue{display: none;}
.Header-wrapper.white .Header-logo-white{display: none;}
.Header-wrapper.white .Header-logo-blue{display: block;}

.Header-lang{float: right;position: relative;z-index: 999;margin-left: 12px;}
.Header-lang-menu{display: flex;align-items: center;height: 95px;}
.Header-lang-menu span{display: block;padding-left: 26px;background: url('../images/common/lang.svg') no-repeat left center /20px auto;line-height: 22px;font-size: 14px;color: #777;font-family: Arial;}
.Header-lang.active .Header-lang-menu span{color: #00499e;}
/* 多个语言 */
.Header-lang-more{display: none;z-index: 9;width: 160px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 95px;left: 50%;margin-left: -80px;}
.Header-lang-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #efefef transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -8px;}
.Header-lang-more a{display: block;font-size: 16px;color: #666;text-align: center;padding: 10px 0;}
.Header-lang-more a span{display: inline-block;}
.Header-lang-more a:hover {color: #fff;background: #00499e;}
.Header-lang.active .Header-lang-more{display: block;animation: langInUp .4s ease-out;}
@keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}}

.Header-search{float: right;}
.Header-search-click{width: 40px;height: 95px;cursor: pointer;background: url('../images/common/search.svg') no-repeat center /26px auto;position: relative;z-index: 999;}
.Header-wrapper.white .Header-search-click{background: url('../images/common/searchH.svg') no-repeat center /26px auto;}
.Header-search-click.active{background: url('../images/common/close.svg') no-repeat center/20px auto;}
.Header-search-item{display: none;position: absolute;width: 100%;height: 95px;line-height: 95px;top: 0;left: 0;background: #fff;z-index: 99;text-align: right;}
.Header-search-item .contain{padding-right: 148px;}
.Header-search-item.active{display: block;}
.Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;}
.Header-search-item input[type="text"]{width: 0px;height: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);font-size: 16px;color: #747474;}
.Header-search-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 520px;}}
.Header-search-item button{width: 50px;height: 40px;background: url('../images/common/search.svg') no-repeat center /26px auto;cursor: pointer;margin-right: 0;}

.Header-navbar{float: right;margin-right: 32px;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar li{float: left;margin: 0 36px;position: relative;z-index: 9;}
.Header-navbar li:last-child{margin-right: 0;}
.Header-navbar li:first-child{margin-left: 0;}
.Header-menu{position: relative;height: 95px;display: flex;align-items: center;font-size: 16px;color: #fff;font-family: 'KARLA-BOLD'; transition: all .4s ease;}
.Header-wrapper.white .Header-menu{color: #444;}
.Header-menu::before{content: "";width: 100%;left: 0;opacity: 0;height: 4px;position: absolute;bottom: 0;background: #fff;transition: all .4s ease;}
.Header-wrapper.white .Header-navbar li:hover .Header-menu, .Header-wrapper.white .Header-navbar li.active .Header-menu{color: #00499e;}
.Header-wrapper.white .Header-menu::before{background: #00499e;}
.Header-navbar li.active .Header-menu::before{opacity: 1;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;background: #fff;top: 95px;left: 50%;width: 200px;margin-left: -100px;}
.Header-drop>a{display: block;width: 100%;height: 48px;line-height: 48px;font-size: 16px;color: #666;text-align: center;transition: all .4s ease;}
.Header-drop>a.active, .Header-drop>a:hover{background: #00499e;color: #fff;}
/*  */
.navbarScroll>li:nth-child(2)>div {display: none;position: absolute;background: #fff;top: 95px;left: 50%;transform: translateX(-40%); width: auto;padding: 30px 60px;}
.navbarScroll>li:nth-child(3)>div {display: none;position: absolute;background: #fff;top: 95px;left: 50%;width: auto;padding: 30px 60px;transform: translateX(-40%);}
.Header-drop.Header-drop-insert>ul{display: flex;}
.Header-drop.Header-drop-insert li{display: flex;margin-right: 0px;margin-left: 60px;margin-bottom: 45px;}
.Header-drop.Header-drop-insert li:first-child{margin-left: 0;}
.Header-drop.Header-drop-insert li .list{width: 240px;position: relative;}
.Header-drop.Header-drop-insert li .title{color: #333;padding-bottom: 20px;border-bottom: 1px solid #e6ebf0;font-weight: bold;margin-bottom: 25px;}
.Header-drop.Header-drop-insert li .img {margin-top: 70px;margin-right: 25px;}
.Header-drop.Header-drop-insert li .xian{background-color: #056edb;width: 80px;height: 1px;position: absolute;top: 41px;left: 0px;}
.Header-drop.Header-drop-insert li .text div{padding-bottom: 12px;}
.Header-drop.Header-drop-insert li .text a{transition: all .4s ease;}
.Header-drop.Header-drop-insert li .text a:hover{color: #056edb;}
/*  */
.Header-navclick{display: none;width: 24px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #777;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #777;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.active span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent;}
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}



/*次底部 contact us*/

.help{width: 100%;background-position: left top;background-repeat: no-repeat;position: relative;background-size: cover;}
.help .contain{display: flex;justify-content: space-between;align-items: center;height: 195px;}
.help .h2div{width: calc(100% - 200px); font-size: 39px;color: #fff;font-family: 'KARLA-REGULAR';}
.help .help-seek{width: 200px;text-align: right;}
.help .help-seek label{position: relative;}
.help .help-seek label input{width: 460px;height: 58px;border-radius:50px;font-size: 18px;color: #fff; padding-left:28px;padding-right: 128px; border: 3px solid #fff;background-color: transparent;}
.help .help-seek label input::placeholder{color: #fff;font-size: 16px;}
.help .help-seek label span{display: inline-block; width: 130px;height: 58px;line-height: 58px;background-color: #fff;font-size: 17px;font-family: 'KARLA-BOLD';color: #003f90;font-weight: 700;text-align: center;border-radius:50px;position: absolute;right: -6px;top: -27px;}
.help .help-seek label span:hover{background-color: #034fa5;color: #fff;transition:all .4s ease;}
.common-style{width: 100%;}
.common-style span{font-size: 16px;color: #00499e;font-weight: 700;font-family: 'KARLA-BOLD';}
.common-style h2{font-size: 52px;color: #182f49;line-height: 44px;margin-top:16px;font-family: 'KARLA-BOLD';}
.common-style.white span{color: #fff;}
.common-style.white h2{color: #fff;}

/* 底部 */
.Footer-wrapper{width: 100%;background: #19222b;position: relative;z-index: 9;}
.Footer-item{width: 100%;padding: 50px 0 60px;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.Footer-navbar{overflow: hidden;user-select: none;float: left;width: 90%;}
.Footer-navbar li{float: left;width: 23%;}
.Footer-navbar li:last-child{width: 28%;}
.Footer-menu{font-size: 24px;color: #fff;font-family: 'KARLA-REGULAR';display: block;line-height: 1;margin-bottom: 28px;}
.Footer-drop{width: 100%;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 16px;font-family: 'KARLA-REGULAR';color: #b8cbde;line-height: 1;padding: 7px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #fff;} 
.Footer-copyright{width: 100%;padding: 32px 0;}
.Footer-copyright .contain{display: flex;align-items: flex-end;}
.Footer-copyitem{float: left;width: 50%;}
.Footer-logo{display: block;margin-bottom: 14px;}
.Footer-logo img{max-width: 100%;object-fit: cover;}
.Footer-copyright h6, .Footer-copyright p{font-size: 14px;color: #b0c3d5;line-height: 18px;font-family: 'KARLA-REGULAR';font-weight: normal;}
.Footer-copyright p a{color:#b0c3d5}
.Footer-copyright p{font-size: 14px;float: right;width: 50%;text-align: right;font-family: 'KARLA-REGULAR';}
.Footer-copyright p i{display: inline-block;width: 2px;height: 13px;background-color: #82919f;margin: 0 14px;vertical-align: middle;}

.FooterCode{font-size: 0;float: right;width: 10%;}
.FooterCode h2{font-size: 22px;color: #fff;margin-bottom: 28px;font-family: 'KARLA-REGULAR';}
.FooterCode .Footer-share{width: 100%;}
.FooterCode a{display: inline-block;vertical-align: middle;position: relative;}
.FooterCode a{display:inline-block; width: 41px;height:41px;border-radius:50%;line-height:41px; text-align: center;margin-right:5px;background: #2f3a44;}
.FooterCode a>img{width: 22px;}
.FooterCode-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 36px;left: 50%;margin-left: -76px;background: #fff;border-radius: 4px;}
.FooterCode-img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.FooterCode-img img{width: 100%;height: 100%;object-fit: cover;}
.FooterCode a:hover .FooterCode-img{display: block;animation: FooterCode .6s ease-in-out both;}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
    

.css-164r41r {
margin-top: 8px;
}
.sa-text {
-webkit-padding-end: 0;
padding-inline-end: 0;
white-space: normal;
font-family: Lato;
letter-spacing: 0;
font-size: 17px;
line-height: 1.6;
font-weight: normal;
color: #ffffff;
word-break: break-word;
text-overflow: ellipsis;
overflow: visible;
display: -webkit-box;
-webkit-line-clamp: 0;
-webkit-box-orient: vertical;
box-orient: vertical;
text-align: inherit;
}        
.sa-text {
font-size: 16px;
}







/*向上滚动样式*/
.backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;border-radius: 4px;position: fixed;cursor: pointer;z-index: 9999; background: #173C72 url('../images/top.svg') no-repeat center/22px auto;}
@media all and (max-width:1599px) {.backTop {right: 30px;bottom: 40px;}}
@media all and (max-width:640px) {.backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;}}


.bottom_fenge{height:70px;}



@media (max-width: 1599px) {
    .contain {
        width: 1080px;
    }
    .Footer-navbar {
        width: 88%;
    }
    .Footer-navbar li {width: 24%;}
    .Footer-menu {font-size: 20px;}
    .FooterCode {width: 12%;}    
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain-1600, .contain-1400{width: 960px;}
    .contain{width: 880px;}
    .Footer-navbar {width: 84%;}
    .Footer-navbar li {width: 25%;}
    .Footer-navbar li:last-child {width: 30%;}
    .Footer-menu {font-size: 18px;}
    .FooterCode {width: 16%;}
    .help h2 {font-size: 32px;}

}
@media (max-width: 1000px) {
    .contain-1600, .contain-1400, .contain{width: 92%;}
    .Container-wrapper{margin-top: 60px;}

    .Footer-item{padding: 32px 0 36px;}
    .Footer-item .contain {width: 100%;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 30px;line-height: 30px;position: relative;margin-bottom: 12px;font-size: 16px;}
    .Footer-menu::after{content: "";width: 44px;height: 30px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/arrDW.svg') no-repeat center /18px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a{padding: 7px 0%;}
    .Footer-drop{display: none;padding-bottom: 20px;}
    .FooterCode {width: 100%;margin-top: 28px;text-align: center;}
    .FooterCode h2 {font-size: 20px;margin-bottom: 20px;}
    .Footer-copyright h6{width: 100%;margin-bottom: 8px;font-size: 12px;}
    .Footer-copyright {padding: 20px 0;}
    
    .help h2 {font-size:28px;}
    .help .help-seek label input {width: 338px;}
}


@media (max-width:640px) {
    .pc_show{display:none;}
    .mobile_show{display:block;}
    /* 移动终端以上 360 适配 */
    .Footer-copyright .contain {flex-direction: column;}
    .Footer-copyitem {width: 100%;margin-bottom: 12px;}
    .Footer-logo {margin-bottom: 10px;}
    .Footer-copyright p {width: 100%;text-align: left;}

    
    .help .contain {flex-direction: column;align-items: initial;}
    .help .h2div{width: 100%;}
    .help h2 {width: 100%;font-size:20px;}
    .help .help-seek {width: 100%;text-align:left; position: static;}
    .help .help-seek label input {width: 100%;}
    .help .help-seek label span{ font-size: 14px;
    position: static;
    line-height: 44px;
    height: 44px;}
    .help h2 {width: 100%;font-size:20px;}
    
}












/* 分页 */
.paging{width: 100%;font-size: 0;text-align: center;margin-top: 54px;user-select: none;}
.paging-menu, .paging-menu a{display: inline-block;vertical-align: middle;}
.paging-menu a{width: 44px;height: 44px;line-height: 42px;border: 1px solid #f3f3f3;margin: 4px 5px;font-size: 16px;color: #666;transition: all .4s ease;border-radius: 22px;background-color: #fff;}
.paging-menu a:first-child, .paging-menu a:last-child{width: 100px;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #173C72;background-color: #173C72;color: #fff;}


/*分页*/
.pagelist {margin-top:50px;width:100%;}
#Pagination{display:block !important;text-align:center !important;}
 #Pagination span,#Pagination a{
    display:inline-block;
    border: 1px solid #cbcbcb;
    color: #000;
    margin: 0 5px;
    border-radius: 10px!important;
    padding: 0px 10px;
    height: 40px;
    min-width:40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s ease-in-out;

 }
 
#Pagination .shuzia{
    width: 44px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #f3f3f3;
    margin: 4px 5px;
    font-size: 16px;
    color: #666;
    transition: all .4s ease;
    border-radius: 22px !important;
    background-color: #fff;
	padding:0px;
}
#Pagination .now_current{
background: #173C72;
color: #FFF;
border: 1px solid #173C72;
}


@media all and (max-width:1599px) {.paging{margin-top: 46px;}}
@media all and (max-width:1279px) {.paging{margin-top: 38px;}}
@media all and (max-width:1000px) {.paging{margin-top: 30px;}.paging-menu a{margin: 4px 2px;width: 34px;height: 34px;line-height: 32px;border-radius: 17px;font-size: 14px;}.paging-menu a:first-child, .paging-menu a:last-child{width: 64px;}}
















.fab {
    font-family: "Font Awesome 5 Brands";
}
.header-top-wrap {
    background: #173C72;
    padding: 9px 0;
}
.Header-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;  
    max-width: 1550px;
}

.header-top-wrap .custom-container {
    max-width: 1550px;
}

.header-top-wrap .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.header-top-wrap .row {
    --bs-gutter-x: 30px;
}
.header-top-left p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}
.header-top-left p span {
    font-weight: 500;
}
.header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-top-wrap .list-wrap {
    margin: 0px;
    padding: 0px;
}
.header-info-wrap .list-wrap {
    display: flex;
    align-items: center;
}
.header-info-wrap .list-wrap li {
    list-style: none;
}
.header-info-wrap .list-wrap li {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
}
.header-info-wrap .list-wrap li i {
    margin-right: 10px;
}
.header-info-wrap .list-wrap li a {
    color: #fff;
}
.header-social-wrap .list-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 30px;
}
.header-social-wrap .list-wrap a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    background: #215bc6;
    font-size: 14px;
}



.index_header {
    z-index: 99999;
    height: 64px;
    position: sticky;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 24px;
}

.index_header.on {
    background: #006fff;
}

.index_header .left_back {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index_header .left_back i {
    font-size: 32px;
    color: #fff;
    margin-right: 8px;
}

.index_header .logo {
    width: 100px;
    height: 40px;
    position: relative;
    overflow: hidden;
}

.index_header .logo img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.index_header .menu {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}

.index_header .menu i {
    font-size: 32px;
    color: #fff;
}

.index_header .menu.search {
    margin-right: 16px;
    display: none;
}

.index_header .menu.search i {
    font-size: 28px;
}

.index_header_fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 999999;
    background: #fff;
    opacity: 0;
    display: none;
}

.index_header_fixed .top_box {
    height: 64px;
    position: sticky;
    top: 0;
    width: 100%;
    background: #006fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 24px;
}

.index_header_fixed .header_menu_p {
    height: calc(100vh - 64px);
    overflow-y: scroll;
}

.index_header_fixed .left_back {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index_header_fixed .left_back i {
    font-size: 32px;
    color: #fff;
    margin-right: 8px;
}

.index_header_fixed .logo {
    width: 100px;
    height: 40px;
    position: relative;
    overflow: hidden;
}

.index_header_fixed .logo img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.index_header_fixed .menu {
    width: 32px;
    height: 32px;
}

.index_header_fixed .menu i {
    font-size: 32px;
    color: #fff;
}

.index_header_fixed .header_menu_p .p_item {
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
}

.index_header_fixed .header_menu_p .p_item a {
    text-transform: capitalize;
    padding: 10px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 50px;
    border-bottom: 1px solid #ebf0f5;
    font-size: 16px;
    font-weight: 700;
}

.index_header_fixed .header_menu_p .p_item a i {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 21px;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}

.index_header_fixed .header_menu_p .p_item a i:after {
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border: 4px solid #777;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.index_header_fixed .header_menu_p .p_item a .subtract {
    -webkit-transform: translate(-50%,-50%) rotate(225deg);
    transform: translate(-50%,-50%) rotate(225deg);
    margin-top: 2px;
}

.index_header_fixed .header_menu_p .p_item .p_child {
    background: #f5f5f5;
    display: none;
}

.index_header_fixed .header_menu_p .p_item .p_child .p_child_item a {
    color: #111;
    padding-left: 24px;
    font-size: 14px;
}

.index_header_fixed .header_menu_p .p_item .p_child .p_child_item .level3-a {
    padding-left: 48px;
    color: rgb(119, 119, 119);
}

.index_header_fixed .header_menu_p .p_item .p_child .p_child_item .level4-a {
    padding-left: 40px;
    color: #777;
}

.index_header_fixed .header_menu_p .request_quote a {
    color: #ffab00;
}

.index_header_fixed .header_menu_p .request_quote {
    margin-bottom: 120px
}

.index_header_fixed .selecet {
    min-width: 130px;
    height: 28px;
    padding: 16px;
    line-height: 28px;
    background: #ddd;
    border-radius: 14px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 24px;
    bottom: 16px;
}

.index_header_fixed .selecet .ft-language1 {
    color: #006fff;
    font-size: 16px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
}

.index_header_fixed .selecet select {
    position: absolute;
    left: 55%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 81px;
    height: 100%;
    top: 0;
    outline: none;
    border: none;
    background-color: transparent;
    text-align: center;
    color: #006fff;
}

.index_header_fixed .selecet select option {
    background-color: rgba(0,0,0,0.48);
}

@media all and (max-width:1199.9px){
    .header-top-wrap{display:none;}
    .wap_header{display:flex;width:calc(100%);background:#00499e;}
    .pc_header{display:none;}
}    
@media (min-width: 768px) {
    .header-top-wrap .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .header-top-wrap .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }    
}
@media (min-width: 992px) {
    .header-top-wrap .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .header-top-wrap .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .header-top-wrap .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    }
}








@media (max-width: 1200px) {
    .header-top-left p {
        font-size: 13px;
    }
    .header-social-wrap .list-wrap a {
        width: 25px;
        height: 25px;
        font-size: 13px;
    }    
}
@media (max-width: 1199.98px) {
    .header-info-wrap {
        display: none;
    }
    body{background:#ebf0f5;}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Header-wrapper .cotainer,.header-top-wrap .container, .header-top-wrap .custom-container {
        max-width: 540px;
    }
}
@media (max-width: 767.98px) {
    .header-top-left {
        text-align: center;
    }   
    .header-top-left p {
        text-align: center;
    }   
    .header-top-right {
        display: none;
    }    
}
@media (max-width: 640px) {
    .header-top-wrap, .breadcrumb-area {
        display: none;
    }    
    #Pagination a,#Pagination span{
        display:none;
    }
    #Pagination .wap_show{
        display:inline-block;
    }
    
    
    
    
    
    
    
    
    
    /*弹出框*/
    .leave-message-dialog .dialog-content-pql-id-hand,.leave-message-dialog .dialog-content-pql-id{
        width:96vw;
        min-width:unset;
        padding:15px;
    }
    .leave-message-dialog .dialog-content-pql-id-hand .close{transform: translate(30px,-5px);}
    .leave-message-dialog .dialog-content-pql .left{left:unset;width:100%}
    .dialog-content-pql-id#dialog-content-pql-id-hand .right{right:unset !important;width:100%}
    
    .dialog-content-pql-id .img{width:120px !important;height:120px !important;display:table;margin:auto auto;}
    .dialog-content-pql-id .img img{border:1px solid #ddd;border-radius:100px;}
    .dialog-content-pql-id .left ul{margin-top:20px;}
    .dialog-content-pql-id .left ul li{height:24px;}
    .dialog-content-pql-id .left ul li span:first-child,.dialog-content-pql-id .left ul li span:last-child{width:48%;display:inline-block;}
    .leave-message-dialog .title{font-size:18px !important; text-align:center;margin-top:20px;}
    .leave-message-dialog .form textarea{height:120px;}
    
    .dialog-content-pql-id .right{width:100%}
    
}