.pageTips {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000 url("../image/bg.png");
}

.pageTips .container {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 630px;
	margin-left: -315px;
	margin-top: -160px;
}

.pageTips .container a.close {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 1;
	left: auto;
	right: -15px;
	top: 40px;
	bottom: auto;
	background: url("../image/close.png") center no-repeat;
}

.pageTips .container .img {
	text-align: center;
}

.pageTips .container .msg {
	font-size: 18px;
	line-height: 36px;
	padding-top: 30px;
}

.pageTips .container a {
	color: #fff;
	text-decoration: underline;
}
body{overflow-x: hidden;}

.w {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.flex{
	display:flex; 
	flex-direction: row; 
	justify-content:space-between; 
	align-items: center;
}
.header-bg{
	width: 100%;
	height: 110px;
	background: #a40000 url(../img/top-bg.png) no-repeat center top;
}
.header{
	height: 100%;
}
.logo a{
	display: block;
}
.header-lj{
	text-align: right;
	margin-right: 14px;
}
.header-lj a{
	padding: 0 10px;
	color: #fff;
	opacity: 0.85;
	filter:Alpha(opacity=85);
	line-height: 18px;
}
.header-lj a:hover{
	opacity: 1;
	filter:Alpha(opacity=100);
}
/*搜索样式*/
.flex{display:flex; flex-direction: row; justify-content:space-between; align-items: center;}
.searchbtn{display: inline-block; width: 18px; height:18px; text-align: center;}
.searchbtn img{width: 100%; vertical-align: -2px;}
.trans{transition:all .5s}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
.cd-popup-container { position: relative;  padding: 30px 40px 30px 30px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }

.hidden_search .text { width: 100%; height: 36px; padding: 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn{display:block;cursor:pointer;position:absolute;right:0;top:0;height:36px;width:40px;border:none;border-radius:50%;
  overflow:hidden;font-size:14px;color:#8f0e16;background:0 0;background: url(../img/ser1.png) no-repeat center;background-size: 20px 20px}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 50px; padding-left: 20px; width: 72% }
.hidden_search .close_btn { position: absolute; right: 20px; top: 32%;  width: 35px; height: 35px;
 -webkit-transition: 0.5s; transition: 0.5s; font-size: 26px;background: url(../img/close.png) no-repeat center; background-size: 50% }
 .hidden_search .close_btn:hover{ color: #530794; }

.cd-popup { position: fixed; left: 0; top: 0; height: 100%; width: 100%;background: rgba(0,0,0,.7);visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative;  padding: 30px 40px 30px 30px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.cd-popup0, .cd-popup1, .cd-popup2, .cd-popup3 { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999; }
.cd-popup0.is-visible, .cd-popup1.is-visible, .cd-popup2.is-visible, .cd-popup3.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container0, .cd-popup-container1, .cd-popup-container2, .cd-popup-container3 { position: relative; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 20%; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.cd-popup-container1 { top: 10%; }
.is-visible .cd-popup-container0, .is-visible .cd-popup-container1, .is-visible .cd-popup-container2, .is-visible .cd-popup-container3 { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.sear_p{float: left;margin: 20px 0 0 5%;width: 90%;-webkit-border-radius: 5px;border-radius: 5px;background: #fff;}
.sear_txt{float: left;height: 30px;font-size: 12px;line-height: 30px;border: none;width: calc(100% - 35px);background: none;color: #666;text-indent: 5px;}


@media screen and (max-width: 600px){
.hidden_search .close_btn{right: 5px;font-size: 18px;top:28%;}
.cd-popup-container{width: 80%}
.hidden_search .text{font-size: 14px}
.cd-popup-container{padding: 20px 30px 20px 10px}
}
@media screen and (max-width: 320px){
	.hidden_search .search_wrap{width: 65%;}
}
@media screen and (max-width: 280px){
	.hidden_search .search_wrap{width: 60%;}
}
/*nav样式*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{ width: 500px; height:30px; line-height:30px; background:none;  position:relative; z-index:2; margin-top: 10px;}
		.nav a{ color:#fff;  display: block;}
		.nav .nLi{ float:left;  position:relative; display:inline;}
		.nav .nLi h3{ float:left;  }
		.nav .nLi h3 a{ display:block; font-size:16px; color: #fff; width: 100px; text-align: center;}
		.nav .sub{ display:none; width:100%; left:0; top:30px;  position:absolute; background: rgba(155,13,20,0.8);  line-height:30px; padding:5px 0;  z-index: 99;}
		.nav .sub li{ zoom:1; }
		.nav .sub a{ display:block; text-align: center;}
		.nav .sub a:hover{ background:#fff; color:#A40000;}
		.nav .sub.sub5{width: 185%; right: 0; left: auto;}
		.nav .on h3 a{ background:none; color:#fff;}

.title{
	margin: 21px 0 20px 0;
}
.title h3{
	font-size: 30px;
	color: #b61018;
}
.title h3 i{
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #B61018;
	border-radius: 50%;
	margin: 0 10px;
	vertical-align: 8px;
}
.more{
	background: url(../img/more-bg.png) no-repeat center bottom;
	padding-bottom: 3px;
}
.more a{
	display: block;
	color: #999;
}
.more a:hover{
	color: #666;
}
.box-l-bg{
	background: url(../img/box-l-bg.png) no-repeat left top;
}
.box-r-bg{
	padding-bottom: 40px;
	background: #ffffff no-repeat right bottom;
}
		
.slideBox{ width:600px; height:430px; overflow:hidden; position:relative;}
		.slideBox .hd{ height:10px; overflow:hidden; position:absolute; right:8px; bottom:25px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin:0 5px; width:10px; height:10px; border-radius: 50%; text-indent: -999999px; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#ffcc11;}
		.slideBox .bd{ position:relative; height:100%; z-index:0;}
		.slideBox .bd li{ zoom:1; vertical-align:middle; position: relative;}
		.slideBox .bd img{ width:600px; height:430px; display:block;  }
		.slideBox .bd li p{position: absolute; left: 0; bottom: 0; width: 100%; height: 60px; line-height: 60px; background: rgba(0,0,0,0.65);}
		.slideBox .bd li p span{padding-left: 15px; padding-right: 100px; color: #fff; font-size: 18px; overflow: hidden;}
		
.news-r{
	width: 560px;
}
.news-r ul li{
	height: 45px;
	background: #f5f5f5;
	margin-top: 10px;
	transition: all 0.3s ease-out;
}
.news-r ul li:first-child{
	margin-top: 0;
}
.news-sj{
	width: 70px;
	height: 45px;
	line-height: 45px;
	border-right: 2px solid #c7c7c7;
	border-bottom: 2px solid #c7c7c7;
	color: #cb010b;
	box-sizing: border-box;
	text-align: center;
	font-family: arial;
	font-size: 20px;
}
.news-r ul li h4{
	font-size: 16px;
	line-height: 45px;
	margin-left: 88px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-r ul li a{
	display: block;
}
.news-r ul li:hover{
	margin-left: -5px;
}
.news-r ul li a:hover h4{
	color: #B61018;
}
.box-redbg{
	width: 100%;
	background: rgba(182,16,24,0.05);
	margin-top: 35px;
	padding: 15px 0 25px 0;
}
.w50{
	float: left;
	width: 50%;
}
.w50l{
	margin-right: 20px;
}
.w50r{
	margin-left: 40px;
}
.xxyg ul li{
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}
.xxyg ul li:first-child{
	padding-top: 10px;
}
.xxyg ul li:last-child{
	border-bottom: 0;
}
.xxyg ul li a{
	display: block;
}
.xxyg-sj {
	width: 60px;
	height: 60px;
	border: 1px solid #cb010b;
	box-sizing: border-box;
	padding: 1px;
	font-family: arial;
	text-align: center;
}
.xxyg-sj p{
	width: 56px;
	height: 30px;
	line-height: 30px;
	background: #CB010B;
	color: #fff;
	font-size: 20px;
}
.xxyg-sj span{
	display: block;
	line-height: 26px;
	font-size: 12px;
}
.xxyg-r{
	padding-left: 75px;
}
.xxyg-r h4{
	font-size: 16px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.xxyg-r .xxyg-r-sj{
	background: url(../img/ysj.png) no-repeat left center;
	padding-left: 22px;
	color: #999;
	margin-top: 6px;
}
.xxyg-r .xxyg-r-dd{
	background: url(../img/dd.png) no-repeat left center;
	padding-left: 22px;
	color: #999;
	margin-top: 2px;
}
.xxyg ul li a:hover h4{
	color: #CB010B;
}
.notice ul li{
	line-height: 28px;
	margin-top: 22px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.notice ul li:first-child{
	padding-top: 10px;
}
.notice ul li span{
	display: inline-block;
	width: 64px;
	height: 28px;
	border: 1px solid #CB010B;
	padding: 0 1px;
	box-sizing: border-box;
	font-family: arial;
	font-size: 12px;
	margin-right: 14px;
}
.notice ul li span i{
	display: inline-block;
	width: 34px;
	height: 24px;
	background: url(../img/notice-sj.png) no-repeat;
	color: #fff;
	line-height: 24px;
	text-align: center;
	font-family: arial;
	font-size: 16px;
	padding-right: 5px;
}
.notice ul li a{
	font-size: 16px;
}
.notice ul li a:hover{
	color: #CB010B;
}
.xxdt ul li{
	line-height: 40px;
	font-size: 16px;
	background: url(../img/sj.png) no-repeat left center;
	padding-left: 18px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.xxdt ul li i{
	float: right;
	color: #999;
	padding-left: 20px;
}
.xxdt ul li a:hover{
	color: #CB010B;
}
.mt20{
	margin-top: 20px;
}
.foot-bg{
	width: 100%;
	padding: 20px 0;
	background: #9b0d14;
}
.foot{
	color: #fff;
}
.bq{
	margin-top: 14.5px;
}
.bq p{
	line-height: 28px;
}
.dilogo{
	float: left;
	display: block;
	margin-top: 23.5px;
	margin-left: 134px;
}
.wx ul li{
	float: left;
	margin-left: 20px;
	text-align: center;
}



/*以下是二级页面样式*/

.zibanner {
	display: block;
	width: 100%;
	height: auto;
}

.zy-box {
	margin-top: 30px;
}

.zy-box .place {}

.zy-box .place p {
	float: right;
	background: url(../img/place.png) no-repeat left 7px;
	padding-left: 24px;
}

.zy-box .place p a:hover {
	color: #CB010B;
}


/*列表页左侧*/

.zy-box-l {
	width: 240px;
}

.menu {
	width: 100%;
	padding-bottom: 60px;
	background: #eee;
}

.menu h3 {
	width: 100%;
	height: 84px;
	background: #CB010B;
	color: #fff;
}

.menu h3 p {
	padding: 14px 5px 20px 24px;
	line-height: 50px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .2em;
	position: relative;
}

.menu h3 p:after {
	position: absolute;
	content: "";
	left: 24px;
	bottom: 20px;
	width: 24%;
	height: 2px;
	background: #fff;
}

.menu ul {
	padding-left: 12px;
}

.menu ul li {
	width: 100%;

	margin-top: 1px;
	font-size: 16px;
	position: relative;
}

.menu ul li a {
	display: block;
padding:8px 0;
	line-height: 30px;
	height: 100%;
	padding-left: 40px;
	transition: 0.3s;
}

.menu ul li a:hover {
	background: #fff;
}

.menu ul li.on a {
	background: #fff url(../img/cl-li.jpg) no-repeat 25px center;
}


/*列表页右侧*/

.zy-box-r {
	width: 920px;
}

.zy-box-bt {
	line-height: 30px; padding:15px 0;
	border-bottom: 2px solid #CB010B;
}

.zy-box-r .zy-box-lm {
	font-size: 26px;
	font-weight: bold;
	color: #CB010B;
}

.list_box ul {
	margin-top: 20px;
}

.list_box ul li {
	line-height: 54px;
	font-size: 16px;
	border-bottom: 1px dashed #ddd;
}

.list_box ul li i {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #acacac;
	margin-right: 15px;
	vertical-align: 3px;
}

.list_box ul li em {
	float: right;
	padding-left: 20px;
}

.list_box ul li a {
	display: block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.list_box ul li a:hover {
	color: #CB010B;
}

.list_box ul li a:hover i {
	background: #CB010B;
}


/*内容页*/

.zy-box-r .main_content {
	margin-top: 26px;
	font-size: 14px;
	color: #333;
	line-height: 2.0;
}

.zy-box-r .main_content .title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	line-height: 1.7;
	height: auto;
	border: 0;
	padding-top: 0;
}

.zy-box-r .main_content .Subtitle {
	text-align: center;
	font-size: 12px;
	color: #333333;
	line-height: 2.5;
	background: #f5f5f5;
	margin-top: 10px;
}

.zy-box-r .main_content .dpzw {
	font-size: 16px;
	color: #333333;
	line-height: 3;
	margin-top: 15px;
}

.zy-box-r .main_content .dpzw img {
	margin: 0 auto;
        display: block;
       border: none;
       max-width: 100%;
}



.zy-box-r .main_content .dpzw p {
	font-size: 15px;
line-height: 28px;
	text-indent: 2em;
}

.zy-box-r .main_content .page_box {
	margin-top: 30px;
	border-top: 1px #cccccc dashed;
	padding-top: 20px;
}

.zy-box-r .main_content .page_box a {
	color: #666;
	line-height: 20px;
}

.zy-box-r .main_content .page_box a:hover {
	color: #CB010B;
}
/*师资页样式*/
.sz p{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}
.sz dl{
	margin-bottom: 40px;
}
.sz dl dt{
	font-size: 16px;
	margin-bottom: 20px;
}
.sz dl dt span{
	display: inline-block;
	min-width: 150px;
	background: #CB010B;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.sz dl dd{
	float: left;
	width: 16.6%;
	line-height: 50px;
	font-size: 15px;
}
.sz dl dd a{
	display: block;
}



.header-r-sj{display: none;}
.focus{display: none;}
.sjfoot{display: none;}

.nyleft{display: none;}
/*响应式样式*/

@media screen and (max-width:1216px){
	.w{padding: 0 20px; width: auto;}
	.slideBox{width: 53%;}
	.news-r{width: 44%;}
	.slideBox .bd img{width: 100%;}
	.slideBox .bd li p{width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
	.box-l-bg{background: none;}

}

@media screen and (max-width: 400px){
      .slideBox .bd img{ height:245px !important;}
}


@media screen and (max-width:1190px){
	
}
@media screen and (max-width:1132px){
	.dilogo{margin-left: 6%;}
	
}
@media screen and (max-width:1055px){
	.dilogo{margin-left: 2%;}
	
}
@media screen and (max-width:1024px){
	body{padding-top: 70px;}
	.header-bg{height: 70px; position: fixed; top: 0; left: 0; right: 0; z-index: 999;}
	.logo{height: 70%;}
	.logo a, .logo img{height: 100%;}
	.header-r{display: none;}
	.header-r-sj{display: block;}
	.box-r-bg{background: none;}
	/*导航开始*/
	.menu-btn{
		position: relative;
		overflow:hidden; 
		z-index: 999;
		width:32px;
		height:36px;
		background:0 0;
		text-indent:-5260px;
		opacity:1;
		margin-left: 15px;
		border: 0;
	}
	.menu-btn .line-1,.menu-btn .line-2,.menu-btn .line-3{
		position:absolute;
		top:50%;
		right:50%;
		display:block;
		right: 0;
	  	width:32px;
	  	height:2px;
	  	background:#fff;
	  	transition:all .4s cubic-bezier(.165,.84,.44,1) 0s;
	  	transition-property:transform,width,margin,background-color;
	}
	.menu-btn .line-1{margin-top:-10px;width:28px}
	.menu-btn .line-3{margin-top:10px;width:28px}
	.drawerMenu-open .menu-btn .line-1{visibility:hidden}
	.drawerMenu-open .menu-btn .line-2{margin-top:0!important;width:32px;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
	.drawerMenu-open .menu-btn .line-3{margin-top:0!important;width:32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
	
	.mobNav{
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
		bottom: 0; 
		background: rgba(255,255,255,.95);
		z-index: 98;
		padding: 20px 5% 30px;
		display: none;
	}
	.mobNav ul{height: 80vh; overflow: auto;}
	.mobNav ul li{padding: 15px 0;border-bottom: 1px solid #ddd;}
	.mobNav ul li:last-child{border-bottom: 0;}
	.mobNav ul li .navp a{font-size: 18px; color: #910000; font-weight: bold;}
	.mobNav ul li .navp i{display: block; width: 16px; transition: .3s; transform-origin: center; margin-right: 5px;}
	.mobNav ul li.on .navp i{transform: rotate(-45deg);}
	.mobNav ul li .navp i img{
	    display: block;
	    padding: 0;
	    border: none;
	    -ms-interpolation-mode: bicubic;
	    max-width: 100%;
	    max-height: 100%;
	}
	.mobNav ul li .subNavm{margin-top: 10px;padding-left: 16px;display: none;}
	.mobNav ul li .subNavm a{display: block;line-height: 40px;font-size:16px;}
	/*导航结束*/
	
	.banner{display: none;}
	.focus{display: block;}
	/*手机banner样式*/
	.focus {
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	.focus .hd {
		width: 100%;
		position: absolute;
		z-index: 1;
		bottom: 12px;
		text-align: center;
	}
	.focus .hd ul {
		display: block;
		vertical-align: top;
	}
	.focus .hd ul li {
		display: inline-block;
		width: 8px;
		height: 8px;
		border: 2px solid #fff;
		margin: 0 10px;
		text-indent: -999999px;
		background: rgba(255,255,255);
		border-radius: 50%;
		overflow: hidden;
	}
	.focus .hd ul .on {
		background: none;
		border: 2px solid #fff;
	}
	.focus .bd {
		z-index: 0;
	}
	.focus .bd li{
		width: 100%;
		position: relative;
	}
	.focus .bd li a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.focus .bd li img {
		display: block;
		width: 100%;
		height: auto;
	}
	.focus .bd li a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		/* 取消链接高亮 */
	}
	.slideBox{width: 100%;}
	.news-r{width: 100%; margin-top: 20px;}
	.w50{width: 100%;}
	.w50l{margin-right: 0;}
	.w50r{margin-left: 0;}
	.foot-bg{display: none;}
	.sjfoot{display: block;	}
	.dilogo{float: inherit; margin: 0 auto;	}
	.wx{width: 265px; margin: 0 auto; margin-top: 20px; margin-bottom: 20px;}
	.wx ul li{margin: 0 15px;}
	.bq{text-align: center;}
	
	.zy-box-l{display: none;}
	.zy-box-r{width: 100%;}
	
	/*手机二级下拉*/
	.nyleft{
		margin-bottom: 30px;
		display: block;
		}
	.nyleft .sub-nav-p-s {
	    padding: 15px 5%;
	    border-radius: 5px;
	    background: #ae0101;
	    background-size: 30% auto;
	    color: #fff;
	    cursor: pointer;
	    font-size: 18px;
	}
	.nyleft .sub-nav-p-s span {
	    position: relative;
	    display: block;
	    overflow: hidden;
	    padding-left: 30px;
	    width: calc(100% - 20px);
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    line-height: 1em;
	    font-size: 18px;
	}
	.nyleft .sub-nav-p-s span:after {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    width: 18px;
	    height: 2px;
	    background: #fff;
	    content: '';
	    transform: translateY(-50%);
	}
	.nyleft .sub-nav-p-s.on img {
	    display: inline-block;
	    transform: rotate(180deg);
	}
	.nyleft .sub-nav-p-s img {
	    transition: all .5s;
	}
	.nyleft dl dd.subnavs {
		display: none;
	    background: #f5f5f5;
	    padding: 10px 0;
	    text-align: center;
	}
	.nyleft dl dd ul li {
	    padding: 0 20px;
	}
	.nyleft dl dd ul li a {
		font-size: 15px;
	    padding: 10px 0;
	    border-bottom: 1px solid #e8e8e8;
	    display: flex;
	    justify-content: center;
	    position: relative;
	}
	.nyleft dl dd ul li:last-child a {
	    border-bottom: 0;
	}
	.nyleft dl dd ul li:hover a, .nyleft dl dd ul li.cur a {
	    color: #910000;
	}
	/*手机二级下拉end*/
	
	.zy-box-r .zy-box-lm{font-size: 18px;}
	.zy-box .place{width: calc(100% - 72px); overflow: hidden;}
		
}
@media screen and (max-width:980px){
		
}
@media screen and (max-width:768px){


}
@media screen and (max-width:736px){
	.sz dl dd{width:25%;}
	.slideBox .bd li p{font-size: 16px;}
	.slideBox .bd li p span{font-size: 16px;}
	.zy-box-r .zy-box-lm{font-size: 18px; display:none;}	
.zy-box-bt{padding:5px 0;}
.zy-box .place{width:100%;}
}
@media screen and (max-width:667px){
	
	
}
@media screen and (max-width:640px){


	.sz p{font-size: 16px;}
	.sz dl dd{width:33.3333%;}
	.title h3{font-size: 22px;}
	.title h3 i{width: 5px; height: 5px; vertical-align: 5px;}
	.zy-box-r .main_content .title{font-size: 22px;}
	.slideBox .hd ul li{width: 6px; height: 6px;}
	.slideBox .bd img{height: auto;}
	.slideBox{height: 427px;}
	
}
@media screen and (max-width:568px){
	.slideBox{height: 380px;}
}
@media screen and (max-width:541px){
	.slideBox{height: 363px;}
}
@media screen and (max-width:482px){
	.slideBox{height: 320px;}
}
@media screen and (max-width:414px){
	.slideBox{height: 270px;}
	.sjfoot p{font-size: 13px;}
	
}
@media screen and (max-width:411px){
	.slideBox{height: 266px;}
	
}
@media screen and (max-width:375px){
	.slideBox{height: 243px;}
	.sjfoot p{font-size: 12px;}
	
}
@media screen and (max-width:360px){
	.slideBox{height: 229px;}
	.xxyg-r .xxyg-r-sj{font-size: 12px;}
	
}
@media screen and (max-width:320px){
	.slideBox{height: 203px;}

}