@charset "UTF-8";
/* CSS Document */

nav li.about{
    border-top: 3px solid #000;
}

nav ul li a.nav_about{
    background: url(../images/nav_about_hover.svg) no-repeat;
}

/*title*/
.about_box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

.about_box ul li.about_title_01{
    width: 154px;
    height: 46px;
    float: left;
    margin-right: 60px;
    cursor:pointer;
    background: url(../images/about_tap_01.png) no-repeat;
    background-position: left -105px;
    background-size: 100%;
}
.about_box ul li.about_title_01:hover{
    width: 154px;
    height: 46px;
    float: left;
    margin-right: 60px;
    cursor:pointer;
    background: url(../images/about_tap_01.png) no-repeat;
    background-position: left 0px;
    background-size: 100%;
}
.about_box ul li.about_title_02{
    width: 278px;
    height: 46px;
    float: left;
    margin-right: 60px;
    cursor:pointer;
    background: url(../images/about_tap_02.png) no-repeat;
    background-position: left 0px;
    background-size: 100%;
}
.about_box ul li.about_title_02:hover{
    width: 278px;
    height: 46px;
    float: left;
    margin-right: 60px;
    cursor:pointer;
    background: url(../images/about_tap_02.png) no-repeat;
    background-position: left 0px;
    background-size: 100%;
}
.about_box ul li.about_title_03{
    width: 154px;
    height: 46px;
    float: left;
    margin-right: 60px;
    cursor:pointer;
    background: url(../images/about_tap_03.png) no-repeat;
    background-position: left -105px;
    background-size: 100%;
}
.about_box ul li.about_title_03:hover{
    width: 154px;
    height: 46px;
    float: left;
    margin-right: 60px;
    cursor:pointer;
    background: url(../images/about_tap_03.png) no-repeat;
    background-position: left 0px;
    background-size: 100%;
}
.about_box ul li.about_title_04{
    width: 154px;
    height: 46px;
    float: left;
    margin-right: 60px;
    cursor:pointer;
    background: url(../images/about_tap_04.png) no-repeat;
    background-position: left -105px;
    background-size: 100%;
}
.about_box ul li.about_title_04:hover{
    width: 154px;
    height: 46px;
    float: left;
    margin-right: 60px;
    cursor:pointer;
    background: url(../images/about_tap_04.png) no-repeat;
    background-position: left 0px;
    background-size: 100%;
}


/*about_intro*/
.pic01{
    margin-bottom: 12px;
    margin-top: 50px;
}
.xwh_intro li{
    width: 550px;
}

.xwh_intro ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.xwh_intro ul li{
    margin-top: 40px;
}
.xwh_intro ul li h4{
    font-size: 20px;
    color: #333;
    margin-bottom: 6px;
    font-weight: 500;
}
.xwh_intro ul li.xwh01 img{
    width: 226px;
    margin-bottom: 10px;
}
.xwh_intro ul li.xwh02 img{
    width: 142px;
    margin-bottom: 10px;
}
.xwh_intro ul li.xwh03 img{
    width: 110px;
    margin-bottom: 10px;
}
.xwh_intro ul li.xwh04 img{
    width: 96px;
    margin-bottom: 10px;
}
.xwh_intro ul li p{
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph; 
    line-height: 26px;
    font-size: 14px;
    padding-left: 0;
    font-weight: 300;
}
.member{
    margin-top: 70px;
}
.member h5{
    font-size: 20px;
    font-weight: normal;
    color: #333;
    margin-top: 76px;
    margin-bottom: 40px;
}
.member .zhuren{
    width: 182px;
    float: left;
}
.member .zhuren img{
    width: 130px;
    opacity: 0.8;
}
.member .zhuren h6{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-top: 20px;
    font-weight: 500;
    line-height: 24px;
}
.member .zhuren h6 span{
    font-size: 14px;
    font-weight: 300;
    color: #333; 
    display: block;
    margin-top: 10px;
    line-height: 22px;
}
.zhurenline{
    border-right: 1px solid #d2d2d2;
    height: 260px;
    width: 1px;
    float: left;
    margin: 0 60px;
}
.member ul{
    width: 886px;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.member ul li img{
    width: 130px;
    opacity: 0.8;
}
.member ul li{
    margin-bottom: 40px;
    width: 182px;
}
.member ul li  h6{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 20px;
}
.member ul li h6 span{
    font-size: 14px;
    font-weight: 300;
    color: #333; 
    display: block;
    margin-top: 10px;
    line-height: 22px;
    /*text-align: justify;
    text-justify: inter-ideograph;*/ 
}
.member pre{
    font-size: 12px;
    color: #999;
    text-align: right;
}

@media screen and (orientation: portrait){
    .about_box ul{
        margin-left: 30px;
    }
    .xwh_intro ul{
        width: 96%;
        margin:0 auto;
    }
    .member{
        width: 96%;
        margin:0 auto;
        margin-top: 70px;
    }
    .member ul{
        margin-left: 0px;
    }
    .zhurenline{
        margin: 0 30px;
    }
}

@media screen and (orientation: portrait) and (min-width: 1024px){
    .left_qr{
        padding:30px 0px 0 40px;
        float: left;
    }
    footer ul {
        float: left;
        margin-left: 26px;
    }
    .footer_record p {
        margin-left: 26px;
    }
}











