/* 
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;
}
html{width:100%;height: 100%;}
body {
    font-size: 14px;
    font-family: "思源黑体 CN", "Microsoft yahei";
    color:#333;
    width: 100%;
    height: 100%;
}
/* 全站滚动条 */
::-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: block;
}
/* 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 */
.bodyBg{
    background:url(../upload/images/background.png) no-repeat center center;
    background-size: cover;
    width:100%;
    height:1080px;
}
.header {
    width: 100%;
    position: absolute;
    top:0;
    z-index: 2;
}
.header .wrap{
    width:1275px;
}
.header .logo{
    padding-top:36px;
}
.nav_btn{
    display: block;
    width:36px;
    height: 4px;
    border-radius: 2px;
    background:#fff;
    position:relative;
    margin-top: 20px;
    transition:all 0.5s;
    cursor: pointer;
}
.nav_btn:after,.nav_btn:before{
    content:"";
    position:absolute;
    left:0;
    top:10px;
    width:100%;
    background:#fff;
    height:4px;
    border-radius: 2px;
    transition:all 0.5s;
}
.nav_btn:before{
    top:-10px;
}
.nav_btn span {
    position: absolute;
    left: calc(100% + 10px);
    z-index: 2;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: arial;
}
.nav_btn_close {
    height: 0;
    transition:all 0.2s;
    z-index: 11;
    margin-top:0px;
}
.nav_btn_close:after {
    transform: rotate(45deg);
    top:0;
    transition:all 0.5s;
    background:#00469d;
}
.nav_btn_close:before {
    transform: rotate(-45deg);
    top: 0;
    transition:all 0.5s;
    background: #00469d;
}
.nav_btn_close span{
    color: #00469d;

}

.header .language{
    padding-top: 30px;
    color: #fff;
}
.header .language a{
    color: #fff;
}
.header #nav{
    display: none;
    position: fixed;
    z-index: 9;
    background: #f2de34;
    right: 0;
    top: 0px;
    width: 300px;
    height: 100%;
    padding-top: 90px;
    box-sizing: border-box;
}

#nav li.active:before{
    bottom: 8px;
}


#nav li.nav_li{
    width:calc(100% / 1 - 0px);
    border-left:1px solid #fff;
    text-align: center;
    position: relative;
    
    padding-top: 20px;
    padding-bottom: 20px;
}
#nav li:before{
    position:absolute;
    bottom:-8px;
    content:'';
    width:0px;
    left:50%;
    margin-left:-40px;
    height:2px;
    background:#fff;
    transition:all 0.8s;
}
#nav li:hover:before{width:80px;}
#nav li.nav_li:first-child{border-left:0px;}
#nav a{color:#0056b3;}
#nav li:hover a{color: #000;}
#nav li.active:before{
    position:absolute;
    bottom:-8px;
    content:'';
    width:80px;
    left:50%;
    margin-left:-40px;
    height:2px;
    background:#fff;
    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: 66px;
    background-color: #18485c;
    z-index: 1;
    transition: all 1s;
}
#nav ul.menu li{
    position:relative;
    height: 42px;
    line-height: 42px;
}
#nav ul.menu li:before{bottom:0;}

#nav ul.menu li a{
    color: #fff;
}
/* banner */
#banner{
    height: 700px;
    --swiper-theme-color: #cc2f21;
    --swiper-navigation-size: 50px;
}
#banner li{line-height: 0;text-align: center;}
#banner .banBox{
    position: relative;
    width:1275px;
    margin:0 auto;
}
#banner .banBox .links{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:calc(120px * 2 + 40px);
    position:absolute;
    left:0;
    top:400px;
}
#banner .banBox .links a{
    background:#f3df34;
    border-radius:18px;
    width:120px;
    height: 42px;
    line-height:42px;
    color:#333;
    box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, 0.5);
}
#banner .banBox .links a:hover{
    background:rgb(243, 135, 52)
}

/* /banner */

/* 首页产品展示版块 */

.products{
    width: 100%;
}
#productsBox{
    width:calc(1200px - 8px * 2);
    border:8px solid #fff;
    border-radius: 60px;
    background: rgba(0,88,170,0.75);
    box-shadow:inset 0px 0px 24px 0px rgba(0, 0, 0, 0.8);
    height: 300px;
    margin: 0 auto;
}
#productsBox ul{
    display: flex;
    justify-content:center;
}
#productsBox li {
    padding: 0px 40px;
    box-sizing: border-box;
    text-align: center;
}

#productsBox li .proText{
    width:100%;
    font-size: 28px;
    color:#fff;
    padding:20px 0px;
}

#productsBox li .proText a{
    font-size: 14px;
    background:#cc2f21;
    color:#fff;
    width:140px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border:1px solid #cc2f21;
    position:relative;
    z-index: 1;
    overflow:hidden;
}
#productsBox li .proText 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;

}
#productsBox li .proText a:hover:before{
    transform:translateX(0) skewX(-45deg);
}
#productsBox li .proText a:hover{
    color:#cc2f21;
}
#productsBox li .pic{
    width:calc(150px + 8px * 2);
    margin: 0 auto;
}
/* /首页产品版块结束 */

/* 新闻 */
.news .newsTitle{
    width:100%;
    text-align: center;
    background:url(../upload/images/newstitbg_07.jpg) repeat-x center bottom,#fff;
    height: 270px;
    color:#666;
}
.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:#000;
    display: block;
    margin:0 auto;
}
.news .newsTitle p{
    padding-top: 26px;
}
.news .newsWrap{
    background:#ffd263;
    padding: 60px 0px 60px 0px;
}
.news #newsBox{
    width:1280px;
}
.news #newsBox li{
    background:#fff;
}
.news #newsBox li .pic{
    border:3px solid #fff;
    box-sizing: border-box;
    display: block;
    height: 210px;
    overflow: hidden;
}
.news #newsBox li .pic img{
    height: 100%;
    width:100%;
}
.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:3px 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: #ff6364;
    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 */

/* /home */

/* footer */
.bodyBg .footer{
    color: #fff;
    background:rgba(0, 71, 157, 0);
}
.bodyBg .footer a{
    color:#fff;
}
.footer{
    width:100%;
    background:#00479d;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    
}
.footer a{
    color:#fff;
}
/* //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;
}
.nbanner h3{
    text-align: center;
    padding-top: 214px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 7px rgb(0 0 0 / 50%);
}
.LayoutAbout .nbanner{
    background-position:center -140px;
}
.LayoutNews .nbanner{
    background-position:center -140px;
}
/* /内页banner */
/* 内页子栏目 */
.nySubnav{
    width:100%;
    background: #f0f0f0;
    padding:8px 0px 0px;
}
.nySubnav ul {
    width:50%;
    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:100%;
}
.layoutAboutBox .p1{
    line-height: 2;
    text-indent: 2em;
    width:100%;
}
.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: #00469a;
}
.layoutAboutBox span.img{
    display:block;
}
.layoutAboutBox  .pic{
    width:50%;
    box-sizing: border-box;
    border:10px solid #00469a;
    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 .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: #00469a;
}
.LayoutProucts .layoutProBox li .pic {
    background: #fff;
    transition: all 0.8s;
    width: 100%;
    overflow: hidden;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: 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: 2;
    font-size: 1rem;
    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;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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: #00469a;
}
.layoutProShow_desc a.more {
    margin: 1rem 0;
    width: 100%;
    height: 2.75rem;
    line-height: 2.75;
    display: block;
    background: #00469a;
    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 */
/* 新闻栏目 */
.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: #00469a;
    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:100%;
    height:420px;
    background: url(../upload/images/LHWMap.jpg) no-repeat center center;
}
.LayoutContact #lhwmap a{
    display: flex;
    width:100%;
    height: 100%;
}
.LayoutContact .ContactForm{
    width:50%;
}
.LayoutContact .contact_Text{
    width:45%;
}
.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;
}

.LayoutCatalog{
    background: #323639;
}


/* 页面底部翻页 */
.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: #00469a;
    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%;}
    .bodyBg {
        background-size: cover;
        width: 100%;
        height: 100%;
    }
    .header .wrap {
        width: 96%;
    }
    .header .logo{width:75%;
        padding-top: 18px;
    }
    .nav_btn span{
        display: none;
    }
    .header .headRight{
        width:10%;
    }
    .header .language {
        padding-top: 0px;
        position: absolute;
        width: 198px;
        left: 8px;
        top: 60px;
    }
    .nav_btn{
        margin-top: 32px;
    }
    .nav_btn_close{
        margin-top: 32px;
    }
    
    #banner {
        height: 300px;
    }
    #banner .banBox {
        width: 98%;
        padding-top: 70px;
    }
    #banner .banBox .links {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: calc(74px * 2 + 0px);
        position: absolute;
        top: 194px;
        left: 6px;
    }
    #banner .banBox .links a {
        background: #f3df34;
        border-radius: 10px;
        width: 80px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        color: #333;
        margin-bottom: 10px;
        box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, 0.5);
    }
    #productsBox{
        width: calc(100% - 8px * 2);
        height: 420px;
    }
    #productsBox ul {
        flex-wrap: wrap;
    }
    #productsBox li {
        padding: 0px 0px;
        width: 50%;
    }
    #productsBox li .proText {
        font-size: 20px;
        padding: 20px 0px 5px;
    }
    #productsBox li .pic {
        width: calc(115px + 8px * 2);
        margin: 0 auto;
    }
    .nbanner{
        height: 160px;
        background-size: 700px;
    }
    .nbanner h3{display: none;}
    .LayoutAbout .nbanner {
        background-position: center -10px;
    }
    .LayoutNews .nbanner {
        background-position: center -10px;
    }

    .nySubnav{padding:18px 0px;}
    .nySubnav ul {width:100%;}
    .nySubnav ul li {
        padding: 0px;
        width: 25%;
    }
    .layout_ProShowBox .pic{
        width:94%;
        margin:0 auto;
    }
    .layout_ProShowBox .layoutProShow_desc{
        width:94%;
        margin:0 auto;
    }
    .layoutProShow_desc h2{
        font-size: 1.25rem;
    }
    .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 li .pic {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .LayoutNews .layoutBox li .newsContent {
        width: 100%;
    }
    .LayoutNews .newsContent h3 {
        line-height: 1.27;
    }
    .LayoutNewsShow .layoutBox h2.title {
        font-size: 20px;
        line-height: 1.25;
    }
    .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 .ContactForm {
        width: 100%;
        border-top: 2px dashed #ddd;
    }
}