@charset "utf-8";
/* CSS Document public*/
*{font-family:Arial, Helvetica,"Microsoft Yahei", sans-serif;padding: 0;margin:0;box-sizing:border-box;vertical-align:top;}
html{overflow-x:hidden;}
body{padding:0;margin:0;font-family:Arial,"Microsoft Yahei",Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1;font-size:14px;}
a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
video{ object-fit:cover}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{margin:0 auto;overflow: hidden;}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/
slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/  /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/  /*透明背景*/

.a_body{ position:relative;}
::-webkit-scrollbar {width:5px;height:5px; background:#f1f1f1}
::-webkit-scrollbar-track {border-radius:0; background:#f1f1f1}
::-webkit-scrollbar-thumb {border-radius:0; background:#9f2a3e}

input::-webkit-input-placeholder{ color:#999;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#999;}

textarea::-webkit-input-placeholder{ color:#999;}
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999;}
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}

.w100{width:100%}

h5 a{ display:inline-block; width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
ul li:hover h5 a{ color:#ff0000}
.more a{ -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.table{ display:table; table-layout: fixed; text-align:center; width:100%; height:100%}
.table_cell{ display:table-cell; vertical-align:middle}
img{ vertical-align:middle}

/*百度播放器美化*/
#playercontainer_display_button,#video1_display_button,#video2_display_button{ background:none !important; height:40px; width:40px !important; border:2px solid #fff; border-radius:50%; padding:0 !important;}
#playercontainer_display_button #playercontainer_display_button_play,#video1_display_button #video1_display_button_play,#video2_display_button #video2_display_button_play{background-size: 25px;}
#playercontainer_display_button,#video1_display_button,#video2_display_button{ height:40px !important; margin-top: -20px !important;}
#playercontainer_display .cbpreview,#video1_display .cbpreview,#video2_display .cbpreview{ opacity: .75 !important;}
/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.w1200{width:100%; margin:0 auto;max-width: 1200px;}
.a_body.fixed #nav{ position:fixed; top:0; width:100%;}



.szdw-article{height:260px;padding-bottom: 10px;position: relative;}
.szdw-article img{width:180px;height: 200px;float: left;margin-left: 50px !important;margin-top: 17px}
.szdw-article>ul{margin-left: 30px;display: block;position: absolute;bottom: 50px;left: 190px}
.szdw-article>ul li{height: 30px;line-height: 30px}
.szdw-article>ul li p{padding: 0 5px}
.v_news_content h2 {
    background-color: rgb(231, 231, 231);
    font-size: 16px!important;
    text-indent: 2em;
    padding: 5px 0;
}

#header{padding:1.75rem 0;}
#header .logo{float:left;width: 52%;}
#header .head_l{float: right;}
#header .head_link a{font-size: 0.875rem;color: #000;}
#header .head_link a:hover{color: #cb0606;}
#header .head_link span{display: inline-block;margin: 0 16px;}
.search{
	position: relative;
	width: 274px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	border: 1px solid #cb0606;
	margin-top: 40px;
}
.search input{
	display: inline-block;
	outline: none;
	border: none;
}
.search input.txt{
	position: absolute;
	top: 0px;
	right: 6px;
	width: 234px;
	height: 36px;
	line-height: 36px;
	vertical-align: top;
	background: transparent;
	text-indent: 12px;
	color: #000;
}
.search input.btn{
	width: 28px;
	height: 36px;
	cursor: pointer;
	margin-left: 8px;
}

/*nav start*/
#nav{width: 100%;height: 66px;background: #9f2a3e;transition: all 0.7s ease-in-out 0.5s;}
body.fixed #nav{position:fixed;width: 100%;top: 0;box-shadow:0 2px 3px rgba(0,0,0,0.15);z-index: 9999;}
#nav .nav_menu{height: 66px;}
#nav .nav_menu ul.nav_list li{
	position: relative;
	float: left;
	height: 66px;
	line-height: 66px;
	padding: 0 22px;
}
#nav .nav_menu ul.nav_list li.hover{background: #bc334a;}
#nav .nav_menu ul.nav_list li:hover{background: #bc334a;}
#nav .nav_menu ul.nav_list li:hover a{color: #fff;}
#nav .nav_menu ul.nav_list li a{
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-size: 20px;
	color: #fff;
}
#nav .nav_menu ul.nav_list li dl.menu{
	position: absolute;
	left: 0px;
	top: 66px;
	width:130%;
	display: none;
	z-index: 9999;
	background: #9f2a3e;
}
#nav .nav_menu ul.nav_list li dl.menu dd{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 11px;
}
#nav .nav_menu ul.nav_list li dl.menu dd:hover{background: #bc334a;}
#nav .nav_menu ul.nav_list li dl.menu dd a{color: #fff; font-size:20px !important;}
#navBtn{float: right;display: none;}
.nav{display: none;}
/*end nav*/

/*banner start*/
#banner{ width:100%; height:auto; position:relative; overflow:hidden;}
#banner .hd{ 
	width:100%;  
	position:absolute; 
	z-index:1; 
	bottom:20px; 
	text-align:center;  
}
#banner .hd ul{ 
	display:inline-block; 
	height:22px; 
	padding:3px 5px; 
	font-size:0; 
	vertical-align:top;
}
#banner .hd ul li{ 
	display:inline-block; 
	width:12px; 
	height:12px;
	margin:0 10px;
	border-radius: 50%;
	vertical-align:top;
	overflow:hidden;  
	cursor: pointer; 
	background: #fff;
}
#banner .hd ul li.on{ 
	background:  #9f2a3e;
}
#banner .banner_pic{ 
	position:relative; 
	z-index:0; 
}
#banner .banner_pic li img{ 
	width:100%;  
	height:auto;
}
#banner .banner_btn a{
	position:absolute; 
	top:50%;
	margin-top:-10px; 
	width:36px; 
	height:36px; 
	display:block; 
	cursor: pointer;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 99;
}
#banner .banner_btn a.prev{ 
	left:2%; 
	background:url("../images/banner_l.png")  no-repeat;
}
#banner .banner_btn a.next{ 
	right:2%; 
	background:url("../images/banner_r.png") no-repeat;  
}
/*end banner*/

/*part1 start*/
#part1{
	padding: 3.75rem 0;
	background: #fff url("../images/part1_bg.jpg") no-repeat top center;
}
.hd_title{text-align: center;font-size: 1.6rem;color: #cb0606;}
.hd_title span.en{
	display: inline-block;
	color: #a3a3a3;
	font-family: "Times New Roman";
	padding-left: 10px;
}
#part1 .xyxw{padding: 2.5rem 0 3rem;overflow: hidden;}
#part1 .xyxw .xyxw_pic ul li{float: left;width: 31.33%;margin-right: 30px;background:#fff;}
#part1 .xyxw .xyxw_pic ul li .pic{
	height: 16rem;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
#part1 .xyxw .xyxw_pic ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    object-fit: cover;
}
#part1 .xyxw .xyxw_pic ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part1 .xyxw .xyxw_pic ul li .txt{border: 1px solid #dedede;padding: 1.5rem;height:136px;}
#part1 .xyxw .xyxw_pic ul li:hover .txt{border: 1px solid #cb0606;}
#part1 .xyxw .xyxw_pic ul li .txt .title{
	color: #4e4e4e;
	font-size: 1rem;
	line-height: 1.875rem;
	padding-bottom: 0.625rem;
}
#part1 .xyxw .xyxw_pic ul li:hover .txt .title{color: #cb0606;}
#part1 .xyxw .xyxw_pic ul li .txt .date{
	padding-left: 28px;
	background: url("../images/icon01.png") no-repeat left center;
	font-size: 0.875rem;
	color: #767676;
}
#part1 .more{width: 200px;border: 1px solid #cb0606;margin: 0 auto;}
#part1 .more:hover{background: #cb0606;}
#part1 .more a{display: block;padding: 1rem 0;font-size: 1.125rem;color: #cb0606;text-align: center;}
#part1 .more:hover a{color: #fff;}
#wapxyxw{display: none;}
/*end part1*/

/*part2 start*/
#part2{
	padding: 3.5rem 0;
	background: #fff url("../images/part2_bg.jpg") no-repeat top center;
}
#part2 .hd_title{color: #fff;}
#part2 .notice{padding: 4.25rem 0 4rem;overflow: hidden;}
#part2 .notice{width: 1200px;}
#part2 .notice ul li{float: left;width: 368px;background: #fff;margin-right: 46px;padding: 24px 0;height:260px;}
#part2 .notice ul li .title{
	border-bottom: 1px solid #d3d3d3;
	font-size: 1rem;
	color: #4e4e4e;
        height:6.5rem;
	line-height: 1.875rem;
	padding-bottom: 1.125rem;
	margin: 0 16px;
}
#part2 .notice ul li:hover .title{color: #972232;}
#part2 .notice ul li .line{
	margin-bottom: 1.5rem;
	width: 80px;
	height: 4px;
	background: #972232;
	transition: 0.6s;
	margin-left: 0 6px;
}
#part2 .notice ul li:hover .line{width: 100%;}
#part2 .notice ul li .des{
	margin: 0 12px;
	line-height: 1.55rem;
	color: #878787;
	font-size: 0.875rem;
	padding: 1.2rem 0;
}
#part2 .notice ul li .date{
	margin-left: 12px;
	padding-left: 28px;
	background: url("../images/icon01.png") no-repeat left center;
	font-size: 0.875rem;
	color: #767676;
}
#part2 .more{width: 200px;border: 1px solid #fff;margin: 0 auto;}
#part2 .more:hover{background: #cb0606;}
#part2 .more a{display: block;padding: 1rem 0;font-size: 1.125rem;color: #fff;text-align: center;}
#part1 .more:hover a{color: #fff;}
#wapNotice{display: none;}
/*end part2*/

/*part3 start*/
#part3{padding: 5.625rem 0 3.75rem;}
#part3 .xsky{width: 1272px;margin: 0 auto;overflow: hidden;padding: 4rem 0 2rem;position: relative;}
#part3 .xsky .xsky_con{width: 1200px;margin: 0 auto;}
#part3 .xsky .xsky_con ul li{float: left;width: 286px;margin-right: 18px;}
#part3 .xsky .xsky_con ul li .pic{width: 100%;height: 200px;overflow: hidden;}
#part3 .xsky .xsky_con ul li .pic img{display: block;width: 100%;
	height: 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
	object-fit: cover;
}
#part3 .xsky .xsky_con ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part3 .xsky .xsky_con ul li .title{
	width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
#part3 .xsky .xsky_con ul li:hover .title{color: #9f2a3e;}
#part3 .xsky .xsky_btn a{
	position:absolute; 
	top:50%;
	margin-top:-30px; 
	width:30px; 
	height:60px; 
	display:block; 
	cursor: pointer;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 99;
}
#part3 .xsky .xsky_btn a.prev{ left:0; background:url("../images/xsky_l.png")  no-repeat;}
#part3 .xsky .xsky_btn a.next{ right:0; background:url("../images/xsky_r.png") no-repeat;  }
#part3 .more{width: 200px;border: 1px solid #cb0606;margin: 0 auto;}
#part3 .more:hover{background: #cb0606;}
#part3 .more a{display: block;padding: 1rem 0;font-size: 1.125rem;color: #cb0606;text-align: center;}
#part3 .more:hover a{color: #fff;}

#wapxsky{display: none;}
/*end part3*/


/*part_con start*/
#part_con{
	padding: 4.375rem 0 3.125rem;
	background: #fff url("../images/part_con_bg.jpg") no-repeat top center;
}
#part_con .fczs{padding: 3.375rem 0 4rem 0;overflow: hidden;}
#part_con .fczs .fczs_l{
	position: relative;
	float: left;
	width: 43.66%;
	height: 23.125rem;
	overflow: hidden;
}
#part_con .fczs .fczs_l img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
	object-fit: cover;
}
#part_con .fczs .fczs_l:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part_con .fczs .fczs_l .title{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url("../images/icon02.png");
	font-size: 1rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
	z-index: 9;
}
#part_con .fczs .fczs_r{float: right;width: 56.34%;}
#part_con .fczs .fczs_r ul{display: block;width: 100%;}
#part_con .fczs .fczs_r ul li{
	position: relative;
	float: left;
	width: calc(50% - 10px);
	margin-left: 10px;
	margin-bottom: 10px;
	height: 11.25rem;
	overflow: hidden;
}
#part_con .fczs .fczs_r ul li .pic{width: 100%;height: auto;}
#part_con .fczs .fczs_r ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
	object-fit: cover;
}
#part_con .fczs .fczs_r ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part_con .fczs .fczs_r ul li .title{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url("../images/icon02.png");
	font-size: 1rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
	z-index: 9;
}
#part_con .more{width: 200px;border: 1px solid #cb0606;margin: 0 auto;}
#part_con .more:hover{background: #cb0606;}
#part_con .more a{display: block;padding: 1rem 0;font-size: 1.125rem;color: #cb0606;text-align: center;}
#part_con .more:hover a{color: #fff;}
#part_con .xszp{/*padding: 4.375rem 0 0 0;*/overflow: hidden;}
#part_con .xszp .xszp_con{padding: 4.625rem 0 5.375rem 0;}
#xszp_wap{display: none;}
#part_con .xszp .xszp_pic ul li{float: left;width: 380px;height: 240px;overflow: hidden;margin-right: 27px;position: relative;}
#part_con .xszp .xszp_pic ul li img{display: block;
	width: 100%;height: 100%;-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    background-size: 100% 100%;
	object-fit: cover;} 
#part_con .xszp .xszp_pic ul li:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
#part_con .xszp .xszp_pic ul li .title{position: absolute;left: 1rem;right: 1rem;bottom:1rem;height: 42px;line-height: 42px;background: rgba(20,22,19,0.8);text-align: center;color: #fff;font-size: 1rem;z-index: 99;}

#part_con .part4{padding: 4.375rem 0 0 0}

#part_con .part5{padding-top: 5.5rem;}
#part_con .yqlj{float: left;width: 31.84%;height: 10.1875rem;background: #009196;position: relative;}
#part_con .yqlj .yqlj_title{width: calc(100% - 116px);margin: 0 auto;padding:20px 0;border-bottom: 1px dashed #00c1c6;font-size: 1.25rem;color: #fff;text-align: center;}
#part_con .yqlj .yqlj_title img{margin-right: 6px;}
#part_con .yqlj .link_hd{width: calc(100% - 116px);margin: 18px auto 0;background: #fff;padding: 15px 0;text-indent: 14px;position: relative;}
#part_con .yqlj .link_hd .arrow{position: absolute;right: 10px;top: 15px;cursor: pointer;}
#part_con .yqlj .hide_link{display: none;width: calc(100% - 116px);height: 180px;position: absolute;left: 58px;top: 133px;z-index: 9;padding-top: 20px;background: #f8f8f8;overflow-y:auto !important;}
#part_con .yqlj .hide_link ul li{height: 36px;padding-left: 16px;}
#part_con .yqlj .hide_link ul li a{font-size: 15px;font-family: "Microsoft Yahei";color: #333;}
#part_con .yqlj .hide_link ul li:hover a{color: #9f2a3e;font-weight: bold;}

#part_con .yqlj_pic{float: left;width: 68.16%;}
#part_con .yqlj_pic ul{display: block;width: 100%;overflow: hidden;}
#part_con .yqlj_pic ul li{float: left;width: calc(50% - 24px);margin-left: 24px;height: auto;overflow: hidden;position: relative;}
#part_con .yqlj_pic ul li img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    background-size: 100% 100%;
	object-fit: cover;
}
#part_con .yqlj_pic ul li:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#kjcd_con .kjcd{position: absolute;left: 0px;top: 0px;float: left;width: 90%;overflow: hidden;padding: 3% 5%;}
#kjcd_con .kjcd .kjcd_hd .title{color: #fff;font-size: 1.125rem;padding: 0.625rem 0;}
#kjcd_con .kjcd .kjcd_hd span.line{display: inline-block;width: 32px;height: 3px;background: #f6ff00;}
#kjcd_con .kjcd .kscd_bd dl dd{float: left;width: 50%;line-height: 1.5625rem;}
#kjcd_con .kjcd .kscd_bd dl dd a{display: block;color: #fff;transition: all 0.3s;}
#kjcd_con .kjcd .kscd_bd dl dd:hover a{color: #f6ff00;}
/*end part_con*/

/*part6 start*/
#part6{background: #9f2a3e;padding: 2.1875rem 0;overflow: hidden;}
#part6 .address{float: left;width: calc(54% - 24px);}
#part6 .address p{line-height: 2.125rem;font-size: 0.9375rem;color: #fff;}
#part6 .ewm{float: right;width: 15%;}
#part6 .ewm .pic{width: 80px;height: 80px;margin: 0 auto;}
#part6 .ewm .title{color: #fff;font-size: 0.9375rem;text-align: center;padding-top: 8px;}
/*end part6*/

/*footer start*/
#footer{background: #3e3e3e;line-height: 1.5rem;padding: 1rem 0;}
#footer p{text-align: center;color: #fff;font-size: 0.9375rem;}
/*end footer*/

/*back start*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } 
}
#back{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 44px;
	height: 54px;
	z-index: 99;
	cursor: pointer;
	background: url("../images/back.png") no-repeat;
	margin-top: 20px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
/*end back*/

.ej_banner img{display: block;width: 100%;}
.mianbao{padding-left:20px;background: url(../images/local.png) 0 9px no-repeat;margin-bottom: 24px;height: 40px;line-height: 40px;border-bottom: #e8e8e8 1px solid;}
.mianbao,.mianbao span,.mianbao i,.mianbao a{font-size: 16px;color: #808080;font-style:normal;text-transform: capitalize;}
.mianbao i{ margin:0 6px}
.mianbao a:hover{color: #9f2a3e;}
.mianbao a{}

#nav_slide{background: #9f2a3e;line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{ position:absolute; left: 1rem; top:-2px;  }
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}
#nav_slide .n_title{ height: 50px; }
#nav_slide h1{font-size: 18px;color: #fff;text-align: center;}
#btn_sub_nav{position: absolute;right: 1rem;top: 14.5px;cursor: pointer;}
#btn_sub_nav img{display: block;height: 20px;}
#btn_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #f2f2f2; display: none; z-index: 9;width: 100%;}
#sub_nav_content ul{}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 15px;}
#sub_nav_content ul li a{display: inline-block;font-size: 16px;padding: 0;color: #333;width: 88%;}
#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;}
#sub_nav_content ul li ul li{border:0;line-height:40px;padding-left: 10px;}
#sub_nav_content ul li ul li a{font-size: 13px; color: #666;}
#sub_nav_content ul li.on>a{color: #9f2a3e;}

#sub_nav_content ul li ul{ display:none}
#nav_slide{ display:none}

/*内容样式*/
.ar_article td,
.ar_article th{ padding:1rem 0.9375rem; border: 1px solid #c6c5c5; vertical-align:middle}
.ar_article td p,
.ar_article th p{ padding-bottom:0; margin-bottom:0;}
.ar_article table {border-collapse: collapse;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc; width:100% !important}
.ar_article table tr:not(:first-child) td{ background:none !important}
.ar_article table td { border-left: 1px solid #ccc;border-top: 1px solid #ccc; width:auto !important; }
.ar_article{font-size:16px;color: #323232;line-height: 38px; margin-bottom: 30px;}
.ar_article p{font-size:16px;color: #323232;line-height: 38px; margin-bottom: 10px;text-indent: 2em;}
.ar_article strong{ font-weight:bold;}
.ar_article img{ max-width:100%;}
.ar_article a{ color:#717173;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5{ font-weight:bold;}
.ar_article h1{ font-size:2.25rem; margin-bottom:1.25rem}.ar_article h2{ font-size:1.875rem; margin-bottom:0.875rem;}.ar_article h3{ font-size:1.5rem; margin-bottom:0.9375rem}
.ar_article h4{ font-size:1.125rem; margin-bottom:0.875rem}.ar_article h5{ font-size:0.875rem; margin-bottom:0.75rem}.ar_article h6{ font-size:0.75rem; margin-bottom:0.75rem}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; margin-left:2rem; list-style:inherit !important;}
.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{ margin-bottom:0.9375rem;}
.ar_article sub {vertical-align:sub; font-size: smaller;}
.ar_article sup { vertical-align:super; font-size: smaller;}
.ar_article img{display:inline-block;margin-left: -32px;}


.n_container{overflow:hidden;padding:1.875rem 0 2.125rem;}
.n_container .left{float:left;width: 300px;padding-bottom: 16px;background: url("../images/sidebar_bar_bg.png") no-repeat center bottom;}

.n_container .left h1{line-height: 60px;background: #9f2a3e;font-size: 28px;color:#fff;padding: 30px 28px 50px;position: relative;}
.n_container .left h1:before{content:"";position:absolute;width:40px;height:2px;background:#fff;bottom:30px;left:28px;}
.n_container .left ul{background: #f7f7f7;padding: 0 28px;}
.n_container .left .con ul li{font-size: 1.125rem;color: #333333;border-bottom: #ececec 1px solid;position:relative;padding: 0;text-align: left;}
.n_container .left .con ul li:last-child{ border:none}
.n_container .left .con ul li:before{content:"";width:10px;height:16px;background:url(../images/right_icon.png) center no-repeat;position:absolute;right: 0;top: 22px;transition:0.36s;cursor: pointer;}
.n_container .left .con ul li.on:before, .n_container .left .con ul li:hover:before{background:url(../images/right_icon_on.png) center no-repeat;}
.n_container .left .con ul li a{color: #323232;display: block;overflow: hidden;text-overflow: ellipsis;line-height: 24px;padding: 16px 0;padding-right: 20px;}
.n_container .left .con ul li a:hover,.n_container .left .con ul li.on a{color: #9f2a3e;}

.n_container .left .con ul li dl{display:none;margin-bottom: 15px;padding-left: 6px;}
.n_container .left .con ul li dl dd{ height:30px; line-height:30px;}
.n_container .left .con ul li dl dd a{ font-size:14px; color:#666666 !important}
.n_container .left .con ul li i.up{ background:url(../images/jian.png) center no-repeat}
.n_container .left .con ul li i{background:url(../images/jia.png) center no-repeat;width:12px;height:12px;position:absolute;right: -4px;top: 15px;cursor:pointer;}


.n_container .right{float:right;width: calc(100% - 300px); padding-left:2.5rem}

.n_news ul{ margin:0 -1rem; margin-bottom:1rem; overflow:hidden}
.n_news ul li{ float:left; width:33.333333%; padding: 0 1rem; margin-bottom:1rem}
.n_news ul li .img { overflow:hidden; position:relative}
.n_news ul li .img img{width:100%;height:11.75rem;overflow:hidden;object-fit: cover;}
.n_news ul li .img .time{width: 60px;height: 50px;position:absolute;right:0.625rem;bottom:0.625rem;background: rgba(159, 42, 62, 0.8);text-align:center;}
.n_news ul li .img .time h3{font-size: 26px;color:#fff;height: 26px;line-height: 32px;font-family: Times New Roman;font-weight: bold;}
.n_news ul li .img .time h5{font-size:0.75rem;color:#fff;font-family: Times New Roman;height: 20px;line-height: 20px;}
.n_news ul li h5{ font-size:16px; color:#323232; line-height:26px; height:52px; overflow:hidden}
.n_news ul li:hover h5{color: #9f2a3e;}
.n_news ul li .h5{ position:relative; padding-bottom:1rem; margin-top:1rem}

.fanye img{ max-width:100%}

.n_news_tu ul li{ border-bottom:#dcdcdc 1px dotted; padding-bottom:1.25rem; margin-bottom:1.25rem}
.n_news_tu ul li:last-child{ border:none}
.n_news_tu ul li .img,.n_news_tu ul li .img img{float:left;width: 15rem;height: 10.625rem;overflow:hidden;object-fit: cover;position:relative;}
.n_news_tu ul li .con{float:right;width: calc(100% - 15rem);overflow:hidden;padding: 0 0 0 1.375rem;position:relative;}
.n_news_tu ul li .con .cc{position:relative;display: block;}
.n_news_tu ul li .con .cc:before{content:"";position:absolute;left:0;width: 100px;height:2px;transition:0.6s;bottom: -10px;display: none;}
.n_news_tu ul li .con h5{font-size: 1.125rem;color: #000000;display: inline-block;overflow: hidden;max-width: 100%;height: 3.5rem;line-height: 1.75rem; transition:0.36s}
.n_news_tu ul li .con p{font-size: 14px;line-height: 22px;height: 66px;color: #999999;margin: 0.5rem 0 1.25rem;overflow: hidden;}
.n_news_tu ul li .con h6{font-size:12px;color: #999;height:18px;line-height: 18px;padding: 0;}
.n_news_tu ul li .con h6 img{ margin:-3px 6px 0 0}

.n_news01 ul{ margin-bottom:2rem}
.n_news01 ul li{margin-bottom: 0.75rem;border-bottom: #e5e5e5 1px solid;padding-bottom: 0.75rem;}
.n_news01 ul li a{display:block;overflow:visible !important;padding: 0;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.n_news01 ul li .time{float:left;width: 70px;height: 66px;text-align:center;background: #f2f2f2;padding: 0 8px; transition: all 0.36s ease-in-out;}
.n_news01 ul li:hover .time{background: #9f2a3e;}
.n_news01 ul li .time .h4{height:36px;line-height:40px;font-size: 24px;color: #999999;font-family: Times New Roman;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;font-weight: bold;}
.n_news01 ul li:hover .time .h4{color: #fff;}
.n_news01 ul li .time h6{font-size: 12px;color: #999999;line-height: 25px;font-family: Times New Roman;border-top: #cecece 1px solid;}
.n_news01 ul li:hover .time h6{color: #fff;}
.n_news01 ul li .con{/*float:right;*/width: calc(100% - 70px);padding: 0;}
.n_news01 ul li .con h4{font-size: 16px;line-height: 66px;height: 66px;overflow:hidden;color:#404040;padding-left: 1.5rem;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;white-space: nowrap;text-overflow: ellipsis;}
.n_news01 ul li:hover .con h4{color: #9f2a3e;}


.list_search ul{ margin-bottom:2rem}
.list_search ul li{position:relative;border-bottom: #e5e5e5 1px solid;}
.list_search ul li a{display:block;overflow:visible !important;padding: 0;-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.list_search ul li a .con{width: calc(100% - 120px);padding: 0;font-size: 16px;line-height: 48px;height: 48px;overflow: hidden;color: #404040;-moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;white-space: nowrap;text-overflow: ellipsis;}
.list_search ul li:hover a .con{color: #9f2a3e;}
.list_search ul li .date{position: absolute;right: 0px;top: 0px;font-size: 16px;line-height: 48px;height: 48px;color: #404040;}
.list_search ul li:hover .date{color: #9f2a3e;}

/*list_szdw start*/
.list_szdw{}
.list_szdw ul li{width:49%;float: left;position: relative;margin-bottom: 30px;background: #f5f5f5;margin-right: 2%;}
.list_szdw ul li:nth-child(2n){margin-right:0%;}
.list_szdw ul li .pic{position:relative;width: 120px;height: 155px;border: 1px solid #e8e8e8;padding: 3px;/*border-radius: 10px;*/overflow: hidden;}
.list_szdw ul li .pic img{display: inline-block;width: 100%;
	height: 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;position: absolute;margin: auto;left: 0px;top: 0px;right: 0px;bottom: 0px;object-fit:cover;}
.list_szdw ul li:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);
transform: scale(1.1);}
.list_szdw ul li .szdw_txt{position: absolute; top: 0px;left: 135px; }
.list_szdw ul li .szdw_txt>div{height: 25px;line-height: 25px;color: #333;}
.list_szdw ul li .szdw_txt>div>span{display: inline-block;font-size: 0.9rem;line-height: 25px;}
.list_szdw ul li .szdw_txt div>span:first-child{color: #333;padding-right: 10px;font-weight: bold;}
.list_szdw ul li .szdw_txt div>span+span a{color: #333;}
/*end list_szdw*/

.n_news_detail .ar_article_box .nav01{overflow:hidden;margin-bottom: 20px;text-align:center;}
.n_news_detail .ar_article_box h3{color: #000000;font-size: 1.5rem;line-height: 2.75rem;margin-bottom: 12px;font-weight: bold;}
.n_news_detail .ar_article_box h6{display: block;color: #999999;font-size: 14px;line-height: 2.5rem;font-weight:normal;margin-bottom: 0;margin-right: 22px;vertical-align: top;background: #f7f7f7;}
.n_news_detail .ar_article_box h6 span{margin:0 10px;}
.n_news_detail .ar_article_box h6 span img{ margin:-3px 6px 0 0}
/*====上一篇下一篇====*/
#ar_fot{position:relative;padding: 24px 0;box-sizing: border-box;width: 100%;margin-top: 30px;border-top: #dcdcdc 1px solid;}
#ar_fot h1{display:block;width: 100%;font-size: 16px;line-height: 3rem;color: #000000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight: normal;}
#ar_fot h1 span{ font-weight: bold;}
#ar_fot h1 a{font-size: 16px;color: #000000;font-weight:normal;}
#ar_fot .bnt_back{ position:absolute; top:28px; right:0; color:#fff; background:#063579; padding:0 25px; font-size:14px; height:30px; line-height:30px;}
#ar_fot .bnt_back:hover{ border-radius:3px;}
#ar_fot h1 a:hover{color: #9f2a3e;}
/**/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.title00 span{ color:#9f2a3e !important; background:none !important}
	.container02 .title00 span{ color:#fff !important; background:none !important}
}

/*==========================================内页 结束=============================================*/
@media(max-width: 768px){
.list-paddingleft-2{position: revert !important;}
.szdw-article{ height:20rem !important;}
.list_szdw ul li .szdw_txt>div>span{font-size: 0.5rem;}
}

/* aos="fade-up" aos-duration="1200" */
@media(min-width: 768px){
	
}


@media(min-width: 992px) and (max-width: 1300px){
}

@media(max-width: 1600px){
	.w1280{ max-width:80%}
}

@media(max-width: 1450px){
}

@media(max-width: 1400px){
}

@media(max-width: 1280px){
	#part_con .fczs .fczs_r ul li .pic img{height: 11.25rem;}
}

@media(max-width: 1200px){
	.w1200{width: calc(100% - 20px);}
	#header .logo{width: 80%;}
	#header .logo img{width: 90%;}
	#header .head_l{display: block;width: 100%;border-bottom: 1px solid #ddd;overflow: hidden;padding-bottom: 1.5rem;margin-bottom: 1.5rem;}
	#header .head_l .head_link{float: left; line-height: 36px;}
	#header .head_l .head_link a{font-size: 15px;}
	#header .head_l .search{float: right;margin-top: 0px;}
	#header .head_r{display: none;}
	#nav{display: none;}
	#navBtn{display: block;margin-top: 2.2rem;cursor: pointer;}
    /*wap nav start*/
	.nav { 
		padding: 60px 3%; 
		width: 100%; 
		min-height: 1000px; 
		max-width: 100%; 
		margin: 0 auto; 
		position: absolute; 
		top: 0; 
		left: 100%; 
		z-index: 1000; 
		background: rgba(0,85,65,0.9);
		font-size: 14px;
		color: #fff; 
		display: none;
	}
	.nav .close { position: absolute;right: 20px; top: 20px; }
	.nav .close img {width: 25px;}
	.nav ul{border-bottom: 1px solid #0ba984;}
	.nav ul li:first-child {  border-top: 1px solid #0ba984;}
	.nav ul li { line-height: 60px; overflow: hidden; border-bottom: 1px solid #0ba984;}
	.nav ul li .topnav {overflow: hidden;}
	.nav ul li a { font-size: 16px; color: #fff; float: left; max-width: 90%;}
	.nav ul li span { 
		float: right; 
		display: inline-block; 
		vertical-align: middle; 
		width: 12px; 
		height: 20px; 
		margin-top: -38px; 
		padding-right: 5px;
		background: url("../images/triangle.png") center no-repeat; 
		-webkit-background-size: 9px;
		 background-size: 9px; 
		 cursor: pointer;
		}
	.nav ul li span.on { 
		background: url("../images/triangle_on.png") center no-repeat; 
		-webkit-background-size: 9px; 
		background-size: 9px; 
	}
	.nav .subnav {display: none;}
	.nav .subnav dl{margin-top: 10px;}
	.nav .subnav dd { line-height: 44px;overflow: hidden; border-top: 1px solid #0ba984;padding-left: 16px;}
	.nav .subnav dd a {font-size: 15px; display: block; width: 100%; height: 100%;}
	/*end wap nav*/

	#part1 .xyxw{display: none;}
	#wapxyxw{padding: 2.5rem 0 3rem;overflow: hidden;display: block;}
	#wapxyxw .wapxyxw_con ul li{float:left;width: 49%;margin-right: 2%}
	#wapxyxw .wapxyxw_con ul li:nth-child(2n){margin-right: 0px;}
	#wapxyxw .wapxyxw_con ul li .pic{height: 386px;width: 100%;overflow: hidden;object-fit: cover;}
	#wapxyxw .wapxyxw_con ul li .pic img{display: block;width: 100%;height: 115px;-webkit-transition: all 1000ms ease;-moz-transition: all 1000ms ease;-ms-transition: all 1000ms ease;-o-transition: all 1000ms ease;transition: all 1000ms ease;}
	#wapxyxw .wapxyxw_con ul li:hover .pic img{
		-webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	}
	#wapxyxw .wapxyxw_con ul li .txt{border: 1px solid #dedede;padding: 1.5rem;height:136px;}
	#wapxyxw .wapxyxw_con ul li:hover .txt{border: 1px solid #cb0606;}
	#wapxyxw .wapxyxw_con ul li .txt .title{color: #4e4e4e;font-size: 1rem;line-height: 1.875rem;padding-bottom: 0.625rem;}
	#wapxyxw .wapxyxw_con ul li .txt .date{
		padding-left: 28px;
		background: url("../images/icon01.png") no-repeat left center;
		font-size: 0.875rem;
		color: #767676;
	}
	#wapxyxw .wapxyxw_hd{margin-top: 25px;overflow: hidden;text-align: center;}
	#wapxyxw .wapxyxw_hd ul{display: inline-block;}
	#wapxyxw .wapxyxw_hd ul li{float: left;font-size: 0px;width: 9px;height: 9px;border: 1px solid #9f2a3e;border-radius: 50%;margin: 0 8px;cursor: pointer;}
	#wapxyxw .wapxyxw_hd ul li.on{background: #9f2a3e;}

	#wapNotice{display: block;padding: 2.25rem 0 2rem;}
	#part2 .notice{display: none;}
	#wapNotice .wapNotice_con{overflow: hidden;}
	#wapNotice .wapNotice_con ul li{float: left;width: 49%;margin-right: 2%;background: #fff;padding: 24px 0;}
	#wapNotice .wapNotice_con ul li:nth-child(2n){margin-right: 0;}
	#wapNotice .wapNotice_con ul li .title{
		border-bottom: 1px solid #d3d3d3;
		font-size: 1rem;
		color: #4e4e4e;
                height:121px;
		line-height: 1.875rem;
		padding-bottom: 1.125rem;
		margin: 0 6px;
	}
	#wapNotice .wapNotice_con ul li:hover .title{color: #972232;}
	#wapNotice .wapNotice_con ul li .line{
		margin-bottom: 1.5rem;
		width: 80px;
		height: 4px;
		background: #972232;
		transition: 0.6s;
		margin-left: 0 6px;
	}
	#wapNotice .wapNotice_con ul li:hover .line{width: 100%;}
	#wapNotice .wapNotice_con ul li .des{
		margin: 0 6px;
		line-height: 1.75rem;
		color: #878787;
		font-size: 0.875rem;
		padding: 2rem 0;
	}
	#wapNotice .wapNotice_con ul li .date{
		margin-left: 6px;
		padding-left: 28px;
		background: url("../images/icon01.png") no-repeat left center;
		font-size: 0.875rem;
		color: #767676;
	}
	#wapNotice .wapNotice_hd{margin-top: 25px;overflow: hidden;text-align: center;}
	#wapNotice .wapNotice_hd ul{display: inline-block;}
	#wapNotice .wapNotice_hd ul li{float: left;font-size: 0px;width: 9px;height: 9px;border: 1px solid #fff;border-radius: 50%;margin: 0 8px;cursor: pointer;}
	#wapNotice .wapNotice_hd ul li.on{background: #fff;}
	
	#part3{padding: 3.625rem 0 1.75rem;}
	#part3 .xsky{display: none;}
	#wapxsky{padding: 3rem 0 2rem;overflow: hidden;display: block;}
	#wapxsky .wapxsky_con ul li{float: left;width: 49%;margin-right: 2%;}
	#wapxsky .wapxsky_con ul li:nth-child(2n){margin-right: 0px;}
	#wapxsky .wapxsky_con ul li .pic{width: 100%;height: 360px;overflow: hidden;}
	#wapxsky .wapxsky_con ul li .pic img{display: block;width: 100%;
		height: 100%;
		-webkit-transition: all 1000ms ease;
	    -moz-transition: all 1000ms ease;
	    -ms-transition: all 1000ms ease;
	    -o-transition: all 1000ms ease;
	    transition: all 1000ms ease;
		object-fit: cover;
	}
	#wapxsky .wapxsky_con ul li:hover .pic img{
		-webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	}
	#wapxsky .wapxsky_con ul li .title{
		width: 100%;
	    height: 40px;
	    line-height: 40px;
	    font-size: 1rem;
	    color: #333;
	    text-align: center;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    padding: 0 10px;
	}
	#wapxsky .wapxsky_con ul li:hover .title{color: #9f2a3e;}
	#wapxsky .wapxsky_hd{margin-top: 25px;overflow: hidden;text-align: center;}
	#wapxsky .wapxsky_hd ul{display: inline-block;}
	#wapxsky .wapxsky_hd ul li{float: left;font-size: 0px;width: 9px;height: 9px;border: 1px solid #9f2a3e;border-radius: 50%;margin: 0 8px;cursor: pointer;}
	#wapxsky .wapxsky_hd ul li.on{background: #9f2a3e;}
	
	#part_con .xszp{padding: 2.375rem 0 0 0;}
	#part_con .xszp_con{display: none;}
	#xszp_wap{display: block;padding: 2.125rem 0 2.375rem 0;}
	#xszp_wap .xszp_hd ul li{font-size: 0;}
	#xszp_wap .xszp_img ul li{float:left;width: 49%;height: 232px;margin-right: 2%;position: relative;}
	#xszp_wap .xszp_img ul li:nth-child(2n){margin-right: 0px;}
	#xszp_wap .xszp_img ul li img{display: block;width: 100%;height: 100%;}
	#xszp_wap .xszp_img ul li .title{position: absolute;left: 8px;right: 8px;bottom:8px;height: 36px;line-height: 36px;font-size: 15px;background: rgba(20,22,19,0.8);text-align: center;color: #fff;font-size: 1rem;z-index: 99;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

	#part_con .part5{padding-top: 2.5rem;}
	#part_con .yqlj{float: none;width: 100%;}
	#part_con .yqlj_pic{float: none;width: 100%;margin-top: 2rem;}
	#part_con .yqlj_pic ul li{width: 49%;margin-left: 0;margin-right: 2%;}
	#part_con .yqlj_pic ul li:nth-child(2n){margin-right: 0px;}

	.n_container .left{display: none;}
	.n_container .right{width: 100%;padding-left: 0px;}
	.ej_banner img{height: 280px;object-fit: cover;}
}

@media(max-width: 1060px){
	#navBtn{margin-top: 2.8rem;}
}

@media(max-width: 992px){
	#navBtn{margin-top: 2rem;width: 42px;}
	#navBtn img{display: block;width: 100%;}
	#wapxyxw .wapxyxw_con ul li .pic{height: 310px;}
	#part_con .fczs .fczs_r ul li .pic img{height: 11.25rem;}
	.mianbao{ display:none}
	.n_container .right{ width:100%; padding:0}
	#nav_slide{ display:block}
	.ej_banner img{height: 240px;object-fit: cover;}
}


@media(max-width: 768px){
	#header{padding: 1rem 0;}
	#header .head_l{margin-bottom: 1rem;padding-bottom: 1rem;}
	#wapxyxw .wapxyxw_con ul li .pic{height: 232px;}
	#wapxsky .wapxsky_con ul li .pic{height: 216px;}
        #banner .hd{bottom:10px;}
        #banner .banner_pic li img{height: 10rem;object-fit: cover;}
	#part_con{padding: 2.375rem 0 2.125rem;}
	#part1 .more a,#part2 .more a,#part3 .more a,#part_con .more a{padding: 0.8rem 0;font-size: 1rem;}
	#part_con .fczs{padding: 2.375rem 0 3rem 0;overflow: hidden;}
	#part_con .fczs .fczs_l{float: none;width: 100%;height: auto;}
	#part_con .fczs .fczs_l .title{font-size: 15px;height: 32px;line-height: 32px;}
	#part_con .fczs .fczs_r{float: none;width: 100%;padding-top: 10px;}
	#part_con .fczs .fczs_r ul li{position: relative;float: left;margin-left: 0;margin-bottom: 10px;height: 11rem;overflow: hidden;width: 49%;}
	#part_con .fczs .fczs_r ul li:nth-child(2n){margin-left: 2%;}
	#part_con .fczs .fczs_r ul li .title{font-size: 15px;height: 32px;line-height: 32px;}
	#part_con .fczs .fczs_r ul li .pic img{height: 11rem;}
	#xszp_wap .xszp_img ul li{height: 124px;}
	#xszp_wap .xszp_img ul li .title{font-size: 14px;}

	#part_con .yqlj_pic ul li{width: 100%;margin-right: 0%;margin-bottom: 2rem;}
	#part_con .yqlj_pic ul li+li{margin-bottom: 0rem;}
	#kjcd_con .kjcd{float: left;width: 90%;padding: 3% 5%;}
	#kjcd_con .kjcd .kjcd_hd .title{color: #fff;font-size: 1.125rem;padding: 0.625rem 0;}
	#kjcd_con .kjcd .kjcd_hd span.line{display: inline-block;width: 32px;height: 3px;background: #f6ff00;}
	#kjcd_con .kjcd .kscd_bd dl dd{float: left;width: 50%;line-height: 1.5625rem;}
	
	#part6 .address{float: none;width: 100%;}
	#part6 .address p{line-height: 2.125rem;font-size: 14px;}
	#part6 .ewm{float: none;width: 100%;padding-top: 10px;}
	#footer .w1200{width: calc(100% - 20px);}

	.n_news ul li{width: 49%;margin-right: 2%;padding: 0 0.5rem;}
	.n_news ul li:nth-child(2n){margin-right: 0px;}

	#footer p{font-size: 14px;}

	.ej_banner img{height: 10rem;object-fit: cover;}
	.list_szdw ul li{margin-bottom: 24px;width:100%;margin-right:0px;}
	.list_szdw ul li .szdw_txt{left: 136px;}
}

@media(max-width: 456px){
	.search{width: 100%;}
	.search input.txt{width: calc(100% - 32px);}
	#navBtn{margin-top: 4px;width: 32px;}
	#wapxyxw .wapxyxw_con ul li .pic{height: auto;}
	#wapxyxw .wapxyxw_con ul li .txt{padding: 1rem;}
	#wapxyxw .wapxyxw_con ul li .txt .title{font-size: 15px;}
	.n_news ul li .img img{ height:10rem}
	#part1{padding: 2.5rem 0;}
	#wapxyxw{padding: 2.5rem 0 2rem;}
	#part2{padding: 2rem 0;}
	#part3{padding: 2.5rem 0 1.75rem;}
	#wapxsky{padding: 2rem 0 2rem;}
	#wapxsky .wapxsky_con ul li .pic{height: 142px;}
	#part_con .fczs{padding: 2.375rem 0 2rem 0;}
	#part_con .fczs .fczs_r ul li{height: 142px;}
	#part_con .fczs .fczs_r ul li .pic img{height: 110px;}

}