*{
    padding: 0;
    margin: 0;
}
ul,li{
    list-style: none;
}
body{
    font-size: 14px;
    color: #333;
    font-family:"Microsoft YaHei","微软雅黑";
}
a{
    color: #333;
    text-decoration: none;
}
/* qywh.html */
.qy_sec1{
    width: 100%;
    
    background: #eeeeee;
    padding-top: 65px;
}
.qy_sec_inner{
    width: 60%;
    margin: 0 auto;
    
}
.qy_sec1_sr{
    position: relative;
    padding-bottom: 215px;
}
.qy_title{
    font-size: 35px;
    color: #333;
    letter-spacing: 3px;
    text-align: center;
    
}
.qy_title2{
    margin-top: 5px;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.qy_title3{
    margin-top: 65px;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}
.qy_sec1_abs{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(60%);
            transform: translateY(60%)
}
.qy_sec2{
    margin-top: 280px;
}
.qy_sec2_content{
    margin-top: 65px;
}
.qy_sec2_content1{
    color: #000;
    font-size: 15px;
}
.qy_sec2_content2{
    margin-top: 15px;
}
.qy_sec2_content2 p{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-top: 5px;
}
.qy_sec3{
    margin-top: 65px;
}
.qy_sec_inner2{
    width: 80%;
    margin: 0 auto;
}
.qy_sec3_content{
    width: 100%;
    margin-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.qy_sec3_content_inner{
    width: 48%;
    position: relative;
}
.qy_sec3_content_inner_content{
    width: 100%;
    padding: 25px 0;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}
.qy_sec3_content_inner_img{
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.qy_sec3_content_inner_img_abs{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}
.qy_sec3_content_inner_img img{
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;

}
.qy_sec3_content_inner_img:hover img{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.qy_sec3_content_inner_abs{
    position: absolute;
    left: 0;
    top: 0;
    padding: 23px 23px;
    color: #fff;
    font-size: 15px;
    background-color: #f8b600;
    letter-spacing: 1px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.qy_sec3_content_inner:hover .qy_sec3_content_inner_abs{
    opacity: 0;
}
.qy_sec3_content_inner:hover .qy_sec3_content_inner_img_abs{
    -webkit-transform: scale(1);
            transform: scale(1);
}
.qy_sec3_content_inner_img_abs>div{
    width: 18%;
}
.qy_sec3_content_inner_img_abs p{
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.qy_sec4{
    margin-top: 65px;
}
.qy_sec4_inner{
    padding: 90px 0;
    background: url('../images/qy_b1.jpg') no-repeat 100% center fixed;
    position: relative;
}
.qy_sec4_inner::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}
.qy_sec4_inner_content{
    position: relative;
    z-index: 1;
}
.qy_titleT,.qy_title2T{
    color: #fff;
}
.qy_sec4_inner_content2{
    margin-top: 60px;
}
.qy_sec4_inner_content2 p{
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2;
}
.qy_sec4_inner_content2_name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 30px;
}
.qy_sec4_inner_content2_name_cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    letter-spacing: 1px;
}
.qy_sec4_inner_content2_name_cont span{
    margin-right: 10px;
}
.qy_sec4_inner_content2_more{
    margin-top: 75px;
    color: #fff;
}
.qy_sec4_inner_content2_more a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;   
    color: #fff;
    font-size: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.qy_sec4_inner_content2_more span{
    margin-right: 15px;
}
.qy_sec4_more_2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.structure-img img{
    width: 100%;
}
.qy_sec5{
    width: 100%;
    margin-top: 65px;
}
.qy_sec5_inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 65px;
}
.qy_sec5_inner_list{
    width: 23.5%;
    background: #e5e5e5;
}
.qy_sec5_inner_list_img{
    width: 100%;
    overflow: hidden;
    line-height: 0;
    cursor: pointer;
}
.qy_sec5_inner_list_img img{
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}
.qy_sec5_inner_list_img:hover img{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.qy_sec5_inner_list_text{
    padding: 15px;
}
.qy_sec5_inner_list_text h5{
    color: #333;
    font-size: 20px;
    letter-spacing: 1px;
}
.qy_sec5_inner_list_text p{
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}
.qy_sec6{
    margin-top: 65px;
}
.qy_sec6_innner1{
    margin-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.qy_sec6_innner1_list{
    width: 25%; 
}
.qy_sec6_innner1_list_img{
    width: 100%;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.qy_sec6_innner1_list_text{
    margin-top: 30px;
    text-align: center;
}
.qy_sec6_innner1_list_text h6{
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.qy_sec6_innner1_list_text p{
    margin-top: 5px;
    line-height: 1.5;
    font-size: 15px;
    color: #666;
}
.qy_sec7{
    margin-top: 65px;
}
.qy_sec7_inner{
    margin-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.qy_sec7_inner_left{
    width: 50%;
    background: url('../images/qy_b2.jpg') no-repeat left 100%;
}
.qy_sec7_inner_right{
    width: 50%;
}
.swiper-container_qy1 .swiper-slide{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* background: rgba(0, 0, 0, 0.6); */
}
.swiper-container_qy1 .swiper-slide::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.swiper-container_qy1 .swiper-slide>div{
    width: 45%;
    position: relative;
    z-index: 1;
}
.qy_sec7_qy1_img{
    vertical-align: middle;
    text-align: center;
}
.swiper-container_qy1 .swiper-slide h6{
    text-align: center;
    color: #fff;
    margin-top: 15px;
    letter-spacing: 1px;
    font-size: 20px;
}
.swiper-container_qy1 .swiper-slide p{
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.7;
}
.swiper-container_qy1  .swiper-pagination-bullet-active{
    background: #fcaf17;
}
.swiper-container_qy1 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image:url('../images/qy_right.jpg');
    right: 0;
    width: 30px;
    height: 44px;
    background-size: cover;
}
.swiper-container_qy1 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image:url('../images/qy_left.jpg');
    left: 0;
    width: 30px;
    height: 44px;
    background-size: cover;
}
.qy_sec8{
    margin-top: 65px;
}
.qy_sec8_inner{
    margin-top: 15px;
    background: #eeeeee;
}
.qy_sec8_inner_text{
    padding: 25px 0;

}
.qy_sec8_inner_text p{
    text-align: center;
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}
/* qywh.html结束 */
/* shzr.html */

.sh_sec1{
    margin-top: 65px;
}
.qy_title3Ts{
    color: #f7c444;
}
.sh_sec1_conetent{
    margin-top: 65px;
}
.sh_sec1_conetent_inner{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
}
.sh_sec1_conetent_inner_left{
    width: 40%;
}
.sh_sec1_conetent_inner_left h4{
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.sh_sec1_conetent_inner_left p{
    margin-top: 25px;
    line-height: 1.6;
    color: #666;
    font-size: 15px;
}
.sh_sec1_conetent_inner_left_butt{
    margin-top: 60px;
    width: 70%;
    border-top: 2px solid #ececec;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;

}
.sh_sec1_conetent_inner_left_butt::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: -2px;
    background: #f7c444;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}
.sh_sec1_conetent_inner_left_butt:hover::after{
    -webkit-transform: scale(1);
            transform: scale(1);
}
.sh_prev,.sh_next{
   color: #767676;
   font-family: 'Times New Roman', Times, serif;
   cursor: pointer; 
   font-size: 14px;
   -webkit-transition: all 0.6s;
   transition: all 0.6s;
}
.sh_prev:hover{
    color: #f7c444;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.sh_next:hover{
    color: #f7c444;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.sh_sec1_conetent_inner_right{
    width: 60%;
    padding-left: 100px;
    position: relative;
}
.sh_sec1_conetent_inner_right .swiper-pagination-current,.sh_sec1_conetent_inner_right .swiper-pagination-total{
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    display: block;
}
.swiper-pagination-current{
    color: #333;
    -webkit-transform: translate(0%,50%);
            transform: translate(0%,50%);
}
.swiper-pagination-total{
    -webkit-transform: translate(50%,-50%);
            transform: translate(50%,-50%);
}
.sh_sec1_conetent_inner_right .swiper-pagination{
    color: #999;
    width: auto;
    font-size: 35px;
    left: 50px;
    font-style: italic;
}   
/* about.html */
.about_sec1{
    margin-top: 85px;
}
.about_sec1_inner{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.about_sec1_inner_left{
    width: 49%;
}
.aboot_tit1{
    color: #333;
    font-size: 35px;
    letter-spacing: 2px;
}
.aboot_tit2{
    font-size: 16px;
    letter-spacing: 1px;
}
.about_sec1_inner_left_content p{
    margin-top: 30px;
    color: #666;
    line-height: 1.7;
    font-size: 14px;
    text-indent: 2em;
}
.about_sec1_inner_right{
    width: 49%;
}
.about_sec2{
    margin-top: 90px;
}
.about_sec2_inner{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.about_sec2_inner_left{
    width: 35%;
}
.about_sec2_inner_right{
    width: 63%;
}
.about_sec2_inner_text1{
    margin-top: 35px;
}
.about_sec2_inner_text1 p{
    color: #666;
    line-height: 1.7;
    font-size: 14px;
    text-indent: 2em;
    margin: 2px 0;
}
.about_sec2_inner_text2{
    margin-top: 35px;
    color: #fff;
    background: #f7c444;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.about_sec2_inner_text2 h5{
    font-size: 16px;
    letter-spacing: 1px;
}
.about_sec2_inner_text2 span{
    font-size: 15px;
    letter-spacing: 1px;
}
.about_text1_names{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.about_text1_names{
    margin-top: 10px;
}
.about_text1_names p{
    margin-right: 15px;
}
.about_sec3{
    margin-top: 90px;
    background: #e0e0e0;
    padding-top: 50px;
}
.about_sec3_inner{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about_sec3_inner_left{
    width: 30%;
}
.about_sec3_inner_left_img{
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.about_sec3_inner_right{
    width: 55%;
    
}
.about_sec3_inner_right_list{
    position: relative;
    margin-bottom: 25px;
}
.about_sec3_inner_right_list h3{
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 0;
}
.about_sec3_inner_right_list h6{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
.about_sec3_inner_right_list p{
    font-size: 15px;
    letter-spacing: 1px;
    color: #666;
    margin-top: 20px;
    
}
.about_sec3_inner_right_list_abs1{
    position: absolute;
    top: 0;
    right: 0;
}
.about_sec3_inner_right_list_abs2{
    width: 65%;
    height: 1px;
    position: absolute;
    top: 40px;
    right: 100px;
}
/* 响应式 */
@media(max-width:768px){
    .qy_sec_inner2{
        width: 100%;
    }   
    .about_sec1_inner_left{
        margin-top: 25px;
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .about_sec1{
        margin-top: 25px;
        width: 100%;
    }
    .qy_warpper{
        padding: 0 15px;
    }
    .about_sec1_inner_right{
        width: 100%;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
    .aboot_tit1 ,.aboot_tit2{
        text-align: center;
    }
    .about_sec1_inner_left_content p,.about_sec2_inner_text1 p{
        font-size: 15px;
    }
    .about_sec2_inner_text2 h5{
        font-size: 14px;
    }
    .about_sec2_inner_left{
        width: 100%;
    }
    .about_sec2_inner_right{
        width: 100%;
    }
    .qy_sec_inner{
        width: 95%;
    }
    .about_sec3_inner_left{
        display: none;
    }
    .about_sec3_inner_right{
        width: 100%;
    }
    .about_sec3_inner_right_list_abs2{
        width: 45%;
        right: 80px;
    }
    .about_sec3_inner_right_list_abs1 img{
        width: 65px!important;
    }
    /* shzr.html */
    .qy_title{
        font-size: 32px;
    }
    .qy_title2{
        font-size: 16px;
    }
    .sh_sec1,.sh_sec1_conetent{
        margin-top: 45px;
    }
    .qy_title3{
        margin-top: 25px;
    }
    .sh_sec1_conetent_inner{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .sh_sec1_conetent_inner_left{
        width: 100%;
        margin-top: 30px;
    }
    .sh_sec1_conetent_inner_right{
        width: 100%;
        padding-left: 0;
    }
    .swiper-pagination1,.swiper-pagination2,.swiper-pagination3,.sh_sec1_conetent_inner_left_butt{
        display: none;
    }
    /*  企业文化*/
    .qy_warpper1{
        padding: 0;
    }
    .qy_sec1{
        margin-top: 45px;
    }
    .qy_sec1_sr{
        padding-bottom:100px;
    }
    .qy_sec2 {
        margin-top: 130px;
    }
    .qy_sec3_content{
        width: 95%;
        margin: 0 auto;
        margin-top: 45px;
    }
    .qy_sec3_content_inner{
        width: 100%;
        margin-bottom: 0;
    }
    .qy_sec5_inner{
        margin-top: 25px;
    }
    .qy_sec5_inner_list{
        width: 49.5%;
        margin-bottom: 5px;
    }
    .qy_sec6_innner1{
        margin-top: 45px;
    }
    .qy_sec7_inner_left,.qy_sec7_inner_right{
        width: 100%;
    }
    .qy_sec6_innner1{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

    }
    .qy_sec6_innner1_list{
        width: 50%;
        margin-bottom: 30px;
    }
    .aboot_tit1,.qy_title{
        font-size: 26px;
    }
    .aboot_tit2,.qy_title2{
        font-size: 15px;
    }
    .about_sec2,.about_sec3{
        margin-top: 30px;
    }
    .about_sec3{
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .sh_sec1_conetent_inner_left{
        margin-top: 0;
    }
    .sh_sec1, .sh_sec1_conetent{
        margin-top: 20px;
    }
    .sh_sec1_conetent_inner{
        margin-bottom: 30px;
    }
    .sh_sec1_conetent_inner:last-child{
        margin-bottom: 0;
    }
    .qy_sec1{
        margin-top: 0;
        padding-top: 20px;
    }
    .qy_sec2{
        margin-top: 110px;
    }
    .qy_sec2_content,.qy_sec4,.qy_sec4_inner_content2_more,.qy_sec4_inner_content2,.qy_sec5,.qy_sec6,.qy_sec7,.qy_sec8{
        margin-top: 30px;
    }
    .qy_sec3{
        margin-top: 20px;
    }
    .qy_sec4_inner{
        padding: 30px 0;
    }
    .qy_sec3_content_inner_abs{
        padding: 13px;
        font-size: 14px;
    }
    .qy_sec6_innner1,.qy_sec7_inner{
        margin-top: 25px;
    }
    .qy_sec6_innner1_list{
        margin-bottom: 15px;
    }
    .swiper-container_qy1 .swiper-slide>div{
        width: 70%;
    }
    .qy_sec7_qy1_img{
        display: none;
    }
    .swiper-container_qy1 .swiper-slide{
        padding: 20px 0;
    }
}
