/*页面总宽度*/
html,body{
    background: none !important;
}
#wrap{
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    background-image: url(../images/bg.jpg);
    /* background-size: cover; */
    background-size: 100% 100%;
}
/*主体内容宽度*/
.w{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0 25px;
    padding-top: 50px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.p{
    display: block;
    max-width: 100%;
}
/*头部区域*/
.header{
    position: relative;
    background-color: rgba(255, 255, 255, 0.6);
}
.nav1{
    display: flex;
    height: 149px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.nav1 li{
    min-width: 145px;
    margin: auto 30px;
    position: relative;
}
.nav1 li a{
    display: block;
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 900;

}
 .nav1 li a.on, .nav1 li a:hover{
   color: #052d62;
}
.nav1 li:nth-child(5):hover .gw{
    display: block;
}
.logo{
    cursor: pointer;
}

/*main*/
.main{
   width: 1000px;
   margin: 20px auto;
   padding: 20px;
   box-sizing: border-box;
   min-height: 300px;
   background-color: rgba(255, 255, 255, 0.3);
   border-radius: 10px;

}
/*title*/
.title{
  text-align: center;
  font-size: 28px;
  color: #052d62;
  font-weight: 900;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.txt{
    line-height: 2em;
    font-size: 20px;
}
.txt h1{
    color: #052d62;
}
.txt img{
    display: block;
    width: 100%;
    margin: 40px auto;
}

.block {
   display: block;

}
.video video{
    display: block;
    width: 100%;
    margin-top: 56px;
    margin-bottom: 56px;
}
.swiper{
    width: 100%;
    overflow: hidden;
    position: relative;
    --swiper-navigation-color: #e5e5e5
}
.job{

}
.job h1{
    font-size: 24px;
    color: #052d62;
    margin-bottom: 40px;

    line-height: 2em;
}
.job h1 span{
    border-bottom: 2px solid #052d62;
    padding-bottom: 5px;
    box-sizing: border-box;
}
.job p{
    line-height: 2em;
    font-size: 20px;
    color: #464646;
}
.job p img{
    vertical-align: middle;
    margin-right: 10px;
}
.btn{
    margin: 40px auto;
    display: block;
    font-size: 28px;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 900;
    background-color: #052d62;
    border-radius: 10px;
    margin-top: 70px;


}
.gw{
    display: none;
    /* margin-top: 20px; */
    width: 250px;
    position: absolute;
    /* bottom: -20px; */
    left: 50%;
    margin-left: -125px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    /* border: 1px solid red; */

}
.gw li{
    margin: 10px auto;
}
.gw li a{
    font-family: 'AvenirLTStd-Roman';
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.gw li a:hover{
    color: #052d62;
}
.yw{
    font-family: 'AvenirLTStd-Roman';
}
/*版权*/
.copyright{
    margin:0px auto 0;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    color:#dfdfe3;
    font-size:12px;

}
.rwm{
    width: 25%;
    display: block;
    margin: 70px auto;
}
/*回到顶部*/
#goToTop { position: fixed; right: 20px; z-index: 9000; bottom: 30px; }
#goToTop a { background: none repeat scroll 0 0 #ddd; border: 1px solid #CCCCCC; border-radius: 3px; -webkit-border-radius: 50px; color: #FF9966; font-size: 14px; text-decoration: none; text-shadow: 0 1px 0 #999; -webkit-text-shadow: 0 1px 0 #999; }
#goToTop a{
    padding: 10px;
    display: inline-block;
    letter-spacing: 10px;
    text-align: center;
}
#goToTop a:hover{
    background: none repeat scroll 0 0 #999;
}
