﻿@charset "utf-8";
/* CSS Document */
.mt{margin-top: 10px;}
.mr{margin-right: 10px;}
.mb{margin-bottom: 10px;}
.ml{margin-left: 10px;}
.pt{padding-top: 10px;}
.pt2{padding-top:20px;}
.pt3{padding-top:30px;}
.pt4{padding-top:40px;}
.pt5{padding-top:50px;}
.pt6{padding-top:60px;}
.pt7{padding-top:70px;}
.pt8{padding-top:80px;}
.pt9{padding-top:90px;}
.pt10{padding-top:100px;}
.pr{padding-right: 10px;}
.pr2{padding-right: 20px;}
.pr3{padding-right: 30px;}
.pr4{padding-right: 40px;}
.pr5{padding-right: 50px;}
.pr6{padding-right: 60px;}
.pr7{padding-right: 70px;}
.pr8{padding-right: 80px;}
.pr9{padding-right: 90px;}
.pr10{padding-right: 100px;}
.pb{padding-bottom: 10px;}
.pb2{padding-bottom: 20px;}
.pb3{padding-bottom: 30px;}
.pb4{padding-bottom: 40px;}
.pb5{padding-bottom: 50px;}
.pb6{padding-bottom: 60px;}
.pb7{padding-bottom: 70px;}
.pb8{padding-bottom: 80px;}
.pb9{padding-bottom: 90px;}
.pb10{padding-bottom: 100px;}
.pb20{padding-bottom: 200px;}
.pl{padding-left: 10px;}
.pl2{padding-left: 20px;}
.pl3{padding-left: 30px;}
.pl4{padding-left: 40px;}
.pl5{padding-left: 50px;}
.pl6{padding-left: 60px;}
.pl7{padding-left: 70px;}
.pl8{padding-left: 80px;}
.pl9{padding-left: 90px;}
.pl10{padding-left: 100px;}


/*内页banner*/
.pg-banner{ height: 360px; max-width: 1920px; margin: 0px auto;}
.pg-m-banner{ display: none;}
.pg-m-banner img{ max-width: 100%;;}
/*内页导航*/
.pg-nav{ padding-top: 40px; background: #eeeeee;}
.pg-nav .container{ padding-right: 0px; padding-left: 0px;}
.pg-nav-list{ height: 50px; line-height: 50px; float: left; padding: 0px 20px; width: 20%; margin-bottom: 40px; }
    .pg-nav-list a {
        display: block;
        background: #999999;
        text-align: center;
        color: #fff;
        font-size: 16px;
        transition: all 0.36s ease;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

        .pg-nav-list a.select {
            background: #0093dd;
            color: #fff;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
.pg-nav-list a:hover{ background: #0093dd; color:#fff;}

/*内页text*/
.pg-text h1{ font-size: 16px; color: #333333; font-weight: bold;}
.pg-text p{ line-height: 200%; font-size: 14px; color:#666;}
.pg-text p img{ max-width: 100%;}

/*案例*/
.pg-case-list{ padding-bottom: 0px; box-sizing: border-box; -moz-box-sizing:border-box; /* Firefox */}
.pcl-img{ overflow: hidden;}
.pcl-img img{ width: 100%; transition: all 0.36s ease;}
.pcl-tit{height: 50px; line-height: 50px; background: #eeeeee; color:#666666; text-align: center; font-size: 15px; transition: all 0.36s ease; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.pg-case-list a:hover .pcl-tit{ background: #0093dd; color:#fff;}
.pg-case-list a:hover .pcl-img img{ transform: scale(1.06,1.06);}

/*分页*/
.pg-next {text-align: center;}
.pg-next .pagination{  margin: 0px;}
.pagination>li>a, .pagination>li>span{ color:#999;}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{ background: #0093dd; color:#fff;}

/*案例详情*/
.case-date{ text-align: center;}
.case-deta-t1{ font-size: 24px; font-weight: bold; color:#333; line-height: 160%;}
.case-deta-t2{ font-size: 14px; color:#999; padding-top: 20px;}
.case-deta-t2 span{ padding: 0px 25px; display: inline-block;}
.sw-case-date .swiper-button-prev{ background: url(../images/cl.png) no-repeat center center #0093dd; width: 50px; height: 50px;}
.sw-case-date .swiper-button-next { background: url(../images/cr.png) no-repeat center center #0093dd; width: 50px; height: 50px;}
.sw-case-date .swiper-button-prev.swiper-button-disabled, .sw-case-date .swiper-button-next.swiper-button-disabled{ opacity: 1; background-color: #999999;}
.sw-case-date .swiper-pagination{ display: none;}
.sw-case-date .swiper-pagination-bullet-active{ background: #0093dd;}
/*分页*/
.pg-fy-list{float: left; width: 50%;  text-align: left;  width: calc((100% - 40px)/2); }
.pg-fy-list:nth-child(2){ margin-left: 40px;}
.pg-fy-list a{font-size: 14px; color:#666;  background: #eeeeee; display: block; padding: 17px 30px; transition: all 0.36s ease; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.pg-fy-list a:hover{ background: #0093dd; color:#fff;}

/*新闻列表*/
.pg-news-list ul li{ padding-bottom: 30px; border-bottom: solid 1px #e5e5e5; height: 190px; position: relative; margin-bottom: 30px; box-sizing: border-box; -moz-box-sizing:border-box; /* Firefox */}
.news-pnl-img{ width: 200px; height: 160px; overflow: hidden; float: left;}
.news-pnl-img img{ max-width: 200px; transition: all 0.36s ease;}
.news-pnl-tit{ padding-left: 240px; padding-right: 240px; transition: all 0.36s ease; }
.news-pt-t1{ font-size: 18px; font-weight: bold; color:#444444; line-height: 160%;}
.news-pt-t2{ font-size: 15px; font-family: 'Arial'; color:#999999; padding-top: 10px; padding-bottom: 20px;}
.news-pt-t3{ font-size: 14px; color: #999; height: 75px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis;}
.news-pt-t4{ position: absolute; right: 0; width: 150px; height: 46px; line-height: 46px; text-align: center; border-radius: 46px; background: #999999; color:#fff; top: 50%; margin-top: -23px;}
.news-pt-t4 span{ display: inline-block; padding: 0px 5px; }
.npt-more{ z-index: 1; position: relative;}
.news-pt-t4::after {content: ''; width: 0%; opacity: 0; transition: all 0.36s ease; background: #0093dd; height: 46px; display: block; position: absolute; top:0; z-index: 0; border-radius: 46px;} 

.pg-news-list ul li a:hover .news-pnl-img img{ transform: scale(1.06,1.06);}
.pg-news-list ul li a:hover .news-pnl-tit{padding-left: 250px;}
.pg-news-list ul li a:hover .news-pnl-tit .news-pt-t1{color:#0093dd;}
.pg-news-list ul li a:hover .news-pt-t4::after{ opacity: 1; width: 100%;}

/*新闻详情*/
.pg-curr-head h1{ line-height: 160%; font-size: 24px; font-weight: bold; color:#333333;}
.pg-curr-head p{ padding-top: 20px; font-size: 14px; color: #999999; border-bottom: solid 1px #dddddd; padding-bottom: 20px;}
.pg-curr-head p span{display: inline-block;}
.pg-curr-head p span:nth-child(2){ padding-left: 50px;}


/*招聘信息*/
.pg-recruit .sideMenu h3:nth-child(1){ margin-top: 0px;}
.pg-recruit .sideMenu h3{ height:50px; line-height:50px; padding:0px 30px; position: relative;  margin-top: 20px; background:#f4f4f4; color: #333333; cursor:pointer; font-size: 16px; font-weight: bold;}
.pg-recruit .sideMenu h3 .h3-tit{ position: absolute; right: 45px; top: 0; font-size: 14px; color:#666; font-weight: normal;}
.pg-recruit .sideMenu h3 .h3-tit span{ display: inline-block; padding-right: 30px;}
.pg-recruit .sideMenu h3 em{ float:right; display:block; width:14px; height:14px;   background:url(../images/jj.png)no-repeat center center; cursor:pointer;    margin-top: 17px; }
.pg-recruit .sideMenu h3.on{ background: #0093dd; color: #fff;}
.pg-recruit .sideMenu h3.on .h3-tit{ color: #fff;}
.pg-recruit .sideMenu h3.on em{ background:url(../images/jjj.png) no-repeat center center; }
.pg-recruit .sideMenu .recruit-text{ padding:40px 30px; color:#666; background: #eeeeee; display:none; /* 默认都隐藏 */ }
.rt-head strong{ font-size: 14px; color:#333333;}
.rt-head strong:nth-child(1){ padding-left: 0px;}
.rt-list h1{font-size: 14px; color:#333333; font-weight: bold; line-height: 200%;}
.recruit-text{ color: #666; font-size: 14px;}
.rt-list-an{ padding: 15px 20px; background: #0093dd; color:#fff; display: inline-block; position: relative; padding-left: 60px;}
.rt-list-an img{ padding-right: 15px;}
.rt-head p{ display: inline-block; padding-right: 50px;}
.rt-list-an::before{ content: ''; top: 20px; position: absolute; left: 20px; vertical-align: middle; margin-right: 15px; display: inline-block; background: url(../images/em.png) no-repeat left center; width: 21px; height: 16px;}

/*自动化设备*/
.pg-auto-list{ background: #eeeeee; margin-bottom: 40px; transition: all 0.36s ease; box-sizing: border-box; -moz-box-sizing:border-box; /* Firefox */}
.pg-auto-list-img{ overflow: hidden;}
.pg-auto-list-img img { width: 100%; height:220px; transition: all 0.36s ease;}
.pg-auto-list-tit{ padding-right: 40px; padding-top: 40px; transition: all 0.36s ease; }
.palt-t1{ font-size: 18px; color:#333333; font-weight: bold; padding-bottom: 10px; line-height: 200%;}
.palt-t2{ font-size: 14px; color:#666666;}
.pg-auto-list:hover{ background:#0093dd;}
.pg-auto-list a:hover .pg-auto-list-img img { transform: scale(1.06,1.06);}
.pg-auto-list a:hover .pg-auto-list-tit{ padding-left: 10px;}
.pg-auto-list a:hover .pg-auto-list-tit .palt-t1{ color:#fff;}
.pg-auto-list a:hover .pg-auto-list-tit .palt-t2{ color:rgba(255, 255, 255, 0.8);}

/*关于我们*/
.pg-ab-head{ text-align: center;}
.pg-ab-head h1{font-size: 24px; font-weight: bold; color: #fff; line-height: 100%; padding-bottom: 20px;}
.pg-ab-head p{font-size: 15px; color:rgba(255, 255, 255, 0.5);}

.pg-ab-tit{width: auto; padding-right: 540px;}
.pg-ab-tit .pg-ab-tit-t1{ font-size: 24px; color:#fff; font-weight: bold; padding-bottom: 30px;}
.pg-ab-tit .pg-ab-tit-t2 p{ line-height: 180%; font-size: 14px; color:#fff;}
.pg-ab-img{ width: 474px; height: 282px; overflow: hidden; border: solid 3px #fff; float: right;}
.pg-ab-img img{ max-width: 100%; }

.pan-list-t1 h1{ display: inline-block; padding-bottom: 10px; color:#fff; padding-right: 5px}
.pan-list{ border: solid 1px rgba(255, 255, 255, 0.5); text-align: center; padding: 25px 0px; color: #fff; font-size: 15px;}

/*生产规模*/
.wps{ width: 1380px; margin: 0px auto; position: relative;}
.wps .swiper-container .swiper-slide img{ max-width: 100%;}
.tabs1 .wp2 a{ display: block; text-align: center; color: #fff; background: #999; padding: 13px 0px; font-size: 16px; cursor: pointer; transition: all 0.36s ease;}
.tabs1 .wp2 a.active{ background: #0093dd; color:#fff;}

.swiper-jt-r.swiper-button-next{ width: 50px; height: 50px; background: url(../images/r2.png); right: 0;}
.swiper-jt-l.swiper-button-prev{width: 50px; height: 50px; background: url(../images/l2.png); left: 0;}



			
	/*留言列表*/		
.i-mess1 .il-tit{text-align:center}
.i-mess1-wp{margin:0px auto;background:#fff;margin-top:160px;padding:40px 0px}
.i-mess1-wp h1{line-height:200%}
.i-mess1-wp p{color:#999; line-height:160%;}
.i-mess1 .contactform p{overflow:hidden;float:left;width:calc(100% / 3)}
.i-mess1 .contactform .contactform_submit{float:none;margin:auto}
.i-mess1 .contactform .contactform_content{width:100%}
.i-mess1 .contactform .contactform_content textarea{height:70px;resize:none;overflow:hidden;margin-right:0}
.i-mess1 .contactform .contactform_tel{margin-right:0}
.i-mess1 .contactform .inputtxt{border:none;width:calc(100% - 40px);margin-bottom:5px;background:none;color:#D6D6D6;float:left;border-bottom:1px solid rgba(231,228,228,0.22);margin-right:42px;height:40px;line-height:20px;padding:10px 20px;box-sizing:border-box;color:#666;transition:all 0.3s ease-out 0s}
.i-mess1 .contactform .inputtxt.submit:hover{background-color:rgba(186,186,186,0.37);border:2px solid rgba(134,134,134,0);color:#E8E8E8}
.i-mess1 .contactform{padding:0px 0px}
.i-mess1 .contactform .inputtxt{border:1px solid #e0e0e0;width:calc(100% - 20px);margin-right:20px;margin-bottom:20px}
.i-mess1 .contactform .inputtxt.submit{display:block;clear:both;float:none;height:40px;border:2px solid #da251c;margin:0px auto 0;padding:0;cursor:pointer;width:225px;background-color:#da251c;color:#fff;font-weight:600;border-color:#da251c;font-size:16px;border-radius:28px}
.i-mess1 .contactform .inputtxt.submit:hover{background-color:#ffb43a;border-color:#ffb43a}

/*产品二级导航*/



.m-pro-nav ul{margin:0px 10px;}
.m-pro-nav ul li{display:inline-block; padding:15px 0px; padding-left:20px;}
.m-pro-nav ul li a{color:#666; font-size:16px;}
/*内页二级*/
.aa-two-nav{ background: #f2f2f2; padding: 20px 5px; padding-bottom: 0px;}
.aa-two-nav a{ padding: 10px 20px;   background: #fff; display: inline-block; font-size: 14px;  margin-left:10px; margin-bottom: 20px; color:#999; transition: all 0.36s ease;}
.aa-two-nav a:hover{ background: #da251c; color:#fff;}
.aa-two-nav a.active{ background: #da251c; color:#fff;}

.pg-sub-nav-nl ul{margin:0px 0px;}
.pg-sub-nav-nl ul li{display:inline-block; padding:15px 20px; }
.pg-sub-nav-nl ul li a{color:#666; font-size:16px;}

/*经理介绍*/
.dushuuj {
   width:1200px;
   height:300px;
   margin:auto;
}
    .dushuuj img {
        float: left;
        width: 400px;
        height: 300px;
    }
.suhufw {
    width: 800px;
    height: 300px;
    background:#0093dd;
    float:left;
}
.dsjjjf{
    width:80%;
    margin:auto;
    height:200px;
    margin-top:50px;
   
}
.sdjwjv{
    width:100%;
    height:40px;
    color:#ffffff;
    font-size:24px;
    font-weight:600;
    margin-bottom:20px;
}
.dsfdjds{
    width:100%;
    color:#ffffff;
    font-size:14px;
    line-height:30px;
}
@media (max-width: 680px) {
    .dushuuj {
        width: 80%;
        min-height: 720px;
        margin: auto;
        overflow: hidden;
    }
    .dushuuj img{
        width:100%;
          height:initial;
    }
    .suhufw{
        width:100%;
        min-height:500px;
      
    }
    .dsfdjds{
        line-height:normal;
    }
}
    /*荣誉证书*/
    .swiper-honor .swiper-slide img {
        max-width: 100%;
        border: solid 3px #fff;
    }

    .pg-honor-list {
        position: relative;
        padding-bottom: 50px;
    }

        .pg-honor-list .swiper-pagination {
            width: 100%;
            padding-top: 50px;
        }

        .pg-honor-list .swiper-pagination-bullet {
            background: #999;
            opacity: 1;
            margin: 0px 5px;
        }

        .pg-honor-list .swiper-pagination-bullet-active {
            background: #0093dd;
        }

    /*联系我们*/
    .pg-contact-lst:nth-child(1) {
        padding-left: 20px;
    }

    .pg-contact-lst {
        width: 1200px;
        margin: 0px auto;
        color: #fff;
        line-height: 100%;
    }

    .pcl-wp h1 {
        font-size: 20px;
        padding-bottom: 30px;
        font-weight: bold;
    }

    .pcl-wp-list p {
        line-height: 200%;
        font-size: 14px;
    }

    .pcl-links-list {
        width: 200px;
        height: 50px;
        line-height: 50px;
        border: solid 1px rgba(255, 255, 255, 0.5);
        text-align: center;
        margin: 0px 20px;
        float: left;
        transition: all 0.36s ease;
        cursor: pointer;
    }

    .pcl-links-listc {
        width: 200px;
        height: 50px;
        line-height: 50px;
        border: solid 1px rgba(255, 255, 255, 0.5);
        text-align: center;
        margin: 0px 0px;
        float: left;
        transition: all 0.36s ease;
        cursor: pointer;
    }

    .pcl-links-list a {
        color: #fff;
    }

    .pcl-links-list span {
        display: inline-block;
        padding: 0px 10px;
    }

    .pcl-links-list:hover {
        background: #0093dd;
        border: solid 1px #0093dd;
    }

.pcl-wp-list {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 40px;
}

    .sduhjjj {
        width: 60%;
        margin: auto;
    }
    /*弹窗*/
    .theme-mask {
        z-index: 10000;
        position: fixed;
        _position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.75;
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
        display: none;
    }

    .popover1 {
        width: 360px;
        height: 300px;
        z-index: 100001;
        position: fixed;
        top: 50%;
        left: 50%;
        background: #fff;
        margin: -200px 0 0 -180px;
        box-shadow: 1px 1px 6px 3px rgba(0,0,0,.2);
        display: none;
        text-align: center;
    }

        .popover1 dl {
            margin-top: 40px;
            font-size: 14px;
            color: #333;
            line-height: 30px;
        }

            .popover1 dl a {
                width: 100px;
                height: 36px;
                line-height: 36px;
                background: #0093dd;
                color: #fff;
                display: inline-block;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                font-size: 14px;
                margin-top: 10px;
                transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
            }

                .popover1 dl a:hover {
                    background: #007ebe;
                }

    .popover2 {
        width: 90%;
        height: 548px;
        z-index: 100001;
        position: fixed;
        top: 46%;
        left: 5%;
        background: #fff;
        margin-top: -260px;
        box-shadow: 1px 1px 6px 3px rgba(0,0,0,.2);
        display: none;
        text-align: center;
    }

    .po-wp {
        padding: 20px;
    }


    @media(max-width:1230px) {
        .wps {
            width: 100%;
        }
    }

    @media (max-width: 1080px) {
        .pg-banner {
            display: none;
        }

        .pg-m-banner {
            display: block;
        }

        .pg-auto-list-tit {
            padding-top: 30px;
        }

        .palt-t2 {
            height: 50px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
        }

        .swiper-jt-r.swiper-button-next {
            width: 40px;
            height: 40px;
            background-size: 40px;
        }

        .swiper-jt-l.swiper-button-prev {
            width: 40px;
            height: 40px;
            background-size: 40px;
        }

        .pg-ab-number .pan-list {
            margin-bottom: 40px;
        }
    }

    @media (max-width: 780px) {
        .pg-nav-list {
            width: 33.333%;
        }
        /*新闻列表*/
        .news-pt-t4 {
            display: none;
        }

        .news-pnl-tit {
            padding-right: 0px;
        }

        .pg-auto-list-tit {
            padding-top: 10px;
            padding-right: 20px;
            margin-left: -20px;
        }

        .palt-t1 {
            padding-bottom: 0px;
        }
        /*内页公司介绍*/
        .pg-ab-img {
            float: initial;
            width: 100%;
            height: auto;
            border: none;
        }

            .pg-ab-img img {
                border: solid 3px #fff;
            }

        .pg-ab-tit {
            width: 100%;
            padding-right: 0px;
            padding-top: 40px;
        }

        .pg-aabb .swiper-pagination-bullet {
            background: #999;
        }

        .pg-aabb .ab-tab {
            bottom: 0px;
        }

        .pg-aabb .swiper-pagination-bullet-active {
            background: #fff;
        }

        .pg-ab-head p {
            font-size: 13px;
        }
        /*内页荣誉*/
        .pg-honor-list .swiper-pagination {
            width: calc(100% - 60px)
        }

        /*内页联系我们*/
        .pg-contact-lst {
            width: 700px;
        }

        .pcl-links-list:nth-child(1) {
            margin-right: 0px;
        }

        .pcl-links-list:nth-child(3) {
            margin-right: 0px;
        }
    }

    @media (max-width: 640px) {
        .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
            padding-right: 10px;
            padding-left: 10px;
        }

        .row {
            margin-right: -10px;
            margin-left: -10px;
        }

        .pt8 {
            padding-top: 40px;
        }

        .pb8 {
            padding-bottom: 40px;
        }
        /*内页导航*/
        .pg-nav {
            padding-bottom: 20px;
        }

            .pg-nav .container {
                padding-left: 10px;
                padding-right: 10px;
            }

        .pg-nav-list {
            width: 50%;
            padding: 0px 10px;
            margin-bottom: 20px;
            height: 40px;
            line-height: 40px;
        }
        /*内页案例*/
        .pcl-tit {
            font-size: 13px;
            height: 40px;
            line-height: 40px;
        }

        .case-deta-t1 {
            font-size: 20px;
        }

        .pg-case-list {
            padding-bottom: 0px;
        }

        .sw-case-date .swiper-button-next {
            display: none;
        }

        .sw-case-date .swiper-button-prev {
            display: none;
        }

        .sw-case-date .swiper-pagination {
            display: block;
        }

        .case-deta-t2 {
            padding-top: 10px;
        }

        .case-date .pt6 {
            padding-top: 20px;
        }

        .pg-fy-list {
            width: 100%;
            padding-bottom: 20px;
        }

            .pg-fy-list a {
                padding: 12px 20px;
            }

            .pg-fy-list:nth-child(2) {
                margin-left: 0px;
                padding-bottom: 0px;
            }
        /*新闻列表*/
        .news-pnl-img {
            width: 120px;
            height: 96px;
            ;
        }

            .news-pnl-img img {
                max-width: 120px;
            }

        .news-pnl-tit {
            padding-left: 140px;
        }

        .news-pt-t1 {
            font-size: 16px;
        }

        .news-pt-t3 {
            display: none;
        }

        .pg-news-list ul li {
            height: 116px;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }
        /*新闻详情*/
        .pg-curr-head h1 {
            font-size: 18px;
        }
        /*招聘信息*/
        .h3-tit {
            display: none;
        }

        .pg-recruit .sideMenu .recruit-text {
            padding: 20px;
        }

        .rt-head p {
            display: block;
            padding-right: 0px;
        }

        .pg-recruit .sideMenu h3 {
            padding: 0px 20px;
        }
        /*自动化设备*/
        .pg-auto-list-tit {
            margin-left: 0px;
            padding-left: 20px;
            padding-bottom: 15px;
        }

        .pg-auto-list {
            margin-bottom: 20px;
        }

        .palt-t1 {
            font-size: 16px;
        }
        /* 联系我们 */
        .pg-contact-lst {
            width: calc(100% - 40px);
        }

        .pcl-wp-list {
            padding-left: 0px;
            float: initial;
        }

        .pcl-wp h1 {
            font-size: 16px;
            padding-bottom: 10px;
        }

        .pcl-wp-list:nth-child(1) {
            padding-bottom: 20px;
        }

        .pcl-links-list {
            margin: 0px;
            margin-bottom: 20px;
            width: 100%;
            font-size: 13px;
        }

        .pcl-links.pt8 {
            padding-top: 20px;
        }
        /*关于我们*/
        .zt-b {
            font-size: 20px;
        }

        .pg-ab-head h1 {
            font-size: 18px;
        }

        .pg-ab-tit .pg-ab-tit-t1 {
            font-size: 18px;
        }

        .pg-ab-head p {
            width: 80%;
            margin: 0px auto;
        }

        .pan-list-t2 {
            font-size: 13px;
        }

        .pan-list {
            padding: 15px 0px;
        }

        .pg-ab-number .pan-list {
            margin-bottom: 20px;
        }

        .pg-ab-number {
            padding-bottom: 30px;
        }
        /* 生产规模 */
        .header_mar .wp2.container .row {
            padding: 0px 10px;
        }

        .header_mar .wp2.container .col-xs-3 {
            padding-right: 0px;
            padding-left: 0px;
        }

        .tabs1 .wp2 a {
            padding: 10px 0px;
            font-size: 14px;
        }

        .pg-scale .swiper-tab .swiper-wrapper {
            height: auto !important;
        }
        /* 资质荣誉 */
        .pg-honor-list {
            padding-bottom: 30px;
        }

        .pg-honor .pg-ab-head pb8 {
            padding-bottom: 20px;
        }

        .pg-honor-list .swiper-pagination {
            padding-top: 20px;
        }

        .pcl-links .pcl-links-list:nth-child(3) {
            margin-bottom: 0px;
        }

        .popover1 {
            width: 90%;
            left: 5%;
            margin-left: 0px;
        }

        .djshujuj {
            margin-top: 20px;
        }

        .i-mess1 .contactform p{width:100%;}
        .i-mess1-wp{padding:0px;}
        

    }
    /*--------*/
    .tbody {
        border: 1px solid #000000;
    }

        .tbody tr td {
            border-right: 1px solid #000000;
            border-bottom: 1px solid #000000;
        }

.fxiang {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    margin-top: -70px;
    height: 180px;
    width: 65px;
}
    .fxiang a {
        width: 50px;
        height: 50px;
        position: relative;
        text-align: center;
        margin-bottom: 10px;
        display: block;
        cursor: pointer;
        float: left;
        display: block;
        border-radius: 50%;
        background: #333;
        box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
        transition: all .3s ease-out;
    }
    .fxiang .fl1 i {
        background: url(../img/side-04.png) no-repeat;
        width: 24px;
        height: 26px;
        display: block;
        margin: 10px auto;
    }
    .fxiang .fl2 i {
        background: url(../img/sdsdm.png) no-repeat;
        width: 30px;
        height: 23px;
        display: block;
        margin: 14px auto;
    }
    .fxiang .fl3 i {
        background: url(../img/side-02.png) no-repeat;
        width: 26px;
        height: 22px;
        display: block;
        margin: 14px auto;
    }
 
.hide {
    width: 226px;
    position: absolute;
    left: -226px;
    top: -10px;
}
.hied_con {
    width: 210px;
    background: #222;
    border-radius: 4px;
    color: #fff;
    padding: 15px 0 15px 15px;
    display: none;
    text-align: left
}