@charset "utf-8";

#head{background:#fff;}
#head .logo a>img.white{opacity:0;}
#head .logo a>img.blue{opacity:1;}
#head .logo a>span{color:#666;}
#head #menu>li>a{color:#464646;}
#head #search{color:#999;}

#wrap{height:100%; width:100%; position:relative; padding:92px 0 0 0; box-sizing:border-box; overflow:hidden;}

#allmap{width:100%; height:110%; position:relative; z-index:1;}

#box{width:420px; height:370px; background:#fff; box-shadow:5px 5px 20px rgba(0,0,0,.1); position:absolute; left:10%; top:50%; z-index:2; margin-top:-180px; padding:45px 0 0 55px; box-sizing:border-box;}
#box h1{color:#464646; font-size:2.6rem; display:block; position:relative;}
#box h1:after{content:''; display:block; height:2px; width:42px; background:#ddd; position:absolute; left:0; bottom:-25px;}
#box .con{margin-top:55px; font-size:1.4rem;}
#box .con p{margin-bottom:1.2rem;}
#box .tel{position:absolute; left:55px; bottom:0; padding-bottom:45px;}
#box .tel>p{font-size:1.6rem; color:#464646;}
#box .tel>a{display:block; font-size:3.8rem; font-family:'Montserrat'; font-weight:600; color:#32c86f;}

#son .item{height:450px;}
#son .item .img{width:50%; float:left; height:100%; background:#eee;}
#son .item .con{width:50%; float:right; height:100%; padding:80px; box-sizing:border-box;}
#son .item .con .tit{font-size:3.6rem; color:#464646; margin-bottom:2rem;}
#son .item .con>p{font-size:1.6rem; color:#888; margin-bottom:.8rem; line-height:1.5;}
#son .item .con a{text-decoration:underline; color:#32c86f; display:inline-block;}
#son .item .con a:hover{color:#ca2700;}

#son .item:nth-child(even) .img{float:right;}
#son .item:nth-child(even) .con{float:left;}

/* 在线留言 */


/* contact */
.store-contact {
	font-size: 15px;
	box-sizing: border-box;
}

.store-contact .row {
	margin: 0 -17px;
}

.store-contact .col {
	float: left;
	width: 33.33333%;
	padding: 0 17px;
	box-sizing: border-box;
}

.store-contact .col p,
.store-contact .text p {
	margin-bottom: 15px;
	font-size: 17px;
}

.store-contact .col input {
	width: 100%;
	padding: 18px 25px 18px 55px;
	line-height: 30px;
	height: 56px;
	background-color: #f9f9f9;
	background-position: 20px center;
	background-repeat: no-repeat;
	-o-background-size: 22px;
	   background-size: 22px;
	border: 1px solid #e7e7e7;
	color: #919191;
	box-sizing: border-box;
}

.store-contact .col input.upper {
	background-color: #32c86f;
	color: #fff;
}

.store-contact .col input.user {
	background-image: url(../images/online-1.png);
}

.store-contact .col input.tel {
	background-image: url(../images/online-2.png);
}

.store-contact .col input.E-mail {
	background-image: url(../images/online-3.png);
}

.store-contact .text textarea.massage {
	background-image: url(../images/online-4.png);
}

.store-contact .text {
	margin-top: 38px;
	position: relative;
}

.store-contact .text textarea {
	padding: 18px 25px 18px 55px;
	background-color: #f9f9f9;
	background-position: 20px 18px;
	background-repeat: no-repeat;
	-o-background-size: 22px;
	   background-size: 22px;
	border: 1px solid #e7e7e7;
	color: #919191;
	height: 180px;
	width: 100%;
	box-sizing: border-box;
}

.store-contact .text textarea.upper {
	background-color: #32c86f;
	color: #fff;
}

.store-contact .button-bubble {
	margin-top: 50px;
}
.button-bubble {
    display: inline-block;
    width: 240px;
    height: 56px;
    margin: 30px 10px 0;
    font-size: 20px;
    line-height: 56px;
    position: relative;
    border: none;
    color: #FFFFFF;
    background: #32c86f;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.button-bubble:hover {
	opacity: 0.8;
}

.button-bubble .button {
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background: #32c86f;
	border-radius: 3px;
	font-style: normal;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	z-index: 1;
}

.button-bubble .button:hover {
	opacity: 0.8;
}

.tac{
	text-align: center;
}

.store-contact .col input::-webkit-input-placeholder,
.store-contact .text textarea::-webkit-input-placeholder {
	color: #919191;
}

.store-contact .col input::-moz-placeholder,
.store-contact .text textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #919191;
}

.store-contact .col input:-moz-placeholder,
.store-contact .text textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #919191;
}

.store-contact .col input:-ms-input-placeholder,
.store-contact .text textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #919191;
}

.paddtop30 {
    padding-top: 30px;
}

.padd90 {
    padding: 40px 100px;
}


.ind-Online .ind-title {
    margin-bottom: 10px;
	text-align: center;
}
.title-text h3 {
    font-size: 32px;
    line-height: 1.5;
	margin: 0;
	color: #333;
}
.title-text p {
    font-size: 21px;
    color: #666;
    text-transform: uppercase;
    font-family: 'Conv_HelveticaNeueLT-ThinExt';
}


@media (max-width:1440px){
  #son .item{height:430px;}
}
@media (max-width:1366px){
  #son .item{height:410px;}
  #son .item .con{padding:70px;}
}
@media (max-width:1280px){
  #box{margin-top:-160px;}

  #son .item{height:400px;}
  #son .item .con{padding:60px;}
}
@media (max-width:1080px){
  #wrap{height:auto; padding:65px 0 0 0;}
  #allmap{height:280px;}
  #box{width:100%; height:auto; box-shadow:none; position:relative; left:0; top:0; z-index:1; margin-top:0; padding:35px 20px; text-align:center;}
  #box h1:after{width:40px; left:50%; margin-left:-20px;}
  #box .tel{position:relative; left:0; bottom:0; padding-bottom:35px; margin-top:40px;}
  #box .tel>p{font-size:1.5rem;}
  #box .tel>a{font-size:3rem; margin-top:.8rem;}

  #son .item{height:auto;}
  #son .item .img{width:100%; float:none; height:250px;}
  #son .item .con{width:100%; float:none; height:auto; padding:25px; text-align:center;}
  #son .item .con .tit{font-size:2.6rem; margin-bottom:1.8rem;}
  #son .item .con>p{font-size:1.5rem;}
  
  .padd90 {
      padding: 40px 20px;
  }
  .title-text h3 {
      font-size: 25px;
      line-height: 1.5;
  }
  .title-text p {
      font-size: 18px;
  }
  .paddtop30 {
      padding-top: 15px;
  }
  .store-contact .row {
      margin: 0 -6px;
  }
  .store-contact .col {
      padding: 0 6px;
  }
  .store-contact .col {
      width: 100%;
      margin-bottom: 20px;
  }
  .store-contact .col p, .store-contact .text p {
      font-size: 16px;
  }
  .store-contact .text {
      margin-top: 0;
  }
  .store-contact .button-bubble{
	  margin-top: 30px;
  }
  .button-bubble{
	  width: 180px;
	  height: 50px;
	  line-height: 50px;
	  font-size: 16px;
  }
}