@charset "utf-8";
/* CSS Document */
*::selection{background:#0052a0; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:15px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif;  min-width:1260px;_width:1260px;}
body a{text-decoration:none; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
a:link,a:visited{color:#000;}
a:hover{color:#ca2703;}
/*去掉图形热点的点击时出现的边线*/
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;}


/*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);}


/* ie9以下警告 */
.pageTips{position:fixed; z-index:10000; left:0; top:0; width:100%; height:100%; background:url(bg.png) repeat;}
.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; }



/* 菜单 */
.menuWrap{height:190px; background:url( topbg.jpg) repeat-x; position:relative; z-index:10;}

.headlogo{ float:left; width:635px; height:109px; margin-top:15px;}
.topright{ float:right; width:300px; height:140px;}
.toplogo{ float:right; display:block; margin-top:5px; margin-bottom:8px;}
.xygw{ float:right; font-size:14px; margin-top:8px; display:block;}
.xygw a:link,.xygw a:visited{color:#ffe1a9;}
.xygw a:hover{color:#fff;}

.top1{ height:190px; width:1260px; background:url(tbg1.jpg) top right no-repeat; margin:0px auto;}



.search{ float:right; width:200px; height:30px; padding-left:5px; background:#fff; }
.search .keyValue{width:calc(100% - 36px); height:30px; line-height:30px; padding:0; font-size:14px; background:none; border:none; float:left;}
.search .keyValue::placeholder{color:rgba(255,255,255,0.6);}
.search .submitBtn{display:block; width:35px; height:30px; background:url(iSearch.png) no-repeat center center #c99f4f; border:none; padding:0; margin:0; cursor:pointer; float:right;}

#menu{ float:left; width:1260px; height:49px; line-height:49px; margin:0px auto;}
#menu li{position:relative; text-align:center; }
#menu>li{float:left; width:130px;}
#menu>li:first-of-type{width:90px; text-align:left;}
#menu>li:last-of-type{ text-align:right;}
#menu>li>a{ height:49px; line-height:49px; font-size:18px; }
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover, #menu>li>a.current:hover{}
#menu>li>a.current{}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#3379b0; position:absolute; z-index:999; left:0;}
#menu ul li{margin-left:0; width:100%; background:none;}
#menu ul li a:link, #menu ul li a:visited{display:block; padding:8px 5px; color:#fff; line-height:24px; font-size:15px;}
#menu ul li a:hover, #menu ul li a.current{background-color:#005ca5; 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; -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 #fff;}
#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 a{display:block; width:100%; height:100%; position:relative;}
.banner .swiper-slide .pic{display:block; width:100%; height:499px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-slide p{display:block; max-width:800px; height:48px; line-height:48px; font-size:24px; color:#b0261c; background:rgba(255,255,255,0.7); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:0 40px; -webkit-border-radius:4px; border-radius:4px; position:absolute; right:220px; bottom:30px; z-index:10;}
.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;}
:root{--swiper-theme-color:rgba(255,255,255,0.96);}

.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}




/* 中心新闻 */
.xwlb{ width:600px; background:#fff; height:70px; margin-top:20px; margin-bottom:25px;}
.xwlb h4{ float:left; width:75px; height:70px; background:#3379b0; margin-right:10px; font-size:18px; text-align:center; color:#fff; font-weight:normal; line-height:40px; }
.xwlb h4 span{ font-size:14px; float:left; display: inline; line-height:20px; text-align:center; height:20px; width:75px;}
.xwlb ul li{ font-size:16px; line-height:40px; color:#333; overflow:hidden;}
.xwlb ul span{ font-size:14px; color:#666; line-height:20px; overflow:hidden;}

/* 信息速递图片 */

.zxgg{ float:left; width:845px; height:470px; margin-top:40px; margin-bottom:30px;}
.zxgg h3{background:url(gg.png) left center no-repeat; height:50px; line-height:50px; font-size:22px; color:#066db8; font-weight:normal; margin-bottom:15px; padding-left:50px;}
.rlink{ float:right; width:380px; height:450px; margin-top:60px; margin-bottom:30px;}
.rlink ul li{ float:left; margin-right:7px; margin-left:1px; margin-top:10px;}

.rlink1{ float:left; font-size:16px; font-weight:normal;border-radius:5px; background:#0062ad; height:45px; line-height:45px; margin-top:10px; width:380px; text-align:center;}
.rlink1 a:link,.rlink1 a:visited{color:#fff;}
.rlink1 a:hover{color:#fffcd5;}

.rlink2{ float:left; font-size:16px; font-weight:normal;border-radius:5px; background:#24a8e6; height:45px; line-height:45px; margin-top:10px; width:380px; text-align:center;}
.rlink2 a:link,.rlink2 a:visited{color:#fff;}
.rlink2 a:hover{color:#fffcd5;}

.rlink3{ float:left; font-size:16px; font-weight:normal;border-radius:5px; background:#0ba299; height:45px; line-height:45px; margin-top:10px; width:380px; text-align:center;}
.rlink3 a:link,.rlink3 a:visited{color:#fff;}
.rlink3 a:hover{color:#fffcd5;}

/* 中心简介 */
.zxjj{ float:left; width:620px; height:350px; margin-top:30px;}
.zxjj h3{ background:url(jj.png) left center no-repeat; height:50px; line-height:50px; font-size:22px; color:#066db8; font-weight:normal; margin-bottom:15px; padding-left:50px;}
.zxjj ul li{ font-size:16px; color:#333333; line-height:35px; overflow:hidden;}
.xwlist{ float:right; width:460px; height:400px; margin-top:10px;}
.xwlist li span{ float:right; color:#666;}
.xwlist ul li{ line-height:57px; border-bottom:1px solid #e6e6e6; font-size:16px; padding-left:5px; padding-right:5px;}
.tpxw{ width:346px; height:387px; float:left; border:1px solid #e6e6e6; margin-top:23px;}


.zxxw{ float:right; width:600px; height:350px; margin-top:30px;}
.zxxw h3{ background:url(xw.png) left center no-repeat; height:50px; line-height:50px; font-size:22px; color:#066db8; font-weight:normal; margin-bottom:15px; padding-left:50px;}
.gd{ float:right; }
.gd a:link,.gd a:visited{font-size:16px; font-weight:normal; color:#b3b3b3;}
.gd a:hover{color:#c99f4f;}

.zxfc h3{ background:url(fc.png) left center no-repeat; height:90px; line-height:90px; font-size:22px; color:#066db8; font-weight:normal; margin-bottom:15px; padding-left:50px;}

.toplink{ margin-top:30px;}
.toplink ul li{ float:left; margin-right:1px;}
.toplink li img{ width:209px; height:136px;}

/* 图片滚动 */
.tsgyyBox{width:1250px; height:210px; padding:2px; float:left;}
.tsgyyBox .bd{width:1260px; height:210px; overflow:hidden;}
.tsgyyBox .bd li{width:280px; height:210px; padding-left:24px; float:left;}
.tsgyyBox .bd li a{display:block; height:158px; overflow:hidden; }
.tsgyyBox .bd li a p{height:158px; -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.tsgyyBox .bd li a:hover p{transform:scale(1.1); -webkit-transform:scale(1.1);}
.tsgyyBox .bd h5{ height:52px; line-height:52px; text-align:center; font-size:14px; font-weight:normal; background-color:#f7f7f7;}

/* 图片新闻 */
.picNews{width:346px; height:387px; float:left; }
.picNews .swiper-wrapper{height:218px;}
.picNews .swiper-slide{display:block; width:100%; height:218px; position:relative;}
.picNews .swiper-slide p{height:218px; overflow:hidden;}
.picNews .swiper-slide p i{display:block; height:218px; background-repeat:no-repeat; background-position:center center; background-size:cover; }
.rq{ position:absolute; left:25px; top:170px; width:69px; height:69px;background:#0066b2; color:#fff; z-index:150; }
.rq h4{ line-height:36px; font-size:18px; font-weight:normal; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.rq h5{ text-align:center; font-weight:normal; font-size:14px;}
.picNews .swiper-slide a:hover p i{}
.picNews .swiper-pagination-bullets{height:10px !important; bottom:0 !important; font-size:0;}
.picNews .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:8px; height:8px; border:#007fd8 1px solid; background:#fff; -webkit-border-radius:50%; border-radius:50%; opacity:1; margin:0 5px !important;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#007fd8;}
.bt{ padding-top:28px;}
.bt h5{ font-size:16px; line-height:30px; font-weight:normal;padding-left:8px;}
.bt ul li{ font-size:14px; color:#7f7f7f; line-height:24px; padding-left:8px; padding-right:6px;}



/* 主页内容 */
.con01{ height:755px; background-color:#fff;}
.con02{ height:425px; background-color:#fafafa;}
.con03{ height:358px; background-color:#fff;}
.con04{ min-height:238px; height:auto; background-color:#fafafa;}




/* 友情链接 */
.yqlj{ padding-top:20px; min-height:290px;}
.hd { background:url(lj.png) left center no-repeat; height:40px; line-height:40px; font-weight:normal; margin-bottom:5px; padding-left:30px; }
.hd ul li{ font-size:22px; color:#066db8;}
.yqlj ul li{ float:left; background:url(liney.jpg) right center no-repeat; margin-left:30px; padding-right:30px; line-height:36px; font-size:16px;}
.yqlj ul li:last-of-type{ background:none;}
.newsBox1 ul li{ float:left; background:url(liney.jpg) right center no-repeat; margin-left:30px; padding-right:30px; line-height:50px; font-size:16px;}
.newsBox1 ul li:last-of-type{ background:none;}

.newsCon .hd ul li{font-size:22px; color:#888;}
.newsCon .hd ul li.on{color:#066db8; }


/* 底部 */
.foot{ background-image:linear-gradient(to top,#3f9306,#0066b2); color:#fff; height:98px;}
.bq{ padding-top:15px;}
.bq ul li{ color:#fff; line-height:32px; height:32px; text-align:center; font-size:15px;}

/* 列表页 */
.listcon{ min-height:620px; background-color:#fff;}
.listleft{ float:left; width:241px;min-height:400px; padding-top:40px;}
.listleft h3{ height:85px; line-height:85px; background:#3d9214; font-size:24px; text-align:center; color:#fff; font-weight:normal;}
.listleft ul{ background-color:#fafafa; padding:40px;}
.listleft ul li{ height:60px; line-height:60px; font-size:16px; text-align:center;}
.listright{ float:right; width:950px; min-height:620px; padding-bottom:30px;}
.listr ul li{ border-bottom:1px dashed #CCC; font-size:16px;}
.dqwz{ height:60px; line-height:60px; font-size:16px; border-bottom:1px solid #CCC; padding-top:30px; margin-bottom:20px;}
.dqwz h3{ font-size:19px; font-weight:normal; display:block; border-bottom:2px solid #3d9214; width:300px; height:60px; padding-left:10px;}
.dqwz span{ float:right; font-size:14px; color:#999999;}

.sylist h3{ font-size:26px; font-weight:normal; color:#333333; height:50px; line-height:50px; background:url(titlebg.png) left bottom no-repeat; margin-bottom:15px;}
.sylist h3 span{ float:right;  font-size:14px; font-weight:normal; }
.sylist h3 span a:link,.sylist h3 span a:visited{color:#b3b3b3;background:url(gd.png) right center no-repeat; padding-right:30px;}
.sylist h3 span a:hover{color:#ca2703; padding-right:30px; background:url(gd2.png) right center no-repeat;}
.sylist li span{ float:right; color:#c5a92b; margin-right:3px;}
.sylist ul li{ height:46px; line-height:46px; background:url(icon.png) left center no-repeat; padding-left:12px; font-size:16px;}

/* 文章内容页 */
.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:#fafafa; 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: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");}
/* 搜索结果页 */
.searchlist ul li{border-bottom:1px dashed #CCC; font-size:16px; height:46px; line-height:46px; background:url(icon.png) left center no-repeat; padding-left:12px; font-size:16px;}
.searchlist li span{ float:right; color:#c5a92b; margin-right:3px;}
/* 图片列表页 */
.piclist{ width:310px; height:310px; float:left; margin-left:5px; margin-bottom:15px;}
.piclist img{ width:200px; height:200px; display:block; margin:0 auto;}
.piclist p{ height:30px; line-height:30px; text-align:center; font-size:18px;}

.rlink4 {
    float: left;
    font-size: 16px;
    font-weight: normal;
    border-radius: 5px;
    background: #6278cb;
    height: 45px;
    line-height: 45px;
    margin-top: 5px;
    width: 380px;
    text-align: center;
}
.rlink4 a{color:#fff;}