@charset "utf-8";
/* CSS Document */

.picBox {z-index: 0;background-color: #000; clear:both;}
.picBox video {width: 100%; height: 100vh;object-fit: cover;}
.picBox .txt { position: absolute; z-index: 1; left: 0; bottom: 0; margin-bottom: 3%;
 width: 100%; color: #fff; text-align: left;}
.picBox .txt .intro  { margin: 0 5.7%; line-height: 1.4;}
.picBox .arrow {position: absolute; z-index: 2; left:50%; bottom: 0; margin-bottom: 1.5%;
width: 2.2em; height: 3.4em;
border: 3px solid #fff;
background: url(../images/arrow.png) center center no-repeat;
background-size:auto 57%;
-moz-border-radius:1.7em; -webkit-border-radius:1.7em; border-radius:1.7em;
}

@media only screen and (max-width:828px) {
.picBox {padding-top:0%;	}
.picBox .con { margin: 0 auto;}
.picBox .txt { font-size: 10.7vw; margin-bottom: 25%;}
.picBox .arrow { margin-bottom: 5%; font-size: 1.3vw;border: 1px solid #fff;}
}

.worksBox { padding: 1.2em 0 0em; }
.worksBox .titI .name  { padding: 0 2.5em;}
.worksBox .list { margin-top: 1.6em; background-color: #fff;}
.worksBox .list ul { display: flex; flex-wrap: wrap; justify-content: flex-start;
align-items: flex-start;}
.worksBox .list li {position: relative; z-index: 0;  margin: 0.5%; width: 24%;position: relative;
    overflow: hidden;}
.worksBox .list .pic { position: relative; z-index: 0; padding-top: 92.6%;}
.worksBox .list .pic img { position: absolute; left: 0; top: 0; width: 100%;
height: 100%; object-fit: cover;webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;}


.worksBox .list li:hover img {
	-webkit-transform:scale(1.12);
	   -moz-transform:scale(1.12);
			transform:scale(1.12);
}




.worksBox .list .txtb { color: #fff; position: absolute; bottom: 10px; right: 0; left: 0;
margin: 0 1.7em 0.9em; text-align: left;}
.worksBox .list .txtb .cate { text-align: center; width: 8em; 
display: inline-block; line-height: 1.9;
 background-color: #fff; color: #453f35;}
.worksBox .list .txtb .intro { margin-top: 0.4em; line-height: 1.2;
	-moz-text-shadow: 0 0 0.6em rgba(0, 0, 0, .2);
	-webkit-text-shadow: 0 0 0.6em rgba(0, 0, 0, .2);
	text-shadow: 0 0 0.6em rgba(0, 0, 0, .2);
}


.worksBox .list li .overlay-info {
    text-align: center; margin:0px auto;padding-left:5px; padding-right:5px;
}



.worksBox .list .img-overlay {
    position: absolute;
    z-index: 2;
    top: -10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    color: #fff;
    background: rgba(40, 40, 40, 0.95);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; text-align:center
}

.worksBox .list .img-overlay h6 {
    position: relative;
    margin-bottom: 5px;
    transform: translateY(-15px);
    transition: all .5s;font-size: 16px;
    line-height: 16px;
}




.worksBox .list .img-overlay:hover{opacity: 1;}


.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



@media only screen and (max-width:828px) {
.worksBox .list li { margin-bottom: 3%; width: 100%;}
.worksBox .list .txtb .intro { font-size: 10px;}
.worksBox .list .txtb .cate { font-size: 10px;}
.worksBox .list .txtb {margin: 0 0.9em 0.6em;}
}

.desiBox {padding: 0.6em 0 1em;}
.desiBox .titI { margin-bottom: 4em;}
.desiBox .tit2{ font-weight: bold; margin-top: 1.2em;}
.desiBox .intro{ line-height: 1.8; margin: 0.6em 8.5% 0;}

.desiBox .videoBox { width: 64.5%; margin: 1.5em auto 0;}
.desiBox .videoBox video { width: 100%; height: auto;}

@media only screen and (max-width:828px) {
	.desiBox .intro{  margin: 0.6em auto 0;}
	.desiBox .videoBox { width: 100%;}
}

.servBox { padding: 3.5em 0 1em;}
.servBox .list ul { padding-bottom: 1.6em; display: flex; justify-content: center;
align-items: flex-start; flex-wrap: wrap;}
.servBox .list li { width:20%; margin:1.5em 2.5% 0;}
.servBox .list .num { font-weight: lighter; color: #d4d0c5;}
.servBox .list .num img { margin-right: -0.5em;
	position: relative; top: -0.2em; vertical-align: middle; width: 1.1em; height: 1.1em;
	 object-fit: contain;}
	 
.servBox .list .name { font-weight: bold;}
.servBox .list .intro { margin-top: 0.6em;}

@media only screen and (max-width:828px) {
	.servBox .list li { width: 90%; margin:1.5em 2.5% 0;}
	.servBox .list .intro {font-size: 0.8em;}
}

.servBox .list2 { background-color: #453f35; color: #fff;}
.servBox .list2 li .con { display: flex; justify-content: space-between; align-items: stretch;}
.servBox .list2 li:nth-child(2n) .con { flex-direction: row-reverse;}
.servBox .list2 li:nth-child(4n) { background-color: #f8f6f1;}
.servBox .list2 li .picb { width: 50%;}
.servBox .list2 li .picb .pic { position: relative; z-index: 0; padding-top: 56.3%;}
.servBox .list2 li .picb .pic img { position: absolute; left: 0; top: 0;
width: 100%; height: 100%; object-fit: cover;}
.servBox .list2 li .txtb { flex: 1; padding: 0 9.5%;
 display: flex; flex-direction: column; justify-content: center; align-items: stretch;}
.servBox .list2 li:nth-child(4n) .txtb {background-color: #453f35;}
.servBox .list2 li .txtb .name2{ font-weight: bold; line-height: 1.9; margin: 0.8em 0.4em 0; background-color: #fff; color: #371f17;}
.servBox .list2 li .txtb .intro { line-height: 1.8; margin-top: 1.8em;}


.col-md-12.bg-img{
  display: none;
}




@media only screen and (max-width:828px) {
	.servBox .list2 li .con { display: block;}
	.servBox .list2 li .picb { width:auto;}
	.servBox .list2 li .txtb { padding: 2em 0.5em;}
	.picBox video{ display:none}
	
	.col-md-12.bg-img{
  display: block; 
  padding: 0; 
  overflow: hidden;   
}
.col-md-12.bg-img img{
  width: 100%;
  height:100vh;
  object-fit: cover;   
  object-position: 90% 25%;
}



.sp-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.9));
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.9));
    background: -ms-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.9));
    background: radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.9));
}

.sp-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1000;
}


.info-box .container {
  padding-top: 0px;
  margin-top: -50px;
}

}

.mileBox { padding:0.4em 0 5.5em;}
.mileBox .list ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;}
.mileBox .list ul li{ width: 13.3em; margin: 3.2em -1em 0;}
.mileBox .list .yy { font-size: 2.3em; width: 5.7em; height: 5.7em; margin: 0 auto;
	border: 1px solid #191919; text-align: center;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
display: flex; justify-content: center; align-items: center;}
.mileBox .list .intro { line-height: 1.4; margin: 1.3em 2.1em 0;font-size: 1.2em;}

@media only screen and (max-width:828px) {
	.mileBox .list { font-size: 2.3vw;}
}

.custBox { padding: 3em 0 3em;}
.custBox .tit { font-weight: bold;}
.custBox .pics img {display: block; margin: 1.7em auto 0; width: auto;
height: 2.3em;}
.custBox .list ul{ display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;}
.custBox .list li { position: relative; z-index: 0;
 width: 21.3%; margin: 4.5em 2.5% 0; padding: 0 0 2em 0;}
.custBox .list .name { margin-top: 1.2em;}
.custBox .list li .qu_1 { position: absolute; left: 0; top: -0.4em;
 width: 2.2em; height: 2.2em;
 background: url(../images/qu1.png) center center no-repeat;
 background-size:contain ;}
.custBox .list li .qu_2 { position: absolute; right: 2.3em; bottom: 0;
 width: 2.2em; height: 2.2em;
 background: url(../images/qu1.png) center center no-repeat;
 background-size:contain ;
 transform: rotate(180deg);
 -ms-transform: rotate(180deg); /* IE 9 */
 -webkit-transform: rotate(180deg); /* Safari and Chrome */}
 .custBox .list li .name {margin-left: 2.7em;}
 .custBox .list li .txt { line-height: 1.7; margin-left: 2.7em;}
 
@media only screen and (max-width:828px) {
	.custBox .list ul { width:100%; margin: 0 auto; display: block;}
	.custBox .list li {width: auto;}
}


.swiper-cust-w { position: relative; z-index: 0; margin: 3.7em auto; position: relative; z-index: 0;}
.swiper-cust { width: 79.2%; margin: 0 auto;}
@media only screen and (max-width:828px) {
	.swiper-cust {}
}
.custBox .swiper-slide { width: 33.3%; }
.custBox .item { position: relative; z-index: 0;
margin: 4.5em 7.5% 0; padding: 0 0 2em 0;}
.custBox .item .name { margin-top: 1.2em;}
.custBox .item .qu_1 { position: absolute; left: 0; top: -0em;
 width: 1.2em; height: 1.2em;
 background: url(../images/qu1.png) center center no-repeat;
 background-size:contain ;}
.custBox .item .qu_2 { position: absolute; right: .3em; bottom: 30px;
 width: 1.2em; height:1.2em;
 background: url(../images/qu1.png) center center no-repeat;
 background-size:contain ;
 transform: rotate(180deg);
 -ms-transform: rotate(180deg); /* IE 9 */
 -webkit-transform: rotate(180deg); /* Safari and Chrome */}
 .custBox .item .name {margin-left: 2.7em;}
 .custBox .item .txt { line-height: 1.7; margin-left: 1.7em; text-align: justify;}
 
.btnNext,.btnPrev { position: absolute; z-index: 100; top: 50%;  cursor: pointer;
margin-top: -1.5em;
transition: all 0.5s;
-webkit-transition:all 0.5s;
width: 3em; height: 3em;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
-moz-box-shadow: 0 0 0.3em rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 0 0.3em rgba(0, 0, 0, .2);
box-shadow: 0 0 0.3em rgba(0, 0, 0, .2);

background:#fff url(../images/arrow5.png) center center no-repeat;
background-size:0.75em auto ;} 
.btnNext { right: 0.5em; left: auto;}
.btnPrev {left: 0.5em; right: auto;
transform: rotate(180deg);
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Safari and Chrome */}

 @media only screen and (max-width:828px) {
	 .swiper-cust { width:auto; margin: 0 3.5em;}
 	.custBox .list li {width: auto;}
	.btnNext { right: 0; }
	.btnPrev {left: 0; }
 }
 
.partBox { padding: 0em 0 3em;}
.partBox .pic img{ display: block; width: 100%; height: auto; margin-top: 3.1em;}

.contBox { padding: 1.8em 0 0; background-color: #453f35; color: #f8f6f1;}
.contBox  .con{ padding-bottom: 9.7em; border-bottom: 1px solid #f6f4ef;}
.contBox .titI .name {color: #f8f6f1;}
.contBox .titI .name::after { margin-top: 0.2em; background-color: #f8f6f1;}
.contBox .tit2 { margin-bottom: 1.8em; font-weight: bold;}
.contBox .contCon { display: flex;
 justify-content: space-between; align-items: flex-start;}
.contBox .list { width: 44%; margin: 3.5em auto 0 0;}
.contBox .list dl { line-height: 1.6; border-bottom: 1px solid #a09c94; 
padding: 1.7em 0 1em;
	text-align: left; display: flex; justify-content: flex-start; align-items: center;}
.contBox .list dt { padding: 0 1.5em 0 1.7em;}
.contBox .list dt  img{ width: 3.3em; height: 3.3em; object-fit: contain;}
.contBox .list dd { flex: 1;}


.messBox { margin-top: 2.2em; width: 36.7%;}
.messBox form {background-color: #fff;  padding: 0.5em;}
.messBox ul {display: flex; flex-wrap: wrap; justify-content: space-between;
align-items: stretch; background-color: #efe8d4; padding:1.1em 8.8% 1.1em;
-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;
text-align: left;}
.messBox ul li { width: 100%; margin-top: 1.3em; color: #382b20;}
.messBox ul li.li2 { width: 48.9%;}
.messBox .tits {}
.messBox .star { color: #de3d3a;}
.messBox .iW { padding: 0 1em; background-color: #fff; border: 1px solid #62656b;
 -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
.messBox .i_user { padding-left: 2.6em;
	background:#fff url(../images/user.png) 0.9em center no-repeat;
	background-size:1.1em auto;
}
.messBox .i_email {padding-left: 2.6em;
background:#fff url(../images/email.png) 0.9em center no-repeat;
	background-size:1.1em auto;}
.messBox .input { height: 2.7em; font-size: 1em;
 background-color: transparent; 
 line-height: 2.7em; width: 100%; border: 0; margin: 0; outline-width: 0;}
.messBox .tW { padding: 1.1em 1em; background-color: #fff;border: 1px solid #62656b;
 -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
.messBox .textarea {display: block; height: 9em; font-size: 1em;
 background-color: transparent; 
 line-height: 1.2em; width: 100%; border: 0; margin: 0; outline-width: 0;
}
.messBox .btnW {margin: 0 -4.4%; padding: 1.7em 0 0; border-top:1px solid #77695c ; text-align: center;}
.messBox .btnSubmit { cursor: pointer; border: 1px solid #f3ca4d;
	line-height: 2.8em; width:10.7em ; display: inline-block; color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feb82e+0,da8f00+100 */
	background: linear-gradient(to right,  rgba(254,184,46,1) 0%,rgba(218,143,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


@media only screen and (max-width:828px) {
	.contBox { display: block;}
	.contBox .list { width: 100%; font-size: 12px;}
	.messBox { width: 100%; }
	.contBox .contCon {
    display:block;
}

.partBox {
    padding: 0em 0 3em;
}
}