

html{
  background-color: #fff;
}

/*  */
.header{
  width: 100%;
  height: 5.89vw;
  background: #fff;
}
.h-box{
  position: relative;
  margin: 0 auto;
}
.logo{
  width: 33.49vw;
}
.menu{
  position: absolute;
  top: 0;
  right: 0;
  width: 66vw;
  text-align: center;
}
.menu>li{
  position: relative;
  display: inline-block;
}
.menu>li>a{
  display: block;
  width: 9.90vw;
  line-height: 5.89vw;
  text-align: center;
  font-size: 1.77vw;
  color: #3c3c3c;
  transition: all 0.3s;
}

.menu>li:hover>a,.menu>li.active>a{
  font-weight: bold;
  color: #14a83b;
}

/*  */
.banner{
  display: block;
  width: 100%;
  margin-bottom: 3.91vw;
}
.txt-img{
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}

.i-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-logo,.i-slogan{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.i-enter1{
  position: absolute;
  width: 11.15%;
  left: 0;
  right: 20%;
  margin: 0 auto;
  bottom: 10%;
  -webkit-animation: suofang-ani 2s linear infinite;
}
.i-enter2{
  position: absolute;
  width: 11.15%;
  left: 20%;
  right: 0;
  margin: 0 auto;
  bottom: 10%;
  -webkit-animation: suofang-ani 2s linear infinite;
}
.body{
  position: relative;
  z-index: 1;
  width: 100%;
  background: url(../images/bgbottom.png) no-repeat bottom center, url(../images/bgtop.png) no-repeat top center;
  background-size: 100% auto, 100% auto
}
.body>.box{
  position: relative;
  margin: 0 auto;
  
}
.txt01{
  font-size: 0.94vw;
  color: #3c3c3c;
  line-height: 2;
  text-align: justify;
}

/* p1 */
.img11{
  position: absolute;
  right: -1vw;
  top: 5.5vw;
  width: 32.08vw;
}
.p1b2{
  background: url(../images/p1bg2.png);
  background-size: cover;
}
.p1s2{
  position: relative;
  width: 79.58vw;
  min-height: 35.47vw;
  margin: 0 auto;
  padding: 3.65vw 3.33vw 4.69vw 3.33vw;
  background: rgba(245, 245, 245, .6);
  box-shadow: .1vw .1vw .3vw rgba(22, 62, 192, 0.5);
}
.p1left{
  position: absolute;
  top: 12.55vw;
  left: 3.33vw;
  width: 11vw;
}
.p1left>li{
  position: relative;
  display: inline-block;
  font-size: 0.94vw;
  color: #3c3c3c;
  line-height: 2.60vw;
  margin-bottom: 1vw;
  transition: all 0.3s;
  cursor: pointer;
}
.p1left>li>span{
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #0f48ce;
  transition: all 0.3s;
}
.p1left>li>span>i{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
  background: #14a83b;
}
.p1left>li:hover, .p1left>li.active{
  color: #0f48ce;
}
.p1left>li:hover>span, .p1left>li.active>span{
  opacity: 1;
}
.p1right{
  position: relative;
  left: 11.56vw;
  width: 60.94vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p1right>li{
  box-sizing: border-box;
  padding: 0.78vw 1.15vw;
  width: 29.22vw;
  height: 10.78vw;
  margin-bottom: 1.98vw;
  background: #fefefe;
  box-shadow: 0.1vw 0.1vw 0.3vw rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p1right>li>img{
  width: auto;
  height: 8.91vw;
  padding-right: 1.15vw;
}
.p1right>li>div{
  position: relative;
  display: block;
  height: 8.91vw;
}
.p1right>li>div>p{
  font-weight: bold;
  font-size: 0.83vw;
  color: #3c3c3c;
  margin-bottom: .4vw;
}
.p1right>li>div>span{
  font-size: 0.73vw;
  color: #696969;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.p1right>li>div>a{
  position: absolute;
  bottom: 0;
  display: block;
  width: 4.69vw;
  line-height: 1.56vw;
  font-size: 0.63vw;
  color: #fff;
  text-align: center;
  background: #163ec0;
  border-radius: 0.78vw;
}
.p1right>li>div>a>img{
  position: relative;
  top: 0.08vw;
  width: 0.63vw;
  margin-left: 0.2vw;
}
.coms-img{
  position: absolute;
  left: 0;
  top: 9.5vw;
  width: 34.38vw;
  box-shadow: 0.6vw 0.6vw 0 #14a83b;
}
.back{
  position: absolute;
  right: 0;
  top: 0;
  width: 4.84vw;
}

/* p3 */
.p3div{
  position: relative;
  z-index: 1;
  width: 80.16vw;
  min-height: 44vw;
  margin: 0 auto;
}

.p3left{
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: 1.15vw;
  padding-right: 0.78vw;
  width: 20.10vw;
  height: 18.02vw;
  background: #f3f3f3;
}
.p3left>li{
  box-sizing: border-box;
  padding-left: 5.05vw;
  position: relative;
  line-height: 4.69vw;
  font-size: 1.56vw;
  color: #3c3c3c;
  cursor: pointer;
  transition: all 0.3s;
}

.p3left>li>i{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.89vw;
  height: 100%;
  background: #163ec0;
  transition: all 0.3s;
}
.p3left>li:hover, .p3left>li.active{
  background: #fff;
}
.p3left>li:hover>i, .p3left>li.active>i{
  opacity: 1;
}
/*  */
.p3right{
  position: relative;
  left: 20.83vw;
  width: 59.17vw;
}
.p3right>li{
  box-sizing: border-box;
  padding: 0 3.91vw;
  margin-bottom: 1.25vw;
  background: #f5f5f5;
  border: 0.16vw solid #fff;
  box-shadow: .1vw .1vw .3vw rgba(22, 62, 192, 0.5);
}
.jobtop{
  overflow: hidden;
  line-height: 3.44vw;
  cursor: pointer;
}
.jobtop>span{
  font-size: 1vw;
  font-weight: bold;
  margin-right: 0.73vw;
}
.jobbtn{
  position: relative;
  top: 0.7vw;
  float: right;
  width: 6.30vw;
  font-size: 0.83vw;
  line-height: 2.08vw;
  text-align: center;
  color: #fff;
  background: #163ec0;
  border-radius: 1.04vw;
}
.jobbtn>img{
  position: relative;
  top: 0.12vw;
  width: 0.83vw;
  margin-left: 0.2vw;
  transition: all 0.3s;
}
.jobbtn>img.active{
  transform: rotate(90deg);
}
.jobinfo{
  display: none;

}
.jobtit{
  font-size: 1.04vw;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.42vw;
}
.jobtit>i{
  position: relative;
  top: 0.16vw;
  margin-right: 0.5vw;
  display: inline-block;
  width: 0.26vw;
  height: 1.04vw;
  background: #163ec0;
}
.jobtxt{
  font-size: 0.73vw;
  color: #696969;
  line-height: 2;
  margin-bottom: 1.67vw;
}
.apply{
  display: block;
  width: 6.30vw;
  line-height: 2.08vw;
  margin-bottom: 1.25vw;
  text-align: center;
  color: #fff;
  background: #163ec0;
  border-radius: 1.04vw;
}














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

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