/*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:14px;font-family:' '; color:#000;}
a{color:#551A8B;}
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:1010px; margin:0 auto;}



.header{ position:relative;width: 100%;}
.headTop{width: 100%;background: #ffd050;padding: 25px 10px;box-sizing: border-box;}
.headTop ul{width: 80%;margin-left: auto;text-align: right;}
.headTop ul li{display: inline-block;padding: 3px;}
.headTop ul li a{font-size: 12px;color: #00e;font-weight: bold;}
.headTop ul li.on a{color: #551a8b;}
.headCenter{width: 100%;display: flex;justify-content: space-between;}
.headCenter .logo{display: flex;width: 30%;justify-content: center;align-items: center;}
.headCenter .logo img{width: 100%;}
.baner{width: 70%;}
.baner img{width: 100%;}
/*menu*/
.pc_menu{width: 100%;background:#ffd050;margin-top: 25px;}
.menu{line-height:44px;}
.menu ul li{ float:left; position:relative; border-right:#fff solid 1px;width:101px;box-sizing: border-box;}
.menu ul li:last-child{border: none;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:0px; top:44px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;}
.menu ul li dl dd{ line-height:35px;border-bottom:#ddd dotted 1px;}
.menu ul li dl dd a{ font-size:14px; color:#666;display:block;text-align:center;}
.menu ul li dl dd a:hover{ color:#f60;}
.menu a{ font-size:16px;color:#0000EE; text-decoration:none; font-weight:bold;display:block;text-align:center;}

.indexWarp{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.indexLeft{width: 360px;}
.indexRight{width: 615px;}
.indexCenter{width: 100%;}
.tongtu{width: 100%;font-size: 0;overflow: hidden;margin-top: 12%;}
.tongtu img{width: 100%;}
.indexWarp p{word-break: break-all;}
.iComTitle{padding: 21px 0;color: #000;font-size: 32px;}

.iAbout{width: 100%;}
.iAbout .desc{color: #000;font-size: 18px;}
.iAbout .desc p{padding: 0;}
.iAboutList{width: 100%;}
.iAboutList ul{display: flex;justify-content: center;border: 1px solid #000;padding: 3px;box-sizing: border-box;margin: 0 5%;}
.iAboutList ul li{width: 25%;padding: 0 2px;box-sizing: border-box;}
.iAboutList .part{width: 100%;padding: 21px 0;border: 1px solid #000;height: 100%;box-sizing: border-box;}
.iAboutList .part .img{width: 100%;font-size: 0;overflow: hidden;}
.iAboutList .part .img img{width: 100%;}
.iAboutList .part .txt{color: #000;font-size: 14px;text-align: center;font-weight: bold;}

.iLink{width: 100%;margin-top: 20px;}
.iLink .Warp{display: flex;}
.iLink span{color: #000;font-size: 18px;}
.iLink ul{display: flex;flex-wrap: wrap;flex: 1;}
.iLink ul li{margin-right: 15px;}
.iLink a{color: #333;font-size: 16px;opacity: 0.8;}

.footer{width: 100%;text-align: center;margin: 20px 0 60px;background: #bed887;line-height: 23px;}

.Case{width: 100%;}
.CaseList{width: 100%;}
.CaseList ul{display: flex;padding: 3px;box-sizing: border-box;flex-wrap: wrap;}
.CaseList ul li{width: 31.3%;margin: 1%;box-sizing: border-box;}
.CaseList .part{width: 100%;border: 1px solid #000;height: 100%;box-sizing: border-box;display: block;}
.CaseList .part .img{width: 100%;font-size: 0;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.CaseList .part .img img{width: 100%;}

.onPrice{width: 100%;}
.onPriceList{margin-top: 40px;}
.onPriceList ul li{display: flex;padding: 8px 0;flex-wrap: wrap;}
.onPriceList .title{font-size: 16px;color: #000;margin-right: 5px;}
.onPriceList input{border: 1px solid #000;}
.onPriceList button{margin-right: 5px;}

.contact{width: 100%;}
.contact h3{color: #000;font-size: 18px;font-weight: normal;}
.conList{width: 100%;color: #000;font-size: 18px;}
.conList ul.list{margin-top: 20px;}
.iComTable{width: 100%;margin: 20px 0;border: 2px solid #000;}
.iComTable ul li{display: flex;}
.iComTable ul li:last-child .tit,
.iComTable ul li:last-child .txt{border-bottom: none;}
.iComTable .tit{padding: 18px 10px;border-bottom: 2px solid #000;width: 40%;}
.iComTable .txt{padding: 18px 10px;border-bottom: 2px solid #000;border-left: 2px solid #000;width: 60%;}

.map{width: 100%;margin-top: 20px;border: 1px solid #000;}
.map img{width: 100%;}

.inside{width: 100%;}



@media only screen and (max-width: 1024px) {
.wapper{ width:1010px;}
}

