.banner{
    width: 100%;
    height: 500px;
}
.banner .swiper-slide{
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}
.swiper-pagination-bullet{
    width: 26px!important;
    background: #27acff;
    border-radius: 10px!important;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    width: 26px!important;
    background: #fff;
    border-radius: 10px!important;
}

.content{
    width: 100%;
    height: 745px;
    overflow: hidden;
    background: #ffffff;
}
.content .w-1200{
    height: auto;
}
.content .con-head{
    width: 100%;
    height: 50px;
    font-size: 36px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    margin-top: 46px;
}
.content .con-title{
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: #666666;
    text-align: center;
    line-height: 40px;
}
.content .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 40px;
    text-indent:2em
}
.con-text:nth-of-type(n+2){
    margin-top: 5px;
}
.content .con-bottom{
    width: 100%;
    height: 356px;
    margin-top: 10px;
    position:absolute
}
.con-bottom .w-1200{
    position:absolute;
    z-index: 10;
    top: 0;
    left: calc((100% - 1200px)/2);
}
.con-bottom .con-ul{
    width: 100%;
    height: 273px;
    display: flex;
    justify-content: space-between;
}
.con-ul .con-li{
    width: 255px;
    height: 303px;
    position: relative;
    cursor:pointer;
}
.con-li-li:hover .con-box{
    display: none;
}
.con-li:hover .con-box1{
    display: block;
}
.con-li .con-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.con-li .con-box1{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.con-box .con-span{
    width: 100%;
    height: 44px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 44px;
    margin-top: 200px;
}
.con-box1 .con-span{
    width: 100%;
    height: 44px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
    margin-top: 30px;
}
.con-li .con-img{
    width: 50px;
    height: 32px;
    margin: 90px auto 0;
}

.con-bottom .bottom-img{
    width: 100%;
    height: 302px;
    position: absolute;
    top: 104px;
    left: 0;
}

.news{
    width: 100%;
    height: 730px;
    background: #ffffff;
}
.news .new-head{
    width: 100%;
    height: 50px;
    font-size: 36px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    margin-top: 52px;
}
.news .new-title{
    width: 100%;
    height: 36px;
    font-size: 18px;
    color: #666666;
    text-align: center;
    line-height: 36px;
}

.news .new-box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.new-box .new-company{
    width: 400px;
    height: auto;
}
.new-company .com-head{
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: space-between;
}
.com-head .com-le{
    width: auto;
    height: 34px;
    font-size: 26px;
    color: #333333;
    line-height: 34px;
}
.com-head .com-ri{
    width: auto;
    height: 34px;
    font-size: 14px;
    color: #666666;
    line-height: 34px;
}

.new-company .com-img{
    width: 100%;
    height: 256px;
    overflow: hidden;
}

.new-company .com-box{
    width: 100%;
    height: 500px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #eeeeee;
    margin-top: 22px;
}
.com-box .com-content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.com-content .com-title{
    width: 100%;
    height: 26px;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    margin-top: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow:ellipsis; white-space: nowrap;
}
.com-content .com-text{
    position: relative;
}
.com-content .com-span{
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    max-height: 40px;
    margin-top: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    text-indent:2em
}
.com-span:after{
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 183px;
    padding-left: 4px;
    background: linear-gradient(to right, transparent, #fff 0%);
    text-indent:0px
}
.com-btn{
    position: absolute;
    bottom: 0;
    color: #27acff;
    right: 120px;
    font-size: 12px;
    z-index: 9;
    cursor: pointer;
    line-height: 20px;
}
.com-box .com-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 8px;
}
.com-ul .com-li{
    width: 100%;
    height: 15px;
    display: flex;
    justify-content: space-between;
    margin-top: 18px;

}
.com-li .com-add{
    width: 12px;
    height: 15px;
}
.com-li .com-p{
    width: 365px;
    height: 15px;
    font-size: 14px;
    color: #333333;
    line-height: 15px;
    margin-left: 5px;
    overflow: hidden;
    text-overflow:ellipsis; white-space: nowrap;
}

.new-box .new-media{
    width: 750px;
    height: auto;
}
.new-media .med-head{
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: space-between;
}
.med-head .med-le{
    width: auto;
    height: 34px;
    font-size: 26px;
    color: #333333;
    line-height: 34px;
}
.med-head .med-ri{
    width: auto;
    height: 34px;
    font-size: 14px;
    color: #666666;
    line-height: 34px;
}
.new-media .media-li{
    width: 100%;
    height: 230px;
    display: flex;
    margin-top: 25px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    cursor:pointer;
}
.media-li:last-child{
    margin-top: 32px;
}
.media-li .med-le{
    width: 360px;
    height: 230px;
}
.media-li .med-ris{
    width: 390px;
    height: 230px;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}
.med-ris .med-head{
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}
.med-ris .med-text{
    position: relative;
}
.med-ris .med-span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    margin-top: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    text-indent:2em
}

.med-ris .med-img{
    width: 51px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    right: 40px;
    background: url("../images/media-add.png");
}
.media-li.active{
    box-shadow: 0px 0px 10px #27acff;
}
.media-li.active .med-head{
    color: #27acff;
}
.media-li.active .med-img{
    background: url("../images/media-add1.png");
}


.talents{
    width: 100%;
    height: 800px;
    background: url("../images/talents.jpg");
    overflow: hidden;
}
.talents .tal-head{
    width: 100%;
    height: 50px;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-top: 58px;
}
.talents .tal-title{
    width: 100%;
    height: 32px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
}
.talents .tal-box{
    width: 100%;
    height: 543px;
    margin-top: 33px;
    background: url("../images/talents-box.png") no-repeat center center / 100% 100%;
    position: relative;
}
.tal-box .tal-le{
    width: 600px;
    height: 543px;
    padding: 0 18px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.tal-le .tal-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 28px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
}
.tal-le .tal-ul{
    width: 100%;
    height: 376px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-top: 10px;
}
.tal-ul .tal-li{
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 25px;
}
.tal-li:nth-of-type(n+1){
    margin-top: 12px;
}
.tal-li .tal-span{
    width: 400px;
    height: 32px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    overflow: hidden;
    text-overflow:ellipsis; white-space: nowrap;
}
.tal-li .tal-time{
    width: auto;
    height: 32px;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
}
.tal-le .tal-btn1{
    width: 51px;
    height: 40px;
    position: absolute;
    bottom: 35px;
    right: 20px;
    cursor:pointer;
}
.tal-box .tal-btn2{
    width: 210px;
    height: 40px;
    font-size: 18px;
    color: #fefefe;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: 98px;
    right: 16px;
    cursor:pointer;
}

.contact{
    width: 100%;
    height: 496px;
    background: #ffffff;
    overflow: hidden;
}
.contact .con-head{
    width: 100%;
    height: 52px;
    font-size: 36px;
    color: #333333;
    text-align: center;
    line-height: 52px;
    margin-top: 58px;
}
.contact .con-title{
    width: 100%;
    height: 34px;
    font-size: 18px;
    color: #666666;
    text-align: center;
    line-height: 34px;
}
.contact .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.con-box .con-le{
    width: 440px;
    height: 256px;
    border-right: 1px solid #cccccc;
    overflow: hidden;
}
.con-le .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-ul .cont-li{
    width: 100%;
    height: 26px;
    display: flex;
    margin-top: 20px;
}
.cont-li .con-img{
    width: 34px;
    height: 26px;
    margin: 0;
}
.cont-li .con-text{
    width: auto;
    height: 26px;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-left: 15px;
    margin-top: 0;
}
.con-box .con-ri{
    width: 686px;
    height: 256px;
    overflow: hidden;
}
.con-ri .input{
    width: 300px;
    height: 30px;
    border: 1px solid #cccccc;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
}
.input input{
    display: block;
    width: 100%;
    height: 100%;
}

.con-ri .textarea{
    width: 645px;
    height: 150px;
    border: 1px solid #cccccc;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    float: left;
}
.textarea textarea{
    display: block;
    width: 100%;
    height: 100%;
    resize: none;
}
.con-ri .con-btn{
    width: 200px;
    height: 40px;
    background: #27acff;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    float: left;
    margin-top: 22px;
    cursor:pointer
}
