
/* -------------------------------------------------- */
#banner{
   height: 571px;
   background: url(/images/skin2/banner.jpg) no-repeat;
   position: relative;
   background-size: cover;
 }
  .b-text{position: absolute;right: 678px;z-index: 9;}
  .b-text1{top: 135px}
  .b-text2{top: 189px}
  .b-text3{top: 239px}
  
  .login-box{
    width: 325px;
    height: 351px;
    border-radius: 5px;
    background: rgba(255,255,255,1);
    position: absolute;
    top: 69px;
    left: calc(50% + 280px);
    user-select: none;
    overflow: hidden;
  }
  .qh-box{
    width: 56px;
    height: 56px;
    z-index: 99;
  }
  .hq-icon {
    position: absolute;
    width: 100%;
    text-align: right;
    background-color: #eaf7ff;
  }
  .hq-icon img {
  	cursor: pointer;
  }
  .log-cont{
    position: relative;
    width: 100%;
    height: 100%;
  }
  .log-cont>div{
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: .5s;
  }
  .show-box{
    left: 0 !important;
  }
  .login-cont{
    width: 276px;
    margin: 0 auto 0;
    padding-top: 75px;
  }
  .ipt-item{
    width: 100%;
    height: 41px;
    margin-bottom: 16px;
  }
  .ipt-wrap{
    width: 100%;
    height: 41px;
    overflow: hidden;
  }
  .ipt-item label{
    float: left;
    width: 56px;
    height: 41px;
    background: #888;
    text-align: center;
    border-radius: 5px 0 0 5px;
  }
  .login-cont .ipt-item:nth-child(1) label img{margin-top: 9px;}
  .login-cont .ipt-item:nth-child(2) label img{margin-top: 9px;}
  .login-cont .ipt-item:nth-child(3) label img{margin-top: 13px;}
  .ipt-item input{
    width: calc(100% - 68px);
    height: 39px;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    outline: none;
    padding-left: 10px;
    border-radius: 0 5px 5px 0;
  }
  .yz-code-box{
    width: 168px;
    height: 41px;
    overflow: hidden;
    float: left;
  }
  .yz-code{
    width: 100px;
    height: 41px;
    float: left;
    margin-left: 7px;
  }
  .yz-code img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .wj{
    height: 22px;
    line-height: 22px;
    color: #fff;
    text-indent: 3px;
  }
  .login-cont .layui-btn{
    width: 100%;
    height: 41px;
    margin-top: 22px;
    border-radius: 5px;
    background: #F98532;
  }
  .zhuce{
    color: #eee;
    margin-top: 16px;
    text-align: center;
  }
  .zhuce span a{color: #000;margin-left: 5px;}
  
  .code-login{
    width: 359px;
    height: 351px;
    background: #fff;
    overflow: hidden;
    /* display: none; */
  }
  .code-login .hq-icon{
    top: 2px;
    right: 2px;
  }
  .code-tit{
    font-size: 24px;
    color: #FF6A00;
    text-align: center;
    font-weight: bold;
    margin-top: 19px;
  }
  .code-tit span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #FF9766;
  }
  .login-code{
    margin: 26px auto ;
    width: 214px;
    height: 214px;
  }
  .login-code img{width: 100%;height: 100%;}

  /* //////////////////////////////////////////////////// */
  .banner-btm{
    width: 100%;
    height: 113px;
    background-color: rgba(255,255,255,.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
  }
  .b-list{
    width: 1206px;
    height: 113px;
    margin: 0 auto;
    text-align: center;
  }
  .b-list li{
    float: left;
    width: 300px;
    height: 113px;
    text-align: center;
    border-left: 2px solid #fff;
  }
  .b-list li:first-child {
  	border-left: none;
  }
  .b-list li:hover{
    background: rgba(255,255,255,.5);
  }
  .b-list .p1{
    font-size: 18px;
    color: #24201E;
    margin-top: 32px;
    /* font-weight: 600; */
  }
  .b-list .p2{
    font-size: 17px;
    color: #6D6D72;
    margin-top: 8px;
  }
  .b-list .p1{
    color: #EE7739;
  }
/* ........................................................ */
#main{
    /* min-height: 688px; */
    /* padding-bottom: 140px; */
}
.adv-cont{
    width: 1200px;
    text-align: center;
    margin: 96px auto 0;
}
.adv-cont:after {
	content: " ";
    display: block;
    clear: both;
}
.adv-item{
    width: 25%;
    float: left;
}
.adv-img{
    height: 143px;
}
.adv-img img{
    transition: .4s;
}

.adv-item:hover img{
    transform: scale(1.1);
}
.adv-text p{
    font-size: 17px;
    color: #757575;
}
.adv-tit{
    font-size: 26px;
    color: #2E2D2D;
    margin-bottom: 12px;
}