normalize article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
img {
    display: block;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "微软雅黑";
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
ul,
li {
    margin: 0;
}

html {
    font-size: 16px;
    line-height: 1.4em;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑";
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:visited {
    color: #333;
}

a:hover,
a:active {
    color: #0071b9;
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a {
    /* IE下去掉超链接获取焦点时产生的虚框 */
    noFocusLine: expression(this.onFocus=this.blur());
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

form {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input {
    border: 0px;
    outline: 0px;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .clearfix {
    zoom: 1
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    background: #f1f1f1;
    font-size: 16px;
}

#wrapper {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width:1100px) {
    html, body, #wrapper {
        width: 1080px;
    }
}

#header {
    width: 100%;
    background: #f1f1f1 url(../images/bg.jpg) center top no-repeat;
}

.head {
    width: 1050px;
    height: 600px;
    margin: 0 auto;
}

.head h1 {
    width: 0;
    height: 0;
    font-size: 0;
    text-indent: -99999em;
}

.tip {
    background: url(../images/tip.jpg) left top no-repeat;
    width: 1000px;
    height: 230px;
    margin-bottom: 20px;
}

.tip p {
    width: 766px;
    font-size: 18px;
    color: #333333;
    text-align: justify;
    padding: 38px 0 0 148px;
    line-height: 36px;
    text-indent: 2em;
}

.two-col {
    box-sizing: border-box;
    width: 1050px;
    *width: 1020px;
    margin: 0 auto;
    border: #fff solid 25px;
    border-bottom: #fff solid 30px;
    background: #fff;
    text-align: left;
    overflow: hidden;
}

.two-col .left,
.two-col .right {
    float: left;
}

.two-col .left {
    width: 720px;
}

.two-col .right {
    width: 280px;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    background: #f7f7f7;
}

.two-col .left .section {
    width: 690px;
    margin-left: 10px;
}

.section h4 {
    height: 70px;
    font-size: 22px;
    line-height: 60px;
    font-weight: normal;
    text-indent: 20px;
}

.section h4 a {
    float: right;
    margin-top: 25px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.two-col .left .section ul {
    list-style: none;
    margin-bottom: 30px;
    margin-left: 10px;
}

.two-col .left .section ul li {
    padding-top: 5px;
    line-height: 40px;
    border-bottom: #ededed solid 1px;
}

.two-col .left .section ul li h5 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

.two-col .left #news ul li h5 {
    font-weight: bold;
}

.two-col .left .section ul li p {
    margin: 20px 0;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.two-col .right .section ul {
    width: 260px;
    margin-top: 10px;
    margin-left: 10px;
    list-style: none;
    overflow: hidden;
}

.two-col .right .section ul li {
    position: relative;
}

.two-col .right .section ul li a i {
    position: absolute;
    top: 52px;
    left: 94px;
    width: 72px;
    height: 72px;
    background: url(../images/play.png) center center no-repeat;
    text-indent: -999em;
}

.two-col .right .section ul li h5 {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
}

.section h4 {
    background: url(../images/title.png) left center no-repeat;
}

#tuijian h4 {
    background: url(../images/title02.png) left center no-repeat;
}

#pic img {
    width: 680px;
	height: 750px;
	margin: 10px auto;
}


