

html{
  background-color: #fff;
}

.txt-img{
  display: block;
  margin: 0 auto;
}
/* .i-bg{
  object-fit: cover;
} */

.header{
  width: 100%;
  height: 80px;
  background: #fff;
}
.h-box{
  position: relative;
  width: 1051px;
  margin: 0 auto;
}
.menu{
  position: absolute;
  top: 0;
  right: 0;
}
.menu>li{
  position: relative;
  float: left;
}
.menu>li>a{
  display: block;
  width: 111px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  color: #333;
  transition: all 0.3s;
}
.menu>li>i{
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 0;
  background: #003da6;
  transition: all 0.3s;

}
.menu>li:hover>a,.menu>li.active>a{
  background: #e5ebf6;
}
.menu>li:hover>i,.menu>li.active>i{
  opacity: 1;
}

/*  */
/*banner*/
.banner{
    height: 470px;
    position: relative;
}
.banner.pause::before{
    content:'';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
}
.banner.pause::after{
    content: '';
    width: 60px;
    height: 60px;
    background-image: url('../images/play.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 48%;
    top: 44%;
    cursor: pointer;
}
.banner video{
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.banner img{
    display: block;
    width: 100%;
    vertical-align: bottom;
}
/*  */

.body{
  padding-top: 20px;
  width: 100%;
  padding-bottom: 200px;
  background: url(../images/bgbottom.png) no-repeat bottom center, url(../images/bgtop.png) no-repeat top center, url(../images/bg.png) no-repeat bottom center;
  background-size: 100% auto, 100% auto, 100% 100%;
}
.bg-box{
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
.txt01{
  width: 1024px;
  margin: 0 auto;
  font-size: 18px;
  color: #333;
  text-indent: 2em;
  line-height: 36px;
  margin-bottom: 20px;
}
.txt01>span{
  color: #2657c4;
  font-weight: bold;
}
.p1video{
  display: block;
  width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.bgicon{
  position: absolute;
}
.fanzhuan{
  /* 水平翻转 */
  -moz-transform:scaleX(-1);
  -webkit-transform:scaleX(-1);
  -o-transform:scaleX(-1);
  transform:scaleX(-1);
}


/*  */
.job-table{
  width: 1024px;
  margin: 0 auto;
  font-size: 18px;
  color: #333;
  margin-bottom: 70px;
}
.job-table table {
  width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.job-table table tr{
    height: 70px;
    /* border-bottom: 1px solid #2557c4; */
    /* border-left: 1px solid #2557c4; */
    /* border-right: 1px solid #2557c4; */
}
.job-table table tr td{
    text-align: center;
    padding: 10px;
}
.job-table table tr td a{
   display: inline-block;
    color: #FFFFFF;
    padding: 6px 16px;
    border-radius: 100px;
   background: linear-gradient(to bottom, #4f92df, #2658c5)
}
.job-table table tr td:nth-child(2){
  box-sizing: border-box;
  padding-right: 10px;
  text-align: left;
}

.job-table table tr:nth-child(odd){
    /* background-color: #eaf5fd; */
}

.job-table table tr:nth-child(even){
    background-color: #baedfd;
}

.job-table table tr:first-child{
    height:30px;
    color: #FFFFFF;
    border-radius: 4px;
    background: linear-gradient(to right, #2556c4, #569be3)
}
/*  */

.p2a{
  padding-left: 53px;
  display: block;
  line-height: 40px;
  text-decoration: underline;
}

.p5-ul{
  position: relative;
  width: 630px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.p5-ul>li{
  font-size: 20px;
  color: #333;
  line-height: 50px;
}
.p5-ul>li>span{
  color: #2859c6;
  font-weight: bold;
}
.p5erweima{
  position: absolute;
  right: 0;
  top: 0;
}



.copyright { 
  position: relative;
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0 auto; 
  color: #fff; 
  font-size: 12px; 
  height: 50px; 
  line-height: 50px;
  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) {
  
}