@charset "UTF-8";
.qrcode{
    width: 140px;
}
p{
    margin: 0;
    padding: 0;
}
/* logo栏部分 */
#header{
    height: 180px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.pull-xs-right{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.pull-xs-right h2{
    font-size: 20px;
    margin: 0;
    margin-left: 10px;
}
.pull-xs-right h2 span{
    color: #DC0817;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
}
.pull-xs-right i{
    font-style: normal;
}
.pull-xs-right h2 font{
    vertical-align: middle;
}
.head-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%; 
}
.head-right{
    height: 100%; 
}
.company-message{
    margin-left: 30px;
}
.company-name{
    color: #344f78;
    font-size: 30px;
    font-weight: bold;
}
.company-main{
    color: #578cb8;
    font-size: 24px;
    font-weight: bolder;
}
.company-main span{
    color: #CB0E16;
}
.company-phone{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%; 
}
.company-phone-number{
    font-weight: bold;
}
.company-phone-number font{
    font-size: 26px;
    vertical-align: middle;
}
.company-phone-number div{
    font-weight: normal;
    font-size: 20px;
}
.company-phone-number span{
    font-size: 20px;
    font-weight: blod;
    vertical-align: middle;
}
.company-phone-logo{
    text-align: center;
}
.company-phone-logo img{
    width: 60px;
}
/* logo栏部分 */

/* 侧边栏 */
    .cebianlan{
        position: fixed;
        right: 0;
        z-index: 9999;
    }
    .cebianlan li{
        width: 60px;
        height: 60px;
        background-color: #DC0817;
        color: white;
        text-align: center;
        margin: 1px;
        font-size: 12px;
        padding: 5px;
        position: relative;
        cursor: pointer;
    }
    .cebianlan li>img{
        width: 60%;
    }
    .cebianlan li:hover .cecontent{
        display: flex;
    }
    .cecontent{
        position: absolute;
        right: 90px;
        top: 35px;
        min-height: 70px;
        padding: 20px;
        background-color: #91050e;
        color: white;
        font-size: 18px;
        display: none;
        line-height: 100%;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }
    .cecontent::before{
        content: '';
        position: absolute;
        right: -20px;
        top: 0;
        height: 20px;
        width: 20px;
        border: solid 10px transparent;
        border-top: solid 10px #91050e;
        border-left: solid 10px #91050e;
    }
    .cecontent.wx{
        flex-direction: column;
    }
    .cecontent span{
        margin-top: 5px;
    }
    .cecontent img{
        width: 120px;
        height: 120px;
    }
/* 侧边栏 */

/* nav部分 */
#mynavbar{
    width: 100%;
}
.navbar-light .navbar-toggler-icon{
    background-image: url('../images/san.png');
    width: 40px;
}
.mynavbar{
    justify-content: space-between;
    padding: 0 15px;
}
.mybutton{
    padding: 5px !important;
    outline: none !important;
}
#mynavbar .navbar-light .navbar-toggler{
    border: solid 1px rgb(189, 187, 187);
}
.mynav{
    justify-content: space-between !important;
    width: 100% !important;
}
.mynav .nav-item{
    text-align: center;
    flex: 1;
}
.my-navitem.active{
    background-color: #b11614;
}
.mynav .nav-item .nav-link{
    color: white;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 66px;
    font-size: 18px;
}
.mynavbar .navbar-nav .active>.nav-link{
    color:white;
}
.mynavbar .navbar-nav .nav-link:hover{
    color: white;
}
.mynav li:nth-of-type(1n+2){
    position: relative;    
}
.mynav>li:hover{
    background-color: #b11614;
}
.cs{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    display: none;
    background-color: #A80F0D;
}
.mynav .my-navitem:hover .cs{
    display: block;
}
.cs li{
    margin: 0 !important;
    padding: 5px 0;
    text-align: center;
    color: white;
    cursor: pointer;
}
.cs li:hover{
    background-color: #A80F0D;
}
@media (min-width: 640px){
    .mynavbar .btn,.mynavbar.navbar-expand-lg{
        display: none;
    }
    .mynavbar.navbar-expand-lg{
        display: flex !important;
    }
    .mynavbar .collapse:not(.show){
        display: flex;
    }
    .mynavbar .navbar-nav{
        flex-direction: row;
        flex-wrap: nowrap;
    }
}
@media (max-width: 850px){
    .mynav .nav-item .nav-link{
        font-size: 14px !important;
    }
    .company-main{
        font-size: 12px;
    }
    .company-name{
        font-size: 24px;
    }
}
@media (max-width: 700px){
    .mynav li{
        width: 100%;
        text-align: center;
    }
    .mynav li:nth-of-type(1n+2){
        margin-left: 0;    
    }
    .mynavbar{
        padding-right: 0;
        padding-left: 0;
    }
    .company-phone-number{
        font-size: 16px;
        font-weight: bold;
        zoom: 0.6;
    }
    .company-phone-logo img{
        width: calc(76px * 0.5);
        height: clac(51px * 0.5);
    }
    .company-phone-logo div{
        zoom: 0.8;
    }
    .aboutus_title_ti{
        font-size: 25px !important;
    }
}
/* nav部分 */


/* 轮播图部分 */
    .slide-max-btn{
        display: inline-block;
        width: 50px;
        height: 80px;
        line-height: 88px;
        background-color: rgba(0,0,0,0.5);
    }
/* 轮播图部分 */


/* 业务介绍部分 */
    .business-introduction{
        padding-top: 6%;
    }
    .business-introduction h6{
        font-weight: bold;
        text-align: center;
        color: #696666;
    }
    .bi-tabnav{
        display: flex;
        margin: 5% 0;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }
    .bi-tab{
        background-color: white;
        text-align: center;
        cursor: pointer;
        box-shadow: 0 1px 5px 0px rgb(0 0 0 / 20%);
        overflow: hidden;
        width: 31%;
        padding-bottom: 20px;
        transition: transform .2s linear;
        margin-bottom: 20px;
    }
    .bi-tab:hover{
        box-shadow: 0 1px 5px 0 #2197EE;
        transform: translateY(-10px);
    }
    .bi-tab h5{
        font-weight: bold;
        margin: 10px;
        padding: 15px 10px;
        position: relative;
    }
    .bi-tab h5:after{
        content: "";
        position: absolute;
        width: 50px;
        height: 2px;
        left: 50%;
        bottom: 0;
        margin-left: -25px;
        background-color: #777777;
    }
    .bi-tab p{
        font-size: 16px ;
        text-align: center;
        padding: 5px 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .bi-tab.active{
        position: relative;
    }
    .bi-tab.active::after{
        content: "";
        position: absolute;
        box-sizing: border-box;
        border: solid transparent 5px;
        border-bottom: solid #1779C2 5px;
        bottom: 0;
        left: 50%;
        margin-left: -5px;
    }
    .bi-img{
        height: 200px;
        transition: transform .5s linear;
    }
    .bi-img:hover{
        transform: scale(1.05);
        cursor: pointer;
    }
    /* 业务介绍部分 */
    
    
    /* 客户案例部分 */
    .client-case{
        margin: 0 auto;
        margin-top: 40px;
        overflow: hidden;
        width: 100%;
    }
    .kehuanli{
        padding: 2% 0;
    }
    .kehuanli .ynwl-title-ch,.kehuanli .ynwl-title-en,.kehuanli .ynwl-title-ch span{
        color: white;
    }
    .cc-title{
        text-align: center;
        margin-top: 80px;
        font-size: 20px;
        color: white;
        font-weight: bold;
    }
    .cc-title span{
        margin-left: 2px;
    }
    .cc-title1{
        font-size: 20px;
        text-align: center; 
        color: white;
        font-weight: bolder;
        padding: 10px 25px; 
        margin-bottom: 0;
    }
    .client-case ul{
        padding: 10px 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }
    .client-case ul li{
        width: 350px;
        margin: 0 10px;
        transition: transform .3s linear;
        float: left;
        box-shadow: 0 0 4px 0 #50abec;
        overflow: hidden;
    }
    .sj .carousel-inner{
        padding: 10px 0;
    }
    .sj .carousel-inner .carousel-item{
        transition: transform .3s linear;
        box-shadow: 0 0 2px 0 #50abec;
        width: 100%;
    }
    .sj .carousel-control-prev,.sj .carousel-control-next{
        height: 100px;
        top: 50%;
        margin-top: -100px;
        background-color: rgba(0,0,0,.3);
        border: none;
    }
    .client-case ul li .lis{
        background-color: white;
        display: block;
    }
    .client-case ul li h6,.sj .carousel-inner .carousel-item h6{
        text-align: center;
        line-height: 25px;
        color: white;
        padding: 10px 20px;
        padding-bottom: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .line1{
        width: 220px;
        height: 2px;
        background-color: rgba(240, 239, 239,.6);
        margin: 0 auto;
    }
    .djwl{
        display: flex;
        justify-content: space-evenly;
        margin: 20px;
    }
    .djwl span{
        border: solid 1px #B4B7D6;
        padding: 10px 15px;
        color: white;
    }
    .djwl span:hover{
        box-shadow: 0 0 8px 0 white;
    }
    .cc-img{
        height: 200px;
        transition: transform .3s linear;
    }   
    .cc-img:hover{
        transform: scale(1.05);
    }
    .client-case ul li:hover{
        border-radius: 4px;
        box-shadow: 0 0 8px 0 #eff1f3;
    }
    .chakangenduo{
        text-align: center;
        padding-top: 60px;
    }
    .chakangenduo a::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: -100%;
        top: 0;
        background-color: white;
        transition: all .5s linear;
        opacity: 0.3;
    }
    .chakangenduo a:hover{
        box-shadow: 0 0 8px 0 #eff1f3;
    }
    .chakangenduo a:hover:after{
        left: 0;
    }
    .chakangenduo a{
        overflow: hidden;
        display: inline-block;
        line-height: 40px;
        position: relative;
        border: solid 1px #B4B7D6;
        height: 40px;
        padding: 0 20px;
        color: white;
        border-radius: 20px;
    }
/* 客户案例部分 */


/* 优势对比部分 */
    .ys-bg{
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .ys-title{
        display: flex;
        justify-content: center;
        align-items: center;
        color: #333;
        font-size: 25px;
        margin: 30px auto;
    }
    .ys-qt,.ys-wm{
        padding: 8px 50px;
        font-weight: bolder;
        border-radius: 10px;
    }
    .ys-wm{
        background-color: #DC0817;
        border: solid 3px #DC0817;
        color: white;
    }
    .ys-qt{
        border: solid 3px white;
        background-color: #F1F4F6;
    }
    .ys-bg h4{
        font-size: 32px;
        font-weight: bloder;
        color: #333;
    }
    .ys-logo{
        width: 90px;
        margin: 30px;
    }
    .ys-item{
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .ys-center{
        text-align: center;
        position: relative;
        width: 150px;
    }
    .ys-center::after,.ys-center::before{
        content: '';
        position: absolute;
        width: 3px;
        height: 40px;
        background-color: #fff;
    }
    .ys-center::after{
        right: 0;
        top: 50%;
        margin-top: -20px;
    }
    .ys-center::before{
        left: 0;
        top: 50%;
        margin-top: -20px;
    }
    .ys-leftbox,.ys-rightbox{
        display: flex;
        align-items: center;
        flex: 1;
        padding: 0 20px;
        margin: 2px 0;
    }
    .ys-leftbox{
        background-color: #F1F4F6;
    }
    .ys-rightbox{
        background-color: #DC0817;
    }
    .ys-left-img img,.ys-right-img img{
        width: 40px;
        vertical-align: middle;
    }
    .ys-center img{
        vertical-align: middle;
        width: 60px;
    }
    .ys-i-img{
        margin: 0 30px;
        width: 40px;
    }
    .ys-left{
        color: #333;
    }
    .ys-left,.ys-right{
        padding: 20px;
        flex: 4;
    }
    .ys-left h5,.ys-right h5{
        font-size: 22px;
        font-weight: bold;
    }
    .ys-left span,.ys-right span{
        font-size: 18px;
        padding-top: 10px;
    }
    @media (max-width: 900px) {
        .ys-left span,.ys-right span{
            font-size: 14px;
        }
        .ys-left h5,.ys-right h5{
            font-size: 16px;
        }
    }
    @media (max-width: 666px) {
        .ys-left span,.ys-right span{
            font-size: 14px;
        }
        .ys-left h5,.ys-right h5{
            font-size: 16px;
        }
        .ys-left-img,.ys-right-img{
            display: none;
        }
        .ysdb{
            padding-left: 0;
            padding-right: 0;
        }
        .ys-center{
            width: 80px;
        }
        .ys-center img{
            width: 40px;
        }
        .ys-center::after,.ys-center::before{
            width: 2px;
            height: 30px;
        }
        .ys-center::after{
            right: 0;
            top: 50%;
            margin-top: -15px;
        }
        .ys-center::before{
            left: 0;
            top: 50%;
            margin-top: -15px;
        }
    }
/* 优势对比部分 */


/* 搜索部分 */
    .search{
        background-color: #141414;
        padding: 10px 0;
        font-size: 0;
    }
    .search span{
        display: flex;
        justify-content: flex-end;
    }
    .search input{
        border: solid 1px rgb(235, 234, 234);
        color: #757575;
        text-indent: 1em;
        border-radius: 5px 0 0 5px;
        outline: none;
        width: 240px;
    }
    .search input,.search button{
        font-size: 18px;
        margin: 0;
        padding: 0;
        outline: none;
        height: 40px;
    }
    .search button{
        color: white;
        background-color: #E62F2C;
        border-radius: 0 5px 5px 0;
        border: none;
        padding: 0 30px;
    }
/* 搜索部分 */


/* 企业风采 */
    .qiyefengcai{
        padding: 60px 0 45px;
        background-color: #F6F6F6;
    }
    .qiye-box{
        display: flex;
        flex-wrap: wrap;
    }
    .qiye-box>img{
        border-radius: 20px;
        width: 40%;
        transition: transform .5s linear;
    }
    .qiye-box>img:hover{
        transform: scale(1.05);
    }
    .qiye-right{
        margin-left: 50px;
        width: 55%;
    }
    .qiye-right h3{
        color: #333;
        font-weight: bold;
        font-size: 26px;
        margin-top: 40px;
    }
    .qiye-right span{
        font-size: 18px;
        line-height: 30px;
        display: block;
        margin-top: 40px;
        color: #757F87;
    }
    .qiye-gd{
        width: 190px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        margin-top: 40px;
        background-color: #B11614;
        border-radius: 50px;
        position: relative;
        overflow: hidden;
    }
    .qiye-gd a{
        color: white;
        position: relative;
        z-index: 10;
        width: 100%;
        height: 100%;
        display: block;
    }
    .qiye-gd::after{
        content: '';
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #2A92EA;
        transition: all .3s linear;
    }
    .qiye-gd:hover:after{
        left: 0;
    }
    .my-slide{
        margin-top: 60px;
    }
    .mt-pointer{
        bottom: -50px;
    }
    .mt-pointer li{
        width: 10px;
        height: 10px;
        background-color: #fff;
        border: solid 1px rgb(216, 215, 215);
        border-radius: 50%;
        margin: 0 10px;
    }
    .mt-pointer li.active{
        background-color: #2A92EA;
    }
    .qiye-fengcai ul{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .qiye-fengcai ul li{
        width: 24%;
    }
    .qy-img{
        height: 200px;
        border-radius: 10px;
    }
    .qy-text{
        height: 100%;
        background-color: rgba(0,0,0,.6);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        padding: 10px;
        transition: opacity .3s linear;
    }
    .qy-img:hover{
        background-size: 120% !important;
    }
    .qy-text h6{
        color: white;
        font-size: 24px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }
    .qy-text span{
        color: white;
        font-size: 18px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    @media (max-width: 1060px){
        .qiye-box>img{
            width: 100%;
        }
    }
    @media (max-width: 740px){
        .qiye-fengcai ul{
            justify-content: space-evenly;
        }
    }
/* 企业风采 */


/* 新闻中心+问题解答 */
.news-issue{
    margin: 30px auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-title{
    text-align: center;
    margin-top: 10px;
}
.news_ct_r {
    width: 49.5%;
    background-color: #FFFFFF;
    padding: 20px;
}
.news_ct_r:first-of-type{
    padding-left: 0;
}
.news_ct_r:last-of-type{
    padding-right: 0;
}
.news-wlzx{
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
}

.news-wlzx:hover{
    background-size: 120% !important;
}

.news-text{
    font-size: 40px;
    font-weight: bloder;
    text-align: center;
    line-height: 150px;
    height: 150px;
    color: white;
    background-color: rgba(0,0,0,.3);
}

.news_ct_rt {
    display: flex;
    border-bottom: 1px solid #d6d6d6;
}

.news_ct_rt>.news_rt_item {
    margin-right: 45px;
    cursor: pointer;
}

.news_rt_item h6 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.news_rt_item p {
    padding-bottom: 10px;
    font-size: 12px;
    color: #999;
}

.news_rb_item>a {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 0;
    border-bottom: solid 1px #F3F3F3;
}

.news_rb_item>a:hover {
    border-bottom: 1px solid #222b52;
}

.news_rb_item>a h6:hover {
    color: #222b52;
}

.news_rb_item>a h6 {
    font-size: 18px;
    color: #333;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}

.news_rb_item>a span {
    color: #BFC0C0;
    font-size: 20px;
    line-height: 60px;
}

.news_ct_rt .news_rt_item.newsbg {
    border-bottom: 2px solid #222b52;
}

.news_ct_rt .news_rt_item.newsbg h6,
.news_ct_rt .news_rt_item.newsbg p {
    color: #222b52;
    font-weight: 700;
}
/* 新闻中心+问题解答 */


/* 订单流程部分 */
    .order-process{
        background-color: rgb(245, 243, 243);
        padding: 90px 0 80px;
    }
    .order-process h6{
        color: #7B7066;
        font-size: 20px;
        text-align: center;
    }
    .order-process ul{
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }
    .order-process ul .nr{
        transition: transform .2s linear;
        text-align: center;
        padding: 10px 20px;
        width: 252px;
    }
    .op-img{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin: 0 auto;
    }
    .jt{
        width: 20px;
        padding: 0 !important;
    }
    .order-process ul .nr:hover{
        box-shadow: 0 0 1px 0 #2197EE;
        transform: translateY(-3px);
    }
    .order-process ul .nr h5{
        font-size: 18px;
        padding: 5px 0;
        color: #696767;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .order-process ul .nr span{
        color: #888480;
        line-height: 30px;
        font-size: 14px;
    }
/* 订单流程部分 */


/* 获取报价部分 */
    #getprice{
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }
    .getpg{
        padding: 15px 0;
        background-color: #141414;
    }
    #getprice span{
        color: white;
    }
    .gp-input{
        height: 40px;
        width: 240px;
        margin: 0;
        padding: 0;
        border-radius: 6px;
        outline: none;
        border: 1px solid gainsboro;
        box-sizing: content-box;
        padding-left: 10px;
        margin: 6px 0;
    }
    .gp-submit{
        height: 42.22px;
        margin: 0;
        padding: 0;
        background-color: #E62F2C;
        border-radius: 6px;
        width: 252px;
        color: white;
        margin: 6px 0;
    }
/* 获取报价部分 */


/* footer部分 */
    .footer{
        display: flex;
        justify-content: space-between;
        background-color: #333333;
    }
    .footer .row{
        width: 100%;
        margin: 0 auto;
    }
    .footer .row ul{
        list-style: none;
        margin: 0;
        padding: 0;
        margin-left: 5px;
        margin-top: 12px;
    }
    .footer .row ul li{
        line-height: 28px;
    }
    .footer .row .column{
        padding-left: 0;
        padding-right: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer .row .column:first-of-type{
        padding-left: 0;
        border: none;
    }
    .footer .row .column{
        border-left: solid 1px rgb(55, 55, 55);
        padding-left: 40px;
    }
    .footer .row .column h6,.footer .row .column h5{
        color: white;
    }
    .footer .row .column a{
        color: rgb(167, 165, 165);
        text-decoration: none;
    }
    .footer .row .column a:hover{
        color: white;
    }
    .mtimg{
        width: 100%;
        margin-left: -20px;
    }
    .ft-qrcode{
        text-align: center;
    }
    .ft-qrcode img{
        transition: transform .5s linear;
        cursor: pointer;
    }
    .ft-qrcode img:hover{
        transform: scale(1.05);
    }
    .dibudaohang{
        display: flex;
    }
/* footer部分 */

/* 阿里图标 */
    .icon-cuowu,.icon-duigou{
        font-size: 24px !important;
    }
    .icon-cuowu{
        color: #333;
    }
/* 阿里图标 */


/* footernav */
   .footernav{
       width: 100%;
       padding: 6px 20px;
       display: none;
       justify-content: space-between;
       align-items: center;
       position: fixed;
       bottom: 0;
       background-color: #141414;
       z-index: 9999;
   }
   .footernav a{
       font-size: 12px;
       text-align: center;
       color: #e7e7e7;
   }
   .footernav a.active{
       color: #dc0817;
   }
   .footernav span{
        font-size: 20px;
   }
/* footernav */


/* 头部标签 */
   .weblabel{
       font-size: 14px;
       color: #333333;
       background-color: #fcf8f8;
       padding: 8px 0;
    }
/* 头部标签 */


/* copyright部分 */
.copyright{
    background-color: #232323;
    color: white;
    text-align: center;
    padding: 5px;
}

@media (max-width: 1300px){
    .pull-xs-right h2 span{
        font-size: 22px;
    }
    .pull-xs-right h2{
        font-size: 20px;
    }
    .company-main{
        font-size: 22px;
    }   
}

@media (max-width: 1220px){
    .pull-xs-right h2 span{
        font-size: 20px;
    }
    .pull-xs-right i{
        font-size: 14px;
    }
    .pull-xs-right h2{
        font-size: 16px;
    }
    .company-name{
        font-size: 28px;
    }
    .company-main{
        font-size: 16px;
    }   
}
@media (min-width:992px){
    .container{
        max-width: 1000px;
    }
}
@media (min-width:1200px){
    .container{
        max-width: 1200px;
    }
    .company-main{
        font-size: 22px;
    }
    .pull-xs-right h2{
        font-size: 18px;
    }
    .pull-xs-right h2 span{
        font-size: 24px;
    }
    .pull-xs-right i{
        font-size: 16px;
    }
}
@media (min-width:1400px){
    .container{
        max-width: 1300px;
    }
    .company-main{
        font-size: 24px;
    }
    .pull-xs-right h2{
        font-size: 18px;
    }
    .pull-xs-right h2 span{
        font-size: 24px ;
    }
}
@media (min-width:1600px){
    .container{
        max-width: 1400px;
    }
}
@media (max-width: 1186px) {
    .qiye-box img{
        width: 100%;
    }
    .qiye-box .qiye-right{
        width: 100%;
        margin-left: 0;
    }
    .qiye-box .qiye-right h3{
        text-align: center;
    }
    .qiye-gd{
        margin: 20px auto;
    }
}
@media (max-width: 1132px){
    .pull-xs-right h2 span{
        font-size: 20px;
    }
    .pull-xs-right h2{
        font-size: 18px;
    }
    .company-main{
        font-size: 20px;
    }   
}
@media (max-width: 1052px){
    .pull-xs-right h2 span{
        font-size: 20px;
    }
    .pull-xs-right h2{
        font-size: 18px;
    }
    .company-main{
        font-size: 20px;
    }   
}