@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:#018635;}

#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:#018635; display:inline-block;}
#son .item .con a:hover{color:#d8ae5d;}

#son .item:nth-child(even) .img{float:right;}
#son .item:nth-child(even) .con{float:left;}


@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;}
}



