﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	font-family: "微软雅黑"
}
.top {
	width: 100%;
	height: 420px;
	background-repeat: no-repeat;
	background: url(../images/top.jpg) no-repeat;
	height: 420px;
	background-position: center;
}

.content {
	width:880px;
	margin:0 auto;
	padding:10px;
	box-sizing:border-box;
	
}
.content .part {width:880px;padding:10px 0; }
.content .part .title{box-sizing:border-box;height:50px; text-align:center;line-height:50px;font-size:28px;color:#fff;background:#f93a00;font-weight:700;}
.content .part .title2{font-size:22px;color:#f93a00;text-align:center;font-weight:bold}
.content .part .words-top{position:relative;color:#221815;font-size:20px;line-height:40px;padding:10px 0;text-align:center;}
.content .part .words{position:relative;color:#221815;font-size:16px;line-height:30px;padding:10px 0;text-align:center;}
.content .part .words-top .tip{font-size:14px; text-align:left;}
.content .part .words .subtitile{font-size:20px;color:#f93a00; line-height:50px;}


.content .part .words .rights{position:absolute;font-size:16px; bottom:-30px; left:200px; background:#fff;padding:10px;font-size:16px;color:#e70012}
.content .part .words .rights span{;color:#000;font-size:16px;}

.content .part .words hr{height:1px;border:none;border-top:1px solid #e70012;}