@charset "utf-8";
*{-webkit-tap-highlight-color: transparent;  margin:0; padding:0;}
a:focus, *:focus {outline:none;}
a{text-decoration: none;color: black; outline:none;}
b{font-weight: 400;}
a,b,p,span{font-family: "Microsoft YaHei";}
li{list-style:none;}
img{vertical-align:middle; border:0 none;}
input[type=submit]{-webkit-appearance:none;}  /*去除input默认样式*/
input[type=button]{-webkit-appearance:none;}
/*================================================*/
html,body{
    width: 100%;
    margin: 0;padding: 0;
    -webkit-text-size-adjust: 100%!important;
    font-family:"Microsoft YaHei";
    font-size: 20px;
    background: white;
}

/*================================================*/
.Talent-nav{
    width: 100%;
    height: 130px;
    background: white;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.Talent-nav .nav-t{
    width: 100%;
    height: 82px;

}
.Talent-nav .nav-t .nav{
    width: 1260px;
    height: 82px;
    margin: 0 auto;
}
.Talent-nav .nav-t .nav .nav-l{
    width: 478px;
    height: 82px;
    float: left;
}
.Talent-nav .nav-t .nav .nav-l a{
    display: block;
    width: 478px;
    height: 82px;
    background: url(/cms_files/filemanager/727837800/picture/202210/b01c7ae044e445c8be46b7795ef5521a.png) center no-repeat;
    background-size: cover;
}

.Talent-nav .nav-t .nav .nav-r{
    width: 300px;
    height: 82px;
    float: right;
}

.Talent-nav .nav-t .nav .nav-r .search{
    width: 300px;
    height: 36px;
    margin: 23px 0;
    position: relative;
}
.Talent-nav .nav-t .nav .nav-r .search input{
    width: 240px;
    height: 34px;
    border-radius: 34px;
    border: 1px solid #CCCCCC;
    padding: 0 48px 0 12px;

    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.Talent-nav .nav-t .nav .nav-r .search input::-webkit-input-placeholder {
    color: #CCCCCC;
}

.Talent-nav .nav-t .nav .nav-r .search .icon{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    right: 12px;
    background: url(v1-2.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
}


.Talent-nav .nav-b{
    width: 100%;
    height: 48px;
    
    background: #005BA6;
}
.Talent-nav .nav-b .nav{
    width: 1260px;
    height: 48px;
    margin: 0 auto;
}
.Talent-nav .nav-b .nav .li{
    width: 210px;
    height: 46px;
    border-top: 1px solid #005BA6;
    border-bottom: 1px solid #005BA6;
    background: #005BA6;
    float: left;
    position: relative;
}
.Talent-nav .nav-b .nav .li .a1{
    display: block;
    width: 210px;
    height: 46px;
    text-align: center;
    z-index: 2;
}
.Talent-nav .nav-b .nav .li .text{
    display: inline-block;
    height: 46px;
    line-height: 46px;
    position: relative;
}
.Talent-nav .nav-b .nav .li .text-p{
    padding-right: 20px;
}

.Talent-nav .nav-b .nav .li .text span{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #F9F9F9;
}
.Talent-nav .nav-b .nav .li .text b{
    width: 11px;
    height: 5px;
    background: url(v1-3.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 22px;
    right: 0;
}


.Talent-nav .nav-b .nav .li .menu{
    width: 210px;
    min-height: 0;
    background: white;
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 48px;
    z-index: 10;
    display: none;

    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.Talent-nav .nav-b .nav .li .menu .a2{
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-top: 1px solid #CCCCCC;

    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-nav .nav-b .nav .li .menu .a2:nth-child(1){
    border-top-style: none;
}

.Talent-nav .nav-b .nav .li .menu .a2.show{
    color: #005BA6;
}
.Talent-nav .nav-b .nav .li .menu .a2:hover{
    color: #005BA6;
}


.Talent-nav .nav-b .nav .li .s{
    width: 1px;
    height: 24px;
    background: white;
    position: absolute;
    top: 12px;
    right: 0;
}
.Talent-nav .nav-b .nav .li .t{
    width: 1px;
    height: 24px;
    background: white;
    position: absolute;
    top: 12px;
    left: 0;
}

.Talent-nav .nav-b .nav .li:hover{
    height: 46px;
    border-top: 1px solid #005BA6;
    border-bottom: 1px solid #005BA6;
    background: white;
}
.Talent-nav .nav-b .nav .li:hover .text span{
    color: #005BA6;
    font-weight: 700;
}

.Talent-nav .nav-b .nav .li:hover .text b{
    background: url(v1-4.png) center no-repeat;
    background-size: cover;
}

.Talent-nav .nav-b .nav .li:hover .menu{
    display: block;
}



.Talent-nav .nav-b .nav .li.show{
    height: 46px;
    border-top: 1px solid #005BA6;
    border-bottom: 1px solid #005BA6;
    background: white;
}
.Talent-nav .nav-b .nav .li.show .text span{
    color: #005BA6;
    font-weight: 700;
}

.Talent-nav .nav-b .nav .li.show .text b{
    background: url(v1-4.png) center no-repeat;
    background-size: cover;
}


/*================================================*/
.Talent-1{
    width: 100%;
    min-width: 1260px;
    min-height: 0;
    padding: 130px 0 0;
    margin: 0 auto;
    overflow: hidden;
}
.Talent-1 .m-1{
    width: 1260px;
    min-height: 0;
    padding: 24px 0;
    margin: 0 auto;
}

.Talent-1 .m-1 .n-1{
    width: 100%;
    height: 368px;
    margin-bottom: 20px;
}
.Talent-1 .m-1 .n-1 .banner{
    width: 1260px;
    height: 368px;
    border-radius: 10px;
    overflow: hidden;
}
.Talent-1 .m-1 .n-1 .banner .swiper-container{
    width: 1260px;
    height: 368px;
}
.Talent-1 .m-1 .n-1 .banner .swiper-container .swiper-slide{
    width: 1260px;
    height: 368px;
}

.Talent-1 .m-1 .n-1 .banner .swiper-container .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border: 1px solid #005BA6;
    display: inline-block;
    border-radius: 5px;
    background: white;
    opacity: 1;
}
.Talent-1 .m-1 .n-1 .banner .swiper-container .swiper-pagination-bullet-active{
    opacity: 1;
    width: 24px;
    border: 1px solid #005BA6;
    background: #005BA6;
}


.Talent-1 .m-1 .n-2{
    width: 100%;
    height: 326px;
    margin-bottom: 48px;
}
.Talent-1 .m-1 .n-2 .item{
    width: 618px;
    height: 326px;
    border-radius: 10px;
    background: #D4E4F3;
}
.Talent-1 .m-1 .n-2 .item:nth-child(2n+1){
    float: left;
}
.Talent-1 .m-1 .n-2 .item:nth-child(2n+2){
    float: right;
}

.Talent-1 .m-1 .n-2 .item .li-box{
    width: 568px;
    height: 326px;
    padding: 0 25px;
}
.Talent-1 .m-1 .n-2 .item .li-box .b-1{
    width: 568px;
    height: 58px;
    border-bottom: 1px solid #1A57B3;
}

.Talent-1 .m-1 .n-2 .item .li-box .b-1 .b-1-l{
    width: 50%;
    height: 58px;
    float: left;
}

.Talent-1 .m-1 .n-2 .item .li-box .b-1 .b-1-l a{
    display: inline-block;
    height: 56px;
    line-height: 58px;
    float: left;
    margin-right: 24px;

    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.Talent-1 .m-1 .n-2 .item .li-box .b-1 .b-1-l a.show{
    color: #1A57B3;
    font-weight: 700;
    border-bottom: 5px solid #1A57B3;
}


.Talent-1 .m-1 .n-2 .item .li-box .b-1 .b-1-r{
    width: 50%;
    height: 58px;
    float: right;
    text-align: right;
}
.Talent-1 .m-1 .n-2 .item .li-box .b-1 .b-1-r a{
    line-height: 58px;
    position: relative;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-1 .m-1 .n-2 .item .li-box .b-1 .b-1-r a b{
    margin-left: 4px;
    font-size: 14px;
    font-family: simhei,Verdana, Microsoft YaHei;
    font-weight: 700;
    color: #666666;
}
.Talent-1 .m-1 .n-2 .item .li-box .b-1 .b-1-r a:hover{
    color: #1A57B3;
}
.Talent-1 .m-1 .n-2 .item .li-box .b-1 .b-1-r a:hover b{
    color: #1A57B3;
}


.Talent-1 .m-1 .n-2 .item .li-box .b-2{
    width: 100%;
    height: 252px;
    padding: 5px 0;
}
.Talent-1 .m-1 .n-2 .item .li-box .b-2 .tab{
    width: 100%;
    height: 252px;
    display: none;
    overflow: hidden;
}
.Talent-1 .m-1 .n-2 .item .li-box .b-2 .tab.show{
    display: block;
}

.Talent-1 .m-1 .n-2 .item .li-box .b-2 .tab .li{
    width: 100%;
    height: 42px;
}

.Talent-1 .m-1 .n-2 .item .li-box .b-2 .tab .li .v1{
    width: 18px;
    height: 42px;
    float: left;
    position: relative;
}
.Talent-1 .m-1 .n-2 .item .li-box .b-2 .tab .li .v1 .icon{
    width: 6px;
    height: 6px;
    background: #1A57B3;
    position: absolute;
    top: 18px;
    left: 0;
}

.Talent-1 .m-1 .n-2 .item .li-box .b-2 .tab .li .v2{
    width: 420px;
    height: 42px;
    line-height: 42px;
    float: left;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-1 .m-1 .n-2 .item .li-box .b-2 .tab .li .v2 a{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;

    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.Talent-1 .m-1 .n-2 .item .li-box .b-2 .tab .li .v2 a:hover{
    color: #1A57B3;
    text-decoration: underline;
}


.Talent-1 .m-1 .n-2 .item .li-box .b-2 .tab .li .v3{
    width: 100px;
    height: 42px;
    line-height: 42px;
    float: right;
    text-align: right;
}
.Talent-1 .m-1 .n-2 .item .li-box .b-2 .tab .li .v3 span{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.Talent-1 .m-1 .n-3{
    width: 1260px;
    height: 480px;
    margin-bottom: 48px;
}
.Talent-1 .m-1 .n-3 .b-1{
    width: 1260px;
    height: 72px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.Talent-1 .m-1 .n-3 .b-1 .pic{
    width: 1260px;
    height: 72px;
    text-align: right;
    background: url(v1-7.png) center no-repeat;
    background-size: cover;
}
.Talent-1 .m-1 .n-3 .b-1 .pic a{
    display: block;
    width: 1180px;
    height: 72px;
    padding: 0 50px 0 30px;

    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #E5E5E5;
    line-height: 78px;
    letter-spacing: 4px;

    position: relative;
}
.Talent-1 .m-1 .n-3 .b-1 .pic a > .icon{
    width: 24px;
    height: 24px;
    background: url(v1-8.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 28px;
    right: 30px;
}


.Talent-1 .m-1 .n-3 .b-2{
    width: 1258px;
    height: 406px;
    padding-top: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.Talent-1 .m-1 .n-3 .b-2 .item-box{
    width: 1260px;
    height: 406px;
    position: relative;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item{
    width: 420px;
    height: 406px;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item:nth-child(2){
    position: absolute;
    top: 0;
    left: 420px;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item:nth-child(3){
    position: absolute;
    top: 0;
    right: 0;
}

.Talent-1 .m-1 .n-3 .b-2 .item-box .item-1{
    width: 372px;
    height: 406px;
    padding: 0 24px;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item-1 .v1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item-1 .v1 span{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #005BA6;
}

.Talent-1 .m-1 .n-3 .b-2 .item-box .item-1 .v2{
    width: 100%;
    height: 210px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 8px;
    overflow: hidden;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item-1 .v2 .pic{
    width: 100%;
    height: 210px;
}

.Talent-1 .m-1 .n-3 .b-2 .item-box .item-1 .v3{
    width: 100%;
    height: 120px;
}

.Talent-1 .m-1 .n-3 .b-2 .item-box .item-1 .v3 .li{
    width: 100%;
    height: 30px;
}

.Talent-1 .m-1 .n-3 .b-2 .item-box .item-1 .v3 .li .c1{
    width: 18px;
    height: 30px;
    float: left;
    position: relative;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item-1 .v3 .li .c1 .icon{
    width: 6px;
    height: 6px;
    background: #1A57B3;
    position: absolute;
    top: 12px;
    left: 0;
}

.Talent-1 .m-1 .n-3 .b-2 .item-box .item-1 .v3 .li .c2{
    width: 354px;
    height: 30px;
    line-height: 30px;
    float: left;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item-1 .v3 .li .c2 a{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;

    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item-1 .v3 .li .c2 a:hover{
    color: #1A57B3;
    text-decoration: underline;
}



.Talent-1 .m-1 .n-3 .b-2 .item-box .item-2{
    width: 372px;
    height: 406px;
    padding: 0 24px;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item-2 .v1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item-2 .v1 span{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #005BA6;
}


.Talent-1 .m-1 .n-3 .b-2 .item-box .item-2 .v2{
    width: 352px;
    height: 120px;
    padding: 10px;
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 10px;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item-2 .v2 .v2-l{
    width: 120px;
    height: 120px;
    float: left;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item-2 .v2 .v2-l .pic{
    width: 120px;
    height: 120px;
    border-radius: 10px;
}


.Talent-1 .m-1 .n-3 .b-2 .item-box .item-2 .v2 .v2-r{
    width: 220px;
    height: 120px;
    float: right;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item-2 .v2 .v2-r .c1{
    width: 100%;
    height: 48px;
    overflow: hidden;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item-2 .v2 .v2-r .c1 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 700;
    color: #666666;
    line-height: 24px;
}

.Talent-1 .m-1 .n-3 .b-2 .item-box .item-2 .v2 .v2-r .c2{
    width: 100%;
    height: 72px;
    overflow: hidden;
}
.Talent-1 .m-1 .n-3 .b-2 .item-box .item-2 .v2 .v2-r .c2 p{
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-1 .m-1 .n-3 .b-3{
    border: 1px solid #e5e5e5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.Talent-1 .m-1 .n-4{
    width: 100%;
    min-height: 48px;
    margin-bottom: 48px;
}
.Talent-1 .m-1 .n-4 .b-1{
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #1A57B3;
}
.Talent-1 .m-1 .n-4 .b-1 .b-1-l{
    width: 50%;
    height: 48px;
    float: left;
}
.Talent-1 .m-1 .n-4 .b-1 .b-1-l span{
    display: inline-block;
    height: 46px;
    line-height: 48px;
    border-bottom: 5px solid #1A57B3;

    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #1A57B3;
}


.Talent-1 .m-1 .n-4 .b-1 .b-1-r{
    width: 50%;
    height: 48px;
    line-height: 48px;
    text-align: right;
    float: right;
}
.Talent-1 .m-1 .n-4 .b-1 .b-1-r a{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-1 .m-1 .n-4 .b-1 .b-1-r a b{
    margin-left: 4px;
    font-size: 14px;
    font-family: simhei,Verdana, Microsoft YaHei;
    font-weight: 700;
    color: #666666;
}

.Talent-1 .m-1 .n-4 .b-1 .b-1-r a:hover{
    color: #1A57B3;
}
.Talent-1 .m-1 .n-4 .b-1 .b-1-r a:hover b{
    color: #1A57B3;
}

.Talent-1 .m-1 .n-4 .b-2{
    width: 1260px;
    min-height: 0;
    padding-top: 20px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box{
    width: 1260px;
    min-height: 406px;
    overflow: hidden;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item{
    width: 420px;
    height: 406px;
    float: left;
}


.Talent-1 .m-1 .n-4 .b-2 .item-box .item-1{
    width: 372px;
    height: 406px;
    padding: 0 24px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-1 .v1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-1 .v1 span{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #005BA6;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-1 .v2{
    width: 100%;
    height: 210px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 8px;
    overflow: hidden;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-1 .v2 .pic{
    width: 100%;
    height: 210px;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-1 .v3{
    width: 100%;
    height: 120px;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-1 .v3 .li{
    width: 100%;
    height: 30px;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-1 .v3 .li .c1{
    width: 18px;
    height: 30px;
    float: left;
    position: relative;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-1 .v3 .li .c1 .icon{
    width: 6px;
    height: 6px;
    background: #1A57B3;
    position: absolute;
    top: 12px;
    left: 0;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-1 .v3 .li .c2{
    width: 354px;
    height: 30px;
    line-height: 30px;
    float: left;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-1 .v3 .li .c2 a{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;

    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-1 .v3 .li .c2 a:hover{
    color: #1A57B3;
    text-decoration: underline;
}


.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2{
    width: 792px;
    height: 406px;
    padding: 0 24px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v1 span{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #005BA6;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2{
    width: 100%;
    height: 140px;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner{
    width: 100%;
    height: 140px;
    position: relative;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-container{
    width: 100%;
    height: 140px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-container .swiper-slide{
    width: 100%;
    height: 140px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-container .swiper-slide .li-box{
    width: 100%;
    height: 140px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-container .swiper-slide .li-box .li{
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin-left: 23px;
    background: url(v1-12.png) center no-repeat;
    background-size: cover;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-container .swiper-slide .li-box .li:nth-child(1){
    margin-left: 0;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-container .swiper-slide .li-box .li .c1{
    width: 100%;
    height: 94px;
    margin: 0 auto;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-container .swiper-slide .li-box .li .c1 .pic{
    width: 138px;
    height: 93px;
    margin: 0 auto;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-container .swiper-slide .li-box .li .c2{
    width: 100%;
    height: 44px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-container .swiper-slide .li-box .li .c2 .text{
    width: 100%;
    height: 44px;
    text-align: center;
    overflow: hidden;

    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #EE2D2E;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-container .swiper-slide .li-box .li .c2 .text1{
    line-height: 44px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-container .swiper-slide .li-box .li .c2 .text2{
    line-height: 22px;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-container .swiper-slide .li-box .li .c2 .text p{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #EE2D2E;
}


.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-container .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border: 1px solid #005BA6;
    display: inline-block;
    border-radius: 5px;
    background: white;
    opacity: 1;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-container .swiper-pagination-bullet-active{
    opacity: 1;
    width: 24px;
    border: 1px solid #005BA6;
    background: #005BA6;
}


.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-button-prev-2{
    width: 24px;
    height: 24px;
    background: url(v1-15.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 58px;
    left: 16px;
    margin: 0 !important;
    z-index: 999;
    cursor: pointer;
    opacity: 0.8;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-button-prev-2:hover{
    opacity: 1;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-button-next-2{
    width: 24px;
    height: 24px;
    background: url(v1-16.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 58px;
    right: 16px;
    margin: 0 !important;
    z-index: 999;
    cursor: pointer;
    opacity: 0.8;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v2 .banner .swiper-button-next-2:hover{
    opacity: 1;
}

.Talent-1 .m-1 .n-1 .swiper-button-prev-1{
    width: 50px;
    height: 50px;
    background: url(v1-15.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 160px;
    left: 60px;
    margin: 0 !important;
    z-index: 999;
    cursor: pointer;
    opacity: 0.8;
}
.Talent-1 .m-1 .n-1 .swiper-button-prev-1:hover{
    opacity: 1;
}

.Talent-1 .m-1 .n-1 .swiper-button-next-1{
    width: 50px;
    height: 50px;
    background: url(v1-16.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 160px;
    right: 60px;
    margin: 0 !important;
    z-index: 999;
    cursor: pointer;
    opacity: 0.8;
}
.Talent-1 .m-1 .n-1 .swiper-button-next-1:hover{
    opacity: 1;
}




.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v3{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v3 span{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #005BA6;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4{
    width: 100%;
    height: 140px;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner{
    width: 100%;
    height: 140px;
    position: relative;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-container{
    width: 100%;
    height: 140px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-container .swiper-slide{
    width: 100%;
    height: 140px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-container .swiper-slide .li-box{
    width: 100%;
    height: 140px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-container .swiper-slide .li-box .li{
    width: 140px;
    height: 140px;
    border-radius: 10px;
    float: left;
    overflow: hidden;
    margin-left: 23px;
    background: url(v1-13.png) center no-repeat;
    background-size: cover;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-container .swiper-slide .li-box .li:nth-child(1){
    margin-left: 0;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-container .swiper-slide .li-box .li .c1{
    width: 140px;
    height: 103px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-container .swiper-slide .li-box .li .c1 .pic{
    width: 140px;
    height: 103px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-container .swiper-slide .li-box .li .c2{
    width: 100%;
    height: 36px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-container .swiper-slide .li-box .li .c2 .text{
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;

    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #005BA6;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-container .swiper-slide .li-box .li .c2 .text p{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #EE2D2E;
}


.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-container .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border: 1px solid #005BA6;
    display: inline-block;
    border-radius: 5px;
    background: white;
    opacity: 1;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-container .swiper-pagination-bullet-active{
    opacity: 1;
    width: 24px;
    border: 1px solid #005BA6;
    background: #005BA6;
}


.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-button-prev-3{
    width: 24px;
    height: 24px;
    background: url(v1-15.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 58px;
    left: 16px;
    margin: 0 !important;
    z-index: 999;
    cursor: pointer;
    opacity: 0.8;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-button-prev-3:hover{
    opacity: 1;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-button-next-3{
    width: 24px;
    height: 24px;
    background: url(v1-16.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 58px;
    right: 16px;
    margin: 0 !important;
    z-index: 999;
    cursor: pointer;
    opacity: 0.8;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-2 .v4 .banner .swiper-button-next-3:hover{
    opacity: 1;
}


.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3{
    width: 1260px;
    height: 476px;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v1{
    width: auto;
    height: 40px;
    padding: 0 24px 10px 24px;
    line-height: 40px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v1 span{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #005BA6;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2{
    width: auto;
    height: 426px;
    padding: 0 24px;
    border-radius: 10px;
    background: url(../img/jpg/v1-17.jpg) center no-repeat;
    background-size: cover;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2 .banner{
    width: 100%;
    height: 400px;
    padding-top: 26px;
    position: relative;
    overflow: hidden;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2 .banner .swiper-container{
    width: 100%;
    height: 298px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2 .banner .swiper-container .swiper-slide{
    width: 100%;
    height: 298px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2 .banner .swiper-container .swiper-slide .li-box{
    width: 100%;
    height: 298px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2 .banner .swiper-container .swiper-slide .li-box .li{
    width: 223.2px;
    height: 298px;
    float: left;
    margin-left: 24px;
    position: relative;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2 .banner .swiper-container .swiper-slide .li-box .li:nth-child(1){
    margin-left: 0;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2 .banner .swiper-container .swiper-slide .li-box .li .pic{
    width: 223.2px;
    height: 298px;
    border-radius: 10px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2 .banner .swiper-container .swiper-slide .li-box .li .name{
    width: 223.2px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    bottom: 0;
    overflow: hidden;

    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #F9F9F9;
    background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.50) 100%);
    border-radius: 10px;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2 .banner .swiper-pagination-4{
    width: 100%;
    top: 362px !important;
}


.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2 .banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 6px;
    display: inline-block;
    border-radius: 5px;
    background: white;
    opacity: 0.4;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2 .banner .swiper-pagination-bullet-active{
    opacity: 1;
    background: white;
}


.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2 .banner .swiper-button-prev-4{
    width: 56px;
    height: 56px;
    background: url(v1-25.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 346px;
    left: 64px;
    margin: 0 !important;
    z-index: 999;
    cursor: pointer;
    opacity: 0.8;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2 .banner .swiper-button-prev-4:hover{
    opacity: 1;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2 .banner .swiper-button-next-4{
    width: 56px;
    height: 56px;
    background: url(v1-26.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 346px;
    right: 64px;
    margin: 0 !important;
    z-index: 999;
    cursor: pointer;
    opacity: 0.8;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v2 .banner .swiper-button-next-4:hover{
    opacity: 1;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4{
    width: 1260px;
    height: 320px;
    margin-top: 15px;
}

.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v1{
    width: auto;
    height: 40px;
    padding: 0 24px 10px 24px;
    line-height: 40px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v1 .v1r{
    display: inline-block;
    float: right;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v1 .v1r a{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v1 .v1r a b{
    margin-left: 4px;
    font-size: 14px;
    font-family: simhei,Verdana, Microsoft YaHei;
    font-weight: 700;
    color: #666666;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v1 .v1r{
    display: inline-block;
    float: right;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v1 .v1r a{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-3 .v1 .v1r a b{
    margin-left: 4px;
    font-size: 14px;
    font-family: simhei,Verdana, Microsoft YaHei;
    font-weight: 700;
    color: #666666;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v1 span{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #005BA6;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v2{
    width: 1218px;
    /*height: 239px;*/
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid #E5E5E5;
    padding: 20px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v2 .v2-l{
    width: 150px;
    height: 190px;
    display: inline-block;
    vertical-align: top;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v2 .v2-l img{
    width: 100%;
    height: 100%;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v2 .v2-r{
    display: inline-block;
    width: 1060px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v2 .banner .swiper-button-prev-5{
    width: 24px;
    height: 24px;
    background: url(v1-15.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 58px;
    left: 42px;
    margin: 0 !important;
    z-index: 999;
    cursor: pointer;
    opacity: 0.8;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v2 .banner .swiper-button-next-5{
    width: 24px;
    height: 24px;
    background: url(v1-16.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 58px;
    right: 16px;
    margin: 0 !important;
    z-index: 999;
    cursor: pointer;
    opacity: 0.8;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v2 .v2-r .banner{
    width: 100%;
    height: 190px;
    position: relative;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v2 .v2-r .banner .swiper-container{
    width:100%;
    height:190px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v2 .v2-r .banner .swiper-container .swiper-wrapper .swiper-slide{
    height: 190px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v2 .v2-r .banner .swiper-container .swiper-wrapper .swiper-slide .li-box{
    margin-left: 30px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v2 .v2-r .banner .swiper-container .swiper-wrapper .swiper-slide .li-box .li {
    width: 242px;
    height: 190px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v2 .v2-r .banner .swiper-container .swiper-wrapper .swiper-slide .li-box .li:nth-child(1){
    margin-left: 0px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v2 .v2-r .banner .swiper-container .swiper-wrapper .swiper-slide .pic{
   width: 242px;
   height: 130px;
   border-radius: 5px;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v2 .v2-r .banner .swiper-container .swiper-wrapper .swiper-slide .pic img{
    width: 50px;
    height: 50px;
    margin-top: 40px;
    margin-left: 100px;
    opacity: 0.5;
}
.Talent-1 .m-1 .n-4 .b-2 .item-box .item-4 .v2 .v2-r .banner .swiper-container .swiper-wrapper .swiper-slide .li-box .li .c2{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-top: 15px;
}



.Talent-1 .m-1 .n-5{
    width: 100%;
    min-height: 48px;
    margin-bottom: 20px;
}
.Talent-1 .m-1 .n-5 .b-1{
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #1A57B3;
}
.Talent-1 .m-1 .n-5 .b-1 .b-1-l{
    width: 50%;
    height: 48px;
    float: left;
}
.Talent-1 .m-1 .n-5 .b-1 .b-1-l span{
    display: inline-block;
    height: 46px;
    line-height: 48px;
    border-bottom: 5px solid #1A57B3;

    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #1A57B3;
}


.Talent-1 .m-1 .n-5 .b-1 .b-1-r{
    width: 50%;
    height: 48px;
    line-height: 48px;
    text-align: right;
    float: right;
}
.Talent-1 .m-1 .n-5 .b-1 .b-1-r a{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-1 .m-1 .n-5 .b-1 .b-1-r a b{
    margin-left: 4px;
    font-size: 14px;
    font-family: simhei,Verdana, Microsoft YaHei;
    font-weight: 700;
    color: #666666;
}

.Talent-1 .m-1 .n-5 .b-1 .b-1-r a:hover{
    color: #1A57B3;
}
.Talent-1 .m-1 .n-5 .b-1 .b-1-r a:hover b{
    color: #1A57B3;
}

.Talent-1 .m-1 .n-5 .b-2{
    width: 1260px;
    min-height: 0;
    padding-top: 20px;
}
.Talent-1 .m-1 .n-5 .b-2 .item-box{
    width: 100%;
    height: 540px;
}
.Talent-1 .m-1 .n-5 .b-2 .item-box .item{
    width: 582px;
    height: 546px;
    padding: 0 24px;
}
.Talent-1 .m-1 .n-5 .b-2 .item-box .item.item-1{
    float: left;
}
.Talent-1 .m-1 .n-5 .b-2 .item-box .item.item-2{
    float: right;
}

.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-t{
    width: 100%;
    height: 43px;
    line-height: 43px;
    margin-bottom: 10px;
}
.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-t a{
    display: inline-block;
    height: 42px;
    margin-right: 24px;

    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.Talent-1 .m-1 .n-5 .b-2 .item-box .item-1 .item-t a.show{
    color: #005BA6;
}
.Talent-1 .m-1 .n-5 .b-2 .item-box .item-2 .item-t a.show{
    color: #005BA6;
    /*border-bottom: 5px solid #005BA6;*/
}



.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-b{
    width: 100%;
    min-height: 0;
}
.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-b .tab{
    width: 100%;
    min-height: 0;
    display: none;
}
.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-b .tab.show{
    display: block;
}

.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-b .tab .v1{
    width: 582px;
    /*height: 328px;*/
    border-radius: 10px;
    /*box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);*/
    margin-bottom: 17px;
    overflow: hidden;
}
.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-b .tab .v1 .info{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 32px;  
}
.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-b .tab .v1 .pic{
    width: 582px;
    height: 328px;
}

.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-b .tab .v2{
    width: 100%;
    /*height: 126px;*/
    overflow: hidden;
}

.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-b .tab .v2 .li{
    width: 100%;
    height: 42px;
}

.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-b .tab .v2 .li .c1{
    width: 18px;
    height: 42px;
    float: left;
    position: relative;
}
.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-b .tab .v2 .li .c1 .icon{
    width: 6px;
    height: 6px;
    background: #1A57B3;
    position: absolute;
    top: 18px;
    left: 0;
}

.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-b .tab .v2 .li .c2{
    width: 420px;
    height: 42px;
    line-height: 42px;
    float: left;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-b .tab .v2 .li .c2 a{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;

    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-b .tab .v2 .li .c2 a:hover{
    color: #1A57B3;
    text-decoration: underline;
}


.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-b .tab .v2 .li .c3{
    width: 100px;
    height: 42px;
    line-height: 42px;
    float: right;
    text-align: right;
}
.Talent-1 .m-1 .n-5 .b-2 .item-box .item .item-b .tab .v2 .li .c3 span{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}



.Talent-1 .m-1 .n-6{
    width: 100%;
    min-height: 48px;
    margin-bottom: 48px;
}
.Talent-1 .m-1 .n-6 .b-1{
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #1A57B3;
    margin-bottom: 24px;
}
.Talent-1 .m-1 .n-6 .b-1 .b-1-l{
    width: 50%;
    height: 48px;
    float: left;
}
.Talent-1 .m-1 .n-6 .b-1 .b-1-l span{
    display: inline-block;
    height: 46px;
    line-height: 48px;
    border-bottom: 5px solid #1A57B3;

    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #1A57B3;
}


.Talent-1 .m-1 .n-6 .b-1 .b-1-r{
    width: 50%;
    height: 48px;
    line-height: 48px;
    text-align: right;
    float: right;
}
.Talent-1 .m-1 .n-6 .b-1 .b-1-r a{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-1 .m-1 .n-6 .b-1 .b-1-r a b{
    margin-left: 4px;
    font-size: 14px;
    font-family: simhei,Verdana, Microsoft YaHei;
    font-weight: 700;
    color: #666666;
}

.Talent-1 .m-1 .n-6 .b-1 .b-1-r a:hover{
    color: #1A57B3;
}
.Talent-1 .m-1 .n-6 .b-1 .b-1-r a:hover b{
    color: #1A57B3;
}

.Talent-1 .m-1 .n-6 .b-2{
    width: 1258px;
    height: 280px;
    padding-top: 10px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
}


.Talent-1 .m-1 .n-6 .b-2 .item-box{
    width: 1260px;
    height: 280px;
    position: relative;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item{
    width: 420px;
    height: 280px;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item:nth-child(2){
    position: absolute;
    top: 0;
    left: 420px;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item:nth-child(3){
    position: absolute;
    top: 0;
    right: 0;
}


.Talent-1 .m-1 .n-6 .b-2 .item-box .item-1{
    width: 372px;
    height: 406px;
    padding: 0 24px;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-1 .v1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-1 .v1 span{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #005BA6;
    cursor: pointer;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-1 .v1 a{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;

    float: right;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-1 .v1 a b{
    margin-left: 4px;
    font-size: 14px;
    font-family: simhei,Verdana, Microsoft YaHei;
    font-weight: 700;
    color: #666666;
}

.Talent-1 .m-1 .n-6 .b-2 .item-box .item-1 .v1 a:hover{
    color: #1A57B3;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-1 .v1 a:hover b{
    color: #1A57B3;
}


.Talent-1 .m-1 .n-6 .b-2 .item-box .item-1 .v2{
    width: 100%;
    height: 210px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-1 .v2 .pic{
    width: 100%;
    height: 210px;
}


.Talent-1 .m-1 .n-6 .b-2 .item-box .item-2{
    width: 372px;
    height: 406px;
    padding: 0 24px;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-2 .v1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-2 .v1 span{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #005BA6;
    cursor: pointer;
}

.Talent-1 .m-1 .n-6 .b-2 .item-box .item-2 .v2{
    width: 100%;
    height: 210px;
    overflow-y: scroll;
}

.Talent-1 .m-1 .n-6 .b-2 .item-box .item-2 .v2 .li{
    width: 100%;
    height: 30px;
}

.Talent-1 .m-1 .n-6 .b-2 .item-box .item-2 .v2 .li .c1{
    width: 18px;
    height: 30px;
    float: left;
    position: relative;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-2 .v2 .li .c1 .icon{
    width: 6px;
    height: 6px;
    background: #1A57B3;
    position: absolute;
    top: 12px;
    left: 0;
}

.Talent-1 .m-1 .n-6 .b-2 .item-box .item-2 .v2 .li .c2{
    width: 324px;
    height: 30px;
    line-height: 30px;
    float: left;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-2 .v2 .li .c2 a{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;

    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-2 .v2 .li .c2 a:hover{
    color: #1A57B3;
    text-decoration: underline;
}


.Talent-1 .m-1 .n-6 .b-2 .item-box .item-3{
    width: 372px;
    min-height: 0;
    padding: 0 24px;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-3 .v1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-3 .v1 span{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #005BA6;
    cursor: pointer;
}

.Talent-1 .m-1 .n-6 .b-2 .item-box .item-3 .v2{
    width: 100%;
    height: 120px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 8px;
    overflow: hidden;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-3 .v2 .pic{
    width: 100%;
    height: 120px;
}


.Talent-1 .m-1 .n-6 .b-2 .item-box .item-3 .v3{
    width: 100%;
    height: 90px;
}

.Talent-1 .m-1 .n-6 .b-2 .item-box .item-3 .v3 .li{
    width: 100%;
    height: 30px;
}

.Talent-1 .m-1 .n-6 .b-2 .item-box .item-3 .v3 .li .c1{
    width: 18px;
    height: 30px;
    float: left;
    position: relative;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-3 .v3 .li .c1 .icon{
    width: 6px;
    height: 6px;
    background: #1A57B3;
    position: absolute;
    top: 12px;
    left: 0;
}

.Talent-1 .m-1 .n-6 .b-2 .item-box .item-3 .v3 .li .c2{
    width: 324px;
    height: 30px;
    line-height: 30px;
    float: left;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-3 .v3 .li .c2 a{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;

    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.Talent-1 .m-1 .n-6 .b-2 .item-box .item-3 .v3 .li .c2 a:hover{
    color: #1A57B3;
    text-decoration: underline;
}



.Talent-1 .m-1 .n-7{
    width: 100%;
    min-height: 48px;
    margin-bottom: 48px;
}
.Talent-1 .m-1 .n-7 .b-1{
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #1A57B3;
    margin-bottom: 24px;
}
.Talent-1 .m-1 .n-7 .b-1 .b-1-l{
    width: 50%;
    height: 48px;
    float: left;
}
.Talent-1 .m-1 .n-7 .b-1 .b-1-l span{
    display: inline-block;
    height: 46px;
    line-height: 48px;
    border-bottom: 5px solid #1A57B3;

    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #1A57B3;
}


.Talent-1 .m-1 .n-7 .b-1 .b-1-r{
    width: 50%;
    height: 48px;
    line-height: 48px;
    text-align: right;
    float: right;
}
.Talent-1 .m-1 .n-7 .b-1 .b-1-r a{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-1 .m-1 .n-7 .b-1 .b-1-r a b{
    margin-left: 4px;
    font-size: 14px;
    font-family: simhei,Verdana, Microsoft YaHei;
    font-weight: 700;
    color: #666666;
}

.Talent-1 .m-1 .n-7 .b-1 .b-1-r a:hover{
    color: #1A57B3;
}
.Talent-1 .m-1 .n-7 .b-1 .b-1-r a:hover b{
    color: #1A57B3;
}

.Talent-1 .m-1 .n-7 .b-2{
    width: 1260px;
    height: 348px;
    padding-top: 20px;
}
.Talent-1 .m-1 .n-7 .b-2 .item-1{
    width: 618px;
    height: 348px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}
.Talent-1 .m-1 .n-7 .b-2 .item-1 .video{
    width: 618px;
    height: 348px;
}
.Talent-1 .m-1 .n-7 .b-2 .item-1 .video video{
    width: 618px;
    height: 348px;
    background: black;
}


.Talent-1 .m-1 .n-7 .b-2 .item-2{
    width: 618px;
    height: 348px;
    border-radius: 10px;
    overflow: hidden;
    float: right;
}
.Talent-1 .m-1 .n-7 .b-2 .item-2 .li-box{
    width: 618px;
    height: 348px;
    overflow: hidden;
}

.Talent-1 .m-1 .n-7 .b-2 .item-2 .li-box .li{
    width: 190px;
    height: 170px;
    margin-left: 24px;
    margin-bottom: 12px;
    float: left;
    cursor: pointer;
}
.Talent-1 .m-1 .n-7 .b-2 .item-2 .li-box .li:nth-child(3n+1){
    margin-left: 0;
}

.Talent-1 .m-1 .n-7 .b-2 .item-2 .li-box .li .li-t{
    width: 190px;
    height: 106px;
    position: relative;
}
.Talent-1 .m-1 .n-7 .b-2 .item-2 .li-box .li .li-t .pic{
    width: 190px;
    height: 106px;
    border-radius: 10px;
    overflow: hidden;
}

.Talent-1 .m-1 .n-7 .b-2 .item-2 .li-box .li .li-t .pic .s{
    width: 23px;
    height: 23px;
    background: url(v1-22.png) center no-repeat;
    background-size: cover; 
    position: absolute;
    bottom: 10px;
    left: 10px;
}


.Talent-1 .m-1 .n-7 .b-2 .item-2 .li-box .li .li-b{
    width: 190px;
    height: 44px;
    overflow: hidden;
    text-align: justify;
    padding-top: 8px;
}
.Talent-1 .m-1 .n-7 .b-2 .item-2 .li-box .li .li-b p{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

/*================================================*/
.Talent-footer{
    width: 100%;
    min-height: 0;
    background: #333333;
}
.Talent-footer .footer-t{
    width: 100%;
    height: 214px;
    padding: 48px 0;
    border-bottom: 1px solid #E5E5E5;
}
.Talent-footer .footer-t .footer{
    width: 1260px;
    height: 214px;
    margin: 0 auto;
    position: relative;
}

.Talent-footer .footer-t .footer .item-1{
    width: 84px;
    height: 214px;
    position: absolute;
    top: 0;
    left: 104px;
}

.Talent-footer .footer-t .footer .item-2{
    width: 116px;
    height: 214px;
    position: absolute;
    top: 0;
    left: 296px;
}

.Talent-footer .footer-t .footer .item-3{
    width: 340px;
    height: 214px;
    position: absolute;
    top: 0;
    left: 524px;
}

.Talent-footer .footer-t .footer .item-4{
    width: 240px;
    height: 214px;
    position: absolute;
    top: 0;
    left: 965px;
}

.Talent-footer .footer-t .footer .item .v1{
    width: 100%;
    height: 32px;
    line-height: 32px;
}
.Talent-footer .footer-t .footer .item .v1 span{
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #F9F9F9;
}

.Talent-footer .footer-t .footer .item .v2{
    width: 100%;
    min-height: 0;
}
.Talent-footer .footer-t .footer .item .v2 .li{
    width: 100%;
    height: 32px;
    line-height: 32px;
}
.Talent-footer .footer-t .footer .item .v2 .li a{
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 400;
    color: #F9F9F9;
}
.Talent-footer .footer-t .footer .item .v2 .li a:hover{
    text-decoration: underline;
}

.Talent-footer .footer-t .footer .item .v2 .li span{
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 400;
    color: #F9F9F9;
}


.Talent-footer .footer-t .footer .item .pic{
    width: 86px;
    height: 86px;
    margin: 6px 0 4px;
    background: url(v1-24.png) center no-repeat;
    background-size: cover; 
}



.Talent-footer .footer-b{
    width: 100%;
    height: 48px;
}
.Talent-footer .footer-b .footer{
    width: 1260px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    text-align: center;
}
.Talent-footer .footer-b .footer span{
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
}

.Talent-footer .footer-b .footer span.sp2{
    margin: 0 50px;
}

.Talent-footer .footer-b .footer span.sp3{
    padding-left: 32px;
    position: relative;
}
.Talent-footer .footer-b .footer span.sp3 > b{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(v1-23.png) center no-repeat;
    background-size: cover; 
    position: absolute;
    top: 14px;
    left: 0;
}

/*================================================*/
.public-nav-left{
    width: 234px;
    min-height: 0;
    float: left;
}
.public-nav-left .item{
    width: 100%;
    min-height: 48px;
    line-height: 48px;
    margin-bottom: 1px;
    background: #CCCCCC;
}
.public-nav-left .item .li-1{
    width: 186px;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    text-align: left;
    background: #005BA6;
}
.public-nav-left .item .li-1 span{
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: white;
    line-height: 16px;
}


.public-nav-left .item .li-2{
    width: 234px;
    height: 48px;
}


.public-nav-left .item .li-2 a{
    display: block;
    width: 186px;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.public-nav-left .item .li-2 a.show{
    color: #005BA6;
}

.public-nav-left .item .li-2 a:hover{
    color: #005BA6;
}


.public-nav-left .item .li-3{
    width: 234px;
    min-height: 0;
    padding: 8px 0;
    background: #E5E5E5;
}
.public-nav-left .item .li-3 .li-son{
    width: 100%;
    min-height: 24px;
    line-height: 24px;
}
.public-nav-left .item .li-3 .li-son a{
    display: block;
    width: 182px;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 42px;
    position: relative;

    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.public-nav-left .item .li-3 .li-son a.show{
    color: #005BA6;
}
.public-nav-left .item .li-3 .li-son a:hover{
    color: #005BA6;
}

.public-nav-left .item .li-3 .li-son a b{
    width: 6px;
    height: 6px;
    background: #005BA6;
    position: absolute;
    top: 9px;
    left: 24px;
}

.public-nav-left .item .li-3 .li-son a i{
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 24px;
    background: url('v2-2.png') center no-repeat;
    background-size: cover;
}




/*================================================*/
.Talent-2{
    width: 100%;
    min-width: 1260px;
    min-height: 0;
    padding: 130px 0 0;
    margin: 0 auto;
    overflow: hidden;
}
.Talent-2 .m-1{
    width: 1260px;
    min-height: 800px;
    margin: 0 auto;
}

.Talent-2 .m-1 .n1{
    width: 100%;
    height: 66px;
    line-height: 66px;
}
.Talent-2 .m-1 .n1 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Talent-2 .m-1 .n1 p span{
    font-size: 16px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.m-1 .n1 p span a{
    color:#999;
}
.Talent-2 .m-1 .n1 p span.show{
    color: #005BA6;
}

.Talent-2 .m-1 .n2{
    width: 100%;
    min-height: 0;
    padding-bottom: 96px;
    overflow: hidden;
}


.Talent-2 .m-1 .n2 .n2-r{
    width: 952px;
    min-height: 243px;
    padding: 0 24px;
    float: right;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}


.Talent-2 .m-1 .n2 .n2-r .item-title{
    width: 100%;
    height: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #E5E5E5;
}

.Talent-2 .m-1 .n2 .n2-r .item-title .v{
    display: inline-block;
    height: 24px;
    float: left;
    margin-right: 48px;
}
.Talent-2 .m-1 .n2 .n2-r .item-title .v span{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Talent-2 .m-1 .n2 .n2-r .item-title .v span b{
    color: #005BA6;
}

.Talent-2 .m-1 .n2 .n2-r .item-title .v label{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-right: 24px;
}
.Talent-2 .m-1 .n2 .n2-r .item-title .v label input{
    margin-right: 4px;
}


.Talent-2 .m-1 .n2 .n2-r .item-box{
    width: 100%;
    min-height: 0;
}

.Talent-2 .m-1 .n2 .n2-r .item-box .item{
    width: 100%;
    min-height: 0;
    padding: 24px 0;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
}

.Talent-2 .m-1 .n2 .n2-r .item-box .item-1{
    height: 236px;
}
.Talent-2 .m-1 .n2 .n2-r .item-box .item-1 .item-l{
    width: 420px;
    height: 236px;
    border-radius: 10px;
    float: left;
    overflow: hidden;
}
.Talent-2 .m-1 .n2 .n2-r .item-box .item-1 .item-l .pic{
    width: 420px;
    height: 236px;
    position: relative;
}
.Talent-2 .m-1 .n2 .n2-r .item-box .item-1 .item-l .pic .status{
    width: 68px;
    height: 34px;
    line-height: 34px;
    text-align: center;

    background: white;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    position: absolute;
    top: 24px;
    right: 0;

    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #005BA6;
    letter-spacing: 4px;

    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
}


.Talent-2 .m-1 .n2 .n2-r .item-box .item-1 .item-r{
    width: 510px;
    height: 236px;
    float: right;
}

.Talent-2 .m-1 .n2 .n2-r .item-box .item-1 .item-r .b1{
    width: 100%;
    height: 60px;
    line-height: 30px;
    margin-bottom: 24px;
    overflow: hidden;
}
.Talent-2 .m-1 .n2 .n2-r .item-box .item-1 .item-r .b1 p{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.Talent-2 .m-1 .n2 .n2-r .item-box .item-1 .item-r .b1 p:hover{
    text-decoration: underline;
    color: #005BA6;
}

.Talent-2 .m-1 .n2 .n2-r .item-box .item-1 .item-r .b1 p b{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #005BA6;
    line-height: 30px;
}


.Talent-2 .m-1 .n2 .n2-r .item-box .item-1 .item-r .b2{
    width: 510px;
    height: 116px;
    margin-bottom: 16px;
    overflow: hidden;
}
.Talent-2 .m-1 .n2 .n2-r .item-box .item-1 .item-r .b2 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
}
.Talent-2 .m-1 .n2 .n2-r .item-box .item-1 .item-r .b2 p b{
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 400;
    color: #005BA6;
    line-height: 28px;
}


.Talent-2 .m-1 .n2 .n2-r .item-box .item-1 .item-r .b3{
    width: 100%;
    height: 20px;
    line-height: 20px;
}
.Talent-2 .m-1 .n2 .n2-r .item-box .item-1 .item-r .b3 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}


.Talent-2 .m-1 .n2 .n2-r .item-box .item-2{
   min-height: 0;
}

.Talent-2 .m-1 .n2 .n2-r .item-box .item-2 .item-c{
    width: 100%;
    min-height: 0;
}

.Talent-2 .m-1 .n2 .n2-r .item-box .item-2 .item-c .b1{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 24px;
    overflow: hidden;
}
.Talent-2 .m-1 .n2 .n2-r .item-box .item-2 .item-c .b1 p{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.Talent-2 .m-1 .n2 .n2-r .item-box .item-2 .item-c .b1 p:hover{
    text-decoration: underline;
    color: #005BA6;
}

.Talent-2 .m-1 .n2 .n2-r .item-box .item-2 .item-c .b1 p b{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #005BA6;
    line-height: 30px;
}

.Talent-2 .m-1 .n2 .n2-r .item-box .item-2 .item-c .b2{
    width: 100%;
    min-height: 0;
    margin-bottom: 24px;
}
.Talent-2 .m-1 .n2 .n2-r .item-box .item-2 .item-c .b2 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
}

.Talent-2 .m-1 .n2 .n2-r .item-box .item-2 .item-c .b3{
    width: 100%;
    height: 20px;
    line-height: 20px;
}
.Talent-2 .m-1 .n2 .n2-r .item-box .item-2 .item-c .b3 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Talent-2 .m-1 .n2 .n2-r .item-box .item-2 .item-c .b3 p b{
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 400;
    color: #005BA6;
}

.Talent-2 .m-1 .n2 .n2-r .item-null{
    width: 100%;
    height: 400px;
}
.Talent-2 .m-1 .n2 .n2-r .item-null .null{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 24px 0;
}
.Talent-2 .m-1 .n2 .n2-r .item-null .null p{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}



.Talent-2 .m-1 .n2 .n2-r .item-page{
    width: 100%;
    height: 36px;
    padding: 24px 0;
    text-align: center;
}
.Talent-2 .m-1 .n2 .n2-r .item-page .page{
    display: inline-block;
    height: 36px;
}

.Talent-2 .m-1 .n2 .n2-r .item-page .page a{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #E5E5E5;
    float: left;
    margin: 0 6px;

    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Talent-2 .m-1 .n2 .n2-r .item-page .page a:hover{
    color: #005BA6;
}
.Talent-2 .m-1 .n2 .n2-r .item-page .page a.left,
.Talent-2 .m-1 .n2 .n2-r .item-page .page a.right
{
    font-family: simhei,Verdana, Microsoft YaHei;
    font-weight: 700;
}

.Talent-2 .m-1 .n2 .n2-r .item-page .page > span{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #E5E5E5;
    float: left;
    margin: 0 6px;

    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    background: #005BA6;
    color: white;
}

.Talent-2 .m-1 .n2 .n2-r .item-page .page .select{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    float: left;
    margin-left: 12px;
}
.Talent-2 .m-1 .n2 .n2-r .item-page .page .select > span{
    display: inline-block;
    height: 36px;
    float: left;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.Talent-2 .m-1 .n2 .n2-r .item-page .page .select select{
    display: inline-block;
    width: 54px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #E5E5E5;
    float: left;
    margin: 0 6px;

    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    background: white;
    color: #999999;
}
.Talent-2 .m-1 .n2 .n2-r .item-page .page .select select option{
    background: white;
}



/*================================================*/
.Talent-3{
    width: 100%;
    min-width: 1260px;
    min-height: 0;
    padding: 130px 0 0;
    margin: 0 auto;
    overflow: hidden;
}
.Talent-3 .m-1{
    width: 1260px;
    min-height: 800px;
    margin: 0 auto;
    
}

.Talent-3 .m-1 .n1{
    width: 100%;
    height: 66px;
    line-height: 66px;
}
.Talent-3 .m-1 .n1 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Talent-3 .m-1 .n1 p span{
    font-size: 16px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Talent-3 .m-1 .n1 p span.show{
    color: #005BA6;
}

.Talent-3 .m-1 .n2{
    width: 100%;
    min-height: 0;
    padding-bottom: 96px;
    overflow: hidden;
}


.Talent-3 .m-1 .n2 .n2-r{
    width: 904px;
    min-height: 243px;
    padding: 0 48px;
    float: right;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}


.Talent-3 .m-1 .n2 .n2-r .content{
    width: 100%;
    min-height: 0;
    padding: 24px 0;
}
.Talent-3 .m-1 .n2 .n2-r .content .b1{
    width: 100%;
    min-height: 30px;
    padding: 24px 0 24px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
}
.Talent-3 .m-1 .n2 .n2-r .content .b1 p{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}


.Talent-3 .m-1 .n2 .n2-r .content .b2{
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
}
.Talent-3 .m-1 .n2 .n2-r .content .b2 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}


.Talent-3 .m-1 .n2 .n2-r .content .b3{
    width: 100%;
    min-height: 0;
    padding: 24px 0;
    border-bottom: 1px solid #E5E5E5;
}
.Talent-3 .m-1 .n2 .n2-r .content .b3 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 28px;
}

.Talent-3 .m-1 .n2 .n2-r .content .b3 video{
    display: block;
    width: 800px;
    margin: 0 auto 28px;
    height:450px;
}

.Talent-3 .m-1 .n2 .n2-r .content .b3 img{
    display: block;
    max-width: 800px;
    margin: 0 auto 28px;
}


.Talent-3 .m-1 .n2 .n2-r .content .b4{
    width: 100%;
    min-height: 0;
}
.Talent-3 .m-1 .n2 .n2-r .content .b4 .li{
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 24px;
}
.Talent-3 .m-1 .n2 .n2-r .content .b4 .li span{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
.Talent-3 .m-1 .n2 .n2-r .content .b4 .li a{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #005BA6;
    line-height: 24px;
}
.Talent-3 .m-1 .n2 .n2-r .content .b4 .li a:hover{
    text-decoration: underline;
}



/*================================================*/
.Talent-4{
    width: 100%;
    min-width: 1260px;
    min-height: 0;
    padding: 130px 0 0;
    margin: 0 auto;
    overflow: hidden;
}
.Talent-4 .m-1{
    width: 1260px;
    min-height: 800px;
    margin: 0 auto;
}

.Talent-4 .m-1 .n1{
    width: 100%;
    height: 66px;
    line-height: 66px;
}
.Talent-4 .m-1 .n1 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Talent-4 .m-1 .n1 p span{
    font-size: 16px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Talent-4 .m-1 .n1 p span.show{
    color: #005BA6;
}

.Talent-4 .m-1 .n2{
    width: 100%;
    min-height: 0;
    padding-bottom: 96px;
    overflow: hidden;
}


.Talent-4 .m-1 .n2 .n2-r{
    width: 904px;
    min-height: 243px;
    padding: 0 48px;
    float: right;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}

.Talent-4 .m-1 .n2 .n2-r .item-box{
    width: 100%;
    min-height: 0;
    padding: 24px 0;
}
.Talent-4 .m-1 .n2 .n2-r .item-box .item{
    width: 100%;
    height: 236px;
    padding: 24px 0;
}

.Talent-4 .m-1 .n2 .n2-r .item-box .item .item-l{
    width: 420px;
    height: 236px;
    border-radius: 10px;
    /*background: #005BA6;*/
    background: url(/public/home/img/jpg/awardbg.jpg) center no-repeat;
	background-size: cover;
    overflow: hidden;
    float: left;
}
.Talent-4 .m-1 .n2 .n2-r .item-box .item .item-l .pic{
    width: 420px;
    height: 236px;
}


.Talent-4 .m-1 .n2 .n2-r .item-box .item .item-r{
    width: 460px;
    height: 236px;
    float: right;
}
.Talent-4 .m-1 .n2 .n2-r .item-box .item .item-r .b1{
    width: 100%;
    height: 30px;
    margin-bottom: 12px;
    line-height: 30px;
}
.Talent-4 .m-1 .n2 .n2-r .item-box .item .item-r .b1 p{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Talent-4 .m-1 .n2 .n2-r .item-box .item .item-r .b2{
    width: 100%;
    height: 192px;
    overflow: hidden;
}
.Talent-4 .m-1 .n2 .n2-r .item-box .item .item-r .b2 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    text-indent: 2em;
    text-align: justify;
}


/*================================================*/
.Talent-5{
    width: 100%;
    min-width: 1260px;
    min-height: 0;
    padding: 130px 0 0;
    margin: 0 auto;
    overflow: hidden;
}
.Talent-5 .m-1{
    width: 1260px;
    min-height: 800px;
    margin: 0 auto;
}

.Talent-5 .m-1 .n1{
    width: 100%;
    height: 66px;
    line-height: 66px;
}
.Talent-5 .m-1 .n1 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Talent-5 .m-1 .n1 p span{
    font-size: 16px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Talent-5 .m-1 .n1 p span.show{
    color: #005BA6;
}

.Talent-5 .m-1 .n2{
    width: 1210px;
    min-height: 0;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    margin-bottom: 96px;
    overflow: hidden;
}

.Talent-5 .m-1 .n2 .item-box{
    width: 100%;
    min-height: 0;
}
.Talent-5 .m-1 .n2 .item-box .item{
    width: 100%;
    height: 460px;
    border-top: 1px solid #E5E5E5;
}
.Talent-5 .m-1 .n2 .item-box .item:nth-child(1){
    border-top-style: none;
}

.Talent-5 .m-1 .n2 .item-box .item .b1{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 10px 0 40px;
}
.Talent-5 .m-1 .n2 .item-box .item .b1 span{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #005BA6;
}

.Talent-5 .m-1 .n2 .item-box .item .b2{
    width: 1072px;
    height: 210px;
    margin: 0 auto;
}

.Talent-5 .m-1 .n2 .item-box .item .b2 .li{
    width: 220px;
    height: 255px;
    float: left;
    margin: 0 24px;
}
.Talent-5 .m-1 .n2 .item-box .item .b2 .li .li-t{
    width: 220px;
    height: 150px;
}
.Talent-5 .m-1 .n2 .item-box .item .b2 .li .li-t .pic{
    width: 220px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
}


.Talent-5 .m-1 .n2 .item-box .item .b2 .li .li-b{
    width: 100%;
    height: 30px;
    margin-top: 10px;
    line-height: 20px;
    text-align: center;
}
.Talent-5 .m-1 .n2 .item-box .item .b2 .li .li-b span{
    font-size: 15px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.Talent-5 .m-1 .n2 .item-box .item .b3{
    width: 100%;
    height: 48px;
    margin-top: 48px;
}
.Talent-5 .m-1 .n2 .item-box .item .b3 a{
    display: block;
    width: 258px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #F9F9F9;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid #E5E5E5;
    margin: 0 auto;

    font-size: 18px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 300;
    color: #999999;
}
.Talent-5 .m-1 .n2 .item-box .item .b3 a:hover{
    background: #005BA6;
    color: white;
}


/*================================================*/
.Talent-6{
    width: 100%;
    min-width: 1260px;
    min-height: 0;
    padding: 130px 0 0;
    margin: 0 auto;
    overflow: hidden;
}
.Talent-6 .m-1{
    width: 1260px;
    min-height: 800px;
    margin: 0 auto;
}

.Talent-6 .m-1 .n1{
    width: 100%;
    height: 66px;
    line-height: 66px;
}
.Talent-6 .m-1 .n1 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Talent-6 .m-1 .n1 p span{
    font-size: 16px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Talent-6 .m-1 .n1 p span.show{
    color: #005BA6;
}

.Talent-6 .m-1 .n2{
    width: 100%;
    min-height: 0;
    margin-bottom: 96px;
    overflow: hidden;
}

.Talent-6 .m-1 .n2 .item-box{
    width: 100%;
    min-height: 0;
}
.Talent-6 .m-1 .n2 .item-box .item{
    width: 1258px;
    height: 258px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    margin-bottom: 24px;
    position: relative;
}

.Talent-6 .m-1 .n2 .item-box .item .item-l{
    width: 420px;
    height: 258px;
    position: absolute;
    top: 0;
    left: 0;
}
.Talent-6 .m-1 .n2 .item-box .item .item-l .b1{
    width: 372px;
    height: 210px;
    padding: 24px;
    cursor: pointer;
}
.Talent-6 .m-1 .n2 .item-box .item .item-l .b1 .pic{
    width: 372px;
    height: 210px;
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
}
.Talent-6 .m-1 .n2 .item-box .item .item-l .b1 .pic .status{
    width: 68px;
    height: 34px;
    line-height: 34px;
    text-align: center;

    background: white;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    position: absolute;
    top: 24px;
    right: 0;

    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #005BA6;
    letter-spacing: 4px;

    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
}

.Talent-6 .m-1 .n2 .item-box .item .item-l .b1 .pic .status.color1{
    color: #EE2D2E;
}
.Talent-6 .m-1 .n2 .item-box .item .item-l .b1 .pic .status.color2{
    color: #005BA6;
}


.Talent-6 .m-1 .n2 .item-box .item .item-c{
    width: 420px;
    height: 258px;
    position: absolute;
    top: 0;
    left: 420px;
}
.Talent-6 .m-1 .n2 .item-box .item .item-c .b1{
    width: 372px;
    height: 210px;
    padding: 24px;
}
.Talent-6 .m-1 .n2 .item-box .item .item-c .b1 .v1{
    width: 100%;
    height: 24px;
    line-height: 24px;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;

    margin-bottom: 12px;
}
.Talent-6 .m-1 .n2 .item-box .item .item-c .b1 .v1 a{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.Talent-6 .m-1 .n2 .item-box .item .item-c .b1 .v1 a:hover{
    color: #005BA6;
    text-decoration: underline;
}

.Talent-6 .m-1 .n2 .item-box .item .item-c .b1 .v1 p{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}


.Talent-6 .m-1 .n2 .item-box .item .item-c .b1 .v2{
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.Talent-6 .m-1 .n2 .item-box .item .item-c .b1 .v2 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    text-indent: 2em;
    text-align: justify;
}


.Talent-6 .m-1 .n2 .item-box .item .item-r{
    width: 420px;
    height: 258px;
    position: absolute;
    top: 0;
    right: 0;
}
.Talent-6 .m-1 .n2 .item-box .item .item-r .b1{
    width: 372px;
    height: 210px;
    padding: 24px;
}

.Talent-6 .m-1 .n2 .item-box .item .item-r .b1 .v1{
    width: 100%;
    height: 24px;
    padding-bottom: 10px;
}
.Talent-6 .m-1 .n2 .item-box .item .item-r .b1 .v1 .v1-l{
    width: 50%;
    height: 24px;
    line-height: 24px;
    float: left;
}
.Talent-6 .m-1 .n2 .item-box .item .item-r .b1 .v1 .v1-l span{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.Talent-6 .m-1 .n2 .item-box .item .item-r .b1 .v1 .v1-r{
    width: 50%;
    height: 24px;
    line-height: 24px;
    float: right;
    text-align: right;
}
.Talent-6 .m-1 .n2 .item-box .item .item-r .b1 .v1 .v1-r a{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.Talent-6 .m-1 .n2 .item-box .item .item-r .b1 .v1 .v1-r a b{
    margin-left: 4px;
    font-size: 14px;
    font-family: simhei,Verdana, Microsoft YaHei;
    font-weight: 700;
    color: #666666;
}

.Talent-6 .m-1 .n2 .item-box .item .item-r .b1 .v1 .v1-r a:hover{
    color: #1A57B3;
}
.Talent-6 .m-1 .n2 .item-box .item .item-r .b1 .v1 .v1-r a:hover b{
    color: #1A57B3;
}


.Talent-6 .m-1 .n2 .item-box .item .item-r .b1 .v2{
    width: 100%;
    height: 176px;
}

.Talent-6 .m-1 .n2 .item-box .item .item-r .b1 .v2 .li{
    width: 108px;
    height: 176px;
    margin-left: 24px;
    float: left;
}
.Talent-6 .m-1 .n2 .item-box .item .item-r .b1 .v2 .li:nth-child(1){
    margin-left: 0;
}

.Talent-6 .m-1 .n2 .item-box .item .item-r .b1 .v2 .li .li-t{
    width: 100%;
    height: 144px;
}
.Talent-6 .m-1 .n2 .item-box .item .item-r .b1 .v2 .li .li-t .pic{
    width: 100%;
    height: 144px;
    border-radius: 10px;
}


.Talent-6 .m-1 .n2 .item-box .item .item-r .b1 .v2 .li .li-b{
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.Talent-6 .m-1 .n2 .item-box .item .item-r .b1 .v2 .li .li-b span{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}



.Talent-6 .m-1 .n2 .item-page{
    width: 100%;
    height: 36px;
    padding: 24px 0;
    text-align: center;
}
.Talent-6 .m-1 .n2 .item-page .page{
    display: inline-block;
    height: 36px;
}

.Talent-6 .m-1 .n2 .item-page .page a{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #E5E5E5;
    float: left;
    margin: 0 6px;

    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Talent-6 .m-1 .n2 .item-page .page a:hover{
    color: #005BA6;
}
.Talent-6 .m-1 .n2 .item-page .page a.left,
.Talent-6 .m-1 .n2 .item-page .page a.right
{
    font-family: simhei,Verdana, Microsoft YaHei;
    font-weight: 700;
}

.Talent-6 .m-1 .n2 .item-page .page > span{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #E5E5E5;
    float: left;
    margin: 0 6px;

    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    background: #005BA6;
    color: white;
}

.Talent-6 .m-1 .n2 .item-page .page .select{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    float: left;
    margin-left: 12px;
}
.Talent-6 .m-1 .n2 .item-page .page .select > span{
    display: inline-block;
    height: 36px;
    float: left;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.Talent-6 .m-1 .n2 .item-page .page .select select{
    display: inline-block;
    width: 54px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #E5E5E5;
    float: left;
    margin: 0 6px;

    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    background: white;
    color: #999999;
}
.Talent-6 .m-1 .n2 .item-page .page .select select option{
    background: white;
}


/*================================================*/
.Talent-7{
    width: 100%;
    min-width: 1260px;
    min-height: 0;
    padding: 130px 0 0;
    margin: 0 auto;
    overflow: hidden;
}
.Talent-7 .m-1{
    width: 1260px;
    min-height: 800px;
    margin: 0 auto;
}

.Talent-7 .m-1 .n1{
    width: 100%;
    height: 66px;
    line-height: 66px;
}
.Talent-7 .m-1 .n1 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Talent-7 .m-1 .n1 p span{
    font-size: 16px;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.Talent-7 .m-1 .n1 p span.show{
    color: #005BA6;
}

.Talent-7 .m-1 .n2{
    width: 100%;
    min-height: 0;
    padding-bottom: 96px;
    overflow: hidden;
}


.Talent-7 .m-1 .n2 .n2-r{
    width: 904px;
    min-height: 243px;
    padding: 48px;
    float: right;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}


.Talent-7 .m-1 .n2 .n2-r .content-1{
    width: 100%;
    min-height: 0;
}
.Talent-7 .m-1 .n2 .n2-r .content-1 .b1{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 24px;
}
.Talent-7 .m-1 .n2 .n2-r .content-1 .b1 p{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}


.Talent-7 .m-1 .n2 .n2-r .content-1 .b2{
    width: 100%;
    min-height: 0;
    overflow: hidden;
}
.Talent-7 .m-1 .n2 .n2-r .content-1 .b2 .b2-l{
    /*width: 615px;
    min-height: 0;
    float: left;*/
}
.Talent-7 .m-1 .n2 .n2-r .content-1 .b2 .b2-l p{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 28px;
}


.Talent-7 .m-1 .n2 .n2-r .content-1 .b2 .b2-r{
    /*width: 240px;
    height: 240px;
    float: right;*/
}
.Talent-7 .m-1 .n2 .n2-r .content-1 .b2 .b2-r .pic{
    width: 350px;
    height: 165px;
    margin:0 auto;
}


.Talent-7 .m-1 .n2 .n2-r .content-2{
    width: 100%;
    min-height: 0;
}
.Talent-7 .m-1 .n2 .n2-r .content-2 .b1{
    width: 100%;
    min-height: 30px;
}

.Talent-7 .m-1 .n2 .n2-r .content-2 .b1 .v1{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.Talent-7 .m-1 .n2 .n2-r .content-2 .b1 .v1 p{
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}


.Talent-7 .m-1 .n2 .n2-r .content-2 .b1 .v2{
    width: 100%;
    /*height: 24px;*/
    line-height: 24px;
    text-align: center;
    padding: 24px 0 48px;
}
.Talent-7 .m-1 .n2 .n2-r .content-2 .b1 .v2 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}
.Talent-7 .m-1 .n2 .n2-r .content-2 .b1 .v2 p span{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin: 0 24px;
}
.Talent-7 .m-1 .n2 .n2-r .content-2 .b1 .v2 p a{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}


.Talent-7 .m-1 .n2 .n2-r .content-2 .b2{
    width: 100%;
    min-height: 30px;
}
.Talent-7 .m-1 .n2 .n2-r .content-2 .b2 .v1{
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;

    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;

    margin-bottom: 24px;
}

.Talent-7 .m-1 .n2 .n2-r .content-2 .b2 .v2{
    width: 100%;
    min-height: 0;
    margin-bottom: 24px;
}
.Talent-7 .m-1 .n2 .n2-r .content-2 .b2 .v2 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    text-indent: 2em;
    text-align: justify;
}
.Talent-7 .m-1 .n2 .n2-r .content-2 .b2 .v2 p b{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 700;
    color: #000000;
    line-height: 28px;
}


.Talent-7 .m-1 .n2 .n2-r .content-2 .b2 .v3{
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: right;
    margin-bottom: 48px;
}
.Talent-7 .m-1 .n2 .n2-r .content-2 .b2 .v3 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}



.Talent-7 .m-1 .n2 .n2-r .content-3{
    width: 100%;
    min-height: 0;
}
.Talent-7 .m-1 .n2 .n2-r .content-3 .b1{
    width: 100%;
    min-height: 0;
    /*padding-bottom: 48px;*/
}

.Talent-7 .m-1 .n2 .n2-r .content-3 .b1 p{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-bottom: 24px;
}
.Talent-7 .m-1 .n2 .n2-r .content-3 .b2 iframe{
    height: 630px;
}
.Talent-7 .m-1 .n2 .n2-r .content-3 .b2 .bus{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.Talent-7 .m-1 .n2 .n2-r .content-3 .b2{
    width: auto;
}

.fiexd-nav-left{
    padding-top:10px;
    display: none;
    position: fixed;
    top: 130px;
    z-index: 999;
    background: #fff;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box{
    width: 100%;
    height: 450px;
    padding: 24px 24px 0px 24px;
    box-sizing: border-box;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item{
   width: 594px;
   /*height: 546px;*/
   /*padding: 0 24px; */
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-1{
    float: left;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-2{
    float: right;
}
.Talent-1 .m-1 .n-3 .banner{
    width: 594px;
    height: 410px;
    overflow: hidden;
}
.Talent-1 .m-1 .n-3 .banner .swiper-container{
    width: 594px;
    height: 416px;
}
.Talent-1 .m-1 .n-3 .banner .swiper-container .swiper-slide{
    width: 594px;
    height: 335px;
}
.Talent-1 .m-1 .n-3 .banner .swiper-container .swiper-slide .school_title{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #F9F9F9;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    height: 50px;
    line-height: 50px;
    margin-top: 335px;
}
.Talent-1 .m-1 .n-3 .banner .swiper-container .swiper-pagination-bullet-active{
    opacity: 1!important;
    width: 20px!important;
    border: 1px solid #EE2D2E!important;
    background: #EE2D2E!important;
}
.Talent-1 .m-1 .n-3 .banner .swiper-container .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border: 1px solid #EE2D2E;
    display: inline-block;
    border-radius: 5px;
    background: white;
    opacity: 1;
}
.Talent-1 .m-1 .n-3 .banner .swiper-button-prev-6{
    width: 30px;
    height: 30px;
    background: url(v1-15.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 175px;
    left: 35px;
    margin: 0 !important;
    z-index: 999;
    cursor: pointer;
    opacity: 0.8;
}
.Talent-1 .m-1 .n-3 .banner .swiper-button-next-6{
    width: 30px;
    height: 30px;
    background: url(v1-16.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 175px;
    right: 35px;
    margin: 0 !important;
    z-index: 999;
    cursor: pointer;
    opacity: 0.8;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-2 .box{
    margin-bottom: 10px;
}

.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-2 .box .tit{
    height: 34px;
    background: #F5E8E5;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-2 .box .tit div{
    display: inline-block;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-2 .box .tit .tl{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #EE2D2E;
    line-height: 34px;
    float: left;
    padding:0 10px;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-2 .box .tit .tr{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    float: right;
    padding: 0 10px;
    cursor: pointer;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-2 .box .tit .tr b{
    margin-left: 4px;
    font-size: 14px;
    font-family: simhei,Verdana, Microsoft YaHei;
    font-weight: 700;
    color: #666666;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-2 .box .it-box .t-item div{
    display: inline-block;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-2 .box .it-box .t-item{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 42px;
    height: 42px;
    position: relative;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-2 .box .it-box .t-item .time{
    position: absolute;
    right: 5px;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-2 .box .it-box .t-item .info{
    width: 420px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    cursor: pointer;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-2 .box .it-box .t-item .info:hover{
    color: #1A57B3;
    text-decoration: underline;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-2 .box .it-box .t-item .icn{
    width: 16px;
    height: 42px;
    vertical-align: top;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-2 .box .it-box .t-item .icn img{
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
}
.Talent-1 .m-1 .n-3 .b-3 .item-box .item.item-2 .box .it-box .t-item .time{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 42px;
    float:right;
}



/*================================================*/


.v2-x-web-address{display:flex !important;align-items:center !important;border:1px #eee solid !important;padding:0 4px !important;background-color:#fff !important;position:fixed !important;left:10px !important;bottom:10px !important;z-index:999999 !important;font-size:14px !important;border-radius:3px !important;height:30px !important;margin:0 !important;line-height:30px !important}.v2-x-web-address__ip{flex:none !important;margin:0 6px 0 0 !important;padding:0 !important;font-size:14px !important;text-decoration:none !important;color:blue !important;border:0 !important}.v2-x-web-address__ip:hover{color:red !important}.v2-x-web-address__code{margin:0 6px 0 0 !important;padding:0 !important;font-size:14px !important;text-decoration:none !important;border:0 !important;height:22px !important;width:22px !important;background:none !important}.v2-x-web-address__close{cursor:pointer !important;font-size:14px !important;border:0 !important;height:18px !important;width:18px !important;background:none !important;margin:0 !important;padding:0 !important}