@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 #lan, #head #search{color:#999;}

#wrap{height:100%; width:100%; position:relative; padding:92px 0 0 0; box-sizing:border-box; overflow:hidden;}

#agent-bg{width:100%; height:100%; position:relative; z-index:1; background: url('../img/agent.jpg') no-repeat center/cover;}

#box{width:1000px; height:500px; background:rgba(255,255,255,.96); box-shadow:10px 10px 30px rgba(0,0,0,.1); position:absolute; left:50%; top:50%; z-index:2; margin-top:-220px; margin-left: -500px; padding:30px 55px; box-sizing:border-box; overflow: auto;}

#box::-webkit-scrollbar {width: 6px;}
#box::-webkit-scrollbar-track {background: #f7f7f7;}
#box::-webkit-scrollbar-thumb {background: #c2c2c2;}
#box::-webkit-scrollbar-thumb:vertical:hover {background: #a0a0a0;}

#box h1{color:#464646; font-size:3.4rem; display:block; position:relative; font-family: Cabin; text-align: center;}
#box h1:after{content:''; display:block; height:2px; width:42px; background:#ddd; position:absolute; left: 50%; bottom:-25px; margin-left: -21px;}
#box .con{margin-top:55px; font-size:1.5rem; line-height: 1.6;}
#box .con p{margin-bottom:1.2rem;}

@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){
  #son .item{height:400px;}
  #son .item .con{padding:60px;}
}
@media (max-width:1080px){
  #wrap{height:auto; padding:65px 0 0 0;}
  #agent-bg{height:130px;}
  #box{width:100%; height:auto; box-shadow:none; position:relative; left:0; top:0; z-index:2; margin-top:0; margin-left: 0; padding:15px 20px; text-align:center;}
  #box h1{font-size: 3rem; text-align: left;}
  #box h1:after{width:40px; left:0; margin-left: 0;}
  #box .con{font-size: 1.4rem; font-family: Quicksand; padding-bottom: 20px; text-align: left;}
}



