.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
}
.logo{
    width: 173px;
    margin: 0;
    height: 100%;
}
.logo a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.logo img{
    display: block;
    margin: 0;
    max-width: 100%;
    max-height: 92%;
}
.nav-ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .nav-ul>li {
    position: relative;
    text-align: center;
    margin-right: 40px;
    padding: 0 10px;
}
.header .nav-ul>li.current>a{
/*    color: #f0d27c;*/
    font-weight: bold;
}
.header .nav-ul>li>a {
    position: relative;
    font-size: 18px;
    color: #121212;
}
.header .nav-ul>li:hover>a{
/*    color: #f0d27c;*/
    font-weight: bold;
}
.header .nav-ul>li.current:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: #193062;
}
.banner{
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}
img.mm{
    display: none;
}
.index1{
    padding: 120px 0 130px;
}
.ind1{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.ind1_lf{
    width: 44%;
}
.ind1_tit{
    margin-bottom: 30px;
}
.ind1_tit p{
    font-size: 18px;
    color: #f1d282;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.ind1_tit h2{
    font-size: 48px;
    color: #141414;
    font-weight: bold;
}
.ind1_con{
    font-size: 18px;
    line-height: 32px;
    color: #6c6e6e;
}
.ind1_img{
    width: 55.75%;
    margin-right: -20px;
}
.ind1_img img{
    margin: 0 auto;
}
.ind1_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.ind1_ul ul li{
    width: 35.4%;
    margin-left: -14%;
    margin-bottom: 15px;
    background: url(../images/ind1bj.png)left center no-repeat;
    background-size: cover;
    transition: all .3s;
}
.ind1_ul ul li:first-child,
.ind1_ul ul li:nth-child(5){
    margin-left: 0;
}
.ind1_ul ul li p{
    font-size: 20px;
    line-height: 53px;
    color: #0e0e0e;
    font-weight: bold;
    padding-left: 45px;
    background: url(../images/ind1dh.png)left 20px center no-repeat;
    transition: all .3s;
}
.ind1_ul ul li:hover{
    background-image: url(../images/ind1bj1.png);
}
.ind1_ul ul li:hover p{
    color: #ffffff;
    background-image: url(../images/ind1dh1.png);
}
.more{
    text-align: center;
}
.more a{
    display: inline-block;
    min-width: 200px;
    font-size: 18px;
    line-height: 62px;
    color: #fefefe;
    text-align: center;
    border-radius: 31px;
    background: #193062;
}
.index1 .more{
    text-align: left;
    margin-top: 35px;
}
.more a:hover{
    color: #e7ca7f;
/*    background: #f1d282;*/
}
.title{
    color: #141414;
    text-align: center;
    margin-bottom: 50px;
}
.title h2{
    font-size: 48px;
    font-weight: bold;
}
.title h3{
    font-size: 36px;
    color: #153061;
}
.title p{
    font-size: 18px;
}
.index2{
    padding: 70px 0 80px;
    background: url(../images/ind2.jpg)top center no-repeat;
    background-size: cover;
}
.ind2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind2 ul li{
    position: relative;
    width: 31.2%;
    padding-bottom: 100px;
    border-radius: 23px;
    box-shadow: 0 2px 21px rgba(31, 31, 31, .22);
    background: rgba(255, 255, 255, .9);
    overflow: hidden;
}
.ind2_tit{
    color: #ffffff;
    text-align: center;
    padding: 20px 0 35px;
    background: url(../images/ind2bj.png)center bottom no-repeat;
    background-size: cover;
}
.ind2_tit h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ind2_tit p{
    font-size: 18px;
}
.ind2 dl{
    width: 90%;
    max-width: 170px;
    margin: 0 auto;
    padding-top: 20px;
}
.ind2 dl dd{
    font-size: 18px;
    color: #585858;
    margin-bottom: 20px;
    padding-left: 25px;
    background: url(../images/ind2jt.png)left center no-repeat;
}
.ind2 .more{
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
}
.index3{
    padding: 130px 0;
}
.ind3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind3 ul li{
    position: relative;
    width: 31.2%;
    text-align: center;
    padding-bottom: 100px;
    border-radius: 23px;
    box-shadow: 0 6px 20px rgba(25, 48, 98, .4);
    background: #ffffff;
    overflow: hidden;
}
.ind3_tit{
    color: #ffffff;
    padding: 20px 0;
    background: #193062;
}
.ind3_tit h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ind3_tit p{
    font-size: 18px;
}
.ind3 dl{
    padding-top: 5px;
    background: url(../images/ind31.png)top -10px right no-repeat;
}
.ind3 ul li:nth-child(2) dl{
    background-image: url(../images/ind32.png);
}
.ind3 ul li:nth-child(3) dl{
    background-image: url(../images/ind33.png);
}
.ind3 dl dd{
    display: block;
    width: 90%;
    max-width: 260px;
    font-size: 18px;
    color: #585858;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #dbdce0;
}
.ind3 dl dd:last-child{
    border-bottom: none;
}
.ind3 .more{
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
}
.index4{
    padding-bottom: 130px;
}
.w1600{
    width: 94%;
    max-width: 1600px;
    margin: 0 auto;
}
.ind4 .swiper-container{
    padding: 10px 20px 40px;
}
.ind_lb .swiper-container:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22.25%;
    height: 95%;
    background: url(../images/ind4z.png)left center no-repeat;
    background-size: cover;
    z-index: 999;
}
.ind_lb .swiper-container:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 22.25%;
    height: 95%;
    background: url(../images/ind4y.png)left center no-repeat;
    background-size: cover;
    z-index: 999;
}
.ind4 .swiper-slide{
    height: auto;
    padding: 35px 40px;
    border-radius: 11px;
    box-shadow: 0 5px 15px rgba(29, 29, 29, .21);
    background: #ffffff;
}
.ind41{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind41_img{
    width: 70px;
}
.ind41_img img{
    margin: 0 auto;
    border-radius: 50%;
}
.ind41_ri{
    flex: 1;
    padding-left: 25px;
}
.ind41_ri h3{
    font-size: 24px;
    color: #232323;
    font-weight: bold;
}
.ind41_ri p{
    font-size: 18px;
    color: #4a4a4a;
}
.ind4_con{
    font-size: 18px;
    line-height: 40px;
    color: #232323;
    min-height: 80px;
    margin: 25px 0 15px;
}
.ind4_x{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind_lb .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    height: 4px;
    width: 90%;
    max-width: 1200px;
}
.ind_lb .swiper-scrollbar-drag {
    background: #193062;
    border-radius: 0;
}
.mt50{
    margin-top: 50px;
}
.index5{
    padding: 60px 0 80px;
    background: url(../images/ind5.jpg)top center no-repeat;
    background-size: cover;
}
.ind5{
    display: flex;
/*    align-items: center;*/
    flex-wrap: wrap;
    border-radius: 23px;
    box-shadow: 0 1px 18px rgba(38, 38, 38, .46);
    background: #ffffff;
    overflow: hidden;
}
.ind5_lf{
    width: 17.5%;
    padding: 30px 10px;
    background: #e7effc;
}
.ind5_lf ul li{
    display: flex;
    align-items: center;
    height: 56px;
    color: #161616;
    margin-bottom: 30px;
    padding-left: 45px;
    border-radius: 4px;
    cursor: pointer;
}
.ind5_lf ul li:last-child{
    margin-bottom: 0;
}
.ind5_img{
    width: 25px;
    margin-right: 5px;
}
.ind5_lf ul li p{
    flex: 1;
    font-size: 24px;
}
.ind5_lf ul li.cur{
    color: #ffffff;
    background: linear-gradient(to right, #1e3c72, #2a5298);
}
.ind5_lf ul li.cur img.tu1{
    display: none;
}
.ind5_lf ul li.cur img.tu2{
    display: block;
}
.ind5_ri{
    flex: 1;
}
.ind5_ri>div{
    height: 100%;
    display: none;
    padding: 60px 60px 50px;
    background: url(../images/indbj51.jpg)right bottom no-repeat;
    background-size: cover;
}
.ind5_ri>div:first-child{
    display: block;
}
.ind5_ri>div:nth-child(2){
    background-image: url(../images/indbj52.jpg);
}
.ind5_ri>div:nth-child(3){
    background-image: url(../images/indbj53.jpg);
}
.ind5_ri>div:nth-child(4){
    background-image: url(../images/indbj54.jpg);
}
.ind5_ri>div:nth-child(5){
    background-image: url(../images/indbj55.jpg);
}
.ind5_ri ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind5_ri ul li{
    width: 32%;
    max-width: 242px;
    margin-bottom: 15px;
}
.ind5_ri ul li img{
    border-radius: 13px;
    box-shadow: 0 0 18px rgba(38, 38, 38, .15);
}
.ind5_ri .more{
    margin-top: 15px;
}
/*.ind6 .swiper-slide{
    height: 300px;
    background: linear-gradient(to bottom, #fff5dd, #efd180);
    transform: rotateY(130deg);
}*/
.index6{
    padding: 55px 0 130px;
}
.ind6{
    max-width: 1465px;
    margin: 0 auto;
}
.ind6 .swiper-container{
    padding: 0 0 40px;
}
/*.ind6 .swiper-slide{
    box-shadow: 0 0 18px rgba(38, 38, 38, .15);
}*/
.footer{
    padding: 60px 0 30px;
    background: #131f39;
}
.foot{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot_tel{
    font-weight: bold;
    font-size: 44px;
    color: #f1d282;
    background: url(../images/tel.png)left center no-repeat;
    padding-left: 65px;
}
.foot_nav{
    flex: 1;
    max-width: 650px;
    margin: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot_nav a{
    position: relative;
    font-size: 24px;
    color: #a7a7a7;
    text-align: center;
    padding: 0 20px;
}
.foot_nav a:hover{
    color: #ffffff;
/*    font-weight: bold;*/
}
.foot_nav a:hover:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background: #ffffff;
}
.copy{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}
.cebianlan {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
    background-color: rgb(255, 255, 255);
    width: 86px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cebianlan li {
    position: relative;
    text-align: center;
    padding: 15px 0;
    opacity: .4;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}
.cebianlan li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    background: #bac0d0;
    height: 1px;
}
.cebianlan li:last-child:after {
    display: none
}
.cebianlan li:hover:after {
    display: none
}
.cebianlan li img.cblicn {
    display: block;
    margin: 0 auto 10px;
    height: 27px;
}
.cebianlan li p {
    color: #193062;
}
.cbltctel p {
    font-size: 23px;
    font-weight: bold;
}
.cbltc {
    position: absolute;
    top: 0;
    right: 86px;
    display: none;
}
.cbltctel {
    width: 180px;
    background: #fff;
    height: 100%;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.cbltctel p {
    position: absolute;
    top: 50%;
    line-height: .5rem;
    margin-top: -.25rem;
    left: 0;
    width: 100%;
}
.cbltcwx {
    width: 150px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 10px 0;
}
.cbltcwx img {
    display: block;
    margin: 0 auto 10px;
    width: 60%;
}
.cebianlan li:hover {
    background: #f1d282;
    opacity: 1;
}
.cebianlan li:hover .cbltc {
    display: block;
}
.new_sub{
    font-size: 24px;
    color: #121212;
    padding-top: 40px;
}
.about1{
    padding: 50px 0;
}
.about1 .title{
    margin-bottom: 30px;
}
.ab1_con{
    font-size: 23px;
    line-height: 54px;
    color: #141414;
}
.ab1_con p{
    text-indent: 2em;
}
.ab1_lb{
    padding-top: 30px;
}
.ab1_lb .swiper-container{
    padding: 20px;
}
.ab1_lb .swiper-slide{
    border-radius: 12px;
    padding: 5px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(25, 48, 98, .7);
}
.ab1_lb img{
    width: 100%;
    border-radius: 12px;
}
.ab1_lb .swiper-container:before{
    width: 20%;
    height: 100%;
}
.ab1_lb .swiper-container:after{
    width: 20%;
    height: 100%;
}
.about2{
    padding: 80px 0 50px;
    background: #f8f9fb;
}
.ab2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ab2 ul li{
    position: relative;
    width: 30.75%;
    margin-bottom: 35px;
}
.ab2 ul li img{
    margin: 0 auto;
}
.ab2 ul li h3{
    position: absolute;
    left: 0;
    top: 26%;
    width: 100%;
    font-size: 30px;
    color: #193062;
    font-weight: 900;
    text-align: center;
}
.ab2 ul li h3 span{
    font-size: 1.6em;
}
.about3{
    padding: 130px 0 200px;
    background: url(../images/ab3.png)top center no-repeat;
}
.about3 .title{
    margin-bottom: 100px;
}
.ab3{
    position: relative;
}
.ab3 img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1112px;
}
.ab3 ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ab3 ul li{
    width: 16.6%;
    margin-right: 70px;
}
.ab3 ul li:nth-child(2){

}
.ab3 ul li h3{
    font-size: 24px;
    color: #1b1b1b;
    font-weight: bold;
    text-align: center;
}
.ab3 ul li span{
    display: block;
    width: 22px;
    height: 22px;
    margin: 15px auto 20px;
    border-radius: 50%;
    border: 5px solid #264a8d;
    background: #ffffff;
}
.ab3 ul li dd{
    font-size: 18px;
    line-height: 27px;
    color: #1b1b1b;
}
.ab3_pc img{
    margin: 0 auto;
}
.ab3_mm{
    display: none;
}
.about4{
    padding: 70px 0;
    background: #f8f9fb;
}
.ab4{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ab4_lf{
    width: 52.3%;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 6px rgba(26, 26, 26, .14);
    background: #ffffff;
}
.ab4_lf img{
    width: 100%;
    border-radius: 8px;
}
.ab4_ri{
    width: 43%;
}
.ab4_ri ul li{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 25px 10px 25px 30px;
    overflow: hidden;
}
.ab4_ri ul li:last-child{
    margin-bottom: 0;
}
.ab4_con{
    flex: 1;
    padding-left: 15px;
}
.ab4_con h3{
    font-size: 24px;
    color: #141414;
    margin-bottom: 5px;
}
.ab4_con p{
    font-size: 18px;
    color: #474747;
}
.ab4_ri ul li:hover{
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(26, 26, 26, .14);
    background: #ffffff;
}
.ab4_ri ul li:hover:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: #102c5e;
}
.about5{
    padding: 130px 0;
}
.ab5 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ab5 ul li{
    display: flex;
    align-items: center;
    width: 46.6%;
    padding: 20px 5px 20px 35px;
    border-radius: 11px;
    background: #f8f9fb;
}
.ab5 ul li p{
    font-size: 18px;
    color: #141414;
    margin: 0 20px;
}
.ab5 ul li span{
    font-size: 30px;
    color: #131f39;
    font-weight: 900;
}
.work1{
    padding: 50px 0 130px;
}
.work1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.work1 ul li{
    width: 22.5%;
    text-align: center;
    margin-bottom: 50px;
    border-radius: 11px;
    box-shadow: 0 0 21px rgba(29, 29, 29, .21);
    background: #ffffff;
}
.work1_img img{
    width: 100%;
    border-radius: 11px;
    box-shadow: 0 5px 10px rgba(29, 29, 29, .1);
}
.work1_con{
    padding: 10px 0;
}
.work1_con h3{
    font-size: 24px;
    color: #153061;
    font-weight: bold;
}
.work1_con p{
    line-height: 24px;
    color: #464646;
}
.work1 ul li:last-child p{
    font-size: 12px;
}
.work1_con dl{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 10px;
}
.work1_con dl dd{
    font-size: 18px;
    line-height: 30px;
    color: #505050;
    padding-left: 20px;
    background: url(../images/work1bj.png)left center no-repeat;
}
.work1 ul li:hover{
    background: #153061;
}
.work1 ul li:hover h3,
.work1 ul li:hover p,
.work1 ul li:hover dl dd{
    color: #ffffff;
}
.work1 ul li:hover dl dd{
    background-image: url(../images/work1bj1.png);
}
.work2{
    padding: 90px 0 50px;
    background: url(../images/work2.jpg)top center no-repeat;
    background-size: cover;
}
.work2 .title h2{
    color: #153061;
}
.work2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.work2 ul li{
    width: 32%;
    max-width: 350px;
    margin-bottom: 30px;
    border-radius: 11px;
    box-shadow: 0 6px 21px rgba(29, 29, 29, .21);
    background: #ffffff;
    overflow: hidden;
}
.work2_tit{
    display: flex;
    align-items: center;
    height: 100px;
    color: #171717;
    background: #e4eaf4;
}
.work2_img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100%;
    background: #102c5e;
}
.work2_tit h3{
    flex: 1;
    font-size: 24px;
    padding-left: 35px;
}
.work2_img:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%,0);
    width: 16px;
    height: 16px;
    background: url(../images/work2jt.png)no-repeat;
    background-size: cover;
}
.work2_con{
    display: flex;
    align-items: center;
    min-height: 155px;
    font-size: 18px;
    line-height: 40px;
    color: #181818;
    padding: 20px 30px;
}
.work2 ul li:hover .work2_tit{
    color: #ffffff;
    background: #102c5e;
}
.work2 ul li:hover .work2_img{
    background: #efd180;
}
.work2 ul li:hover .work2_img:after{
    background-image: url(../images/work2jt1.png);
}
.work2 .more{
    margin-top: 20px;
}
.work3{
    padding: 130px 0;
}
.work3_nav{
    display: flex;
    justify-content: space-around;
}
.work3_nav p{
    width: 27.5%;
    font-size: 24px;
    line-height: 68px;
    color: #181818;
    text-align: center;
    cursor: pointer;
}
.work3_nav p.cur{
    font-size: 28px;
    color: #131313;
    font-weight: bold;
    border-radius: 7px 7px 0 0;
    box-shadow: 0 0 9px rgba(22, 50, 97, .36);
    background: #efd180;
}
.work3_qh>div{
    position: relative;
    display: none;
    border-radius: 11px;
    box-shadow: 0 6px 21px rgba(29, 29, 29, .21);
    background: #ffffff;
    z-index: 1;
    overflow: hidden;
}
.work3_qh>div:first-child{
    display: block;
}
.work3_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    padding: 30px 160px;
    background: url(../images/work3bj1.jpg)top right no-repeat;
    background-size: cover;
}
.work3_qh>div:nth-child(2) .work3_tit{
    background-image: url(../images/work3bj2.jpg);
}
.work3_qh>div:nth-child(3) .work3_tit{
    background-image: url(../images/work3bj3.jpg);
}
.work3_tit_lf{
    flex: 1;
}
.work3_tit_lf h3{
    font-size: 28px;
    font-weight: bold;
}
.work3_tit_lf p{
    font-size: 16px;
}
.work3_tit .more a{
    color: #1d1d1d;
    background: #e7ca7f;
}
.work3_con{
    min-height: 375px;
    padding: 35px 80px 10px 100px;
}
.work3_con dl{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.work3_con dl dt{
    font-size: 20px;
    color: #141414;
    font-weight: bold;
}
.work3_con dl dd{
    flex: 1;
}
.work3_con dl.work3_one{
    align-items: center;
    margin-bottom: 15px;
}
.work3_con dl.work3_one dd{
    font-size: 18px;
    color: #545454;
    padding-left: 25px;
}
.work31_ul ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.work31_ul ul li{
    width: 32.6%;
    margin-bottom: 5px;
    padding: 10px 5px 15px 25px;
    border-radius: 11px;
    border: 1px solid transparent;
}
.work31_ul h3{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.work31_ul h3 p{
    flex: 1;
    font-size: 20px;
    color: #112d5f;
    font-weight: bold;
    padding-left: 8px;
    transition: all .3s;
}
.work31_ul h3 p:after{
    content: "";
    display: block;
    width: 50px;
    height: 0;
    transition: all .3s;
}
.work31_ul p{
    font-size: 16px;
    line-height: 23px;
    color: #545454;
    transition: all .3s;
}
.work31_ul ul li:hover{
    border-color: #153061;
}
.work31_ul ul li:hover .work3_des p{
    color: #151414;
}
.work31_ul ul li:hover h3 p:after{
    height: 2px;
    margin-top: 3px;
    background: #e7ca7f;
}
.work3_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.work3_ul ul li{
    display: flex;
    align-items: center;
    width: 50%;
    max-width: 430px;
    margin-bottom: 30px;
    padding-left: 25px;
}
.work3_ri{
    flex: 1;
    padding-left: 15px;
}
.work3_ri h3{
    font-size: 18px;
    color: #102c5e;
}
.work3_ri p{
    font-size: 16px;
    color: #545454;
}
.w1070{
    width: 94%;
    max-width: 1070px;
    margin: 0 auto;
}
.internship1{
    padding: 50px 0 130px;
}
.internship1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.internship1 ul li{
    position: relative;
    width: 48.5%;
    max-width: 495px;
    padding: 0 10px 115px 30px;
    border-radius: 11px;
    background: #f4f7ff;
}
.internship1 h3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 213px;
    height: 62px;
    font-size: 24px;
    color: #ffffff;
    margin-left: -30px;
    padding-right: 20px;
    background: url(../images/sx1bj.png)no-repeat;
    background-size: cover;
}
.internship1 h3 img{
    margin-right: 10px;
}
.internship1_dl{
    padding-top: 35px;
}
.internship1_dl dl{
    margin-bottom: 40px;
}
.internship1_dl dl dt{
    font-size: 24px;
    color: #0e0e0e;
    padding-left: 35px;
    background: url(../images/sx111.png)left center no-repeat;
}
.internship1_dl dl:nth-child(2) dt{
    background-image: url(../images/sx112.png);
}
.internship1_dl dl dd p{
    font-size: 18px;
    line-height: 32px;
    color: #4d4d4d;
    padding-left: 30px;
    background: url(../images/sxd.png)left top 10px no-repeat;
}
.internship1 h5{
    font-size: 24px;
    color: #0e0e0e;
    margin-bottom: 5px;
}
.internship1_des{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.internship1_des span{
    display: block;
    width: 91px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #102c5e;
    background: #102c5e;
}
.internship1_des span:nth-child(2){
    color: #102c5e;
    background: none;
}
.internship1 ul li a{
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translate(-50%,0);
    display: inline-block;
    min-width: 200px;
    font-size: 18px;
    line-height: 60px;
    color: #193062;
    text-align: center;
    border-radius: 31px;
    border: 1px solid #193062;
}
.internship1 ul li:hover{
    box-shadow: 0 0 18px rgba(25, 48, 98, .45);
    background: url(../images/sx111.jpg)top center no-repeat;
    background-size: cover;
}
.internship1 ul li:nth-child(2):hover{
    background-image: url(../images/sx112.jpg);
}
.internship1 ul li:hover a{
    color: #193062;
    border-color: #eecf80;
    background: #eecf80;
}
.internship2{
    margin-bottom: 120px;
    padding: 70px 0 85px;
    background: #f7f7f7;
}
.internship2_nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.internship2_nav p{
    width: 190px;
    font-size: 20px;
    line-height: 52px;
    color: #131313;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 0 9px rgba(25, 48, 98, .41);
    background: #ffffff;
    cursor: pointer;
}
.internship2_nav p:nth-child(3){
    width: 420px;
}
.internship2_nav p:last-child{
    margin-right: 0;
}
.internship2_nav p.cur{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    background: #102c5e;
}
.internship2_qh>div{
    display: none;
    padding: 40px 45px;
    border-radius: 12px;
    box-shadow: 0 0 9px rgba(25, 48, 98, .41);
    background: #ffffff;
}
.internship2_qh>div:first-child{
    display: block;
}
.internship2_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.internship2_lf{
    width: 26.2%;
}
.internship2_lf img{
    margin: 0 auto 25px;
    border-radius: 11px;
}
.internship2_ri{
    width: 70%;
    padding-top: 15px;
}
.internship2_dl dl{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 35px;
    margin-bottom: 20px;
}
.internship2_dl dl:last-child{
    margin-bottom: 0;
}
.internship2_dl dl dt{
    font-size: 20px;
    color: #141414;
    font-weight: bold;
}
.internship2_dl dl dd{
    flex: 1;
    font-size: 18px;
    color: #545454;
    padding-left: 20px;
}
.internship2_ul ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.internship2_ul ul li{
    width: 49%;
    margin-top: 20px;
    padding: 20px 10px 10px 20px;
    border-radius: 14px;
    border: 1px solid #102c5e;
}
.internship2_ul ul li h5{
    position: relative;
    font-size: 24px;
    color: #102c5e;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 10px;
}
.internship2_ul ul li h5:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 6px;
    height: 25px;
    border-radius: 3px;
    background: #102c5e;
}
.internship2_ul dl{
    margin-bottom: 20px;
}
.internship2_ul dl:last-child{
    margin-bottom: 0;
}
.internship2_ul dl dt{
    font-size: 18px;
    color: #141414;
    font-weight: bold;
}
.internship2_ul dl dd{
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}