@charset "utf-8";
/* CSS Document */
*::selection{background:#0057c5; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:16px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; min-width:1260px;_width:1260px;}
body a{text-decoration:none; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
a{color:#000;}
a:hover{color:#f90;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}
.overHidden{overflow:hidden; position:fixed;}

.animate{-webkit-transition:all 0.3s; transition:all 0.3s;}
.unselectable{-moz-user-select:-moz-none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}/*文字超出省略号...*/
.clamp1{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.clamp2{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.clamp3{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.clamp4{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical;}
.clamp5{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical;}
.clamp6{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical;}
.justify{text-justify:inter-ideograph; text-align:justify;}/*文字两端对齐*/
.undecoration, .undecoration:hover{text-decoration:none !important;}
.hide{display:none;}
.bgImg{display: block; height: 100%; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.8s; transition:all 0.8s;}
a:hover .bgImg{-webkit-transform:scale(1.05); transform:scale(1.05);}

@font-face{font-family:"小标宋"; src:url("/xyh/css/fonts/FZXBSK.TTF") format("truetype");}

/* flex布局 */
.flexColumn{display:flex; flex-direction:column; align-items:center; justify-content:center;}
.flexRow{display:flex; flex-direction:row; align-items:center; justify-content:center;}
.flex{flex:1;}


/*video禁止显示下载按钮*/
video::-internal-media-controls-download-button{display:none;}
video::-webkit-media-controls-enclosure{overflow:hidden;}
video::-webkit-media-controls-panel{width:calc(100% + 30px);}

.w1260{width:1260px; margin:0 auto;}


/* 头部 */
.head{width:100%; height:130px; background:#0967db url(../images/headBg.jpg) no-repeat center bottom;}
.head .logo{width:1260px; height:130px; background:url(/xyh/images/logo.png?v=20250424) no-repeat left center; margin:0 auto;}

.search{width:240px; height:40px; line-height:40px; background:#fff; margin-top:45px; float:right; padding-left:10px; border-radius:3px; display:flex; align-items:center;}
.search .keyValue{width:200px; height:40px; line-height:40px; background:none; border:0; padding:0; margin:0; font-size:14px;}
.search .submitBtn{display:block; width:40px; height:40px; background:url(/xyh/images/iSearch.png) no-repeat center center; border:0; cursor:pointer;}


/* 菜单 */
.menuWrap{height:50px; background:#0053c5; position:relative;}
#menu{width:1260px; height:50px; margin:0 auto; display:flex;}
#menu li{position:relative;text-align:center;}
#menu>li{flex:1;}
#menu>li>a{display:block; height:50px; line-height:50px; font-size:16px; color:#fff;}

/*这是第二级菜单*/
#menu ul{width:100%; background-color:#0065e4; position:absolute; z-index:999; left:0; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; margin:20px 0 0 0; opacity:0; visibility:hidden;}
#menu ul li{margin-left:0; width:100%;}
#menu ul li a:link, #menu ul li a:visited{display:block; padding:10px 8px; color:#fff; line-height:24px; font-size:15px;}
#menu ul li a:hover, #menu ul li a.current{background-color:#f90; color:#fff;}

/**若子级菜单含有子级时，在a标签增加<i>标签作为箭头，由js实现动态增加，箭头大小调节i的边框宽度*/
#menu ul i{display:block; position:absolute; *top:10px; top:calc(50% - 4px); right:2px; z-index:10; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #fff solid; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:2px solid #f90; margin:0 0 0 20px;}
#menu ul ul li a{font-size:14px;}

#menu li:hover > a:hover{background-color:#ffb73a; color:#fff;}
#menu li:hover > a{background-color:#0065e4; color:#fff;}
#menu li:hover > ul{opacity:1; visibility:visible; margin:0;}


/* 轮播图 */
.banner{width:100%; position:relative; z-index:0; overflow:hidden;}
.banner .swiper-slide{ display:block; height:auto;}
.banner .swiper-slide img{display:block; width:100%;}
.banner .swiper-slide p{width:100%;height:540px;background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-pagination-bullets{bottom:40px !important; height:6px;}
.banner .swiper-pagination-bullet{width:50px; height:6px; display:inline-block; border-radius:6px; background:#fff; opacity:0.9; vertical-align:top; margin:0 6px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#f6b32b;}
.banner .swiper-button-prev, .banner .swiper-button-next{color:rgba(255,255,255,0.96) !important;}


.indH{height:55px; line-height:55px; border-bottom:#e6e6e6 1px solid; font-weight:normal; display:flex; align-items:center;}
.indH p{font-family:"小标宋"; font-size:30px; flex:1;}
.indH p i{font-family:Arial; font-size:20px; font-style:normal; padding:0 15px; color:#c2c2c2;}
.indH p span{color:#a9a8a8; font-family:Arial; font-size:20px;}
.indH a{display:block; height:44px; line-height:44px; margin-top:11px; padding-right:32px; background:url(/xyh/images/m1.png) no-repeat right center; font-size:14px; color:#9c9b9b;}
.indH a:hover{color:#ffb73a; background-image:url(/xyh/images/m2.png);}

.newsList li{border-bottom:#e6e6e6 1px dashed;}
.newsList li a{display:flex;align-items:center; overflow:hidden; height:40px; line-height:40px; padding-left:15px; background:url(/xyh/images/a1.png) no-repeat left center;}
.newsList li h3{flex:1; font-size:16px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.newsList li p{padding-left:20px; color:#999;}
.newsList li a:hover{color:#ffb73a; background-image:url(/xyh/images/a2.png);}


.xydt{padding:36px 0 50px;}
.xydtCon{height:380px; padding-top:20px; display:flex;}
.picNews{width:580px; height:380px;}
.picNews .swiper-slide{width:580px; height:380px; float:left;}
.picNews .swiper-slide a{display:block; height:100%; position:relative; overflow:hidden;}
.picNews .swiper-slide h3{height:50px; line-height:50px; font-size:16px; font-weight:normal; background:rgba(0,0,0,.5); color:#fff; padding:0 130px 0 15px; position:absolute; left:0; bottom:0; right:0;}
.picNews .swiper-pagination-bullets{bottom:20px !important; height:10px !important; font-size:0; left:auto; right:15px; width:auto;}
.picNews .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; border-radius:50%; background:#fff; opacity:1; vertical-align:top; margin:0 0 0 10px !important;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#ffb73a;}
.picNews .swiper-button-prev, .picNews .swiper-button-next{width:24px; height:48px; line-height:48px; background:rgba(0,0,0,.5); opacity:0;}
.picNews .swiper-button-prev{left:0;}
.picNews .swiper-button-next{right:0;}
.picNews .swiper-button-prev:after, .picNews .swiper-button-next:after{font-size:16px; color:#fff;}
.picNews:hover .swiper-button-prev, .picNews:hover .swiper-button-next{opacity:.5;}
.picNews .swiper-button-prev:hover, .picNews .swiper-button-next:hover{opacity:1;}

.txtNews{flex:1; height:380px; margin-left:24px; overflow:hidden;}
.firstNews{height:145px; border-bottom:#e5e5e5 1px solid;}
.firstNews h3{height:34px; line-height:34px; font-size:16px; font-weight:normal; color:#0057c5;}
.firstNews p{height:56px; line-height:28px; padding-top:6px; font-size:14px; color:#666; text-indent:2em;}
.firstNews span{height:26px; line-height:26px; padding-top:6px; font-size:14px; color:#999;}
.firstNews span i, .firstNews span em{display:inline-flex; height:26px; padding-left:24px; background:url(/xyh/images/i1.png) no-repeat left center; font-style:normal;}
.firstNews span em{background-image:url(/xyh/images/i2.png);}
.firstNews a:hover h3{color:#ffb73a;}
.txtNews ul{padding-top:13px;}
.txtNews ul li{border-bottom:0;}
.txtNews ul li a{height:38px; line-height:38px;}


.xyfc{padding:36px 0 50px; background:url(/xyh/images/bg1.jpg) no-repeat center center / cover; height:496px;}
.xyfc .w1260{overflow:hidden;}
.xyfc ul{display:flex; flex-wrap:wrap; overflow:hidden; margin-left:-60px;}
.xyfc li{width:calc(50% - 60px); padding:20px 0 10px 60px;}
.xyfc li a{background:#fff; border-radius:10px; height:190px; overflow:hidden; box-shadow:0 3px 10px rgba(194,194,194,.5);}
.xyfc li .pic{width:150px; height:190px; border-radius:10px 0 0 10px; overflow:hidden;}
.xyfc li .txt{flex:1; position:relative; padding:32px 25px; height:126px;}
.xyfc li .txt h3{height:28px; line-height:28px; font-size:16px; font-weight:normal; padding-right:110px;}
.xyfc li .txt p{height:84px; line-height:28px; font-size:14px; color:#999; text-indent:2em; padding-top:14px;}
.xyfc li .txt span{display:block; height:34px; line-height:34px; background:#0057c5; padding:0 14px 0 20px; border-radius:34px 0 0 34px; font-size:14px; color:#fff; position:absolute; right:0; top:21px;}
.xyfc li a:hover{box-shadow:0 5px 15px rgba(0,0,0,.3); transform:translateY(-5px);}
.xyfc li a:hover .txt span{background:#ffb73a;}


.gyzl{padding:36px 0 50px;}
.gyzlCon{padding-top:10px; height:492px; display:flex;}
.gyzl ul{width:508px; height:492px;}
.gyzl ul li{width:244px; height:154px; padding:10px 10px 0 0; float:left;}
.gyzl ul li a{display:block; height:100%; overflow:hidden; position:relative;}
.gyzl ul li h3{height:40px; line-height:40px; background:rgba(0,0,0,.5); font-size:16px; font-weight:normal; color:#fff; position:absolute; left:0; bottom:-40px; right:0; padding:0 15px; text-align:center;}
.gyzl ul.item1 li:nth-of-type(3), .gyzl ul.item2 li:nth-of-type(1){width:498px; height:318px;}
.gyzl ul.item3{width:244px;}
.gyzl ul.item3 li{padding-right:0;}
.gyzl ul li a:hover h3{bottom:0;}


/* 页底 */
.foot{background:url(/xyh/images/footBg.jpg) no-repeat center bottom / cover; color:rgba(255,255,255,.8); padding:25px 0; line-height:30px; text-align:center; font-size:14px;}
.foot a{color:rgba(255,255,255,.8); display:inline-flex; align-items:center;}
.foot a img{height:16px; margin-right:4px;}
.foot a:hover{color:#fff;}
.foot span{padding-left:1em;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(/xyh/images/goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:116px; -webkit-transition:none; transition:none;}


.ny{width:1260px; margin:30px auto 50px;}
.left{width:278px; float:left; background:#f3f3f3; margin-bottom:20px;}
.left h2{line-height:24px; padding:20px; background:#0057c5; color:#fff; text-align:center; font-size:24px; font-weight:normal;}
.left ul li a{display:block; line-height:25px; border-bottom:#e5e5e5 1px solid; padding:12px 25px 12px 20px; position:relative;}
.left ul li a:after{display:block; width:6px; height:11px; background:url(/xyh/images/a3.png) no-repeat; content:""; position:absolute; right:20px; top:calc(50% - 5.5px); -webkit-transition:all 0.4s; transition:all 0.4s;}
.left ul li a:hover{color:#0057c5;}
.left ul li a.on{color:#fff; background:#ffb73a;}
.left ul li a.on:after{background-image:url(/xyh/images/a4.png);}
 
 
.hasLeft{margin-left:318px;}
.post{height:42px; line-height:42px; font-size:14px; color:#999; border-bottom:1px solid #e4e4e4; display:flex; align-items:center;}
.post h3{color:#0057c5; border-bottom:1px solid #0057c5; font-size:20px; font-weight:normal;}
.post span{flex:1; line-height:26px; padding-top:12px; text-align:right;}


.list01{padding-top:20px;}


.picList01 ul{margin-left:-26px; display:flex; flex-wrap:wrap;}
.picList01 ul li{width:calc(25% - 26px); margin:26px 0 0 26px; text-align:center;}
.picList01 ul li p{height:0; padding-top:calc(100% - 2px); border:#e5e5e5 1px solid; position:relative;}
.picList01 ul li p i{display:block; width:calc(100% - 20px); height:calc(100% - 20px); background-repeat:no-repeat; background-position:center center; background-size:contain; position:absolute; left:10px; top:10px;}
.picList01 ul li h3{height:30px; line-height:30px; font-size:16px; font-weight:normal; padding-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picList01 ul li p, .picList01 ul li p i{-webkit-transition:all 0.5s; transition:all 0.5s;}
.picList01 ul li a:hover p{border-color:#f90;}


.picList02 li{padding:20px 0 10px;}
.picList02 li a{background:#fff; border-radius:10px; height:190px; overflow:hidden; box-shadow:0 3px 10px rgba(194,194,194,.5);}
.picList02 li .pic{width:150px; height:190px; border-radius:10px 0 0 10px; overflow:hidden;}
.picList02 li .txt{flex:1; position:relative; padding:32px 25px; height:126px;}
.picList02 li .txt h3{height:28px; line-height:28px; font-size:16px; font-weight:normal; padding-right:110px;}
.picList02 li .txt p{height:84px; line-height:28px; font-size:14px; color:#999; text-indent:2em; padding-top:14px;}
.picList02 li a:hover{box-shadow:0 5px 15px rgba(0,0,0,.3); transform:translateY(-5px);}


.articleTitle{padding:40px 0 20px; line-height:30px; font-size:20px; font-weight:600; text-align:center;}
.articleInfo{width:90%; font-size:14px; height:30px; line-height:30px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo label{padding-left:30px;}
.articleCon{line-height:30px; padding:20px 0 30px; font-size:16px;}
.articleCon img{max-width:900px; height:auto !important; margin:5px auto 0; vertical-align:top;}
.article2 .articleCon img{max-width:1200px;}


.page01{padding-top:30px; font-size:14px;}
.page01 span{margin:0 17px 0 0 !important;}
.page01 label:first-of-type{margin-left:20px !important;}
.page01 .gotoNumber{width:50px; height:25px; line-height:25px; text-align:center; vertical-align:top;}
.page01 .gotoNumberConfirm{margin-left:10px !important;}


.layerDiv{display:none;}