body {
    font-family: "微软雅黑", "Microsoft YaHei";
    font-size: 14px;
    color: #5a5a5a;
}

a {
    text-decoration: none;
}

a:hover {
    color: #2b78d9;
}

.b {
    display: block;
    width: 100%;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.layui-fluid {
    padding: 0;
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background: #0074bd;
}

/* logo信息栏 */

.topMsg {
    background: #ffffff;
}

.logo {
    padding: 20px 0 0;
}

.logo .logoImg {
    display: inline-block;
    width: 40%;
    padding-top: 10px;
    overflow: hidden;
}

.logo .logoImg img {
    width: 100%;
    display: block;
}

.logo .logoDashed {
    display: inline-block;
    width: 10px;
    height: 60px;
    margin-left: 10px;
    border-left: 1px solid #d9d9d9;
}

.logo .logoName {
    display: inline-block;
    transform: translateY(-10px);
}

.logo .logoName strong, .logo .logoName span {
    display: block;
}

.logo .logoName strong {
    font-size: 24px;
    letter-spacing: 2px;
}

.logo .msgImg {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.logo .msgTel {
    display: inline-block;
    margin-right: 10px;
    transform: translateY(-20px);
}

.logo .msgTel span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.logo .msgTel span.tel {
    font-size: 20px;
}

.logo .msgCode {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    transform: translateY(-5px);
}

.logo .msgScan {
    display: inline-block;
    margin-right: 10px;
    transform: translateY(-20px);
}

.logo .msgScan span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

/* 导航栏 */

.fluidNav {
    /* 修改导航背景颜色 */
    background: #393D49;
}

.fluidNav .layui-nav {
    display: table;
    margin: 0 auto;
}

.fluidNav .layui-nav .layui-nav-item {
    display: table-cell;
}

.fluidNav .layui-nav .layui-nav-item a {
    padding: 0 30px;
    font-size: 16px;
}

.fluidNav .layui-nav .layui-nav-item .layui-nav-child a {
    font-size: 14px;
}

.fluidNav .layui-nav .layui-nav-more {
    border: none;
}

/* 导航示例1 */

.navLayer {
    width: 100%;
    background: #2b78d9;
}

.nav {
    display: flex;
        flex-wrap: wrap;
    line-height: 30px;
    margin: 0 auto;
    position: relative;
        justify-content: center;
}

.nav li {
    display: table-cell;
    padding: 10px 30px;
    color: #fff;
}

.nav li a {
    font-size:16px;
    color: #fff;
}

.nav li:hover {
    background: #145bb5;
}

.navHideLayer {
    display: block;
    position: absolute;
    top: 155px;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
}

.navHideLayer .navItem {
    display: none;
    width: 100%;
    padding-top: 20px;
}
.navHideLayer .navItem:first-of-type,.navHideLayer .navItem:last-child{
    padding: 0;
    height: 0;
}
.navHideLayer .navItemActive {
    display: block;
}

.navHideLayer .navItem ul {
    display: table;
    margin: 0 auto;
}

.navHideLayer .navItem ul li {
    display: table-cell;
    padding: 0 20px;
}

.navHideLayer .navItem ul li img {
    display: block;
}

.navHideLayer .navItem ul li span {
    display: block;
    text-align: center;
    line-height: 40px;
    color: #333333;
    font-size: 16px;
}

/* 轮播图 */

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background: #ee5514;
}

.swiper-button-next, .swiper-button-prev {
    color: #ee5514;
}

/* 主题内容标题 */

.upperTitle {
    font-size: 26px;
    text-align: center;
    padding: 40px 0 10px;
}

.lowerTitle {
    font-size: 18px;
    text-align: center;
    color: #7c7c7c;
    line-height: 30px;
}

.service {
    margin: 20px 0;
}

.service a {
    display: block;
}

.service .ctg {
    display: block;
    margin: 0 auto;
}

.service .intro {
    margin-top: 20px;
    line-height: 30px;
    padding: 0 10px;
}

.service .intro strong {
    display: block;
    font-size: 20px;
    color: #4b4b4b;
    text-align: center;
}

.service .intro p {
    font-size: 16px;
    color: #757575;
}

/* 成功案例 */

.anli {
    background-color: #f3f3f3;
    margin-top: 50px;
    padding-bottom: 10px;
}

/* 政策动态 */

.msg {
    margin: 30px 0 10px;
    line-height: 50px;
    border-bottom: 1px solid #d2d2d2;
}

.msg .msgTitle {
    float: left;
    color: #404040;
    font-size: 26px;
    font-weight: bold;
}

.msg .msgLink {
    float: right;
    font-size: 16px;
    color: #454545;
}

.msgList {
    width: 100%;
    overflow: hidden;
}

.msgList .msgListImg img {
    transition: 0.8s;
    height: 200px;
}

.msgList .msgListImg:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.msgList .msgTopic {
    line-height: 40px;
    padding-top: 20px;
}

.msgList .msgTopic li {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px dashed #e5e5e5;
}

.msgList .msgTopic li:last-child {
    border: none;
}

.msgList .msgTopic i {
    margin-right: 5px;
}

.msgList .msgTopic a {
    color: #454545;
}

.msgList .msgTopic a:hover {
    color: #2b78d9;
}

/* 栏目信息 当前位置 */

.listChannel {
    float: left;
}

.listChannel li {
    float: left;
    line-height: 50px;
    border-right: 1px solid #fff;
}

.listChannel li.active {
    background: #2b78d9;
}

.listChannel li.active a {
    color: #fff;
}

.listChannel li a {
    display: block;
    padding: 0 30px;
    color: #2c3e50;
    font-size: 16px;
}

.listChannel li:hover a {
    background: #2b78d9;
    color: #fff;
}

.listPosition {
    float: right;
    line-height: 50px;
}

/* 列表页主题内容 */

.newsList {
    padding: 20px 0;
}

.newsList img {
    max-height: 250px;
}

.newsList .layui-row {
    border-bottom: 1px dotted #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.newsList .newsContent {
    display: block;
    width: 100%;
    line-height: 30px;
    padding-top: 10px;
}

.newsList .newsContent:hover {
    color: #454545;
}

.newsList .newsContent p.title {
    font-size: 18px;
}

.newsList .newsContent .btn {
    background: #2b78d9;
    border-radius: 4px;
    padding: 5px 20px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}

/* 分页样式 */

.pagination {
    display: table;
    margin: 0 auto 25px;
}

.pagination::after {
    display: block;
    height: 0;
    clear: both;
    content: '';
}

.pagination li {
    display: table-cell;
    height: 34px;
    margin-right: 5px;
    float: left;
    line-height: 34px;
    padding: 0 12px;
    border: 1px #ddd solid;
}

.pagination li:hover {
    background: #2b78d9;
    border: 1px #2b78d9 solid;
    color: #fff;
}

.pagination li:hover a {
    color: #fff;
}

.pagination li.thisclass {
    background: #2b78d9;
    color: #fff;
    border: 1px solid #2b78d9;
}

/* 内容页 */

.arc {
    padding: 35px 20px;
    line-height: 30px;
}

.arcTitle {
    font-size: 24px;
    text-align: center;
}

.arcDate {
    padding: 15px 0 20px;
    color: #999;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    text-align: center;
}

.arcContent {
    padding: 15px;
    margin-bottom: 35px;
}

/* 上一篇下一篇 */

.pagepre {
    padding: 20px 0 0;
    border-top: 1px solid #eee;
}

.pagepre a {
    color: #888;
}

/* 资质标准 */

.biaozhun .item {
    display: inline-block;
    padding: 0 22px;
}

.biaozhun .item span {
    display: block;
    text-align: center;
}

.liucheng {
    width: 100%;
    padding: 20px 0;
    display: table;
    box-sizing: border-box;
}

.liucheng .liuchengItem {
    width: 20%;
    display: table-cell;
    font-size: 20px;
    line-height: 30px;
}

.liucheng .liuchengItem img {
    display: block;
    margin: 10px auto;
}

.liucheng .liuchengItem span {
    display: block;
    text-align: center;
}

.liucheng .liuchengItem span:last-child {
    font-size: 16px;
}

/* 友情链接 */

.flinkTitle {
    color: #404040;
    font-size: 26px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
}

.flinkTitle span {
    display: inline-block;
    border-bottom: 2px solid #0074bd;
}

.flink a {
    display: inline-block;
    width: 16.66666667%;
    padding: 10px 5px;
    box-sizing: border-box;
}

.flink a img {
    width: 100%;
    height: 80px;
}

/* 导航信息 */

.footerMsg {
    padding: 30px 0;
}

.footerMsg .footerLogo img {
    display: block;
    margin: 0 auto;
}

.footerMsg .footerLogo {
    text-align: center;
    font-size: 18px;
    color: #2b78d9;
    line-height: 40px;
}

.footerMsg .footerMenu {
    line-height: 30px;
}

.footerMsg .footerMenu .topChannel {
    font-weight: bold;
    font-size: 18px;
}

.footerMsg .footerMenu .subChannel {
    font-size: 14px;
}

.footerTel {
    width: 100%;
    border-bottom: 1px solid #2b78d9;
}

.footerTel .telImg {
    display: inline-block;
    width: 20%;
}

.footerTel .telMsg {
    display: inline-block;
    color: #2b78d9;
    transform: translateY(-12px);
}

.footerTel .telMsg span {
    display: block;
    font-size: 20px;
}

.footerTel .telMsg span:last-child {
    font-size: 26px;
    font-weight: bold;
}

.moreMsg {
    padding-top: 10px;
}

.moreMsg p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.moreMsg .msgIcon {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.moreMsg .msgIconTel {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    transform: translateY(-10px);
}

/* 版权信息 */

.copyRight {
    background: #2b78d9;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.copyRight a {
    color: #ffffff;
}


/*浮动客服*/

.toolbar{position:fixed;top:50%;right:1%;margin-top:-163px;z-index:100;width:80px;}
.toolbar dd{position:relative;float:left;width:80px;height:80px;background:#026bb7;margin-top:2px;border-radius:5px;color:#fff;font-size:14px;line-height:21px;text-align:center;cursor:pointer;transition:all .5s;}
.toolbar dd:first-child{margin-top:0;}
.toolbar dd i{width:100%;height:30px;display:block;margin-top:13px;background:url(http://qiyijianshe.yunkew.net/pc/images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y:0;}
.toolbar dd.tel i{background-position-y:-30px;}
.toolbar dd.code i{background-position-y:-60px;}
.toolbar dd.top i{background-position-y:-90px;}
.toolbar dd span{display:block;color:#fff;}
.toolbar dd.tel .box{position:absolute;top:0;width:190px;right:-200px;height:100%;margin-right:10px;border-radius:5px;background:#026bb7;opacity:0;transition:all .5s;}
.toolbar dd.tel .box p{font-size:14px;margin:15px auto 7px;}
.toolbar dd.tel .box h3{font-size:18px;font-weight:bold;}
.toolbar dd.tel .box:after{display:block;content:" ";border-style:solid dashed dashed dashed;border-color:transparent  transparent transparent #026bb7;border-width:9px;width:0;height:0;position:absolute;top:50%;margin-top:-9px;right:-18px;margin-left:-12px;}
.toolbar dd.code .box{position:absolute;top:0;width:162px;right:-172px;height:162px;margin-right:10px;border-radius:5px;background:#026bb7;opacity:0;transition:all .5s;}
.toolbar dd.code .box img{width:140px;height:140px;padding:11px;}
.toolbar dd.code .box:after{display:block;content:" ";border-style:solid dashed dashed dashed;border-color:transparent  transparent transparent #026bb7;border-width:9px;width:0;height:0;position:absolute;top:30px;right:-18px;margin-left:-12px;}
.toolbar dd:hover{background:#0281dd;}
.toolbar dd.tel:hover .box{opacity:1;right:80px;}
.toolbar dd.code:hover .box{opacity:1;right:80px;}

.toolbar dd.top {
    /* 先隐藏按钮 */
    display: none;
}


