@charset "UTF-8";
.box{ width:100%;}
.indexNav{position:fixed;width:100%;top:0px;left:0px;z-index:2;display: none;}
.indexNavNr{background: #fff;padding: 0 20px;display:flex;flex-wrap:wrap;justify-content:space-between;display:-webkit-flex;align-items:center;}
.logo{}
.logo h1{text-transform:uppercase;font-size:32px;}
.logo img{height:50px}
#nav{}
#nav>li{float:left;display:block;position:relative;padding:0 25px}
#nav>li>a{line-height:80px;font-size:14px;transition:0.4s;-o-transition:0.4s;-moz-transition:0.4s;-webkit-transition:0.4s;text-transform:uppercase;position:relative;}
#nav>li>a.this{color:#f20000!important}
#nav>li>a.this:before{content:'';display:block;width:14px;height:1px;background:#f20000;position:absolute;left:0px;transition:0.4s;-o-transition:0.4s;-moz-transition:0.4s;-webkit-transition:0.4s;width:100%;bottom:26px}
#nav>li>ul{position:absolute;left:10px;z-index:20;background:#fff;box-shadow:0 2px 6px 0 rgba(32,33,36,0.28);display:none;min-width:150%}
#nav>li>ul>li{border-bottom:1px solid rgba(0,0,0,0.10)}
#nav>li>ul>li>a{display:block;padding:10px 20px;white-space:nowrap}

.head{display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:space-between;align-items:center}
.head a{color:#fff;line-height:46px;font-size:14px}
.headLeft{}
.headLeft a{}
.head a i{font-size:14px;font-weight:normal;position:relative;top:1px;margin-right:6px}
.headRight a{padding-left:40px}
.headNr{display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:space-between;align-items:center}
.sousuo{background:#f5f5f5}
.sousuo button{position:absolute;right:0px;height:38px;top:0px;padding:0 15px;background:none;color:#333}
.sousuo input{width:240px;height:38px;line-height:38px;font-size:14px;padding:0 10px;display:block;background:none;color:#333}
.sousuo form{display:block;position:relative}
.sousuo input::-webkit-input-placeholder{color:#999}
.sousuo input::-moz-placeholder{color:#999}
.sousuo input::-ms-input-placeholder{color:#999}
/*头部结束*/


.indexNavC{display:none;}

 



/*轮播图*/
.banner{position:relative;display:flex;flex-wrap:wrap;justify-content:center;display:-webkit-flex;align-items:center;}
.banner:before{content:'';display:block;position:absolute;width:100%;height:100%;background:#000;opacity: 0;left:0px;top:0px;}
.banner img{width:100%;height: 60vw;}
.bannerTxt{position:absolute;width: 90%;display: flex;flex-wrap: wrap;display: -webkit-flex;align-items: center;bottom: 0;height: calc(100% - 60px);}
.bannerTxt h2{color:#fff;font-size: 26px;line-height: 1.3em;}
.bannerTxt p{color:#fff;font-size: 16px;padding-top: 1em;}
.bannerTxt a{padding: 13px 33px;background: #11264b;color:#fff;margin: 10px 0;font-size: 16px;display: inline-block;text-transform: uppercase;display: none;}
.bannerTxt strong{}
.banner .icon-zuo-copy{position:absolute;bottom:20px;color:#fff;transform:rotate(90deg);-webkit-transform:rotate(90deg);font-size:50px;opacity:0.9;-moz-animation:myMove 1s linear infinite alternate;-webkit-animation:myMove 1s linear infinite alternate;-o-animation:myMove 1s linear infinite alternate;animation:myMove 1s linear infinite alternate;display:none;}
@-moz-keyframes myMove{0%{bottom:20px}
100%{bottom:40px}
}@-webkit-keyframes myMove{0%{bottom:20px}
100%{bottom:40px}
}@-o-keyframes myMove{0%{bottom:20px}
100%{bottom:40px}
}@keyframes myMove{0%{bottom:20px}
100%{bottom:40px}
}
/*轮播图结束*/


/*首页公司介绍*/
.indexA{display:flex;flex-wrap:wrap;justify-content:space-between;display:-webkit-flex;align-items:center;padding: 0.5rem 20px;}
.indexA>img{max-width:600px}
.indexA .indexAboutTxt{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;display:-webkit-flex}
.indexA h2{font-size: 25px;padding-bottom: 10px;text-align: center;color: #11264b;font-weight: 700;}
.indexA h2:before{content:''}
 
 
.indexA .indexAboutTxt p{margin-bottom: 10px;color:#333;}
.indexAboutTxt .BJQ{width: 100%;padding: 20px 0;}
.indexAboutTxt .BJQ a{
    text-align: center;
    padding: 13px 33px;
    background: #11264b;
    color: #fff;
    margin: 10px 0;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
}
.indexAboutTxt .BJQ strong{}
.indexAboutTxt .BJQ ul{padding: 0 0 1em 20px;}
.indexAboutTxt .BJQ ul li{padding-bottom: 5px;font-size: 14px;position: relative;list-style-type: disc;color: #333;}
.indexAboutTxt .BJQ ul li i{color:#f20000;position: absolute;left: 0px;top: 2px;font-size: 14px;}
.indexAboutTxt>img{max-width: 100%;margin-bottom: 20px;}
.indexAUl {display:flex;flex-wrap:wrap;justify-content:space-between;display:-webkit-flex;padding: 0 20px;}

.indexAUl div {
    display: none;
}
.indexAUl li{width: 32%;display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content: center;padding: 17px 0;background: #ffffff;margin-bottom: 10px;}
.indexAUl li em{
    display: block;
}
.indexAUl li img{margin: 0px auto 0;height: 80px;width: 122px;object-fit: contain;}
.indexAUl li p{color:#444;text-align: center;}
.indexAUl li h3{
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
}
.indexAbout{
}
.indexA>ul>li div{width:calc(100% - 80px)}
/*首页公司介绍结束*/





/*隔断*/
.indexF{/* background-attachment:fixed; */background-size:cover;background-position:center;position:relative;overflow: hidden;}
.indexF .indexFHead{padding: 1rem 0 20px;display:flex;flex-wrap:wrap;justify-content:center;display:-webkit-flex;align-items:center;}
.indexF h2{line-height: 1.2em;font-size: 20px;color:#fff;width:100%;text-align:center;padding-bottom:0.5em;}
.indexF h3{}
.indexF .indexFa{
    line-height: 40px;
    color: #fff;
    display: block;
    font-size: 14px;
    border: 2px solid #fff;
    position: relative;
    width: 170px;
    text-align: center;
    margin: 0px auto 40px;
}
.indexF:before{content:'';display:block;position:absolute;width:100%;height:100%;background:#000;opacity: 0.3;top:0px;left:0px;}
.indexF .BJQ{width:100%;padding: 0 14px;}
.indexF .indexFHead p{color:#fff;font-size: 14px;text-align:center;padding:0 10%;margin-bottom:1em;}
.indexF .indexFHead p:last-child{margin-bottom:0px}
.indexF .BJQ ul{padding-top:10px;display:flex;flex-wrap:wrap;justify-content:space-between;display:-webkit-flex}
.indexF .BJQ ul li{position:relative;color:#fff;width: 100%;padding-left:20px;font-size: 14px;margin-bottom: 10px;}
.indexF .BJQ ul li i{position:absolute;left:0px;top: 3px;}
.indexFul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 0 20px 0.5rem;
}
.indexFul li{
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 10px;
}
.indexFul h3{text-align: center;padding: 20px 0;font-size: 20px;}
.indexFul p{
    
    font-size: 14px;
    text-align: center;
}
.indexFul img{
    width: 100%;
    margin: 0 auto;
}
.indexFul em{margin: 0 auto;/* width: 60px; *//* height: 60px; *//* border: 1px solid #f20000; *//* border-radius: 100%; */display: flex;flex-wrap: wrap;display: -webkit-flex;justify-content: center;align-items: center;}
.indexFul div{}
/*隔断*/





/*首页产品*/
.indexCp{padding: 40px 0;}
.indexCpTitle{
    padding: 0 20px 10px;
}
.indexCpTitle h2{font-size: 24px;text-align:center;padding-bottom: 10px;color: #11264b;font-weight: 700;}
.indexCpOl{display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:space-between;padding: 0 20px;}
.indexCpOl>li{width: 100%;margin-bottom: 20px;}
.indexCpOl>li a{display:block}
.indexCpOl>li img{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;}
.indexCpOl>li h3{font-size: 18px;overflow:hidden;padding: 10px 0;text-align: center;color: #11264b;}
.indexCpOl>li p{overflow:hidden;text-overflow:ellipsis;font-size: 14px;margin: 0px 0 20px;}
.indexCpOl>li em{display:block;background: #f20000;text-align:center;line-height: 36px;transition:0.4s;-o-transition:0.4s;-moz-transition:0.4s;-webkit-transition:0.4s;font-size:14px;color: #fff;width: 120px;margin: 0 auto;display: none;}
 
.indexCpOl>li span{
    color: #999;
    font-size: 14px;
}
.indexCpOl>li em i{font-size:14px}
.indexCpdefaultTxt{}
.IndexProductTitle{
    font-size: 20px;
    padding: 0.5rem 0 0.5em;
    text-align: center;
    
}
.IndexProduct .ShopAll{
    width: 145px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
    text-transform:uppercase;
    margin: 0 auto;
    display: block;
    
}
.indexCpOl li .imghover{
    width: 100%;
    padding-bottom: 66%;
}
/*首页产品*/



/*尾部A*/
 .footA{overflow:hidden;position:relative;background-attachment:fixed;background-size:cover;background-position:center;}
.footA h4{text-transform: uppercase;font-size: 18px;color: #fff;padding: 20px 0 5px;width: 100%;font-weight: 500;}

h4 {}

.footBNr{display:flex;flex-wrap:wrap;justify-content:space-between;display:-webkit-flex;padding: 40px 20px 0;display: none;}

.footAA{
    width: 100%;
    order: 1;
}
.footAA p{color: #fff;font-size: 14px;display: none;}


.footABNr{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.footABNr a{
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    display: block;
    color: #bbb;
    opacity: 1;
    width: 32%;
}
.footABNr h3{
    font-size: 13px;
    font-weight: normal;
    color: #bbb;
    padding: 5px 0;
    display: none;
}
.footABNr img{ width:100%;}
.footAB a {
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    display: block;
    color: #ccc;
    width: 100%;
}
.footAB{
    width: 100%;
    order: 4;
}

.footAB.FootPro {
    display: none;
}

.footAC{width: 100%;padding-bottom: 10px;order: 5;display: none;}
.footAC ul{}
.footAC ul li{overflow:hidden;display: flex;flex-wrap: wrap;display: -webkit-flex;justify-content: space-between;align-items: center;}
.footAC ul li i{color: #11264b;opacity: 1;font-size: 16px;position:relative;/* display:none; */top: -3px;}
.footAC ul li p{overflow:hidden;padding-bottom: 8px;width: calc(100% - 30px);}
.footAC ul li a{font-size: 14px;color: #ccc;opacity: 1;}
.footAC ul li span{text-align:center;display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:center;}






.copyright{position:relative;z-index:2;padding: 20px;}
.copyrightLeft{
    width: 100%;
}
.copyrightLeft a{font-size: 14px;color: #fff;width:100%;text-align: center;}

.copyrightRight{display: none;}
.copyrightRight a{
    line-height: 30px;
    padding-left: 30px;
    color: #999;
    font-size: 14px;
}
.copyrightRight i{
    color: #c0c0c0;
    position: relative;
    top: -1px;
    font-size: 14px;
}
.copyright .box{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.footA:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #11264b;
    opacity: 1;
    top: 0px;
    left: 0px;
}
/*尾部结束A*/





/*面包屑*/
.lanmubanner{position:relative; }
.lanmubanner:before{content:'';position:absolute;width:100%;top:0px;height:100%;background: #000;opacity: 0.2;left:0px;}
.lanmubanner img{width:100%;height: 90vw;}
.lanmubannerTxt{position:absolute;width:100%;display:flex;flex-wrap:wrap;justify-content:center;display:-webkit-flex;align-items:center;font-size:14px;bottom: 0px;left: 0px;height: calc(100% - 60px);}
.lanmubannerTxt h2{font-size: 40px;color: #fff;text-transform:capitalize;padding-bottom:0px;text-align: center;line-height: 1em;font-weight: 600;}
.lanmubannerTxt a{color: #fff;font-size: 12px;}
.lanmubannerTxt>div{
   color: #fff;
   text-align: center;
}
/*面包屑结束*/






/*公司介绍*/
.About{}

.AboutUL>ul{display:flex;flex-wrap:wrap;justify-content:space-between;display:-webkit-flex;padding-top: 10px;position: relative;z-index: 3;}
.AboutUL>ul li{width: 33%;margin-bottom: 5px;text-align: center;background: #ffffff;display: flex;justify-content: center;align-items: center;padding: 18px 3px;}
.AboutUL>ul li i{font-size:60px;color:#f20000}
.AboutUL>ul li img{
    margin: 0 auto;
}
.AboutUL>ul li h3{text-align:center;font-size: 20px;}
.AboutUL>ul li p{font-size:14px}
.AboutUL>ul li div{padding: 10px 20px 20px;display: none;}



.AboutTxt ul{
    padding: 0 0 10px 20px;
}
.AboutTxt h2{margin-bottom:0.5em;font-size: 24px;font-weight: 700;color: #11264b;}
 
    
 
.AboutTxt h2:after{content:'';}    
.AboutTxt p{margin-bottom: 1em;color: #333;}
.AboutTxt ul li{position:relative;margin-bottom: 5px;list-style-type: disc;font-size: 14px;color: #333;}
.AboutTxt ul li:before{}
.AboutTxt ul li i{color:#f20000;margin-right:5px;position: absolute;left: 0px;top: 3px;font-size: 14px;}


 
 

.aboutListBox{}
.aboutList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
}
.aboutList img{}
.aboutListTxt{
    width: 100%;
    padding: 20px 0;
}
.aboutListTxt h3{
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1.3em;
    color: #000;
}
.aboutListTxt p{
    padding-bottom: 1em;
}
.aboutListImg{
    width: 100%;
}
.aboutListBox .aboutList:nth-child(2n) .aboutListImg{
}


/*公司介绍结束*/


/*服务单页*/
.page{}
 


.pageUl{padding:20px 0}
.pageUl>ul{display:flex;flex-wrap:wrap;justify-content:space-between;display:-webkit-flex}
.pageUl>ul>li{width: 100%;cursor:pointer;margin-bottom: 30px;}
.pageUl>ul>li img{width:100%}
.pageUl>ul>li p{}
.pageUl>ul>li em{}
.pageUl>ul>li h3{font-size: 20px;padding: 15px 0;}
.pageOl{
}
.pageOl ol{display:flex;flex-wrap:wrap;justify-content:space-between;display:-webkit-flex}
.pageOl li{width: 49%;margin-bottom: 10px;cursor:pointer;}
.pageOl img{width:100%}
.pageOl h3{font-size: 18px;padding: 10px 0;}
.pageOl p{font-size: 13px;color:#444;}
.pageOl div{
    text-align: center;
}
/*服务单页结束*/



/*服务列表*/
.ServicesList{padding: 1rem 20px;}
.ServicesList>ul{display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:space-between;width:100%}
.ServicesList>ul>li{width:100%;margin-bottom:30px;padding-bottom: 30px;border-bottom: 1px solid #ddd;}
.ServicesList>ul>li>a{display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:space-between;width:100%}
.ServicesListTitle{width: 100%;}
.ServicesListTitle img{width:100%}
.ServicesListTxt{width: 100%;padding: 20px 0 0;}
.ServicesListTxt ul{margin: 10px 0 0 20px;}
.ServicesListTxt ul li{color:#333;font-size: 14px;margin-bottom: 0.5em;position: relative;list-style-type: disc;}
.ServicesListTxt ul li i{
    color: #f20000;
    position: absolute;
    font-size: 14px;
    left: 0px;
    top: 4px;
}
.ServicesListTxt h4{}
.ServicesListTxt span{}
.ServicesListTxt  em{line-height: 30px;color:#f20000;text-align: center;font-size: 14px;display: none;}
.ServicesListTxt h3{margin: 10px 0;font-size: 20px;line-height: 1.2em;}
.ServicesListTxt p{color: #333;font-size: 14px;overflow:hidden;}
.ServicesListTxt strong{}
/*服务列表*/







/*服务详情*/
.ServicesShow{padding: 0.5rem 20px;display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:space-between;}
.ServicesShow h1{font-size: 20px;padding: 15px 0px;line-height: 1.3em;}


.ServicesShowTxt .BJQ{margin:0 auto}
.ServicesShowTxt .BJQ h3{font-size:20px}
.ServicesShowTxt .BJQ h4{    padding-bottom: 10px;}
.ServicesShowTxt .BJQ h2{}
.ServicesShowTxt .BJQ p{padding-bottom: 10px;font-size: 14px;color: #333;}
.ServicesShowTxt .BJQ ul{
    padding: 0 0 10px 20px;
}
.ServicesShowTxt .BJQ ul li{margin: 5px;position:relative;font-size: 14px;list-style-type: disc;color: #333;}
.ServicesShowTxt .BJQ ul li i{color:#f20000;position:absolute;left:0px;top:3px}
.ServicesShowTxt .BJQ strong{}
.ServicesShowTxt{}

.ServicesShowImg{width:100%;padding-bottom:0px}
.ServicesShowImg img{margin:0 auto;}
.ServicesParameter{}
.ServicesParameter>h2{
    font-size: 20px;
    padding-bottom: 10px;
}
.ServicesParameterUl{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.ServicesParameterUl li{
    width: 100%;
    margin: 20px 0 0px 0;
}
.ServicesParameterUl li img{}
.ServicesParameterUl li h3{
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.3em;
}
.ServicesParameterUl li p{
    font-size: 14px;
    
}


.ServicesParameterList{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 20px;
}
.ServicesParameterImg{
    width: 100%;
}
.ServicesParameterImg img{
    width: 100%;
}
.ServicesParameterList .BJQ{}
.ServicesParameterList .BJQ{width: 100%;}
.ServicesParameterList .BJQ h3{font-size:20px}
.ServicesParameterList .BJQ h4{
    padding-bottom: 10px;
}
.ServicesParameterList .BJQ>h2{
    font-size:14px;
  
    padding: 10px 0;
}
.ServicesParameterList .BJQ p{padding-bottom: 10px;font-size: 14px;color: #333;}
.ServicesParameterList .BJQ ul{
    padding: 0 0 0 20px;
}
.ServicesParameterList .BJQ ul li{margin-bottom: 5px;position:relative;font-size: 14px;list-style-type: disc;color: #333;}
.ServicesParameterList .BJQ ul li i{color:#f20000;position:absolute;left:0px;top:3px}
.ServicesParameterList .BJQ strong{}
.ServicesParameterList:nth-child(2n) .ServicesParameterImg{}

.ServicesContent{}
.ServicesContent p{
    font-size: 14px;
    padding: 0 0 1em 0;
    color: #333;
    }
.ServicesContent h3{}
.ServicesContent h4{}
.ServicesContent h2{}
.ServicesContent ul{}
.ServicesContent ul li{}
.ServicesContent strong{}







/*服务详情结束*/




/*单页图集*/
.pageImgs{padding: 0.5rem 14px;}
.pageImgs ul{display:flex;flex-wrap:wrap;justify-content:space-between;display:-webkit-flex}
.pageImgs ul li{width: 49%;cursor:pointer;margin-bottom: 10px;}
.pageImgs ul li img{width:100%}
.pageImgs ul li div{}
.pageImgs ul li h3{;font-size:14px;padding: 0;text-align:center;font-weight: normal;}
.pageImgs ol{display:flex;flex-wrap:wrap;justify-content:space-between;display:-webkit-flex}
.pageImgs li{
    width: 49%;
    margin-bottom: 10px;
}
.pageImgs img{width:100%}
 
.pageImgs p{font-size:14px;color:#444}
.pageImgs div{}
/*单页图集结束*/




/*联系我们*/
.ContactBox{padding: 0.5rem 20px 1rem;display:flex;flex-wrap:wrap;justify-content:space-between;display:-webkit-flex;}
.ContactBox h2{font-size: 26px;margin-bottom: 5px;text-align: center;color: #333;color: #fff;padding: 10px 0;}
.ContactLeft{width: 100%;padding: 20px;order: 1;}
.ContactLeft h3{font-weight:normal;font-size: 20px;padding-bottom:1em;}
.ContactLeft form{}
.ContactLeft h2{text-align: center;padding-bottom: 20px;text-transform: uppercase;font-size: 26px;color: #333;}



.ContactLeft .lmjj {
    background-color: #e3e3e375;
    margin: auto;
    padding: 20px;
    color: #fff;
}

.ContactLeft .lmjj p {
    color: #fff;
}
.ContactLeft input{width:100%;height: 50px;line-height: 50px;font-size: 14px;display:block;margin-bottom: 15px;padding: 0 10px;background: #fff;border: 1px solid #ddd;}
.ContactLeft textarea{width:100%;height: 100px;font-size: 14px;display:block;background: #fff;border: 1px solid #ddd;padding: 10px;}
.ContactLeft button{height: 50px;background: #11264b;color: #fff;display:block;width: 100%;font-size: 14px;margin: 20px auto 0;text-transform: uppercase;border-radius: 5px;}
.ContactRight{width: 100%;margin-bottom:40px;order: 2;background-color: #e96b20;}
.ContactRight h3{margin-bottom:20px;font-weight:normal;font-size:14px;padding-bottom:0em;color: #333;text-align: center;}
.ContactRight ul{display:flex;flex-wrap:wrap;justify-content:space-between;display:-webkit-flex;margin-bottom: 10px;}
.ContactRight li{width: 100%;display:flex;display:-webkit-flex;justify-content: center;align-items: center;flex-direction: row;padding: 10px;}
.ContactRight li em{
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    display: none;
}
.ContactRight li div{
 
}
.ContactRight li i{font-size: 18px;color: #fff;font-weight: normal;}
.ContactRight li p{
    font-size: 14px;
    width: 100%;
    padding-left: 14px;
}
.ContactRight>p{
    text-align: center;
}
.ContactRight a{color: #fff;font-size: 16px;}
.ContactRight span{
        color: #11264b;
        width: 40px;
        height: 40px;
        background: #11264b;
        border-radius: 100%;
        /* display: flex; */
        flex-wrap: wrap;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
}
.map{
    width: 100%;
    order: 3;
}
.map iframe{
    display: block;
    width: 100%;
   border: none; height: 50vh;
}
/*联系我们结束*/




 









 /*导航固定*/
.fixed .indexNav{position:fixed;width:100%;left:0px;top:0px;z-index:9;background:#fff!important;box-shadow:0 1px 6px 0 rgba(32,33,36,0.28)}
.fixed #nav>li>a{line-height:70px;}
.fixed .logo h1{}
.fixed .sousuo{}
.fixed .sousuo input{color:#333}
.fixed .sousuo button{color:#333}
.fixed .sousuo input::-webkit-input-placeholder{color:#999}
.fixed .sousuo input::-moz-placeholder{color:#999}
.fixed .sousuo input::-ms-input-placeholder{color:#999}
.fixed .logo1{display:block}
.fixed .logo2{display:none}
.fixed #nav>li>a.this:before{bottom:20px}
.fixed .head{display:none;}
  /*导航固定*/



  
  /*产品详情*/
  .productShowprice{color: #f20000;font-size: 20px;border-bottom: 1px solid #eee;border-top: 1px solid #eee;padding: 10px 0;margin: 10px 0;}
.productShow{display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:space-between;padding:0.5rem 20px}
.productShowImg{width:100%;overflow:hidden}
.productShowImg p{font-size:14px}
#productShowImg{width:100%}
#productShowImg img{width: auto;
    margin: 0 auto;}
#productShowImg a{display:block;}
.productShowTxt{padding-top: 40px;}
.productShowImg h1{font-size: 22px;margin: 10px 0;font-weight: 600;color: #575757;text-align: center;}
.productShowTxt p{padding-bottom: 5px;font-size:14px;}
.productShowTxt ul{
    padding: 10px 20px;
}
.productShowTxt ul li{font-size: 14px;margin-bottom: 5px;list-style-type: disc;color: #333;}
.productShowTxt ul li i{font-size:14px;color:#f20000}
.productShowTxt strong{}
.productShowTxt h2{}
.productShowTxt h3{padding-bottom:10px}
.productShowTxt h4{}
.productShowTxt .BJQ{}
.productShowTxt .BJQ *{font-size:14px; color:#333;}
.productShowImg .Consult{line-height: 50px;background: #f36f21;color:#fff;font-size:14px;display: block;width: 155px;text-align: center;margin: 20px auto;font-weight: 600;text-transform: uppercase;}
.productShowLeft{width:100%}
.productShowTxt h1{background: #f9f9f9;padding: 12px 10px;margin-bottom:10px;font-size: 18px;text-transform:uppercase;text-align: center;line-height: 1em;color: #575757;}
.productShowRight{width:100%;padding-top:0.5rem;}
.productShowRight h2{font-size: 20px;padding: 50px 0px 20px;width:100%;text-align: center;text-transform:uppercase;color: #575757;}
.productShowRight h3{padding: 10px 0 5px;font-weight:normal;font-size: 14px;text-align: center;}
.productShowRight img{
   
}
.productShowRight a{display:block;margin-bottom: 30px;width:49%;border: 1px solid #9999993b;}
.productShowRight a div{
}


.productShowIntroduction{
    overflow: hidden;
}
.productShowIntroduction ul{
    padding: 10px 20px;
}
.productShowIntroduction ul li{
    list-style-type: disc;
    font-size: 14px;
}
.productShowIntroduction p{
    margin-top: 5px;
    font-size: 14px;
}



.productShowIntroduction *{
    margin-top: 5px;
    font-size: 14px;
    color: #575757;
    }

.productShowIntroduction strong{}
.productShowIntroduction h3{}
.productShowIntroduction h2{}
.productShowIntroduction h4{}
.productShowIntroduction span{}
  /*产品详情*/
  
  
  /*首页产品*/
 
  .IndexProductNr{}
 
.IndexProduct{padding: 0 0 1rem;}
.IndexProduct ul{display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:space-between;padding: 0rem 20px;}
.IndexProduct ul li{width:49%;margin-bottom: 20px;border: 1px solid #9999993b;padding-bottom: 10px;}
.IndexProduct ul li a{display:block;}
.IndexProduct ul li img{width: 100%;}
.IndexProduct ul li .imghover{
        margin-bottom: 15px;
        display: block;
        width: 100%;
        padding-bottom: 66.6%;
        position: relative;
}
.IndexProduct ul li h3{margin:10px 0 0px;font-size: 14px;font-weight: normal;text-align: center;}
.IndexProduct ul li span{font-size:14px;color: #f20000;}
.IndexProductTxt{}
.IndexProductNr dl{
    padding-top: 20px;
}
.IndexProductNr dt{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 0px 20px 10px;
}

.IndexProductNr dt h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #11264b;
    font-size: 20px;
}
.IndexProductNr dt em{
    font-size: 24px;
    text-transform:uppercase;
    color: #11264b;
    font-weight: 700;
}
.IndexProductNr dt a{
    font-size: 14px;
    height: 1.5em;
    color: #11264b;
}
   /*首页产品*/
  
  
  
   /*产品列表*/
  .productLeft select{display:block;width:100%;border:1px solid #ddd;padding: 10px 10px;margin:10px 0;font-size:14px;}
.productLeft option{font-size:14px}
.productList{display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:space-between;padding:0.5rem 20px}
.productLeft{width:100%}
.H2ol{min-height:0}
.H2ol h2{font-size:18px;display:none}
.H2ol ol{margin:20px 0;display:none}
.H2ol ol li{border-bottom:1px solid #eee}
.H2ol ol li a{display:block;line-height:48px;display:flex;flex-wrap:wrap;display:-webkit-flex;align-items:center;font-size:15px;color:#333}
.H2ol ol li span{width:18px;height:18px;border:1px solid #eee;text-align:center;line-height:18px;display:block;margin-right:10px}
.H2ol ol li i{font-size:14px;color:#fff}
.H2ol ol li a.this{color:#f20000}
.H2ol ol li a.this span{border:1px solid #f20000}
.H2ol ol li a.this i{color:#f20000}
.productRight{width:100%}
.productRight>ul{display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:space-between}
.productRight>ul>li{width: 100%;margin-bottom:20px;border: 1px solid #9999993b;padding: 10px;}
.productRight>ul>li a{display:block;}
.productRight>ul>li .imghover{margin-bottom:10px;     display: block;
    width: 100%;
    padding-bottom: 66.6%;
    position: relative;}
.productRight>ul>li img{
    
}
.productRight>ul>li h3{font-size: 16px;font-weight: normal;text-align: center;}
.productRight>ul>li p{margin:5px 0;font-size:14px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color: #666;font-weight: 300;}
.productRight>ul>li em{color: #f20000;font-size:14px;}
.productRight>ul>li:nth-child(3n){margin-right:0px}
.productRight>ul>li:nth-child(4n){}

  /*产品列表*/
  
  
  
 
   
   
  /*房地产列表*/
.FdcLitsLeft{padding: 15px 20px 20px;}
.FdcLitsLeft>ul{display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:space-between;}
.FdcLitsLeft>ul>li{width: 100%;margin-bottom: 20px;background: #fff;overflow:hidden;}
.FdcLitsLeft>ul>li a{display:block}
 
.FdcLitsLeft>ul>li img{}
.FdcLitsLeft>ul>li h4{font-weight:normal;width:100%;color: #666;}
.FdcLitsLeft>ul>li h3{padding:0;font-size: 16px;line-height: 1.3em;margin-bottom: 10px;}
.FdcLitsLeft>ul>li h5{font-weight:normal;overflow:hidden;display: flex;flex-wrap: wrap;display: -webkit-flex;justify-content: space-between;align-items: center;padding: 20px 0 0 0;}
.FdcLitsLeft>ul>li h5 i{font-size: 16px;margin-left: 10px;}
.FdcLitsLeft>ul>li h5 em{font-size: 14px;}
.FdcLitsLeft>ul>li  span{color:#f20000;display:block;}
.FdcLitsLeft>ul>li:nth-child(3n){margin-right:0px}
.FdcLitsLeft>ul>li:nth-child(4n){}
.FdcLitstxt{padding: 20px 0;}
.indexFdcLitstxt{}
 /*房地产列表*/
 
 
 
 
 
 
 
 
 
 
 
 
 
   
/*房地产详情   */
#FdcShow{ padding-top:50px;}
#FdcShow img{ }
.FdcShow{display: flex;flex-wrap: wrap;display: -webkit-flex;}
.FdcShow .BJQ{
}
.FdcShow .BJQ p{margin-bottom:1em;color:#444;font-size:14px}
.FdcShow .BJQ p strong{font-size:14px; color:#333}
.FdcShow .BJQ ul{padding: 10px 20px;}
.FdcShow .BJQ ul li{position:relative;font-size:14px;margin-bottom:5px;list-style-type: disc;}
.FdcShow .BJQ ul li i{position:absolute;left:0px;top:4px;color:#f20000}
.FdcShow .BJQ h2{}
.FdcShow .BJQ h3{}
.FdcShow .BJQ h4{}
.FdcShow .BJQ h5{}
.FdcShowTitle{padding: 30px 20px;}
.FdcShowTitle h1{font-size: 18px;padding-bottom: 10px;}
.peizhi{overflow:hidden;padding: 20px;text-align:center;width: 100%;order: 2;background: #f7f8f9;}
.peizhi i{font-size: 34px;color: #fff;font-weight: normal;}
.peizhi em{
    font-size: 13px;
}
.peizhi strong{display: block;font-size: 14px;padding-bottom: 10px;line-height: 1.3em;}
 
.peizhi ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: center;
}
.peizhi ul li{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items:center;
    margin: 0 10px;
}

/*房地产详情   */ 



/*首页房地产*/
.indexFdc{padding: 20px 20px;}
.indexFdc ul{}
.indexFdc ul li{width: 100%;padding-bottom: 30px;}
.indexFdc ul li a{display:block;background: #fff;}
.indexFdc ul li .imghover{}
.indexFdc ul li img{}
.indexFdc ul li h4{font-weight:normal;font-size: 14px;width:100%;color: #666;}
.indexFdc ul li h3{padding: 0 0 15px;font-size: 16px;}
.indexFdc ul li h5{font-weight:normal;overflow:hidden;padding-top: 15px;display: flex;flex-wrap: wrap;display: -webkit-flex;justify-content: space-between;align-items: center;}
.indexFdc ul li h5 i{font-size: 16px;margin-left: 10px;}
.indexFdc ul li h5 em{margin-right:10px;}
.indexFdc ul li  span{font-size: 14px;color:#f20000;}
.indexFdcTitle{display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:space-between;align-items:center;padding-bottom:10px}
.indexFdcTitle h3{font-size: 18px;text-transform:uppercase;}
.indexFdcTitle a{font-size:14px}
   /*首页房地产*/
   

   
   
   
/*faq*/
.Faq{display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:space-between;margin:0 auto;max-width:1260px;padding: 0.5rem 0;}
.FqaLeft{width:30%;display: none;}
.FqaLeft img{height:50vh}
.FqaRight{width: 100%;padding: 0 14px;}
.FqaRight dl{border-bottom:1px solid #ddd}
.FqaRight dt{padding:20px 0;cursor:pointer;display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:space-between;align-items:center}
.FqaRight dt span{width: 22px;height: 22px;border-radius:100%;background:#333;display:flex;flex-wrap:wrap;display:-webkit-flex;justify-content:center;align-items:center;}
.FqaRight dt i{color:#fff;font-size:12px}
.FqaRight dt h3{width:calc(100% - 35px);font-size:14px;line-height: 1.2em;}
.FqaRight dd{padding: 10px 20px;display:none;}
.FqaRight dd p{margin-bottom:1em;font-size: 14px;}
.FqaRight dd ul{margin:10px 0;padding: 0 20px;}
.FqaRight dd ul li{position:relative;padding-bottom:5px;color:#333;font-size:14px;list-style-type: disc;}
.FqaRight dd ul li i{color:#f20000;font-size:14px;position:absolute;left:0px;top:4px}
.FqaRight dt.this h3{color:#f20000}
 
.FqaRight dt.this span{background: #f20000;transform:rotate(90deg);
-webkit-transform:rotate(90deg); }
/*faq*/
   
 
 
 
 /*物业表单*/
   .EvaluateBox{
}
 .Evaluate{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 0.5rem 20px;
}
 .EvaluateNr{
    width: 100%;
    padding-bottom: 40px;
}
 .EvaluateNr h2{
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2em;
    text-align: center;
 
}
 .EvaluateNr h3{
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 1em;
    
    text-align: center;
}
 .EvaluateNr form{}
 .EvaluateNr input{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    background: #f5f5f5;
    padding: 0 10px;
}
 .EvaluateNr form div{}
 .EvaluateNr textarea{
    width: 100%;
    height: 100px;
    font-size: 13px;
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    background: #f5f5f5;
}
 .EvaluateNr button{
    height:42px;
    color: #fff;
    display: block;
    width: 120px;
    background: #f20000;
    font-size: 14px;
    margin: 0 auto;
}
 
 .EvaluateR{
    width: 100%;
        display: none;
}
 .EvaluateR h2{
    font-size: 18px;
    padding-bottom: 10px;
    text-align: center;
    text-transform:uppercase;
}
 .EvaluateR ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
 .EvaluateR ul li{
    width: 49%;
    margin-bottom: 10px;
}
.EvaluateR ul li a{
    display: block;
    position: relative;
}
.EvaluateR ul li h3{
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
    font-weight: normal;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(rgb(0 0 0 / 0), rgb(0 0 0 / 0.6));
}
.EvaluateR ul li img{}
.EvaluateR ol{}
.EvaluateR ol li{
    padding-bottom: 20px;
}
.EvaluateR ol li em{
    display: block;
    text-transform: capitalize;
    
    font-size: 14px;
}
.EvaluateR ol li a{
    font-size: 14px;
}
/*物业表单*/




/*服务页面表单*/
.ServicesShowLeft{
    width: 100%;
}
.ServicesShowForm{width: 100%;padding: 40px 0 0;}
.ServicesShowForm>h3{font-weight:normal;font-size:14px;padding-bottom:1em;text-align: center;}
.ServicesShowForm form{
    display: block;
    /* box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%); */
    padding: 30px;
    /* border-radius: 10px; */
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #f5f5f5;
}
.ServicesShowForm h2{font-size: 20px;padding: 0px 0 10px;text-align: center;text-transform:uppercase;}
.ServicesShowForm input{width:100%;height: 48px;line-height: 48px;font-size: 14px;display:block;background: #fff;border: none;border-bottom: 1px solid #ddd;margin-bottom: 10px;}
.ServicesShowForm textarea{width:100%;height: 100px;font-size: 14px;display:block;padding: 10px 0;background: #fff;border: none;border-bottom: 1px solid #ddd;margin-bottom: 20px;}
.ServicesShowForm button{height: 44px;line-height: 44px;background:#f20000;color:#fff;display:block;width: 100%;font-size: 14px;margin:10px auto;/* border-radius:4px; */}
.ServicesShowForm select{width:100%;height: 40px;line-height: 40px;font-size: 14px;display:block;margin-bottom: 6px;border: none;padding: 0 10px;background: #f5f5f5; 
    color: #666;
    border-right: 5px solid #f5f5f5;}
.otherService{}
.otherService ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.otherService ul li{
    width: 49%;
    margin-bottom: 20px;
}
.otherService ul li a{
    display: block;
}
.otherService ul li .imghover{}
.otherService ul li img{}
.otherService ul li h3{
    padding: 10px 0;
    line-height: 1.3em;
    font-weight: normal;
    font-size: 14px;
    
}


.ServicesShowImglist{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.ServicesShowImglist li{
    width: 49%;
    margin-bottom: 10px;
}
.ServicesShowImglist li img{
 
}

.ProductClassificationBJ{
}
.ProductClassification{
}
.ProductClassification ul{
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.ProductClassification li{
    width: 49%;
    margin-bottom: 10px;
}
.ProductClassification a{
    display: block;
    position: relative;
}
.ProductClassification img{
    max-width: 100%;
    max-height: 100%;
    /* width: 100%!important; */
    /* height: 100%!important; */
}
.ProductClassification h3{
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    padding: 10px;
    text-align: center;
    background-image: linear-gradient(rgb(0 0 0 / 0), rgb(0 0 0 / 0.8));
    font-size: 16px;
    font-weight: normal;
}
.ProductClassification li:last-child{} 
/*服务页面表单*/

.ProductClassification h2{
    font-size: 20px;
    padding-bottom: 10px;
    text-align: center;
    text-transform:uppercase;
    color: #11264b;
    }

.ContactFoot{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0 0 0;
}





.ProjectBJ{}
.ProjectList{
    padding: 0.5rem 20px;
}
.ProjectList>ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.ProjectList>ul>li{
    width: 48%;
    margin-bottom: 30px;
}
.ProjectList>ul>li>a{display: block;position: relative;}
.ProjectListTxtTitle{}
.ProjectListTxtTitle img{
    width: 100%;
    height: 40vw;
}
.ProjectListTxt {
    width: 100%;
}
.ProjectListTxt h3{
    font-size: 14px;
    margin: 10px 0 5px;
    
}
.ProjectListTxt p{
    font-size: 14px;
}

.Project{
    padding: 0.5rem 20px;
}
.ProjectHead{}
.ProjectHead h1{
    text-align: center;
    font-size: 20px;
    
    margin-bottom: 10px;
}
.ProjectHead .BJQ{
    padding: 0 0 20px 0;
}
.ProjectHead .BJQ p{
    font-size: 14px;
    
}
.ProjectHead .BJQ h2{}
.ProjectHead .BJQ h3{
    padding: 1em 0 0 0;
    font-size: 18px;
}
.ProjectHead .BJQ h4{}
.ProjectHead .BJQ ul{
    padding: 0 20px;
    margin: 20px 0;
}
.ProjectHead .BJQ ul li{
    list-style-type: disc;
    font-size: 14px;
    
}
.ProjectHead .BJQ strong{}
.ProjectImgs{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    min-width: 100%;
    justify-content: space-between;
}
.ProjectImgs li{
    width: 49%;
    margin-bottom: 10px;
 
}
.ProjectImgs li img{
    width: 100%;
}
.ProjectImgs li a{
    display: block;
}
.otherProject{
    padding: 40px 0px;
    display: none;
}
.otherProject h2{
    text-align: center;
    font-size: 20px;
    padding: 0 0 10px 0;
    text-transform:uppercase;
}
.otherProject ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.otherProject ul li{
    width: 49%;
    margin-bottom: 10px;
}
.otherProject ul li a{
    display: block;
}
.otherProject ul li img{
    width: 100%;
}
.otherProject ul li h3{
    text-align: center;
    padding: 5px 10px 0 10px;
    font-size: 14px;
    font-weight: normal;
}
.lanmujj{
    width: 100%;
    padding-bottom: 40px;
}
.lanmujj h2{
    font-size: 20px;
    padding-bottom: 10px;
}
.lanmujj p{
    font-size: 14px;
    padding-bottom: 1em;
}

/*2022-3-13 17:50:07*/

.indexCpdefaultTxt ul{
    padding: 0 20px;
}
.indexCpdefaultTxt ul li{
    font-size: 13px;
    color: #333;
    list-style-type: disc;
}
.AboutImg{
    width: 100%;
}
.AboutImg img{}
.AboutTxt{
    width: 100%;
    padding-bottom: 20px;
}

.aboutListTxt{}
.aboutListTxt ul{
    padding: 0px 20px 10px 20px;
}
.aboutListTxt ul>li{
    color: #333;
    list-style-type: disc;
    padding-bottom: 5px;
}
.indexCpOl>li:nth-child(2n) .imghover{
    order: 2;
}
/*2022-3-25 23:23:16*/

.indexCpOl>li:last-child{}
.indexProjectBJ{
    padding: 0.5rem 0;
}
.indexProject{
    position: relative;
    padding-bottom: 60px;
}
.indexProject>h2{
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: center;
    align-items:center;
    padding: 0 20px 15px;
}
.indexProject>ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    min-width: 100%;
    padding: 0 20px;
    justify-content: space-between;
}
.indexProject>ul>li{
    width: 49%;
    margin-bottom: 10px;
}
.indexProject>ul>li img{
    width: 100%;
}
.indexProject>ul>li a{
    display: block;
    position: relative;
}
.indexProject>ul>li h3{
    text-align: center;
    margin: 5px 0;
    font-weight: normal;
    font-size: 14px;
}
.bannerTxtNr{ }
.ContactLeft form>div em{
    width: 100%;
    /* display: none; */
    padding: 10px 0 0px 0;
    font-size: 14px;
    line-height: 1em;
}

.ContactLeft form>div em span {
    color: red;
}

.productQuantity {
    margin: 20px 0;
    text-align: center;
}

.productQuantity p {
    display: none;
    margin-bottom: 5px;
    
    font-size: 18px;
}
.quantityBox {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e1e1e1;
    width: 101px;
    background: #fff;
    margin: 0 auto;
}
.quantityBox button {
    font-size: 20px;
    padding: 0 10px;
    color: #999;
    
}
.quantityBox input {
    width: 2em;
    text-align: center;
    height: 38px;
    line-height: 38px;
    
    border: 1px solid #e1e1e1;
    border-bottom: none;
    border-top: none;
}
.ItemNo {
    color: #969696;
    font-size: 12px;
    font-weight: normal;
    display: none;
}


#Cart{
    padding: 0.5rem 10px;
    min-height: 80vh;
}
#Cart table{}
#Cart tr{
    width: 100%;
    display: block;
}
#Cart td{
    border: 1px solid #eee;
    text-align: center;
    padding: 10px;
    display: block;
    margin-bottom: -1px;
}
#Cart th{
    text-transform:capitalize;
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
    display: none;
}
#Cart td a{}
#Cart td img{
    width: 100px;
    margin: 0 auto;
}
#Cart td:nth-child(1){}
#Cart td:nth-child(2){}
#Cart td:nth-child(3){
}
#Cart td:nth-child(4){}
#Cart td:nth-child(5){
    color: #11264b;
    display: none;
}
.Proceedto{
    background: #11264b;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    margin: 10px 0;
}
#Cart th:last-child{
    width: 260px;
}



.settlementBoxRight{padding: 1rem 15px;}

 .ShippingAddressHead{}
.ShippingAddressHead h3{
    color: #333;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    padding: 20px 0;
    
}
.ShippingAddressHead>input{
    border: 1px solid #dcdfe6;
    width: 100%;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 6px;
}
.ShippingAddressHead p{
    color: #737373;
    padding: 10px 0;
}
.ShippingAddressHead p input{
    margin: 0 10px 0 0;
}
.ShippingAddressHead{}
.ShippingAddressHead h3{
    color: #333;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    padding: 0px 0 10px;
    
}
.ShippingAddressHead>input{
    border: 1px solid #dcdfe6;
    width: 100%;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 6px;
}
.ShippingAddressHead p{
    color: #737373;
    padding: 10px 0;
}
.ShippingAddressHead p input{
    margin: 0 10px 0 0;
}

.ShippingAddress{}
.ShippingAddress h3{
    color: #333;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    padding: 20px 0 10px;
    
}
.ShippingAddress .formNr{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.ShippingAddress .formNr>input{
    border: 1px solid #dcdfe6;
    width: 100%;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 6px;
    margin: 0 0 10px 0;
}  
.ShippingAddress .formNr>input.w50{
    width: 49%;
}


.AddressList{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 0 0 10px 0;
}
.AddressList div{
    width: 32%;
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    padding: 2px 10px;
    position: relative;
} 
.AddressList label{
    color: #999;
    font-size: 12px;
    padding: 0 0 0 4px;
}
.AddressList select{width: 100%;font-size: 14px;position: relative;top: -2px;}
.AddressList input{
    width: 100%;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
}

.Continuetoshipping{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items:center;
    width: 100%;
    padding: 20px 0 0;
}
.Continuetoshipping a{}
.Continuetoshipping button{
    background: #11264b;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    border-radius:4px;
}

#Cart tr:last-child{
    background: #f5f5f5;
} 

.Breadcrumbs{}
.Breadcrumbs i{
    color: #fff;
    font-size: 12px;
    padding: 0 4px 0 2px;
}
#indexBanner{padding-bottom:0px}


 

.Breadcrumbs{display:none;}

.shemei{display:none;}
.indexAUl>li em i{}
.indexFul em i{}


.indexFul em i{
    color: #f20000;
    font-size: 30px;
}
.FdcShow .BJQ p strong{}
.indexAUl>li em i{
    font-size: 50px;
}
.ProductClassification li:nth-child(1){}
.ProductClassification li:nth-child(2){}
.ProductClassification li:nth-child(3){}
.ProductClassification li:nth-child(4){}
.ProductClassification li:nth-child(5){}
.ProductClassification li:nth-child(6){}

.ProductClassification li:nth-child(1) img{}
.ProductClassification li:nth-child(2) img{}
.ProductClassification li:nth-child(3) img{}
.ProductClassification li:nth-child(4) img{}
.ProductClassification li:nth-child(5) img{}
.ProductClassification li:nth-child(6) img{}
.ContactRight li:last-child{} 

.AboutUL{
    padding: 40px 20px;
    position: relative;
    background-color: #f36f21;
}
.aboutListBoxBJ{
    padding: 40px 20px;
}
.ContactBJ{}

.footAD a {
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    display: block;
    color: #cacaca;
}
.footAD{
    width: 100%;
    order: 4;
    /* display: none; */
}
.AboutTxtBox{
    padding: 40px 20px;
}
.indexAUlBJ{
    padding: 0.6rem 0px;
    background: #f8f8f8;
}
.indexAUlBJ h2{
    font-size: 24px;
    padding-bottom: 10px;
    text-align: center;
    color: #11264b;
    font-weight: 700;
}
.indexAUlBJ h3{}
.indexAUlBJ p{}
 
.indexCpOl>li .imghover i{}

.reviewBJ{
    background: #f5f5f5;
    padding: 0.5rem 0;
}
.review{}
.review h2{
    font-size: 20px;
    padding-bottom: 10px;
    text-align: center;
    text-transform:capitalize;
}
#Reviews{
    margin: 0 20px;
    padding-bottom: 30px;
}
#Reviews .swiper-slide{
    background: #fff;
    padding: 20px; height: auto;
}
#Reviews h3{
    font-size: 20px;
    text-align: center;
}
#Reviews h4{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items:center;
    justify-content: center;
    padding: 10px 0;
}
#Reviews a{
    width: 120px;
    border: 1px solid #bf8d45;
    text-align: center;
    font-size: 14px;
    padding: 6px 0;
    display: block;
    margin: 40px auto 0;
    color: #bf8d45;
}
#Reviews h4 i{
    color: #f20000;font-weight: normal;
}
#Reviews .BJQ{
    
}
#Reviews .BJQ p{
    font-size: 14px;
    color: #444;
    text-align: center;
} 

/*2022-6-19 21:14:31*/

.Captcha{
    
width: 100%;
    
display: flex;
    
flex-wrap: wrap;
    
display: -webkit-flex;
    
justify-content: space-between;
    
padding: 0px 0 20px;
}
.Captcha img{
    height: 40px;
}
.Captcha input{width: calc(100% - 140px)!important;margin: 0px;background: #f5f5f5;}
#Reviews h4 img {
    width: 20px;
}

 
.productShowImg .img{margin-bottom:10px!important;}


/*2022年7月27日15:13:32*/
.CareerLsitBJ{
    padding: 0.5rem 20px;
    background: #fff;
}
.CareerLsit{}
.CareerLsit table{
}
.CareerLsit tr{
    border-bottom: 1px solid #eee;
    display: block;
    padding: 10px 0;
}
.CareerLsit td{
    border: none;
    padding: 5px 0px;
    display: block;
}
.CareerLsit td *{}
.CareerLsit td a{
    display:block;
    
}
.CareerLsit td i{
    margin: 0px 4px 0 0;
    position: relative;
    top: 1px;
}
.CareerLsit td:nth-child(1){
    width: 100%;
}
.CareerLsit td:nth-child(2){
    font-size: 14px;
}
.CareerLsit td:nth-child(3){
    font-size: 14px;
}


.CareerLsit tr:last-child{} 

.CareerBJ{padding: 0.5rem 15px 1rem;}
.CareerSHow{
    width: 100%;
}
.CareerSHow h1{
    font-size: 20px;
    padding-bottom: 10px;
    color: #000;
}
.CareerSHow .BJQ{padding-top: 20px;}
.CareerSHow .BJQ p{
    font-size: 15px;
    margin-bottom: 5px;
    
}
.CareerSHow .BJQ h3,.CareerSHow .BJQ h4,.CareerSHow .BJQ h2{
    font-size:14px;
    margin: 0px 0 5px;
}
.CareerSHow .BJQ strong{}
.CareerSHow .BJQ *{}
.CareerSHow .BJQ ul{
    padding: 0 0 20px 20px;
}
.CareerSHow .BJQ ul li{
    list-style-type: disc;
    font-size: 14px;
    padding-bottom: 5px;
    
}
.CareerSHow .BJQ ul li i{display:none;}

.CareerRight{
    width: 100%;
    padding: 40px 0 0 0;
}
.CareerRight h3{
    font-size: 18px;
    margin-bottom: 20px;
}
.CareerRight ul{}
.CareerRight li{
    padding: 4px 0;
}
.CareerRight a{
    font-size: 14px;
    display: block;
}
.Career{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}

 


.CareerSHowpeizhi{
    padding-bottom: 10px;
}
.CareerSHowpeizhi span{
    font-size: 14px;
    
    padding-right: 40px;
}
.CareerSHowpeizhi span i{
    font-size: 13px;
    margin: 0 4px 0 0;
}

.NewsBJ{
    padding: 0.5rem 15px;
}
.News{}
.News h1{
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1.3em;
}
.Newstime{
    font-size: 14px;
    color: #999;
}
.News .BJQ{
    padding: 1em 0 0 0;
}
.News .BJQ p{
    padding-bottom: 1em;
    color: #444;
    font-size: 14px;
}
.News .BJQ img{}
.News .BJQ ul{}
.News .BJQ ul li{}

.NewsLsitBJ{
    padding: 0.5rem 20px;
}
.NewsLsit{}
.NewsLsit>ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.NewsLsit>ul>li{
    background: #fff;
    margin-bottom: 30px;
    width: 100%;
}
.NewsLsit>ul>li a{}
.NewsLsit>ul>li a img{
    width: 100%;
    margin-bottom: 10px;
}
.NewsLsit>ul>li h3{
    font-size: 18px;
    line-height: 1.3em;
    overflow: hidden;
    text-overflow:

ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}
.NewsLsit>ul>li p{
    
    font-size: 14px;
    overflow: hidden;
    text-overflow:

ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.NewsLsit>ul>li em{
    display: block;
    font-size: 14px;
    
}
.NewsLsit>ul>li span{
    display: none;
}
/*2022-7-30 21:31:33*/
.AgentDetails{padding: 30px 30px 1rem;}
.AgentDetailsTitle{font-size: 26px;width: 70px;height: 70px;display: flex;flex-wrap: wrap;display: -webkit-flex;justify-content: center;align-items: center;border-radius: 100%;margin: 0 auto;background: #f20000;}
.AgentDetails img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 2px solid #ddd;
    margin: 0 auto;
}
.AgentDetails h3{
    padding: 10px 0 0;
    font-size: 20px;
}
.AgentDetails a{
    font-size: 14px;
    color: #333;
}
.AgentDetails em{
    display: block;
    
    text-transform: capitalize;
    padding-top: 10px;
}
.FdcPeizhi{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.FdcPeizhi>ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items:center;
}
.FdcPeizhi>ul>li{
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items:center;
}
.FdcPeizhi>ul>li i{
    font-size: 18px;
    margin-right: 4px;
}
.FdcPeizhi>ul>li em{
    
}
.FdcPeizhi strong{
    font-weight: normal;
    padding-bottom: 1em;
}


.filterBox{
    order: 2;
    width: 100%;
}
.filter{
    padding: 0.5rem 20px 0;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.filterselect{
    display: flex;
    display: -webkit-flex;
    margin-bottom: 5px;
    padding: 10px;
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
}
.filterselect em{
    padding-right: 10px;
    
    font-size: 14px;
}
.filterselect select{
    display: block;
    width: 100%;
    font-size: 14px;
}
.filter dl{
    padding-bottom: 20px;
    display: none;
}
.filter dt{
    
    padding: 0 0 5px 0;
    font-size: 20px;
    /* border-bottom: 1px solid #eee; */
    /* margin-bottom: 10px; */
}
.filter dd{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items:center;
}
.filter dd a{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items: center;
    width: 50%;
    padding-bottom: 5px;
}
.filter dd a i{
    line-height: 1em;
    font-size: 14px;
    position: relative;
    top: -6px;
    color: #fff;
}
.filter dd a span{
    width: 14px;
    height: 14px;
    border: 1px solid #555;
    text-align: center;
    margin-right: 6px;
}
.filter dd a strong{
    font-weight: normal;
    color: #444;
    font-size: 14px;
}
.filter dd a.this span{
    border: 1px solid #f20000;
}
.filter dd a.this i{
    color: #f20000;
}
.filter dd a.this strong{
    color: #f20000;
}
.filter button i{}
.filter form{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 5px;
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
}
.filter input{
    display: block;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    width: calc(100% - 90px);
}
.filter button{
    background: #f20000;
    color: #fff;
    height: 38px;
    padding: 0 20px;
    margin: 0 2px;
    border-radius: 4px;
} 
.filter dl:last-child a{ width:50%;} 
.NewsRight{
    width: 100%;
    padding-bottom: 1rem;
}
.NewsRight h2{
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.NewsRight h3{}
.NewsRight a{
    overflow: hidden;
    margin: 15px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items:center;
}
.NewsRight a p{
    font-size: 14px;
}
.NewsRight a h3{
    line-height: 1.2em;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow:

ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.NewsRight a img{
    width: 40vw;
}
.copyrightLeft a em{
    font-size: 14px;
    display:block;
    color: #fff;
    padding: 6px 0 0 0;
    }
.footAA img{height: 74px;margin-right: 10px;}

    
 /*2022年8月9日17:22:52   */
.indexProductBJ{
    padding: 0.5rem 15px;
    background: #f5f5f5;
}
.indexProductHead{
    padding-bottom: 20px;
    text-align: center;
}
.indexProductHead h2{
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
}
.indexProductHeadTxt{
    width: 100%;
}
.indexProductHeadTxt p{
}
#indexProduct{padding-bottom: 40px;}
#indexProduct .swiper-slide{
    height: auto;
    background: #fff;
}
#indexProduct a{
    overflow: hidden;
    padding: 20px 10px;
    width: 100%;
    /* background: #fff; */
}
#indexProduct a img{position: absolute;width: 100%;height: 100%;left: 0px;top: 0px;}
#indexProduct a h3{
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
}
#indexProduct a div{
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    margin-bottom: 10px;
}

#indexProduct .swiper-button-next{ margin-top: -44px; }
#indexProduct .swiper-button-prev{margin-top: -44px; }
.indexProduct{}
    
    
    
.indexProjects{
    background: #f5f5f5;
    padding: 0.5rem 15px;
}
.indexProjectsNr{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: center;
    position: relative;
}
.indexProjectsNr img{
    order: 2;
    width: 50%;
    min-height: 50vh;
    display: none;
}
.ProjectsTxt{
    padding-bottom: 20px;
}
.ProjectsTxt h3{
    text-transform:uppercase;
    font-size: 20px;
    text-align: center;
}
.ProjectsTxt p{
    color: #575757;
    text-align: center;
}
.ProjectsTxt a{background: #f20000;color: #fff;padding: 8px 30px;margin: 20px 0 0 0;display: none;}
.ProjectsTxt a i{
    font-size: 20px;
    position: relative;
    top: 2px;
}





.indexProjectsList{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    position: relative;
    }
#indexProjects{ width:100%; }
.indexProjectsList .More{
    width: 2.8rem;
    height: 0.8rem;
    border-radius: 40px;
    background: #f20000;
    color: #fff;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.3rem;
}

.indexProjectsList .More i{}
#indexProjects{
    padding-bottom: 40px;
}
#indexProjects a{
    background: #fff;
}
.indexProjectsLi{
    padding: 10px 10px 30px;
}
.indexProjectsLi img{}
.indexProjectsmiaosu{
    padding: 0 20px;
} 
.indexProjectsmiaosu h3{
    color: #141a20;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0;
    line-height: 1.3em;
}
.indexProjectsmiaosu p{
    color: #575757;
    font-size: 14px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow:

ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

 .indexProjectsmiaosu em{
    width: 135px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #f20000;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: center;
    align-items:center;
    margin: 0 auto;
}
 .indexProjectsmiaosu em i{
    color: #fff;
}
 .indxAboutZw{width:50%;display: none;}
 .productShowRightList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.FootCuBox{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: center;
    align-items:center;
    background: #f7f7f7;
    position: relative;
}
.FootCuBox:before{content:'';display: block;width: 0;}
.FootCuTxt{
    padding: 40px 20px;
    text-align: center;
}
.FootCuTxt p{
    color: #002738;
    font-size: 14px;
}
.FootCuTxt h2{
    font-size: 20px;
    padding-bottom: 10px;
}
 
.FootCuTxt a{
    border: 1px solid #111;
    line-height:40px;
    color: #111;
    font-size: 14px;
    width: 140px;
    text-align: center;
    margin: 20px auto 0;
    display: block;
    text-transform:capitalize;
}
.FootCuImg{
    width: 100%;
}
.FootCuImg img{
    max-height: 500px;
    width: 100%;
}
.Window{
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgb(0 0 0 / 0.3);
    z-index: 99;
}
.WindowShow{
    background: #fff;
    width: calc(100% - 40px);
    position: relative;
    top: 20px;
}
.WindowShow .WindowShowImg{
    display: block;
    border: none;
    max-height: 180px;
    padding: 20px;
    margin: 0 auto;
}

.WindowShow .icon-guanbi{}
.WindowShow span{
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
 
}
    
.WindowShow h3{
    padding: 0px 20px 20px;
    text-align: center;
    font-size: 16px;
}
    .WindowShow p{
    padding: 0 20px;
    font-size: 14px;
}
    
.WindowShow form{
    display: block;
    padding: 30px 20px;
}
.WindowShow form>div{}
.WindowShow form input{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    border: none;
    background: #fff;
    border-bottom: 1px solid #000;
}
.WindowShow form textarea{
    width: 100%;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    padding: 10px 0;
    height: 100px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #000;
}
.WindowShow form button{
    height: 40px;
    line-height: 40px;
    background: #f36f21;
    color: #fff;
    display: block;
    width: 100%;
    margin: 0px auto 0;
    font-size: 14px;
    }
    
.NewsRightTxt{
    width: calc(100% - 45vw);
}
.NewsLsitTxt{}
.indexCpTitle p{font-size: 14px;padding-bottom: 1em;}
.pageOl li>a{
    display: block;
}

.pagelIstBox{
    padding: 40px 20px;
}
.pagelIst{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.pagelIst img{
    width: 100%;
}
.pagelIsttxt{
    width: 100%;
    padding: 15px 0 0 0;
}

.pagelIstBox .pagelIst:nth-child(2n) img{
}

.page .BJQ td{
    border: none;
    padding: 5px 0;
    font-size: 14px;
}
.page .BJQ tr{
    border-bottom: 1px solid #ececec;
}
.page .BJQ tr:nth-child(2n){}

.FdcShowTitle{width: 100%;}
.FdcShow .BJQ td{font-size:14px;padding:5px 10px;}
.FdcShow .BJQ td *{font-size:14px; margin:0px;margin:0px;}
.FdcShow .BJQ table{margin:10px 0;}

.ProductClassificationBJ{background: #fff;padding: 40px 20px;}
.copyrightRight a img{height: 20px;background: #fff;}
.productListBJ{background:#fff;}
.pageUl ul li p{color:#444; font-size:14px;}
.News .BJQ ul li{list-style-type: disc;}
.News .BJQ ul{padding: 0 0 10px 20px;}
td *{margin:0px; padding:0px;}
.ServicesShowFormBJ{
    background: #f5f5f5;
    padding: 0.5rem 20px;
}

.ServicesListTxt h3:after{content:''; }
.ContactLeft input::-webkit-input-placeholder{color:#999;  } 
.ContactLeft input::-moz-placeholder {color:#999;  }
.ContactLeft input::-ms-input-placeholder {color:#999;  }   
.ContactLeft textarea::-webkit-input-placeholder{color:#999;   } 
.ContactLeft textarea::-moz-placeholder { color:#999; }
.ContactLeft textarea::-ms-input-placeholder { color:#999; } 
.ServicesShowImglist li p{}
.shemei a{
    padding: 0 10px;
}
.shemei a i{
    color: #fff;
}

.otherService h2{
    text-align: center;
    font-size: 20px;
    padding-bottom: 15px;
    text-transform:capitalize;
}
.pageOlBJ{padding: 40px 20px;} 
.Ptm{padding: 20px 0;}
.Pb{padding-bottom: 20px;}
.Pt{padding-top: 20px;} 
.pageBJ{}
.Center{
    text-align: center;
}

.n2{
    background: #f7f7f7;
}
.pageUlBJ{
    background: #f5f5f5;
    padding: 40px 20px;
}
.pageUl ul li:last-child{margin-bottom:0px;} 
.indexAUl li:last-child{margin-bottom:0px;} 

.footAA em{
} 


.filter input::-webkit-input-placeholder{ color: #999; } 
.filter input::-moz-placeholder { color: #999;}
.filter input::-ms-input-placeholder { color: #999;} 
.indexProject>h2 a{
    text-transform:capitalize;
    color: #fff;
    font-weight: normal;
    position: absolute;
    bottom: 0px;
    line-height: 45px;
    display: block;
    font-size: 14px;
    width: 150px;
    text-align: center;
    margin: 40px auto 0;
    background: #000;
}
.otherService ul li a.this{ }
.otherService ul li a.this h3{ } 
/*2022-10-26 23:06:09*/
.ContactLeft select{
 width: 100%;
 height: 45px;
 line-height: 45px;
 font-size: 14px;
 display: block;
 margin-bottom: 5px;
 padding: 0 10px;
 border-right: 10px solid #f5f5f5;
 @charset "UTF-8"; .indexNav {
 width: 100%;
 top: 0px;
 left: 0px;
 z-index: 99;
 transition: 0.4s;
 -o-transition: 0.4s;
 -moz-transition: 0.4s;
 -webkit-transition: 0.4s;
 background-color: #fff;
}

.indexNavNr {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 display: -webkit-flex;
 align-items: center;
 margin: 0 auto;
}

.logo {
 padding: 20px 0;
 transition: 0.4s;
 -o-transition: 0.4s;
 -moz-transition: 0.4s;
 -webkit-transition: 0.4s;
 display: flex;
 /*flex-wrap: wrap;*/
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
}

.logo
 h1 {
    font-size: 36px;
 color: #11264b;
 text-transform: capitalize;
}

.logo
 img {
    max-height: 72px;
 margin-right: 10px;
}

.indexNav .box {
}

.logo2 {
 display: none}

#nav {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
}

#nav>
 li {
    display: block;
 position: relative;
 padding-left: 30px;
}

#nav>
 li>a {
    font-size: 16px;
 position: relative;
 padding: 20px 0;
 text-transform: uppercase;
 color: #11264b;
 font-weight: 500;
}

#nav>
 li>a.this {
    color: #f37021;
}

#nav>
 li>a.this i {
    color: #fff;
}

#nav>
 li>a i {
    margin-left: 5px;
}

#nav>
 li>ul {
    position: absolute;
 left: 45px;
 z-index: 10;
 background: #fff;
 /* box-shadow: 0 2px 6px 0 rgba(32,33,36,0.28); */
 display: none;
 min-width: 100%;
 padding: 16px 0;
}

#nav>
 li>ul>li {}

#nav>
 li>ul>li>a {
    display: block;
 padding: 8px 20px;
 white-space: nowrap;
}

#nav>
 li:last-child {}

#nav>
 li:last-child a {}

.head {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
 background: #303442;
}

.head
 a {
    color: #fff;
 line-height: 40px;
 font-size: 14px;
}

.headLeft {
}

.headLeft
 a {}

.head
 a i {
    font-size: 14px;
 font-weight: normal;
 position: relative;
 top: 1px;
 margin-right: 6px;
 color: #f20000;
}

.headRight
 a {
    padding-left: 40px}

.headNr {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center}

.sousuoA {
 margin-left: 40px;
 cursor: pointer;
}

.sousuoA
 button {
    position: absolute;
 right: 0px;
 height: 38px;
 top: 0px;
 padding: 0 14px;
 background: none;
}

.sousuoA
 button i {
    color: #fff;
}

.sousuoA
 input {
    width: 200px;
 line-height: 38px;
 font-size: 14px;
 padding: 0 10px;
 display: block;
 background: none;
 height: 38px;
}

.sousuoA
 form {
    display: block;
 position: relative}

.sousuoA
 input::-webkit-input-placeholder {
    color: #999}

.sousuoA
 input::-moz-placeholder {
    color: #999}

.sousuoA
 input::-ms-input-placeholder {
    color: #999}

.navA {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
}

.RequestAQuote {
 text-align: center;
 line-height: 38px;
 font-size: 14px;
 padding: 0 20px;
 margin-left: 40px;
 border: 1px solid #000;
}

.RequestAQuote
 i {
    font-size: 14px;
}

.indexNavNrRight {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
 position: relative;
}

/*头部结束*/
/*头部二*/
.indexNavC {
 width: 100%;
 top: 0px;
 left: 0px;
 z-index: 2;
 background: #efeff0bd;
}

.indexNavNrC {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
 border-top: 1px solid #ededed;
 background: #11264b;
 padding-block: 10px;
}

.logoC {
 width: 100%;
}

.logoC
 h1 {
    font-size: 30px;
 color: #fff;
 text-transform: capitalize;
 text-align: center;
 padding: 16px 0;
}

#navC {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
}

#navC>
 li {
    display: block;
 position: relative;
}

#navC>
 li>a {
    line-height:60px;
 font-size: 18px;
 transition: 0.4s;
 -o-transition: 0.4s;
 -moz-transition: 0.4s;
 -webkit-transition: 0.4s;
 text-transform: uppercase;
 position: relative;
 padding: 0 16px;
 font-weight: 700;
 color: #fff;
}

#navC>
 li>a.this {
    color: #fff;
}

#navC>
 li>a.this:before {
    content: '';
 display: block;
 width: 14px;
 height: 1px;
 background: #f20000;
 position: absolute;
 left: 0px;
 transition: 0.4s;
 -o-transition: 0.4s;
 -moz-transition: 0.4s;
 -webkit-transition: 0.4s;
 width: 0;
 bottom: 26px;
}

#navC>
 li>ul {
    position: absolute;
 left: -20px;
 z-index: 20;
 background: #fff;
 box-shadow: 0 2px 6px 0 rgba(32,33,36,0.28);
 display: none;
 min-width: 150%}

#navC>
 li>ul>li {
    border-bottom: 1px solid rgba(0,0,0,0.10)}

#navC>
 li>ul>li>a {
    display: block;
 padding: 10px 20px;
 white-space: nowrap;
 font-size: 14px;
}

.headC {
}

.headCNr {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
 padding: 10px 0;
}

.headCNrlogo {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
}

.headCNrlogo
 h1 {
    font-size: 35px;
 text-transform: capitalize;
 color: #575757;
 display: none;
}

.headCRight {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

.headCRight
 a {}

.headCRight
 span {
    width: 34px;
 height: 34px;
 background: #f20000;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;
 margin-right: 10px;
}

.headCRight
 i {}

.headCRight
 p {}

.headCRight
 p em {
    display: block;
 width: 100%;
 line-height: 1em;
 font-size: 14px;
 padding-bottom: 4px;
    
}

.indexNavNrCBox {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;
}

.indexNavNrCBox .sousuonr {
}

.indexNavNrCBox .sousuonr
 form {
    display: block;
 padding: 4px 0;
 border-bottom: 1px solid rgba(153,153,153,0.8);
}

.indexNavNrCBox .sousuonr
 input {
    background: none;
 font-size: 14px;
 width: 200px;
 color: #fff;
}

.indexNavNrCBox .sousuonr
 button {
    background: none;
 color: #fff;
}

.indexNavNrCBox .sousuonr
 i {
    background: none;
 color: #fff;
}

/*头部二*/
/*轮播图*/
.banner {
 position: relative;
}

.banner:
 before {
    content: '';
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 background: #000;
 opacity: 0.2;
 left: 0px;
 top: 0px;
}

.banner
 img {
    width: 100%;
 height: 40vh;
}

.bannerTxt {
 position: absolute;
 bottom: 0px;
 width: 100%;
 left: 0px;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
 height: calc(100% - 0px);
}

.bannerTxt
 h2 {
    color: #fff;
 font-size: 46px;
 line-height: 1.2em;
 text-transform: uppercase;
}

.bannerTxt
 p {
    color: #fff;
 font-size: 22px;
 padding: 1em 0 0 0;
 font-weight:300;
}

.bannerTxt
 a {
    line-height: 60px;
 background: #11264b;
 color: #fff;
 margin: 40px 0;
 width: 200px;
 text-align: center;
 font-size: 18px;
 text-transform: capitalize;
 display: none;
}

.bannerTxt
 a:hover {
    background-color: #065c7b;
}

.bannerTxt
 strong {}

.banner .icon-zuo-copy {
 position: absolute;
 bottom: 20px;
 color: #fff;
 transform: rotate(90deg);
 -webkit-transform: rotate(90deg);
 font-size: 50px;
 opacity: 0.9;
 -moz-animation: myMove 1s linear infinite alternate;
 -webkit-animation: myMove 1s linear infinite alternate;
 -o-animation: myMove 1s linear infinite alternate;
 animation: myMove 1s linear infinite alternate;
 opacity: 0;
 left: 50%;
 margin-left: -23px;
}
 @-moz-keyframes myMove {
    0% {
        bottom: 20px}

    100% {
 bottom: 40px}
}
 @-webkit-keyframes myMove {
    0% {
        bottom: 20px}

    100% {
 bottom: 40px}
}
 @-o-keyframes myMove {
    0% {
        bottom: 20px}

    100% {
 bottom: 40px}
}
 @keyframes myMove {
    0% {
        bottom: 20px}

    100% {
 bottom: 40px}
}

/*轮播图结束*/
/*首页公司介绍*/
.indexA {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 display: -webkit-flex;
 align-items: center;
}

.indexA>
 img {
    max-width: 600px}

.indexA .indexAboutTxt {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 display: -webkit-flex;
 align-items: center;
}

.indexA
 h2 {
    padding-bottom: 10px;
 text-transform: capitalize;
 font-size: 34px;
 margin-bottom: 10px;
 color: #11264b;
 font-weight: 700;
}

.indexA
 h2:before {
    content: ''}
 

 

.indexA .indexAboutTxt
 p {
    margin-bottom: 10px;
}

.indexAboutTxt .BJQ {
 width: 55%;
}

.indexAboutTxt .BJQ
 a {
    line-height: 50px;
 padding: 0 30px;
 margin-top: 20px;
 text-transform: uppercase;
 background-color: #11264b;
 color: #fff;
 border-radius: 5px;
}
.indexAboutTxt .BJQ
 a:hover {
    background-color: #065c7b;
}

.indexAboutTxt .BJQ
 strong {}

.indexAboutTxt .BJQ
 ul {
    padding: 0 0 1em 20px;
}

.indexAboutTxt .BJQ
 ul li {
    padding: 0 0 5px 0px;
 position: relative;
 list-style-type: disc;
 font-size: 14px;
}

.indexAboutTxt .BJQ
 ul li i {
    color: #f20000;
 position: absolute;
 left: 0px;
 top: 2px;
}

.indexAboutTxt>
 img {
    width: 50%;
}

.indexAUl {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 display: -webkit-flex}

.indexAUl>
 li {
    width: 16%;
 padding: 30px 10px 20px;
 text-align: center;
 border: 1px solid #9999993b;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 20px 11px;
 background: #ffffff;
}

.indexAUl>
 li em {}

.indexAUl
 li img {
   margin: 0px auto 0;
 transition: 0.5s;
}
.indexAUl
 li img:hover {
    transform: rotateZ(10deg) scale(0.9);
 box-shadow: 0 0 20px 7px rgb(209 209 209 / 86%);
}


.indexAUl
 li p {
    
    font-size: 14px;
}

.indexAUl
 li h3 {
    font-size: 20px;
 line-height: 1.3em;
 margin: 15px 0;
}

.indexAbout {
 padding: 60px 0;
}

.indexAUl>
 li div {}

/*首页公司介绍结束*/
/*隔断*/
.indexF {
 /*background-attachment: fixed;*/
 background-size: cover;
 background-position: center;
 position: relative;
 padding: 1rem 0;
}

.indexF .indexFHead {
 padding: 0 0 40px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 display: -webkit-flex;
 align-items: center;
}

.indexF
 h2 {
    line-height: 1em;
 font-size: 36px;
 color: #fff;
 width: 100%;
 padding-bottom: 0.5em;
 text-transform: capitalize;
 text-align: center;
}

.indexF .indexFa {
 line-height: 40px;
 color: #fff;
 display: block;
 font-size: 14px;
 border: 1px solid #fff;
 position: relative;
 width: 170px;
 text-align: center;
 margin: 40px auto 0;
}

.indexF .indexFa
 i {
    font-size: 12px;
}

.indexF:
 before {
    content: '';
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 background: #000;
 opacity: 0;
 top: 0px;
 left: 0px}

.indexF .BJQ {
 width: 100%;
}

.indexF .indexFHead
 p {
    color: #fff;
 font-size: 14px;
 text-align: center;
}

.indexF .indexFHead
 p:last-child {
    margin-bottom: 0px}

.indexF .BJQ
 ul {
    padding-top: 10px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 display: -webkit-flex}

.indexF .BJQ
 ul li {
    position: relative;
 color: #fff;
 width: 100%;
 padding-left: 20px;
 margin-bottom: 1em;
}

.indexF .BJQ
 ul li i {
    position: absolute;
 left: 0px;
 top: 3px;
}

.indexFul {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

.indexFul
 li {
    width: 24%;
 background: #fff;
 overflow: hidden;
 padding: 30px 20px;
}

.indexFul
 h3 {
    text-align: center;
 font-size: 20px;
 line-height: 1.3em;
 margin: 10px 0;
}

.indexFul
 p {
    font-size: 14px;
 text-align: center;
}

.indexFul
 img {
    height: 70px;
 margin: 0 auto 10px;
}

.indexFul
 em {
    /* width: 80px; */
    /* height: 80px; */
    /* border: 1px solid #f20000; */
    /* border-radius: 100%; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* display: -webkit-flex; */
    /* justify-content: center; */
    /* align-items:center; */
    margin: 0 auto;
 display: block;
}

.indexFul
 div {
    width: 100%;
}

/*隔断*/
/*首页产品*/
.indexCp {
 padding: 60px 0;}

.indexCpTitle {
 padding: 0 10% 20px;}

.indexCpTitle
 h2 {
    text-align: center;
 text-transform: capitalize;
 font-size: 34px;
 color: #11264b;
 font-weight: 700;
}

.indexCpOl {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

.indexCpOl>
 li {
    width: 32%;
 background: #fff;
}

.indexCpOl>
 li a {
    display:block;
 /*display: flex;*/
 /*flex-wrap: wrap;*/
 /*display: -webkit-flex;*/
 /*justify-content: space-between;*/
}

.indexCpOl>
 li img {
    width: 100%;
 height: 100%;
 position: absolute;
 left: 0px;
 top: 0px;
}

.indexCpOl>
 li h3 {
    font-size: 20px;
 overflow: hidden;
 margin: 10px 0 0 0;
 color: #11264b;
 text-align: center;
}

.indexCpOl>
 li p {
    color: #333;
 font-size: 14px;
 margin: 5px 0 20px;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}

.indexCpOl>
 li em {
    font-size: 14px;
 color: #fff;
 margin: 10px auto;
 display: inline-block;
 background: #f36f21;
 padding: 7px 10px;
 border-radius: 5px;
}

.indexCpOl>
 li span {
    color: #999;
 font-size: 14px;
}

.indexCpOl>
 li em i {
    font-size: 12px;
}

.indexCpdefaultTxt {
 width: 100%;
}

.IndexProductTitle {
 font-size: 0.5rem;
 padding-bottom: 0.5em;
 text-align: center;
 padding-top: 0.5rem;
}

.IndexProduct .ShopAll {
 width: 145px;
 height: 45px;
 line-height: 45px;
 border: 1px solid #000;
 text-align: center;
 font-size: 14px;
 text-transform: uppercase;
 margin: 0 auto;
 display: block;
}

.indexCpOl>
 li .imghover {
    width: 100%;
 padding-bottom: 66%;
}

.IndexProductNr
 dl {
    padding-top: 30px;
}

.IndexProductNr
 dt {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding-bottom: 10px;
 align-items: center;
}

.IndexProductNr
 dt h2 {
    text-align: center;
 width: 100%;
 font-size: 36px;
 padding-bottom: 20px;
 text-align: center;
 text-transform: capitalize;
 color: #11264b;
}

.IndexProductNr
 dd {}

.IndexProductNr
 dt em {
    font-size: 34px;
 text-transform: uppercase;
 color: #333;
 color: #11264b;
 font-weight: 700;
}

.IndexProductNr
 dt a {
    font-size: 14px;
 color: #f36f21;
 text-decoration: underline;
}

.IndexProductNr
 dd ul {}

/*首页产品*/
/*尾部*/
.footA {
 overflow: hidden;
 position: relative;
 /*background-attachment: fixed;*/
 background-size: cover;
 background-position: center;
}

.footA
 h4 {
    font-size: 19px;
 padding-bottom: 20px;
 color: #fff;
 width: 100%;
 font-weight: 500;
 text-transform: uppercase;
}

.footA:
 before {
    content: '';
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 background: #11264b;
 opacity: 1;
 top: 0px;
 left: 0px;
}

.footBNr {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 display: -webkit-flex;
 margin: 60px 0 0;
}

.footAA {
 max-width: 30%;
}

.footAA
 p {
    opacity: 1;
 font-size: 14px;
 color: #ccc;
 /* display: none; */
}

.footAB {
 max-width: 30%;
}

.footAB.FootPro {
 display: none;
}

.footAB
 a {
    font-size: 14px;
 margin-bottom: 10px;
 position: relative;
 display: block;
 opacity: 1;
 color: #d3d3d3;
}

.footAD {
 max-width: 30%;
 /* display: none; */
}

.footAD
 a {
    font-size: 14px;
 margin-bottom: 10px;
 position: relative;
 display: block;
 opacity: 1;
 color: #ccc;
   
}

.footAC {
 max-width: 30%;
 display: none;
}

.footAC
 ul {}

.footAC
 ul li {
    overflow: hidden;
 margin-bottom: 10px;
 display: flex;
 /* flex-wrap: wrap; */
 display: -webkit-flex;
 /* justify-content: space-between; */
}

.footAC
 ul li i {
    opacity: 1;
 margin-top: 5px;
 font-size: 15px;
 position: relative;
 color: #11264b;
}

.footAC
 ul li p {
    overflow: hidden;
 font-size: 14px;
 /* width: calc(100% - 24px); */
 /* padding-left: 10px; */
}

.footAC
 ul li a {
    font-size: 14px;
 opacity: 1;
 color: #d3d3d3;
}

.footAC
 ul li span {
    text-align: center;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 font-size: 14px;
 display: none;
}

.footABNr {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

.footABNr
 a {
    font-size: 13px;
 margin-bottom: 10px;
 position: relative;
 display: block;
 color: #bbb;
 opacity: 1;
 width: 32%;
}

.footABNr
 h3 {
    font-size: 13px;
 font-weight: normal;
 color: #bbb;
 padding: 5px 0;
 display: none;
}

.footABNr
 img {
    width: 100%;
}

.footA .copyright {
 display: block;
 position: relative;
 padding: 20px;
 background: #11264b;
}



.copyrightLeft
 a {
    font-size: 12px;
 color: #949494;
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items:center;
 line-height: 1em;
}

.copyrightRight {
 order: 2;}

.copyrightRight
 a {
    line-height: 30px;
 padding-right: 10px;
 color: #777;
 font-size: 14px;
}

.copyrightRight
 i {
    color: #c0c0c0;
 position: relative;
 top: -1px;
 font-size: 14px;
}

.copyright .box {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
}

/*尾部结束*/
/*面包屑*/
.lanmubanner {
 position: relative;
}

.lanmubanner:
 before {
    content: '';
 position: absolute;
 width: 100%;
 top: 0px;
 height: 100%;
 background: #000;
 opacity: 0.3;
 left: 0px;
}

.lanmubanner
 img {
    width: 100%;
 height: 400px;
}

.lanmubannerTxt {
 position: absolute;
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 display: -webkit-flex;
 align-items: center;
 font-size: 14px;
 bottom: 0px;
 height: calc(100% - 0px);
}

.lanmubannerTxt
 h2 {
    font-size: 42px;
 color: #fff;
 text-transform: capitalize;
 padding-bottom: 0px;
 text-align: center;
 font-weight: 600;
}

.lanmubannerTxt
 a {
    color: #fff;
 font-size: 14px;
}

.lanmubannerTxt>
 div {
    text-align: center;
}

/*面包屑结束*/
/*公司介绍*/
.About {
 /* background-color: #efeff0; */}

.AboutTxt
 h2 {
      font-size: 34px;
 margin-bottom: 10px;
 color: #11264b;
 font-weight: 700;
}

 

 
.AboutTxt
 h2:after{content:'';}
.AboutTxt
 p {
    margin-bottom: 1em;
}

.AboutTxt
 strong {}

.AboutUL>
 ul {
    display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 display: -webkit-flex;
 z-index: 2;
 position: relative;
}

.AboutUL>
 ul>li {
    width: 15%;
 text-align: center;
 background: #ffffff;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 20px 11px;
}

.AboutUL>
 ul>li i {
    font-size: 60px;
 color: #f20000}

.AboutUL>
 ul>li img {
    margin: 0px auto 0;
 transition: 0.5s;
}

.AboutUL>
 ul>li img:hover {
    transform: rotateZ(10deg) scale(0.9);
 box-shadow: 0 0 20px 7px rgb(209 209 209 / 86%);
}

.AboutUL>
 ul>li h3 {
    text-align: center;
 font-size: 20px;
 padding-bottom: 0.5em;
}

.AboutUL>
 ul>li p {
    
    font-size: 14px}

.AboutUL>
 ul>li div {
    padding: 20px;
 display: none;
}

.AboutUL {
 position: relative;
 padding: 60px 0;
 background-color: #f36f21;
 margin-top: 20px;}

.AboutTxtBox {
 overflow: hidden;
 padding: 80px 0;
}

.AboutTxt
 ul {
    overflow: hidden;
 padding: 0px 0 20px 20px;
}

.AboutTxt
 ul li {
    position: relative;
 font-size: 14px;
 margin-bottom: 5px;
 list-style-type: disc;
}

.AboutTxt
 ul li:before {}

.AboutTxt
 ul li i {
    color: #f20000;
 margin-right: 5px}

.aboutListBox {
}

.aboutList {
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 display: -webkit-flex;
}

.aboutList
 img {height: 300px;
 width: 100%;}

.aboutListTxt {
 width: 55%;
}

 
.aboutListTxt
 h2 {
    padding-bottom: 15px;
 font-size: 36px;
 line-height: 1.3em;
 color: #11264b;
}

.aboutListTxt
 p {
    padding-bottom: 1em;
}

.aboutListImg {
 width: 100%;
}

.aboutListBox .aboutList:nth-child(2n) .aboutListImg {
 order: 2;
}

/*公司介绍结束*/
/*服务列表*/
.ServicesListBJ {
}

.ServicesList {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding: 1rem 0}

.ServicesList>
 ul {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 /*margin: 0 -10px 0 -10px;*/
 min-width: 100%;
 justify-content: space-between;
}

.ServicesList>
 ul>li {
    width: 100%;
 margin-bottom: 30px;
 padding-bottom: 30px;
 border-bottom: 1px solid #eee;
}

.ServicesList>
 ul>li>a {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 width: 100%;
 align-items: center;
}

.ServicesList>
 ul>li:nth-child(2n) .ServicesListTitle {}

.ServicesListTitle {
 width: 40%;
}

.ServicesListTitle
 img {
    width: 100%;
}

.ServicesListTxt {
 position: relative;
 width: 55%;
}

.ServicesListTxt
 ul {
    margin: 10px 0;
 padding-left: 20px;
}

.ServicesListTxt
 ul li {
    position: relative;
 font-size: 14px;
 margin-bottom: 5px;
 list-style-type: disc;
}

.ServicesListTxt
 ul li i {
    color: #f20000;
 margin-right: 5px;
 display: none;
}

.ServicesListTxt
 h4 {}

.ServicesListTxt
 span {}

.ServicesListTxt
 em {
    font-size: 14px;
 background: #f20000;
 color: #fff;
 line-height: 40px;
 padding: 0 20px;
}

.ServicesListTxt
 h3 {
    margin: 0px 0 10px;
 font-size: 26px;
 color: #333;
 line-height: 1.2em;
 overflow: hidden;
}

.ServicesListTxt
 p {
    
    font-size: 14px;
 margin-bottom: 1em;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}

.ServicesListTxt
 strong {}

/*服务列表*/
/*服务详情*/
.ServicesShow {
 padding: 1rem 0;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between}

.ServicesShow
 h1 {
    font-size: 30px;
 padding: 0px 0 10px 0;
}

.ServicesShowTxt {
 width: 100%;
}

.ServicesShowImg {
 padding-bottom: 20px;
}

.ServicesShowImg
 img {}

.ServicesShowTxt .BJQ {
}

.ServicesShowTxt .BJQ {
 margin: 0 auto}

.ServicesShowTxt .BJQ
 h3 {
    font-size: 20px}

.ServicesShowTxt .BJQ
 h4 {
    padding-bottom: 10px;
}

.ServicesShowTxt .BJQ
 h2 {}

.ServicesShowTxt .BJQ
 p {
    padding-bottom: 1em;
 font-size: 14px;
 color: #333;
}

.ServicesShowTxt .BJQ
 ul {
    padding: 0 0px 20px 20px;
}

.ServicesShowTxt .BJQ
 ul li {
    margin-bottom: 5px;
 position: relative;
 font-size: 14px;
 list-style-type: disc;
}

.ServicesShowTxt .BJQ
 ul li i {
    color: #f20000;
 position: absolute;
 left: 0px;
 top: 3px}

.ServicesShowTxt .BJQ
 strong {}

.ServicesParameter {
}

.ServicesParameter>
 h2 {
    font-size: 20px;
 padding-bottom: 10px;
}

.ServicesParameterUl {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding: 20px 0 20px;
}

.ServicesParameterUl
 li {
    width: 32%;
}

.ServicesParameterUl
 li img {}

.ServicesParameterUl
 li h3 {
    font-size: 20px;
 padding: 10px 0 5px;
 line-height: 1.3em;
}

.ServicesParameterUl
 li p {
    color: #333;
 font-size: 14px;
}

.ServicesParameterList {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 margin-top: 20px;
}

.ServicesParameterImg {
 width: 40%;
}

.ServicesParameterImg
 img {
    width: 100%;
}

.ServicesParameterList .BJQ {
}

.ServicesParameterList .BJQ {
 width: 57%;
}

.ServicesParameterList .BJQ
 h3 {
    font-size: 20px}

.ServicesParameterList .BJQ
 h4 {
    padding-bottom: 10px;
}

.ServicesParameterList .BJQ>
 h2 {
    font-size: 20px;
}

.ServicesParameterList .BJQ
 p {
    padding-bottom: 10px;
 color: #333;
 font-size: 14px;
}

.ServicesParameterList .BJQ
 ul {
    padding: 0 0 0 20px;
}

.ServicesParameterList .BJQ
 ul li {
    margin-bottom: 5px;
 position: relative;
 font-size: 14px;
 list-style-type: disc;
}

.ServicesParameterList .BJQ
 ul li i {
    color: #f20000;
 position: absolute;
 left: 0px;
 top: 3px}

.ServicesParameterList .BJQ
 strong {}

.ServicesParameterList:nth-child(2n) .ServicesParameterImg {
}

.ServicesContent {
}

.ServicesContent
 p {
    font-size: 14px;
 padding: 0 0 1em 0;
}

.ServicesContent
 h3 {}

.ServicesContent
 h4 {}

.ServicesContent
 h2 {}

.ServicesContent
 ul {
    padding: 10px 20px;
}

.ServicesContent
 ul li {
    list-style-type: disc;
}

.ServicesContent
 strong {}

/*服务详情结束*/
/*联系我们*/
.ContactBox {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

.ContactBox
 h2 {
    font-size: 30px;
 position: relative;
 z-index: 1;
 text-transform: uppercase;
 padding: 20px 10px;
 text-align: center;
 color: #fff;
}
 h2 {}

.ContactLeft {
 width: 100%;
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 40px;
 flex-direction: column;
 order: 1;
}

.ContactLeft
 p {
    padding-bottom: 5px;
 font-size: 18px;
}

.ContactLeft .lmjj {
 background-color: #e3e3e375;
 width: 40%;
 margin: auto;
 padding: 40px;
 color: #fff;
}

.ContactLeft
 h3 {
    font-weight: normal;
 font-size: 18px;
 color: #232222;
 padding-bottom: 1em;
 width: 100%;
 font-weight: 500;
}

.ContactLeft
 form {width: 100%;
 margin: 20px;}

.ContactLeft
 lmjj {
    width: 40%;
}

.ContactLeft
 form>div {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

.ContactLeft
 form>div input:nth-child(3) {
    width: 100%;
}

.ContactLeft
 form>div input:nth-child(4) {}

.ContactLeft
 h2 {
    padding-bottom: 20px;
}

.ContactLeft
 input {
    width: 100%;
 height: 50px;
 line-height: 50px;
 font-size: 14px;
 display: block;
 margin-bottom: 10px;
 padding: 0 10px;
 background: #fff;
 border: 1px solid #ddd;
}

.ContactLeft
 textarea {
    width: 100%;
 height: 130px;
 font-size: 14px;
 display: block;
 padding: 10px;
 background: #fff;
 border: 1px solid #ddd;
 margin-bottom: 10px;
}

.ContactLeft
 button {
    height: 50px;
 line-height: 50px;
 background: #11254a;
 color: #fff;
 display: block;
 width: 170px;
 font-weight: 500;
 text-transform: uppercase;
 border-radius: 5px;
}

.ContactRight {
 width: 35%;
 position: relative;
 order: 3;
}

.ContactRight
 h3 {
    margin-bottom: 20px;
 font-weight: normal;
 font-size: 14px;
 color: #333;
 position: relative;
 z-index: 1;
}

.ContactRight
 ul {
    display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 display: -webkit-flex;
 position: relative;
 z-index: 1;
}

.ContactRight
 ul li {
    width: 100%;
 padding: 26px 10px 0px;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
 justify-content: flex-start;
 flex-direction: row;
}

.ContactRight
 ul li em {
    display: block;
 font-size: 22px;
 font-weight: 400;
 padding-bottom: 10px;
 display: none;
}

.ContactRight
 ul li div {
    width: 100%;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
 justify-content: space-between;
}

.ContactRight
 ul li i {
    font-size: 23px;
 color: #fff;
 font-weight: normal;
}

.ContactRight
 ul li p {
    color: #333;
 line-height: 1em;
 font-size: 14px;
 /* width: 100%; */
 /* text-align: center; */
 padding-left: 20px;
}

.ContactRight
 ul li a {
    color: #fff;
 font-size: 16px;
}

.ContactRight
 ul li span {
    font-size: 18px;
 color: #11264b;
 width: 40px;
 height: 40px;
 background: #11264b;
 border-radius: 100%;
 /* display: flex; */
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;
}
.ContactRight>
 p{padding-bottom:1em;
 font-size: 18px;
 text-align: center;
 width: 80%;
 margin: auto;}
.ContactBJ {
 padding: 1rem 0;
}

.map {
 width: 65%;
 order: 2;
}

.map
 iframe {
    width: 100%;
 height: 37vh;
 border: none;
 display: block;
}

.ContactRight:
 before {
    content: '';
 display: block;
 width: 0;
 height: 100%;
 position: absolute;
 right: 0px;
 background: #f7f8fa;
 top: 0px;
}

/*联系我们结束*/
/*导航固定*/
.fixed .indexNav {
 position: fixed;
 background: #fff;}

.box-shadow #nav>
 li>a {}

.box-shadow .logo
 h1 {}

.box-shadow .sousuo {
}

.box-shadow .sousuo
 input {
    color: #333}

.box-shadow .sousuo
 button {
    color: #333}

.box-shadow .sousuo
 input::-webkit-input-placeholder {
    color: #999}

.box-shadow .sousuo
 input::-moz-placeholder {
    color: #999}

.box-shadow .sousuo
 input::-ms-input-placeholder {
    color: #999}

.box-shadow .logo1 {
 display: none}

.box-shadow .logo2 {
 display: block}

.box-shadow #nav>
 li>a.this:before {
    bottom: 20px}

.box-shadow .head {
 display: none;
}

.box-shadow .indexNavNr {
}

.box-shadow .indexNav {
 box-shadow: 0 1px 6px 0 rgb(0 0 0 / 0.1);
 
}

.box-shadow .indexheadbj {
 display: none;}

/*导航固定*/
/*导航固定三 */
.fixedC .headC {
 display: none;
}

.fixedC .indexNavC {
 position: fixed;
}

/*导航固定三 */
/*产品列表*/
.productLeft
 select {
    display: none}

.productLeft
 option {}

.productList {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding: 0.5rem 0}

.productLeft {
 width: 300px;
 background-color: #f8f8f8;
 border: 1px solid #dfdfdf;
 margin-bottom: 20px;
}

.H2ol {
}

.H2ol
 h2 {
    font-size: 26px;
 text-transform: uppercase;
 color: #fff;
 background-color: #f36f21;
 padding: 10px;
}

.H2ol
 ol {}

.H2ol
 ol li {padding-block: 5px;
 border-bottom: 1px solid #e6e0e0;}

.H2ol
 ol li a {
    line-height: 36px;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
 font-size: 18px;
 color: #333;
 padding: 10px;
}

.H2ol
 ol li span {
    width: 14px;
 height: 14px;
 border: 1px solid #111;
 text-align: center;
 line-height: 18px;
 display: block;
 margin-right: 10px;
 display: none;
}

.H2ol
 ol li i {
    font-size: 14px;
 color: #11264b;
 position: relative;
 top: -2px;
 opacity: 0;
}

.H2ol
 ol li a.this {
    color: #11264b;
 font-weight: 600;
}

.H2ol
 ol li a.this span {
    border: 1px solid #11264b;
}

.H2ol
 ol li a.this i {
    opacity: 1;
}

.productRight {
 width: calc(100% - 330px);}

.productRight>
 ul {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 margin: 0 -10px 0 -10px;
 justify-content: space-between;
}

.productRight>
 ul>li {
    width: 32%;
 margin-bottom: 26px;
 /* margin-bottom: -1px; */
 /* margin-right: -1px; */
 cursor: pointer;
 border: 1px solid #9999993b;
}

.productRight>
 ul>li:hover {
    box-shadow: 0 0 10px #d0d0d0eb;
}

.productRight>
 ul>li a {
    display: block;
 margin: 0 10px;
 background: #fff;
 height: 100%;
 /* padding: 20px; */
}

.productRight>
 ul>li .imghover {
    display: block;
 width: 100%;
 padding-bottom: 100%;
 position: relative;
}

.productRight>
 ul>li img {
   object-fit: contain;
}

.productRight>
 ul>li h3 {
    color: #333;
 font-weight: 400;
 font-size: 16px;
 overflow: hidden;
 margin-bottom: 10px;
 text-align: center;
}

.productRight>
 ul>li p {
    margin: 5px 0;
 font-size: 14px;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 color: #666;
 font-weight: 300;
}

.productRight>
 ul>li em {
    color: #f20000;
 font-size: 14px;
 margin: 0 0px 10px;
}

.productRight>
 ul>li:nth-child(3n) {}

.productRight>
 ul>li:nth-child(4n) {}

.productListBJ {
}

/*产品列表*/
/*产品详情*/
.productShowprice {
 color: #f20000;
 font-size: 30px;
 border-bottom: 1px solid #eee;
 border-top: 1px solid #eee;
 padding: 10px 0;
 margin: 10px 0;
}

.productShow {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding:60px 0 1rem;
}

.productShowImg {
 width: 100%;
 overflow: hidden;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding-bottom: 20px;
}

#productShowImg {
 width: 460px;
 margin: 0;
 vertical-align: middle;
 border: 1px solid #ccc;
}

#productShowImg .swiper-slide
 img {
    max-width: 100%;
 width: auto;
 margin: 0 auto;
}

#productShowImg
 a {
    height: 100%;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;
}

.productShowIntroduction {
 overflow: hidden;
 margin-bottom: 20px;
}

.productShowIntroduction
 ul {
    padding: 0px 20px;
}

.productShowIntroduction
 ul li {
    list-style-type: disc;
 font-size: 14px;
}

.productShowIntroduction
 p {
    margin-top: 10px;
}

.productShowIntroduction * {
 
}

.productShowIntroduction
 strong {}

.productShowIntroduction
 h3 {}

.productShowIntroduction
 h2 {}

.productShowIntroduction
 h4 {}

.productShowIntroduction
 span {}

.productShowTxt {
}

.productShowImg
 h1 {
    font-size: 36px;
 padding-bottom: 10px;
 line-height: 1.3em;
 font-weight: 600;
 color: #333;
}

.productShowTxt
 p {
    padding-top: 10px;
 font-size: 14px;
}

.productShowTxt
 ul {
    padding-left: 20px;
}

.productShowTxt
 ul li {
    font-size: 14px;
 margin-bottom: 5px;
 list-style-type: disc;
}

.productShowTxt
 ul li i {
    font-size: 14px;
 color: #f20000}

.productShowTxt
 strong {}

.productShowTxt
 h2 {}

.productShowTxt
 h3 {
    padding-bottom: 10px}

.productShowTxt
 h4 {}

.productShowTxt .BJQ {
}

.productShowTxt .BJQ * {
 font-size: 16px;
}

.productShowImg .Consult {
 line-height: 50px;
 background: #f36f21;
 color: #fff;
 padding: 0 30px;
 cursor: pointer;
 /* display: none; */
 text-transform: uppercase;
 font-weight: 600;
 margin-right: 16px;
}



.productShowLeft {
 width: 100%;
}

.productShowTxt
 h1 {
    font-size: 26px;
 margin-bottom: 20px;
 border-bottom: 1px solid #dfdfdf;
 padding: 15px 0;
 color: #575757;
}

.productShowRight {
 width: 100%;
 padding-top: 100px;
}

.productShowRight
 h2 {
    font-size: 26px;
 padding: 0px 0px 20px;
 text-align: center;
 width: 100%;
 color: #11264b;
}

.productShowRight
 h3 {
    padding: 10px 0;
 font-weight: normal;
 font-size: 14px;
 text-align: center;
}

.productShowRight
 img {}

.productShowRight
 a {
    display: block;
 margin-bottom: 10px;
 width: 24%;
 @charset "UTF-8";
.box{
 width: 100%;}
.indexNav{
 position:fixed;
 width:100%;
 top:0px;
 left:0px;
 z-index:2;
 display: none;}
.indexNavNr{
 background: #fff;
 padding: 0 20px;
 display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 display:-webkit-flex;
 align-items:center;}
.logo{}
.logo
 h1{text-transform:uppercase;
 font-size:32px;}
.logo
 img{height:50px}
#nav{}
#nav>
 li{float:left;
 display:block;
 position:relative;
 padding:0 25px}
#nav>
 li>a{line-height:80px;
 font-size:14px;
 transition:0.4s;
 -o-transition:0.4s;
 -moz-transition:0.4s;
 -webkit-transition:0.4s;
 text-transform:uppercase;
 position:relative;}
#nav>
 li>a.this{color:#f20000!important}
#nav>
 li>a.this:before{content:'';
 display:block;
 width:14px;
 height:1px;
 background:#f20000;
 position:absolute;
 left:0px;
 transition:0.4s;
 -o-transition:0.4s;
 -moz-transition:0.4s;
 -webkit-transition:0.4s;
 width:100%;
 bottom:26px}
#nav>
 li>ul{position:absolute;
 left:10px;
 z-index:20;
 background:#fff;
 box-shadow:0 2px 6px 0 rgba(32,33,36,0.28);
 display:none;
 min-width:150%}
#nav>
 li>ul>li{border-bottom:1px solid rgba(0,0,0,0.10)}
#nav>
 li>ul>li>a{display:block;
 padding:10px 20px;
 white-space:nowrap}

.head{
 display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:space-between;
 align-items:center}
.head
 a{color:#fff;
 line-height:46px;
 font-size:14px}
.headLeft{}
.headLeft
 a{}
.head
 a i{font-size:14px;
 font-weight:normal;
 position:relative;
 top:1px;
 margin-right:6px}
.headRight
 a{padding-left:40px}
.headNr{
 display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:space-between;
 align-items:center}
.sousuo{
 background:#f5f5f5}
.sousuo
 button{position:absolute;
 right:0px;
 height:38px;
 top:0px;
 padding:0 15px;
 background:none;
 color:#333}
.sousuo
 input{width:240px;
 height:38px;
 line-height:38px;
 font-size:14px;
 padding:0 10px;
 display:block;
 background:none;
 color:#333}
.sousuo
 form{display:block;
 position:relative}
.sousuo
 input::-webkit-input-placeholder{color:#999}
.sousuo
 input::-moz-placeholder{color:#999}
.sousuo
 input::-ms-input-placeholder{color:#999}
/*头部结束*/


.indexNavC{
 display:none;}

 



/*轮播图*/
.banner{
 position:relative;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 display:-webkit-flex;
 align-items:center;}
.banner:
 before{content:'';
 display:block;
 position:absolute;
 width:100%;
 height:100%;
 background:#000;
 opacity: 0.2;
 left:0px;
 top:0px;}
.banner
 img{width:100%;
 height: 127vw;}
.bannerTxt{
 position:absolute;
 width: 90%;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
 bottom: 0;
 height: calc(100% - 60px);}
.bannerTxt
 h2{color:#fff;
 font-size: 26px;
 line-height: 1.3em;}
.bannerTxt
 p{color:#fff;
 font-size: 14px;
 padding-top: 1em;}
.bannerTxt
 a{padding: 0 30px;
 line-height:40px;
 background:#f20000;
 color:#fff;
 margin: 10px 0;
 font-size: 14px;
 display: inline-block;}
.bannerTxt
 strong{}
.banner .icon-zuo-copy{
 position:absolute;
 bottom:20px;
 color:#fff;
 transform:rotate(90deg);
 -webkit-transform:rotate(90deg);
 font-size:50px;
 opacity:0.9;
 -moz-animation:myMove 1s linear infinite alternate;
 -webkit-animation:myMove 1s linear infinite alternate;
 -o-animation:myMove 1s linear infinite alternate;
 animation:myMove 1s linear infinite alternate;
 display:none;}
 @-moz-keyframes myMove{0%{bottom:20px}
100%{
 bottom:40px}
}
 @-webkit-keyframes myMove{0%{bottom:20px}
100%{
 bottom:40px}
}
 @-o-keyframes myMove{0%{bottom:20px}
100%{
 bottom:40px}
}
 @keyframes myMove{0%{bottom:20px}
100%{
 bottom:40px}
}
/*轮播图结束*/


/*首页公司介绍*/
.indexA{
 display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 display:-webkit-flex;
 align-items:center;
 padding: 0.5rem 20px;}
.indexA>
 img{max-width:600px}
.indexA .indexAboutTxt{
 width:100%;
 display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 display:-webkit-flex}
.indexA
 h2{font-size: 20px;
 padding-bottom: 10px;
 text-align: center;}
.indexA
 h2:before{content:''}
 
 
.indexA .indexAboutTxt
 p{margin-bottom: 10px;
 color:#333;
 font-size: 14px;}
.indexAboutTxt .BJQ{
 width: 100%;
 padding: 20px 0;}
.indexAboutTxt .BJQ
 a{
    line-height: 40px;
 font-size: 14px;
 border: 1px solid #000;
 width: 35vw;
 text-align: center;
 margin: 0 auto 0.5rem;
 display: block;
 text-transform:capitalize;
}
.indexAboutTxt .BJQ
 strong{}
.indexAboutTxt .BJQ
 ul{padding: 0 0 1em 20px;}
.indexAboutTxt .BJQ
 ul li{padding-bottom: 5px;
 font-size: 14px;
 position: relative;
 list-style-type: disc;
 color: #333;}
.indexAboutTxt .BJQ
 ul li i{color:#f20000;
 position: absolute;
 left: 0px;
 top: 2px;
 font-size: 14px;}
.indexAboutTxt>
 img{max-width: 100%;
 margin-bottom: 20px;}
.indexAUl {
 display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 display:-webkit-flex;
 padding: 0 20px;}
.indexAUl
 li{width: 100%;
 display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content: center;
 padding: 20px 0;}
.indexAUl
 li em{}
.indexAUl
 li img{width:60px;}
.indexAUl
 li p{color:#444;
 font-size:14px;
 text-align: center;}
.indexAUl
 li h3{
    text-align: center;
 padding: 10px 0;
 font-size: 18px;
}
.indexAbout{
}
.indexA>
 ul>li div{width:calc(100% - 80px)}
/*首页公司介绍结束*/





/*隔断*/
.indexF{
 /* background-attachment:fixed; */
 background-size:cover;
 background-position:center;
 position:relative;
 overflow: hidden;}
.indexF .indexFHead{
 padding: 1rem 0 20px;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 display:-webkit-flex;
 align-items:center;}
.indexF
 h2{line-height: 1.2em;
 font-size: 20px;
 color:#fff;
 width:100%;
 text-align:center;
 padding-bottom:0.5em;}
.indexF
 h3{}
.indexF .indexFa{
 line-height: 40px;
 color: #fff;
 display: block;
 font-size: 14px;
 border: 2px solid #fff;
 position: relative;
 width: 170px;
 text-align: center;
 margin: 0px auto 40px;
}
.indexF:
 before{content:'';
 display:block;
 position:absolute;
 width:100%;
 height:100%;
 background:#000;
 opacity: 0.3;
 top:0px;
 left:0px;}
.indexF .BJQ{
 width:100%;
 padding: 0 14px;}
.indexF .indexFHead
 p{color:#fff;
 font-size: 14px;
 text-align:center;
 padding:0 10%;
 margin-bottom:1em;}
.indexF .indexFHead
 p:last-child{margin-bottom:0px}
.indexF .BJQ
 ul{padding-top:10px;
 display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 display:-webkit-flex}
.indexF .BJQ
 ul li{position:relative;
 color:#fff;
 width: 100%;
 padding-left:20px;
 font-size: 14px;
 margin-bottom: 10px;}
.indexF .BJQ
 ul li i{position:absolute;
 left:0px;
 top: 3px;}
.indexFul{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding: 0 20px 0.5rem;
}
.indexFul
 li{
    width: 100%;
 background: #fff;
 overflow: hidden;
 padding: 20px;
 margin-bottom: 10px;
}
.indexFul
 h3{text-align: center;
 padding: 20px 0;
 font-size: 20px;}
.indexFul
 p{
    
    font-size: 14px;
 text-align: center;
}
.indexFul
 img{
    width: 100%;
 margin: 0 auto;
}
.indexFul
 em{margin: 0 auto;
 /* width: 60px; */
 /* height: 60px; */
 /* border: 1px solid #f20000; */
 /* border-radius: 100%; */
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;}
.indexFul
 div{}
/*隔断*/





/*首页产品*/
.indexCp{
 padding: 40px 0;}
.indexCpTitle{
 padding: 0 20px 10px;
}
.indexCpTitle
 h2{font-size: 20px;
 text-align:center;
 padding-bottom: 10px;}
.indexCpOl{
 display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:space-between;
 padding: 0 20px;}
.indexCpOl>
 li{width: 100%;
 margin-bottom: 20px;}
.indexCpOl>
 li a{display:block}
.indexCpOl>
 li img{width: 100%;
 height: 100%;
 position: absolute;
 left: 0px;
 top: 0px;}
.indexCpOl>
 li h3{font-size: 18px;
 overflow:hidden;
 padding: 10px 0;}
.indexCpOl>
 li p{overflow:hidden;
 text-overflow:ellipsis;
 font-size: 14px;
 margin: 0px 0 20px;}
.indexCpOl>
 li em{display:block;
 background: #f20000;
 text-align:center;
 line-height: 36px;
 transition:0.4s;
 -o-transition:0.4s;
 -moz-transition:0.4s;
 -webkit-transition:0.4s;
 font-size:14px;
 color: #fff;
 width: 120px;
 margin: 0 auto;
 display: none;}
 
.indexCpOl>
 li span{
    color: #999;
 font-size: 14px;
}
.indexCpOl>
 li em i{font-size:14px}
.indexCpdefaultTxt{}
.IndexProductTitle{
 font-size: 20px;
 padding: 0.5rem 0 0.5em;
 text-align: center;
    
}
.IndexProduct .ShopAll{
 width: 145px;
 height: 45px;
 line-height: 45px;
 border: 1px solid #000;
 text-align: center;
 font-size: 14px;
 text-transform:uppercase;
 margin: 0 auto;
 display: block;
    
}
.indexCpOl
 li .imghover{
    width: 100%;
 padding-bottom: 66%;
}
/*首页产品*/



/*尾部A*/
 .footA{
 overflow:hidden;
 position:relative;
 background-attachment:fixed;
 background-size:cover;
 background-position:center;}
.footA
 h4{text-transform: uppercase;
 font-size: 18px;
 color: #333;
 padding: 20px 0 5px;
 width: 100%;
 font-weight: 500;}
 h4 {}

.footBNr{
 display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 display:-webkit-flex;
 padding: 40px 20px 0;}

.footAA{
 width: 100%;
 order: 1;
}
.footAA
 p{color: #fff;
 font-size: 14px;
 display: none;}


.footABNr{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.footABNr
 a{
    font-size: 13px;
 margin-bottom: 10px;
 position: relative;
 display: block;
 color: #bbb;
 opacity: 1;
 width: 32%;
}
.footABNr
 h3{
    font-size: 13px;
 font-weight: normal;
 color: #bbb;
 padding: 5px 0;
 display: none;
}
.footABNr
 img{ width:100%;}
.footAB
 a {
    font-size: 14px;
 margin-bottom: 10px;
 position: relative;
 display: block;
 color: #333;
 width: 100%;
}
.footAB{
 width: 100%;
 order: 4;
}

.footAB.FootPro {
 display: none;
}

.footAC{
 width: 100%;
 padding-bottom: 10px;
 order: 5;}
.footAC
 ul{}
.footAC
 ul li{overflow:hidden;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;}
.footAC
 ul li i{color: #11264b;
 opacity: 1;
 font-size: 16px;
 position:relative;
 /* display:none; */
 top: -3px;}
.footAC
 ul li p{overflow:hidden;
 padding-bottom: 8px;
 width: calc(100% - 30px);}
.footAC
 ul li a{font-size: 14px;
 color: #333;
 opacity: 1;}
.footAC
 ul li span{text-align:center;
 display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:center;}






.copyright{
 position:relative;
 z-index:2;
 padding: 20px;}
.copyrightLeft{
 width: 100%;
}
.copyrightLeft
 a{font-size: 14px;
 color: #333;
 width:100%;
 text-align: center;}

.copyrightRight{
 display: none;}
.copyrightRight
 a{
    line-height: 30px;
 padding-left: 30px;
 color: #999;
 font-size: 14px;
}
.copyrightRight
 i{
    color: #c0c0c0;
 position: relative;
 top: -1px;
 font-size: 14px;
}
.copyright .box{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
}

.footA:
 before {
    content: '';
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 background: #ececec;
 opacity: 1;
 top: 0px;
 left: 0px;
}
/*尾部结束A*/





/*面包屑*/
.lanmubanner{
 position:relative; }
.lanmubanner:
 before{content:'';
 position:absolute;
 width:100%;
 top:0px;
 height:100%;
 background: #000;
 opacity: 0.2;
 left:0px;}
.lanmubanner
 img{width:100%;
 height: 90vw;}
.lanmubannerTxt{
 position:absolute;
 width:100%;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 display:-webkit-flex;
 align-items:center;
 font-size:14px;
 bottom: 0px;
 left: 0px;
 height: calc(100% - 60px);}
.lanmubannerTxt
 h2{font-size: 24px;
 color: #fff;
 text-transform:capitalize;
 padding-bottom:0px;
 text-align: center;
 line-height: 1em;}
.lanmubannerTxt
 a{color: #fff;
 font-size: 12px;}
.lanmubannerTxt>
 div{
   color: #fff;
 text-align: center;
}
/*面包屑结束*/






/*公司介绍*/
.About{}

.AboutUL>
 ul{display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 display:-webkit-flex;
 padding-top: 10px;
 position: relative;
 z-index: 3;}
.AboutUL>
 ul li{width: 100%;
 background: #f9f9f9;
 margin-bottom: 10px;}
.AboutUL>
 ul li i{font-size:60px;
 color:#f20000}
.AboutUL>
 ul li img{
    margin: 0 auto;
}
.AboutUL>
 ul li h3{text-align:center;
 font-size: 20px;}
.AboutUL>
 ul li p{font-size:14px}
.AboutUL>
 ul li div{padding: 10px 20px 20px;}



.AboutTxt
 ul{
    padding: 0 0 10px 20px;
}
.AboutTxt
 h2{font-size: 22px;
 margin-bottom:0.5em}
 
    
 
.AboutTxt
 h2:after{content:'';}    
.AboutTxt
 p{margin-bottom: 1em;
 font-size: 14px;
 color: #333;}
.AboutTxt
 ul li{position:relative;
 margin-bottom: 5px;
 list-style-type: disc;
 font-size: 14px;
 color: #333;}
.AboutTxt
 ul li:before{}
.AboutTxt
 ul li i{color:#f20000;
 margin-right:5px;
 position: absolute;
 left: 0px;
 top: 3px;
 font-size: 14px;}


 
 

.aboutListBox{}
.aboutList{
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 display: -webkit-flex;
}
.aboutList
 img{}
.aboutListTxt{
 width: 100%;
 padding: 20px 0;
}
.aboutListTxt
 h3{
    padding-bottom: 10px;
 font-size: 20px;
 line-height: 1.3em;
 color: #000;
}
.aboutListTxt
 p{
    
    font-size: 14px;
 padding-bottom: 1em;
}
.aboutListImg{
 width: 100%;
}
.aboutListBox .aboutList:nth-child(2n) .aboutListImg{
}


/*公司介绍结束*/


/*服务单页*/
.page{}
 


.pageUl{
 padding:20px 0}
.pageUl>
 ul{display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 display:-webkit-flex}
.pageUl>
 ul>li{width: 100%;
 cursor:pointer;
 margin-bottom: 30px;}
.pageUl>
 ul>li img{width:100%}
.pageUl>
 ul>li p{}
.pageUl>
 ul>li em{}
.pageUl>
 ul>li h3{font-size: 20px;
 padding: 15px 0;}
.pageOl{
}
.pageOl
 ol{display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 display:-webkit-flex}
.pageOl
 li{width: 49%;
 margin-bottom: 10px;
 cursor:pointer;}
.pageOl
 img{width:100%}
.pageOl
 h3{font-size: 18px;
 padding: 10px 0;}
.pageOl
 p{font-size: 13px;
 color:#444;}
.pageOl
 div{
    text-align: center;
}
/*服务单页结束*/



/*服务列表*/
.ServicesList{
 padding: 1rem 20px;}
.ServicesList>
 ul{display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:space-between;
 width:100%}
.ServicesList>
 ul>li{width:100%;
 margin-bottom:30px;
 padding-bottom: 30px;
 border-bottom: 1px solid #ddd;}
.ServicesList>
 ul>li>a{display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:space-between;
 width:100%}
.ServicesListTitle{
 width: 100%;}
.ServicesListTitle
 img{width:100%}
.ServicesListTxt{
 width: 100%;
 padding: 20px 0 0;}
.ServicesListTxt
 ul{margin: 10px 0 0 20px;}
.ServicesListTxt
 ul li{color:#333;
 font-size: 14px;
 margin-bottom: 0.5em;
 position: relative;
 list-style-type: disc;}
.ServicesListTxt
 ul li i{
    color: #f20000;
 position: absolute;
 font-size: 14px;
 left: 0px;
 top: 4px;
}
.ServicesListTxt
 h4{}
.ServicesListTxt
 span{}
.ServicesListTxt
 em{line-height: 30px;
 color:#f20000;
 text-align: center;
 font-size: 14px;
 display: none;}
.ServicesListTxt
 h3{margin: 10px 0;
 font-size: 20px;
 line-height: 1.2em;}
.ServicesListTxt
 p{color: #333;
 font-size: 14px;
 overflow:hidden;}
.ServicesListTxt
 strong{}
/*服务列表*/







/*服务详情*/
.ServicesShow{
 padding: 0.5rem 20px;
 display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:space-between;}
.ServicesShow
 h1{font-size: 20px;
 padding: 15px 0px;
 line-height: 1.3em;}


.ServicesShowTxt .BJQ{
 margin:0 auto}
.ServicesShowTxt .BJQ
 h3{font-size:20px}
.ServicesShowTxt .BJQ
 h4{    padding-bottom: 10px;}
.ServicesShowTxt .BJQ
 h2{}
.ServicesShowTxt .BJQ
 p{padding-bottom: 10px;
 font-size: 14px;
 color: #333;}
.ServicesShowTxt .BJQ
 ul{
    padding: 0 0 10px 20px;
}
.ServicesShowTxt .BJQ
 ul li{margin: 5px;
 position:relative;
 font-size: 14px;
 list-style-type: disc;
 color: #333;}
.ServicesShowTxt .BJQ
 ul li i{color:#f20000;
 position:absolute;
 left:0px;
 top:3px}
.ServicesShowTxt .BJQ
 strong{}
.ServicesShowTxt{}

.ServicesShowImg{
 width:100%;
 padding-bottom:0px}
.ServicesShowImg
 img{margin:0 auto;}
.ServicesParameter{}
.ServicesParameter>
 h2{
    font-size: 20px;
 padding-bottom: 10px;
}
.ServicesParameterUl{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.ServicesParameterUl
 li{
    width: 100%;
 margin: 20px 0 0px 0;
}
.ServicesParameterUl
 li img{}
.ServicesParameterUl
 li h3{
    font-size: 18px;
 padding: 10px 0;
 line-height: 1.3em;
}
.ServicesParameterUl
 li p{
    font-size: 14px;
    
}


.ServicesParameterList{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 margin-top: 20px;
}
.ServicesParameterImg{
 width: 100%;
}
.ServicesParameterImg
 img{
    width: 100%;
}
.ServicesParameterList .BJQ{}
.ServicesParameterList .BJQ{
 width: 100%;}
.ServicesParameterList .BJQ
 h3{font-size:20px}
.ServicesParameterList .BJQ
 h4{
    padding-bottom: 10px;
}
.ServicesParameterList .BJQ>
 h2{
    font-size:14px;
 padding: 10px 0;
}
.ServicesParameterList .BJQ
 p{padding-bottom: 10px;
 font-size: 14px;
 color: #333;}
.ServicesParameterList .BJQ
 ul{
    padding: 0 0 0 20px;
}
.ServicesParameterList .BJQ
 ul li{margin-bottom: 5px;
 position:relative;
 font-size: 14px;
 list-style-type: disc;
 color: #333;}
.ServicesParameterList .BJQ
 ul li i{color:#f20000;
 position:absolute;
 left:0px;
 top:3px}
.ServicesParameterList .BJQ
 strong{}
.ServicesParameterList:nth-child(2n) .ServicesParameterImg{}

.ServicesContent{}
.ServicesContent
 p{
    font-size: 14px;
 padding: 0 0 1em 0;
 color: #333;
    }
.ServicesContent
 h3{}
.ServicesContent
 h4{}
.ServicesContent
 h2{}
.ServicesContent
 ul{}
.ServicesContent
 ul li{}
.ServicesContent
 strong{}







/*服务详情结束*/




/*单页图集*/
.pageImgs{
 padding: 0.5rem 14px;}
.pageImgs
 ul{display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 display:-webkit-flex}
.pageImgs
 ul li{width: 49%;
 cursor:pointer;
 margin-bottom: 10px;}
.pageImgs
 ul li img{width:100%}
.pageImgs
 ul li div{}
.pageImgs
 ul li h3{;
 font-size:14px;
 padding: 0;
 text-align:center;
 font-weight: normal;}
.pageImgs
 ol{display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 display:-webkit-flex}
.pageImgs
 li{
    width: 49%;
 margin-bottom: 10px;
}
.pageImgs
 img{width:100%}
 
.pageImgs
 p{font-size:14px;
 color:#444}
.pageImgs
 div{}
/*单页图集结束*/




/*联系我们*/
.ContactBox{
 padding: 0.5rem 20px 1rem;
 display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 display:-webkit-flex;}
.ContactBox
 h2{font-size: 20px;
 margin-bottom: 5px;
 text-align: center;}
.ContactLeft{
 width: 100%;
 background-color: #11264b;
 padding: 20px;}
.ContactLeft
 h3{font-weight:normal;
 font-size:14px;
 padding-bottom:1em;
 text-align: center;
 display: none;}
.ContactLeft
 form{}
.ContactLeft
 h2{text-align: center;
 padding-bottom: 20px;
 text-transform: uppercase;
 font-size: 26px;}

.ContactLeft .lmjj {
 background-color: #e3e3e375;
 margin: auto;
 padding: 20px;
 color: #fff;
}

.ContactLeft .lmjj
 p {
    color: #fff;
}
.ContactLeft
 input{width:100%;
 height: 50px;
 line-height: 50px;
 font-size: 14px;
 display:block;
 margin-bottom: 15px;
 padding: 0 10px;
 background: #fff;
 border: 1px solid #ddd;}
.ContactLeft
 textarea{width:100%;
 height: 100px;
 font-size: 14px;
 display:block;
 background: #fff;
 border: 1px solid #ddd;
 padding: 10px;}
.ContactLeft
 button{height: 50px;
 background: #ececec;
 color: #11264b;
 display:block;
 width: 100%;
 font-size: 14px;
 margin: 20px auto 0;
 text-transform: uppercase;}
.ContactRight{
 width: 100%;
 margin-bottom:40px;}
.ContactRight
 h3{margin-bottom:20px;
 font-weight:normal;
 font-size:14px;
 padding-bottom:0em;
 color: #333;
 text-align: center;}
.ContactRight
 ul{display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 display:-webkit-flex;
 padding: 20px 0 0;}
.ContactRight
 li{width: 100%;
 display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content: center;
 margin-bottom: 28px;
 align-items: center;
 box-shadow: 0 0 10px rgb(0 0 0 / 13%);
 padding-block: 25px;}
.ContactRight
 li em{
    display: block;
 font-size: 24px;
 font-weight: 400;
 color: #11264b;
}
.ContactRight
 li div{}
.ContactRight
 li i{font-size: 30px;
 color: #11264b;
 font-weight: normal;}
.ContactRight
 li p{
    font-size: 14px;
 width: 100%;
 text-align: center;
}
.ContactRight>
 p{
    text-align: center;
}
.ContactRight
 a{color: #333;
 font-size: 16px;}
.ContactRight
 span{font-size:14px;
 font-weight: 700;
 width: 80px;
 height: 80px;
 background: #f5f5f5;
 border-radius: 100%;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;}
.map{
 width: 100%;
 padding: 0.5rem 0px 0;
}
.map
 iframe{
    display: block;
 width: 100%;
 border: none;
 height: 50vh;
}
/*联系我们结束*/




 









 /*导航固定*/
.fixed .indexNav{
 position:fixed;
 width:100%;
 left:0px;
 top:0px;
 z-index:9;
 background:#fff!important;
 box-shadow:0 1px 6px 0 rgba(32,33,36,0.28)}
.fixed #nav>
 li>a{line-height:70px;}
.fixed .logo
 h1{}
.fixed .sousuo{}
.fixed .sousuo
 input{color:#333}
.fixed .sousuo
 button{color:#333}
.fixed .sousuo
 input::-webkit-input-placeholder{color:#999}
.fixed .sousuo
 input::-moz-placeholder{color:#999}
.fixed .sousuo
 input::-ms-input-placeholder{color:#999}
.fixed .logo1{
 display:block}
.fixed .logo2{
 display:none}
.fixed #nav>
 li>a.this:before{bottom:20px}
.fixed .head{
 display:none;}
  /*导航固定*/



  
  /*产品详情*/
  .productShowprice{
 color: #f20000;
 font-size: 20px;
 border-bottom: 1px solid #eee;
 border-top: 1px solid #eee;
 padding: 10px 0;
 margin: 10px 0;}
.productShow{
 display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:space-between;
 padding:0.5rem 20px}
.productShowImg{
 width:100%;
 overflow:hidden}
.productShowImg
 p{font-size:14px}
#productShowImg{
 width:100%}
#productShowImg
 img{width: auto;
 margin: 0 auto;}
#productShowImg
 a{display:block;}
.productShowTxt{
 padding-top: 40px;}
.productShowImg
 h1{font-size: 22px;
 margin: 10px 0;
 font-weight: 600;
 color: #575757;
 text-align: center;}
.productShowTxt
 p{padding-bottom: 5px;
 font-size:14px;}
.productShowTxt
 ul{
    padding: 10px 20px;
}
.productShowTxt
 ul li{font-size: 14px;
 margin-bottom: 5px;
 list-style-type: disc;
 color: #333;}
.productShowTxt
 ul li i{font-size:14px;
 color:#f20000}
.productShowTxt
 strong{}
.productShowTxt
 h2{}
.productShowTxt
 h3{padding-bottom:10px}
.productShowTxt
 h4{}
.productShowTxt .BJQ{}
.productShowTxt .BJQ *{
 font-size:14px;
 color:#333;}
.productShowImg .Consult{
 line-height: 50px;
 background: #11264b;
 color:#fff;
 font-size:14px;
 display: block;
 width: 155px;
 text-align: center;
 margin: 20px auto;
 font-weight: 600;
 text-transform: uppercase;}
.productShowLeft{
 width:100%}
.productShowTxt
 h1{background: #f9f9f9;
 padding: 12px 10px;
 margin-bottom:10px;
 font-size: 18px;
 text-transform:uppercase;
 text-align: center;
 line-height: 1em;
 color: #575757;}
.productShowRight{
 width:100%;
 padding-top:0.5rem;}
.productShowRight
 h2{font-size: 20px;
 padding: 50px 0px 20px;
 width:100%;
 text-align: center;
 text-transform:uppercase;
 color: #575757;}
.productShowRight
 h3{padding: 10px 0 5px;
 font-weight:normal;
 font-size: 14px;
 text-align: center;}
.productShowRight
 img{}
.productShowRight
 a{display:block;
 margin-bottom: 30px;
 width:49%;
 border: 1px solid #9999993b;}
.productShowRight
 a div{}


.productShowIntroduction{
 overflow: hidden;
}
.productShowIntroduction
 ul{
    padding: 10px 20px;
}
.productShowIntroduction
 ul li{
    list-style-type: disc;
 font-size: 14px;
}
.productShowIntroduction
 p{
    margin-top: 5px;
 font-size: 14px;
}



.productShowIntroduction *{
 margin-top: 5px;
 font-size: 14px;
 color: #575757;
    }

.productShowIntroduction
 strong{}
.productShowIntroduction
 h3{}
.productShowIntroduction
 h2{}
.productShowIntroduction
 h4{}
.productShowIntroduction
 span{}
  /*产品详情*/
  
  
  /*首页产品*/
 
  .IndexProductNr{}
 
.IndexProduct{
 padding: 0 0 1rem;}
.IndexProduct
 ul{display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:space-between;
 padding: 0rem 20px;}
.IndexProduct
 ul li{width:49%;
 margin-bottom: 20px;}
.IndexProduct
 ul li a{display:block;}
.IndexProduct
 ul li img{}
.IndexProduct
 ul li .imghover{
        margin-bottom: 15px;
 display: block;
 width: 100%;
 padding-bottom: 66.6%;
 position: relative;
}
.IndexProduct
 ul li h3{margin:10px 0 0px;
 font-size: 14px;
 font-weight: normal;
 text-align: center;}
.IndexProduct
 ul li span{font-size:14px;
 color: #f20000;}
.IndexProductTxt{}
.IndexProductNr
 dl{
    padding-top: 20px;
}
.IndexProductNr
 dt{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding: 0px 20px 10px;
}

.IndexProductNr
 dt h2 {
    width: 100%;
 text-align: center;
 text-transform: uppercase;
 color: #11264b;
 font-size: 20px;
}
.IndexProductNr
 dt em{
    
font-size: 18px;
 font-weight: 700;
 text-transform:uppercase;
}
.IndexProductNr
 dt a{
    
    font-size: 14px;
 height: 1.5em;
}
   /*首页产品*/
  
  
  
   /*产品列表*/
  .productLeft
 select{display:block;
 width:100%;
 border:1px solid #ddd;
 padding: 10px 10px;
 margin:10px 0;
 font-size:14px;
 display: none;}
.productLeft
 option{font-size:14px}
.productList{
 display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:space-between;
 padding:0.5rem 20px}
.productLeft{
 width:100%}
.H2ol{
 min-height:0}
.H2ol
 h2{font-size:18px;
 display:none}
.H2ol
 ol{margin:20px 0;
 display:none}
.H2ol
 ol li{border-bottom:1px solid #eee}
.H2ol
 ol li a{display:block;
 line-height:48px;
 display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 align-items:center;
 font-size:15px;
 color:#333}
.H2ol
 ol li span{width:18px;
 height:18px;
 border:1px solid #eee;
 text-align:center;
 line-height:18px;
 display:block;
 margin-right:10px}
.H2ol
 ol li i{font-size:14px;
 color:#fff}
.H2ol
 ol li a.this{color:#f20000}
.H2ol
 ol li a.this span{border:1px solid #f20000}
.H2ol
 ol li a.this i{color:#f20000}
.productRight{
 width:100%}
.productRight>
 ul{display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:space-between}
.productRight>
 ul>li{width: 100%;
 margin-bottom:20px;
 border: 1px solid #9999993b;
 padding: 10px;}
.productRight>
 ul>li a{display:block;}
.productRight>
 ul>li .imghover{margin-bottom:10px;
 display: block;
 width: 100%;
 padding-bottom: 66.6%;
 position: relative;}
.productRight>
 ul>li img{}
.productRight>
 ul>li h3{font-size: 18px;
 font-weight: normal;
 text-align: center;}
.productRight>
 ul>li p{margin:5px 0;
 font-size:14px;
 overflow:hidden;
 text-overflow:ellipsis;
 display:-webkit-box;
 -webkit-line-clamp:2;
 -webkit-box-orient:vertical;
 color: #666;
 font-weight: 300;}
.productRight>
 ul>li em{color: #f20000;
 font-size:14px;}
.productRight>
 ul>li:nth-child(3n){margin-right:0px}
.productRight>
 ul>li:nth-child(4n){}

  /*产品列表*/
  
  
  
 
   
   
  /*房地产列表*/
.FdcLitsLeft{
 padding: 15px 20px 20px;}
.FdcLitsLeft>
 ul{display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:space-between;}
.FdcLitsLeft>
 ul>li{width: 100%;
 margin-bottom: 20px;
 background: #fff;
 overflow:hidden;}
.FdcLitsLeft>
 ul>li a{display:block}
 
.FdcLitsLeft>
 ul>li img{}
.FdcLitsLeft>
 ul>li h4{font-weight:normal;
 width:100%;
 color: #666;}
.FdcLitsLeft>
 ul>li h3{padding:0;
 font-size: 16px;
 line-height: 1.3em;
 margin-bottom: 10px;}
.FdcLitsLeft>
 ul>li h5{font-weight:normal;
 overflow:hidden;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
 padding: 20px 0 0 0;}
.FdcLitsLeft>
 ul>li h5 i{font-size: 16px;
 margin-left: 10px;}
.FdcLitsLeft>
 ul>li h5 em{font-size: 14px;}
.FdcLitsLeft>
 ul>li  span{color:#f20000;
 display:block;}
.FdcLitsLeft>
 ul>li:nth-child(3n){margin-right:0px}
.FdcLitsLeft>
 ul>li:nth-child(4n){}
.FdcLitstxt{
 padding: 20px 0;}
.indexFdcLitstxt{}
 /*房地产列表*/
 
 
 
 
 
 
 
 
 
 
 
 
 
   
/*房地产详情   */
#FdcShow{
 padding-top:50px;}
#FdcShow
 img{}
.FdcShow{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;}
.FdcShow .BJQ{
}
.FdcShow .BJQ
 p{margin-bottom:1em;
 color:#444;
 font-size:14px}
.FdcShow .BJQ
 p strong{font-size:14px;
 color:#333}
.FdcShow .BJQ
 ul{padding: 10px 20px;}
.FdcShow .BJQ
 ul li{position:relative;
 font-size:14px;
 margin-bottom:5px;
 list-style-type: disc;}
.FdcShow .BJQ
 ul li i{position:absolute;
 left:0px;
 top:4px;
 color:#f20000}
.FdcShow .BJQ
 h2{}
.FdcShow .BJQ
 h3{}
.FdcShow .BJQ
 h4{}
.FdcShow .BJQ
 h5{}
.FdcShowTitle{
 padding: 30px 20px;}
.FdcShowTitle
 h1{font-size: 18px;
 padding-bottom: 10px;}
.peizhi{
 overflow:hidden;
 padding: 20px;
 text-align:center;
 width: 100%;
 order: 2;
 background: #f7f8f9;}
.peizhi
 i{font-size: 34px;
 color: #fff;
 font-weight: normal;}
.peizhi
 em{
    font-size: 13px;
}
.peizhi
 strong{display: block;
 font-size: 14px;
 padding-bottom: 10px;
 line-height: 1.3em;}
 
.peizhi
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
}
.peizhi
 ul li{
    overflow: hidden;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items:center;
 margin: 0 10px;
}

/*房地产详情   */ 



/*首页房地产*/
.indexFdc{
 padding: 20px 20px;}
.indexFdc
 ul{}
.indexFdc
 ul li{width: 100%;
 padding-bottom: 30px;}
.indexFdc
 ul li a{display:block;
 background: #fff;}
.indexFdc
 ul li .imghover{}
.indexFdc
 ul li img{}
.indexFdc
 ul li h4{font-weight:normal;
 font-size: 14px;
 width:100%;
 color: #666;}
.indexFdc
 ul li h3{padding: 0 0 15px;
 font-size: 16px;}
.indexFdc
 ul li h5{font-weight:normal;
 overflow:hidden;
 padding-top: 15px;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;}
.indexFdc
 ul li h5 i{font-size: 16px;
 margin-left: 10px;}
.indexFdc
 ul li h5 em{margin-right:10px;}
.indexFdc
 ul li  span{font-size: 14px;
 color:#f20000;}
.indexFdcTitle{
 display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:space-between;
 align-items:center;
 padding-bottom:10px}
.indexFdcTitle
 h3{font-size: 18px;
 text-transform:uppercase;}
.indexFdcTitle
 a{font-size:14px}
   /*首页房地产*/
   

   
   
   
/*faq*/
.Faq{
 display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:space-between;
 margin:0 auto;
 max-width:1260px;
 padding: 0.5rem 0;}
.FqaLeft{
 width:30%;
 display: none;}
.FqaLeft
 img{height:50vh}
.FqaRight{
 width: 100%;
 padding: 0 14px;}
.FqaRight
 dl{border-bottom:1px solid #ddd}
.FqaRight
 dt{padding:20px 0;
 cursor:pointer;
 display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:space-between;
 align-items:center}
.FqaRight
 dt span{width: 22px;
 height: 22px;
 border-radius:100%;
 background:#333;
 display:flex;
 flex-wrap:wrap;
 display:-webkit-flex;
 justify-content:center;
 align-items:center;}
.FqaRight
 dt i{color:#fff;
 font-size:12px}
.FqaRight
 dt h3{width:calc(100% - 35px);
 font-size:14px;
 line-height: 1.2em;}
.FqaRight
 dd{padding: 10px 20px;
 display:none;}
.FqaRight
 dd p{margin-bottom:1em;
 font-size: 14px;}
.FqaRight
 dd ul{margin:10px 0;
 padding: 0 20px;}
.FqaRight
 dd ul li{position:relative;
 padding-bottom:5px;
 color:#333;
 font-size:14px;
 list-style-type: disc;}
.FqaRight
 dd ul li i{color:#f20000;
 font-size:14px;
 position:absolute;
 left:0px;
 top:4px}
.FqaRight
 dt.this h3{color:#f20000}
 
.FqaRight
 dt.this span{background: #f20000;
 transform:rotate(90deg);
 -webkit-transform:rotate(90deg); }
/*faq*/
   
 
 
 
 /*物业表单*/
   .EvaluateBox{
}
 .Evaluate{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding: 0.5rem 20px;
}
 .EvaluateNr{
 width: 100%;
 padding-bottom: 40px;
}
 .EvaluateNr
 h2{
    color: #000;
 font-size: 18px;
 margin-bottom: 10px;
 line-height: 1.2em;
 text-align: center;
 
}
 .EvaluateNr
 h3{
    font-weight: normal;
 font-size: 14px;
 padding-bottom: 1em;
 text-align: center;
}
 .EvaluateNr
 form{}
 .EvaluateNr
 input{
    width: 100%;
 height: 45px;
 line-height: 45px;
 font-size: 14px;
 display: block;
 margin-bottom: 10px;
 border-bottom: 1px solid #f5f5f5;
 background: #f5f5f5;
 padding: 0 10px;
}
 .EvaluateNr
 form div{}
 .EvaluateNr
 textarea{
    width: 100%;
 height: 100px;
 font-size: 13px;
 display: block;
 margin-bottom: 20px;
 padding: 10px;
 border: none;
 border-bottom: 1px solid #f5f5f5;
 background: #f5f5f5;
}
 .EvaluateNr
 button{
    height:42px;
 color: #fff;
 display: block;
 width: 120px;
 background: #f20000;
 font-size: 14px;
 margin: 0 auto;
}
 
 .EvaluateR{
 width: 100%;
 display: none;
}
 .EvaluateR
 h2{
    font-size: 18px;
 padding-bottom: 10px;
 text-align: center;
 text-transform:uppercase;
}
 .EvaluateR
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding-bottom: 20px;
}
 .EvaluateR
 ul li{
    width: 49%;
 margin-bottom: 10px;
}
.EvaluateR
 ul li a{
    display: block;
 position: relative;
}
.EvaluateR
 ul li h3{
    color: #fff;
 font-size: 14px;
 padding: 6px 0;
 font-weight: normal;
 position: absolute;
 bottom: 0px;
 width: 100%;
 text-align: center;
 background-image: linear-gradient(rgb(0 0 0 / 0), rgb(0 0 0 / 0.6));
}
.EvaluateR
 ul li img{}
.EvaluateR
 ol{}
.EvaluateR
 ol li{
    padding-bottom: 20px;
}
.EvaluateR
 ol li em{
    display: block;
 text-transform: capitalize;
 font-size: 14px;
}
.EvaluateR
 ol li a{
    font-size: 14px;
}
/*物业表单*/




/*服务页面表单*/
.ServicesShowLeft{
 width: 100%;
}
.ServicesShowForm{
 width: 100%;
 padding: 40px 0 0;}
.ServicesShowForm>
 h3{font-weight:normal;
 font-size:14px;
 padding-bottom:1em;
 text-align: center;}
.ServicesShowForm
 form{
    display: block;
 /* box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%); */
 padding: 30px;
 /* border-radius: 10px; */
 background: #fff;
 margin-bottom: 20px;
 border: 1px solid #f5f5f5;
}
.ServicesShowForm
 h2{font-size: 20px;
 padding: 0px 0 10px;
 text-align: center;
 text-transform:uppercase;}
.ServicesShowForm
 input{width:100%;
 height: 48px;
 line-height: 48px;
 font-size: 14px;
 display:block;
 background: #fff;
 border: none;
 border-bottom: 1px solid #ddd;
 margin-bottom: 10px;}
.ServicesShowForm
 textarea{width:100%;
 height: 100px;
 font-size: 14px;
 display:block;
 padding: 10px 0;
 background: #fff;
 border: none;
 border-bottom: 1px solid #ddd;
 margin-bottom: 20px;}
.ServicesShowForm
 button{height: 44px;
 line-height: 44px;
 background:#f20000;
 color:#fff;
 display:block;
 width: 100%;
 font-size: 14px;
 margin:10px auto;
 /* border-radius:4px; */}
.ServicesShowForm
 select{width:100%;
 height: 40px;
 line-height: 40px;
 font-size: 14px;
 display:block;
 margin-bottom: 6px;
 border: none;
 padding: 0 10px;
 background: #f5f5f5;
 color: #666;
 border-right: 5px solid #f5f5f5;}
.otherService{}
.otherService
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.otherService
 ul li{
    width: 49%;
 margin-bottom: 20px;
}
.otherService
 ul li a{
    display: block;
}
.otherService
 ul li .imghover{}
.otherService
 ul li img{}
.otherService
 ul li h3{
    padding: 10px 0;
 line-height: 1.3em;
 font-weight: normal;
 font-size: 14px;
    
}


.ServicesShowImglist{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.ServicesShowImglist
 li{
    width: 49%;
 margin-bottom: 10px;
}
.ServicesShowImglist
 li img{}

.ProductClassificationBJ{
}
.ProductClassification{
}
.ProductClassification
 ul{
    min-width: 100%;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.ProductClassification
 li{
    width: 49%;
 margin-bottom: 10px;
}
.ProductClassification
 a{
    display: block;
 position: relative;
}
.ProductClassification
 img{
    max-width: 100%;
 max-height: 100%;
 /* width: 100%!important; */
 /* height: 100%!important; */
}
.ProductClassification
 h3{
    position: absolute;
 bottom: 0px;
 width: 100%;
 color: #fff;
 padding: 10px;
 text-align: center;
 background-image: linear-gradient(rgb(0 0 0 / 0), rgb(0 0 0 / 0.8));
 font-size: 16px;
 font-weight: normal;
}
.ProductClassification
 li:last-child{} 
/*服务页面表单*/

.ProductClassification
 h2{
    font-size: 20px;
 padding-bottom: 10px;
 text-align: center;
 text-transform:uppercase;
 color: #11264b;
    }

.ContactFoot{
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
 margin: 0.5rem 0 0 0;
}





.ProjectBJ{}
.ProjectList{
 padding: 0.5rem 20px;
}
.ProjectList>
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.ProjectList>
 ul>li{
    width: 48%;
 margin-bottom: 30px;
}
.ProjectList>
 ul>li>a{display: block;
 position: relative;}
.ProjectListTxtTitle{}
.ProjectListTxtTitle
 img{
    width: 100%;
 height: 40vw;
}
.ProjectListTxt {
 width: 100%;
}
.ProjectListTxt
 h3{
    font-size: 14px;
 margin: 10px 0 5px;
    
}
.ProjectListTxt
 p{
    font-size: 14px;
}

.Project{
 padding: 0.5rem 20px;
}
.ProjectHead{}
.ProjectHead
 h1{
    text-align: center;
 font-size: 20px;
 margin-bottom: 10px;
}
.ProjectHead .BJQ{
 padding: 0 0 20px 0;
}
.ProjectHead .BJQ
 p{
    font-size: 14px;
    
}
.ProjectHead .BJQ
 h2{}
.ProjectHead .BJQ
 h3{
    padding: 1em 0 0 0;
 font-size: 18px;
}
.ProjectHead .BJQ
 h4{}
.ProjectHead .BJQ
 ul{
    padding: 0 20px;
 margin: 20px 0;
}
.ProjectHead .BJQ
 ul li{
    list-style-type: disc;
 font-size: 14px;
    
}
.ProjectHead .BJQ
 strong{}
.ProjectImgs{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 min-width: 100%;
 justify-content: space-between;
}
.ProjectImgs
 li{
    width: 49%;
 margin-bottom: 10px;
 
}
.ProjectImgs
 li img{
    width: 100%;
}
.ProjectImgs
 li a{
    display: block;
}
.otherProject{
 padding: 40px 0px;
 display: none;
}
.otherProject
 h2{
    text-align: center;
 font-size: 20px;
 padding: 0 0 10px 0;
 text-transform:uppercase;
}
.otherProject
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.otherProject
 ul li{
    width: 49%;
 margin-bottom: 10px;
}
.otherProject
 ul li a{
    display: block;
}
.otherProject
 ul li img{
    width: 100%;
}
.otherProject
 ul li h3{
    text-align: center;
 padding: 5px 10px 0 10px;
 font-size: 14px;
 font-weight: normal;
}
.lanmujj{
 width: 100%;
 padding-bottom: 40px;
}
.lanmujj
 h2{
    font-size: 20px;
 padding-bottom: 10px;
}
.lanmujj
 p{
    font-size: 14px;
 padding-bottom: 1em;
}

/*2022-3-13 17:50:07*/

.indexCpdefaultTxt
 ul{
    padding: 0 20px;
}
.indexCpdefaultTxt
 ul li{
    font-size: 13px;
 color: #333;
 list-style-type: disc;
}
.AboutImg{
 width: 100%;
}
.AboutImg
 img{}
.AboutTxt{
 width: 100%;
 padding-bottom: 20px;
}

.aboutListTxt{}
.aboutListTxt
 ul{
    padding: 0px 20px 10px 20px;
}
.aboutListTxt
 ul>li{
    font-size: 14px;
 color: #333;
 list-style-type: disc;
 padding-bottom: 5px;
}
.indexCpOl>
 li:nth-child(2n) .imghover{
    order: 2;
}
/*2022-3-25 23:23:16*/

.indexCpOl>
 li:last-child{}
.indexProjectBJ{
 padding: 0.5rem 0;
}
.indexProject{
 position: relative;
 padding-bottom: 60px;
}
.indexProject>
 h2{
    font-size: 20px;
 text-align: center;
 text-transform: uppercase;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items:center;
 padding: 0 20px 15px;
}
.indexProject>
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 min-width: 100%;
 padding: 0 20px;
 justify-content: space-between;
}
.indexProject>
 ul>li{
    width: 49%;
 margin-bottom: 10px;
}
.indexProject>
 ul>li img{
    width: 100%;
}
.indexProject>
 ul>li a{
    display: block;
 position: relative;
}
.indexProject>
 ul>li h3{
    text-align: center;
 margin: 5px 0;
 font-weight: normal;
 font-size: 14px;
}
.bannerTxtNr{ }
.ContactLeft
 form>div em{
    width: 100%;
 /* display: none; */
 padding: 10px 0 0px 0;
 font-size: 14px;
 line-height: 1em;
 color: #fff;
}

.productQuantity {
 margin: 20px 0;
 text-align: center;
}

.productQuantity
 p {
    display: none;
 margin-bottom: 5px;
 font-size: 18px;
}
.quantityBox {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
 border: 1px solid #e1e1e1;
 width: 101px;
 background: #fff;
 margin: 0 auto;
}
.quantityBox
 button {
    font-size: 20px;
 padding: 0 10px;
 color: #999;
    
}
.quantityBox
 input {
    width: 2em;
 text-align: center;
 height: 38px;
 line-height: 38px;
 border: 1px solid #e1e1e1;
 border-bottom: none;
 border-top: none;
}
.ItemNo {
 color: #969696;
 font-size: 12px;
 font-weight: normal;
 display: none;
}


#Cart{
 padding: 0.5rem 10px;
 min-height: 80vh;
}
#Cart
 table{}
#Cart
 tr{
    width: 100%;
 display: block;
}
#Cart
 td{
    border: 1px solid #eee;
 text-align: center;
 padding: 10px;
 display: block;
 margin-bottom: -1px;
}
#Cart
 th{
    text-transform:capitalize;
 padding: 10px;
 border: 1px solid #ddd;
 background: #eee;
 display: none;
}
#Cart
 td a{}
#Cart
 td img{
    width: 100px;
 margin: 0 auto;
}
#Cart
 td:nth-child(1){}
#Cart
 td:nth-child(2){}
#Cart
 td:nth-child(3){}
#Cart
 td:nth-child(4){}
#Cart
 td:nth-child(5){
    color: #f00;
}
.Proceedto{
 background: #f20000;
 color: #fff;
 padding: 8px 20px;
 font-size: 14px;
 margin: 10px 0;
}
#Cart
 th:last-child{
    width: 260px;
}



.settlementBoxRight{
 padding: 1rem 15px;}

 .ShippingAddressHead{}
.ShippingAddressHead
 h3{
    color: #333;
 margin: 0;
 font-size: 18px;
 line-height: 22px;
 padding: 20px 0;
    
}
.ShippingAddressHead>
 input{
    border: 1px solid #dcdfe6;
 width: 100%;
 line-height: 45px;
 height: 45px;
 font-size: 14px;
 padding: 0 10px;
 border-radius: 6px;
}
.ShippingAddressHead
 p{
    color: #737373;
 padding: 10px 0;
}
.ShippingAddressHead
 p input{
    margin: 0 10px 0 0;
}
.ShippingAddressHead{}
.ShippingAddressHead
 h3{
    color: #333;
 margin: 0;
 font-size: 18px;
 line-height: 22px;
 padding: 0px 0 10px;
    
}
.ShippingAddressHead>
 input{
    border: 1px solid #dcdfe6;
 width: 100%;
 line-height: 45px;
 height: 45px;
 font-size: 14px;
 padding: 0 10px;
 border-radius: 6px;
}
.ShippingAddressHead
 p{
    color: #737373;
 padding: 10px 0;
}
.ShippingAddressHead
 p input{
    margin: 0 10px 0 0;
}

.ShippingAddress{}
.ShippingAddress
 h3{
    color: #333;
 margin: 0;
 font-size: 18px;
 line-height: 22px;
 padding: 20px 0 10px;
    
}
.ShippingAddress .formNr{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.ShippingAddress .formNr>
 input{
    border: 1px solid #dcdfe6;
 width: 100%;
 line-height: 45px;
 height: 45px;
 font-size: 14px;
 padding: 0 10px;
 border-radius: 6px;
 margin: 0 0 10px 0;
}  
.ShippingAddress .formNr>
 input.w50{
    width: 49%;
}


.AddressList{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding: 0 0 10px 0;
}
.AddressList
 div{
    width: 32%;
 border: 1px solid #dcdfe6;
 border-radius: 6px;
 padding: 2px 10px;
 position: relative;
} 
.AddressList
 label{
    color: #999;
 font-size: 12px;
 padding: 0 0 0 4px;
}
.AddressList
 select{width: 100%;
 font-size: 14px;
 position: relative;
 top: -2px;}
.AddressList
 input{
    width: 100%;
 line-height: 45px;
 height: 45px;
 font-size: 14px;
}

.Continuetoshipping{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items:center;
 width: 100%;
 padding: 20px 0 0;
}
.Continuetoshipping
 a{}
.Continuetoshipping
 button{
    background: #f20000;
 color: #fff;
 height: 40px;
 padding: 0 20px;
 border-radius:4px;
}

#Cart
 tr:last-child{
    background: #f5f5f5;
} 

.Breadcrumbs{}
.Breadcrumbs
 i{
    color: #fff;
 font-size: 12px;
 padding: 0 4px 0 2px;
}
#indexBanner{
 padding-bottom:0px}


 

.Breadcrumbs{
 display:none;}

.shemei{
 display:none;}
.indexAUl>
 li em i{}
.indexFul
 em i{}


.indexFul
 em i{
    color: #f20000;
 font-size: 30px;
}
.FdcShow .BJQ
 p strong{}
.indexAUl>
 li em i{
    font-size: 50px;
}
.ProductClassification
 li:nth-child(1){}
.ProductClassification
 li:nth-child(2){}
.ProductClassification
 li:nth-child(3){}
.ProductClassification
 li:nth-child(4){}
.ProductClassification
 li:nth-child(5){}
.ProductClassification
 li:nth-child(6){}

.ProductClassification
 li:nth-child(1) img{}
.ProductClassification
 li:nth-child(2) img{}
.ProductClassification
 li:nth-child(3) img{}
.ProductClassification
 li:nth-child(4) img{}
.ProductClassification
 li:nth-child(5) img{}
.ProductClassification
 li:nth-child(6) img{}
.ContactRight
 li:last-child{} 

.AboutUL{
 padding: 40px 20px;
 position: relative;
}
.aboutListBoxBJ{
 padding: 40px 20px;
}
.ContactBJ{}

.footAD
 a {
    font-size: 14px;
 margin-bottom: 10px;
 position: relative;
 display: block;
 color: #fff;
    
}
.footAD{
 width: 100%;
 order: 3;
 display: none;
}
.AboutTxtBox{
 padding: 40px 20px;
}
.indexAUlBJ{
 padding: 0.6rem 0px;
 background: #f5f5f5;
}
.indexAUlBJ
 h2{
    font-size: 20px;
 padding-bottom: 10px;
 text-align: center;
}
.indexAUlBJ
 h3{}
.indexAUlBJ
 p{}
 
.indexCpOl>
 li .imghover i{}

.reviewBJ{
 background: #f5f5f5;
 padding: 0.5rem 0;
}
.review{}
.review
 h2{
    font-size: 20px;
 padding-bottom: 10px;
 text-align: center;
 text-transform:capitalize;
}
#Reviews{
 margin: 0 20px;
 padding-bottom: 30px;
}
#Reviews .swiper-slide{
 background: #fff;
 padding: 20px;
 height: auto;
}
#Reviews
 h3{
    font-size: 20px;
 text-align: center;
}
#Reviews
 h4{
    text-align: center;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items:center;
 justify-content: center;
 padding: 10px 0;
}
#Reviews
 a{
    width: 120px;
 border: 1px solid #bf8d45;
 text-align: center;
 font-size: 14px;
 padding: 6px 0;
 display: block;
 margin: 40px auto 0;
 color: #bf8d45;
}
#Reviews
 h4 i{
    color: #f20000;
 font-weight: normal;
}
#Reviews .BJQ{
    
}
#Reviews .BJQ
 p{
    font-size: 14px;
 color: #444;
 text-align: center;
} 

/*2022-6-19 21:14:31*/

.Captcha{
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding: 0px 0 20px;
}
.Captcha
 img{
    height: 40px;
}
.Captcha
 input{width: calc(100% - 140px)!important;
 margin: 0px;
 background: #f5f5f5;}
#Reviews
 h4 img {
    width: 20px;
}

 
.productShowImg .img{
 margin-bottom:10px!important;}


/*2022年7月27日15:13:32*/
.CareerLsitBJ{
 padding: 0.5rem 20px;
 background: #fff;
}
.CareerLsit{}
.CareerLsit
 table{}
.CareerLsit
 tr{
    border-bottom: 1px solid #eee;
 display: block;
 padding: 10px 0;
}
.CareerLsit
 td{
    border: none;
 padding: 5px 0px;
 display: block;
}
.CareerLsit
 td *{}
.CareerLsit
 td a{
    display:block;
    
}
.CareerLsit
 td i{
    margin: 0px 4px 0 0;
 position: relative;
 top: 1px;
}
.CareerLsit
 td:nth-child(1){
    width: 100%;
}
.CareerLsit
 td:nth-child(2){
    font-size: 14px;
}
.CareerLsit
 td:nth-child(3){
    font-size: 14px;
}


.CareerLsit
 tr:last-child{} 

.CareerBJ{
 padding: 0.5rem 15px 1rem;}
.CareerSHow{
 width: 100%;
}
.CareerSHow
 h1{
    font-size: 20px;
 padding-bottom: 10px;
 color: #000;
}
.CareerSHow .BJQ{
 padding-top: 20px;}
.CareerSHow .BJQ
 p{
    font-size: 15px;
 margin-bottom: 5px;
    
}
.CareerSHow .BJQ
 h3,.CareerSHow .BJQ h4,.CareerSHow .BJQ h2{
    font-size:14px;
 margin: 0px 0 5px;
}
.CareerSHow .BJQ
 strong{}
.CareerSHow .BJQ *{}
.CareerSHow .BJQ
 ul{
    padding: 0 0 20px 20px;
}
.CareerSHow .BJQ
 ul li{
    list-style-type: disc;
 font-size: 14px;
 padding-bottom: 5px;
    
}
.CareerSHow .BJQ
 ul li i{display:none;}

.CareerRight{
 width: 100%;
 padding: 40px 0 0 0;
}
.CareerRight
 h3{
    font-size: 18px;
 margin-bottom: 20px;
}
.CareerRight
 ul{}
.CareerRight
 li{
    padding: 4px 0;
}
.CareerRight
 a{
    font-size: 14px;
 display: block;
}
.Career{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

 


.CareerSHowpeizhi{
 padding-bottom: 10px;
}
.CareerSHowpeizhi
 span{
    font-size: 14px;
 padding-right: 40px;
}
.CareerSHowpeizhi
 span i{
    font-size: 13px;
 margin: 0 4px 0 0;
}

.NewsBJ{
 padding: 0.5rem 15px;
}
.News{}
.News
 h1{
    font-size: 18px;
 padding-bottom: 10px;
 line-height: 1.3em;
}
.Newstime{
 font-size: 14px;
 color: #999;
}
.News .BJQ{
 padding: 1em 0 0 0;
}
.News .BJQ
 p{
    padding-bottom: 1em;
 color: #444;
 font-size: 14px;
}
.News .BJQ
 img{}
.News .BJQ
 ul{}
.News .BJQ
 ul li{}

.NewsLsitBJ{
 padding: 0.5rem 20px;
}
.NewsLsit{}
.NewsLsit>
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.NewsLsit>
 ul>li{
    background: #fff;
 margin-bottom: 30px;
 width: 100%;
}
.NewsLsit>
 ul>li a{}
.NewsLsit>
 ul>li a img{
    width: 100%;
 margin-bottom: 10px;
}
.NewsLsit>
 ul>li h3{
    font-size: 18px;
 line-height: 1.3em;
 overflow: hidden;
 text-overflow:

ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 margin: 10px 0;
}
.NewsLsit>
 ul>li p{
    
    font-size: 14px;
 overflow: hidden;
 text-overflow:

ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 margin-bottom: 10px;
}
.NewsLsit>
 ul>li em{
    display: block;
 font-size: 14px;
    
}
.NewsLsit>
 ul>li span{
    display: none;
}
/*2022-7-30 21:31:33*/
.AgentDetails{
 padding: 30px 30px 1rem;}
.AgentDetailsTitle{
 font-size: 26px;
 width: 70px;
 height: 70px;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;
 border-radius: 100%;
 margin: 0 auto;
 background: #f20000;}
.AgentDetails
 img{
    width: 80px;
 height: 80px;
 border-radius: 100%;
 border: 2px solid #ddd;
 margin: 0 auto;
}
.AgentDetails
 h3{
    padding: 10px 0 0;
 font-size: 20px;
}
.AgentDetails
 a{
    font-size: 14px;
 color: #333;
}
.AgentDetails
 em{
    display: block;
 text-transform: capitalize;
 padding-top: 10px;
}
.FdcPeizhi{
 border-bottom: 1px solid #eee;
 padding-bottom: 20px;
 margin-bottom: 20px;
}
.FdcPeizhi>
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items:center;
}
.FdcPeizhi>
 ul>li{
    padding-right: 20px;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items:center;
}
.FdcPeizhi>
 ul>li i{
    font-size: 18px;
 margin-right: 4px;
}
.FdcPeizhi>
 ul>li em{}
.FdcPeizhi
 strong{
    font-weight: normal;
 padding-bottom: 1em;
}


.filterBox{
 order: 2;
 width: 100%;
}
.filter{
 padding: 0.5rem 20px 0;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.filterselect{
 display: flex;
 display: -webkit-flex;
 margin-bottom: 5px;
 padding: 10px;
 width: 100%;
 background: #fff;
 border: 1px solid #000;
 border-radius: 4px;
}
.filterselect
 em{
    padding-right: 10px;
 font-size: 14px;
}
.filterselect
 select{
    display: block;
 width: 100%;
 font-size: 14px;
}
.filter
 dl{
    padding-bottom: 20px;
 display: none;
}
.filter
 dt{
    
    padding: 0 0 5px 0;
 font-size: 20px;
 /* border-bottom: 1px solid #eee; */
 /* margin-bottom: 10px; */
}
.filter
 dd{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items:center;
}
.filter
 dd a{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
 width: 50%;
 padding-bottom: 5px;
}
.filter
 dd a i{
    line-height: 1em;
 font-size: 14px;
 position: relative;
 top: -6px;
 color: #fff;
}
.filter
 dd a span{
    width: 14px;
 height: 14px;
 border: 1px solid #555;
 text-align: center;
 margin-right: 6px;
}
.filter
 dd a strong{
    font-weight: normal;
 color: #444;
 font-size: 14px;
}
.filter
 dd a.this span{
    border: 1px solid #f20000;
}
.filter
 dd a.this i{
    color: #f20000;
}
.filter
 dd a.this strong{
    color: #f20000;
}
.filter
 button i{}
.filter
 form{
    display: flex;
 display: -webkit-flex;
 justify-content: space-between;
 align-items:center;
 margin-bottom: 5px;
 width: 100%;
 background: #fff;
 border: 1px solid #000;
 border-radius: 4px;
}
.filter
 input{
    display: block;
 font-size: 14px;
 height: 42px;
 line-height: 42px;
 padding: 0 10px;
 width: calc(100% - 90px);
}
.filter
 button{
    background: #f20000;
 color: #fff;
 height: 38px;
 padding: 0 20px;
 margin: 0 2px;
 border-radius: 4px;
} 
.filter
 dl:last-child a{ width:50%;} 
.NewsRight{
 width: 100%;
 padding-bottom: 1rem;
}
.NewsRight
 h2{
    font-size: 20px;
 border-bottom: 1px solid #ddd;
 padding-bottom: 5px;
}
.NewsRight
 h3{}
.NewsRight
 a{
    overflow: hidden;
 margin: 15px 0 0 0;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items:center;
}
.NewsRight
 a p{
    font-size: 14px;
}
.NewsRight
 a h3{
    line-height: 1.2em;
 margin-bottom: 10px;
 overflow: hidden;
 text-overflow:

ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.NewsRight
 a img{
    width: 40vw;
}
.copyrightLeft
 a em{
    font-size: 14px;
 display:block;
 color: #333;
 padding: 6px 0 0 0;
    }
.footAA
 img{height: 74px;
 margin-right: 10px;}

    
 /*2022年8月9日17:22:52   */
.indexProductBJ{
 padding: 0.5rem 15px;
 background: #f5f5f5;
}
.indexProductHead{
 padding-bottom: 20px;
 text-align: center;
}
.indexProductHead
 h2{
    font-size: 20px;
 padding-bottom: 20px;
 text-align: center;
 text-transform: capitalize;
}
.indexProductHeadTxt{
 width: 100%;
}
.indexProductHeadTxt
 p{}
#indexProduct{
 padding-bottom: 40px;}
#indexProduct .swiper-slide{
 height: auto;
 background: #fff;
}
#indexProduct
 a{
    overflow: hidden;
 padding: 20px 10px;
 width: 100%;
 /* background: #fff; */
}
#indexProduct
 a img{position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;}
#indexProduct
 a h3{
    text-align: center;
 position: relative;
 overflow: hidden;
 font-size: 14px;
 font-weight: normal;
}
#indexProduct
 a div{
    position: relative;
 padding-bottom: 100%;
 width: 100%;
 margin-bottom: 10px;
}

#indexProduct .swiper-button-next{
 margin-top: -44px; }
#indexProduct .swiper-button-prev{
 margin-top: -44px; }
.indexProduct{}
    
    
    
.indexProjects{
 background: #f5f5f5;
 padding: 0.5rem 15px;
}
.indexProjectsNr{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 position: relative;
}
.indexProjectsNr
 img{
    order: 2;
 width: 50%;
 min-height: 50vh;
 display: none;
}
.ProjectsTxt{
 padding-bottom: 20px;
}
.ProjectsTxt
 h3{
    text-transform:uppercase;
 font-size: 20px;
 text-align: center;
}
.ProjectsTxt
 p{
    color: #575757;
 text-align: center;
}
.ProjectsTxt
 a{background: #f20000;
 color: #fff;
 padding: 8px 30px;
 margin: 20px 0 0 0;
 display: none;}
.ProjectsTxt
 a i{
    font-size: 20px;
 position: relative;
 top: 2px;
}





.indexProjectsList{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 position: relative;
    }
#indexProjects{
 width:100%; }
.indexProjectsList .More{
 width: 2.8rem;
 height: 0.8rem;
 border-radius: 40px;
 background: #f20000;
 color: #fff;
 text-align: center;
 line-height: 0.8rem;
 font-size: 0.3rem;
}

.indexProjectsList .More
 i{}
#indexProjects{
 padding-bottom: 40px;
}
#indexProjects
 a{
    background: #fff;
}
.indexProjectsLi{
 padding: 10px 10px 30px;
}
.indexProjectsLi
 img{}
.indexProjectsmiaosu{
 padding: 0 20px;
} 
.indexProjectsmiaosu
 h3{
    color: #141a20;
 font-size: 20px;
 font-weight: 500;
 padding: 20px 0;
 line-height: 1.3em;
}
.indexProjectsmiaosu
 p{
    color: #575757;
 font-size: 14px;
 margin-bottom: 30px;
 overflow: hidden;
 text-overflow:

ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}

 .indexProjectsmiaosu
 em{
    width: 135px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 font-size: 12px;
 color: #fff;
 background: #f20000;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items:center;
 margin: 0 auto;
}
 .indexProjectsmiaosu
 em i{
    color: #fff;
}
 .indxAboutZw{
 width:50%;
 display: none;}
 .productShowRightList {
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.FootCuBox{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items:center;
 background: #f7f7f7;
 position: relative;
}
.FootCuBox:
 before{content:'';
 display: block;
 width: 0;}
.FootCuTxt{
 padding: 40px 20px;
 text-align: center;
}
.FootCuTxt
 p{
    color: #002738;
 font-size: 14px;
}
.FootCuTxt
 h2{
    font-size: 20px;
 padding-bottom: 10px;
}
 
.FootCuTxt
 a{
    border: 1px solid #111;
 line-height:40px;
 color: #111;
 font-size: 14px;
 width: 140px;
 text-align: center;
 margin: 20px auto 0;
 display: block;
 text-transform:capitalize;
}
.FootCuImg{
 width: 100%;
}
.FootCuImg
 img{
    max-height: 500px;
 width: 100%;
}
.Window{
 display:none;
 position: fixed;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 background: rgb(0 0 0 / 0.3);
 z-index: 99;
}
.WindowShow{
 background: #fff;
 width: calc(100% - 40px);
 position: relative;
 top: 20px;
}
.WindowShow .WindowShowImg{
 display: block;
 border: none;
 max-height: 180px;
 padding: 20px;
 margin: 0 auto;
}

.WindowShow .icon-guanbi{}
.WindowShow
 span{
    width: 30px;
 height: 30px;
 background: #fff;
 border-radius: 100%;
 box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
 text-align: center;
 line-height: 30px;
 position: absolute;
 right: -15px;
 top: -15px;
 
}
    
.WindowShow
 h3{
    padding: 0px 20px 20px;
 text-align: center;
 font-size: 16px;
}
    .WindowShow
 p{
    padding: 0 20px;
 font-size: 14px;
}
    
.WindowShow
 form{
    display: block;
 padding: 30px 20px;
}
.WindowShow
 form>div{}
.WindowShow
 form input{
    width: 100%;
 height: 42px;
 line-height: 42px;
 font-size: 14px;
 display: block;
 margin-bottom: 6px;
 border: none;
 background: #fff;
 border-bottom: 1px solid #000;
}
.WindowShow
 form textarea{
    width: 100%;
 font-size: 14px;
 display: block;
 margin-bottom: 20px;
 padding: 10px 0;
 height: 100px;
 background: #fff;
 border: none;
 border-bottom: 1px solid #000;
}
.WindowShow
 form button{
    height: 40px;
 line-height: 40px;
 background: #f20000;
 color: #fff;
 display: block;
 width: 100%;
 margin: 0px auto 0;
 font-size: 14px;
    }
    
.NewsRightTxt{
 width: calc(100% - 45vw);
}
.NewsLsitTxt{}
.indexCpTitle
 p{font-size: 14px;
 padding-bottom: 1em;}
.pageOl
 li>a{
    display: block;
}

.pagelIstBox{
 padding: 40px 20px;
}
.pagelIst{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
}
.pagelIst
 img{
    width: 100%;
}
.pagelIsttxt{
 width: 100%;
 padding: 15px 0 0 0;
}

.pagelIstBox .pagelIst:nth-child(2n)
 img{}

.page .BJQ
 td{
    border: none;
 padding: 5px 0;
 font-size: 14px;
}
.page .BJQ
 tr{
    border-bottom: 1px solid #ececec;
}
.page .BJQ
 tr:nth-child(2n){}

.FdcShowTitle{
 width: 100%;}
.FdcShow .BJQ
 td{font-size:14px;
 padding:5px 10px;}
.FdcShow .BJQ
 td *{font-size:14px;
 margin:0px;
 margin:0px;}
.FdcShow .BJQ
 table{margin:10px 0;}

.ProductClassificationBJ{
 background: #fff;
 padding: 40px 20px;}
.copyrightRight
 a img{height: 20px;
 background: #fff;}
.productListBJ{
 background:#fff;}
.pageUl
 ul li p{color:#444;
 font-size:14px;}
.News .BJQ
 ul li{list-style-type: disc;}
.News .BJQ
 ul{padding: 0 0 10px 20px;}
 td *{margin:0px;
 padding:0px;}
.ServicesShowFormBJ{
 background: #f5f5f5;
 padding: 0.5rem 20px;
}

.ServicesListTxt
 h3:after{content:''; }
.ContactLeft
 input::-webkit-input-placeholder{color:#999;  } 
.ContactLeft
 input::-moz-placeholder {color:#999;  }
.ContactLeft
 input::-ms-input-placeholder {color:#999;  }   
.ContactLeft
 textarea::-webkit-input-placeholder{color:#999;   } 
.ContactLeft
 textarea::-moz-placeholder { color:#999; }
.ContactLeft
 textarea::-ms-input-placeholder { color:#999; } 
.ServicesShowImglist
 li p{}
.shemei
 a{
    padding: 0 10px;
}
.shemei
 a i{
    color: #fff;
}

.otherService
 h2{
    text-align: center;
 font-size: 20px;
 padding-bottom: 15px;
 text-transform:capitalize;
}
.pageOlBJ{
 padding: 40px 20px;} 
.Ptm{
 padding: 20px 0;}
.Pb{
 padding-bottom: 20px;}
.Pt{
 padding-top: 20px;} 
.pageBJ{}
.Center{
 text-align: center;
}

.n2{
 background: #f7f7f7;
}
.pageUlBJ{
 background: #f5f5f5;
 padding: 40px 20px;
}
.pageUl
 ul li:last-child{margin-bottom:0px;} 
.indexAUl
 li:last-child{margin-bottom:0px;} 

.footAA
 em{} 


.filter
 input::-webkit-input-placeholder{ color: #999; } 
.filter
 input::-moz-placeholder { color: #999;}
.filter
 input::-ms-input-placeholder { color: #999;} 
.indexProject>
 h2 a{
    text-transform:capitalize;
 color: #fff;
 font-weight: normal;
 position: absolute;
 bottom: 0px;
 line-height: 45px;
 display: block;
 font-size: 14px;
 width: 150px;
 text-align: center;
 margin: 40px auto 0;
 background: #000;
}
.otherService
 ul li a.this{}
.otherService
 ul li a.this h3{} 
/*2022-10-26 23:06:09*/
.ContactLeft
 select{
 
    width: 100%;
 height: 40px;
 line-height: 40px;
 font-size: 14px;
 display: block;
 margin-bottom: 5px;
 border: none;
 padding: 0 10px;
 background: #f5f5f5;
 border-right: 10px solid #f5f5f5;
}
.inputDiv{
 width: 100%;
 margin-bottom: 20px;
}
.MoreA {
 width: 140px;
 text-align: center;
 line-height: 40px;
 background: #31544e;
 color: #fff;
 margin: 0 auto;
 display: block;
 font-size: 14px;
}

#Project{
 padding:0 0 30px;}
/*2022-11-1 18:46:17*/
.ServicesListBJ{}
.aboutListTxt
 a{
    border: 1px solid #fff;
 padding: 8px 20px;
}


.Aboutn2{}
.Aboutn2 .aboutListImg{
}
.index2n{}
.index2n:
 before{
    order: 0;
}
.index2n .FootCuTxt{
}
.index2n .FootCuImg
 img{
    max-height: inherit;
}
.FootCuTxt
 ul{
    padding: 10px 0 0 20px;
}
.FootCuTxt
 ul li{
    font-size: 14px;
 padding-bottom: 1em;
 list-style-type: disc;
 text-align: left;
}
.FootCuTxt
 ul li::marker{}
.FootCuTxt
 ul li strong{
    color: #f20000;
}
.aboutListTxt
 ul>li::marker{}
.ServicesShowTxt .BJQ
 ul li::marker{}
.FqaRight
 dt.this{}
.About
 strong {
    
font-size: 18px;
}
/*2022-11-12 12:19:19*/
.page .PageLearnmore{
 line-height: 40px;
 font-size: 14px;
 border: 1px solid #000;
 text-transform: capitalize;
 width: 140px;
 text-align: center;
 margin: 20px 0 0 0;
}
.PageBJQ{
 padding: 40px 20px;
}
.PageBJQ
 h2{
    font-size: 20px;
}
.PageBJQ
 h3{
    font-size: 20px;
}
.PageBJQ
 h4{
    font-size: 16px;
}
.PageBJQ
 p{
    padding-bottom: 1em;
 font-size: 14px;
}
.PageBJQ
 strong{}
.PageBJQ
 em{}
.PageBJQ
 ul{padding: 10px 0 10px 20px;}
.PageBJQ
 ul li{
    list-style-type: disc;
 font-size: 14px;
}
.PageBJQ
 ul li::marker{}
.PageBJQ
 ul li *{}
.PageBJQ
 ul li i{}
.PageBJQ
 ol{}
.PageBJQ
 ol li{}
.PageBJQ
 ol li::marker{}
.PageBJQ
 ol li *{}
.PageBJQ
 ol li i{}


.pagelIsttxt{
}
.pagelIsttxt
 h2{
    font-size: 20px;
 padding-bottom: 10px;
}
 
 
.pagelIsttxt
 h2:after{content:'';}
.pagelIsttxt
 h4{
    font-size: 20px;
}
.pagelIsttxt
 p{
    padding-bottom: 1em;
 font-size: 14px;
}
.pagelIsttxt
 strong{}
.pagelIsttxt
 em{}
.pagelIsttxt
 ul{padding: 10px 0 10px 20px;}
.pagelIsttxt
 ul li{
    list-style-type: disc;
 font-size: 14px;
}
.pagelIsttxt
 ul li::marker{}
.pagelIsttxt
 ul li *{}
.pagelIsttxt
 ul li i{}
.pagelIsttxt
 ol{}
.pagelIsttxt
 ol li{}
.pagelIsttxt
 ol li::marker{}
.pagelIsttxt
 ol li *{}
.pagelIsttxt
 ol li i{}


.pageUlBJQ{
 position: relative;
 z-index: 3;
}
.pageUlBJQ
 h2{
    font-size: 20px;
 padding-bottom: 10px;
}
.pageUlBJQ
 h3{
    font-size: 20px;
 padding-bottom: 10px;
 position: relative;
}
.pageUlBJQ
 h3:after{content:'';}
.pageUlBJQ
 h2:after{content:'';}
.pageUlBJQ
 h4{
    font-size: 20px;
}
.pageUlBJQ
 p{
    padding-bottom: 1em;
}
.pageUlBJQ
 strong{}
.pageUlBJQ
 em{}
.pageUlBJQ
 ul{padding: 10px 0 10px 20px;}
.pageUlBJQ
 ul li{
    list-style-type: disc;
}
.pageUlBJQ
 ul li::marker{}
.pageUlBJQ
 ul li *{}
.pageUlBJQ
 ul li i{}
.pageUlBJQ
 ol{}
.pageUlBJQ
 ol li{}
.pageUlBJQ
 ol li::marker{}
.pageUlBJQ
 ol li *{}
.pageUlBJQ
 ol li i{}




.pageOlBJQ{
 padding: 0 0 10px 0;
}
 
.pageOlBJQ
 h2{
    font-size: 20px;
 padding-bottom: 10px;
 position: relative;
}
 
.pageOlBJQ
 h2:after{content:'';}
.pageOlBJQ
 h4{
    font-size: 20px;
}
.pageOlBJQ
 p{
    padding-bottom: 1em;
 font-size: 14px;
}
.pageOlBJQ
 strong{}
.pageOlBJQ
 em{}
.pageOlBJQ
 ul{padding: 10px 0 10px 20px;}
.pageOlBJQ
 ul li{
    list-style-type: disc;
 font-size: 14px;
}
.pageOlBJQ
 ul li::marker{}
.pageOlBJQ
 ul li *{}
.pageOlBJQ
 ul li i{}
.pageOlBJQ
 ol{}
.pageOlBJQ
 ol li{}
.pageOlBJQ
 ol li::marker{}
.pageOlBJQ
 ol li *{}
.pageOlBJQ
 ol li i{}



.pageUlBJColor{
 position:relative;
 background-attachment: fixed;
 background-size: cover;
 background-position: center;
 padding: 40px 20px;}
.pageUlBJColor:
 after{content:'';
 position: absolute;
 width: 100%;
 left: 0px;
 top: 0px;
 height: 100%;
 background: rgb(0 0 0 / 0.5);} 
.pageUlBJColorBJQ{
 position: relative;
 z-index: 3;
 padding-bottom: 20px;
}
.pageUlBJColorBJQ
 h2{
    font-size: 20px;
 color: #fff;
 text-align: center;
 padding-bottom: 10px;
}
.pageUlBJColorBJQ
 h3{
    font-size: 20px;
 padding-bottom: 10px;
 position: relative;
 color: #fff;
}
.pageUlBJColorBJQ
 h3:after{content:'';}
.pageUlBJColorBJQ
 h2:after{content:'';}
.pageUlBJColorBJQ
 h4{
    font-size: 20px;
}
.pageUlBJColorBJQ
 p{
    padding-bottom: 1em;
 color: #fff;
 font-size: 14px;
}
.pageUlBJColorBJQ
 strong{}
.pageUlBJColorBJQ
 em{}
.pageUlBJColorBJQ
 ul{padding: 10px 0 10px 20px;}
.pageUlBJColorBJQ
 ul li{
    list-style-type: disc;
 color: #fff;
 font-size: 14px;
}
.pageUlBJColorBJQ
 ul li::marker{}
.pageUlBJColorBJQ
 ul li *{}
.pageUlBJColorBJQ
 ul li i{}
.pageUlBJColorBJQ
 ol{}
.pageUlBJColorBJQ
 ol li{}
.pageUlBJColorBJQ
 ol li::marker{}
.pageUlBJColorBJQ
 ol li *{}
.pageUlBJColorBJQ
 ol li i{}

.pageColorUl{
 position: relative;
 z-index: 3;
}
.pageColorUl
 ul{display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 display:-webkit-flex}
.pageColorUl
 ul li{width: 100%;
 padding: 0 0 20px 0;}
.pageColorUl
 ul li img{width:100%}
.pageColorUl
 ul li p{color: #fff;
 font-size: 14px;}
.pageColorUl
 ul li h3{padding: 10px 0;
 color: #fff;
 font-size: 18px;}
.pageUlBJColorMore{
 line-height: 40px;
 font-size: 14px;
 border: 1px solid #fff;
 text-transform: capitalize;
 width: 140px;
 text-align: center;
 margin: 20px auto;
 display: block;
 color: #fff;
 position: relative;
 z-index: 3;
}




.indexA2{}
.indexA2
 img{
    order: 2;
}
.FootCuBox2 .FootCuImg{}

.FootCuTxtPd{
}
.FootCuBox2 .FootCuTxtPd{
 padding:0px;}


.indexBJQ{
 padding: 40px 20px;
}
.indexBJQ
 h2{
    font-size: 20px;
 padding-bottom: 10px;
}
 
 
.indexBJQ
 h2:after{content:'';}
.indexBJQ
 h4{
    font-size: 20px;
}
.indexBJQ
 p{
    padding-bottom: 1em;
 font-size: 14px;
}
.indexBJQ
 strong{}
.indexBJQ
 em{}
.indexBJQ
 ul{padding: 10px 0 10px 20px;}
.indexBJQ
 ul li{
    list-style-type: disc;
 font-size: 14px;
}
.indexBJQ
 ul li::marker{}
.indexBJQ
 ul li *{}
.indexBJQ
 ul li i{}
.indexBJQ
 ol{}
.indexBJQ
 ol li{}
.indexBJQ
 ol li::marker{}
.indexBJQ
 ol li *{}
.indexBJQ
 ol li i{}


.indeximgsBJ{
 padding: 40px 20px;}
.indeximgs{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.indeximgs
 li{
    
    width: 49%;
 margin: 8px 0;
}
.indeximgs
 li img{}
.indeximgsBJ
 h2{
    padding-bottom: 10px;
 text-align: center;
 text-transform: uppercase;
 color: #11264b;
 font-size: 20px;
}
 
.indeximgsBJ
 p{
    text-align: center;
 padding-bottom: 1em;
 font-size: 14px;
}

.AboutULBJQ{
 position: relative;
 z-index: 3;
}
.AboutULBJQ
 h2{
    text-align: center;
 font-size: 20px;
 margin-bottom: 0.5em;
}
.AboutULBJQ
 h3{}
.AboutULBJQ
 h3:after{content:'';}
.AboutULBJQ
 h2:after{content:'';}
.indexAUl
 li div{
    width: 100%;
} 
.BJQBJ{
    
}
.FootCuTxtPd
 strong{
    font-size:18px;
} 
.indexProjectsLi:
 after{content:'';}
.News .BJQ
 strong{font-size:18px;}
.News .BJQ
 ul li {
    list-style-type: disc;
 padding-bottom: 1em;
}
.News .BJQ
 h3{
    font-size: 16px;
 padding-bottom: 10px;
}
.News .BJQ
 h4{}
.News .BJQ
 h2{
    font-size: 16px;
 padding-bottom: 10px;
}
#html38 .lanmubanner{}
#html51 .lanmubanner{}
.WindowShowCenter{
 position: fixed;
 width: 100%;
 height: 100%;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items:center;
}
.WindowShowNr{
 max-height: 80vh;
 overflow-y: auto;
}
.RelatedProductsNr{
 height: 100%;}
.Contactlmimg{}
.Contactlmimg
 img{}

.Contactlmimg{}
.Contactlmimg
 img{}


.indexBjqImgUrlLsit{
 padding: 40px 20px;}
.indexBjqImgUrl{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.indexBjqImgUrlNr{
 width: 100%;
 padding-bottom: 40px;
}
.indexBjqImgUrlNr
 em{}
.indexBjqImgUrlNr
 img{}
.indexBjqImgUrlNrTxt{
 padding: 20px 0 0 0;
 font-size: 14px;
 color: #666;
 line-height: 1.7em;
}
 
.indexBjqImgUrlNrTxt
 h2{
    font-size: 20px;
 padding-bottom: 10px;
 color: #000;
}
.indexBjqImgUrlNrTxt
 p{
    padding-bottom: 1em;
 font-size: 14px;
}
.indexBjqImgUrlNrTxt
 ul{
    padding: 0 0 0 20px;
}
.indexBjqImgUrlNrTxt
 ul li{
    font-size: 14px;
 padding-bottom: 7px;
 list-style-type: disc;
}
.indexBjqImgUrlA{
 border: 1px solid #000;
 padding: 0 30px;
 line-height: 34px;
 margin: 20px 0 0 0;
}

.ViewAll {
 width: 160px;
 text-align: center;
 line-height: 40px;
 margin: 20px auto 0;
 display: block;
 color: #000;
 font-weight: 400;
 font-size: 14px;
 border: 2px solid #000;
}

.lanmujj
 p strong{}

.Aboutn2 .aboutListTxt{}

.footAA
 h4{}

.indexBjqImgUrlNr>
 a{
    display: block;
    
}
#indexBJQ63 .box{
  
    }
.lrtxt{
 width: 48%;
 background: #fff;
 padding: 30px;
}    

.FdcLitsBJ{
 padding: 70px 0 0 0;}
.FdcLitsLeft>
 ul>li p {
    overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}





.indexAUl>
 li a {
    display: block;
 width: 100%;
 position: relative;}
    
    
        .ServicesShowFormBox{
 background: #f5f5f5;
 padding: 20px;
}
.indexCpdefaultTxt
 h4{
    color: #999;
 font-weight: normal;
 padding: 10px 0;
}

.footflex{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

.WapHead .WapLogo:
 before {
    content: '';
    
}

.PageBJQ
 img {}
#html39 .lanmubanner {
   
}

.productShowTxt .BJQ
 tr:nth-child(odd){
    background: #eee;
}
.productShowTxt .BJQ
 th{
    border: none;
 text-align: left;
}
.productShowTxt .BJQ
 tr{
    background: #f5f5f5;
}
.productShowTxt .BJQ
 table{
    margin: 10px 0 20px;
 border: 1px solid #f5f5f5;
}
.productShowTxt .BJQ
 td{
    border: none;
}
.productShowTxt .BJQ
 td *{}
.productShowIntroduction
 tr{
    background: #f5f5f5;
}
.productShowIntroduction
 tr:nth-child(odd){
    background: #fce3f073;
}
.productShowIntroduction
 td{border: 1px solid #ddd;}
.productShowIntroduction
 td *{}
.ProductClassification
 li p{
    text-align: center;
 padding: 0 20px 1em;
 font-size: 15px;
}
.ProductClassification
 li em{
    padding: 0 30px;
 border-radius: 40px;
 background: #1a90c6;
 color: #fff;
 line-height: 45px;
 padding: 0 30px;
}

.aboutListTxt
 h2 {
    padding-bottom: 15px;
 font-size: 20px;
 line-height: 1.3em;
}
.footAA
 h3 {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
 color: #fff;
 font-size: 30px;
 padding-bottom: 10px;
 /* display: none; */
}
#indexAUlBJ63{}
.indexAUl>
 li:nth-child(1){}
.indexAUl>
 li:nth-child(2){}
.indexAUl>
 li:nth-child(3){}
.indexAUl>
 li:nth-child(4){}
.indexAUlTxt
 strong{}
.indexAUlTxt{
 padding: 20px;
 text-align: center;
}

.productRin{
 background: #fff;
 padding: 20px 0;
}
.footAC
 ul li a em{
    color: #fff;
 display: none;
    
}

.ServicesShowTxt .BJQ
 img{
    margin: 0 0 20px 0;
}

.indexFul
 li a{
    display: block;
}

.pageColorUl
 ul li a{
    display: block;
 text-align: center;
}
.PageBJQ
 ol li {
    list-style-type: disc;
 padding-bottom: 5px;
 font-size: 14px;
}
.PageBJQ
 ol {
    padding: 0 0 0 20px;
}

.ServicesShowTxt .BJQ
 ol{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding: 20px 0 0 0;
}
.ServicesShowTxt .BJQ
 ol li{
    background-color: #fff;
 color: #111;
 width: 100%;
 margin-bottom: 10px;
 border-radius: 4px;
 padding: 20px;
 background: #f7f7f7;
 font-weight: 500;
}
.ServicesShowTxt .BJQ
 ol li i{}
.ServicesShowTxt .BJQ
 ol strong{}
.ServicesShowTxt
 p em{
    font-style: italic;
 font-size: 16px;
 padding-bottom: 20px;
 border-bottom: 1px solid #111;
 font-weight: 500;
}

#html39 .indexF{ }
.RelatedProductsNr .imghover{
 display: block;
 width: 100%;
 padding-bottom: 66.6%;
 position: relative;
}

.review>
 h3{
    text-align: center;
 font-weight: normal;
 padding-bottom:40px;
 color: #fff;
}
.reviewBJ:
 before {
    content: '';
 /*display: block;*/
 /*position: absolute;*/
 /*width: 100%;*/
 /*height: 100%;*/
 /*background: #000;*/
 /*opacity: 0.85;*/
 /*top: 0px;*/
 /*left: 0px;*/
}
.bannerTxtNr
 ul{}
.bannerTxtNr
 ul li{}
.content .footA:
 before{}

.ServicesParameterList:nth-child(2n) .ServicesParameterImg
 img{}

.ContactRight
 li:last-child{
    margin: 0px;
}
.indexCpTitle
 h2:after{
    content: '';
 
}

.indexCpOl>
 li em:after{content: ''; }

.AboutUL>
 ul>li em{}
.AboutUL
 a{}
.indexAUlTxt
 a{}
.footA
 h4:after{content:''; }
.ContactLeftBJ{}
.FdcLitsImg
 em{
    background: #f20000;
 position: absolute;
 left: 10px;
 bottom: 10px;
 z-index: 2;
 padding: 6px 20px;
 color: #fff;
}
.bannerTxt
 p a:last-child{
    border: none;
}
 
    
.indexFdc .swiper-button-next{
 top: 30%;}
.indexFdc .swiper-button-prev{
 top: 30%;}
.FdcShow .BJQ
 h2,.FdcShow .BJQ h3,.FdcShow .BJQ h4 {
    font-size: 18px;
 padding: 0 0 10px;
}
.footAAbeian{
 padding: 10px 0 0 0;
 display: none;
}
.footAAbeian
 em{
    color: #fff;
 padding: 6px 0 0 0;
 font-size: 14px;
 display: block;
}
.footAAbeian
 a{
    color: #fff;
 font-size: 14px;
    }
    .PageBJQ
 p a{
    text-align: center;
 line-height: 46px;
 font-size: 14px;
 padding: 0 30px;
 background: #b90202;
 color: #fff;
 text-transform: uppercase;
}
.footEmail{
 text-align: center;
}
.footEmail
 h3{
    font-size: 32px;
 color: #fff;
}
.footEmail
 p{
    padding-bottom: 1em;
 color: #fff;
}
.footEmail
 form{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items:center;
}
.footEmail
 input{
    width: calc(100% - 120px);
 border: 1px solid #ddd;
 padding: 0px 10px;
 height: 50px;
 line-height: 50px;
 color: #fff;
}
.footEmail
 button{
    width: 100px;
 background: #f20000;
 height: 50px;
 color: #fff;
}
.ServicesParameterList .BJQ
 h2{
    
    font-size: 20px;
}
.indexBJQ
 p a{}
.ServicesContent
 ol{
    padding: 0 0 0 20px;
}
.ServicesContent
 ol li{
    margin-bottom: 15px;
 position: relative;
 list-style-type: disc;
}
 
 


.indexCpdefaultTxt{
 
}
 
.indexCpdefaultTxt
 img{}
.footSyS{
 display: none;
}
.footSyS
 p {}
.footSyS
 img{}
#container{
 height:400px;}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
 display: none;
 height: 0px;}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
 display:none;}
.goog-te-gadget{
 height:30px;
 overflow: hidden;}
.goog-te-combo{
 margin:0px 0 0 20px!important;
 height:30px;
 border:1px solid #000; }
 


.ServicesParameterBox{
 padding: 60px 0;
}
.ServicesParameterBox
 h2{
    font-size: 22px;
 text-align: center;
 padding-bottom: 20px;
}
.ServicesShowTxt
 a{
    width: 200px;
 line-height: 44px;
 text-align: center;
 display: block;
 border: 2px solid #269546;
 font-size: 16px;
 color: #269546;
 border-radius: 40px;
 margin: 20px auto;
}
.ServicesParameterUl
 li em{ height:60px;}
.FdcLitsLeft>
 ul>li h5 div{order:2;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items:center;}
.indexFdc
 ul li h5 div{order:2;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items:center;}
.daili{
 /* box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%); */
 padding: 30px;
 /* border-radius: 10px; */
 margin-bottom: 20px;
 background: #fff;
 border: 1px solid #f5f5f5;
}
.daili
 dt{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items:center;
 border-bottom: 1px solid #eee;
 padding: 0 0 20px 0;
}
.daili
 dd{
    padding: 20px 0 0;
}
.daili
 img{
    width: 80px;
 border-radius: 100%;
}
.daili
 h3{
    padding-left: 10px;
 font-size: 26px;
 color: #f20000;
}
.daili
 p{
    padding: 5px 0;
}
.daili
 a{}
.FdcShowRight{
 width: 100%;
}

#html48 .lanmubanner{
 height:0px;
 overflow:hidden;}
.EvaluateNr
 p{
    padding-bottom: 2em;
 color: #666;
 font-size: 15px;
    
}
.EvaluateNr
 ul{}
.EvaluateNr
 ul li{}
.EvaluateNr
 h3{}
.EvaluateNr
 strong{
    font-weight: 500;
 font-size: 16px;
}
.WindowShow
 form select{
    display: block;
 width: 100%;
 border-bottom: 1px solid #000;
 padding: 10px 0;
 margin-bottom: 20px;
} 
.indexA2 .indexAboutImg{ }
.indexAboutImg{}

.pageshuzuBJ{
 padding: 30px 20px;
}
.pageshuzu{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.pageshuzu
 dl{
    width: 100%;
 padding: 20px 0;
}
.pageshuzu
 dl dt{
    font-size: 20px;
 padding-bottom: 10px;
}
.pageshuzu
 dd{
        line-height: 1.7em;
 font-size: 14px;
 color: #666;
}
.BjqImgBJ{
 position: relative;
 background-attachment: fixed;
 background-size: cover;
 background-position: center;
 padding: 60px 20px;
}
.BjqImgBJnr{
 position: relative;
 z-index: 2;
}
.BjqImgBJnr
 h2{
    color: #fff;
 font-size: 20px;
 margin: 0 0 20px 0;
}
.BjqImgBJnr
 h3{
    color: #fff;
 font-size: 20px;
 padding: 0px 0 10px 0;
}
.BjqImgBJnr
 h4{
    color: #fff;
}
.BjqImgBJnr
 p{
    color: #fff;
}
.BjqImgBJnr
 strong{
    color: #fff;
}
.BjqImgBJnr
 ul{
    padding: 20px;
}
.BjqImgBJnr
 li{
    color: #fff;
 list-style-type: disc;
}

.BjqImgBJ:
 after {
    content: '';
 position: absolute;
 width: 100%;
 left: 0px;
 top: 0px;
 height: 100%;
 background: rgb(0 0 0 / 0.5);
}
.PageBJQ50{}
.indexBJQ50{}
 


.IndexpageshuzuBJ{
 padding: 30px 20px;
 position: relative;
}
.Indexpageshuzu{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 z-index: 3;
 position: relative;
}
.Indexpageshuzu
 dl{
    width: 100%;
 padding: 20px 0;
}
.Indexpageshuzu
 dl dt{
    font-size: 20px;
 padding-bottom: 10px;
 font-weight: 600;
}
.Indexpageshuzu
 dd{
    font-size: 14px;
 color: #666;
 line-height: 1.7em;
}



.IndexBjqImgBJ{
 position: relative;
 background-attachment: fixed;
 background-size: cover;
 background-position: center;
 padding: 60px 20px;
}
.IndexBjqImgBJnr{
 position: relative;
 z-index: 2;
}
.IndexBjqImgBJnr
 h2{
    color: #fff;
 font-size: 20px;
 margin: 0 0 20px 0;
}
.IndexBjqImgBJnr
 h3{
    color: #fff;
 font-size: 20px;
 padding: 0px 0 10px 0;
}
.IndexBjqImgBJnr
 h4{
    color: #fff;
}
.IndexBjqImgBJnr
 p{
    color: #fff;
 font-size: 14px;
}
.IndexBjqImgBJnr
 strong{
    color: #fff;
}
.IndexBjqImgBJnr
 ul{
    padding: 20px;
}
.IndexBjqImgBJnr
 li{
    color: #fff;
 list-style-type: disc;
 font-size: 14px;
}

.IndexBjqImgBJ:
 after {
    content: '';
 position: absolute;
 width: 100%;
 left: 0px;
 top: 0px;
 height: 100%;
 background: rgb(0 0 0 / 0.5);
}

.Contact100{
 width:100%;}


.indexBjqImgUrlNrTxt
 strong{}
.IndexBjqImgBJnr
 p a{}
.AboutTxt
 h2 img{}
.indexList{}
.indexList>
 div{width:100%;}
.indexBjqImgUrlNrTxt
 span{}

.footAA
 h3 span{
     display: none;
}

.FqaRight
 dt img{}
.FqaRight
 dt p{}
.FqaRight
 dt em{}
.FqaRight
 dt span{}
.Faq>
 h2{}

.AboutUL:
 after{content:'';
 display: block;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 background: #01221e;
 position: absolute;
 opacity: 0;}
.ServicesParameterUl
 li>div{}

 .RelatedProductsNr
 p{
    color: #f20000;
}

.AboutUL>
 ul li:last-child{} 
.pageOl
 li:last-child{} 
.indexBJQ100{}
.indexBJQ50{}
.PageBJQ100{}
.PageBJQ50{}

.IndexBjqImgBJ100{}
.IndexBjqImgBJ50{}
.IndexBjqImgBJnr
 a{    line-height: 40px;
 color: #fff;
 display: block;
 font-size: 14px;
 border: 1px solid #fff;
 position: relative;
 width: 170px;
 text-align: center;
 margin: 40px auto 0;}
    
.FootCuBox2{
    
}
.FootCuBox2
 h2{}
.FootCuBox2
 p{}
.FootCuBox2 .FootCuTxt
 a{}
.ServicesList>
 ul>li:last-child{
    border: none;
}

.pageUltxt{}
.pageColorUltxt{}


.IndexpageshuzuBJQ{
 text-align: center;
 padding-bottom: 40px;
}
.IndexpageshuzuBJQ
 p{
    padding: 0 10%;
}
.IndexpageshuzuBJQ
 h2{
    font-size:20px;
 text-align: center;
 text-transform: capitalize;
}
.IndexpageshuzuBJQ
 ul{}
.IndexpageshuzuBJQ
 ul li{}
.ServicesList>
 ul>li:nth-child(2n){}
.AboutTxt
 p img{}
.AboutULBJQ
 p{}



.indeximgstxt{
 width:100%;
}
.indeximgstxt
 a{
    line-height: 44px;
 color: #fff;
 font-size: 14px;
 width: 140px;
 text-align: center;
 margin: 20px 0 0;
 display: block;
 text-transform: capitalize;
 background: #e35a00;
 font-weight: 500;
}
.indeximgstxt
 ul{
    padding: 0 0 0 20px;
}
.indeximgstxt
 ul li{
    padding: 0 0 5px 0px;
 position: relative;
 list-style-type: disc;
 font-size: 16px;
}
.indeximgstxt
 p{}

.IndexpageshuzuBJ:
 after{content:'';
 display: block;
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 background: #fff;
 opacity: 0.9;
 z-index: 2;}

.productListImg{
 width: 100%!important;
 position: absolute;
 left: 0px;
 top: 0px;
 height: 100%!important;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;}
    .productListImg
 img {
    max-width: 100%;
 max-height: 100%;
 /* width: 100%!important; */
 /* height: 100%!important; */
}
.indexAUlTxt
 h3{
    text-align: center;
 font-size: 26px;
}

.FdcShowBJ{
 padding:55px 0 0;}
.ProductClassification
 li .imghover {
    width: 100%;
 padding-bottom: 66%;
}
.pagelIsImg{}

.footEmail
 input::-webkit-input-placeholder{} 
.footEmail
 input::-moz-placeholder {}
.footEmail
 input::-ms-input-placeholder {} 

.PageBJQ
 table{margin-bottom: 40px;}
.PageBJQ
 tr{
    background-color: #f9f9f9;
 border-bottom: 1px solid #ddd;
 text-align: left;
}
.PageBJQ
 td{
    padding: 10px;
 border: none;
}
.PageBJQ
 td p{}
.PageBJQ
 td h2{
    font-size: 20px;
}
.PageBJQ
 td h3{}
.PageBJQ
 tr:nth-child(2n){
    background: #fff;
}
.PageBJQ
 td:nth-child(1){}
.PageBJQ
 td:nth-child(2){}
.PageBJQ
 td:nth-child(3){}
.PageBJQ
 td:nth-child(4){}
.PageBJQ
 td:nth-child(5){}

.indexCpOl>
 li:nth-child(1){}
.indexCpOl>
 li:nth-child(2){}
.indexCpOl>
 li:nth-child(3){}
.indexCpOl>
 li:nth-child(4){}
.indexCpOl>
 li:nth-child(5){}
 .ServicesShowFormRight{
 width:100%;}
 
.PageZhedie{}
.PageZhedie
 dl{
    padding: 20px 20px;
}
.PageZhedie
 dt{
 
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items:center;
 padding: 10px 0;
 border-bottom: 1px solid #ddd;
}
.PageZhedie
 dt i{transition: 0.4s;
 -o-transition: 0.4s;
 -moz-transition: 0.4s;
 -webkit-transition: 0.4s;}
.PageZhedie
 dt img{
    width: 30px;
}
.PageZhedie
 h3{
    width: calc(100% - 30px);
 font-size: 16px;
}
.PageZhedie
 dd{
    display: none;
 padding: 20px 0;
}
.PageZhedie
 dd p{
    padding-bottom: 1em;
}
.PageZhedie
 dd ul{
    padding: 0 0 20px 20px;
}
.PageZhedie
 dd li{
    list-style-type: disc;
}
.PageZhedie
 dd li::marker{} 
.PageZhedie
 dd strong{}
.PageZhedie
 dd h2{}
.PageZhedie
 dd h3{}
.PageZhedie
 dt.this{}
.PageZhedie
 dt.this h3{}
.PageZhedie
 dt.this i{transform: rotate(
90deg);
 -webkit-transform: rotate(
90deg); } 
.indexBjqImgUrlTitle{
 font-size: 23px;
 padding-bottom: 18px;
 position: relative;
 text-align: center;
 font-weight: 600;
}
.ServicesShowPage{
}
.ServicesShowPageHead{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 /* align-items:center; */
 padding: 40px 20px;
}
.ServicesShowPageHeadImg{
 width: 100%;
}
.ServicesShowPageHeadImg
 img{}
.ServicesShowPageHeadTxt{
 width: 100%;
 padding: 20px 0 0 0;
}
.ServicesShowPageHeadTxt
 h1{
    font-size: 20px;
}
.ServicesShowPageHeadTxt .BJQ{}
.ServicesShowPageHeadTxt .BJQ
 p{
    padding: 1em 0 0 0;
 font-size: 14px;
}
.ServicesShowPageHeadTxt .BJQ
 ul{
    padding: 10px 20px 0;
}
.ServicesShowPageHeadTxt .BJQ
 li{
    list-style-type: disc;
 font-size: 14px;
}

.ServicesPageBJQ{
 background: #f5f5f5;
 padding: 40px 20px;
}
.ServicesPageBJQ
 h2{
    font-size: 20px;
}
.ServicesPageBJQ
 p{
    padding: 1em 0 0 0;
 font-size: 14px;
}
.ServicesPageBJQ
 ul{
    padding: 10px 20px;
}
.ServicesPageBJQ
 li{
    list-style-type: disc;
 font-size: 14px;
}


.ServicesBJQImg{
 padding: 40px 20px;
}
.ServicesBJQImgL{
 width: 100%;
}
.ServicesBJQImgL
 img{}


.ServicesBJQImgR{
 width: 100%;
 padding: 20px 0 0 0;
}
.ServicesBJQImgR
 h2{
    font-size: 20px;
}
.ServicesBJQImgR
 p{
    padding: 1em 0 0 0;
 font-size: 14px;
}
.ServicesBJQImgR
 ul{
    padding: 10px 20px;
}
.ServicesBJQImgR
 li{
    list-style-type: disc;
 font-size: 14px;
}
.ServicesBJQImgR
 a{}


.ServicesBJQImgs{
 padding: 40px 20px;
 background: #f5f5f5;
}
.ServicesImgsBJQ
 p{}
.ServicesImgsBJQ
 h2{
    text-align: center;
 padding-bottom: 20px;
 font-size: 20px;
}

.ServicesBJQImgs
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
}
.ServicesBJQImgs
 ul li{
    width: 49%;
}
.ServicesBJQImgs
 li em{}
.ServicesBJQImgs
 li img{}


.ServicesPageBJQBj{
 padding: 40px 20px;
 position: relative;
 /*background-attachment: fixed;*/
 background-size: cover;
 background-position: center;
}
.ServicesPageBJQBj
 h2{
    color: #fff;
 text-align: center;
 padding-bottom: 20px;
 font-size: 20px;
}
.ServicesPageBJQBj
 p{
    color: #fff;
 font-size: 14px;
    
}
.ServicesPageBJQBj
 ul{
    padding: 10px 20px;
}
.ServicesPageBJQBj
 li{
    list-style-type: disc;
 color: #fff;
 font-size: 14px;
    
}
.ServicesPageBJQBj:
 after{content:'';
 position: absolute;
 left: 0px;
 top: 0px;
 background: #000;
 display: block;
 width: 100%;
 height: 100%;
 opacity: 0.8;}
.ServicesBJQImg .box{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;}
.ServicesShowPageHeadTxt .BJQ
 a{}
.ServicesPageBJQBj
 a{}
.ServicesBJQTxtImgs{
 padding: 40px 20px;
}
.ServicesTxtImgsBJQ{}
.ServicesTxtImgsBJQ
 p{
    padding: 1em 0 0 0;
 font-size: 14px;
}
.ServicesTxtImgsBJQ
 h2{}
.ServicesTxtImgsBJQ
 ul{
    padding: 10px 20px;
}
.ServicesTxtImgsBJQ
 li{
    list-style-type: disc;
 font-size: 14px;
}

.ServicesBJQTxtImgs .box>
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
}
.ServicesBJQTxtImgs .box>
 ul li{
    width: 100%;
 padding: 20px 0 40px 0;
}
.ServicesBJQTxtImgs .box>
 ul li em{}
.ServicesBJQTxtImgs .box>
 ul li h3{
    padding: 15px 0;
 font-size: 20px;
}
.ServicesBJQTxtImgs .box>
 ul li p{
    font-size: 14px;
}
.ServicesBJQTxtImgs .box>
 ul li img{}
.ServicesShowPageHeadTxt .BJQ
 h2{
    font-size:20px;
   
}
.ServicesShowPageHeadTxt .BJQ
 h3{
    font-size:18px;
   
} 
.ServicesPageBJQBj .box{
 z-index:2;}
.ServicesShowLeft .box{
 width:100%;}

.AboutTxtBox .PageBJQ50{} 
.AboutTxtBox .PageBJQ50
 p{
    padding-bottom: 1em;
 font-size: 14px;
}
.AboutTxtBox .PageBJQ50
 h2{
    font-size: 22px;
 padding-bottom: 0.5em;
}
.AboutTxtBox .PageBJQ50
 strong{}
.FootImgBJ{
 position: relative;
 /* background-attachment: fixed; */
 background-size: cover;
 background-position: center;
 padding: 50px 20px;
}
.FootImgBJ
 h2{
    color: #fff;
 font-size: 24px;
}
.FootImgBJ
 h3{}
.FootImgBJ
 p{
    color: #fff;
}
.FootImgBJ
 a{
    line-height: 44px;
 font-size: 14px;
 border: 1px solid #fff;
 text-transform: capitalize;
 width: 140px;
 text-align: center;
 margin: 20px auto;
 display: block;
 color: #fff;
}
.FootImgBJ .BJQ{
 z-index: 2;
 text-align: center;
 /* display: flex; */
 /* flex-wrap: wrap; */
 /* display: -webkit-flex; */
 /* justify-content: space-between; */
 /* align-items:center; */
}
.FootImgBJ:
 after{
    content: '';
 position: absolute;
 width: 100%;
 left: 0px;
 top: 0px;
 height: 100%;
 background: #11264b;
    }
#html39 .FootImgBJ{
 display: none;}
#html39 .FootImgBJ
 a{display:none;}
.pageColorUl
 ul li em{display:block;}
.PageBJQ
 th{
    text-align: center;
 padding: 10px;
  
}

.ServicesShowPageHeadTxt
 h2{}
.ServicesShowPageHeadTxt .BJQ
 li::marker{}
.indexAboutImg
 img{}
.ServicesBJQImgR
 p strong{color: #222; }

.EvaluateLeft{
 width: 100%;
 border: 1px solid #ddd;
 padding: 40px;
}
.EvaluateLeft
 h2{
    font-size: 30px;
 font-weight: normal;
 padding-bottom: 20px;
}
.EvaluateLeft
 h3{}
.EvaluateLeft
 p{
    padding-bottom: 1em;
}
.EvaluateLeft
 ul{
    padding: 0 20px 1em;
}
.EvaluateLeft
 ul li{
    list-style-type: disc;
 padding-bottom: 5px;
}
.EvaluateLeft
 strong{}
.lanmujj
 h3{}
.lanmujj
 h4{
    font-size: 20px;
 padding: 1em 0 0 0;
}
.lanmujj
 ul{
    padding: 0 0 1em 20px;
}
.lanmujj
 ul li{
    list-style-type: disc;
}
.ServicesShowPageHeadTxt .BJQ
 h4{
    padding: 1em 0 0 0;
 font-size: 20px;
}
.ServicesPageBJQ
 h4{
    font-size: 20px;
 padding: 1em 0 0 0;
 font-weight: 600;
}
.ServicesPageBJQ
 h3{
    font-size: 30px;
}
.ServicesShowPageHeadTxt .BJQ
 strong{}

.ServicesPageBJQTitle{
 padding: 20px;
}
.ServicesPageBJQTitle
 h2{}
.ServicesPageBJQTitle
 p{
    padding-bottom: 1em;
}
.ServicesPageBJQTitle
 h3{}
.ServicesPageBJQTitle
 ul{}
.ServicesPageBJQTitle
 ul li{}
.ServicesPageBJQTitle
 ol{}
.ServicesPageBJQTitle
 ol li{}
.ServicesPageBJQTitle
 strong{}

.ServicesPageBJQTitleImg{
 padding: 20px;
}
.ServicesPageBJQTitleImg .box{
    
}
.ServicesPageBJQTitleimage{}
.ServicesPageBJQTitleimage
 img{}
.ServicesPageBJQTitleImgList{
 padding-bottom: 40px;
}
.ServicesPageBJQTitleImgList .BJQ{}
.ServicesPageBJQTitleImgList
 h2{
    padding: 15px 0;
 font-size: 20px;
}
.ServicesPageBJQTitleImgList
 p{
    padding-bottom: 1em;
}
.ServicesPageBJQTitleImgList
 h3{}
.ServicesPageBJQTitleImgList
 ul{}
.ServicesPageBJQTitleImgList
 ul li{}
.ServicesPageBJQTitleImgList
 ol{}
.ServicesPageBJQTitleImgList
 ol li{}
.ServicesPageBJQTitleImgList
 strong{}
.ProductClassification
 h4{}
.ProductClassification
 h5{}
.FootCuTxt
 h3{}
.FootImgNr{
 position: relative;
 z-index: 2;
}
.FootImgForm{
 margin: 0 auto;
 display: none;
}
.FootImgForm
 form{}
.FootImgForm
 form>div{}
.FootImgForm
 input{
    background: #fff;
 line-height: 45px;
 padding: 0 10px;
 width: 100%;
 margin-bottom: 12px;
}
.FootImgForm
 em{
    display: none;
}
.FootImgForm
 textarea{
    background: #fff;
 width: 100%;
 border: none;
 padding: 10px;
 height: 200px;
 margin-bottom: 20px;
}
.FootImgForm
 button{
    height: 45px;
 background: #e5a4c6;
 color: #fff;
 padding: 0 60px;
 margin: 0 auto;
}
.ServicesBJQTxtImgsEr{
 padding: 20px;
}
.ServicesTxtImgsBJQEr{}
.ServicesTxtImgsBJQEr
 p{
    padding: 1em 0 0 0;
}
.ServicesTxtImgsBJQEr
 h2{}
.ServicesTxtImgsBJQEr
 ul{
    padding: 10px 20px;
}
.ServicesTxtImgsBJQEr
 li{
    list-style-type: disc;
}

.ServicesBJQTxtImgsEr .box>
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.ServicesBJQTxtImgsEr .box>
 ul li{
    width: 100%;
 padding: 20px 0 20px 0;
}
.ServicesBJQTxtImgsEr .box>
 ul li em{}
.ServicesBJQTxtImgsEr .box>
 ul li h3{
    padding: 10px 0 0;
 font-size: 20px;
}
.ServicesBJQTxtImgsEr .box>
 ul li p{}
.ServicesBJQTxtImgsEr .box>
 ul li img{}

.ServicesBJQTxtImgsEr .box>
 ul li>div{}

.footAD
 a i{
    position: relative;
 color: #f20000;
 font-size: 20px;
 top: 2px;
 line-height: 1em;
    }
    .footAB
 a i{position: relative;
 color: #f20000;}
    
    
.PageBJQImgList{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.PageBJQImgListBox{
 padding: 40px 20px;
}
.PageBJQImgListNr{
 width: 100%;
}
.PageBJQImgListNrtxt{
 padding: 20px 0;
 font-size: 14px;
 color: #666;
}
.PageBJQImgListNrtxt
 h2{
    font-size: 20px;
 color: #000;
 padding-bottom: 10px;
}
.PageBJQImgListNrtxt
 h3{}
.PageBJQImgListNrtxt
 h4{}
.PageBJQImgListNrtxt
 p{
    font-size: 14px;
 padding-bottom: 1em;
}
.PageBJQImgListNrtxt
 strong{}
.PageBJQImgListNrtxt
 ul{
    padding: 10px 20px;
}
.PageBJQImgListNrtxt
 ul li{
    list-style-type: disc;
 font-size: 14px;
}
.PageBJQImgListNrtxt
 ul li::marker{}
.PageBJQImgListNrtxt
 ul li i{}    
.productCanshu{
 display: table;
}
.productCanshuList{
 display: table-row;
}
.productCanshuList
 span{
    display: table-cell;
 padding: 0 10px 0 0;
}
.productCanshuList
 strong{
    font-weight: normal;
}
.PageImgTxtList{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;
 /* background: #f7f7f7; */
 position: relative;
}
.PageImgTxtListImg{
 width: 100%;
}
.PageImgTxtListImg
 img{
    width: 100%;
 height: 100%;
}
.PageImgTxtListTxt{}
.PageImgTxtListContent{
 padding: 20px 0;}
.PageImgTxtListContent
 h2{
    font-size: 20px;
}
.PageImgTxtListContent
 h3{}
.PageImgTxtListContent
 p{
    padding-top: 1em;
 font-size: 14px;
}
.PageImgTxtListContent
 ul{
    padding: 20px 20px;
}
.PageImgTxtListContent
 ul li{
    font-size: 14px;
 padding-bottom: 7px;
 list-style-type: disc;
}
.PageImgTxtListContent
 strong{}
 .PageXGbox{
 padding-bottom: 80px;
}
.PageXGbox
 h2{
    padding: 0px 0 10px 0;
 margin-top: 20px;
 font-size: 22px;
 text-align: center;
}
.PageXGbox
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 /* align-items: center; */
 padding: 0 20px;
}
.PageXGbox
 ul li{
    width: 48%;
 padding-bottom: 20px;
}
.PageXGbox
 ul li a{
    display: block;
}
.PageXGbox
 ul li img{}
.PageXGbox
 ul li h3{
    font-weight: normal;
 padding: 10px 0;
 font-size: 14px;
}
.PageBJQImgListNrtxt
 a{line-height: 40px;
 font-size: 14px;
 border: 1px solid #000;
 text-transform: capitalize;
 width: 140px;
 text-align: center;
 margin: 20px 0 0 0;}
 .bannerTxtNrtxt{} 
.FdcLitsImg{}   
.indexFdcLitsImg
 em{background: #f20000;
 position: absolute;
 left: 10px;
 bottom: 10px;
 z-index: 2;
 padding: 4px 20px;
 color: #fff;}
    
.WapNav .sousuonr
 input::-webkit-input-placeholder {}

.WapNav .sousuonr
 input::-moz-placeholder {}

.WapNav .sousuonr
 input::-ms-input-placeholder {}
.productListTxt{}
.ClassificationImg{
 position: absolute;
 width: 100%;
 height: 100%;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;
}
.indexBjqImgUrlTitle
 h2{
    font-size: 20px;
 text-align: center;
 text-transform: capitalize;
    }
.indexBjqImgUrlTitle
 p{}
.indexBjqImgUrlTitle
 ul{}
.indexBjqImgUrlTitle
 li{}
.indexBjqImgUrlTitle
 strong{}

.AboutTxtBox .PageBJQ50
 ul{
    overflow: hidden;
 padding: 0px 0 20px 20px;
}
.AboutTxtBox .PageBJQ50
 li{
    position: relative;
 font-size: 14px;
 margin-bottom: 5px;
 list-style-type: disc;
}
.AboutTxtBox .PageBJQ50
 strong{}

#AboutTxtBox21{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 /* align-items: center; */
}
.indexFultxt{
 font-size: 14px;
 text-align: center;}
.ServicesPageBJQTitleImgList
 a{display:block;}
.ServicesPageBJQUlrTitle
 h2{    text-align: center;
 padding-bottom: 20px;
 font-size: 20px;}
    
    .PageBJQImgListTitle {
 text-align: center;
 padding-bottom:20px;
}
.PageBJQImgListTitle
 h2{
    font-size: 20px;
}
.PageBJQImgListTitle
 h3{}
.PageBJQImgListTitle
 p{}
.PageBJQImgListTitle
 ul{}
.PageBJQImgListTitle
 li{}
#Noplaceholder{
 /* display:none; */}
#placeholder{
 display: none;
}
    #html49 .FootImgBJ{ }

.FqaRight
 dt.this i{}

.pageshuzuTitle{
 width:100%;}
.pageshuzuTitle
 h2{}
.pageshuzuTitle
 p{}
.ServicesTxtImgsBJQ
 p strong{}
.ServicesBJQTxtImgsTxt{ }
.aboutListTxt
 em{}    
  
.AboutTxtBj{
 position:relative;
 padding: 50px 20px;}
.AboutTxtBj:
 after {
    content: '';
 position: absolute;
 width: 100%;
 left: 0px;
 top: 0px;
 height: 100%;
 background: rgb(0 0 0 / 0.5);
}
.AboutTxtBjcontent{
 position: relative;
 z-index: 3;
}
.AboutTxtBjcontent
 h2{
    color: #fff;
 font-size: 27px;
 line-height: 1.3em;
 text-align: center;
 padding-bottom: 20px;
}
.AboutTxtBjcontent
 h3{}
.AboutTxtBjcontent
 strong{
    color: #fff;
}
.AboutTxtBjcontent
 en{}
.AboutTxtBjcontent
 p{
    color: #fff;
 padding-bottom: 1em;
}
.AboutTxtBjcontent
 a{}
.AboutTxtBjcontent
 ul{
    padding: 0 20px;
}
.AboutTxtBjcontent
 ul li{
    color: #fff;
 list-style-type: disc;
}


.aboutListMaxImgTxt{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: flex-end;
 align-items: center;
 background: #f5f5f5;
 position: relative;
}
.aboutListMaxImg{
 width: 100%;
 /* position: absolute; */
 /* left: 0px; */
 /* top: 0px; */
 /* height: 100%; */
}
.aboutListMaxImg
 img{
    width: 100%;
 height: 100%;
}
.aboutListMaxTxt{
 width: 100%;
 padding: 40px 20px;
}
.aboutListMaxTxt
 h2{
    padding-bottom: 15px;
 font-size: 25px;
 line-height: 1.3em;
}
.aboutListMaxTxt
 h3{}
.aboutListMaxTxt
 ul{}
.aboutListMaxTxt
 ul li{}
.aboutListMaxTxt
 p{
    padding-bottom: 1em;
}
.aboutListMaxTxt
 em{}
.aboutListMaxTxt
 strong{}
 border: 1px solid #9999993b;
 border: 1px solid #9999993b;
 padding-top: 10px;
}

 
/*产品详情*/
/*首页产品*/
.IndexProductNr {
}

.IndexProductNr
 li:last-of-type {}

.IndexProduct {
 padding: 0rem 0 1rem;
}

.IndexProduct
 ul {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between}

.IndexProduct
 ul li {
    width: 24%;
 margin-bottom: 30px;
 border: 1px solid #9999993b;
 padding-top: 10px;
}

.IndexProduct
 ul li:hover {
    box-shadow: 0 0 14px #7d7d7d69;
}

.IndexProduct
 ul li a {
    display: block;
}

.IndexProduct
 ul li img {}

.IndexProduct
 ul li .imghover {margin-bottom: 15px;
 display: block;
 width: 100%;
 padding-bottom: 66.6%;
 position: relative;}

.IndexProduct
 ul li h3 {
    margin: 10px 0;
 text-align: center;
 font-size: 16px;
 font-weight: normal;
 color: #333;
}

.IndexProduct
 ul li span {
    font-size: 14px;
 color: #f20000;
 display: block;
 text-align: center;
 
}

.IndexProductTxt {
}

/*首页产品*/
/*房地产列表*/
.FdcLits {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 padding:60px 0 1rem;
}

.FdcLitsLeft>
 ul {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 margin: 0 -15px 0 -15px;
}

.FdcLitsLeft>
 ul>li {
    width: 33.33333%;
 margin-bottom: 10px;
 overflow: hidden;
 padding-bottom: 10px;
}

.FdcLitsLeft>
 ul>li a {
    background: #fff;
 display: block;
 margin: 0 15px;
}



.FdcLitsLeft>
 ul>li img {}

.FdcLitsLeft>
 ul>li h4 {
    font-weight: 400;
 font-size: 14px;
 width: 100%;
}

.FdcLitsLeft>
 ul>li h3 {
    padding: 0;
 font-size: 20px;
 margin-bottom: 20px;
 font-weight: 500;
}

.FdcLitsLeft>
 ul>li h5 {
    font-weight: normal;
 overflow: hidden;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items:center;
 padding: 20px 0 0 0;
}

.FdcLitsLeft>
 ul>li h5 i {
    font-size: 18px;
 margin-right: 2px;
}

.FdcLitsLeft>
 ul>li h5 em {
    margin-right: 20px;
 font-size: 14px;
 line-height: 1em;
}

.FdcLitsLeft>
 ul>li span {
    font-size: 16px;
 color: #f20000;
 display: block;
}

.FdcLitsLeft>
 ul>li:nth-child(3n) {
    margin-right: 0px}

.FdcLitsLeft>
 ul>li:nth-child(4n) {}

.FdcLitstxt {
 padding: 15px 0;
 width: 100%;
}
.indexFdcLitstxt {
 padding: 15px 0;
 width: 100%;
}

.FdcLitsBJ {
}

/*房地产列表*/
/*房地产详情   */
.FdcShow {
 width: calc(100% - 360px);
}

.FdcShow .BJQ {
 background: #fff;
 padding: 30px 0;}

.FdcShow .BJQ
 p {
    margin-bottom: 1em;
 color: #444;
 font-size: 14px;
}

.FdcShow .BJQ
 ul {
    padding: 10px 0 0 20px;
}

.FdcShow .BJQ
 ul li {
    position: relative;
 font-size: 14px;
 margin-bottom: 5px;
 list-style-type: disc;
}

.FdcShow .BJQ
 ul li i {
    position: absolute;
 left: 0px;
 top: 4px;
 color: #f20000;
 display: none;
}

.FdcShow .BJQ
 h2 {}

.FdcShow .BJQ
 h3 {}

.FdcShow .BJQ
 h4 {padding-bottom: 1em;}

.FdcShow .BJQ
 h5 {}


  .FdcShowTitle{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding: 40px 0;
}


.FdcShowTitle
 h1 {
    font-size: 30px;
 padding: 20px 0;
 font-weight: 500;
}

.peizhi {
 width: 300px;
 order: 2;
 padding: 1rem 0px;
 position: relative;
}

.peizhi
 i {
    font-size: 40px;
 color: #fff;
 line-height: 1em;
 font-weight: normal;
}

.peizhi
 em {
    font-size: 14px;
}

.peizhi
 strong {
    color: #333;
 display: block;
 font-size: 20px;
 padding-bottom: 1em;
}

.FdcShowBJ {
 padding:0px 0 60px 0;}

.peizhi
 ul {}

.peizhi
 ul li {
    padding-bottom: 10px;
 overflow: hidden;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
}

#FdcShow {
 padding-bottom: 0px;
 margin-top: 80px;
}

#FdcShow
 img {
    height: 50vh;
}

/*房地产详情   */
/*首页房地产*/
.indexFdc {
 padding: 60px 0;
}

.indexFdc
 ul {}

.indexFdc
 ul li {
    width: 32%;
 margin-bottom: 30px;
 background: #fff;
 overflow: hidden;
}

.indexFdc
 ul li a {
    display: block}



.indexFdc
 ul li img {}

.indexFdc
 ul li h4 {
    font-weight: normal;
 font-size: 14px;
 width: 100%;
 margin: 5px 0;
}

.indexFdc
 ul li h3 {
    padding: 0;
 font-size: 18px;
 margin-bottom: 10px;
}

.indexFdc
 ul li h5 {
    font-weight: normal;
 overflow: hidden;
 padding-top: 15px;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items:center;
}

.indexFdc
 ul li h5 i {
    margin-right: 2px;
 font-size: 18px;
}

.indexFdc
 ul li h5 em {
    margin-right: 20px;
 font-size: 14px;
 line-height: 1em;
}

.indexFdc
 ul li span {
    font-size: 14px;
 color: #f20000;
 display: block;
}

.indexFdcTitle {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
 padding-bottom: 10px}

.indexFdcTitle
 h3 {
    font-size: 26px;
 text-transform: capitalize;
}

.indexFdcTitle
 a {
    font-size: 14px}

/*首页房地产*/
/*faq*/
.Faq {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 margin: 0 auto;
 padding: 1rem 0}

.FqaLeft {
 width: 30%}

.FqaLeft
 img {
    height: 50vh}

.FqaRight {
 width: 100%}

.FqaRight
 dl {
    border-bottom: 1px solid #ddd}

.FqaRight
 dt {
    padding: 20px 0;
 cursor: pointer;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center}

.FqaRight
 dt span {
    width: 26px;
 height: 26px;
 border-radius: 100%;
 background: #333;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;
 transition: 0.4s;
 -o-transition: 0.4s;
 -moz-transition: 0.4s;
 -webkit-transition: 0.4s;
}

.FqaRight
 dt i {
    color: #fff;
 font-size: 12px}

.FqaRight
 dt h3 {
    width: calc(100% - 35px);
 font-size: 20px}

.FqaRight
 dd {
    padding: 20px;
 display: none}

.FqaRight
 dd p {
    color: #333;
 margin-bottom: 1em}

.FqaRight
 dd ul {
    margin: 10px 0;
 padding: 0 20px;
}

.FqaRight
 dd ul li {
    position: relative;
 padding-bottom: 5px;
 color: #333;
 font-size: 14px;
 list-style-type: disc;
}

.FqaRight
 dt.this h3 {
    color: #f20000;
}

 

.FqaRight
 dt.this span {
    background: #f20000;
 transform: rotate(90deg);
 -webkit-transform: rotate(90deg);
}

/*faq*/
/*物业表单*/
.EvaluateBox {
}

.Evaluate {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding: 1rem 0px;
}

.EvaluateNr {
 width: 60%;
}

.EvaluateNr
 h2 {
    font-size: 30px;
 text-align: left;
 margin-bottom: 20px;
 line-height: 1.2em;
}

.EvaluateNr
 h3 {
    font-weight: normal;
 font-size: 14px;
 padding-bottom: 1em;
    
}

.EvaluateNr
 form {}

.EvaluateNr
 input {
    width: 100%;
 height: 46px;
 line-height: 46px;
 font-size: 14px;
 display: block;
 margin-bottom: 10px;
 padding: 0 10px;
 background: #f8f8f8;
}

.EvaluateNr
 form div {}

.EvaluateNr
 textarea {
    width: 100%;
 height: 207px;
 border: none;
 font-size: 14px;
 display: block;
 margin-bottom: 20px;
 padding: 10px;
 background: #f8f8f8;
}

.EvaluateNr
 button {
    height: 40px;
 color: #fff;
 display: block;
 width: 150px;
 background: #333;
 font-size: 14px;
}

.EvaluateR {
 width: 300px;
}

.EvaluateR
 h2 {
    font-size: 23px;
 padding-bottom: 20px;
 text-transform: uppercase;
}

.EvaluateR
 ul {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding-bottom: 20px;
}

.EvaluateR
 ul li {
    padding-bottom: 20px;
 width: 100%;
}

.EvaluateR
 ul li a {
    display: block;
 position: relative;
}

.EvaluateR
 ul li h3 {
    color: #fff;
 font-size: 14px;
 padding: 6px 10px;
 font-weight: normal;
 position: absolute;
 bottom: 0px;
 width: 100%;
 background-image: linear-gradient(rgb(0 0 0 / 0), rgb(0 0 0 / 0.6));
}

.EvaluateR
 ul li img {}

.EvaluateR
 ol {}

.EvaluateR
 ol li {
    padding-bottom: 20px;
}

.EvaluateR
 ol li em {
    display: block;
 text-transform: capitalize;
 font-size: 14px;
    
}

.EvaluateR
 ol li a {
    font-size: 14px;
}

/*物业表单*/
/*服务页面表单*/
.ServicesShowLeft {
 order: 2;
 width: calc(100% - 350px);
}

.ServicesShowForm {
 width: 100%;
}

.ServicesShowForm>
 h3 {
    font-weight: normal;
 font-size: 14px;
 padding-bottom: 1em;
 color: #555}

.ServicesShowForm
 form {
    display: block;
 /* box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%); */
 padding: 30px;
 background: #fff;
 margin-bottom: 20px;
 border: 1px solid #f5f5f5;
}

.ServicesShowForm
 h2 {
    font-size: 26px;
 margin-bottom: 10px;
 text-transform:capitalize;
}

.ServicesShowForm
 input {
    width: 100%;
 height: 46px;
 line-height: 46px;
 font-size: 14px;
 display: block;
 border: none;
 border-bottom: 1px solid #ddd;
 margin-bottom: 10px;
}

.ServicesShowForm
 textarea {
    width: 100%;
 height: 130px;
 font-size: 14px;
 display: block;
 padding: 10px 0;
 background: #fff;
 border: none;
 border-bottom: 1px solid #ddd;
 margin-bottom: 20px;
}

.ServicesShowForm
 button {
    height: 45px;
 background: #f20000;
 color: #fff;
 display: block;
 font-size: 14px;
 border-radius:4px;
 width: 100%;
}

.ServicesShowForm
 select {width: 100%;
 height: 46px;
 line-height: 46px;
 font-size: 14px;
 display: block;
 margin-bottom: 10px;
 padding: 0 10px;
 background: #f5f5f5;
 cursor: pointer;
 color: #666;
 border-right: 5px solid #f5f5f5;}

.otherService {
}

.otherService
 ul {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

.otherService
 ul li {
    width: 100%;
 margin-bottom: 20px;
}

.otherService
 ul li a {display: block;}

.otherService
 ul li .imghover {}

.otherService
 ul li img {}

.otherService
 ul li h3 {
    padding: 10px 0;
 font-size: 14px;
 font-weight: normal;
 color: #333;
}

.ServicesShowImglist {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 width: 100%;
 padding: 40px 0 0 0;
}

.ServicesShowImglist
 li {
    width: 24%;
 margin-bottom: 10px;
}

.ServicesShowImglist
 li img {
    cursor: pointer;
}

.ProductClassificationBJ {
 padding: 80px 0;
}

.ProductClassification {
}

.ProductClassification
 ul {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 min-width: 100%;
 margin: 0 -10px 0 -10px;
}

.ProductClassification
 li {
    width: 33.33%;
 padding-bottom: 15px;
}

.ProductClassification
 a {
    display: block;
 position: relative;
 margin: 0 10px;
}

.ProductClassification
 img {max-width: 100%;
 max-height: 100%;
 width: 100%!important;
 height: 100%!important;
 transition: 0.3s;}

.ProductClassification
 img:hover {
    transform: scale(1.1);
}

.ProductClassification
 h3 {
    position: absolute;
 bottom: 0px;
 width: 100%;
 color: #fff;
 padding: 15px;
 text-align: center;
 background-image: linear-gradient(rgb(0 0 0 / 0), rgb(45 26 26 / 40%));
 font-weight: 400;
 font-size: 24px;
}

.ProductClassification
 li:last-child {}

/*服务页面表单*/
.ProductClassification
 h2 {
    font-size: 36px;
 padding-bottom: 20px;
 text-align: center;
 text-transform: capitalize;
 color: #11264b;
}

#Project .swiper-slide {
 cursor: pointer;
}

#Project {
 padding-bottom: 30px;
}

.ProjectBJ {
}

.ProjectList {
 padding: 1rem 0;
}

.ProjectList>
 ul {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 margin: 0 -10px 0 -10px;
}

.ProjectList>
 ul>li {
    width: 33.33%;
 margin-bottom: 20px;
}

.ProjectList>
 ul>li>a {
    display: block;
 margin: 0 10px;
 position: relative;
}

.ProjectListTxtTitle {
}

.ProjectListTxtTitle
 img {
    width: 100%;
}

.ProjectListTxt {
 width: 100%;
}

.ProjectListTxt
 h3 {
    font-size: 18px;
 margin: 10px 0 6px;
}

.ProjectListTxt
 p {
    font-size: 14px;
}

.Project {
 padding: 1rem 0;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

.ProjectHead {
 width: calc(100% - 350px);
}

.ProjectHead
 h1 {
    font-size: 30px;
 margin-bottom: 20px;
}

.ProjectHead .BJQ {
 padding-bottom: 20px;
}

.ProjectHead .BJQ
 p {
    font-size: 14px;
 color: #333;
 padding-bottom: 10px;
}

.ProjectHead .BJQ
 h2 {}

.ProjectHead .BJQ
 h3 {
    font-size: 20px;
 padding: 20px 0 0 0;
}

.ProjectHead .BJQ
 h4 {}

.ProjectHead .BJQ
 ul {
    padding: 0 20px;
 margin: 20px 0;
}

.ProjectHead .BJQ
 ul li {
    font-size: 14px;
 list-style-type: disc;
}

.ProjectHead .BJQ
 strong {}

.ProjectImgs {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 margin: 0 -5px 0 -5px;
 min-width: 100%;
}

.ProjectImgs
 li {
    width: 50%;
 margin-bottom: 10px;
 cursor: pointer;
}

.ProjectImgs
 li img {
    width: 100%;
}

.ProjectImgs
 li a {
    display: block;
 margin: 0 5px;
}

.otherProject {
 width: 20%;
}

.otherProject
 h2 {
    text-transform: uppercase;
}

.otherProject
 ul {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
}

.otherProject
 ul li {}

.otherProject
 ul li a {
    display: block;
}

.otherProject
 ul li img {
    width: 100%;
}

.otherProject
 ul li h3 {
    font-size: 14px;
 padding: 10px 0;
}

/*2022-3-13 17:48:13*/
.lanmujj {
 width: 100%;
 padding-bottom: 40px;
}
.lanmujj
 h3{
    text-align: center;
 font-size: 20px;
 padding-bottom: 10px;
}
.lanmujj
 h3:after{}
.lanmujj
 h2:after{}
.lanmujj
 h2 {
    text-align: center;
 font-size: 30px;
 padding: 0 0 10px 0;
}

.lanmujj
 p {
    margin-bottom: 1em;
}

/*2022-3-19 17:39:50*/
.bannerTxtNr {
 display: inline-block;
  
 
}

.bannerTxtNrtxt{}


.indexCpdefaultTxt
 ul {
    padding: 0 20px;
}

.indexCpdefaultTxt
 ul li {
    font-size: 14px;
 color: #333;
 list-style-type: disc;
}

.AboutImg {
 width: 46%;
 float: left;
 margin: 0 40px 20px 0;
}

.AboutImg
 img {}

.AboutTxt {
 width: 100%;}

.aboutListTxt {
}

.aboutListTxt
 ul {
    padding: 10px 20px 10px 20px;
}

.aboutListTxt
 ul>li {
    font-size: 16px;
 color: #333;
 list-style-type: disc;
}

.indexCpOl>
 li:nth-child(2n) .imghover {}

/*2022-3-25 23:23:44*/
.indexCpOl>
 li:last-child {}

.indexProjectBJ {
 padding: 1rem 0;
 background: #f5f5f5;
}

.indexProject {
 position: relative;
 padding-bottom: 60px;}

.indexProject>
 h2 {
    font-size: 36px;
 padding-bottom: 10px;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 30px;
}

.indexProject>
 ul {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 min-width: 100%;
 margin: 0 -10px 0 -10px;
}

.indexProject>
 ul>li {
    width: 33.33%;
 margin-bottom: 20px;
}

.indexProject>
 ul>li img {
    width: 100%;
}

.indexProject>
 ul>li a {
    display: block;
 position: relative;
 margin: 0 10px;
}

.indexProject>
 ul>li h3 {
    text-align: center;
 margin: 10px 0;
 font-weight: normal;
}

.productRin {
 width: calc(100% - 530px);
}

.ContactLeft
 form>div em {
    width: 100%;
 /* display: none; */
 padding: 10px 0 5px 0;
}

.ContactLeft
 form>div em span {
    color: red;
}

#Cart {
 padding: 1rem 0;
}

#Cart
 table {}

#Cart
 tr {}

#Cart
 td {
    border: 1px solid #ddd;
 text-align: center;
 padding: 10px;
}

#Cart
 th {
    text-transform: capitalize;
 padding: 10px;
 border: 1px solid #ddd;
 background: #eee;
}

#Cart
 td a {}

#Cart
 td img {
    width: 100px;
 margin: 0 auto;
}

#Cart
 td:nth-child(1) {}

#Cart
 td:nth-child(2) {}

#Cart
 td:nth-child(3) {}

#Cart
 td:nth-child(4) {}

#Cart
 td:nth-child(5) {
    color: #999;
}

.Proceedto {
 background: #11264b;
 color: #fff;
 padding: 8px 20px;
 font-size: 14px;
 margin: 10px 0;
}

#Cart
 th:last-child {
    width: 260px;
}

.settlementBoxRight {
 padding: 1rem 0;
}

.ShippingAddressHead {
}

.ShippingAddressHead
 h3 {
    color: #333;
 margin: 0;
 font-size: 18px;
 line-height: 22px;
 padding: 20px 0;
    
}

.ShippingAddressHead>
 input {
    border: 1px solid #dcdfe6;
 width: 100%;
 line-height: 45px;
 height: 45px;
 font-size: 14px;
 padding: 0 10px;
 border-radius: 6px;
}

.ShippingAddressHead
 p {
    color: #737373;
 padding: 10px 0;
}

.ShippingAddressHead
 p input {
    margin: 0 10px 0 0;
}

.ShippingAddressHead {
}

.ShippingAddressHead
 h3 {
    color: #333;
 margin: 0;
 font-size: 18px;
 line-height: 22px;
 padding: 0px 0 20px;
    
}

.ShippingAddressHead>
 input {
    border: 1px solid #dcdfe6;
 width: 100%;
 line-height: 45px;
 height: 45px;
 font-size: 14px;
 padding: 0 10px;
 border-radius: 6px;
}

.ShippingAddressHead
 p {
    color: #737373;
 padding: 10px 0;
}

.ShippingAddressHead
 p input {
    margin: 0 10px 0 0;
}

.ShippingAddress {
}

.ShippingAddress
 h3 {
    color: #333;
 margin: 0;
 font-size: 18px;
 line-height: 22px;
 padding: 20px 0;
    
}

.ShippingAddress .formNr {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

.ShippingAddress .formNr>
 input {
    border: 1px solid #dcdfe6;
 width: 100%;
 line-height: 45px;
 height: 45px;
 font-size: 14px;
 padding: 0 10px;
 border-radius: 6px;
 margin: 0 0 10px 0;
}

.ShippingAddress .formNr>
 input.w50 {
    width: 49%;
}

.AddressList {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding: 0 0 10px 0;
}

.AddressList
 div {
    width: 32%;
 border: 1px solid #dcdfe6;
 border-radius: 6px;
 padding: 2px 10px;
 position: relative;
}

.AddressList
 label {
    color: #999;
 font-size: 12px;
 padding: 0 0 0 4px;
}

.AddressList
 select {
    width: 100%;
 font-size: 14px;
 position: relative;
 top: -2px;
}

.AddressList
 input {
    width: 100%;
 line-height: 45px;
 height: 45px;
 font-size: 14px;
}

.Continuetoshipping {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 padding: 20px 0 0;
}

.Continuetoshipping
 a {}

.Continuetoshipping
 button {
    background: #11264b;
 color: #fff;
 height: 45px;
 padding: 0 20px;
}

.productQuantity {
 margin: 0 0 20px;
}

.productQuantity
 p {
    display: none;
 margin-bottom: 10px;
 font-size: 16px;
 font-weight: 500;
}

.quantityBox {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
 border: 1px solid #e1e1e1;
 width: 101px;
}

.quantityBox
 input {
    width: 2em;
 text-align: center;
 height: 38px;
 line-height: 38px;
 border: 1px solid #e1e1e1;
 border-bottom: none;
 border-top: none;
}

.quantityBox
 button {
    font-size: 20px;
 padding: 0 10px;
 color: #999;
    
}

.ItemNo {
 color: #969696;
 font-size: 14px;
 font-weight: normal;
 /* display: none; */
}

.Breadcrumbs {
 font-size: 14px;
 line-height: 1em;
}

.Breadcrumbs
 i {
    color: #fff;
 font-size: 12px;
 padding: 0 4px 0 2px;
}

#indexBanner {
 padding-bottom: 0px}

.ContactRight {
 background-color: #e96b20;}

 

.shemei {
 order: 3;}

.shemei
 a {
    padding-left: 20px;
}

.shemei
 a i {
    font-size: 16px;
 color: #fff;
}

.indexheadbj {
 background: #11264b;
}

.indexhead {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
 position: relative;
}

.indexheadL {
 color: #fff;
 font-size: 14px;
    
}

.indexheaR {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
 padding-block: 10px;
}

.indexheaR
 p {}

.indexheaR
 a {
    color: #fff;
 line-height: 35px;
 font-size: 14px;
 padding-left: 40px;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items:center;
}

.CartIco {
 padding-left: 60px;
 position: relative;
 padding-right: 15px;
 display: none;
}

.CartIco
 i {
    font-size: 20px;
}

.CartIco
 em {
    color: #fff;
 width: 18px;
 height: 18px;
 background: #11264b;
 font-size: 12px;
 text-align: center;
 border-radius: 100%;
 position: absolute;
 right: 0px;
 top: 0px;
}

/*2022-5-10 14:29:33*/
.indexFul
 em i {
    color: #f20000;
 font-size: 40px;
}

.FdcShow .BJQ
 p strong {}

.indexAUl>
 li em i {
    font-size: 50px;
}

.ProductClassification
 li:nth-child(1) {}

.ProductClassification
 li:nth-child(2) {}

.ProductClassification
 li:nth-child(3) {}

.ProductClassification
 li:nth-child(4) {}

.ProductClassification
 li:nth-child(5) {}

.ProductClassification
 li:nth-child(6) {}

.ProductClassification
 li:nth-child(1) img {}

.ProductClassification
 li:nth-child(2) img {}

.ProductClassification
 li:nth-child(3) img {}

.ProductClassification
 li:nth-child(4) img {}

.ProductClassification
 li:nth-child(5) img {}

.ProductClassification
 li:nth-child(6) img {}

.aboutListBoxBJ {
 /* padding: 60px 0; */
 background-color: #fff;
}

.indexAUlBJ {
 padding: 40px 0;
 background-color: #f8f8f8;
}
.indexAUlTxt
 p{}


.indexAUlTxt
 ul{}
.indexAUlTxt
 ul li{}

.indexAUlTxt
 h2 {
    text-align: center;
 text-transform: capitalize;
 padding-bottom: 10px;
 font-size: 34px;
 margin-bottom: 10px;
 color: #11264b;
 font-weight: 700;
}
 
 

/*2022-5-30 21:24:09*/
 

.box-shadow .logo {
 padding: 10px 0;
}

/*2022-6-10 11:08:57*/
.reviewBJ {
 background: #f5f5f5;
 padding: 1rem 0;
}

.review {
}

.review
 h2 {
    font-size: 36px;
 text-align: center;
 text-transform: capitalize;
}

#Reviews {
 padding-bottom: 40px;
}

#Reviews .swiper-slide {
 background: #fff;
 padding: 20px;
 height: auto;
}

#Reviews
 h3 {
    font-size: 20px;
}

#Reviews
 h4 {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
 padding: 10px 0;
}

#Reviews
 a {
    width: 120px;
 border: 1px solid #bf8d45;
 text-align: center;
 font-size: 14px;
 padding: 6px 0;
 display: block;
 margin: 40px auto 0;
 color: #bf8d45;
}

#Reviews
 h4 i {
    color: #f20000;
 font-weight: normal;
}

#Reviews .BJQ {
 overflow: hidden;
 /* text-overflow:

ellipsis; */
 /* display: -webkit-box; */
 /* -webkit-line-clamp: 6; */
 /* -webkit-box-orient: vertical; */
 /* font-size: 14px; */
 /* height: 9em; */
}

#Reviews .BJQ
 p {
    font-size: 14px;
 color: #444;
}

/*2022-6-22 23:13:58*/
.Captcha {
 /* width: 100%; */
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 /* padding: 10px 0 0; */
 justify-content: space-between;
 align-items: flex-end;
}

.Captcha
 img {
    height: 45px;
}

.Captcha
 input {
    height: 45px!important;
 background: none;
 width: calc(100% - 330px);
 background: #f5f5f5;
 margin: 0;
}

/*2022年7月18日15:21:27*/
#Reviews
 h4 img {
    width: 20px;
}

.productShowImg .img {
 width: auto;
 margin: auto;
 vertical-align: middle;
}

/*2022年7月27日15:13:32*/
.CareerLsitBJ {
 padding: 1rem 0;
 background: #fff;
}

.CareerLsit {
}

.CareerLsit
 table {}

.CareerLsit
 tr {
    border-bottom: 1px solid #eee;
}

.CareerLsit
 td {
    border: none;
 padding: 20px;
}

.CareerLsit
 td * {}

.CareerLsit
 td a {
    display: block;
    
}

.CareerLsit
 td i {
    margin: 0px 4px 0 0;
 position: relative;
 top: 1px;
}

.CareerLsit
 td:nth-child(1) {}

.CareerLsit
 td:nth-child(2) {
    font-size: 14px;
 width: 300px;
}

.CareerLsit
 td:nth-child(3) {
    font-size: 14px;
 width: 150px;
}

.CareerLsit
 tr:last-child {}

.CareerBJ {
 padding: 1rem 0;
}

.CareerSHow {
 width: calc(100% - 360px);
}

.CareerSHow
 h1 {
    font-size: 30px;
 padding-bottom: 10px;
 color: #000;
}

.CareerSHow .BJQ {
 padding-top: 20px;
}

.CareerSHow .BJQ
 p {
    font-size: 14px;
 margin-bottom: 5px;
    
}

.CareerSHow .BJQ
 h3,.CareerSHow .BJQ h4,.CareerSHow .BJQ h2 {
    font-size: 20px;
 margin: 0px 0 5px;
}

.CareerSHow .BJQ
 strong {}

.CareerSHow .BJQ * {
}

.CareerSHow .BJQ
 ul {
    padding: 0 0 20px 20px;
}

.CareerSHow .BJQ
 ul li {
    list-style-type: disc;
 font-size: 14px;
 padding-bottom: 5px;
    
}

.CareerSHow .BJQ
 ul li i {
    display: none;
}

.CareerRight {
 width: 300px;
 padding: 40px;
 border-left: 1px solid #eee;
}

.CareerRight
 h3 {
    font-size: 20px;
 margin-bottom: 20px;
}

.CareerRight
 ul {}

.CareerRight
 li {
    padding: 4px 0;
}

.CareerRight
 a {
    font-size: 14px;
 display: block;
}

.Career {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

.CareerSHowpeizhi {
 padding-bottom: 20px;
}

.CareerSHowpeizhi
 span {
    font-size: 14px;
 padding-right: 40px;
}

.CareerSHowpeizhi
 span i {
    font-size: 13px;
 margin: 0 4px 0 0;
}

.NewsBJ {
 padding: 1rem 0;
}

.News {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

.News
 h1 {
    font-size: 28px;
 padding-bottom: 10px;
 line-height: 1.3em;
}

.Newstime {
 font-size: 14px;
 color: #999;
}

.News .BJQ {
 padding: 2em 0 0 0;
}

.News .BJQ
 p {
    padding-bottom: 1em;
}

.News .BJQ
 img {
    margin: 0 auto;
}

.News .BJQ
 ul {}

.News .BJQ
 ul li {}

.NewsLsitBJ {
 padding: 1rem 0;
}

.NewsLsit {
}

.NewsLsit>
 ul {display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 margin: 0 -10px 0 -10px;}

.NewsLsit>
 ul>li {
    background: #fff;
 margin-bottom: 40px;
 width: 33.33%;
}

.NewsLsit>
 ul>li a {
    overflow: hidden;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 margin: 0 10px;
}

.NewsLsit>
 ul>li a img {
    width: 100%;
}

.NewsLsit>
 ul>li h3 {
    font-size: 20px;
 margin-bottom: 0.5em;
 line-height: 1.3em;
}

.NewsLsit>
 ul>li p {
    
    overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}

.NewsLsit>
 ul>li em {
    display: block;
 font-size: 14px;
 padding: 1em 0;
    
}

.NewsLsit>
 ul>li span {
    background: #f2f5f7;
 padding: 8px 30px;
 font-size: 14px;
 color: #333;
 border-radius: 2px;
 display: none;
}

/*2022年7月28日21:20:54*/
.sousuonr {
 background: #f5f5f5;
 overflow: hidden;}

.sousuonr
 form {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
}

.sousuonr
 input {display: block;
 height: 45px;
 line-height: 45px;
 width: 400px;
 padding: 0 10px;
 color: #000;}

.sousuonr
 button {width: 40px;
 height: 45px;
 color: #111;}

.ProductClassification
 li .imghover {
    width: 100%;
 padding-bottom: 66%;
}

.copyrightRight
 a img {
    height: 30px;
 background: #fff;
}

/*2022-7-30 21:31:33*/
.AgentDetails {
 text-align: center;
}

.AgentDetailsTitle {
 font-size: 26px;
 width: 70px;
 height: 70px;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;
 border-radius: 100%;
 margin: 0 auto;
 background: #f20000;
}

.AgentDetails
 img {
    width: 80px;
 height: 80px;
 border-radius: 100%;
 border: 2px solid #ddd;
}

.AgentDetails
 h3 {
    padding: 10px 0 0;
 font-size: 20px;
}

.AgentDetails
 a {
    font-size: 14px;
 color: #333;
}

.AgentDetails
 em {
    display: block;
 text-transform: capitalize;
 padding-top: 10px;
}

.FdcPeizhi {
 background: #fff;
 padding: 0px 0 30px;
}

.FdcPeizhi>
 ul {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
}

.FdcPeizhi>
 ul>li {
    padding-right: 20px;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
}

.FdcPeizhi>
 ul>li i {
    font-size: 20px;
 margin-right: 4px;
}

.FdcPeizhi>
 ul>li em {}

.FdcPeizhi
 strong {padding-bottom: 1em;
 font-weight: normal;}

.filterBox {
 width: 100%;
 margin-bottom:40px;
}

.filter {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items:center;}

.filterselect {
 background: #fff;
 width: 24%;
 padding: 0 10px;
 display: flex;
 /* flex-wrap: wrap; */
 display: -webkit-flex;
 justify-content: space-between;
 align-items:center;
 border: 1px solid #000;
 border-radius:4px;
}

.filterselect
 em {padding: 0 20px 0 0;
 font-weight: 500;}

.filterselect
 select {height: 50px;
 line-height: 50px;
 cursor: pointer;
 width: 100%;}

.filter
 dl {
    padding: 5px 0;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
}

.filter
 dt {
    
    font-size: 16px;
 width: 150px;
}

.filter
 dd {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
}

.filter
 dd a {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
 width: 140px;
}

.filter
 dd a i {
    line-height: 1em;
 font-size: 14px;
 position: relative;
 top: -7px;
 opacity: 0;
}

.filter
 dd a span {
    width: 14px;
 height: 14px;
 border: 1px solid #555;
 text-align: center;
 margin-right: 6px;
}

.filter
 dd a strong {
    font-weight: normal;
 color: #333;
 font-size: 13px;
}

.filter
 dd a.this span {
    border: 1px solid #f20000;
}

.filter
 dd a.this i {
    color: #f20000;
 opacity: 1;
}

.filter
 dd a.this strong {
    color: #f20000;
}

.filter
 button i {
    color: #111;
 font-size: 20px;
}

.filter
 form {
    display: flex;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
 overflow: hidden;
 background: #fff;
 width: 24%;
 order: 2;
 border: 1px solid #000;
 border-radius: 4px;
}

.filter
 input {
    display: block;
 font-size: 14px;
 height: 50px;
 line-height: 50px;
 text-indent: 10px;
 width: calc(100% - 100px);
}

.filter
 button {
    color: #fff;
 height: 50px;
 background: #f20000;
 font-weight: 500;
 width: 100px;
}

.filter
 dl:last-child a {}

.NewsLeft {
 width: calc(100% - 460px);
}

.NewsRight {
 width: 400px;
}

.NewsRight
 h2 {
    font-size: 30px;
}

.NewsRight
 h3 {}

.NewsRight
 a {
    display: block;
 overflow: hidden;
 margin: 20px 0 0 0;
}

.NewsRight
 a p {
    font-size: 14px;
}

.NewsRight
 a h3 {
    line-height: 1.2em;
 margin-bottom: 10px;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}

.NewsRight
 a img {
    width: 150px;
 float: left;
 margin: 0 20px 0 0;
}

.FdcLitsLeft {
 width: 100%;
}

.headCNrlogo
 img {
    height: 100px;
 padding-right: 20px;
}

.headCNrlogo .logo1 {
}

.headCNrlogo .logo2 {
}

.copyrightLeft
 a em {
    font-size: 12px;
 color: #949494;
 display: block;
 padding: 0px 0 0 20px;
 line-height: 1em;
}

.footAA
 img {
    height: 76px;
 margin-right: 10px;
}

/*2022年8月9日17:22:52   */
.indexProductBJ {
 padding: 1rem 0;
 background: #f5f5f5;
}

.indexProductHead {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding-bottom: 40px;
}

.indexProductHead
 h2 {
    font-size: 0.5rem;
 padding-bottom: 20px;
 text-align: center;
 text-transform: capitalize;
}

.indexProductHeadTxt {
 width: calc(100% - 460px);
}

.indexProductHeadTxt
 p {}

#indexProduct {
 padding-bottom: 60px;
}

#indexProduct .swiper-slide {
}

#indexProduct
 a {
    overflow: hidden;
 /* border: 1px solid #eee; */
 padding: 20px 20px;
 width: 100%;
 background: #fff;
}

#indexProduct
 a img {
    position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
}

#indexProduct
 a h3 {
    text-align: center;
 position: relative;
 overflow: hidden;
 height: 1.5em;
  
}

#indexProduct
 a div {
    position: relative;
 padding-bottom: 100%;
 width: 100%;
 margin-bottom: 10px;
}

#indexProduct .swiper-button-next {
 margin-top: -44px;
}

#indexProduct .swiper-button-prev {
 margin-top: -44px;
}

.indexProduct {
}

.indexProjects {
 background: #f5f5f5;
 padding: 1rem 0;
}

.indexProjectsNr {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 position: relative;
 margin-bottom: -100px;
}

.indexProjectsNr
 img {
    order: 2;
 width: 50%;
 min-height: 50vh;
}

.ProjectsTxt {
 position: absolute;
 padding-right: 700px;
}

.ProjectsTxt
 h3 {
    text-transform: uppercase;
 padding: 2em 0 20px;
 font-size: 40px;
}

.ProjectsTxt
 p {
    padding-right: 1em;
 color: #575757;
}

.ProjectsTxt
 a {
    background: #f20000;
 color: #fff;
 padding: 8px 30px;
 margin: 20px 0 0 0;
}

.ProjectsTxt
 a i {
    font-size: 20px;
 position: relative;
 top: 2px;
}

.indexProjectsList {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 position: relative;
}

#indexProjects {
 width: 100%;
}

.indexProjectsList .More {
 width: 2.8rem;
 height: 0.8rem;
 border-radius: 40px;
 background: #f20000;
 color: #fff;
 text-align: center;
 line-height: 0.8rem;
 font-size: 0.3rem;
}

.indexProjectsList .More
 i {}

#indexProjects {
 padding-bottom: 10px;
}

#indexProjects
 a {
    background: #fff;
 height: 100%;
}

.indexProjectsLi {
 padding: 10px 10px 40px;
 height: 100%;
 position: relative;
}

.indexProjectsLi
 img {}

.indexProjectsmiaosu {
}

.indexProjectsmiaosu
 h3 {
    color: #141a20;
 font-size: 20px;
 font-weight: 500;
 padding: 20px 0;
 line-height: 1.3em;
}

.indexProjectsmiaosu
 p {
    color: #575757;
 font-size: 14px;
 margin-bottom: 30px;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}

.indexProjectsmiaosu
 em {
    position: absolute;
 bottom: 20px;
 font-size: 14px;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
}

.indexProjectsmiaosu
 em i {
    font-size: 20px;
 line-height: 1em;
}

.indxAboutZw {
 width: 50%;
}

#indexProjects .swiper-slide {
 height: auto;
}

.ContactLeft
 input::-webkit-input-placeholder {
    color: #999;
}

.ContactLeft
 input::-moz-placeholder {
    color: #999;
}

.ContactLeft
 input::-ms-input-placeholder {
    color: #999;
}

.ContactLeft
 textarea::-webkit-input-placeholder {
    color: #999;
}

.ContactLeft
 textarea::-moz-placeholder {
    color: #999;
}

.ContactLeft
 textarea::-ms-input-placeholder {
    color: #999;
}

.otherService
 h2 {}

.indexF .BJQ
 strong {}

.indexProject>
 h2 a {color: #fff;
 font-weight: normal;
 position: absolute;
 bottom: 0px;
 line-height: 50px;
 display: block;
 font-size: 14px;
 width: 170px;
 text-align: center;
 margin: 40px auto 0;
 background: #000;}

.productShowRightList {
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 margin: 0 -10px 0 -10px;
 justify-content: space-between;
}

.FootCuBox {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;
 background: #f7f7f7;
 position: relative;
}

.FootCuBox:
 before {
    content: '';
 display: block;
 width: 50%;
 order: 2;
}

.FootCuTxt {
}

.FootCuTxt
 p {
    padding: 10px 0;
}

.FootCuTxt
 h2 {
    font-size: 36px;
}

 

.FootCuTxt
 a {
    border: 1px solid #000;
 padding: 0 30px;
 line-height: 40px;
 margin: 20px 0 0 0;
}

.FootCuImg {
 width: 50%;
 position: absolute;
 left: 0px;
 top: 0px;
 height: 100%;
}

.FootCuImg
 img {
    width: 100%;
 height: 100%;
}

.Window {
 display: none;
 position: fixed;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 background: rgb(0 0 0 / 0.3);
 z-index: 99;
}

.WindowShow {
 width: 600px;
 position: fixed;
 background: #fff;
}

.WindowShow .WindowShowImg {
 display: block;
 border: none;
 max-height: 200px;
 margin: 0 auto;
}

.WindowShow .icon-guanbi {
}

.WindowShow
 span {
    width: 30px;
 height: 30px;
 background: #fff;
 border-radius: 100%;
 box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
 text-align: center;
 line-height: 30px;
 position: absolute;
 right: -14px;
 top: -14px;
 cursor: pointer;
}

.WindowShow
 h3 {padding: 20px;
 text-align: center;}
.WindowShow
 p{}
.WindowShow
 form {
    display: block;
 width: 100%;
 padding: 40px;
}

.WindowShow
 form>div {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

.WindowShow
 form input {
    width: 100%;
 height: 45px;
 line-height: 45px;
 font-size: 14px;
 display: block;
 margin-bottom: 20px;
 background: #fff;
 border: none;
 border-bottom: 1px solid #ddd;
}

.WindowShow
 form textarea {
    width: 100%;
 font-size: 14px;
 display: block;
 margin-bottom: 20px;
 padding: 10px 0;
 height: 100px;
 background: #fff;
 border: none;
 border-bottom: 1px solid #ddd;
}

.WindowShow
 form button {
    height: 45px;
 line-height: 45px;
 background: #f20000;
 color: #fff;
 display: block;
 width: 100%;
 margin: 0px auto 0;
 font-size: 14px;
}

.NewsLsitTxt {
 width: 100%;
 padding: 20px 0 0 0;
}

.indexCpTitle
 p {
    text-align: center;
 padding-bottom: 1em;
}

.ProductClassificationBJ {
 background: #fff;
}

.productListBJ {
 /* background: #f5f5f5; */
}

.News .BJQ
 ul li {
    list-style-type: disc;
}

.News .BJQ
 ul {
    padding: 0 0 10px 20px;
}

.pageUlBJ {
 padding: 60px 0;
 background: #f5f5f5;
}
 td * {
    margin: 0px;
 padding: 0px;
}

.logo
 h1:before {
    content: '';
 color: #f20000;
}

.ServicesShowFormBJ {
 background: #f5f5f5;
 padding: 0.5rem 0;
}

.ServicesListTxt
 h3:after {
    content: '';
}

.ServicesShowImglist
 li p {}

 
 

.otherService
 ul li a.this {}

.otherService
 ul li a.this h3 {}

/*2022-10-26 23:05:29*/
.languageselect {
 border: 1px solid #111;
 margin-left: 40px;
 color: #111;
 padding: 2px;
 cursor: pointer;
}

.languageselect
 option {
    font-size: 14px;
 padding: 5px;
}

#nav>
 li>ul>li>ul {
    position: absolute;
 z-index: 10;
 background: #fff;
 box-shadow: 0 2px 6px 0 rgba(32,33,36,0.28);
 display: none;
 min-width: 100%;
 right: 100%;
 top: 0px;
}

#nav>
 li>ul>li>ul>li {
    border-bottom: 1px #e6e6e6 solid;
}

#nav>
 li>ul>li>ul>li>a {
    display: block;
 padding: 10px 20px;
 font-size: 14px;
}

#nav>
 li>ul>li>ul>li>a:hover {}

#nav>
 li>ul>li>a:hover {}

.ContactLeft
 select {
    cursor: pointer;
 width: 100%;
 height: 50px;
 line-height: 50px;
 font-size: 14px;
 display: block;
 margin-bottom: 10px;
 border: none;
 padding: 0 10px;
 /* background: #f5f5f5; */
 border-right: 10px solid #f5f5f5;
 border: 1px solid #ddd;
 color: #979797;
}

.inputDiv {
 width: 48%;
 margin-bottom: 20px;
}

.MoreA {
 width: 140px;
 text-align: center;
 line-height: 42px;
 background: #f20000;
 color: #fff;
 margin: 0 auto;
 display: block;
}

/*2022-11-1 18:46:27*/
#productShowImg .swiper-slide {
 height: auto;
}

.productShowImg {
    
}

.indexAboutBJ {
}

.indexAUl>
 li a {}

.indexFul
 li a {display: block;}

/*2022-11-7 14:37:13*/
.aboutListTxt
 a {
    border: 1px solid #fff;
 padding: 8px 20px;
}

.Aboutn2 {
 background: #f5f5f5;
}

.Aboutn2 .aboutListImg {
 order: 2;
}

.index2n {
}

.index2n:
 before {
    order: 0;
}

.index2n .FootCuTxt {
 padding-right: 700px;
 padding-left: 0px;
}

.index2n .FootCuImg
 img {
    height: 650px;
 max-height: inherit;
}

.FootCuTxt
 ul {
    padding: 0 0 0 20px;
}

.FootCuTxt
 ul li {
    font-size: 14px;
 padding-bottom: 7px;
 list-style-type: disc;
}

.FootCuTxt
 ul li::marker {}

.FootCuTxt
 ul li strong {
    color: #f20000;
}

.aboutListTxt
 ul>li::marker {}

.ServicesShowTxt .BJQ
 ul li::marker {}

.FqaRight
 dt.this {}

/*单页开始*/
/*2022-11-12 12:19:19*/
.pageBJ {
}

.page .PageLearnmore {
 line-height: 40px;
 font-size: 14px;
 border: 1px solid #000;
 text-transform: capitalize;
 width: 140px;
 text-align: center;
 margin: 20px 0 0 0;
}

.PageBJQ {
 padding: 60px 0;
}

.PageBJQ
 h2 {
    position: relative;
 font-size: 30px;
 padding: 0px 0 10px 0;
 margin: 0 0 20px 0;
}

.PageBJQ
 h3 {
    position: relative;
 font-size: 30px;
 padding: 0px 0 10px 0;
}

.PageBJQ
 h4 {
    font-size: 20px;
 padding: 10px 0 0 0;
}

.PageBJQ
 p {
    padding-bottom: 1em;
}

.PageBJQ
 strong {}

.PageBJQ
 em {}

.PageBJQ
 ul {
    padding: 10px 0 10px 20px;
}

.PageBJQ
 ul li {
    list-style-type: disc;
}

.PageBJQ
 ul li::marker {}

.PageBJQ
 ul li * {}

.PageBJQ
 ul li i {}

.PageBJQ
 ol {}

.PageBJQ
 ol li {}

.PageBJQ
 ol li::marker {}

.PageBJQ
 ol li * {}

.PageBJQ
 ol li i {}

.pagelIsttxt {
}

.pagelIsttxt
 h2 {
    font-size: 30px;
 padding-bottom: 20px;
 position: relative;
}

 

.pagelIsttxt
 h2:after {
    content: '';
}

.pagelIsttxt
 h4 {
    font-size: 20px;
}

.pagelIsttxt
 p {
    padding-bottom: 1em;
}

.pagelIsttxt
 strong {}

.pagelIsttxt
 em {}

.pagelIsttxt
 ul {
    padding: 10px 0 10px 20px;
}

.pagelIsttxt
 ul li {
    list-style-type: disc;
}

.pagelIsttxt
 ul li::marker {}

.pagelIsttxt
 ul li * {}

.pagelIsttxt
 ul li i {}

.pagelIsttxt
 ol {}

.pagelIsttxt
 ol li {}

.pagelIsttxt
 ol li::marker {}

.pagelIsttxt
 ol li * {}

.pagelIsttxt
 ol li i {}

.pageUlBJQ {
 position: relative;
 z-index: 3;
 padding-bottom: 20px;
}

.pageUlBJQ
 h2 {
    font-size: 30px;
 text-align: center;
}

.pageUlBJQ
 h3 {
    font-size: 30px;
 padding-bottom: 20px;
 position: relative;
}

.pageUlBJQ
 h3:after {
    content: '';
}

.pageUlBJQ
 h2:after {
    content: '';
}

.pageUlBJQ
 h4 {
    font-size: 20px;
}

.pageUlBJQ
 p {
    padding-bottom: 1em;
}

.pageUlBJQ
 strong {}

.pageUlBJQ
 em {}

.pageUlBJQ
 ul {
    padding: 10px 0 10px 20px;
}

.pageUlBJQ
 ul li {
    list-style-type: disc;
}

.pageUlBJQ
 ul li::marker {}

.pageUlBJQ
 ul li * {}

.pageUlBJQ
 ul li i {}

.pageUlBJQ
 ol {}

.pageUlBJQ
 ol li {}

.pageUlBJQ
 ol li::marker {}

.pageUlBJQ
 ol li * {}

.pageUlBJQ
 ol li i {}

.pageOlBJQ {
}

 

.pageOlBJQ
 h2 {
    font-size: 30px;
 padding-bottom: 20px;
 position: relative;
 text-align: center;
}

 

.pageOlBJQ
 h2:after {
    content: '';
}

.pageOlBJQ
 h4 {
    font-size: 20px;
}

.pageOlBJQ
 p {
    padding-bottom: 1em;
}

.pageOlBJQ
 strong {}

.pageOlBJQ
 em {}

.pageOlBJQ
 ul {
    padding: 10px 0 10px 20px;
}

.pageOlBJQ
 ul li {
    list-style-type: disc;
}

.pageOlBJQ
 ul li::marker {}

.pageOlBJQ
 ul li * {}

.pageOlBJQ
 ul li i {}

.pageOlBJQ
 ol {}

.pageOlBJQ
 ol li {}

.pageOlBJQ
 ol li::marker {}

.pageOlBJQ
 ol li * {}

.pageOlBJQ
 ol li i {}

.pageUlBJColor {
 position: relative;
 /*background-attachment: fixed;*/
 background-size: cover;
 background-position: center;
 padding: 60px 0;
}

.pageUlBJColor:
 after {
    content: '';
 position: absolute;
 width: 100%;
 left: 0px;
 top: 0px;
 height: 100%;
 background: rgb(0 0 0 / 0.5);
}

.pageUlBJColorBJQ {
 position: relative;
 z-index: 3;
 padding-bottom: 20px;
}

.pageUlBJColorBJQ
 h2 {
    font-size: 30px;
 color: #fff;
 text-align: center;
}

.pageUlBJColorBJQ
 h3 {
    font-size: 30px;
 padding-bottom: 20px;
 position: relative;
 color: #fff;
}

.pageUlBJColorBJQ
 h3:after {
    content: '';
}

.pageUlBJColorBJQ
 h2:after {
    content: '';
}

.pageUlBJColorBJQ
 h4 {
    font-size: 20px;
}

.pageUlBJColorBJQ
 p {
    padding-bottom: 1em;
 color: #fff;
}

.pageUlBJColorBJQ
 strong {}

.pageUlBJColorBJQ
 em {}

.pageUlBJColorBJQ
 ul {
    padding: 10px 0 10px 20px;
}

.pageUlBJColorBJQ
 ul li {
    list-style-type: disc;
 color: #fff;
}

.pageUlBJColorBJQ
 ul li::marker {}

.pageUlBJColorBJQ
 ul li * {}

.pageUlBJColorBJQ
 ul li i {}

.pageUlBJColorBJQ
 ol {}

.pageUlBJColorBJQ
 ol li {}

.pageUlBJColorBJQ
 ol li::marker {}

.pageUlBJColorBJQ
 ol li * {}

.pageUlBJColorBJQ
 ol li i {}

.pageColorUl {
 position: relative;
 z-index: 3;
}

.pageColorUl
 ul {
    display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 display: -webkit-flex}

.pageColorUl
 ul li {
    width: 24%;
 
}

.pageColorUl
 ul li img {
    width: 100%}

.pageColorUl
 ul li p {
    color: #fff;
    
}

.pageColorUl
 ul li h3 {
    font-size: 20px;
 padding: 10px 0;
 text-align: center;
 color: #fff;
}

.pageUlBJColorMore {
 line-height: 40px;
 font-size: 14px;
 border: 1px solid #fff;
 text-transform: capitalize;
 width: 140px;
 text-align: center;
 margin: 20px auto;
 display: block;
 color: #fff;
 position: relative;
 z-index: 3;
}

.pageOlBJ {
 padding: 60px 0;
}

.n2 .pagelIsImg{
 order: 2;
}

.n2 {
 background: #f5f5f5;
}

.page {
}

.pageUl {
 position: relative;
 z-index: 3;
}

.pageUl
 ul {
    display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 display: -webkit-flex}

.pageUl>
 ul>li {
    width: 24%;
}

.pageUl>
 ul>li img {
    width: 100%}

.pageUl>
 ul>li em {}

.pageUl>
 ul>li h3 {
    font-size: 20px;
 padding: 10px 0;
 text-align: center;
}

.pageUl>
 ul>li p {
    color: #333;
 font-size: 14px;
    
}

.pageOl {
}

.pageOl
 ol {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 margin: 0 -5px 0 -5px;
}

.pageOl
 li {
    width: 25%;
 cursor: pointer;
 margin: 5px 0;
}

.pageOl
 img {
    width: 100%}

.pageOl
 h3 {
    font-size: 22px;
 padding: 10px 0 0}

.pageOl
 p {
    font-size: 14px;
 color: #444}

.pageOl
 li>a {
    display: block;
 margin: 0 5px;
}

.pagelIstBox {
 /* padding: 60px 0; */
}

.pagelIst {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
}

.pagelIst
 img {
    width: 100%;
}

.pagelIsttxt {
 width: 46%;
}

/*单页结束*/
.indexA2 {
}

.indexA2
 img {
    order: 2;
}

.FootCuBox2 .FootCuImg {
 order: 3;
}

.FootCuTxtPd {
 padding: 40px 40px 40px 55%;
}

.FootCuBox2 .FootCuTxtPd {
 padding: 80px 55% 80px 0;
}

.indexBJQ {
 padding: 60px 0;
}

.indexBJQ
 h2 {
    font-size: 36px;
 padding-bottom: 10px;
 position: relative;
}

 
.indexBJQ
 h2:after {
    content: '';
}



.indexBJQ
 img{}
.indexBJQ
 h4 {
    font-size: 20px;
}

.indexBJQ
 p {
    padding-bottom: 1em;
}

.indexBJQ
 strong {}

.indexBJQ
 em {}

.indexBJQ
 ul {
    padding: 10px 0 10px 20px;
}

.indexBJQ
 ul li {
    list-style-type: disc;
}

.indexBJQ
 ul li::marker {}

.indexBJQ
 ul li * {}

.indexBJQ
 ul li i {}

.indexBJQ
 ol {}

.indexBJQ
 ol li {}

.indexBJQ
 ol li::marker {}

.indexBJQ
 ol li * {}

.indexBJQ
 ol li i {}

.indeximgsBJ {
 padding: 60px 0;
}

.indeximgs {
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

.indeximgs
 li {
    cursor: pointer;
 width: 24%;
 margin: 8px 0;
}

.indeximgs
 li img {}

.indeximgsBJ
 h2 {
    font-size: 36px;
 text-align: center;
 text-transform: capitalize;
 padding-bottom: 10px;
 color: #11264b;
}

.indeximgsBJ
 p {
    text-align: center;
 padding-bottom: 1em;
}

.AboutULBJQ {
 z-index: 3;}

.AboutULBJQ
 h2 {
    text-align: center;
 font-size: 36px;
 margin-bottom: 0.5em;
}

.AboutULBJQ
 h3 {}

.AboutULBJQ
 h3:after {
    content: '';
}

.AboutULBJQ
 h2:after {
    content: '';
}

.searchList .productRight {
 width: 100%;
}

.searchList .productRight>
 ul>li {
    width: 25%;
}

#nav>
 li>ul>li>a.this {
    color: #f36f21;
}

.BJQBJ {
}

.FootCuTxtPd
 strong {
    font-size: 20px;
}

.indexProjectsLi:
 after {
    /*content: '';*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*left: 0px;*/
    /*top: 0px;*/
    /*opacity: 1;*/
    /*background-image: linear-gradient(rgb(0 0 0 / 0), rgb(0 0 0 / 0.8));*/}

.News .BJQ
 strong {
    font-size: 20px;
}

.News .BJQ
 ul li {
    list-style-type: disc;
 padding-bottom: 1em;
}

.News .BJQ
 h3 {}

.News .BJQ
 h4 {}

#nav>
 li>a:before {
    content: '|';
 padding-right: 00px;
 font-size: 14px;
 opacity: 0;
}

#nav>
 li:nth-child(1) a:before {
    display: none;
}

.PageBJQ
 h3:after {
    content: '';
    
}

.PageBJQ
 h2:after {
    content: '';
   
}
.WindowShowCenter{
 position: fixed;
 width: 100%;
 height: 100%;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items:center;
}
.WindowShowNr{
 max-height: 80vh;
 overflow-y: auto;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
}
.WindowShowNr .Captcha{
 justify-content:center;}
.ServicesShowTxt .BJQ
 p img{}
.ServicesShowForm .Captcha
 input{width: calc(100% - 160px);}
.ServicesShowForm .Captcha
 input::-webkit-input-placeholder{} 
.ServicesShowForm .Captcha
 input::-moz-placeholder {}
.ServicesShowForm .Captcha
 input::-ms-input-placeholder {} 
.PageBJQ
 img{}
.indexheaR
 p i{color: #fff;}
.indexheaR
 p span{
    margin: 0 10px 0 0;
}
.indexhead:
 after{content:'';
 position: absolute;} 
.indexhead:
 before{content:'';
 display: block;
 position: absolute;}

.headEr{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items:center;
}
.headEr
 i{
    color: #11264b;
 font-size: 40px;
}
.headEr
 p{
    padding-left: 10px;
}
.headEr
 a{
    display: block;
 white-space:nowrap;
 font-weight: 700;
 font-size: 20px;
 color: #333;
}
.headEr
 p a:nth-child(2){
    color: #7e7e7e;
 font-size: 14px;
 font-weight: normal;
 display: none;
}
.bannerImg{
 width: 50%;}
.RelatedProductsNr{
 margin: 0 10px;
 background: #fff;
 height: 100%;
}

.box-shadow .indexNav{
 /*-moz-animation: indexNav 0.5s linear  alternate;*/
 /*-webkit-animation: indexNav 0.5s linear  alternate;*/
 /*-o-animation: indexNav 0.5s linear  alternate;*/
 /*animation: indexNav 0.5s linear  alternate;*/
/*}*/
 
/*@-moz-keyframes indexNav{0%{top:-150px}*/
/*100%{top:0px}*/
/*}@-webkit-keyframes indexNav{0%{top:-150px}*/
/*100%{top:0px}*/
/*}@-o-keyframes indexNav{0%{top:-150px}*/
/*100%{top:0px}*/
/*}@keyframes indexNav{0%{top:-150px}*/
/*100%{top:0px}*/
}

.Contactlmimg{}
.Contactlmimg
 img{}


.indexBjqImgUrlLsit{
 padding: 60px 0;
 background-color: #4ca8c8;
}
.indexBjqImgUrl{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.indexBjqImgUrlNr{
 width: 40%;
 background-color: #ffffff8a;
 transition: 0.5s;
}

.indexBjqImgUrlNr:
 hover {
    box-shadow: 0 0 14px 3px rgb(162 162 162 / 18%);
 transform: translateY(-10px);
}
.indexBjqImgUrlNr
 em{
    width: 100%;
}
.indexBjqImgUrlNr
 img{
    margin: auto;
 height: 320px;
}
.indexBjqImgUrlNrTxt{
 padding: 20px;
 font-size: 14px;
 color: #666;
 line-height: 1.7em;
 text-align: center;
}
.indexBjqImgUrlNrTxt
 h2{
    font-size: 20px;
 padding-bottom: 10px;
 color: #333;
}
 
.indexBjqImgUrlNrTxt
 p{
    padding-bottom: 1em;
}
.indexBjqImgUrlNrTxt
 ul{
    padding: 0 0 0 20px;
}
.indexBjqImgUrlNrTxt
 ul li{
    font-size: 14px;
 padding-bottom:5px;
 list-style-type: disc;
}
.indexBjqImgUrlA{
 border: 1px solid #000;
 padding: 0 30px;
 line-height: 40px;
 margin: 20px 0 0 0;
}

.ProjectHead .BJQ
 p img{margin:0 auto;}
.indexProject>
 ul>li p{
    line-height: 2em;
}
.indexAUlTxt
 ul{}
.indexAUlTxt
 ul li{}
.PageBJQ
 img{}
.WindowShowNrTxt{
 width: 50%;
}
/***********************************************************1600px*******************************************************/
 @media (min-width: 1200px) and (max-width:1600px) {}

.ViewAll {
 width: 200px;
 text-align: center;
 line-height: 45px;
 margin: 20px auto 0;
 display: block;
 color: #000;
 font-size: 16px;
 border: 2px solid #000;
}

.indexBJQdiv{
   
}
#indexBJQ63 .box{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
}


.lanmujj
 p strong{}

.lrtxt{
 width: 48%;
 background: #fff;
 padding: 30px;
}

.Aboutn2 .aboutListTxt{}
.indexBjqImgUrlNr>
 a{
    display: block;
}


.SelectLanguage{
 border: 1px solid #000;
 padding: 2px 6px;
 margin: 0 0 0 40px;
 cursor: pointer;}
.SelectLanguage
 option{}
 
 
.copyrightLeft{
 padding: 0px;
}

 

 .FdcLitsLeft>
 ul>li p{
    overflow: hidden;
 text-overflow:

ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}

.filterDl{
 background: #fff;
 padding: 20px;
}
.ServicesShowFormBox{
 background: #f5f5f5;
 padding: 60px 0 0 0;
}
.indexCpdefaultTxt
 h4{
    color: #999;
 font-weight: normal;
 padding: 10px 0;
}

.footflex{
   
}
#html39 .lanmubanner{ }


.productShowTxt .BJQ
 tr:nth-child(odd){
    background: #eee;
}
.productShowTxt .BJQ
 th{
    width: 300px;
 border: none;
 text-align: left;
}
.productShowTxt .BJQ
 tr{
    background: #f5f5f5;
}
.productShowTxt .BJQ
 table{
    margin: 10px 0 20px;
 border: 1px solid #f5f5f5;
}
.productShowTxt .BJQ
 td{
    border: none;
 padding: 10px 0;
}
.productShowTxt .BJQ
 td *{
    padding: 0 10px;
}

.productShowIntroduction
 tr{
    background: #ffffff8a;
}
.productShowIntroduction
 tr:nth-child(odd){
    background: #f9f9f9;
}
.productShowIntroduction
 td{border:none;
 padding: 10px;
 border: 1px solid #ddd;}
.productShowIntroduction
 td *{
    padding: 0px;
 margin: 0px;
}
.ProductClassification
 li p{
    text-align: center;
 padding: 0 20px 1em;
 font-size: 15px;
}
.ProductClassification
 li em{
    padding: 0 30px;
 border-radius: 40px;
 background: #1a90c6;
 color: #fff;
 line-height: 45px;
 padding: 0 30px;
}


.indexBJQleft{
 width: 48%;
}
.indexBJQright{
 width: 48%;
}


.footAA
 h3{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items:center;
 color: #fff;
 font-size: 36px;
 padding-top: 10px;
 flex-direction: column;
 font-weight: 700;
 color: #e96b20;
}

#indexAUlBJ63{}
.indexAUl>
 li:nth-child(1){}
.indexAUl>
 li:nth-child(2){}
.indexAUl>
 li:nth-child(3){}
.indexAUl>
 li:nth-child(4){}
.indexAUlTxt
 strong{}
.indexAUlTxt{
   
}
.box-shadow .RequestAQuote{
    
}


.Contact100{
 width: 100%;
}
.Contact50{
 width: 48%;
}
 
.footAC
 ul li a em{
    color: #fff;
 display: none;
} 


.ServicesShowTxt .BJQ
 ol{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 padding: 20px 0 0 0;
}
.ServicesShowTxt .BJQ
 ol li{}
.ServicesShowTxt .BJQ
 ol li i{}
.ServicesShowTxt .BJQ
 ol strong{}
.ServicesShowTxt
 p em{
    font-style: italic;
 font-size: 18px;
 padding-bottom: 20px;
 border-bottom: 1px solid #111;
 font-weight: 500;
}

#indexAUlBJ63 .indexAUl>
 li em{}
.indexCp .box{}









.sousuoForm{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background: #fff;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items:center;
    
}
.sousuoForm
 form{
    display: block;
 width: 100%;
 position: relative;
}
.sousuoForm
 button{
    position: absolute;
 left: 0px;
 top: 0px;
 height: 45px;
 font-size: 20px;
}
.sousuoForm
 input{
    height: 45px;
 line-height: 45px;
 width: 100%;
 text-indent: 40px;
 font-size: 16px;
}
.sousuoForm
 i{
    position: absolute;
 right: 0px;
 top: 0px;
 height: 45px;
 line-height: 45px;
 cursor: pointer;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 font-size: 22px;
}
.sousuoA
 i{
    font-size: 20px;
}
.RelatedProductsNr .imghover{
 display: block;
 width: 100%;
 padding-bottom: 66.6%;
 position: relative;
}
.review>
 h3{
    text-align: center;
 font-weight: normal;
 padding-bottom:40px;
}
.reviewBJ:
 before {
    content: '';
 /*display: block;*/
 /*position: absolute;*/
 /*width: 100%;*/
 /*height: 100%;*/
 /*background: #000;*/
 /*opacity: 0.85;*/
 /*top: 0px;*/
 /*left: 0px;*/
}


.AboutTxtR{
 width: 48%;}
.AboutTxtL{
 width: 48%;
}
 
.bannerTxtNr
 ul{}
.bannerTxtNr
 ul li{}
.content .footA:
 before{}

.ServicesParameterList:nth-child(2n) .ServicesParameterImg
 img{}

.ContactRight
 li:last-child{}



.indexCpTitle
 h2:after{
    content: '';
 
}

.indexCpOl>
 li em:after{content: ''; }

.AboutUL>
 ul>li em{
    display: block;
}
.AboutUL
 a{}
.indexAUlTxt
 a{}
.footA
 h4:after{content:''; }
.ContactLeftBJ{}

.FdcShowRight{
 width: 340px;
}
.otherProject {
 width: 100%;
 border-radius: 10px;
 background: #fff;
 margin-bottom: 20px;
}

.otherProject
 h2 {font-size: 26px;
 margin-bottom: 20px;
 text-transform: capitalize;}

.otherProject
 ul {
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
}

.otherProject
 ul li {
    width: 100%;
 margin-bottom: 20px;
}

.otherProject
 ul li a {
    display: block;
}

.otherProject
 ul li img {
    width: 100%;
}

.otherProject
 ul li h3 {
    font-size: 14px;
 padding: 10px 0;
 font-weight: normal;
}


.FdcLitsImg
 em{
    background: #f20000;
 position: absolute;
 left: 10px;
 bottom: 10px;
 z-index: 2;
 padding:4px 20px;
 color: #fff;
}
.bannerTxt
 p a:last-child{
    border: none;
}
 
    
.indexFdc .swiper-button-next{
 top: 30%;}
.indexFdc .swiper-button-prev{
 top: 30%;}

.footAAbeian{
 padding: 10px 0 0 0;
 display: none;
}
.footAAbeian
 em{
    color: #fff;
 display: block;
 font-size: 14px;
 padding: 10px 0 0 0;
}
.footAAbeian
 a{
    color: #fff;
 font-size: 14px;
    }


.PageBJQ
 p a{
    text-align: center;
 line-height: 46px;
 font-size: 14px;
 padding: 0 30px;
 background: #b90202;
 color: #fff;
 text-transform: uppercase;
}
.footEmail{
 width: 30%; }
.footEmail
 h3{
    font-size: 32px;
 color: #fff;
}
.footEmail
 p{
    padding-bottom: 1em;
 color: #ccc;
}
.footEmail
 form{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items:center;
}
.footEmail
 input{
    width: calc(100% - 120px);
 border: 1px solid #ddd;
 padding: 0px 10px;
 height: 50px;
 line-height: 50px;
 color:#fff;
}
.footEmail
 button{
    width: 100px;
 background: #f20000;
 height: 50px;
 color: #fff;
}
 
.ServicesParameterList .BJQ
 h2{
    
    font-size: 40px;
}
.indexBJQ
 p a{}
.indeximgs
 li em{}
.ServicesContent
 ol{
    padding: 0 0 0 20px;
}
.ServicesContent
 ol li{
    margin-bottom: 15px;
 position: relative;
 list-style-type: disc;
}
 

.indexCpdefaultTxt{
 text-align: center;
}
 
.indexCpdefaultTxt
 img{ margin:0 auto;}
.footSyS{}
.footSyS
 p {
    font-size: 16px;
 padding-bottom: 15px;
 color: #fff;
 width: 100%;
 font-weight: 400;
}
.footSyS
 img{
    width: 120px;
    }
    
#container{
 height:400px;}

.VIpgJd-ZVi9od-ORHb-OEVmcd{
 display: none;
 height: 0px;}
.goog-te-gadget{
 height:30px;
 overflow: hidden;}
.goog-te-combo{
 margin:0px 0 0 20px!important;
 height:30px;
 border:1px solid #000;
 cursor: pointer;}



.ServicesParameterBox{
 padding: 60px 0;
}
.ServicesParameterBox
 h2{
    font-size: 40px;
 text-align: center;
 padding-bottom: 20px;
}
.ServicesShowTxt
 a{
    width: 220px;
 line-height: 50px;
 text-align: center;
 display: block;
 border: 2px solid #269546;
 font-size: 18px;
 color: #269546;
 border-radius: 40px;
}
.ServicesParameterUl
 li em{}
.indexAboutImg{
 width: 38%;}
.indexAboutImg
 img{width:100%;}
.galleryshang
 img{cursor: pointer;}
.FdcLitsLeft>
 ul>li h5 div{order:2;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items:center;}
.indexFdc
 ul li h5 div{order:2;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items:center;}
.daili{
 /* box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%); */
 padding: 30px;
 margin-bottom: 20px;
 background: #fff;
 border: 1px solid #f5f5f5;
}
.daili
 dt{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items:center;
 border-bottom: 1px solid #eee;
 padding: 0 0 20px 0;
}
.daili
 dd{
    padding: 20px 0 0;
}
.daili
 img{
    width: 80px;
 border-radius: 100%;
}
.daili
 h3{
    padding-left: 10px;
 font-size: 26px;
 color: #f20000;
}
.daili
 p{
    padding: 5px 0;
}
.daili
 a{}
.EvaluateNr
 p{
    padding-bottom: 2em;
 color: #666;
 font-size: 16px;
    
}
.EvaluateNr
 ul{}
.EvaluateNr
 ul li{}
.EvaluateNr
 h3{}
.EvaluateNr
 strong{
    font-weight: 500;
 font-size: 23px;
}
.indexA2 .indexAboutImg{
 order:2;}
.ServicesShowFormRight{
 width: 300px;
}
.WindowShow
 form select{
    display: block;
 width: 100%;
 border-bottom: 1px solid #000;
 padding: 10px 0;
 cursor: pointer;
 margin-bottom: 20px;
} 

.otherProjectRight{
 width: 300px;}
.pageshuzuBJ{
 padding: 80px 0;
}
.pageshuzu{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.pageshuzu
 dl{
    width: 30%;
}
.pageshuzu
 dl dt{
    font-size: 20px;
 padding-bottom: 10px;
}
.pageshuzu
 dd{
    font-size: 14px;
 color: #666;
 line-height: 1.7em;
}
.BjqImgBJ{
 position: relative;
 /*background-attachment: fixed;*/
 background-size: cover;
 background-position: center;
 padding: 60px 0;
}
.BjqImgBJnr{
 position: relative;
 z-index: 2;
}
.BjqImgBJnr
 h2{
    color: #fff;
 font-size: 30px;
 padding: 0px 0 10px 0;
 margin: 0 0 20px 0;
}
.BjqImgBJnr
 h3{
    color: #fff;
 font-size: 30px;
 padding: 0px 0 10px 0;
 margin: 0 0 20px 0;
}
.BjqImgBJnr
 h4{
    color: #fff;
}
.BjqImgBJnr
 p{
    color: #fff;
}
.BjqImgBJnr
 strong{
    color: #fff;
}
.BjqImgBJnr
 ul{
    padding: 20px;
}
.BjqImgBJnr
 li{
    color: #fff;
 list-style-type: disc;
}

.BjqImgBJ:
 after {
    content: '';
 position: absolute;
 width: 100%;
 left: 0px;
 top: 0px;
 height: 100%;
 background: rgb(0 0 0 / 0.5);
}

 
 
.footHead:
 after {
    content: '';
 position: absolute;
 width: 100%;
 left: 0px;
 top: 0px;
 height: 100%;
 background: rgb(0 0 0 / 0.5);
}



.IndexpageshuzuBJ{
 padding: 80px 0;
 position: relative;
}
.Indexpageshuzu{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 z-index: 2;
}
.Indexpageshuzu
 dl{
    width: 30%;
}
.Indexpageshuzu
 dl dt{
    font-size: 20px;
 padding-bottom: 10px;
}
.Indexpageshuzu
 dd{
    font-size: 14px;
 color: #666;
 line-height: 1.7em;
}

.IndexBjqImgBJ{
 position: relative;
 /*background-attachment: fixed;*/
 background-size: cover;
 background-position: center;
 padding: 86px 0;
}
.IndexBjqImgBJnr{
 position: relative;
 z-index: 2;
}
.IndexBjqImgBJnr
 h2{
    color: #fff;
 font-size: 30px;
 padding: 0px 83px;
 margin: 0 0 20px 0;
 text-align: center;
}
.IndexBjqImgBJnr
 h3{
    color: #fff;
 font-size: 30px;
 padding: 0px 0 10px 0;
 margin: 0 0 20px 0;
}
.IndexBjqImgBJnr
 h4{
    color: #fff;
}
.IndexBjqImgBJnr
 p{
    color: #fff;
}
.IndexBjqImgBJnr
 strong{
    color: #fff;
}
.IndexBjqImgBJnr
 ul{
    padding: 20px;
}
.IndexBjqImgBJnr
 li{
    color: #fff;
 list-style-type: disc;
}

.IndexBjqImgBJ:
 after {
    content: '';
 position: absolute;
 width: 100%;
 left: 0px;
 top: 0px;
 height: 100%;
 background: #11264bba;
}


.indexBjqImgUrlNrTxt
 strong{}
.IndexBjqImgBJnr
 p a{}
.AboutTxt
 h2 img{}
 
.indexList{}
.indexList>
 div{width:100%;}

.indexBjqImgUrlNrTxt
 span{}

.footAA
 h3 span{
     display: none;
}

.FqaRight
 dt img{}
.FqaRight
 dt p{}
.FqaRight
 dt em{}
.FqaRight
 dt span{}
.Faq>
 h2{}

.AboutUL:
 after{content:'';
 display: block;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 background: #01221e;
 position: absolute;
 opacity: 0;}
.ServicesParameterUl
 li>div{}
.productListImg{
 width: 100%!important;
 position: absolute;
 left: 0px;
 top: 0px;
 height: 100%!important;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items:center;
}
.RelatedProductsNr
 p{text-align: center;
 color: #f20000;}

.AboutUL>
 ul li:last-child{} 
.pageOl
 li:last-child{} 
.pagelIsImg{
 width: 50%;
}

.ServicesShowForm
 form>div{}

.indexBJQ100{
 width: 48%;
}
.indexBJQ50{
 width: 48%;
}
.PageBJQ100{}
.PageBJQ50{}


.IndexBjqImgBJ100{}
.IndexBjqImgBJ50{}
.IndexBjqImgBJnr
 a{    line-height: 40px;
 color: #fff;
 display: block;
 font-size: 14px;
 border: 1px solid #fff;
 position: relative;
 width: 170px;
 text-align: center;
 margin: 40px auto 0;}

.FootCuBox2{
    
}
.FootCuBox2
 h2{}
.FootCuBox2
 p{}
.FootCuBox2 .FootCuTxt
 a{}
.ServicesList>
 ul>li:last-child{}


.FootCuBox2 .FootCuImg{
 left: auto;
 right: 0px;
}
.pageUltxt{}
.pageColorUltxt{}


.IndexpageshuzuBJQ{
 text-align: center;
 padding-bottom: 40px;
}
.IndexpageshuzuBJQ
 p{
    padding: 0 10%;
}
.IndexpageshuzuBJQ
 h2{
    font-size: 36px;
 text-align: center;
 text-transform: capitalize;
}
.IndexpageshuzuBJQ
 ul{}
.IndexpageshuzuBJQ
 ul li{}

.ServicesList>
 ul>li:nth-child(2n){}
.AboutTxt
 p img{}
.AboutULBJQ
 p{}




.indeximgstxt{
   
}
.indeximgstxt
 a{
    line-height: 44px;
 color: #fff;
 font-size: 14px;
 width: 140px;
 text-align: center;
 margin: 20px 0 0;
 display: block;
 text-transform: capitalize;
 background: #e35a00;
 font-weight: 500;
}
.indeximgstxt
 ul{
    padding: 0 0 0 20px;
}
.indeximgstxt
 ul li{
    padding: 0 0 5px 0px;
 position: relative;
 list-style-type: disc;
 font-size: 16px;
}
.indeximgstxt
 p{}

.IndexpageshuzuBJ:
 after{content:'';
 display: block;
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 background: #fff;
 opacity: 0.9;}

.productListImg
 img{
    max-width: 100%;
 max-height: 100%;
 width: 100%!important;
 height: 100%!important;
}

.indexAUlTxt
 h3{
    text-align: center;
 font-size: 26px;
}


.footEmail
 input::-webkit-input-placeholder{} 
.footEmail
 input::-moz-placeholder {}
.footEmail
 input::-ms-input-placeholder {} 



.PageBJQ
 table{margin-bottom: 40px;}
.PageBJQ
 tr{
    background-color: #f9f9f9;
 border-bottom: 1px solid #ddd;
 text-align: left;
}
.PageBJQ
 td{
    padding: 10px;
 border: none;
}
.PageBJQ
 td p{}
.PageBJQ
 td h2{
    font-size: 20px;
}
.PageBJQ
 td h3{}
.PageBJQ
 tr:nth-child(2n){
    background: #fff;
}
.PageBJQ
 td:nth-child(1){}
.PageBJQ
 td:nth-child(2){}
.PageBJQ
 td:nth-child(3){}
.PageBJQ
 td:nth-child(4){}
.PageBJQ
 td:nth-child(5){}

.indexCpOl>
 li:nth-child(1){}
.indexCpOl>
 li:nth-child(2){}
.indexCpOl>
 li:nth-child(3){}
.indexCpOl>
 li:nth-child(4){}
.indexCpOl>
 li:nth-child(5){}

 









.PageZhedie{}
.PageZhedie
 dl{
    padding: 40px 0;
}
.PageZhedie
 dt{
    cursor: pointer;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items:center;
 padding: 10px 0;
 border-bottom: 1px solid #ddd;
}
.PageZhedie
 dt i{transition: 0.4s;
 -o-transition: 0.4s;
 -moz-transition: 0.4s;
 -webkit-transition: 0.4s;
 font-size: 18px;}
.PageZhedie
 dt img{
    width: 30px;
}
.PageZhedie
 h3{
    width: calc(100% - 30px);
}
.PageZhedie
 dd{
    display: none;
 padding: 20px 0;
}
.PageZhedie
 dd p{
    padding-bottom: 1em;
}
.PageZhedie
 dd ul{
    padding: 0 0 20px 20px;
}
.PageZhedie
 dd li{
    list-style-type: disc;
}
.PageZhedie
 dd li::marker{} 
.PageZhedie
 dd strong{}
.PageZhedie
 dd h2{}
.PageZhedie
 dd h3{}
.PageZhedie
 dt.this{}
.PageZhedie
 dt.this h3{
    color: #f20000;
}
.PageZhedie
 dt.this i{
    transform: rotate(90deg);
 -webkit-transform: rotate(90deg);
 color: #f20000;
}



.indexBjqImgUrlTitle{
 font-size: 36px;
 padding-bottom: 30px;
 position: relative;
 text-align: center;
 font-weight: 600;
}

.ServicesShowPage{
 padding: 20px 0 0;
}
.ServicesShowPageHead{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 /* align-items:center; */
}
.ServicesShowPageHeadImg{
 width: 50%;
}
.ServicesShowPageHeadImg
 img{}
.ServicesShowPageHeadTxt{
 width: 48%;
}
.ServicesShowPageHeadTxt
 h1{}
.ServicesShowPageHeadTxt .BJQ{}
.ServicesShowPageHeadTxt .BJQ
 p{
    padding: 1em 0 0 0;
}
.ServicesShowPageHeadTxt .BJQ
 ul{
    padding: 10px 20px 0;
}
.ServicesShowPageHeadTxt .BJQ
 li{
    list-style-type: disc;
}

.ServicesPageBJQ{
 padding: 60px 0;
}
.ServicesPageBJQ
 h2{
    text-align: center;
 padding-bottom: 20px;
 font-size: 34px;
 color: #f36f21;
 font-weight: 700;
}
.ServicesPageBJQ
 p{
    padding: 1em 0 0 0;
}
.ServicesPageBJQ
 ul{
    padding: 10px 20px;
}
.ServicesPageBJQ
 li{
    list-style-type: disc;
}


.ServicesBJQImg{
 padding: 60px 0;
}
.ServicesBJQImgL{
 width: 50%;
}
.ServicesBJQImgL
 img{}


.ServicesBJQImgR{
 width: 48%;
}
.ServicesBJQImgR
 h2{
    font-size: 36px;
}
.ServicesBJQImgR
 p{
    padding: 1em 0 0 0;
}
.ServicesBJQImgR
 ul{
    padding: 10px 20px;
}
.ServicesBJQImgR
 li{
    list-style-type: disc;
}
.ServicesBJQImgR
 a{}


.ServicesBJQImgs{
 padding: 60px 0;
 background: #f5f5f5;
}
.ServicesImgsBJQ
 p{}
.ServicesImgsBJQ
 h2{
    text-align: center;
 padding-bottom: 20px;
 font-size: 36px;
}

.ServicesBJQImgs
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
}
.ServicesBJQImgs
 ul li{
    width: 24%;
}
.ServicesBJQImgs
 li em{}
.ServicesBJQImgs
 li img{}


.ServicesPageBJQBj{
 padding: 80px 0;
 position: relative;
 /*background-attachment: fixed;*/
 background-size: cover;
 background-position: center;
}
.ServicesPageBJQBj
 h2{
    color: #fff;
 padding-bottom: 20px;
 text-align: center;
 font-size: 36px;
}
.ServicesPageBJQBj
 p{
    color: #fff;
}
.ServicesPageBJQBj
 ul{
    padding: 10px 20px;
}
.ServicesPageBJQBj
 li{
    list-style-type: disc;
 color: #fff;
}
.ServicesPageBJQBj:
 after{content:'';
 position: absolute;
 left: 0px;
 top: 0px;
 background: #000;
 display: block;
 width: 100%;
 height: 100%;
 opacity: 0.8;}
.ServicesBJQImg .box{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;}
.ServicesShowPageHeadTxt .BJQ
 a{}
.ServicesPageBJQBj
 a{}


.ServicesBJQTxtImgs{
 padding: 60px 0;
}
 div#ServicesPage30 {
    background-color: #dde4e8;
 padding: 10px 0;
}
 div#ServicesPage30 li {
    width: 33%;
}
 div#ServicesPage30 li img {
    width: 67px;
 height: 40px;
 object-fit: contain;
}
 div#ServicesPage30 h3 {
    font-weight: 600;
 font-size: 18px;
 color: #f36f21;
}
.ServicesTxtImgsBJQ{}
.ServicesTxtImgsBJQ
 p{
    padding: 1em 0 0 0;
}
.ServicesTxtImgsBJQ
 h2{
    text-align: center;
 padding-bottom: 20px;
 font-size: 34px;
 font-weight: 700;
 color: #11264b;
}
.ServicesTxtImgsBJQ
 ul{
    padding: 10px 20px;
}
.ServicesTxtImgsBJQ
 li{
    list-style-type: disc;
}

.ServicesBJQTxtImgs .box>
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.ServicesBJQTxtImgs .box>
 ul li{
    width: 23%;
 padding: 20px 0 0 0;
}
.ServicesBJQTxtImgs .box>
 ul li em{
    width: 100%;
}
.ServicesBJQTxtImgs .box>
 ul li h3{
    padding: 15px 0;
 font-size: 20px;
 text-align: center;
 color: #11264b;
}
.ServicesBJQTxtImgs .box>
 ul li p{
    text-align: center;
}
.ServicesBJQTxtImgs .box>
 ul li img{
    margin: auto;
 width: 22%;
}

.ServicesShowPageHeadTxt .BJQ
 h2{
    font-size: 36px;
   
}
.ServicesShowPageHeadTxt .BJQ
 h3{
    font-size:26px;
   
}

.ServicesPageBJQBj .box{
 z-index:2;}
.ServicesShowLeft .box{
 width:100%;}

.AboutTxtBox .PageBJQ50{
 width: 48%;
} 
.AboutTxtBox .PageBJQ50
 p{
    margin-bottom: 1em;
 font-size: 14px;
}
.AboutTxtBox .PageBJQ50
 h2{
    font-size: 36px;
 margin-bottom: 10px;
}
.AboutTxtBox .PageBJQ50
 strong{
    font-size: 20px;
}
.FootImgBJ{
 position: relative;
 /*background-attachment: fixed;*/
 background-size: cover;
 background-position: center;
 padding: 48px 0;
}
.FootImgBJ
 h2{
    color: #11264b;
 font-size: 25px;
 padding-bottom: 10px;
 text-align: center;
 font-weight: 700;
}
.FootImgBJ
 h3{}
.FootImgBJ
 p{
    color: #fff;
 padding-bottom: 5px;
 text-align: center;
}
.FootImgBJ
 a{
    line-height: 44px;
 font-size: 14px;
 border: 1px solid #fff;
 text-transform: capitalize;
 width: 140px;
 text-align: center;
 margin: 20px 0 0 0;
 display: block;
 color: #fff;
}

.FootImgBJ
 a:hover {
    background-color: #333;
 border-color: #333;
}
.FootImgBJ .BJQ{
 z-index: 2;
 /* text-align: center; */
 /* display: flex; */
 /* flex-wrap: wrap; */
 /* display: -webkit-flex; */
 /* justify-content: space-between; */
 /* align-items:center; */
 width: 100%;
}
.FootImgBJ:
 after{
    content: '';
 position: absolute;
 width: 100%;
 left: 0px;
 top: 0px;
 height: 100%;
 background: #dde4e8;
    }
#html39 .FootImgBJ{
 display: none;}
#html39 .FootImgBJ
 a{display:none;}

.pageColorUl
 ul li em{display:block;}

.PageBJQ
 th{
    text-align: center;
 padding: 10px;
  
}

.ServicesShowPageHeadTxt
 h2{}
.ServicesShowPageHeadTxt .BJQ
 li::marker{}
.ServicesBJQImgR
 p strong{color: #222;
 font-size: 20px;}
/*笔记本*/


.EvaluateLeft{
 width: 30%;
 border: 1px solid #ddd;
 padding: 40px;
}
.EvaluateLeft
 h2{
    font-size: 30px;
 font-weight: normal;
 padding-bottom: 20px;
}
.EvaluateLeft
 h3{}
.EvaluateLeft
 p{
    padding-bottom: 1em;
}
.EvaluateLeft
 ul{
    padding: 0 20px 1em;
}
.EvaluateLeft
 ul li{
    list-style-type: disc;
 padding-bottom: 5px;
}
.EvaluateLeft
 strong{}
.ServicesShowPageHeadTxt .BJQ
 strong{}

.lanmujj
 h3{}
.lanmujj
 h4{
    font-size: 20px;
 padding: 1em 0 0 0;
}
.lanmujj
 ul{
    padding: 0 0 1em 20px;
}
.lanmujj
 ul li{
    list-style-type: disc;
}
.ServicesShowPageHeadTxt .BJQ
 h4{
    padding: 1em 0 0 0;
 font-size: 20px;
}
.ServicesPageBJQ
 h4{
    font-size: 20px;
 padding: 1em 0 0 0;
 font-weight: 600;
}
.ServicesPageBJQ
 h3{
    font-size: 30px;
}




.ServicesPageBJQTitle{
 padding: 60px 0;
}
.ServicesPageBJQTitle
 h2{}
.ServicesPageBJQTitle
 p{
    padding-bottom: 1em;
}
.ServicesPageBJQTitle
 h3{}
.ServicesPageBJQTitle
 ul{}
.ServicesPageBJQTitle
 ul li{}
.ServicesPageBJQTitle
 ol{}
.ServicesPageBJQTitle
 ol li{}
.ServicesPageBJQTitle
 strong{}

.ServicesPageBJQTitleImg{
 padding: 60px 0;
}
.ServicesPageBJQTitleImg .box{
}
.ServicesPageBJQTitleimage{}
.ServicesPageBJQTitleimage
 img{}
.ServicesPageBJQTitleImgList{
 width:32%;
}
.ServicesPageBJQTitleImgList .BJQ{
 color: #666;
}
.ServicesPageBJQTitleImgList
 h2{
    padding: 15px 0;
 color: #000;
}
.ServicesPageBJQTitleImgList
 p{
    padding-bottom: 1em;
}
.ServicesPageBJQTitleImgList
 h3{}
.ServicesPageBJQTitleImgList
 ul{}
.ServicesPageBJQTitleImgList
 ul li{}
.ServicesPageBJQTitleImgList
 ol{}
.ServicesPageBJQTitleImgList
 ol li{}
.ServicesPageBJQTitleImgList
 strong{}
.ProductClassification
 h4{}
.ProductClassification
 h5{}
.FootCuTxt
 h3{}
.FootImgNr{
 position: relative;
 z-index: 2;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 align-items: center;
}
.FootImgForm{
 width: 100%;
 /* margin: 0 auto; */
 display: none;
}
.FootImgForm
 form{}
.FootImgForm
 form>div{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}

.FootImgForm
 form>div .Contact50 {
    width: 30%;
}
.FootImgForm
 input{
    border: 1px solid #fff;
 line-height: 45px;
 padding: 0 10px;
 width: 100%;
 margin-bottom: 12px;
}
.FootImgForm
 em{
    color: #fff;
}
.FootImgForm
 textarea{
    width: 100%;
 border: none;
 padding: 10px;
 height: 120px;
 border: 1px solid #fff;
}
.FootImgForm
 button{
    height: 45px;
 background: #333;
 color: #fff;
 padding: 0 50px;
 margin: 0 auto;
}
.galleryshang{
 padding:0 0 40px;}




.ServicesBJQTxtImgsEr{
 padding: 60px 0;
}
.ServicesTxtImgsBJQEr{}
.ServicesTxtImgsBJQEr
 p{
    padding: 1em 0 0 0;
}
.ServicesTxtImgsBJQEr
 h2{
    text-align: center;
 padding-bottom: 20px;
 font-size: 34px;
 font-weight: 700;
 color: #11264b;
}
.ServicesTxtImgsBJQEr
 ul{
    padding: 10px 20px;
}
.ServicesTxtImgsBJQEr
 li{
    list-style-type: disc;
}

.ServicesBJQTxtImgsEr .box>
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.ServicesBJQTxtImgsEr .box>
 ul li{
    width: 19%;
 box-shadow: 0 0 10px rgb(0 0 0 / 6%);
}
.ServicesBJQTxtImgsEr .box>
 ul li em{}
.ServicesBJQTxtImgsEr .box>
 ul li h3{
    padding: 15px 0;
 font-size: 16px;
 text-align: center;
}
.ServicesBJQTxtImgsEr .box>
 ul li p{}
.ServicesBJQTxtImgsEr .box>
 ul li img{
    height: 200px;
}

.ServicesBJQTxtImgsEr .box>
 ul li>div{}


.footAD
 a i{
    position: relative;
 color: #f20000;
 font-size: 20px;
 top: 2px;
 line-height: 1em;
    }
    .footAB
 a i{position: relative;
 color: #f20000;}
    
    
    
.PageBJQImgList{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
}
.PageBJQImgListBox{
 padding: 60px 0;
}
.PageBJQImgListNr{
 width: 32%;
}
.PageBJQImgListNrtxt{
 padding: 20px 0;
 font-size: 15px;
 color: #666;
}
.PageBJQImgListNrtxt
 h2{
    font-size: 22px;
 color: #000;
 padding-bottom: 10px;
}
.PageBJQImgListNrtxt
 h3{}
.PageBJQImgListNrtxt
 h4{}
.PageBJQImgListNrtxt
 p{
    font-size: 14px;
 padding-bottom: 1em;
}
.PageBJQImgListNrtxt
 strong{}
.PageBJQImgListNrtxt
 ul{
    padding: 10px 20px;
}
.PageBJQImgListNrtxt
 ul li{
    list-style-type: disc;
}
.PageBJQImgListNrtxt
 ul li::marker{}
.PageBJQImgListNrtxt
 ul li i{}




.productCanshu{
 display: table;
}
.productCanshuList{
 display: table-row;
}
.productCanshuList
 span{
    display: table-cell;
 padding: 0 10px 0 0;
}
.productCanshuList
 strong{
    font-weight: normal;
}

.PageImgTxtList{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;
 /* background: #f7f7f7; */
 position: relative;
}
.PageImgTxtListImg{
 width: 50%;
 position: absolute;
 left: 0px;
 top: 0px;
 height: 100%;
}
.PageImgTxtListImg
 img{
    width: 100%;
 height: 100%;
}
.PageImgTxtListTxt{}
.PageImgTxtListContent{
 padding: 80px 0 80px 55%;
}
.PageImgTxtListContent
 h2{
    font-size: 36px;
}
.PageImgTxtListContent
 h3{}
.PageImgTxtListContent
 p{
    padding-bottom: 1em;
}
.PageImgTxtListContent
 ul{
    padding: 0 20px;
}
.PageImgTxtListContent
 ul li{
    font-size: 14px;
 padding-bottom: 7px;
 list-style-type: disc;
}
.PageImgTxtListContent
 strong{}
 
.n2 .PageImgTxtListContent{
 padding: 80px 55% 80px 0%;
}
.n2 .PageImgTxtListImg{
 left: auto;
 right: 0px;
}



.content .indexNav{}
.PageXGbox{
 padding-top: 80px;
}
.PageXGbox
 h2{
    padding: 0px 0 10px 0;
 margin-bottom: 20px;
 font-size: 34px;
 font-weight: 700;
 text-align: center;
 color: #11264b;
}
.PageXGbox
 ul{
    display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 /* align-items: center; */
}
.PageXGbox
 ul li{
    width: 32%;
 margin-bottom: 30px;
}
.PageXGbox
 ul li a{
    display: block;
}
.PageXGbox
 ul li img{}
.PageXGbox
 ul li h3{
    font-weight: normal;
 padding: 10px 0;
 text-align: center;
 color: #f36f21;
}


.PageBJQImgListNrtxt
 a{line-height: 40px;
 font-size: 14px;
 border: 1px solid #000;
 text-transform: capitalize;
 width: 140px;
 text-align: center;
 margin: 20px 0 0 0;}
    
.fixed .indexheadbj{
 display:none;}  
.FdcLitsImg{}
.indexFdcLitsImg
 em{background: #f20000;
 position: absolute;
 left: 10px;
 bottom: 10px;
 z-index: 2;
 padding: 4px 20px;
 color: #fff;}



.productListTxt{
 padding: 20px 0 0 0;
}
.ClassificationImg{
 position: absolute;
 width: 100%;
 height: 100%;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: center;
 align-items: center;
}

.indexBjqImgUrlTitle
 h2{
    font-size: 36px;
 text-align: center;
 text-transform: uppercase;
 color: #fff;
    }
.indexBjqImgUrlTitle
 p{}
.indexBjqImgUrlTitle
 ul{}
.indexBjqImgUrlTitle
 li{}
.indexBjqImgUrlTitle
 strong{}

.AboutTxtBox .PageBJQ50
 ul{
    overflow: hidden;
 padding: 0px 0 20px 20px;
}
.AboutTxtBox .PageBJQ50
 li{
    position: relative;
 font-size: 14px;
 margin-bottom: 5px;
 list-style-type: disc;
}
 

#AboutTxtBox21{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 /* align-items: center; */
}


.indexFultxt{
 font-size: 14px;
 text-align: center;}
.ServicesPageBJQTitleImgList
 a{display:block;}
.ServicesPageBJQUlrTitle
 h2{    text-align: center;
 padding-bottom: 20px;
 font-size:36px;}
    
    .ServicesPageBJQUlrTitleList{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: space-between;
 /* align-items: center; */
}






.PageBJQImgListTitle {
 font-size: 30px;
 text-align: center;
 padding-bottom: 40px;
}
.PageBJQImgListTitle
 h2{
    font-size: 30px;
}
.PageBJQImgListTitle
 h3{}
.PageBJQImgListTitle
 p{}
.PageBJQImgListTitle
 ul{}
.PageBJQImgListTitle
 li{}


.pageshuzuTitle{
 width:100%;
 text-align: center;
 padding-bottom: 40px;}

.pageshuzuTitle
 h2{font-size: 30px;
 text-align: center;}
    #Noplaceholder{
 /* display:none; */}
    #placeholder{
 /* display: none; */
}
    #html49 .FootImgBJ{ }

.FqaRight
 dt.this i{}



.ContactRight
 ol{}
.ContactRight
 ol li{}
.ContactRight
 ol li::marker{}



.nofixed .indexNav{ }
.nofixed .logo
 h1{}
.nofixed #nav>
 li>a{}
.nofixed .logo1{
 display:none;}
.nofixed .logo2{
 display:block;}


.otherService
 h2{}
.otherService
 h2:after {
    content: '';
   
  
}
.ContactLeft
 h2{
   color: #333;
   }
.ContactBox
 h2:after {
    content: '';
  
  
}

.ContactRight>
 p strong{}
#html .footA{
  
}
#html .copyrightLeft
 a em{}
#html .copyrightLeft
 a{}
    
    
.ServicesTxtImgsBJQ
 p strong{}
.ServicesBJQTxtImgsTxt{ }
.aboutListTxt
 em{}    
    

   
.AboutTxtBj{
 position:relative;
 padding: 80px 0;}
.AboutTxtBj:
 after {
    content: '';
 position: absolute;
 width: 100%;
 left: 0px;
 top: 0px;
 height: 100%;
 background: rgb(0 0 0 / 0.5);
}
.AboutTxtBjcontent{
 position: relative;
 z-index: 3;
}
.AboutTxtBjcontent
 h2{
    color: #fff;
 font-size: 36px;
 line-height: 1.3em;
 text-align: center;
 padding-bottom: 20px;
}
.AboutTxtBjcontent
 h3{}
.AboutTxtBjcontent
 strong{
    color: #fff;
}
.AboutTxtBjcontent
 en{}
.AboutTxtBjcontent
 p{
    color: #fff;
 padding-bottom: 1em;
}
.AboutTxtBjcontent
 a{}
.AboutTxtBjcontent
 ul{
    padding: 0 20px;
}
.AboutTxtBjcontent
 ul li{
    color: #fff;
 list-style-type: disc;
}


.aboutListMaxImgTxt{
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 justify-content: flex-end;
 align-items: center;
 background: #f5f5f5;
 position: relative;
}
.aboutListMaxImg{
 width: 50%;
 position: absolute;
 left: 0px;
 top: 0px;
 height: 100%;
}
.aboutListMaxImg
 img{
    width: 100%;
 height: 100%;
}
.aboutListMaxTxt{
 width: 50%;
 padding: 40px 40px;
 min-height: 50vh;
 display: flex;
 flex-wrap: wrap;
 display: -webkit-flex;
 align-items: center;
}
.aboutListMaxTxt
 h2{
    padding-bottom: 15px;
 font-size: 36px;
 line-height: 1.3em;
}
.aboutListMaxTxt
 h3{}
.aboutListMaxTxt
 ul{}
.aboutListMaxTxt
 ul li{}
.aboutListMaxTxt
 p{
    padding-bottom: 1em;
}
.aboutListMaxTxt
 em{}
.aboutListMaxTxt
 strong{}
    
.Righr .aboutListMaxImg{
 left: auto;
 right: 0px;
}    
.Righr{
 justify-content: flex-start;
}    
    
.aboutListMaxTxtMinh{
}    
/*2024-5-23 11:49:37*/



/*笔记本*/
 @media (min-width:1000px) and (max-width:1450px){}


/*导航菜单放不下*/
 @media (min-width:1000px) and (max-width:1300px){
    .logo,.indexNavNrRight{ width:100%;
 justify-content: center;}
    #nav>li{
 padding:0 20px;}
    #nav>li>ul{
 left:5px;}
    .FdcShowBJ{
 padding: 160px 0 60px 0;}
}

/*ipd*/
 @media (min-width:750px) and (max-width:1000px){
 .indexNav{display:none;}
 .banner img{
 height:50vh;}
 .H2ol{
 min-height:auto;}
 .productLeft{
 width:100%;}
 .productRight{
 width:100%;}
 .FdcShowRight{
 width: 260px;}
 .FdcShowBJ{
 padding:55px 0 40px;}
 .lanmubannerTxt{
 height: calc(100% - 60px);}
};
 background: #fff;
 border: 1px solid #ddd;
 color: #8e8e8e;
 margin-bottom: 15px;
}
.inputDiv{
    width: 100%;
    margin-bottom: 20px;
}
.MoreA {
    width: 140px;
    text-align: center;
    line-height: 40px;
    background: #31544e;
    color: #fff;
    margin: 0 auto;
    display: block;
    font-size: 14px;
}

#Project{padding:0 0 30px;}
/*2022-11-1 18:46:17*/
.ServicesListBJ{}
.aboutListTxt a{
    border: 1px solid #fff;
    padding: 8px 20px;
}


.Aboutn2{}
.Aboutn2 .aboutListImg{
}
.index2n{}
.index2n:before{
    order: 0;
}
.index2n .FootCuTxt{
}
.index2n .FootCuImg img{
    max-height: inherit;
}
.FootCuTxt ul{
    padding: 10px 0 0 20px;
}
.FootCuTxt ul li{
    font-size: 14px;
    padding-bottom: 1em;
    list-style-type: disc;
    text-align: left;
}
.FootCuTxt ul li::marker{
     
}
.FootCuTxt ul li strong{
    color: #f20000;
}
.aboutListTxt ul>li::marker{
   
}
.ServicesShowTxt .BJQ ul li::marker{
    
}
.FqaRight dt.this{
}
.About strong {
    
font-size: 18px;
}
/*2022-11-12 12:19:19*/
.page .PageLearnmore{
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #000;
    text-transform: capitalize;
    width: 140px;
    text-align: center;
    margin: 20px 0 0 0;
}
.PageBJQ{
    padding: 40px 20px;
}
.PageBJQ h2{
    font-size: 20px;
}
.PageBJQ h3{
    font-size: 20px;
}
.PageBJQ h4{
    font-size: 16px;
}
.PageBJQ p{
    padding-bottom: 1em;
    font-size: 14px;
}
.PageBJQ strong{}
.PageBJQ em{}
.PageBJQ ul{padding: 10px 0 10px 20px;}
.PageBJQ ul li{
    list-style-type: disc;
    font-size: 14px;
}
.PageBJQ ul li::marker{
    
}
.PageBJQ ul li *{}
.PageBJQ ul li i{}
.PageBJQ ol{}
.PageBJQ ol li{}
.PageBJQ ol li::marker{}
.PageBJQ ol li *{}
.PageBJQ ol li i{}


.pagelIsttxt{
}
.pagelIsttxt h2{
    font-size: 20px;
    padding-bottom: 10px;
}
 
 
.pagelIsttxt h2:after{content:'';}
.pagelIsttxt h4{
    font-size: 20px;
}
.pagelIsttxt p{
    padding-bottom: 1em;
    font-size: 14px;
}
.pagelIsttxt strong{}
.pagelIsttxt em{}
.pagelIsttxt ul{padding: 10px 0 10px 20px;}
.pagelIsttxt ul li{
    list-style-type: disc;
    font-size: 14px;
}
.pagelIsttxt ul li::marker{
    
}
.pagelIsttxt ul li *{}
.pagelIsttxt ul li i{}
.pagelIsttxt ol{}
.pagelIsttxt ol li{}
.pagelIsttxt ol li::marker{}
.pagelIsttxt ol li *{}
.pagelIsttxt ol li i{}


.pageUlBJQ{
    position: relative;
    z-index: 3;
}
.pageUlBJQ h2{
    font-size: 20px;
    padding-bottom: 10px;
}
.pageUlBJQ h3{
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
}
.pageUlBJQ h3:after{content:'';}
.pageUlBJQ h2:after{content:'';}
.pageUlBJQ h4{
    font-size: 20px;
}
.pageUlBJQ p{
    padding-bottom: 1em;
}
.pageUlBJQ strong{}
.pageUlBJQ em{}
.pageUlBJQ ul{padding: 10px 0 10px 20px;}
.pageUlBJQ ul li{
    list-style-type: disc;
}
.pageUlBJQ ul li::marker{
    
}
.pageUlBJQ ul li *{}
.pageUlBJQ ul li i{}
.pageUlBJQ ol{}
.pageUlBJQ ol li{}
.pageUlBJQ ol li::marker{}
.pageUlBJQ ol li *{}
.pageUlBJQ ol li i{}




.pageOlBJQ{
    padding: 0 0 10px 0;
}
 
.pageOlBJQ h2{
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
}
 
.pageOlBJQ h2:after{content:'';}
.pageOlBJQ h4{
    font-size: 20px;
}
.pageOlBJQ p{
    padding-bottom: 1em;
    font-size: 14px;
}
.pageOlBJQ strong{}
.pageOlBJQ em{}
.pageOlBJQ ul{padding: 10px 0 10px 20px;}
.pageOlBJQ ul li{
    list-style-type: disc;
    font-size: 14px;
}
.pageOlBJQ ul li::marker{
    
}
.pageOlBJQ ul li *{}
.pageOlBJQ ul li i{}
.pageOlBJQ ol{}
.pageOlBJQ ol li{}
.pageOlBJQ ol li::marker{}
.pageOlBJQ ol li *{}
.pageOlBJQ ol li i{}



.pageUlBJColor{position:relative;background-attachment: fixed;background-size: cover;background-position: center;padding: 40px 20px;}
.pageUlBJColor:after{content:'';position: absolute;width: 100%;left: 0px;top: 0px;height: 100%;background: rgb(0 0 0 / 0.5);} 
.pageUlBJColorBJQ{
    position: relative;
    z-index: 3;
    padding-bottom: 20px;
}
.pageUlBJColorBJQ h2{
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}
.pageUlBJColorBJQ h3{
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
}
.pageUlBJColorBJQ h3:after{content:'';}
.pageUlBJColorBJQ h2:after{content:'';}
.pageUlBJColorBJQ h4{
    font-size: 20px;
}
.pageUlBJColorBJQ p{
    padding-bottom: 1em;
    color: #fff;
    font-size: 14px;
}
.pageUlBJColorBJQ strong{}
.pageUlBJColorBJQ em{}
.pageUlBJColorBJQ ul{padding: 10px 0 10px 20px;}
.pageUlBJColorBJQ ul li{
    list-style-type: disc;
    color: #fff;
    font-size: 14px;
}
.pageUlBJColorBJQ ul li::marker{
    
}
.pageUlBJColorBJQ ul li *{}
.pageUlBJColorBJQ ul li i{}
.pageUlBJColorBJQ ol{}
.pageUlBJColorBJQ ol li{}
.pageUlBJColorBJQ ol li::marker{}
.pageUlBJColorBJQ ol li *{}
.pageUlBJColorBJQ ol li i{}

.pageColorUl{
    position: relative;
    z-index: 3;
}
.pageColorUl ul{display:flex;flex-wrap:wrap;justify-content:space-between;display:-webkit-flex}
.pageColorUl ul li{width: 100%;padding: 0 0 20px 0;}
.pageColorUl ul li img{width:100%}
.pageColorUl ul li p{color: #fff;font-size: 14px;}
.pageColorUl ul li h3{padding: 10px 0;color: #fff;font-size: 18px;}
.pageUlBJColorMore{
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #fff;
    text-transform: capitalize;
    width: 140px;
    text-align: center;
    margin: 20px auto;
    display: block;
    color: #fff;
    position: relative;
    z-index: 3;
}




.indexA2{}
.indexA2 img{
    order: 2;
}
.FootCuBox2 .FootCuImg{}

.FootCuTxtPd{
}
.FootCuBox2 .FootCuTxtPd{padding:0px;}


.indexBJQ{
    padding: 40px 20px;
}
.indexBJQ h2{
    font-size: 20px;
    padding-bottom: 10px;
}
 
 
.indexBJQ h2:after{content:'';}
.indexBJQ h4{
    font-size: 20px;
}
.indexBJQ p{
    padding-bottom: 1em;
    font-size: 14px;
}
.indexBJQ strong{}
.indexBJQ em{}
.indexBJQ ul{padding: 10px 0 10px 20px;}
.indexBJQ ul li{
    list-style-type: disc;
    font-size: 14px;
}
.indexBJQ ul li::marker{
    
}
.indexBJQ ul li *{}
.indexBJQ ul li i{}
.indexBJQ ol{}
.indexBJQ ol li{}
.indexBJQ ol li::marker{}
.indexBJQ ol li *{}
.indexBJQ ol li i{}


.indeximgsBJ{padding: 40px 20px;}
.indeximgs{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.indeximgs li{
    
    width: 49%;
    margin: 8px 0;
}
.indeximgs li img{}
.indeximgsBJ h2{
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #11264b;
    font-size: 20px;
}
 
.indeximgsBJ p{
    text-align: center;
    padding-bottom: 1em;
    font-size: 14px;
}

.AboutULBJQ{
    position: relative;
    z-index: 3;
}
.AboutULBJQ  h2{
    text-align: center;
    font-size: 20px;
    margin-bottom: 0.5em;
}
.AboutULBJQ  h3{}
.AboutULBJQ h3:after{content:'';}
.AboutULBJQ h2:after{content:'';}
.indexAUl li div{
    width: 100%;
} 
.BJQBJ{
    
}
.FootCuTxtPd strong{
    font-size:18px;
} 
.indexProjectsLi:after{content:'';}
.News .BJQ strong{font-size:18px;}
.News .BJQ ul li {
    list-style-type: disc;
    padding-bottom: 1em;
}
.News .BJQ h3{
    font-size: 16px;
    padding-bottom: 10px;
}
.News .BJQ h4{}
.News .BJQ h2{
    font-size: 16px;
    padding-bottom: 10px;
}
#html38 .lanmubanner{}
#html51 .lanmubanner{}
.WindowShowCenter{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: center;
    align-items:center;
}
.WindowShowNr{
    max-height: 80vh;
    overflow-y: auto;
}
.RelatedProductsNr{    height: 100%;}
.Contactlmimg{}
.Contactlmimg img{}

.Contactlmimg{}
.Contactlmimg img{}


.indexBjqImgUrlLsit{padding: 40px 20px;background-color: #4ca8c8;}
.indexBjqImgUrl{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.indexBjqImgUrlNr{
    width: 100%;
    padding-bottom: 15px;
    background-color: #ffffff8a;
}
.indexBjqImgUrlNr em{}
.indexBjqImgUrlNr img{}
.indexBjqImgUrlNrTxt{
    padding: 20px 0 0 0;
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
}
 
.indexBjqImgUrlNrTxt h2{
    font-size: 18px;
    padding-bottom: 10px;
    color: #333;
    text-align: center;
}
.indexBjqImgUrlNrTxt p{
    padding-bottom: 1em;
    font-size: 14px;
}
.indexBjqImgUrlNrTxt ul{
    padding: 0 0 0 20px;
}
.indexBjqImgUrlNrTxt ul li{
    font-size: 14px;
    padding-bottom: 7px;
    list-style-type: disc;
}
.indexBjqImgUrlA{
    border: 1px solid #000;
    padding: 0 30px;
    line-height: 34px;
    margin: 20px 0 0 0;
}

.ViewAll {
    width: 160px;
    text-align: center;
    line-height: 40px;
    margin: 20px auto 0;
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    border: 2px solid #000;
}

.lanmujj p strong{
 
}

.Aboutn2 .aboutListTxt{}

.footAA h4{ }

.indexBjqImgUrlNr>a{
    display: block;
    
}
#indexBJQ63 .box{
  
    }
.lrtxt{
    width: 48%;
    background: #fff;
    padding: 30px;
}    

.FdcLitsBJ{padding: 70px 0 0 0;}
.FdcLitsLeft>ul>li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}





.indexAUl>li a {
    display: block;
    width: 100%;
    position: relative;}
    
    
        .ServicesShowFormBox{
    background: #f5f5f5;
    padding: 20px;
}
.indexCpdefaultTxt h4{
    color: #999;
    font-weight: normal;
    padding: 10px 0;
}

.footflex{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}

.WapHead .WapLogo:before {
    content: '';
    
}

.PageBJQ img {
     
}
#html39 .lanmubanner {
   
}

.productShowTxt .BJQ tr:nth-child(odd){
    background: #eee;
}
.productShowTxt .BJQ th{
    border: none;
    text-align: left;
}
.productShowTxt .BJQ tr{
    background: #f5f5f5;
}
.productShowTxt .BJQ table{
    margin: 10px 0 20px;
    border: 1px solid #f5f5f5;
}
.productShowTxt .BJQ td{
    border: none;
}
.productShowTxt .BJQ td *{}
.productShowIntroduction tr{
    background: #f5f5f5;
}
.productShowIntroduction tr:nth-child(odd){
    background: #fce3f073;
}
.productShowIntroduction td{border: 1px solid #ddd;}
.productShowIntroduction td *{}
.ProductClassification li p{
    text-align: center;
    padding: 0 20px 1em;
    font-size: 15px;
}
.ProductClassification li em{
    padding: 0 30px;
    border-radius: 40px;
    background: #1a90c6;
    color: #fff;
    line-height: 45px;
    padding: 0 30px;
}

.aboutListTxt h2 {
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 1.3em;
    color: #11264b;
}
.footAA h3 {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items: center;
    color: #fff;
    font-size: 36px;
    padding-bottom: 10px;
    /* display: none; */
    justify-content: center;
    color: #f36f21;
    font-weight: 600;
}
#indexAUlBJ63{}
.indexAUl>li:nth-child(1){
   
}
.indexAUl>li:nth-child(2){
    
}
.indexAUl>li:nth-child(3){
   
}
.indexAUl>li:nth-child(4){
   
}
.indexAUlTxt strong{
 
}
.indexAUlTxt{
   padding: 20px;
   text-align: center;
}

.productRin{
    background: #fff;
    padding: 20px 0;
}
.footAC ul li a em{
    color: #fff;
    display: none;
    
}

.ServicesShowTxt .BJQ img{
    margin: 0 0 20px 0;
}

.indexFul li a{
    display: block;
}

.pageColorUl ul li a{
    display: block;
    text-align: center;
}
.PageBJQ ol li {
    list-style-type: disc;
    padding-bottom: 5px;
    font-size: 14px;
}
.PageBJQ ol {
    padding: 0 0 0 20px;
}

.ServicesShowTxt .BJQ ol{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 20px 0 0 0;
}
.ServicesShowTxt .BJQ ol li{
    background-color: #fff;
    color: #111;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 20px;
    background: #f7f7f7;
    font-weight: 500;
}
.ServicesShowTxt .BJQ ol li i{}
.ServicesShowTxt .BJQ ol strong{}
.ServicesShowTxt p em{
    font-style: italic;
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #111;
    font-weight: 500;
}

#html39 .indexF{ }
.RelatedProductsNr .imghover{
    display: block;
    width: 100%;
    padding-bottom: 66.6%;
    position: relative;
}

.review>h3{
    text-align: center;
    font-weight: normal;
    padding-bottom:40px;
    color: #fff;
}
.reviewBJ:before {
    content: '';
    /*display: block;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: #000;*/
    /*opacity: 0.85;*/
    /*top: 0px;*/
    /*left: 0px;*/
}
.bannerTxtNr ul{
   
}
.bannerTxtNr ul li{
 
}
.content .footA:before{}

.ServicesParameterList:nth-child(2n) .ServicesParameterImg img{
  
}

.ContactRight li:last-child{
    margin: 0px;
}
.indexCpTitle h2:after{
    content: '';
 
}

.indexCpOl>li em:after{content: ''; }

.AboutUL>ul>li em{
    display: block;
}
.AboutUL a{}
.indexAUlTxt a{}
.footA h4:after{content:''; }
.ContactLeftBJ{}
.FdcLitsImg em{
    background: #f20000;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
    padding: 6px 20px;
    color: #fff;
}
.bannerTxt p a:last-child{
    border: none;
}
 
    
.indexFdc .swiper-button-next{top: 30%;}
.indexFdc .swiper-button-prev{top: 30%;}
.FdcShow .BJQ h2,.FdcShow .BJQ h3,.FdcShow .BJQ h4 {
    font-size: 18px;
    padding: 0 0 10px;
}
.footAAbeian{
    padding: 10px 0 0 0;
    display: none;
}
.footAAbeian em{
    color: #fff;
    
    padding: 6px 0 0 0;
    font-size: 14px;
    display: block;
}
.footAAbeian a{
    color: #fff;
    
    font-size: 14px;
    }
    .PageBJQ p a{
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    padding: 0 30px;
    background: #b90202;
    color: #fff;
    text-transform: uppercase;
}
.footEmail{
    text-align: center;
}
.footEmail h3{
    font-size: 32px;
    color: #fff;
}
.footEmail p{
    padding-bottom: 1em;
    color: #fff;
}
.footEmail form{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items:center;
}
.footEmail input{
    width: calc(100% - 120px);
    border: 1px solid #ddd;
    padding: 0px 10px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.footEmail button{
    width: 100px;
    background: #f20000;
    height: 50px;
    color: #fff;
}
.ServicesParameterList .BJQ h2{
    
    font-size: 20px;
}
.indexBJQ p a{
    
}
.ServicesContent ol{
    padding: 0 0 0 20px;
}
.ServicesContent ol li{
    margin-bottom: 15px;
    position: relative;
    list-style-type: disc;
}
 
 


.indexCpdefaultTxt{
 
}
 
.indexCpdefaultTxt img{}
.footSyS{
    display: none;
}
.footSyS p {
 
}
.footSyS img{
   
    }
#container{height:400px;}
.VIpgJd-ZVi9od-ORHb-OEVmcd{display: none; height: 0px;}
.VIpgJd-ZVi9od-ORHb-OEVmcd{display:none;}
.goog-te-gadget{height:30px; overflow: hidden;}
.goog-te-combo{margin:0px 0 0 20px!important; height:30px;border:1px solid #000; }
 


.ServicesParameterBox{
    padding: 60px 0;
}
.ServicesParameterBox h2{
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
}
.ServicesShowTxt a{
    width: 200px;
    line-height: 44px;
    text-align: center;
    display: block;
    border: 2px solid #269546;
    font-size: 16px;
    color: #269546;
    border-radius: 40px;
    margin: 20px auto;
}
.ServicesParameterUl li em{ height:60px;}
.FdcLitsLeft>ul>li h5 div{order:2;display: flex;flex-wrap: wrap;display: -webkit-flex;align-items:center;}
.indexFdc ul li h5 div{order:2;display: flex;flex-wrap: wrap;display: -webkit-flex;align-items:center;}
.daili{
    /* box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%); */
    padding: 30px;
    /* border-radius: 10px; */
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #f5f5f5;
}
.daili dt{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items:center;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px 0;
}
.daili dd{
    padding: 20px 0 0;
}
.daili img{
    width: 80px;
    border-radius: 100%;
}
.daili h3{
    padding-left: 10px;
    font-size: 26px;
    color: #f20000;
}
.daili p{
    padding: 5px 0;
}
.daili a{}
.FdcShowRight{
     
    width: 100%;
}

#html48 .lanmubanner{ height:0px; overflow:hidden;}
.EvaluateNr p{
    padding-bottom: 2em;
    color: #666;
    font-size: 15px;
    
}
.EvaluateNr ul{}
.EvaluateNr ul li{}
.EvaluateNr h3{}
.EvaluateNr strong{
    font-weight: 500;
    font-size: 16px;
}
.WindowShow form select{
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    
    margin-bottom: 20px;
} 
.indexA2 .indexAboutImg{order: 2;}
.indexAboutImg{}

.pageshuzuBJ{
    padding: 30px 20px;
}
.pageshuzu{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.pageshuzu dl{
    width: 100%;
    padding: 20px 0;
}
.pageshuzu dl dt{
    font-size: 20px;
    padding-bottom: 10px;
}
.pageshuzu dd{
        line-height: 1.7em;
    font-size: 14px;
    color: #666;
}
.BjqImgBJ{
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
}
.BjqImgBJnr{
    position: relative;
    z-index: 2;
}
.BjqImgBJnr h2{
    color: #fff;
    font-size: 20px;
    margin: 0 0 20px 0;
}
.BjqImgBJnr h3{
    color: #fff;
    font-size: 20px;
    padding: 0px 0 10px 0;
}
.BjqImgBJnr h4{
    color: #fff;
}
.BjqImgBJnr p{
    color: #fff;
}
.BjqImgBJnr strong{
    color: #fff;
}
.BjqImgBJnr ul{
    padding: 20px;
}
.BjqImgBJnr li{
    color: #fff;
    list-style-type: disc;
}

.BjqImgBJ:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
}
.PageBJQ50{}
.indexBJQ50{}
 


.IndexpageshuzuBJ{
    padding: 30px 20px;
    position: relative;
}
.Indexpageshuzu{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    z-index: 3;
    position: relative;
}
.Indexpageshuzu dl{
    width: 100%;
    padding: 20px 0;
}
.Indexpageshuzu dl dt{
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}
.Indexpageshuzu dd{
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
}



.IndexBjqImgBJ{
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
}
.IndexBjqImgBJnr{
    position: relative;
    z-index: 2;
}
.IndexBjqImgBJnr h2{
    color: #fff;
    font-size: 24px;
    margin: 0 0 20px 0;
    text-align: center;
}
.IndexBjqImgBJnr h3{
    color: #fff;
    font-size: 20px;
    padding: 0px 0 10px 0;
}
.IndexBjqImgBJnr h4{
    color: #fff;
}
.IndexBjqImgBJnr p{
    color: #fff;
    font-size: 14px;
}
.IndexBjqImgBJnr strong{
    color: #fff;
}
.IndexBjqImgBJnr ul{
    padding: 20px;
}
.IndexBjqImgBJnr li{
    color: #fff;
    list-style-type: disc;
    font-size: 14px;
}

.IndexBjqImgBJ:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    background: #11264ba1;
}

.Contact100{ width:100%;}


.indexBjqImgUrlNrTxt strong{}
.IndexBjqImgBJnr p a{
 
}
.AboutTxt h2 img{
  
}
.indexList{}
.indexList>div{width:100%;}
.indexBjqImgUrlNrTxt span{
    
}

.footAA h3 span{
     display: none;
}

.FqaRight dt img{ }
.FqaRight dt p{
 
}
.FqaRight dt em{ }
.FqaRight dt span{}
.Faq>h2{}

.AboutUL:after{content:'';display: block;width: 100%;height: 100%;left: 0px;top: 0px;background: #01221e;position: absolute;opacity: 0;}
.ServicesParameterUl li>div{
 
}

 .RelatedProductsNr p{
    color: #f20000;
}

.AboutUL>ul li:last-child{} 
.pageOl li:last-child{} 
.indexBJQ100{}
.indexBJQ50{}
.PageBJQ100{}
.PageBJQ50{}

.IndexBjqImgBJ100{}
.IndexBjqImgBJ50{}
.IndexBjqImgBJnr a{    line-height: 40px;
    color: #fff;
    display: block;
    font-size: 14px;
    border: 1px solid #fff;
    position: relative;
    width: 170px;
    text-align: center;
    margin: 40px auto 0;}
    
.FootCuBox2{
    
}
.FootCuBox2 h2{}
.FootCuBox2 p{}
.FootCuBox2 .FootCuTxt a{}
.ServicesList>ul>li:last-child{
    border: none;
}

.pageUltxt{}
.pageColorUltxt{}


.IndexpageshuzuBJQ{
    text-align: center;
    padding-bottom: 40px;
}
.IndexpageshuzuBJQ p{
    padding: 0 10%;
}
.IndexpageshuzuBJQ h2{
    font-size:20px;
    text-align: center;
    text-transform: capitalize;
}
.IndexpageshuzuBJQ ul{}
.IndexpageshuzuBJQ ul li{}
.ServicesList>ul>li:nth-child(2n){}
.AboutTxt p img{}
.AboutULBJQ p{
   
}



.indeximgstxt{
    width:100%;
}
.indeximgstxt a{
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    width: 140px;
    text-align: center;
    margin: 20px 0 0;
    display: block;
    text-transform: capitalize;
    background: #e35a00;
    font-weight: 500;
}
.indeximgstxt ul{
    padding: 0 0 0 20px;
}
.indeximgstxt ul li{
    padding: 0 0 5px 0px;
    position: relative;
    list-style-type: disc;
    font-size: 16px;
}
.indeximgstxt p{}

.IndexpageshuzuBJ:after{content:'';display: block;position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;background: #fff;opacity: 0.9;z-index: 2;}

.productListImg{    width: 100%!important;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%!important;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;}
    .productListImg img {
    max-width: 100%;
    max-height: 100%;
    /* width: 100%!important; */
    /* height: 100%!important; */
}
.indexAUlTxt h3{
    text-align: center;
    font-size: 26px;
}

.FdcShowBJ{padding:55px 0 0;}
.ProductClassification li .imghover {
    width: 100%;
    padding-bottom: 66%;
}
.pagelIsImg{}

.footEmail input::-webkit-input-placeholder{ } 
.footEmail input::-moz-placeholder { }
.footEmail input::-ms-input-placeholder {} 

.PageBJQ table{margin-bottom: 40px;}
.PageBJQ tr{
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.PageBJQ td{
    padding: 10px;
    border: none;
}
.PageBJQ td p{}
.PageBJQ td h2{
    font-size: 20px;
}
.PageBJQ td h3{}
.PageBJQ tr:nth-child(2n){
    background: #fff;
}
.PageBJQ td:nth-child(1){
   
}
.PageBJQ td:nth-child(2){
}
.PageBJQ td:nth-child(3){}
.PageBJQ td:nth-child(4){}
.PageBJQ td:nth-child(5){}

.indexCpOl>li:nth-child(1){}
.indexCpOl>li:nth-child(2){}
.indexCpOl>li:nth-child(3){
    
}
.indexCpOl>li:nth-child(4){
    
}
.indexCpOl>li:nth-child(5){
 
}
 .ServicesShowFormRight{ width:100%;}
 
.PageZhedie{}
.PageZhedie dl{
    padding: 20px 20px;
}
.PageZhedie dt{
 
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items:center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.PageZhedie dt i{transition: 0.4s;-o-transition: 0.4s;-moz-transition: 0.4s;-webkit-transition: 0.4s;}
.PageZhedie dt img{
    width: 30px;
}
.PageZhedie h3{
    width: calc(100% - 30px);
    font-size: 16px;
}
.PageZhedie dd{
    display: none;
    padding: 20px 0;
}
.PageZhedie dd p{
    padding-bottom: 1em;
}
.PageZhedie dd ul{
    padding: 0 0 20px 20px;
}
.PageZhedie dd li{
    list-style-type: disc;
}
.PageZhedie dd li::marker{} 
.PageZhedie dd strong{}
.PageZhedie dd h2{}
.PageZhedie dd h3{}
.PageZhedie dt.this{}
.PageZhedie dt.this h3{
}
.PageZhedie dt.this i{transform: rotate(
90deg);
    -webkit-transform: rotate(
90deg); } 
.indexBjqImgUrlTitle{
    font-size: 23px;
    padding-bottom: 18px;
    position: relative;
    text-align: center;
    font-weight: 600;
}
.ServicesShowPage{
}
.ServicesShowPageHead{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    /* align-items:center; */
    padding: 40px 20px;
}
.ServicesShowPageHeadImg{
    width: 100%;
}
.ServicesShowPageHeadImg img{}
.ServicesShowPageHeadTxt{
    width: 100%;
    padding: 20px 0 0 0;
}
.ServicesShowPageHeadTxt h1{
    font-size: 20px;
}
.ServicesShowPageHeadTxt .BJQ{}
.ServicesShowPageHeadTxt .BJQ p{
    padding: 1em 0 0 0;
    font-size: 14px;
}
.ServicesShowPageHeadTxt .BJQ ul{
    padding: 10px 20px 0;
}
.ServicesShowPageHeadTxt .BJQ li{
    list-style-type: disc;
    font-size: 14px;
}

.ServicesPageBJQ{
    background: #f5f5f5;
    padding: 40px 20px;
}
.ServicesPageBJQ h2{
    font-size: 24px;
    text-align: center;
    color: #f36f21;
    font-weight: 700;
}
.ServicesPageBJQ p{
    padding: 1em 0 0 0;
}
.ServicesPageBJQ ul{
    padding: 10px 20px;
}
.ServicesPageBJQ li{
    list-style-type: disc;
    font-size: 14px;
}


.ServicesBJQImg{
    padding: 40px 20px;
}
.ServicesBJQImgL{
    width: 100%;
}
.ServicesBJQImgL img{}


.ServicesBJQImgR{
    width: 100%;
    padding: 20px 0 0 0;
}
.ServicesBJQImgR h2{
    font-size: 24px;
    font-weight: 700;
    color: #11264b;
}
.ServicesBJQImgR p{
    padding: 1em 0 0 0;
    font-size: 14px;
}
.ServicesBJQImgR ul{
    padding: 10px 20px;
}
.ServicesBJQImgR li{
    list-style-type: disc;
}
.ServicesBJQImgR a{}


.ServicesBJQImgs{
    padding: 40px 20px;
    background: #f5f5f5;
}
.ServicesImgsBJQ p{}
.ServicesImgsBJQ h2{
    text-align: center;
    padding-bottom: 20px;
    font-size: 20px;
}

.ServicesBJQImgs ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.ServicesBJQImgs ul li{
    width: 49%;
}
.ServicesBJQImgs li em{}
.ServicesBJQImgs li img{}


.ServicesPageBJQBj{
    padding: 40px 20px;
    position: relative;
    /*background-attachment: fixed;*/
    background-size: cover;
    background-position: center;
}
.ServicesPageBJQBj h2{
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    font-size: 20px;
}
.ServicesPageBJQBj p{
    color: #fff;
    font-size: 14px;
    
}
.ServicesPageBJQBj ul{
    padding: 10px 20px;
}
.ServicesPageBJQBj li{
    list-style-type: disc;
    color: #fff;
    font-size: 14px;
    
}
.ServicesPageBJQBj:after{content:'';position: absolute;left: 0px;top: 0px;background: #000;display: block;width: 100%;height: 100%;opacity: 0.8;}
.ServicesBJQImg .box{display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;}
.ServicesShowPageHeadTxt .BJQ a{}
.ServicesPageBJQBj a{}
.ServicesBJQTxtImgs{
    padding: 40px 20px;
}
.ServicesTxtImgsBJQ{}
.ServicesTxtImgsBJQ p{
    padding: 1em 0 0 0;
    font-size: 14px;
}
.ServicesTxtImgsBJQ h2{
    font-size: 24px;
    font-weight: 700;
    color: #11264b;
    text-align: center;
}
.ServicesTxtImgsBJQ ul{
    padding: 10px 20px;
}
.ServicesTxtImgsBJQ li{
    list-style-type: disc;
    font-size: 14px;
}

.ServicesBJQTxtImgs .box>ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.ServicesBJQTxtImgs .box>ul li{
    width: 100%;
    padding: 20px 0 40px 0;
}
.ServicesBJQTxtImgs .box>ul li em{
    width: 100%;
}
.ServicesBJQTxtImgs .box>ul li h3{
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    color: #11264b;
}
.ServicesBJQTxtImgs .box>ul li p{
    font-size: 14px;
    text-align: center;
}
.ServicesBJQTxtImgs .box>ul li img{
    margin: auto;
    width: 22%;
}
.ServicesShowPageHeadTxt .BJQ h2{
    font-size:20px;
   
}
.ServicesShowPageHeadTxt .BJQ h3{
    font-size:18px;
   
} 
.ServicesPageBJQBj .box{z-index:2;}
.ServicesShowLeft .box{ width:100%;}

.AboutTxtBox .PageBJQ50{} 
.AboutTxtBox .PageBJQ50 p{
    padding-bottom: 1em;
    font-size: 14px;
}
.AboutTxtBox .PageBJQ50 h2{
    font-size: 22px;
    padding-bottom: 0.5em;
}
.AboutTxtBox .PageBJQ50 strong{}
.FootImgBJ{
    position: relative;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
}
.FootImgBJ h2{
    color: #11264b;
    font-size: 24px;
    font-weight: 700;
}
.FootImgBJ h3{}
.FootImgBJ p{
    color: #fff;
}
.FootImgBJ a{
    line-height: 44px;
    font-size: 14px;
    border: 1px solid #fff;
    text-transform: capitalize;
    width: 140px;
    text-align: center;
    margin: 20px auto;
    display: block;
    color: #fff;
}
.FootImgBJ .BJQ{
    z-index: 2;
    text-align: center;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* display: -webkit-flex; */
    /* justify-content: space-between; */
    /* align-items:center; */
}
.FootImgBJ:after{
    content: '';
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    background: #dde4e8;
    }
#html39 .FootImgBJ{display: none;}
#html39 .FootImgBJ a{display:none;}
.pageColorUl ul li em{display:block;}
.PageBJQ th{
    text-align: center;
    padding: 10px;
  
}

.ServicesShowPageHeadTxt h2{}
.ServicesShowPageHeadTxt .BJQ li::marker{}
.indexAboutImg img{ }
.ServicesBJQImgR p strong{color: #222; }

.EvaluateLeft{
    width: 100%;
    border: 1px solid #ddd;
    padding: 40px;
}
.EvaluateLeft h2{
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 20px;
}
.EvaluateLeft h3{}
.EvaluateLeft p{
    padding-bottom: 1em;
}
.EvaluateLeft ul{
    padding: 0 20px 1em;
}
.EvaluateLeft ul li{
    list-style-type: disc;
    padding-bottom: 5px;
}
.EvaluateLeft strong{}
.lanmujj h3{}
.lanmujj h4{
    font-size: 20px;
    padding: 1em 0 0 0;
}
.lanmujj ul{
    padding: 0 0 1em 20px;
}
.lanmujj ul li{
    list-style-type: disc;
}
.ServicesShowPageHeadTxt .BJQ h4{
    padding: 1em 0 0 0;
    font-size: 20px;
}
.ServicesPageBJQ h4{
    font-size: 20px;
    padding: 1em 0 0 0;
    font-weight: 600;
}
.ServicesPageBJQ h3{
    font-size: 30px;
}
.ServicesShowPageHeadTxt .BJQ strong{ }

.ServicesPageBJQTitle{
    padding: 20px;
}
.ServicesPageBJQTitle h2{}
.ServicesPageBJQTitle p{
    padding-bottom: 1em;
}
.ServicesPageBJQTitle h3{}
.ServicesPageBJQTitle ul{}
.ServicesPageBJQTitle ul li{}
.ServicesPageBJQTitle ol{}
.ServicesPageBJQTitle ol li{}
.ServicesPageBJQTitle strong{}

.ServicesPageBJQTitleImg{
    padding: 20px;
}
.ServicesPageBJQTitleImg .box{
    
}
.ServicesPageBJQTitleimage{}
.ServicesPageBJQTitleimage img{}
.ServicesPageBJQTitleImgList{
 padding-bottom: 40px;
}
.ServicesPageBJQTitleImgList .BJQ{}
.ServicesPageBJQTitleImgList h2{
    padding: 15px 0;
    font-size: 20px;
}
.ServicesPageBJQTitleImgList p{
    padding-bottom: 1em;
}
.ServicesPageBJQTitleImgList h3{}
.ServicesPageBJQTitleImgList ul{}
.ServicesPageBJQTitleImgList ul li{}
.ServicesPageBJQTitleImgList ol{}
.ServicesPageBJQTitleImgList ol li{}
.ServicesPageBJQTitleImgList strong{}
.ProductClassification h4{}
.ProductClassification h5{}
.FootCuTxt h3{}
.FootImgNr{
    position: relative;
    z-index: 2;
}
.FootImgForm{
    margin: 15px auto;
    display: none;
}
.FootImgForm form .Contact50{
    width: 46%;
}
.FootImgForm form>div{display: flex;flex-wrap: wrap;justify-content: space-between;}
.FootImgForm input{
    background: #fff;
    line-height: 45px;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 12px;
}
.FootImgForm em{
    color: #fff;
    /* display: none; */
}
.FootImgForm textarea{
    background: #fff;
    width: 100%;
    border: none;
    padding: 10px;
    height: 200px;
    margin-bottom: 20px;
}
.FootImgForm button{
    height: 45px;
    background: #333333;
    color: #fff;
    padding: 0 60px;
    margin: 0 auto;
}
.ServicesBJQTxtImgsEr{
    padding: 20px;
}

div#ServicesPageEr28 li:last-of-type {
    display: none;
}
.ServicesTxtImgsBJQEr{}
.ServicesTxtImgsBJQEr p{
    padding: 1em 0 0 0;
}
.ServicesTxtImgsBJQEr h2{
    font-size: 24px;
    font-weight: 700;
    color: #11264b;
    text-align: center;
}
.ServicesTxtImgsBJQEr ul{
    padding: 10px 20px;
}
.ServicesTxtImgsBJQEr li{
    list-style-type: disc;
}

.ServicesBJQTxtImgsEr .box>ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.ServicesBJQTxtImgsEr .box>ul li{
    width: 48%;
    padding: 20px 0 20px 0;
}
.ServicesBJQTxtImgsEr .box>ul li em{
    width: 100%;
}
.ServicesBJQTxtImgsEr .box>ul li h3{
    font-size: 16px;
    text-align: center;
}
.ServicesBJQTxtImgsEr .box>ul li p{}
.ServicesBJQTxtImgsEr .box>ul li img{
    height: 160px;
    width: 100%;
}

.ServicesBJQTxtImgsEr .box>ul li>div{}

.footAD a i{
    position: relative;
    color: #f20000;
    font-size: 20px;
    top: 2px;
    line-height: 1em;
    }
    .footAB a i{position: relative;
    color: #f20000;}
    
    
.PageBJQImgList{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.PageBJQImgListBox{
    padding: 40px 20px;
}
.PageBJQImgListNr{
    width: 100%;
}
.PageBJQImgListNrtxt{
    padding: 20px 0;
    font-size: 14px;
    color: #666;
}
.PageBJQImgListNrtxt h2{
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
}
.PageBJQImgListNrtxt h3{}
.PageBJQImgListNrtxt h4{}
.PageBJQImgListNrtxt p{
    font-size: 14px;
    padding-bottom: 1em;
}
.PageBJQImgListNrtxt strong{}
.PageBJQImgListNrtxt ul{
    padding: 10px 20px;
}
.PageBJQImgListNrtxt ul li{
    list-style-type: disc;
    font-size: 14px;
}
.PageBJQImgListNrtxt ul li::marker{}
.PageBJQImgListNrtxt ul li i{}    
.productCanshu{
    display: table;
}
.productCanshuList{
    display: table-row;
}
.productCanshuList span{
    display: table-cell;
    padding: 0 10px 0 0;
}
.productCanshuList strong{
    font-weight: normal;
}
.PageImgTxtList{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    /* background: #f7f7f7; */
    position: relative;
}
.PageImgTxtListImg{
    width: 100%;
}
.PageImgTxtListImg img{
    width: 100%;
    height: 100%;
}
.PageImgTxtListTxt{}
.PageImgTxtListContent{padding: 20px 0;}
.PageImgTxtListContent h2{
    font-size: 20px;
}
.PageImgTxtListContent h3{}
.PageImgTxtListContent p{
    padding-top: 1em;
    font-size: 14px;
}
.PageImgTxtListContent ul{
    padding: 20px 20px;
}
.PageImgTxtListContent ul li{
    font-size: 14px;
    padding-bottom: 7px;
    list-style-type: disc;
}
.PageImgTxtListContent strong{}
 .PageXGbox{
    padding-bottom: 80px;
}
.PageXGbox h2{
    padding: 0px 0 10px 0;
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
}
.PageXGbox ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 0 20px;
}
.PageXGbox ul li{
    width: 48%;
    padding-bottom: 20px;
}
.PageXGbox ul li a{
    display: block;
}
.PageXGbox ul li img{}
.PageXGbox ul li h3{
    font-weight: normal;
    padding: 10px 0;
    font-size: 14px;
}
.PageBJQImgListNrtxt a{line-height: 40px;
    font-size: 14px;
    border: 1px solid #000;
    text-transform: capitalize;
    width: 140px;
    text-align: center;
    margin: 20px 0 0 0;}
 .bannerTxtNrtxt{} 
.FdcLitsImg{}   
.indexFdcLitsImg em{background: #f20000;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
    padding: 4px 20px;
    color: #fff;}
    
.WapNav .sousuonr input::-webkit-input-placeholder {
    
}

.WapNav .sousuonr input::-moz-placeholder {
    
}

.WapNav .sousuonr input::-ms-input-placeholder {
     
}
.productListTxt{}
.ClassificationImg{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.indexBjqImgUrlTitle h2{
    font-size: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    }
.indexBjqImgUrlTitle p{}
.indexBjqImgUrlTitle ul{}
.indexBjqImgUrlTitle li{}
.indexBjqImgUrlTitle strong{}

.AboutTxtBox .PageBJQ50 ul{
    overflow: hidden;
    padding: 0px 0 20px 20px;
}
.AboutTxtBox .PageBJQ50 li{
    position: relative;
    font-size: 14px;
    margin-bottom: 5px;
    list-style-type: disc;
}
.AboutTxtBox .PageBJQ50 strong{
}

#AboutTxtBox21{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    /* align-items: center; */
    background-color: #efeff0;
}
.indexFultxt{  font-size: 14px; text-align: center;}
.ServicesPageBJQTitleImgList a{display:block;}
.ServicesPageBJQUlrTitle  h2{    text-align: center;
    padding-bottom: 20px;
    font-size: 20px;}
    
    .PageBJQImgListTitle {
 
    text-align: center;
    padding-bottom:20px;
}
.PageBJQImgListTitle  h2{
    font-size: 20px;
}
.PageBJQImgListTitle  h3{}
.PageBJQImgListTitle  p{}
.PageBJQImgListTitle  ul{}
.PageBJQImgListTitle  li{}
#Noplaceholder{/* display:none; */}
#placeholder{
    /* display: none; */
}
    #html49 .FootImgBJ{ }

.FqaRight dt.this i{ }

.pageshuzuTitle{ width:100%;}
.pageshuzuTitle h2{}
.pageshuzuTitle p{}
.ServicesTxtImgsBJQ p strong{
   
}
.ServicesBJQTxtImgsTxt{ }
.aboutListTxt em{
  
}    
  
.AboutTxtBj{position:relative;padding: 50px 20px;}
.AboutTxtBj:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
}
.AboutTxtBjcontent{
    position: relative;
    z-index: 3;
}
.AboutTxtBjcontent h2{
    color: #fff;
    font-size: 27px;
    line-height: 1.3em;
    text-align: center;
    padding-bottom: 20px;
}
.AboutTxtBjcontent h3{}
.AboutTxtBjcontent strong{
    color: #fff;
}
.AboutTxtBjcontent en{}
.AboutTxtBjcontent p{
    color: #fff;
    padding-bottom: 1em;
}
.AboutTxtBjcontent a{}
.AboutTxtBjcontent ul{
    padding: 0 20px;
}
.AboutTxtBjcontent ul li{
    color: #fff;
    list-style-type: disc;
}


.aboutListMaxImgTxt{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    background: #f5f5f5;
    position: relative;
}
.aboutListMaxImg{
    width: 100%;
    /* position: absolute; */
    /* left: 0px; */
    /* top: 0px; */
    /* height: 100%; */
}
.aboutListMaxImg img{
    width: 100%;
    height: 100%;
}
.aboutListMaxTxt{
    width: 100%;
    padding: 40px 20px;
}
.aboutListMaxTxt h2{
    padding-bottom: 15px;
    font-size: 25px;
    line-height: 1.3em;
}
.aboutListMaxTxt h3{}
.aboutListMaxTxt ul{}
.aboutListMaxTxt ul li{}
.aboutListMaxTxt p{
    padding-bottom: 1em;
}
.aboutListMaxTxt em{}
.aboutListMaxTxt strong{}


