* {
    padding: 0;
    margin: 0;
}

/*头部*/
.header {
    width: 100%;
    height: 585px;
    background-color: orangered;
    background-image: url("../img/1.gif");
    background-position: center;
    margin: auto;
}

/*中部*/
.container {
    width: 976px;
    text-align: center;
    margin: auto;
}

/*文字部分*/
.toptext {
    color: #EA6000;
    text-align: left;
    font-size:24px;
    margin: auto;
    width: 910px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px 0;
	line-height: 35px;
}

.text {
    width: 910px;
    text-align: left;
    font-size: 18px;
	line-height: 30px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
.toptext ,.text{
    font-family: "Microsoft YaHei";
    text-indent: 2em;
}

/*图片部分*/
.lp {
    height: 648px;
    width: 976px;
}

.mp {
    height: 684px;
    width: 976px;
}

.sp {
    height: 363px;
    width: 976px;
}

.first {
    background-image: url("../img/2.gif");
    margin: auto;
}

.second {
    background-image: url("../img/3.gif");
    margin: auto;
}

.third {
    background-image: url("../img/4.gif");
    margin: auto;
}

.forth {
    background-image: url("../img/5.gif");
    margin: auto;
}

.five {
    background-image: url("../img/6.gif");
    margin: auto;
}

/*尾部*/
/*first part*/
.aside1 {
    width: 976px;
}

.point {
    margin: auto;
    width: 951px;
    background-image: url("../img/9.gif");
    height: 12px;
    background-position: center;
}

.media {
    font-family: "Microsoft YaHei";
    text-align: left;
    color: orangered;
    font-size: 26px;
    margin-top: 15px;
    margin-left: 40px;
}

.link {
    font-size: 18px;
    text-align: left;
    margin: 25px 0 20px 40px;
}

.link a {
    font-family: "Arial";
    color: black;
    text-decoration: none;
}
.link a span{
    font-family: "Microsoft YaHei";
}

/*second part*/
.aside2 {
    width: 976px;
    text-align: center;
}

.aside2 p {
    text-align: left;
    color: orangered;
    font-size: 20px;
    margin-top: 20px;
    margin-left: 40px;
}
.section{
    margin: auto;
    width: 850px;
}

/*左侧微信号*/
.picture {
    float: left;
    width: 240px;
    height: 242px;
    margin-top: 20px;
    background-image: url("../img/7.gif");
}

/*右侧表格*/
.right {
    width: 574px;
    float: left;
    margin-top: 20px;
    margin-left: 30px;
    border: 1px solid #ffbbcf;
    overflow: visible;
}

.toppicture {
    background-image: url("../img/8.gif");
    width: 100%;
    height: 102px;
    background-color: orangered;
}

table td {
    border: 1px solid rgba(32, 32, 32, 0.17);
    text-align: left;
    padding-left: 10px;
    font-family: "Microsoft YaHei";
}

.orange {
    color: orangered;
    padding: 2px 0 2px 10px;
}

span {
    color: black;
}

/*底部*/
.footer {
    clear: both;
    width: 100%;
    height: 100px;
    background-color: #EA6000;
    margin-top: 340px;
	line-height:100px;
	color:#fff;
    font-family: "Microsoft YaHei";
	font-size:14px;
	text-align:center;
}

