/* 轮播 */
.bannerr {
    width:100%;
    min-width: 1200px;
    overflow: hidden;
    height: 400px;
}
.banner>img {
    display: block;
    width: 100%;
    height: auto;
}
/* 联系我们 */
.lxwm{
    width:100%;
    height:auto;
    background: url(../images/contact_bg.jpg) no-repeat center;
    padding-bottom:100px;
}
.headline{
    width:1200px;
    padding:50px 0px;
    text-align: center;
    margin:0 auto;
}
.headline>h1{
    font-size: 32px;
    color: rgb( 18, 20, 21 );
}
.headline>p{
    font-size: 18px;
    color: rgb( 138, 142, 148 );
    margin-top:10px;
}
.headline>div>img{
    display:block;
    width:auto;
    height:26px;
    border:1px solid transparent;
    margin:10px auto 0px auto;
}
.lxwms>.lx_cons>ul{
    width:100%;
    height:auto;
}
.lxwms>.lx_cons>ul>li{
    float:left;
    width:auto;
    height:750px;
}
.lxwms>.lx_cons>ul>.lx_lill{
    width:67%;
    height:751px;
}
.lxwms>.lx_cons>ul>.lx_lill>img{
  /*  width:100%;
    height:100%; */
}
.lxwms>.lx_cons>ul>.lx_lirr{
    width:33%;
    height:100%;
    position: relative;
} 
.lxwms>.lx_cons>ul>.lx_lirr>.ly_cont{
    width: 100%;
    height: 500px;
    background-color: rgb( 255, 255, 255 );
    padding:60px 80px;
}
.ly_cont>.xinx{
    width:100%;
    height:50px;
    border:1px solid transparent;
}
.ly_cont>.xinx>.fl{
    width:14%;
    height:100%;
    border:1px solid transparent;
}
.ly_cont>.xinx>.fr{
    width:86%;
    height:100%;
    border:1px solid transparent;
}
.ly_cont>.xinx{
    margin-bottom:50px;
}
.ly_cont>.xinx>.fl>img{
    display:block;
    width:auto;
    height: 100%;
}
.ly_cont>.xinx>.fr>span{
    display:block;
    font-size: 14px;
    color: rgb( 96, 100, 102 );
    line-height: 24px;
}
.ly_cont>.xinx>.fr>p{
    font-size:14px;
    color:#181b1c;

}
.ly_cont>.zxly{
    margin-top:100px;
}
.ly_cont>.zxly>a{
    display:block;
    width: 301px;
    height: 61px;
    border-radius: 3px;
    background-color: rgb( 77, 174, 220 );
    font-size: 24px;
    color: rgb( 255, 255, 255 );
    line-height: 61px;
    text-align:center;
    cursor:pointer;
}

.ly_cont>.zxly>p{
    font-size: 14px;
    color: rgb( 114, 122, 126 );
    padding:30px 0px;
}
.hdr_cont{
    width: 100%;
    height: 751px;
    background-color: rgb( 77, 174, 220 );
    position: absolute;
    right:-120%;
    top:0px;
    padding:80px 50px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    cursor:pointer;
}
.hdr_cont>p{
    font-size: 15px;
    color: rgb( 255, 255, 255 );
    margin-bottom:30px;
}
.hdr_cont>ul>li>input{
    display:block;
    width: 503px;
    height: 53px;
    border-width: 1px;
    border-color: rgb( 255, 255, 255 );
    border-style: solid;
    background: transparent;
    margin-bottom: 30px;
    font-size: 15px;
    color: rgba( 255, 255, 255, 0.902 );
    text-indent: 10px;
}
.write_text{
    width: 503px;
    height: 183px;
    position: relative;
}
.hdr_cont>.write_text>textarea{
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-color: rgb( 255, 255, 255 );
    border-style: solid;
    font-size: 15px;
    text-indent: 10px;
    background: transparent;
    padding:10px;
    color: #ffffff;
   
}
.hdr_cont>.write_text>textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ffffff;
  }
  .hdr_cont>.write_text>textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
  }
  .hdr_cont>.write_text>textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
  }
  .hdr_cont>.write_text>textarea::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ffffff;
   
  }
  .hdr_cont>.write_text>p{
      position: absolute;
      right:10px;
      bottom:10px;
      font-size:15px;
      color:#a8dff9;
  }
  .hdr_cont>.write_text>p>span{
      color:#ffffff;
  }
  .hdr_cont>.fkui{
      margin-top:57px;
  }
  .hdr_cont>.fkui>a{
      display:block;
      width: 203px;
      height: 53px;
      border-width: 1px;
      border-color: rgb( 255, 255, 255 );
      border-style: solid;
      font-size: 17px;
      color: rgb( 255, 255, 255 );
      text-align: center;
      line-height:53px;
}
.hdr_cont>.fkui>a:hover{
    font-size: 17px;
    color: rgb( 77, 174, 220 );
    background: #ffffff;
}
.hdr_cont>.sidesj{
    position: absolute;
    left:-34px;
    top:339.5px;
    width:36px;
    height:72px;
    background: url(../images/lx_sj.png) no-repeat center;
}
.hdr_cont>.sidesj>em{
    display:block;
    width:14px;
    height:22px;
    background: url(../images/lx_jtl.png) no-repeat center;
    margin:25px 15px;
}
input::placeholder{
    color:rgb( 255, 255, 255 ) !important;
}
