html,
body {
	font-size: 16px;
	font-family: "microsoft yahei ui";
	color: #333;
	line-height: 24px;
	min-width: 1400px;
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
img {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #e8380d;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.main1400 {
	width: 1400px;
	margin: 0 auto;
}

.img_dh img {
	transition: transform .5s linear;
}

.img_dh img:hover {
	transform: scale(1.02);
}

.head_bg_white {
	width: 100%;
	height: 240px;
	background-color: #fff;
}

.nav_top {
	display: flex;
	padding-top: 50px;
	box-sizing: border-box;
}

.logo_top {}

/*===搜索框===*/
.search_row {
	width: 320px;
	height: 38px;
	margin: 13px 110px 0 98px;
	display: flex;
	background-color: #fff;
	border-radius: 19px;
	border: solid 1px #dadada;
}

.search_row input {
	flex: 1;
	height: 38px;
	color: #333;
	font-size: 14px;
	padding-left: 20px;
	box-sizing: border-box;
	border: none;
	border-radius: 19px;
	background-color: transparent;
}

.search_row input::placeholder {
	color: #888;
}

.search_row input:focus {
	outline: none
}

.search_row button {
	width: 52px;
	height: 38px;
	cursor: pointer;
	border: none;
	background: url(/uploads/image/rshimages/search-btn1.png) 10px center no-repeat;
}

/* ====二维码==== */
ul.nav_fk {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	width: 560px;
	height: 72px;
}

ul.nav_fk li {
	position: relative;
	transition: all .5s linear;
	margin-left: 25px;
	cursor: pointer;
}

ul.nav_fk li span {
	display: block;
	width: 120px;
	height: 128px;
	position: absolute;
	left: -11px;
	top: 30px;
	background:  no-repeat;
	z-index: -5;
	opacity: 0;
	transition: all .5s linear;
}

ul.nav_fk li:nth-of-type(2) span {
	left: -18px;
}

ul.nav_fk li span img {
	margin: 11px 0 0 6px;
}

ul.nav_fk li:hover span {
	top: 78px;
	opacity: 100%;
	z-index: 30;
}

/* ====顶部导航==== */
ul.nav_center {
	display: flex;
	justify-content: space-between;
	margin: 60px auto 20px;
	z-index: 10;
}

ul.nav_center li a {
	display: block;
	min-width: 130px;
	height: 40px;
	padding: 0 22px;
	color: #333;
	font-size: 22px;
	line-height: 38px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #f5f5f5;
}

ul.nav_center li a:hover,
ul.nav_center li.now a {
	background-color: #f53216;
	color: #fff;
	font-weight: 700;
}

/* ====红色导航==== */
.nav_row {
	width: 100%;
	height: 100px;
	z-index: 10;
	background:  center no-repeat #f53017;
}

ul.nav_in {
	display: -webkit-flex;
	flex-wrap: wrap;
	padding-top: 9.5px;
}

ul.nav_in li {
	width: 258px;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	text-align: left;
	color: #fff;
}

ul.nav_in li:nth-of-type(6),
ul.nav_in li:nth-of-type(12) {
	width: 110px;
}

ul.nav_in li a {
	color: #fff;
}

/* ==== 首屏 ==== */
.bg_white {
	background-color: #fff;
	margin-top: 30px;
	padding: 0 30px 30px;
	box-sizing: border-box;
}

.headline_row {
	padding-top: 46px;
}

.headline_row h1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}

.headline_row h1 a {
	color: #e8380d;
}

.headline_row p {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	padding-top: 18px;
}

.headline_row p a {
	display: inline-block;
	line-height: 16px;
	border-left: 1px solid #333;
	padding: 0 8px;
}

.headline_row p a:nth-child(1) {
	border-left: 0;
}

/* ====首页轮播图==== */
.focus_out {
	padding: 30px 0 13px;
	overflow: hidden;
}

.index_focus {
	width: 600px;
	height: 340px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	float: left;
}

.index_focus .hd {
	width: 140px;
	height: 10px;
	position: absolute;
	right: 0;
	bottom: 22px;
	z-index: 2;
}

.index_focus .hd ul {
	zoom: 1;
}

.index_focus .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 0 12px 0 0;
	background: #ebebeb;
	cursor: pointer;
}

.index_focus .hd ul li.on {
	background: #e8380d;
	width: 30px;
}

.index_focus .bd {
	position: relative;
	z-index: 0;
}

.index_focus .bd li {
	position: relative;
}

.index_focus .bd img {
	width: 600px;
	height: 340px;
	transition: transform .5s linear;
}

.index_focus .bd img:hover {
	transform: scale(1.02);
}

.index_focus .bd span {
	display: block;
	width: 100%;
	height: 87px;
	background:  repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.index_focus .bd p {
	width: 75%;
	font-size: 18px;
	position: absolute;
	left: 12px;
	bottom: 21px;
	z-index: 3;
	color: #fff;
}

/* ====首屏右侧==== */
.index_right {
	float: right;
	width: 740px;
	height: 340px;
	background-color: #f2f2f2;
}

.index_right_in1,
.index_right_in2 {
	padding: 24px 28px 0 35px;
	box-sizing: border-box;
}

.index_right p {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}

.index_right p a:nth-of-type(1) {
	max-width: 620px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_right p a.index_more {
	font-size: 15px;
	font-weight: 400;
	color: #999;
	padding-top: 0;
}

.index_right ul li {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 39px;
}

.index_right ul li span {
	width: 5px;
	height: 5px;
	margin-right: 11px;
	border-radius: 50%;
	background-color: #c8c8c8;
}

.index_right ul li a {
	flex: 1;
}

.index_right ul li a {
	max-width: 660px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_more {
	text-align: right;
	padding-top: 4px;
}

.index_more a {
	color: #999;
}

.index_more a:hover,
.index_right a.index_more:hover {
	color: #e8380d;
}

.jrtt_padding {
	padding: 0 0 30px;
}

.padding_lr {
	padding: 0 30px;
}

.title_long {
	padding-top: 28px;
}

.title_long img {
	float: left;
	padding: 0 5px 0 0;
}

.title_long b {
	font-size: 24px;
	padding-top: 1px;
	float: left;
}

.title_long a {
	float: right;
	font-size: 15px;
	color: #999;
}

.title_long a:hover {
	color: #e8380d;
}

.jrtt_row {
	position: relative;
	margin-top: 20px;
	width: 1400px;
	overflow: hidden;
}

.jrtt_row .hd .prev,
.jrtt_row .hd .next {
	display: block;
	width: 16px;
	height: 26px;
	cursor: pointer;
	position: absolute;
	top: 92px;
	z-index: 10;
}

.jrtt_row .hd .prev {
	background:  no-repeat;
	left: 6px;
}

.jrtt_row .hd .next {
	background:  no-repeat;
	right: 6px;
}

.jrtt_row .bd {
	width: 1340px;
	overflow: hidden;
	margin-left: 30px;
}

.jrtt_row .bd ul {
	overflow: hidden;
	zoom: 1;
}

.jrtt_row .bd ul li {
	width: 320px;
	margin: 0 20px 0 0;
	float: left;
	position: relative;
	line-height: 0;
}

.jrtt_row .bd ul li div {
	width: 320px;
	height: 180px;
	overflow: hidden;
}

.jrtt_row .bd ul li img {
	width: 320px;
	height: 180px;
	transition: transform .5s linear;
}

.jrtt_row .bd ul li:hover img {
	transform: scale(1.02);
}

.jrtt_row .bd ul li span {
	width: 320px;
	height: 180px;
	display: block;
	background:  center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.jrtt_row .bd ul li p {
	width: 100%;
	height: 75px;
	background-color: #f8f8f8;
	font-size: 16px;
	line-height: 24px;
	box-sizing: border-box;
	padding: 10px 15px 0;
}

.jrtt_row .bd ul li p i {
	font-style: normal;
	max-height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_main_left {
	width: 992px;
	float: left;
}

.index_add {
	line-height: 0;
	margin-top: 30px;
	width: 992px;
	height: 121px;
	overflow: hidden;
}

.index_add img {
	width: 992px;
	height: 121px;
}

.jydt_left {
	width: 560px;
	float: left;
	padding-top: 20px;
}

.jydt_left div {
	width: 560px;
	height: 316px;
	overflow: hidden;
}

.jydt_left img {
	width: 560px;
	height: 316px;
}

.jydt_left p {
	margin-top: 6px;
	text-align: justify;
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.jydt_left span {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}

.jydt_left span a {
	color: #aaa;
}

.jydt_right {
	width: 338px;
	float: right;
	padding-top: 20px;
}

.jydt_right dl dl {
	margin-top: 50px;
}

.jydt_right dt {
	width: 184px;
	height: 104px;
	float: left;
	overflow: hidden;
}

.jydt_right dt img {
	width: 184px;
	height: 104px;
}

.jydt_right dd {
	width: 140px;
	float: right;
}

.jydt_right dd p {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	height: 72px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.jydt_right dd span {
	font-size: 14px;
	margin-top: 10px;
	display: block;
}

.jydt_right dd span a {
	color: #aaa;
}

.index_main_right {
	width: 370px;
	float: right;
}

.rd_title {
	text-align: center;
	padding-top: 30px;
	line-height: 0;
}

ul.rd_font {
	font-size: 16px;
	padding-top: 16px;
}

ul.rd_font li {
	padding-top: 11px;
}

ul.rd_font li span {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #c8c8c8;
	float: left;
	margin: 9px 0 0 0;
}

ul.rd_font li a {
	display: block;
	width: 296px;
	float: right;
	max-height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ckgd_row {
	padding-top: 20px;
}

.ckgd_row a {
	display: block;
	line-height: 34px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #e8380d;
	color: #e8380d;
	font-size: 16px;
}

dl.hnjyxw_row {
	padding-top: 20px;
}

dl.hnjyxw_row dt {
	line-height: 0;
}

dl.hnjyxw_row dt a {
	width: 309px;
	height: 174px;
	display: block;
	overflow: hidden;
}

dl.hnjyxw_row dt img {
	width: 309px;
	height: 174px;
}

dl.hnjyxw_row dt p {
	font-size: 15px;
	line-height: 24px;
	margin-top: 10px;
	color: #8c8c8c;
	max-height: 72px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

dl.hnjyxw_row dd {
	margin-top: 10px;
}

dl.hnjyxw_row dd a {
	font-size: 15px;
	display: block;
	width: 88px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #e8380d;
	border-radius: 3px;
	color: #fff;
	float: right;
}

ul.tndt_font {
	font-size: 16px;
	padding-top: 16px;
}

ul.tndt_font li {
	padding-top: 16px;
}

ul.tndt_font li span {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #c8c8c8;
	float: left;
	margin: 9px 0 0 0;
}

ul.tndt_font li a {
	display: block;
	width: 296px;
	float: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.index_bottom {
	background-color: #fff;
	margin-top: 60px;
}

.overflow_row {
	overflow: hidden;
}

.yqlj_title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

ul.yqlj_font {
	width: 1440px;
	font-size: 14px;
	line-height: 30px;
	padding-top: 10px;
	display: flex;
    justify-content: center;
}

ul.yqlj_font li {
	/* float: left; */
	margin-right: 40px;
}

ul.yqlj_font li a {
	color: #666;
}

ul.yqlj_font li a:hover {
	color: #e8380d;
}

.footer_row {
	border-top: 1px solid #d5d5d5;
	padding: 40px 0;
	margin-top: 30px;
}

.footer_font {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.footer_center_img {
	text-align: center;
	padding: 20px 0;
}

ul.footer_img {
	color: #666;
	font-size: 14px;
	text-align: center;
	display: flex;
	justify-content: center;
}

ul.footer_img a {
	color: #666;
}

ul.footer_img li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 25px;
}

ul.footer_img li img {
	float: left;
	padding-right: 5px;
}

.nav_dh {
	padding-top: 30px;
	font-size: 14px;
	color: #999;
}

.nav_dh a {
	color: #999;
}

.nav_dh a:hover {
	color: #e8380d;
}

.zxx_row {
	padding: 0 0 0 30px;
}

.zxx_half1 {
	width: 660px;
	height: 369px;
	position: relative;
	overflow: hidden;
	margin: 20px 20px 0 0;
	float: left;
}

.zxx_half1 img {
	width: 660px;
	height: 369px;
}

.zxx_half1 p {
	width: 660px;
	height: 60px;
	background:  no-repeat;
	font-size: 22px;
	line-height: 60px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 20px;
	box-sizing: border-box;
}

.zxx_half2 {
	width: 320px;
	height: 369px;
	position: relative;
	overflow: hidden;
	margin: 20px 20px 0 0;
	background-color: #f2f2f2;
	float: left;
}

.zxx_half2_img {
	width: 320px;
	height: 180px;
	overflow: hidden;
}

.zxx_half2 h1 {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 8px;
	text-align: justify;
}

.zxx_half2 dt {
	font-size: 14px;
	line-height: 22px;
	color: #8c8c8c;
	height: 66px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 10px;
	text-align: justify;
}

.zxx_half2 dd {
	font-size: 14px;
	color: #9f9f9f;
	padding: 20px 20px 0;
}

.zxx_half2 dd a {
	color: #9f9f9f;
}

.zxx_half2 dd p {
	float: left;
}

.zxx_half2 dd span {
	float: right;
}

ul.gfjy_row {
	padding-top: 20px;
}

ul.gfjy_row li {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px 30px;
	box-sizing: border-box;
}

ul.gfjy_row li img {
	width: 238px;
	height: 134px;
	margin-right: 30px;
	float: left;
}

ul.gfjy_row li div {
	width: 1070px;
	float: right;
}

ul.gfjy_row li div h1 {
	font-size: 24px;
	font-weight: bold;
}

ul.gfjy_row li div span {
	display: block;
	font-size: 15px;
	color: #666;
	margin-top: 12px;
}

ul.gfjy_row li div p {
	margin-top: 28px;
	font-size: 16px;
	color: #999;
	line-height: 24px;
	height: 46px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

ul.gfjy_row li.no_img div {
	width: 100%;
}

.djjzgd_row {
	text-align: center;
	font-size: 16px;
}

.djjzgd_row a {
	color: #999;
}

.xqy_row {
	padding-top: 20px;
}

.xqy_left {
	width: 992px;
	float: left;
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
}

.xqy_left h1 {
	font-size: 30px;
	text-align: center;
	line-height: 32px;
}

.xqy_left_time {
	border-bottom: 1px solid #eceff1;
	padding: 30px 0 10px;
	font-size: 14px;
	color: #666;
}

.title_time_left {
	float: left;
}

.title_time_left span {
	float: left;
	padding-right: 20px;
}

.title_time_right {
	float: right;
}

.title_time_right p {
	float: left;
	padding-right: 10px;
}

.title_time_right a {
	float: left;
	padding-left: 6px;
}

.xqy_right {
	margin-top: 0;
}

.page_row ul {
	display: flex;
	justify-content: center;
	padding-top: 30px;
}

.page_row li {
	line-height: 34px;
	padding: 0 14px;
	color: #494949;
	border: 1px solid #ddd;
	background-color: #fff;
}

.page_row li.active {
	color: #fff;
	background-color: #f43017;
}

.page_row a.grey {
	color: #b3b3b3;
}

.zxx_half2_img img {
	width: 320px;
	height: 180px;
}

.detail_content p img {
	max-width: 554px;
	margin: auto;
}


/* banner修改2.13 */
.focus_top {
	width: 1340px;
	height: 490px;
	position: relative;
	zoom: 1;
	overflow: hidden;
	padding-top: 30px;
}

.focus_top .bd {
	width: 870px;
	height: 490px;
	float: left;
}

.focus_top .bd li img {
	width: 870px;
	height: 490px;
}

.focus_top .hd {
	width: 470px;
	height: 490px;
	background-color: #fff;
	float: right;
}

.focus_top .hd ul {
	padding: 20px 0 0 30px;
}

.focus_top .hd ul li {
	height: 85px;
	border-bottom: 1px solid #ededed;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

.focus_top .hd ul li:last-child {
	border-bottom: 0;
}

.focus_top .hd ul li a {
	display: block;
	max-height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.focus_top .hd ul li.on a {
	color: #e8380d;
}

.focus_more {
	position: absolute;
	right: 46px;
	bottom: 0;
	z-index: 1000;
	font-size: 15px;
}

.focus_more a {
	color: #999;
}

.program_box {
	width: 864px;
	margin: 0 auto;
	padding-top: 24px;
}

ul.program_top {
	display: flex;
}

ul.program_top li {
	flex: 1;
	text-align: center;
	border: 1px solid #ececee;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #666568;
	cursor: pointer;
}

ul.program_top li li {
	margin-left: -1px;
}

ul.program_top li p,
ul.program_top li h1 {
	font-size: 18px;
	font-weight: bold;
}

ul.program_top li.active {
	color: #fff;
	background-color: #e8380d;
}

.program_bottom {
	width: 864px;
	position: relative;
	overflow: hidden;
	min-height: 100px;
	background: url(/uploads/image/rshimages/border_img.png) 100px 36px no-repeat;
	display: none;
}

ul.program_bottom_box {
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
}

ul.program_bottom_box li {
	width: 216px;
	text-align: center;
	padding: 25px 10px 0;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
}

ul.program_bottom_box li p {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	display: inline-block;
	background-color: #fff;
	padding: 0 8px;
}

ul.program_bottom_box li h1 {
	font-size: 16px;
	color: #aaa;
	line-height: 24px;
	padding-top: 6px;
	white-space: break-spaces;
}

ul.program_bottom_box li.active p,
ul.program_bottom_box li.active h1 {
	color: #e8380d;
}

.program_bottom .btn {
	position: absolute;
	top: 26px;
	cursor: pointer;
}

.program_bottom .btn_prev {
	left: 0;
}

.program_bottom .btn_next {
	right: 0;
}

.program_show {
	display: block;
}