/* 
css 20210528
author:Hongw
*/
@charset "utf-8";
* {padding: 0;margin: 0;}
ul li {list-style: none;}
hr{border:0;}
button, input, optgroup, select, textarea {
    outline: none;
}
a {
    outline: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-decoration: none;
    color: #333;
}
img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
body {
    font-size: 14px;
    font-family: "思源黑体 CN", "Microsoft yahei";
    color:#333;
}
/* 全站滚动条 */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.3);
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  ::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(0, 0, 0, 0.2);
  }
/* 公用样式 */
.nav_btn {
    display: none;
}
img.MobBanner {
    display: none;
}
/* end */
.wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* 返回顶部 */
.goTop{
    width:40px;
    height:40px;
    border:5px solid rgba(255,255,255,0.5);
    background-color:rgba(0,0,0,0.5);
    position:fixed;
    bottom:5vh;
    right: 1vw;
    color:#fff;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    transition:all 0.5s;
}
.goTop:hover{
    border:5px solid rgba(255,255,255,0.9);
    background-color:rgba(0,0,0,0.9);
    cursor: pointer;
}
/* 返回顶部End */
/* 公用样式 */
/* Home */
.header {
    width: 100%;
    background-color: #fff;
}
.header .logo{
    width:446px;
    padding-top:48px;
    padding-bottom:38px;
}
.header #nav{
    width:50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding:10px 0px;
}
#nav li.nav_li{
    width:calc(100% / 6 - 0px);
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#nav li:before{
    position:absolute;
    bottom:28px;
    content:'';
    width:0px;
    left:50%;
    margin-left:-40px;
    height:2px;
    background:#04a6ee;
    transition:all 0.8s;
}
#nav li:hover:before{width:80px;}
#nav li.nav_li:first-child{border-left:0px;}
#nav a{color:#333;}
#nav li:hover a{color: #04a6ee;}
#nav li.active:before{
    position:absolute;
    bottom:28px;
    content:'';
    width:80px;
    left:50%;
    margin-left:-40px;
    height:2px;
    background:#04a6ee;
    transition:all 0.8s;
}
#nav li.nav_li:hover ul.menu{
    display: block;
    opacity: 1;
    width:100%;
}
#nav li.nav_li ul.menu{
    opacity: 0;
    position:absolute;
    width:0%;
    top: 100%;
    background-color: #04a6ee;
    z-index: 2;
    transition: all 1s;
}
#nav ul.menu li{
    position:relative;
    height: 42px;
    line-height: 42px;
}
#nav ul.menu li a{
    color: #fff;
}
#nav ul.menu li:before{bottom:0;}
/* banner */
#banner{
    --swiper-theme-color: #04a6ee;
    --swiper-navigation-size: 50px;
}
#banner li{line-height: 0;}
/* /banner */

/* 首页产品展示版块 */

.products{
    background:#f2f2f2;
    padding:60px 0px 80px;
}
.products .productsTitle{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    font-family: Source Han Sans,Geneva,sans-serif;
    line-height: 1.5;
    color: #151515;
}
.products .productsTitle b{
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #aaaaaa;
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif;
}
.products .productsMenu{
    padding-top: 40px;
    justify-content: center;
}
.products .productsMenu li{
    border-radius: 4px;
    overflow: hidden;
    padding: 0px 5px;
}
.products .productsMenu li a{
    display: block;
    box-sizing: border-box;
    padding:10px 20px;
    background: #04a6ee;
    color: #fff;
}
#productsBox{
    width:90%;
    padding-top:50px;
}
#productsBox li .wrap{
    width:100%;
    box-sizing: border-box;
}
#productsBox li .proText h3{
    font-size: 14px;
    color:#444;
    font-weight: normal;
    text-align: center;
    margin-top:8px;
    height:48px;
    line-height: 48px;
}
#productsBox li .pic{
    width:100%;
    height:235px;
    overflow: hidden;
    vertical-align: top;
    border:1px solid #efefef;
    line-height: 0;
}
#productsBox li .pic img{
    transition:all 1s;
}
#productsBox li:hover .pic img{
    transform: scale(1.2,1.2);
}
/* /首页产品版块结束 */

.about {
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about .pic{
    width:38%;
    box-sizing: border-box;
    background: #faf9f9;
}
.about .about_con{
    width: 62%;
    background: #faf9f9;
    box-sizing: border-box;
    padding-left: 0px;
}
.about .about_title{
    width:100%;
    color: #151515;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.5;
    padding-top: 40px;
    padding-bottom: 20px;
    box-sizing: border-box;
    padding-left: 60px;
}
.about hr{
    background:#151515;
    width:108px;
    height: 4px;
}
.about p{
    padding-top:30px;
    width:94%;
    color: #666666;
    font-size: 14px;
    line-height: 2;
    text-indent: 2em;
}
.about a {
    display: none;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom:40px ;
    font-size: 14px;
    background: #036599;
    color: #fff;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about  a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 135%;
    height: 100%;
    background: #fff;
    z-index: -99;
    transform-origin: 0 0;
    -ms-transfomr-origin: 0 0;
    -webkit-transfomr-origin: 0 0;
    transform: translateX(-100%) skewX(-45deg);
    -ms-transform: translateX(-100%) skewX(-45deg);
    -webkit-transform: translateX(-100%) skewX(-45deg);
    transition: transform .2s;
}
.about a:hover {
    color: #036599;
    border: 1px solid #036599;
}
.about  a:hover:before{
    transform:translateX(0) skewX(-45deg);
}
/* 优势 */
.youshi{
    padding-top:120px;
    padding-bottom:140px;
}
.youshi .youshiTitle{
    font-size: 52px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 40px;
}
.youshi .youshiTitle p{
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.youshi ul.wrap{
    width:80%;
}
.youshi li{
    width:calc(100% / 5 - 14px);
    text-align: center;
    box-sizing: border-box;
    padding:20px 20px;
    border:1px solid #e0e0e0;
    border-radius: 5px;
}
.youshi li .pic{
    width:100%;
    height:168px;
    position: relative;
    overflow:hidden;
    transition: all 1s;
    transform-style: preserve-3d;
}
.youshi li .pic img{
    position: absolute;
    top:0px;
    left:50%;
}
.youshi li .pic img.icon{
    margin-left: -81px;
    transform:rotateY(0deg);
    backface-visibility:hidden;
    transition: all 1s;
}
.youshi li:hover .pic img.icon{
    transform:rotateY(180deg);
}
.youshi li .pic img.img{
    margin-left: -110px;
    transform:rotateY(180deg);
    backface-visibility:hidden;
    transition: all 1s;
}
.youshi li:hover .pic img.img{
    transform:rotateY(0deg);
    top:20px;
}
.youshi li .title{
    font-size: 20px;
    color: #036599;
    height:40px;
    line-height: 40px;
    padding-top:20px;
}
.youshi li p{
    padding-top:20px;
    line-height: 1.75;
    font-size: 14px;
}
/* 新闻 */
.news {
    background:url(../upload/newsbg1.jpg) no-repeat top center;
}
.news .newsTitle{
    width:100%;
    text-align: center;
    height: 270px;
    color:#515151;
}
.news .newsTitle h4{
    font-size: 36px;
    font-family:"思源黑体";
    font-weight: lighter;
    padding-top: 70px;
    padding-bottom: 20px;
}
.news .newsTitle span{
    width:40px;
    height:1px;
    background:#515151;
    display: block;
    margin:0 auto;
}
.news .newsTitle p{
    padding-top: 26px;
}
.news .newsWrap{
    padding: 0px 0px 100px 0px;
}
.news #newsBox{
    width:1280px;
}
.news #newsBox li{
    background:#fff;
}
.news #newsBox li .pic{
    border:8px solid #fff;
    box-sizing: border-box;
    display: block;
    height: 210px;
    overflow: hidden;
    display: none;
}
.news #newsBox li .pic img{
    height: 100%;
    width:100%;
    transition: all 0.8s;
}
.news #newsBox li:hover .pic img{
    transform: scale(1.1,1.1);
}
.news #newsBox .newsCon{
    border:3px solid #fff;
    margin:0 auto;
    padding: 0px 14px 20px 14px;
    box-sizing: border-box;
}
.news #newsBox .newsCon h5{
    font-family: "思源黑体";
    font-size:16px;
    line-height: 2;
    padding:10px 0px 10px 0px;
}
.news #newsBox .newsCon p{
    font-size: 12px;
    font-family: "思源黑体";
    font-weight: lighter;
    color: #a4a4a4;
    height:32px;
}
.news #newsBox .newOuter{
    border:8px solid #fff;
    display:flex;
    justify-content: space-between;
    padding-top: 16px;
    margin: 0px 14px 15px 14px;
    border-top:1px solid #ddd;
    box-sizing: border-box;
    color:#a4a4a4;
}
.news #newsBox .newsDate{
    background:url(../upload/dateIcon.png) no-repeat left;
    padding-left:24px;
    width:35%;
}
.news .newsMore {
    margin: 45px auto 0;
    width: 14vw;
    position: relative;
    text-align: center;
}
.news .newsMore .swiper-button-prev,
.news .newsMore .swiper-button-next {
    background: #63b7ff;
    opacity: 1;
    width: 48px;
    height: 48px;
    --swiper-navigation-size: 30px;
    outline: none;
    color:#fff;
}
.news .newsMore a {
    display: block;
    padding-top: 20px;
    width: 60px;
    height: 48px;
    margin: 0 auto;
}
/* 新闻endLHW */
/* 案例 */
.projectCase{
    padding-top:80px;
    padding-bottom:60px;
}
.projectCase .projectTitle{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    font-family: Source Han Sans,Geneva,sans-serif;
    line-height: 1.5;
    color: #151515;
}
.projectCase .projectTitle b{
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #aaaaaa;
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif;
}
/* /案例 */


/* /home */

/* footer */
.footer{
    width:100%;
    background:#1296db;
    color: #fff;
    text-align: center;
    padding-top:20px;
    padding-bottom:20px;
    
}
.footer a{
    color:#fff;
}
.footerContact{
    background-color: #212121;
    padding-top:50px;
    padding-bottom: 40px;
}
.footerContact .wrap{
    width:80%;
}
.footerContact ul{
    width: 42%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.footerContact ul:first-child{
    width: 38%;
}
.footerContact  hr{
    width: 1px;
    background: #686868;
    border-left: 1px solid #141414;
}
.footerContact li{
    line-height: 38px;
    width: 49%;
}
.footerContact li:first-child{
    font-size: 24px;
    padding-bottom: 18px;
    width: 100%;
}
.footerContact li.Add img{
    width: 25px;
}

/* //footer  */
/* 内页banner */
.nbanner{
    width:100%;
    height:420px;
    background-image:url(../upload/nban.jpg);
    background-color: #1567ff;
    background-repeat: no-repeat;
    background-position: center top;
}
.nbanner p{
    text-align: center;
    font-size: 38px;
    padding-top: 97px;
    text-shadow: 3px 3px 0px #fff;
}
.LayoutAbout .nbanner{
    background-position:center -0px;
}
.LayoutNews .nbanner{
    background-position:center -360px;
}
/* /内页banner */
/* 内页子栏目 */
.nySubnav{
    width:100%;
    background: #f0f0f0;
    padding:28px 0px;
}
.nySubnav ul {
    width:80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.nySubnav ul li{
    padding:0px 20px;
}
.nySubnav ul li.current a{
    color:#29abe2;
}
.nySubnav ul li a{
    color: #333;
}
/* 内页子栏目 end*/
/* 关于我们 */
.layoutAboutBox {
    padding-top: 60px;
    padding-bottom: 60px;
}
.layoutAboutBox .text{
    width:45%;
}
.layoutAboutBox .p1{
    line-height: 2;
    text-indent: 2em;
}
.layoutAboutBox .text ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top:80px;
    border-top:1px dashed #666;
    margin-top:80px;
}
.layoutAboutBox .text ul li{
    width:46%;
}
.layoutAboutBox .text ul li:first-child{
    width: 45%;
    box-sizing: border-box;
    padding-right: 6%;
    border-right: 1px solid #ddd;
}
.layoutAboutBox .p2{
    line-height: 2.5;
    font-size:22px;
    color: #04a6ee;
}
.layoutAboutBox span.img{
    display:block;
}
.layoutAboutBox  .pic{
    width:50%;
    box-sizing: border-box;
    border:10px solid #04a6ee;
    line-height: 0;
}
/* /关于我们 */
/* 资质荣誉 */
.LayoutHonor .layoutBox{
    padding-top:40px;
}
.LayoutHonor .layoutBox ul li{
    width:32%;
}
.LayoutHonor .layoutBox ul li .pic{
    border: 3px solid #fff;
    line-height: 0;
    box-shadow: 0px 0px 10px #6c6c6c;
    text-align: center;
}
.LayoutHonor .layoutBox ul li h3{
    text-align: center;
    height: 60px;
    line-height: 50px;
}
/* 资质荣誉end */

/* 产品栏目 */
.LayoutProucts .nbanner{
    background-position: center -50px;
}
.LayoutProucts .layoutProBox {
    padding-top: 40px;
}
.LayoutProucts .layoutProBox ul.wrap {
    justify-content: left;
}
.LayoutProucts .layoutProBox li {
    width: 28%;
    margin: 10px 20px 10px;
    background: #f0f0f0;
    transition:all 0.8s;
}
.LayoutProucts .layoutProBox li:hover{
    background: #04a6ee;
}
.LayoutProucts .layoutProBox li .pic {
    background: #fff;
    transition: all 0.8s;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.LayoutProucts .layoutProBox li:hover img {
    transform: scale(1.1, 1.1);
}
.LayoutProucts .layoutProBox li h3 {
    box-sizing: border-box;
    padding: 0 8px;
    text-align: center;
}
.LayoutProucts .layoutProBox li h3 a {
    line-height: 3;
    color: #333;
    transition:all 0.5s;
}
.LayoutProucts .layoutProBox li:hover h3 a {
    color: #fff;
}
.LayoutProShow .layoutBox {
    padding-top: 40px;
    padding-bottom: 40px;
}
.layout_ProShowBox .pic {
    width: 40%;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    line-height: 0;
}
.layout_ProShowBox .layoutProShow_desc {
    width: 50%;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    height: 476px;
    box-sizing: border-box;
    padding: 2.5rem 2rem 1rem 2rem;
}
.layoutProShow_desc h2 {
    font-size: 1.75rem;
    padding-bottom: 1.5rem;
    color: #333;
    border-bottom: 1px dashed #ddd;
}
.layoutProShow_desc h2 span {
    font-size: 1rem;
    color: #333;
    font-weight: normal;
}
.layoutProShow_desc p.CallTel {
    padding: 1rem 0rem;
}
.layoutProShow_desc p.biaoyu {
    text-align: center;
    font-size: 1.25rem;
    background: #d0e7f8;
    margin: 2rem 0rem 2rem 0rem;
    padding: 1rem 0;
    color: #000000;
}
.layoutProShow_desc p.CallTel b {
    font-size: 2rem;
    color: #cc2f21;
}
.layoutProShow_desc a.more {
    margin: 1rem 0;
    width: 100%;
    height: 2.75rem;
    line-height: 2.75;
    display: block;
    background: #1296db;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.layoutProShow_desc .PageArrow{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding-top: 22px;
}
.lay_ProShowText {
    line-height: 2;
    padding-top: 2rem;
}
/* 产品栏目END */
/* 案例栏目Start */
.LayoutCase .layoutBox li{
    width:33%;
    box-sizing: border-box;
    padding:10px;
}
.LayoutCase .layoutBox ul.wrap li .pic{
    border: 3px solid #fff;
    line-height: 0;
    box-shadow: 0px 0px 10px #6c6c6c;
    text-align: center;
    overflow: hidden;
    height: 246px;
}
.LayoutCase .layoutBox ul.wrap li .pic img{
    min-height: 246px;
}
.LayoutCase .layoutBox ul.wrap li h3{
    text-align: center;
    display:block;
    height:60px;
    line-height:60px;
    font-size: 16px;
}
/* 案例案例End */
/* 新闻栏目 */
.LayoutNews .layoutBox {
    padding-top: 40px;
}
.LayoutNews .layoutBox li {
    padding-bottom: 20px;
}
.LayoutNews .layoutBox li .pic {
    width: 30%;
    height: 280px;
    overflow: hidden;
}
.LayoutNews .layoutBox li .newsContent {
    width: 66%;
}
.LayoutNews .newsContent h3 {
    font-size: 20px;
    line-height: 2;
    padding-bottom: 10px;
}
.LayoutNews .newsContent span {
    line-height: 2;
}
.LayoutNews .newsContent p {
    padding-top: 20px;
    line-height: 2;
    font-size: 14px;
}
.LayoutNews .newsContent a.more {
    margin: 40px 0;
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    width: 150px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #ddd;
    position: relative;
    transition: all 1s;
    overflow: hidden;
    z-index: 2;
}
.LayoutNews .newsContent a.more:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #04a6ee;
    z-index: -1;
    transition: all 0.5s;
}
.LayoutNews .newsContent a.more:hover {
    color: #fff;
}
.LayoutNews .newsContent a.more:hover:before {
    width: 100%;
}
.LayoutNewsShow .layoutBox {
    padding: 40px 0px 0px;
}
.LayoutNewsShow .layoutBox h2.title {
    font-size: 24px;
    width: 100%;
    text-align: center;
    line-height: 3;
    color: #333;
}
.LayoutNewsShow .layoutBox .flag {
    text-align: center;
    width: 100%;
    padding: 20px 0 40px;
    border-bottom: 1px dashed #999;
    margin-bottom: 40px;
}
.LayoutNewsShow .layoutBox .newsShowContent {
    line-height: 2;
    min-height: 400px;
}
.LayoutNewsShow .newsShowContent p {
    text-indent: 2em;
    padding-bottom: 8px;
}
/* 新闻栏目END */
/* 联系我们 */

.LayoutContact .layoutBox{
    padding-top:60px;
    padding-bottom:60px;
}
.LayoutContact #lhwmap{
    width:60%;
    height:420px;
    background: url(../upload/images/mapLHW.jpg) no-repeat center center;
}
.LayoutContact #lhwmap a{
    display: flex;
    width:100%;
    height: 100%;
}
.LayoutContact .contact_Text{
    width:35%;
}
.LayoutContact .contact_Text ul {
    padding-bottom: 20px;
}
.LayoutContact .contact_Text ul li{
    font-size:18px;
    line-height:2;
}
.LayoutContact .contact_Text ul li:first-child{
    font-size: 24px;
    padding-bottom: 10px;
}
.LayoutContact .contact_Text ul li.Add img{
    width:24px;
}
.LayoutContact .contact_Text .qrcode{
    width:40%;
}
.LayoutContact .contact_Text .qrcode b{
    display:block;
    font-size:18px;
    text-align: center;
}



/* 页面底部翻页 */
.layout_Page{
    width: 1200px;
    margin: 25px auto;
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
.layout_Page li{
    padding: 0.25rem 1rem;
    background: #ddd;
    margin: 0 4px;
}
.layout_Page li.current{
    background: #04a6ee;
    color: #fff;
}
.layout_Page li a{
	color:#333;
}
/* 新闻详情页翻页 */
.layout_ShowPage {
    padding: 40px 0 40px;
    border-top: 1px dashed #999;
    margin-top: 40px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



@media screen and (max-width:760px) {
    img.PcBanner {display: none;}
    img.MobBanner {display: block;}
    .wrap {width: 98%;}
    .header .logo{width:78%;
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .header #nav{
        display: none;
            position: fixed;
        z-index: 99;
        background: #fff;
        height: 100%;
        left: 0;
        top: 0;
        width: 80%;
    }
    .nav_btn{
        display: block;
        width:36px;
        height: 4px;
        border-radius: 2px;
        background:#04a6ee;
        position:relative;
        margin-top: 35px;
        transition:all 0.5s;
    }
    .nav_btn:after,.nav_btn:before{
        content:"";
        position:absolute;
        left:0;
        top:10px;
        width:100%;
        background:#04a6ee;
        height:4px;
        border-radius: 2px;
        transition:all 0.5s;
    }
    .nav_btn:before{
        top:-10px;
    }
    .nav_btn_close {
        height: 0;
        transition:all 0.2s;
    }
    .nav_btn_close:after {
        transform: rotate(45deg);
        top: 0;
        transition:all 0.5s;
    }
    .nav_btn_close:before {
        transform: rotate(-45deg);
        top: 0;
        transition:all 0.5s;
    }
    #nav li.nav_li{
        width:100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #nav li.active:before{
        bottom: 8px;
    }
    .products .productsTitle{
        font-size: 24px;
    }
    .products .productsMenu{display: none;}
    .about .pic{
        display:none;
        width:96%;
        margin:0 auto;
    }
    .about .about_con{
        width:96%;
        margin:0 auto;
    }
    .about p{
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .youshi{
        padding-top: 40px;
    }
    .youshi .youshiTitle{
        font-size: 24px;
    }
    .youshi .youshiTitle p{
        font-size: 14px;
    }
    .youshi li{
        width:100%;
    }
    .youshi li .pic{
        height:134px;
    }
    .youshi li .pic img{
        position:unset;
    }
    .youshi li .pic img.icon{
        display: none;
    }
    .youshi li .pic img.img{
        transform: rotateY(0deg);
        margin-left: 0px;
    }
    .news #newsBox {
        width: 90%;
    }
    .news .newsMore{
        width: 58vw;
    }
    .projectCase .projectTitle{
        font-size: 24px;
    }
    .footerContact .wrap {
        width: 90%;
    }
    .footerContact ul:first-child {
        width: 100%;
    }
    .footerContact ul{
        width:100%;
    }
    .footerContact li {
        width: 100%;
    }
    .footerContact li:first-child{
        font-size: 20px;
    }
    .footerContact  hr{
        width: 100%;
        height: 1px;
        margin:20px 0px;
    }
    .footer{
        box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    }
    .nbanner{
        height: 160px;
        background-size: 610px;
    }
    .nbanner p {
        font-size: 20px;
        padding-top: 60px;
        text-shadow: 1px 1px 0px #fff;
    }
    .LayoutAbout .nbanner{
        background-size: 678px;
    }
    .LayoutNews .nbanner {
        background-position: center -42px;
        background-size: 456px;
    }
    .layoutAboutBox .wrap{
        width: 94%;
    }
    .LayoutProucts .nbanner{
        background-position: center -26px;
        background-size: 553px;
    }
    .nySubnav{padding:18px 0px;}
    .nySubnav ul {width:100%;}
    .nySubnav ul li {
        padding: 0px;
        width: 25%;
    }
    .LayoutProShow .nbanner{
        background-position: center -26px;
        background-size: 553px;
    }
    .layout_ProShowBox .pic{
        width:94%;
        margin:0 auto;
    }
    .layout_ProShowBox .layoutProShow_desc{
        width:94%;
        margin:0 auto;
    }
    .layoutProShow_desc h2{
        font-size: 1.25rem;
    }
    .layoutProShow_desc p.CallTel b{
        font-size: 20px;
    }
    .layout_Page{width:98%;}
    .layout_Page li {padding: 0.25rem 0.5rem;}
    .layout_ShowPage{width:98%;}
    .layout_ShowPage li{width:100%;}
    .LayoutProucts .layoutProBox li {
        width: 90%;
    }
    .LayoutNews .layoutBox .wrap{
        width: 94%;
    }
    .LayoutNews .layoutBox li .pic {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .LayoutNews .layoutBox li .newsContent {
        width: 100%;
    }
    .LayoutNews .newsContent h3 {
        line-height: 1.27;
        padding-top: 20px;
    }
    .LayoutNewsShow .layoutBox h2.title {
        font-size: 20px;
        line-height: 1.25;
    }
    .LayoutCase .layoutBox li{
        width: 98%;
    }
    .LayoutContact #lhwmap {
        width: 90%;
        margin: 0 auto;
        height: 240px;
    }
    .LayoutContact .contact_Text {
        width: 88%;
        margin: 0 auto;
    }
    .LayoutContact .contact_Text .qrcode {
        display: none;
    }
    .LayoutContact .contact_Text ul li:first-child {
        font-size: 22px;
    }
    .LayoutContact .contact_Text ul li{
        font-size: 16px;
    }
}