﻿@charset "utf-8";
/* CSS Document */
*::selection{background:#0449b3; 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; -webkit-transition:all 0.4s; transition:all 0.4s;}
a:link,a:visited{color:#000;}
a:hover{color:#0449b3;}
/*去掉图形热点的点击时出现的边线*/
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;}

@font-face{font-family:"御守锦书"; src:url('../fonts/YSJS.TTF') format('truetype');}

/* 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;}
.bgPic{background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.8s; transition:all 0.8s; height:100%; display:block;}
a:hover .bgPic{-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;}

.indContainer{background:#fafafa;}

.w1260, .content{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}
@media screen and (min-width:1920px){
	.bgCover{background-size:cover !important;}	
}


/* 头部 */
.head{height:160px; background:url(../images/headBg.jpg) no-repeat center center; background-size:cover; border-top:#012762 5px solid;}
.head .w1260{position:relative;}
.head .logo{height:160px; display:flex; align-items:center;}
.head .slogan{font-family:"御守锦书"; font-size:52px; color:rgba(162,199,255,0.23);}


/* 搜索 */
.search{width:210px; height:28px; background:#fff; -webkit-border-radius:4px; border-radius:4px; overflow:hidden;}
.search .keyValue{width:calc(100% - 52px); height:28px; line-height:28px; background:none; border:0; padding:0 10px; margin:0; float:left; font-size:14px;}
.search .keyValue::placeholder{color:#aaa;}
.search .submitBtn{display:block; width:32px; height:28px; background:#e2eeff url(../images/iSearch.png) no-repeat center center; border:0; margin:0; cursor:pointer; float:left;}

.headLink{height:30px; line-height:30px; text-align:right; color:#fff; font-size:0; position:absolute; right:0; top:0;}
.headLink a:link, .headLink a:visited{color:#fff; margin-right:21px; position:relative; font-size:14px;}
.headLink a:after{display:block; content:""; width:1px; height:12px; background:#fff; position:absolute; right:-11px; top:50%; transform:translateY(-50%);}
.headLink a:last-of-type{margin-right:0;}
.headLink a:last-of-type:after{display:none;}


/* 菜单 */
.menuWrap{height:56px; position:relative; z-index:10; background:#013481;}
#menu{width:1260px; height:56px; margin:0 auto; display:flex;}
#menu li{position:relative; text-align:center;}
#menu>li{flex:1; height:56px; position:relative;}
#menu>li>a{display:block; height:56px; line-height:56px; font-size:18px;}
#menu li a:link, #menu li a:visited{color:#fff;}

/*这是第二级菜单*/
#menu ul{width:100%; background-color:#075bb9; position:absolute; z-index:999; left:0; top:56px; -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 2px 5px rgba(0,0,0,0.2);}
#menu ul li a{display:block; padding:8px; line-height:20px; font-size:15px;}

#menu>li:nth-of-type(3)>ul{width:calc(100% + 44px);}
#menu>li:nth-of-type(3)>ul li a{text-align:left;}

/**若子级菜单含有子级时，在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%; width: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:#f90; color:#fff;}
#menu li:hover > a{background-color:#075bb9; color:#ff0;}
#menu li:hover > ul{opacity:1; visibility:visible; margin:0;}


.content{padding:20px 0 60px;}

.banner{position:relative;}
.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(../images/loading.gif) no-repeat center center;}
.banner .swiper-slide a{display:block; width:100%; overflow:hidden; height:450px;}
.banner .swiper-slide p{height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-pagination-bullets{height:7px !important; bottom:20px !important; text-align:center;}
.banner .swiper-pagination-bullet{width:45px; height:7px; display:inline-block; border-radius:7px; background:#fff; opacity:1; vertical-align:top; margin:0 7px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#195fca;}
.banner .swiper-button-prev, .banner .swiper-button-next{width:20px; height:40px; background-color:rgba(0,0,0,0.15); background-repeat:no-repeat; background-position:center center; background-size:auto 14px; opacity:1; -webkit-border-radius:0; border-radius:0;}
.banner .swiper-button-prev{background-image:url(../images/prev.png); left:0;}
.banner .swiper-button-next{background-image:url(../images/next.png); right:0;}
.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;}


.indH1{height:45px; line-height:45px; font-size:24px; font-weight:normal; background:#f3f3f3; -webkit-border-radius:0 0 0 3px; border-radius:0 0 0 3px; position:relative; padding-left:65px;}
.indH1 img{height:49px; position:absolute; left:0; bottom:0;}
.indH1 span{color:#0449b3;}
.indH1 label{font-size:12px; color:#7f7f7f; text-transform:uppercase; padding-left:15px;}
.indH1 a{font-size:14px; float:right; margin-right:15px;}
.indH1 a:link, .indH1 a:visited{color:#999;}
.indH1 a:hover{color:#0449b3;}

.indH2{height:45px; line-height:43px; font-size:24px; font-weight:normal; position:relative;}
.indH2:after{display:block; content:""; width:100%; height:1px; background:#ebebeb; position:absolute; left:0; bottom:0; z-index:0;}
.indH2 p{height:45px; position:relative; float:left; display:block;}
.indH2 p:after{display:block; content:""; width:100%; height:2px; background:#d8e7f4; position:absolute; left:0; bottom:0; z-index:1;}
.indH2 p span{height:43px; padding-bottom:2px; position:relative; margin-right:6px; float:left;}
.indH2 p span:after{display:block; content:""; width:100%; height:2px; background:#195fca; position:absolute; left:0; bottom:0; z-index:2;}
.indH2 p img{height:26px;}
.indH2 a{font-size:14px; float:right;}
.indH2 a:link, .indH2 a:visited{color:#999;}
.indH2 a:hover{color:#0449b3;}


/* 普通新闻列表 */
.newsList li{border-bottom:#d9d9d9 1px dashed;}
.newsList li a{display:flex; align-items:center; justify-content:center;}
.newsList li h3{flex:1; height:45px; line-height:45px; font-size:16px; font-weight:normal; position:relative; padding-left:15px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.newsList li h3:before{display:block; content:""; width:4px; height:4px; background:#2267d2; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.newsList li p{text-align:right; color:#999; height:45px; line-height:45px; padding-left:20px;}
.newsList li a:hover{color:#f90;}
.newsList li a:hover h3:before{background:#f90;}


.F1{padding-top:50px;}
.news{width:828px; float:left;}
.newsCon{height:302px; padding-top:20px;}
.picNews{width:420px; height:302px; overflow:hidden; position:relative; float:left;}
.picNews .swiper-slide{display:block; width:420px; height:302px; float:left; position:relative; overflow:hidden; background:url(../images/loading.gif) no-repeat center center;}
.picNews .swiper-slide a{display:block; height:100%; position:relative;}
.picNews .swiper-slide p{height:302px;}
.picNews .swiper-slide h3{width:calc(100% - 120px); height:42px; line-height:42px; padding:0 105px 0 15px; font-size:16px; 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:16px !important;}
.picNews .swiper-pagination-bullet{width:8px; height:8px; border-radius:50%; border:#fff 1px solid; background:rgba(255,255,255,0); opacity:1; margin:0 0 0 8px !important; display:inline-block; vertical-align:top;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.picNews .swiper-button-prev, .picNews .swiper-button-next{width:16px; height:32px; background-color:rgba(0,0,0,0.15); background-repeat:no-repeat; background-position:center center; background-size:auto 12px;-webkit-border-radius:0; border-radius:0; opacity:0;}
.picNews .swiper-button-prev{background-image:url(../images/prev.png); left:0;}
.picNews .swiper-button-next{background-image:url(../images/next.png); right:0;}
.picNews:hover .swiper-button-prev, .picNews:hover .swiper-button-next{opacity:0.7; background-color:rgba(0,0,0,0.4);}
.picNews .swiper-button-prev:hover, .picNews .swiper-button-next:hover{opacity:1; background-color:rgba(0,0,0,0.6);}
.picNews .swiper-button-prev:after, .picNews .swiper-button-next:after{display:none;}

.txtNews{height:302px; margin-left:448px; overflow:hidden;}
.txtNews ul{position:relative; top:-10px;}
.txtNews ul li h3, .txtNews ul li p{height:51px; line-height:51px;}


.xydt{height:367px; margin-left:858px;}
.xydt ul{padding-top:10px; height:312px;}
.xydt ul li h3, .xydt ul li p{height:51px; line-height:51px;}


.F2{padding-top:60px;}
.F2:after{display:block; content:""; clear:both;}
.F2 .indH2{height:52px; line-height:50px;}
.F2 .indH2 p{height:52px;}
.F2 .indH2 p span{height:50px;}
.F2 .newsList{height:264px; padding-top:10px;}
.F2 .newsList li h3, .F2 .newsList li p{height:43px; line-height:43px;}


.tzgg{width:360px; padding:10px 20px 30px; background:#fff; border-top:#35b1ce 3px solid; float:left;}
.tzgg .indH2 p span:after{background:#35b1ce;}
.tzgg ul{padding-top:10px; height:264px;}
.tzgg ul li{height:43px; line-height:43px; border-bottom:#d9d9d9 1px dashed;}
.tzgg ul li p{font-size:20px; color:#35b1ce;}
.tzgg ul li p i{font-style:normal; padding:0 4px; font-size:16px;}
.tzgg ul li p span{height:17px; line-height:17px; font-size:12px; color:#6bc7dd; padding:0 6px; background:#d0eff6; -webkit-border-radius:4px 0 4px 0; border-radius:4px 0 4px 0;}
.tzgg ul li h3{height:43px; line-height:43px; margin-left:15px; font-size:16px; font-weight:normal;}
.tzgg ul li a:hover, .tzgg ul li a:hover p{color:#f90;}
.tzgg ul li a:hover p span{color:#fff; background:#f90;}

.zckd, .xywh{width:360px; padding:10px 20px 30px; background:#fff; border-top:#46a4ec 3px solid; float:left; margin-left:30px;}
.xywh{border-top-color:#5474d9;}
.zckd .indH2 p span:after, .zckd .newsList li h3:before{background:#46a4ec;}
.zckd .indH2 p img{height:24px;}
.xywh .indH2 p span:after, .xywh .newsList li h3:before{background:#5474d9;}


.yxjh{padding-top:60px;}
.yxjh ul{height:436px;}
.yxjh ul:after{display:block; content:""; clear:both;}
.yxjh ul li{width:305px; height:198px; padding:20px 0 0 20px; float:left;}
.yxjh ul li a{display:block; height:100%; overflow:hidden; position:relative;}
.yxjh ul li p{height:100%;}
.yxjh ul li h3{width:calc(100% - 36px); height:32px; line-height:32px; background:rgba(0,0,0,0.43); padding:0 12px 0 24px; position:absolute; left:0; bottom:0; z-index:1; color:#fff; font-size:16px; font-weight:normal;}
.yxjh ul li h3:before{display:block; content:""; width:10px; height:10px; background:url(../images/a01.png) no-repeat left center; position:absolute; left:8px; top:50%; transform:translateY(-50%);}
.yxjh ul li:first-of-type{width:610px; height:416px; padding-left:0;}
.yxjh ul li .video{width:610px; height:416px; background:#000;}
.yxjh ul li:first-of-type a:after{display:block; content:""; width:78px; height:78px; background:rgba(255,255,255,0.23) url(../images/iPay.png) no-repeat center center; -webkit-border-radius:8px; border-radius:8px; position:absolute; left:50%; top:50%; transform:translate(-50%,calc(-50% - 25px)); -webkit-transition:all 0.4s; transition:all 0.4s;}
.yxjh ul li:first-of-type h3{width:calc(100% - 30px); height:50px; line-height:50px; text-align:center; padding:0 15px; background:url(../images/videoHbg.jpg) no-repeat center center; background-size:cover;}
.yxjh ul li:first-of-type h3:before{display:none;}
.yxjh ul li:first-of-type a:hover:after{background-color:rgba(255,255,255,0.5);}


.foot{background:url(../images/footBg.jpg) no-repeat center bottom; background-size:cover;}

.link{height:32px; padding:20px 0; border-bottom:#5478b7 1px solid;}
.link .mainlevel{width:168px; height:32px; margin-right:14px; position:relative; float:left;}
.linkBox li a{display:block; height:30px; line-height:30px; border:#d4dded 1px solid; cursor:pointer; padding-left:10px; font-size:14px; color:#e3e6ef; position:relative;}
.linkBox .mainlevel>a i{display:block; width:30px; height:30px; float:right; background:url(../images/a02.png) no-repeat center center; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.linkBox .mainlevel.on>a{border-color:#fff; color:#fff;}
.linkBox .mainlevel.on>a i{transform:rotate(-180deg); -ms-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -webkit-transform:rotate(-180deg); -o-transform:rotate(-180deg);}
.linkBox li ul{min-width:100%; max-height:320px; padding:0; background-color:#fff; position:absolute; left:0; bottom:32px; overflow-y:auto; display:none; z-index:999; box-shadow:0 -3px 5px rgba(0,0,0,0.2);}
.linkBox li ul::-webkit-scrollbar{width:5px; height:5px;}
.linkBox li ul::-webkit-scrollbar-track{background-color:#fff;}
.linkBox li ul::-webkit-scrollbar-thumb{-webkit-border-radius:3px; border-radius:3px; background-color:#e0e0e0;}
.linkBox li ul li{height:auto;}
.linkBox li ul li a{height:auto; line-height:20px; padding:5px 10px; background:none; font-size:14px; border:0; -webkit-border-radius:0; border-radius:0; color:#333; white-space:nowrap;}
.linkBox li ul li a:hover{background:#f90; color:#fff;}

.footCon{padding:20px 0;}
.copy{line-height:32px; font-size:14px; color:rgba(255,255,255,0.7);}
.copy a:link, .copy a:visited{color:rgba(255,255,255,0.7);}
.copy a:hover{color:#fff;}
.copy a img{height:18px; vertical-align:text-bottom; margin-right:5px;}
.copy span{padding-left:1em;}

.ewm p{padding-left:20px;}
.ewm p img{width:90px; height:90px;}
.ewm p span{display:block; padding-top:6px; font-size:14px; color:rgba(255,255,255,0.7); text-align:center;}

#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(../images/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; float:left;}
.leftMenu{background:#f3f3f3; -webkit-border-radius:30px 0 0 0; border-radius:30px 0 0 0; overflow:hidden; margin-bottom:20px;}
.leftMenu h2{line-height:24px; padding:20px; background:#0449b3; color:#fff; text-align:center; font-size:24px; font-weight:normal; -webkit-border-radius:30px 0 30px 0; border-radius:30px 0 30px 0;}
.leftMenu ul{padding-top:5px;}
.leftMenu ul li a{display:block; line-height:25px; border-bottom:#e5e5e5 1px solid; padding:12px 25px 12px 20px; position:relative;}
.leftMenu ul li a:after{display:block; width:6px; height:11px; background:url(../images/a03.png) no-repeat; content:""; position:absolute; right:20px; top:calc(50% - 5.5px); -webkit-transition:all 0.4s; transition:all 0.4s;}
.leftMenu ul li a:hover{color:#195fca;}
.leftMenu ul li a.on{color:#fff; background:#f90;}
.leftMenu ul li a.on:after{background-image:url(../images/a04.png);}


.leftLink{display:none;}
.leftLink a{display:block;height:48px;line-height:48px; margin-bottom:2px;font-size:15px; background:#f3f3f3;}
.leftLink a span{padding:0 10px;}

.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:#0449b3;}
.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:#0449b3;}


.list01{padding-top:10px;}


.list02 ul li{padding:20px 0; border-bottom:#e5e5e5 1px dashed;}
.list02 ul li h3{height:32px; line-height:32px; font-size:20px; font-weight:normal;}
.list02 ul li span{display:block; height:24px; line-height:24px; padding:7px 0; color:#222; font-size:16px;}
.list02 ul li p{line-height:24px; color:#878787; text-indent:2em; font-size:14px;}


#loading{line-height:50px; text-align:center;}

.page01{text-align:center; padding-top:30px; font-size:14px;}

.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");}


.picList01{}
.picList01 ul{margin-left:-30px; font-size:0;}
.picList01 ul li{display:inline-block; zoom:1; vertical-align:top; width:294px; margin:30px 0 0 30px; text-align:center;}
.picList01 ul li p{height:186px; padding:9px; border:#e5e5e5 1px solid; overflow:hidden; -webkit-transition:all 0.4s; transition:all 0.4s;}
.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 a:hover p{border-color:#195fca;}
.picList01 ul li a:hover{color:#195fca;}


.text02{width:100%; padding:20px 0;overflow:hidden;}
.text02 h3{height:40px; color:#004d9c; line-height:40px; font-size:16px; border-bottom:#ccc 1px solid;}
.text02 ul{padding-top:10px; display:flex; flex-wrap:wrap; margin:0 -30px;}
.text02 ul li{width:calc(50% - 60px); line-height:24px; font-size:15px; color:#686868; padding:10px 30px;}