@charset "utf-8";

/* CSS Document */

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
    font-size: 14px;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
    opacity: 1;
    padding-left: 10px
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
    font-size: 14px;
    opacity: 1;
    padding-left: 10px
}

body {
    padding-bottom: env(safe-area-inset-bottom);
}

.layui-container {
    padding: 0;
}

.top {
    background: #ededed;
    color: #b3b2b2
}

.top a {
    color: #b3b2b2
}

.col33 {
    color: #333333
}

.colyel {
    color: #186fe3
}

.coltxt {
    color: #666666
}

.logo-box {
    padding: 15px 0;
}

.colblue {
    color: #004fab
}

.coltxt {
    color: #0066b3;
	font-size:24px;
	padding-bottom:20px;
}

.f34 {
    font-size: 34px;
}

.top-t-bg {

}

.logo-tel {
    background: url(../images/tel.png) left center no-repeat;
    padding-left: 56px;
}

.logo-tel2 {
    background: url(../images/tel2.png) left center no-repeat;
    padding-left: 56px;
    margin-left: 20px;
}

nav {
    background: #ededed;
}

.pcnav {
    flex: 1;
    font-size: 16px;
}

.pcnav a {
    color: #000
}

.pcnav:hover {
    background: #186fe3
}

.pcnav:hover>a {
    color: #000
}

nav .colblue {
    padding: 0 10px;
}

.bannersize {
    height: 33.6vw!important;
}

.pcnav2 {
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 100;
    background: #004fab;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
}

.pcnav:hover .pcnav2 {
    opacity: 1;
    visibility: visible;
}

.pcnav2 li {
    line-height: 2em;
}

.pcnav2 li:hover {
    background: #01923f;
}

.pcnav2 li:hover a {
    color: #fff;
}

.keyword {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

.key-left {
    background: #004fab;
    padding: 0 30px;
    line-height: 52px;
}

.key-right {
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    padding: 0 5px;
    line-height: 2em;
    margin-right: 10px;
}

i {
    font-style: normal;
}

.title1 {
    background: url(../images/title1.png) center center no-repeat;
}

.goods1 .ttup {
    background: #186fe3;
}

.goods1 .ttup h2 {
    line-height: 84px;
}

.goods1 ul {
    border: 1px solid #e8e8e8;
    border-bottom: 2px solid #186fe3;
}

.goods-list {
    padding: 1rem;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.goods-list>a {
    background: url(../images/row.png) no-repeat right center;
    color: #787878;
}

.goods-list:hover>a {
    background: url(../images/row2.png) no-repeat right center;
    color: #000;
    font-weight: bold;
}

.goods-left-bot {
    border: 1px solid #b4b4b4;
    margin-top: 40px;
    padding: 20px 20px;
}

.tel-24 {
    background: #186fe3;
    width: 55%;
    top: -8%;
    line-height: 2em;
    left: 22.5%;
}

.gods-list {
    border: 1px solid #d3d3d3;
    width: 100%;
    overflow: hidden;
    transition: ease-in-out 0.3s;
}

.more {
    border: #01923f 1px solid;
    width: 172px;
    margin: 0 auto;
    text-align: center;
    line-height: 3em;
    margin-top: 30px;
}

.good-til {
    text-align: center;
    border-top: 1px solid #d3d3d3;
    bottom: 0;
    z-index: 10;
    transition: ease-in-out 0.3s;
    padding: 10px 5px;
    background: #3c3c3c;
}

.good-til h3 {
    color: #434343;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gods-list img {
    transition: ease-in-out 0.3s;
}

.gods-list:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -4px, 0);
}

.gods-list:hover {
    border: 1px solid #186fe3;
}

.gods-list:hover .good-til {
    background: #186fe3;
}

.gods-list:hover .good-til h3 {
    color: #fff;
}

.goods-img img {
    width: 100%;
    height: 197px;
    object-fit: cover;
}

.lc-bg {
    background: #fafafa url(../images/line.png) repeat-x 0 90%;
    padding: 50px 0;
    margin-top: 40px;
}

.lc-list {
    width: 18%;
}

.lc-ic {
    width: 90px;
    height: 90px;
    background: #dfdfdf;
    border-radius: 50px;
    border: #fff solid 8px;
    left: calc(50% - 52px);
    bottom: -40px;
    color: #727171;
}

.lc-ic i {
    font-size: 58px;
}

.lc-list h3 {
    color: #6b6b6b;
    margin-top: 60px;
}

.lc-list h4 {
    color: #a2a2a2
}

.lc-nu {
    color: #6b6b6b;
    width: 38px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #fafafa;
}

.lc-list:hover .lc-ic {
    background: #186fe3;
    color: #fff
}

.lc-list:hover h3 {
    color: #186fe3
}

.lc-list:hover .lc-nu {
    color: #186fe3
}

.case-bg {
    background: url(../images/pro-bg.jpg) top no-repeat;
    padding: 60px 0;
}

.pro-list li {
    width: 115px;
    line-height: 35px;
    background: #054d75;
    text-align: center;
    margin: 0 10px;
    border-radius: 5px;
    font-size: 16px;
}

.pro-list li:hover {
    background: #186fe3;
}

.pro-list li a {
    color: #fff
}

.case-bg .layui-container {
    padding: 40px 0;
}

.pro-more {
    width: 35px;
    line-height: 35px;
    background: #054d75;
    text-align: center;
    border-radius: 5px;
    margin: 0 15px;
}

.pro-show-img img {
    height: 278px;
    width: 100%;
    object-fit: cover;
}

.pro-show-title {
    background: #f6f6f6;
    text-align: center;
    line-height: 80px;
    font-size: 16px;
    color: #727272;
    padding: 0 1em;
}

.pro-show-title h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-show {
    border: 1px solid #cfcfcf;
}

.pro-show-more {
    width: 34px;
    height: 34px;
    background: #c7c7c7;
    border-radius: 50px;
    left: calc(50% - 17px);
    bottom: -17px;
    line-height: 34px;
    text-align: center;
    font-size: 30px;
    color: #fff
}

.pro-show:hover .pro-show-title {
    background: #054d75;
    color: #fff
}

.pro-show:hover .pro-show-more {
    background: #186fe3;
}

.line2 {
    background: url(../images/line2.png) no-repeat center center;
    line-height: 50px;
    margin: 20px 0;
}

.line2 a {
    color: #727272
}

.adv-bg {
    background: url(../images/adv-bg.jpg) no-repeat;
    padding: 90px 0;
}

.adv-box-list {
    margin-top: 100px;
}

.adv-box {
    width: 47.5%;
    margin-bottom: 50px;
}

.adv-txt {
    background: #fff;
    width: 288px;
    height: 344px;
    right: 0;
    top: 40px
}

.adv-txt h3 {
    background: url(../images/line3.png) no-repeat bottom left;
    padding-bottom: 23px;
}

.adv-txt p {
    width: 200px;
    margin-top: 25px;
}

.adv-txt-l {
    left: 0;
}

.ab-left,
.ab-right {
    width: 50%;
}

.ab-right {
    background: #fff;
}

.ab-right h4 {
    font-size: 45px;
    color: #666666;
    text-transform: uppercase;
}

.ab-right h3 {
    color: #054d75;
    font-size: 30px;
    font-weight: bold;
}

.ab-right-cont {
    padding-left: 45px;
    padding-top: 25px;
    padding-right: 20px;
}

.ab-right p {
    color: #5b5b5b;
    line-height: 2em;
    margin-top: 10px;
}

.ab-more {
    background: #186fe3;
    width: 150px;
    text-align: center;
    margin-top: 37px;
    line-height: 38px;
}

.honner-bg {
    background: url(../images/ab-bg.jpg) no-repeat bottom;
}

.honner-con {
    padding: 50px 0;
    width: 40%;
}

.honner-con ul {
    margin-right: 20px;
}

.honner-con ul li {
    padding: 15px 0;
    padding-left: 12px;
    border-bottom: 1px solid #84c2e3;
}

.honner-con ul li a {
    color: #fff
}

.ho-img {
    bottom: -15px;
    left: 0;
    z-index: 10;
}

.news-bg {
    background: #f7f7f7;
    padding: 60px 0;
}

.news-cl li {
    border: 1px solid #ebebeb;
    width: 160px;
    text-align: center;
    line-height: 40px;
    margin: 0 10px;
}

.news-cl li:hover {
    background: #186fe3;
    border: 1px solid #186fe3;
}

.news-cl li:hover a {
    color: #fff
}

.timebox {
    padding-right: 28px;
}

.news-txt {
    padding-left: 32px;
    background: url(../images/line4.png) left center no-repeat;
}

.news-list li {
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}

footer {
    background: #1c1c1c;
    padding: 70px 0;
}

.footer-left {
    width: 33.33%;
}

.footer-left ul {
    border-top: 2px solid #667a86;
    border-bottom: 2px solid #667a86;
    padding: 10px 0;
}

.footer-left li {
    width: 33.33%;
    margin: 8px 0;
}

.footer-mid {
    width: 27%;
    border-top: 2px solid #667a86;
    padding-top: 20px;
}

.path {
    padding: 15px 0;
    border-bottom: 1px dashed #a6a6a6;
}

.path p {
    border-left: 4px solid #186fe3;
    padding-left: 10px;
}

.nyzx-title h2 {
    background: url(../images/remen.png) no-repeat;
    width: 17%;
}

.nyzx-title {
    background: #f9f8f8;
}

.nyzx-news li {
    padding: 8px 15px 8px 5px;
    border-bottom: 1px solid #e9e9e9;
    color: #999;
    transition: all 0.3s ease-in-out;
}

.nyzx-news li:hover {
    background-color: #186fe3;
    color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.nyzx-news li:hover a {
    color: #fff;
}

.nyzx {
    margin-bottom: 40px;
}

.nei-img {
    width: 280px;
    height: 150px;
}

.nei-img img {
    max-width: 100%;
    max-height: 150px;
}

.nei-news-l li {
    padding: 20px 0;
    border-bottom: 1px dashed #e9e9e9;
}

.navmob {
    display: none;
}

.nei-n-txt {
    width: calc(100% - 280px - 20px);
}

.clwh {
    display: none;
    padding-bottom: env(safe-area-inset-bottom);
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #186fe3;
}

.layui-laypage a:hover {
    color: #186fe3;
}

@media screen and (max-width:1200px) {
    .lgdn {
        display: none;
    }
}

@media screen and (max-width:992px) {
    .mddn {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .xldn {
        display: none;
    }
    .bannersize {
        height: 40vw!important;
    }
    .banner .layui-icon {
        display: none;
    }
    .navmob {
        display: block;
    }
    .lc-list {
        width: 100%;
    }
    .lc-nu {
        margin: 10px auto;
    }
    .pro-more {
        display: none;
    }
    .pro-list li {
        margin: 10px 20px;
    }
    .pro-list {
        justify-content: space-between;
    }
    .layui-container {
        padding: 15px;
    }
    .adv-box {
        width: 100%;
    }
    .f40 {
        font-size: 30px;
    }
    .ab-right {
        width: 100%;
    }
    .ab-left {
        width: 100%;
    }
    .ab-right-cont {
        padding: 0;
    }
    .adv-bg {
        padding: 20px 0;
    }
    .adv-box-list {
        margin-top: 10px;
    }
    .footer-mid {
        width: 100%;
        padding-top: 0;
        border-top: none;
    }
    footer {
        background: #1c1c1c;
        padding: 0px;
        margin-bottom: 60px;
    }
    .logo img {
        width: 50px;
    }
    .clwh {
        display: block;
    }
    .nei-img {
        width: 20%;
        height: auto;
    }
    .mt40 {
        margin-top: 10px;
    }
    .lc-bg {
        padding: 10px;
        margin-top: 0;
    }
    .title1 {
        font-size: 18px;
    }
    .mt20 {
        margin-top: 10px;
    }
    .goods-img img {
        height: 162px;
    }
    nav .layui-container {
        padding: 0;
    }
    nav {
        background: #fff;
    }
    nav li {
        min-width: calc(25% - 1px);
        background: #ededed;
        margin: 1px 0.5px;
    }
    .lc-bg,
    .adv-bg,
    .link {
        display: none;
    }
    .case-bg {
        padding: 15px 0;
    }
    .case-bg .layui-container {
        padding: 10px 15px;
    }
    .pro-show-img img {
        height: 155px;
    }
    .pro-show-title h3 {
        font-size: 14px;
    }
    .pro-show-title {
        line-height: 2em;
    }
    .pro-show-more {
        display: none;
    }
    .news-bg {
        padding: 15px 0;
    }
    .news-cl {
        margin-top: 10px;
    }
    .news-list li {
        margin-bottom: 15px;
    }
    .timebox {
        white-space: nowrap;
        padding-right: 10px;
        text-align: center;
    }
    .timebox .r48 {
        font-size: 24px;
    }
    .news-txt {
        padding-left: 10px;
    }
    .nyzx {
        margin-bottom: 20px;
    }
    .mt30 {
        margin-top: 15px;
    }
    .r16,
    .r14 {
        font-size: 12px !important;
    }
    .nei-n-txt {
        width: calc(80% - 10px);
    }
    .nei-n-txt h3{
      white-space: nowrap;
      overflow: hidden;
      width: 100%;
      text-overflow: ellipsis;
    }
    article img{
      max-width: 100%!important;
    }
}