@charset "utf-8";
/* CSS Document */
*::selection{background:#22a899; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:16px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#fff; min-width:1260px;_width:1260px;}
body a{text-decoration:none; transition:all 0.4s;}
a:link,a:visited{color:#000;}
a:hover{color:#24aca6;}
/*去掉图形热点的点击时出现的边线*/
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{transition:all 0.4s;}
.ellipsis{overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:inline-block; vertical-align:top; height:21px; line-height:21px; min-width:80px; max-width:500px;}
.clamp{display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; height:21px; line-height:21px; max-width:100%;}
.clamp2{display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.clamp3{display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.clamp4{display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden;}
.clamp5{display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden;}
.clamp6{display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical; overflow:hidden;}
.clamp7{display:-webkit-box; -webkit-line-clamp:7; -webkit-box-orient:vertical; overflow:hidden;}
.clamp8{display:-webkit-box; -webkit-line-clamp:8; -webkit-box-orient:vertical; overflow:hidden;}
.justify{text-justify:inter-ideograph; text-align:justify;}
.bgPic{background-repeat:no-repeat; background-position:center center; background-size:cover; transition:all 0.8s; display:block; height:100%;}
a:hover .bgPic{transform:scale(1.05);}

.flex-column{display:flex; flex-direction:column; align-items:center; justify-content:center;}
.flex-row{display:flex; flex-direction:row; align-items:center; justify-content:center;}
.flex{flex:1;}

/* ie9以下警告 */
.pageTips{position:fixed; z-index:10000; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.9);}
.pageTips .container2{color:#fff; position:absolute; left:50%; top:50%; width:630px; margin-left:-315px; margin-top:-160px;}
.pageTips .container2 a.close{display:none; width:50px; height:50px; position:absolute; z-index:1; left:auto; right:-15px; top:40px; bottom:auto; background:url(../close.png) no-repeat center center;}
.pageTips .container2 .img{text-align:center;}
.pageTips .container2 .msg{font-size:18px; line-height:36px; padding-top:30px;}
.pageTips .container2 a{color:#fff; text-decoration:underline;}

.container{min-width:1260px;_width:1260px;}
@media screen and (min-width:1920px){
	.bgCover{background-size:cover !important;}	
}

/* 头部 */
.head{width:100%; height:124px; background:url(headBg.jpg) no-repeat center bottom; border-top:#228a7f 10px solid;}
.head .logo{width:1260px; height:124px; background:url(logo.png) no-repeat left center; margin:0 auto;}
.search{width:210px; height:34px; background:#fff; border-radius:4px; overflow:hidden; margin-top:45px; float:right;}
.search .keyword{width:calc(100% - 40px); height:34px; line-height:34px; padding:0 0 0 6px; font-size:14px; background:none; border:none; float:left;}
.search .keyword::placeholder{color:#aaa;}
.search .searchBtn{display:block; width:34px; height:34px; background:url(iSearch.png) no-repeat center center; border:none; padding:0; margin:0; cursor:pointer; float:left;}


.banner{width:100%; position:relative;}
/* 菜单 */
.menuWrap{width:100%; height:54px; position:absolute; left:0; bottom:0; z-index:10;}
.menuWrap:after{display:block; content:""; width:50%; height:54px; background:#22a899; position:absolute; right:0; top:0;}
.menuWrapFix{position:fixed; left:0; top:0; z-index:100; background:#22a899; box-shadow:0 5px 10px rgba(0,0,0,0.2);}
#menu{width:1260px; height:54px; margin:0 auto; background:#22a899; border-radius:54px 0 0 0; position:relative; z-index:1;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:208px; margin-left:2px;}
#menu>li:before{display:block; content:""; width:2px; height:54px; background:url(menuLine.jpg) no-repeat center center; position:absolute; left:-2px; top:0;}
#menu>li:first-of-type{width:210px; margin-left:0;}
#menu>li:first-of-type:before{display:none;}
#menu>li>a{display:block; height:54px; line-height:54px; font-size:16px;}
#menu>li>a>.iconfont{font-size:18px; padding-right:5px;}
#menu>li:first-of-type>a{border-radius:54px 0 0 0;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover, #menu>li>a.current:hover{background-color:#ff8830;}
#menu>li>a.current{background-color:#22a899;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#22a899; position:absolute; z-index:999; left:0;}
#menu ul li{margin-left:0; width:100%;}
#menu ul li a:link, #menu ul li a:visited{display:block; padding:8px 5px; color:#fff; line-height:24px; font-size:14px;}
#menu ul li a:hover, #menu ul li a.current{background-color:#ff8830; 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; transition:all 0.4s;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:2px solid #24aca6;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}

.menuWrapFix #menu>li:first-of-type>a{border-radius:0;}


/* 轮播图 */
.banner .swiper-container{width:100%; margin:0 auto; position:relative; z-index:0;}
.banner .swiper-slide{display:flex; justify-content:center; align-items:center; background:#fff url(../loading.gif) no-repeat center center;}
.banner .swiper-slide a{display:block; width:100%; height:100%; position:relative;}
.banner .swiper-slide img{display:block; width:100%;}
.banner .swiper-pagination-bullets{height:6px; bottom:74px !important; text-align:right !important;}
.banner .swiper-pagination-bullet{width:30px; height:6px; display:inline-block; border-radius:10px; background:#fff; opacity:0.8; vertical-align:top; margin:0 20px 0 -12px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#24aca6;}
.banner .swiper-button-prev, .banner .swiper-button-next{background-color:rgba(0,0,0,0.3); background-repeat:no-repeat; background-position:center center; background-size:30px 30px; width:50px; height:50px; opacity:0.7; -webkit-border-radius:5px; border-radius:5px;}
.banner .swiper-button-prev{background-image:url(../l.png);}
.banner .swiper-button-next{background-image:url(../r.png);}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{opacity:1; background-color:rgba(0,0,0,0.5);}


.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}


.indH{height:66px; position:relative; z-index:1;}
.indH a.more{float:right; font-size:16px; font-weight:normal; color:#ff8830; border-bottom:#ff8830 1px solid; padding-right:30px; display:block; height:31px; line-height:31px; background:url(m01.png) no-repeat right center; margin-top:17px;}
.indH a.more:hover{color:#24aca6; border-bottom-color:#24aca6; background-image:url(m02.png);}
.indH p{height:66px; float:left;}
.indH p span{display:block; height:42px; line-height:42px; padding-left:24px; background:url(iHbg.png) no-repeat left center; font-size:32px; font-weight:normal;}
.indH p em{display:block; height:24px; line-height:24px; padding-left:24px; font-size:14px; font-style:normal; font-weight:normal; color:#b9b9b9; text-transform:uppercase;}

/* 普通新闻列表 */
.newsList li{border-bottom:#dfdfdf 1px dashed; padding-left:14px; position:relative;}
.newsList li:before{display:block; content:""; width:4px; height:4px; background:#24aca6; position:absolute; left:0; top:50%; margin-top:-2px;}
.newsList li h3{height:47px; line-height:47px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:16px; font-weight:normal; margin-right:100px;}
.newsList li p{float:right; width:100px; height:47px; line-height:47px; color:#999; text-align:right;}


.fistNews{background:url(bg1.jpg) no-repeat center bottom; padding-top:54px;}
.picNews ul{height:335px; margin-top:15px; padding:30px 15px; background:#fff; position:relative; box-shadow:0 -3px 10px rgba(213,218,218,0.2);}
.picNews ul:after{display:block; content:""; width:calc(100% - 60px); height:0; border-bottom:#d7dee7 1px dashed; position:absolute; left:30px; bottom:0;}
.picNews ul li{width:380px; height:355px; padding:0 15px; float:left;}
.picNews ul li .pic{height:240px; overflow:hidden;}
.picNews ul li .pic p{height:272px; background-repeat:no-repeat; background-position:center center; background-size:cover; transition:all 0.5s;}
.picNews ul li .txt{height:65px; padding-top:30px; display:flex; align-items:center; justify-content:center;}
.picNews ul li .txt p{width:66px; height:57px; line-height:21px; color:#fff; font-size:12px; padding-top:8px; background:#24aca6; text-align:center; border-radius:12px 0 12px 0;}
.picNews ul li .txt p span{display:block; height:28px; line-height:28px; font-size:22px;}
.picNews ul li .txt h3{max-height:54px; line-height:28px; font-size:16px; font-weight:normal; margin-left:16px; flex:1;}

.txtNews{height:114px; margin-top:25px; overflow:hidden;}
.txtNews .newsList{width:1300px;}
.txtNews .newsList li{width:542px; height:38px; margin:0 67px 0 27px; float:left; border-bottom:0;}
.txtNews .newsList li h3, .txtNews .newsList li p{height:38px; line-height:38px;}
.txtNews .newsList li h3{margin:0 0 0 100px;}
.txtNews .newsList li p{float:left; text-align:left;}


.mediaH{height:70px; margin-top:80px; position:relative; overflow:hidden;}
.mediaH:after{display:block; content:""; width:calc((100% - 1260px)/2 + 222px); height:38px; background:#ff8830; border-radius:0 38px 0 0; position:absolute; left:0; bottom:-13px; z-index:0;}
@media screen and (max-width:1260px){
	.mediaH:after{width:222px;}
}
.mediaH .indH{height:70px;}
.mediaH .indH .more{margin-top:19px;}
.mediaH .indH p em{color:#fff; height:25px; line-height:25px; margin-top:3px;}

.media{padding:63px 0; height:290px; background:url(bg2.jpg) no-repeat center center;}
.picMedia{width:420px; height:290px; float:right;}
.picMedia .swiper-wrapper{height:290px;}
.picMedia .swiper-slide{display:block; width:100%; height:290px; position:relative;}
.picMedia .swiper-slide .pic{height:290px; overflow:hidden;}
.picMedia .swiper-slide .pic p{height:290px;}
.picMedia .swiper-slide .txt{width:calc(100% - 20px); height:36px; line-height:36px; color:#fff; background:rgba(0,0,0,0.5); padding:0 10px; position:absolute; left:0; bottom:0; text-align:center;}
.picMedia .swiper-pagination-bullets{height:4px !important; bottom:48px !important; font-size:0;}
.picMedia .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:20px; height:4px; border:0; background:rgba(255,255,255,0.9); -webkit-border-radius:6px; border-radius:6px; opacity:1; margin:0 6px !important; transition:all 0.4s;}
.picMedia .swiper-pagination-bullet-active{opacity:1; background:#24aca6;}

.txtMedia{height:290px; margin-right:420px; overflow:hidden;}
.txtMedia li{width:calc(50% - 60px); height:78px; padding:0 60px 28px 0; float:left;}
.txtMedia li h3{height:48px; line-height:24px; font-size:16px; font-weight:normal; color:#fff;}
.txtMedia li i{display:inline-block; vertical-align:top; height:30px; line-height:30px; color:#fff; position:relative; opacity:0.7;}
.txtMedia li i:after{display:block; content:""; width:44px; height:1px; background:#fff; opacity:0.7; position:absolute; left:0; bottom:0;}


.F1{padding:60px 0; background:url(bg3.jpg) no-repeat center bottom;}
.rwjs{width:620px; height:468px; position:relative; float:left;}
.rwjsPic{width:230px; height:230px; position:absolute; left:0; bottom:60px; z-index:2;}
.rwjsPic:after{display:block; content:""; width:180px; height:42px; background:#d8eafa; opacity:0.57; position:absolute; right:-5px; bottom:0; border-radius:50%; z-index:0;}
.rwjsPic a{display:block; height:226px; background:#fff; border:#fff 2px solid; border-radius:50%; overflow:hidden; position:relative; z-index:1;}
.rwjsPic p{height:226px; border-radius:50%;}

.rwjsTxt{width:400px; height:400px; padding:30px; border:#d3ecec 4px solid; border-radius:50%; position:absolute; right:0; top:0;}
.rwjsTxt:before, .rwjsTxt:after{display:block; content:""; position:absolute; z-index:0; border-radius:50%;}
.rwjsTxt:before{width:40px; height:40px; background:#7ae7dc; right:12px; bottom:88px;}
.rwjsTxt:after{width:20px; height:20px; background:#24aca6; right:50px; bottom:62px;}
.rwjsTxt a{display:block; height:300px; padding:56px 68px; background:#bce3e3; border-radius:50%;}
.rwjsTxt h3{width:190px; height:42px; line-height:42px; background:#ff8830; color:#fff; font-size:20px; font-weight:normal; letter-spacing:2px; text-indent:2px; text-align:center; -webkit-border-radius:0 20px 0 20px; border-radius:0 20px 0 20px; margin:0 auto;}
.rwjsTxt p{height:208px; line-height:26px; padding-top:30px; color:#333;}


.video{height:384px; margin-left:684px; padding:42px 0;}
.video .box{padding:0 12px 12px 0; height:372px; position:relative; background:url(videoBg.png) no-repeat right bottom;}
.video .box video{background:#000;}


/* 页底 */
.foot{background:#22a899; color:rgba(255,255,255,0.6); padding:20px 0; line-height:24px; font-size:14px; text-align:center;}
.foot a:link, .foot a:visited{color:rgba(255,255,255,0.6);}
.foot a:hover{color:#fff;}
.foot img{height:18px; margin-right:5px; vertical-align:text-bottom;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(../goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:196px; transition:none;}

.nyMenu{height:54px; background:#228a7f;}
.nyMenu .menuWrap{position:relative;}
.nyMenu .menuWrap:after{display:none;}
.nyMenu .menuWrapFix, .nyMenu #menu{background:#228a7f;}
.nyMenu #menu, .nyMenu #menu>li:first-of-type>a{-webkit-border-radius:0; border-radius:0;}

.ny{width:1260px; margin:0 auto; padding:30px 0 50px; min-height:calc(100vh - 340px);}
.left{width:240px; float:left; background:#f5f5f5; display:none;}
.left h2{line-height:30px; padding:15px; text-align:center; background-color:#22a899; font-size:20px; color:#fff; font-weight:normal; position:relative;}
.left ul{padding:5px 0 5px 5px;}
.left ul li a{display:block; line-height:24px; padding:10px 30px 10px 15px; font-size:16px; position:relative;}
.left ul li a:after{display:block; content:""; position:absolute; top:calc(50% - 4px); right:8px; z-index:10; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #22a899 solid; transition:all 0.4s;}
.left ul li a:hover{color:#24aca6;}
.left ul li a:hover:after{border-left-color:#24aca6;}
.left ul li a.on{background:#fff; color:#24aca6;}
.left ul li a.on:after{border-left-color:#24aca6;}
 
 
.right{margin-left:0;}
.post{height:38px; line-height:38px; font-size:14px; color:#999; border-bottom:2px solid #e4e4e4;}
.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:#22a899;}
.post p{float:left; color:#22a899; border-bottom:2px solid #22a899; font-size:20px; font-weight:normal;}


.list01{padding-top:10px;}

.picList01{}
.picList01 ul{margin-left:-30px; font-size:0;}
.picList01 ul li{display:inline-block; zoom:1; vertical-align:top; width:228px; margin:30px 0 0 30px; text-align:center;}
.picList01 ul li p{height:208px; padding:9px; border:#e5e5e5 1px solid;}
.picList01 ul li p i{display:block; height:208px; 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{transition:all 0.5s;}
.picList01 ul li a:hover p{border-color:#f90;}
.picList01 ul li a:hover p i{transform:scale(1.05);}


.article{}
.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:30px; padding:20px 0 30px; font-size:16px;}
.articleCon img{max-width:1200px; height:auto !important; margin:0 auto; vertical-align:top;}



.pb_sys_style2 .p_no_d{border:1px solid #22a899 !important; color:#fff; background-color:#22a899 !important;}

.bgColor{background-color:#22a899;}
.searchContent{text-align:center; height:30px; padding:20px 0; font-size:0;}
.searchContent label{font-size:14px; display:inline-block; vertical-align:top; height:30px; line-height:30px;}
.searchContent .searchTxt{width:200px; height:28px; line-height:28px; border:#ccc 1px solid; border-right:0; padding:0 5px; background:#fff; vertical-align:top;}
.searchContent .submitBtn{width:60px; height:30px; line-height:30px; color:#fff; text-align:center; border:0; cursor:pointer; filter:alpha(opacity=80); opacity:0.8; transition:all .3s; vertical-align:top;}
.searchContent .submitBtn:hover{background-color:#24aca6;}