/*--公共部分--*/
* { margin:0; padding:0; border:0; outline: none; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI',
     Roboto, 'Helvetica Neue', Arial, sans-serif; font-size: 16px; word-spacing: 1px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box;}
body{font-family:"Microsoft Yahei","Helvetica Neue", Helvetica, sans-serif; font-size:62.5%; color:#282828; background:#fff;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
img{border:0;}
ul,li{ list-style:none;}
em,i{ font-style:normal;}
a {
    text-decoration:none; color:#282828; outline:none;
    -moz-transition: background-color 0.2s ease-out, color 0.1s ease-out;
    -webkit-transition: background-color 0.2s ease-out, color 0.1s ease-out;
    -ms-transition: background-color 0.2s ease-out, color 0.1s ease-out;
    transition: background-color 0.2s ease-out, color 0.1s ease-out;
}
a:hover{ background-repeat:no-repeat; color:#f00; text-decoration:none;}
.clearfix:before,.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.clearfix{clear:both; *zoom:1;}
input,button,select,textarea{font-family:"Microsoft Yahei"; outline:none; border:none; border-radius:0;}
.pull-left { float: left; }
.pull-right { float: right; }
.ovh { overflow: hidden; }
.por { position: relative; }
.poa { position: absolute; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.img-enlarge{transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;-webkit-backface-visibility: hidden;}
.img-enlarge:hover{transform:scale(1.04,1.04);-ms-transform:scale(1.04,1.04); -webkit-transform:scale(1.04,1.04);}
.percentBlock { display: block; width: 100%; height: 100%; }
.hidden-lg{ display:none; }
.w1300 { width: 1300px; margin: 0 auto;}
.w565 { width: 565px;}
.w620 { width: 620px;}
.mgb30 { margin-bottom: 30px;}


.top { background: url(/statics/21_yckjzy/images/head-bg.png) repeat-x left 0;}
.headTop,.green { display: none; background-color: #9d1d22; font-size: 14px;}

.width_vw { width: 85vw; margin: 0 auto;}

	
.siteMenu { width: 100%; height: 80px; background: #9d1d22; }
	.menuSticky { position: sticky!important; left: 0; right: 0; top: 0; z-index: 1000; height: 80px;}
.siLogo { float: left; margin: 8px 25px 0; width: 350px; overflow: hidden; }
.siteMenuBox { float: right; margin: 15px 30px 15px 0; position: relative; z-index: 100;} 
.navs { width: 100%; }
.navs ul.flex { display: flex; align-items: center; height: 50px;}
	.navs ul li:hover { background: #fff;}
	.navs ul li:hover a { color: #000;}
	.navs ul li a:hover { color: #032f16; }   
	.navs ul>li { float: left; text-align: center; position: relative; cursor: pointer; padding: 0 25px;}
	.navs .nav_first { padding-left: 0px; }
	.navs .nav_last { padding-right: 0px; }
	.navs li a { font-size: 18px; color: #fff; line-height: 50px; height: 50px; display: block; }   
 .navs ul>li:hover ol { display: block; }
		.navs li ol li:hover { border: none !important }
	.navs li ol { position: absolute; left: 0%; top: 40px; z-index: 9999; min-width: 200px; display: none; background: #fff; }		
   /* .navs li ol.lastOl {left: auto; right:0; }*/
.navs li ol li { width: 100%; height: 50px; line-height: 50px; }
	.navs li ol li a { display: block; width: 96%; font-size: 15px; margin: 0px 2%; text-align: left; padding-left: 20px; color: #4e4e4f; font-family: "微软雅黑"; }
	.navs li ol li:hover a { color: #fff }
	.navs li ol li:hover { background: #CC5C52; }
	.navs li ol.widths li { width: 268px; }
	.navs li ol.widths li a { width: 50%; }
	.navs li ol li:hover .sjdh { display:block; }	
	
/* 三级导航 */
.sjdh { display: none; position: absolute; left: 200px; top: 0px; text-align: center; background: #fafafa; width: 550px;  padding: 0 !important; min-height: 320px !important;}		
	.sjdh li { width: 50% !important; margin: 0 !important; padding: 0 !important; float: left; height: 40px; color:#000 }
		.navs .sjdh li a { font-size: 14px!important; color: #d7b56e!important; text-align: left; padding-left: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
		.navs .sjdh li a:hover { color: #fff!important; background: #CC5C52; }
		
/* 翻屏后导航 */
.navs.colorBlack ul li:hover { background: #fff;}
.navs.colorBlack ul li:hover a { color: #C31D22; }
.navs.colorBlack li a { color: #fff;}
.navs.colorBlack ul li a:hover { color: #C31D22; }  
.navs.colorBlack li ol { background: #C31D22;}	
.navs.colorBlack li ol li a { color: #fff!important;}	
	.navs.colorBlack li ol li:hover { background: #CC5C52; }			
		.navs.colorBlack .sjdh { background: #CC4D41;}
		.navs.colorBlack .sjdh li a { color: #fff!important;}
		.navs.colorBlack .sjdh li a:hover { color: #fff!important;}
		
.w1220 { width: 1220px; margin: 0 auto;}	
	
.bg01 { background: #eff1f4 url(../images/bg01.jpg) no-repeat center; height: 650px; overflow: hidden; padding: 40px 0;}
.notice { width: 100%; height: 65px; background: #fff; bottom: 0; z-index: 100; margin-bottom: 30px;}
	.noticeTitle { width: 160px; height: 63px; display: flex; justify-content: center; align-items: center; flex-direction: column; float: left; font-size: 26px; line-height: 63px; }
			.noticeTitle a { color: #9d1d22;}
	.marqueeNews { width:1055px; height:65px; line-height: 65px; overflow:hidden; font-size: 18px; }
		.marqueeNews li { float:left; height: 65px; display: flex; align-items: center; padding: 0 20px; }
		.marqueeNews li span { font-size: 14px; color: #999; }




.schoolNews { background-color: #fff; padding: 30px; overflow: hidden; }
	.title { height: 50px; margin-bottom: 20px;}
		.title ul { float: left; font-size: 26px; font-family: 'myfont';}
		.title li { float: left; padding: 0 30px; height: 50px; margin-right: 10px; line-height: 48px; cursor: pointer;}
		.title li.now { background: #9d1d22; color: #fff;}
	.i_title { margin-bottom: 15px;}
	.i_title ul { font-size: 24px;}
		.i_title li { padding: 0 15px;}
	.rtMore { float: right; line-height: 50px; font-size: 16px; background: url(/statics/21_yckjzy/images/rtIco.png) no-repeat right center; padding-right: 15px;}

.More { height: 40px; line-height: 40px; font-size: 16px; text-align: center; background-color: #eee; margin-top: 15px;}


.swiper-t-left { width: 580px; height: 400px; overflow: hidden; float: left; background-color: #fff;}
	.swiper-t-left .swiper-slide { position: relative;}
	.swiper-slide img { width: 100%; height: 100%;}
	.swiper-slide p { position: absolute; left: 0; right: 0; bottom: 0; height: 50px; line-height: 50px; font-size: 18px; background: rgba(0,0,0,0.5); padding: 0 20px; color: #fff; }
	.swiper-pagination { text-align: right; padding-right: 20px; left: auto!important; bottom:15px!important; box-sizing: border-box; }
	.swiper-pagination span { width: 10px; height: 10px; border-radius: 0;}
	.swiper-pagination-bullet { background-color: #fff; opacity: 1;}
	.swiper-pagination-bullet-active { background-color: #C90D31; opacity: 1;}
		.swiper-button-next,.swiper-button-prev { width: 30px; height: 50px; margin-top: -25px;}
		.swiper-button-next::after,.swiper-button-prev::after { display: none;}
		.swiper-button-prev{ background: rgba(0,0,0,.5) url(../images/left-ico2.png) no-repeat center center; left:5px;}	
			.swiper-button-next { background: rgba(0,0,0,.5) url(../images/right-ico2.png) no-repeat center center; right: 5px;}	


.topRt { float: right; width: 555px; overflow: hidden;}




.scNewsWrap { display: none; position: relative;}	
	.scN_pic { width: 360px; height: 385px; float: left; border: 1px solid #eceaeb; float: left; margin-right: 20px; overflow: hidden;}
	
	.scN_pic:hover { background: #FFF7F9;}
		.scN_pic img { width: 100%; height: 225px; display: block; margin-bottom: 10px;}
		.scN_pic h2 { padding: 0 10px; font-size: 18px; margin-bottom: 10px; line-height: 1.4; display: flex; align-items: center; font-weight: bold;}
		.scN_pic p { font-size: 14px; padding: 0 10px; margin-bottom: 10px; color: #999; line-height: 1.5; }
		.scN_pic span { padding-left: 35px; font-size: 14px; color: #9d1d22; background: url(/statics/21_yckjzy/images/timeIco.png) no-repeat 15px center;}
	
	.w400 { width: 400px; height: 385px; overflow: hidden;}
	
	.sclN_list li { height: 95px; border-top: 1px solid #e9e9e9; padding: 15px 0; overflow: hidden; display: flex; align-items: center; font-size: 16px; line-height: 1.5;}
	.sclN_list li span { flex: 0 0 65px; height: 65px; overflow: hidden; line-height: 20px; font-size: 12px; display: flex; align-items: center; flex-direction: column; align-items: center; justify-content: center; color: #9d1d22; background-color: #edd3d3; margin-right: 10px; }
		.sclN_list li span i { display: block; font-size: 22px; line-height: 1.4; }
	.posMore { position: absolute; right: 0; top: -70px;}
	
.bgBor { background-color: #fff; border: 1px solid #e3e3e3; padding: 30px;}	
.w595 { width: 595px; height: 365px; overflow: hidden; margin-bottom: 30px;}
.pd50 { padding: 50px 0;}

.defaultList { line-height: 40px; font-size: 16px;}
	.defaultList li { overflow: hidden;}
		.defaultList li span { float: right; font-size: 13px; color: #999;}

.special { width: 100%; height: 180px; display: flex; justify-content: space-between;}
	.speItems { flex: 0 0 290px; height: 180px; overflow: hidden; position: relative;}
		.speItems p { height: 35px; line-height: 33px; background-color: #9d1d22; font-family: 'myfont'; font-size: 22px; color: #fff; padding: 0 15px; position: absolute; right: 0; top: 15px;}
		.speItems img { width: 100%; height: auto;}
		
.bg02 { background: #9e383d url(../images/bg02.jpg) no-repeat center bottom; color: #fff; padding: 40px 0; margin-bottom: 30px;}
	.bg02 .title { margin-bottom: 10px;}
	.bg02 .title li { background-color: #fff; color: #9d1d22; padding: 0 10px;}
.w800 { width: 800px; height: 475px; padding: 15px 20px; margin-bottom: 20px;}	


/* .specialty { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 20px;}
.sptyItems { flex: 0 0 240px; height: 175px; background-color: #eee; overflow: hidden; margin-bottom: 20px;}
	.sptyItems img { display: block; width: 100%; height: 130px;}
	.sptyItems p { height: 45px; background-color: #D5AE58; color: #fff; font-size: 16px; line-height: 45px; text-align: center; font-weight: bold;} */
	
	
.specialty { width: 758px; height: 370px; display: flex; justify-content: space-between; flex-wrap: wrap;}
	.specialty .swiper-slide { text-align: center; font-size: 18px; background: #fff; height: calc((100% - 30px) / 2) !important;}
	.specialty .swiper-slide a { display: flex; justify-content: center; align-items: center; overflow: hidden;}
	.specialty .swiper-slide img { display: block; width: 100%; height: 130px;}
	.specialty .swiper-slide p { height: 45px; background-color: #D5AE58; color: #fff; font-size: 16px; line-height: 45px; text-align: center; font-weight: bold; margin: 0;}
	.next,.prev { width: 30px; height: 90px; margin-top: -45px;}
	.next::after,.prev::after { display: none;}
	.prev{ background: rgba(0,0,0,.5) url(../images/left-ico2.png) no-repeat center center; left:0;}	
		.next { background: rgba(0,0,0,.5) url(../images/right-ico2.png) no-repeat center center; right:0;}
	
	
	
	
.other_w400 { padding: 0; height: 475px; margin-bottom: 20px;}
.zsjy { border: 1px solid #e3e3e3; background: #fff; padding: 15px 20px; margin-bottom: 20px;}

.gcsvcT { text-align: center; font-size: 44px; color: #fff; padding-bottom: 40px;}
.gcsvcT span { position: relative; display: inline-block;}
	.gcsvcT span::before,.gcsvcT span::after { width: 200px; height: 2px; background-color: #fff; position: absolute;  left: -220px; top: 50%; transform: translateY(-50%); content: '';}
	.gcsvcT span::after { left: 240px;}

.icoLink {border: 1px solid #e3e3e3; background: #fff; padding: 15px 20px; height: 153px; display: flex; justify-content: space-around; text-align: center; }
.icoLink a { padding: 15px; font-size: 16px; color: #9d1d22; font-weight: bold;}
.icoLink a img { display: block; margin-bottom: 8px;}
.icoLink a:hover { background: #eee; border-radius: 10px;}


.btmNews { padding: 50px 0;}
	.scN_pic02 { width:393px; background-color: #f5f5f5;}
		.scN_pic02:nth-of-type(3) { margin-right: 0;}
		.scN_pic02 img { margin-bottom: 0;}
	.picInfo { padding-left: 60px; background: url(/statics/21_yckjzy/images/btmI.png) no-repeat 8px top; padding-top: 10px;}

.fcbox { height: 745px; margin-bottom: 50px; position: relative;}
.first { width: 650px; height: 460px; overflow: hidden; position: absolute; left: 0; top: 0;}
	.first::after { position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: rgba(68, 68, 68, .34); content: '';}
	.first img { width: 100%; height: 100%; display: block;}
.flRcol { width: 870px; position: absolute; z-index: 1; right: 0; top: 0;}

.flrItems { width: 290px; height: 580px; float: left; display: flex; flex-direction: column; background: #9d1d22;}
	.flrItems a { flex: 0 0 290px; overflow: hidden; text-align: center; display: flex; justify-content: center; flex-direction: column; align-items: center; color: #fff; font-size: 22px; font-weight: bold;}
	.flrItems a img { width: 100%; height: 100%; display: block;}
		.flrItems a span { flex: 0 0 70px; width: 70px; margin-bottom: 10px; }
.flrItems:first-child { margin-top: 165px; background-color: #7a0d12;}
.flrItems:last-child { margin-top: 60px; background: #b15632; flex-direction: column-reverse;}
.flrItems:hover { background: #DC444A;}


.fcLayout { height:350px; margin-bottom: 20px;}
	.fcLayout li { width: 290px; height: 150px; float: left; margin-left: 20px; margin-bottom: 20px; overflow: hidden;}
	
	.fcLayout li:first-child { width: 600px; height: 320px; margin: 0;}
	.fcLayout li img { width: 100%; height: 100%; display: block;}

/* 友情链接 */
.fastLink { height: 50px; margin-bottom: 50px;}
	.fastLink h2 { font-size: 26px; float: left; width: 150px; line-height: 50px; text-align: center; background: #9D1D22; margin-right: 15px; color: #fff;}
	.partNer { display: flex; justify-content: center; padding-top: 7px;}
			.partNer select { width: 240px; height: 38px; margin: 0 10px; padding: 0 10px; border: 1px solid #e5e5e5; font-size: 14px;}

.btmLink { background-color: #fff; box-shadow: -5px 0 10px #ddd; border-top: 1px solid #e3e3e3; height: 80px; overflow: hidden; }
	.btmLink .w1220 { display: flex; justify-content: space-between; align-items: center;}
	.btmLink .w1220 a { flex: 0 0 180px; height: 80px; display: flex; align-items: center; font-size: 22px; color: #9d1d22; justify-content: center;}
	.btmLink .w1220 a span { margin-right: 10px;}
	.btmLink .w1220 a:hover { background-color: #eee;}



/* footer */
	.newFooter { background: #9d1d22; color: #fff; padding: 30px 0; font-size: 14px; line-height: 30px; }
	
		.footerLeft	{ float: left; }
		.footerRt { width: 220px; float: right; display: flex; justify-content: space-between; line-height: 1.5; }	
			.footerRt p { display: flex; flex-direction: column; align-items: center; text-align: center;}
				.footerRt p img { margin-bottom: 5px;}


.sub_banner { height: 360px; overflow: hidden; text-align: center;}
.subPageBox { display: flex;  padding-bottom: 50px;}	
.leftNav { position: relative; top: -60px; background: linear-gradient(to bottom, #eceaeb,#f3f5f4,transparent); flex: 0 0 185px; margin-bottom: 50px;}
.activeCat { background: #9d1d22 url(../images/gtico.png) no-repeat 15px 75px; color: #fff; font-size: 26px; height: 120px; padding: 20px 10px 50px 20px; line-height: 1; overflow: hidden; display: flex; align-items: center;}

.navItems { padding: 20px 0; overflow: hidden;}
.navItems li {min-height: 55px; border-bottom: 1px solid #e0dede; overflow: hidden; font-size: 15px; line-height: 1; display: flex;}
.navItems li a { padding: 0 15px; line-height: 18px; display: flex; align-items: center; width: 100%; }
	.navItems li a:hover { color: #7a0d12; font-weight: bold; background-color: #fff;}

.subRt { flex: 0 0 1015px;}
	.breadCur { height: 60px; background-color: #fff; padding: 0 15px; font-size: 15px; line-height: 60px; text-align: right;}

.subCon { padding-left: 30px; overflow: hidden;}
	.cur_catName { font-size: 26px; font-weight: bold; color: #7a0d12; padding: 20px 15px; line-height: 30px;}
	
	.listWrap { background: #fff; padding: 20px 30px; font-size: 16px;}
	.subNlist li { border-bottom: 1px dashed #ddd; height: 50px; line-height: 50px; position: relative; padding-left: 25px;}
		.subNlist li span { float: right; font-size: 14px; color: #999; padding-right: 5px;}
		.subNlist li::before { content: ''; border: 6px solid transparent; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); border-left-color: #ccc;}
		.subNlist li:hover { background: #F1F1F1;}

.paging{padding: 10px 0 30px; text-align:center; background-color: #fff;}
	.paging a,.paging span{ border:#ccdbe4 1px solid; padding:5px 8px; margin:2px; color:#333;text-decoration:none; font-size: 14px;}
	.paging a:hover,.paging span { border:#7a0d12 1px solid; color:#fff; background: #7a0d12;}
	.paging a:active { border:#7a0d12 1px solid; color:#666;}

.subNlist_pic { padding: 10px 0; overflow: hidden;}
	.subNlist_pic li { float: left; width: 288px; height: 230px; overflow: hidden; margin-right: 30px; margin-bottom: 15px; background: #9D1D22;}
		.subNlist_pic li img { width: 100%; height: 180px; display: block;}
		.subNlist_pic li p { padding: 0 10px; line-height: 50px; color: #fff; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
		.subNlist_pic li:hover { background-color: #CC4D41;}
	
	.subNlist_pic li:nth-of-type(3n) { margin-right: 0;}


.articleTitle { font-size: 26px; font-weight: bold; line-height: 1.5; margin-bottom: 10px;}
.articleAttr { font-size: 14px; color: #999; line-height: 40px; margin-bottom: 30px; min-height: 40px; padding: 10px 0;}
	.articleAttr p span { padding-right: 20px;}
.articleCon { padding: 20px 0; font-size: 16px; line-height: 35px; text-align: justify; clear: both;}
	.articleCon img,.articleCon video { max-width: 850px!important; height: auto!important; margin: 0 auto!important; display: block!important; margin-bottom: 10px;}


/* 侧边悬浮导航 */
.right_nav{ right:0; bottom:180px; position:fixed; text-align:left;overflow: hidden;z-index:100;}
.right_nav li{background:#9D1D22;margin:4px 0;padding: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor:pointer;position:relative; right: -70px;}
.right_nav li .iconBox{text-align: center;overflow: hidden;display: flex;align-items: center;justify-content: space-between}
.right_nav li img{ width: 30px; height:30px;}
.right_nav li h4{color: #fff;font-size:14px;margin:2px 0;margin-left: 15px;}
.right_nav li:hover{background:#cf1322}
.right_nav li .hideBox{display: none;position: absolute;right:120px;padding:10px;padding-right: 15px; top:-10px;z-index: 999;}
.right_nav li .hideBox .hb{border: 1px solid #ccc;background-color: #fff; padding: 10px 20px;border-top: 2px solid #9D1D22;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.right_nav li .hideBox .hb h5{padding: 5px 0;border-bottom: 2px solid #ccc;color: #9D1D22;font-size: 16px;font-weight: 400;display: block;white-space: nowrap;}
.right_nav li .hideBox .hb p {margin-top: 5px;font-size: 18px;font-weight: 700;}
.right_nav li .hideBox .hb .qqtalk{margin-top: 10px;}
.right_nav li .hideBox .hb .qqtalk a{display: flex;align-items: center}
.right_nav li .hideBox .hb .qqtalk p{font-size: 14px;font-weight: 400;white-space: nowrap;margin-top: -5px;margin-left: 5px;}
.right_nav li .hideBox img{width:120px;height: auto;margin-top: 10px;}



/* ~~~~~~~~~~~~~~~~~~~~~~~  Molile style ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ Molile style ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ Molile style ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media screen and (max-width: 843px) {
	.w1300,.w595 { width: 100%; height: auto; overflow: hidden;}
	.mobilePd15 { padding: 0 15px;}
	.hidden-xs { display: none;}
	.pull-left,.pull-right { float: none;}
	.headTop,.green { display: block;}
	.headTop { padding: 0; height: 65px; background: #9d1d22 url(../images/logo.png) no-repeat 15px center; background-size: auto 50px;}
	.logo-wap { display: block; width: auto; height: 50px; position: absolute; left: 0; margin: 8px 15px 0;}	
	.w1220,.w290,.w800 { width: 100%;}
	
	
.bg01 { background: #eff1f4; height: auto; padding: 20px 0;}
	.notice { width: 100%; height: 50px; position: relative; }
		.noticeTitle { width: 50px; height: 50px; padding: 10px; position: absolute; left: 0; top: 0; z-index: 1; font-size: 15px; line-height: 15px; background-color: #9d1d22; }
			.noticeTitle a { color: #fff;}
		.marqueeNews { width: 100%; height:50px; line-height: 50px; overflow:hidden; font-size: 14px;}
			.marqueeNews li { float:left; width: auto; height: 50px; display: flex; align-items: center; margin-right: 30px; }
	
.schoolNews { width: 100%; height: auto; padding: 10px 10px 0; }
	.title { height: 40px; margin-bottom: 15px;}
		.title ul { font-size: 20px;}
		.title li { padding: 0 10px; height: 40px; margin-right: 10px; line-height: 38px; cursor: pointer;}
		.title li.now { background: #9d1d22; color: #fff;}
	.rtMore { float: right; line-height: 40px; font-size: 14px; background: url(/statics/21_yckjzy/images/rtIco.png) no-repeat right center;}
	
.scNewsWrap { display: none; position: relative;}	
	.scN_pic { width: 100%; height: auto; float: none; margin-right: 0; margin-bottom: 15px; padding-bottom: 10px;}
	.scN_pic img { width: 100%; height: 200px;}
		.scN_pic h2 { font-size: 15px; margin-bottom: 5px;}
		.scN_pic p { font-size: 12px; margin-bottom: 10px; color: #999; line-height: 1.3; }
		.scN_pic span { font-size: 12px;}
	
	.w400 { width: 100%; height: auto;}
	.sclN_list li { height: auto; padding: 10px 0; font-size: 15px;}
	.sclN_list li span { flex: 0 0 55px; height: 55px; line-height: 18px; font-size: 12px;}
		.sclN_list li span i { display: block; font-size: 18px; line-height: 1.2	1; }
	.posMore { position: absolute; right: 0; top: -55px;}	
  
.swiper-t-left { width: 100%; height: 230px; float: none; margin-bottom: 15px;}	
.topRt { float: none; width: 100%; overflow: hidden;}
.More { height: 30px; line-height: 30px; font-size: 13px; margin: 10px 0;}
.i_title { margin-bottom: 10px;}
.i_title li { font-size: 16px; padding: 0 5px; margin: 0; font-family: Arial, Helvetica, sans-serif}

.pd50,.bgBor { padding: 15px;}
.bgBor { padding: 10px;}
.mgb15 { margin-bottom: 15px;}


.defaultList { line-height: 33px; font-size: 14px;}
	.defaultList li { overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
		.defaultList li span { display: none;}
.w595 { margin-bottom: 15px;}

.special { height: auto; flex-wrap: wrap;}
	.speItems { flex: 0 0 48%; height: auto;  margin-bottom: 15px;}
	.speItems img { width: 100%; height: auto; display: block;}
		.speItems p { background-color: #9d1d22; font-family: 'myfont'; font-size: 18px; position: inherit; text-align: center;}

.bg02 { height: auto; background: #9e383d; padding: 15px 0; margin-bottom: 15px;}
.w800 { height: auto; margin-bottom: 20px; padding-bottom: 0;}
	.specialty { margin-bottom: 0;}
	.sptyItems { flex: 0 0 48%; height: auto; margin-bottom: 20px;}
		.sptyItems img { display: block; width: 100%; height: auto;}
		.sptyItems p { height: 35px; font-size: 14px; line-height: 35px; font-weight: normal;}
		
	.bg02 .w400 { padding: 0; height: auto;}
	.zsjy { border: 1px solid #e3e3e3; background: #fff; padding: 15px 20px; margin-bottom: 20px;}
	
.gcsvcT { font-size: 24px;padding-bottom: 20px;}
	.gcsvcT span::before,.gcsvcT span::after { width: 60px; left: -70px; top: 50%;}
	.gcsvcT span::after { left: 135px;}	
	
	
	
	.icoLink {border: 1px solid #e3e3e3; background: #fff; padding: 15px 20px; height: auto; display: flex; justify-content: space-around; text-align: center; flex-wrap: wrap; }
	.icoLink a { padding: 15px; font-size: 15px; color: #9d1d22; font-weight: bold; flex: 0 0 50%; overflow: hidden; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center;}
	.icoLink a img { display: block; margin-bottom: 8px;}
	.icoLink a:hover { background: #eee; border-radius: 10px;}
	
	
	
.btmNews { padding: 20px 0;}	
.scN_pic02 { width:100%;}
	.picInfo { padding-left: 30px; background: url(/statics/21_yckjzy/images/btmI.png) no-repeat 8px top; padding-top: 10px; background-size: 20px auto;}	
	
	
	.fcbox { height: auto; margin-bottom: 20px;}
	.first { display: none;}
	.flRcol { width: 100%; position: inherit; display: flex;}
	
	.flrItems { width: 33%; height: auto; float: none; display: flex; flex-direction: column; background: #9d1d22; margin: 0!important;}
		.flrItems a { flex: 0 0 100px; font-size: 14px;}
		.flrItems a:first-child { display: none;}
			.flrItems a span { flex: 0 0 40px; width: 40px; margin-bottom: 10px; }
	
	.btmLink { height: auto; padding: 10px 0; }
		.btmLink .w1220 { flex-wrap: wrap;}
		.btmLink .w1220 a { flex: 0 0 50%; height:40px; font-size: 16px;}
		.btmLink .w1220 a span { flex: 0 0 30px;}
		.btmLink .w1220 a span img { width: 100%}
		.btmLink .w1220 a:hover { background-color: #fff;}
	
	.fcLayout { height: auto; margin-bottom: 10px; display: flex; flex-wrap: wrap; justify-content: space-between;}
		.fcLayout li { width: auto; flex:0 0 48.5%; height: 120px; float: none; margin:0 0 10px 0;}
		.fcLayout li:first-child { width: auto; flex: 100%; height: 200px; margin: 0 0 10px 0;}

	
	
	
	
.sub_banner { height: auto; width: 100%; overflow: hidden;}	
	.sub_banner img { width: 100%; height: 100%; display: block;}

.subRt { flex: 0 0 100%; width: 100%; padding-top: 15px; margin-bottom: 20px;}
	.breadCur { height: 35px; font-size: 12px; line-height: 35px; text-align: left;}

.subCon { padding-left: 0;}
	.cur_catName { font-size: 20px; padding: 10px 15px;}
	
	.subNlist { padding: 15px; font-size: 13px; width: 100%;}
	.subNlist li { height: 40px; line-height: 40px; padding-left: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
		.subNlist li a { text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
		.subNlist li span { display: none;}

.listWrap { padding: 15px 15px 0;}	
.subNlist_pic { padding: 10px 0 0; overflow: hidden; display: flex; flex-wrap: wrap; justify-content: space-between;}
	.subNlist_pic li { float: none; width: auto; flex: 0 0 48.5%; height: 150px; margin-right: 0; margin-bottom: 15px; background: #9D1D22;}
		.subNlist_pic li img { width: 100%; height: 120px;}
		.subNlist_pic li p { padding: 0 5px; line-height: 30px; font-size: 13px;}
	
	
	
/* 文章页 */
.articleTitle { font-size: 18px; margin-bottom: 0;}
.articleAttr { font-size: 12px; margin-bottom: 10px; padding: 0;}
	.articleAttr p span { padding-right: 10px;}
.articleCon { font-size: 14px; line-height: 24px; padding-top: 0;}
	.articleCon img,.articleCon video { max-width: 100%!important;}	


.paging{padding: 15px 0 30px;}
	.paging a,.paging span{ padding:3px 5px; font-size: 12px;}
	
	

}

@media screen and (min-width: 844px) and (max-width: 1600px) {
	.navs ul>li { padding: 0 18px;}
	.navs li a { font-size: 18px;}
	.navs li ol { min-width: 108px; }	
	.navs li ol li a { padding: 0; text-align: center;}	
	/* 三级导航 */
	.sjdh {left: 108px; width: 500px;}		
}
.block { display: block;} 	<!--耗时1763942328.9022秒-->