﻿/*pc*/
@media (min-width: 768px) {
    .logoa {
        width: 350px;
        margin-top: 29px;
        margin-left: 0px;
        transition: all 1.5s ease;
    }
    .navbar>.navcibtaicer .navbar-brand{
        margin-left: 0;
    }
    .navcibtaicer{
        width: 1400px;
    }
    .navbar{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .swiper-container,.topmt,.neibanner{
        margin-top: 103px;
    }
    .swiper-slide{
        height: 600px;
    }
    .tips_left{
        position: absolute;
        font-size:30px;
        top: 100px;
        color: #fff;
    }
    /*.bgsta{
        height: 180px;
    }*/
    .media-object{
        width: 361px;
    }
}
/*移动*/
@media (max-width: 768px) {
    /*导航*/
    .logoa {
        width: 250px;
        margin: 20px 0 0 10px;
    }
    .ulhei{
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .navcibtaicer{
        padding: 0;
    }
    .dajihe{
        padding-right: 15px;
        padding-left: 15px;
        border-bottom: 1px solid #eee;
    }
    .barmar{
        border: 0;
    }
    .capzupo{
        width: 100%;
        position: fixed;
        z-index: 9999;
        background: #fff;
        margin: 0;
        padding: 0;

    }
    #ulborder{
        background: #fff;
    }
    .container-fluid>.navbar-collapse{
        margin: 0;
    }
    .swiper-container,.topmt,.neibanner{
        margin-top: 70px;
    }
    .swiper-slide{
        height: 320px;
    }
    div.tips_box{
        font-size:30px;
        color: #fff;
        width: 100% !important;
        text-align: center;
    }
    .tips_left{
        margin-bottom: 20px;
    }
    /*.bgsta{
        height: 230px;
    }*/
    .disa{
        display: block;
    }
    .media-left{
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .media-object{
        width: 100%;
    }
}
/*公共*/
.navbar-fixed-top .navbar-collapse{
    height: 100%!important;
    max-height: none;
}
.neibanner{
    width: 100%;
}
/*导航条*/
.nav>li>a{
    padding-right: 24px;
    padding-left: 24px;
}
.logoa {
    /*width: 50px;*/
    padding: 0px;
    font-size: 0;
}

.logoa>img {
    width: 100%;
}

.ulhei {
    float: right;
}

.ulhei>li>a {
    line-height: 70px;
    color: #fff;
    font-size: 16px;
    transition: all 1.5s ease;
}
.ulhei>li.active a{
    /*border-bottom: 2px solid #005093;*/
    color: #0391e3;
}
.barmar {
    margin-bottom: 0;
    background: #fff;
    /*background: #0391e3;*/
}

.ulhei>li {
    border-bottom: 2px solid transparent;
}
.ulhei>li a{
    color: #333;
}
.ulhei>li:hover {
    color: #0391e3;
    /*border-bottom: 2px solid #005093;*/
}

.ulhei>li>a:hover,
.ulhei>li>a:focus {
    background: transparent;
}

.navpadd {
    padding: 14px 10px;
}

/*banner*/
.swiper-slide img{
    width: 100%;
}
.swiper-pagination-bullet-active{
    background: #fff;
}
.cont_ner{
    text-align: center;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 40px;
}
.cont_ner span{
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
}
.swiper-slide{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*height: 300px;*/
}
/*关于卓越*/
.kznr{
    color: #fff;
}
.kznr p{
    text-indent:2em;
}
.cont_title{
    border-bottom: 1px #fff dashed;
    padding: 10px 6px;
}
.fwbtext_img{

    width: 60%;
    margin: 20px auto;
}
.fwbtext_img img{
    width: 100%;
}
.kuai_box{
    padding-bottom: 40px;
}
.xinxi_zx{
    font-size: 20px;
    color: #0391e3;
    /*margin-bottom: 10px;*/
}
.xing_list{
    margin-top: 10px;
}
/*搜素*/
.form-group{
    margin-bottom: 0;
}
.search_box{
    border: 2px solid #0391e3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.form-inline{
    display: flex;
    align-items: center;
}
.form-group{
    flex: 1;
}
.form-group input{
    width: 100% !important;
    border: 0;
    /*outline：none;*/
    box-shadow: none;
}
.form-group input,.form-group input:focus{
    border: none !important;
    box-shadow: none !important;
}
.form-group input:hover{
    box-shadow: none;
}
.btn{
    padding: 12px 24px;
    background: #0391e3;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
}
.btn:hover{
    background: #0391e3;
    color: #fff;
}
.btn i{
    margin-right: 10px;
}
.friendship_link span{
    padding: 0 10px;
}
/*底部*/
.footer_box{
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.footer_line{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.footer_limg{
    width: 16px;
    margin-right: 10px;
}
.footer_limg img{
    width: 100%;
}
.footer_text{
    color: #fff;
    font-size: 16px;
}
.footer_left{
    font-size: 16px;
    color: #fff;
}
.footer_left span{
    padding-right: 10px;
}
.beian div{
    text-align: center;
    color: #fff;
}
.benan_img{
    width: 100px;
    margin: 10px auto;
}
.benan_img img{
    width: 100%;
}
/*关于卓越*/
.ban_box{
    background: #0391e3;
    position: relative;
    padding:50px 0;
    text-align: right;
}
.cart_img{
    width: 330px;
}

/*富文本内容*/
.content_text{
    padding-top: 40px;
    padding-bottom: 40px;
}
/*产品中心*/
.product_tab{
    /*display: flex;*/
    /*justify-content: center;*/
    /*flex-flow: wrap;*/
}
.product_tab a{
    float: left;
}
.product_tab{
    margin: 0 auto;
}
.product_list{
    display:block;
    width:150px;
    text-align:center;
    padding:15px 0;
    border:1px solid #999;
    border-right:0;
    cursor: pointer;
}
/*.product_list a{
			display:block;
			border: 1px solid #999;
		}*/
a:last-child .product_list{
    border-right: 1px solid #999;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}
a:first-child .product_list{
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
.product_list:hover{
    color: #fff;
    background: #0391e3;
}
.product_action{
    background: #0391e3;
    color: #fff;
}
.collist{
    margin-top: 24px;
    cursor: pointer;
    transition: 0.4s all;
}
.collist img{
    box-shadow: 0 0 10px rgba(0,0,0,0.04);
}
.collist img:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.butb button{
    box-shadow: none!important;
    border: 0!important;
}
.butb button{
    background: #ebebeb;
    color: #666666;
    border-radius: 4px;
}
.butb button:hover{
    background: #ebebeb;
    color: #666666;
}
.butb button img{
    margin-right: 10px;
}
.media{
    padding: 20px 0;
    border-bottom: 2px solid #999;
}
.media:last-child{
    border: 0;
}
.lujing{
    background: transparent;
}
.recruit_list{
    margin-top: 20px;
}
.recruit_nei{
    display: block;
    background: #eee;
    padding: 10px 30px;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.recruit_nei:hover{
    text-decoration: none;
}
.recruit_titl{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
}
.recruit_nei div.recruit_zwxx{
    color: #333;
    font-size: 16px;
}
.recruit_add,.recruit_name{
    color: #666;
}
.recruit_my{
    color: #0391e3;
}
/*联系我们*/
.contactus_list{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.contactus_img {
    width: 70px;
}
.contactus_img img{
    width: 100%;
}
.contactus_text{
    font-size: 18px;
}
.contactus_xinxi{
    /*margin-top: 10px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.media_ptext{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.bgsta img{
    width:100%;
}