@import "../public/curen.css";

/* header开始 */
* {
  margin: 0;
  padding: 0;
}
html {overflow-x:hidden;}

.home-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
  z-index: 999;
  background-color: #ffffff;
}

.header-box {
  width: 1200px;
  height: 100%;
  margin: auto;
}

.header-box .header-left {
  height: 100%;
}

.header-box .header-left a {
  display: inline-block;
  line-height: 90px;
  height: 100%;
}

.header-box .header-right {
  float: right;
  height: 100%;
  margin-top: -90px;
}

.header-box .header-right ul {
  height: 100%;
}

.header-box .header-right ul li {
  float: left;
  height: 90px;
  line-height: 90px;
  padding: 0 20px;
}
.header-box .header-right ul li:hover{
  background-color: #16316e;
  transition: all .3s linear;
  -ms-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
}
.header-box .header-right ul li:hover a{
  color: #fff;
  transition: all .3s linear;
  -ms-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
}

.header-box .header-right a {
  color: #1b1d1c;
  font-size: 18px;
}

.header-box .header-right a:hover,
.header-box .header-right a:link {
  text-decoration: none;
}

/* 导航条结束 */




/* banner开始 */
.tk-banner{
  width: 100%;
  margin: auto;
  margin-top: 90px;
 
}
.tk-banner .banner-box{
  width: 1920px;
  margin: auto;
 
}
.tk-banner .tk-banner-title{
  width: 1200px;
  margin: auto;
  position: relative;
  top: -400px;
}
.tk-banner .tk-banner-title .title1{
  font-size: 68px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 3px;
	color: #ffffff;
}
.tk-banner .tk-banner-title .title2{
  font-size: 22px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #ffffff;
}
.tk-banner .tk-banner-title .title3{
  font-size: 50px;
	line-height: 24px;
	margin-top: 60px;
	color: #ffffff;
} 
/* 留言  */
.recruit-Leaving{
    width: 1200px;
    margin: auto;
}
.recruit-Leaving>p{
    font-size: 36px;
	font-weight: bold;
    color: #1b1d1c;
    text-align: center;
    margin: 120px 0 40px 0;
}
.recruit-Leaving form div label{
    font-size: 22px;
    font-weight: normal;
	color: #666666;
}
.recruit-Leaving form div:nth-child(1) input{
    width: 400px;
    height: 70px;
    font-size: 22px;
    background-color: #f7f7f7;
    border: none;
    padding-bottom: 6px;
}
.recruit-Leaving form div:nth-child(1) input:nth-child(2){
    margin-right: 39px;
}
.recruit-Leaving form div:nth-child(1) input:nth-child(4){
    width: 520px;
}
.recruit-Leaving form div:nth-child(2) label{
    vertical-align: top;
    margin-top: 60px;
}
.recruit-Leaving form div:nth-child(2) textarea{
    width: 1074px;
    height: 307px;
    font-size: 22px;
    padding-top: 20px;
    background-color: #f7f7f7;
    border: none;
    margin-top: 40px;
}
.recruit-Leaving form div:nth-child(3){
    width: 181px;
	height: 51px;
    position: relative;
    left: 50%;
    top: 60px;
    margin-left: -90px;
    overflow: hidden;
    transition: all .3s;
}
.recruit-Leaving form div:nth-child(3):hover{
    background-color: #f7f7f7;
    transform: scale(1.1);
}
.recruit-Leaving form div:nth-child(3) input{
    width: 181px;
	height: 51px;
    border: solid 2px #16316e;
    font-size: 18px;
    color: #16316e;
    background-color: transparent;
}
.recruit-Leaving form div:nth-child(3) img{
    position: absolute;
    top: 18px;
    left: 30px;
}


/* 人才招聘 */
.recruit-body{
    width: 1200px;
    margin: auto;
}
.recruit-body>p{
    text-align: center;
    font-size: 36px;
	font-weight: bold;
	color: #1b1d1c;
}
.recruit-body ul {
    margin-top: 50px;
    overflow: hidden;
}
.recruit-body ul li{
    float: left;
    width: 285px;
	height: 261px;
    background-color: #f7f7f7;
    margin-top: 20px;
}
.recruit-body ul li:nth-child(1),
.recruit-body ul li:nth-child(2),
.recruit-body ul li:nth-child(3),
.recruit-body ul li:nth-child(5),
.recruit-body ul li:nth-child(6),
.recruit-body ul li:nth-child(7){
    margin-right: 20px;
}
.recruit-body ul li a{
    overflow: hidden;
}
.recruit-body ul li a p span{
    display: inline-block;
    width: 4px;
    height: 21px;
    position: relative;
    top: 3px;
    margin-right: 10px;
	background-color: #666666;
}
.recruit-body ul li a p:nth-child(1){
    font-size: 22px;
	font-weight: bold;
    color: #666666;
    margin-left: 26px;
    margin-top: 40px;
}
.recruit-body ul li a p:nth-child(2),
.recruit-body ul li a p:nth-child(3),
.recruit-body ul li a p:nth-child(4){
    width: 240px;
    font-size: 14px;
    color: #666666;
    margin-left: 26px;
}
.recruit-body ul li a p:nth-child(2){
    margin-top: 18px;
    line-height: 22px;
}
.recruit-body ul li a p:nth-child(3),
.recruit-body ul li a p:nth-child(4){
    margin-top: 34px ;
}
.recruit-body ul li:hover{
    background-color: #ffffff;
    border: solid 4px #16316e;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.recruit-body ul li:hover p span{
    background-color: #16316e;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.recruit-body ul li:hover a p{
    color: #16316e;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}

/* 联系我们 */
#lk-contact{
    margin-top: 120px;
    position: relative;
  }
  #lk-contact .lk-contact-box{
    width: 100%;
    height: 520px;
    margin: auto;
    background: url('../../img/home/home-zz.png');
  }
  #lk-contact .lk-contact-box .lk-contact-title{
    width: 1200px;
    margin: auto;
  }
  #lk-contact .lk-contact-box .lk-contact-title-box{
    text-align: left;
    padding-top: 120px;
  }
  #lk-contact .lk-contact-box .lk-contact-title-box{
    margin-top: 10px;
  }
  #lk-contact .lk-contact-box .lk-contact-title-box .contact-title1{
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #lk-contact .lk-contact-box .lk-contact-title-box .contact-title2{
    font-size: 24px;
    color: #fff;
    margin-bottom: 50px;
  }
  #lk-contact .lk-contact-box .lk-contact-title-box .contact-title3,
  #lk-contact .lk-contact-box .lk-contact-title-box .contact-title4,
  #lk-contact .lk-contact-box .lk-contact-title-box .contact-title5,
  #lk-contact .lk-contact-box .lk-contact-title-box .contact-title6{
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
  
  }
  #lk-contact .lk-contact-box .lk-contact-image-box{
    float: right;
    margin-top: -260px;
    margin-right: 0;
  }
  #lk-contact .lk-contact-box .lk-contact-image-box div{
    float: left;
    color: #fff;
  }
  #lk-contact .lk-contact-box .lk-contact-image-box div:nth-child(2){
    margin-left: 40px;
  }
  #lk-contact .lk-contact-box .lk-contact-image-box div p{
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
  }
  
  
  /* 脚部 */
  #lk-footer{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #lk-footer p{
     color: #666;
     font-size: 14px;
  }
  
  /* 返回顶部按钮 */
  #scrolltop-box{
    position: relative;
    width: 1960px;
    margin: auto;
  }
  #scrolltop{
    position: fixed;
    width: 54px;
    height: 54px;
    margin: auto;
      top: 800px;
      right: 100px;
    z-index: 999;
    transition: all .5s linear;
    -ms-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
   
    
  }
  #scrolltop:hover{
    transform: scale(1.2);
    -ms-transform:scale(1.2);	/* IE 9 */
    -moz-transform:scale(1.2); 	/* Firefox */
    -webkit-transform:scale(1.2); /* Safari 和 Chrome */
    -o-transform:scale(1.2); 	/* Opera */
  }
  @media only screen and (max-width:0) { 
    /* 返回顶部按钮 */ 
    #scrolltop{
         right:auto !important;
    }
  }