
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15;-webkit-tap-highlight-color: rgba(0,0,0,0);}
body{margin:0;font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;line-height: 1.42857143;font-size: 14px;min-width: 1230px;background: #fff;color: #333;}
h1{font-size:2em;margin:.67em 0;}
figure{margin:1em 40px;}
hr{box-sizing:content-box;height:0;overflow:visible;}
a{-webkit-text-decoration-skip:objects;background-color:transparent;}
abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}
b,strong{font-weight:bolder;}
dfn{font-style:italic;}
mark{background-color:#ff0;color:#000;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub{bottom:-.25em;}
sup{top:-.5em;}
audio:not([controls]){display:none;height:0;}
img{border-style:none;}
svg:not(:root){overflow:hidden;}
button,input,optgroup,select,textarea{line-height:1.42857143;margin:0;outline: none;}
body, button, input, select, textarea {text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-font-feature-settings: "liga","kern";}
button,input{overflow:visible;}
button,select{text-transform:none;}
button,html [type=button],/* 1 */
[type=reset],[type=submit]{-webkit-appearance:button;}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0;}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText;}
fieldset{padding:.35em .75em .625em;}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
progress{display:inline-block;vertical-align:baseline;}
textarea{overflow:auto;}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}
summary{display:list-item;}
article,aside,footer,header,nav,section,figcaption,figure,main,details,/* 1 */
menu{display:block;}
pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em;}
audio,video,canvas{display:inline-block;}
template,[hidden]{display:none;}
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}
a {color: #333;text-decoration: none;}
a:hover {color: #0e75c8;}
ul {margin: 0;list-style: none;padding: 0;}

#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 16%;
}
#message .m-content .m-message{
	background: #fff;
	width: 580px;
    background: #fff;
    padding: 50px;	
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}



.m-message{

    width: 100%;

    margin: 48px auto 0;

}

.m-message label{

    margin-bottom: 15px;

    display: block;

    font-size: 14px;

}

.m-message label em{

    display: block;

    float: right;

    color: red;

    height: 32px;

    line-height: 32px;

}

.m-message label span{

    width: 70px;

    height: 34px;

    line-height: 34px;

    color: #2F2F2F;

    float: left;

    font-weight: bold;

    text-align: right;

    margin-right: 30px;

    display: inline-block;

}



.m-message label input.inp,.m-message label textarea,.m-message label.code input{

    width: 73%;

    overflow: hidden;

    height: 32px;

    line-height: 32px;

    border: #cccccc 1px solid;

    border-radius: 3px;

    padding:0 14px;

    box-sizing: border-box;

    color: #555;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.m-message label input:focus,.m-message label textarea:focus{

    border-color: #66afe9;

  outline: 0;

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

}

.m-message label textarea{

    height: 72px;

    line-height: 24px;

    padding:10px 14px;

}

.m-message label.code{

    line-height: 34px;

}

.m-message label.code input{

    width: 30%;

    float: left;

    margin-right: 30px;

}
.m-message label.code #vdcode{text-transform : uppercase;}
.m-message label.code .pic {

    display: inline-block;

    vertical-align: top;

    width: 80px;

    height: 32px;

}

.m-message label.code img{

    display: block;

    width: 100%;

    height: 100%;

}

.btn {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-color: #0e75c8;
    color: #fff;
    margin-top:10px;
}
.btn:hover{
	background-color: #444;
	color: white;
}

.btn span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/btn-r.png);
}


.btn-1 input{

    width: 52px;

    height: 32px;

    line-height: 32px;

    background: #e8e8e8;

    border: none;

    color: #333;

    margin-right: 22px;

    cursor: pointer;

    transition: 0.3s;

}

.btn-1{

    padding-left: 100px;

}

.btn-1 input.focus{

    background: #0e75c8;

    color: #fff;

}

.btn-1 input.focus:hover{

    background: #444;

}

.btn-1 input:hover{

    background: #ccc;

}

.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;transition: all 0.5s;}

.img-cover {overflow: hidden;position: relative;}
.img-cover span {display: block;width: 100%;background: no-repeat center / cover;transition: all 0.5s;height: 100%;position: absolute;left: 0;top: 0;}

.container {padding: 0 15px;width: 1200px;margin: 0 auto;}

.kf{width:208px;position:fixed;/* right: 20px; */right:-208px;top:50%;transform:translateY(-50%);z-index:10;}
.kt-top{height:40px;line-height:40px;background:url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/kefu.png) 12px center no-repeat #0e75c8;-ms-background-size:auto 20px;background-size:auto 20px;padding-left:46px;font-size:14px;color:#fff;}
.kt-top span:hover{transform:rotate(90deg);}
.kt-top span{width:18px;height:16px;float:right;position:relative;margin:10px 10px 0 0;cursor:pointer;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;}
.kt-top span b{width:100%;height:2px;background:#fff;display:block;position:absolute;top:50%;left:0;}
.kt-top span b:first-child{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);}
.kt-top span b:last-child{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}
.kf .con{overflow:hidden;background:#fff;}
.kf .qq li{height:36px;line-height:36px;border-bottom:#f5f5f5 solid 1px;padding-left:16px;}
.kf .qq li a{height:36px!important;color:#666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-decoration:initial;display:block;}
.kf .qq li a img{padding-right:6px;}
.kf .con h5{height:26px;line-height:26px;margin-top:12px;background:url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/lianxi.png) 16px center no-repeat;padding-left:45px;color:#666;font-size:14px;margin-bottom: 0;}
.kf .contact{margin-top:1px;height: auto;}
.kf .contact p{height:26px;line-height:26px;color:#666;font-size:14px;padding-left:22px;margin: 0;}
.kf .contact p:nth-child(2n){padding-left:22px;}
.kf .con h5.qr-icon{background:url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/erweima.png) 16px center no-repeat;}
.kf .con .qr{margin-top:10px;padding-left:40px;}
.kf .con .qr img{width:110px;height:110px;}
.kf .backTop{width:100%;height:40px;margin-top:0px;background:url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/huidaodingbu.png) center center no-repeat #0e75c8;background-size:18px auto;cursor:pointer;}
.kf-side{padding:18px 10px 10px;background:#0e75c8;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);left:-34px;cursor:pointer;}
.kf-side b{display:block;color:#fff;line-height:18px;font-size:14px;font-weight:400;}
.kf-side span.arrow{width:12px;height:12px;background:url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/jt-1.png) no-repeat;-ms-background-size:auto 12px;background-size:auto 12px;display:block;margin-top:10px;}
.kf-side span.on{background:url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/jt-2.png) no-repeat;-ms-background-size:auto 12px;background-size:auto 12px;}

.footer-fix {box-shadow: 0 0 10px rgba(0,0,0,0.2);position: fixed;bottom: 0;left: 0;width: 100%;background-color: #fff;z-index: 10;display: none;}
.footer-fix li {float: left;width: 25%;}
.footer-fix li a {display: block;text-align: center;padding: 7px 0;font-size: 12px;line-height: 1;}
.footer-fix li i {display: block;height: 20px;background: no-repeat center;background-size: contain;margin-bottom: 4px;}
.footer-fix li i.i1 {background-image: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/f_01.png);}
.footer-fix li i.i2 {background-image: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/f_02.png);}
.footer-fix li i.i3 {background-image: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/f_03.png);}
.footer-fix li i.i4 {background-image: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/f_04.png);}

.swiper-button-prev,.swiper-button-next {outline: none;}
.swiper-pagination-bullet-active {background-color: #0e75c8;}

.topbar {padding: 12px 0;background-color: #e9e9e9;color: #6a6a6a;}
.topbar em {font-style: normal;color: #999;padding: 0 15px;}
.topbar a {color: #6a6a6a;}
.topbar a:hover {color: #333;}

.header {background-color: #fff;}
.header .logo {float: left;font-size: 0;height: 80px;line-height: 80px;text-align: left;padding: 15px 0;}
.header .tel {float: right;background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/tel1.png) no-repeat 0 center;padding-left: 45px;margin: 29px 0;color: #666;}
.header .tel strong {display: block;font-size: 32px;font-family: Impact;line-height: 1;color: #eb560d;}
.header .text {float:left;text-align:left; padding:26px 0 0 15px; font-size:18px; color:#2b2b2b; line-height:30px;}
.header .textimg{float:left;height:80px;padding:15px 0;padding-left:75px;}
.header .textimg img{height:80px;}
.header .text span {color:#0e75c8; font-weight:normal; display:block; font-size:26px; font-weight:bold;}
.header .nav {font-size: 0;background-color: #0e75c8;color: #fff;}
.header .nav li {display: inline-block;vertical-align: middle;background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/nav_line_1.png) no-repeat right center;}
.header .nav li:last-child{background:none;}
.header .nav li a {display: block;font-size: 18px;line-height: 65px;padding: 0 32px;color: #fff;}
.header .nav li .arr {float: right;height: 40px;width: 40px;position: relative;display: none;}
.header .nav li .arr:after {content: '';border-top: 2px solid #ccc;border-left: 2px solid #ccc;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;transform: rotate(135deg);right: 15px;}
.header .nav li.active a,.header .nav li.open a,.header .nav li a:hover {color: #fff;background-color: #23274a;}
.header .nav li.dropdown {position: relative;}
/*.header .nav li.dropdown:before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 15px;}*/
.header .nav .dropdown-box {position: absolute;left: 0;min-width: 100%;top: 100%;display: none;z-index: 10;text-align: center;}
.header .nav .dropdown-box p {margin: 0;}
.header .nav .dropdown-box a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 10px;font-size: 14px;background-color: #23274a !important;line-height: 40px;color: #fff !important;border-top: 1px solid #2f3358;}
.header .nav .dropdown-box a:hover {color: #fff !important;background-color: #0e75c8 !important;}
.header .nav li.open .dropdown-box {display: block;}
.menu-btn {display: none;padding: 6px 0;float: right;margin-left: 15px;}
.menu-btn:before,.menu-btn:after,.menu-btn span {display: block;height: 2px;background-color: #0e75c8;content: '';}
.menu-btn:before {width: 24px;}
.menu-btn:after {width: 18px;margin-left: 6px;}
.menu-btn span {width: 12px;margin: 6px 0 6px 12px;}

.banner {height: 600px;position: relative;}
.banner .swiper-slide {background: no-repeat center / cover;}
.banner .swiper-pagination-bullet {background-color: #333;}
.banner .swiper-pagination-bullet-active {background-color: #bc0f10;}

.in-seach {background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/searchbg_1.jpg) repeat-y center top;padding: 30px 0;color: #fff;}
.in-seach .tel {float: left;width: 232px;font-size: 20px;}
.in-seach .tel strong {display: block;font-size: 30px;line-height: 1;margin-top: 10px;}
.in-seach .hform {float: left;width: 460px;border-right: 1px solid #4294d5;padding: 0 55px;}
.in-seach .hform form {display: block;overflow: hidden;}
.in-seach .hform input {float: left;border: 1px solid transparent;padding: 6px 12px;font-size: 14px;width: 370px;}
.in-seach .hform button {float: right;border: none;height: 34px;width: 64px;background-color: #333;color: #fff;font-size: 14px;padding: 0;}
.in-seach .hform p {margin: 10px 0 0;font-size: 15px;}
.in-seach .hform p a {color: #fff;margin-right: 10px;}
.in-seach .text {text-align: center;font-size: 24px;line-height: 1;}
.in-seach .text strong {display: block;font-size: 30px;margin-bottom: 10px;}

.section {padding: 60px 0;}
.section-title {margin-bottom: 40px;text-align: center;font-size: 0;}
.section-title strong {display: inline-block;vertical-align: middle;font-size: 34px;position: relative;padding: 0 40px;color: #0e75c8;}
.section-title strong:after,.section-title strong:before {content: '';height: 1px;width: 160px;top: 50%;position: absolute;background-color: #999;}
.section-title strong:after {left: 100%;}
.section-title strong:before {right: 100%;}
.section-title p {margin: 10px 0 0;font-size: 14px;color: #666;}

.bg1 {background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/ccbg_1.jpg) no-repeat center / cover;}

.in-prod-menu {background-color: #0e75c8;padding: 10px 20px 20px 10px;margin-bottom: 30px;}
.in-prod-menu li {float: left;width: 20%;}
.in-prod-menu li a {display: block;margin: 10px 0 0 10px;line-height: 44px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-align: center;font-size: 17px;background-color: #ededee;transition: all 0.5s;}
.in-prod-menu li a:hover {background-color: #033253;color: #fff;}

.in-prod-con .swiper-slide a {display: block;padding: 10px;background-color: #fff;transition: all 0.5s;}
.in-prod-con .swiper-slide .img-cover {padding-top:100%;}
.in-prod-con .swiper-slide p {font-size: 14px;margin: 0;text-align: center;/* PC 也固定两行 + 左右/底部留白 */white-space: normal;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 22px;height: 62px;padding: 8px 10px 10px;box-sizing: border-box;}
.in-prod-con .swiper-slide a:hover {color: #fff;background-color: #0e75c8;}
.in-prod-con .swiper-slide a:hover .img-cover span {transform: scale(1.1);}
.in-prod-con .swiper-pagination {position: static;font-size: 0;margin-top: 30px;}

.bg2 {background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/yy_1.jpg) no-repeat center / cover;}

.in-ys {margin: 0;}
.in-ys dt {float: right;border: 5px solid #091a29;width: 590px;}
.in-ys dd {margin: 0 640px 0 0;}
.in-ys dd h4 {text-align: left;margin: 0;}
.in-ys dd p {background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/yy_shu2_1.png) no-repeat 0 10px;padding-left: 30px;margin: 30px 0 0;line-height: 36px;font-size: 18px;color: #fff;text-align: justify;}
.in-ys dd h5 {margin: 50px 0 0;color: #fff;font-size: 48px;}
.in-ys dd h5 small {display: block;text-transform: uppercase;font-size: 18px;}

.bg3 {background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/yy2_1.jpg) no-repeat center / cover;}

.in-dz {margin: 0;padding-bottom: 30px;}
.in-dz dt {float: left;width: 500px;}
.in-dz dd {margin-left: 580px;position: relative;}
.in-dz dd h4 {margin: 0;font-size: 43px;color: #0c58a6;}
.in-dz dd h4 span {color: #d53331;}
.in-dz dd h4 small {display: block;font-size: 18px;color: #c3c3c3;text-transform: uppercase;}
.in-dz dd p {background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/yy_shu_1.png) no-repeat 0 10px;padding-left: 30px;margin: 30px 0 0;line-height: 36px;font-size: 18px;text-align: justify;}
.in-dz dd .tips {overflow: hidden;margin-top: 50px;}
.in-dz dd .tips span {float: left;width: 50%;text-align: center;color: #fff;font-size: 24px;line-height: 56px;background-color: #0c58a6;}
.in-dz dd .tips span:last-child {background-color: #333;}
.in-dz dd .pp {position: absolute;bottom: -50px;left: -220px;}

.bg4 {background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/advbg_1.jpg) no-repeat center / cover;}

.in-adv li {float: left;width: 25%;}
.in-adv li p {text-align: center;color: #fff;margin: 15px 0 0;font-size: 20px;}

.in-about {margin: 0;}
.in-about dt {float: right;width: 680px;}
.in-about dd {margin: 0 700px 0 0;}
.in-about dd h4 {margin: 0;font-size: 30px;border-bottom: 1px solid #CCC;padding-bottom: 15px;}
.in-about dd p {font-size: 16px;line-height: 1.8;text-align: justify;margin: 20px 0 0;}
.in-about dd .more {display: block;border: 2px solid #555;width: 180px;margin: 30px 0 0;padding: 0 10px;transition: all 0.5s;line-height: 40px;text-transform: uppercase;}
.in-about dd .more span {display: block;font-size: 16px;color: #ff0000;background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/jian_more_1.png) no-repeat right center;padding-right: 24px;white-space: nowrap;}
.in-about dd .more:hover {width: 200px;}

.in-fahuo .swiper-slide a {display: block;position: relative;}
.in-fahuo .swiper-slide .img-cover {padding-top: 80%;}
.in-fahuo .swiper-slide p {margin: 0;text-align: center;position: absolute;left: 0;bottom: 0;z-index: 1;width: 100%;color: #fff;line-height: 50px;font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background-color: rgba(0,0,0,0.6);}
.in-fahuo .swiper-slide a:hover .img-cover span {transform: scale(1.1);}
.in-fahuo .swiper-pagination {position: static;font-size: 0;margin-top: 30px;}

.bg5 {background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/adv2_1.jpg) no-repeat center;color: #fff;}

.in-adv2 {width: 50%;margin: -15px 0;}
.in-adv2 h4 {display: inline-block;margin: 0;border-bottom: 1px solid #3483c4;font-size: 34px;padding-bottom: 15px;}
.in-adv2 p {margin: 20px 0 0;font-size: 16px;background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/gou_1.png) no-repeat 0 1px;padding-left: 40px;}

.in-news-left {float: left;width: 48%;}
.in-news-left ul {overflow: hidden;margin: -15px 0 0 -15px;}
.in-news-left li {float: left;width: 50%;}
.in-news-left li a {display: block;margin: 15px 0 0 15px;background-color: #f8f8f8;transition: all 0.5s;}
.in-news-left li .img-cover {padding-top: 73%;}
.in-news-left li .text {padding: 27px 15px;}
.in-news-left li .text h4 {margin: 0;font-weight: normal;font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.in-news-left li .text p {margin: 10px 0 0;opacity: 0.6;}
.in-news-left li a:hover {background-color: #0e75c8;color: #fff;}
.in-news-left li a:hover .img-cover span {transform: scale(1.1);}
.in-news-right {float: right;width: 48%;}
.in-news-right ul {margin-top: -10px;}
.in-news-right li {margin-top: 10px;}
.in-news-right li a {display: block;background-color: #f8f8f8;transition: all 0.5s;overflow: hidden;}
.in-news-right li .date {float: left;background-color: #0e75c8;color: #fff;padding: 25px 15px;text-align: right;font-size: 15px;width: 95px;}
.in-news-right li .date span {display: block;font-size: 18px;text-transform: uppercase;}
.in-news-right li .text {margin-left: 125px;padding: 15px;}
.in-news-right li .text h4 {font-weight: normal;font-size: 16px;margin: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.in-news-right li .text p {margin: 5px 0 0;opacity: 0.6;height: 40px;overflow: hidden;}
.in-news-right li a:hover {color: #fff;background-color: #0e75c8;}

.bg6 {background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/renbg_1.jpg) no-repeat center / cover;color: #fff;}

.in-renzheng {}
.in-renzheng li {float: left;width: 16.666666%;}
.in-renzheng li .wrap {text-align: center;border-right: 1px solid #fff;}
.in-renzheng li:last-child .wrap {border-right: 0;}
.in-renzheng li p {margin: 15px 0 0;font-size: 16px;}

.footer {background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/footerbg_1.jpg) repeat center;padding: 50px 0 0;color: #bebebe;}
.footer a {color: #bebebe;}
.footer a:hover {color: #fff;}
.footer-logo {float: left;width: 338px;}
.footer-nav {float: left;padding-left: 30px;width: 350px;padding-right: 30px;border-left: 1px solid #4a4a4a;border-right: 1px solid #4a4a4a;}
.footer-nav .tit {font-size: 18px;margin-bottom: 15px;}
.footer-nav ul {overflow: hidden;}
.footer-nav li {float: left;width: 50%;}
.footer-nav li a {display: block;line-height: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.footer-contact {float: left;margin-left: 30px;}
.footer-contact .tit {font-size: 18px;margin-bottom: 15px;}
.footer-contact p {margin: 0;line-height: 30px;}
.footer-copy {border-top: 1px solid #494949;padding: 20px 0;margin-top: 50px;text-align: center;}
.footer-copy p {margin: 0;}

.yunu-link {padding: 20px 0;}
.yunu-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #0e75c8;padding-bottom: 15px;}
.yunu-link h4 small {text-transform: uppercase;font-size: 16px;font-weight: normal;color: #999;}
.yunu-link ul {margin-left: -20px;}
.yunu-link li {float: left;margin-left: 20px;margin-top: 20px;}

.curmbs {background-color: #f2f2f2;line-height: 34px;padding: 15px 0;}
.curmbs em {font-style: normal;color: #999;}
.curmbs span {background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/nygy2.png) no-repeat 0 center / 14px 13px;padding-left: 20px;}
.curmbs .sc {float: right;position: relative;}
.curmbs .sc input {display: block;padding: 6px 72px 6px 12px;font-size: 14px;border: 1px solid #ddd;width: 200px;}
.curmbs .sc button {position: absolute;right: 0;top: 0;border: 1px solid transparent;background-color: #333;padding: 0;color: #fff;cursor: pointer;height: 34px;width: 60px;font-size: 14px;}

.section-sub {padding: 40px 0;}

.ct2-sd {float: left;width: 240px;}
.ct2-mn {float: right;width: 930px;}

.panel-sd {margin-bottom: 20px;background-color: #f6f6f6;}
.panel-sd:last-child {margin-bottom: 0;}
.panel-sd .tit {text-align: center;color: #fff;font-size: 24px;padding: 20px 0;background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/fen_t_1.jpg) no-repeat center / cover #0e75c8;}

.lanmu li {margin-top: 2px;}
.lanmu li>a {display: block;line-height: 50px;padding: 0 0 0 25px;background-color: #ececec;color: #666;font-size: 12px;}
.lanmu li .arr {float: right;height: 45px;width: 40px;position: relative;cursor: pointer;}
.lanmu li .arr:after {content: '';border-top: 2px solid #fff;border-left: 2px solid #fff;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;transform: rotate(135deg);right: 15px;}
.lanmu-box {display: none;}
.lanmu-box p {margin: 0;border-top: 1px solid #fff;padding-left: 15px;}
.lanmu-box p a {padding: 0 25px;display: block;line-height: 40px;}
.lanmu li>a:hover,.lanmu li.active>a {color: #fff;background-color: #0e75c8;}
.lanmu li.active .arr:after {border-color: #fff;}
.lanmu li.open .lanmu-box {display: block;}
.lanmu li.open .arr:after {transform: rotate(225deg);}

.contact-sd{ background:#1785e2;}
.contact-sd h4{ color:#fff; font-size:18px; background:url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/lianxi_t_1.png) no-repeat left center; height:74px; line-height:68px;margin:0 0 0 15px;padding-left: 50px;}
.contact-sd h4 small{ font-size:12px; font-weight:normal; padding:0 0 0 10px; text-transform:uppercase}
.contact-sd p{ line-height:28px; padding:0 20px 30px 20px; color:#fff; font-size:14px;margin: 0;}
.contact-sd p strong{ font-size:14px; line-height:38px; }

.pages {margin: 30px 0 0;text-align: center;font-size: 0;}
.pages a {display: inline-block;font-size: 14px;line-height: 35px;padding: 0 14px;margin: 5px;background-color: #f5f5f5;border-radius: 3px;transition: all 0.5s;}
.pages a:hover,.pages a.active {background-color: #0e75c8;color: #fff;}

.box {border: 1px solid #ddd;padding: 30px;}
.box-title {color: #0e75c8;border-bottom: 1px solid #ddd;margin-bottom: 30px;font-size: 30px;padding-bottom: 15px;}

.list-1 {margin: -10px 0 0 -10px;}
.list-1 li {float: left;width: 33.333333%;}
.list-1 li a {display: block;border: 1px solid #ddd;padding: 5px;margin: 10px 0 0 10px;}
.list-1 li .img-cover {padding-top: 100%;background-color: #fff;}
.list-1 li .img-cover em {position: absolute;left: 0;top: 50%;width: 100%;text-align: center;color: #fff;font-style: normal;margin-top: -10px;opacity: 0;transition: all 0.5s;}
.list-1 li p {text-align: center;margin: 0;line-height: 22px;background-color: #f0f0f0;font-size: 14px;
    /* 标题固定两行高度 + 左右/底部留白，避免压边（PC 与手机一致） */
    white-space: normal;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
    height: 62px;padding: 8px 10px 10px;box-sizing: border-box;}
.list-1 li a:hover .img-cover span {opacity: 0.6;transform: scale(1.1);}
.list-1 li a:hover .img-cover em {opacity: 1;}

.list-4 li a {display: block;overflow: hidden;padding: 0 0 20px;border-bottom: 1px solid #eee;margin-top: 20px;transition: all 0.5s;}
.list-4 li .img-cover {float: left;width: 180px;height: 135px;}
.list-4 li .text {margin-left: 200px;}
.list-4 li .text h4 {margin: 0;font-size: 16px;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list-4 li .text p {color: #666;margin: 10px 0 0;line-height: 1.8;text-align: justify;}
.list-4 li .text span {display: block;margin-top: 10px;font-size: 12px;color: #999;}
.list-4 li a:hover {transform: translateY(-5px);}
.list-4 li a:hover .img-cover span {transform: scale(1.1);}

.content-title {margin-bottom: 20px;text-align: center;border-bottom: 1px dashed #ddd;padding-bottom: 20px;}
.content-title h1 {font-size: 22px;margin: 0;}
.content-title p {margin: 15px 0 0;font-size: 12px;color: #999;}
.content-title p span {padding: 0 10px;display: inline-block;}
.content-body {line-height: 1.8;}
.content-body img {max-width: 100% !important;height: auto !important;width: auto !important;}
.content-exp {padding: 10px 15px;font-size: 12px;margin-top: 20px;border: 1px solid #ddd;overflow: hidden;}
.content-exp li {line-height: 2;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;float: left;width: 50%;}
.content-exp li:last-child {text-align: right;}

.yunu-showcase {margin: 0 0 40px;}
.yunu-showcase-info {margin-left: 430px;}
.yunu-showcase-info h1 {font-size: 24px;margin: 0 0 30px;font-weight: normal;}
.yunu-showcase-info p {margin: 5px 0 0;color: #666;line-height: 1.8;min-height: 250px;}
.yunu-showcase-info .tel {border-top: 2px solid #e6e6e6;margin-top: 15px;padding-top: 15px;background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/pc-xc-icon2.png) no-repeat 0 15px;height: 42px;padding-left: 60px;line-height: 21px;font-size: 18px;}
.yunu-showcase-info .tel a {float: right;line-height: 42px;padding: 0 15px;background-color: #0e75c8;color: #fff;}

.pc-slide{float:left;width:400px;}
.view .swiper-slide .img-center {width:100%;height:300px;line-height:300px;}
.view .swiper-container{width:100%;}
.preview{width:100%;margin-top:10px;position:relative;}
.preview .swiper-container{margin:0 30px;}
.preview .swiper-slide .img-center{height:80px;border:1px solid #ddd;cursor:pointer;position:relative;line-height: 80px;}
.preview .arrow-left{background:url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/feel3.png) no-repeat left top;position:absolute;left:0;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}
.preview .arrow-right{background:url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/feel4.png) no-repeat left bottom;position:absolute;right:0;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}
.preview .active-nav .img-center{border-color: #0e75c8;}
div.zoomDiv {z-index: 999;position: absolute;top: 0;left: 0;background: #ffffff;border: 1px solid #ddd;display: none;text-align: center;overflow: hidden;font-size: 0;}
div.zoomMask {position: absolute;background: url(https://gz-peigao.oss-cn-guangzhou.aliyuncs.com/template/peigkj/images/mask.png) repeat scroll 0 0 transparent;cursor: move;z-index: 1;}

.title-1 {background-color: #ebebeb;font-size: 0;margin-bottom: 20px;}
.title-1 span {display: inline-block;line-height: 50px;background-color: #0e75c8;font-size: 18px;color: #fff;padding: 0 30px;}

@media screen and (max-width: 767px) {
    body {min-width: 320px;padding-top: 50px;padding-bottom: 50px;}
    .container {width: auto;}

 #message .m-content .m-message{
    width:93%;
    padding:20px;
  }
  
    .kf {display: none;}
    .footer-fix {display: block;}
    .topbar {display: none;}

    .header {padding: 10px 0;position: fixed;z-index: 10;width: 100%;top: 0;left: 0;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
    .header .textimg,.header .text,.header .tel {display: none;}
    .header .logo {height: 30px;line-height: 30px;float: none;padding: 0;}
    .header .nav {margin: 10px 0 -10px;text-align: left;display: none;background-color: transparent;border-bottom: 0;}
    .header .nav ul {margin: 0 -15px;}
    .header .nav li {display: block;margin: 0;border-top: 1px solid #eee;background: none;}
    .header .nav li a {line-height: 40px;padding: 0 15px;color: #333;font-size: 14px;}
    .header .nav li .arr {display: block;}
    .header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {background-color: transparent;color: #0e75c8}
    .header .nav li.open .arr:after {border-color: #0e75c8;transform: rotate(225deg);}
    .header .nav .dropdown-box {position: static;background-color: #f5f5f5;min-width: auto;text-align: left;}
    .header .nav .dropdown-box a {color: #333 !important;border-top: 1px dotted #ddd;padding: 0 15px;line-height: 40px;background-color: transparent !important;border-bottom: 0;}
    .header .nav .dropdown-box a:hover {background-color: transparent !important;color: #0e75c8 !important;}
    .menu-btn {display: block;}

    .banner {height: 180px;}

    .in-seach {padding: 0;}
    .in-seach .container {padding: 0;}
    .in-seach .text {display: none;}
    .in-seach .tel {display: none;}
    .in-seach .hform {float: none;width: auto;padding: 0;border-right: 0;}
    .in-seach .hform p {display: none;}
    .in-seach .hform form {position: relative;}
    .in-seach .hform input {box-sizing: border-box;width: 100%;padding-right: 80px;}
    .in-seach .hform button {position: absolute;right: 0;top: 0;}

    .section {padding: 30px 0;}
    .section-title {margin-bottom: 20px;}
    .section-title strong {font-size: 22px;padding: 0 15px;}
    .section-title strong:after, .section-title strong:before {width: 50px;}
    .section-title p {font-size: 12px;margin-top: 5px;}

    .in-prod-menu {padding: 5px 10px 10px 5px;margin-bottom: 15px;}
    .in-prod-menu li {width: 33.333333%;}
    .in-prod-menu li a {margin: 5px 0 0 5px;font-size: 14px;line-height: 34px;}
    .in-prod-con .swiper-slide a {padding: 5px;}
    .in-prod-con .swiper-slide p {font-size: 14px;margin-top: 5px;}
    .in-prod-con .swiper-pagination {margin-top: 15px;}

    .in-ys dt {display: none;}
    .in-ys dd {margin: 0;}
    .in-ys dd p {font-size: 14px;margin-top: 15px;line-height: 1.8;padding: 0;background: none;}
    .in-ys dd h5 {margin-top: 20px;font-size: 24px;}
    .in-ys dd h5 small {font-size: 14px;}

    .in-dz {padding-bottom: 0;}
    .in-dz dt {display: none;}
    .in-dz dd {margin: 0;}
    .in-dz dd h4 {font-size: 22px;}
    .in-dz dd h4 small {font-size: 14px;}
    .in-dz dd p {margin: 15px 0 0;padding: 0;background: none;font-size: 14px;line-height: 1.8;}
    .in-dz dd .tips {display: none;}
    .in-dz dd .pp {display: none;}

    .in-adv li p {font-size: 12px;margin-top: 10px;}
    .in-adv li .img-center {height: 40px;line-height: 40px;}

    .in-about dt {float: none;width: auto;}
    .in-about dd {margin: 15px 0 0;}
    .in-about dd h4 {font-size: 20px;padding-bottom: 10px;}
    .in-about dd p {margin-top: 10px;font-size: 14px;}
    .in-about dd .more {margin-top: 20px;}

    .in-fahuo .swiper-slide p {font-size: 14px;line-height: 34px;}
    .in-fahuo .swiper-pagination {margin-top: 15px;}

    .bg5 {display: none;}

    .in-news-left,.in-news-right {float: none;width: auto;}
    .in-news-left ul {margin: -10px 0 0 -10px;}
    .in-news-left li a {margin: 10px 0 0 10px;}
    .in-news-left li .text {padding: 10px;}
    .in-news-left li .text h4 {font-size: 14px;}
    .in-news-left li .text p {font-size: 12px;margin: 0;}
    .in-news-right ul {margin-top: 0;}
    .in-news-right li .date {font-size: 12px;padding: 21px 10px;width: 80px;}
    .in-news-right li .text {margin-left: 100px;padding: 10px;}
    .in-news-right li .text h4 {font-size: 14px;}
    .in-news-right li .text p {font-size: 12px;line-height: 20px;}

    .in-renzheng {margin-top: -15px;}
    .in-renzheng li {width: 33.333333%;}
    .in-renzheng li .wrap {border-right: 0;margin-top: 15px;}
    .in-renzheng li .img-center {height: 40px;line-height: 40px;}
    .in-renzheng li p {font-size: 14px;margin-top: 5px;}

    .footer {padding-top: 30px;}
    .footer-logo {width: auto;float: none;height: 100px;line-height: 100px;}
    .footer-nav {display: none;}
    .footer-contact {text-align: center;float: none;margin: 20px 0 0;}
    .footer-copy {margin-top: 30px;font-size: 12px;padding: 15px 0;}

    .section-sub {padding: 30px 0;}

    .curmbs {display: none;}

    .ct2-sd {display: none;}
    .ct2-mn {float: none !important;width: auto;}

    .pages {margin-top: 20px;}
    .pages a {font-size: 12px;line-height: 30px;padding: 0 12px;}

    .box {border: 0;padding: 0;}
    .box-title {margin-bottom: 20px;font-size: 20px;padding-bottom: 10px;}

    .list-1 li {width: 50%;}
    .list-1 li p {line-height: 34px;}

    .list-4 li a {padding-bottom: 10px;margin-top: 10px;}
    .list-4 li .img-cover {width: 100px;height: 75px;}
    .list-4 li .text {margin-left: 110px;}
    .list-4 li .text h4 {font-size: 14px;}
    .list-4 li .text span {display: none;}
    .list-4 li .text p {font-size: 12px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

    .content-title {margin-bottom: 15px;padding-bottom: 15px;}
    .content-title h1 {font-size: 18px;}
    .content-title p {margin-top: 10px;}
    .content-title p span {padding: 0 5px;}
    .content-exp {margin-top: 15px;}
    .content-exp li {float: none;width: auto;}
    .content-exp li:last-child {text-align: left;}

    .yunu-showcase {margin-bottom: 30px;}
    .pc-slide {float: none;width: auto;}
    .view .swiper-slide .img-center {height: 260px;line-height: 260px;}
    .yunu-showcase-info {margin: 20px 0 0;}
    .yunu-showcase-info h1 {margin-bottom: 20px;font-size: 18px;}
    .yunu-showcase-info p {margin-top: 10px;min-height: auto;}
    .yunu-showcase-info .tel {font-size: 14px;padding-left: 50px;}

    .title-1 span {font-size: 16px;line-height: 40px;padding: 0 15px;}
}
            .pagination p{
                margin:0;
                cursor:pointer
            }
            .pagination{
                height:40px;
                padding:20px 0px;
				display: inline-block;
            }
            .pagination a{
                display:block;
                float:left;
                margin-right:10px;
                padding:2px 12px;
                height:24px;
                border:1px #cccccc solid;
                background:#fff;
                text-decoration:none;
                color:#808080;
                font-size:12px;
                line-height:24px;
            }
            .pagination a:hover{
                color:#0e75c8;
                background: white;
                border:1px #0e75c8 solid;
            }
            .pagination a.cur{
                background:#0e75c8;
                color:#fff;
            }
            .pagination p{
                float:left;
                padding:2px 12px;
                font-size:12px;
                height:24px;
                line-height:24px;
                color:#bbb;
                border:1px #ccc solid;
                background:#fcfcfc;
                margin-right:8px;
                    margin-top: 5px;
            }
            .pagination p.pageRemark{
                border-style:none;
                background:none;
                margin-right:0px;
                padding:4px 0px;
                color:#666;
            }
            .pagination p.pageRemark b{
                color:red;
            }
            .pagination p.pageEllipsis{
                border-style:none;
                background:none;
                padding:4px 0px;
                color:#808080;
            }
            .dates li {font-size: 14px;margin:20px 0}
            .dates li span{float:right}
/*分页样式*/
.pglist{padding: 30px 0 15px;width:100%;text-align: center;clear: both;}
.pglist a,.pglist span{color: #666;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 34px;background: #fff;border: 1px solid #edebeb;}
.pglist a:hover,.pglist span{display:inline-block;color: #fff;background: #0e75c8;border-color: #0e75c8;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
.pglist a.page-num-current{display:inline-block;color: #fff;background: #0e75c8;border-color: #0e75c8;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}

/* === 响应式基线（工具生成: max-width:768px 手机重排） === */
@media (max-width: 768px) {
  * { box-sizing: border-box; }
  body { overflow-x: hidden; }
  img { max-width: 100% !important; height: auto !important; }
  .container { width: 100% !important; max-width: 100% !important; }
  .ct2-mn { width: 100% !important; max-width: 100% !important; }
  body { width: 100% !important; max-width: 100% !important; }
  .content-exp li { float: none !important; }
  .ct2-mn { float: none !important; width: 100% !important; }
  .ct2-sd { float: none !important; width: 100% !important; }
  .curmbs .sc { float: none !important; }
  .dates li span { float: none !important; }
  .footer-contact { float: none !important; }
  .footer-fix li { float: none !important; }
  .footer-logo { float: none !important; width: 100% !important; }
  .footer-nav { float: none !important; width: 100% !important; }
  .footer-nav li { float: none !important; }
  .header .logo { float: none !important; }
  .header .nav li .arr { float: none !important; }
  .header .tel { float: none !important; }
  .header .text { float: none !important; }
  .header .textimg { float: none !important; }
  .in-about dt { float: none !important; width: 100% !important; }
  .in-adv li { float: none !important; }
  .in-dz dd .tips span { float: none !important; }
  .in-dz dt { float: none !important; width: 100% !important; }
  .in-news-left { float: none !important; }
  .in-news-left li { float: none !important; }
  .in-news-right { float: none !important; }
  .in-news-right li .date { float: none !important; }
  .in-prod-menu li { float: none !important; }
  .in-renzheng li { float: none !important; }
  .in-seach .hform { float: none !important; width: 100% !important; }
  .in-seach .hform button { float: none !important; }
  .in-seach .hform input { float: none !important; width: 100% !important; }
  .in-seach .tel { float: none !important; width: 100% !important; }
  .in-ys dt { float: none !important; width: 100% !important; }
  .kt-top span { float: none !important; }
  .lanmu li .arr { float: none !important; }
  .list-1 li { float: none !important; }
  .list-4 li .img-cover { float: none !important; }
  .m-message label em { float: none !important; }
  .m-message label span { float: none !important; }
  .m-message label.code input { float: none !important; }
  .menu-btn { float: none !important; }
  .pagination a { float: none !important; }
  .pagination p { float: none !important; }
  .pc-slide { float: none !important; width: 100% !important; }
  .yunu-link li { float: none !important; }
  .yunu-showcase-info .tel a { float: none !important; }
}

/* === 手机汉堡菜单（工具生成） === */
.mnav-btn{display:none;width:42px;height:42px;position:relative;cursor:pointer;background:transparent;border:0;vertical-align:middle;}
.mnav-btn span{position:absolute;left:9px;right:9px;height:3px;background:#333;border-radius:2px;transition:.25s;}
.mnav-btn span:nth-child(1){top:12px;}
.mnav-btn span:nth-child(2){top:20px;}
.mnav-btn span:nth-child(3){top:28px;}
@media (max-width: 768px){
  .mnav-btn{display:block;}
  .nav .container ul{display:none;}
  .header.mnav-open .nav .container ul{display:block;}
  .nav .container ul li{float:none !important;width:100% !important;}
}

/* === 手机端排版修复（2026-09-25 真机反馈：头部单行/汉堡重画/banner锁比例/分类菜单两列/汉堡可展开导航） === */
@media (max-width: 768px){
  /* 头部改单行 flex：logo 左、汉堡右，总高 50px 与 body padding-top 对齐（原先 logo 与汉堡竖排堆到 92px，压住 banner 42px） */
  .header{padding:0;}
  .header > .container{display:flex;align-items:center;justify-content:space-between;height:50px;padding:0 12px;box-sizing:border-box;}
  .header .logo{height:40px;line-height:40px;}
  .header .logo img{max-height:38px;width:auto;}
  .menu-btn,.mnav-btn{order:9;flex:0 0 auto;margin:0 0 0 auto;padding:0;}
  /* 汉堡三横线：页面里只有一个 span，借用 before/after 共画三条；覆盖旧 .menu-btn 的蓝色错位横条 */
  .mnav-btn:before,.mnav-btn:after,.mnav-btn span{position:absolute;left:9px;right:9px;width:auto;height:3px;margin:0;background:#333;border-radius:2px;content:'';transition:.25s;}
  .mnav-btn:before{top:12px;}
  .mnav-btn:after{top:20px;}
  .mnav-btn span{top:28px;}
  /* banner 高度锁 1920x600 比例(31.25vw)，cover 恢复零裁切，图内文字不再被切 */
  .banner{height:31.25vw;}
  /* 产品分类菜单：两列胶囊网格（原 float:none 后竖堆成 110px 窄条 + 大片蓝底空区） */
  .in-prod-menu{font-size:0;padding:10px 10px 5px;}
  .in-prod-menu li{display:inline-block;vertical-align:top;float:none !important;width:50%;box-sizing:border-box;padding:0 5px;}
  .in-prod-menu li a{margin:0 0 10px;line-height:38px;font-size:14px;}
  /* 汉堡展开导航：原 .header .nav{display:none}(@media 767 第628行) 把整条导航永久藏了，点汉堡弹不出菜单；
     这里补上展开态——与下方 .mnav-open 规则协同，让汉堡真正能弹出白色下拉导航 */
  .header.mnav-open .nav{display:block;background:#fff;box-shadow:0 6px 12px rgba(0,0,0,.15);}
}

/* === 手机端多列版式修复（2026-09-25 二轮：撤销通配 float:none 造成的整栏竖排 + 汉堡菜单整洁化） === */
@media (max-width: 768px){
  /* 说明：此前「响应式基线」给一大批元素加了 float:none !important，导致它们虽然宽度仍算百分比、
     却全部退化为块级竖排（竖着堆）。这里对需要横向多列的模块恢复浮动与列宽。 */

  /* ① 底部浮动菜单：恢复四列横排（基线 .footer-fix li{float:none} 把它打成了 4 行竖排） */
  .footer-fix li{float:left !important;width:25% !important;}
  .footer-fix li a{display:block;text-align:center;padding:6px 0;font-size:11px;line-height:1;}
  .footer-fix li i{display:block;height:22px;margin-bottom:3px;}

  /* ② 「定制生产」板块下方 4 个特色图标：改 2×2 横排（原竖堆 4 行） */
  .in-adv li{float:left !important;width:50% !important;box-sizing:border-box;padding:0 8px;}
  .in-adv li p{font-size:12px;margin:8px 0 0;}

  /* ③ 新闻资讯左侧两图：双列并排（原竖堆） */
  .in-news-left li{float:left !important;width:50% !important;}

  /* ④ 认证资质 6 图标：三列两行（原竖堆 6 行） */
  .in-renzheng li{float:left !important;width:33.333333% !important;}

  /* 列表页（相册/产品列表）双列 */
  .list-1 li{float:left !important;width:50% !important;}

  /* 首页产品类目两列网格：奇数收尾时让最后一个占满整行，避免 2+2+1 留半格空 */
  .in-prod-menu li:last-child:nth-child(odd){width:100% !important;}

  /* 友情链接横向流动换行 */
  .yunu-link li{float:left !important;}

  /* ⑤ 汉堡导航整洁化：
     - 隐藏 .arr 箭头块（基线下它变成 40×40 块级，把含子菜单的行撑到 81px，与 41px 行参差不齐）
     - 去掉 .nav 的 10px 上边距（原展开后 header 与白色下拉之间漏出 10px 内容缝） */
  .header .nav li .arr{display:none !important;}
  .header.mnav-open .nav{margin-top:0;}
  .header .nav li{height:auto;}
}

/* === 在线询价弹窗（照 www.peigaokeji.com：全屏半黑遮罩 + 居中白卡，纯二维码、无电话） === */
.inq_modal{display:none;position:fixed;left:0;top:0;right:0;bottom:0;z-index:9999;background:rgba(0,0,0,.62);}
.inq_box{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:300px;box-sizing:border-box;padding:24px 26px 20px;background:#fff;border-radius:12px;text-align:center;box-shadow:0 12px 40px rgba(0,0,0,.35);}
.inq_close{position:absolute;right:10px;top:2px;font:400 28px/1.4 Arial,sans-serif;color:#9aa7b2;text-decoration:none;}
.inq_close:hover{color:#0e75c8;}
/* 用 aspect-ratio 保证正方形：基线 img{height:auto!important} 会压扁固定高度 */
.inq_qr{display:block;width:220px;height:auto !important;max-width:100%;aspect-ratio:1/1;object-fit:contain;margin:0 auto;}
.inq_tip{margin:12px 0 0;font-size:14px;line-height:22px;color:#555;}
.inq_tip strong{color:#0e75c8;}

/* 桌面端让 {page:numbar} 的外层包装透明（默认 .pglist span 会被刷成蓝块） */
.pglist span.pg-numbers{display:inline;background:none;border:0;padding:0;margin:0;color:inherit;line-height:inherit;}

/* === 手机端三轮修复（2026-09-25：无图新闻列表 / 新闻栏目页 / 分页 / 产品列表标题 / 在线咨询按钮） === */
@media (max-width: 768px){
  /* ① 首页「没图列表」新闻：日期栏不再被挤成两行（原 80px 宽+左右 padding 让 2026-09-15 折行） */
  .in-news-right li .date{float:left !important;width:92px !important;padding:18px 4px !important;box-sizing:border-box;white-space:nowrap;}
  .in-news-right li .text{margin-left:92px !important;padding:10px;}

  /* ② 新闻中心栏目页 .list-4：缩略图恢复左浮动（基线 float:none 让图文错位），右侧文字留出 110px */
  .list-4 li .img-cover{float:left !important;width:100px !important;height:75px !important;}
  .list-4 li .text{margin-left:110px !important;}

  /* ③ 移动端分页：只留「上一页 / 1/12 / 下一页」，隐藏 {page:numbar} 数字条 */
  .pglist{display:flex;justify-content:center;align-items:center;gap:6px;}
  .pglist .pg-numbers{display:none !important;}
  .pglist a.pg-prev,.pglist a.pg-next,.pglist a.pagecount{margin:0 !important;padding:0 14px !important;line-height:32px !important;font-size:13px !important;}
  .pglist a.pg-prev{order:1;}
  .pglist a.pagecount{order:2;}
  .pglist a.pg-next{order:3;}

  /* ④ 产品列表标题：改 2 行截断 + 加内边距（原先单行省略且贴着卡片边） */
  .list-1 li a{padding:8px !important;}
  .list-1 li p{line-height:20px !important;height:56px !important;padding:8px 8px 8px !important;font-size:13px !important;}
  /* 手机端两列：总数为奇数时，末尾落单的那个占满整行（大卡片），不丢产品也能让每行都排满（电脑端不受影响） */
  .list-1 li:last-child:nth-child(odd){width:100% !important;}

  /* ⑤ 产品详情页「在线咨询」：整块改成按钮 + 热线换行（原固定在 42px 高、带图标背景被挤成一团） */
  /* 手机端去掉「全国热线 + 电话号码」：
     - 新版 product.html 里文字被 <span class="tel-txt"> 包住 -> 下面 display:none 直接隐藏；
     - 若线上还是旧版 product.html（文字是裸文本节点，CSS 选择器选不中）-> 用 font-size:0 让文字不可见并塌陷。
     两条一起，不管线上是哪版 product.html 都能去掉；按钮字号单独恢复，电脑端不受影响 */
  .yunu-showcase-info .tel{height:auto !important;padding-left:0 !important;background:none !important;
    line-height:0 !important;font-size:0 !important;margin-top:14px;}
  .yunu-showcase-info .tel .btn1{display:block;width:100%;float:none !important;line-height:42px;padding:0 !important;text-align:center;background:#0e75c8;color:#fff;border-radius:7px;font-size:16px;margin:0 0 10px;}
  /* 手机端隐藏「全国热线 + 电话号码」（电脑端保留显示） */
  .yunu-showcase-info .tel .tel-txt{display:none !important;}
}

/* === 在线留言页（gbook.html）手机端排版：标签在上、输入框整行、按钮居中加大 === */
@media (max-width: 768px){
  .m-message{margin:16px auto 0;width:100%;}
  .m-message label{margin-bottom:14px;font-size:14px;}
  .m-message label span{display:block !important;width:auto !important;float:none !important;
    text-align:left !important;margin:0 0 6px !important;height:auto !important;line-height:1.5 !important;font-size:13px;}
  .m-message label input.inp,.m-message label textarea{width:100% !important;display:block;height:40px;line-height:40px;}
  .m-message label textarea{height:96px;line-height:22px;padding:10px 12px;}
  .btn-1{padding-left:0 !important;text-align:center;margin-top:4px;}
  .btn-1 input{width:44% !important;max-width:150px;height:40px;line-height:40px;margin:0 3% !important;
    border-radius:6px;font-size:14px;}
  .btn-1 input.focus{background:#0e75c8;color:#fff;}
}

/* === 手机端四轮：首页产品标题固定两行 / 定制生产4图标放大 / READ MORE 留白 / 新闻日期背景满高 === */
@media (max-width: 768px){
  /* ① 首页产品中心标题：固定两行 + 四周留白（原单行省略且贴边） */
  .in-prod-con .swiper-slide p{white-space:normal !important;display:-webkit-box;-webkit-box-orient:vertical;
    -webkit-line-clamp:2;overflow:hidden;line-height:20px;height:56px;padding:8px 8px 8px;
    box-sizing:border-box;font-size:13px;margin:0 !important;}

  /* ② 「定制生产」下方 4 个图标：图标放大 + 间距加大（原先偏小气） */
  .in-adv li{padding:0 10px !important;margin-bottom:14px;}
  .in-adv li .img-center{height:56px !important;line-height:56px !important;}
  .in-adv li .img-center img{max-height:56px;}
  .in-adv li p{font-size:13px !important;margin:10px 0 0 !important;}

  /* ④ 新闻资讯日期块：改 flex，让蓝底铺满整行高度（与鼠标移上去的背景高度一致） */
  .in-news-right li a{display:flex;align-items:stretch;}
  .in-news-right li .date{float:none !important;flex:0 0 92px;width:92px !important;
    display:flex !important;flex-direction:column;justify-content:center;
    padding:12px 4px !important;box-sizing:border-box;white-space:nowrap;}
  .in-news-right li .text{margin-left:0 !important;flex:1 1 auto;padding:10px !important;}
}

/* === 在线留言（gbook.html）电脑端排版与样式（仅 ≥769px，手机端另有一套） === */
@media (min-width: 769px){
  .content-body .m-message{width:100%;max-width:680px;margin:8px auto 0;}
  .content-body .m-message label{margin-bottom:18px;font-size:14px;}
  .content-body .m-message label span{display:block;float:none;width:auto;text-align:left;
    margin:0 0 8px;height:auto;line-height:1.5;font-size:14px;color:#333;}
  .content-body .m-message label input.inp,
  .content-body .m-message label textarea{width:100%;height:42px;line-height:42px;
    border:1px solid #ddd;border-radius:6px;padding:0 12px;box-sizing:border-box;
    font-size:14px;color:#333;transition:border-color .2s,box-shadow .2s;}
  .content-body .m-message label textarea{height:120px;line-height:24px;padding:10px 12px;resize:vertical;}
  .content-body .m-message label input.inp:focus,
  .content-body .m-message label textarea:focus{border-color:#0e75c8;outline:none;box-shadow:0 0 0 3px rgba(14,117,200,.12);}
  .content-body .btn-1{padding-left:0;}
  .content-body .btn-1 input{width:130px;height:42px;line-height:42px;margin:0 12px 0 0;
    border:1px solid #ddd;border-radius:6px;background:#f5f5f5;color:#333;font-size:15px;cursor:pointer;transition:.3s;}
  .content-body .btn-1 input.focus{background:#0e75c8;border-color:#0e75c8;color:#fff;}
  .content-body .btn-1 input:hover{background:#e8e8e8;}
  .content-body .btn-1 input.focus:hover{background:#0b62aa;}
}
