* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html {
    background-color: #3AA1B5;
}

#yiqing_box {
    width: 1000px;
    background-color: #fff;
    margin: 0 auto;
}

#banner {
    width: 1000px;
    font-size: 0px;
}

#banner img {
    width: 100%;
}

header {
    height: 40px;
    font-size: 0px;
    background-color: #375F6B;
}

#mid {
    position: relative;
    padding: 20px;
    height: 240px;
}

header a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 200px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
}

header a:hover {
    background-color: #fff;
    color: #375F6B;
}

.img1 {
    width: 300px;
    float: left;
    margin-right: 20px;
}

#mid p {
    font-size: 14px;
    line-height: 26px;
    text-indent: 28px;
}

.h2 {
    margin-bottom: 10px;
}

.more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 14px;
    text-decoration: none;
    background-color: #375F6B;
    color: #fff;
    padding: 5px 20px;
}


.img_list {
    width: 960px;
    padding: 20px;
}

.img_list ul {
    margin-top: 20px;
    font-size: 0px;
}

.img_list li {
    width: 220px;
    padding: 0px 10px;
    display: inline-block;
}

.img_list li img {
    width: 220px;
}

footer {
    background-color: #375F6B;

    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
}

h2 {
    margin-top: 10px;
}

.img2 {
    float: right;
    width: 400px;
    margin-left: 20px;
}

.tezheng {
    margin-top: 10px;
}

.tezheng p {
    font-size: 14px;
    line-height: 26px;
    text-indent: 28px;
}

.yufang {
    width: 960px;
    padding: 20px;
}

.yufang li {
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    list-style: circle;
    margin-left: 30px;
}

.xuanchuan {
    width: 960px;
    padding: 20px;
}

.xuanchuan video {
    width: 100%;
    margin-top: 20px;
}

.msg {
    position: relative;
    width: 960px;
    padding: 20px;
}

.msg p {
    margin-top: 10px;
}

textarea {
    width: 500px;
    padding: 10px;
    margin-top: 10px;
}

button {
    width: 120px;
    line-height: 30px;
    background-color: #375F6B;
    color: #fff;
    border: 0px;
}

.bg1 {
    width: 300px;
    position: absolute;
    right: 20px;
    top: 30px;
}