/*Theme Name: js_bj
Theme URI:
Author: 碧净保洁
Author URI:
Description: 碧净保洁公司自开发主题
Version: 0.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License:
License URI:
Text Domain:
*/
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.trans {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

hr {
    border: none;
    outline: none;
}

h1, h2, h3, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    max-width: 100%;
}
/*特殊日子灰色代码**/
body {
    font-family: "微软雅黑", "Microsoft Yahei";
    /*filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);*/
    /*-webkit-filter: grayscale(100%);*/
}

.wp-menu {
    font-size: 14px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;

}
.wp-menu .article .divremmnews {
    border-top: none;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #fff;
}
.wp-menu .article .divremmnews ul {
    width: 100%;
    overflow: hidden;
}
.wp-menu .article .divremmnews ul li {
    float: left;
    width: 47%;
    height: 35px;
    line-height: 35px;
    margin: 0 1.5%;
    border-bottom: 1px dashed #ccc;
}
.wp-menu .article .divremmnews ul li a {
    height: 35px;
    line-height: 35px;
    float: left;
    overflow: hidden;
}
.wp-menu .article .divremmnews ul li span {
    color: #666;
    float: right;
    height: 35px;
    line-height: 35px;
    white-space: nowrap
}
.submian .article .divremmnews ul li a:hover {
    color: #0268ba;
}
.flink {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.wp-menu a {
    color: #666666
}

a:hover {
    color: #34b9e5;
}

/*头部 https://www.szbjbj.com/*/
#hd-title {
    /*height: 101px;*/
    height: 90px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.fixed {
    top: -101px !important;
}

#hd-title .logo {
    float: left;
    margin-right: 20px;
    /*height: 101px;*/
    height: 90px;
}

#hd-title .logo a {
    display: block;
    height: 100%;
    /*line-height: 101px;*/
    line-height: 90px;
    margin-right: 35px;
}

#hd-title .logo a img {
    display: inline-block;
    height: 45px;
    vertical-align: middle;
}
#body {
    padding-top: 90px;
}
.menu li:hover > ul {
    display: block;

}

.menu-item {
    line-height: 30px;
}

.menu li {
    float: left;
    line-height: 90px;
    width: 100px;
    margin-right: 5px;
    list-style-type: none;
}

.menu li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    border-bottom: 3px solid #fff;
    height: 90px;
    text-decoration: none;

}

.menu li a:hover {
    border-bottom: 3px solid #34b9e5;
}

.menu .sub-menu {
    line-height: 90px;
    width: 100px;
    position: absolute;
    display: none;
    top: 100%;
    z-index: 90;
    background: #fff;
}

.sub-menu li {
    height: 40px;
    width: 100px;
    line-height: 40px;
}

.sub-menu li a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 0;
}

#hd-title .tel {
    background: url(images/tel_bg.png) left center no-repeat;
    line-height: 90px;
    float: right;
    padding-left: 35px;
    color: #e4392a;
    font-size: 28px;
}

/*手机头部 https://www.szbjbj.com/*/
#m-hd {
    display: none;
}

#m-hd {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

#m-hd img {
    height: 40px;
    padding: 10px 0 0 10px;
}

.m-menu-trigger {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    cursor: pointer;
    background: url(images/menu_add.png) center center no-repeat;
    -webkit-background-size: 50px;
    background-size: 25px;
    height: 50px;
}

.m-nav {
    z-index: 60;
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    background: url(images/alpha_black_70.png) repeat;
    text-align: center;
    display: none;
}

.m-nav li {
    border-bottom: 1px solid #565656;
}

.m-nav a {
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.m-nav a:hover, .m-nav a:active {
    color: #e4392a;
}

.m-nav .sub-menu{
    display: none;
}
.m-sub {
    text-align: left;
    display: none;
    width: 100%;
}

.m-sub a {
    border-bottom: none;
    font-size: 13px;
}

/*底部 https://www.szbjbj.com/*/
#fd {
    padding-top: 75px;
}

.index-fd {
    width: auto;
}

#fd .fd-top {
    overflow: hidden;
    color: #33b3de;
    padding-bottom: 40px;
    width: 100%;

}

#fd dl {
    float: left;
    width: 20%;
}

#fd dl dt {
    font-size: 16px;
    padding-bottom: 20px;
}

#fd .ul-fd li {
    line-height: 26px;
    list-style-type: none;
}

#fd .ul-fd li a {
    text-decoration: none;
    color: rgb(153, 153, 153);
    font-size: 13px;
}

#fd .ul-fd li a:hover {
    color: #fc5531;
}

#fd .weixin, #fd .program {
    background: url(images/fd_icon1.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 25px;
}

#fd .weixin-pic {
    position: absolute;
    left: -160px;
    top: 0;
    display: none;
}

#fd .program-pic {
    position: absolute;
    left: 70px;
    top: 0;
    display: none;
}

#fd .tel {
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 15px;
}

#fd h5 {
    font-size: 16px;
    color: #a8a8af;
}

#fd .program {
    background-image: url(images/fd_icon2.png);
}

#fd .fd-copy {
    height: 80px;
    line-height: 30px;
    color: #a3a3a9;
}

#fd .fd-copy a {
    color: #a3a3a9;
}

/* side https://www.szbjbj.com/*/
.side {
    position: fixed;
    width: 50px;
    height: 275px;
    right: 0;
    top: 250px;
    z-index: 100;

}

.side ul li {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    margin-bottom: 2px;
    list-style-type: none;

}

.side ul li .sidebox {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #34b9e5;
    color: #fff;
    font: 16px/50px "微软雅黑";
    overflow: hidden;
}

.side ul li a:hover .sidebox {
    width: 175px;
}

.side ul li .sidetop {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: #34b9e5;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #e4392a;
}

.side ul li img {
    float: right;
}

.side2 {
    position: fixed;
    width: 40px;
    right: 10px;
    z-index: 100;
    top: 500px;
    height: 80px;
}

.side2 ul li {
    width: 40px;
    height: 40px;
    list-style-type: none;

}

.side2 ul li a {
    display: block;
    background-color: #34b9e5;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.side2 ul li a img {
    vertical-align: middle;
    display: inline-block;
}

.side2 ul li a:hover {
    background-color: #34b9e5;
}

.side2 ul li .weixin {
    position: absolute;
    left: -154px;
    bottom: 0;
    display: none;
}

.side2 ul li .weixin em {
    background: url(images/arr3.png) no-repeat;
    width: 5px;
    height: 17px;
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: 3px;
}

.side2 ul li .weixin img {
    display: block;
}

/*banner https://www.szbjbj.com/*/
#banner .flexslider {
    background: none;
}

#banner .slides li .pic {
    display: block;
    padding-top: 36.4%;
    background-position: center bottom;
    position: relative;
}

#banner .slides li .slides-txt {
    width: 760px;
    position: absolute;
    left: 50%;
    margin-left: -380px;
    top: 50%;
    height: 205px;
    margin-top: -102px;
    text-align: center;
}

#banner .slides li.s1 .slides-txt {
    background: url(images/ban_k.png) no-repeat;
}

#banner .flexslider .slides img {
    max-width: 100%;
    /*width: auto;*/
    display: inline-block;
    vertical-align: middle;
}

#banner .slides li .slides-txt h5 {
    font-size: 22px;
    color: #e4392a;
    margin-top: -5px;
}

#banner .slides li .slides-txt h2 {
    height: 118px;
    line-height: 118px;
    margin-top: 5px;
    font-size: 71px;
    color: #e4392a;
}

#banner .slides li .slides-txt h3 {
    padding-top: 25px;
    font-size: 24px;
    color: #e4392a;
}

#banner .flex-control-paging li a {
    width: 40px;
    height: 3px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

#banner .flex-control-paging li a.flex-active {
    background-color: #e4392a;
}

#banner .flex-control-nav {
    bottom: 80px;
}

#banner .flex-direction-nav a {
    background: url(images/ban_prev.png) no-repeat;
    width: 24px;
    height: 44px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .flex-direction-nav .flex-prev {
    left: 50%;
    margin-left: -570px;
}

#banner .flex-direction-nav .flex-next {
    background-image: url(images/ban_next.png);
    right: 50%;
    margin-right: -570px;
}

#banner .slides li.s2 .slides-txt {
    width: 840px;
    margin-left: -420px;
}

#banner .slides li.s2 .slides-txt h2 {
    font-size: 58px;
    line-height: 56px;
    height: 56px;
    margin-bottom: 10px;
}

#banner .slides li.s2 .slides-txt h3 {
    font-size: 50px;
    text-transform: uppercase;
    padding-top: 0;
}

#banner .slides li.s2 .slides-txt h4 {
    font-size: 16px;
    color: #fff;
}

#banner .slides li.s2 .slides-txt h6 {
    font-size: 14px;
    border-top: 1px solid #d3d3d7;
    width: 149px;
    margin: 0 auto;
    color: #fff;
    line-height: 35px;
    margin-top: 15px;
}

#banner .slides li.s3 .slides-txt h2 {
    font-size: 45px;
    height: 45px;
    line-height: 45px;
}

#banner .slides li.s3 .slides-txt h3 {
    font-size: 69px;
    text-transform: uppercase;
    padding-top: 0;
    border-bottom: 1px solid #e4392a;
}

#banner .slides li.s3 .slides-txt h4 {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
}

#banner {
    position: relative;
}

/*首页 https://www.szbjbj.com/*/
.tit-i {
    width: auto;
    padding: 20px 0;
}

.tit-i h3 {
    background: #2cbeed;
    padding: 10px 10px;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
}

.tit-i h5 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: Arial;
}

.tit-i h5 span {
    color: #e4392a;
}

.tit-i em {
    width: 45px;
    border-bottom: 1px solid #7f7f90;
    display: inline-block;
}

.ul-icon-i li {
    float: left;
    width: 12.5%;
    text-align: center;
    padding-bottom: 30px;
    overflow: hidden;
}

.ul-icon-i li .pad {
    width: 100%;
    height: auto;
    position: relative;
}

.ul-icon-i li a {
    display: block;
}

.ul-icon-i li a span {
    background: url(images/i_icon1.png) no-repeat;
    width: 134px;
    height: 134px;
    display: inline-block;
    margin-bottom: 30px;
}

.ul-icon-i li h3 {
    font-size: 16px;
    margin-bottom: 18px;
}

.ul-icon-i li em {
    width: 25px;
    border-bottom: 2px solid #707070;
    display: inline-block;
    margin-bottom: 30px;
}

.ul-icon-i li p {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
}

.ul-icon-i li.li1 a span {
    background-position: 0 0;
}

.ul-icon-i li.li2 a span {
    background-position: -305px 0;
}

.ul-icon-i li.li3 a span {
    background-position: -615px 0;
}

.ul-icon-i li.li4 a span {
    background-position: -930px 0;
}

.ul-icon-i li.li5 a span {
    background-position: 0 -134px;
}

.ul-icon-i li.li6 a span {
    background-position: -305px -134px;
}

.ul-icon-i li.li7 a span {
    background-position: -615px -134px;
}

.ul-icon-i li.li8 a span {
    background-position: -930px -134px;
}
.ul-icon-i li .pad .pic {
    position: absolute;
    left: 50%;
    top: 0;
    width: 134px;
    margin-left: -67px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.ul-icon-i li .pad .pic img {
    display: none;
}

.ul-icon-i li .pad .pic .pic-icon {
    position: absolute;
    left: 0;
    top: -134px;
    display: block;
}

.ul-icon-i li a:hover p {

    color: #333;
}

.row2 {
    background: url(images/anquan_bj.jpg) center top no-repeat;

    padding-top: 20px;
}

.case-i-l, .case-i-r {
    width: 50%;
}

.case-i-l {
    float: left;
    padding-right: 15px;
}

.case-i-r {
    float: right;
}

.case-img, .case-img a img {
    width: 100%;
}

.case-img {
    position: relative;
    overflow: hidden;
}

.case-img .hover {
    position: absolute;
    left: 0;
    top: -434px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(images/alpha_red_80.png) repeat;
    color: #fff;
}

.case-img.on .hover {
    top: 0;
}

.ul-case-i {
    margin: 0 0px;
}

.ul-case-i li {
    float: left;
    width: 25%;
    padding: 0 15px;
    /*height: 217px;*/
    margin-bottom: 30px;
    overflow: hidden;
}

#li_fangan{
    width: 20%;
}
.ul-case-i span{
    /*width: 270px;*/
    height: 45px;
    color: #555;
    text-align: center;
    display: block;
    line-height: 45px;
    font-size: 14px;
}

.ul-case-i li a {
    display: block;
    position: relative;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.ul-case-i li .pic img {
    width: 100%;
    display: block;
}

.ul-case-i li a .hover {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(51, 179, 222, 0.68);
    color: #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.ul-case-i li .hover b, .ul-case-i li .hover .txt, .case-img .hover b, .case-img .hover .txt {
    display: inline-block;
    vertical-align: middle;
}

.ul-case-i li .hover b, .case-img .hover b {
    width: 0;
    height: 100%;
}

.ul-case-i li a:hover .hover {
    top: 0;
}
.ul-case-i li:hover span {
    background-color:#34b9e5 ;
    color: #FFFFFF;
}

.ul-case-i-1 li {
    width: 25%;
}

.more-i {
    text-align: center;
    padding-bottom: 35px;
}

.more-i a {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(images/arr2.png) center center no-repeat #000014;
    border-radius: 100%;
}

.more-i a:hover {
    background-color: #34b9e5;
}

.row3 {
    overflow: hidden;
}

.tit-i-1 h3 {
    color: #fff;
}

.tit-i-1 em {
    border-bottom-color: #dddde1;
}

.ul-news-i {
    width: 100%;
}

.ul-news-i li {
    float: left;
    width: 25%;
    color: #bbbbbe;
    position: relative;
    min-width: 95px;
    min-height: 295px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
}
.turnleft{
    margin-right: -18px;
}

.ul-news-i li:last-child {
    /*width: 21%;*/
}

.ul-news-i li .txt {
    /*padding-left: 15px;*/
    padding-right: 18px;
    /*margin-bottom: 50px ;*/
}

.ul-news-i li .txt span {
    padding: 15px 8px;
    display: inline-block;
    border: 2px solid #999999;
    border-radius: 5px;
    font-size: 14px;
}


.ul-news-i li .txt span em {
    display: block;
    font-size: 20px;
}

.ul-news-i li .txt a {
    font-size: 16px;
    padding: 8px 0px;
}

.ul-news-i li h3 a {
    color: #53535b;
    display: inline-block;
    padding: 20px 0;
    font-size: 16px;
}
.ul-news-i li p {
    color: #999;
    line-height: 26px;
    font-size: 14px;
    padding: 0 5px;
}

.ul-news-i li .more {
    display: block;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    float: left;
    padding: 4px 14px;
    background: rgb(44, 190, 237);
    margin: 5px 0px 25px;
    font-size: 16px;
}

.ul-news-i li .hover {
}

.ul-news-i li .hover .img {
    width: 100%;
    position: absolute;
    top: -165px;
    left: 7px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.ul-news-i li .hover .pad {
    padding: 0 27px 20px 27px;
    position: absolute;
    left: 7px;
    bottom: -148px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #000022;
    width: 92%;
}

.ul-news-i li .hover .img {
    height: 165px;
    width: 92%;
}

/*滚动. https://www.szbjbj.com/*/
.info_tab {
    width: 100%;
    height: 195px;
    margin: auto;
    position: relative;
}

.adv_left2 {
    position: absolute;
    top: 80px;
    left: -20px;
}

.tab_mian {
    width: 1100px;
    height: 195px;
    margin: auto;
    position: relative;
    overflow: hidden
}

#to_sport2 {
    height: 195px;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
}

#to_sport2 li img {
    width: 220px;
    height: 153px;
}

#to_sport2 li {
    float: left;
    margin: 10px 10px;
}

#to_sport2 li img {
    width: 220px;
    height: 153px;
}

#to_sport2 li p {
    text-align: center;
    line-height: 30px;
    color: #FFF;
    background: #000
}


/*滚动结束 https://www.szbjbj.com/*/
.adv_right2 {
    position: absolute;
    top: 80px;
    right: -20px;
}

.ul-news-i li.on .hover .img {
    top: 0;
}

.ul-news-i li.on .hover .pad {
    bottom: 0;
}

.news-more {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 10px;
}

.news-more a {
    display: inline-block;
    width: 178px;
    height: 48px;
    border: 1px solid #34b9e5;
    border-radius: 5px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #57575f;
    text-transform: uppercase;
}

.news-more a:hover {
    background-color: #34b9e5;
}

.contact-l {
    margin-top: 40px;
    width: 38%;
    float: left;
}

.contact-r {
    margin-top: 40px;
    width: 62%;
    float: right;
}

.ul-contact li {
    background: url(images/i_icon2.png) no-repeat;
    padding-left: 60px;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 35px;
    list-style-type: none;

}

.ul-contact li a {
    text-decoration: none;
}

.ul-contact li.li1 {
    background-position: 0 0;
}

.ul-contact li.li2 {
    background-position: 0 -74px;
}

.ul-contact li.li3 {
    background-position: 0 -184px;
}

.contact-form .inp {
    width: 49%;
    border: 1px solid #6d6d88;
    height: 33px;
    padding: 0 10px;
    margin-bottom: 15px;
}

.contact-form textarea {
    width: 100%;
    border: 1px solid #6d6d88;
    height: 98px;
    margin-bottom: 24px;
}

.contact-form .sub {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #2cbeed;
    border: 0;
    cursor: pointer;
    font-family: "微软雅黑", "Microsoft Yahei";
    font-size: 16px;
}

.map {
    margin-top: 100px;
    position: relative;
}:

.map em {
    background: url(images/arr1.jpg) center top no-repeat;
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.map-s {
    background: url(images/map_s.png) center top;
    height: 107px;
    text-align: center;
    overflow: hidden;
}

.map .btn {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 132px;
    display: inline-block;
}

.map .btn-down {
    background: url(images/map_down.png) no-repeat;
    width: 112px;
    height: 48px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 52px;
    margin-left: -50px;
    z-index: 99;
}

#map {
}

.map-pop {
    display: none;
    height: 540px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.map .map-bg1, .map .map-bg2 {
    background: url(images/ban_bg_top.png) no-repeat center 0;
    height: 54px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 66;
}

.map .map-bg2 {
    background-image: url(images/map_bg2.png);
    height: 41px;
    bottom: 0px;
    top: auto;
}

.map-pop-big {
    height: 600px;
    bottom: auto;
    top: 0;
}

.map-big {
    height: 600px;
    margin-top: 0;
}

/*内页 https://www.szbjbj.com/*/
#ban-in {
    position: relative;
    background-position: center 0;
    background-repeat: no-repeat;
    height: 300px;
}

#ban-in .ban-bg {
    background: url(images/ban_bg.png) center top no-repeat;
    height: 54px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 60;
}

.pages {
    text-align: center;
    margin-bottom: 105px;
    margin-top: 20px;
}

.pages a {
    display: inline-block;
    width: 41px;
    height: 41px;
    background-color: #edecec;
    border-radius: 3px;
    text-align: center;
    line-height: 41px;
    font-family: Arial;
    font-size: 18px;
    color: #666;
    margin: 0 4px;
}

.pages a:hover, .pages .page-on {
    background-color: #e4392a;
    color: #fff;
}

/*动态https://www.szbjbj.com/*/
.ul-list {
    margin: 0 -15px;
}

.ul-list li {
    float: left;
    width: 24%;
    margin-bottom: 30px;
}

.ul-list li .pic img {
    width: 100%;
    display: block;
    transform: perspective(800px) rotateY(0deg);
    transition: all 1s ease 0s;
    -moz-transform: perspective(800px) rotateY(0deg);
    -moz-transition: all 1s ease 0s;
    -webkit-transform: perspective(800px) rotateY(0deg);
    -webkit-transition: all 1s ease 0s;
    -o-transform: perspective(800px) rotateY(0deg);
    -o-transition: all 1s ease 0s;
    -ms-transform: perspective(800px) rotateY(0deg);
    -ms-transition: all 1s ease 0s;
    zoom: 1;
}

.ul-list li:hover img {
    transform: perspective(800px) rotateY(-179.9deg);
    -moz-transform: perspective(800px) rotateY(-179.9deg);
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    -o-transform: perspective(800px) rotateY(-179.9deg);
    -ms-transform: perspective(800px) rotateY(-179.9deg);
}

.ul-list li .pad {
    padding: 0 15px;
}

.ul-list li .bor {
    border: 1px solid #e2e3e8;
}

.ul-list li:hover .bor {
    border-color: #e4392a;
}

.ul-list li .txt {
    padding: 20px 14px;
    line-height: 20px;
    color: #666;
    font-family: "宋体";
}

.ul-list li .more {
    height: 42px;
    line-height: 42px;
    border-top: 1px dotted #e2e3e8;
    background-color: #f0f2f5;
    padding: 0 14px;
    display: none;
}

.ul-list li .more a {
    color: #e4392a;
}

.ul-list li .more a:hover {
    text-decoration: underline;
}

.ul-list li .title {
    height: 55px;
    margin-bottom: 20px;
}

.ul-list li .title span {
    float: left;
    border: 1px solid #e2e3e8;
    background-color: #f0f2f5;
    display: inline-block;
    text-align: center;
    padding: 6px 5px;
    margin-right: 15px;
}

.ul-list li .title span em {
    display: block;
    font-size: 16px;
}

.ul-list li .title h3 {
    border-bottom: 1px solid #e2e3e8;
    overflow: hidden;
    line-height: 54px;
    height: 54px;
}
.ul-list li .bor p{
    height:80px;
    overflow: hidden;
}
.zmki_link ul {
    float: left;
}

.zmki_link li {
    display: inline;
    font-size: 14px;
    text-decoration: none;


}

.sub-nav {
    text-align: left;
    margin-bottom: 50px;
    margin-top: -18px;
}

.sub-nav ul li {

    display: inline-block;
    margin: 0 18px;
    font-size: 18px;
}

.sub-nav ul li a {
    padding-left: 18px;
    display: inline-block;
}

.sub-nav ul li a:hover, .sub-nav ul li.on a {
    list-style-type: none;
    color: #33b3de;
}

.ul-case {
    margin: 0 -15px;
}

.ul-case li {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.ul-case li .block {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ul-case li .pic img {
    display: block;
    width: 100%;
}

.ul-case li .txt {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    background: url(images/alpha_blue_60.png) repeat;
    text-align: center;
    color: #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}

.ul-case li .txt h5, .ul-case li .txt h3 {
    color: #fff;
}

.ul-case li .txt:hover {
    opacity: 1;
}

.ul-case li .txt b, .ul-case li .txt .pad {
    display: inline-block;
    vertical-align: middle;
}

.ul-case li .txt b {
    width: 0;
    height: 100%;
}

.ul-case li .txt h5 {
    font-size: 16px;
}

.ul-case li .txt em {
    width: 45px;
    height: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin: 20px 0 20px 0;
}

.ul-case li .txt h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.ul-case li .txt .more {
    width: 122px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    background-color: #33b3de;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.ul-case li .txt .more:hover {
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.ul-case li.on .txt {
    top: 0;
}

/*关于https://www.szbjbj.com/*/
.about-info {
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    color: #666;
    padding-bottom: 50px;
}

.customer {
    background: url(images/bg_3.jpg) center top no-repeat;
    padding-top: 25px;
    padding-bottom: 54px;
    margin-top: 50px;
}

.ul-customer li {
    float: left;
    width: 20%;
}

.ul-customer li a {
    display: block;
    width: 100%;
    height: 87px;
    border: 1px solid #fff;
    text-align: center;
    border: 0;
}

.ul-customer li a b, .ul-customer li a img {
    display: inline-block;
    vertical-align: middle;
}

.ul-customer li a b {
    width: 0;
    height: 100%;
}

.ul-customer li a img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.ul-customer li a:hover {
    border: 1px solid #fff;
}

.team {
    padding-bottom: 15px;
}

.team .flexslider {
    position: relative;
}

.team .em {
    width: 10px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #fff;
}

.team .flexslider .slides li {
    height: 468px; 
}

.team .flexslider li .txt {
    padding-top: 85px;
    font-size: 14px;
    line-height: 36px;
    width: 30%;
    float: left;
}

.team .flexslider li .txt h3 {
    font-size: 30px;
    color: #2cbeed;
    padding-bottom: 25px;
}

.team .flexslider li .txt .more {
    width: 123px;
    height: 37px;
    border-radius: 5px;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    border: 1px solid #2cbeed;
    color: #2cbeed;
}

.team .flexslider li .txt .more:hover {
    border: 1px solid #e85346;
    color: #e4392a;
}

.team .flexslider li .pic {
    float: right;
    position: relative;
    width: 70%;
    margin-right: -308px;
}

.team .flexslider li .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1 \0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)' \9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) \9;
}

.team .flex-direction-nav {
    max-width: 1170px;
    margin: 0 auto;
    background: url(images/line.jpg) repeat-x center center;
    height: 30px;
    text-align: center;
}

.team .flex-direction-nav li {
    display: inline-block;
}

.team .flex-direction-nav a {
    position: relative;
    width: 216px;
    height: 30px;
    text-align: center;
    background: url(images/arr_t.png) center center no-repeat #2cbeed;
    border-radius: 10px;
    display: inline-block;
    opacity: 1 !important;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    top: 13px;
}

.team .flex-direction-nav .flex-prev {
}

.team .flex-direction-nav .flex-next {
    background-image: url(images/arr_b.png);
    left: 10px;
}

.team .flex-direction-nav a:hover {
    background-color: #e4392a;
}

.flexslider .animated {
    opacity: 0;
    filter: alpha(opacity=0);
    opacity: 100 \9;
    filter: alpha(opacity=100) \9;
}

.ul-about li {
    float: left;
    width: 33.333%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.ul-about li h3 {
    font-size: 24px;
    color: #058ed6;
    line-height: 36px;
}

.ul-about li em {
    display: inline-block;
    width: 45px;
    height: 0;
    border-bottom: 1px solid #7f7f90;
    margin-bottom: 20px;
    margin-top: 25px;
}

.ul-about li .block {
    position: relative;
    height: 235px;
    margin: 0 auto;
}

.ul-about li .block img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.ul-about li.li1 .block {
    width: 150px;
}

.ul-about li.li2 .block {
    width: 215px;
}

.ul-about li.li3 .block {
    width: 252px;
}

.ul-about li.li1 .block, .ul-about li.li2 .block {
    padding-top: 30px;
}

/*动态详情页 https://www.szbjbj.com/*/
.cur {
    line-height: 76px;
    font-family: "宋体";
    color: #666;
}

.cur1 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 31px;
}

.cur a {
    color: #666;
}

.article {
    color: #666;
    line-height: 30px;
    padding: 10px 25px;
}

.article h1 {
    font-size: 26px;
    color: #333;
    text-align: center;
    padding-top: 15px;
}

.article .info {
    border-bottom: 1px solid #999;
    height: 30px;
    display: block;
    margin: 25px 0 10px 0;
    bottom: 20px;
}

.article .infoA {
    line-height: 30px;
    font-size: 14px;
    margin-right: 20px;
}

.article .infoB {
    line-height: 30px;
    font-size: 14px;
    float: right;
    margin-left: 20px;
}

.article .share {
    margin-bottom: 90px;
    margin-top: 30px;
    height: 200px;
}

.article .pagenext .padding {
    margin-right: 50px;
}

.article .pagenext {
    margin-top: 20px;
    height: 35px;
}
.article p li{
    font-size: 16px;
    /*line-height: 28px;*/
}

.cost {
    font-size: 16px;
    /*color: #e4392a;*/
    padding: 25px 0 0 0;
}

.fr {
    color: #666;
    float: right;
    line-height: 35px;
}

.bdsharebuttonbox li {
    float: left;
    width: 28%;
    list-style-type: none;
    line-height: 26px;
    margin-left: 10px;

}

.bdsharebuttonbox li a {
    text-decoration: none;
    color: #282b31;
    margin-top: 8px;
    font-size: 14px;
}

.bdsharebuttonbox li a:hover {
    color: #fc5531;
}
.article_tag{
    margin-top: 8px;
    font-size: 16px;
}

.article .share span {
    font-size: 14px;
    float: left;
    display: inline-block;
    line-height: 37px;
}

/*案例详情 https://www.szbjbj.com/ */
.case-article {
    line-height: 30px;
    color: #666;
}

.case-article-bg {
    margin-bottom: 13%;
    margin-bottom: 5% \0 !important;
    background-position: top center \0 !important;
}

.case-article .case-logo {
    text-align: center;
    padding-top: 38px;
}

.case-article h1 {
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}

.case-article .btn {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}

.case-article .btn a {
    display: inline-block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #e4392a;
    color: #fff;
    font-size: 14px;
    margin: 0 12px;
    border-radius: 5px;
}

.case-article .computer-bg {
    position: relative;
    text-align: center;
    background: url(images/computer.png) center top no-repeat;
    transform: translateY(45.9%);
    -webkit-transform: translateY(45.9%);
    -moz-transform: translateY(45.9%);
    width: 70%;
    margin: 0 auto;
    margin: -32% auto 0 auto;
    -webkit-background-size: 100%;
    background-size: 89%;
    padding-top: 70%;
    margin: 0 auto \0;
    padding-top: 50% \0;
}

.case-article .computer-bg img {
    position: absolute;
    left: 8.5%;
    top: 4%;
    width: 83%;
}

.case-article .case-back {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 90px;
}

.case-article .case-back a {
    display: inline-block;
    width: 178px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #2cbeed;
    color: #058ed6;
    font-size: 18px;
    border-radius: 5px;
}

.case-article .case-back a:hover {
    background-color: #e4392a;
    color: #fff;
    border-color: #e4392a;
}

.article-prev, .article-next {
    position: absolute;
    top: 50%;
    background: url(images/article_prev.png) no-repeat;
    width: 36px;
    height: 66px;
    margin-top: -33px;
    left: 0;
    z-index: 2;
}

.article-next {
    background-image: url(images/article_next.png);
    left: auto;
    right: 0;
}
/*文章详情*/
.article-con{
    font-size: 18px;
    color: black;
}
.article-con h2{
    padding-bottom: 10px;
}
.article-con p{
    padding: 10px 0;
}
.article-con img{
    margin: 20px 0;
    width: 100%;
}
.article-con li{
    list-style: auto;
}
.article-con ul{
    padding-left:20px;}

/*服务https://www.szbjbj.com/*/
.h50 {
    height: 50px;
    overflow: hidden;
    clear: both;
}

.ul-webset li {
    float: left;
    width: 16.66666%;
    text-align: center;
    margin-top: 10px;
}

.ul-webset li a {
    display: block;
    /*height: 140px;*/
    font-size: 16px;
    line-height: 30px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.ul-webset li h3 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
}

.ul-webset li a span {
    background: url(images/icon_solution.png) no-repeat;
    width: 102px;
    height: 102px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 50px;

    position: relative;
}

.ul-webset li a em {
    display: block;
    position: relative;
}

.ul-webset li.li1 span {
    background-position: -1px 0;
}

.ul-webset li.li2 span {
    background-position: -215px 0;
}

.ul-webset li.li3 span {
    background-position: -429px 0;
}

.ul-webset li.li4 span {
    background-position: -643px 0;
}

.ul-webset li.li5 span {
    background-position: -857px 0;
}

.ul-webset li.li6 span {
    background-position: -1070px 0;
}

.ul-webset li.li7 span {
    background-position: 0px bottom;
}

.ul-webset li.li8 span {
    background-position: -215px bottom;
}

.ul-webset li.li9 span {
    background-position: -429px bottom;
}

.ul-webset li.li10 span {
    background-position: -643px bottom;
}

.ul-webset li.li11 span {
    background-position: -857px bottom;
}

.ul-webset li.li12 span {
    background-position: -1070px bottom;
}

.ul-webset li span:hover {
    background-image: url(images/icon_solution_h.png);
}

.webset-pop {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f5f6fa;
    border: 1px solid #e4e5e7;
    z-index: 60;
    padding: 0 27px;
    padding-bottom: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    left: -100%;
    width: 100%;
    overflow: hidden;
}

.webset-pop h2 {
    font-size: 20px;
    text-align: left;
    line-height: 66px;
}

.webset-pop h2 a.close {
    background: url(images/close.png) no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
    top: 20px;
    left: auto;
    float: right;
}

.webset-pop .txt {
    width: 50%;
    margin-right: -10px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.nowrap * {
    white-space: nowrap;
}

.webset-pop .txt h4 {
    font-size: 20px;
    background: url(images/icon1.png) left top no-repeat;
    padding-left: 70px;
    height: 40px;
}

.webset-pop .txt h4.tit-web1 {
    margin-left: 30px;
    background-image: url(images/icon2.png);
}

.webset-pop .txt h4.tit-web2 {
    background-image: url(images/icon3.png);
}

.webset-pop .txt dl {
    padding-left: 120px;
}

.webset-pop .txt dl dd {
    font-size: 16px;
    line-height: 34px;
    background: url(images/disc4.png) left center no-repeat;
    padding-left: 15px;
}

.webset-pop .txt1 {
    width: 50%;
}

.ul-webset li .ul-txt {
    padding-left: 57px;
    border: 0;
}

.ul-webset li .ul-txt li {
    width: 100%;
    text-align: left;
    height: auto;
}

.ul-webset li .ul-txt li h5 {
    border: 0;
    font-size: 16px;
    height: 36px;
}

.ul-webset li .ul-txt li h5 a {
    padding-left: 15px;
    background: url(images/disc4.png) left center no-repeat;
}

.ul-webset li .ul-txt li .txt-1 {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    padding-left: 27px;
    padding-bottom: 15px;
    display: none;
}

.ul-webset li .ul-txt li.ok .txt-1 {
    display: block;
}

.ul-web {
    background: url(images/jjd.png) center center no-repeat;
    overflow: hidden;
    background-size: 100%;
}

.ul-web li {
    float: left;
    text-align: center;
    width: 25%;
    padding-left: 5%;
}

.ul-web li h3 {
    display: inline-block;
    border: 1px dashed #358acb;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    padding: 0 17px;
    color: #358acb;
    font-size: 16px;
    margin-top: 20px;
}

.ul-web li .block {
    position: relative;
    height: 151px;
}

.ul-web li .block img {
    position: absolute;
    left: 20px;
    top: 0;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.ul-web li.li1 .block {
    width: 116px;
    left: 50%;
    margin-left: -70px;
}

.ul-web li.li2 .block {
    width: 151px;
    left: 50%;
    margin-left: -95px;
}

.ul-web li.li3 .block {
    width: 125px;
    left: 50%;
    margin-left: -85px;
}

.ul-web li.li4 .block {
    width: 195px;
    left: 50%;
    margin-left: -120px;
}

.bg-blue {
    background: url(images/bg_4.png) center top no-repeat;
    padding-top: 25px;
    padding-bottom: 100px;
}

.ul-tab {
    width: 193px;
    float: left;
    background: url(images/line3.png) repeat-y 183px top;
    margin-right: 80px;
    padding-top: 45px;
}

.ul-tab li {
    margin-bottom: 50px;
}

.ul-tab li a {
    color: #666;
}

.ul-tab li h3 {
    font-size: 20px;
    background: url(images/circle.png) right center no-repeat;
}

.ul-tab li span {
    display: block;
    font-size: 14px;
    color: #999;
}

.ul-tab li.hover h3, .ul-tab li a:hover h3 {
    background-image: url(images/circle1.png);
    color: #e4392a;
}

.ul-tab li.hover span, .ul-tab li a:hover span {
    color: #e4392a;
}

.tab-show {
}

.tab-con {
    overflow: hidden;
}

.tab-con .animated {
    opacity: 0;
    filter: alpha(opacity=0);
}

.tab-show {
    height: 419px;
    overflow: hidden;
}

.web-con .shou {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.web-con .pic {
    float: right;
    position: relative;
    width: 139px;
    text-align: center;
    margin-top: 50px;
    margin-right: 40px;
}

.web-con .flex-control-nav {
    display: none;
}

.web-con .pic .img {
    width: 139px;
    z-index: -1;
    display: inline-block;
}

.pic-txt {
    width: 139px;
    z-index: -1;
    display: inline-block;
}

.tab-con .txt {
    width: 84%;
}

.tab-con .pic {
    float: right;
    position: relative;
    width: 218px;
    text-align: center;
    margin-top: 50px;
}

.tab-con .pic .img {
    width: 139px;
    z-index: -1;
}

.tab-con-box {
    width: 59%;
    float: left;
}

.tab-con .txt p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-bottom: 45px;
}

.ul-icon {
    overflow: hidden;
}

.ul-icon li {
    width: 94px;
    height: 94px;
    border-radius: 100%;
    background-color: #e4e5e7;
    color: #666;
    text-align: center;
    float: left;
    font-size: 15px;
    line-height: 22px;
    padding: 0 17px;
    margin: 0 25px 30px 25px;
}

.ul-icon li b, .ul-icon li span {
    display: inline-block;
    vertical-align: middle;
}

.ul-icon li b {
    width: 0;
    height: 100%;
}

.service {
    background: url(images/bg_5.png) center top no-repeat;
    padding-top: 25px;
    padding-bottom: 63px;
}

.process {
    overflow: hidden;
}

.process .con {
    position: relative;
}

.animate-box, .animate-box .con {
    width: 1170px;
}

.process .pad {
    padding-top: 26%;
}

.process img {
    position: absolute;
    left: 0;
    top: 0;
}

.process span {
    display: inline-block;
    color: #90a1b3;
    font-size: 16px;
    position: absolute;
}

.process span.s1 {
    left: 0%;
    top: 0%;
}

.process span.s2 {
    left: 4.6%;
    top: 0%;
}

.process span.s3 {
    left: 1.6%;
    top: 22%;
}

.process span.s4 {
    left: 1.6%;
    top: 65%;
}

.process span.s5 {
    left: 9.5%;
    top: 42%;
}

.process span.s6 {
    left: 20%;
    top: 65%;
}

.process span.s7 {
    left: 27%;
    top: 50%;
}

.process span.s8 {
    left: 38%;
    top: 89%;
}

.process span.s9 {
    left: 49%;
    top: 15%;
}

.process span.s10 {
    left: 57%;
    top: 89%;
}

.process span.s11 {
    left: 77.5%;
    top: 64%;
}

.process span.s12 {
    left: 94%;
    top: 4%;
}

.process em {
    position: absolute;
    background: url(images/r1.png) no-repeat;
    display: inline-block;
    z-index: 60;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.process em.q1 {
    width: 60px;
    height: 61px;
    left: 0;
    top: 40%;
}

.process em.q2 {
    width: 57px;
    height: 57px;
    top: 42%;
    left: 19%;
    background-image: url(images/r2.png);
}

.process em.q3 {
    background-image: url(images/r3.png);
    width: 62px;
    height: 56px;
    top: 68%;
    left: 38%;
}

.process em.q4 {
    background-image: url(images/r4.png);
    width: 86px;
    height: 86px;
    top: 29%;
    left: 47%;
}

.process em.q5 {
    background-image: url(images/r5.png);
    width: 63px;
    height: 59px;
    top: 68%;
    left: 57%;
}

.process em.q6 {
    background-image: url(images/r6.png);
    width: 51px;
    height: 51px;
    left: 77%;
    top: 40%;
}

.process em.q7 {
    background-image: url(images/r7.png);
    width: 68px;
    height: 63px;
    left: 94%;
    top: 18%;
}

.ul-solution {
    overflow: hidden;
}

.ul-solution li {
    float: left;
    width: 16.66666%;
    text-align: center;
    margin-bottom: 65px;
    position: relative;
}

.ul-solution li a {
    display: block;
    height: 140px;
    font-size: 16px;
    line-height: 30px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.ul-solution li a span {
    display: block;
    background: url(images/icon_solution.png) no-repeat;
    width: 102px;
    height: 102px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.ul-solution li a em {
    display: block;
    position: relative;
}

.ul-solution li.li1 span {
    background-position: -1px 0;
}

.ul-solution li.li2 span {
    background-position: -215px 0;
}

.ul-solution li.li3 span {
    background-position: -429px 0;
}

.ul-solution li.li4 span {
    background-position: -643px 0;
}

.ul-solution li.li5 span {
    background-position: -857px 0;
}

.ul-solution li.li6 span {
    background-position: -1070px 0;
}

.ul-solution li.li7 span {
    background-position: 0px bottom;
}

.ul-solution li.li8 span {
    background-position: -215px bottom;
}

.ul-solution li.li9 span {
    background-position: -429px bottom;
}

.ul-solution li.li10 span {
    background-position: -643px bottom;
}

.ul-solution li.li11 span {
    background-position: -857px bottom;
}

.ul-solution li.li12 span {
    background-position: -1070px bottom;
}

.ul-solution li a:hover span {
    background-image: url(images/icon_solution_h.png);
}

.service-con .pic a:hover {
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.service-con .col-l, .service-con .col-r {
    width: 50%;
    float: left;
}

.service-con .tit-s {
    line-height: 100px;
    background: url(images/disc3.png) left center no-repeat;
    padding-left: 14px;
    font-size: 18px;
}

.ul-service li {
    float: left;
    width: 50%;
    padding-right: 29px;
    margin-bottom: 30px;
}

.ul-service li .pad {
    font-size: 14px;
    padding: 14px;
    height: 148px;
    border: 1px solid #e5e5e5;
}

.ul-service li .pad p {
    max-height: 60px;
    overflow: hidden;
}

.ul-service li .pad span {
    display: block;
    overflow: hidden;
    clear: both;
}

.ul-service li .pad span i {
    display: block;
    font-style: normal;
    vertical-align: top;
    padding-left: 40px;
    padding-top: 6px;
}

.ul-service li img {
    display: block;
    float: left;
    margin-bottom: 16px;
}

.ul-txt {
    border: 1px solid #e5e5e5;
}

.ul-txt li {
}

.ul-txt li h5 {
    background: url(images/jia.png) 95% center no-repeat;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 14px;
}

.ul-txt li .txt {
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
    display: none;
    color: #666;
    height: 130px;
    padding: 0 14px;
}

.ul-txt li.ok .txt {
    display: block;
}

.ul-txt li.ok h5 {
    background-image: url(images/jian.png);
    border-bottom: 0;
}

.service-btn {
    text-align: center;
    padding: 55px 0;
}

.service-btn a {
    display: inline-block;
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #e4392a;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 22px;
}

.service-btn a:hover {
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.case-img2 p {
    text-align: center;
}

.dede_pages {
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.dede_pages ul {
    padding: 12px 0px 12px 16px;
    text-align: center;
}

.dede_pages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 28px;
    margin-right: 6px;
    padding: 0px 8px;
    border: 1px solid #E9E9E9;
}

.dede_pages ul li select {
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.dede_pages ul li a {
    float: left;
    color: #555;
    display: block;
    padding: 0px 8px;
    line-height: 28px;
}

.dede_pages ul li a:hover {
    color: #690;
    text-decoration: none;
    line-height: 28px;
    padding: 0px 8px;
}

.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
    background-color: #F8F8F8;
    padding: 0px 8px 0px;
    font-weight: bold;
}

.dede_pages .pageinfo {
    line-height: 28px;
    padding: 12px 10px 12px 16px;
    color: #999;
}

.dede_pages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}

.wp-pagenavi {
    clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 10px solid #BFBFBF;
    padding: 5px 5px;
    margin: 8px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

.screen-reader-text {
    display: none;
}


.pagess {
    clear: both;
    height: 30px;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
}

.pagess ul li {
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999
}

.pagess ul li:hover {
    background: #E4392A;
    color: #fff;
    border: 1px solid #E4392A
}

.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #E4392A;
    padding: 2px 9px;
    margin: 0 3px;
    background: #E4392A;
    color: #fff;
}

.pagess ul li.thisclass a {
    color: #fff;
}

.pagess ul li a {
    display: block;
    color: #999
}

.pagess ul li a:hover {
    color: #fff;
}

/*清除浮动https://www.szbjbj.com/*/
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:before, .container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.container:before, .container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
    .wp_unhide{
        display: none;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
    .submian .subright{
        width: 920px;
    }
}

.col-sm-1, .col-md-1, .col-lg-1, .col-xs-6, .col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-6 {
    float: left;

}

.col-xs-6 {
    width: 50%
}

@media (min-width: 768px) {
    .col-sm-1 {
        float: left;
        width: 33.333333333%;
    }

    .col-sm-2 {
        float: left;
        width: 16.666666666%
    }
}

@media (min-width: 992px) {
    .col-md-1 {
        float: left;
        width: 33.333333333%;
    }
}

@media (min-width: 1120px) {
    .col-lg-1 {
        float: left;
        width: 33.333333333%;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:before, .row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row:before, .row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

/* 首页 荣誉https://www.szbjbj.com/ */
.g_ry {
    width: 100%;
    margin-top: -100px;
}

.g_ry h2 {
    background: #2cbeed;
    padding: 10px 10px;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.g_ry .slideGroup {
    width: 100%;
    text-align: left;
}

.g_ry .slideGroup .slideBox {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}

.g_ry .slideGroup .parBd ul li {
    float: left;
    _display: inline;
    text-align: center;
}

.g_ry .slideGroup .parBd ul li {
    width: 20%;
    display: block;
    float: left;
}

.g_ry .pic {
    position: relative;
    margin: 10px;
    background: #fff;
    border: 2px solid #eeeeee;
}

.g_ry .pic span {
    display: block;
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.g_ry .pic img {
    width: 100%;
}

.g_ry .pic .recent-work-inner {
    background: transparent;
    opacity: .8;
    width: 100%;
    height: 100%;
    z-index: 888;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    margin-bottom: 0;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.g_ry .pic .overlay p {
    position: relative;
    z-index: 999;
    font-size: 16px;
    line-height: 30px;
}

.g_ry .pic .overlay {
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: left;
    opacity: 0;
    border-radius: 0;
    color: #fff;
    vertical-align: middle;
    padding: 30px;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.g_ry .pic .overlay .preview {
    bottom: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: transparent;
    text-align: center;
    color: #fff;
}

.g_ry .pic:hover .overlay {
    opacity: 1;
}

.sPrev, .sNext {
    display: block;
    width: 50px;
    top: 0;
    height: 100%;
    z-index: 999;
    position: absolute;
}

.sPrev {
    left: -100px;
    background: url(img/left.png) center center no-repeat;
}

.sNext {
    right: -100px;
    background: url(img/right.png) center center no-repeat;
}

.slideGroup .parBd .tempWrap {
    float: left;
}

/* 首页 新闻https://www.szbjbj.com/ */
.g_news {
    width: 100%;
    max-width: 1170px;
    margin-top: -100px;
}

.g_news h3 {
    background: #2cbeed;
    padding: 10px 20px;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 5px;
}

/* index-about*/

.about-us {
    background: #2f8ab9;
    color: #fff;
}

.about_fl {
    width: 30%;
    height: auto;
    margin: 70px 0;
    float: left;
}

.about_fr {
    width: 65%;
    margin-top: 50px;
    float: right;
}

.about_fr span {
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
}

.about_fr p {
    font-size: 14px;
    line-height: 27px;
    text-indent: 2em;
    padding-right: 15px;
}

.about_title {
    font-size: 28px;
    color: #FFF;
}

.about_title span {
    font-size: 22px !important;
    color: #FFF;
    display: inline-block !important;
    margin-left: 15px
}

.about-us-more {
    width: 120px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    border: #FFF 1px solid;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.about-us-more a {
    display: block;
    font-size: 15px;
    color: #FFF
}

.about-us-more a:hover {
    background-color: #0b9deb;
    border-radius: 10px;
}
/**底部nav**/
.dibu-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #34b9e5;
    padding: 3px 0;
}
.dibu-nav li {
    float: left;
    width: 50%;
    text-align: center;
}
.dibu-nav li a {
    color: #fff;
}
.dibu-nav li i {
    display: block;
    font-size: 29px;
    color: #fff;
}
.fa {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: 1;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


/*
https://www.szbjbj.com/
Service - Version 1
https://www.szbjbj.com/
*/

.service-v1 .font-icon {
    font-size: 44px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 50px;
}


.service-v1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.service-v1 .item {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: table;
}

.service-v1 .icon {
    width: 20%;
    height: auto;
    font-size: 40px;
    text-align: center;
    display: table-cell;
    vertical-align: top;
}

.service-v1 .icon img {
    width: 60px;
    height: 60px;
}

.service-v1 .icon span {
    height: auto;
    padding: 5px 5px;
    color: #0089e1 !important;
    border: 2px solid #0089e1;
}

.service-v1 .text {
    width: 80%;
    height: auto;
    display: table-cell;
    vertical-align: top;
}

.service-v1 .text .container-inner {
    padding: 10px;
}

.service-v1 .text h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
}

.service-v1 .text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: #666;
}

.service-v1 .font-icon {
    color: #2cbeed;
    font-size: 46px;
    border: 2px solid #2cbeed;
    border-radius: 50%;
    width: 78px;
    height: 78px;
    line-height: 78px;
    display: block;
    float: left;
    text-align: center;
    margin: 10px 5px 0 0;
}

/*****https://www.szbjbj.com/****/
#partner {
    width: 100%;
    float: left;
    background-size: cover;
}

.partners {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
}

.par_t {
    padding: 15px 10px;
    background: #12b37d;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    float: left;
    position: absolute;
    z-index: 999;
}

.partners .slideBox {
    position: relative;
    width: 96%;
    float: right;
    right: 0;
    overflow: hidden;
}

.partners .parBd .tempWrap {
    float: left;
}

.partners .parBd ul li {
    width: 20%;
    display: block;
    float: left;
    text-align: center;
}

.partners .parBd ul li img {
    width: 100%;
}

.partners .parBd ul li i {
    width: 100%;
    margin: 0 5px;
    display: block;
}

/*https://www.szbjbj.com/
news page css
https://www.szbjbj.com/*/
.news_list {
    width: 100%;
    float: left;
}

.news_list li {
    width: 100%;
    display: block;
    float: left;
    margin: 15px 0;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

.news_list li .fl {
    width: 15%;
    height: 120px;
    overflow: hidden;
    float: left;
}

.news_list li .fl img {
    width: 100%;
}

.news_list li .fr {
    float: right;
    display: block;
    width: 84%;
    padding: 0 10px;
}

.news_list li .fr a {
    font-size: 18px;
    color: #333;
    display: block;
    width: 100%;
}
.pagess .nav-links{
    font-size: 16px;
}
.news_list li .fr span {
    display: block
}

.news_list li .fr p {
    line-height: 26px;
    color: #999;
    font-size: 14px;
    height: 55px;
    display: block;
    float: left;
    width: 100%;
    white-space:normal;
}

.news_list li:hover .fr a {
    color: #2cbeed;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.news_list li:hover .fr p {
    color: #666;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

/*三证上岗 六证护航 https://www.szbjbj.com/*/
.escort {
    background-size: cover;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 35px;
}

.escort_head {
    width: 100%;
    padding: 0px 0 20px 0;
    float: left;
    font-size: 40px;
    color: #2cbeed;
    text-shadow: 3px 0px 0px #fff;
    text-align: center;
}

.guard_l {
    margin-top: 30px;
    padding: 0 8px;
}

.guard_l img {
    float: left;
    width: 100%;
    background: #e1e1e1;
    padding: 0 5px;
}

.guard_l b {
    padding: 10px 0px;
    display: block;
    font-size: 18px;
    background: #2f87b3;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 15px 15px 0 0
}

.guard_l p {
    width: 100%;
    line-height: 20px;
    background: #fff;
    min-height: 100px;
    display: inline-block;
    padding: 10px;
    color: #666;
}
.ul-case span{
    width: 100%;
        height: 45px;
        color: #555;
        text-align: center;
        display: block;
        line-height: 45px;
        font-size: 14px;
}
.ul-case .pic span{
    height: 0;
}
.ul-case .txt .pad{
    margin-top:15px;
}
@media (max-width: 767px) {
        .col-xs-6{
        width: 33.33333%
    }
    #li_fangan{
    width: 49%;
    padding: 0 10px;
}
    .ul-case li .txt:hover {
    opacity: 0;
}
.ul-case .pic span{
    height: 45px;
}
    .article-con p {
        font-size: 12px;
    }
    .article .infoA , .article .infoB{
        line-height: 30px;
        font-size: 10px;
    }
    .article-con li {
        font-size: 12px;
    }
    .about_fr p{
    font-size: 12px;
    line-height: 20px;
    text-indent: 2em;
    padding-left: 15px;
}
    .ul-case-i span {
    width: 100%;
    height: 45px;
    color: #555;
    text-align: center;
    display: block;
    line-height: 45px;
    font-size: 14px;
}
    .guard_l {
        padding: 0 5px;
        margin-top: 5px;
    }
    .ul-case-i li {
        width: 49%;
        margin-bottom: 0;
    }
    .tit-i h3{
        margin-bottom: 0;
    }
    .escort{
      padding-bottom: 10px;  
    }
    .submian .fl{
        display: none;
        
    }
    .wp_hide{
        display: none;
    }
    
    .ul-case-i li a .hover{
        display: none;
    }
    .ul-news-i li .txt{
        padding: 0 10px;
        
    }
    
    .guard_l b{
        font-size: 14px;
    }
    .service-v1 .text h3{
        font-size: 8px;
        line-height: 30px;
    margin: 3px 0;
        
    }    
    .service-v1 .text .container-inner{
        padding: 1px;
    }
    .service-v1 .text p {
    /*font-size: 6px;*/
    /*margin-bottom: 0;*/
        display: none;
    }
    .ul-news-i li .txt a{
        text-align: center;
            margin: 0;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
    }
    .service-v1 .icon{
    width: 10%;
    height: auto;
    font-size: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    }
    .service-v1 .font-icon{
    font-size: 18px;
    border: 1px
    solid #2cbeed;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    text-align: center;
    margin: 3px 3px 0 0;
    }
    .service-v1{
        padding: 5px 5px;
    }
    
    .wp-menu{
        padding: 10px 20px 0 10px;
        line-height: 18px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;    
        
    }
    .article{
    color: #666;
    line-height: 30px;
    padding:0 10px;
}
    }
    .article-con p {
        font-size: 14px;
    }
    .article-con pre{
        font-size: 14px;
    }
    .article-con li {
        font-size: 14px;
    }
    .article-con h2{
        font-size: 16px;
    }
    .article h1{
        font-size: 23px;
        
    }
    .article .info{
        height: 30px;
        margin-bottom: 10px;
    }
.article .infoA , .article .infoB{
        line-height: 30px;
        font-size: 12px;
    }
    
.col-md-1{
    float: left;
    width: 33.33333%;
    padding:  1px;
}
    .escort_head {
        text-align: center;
    }
.submian .subright .divremmnews ul li span{
    display: none;
}
.cost{
    margin-left: 10px;
}
    
    .ul-case-i li{
        /*width: 49%;*/
        padding: 0 10px;
    }

    .g_ry .slideGroup .parBd ul li {
        width: 50%;
        display: block;
        float: left;
    }
    .sPrev {
        left: 0px;
    }

    .sNext {
        right: 0px;
    }
    .fd-copy{
        margin-bottom: 50px;
    }

    .about-us-more {
        margin: 5px auto;
        width: 90px;
    }
    .about-us-more  a{
        font-size: 13px; 
        margin-bottom: 5px;
    }

    .about-us {
        height: auto;
    }
    .tit-i h3{
        font-size: 18px;
    }
    .sub-nav ul li {
        /*width: 40%;*/
        height: 18px;
        margin: 0 12px;
    }

.escort_head {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        padding: 0;
    }
    .guard_l p {
    font-size: 12px;
    line-height: 20px;
}
    .news_list {
        width: 100%;
        float: left;
        padding: 15px;
    }

    .news_list li {
        width: 100%;
        display: block;
        float: left;
        margin: 20px 0;
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 30px;
    }

    .news_list li .fl {
        max-width: 100%;
        height: auto;
        background: #b7b7b7;
        border-radius: 2px;
        color: #fff;
        text-align: center;
    }

    .news_list li .fl b {
        font-size: 50px;
        margin-top: 15px;
        display: block;
        float: left;
        width: 100%;
        line-height: 60px;
    }

    .news_list li .fr {
        float: right;
        display: block;
        width: 85%;
    }

    .news_list li .fr a {
        font-size: 18px;
        color: #333;
        display: block;
        width: 100%;
        float: left;
    }

    .news_list li .fr p {
        line-height: 28px;
        color: #999;
        font-size: 14px;
        height: 60px;
        display: block;
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .news_list li:hover .fl {
        background: #da3220;
    }

    .news_list li:hover .fr a {
        color: #e11c20;
    }

    .news_list li:hover .fr p {
        color: #666;
    }



@media (max-width: 640px) {
    .escort_head {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        padding: 0;
    }
.submian .fl{
        display: none;
    }
    .news_list li .fr span {
        display: none;

    }
    
.submian .subright{
    width: 100%;
}

    .tab_mian {
        width: auto;
    }

    .sNext {
        right: 0px;
    }

    .news_list {
        width: 100%;
        float: left;
        padding: 0;
    }

    .news_list li {
        width: 100%;
        display: block;
        float: left;
        margin: 15px 0;
        border-bottom: 0;
        padding-bottom: 15px;
    }

    .news_list li .fl {
        width: 100%;
        height: auto;
        background: #b7b7b7;
        border-radius: 2px;
        color: #fff;
        text-align: center;
    }

    .news_list li .fl b {
        font-size: 46px;
        margin-top: 15px;
        display: block;
        float: left;
        width: 100%;
        line-height: 40px;
    }

    .news_list li .fr {
        float: right;
        display: block;
        width: 100%;
        padding: 0;
    }

    .news_list li .fr a {
        font-size: 18px;
        color: #333;
        display: block;
        width: 100%;
        float: left;
    }

    .news_list li .fr p {
        line-height: 24px;
        color: #999;
        font-size: 14px;
        height: 50px;
        display: block;
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .news_list li:hover .fl {
        background: #da3220;
    }

    .news_list li:hover .fr a {
        color: #e11c20;
    }

    .news_list li:hover .fr p {
        color: #666;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .service-v1 .text h3 {
        font-size: 20px;
    }

    .service-v1 .text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .service-v1 .font-icon {
        font-size: 44px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .submian .fl{
        display: none;
    }

    /*.about_fl {*/
    /*    float: contour;*/
    /*    width: 400px;*/
    /*    height: auto;*/
    /*}*/

    /*.about_fr {*/

    /*    width: 500px;*/
    /*    margin-top: 70px;*/
    /*}*/

    .sPrev {
        left: 0px;
    }

    .sNext {
        right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-v1 .icon {
        width: 100%;
        float: left;
        text-align: center;
    }
    .ul-case-i li{
        width: 50%;
    }
    .tab_mian {
        width: auto;
    }
    .submian .fl{
        display: none;
    }

    .sPrev {
        left: 0px;
    }


    /*.about_fl {*/
    /*    float: contour;*/
    /*    width: 300px;*/
    /*    height: auto;*/
    /*}*/

    /*.about_fr {*/
    /*    width: 300px;*/
    /*    margin-top: 70px;*/
    /*}*/
.ul-news-i li .txt a{
    font-size: 16px;
}
    .sNext {
        right: 0px;
    }

    .service-v1 .text {
        width: 100%;
        float: left;
        text-align: center;
    }

    .service-v1 .text h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .service-v1 .text p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .service-v1 .font-icon {
        font-size: 44px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        display: inline-block;
        float: none;
    }

    .guard_l {
        width: 33.333%;
        padding: 0 10px;
    }

    .guard_l img {
        padding: 0 20px;
    }
.guard_l b{
    font-size: 14px;
}
    .guard_l p {
        min-height: 80px;
        padding: 5px;
    }

    .g_ry .slideGroup .parBd ul li {
        width: 25%;
        display: block;
        float: left;
    }
}

/*
iconfont. https://www.szbjbj.com/
*/
@font-face {
    font-family: "iconfont";
    src: url('img/iconfont.eot'); /* IE9*/
    src: url('img/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('img/iconfont.woff') format('woff'), /* chrome, firefox */ url('img/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('img/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.font-icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-yingyang:before {
    content: "\e60e";
}

.icon-chanhouhuli:before {
    content: "\e60b";
}

.icon-4:before {
    content: "\e69b";
}

.icon-service:before {
    content: "\e614";
}

.icon-baomu:before {
    content: "\e603";
}

.icon-dapaizhichizhidexinlai:before {
    content: "\e620";
}

.icon-keyicms-jiameng:before {
    content: "\e602";
}

.icon-yuesao:before {
    content: "\e639";
}

.icon-DrugNurse:before {
    content: "\e632";
}

.icon-caidantubiao-02:before {
    content: "\e633";
}

.icon-icon:before {
    content: "\e61a";
}

.icon-shenfenzheng:before {
    content: "\e707";
}

/*submian https://www.szbjbj.com/*/
.submian {
    padding-bottom: 30px;
}
.submian .sobtitle {
    height: 30px;
    line-height: 30px;
    padding: 10px 0px 10px;
    margin-bottom: 20px;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
}
.submian .sobtitle s {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background-position: -129px -30px;
}
.submian .sobtitle a {
    font-size: 14px;
    color: #333
}
.submian .sobtitle a:hover {
    color: #0268ba;
}
.submian .sobtitle a.now {
    color: #0268ba;
    font-size: 14px;
    font-weight: bold;
}
.submian .sobtitle a.now:hover {
    text-decoration: underline;
}
.submian .subleft {
    width: 245px;
}
.submian .subleft .title {
    height: 102px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 102px;
    text-align: center;
    background-color: #36b3dd;
    overflow: hidden;
}
.submian .subleft .title h2 {
    line-height: 102px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.submian .subleft .title i {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-top: 2px;
}
.submian .subleft .bort9 {
    border-top: 9px solid #007eb9;
    border-radius: 5px 5px 0px 0px;
}

.submian .subleft .lefta {
    width: 245px;
    margin-bottom: 10px;
}
.submian .subleft .lefta .comt {
    background: #fff;
}
.submian .subleft .lefta .comt ul {
    border: 1px solid #ddd;
}
.submian .subleft .lefta .comt ul li a {
    background: #fff;
    border-top: 1px solid #eaeaea;
    color: #666666;
    line-height: 60px;
    height: 60px;
    display: block;
    padding-left: 25px;
    font-size: 14px;
}
.submian .subleft .lefta .comt ul li .box {
    padding: 10px 0px;
    display: none;
}
.submian .subleft .lefta .comt ul li .box a {
    height: 30px;
    line-height: 30px;
    display: block;
    color: #888;
    border: 0px;
}
.submian .subleft .lefta .comt ul li .box a:hover {
    color: #33b3de;
    background: none;
}
.submian .subleft .lefta .comt ul li:hover a, .submian .subleft .lefta .comt ul li.hover a {
    background: #33b3de;
    font-weight: bold;
    color: #fff
}
.submian .subleft .lefta .comt ul li.hover a {
    background: #33b3de;
    font-weight: bold;
    color: #fff
}
.submian .subleft .lefta .comt ul li.hover .box a {
    background: none;
    font-weight: normal;
}
.submian .subleft .lefta .comt ul li.hover .box a.hover {
    color: #007eb9;
    font-weight: bold;
}
.submian .subleft .lefta .comt1 ul li a {
    background: #fff;
    border-top: 1px solid #eaeaea;
    line-height: 60px;
    height: 60px;
    display: block;
    padding-left: 25px;
    font-size: 14px;
}
.submian .subleft .lefta .comt1 ul li .box {
    padding: 10px 0px;
    display: none;
}
.submian .subleft .lefta .comt1 ul li .box a {
    height: 30px;
    line-height: 30px;
    display: block;
    color: #888;
    border: 0px;
}
.submian .subleft .lefta .comt1 ul li .box a:hover {
    color: #007eb9;
    background: none;
}
.submian .subleft .lefta .comt1 ul li:hover a, .submian .subleft .lefta .comt1 ul li.hover a {
    background: #0268ba ;
    font-weight: bold;
    color: #fff
}
.submian .subleft .lefta .comt1 ul li.hover a {
    background: #0268ba ;
    font-weight: bold;
    color: #fff
}
.submian .subleft .lefta .comt ul li .boxlist {
    padding: 0;
    display: none;
    border: none;
}
.submian .subleft .lefta .comt ul li .boxlist li {
    line-height: 50px;
    background: #b1aeae;
}
.submian .subleft .lefta .comt ul li .boxlist li a {
    height: 40px;
    padding-left: 45px;
    color: #333;
    font-weight: normal;
    border-bottom: 0;
    line-height: 40px;
    background: #f6f6f6;
    border-top: none;
}
.submian .subleft .lefta .comt ul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover {
    color: #0268ba;
    font-weight: bold
}
.submian .subleft .lefta .comt ul li.hover .boxlist {
    display: block;
}
.submian .subright .anlitopH4 {
    background: #fff;
}
.submian .subright .anlitopH4 {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e4e4e4;
    margin-top: 20px;
}
.submian .subright .anlitopH4 span {
    border-left: 5px solid #0268ba;
    height: 38px;
    line-height: 38px;
    padding-left: 22px;
    display: block;
    float: left;
    color: #0268ba;
    font-weight: bold;
    font-size: 14px;
}
.submian .subright .divanli {
    border: 1px solid #e4e4e4;
    border-top: none;
    margin-bottom: 10px;
    padding: 15px;
}
.submian .subright .divanli ul {
    width: 105%;
    height: 185px;
}
.submian .subright .divanli ul li {
    float: left;
    margin-left: 10px;
}
.submian .subright .divanli ul li:first-child {
    margin-left: 0;
}
.submian .subright .divanli ul li a img {
    width: 194px;
    height: 143px;
    display: block;
    border: solid 1px #e4e4e4;
}
.submian .subright .divanli ul li a span {
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    width: 170px;
}
.submian .subright .divanli ul li a:hover img {
    border-color: #007eb9;
}
.submian .subright .divanli ul li a:hover span {
    color: #007eb9;
    font-weight: bold;
}
.submian .subright .divremmnews {
    border-top: none;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #fff;
}
.submian .subright .divremmnews ul {
    width: 100%;
    overflow: hidden;
}
.submian .subright .divremmnews ul li {
    float: left;
    width: 47%;
    height: 35px;
    line-height: 35px;
    margin: 0 1.5%;
    border-bottom: 1px dashed #ccc;
}
.submian .subright .divremmnews ul li a {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    float: left;
    overflow: hidden;
    color: #666666;

}
.submian .subright .divremmnews ul li span {
    color: #666;
    float: right;
    height: 35px;
    line-height: 35px;
    white-space: nowrap
}
.submian .subright .divremmnews ul li a:hover {
    color: #0268ba;
}
.map_ul {
    list-style: outside none none;
    display: block;
    width: 100%;
    padding-top: 10px;
}
.submian .subleft .adv {
    margin-bottom: 10px;
    background: #000;
}
.submian .subleft .adv a img {
    display: block;
    width: 100%;
}
.submian .subleft .adv a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
}
.submian .subleft .leftnews {
    margin-bottom: 10px;
}
.submian .subleft .leftnews .title{
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #36b3dd;
}
.submian .subleft .leftnews .leftnewscomt {
    background: #fff;
    padding: 10px;
}
.submian .subleft .leftnews .leftnewscomt ul li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}
.submian .subleft .leftnews .leftnewscomt ul li a {
    font-size: 14px;
    display: block;
    padding-left: 10px;
}
.submian .subleft .leftnews .leftcont {
    background: #fff;
    padding: 10px;
}
.submian .subleft .leftnews .leftcont h2 {
    font-size: 16px;
    font-weight: bold;
    color: #0268ba;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.submian .subleft .leftnews .leftcont span {
    line-height: 24px;
    font-size: 12px;
    padding-top: 10px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
}
.submian .subleft .leftnews .leftcont p {
    font-size: 18px;
    color: #333;
    padding-top: 10px;
    line-height: normal;
}
.submian .subleft .leftnews .leftcont p i {
    font-size: 22px;
    color: #0268ba;
    display: block;
}
.submian .subright {
    padding-bottom: 30px;
    line-height: 28px;
}
.submian .subright .aboutlist {
    color: #666;
}
.submian .subright img {
    height: auto;
}
.submian .subright .newslist .textlist li {
    padding: 25px 0px 25px;
    height: 110px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-bottom: 25px;
}
.submian .subright .newslist .textlist li a {
    display: block;
    cursor: pointer;
}
.submian .subright .newslist ul li a img {
    width: 147px;
    float: left;
    margin-right: 18px;
    border: 1px solid #eee;
    height: 110px;
    display: block;
}
.submian .subright .newslist ul li a .txt {
    color: #888;
    line-height: 24px;
    font-size: 12px;
}
.submian .subright .newslist .textlist li a p {
    height: 40px;
    line-height: 40px;
}
.submian .subright .newslist .textlist li a b {
    color: #0268ba;
    font-size: 14px;
}
.submian .subright .newslist .textlist li a:hover b {
    color: #0268ba;
}
.submian .subright .newslist .textlist li a i {
    color: #999;
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
}
.submian .subright .newslist .textlist li a span {
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    display: block;
    color: #666;
}
.submian .subright .newslist .textlist2 li {
    height: 40px;
    line-height: 40px;
}
.submian .subright .newslist .textlist2 li a {
    display: block;
}
.submian .subright .newslist .textlist2 li s {
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #007eb9;
    margin-right: 10px;
    border-radius: 100%;
}
.submian .subright .newslist ul li a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}
.submian .subright .newslist ul li a:hover p b {
    text-decoration: underline;
}
.submian .subright .newslist ul li a:hover span {
    color: #777;
}
.submian .subright .caselist ul li {
    padding: 20px 0px;
    border-bottom: 1px dotted #c2c2c2;
    height: 176px;
}
.submian .subright .caselist ul li a {
    display: block;
}
.submian .subright .caselist ul li a img {
    width: 220px;
    height: 162px;
    display: block;
    border: 7px solid #e2e2e2;
}
.submian .subright .caselist ul li a .txt {
    width: 470px;
    float: left;
    padding-left: 20px;
}
.submian .subright .caselist ul li a .txt p {
    height: 40px;
    line-height: 40px;
    color: #007eb9;
    font-size: 14px;
    font-weight: bold;
}
.submian .subright .caselist ul li a .txt i {
    color: #666;
    padding-bottom: 10px;
    display: block;
}
.submian .subright .caselist ul li a .txt span {
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    display: block;
    color: #666;
}
.submian .subright .caselist ul li a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    border-color: #007eb9;
}
.submian .subright .caselist ul li a:hover p {
    text-decoration: underline;
}
.submian .subright .caselist ul li a:hover span {
    color: #777;
}
.submian .subright .mess {
    background: #fff;
    padding: 0px 40px 30px;
    width: 596px;
    margin-left: 80px;
}
.submian .subright .mess h1 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 10px;
}
.submian .subright .mess p {
    text-align: center;
    padding-bottom: 30px;
}
.submian .subright .mess .left {
}
.submian .subright .mess .left li {
    margin-bottom: 15px;
    float: left;
    margin-right: 10px;
}
.submian .subright .mess .left label {
    width: 150px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: none;
    color: #0268ba;
    font-size: 16px;
    float: left;
    border-radius: 3px 0 0 3px;
    border: 1px solid #0268ba;
}
.submian .subright .mess .left input {
    border: 1px solid #ccc;
    border-left: none;
    float: left;
    height: 21px;
    line-height: 21px;
    padding: 11px 10px;
    width: 404px;
    color: #666;
    border-radius: 0px 3px 3px 0;
    outline: none;
}
.submian .subright .mess .left select {
    border: 1px solid #ccc;
    border-left: none;
    float: left;
    height: 45px;
    line-height: 45px;
    width: 424px;
    color: #666;
    border-radius: 0px 3px 3px 0;
    outline: none;
    text-indent: 10px;
}
.submian .subright .mess .right {
    float: left;
    width: 585px;
    padding-top: 10px;
    *padding-top:20px;
}
.submian .subright .mess .right input, .submian .subright .mess .right a {
    width: 40%;
    margin-right: 2%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    border: none;
    background: #0268ba;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    transition: ease-in-out .2s;
    float: left
}
.submian .subright .mess .right a {
    color: #333;
    background: #ffcc00;
    float: right
}
.submian .subright .mess .right a:hover {
    background: #cda503;
}
.submian .subright .mess .right input:hover {
    background: #2bba72;
}
.submian .t {
    padding: 0 0 25px;
    color: #0268ba;
    font-size: 18px;
}
.submian .t2 {
    padding: 25px 0;
    color: #0268ba;
    font-size: 24px;
}
.w1200 {
    max-width: 1170px;
    margin: 0 auto;
}
.submian .fl {
    float: left;
}
submian .fr {
    float: right;
}
.leftprocomt {
    padding-top: 10px;
}
.leftprocomt li {
    float: left;
    text-align: center;
    width: 45%;
    margin:0 5px;
}
.leftprocomt li img {
    width: 117px;
    height: 87px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.leftprocomt li p {
    line-height: 30px;
    color: #666666;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.leftprocomt li:hover img {
    -webkkit-filter: brightness(105%);
    filter: brightness(105%);
}
.leftprocomt li:hover p {
    color: #36b3dd;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}