/*@王旭鑫*/
/*@email:1419350157@qq.com*/
/*@竹鹿科技*/
body {
  background-color: #f5f5f5!important;
}
.banner-box {
  background-image: url(../image/cooperation/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}
.banner-box .w {
  position: relative;
  height: 100%;
}
.banner-box .w .b-title {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 4rem;
  margin: auto;
  width: 100%;
}
.banner-box .w .b-title h1 {
  font-size: 2.6rem;
}
.banner-box .w .b-title span {
  font-size: .9rem;
  opacity: .7;
}
.banner-box .w .nav {
  height: 3rem;
  position: absolute;
  bottom: 4rem;
  width: 100%;
}
.banner-box .w .nav li {
  float: left;
  width: calc(33.33333333%);
  font-size: .92rem;
}
.banner-box .w .nav li a {
  color: #fff;
  transition: .3s ease;
  display: block;
  margin: 0 5%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.banner-box .w .nav li i {
  transition: .3s ease;
  display: inline-block;
  transform: translateY(-100%);
  opacity: 0;
  color: #e81317;
}
.banner-box .w .nav .li-active a {
  color: #e81317;
  border-color: #e81317;
}
.banner-box .w .nav .li-active i {
  transform: translateY(100%);
  opacity: 1;
}
.banner-box .w .nav li:hover a {
  color: #e81317;
  border-color: #e81317;
}
.banner-box .w .nav li:hover i {
  transform: translateY(100%);
  opacity: 1;
}
.contact-box {
  padding: 5% 0;
}
.contact-box .w .content .left {
  background-color: #fff;
  float: left;
  width: 30%;
  padding: 2rem;
}
.contact-box .w .content .left .c-title {
  padding: 1.65rem 0;
  border-bottom: 1px solid #eaeaea;
}
.contact-box .w .content .left .c-title h3 {
  margin-bottom: 10px;
}
.contact-box .w .content .left .c-title span {
  color: #999;
  font-size: .9rem;
}
.contact-box .w .content .left .item {
  padding: 1.65rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.contact-box .w .content .left .item .i-title {
  float: left;
}
.contact-box .w .content .left .item .i-title i {
  display: inline-block;
  color: #e81317;
}
.contact-box .w .content .left .item .i-title span {
  display: inline-block;
}
.contact-box .w .content .left .item p {
  color: #666;
  float: left;
  max-width: 50%;
  line-height: 1.45rem;
}
.contact-box .w .content .left .item:last-child p {
  max-width: 70%;
  line-height: 1.4rem;
}
.contact-box .w .content .left .btn a {
  margin: 1.65rem 0;
  display: block;
  padding: .6rem 3rem;
  width: calc(70%);
  transition: .3s ease;
  border: 1px solid #e81317;
}
.contact-box .w .content .left .btn a i {
  background-color: #e81317;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  margin-right: 10px;
  transition: .3s ease;
}
.contact-box .w .content .left .btn a:nth-child(1) {
  color: #e81317;
}
.contact-box .w .content .left .btn .Moema:nth-child(1):hover {
  color: #fff;
}
.contact-box .w .content .left .btn .Moema:nth-child(1):hover i {
  color: #e81317;
  background-color: #fff;
}
.contact-box .w .content .left .btn a:nth-child(2) {
  color: #fff;
  background-color: #e81317;
}
.contact-box .w .content .left .btn a:nth-child(2) i {
  background-color: #fff;
  color: #e81317;
}
.contact-box .w .content .left .btn .Moema:nth-child(2):hover {
  color: #e81317;
  background-color: #fff;
}
.contact-box .w .content .left .btn .Moema:nth-child(2):hover i {
  color: #fff;
  background-color: #e81317;
}
.map-box {
  position: relative;
}
.map-box .BMap_bubble_content {
  margin-top: 20px;
  font-size: .9rem;
}
.map-box .BMap_bubble_content .item {
  margin: 5px 0;
}
.map-box .BMap_bubble_content .item span {
  float: left;
}
.map-box .BMap_bubble_content .item p {
  width: 50%;
  float: left;
  line-height: 1.4rem;
  color: #666;
}
.map-box .BMap_bubble_content .item:last-child p {
  width: 70%;
}
.map-box .w {
  position: absolute;
  top: 9rem;
  left: 0;
  right: 0;
  margin: auto;
}
.map-box .w .top {
  z-index: 2;
  background-color: #fff;
  position: relative;
}
.map-box .w .top .title {
  position: absolute;
  background-color: #e81317;
  color: #fff;
  padding: 10px;
  width: 30%;
  left: 0;
  top: -20px;
  z-index: 2;
}
.map-box .w .top .title i {
  font-size: 1.2rem;
  float: left;
  margin-right: 10px;
}
.map-box .w .top .box {
  padding: 40px 10px 20px 10px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.map-box .w .top .box .my-address {
  float: left;
  background-color: #ebebeb;
  color: #666;
  line-height: 1.4rem;
  padding: 10px;
  cursor: pointer;
  transition: .3s ease;
}
.map-box .w .top .box .my-address i {
  color: #e81317;
  font-size: 1.4rem;
  float: left;
  margin-right: 5px;
  transition: .3s ease;
}
.map-box .w .top .box .my-address:hover {
  background-color: #e81317;
  color: #fff;
}
.map-box .w .top .box .my-address:hover i {
  color: #fff;
}
.map-box .w .top .box .split {
  float: left;
  width: 1px;
  background-color: #ebebeb;
  margin: 0 3rem;
}
.map-box .w .top .box .address-box {
  float: left;
}
.map-box .w .top .box .address-box .select-box {
  float: left;
  margin-right: 3rem;
}
.map-box .w .top .box .address-box .select-box select {
  border: 1px solid #d9d9d9;
  padding: 11px 10px;
  width: 150px;
  outline: none;
}
.map-box .w .top .box .address-box .select-box select:focus {
  border: 1px solid #e81317;
}
.map-box .w .top .box .search {
  float: left;
  border: 1px solid #d9d9d9;
  width: 180px;
}
.map-box .w .top .box .search input {
  border: unset;
  outline: none;
  width: 80%;
  padding: 12px 10px;
  float: left;
}
.map-box .w .top .box .search i {
  font-size: 1.2rem;
  color: #e81317;
  width: 20%;
  float: left;
  cursor: pointer;
  padding: 9.5px 0;
  text-align: center;
  transition: .3s ease;
  transform: scale(1);
}
.map-box .w .top .box .search i:active {
  transform: scale(1.05);
}
.map-box .w .top .item-box {
  opacity: 0;
  z-index: -1;
  position: absolute;
  width: 300px;
  transform: translateY(50%) scaleY(0);
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: .3s ease;
}
.map-box .w .top .item-box .i-title {
  background-color: #e0e0e0;
  padding: 15px 20px;
}
.map-box .w .top .item-box ul {
  overflow-y: auto;
}
.map-box .w .top .item-box ul li {
  font-size: .925rem;
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
}
.map-box .w .top .item-box ul li .c {
  padding: 30px 0 20px 30px;
}
.map-box .w .top .item-box ul li .c .item {
  margin: 10px 0;
}
.map-box .w .top .item-box ul li .c .item span {
  float: left;
}
.map-box .w .top .item-box ul li .c .item p {
  width: 50%;
  float: left;
  line-height: 1.4rem;
  color: #666;
}
.map-box .w .top .item-box ul li .c .item:last-child p {
  width: 70%;
}
.map-box .w .top .item-box-active {
  opacity: 1;
  z-index: 0;
  height: auto!important;
  transform: translateY(100%) scaleY(1);
}
.recruit-box {
  padding: 5% 0;
}
.recruit-box .r-title {
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
}
.recruit-box .r-title:after {
  position: absolute;
  content: '';
  width: 100%;
  background-color: #e81317;
  height: 2px;
  bottom: 0;
  left: 0;
}
.recruit-box .form {
  padding-top: 20px;
}
.recruit-box .form .f-title {
  padding: 15px 0;
}
.recruit-box .form .f-title p {
  float: left;
  text-align: center;
}
.recruit-box .form .f-title .f-1 {
  width: 16%;
}
.recruit-box .form .f-title .f-2 {
  width: 16%;
}
.recruit-box .form .f-title .f-3 {
  width: 16%;
}
.recruit-box .form .f-title .f-4 {
  width: 16%;
}
.recruit-box .form .f-title .f-5 {
  width: 30%;
}
.recruit-box .form .f-item {
  margin: 10px 0;
}
.recruit-box .form .f-item .item {
  margin: 15px 0;
  background-color: #fff;
  transition: .3s ease;
}
.recruit-box .form .f-item .item ul {
  background-color: #fff;
  padding: 15px 0;
  cursor: pointer;
  transition: .3s ease;
  position: relative;
  z-index: 2;
}
.recruit-box .form .f-item .item ul li {
  float: left;
  text-align: center;
}
.recruit-box .form .f-item .item ul li:nth-child(1) {
  width: 16%;
}
.recruit-box .form .f-item .item ul li:nth-child(2) {
  width: 16%;
}
.recruit-box .form .f-item .item ul li:nth-child(3) {
  width: 16%;
}
.recruit-box .form .f-item .item ul li:nth-child(4) {
  width: 16%;
}
.recruit-box .form .f-item .item ul li:nth-child(5) {
  width: 30%;
}
.recruit-box .form .f-item .item ul .icon {
  position: relative;
  width: 6%;
  height: 1.3rem;
}
.recruit-box .form .f-item .item ul .icon:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  background-color: #333;
  width: 18px;
  height: 2px;
  border-radius: 4px;
  transition: .3s ease;
}
.recruit-box .form .f-item .item ul .icon:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #333;
  height: 18px;
  width: 2px;
  border-radius: 4px;
  transition: .3s ease;
}
.recruit-box .form .f-item .item .f-content {
  text-align: left;
  line-height: 1.6rem;
  padding: 0 20px;
  color: #666;
  transition: .5s;
  background-color: #fff;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  overflow-y: auto;
  z-index: 0;
  position: relative;
}
.recruit-box .form .f-item .item-active {
  height: auto;
}
.recruit-box .form .f-item .item-active ul {
  color: #fff;
  background-color: #e81317;
}
.recruit-box .form .f-item .item-active ul .icon::after {
  transform: rotate(-45deg);
  background-color: #fff;
}
.recruit-box .form .f-item .item-active ul .icon::before {
  transform: rotate(-45deg);
  background-color: #fff;
}
.recruit-box .form .f-item .item-active .f-content {
  padding: 10px 20px;
  opacity: 1;
  transform: translateY(0);
  height: 60px;
  z-index: 1;
}
.recruit-box .form .f-item .item-active .f-content a {
  display: inline-block;
  width: 100px;
  padding: 5px 0;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  transition: .3s ease;
}
.recruit-box .form .f-item .item-active .f-content .suc {
  background-color: #e81317;
}
.recruit-box .form .f-item .item-active .f-content .suc:hover {
  opacity: .7;
}
.recruit-box .form .f-item .item-active .f-content .fal {
  background-color: #ccc;
}
.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
