@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_t75 {
	margin-top: 75px !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;
}

.jyfwnr_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(1_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 331px;
	overflow: hidden;
}

.jyfwnr {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.tbbt{
	width: 1200px;
	font-size: 48px;
	color: #ca0006;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin: 80px auto 0 auto;
	overflow: hidden;
}
.jyfwnr_nr{
	width: 1200px;
	margin: 100px auto 0 auto;
	overflow: hidden;
}
.jyfwnr_nr ul li{
	width: 176px;
	font-size: 24px;
	color: #585858;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-right: 29px;
}
.jyfwnr_nr ul li:nth-child(5){
	margin-right: 28px;
}
.jyfwnr_nr ul li:nth-child(6){
	margin-right: 0px;
}
.jyhxwt_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(1_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 912px;
	overflow: hidden;
}

.jyhxwt {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.tbbt1{
	width: 1200px;
	font-size: 48px;
	color: #000;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin: 80px auto 0 auto;
	overflow: hidden;
}
.jyhxwt i{
	width: 1200px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	margin: 40px auto 0 auto;
	display: block;
	overflow: hidden;
}
.jyhxwt_nr{
	width: 1200px;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.jyhxwt_nr ul li{
	width: 230px;
	float: left;
}
.jyhxwt_nr ul li:nth-child(1){
	margin-top: 85px;
	margin-left: 40px;
}
.jyhxwt_nr ul li:nth-child(2){
	margin-top: 66px;
	margin-left: 590px;
}
.jyhxwt_nr ul li:nth-child(3){
	margin-top: 168px;
	margin-left: 0px;
}
.jyhxwt_nr ul li:nth-child(4){
	width: 250px;
	margin-top: 130px;
	margin-left: 710px;
}
.jyhxwt_nr ul li:nth-child(5){
	margin-top: 53px;
	margin-left: 780px;
}
.jyhxwt_nr_bt{
	font-size: 24px;
	line-height: 30px;
	text-align: right;
	color: #ca0006;
	font-weight: bold;
}
.jyhxwt_nr_wz{
	font-size: 18px;
	line-height: 30px;
	text-align: right;
	color: #545454;
}
.jyhxwt_nr_bt1{
	font-size: 24px;
	line-height: 30px;
	text-align:left;
	color: #ca0006;
	font-weight: bold;
}
.jyhxwt_nr_wz1{
	font-size: 18px;
	line-height: 30px;
	text-align:left;
	color: #545454;
}


.jyhxsx_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(1_03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:709px;
	overflow: hidden;
}

.jyhxsx {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.tbbt2{
	width: 1200px;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin: 80px auto 0 auto;
	overflow: hidden;
}
.jyhxsx_nr{
	width: 1200px;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.jyhxsx_nr ul li{
	width: 210px;
	float: left;
}
.jyhxsx_nr ul li:nth-child(1){
	margin-top: 44px;
	margin-left: 208px;
}
.jyhxsx_nr ul li:nth-child(2){
	margin-top: 68px;
	margin-left: 526px;
}
.jyhxsx_nr ul li:nth-child(3){
	margin-top: 72px;
	margin-left: 100px;
}
.jyhxsx_nr ul li:nth-child(4){
	margin-top: 124px;
	margin-left: 608px;
}
.jyhxsx_nr ul li:nth-child(5){
	margin-top: 56px;
	margin-left: 230px;
}
.jyhxsx_nr_wz{
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	color: #545454;
}
.rcpytx_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(1_04.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 697px;
	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: 232px;
	margin-left: 60px;
}

.rcpytx ul li:nth-child(2) {
	width: 350px;
	margin-left: 290px;
}
.jyszmx_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_05.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 830px;
	overflow: hidden;
}

.jyszmx {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.jyszmx_nr{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.jyszmx_nr1{
	width: 136px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 59px;
	float: left;
	margin-top: 159px;
	margin-left: 260px;
	overflow: hidden;
}
.jyszmx_nr2{
	width: 136px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 176px;
	float: left;
	margin-top: 159px;
	margin-left: 38px;
	overflow: hidden;
}
.jyszmx_nr3{
	width: 136px;	
	float: left;
	margin-top: 180px;
	margin-left: 55px;
	overflow: hidden;
}
.jyszmx_nr3 p{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.jyszmx_nr4{
	width: 136px;
	font-size: 20px;
	color: #fff;
	line-height: 36px;
	float: left;
	margin-top: 130px;
	margin-left: 90px;
	overflow: hidden;
}
.jyszmx_nr5{
	width: 136px;
	font-size: 20px;
	color: #fff;
	line-height: 36px;
	float: left;
	margin-top: 130px;
	margin-left: 66px;
	overflow: hidden;
}
.jyssgh_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_06.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 833px;
	overflow: hidden;
}

.jyssgh {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.tbbt3{
	width: 1200px;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin:66px auto 0 auto;
	overflow: hidden;
}
.jyssgh_bt{
	width: 1200px;
	margin: 0 auto;
	font-size: 30px;
	color: #ca0006;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
}
.jyssgh_bt span{
	width: 1200px;
	margin: 0 auto;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
}
.jyssgh_zbt {
	width: 1200px;
	margin: 30px auto 0 auto;
	overflow: hidden;
}
.jyssgh_zbt ul li{
	width: 216px;
	float: left;
	margin-right: 30px;
	border-radius: 10px;
	background: #ca0006;
}
.jyssgh_zbt ul li:nth-child(5){
	margin-right: 0px;
}
.jyssgh_zbt ul li h1{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	padding: 20px 0;
}
.jyssgh_n {
	width: 1200px;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.jyssgh_n ul li{
	width: 216px;
	height: 360px;
	float: left;
	margin-right: 30px;
	border-radius: 10px;
	background: #fff;
}
.jyssgh_n ul li:nth-child(5){
	margin-right: 0px;
}
.jyssgh_n ul li h1{
	font-size: 22px;
	color: #ca0006;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	padding: 20px 0 0 0;
}
.jyssgh_n ul li p{
	font-size: 16px;
	color: #000;
	line-height: 26px;
	padding: 10px 26px;
}
.jyjxtx_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_07.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 763px;
	overflow: hidden;
}

.jyjxtx {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.jyjxtx_nr {
	width: 1200px;
	margin: 170px auto 0 auto;
	overflow: hidden;
}
.jyjxtx_nr ul li{
	width: 300px;
	margin-right: 600px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 160px;
	float: left;
}
.jyjxtx_nr ul li:nth-child(2n){
	margin-right: 0px;
}
.jyjzgl_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_08.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 195px;
	overflow: hidden;
}

.jyjzgl {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.tbbt4{
	width: 1200px;
	font-size: 48px;
	color: #000;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin: 70px auto 0 auto;
	overflow: hidden;
}
.jyjzgl_nr{
	width: 1200px;
	margin: 0 auto;
	line-height: 0;
	overflow: hidden;
}
.layout_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(1_19.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 629px;
	overflow: hidden;
}
.layout {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.layout_nr {
	width: 1200px;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
.layout_nr ul li{
	width: 267px;
	float: left;
	margin-right: 33px;
	background: #fff;
	overflow: hidden;
}
.layout_nr ul li h1{
	width: 267px;
	height: 70px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	background: #000;
	line-height: 70px;
}
.layout_nr_img{
	width: 267px;
	height: 160px;
	line-height: 0;
	text-align: center;
}
.layout_nr_img img{
	width: 267px;
	height: 160px;
}
.layout_bt{
	font-size: 24px;
	color: #ca0006;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
}
.layout_nr ul li p{
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 30px;
	padding:0px 7px 24px 7px;
}
.hmhx_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_20.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 717px;
	overflow: hidden;
}
.hmhx {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.hmhx_nr{
	width: 157px;
	font-size: 20px;
	color: #fff;
	margin-top: 44px;
	margin-left: 204px;
	line-height: 60px;
	overflow: hidden;
}
.sbgl_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_21.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 677px;
	overflow: hidden;
}
.sbgl {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.tbbt5{
	width: 1200px;
	font-size: 48px;
	color: #000;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin: 90px auto 0 auto;
	overflow: hidden;
}
.sbgl_nr{
	width: 1200px;
	margin: 106px auto 0 auto;
	overflow: hidden;
}
.sbgl_nr_l{
	width: 360px;
	margin-right: 36px;
	float: left;
	font-size: 20px;
	color: #000;
	line-height: 30px;
	text-indent: 40px;
	overflow: hidden;
}
.sbgl_nr_r{
	width: 804px;
	float: left;
	overflow: hidden;
}
.sbgl_nr1{
	width: 804px;
	margin: 0 auto;
	overflow: hidden;
}
.sbgl_nr1 ul li{
	width: 119px;
	float: left;
	margin-right: 18px;
	font-size: 21px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
}
.sbgl_nr1 ul li:nth-child(1){
	margin-top: 15px;
}
.sbgl_nr1 ul li:nth-child(2){
	margin-top: 15px;
}
.sbgl_nr1 ul li:nth-child(3){
	margin-top: 15px;
}
.sbgl_nr1 ul li:nth-child(4){
	margin-top: 15px;
}
.sbgl_nr1 ul li:nth-child(5){
	margin-top: 15px;
}
.sbgl_nr1 ul li:nth-child(6){
	margin-right: 0px;
}
.sbgl_nr2{
	width: 804px;
	margin:86px auto 0 auto;
	overflow: hidden;
}
.sbgl_nr2 ul li{
	width: 119px;
	float: left;
	margin-right: 18px;
	font-size: 21px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
}
.sbgl_nr2 ul li:nth-child(1){
	margin-top: 28px;
}
.sbgl_nr2 ul li:nth-child(2){
	margin-top: 28px;
}
.sbgl_nr2 ul li:nth-child(3){
	margin-top: 28px;
}
.sbgl_nr2 ul li:nth-child(4){
	margin-top: 15px;
}
.sbgl_nr2 ul li:nth-child(5){
	margin-top: 15px;
}
.sbgl_nr2 ul li:nth-child(6){
	margin-top: 28px;
	margin-right: 0px;
}
.sbgl_nr3{
	width: 1200px;
	margin: 80px auto 0 auto;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-align: center;
	overflow: hidden;
}
.sbgl_nr3 span{
	color: #ca0006;
}
.czdjz_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_22.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 892px;
	overflow: hidden;
}
.czdjz {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.tbbt6{
	width: 1200px;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin: 84px auto 0 auto;
	overflow: hidden;
}
.czjz_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_23.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 612px;
	overflow: hidden;
}
.czjz {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.tbbt7{
	width: 1200px;
	font-size: 48px;
	color: #000;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin: 90px auto 0 auto;
	overflow: hidden;
}
.qyczdjz_nr {
	width: 1200px;
	margin: 110px auto 0 auto;
	overflow: hidden;
}
.qyczdjz_nr ul li{
	width: 286px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-bottom: 110px;
	margin-right: 18px;
}
.qyczdjz_nr ul li:nth-child(1){
	margin-left: 0px;
}
.qyczdjz_nr ul li:nth-child(4){
	margin-right: 0px;
}
.qyczdjz_nr ul li:nth-child(5){
	margin-left: 145px;
}
.fwtd_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_24.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 521px;
	overflow: hidden;
}
.fwtd {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.tbbt8{
	width: 1200px;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin: 70px auto 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){
	border: 1px #000 solid;
	background:#000;
}
.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;
}
.fwtd_wz2{
	width: 220px;
	font-size:18px;
	line-height: 30px;
	text-align: center;
	margin: 10px auto 0 auto;
	color: #fff;
}
.fwlc_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_25.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 813px;
	overflow: hidden;
}
.fwlc {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.fwkh_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_26.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 198px;
	overflow: hidden;
}
.fwkh {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.tbbt9{
	width: 1200px;
	font-size: 48px;
	color: #000;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin: 70px auto 0 auto;
	overflow: hidden;
}
.hxzztd_nr{
	width: 1200px;
	margin: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;
}
.bffwkh_box {
	width: 100%;
	margin: 0 auto;
	background-image: url(bj_28.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 2347px;
	overflow: hidden;
}
.bffwkh {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.bffwkh_nr{
	width: 1200px;
	margin: 30px auto 0 auto;
	overflow: hidden;
}
.bffwkh_nr ul li{
	width: 1200px;
	padding: 24px 0;
	border-bottom: 1px #efb3b5 dashed;
}
.bffwkh_nr ul li h1{
	width: 1200px;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}
.bffwkh_nr ul li h1 span{
	font-size: 24px;
	color: #fff799;
	text-indent: 30px;
	line-height: 40px;
	font-weight: bold;
	overflow: hidden;
}
.bffwkh_nr ul li p{
	width: 1200px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
}
