@charset "utf-8";
/* CSS Document */
*::selection{background:#8d180c; 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; }
a:link,a:visited{color:#333;}
a:hover{color:#cf1010;}
/*去掉图形热点的点击时出现的边线*/
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{-webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.ellipsis{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.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;}
.justify{text-justify:inter-ideograph; text-align:justify;}



/* 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:269px; background:#8d180c url(topbg.jpg) no-repeat center bottom; }
.head .logo{width:1260px; height:269px; margin:0 auto;}
.xyzy{ float:right; margin-top:20px; margin-right:30px; width:99px; height:32px; padding-left:20px; -webkit-border-radius:5px; border-radius:5px; background:url(icon05.png) 12px center no-repeat #ba5300; opacity:0.9;  filter:alpha(opacity=90); /* IE8 及其更早版本 */}
.sjxx{ float:right; margin-top:20px; margin-right:20px; width:99px; height:32px; padding-left:20px; -webkit-border-radius:5px; border-radius:5px;  background:url(icon06.png) 12px center no-repeat #ba5300;opacity:0.9;  filter:alpha(opacity=90); /* IE8 及其更早版本 */}
.xyzy a:link,.xyzy a:visited{color:#ffe57d;  font-size:15px; text-align:center; line-height:32px;padding-left:20px; }
.xyzy a:hover{color:#fff;}
.sjxx a:link,.sjxx a:visited{color:#ffe57d;  font-size:15px; text-align:center; line-height:32px;padding-left:20px; }
.sjxx a:hover{color:#fff;}
.search{width:230px; height:36px; padding:0 5px 0 15px; background:#a80d0e; -webkit-border-radius:5px; border-radius:5px; margin-top:130px;  border:1px #ba3500 solid; margin-left:980px; float:left;}
.search .keyValue{width:calc(100% - 36px); height:36px; line-height:36px; padding:0; font-size:14px; background:none; border:none; color:#fff; float:left;}
.search .keyValue::placeholder{color:rgba(255,255,255,0.4);}
.search .submitBtn{display:block; width:36px; height:36px; background:url(iSearch.png) no-repeat center center; border:none; padding:0; margin:0; cursor:pointer; float:left;}


/* 菜单 */
.menuWrap{height:53px; background:#be0611; position:relative; z-index:10;border-top:#db000d 1px solid;}
.menuWrapFix{width:100%; position:fixed; left:0; top:0; z-index:100;}
#menu{width:1260px; height:53px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:165px; margin-left:2px;}
#menu>li:before{display:block; content:""; width:2px; height:22px; background:url(menuLine.jpg); position:absolute; left:-2px; top:14px;}
#menu>li:nth-of-type(1){width:200px; margin-left:0;}
#menu>li:nth-of-type(1):before{display:none;}
#menu>li:nth-of-type(2){width:210px;}
#menu>li>a{display:block; height:53px; line-height:53px; font-size:18px;}
#menu>li>a:link, #menu>li>a:visited{color:#ffe57d;}
#menu>li>a:hover, #menu>li>a.current:hover{background-color:#f58f0b;}
#menu>li>a.current{background-color:#f58f0b;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#f5740b; 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:15px;}
#menu ul li a:hover, #menu ul li a.current{background-color:#f58f0b; 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:2px solid #f58f0b;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:15px;}


/*图片新闻*/
.picNews{width:550px; height:379px; position:relative; z-index:1; float:left;}
.picNews:before{display:block; content:"";   position:absolute; left:0; bottom:0; z-index:-1;}
.picNews .swiper-container{width:550px; height:379px; position:relative; z-index:1; overflow:hidden;}
.picNews .swiper-wrapper{height:379px;}
.picNews .swiper-slide{display:block; width:100%; height:408px; position:relative;}
.picNews .swiper-slide p{height:379px; overflow:hidden;}
.picNews .swiper-slide p i{display:block; height:379px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picNews .swiper-slide h3{width:330px; height:48px; line-height:48px; font-size:16px; font-weight:normal;}
.picNews .swiper-slide a:hover p i{-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-pagination-bullets{width:auto !important; height:18px !important; left:auto; right:0; bottom:15px !important; font-size:0; text-align:right;}
.picNews .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:18px; height:18px; line-height:18px; text-align:center; border:0; background:#d9d9d9; -webkit-border-radius:0; border-radius:0; opacity:1; margin:0 5px 0 3px !important; font-size:12px; color:#f50000;  -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#d7ae82; color:#fff;}


.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}

.main01{ height:1197px; background:url(bg01.jpg) no-repeat;}
.main02{ height:1022px; background:url(bg03.jpg) bottom no-repeat;}

.zbdt{ height:492px; background:url(dtbg.png) no-repeat center center; padding-top:118px;}
.zbdtlist{ float:left; width:550px; height:380px; margin-left:20px; }
.zbdth h3{ float:left; width:550px; height:40px;}
.zbdth h3 span{ float:right; font-size:14px; color:#caa85f; font-weight:normal; margin-top:20px;}
.zbdth h3 span a:link, .zbdth h3 span a:visited{color:#caa85f;}
.zbdth h3 span a:hover,.zbdth h3 span a.current:hover{ color:#F00;}
.zblist{ float:left; width:550px; height:315px; margin-top:24px; overflow:hidden;}
.zblist ul li span{ float:right; color:#caa85f;}
.zblist ul li{ background:url(icon02.png) left center no-repeat; height:36px; line-height:36px; text-align:left; padding-left:18px; font-size:16px;}

.tpxw{ float:left; width:550px; height:379px; overflow:hidden; margin-left:75px;}
.yrsg{ width:592px; height:520px; float:left; margin-left:10px;}
.title01 h2{ font-size:26px; color:#ed0002; height:50px;}
.title01 span{}
.title01 span a:link, .title01 span a:visited{ float:right;height:32px; line-height:32px; width:100px;  font-size:14px;  margin-top:5px; text-align:center; background:url(more02.png) right center no-repeat; padding-right:15px;}
.title01 span a:hover,.title01 span a.current:hover{ float:right; height:32px; line-height:32px; width:100px;  font-size:14px;  margin-top:5px; text-align:center; background:url(more03.png) right center no-repeat; padding-right:15px;}
.sqyr{ width:592px; height:520px; float:left; margin-left:55px;}
.xwys01{ height:458px; width:592px; background:url(icon01.jpg) right top no-repeat #fffefa; margin-top:10px; padding-top:10px;}

.time01 p{ font-size:35px; font-weight:bold; color:#caa85f;}
.time01{ color:#caa85f; height:60px; width:60px; font-size:12px; float:left; margin-left:0px; text-align:center;}
.text01{ float:left; line-height:60px; margin-left:15px; height:60px;}
.xwys01 ul li{ height:70px; border-bottom:1px solid #e4d3ac; margin-left:30px; margin-right:30px; padding:5px; margin-top:5px; overflow:hidden;}

.dyfc{ background:url(bg02.jpg) top left no-repeat; }
.dyfcimg{ float:left; margin-top:150px;height:270px; width:1260px;}
.dyfcimg ul{float:left; height:256px; width:1260px;}
.dyfcimg ul li{float:left; height:226px; width:370px;  margin-left:20px; margin-right:20px;background:url(dyfcbg.jpg) right top no-repeat; padding-right:8px; padding-top:8px}
.dyfcgd{ }

.dyfcgd a:link, .dyfcgd a:visited{ float:left; height:32px; line-height:32px; width:1100px;  font-size:14px;  margin-top:20px; text-align:center; background:url(more02.png) center center no-repeat;  margin-left:60px; padding-right:80px; font-weight:normal;}
.dyfcgd a:hover,.dyfcgd a.current:hover{float:left; height:32px; line-height:32px; width:1100px;  font-size:14px;  margin-top:20px; text-align:center; background:url(more03.png) center center no-repeat;  margin-left:60px; padding-right:80px; font-weight:normal; color:#F00;}

.lldt{ float:left; height:400px; width:1260px; margin-top:20px;}
.lldt ul{ height:300px;}
.title02 h2{width:1260px; font-size:26px; color:#ed0002; height:50px; margin-left:10px;}
.lldt ul li{ float:left; width:396px; height:112px; background-color:#fff; margin-left:10px; margin-top:15px; margin-right:10px; margin-bottom:20px;}
.time02{ float:left; height:55px; width:46px; background-color:#caa85f; margin-top:26px; font-size:21px; color:#fff; padding-left:16px; padding-top:5px;}
.time02 p{ height:20px; line-height:20px; font-size:12px; color:#fff;}
.text02{ float:left; margin-left:12px; margin-top:30px; margin-right:8px; font-size:16px; line-height:24px; height:50px; width:310px;}
.yqlj{ height:90px; width:1260px; float:left; margin-top:30px;}
.yqlj ul li{ float:left; margin-left:10px; background:url(icon03.png) left center no-repeat; padding-left:20px; margin-right:35px;}


/* 页底 */
.foot{ background-color:#b30611;  line-height:36px; font-size:14px; height:184px; border-top:5px solid #caa85f;}
.foot .w1260{padding:30px 0 30px 0px; width:1260px; color:#fef4e5;background:url( ewm.jpg) right  no-repeat;}
.foot a:link, .foot a:visited{color:rgba(255,255,255,0.6);}
.foot a:hover{color:#fef4e5;}
.foot img{height:18px; margin-right:5px; vertical-align:text-bottom;}


/* 列表页 */
.listcon{ min-height:1000px; background:url(listbg.jpg)  top repeat-x #fff9ef; height:auto;}
.yptlist{ float:left; width:1260px;  min-height:900px; background-color:#fff; margin-top:50px; margin-bottom:50px;}
.yptleft{ float:left; width:220px; margin-top:20px; margin-left:40px; }
.yptleft h3{font-size:24px; color:#555555; font-weight:normal; height:60px; line-height:60px; background:url(icon07.jpg) bottom repeat-x; text-align:center;}
.yptleft ul{ height:720px;border-right:1px solid #cecece;}
.yptleft ul li{ height:72px; line-height:72px;  border-bottom:1px solid #cecece; text-align:center;  }
.yptleft li a:link,.yptleft li a:visited{font-size:17px; color:#353535;}
.yptleft li a:hover,.yptleft li a:active{ width:220px; height:72px; color:#fff; display:block; background:url(lmbg.png) center center no-repeat #cc2121; -webkit-transition:all 0s; -moz-transition:all 0s; -ms-transition:all 0s; -o-transition:all 0s; transition:all 0s;}
.yptright{ float:left; width:950px;margin-top:20px; min-height:900px;}

.dqlm{ float:left;}

.dqwz span{float:right; line-height:26px; padding-top:12px; font-size:15px; font-weight:normal; color:#8a8a8a; background:url(icon09.png) left 18px no-repeat; padding-left:22px;}
.dqwz h3{ background:url(icon08.png) bottom repeat-x; height:60px; line-height:60px; font-size:20px; color:#C00;  padding-left:30px;}
.list{ float:left; margin-left:30px; margin-top:30px; width:900px; }
.list ul li span{ float:right; color:#999999;}
.list ul li{background:url(icon02.png) left center no-repeat; height:45px; line-height:45px; text-align:left; padding-left:18px; font-size:16px; border-bottom:1px dashed #dfdfdf;}
.list ul li a:link,a:visited{font-size:16px; color:#353535;}
.list ul li a:hover{ color:#C00;}

/* 搜索页 */
.searchright{ margin:20px;}
.searchright h3{background:url(icon08.png) bottom repeat-x; height:60px; line-height:60px; font-size:20px; color:#C00;  padding-left:10px; width:1200px;}
.searchlist{ float:left; margin-top:10px; width:1200px; min-height:700px; }
.searchlist ul li span{ float:right; color:#999999;}
.searchlist ul li{background:url(icon02.png) left center no-repeat; height:45px; line-height:45px; text-align:left; padding-left:18px; font-size:16px; border-bottom:1px dashed #dfdfdf; width:1160px;}

/* 文章页 */

.article{ margin-left:40px; margin-right:10px; margin-top:10px;}
.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:960px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 960 ? "960px" : "auto"); vertical-align:top;}
.article2 .articleCon img{max-width:1260px; _width:expression(document.body.clientWidth > 1260 ? "1260px" : "auto");}
