/*pc-Ã¥Âºâ€¢Ã©Æ’Â¨*/
.container, .head_main, .wrap, .index-container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

@media (min-width: 768px) {

    .wrap, .container {
        width: 750px;
    }
}

@media (min-width: 992px) {

    .wrap, .container, .head_main, .index-container {
        width: 970px;
    }
}

@media (min-width: 1360px) {

    .wrap, .container, .head_main, .index-container {
        width: 1330px;
    }
}

@media (min-width: 1460px) {

    .container, .head_main, .index-container {
        width: 1430px;
    }
}

@media (min-width: 1920px) {

    .index-container {
        width: 1830px;
    }
}


.section{width: 100%;overflow: hidden;}
.foot-top {
    height: 80px;
    background: #e6e6e6;
    padding: 30px 0;
}

    .foot-top a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        line-height: 20px;
        padding: 0 51px;
        border-right: solid 1px #c7c7c7;
    }

        .foot-top a:first-child {
            padding-left: 30px;
        }

        .foot-top a:last-child {
            padding-right: 30px;
            border-right: none;
        }

.foot-bot {
    background: #f6f6f6;
}

    .foot-bot dl {
        float: left;
        width: 175px;
    }

    .foot-bot dt a {
        font-size: 18px;
        color: #333;
        line-height: 1;
        margin-bottom: 18px;
        display: block;
    }

    .foot-bot dd a {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        display: block;
    }

.footb-top {
    padding: 50px 0px;
    border-bottom: solid 1px #e6e6e6;
}

.foot-left {
    float: left;
}

    .foot-left h3 {
        font-size: 30px;
        color: #333;
        line-height: 1;
        margin-bottom: 23px;
    }

    .foot-left h4 {
        font-size: 18px;
        color: #888;
        margin-bottom: 12px;
        line-height: 16px;
        /* padding-left: 7px; */
    }

    .foot-left h5 {
        margin-bottom: 15px;
        font-size: 26px;
        color: #f00;
        line-height: 24px;
        font-family: 'din';
        font-weight:bold;
    }

    .foot-left p {
        font-size: 18px;
        color: #666;
        line-height: 36px;
    }

.foot-mid {
    float: left;
    margin-left: 80px;
}

    .foot-mid h3 {
        font-size: 18px;
        color: #333;
        line-height: 1;
        margin-bottom: 23px;
    }

.foot-a a {
    float: left;
    margin-right: 28px;
}

.foot-right {
    float: right;
}

    .foot-right p {
        margin-top: 10px;
        line-height: 17.5px;
        color: #666666;
        font-size: 14px;
    }

.footb-bot {
    padding: 17.5px 30px;
    overflow: hidden;
}

    .footb-bot p {
        float: left;
        line-height: 40px;
        font-size: 14px;
        color: #929292;
    }

        .footb-bot p a {
            color: #929292;
        }

.bshare-custom.icon-medium {
    float: right;
}

    .bshare-custom.icon-medium a {
        width: 40px;
        height: 40px !important;
        border-radius: 50%;
        border: solid 1px #cccccc;
        text-align: center;
        line-height: 38px;
        color: #00559d;
        background: none !important;
        padding-left: 0 !important;
        font-size: 22px;
        margin-right: 0;
        margin-left: 19px;
    }

        .bshare-custom.icon-medium a:hover {
            text-decoration: none;
            color: white;
            background: #00559d !important;
            border-color: #00559d;
        }

.foot-top a:hover, .footb-bot p a:hover, .foot-bot dt a:hover, .foot-bot dd a:hover {
    color: #00559d;
}



/*app-Ã¥Âºâ€¢Ã©Æ’Â¨*/

.foot-app {
    width: 100%;
    display: none;
}

.footer-menu {
    background: #e6e6e6;
}

.foot-pad {
    padding: 0 15px;
}

.footer-tit {
    position: relative;
    border-bottom: 1px solid #c7c7c7;
}

.footer-item:last-child .footer-tit {
    border-bottom: none;
}

.open .footer-tit a {
    color: #00559d;
}

.footer-tit a {
    font-size: 16px;
    color: #333;
    line-height: 48px;
    margin-right: 48px;
    display: block;
}

.footer-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 20px;
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
}

    .footer-tig::before, .footer-tig::after {
        content: '';
        background: rgba(255,255,255,0.6);
        position: absolute;
        top: 50%;
        transition: all .3s;
        left: 50%;
    }

    .footer-tig::before {
        width: 18px;
        height: 2px;
        margin-left: -8px;
    }

    .footer-tig::after {
        width: 2px;
        height: 18px;
        margin-top: -8px;
    }

.footer-item.open .footer-tig::after {
    opacity: 0;
}

.footer-item.open .footer-tig::before {
    background: #00559d;
}

.footer-cont {
    display: none;
    border: solid 1px rgba(255,255,255,0.1);
    border-top: 0;
    padding: 0 15px;
}

    .footer-cont a {
        text-transform: uppercase;
        line-height: 40px;
        color: rgba(255,255,255,0.3);
        display: block;
        font-size: 14px;
        border-bottom: dashed 1px rgba(255,255,255,0.1);
    }

        .footer-cont a:last-child {
            border: none;
        }

.footer-item.open .footer-cont a.active {
    color: #00559d;
}

.footer-bot {
    background: #f6f6f6;
    padding: 0 15px;
}

.footer-top {
    padding: 30px 0;
}

.footer-left {
    float: left;
    width: 100%;
}

    .footer-left h3 {
        font-size: 18px;
        color: #333;
        line-height: 1;
        margin-bottom: 12px;
    }

    .footer-left h4 {
        font-size: 14px;
        color: #888;
        margin-bottom: 12px;
        line-height: 14px;
       
      
    }

    .footer-left h5 {
        margin-bottom: 6px;
        font-size: 22px;
        color: #f00;
        line-height: 20px;
        font-family: 'din';
    }

    .footer-left p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
    }

.footer-right {
    float: right;
}

    .footer-right img {
        display: block;
    }

    .footer-right p {
        margin-top: 10px;
        line-height: 17.5px;
        color: #666666;
        font-size: 12px;
        text-align: center;
    }

.footer-link, .footer-link a {
    font-size: 14px;
    color: #666;
}

    .footer-link a {
        padding: 0 10px;
    }

.footer-link {
    padding-bottom: 20px;
    border-bottom: solid 1px #e6e6e6;
}

.footer-share {
    padding: 25px 0px;
    overflow: hidden;
}

    .footer-share p {
        line-height: 22px;
        font-size: 14px;
        color: #929292;
    }

        .footer-share p a {
            color: #929292;
        }

    .footer-share .bshare-custom.icon-medium {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

.bshare-custom.icon-medium a {
    width: 40px;
    height: 40px !important;
    border-radius: 50%;
    border: solid 1px #cccccc;
    text-align: center;
    line-height: 38px;
    color: #00559d;
    background: none !important;
    padding-left: 0 !important;
    font-size: 22px;
    margin-right: 0;
    margin-left: 19px;
}

    .bshare-custom.icon-medium a:hover {
        text-decoration: none;
        color: white;
        background: #00559d !important;
        border-color: #00559d;
    }

.bshare-custom.icon-medium a {
    display: inline-block;
    margin: 0 5px;
    width: 32px;
    height: 32px !important;
    line-height: 30px;
    font-size: 18px !important;
}

.pir-right p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 104px;
    overflow-y: auto;
    padding-right: 10px;
}

    .pir-right p::-webkit-scrollbar {
        width: 2px;
        background-color: #dcdbdb;
    }

    .pir-right p::-webkit-scrollbar-thumb {
        background-color: #00559d;
        border-radius: 10px;
    }



@media (max-width: 1900px) {

    .category-item {
        padding: 0 10px;
    }

    .navbar {
        margin-left: 35px;
    }
}

@media (max-width: 1459px) {

    .navbar {
        margin-left: 20px;
    }

    .category-item {
        padding: 0 9px;
    }

    .category-a {
        padding: 0;
    }

    .foot-top a {
        padding: 0 37px;
    }
}

@media (max-width: 1259px) {

    .pir-right p {
        padding-right: 0;
        height: auto;
    }

    .header .logo {
        width: 150px;
        padding: 31.5px 0;
    }

        .header .logo img {
            width: 100%;
        }

    .navbar {
        margin-left: 15px;
    }

    .category-a {
        font-size: 16px;
    }

    .category-item {
        padding: 0 4px;
    }

    .nav-search {
        width: 30px;
    }

    .head-store {
        width: 100px;
        background-position: left 8px center;
    }

    .language {
        width: 60px;
    }

    .language-text {
        padding-left: 10px;
    }

        .language-text i {
            margin-left: 0px;
        }

    .foot-top a {
        padding: 0 19px;
    }
}

@media (max-width: 1023px) {

    .header, .foot {
        display: none !important;
    }

    .header-app, .foot-app {
        display: block;
    }

    .banner {
        margin-top: 0px;
    }

        .banner .swiper-pagination {
            padding: 0 15px;
            bottom: 30px !important;
        }
}

@media (max-width: 767px) {

    .footer-right {
        width: 35%;
    }

        .footer-right img {
            width: 100%;
        }

    .banner-font {
        transform: translateY(-65%);
        display: none;
    }

        .banner-font h3 {
            font-size: 30px;
            line-height: 30px;
            margin-bottom: 10px;
        }

        .banner-font h4 {
            font-size: 16px;
            line-height: 1;
        }

    .banner img.app-banner {
        display: block;
    }

    .banner img.pc-banner {
        display: block;
    }
.bannerz {margin-left: 5%;
    line-height: 20px;
    font-size: 13px;
    color: #ff7f27;
    margin-top: -30%;
    z-index: 200;
    position: absolute;}
.biaoti{font-size: 24px;}
.banner .swiper-pagination{ bottom: 10px !important;}
.about-content{padding: 0% 0 8%;}
.header-right .headedh{ display: none; }
.banner img.pc-banner{height:200px;}
.insidebanner img{height:200px;}
.conserweb li .consercon h4{font-size: 12px;}
.news-list{padding-bottom: 0px;}
.biaoti2{font-size: 24px; margin-bottom: 24px;}

 .job-hea {
            padding: 0px 10px;
    }

    .job-le {
    margin-right: 20px;
    width: 25px;
    height: 25px;
    margin-top: 0px;
    }

        .job-le:before {
            width: 14px;
            height: 1px;
            margin-left: -7px;
            margin-top: -0.5px;
        }

        .job-le:after {
            width: 1px;
            height: 14px;
            margin-left: -0.5px;
            margin-top: -7px;
        }

    .job-z {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .job-d {
        font-size: 14px;
        line-height: 14px;
    }

    .job-pad {
        padding: 15px 15px 40px;
    }

        .job-pad p {
            line-height: 22px;
        }

    .btn-send {
        font-size: 14px;
        background-size: 15px;
        padding-left: 20px;
        margin-top: 10px;
    }

    .job-item {
    padding-top: 10px;
        margin-bottom: 15px;
    }

    .join-s {
           margin-bottom: -30px;
    }
.commonDetailed{font-size: 24px; padding-bottom: 0px;}
.service-titcon{font-size: 24px;}
.cooperative-support{padding-bottom: 0px; }
.cooperative-support ul{ padding-top: 0px; }
    .add {
        padding-bottom: 50px;
    }
.job-ri{ margin-left: 0px;margin-top: -20px; }




        .job-d span:nth-child(1) {
            width: 140px;
          
            border-right: solid 1px #ffffff00;
        }

          .job-d span:nth-child(2) {
            width: 80px;
     
            border-right: solid 1px #ffffff00;
        }

  .job-d span:nth-child(3) {
            width: 90px;
      
            border-right: solid 1px #ffffff00;
        }
.supplier{margin: 0 0px;}
.dcim-twoscreen{padding: 24px 0 0;}
.application-ul li:after {BACKGROUND: url(/style/images/jiantou2.jpg) no-repeat;content: "";position: absolute;top: 50%;left: -20px;width: 100%;height: 20px;/* background: #CCCCCC; */z-index: 1;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-20%);}
.apply ul li em {
    margin-left: 10px;}
.zwsq input{ margin-left: 10px; }
.apply h3{ padding-bottom: 24px; }
.inpage-banner img {height:200px; }
.commonDetailedContents{ padding: 0px 0px; }
.twodd-box .ddcon{padding-left: 0px;}
.header-nav{margin-left: 0%; }
.service-list .servetitle .left-num{left: -85px; width: 50px;
    height: 50px;line-height: 50px;}

.service-list .commonwercon{    padding: 20px 0 30px 100px; }

.service-list .commonwercon:before{
left: 40px;
}
.service-list .servetitle{    font-size: 20px;}
.sertit {
margin-bottom: -15px;
    font-size: 16px;
    color: #333333;
    padding: 0px 0 0px 0;
}
.news-list ul li a .news-con .new-dec{    font-size: 12px;}
}



@media (min-width: 768px) {

    .indexs{
        display: none;
    }
}

@media (max-width: 768px) {

    .indexss{
        display: none;
    }
}



/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color: #0070c0;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background: #0070c0;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background: #0070c0;display:none;}
.suspension .a-top:hover{background: #0070c0;}
.suspension .d{display:none;/* width:223px; *//* background: #0070c0; */position:absolute;right: 42px;/* min-height:90px; *//* border:1px solid #E0E1E5; *//* border-radius:3px; *//* box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11); */}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top: 0px;}
.suspension .d-qrcode{top: 48px;}
.suspension .d .inner-box{padding: 11px 8px 11px;}
.suspension .d .inner-boxx{background-color: #0070c0;padding: 11px 8px 11px;}


.suspension .d-service-item{/* border-bottom:1px solid #eee; *//* padding:14px 0; */}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{color: white;float:left;width: 100px;line-height:22px;font-size:15px;/* margin-left:12px; */}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding: 0px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}





