
/*::-webkit-scrollbar {*/
/*    background-color: #fff;*/
/*    width: 6px;*/
/*    height: 6px;*/
/*}*/
/*::-webkit-scrollbar-thumb { !* 滑块 *!*/
/*    border-radius: 3px;*/
/*    background-color: #e0e0e0;*/
/*}*/
/*******/
/* banner */
.index_banner{
    height: 660px;
    background: transparent;
}
.swiper-container {
    width: 100%;
    height: 660px;
}  
.index_bannerimg{
    width: 100%;
    height: 660px;
    background: #000 url('/template/indeximage/banner1.jpg') no-repeat center center;
    object-fit: cover;
}

/* 简介 */
.index_intro{
    height: 240px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.intro_div{
    box-sizing:border-box;
    height: 240px;
    width: 300px;
    padding-top: 80px;
    padding-bottom: 80px;    
    margin-right: -1px;
}

.intro_content{
    height: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 50px;
    color: #fff;
    font-weight: 0px;
    font-size: 22px;
}
.intro_div .intro_content{
    /*border-left:1px dotted #fff;*/
    border-right:1px dotted #fff;
}
.intro_div:last-child .intro_content{
    border-right:0px dashed #fff;
}
.intro_content_til{
    font-weight: lighter;
    font-size: 46px;
    /*margin-bottom: 10px;*/
}
.intro_content_en{
    letter-spacing: 1px;
    font-weight: lighter;
}
.textbig{
    font-size: 46px;
    font-weight: bold;
}
/*.intro_div:hover{*/
/*    background: #fe6610;*/
/*    cursor: pointer;    */
/*}*/
.intro_div.ac{
    background: #fe6610;
    cursor: pointer;
}
.intro_div.ac .intro_content{
    border-right:1px dotted #fff;
    border-left:1px dotted #fff;
}
/*.intro_div:hover .intro_content{*/
/*    border: 0px;*/
/*    border-left: 0px dotted #fff;*/
/*    border-right: 0px dotted #fff;*/
/*}*/

/* 模块 标题 */
.index_project{
    min-height: 1130px;
}
.module_title{
    height: 290px;
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
}
.module_til{
    height: 80px;
    line-height: 80px;
    font-weight: lighter;
}
.module_tips{
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 1px;
}
.module_til-bolder{
    color: #fe6610;
    font-weight: 900;
}

.module_content{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}
.project_div{
    width: 295px;    
    background: #fff;    
    border: 1px dashed #dcdcdc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
}

/*.project_div:hover{*/
/*    cursor: pointer;*/
/*}*/
/*.project_div:hover .pd_name{*/
/*    background: #fe6610;*/
/*    color: #fff;*/
/*}*/
/*.project_div:hover .pd_telephone{*/
/*    background: #6b6c71;*/
/*}*/
/*.project_div:hover .pd_name_logoimg{*/
/*    display: none;*/
/*}*/
/*.project_div:hover .pd_name_logoimg_ac{*/
/*    display: block;*/
/*}*/

.project_div.ac .pd_name{
    background: #fe6610;
    color: #fff;
}
.project_div.ac .pd_telephone{
    background: #6b6c71;
}
.project_div.ac .pd_name_logoimg{
    display: none;
}
.project_div.ac .pd_name_logoimg_ac{
    display: block;
}

.pd_telephone{
    height: 90px;
    background: #fe6610;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    box-sizing: border-box;
}
.pd_name{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pd_name_logoimg{
    width: 295px;
    height: 130px;
    display: block;
}
.pd_name_logoimg_ac{
    display: none;
    width: 295px;
    height: 130px;
}
.pd_name_til{
    font-size: 28px;
    margin-bottom: 20px;
    margin-top:20px;
    font-weight: lighter;
}
ul.pd_name_ul{
    list-style-type:disc;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 280px;
    margin-top: 10px;
    margin-bottom: 20px;
}
ul.pd_name_ul li{
    width: 110px;
    margin-bottom: 5px;
    margin-left: 28px;
    font-size: 18px;
}


/* 视觉 */
.index_vision{
    height: 801px;
    padding-top: 45px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.vision_left{
    width: 520px;
    height: 800px;
    position: relative;
    overflow: hidden;
}
.vision_left_scroll{
    width: 540px;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}
.vision_banner{
    display: block;
    width: 540px;
    height: auto;
    display: none;
    background: #fff;
}
.vision_banner>img{
    height: 100%;
    width: auto;
}
.vision_banner.current{
    display: block;
}
.vision_right{
    width: 680px;
    height: 610px;
    margin-top: 90px;
    position: relative;
    z-index: 100;
    color: #fff;
}
.vision_div{
    height: 150px;
    width: 680px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fe6610;
    background: #6b6c71;
    position: relative;
    cursor: pointer;
}

.hover_arrow{
    width: 60px;
    height: 60px;   
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow_style{
    width: 20px;
    height: 36px;
    display: none;
}
.vision_info{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 600px;
}
.vd_til{
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
}
.vd_tips{
    font-size:18px;
    line-height: 40px;
}
.vision_div.current{
    background: #fe6610;
    width: 707px;
    left: -30px;
    border: 1px dashed #fff;
}

.vision_div.current .arrow_style{
    display: block;
}

/* 摄影 */
.index_photography{
    height: 460px;
    background: #f5f5f5;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}
.photo_img{
    position: relative;
    cursor: pointer;
}
.photo_mask{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: #707072;
    opacity: 0.6;
    width: 105px;
    height: 460px;
    padding: 35px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-self: start;

}
/*.photo_img.show .photo_mask{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-self: start;*/
/*}*/

.photo_img_l{
    width: 680px;
    height: 460px;
}
.photo_image{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.photo_bg_img{
    width: 100%;
    height: 100%;
    transition-duration:0.5s; /*过度的时间为0，5秒*/
}
.photo_bg_img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2); /*Safari 和 Chrome*/
    -moz-transform: scale(1.2); /*Firefox*/
    -ms-transform: scale(1.2); /*IE9*/
    -o-transform: scale(1.2); /*Opera*/
} 

.pm_til{
    margin:0 auto;
    height:400px;
    writing-mode:vertical-lr;
    writing-mode:tb-lr;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 2px;
}
.pm_vicetil{
    margin:0 auto;
    height:400px;
    writing-mode:vertical-lr;
    writing-mode:tb-lr;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
}

/* 技术 */
.index_category{
    height: 160px;
    width: 1120px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.ic_div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 18px;
    border-left: 1px dashed #fff;
    width: 160px;
}

.ic_div:first-child{
    border-left: 0px dashed #fff;
}
.ic_div>div{
    color: #fff;
}
.ic_div_img{
    width: 100px;
    height: 80px;
}

.category_banner{
    height: 670px;
}

.category-swiper-container {
    width: 1200px;
    height: 640px;
}
.category-banner{
    height: 640px;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.category-left-info{
    color: #fff;
    width: 490px;
    font-size: 17px;
    line-height: 34px;
}
.category_paragraph{
    margin-bottom: 20px;
    font-weight: lighter;
}

.swiper-container2>.swiper-button-prev{    
    left: 1.5%;
    right: auto;
    color: rgba(0, 0, 0, 0)!important;
    background:url("../indeximage/swiper_btn_prev.png") center center no-repeat;
    background-size: 34px 34px;
    width: 34px;
    height: 34px;
    
}
.swiper-container2>.swiper-button-next{
    right: 1.5%;
    left: auto;
    color: rgba(0, 0, 0, 0)!important;
    background:url("../indeximage/swiper_btn_next.png") center center no-repeat;
    background-size: 34px 34px;
    width: 34px;
    height: 34px;
}

/* 关于小棉袄 */
.xma-wrap{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    height: 440px;
}
.xma-wrap-info{
    width: 680px;
    height: 432px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.xma-info-til{
    font-size: 48px;
    height: 50px;
    margin-top: 30px;    
}
.xma-info-vicetil{
    font-size: 24px;
    height: 50px;
    margin-bottom: 5px;
}
.xma-info-p{
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px;
    text-indent: 2em;
}
.xma-wrap-img{
    position: absolute;
    right: -410px;
    top: 5px;
}
.xma-info-addicon{
    width: 40px;
    height: 40px;
}

/* 主营业务 */
.index-business{
    width: 100%;
    height: 345px;
    background: url("../indeximage/xma_img2.jpg") no-repeat;
    background-size:100% 100%;   
}
.index-business-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
.business-left{
    width: 320px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}
.business-til{
    font-size: 48px;
    color: #fff;
}
.business-right{
    width: 880px;
    height:300px;
    display: flex;
    flex-direction: row;
}
.collapsing{
    width: 75px;
    height: 295px;
    background: #fe6610;
    color: #fff; 
    font-size: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 25px;
    box-sizing: border-box;
    margin-left: 5px;
    cursor: pointer
}

.coll-body{
    display: none;
    margin-right: 5px;
    background: #aaa;
    color: #fff;
    width: 300px;
    height: 295px;
    box-sizing: border-box;
    position: relative;
}
.cb-til{
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cb-til>img{
    margin-right: 14px;
}
.cb-content{
    position: absolute;
    top: 130px;
    left: 30px;
    width: 250px;
    font-size: 15px;
    line-height: 26px;
}

/* 合作伙伴 */
.index-partners{
    width: 1200px;
    height: 595px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.partner_rows{
    width: 1120px;
    height: 420px;
    /*margin: 0 auto;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.partner_divlogo{
    width: 210px;
    height: 105px;
}
.partner_divlogo>img{
    width: 210px;
    height: 105px;
}
.partner_row{
    width: 210px;
    height: 420px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.partner_row.current{
    width: 640px;
}
.parner_row_details{
    display: none;
}
.partner_row.current> .parner_row_details{
    display: block;
}

.partner_p{
    width: 400px;
    height: 420px;
    display: none;
    background: #fff;
    box-sizing: border-box;
    padding: 50px 100px 50px 50px;
}
.partner_p.current{
    display: block;
}
.parner_row_cards{
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*.partner_info{*/
/*    width: 400px;*/
/*    height: 420px;*/
/*    background: #fff;*/
/*    box-sizing: border-box;*/
/*    padding: 50px 100px 50px 50px;*/
/*}*/

.partners_list{
    width: 670px;
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.partner_div{
    position: relative;
    width: 210px;
    height: 105px;
    background: #fff;
    cursor: pointer;
}
.partner_arrow{
    display: none;
    width: 105px;
    height: 105px;
    background: #fe6610;
    position: absolute;
    top: 0;
    left: -105px;
    font-size: 60px;
    text-align: center;
    line-height: 105px;
    color: #fff;
    padding-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.partner_row.current .partner_div.current > .partner_arrow{
    display: block;
}
.partner_arrow>img{
    width: 36px;
    height: 60px;
}
.partner_logo{
    position: absolute;
    cursor: pointer;
    width: 21px;
    height: 105px;
}

/* 行业动态 */
.index_news{
    height: 250px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.news_div{
    width: 530px;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
}

.news_img img {
    width: 140px;
    height: 80px;
}

.news_content{
    width: 380px;
}
.news_til{
    font-size: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}
.news_div:hover .news_til{
    color: #fe6610;
}
.news_div:hover .news_href{
    background: #fe6610;
}
.news_href{
    width: 20px;
    height: 20px;
    background: #999999;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
}


.news_time{
    font-size: 12px;
}
.news_p{
    color: #949494;
    font-size: 12px;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;    
    overflow: hidden;
    line-height: 18px;
}
.index_news_more{
    height: 120px;
    display: flex;
    flex-direction: row-reverse;
}
.more_button{
    width: 100px;
    height: 100px;
    background: #fe6610;
    color: #fff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    align-items: center;
    justify-content: space-around;
}
.more_button:hover{
    color: #fff;
}
.more_icon{
    width: 22px;
    height: 13px;
}

/* 诊断 */
.index-diagnosis{
    height: 454px;
    background: url(../indeximage/form_bg.jpg) no-repeat;
    background-size: 100% 100%;   
}
.index-diagnosis>.content1200{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 454px;
}
.diagnosis_l{
    width: 500px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    color: #fff;
}

.dl_til{
    font-size: 48px;
}
.dl_vicetil{
    font-size: 18px;
    font-weight: lighter;
}
.diagnosis_r{
    height: 330px;
    width: 600px;
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.diagnosis_r_til{
    font-size: 30px;
    color: #fff;
}
.diagnosis_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.form_input{
    display: block;
    width:  430px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    border: 1px dotted #f16314;
    margin-bottom: 15px;
    text-align: center;
}
.form_submit{
    display: block;
    width:  430px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    margin-bottom: 15px;
    border: 1px dotted #f16314;
    background: #b74708;
    text-align: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.form_submit:hover{
    color: #f5f5f5;
}

/* 联系我们 */
.index-contact{
    height: 260px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.paddingleft{
    padding-left: 100px;
}
.address-map{
    height: 630px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.company_address{
    width: 270px;
    height: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
}
.company_address>div{
    margin-bottom: 10px;
}
.company_address>img{
    margin-top: 20px;
}
.company_name{
    font-size: 20px;
    font-weight: bold;
}

.company_line{
    min-height: 28px;
    line-height: 28px;
    display: flex;
    align-items: flex-start;
    justify-content:center;
}
.company_line>img{
    margin-right: 2px;
}

/*员工查询*/
.staffDialogWrapper{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}
.staffDialog{
    width: 400px;
    height: 260px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 10000;
    left: 50%;
    margin-left: -200px;
    top: 25%;
    box-sizing: border-box;
    padding: 5px;
}
.staffDialog_til{
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #eee;
    position: relative;
}
.closeBtn{
    position: absolute;
    top: -2px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
.staffDialog_search{
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
}
.search_input{
    height: 40px;
    width: 250px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 0 10px;
}
.search_btn{
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #5eb2f8;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}
.staffDialog_result{
    padding: 10px;
}
.staffDialog_result li{
    line-height: 30px;
    font-size: 14px;
}