@charset "utf-8";
/* CSS Document */
*{
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
    font-size: 100%;
}
body {

    font-size:14px;
    color:#787878;
    line-height:1.6em;
    font-weight:400;
    background:#ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: '微软雅黑', sans-serif;
}
a{
    text-decoration:none;
    cursor:pointer;
    color:#005cc6;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:hover,
a:focus,
a:visited{
    text-decoration:none;
    outline:none;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

h1,h2,h3,h4,h5,h6 {
    position:relative;
    font-weight:normal;
    margin:0px;
    background:none;
    line-height:1.2em;
    letter-spacing: -0.02em;
    font-family: 'Rufina', serif;
}
textarea{
    overflow:hidden;
}
button{
    outline: none !important;
    cursor: pointer;
}
p{
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #555555;
}
ul,li{
    list-style:none;
    padding:0px;
    margin:0px;
}


.titleBox .branchBack:hover{
    background: #005cc6;
}
.container .rBox a:hover ,a ,.footerBox a:hover ,.footerNav a:hover{
    color: #005cc6;
}
.footerNav{
    border-top: 2px solid #005cc6;
}

.branchBox{
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}
.titleBox{
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.titleBox .qyfz_title{
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #666666;
}
.titleBox .branchBack{
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #005cc6;
    color: #005cc6;
}
.titleBox .branchBack:hover{
    border-radius: 3px;
    color: #fff;
}

.containerBox{
    padding: 0 20px;
    border: 1px solid #eee;
}
.containerBox .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 20px;
    border-bottom: 1px dashed #cccccc;
}
.containerBox .container:last-child{
    border-bottom: none;
}
.containerBox .container .lBox{
    width: 28px;
    font-size: 18px;
    font-weight: 600;
    color: #181818;
    margin-right: 40px;
}
.containerBox .container .rBox{
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}
.container .rBox a{
    display: inline-block;
    color: #666666;
    padding: 0 12px;
}

.footerNav{
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
    padding-top: 15px;
    text-align: center;
}
.footerNav a{
    padding: 0 15px;
    border-right: 1px solid #666;
    color: #666666;
    font-size: 12px;
}
.footerNav a:last-child {
    border-right: none;
}
.footerBox{
    -webkit-justify-content: center;
    justify-content: center;
    color: #666666;
    margin: 18px 0 18px;
    text-align: center;
}
.footerBox a{
    color: #666666;
    font-size: 12px;
}

.float-left{float:left!important}
.float-right{float:right!important}
@media (min-width: 320px) and (max-width: 1199px){
    .branchBox{
        max-width: 90%;
    }
}