@charset "utf-8";
/* CSS Document */
*::selection{background:#097cd1; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body, html{height:100%;}
body{font-size:16px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#fff; min-width:1260px;}
body a{text-decoration:none; -webkit-transition:all .5s; -moz-transition:all .5s; -ms-transition:all .5s; -o-transition:all .5s; transition:all .5s;}
a:link,a:visited{color:#000;}
a:hover{color:#097cd1; -webkit-tap-highlight-color:rgba(255,255,255,0); -webkit-user-select:none; -moz-user-focus:none; -moz-user-select:none;}
/*去掉图形热点的点击时出现的边线*/
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;}
table,table td{border-collapse:collapse;}
.overHidden{overflow:hidden; position:fixed;}
textarea{font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; outline:none; resize:none;}


/*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);}

.pageTips{position:fixed; z-index:10000; left:0; top:0; width:100%; height:100%; background:url(bg.png) repeat;}
.pageTips .container{color:#fff; position:absolute; left:50%; top:50%; width:630px; margin-left:-315px; margin-top:-160px;}
.pageTips .container a.close{display:block; 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 .container .img{text-align:center;}
.pageTips .container .msg{font-size:18px; line-height:36px; padding-top:30px;}
.pageTips .container a{color:#fff; text-decoration:underline;}


.head{height:130px; background:#097cd1;}
.logo{width:1260px; height:130px; margin:0 auto; background:url(logo.png) no-repeat left center;}

.search{width:220px; height:36px; float:right; margin-top:47px;}
.search .keyValue{width:172px; height:36px; line-height:34px; background:#fff; border:0; padding:0 3px; font-size:14px; float:left;}
.search .submitBtn{width:42px; height:36px; background:url(iSearch.jpg) no-repeat; border:0; cursor:pointer; float:left;}

.menuWrap{width:100%; height:50px; background:#0068c1; position:relative; z-index:20;}
#menu{width:1256px; height:50px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:157px;}
#menu>li>a:link, #menu>li>a:visited{display:block; height:50px; line-height:50px; font-size:16px; color:#fff;}
#menu>li>a:hover, #menu>li>a.current{background-color:#097cd1; color:#fff;}
#menu>li>a.current:hover{background-color:#fab000;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#097cd1; position:absolute; z-index:999; left:0; border-top:#fff 1px solid;}
#menu ul li a:link, #menu ul li a:visited{display:block; padding:10px 5px; color:#fff; line-height:24px; font-size:15px; border-bottom:#fff 1px solid;}
#menu ul li a:hover, #menu ul li a.current{background-color:#fab000;}

/**若子级菜单含有子级时，在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:-1px; left:100%; width:100%; border:#fff 1px solid; border-bottom:0;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}


.banner{width:100%; height:450px; overflow:hidden; margin:0 auto;}
.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 p{display:block; width:100%; height:450px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-pagination-bullet{width:50px; height:2px; display:inline-block; border-radius:0; background:#fff; opacity:0.8; vertical-align:top; margin:3px 10px 0 !important;}
.banner .swiper-pagination-bullet-active{height:5px; margin-top:0 !important;}
:root{--swiper-theme-color:rgba(255,255,255,0.96);}

.indH{height:53px; font-weight:normal;}
.indH p{height:34px; line-height:34px; font-size:26px;}
.indH label{display:block; height:19px; line-height:19px; padding-left:104px; position:relative; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-transform:uppercase;}
.indH label:after{display:block; width:36px; height:1px; background:#097cd1; position:absolute; left:55px; top:9px; content:"";}
.indH a:link, .indH a:visited{float:right; display:block; height:19px; line-height:19px; font-size:14px; color:#999; padding-right:25px; background:url(m01.png) no-repeat right center;font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif;}
.indH a:hover{background-image:url(m02.png); color:#097cd1;}

.newsList{padding-top:12px;}
.newsList li{height:40px; line-height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background:url(a01.png) no-repeat left center; padding-left:15px;}
.newsList li span{float:right; color:#999; padding-left:20px;}


.news{background:url(bg01.png) no-repeat right center; padding:50px 0 60px;}
.news .indH{width:1260px; height:53px; margin:0 auto;}
.newsCon{width:1260px; height:345px; margin:20px auto 0; position:relative;}
.newsCon:after{display:block; width:500px; height:330px; background:#097cd1; position:absolute; left:0; bottom:0; content:"";}
.picNews{width:500px; height:330px; margin:0 0 15px 15px; position:relative; float:left;}
.picNews .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;}
.picNews .swiper-slide a{display:block; width:100%; height:330px; position:relative;}
.picNews .swiper-slide p{height:330px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all .8s; -moz-transition:all .8s; -ms-transition:all .8s; -o-transition:all .8s; transition:all .8s;}
.picNews .swiper-slide a:hover p{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.picNews .swiper-slide h3{width:calc(100% - 106px); height:45px; line-height:45px; font-size:16px; font-weight:normal; padding:0 90px 0 16px; background:rgba(0,0,0,0.5); color:#fff; position:absolute; left:0; bottom:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picNews .swiper-pagination{bottom:19px; right:16px; width:auto; height:8px; left:auto;}
.picNews .swiper-pagination .swiper-pagination-bullet{width:8px; height:8px; display:block; border-radius:100%; background:#fff; opacity:1; float:left; vertical-align:top; margin:0 0 0 6px !important;}
.picNews .swiper-pagination .swiper-pagination-bullet-active{opacity:1; background:#f9b600;}

.txtNews{height:330px; background:#eff5f8; margin-left:555px;}
.txtNews ul{height:300px; padding:15px 25px;}
.txtNews ul li{height:50px; line-height:50px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#cfcfcf;}
.txtNews ul li span{padding-right:14px;}
.txtNews ul li a{margin-left:14px;}


.F1{padding:50px 0 60px; background:#e9f2f6 url(bg02.jpg) no-repeat left bottom;}
.F1Con{width:1260px; height:363px; margin:0 auto;}
.zxgg{width:600px; height:363px; float:left;}
.zxggCon, .syjxCon{height:290px; background:#fff url(bg03.png) no-repeat right top; margin-top:20px;}
.zxgg ul, .syjx ul{height:240px; padding:25px 32px;}

.syjx{height:363px; margin-left:660px;}

.F2{padding:70px 0 50px; background:#fff url(bg04.jpg) no-repeat right center;}
.iLink{width:1260px; height:180px; margin:0 auto;}
.iLink ul{height:264px; overflow:hidden; position:relative;}
.iLink ul li{width:210px; height:180px; float:left;}
.iLink ul li a{display:block; height:138px; padding-top:42px; font-size:20px; text-align:center;}
.iLink ul li a img{width:56px; height:56px; vertical-align:top;}
.iLink ul li a p{height:36px; line-height:36px; padding-top:20px;}
.iLink ul li a:link, .iLink ul li a:visited{color:#fff;}
.iLink ul li.i1 a{background:#1964a7;}
.iLink ul li.i2 a{background:#297cc2;}
.iLink ul li.i3 a{background:#3295b2;}
.iLink ul li.i4 a{background:#37a3a6;}
.iLink ul li.i5 a{background:#5792cc;}
.iLink ul li.i6 a{background:#4f69be;}

.yqsb{width:1260px; height:265px; margin:70px auto 0; overflow:hidden;}
.yqsb ul{width:1275px; height:192px; margin-top:20px;}
.yqsb ul li{width:240px; height:192px; padding-right:15px; float:left;}
.yqsb ul li p{height:160px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-border-radius:2px; border-radius:2px;}
.yqsb ul li h3{height:22px; line-height:22px; padding-top:10px; font-size:16px; text-align:center; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}


.foot{background:#097cd1; color:#fff; line-height:30px; text-align:center; padding:25px 0; font-size:14px;}
.foot a:link, .foot a:visited{color:#fff;}
.foot a:hover{text-decoration:underline;}

.ny{width:1260px; margin:30px auto 50px;}
.left{width:280px; background:#f1f1f1; float:left;}
.left h2{height:80px; line-height:80px; font-size:24px; font-weight:normal; background:#097cd1; color:#fff; text-align:center;}
.left li{border-bottom:#fbfbfb 1px solid;}
.left li a:link, .left li a:visited{display:block; line-height:25px; padding:15px 44px; color:#097cd1; position:relative; border-left:#f1f1f1 5px solid; border-bottom:#dfdfdf 1px solid;}
.left li a:before, .left li a:after{display:block; content:""; position:absolute; -webkit-transition:all .5s; -moz-transition:all .5s; -ms-transition:all .5s; -o-transition:all .5s; transition:all .5s;}
.left li a:before{width:5px; height:5px; background:#ababab; left:24px; top:calc(50% - 2.5px);}
.left li a:after{top:calc(50% - 6px); right:24px; z-index:1; width:0; height:0; border-color:transparent; border-width:6px 0 6px 0; border-style:solid; border-left:6px #f1f1f1 solid;}
.left li a:hover, .left li a.on{background-color:#fff; border-left-color:#fab000;}
.left li a:hover:before, .left li a.on:before{background-color:#097cd1;}
.left li a:hover:after, .left li a.on:after{border-left-color:#097cd1;}

.right{margin-left:320px;}
.post{height:36px; line-height:28px; border-bottom:#c7c7c7 1px solid; font-size:18px; color:#097cd1;}
.post span{float:right; display:block; height:32px; line-height:32px; font-size:14px; color:#999; margin-top:4px;}
.post span a:link, .post span a:visited{color:#999;}
.post span a:hover{color:#097cd1;}


.list01 ul li{border-bottom:#e0e0e0 1px dashed; height:45px; line-height:45px;}


.picList01{width:940px;}
.picList01 ul{margin-left:-20px;}
.picList01 ul li{width:300px; padding:20px 0 0 20px; float:left;}
.picList01 ul li p{height:192px; background-repeat:no-repeat; background-position:center center; background-size:contain; background-clip:content-box; padding:4px; border:#eee 1px solid; -webkit-transition:all .5s; -moz-transition:all .5s; -ms-transition:all .5s; -o-transition:all .5s; transition:all .5s;}
.picList01 ul li h3{height:24px; line-height:24px; padding-top:10px; font-size:16px; text-align:center; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picList01 ul li a:hover p{border-color:#097cd1;}


.articleTitle{padding:20px 0; line-height:36px; text-align:center; font-size:20px; font-weight:bold;}
.articleInfo{text-align:center;font-size:14px; height:32px; line-height:32px; color:#8a8a8a; background:#f5f5f5; width:90%; margin:0 auto;}
.articleInfo label{padding-left:30px;}
.articlePic{text-align:center; padding-top:20px;}
.articleCon{line-height:30px; padding:20px 0;}
.articleCon img{max-width:960px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 960 ? "960px" : "auto"); vertical-align:top;}
.article2 .articleCon img{max-width:1260px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 1260 ? "1260px" : "auto"); vertical-align:top;}