@charset "utf-8";
/* CSS Document */
*::selection{background:#b52323; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:18px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#fff; min-width:1260px;_width:1260px;}
body a{text-decoration:none; -webkit-transition:all 0.3s; transition:all 0.3s;}
a:link,a:visited{color:#000;}
a:hover{color:#b52323;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0; vertical-align:top;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}
.overHidden{overflow:hidden; position:fixed;}

/* 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;}

.animate{-webkit-transition:all 0.4s; transition:all 0.4s;}
.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;}
.justify{text-justify:inter-ideograph; text-align:justify;}/*文字两端对齐*/
.undecoration, .undecoration:hover{text-decoration:none !important;}
.hide{display:none;}
.bgImg{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);}
.boxShadow{box-shadow:0 5px 5px rgba(0,0,0,0.1);}

/* 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;}

@font-face{font-family:"禹卫书法行书简体"; src:url('ywsfxsjt.ttf') format('truetype');}
@font-face{font-family:"方正中雅宋"; src:url('fzzys.ttf') format('truetype');}


/* 头部 */
.head{height:150px; background:url(headBg.jpg) no-repeat center center; background-size:cover;}
.head .logo{display:flex; height:150px; align-items:center;}
.headTxt{font-family:"禹卫书法行书简体"; font-size:26px; color:#fef3e4; line-height:48px; text-align:center;}
.headTxt p{text-indent:-11em;}
.headTxt span{padding-left:1em;}
.headTxt label{text-indent:11em;}


/* 搜索 */
.search{width:230px; height:38px; background:#fff; -webkit-border-radius:4px; border-radius:4px;}
.search .keyValue{width:calc(100% - 58px); height:38px; line-height:38px; background:none; border:0; padding:0 10px; margin:0; float:left; font-size:14px; -webkit-border-radius:4px 0 0 4px; border-radius:4px 0 0 4px;}
.search .keyValue::placeholder{color:#aaa;}
.search .submitBtn{display:block; width:38px; height:38px; background:#e5bb80 url(iSearch.png) no-repeat center center; border:0; margin:0; cursor:pointer; float:left; -webkit-border-radius:0 4px 4px 0; border-radius:0 4px 4px 0; -webkit-transition:all 0.3s; transition:all 0.3s;}
.search .submitBtn:hover{background-color:#c69652;}


/* 菜单 */
.menuWrap{height:52px; position:relative; z-index:20; background:#9e0c0c;}
#menu{width:1260px; height:52px; margin:0 auto; display:flex;}
#menu li{position:relative; text-align:center;}
#menu>li{height:52px; position:relative; flex:1;}
#menu>li>a{display:block; height:52px; line-height:52px; font-size:18px;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover, #menu>li>a.current{background:#b52323;}
#menu>li>a.current:hover{background:#e5bb80;}

/*这是第二级菜单*/
#menu ul{width:100%; background-color:#b52323; position:absolute; z-index:999; left:0; top:52px; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; margin:20px 0 0 0; opacity:0; visibility:hidden;box-shadow:0 0.02rem 0.05rem rgba(0,0,0,0.2);}
#menu ul li a{display:block; padding:8px 5px; line-height:20px; font-size:15px;}
#menu ul li a:link, #menu ul li a:visited{color:#fff;}
#menu ul li a:hover, #menu ul li a.current{background-color:#f90;}

/**若子级菜单含有子级时，在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;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; border-left:1px solid #fff; margin:0 0 0 20px;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}

#menu li:hover > a:hover{background-color:#e5bb80;}
#menu li:hover > a{background-color:#b52323;}
#menu li:hover > ul{opacity:1; visibility:visible; margin:0;}


.banner{width:100%; position:relative;}
.banner .swiper-slide p{width:100%; height:570px; background-repeat:no-repeat; background-size:cover; background-position:center center;}
.banner .swiper-pagination-bullets{height:10px !important; bottom:30px !important;}
.banner .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; border-radius:50%; background:rgba(255,255,255,0); border:#fff 1px solid; opacity:1; vertical-align:top; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.banner .swiper-button-prev, .banner .swiper-button-next{width:50px; height:50px; background-color:rgba(0,0,0,0.15); background-repeat:no-repeat; background-position:center center; opacity:1; -webkit-border-radius:5px; border-radius:5px;}
.banner .swiper-button-prev{background-image:url(prev.png); left:10%;}
.banner .swiper-button-next{background-image:url(next.png); right:10%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{opacity:1; background-color:rgba(0,0,0,0.5);}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}


.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}
@media screen and (min-width:1920px){
	.bgCover{background-size:cover !important;}	
}

.indH1{height:50px; line-height:50px; font-family:"方正中雅宋"; font-size:36px; font-weight:normal; color:#b52323; padding:0 80px;}
.indH1 i{display:block; height:1px; position:relative;}
.indH1 i.iL{background:-webkit-linear-gradient(to right,#fdf7f2,#ebbb8b); background:-o-linear-gradient(to right,#fdf7f2,#ebbb8b); background:-moz-linear-gradient(to right,#fdf7f2,#ebbb8b); background:linear-gradient(to right,#fdf7f2,#ebbb8b);}
.indH1 i.iR{background:-webkit-linear-gradient(to right,#ebbb8b,#fdf7f2); background:-o-linear-gradient(to right,#ebbb8b,#fdf7f2); background:-moz-linear-gradient(to right,#ebbb8b,#fdf7f2); background:linear-gradient(to right,#ebbb8b,#fdf7f2);}
.indH1 i:after{display:block; content:""; width:5px; height:5px; background:#ebbb8b; position:absolute; top:50%; transform:translateY(-50%);}
.indH1 i.iL:after{right:0;}
.indH1 i.iR:after{left:0;}
.indH1 span{padding:0 32px;}

.indH2{height:57px; line-height:57px; font-family:"方正中雅宋"; font-size:36px; font-weight:normal; color:#fff;}
.indH2 span{padding-right:14px;}
.indH2 i{height:1px; background:rgba(255,255,255,0.5); position:relative;}
.indH2 i:before{display:block; content:""; width:5px; height:5px; background:rgba(255,255,255,0.5); position:absolute; left:0; top:50%; transform:translateY(-50%);}
.indH2 a:link, .indH2 a:visited{color:#fff; margin-left:14px; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; font-size:15px;}
.indH2 a:hover{color:#e5bb80;}


/* 普通新闻列表 */
.newsList li{border-bottom:#d9d9d9 1px dashed;}
.newsList li a{height:42px; line-height:42px; padding-left:12px; position:relative; display:flex; align-items:center; justify-content:center;}
.newsList li a:before{display:block; content:""; width:5px; height:5px; background:#ebbb8b; -webkit-border-radius:5px; border-radius:5px; position:absolute; left:0; top:50%; transform:translateY(-50%); -webkit-transition:all 0.3s; transition:all 0.3s;}
.newsList li a:hover:before{background:#b52323;}
.newsList li h3{height:42px; font-size:18px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; flex:1;}
.newsList li p{color:#999; height:42px; padding-left:20px;}


.F1{padding:70px 0 60px; background:url(bg1.jpg) no-repeat center bottom; background-size:100% auto;}
.newsCon{padding-top:40px;}
.picNews{width:660px; height:420px; overflow:hidden; position:relative; float:left;}
.picNews .swiper-slide{display:block; width:660px; height:420px; float:left; position:relative; overflow:hidden; background:url(loading.gif) no-repeat center center;}
.picNews .swiper-slide p{height:420px;}
.picNews .swiper-slide h3{width:calc(100% - 110px); height:48px; line-height:48px; padding:0 95px 0 15px; font-size:18px; font-weight:normal; background:rgba(0,0,0,0.5); color:#fff; position:absolute; left:0; bottom:0;}
.picNews .swiper-pagination-bullets{width:auto !important; height:10px !important; left:auto !important; right:15px; bottom:19px !important;}
.picNews .swiper-pagination-bullet{width:8px; height:8px; border-radius:50%; border:#ebbb8b 1px solid; background:rgba(235,187,138,0); opacity:1; margin:0 0 0 5px !important; display:inline-block; vertical-align:top;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#ebbb8b;}
.picNews .swiper-button-prev, .picNews .swiper-button-next{width:24px; height:40px; background-color:rgba(0,0,0,0.35); background-repeat:no-repeat; background-position:center center; background-size:auto 18px; opacity:0;}
.picNews .swiper-button-prev{background-image:url(prev.png); left:0;}
.picNews .swiper-button-next{background-image:url(next.png); right:0;}
.picNews:hover .swiper-button-prev, .picNews:hover .swiper-button-next{opacity:1;}
.picNews .swiper-button-prev:hover, .picNews .swiper-button-next:hover{background-color:rgba(0,0,0,0.6);}
.picNews .swiper-button-prev:after, .picNews .swiper-button-next:after{display:none;}

.txtNews{height:420px; margin-left:690px; overflow:hidden;}
.txtNews .first{height:106px; padding-bottom:16px; border-bottom:#e2e2e2 1px solid;}
.txtNews .first h3{height:36px; line-height:36px; font-size:16px; font-weight:normal;}
.txtNews .first p{height:60px; line-height:30px; font-size:14px; color:#999; padding-top:10px;}
.txtNews ul{padding-top:5px;}
.txtNews ul li{border-bottom:0;}
.txtNews ul li a, .txtNews ul li h3, .txtNews ul li p{height:50px; line-height:50px;}

.ad{padding-top:60px;}
.ad img{width:100%; -webkit-border-radius:8px; border-radius:8px;}


.F2{background:url(bg2.jpg) no-repeat center center; background-size:cover; padding:70px 0 80px;}
.F2 .indH2 a:link, .F2 .indH2 a:visited{color:#fff;}
.xydt{width:592px; float:left;}
.xydt ul{margin:0 -10px;}
.xydt ul:after{display:block; content:""; clear:both;}
.xydt ul li{width:calc(50% - 20px); padding:20px 10px 0; float:left;}
.xydt ul li a{display:block; background:#fff; -webkit-border-radius:8px; border-radius:8px; padding:24px;}
.xydt ul li h3{height:56px; line-height:28px; font-size:18px; font-weight:normal;}
.xydt ul li p{height:18px; line-height:18px; margin-top:18px; padding-left:20px; font-size:16px; color:#b52323; background:url(iTime.png) no-repeat left center;}


.szxx{margin-left:662px;}
.szxxList{height:300px; padding-right:20px; margin-top:20px; position:relative;}
.szxxList:after{display:block; content:""; width:calc(100% - 20px); height:100%; -webkit-border-radius:8px; border-radius:8px; background:rgba(252,252,252,0.2); position:absolute; right:0; bottom:-20px; z-index:0;}
.szxxList ul{height:258px; -webkit-border-radius:8px; border-radius:8px; background:#fff; position:relative; z-index:1; padding:21px 42px;}
.szxxList ul li{height:43px; line-height:43px;}
.szxxList ul li p{height:43px; padding-right:23px; font-size:16px; color:#b52323; position:relative;}
.szxxList ul li p:after{display:block; content:""; width:1px; height:15px; background:#cdcdcd; position:absolute; right:11px; top:50%; transform:translateY(-50%);}
.szxxList ul li h3{height:43px; font-size:18px; font-weight:normal;}


.F3{background:url(bg3.jpg) no-repeat center center; background-size:cover;padding:60px 0 70px;}
.F3 .indH2{color:#b52323;}
.F3 .indH2 i, .F3 .indH2 i:before{background:#ebbb8b;}
.F3 .indH2 a:link, .F3 .indH2 a:visited{color:#b52323;}
.F3 .indH2 a:hover{color:#e5bb80;}
.F3 .newsList{padding-top:12px;}
.F3 .newsList li{border-bottom:0;}
.mtyd{width:592px; float:left;}
.ydxb{margin-left:662px;}


.foot{background:url(footBg.jpg) no-repeat center center; background-size:cover; font-size:14px; padding:24px 0; line-height:24px; color:rgba(255,255,255,0.7);}
.foot a:link, .foot a:visited{color:rgba(255,255,255,0.7);}
.foot a:hover{color:#fff;}
.foot a img{height:18px; vertical-align:text-bottom; margin-right:5px;}
.foot span{padding-left:1em;}

.fCode{padding:0 50px; flex:1; display:flex; align-items:center; justify-content:center;}
.fCode ul{display:flex; align-items:center; padding-top:10px;}
.fCode li{margin:0 16px; cursor:pointer; position:relative; min-width:72px; text-align:center;}
.fCode .codeImg{position:absolute; left:50%; top:-170px; padding-bottom:20px; transform:translateX(-50%); margin-top:-20px; transition:all .3s; visibility:hidden; opacity:0;}
.fCode .codeImg:after{display:block; content:""; width:0; height:0; border-color:transparent; border-width:8px; border-style:solid; border-top:8px #fff solid; position:absolute; bottom:4px; left:50%; transform:translateX(-50%);}
.fCode .codeImg img{width:150px; height:150px; box-shadow:0 5px 10px rgba(0,0,0,.2);}
.fCode .iconImg{width:40px; height:40px; border-radius:40px; background-color:#fff; background-repeat:no-repeat; background-position:center center; background-size:auto 18px; transition:all .3s; margin:0 auto;}
.fCode li:nth-of-type(1) .iconImg{background-image:url(iCode5.png);}
.fCode li:nth-of-type(2) .iconImg{background-image:url(iCode3.png);}
.fCode li:nth-of-type(3) .iconImg{background-image:url(iCode4.png);}
.fCode li:nth-of-type(4) .iconImg{background-image:url(iCode2.png);}
.fCode li:nth-of-type(5) .iconImg{background-image:url(iCode1.png);}
.fCode h3{padding-top:5px; line-height:24px; font-size:14px; font-weight:normal; text-align:center; white-space:nowrap;}
.fCode li:nth-of-type(1):hover .iconImg{background-image:url(iCodeHover5.png); background-color:#d81e06;}
.fCode li:nth-of-type(2):hover .iconImg{background-image:url(iCodeHover3.png); background-color:#46d38f;}
.fCode li:nth-of-type(3):hover .iconImg{background-image:url(iCodeHover4.png); background-color:#d52c2b;}
.fCode li:nth-of-type(4):hover .iconImg{background-image:url(iCodeHover2.png); background-color:#ff9908;}
.fCode li:nth-of-type(5):hover .iconImg{background-image:url(iCodeHover1.png); background-color:#fe2c55;}
.fCode li:hover .codeImg{visibility:visible; opacity:1; margin-top:0;}

.copy{white-space:nowrap; text-align:right;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:116px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}


.ny{padding:30px 0 50px;}
.left{width:278px; background:#f2f3ed; float:left; -webkit-border-radius:30px 0 0 0; border-radius:30px 0 0 0; overflow:hidden;}
.left h2{line-height:24px; padding:20px; background:#b52323; color:#fff; text-align:center; font-size:24px; font-weight:normal; -webkit-border-radius:30px 0 30px 0; border-radius:30px 0 30px 0;}
.left ul{padding-top:5px;}
.left ul li a{display:block; line-height:25px; border-bottom:#e5e5e5 1px solid; padding:12px 25px 12px 20px; position:relative;}
.left ul li:last-of-type a{border-bottom:0;}
.left ul li a:after{display:block; width:6px; height:11px; background:url(a01.png) no-repeat; content:""; position:absolute; right:20px; top:calc(50% - 5.5px); -webkit-transition:all 0.3s; transition:all 0.3s;}
.left ul li a:hover{color:#b52323;}
.left ul li a.on{color:#fff; background:#e5bb80;}
.left ul li a.on:after{background-image:url(a02.png);}


.right{margin-left:318px;}
.post{height:53px; border-bottom:#a59686 1px solid;}
.post p{height:53px; line-height:53px; float:left; font-size:24px; color:#b52323;}
.post span{float:right; display:block; height:33px; line-height:33px; padding-top:15px; font-size:14px; color:#888;}
.post span a:link, .post span a:visited{color:#888;}
.post span a:hover{color:#b52323;}

.list01{padding-top:10px;}

.articleTitle{padding:30px 0 20px; line-height:36px; font-size:24px; font-weight:600; text-align:center;}
.articleInfo{width:96%; 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; text-justify:inter-ideograph;text-align:justify;}
.articleCon img{max-width:1000px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 1000 ? "1000px" : "auto"); vertical-align:top;}
.article2 .articleCon img{max-width:1260px; _width:expression(document.body.clientWidth > 1260 ? "1260px" : "auto");}


.img_box{width:600px; padding:50px; position:relative; border-radius:50%; border:1px dashed #63065F; margin:50px auto; z-index:3;}
.img_hz{padding:65px; border-radius:50%; background:rgba(99,6,95,.05); position:relative;}
.img_hz .bg{width:100%; height:0; padding-top:100%; background:url(rmptPic.jpg) no-repeat center center / cover; border-radius:50%; overflow:hidden; position:relative;}
.img_hz .bg:before{display:block; content:""; width:100%; height:100%; border-radius:50%; background:rgba(181,35,35,.8); position:absolute; left:0; top:0;}
.img_hz .rmpt{position:absolute; left:0; right:0; top:0; bottom:0; z-index:1; display:flex; flex-direction:column; justify-content:center; align-items:center;}
.img_hz .rmpt img{display:block; width:72px; height:72px;}
.img_hz .rmpt h3{font-size:26px; font-weight:normal; color:#fff; line-height:30px; margin-top:20px;}
.list_tabs{position:absolute; left:0; right:0; top:0; bottom:0;}
.list_tabs .li{position:absolute; z-index:2; width:106px; height:106px; display:flex; justify-content:center; align-items:center;}
.list_tabs .li a{display:block; border-radius:50%; overflow:hidden; transition:.5s;background-size:100% !important;}
.list_tabs .li .icon{width:60px; height:60px; display:flex; justify-content:center; align-items:center; border-radius:50%;}
.list_tabs .li .icon img{display:block; height:30px;}
.list_tabs .li .name{position:absolute; width:200px; top:50%; right:calc(100% - 10px); transform:translateY(-50%); background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); border-radius:4px; transition:.5s; margin-right:10px; opacity:0; visibility:hidden; z-index:99;}
.list_tabs .li .name:before{content:""; position:absolute; right:-8px; top:50%; margin:-10px -8px 0 0; border:transparent 8px solid; border-left:#fff 8px solid;}
.list_tabs .li .name img{width:200px; height:200px;}
.list_tabs .li .name p{font-size:18px; padding-bottom:10px; text-align:center; color:#333;}
.list_tabs .li span{width:100%; height:100%; position:absolute; top:0; left:0; border-radius:50%; background-color:#000; transform:scale(0); z-index:-1; opacity:0; animation:circleScale 3s linear infinite; visibility:hidden; transition:all .3s;}
.list_tabs .li span:nth-of-type(2){animation-delay:1s;}

@keyframes circleScale{
    0%{opacity:.8; transform:scale(.5);}
    50%{opacity:.4; transform:scale(.7);}
    100%{opacity:0; transform:scale(1);}
}
.list_tabs .li:nth-of-type(1) .icon, .list_tabs .li:nth-of-type(1) span{background-color:#d81e06;}
.list_tabs .li:nth-of-type(2) .icon, .list_tabs .li:nth-of-type(2) span{background-color:#46d38f;}
.list_tabs .li:nth-of-type(3) .icon, .list_tabs .li:nth-of-type(3) span{background-color:#d52c2b;}
.list_tabs .li:nth-of-type(4) .icon, .list_tabs .li:nth-of-type(4) span{background-color:#ff9908;}
.list_tabs .li:nth-of-type(5) .icon, .list_tabs .li:nth-of-type(5) span{background-color:#fe2c55;}
.list_tabs .li:nth-of-type(1){right:12%; top:3%;}
.list_tabs .li:nth-of-type(2){right:-2.5%; top:21%;}
.list_tabs .li:nth-of-type(3){right:-8%; top:43%;}
.list_tabs .li:nth-of-type(4){right:-2.5%; top:65%;}
.list_tabs .li:nth-of-type(5){right:12%; top:83%;}
.list_tabs .li:hover{z-index:3;}
.list_tabs .li:hover span{opacity:.1; visibility:visible;}
.list_tabs .li:hover .name{opacity:1; visibility:visible; margin-right:0;}