/*首页*/
.index_img{position:absolute;-webkit-animation-name: myword;animation-name: myword; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-duration: 2s;animation-duration: 2s;}
@keyframes myword {
    0% {transform:scale(0);}
    100% {transform:scale(1);}
}
.main_view.container{width:1200px;}
/*.main_view *{font-size:16px;}*/
.company_word{left:3%;top:17%;width:90%;}
.company_word h3{font-size:70px;padding-bottom:14px;font-weight: bold;}
.company_word p{font-size:20px;padding-bottom:18px;margin-bottom:18px;}
.company_word p:after{content:'';width:55px;height:2px;background:#fff;display:inline-block;position:absolute;left:0;bottom:0;}
.company_word h5{font-size:28px;margin-bottom:50px;}
.about_word{bottom:9%;right:31%;width:53%;margin-right:-29%;}
.about_word h3{font-size:24px;}
.index_img *{color:#fff;}
.company_desc{height:100px;font-size:13px;}
/*.index_img a{font-size:18px;border:1px solid #fff;padding:5px 19px;border-radius:24px;}*/
/*.index_img a:hover{color:#fff;}*/
.index_box div.swiper-pagination{bottom:4.8%;}
.index_box .swiper-pagination-bullet{background:#fff;opacity:1;}
.index_box .swiper-pagination-bullet-active{width:40px;border-radius:8px;}
.index_box img{height:88%;width:100%;margin-top:6%;}
.swiper_index{width:100%;height:100%;}
.swiper1{height:38%;}
.swiper2{height:585px;}
.index_href>a img{width:100%;}

/*平板*/
@media only screen and (min-width:768px) and (max-width:1024px ) {
    .company_word{left:3%;top:13%;}
    .swiper_index{height:50%;margin-top:100px;}
    .main_view.container{width:auto;}
    .join_img img{width:100%;}
    .swiper2{height:33%;}
}

/*手机*/
@media only screen and (min-width: 320px) and (max-width:760px ) {
    .main_view .row{margin-left:0;margin-right:0;}
    .join_img img{width:100%;}
    .swiper_index{height:38%;margin-top:50px;}
    .company_word{left:5%;top:66%;text-align:center;}
    .company_word p{font-size:18px;padding-bottom:15px;margin-bottom:10px;}
    .company_word p:after{width:30px;left:50%;margin-left:-15px;}
    .company_word h3{font-size:34px;padding-bottom:10px;line-height:45px;}
    .company_word h5{font-size:18px;margin-bottom:25px;}
    .company_word a{font-size:12px;border:1px solid #fff;padding:3px 10px;border-radius:15px;}
    .about_word{right:5%;width:90%;margin-right:0;}
    .about_word h3{font-size:17px;line-height:18px;text-indent: 26px;}
    .index_botline{height:2px;width:92%;margin:20px auto;background-color:#eee;}
    .index_culture{text-align: center;}
    .index_culture .font24{font-size:18px;margin-top:10px;}
    .index_culture p{margin:5px 0;}
    .swiper1 img{width:100%;}
    .index_box img{margin-top:0;height:100%;}
    .index_panner p{font-size:12px;}
}

