/* 去除标签自带的margin和padding */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,td{margin:0;padding:0}
/* 设置页面的统一的样式 */
body{background:#fff;word-wrap:break-word;font-size: 12px}
/* 去除a标签默认样式 */
a{text-decoration:none}
/* i使斜体的文字正常 em使强调的内容正常 */
em,i{font-style:normal;}
strong,b{font-weight: 100;}
/* 去除li元素默认的小圆点 */
li{list-style:none}
/* 去除图片的margin和padding */
img{display: block;}
/* 设置单元格为单线样式 */
table{border-collapse:collapse;border-spacing:0}
/* 首行缩进连两个单位 */
.indent{text-indent:2em;}
.noborder{border:0;}
/* 省略号 */
.ellipsis{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/* 清除浮动 */
.clear::after{content:"." ;display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}
.mian{
    width: 100%;
    overflow: hidden;
}
/*头部*/
.he{
    width: 100%;
    position: fixed;
    top: 0;
    background: #ffffff;
    z-index: 10;
}
.npc_headers {
    margin: 0 auto;
    width: 1100px;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;


}
.npc_headers img {
    width: 129px;
    height: 52px;
    margin-top: 26px;
}
.npc_headers .npc_rigMenu {
    width: 70%;
    text-align: right;
    line-height: 100px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -webkit-box-flex-group: 1;
}
.npc_rigMenu .npc_menuCur, .npc_rigMenu .npc_menuCur:hover {
    color: #000000;
    border-bottom-color: #FEDB01;
}
.npc_rigMenu a, .npc_rigMenu a:hover {
    display: inline-block;
    font-size: 18px;
    margin-left: 20px;
    border-bottom: 4px solid #fff;
    line-height: 40px;
    color: #656565;
}
.banner{
    width: 100%;
    background: url(https://zhkj.oss-cn-shanghai.aliyuncs.com/lqyxpcweb/banner.jpg) center no-repeat;
    background-size: cover;
    height: 400px;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
}
.conser{
    margin: 0 auto;
    width: 1100px;
    overflow: hidden;
    height: 400px;
}
.qrcode{
    width: 188px;
    float: right;
    overflow: hidden;
    margin-top: 140px;
}
.qrcode img{
    width: 188px;
    height: 188px;
    background: #eeeeee;
}
.wenz{
    width: 100%;
    height: 38px;
    font-size: 18px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(249, 249, 249, .5);
    margin-top: 10px;
}
/*关于我们*/
.aboutcon{
    width: 100%;
    background: #F9F9F9;
    padding-top: 60px;
    padding-bottom: 60px;
}
.about{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;

}
.about-img{
    width: 300px;
    height: 300px;
    float: left;
}
.about-introduce{
    float: right;
    width: 770px;

}
.about-con{
    width: 100%;
    position: relative;
    height: 28px;
    margin-top: 20px;
}
.about-gywm{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    position: absolute;
    z-index: 2;
}
.about-henx{
    width: 104px;
    height: 8px;
    background: #FEDB01;
    position: absolute;
    bottom: 0px;
}
.about-yw{
    font-size: 24px;
    color: #C9C9C9;
    font-weight: bold;
}
.about-introduce p{
    font-size: 18px;
    color: #333333;
    margin-top: 20px;

}


/*内容区域*/
.moe{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;

}
.bg{
    background: #F9F9F9;
}
.advocate-scope{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.about-cons{
    margin: 0 auto;
    width: 200px;
    position: relative;
    height: 28px;
    margin-top: 20px;
}
.about-gywms{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    position: absolute;
    z-index: 2;
    left: 42px;
}
.about-henxs{
    width: 104px;
    height: 8px;
    background: #FEDB01;
    position: absolute;
    bottom: 0px;
    left: 38px;
}
.about-yws{
    font-size: 24px;
    color: #C9C9C9;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.advocate-scope img{

}
.eimg{
    margin: 0 auto;
    width: 1100px;
    height: 240px;
    margin-top: 10px;
}
.ximg{
    margin: 0 auto;
    width: 1100px;
    height: 295px;
    margin-top: 10px;
}
/*联系我们*/
.connect{
    margin: 0 auto;
    width: 1100px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.conn-name{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}
.connect p{
    color: #333333;
    font-size: 18px;
    margin-top: 10px;
}
.footer{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #3D3D3D;
    border-top: 4px solid #FEDB01;
}
.footer p {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

















