/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:16px;color:#313340;width: 100%;max-width: 580px;margin: 0 auto;background: #F5F5F7;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #a48c74;
    --main-color-white: #fff;
    --main-color-000: #000;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTit{}
.iTxt{}
.iLine{}
/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.index1{width: 100%;background-image: linear-gradient(to bottom,#dbdfeb 0,#f2f2f4 100%);padding: 15px;}
.i1Content{width: 100%;}
.i1Warp1{margin: 20px 0;}
.i1Warp1 .left{width: 50%;}
.i1Warp1 .right{width: 50%;display: flex;justify-content: flex-end;align-items: center;}
.i1Warp1 .logo{padding: 5%;}
.i1Warp1 .logo img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i1Warp1 .left .line{background: #313340;width: 40px;height: 3px;}
.i1Warp1 .left .tit{margin-top: 20px;font-size: 18px;font-weight: bold;}
.i1Warp1 .left .txt{font-size: 16px;color: #707380;margin-top: 10px;}

.i1Box{width: 100%;background: #fff;margin: 20px 0;border-radius: 10px;padding: 20px;}
.i1Warp2{width: 100%;}
.i1Warp2 .top{width: 100%;}
.i1Warp2 .top .img{width: 80px;margin-right: 20px;background: #eee;display: flex;justify-content: center;align-items: center;height: 100px;padding: 5px;padding-bottom: 0;}
.i1Warp2 .top .img img{width: 100%;height: 100%;object-fit: cover;}
.i1Warp2 .top .desc{flex: 1;padding: 10px 0;}
.i1Warp2 .top .desc .tit{font-size: 18px;font-weight: bold;}
.i1Warp2 .top .desc .txt{font-size: 16px;color: #707380;margin-top: 10px;}

.i1Warp2 .bottom{width: 100%;margin-top: 20px;}
.i1Warp2 .bottom .left{flex: 1;}
.i1Warp2 .bottom .left .tit{font-size: 15px;color: #313340;font-weight: bold;}
.i1Warp2 .bottom .left .txt{margin-top: 10px;color: #18be6b;font-weight: bold;font-size: 46px;line-height: 1;}
.i1Warp2 .bottom .left .txt span{}
.i1Warp2 .bottom .left .txt em{}

.i1Warp2 .bottom .right{width: 80px;}
.i1Warp2 .bottom .right .icon{width: 100%;}
.i1Warp2 .bottom .right .icon img{width: 100%;vertical-align: middle;}

.i1Warp2 .other{width: 100%;margin-top: 20px;}
.i1Warp2 .other ul li{display:inline-block; margin-right:10px; font-size:14px; color:#666; text-align:center;}

.i1Warp3{width: 100%;}
.i1Warp3 .tit{font-size: 18px;font-weight: bold;}
.i1Warp3 .txt{font-size: 15px;color: #707380;margin-top: 10px;}
.i1Warp3 .list{margin-top: 20px;}
.i1Warp3 .list ul{display: flex;justify-content: space-between;position: relative;}
.i1Warp3 .list ul li{width: 48%;display: flex;flex-direction: column;align-items: center;}
.i1Warp3 .list .part{display: block;width: 110px;height: 110px;position: relative;}
.i1Warp3 .list .part .imgBox{width: 100%;height: 100%;}
.i1Warp3 .list .part .imgBox .img{position: relative; overflow: hidden; width: 110px; height: 110px; cursor: default;}
.processingbar{position:absolute;left:0;top:0;user-select:none;width: 100%;height: 100%;}
.i1Warp3 .list .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.i1Warp3 .list .part .desc{text-align: center;line-height: 1.2;}
.i1Warp3 .list .part .tit{font-size: 20px;color: #313340;}
.i1Warp3 .list .part .txt{font-size: 12px;color: #888;margin-top: 5px;}

.i1Warp3 .list .title{margin-top: 20px;}
.i1Warp3 .list .title span{display: inline-block;border: 1px solid #ddd;padding: 5px 10px;border-radius: 3px;font-size: 12px;color: #333;}
.i1Warp3 .list .bg_icon{position: absolute;left: 50%;transform: translateX(-50%);top: 55px;}
.i1Warp3 .list .bg_icon img{height: 15px;width: auto;vertical-align: middle;}

.i1Warp3 .btn{text-align: center;margin-top: 25px;}
.i1Warp3 .btn a{display: inline-block;padding: 12px 20px;border: 1px solid #ddd;border-radius: 5px;font-size: 14px;color: #333;width: 100%;text-align: center;}

.index2{width: 100%;padding: 0 15px;}
.index2 img{max-width: 100%;}
.i2Box{width: 100%;background: #fff;margin: 20px 0;border-radius: 10px;padding: 20px;}
.i2Tit{line-height: 50px;margin-bottom: 10px;border-bottom: 1px solid #eee;font-size: 17px;color: #333;}
.i2Tit img{vertical-align: middle;margin-right: 10px;width: 24px;}
.i2List{width: 100%;}
.i2List ul li{width: 100%;margin-bottom: 10px;}
.i2List .part{display: block;width: 100%;}
.i2List .part .tit{font-size: 16px;color: #333;font-weight: bold;}
.i2List .part .desc{margin: 10px 0;}
.i2List .part .desc .left{flex: 1;}
.i2List .part .desc .txt{font-size: 14px;color: #666;line-height: 1.6;}
.i2List .part .desc .right{font-size: 14px;color: #333;}
.i2List .part .desc .right .fa1{color: #18BE6B;}

.i2List .part .img{width: 100%;}
.i2List .part .img img{width: 100%;border-radius: 5px;}

.footer{width: 100%;padding: 0 15px;}
.footBox{width: 100%;background: #fff;margin: 20px 0;border-radius: 10px;padding: 20px;}
.footBox .title{font-size: 17px;font-weight: bold;color: #000;margin-bottom: 20px;}
.footBox .item{padding: 10px 0;border-bottom: 1px dashed #eee;}
.footBox .item img{vertical-align: middle;margin-right: 5px;}
.footBox .item .tit{font-size: 14px;color: #313340;margin-bottom: 5px;}
.footBox .item .tit img{width: 20px;}
.footBox .item .txt{font-size: 13px;color: #707380;}
.footBox .item .txt img{width: 15px;}
.footBox .item .txt p{padding: 0;}
.fLogo{text-align: right;}
.fLogo img{width: auto;max-height: 35px;max-width: 180px;}
.fTel a{display: flex;justify-content: center;align-items: center;width: 42px;height: 42px;background: #eee;border-radius: 5px;color: #333;font-size: 16px;}

.indexTc{position: relative;left: 0;width: 100%;height: 50px;background: #fff;padding: 0 10px;overflow: hidden;}
.indexTc.fixed{position: fixed;top: 0;background: rgba(245, 245, 247, 0.9);backdrop-filter: saturate(180%) blur(18px);z-index: 999;}
.indexTc .indexTcWarp{width: 100%;}
.indexTc .indexTcTit{display: none;}
.indexTc .indexTcMenu{width: 100%;width: 100%;overflow-x: auto;line-height: 50px;}
.indexTc .indexTcMenu ul li {white-space: nowrap;float: left;margin-right: 10px;}
.indexTc .indexTcMenu a{font-size: 15px;color: #B1B3BD;}
.indexTc .indexTcMenu a.active{color: #333;}

.indexTc .indexTcMenu>ul>li{display: none;}
.indexTc .indexTcMenu>ul>li.li2{display: block;width: 100%;margin: 0;overflow-x: auto;height: 50px;display: flex;}
.indexTc .indexTcMenu>ul>li ul{width: auto;height: 50px;line-height: 50px;display: flex;}

.indexTc.active{position: fixed;top: 0;right: 0;transition: 0.3s;background: #fff;width: 76%;height: 100%;z-index: 999;left: auto;padding: 0;}
.indexTc.active .indexTcWarp{width: 100%;height: 100%;overflow: auto;padding: 0 20px;padding-bottom: 60px;position: relative;z-index: 999;position: relative;}
.indexTc.active .indexTcTit{display: block;padding: 20px 0;border-bottom: 1px solid #ddd;}
.indexTc.active .indexTcMenu ul li{display: block;width: 100%;}
.indexTc.active .indexTcMenu ul li a{font-size: 15px;color: #333;}
.indexTc.active .indexTcMenu ul li a.active{font-weight: bold;color: #0077FF;}

.indexTc.active .indexTcMenu>ul>li.li2{height: auto;display: block;}
.indexTc.active .indexTcMenu>ul>li ul{width: 100%;display: block;height: auto;}
.indexTc.active .indexTcMenu>ul>li ul a{color: #707380;}
.indexTc.active .indexTcClose{display: block;}
/*.indexTc.active .indexTcMenu>ul>li.li2:before{content: "检测细节";display: block;}*/

.indexTcCloseBg{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.6;z-index: 998;display: none;}
.indexTcCloseBg.active{display: block;}

.indexTcClose{position: absolute;left: 0;bottom: 0;padding: 20px;z-index: 9;width: 100%;display: none;}
.indexTcClose span{display: block;padding: 10px 20px;border: 1px solid rgb(245, 245, 247);text-align: center;font-size: 14px;color: #707380;border-radius: 5px;cursor: pointer;background: rgb(245, 245, 247);}

.indexTcBtn{position: fixed;right: 20px;bottom: 20px;z-index: 99;width: 82px;height: 40px;display: flex;justify-content: center;align-items: center;background: #fff;cursor: pointer;font-size: 14px;color: #333;border-radius: 5px;border: 1px solid #F0F0F5;}
.indexTcBtn img{vertical-align: middle;margin-right: 5px;width: 20px;}

.inside{padding: 0 20px;}
.inside img{max-width: 100%;}

.return_a{position: fixed;right: 20px;bottom: 20px;z-index: 99;width: 82px;height: 40px;display: flex;justify-content: center;align-items: center;background: #fff;cursor: pointer;font-size: 13px;color: #333;border-radius: 5px;border: 1px solid #F0F0F5;}
.return_a i{padding-right: 5px;}

.pLogin{width: 100%;padding: 0 20px;padding-top: 20px;}
.pLogin .warp{max-width: 100%;margin: 0 auto;padding: 20px;background: #fff;border-radius: 5px;}
.pLogin .item{width: 100%;}
.pLoginTit{text-align: center;margin-bottom: 40px;font-weight: bold;}
.pLoginTit .t1{color: #2e2e2e;font-size: 16px;}
.pLoginTit .t2{color: #2e2e2e;font-size: 20px;}
.pLoginForm{width: 100%;}
.pLoginForm ul li{margin-bottom: 20px;font-size: 16px; font-weight: 300;color: #2e2e2e;}
.pLoginForm .tit{font-size: 14px;margin-bottom: 10px;color: #828482;font-weight: 300;}
.pLoginForm .red{color: #f00;}
.pLoginForm input{border-bottom: 1px solid #C4C4C4;width: 100%;line-height: 36px;outline: none;}
.fl{float: left;}
.fr{float: right;}
.pLoginForm .left{width: 48%;}
.pLoginForm .left input{display: inline-block;width: auto;}
.pLoginForm .right{width: 48%;}
.pLoginForm .FormBtn{display: block;width: 140px;line-height: 40px;text-align: center;background: #505050;color: #FFF;font-size: 14px;border: none;}
.pLoginForm .tips{font-size: 14px;font-weight: 300;color: #2e2e2e;}
.pLoginForm .tips a{color: #3F41EE;}



@media only screen and (max-width: 720px) {
.pLogin .Warp{display: block;padding: 0 10px;box-sizing: border-box;}
.pLogin .item{width: 100%;margin-bottom: 20px;}
.pLoginForm .left{width: 100%;}
.pLoginForm .right{width: 100%;margin-top: 20px;}

}



@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}

}

@media only screen and (max-width: 980px) {

}
