

html{
  background-color: #fff;
}

/*  */
.header{
  width: 100%;
  height: 60px;
  background: #fff;
}
.h-box{
  position: relative;
  width: 1251px;
  margin: 0 auto;
}
.menu{
  position: absolute;
  top: 0;
  right: 0;
}
.menu>li{
  position: relative;
  float: left;
}
.menu>li>a{
  display: block;
  width: 124px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #1a3866;
  transition: all 0.3s;
}

.menu>li:hover>a,.menu>li.active>a{
  color: #fff;
  background: url(../images/menubtnbg.png);
  background-size: 100% 100%;
}

/*  */
.banner{
  display: block;
  width: 100%;
}
.txt-img{
  display: block;
  margin: 0 auto;
}
.i-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.i-logo,.i-slogan{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.i-enter{
  position: absolute;
  width: 23.19vw;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: suofang-ani 2s linear infinite;
}


.body{
  width: 100%;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: 100% 100%;
  /* background: url(../images/bgbottom.png) no-repeat bottom center, url(../images/bgtop.png) no-repeat top center;
  background-size: 100% auto, 100% auto */
}
.center{
  width: 1px;
  margin: 0 auto;
}

.p3tab{
  width: 999px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.p3tab>li{
  position: relative;
  display: inline-block;
  width: 231px;
  margin: 0 20px;
  cursor: pointer;
}
.p3tab>li>img:nth-child(2){
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.p3tab>li:hover>img:nth-child(2),.p3tab>li.active>img:nth-child(2){
  opacity: 1
}

.p3tab-content{
  display: none;
}
#p3-c2{
  width: 1188px;
  margin: 0 auto;
  padding: 45px 0;
  min-height: 1007px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .5)
}
.p3left{
  display: inline-block;
  vertical-align: top;
  padding: 66px 0;
  padding-left: 55px;
  width: 256px;
  border-right: 4px solid #fff;
}
.p3left>li{
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.p3left>li>img{}
.p3left>li>p{
  font-weight: bold;
  font-size: 20px;
  background: -webkit-linear-gradient(-90deg, #909090, #777777);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s;
}
.p3left>li>p>span{
  font-size: 16px;
}
.p3left>li:hover>p,.p3left>li.active>p{
  background: -webkit-linear-gradient(-90deg, #ff8d21, #ff5101);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p3left>li>img:nth-child(2){
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin:0 auto;
  opacity: 0;
  transition: all 0.3s;
}

.p3left>li:hover>img:nth-child(2),.p3left>li.active>img:nth-child(2){
  opacity: 1;
}
/*  */
.p3right{
  display: inline-block;
  margin-left: 50px;
  padding-top: 35px;
}
.p3right>li{
  width: 755px;
  margin-bottom: 12px;
  border-radius: 32px;
  background: rgba(255, 255, 255, .5);
}
.jobtop{
  overflow: hidden;
  line-height: 54px;
  cursor: pointer;
}
.jobline{
  position: relative;
  top: 12px;
  margin-left: 43px;
  margin-right: 22px;
}
.jobname{
  font-size: 20px;
  color: #2a60d9;
}
.jobbtn{
  position: relative;
  top: 5px;
  float: right;
  margin-right: 20px;
}
.jobbtn>strong{
  margin-right: 5px;
  color: #ff7514;
  font-size: 18px;
  vertical-align: middle;
}

.job-b{
  vertical-align: middle;
  transition: all 0.3s;
}
.job-b.on{
  transform: rotate(180deg);
}
.jobinfo{
  overflow: hidden;
  display: none;
  padding: 15px 55px;
}
.jobtit{
  color: #2a60d9;
  font-size: 16px;
  margin-bottom: 10px;
}
.jobtxt{
  color: #082864;
  font-size: 16px;
  line-height: 30px;
}
.apply{
  float: right;
  margin-bottom: 15px;
}








.copyright { 
  position: relative;
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0 auto; 
  margin-top: -66px;
  color: #fff; 
  font-size: 12px; 
  height: 66px; 
  line-height: 66px;
  /* background: -webkit-linear-gradient(-180deg, #5397e1,#2759c5) */
}
@media screen and (max-width: 1440px) {
  
}
@media screen and (max-width: 1366px) {
  
}

/* 竖屏样式 */
@media (orientation: portrait) {
  
}
 
/* 横屏样式 */
@media (orientation: landscape) {
  
}