@charset "UTF-8";
/*css 初始化 */

body * {
    font-family: "Microsoft YaHei", Verdana, Arial, 微软雅黑, Geneva, sans-serif;
    color:#333;
	font-family:'microsoft yahei'
}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
a{text-decoration: none;}
/*各浏览器显示不同，去掉蓝色边框*/
fieldset, img, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul {
    list-style: none;
}

/*统一组合框的默认样式*/
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "microsoft yahei";
}

select, input, button {
    vertical-align: middle;
}

select, input, textarea {
    
    margin: 0;
}
 a:hover{
   color:#eee;
   text-decoration:none;
}

/*防止拖动 影响布局*/
textarea {
    resize: none;
}

/*去掉行内替换元素空白缝隙*/
img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}



/*清除浮动*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    clear:both;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}



a:hover {
    color: #C81623;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}

/*京东色*/


/*公共类*/
.w {
    /*版心 提取 */
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.hide {
    display: none;
}
.sbQS-info .r ul li textarea{

 line-height:20px;
}
.culture div:nth-child(2) div span{

   font-family:'microsoft yahei' !important;
}

.zhp-p-dot3 p:nth-child(1){
   margin-bottom:10px;
}
