@charset "utf-8";

#banner{width: 100%; height: 300px; position: relative; z-index: 1; background: #eff0f2 url('../img/b-custom.jpg') no-repeat center/cover;}


#custom{padding: 20px 0 130px 0;}
#custom .wrap>.path{padding-bottom: 60px;}
#custom .wrap>.path a{font-size: 1.4rem; position: relative; transition: all .3s; color: #aaa;}
#custom .wrap>.path i{color: #aaa; font-size: 1.2rem;}
#custom .wrap>.path a:hover{color: #464646;}
#custom .wrap>.path a::after{content: ''; display: block; width: 0; height: 1px; background: #464646; left: 0; bottom: -1px; position: absolute; transition: all .3s;}
#custom .wrap>.path a:hover::after{width: 100%; background: #464646;}
#custom .wrap>.tit{color: #2b2b2b; font-size: 4.2rem; font-weight: 700; margin-bottom: 50px;}
#custom .wrap>.desc{font-size: 1.6rem; font-weight: 300; line-height: 1.8;}
#custom .wrap>.desc h3{font-size: 2.1rem; color: #0e55a4;}


#custom .wrap .process{margin-top: 60px;}
#custom .wrap .process h3{font-size: 2.1rem; color: #0e55a4;}
#custom .wrap .process>.con{margin-top: 40px; display: flex; justify-content: space-between; position: relative;}
#custom .wrap .process>.con::before{content: ''; display: block; width: 100%; height: 1px; background: #999; position: absolute; left: 0; top: 50%;}
#custom .wrap .process .item{width: 160px; height: 100px; border: 1px solid #999; border-radius: 20px; display: flex; justify-content: center; align-items: center; flex-direction: column; background: #fff; transition: all .2s; position: relative;}
#custom .wrap .process .item:hover{box-shadow: 0 5px 20px rgba(0,0,0, .1);}
#custom .wrap .process .item i{display: block; width: 100%; text-align: center; font-size: 4rem;}
#custom .wrap .process .item span{display: block; width: 100%; text-align: center; margin-top: 5px;}


#custom .wrap .form{margin-top: 60px;}
#custom .wrap .form h3{font-size: 2.1rem; color: #0e55a4;}
#custom .wrap .form form{margin-top: 30px;}
#custom .wrap .form form .item{margin-bottom: 14px;}
#custom .wrap .form form input, #custom .wrap .form form textarea{background: #eee; padding: 15px; border-radius: 3px; border: 1px solid #eee; vertical-align: middle; transition: all .25s;}
#custom .wrap .form form input:focus, #custom .wrap .form form textarea:focus{background: #fff; box-shadow: 5px 5px 5px rgba(0,0,0, .02);}
#custom .wrap .form form .item img{vertical-align: middle;}
#captcha{margin-left: 10px;}
#custom .wrap .form form .submit{display: inline-block; padding: 15px 30px; background: #0e55a4; color: #fff; font-size: 1.5rem; margin-left: 300px; border-radius: 3px; transition: all .2s;}
#custom .wrap .form form .submit:hover{background: #30a239;}

@media (max-width:1440px){
  #custom .wrap>.tit{font-size: 4rem;}
  #custom .wrap>.desc h3{font-size: 2rem;}
  #custom .wrap .process h3{font-size: 2rem;}
  #custom .wrap .form h3{font-size: 2rem;}
}
@media (max-width:1366px){
  #custom .wrap>.path a{font-size: 1.3rem;}
  #custom .wrap>.path i{font-size: 1.2rem; transform: scale(.88); display: inline-block;}

  #custom .wrap>.tit{font-size: 3.8rem;}
  #custom .wrap>.desc h3{font-size: 1.9rem;}
  #custom .wrap>.desc{font-size: 1.5rem;}
  #custom .wrap .process h3{font-size:1.9rem;}
  #custom .wrap .form h3{font-size: 1.9rem;;}
}
@media (max-width:1024px){
  #custom .wrap .process .item{width: 120px; height: 100px;}
}
@media (max-width:1000px){
  #banner{height: 180px;}

  #custom{padding: 20px 15px 80px 15px;}
  #custom .wrap>.path{padding-bottom: 50px;}
  #custom .wrap>.tit{font-size: 3rem; margin-bottom: 40px;}
  #custom .wrap>.desc{font-size: 1.4rem;}
  #custom .wrap>.desc h3{font-size: 1.9rem;}

  #custom .wrap .process{margin-top: 50px;}
  #custom .wrap .process h3{font-size: 1.9rem}
  #custom .wrap .process>.con{flex-wrap: wrap;}
  #custom .wrap .process>.con::before{display: none;}
  #custom .wrap .process .item{width: calc((100% - 15px)/2); height: 108px; margin-bottom: 15px;}
  #custom .wrap .process .item span{font-size: 1.3rem;}

  #custom .wrap .form{margin-top: 60px;}
  #custom .wrap .form h3{font-size: 1.9rem;}
  #custom .wrap .form form input, #custom .wrap .form form textarea{-webkit-appearance: none; box-sizing: border-box; width: 100% !important;}
  input[name='r_contact']{margin-left: 0 !important; margin-top: 13px;}
  #captcha{margin-left: 0; display: block; margin-top: 5px;}
  #custom .wrap .form form .submit{margin-left: 0px; margin-top: 15px;}
}

