/* 先删除默认的内外边距 */

* {
    margin: 0;
    padding: 0;
}

body {
    /*background-color: #f5f5f5;*/
    
    background: url(../image/sy.png) center no-repeat;
    background-size: cover;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

input,
button {
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
}

img {
    vertical-align: top;
    /*去除图片底侧空白缝隙 图片和文字的基线对其*/
}
/*清除浮动*/

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.w {
    width: 1190px;
}

.h2 {
    font-size: 28px!important;
}

.kuang {
    box-shadow: 0 0px 30px rgba(0.0.0.3);
    border: solid 1px #f9f7f7;
    border-radius: 15px 15px 15px 15px;
    margin: 30px auto 0px auto;
}

.up {
    height: 120px;
    border-radius: 15px 15px 0px 0px;
    border: solid 1px #a79696;
}
.up h1{
    padding: 0px;
    margin: 0px;
    font-size: 85px;
    font-weight: 700;
    color: white;
    text-shadow:
            1px 1px 0 #CCC,
            2px 2px 0 #CCC, /* end of 2 level deep grey shadow */
            3px 3px 0 #444,
            4px 4px 0 #444,
            5px 5px 0 #444,
            6px 6px 0 #444; /* end of 4 level deep dark shadow */
}
.block {
    border: solid 1px #f9f7f7;
    border-radius: 0px 0px 15px 15px;
    margin: 0 auto;
    /*    background-color: white;*/
}
/*选卡头部*/
/*选卡的内容*/

.book {
    font-size: 20px;
    height: 800px;
    /* background-color: #f7f1f1;
        border: solid 1px black;*/
    
    margin-top: 30px;
}

.content {
    color: black;
    font-weight: 700;
    font-family: 仿宋;
    font-size: 30px;
    line-height: 2em;
    padding: 30px 35px;
    text-indent: 2em;
    
  
}

.one {
    font-family: 宋体;
    font-size: 25px;
    line-height: 1.5em;
    padding: 30px 35px;
    font-weight: 700;
    color: black;
}