/*header*/
.header {
    position: absolute;
    top: 27px;
    z-index: 10;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}


.logo {
    width: 295px;
    height: 81px;
}

.nav {
    width: 750px;
    overflow: hidden;
}

.nav ul {
    margin-right: -48px;
    padding-top: 31px;
}

.nav ul li {
    float: left;
    font-size: 14px;
    color: black;
    margin-right: 41px;
}

.nav ul li a {
    color: black;
}

.active a {
    color: #d38f2c !important;
}

.nav ul li:hover a {
    color: #d38f2c;
}

/*header end*/
/*项目概览*/
.xmglp {
    font-size: 12px;
    color: #666666;
    text-align: center;
    padding-top: 25px;
}

.xmgl-list {
    margin-top: 60px;
    margin-bottom: 122px;
}

.xmgl-list ul {
    margin-right: -11px;
}

.xmgl-list ul li {
    float: left;
    border: 1px solid #e5e5e5;
    width: 230px;
    height: 270px;
    border-bottom: 1px solid #d28f2c;
    text-align: center;
    margin-right: 9px;
}

.xmgl-img {
    height: 93px;
    margin-top: 50px;
    line-height: 93px;
    margin-bottom: 54px;
}

.xmgl-h3 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

.xmgl-p {
    text-transform: uppercase;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.xmgl-img img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.xmgl-list ul li:hover .xmgl-img 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);
}

/*项目概览 end*/
/*案例展示*/
.anlist {}

.nalista {
    text-align: center;
    margin-top: 25px;
}

.nalista a {
    padding: 8px 20px;
    margin: 0 20px;
}

.nalista a:hover {
    background: #d28f2c;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.nactive {
    background: #d28f2c;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#gallery {
    margin-top: 57px;
}

/* isotope */
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* isotope end*/
.item {
    width: 33.3%;
    float: left;
    height: 400px;
    overflow: hidden;
}

.item img {
    width: 100%;
    height: 400px;
}

.anmore {
    height: 170px;
    line-height: 170px;
    text-align: center;
    background: #d28f2c;
}

.anmore a {
    font-size: 14px;
    c: \Users\CXW\AppData\Local\Temp\SGPicFaceTpBq\20436\008BF633.png color: #ffdea7;
    padding: 17px 55px;
    border: 1px solid #f2be70;
}

/*案例展示 end*/


/*inabout*/
.inabout {
    background: #f5f5f5;
    height: 600px;
    overflow: hidden;
}

.inaleft {
    width: 40%;
}

.inaright {
    width: 60%;
}

.inarh3 {
    font-size: 36px;
    color: #111111;
    line-height: 60px;
    padding-left: 152px;
    margin-top: 68px;
    padding-right: 408px
}

.ina_line {
    width: 50px;
    height: 3px;
    background: #d28f2c;
    margin-left: 152px;
    margin-top: 42px;
    margin-bottom: 38px;
}

.inarp {
    padding-left: 152px;
    padding-right: 266px;
    font-size: 14px;
    color: #444444;
    line-height: 32px;
}

/*inabout end*/
/*新闻中心*/
.innews {
    margin-top: 32px;
    margin-bottom: 91px;
}

.innews ul {
    margin-right: -16px;
    overflow: hidden;
}

.innews ul li {
    width: 390px;
    float: left;
    margin-right: 14px;
}

.inneli {
    margin-top: 13px;
}

.inneleft {
    width: 60px;
}

.innespan {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    background: #d28f2c;
    font-size: 30px;
    color: #ffffff;
}

.innespant {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #333;
}

.innright {
    width: 307px;
}

.inneh3 {
    font-size: 16px;
    color: #d38f2c;
    font-weight: bold;
    margin-bottom: 6px;
}

.innrp {
    font-size: 14px;
    color: #666666;
    height: 70px;
}

.innrmore {
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    font-weight: bold;
}

.innrjt {
    font-size: 19px;
    font-weight: bold;
    color: #d38f2c;
}

/*新闻中心 end*/
/*联系我们*/
.lxlogo {
    background: #000000;
}

.xlogoli {
    margin-right: -105px;
    padding-top: 34px;
    padding-bottom: 32px;
}

.xlogoli li {
    float: left;
    width: 114px;
    height: 110px;
    text-align: center;
    margin-right: 103px;
}

.ilxwm {
    background: url("../images/lxwbj.png") no-repeat center;
    height: 565px;
}

.lxwmleft {
    width: 750px;
}

.lwmwidt {
    margin-right: -12px;
    overflow: hidden;
    padding-top: 15px;
}

.lwwmdiv {
    width: 370px;
    float: left;
    margin-right: 10px;
    margin-bottom: 17px;
}

.error {
    display: none;
    color: #C03;
    font-size: 12px;
}

.form-control {
    width: 97%;
    border: 1px solid #4d4748;
    background: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #666666;
    height: 34px;
}

.success {
    display: none;
    color: #093;
    background: none;
    margin-bottom: 20px;
}

.insubmit {
    width: 148px;
    height: 38px;
    border: 1px solid #4d4748;
    background: none;
    color: #666666;
}

.lxwmright {
    width: 383px;
}

.lxwmriul li {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    zoom: 1;
    overflow: hidden;
    border-bottom: 1px solid #424242;
    padding-top: 15px;
    padding-bottom: 15px;
}

.aicoleft {
    margin-right: 13px;
    width: 28px;
    text-align: center;
}

.aicon {
    vertical-align: middle;
}

/*联系我们 end*/
/*footer*/
.footer {
    background: #111111;
    padding-top: 30px;
    padding-bottom: 26px;
}

.footer p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

/*footer end*/
/*子页*/
/*关于我们*/
.zheadet {
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.aboutwz {
    padding-top: 21px;
}

.aboutwz li {
    float: left;
    font-size: 14px;
    padding-left: 5px;
}

.aboutwz li a {
    color: #666666;
}

.aboutwz>li+li:before {
    content: '>';
    padding-right: 5px;
    opacity: 1;
}

.abunav {
    height: 44px;
}

.abunav a {
    font-size: 14px;
    color: #666666;
    padding-bottom: 20px;
    margin-right: 50px;
    padding-left: 3px;
    padding-right: 3px;
}

.abunav a:hover {
    color: #daa250;
}

.aactive {
    border-bottom: 3px solid #daa250;
}

.about-content {
    margin-top: 13px;
    padding: 40px 42px;
    margin-bottom: 25px;
}

.about-content p {
    font-size: 14px;
    color: #666666;
    line-height: 36px;
}

/*关于我们 end*/
/*新闻中心*/
.news {
    margin-top: 13px;
    margin-bottom: 25px;
}

.newsleft {
    width: 850px;
    padding-bottom: 40px;
}

.neswleful {
    width: 807px;
    margin: 0 auto;
}

.neswleful li {
    zoom: 1;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    padding-top: 23px;
    padding-bottom: 23px;
}

.nesleimg {
    width: 200px;
    height: 130px;
}

.neslep {
    width: 582px;
}

.neslh3 {
    font-size: 18px;
    color: #333333;
    line-height: 33px;
}

.neslep {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 75px;
}

.nespspan {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}

/*分页*/
.page {
    text-align: center;
}

.page a {
    font-size: 14px;
    color: #999999;
    border: 1px solid #dcdcdc;
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 0 3px;
}

/*分页 end*/

.newsright {
    width: 335px;
}

.newswith {
    width: 295px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.nerh3 {
    font-size: 18px;
    color: #333333;
    position: relative;
}

.nesreng {
    color: #999999;
}

.nerspan {
    font-size: 14px;
    color: #666666;
    position: absolute;
    top: 2px;
    right: 0;
}

.newswul li {
    font-size: 16px;
    margin-top: 25px;
}

.newswul li a {
    color: #666666;
}

/*新闻中心 end*/
/*新闻中心内页*/
.newsny {
    width: 807px;
    margin: 0 auto;
}

.newnyh3 {
    padding-top: 34px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}

.newnytit {
    font-size: 18px;
    color: #666666;
    margin-bottom: 10px;
}

.newnyspan {
    font-size: 14px;
    color: #999999;
}

.newnyp {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.newnyp p {
    color: #999999;
    line-height: 30px;
    font-size: 14px;
}

.newsup {
    border-top: 1px solid #eeeeee;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nesup {
    width: 50%;
    font-size: 14px;
    color: #999999;
}

.nesdown {
    width: 50%;
    font-size: 14px;
    color: #999999;
    text-align: right;
}

.neactive {
    color: #d38f2c !important;
}

/*新闻中心内页 end*/
/*大记事*/
.about-djs {
    margin-top: 13px;
    padding: 40px 42px;
    margin-bottom: 25px;
}

.abot-time {
    width: 1117px;
    margin: 0 auto;
}

/* timeline */
#timeline {
    width: 1117px;
    height: 400px;
    overflow: hidden;
    margin: 40px auto 0 auto;
    position: relative;
    background: url('../images/dot.gif') left 45px repeat-x;
}

#dates {
    width: 800px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 50px;
}

#dates li {
    float: left;
    width: 100px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    background: url('../images/biggerdot.png') center bottom no-repeat;
}

#dates a {
    line-height: 38px;
    padding-bottom: 10px;
    color: #daa250;
}

#dates .selected {
    color: #daa250;
    font-size: 18px;
}

#issues {
    width: 800px;
    height: 350px;
    overflow: hidden;
}

#issues li {
    width: 1130px;
    height: 270px;
    float: left;
}

#issues li img {
    float: left;
    margin: 10px 30px 10px 50px;
}

#issues li h1 {
    color: #ffcc00;
    font-size: 36px;
    margin: 29px 0;
    text-shadow: #000 1px 1px 2px;
    text-align: center;
}

#issues li p {
    font-size: 14px;
    margin-right: 55px;
    font-weight: normal;
    line-height: 23px;
    color: #666666;
    height: 184px;
}

#grad_left,
#grad_right {
    width: 100px;
    height: 350px;
    position: absolute;
    top: 0;
}

#grad_left {
    left: 0;
    /*background: url('../images/grad_left.png') repeat-y;*/
}

#grad_right {
    right: 0;
    /*background: url('../images/grad_right.png') repeat-y;*/
}

#next,
#prev {
    position: absolute;
    font-size: 70px;
    top: 215px;
    width: 22px;
    height: 38px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

#next:hover,
#prev:hover {
    background-position: 0 -76px;
}

#next {
    right: 0;
    background-image: url('../images/next.png');
}

#prev {
    left: 0;
    background-image: url('../images/prev.png');
}

#next.disabled,
#prev.disabled {
    opacity: 0.2;
}

/* timeline end*/
/*大记事 end*/
/*产品*/
.pro {
    margin-top: 13px;
    padding: 40px 42px;
    margin-bottom: 25px;
}

.pro ul {
    margin-right: -50px;
}

.pro ul li {
    float: left;
    width: 340px;
    overflow: hidden;
    margin-right: 48px;
    margin-bottom: 15px;
}

.proh3 {
    font-size: 18px;
    color: #333;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

/* mobile layout */
@media screen and (max-width: 768px) {
    * {
        box-sizing: border-box;
    }

    html,
    body {
        min-width: 0;
        overflow-x: hidden;
        background: #f8f8f8;
    }

    img {
        max-width: 100%;
    }

    .w1200,
    .w1235,
    .w1180,
    .w1113,
    .w1100,
    .w1003,
    .w1000 {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    .floatLeft,
    .floatRight {
        float: none !important;
    }

    .header {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 20;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        padding: 10px 14px 12px;
        background: transparent;
        box-shadow: none;
    }

    .logo {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 8px;
        text-align: center;
    }

    .logo img {
        width: 150px !important;
        height: auto !important;
        display: inline-block;
    }

    .nav {
        width: 100% !important;
        overflow: visible !important;
    }

    .nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 10px;
        margin: 0 !important;
        padding-top: 0 !important;
    }

    .nav ul li {
        float: none !important;
        margin-right: 0 !important;
        font-size: 13px;
        line-height: 18px;
    }

    .nav ul li a {
        display: block;
        padding: 5px 8px;
        color: #333 !important;
        background: transparent;
        border-radius: 3px;
        white-space: nowrap;
        text-shadow: 0 1px 3px rgba(255, 255, 255, 0.85);
    }

    .active a,
    .nav ul li:hover a {
        color: #d38f2c !important;
    }

    .slide {
        height: 210px !important;
        overflow: hidden;
    }

    .slide img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        display: block;
    }

    .slidewidt {
        height: 58vh !important;
        min-height: 360px;
        max-height: 520px;
    }

    .slidewidt .swiper-container,
    .swiper-wrapper,
    .swiper-slide {
        height: 100% !important;
    }

    .swiper-slide {
        background-size: cover !important;
        background-position: center !important;
    }

    .xmglp {
        padding-top: 18px;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

    .xmgl-list {
        margin: 24px 0 36px;
    }

    .inabout {
        height: auto !important;
        overflow: visible;
        background: #fff;
    }

    .inaleft,
    .inaright {
        width: 100% !important;
    }

    .inaleft img {
        width: 100% !important;
        height: 220px !important;
        object-fit: cover;
        display: block;
    }

    .inaright {
        padding: 26px 16px 30px;
    }

    .inarh3 {
        margin-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 26px;
        line-height: 36px;
    }

    .ina_line {
        margin: 18px 0;
    }

    .inarp {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 14px;
        line-height: 28px;
    }

    .nalista {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        margin-top: 16px;
        padding: 0 12px;
    }

    .nalista a {
        margin: 0 !important;
        padding: 7px 12px;
    }

    #gallery {
        margin-top: 24px !important;
    }

    .item {
        width: 100% !important;
        height: 230px !important;
    }

    .item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .anmore {
        height: auto !important;
        line-height: normal !important;
        padding: 26px 0;
    }

    .anmore a {
        display: inline-block;
        padding: 12px 24px;
    }

    .innews,
    .news {
        margin: 16px 0 28px;
    }

    .innews ul,
    .pro ul {
        margin-right: 0 !important;
    }

    .innews ul li,
    .newsleft,
    .newsright {
        width: 100% !important;
    }

    .innews ul li {
        margin-right: 0 !important;
        margin-bottom: 18px;
    }

    .inneleft {
        float: left !important;
    }

    .innright {
        width: calc(100% - 76px) !important;
        float: right !important;
    }

    .innrp,
    p.neslep {
        height: auto !important;
    }

    .neswleful,
    .newswith,
    .newsny {
        width: 100% !important;
        padding: 16px;
    }

    .neswleful li {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .nesleimg,
    .neslep {
        width: 100% !important;
        height: auto !important;
    }

    .nesleimg {
        margin-bottom: 12px;
    }

    .nesleimg img {
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    .neslh3 {
        font-size: 17px;
        line-height: 26px;
    }

    .nespspan {
        display: block;
        margin-top: 8px;
        line-height: 22px;
    }

    .newsright {
        margin-top: 16px;
    }

    .newswul li {
        margin-top: 14px;
        font-size: 14px;
        line-height: 22px;
    }

    .page a {
        display: inline-block;
        margin-bottom: 8px;
    }

    .newnyh3,
    .newnyp,
    .newsup {
        padding-left: 0;
        padding-right: 0;
    }

    .nesup,
    .nesdown {
        width: 100% !important;
        text-align: left !important;
        margin-bottom: 8px;
    }

    .ilxwm {
        height: auto !important;
        min-height: 0;
        padding-bottom: 28px;
        background-size: cover;
        background-position: center;
    }

    .lxwmleft,
    .lxwmright {
        width: 100% !important;
    }

    .lwmwidt {
        margin-right: 0 !important;
        padding-top: 0;
    }

    .lwwmdiv {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 14px !important;
    }

    .form-control {
        width: 100% !important;
        height: 42px;
        padding: 8px 10px;
        background: rgba(255, 255, 255, 0.9);
        box-sizing: border-box;
    }

    textarea.form-control,
    #message {
        width: 100% !important;
        height: 110px !important;
    }

    .insubmit {
        width: 100%;
        max-width: 220px;
        height: 42px;
        background: rgba(255, 255, 255, 0.9);
    }

    .lxwmright {
        margin-top: 24px;
    }

    .lxwmriul li {
        font-size: 14px;
        line-height: 22px;
    }

    .aicoleft {
        float: left !important;
    }

    .about-content,
    .pro {
        margin: 16px 0 24px !important;
        padding: 20px 16px !important;
    }

    .about-content p,
    .mn p {
        font-size: 14px;
        line-height: 28px;
    }

    .pro ul li {
        width: 100% !important;
        margin: 0 0 18px !important;
    }

    .imgItem {
        width: 100% !important;
        height: auto !important;
    }

    .imgItem img {
        width: 100% !important;
        height: auto !important;
        max-height: 240px;
        object-fit: cover;
        display: block;
    }

    .imgItem > img[id^="photo"] {
        position: static !important;
    }

    .imgItem > img[id$="clone"],
    .imgItem > div[id$="gls"] {
        display: none !important;
    }

    .about-djs {
        margin: 16px 0 24px !important;
        padding: 20px 0 !important;
    }

    .abot-time,
    #timeline {
        width: 100% !important;
    }

    #timeline {
        height: auto !important;
        min-height: 0;
        margin-top: 24px !important;
        padding-bottom: 48px;
        overflow: hidden;
        background-position: left 42px;
    }

    #dates {
        height: 58px !important;
        margin-bottom: 18px !important;
    }

    #dates li {
        width: 86px !important;
        height: 50px !important;
        font-size: 15px;
    }

    #dates a {
        line-height: 34px;
    }

    #issues {
        height: auto !important;
        min-height: 360px;
    }

    #issues li {
        width: calc(100vw - 32px) !important;
        height: auto !important;
        min-height: 360px;
        padding: 0 8px;
    }

    #issues li img {
        float: none !important;
        width: 100% !important;
        height: 190px !important;
        margin: 0 0 14px !important;
        object-fit: cover;
        display: block;
    }

    #issues li h1 {
        margin: 14px 0 !important;
        font-size: 26px !important;
        line-height: 34px;
    }

    #issues li p {
        height: auto !important;
        margin: 0 !important;
        font-size: 14px;
        line-height: 24px;
        overflow: visible;
    }

    #next,
    #prev {
        top: auto !important;
        bottom: 4px;
    }

    #next {
        right: 12px;
    }

    #prev {
        left: 12px;
    }

    .mx {
        width: 100% !important;
        max-width: 220px;
        margin: 16px auto 28px !important;
    }

    #bar {
        width: 100% !important;
        height: 320px !important;
    }

    .kpl {
        padding: 14px 16px;
    }

    .kpl button {
        min-width: 76px;
        height: 34px;
    }

    .mn {
        padding: 20px 0;
    }

    .mn h1 {
        font-size: 22px !important;
        line-height: 32px;
    }

    .op h2 {
        font-size: 18px !important;
        line-height: 28px;
    }

    .op ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .op ul li {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .op ul li img {
        width: 100% !important;
        max-height: 210px;
        object-fit: cover;
        display: block;
    }

    .footer {
        padding: 22px 16px;
    }

    .footer p {
        font-size: 12px;
        line-height: 22px;
    }
}

@media screen and (max-width: 480px) {
    .w1200,
    .w1235,
    .w1180,
    .w1113,
    .w1100,
    .w1003,
    .w1000 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo img {
        width: 132px !important;
    }

    .nav ul {
        gap: 6px;
    }

    .nav ul li {
        font-size: 12px;
    }

    .nav ul li a {
        padding: 4px 6px;
    }

    .slide {
        height: 190px !important;
    }

    .slidewidt {
        height: 56vh !important;
        min-height: 330px;
    }

    .inaleft img,
    .item {
        height: 210px !important;
    }

    .about-content,
    .pro {
        padding: 18px 14px !important;
    }
}

/*产品 end*/


/*子页 end*/
