@charset "utf-8";/* -----------全局样式------------- */
:root{
    --mb-width: 440px;
}
body{max-width:100%;background:#F1F4F8;/* background:#F6F9FC;*/
font-family:"Noto Sans CJK SC","Source Han Sans CN";margin:0 auto;}
body.is-ios{font-family:PingFangSC-Regular,PingFang SC;}
.containBox{max-width:1400px;margin:0 auto;}
.pt50{padding-top:50px;}
.mt50{margin-top:50px;}
.pb50{padding-bottom:50px;}
.middle{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.orange_img{display:none !important;}
/* 颜色(报价) */
.red{color:#EB3434 !important;}
.green{color:#00A900 !important;}
/* 显示行 */
.rows{-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;text-overflow:ellipsis;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;display:-ms-flexbox;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;white-space:nowrap\0;white-space:nowrap\9\0;}
.rows2{-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;display:-ms-flexbox;-webkit-line-clamp:2;line-clamp:2;/* -webkit-box-orient:vertical; */}
/* 没有更多 */
.no_info{text-align:center;}
.no_info .icon,.no_info .text{display:inline-block;}
.no_info .icon{width:20px;height:20px;}
.no_info .text{font-size:16px;font-weight:400;color:#9EA7B4;line-height:22px;vertical-align:middle;}
/* 滚动条 */
.scroll-bar{padding-right:0;height:auto;overflow-y:scroll;overflow-x:hidden;scrollbar-face-color:#E8EAEC;scrollbar-arrow-color:#ffffff;}
.scroll-bar::-webkit-scrollbar{width:5px;height:5px;}
.scroll-bar::-webkit-scrollbar-thumb{border-radius:3px;background:#E8EAEC;}
.scroll-bar::-webkit-scrollbar-track{border-radius:10px;background:#fff;}
/* 无数据 */
.nodata{margin:84px auto;text-align:center;background:#fff;}
.nodata .pic{width:400px;height:400px;margin:0 auto;}
.nodata .text{font-size:16px;font-weight:400;color:#9EA7B4;line-height:22px;}
/* -----------头部样式------------- */
.topAd{
    width: 100%;
    /* background: url('/static/common/images/small_banner.jpg') no-repeat top center; */
    /* background: url('/static/common/images/small_banner.png') no-repeat top center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto; */
    /* height: 68px; */
}
.topAd a{
    display: block;width: 100%;height: 100%;
}
.topAd img{
    width: 100%;
}
.top_container{display:block;position:relative;}
/* .top_container{display:block;position:relative;z-index:1000;}
*/
.top_container .topbar{height:35px;line-height:35px;background:#F8F8F9;border-bottom:inherit;}
.top_container .topbar .text{margin-right:20px;font-size:12px;font-weight:400;color:#9CA7B5;}
.top_container .topbar .icon{display:block;margin-top:10px;margin-right:5px;}
.top_container .topbar .text.first{margin-right:0;}
.top_container .topbar .vertical_bar{margin:9px 10px 0;width:3px;height:17px;font-size:12px;font-weight:400;color:#DCDEE2;line-height:17px;}
.top_container .topbar .login_link{line-height:30px;position:relative;}
.top_container .topbar .login_link a>*{display:inline-block;vertical-align:middle;}
.top_container .topbar .login_link i{background-repeat:no-repeat;background-size:100% 200%;background-position:0% 0%;background-image:url(/static/common/images/nav_icon_03.png);border-radius:100%;display:inline-block;width:20px;height:20px;overflow:hidden;}
.top_container .topbar .login_link i img{display:block;border-radius:100%;width:20px;height:20px;overflow:hidden;}
.top_container .topbar .login_link a:hover i{background-position:0% 100%;}
.top_container .topbar .login_link.menu_spot>ul{display:none;position:absolute;right:0;top:100%;width:130px;height:auto;overflow-x:hidden;background:#FFFFFF;border-radius:1px;border:1px solid #E8EAEC;z-index:10;box-shadow:0px 4px 10px 0px rgba(0,0,0,0.1);}
.top_container .topbar .login_link.menu_spot:hover>ul{display:block;line-height:normal;}
.top_container .topbar .login_link.menu_spot.disabled>ul{display:none;}
.top_container .topbar .login_link.menu_spot>ul>li{display:block;}
.top_container .topbar .login_link.menu_spot>ul>li>a{display:block;width:100%;height:auto;padding:10px 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.top_container .topbar .login_link.menu_spot>ul>li>a:hover{background:#F1F4F8;}
.top_container .topbar .login_link.menu_spot>ul>li>a i{display:inline-block;vertical-align:middle;width:20px;height:20px;margin-right:8px;-o-background-size:100% 200%;background-size:100% 200%;background-position:0% 0%;background-repeat:no-repeat;}
.top_container .topbar .login_link.menu_spot>ul>li>a:hover i{background-position:0% 100%;}
.top_container .topbar .login_link.menu_spot>ul>li>a span{display:inline-block;vertical-align:middle;font-size:14px;font-weight:400;color:#9EA7B4;line-height:20px;}
.top_container .topbar .login_link.menu_spot>ul>li>a:hover span{color:#004EA2;}
.top_container .topbar .login_link.menu_spot>ul>li>hr{display:block;width:100%;height:1px;border:0;background-color:#F2F2F2;}
.top_container .topbar .qr_container li{position:relative;margin-right: 15px;}
.top_container .topbar .qr_container li:hover .qr-body{display:block;z-index: 1;}
.top_container .topbar .qr_container li .qr-body{display:none;z-index:-1;position:absolute;height:auto;border:2px solid #e9ebed;background-color:#FFF;box-shadow:0px 4px 10px 0px rgba(0,0,0,0.05);border-radius:3px;}
.top_container .topbar .qr_container li .qr-body .wrapper{position:relative;padding:5px;}
.top_container .topbar .qr_container li .qr-body .wrapper::after{z-index:-1;content:'';top:-11px;display:block;transform:rotate(-45deg);width:16px;height:16px;border-width:3px;position:absolute;left:5px;border-style:solid;border-color:#e9ebed #e9ebed transparent transparent;font-size:0;line-height:0;background-color:#fff;}
.top_container .topbar .qr_container li .qr-body .wrapper img{width:150px;}
/* 20210201 改导航栏"style2" */
.top_container .topnav.style2{position:relative;height:auto;line-height:1;-webkit-box-shadow:0px 4px 9px 0px rgba(0,80,168,0.15);box-shadow:0px 4px 9px 0px rgba(0,80,168,0.15);z-index:auto;}
.top_container .topnav.style2 .containBox{z-index:auto;}
.top_container .topnav.style2 .logo_wrapper{margin-top:25px;width:320px;}
.top_container .topnav.style2 .logo_wrapper .logo{height:70px;margin-bottom:20px;}
.top_container .topnav.style2 .logo_wrapper .slogan{height:60px;margin-bottom:35px;}
.top_container .topnav.style2 .navi_bar_wrapper{height:45px;}
.top_container .topnav.style2 .navi_bar_wrapper .main_nav{display:block;}
.top_container .topnav.style2 .navi_bar_wrapper .main_nav>li{display:inline-block;position:relative;}
.top_container .topnav.style2 .navi_bar_wrapper .main_nav>li>a{display:inline-block;padding:0 23px;height:45px;text-align:center;line-height:35px;color:#17233D;font-size:18px;position:relative;white-space:nowrap;}
.top_container .topnav.style2 .navi_bar_wrapper .main_nav>li>a:hover{color:#0050A8;}
.top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.active>a{color:#0050A8;}
.top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.active>a::before{content:'';display:block;position:absolute;width:100%;margin-left:-28px;height:5px;background:linear-gradient(90deg,#007CFF 0%,#004EA2 100%);bottom:0;}
.top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown>a::after{display:inline-block;width:15px;height:14px;content:'';background-image:url(/static/common/images/nav_icon_dropdown.png);background-repeat:no-repeat;background-size:100% 100%;margin-left:5px;position:relative;}
.top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown{position:relative;}
.top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown:hover .children{display:block;}
.top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown .children{display:none;width:auto;position:absolute;z-index:1000;left:0;top:100%;min-width:100%;background-color:#fff;box-shadow:0px 4px 9px 0px rgba(0,80,168,0.15);}
.top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown .children>li{display:block;}
.top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown .children>li>a{display:block;height:auto;min-width:100%;padding:10px 40px 10px 20px;white-space:nowrap;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;vertical-align:middle;font-size:18px;font-weight:400;color:#17233D;line-height:1.5;}
.top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown .children>li>a:hover{background:#F1F4F8;color:#0050A8;}
.top_container .topnav.style2 .search_wrapper{width:535px;margin-top:30px;}
.top_container .topnav.style2 .search_wrapper .search_form{
    display:block;
    width:100%;
    height:40px;
    box-sizing:border-box;
    background:#FFFFFF;
    border-radius:4px;
    border:1px solid #004EA2;
    padding-left:14px;
    position:relative;
}

.top_container .topnav.style2 .search_wrapper .search_form .radio_select{width:83px;height:38px;display:block;line-height:35px;cursor:pointer;}
.top_container .topnav.style2 .search_wrapper .search_form .search_switch{display:block;width:82px;background:#FFFFFF;box-shadow:0px 4px 10px 0px rgba(0,0,0,0.1);border-radius:4px;padding:5px 0;border:1px solid #E8EAEC;position:absolute;top:100%;left:0;z-index:110;overflow:hidden;height:0;opacity:0;transition-property:height opacity;transition-duration:0.2s;}
.top_container .topnav.style2 .search_wrapper .search_form .search_switch li{display:block;width:100%;}
.top_container .topnav.style2 .search_wrapper .search_form .search_switch li input[type=radio]{display:none;}
.top_container .topnav.style2 .search_wrapper .search_form .search_switch li label{display:block;width:100%;box-sizing:border-box;white-space:nowrap;padding:10px 36px 10px 10px;font-size:14px;font-weight:500;color:#9EA7B4;line-height:1;cursor:pointer;}
.top_container .topnav.style2 .search_wrapper .search_form .search_switch li label:hover{color:#004EA2;background:#F1F4F8;}
.top_container .topnav.style2 .search_wrapper .search_form .search_switch.on{height:auto;opacity:1;}
.top_container .topnav.style2 .search_wrapper .search_form input{appearance:none;border:none;}
.top_container .topnav.style2 .search_wrapper .search_form input[type=text]{width:calc(100% - 100px - 83px);height:38px;}
.top_container .topnav.style2 .search_wrapper .search_form input[type=submit]{cursor:pointer;display:block;height:38px;width:100px;background:linear-gradient(90deg,#007CFF 0%,#004EA2 100%);border-radius:0px 4px 4px 0px;font-size:14px;font-weight:500;color:#FFFFFF;}
.top_container .topnav.style2 .search_wrapper .search_form button[type=submit]{
    cursor:pointer;
    display:block;
    height:38px;
    width:100px;
    background: linear-gradient(90deg, #FDAE00 0%, #FA7600 100%);
    border-radius: 0px 4px 4px 0px;
    font-size:14px;
    font-weight:500;
    color:#FFFFFF;
    border: none;
    position: relative;
}
.top_container .topnav.style2 .search_wrapper .search_form button[type=submit] .btn_mongban{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 0px 4px 4px 0px;
    transition: all .4s;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%,-50%);
}
.top_container .topnav.style2 .search_wrapper .search_form button[type=submit]:hover .btn_mongban{
    width: 100%;
    height: 100%;
    transform-origin: center;
}
.top_container .topnav.style2 .search_wrapper .search_form .radio_select>*{display:inline-block;vertical-align:middle;}
.top_container .topnav.style2 .search_wrapper .search_form .radio_select span{font-size:14px;font-weight:400;color:#17233D;line-height:20px;width:38px;}
.top_container .topnav.style2 .search_wrapper .search_form .radio_select .down-icon{height:20px;background-image:url(/static/common/images/nav_icon_dropdown.png);background-repeat:no-repeat;background-size:15px 14px;background-position:left center;border-right:1px solid #E8EAEC;width:30px;}
.top_container .topnav.style2 .search_wrapper .hot_search_row {display:block;width:100%;overflow:hidden;position: relative;margin-top:12px;}
.top_container .topnav.style2 .search_wrapper .hot_search_row .change-search {display: block; width: fit-content; font-size:12px;font-weight:400;color:#657180;height: 17px; line-height: 17px; position: absolute; right: 0; top: 0; white-space: nowrap; box-sizing: border-box; padding: 0 0.5em; background-color: #fff; cursor: pointer;z-index: 1;}
.top_container .topnav.style2 .search_wrapper .hot_search1{display:block;width:100%;overflow:hidden;height:17px;}
.top_container .topnav.style2 .search_wrapper .hot_search1 li{font-size:12px;font-weight:400;color:#657180;line-height:17px;display:inline-block;margin: 0 13px;}
.top_container .topnav.style2 .search_wrapper .hot_search1 li a{color:#999999;}
.top_container .topnav.style2 .search_wrapper .hot_search1 li a:hover{color:#FA7600;}
.top_container .topnav.style2 .right_wrapper>ul{margin-top:30px;}
.top_container .topnav.style2 .right_wrapper>ul>li{margin-left:25px;text-align:center;position:relative;}
.top_container .topnav.style2 .right_wrapper>ul>li:first-child{margin-left:0;}
.top_container .topnav.style2 .right_wrapper>ul>li a figure{display:block;width:36px;height:36px;margin:0 auto;overflow:hidden;margin-bottom:5px;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;}
.top_container .topnav.style2 .right_wrapper>ul>li:nth-child(1) a figure{background:linear-gradient(161deg,#FF7E6C 0%,#EA5264 100%);}
.top_container .topnav.style2 .right_wrapper>ul>li:nth-child(2) a figure{background:linear-gradient(162deg,#00EAFF 0%,#0865FE 100%);}
.top_container .topnav.style2 .right_wrapper>ul>li:nth-child(3) a figure{background:linear-gradient(139deg,#44FFA8 0%,#2FBFBC 100%);}
.top_container .topnav.style2 .right_wrapper>ul>li:nth-child(4) a figure{background:linear-gradient(137deg,#FDDA5C 0%,#FFAB3E 100%);}
.top_container .topnav.style2 .right_wrapper>ul>li a figure img{display:block;width:19px;height:19px;margin:8px auto;}
.top_container .topnav.style2 .right_wrapper>ul>li a span{margin-top:5px;display:block;font-size:14px;font-weight:400;color:#657180;line-height:20px;}
.top_container .topnav.style2 .right_wrapper>ul>li a:hover span{color:#004EA2;}
.top_container .topnav.style2 .menu_spot>ul{display:none;position:absolute;right:0;top:62px;width:260px;height:125px;overflow-x:hidden;background:#FFFFFF;border-radius:1px;border:1px solid #E8EAEC;z-index:10;box-shadow:0px 4px 10px 0px rgba(0,0,0,0.1);}
.top_container .topnav.style2 .menu_spot:hover>ul{display:block;line-height:normal;}
.top_container .topnav.style2 .menu_spot.disabled>ul{display:none;}
.top_container .topnav.style2 .menu_spot>ul>li{display:block;float:left;width:130px;height:40px;}
.top_container .topnav.style2 .menu_spot>ul>li>a{display:block;width:100%;height:auto;padding:10px 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.top_container .topnav.style2 .menu_spot>ul>li>a:hover{background:#F1F4F8;}
.top_container .topnav.style2 .menu_spot>ul>li>a i{display:inline-block;vertical-align:middle;width:20px;height:20px;margin-right:8px;-o-background-size:100% 200%;background-size:100% 200%;background-position:0% 0%;background-repeat:no-repeat;}
.top_container .topnav.style2 .menu_spot>ul>li>a:hover i{background-position:0% 100%;}
.top_container .topnav.style2 .menu_spot>ul>li>a span{display:inline-block;vertical-align:middle;font-size:14px;font-weight:400;color:#9EA7B4;line-height:20px;}
.top_container .topnav.style2 .menu_spot>ul>li>a:hover span{color:#004EA2;}
.top_container .topnav.style2 .menu_spot>ul>li>hr{display:block;width:100%;height:1px;border:0;background-color:#F2F2F2;}
/* 导航栏 */
.top_container .topnav{position:relative;height:91px;line-height:91px;-webkit-box-shadow:0px 4px 9px 0px rgba(0,80,168,0.15);box-shadow:0px 4px 9px 0px rgba(0,80,168,0.15);z-index:2;}
.top_container .topnav .top_logo{padding-top:0;padding-bottom:0;line-height:inherit;}
.top_container .topnav .logo{margin-right:10px;}
.top_container .topnav .nav li{height:87px;}
.top_container .topnav .nav li a{display:block;padding:0 20px;width:auto;height:90px;text-align:center;font-size:20px;font-weight:400;color:#9CA7B5;}
.top_container .topnav .nav li a:hover{text-decoration:none;color:#0050a8;}
.top_container .topnav .nav li.active{border-bottom:5px solid #0050a8;}
.top_container .topnav .nav li.active a{color:#0050A8;}
.top_container .topnav .right-icons{text-align:center;}
.top_container .topnav .right-icons>div>a{position:relative;display:block;border-bottom:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 20px;height:92px;line-height:1;font-size:0;color:#9EA7B4;}
.top_container .topnav .right-icons>div{position:relative;}
.top_container .topnav .right-icons #nav_search_launcher::after{position:absolute;content:'';display:none;width:100%;height:30px;top:100%;left:0;}
.top_container .topnav .right-icons #nav_search_launcher:hover::after{display:block;}
.top_container .topnav .right-icons>div:hover>a{color:#0050A8;}
.top_container .topnav .right-icons>.on-toggle-search>a{color:#0050A8;}
.top_container .topnav .right-icons .nav_label{display:block;line-height:1;font-size:13px;margin-top:5px;}
.top_container .topnav .right-icons .nav_label.name{max-width:75px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.top_container .topnav .right-icons .nav_img{border-radius:100%;overflow:hidden;;margin-top:22px;width:30px;height:30px;background-repeat:no-repeat;background-size:100% 200%;background-position:0% 0%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;}
.top_container .topnav .right-icons>div:hover .nav_img.hov-icon,.top_container .topnav .right-icons>.on-toggle-search .nav_img.hov-icon{background-position:0% 100%;}
.top_container .topnav .menu_spot>ul{display:none;position:absolute;right:0;top:100%;width:130px;height:auto;overflow-x:hidden;;background:#FFFFFF;border-radius:1px;border:1px solid #E8EAEC;}
.top_container .topnav .menu_spot:hover>ul{display:block;line-height:normal;}
.top_container .topnav .menu_spot.disabled>ul{display:none;}
.top_container .topnav .menu_spot>ul>li{display:block;}
.top_container .topnav .menu_spot>ul>li>a{display:block;width:100%;height:auto;padding:10px 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.top_container .topnav .menu_spot>ul>li>a:hover{background:#F1F4F8;}
.top_container .topnav .menu_spot>ul>li>a i{display:inline-block;vertical-align:middle;width:20px;height:20px;margin-right:8px;-o-background-size:100% 200%;background-size:100% 200%;background-position:0% 0%;background-repeat:no-repeat;}
.top_container .topnav .menu_spot>ul>li>a:hover i{background-position:0% 100%;}
.top_container .topnav .menu_spot>ul>li>a span{display:inline-block;vertical-align:middle;font-size:14px;font-weight:400;color:#9EA7B4;line-height:20px;}
.top_container .topnav .menu_spot>ul>li>a:hover span{color:#004EA2;}
.top_container .topnav .menu_spot>ul>li>hr{display:block;width:100%;height:1px;border:0;background-color:#F2F2F2;}
.top_container .toptitle{display: none;}
.top_container.mob_title_on .toptitle{display: none;}
/* -----------头部搜索------------- */
.top_container .nav-search{position:absolute;top:100%;left:0;width:100%;min-height:270px;z-index:1;background-color:#fff;padding:30px 0;display:none;}
.top_container .nav-search-on{display:block;}
.top_container .nav-search-wrapper>form{display:block;width:640px;margin:0 auto;}
.top_container .nav-search-wrapper>form .search_switch{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:20px;margin-bottom:10px;}
.top_container .nav-search-wrapper>form .search_switch li{display:inline-block;margin-right:35px;}
.top_container .nav-search-wrapper>form .search_switch li input[type=radio]{display:none;}
.top_container .nav-search-wrapper>form .search_switch li label{cursor:pointer;;font-size:14px;color:#9EA7B4;font-weight:bold;padding-bottom:10px;}
.top_container .nav-search-wrapper>form .search_switch li label:hover{color:#004EA2;}
.top_container .nav-search-wrapper>form .search_switch li input[type=radio]:checked+label{color:#004EA2;}
.top_container .nav-search-wrapper>form .hidden_radios{display:none;}
.top_container .nav-search-wrapper>form .hidden_radios *{display:none;}
.top_container .nav-search-wrapper>form .input_row{width:100%;margin-bottom:30px;}
.top_container .nav-search-wrapper>form .input_row>input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;width:540px;height:40px;background:#FFFFFF;border-radius:4px 0px 0px 4px;border:1px solid #004EA2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:14px;padding:0 20px 0 41px;color:#000;background-image:url('/static/common/images/nav_icon_sousuo@2x.png');background-repeat:no-repeat;-o-background-size:16px 16px;background-size:16px 16px;background-position:15px center;}
.top_container .nav-search-wrapper>form .input_row>input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;width:100px;height:40px;background:-webkit-gradient(linear,left top,right top,from(#007CFF),to(#004EA2));background:-webkit-linear-gradient(left,#007CFF 0%,#004EA2 100%);background:-moz-linear-gradient(left,#007CFF 0%,#004EA2 100%);background:-o-linear-gradient(left,#007CFF 0%,#004EA2 100%);background:linear-gradient(90deg,#007CFF 0%,#004EA2 100%);border-radius:0px 4px 4px 0px;color:#fff;font-size:14px;cursor:pointer;}
.top_container .nav-search-wrapper>form button[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;width:100px;height:40px;background:-webkit-gradient(linear,left top,right top,from(#007CFF),to(#004EA2));background:-webkit-linear-gradient(left,#007CFF 0%,#004EA2 100%);background:-moz-linear-gradient(left,#007CFF 0%,#004EA2 100%);background:-o-linear-gradient(left,#007CFF 0%,#004EA2 100%);background:linear-gradient(90deg,#007CFF 0%,#004EA2 100%);border-radius:0px 4px 4px 0px;color:#fff;font-size:14px;cursor:pointer;}
.top_container .nav-search-wrapper>form .recommand_search{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 20px;}
.top_container .nav-search-wrapper>form .recommand_search li{display:inline-block;height:30px;background:#F1F4F8;border-radius:15px;margin-right:20px;margin-bottom:10px;}
.top_container .nav-search-wrapper>form .recommand_search li>a{font-weight:400;color:#657180;line-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 17px;}
/* 2025-3-18 铝加网优化意见2025.3.17(1).docx */
.top_container .topbar .text{
    font-size: 13px;
}
.top_container .topnav.style2 .search_wrapper .search_form .radio_select span{
    font-size: 15px;
    line-height: 21px;
}
.top_container .topnav.style2 .search_wrapper .search_form input[type=text]{
    font-size: 15px;
}
.orange_theme .top_container .topnav.style2 .search_wrapper .search_form input[type=submit]{
    font-size: 15px;
}
.top_container .topnav.style2 .search_wrapper .hot_search1>li>a{
    font-size: 14px;
}
.top_container .topnav.style2 .navi_bar_wrapper .main_nav>li>a{
    font-size: 22px;
    padding: 0 20px;
}
.top_container .topnav.style2 .logo_wrapper{
    width: 356px;
}

.navi_bar .containBox{
    max-width: 1267px!important;
    min-width: 1267px!important;
    margin: 0 auto;
}
/* -----------面包屑------------- */
.directory .category{padding:30px 30px 20px 30px;margin-bottom:20px;}
.directory .category .breadcrumb{border:none;font-size:14px;font-weight:400;color:#9EA7B4;line-height:20px;}
.directory .category .breadcrumb .c-999{color:#9ea7b4;}
.directory .category .breadcrumb .current{color:#004ea2;font-weight:bold;}
/* -----------二级栏目列表(横)------------- */
.directory dl{margin-bottom:20px;}
.directory dl dt{font-size:14px;font-weight:400;font-family: PingFangSC-Medium, PingFang SC;font-weight: 500;color: #333333;height:20px;line-height:20px;width:42px;margin-right:10px;padding-top:5px;}
.directory dl dd a{display:block;padding:5px 17px;font-size:14px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #666666;}
.directory dl dd a:hover{color:#004ea2;}
.directory dl dd a.current{color:#fff;background:#004EA2;border-radius:4px;}

.directory dl dd.pinpai a.current{background: linear-gradient(90deg, #FDAE00 0%, #FA7600 100%)!important;border-radius: 15px!important;font-family: PingFangSC-Medium, PingFang SC;font-weight: 500;color: #FFFFFF!important;}
/* 翻页 */
.box_right .page{margin-bottom:20px;padding:10px;}
.box_right .page .item{width:380px;height:100px;display:block;margin-bottom:10px;padding:15px;background:#fff;border-radius:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none;}
.box_right .page a.item:hover{background:#F8F8F9;color:#004ea2;-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s;transition:all .4s;}
.box_right .page .item .nth{margin-bottom:10px;display:inline-block;font-size:14px;font-weight:400;color:#9EA7B4;line-height:20px;padding-right:22px;background:url('/static/styles/images/icon_syp.png') center right no-repeat;}
.box_right .page .item .nth.next{background:url('/static/styles/images/icon_xyp.png') center right no-repeat;}
.box_right .page .item .title{font-size:14px;font-weight:400;color:#17233D;color:#17233d;}
.box_right .page a.item:hover .title{color:#004ea2;-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s;transition:all .4s;}
/* 更多按钮 */
.morelist_btn{margin-top:40px;margin-bottom:50px;text-align:center;}
.more_btn{text-decoration:none !important;display:inline-block;padding:10px 79px;font-size:15px;font-family:PingFangSC-Medium,PingFang SC;font-weight:bold;color:#0050A8;line-height:21px;background:#FFFFFF;border-radius:21px;border:1px solid #004EA2;}
/* 鼠标悬停放大图片框 */
.zoom-figure .figure_wrapper{overflow:hidden;display:block;z-index:1;position:relative;}
.zoom-figure .figure_wrapper>.z_img{transform:scale(1);transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);height: 100%;}
.zoom-figure:hover .figure_wrapper>.z_img{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);}
/* 按钮圆形蒙板动画 */
.white_circle_hover{position:relative;overflow:hidden;}
.white_circle_hover::before{content:"";position:absolute;z-index:1;top:50%;left:50%;width:140px;height:140px;background:rgba(255,255,255,0.2);border-radius:100%;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:-o-transform;-moz-transition-property:transform,-moz-transform;transition-property:transform;transition-property:transform,-webkit-transform,-moz-transform,-o-transform;-webkit-transition-duration:0.8s;-moz-transition-duration:0.8s;-o-transition-duration:0.8s;transition-duration:0.8s;transform:scale(0) translate(-50%,-50%);-webkit-transform:scale(0) translate(-50%,-50%);-moz-transform:scale(0) translate(-50%,-50%);-ms-transform:scale(0) translate(-50%,-50%);-o-transform:scale(0) translate(-50%,-50%);}
.white_circle_hover:hover::before{transform:scale(1) translate(-50%,-50%);-webkit-transform:scale(1) translate(-50%,-50%);-moz-transform:scale(1) translate(-50%,-50%);-ms-transform:scale(1) translate(-50%,-50%);-o-transform:scale(1) translate(-50%,-50%);}
/* 按钮圆形蒙板动画-上浮版 */
.white_circle_hover_2{position:relative;overflow:hidden;transition-property:box-shadow translate;transition-duration:0.5s;}
.white_circle_hover_2:hover{box-shadow:4px 4px 8px 0px rgba(0,80,168,0.1);transform:translate(0,-5px);-webkit-transform:translate(0,-5px);-moz-transform:translate(0,-5px);-ms-transform:translate(0,-5px);-o-transform:translate(0,-5px);}
.white_circle_hover_2::before{content:"";position:absolute;z-index:1;top:50%;left:50%;width:200px;height:200px;background:rgba(255,255,255,0.2);border-radius:100%;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:-o-transform;-moz-transition-property:transform,-moz-transform;transition-property:transform;transition-property:transform,-webkit-transform,-moz-transform,-o-transform;-webkit-transition-duration:0.8s;-moz-transition-duration:0.8s;-o-transition-duration:0.8s;transition-duration:0.8s;transform:scale(0) translate(-50%,-50%);-webkit-transform:scale(0) translate(-50%,-50%);-moz-transform:scale(0) translate(-50%,-50%);-ms-transform:scale(0) translate(-50%,-50%);-o-transform:scale(0) translate(-50%,-50%);}
.white_circle_hover_2:hover::before{transform:scale(1) translate(-50%,-50%);-webkit-transform:scale(1) translate(-50%,-50%);-moz-transform:scale(1) translate(-50%,-50%);-ms-transform:scale(1) translate(-50%,-50%);-o-transform:scale(1) translate(-50%,-50%);}
/* 首页右下角浮动栏 返回顶部 */
#right_bar{position:fixed;top:0;right:0;width:37px;height:100vh;background:#F2F2F2;z-index:9999;}
.tools-right.toTop{padding-top:41px;width:65px;height:65px;font-size:12px;font-weight:400;color:#9EA7B4;line-height:17px;background:#fff url(../../styles/images/fw_icon_hddb.png) center 6px no-repeat;box-sizing:border-box;}
.tools-right.toTop:hover{color:#ffffff;border:1px solid #0050A8;background:#0050A8 url('../../styles/images/fw_icon_hddb_s.png') center 6px no-repeat;}
.tools-right.index_float{width:auto;height:auto;background-color:inherit;border:none;z-index:99999;}
.index_float .icon_box{display:block;width:37px;font-size:12px;font-weight:400;color:#9EA7B4;line-height:17px;background:#FFFFFF;border:1px solid #E8EAEC;border-bottom:none;padding-top:31px;padding-bottom:8px;box-sizing:border-box;background-size:20px 20px !important;}
.index_float .icon_box:first-child{border-radius:4px 0px 0px 0px;-webkit-border-radius:4px 0px 0px 0px;-moz-border-radius:4px 0px 0px 0px;-ms-border-radius:4px 0px 0px 0px;-o-border-radius:4px 0px 0px 0px;}
.index_float .icon_box:last-child{border-bottom:1px solid #E8EAEC;border-radius:0px 0px 0px 4px;-webkit-border-radius:0px 0px 0px 4px;-moz-border-radius:0px 0px 0px 4px;-ms-border-radius:0px 0px 0px 4px;-o-border-radius:0px 0px 0px 4px;}
.index_float .icon_box.fw_icon_lyjc{color: #FA7600;background:#f2f2f2 url('../../theme/orange/images/fw_icon_lyjc_s2.png') center 6px no-repeat;}
.index_float .icon_box.fw_icon_lczk{background:#f2f2f2 url('../../styles/images/fw_icon_lczk.png') center 6px no-repeat;}
.index_float .icon_box.fw_icon_ppdz{background:#f2f2f2 url('../../styles/images/fw_icon_ppdz.png') center 6px no-repeat;}
.index_float .icon_box.fw_icon_ewm{color: #FA7600;background:#f2f2f2 url('../../theme/orange/images/fw_icon_ewm_s2.png') center 6px no-repeat;}
.index_float .icon_box.fw_icon_lqt{color: #FA7600;background:#f2f2f2 url('../../theme/orange/images/fw_icon_lqt_s.png') center 6px no-repeat;}
.index_float .icon_box.fw_icon_ppyb{color: #FA7600;background:#f2f2f2 url('../../theme/orange/images/fw_icon_ppyb_s.png') center 6px no-repeat;}
.index_float .icon_box.fw_icon_zxkf{color:#fa7600;background:#f2f2f2 url('../../theme/orange/images/fw_icon_zxkf_s2.png') center 10px no-repeat;}
.index_float .icon_box.fw_icon_hddb{position:absolute;bottom:-141px;background:#f2f2f2 url('../../styles/images/fw_icon_hddb.png') center 10px no-repeat;}
.index_float .icon_box.fw_icon_lyjc:hover{color:#004EA2;background:#fff url('../../styles/images/fw_icon_lyjc_s2.png') center 6px no-repeat;}
.index_float .icon_box.fw_icon_lczk:hover{color:#004EA2;background:#fff url('../../styles/images/fw_icon_lczk_s2.png') center 6px no-repeat;}
.index_float .icon_box.fw_icon_ppdz:hover{color:#004EA2;background:#fff url('../../styles/images/fw_icon_ppdz_s2.png') center 6px no-repeat;}
.index_float .icon_box.fw_icon_ewm:hover{color:#004EA2;background:#fff url('../../styles/images/fw_icon_ewm_s2.png') center 6px no-repeat;}
.index_float .icon_box.fw_icon_zxkf:hover{color:#004EA2;background:#fff url('../../styles/images/fw_icon_zxkf_s2.png') center 10px no-repeat;}
.index_float .icon_box.fw_icon_hddb:hover{color:#004EA2;background:#fff url('../../styles/images/fw_icon_hddb_s2.png') center 10px no-repeat;}
.index_float .icon_box.fw_icon_lqt:hover{color:#004EA2;background:#f2f2f2 url('../../styles/images/fw_icon_lqt.png') center 6px no-repeat;}
.index_float .icon_box.fw_icon_ppyb:hover{color:#004EA2;background:#f2f2f2 url('../../styles/images/fw_icon_ppyb.png') center 6px no-repeat;}
.index_float .popover{font-size:14px;font-weight:bold;color:#0050A8;line-height:20px;padding:0;background:#FFFFFF;border:1px solid #E8EAEC;}
.index_float .popover .popover-content{padding:5px 21px 5px 14px;}
.index_float .popover.left{margin-left:-27px;margin-top:5px;}
.index_float .popover.left > .arrow{right:-11px;margin-top:-20px;border-right-width:0;border-left-color:#E8EAEC;}
.index_float .popover-content{margin-top:0;}
.index_float .icon_box.fw_icon_ewm .ewmtab{display:none;padding-right:20px;right:27px;top:-50px;}
.index_float .icon_box.fw_icon_ewm .ewm_box{height:167px;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:left;white-space:normal;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(232,234,236,0.7);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);}
.index_float .icon_box.fw_icon_ewm .arrow{right:11px;margin-top:66px;border-width:11px;border-color:transparent;border-style:solid;border-right-width:0;border-left-color:#ffffff;/* -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);*/
/* box-shadow:0 5px 10px rgba(0,0,0,.2);*/
}
.index_float .icon_box.fw_icon_ewm .arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);}
.index_float .ewmtab .tabBar{padding-top:3px;padding-left:5px;margin-left:15px;margin-right:15px;background:#fff;width:300px;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #E8EAEC;}
.index_float .ewmtab .tabBar span{color:#9ea7b4;display:inline-block;padding:0;margin-right:10px;}
.index_float .ewmtab .tabBar span:last-child{margin-right:0;}
.index_float .ewmtab .tabBar span.current{color:#004ea2;border-bottom:2px solid #004ea2;}
.index_float .ewmtab .tabCon{padding:15px 20px 0;height:auto;color:#9ea7b4;}
.index_float .ewmtab .tabCon .qrcode_img{margin-right:20px;width:85px;height:85px;}
.index_float .ewmtab .tabCon .text{width:145px;font-size:14px;font-weight:400;color:#9EA7B4;line-height:22px;}

.index_float .icon_box.fw_icon_zxkf .kefutab{display:none;padding-right:20px;right:27px;top: -20px;}
.index_float .icon_box.fw_icon_zxkf .kefu_box{height: 138px;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:left;white-space:normal;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(232,234,236,0.7);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);}
.index_float .icon_box.fw_icon_zxkf .arrow{
    right:11px;
    margin-top:66px;
    border-width:11px;
    border-color:transparent;
    border-style:solid;
    border-right-width:0;
    border-left-color:#ffffff;
    /* -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);*/
/* box-shadow:0 5px 10px rgba(0,0,0,.2);*/
}
.index_float .icon_box.fw_icon_zxkf .arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);}
.index_float .kefutab .tabBar{padding-top:3px;padding-left:5px;margin-left:15px;margin-right:15px;background:#fff;width: 155px;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #E8EAEC;}
.index_float .kefutab .tabBar span{color:#9ea7b4;display:inline-block;padding:0;margin-right:10px;}
.index_float .kefutab .tabBar span:last-child{margin-right:0;}
.index_float .kefutab .tabBar span.current{color: #FA7600;border-bottom: 2px solid #FA7600;}
.index_float .kefutab .tabCon{padding:15px 20px 0;height:auto;color:#9ea7b4;}
.index_float .kefutab .tabCon .qrcode_img{margin-right:20px;width:85px;height:85px;}
.index_float .kefutab .tabCon .text{width:145px;font-size:14px;font-weight:400;color:#9EA7B4;line-height:22px;}
.index_float .kefutab .tabCon .text span{
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.index_float .icon_box .f_text{width:15px;margin:0 auto;line-height:15px;}
/* -----------云展|铝播列表------------- */
.album-item{width:335px;overflow:hidden;margin-right:20px;margin-bottom:25px;border-radius:2px;background-color:#fff;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;}
.album-item:nth-child(4n){margin-right:0;}
/* 改 */
/* .album-item:hover{-webkit-box-shadow:0px 8px 12px 0px rgba(0,80,168,0.1);box-shadow:0px 8px 12px 0px rgba(0,80,168,0.1);transform:translate(0,-5px);-webkit-transform:translate(0,-5px);-moz-transform:translate(0,-5px);-ms-transform:translate(0,-5px);-o-transform:translate(0,-5px);} */
/* 改 */
.album-item .album-img{border:none;}
.album-item .box_pic{width:285px;height:160px;overflow:hidden;}
.album-item .tags{top:10px;right:10px;height:19px;line-height:19px;padding:1px 8px;color:#ffffff;background:rgba(0,0,0,0.5);border-radius:2px;z-index:1;}
.album-item .like{bottom:8px;left:8px;height:25px;font-size:12px;padding:0 10px;line-height:25px;color:#ffffff;background:rgba(0,0,0,0.5);border-radius:4px;}
.album-item .like .btn_icon_dz_w2{display:inline-block;width:15px;height:15px;margin-right:5px;}
.album-item .figure_wrapper_expo{width:342px;height:166px;overflow:hidden;display:block;border-radius:8px 8px 0px 0px;}
.album-item .figure_wrapper_expo .figure_pic{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1);transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.album-item:hover .figure_wrapper_expo .figure_pic{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);}
.album-item .logo{bottom:-27.5px;right:10px;width:65px;height:65px;object-fit:contain;background:rgba(255,255,255,1);-webkit-box-shadow:0px 4px 8px 0px rgba(0,0,0,0.2);box-shadow:0px 4px 8px 0px rgba(0,0,0,0.2);border-radius:50%;overflow:hidden;}
.album-title{padding-top:15px;padding-bottom:20px;text-align:center;border-radius:0px 0px 2px 2px;-webkit-border-radius:0px 0px 2px 2px;-moz-border-radius:0px 0px 2px 2px;-ms-border-radius:0px 0px 2px 2px;-o-border-radius:0px 0px 2px 2px;}
.album-title .name{margin-bottom:10px;font-size:18px;font-family:PingFangSC-Medium,PingFang SC;font-weight:bold;color:#17233D;line-height:25px;}
.album-title .address{margin-bottom:20px;font-size:14px;font-weight:400;color:#9EA7B4;line-height:20px;}
.album-title .consulting{margin-right:10px;border:none;width:90px;height:36px;background:#E6F1FF;border-radius:18px;font-size:14px;font-weight:bold;color:#004EA2;line-height:27px!important;}
.album-title .consulting{width: 71px;}
.album-title .consulting:hover{color:#FFFFFF;background:linear-gradient(90deg,#00B2FF 0%,#007AFF 100%);}
.album-title .pavilion{position:relative;border:none;width:140px;height:36px;background:-webkit-gradient(linear,left top,right top,from(#007CFF),to(#004EA2));background:-webkit-linear-gradient(left,#007CFF 0%,#004EA2 100%);background:-moz-linear-gradient(left,#007CFF 0%,#004EA2 100%);background:-o-linear-gradient(left,#007CFF 0%,#004EA2 100%);background:linear-gradient(90deg,#007CFF 0%,#004EA2 100%);border-radius:18px;font-size:14px;font-weight:bold;color:#FFFFFF;line-height:27px!important;overflow:hidden;}
.album-title .pavilion::before{content:"";position:absolute;z-index:1;top:50%;left:50%;width:140px;height:140px;background:rgba(255,255,255,0.2);border-radius:100%;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:-o-transform;-moz-transition-property:transform,-moz-transform;transition-property:transform;transition-property:transform,-webkit-transform,-moz-transform,-o-transform;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;transform:scale(0) translate(-50%,-50%);-webkit-transform:scale(0) translate(-50%,-50%);-moz-transform:scale(0) translate(-50%,-50%);-ms-transform:scale(0) translate(-50%,-50%);-o-transform:scale(0) translate(-50%,-50%);}
.album-title .pavilion:hover::before{transform:scale(1) translate(-50%,-50%);-webkit-transform:scale(1) translate(-50%,-50%);-moz-transform:scale(1) translate(-50%,-50%);-ms-transform:scale(1) translate(-50%,-50%);-o-transform:scale(1) translate(-50%,-50%);}
.album-title .btn_icon_xp{border:none;margin-top:3px;width:18px;height:18px;margin-right:5px;}
.album-title i.btn_icon_xp{background-size:100% 200%;background-position:0% 0%;background-image:url(/static/styles/images/btn_icon_xp_2.png);}
.album-title .consulting:hover i.btn_icon_xp{background-position:0% 100%;}
.album-title.album-titles{padding-left:10px;padding-right:10px;text-align:left;}
.album-titles .logo_wrapper{position: relative;display:inline-block;margin-right:10px;width:45px;height:45px;}
.album-titles .logo{display:inline-block;margin-right:10px;width:45px;height:45px;vertical-align:middle;border:1px solid #E8EAEC;box-shadow:none;}
.album-titles .business_name{display:inline-block;margin-right:24px;vertical-align:middle;width:91px;}
.album-titles .business_name{width:110px;}
.album-titles .inquiries_btns{display:inline-block;vertical-align:middle;}
.album-titles .address{max-width:91px;margin-bottom:0;font-size:13px;line-height:18px;height: 18px;}
.album-titles .address{max-width:110px;}
.album-titles .consulting{margin-right:0;}
.album-titles .name{margin-bottom:5px;font-size:16px;line-height:22px;overflow:hidden;white-space:nowrap;width:103px;/* text-overflow:ellipsis; */}
/* -----------文章类列表(资讯|技术)------------- */
.content_box .list_item{padding:0 20px;margin-top:30px;}
.content_box .list_item .zx_infos {width: 100%;}
.content_box .list_item a{color:#17233d;-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s;transition:all .4s;display:block;}
.content_box .list_item a:hover{color:#004EA2;-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s;transition:all .4s;}
.content_box .list_item a:hover .source{color:#004EA2;-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s;transition:all .4s;}
.content_box .list_item .pic{margin-bottom:20px;width:283px;height:214px;margin-right:20px;overflow:hidden;position:relative;}
.content_box .list_item .pic .thumb{height:100%;display:block;position:absolute;left:50%;top:50%;transition-property:transform;transition-duration:0.5s;transform-origin:50% 50%;transform:translate(-50%,-50%) scale(1);-webkit-transform:translate(-50%,-50%) scale(1);-moz-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);-o-transform:translate(-50%,-50%) scale(1);object-fit: cover;}
.content_box .list_item li:hover .pic .thumb{transform:translate(-50%,-50%) scale(1.2);-webkit-transform:translate(-50%,-50%) scale(1.2);-moz-transform:translate(-50%,-50%) scale(1.2);-ms-transform:translate(-50%,-50%) scale(1.2);-o-transform:translate(-50%,-50%) scale(1.2);}
.content_box .list_item .info{width:637px;height:213px;border-top:1px solid #E8EAEC;}
.content_box .list_item .title{margin:10px 0 15px;font-size:18px;font-family:PingFangSC-Medium,PingFang SC;font-weight:bold;line-height:25px;}
.content_box .list_item .desc{font-size:14px;font-weight:400;color:#657180;line-height:20px;overflow: hidden;}
.content_box .list_item .nopic .desc{height: 40px;}
.content_box .list_item .infos{left:0;bottom:15px;width:100%;}
.content_box .list_item .infos .infos_left{font-size:13px;font-weight:400;color:#9EA7B4;line-height:18px;}
.content_box .list_item .infos .tag{display:inline-block;margin-right:5px;padding:1px 5px;font-size:12px;font-weight:400;color:#FFFFFF;line-height:17px;background:-webkit-gradient(linear,left top,right top,from(#00B2FF),to(#007AFF));background:-webkit-linear-gradient(left,#00B2FF 0%,#007AFF 100%);background:-moz-linear-gradient(left,#00B2FF 0%,#007AFF 100%);background:-o-linear-gradient(left,#00B2FF 0%,#007AFF 100%);background:linear-gradient(90deg,#00B2FF 0%,#007AFF 100%);border-radius:2px;}
.content_box .list_item .infos .num{margin-left:1px;margin-right:15px;font-size:13px;font-weight:400;color:#9CA7B5;line-height:18px;}
/* 文章类列表 无图 */
.content_box .list_item .nopic{width:100%;height:133px;}
/* 询盘弹窗 */
.inquiryPopup{display:none;}
.layer_mask{width:100%;height:100%;top:0;left:0;z-index:9999;background:rgba(0,0,0,0.5);overflow:hidden;}
.inquiryPopup .medium{position:fixed;max-width:690px;height:585px !important;top:0;left:0;right:0;bottom:0;margin:auto;z-index:99999;border-radius:8px;}
.inquiryPopup.has_inquiries .medium{height:656px !important;}
.inquiryPopup .medium .title{padding-left:20px;width:auto;height:60px;line-height:60px;font-size:18px;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#17233D;background:#FFFFFF;box-shadow:0px 1px 0px 0px #E8EAEC;border-radius:8px 8px 0px 0px;box-sizing:border-box;border-bottom:1px solid #E8EAEC;}
.inquiryPopup .medium .main{padding:25px 30px 0 30px;}
.inquiryPopup .medium .main.winpop{padding:30px 15px;background-color:#E8EAEC;}
.inquiryPopup .medium .main.winpop.contact{background-color:#fff;border-bottom:1px dashed #DCDEE2;}
.inquiryPopup .medium .main.winpop.contact .subtitle{margin-bottom:20px;font-size:18px;font-weight:600;color:#17233D;line-height:25px;}
.inquiryPopup .medium .main.winpop.contact .table{border:1px solid #E8EAEC;border-bottom:0;*border-collapse:collapse;border-left:0;}
.inquiryPopup .medium .main.winpop.contact .table th{padding:0;font-size:14px;font-weight:400;color:#464C5B;text-align:center;width:87px;height:36px;background-color:#F8F8F9;border-left:1px solid #E8EAEC;border-bottom:1px solid #E8EAEC;}
.inquiryPopup .medium .main.winpop.contact .table td{font-size:14px;font-weight:400;color:#464C5B;line-height:20px;background-color:#fff;width:230px;height:56px;padding:8px 10px;box-sizing:border-box;}
.inquiryPopup_icon_close{position:absolute;width:40px;height:40px;top:20px;right:-56px;cursor:pointer;}
.inquiryPopup .J_roll{width:630px;}
.inquiryPopup .J_roll .temp_wrap li{float:left;width:115px;height:116px;/* border-radius:8px;*/
/* border:1px solid #E8EAEC;*/
box-sizing:border-box;}
.J_roll .s_prev,.J_roll .s_next{top:70px;left:0;display:block;width:25px;height:35px;border-radius:0px 100px 100px 0px;background:rgba(0,0,0,0.2) url('/static/styles/images/zk_previous_index.png') 5px center no-repeat;z-index:1;-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s;transition:all .4s;}
.inquiryPopup .J_roll .s_prev,.inquiryPopup .J_roll .s_next{top:40px;}
.J_roll .s_next{left:inherit;right:0;border-radius:100px 0 0 100px;background:rgba(0,0,0,0.2) url('/static/styles/images/zk_nextious_index.png') 10px center no-repeat;}
.inquiryPopup .J_roll .temp_wrap{width:630px;}
.inquiryPopup .J_roll .temp_wrap li{margin-right:10px;}
.inquiryPopup .J_roll .s_next{right:6px;}
.inquiryPopup .J_roll li a{padding-top:22px;display:block;width:115px;height:115px;background:#FFFFFF;box-sizing:border-box;border-radius:8px;border:1px solid #E8EAEC;}
.inquiryPopup .J_roll li .kf_icon_xz{display:none;top:-1px;right:-1px;}
.inquiryPopup .J_roll li .head_portrait{width:42px;height:42px;margin:0 auto 6px;border-radius:50%;background:#FFFFFF;border:1px solid #E8EAEC;}
.inquiryPopup .J_roll li .head_portrait .kf_icon_hy{bottom:0;right:0;width:22px;height:13px;z-index:9;}
.inquiryPopup .J_roll li .portrait{display:block;width:100%;}
.inquiryPopup .J_roll li .portrait.default{border:none;}
.inquiryPopup .J_roll li .text{font-size:15px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#17233D;line-height:21px;text-align:center;}
.inquiryPopup .J_roll li .mask_sjgk_inquiry{display:none;left:-21px;right:0;bottom:-179px;margin:auto;width:156px;height:206px;background:url('/static/styles/images/mask_sjgk_inquiry.png') top center no-repeat;z-index:9;}
.inquiryPopup .J_roll li .mask_sjgk_inquiry .text{margin:30px auto 10px;text-align:center;font-size:12px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#657180;line-height:17px;}
.inquiryPopup .J_roll li .mask_sjgk_inquiry .qrcode{display:block;width:100px;height:100px;margin:0 auto;}
.inquiryPopup .J_roll li.current .kf_icon_xz{display:block;}
.inquiryPopup .J_roll li.current a{border:1px solid #00B2FF;}
.inquiryPopup .J_roll li.current .text{color:#004ea2;}
.inquiryPopup .J_roll li.hover .mask_sjgk_inquiry{display:block;}
.inquiryPopup .inquiry_title{margin-bottom:10px;padding:10px;max-width:630px;height:70px;background:#F8F8F9;border-radius:4px;box-sizing:border-box;}
.inquiryPopup .inquiry_title .head_portrait{margin-right:15px;width:50px;height:50px;border-radius:4px;overflow:hidden;}
.inquiryPopup .inquiry_title img{width:100%;}
.inquiryPopup .inquiry_title .info .name{margin-bottom:10px;font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#17233D;line-height:22px;}
.inquiryPopup .inquiry_title .info .source{font-size:13px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#9EA7B4;line-height:18px;}
.inquiryPopup .publish{padding:20px 0;}
.inquiryPopup .publish .input-text{max-width:630px;height:100px;padding:15px 20px;box-sizing:border-box;border-radius:4px;border:1px solid #E8EAEC;}
.inquiryPopup .btn-group{margin-top:30px;text-align:right;display: flex;justify-content: center;align-items: center;}
.inquiryPopup .btn-group .action_btn{padding:14px 0;width:160px;background:#FFFFFF;border-radius:25px;border:1px solid #DCDEE2;font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:bold;color:#9EA7B4;line-height:22px;cursor:pointer;}
.inquiryPopup .btn-group .action_btn.publish_btn{margin-right:20px;display:inline-block;vertical-align:middle;text-align:center;background:linear-gradient(90deg,#007CFF 0%,#004EA2 100%);border-radius:25px;border:none;color:#FFFFFF;}
.inquiryPopup .btn-group .action_btn.publish_btn_loading{display:none;margin-right:20px;vertical-align:middle;text-align:center;background:#ccc;border-radius:25px;border:none;color:#FFFFFF;}
.inquiryPopup .btn-group .action_btn.cancel_btn{display:inline-block;vertical-align:middle;text-align:center;color:#9EA7B4;}
.inquiryPopup .box_inquiry{padding:16px 15px;}
.inquiryPopup .box_inquiry .icon{margin-right:10px;}
.inquiryPopup .box_inquiry .date{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#9EA7B4;line-height:20px;}
.inquiryPopup .qa_questions{margin-bottom:15px;}
.inquiryPopup .qa_questions .text{font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:bold;color:#17233D;line-height:20px;}
.inquiryPopup .qa_answers .text{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#464C5B;line-height:20px;}
.inquiryPopup .no_xunp{width:235px;height:192px;display:block;margin:0 auto 50px;}
/* 只有联系方式 */
.inquiryPopup.has_contact .medium{max-width:540px;height:337px !important;}
.inquiryPopup.has_contact .medium .main.winpop.contact .subtitle{display:none;}
.inquiryPopup.has_contact .medium .main_box{display:none;}
.inquiryPopup.has_contact .medium .table{display:none;}
.inquiryPopup .medium .table.only_contact{display:none;}
.inquiryPopup.has_contact .medium .table.only_contact{display:table;}
.inquiryPopup.has_contact .medium .main.winpop.contact .table.only_contact th{width:87px;height:50px;}
.inquiryPopup.has_contact .medium .main.winpop.contact .table.only_contact td{width:354px;height:50px;}
.inquiryPopup.has_contact .medium .main.winpop.contact{border:none;}
/* -----------尾部样式------------- */
.footer{padding:0;background:#012D52;}
.footer .bottom{padding:50px 0;}
.footer .foot_logo{margin-right: 90px;}
.footer .foot_logo.foot_logo_orange{display:none;}
.footer dl{margin-right: 50px;text-align:left;}
.footer dl dt{margin-bottom:20px;font-size:16px;font-weight:400;color:#FFFFFF;}
.footer dl dd{margin-bottom:10px;font-size:14px;font-weight:400;color:#9CA7B5;}
.footer dl.aboutus{margin-right:0;}
.footer dl.aboutus .pic{margin-right: 20px;}
.footer dl.aboutus .pic:nth-last-child(1){margin-right:0;}
.footer dl.aboutus p{text-align:center;line-height: 20px;margin-top: 10px;color: #fff;}
.copyright{height:55px;line-height:55px;background:#13233F;}
.copyright p{margin:0;padding:0;}
/* 分享通用交互 */
.share-box-on .share-body{display:block;}
.share-parent,.share-parent2{position:relative;z-index:101;}
.share-body{display:none;z-index:-1;position:absolute;width:135px;height:auto;border:2px solid #e9ebed;background-color:#FFF;box-shadow:0px 4px 10px 0px rgba(0,0,0,0.05);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;}
.share-body .wrapper{position:relative;width:100%;height:auto;min-height:200px;padding-top:7px;padding-bottom:7px;}
.share-body .wrapper::after{z-index:-1;content:'';display:block;width:16px;height:16px;border-width:3px;position:absolute;left:100px;border-style:solid;border-color:#e9ebed #e9ebed transparent transparent;font-size:0;line-height:0;background-color:#fff;}
.share-body{left:50%;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);}
.share-body .wrapper::after{left:calc(50% - 15px);transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}
.share-parent2 .share-body{top:calc(100% + 13px);}
.share-parent2 .share-body .wrapper::after{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}
.share-parent .share-body{bottom:calc(100% + 13px);}
.share-parent2 .share-body .wrapper::after{top:-11px;}
.share-parent .share-body .wrapper::after{bottom:-11px;}
.share-parent .share-body .wrapper::after{transform:rotate(135deg);-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);}
.share-body .wrapper>a{display:block;width:100%;font-size:14px;font-weight:bold;color:#9EA7B4;line-height:20px;padding:10px 10px 10px 20px;box-sizing:border-box;}
.share-body .wrapper>a:hover{background:#F1F4F8;color:#004EA2;}
.share-body .wrapper>a>img{margin-right:8px;}
.share-body .wrapper>i{text-align:center;display:block;width:100%;margin-top:7px;cursor:default;}
/* 手机观看通用交互 */
.mobile-access{display:none;width:150px;height:200px;left:195px;right:0;bottom:-173px;margin:auto;text-align:center;background:url('/static/styles/images/mask_sjgk.png') top center no-repeat;z-index:1;}
.mobile-access .text{margin:17px auto 10px;font-size:13px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#9EA7B4;line-height:18px;}
.mobile-access .pic{width:100px;height:100px;margin:0 auto;}
/* 分页器 */
/* .albiz-pagination span{display:inline-block!important;font-size:15px;border:1px solid #dadada;display:inline-block;padding:5px 8px;margin-right:2px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;}
.albiz-pagination a{display:inline-block!important;font-size:15px;border:1px solid #dadada;display:inline-block;padding:5px 8px;margin-right:2px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;}
.albiz-pagination .on{font-size:15px;border:1px solid #004EA2;color:#fff;background-color:#004EA2;display:inline-block;padding:5px 8px;margin-right:2px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;} */
.albiz-pagination span{display:inline-block!important;background: #FFFFFF;font-size:14px;display:inline-block;padding:7px 7px;margin:0 3px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;height: 20px;font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #FFFFFF;line-height: 20px;}
.albiz-pagination a{display:inline-block!important;background: #FFFFFF;font-size:14px;display:inline-block;padding:7px 7px;margin:0 3px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;height: 20px;font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #333333;line-height: 20px;}
.albiz-pagination .on{font-size:14px;color:#fff;display:inline-block;padding:9px 7px;margin:0 3px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;height: 20px;font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #FFFFFF;line-height: 20px;}
.albiz-pagination b{padding:9px 5px 9px 10px!important;height: 20px;font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #333333;line-height: 20px;background:transparent;margin:0 -2px!important;}
.albiz-pagination input{display:inline-block!important;background: #FFFFFF;font-size:14px;display:inline-block;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;height:38px;width:36px;font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #333333;line-height: 20px;outline: none;vertical-align: unset;border: none;text-align: center;}
/* 列表页分页器 */
.pagination.forlist{margin:20px 0 50px 0;color:#9EA7B4;}
/* 二级导航 */
.second_nav{margin-bottom:20px;text-align:center;}
.second_nav li{display:inline-block;padding:14px 0;margin:0 30px;padding-bottom:14px;}
.second_nav li a{text-decoration:none;font-size:18px;font-weight:400;color:#9CA7B5;line-height:25px;}
.second_nav li.active{border-bottom:2px solid #0050A8;}
.second_nav li:hover a{color:#0050a8;}
/* 视频播放显示时间 */
.play_time{position:absolute;right:8px;bottom:8px;padding:2px 6px;background:rgba(0,0,0,.5);border-radius:2px;color:#fff;}
.mobile_view{display: none !important;}
.pc_view{display: block;}
.pc_table_row{display: table-row;}
.pc_list_item{display: list-item;}
.pc_inline_block{display: inline-block;}
.mobile_inline_block{display: none!important;}
/* 底部悬浮在线客服 */
.btnGlobalFloatCustomerService{display:block;position:fixed;right:52px;bottom:60px;z-index:100;height:46px;background:#FA7600;box-shadow:0px 5px 10px 0px rgba(250,118,0,0.5);border-radius:23px;box-sizing:border-box;padding:10px 20px;cursor: pointer;z-index: 101;}
.btnGlobalFloatCustomerService>svg{display:inline-block;vertical-align:middle;width:26px;height:26px;}
.btnGlobalFloatCustomerService>span{display:inline-block;vertical-align:middle;margin-left:10px;font-size:16px;font-weight:500;color:#FFFFFF;line-height:1.1;}
.wappPopup{display: none;}

.flotKeFu{
    width: 100%;
    height: 100%;
    background: url(../images/popup-bg.png) repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
}
.flotKeFu .fkf_con{
    width: 500px;
    height: 518px;
    background: #FFFFFF;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.flotKeFu .fkf_con .fkf_position{
    width: 100%;
    height: 100%;
    position: relative;
}
.flotKeFu .fkf_con .close_kefu_bt{
    width: 42px;
    height: 42px;
    background: url(../images/icon_close.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 19px;
    right: -61px;
}
.flotKeFu .fkf_con .fkf_position .fkf_con_head{
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px 0px #E8EAEC;
    border-radius: 8px 8px 0px 0px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #191919;
    padding: 0 20px;
    box-sizing: border-box;
}
.flotKeFu .fkf_con .fkf_position .fkf_con_body{
    width: 100%;
    padding: 30px 50px 50px;
    box-sizing: border-box;
}
.flotKeFu .fkf_con .fkf_position .fkf_con_body .kf_line{
    width: 100%;
    border-bottom: 1px dashed #DCDEE2;
    padding-bottom: 31px;
}
.flotKeFu .fkf_con .fkf_position .fkf_con_body .kf_line p:first-child{
    font-size: 18px;
    font-weight: 600;
    color: #191919;
    line-height: 25px;
}
.flotKeFu .fkf_con .fkf_position .fkf_con_body .kf_line p:nth-child(2){
    display: block;
    width: 100%;
    background: url(../images/fkf_tel.png) no-repeat left center;
    background-size: 25px;
    height: 28px;
    margin-top: 20px;
    padding-left: 40px;
}
.flotKeFu .fkf_con .fkf_position .fkf_con_body .kf_line p:nth-child(2) span{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #191919;
    line-height: 28px;
    margin-right: 30px;
}
.flotKeFu .fkf_con .fkf_position .fkf_con_body .line_form{
    width: 100%;
    margin-top: 29px;
}
.flotKeFu .fkf_con .fkf_position .fkf_con_body .line_form .form_txt{
    height: 21px;
    font-size: 15px;
    font-weight: 400;
    color: #191919;
    line-height: 21px;
}
.flotKeFu .layui-form{
    margin-top: 20px;

}
.flotKeFu .layui-form .bt-item{
    width: 260px;
    margin: 0 auto;
    height: 50px;
}
.flotKeFu .layui-form .layui-form-label{
    padding: 0;
    width: auto;
    font-size: 15px;
    font-weight: 400;
    color: #17233D;
    line-height: 52px;
}
.flotKeFu .layui-form .layui-input-block{
    margin-left: 50px;
    min-height: 52px;
}
.flotKeFu .layui-form .layui-input-block .layui-input{
    height: 52px;
    line-height: 52px;
}
.flotKeFu .layui-form .bt-item .layui-btn{
    margin-top: 30px;
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #FDAE00 0%, #FA7600 100%);
    border-radius: 25px;
}
.hb_btn{display: none;}
.hb_btn_msg{display: none;}

.global-ui-signAfterTitle{display: inline-block;margin-left: 10px;font-size: 0;line-height: 0;vertical-align: middle;}
.global-ui-signAfterTitle .global-ui-signAfterTitle-a{display: inline-block;}
.global-ui-signAfterTitle .global-ui-signAfterTitle-a .global-ui-signAfterTitle-img{display: inline-block;width: 22px;height: 22px;margin-right: 5px;}
.global-ui-signAfterTitle .global-ui-signAfterTitle-a:last-child .global-ui-signAfterTitle-img{margin-right: 0;}
.hb_btn{
    display: none !important;
}

.like.pos-a {
    display:none;
}

/* 响应式-手机版 */
@media ( max-width : 440px) {
    body{padding-bottom: 50px;}
    .tools-right.floatnav{display: none !important;}
    .mobile_view{display: block !important;}
    .pc_view{display: none !important;}
    .pc_table_row{display: none!important;}
    .pc_list_item{display: none!important;}
    .pc_inline_block{display: none!important;}
    .mobile_inline_block{display: inline-block!important;}
    .m_flex{display: flex;}
    .m_justify_between{justify-content:space-between;}
    .m_justify_center{justify-content: center;}
    .m_align_center{align-items: center;}

    .top_container {position: sticky;position: -webkit-sticky;width: 100%;left: 0;top: 0;z-index: 999;}
	.top_container .topbar{display: none;}
    .top_container .topnav.style2 .containBox.clearfix:after{content: inherit;}
    .top_container .topnav.style2 .search_wrapper{display: none;}
    .top_container .topnav.style2 .right_wrapper{display: none;}
    .top_container .topnav.style2 .logo_wrapper{margin-top: 0;/* float: none !important; *//* width: auto; */width: 25%;margin-top: 5px;}
    .top_container .topnav .top_logo{float: none !important;margin: 0 2vw;font-size: 16px;margin:0 auto;text-align: center;}
    .top_container .topnav .top_logo a{font-size: 1rem;}
    .top_container .topnav.style2 .logo_wrapper .logo{margin: 0 auto !important;height: auto;}
    .top_container .topnav.style2 .collapse_navigation p{margin-bottom: 0;font-size: 10px;font-weight: 400;color: #999999;line-height: 14px;width: 100%;text-align: right;display: block;float: right;margin-right: 2px;}
    .top_container .topnav.style2{-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.01);box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.01);}
    .top_container .topnav .login_link span{/* margin-left: 7px; */font-size: 14px;font-weight: 400;color: #999999;display: block;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav {display: flex;margin-top: 2vw;overflow-y: auto;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li>a{padding: 0 2.6vw;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown>a::after{display: none;}
    .orange_theme .top_container .topnav.style2{padding: 5px 15px;box-shadow: inherit;}
    .orange_theme .top_container .topnav.style2.index{padding-bottom: 0;}

    
    img{width: auto !important; max-width: 100% !important;}
    .figure_pic{max-width: none !important;}
    .containBox{max-width: inherit;min-width: inherit;}
    #right_bar{display: none;}
    .footer{display: none;}

    .second_nav,.business_nav,.v_nav{white-space: nowrap;overflow-x: scroll;}

    .bottom_tabbar.isshow{display: none !important;}
    .bottom_tabbar{position: fixed;display: flex;bottom: 0;left: 0;right: 0;margin: auto;width: 100%;z-index: 999;background: #fff;justify-content: space-around; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);}
    .bottom_tabbar ul{padding: 7px 0;justify-content: space-around;width: 100%;}
    .bottom_tabbar li{text-align: center;}
    .bottom_tabbar li .selected{display: none;}
    .bottom_tabbar li.active .selected{display: inline-block;}
    .bottom_tabbar li.active .normal{display: none;}
    .bottom_tabbar li .launch-btn{appearance: none;background: none;border:none;display: inline;color: inherit;font-size: inherit;}
    .bottom_tabbar li p{margin: 0;margin-top: 3px;font-size: 10px;font-weight: 400;color: #666;line-height: 14px;}
    .bottom_tabbar li.active p{color: #fa7600;}
    .mobile_login{width: 17%;text-align: center;float: right;overflow: hidden;}
    .mobile_login i.mr-5{margin: 0 auto;background-repeat:no-repeat;background-size:100% 200%;background-position:0% 0%;background-image:url('/static/theme/orange/images/nav_icon_zh_s.png') !important;border-radius:100%;display: block;width: 26px;height: 26px;overflow:hidden;}
    .moblie_line{width: 4px;height: 22px;background-color: #EAEAEA;float: right;margin-top: 10px;}
    .moblie_head_search{width: 38%;height: 32px;background: #F8F8F9;border-radius: 18px;-webkit-border-radius: 18px;-moz-border-radius: 18px;-ms-border-radius: 18px;-o-border-radius: 18px;float: left;margin-top: 5px;margin-left: 6%;position: relative;}
    .moblie_head_search input{border: none;background: none;width: 100%;height: 32px;text-align: center;line-height: 32px;padding-left: 26px;box-sizing: border-box;}
    .moblie_head_search .nav_icon_sousuo_s{position:absolute;top: 8px;left: 12px;}
    .collapse_navigation{width: 12%;float: right;text-align: right;}
    .unfold{display: block;/* margin: 0 auto; */float: right;}
    .fold{display: none;}
    .isshow .unfold{display: none;}
    .isshow .fold{display: block;float: right;}
    .navi_bar.isshow{position: absolute;top: 101px;left: 0;width: 100%;background-color: #fff;}
    .navi_bar.isshow .navi_bar_wrapper{height: auto;}
    .top_container .topnav.style2 .navi_bar_wrapper{display: block !important;height: auto;}
    .top_container .topnav.style2 .navi_bar.isshow .navi_bar_wrapper .main_nav{display: block;height: 80vh;overflow-x: auto;background: #F8F8F9;padding-bottom: 5vh;}
    .top_container .topnav.style2  .navi_bar.isshow .navi_bar_wrapper .main_nav>li{margin-top: 15px;}
    .top_container .topnav.style2  .navi_bar.isshow .navi_bar_wrapper .main_nav>li{display: block;float: none !important;width: 95%;margin: 0 auto; margin-bottom: 10px;background: #fff;}
    .top_container .topnav.style2 .navi_bar.isshow .navi_bar_wrapper .main_nav>li:first-child{margin-top: 11px;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.active>a::before{background: inherit !important;}

    .top_container .topnav.style2 .m_search {display: none !important;}
    .top_container .topnav.style2 .m_search.isshow {display: block !important;padding: 10px 0;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li>a{color: #666;display: block;text-align: left;line-height: 45px;}
    .m_search .search_box input{padding-left: 37px;width: 95%;margin: 0 auto;height: 36px;line-height: 35px;border: none; background: #F8F8F9;border-radius: 18px;box-sizing: border-box;}
    .m_search .nav_icon_sousuo_s{left: 15px;top: 11px;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown:hover .children{display: none;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown.isshow .children{display: block;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown .children{position:initial;box-shadow: initial;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown .mobile_view .show{display: block;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown .mobile_view .close{display: none;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown.isshow .mobile_view .show{display: none;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown.isshow .mobile_view .close{display: block;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown .mobile_view .symbol{display: none !important;font-size: 20px;font-weight: 600;}
    .topnav.style2 .navi_bar.isshow .navi_bar_wrapper .main_nav>li.dropdown .mobile_view .symbol{display: block !important;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown.isshow .mobile_view .symbol{display: block;font-size: 20px;font-weight: 600;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li>a.mobile_view.J_collapse{display: flex !important;flex-wrap: nowrap;justify-content: space-between;}
    .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown.isshow>a.mobile_view.J_collapse{background-color:#FA7600;color: #fff;}
    .orange_theme .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li>a:hover{color: #666 !important;}
    .orange_theme .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.active>a {color: #FA7600 !important;}
    .orange_theme .top_container .topnav.style2 .navi_bar.isshow .navi_bar_wrapper .main_nav>li.dropdown.isshow>a:hover{color: #fff !important;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown.isshow .mobile_view .close{color: #fff;text-shadow: initial;opacity: 1;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown.isshow .children>li{border-bottom: 1px solid #F2F2F2;}
    .top_container .topnav.style2 .navi_bar_wrapper .main_nav>li.dropdown.isshow .children>li>a{font-size: 15px;color: #999999;}
    .topnav.style2 .navi_bar .navi_bar_wrapper .main_nav>li>a.pc_view{display: block !important;}
    .topnav.style2 .navi_bar .navi_bar_wrapper .main_nav>li>a.mobile_view.J_collapse{display: none !important;}
    .topnav.style2 .navi_bar.isshow .navi_bar_wrapper .main_nav>li>a.pc_view{display: none !important;}
    .topnav.style2 .navi_bar.isshow .navi_bar_wrapper .main_nav>li>a.mobile_view.J_collapse{display: flex !important;}
    .top_container .topnav.style2 .navi_bar .navi_bar_wrapper .main_nav>li.dropdown.isshow .children{display: none !important;}
    .top_container .topnav.style2 .navi_bar.isshow .navi_bar_wrapper .main_nav>li.dropdown.isshow .children{display: block !important;}

    .navi_bar.pc_view.isshow{display: block !important;}
    .navi_bar.mobile_view.isshow{display: none !important;}

    .btnGlobalFloatCustomerService{padding: 0;width: 40px;height: 40px;line-height: 36px;border-radius: 50%;text-align: center;}
    .btnGlobalFloatCustomerService>span{display: none;}
    .btnGlobalFloatCustomerService>svg{width: 20px;height: 20px;}
    .nodata{margin: 0 auto;}
    .top_container .toptitle{display: none;}
    .top_container.mob_title_on .topnav{display: none;}
    .top_container.mob_title_on .toptitle{display: block;}
    .top_container.mob_title_on .toptitle{width:100%;height:44px;background:#FFFFFF;border-bottom:1px solid #F2F2F2;box-sizing:border-box;padding:10px 15px;}
    .top_container.mob_title_on .toptitle .left-btn{display:block;width:20px;height:20px;color:#000;}
    .top_container.mob_title_on .toptitle .left-btn>a{display:inherit;width:inherit;height:inherit;font-size:20px;line-height:23px;vertical-align:top;}
    .top_container.mob_title_on .toptitle .mobile_top_title{width:calc(100% - 60px);text-align:center;font-size:17px;font-weight:600;color:#181818;line-height:24px;}
    .top_container.mob_title_on .toptitle .mobile_top_search{
        width: 24px;
        height: 24px;
        background: url(../../styles/images/m_t_search.png) no-repeat center;
        background-size: 100%;
    }
    .top_container.mob_title_on .toptitle .mobile_top_search a{
        width: 100%;
        height: 100%;
        display: block;
    }
    /* .pagination.forlist {margin: 20px 10px 50px 10px;} */
    .pagination.forlist {margin: 20px 10px 70px 10px;}

    .albiz-pagination a,.albiz-pagination span{margin-bottom: 10px;}

    .wappPopup{
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 102;
        background: url(../images/popup-bg.png) repeat;
        /* display: block; */
    }
    .wappPopup .popup_con{
        width: 100%;
        height: 184px;
        background: #FFFFFF;
        border-radius: 10px 10px 0px 0px;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 20px 15px;
        box-sizing: border-box;
    }
    .wappPopup .popup_con .popup_li{
        width: 100%;
        height: 60px;
        padding: 10px 0;
        box-sizing: border-box;
    }
    .wappPopup .popup_con .popup_li .li_img{
        width: 40px;
        height: 40px;
    }
    .wappPopup .popup_con .popup_li .li_img img{
        width: 100%;
    }
    .wappPopup .popup_con .popup_li .li_txt{
        line-height: 40px;
        font-size: 16px;
        font-weight: 400;
        color: #181818; 
        padding-left: 10px;
    }
    .wappPopup .popup_con .popup_li .li_txt em{
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        padding: 0 3px;
    }
    .wappPopup .popup_con .popup_li .li_btn{
        width: 82px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        background-color: #EAEAEA;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }
    .wappPopup .popup_con .popup_li .li_btn a{
        font-weight: 500;
        color: #333333;
        font-size: 15px;
    }
    .wappPopup .popup_con .popup_li:first-child{
        box-shadow: 0px 1px 0px 0px #F2F2F2;
    }
    body.ov{overflow: hidden;}
    /* 海报按钮 */
    .hb_btn{
        width: 100%;
        height: 150px;
        background-color: #fff;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99999999;
        border-radius: 15px 15px 0px 0px;
        display: none;
    }
    .hb_btn a{
        width: 25%;
        max-width: 25%;
        display: block;
        float: left;
        text-align: center;
        padding: 5px 3px;
        height: 84px;
        margin-top: 25px;
        background-color: #fff;
        border: none;
        color: #333;
        font-weight: normal;
        padding-top: 60px;
        box-sizing: border-box;
        line-height: 40px;
    }
    .hb_btn .hb_bc{
        background: url(../images/hb_bc.png) no-repeat center;
        background-size: 44px;
    }
    .hb_btn .hb_wx{
        background: url(../images/hb_wx.png) no-repeat center;
        background-size: 44px;
    }
    .hb_btn .hb_pyq{
        background: url(../images/hb_pyq.png) no-repeat center;
        background-size: 44px;
    }
    .hb_btn .hb_qq{
        background: url(../images/hb_qq.png) no-repeat center;
        background-size: 44px;
    }
    .hb_btn .close_hb{
        width: 20px;
        height: 20px;
        float: right;
        background: url(../images/msg_close.png) no-repeat center;
        background-size: 100%;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    /* 海报分享提示框 */
    .hb_btn_msg{
        width: 100%;
        height: 100%;
        background: url(../images/popup-bg.png) repeat;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        z-index: 99999999;
    }
    .hb_btn_msg .msg_con{
        width: 295px;
        height: 235px;
        background: #FFFFFF;
        border-radius: 4px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 20px;
        box-sizing: border-box;
    }
    .hb_btn_msg .msg_con .msg_head{
        width: 100%;
        height: 25px;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        color: #181818;
        line-height: 25px;
        position: relative;
    }
    .hb_btn_msg .msg_con .msg_head .msg_close{
        width: 20px;
        height: 20px;
        float: right;
        background: url(../images/msg_close.png) no-repeat center;
        background-size: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
    .hb_btn_msg .msg_con .msg_body{
        width: 100%;
        height: auto;
        margin-top: 25px;
        font-size: 15px;
        font-weight: 400;
        color: #333333;
        line-height: 25px;
    }
    .hb_btn_msg .msg_con .msg_ok{
        width: 90%;
        height: 40px;
        background: linear-gradient(90deg, #FDAE00 0%, #FA7600 100%);
        border-radius: 19px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        margin: 20px auto 0;
    }
    .paragraph {
        float:none;
        width:100% !important;
    }
}