@charset "utf-8";

/*清除内边距*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
ul,
ol,
li,
pre,
fieldset,
lengend,
input,
textarea,
th,
td,
figure {
	border: none;
	padding: 0;

	margin: 0;

}

/*设置默认字体*/

body,
button,
select,
textarea {

	font: 15px/1.5 'Microsoft YaHei', 'WenQuanYi Micro Hei', Arial, sans-serif, \5b8b\4f53;
	/* 用 ascii 字符表示，使得在任何编码下都无问题 */
	border: none;
}

html {

	height: 100%;

}

html,
body {
	color: rgba(0, 0, 0, .8);
}

h1 {

	font-size: 52px;

}

h2 {

	font-size: 18px;

}

h3 {

	font-size: 17px;

}

h4 {

	font-size: 16px;

}

h5,
h6 {

	font-size: 14px;

}

address,
cite,
dfn,
em,
var {

	font-style: normal;

}

code,
kbd,
pre,
samp,
tt {
	font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */

small {
	font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */



/*重置列表元素*/

ul,
li {

	list-style: none;
	cursor: pointer;
}

/*重置文本格式元素*/

a {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
	/* color:rgba(229,126,26,1); */
}

abbr[title],
acronym[title] {
	/* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */

	border-bottom: 1px dotted;

	cursor: help;
}

/*重置表单元素*/

legend {
	color: #000;
}

/* for ie6 */

fieldset,
img {
	border: none;
}

/* img 让链接里的 img 无边框 */

/* 注：optgroup 无法扶正 */

img {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	font-size: 0;

	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 2s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
}

button,
input,
select,
textarea {

	font-size: 100%;
	/* 使得表单元素在 ie 下能继承字体大小 */
	outline: none;
	border: 0;
	border-color: #2f6ad3;

}

/*重置表格元素*/

table {

	border-collapse: collapse;

	border-spacing: 0;

}

/*重置hr元素*/

hr {

	border: none;

	height: 1px;

}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */

/* html { overflow-y: scroll; } */

/*规定html5样式*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
section,
summary {

	display: block;

}

audio,
canvas,
progress,
video {

	display: inline-block;

	vertical-align: baseline;

	*display: inline;

	*zoom: 1;

}

audio:not([controls]) {

	display: none;

	height: 0;

}

/*苹果系统input去除*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

/* 浮动 */
.left {
	float: left;
}

.right {
	float: right;
}

/*清理浮动*/

.clear:before,
.clear:after {

	content: "";

	display: table;

}

.clear:after {
	clear: both;
}

.clear {

	*zoom: 1;
	/*IE/7/6*/

}

/*动画*/

p:hover {
	transition: all 0.3s ease 0s;
}

/* a:hover{ opacity:0.8;transition: all 0.3s ease 0s;} */


.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.btn {
	display: block;
	width: 270px;
	height: 54px;
	color: #000000;
	margin: 60px auto;
	border-radius: 5px;
	text-align: center;
	background: #ffd200;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn p:nth-child(1) {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.btn p:nth-child(2) {
	font-size: 12px;
}

.btn:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0068b7;
}

.btn:hover,
.btn:active {
	color: #ffffff;
	background: #0068b7;
}

.btn:hover:after,
.btn:active:after {
	width: 100%;
}

.box {
	overflow: hidden;
}

.container_img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}

.font_w {
	font-weight: 600;
}

body {
	/**max-width: 750px;**/
	min-width: 1200px;
	margin: 0 auto;
}

.margin_t0 {
	margin-top: 0rem !important;
}

.margin_t10 {
	margin-top: 10px !important;
}

.margin_t15 {
	margin-top: 15px !important;
}

.margin_t20 {
	margin-top: 20px !important;
}

.margin_t30 {
	margin-top: 30px !important;
}

.margin_t40 {
	margin-top: 40px !important;
}

.margin_t50 {
	margin-top: 50px !important;
}

.margin_t55 {
	margin-top: 55px !important;
}

.margin_t60 {
	margin-top: 60px !important;
}

.margin_t70 {
	margin-top: 70px !important;
}

.margin_t80 {
	margin-top: 80px !important;
}
.margin_t90 {
	margin-top: 90px !important;
}


.margin_l10 {
	margin-left: 10px !important;
}

.margin_b10 {
	margin-bottom: 10px !important;
}

.margin_b20 {
	margin-bottom: 20px !important;
}

.margin_b30 {
	margin-bottom: 30px !important;
}

.margin_b50 {
	margin-bottom: 50px !important;
}

.margin_b200 {
	margin-bottom: 200px !important;
}

.padding_t40 {
	padding-top: 40px !important;
}

.padding_t50 {
	padding-top: 50px !important;
}

.padding_b40 {
	padding-bottom: 40px !important;
}

.container_box {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.tbbt {
	width: 1200px;
	margin: 60px auto 0 auto;
	overflow: hidden;
}

.tbbt_l {
	width: 990px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #000;
	float: left;
	overflow: hidden;
}

.tbbto_l {
	width: 990px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #ca0006;
	float: left;
	overflow: hidden;
}

.tbbt_c {
	width: 10px;
	height: 30px;
	background: #ca0006;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.tbbt_r {
	width: 200px;
	font-size: 24px;
	color: #cacaca;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.tbbt1_l {
	width: 1030px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	float: left;
	overflow: hidden;
}

.tbbt1_c {
	width: 10px;
	height: 30px;
	background: #fff;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.tbbt1_r {
	width: 160px;
	font-size: 24px;
	color: #ebb8b9;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.tbbt2_l {
	width: 960px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #000000;
	float: left;
	overflow: hidden;
}

.tbbt2_r {
	width: 230px;
	font-size: 24px;
	color: #cacaca;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.tbbt3_l {
	width: 920px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #000000;
	float: left;
	overflow: hidden;
}

.tbbt3_r {
	width: 270px;
	font-size: 24px;
	color: #cacaca;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.tbbt4 {
	width: 1200px;
	margin: 60px auto 0 auto;
	padding-bottom: 5px;
	border-bottom: 1px #fff solid;
	overflow: hidden;
}

.tbbt4_l {
	width: 960px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #fff799;
	float: left;
	overflow: hidden;
}

.tbbt4_c {
	width: 10px;
	height: 30px;
	background: #fff799;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.tbbt4_r {
	width: 230px;
	font-size: 24px;
	color: #cacaca;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
	margin-top: 20px;
	padding-bottom: 16px;
	border-bottom: 1px #ca0006 solid;
	overflow: hidden;
}

.tbbt5_l {
	width: 930px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #000000;
	float: left;
	overflow: hidden;
}

.tbbt5_r {
	width: 260px;
	font-size: 24px;
	color: #cacaca;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.tbbt6_l {
	width: 980px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #000000;
	float: left;
	overflow: hidden;
}

.tbbt6_r {
	width: 210px;
	font-size: 24px;
	color: #cacaca;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.tbbt7_l {
	width: 940px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	float: left;
	overflow: hidden;
}

.tbbt7_r {
	width: 250px;
	font-size: 24px;
	color: #ebb8b9;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.tbbt8 {
	width: 1200px;
	margin: 60px auto 0 auto;
	padding-bottom: 5px;
	border-bottom: 1px #ca0006 solid;
	overflow: hidden;
}

.tbbt8_l {
	width: 960px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #000;
	float: left;
	overflow: hidden;
}

.tbbt8_c {
	width: 10px;
	height: 30px;
	background: #ca0006;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.tbbt8_r {
	width: 230px;
	font-size: 24px;
	color: #cacaca;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
	margin-top: 20px;
	padding-bottom: 16px;
	border-bottom: 1px #ca0006 solid;
	overflow: hidden;
}

.tbbt9_l {
	width: 940px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #000000;
	float: left;
	overflow: hidden;
}

.tbbt9_r {
	width: 250px;
	font-size: 24px;
	color: #cacaca;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}
.tbbt10_l {
	width: 970px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #000000;
	float: left;
	overflow: hidden;
}

.tbbt10_r {
	width: 220px;
	font-size: 24px;
	color: #cacaca;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}
.tbbt11_l {
	width: 1010px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #000000;
	float: left;
	overflow: hidden;
}

.tbbt11_r {
	width: 180px;
	font-size: 24px;
	color: #cacaca;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}
.tbbt12_l {
	width: 950px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #000000;
	float: left;
	overflow: hidden;
}

.tbbt12_r {
	width: 240px;
	font-size: 24px;
	color: #cacaca;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}
.tbbt13_l {
	width: 910px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	float: left;
	overflow: hidden;
}

.tbbt13_r {
	width: 280px;
	font-size: 24px;
	color: #ebb8b9;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}
.tbbt14_l {
	width: 980px;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #000000;
	float: left;
	overflow: hidden;
}

.tbbt14_r {
	width: 210px;
	font-size: 24px;
	color: #cacaca;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.zywt_box {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.zywt {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.zywt_nr {
	width: 1200px;
	margin: 50px auto 0 auto;
	overflow: hidden;
}

.zywt_l {
	width: 510px;
	float: left;
	overflow: hidden;
}

.zywt_cyq {
	width: 510px;
	background: #f7f7f7;
	overflow: hidden;
}

.zywt_cyq_l {
	width: 130px;
	float: left;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.zywt_cyq_img {
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	line-height: 0;
	overflow: hidden;
}

.zywt_cyq_r {
	width: 360px;
	margin-right: 20px;
	overflow: hidden;
}

.zywt_cyq_bt {
	width: 360px;
	overflow: hidden;
}

.zywt_cyq_btwz {
	width: 140px;
	font-size: 30px;
	line-height: 40px;
	color: #545454;
	font-weight: bold;
	float: left;
	overflow: hidden;
}

.zywt_cyq_bttp {
	width: 50px;
	float: left;
	overflow: hidden;
}

.zywt_cyq_btnr {
	font-size: 17px;
	line-height: 30px;
	color: #888888;
}

.zywt_c {
	width: 335px;
	height: 480px;
	margin-left: 10px;
	float: left;
	background: #ca0006;
	overflow: hidden;
}

.zywt_c_nr {
	width: 275px;
	margin: 0 auto;
	overflow: hidden;
}

.zywt_c_tp {
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.zywt_c_nr_bt {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.zywt_c_nr_wz {
	font-size: 17px;
	color: #fff;
	line-height: 30px;
}

.zywt_c_nr1 {
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
}

.zywt_c_nr_bt1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #545454;
	text-align: center;
	overflow: hidden;
}

.zywt_c_nr_wz1 {
	font-size: 17px;
	color: #545454;
	line-height: 30px;
}

.zywt_r {
	width: 335px;
	height: 480px;
	margin-left: 10px;
	float: left;
	background: #f7f7f7;
	overflow: hidden;
}

.zyxq_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 746px;
	overflow: hidden;
}

.zyxq {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.zyxq_btu {
	width: 1200px;
	margin: 20px auto 0 auto;
	overflow: hidden;
}

.zyxq_fzq {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.zyxq_fzq ul li {
	height: 453px;
	float: left;
	overflow: hidden;
}

.zyxq_fzq ul li:nth-child(1) {
	width: 320px;
}

.zyxq_fzq ul li:nth-child(2) {
	width: 322px;
}

.zyxq_fzq ul li:nth-child(3) {
	width: 322px;
}

.zyxq_fzq ul li:nth-child(4) {
	width: 236px;
}

.zyxq_fzq_l {
	width: 28px;
	float: left;
	overflow: hidden;
}

.zyxq_fzq_r {
	width: 280px;
	margin-left: 12px;
	float: left;
	overflow: hidden;
}

.zyxq_fzq_r4 {
	width: 198px;
	margin-left: 10px;
	float: left;
	overflow: hidden;
}

.zyxq_bt {
	font-size: 30px;
	line-height: 40px;
	color: #343434;
	font-weight: bold;
}

.zyxq_wz {
	font-size: 17px;
	line-height: 30px;
	color: #676767;
	margin-top: 16px;
}

.zyxq_tp {
	width: 50px;
	height: 50px;
	line-height: 0;
}

.zyxq_tp img {
	width: 50px;
	height: 50px;
}

.hxsx_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_10.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 797px;
	overflow: hidden;
}

.hxsx {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.hxsx_ms {
	width: 1200px;
	height: 90px;
	border-radius: 45px;
	background: #fb5e52;
	margin-top: 20px;
	overflow: hidden;
}

.hxsx_ms_nr {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	padding: 15px 40px;
}

.hxsx_nr {
	width: 1200px;
	margin: 60px auto 0 auto;
	overflow: hidden;
}

.hxsx_nr_l {
	width: 266px;
	float: left;
}

.hxsx_nr_r {
	width: 934px;
	float: left;
}

.hxsx_nr_r ul li {
	width: 934px;
	border-bottom: #fff799 1px dashed;
	padding-bottom: 10px;
	margin-bottom: 24px;
	overflow: hidden;
}

.hxsx_nr_r ul li h1 {
	font-size: 30px;
	line-height: 60px;
	font-weight: bold;
	color: #fff799;
}

.hxsx_nr_r ul li p {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
}

.rcpytx_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_14.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 653px;
	overflow: hidden;
}

.rcpytx {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.rcpytx ul li {
	width: 500px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 190px;
	margin-left: 100px;
}

.rcpytx ul li:nth-child(2) {
	width: 350px;
	margin-left: 250px;
}

.szmx_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_15.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 818px;
	overflow: hidden;
}

.szmx {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.szmx_bt {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #ca0006;
	margin-top: 48px;
}

.szmx_bt span {
	font-size: 24px;
	line-height: 40px;
	font-weight: 200;
	margin-left: 86px;
	color: #000000;
}

.szmx_bt span b {
	font-size: 24px;
	line-height: 40px;
	font-weight: 200;
	margin-left: 66px;
}

.szmx_hbt {
	width: 1058px;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-top: 28px;
	overflow: hidden;
}

.szmx_hbt1 {
	width: 1058px;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	overflow: hidden;
}

.szmx_nr {
	width: 1058px;
	margin-top: 20px;
	overflow: hidden;
}

.szmx_nr ul li {
	width: 146px;
	float: left;
	margin-right: 36px;
	overflow: hidden;
}

.szmx_nr ul li:nth-child(6) {
	margin-right: 2px;
}

.szmx_nr ul li p {
	font-size: 18px;
	line-height: 30px;
	padding: 10px;
	text-align: center;
	margin-top: 30px;
}

.szmx_nr ul li h1 {
	font-size: 22px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.szmx_db {
	width: 1200px;
	margin-top: 36px;
	overflow: hidden;
}

.szmx_db ul li {
	width: 400px;
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
	float: left;
}

.szmx_db ul li:nth-child(1) {
	text-indent: 120px;
}

.szmx_db ul li:nth-child(2) {
	text-indent: 136px;
}

.szmx_db ul li:nth-child(3) {
	text-indent: 146px;
}

.ztgh_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(1_16.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 1333px;
	overflow: hidden;
}

.ztgh_btms {
	font-size: 24px;
	line-height: 60px;
	color: #fff;
	overflow: hidden;
}

.ssjh_nr {
	width: 1200px;
	margin: 30px auto 0 auto;
	overflow: hidden;
}

.ssjh_nr ul li {
	width: 277px;
	height: 477px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.ssjh_nr ul li:nth-child(4) {
	margin-right: 0px;
}

.ssjh_nr ul li:nth-child(5) {
	margin-left: 610px;
}

.ssjh_nr ul li:nth-child(6) {
	margin-right: 0px;
}

.ssjh_nr_dbt {
	width: 220px;
	font-size: 30px;
	line-height: 67px;
	color: #ca0006;
	margin-left: 37px;
	font-weight: bold;
}

.ssjh_nr_dbtb {
	width: 220px;
	font-size: 30px;
	line-height: 67px;
	color: #fff;
	margin-left: 37px;
	font-weight: bold;
}

.ssjh_nr_xbt {
	width: 220px;
	margin-top: 25px;
	margin-left: 57px;
}

.ssjh_nr_xbt h1 {
	font-size: 22px;
	line-height: 30px;
	color: #ca0006;
	font-weight: bold;
	margin-top: 10px;
}

.ssjh_nr_xbt p {
	font-size: 16px;
	color: #010101;
	line-height: 30px;
	margin-top: 10px;
}

.rlxjtx_box {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.rlxjtx {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.rlxjtx_img {
	width: 1200px;
	margin: 40px auto 0 auto;
	line-height: 0;
	overflow: hidden;
}

.rlxjtx_img img {
	width: 1200px;
	height: 305px;
}

.rlwhxt_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(1_21.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 751px;
	overflow: hidden;
}

.rlwhxt {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.rlwhxt_qyyb {
	width: 1200px;
	margin: 55px auto 0 auto;
	overflow: hidden;
}

.rlwhxt_qyyb_l {
	width: 450px;
	height: 90px;
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 90px;
	border-radius: 10px;
	float: left;
	margin-right: 115px;
	background: #ca0006;
}

.rlwhxt_qyyb_r {
	width: 635px;
	font-size: 18px;
	color: #8d8d8d;
	line-height: 30px;
	float: left;
}

.rlwhxt_bt {
	width: 1200px;
	margin: 138px auto 0 auto;
	overflow: hidden;
}

.rlwhxt_bt ul li {
	width: 118px;
	font-size: 24px;
	color: #000;
	float: left;
	text-align: center;
	margin-right: 62px;
	height: 78px;
	line-height: 78px;
}

.rlwhxt_bt ul li:nth-child(2) {
	color: #fff;
	font-weight: bold;
}

.rlwhxt_bt ul li:nth-child(5) {
	color: #fff;
	font-weight: bold;
}

.rlwhxt_bt ul li:nth-child(6) {
	color: #fff;
	font-weight: bold;
}

.rlwhxt_bt ul li:nth-child(7) {
	margin-left: 2px;
	margin-right: 0;
}

.rlwhxt_xbt {
	width: 840px;
	margin: 20px auto 0 auto;
	overflow: hidden;
}

.rlwhxt_xbt ul li {
	width: 96px;
	font-size: 17px;
	color: #000;
	float: left;
	margin-left: 22px;
	margin-right: 62px;
	line-height: 30px;
}

.rlwhxt_xbt ul li:nth-child(5) {
	width: 110px;
	margin-left: 8px;
	margin-right: 0;
}

.rlzzsj_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_22.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 859px;
	overflow: hidden;
}

.rlzzsj {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.rlzzsj_nr {
	width: 1100px;
	margin: 95px auto 0 auto;
	overflow: hidden;
}

.rlzzsj_nr ul li {
	width: 340px;
	float: left;
	margin-bottom: 54px;
	margin-right: 420px;
	overflow: hidden;
}

.rlzzsj_nr ul li:nth-child(2n) {
	margin-right: 0px;
}

.rlzzsj_nr_bt {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #fff799;
	text-align: left;
}

.rlzzsj_nr_bt1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #fff799;
	text-align: right;
}

.rlzzsj_nr_wz {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: left;
}

.rlzzsj_nr_wz1 {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: right;
}

.rlsjkj_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_23.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 670px;
	overflow: hidden;
}

.rlsjkj {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.rlsjkj_ms {
	width: 1200px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
	text-indent: 50px;
	margin-top: 25px;
	overflow: hidden;
}

.rlsjkj_bt {
	width: 1200px;
	margin: 70px auto 0 auto;
	overflow: hidden;
}

.rlsjkj_bt ul li {
	width: 180px;
	float: left;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin-right: 24px;
	overflow: hidden;
}

.rlsjkj_bt ul li:nth-child(1) {
	margin-top: 16px;
}

.rlsjkj_bt ul li:nth-child(2) {
	margin-top: 16px;
}

.rlsjkj_bt ul li:nth-child(6) {
	margin-right: 0;
}

.rlsjkj_wz {
	width: 1200px;
	margin: 10px auto 0 auto;
	overflow: hidden;
}

.rlsjkj_wz ul li {
	width: 180px;
	float: left;
	margin-right: 24px;
	overflow: hidden;
}

.rlsjkj_wz ul li:nth-child(6) {
	margin-right: 0;
}

.rlsjkj_wz_xx {
	padding: 20px;
	font-size: 17px;
	color: #545454;
	line-height: 30px;
}

.rlsjkj_wz_xx1 {
	padding: 20px;
	font-size: 17px;
	color: #545454;
	line-height: 38px;
}

.rlsjkj_wz_xx2 {
	padding: 20px;
	font-size: 17px;
	color: #545454;
	line-height: 66px;
}

.rlsjkj_wz_xx3 {
	padding: 20px;
	font-size: 17px;
	color: #545454;
	line-height: 30px;
}

.rlsjkj_wz_xx5 {
	padding: 20px;
	font-size: 17px;
	color: #545454;
	line-height: 44px;
}

.rlsjkj_wz_xx6 {
	padding: 20px;
	font-size: 17px;
	color: #545454;
	line-height: 82px;
}

.zzsj_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_24.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 657px;
	overflow: hidden;
}

.zzsj {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.zzsj_ms {
	width: 1200px;
	font-size: 24px;
	color: #ca0006;
	line-height: 60px;
	font-weight: bold;
	margin: 20px auto 0 auto;
	overflow: hidden;
}

.zzsj_ms span {
	margin-left: 32px;
	font-size: 24px;
	color: #000;
	line-height: 30px;
	font-weight: 400;
	padding: 5px 20px;
	background: #fff799;
}

.zzsj_nr {
	width: 980px;
	margin-top: 83px;
	margin-left: 10px;
	overflow: hidden;
}

.zzsj_nr ul li {
	width: 174px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 150px;
	float: left;
	margin-right: 27px;
}

.zzsj_nr ul li:nth-child(5) {
	margin-right: 0;
}

.rltxsj_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_25.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:712px;
	overflow: hidden;
}

.rltxsj {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.rltxsj_ms {
	width: 1200px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
	text-indent: 50px;
	margin-top: 33px;
	overflow: hidden;
}
.rltxsj_bt {
	width: 1200px;
	margin: 88px auto 0 auto;
	overflow: hidden;
}

.rltxsj_bt ul li {
	width: 180px;
	float: left;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin-left: 24px;
	overflow: hidden;
}
.rltxsj_bt ul li:nth-child(1){
	margin-left: 204px;
}
.rltxsj_wz {
	width: 1200px;
	margin: 40px auto 0 auto;
	overflow: hidden;
}

.rltxsj_wz ul li {
	width: 180px;
	float: left;
	font-size: 17px;
	color: #545454;
	line-height: 58px;
	text-align: center;
	margin-left: 24px;
	overflow: hidden;
}
.rltxsj_wz ul li:nth-child(1){
	margin-left: 204px;
}
.rcglmx_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_26.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 802px;
	overflow: hidden;
}

.rcglmx {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.rcglmx_nr {
	width: 1200px;
	margin: 45px auto 0 auto;
	overflow: hidden;
}
.rcglmx_nr_l {
	width: 190px;
	float: left;
	overflow: hidden;
}
.rcglmx_nr_l ul li{
	font-size: 24px;
	color: #fff799;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
}
.rcglmx_nr_l ul li:nth-child(1){
	padding: 102px 0;
}
.rcglmx_nr_l ul li:nth-child(2){
	padding: 40px 0;
}
.rcglmx_nr_l ul li:nth-child(3){
	padding: 33px 0;
}
.rcglmx_nr_l ul li:nth-child(4){
	padding: 30px 0;
}
.rcglmx_nr_r {
	width: 1010px;
	float: left;
	overflow: hidden;
}
.rcglmx_ms{
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-top: 180px;
}
.rcgljstx{
	width: 1010px;
	margin: 43px auto 0 auto;
	overflow: hidden;
}
.rcgljstx ul li{
	width: 186px;
	border-radius: 10px;
	float: left;
	margin-right: 28px;
	background: #fff799;
	overflow: hidden;
}
.rcgljstx ul li:nth-child(1){
	margin-left: 100px;
}
.rcgljstx_wz{
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}
.rcglmx_szgl{
	width: 800px;
	height: 60px;
	font-size: 25px;
	line-height: 60px;
	font-weight: bold;
	border-radius: 30px;
	color: #ca0006;
	background: #fff;
	text-align: center;
	margin: 40px auto 0 auto;
}
.rcglmx_pt{
	width: 800px;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 30px auto 0 auto;
}

.zzsja_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_27.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 621px;
	overflow: hidden;
}

.zzsja {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.zzsja_nr {
	width: 1200px;
	margin: 32px auto 0 auto;
	overflow: hidden;
}
.zzsja_nr_l {
	width: 190px;
	float: left;
	overflow: hidden;
}
.zzsja_nr_r {
	width: 1010px;
	float: left;
	overflow: hidden;
}
.zzsja_nr_l ul li{
	font-size: 24px;
	color: #fff799;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
}
.zzsja_nr_l ul li:nth-child(1){
	padding: 68px 0;
}
.zzsja_nr_l ul li:nth-child(2){
	padding: 108px 0;
}
.zzsja_nr_l ul li:nth-child(3){
	padding: 14px 0;
}
.zzsja1{
	width: 670px;
	margin-left: 218px;
	margin-top: 30px;
	margin-right: 122px;
	overflow: hidden;
}
.zzsja1 ul li{
	width: 320px;
	float: left;
	margin-right: 30px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.zzsja1 ul li:nth-child(2){
	margin-right: 0px;
}
.zzsja1_wz{
	font-size: 20px;
	line-height: 30px;
	text-indent: 424px;
	margin-top: 28px;
	overflow: hidden;
}
.zzsja1_xjgl{
	width: 1010px;
	margin: 56px auto 0 auto;
	overflow: hidden;
}
.zzsja1_xjgl ul li{
	width: 164px;
	float: left;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin-right: 22px;
}
.zzsja1_xjgl ul li:nth-child(1){
	margin-left: 99px;
}
.zzsja1_xjgl ul li:nth-child(5){
	margin-right: 0px;
}
.zzsja1_gj{
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 76px;
	text-indent: 210px;
	overflow: hidden;
}
.zzsja1_jx{
	width: 1010px;
	font-size: 22px;
	line-height: 30px;
	color: #ca0006;
	font-weight: bold;
	margin-top: 50px;
	text-align: center;
	overflow: hidden;
}
.xzyjl_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_28.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 644px;
	overflow: hidden;
}

.xzyjl {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.xzyjl_nr {
	width: 1200px;
	margin: 48px auto 0 auto;
	overflow: hidden;
}
.xzyjl_nr_l {
	width: 190px;
	float: left;
	overflow: hidden;
}
.xzyjl_nr_l ul li{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
}
.xzyjl_nr_l ul li:nth-child(1){
	padding: 21px 0;
}
.xzyjl_nr_l ul li:nth-child(2){
	padding: 59px 0;
}
.xzyjl_nr_l ul li:nth-child(3){
	padding: 38px 0;
}
.xzyjl_nr_l ul li:nth-child(4){
	padding: 32px 0;
}
.xzyjl_nr_r {
	width: 1010px;
	float: left;
	overflow: hidden;
}
.xzyjl_nr1{
	width: 964px;
	margin-left: 46px;
	overflow: hidden;
}
.xzyjl_nr1 ul li{
	width: 227px;
	margin-right: 18px;
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 72px;
	text-align: center;
	
}
.xzyjl_nr1 ul li:nth-child(4){
	margin-right: 2px;
}
.xzyjl_nr2{
	width: 964px;
	margin-left: 46px;
	overflow: hidden;
}
.xzyjl_nr2 ul li{
	width: 227px;
	margin-right: 18px;
	float: left;
	overflow: hidden;
	
}
.xzyjl_nr2 ul li:nth-child(4){
	margin-right: 2px;
}
.xzyjl_nr2_nr{
	font-size: 17px;
	line-height: 30px;
	color: #000;
	text-align: center;
}
.xzyjl_nr2_wz{
	width: 210px;
	margin: 0 auto;
	text-align: center;
}
.rljltx_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_29.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 866px;
	overflow: hidden;
}

.rljltx {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.cpxqy_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_30.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 742px;
	overflow: hidden;
}

.cpxqy {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.cpxqy_bt{
	width: 1200px;
	font-size: 40px;
	color: #fff799;
	font-weight: bold;
	line-height: 60px;
	overflow: hidden;
}
.cpxqy_nr{
	width: 600px;
	margin-top: 20px;
	margin-left: 240px;
	overflow: hidden;
}
.cpxqy_nr ul li{
	width: 290px;
	background: #fff;
	float: left;
	border-radius: 10px;
	margin-right: 20px;
	overflow: hidden;
}
.cpxqy_nr ul li:nth-child(2){
	margin-right: 0px;
}
.cpxqy_nr ul li h1{
	height: 90px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 90px;
	text-align: center;
	background: #fff799;
	overflow: hidden;
}
.cpxqy_nr_wz{
	font-size: 17px;
	color: #000;
	line-height: 30px;
	padding: 20px 30px;
	overflow: hidden;
}
.cpxqy_nr_wz1{
	font-size: 17px;
	color: #000;
	line-height: 30px;
	padding: 35px 30px;
	overflow: hidden;
}
.qyczjz_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_31.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 586px;
	overflow: hidden;
}

.qyczjz {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.qyczjz_nr{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.qyczjz_nr_l{
	width:600px;
	float: left;
	overflow: hidden;
}
.qyczjz_nr_r{
	width:600px;
	float: left;
	overflow: hidden;
}
.qyczjz_jg{
	width: 310px;
	margin-top: 140px;
	margin-left: 86px;
	overflow: hidden;
}
.qyczjz_jg ul li{
	width: 150px;
	font-size: 18px;
	color: #545454;
	line-height: 40px;
	text-align: center;
	float: left;
	background: #fae5e6;
	margin-bottom: 20px;
	margin-right: 10px;
}
.qyczjz_jg ul li:nth-child(2n){
	margin-right: 0px;
}
.qyczjz_jg1{
	width: 310px;
	margin-top: 170px;
	margin-left: 204px;
	overflow: hidden;
}
.qyczjz_jg1 ul li{
	width: 150px;
	font-size: 18px;
	color: #545454;
	line-height: 40px;
	text-align: center;
	float: left;
	background: #fae5e6;
	margin-bottom: 20px;
	margin-right: 10px;
}
.qyczjz_jg1 ul li:nth-child(2n){
	margin-right: 0px;
}
.qyczdjz_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_32.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 585px;
	overflow: hidden;
}

.qyczdjz {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.qyczdjz_nr {
	width: 1200px;
	margin: 110px auto 0 auto;
	overflow: hidden;
}
.qyczdjz_nr ul li{
	width: 220px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-bottom: 110px;
	margin-right: 90px;
}
.qyczdjz_nr ul li:nth-child(1){
	margin-left: 30px;
}
.qyczdjz_nr ul li:nth-child(4){
	margin-right: 20px;
}
.qyczdjz_nr ul li:nth-child(5){
	margin-left: 170px;
}
.rcfwtd_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_33.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 477px;
	overflow: hidden;
}

.rcfwtd {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.fwtd_nr{
	width: 1200px;
	margin: 60px auto 0 auto;
	overflow: hidden;
}
.fwtd_nr_l{
	width:80px;
	float: left;
	overflow: hidden;
}
.fwtd_nr_l img{
	width: 70px;
}
.fwtd_nr_r{
	width: 1120px;
	float: left;
	overflow: hidden;
}
.fwtd_nr_r ul li{
	width: 260px;
	height: 240px;
	margin-left: 20px;
	float: left;
	background: #fff;
	border: 1px #fff solid;
	box-sizing: border-box;
	padding: 30px 0;
	overflow: hidden;
}
.fwtd_nr_r ul li:nth-child(1){
	background:#fff799;
}
.fwtd_bt{
	width: 260px;
	font-size:24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #ca0006;
}
.fwtd_wz{
	width: 220px;
	font-size:18px;
	line-height: 30px;
	text-align: center;
	margin: 10px auto 0 auto;
	color: #000000;
}
.fwtd_bt1{
	width: 260px;
	font-size:24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #ca0006;
}
.fwtd_wz1{
	width: 220px;
	font-size:18px;
	line-height: 30px;
	text-align: center;
	margin: 10px auto 0 auto;
	color: #000000;
}
.hxzztd_box{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.hxzztd{
	width:1200px;
	margin: 0 auto;
	overflow: hidden;
}
.hxzztd_nr{
	width: 1200px;
	margin: 30px auto 0 auto;
	padding-bottom: 30px;
	overflow: hidden;
}
.hxzztd_nr ul li{
	width: 276px;
	float: left;
	margin-right: 32px;
	margin-bottom: 30px;
	background: #edecec;
	overflow: hidden;
}
.hxzztd_nr ul li:nth-child(4n){
	margin-right: 0px;
}
.hxzztd_tp{
	width: 256px;
	height: 240px;
	line-height: 0;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.hxzztd_tp img{
	width: 256px;
	height: 240px;
	margin-top: 10px;
}
.hxzztd_ls{
	width: 240px;
	height: 24px;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-indent: 20px;
	color: #ca0006;
	border-left: 5px #ca0006 solid;
	box-sizing: border-box;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.hxzztd_lsjs{
	width: 240px;
	font-size: 17px;
	color: #000;
	line-height: 30px;
	margin: 10px auto;
}
.rcbfkh_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_35.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 864px;
	overflow: hidden;
}

.rcbfkh {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.rcfwlc_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_36.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 868px;
	overflow: hidden;
}

.rcfwlc {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
