@charset "utf-8";
*::selection{background:#1369c0; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:16px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif;}
body a{text-decoration:none; outline:none; -webkit-transition:all 0.3s; transition:all 0.3s;}
a:link,a:visited{color:#000;}
a:hover{color:#f4af1a;}
input:focus{outline:0;}
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0; outline:none; max-width:100%; vertical-align:top;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}

.container{min-width:1260px; _width:1260px;}

/* 头部 */
.head{width:100%; height:132px; background:url(/zyyjs/images/headBg.jpg) no-repeat center bottom;}
@media screen and (min-width:1920px){
	.head{background-size:cover;}	
}
.head .logo{width:1260px; height:132px; background:url(/zyyjs/images/logo20250314.png) no-repeat left center; margin:0 auto;}
.search{width:200px; height:32px; background:#fff; -webkit-border-radius:32px; border-radius:32px; margin-top:50px; overflow:hidden; float:right;}
.search .keyword{width:148px; height:32px; line-height:32px; padding-left:16px; font-size:14px; background:none; border:none; float:left;}
.search .keyword::placeholder{color:#aaa;}
.search .searchBtn{display:block; width:32px; height:32px; background:url(/zyyjs/images/iSearch.png) no-repeat center center; border:none; cursor:pointer; float:left; margin-right:4px;}


/* 菜单 */
.menuWrap{height:48px; background:#035ab2;}
#menu{width:1260px; height:48px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:138px;}
#menu>li:nth-of-type(2){width:156px;}
#menu>li>a{display:block; height:48px; line-height:48px; font-size:16px;}
#menu>li>a>span{display:inline-block; height:48px; vertical-align:top; position:relative;}
#menu>li>a>span:before{display:block; content:""; width:0; height:2px; background:#f4af1a; position:absolute; left:50%; bottom:0; transform:translateX(-50%); -webkit-transition:all 0.3s; transition:all 0.3s;}
#menu>li>a>span:after{display:block; content:""; width:10px; height:5px; background:url(/zyyjs/images/a01.png) no-repeat center bottom; position:absolute; left:50%; bottom:2px; transform:translateX(-50%); opacity:0; -webkit-transition:all 0.3s; transition:all 0.3s;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover>span:before, #menu>li>a.current>span:before{width:100%;}
#menu>li>a:hover>span:after, #menu>li>a.current>span:after{opacity:1;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#035ab2; position:absolute; z-index:999; left:0;}
#menu ul li{margin-left:0; width:100%;}
#menu ul li a{display:block; padding:8px 5px; line-height:24px; font-size:15px; position:relative; z-index:1;}
#menu ul li a:after{display:block; content:""; width:0; height:100%; position:absolute; left:0; top:0; background-color:#f4af1a; -webkit-transition:all 0.3s; transition:all 0.3s; z-index:-1;}
#menu ul li a:link, #menu ul li a:visited{color:#fff;}
#menu ul li a:hover:after, #menu ul li a.current:after{width:100%;}

/**若子级菜单含有子级时，在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:1px solid #f4af1a;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}


/* 轮播图 */
.banner{width:100%; margin:0 auto; position:relative; z-index:0;}
.banner .swiper-slide{display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; background:#fff url(loading.gif) no-repeat center center;}
.banner .swiper-slide img{display:block; width:100%;}
.banner .swiper-pagination-bullets{bottom:30px !important; height:10px;}
.banner .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; border-radius:6px; background:#fff; opacity:0.8; vertical-align:top; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#f6b32b;}
.banner .swiper-button-prev, .banner .swiper-button-next{width:60px; height:60px; background-color:rgba(255,255,255,0.4); background-repeat:no-repeat; background-position:center center; -webkit-border-radius:5px; border-radius:5px; -webkit-transition:all 0.3s; transition:all 0.3s;}
.banner .swiper-button-prev{background-image:url(/zyyjs/images/l.png); left:5%;}
.banner .swiper-button-next{background-image:url(/zyyjs/images/r.png); right:5%;}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background-color:#f4af1a;}


.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}

.indH{height:47px; line-height:47px; padding-left:28px; background:url(/zyyjs/images/hBg.png) no-repeat left center; border-bottom:#eeebdd 1px solid; font-size:24px; font-weight:normal; color:#1369c0;}
.indH a:link, .indH a:visited{float:right; font-size:14px; color:#1369c0;}
.indH a:hover{color:#f4af1a;}

.newsList li{height:49px; line-height:49px; border-bottom:#d6d6d6 1px dashed; padding-left:16px; background:url(/zyyjs/images/a02.png) no-repeat left center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.newsList li span{float:right; padding-left:20px; color:#999;}

.news{padding:60px 0; position:relative;}
.news:after{display:block; content:""; width:288px; height:209px; background:url(/zyyjs/images/bg1.jpg) no-repeat; position:absolute; right:0; top:50%; transform:translateY(-50%); z-index:0;}
.news .w1260{position:relative; z-index:1;}
.picNews{width:500px; height:345px; float:left;}
.picNews .swiper-wrapper{height:345px;}
.picNews .swiper-slide{width:500px; height:345px; overflow:hidden; position:relative; float:left;}
.picNews .swiper-slide p{height:345px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.5s; transition:all 0.5s;}
.picNews .swiper-slide h3{width:422px; height:40px; line-height:40px; font-size:16px; font-weight:normal; color:#fff; background:rgba(0,0,0,0.5); padding:0 64px 0 14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; position:absolute; left:0; bottom:0;}
.picNews .swiper-slide a:hover p{-webkit-transform:scale(1.05); transform:scale(1.05);}
.picNews .swiper-pagination-bullets{width:auto !important; height:10px !important; bottom:15px !important; left:auto !important; right:14px; font-size:0;}
.picNews .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:10px; height:10px; background:#fff; -webkit-border-radius:50%; border-radius:50%; opacity:1; margin:0 0 0 10px !important;}
.picNews .swiper-pagination-bullet-active{background:#1369c0;}

.txtNews{margin-left:540px; height:345px; position:relative; top:-8px;}
.txtNews ul{height:300px; padding-top:5px;}


.F1{padding:40px 0 60px; background:url(/zyyjs/images/bg2.jpg) no-repeat center center;}
@media screen and (min-width:1920px){
	.F1{background-size:cover;}	
}
.indNews{width:380px; height:280px; padding-right:60px; float:left;}
.indNews:last-of-type{padding-right:0;}
.indNews ul{height:216px; padding-top:10px;}
.indNews ul li{height:36px; line-height:36px; padding-left:0; background:none; border-bottom:0;}

.picLink{height:100px; overflow:hidden; margin-top:30px;}
.picLink ul{margin-left:-20px;}
.picLink ul li{width:300px; height:100px; padding-left:20px; float:left;}
.picLink ul li img{display:block; width:300px; height:100px; -webkit-border-radius:3px; border-radius:3px;}


.foot{padding:32px 0; height:56px; line-height:28px; text-align:center; background:url(/zyyjs/images/footBg.jpg) no-repeat center center; font-size:14px; color:#fff;}
.foot a:link, .foot a:visited{color:#fff;}
.foot a:hover{color:#ff0;}
.foot a img{vertical-align:text-bottom; margin-right:4px; height:18px;}


.ny{padding:30px 0 50px; background:#f7f7f7;}
.nyCon{width:1260px; margin:0 auto;}
.left{width:240px; text-align:center; float:left; background:#f3f3f3;}
.left h2{height:50px; line-height:50px; background-color:#1369c0; font-size:20px; color:#fff; font-weight:normal; position:relative;}
.left h2 p{position:relative; height:50px; z-index:1;}
.left ul li a{display:block; line-height:24px; padding:10px 15px; font-size:16px; position:relative; border:#e4e4e4 1px solid; border-top:none;}
.left ul li a:before{display:block; content:""; width:3px; height:100%; position:absolute; left:0; top:0; background:#f3f3f3;}
.left ul li a:after{display:block; content:""; position:absolute; *top:10px; top:calc(50% - 6px); right:8px; z-index:10; width:0; height:0; border-color:transparent; border-width:6px; border-style:solid; border-left:6px #f4af1a solid; opacity:0;}
.left ul li a:before, .left ul li a:after{-webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.left ul li a:hover, .left ul li a.on{background:#fff; color:#f4af1a; border-right-color:#fff;}
.left ul li a:hover:before, .left ul li a.on:before{background:#f4af1a;}
.left ul li a.on:after{opacity:1;}

 
.right{margin-left:280px; background:#fff; padding-bottom:30px;}
.post{height:38px; line-height:38px; font-size:14px; color:#999; border-bottom:2px solid #e4e4e4; padding:10px 30px 0;}
.post span{float:right; line-height:26px; padding-top:12px;}
.post span a:link, .post span a:visited{color:#999;}
.post span a:hover{color:#f4af1a;}
.post h3{float:left; color:#1369c0; border-bottom:2px solid #1369c0; font-size:20px; font-weight:normal;}


.list01{padding:10px 30px 0;}

.picList01{padding:10px 30px 0;}
.picList01 ul{margin-left:-24px; font-size:0;}
.picList01 ul li{display:inline-block; zoom:1; vertical-align:top; width:237px; margin:20px 0 0 24px; text-align:center;}
.picList01 ul li p{height:217px; padding:9px; border:#e5e5e5 1px solid;}
.picList01 ul li p i{display:block; height:217px; background-repeat:no-repeat; background-position:center center; background-size:contain;}
.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; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picList01 ul li a:hover p{border-color:#f90;}
.picList01 ul li a:hover p i{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}

.article{padding:0 45px;}
.articleTitle{padding:40px 0 20px; line-height:30px; font-size:20px; font-weight:600; text-align:center;}
.articleInfo{width:90%; font-size:14px; height:36px; line-height:36px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo label{padding-left:30px;}
.articleCon{line-height:36px; padding:20px 0 30px; font-size:16px; text-justify:inter-ideograph; text-align:justify;}
.article img{max-width:900px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 900 ? "900px" : "auto"); vertical-align:top;}
.article2 img{max-width:1160px; _width:expression(document.body.clientWidth > 1160 ? "1160px" : "auto");}
.article2 .articleCon{padding:20px 0;}
.article2 .articleTitle{padding:40px 150px 20px;}
.articleCon table{margin:0 auto;}

.page01{text-align:center; padding:20px 30px 0; line-height:30px;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(/zyyjs/images/goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:128px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}