.title2 {
	position: relative;
	padding-bottom: 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title2 a {
	color: #000000;
	display: inline-block;
	position: relative;
	font-weight: bold;
}

.title2 span {
	box-sizing: border-box;
	border: 2px solid #e1e1e1;
	color: #423535;
	padding: 0.1rem 0.2rem;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.title2 span.more a {
	color: #423535;
}

.title2 span.more:hover a {
	color: white;
}


/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½Ãƒâ€¢Ã‚Â¹ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½Ãƒâ€™Ã‚Â³ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½*/
.baner_model {
	width: 100%;
	position: relative;
}

.baner_model img {
	display: block;
	width: 100%;
}

.baner_model .text {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: white;
}

.baner_model .text .l {
	padding: 0.1rem;
	position: relative;
	margin-bottom: 0.2rem;
}

.baner_model .text .l:after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 2px;
	background: white;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0px;
}

.baner_model .text a {
	color: white;
	font-weight: bold;
}

.nav_2List {
	margin-bottom: 0.3rem;
	padding-top: 0.5rem;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
	background: white;
}
.el_nav_list .swiper-slide>div {
    margin-right: 15px;
}
.el_nav_list>div a {
	color: #000000;
	display: block;
	background: #e5e5e5;
	padding-top: 0.058rem;
	padding-bottom: 0.058rem;
	min-height: 40px;
	line-height: 40px;
}

.nav_2 .posi {
	text-align: right;
	margin-bottom: 0px;
	padding-top: 0px;
}

.el_nav_list>div {
	text-align: center;
}

.el_nav_list .swiper-wrapper, .el_nav_list .swiper-slide {
    height: auto !important;
}

.el_nav_list .swiper-slide.on a {
	color: white;
	background: #DB0000;
}

.el_nav_list .swiper-slide:hover a {
	color: white;
	background: #DB0000;
}

.posi a {
	color: #494949;
}

.posi a:hover {
	color: #DB0000;
}

.fzlc_content {
	background: url(../images/gg_bg.jpg);
	padding-bottom: 0.4rem;
}

.time {
	padding-top: 0.8rem;
	position: relative;
}

.time .swiper-container {
	padding-bottom: 10%;
	width: 90%;
	margin: 0px auto;
}

.time .swiper-slide {
	text-align: center;
	padding-bottom: 45px;
	cursor: pointer;
	color: #adadad;
	touch-action: none;
}
.time .swiper-slide span{
	height:35px;
	display: inline-block;
}
.time .swiper-slide:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #dcdcdc;
	position: absolute;
	bottom: 11px;
	left: 0px;
}

.time .swiper-slide .ell:before {
	content: "";
	width: 0.32rem;
	height: 0.32rem;
	background: url(../images/about_img06.png) no-repeat center center;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	bottom: 0px;
	transition: all 0.5s ease-in-out;
	left: 50%;
	margin-left: -0.16rem;
	z-index: 1;
	min-width: 23px;
	min-height: 23px;
}

.time .swiper-slide.active .ell:before,
.time .swiper-slide:hover .ell:before {
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/about_img05.png) no-repeat center center;
	margin-left: -0.2rem;
	bottom: -0.05rem;
	background-size: 100% 100%;
	opacity: 1;
	min-width: 26px;
	min-height: 26px;
}

.time .swiper-slide.active .ell,
.time .swiper-slide:hover .ell {
	color: #e53223;
}

.time .dsj {
	position: absolute;
	bottom: -0.65rem;
	background: #dc0d0d;
	border-radius: 8px;
	padding: 0px 10px;
	left: 50%;
	margin-left: -65px;
    height: 42px;
    line-height: 42px;
	display: none;
	min-width:96px;
}

.time .swiper-slide.active .dsj {
	display: block;
}

.time .dsj a:before {
	content: "";
	position: absolute;
	border-width: 0.1rem;
	border-style: solid;
	border-color: transparent transparent #db0000 transparent;
	left: 50%;
	top: -0.18rem;
	margin-left: -0.05rem;
}

.time .dsj a {
	color: white;
}

.time .dsj a img {
	width: 0.3rem;
	min-width: 26px;
	position: relative;
	top: 4px;
}

.wz_cbox {
	background: white;
	padding: 0.5rem 0.8rem;
}

.wz_cbox .tl {
	text-align: center;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0.4rem;
}

.wz_cbox .tl span {
	display: block;
	width: 80%;
	margin: 0px auto 0px auto;
}

.wz_cbox .p p {
	line-height: 26px;
	margin-bottom: 0.1rem;
	text-indent: 2em;
}

.wz_cbox img {
	margin: 0.6rem auto;
	width: 43%;
	display: block;
}

.time .swiper-button-prev,
.time .swiper-button-next {
	width: 0.4rem;
	height: 0.4rem;
	min-width: 26px;
	min-height: 26px;
	margin-top: 0px;
	top: 42%;
	border: none;
	position: absolute;
	outline: none;
}

.time .swiper-button-prev {
	background: url(../images/timel.png) no-repeat center;
	background-size: 100% 100%;
	left: 0px;
}
.time .swiper-button-prev:hover{
	background: url(../images/timeredl.png) no-repeat center;
	background-size: 100% 100%;
}
.time .swiper-button-next {
	background: url(../images/timer.png) no-repeat center;
	background-size: 100% 100%;
	right: 0px;
}
.time .swiper-button-next:hover{
	background: url(../images/timered.png) no-repeat center;
	background-size: 100% 100%;
}
.fzlc_c{
	padding:0.5rem 0.8rem;
}
.fzlc_alert{
	display: none;
}
.fzlc_c>p{
	margin-bottom:0.4rem;
	color:#da0000;
}
.fzlc_c>p span{
	color:white;
	display: inline-block;
	background:url(../images/bk_img.png) no-repeat center;
	padding:0.02rem 0.25rem;
	background-size:100% 100%;
}
.fzlc_c .wb_txt{
	line-height:26px;
}
.fzlc_c .wb_txt p{
	margin:0.2rem;
	border-bottom:1px solid #afafaf;
}
/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½Ãƒâ€¦Ã‚Â¸Ãƒâ€¦Ã‚Â¿ÃƒÂ¯Ã‚Â¿Ã‚Â½*/

.baner_model .text2 {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: white;
}

.baner_model .text2 p {
	margin-bottom: 0.2rem;
	line-height: 24px;
	color: white;
}

.baner_model .text2 p label {
	display: block;
	margin-top: 0.3rem;
}

.baner_model .text2 p.c_t {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}

.baner_model .text2 p.l {
	margin-bottom: 0.3rem;
}

.baner_model .text2 p a {
	color: white;
}

.more {
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	color: #666;
	padding: 0.1rem 0.2rem;
	cursor: pointer;
	transition: all 0.3s ease-out;
	display: inline-block;
	margin-top: 0.1rem;
}

.more:hover {
	border-color: #e60111;
	background: #e60111;
	color: #fff;
}

.more:hover a {
	color: white;
}

.more a {
	color: white;
}

.baner_model_box .c1 {
	position: relative;
}

.baner_model_box .c_text {
	position: absolute;
	top: 0px;
	right: 15%;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	display: flex;
	text-align: center;
}

.baner_model_box img {
	display: block;
	width: 100%;
}

.baner_model_box .c_text a {
	color: white;
}

.baner_model_box .c_text img {
	display: inline-block;
	width: 0.2rem;
	min-width: 16px;
	margin-left: 10px;
	position: relative;
	top: 4px;
}

.baner_model_box {
	padding-top: 0.3rem;
}

.ifom_zc {
	display: none;
}

.lc_b .c1 {
	height: 5.3rem;
	position: relative;
	overflow: hidden;
}

.lc_b .c1 img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.lc_b .c1:hover img {
	transition: all 0.5s;
	transform: scale(1.05);
}

.jtgk {
	padding-bottom: 0.5rem;
}

.jtgk .time .swiper-container {
	padding-bottom: 2%;
}

.jtgk .time .swiper-button-prev,
.jtgk .time .swiper-button-next {
	top: 57%;
}

.lc_b {
	margin-top: 25px;
}

.lc_b p {
	margin-bottom: 0.3rem;
	line-height: 32px;
}

.lc_b p a {
	color: white;
}

.lc_b .cr {
	padding: 0.5rem;
	background: #d9261f;
	height: 5.3rem;
	line-height: 24px;
	color: white;
}

.lc_b .cr a {
	color: white;
}

.lc_b .cr .cr_text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.lc_b .cr .cr_tl {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
        max-height:125px;
}

.more2 {
	padding: 0.05rem 0.1rem;
	display: inline-block;
	width: 80px;
	border-radius: 20px;
	border: 1px solid white;
	text-align: center;
	display: block;
	margin: 0px auto;
}

.zzry {
	margin: 0.5rem 0px;
}

.zzry_p {
	display: block;
	width: 100%;
	margin-top: 0.5rem;
}

.fzlc_title {
	text-align: center;
	font-weight: bold;
	padding-top: 0.7rem;
}

.fzlc_title a {
	color: #000000;
}

.jtgk .time {
	padding-top: 0.3rem;
}


/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½Ãƒâ€¦Ã‚Â¸Ãƒâ€¦Ã‚Â¿ÃƒÂ¯Ã‚Â¿Ã‚Â½*/

.tc_content {
	text-align: center;
	color: #000000;
	padding: 0.5rem 0px;
	margin: 25px 0px 10px 0px;
}
.tc_content .text{
	color:#b1b1b1;
}
.jtgk_c .el-col-18-l {
	background: url(../images/1958bg.jpg) no-repeat top right;
}

.tc_content a {
	color: #000000;
	display: block;
	margin-bottom: 0.1rem;
	font-weight: bold;
}

.play {
	position: absolute;
	left: 50%;
	width: 0.6rem;
	height: 0.6rem;
	top: 50%;
	min-width: 32px;
	min-height: 32px;
	margin-left: -0.3rem;
	margin-top: -0.3rem;
}

.play img {
	display: block;
	width: 100%;
	height: 100%;
}

.heibox {
	height: 4.2rem;
	min-height: 320px;
	max-height: 437px;
	position: relative;
}

.jtgk_c .ab_l>img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.c2_bg1 {}

.jtgk_c .ab_r {
    padding: 3% 0% 0% 3%;
}

.jtgk_c .c2 {
	margin-bottom: 0.7rem;
}

.jtgk_c .c2_bg {
	margin-bottom: 0.5rem;
}

.jtgk_c .c2_copy .ab_r {
	padding: 2% 3%;
}

.jtgk_c .ab_r .t {
	font-weight: bold;
    margin-bottom:6px
}

.jtgk_c .ab_r .t a {
	color: #db0000;
}

.jtgk_c .ab_r .text {
	line-height: 26px;
	height:90%;
    padding-right: 3%;
}

.jtgk_c .ab_r .text p {
	margin-bottom: 0.1rem;
	text-indent: 2em;
	position: relative;
	overflow: hidden;
}

.jtgk_c .c2_bg1 {
	background: url(../images/cybj_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 0.5rem 0px;
}

.jtgk_c .hover:hover img {
	transition: all 0.5s;
	transform: scale(1.05);
}

.jtgk_c .c2_bg1 .text p {
	color: white;
}


/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½*/

.rjx {
	margin-bottom: 0.5rem;
}

.rjx .rjx_box {
	/*padding:0px 15px;*/
	margin-bottom: 0.4rem;
	position: relative;
	overflow: hidden;
}

.rjx .el-col-lg-6:nth-child(2n) .rjx_box {
	padding-left: 16px;
}

.rjx .el-col-lg-6:nth-child(4n+2) .rjx_box {
	padding-right: 16px;
}

.rjx .rjx_box:hover a {
	border-color: #DB0000;
}

.rjx a.img {
	padding: 0.35rem 0px;
	border: 1px solid #dcdcdc;
	height: 2.7rem;
	display: block;
	justify-content: center;
	overflow: hidden;
}

.rjx a.img img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}

.rjx .rjx_box p {
	background: #e5e5e5;
	color: #000000;
	text-align: center;
	padding: 0.1rem 10px;
	transition: all 0.5s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rjx .rjx_box:hover p {
	color: white;
	background: #DB0000;
	transition: all 0.5s;
}

.rjx .rjx_box p a {
	color: #000000;
	transition: all 0.5s;
}

.rjx .rjx_box:hover p a {
	color: white;
	transition: all 0.5s;
}

.rjx .rjx_box:hover img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	transform: scale(1.05);
}

.album_wrap {
	display: none;
	position: fixed!important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11111;
	background: rgba(0, 0, 0, .8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000");
}

.album_wrap .swiper-container {
	height: 100%;
}

.album_wrap .el-col-18-l {
	height: 100%;
}

.album_wrap .swiper-container .swiper-slide {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
        position:relative;
}

.album_wrap .swiper-container .swiper-slide p {
	color: white;
	position: absolute;
	bottom: 10%;
	width: 100%;
}

.album_wrap .swiper-container .swiper-slide img {
	margin: 0px auto;
        max-height: 600px;
}

.close_c {
	position: absolute;
	right: 0px;
	background: #fabd00;
	cursor: pointer;
	width: 0.4rem;
	height: 0.4rem;
	min-width: 32px;
	min-height: 32px;
}

.close_c img {
	display: block;
	width: 60%;
	margin: 0px auto;
	height: 60%;
	margin-top: -30%;
	position: relative;
	top: 50%;
}

.album_wrap .swiper-button-next {
	background: url(../images/pic_r.png) no-repeat center;
        right:0px
}

.album_wrap .swiper-button-prev {
	background: url(../images/pic_l.png) no-repeat center;
}
.album_wrap .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½Ãƒâ€“Ã‚Â¯ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÅ“Ã‚Â¹ÃƒÂ¯Ã‚Â¿Ã‚Â½*/

.zzjg_img img {
	display: block;
	width: 100%;
}


/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½Ãƒâ€šÃ‚Â³ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½Ãƒâ€šÃ‚Â´ÃƒÂ¯Ã‚Â¿Ã‚Â½*/

.dsz_box {
	background: url(../images/dsz_bg.jpg) no-repeat center;
	padding-top: 30px;
	background-size: cover;
}

.dsz_box .posi {
	text-align: right;
	margin-bottom: 0px;
	padding-bottom: 10px;
	color: white;
}

.dsz_box .posi a {
	color: white;
}

.dsz_box .tl>p {
	color: white;
	text-align: center;
	margin: 0.8rem 0.6rem;
}

.dsz_box .tl .text {
	color: white;
}

.dsz_box .tl .text p {
	text-indent: 2em;
	line-height: 26px;
}

.dsz_box .tl .text p:first-child,
.last_child {
	text-indent: 0em !important;
	margin-bottom: 0.2rem;
}

.dsz_box .tl .text p.name {
	text-align: right;
	margin: 1.6rem 0px;
}

.more_4 {
	margin: 1rem auto;
	text-align: center;
}

.more_4 a {
	color: #000000;
}

.more_4 a span {
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
	display: inline-block;
	margin-right: 16px;
}

.more_4 a:hover {
	color: #DB0000;
}

.more_4 a:hover span {
	border-color: #DB0000;
}

.more_4 img {
	position: relative;
	top: 5px;
	width: 0.35rem;
	min-width: 28px;
}


/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÅ’Ã‚Â¬*/

.djdt_content {
	background: url(../images/gg_bg.jpg);
	padding-bottom: 0.5rem;
}

.djdt_list .img {
	height: 2.9rem;
	position: relative;
	overflow: hidden;
	min-height: 71px;
}

.djdt_list .img img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}

.djdt_list .img:hover img {
	transition: all 0.5s;
	transform: scale(1.05);
}

.djdt_list .c_t {
	padding: 0rem 0px 0px 0.4rem;
}

.djdt_list .box_d:hover .tl a {
	color: #DB0000;
}

.box_d {
	padding: 0.4rem 0.4rem;
	background: white;
}

.djdt_list .c_t .tl,
.djdt_list .c_t .text {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.djdt_list .c_t .tl a {
	color: #000000;
}

.djdt_list .c_t .tim {
	color: #000000;
	margin: 0.2rem 0px;
}

.djdt_list .c_t .text {
	color: #6e6e6e;
}

.djdt_list .c_t a.more_5 {
	display: inline-block;
	color: #5e5e5e;
	padding: 0.05rem 0.1rem;
	border: 1px solid #dcdcdc;
	border-radius: 20px;
	margin-top: 0.3rem;
	transition: all 0.5s;
}

.djdt_list .box_d:hover a.more_5 {
	border-color: #e60111;
	background: #e60111;
	color: #fff;
	transition: all 0.5s;
}

.djdt_list .box_d {
	margin-bottom: 10px;
}


/*Ãƒâ€ Ã‚Â·ÃƒÂ¯Ã‚Â¿Ã‚Â½Ãƒâ€ Ã‚Â¶ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÅ½Ã‚Â»*/

.ppdw_c .c_1 .t1 {
	text-align: center;
	color: #000000;
	margin-top: 0.6rem;
	font-weight: bold;
}

/*.ppdw_c .c_1:hover .t1 a {
	color: #DB0000;
}

.ppdw_c .c_1 .t1 a {
	color: #000000;
	font-weight: bold;
}*/

.ppdw_c .c_1 {
	padding-bottom: 0.5rem;
}

.ppdw_c .c_1 .text {
	text-indent: 2em;
	margin-top: 0.2rem;
	line-height: 28px;
}

.c_2 .logo_2 {
	width: 21%;
	display: block;
	margin: 0px auto;
	min-width: 120px;
	margin-bottom: 1rem;
}

.c_2 .logo_2 img {
	display: block;
	width: 100%;
}

.c_2 .dw_c {
	padding: 0px 0.35rem;
	margin: 15px 0px;
	color: #000000;
	position: relative;
}
.c_2 .dw_c:after{
	content:"";
	display:inline-block;
	width:5px;
	height:200%;
	background:url(../images/line.png) no-repeat center top;
	position: absolute;
	right:0px;
	top:-20%;
}

.c_2 .dw_c:last-child:after{
	display: none;
}
.c_2 .dw_c2 {
	margin-top: -0.2rem;
}
.c_2 .dw_c2:after{
	height:270%;
	top:-30%;
}
.c_2 .dw_c3 {
	margin-top: 0.4rem;
}
.c_2 .dw_c3:after{
	height:1000%;
	top:-50%;
}
.c_2 .dw_c4:after{
	height:300%;
	top:-10%;
}
.ppdw_c .c_2 {
	padding: 0.5rem 0px;
	background: url(../images/ppdw_bg.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 2.8rem;
	position: relative;
	overflow:hidden;
}

.ppdw_c .c_2 .dw_c:hover{
	color: #DB0000;
}


/*ÃƒÂ¯Ã‚Â¿Ã‚Â½Ãƒâ€žÃ‚Â»ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½*/

.word .heibox {
	height: 5rem;
	min-height: 320px;
	max-height: 437px;
	overflow: initial;
}

.word .ab_l {
	position: relative;
	overflow: hidden;
}

.word .ab_l:hover img {
	transition: all 0.5s;
	transform: scale(1.05);
}

.word .ab_l img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.word .ab_r {
	padding: 0.3rem 0.2rem;
	background: #f2f1f1;
}

.word .ab_r .t {
	text-align: center;
}

.word .ab_r .t a {
	color: #DB0000;
	font-weight: bold;
}

.word .ab_r .l {
text-indent: 2em;
	line-height: 26px;
}

.word .ab_r .text {
width: 98%;
    padding-right: 2%;
    margin-left: auto;
    margin-right: auto;
    height: 3.8rem;
    min-height: 254px;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.word .ab_r .el-col-6 img {
	display: block;
	margin: 0px auto;
	height: 0.8rem;
	min-height: 32px;
}

.word .ab_r .el-col-6 p {
	text-align: center;
	color: #DB0000;
	font-weight: bold;
	margin-top: 0.2rem;
}

.word .ab_r .el-col-6 p span {
	margin-right: 5px;
}

.word .c2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.word .title {
	margin-bottom: 0.5rem;
}

.paln {
	padding-bottom: 0.8rem;
}

.paln .c2 {
	margin: 0px;
}

.paln .c2 .t {
	margin-top: 1rem;
}

.paln .c2 .ab_r {
	background: none;
}

.paln .heibox {
	min-height: 389px;
	height: 5rem;
	max-height: inherit;
}

.paln .c3 .t {
	margin-top: 0rem;
}

.paln .c4 .t {
	margin-top: 0rem;
}

.paln .c5 .t {
	margin-top: 0.1rem;
}

.paln .ab_r .text span {
	color: #DB0000;
}

.paln .c5 .text p {
	text-indent: 0em;
}

.paln .yrwb {
	position: relative;
}

.paln .ab_r .text {
	width: 92%;
    padding-right: 8%;
    margin-left: auto;
    margin-right: auto;
    height: 2.8rem;
    min-height: 320px;
}
.paln .ab_r .text.font-16 p{
    margin-bottom: 10px;
}
.fq_box {
	position: absolute;
	left: 5%;
	top: 8%;
	bottom: 8%;
	right: 5%;
	background: rgba(255, 255, 255, 0.9);
	padding: 0.3rem;
	overflow: hidden;
}

.fq_box>p {
	text-indent: 0em !important;
	text-align: center;
}

.fq_box span {
	background: #d1d1d1;
	display: block;
	padding-top: 0.08rem;
	padding-bottom: 0.08rem;
	min-height: 20px;
	cursor: pointer;
	position: relative;
}

.fq_box span.active {
	background: #DB0000;
	color: white;
}

.fq_box span i {
	display: inline-block;
	width: 0.5rem;
	height: 0.4rem;
	background: url(../images/jp.png) no-repeat;
	position: relative;
	top: 4px;
	padding-right: 5px;
	margin-right: 5px;
	min-width: 18px;
	min-height: 18px;
	background-size: 100% 100%;
	max-width: 26px;
	max-height: 25px;
}

.fq_box span:first-child i {
	background: url(../images/ren_hei.png) no-repeat;
	top: 2px;
	background-size: 100% 100%;
}

.fq_box span:first-child.active i {
	background: url(../images/ren_shite.png) no-repeat;
	background-size: 100% 100%;
}

.fq_box span:last-child.active {
	color: white;
}

.fq_box span:last-child.active i {
	background: url(../images/jp_white_.png) no-repeat;
	background-size: 100% 100%;
}

.fq_box p {
	text-indent: 2em;
	line-height: 26px;
}

.fq_box .p_text {
padding: 0rem 0.2rem;
    margin-top: 0.2rem;
    line-height: 24px;
    height: 80%;
    position: relative;
    overflow:auto;
}
.fq_box .p_text::-webkit-scrollbar {/*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â*/
    width: 5px;     /*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â«Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â«ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¸*/
    height: 1px;
}
.fq_box .p_text::-webkit-scrollbar-thumb {/*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â*/
        border-radius: 5px;
background-color: rgb(204, 204, 204);
background-image: -webkit-linear-gradient(45deg, rgba(204, 204, 204, .2) 25%, transparent 25%, transparent 50%, rgba(204, 204, 204, .2) 50%, rgba(204, 204, 204, .2) 75%, transparent 75%, transparent);
    }
.fq_box .p_text::-webkit-scrollbar-track {/*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        /*border-radius: 5px;*/
        background: rgb(204, 204, 204);
    }


/*Ãƒâ€Ã‚Â±ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½*/

.ygfc_content {
	background: url(../images/gg_bg.jpg);
}

.ygfc_c {
	margin-top: 0.8rem;
}

.ygfc_c .c1 {
	height: 4.8rem;
	margin-bottom: 0.4rem;
}

.ygfc_c .c1 .text {
	padding: 0.5rem 0.8rem;
	background: white;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.ygfc_c .c1 .text .name {
	font-weight: bold;
}

.ygfc_c .c1 .text:hover a {
	border-color: #DB0000;
	background: #DB0000;
	color: white;
}

.ygfc_c .c1 .img {
	height: 100%;
    position: relative;
    overflow: hidden;
}

.ygfc_c .c1 .img a,
.ygfc_c .c1 .img a img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ygfc_c .c1 .img a img {
	transition: all 0.5s;
}

.ygfc_c .c1 .img:hover a img {
	transition: all 0.5s;
	transform: scale(1.05);
}

.ygfc_c .c1 .text .txt {
	position: relative;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ygfc_c .c1 .text a {
	display: inline-block;
	text-align: center;
	border: 1px solid #d2d2d2;
	color: #d2d2d2;
	margin-top: 0.4rem;
	width: 41px;
	height: 41px;
	box-sizing: border-box;
	line-height: 33px;
}

.ygfc_c .c1 .text .mes {
	margin: 0.2rem 0px;
}


/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½Ãƒâ€žÃ‚Â»ÃƒÂ¯Ã‚Â¿Ã‚Â½*/

.jtwh_cbox {
	position: relative;
	top: -0.7rem;
}

.jtwh_cbox .img .c_img {
	height: 2.8rem;
	display: block;
	width: 100%;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color:white;
}
.jtwh_cbox .img .c_img p{
	margin-bottom:0.1rem;
}
.jtwh_cbox .img .c2_img {
	height: 3.3rem;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
     color:white;
}
.jtwh_cbox .img .c2_img p{
	margin-bottom:0.1rem;
}
.jtwh_cbox .img .cl1{
	background:#db0000;
}
.jtwh_cbox .img .cl2{
	background:white;
	color:#434343;
}
.jtwh_cbox .img .cl2 p{
	padding-right:0.3rem;
}
.jtwh_cbox .img .cl2 p:first-child{
	text-align:right
}
.jtwh_cbox .img .cl3{
	background:#434343;
}
.jtwh_cbox .el_box {
	background: url(../images/gb_img.jpg);
	height: 6.1rem;
	text-align: center;
	padding: 0rem 0.5rem;
	padding-bottom: 0px;
	line-height: 26px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.jtwh_cbox .el_box .txt{
	color: #696969;
	margin: 0.4rem 0px;
	position: relative;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}

.jtwh_cbox .el_box .more {
	width: 1.5rem;
	min-width: 100px;
	text-align: center;
	margin: 0px auto;
	color: #696969;
}

.jtwh_cbox .el_box .more a {
	color: #696969;
}

.jtwh_cbox .el_box .more:hover a {
	color: white;
}

.jtwh_list {
	margin-bottom: 0.5rem;
	margin-top: 0.2rem;
}

.jtwh_list .img {
	height: 2.8rem;
	position: relative;
	overflow: hidden;
}

.jtwh_list .img img {
	display: block;
	height: 100%;
	transition: all 0.5s;
margin:0px auto
}

.jtwh_list .c_box:hover .img img {
	transition: all 0.5s;
	transform: scale(1.05);
}

.jtwh_list .text {
	padding: 0.3rem 0.3rem;
}
.jtwh_list .text.fist{
	background: #eeeeee;
}
.jtwh_list .text:hover {
	background: #eeeeee;
}

.jtwh_list .c_box {
	width: 29%;
	margin-left: 6.5%;
	float: left;
	color: #000000;
}

.jtwh_list .c_box:first-child {
	margin-left: 0px;
}

.jtwh_list .c_box a {
	color: #000000;
}

.jtwh_list .text .tl {
	margin: 0.1rem 0rem 0.3rem 0px;
	position: relative;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.jtwh_list .text .txt {
	position: relative;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.jtwh_vv {
	background: url(../images/gg_bg.jpg);
	padding: 0.8rem 0px;
	margin: 0px;
	margin-bottom: 0.5rem;
	position: relative;
}

.jtwh_vv .el-col-18-l {
	position: relative;
}
.jtwh_vv .swiper-container ,.jtwh_vv .swiper-wrapper ,.jtwh_vv .swiper-slide {
height:auto !important
}
.jtwh_vv .swiper-button-prev {
	margin-left: -0.5rem;
	background: url(../images/fc_l.jpg) no-repeat center;
}

.jtwh_vv .swiper-button-next {
	margin-right: -0.5rem;
	background: url(../images/fc_r.jpg) no-repeat center;
	position: absolute;
	right: 0px;
	top: 50%;
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
}

.jtwh_vv .c1 {
	margin-top: 0.2rem;
}


/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½Ãƒâ€ Ã‚ÂµÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½*/

.spzx {
	background: #f7f7f7;
	padding-bottom: 1rem;
}

.video_box {
	padding: 0.6rem 0.25rem;
	background: white;
	width: 100%;
	padding-bottom: 0rem;
}

.video_box .viedo {
	padding: 0px 0.25rem;
	margin-bottom: 0.5rem;
}

.video_box .viedo .box {
	position: relative;
	height: 2.8rem;
	transition: all 0.5s;
}

.video_box .viedo .box .mask {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.5s;
}

.video_box .viedo .box .mask img {
	display: block;
	position: absolute;
	left: 50%;
	width: 0.5rem;
	height: 0rem;
	top: 50%;
	margin-left: -0.25rem;
	margin-top: -0.25rem;
}

.video_box .viedo:hover .box .mask {
	height: 100%;
	transition: all 0.5s;
}

.video_box .viedo:hover .box .mask img {
	height: 0.5rem;
}

.video_box .viedo>.box a,
.video_box .viedo>.box>a img {
	display: block;
	width: 100%;
	height: 100%;
}

.video_box .viedo .tl {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0.1rem 0px 0.2rem 0px;
	height: 54px;
}

.video_box .viedo:hover .tl a {
	color: #DB0000;
}

.video_box .viedo .tl a {
	color: #000000;
}

.video_box .viedo .data {
	border-top: 1px solid #e5e5e5;
	padding-top: 0.2rem;
}

.video_box .viedo .data a {
	color: #989898;
}


/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½Ãƒâ€¦Ã‚ÂµÃƒâ€”Ã‚Â¼ÃƒÂ¯Ã‚Â¿Ã‚Â½*/

.news_footer {
	padding-top: 0.5rem;
	position: relative;
}



.jj {
	padding: 0px 8%;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}

.jj .tit {
	margin-bottom: 0.5rem;
}

.jj .txt span {
	display: inline-block;
	margin-left: 4%;
	color: #4f4f4f;
}

.jj_c {
	padding: 0px 8%;
}
.jj_c video{width:1000px;}
.jj_c p {
	margin: 0.3rem 0px;
	text-indent: 2em;
	line-height: 32px;
}

.jj_c p.img {
	text-indent: 0em;
}

.jj_c p span {
	display: block;
	margin: 0.2rem 0px;
	/*text-align: center;*/
}

.jj_c p img {
	width: auto !important;
	max-width: 800px;
	margin: 0px auto !important;
	display: block;
	margin-top: 0.5rem;
}

.news_footer .fx {}

.jj {
	position: relative;
}

.news_footer .fx img {
	display: block;
	width: 0.5rem;
	min-width: 32px;
	position: absolute;
	bottom: 0px;
}

.page_2 {
	margin-top: 1rem;
	padding: 0px 8%;
	margin: 1.5rem 0px;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.page_2 .l {
	position: relative;
	padding: 0.2rem 0.2rem 0.2rem 125px;
	border: 1px solid #e5e5e5;
	min-height: 28px;
	min-width: 60px;
}

.page_2 .r {
	position: relative;
	padding: 0.2rem 100px 0.2rem 0.2rem;
	border: 1px solid #e5e5e5;
	min-height: 28px;
	min-width: 60px;
}

.page_2 .c .c_n {
	overflow: initial;
}

.page_2 .c .c_n:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
	position: absolute;
	top: 0px;
	right: -28px;
}

.page_2 .c.r .c_n:after {
	right: 74px;
	top: -5px;
}

.page_2 .l:hover {
	background: #DB0000;
	color: white;
}

.page_2 .l:hover a {
	color: white;
}

.page_2 .r:hover {
	background: #DB0000;
	color: white;
}

.page_2 .r:hover .c_n {
	opacity: 1;
}

.page_2 .l:hover .c_n {
	opacity: 1;
}

.page_2 .r:hover a {
	color: white;
}

.page_2 .c>p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page_2 .c>p a {
	display: block;
	height: 50px;
	color: #000000;
}

.page_2 .l .c_n {
	position: absolute;
	left: 0.2rem;
	top: 50%;
	margin-top: -14px;
	text-align: center;
	height: 35px;
	opacity: 0.6;
}

.page_2 .r .c_n {
	position: absolute;
	right: 0.2rem;
	top: 50%;
	margin-top: -14px;
	text-align: center;
	height: 48px;
	opacity: 0.6;
}

.page_2 .l .c_n img,
.page_2 .r .c_n img {
	display: block;
	margin: 0px auto;
	width: 0.28rem;
}



/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½Ãƒâ€ Ã‚Â·ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½*/

.cppt .tc_content {
	padding-bottom: 0.1rem;
}

.cppt .text_b {
	line-height: 28px;
	margin-bottom: 0.5rem;
}

.cppt .text_b p {
	margin-bottom: 0.4rem;
	text-indent: 2em;
}

.cppt .text_b img {
	display: block;
	width: 90%;
	margin: 0.6rem auto;
}


/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂÃ‚Â³ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½*/

.fwjs_box {
	padding-bottom: 0.5rem;
	position: relative;
	overflow: hidden;
}

.cn_box .c_l img {
	display: block;
	width: 100%;
	height: 4.8rem;
}

.cn_box .el_r>p {
	/*text-align: center;*/
}

.cn_box .el_r>p a {
	display: inline-block;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
	color: #000000;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 83%;
	position: relative;
	top: 0.2rem;
}

.cn_box .el_r .txt {
	line-height: 26px;
	margin-bottom: 0.5rem;
}

.cn_box .img_li .li>img {
	display: block;
	width: 1.5rem;
	margin: 0px auto;
	margin-bottom: 10px;
}

.cn_box .img_li .li {
	text-align: center;
	color: #000000;
}

.cn_box .img_li .li span {
	display: block;
	text-align: center;
	color: #e50213;
}

.fwln {
	background: url(../images/fwln_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 0.8rem 0px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.fwln .swiper-slide a {
	color: #000000;
}

.fwln .swiper-slide {
	padding-bottom: 0.3rem;
	background: white;
}

.fwln .swiper-slide .news_box {
	line-height: 26px;
	padding: 0px 0px 0.3rem 0px;
	display: block;
}

.fwln .swiper-slide .news_box>img {
	display: block;
	width: 64px;
	height: 65px;
	margin: 0px auto;
	padding: 0.8rem 0.2rem 0.3rem 0.2rem;
}

.fwln .swiper-slide .news_box span {
	color: #e50213;
	display: block;
	margin: 0.1rem 0px;
}

.fwln .swiper-slide .tl {
	text-align: center;
	margin-bottom: 0.3rem;
	font-weight: bold;
}
.yxfu_cll {
    padding: 0px 50px;
    height: 210px;
}
.fwln .swiper-slide dl {
	
}

.fwln .swiper-slide:hover .tl {
	color: #DB0000;
}


/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂÃ‚ÂµÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½*/

.lxwm {
	background: url(../images/gg_bg.jpg) repeat;
}

.lxwm_list {
	position: relative;
	top: -1.0rem;
}

.lxwm_list .lxwm_c {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}

.lxwm_list .lxwm_c .lxwm_cbox {
	text-align: center;
	padding: 0.5rem 0px;
}

.lxwm_list .lxwm_c .tl {
	padding-bottom: 0.2rem;
	font-weight: bold;
	color: white;
}

.lxwm_list .lxwm_c p {
	color: white;
}

.lxwm_list .lxwm_c .tl a {
	color: white;
}

.lxwm_list .lxwm_c.lxwm_c1 {
	padding-right: 8px;
}

.lxwm_list .lxwm_c.lxwm_c1 .lxwm_cbox {
	background: url(../images/lx_03.jpg) no-repeat center;
	background-size: cover;
}

.lxwm_list .lxwm_c.lxwm_c2 {
	padding-left: 8px;
	padding-right: 8px;
}

.lxwm_list .lxwm_c.lxwm_c2 .lxwm_cbox {
	background: url(../images/lx_05.jpg) no-repeat center;
	background-size: cover;
}

.lxwm_list .lxwm_c.lxwm_c3 .lxwm_cbox {
	background: url(../images/lx_07.jpg) no-repeat center;
	background-size: cover;
}

.lxwm_list .lxwm_c:hover .lxwm_cbox {
	transform: scale(1.05);
	transition: all 0.5s;
}

.lxwm_list .lxwm_c.lxwm_c3 {
	padding-left: 8px;
}

.lxwm_list .lxwm_c .more {
	position: relative;
	display: inline-block;
	margin-top: 0.3rem;
	border-width: 1px;
}

.lxwm_list .lxwm_c .more a {
	color: white;
}

.lxwm_list .lxwm_c:hover .more {
	background: #DB0000;
	border-color: #DB0000;
}

.lxwm_list .lxwm_c:hover .more a {
	color: white;
}

.jtbb_c_tl {
	text-align: center;
	color: #DB0000;
	margin-bottom: 0.5rem;
}

.jtbb_c_tl a {
	color: #000000;
}

.jtbb_c {
	background: url(../images/lxwm_bg.jpg) no-repeat center;
	margin-bottom: 0.5rem;
}

.jtbb_c .text {
	padding: 0px 0.5rem;
	padding-top: 0.4rem;
}

.jtbb_c .c_c {
	padding: 0.3rem 0.7rem;
	word-break: break-all;
}

.jtbb_c .c_c img {
	display: block;
	width: 0.75rem;
	margin: 0px auto;
	margin-bottom: 0.1rem;
	min-width: 30px;
}

.jtbb_c .c1_r {
	display: flex;
	justify-content: center;
	padding: 1rem 0px 0.6rem 0px;
}

.jtbb_c .c1_r img {
	display: block;
	width: 1.4rem;
}

.jtbb_c .c1_r .ewm_c {
	margin-left: 0.2rem;
	text-align: center;
}

.jtbb_c .c1_r .ewm_c p {
	margin-top: 0.2rem;
	color: white;
}

.xxjg {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.xxjg .xxjg_c:nth-child(3n+1) {
	padding-right: 15px;
}

.xxjg .xxjg_c:nth-child(3n+2) {
	padding-right: 15px;
}

.xxjg .xxjg_c .xxjg_n {
	border: 1px solid #e5e5e5;
	padding: 0.5rem 0px;
	padding-left: 0.3rem;
	height: 2.3rem;
	margin-bottom: 20px;
	min-height: 190px;
	background: white;
	padding-right: 0.3rem;
}

.xxjg .xxjg_c .t {
	margin-bottom: 0.5rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xxjg .xxjg_c .d {
	margin-bottom: 0.1rem;
	word-wrap: break-word;
	word-break: break-all;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½*/

.shzr_content {
	margin: 0.7rem 0px;
}

.shzr_content .c1 {
	position: relative;
	overflow: hidden;
}

.shzr_content .c1 img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}

.shzr_content .c1:hover img {
	transform: scale(1.05);
	transition: all 0.5s;
}

.shzr_content .c2 {
	padding: 0.5rem 0px;
}

.shzr_content .c2 .c2_box {
	position: relative;
	background: #f3f0f0;
	padding: 0.8rem 0.5rem;
	color: #000000;
	float: right;
	position: relative;
	z-index: 111;
	width: 100%;
}
.shzr_content .c2 .c2_box:hover{
	background:#DB0000;
	color:white;
}
.shzr_content .c2 .c2_box .tl a {
	float: right;
	display: block;
	top: 0.15rem;
	position: relative;
	color: #423535;
}

.shzr_content .c2 .c2_box:hover .tl a{
	color:white;
}

.shzr_content .c2 .c2_box .tl {
	margin-bottom: 0.5rem;
	font-weight: bold;
}

.shzr_content .c2 .c2_box .text {
	color: #505050;
	line-height: 26px;
	text-indent: 2em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.shzr_content .c2 .c2_box:hover .text{
	color:white;
}
.shzr_message {
	background: url(../images/shzr_i.jpg) no-repeat center;
	background-size: cover;
	padding: 1rem 0px;
	color: white;
	text-indent: 2em;
	line-height: 26px;
	padding-bottom: 2.6rem;
}

.shzr_message .text {
	float: right;
}

.shzr_list {
	position: relative;
	top: -1.2rem;
}

.shzr_list .c1 {
	margin-left: 8%;
	height: 2.9rem;
	position: relative;
	overflow: hidden;
}

.shzr_list .c1:hover img {
	transform: scale(1.05);
	transition: all 0.5s;
}

.shzr_list .c1 img {
	display: block;
	height: 100%;
	transition: all 0.5s;
}

.shzr_list .c1.last_c1 .box {
	text-align: center;
	background: #89bd57;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
}

.shzr_list .c1.last_c1 .box p {
	margin-bottom: 0.2rem;
}

.shzr_list .c1.last_c1 .box a {
	color: white;
	padding:0.05rem 0.1rem;
}

.shzr_list .c1.last_c1 .box:hover a {
	border:1px solid white;
}

.ylhy_c .tl {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.ylhy_c {
	position: relative;
	top: -0.6rem;
}

.ylhy_cbox {
	height: 4.4rem;
}

.ylhy_c .ylhy_cbox .c1 {
	padding: 1rem;
	background: #d12d26;
	height: 100%;
}

.ylhy_c .ylhy_cbox .c1 .more_c {
	text-align: right;
}

.ylhy_c .ylhy_cbox .c1 .more_c a {
	color: white;
	padding:0.1rem 0.1rem;
}

.ylhy_c .ylhy_cbox .c1:hover .more_c a {
	border:1px solid white;
}

.ylhy_c .ylhy_cbox .c1 .text {
	color: white;
	line-height: 28px;
	margin: 12px 0px;
	text-indent: 2em;
	margin-bottom: 0.55rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ylhy_c .ylhy_cbox .c2 {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.ylhy_c .ylhy_cbox .c2 img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s;
}

.ylhy_c .ylhy_cbox .c2:hover img {
	transform: scale(1.05);
	transition: all 0.5s;
}


/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½Ãƒâ€ Ã‚Â·ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½*/

.ppdj_c .ppdj_cl {
	background: white;
	padding: 0.5rem;
}

.ppdj_c .ppdj_cl>div {
	position: relative;
	height: 3.6rem;
}

.ppdj_c .ppdj_cl .c1 .img_c {
	height: 100%;
}

.ppdj_c .ppdj_cl .img_c img {
	display: block;
	width: 100%;
	height: 100%;
}

.ppdj_c .ppdj_cl .play img {
	display: block;
	position: absolute;
	left: 50%;
	width: 0.5rem;
	height: 0.5rem;
	top: 50%;
	margin-left: -0.25rem;
	margin-top: -0.25rem;
}

.ppdj_c .ppdj_cl .c2 p {
	line-height: 26px;
	padding: 0.15rem 0px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
	border-bottom: 1px solid #EEEEEE;
	padding-left:0.35rem;
}

.ppdj_c .ppdj_cl .c2 p a {
	color: #000000;
}

.ppdj_c .ppdj_cl .c2 p span {
	color: #e60012;
	font-weight: bold;
}
.ppdj_c .ppdj_cl .c2 p:before{
	content:"";
	display:inline-block;
	width:0.3rem;
	height:0.3rem;
	background:url(../images/hjt.png) no-repeat center;
	position: absolute;
	left:0px;
	top:0.15rem;
}
.ppdj_d{
	margin-top:0.5rem;
}
.ppdj_d .el-col-18-l{
	padding:0.5rem;
	background:white;
}
.ppdj_d .txt .tl{
	text-align: center;
	margin-bottom:0.3rem;
	line-height:38px;
}
.ppdj_d .txt .tl a{
	color:#000000;
}
.ppdj_d .txt .text{
	color:#777777;
	line-height:28px;
	text-indent:2em;
}
.ppdj_d .c2_box{
	margin-top:0.5rem;
}
.ppdj_d .c2_box ul{
	display:flex;
	flex-direction: row;
	text-align: center;
	justify-content: center;
}
.ppdj_d .c2_box ul li{
	width:2.4rem;
	height:2.4rem;
	margin:0px 1.2%;
	border:2px solid #e40313;
	border-radius:150px;
	display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
} 
.ppdj_d .c2_box ul li a{
	display: inline-block;
	width:80%;
	margin:0px auto;
	color:#e40313;
	font-weight: bold;
}
.ppdj_d .c2_box ul li:hover{
	background:#e40313;
}
.ppdj_d .c2_box ul li:hover a{
	color:white;
}
.ppdj_d .txl{
	background:#828282;
	padding:0.5rem;
	margin:0.5rem 0px;
}
.ppdj_d .txl .ms{
	color:white;
	margin-bottom:0.2rem;
}
.ppdj_d .c2_box ul li.active:before{
	content:"";
	display: inline-block;
	width:0.4rem;
	height:0.4rem;
	background:url(../images/jj_c.png) no-repeat center;
	position: absolute;
	bottom:-0.65rem;
	left:50%;
	margin-left:-0.2rem;
}
.ppdj_d .txl .cxt{
	color:white;
	line-height:26px;
}
.table_pa{
	/* margin: 0.5rem 0px; */
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #e;
	border-bottom: 1px solid #9a9898 !important;
	border-right: 1px solid #9a9898 !important;
	background: white;
}
.table_pa tr:nth-child(odd) {
    background-color: rgb(242 245 251);
}
.table_pa tr td{
	padding: 1px;
	border-width:0px !important;
	border-style: solid;
	border-left-color: initial;
	border-bottom:none;
	border-top: 1px solid #9a9898 !important;
	border-left: 1px solid #9a9898 !important;
}
.table_pa tr:first-child{
	    padding: 1px;
    border-width: 1px;
    border-style: solid;
    border-left-color: initial;
    background-color: rgb(127, 127, 127);
    text-align:center;

}
@media only screen and (max-width:1440px) {
       .jj_c video{width:800px;}
	.time .dsj {
		bottom: -0.9rem;
	}
	.lc_b .cr .cr_text {
		-webkit-line-clamp: 2;
                max-height:69px;
	}
	.shzr_content .c2 .c2_box .text {
		-webkit-line-clamp: 6;
               max-height:150px;
	}
	.shzr_content .c2 {
		padding-top: 0.7rem;
	}
	.ylhy_c .ylhy_cbox .c1 .text {
		-webkit-line-clamp: 3;
              max-height:79px
	}
	.ppdj_c .ppdj_cl .c2 p {
		-webkit-line-clamp: 1;
		line-height: 35px;
                max-height:36px;
	}
	.ppdj_c .ppdj_cl .c2 p:before{
		top:14px;
	}
	
}

@media only screen and (max-width:1200px) {
	.djdt_list .c_t .tim,
	.djdt_list .c_t .text {
		display: none;
	}
	.ygfc_c .c1 {
		height: 5.8rem;
	}
	.shzr_content .c2 .c2_box .text {
		-webkit-line-clamp: 5;
               max-height:128px;
	}
	.shzr_content .c2 {
		padding-top: 0.8rem;
	}
        .jj_c video{width:700px;}
}

@media only screen and (max-width:1080px) {
	.time .swiper-container {
		padding-bottom: 68px;
	}
	.time .dsj {
		bottom: -54px;
		margin-left: -50px;
	}
	.time .swiper-button-prev,
	.time .swiper-button-next {
		top: 50%;
		margin-top: 0rem;
	}
	.text2 .baner_model_box {
		display: none;
	}
	.ifom_zc {
		display: block;
	}
	.baner_model .text2 p.c_t {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
	.lc_b .cr .cr_text {
		-webkit-line-clamp: 1;
	}
	.lc_b .cr .cr_tl {
		-webkit-line-clamp: 2;
	}
	.xxjg .xxjg_c .d {
		line-height: 24px;
	}
	.xxjg .xxjg_c .t {
		margin-bottom: 0.1rem;
	}
	.ylhy_c .ylhy_cbox .c1 .text {
		-webkit-line-clamp: 2;
               max-height:60px;
	}
	.ppdj_c .ppdj_cl .c2 p {
		line-height: 29px;
                max-height:29px;
	}
	
	.c_2 .dw_c:after{
		display: none;
	}
         .jj_c video{width:700px;}
         .jj_c p img {
	width: 100% !important;}
}

@media only screen and (max-width:767px) {
         .zbgg_list ul li{
		margin:15px 0px;
	}
         .jj_c video{width:100%;}
	.time .dsj {
		display: none !important;
	}
	.time .swiper-container {
		padding-bottom: 25px;
	}
	.time .swiper-button-prev,
	.time .swiper-button-next {
		top: 50%;
		margin-top: 0.25rem;
	}
	.wz_cbox img {
		width: 100%;
	}
	.baner_model .text2 p.c_t {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.jtgk .time .swiper-button-prev,
	.jtgk .time .swiper-button-next {
		top: 50%;
	}
	.lc_b .c1,
	.lc_b .cr {
		min-height: 160px;
	}
	.heibox {
		min-height: auto;
		height: auto;
		max-height: initial;
	}
	.rjx a.img {
		height: 5.2rem;
	}
	.rjx .el-col-lg-6:nth-child(4n+2) .rjx_box {
		padding-right: 0px;
	}
	.album_wrap .swiper-container .swiper-slide img {
		width: 100%;
		height: auto;
	}
	.album_wrap .swiper-container .swiper-slide p {
		bottom: 20%;
	}
	.dsz_box {
		background-position-x: 100%;
	}
	.djdt_list .img {
		height: 3.5rem;
	}
	.djdt_list {
		margin-top: 0.6rem;
	}
	.c_2 .dw_c2,
	.c_2 .dw_c3 {
		margin-top: 0px;
	}
	.djdt_list .c_t .tl {
		font-size: 14px;
	}
	.paln .heibox {
		min-height: auto;
		height: auto;
	}
	.paln .ab_r .text{
	    min-height:auto !important;
	    height:auto;
	}
	.paln .ab_l {
		margin-top: 15px;
	}
	.ygfc_c .c1 {
		height: auto;
	}
	.ygfc_c .c1 .text,
	.ygfc_c .c1 .img {
		margin-bottom: 15px;
	}
	.jtwh_vv .c1 .text,
	.jtwh_vv .c1 .img {
		margin-bottom: 0px;
	}
	.ygfc_c .c1 .text a {
		margin: 15px auto;
		width: 30px;
		height: 30px;
		line-height: 25px;
	}
	.jtwh_cbox .img .img2,
	.jtwh_cbox .img img,
	.jtwh_cbox .el_box {
		height: auto;
	}
	.jtwh_cbox .el_box {
		padding: 20px 0px;
	}
	.jtwh_cbox {
		top: 0px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.jtwh_list .text .tm,
	.jtwh_list .text .txt {
		display: none;
	}
	.video_box .viedo .tl {
		height: 45px;
	}
	.video_box .viedo .data {
		display: none;
	}
	.cn_box .img_li .li>img {
		width: 3.5rem;
	}
	.cn_box .c_l img {
		height: 8.2rem;
	}
	.nav_2List {
		margin-bottom: 15px;
	}
	.lxwm_list .lxwm_c .lxwm_cbox {
		padding: 3rem 0px;
	}
	.lxwm_list {
		top: 0px;
		padding-top: 20px;
	}
	.jtbb_c .c_c img {
		width: 1.5rem;
	}
	.jtbb_c .text {
		padding-top: 1.2rem;
		margin-bottom: 0.5rem;
	}
	.jtbb_c .c1_r img {
		width: 3rem;
		min-width: 64px;
	}
	.jtbb_c {
		background: none;
	}
	.xxjg .xxjg_c:nth-child(3n+1) {
		padding-right: 0px;
	}
	.xxjg .xxjg_c:nth-child(3n+2) {
		padding-right: 0px;
	}
	.xxjg .xxjg_c:nth-child(2n) {
		padding-left: 8px;
	}
	.xxjg .xxjg_c:nth-child(2n+1) {
		padding-right: 8px;
	}
	.jtbb_c .c1_r .ewm_c p {
		color: #000000;
	}
	.shzr_content .c2 .c2_box {
		width: auto;
		float: initial;
	}
	.shzr_list .c1 {
		margin-left: 0px;
		margin-bottom: 15px;
		height: 10.9rem;
                width:100%
	}
	.shzr_list {
		top: 0px;
		margin-top: 15px;
	}
	.ylhy_c .ylhy_cbox .c1 .text {
		-webkit-line-clamp: inherit;
	}
	.ylhy_cbox {
		height: auto;
	}
	.ylhy_c {
		top: 0px;
		margin-top: 15px;
	}
	.ylhy_c .ylhy_cbox .c1,
	.ylhy_c .ylhy_cbox .c2 {
		margin-bottom: 15px;
	}
	.ppdj_c .ppdj_cl>div {
		height: auto;
	}
	.ppdj_c .ppdj_cl .c2 p {
		-webkit-line-clamp: inherit;
	}
	.ppdj_d .txl{
		display: none;
	}
	.ppdj_d .c2_box ul li.active:before{
		width:0px;
	}
	.ppdj_d .c2_box ul{
		flex-wrap: wrap;
	}
	.ppdj_d .c2_box ul li{
		width:4.5rem;
		height:4.5rem;
		margin:6px;
	}
	.time .swiper-slide span{
		height:25px;
	}
}

@media only screen and (max-width:640px) {
          .jj_c video{width:480px;}
	.xxjg .xxjg_c {
		width: 100%;
	}
	.xxjg .xxjg_c:nth-child(2n) {
		padding-left: 0px;
	}
	.xxjg .xxjg_c:nth-child(2n+1) {
		padding-right: 0px;
	}
	.xxjg .xxjg_c .xxjg_n {
		padding: 10px;
		height: auto;
		min-height: auto;
	}
	.ppdj_d .c2_box ul li{
		width:5.8rem;
		height:5.8rem;
	}
}



/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂÃ‚Â±ÃƒÂ¯Ã‚Â¿Ã‚Â½2*/

.zbgg_list .title {
	margin-bottom: 0.5rem;
}

.zsgg_p .swiper-slide a {
	display: block;
	background: #e5e5e5;
	text-align: center;
	margin-right: 0.1rem;
	padding: 0.06rem 0px;
	min-height: 40px;
	line-height: 40px;
	color: #000000;
	font-weight: bold;
}

.zsgg_p .swiper-slide.on a {
	color: white;
	background: #DB0000;
}

.zsgg_p .swiper-slide:hover a {
	color: white;
	background: #DB0000;
}

.zsgg_p .posi {
	text-align: right;
	margin-bottom: 0px;
}

.zbgg_list {
	background: url(../images/gg_bg.jpg);
	padding-bottom: 0.4rem;
}

.zbgg_list ul li {
	padding: 0.5rem 0.2rem;
	background: white;
	margin: 33px 0px;
}

.zbgg_list ul li:hover .text>a {
	color: #DB0000;
}

.zbgg_list ul li .data {
	text-align: center;
}

.zbgg_list ul li .data span {
	display: block;
}

.zbgg_list ul li .text>a {
	display: block;
	color: #000000;
}

.zbgg_list ul li .text p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.2rem;
}

.zbgg_list ul li .text p a {
	color: #000000;
}


.sjmt {
	background:url(../images/gg_bg.jpg);
	padding-bottom:2rem;
}
.sjmt .title{
	margin-bottom:0.5rem;
}
.sjmt .tl{
	margin:1rem 0px;
	text-align: center;
}
.sjmt ul li{
	float: left;
    width: 30.32%;
    margin-right: 4.52%;
}
.sjmt ul li:nth-child(3n){
	margin-right:0%;
}
.sjmt ul li .sjmt_c{
	padding:0.5rem;
	background:white;
height: 3.3rem;
	position: relative;
	overflow: hidden;
	margin-bottom:20px;
}
.sjmt ul li img{
	display: block;
	width:100%;
	height:100%;
	    max-width: 325px;
    max-height: 306px;
    margin:0px auto;
}
.sjmt ul li p{
	text-align: center;
}
.sjmt ul li p.font-18{
	margin-bottom:0.6rem;
	margin-top:0.1rem;
}
@media only screen and (max-width:1600px) {	
	.paln .c4 .t {
		margin-top: 0px;
	}
    .jj_c video{width:800px;}
}

@media only screen and (max-width:1440px) {
	.paln .c1 .t {
	    margin-top: 0.3rem;
	}
	.paln .c3 .t {
		margin-top: 0.1rem;
	}
   .paln .ab_r .text{
   min-height:286px 
   }
}

@media only screen and (max-width:1080px) {
.jj_c video{width:700px;}
}

@media only screen and (max-width:767px) {
.jj_c video{width:100%;}
.jj_c {
	padding: 0px 0%;
}
.jj_c p img{
width:100%  !important;
}
.jj{
padding:0px
}
}


/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÅ Ã‚Â½*/

.shzr_content .c1 {
	height: 5.4rem;
	position: relative;
}

.shzr_content .c2 {
	height: 5.4rem;
}

.shzr_content .c2 .c2_box {
	padding: 0px 0.5rem;
	padding-top: 5%;
	height: 90%;
}

.shzr_content .c1 img {
	display: block;
	height: 100%;
}
.tpsj_c .t{
	position: absolute;
	bottom:0px;
	padding:0.4rem 4% 0.1rem 4%;
	width:92%;
	background:url(../images/s_bg.png)  center;
}
.tpsj_c .t a{
	color:white;
	display: block;
	width:90%;
}
.tpsj_c .t label{
	color:white;
}
.shzr_list .c1 .t{
	position: absolute;
	bottom:0px;
	padding:0.1rem 4%;
	width:92%;
	background:rgba(0,0,0,0.3);
}
.shzr_list .c1 .t a{
	color:white;
}
@media only screen and (max-width:1000px) {
	.shzr_content .c2 .c2_box .text {
	    -webkit-line-clamp: 3;
            max-height:80px;
	}
}
@media only screen and (max-width:767px) {
	.shzr_content .c1 {
		height:auto;
	}
	.shzr_content .c2 {
		height:auto;
	}
       .shzr_content .c2 .c2_box .text {
       max-height:auto
       }
.shzr_list .c1 img{
width:100%}
}
#content {
    padding-top: 30px;
}

/*ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÂ¯Ã‚Â¿Ã‚Â½ÃƒÅ Ã‚Â½ 2021-1-6*/

.banner_rczp {
	background: url(http://www.helichina.com/material/images/rec.jpg) no-repeat center;
	background-size: cover;
}

.ilnik-list {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding: 23% 8%;
}

.ilnik-list ul {
	transition: .2s width ease;
	*zoom: 1;
}

.ilnik-list ul li {
	float: left;
	width: 31.33333333%;
	margin-right: 2%;
	text-align: center;
}

.ilnik-list li a {
	display: inline-block;
	width: 242px;
	height: 242px;
	background-image: url(../images/ilink_ico.png);
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ilnik-list li.ilink-li01 a {
	background-position: 0px 0px;
}

.ilnik-list li.ilink-li02 a {
	background-position: -244px 0px;
}

.ilnik-list li.ilink-li03 a {
	background-position: -488px 0px;
}

.ilnik-list li.ilink-li01 a:hover {
	background-position: 0px -242px;
}

.ilnik-list li.ilink-li02 a:hover {
	background-position: -244px -242px;
}

.ilnik-list li.ilink-li03 a:hover {
	background-position: -488px -242px;
}

.banner_rczp .show_img img {
	display: none;
	width: 100%;
}

@media only screen and (max-width:1080px) {
	.ilnik-list {
		width: 100%;
		padding: 23% 0px;
	}
}

@media only screen and (max-width:767px) {
	.ilnik-list {
		padding: 0px;
	}
	.ilnik-list ul li {
		width: 98%;
		margin-bottom: 10px;
	}
	.banner_rczp {
		margin-top: 0px;
		background: #f6f6f6;
	}
	.banner_rczp .show_img img {
		display: block;
		margin-bottom:15px;
	}
}

/*ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ¥Ã‚Â¢Ã…Â¾ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â2021-6-29*/


.ilnik-list ul li {
	width: 25%;
	margin-right: 0px;
}

.ilnik-list li a {
	width: 200px;
	height: 200px;
	background-image: url(../images/ilink_ico.png);
	background-repeat: no-repeat;
}

.ilnik-list li.ilink-li02 a {
	background-position: -200px 0px;
}

.ilnik-list li.ilink-li03 a {
	background-position: -402px 0px;
}

.ilnik-list li.ilink-li04 a {
	background-position: -604px 0px;
}

.ilnik-list li.ilink-li01 a:hover {
	background-position: 0px -200px;
}

.ilnik-list li.ilink-li02 a:hover {
	background-position: -200px -200px;
}

.ilnik-list li.ilink-li03 a:hover {
	background-position: -402px -200px;
}

.ilnik-list li.ilink-li04 a:hover {
	background-position: -604px -200px;
}

@media only screen and (max-width: 767px) {
	.ilnik-list ul li {
		width: 50%;
		margin-bottom: 10px;
	}
	.ilnik-list li a {
		width: 127px;
		height: 127px;
		background-image: url(../images/ilink_ico2.png);
		background-repeat: no-repeat;
	}
	.ilnik-list li.ilink-li02 a {
		background-position: -127px 0px;
	}
	.ilnik-list li.ilink-li03 a {
		background-position: -250px 0px;
	}
	.ilnik-list li.ilink-li04 a {
		background-position: -378px 0px;
	}
	
	.ilnik-list li.ilink-li01 a:hover {
		background-position: 0px -126px;
	}
	.ilnik-list li.ilink-li02 a:hover {
		background-position: -127px -126px;
	}
	.ilnik-list li.ilink-li03 a:hover {
		background-position: -250px -126px;
	}
	.ilnik-list li.ilink-li04 a:hover {
		background-position: -378px -126px;
	}
	
}


.nav_span{height:45px;}
.nav_span span a {
	color: #555353;
	display: inline-block;
	padding: 0px 0.2rem;
}

.nav_span span.active a{
	color: #DB0000;
}

.nav_span span:hover {
	color: #DB0000;
}

@media only screen and (max-width:500px) {
	.jtwh_cbox .img .c2_img{
		height:4.8rem;
	}
	.jtwh_cbox .img .c_img{
		height:5.2rem;
	}
}