.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

input {
    vertical-align: middle;
}

.w-con {
    max-width: 1240px;
    margin: 0 auto;
}

/*头部*/
.head1 {
    height: 37px;
    border-bottom: 1px solid #e7e7e7;
    background: #f4f4f4;
}

.wel {
    font-size: 12px;
    color: #666;
    line-height: 36px;
}

.k1 {
    font-size: 12px;
    color: #666;
    line-height: 36px;
}

.k1 a {
    color: #666;
}

.head2 {
    padding: 30px 0 22px;
}

.htel {
    padding-right: 65px;
    background: url(../images/top_tel.jpg) no-repeat right center;
    text-align: right;
}

.htel h4 {
    color: #666;
    font: 400 16px/30px "Microsoft yahei";
}

.htel p {
    color: #0b4e9f;
    font: 600 24px/30px "Airal";
}

.banner {
    position: relative;
}

.banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 10px;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    width: 68px;
    height: 6px;
}

.banner .owl-carousel .owl-dots button.owl-dot.active {
    background: #0b4e9f;
}

.x-menu {
    background: #0b4e9f;
}

.x-menu li {
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
    width: 14.1%;
}

.x-menu li a {
    display: block;
    line-height: 62px;
    color: #fff;
    height: 62px;
    padding: 0;
    font-size: 16px;
    padding: 0;
}

.x-menu li .x-sub-menu {
    height: 0;
    background: #0b4e9f;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 62px;
    left: 0px;
    width: 100%;
}

.x-menu li .x-sub-menu a {
    background: #0b4e9f;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.x-menu li>a:focus, .x-menu li>a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
}

.x-menu .x-sub-menu a:hover {
    background: rgba(255, 255, 255, .3);
    text-decoration: none;
    color: #fff;
}

/*搜索*/
.sou {
    height: 79px;
    border-bottom: 1px solid #f0f0f0;
}

.hotSearch {
    float: left;
    height: 78px;
    line-height: 78px;
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

.hotSearch a {
    margin-right: 10px;
    font-weight: normal;
    color: #666;
}

.hotSearch a:hover {
    color: #0b4e9f;
}

#formsearch {
    float: right;
    width: 282px;
    height: 38px;
    background: url(../images/sou.png) no-repeat center;
    margin-top: 20px;
}

#formsearch input {
    height: 38px;
    background: none;
    border: none;
    line-height: 38px;
}

#formsearch input#keyword {
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    color: #666;
    width: 232px;
    outline: none;
    font-size: 14px;
}

#formsearch input#s_btn {
    width: 46px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 12px;
    outline: none;
}

.index-tlt {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.index-tlt h2 {
    font-size: 38px;
    font-weight: bold;
    color: #333;
}

.index-tlt h2 span {
    color: #0b4e9f;
}

.index-tlt h3 {
    font-size: 18px;
    color: #999;
    line-height: 40px;
    background: url(../images/tit_h3.png) no-repeat center;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

/*首页产品*/
.index-c1 {
    padding-bottom: 50px;
}

.c1-left {
    width: 250px;
}

.c1-left .c1-left-tlt {
    width: 250px;
    height: 78px;
    background: #0b4e9f;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    background: url(../images/product_title.png) no-repeat 199px center #0b4e9f;
    line-height: 78px;
    text-indent: 24px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.pro-sort {
    background: #f7f7f7;
    padding: 15px 11px;
}

.pro-sort ul li {
    margin: 5px 0;
}

.pro-sort ul li a {
    display: block;
    line-height: 42px;
    background: url(../images/product_sort.png) no-repeat 194px center;
    text-indent: 20px;
    font-size: 16px;
    color: #666;
}

.pro-sort ul li:hover a {
    background: url(../images/product_sort_hover.png) no-repeat 194px center #0b4e9f;
    color: #fff;
}

.c1-left .c1-left-tel {
    padding: 50px 15px 30px 15px;
    text-align: center;
    background: #0b4e9f;
    background: url(../images/product_tel.png) no-repeat center top #0b4e9f;
}

.c1-left .c1-left-tel h3 {
    font-size: 30px;
    color: #fff;
    line-height: 42px;
}

.c1-left .c1-left-tel h4 {
    font-size: 22px;
    font-weight: bold;
    font-family: Arial;
    color: #fff;
    line-height: 30px;
    padding-left: 30px;
    background: url(../images/product_tel2.png) no-repeat left center;
    display: inline-block;
    margin-top: 1.5vh;
}
a.c1-inquiry{
    width: 158px;
    height: 36px;
    color: #ffffff;
    font: 400 18px/36px "Microsoft yahei";
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    margin: 0 auto;
    margin-top: 1.5vh;
}
.c1-right {
    width: calc(100% - 280px);
}

.c1-right .tabli {
    height: 78px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 32px;
}

.c1-right .tabli ul li {
    width: 188px;
    text-align: center;
    line-height: 78px;
    background: #e8e8e8;
    font-size: 18px;
    color: #333;
    float: left;
}

.c1-right .tabli ul li.cur {
    background: #5583bc;
    color: #fff;
}

.c1-right .tabli .c1-right-tel {
    font-size: 16px;
    color: #666;
    line-height: 78px;
    padding-left: 40px;
    background: url(../images/product_tel3.png) no-repeat left center;
    position: absolute;
    top: 0;
    right: 20px;
}

.c1-right .tabli .c1-right-tel span {
    font-weight: bold;
    color: #0b4e9f;
    font-size: 26px;
    font-family: Arial;
}

.c1-right .tab {
    display: none;
}

.c1-right .tab ul li {
    width: 306px;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
}

.c1-right .tab ul li:nth-child(3n) {
    margin-right: 0;
}

.c1-right .tab ul li a {
    display: block;
    border: 1px solid #eeeeee;
}

.c1-right .tab ul li img {
    width: 306px;
    height: 306px;
}

.c1-right .tab ul li h3 {
    background: #f5f5f5;
    font-size: 16px;
    color: #444;
    line-height: 46px;
    text-align: center;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.c1-right .tab ul li:hover a{
    border: 1px solid #0b4e9f;    
}
.c1-right .tab ul li:hover h3 {
    background: #0b4e9f;
    color: #fff;
}

/*试验设备*/
.ysbg {
    background: url(https://cdn.qsyseo.top/jingpeng/assets/images/shiyan.jpeg) center no-repeat;
    height: 625px;
    padding-top: 54px;
}

.ysbg-r {
    width: 640px;
    padding-left: 50px;
}

.ysbg-r .title h3 {
    text-align: center;
    color: #0b4e9f;
    font: 700 36px/36px "Microsoft YaHei";
    padding-bottom: 40px;
}

.ysbg-r .title p {
    padding: 19px 0 33px;
    text-align: center;
    color: #666;
    font: 500 18px/18px "Microsoft YaHei";
}

.ys-item {
    float: left;
    width: 285px;
    height: 200px;
    margin-right: 20px;
    background: #ffffff;
    margin-bottom: 26px;
    text-align: center;
}

.ys-item .img img {
    display: block;
    margin: 0 auto;
}
.ys-item .img img.pic{
    display: block;
}
.ys-item .img img.pich{
    display: none;
}
.ys-item:nth-child(odd) {
    margin-right: 0;
}

.ys-item a {
    display: inline-block;
    padding: 20px 24px 0;
}

.ys-item h3 {
    padding: 20px 0 15px;
    color: #0b4e9f;
    font: 400 20px/20px "Microsoft YaHei";
}

.ys-item p {
    color: #666;
    font: 400 15px/20px "Microsoft YaHei";
}

.ys-item:hover {
    box-shadow: 0px 5px 20px #ececec;
}

.ys-item:hover .img img.pic {
    display: none;
    /* filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(64deg) brightness(102%) contrast(93%); */
}
.ys-item:hover .img img.pich {
    display: block;
}
.ys-item:hover h3 {
    color: #0b4e9f;
    font: 700 20px/20px "Microsoft YaHei";
}

/*行业解决方案*/
.index-c2 {
    padding-bottom: 60px;
    display: none;
}

.w-solve{
    margin-bottom: 35px;
}
.w-solve li{
    width: 166px;
    background-color: #ededed;
}
.w-solve li .w-solve-a{
    display: block;
    padding: 7px 25px;
}
.w-solve li .img{
    float: left;
    width: 30px;
}
.w-solve li .img img{
    width: 30px;
    height: 30px;
}
.w-solve li .img img:first-child{
    display: block;
}

.w-solve li .img img:last-child{
    display: none;
}
.w-solve li .wz{
    float: right;
    width: calc(100% - 35px);
    color: #666666;
    font: 400 16px/30px "Microsoft yahei";
}
.w-solve li:hover .img img:first-child{
        display: none;
}
.w-solve li:hover .img img:last-child{
        display: block;
}
.w-solve li:hover .wz{
    color: #0b4e9f;
}
.picScroll-left {
    position: relative;
}

.picScroll-left .owl-nav {
    
}

.picScroll-left .owl-nav button {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.picScroll-left .owl-nav button span {
    display: none;
}

.picScroll-left .owl-nav button.owl-prev {
    background: url(../images/case_prev.png) no-repeat center;
    left: -108px;
}

.picScroll-left .owl-nav button.owl-next {
    background: url(../images/case_next.png) no-repeat center;
    right: -108px;
}

.picScroll-left .owl-nav button.owl-prev:hover {
    background: url(../images/case_prev_hover.png) no-repeat center;
}

.picScroll-left .owl-nav button.owl-next:hover {
    background: url(../images/case_next_hover.png) no-repeat center;
}

.picScroll-left .bd {
    overflow: hidden;
    margin-left: -22px;
    margin-right: -22px;
}

.picScroll-left .bd ul li {
    width: 382px;
    height: 238px;
    float: left;
    margin-left: 23px;
    margin-right: 23px;
}

.picScroll-left .bd ul li a {
    display: block;
}

.picScroll-left .bd ul li img {
    width: 382px;
    height: 238px;
}

.picScroll-left a.next {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/case_next.png) no-repeat center;
    position: absolute;
    top: 100px;
    right: -108px;
    cursor: pointer;
}

.picScroll-left a.next:hover {
    background: url(../images/case_next_hover.png) no-repeat center;
}

.picScroll-left a.prev {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/case_prev.png) no-repeat center;
    position: absolute;
    top: 100px;
    left: -108px;
    cursor: pointer;
}

.picScroll-left a.prev:hover {
    background: url(../images/case_prev_hover.png) no-repeat center;
}

.w-honer{
    margin-top: 40px;
}
.honer-item .img{
    overflow: hidden;
    border: 1px solid #e4e4e4;
}
.honer-item .img img{
    max-width: 100%;
    transition: all 0.8s;
}
.honer-item:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}

/*用实力说话*/
.index-c3 {
    height: 1966px;
    position: relative;
    background: url(http://cdn.qsyseo.top/jingpeng/assets/images/shili_bg.jpeg) no-repeat center;
}

.index-c3 .index-tlt {
    padding-top: 50px;
    padding-bottom: 40px;
}

.index-c3 ul li {
    margin-bottom: 30px;
}

.index-c3 ul li .img {
    width: 620px;
    height: 404px;
    float: left;
}

.index-c3 ul li .img img {
    width: 620px;
    height: 404px;
}

.index-c3 ul li .wz {
    width: 540px;
    float: right;
    margin-top: 10px;
}

.index-c3 ul li:nth-child(2n) .img {
    float: right;
}

.index-c3 ul li:nth-child(2n) .wz {
    float: left;
}

.index-c3 ul li .wz .wz-tlt {
    padding-left: 90px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.index-c3 ul li .wz .wz-tlt h3 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}

.index-c3 ul li .wz .wz-tlt h4 {
    font-size: 17px;
    color: #666;
    line-height: 30px;
}

.index-c3 ul li .wz .wz-tlt dt {
    width: 74px;
    height: 85px;
    background: url(../images/shili_num.png) no-repeat center;
    text-align: center;
    line-height: 85px;
    color: #fff;
    font-size: 48px;
    font-family: Arial;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 10px;
}

.index-c3 ul li .wz .wz-con {
    font-size: 16px;
    color: #383838;
    line-height: 35px;
}

.index-c3 ul li .wz .wz-tu {
    width: 540px;
    height: 138px;
    margin-top: 30px;
}

.index-c3 ul li .wz .wz-tu img {
    width: calc(50% - 10px);
}

.index-c3 ul li:nth-child(4) .wz-tel {
    font-size: 16px;
    font-weight: bold;
    color: #0b4e9f;
    margin-top: 30px;
}

.index-c3 ul li:nth-child(4) .wz-tel span {
    font-size: 24px;
}

.index-c3 ul li:nth-child(4) a.ljzx {
    display: block;
    width: 220px;
    height: 40px;
    background: #0b4e9f;
    box-shadow: 0 0 20px #0b4e9f;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .index-c3 ul li .wz .wz-tu{
        width: 100%;
    }
    .index-c3 ul li .wz .wz-tu img{
        width: 50%;
    }
    .w-solve li .w-solve-a{
        padding: 7px 20px;
    }
}

/*走进净鹏*/
.h-about {
    background: url(../images/about_bg.jpeg) repeat-x bottom center;
    padding-bottom: 60px;
}

.h-about-box {
    background: #fff;
    margin-top: 10px;
    margin-bottom: 5vh;
}

.h-about-left {
    width: 47%;
    overflow: hidden;
}

.h-about-left img {
    max-width: 100%;
    transition: all .6s;
}

.h-about-left:hover img {
    transform: scale(1.1);
}

.h-about-right {
    width: 50%;
    padding: 15px 15px 0 0;
}

.h-about-right .title h3 {
    color: #040203;
    font: 700 44px/44px "Arial";
    padding-bottom: 7px;
}

.h-about-right .title p {
    color: #333;
    font: 500 24px/24px "Microsoft YaHei";
}

.about-con {
    color: #666;
    font: 400 14px/28px "Microsoft YaHei";
    padding: 25px 0 10px 0;
}

.more-a {
    display: block;
    width: 206px;
    height: 50px;
    color: #fff;
    background: #0b4e9f;
    text-align: center;
    border-radius: 5px;
    transition: all .6s;
    font: 400 14px/50px "Microsoft YaHei";
    margin-top: 20px;
}

.more-a:hover {
    color: #fff;
    padding-left: 15px;
}

.ab-tu {
    margin-top: 52px;
    display: none;
}

.ab-tu .tabli2 {
    width: 200px;
}

.ab-tu .ab-tu-img {
    width: 1020px;
    float: right;
}

.ab-tu .tabli2 ul li {
    width: 200px;
    height: 90px;
    background: #d3d3d3;
    text-align: center;
    font-size: 22px;
    color: #333;
    padding-top: 20px;
    cursor: pointer;
}

.ab-tu .tabli2 ul li span {
    display: block;
    font-size: 12px;
    font-family: Arial;
    color: #999;
    text-transform: uppercase;
}

.ab-tu .tabli2 ul li.cur {
    background: url(../images/about_img_cur.png) no-repeat center;
    color: #fff;
}

.ab-tu .tabli2 ul li.cur span {
    color: rgba(255, 255, 255, 0.5);
}

.ab-tu .ab-tu-img .tab2 {
    display: none;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd {
    overflow: hidden;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd ul li {
    width: 242px;
    height: 180px;
    float: left;
    margin-right: 18px;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd ul li img {
    width: 242px;
    height: 180px;
}

/*全国战略布局*/
.w-strategic{
    background-color: #f5f5f5;
    padding: 6vh 0;
    display: none;
}
.w-strategic .index-tlt{
    margin-bottom: 4vh;
}
.w-strategic .index-tlt h2{
    text-align: left;
}
.index-tlt h4{
    text-align: left;
    color: #999999;
    font: 400 18px/32px "Microsoft yahei";
}
.w-strategic-l{
    width: 49%;
}
.w-strategic-img{
    width: 49%;
}
.w-strategic-img img{
    max-width: 100%;
    height: auto;
}
.w-strategic-text p{
    background: url(../images/buju_icon.png) no-repeat left 5px;
    margin-bottom: 22px;
    padding-left: 35px;
    font: 400 17px/22px "Microsoft yahei";
}

/*新闻*/
.news-z {
    padding: 10px 0 50px;
}

.news-l {
    width: calc(100% - 610px);
}

.news-r {
    width: 595px;
}

.news-top-t {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.news-top-t h4 {
    float: left;
    color: #333;
    font: 500 22px/22px "Microsoft YaHei";
}

.news-top-t h4 b {
    display: inline-block;
    margin: 0 0 0px 14px;
    color: #999;
    font: 400 14px/14px "Arial";
}

.more-n {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/news_title.png);
    margin-bottom: 18px;
}

.h-news-a .img {
    overflow: hidden;
    width: calc(100% - 300px);
}

.h-news-a .img img {
    max-width: 100%;
    height: auto;
    transition: all .6s;
}

.h-news-a:hover img {
    transform: scale(1.1);
}

.news-a-con {
    width: 289px;
}

.news-a-con h3 {
    color: #333;
    font: 700 16px/16px "Microsoft YaHei";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 12px 0;
}

.news-a-con p {
    color: #999;
    font: 400 14px/24px "Microsoft YaHei";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-a-con span {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
    background: url(../images/news_more.jpg);
}

.h-news-b {
    border: 1px solid #eee;
    padding: 22px 20px 0 23px;
    margin-top: 28px;
}

.h-news-b a {
    display: block;
    margin-bottom: 19px;
}

.h-news-b a h3 {
    width: 488px;
    padding-left: 22px;
    float: left;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
    transition: all .6s;
    font: 400 14px/14px "Microsoft YaHei";
}

.h-news-b a h3::before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    height: 7px;
    width: 7px;
    transition: all .6s;
    border: 1px solid #0b4e9f;
}
.h-news-b a:hover h3{
    color: #0b4e9f;
}
.h-news-b a .date {
    float: left;
    color: #999;
    font: 300 12px/14px "Microsoft YaHei";
}

.h-news-b a:hover h3 {
    color: #0b4e9f;
    font: 700 14px/14px "Microsoft YaHei";
}

.h-news-b a:hover h3::before {
    background: #0b4e9f;
}

#ydemo {
    height: 390px;
    overflow: hidden;
}

.h-news-c a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.h-news-c a:first-child {
    padding-top: 0;
}

.h-news-c a:last-child {
    border-bottom: none;
}

.h-news-c .pic {
    width: 160px;
    height: 96px;
    overflow: hidden;
}

.h-news-c .pic img {
    width: 100%;
    height: auto;
}

.h-news-c a img {
    transition: all .6s;
}

.h-news-c .news-c-con {
    width: 406px;
}

.news-c-con h3 {
    color: #333;
    font: 700 16px/16px "Microsoft YaHei";
    padding: 15px 0 16px;
}

.news-c-con .newscon {
    color: #999;
    font: 400 14px/22px "Microsoft YaHei";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.h-news-c a:hover img {
    transform: scale(1.1);
}

.h-news-c a:hover h3 {
    color: #0b4e9f;
}

/*底部*/
.x-layout {
    background: #252526;
    border-top: 6px solid #0b4e9f;
    padding: 42px 0 32px;
}

.x-layout-logo {
    width: 230px;
}

.x-layout-logo .flogo {
    
}

.x-layout-menu {
    width: 320px;
    padding-right: 40px;
    border-right: 1px solid #323233;
}

.x-layout .title {
    position: relative;
    color: #fff;
    padding-left: 20px;
    font: 500 20px/20px "Microsoft YaHei";
    padding-bottom: 27px;
}

.x-layout .title::before {
    position: absolute;
    content: '';
    top: 3px;
    left: 0px;
    width: 6px;
    height: 16px;
    background: #0b4e9f;
}

.x-layout-menu .fnav {
    font-size: 14px;
    color: #bdbdbd;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
}

.x-layout-menu .fnav a {
    color: #bdbdbd;
    display: inline-block;
    width: 50%;
}

.x-layout-menu .fnav a:hover {
    color: #0b4e9f;
}

.x-layout-menu dl {
    float: left;
    width: 100%;
    text-align: left;
}

.x-layout-menu dl dd {
    width: 50%;
    display: block;
    height: 32px;
    float: left;
}

.x-layout-menu dl dd a {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    color: #bdbdbd;
    padding-left: 16px;
    font: 400 14px/32px "Microsoft YaHei";
}

.x-layout-menu dl dd a::before {
    position: absolute;
    content: '';
    top: 17px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #bdbdbd;
}

.x-layout-menu dl dd a:hover {
    color: #0b4e9f;
}

.x-layout-contact {
    padding-left: 68px;
}

.x-layout-contact p {
    color: #bdbdbd;
    position: relative;
    padding-left: 16px;
    font: 400 13px/30px "Microsoft YaHei";
}

.x-layout-contact p::before {
    position: absolute;
    content: '';
    top: 11px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #bdbdbd;
}

.x-layout-ewm {
    margin-top: 19px;
    width: 110px;
    text-align: center;
}

.x-layout-ewm p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #bdbdbd;
    margin: 16px 0 0 0;
}

.x-layout-ewm2 {
    margin-top: 19px;
    width: 110px;
    text-align: center;
    margin-right: 30px;
}

.x-layout-ewm2 p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #bdbdbd;
    margin: 16px 0 0 0;
}

.x-footer {
    padding: 22px 0;
    color: #666;
    font: 400 13px/20px "Microsoft YaHei";
}

.x-footer a {
     color: #666;
    font: 400 13px/20px "Microsoft YaHei";
}

.x-footer a:hover {
    color: #0b4e9f;
}

.c-link{
    width: 152px;
    border: 1px solid #414141;
    margin-top: 5vh;
    font-size: 14px;
    color: #bdbdbd;
    line-height: 32px;
    padding: 0 20px;
}

@media (max-width: 1280px) {
    .w-con{
        width: calc(100% - 30px);
    }
}

/*自适应屏幕*/
@media (max-width: 1260px) {
    .logowz h4{
        font: 400 16px/30px "Microsoft yahei";
    }
    .c1-right .tab ul li{
        width: 32%;
        margin-right: 0;
    }
    .c1-right .tab ul li:nth-child(3n - 1){
        margin-left: 2%;
        margin-right: 2%;
    }
    .c1-right .tab ul li img{
        max-width: 100%;
        height: auto;
    }
    .ysbg-r{
        width: 47%;
    }
    .ys-item{
        width: calc(50% - 20px);
    }
    .ys-item a{
        width: 100%;
    }
    .index-c3 ul li .img{
        width: calc(50% - 20px);
    }
    .index-c3 ul li .img img{
        max-width: 100%;
        height: auto;
    }
    .index-c3 ul li .wz{
        width: calc(50% - 20px);
    }
    .h-about{
        padding-bottom: 0;
    }
    .h-news-a{
        height: 150px;
    }
    .h-news-b{
        margin-top: 20px;
    }
    #ydemo{
        height: 360px;
    }
}

@media (max-width: 992px) {
    .x-banner{
        margin-top: 60px;
    }
    .c1-right{
        width: 100%;
    }
    .ysbg{
        background: url(http://cdn.qsyseo.top/jingpeng/assets/images/ysbg_mobile.jpeg) no-repeat right center;
        height: auto;
    }
    .ysbg-r{
        padding-left: 0;
        width: 100%;
    }
    .w-solve li{
        width: 32%;
        margin-top: 10px;
    }
    .index-c3{
        height: auto;
        padding: 5vh 0;
    }
    .index-c3 ul li .wz{
        width: 100%;
    }
    .h-about{
        background-image: none;
    }
    .h-about-left{
        width: 100%;
    }
    .h-about-right{
        width: 100%;
    }
    .w-strategic-l{
        width: 100%;        
    }
    .w-strategic-img{
        width: 100%;          
    }
    .news-l{
        width: 100%;
    }
    .h-news-a{
        height: auto;
    }
}
@media (max-width: 992px) {
    .footer3{
        padding: 15px 0;
    }
}
@media (max-width: 767px) {
    .banner .owl-carousel .owl-dots {
        bottom: 10px;
    }
    .banner .owl-carousel .owl-dots button.owl-dot {
        width: 40px;
        margin: 0 5px;
    }
    .index-tlt h3{
        font-size: 16px;
    }
    .c1-right .tabli ul li{
        width: 50%;
    }
    
    .c1-right .tab ul li{
        width: 49%;
    }
    .c1-right .tab ul li:nth-child(3n - 1){
        margin-left: 0;
        margin-right: 0;
    }
    .c1-right .tab ul li:nth-child(2n){
        margin-left: 2%;
    }
    .index-tlt h2{
        font-size: 30px;
    }
    .ys-item{
        width: 100%;
    }
    .ysbg{
        background-size: auto 100%;
    }
    .ysbg-r .title h3{
        font: 700 30px/36px "Microsoft YaHei";
    }
    .ysbg-r .title p{
        font: 500 16px/18px "Microsoft YaHei";
    }
    
    .w-solve li{
        width: 49%;
    }
    .w-solve li a{
        padding: 7px 17px;
    }
    .index-c3 .index-tlt{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .index-c3 ul li .wz .wz-tlt h3{
        font-size: 20px;
    }
    .h-news-a .img{
        width: 39%;
    }
    .news-a-con{
        width: 55%;
    }
    .news-a-con span{
        display: none;
    }
    .news-a-con p{
         -webkit-line-clamp: 2;
         line-clamp: 2;
    }
    .h-news-b a h3{
        width: 100%;
    }
    .picScroll-left {
        padding: 0 15px;
    }
    .index-c3 ul li .wz .wz-tu {
        height: auto;
    }
    .index-c2 {
        padding-bottom: 20px;
    }
}
@media (max-width: 425px) {
    .w-solve li .w-solve-a {
        padding: 7px 5px;
    }
}


