*{ box-sizing: border-box; }
body,ul{ margin: 0; padding: 0; }
h1,h2,h3{ margin: 0; }
body{ font-family: "微软雅黑"; font-size: 16px; color: #111; background: #f5f5f5; }
img{ display: block; max-width: 100%; }
.wrap{ width: 85%; margin: auto; }
.fl{ float: left; }
.fr{ float: right; }
.clr:after{ content: ""; display: block; clear: both; }
header{ height: 700px; background: url(bg.jpg) center top no-repeat; background-size: cover;text-align: center; padding-top: 180px;}
header .t{ font-size: 18px; letter-spacing: 3px; }
header h1{ font-size: 80px; font-weight: bold;}
header strong{ display: block; font-size: 30px; font-weight: 100; margin: 20px 0;}
header strong span{ display: inline-block; color: #f22645; font-weight: bold; padding: 0 2px;}
header p{ font-size: 18px; line-height: 1.5em; }
header a{ display: block; }
header a span{ display: inline-block; background: #f22645; color: #fff; padding: 5px 10px; font-size: 20px; border-radius: 4px; margin-top: 10px; }
header a:hover span{ background: #39f;}
nav{ text-align: right; }
nav a{ color: #333; text-decoration: none; }
#home h2,.bpart h2,.service h2{ text-align: center; font-weight: 100; font-size: 48px; padding:20px 0;}
.bpart p.desc{ text-align: center; width:70%; max-width:700px; min-width: 300px; margin: auto; color: #666; padding-bottom: 20px;}
.bpart .part{ width:calc((100% - 20px) / 2); float: left; margin:0 20px 20px 0;}
.bpart .part figure:nth-child(2n),.bpart .part:nth-child(2n){ margin-right:0;}
.bpart .part h3{ font-weight: 100; font-size: 30px;}
.bpart .part h3 span,.bpart .part h3 a{ display: block; text-align: center; color: #111; text-decoration: none; padding: 5px; margin-bottom: 10px; background:#ddd;}
.plist .li{ width:calc((100% - 30px) / 4); float: left; margin: 0 10px 10px 0;}
.plist .li:nth-child(4n){ margin-right:0;}
.plist .li img{ display: block; max-width:100%;}
.plist .li a{ text-decoration: none;}
.plist .li a strong{ display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; color:#111; font-weight: normal; padding:5px 0;}
.plist .li a:hover strong{ color:#f22645;}
.alist .li{ width:calc((100% - 20px) / 2); float: left; margin: 0 20px 20px 0;}
.alist .li:nth-child(2n){ margin-right:0;}
.alist .li a{ text-decoration: none;}
.alist .li a strong{ font-size: 18px; color:#111; font-weight: normal;}
.alist .li a p{ font-size: 14px; color: #666; ext-overflow: ellipsis; -webkit-box-orient: vertical;    display: -webkit-box; line-height: 20px; height: 60px; overflow: hidden; -webkit-line-clamp: 3;}
.alist .li a:hover strong{ color:#f22645; text-decoration: underline;}
.alist .li a:hover p{ color: #111;}
.craft .part,.theme .part,.sence .part{ width: calc((100% - 40px) / 5); margin: 0 10px 10px 0; color: #333; text-decoration: none; text-align: center; float: left;}
.craft h4 a{ display: block; overflow: hidden; color: #333; text-decoration: none; height: 42px; }
.craft .part h3,.theme .part h3,.sence .part h3{ font-size: 18px; padding-top: 10px;}
.craft .part:hover,.theme .part:hover,.sence .part:hover{ color: #d62037; }
.craft .part:nth-child(2n),.theme .part:nth-child(2n),.sence .part:nth-child(2n){ margin-right: 10px; }
.craft .part:nth-child(5n),.theme .part:nth-child(5n),.sence .part:nth-child(5n){ margin-right: 0; }
.craft .part p,.theme .part p,.sence .part p{ line-height: 24px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3;}
#intro h1{ text-align: center; font-size: 48px; padding-bottom: 20px;}
#pages {
    padding: 30px 0; text-align: center;
}
#alist li{ margin-bottom: 20px; list-style: none; }
#alist li img{ float: left; }
#alist li div{ margin-left: 440px; }
#pages a {
    display: inline-block;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    margin: 0 1px
}

#pages a.on {
    background: #f90;
    color: #fff
}
#main>.fr{ width: 360px; }
#main>.fl{ width: calc(100% - 400px); }
#intro img{ display: block; width:350px;}
#intro article{ margin-left: 380px;}
article h1{ padding:20px 0; font-size: 48px;}
article p{ text-indent: 2em;}
#product{ overflow: hidden; }
#product .part{ display: block; float: left; width: calc((100% - 40px) / 5); margin: 0 10px 0 0; text-decoration: none;}
	#product .part:hover h3{ color: #d62037; }
	#product .part:nth-child(5n){ margin-right: 0; }
	#product .part img{}
	#product .part h3{ color: #111; font-weight: 100; font-size: 18px; padding: 10px 0; text-align: center; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}
	#product .swiper-pagination{ position: static; padding-bottom: 30px; }
	#product .swiper-pagination-bullet{ display: inline-block; opacity: 1; border-radius: 0; margin: 0 1px; width: 40px; background: #111; }
	#product .swiper-pagination-bullet-active{ background: #ef1a2c;}

.bpart .part h3 a:hover{ background:#f22645; color:#fff !important;}
.bpart .part:hover h3 a{ color: #f22645;}
.bpart .part figure{ margin: 0; float: left; width:calc((100% - 10px) / 2); margin: 0 10px 10px 0; background:#000;}
.bpart .part .black img{ opacity: 0.5;}
.bpart .part figure img{ display: block; max-width:100%; -webkit-transition: all .5s;
   -moz-transition: all .5s;
    -ms-transition: all .5s;
     -o-transition: all .5s;
        transition: all .5s}
.bpart .part ul:before{ content:""; display: block; clear: both;}
.bpart .part ul{ list-style-type:none;}
.bpart .part li a{ display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; color: #2440b3; text-decoration: none; vertical-align: middle; padding:2px 0;}
.bpart .part li a:hover{ text-decoration: underline;}
.bpart .info{ padding: 30px 0 90px; text-align: center;}
.bpart .info a,.bpart .info span{ display: inline-block; height: 70px; line-height: 70px; font-size: 36px; vertical-align: middle; padding:0 40px; letter-spacing:3px; }
.bpart .info a{background:#d62037; color: #fff; margin-right:12px; font-weight: normal; text-decoration: none; -webkit-transition: all .5s;
   -moz-transition: all .5s;
    -ms-transition: all .5s;
     -o-transition: all .5s;
        transition: all .5s}
.bpart .info a:hover{ background:#f22645;}
.bpart .info span{ color: #111; border:2px solid #111; line-height: 66px;}
.bpart .end{ width:100%; margin-right:0;}
.bpart .end figure{ width:calc((100% - 30px) / 4);}
.bpart .end figure:nth-child(2n){ margin-right:10px;}
.bpart .end figure:nth-child(4n){ margin-right:0;}


#pshow .fl,#about .fl{ width: 60%; padding-right: 60px; }
	#about .par{ width: 49%; float: left; }
	#about .par:nth-child(2n){ float: right; }
	#about .par .pic{ border-radius: 12px; overflow: hidden; background: #fff;}
	#about .par img{ display: block; max-width: 100%; opacity: 0.6; transition: opacity 0.5s;}
	#about .par strong{ display: block; padding: 10px 0; text-align: center; font-weight: normal; }
	#about .par:hover .pic{ background: #000; }
	#about .par:hover img{ opacity: 1; }
	#about .fr p{ font-size: 16px; line-height: 1.8em; text-indent: 2em;}
	#about .fr .imp{ color: #f22645; font-size: 24px; text-indent: 0; font-weight: 100; }
#about .fr{ width: 40%; }
#pshow .fl{ width: 70%; }
#pshow .fr{ width: 30%; }
	#pshow .fl img{ display: block; max-width: 100%; }
	#pshow .fr li span{ color: #999; font-size: 14px; }
	#pshow .fr li{ padding-bottom: 10px; list-style-type: none;}
	#pshow .fr li.cont{ overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 10; padding-bottom: 0; margin-bottom: 10px;}
	#pshow .fr a{ color: #f22645; text-decoration: none; }
	#pshow .fr a:hover{ text-decoration: underline; }
	#pshow .fr .tags a{ display: inline-block; color: #39f; padding: 5px; }
#works{ background: url(bg2.jpg) center center no-repeat; background-size: cover;  color: #fff;}
#wlist .part{ width: calc((100% - 30px) / 4); float: left; margin:0 10px 20px 0;font-size: 12px; color: #999; cursor: pointer; list-style-type: none; border:2px solid #333;}
	#wlist .part:nth-child(4n){ margin-right: 0; }
	#wlist .part img{ display: block; max-width: 100%; opacity: 0.8; }
	#wlist .part h3,#wlist .part h4{ font-weight: normal; font-size: 18px; padding: 10px 0;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
	#wlist .part h3 a,#wlist .part h4 a{ color: #111;  text-decoration: none; transition: all 0.5s;}
	#wlist .part .pic{ background: #000; }
	#wlist .part .info{ background: #fff; padding: 0 10px 10px; }
	#wlist .part .i{ white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}
	#wlist .part:hover{ border-color: #fff; }
	#wlist .part:hover h4 a,#wlist .part:hover h3 a{ color: #f22645; }
	#wlist .part h3 a:hover,#wlist .part h4 a:hover{ text-decoration: underline; }
	#wlist .part .i a{ display: inline-block; background: #39f; color: #fff; margin: 0 2px 2px 0; padding: 5px; text-decoration: none; border-radius: 4px; opacity: 0.5; transition: all 0.5s; }
	#wlist .part:hover .i a{ opacity: 1; }
	#wlist .part .i a:hover{ background: #f22645; color: #fff; }
	#wlist .hd{ text-align: center; }
	#wlist .hd li{ list-style-type: none; display: inline-block; width: 60px; height: 8px; background: #39f; margin: 0 4px; border-radius: 1px;}
	#wlist .hd li.on{ background: #f22645; }
#box{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,.9); display: none; }
	#box>div{ width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; position: relative;}
	#box a{ width: 60px; height: 60px; background: #f22645; color: #fff; font-family: "宋体"; font-size: 48px; font-weight: 100; text-align: center; line-height: 60px; cursor: pointer; }
	#box .close{ float: right; }
	#box .nav{ background: #000; position: absolute; top: calc(50% - 30px); }
	#box .nav:hover{ background: #f22645; }
	#box .prev{ left: 0; }
	#box .next{ right: 0; }
	#box a:hover{ opacity: 0.8; }
	#box img{ display: block; margin: auto; max-width: 100%; max-height: 100%; }
	#box .info{ position: absolute; width: 50%; top: 0; left: 25%; text-align: center; color: #fff; text-shadow: 0 0 3px #000;}
	#box .info h3{ font-size: 36px; padding: 10px 0; }
	#box .info .i{ opacity: 0.8; }
	#box .info span{ display: inline-block; margin: 0 2px; }
	#box .info .add{ color: #f22645; }
#order .part{ width:19%; float: left; margin: 0 1.25% 1.25% 0; box-sizing: border-box; padding: 15px; border:1px solid #ddd;position: relative; cursor: default; list-style-type: none;}
        #order .part:nth-child(5n){ float: right; margin-right: 0;}
        #order .part .addr{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color:#999;}
        #order .part .addr span{ color:#666; display: inline-block; padding:0;}
        #order .part time{ color:#999; font-size: 12px; font-family:Georgia, "Times New Roman", Times, serif;}
        #order .part h4{ font-size: 18px; font-weight:100; padding: 5px 0; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin: 0;}
        #order .part h4 a{ color: #333; text-decoration: none;  }
        #order .part .s{ font-size: 14px; color:#999 !important;}
        #order .part .s2{ color: #090 !important;}
        #order .part .s3{ color: #f00 !important;}
        #order .part .detail{ position: absolute; left: 0; bottom: 110px; width:100%; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.5); padding: 10px;}
            #order .part .detail li{ list-style-position:inside; font-size: 14px; padding: 2px 0;}
            #order .part .detail img{ display: block; max-width:100%;}
            #order .part .detail time{ display: inline-block; margin-right: 6px;}
    #order .part:hover{ background:rgba(0,0,0,.95); border:1px solid #000;}
      #order .part:hover a{ color: #f60;}
        #order .part a:hover{ color: #f60; text-decoration: underline;}
#process{ background: url(bg3.jpg) center no-repeat; background-size: cover; color: #fff; }
	#process .par{width:calc(100% / 6); float: left; text-align: center; color: #ccc;}
	#process img{ display: block; margin:0 auto 10px; max-width: 98%;}
#article .cont{padding-bottom:80px;}
	#article a.fl{display:block;width:40%;background-position:top center;background-size:cover;background-repeat:no-repeat;position:relative;color:#fff;overflow:hidden;}
	#article a.fl div{position:absolute;left:0;bottom:0;width:100%;padding:10px;background:-webkit-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 50%,rgba(0,0,0,0.9));background:-o-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 50%,rgba(0,0,0,0.9));background:-moz-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 50%,rgba(0,0,0,0.9));background:linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 50%,rgba(0,0,0,0.9));}
	#article a.fl h4{padding-top:100px;font-size:16px;margin-bottom:10px;}
	#article a.fl:hover{color:#e00000;}
	#article .tabBox{margin-left:40%;padding-left:60px;}
	#article .hd{width:100px;border-left:1px solid #ddd;}
	#article .hd ul{padding-top:20px;}
	#article .hd li{height:40px;line-height:40px;border:1px solid #ddd;border-width:0 1px 1px 0;background:#eee;}
	#article .hd li:first-child{border-top:1px solid #ddd;}
	#article .hd a{display:block;text-align:center;color:#333;}
	#article .hd .on{background:#fff;}
	#article .hd .on a{margin-left:-1px;border-left:1px solid #fff;color:#e00000;}
	#article .bd{border-top:1px solid #eee;}
	#article .bd li{height:40px;line-height:40px;border-bottom:1px solid #ddd;padding:0 10px; list-style-type: none;}
	#article .bd li:hover{background:#eee;}
	#article .bd li:hover a{color:#e00000;}
	#article .bd li time{float:right;width:80px;font-size:12px;color:#999;text-align:right;}
	#article .bd li a{display:block;margin-right:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; color: #333; text-decoration: none;}
	#article .bd li a:before{content:"▪ ";}
#article .list li{ list-style-type: none; width: 49%; float: left; margin-bottom: 20px;}
#article .list li:nth-child(2n){ float: right;}
#article .list a.fl{ width: 200px; }
#article .list li img{ display: block; width: 100%;}
#article .list li>div{ width: calc(100% - 220px);}
#article .list li>div>a{ font-size: 18px; color: #333; text-decoration: none; display: block; overflow: hidden; white-space: nowrap;text-overflow:ellipsis;}
#article .list li>div>a:hover{ text-decoration: underline; color: #e00000;}
#article .list li>div>p{font-size: 14px; color: #999;}
#article .list li>div>time{ font-size: 14px; color: #ccc;}

#client{background:#1a0a00;color:#fff; padding: 60px 0;}
	#client .t .fr,#client .t .fl{max-width:50%;}
	#client .t p{line-height:2em;color:rgba(255,255,255,.7);}
	#client .t .part{float:right;margin-left:35px;font-size:14px;}
	#client .t .part>div{color:rgba(255,255,255,.5);}
	#client .t h4{display:inline-block;color:#fff;vertical-align:baseline; margin:0;font-size:48px;}
	#client .t h4 sup{font-weight:normal;font-size:30px;}
#contact .fr{ width:400px; }
#contact .fl{ width: calc(100% - 430px); }
	#contact a{ display: block; color: #333; text-decoration: none; padding: 5px 0; }
	#contact a:before{ content: "◆ "; font-family: arial; font-size: 8px; }
	#contact a:hover{ color: #e00000; text-decoration: underline; }
	#contact .fl li{ list-style-type: none; padding: 5px 0; }
	#contact .fl p{ margin: 0; font-size: 12px; color: #666; }
	#contact .fl time{ color: #666; font-size: 12px; }
footer{ background: #1a0a00; color: #fff;  text-align: center;}
	footer a{ color: #fff; }
	nav dl{ float: left; width:20%; border-right: 1px solid rgba(255,255,255,.2); padding:20px 0;}
	nav dl:last-child{ border-right:0;}
	nav dt{ color: rgba(255,255,255,.7);}
	nav dd a{ display: block; padding-top: 10px; text-decoration: none;}
	nav dd a:hover{ text-decoration: underline; color:#f22645;}
	footer .btm{ background:#111; padding:20px 0;}

#menu{ display: none; position: fixed; left: 0; bottom: 0; width: 100%; }
#menu a{ display: block; float: left; width: 50%; text-align: center; background: #333; color: #fff; padding: 15px 0; text-decoration: none;}
#menu a.tel{ background: #f22645; }
#kf{ position: fixed; right: 0; top: calc(50% - 150px); background: #fff; padding: 10px; text-align: center; box-shadow: 0 0 10px rgba(0,0,0,.3);}
	#kf img{ display: block; width: 120px;}
	#kf div{ padding-top: 10px; }
	#kf .tel{ display: block; color: #f22645; font-weight: bold; text-decoration: none; padding: 10px 0;}
	#kf .tel:hover{ color: #39f; }
	#kf .totop{ color: #111; text-decoration: none; font-size: 14px;}
	#kf .totop:hover{ text-decoration: underline; color: #39f; }
#links li{ list-style-type:none; display: inline-block;}
#home{ background-color: #fff;}
#home .top{ padding:0 150px;}
	#home .top .fl{ font-size: 30px; font-weight: 100; height: 60px; line-height: 60px; color:#111; width:360px; overflow: hidden; white-space: nowrap; text-decoration: none;}
	#home .top .fl:hover{ color:#f22645;}
	#home .top .fr{ height: 60px; line-height: 60px; font-size: 18px; color: #333; text-decoration: none;}
	#home .top .fr:hover{ color: #d62037;}
#home .head{ height: 595px; background:url('../images/h1.jpg') top center no-repeat;}
	#home .head>div{ padding-left:150px; float: left;}
	#home .head h1{ padding:60px 0 20px; display: block; font-size: 100px; color: #fff;}
	#home .head span{ display: inline-block; background-color: #fff; color: #d62037; font-size: 36px; vertical-align: middle; width:100px; height: 90px; padding-top:8px; line-height: 1em; text-align: center; border-radius:24px; margin-left: 24px;}
	#home .head mark{ display: block; background:transparent; border:2px solid #fff; border-radius:30px; height: 60px; line-height:56px; letter-spacing:3px; font-size: 36px; color: #fff; text-align: center; margin-bottom: 60px;}
	#home .head li{ display: inline-block; font-size: 30px; color: #fff; font-weight: 100; padding-right:20px;}
#loc{ padding:5px 0; }
	#loc a{ color:#f22645; text-decoration: none;}
	#loc a:hover{ text-decoration: underline;}
#sub a{ color:#36f; text-decoration: none;}
#sub a:hover{ text-decoration: underline;}

#home .sence .t{ height: 396px; background: url(../images/h2.jpg) repeat-x; padding-left: 150px;}
#home .sence .fl{ width:calc(100% - 670px);}
#home .sence h2{ text-align: left; color: #fff; padding-top:100px;}
#home .sence .t p{ color: #fff;}
#home .sence .t a{ display: inline-block; background:url(../images/h11.jpg) 20px 4px no-repeat #fff; color: #d62037; font-size: 30px; text-decoration: none; height: 60px; line-height: 60px; padding:0 30px 0 80px;}
#home .sence .w{ width:95%; max-width:1200px; margin: auto;  padding:60px 0;}
#home .sence .par{ float: left; margin-right:90px; width:calc((100% - 180px) / 3);}
#home .sence .par img{ display: block; max-width:100%;}
#home .sence .par:last-child{ margin-right:0;}
#home .sence h5{ font-size: 24px; text-align: center; margin: 0; padding:10px 0;}
#home .sence .par p{ font-size: 18px; text-align: center; margin: 0; line-height: 1.8em;}
#home .service h2{ color: #d62037; padding-bottom: 60px;}
#home .service .w{ width:95%; max-width:1500px; margin: auto;}
#home .service .par{ width:50%; float: left; margin-bottom: 30px;}
#home .service .par:nth-child(3) img{ float: right;}
#home .service .par .t{ border:2px solid #d62037; padding:30px;}
#home .service .par strong{ display: block; color: #d62037; font-size: 50px; border-bottom: 1px dashed #111; padding-bottom: 10px; letter-spacing:2px; white-space: nowrap;}
#home .service .par em{ font-size: 30px; letter-spacing:3px; font-style: normal; display: block; padding-top: 20px;}
#home .service .par ul{ padding:30px;}
#home .service .par li{ height: 50px; line-height: 50px; padding-left: 40px; background:url(../images/h15.jpg) 0 10px no-repeat; list-style: none; font-size: 24px;}
#home .service .par a{ display: inline-block; margin-left: 30px; background:#d62037; color: #fff; font-size: 30px; height: 50px; line-height: 50px; border-radius:25px; text-decoration: none; padding:0 30px;}
#home .service .par img{ display: block; max-width:100%;}
#pshow.pro p{ text-indent: 2em; line-height:1.8em;}
#pshow.pro img{ display: block; margin: 1em auto; max-width:100%; padding:12px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1);}
#pshow ul.fr dl dd{ margin: 10px 0 0; font-size: 14px; line-height: 1.4em;}
#pshow ul.fr dl dd time{ display: inline-block; padding-left: 10px; color: #666;}
#title{ background: #ddd; padding: 60px 0; text-align: center; margin-bottom: 30px; }
#zshow{ max-width: 900px; margin:auto; padding-bottom: 30px;}
#zshow img{ display: block; margin: auto; }
@media screen and (max-width: 1000px){
	#links{ display: none;}
	.wrap{ width: 98%; }
	#kf{ display: none; }
	#menu{ display: block; }
	#home .service .par ul,#home .service .par .t{ padding:20px;}
	#home .service .par strong{ font-size: 40px; overflow: hidden; white-space: nowrap;}
	#home .service .par em{ font-size: 24px;}
	#home .service .par li{ height: 40px; line-height: 40px; font-size: 18px; background-position:0 5px; white-space: nowrap; overflow: hidden;}
	#home .top{ padding:0 10px;}
	#home .sence .t,#home .head>div{ padding-left: 60px;}
	#home .head h1{ font-size: 80px;}
	.bpart .info a, .bpart .info span{ letter-spacing:0;}
	.sence img.fr{ width:50%;}
	#home .sence .fl{ width:50%;}
	#home .sence .par p{ font-size: 16px; white-space: nowrap;}
}
@media screen and (max-width: 760px){
	header{ height: 100vh; }
	header h1{ font-size: 48px; }
	header p{ display: none; }
	#home .sence h5{ font-size: 18px; }
	#product .part{ width: calc((100% - 20px) / 3 );}
	#product .part:nth-child(5n){ margin-right: 10px; }
	#product .part:nth-child(3n){ margin-right: 0; }
	#about .fl,#pshow .fl{ float: none; width: 100%; padding-right: 0; }
	#pshow .fl img{ margin-bottom: 20px; }
	#about .fr,#pshow .fr{ float: none; width: 100%; }
	#works .part{ width: 49%; margin: 0 0 20px; border:0; }
	#order .part:nth-child(2n),#works .part:nth-child(2n){ float: right; }
	#order .part{ width: 49%; margin: 0 0 10px;}
	#process .par{ width: calc(100% / 3); padding-bottom: 10px; }
	#contact .fr{ float: none; width: 100%; margin-bottom: 10px; }
		#contact .fr img{ float: none; }
	#contact .fl{  float: none; }
	#article .list li{ width: 100%; float: none; }
	#article .list a.fl{ width: 100px; }
	#article .list li>div{ width: calc(100% - 110px); }
	#client .t .fl{max-width: 100%; }
	#client .t .part{ margin-left: 10px; }
	#client .t h4{ font-size: 30px; }
	#article .list li>div>p{ font-size: 12px; }
	#home .sence .t .fr,#home .top .fr{ display: none;}
	#home .head{ background-position:left top; overflow: hidden;}
	#home .head>div{ padding:0 20px;}
	#home .head strong{ font-size: 60px;}
	#home .head mark{ white-space: nowrap; font-size: 24px;}
	#home .head li{ font-size: 18px;}
	#home .hot .part{ width:calc((100% - 20px) / 2); margin:0 20px 20px 0;}
	#home .hot .part:nth-child(2n){ margin-right:0;}
	#home .sence .fl{ width:100%;}
	#home .sence .t{ padding-left: 30px;}
	#home .sence .par{ width:calc((100% - 40px) / 3); margin-right:20px;}
	#home .sence .par:last-child{ margin-right:0;}
	#home .service .par{ width:100%; overflow: hidden;}
	#home .sence .par p{ font-size: 14px; white-space: normal;}
	#home .head strong{ font-size: 36px; white-space: nowrap;}
	#home .head span{ font-size: 24px; width:60px; height: 60px; border-radius:10px; white-space: normal;}
	.bpart p.desc{ width:98%;}
	#home .head mark{ letter-spacing:0; font-size: 18px;}
	#home .service .par strong{ font-size: 30px; letter-spacing:0;}
	.bpart .part{ width:calc((100% - 10px) / 2);}
	.bpart .part:nth-child(5n){ margin-right: 10px; }
	.bpart .part:nth-child(2n){ margin-right: 0; }
	.bpart .info a, .bpart .info span{ display: block; margin:0 auto 10px;}
	#home .sence .t a{ font-size: 18px;}
	#client .t .fr, #client .t .fl{ width:100%; float: none;}
	nav dt{ font-size: 12px;}
	nav dd{ margin: 0;}
	#contact,#client .t .fr{ display: none; }
}
@media screen and (max-width: 375px){

}