
/*------------------------------------------------------------------------------
/ 1. Preset
------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');

body, html{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Rubik', sans-serif;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: #06163a;
    margin: 0 0 15px;
}
.barlow{
    font-family: 'Barlow Condensed', sans-serif;
}

a{
    color:#555;
    text-decoration: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;cursor: pointer;
}

a:hover, a:focus{
    text-decoration: none;
    outline: 0; color:#00163C;
}

input:focus, textarea:focus, select:focus, button:focus{
    outline: 0;
    box-shadow: none;
}

.fa{
    line-height: inherit;
}
ul ,li,p{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.text-inde{ text-indent:30px;}
/*footer*/
.link-partner{ padding:1em 0;}
.q-link dl dd a:not([href]):not([tabindex]){ color:#BFBFBF;}
.footer{ background: url("../../images/bottom.jpg")right center; 
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding:1.5em 0 .5em 0;}
.q-link dl dt{ font-size: 20px; padding:.3em 0;; color:#fff; margin-bottom: .5em;} 
.q-link dl dt a,q-link dl dt a:hover{color:#fff;}
.q-link dl dd a{ color:#ABAFC2; padding:5px;}
.q-link dl dd a:hover{ color:#EA253F;}

.copyright{ display: block; background-color: #f7f7f7; color: #011232; padding:1em; font-size: .875em; text-align: center;}

/*子 banner*/

.p-banner1{ background: url("/images/p-banner-1.jpg") center;}
.p-banner2{ background: url( "/images/p-banner-2.jpg") center;}
.p-banner3{ background: url( "/images/p-banner-3.jpg") center;}
.p-banner4 {
    background: url( "/images/附件2.jpg") center;
}
.p-banner5{ background: url(" /images/p-banner-5.jpg") center;}
.p-banner6{ background: url( "/images/p-banner-6.jpg") center;}
.p-banner7 {
    background: url( "/images/page/banner-joinUs.png") center;
}
.p-banner-cover{background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height:334px; margin-bottom: 30px;
}
/*公司名称   面包削导航*/
.titlie-style h3{position: relative; min-height:34px;    margin-bottom: 1rem;}
.titlie-style h3 b{font-size:1.25rem;position: absolute; top:-2px;}
.titlie-style h3 p{ font-size:10px; color: #94ACB5; position: absolute;top:23px;}
.titlie-style h3 a{ font-weight:400; float:right; font-size: .875rem; color:#6D7278;}
.titlie-style h3 a:hover{ color:#000;}
.titlie-style strong,
.titlie-style h3 b span {
    color: #BC1920;
}
.breadcrumb { padding: 0;
    margin-bottom: 1rem;
    background-color: transparent; 
     border-radius:0; 
    display: inline-block;
    float: right;}

.breadcrumb-item{ float:left;}
.breadcrumb-item i{ float:left; margin-right: 5px;}
.breadcrumb-item.active{float:right; font-size: .875rem; color:#00163C; }
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    font-size: .875rem;  float:left;
}

/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    float: right;
    margin: 10px;
}
.pagination > li ,.pagination > ol{
    margin: 0;
    padding: 0;
    display: inline;}

.pagination > li > a, .pagination > li > span,.pagination > ol >a {

    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #606266;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #F0F2F5;

}
.pagination > li:first-child > a, .pagination > li:first-child > span {

    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}
.pagination > li:last-child > a, .pagination > li:last-child > span {

    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}

.pagination > ol >a{ border-radius:0; }
.pagination > ol >a:hover{ background-color:#BC1920; color:#fff;}
.pagination > ol:first-child >a{ margin-right: 5px;}
.pagination > ol:last-child >a{ margin-left: 5px;}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {

    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;

}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {

    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #BC1920;
    border-color: #BC1920;

}

.pagination .fa{ font-size:14px;}

/* move top */
a.move-top {
    position: fixed;
    bottom: 1.5%;
    right: 2%;
    z-index: 0;
}

a.move-top span {
     color: rgb(235, 178, 89);
    font-size: 30px;
}
.topback{ background:url( "../../images/page/top.png" ) no-repeat; width: 44px; height:44px; display: block;}
/* //bottom-to-top */

